Class: Mdi::HeartHalf

Inherits:
MdiData show all
Defined in:
app/models/mdi/heart_half.rb

Overview

  • Version: 1.8.36

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M13,7.2V17.74L13,20.44L12,21.35L10.55,20.03C5.4,15.36 2,12.27 2,8.5C2,5.41 4.42,3 7.5,3C10,3 13,5 13,7.2Z"></path>
  HTML
end