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 = 'align-center';
var width = 448;
var height = 512;
var aliases = [''];
var unicode = 'f037';
var svgPathData = 'M416 160H31.1C14.33 160 0 174.3 0 192S14.33 224 31.1 224h384C433.7 224 448 209.7 448 192S433.7 160 416 160zM416 416H31.1C14.33 416 0 430.3 0 448S14.33 480 31.1 480h384C433.7 480 448 465.7 448 448S433.7 416 416 416zM127.1 96h192C337.7 96 352 81.67 352 64S337.7 32 320 32H127.1C110.3 32 96 46.33 96 64S110.3 96 127.1 96zM320 352C337.7 352 352 337.7 352 320S337.7 288 320 288H127.1C110.3 288 96 302.3 96 320S110.3 352 127.1 352H320z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faAlignCenter = 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;