Class: Mdi::ChiliMild

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

Overview

  • Version: 2.0.46

  • Author: Andy Martinez

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M16 10V22C16 22 8 20 8 11V10C8 9.27 8.4 8.63 9 8.28L10.25 9L12 8L13.75 9L15 8.28C15.6 8.63 16 9.27 16 10M12 6.5L13.75 7.5L15.27 6.63C14.72 5.66 13.91 4.94 12.97 4.65C12.79 3.16 11.54 2 10 2V4C10.44 4 10.8 4.29 10.94 4.69C10.03 5 9.26 5.7 8.73 6.63L10.25 7.5L12 6.5Z"></path>
  HTML
end