1 line
No EOL
3.1 KiB
JSON
1 line
No EOL
3.1 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: \"M12 16H4a2 2 0 1 1 0-4h16a2 2 0 1 1 0 4h-4.25\",\n key: \"5dloqd\"\n}], [\"path\", {\n d: \"M5 12a2 2 0 0 1-2-2 9 7 0 0 1 18 0 2 2 0 0 1-2 2\",\n key: \"1vl3my\"\n}], [\"path\", {\n d: \"M5 16a2 2 0 0 0-2 2 3 3 0 0 0 3 3h12a3 3 0 0 0 3-3 2 2 0 0 0-2-2q0 0 0 0\",\n key: \"1us75o\"\n}], [\"path\", {\n d: \"m6.67 12 6.13 4.6a2 2 0 0 0 2.8-.4l3.15-4.2\",\n key: \"qqzweh\"\n}]];\nconst Hamburger = createLucideIcon(\"hamburger\", __iconNode);\nexport { __iconNode, Hamburger as default };","map":{"version":3,"names":["__iconNode","d","key","Hamburger","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/hamburger.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M12 16H4a2 2 0 1 1 0-4h16a2 2 0 1 1 0 4h-4.25', key: '5dloqd' }],\n ['path', { d: 'M5 12a2 2 0 0 1-2-2 9 7 0 0 1 18 0 2 2 0 0 1-2 2', key: '1vl3my' }],\n [\n 'path',\n {\n d: 'M5 16a2 2 0 0 0-2 2 3 3 0 0 0 3 3h12a3 3 0 0 0 3-3 2 2 0 0 0-2-2q0 0 0 0',\n key: '1us75o',\n },\n ],\n ['path', { d: 'm6.67 12 6.13 4.6a2 2 0 0 0 2.8-.4l3.15-4.2', key: 'qqzweh' }],\n];\n\n/**\n * @component @name Hamburger\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/hamburger\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 Hamburger = createLucideIcon('hamburger', __iconNode);\n\nexport default Hamburger;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAiDC,GAAA,EAAK;AAAA,CAAU,GAC9E,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAoDC,GAAA,EAAK;AAAA,CAAU,GACjF,CACE,QACA;EACED,CAAA,EAAG;EACHC,GAAA,EAAK;AAAA,EAET,EACA,CAAC,QAAQ;EAAED,CAAA,EAAG;EAA+CC,GAAA,EAAK;AAAA,CAAU,EAC9E;AAaA,MAAMC,SAAA,GAAYC,gBAAA,CAAiB,aAAaJ,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |