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 = 'fas';
var iconName = 'face-frown';
var width = 512;
var height = 512;
var aliases = ['frown'];
var unicode = 'f119';
var svgPathData = 'M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM336 176c17.68 0 31.97 14.25 31.97 32s-14.29 32-31.97 32c-17.8 0-32.09-14.25-32.09-32S318.2 176 336 176zM175.1 176c17.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 176 175.1 176zM371.1 399.7C370.1 399.9 369 400 367.1 400c-7.469 0-14.12-5.25-15.66-12.88C351.8 384.5 337.1 320 256 320s-95.75 64.47-96.34 67.22c-1.812 8.625-10.03 14.16-18.88 12.41c-8.625-1.781-14.19-10.12-12.47-18.75C134.8 348.8 169.7 288 256 288s121.3 60.75 127.7 92.88C385.4 389.5 379.8 397.1 371.1 399.7z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faFaceFrown = 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;