29 lines
1.3 KiB
JavaScript
29 lines
1.3 KiB
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fad';
|
|
var iconName = 'transporter-empty';
|
|
var width = 512;
|
|
var height = 512;
|
|
var ligatures = [];
|
|
var unicode = 'e046';
|
|
var svgPathData = ['M509.7929,268.419l-29.78606-12.42-12.42226-29.78527a3.99158,3.99158,0,0,0-7.15256,0L448.01367,255.999l-29.79,12.42a3.99924,3.99924,0,0,0,0,7.15433l29.79,12.42L460.432,317.77856a3.99314,3.99314,0,0,0,7.15256,0l12.42226-29.78527,29.78606-12.42a4.0024,4.0024,0,0,0,0-7.15433ZM63.99414,32.00208,51.57189,2.21876a3.99472,3.99472,0,0,0-7.15647,0L31.99707,32.00208,2.211,44.422a4.00082,4.00082,0,0,0,0,7.15628l29.78607,12.42L44.41542,93.78161a3.99472,3.99472,0,0,0,7.15647,0L63.99414,63.99829l29.78216-12.42a4.00082,4.00082,0,0,0,0-7.15628Z', 'M416.00488,479.99988V512H95.99512V479.99988a32.00088,32.00088,0,0,1,32.001-32.00012H384.00391A32.00088,32.00088,0,0,1,416.00488,479.99988Z'];
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
ligatures,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faTransporterEmpty = exports.definition;
|
|
exports.prefix = prefix;
|
|
exports.iconName = iconName;
|
|
exports.width = width;
|
|
exports.height = height;
|
|
exports.ligatures = ligatures;
|
|
exports.unicode = unicode;
|
|
exports.svgPathData = svgPathData; |