Class: Mdi::FoodCroissant

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

Overview

  • Version: 2.0.46

  • Author: Alex Efremo

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M22,19L19,17L22,15V19M15,15L19,9L22,13L18,16L15,15M5,17L2,19V15L5,17M9,15L6,16L2,13L5,9L9,15M14,6L18,8L13,15H11L6,8L10,6H14Z"></path>
  HTML
end