Class: Mdi::HumanHandsdown

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

def content
  <<-HTML.squish.html_safe
    <path d="M12,1C10.89,1 10,1.9 10,3C10,4.11 10.89,5 12,5C13.11,5 14,4.11 14,3A2,2 0 0,0 12,1M10,6C9.73,6 9.5,6.11 9.31,6.28H9.3L4,11.59L5.42,13L9,9.41V22H11V15H13V22H15V9.41L18.58,13L20,11.59L14.7,6.28C14.5,6.11 14.27,6 14,6"></path>
  HTML
end