Class: Mdi::CardsPlayingDiamondOutline

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

def content
  <<-HTML.squish.html_safe
    <path d="M17 2H7C5.9 2 5 2.9 5 4V20C5 21.1 5.9 22 7 22H17C18.1 22 19 21.1 19 20V4C19 2.9 18.1 2 17 2M17 20H7V4H17V20M12 7L9 12L12 17L15 12L12 7Z"></path>
  HTML
end