Class: Mdi::MessageBulleted

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

def content
  <<-HTML.squish.html_safe
    <path d="M20,2H4A2,2 0 0,0 2,4V22L6,18H20A2,2 0 0,0 22,16V4A2,2 0 0,0 20,2M8,14H6V12H8V14M8,11H6V9H8V11M8,8H6V6H8V8M15,14H10V12H15V14M18,11H10V9H18V11M18,8H10V6H18V8Z"></path>
  HTML
end