Class: Mdi::PineTreeVariant

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

Overview

  • Version: 7.2.96

  • Author: Jeff Anders

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M19 12L12 2L5 12H6.86L3 18H10V22H14V18H21L17.14 12H19Z"></path>
  HTML
end