Class: Mdi::GarageAlert

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

Overview

  • Version: 2.1.99

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M17,20H15V11H5V20H3V9L10,5L17,9V20M6,12H14V14H6V12M6,15H14V17H6V15M19,15V10H21V15H19M19,19V17H21V19H19Z"></path>
  HTML
end