Class: Mdi::CalendarEnd

Inherits:
MdiData show all
Defined in:
app/models/mdi/calendar_end.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_end.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M22 14V22H20V18L16 22V19H11V17H16V14L20 18V14H22M5 19L9 19V21L5 21C3.9 21 3 20.1 3 19V5C3 3.89 3.9 3 5 3H6V.998H8V3H16V.998H18V3H19C20.11 3 21 3.89 21 5L21 12H19V8H5V19Z"></path>
  HTML
end