Files
2020-07-15 12:53:54 -05:00

29 lines
1.2 KiB
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fad';
var iconName = 'sword-laser-alt';
var width = 512;
var height = 512;
var ligatures = [];
var unicode = 'e03c';
var svgPathData = ['M504.96733,7.02964a24.00768,24.00768,0,0,0-33.2818-.64077L225.9792,232.05589H329.50133l176.10679-191.739A24.00667,24.00667,0,0,0,504.96733,7.02964Z', 'M94.22341,327.25434,9.37,412.12416a31.99685,31.99685,0,0,0-.01172,45.23539l.00782.0039L116.85019,349.87887Zm33.946,33.94168L20.67366,468.68451l22.62287,22.64406,107.5036-107.50021Zm180.8658-105.13441H172.03594a16.00024,16.00024,0,0,0-11.31925,4.68861l-55.17794,55.187,90.53058,90.52938L320.29589,283.43531C330.45079,273.37628,323.3279,256.06161,309.03524,256.06161Zm-254.42336,246.59v.00195a32.08545,32.08545,0,0,0,45.26138.01173L184.754,417.78371l-22.63851-22.6382Z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faSwordLaserAlt = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;