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-right';
var width = 448;
var height = 512;
var aliases = [''];
var unicode = 'f038';
var svgPathData = 'M0 448C0 465.7 14.33 480 32 480h384c17.67 0 32-14.33 32-31.1S433.7 416 416 416H32C14.33 416 0 430.3 0 448zM448 192C448 174.3 433.7 160 416 160H32C14.33 160 0 174.3 0 192S14.33 224 32 224h384C433.7 224 448 209.7 448 192zM448 64C448 46.33 433.7 32 416 32H192C174.3 32 160 46.33 160 64S174.3 96 192 96h224C433.7 96 448 81.67 448 64zM448 320C448 302.3 433.7 288 416 288H192c-17.67 0-32 14.33-32 32S174.3 352 192 352h224C433.7 352 448 337.7 448 320z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faAlignRight = 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;