'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fas'; var iconName = 'truck-pickup'; var width = 640; var height = 512; var aliases = ['']; var unicode = 'f63c'; var svgPathData = 'M624 288H608V224c0-17.62-14.38-32-32-32h-48l-108.8-136C407.1 40.88 388.6 32 369.2 32H256C238.4 32 224 46.38 224 64v128H64C46.38 192 32 206.4 32 224v64H16C7.125 288 0 295.1 0 304v32C0 344.9 7.125 352 15.1 352h49.62C64.87 357.2 64 362.5 64 368C64 429.9 114.1 480 176 480S288 429.9 288 368c0-5.5-.8691-10.75-1.619-16h67.24C352.9 357.2 352 362.5 352 368c0 61.88 50.13 112 112 112s112-50.13 112-112c0-5.5-.8691-10.75-1.619-16H624c8.875 0 16-7.125 16-16v-32C640 295.1 632.9 288 624 288zM288 96h81.25l76.75 96H288V96zM176 416C149.5 416 128 394.5 128 368S149.5 320 176 320S224 341.5 224 368S202.5 416 176 416zM464 416c-26.5 0-48-21.5-48-48s21.5-48 48-48s48 21.5 48 48S490.5 416 464 416z'; exports.definition = { prefix: prefix, iconName: iconName, icon: [ width, height, aliases, unicode, svgPathData ]}; exports.faTruckPickup = exports.definition; exports.prefix = prefix; exports.iconName = iconName; exports.width = width; exports.height = height; exports.ligatures = aliases; exports.unicode = unicode; exports.svgPathData = svgPathData; exports.aliases = aliases;