Class: Mdi::FoodTakeoutBox

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

Overview

  • Version: 6.2.95

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M5.26 11H18.74L18.07 20H5.93L5.26 11M9 4H14.97L19 7.38L20.59 5.79L22 7.21L19.21 10H4.79L2 7.21L3.41 5.8L5 7.38L9 4Z"></path>
  HTML
end