1 line
2.4 KiB
JSON
1 line
2.4 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst MonitorDot = createLucideIcon(\"MonitorDot\", [[\"circle\", {\n cx: \"19\",\n cy: \"6\",\n r: \"3\",\n key: \"108a5v\"\n}], [\"path\", {\n d: \"M22 12v3a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h9\",\n key: \"1fet9y\"\n}], [\"path\", {\n d: \"M12 17v4\",\n key: \"1riwvh\"\n}], [\"path\", {\n d: \"M8 21h8\",\n key: \"1ev6f3\"\n}]]);\nexport { MonitorDot as default };","map":{"version":3,"names":["MonitorDot","createLucideIcon","cx","cy","r","key","d"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/monitor-dot.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name MonitorDot\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/monitor-dot\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 MonitorDot = createLucideIcon('MonitorDot', [\n ['circle', { cx: '19', cy: '6', r: '3', key: '108a5v' }],\n [\n 'path',\n {\n d: 'M22 12v3a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h9',\n key: '1fet9y',\n },\n ],\n ['path', { d: 'M12 17v4', key: '1riwvh' }],\n ['path', { d: 'M8 21h8', key: '1ev6f3' }],\n]);\n\nexport default MonitorDot;\n"],"mappings":";;;;;AAaM,MAAAA,UAAA,GAAaC,gBAAA,CAAiB,YAAc,GAChD,CAAC,QAAU;EAAEC,EAAI;EAAMC,EAAI;EAAKC,CAAG;EAAKC,GAAK;AAAA,CAAU,GACvD,CACE,QACA;EACEC,CAAG;EACHD,GAAK;AACP,EACF,EACA,CAAC,MAAQ;EAAEC,CAAA,EAAG,UAAY;EAAAD,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,MAAQ;EAAEC,CAAA,EAAG,SAAW;EAAAD,GAAA,EAAK;AAAA,CAAU,EACzC","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |