Class: Mdi::PineTreeBox

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

def content
  <<-HTML.squish.html_safe
    <path d="M4,2H20A2,2 0 0,1 22,4V20A2,2 0 0,1 20,22H4A2,2 0 0,1 2,20V4A2,2 0 0,1 4,2M11,19H13V17H18L14,13H17L13,9H16L12,5L8,9H11L7,13H10L6,17H11V19Z"></path>
  HTML
end