Class: Mdi::PodiumGold

Inherits:
MdiData show all
Defined in:
app/models/mdi/podium_gold.rb

Overview

  • Version: 3.3.92

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12,7.09L14.45,8.58L13.8,5.77L16,3.89L13.11,3.64L12,1L10.87,3.64L8,3.89L10.18,5.77L9.5,8.58L12,7.09M15,23H9V10H15V23M1,17V23H7V17H1M5,21H3V19H5V21M17,13V23H23V13H17M21,21H19V15H21V21Z"></path>
  HTML
end