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 = 'skull';
var width = 512;
var height = 512;
var aliases = [''];
var unicode = 'f54c';
var svgPathData = 'M256 0C114.6 0 0 100.3 0 224c0 70.09 36.91 132.6 94.5 173.7c9.594 6.906 15.19 18.11 13.5 29.89l-11.83 66.2C94.77 503.4 102.2 512 111.9 512H192v-56C192 451.6 195.6 448 200 448h16C220.4 448 224 451.6 224 456V512h64v-56c0-4.406 3.594-8 8-8h16c4.406 0 8 3.594 8 8V512h80.11c9.719 0 17.12-8.594 15.72-18.19l-11.8-66.2c-1.688-11.69 3.812-22.98 13.5-29.89C475.1 356.6 512 294.1 512 224C512 100.3 397.4 0 256 0zM160 320c-35.31 0-64-28.69-64-64s28.69-64 64-64s64 28.69 64 64S195.3 320 160 320zM352 320c-35.31 0-64-28.69-64-64s28.69-64 64-64s64 28.69 64 64S387.3 320 352 320z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faSkull = 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;