Class: Mdi::TrainCarBoxOpen

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

def content
  <<-HTML.squish.html_safe
    <path d="M1 7V17H2C2 18.11 2.9 19 4 19S6 18.11 6 17H18C18 18.11 18.9 19 20 19S22 18.11 22 17H23V7H1M16 16H8V9H16V16Z"></path>
  HTML
end