design-system-simplefi
Version:
Design System for SimpleFi Applications
10 lines • 363 B
JavaScript
export var width = 320;
export var height = 512;
export var unicode = 'e00c';
export var svgPathData = 'M279 224H41c-21.4 0-32.1-25.9-17-41L143 64c9.4-9.4 24.6-9.4 33.9 0l119 119c15.2 15.1 4.5 41-16.9 41z';
export var sortUp = {
prefix: 'sfi',
iconName: 'sort-up',
icon: [width, height, [], unicode, svgPathData],
};
//# sourceMappingURL=sortUp.js.map