Class: Mdi::StoreAlert

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

def content
  <<-HTML.squish.html_safe
    <path d="M2 7L1 12V14H2V20H12V14H16V20H18V14H19V12L18 7H2M10 18H4V14H10V18M18 6H2V4H18V6M23 7V13H21V7H23M21 15H23V17H21V15Z"></path>
  HTML
end