Class: Mdi::ShippingPallet

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/shipping_pallet.rb

Overview

  • Version: 6.2.95

  • Author: Teodor Sandu

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M3 20H5V18H11V20H13V18H19V20H21V15H19V16H17V15H15V16H13V15H11V16H9V15H7V16H5V15H3M5 13H19V4H5Z"></path>
  HTML
end