Class: Mdi::ArchiveAlertOutline

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

Overview

  • Version: 5.4.55

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M2 4H18V7H2V4M7.5 11H12.5C12.78 11 13 11.22 13 11.5V13H7V11.5C7 11.22 7.22 11 7.5 11M20 13V7H22V13H20M20 17V15H22V17H20M3 8H5V18H15V8H17V20H3V8Z"></path>
  HTML
end