29 lines
1.7 KiB
JavaScript
29 lines
1.7 KiB
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fad';
|
|
var iconName = 'transporter-1';
|
|
var width = 512;
|
|
var height = 512;
|
|
var ligatures = [];
|
|
var unicode = 'f943';
|
|
var svgPathData = ['M183.9964,416h64.00146V384H183.9964ZM63.99365,128.002,51.57149,98.21875a3.99153,3.99153,0,0,0-7.1525,0L32.00073,128.002,2.211,140.42188a4.00079,4.00079,0,0,0,0,7.15624l29.78974,12.41993L44.419,189.78125a3.99153,3.99153,0,0,0,7.1525,0l12.42216-29.7832,29.78584-12.41993a4.004,4.004,0,0,0,0-7.15624ZM263.99823,416h64.00146V384H263.99823ZM509.789,364.41992,480.00317,352l-12.41825-29.78516a3.99468,3.99468,0,0,0-7.15641,0L448.01025,352l-29.78583,12.41992a3.99922,3.99922,0,0,0,0,7.1543l29.78583,12.41992,12.41826,29.78516a3.99625,3.99625,0,0,0,7.15641,0l12.41825-29.78516L509.789,371.57422a3.99922,3.99922,0,0,0,0-7.1543Z', 'M255.959,96l.01954-.00195L255.99805,96a48,48,0,1,0,0-96l-.01953.002L255.959,0a48,48,0,1,0,0,96ZM152.5738,276.48438l31.4226-37.70508V352h64.00146V320h16.00037v32h64.00146V238.7793l31.4226,37.70508a31.99565,31.99565,0,0,0,49.15737-40.96876l-70.39223-84.48437A63.84273,63.84273,0,0,0,289.01443,128H222.98167a63.78737,63.78737,0,0,0-49.15738,23.03125l-70.40786,84.48437a31.99565,31.99565,0,0,0,49.15737,40.96876ZM384.001,448H127.99512a32.0007,32.0007,0,0,0-32.00074,32v32H416.00171V480A32.0007,32.0007,0,0,0,384.001,448Z'];
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
ligatures,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faTransporter1 = exports.definition;
|
|
exports.prefix = prefix;
|
|
exports.iconName = iconName;
|
|
exports.width = width;
|
|
exports.height = height;
|
|
exports.ligatures = ligatures;
|
|
exports.unicode = unicode;
|
|
exports.svgPathData = svgPathData; |