Class: Mdi::LeafMapleOff

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

Overview

  • Version: 4.8.95

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M18.11 14.91L8.2 5H10L12 2L14 5H16L14.37 9.9L17.79 6L18.79 7.73L22.39 7.96L20.79 11.19L21.79 13L18.11 14.91M2.39 1.73L1.11 3L5.45 7.34L5.21 7.77L1.61 8L3.21 11.27L2.21 13L8 16L7 18L11 17.25V21H13V17.25L15.91 17.8L20.84 22.73L22.11 21.46L2.39 1.73Z"></path>
  HTML
end