UNPKG

design-system-simplefi

Version:

Design System for SimpleFi Applications

15 lines 675 B
export var width = 35; // defined width of SVG export var height = 23; // defined height of SVG /* * unicode character representation in Private Use Area (e000...f8ff) * check last icon exported from `index.ts` in this folder to find what is the next code */ export var unicode = 'e025'; export var svgPathData = // SVG path data 'M23.5114 16.7549L26.8065 14.7114L19.7999 10.3707L14.0568 13.9323L3.4106 7.33001L5.44221 6.0701L14.0568 11.4125L19.7999 7.85089L28.8309 13.456L32.126 11.4125V16.7549H23.5114Z'; export var graphDown = { prefix: 'sfi', iconName: 'graphDown', icon: [width, height, [], unicode, svgPathData], }; //# sourceMappingURL=graphDown.js.map