Class: Mdi::IcePop

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

Overview

  • Version: 3.8.95

  • Author: Nikos Pappas

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M18.15 14.96L9.95 18.65L5.85 9.65C7.21 9.13 8.12 7.82 8.15 6.36C8.14 5 7.36 3.76 6.15 3.15C6.54 2.8 7 2.5 7.45 2.25C9.71 1.25 12.37 2.23 13.45 4.46M13.15 18.36L14.75 21.86L17.45 20.65L15.85 17.15"></path>
  HTML
end