Class: Mdi::MessageAlert

Inherits:
MdiData show all
Defined in:
app/models/mdi/message_alert.rb

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M13 11H11V5H13M13 15H11V13H13M20 2H4C2.9 2 2 2.9 2 4V22L6 18H20C21.1 18 22 17.1 22 16V4C22 2.9 21.1 2 20 2Z"></path>
  HTML
end