Class: Mdi::Seat

Inherits:
MdiData show all
Defined in:
app/models/mdi/seat.rb

Overview

  • Version: 3.2.89

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M4,18V21H7V18H17V21H20V15H4V18M19,10H22V13H19V10M2,10H5V13H2V10M17,13H7V5A2,2 0 0,1 9,3H15A2,2 0 0,1 17,5V13Z"></path>
  HTML
end