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 = 'arrow-trend-down';
var width = 576;
var height = 512;
var aliases = [''];
var unicode = 'e097';
var svgPathData = 'M576 384c0 20.9-17.63 32-32 32h-160c-17.69 0-32-14.33-32-32s14.31-32 32-32h82.75L320 205.3L214.6 310.6C208.4 316.9 200.2 320 192 320S175.6 316.9 169.4 310.6l-160-160C3.125 144.4 0 136.2 0 128c0-18.28 14.95-32 32-32c8.188 0 16.38 3.125 22.62 9.375L192 242.8l105.4-105.4C303.6 131.1 311.8 128 320 128s16.38 3.125 22.62 9.375L512 306.8V224c0-17.67 14.31-32 32-32s32 14.33 32 32V384z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faArrowTrendDown = 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;