Class: Mdi::ApplicationOutline

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

Overview

  • Version: 1.6.50

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M21 2H3C1.9 2 1 2.9 1 4V20C1 21.1 1.9 22 3 22H21C22.1 22 23 21.1 23 20V4C23 2.9 22.1 2 21 2M21 20H3V6H21V20Z"></path>
  HTML
end