1 line
No EOL
2.5 KiB
JSON
1 line
No EOL
2.5 KiB
JSON
{"ast":null,"code":"/**\n * @license lucide-react v0.544.0 - ISC\n *\n * This source code is licensed under the ISC license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nimport createLucideIcon from '../createLucideIcon.js';\nconst __iconNode = [[\"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}]];\nconst Ungroup = createLucideIcon(\"ungroup\", __iconNode);\nexport { __iconNode, Ungroup as default };","map":{"version":3,"names":["__iconNode","width","height","x","y","rx","key","Ungroup","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/ungroup.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['rect', { width: '8', height: '6', x: '5', y: '4', rx: '1', key: 'nzclkv' }],\n ['rect', { width: '8', height: '6', x: '11', y: '14', rx: '1', key: '4tytwb' }],\n];\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', __iconNode);\n\nexport default Ungroup;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,KAAA,EAAO;EAAKC,MAAA,EAAQ;EAAKC,CAAA,EAAG;EAAKC,CAAA,EAAG;EAAKC,EAAA,EAAI;EAAKC,GAAA,EAAK;AAAA,CAAU,GAC5E,CAAC,QAAQ;EAAEL,KAAA,EAAO;EAAKC,MAAA,EAAQ;EAAKC,CAAA,EAAG;EAAMC,CAAA,EAAG;EAAMC,EAAA,EAAI;EAAKC,GAAA,EAAK;AAAA,CAAU,EAChF;AAaA,MAAMC,OAAA,GAAUC,gBAAA,CAAiB,WAAWR,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |