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 = 'receipt';
var width = 448;
var height = 512;
var aliases = [''];
var unicode = 'f543';
var svgPathData = 'M390.4 3.289L352 48.03l-54.38-44.74c-5.75-4.374-13.5-4.374-19.25 0L224 48.03L169.6 3.289c-5.75-4.374-13.5-4.374-19.25 0L96 48.03L57.63 3.289C47-4.71 32 2.789 32 16.04v479.9c0 13.25 15 20.75 25.62 12.75L96 463.1l54.38 44.74c5.75 4.374 13.5 4.374 19.25 0L224 463.1l54.38 44.74c5.75 4.374 13.5 4.374 19.25 0L352 463.1l38.38 44.74C400.9 516.7 416 509.2 416 495.1V16.04C416 2.789 401-4.71 390.4 3.289zM336 367.1H112c-8.836 0-16-7.156-16-15.99c0-8.837 7.167-16.01 16-16.01h224c8.838 0 15.1 7.17 15.1 16.01C352 360.8 344.9 367.1 336 367.1zM336 271.1H112c-8.836 0-16-7.158-16-15.99c0-8.837 7.167-16 16-16h224c8.838 0 15.1 7.167 15.1 16C352 264.8 344.9 271.1 336 271.1zM336 175.1H112c-8.836 0-16-7.16-16-15.99c0-8.837 7.167-16 16-16h224c8.838 0 15.1 7.165 15.1 16C352 168.8 344.9 175.1 336 175.1z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faReceipt = 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;