Class: Mdi::MessageBadgeOutline

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

Overview

  • Version: 6.4.95

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M22 7V16C22 17.1 21.1 18 20 18H6L2 22V4C2 2.9 2.9 2 4 2H14.1C14 2.3 14 2.7 14 3S14 3.7 14.1 4H4V16H20V7.9C20.7 7.8 21.4 7.4 22 7M16 3C16 4.7 17.3 6 19 6S22 4.7 22 3 20.7 0 19 0 16 1.3 16 3Z"></path>
  HTML
end