Class: Mdi::CalendarAlert

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

Overview

  • Version: 2.6.95

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M6 1V3H5C3.89 3 3 3.89 3 5V19C3 20.11 3.9 21 5 21H19C20.11 21 21 20.11 21 19V5C21 3.9 20.11 3 19 3H18V1H16V3H8V1H6M5 8H19V19H5V8M11 9V14H13V9H11M11 16V18H13V16H11Z"></path>
  HTML
end