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: \"M16 16v4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2V10c0-2-2-2-2-4\",\n key: \"1r120k\"\n}], [\"path\", {\n d: \"M7 2h11v4c0 2-2 2-2 4v1\",\n key: \"dz1920\"\n}], [\"line\", {\n x1: \"11\",\n x2: \"18\",\n y1: \"6\",\n y2: \"6\",\n key: \"bi1vpe\"\n}], [\"line\", {\n x1: \"2\",\n x2: \"22\",\n y1: \"2\",\n y2: \"22\",\n key: \"a6p6uj\"\n}]];\nconst FlashlightOff = createLucideIcon(\"flashlight-off\", __iconNode);\nexport { __iconNode, FlashlightOff as default };","map":{"version":3,"names":["__iconNode","d","key","x1","x2","y1","y2","FlashlightOff","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/flashlight-off.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M16 16v4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2V10c0-2-2-2-2-4', key: '1r120k' }],\n ['path', { d: 'M7 2h11v4c0 2-2 2-2 4v1', key: 'dz1920' }],\n ['line', { x1: '11', x2: '18', y1: '6', y2: '6', key: 'bi1vpe' }],\n ['line', { x1: '2', x2: '22', y1: '2', y2: '22', key: 'a6p6uj' }],\n];\n\n/**\n * @component @name FlashlightOff\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/flashlight-off\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 FlashlightOff = createLucideIcon('flashlight-off', __iconNode);\n\nexport default FlashlightOff;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAA0DC,GAAA,EAAK;AAAA,CAAU,GACvF,CAAC,QAAQ;EAAED,CAAA,EAAG;EAA2BC,GAAA,EAAK;AAAA,CAAU,GACxD,CAAC,QAAQ;EAAEC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAKJ,GAAA,EAAK;AAAA,CAAU,GAChE,CAAC,QAAQ;EAAEC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAMJ,GAAA,EAAK;AAAA,CAAU,EAClE;AAaA,MAAMK,aAAA,GAAgBC,gBAAA,CAAiB,kBAAkBR,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |