Class: Mdi::ElectricSwitchClosed

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

Overview

  • Version: 4.3.95

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M20.83 11A3 3 0 0 0 15.18 11H8.82A3 3 0 0 0 3.17 11H1V13H3.17A3 3 0 0 0 8.82 13H15.18A3 3 0 0 0 20.83 13H23V11M6 13A1 1 0 1 1 7 12A1 1 0 0 1 6 13M18 13A1 1 0 1 1 19 12A1 1 0 0 1 18 13Z"></path>
  HTML
end