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-sad-tear';
var width = 512;
var height = 512;
var aliases = ['sad-tear'];
var unicode = 'f5b4';
var svgPathData = 'M175.1 240c17.8 0 32.09-14.25 32.09-32s-14.29-32-32.09-32c-17.68 0-31.97 14.25-31.97 32S158.3 240 175.1 240zM170.4 274.8c-11.38 15.38-36.33 50.63-36.33 68.13C134.1 365.6 152.8 384 175.1 384c23.25 0 42.02-18.38 42.02-41.13c0-17.5-24.95-52.75-36.33-68.13C178.7 271.1 173.2 271.1 170.4 274.8zM336 176c-17.8 0-32.09 14.25-32.09 32s14.29 32 32.09 32c17.68 0 31.97-14.25 31.97-32S353.7 176 336 176zM263.1 304c-13.2 0-23.98 10.75-23.98 24S250.8 352 263.1 352c23.86 0 46.26 10.5 61.64 28.75c8.113 9.875 23.13 12 33.79 3.125c10.17-8.5 11.62-23.62 3.027-33.75C337.1 320.8 302.1 304 263.1 304zM256 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.faFaceSadTear = 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;