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 = [[\"path\", {\n d: \"M2 21a8 8 0 0 1 13.292-6\",\n key: \"bjp14o\"\n}], [\"circle\", {\n cx: \"10\",\n cy: \"8\",\n r: \"5\",\n key: \"o932ke\"\n}], [\"path\", {\n d: \"m16 19 2 2 4-4\",\n key: \"1b14m6\"\n}]];\nconst UserRoundCheck = createLucideIcon(\"user-round-check\", __iconNode);\nexport { __iconNode, UserRoundCheck as default };","map":{"version":3,"names":["__iconNode","d","key","cx","cy","r","UserRoundCheck","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/user-round-check.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M2 21a8 8 0 0 1 13.292-6', key: 'bjp14o' }],\n ['circle', { cx: '10', cy: '8', r: '5', key: 'o932ke' }],\n ['path', { d: 'm16 19 2 2 4-4', key: '1b14m6' }],\n];\n\n/**\n * @component @name UserRoundCheck\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/user-round-check\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 UserRoundCheck = createLucideIcon('user-round-check', __iconNode);\n\nexport default UserRoundCheck;\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;EAAkBC,GAAA,EAAK;AAAA,CAAU,EACjD;AAaA,MAAMI,cAAA,GAAiBC,gBAAA,CAAiB,oBAAoBP,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |