Class: Mdi::StoreAlertOutline

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

Overview

  • Version: 6.3.95

  • Author: Colton Wiscombe

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M2 7L1 12V14H2V20H12V14H16V20H18V14H19V12L18 7H2M10 18H4V14H10V18M3.04 12L3.64 9H16.36L16.96 12H3.04M18 6H2V4H18V6M23 7V13H21V7H23M21 15H23V17H21V15Z"></path>
  HTML
end