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 CornerUpRight = createLucideIcon(\"CornerUpRight\", [[\"polyline\", {\n points: \"15 14 20 9 15 4\",\n key: \"1tbx3s\"\n}], [\"path\", {\n d: \"M4 20v-7a4 4 0 0 1 4-4h12\",\n key: \"1lu4f8\"\n}]]);\nexport { CornerUpRight as default };","map":{"version":3,"names":["CornerUpRight","createLucideIcon","points","key","d"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/corner-up-right.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name CornerUpRight\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/corner-up-right\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 CornerUpRight = createLucideIcon('CornerUpRight', [\n ['polyline', { points: '15 14 20 9 15 4', key: '1tbx3s' }],\n ['path', { d: 'M4 20v-7a4 4 0 0 1 4-4h12', key: '1lu4f8' }],\n]);\n\nexport default CornerUpRight;\n"],"mappings":";;;;;AAaM,MAAAA,aAAA,GAAgBC,gBAAA,CAAiB,eAAiB,GACtD,CAAC,UAAY;EAAEC,MAAA,EAAQ,iBAAmB;EAAAC,GAAA,EAAK;AAAA,CAAU,GACzD,CAAC,MAAQ;EAAEC,CAAA,EAAG,2BAA6B;EAAAD,GAAA,EAAK;AAAA,CAAU,EAC3D","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |