1 line
2.7 KiB
JSON
1 line
2.7 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst FlashlightOff = createLucideIcon(\"FlashlightOff\", [[\"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}]]);\nexport { FlashlightOff as default };","map":{"version":3,"names":["FlashlightOff","createLucideIcon","d","key","x1","x2","y1","y2"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/flashlight-off.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\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('FlashlightOff', [\n [\n 'path',\n {\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 },\n ],\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\nexport default FlashlightOff;\n"],"mappings":";;;;;AAaM,MAAAA,aAAA,GAAgBC,gBAAA,CAAiB,eAAiB,GACtD,CACE,QACA;EACEC,CAAG;EACHC,GAAK;AACP,EACF,EACA,CAAC,MAAQ;EAAED,CAAA,EAAG,yBAA2B;EAAAC,GAAA,EAAK;AAAA,CAAU,GACxD,CAAC,QAAQ;EAAEC,EAAA,EAAI,IAAM;EAAAC,EAAA,EAAI,IAAM;EAAAC,EAAA,EAAI,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAJ,GAAA,EAAK;AAAA,CAAU,GAChE,CAAC,QAAQ;EAAEC,EAAA,EAAI,GAAK;EAAAC,EAAA,EAAI,IAAM;EAAAC,EAAA,EAAI,GAAK;EAAAC,EAAA,EAAI,IAAM;EAAAJ,GAAA,EAAK;AAAA,CAAU,EACjE","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |