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 CheckCircle = createLucideIcon(\"CheckCircle\", [[\"path\", {\n d: \"M22 11.08V12a10 10 0 1 1-5.93-9.14\",\n key: \"g774vq\"\n}], [\"polyline\", {\n points: \"22 4 12 14.01 9 11.01\",\n key: \"6xbx8j\"\n}]]);\nexport { CheckCircle as default };","map":{"version":3,"names":["CheckCircle","createLucideIcon","d","key","points"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/check-circle.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name CheckCircle\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/check-circle\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 CheckCircle = createLucideIcon('CheckCircle', [\n ['path', { d: 'M22 11.08V12a10 10 0 1 1-5.93-9.14', key: 'g774vq' }],\n ['polyline', { points: '22 4 12 14.01 9 11.01', key: '6xbx8j' }],\n]);\n\nexport default CheckCircle;\n"],"mappings":";;;;;AAaM,MAAAA,WAAA,GAAcC,gBAAA,CAAiB,aAAe,GAClD,CAAC,MAAQ;EAAEC,CAAA,EAAG,oCAAsC;EAAAC,GAAA,EAAK;AAAA,CAAU,GACnE,CAAC,UAAY;EAAEC,MAAA,EAAQ,uBAAyB;EAAAD,GAAA,EAAK;AAAA,CAAU,EAChE","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |