Class: Mdi::ArchiveArrowUpOutline

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

Overview

  • Version: 4.7.95

  • Author: frankgrinaert

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M20 21H4V10H6V19H18V10H20V21M3 3H21V9H3V3M5 5V7H19V5M10.5 17V14H8L12 10L16 14H13.5V17"></path>
  HTML
end