Class: Mdi::SeatOutline

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

def content
  <<-HTML.squish.html_safe
    <path d="M15,5V12H9V5H15M15,3H9A2,2 0 0,0 7,5V14H17V5A2,2 0 0,0 15,3M22,10H19V13H22V10M5,10H2V13H5V10M20,15H4V21H6V17H18V21H20V15Z"></path>
  HTML
end