design-system-simplefi
Version:
Design System for SimpleFi Applications
15 lines • 1.39 kB
JavaScript
export var width = 92; // defined width of SVG
export var height = 92; // 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 = 'e022';
export var svgPathData = // SVG path data
'M 65 2 C 62.8 2 61 3.8 61 6 C 61 8.2 62.8 10 65 10 L 76.300781 10 L 51.099609 35.199219 C 49.499609 36.799219 49.499609 39.300391 51.099609 40.900391 C 51.899609 41.700391 52.900391 42.099609 53.900391 42.099609 C 54.900391 42.099609 55.899219 41.700391 56.699219 40.900391 L 82 15.699219 L 82 27 C 82 29.2 83.8 31 86 31 C 88.2 31 90 29.2 90 27 L 90 6 C 90 4.9 89.600781 3.8992187 88.800781 3.1992188 C 88.100781 2.3992187 87.1 2 86 2 L 65 2 z M 37.712891 50.287109 C 36.675391 50.299609 35.650391 50.7 34.900391 51.5 L 10 76.300781 L 10 65 C 10 62.8 8.2 61 6 61 C 3.8 61 2 62.8 2 65 L 2 86 C 2 87.1 2.3992187 88.100781 3.1992188 88.800781 C 3.8992187 89.600781 4.9 90 6 90 L 27 90 C 29.2 90 31 88.2 31 86 C 31 83.8 29.2 82 27 82 L 15.699219 82 L 40.599609 57.099609 C 42.199609 55.499609 42.199609 53.000391 40.599609 51.400391 C 39.799609 50.650391 38.750391 50.274609 37.712891 50.287109 z ';
export var expand = {
prefix: 'sfi',
iconName: 'expand',
icon: [width, height, [], unicode, svgPathData],
};
//# sourceMappingURL=expand.js.map