Class: Mdi::CardsDiamondOutline

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

Overview

  • Version: 4.1.95

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12 2L5 12L12 22L19 12M7.44 12L12 5.5L16.56 12L12 18.5"></path>
  HTML
end