Class: Mdi::CardsPlayingDiamondMultipleOutline

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

Overview

  • Version: 6.3.95

  • Author: GreenTurtwig

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M19 0H9C7.9 0 7 .9 7 2V18C7 19.1 7.9 20 9 20H19C20.1 20 21 19.1 21 18V2C21 .9 20.1 0 19 0M19 18H9V2H19V18M3 4V22C3 23.1 3.9 24 5 24H17V22H5V4H3M14 5L11 10L14 15L17 10L14 5Z"></path>
  HTML
end