Class: Mdi::HumanChild

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

def content
  <<-HTML.squish.html_safe
    <path d="M12,2A3,3 0 0,1 15,5A3,3 0 0,1 12,8A3,3 0 0,1 9,5A3,3 0 0,1 12,2M11,22H8V16H6V9H18V16H16V22H13V18H11V22Z"></path>
  HTML
end