Class: Mdi::VectorRectangle

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

Overview

  • Version: 1.5.54

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M2,4H8V6H16V4H22V10H20V14H22V20H16V18H8V20H2V14H4V10H2V4M16,10V8H8V10H6V14H8V16H16V14H18V10H16M4,6V8H6V6H4M18,6V8H20V6H18M4,16V18H6V16H4M18,16V18H20V16H18Z"></path>
  HTML
end