Class: Mdi::ShapePolygonPlus

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/shape_polygon_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_polygon_plus.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M17,15.7V13H19V17L10,21L3,14L7,5H11V7H8.3L5.4,13.6L10.4,18.6L17,15.7M22,5V7H19V10H17V7H14V5H17V2H19V5H22Z"></path>
  HTML
end