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 = 'route';
var width = 512;
var height = 512;
var aliases = [''];
var unicode = 'f4d7';
var svgPathData = 'M416 320h-96c-17.62 0-32-14.38-32-32s14.38-32 32-32h96c0 0 96-107 96-160s-43-96-96-96s-96 43-96 96c0 25.5 22.27 63.38 45.27 96H320c-52.88 0-96 43.12-96 96s43.13 96 96 96h96c17.62 0 32 14.38 32 32s-14.38 32-32 32H185.5c-16 24.75-33.75 47.75-47.25 64H416c52.88 0 96-43.13 96-96S468.9 320 416 320zM416 64c17.75 0 32 14.25 32 32s-14.25 32-32 32s-32-14.25-32-32S398.2 64 416 64zM96 256c-53 0-96 43-96 96s96 160 96 160s96-107 96-160S149 256 96 256zM96 384c-17.75 0-32-14.25-32-32s14.25-32 32-32s32 14.25 32 32S113.8 384 96 384z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faRoute = 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;