Class: Mdi::FridgeVariantAlertOutline

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/fridge_variant_alert_outline.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_variant_alert_outline.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 2M9 19H5V14H8V10H5V4H9V19M15 19H11V4H15V19M19 15H21V17H19V15M21 7V13H19V7H21Z"></path>
  HTML
end