Class: Mdi::HandPointingDown

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/hand_pointing_down.rb

Overview

  • Version: 2.6.95

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M9.9,21V11L6.7,12.69L6.5,12.72C6.19,12.72 5.93,12.6 5.74,12.4L5,11.63L9.9,7.43C10.16,7.16 10.5,7 10.9,7H17.4C18.17,7 18.9,7.7 18.9,8.5V12.86C18.9,13.47 18.55,14 18.05,14.2L13.11,16.4L11.9,16.53V21A1,1 0 0,1 10.9,22A1,1 0 0,1 9.9,21M18.9,5H10.9V2H18.9V5Z"></path>
  HTML
end