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-tired';
var width = 512;
var height = 512;
var aliases = ['tired'];
var unicode = 'f5c8';
var svgPathData = 'M256 272c-45.41 0-100.9 38.25-107.8 93.25c-1.574 11.88 6.902 21.62 15.5 18C186.4 373.5 220 368 256 368s69.63 5.486 92.27 15.24c8.477 3.625 17.07-6 15.5-18C356.9 310.3 301.4 272 256 272zM228 208c0-4.25-2.18-8.125-5.812-10.25l-80.04-48c-4.965-3-11.5-2-15.26 2.5s-3.875 11-.1211 15.5L160.5 208l-33.66 40.25c-3.754 4.5-3.633 11 .1211 15.5c3.512 4.125 9.93 5.75 15.26 2.5l80.04-48C225.8 216.1 228 212.3 228 208zM385.1 152.3c-3.754-4.5-10.29-5.5-15.26-2.5l-80.04 48C286.2 199.9 283.1 203.8 283.1 208s2.18 8.125 5.812 10.25l80.04 48c5.328 3.25 11.75 1.625 15.26-2.5c3.754-4.5 3.875-11 .1211-15.5L351.5 208l33.66-40.25C388.1 163.3 388.8 156.6 385.1 152.3zM256 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.faFaceTired = 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;