Class: Mdi::PineTreeVariantOutline

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

def content
  <<-HTML.squish.html_safe
    <path d="M19 12L12 2L5 12H6.86L3 18H10V22H14V18H21L17.14 12H19M15.16 10H13.5L17.34 16H6.67L10.53 10H8.84L12 5.5L15.16 10Z"></path>
  HTML
end