Class: Mdi::CardsPlayingDiamondMultiple

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/cards_playing_diamond_multiple.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.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M3 4V22C3 23.1 3.9 24 5 24H17V22H5V4H3M19 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 0M14 15L11 10L14 5L17 10L14 15Z"></path>
  HTML
end