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 = 'face-frown-open';
var width = 512;
var height = 512;
var aliases = ['frown-open'];
var unicode = 'f57a';
var svgPathData = 'M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM143.1 208c0-17.75 14.29-32 31.97-32c17.8 0 32.09 14.25 32.09 32s-14.29 32-32.09 32C158.3 240 143.1 225.8 143.1 208zM331.3 391.3C300.1 381.8 271.9 376 256 376s-44.08 5.75-75.32 15.25c-11.5 3.5-22.52-6.25-20.46-18C167.2 333.3 220.3 312 256 312s88.76 21.25 95.79 61.25C353.8 385.1 342.7 394.8 331.3 391.3zM336 240c-17.8 0-32.09-14.25-32.09-32s14.29-32 32.09-32c17.68 0 31.97 14.25 31.97 32S353.7 240 336 240z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faFaceFrownOpen = 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;