Class: Mdi::Human

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

def content
  <<-HTML.squish.html_safe
    <path d="M21,9H15V22H13V16H11V22H9V9H3V7H21M12,2A2,2 0 0,1 14,4A2,2 0 0,1 12,6C10.89,6 10,5.1 10,4C10,2.89 10.89,2 12,2Z"></path>
  HTML
end