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 = [[\"circle\", {\n cx: \"16\",\n cy: \"4\",\n r: \"1\",\n key: \"1grugj\"\n}], [\"path\", {\n d: \"m18 19 1-7-6 1\",\n key: \"r0i19z\"\n}], [\"path\", {\n d: \"m5 8 3-3 5.5 3-2.36 3.5\",\n key: \"9ptxx2\"\n}], [\"path\", {\n d: \"M4.24 14.5a5 5 0 0 0 6.88 6\",\n key: \"10kmtu\"\n}], [\"path\", {\n d: \"M13.76 17.5a5 5 0 0 0-6.88-6\",\n key: \"2qq6rc\"\n}]];\nconst Accessibility = createLucideIcon(\"accessibility\", __iconNode);\nexport { __iconNode, Accessibility as default };","map":{"version":3,"names":["__iconNode","cx","cy","r","key","d","Accessibility","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/accessibility.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['circle', { cx: '16', cy: '4', r: '1', key: '1grugj' }],\n ['path', { d: 'm18 19 1-7-6 1', key: 'r0i19z' }],\n ['path', { d: 'm5 8 3-3 5.5 3-2.36 3.5', key: '9ptxx2' }],\n ['path', { d: 'M4.24 14.5a5 5 0 0 0 6.88 6', key: '10kmtu' }],\n ['path', { d: 'M13.76 17.5a5 5 0 0 0-6.88-6', key: '2qq6rc' }],\n];\n\n/**\n * @component @name Accessibility\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/accessibility\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 Accessibility = createLucideIcon('accessibility', __iconNode);\n\nexport default Accessibility;\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;EAAkBD,GAAA,EAAK;AAAA,CAAU,GAC/C,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAA2BD,GAAA,EAAK;AAAA,CAAU,GACxD,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAA+BD,GAAA,EAAK;AAAA,CAAU,GAC5D,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAgCD,GAAA,EAAK;AAAA,CAAU,EAC/D;AAaA,MAAME,aAAA,GAAgBC,gBAAA,CAAiB,iBAAiBP,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |