1 line
No EOL
3 KiB
JSON
1 line
No EOL
3 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: \"M16 10h2\",\n key: \"8sgtl7\"\n}], [\"path\", {\n d: \"M16 14h2\",\n key: \"epxaof\"\n}], [\"path\", {\n d: \"M6.17 15a3 3 0 0 1 5.66 0\",\n key: \"n6f512\"\n}], [\"circle\", {\n cx: \"9\",\n cy: \"11\",\n r: \"2\",\n key: \"yxgjnd\"\n}], [\"rect\", {\n x: \"2\",\n y: \"5\",\n width: \"20\",\n height: \"14\",\n rx: \"2\",\n key: \"qneu4z\"\n}]];\nconst IdCard = createLucideIcon(\"id-card\", __iconNode);\nexport { __iconNode, IdCard as default };","map":{"version":3,"names":["__iconNode","d","key","cx","cy","r","x","y","width","height","rx","IdCard","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/id-card.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M16 10h2', key: '8sgtl7' }],\n ['path', { d: 'M16 14h2', key: 'epxaof' }],\n ['path', { d: 'M6.17 15a3 3 0 0 1 5.66 0', key: 'n6f512' }],\n ['circle', { cx: '9', cy: '11', r: '2', key: 'yxgjnd' }],\n ['rect', { x: '2', y: '5', width: '20', height: '14', rx: '2', key: 'qneu4z' }],\n];\n\n/**\n * @component @name IdCard\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/id-card\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 IdCard = createLucideIcon('id-card', __iconNode);\n\nexport default IdCard;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAYC,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAYC,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,QAAQ;EAAED,CAAA,EAAG;EAA6BC,GAAA,EAAK;AAAA,CAAU,GAC1D,CAAC,UAAU;EAAEC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAMC,CAAA,EAAG;EAAKH,GAAA,EAAK;AAAA,CAAU,GACvD,CAAC,QAAQ;EAAEI,CAAA,EAAG;EAAKC,CAAA,EAAG;EAAKC,KAAA,EAAO;EAAMC,MAAA,EAAQ;EAAMC,EAAA,EAAI;EAAKR,GAAA,EAAK;AAAA,CAAU,EAChF;AAaA,MAAMS,MAAA,GAASC,gBAAA,CAAiB,WAAWZ,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |