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 = 'fab';
var iconName = 'pied-piper';
var width = 480;
var height = 512;
var aliases = [''];
var unicode = 'f2ae';
var svgPathData = 'M455.9 23.2C429.2 30 387.8 51.69 341.4 90.66A206 206 0 00240 64C125.1 64 32 157.1 32 272s93.13 208 208 208 208-93.13 208-208a207.3 207.3 0 00-58.75-144.8 155.4 155.4 0 00-17 27.4A176.2 176.2 0 01417.1 272c0 97.66-79.44 177.1-177.1 177.1a175.8 175.8 0 01-87.63-23.4c82.94-107.3 150.8-37.77 184.3-226.6 5.79-32.62 28-94.26 126.2-160.2C471 33.45 465.4 20.8 455.9 23.2zM125 406.4A176.7 176.7 0 0162.9 272C62.9 174.3 142.4 94.9 240 94.9a174 174 0 0176.63 17.75C250.6 174.8 189.8 265.5 125 406.4z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faPiedPiper = 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;