Class: Mdi::BatteryMedium

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

Overview

  • Version: 4.7.95

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M16 20H8V6H16M16.67 4H15V2H9V4H7.33C6.6 4 6 4.6 6 5.33V20.67C6 21.4 6.6 22 7.33 22H16.67C17.41 22 18 21.41 18 20.67V5.33C18 4.6 17.4 4 16.67 4M15 16H9V19H15V16M15 11.5H9V14.5H15V11.5Z"></path>
  HTML
end