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 = 'florin-sign';
var width = 384;
var height = 512;
var aliases = [''];
var unicode = 'e184';
var svgPathData = 'M384 64c0 17.69-14.33 32-32 32h-36.86c-15.3 0-28.81 8.188-33.63 20.38L239 224H320c17.67 0 32 14.31 32 32s-14.33 32-32 32h-106.2l-51.76 131.1C147.6 455.5 110.2 480 68.86 480H32c-17.67 0-32-14.31-32-32s14.33-32 32-32h36.86c15.3 0 28.81-8.188 33.63-20.38L144.1 288H64C46.33 288 32 273.7 32 256s14.33-32 32-32h106.2l51.76-131.1C236.4 56.47 273.8 32 315.1 32H352C369.7 32 384 46.31 384 64z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faFlorinSign = 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;