Class: Mdi::VectorPointPlus

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

Overview

  • Version: 7.0.96

  • Author: Andrea Antonello

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M9 9V15H15V9H9M11 11H13V13H11V11M18 15V18H15V20H18V23H20V20H23V18H20V15H18Z"></path>
  HTML
end