Class: Mdi::BatteryAlertVariant

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

Overview

  • Version: 4.3.95

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M14.67 4H13V2H7V4H5.33C4.6 4 4 4.6 4 5.33V20.67C4 21.4 4.6 22 5.33 22H14.67C15.4 22 16 21.4 16 20.67V5.33C16 4.6 15.4 4 14.67 4M21 13H19V7H21V13M21 17H19V15H21V17Z"></path>
  HTML
end