Class: Mdi::EmailAlertOutline

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

Overview

  • Version: 3.4.93

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M24 7H22V13H24V7M24 15H22V17H24V15M20 6C20 4.9 19.1 4 18 4H2C.9 4 0 4.9 0 6V18C0 19.1 .9 20 2 20H18C19.1 20 20 19.1 20 18V6M18 6L10 11L2 6H18M18 18H2V8L10 13L18 8V18Z"></path>
  HTML
end