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 = 'shuttle-space';
var width = 640;
var height = 512;
var aliases = ['space-shuttle'];
var unicode = 'f197';
var svgPathData = 'M576.8 192.3C533 171.8 474.3 160 416 160H160c0-17.67-14.33-32-32-32h224C256 96 216.4 32 128 32H80C53.49 32 32 53.49 32 80V128C14.33 128 0 142.3 0 160v64c0 17.67 14.33 32 32 32C14.33 256 0 270.3 0 288v64c0 17.67 14.33 32 32 32v48C32 458.5 53.49 480 80 480H128c88.37 0 128-64 224-96H128c17.67 0 32-14.33 32-32h256c58.33 0 117-11.83 160.8-32.33C616.3 301.2 640 277.3 640 256C640 234.7 616.3 210.8 576.8 192.3zM481.1 306.1c-5.477 0-10.02-4.537-10.02-10.01V215.9c0-5.477 4.539-10.02 10.02-10.02C521.9 205.9 522 306.1 481.1 306.1z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faShuttleSpace = 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;