Class: Mdi::BatteryAlertVariantOutline

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

def content
  <<-HTML.squish.html_safe
    <path d="M14 20H6V6H14M14.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 7H19V13H21V8M21 15H19V17H21V15Z"></path>
  HTML
end