Class: Mdi::SilverwareSpoon

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/silverware_spoon.rb

Overview

  • Version: 1.5.54

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M14.88,11.53L5.12,21.29L3.71,19.88L13.47,10.12C12.76,8.59 13.26,6.44 14.85,4.85C16.76,2.93 19.5,2.57 20.96,4.03C22.43,5.5 22.07,8.24 20.15,10.15C18.56,11.74 16.41,12.24 14.88,11.53Z"></path>
  HTML
end