Class: Mdi::CarDoor

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

Overview

  • Version: 3.0.39

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M19,14H16V16H19V14M22,21H3V11L11,3H21A1,1 0 0,1 22,4V21M11.83,5L5.83,11H20V5H11.83Z"></path>
  HTML
end