1 line
2.8 KiB
JSON
1 line
2.8 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst Microwave = createLucideIcon(\"Microwave\", [[\"rect\", {\n width: \"20\",\n height: \"15\",\n x: \"2\",\n y: \"4\",\n rx: \"2\",\n key: \"2no95f\"\n}], [\"rect\", {\n width: \"8\",\n height: \"7\",\n x: \"6\",\n y: \"8\",\n rx: \"1\",\n key: \"zh9wx\"\n}], [\"path\", {\n d: \"M18 8v7\",\n key: \"o5zi4n\"\n}], [\"path\", {\n d: \"M6 19v2\",\n key: \"1loha6\"\n}], [\"path\", {\n d: \"M18 19v2\",\n key: \"1dawf0\"\n}]]);\nexport { Microwave as default };","map":{"version":3,"names":["Microwave","createLucideIcon","width","height","x","y","rx","key","d"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/microwave.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name Microwave\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/microwave\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 Microwave = createLucideIcon('Microwave', [\n [\n 'rect',\n { width: '20', height: '15', x: '2', y: '4', rx: '2', key: '2no95f' },\n ],\n ['rect', { width: '8', height: '7', x: '6', y: '8', rx: '1', key: 'zh9wx' }],\n ['path', { d: 'M18 8v7', key: 'o5zi4n' }],\n ['path', { d: 'M6 19v2', key: '1loha6' }],\n ['path', { d: 'M18 19v2', key: '1dawf0' }],\n]);\n\nexport default Microwave;\n"],"mappings":";;;;;AAaM,MAAAA,SAAA,GAAYC,gBAAA,CAAiB,WAAa,GAC9C,CACE,QACA;EAAEC,KAAA,EAAO,IAAM;EAAAC,MAAA,EAAQ,IAAM;EAAAC,CAAA,EAAG,GAAK;EAAAC,CAAA,EAAG,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAC,GAAA,EAAK;AAAS,EACtE,EACA,CAAC,QAAQ;EAAEL,KAAA,EAAO;EAAKC,MAAQ;EAAKC,CAAG;EAAKC,CAAA,EAAG,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAC,GAAA,EAAK;AAAA,CAAS,GAC3E,CAAC,MAAQ;EAAEC,CAAA,EAAG,SAAW;EAAAD,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,MAAQ;EAAEC,CAAA,EAAG,SAAW;EAAAD,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,MAAQ;EAAEC,CAAA,EAAG,UAAY;EAAAD,GAAA,EAAK;AAAA,CAAU,EAC1C","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |