Class: Mdi::SeatLegroomReduced

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

def content
  <<-HTML.squish.html_safe
    <path d="M19.97,19.2C20.15,20.16 19.42,21 18.5,21H14V18L15,14H9A3,3 0 0,1 6,11V3H12V9H17A2,2 0 0,1 19,11L17,18H18.44C19.17,18 19.83,18.5 19.97,19.2M5,12V3H3V12A5,5 0 0,0 8,17H12V15H8A3,3 0 0,1 5,12Z"></path>
  HTML
end