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-laugh-beam';
var width = 512;
var height = 512;
var aliases = ['laugh-beam'];
var unicode = 'f59a';
var svgPathData = 'M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM336 136c23.73 0 52.68 29.25 55.95 71.38c.7266 8.625-10.78 11.88-14.89 4.5l-9.445-17c-7.75-13.62-19.22-21.62-31.58-21.62c-12.23 0-23.73 8-31.48 21.62l-9.476 17C290.8 219.3 279.2 216 279.9 207.4C283.2 165.3 312.2 136 336 136zM175.1 136c23.86 0 52.76 29.25 56.03 71.38C232.7 216 221.2 219.3 217.1 211.9l-9.566-17C199.9 181.3 188.4 173.3 176 173.3c-12.23 0-23.73 8-31.48 21.62l-9.445 17c-4.359 7.375-15.86 4-15.14-4.5C123.3 165.3 152.2 136 175.1 136zM264 432H247.1c-73.38 0-134-55-142.9-126C103.9 296.5 111.4 288 120.1 288h270c9.566 0 17.07 8.375 15.86 18C398 377 337.4 432 264 432z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faFaceLaughBeam = 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;