Class: Mdi::FileDocumentAlertOutline

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

def content
  <<-HTML.squish.html_safe
    <path d="M20 17H22V15H20V17M20 7V13H22V7M6 16H11V18H6M6 12H14V14H6M4 2C2.89 2 2 2.89 2 4V20C2 21.11 2.89 22 4 22H16C17.11 22 18 21.11 18 20V8L12 2M4 4H11V9H16V20H4Z"></path>
  HTML
end