change from fontawesome-free to fontawesomefree

This commit is contained in:
2021-06-28 18:32:46 +00:00
parent 555c217a3e
commit 25ee447a3f
13501 changed files with 332404 additions and 283834 deletions

View File

@@ -0,0 +1,30 @@
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fas';
var iconName = 'plane-slash';
var width = 640;
var height = 512;
var aliases = [''];
var unicode = 'e069';
var svgPathData = 'M32.5 147.9L63.1 256L32.5 364.1c-2.531 10.09 5.094 19.87 15.5 19.87H87.1c5.031 0 9.781-2.375 12.81-6.406L143.1 319.1h102.9l-49.03 171.6c-2.938 10.22 4.747 20.41 15.37 20.41h65.5c5.719 0 11.03-3.079 13.87-8.063l70.23-122.9L41.82 129.5C34.87 132.4 30.51 139.1 32.5 147.9zM630.8 469.1l-190.2-149.1h71.43c35.34 0 96-28.66 96-63.1s-60.66-63.1-96-63.1h-114.3L292.6 8.065c-2.562-4.453-8.781-8.063-13.91-8.063H213.2c-10.62 0-18.31 10.17-15.37 20.39L238.1 161.3L38.81 5.109C34.41 1.672 29.19 0 24.03 0C16.91 0 9.845 3.156 5.126 9.187c-8.187 10.44-6.375 25.53 4.062 33.7l591.1 463.1c10.5 8.203 25.56 6.328 33.69-4.078C643.1 492.4 641.2 477.3 630.8 469.1z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faPlaneSlash = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = aliases;
exports.unicode = unicode;
exports.svgPathData = svgPathData;
exports.aliases = aliases;