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 = 'far';
var iconName = 'face-laugh-wink';
var width = 512;
var height = 512;
var aliases = ['laugh-wink'];
var unicode = 'f59c';
var svgPathData = 'M370.4 288H141.6c-8.113 0-14.41 7-13.44 15C135.6 362.3 186.1 408 249.2 408h13.56c62.24 0 113.6-45.75 121.1-105C384.8 295 378.5 288 370.4 288zM175.1 224c17.8 0 32.09-14.25 32.09-32S193.8 160 175.1 160C158.3 160 143.1 174.3 143.1 192S158.3 224 175.1 224zM336 164c-25.79 0-55.95 16.88-59.94 42.13c-1.695 11.12 11.5 18.12 19.74 10.75l9.566-8.5c14.77-13.12 46.14-13.12 61.03 0l9.445 8.5c8.477 7.375 21.68 .375 19.86-10.75C391.9 180.9 361.7 164 336 164zM256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM256 464c-114.7 0-208-93.31-208-208S141.3 48 256 48s208 93.31 208 208S370.7 464 256 464z';
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;