Class: Mdi::BowlMix

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

Overview

  • Version: 1.6.50

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M16.2 11L20.3 4.5L22 5.5L18.6 11H16.2M15.6 12H2V15C2 18.9 5.1 22 9 22H15C18.9 22 22 18.9 22 15V12H15.6Z"></path>
  HTML
end