Class: Mdi::PrinterPosOutline

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

def content
  <<-HTML.squish.html_safe
    <path d="M18 10H17V4H7V10H6C4.89 10 4 10.9 4 12V19H20V12C20 10.9 19.11 10 18 10M9 6H15V10H9V6M18 17H6V12H18V17M17 15H13V13H17V15Z"></path>
  HTML
end