Class: Mdi::BatteryCheckOutline

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

Overview

  • Version: 6.1.95

  • Author: François Risoud

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M16.75 21.16L14 18.16L15.16 17L16.75 18.59L20.34 15L21.5 16.41L16.75 21.16M12.35 20H8V6H16V12.35C16.63 12.13 17.3 12 18 12V5.33C18 4.6 17.4 4 16.67 4H15V2H9V4H7.33C6.6 4 6 4.6 6 5.33V20.67C6 21.4 6.6 22 7.33 22H13.54C13 21.42 12.61 20.75 12.35 20Z"></path>
  HTML
end