Class: Mdi::BatteryChargingHigh

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

Overview

  • Version: 4.7.95

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12 20H4V6H12M12.67 4H11V2H5V4H3.33C2.6 4 2 4.6 2 5.33V20.67C2 21.4 2.6 22 3.33 22H12.67C13.41 22 14 21.41 14 20.67V5.33C14 4.6 13.4 4 12.67 4M11 16H5V19H11V16M11 7H5V10H11V7M11 11.5H5V14.5H11V11.5M23 10H20V3L15 13H18V21"></path>
  HTML
end