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: \"M18 6c0 2-2 2-2 4v10a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2V10c0-2-2-2-2-4V2h12z\",\n key: \"1orkel\"\n}], [\"line\", {\n x1: \"6\",\n x2: \"18\",\n y1: \"6\",\n y2: \"6\",\n key: \"1z11jq\"\n}], [\"line\", {\n x1: \"12\",\n x2: \"12\",\n y1: \"12\",\n y2: \"12\",\n key: \"1f4yc1\"\n}]];\nconst Flashlight = createLucideIcon(\"flashlight\", __iconNode);\nexport { __iconNode, Flashlight as default };","map":{"version":3,"names":["__iconNode","d","key","x1","x2","y1","y2","Flashlight","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/flashlight.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n [\n 'path',\n {\n d: 'M18 6c0 2-2 2-2 4v10a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2V10c0-2-2-2-2-4V2h12z',\n key: '1orkel',\n },\n ],\n ['line', { x1: '6', x2: '18', y1: '6', y2: '6', key: '1z11jq' }],\n ['line', { x1: '12', x2: '12', y1: '12', y2: '12', key: '1f4yc1' }],\n];\n\n/**\n * @component @name Flashlight\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/flashlight\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 Flashlight = createLucideIcon('flashlight', __iconNode);\n\nexport default Flashlight;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CACE,QACA;EACEC,CAAA,EAAG;EACHC,GAAA,EAAK;AAAA,EAET,EACA,CAAC,QAAQ;EAAEC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAKJ,GAAA,EAAK;AAAA,CAAU,GAC/D,CAAC,QAAQ;EAAEC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMJ,GAAA,EAAK;AAAA,CAAU,EACpE;AAaA,MAAMK,UAAA,GAAaC,gBAAA,CAAiB,cAAcR,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |