Class: Mdi::BatteryCharging60

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

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12,11H4V6H12M12.67,4H11V2H5V4H3.33A1.33,1.33 0 0,0 2,5.33V20.67C2,21.4 2.6,22 3.33,22H12.67C13.4,22 14,21.4 14,20.67V5.33A1.33,1.33 0 0,0 12.67,4M23,11H20V4L15,14H18V22L23,11Z"></path>
  HTML
end