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 = 'austral-sign';
var width = 448;
var height = 512;
var aliases = [''];
var unicode = 'e0a9';
var svgPathData = 'M416 320h-50.67l-13.33-32H416c17.67 0 32-14.33 32-32s-14.33-32-32-32h-90.67l-71.8-172.3C248.6 39.77 236.9 32 224 32S199.4 39.77 194.5 51.69L122.7 224H32C14.33 224 0 238.3 0 256s14.33 32 32 32h64.01l-13.33 32H32c-17.67 0-32 14.33-32 32s14.33 32 32 32h24.01l-21.54 51.69C27.67 452 35.38 470.7 51.69 477.5c16.36 6.875 35.08-.9219 41.84-17.22L125.3 384h197.3l31.8 76.31c5.109 12.28 17.02 19.7 29.55 19.7c4.094 0 8.266-.7969 12.3-2.484c16.31-6.797 24.02-25.53 17.22-41.84L391.1 384H416c17.67 0 32-14.33 32-32S433.7 320 416 320zM224 147.2L256 224H192L224 147.2zM151.1 320l13.33-32h117.3l13.33 32H151.1z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faAustralSign = 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;