Class: Mdi::TrayArrowDown

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

Overview

  • Version: 1.5.54

  • Author: arnoldlepineux

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M2 12H4V17H20V12H22V17C22 18.11 21.11 19 20 19H4C2.9 19 2 18.11 2 17V12M12 15L17.55 9.54L16.13 8.13L13 11.25V2H11V11.25L7.88 8.13L6.46 9.55L12 15Z"></path>
  HTML
end