Class: Mdi::BikePedal

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

Overview

  • Version: 7.2.96

  • Author: Jeff Anders

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M6.85 5C5.87 5 5.04 5.71 4.87 6.67L4 12L4.87 17.33C5.04 18.29 5.87 19 6.85 19H14.15C15.13 19 15.97 18.29 16.13 17.33L16.68 14H18V13H20V11H18V10H16.68L16.13 6.67C15.97 5.71 15.13 5 14.15 5H6.85M6.85 7H14.15L14.82 11H6.18L6.85 7M6.18 13H14.82L14.15 17H6.85L6.18 13Z"></path>
  HTML
end