Class: Mdi::HomeHeart

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

Overview

  • Version: 2.1.19

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M2,12L12,3L22,12H19V20H5V12H2M12,18L12.72,17.34C15.3,15 17,13.46 17,11.57C17,10.03 15.79,8.82 14.25,8.82C13.38,8.82 12.55,9.23 12,9.87C11.45,9.23 10.62,8.82 9.75,8.82C8.21,8.82 7,10.03 7,11.57C7,13.46 8.7,15 11.28,17.34L12,18Z"></path>
  HTML
end