Class: Mdi::Forest

Inherits:
MdiData show all
Defined in:
app/models/mdi/forest.rb

Overview

  • Version: 6.2.95

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M16 12L9 2L2 12H3.86L0 18H7V22H11V18H18L14.14 12H16M20.14 12H22L15 2L12.61 5.41L17.92 13H15.97L19.19 18H24L20.14 12M13 19H17V22H13V19Z"></path>
  HTML
end