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 = 'hourglass';
var width = 384;
var height = 512;
var aliases = ['hourglass-2','hourglass-half'];
var unicode = 'f254';
var svgPathData = 'M352 448v-21.34c0-27.7-8.982-54.64-25.6-76.8L256 256l70.4-93.87C343 139.1 352 113 352 85.33V64c17.67 0 32-14.33 32-32c0-17.67-14.33-32-32-32H32C14.33 0 0 14.33 0 32c0 17.67 14.33 32 32 32v21.33c0 27.7 8.982 54.64 25.6 76.8L128 256l-70.4 93.87C40.98 372 32 398.1 32 426.7V448c-17.67 0-32 14.33-32 32c0 17.67 14.33 32 32 32h320c17.67 0 32-14.33 32-32C384 462.3 369.7 448 352 448zM111.1 128L108.8 123.7C100.5 112.7 96 99.09 96 85.33V64h192v21.33c0 13.76-4.545 27.39-12.8 38.4L272 128H111.1zM192 277.3L272 384H111.1L192 277.3z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faHourglass = 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;