Class: Mdi::InboxArrowUp

Inherits:
MdiData show all
Defined in:
app/models/mdi/inbox_arrow_up.rb

Overview

  • Version: 1.5.54

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M14,14H10V11H8L12,7L16,11H14V14M16,11M5,15V5H19V15H15A3,3 0 0,1 12,18A3,3 0 0,1 9,15H5M19,3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3"></path>
  HTML
end