1 line
No EOL
2.8 KiB
JSON
1 line
No EOL
2.8 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 = [[\"circle\", {\n cx: \"10\",\n cy: \"7\",\n r: \"4\",\n key: \"e45bow\"\n}], [\"path\", {\n d: \"M10.3 15H7a4 4 0 0 0-4 4v2\",\n key: \"3bnktk\"\n}], [\"circle\", {\n cx: \"17\",\n cy: \"17\",\n r: \"3\",\n key: \"18b49y\"\n}], [\"path\", {\n d: \"m21 21-1.9-1.9\",\n key: \"1g2n9r\"\n}]];\nconst UserSearch = createLucideIcon(\"user-search\", __iconNode);\nexport { __iconNode, UserSearch as default };","map":{"version":3,"names":["__iconNode","cx","cy","r","key","d","UserSearch","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/user-search.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['circle', { cx: '10', cy: '7', r: '4', key: 'e45bow' }],\n ['path', { d: 'M10.3 15H7a4 4 0 0 0-4 4v2', key: '3bnktk' }],\n ['circle', { cx: '17', cy: '17', r: '3', key: '18b49y' }],\n ['path', { d: 'm21 21-1.9-1.9', key: '1g2n9r' }],\n];\n\n/**\n * @component @name UserSearch\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/user-search\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 UserSearch = createLucideIcon('user-search', __iconNode);\n\nexport default UserSearch;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,UAAU;EAAEC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAKC,CAAA,EAAG;EAAKC,GAAA,EAAK;AAAA,CAAU,GACvD,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAA8BD,GAAA,EAAK;AAAA,CAAU,GAC3D,CAAC,UAAU;EAAEH,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMC,CAAA,EAAG;EAAKC,GAAA,EAAK;AAAA,CAAU,GACxD,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAkBD,GAAA,EAAK;AAAA,CAAU,EACjD;AAaA,MAAME,UAAA,GAAaC,gBAAA,CAAiB,eAAeP,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |