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 StopCircle = createLucideIcon(\"StopCircle\", [[\"circle\", {\n cx: \"12\",\n cy: \"12\",\n r: \"10\",\n key: \"1mglay\"\n}], [\"rect\", {\n width: \"6\",\n height: \"6\",\n x: \"9\",\n y: \"9\",\n key: \"1wrtvo\"\n}]]);\nexport { StopCircle as default };","map":{"version":3,"names":["StopCircle","createLucideIcon","cx","cy","r","key","width","height","x","y"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/stop-circle.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name StopCircle\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/stop-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 StopCircle = createLucideIcon('StopCircle', [\n ['circle', { cx: '12', cy: '12', r: '10', key: '1mglay' }],\n ['rect', { width: '6', height: '6', x: '9', y: '9', key: '1wrtvo' }],\n]);\n\nexport default StopCircle;\n"],"mappings":";;;;;AAaM,MAAAA,UAAA,GAAaC,gBAAA,CAAiB,YAAc,GAChD,CAAC,QAAU;EAAEC,EAAI;EAAMC,EAAI;EAAMC,CAAG;EAAMC,GAAK;AAAA,CAAU,GACzD,CAAC,QAAQ;EAAEC,KAAA,EAAO,GAAK;EAAAC,MAAA,EAAQ,GAAK;EAAAC,CAAA,EAAG,GAAK;EAAAC,CAAA,EAAG,GAAK;EAAAJ,GAAA,EAAK;AAAA,CAAU,EACpE","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |