1 line
2.5 KiB
JSON
1 line
2.5 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst MonitorCheck = createLucideIcon(\"MonitorCheck\", [[\"path\", {\n d: \"m9 10 2 2 4-4\",\n key: \"1gnqz4\"\n}], [\"rect\", {\n width: \"20\",\n height: \"14\",\n x: \"2\",\n y: \"3\",\n rx: \"2\",\n key: \"48i651\"\n}], [\"path\", {\n d: \"M12 17v4\",\n key: \"1riwvh\"\n}], [\"path\", {\n d: \"M8 21h8\",\n key: \"1ev6f3\"\n}]]);\nexport { MonitorCheck as default };","map":{"version":3,"names":["MonitorCheck","createLucideIcon","d","key","width","height","x","y","rx"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/monitor-check.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name MonitorCheck\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/monitor-check\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 MonitorCheck = createLucideIcon('MonitorCheck', [\n ['path', { d: 'm9 10 2 2 4-4', key: '1gnqz4' }],\n [\n 'rect',\n { width: '20', height: '14', x: '2', y: '3', rx: '2', key: '48i651' },\n ],\n ['path', { d: 'M12 17v4', key: '1riwvh' }],\n ['path', { d: 'M8 21h8', key: '1ev6f3' }],\n]);\n\nexport default MonitorCheck;\n"],"mappings":";;;;;AAaM,MAAAA,YAAA,GAAeC,gBAAA,CAAiB,cAAgB,GACpD,CAAC,MAAQ;EAAEC,CAAA,EAAG,eAAiB;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC9C,CACE,QACA;EAAEC,KAAA,EAAO,IAAM;EAAAC,MAAA,EAAQ,IAAM;EAAAC,CAAA,EAAG,GAAK;EAAAC,CAAA,EAAG,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAL,GAAA,EAAK;AAAS,EACtE,EACA,CAAC,MAAQ;EAAED,CAAA,EAAG,UAAY;EAAAC,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,MAAQ;EAAED,CAAA,EAAG,SAAW;EAAAC,GAAA,EAAK;AAAA,CAAU,EACzC","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |