Class: Mdi::ArchiveArrowDown

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/archive_arrow_down.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_down.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M3 3H21V7H3V3M4 21V8H20V21H4M14 14V11H10V14H7L12 19L17 14H14Z"></path>
  HTML
end