Class: Mdi::ArchiveOutline

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

Overview

  • Version: 4.6.95

  • Author: James Coyle

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M20 21H4V10H6V19H18V10H20V21M3 3H21V9H3V3M9.5 11H14.5C14.78 11 15 11.22 15 11.5V13H9V11.5C9 11.22 9.22 11 9.5 11M5 5V7H19V5H5Z"></path>
  HTML
end