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 = 'naira-sign';
var width = 448;
var height = 512;
var aliases = [''];
var unicode = 'e1f6';
var svgPathData = 'M416 256h-32V64c0-17.69-14.31-32-32-32s-32 14.31-32 32v192h-57.54l-139.8-209.8C114.8 34.53 100.2 29.28 86.72 33.38C73.22 37.47 64 49.91 64 64v192H32C14.31 256 0 270.3 0 288s14.31 32 32 32h32v128c0 17.69 14.31 32 32 32s32-14.31 32-32v-128h100.2l97.17 145.8C331.4 474.8 341.5 480 352 480c3.094 0 6.219-.4375 9.281-1.375C374.8 474.5 384 462.1 384 448v-128h32c17.69 0 32-14.31 32-32S433.7 256 416 256zM128 256V169.7L185.5 256H128zM320 342.3L305.1 320H320V342.3z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faNairaSign = 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;