Class: Mdi::ApplicationBrackets

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

Overview

  • Version: 3.2.89

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M21,2H3A2,2 0 0,0 1,4V20A2,2 0 0,0 3,22H21A2,2 0 0,0 23,20V4A2,2 0 0,0 21,2M11,17.5L9.5,19L5,14.5L9.5,10L11,11.5L8,14.5L11,17.5M14.5,19L13,17.5L16,14.5L13,11.5L14.5,10L19,14.5L14.5,19M21,7H3V4H21V7Z"></path>
  HTML
end