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-wide';
var width = 512;
var height = 512;
var aliases = ['grin-alt'];
var unicode = 'f581';
var svgPathData = 'M208.3 248C220.6 229.3 223.4 210.8 224 192c-.4844-18.75-3.391-37.25-15.74-56c-7.992-12-25.07-11.38-32.7 0C163.2 154.8 160.5 173.3 159.9 192c.6055 18.75 3.391 37.25 15.74 56C183.7 260 200.8 259.4 208.3 248zM361.6 304.6C335.7 312.9 297.2 317.8 256 317.8S176.4 312.9 150.4 304.6C140.5 301.5 131 309.9 132.7 319.9c7.871 47.25 71.32 80 123.3 80s115.3-32.88 123.3-80C380.8 310.1 371.6 301.5 361.6 304.6zM336.1 248c12.47-18.75 15.28-37.25 15.88-56c-.4844-18.75-3.412-37.25-15.88-56c-7.992-12-24.92-11.38-32.55 0C291.2 154.8 288.5 173.3 287.8 192c.6055 18.75 3.391 37.25 15.74 56C311.7 260 328.6 259.4 336.1 248zM256 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.faFaceGrinWide = 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;