Class: Mdi::CalendarExpandHorizontal

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

Overview

  • Version: 6.3.95

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M19 19H5V8H19M16 1V3H8V1H6V3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3H18V1M18 14L15 11V13H9V11L6 14L9 17V15H15V17L18 14Z"></path>
  HTML
end