Class: Mdi::VectorPointSelect

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

def content
  <<-HTML.squish.html_safe
    <path d="M12,20L7,22L12,11L17,22L12,20M8,2H16V5H22V7H16V10H8V7H2V5H8V2M10,4V8H14V4H10Z"></path>
  HTML
end