Class: Mdi::CalendarRangeOutline

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

Overview

  • Version: 3.0.39

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M7 11H9V13H7V11M21 5V19C21 20.11 20.11 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.9 3.9 3 5 3H6V1H8V3H16V1H18V3H19C20.11 3 21 3.9 21 5M5 7H19V5H5V7M19 19V9H5V19H19M15 13H17V11H15V13M11 13H13V11H11V13Z"></path>
  HTML
end