Class: Mdi::ArchiveArrowUp

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

def content
  <<-HTML.squish.html_safe
    <path d="M4 21H20V8H4M14 15V18H10V15H7L12 10L17 15M3 3H21V7H3"></path>
  HTML
end