Class: Mdi::DiamondOutline

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

Overview

  • Version: 3.0.39

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M18,2H6L2,8L12,22L22,8L18,2M4.43,8L7.07,4H16.93L19.57,8L12,18.56L4.43,8Z"></path>
  HTML
end