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 = 'anchor';
var width = 576;
var height = 512;
var aliases = [''];
var unicode = 'f13d';
var svgPathData = 'M571.3 324.7l-63.1-64c-6.25-6.25-16.37-6.25-22.62 0l-63.1 64C410.7 334.8 417.8 352 431.1 352h27.45c-14.31 55.05-63.99 96-123.5 96h-15.1V240h47.1c8.838 0 15.1-7.164 15.1-16V192c0-8.836-7.162-16-15.1-16h-27.05c25.92-17.19 43.05-46.57 43.05-80c0-53.02-42.98-96-95.1-96S192 42.98 192 96c0 33.43 17.13 62.81 43.05 80H208C199.2 176 192 183.2 192 192v32c0 8.836 7.164 16 15.1 16h47.1V448H240c-59.46 0-109.1-40.95-123.5-96h27.45c14.26 0 21.33-17.26 11.31-27.31l-63.1-64c-6.25-6.25-16.37-6.25-22.62 0l-63.1 64C-5.342 334.8 1.767 352 16.01 352h34.89c15.31 90.66 94.15 160 189.1 160h95.1c94.95 0 173.8-69.34 189.1-160h34.89C574.3 352 581.3 334.7 571.3 324.7zM288 64c17.64 0 31.1 14.36 31.1 32s-14.36 32-32 32S256 113.6 256 96S270.4 64 288 64z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faAnchor = 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;