1 line
2.2 KiB
JSON
1 line
2.2 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst Ungroup = createLucideIcon(\"Ungroup\", [[\"rect\", {\n width: \"8\",\n height: \"6\",\n x: \"5\",\n y: \"4\",\n rx: \"1\",\n key: \"nzclkv\"\n}], [\"rect\", {\n width: \"8\",\n height: \"6\",\n x: \"11\",\n y: \"14\",\n rx: \"1\",\n key: \"4tytwb\"\n}]]);\nexport { Ungroup as default };","map":{"version":3,"names":["Ungroup","createLucideIcon","width","height","x","y","rx","key"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/ungroup.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name Ungroup\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/ungroup\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 Ungroup = createLucideIcon('Ungroup', [\n ['rect', { width: '8', height: '6', x: '5', y: '4', rx: '1', key: 'nzclkv' }],\n [\n 'rect',\n { width: '8', height: '6', x: '11', y: '14', rx: '1', key: '4tytwb' },\n ],\n]);\n\nexport default Ungroup;\n"],"mappings":";;;;;AAaM,MAAAA,OAAA,GAAUC,gBAAA,CAAiB,SAAW,GAC1C,CAAC,QAAQ;EAAEC,KAAA,EAAO;EAAKC,MAAQ;EAAKC,CAAG;EAAKC,CAAA,EAAG,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC5E,CACE,QACA;EAAEL,KAAA,EAAO,GAAK;EAAAC,MAAA,EAAQ,GAAK;EAAAC,CAAA,EAAG,IAAM;EAAAC,CAAA,EAAG,IAAM;EAAAC,EAAA,EAAI,GAAK;EAAAC,GAAA,EAAK;AAAS,EACtE,CACD","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |