Class: Mdi::SolarPanelLarge

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

Overview

  • Version: 3.4.93

  • Author: Kristian Mohl

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M3,6H6V3H3V6M8,3V6H11V3H8M13,3V6H16V3H13M18,3V6H21V3H18M21,8H18V11H21V8M21,13H18V16H21V13M16,16V13H13V16H16M11,16V13H8V16H11M6,16V13H3V16H6M3,11H6V8H3V11M13,8V11H16V8H13M8,8V11H11V8H8M3,1H21A2,2 0 0,1 23,3V16A2,2 0 0,1 21,18H15V21H18V23H13V18H11V23H6V21H9V18H3A2,2 0 0,1 1,16V3A2,2 0 0,1 3,1Z"></path>
  HTML
end