Class: Mdi::CalendarRange

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

Overview

  • Version: 1.7.12

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M9,10H7V12H9V10M13,10H11V12H13V10M17,10H15V12H17V10M19,3H18V1H16V3H8V1H6V3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3M19,19H5V8H19V19Z"></path>
  HTML
end