Class: Mdi::ShapeRectanglePlus

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

Overview

  • Version: 1.6.50

  • Author: Kai Faust

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M19,6H22V8H19V11H17V8H14V6H17V3H19V6M17,17V14H19V19H3V6H11V8H5V17H17Z"></path>
  HTML
end