1 line
No EOL
2.7 KiB
JSON
1 line
No EOL
2.7 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 = [[\"path\", {\n d: \"M2 21a8 8 0 0 1 11.873-7\",\n key: \"74fkxq\"\n}], [\"circle\", {\n cx: \"10\",\n cy: \"8\",\n r: \"5\",\n key: \"o932ke\"\n}], [\"path\", {\n d: \"m17 17 5 5\",\n key: \"p7ous7\"\n}], [\"path\", {\n d: \"m22 17-5 5\",\n key: \"gqnmv0\"\n}]];\nconst UserRoundX = createLucideIcon(\"user-round-x\", __iconNode);\nexport { __iconNode, UserRoundX as default };","map":{"version":3,"names":["__iconNode","d","key","cx","cy","r","UserRoundX","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/user-round-x.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M2 21a8 8 0 0 1 11.873-7', key: '74fkxq' }],\n ['circle', { cx: '10', cy: '8', r: '5', key: 'o932ke' }],\n ['path', { d: 'm17 17 5 5', key: 'p7ous7' }],\n ['path', { d: 'm22 17-5 5', key: 'gqnmv0' }],\n];\n\n/**\n * @component @name UserRoundX\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/user-round-x\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 UserRoundX = createLucideIcon('user-round-x', __iconNode);\n\nexport default UserRoundX;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAA4BC,GAAA,EAAK;AAAA,CAAU,GACzD,CAAC,UAAU;EAAEC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAKC,CAAA,EAAG;EAAKH,GAAA,EAAK;AAAA,CAAU,GACvD,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAcC,GAAA,EAAK;AAAA,CAAU,GAC3C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAcC,GAAA,EAAK;AAAA,CAAU,EAC7C;AAaA,MAAMI,UAAA,GAAaC,gBAAA,CAAiB,gBAAgBP,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |