design-system-simplefi
Version:
Design System for SimpleFi Applications
10 lines • 391 B
JavaScript
export var width = 320;
export var height = 512;
export var unicode = 'e009';
export var svgPathData = 'M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z';
export var caretDown = {
prefix: 'sfi',
iconName: 'caret-down',
icon: [width, height, [], unicode, svgPathData],
};
//# sourceMappingURL=caretDown.js.map