'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fad'; var iconName = 'caravan'; var width = 640; var height = 512; var ligatures = []; var unicode = 'f8ff'; var svgPathData = ['M256,192V128a32,32,0,0,0-32-32H96a32,32,0,0,0-32,32v64a32,32,0,0,0,32,32H224A32,32,0,0,0,256,192ZM416,96H352a32,32,0,0,0-32,32V283.71A171.28,171.28,0,0,1,343.42,320H448V128A32,32,0,0,0,416,96Zm0,144a16,16,0,1,1,16-16A16,16,0,0,1,416,240ZM192,304a88,88,0,1,0,88,88A88,88,0,0,0,192,304Z', 'M624,320H576V160A160,160,0,0,0,416,0H64A64,64,0,0,0,0,64V320a64,64,0,0,0,64,64h8.81C77,321.53,128.47,272,192,272s115,49.53,119.19,112H624a16,16,0,0,0,16-16V336A16,16,0,0,0,624,320ZM256,192a32,32,0,0,1-32,32H96a32,32,0,0,1-32-32V128A32,32,0,0,1,96,96H224a32,32,0,0,1,32,32ZM448,320H343.42A171.28,171.28,0,0,0,320,283.71V128a32,32,0,0,1,32-32h64a32,32,0,0,1,32,32Z']; exports.definition = { prefix: prefix, iconName: iconName, icon: [ width, height, ligatures, unicode, svgPathData ]}; exports.faCaravan = exports.definition; exports.prefix = prefix; exports.iconName = iconName; exports.width = width; exports.height = height; exports.ligatures = ligatures; exports.unicode = unicode; exports.svgPathData = svgPathData;