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 Spline = createLucideIcon(\"Spline\", [[\"circle\", {\n cx: \"19\",\n cy: \"5\",\n r: \"2\",\n key: \"mhkx31\"\n}], [\"circle\", {\n cx: \"5\",\n cy: \"19\",\n r: \"2\",\n key: \"v8kfzx\"\n}], [\"path\", {\n d: \"M5 17A12 12 0 0 1 17 5\",\n key: \"1okkup\"\n}]]);\nexport { Spline as default };","map":{"version":3,"names":["Spline","createLucideIcon","cx","cy","r","key","d"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/spline.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name Spline\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/spline\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 Spline = createLucideIcon('Spline', [\n ['circle', { cx: '19', cy: '5', r: '2', key: 'mhkx31' }],\n ['circle', { cx: '5', cy: '19', r: '2', key: 'v8kfzx' }],\n ['path', { d: 'M5 17A12 12 0 0 1 17 5', key: '1okkup' }],\n]);\n\nexport default Spline;\n"],"mappings":";;;;;AAaM,MAAAA,MAAA,GAASC,gBAAA,CAAiB,QAAU,GACxC,CAAC,QAAU;EAAEC,EAAI;EAAMC,EAAI;EAAKC,CAAG;EAAKC,GAAK;AAAA,CAAU,GACvD,CAAC,QAAU;EAAEH,EAAI;EAAKC,EAAI;EAAMC,CAAG;EAAKC,GAAK;AAAA,CAAU,GACvD,CAAC,MAAQ;EAAEC,CAAA,EAAG,wBAA0B;EAAAD,GAAA,EAAK;AAAA,CAAU,EACxD","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |