Class: Mdi::PrinterPosOff

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

def content
  <<-HTML.squish.html_safe
    <path d="M12.2 9L7.2 4H17V9H12.2M20 16.8V12C20 10.9 19.11 10 18 10H13.2L20 16.8M22.11 21.46L20.84 22.73L17.11 19H4V12C4 10.9 4.89 10 6 10H8.11L1.11 3L2.39 1.73L22.11 21.46M10 12H6V14H10V12Z"></path>
  HTML
end