Class: Mdi::MessageBulletedOff

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

Overview

  • Version: 1.7.12

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M1.27,1.73L0,3L2,5V22L6,18H15L20.73,23.73L22,22.46L1.27,1.73M8,14H6V12H8V14M6,11V9L8,11H6M20,2H4.08L10,7.92V6H18V8H10.08L11.08,9H18V11H13.08L20.07,18C21.14,17.95 22,17.08 22,16V4A2,2 0 0,0 20,2Z"></path>
  HTML
end