Class: Mdi::MessageFlashOutline

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

Overview

  • Version: 5.5.55

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M4 17.2V4H20V10H22V4C22 2.9 21.1 2 20 2H4C2.9 2 2 2.9 2 4V22L6 18H15V16H5.2L4 17.2M22.5 16H20.3L22 12H17V18H19V23L22.5 16Z"></path>
  HTML
end