Class: Mdi::HomeAlertOutline

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

Overview

  • Version: 5.6.55

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12 5.7L17 10.2V18H7V10.2L12 5.7M19 20V12H22L12 3L2 12H5V20M13 8H11V13H13V8M13 15H11V17H13V15"></path>
  HTML
end