Class: Mdi::SolarPower

Inherits:
MdiData show all
Defined in:
app/models/mdi/solar_power.rb

Overview

  • Version: 2.6.95

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M11.45,2V5.55L15,3.77L11.45,2M10.45,8L8,10.46L11.75,11.71L10.45,8M2,11.45L3.77,15L5.55,11.45H2M10,2H2V10C2.57,10.17 3.17,10.25 3.77,10.25C7.35,10.26 10.26,7.35 10.27,3.75C10.26,3.16 10.17,2.57 10,2M17,22V16H14L19,7V13H22L17,22Z"></path>
  HTML
end