29 lines
2.0 KiB
JavaScript
29 lines
2.0 KiB
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fad';
|
|
var iconName = 'transporter-3';
|
|
var width = 512;
|
|
var height = 512;
|
|
var ligatures = [];
|
|
var unicode = 'f945';
|
|
var svgPathData = ['M509.7929,44.43164,480.00684,32.01172,467.58458,2.22656a3.99158,3.99158,0,0,0-7.15256,0L448.01367,32.01172l-29.79,12.41992a3.99921,3.99921,0,0,0,0,7.1543l29.79,12.41992L460.432,93.791a3.99315,3.99315,0,0,0,7.15256,0l12.42226-29.78516L509.7929,51.58594a4.00238,4.00238,0,0,0,0-7.1543ZM63.99414,352.00391,51.57189,322.2207a3.99473,3.99473,0,0,0-7.15647,0L31.99707,352.00391,2.211,364.42383a4.00079,4.00079,0,0,0,0,7.15625L31.99707,384l12.41835,29.7832a3.99473,3.99473,0,0,0,7.15647,0L63.99414,384,93.7763,371.58008a4.00079,4.00079,0,0,0,0-7.15625ZM372.32386,192H139.684l-26.66878,32H398.98874ZM359.425,276.48438a31.98516,31.98516,0,0,0,45.06388,4.09374A31.46786,31.46786,0,0,0,415.57518,256h-73.221ZM338.19,151.03125A63.84341,63.84341,0,0,0,289.01663,128H222.98337a63.788,63.788,0,0,0-49.15775,23.03125L166.34883,160H345.66289ZM256,0l-.01953.002L255.96094,0a47.9455,47.9455,0,0,0-45.04825,32h90.13556A47.9455,47.9455,0,0,0,256,0ZM183.9978,288H328.0022V256H183.9978ZM255.96094,96l.01953-.00195L256,96a47.8755,47.8755,0,0,0,45.06-32H210.901A47.87549,47.87549,0,0,0,255.96094,96Zm8.0393,320h64.002V384h-64.002Zm0-64h64.002V320h-64.002ZM183.9978,416h64.002V384h-64.002Zm0-64h64.002V320h-64.002Zm-76.48671-71.42188a32.00632,32.00632,0,0,0,45.06388-4.09374L169.6458,256h-73.221A31.46786,31.46786,0,0,0,107.51109,280.57812Z', 'M416.00488,480a32.00082,32.00082,0,0,0-32.001-32H127.99609a32.00082,32.00082,0,0,0-32.001,32v32H416.00488Z'];
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
ligatures,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faTransporter3 = exports.definition;
|
|
exports.prefix = prefix;
|
|
exports.iconName = iconName;
|
|
exports.width = width;
|
|
exports.height = height;
|
|
exports.ligatures = ligatures;
|
|
exports.unicode = unicode;
|
|
exports.svgPathData = svgPathData; |