Class: Mdi::TrayAlert

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

Overview

  • Version: 4.7.95

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M2 12H4V17H20V12H22V17A2 2 0 0 1 20 19H4A2 2 0 0 1 2 17M13 12H11V14H13M13 4H11V10H13Z"></path>
  HTML
end