Class: Mdi::CalendarWeek

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

def content
  <<-HTML.squish.html_safe
    <path d="M6 1H8V3H16V1H18V3H19C20.11 3 21 3.9 21 5V19C21 20.11 20.11 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H6V1M5 8V19H19V8H5M7 10H17V12H7V10Z"></path>
  HTML
end