1 line
1.6 KiB
JSON
1 line
1.6 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst Check = createLucideIcon(\"Check\", [[\"polyline\", {\n points: \"20 6 9 17 4 12\",\n key: \"10jjfj\"\n}]]);\nexport { Check as default };","map":{"version":3,"names":["Check","createLucideIcon","points","key"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/check.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name Check\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/check\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 Check = createLucideIcon('Check', [\n ['polyline', { points: '20 6 9 17 4 12', key: '10jjfj' }],\n]);\n\nexport default Check;\n"],"mappings":";;;;;AAaM,MAAAA,KAAA,GAAQC,gBAAA,CAAiB,OAAS,GACtC,CAAC,UAAY;EAAEC,MAAA,EAAQ,gBAAkB;EAAAC,GAAA,EAAK;AAAA,CAAU,EACzD","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |