Class: Mdi::HumanMale

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

Overview

  • Version: 1.6.50

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12,2A2,2 0 0,1 14,4A2,2 0 0,1 12,6A2,2 0 0,1 10,4A2,2 0 0,1 12,2M10.5,7H13.5A2,2 0 0,1 15.5,9V14.5H14V22H10V14.5H8.5V9A2,2 0 0,1 10.5,7Z"></path>
  HTML
end