Class: Mdi::FridgeAlertOutline

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

Overview

  • Version: 4.5.95

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M7 21V22H5V21C3.9 21 3 20.11 3 19V4C3 2.9 3.9 2 5 2H15C16.11 2 17 2.9 17 4V19C17 20.11 16.11 21 15 21V22H13V21H7M5 4V9H15V4H5M5 19H15V11H5V19M6 12H8V15H6V12M6 6H8V8H6V6M19 15H21V17H19V15M19 7H21V13H19V7Z"></path>
  HTML
end