Class: Mdi::CellphoneCharging

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

Overview

  • Version: 5.0.45

  • Author: Moma Design Studio

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M11 18.5V13H9L13 5.5V11H15M17 19H7V5H17M17 1H7C5.89 1 5 1.89 5 3V21A2 2 0 0 0 7 23H17A2 2 0 0 0 19 21V3C19 1.89 18.1 1 17 1Z"></path>
  HTML
end