Class: Mdi::ViewWeekOutline

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

Overview

  • Version: 5.3.45

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M21 4H3C2.45 4 2 4.45 2 5V19C2 19.55 2.45 20 3 20H21C21.55 20 22 19.55 22 19V5C22 4.45 21.55 4 21 4M8 18H4V6H8V18M14 18H10V6H14V18M20 18H16V6H20V18Z"></path>
  HTML
end