1 line
3.0 KiB
JSON
1 line
3.0 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst ScatterChart = createLucideIcon(\"ScatterChart\", [[\"circle\", {\n cx: \"7.5\",\n cy: \"7.5\",\n r: \".5\",\n key: \"1x97lo\"\n}], [\"circle\", {\n cx: \"18.5\",\n cy: \"5.5\",\n r: \".5\",\n key: \"56iowl\"\n}], [\"circle\", {\n cx: \"11.5\",\n cy: \"11.5\",\n r: \".5\",\n key: \"m9xkw9\"\n}], [\"circle\", {\n cx: \"7.5\",\n cy: \"16.5\",\n r: \".5\",\n key: \"14ln9z\"\n}], [\"circle\", {\n cx: \"17.5\",\n cy: \"14.5\",\n r: \".5\",\n key: \"14qxqt\"\n}], [\"path\", {\n d: \"M3 3v18h18\",\n key: \"1s2lah\"\n}]]);\nexport { ScatterChart as default };","map":{"version":3,"names":["ScatterChart","createLucideIcon","cx","cy","r","key","d"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/scatter-chart.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name ScatterChart\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/scatter-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 ScatterChart = createLucideIcon('ScatterChart', [\n ['circle', { cx: '7.5', cy: '7.5', r: '.5', key: '1x97lo' }],\n ['circle', { cx: '18.5', cy: '5.5', r: '.5', key: '56iowl' }],\n ['circle', { cx: '11.5', cy: '11.5', r: '.5', key: 'm9xkw9' }],\n ['circle', { cx: '7.5', cy: '16.5', r: '.5', key: '14ln9z' }],\n ['circle', { cx: '17.5', cy: '14.5', r: '.5', key: '14qxqt' }],\n ['path', { d: 'M3 3v18h18', key: '1s2lah' }],\n]);\n\nexport default ScatterChart;\n"],"mappings":";;;;;AAaM,MAAAA,YAAA,GAAeC,gBAAA,CAAiB,cAAgB,GACpD,CAAC,QAAU;EAAEC,EAAI;EAAOC,EAAI;EAAOC,CAAG;EAAMC,GAAK;AAAA,CAAU,GAC3D,CAAC,QAAU;EAAEH,EAAI;EAAQC,EAAI;EAAOC,CAAG;EAAMC,GAAK;AAAA,CAAU,GAC5D,CAAC,QAAU;EAAEH,EAAI;EAAQC,EAAI;EAAQC,CAAG;EAAMC,GAAK;AAAA,CAAU,GAC7D,CAAC,QAAU;EAAEH,EAAI;EAAOC,EAAI;EAAQC,CAAG;EAAMC,GAAK;AAAA,CAAU,GAC5D,CAAC,QAAU;EAAEH,EAAI;EAAQC,EAAI;EAAQC,CAAG;EAAMC,GAAK;AAAA,CAAU,GAC7D,CAAC,MAAQ;EAAEC,CAAA,EAAG,YAAc;EAAAD,GAAA,EAAK;AAAA,CAAU,EAC5C","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |