Class: Mdi::GarageOpen

Inherits:
MdiData show all
Defined in:
app/models/mdi/garage_open.rb

Overview

  • Version: 1.8.36

  • Author: Alex Efremo

Instance Method Summary collapse

Instance Method Details

#contentObject



10
11
12
13
14
# File 'app/models/mdi/garage_open.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M19,20H17V11H7V20H5V9L12,5L19,9V20M8,12H16V14H8V12Z"></path>
  HTML
end