Class: Mdi::HumanPregnant

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

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M9,4C9,2.89 9.89,2 11,2C12.11,2 13,2.89 13,4C13,5.11 12.11,6 11,6C9.89,6 9,5.11 9,4M16,13C16,11.66 15.17,10.5 14,10A3,3 0 0,0 11,7A3,3 0 0,0 8,10V17H10V22H13V17H16V13Z"></path>
  HTML
end