Class: Mdi::TrainCarIntermodal

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

Overview

  • Version: 6.9.96

  • Author: Colton Wiscombe

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M21 15V11H3V15H1V17H2C2 18.11 2.9 19 4 19S6 18.11 6 17H18C18 18.11 18.9 19 20 19S22 18.11 22 17H23V15H21M16 14H8V13H16V14M21 5H3V10H21V5M16 8H8V7H16V8Z"></path>
  HTML
end