Class: Mdi::CalendarStart

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

Overview

  • Version: 5.7.55

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M2 14H4V17H9V14L13 18L9 22V19H4V22H2V14M19 19V8H5V12H3L3 5C3 3.89 3.89 3 5 3H6V.998H8V3H16V.998H18V3H19C20.1 3 21 3.89 21 5V19C21 20.1 20.1 21 19 21L12.83 21L14.83 19L19 19Z"></path>
  HTML
end