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 PieChart = createLucideIcon(\"PieChart\", [[\"path\", {\n d: \"M21.21 15.89A10 10 0 1 1 8 2.83\",\n key: \"k2fpak\"\n}], [\"path\", {\n d: \"M22 12A10 10 0 0 0 12 2v10z\",\n key: \"1rfc4y\"\n}]]);\nexport { PieChart as default };","map":{"version":3,"names":["PieChart","createLucideIcon","d","key"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/pie-chart.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name PieChart\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/pie-chart\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 PieChart = createLucideIcon('PieChart', [\n ['path', { d: 'M21.21 15.89A10 10 0 1 1 8 2.83', key: 'k2fpak' }],\n ['path', { d: 'M22 12A10 10 0 0 0 12 2v10z', key: '1rfc4y' }],\n]);\n\nexport default PieChart;\n"],"mappings":";;;;;AAaM,MAAAA,QAAA,GAAWC,gBAAA,CAAiB,UAAY,GAC5C,CAAC,MAAQ;EAAEC,CAAA,EAAG,iCAAmC;EAAAC,GAAA,EAAK;AAAA,CAAU,GAChE,CAAC,MAAQ;EAAED,CAAA,EAAG,6BAA+B;EAAAC,GAAA,EAAK;AAAA,CAAU,EAC7D","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |