Class: Mdi::CommentMultiple

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

Overview

  • Version: 2.1.99

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12,23A1,1 0 0,1 11,22V19H7A2,2 0 0,1 5,17V7A2,2 0 0,1 7,5H21A2,2 0 0,1 23,7V17A2,2 0 0,1 21,19H16.9L13.2,22.71C13,22.89 12.76,23 12.5,23H12M3,15H1V3A2,2 0 0,1 3,1H19V3H3V15Z"></path>
  HTML
end