Class: Mdi::MedicalBag

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

Overview

  • Version: 1.8.36

  • Author: Thomas Hunsaker

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M10,3L8,5V7H5C3.85,7 3.12,8 3,9L2,19C1.88,20 2.54,21 4,21H20C21.46,21 22.12,20 22,19L21,9C20.88,8 20.06,7 19,7H16V5L14,3H10M10,5H14V7H10V5M11,10H13V13H16V15H13V18H11V15H8V13H11V10Z"></path>
  HTML
end