1 line
No EOL
3.4 KiB
JSON
1 line
No EOL
3.4 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: \"M10 10.01h.01\",\n key: \"1e9xi7\"\n}], [\"path\", {\n d: \"M10 14.01h.01\",\n key: \"ac23bv\"\n}], [\"path\", {\n d: \"M14 10.01h.01\",\n key: \"2wfrvf\"\n}], [\"path\", {\n d: \"M14 14.01h.01\",\n key: \"8tw8yn\"\n}], [\"path\", {\n d: \"M18 6v11.5\",\n key: \"dkbidh\"\n}], [\"path\", {\n d: \"M6 6v12\",\n key: \"vkc79e\"\n}], [\"rect\", {\n x: \"2\",\n y: \"6\",\n width: \"20\",\n height: \"12\",\n rx: \"2\",\n key: \"1wpnh2\"\n}]];\nconst Bandage = createLucideIcon(\"bandage\", __iconNode);\nexport { __iconNode, Bandage as default };","map":{"version":3,"names":["__iconNode","d","key","x","y","width","height","rx","Bandage","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/bandage.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M10 10.01h.01', key: '1e9xi7' }],\n ['path', { d: 'M10 14.01h.01', key: 'ac23bv' }],\n ['path', { d: 'M14 10.01h.01', key: '2wfrvf' }],\n ['path', { d: 'M14 14.01h.01', key: '8tw8yn' }],\n ['path', { d: 'M18 6v11.5', key: 'dkbidh' }],\n ['path', { d: 'M6 6v12', key: 'vkc79e' }],\n ['rect', { x: '2', y: '6', width: '20', height: '12', rx: '2', key: '1wpnh2' }],\n];\n\n/**\n * @component @name Bandage\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/bandage\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 Bandage = createLucideIcon('bandage', __iconNode);\n\nexport default Bandage;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAiBC,GAAA,EAAK;AAAA,CAAU,GAC9C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAiBC,GAAA,EAAK;AAAA,CAAU,GAC9C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAiBC,GAAA,EAAK;AAAA,CAAU,GAC9C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAiBC,GAAA,EAAK;AAAA,CAAU,GAC9C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAcC,GAAA,EAAK;AAAA,CAAU,GAC3C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAWC,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAKC,CAAA,EAAG;EAAKC,KAAA,EAAO;EAAMC,MAAA,EAAQ;EAAMC,EAAA,EAAI;EAAKL,GAAA,EAAK;AAAA,CAAU,EAChF;AAaA,MAAMM,OAAA,GAAUC,gBAAA,CAAiB,WAAWT,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |