1 line
No EOL
3.3 KiB
JSON
1 line
No EOL
3.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: \"M14 18a2 2 0 0 0-4 0\",\n key: \"1v8fkw\"\n}], [\"path\", {\n d: \"m19 11-2.11-6.657a2 2 0 0 0-2.752-1.148l-1.276.61A2 2 0 0 1 12 4H8.5a2 2 0 0 0-1.925 1.456L5 11\",\n key: \"1fkr7p\"\n}], [\"path\", {\n d: \"M2 11h20\",\n key: \"3eubbj\"\n}], [\"circle\", {\n cx: \"17\",\n cy: \"18\",\n r: \"3\",\n key: \"82mm0e\"\n}], [\"circle\", {\n cx: \"7\",\n cy: \"18\",\n r: \"3\",\n key: \"lvkj7j\"\n}]];\nconst HatGlasses = createLucideIcon(\"hat-glasses\", __iconNode);\nexport { __iconNode, HatGlasses as default };","map":{"version":3,"names":["__iconNode","d","key","cx","cy","r","HatGlasses","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/hat-glasses.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M14 18a2 2 0 0 0-4 0', key: '1v8fkw' }],\n [\n 'path',\n {\n d: 'm19 11-2.11-6.657a2 2 0 0 0-2.752-1.148l-1.276.61A2 2 0 0 1 12 4H8.5a2 2 0 0 0-1.925 1.456L5 11',\n key: '1fkr7p',\n },\n ],\n ['path', { d: 'M2 11h20', key: '3eubbj' }],\n ['circle', { cx: '17', cy: '18', r: '3', key: '82mm0e' }],\n ['circle', { cx: '7', cy: '18', r: '3', key: 'lvkj7j' }],\n];\n\n/**\n * @component @name HatGlasses\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/hat-glasses\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 HatGlasses = createLucideIcon('hat-glasses', __iconNode);\n\nexport default HatGlasses;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAwBC,GAAA,EAAK;AAAA,CAAU,GACrD,CACE,QACA;EACED,CAAA,EAAG;EACHC,GAAA,EAAK;AAAA,EAET,EACA,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,GACxD,CAAC,UAAU;EAAEC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAMC,CAAA,EAAG;EAAKH,GAAA,EAAK;AAAA,CAAU,EACzD;AAaA,MAAMI,UAAA,GAAaC,gBAAA,CAAiB,eAAeP,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |