1 line
1.9 KiB
JSON
1 line
1.9 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst CornerRightUp = createLucideIcon(\"CornerRightUp\", [[\"polyline\", {\n points: \"10 9 15 4 20 9\",\n key: \"1lr6px\"\n}], [\"path\", {\n d: \"M4 20h7a4 4 0 0 0 4-4V4\",\n key: \"1plgdj\"\n}]]);\nexport { CornerRightUp as default };","map":{"version":3,"names":["CornerRightUp","createLucideIcon","points","key","d"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/corner-right-up.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name CornerRightUp\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/corner-right-up\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 CornerRightUp = createLucideIcon('CornerRightUp', [\n ['polyline', { points: '10 9 15 4 20 9', key: '1lr6px' }],\n ['path', { d: 'M4 20h7a4 4 0 0 0 4-4V4', key: '1plgdj' }],\n]);\n\nexport default CornerRightUp;\n"],"mappings":";;;;;AAaM,MAAAA,aAAA,GAAgBC,gBAAA,CAAiB,eAAiB,GACtD,CAAC,UAAY;EAAEC,MAAA,EAAQ,gBAAkB;EAAAC,GAAA,EAAK;AAAA,CAAU,GACxD,CAAC,MAAQ;EAAEC,CAAA,EAAG,yBAA2B;EAAAD,GAAA,EAAK;AAAA,CAAU,EACzD","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |