Class: Mdi::FoodTakeoutBoxOutline

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/food_takeout_box_outline.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_outline.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M7.79 18L7.28 11H16.74L16.23 18H7.79M9.83 5H14.16L16.96 7.73L16.87 9H7.12L7.03 7.73L9.83 5M22 7.46L20.59 6.05L19 7.63L19.03 7.07L15 3H9L4.97 7.07L5 7.57L3.41 6L2 7.44L5.23 10.55L5.93 20H18.07L18.77 10.56L22 7.46Z"></path>
  HTML
end