Class: Mdi::FileDocumentAlert

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

Overview

  • Version: 6.8.96

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M20 17H22V15H20V17M20 7V13H22V7H20M11 9H16.5L11 3.5V9M4 2H12L18 8V20C18 21.11 17.11 22 16 22H4C2.89 22 2 21.1 2 20V4C2 2.89 2.89 2 4 2M13 18V16H4V18H13M16 14V12H4V14H16Z"></path>
  HTML
end