Class: Mdi::DeleteAlertOutline

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

Overview

  • Version: 4.2.95

  • Author: idevo89

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M4 19V7H16V19C16 20.1 15.1 21 14 21H6C4.9 21 4 20.1 4 19M6 9V19H14V9H6M13.5 4H17V6H3V4H6.5L7.5 3H12.5L13.5 4M19 17V15H21V17H19M19 13V7H21V13H19Z"></path>
  HTML
end