Class: Mdi::FileAlert

Inherits:
MdiData show all
Defined in:
app/models/mdi/file_alert.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.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 2M11 3.5L16.5 9H11Z"></path>
  HTML
end