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 AppWindow = createLucideIcon(\"AppWindow\", [[\"rect\", {\n x: \"2\",\n y: \"4\",\n width: \"20\",\n height: \"16\",\n rx: \"2\",\n key: \"izxlao\"\n}], [\"path\", {\n d: \"M10 4v4\",\n key: \"pp8u80\"\n}], [\"path\", {\n d: \"M2 8h20\",\n key: \"d11cs7\"\n}], [\"path\", {\n d: \"M6 4v4\",\n key: \"1svtjw\"\n}]]);\nexport { AppWindow as default };","map":{"version":3,"names":["AppWindow","createLucideIcon","x","y","width","height","rx","key","d"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/app-window.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name AppWindow\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/app-window\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 AppWindow = createLucideIcon('AppWindow', [\n [\n 'rect',\n { x: '2', y: '4', width: '20', height: '16', rx: '2', key: 'izxlao' },\n ],\n ['path', { d: 'M10 4v4', key: 'pp8u80' }],\n ['path', { d: 'M2 8h20', key: 'd11cs7' }],\n ['path', { d: 'M6 4v4', key: '1svtjw' }],\n]);\n\nexport default AppWindow;\n"],"mappings":";;;;;AAaM,MAAAA,SAAA,GAAYC,gBAAA,CAAiB,WAAa,GAC9C,CACE,QACA;EAAEC,CAAA,EAAG,GAAK;EAAAC,CAAA,EAAG,GAAK;EAAAC,KAAA,EAAO,IAAM;EAAAC,MAAA,EAAQ,IAAM;EAAAC,EAAA,EAAI,GAAK;EAAAC,GAAA,EAAK;AAAS,EACtE,EACA,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,QAAU;EAAAD,GAAA,EAAK;AAAA,CAAU,EACxC","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |