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 = 'coins';
var width = 512;
var height = 512;
var aliases = [''];
var unicode = 'f51e';
var svgPathData = 'M0 405.3V448c0 35.25 85.1 64 192 64c105.1 0 192-28.75 192-64v-42.75C342.8 434.4 267.2 448 192 448S41.25 434.4 0 405.3zM320 128c105.1 0 192-28.75 192-64s-86-64-192-64C213.1 0 128 28.75 128 64S213.1 128 320 128zM0 300.4V352c0 35.25 85.1 64 192 64c105.1 0 192-28.75 192-64V300.4C342.8 334.4 267.1 352 192 352S41.25 334.4 0 300.4zM416 311.4C473.3 300.2 512 279.8 512 256V213.2c-23.25 16.5-57.25 27.63-96 34.5V311.4zM192 160C85.1 160 0 195.8 0 240S85.1 320 192 320c105.1 0 192-35.75 192-80S297.1 160 192 160zM411.2 216.2C471.3 205.5 512 184.2 512 160V117.2c-35.5 25.13-96.5 38.63-160.8 41.88C380.8 173.4 402.5 192.6 411.2 216.2z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faCoins = 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;