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 = 'hryvnia-sign';
var width = 384;
var height = 512;
var aliases = ['hryvnia'];
var unicode = 'f6f2';
var svgPathData = 'M384 304c0 17.67-14.33 32-32 32H122.2C116 344.4 112 354.8 112 365.9C112 393.5 134.5 416 162.1 416h48.64c20.33 0 40.25-8.25 54.63-22.62c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25C283.1 465.3 248.5 480 210.8 480H162.1C99.19 480 48 428.8 48 365.9c0-10.2 1.457-20.23 4.111-29.89H32c-17.67 0-32-14.33-32-32s14.33-32 32-32h65.67c1.568-1.078 3.018-2.295 4.646-3.297L154.7 240H32c-17.67 0-32-14.33-32-32s14.33-32 32-32h229.8C267.1 167.6 272 157.2 272 146.1C272 118.5 249.5 96 221.9 96H173.3C152.9 96 133 104.3 118.6 118.6c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25C100 46.69 135.5 32 173.3 32h48.64C284.8 32 336 83.19 336 146.1c0 10.2-1.457 20.23-4.111 29.89H352c17.67 0 32 14.33 32 32s-14.33 32-32 32h-65.67c-1.568 1.078-3.018 2.295-4.646 3.297L229.3 272H352C369.7 272 384 286.3 384 304z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faHryvniaSign = 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;