Class: Mdi::ArchiveOff

Inherits:
MdiData show all
Defined in:
app/models/mdi/archive_off.rb

Overview

  • Version: 6.1.95

  • Author: Colton Wiscombe

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M10.2 7L6.2 3H21V7H10.2M20 8H11.2L20 16.8V8M20 19.35V19.34L8.66 8H8.66L7.66 7H7.66L2.39 1.73L1.11 3L3 4.89V7H5.11L6.11 8H4V21H19.11L20.84 22.73L22.11 21.46L20 19.35Z"></path>
  HTML
end