1 line
2.6 KiB
JSON
1 line
2.6 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst ArrowUp10 = createLucideIcon(\"ArrowUp10\", [[\"path\", {\n d: \"m3 8 4-4 4 4\",\n key: \"11wl7u\"\n}], [\"path\", {\n d: \"M7 4v16\",\n key: \"1glfcx\"\n}], [\"path\", {\n d: \"M17 10V4h-2\",\n key: \"zcsr5x\"\n}], [\"path\", {\n d: \"M15 10h4\",\n key: \"id2lce\"\n}], [\"rect\", {\n x: \"15\",\n y: \"14\",\n width: \"4\",\n height: \"6\",\n ry: \"2\",\n key: \"33xykx\"\n}]]);\nexport { ArrowUp10 as default };","map":{"version":3,"names":["ArrowUp10","createLucideIcon","d","key","x","y","width","height","ry"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/arrow-up-1-0.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name ArrowUp10\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/arrow-up-1-0\n * @see https://lucide.dev/guide/packages/lucide-react - Documentation\n *\n * @param {Object} props - Lucide icons props and any valid SVG attribute\n * @returns {JSX.Element} JSX Element\n *\n */\nconst ArrowUp10 = createLucideIcon('ArrowUp10', [\n ['path', { d: 'm3 8 4-4 4 4', key: '11wl7u' }],\n ['path', { d: 'M7 4v16', key: '1glfcx' }],\n ['path', { d: 'M17 10V4h-2', key: 'zcsr5x' }],\n ['path', { d: 'M15 10h4', key: 'id2lce' }],\n [\n 'rect',\n { x: '15', y: '14', width: '4', height: '6', ry: '2', key: '33xykx' },\n ],\n]);\n\nexport default ArrowUp10;\n"],"mappings":";;;;;AAaM,MAAAA,SAAA,GAAYC,gBAAA,CAAiB,WAAa,GAC9C,CAAC,MAAQ;EAAEC,CAAA,EAAG,cAAgB;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC7C,CAAC,MAAQ;EAAED,CAAA,EAAG,SAAW;EAAAC,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,MAAQ;EAAED,CAAA,EAAG,aAAe;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC5C,CAAC,MAAQ;EAAED,CAAA,EAAG,UAAY;EAAAC,GAAA,EAAK;AAAA,CAAU,GACzC,CACE,QACA;EAAEC,CAAA,EAAG,IAAM;EAAAC,CAAA,EAAG,IAAM;EAAAC,KAAA,EAAO,GAAK;EAAAC,MAAA,EAAQ,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAL,GAAA,EAAK;AAAS,EACtE,CACD","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |