Class: Mdi::Gymnastics

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

Overview

  • Version: 6.7.96

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M4 6C4 4.9 4.9 4 6 4S8 4.9 8 6 7.1 8 6 8 4 7.1 4 6M1 9H7L14 4L15.31 5.5L11.14 8.5H14L21.8 4L23 5.4L14.5 12L14 22H12L11.5 12L8 11H1V9Z"></path>
  HTML
end