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 CornerDownLeft = createLucideIcon(\"CornerDownLeft\", [[\"polyline\", {\n points: \"9 10 4 15 9 20\",\n key: \"r3jprv\"\n}], [\"path\", {\n d: \"M20 4v7a4 4 0 0 1-4 4H4\",\n key: \"6o5b7l\"\n}]]);\nexport { CornerDownLeft as default };","map":{"version":3,"names":["CornerDownLeft","createLucideIcon","points","key","d"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/corner-down-left.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name CornerDownLeft\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/corner-down-left\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 CornerDownLeft = createLucideIcon('CornerDownLeft', [\n ['polyline', { points: '9 10 4 15 9 20', key: 'r3jprv' }],\n ['path', { d: 'M20 4v7a4 4 0 0 1-4 4H4', key: '6o5b7l' }],\n]);\n\nexport default CornerDownLeft;\n"],"mappings":";;;;;AAaM,MAAAA,cAAA,GAAiBC,gBAAA,CAAiB,gBAAkB,GACxD,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":[]} |