Class: Mdi::TreasureChest

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

Overview

  • Version: 1.8.36

  • Author: Alex Efremo

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M5,4H19A3,3 0 0,1 22,7V11H15V10H9V11H2V7A3,3 0 0,1 5,4M11,11H13V13H11V11M2,12H9V13L11,15H13L15,13V12H22V20H2V12Z"></path>
  HTML
end