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 = 'rocket';
var width = 512;
var height = 512;
var aliases = [''];
var unicode = 'f135';
var svgPathData = 'M505.1 19.33C503.9 13.71 498.4 8.208 492.8 6.958C460.6 .0833 435.5 0 410.4 0c-103.2 0-165.1 55.25-211.4 128H94.86C78.49 128 59.24 139.9 51.99 154.5L2.493 253.2C.993 256.6 .1181 260.2-.0069 264c0 13.25 10.75 24 23.1 24h103.9L105.4 310.5c-11.38 11.38-12.1 32.25 0 45.25l50.87 50.87c11.12 11.13 32.12 13.13 45.25 0l22.5-22.5L223.1 488c0 13.25 10.75 24 23.1 24c3.75-.125 7.312-1 10.69-2.5l98.71-49.38c14.62-7.375 26.53-26.5 26.53-42.88l.0642-104.5c72.5-46.25 127.1-108.4 127.1-211C512.1 76.5 512.1 51.46 505.1 19.33zM383.1 168c-21.1 0-39.1-17.88-39.1-40s17.1-40 39.1-40c22.12 0 39.1 17.88 39.1 40S406.1 168 383.1 168z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faRocket = 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;