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 = 'dong-sign';
var width = 448;
var height = 512;
var aliases = [''];
var unicode = 'e169';
var svgPathData = 'M392 448H56c-17.67 0-32 14.31-32 32s14.33 32 32 32h336c17.67 0 32-14.31 32-32S409.7 448 392 448zM224 416c24.51 0 47.21-7.273 66.7-19.27C295.6 408.1 306.9 416 320 416c17.67 0 32-14.31 32-32V128c17.67 0 32-14.31 32-32s-14.33-32-32-32c0-17.69-14.33-32-32-32s-32 14.31-32 32h-32c-17.67 0-32 14.31-32 32s14.33 32 32 32h32v49.8C269.1 166.8 247.4 160 224 160C153.4 160 96 217.4 96 288S153.4 416 224 416zM224 224c35.3 0 64 28.72 64 64s-28.7 64-64 64s-64-28.72-64-64S188.7 224 224 224z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faDongSign = 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;