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 = 'sign-hanging';
var width = 512;
var height = 512;
var aliases = ['sign'];
var unicode = 'f4d9';
var svgPathData = 'M160 384h320V160H160V384zM496 63.1L128 63.1v-48c0-8.75-7.25-16-16-16l-32 0c-8.75 0-16 7.25-16 16v48L16 63.1c-8.75 0-16 7.25-16 16v32c0 8.75 7.25 16 16 16H64v368C64 504.8 71.25 512 80 512h32C120.8 512 128 504.8 128 496v-368h368c8.75 0 16-7.25 16-16v-32C512 71.25 504.8 63.1 496 63.1z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faSignHanging = 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;