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 = 'parachute-box';
var width = 512;
var height = 512;
var aliases = [''];
var unicode = 'f4cd';
var svgPathData = 'M495.8 192h-8.668l-136.9 151.9C351 346.6 351.1 349.1 351.1 352l.0069 128c0 17.75-14.25 32-32 32h-128c-17.63 0-32-14.25-32-32l-.0056-128c0-2.875 .7781-5.5 1.528-8.125L24.73 192H16.11C6.858 192-1.018 184.1 .1074 175c9.126-75.5 78.38-132.2 158.3-158.8C121.1 55.75 95.99 116.9 95.99 192H67.86l116.6 129.5C186.1 320.9 189.2 320 191.1 320h48l.0002-128H127.1c0-115.2 68.88-192 128-192s128 76.75 128 192h-112l.0002 128h48c2.75 0 5.003 .875 7.504 1.5L444.1 192h-28.13c0-75.12-26-136.2-62.38-175.8c79.88 26.38 149.1 83.13 158.3 158.8C513 184.2 505.2 192 495.8 192z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faParachuteBox = 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;