Class: Mdi::HomeAlert

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

def content
  <<-HTML.squish.html_safe
    <path d="M12 3L2 12H5V20H19V12H22L12 3M13 18H11V16H13V18M13 14H11V8H13V14Z"></path>
  HTML
end