Class: Mdi::CommentOff

Inherits:
MdiData show all
Defined in:
app/models/mdi/comment_off.rb

Overview

  • Version: 5.6.55

  • Author: Colton Wiscombe

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M22.11 21.46L20.84 22.73L16.11 18H13.9L10.2 21.71C10 21.9 9.75 22 9.5 22H9C8.45 22 8 21.55 8 21V18H4C2.9 18 2 17.11 2 16V4 3.9L1.11 3L2.39 1.73L22.11 21.46M22 16V4C22 2.9 21.11 2 20 2H5.2L20.95 17.75C21.57 17.41 22 16.76 22 16Z"></path>
  HTML
end