1 line
No EOL
3.2 KiB
JSON
1 line
No EOL
3.2 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: \"M13.5 8h-3\",\n key: \"xvov4w\"\n}], [\"path\", {\n d: \"m15 2-1 2h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h3\",\n key: \"16uttc\"\n}], [\"path\", {\n d: \"M16.899 22A5 5 0 0 0 7.1 22\",\n key: \"1d0ppr\"\n}], [\"path\", {\n d: \"m9 2 3 6\",\n key: \"1o7bd9\"\n}], [\"circle\", {\n cx: \"12\",\n cy: \"15\",\n r: \"3\",\n key: \"g36mzq\"\n}]];\nconst IdCardLanyard = createLucideIcon(\"id-card-lanyard\", __iconNode);\nexport { __iconNode, IdCardLanyard as default };","map":{"version":3,"names":["__iconNode","d","key","cx","cy","r","IdCardLanyard","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/id-card-lanyard.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M13.5 8h-3', key: 'xvov4w' }],\n [\n 'path',\n {\n d: 'm15 2-1 2h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h3',\n key: '16uttc',\n },\n ],\n ['path', { d: 'M16.899 22A5 5 0 0 0 7.1 22', key: '1d0ppr' }],\n ['path', { d: 'm9 2 3 6', key: '1o7bd9' }],\n ['circle', { cx: '12', cy: '15', r: '3', key: 'g36mzq' }],\n];\n\n/**\n * @component @name IdCardLanyard\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/id-card-lanyard\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 IdCardLanyard = createLucideIcon('id-card-lanyard', __iconNode);\n\nexport default IdCardLanyard;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAcC,GAAA,EAAK;AAAA,CAAU,GAC3C,CACE,QACA;EACED,CAAA,EAAG;EACHC,GAAA,EAAK;AAAA,EAET,EACA,CAAC,QAAQ;EAAED,CAAA,EAAG;EAA+BC,GAAA,EAAK;AAAA,CAAU,GAC5D,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAYC,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,UAAU;EAAEC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMC,CAAA,EAAG;EAAKH,GAAA,EAAK;AAAA,CAAU,EAC1D;AAaA,MAAMI,aAAA,GAAgBC,gBAAA,CAAiB,mBAAmBP,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |