Class: Mdi::TruckTrailer

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

Overview

  • Version: 1.8.36

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M22,15V17H10A3,3 0 0,1 7,20A3,3 0 0,1 4,17H2V6A2,2 0 0,1 4,4H17A2,2 0 0,1 19,6V15H22M7,16A1,1 0 0,0 6,17A1,1 0 0,0 7,18A1,1 0 0,0 8,17A1,1 0 0,0 7,16Z"></path>
  HTML
end