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 = 'far';
var iconName = 'money-bill-1';
var width = 576;
var height = 512;
var aliases = ['money-bill-alt'];
var unicode = 'f3d1';
var svgPathData = 'M336 300.4v23.11C336 330.4 330.4 336 323.6 336H252.4C245.6 336 240 330.4 240 323.6V300.4C240 293.6 245.6 288 252.4 288H264V224H252.4c-4.273 0-8.359-2.332-10.5-5.832C239.6 214.5 239.4 209.8 241.3 205.9l12.44-23.11C255.9 178.7 259.3 176 264 176h35.55C306.4 176 312 181.6 312 188.4V288h11.55C330.4 288 336 293.6 336 300.4zM576 128v256c0 35.35-28.65 64-64 64H64c-35.35 0-64-28.65-64-64V128c0-35.35 28.65-64 64-64h448C547.3 64 576 92.65 576 128zM528 176c-35.38 0-64-28.62-64-64h-352c0 35.38-28.62 64-64 64v160c35.38 0 64 28.62 64 64h352c0-35.38 28.62-64 64-64V176z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faMoneyBill1 = 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;