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