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-grin-wink';
var width = 512;
var height = 512;
var aliases = ['grin-wink'];
var unicode = 'f58c';
var svgPathData = 'M175.9 240c17.68 0 32.07-14.38 32.07-32s-14.39-32-32.07-32s-31.95 14.38-31.95 32S158.3 240 175.9 240zM361.6 304.6C335.7 313 297.2 317.8 256 317.8S176.3 313 150.4 304.6C140.5 301.5 131 310 132.7 320C140.7 367.1 204.1 400 256 400s115.3-32.88 123.3-80C380.1 310.1 371.6 301.5 361.6 304.6zM336 180.1c-25.79 0-55.85 16.88-59.85 42.13c-1.695 11.25 11.41 18.16 19.77 10.78l9.566-8.5c14.77-13.25 46.23-13.25 61 0L376 233c8.477 7.375 21.65 .3438 19.95-10.78C391.1 196.1 361.7 180.1 336 180.1zM256 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.faFaceGrinWink = 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;