Class: Mdi::TrainCarPassengerVariant

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

Overview

  • Version: 5.9.55

  • Author: Colton Wiscombe

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M21 7H3C1.9 7 1 7.9 1 9V17H2C2 18.11 2.9 19 4 19S6 18.11 6 17H18C18 18.11 18.9 19 20 19S22 18.11 22 17H23V9C23 7.9 22.11 7 21 7M11 12H3V9H11V12M21 12H13V9H21V12Z"></path>
  HTML
end