Class: Mdi::PrinterPosAlertOutline

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

Overview

  • Version: 7.1.96

  • Author: Colton Wiscombe

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M15 15H11V13H15V15M18 12V19H2V12C2 10.9 2.9 10 4 10H5V4H15V10H16C17.11 10 18 10.9 18 12M7 10H13V6H7V10M16 12H4V17H16V12M20 17H22V15H20V17M20 7V13H22V7H20Z"></path>
  HTML
end