Class: Mdi::SilverwareForkKnife

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

Overview

  • Version: 2.6.95

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M11,9H9V2H7V9H5V2H3V9C3,11.12 4.66,12.84 6.75,12.97V22H9.25V12.97C11.34,12.84 13,11.12 13,9V2H11V9M16,6V14H18.5V22H21V2C18.24,2 16,4.24 16,6Z"></path>
  HTML
end