Class: Mdi::TrayArrowUp

Inherits:
MdiData show all
Defined in:
app/models/mdi/tray_arrow_up.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_up.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 2L6.46 7.46L7.88 8.88L11 5.75V15H13V5.75L16.13 8.88L17.55 7.45L12 2Z"></path>
  HTML
end