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-down';
|
|
var width = 512;
|
|
var height = 512;
|
|
var ligatures = [];
|
|
var unicode = 'e031';
|
|
var svgPathData = ['M350.88,26.94C224.37-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.94Zm9.39,292.47L269,410.59a18.31,18.31,0,0,1-26,0l-91.18-91.18c-11.56-11.56-3.38-31.41,13-31.41H347.25C363.65,288,371.83,307.85,360.27,319.41Zm-13-95.41H164.89c-16.41,0-24.59-19.85-13-31.41L243,101.41a18.31,18.31,0,0,1,26,0l91.25,91.18C371.83,204.15,363.65,224,347.25,224Z', 'M360.27,319.41,269,410.59a18.31,18.31,0,0,1-26,0l-91.18-91.18c-11.56-11.56-3.38-31.41,13-31.41H347.24C363.65,288,371.83,307.85,360.27,319.41Z'];
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
ligatures,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faSortCircleDown = exports.definition;
|
|
exports.prefix = prefix;
|
|
exports.iconName = iconName;
|
|
exports.width = width;
|
|
exports.height = height;
|
|
exports.ligatures = ligatures;
|
|
exports.unicode = unicode;
|
|
exports.svgPathData = svgPathData; |