Class: Mdi::FireExtinguisher

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

Overview

  • Version: 3.8.95

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M10.5,7H11.75L12,5H10.25L6,7.5V9H4V6.5L10,3H12V2H14V3H16L17,2.5V5.5L16,5H14L14.25,7H15.5A1.5,1.5 0 0,1 17,8.5V22H9V8.5A1.5,1.5 0 0,1 10.5,7Z"></path>
  HTML
end