Class: Mdi::GasCylinder

Inherits:
MdiData show all
Defined in:
app/models/mdi/gas_cylinder.rb

Overview

  • Version: 1.6.50

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M16,9V14L16,20A2,2 0 0,1 14,22H10A2,2 0 0,1 8,20V14L8,9C8,7.14 9.27,5.57 11,5.13V4H9V2H15V4H13V5.13C14.73,5.57 16,7.14 16,9Z"></path>
  HTML
end