Class: Mdi::MessageReplyOutline

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/message_reply_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_outline.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M20 2H4C2.9 2 2 2.9 2 4V16C2 17.1 2.9 18 4 18H18L22 22V4C22 2.9 21.1 2 20 2M20 17.2L18.8 16H4V4H20V17.2Z"></path>
  HTML
end