Class: Mdi::Printer3dNozzleOff

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

Overview

  • Version: 6.9.96

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M20.8 22.7L14 15.9L13 17H11L7.5 13H5V8H6.1L1.1 3L2.4 1.7L22.1 21.4L20.8 22.7M11 19C11 19.6 10.6 20 10 20H2V22H10C11.7 22 13 20.7 13 19V18H11V19M19 13V8H17V2H7V3.8L16.2 13H19Z"></path>
  HTML
end