Class: Mdi::SeatLegroomNormal

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

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M5,12V3H3V12A5,5 0 0,0 8,17H14V15H8A3,3 0 0,1 5,12M20.5,18H19V11A2,2 0 0,0 17,9H12V3H6V11A3,3 0 0,0 9,14H16V21H20.5A1.5,1.5 0 0,0 22,19.5A1.5,1.5 0 0,0 20.5,18Z"></path>
  HTML
end