Class: Mdi::BatteryCharging40

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/battery_charging_40.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_40.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M13 4H11V2H5V4H3C2.4 4 2 4.4 2 5V21C2 21.6 2.4 22 3 22H13C13.6 22 14 21.6 14 21V5C14 4.4 13.6 4 13 4M12 14.5H4V6H12V14.5M23 11H20V4L15 14H18V22"></path>
  HTML
end