Class: Mdi::HospitalMarker

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/hospital_marker.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_marker.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M12,2C15.86,2 19,5.13 19,9C19,14.25 12,22 12,22C12,22 5,14.25 5,9A7,7 0 0,1 12,2M9,6V12H11V10H13V12H15V6H13V8H11V6H9Z"></path>
  HTML
end