Class: Mdi::WindowShutterAlert

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/window_shutter_alert.rb

Overview

  • Version: 4.3.95

  • Author: idevo89

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M2 4H20V8H18V20H16V8H6V20H4V8H2V4M7 9H15V11H7V9M7 12H15V14H7V12M20 19V17H22V19H20M20 15V10H22V15H20Z"></path>
  HTML
end