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 = 'lira-sign';
var width = 320;
var height = 512;
var aliases = [''];
var unicode = 'f195';
var svgPathData = 'M320 448c0 17.69-14.31 32-32 32H32c-12.41 0-23.72-7.188-28.97-18.44c-5.281-11.22-3.562-24.5 4.375-34.06C25.83 405.4 38.19 379.4 45.02 352H32c-17.69 0-32-14.31-32-32s14.31-32 32-32h19.19V256H32C14.31 256 0 241.7 0 224s14.31-32 32-32h19.19V157.3C51.19 88.22 108.3 32 178.6 32c13.66 0 27.19 2.156 40.19 6.375l79.19 25.94c16.78 5.5 25.94 23.56 20.44 40.38c-5.5 16.75-23.53 26.03-40.38 20.44l-79.13-25.91C192.4 97.09 185.5 96 178.6 96C143.6 96 115.2 123.5 115.2 157.3V192H224c17.69 0 32 14.31 32 32s-14.31 32-32 32H115.2v32H224c17.69 0 32 14.31 32 32s-14.31 32-32 32H110.7c-4.043 22.12-10.68 43.7-20.44 64H288C305.7 416 320 430.3 320 448z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faLiraSign = 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;