Class: Mdi::ArchiveAlert

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

def content
  <<-HTML.squish.html_safe
    <path d="M2 4H18V7H2V4M3 8H17V20H3V8M7.5 11C7.22 11 7 11.22 7 11.5V13H13V11.5C13 11.22 12.78 11 12.5 11H7.5M20 13V7H22V13H20M20 17V15H22V17H20Z"></path>
  HTML
end