Class: Mdi::CalendarWeekBegin

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

def content
  <<-HTML.squish.html_safe
    <path d="M19,19H5V8H19M16,1V3H8V1H6V3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3H18V1M9,10H7V17H9V10Z"></path>
  HTML
end