1 line
2.1 KiB
JSON
1 line
2.1 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst Goal = createLucideIcon(\"Goal\", [[\"path\", {\n d: \"M12 13V2l8 4-8 4\",\n key: \"5wlwwj\"\n}], [\"path\", {\n d: \"M20.55 10.23A9 9 0 1 1 8 4.94\",\n key: \"5988i3\"\n}], [\"path\", {\n d: \"M8 10a5 5 0 1 0 8.9 2.02\",\n key: \"1hq7ot\"\n}]]);\nexport { Goal as default };","map":{"version":3,"names":["Goal","createLucideIcon","d","key"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/goal.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name Goal\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/goal\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 Goal = createLucideIcon('Goal', [\n ['path', { d: 'M12 13V2l8 4-8 4', key: '5wlwwj' }],\n ['path', { d: 'M20.55 10.23A9 9 0 1 1 8 4.94', key: '5988i3' }],\n ['path', { d: 'M8 10a5 5 0 1 0 8.9 2.02', key: '1hq7ot' }],\n]);\n\nexport default Goal;\n"],"mappings":";;;;;AAaM,MAAAA,IAAA,GAAOC,gBAAA,CAAiB,MAAQ,GACpC,CAAC,MAAQ;EAAEC,CAAA,EAAG,kBAAoB;EAAAC,GAAA,EAAK;AAAA,CAAU,GACjD,CAAC,MAAQ;EAAED,CAAA,EAAG,+BAAiC;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC9D,CAAC,MAAQ;EAAED,CAAA,EAAG,0BAA4B;EAAAC,GAAA,EAAK;AAAA,CAAU,EAC1D","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |