Class: Mdi::Garage

Inherits:
MdiData show all
Defined in:
app/models/mdi/garage.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.rb', line 10

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