Class: Mdi::FileAlertOutline

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

Overview

  • Version: 2.6.95

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M20 17H22V15H20V17M20 7V13H22V7M4 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