Class: Mdi::MessageReplyTextOutline

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

Overview

  • Version: 5.9.55

  • Author: Colton Wiscombe

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M9 11H18V13H9V11M18 7H6V9H18V7M22 4V22L18 18H4C2.9 18 2 17.11 2 16V4C2 2.9 2.9 2 4 2H20C21.1 2 22 2.89 22 4M20 4H4V16H18.83L20 17.17V4Z"></path>
  HTML
end