Class: Mdi::DiamondStone

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

Overview

  • Version: 1.5.54

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M16,9H19L14,16M10,9H14L12,17M5,9H8L10,16M15,4H17L19,7H16M11,4H13L14,7H10M7,4H9L8,7H5M6,2L2,8L12,22L22,8L18,2H6Z"></path>
  HTML
end