Class: Mdi::ChatAlert

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

Overview

  • Version: 3.0.39

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12,3C17.5,3 22,6.58 22,11C22,15.42 17.5,19 12,19C10.76,19 9.57,18.82 8.47,18.5C5.55,21 2,21 2,21C4.33,18.67 4.7,17.1 4.75,16.5C3.05,15.07 2,13.13 2,11C2,6.58 6.5,3 12,3M11,14V16H13V14H11M11,12H13V6H11V12Z"></path>
  HTML
end