Class: Mdi::Reply

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

def content
  <<-HTML.squish.html_safe
    <path d="M10,9V5L3,12L10,19V14.9C15,14.9 18.5,16.5 21,20C20,15 17,10 10,9Z"></path>
  HTML
end