Class: Mdi::EthernetCableOff

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

Overview

  • Version: 1.5.54

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M11,3H13V7H11V3M8,4H10V8H14V4H16V11H12.82L8,6.18V4M20,20.72L18.73,22L14,17.27V22H10V13.27L2,5.27L3.28,4L20,20.72Z"></path>
  HTML
end