Class: Mdi::HospitalBuilding

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

Overview

  • Version: 1.5.54

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M2,22V7A1,1 0 0,1 3,6H7V2H17V6H21A1,1 0 0,1 22,7V22H14V17H10V22H2M9,4V10H11V8H13V10H15V4H13V6H11V4H9M4,20H8V17H4V20M4,15H8V12H4V15M16,20H20V17H16V20M16,15H20V12H16V15M10,15H14V12H10V15Z"></path>
  HTML
end