Class: Mdi::PodiumBronze

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

def content
  <<-HTML.squish.html_safe
    <path d="M4,13.09L6.45,14.58L5.8,11.77L8,9.89L5.11,9.64L4,7L2.87,9.64L0,9.89L2.18,11.77L1.5,14.58L4,13.09M7,23H1V17H7V23M9,10V23H15V10H9M13,21H11V12H13V21M17,13V23H23V13H17M21,21H19V15H21V21Z"></path>
  HTML
end