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 = [[\"path\", {\n d: \"M2 13a6 6 0 1 0 12 0 4 4 0 1 0-8 0 2 2 0 0 0 4 0\",\n key: \"hneq2s\"\n}], [\"circle\", {\n cx: \"10\",\n cy: \"13\",\n r: \"8\",\n key: \"194lz3\"\n}], [\"path\", {\n d: \"M2 21h12c4.4 0 8-3.6 8-8V7a2 2 0 1 0-4 0v6\",\n key: \"ixqyt7\"\n}], [\"path\", {\n d: \"M18 3 19.1 5.2\",\n key: \"9tjm43\"\n}], [\"path\", {\n d: \"M22 3 20.9 5.2\",\n key: \"j3odrs\"\n}]];\nconst Snail = createLucideIcon(\"snail\", __iconNode);\nexport { __iconNode, Snail as default };","map":{"version":3,"names":["__iconNode","d","key","cx","cy","r","Snail","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/snail.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M2 13a6 6 0 1 0 12 0 4 4 0 1 0-8 0 2 2 0 0 0 4 0', key: 'hneq2s' }],\n ['circle', { cx: '10', cy: '13', r: '8', key: '194lz3' }],\n ['path', { d: 'M2 21h12c4.4 0 8-3.6 8-8V7a2 2 0 1 0-4 0v6', key: 'ixqyt7' }],\n ['path', { d: 'M18 3 19.1 5.2', key: '9tjm43' }],\n ['path', { d: 'M22 3 20.9 5.2', key: 'j3odrs' }],\n];\n\n/**\n * @component @name Snail\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/snail\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 Snail = createLucideIcon('snail', __iconNode);\n\nexport default Snail;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAoDC,GAAA,EAAK;AAAA,CAAU,GACjF,CAAC,UAAU;EAAEC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMC,CAAA,EAAG;EAAKH,GAAA,EAAK;AAAA,CAAU,GACxD,CAAC,QAAQ;EAAED,CAAA,EAAG;EAA8CC,GAAA,EAAK;AAAA,CAAU,GAC3E,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAkBC,GAAA,EAAK;AAAA,CAAU,GAC/C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAkBC,GAAA,EAAK;AAAA,CAAU,EACjD;AAaA,MAAMI,KAAA,GAAQC,gBAAA,CAAiB,SAASP,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |