Class: Mdi::HumanFemale

Inherits:
MdiData show all
Defined in:
app/models/mdi/human_female.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_female.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,22V16H7.5L10.09,8.41C10.34,7.59 11.1,7 12,7C12.9,7 13.66,7.59 13.91,8.41L16.5,16H13.5V22H10.5Z"></path>
  HTML
end