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 = [[\"path\", {\n d: \"M6 8.32a7.43 7.43 0 0 1 0 7.36\",\n key: \"9iaqei\"\n}], [\"path\", {\n d: \"M9.46 6.21a11.76 11.76 0 0 1 0 11.58\",\n key: \"1yha7l\"\n}], [\"path\", {\n d: \"M12.91 4.1a15.91 15.91 0 0 1 .01 15.8\",\n key: \"4iu2gk\"\n}], [\"path\", {\n d: \"M16.37 2a20.16 20.16 0 0 1 0 20\",\n key: \"sap9u2\"\n}]];\nconst Nfc = createLucideIcon(\"nfc\", __iconNode);\nexport { __iconNode, Nfc as default };","map":{"version":3,"names":["__iconNode","d","key","Nfc","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/nfc.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M6 8.32a7.43 7.43 0 0 1 0 7.36', key: '9iaqei' }],\n ['path', { d: 'M9.46 6.21a11.76 11.76 0 0 1 0 11.58', key: '1yha7l' }],\n ['path', { d: 'M12.91 4.1a15.91 15.91 0 0 1 .01 15.8', key: '4iu2gk' }],\n ['path', { d: 'M16.37 2a20.16 20.16 0 0 1 0 20', key: 'sap9u2' }],\n];\n\n/**\n * @component @name Nfc\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/nfc\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 Nfc = createLucideIcon('nfc', __iconNode);\n\nexport default Nfc;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAkCC,GAAA,EAAK;AAAA,CAAU,GAC/D,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAwCC,GAAA,EAAK;AAAA,CAAU,GACrE,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAyCC,GAAA,EAAK;AAAA,CAAU,GACtE,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAmCC,GAAA,EAAK;AAAA,CAAU,EAClE;AAaA,MAAMC,GAAA,GAAMC,gBAAA,CAAiB,OAAOJ,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |