Class: Mdi::CalendarEndOutline

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

Overview

  • Version: 7.0.96

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M5 9H19V12H21V5C21 3.9 20.1 3 19 3H18V1H16V3H8V1H6V3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H9V19H5V9M19 5V7H5V5H19M16 17H11V19H16V22L20 18L16 14V17M20 14V22H22V14H20Z"></path>
  HTML
end