29 lines
1.1 KiB
JavaScript
29 lines
1.1 KiB
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fad';
|
|
var iconName = 'sort-circle-up';
|
|
var width = 512;
|
|
var height = 512;
|
|
var ligatures = [];
|
|
var unicode = 'e032';
|
|
var svgPathData = ['M350.88,26.94C224.38-25.46,79.34,34.61,26.94,161.12s7.67,271.54,134.18,323.94,271.54-7.67,323.94-134.18S477.39,79.34,350.88,26.94ZM151.73,192.59,243,101.41a18.31,18.31,0,0,1,26,0l91.18,91.18c11.56,11.56,3.38,31.41-13,31.41H164.75C148.35,224,140.17,204.15,151.73,192.59ZM360.14,319.41,269,410.59a18.31,18.31,0,0,1-26,0l-91.25-91.18c-11.56-11.56-3.38-31.41,13-31.41H347.11C363.52,288,371.7,307.85,360.14,319.41Z', 'M151.73,192.59,243,101.41a18.31,18.31,0,0,1,26,0l91.18,91.18c11.56,11.56,3.38,31.41-13,31.41H164.76C148.35,224,140.17,204.15,151.73,192.59Z'];
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
ligatures,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faSortCircleUp = exports.definition;
|
|
exports.prefix = prefix;
|
|
exports.iconName = iconName;
|
|
exports.width = width;
|
|
exports.height = height;
|
|
exports.ligatures = ligatures;
|
|
exports.unicode = unicode;
|
|
exports.svgPathData = svgPathData; |