You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1.2 KiB
JavaScript
30 lines
1.2 KiB
JavaScript
|
6 months ago
|
'use strict';
|
||
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
||
|
|
var prefix = 'fas';
|
||
|
|
var iconName = 'arrow-up-wide-short';
|
||
|
|
var width = 576;
|
||
|
|
var height = 512;
|
||
|
|
var aliases = ["sort-amount-up"];
|
||
|
|
var unicode = 'f161';
|
||
|
|
var svgPathData = 'M150.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L96 141.3 96 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-306.7 41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-96-96zM320 480l32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-32 0c-17.7 0-32 14.3-32 32s14.3 32 32 32zm0-128l96 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-96 0c-17.7 0-32 14.3-32 32s14.3 32 32 32zm0-128l160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-160 0c-17.7 0-32 14.3-32 32s14.3 32 32 32zm0-128l224 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L320 32c-17.7 0-32 14.3-32 32s14.3 32 32 32z';
|
||
|
|
|
||
|
|
exports.definition = {
|
||
|
|
prefix: prefix,
|
||
|
|
iconName: iconName,
|
||
|
|
icon: [
|
||
|
|
width,
|
||
|
|
height,
|
||
|
|
aliases,
|
||
|
|
unicode,
|
||
|
|
svgPathData
|
||
|
|
]};
|
||
|
|
|
||
|
|
exports.faArrowUpWideShort = 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;
|