Class: Mdi::CarShiftPattern

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

Overview

  • Version: 3.9.97

  • Author: Colton Wiscombe

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M8 5H4V2H8V5M4 22H8V19H4V22M14 2H10V5H14V2M10 22H14V19H10V22M16 2V5H20V2H16M17 11H13V7H11V11H7V7H5V17H7V13H11V17H13V13H19V7H17V11Z"></path>
  HTML
end