Class: Mdi::HeartHalfOutline

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

def content
  <<-HTML.squish.html_safe
    <path d="M4,8.5C4,11.2 6.75,13.87 11,17.74V7.2C10.42,5.91 9,5 7.5,5C5.5,5 4,6.5 4,8.5M13,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