Class: Mdi::MessageAlertOutline

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

Overview

  • Version: 2.5.94

  • Author: Colton Wiscombe

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M13,10H11V6H13V10M13,12H11V14H13V12M22,4V16A2,2 0 0,1 20,18H6L2,22V4A2,2 0 0,1 4,2H20A2,2 0 0,1 22,4M20,4H4V17.2L5.2,16H20V4Z"></path>
  HTML
end