Class: Mdi::ViewAgendaOutline

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

Overview

  • Version: 4.5.95

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M21 13H3A1 1 0 0 0 2 14V20A1 1 0 0 0 3 21H21A1 1 0 0 0 22 20V14A1 1 0 0 0 21 13M20 19H4V15H20M21 3H3A1 1 0 0 0 2 4V10A1 1 0 0 0 3 11H21A1 1 0 0 0 22 10V4A1 1 0 0 0 21 3M20 9H4V5H20Z"></path>
  HTML
end