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-wink';
var width = 512;
var height = 512;
var aliases = ['laugh-wink'];
var unicode = 'f59c';
var svgPathData = 'M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM336 168c25.67 0 55.84 16.88 59.84 42.13c1.695 11.12-11.38 18.25-19.74 10.75l-9.566-8.5c-14.77-13.12-46.14-13.12-60.91 0L295.1 221c-8.355 7.375-21.55 .25-19.86-10.88C280.1 184.9 310.3 168 336 168zM159.9 160C177.7 160 192 174.3 192 192S177.7 224 159.9 224C142.3 224 128 209.8 128 192S142.3 160 159.9 160zM264 432H247.1c-73.86 0-134.9-55-143.8-126C102.9 296.5 110.5 288 120.1 288h271.8c9.629 0 17.19 8.375 15.97 18C398.1 377 337.9 432 264 432z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faFaceLaughWink = 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;