Class: Mdi::FridgeVariantAlert

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

def content
  <<-HTML.squish.html_safe
    <path d="M17 4V19C17 20.11 16.11 21 15 21V22H13V21H10.5V2H15C16.11 2 17 2.9 17 4M5 2H9.5V21H7V22H5V21C3.9 21 3 20.11 3 19V4C3 2.9 3.9 2 5 2M8 10H5V14H8V10M19 7V13H21V7H19M19 17H21V15H19V17Z"></path>
  HTML
end