Class: Mdi::Parking

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

def content
  <<-HTML.squish.html_safe
    <path d="M13.2,11H10V7H13.2A2,2 0 0,1 15.2,9A2,2 0 0,1 13.2,11M13,3H6V21H10V15H13A6,6 0 0,0 19,9C19,5.68 16.31,3 13,3Z"></path>
  HTML
end