Class: Mdi::InboxArrowDownOutline

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

Overview

  • Version: 4.7.95

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M19 3H5A2 2 0 0 0 3 5V19A2 2 0 0 0 5 21H19A2 2 0 0 0 21 19V5A2 2 0 0 0 19 3M5 19V17H8.13A4.13 4.13 0 0 0 9.4 19M19 19H14.6A4.13 4.13 0 0 0 15.87 17H19M19 15H14V16A2 2 0 0 1 10 16V15H5V5H19M16 10H14V7H10V10H8L12 14"></path>
  HTML
end