Class: Mdi::Archive

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

Overview

  • Version: 1.5.54

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M3,3H21V7H3V3M4,8H20V21H4V8M9.5,11A0.5,0.5 0 0,0 9,11.5V13H15V11.5A0.5,0.5 0 0,0 14.5,11H9.5Z"></path>
  HTML
end