1 line
No EOL
2.9 KiB
JSON
1 line
No EOL
2.9 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: \"m15 18-.722-3.25\",\n key: \"1j64jw\"\n}], [\"path\", {\n d: \"M2 8a10.645 10.645 0 0 0 20 0\",\n key: \"1e7gxb\"\n}], [\"path\", {\n d: \"m20 15-1.726-2.05\",\n key: \"1cnuld\"\n}], [\"path\", {\n d: \"m4 15 1.726-2.05\",\n key: \"1dsqqd\"\n}], [\"path\", {\n d: \"m9 18 .722-3.25\",\n key: \"ypw2yx\"\n}]];\nconst EyeClosed = createLucideIcon(\"eye-closed\", __iconNode);\nexport { __iconNode, EyeClosed as default };","map":{"version":3,"names":["__iconNode","d","key","EyeClosed","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/eye-closed.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'm15 18-.722-3.25', key: '1j64jw' }],\n ['path', { d: 'M2 8a10.645 10.645 0 0 0 20 0', key: '1e7gxb' }],\n ['path', { d: 'm20 15-1.726-2.05', key: '1cnuld' }],\n ['path', { d: 'm4 15 1.726-2.05', key: '1dsqqd' }],\n ['path', { d: 'm9 18 .722-3.25', key: 'ypw2yx' }],\n];\n\n/**\n * @component @name EyeClosed\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/eye-closed\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 EyeClosed = createLucideIcon('eye-closed', __iconNode);\n\nexport default EyeClosed;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAoBC,GAAA,EAAK;AAAA,CAAU,GACjD,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAiCC,GAAA,EAAK;AAAA,CAAU,GAC9D,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAqBC,GAAA,EAAK;AAAA,CAAU,GAClD,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAoBC,GAAA,EAAK;AAAA,CAAU,GACjD,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAmBC,GAAA,EAAK;AAAA,CAAU,EAClD;AAaA,MAAMC,SAAA,GAAYC,gBAAA,CAAiB,cAAcJ,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |