Class: Mdi::FridgeIndustrialAlert

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

Overview

  • Version: 5.6.55

  • Author: Colton Wiscombe

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M15 2H5C3.9 2 3 2.9 3 4V19C3 20.11 3.9 21 5 21V22H7V21H13V22H15V21C16.11 21 17 20.11 17 19V4C17 2.9 16.11 2 15 2M8 15H6V10H8V15M21 7V13H19V7H21M19 15H21V17H19V15Z"></path>
  HTML
end