Class: Mdi::VectorPolylinePlus

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

Overview

  • Version: 4.6.95

  • Author: Andrea Antonello

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M2 3V9H4.95L6.95 15H6V21H12V16.41L17.41 11H22V5H16V9.57L10.59 15H9.06L7.06 9H8V3H2M4 5H6V7H4V5M18 7H20V9H18V7M18 15V18H15V20H18V23H20V20H23V18H20V15H18M8 17H10V19H8V17Z"></path>
  HTML
end