Class: Mdi::CardsPlayingHeartOutline

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/cards_playing_heart_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_heart_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 20H7V4H17V20M10.2 9C9 9 8 10 8 11.2C8 12.7 9.4 13.9 11.4 15.8L12 16.3L12.6 15.8C14.6 13.9 16 12.7 16 11.2C16 9.9 15 9 13.8 9C13.1 9 12.4 9.3 12 9.8C11.6 9.3 10.9 9 10.2 9Z"></path>
  HTML
end