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: \"M18.518 17.347A7 7 0 0 1 14 19\",\n key: \"1emhpo\"\n}], [\"path\", {\n d: \"M18.8 4A11 11 0 0 1 20 9\",\n key: \"127b67\"\n}], [\"path\", {\n d: \"M9 9h.01\",\n key: \"1q5me6\"\n}], [\"circle\", {\n cx: \"20\",\n cy: \"16\",\n r: \"2\",\n key: \"1v9bxh\"\n}], [\"circle\", {\n cx: \"9\",\n cy: \"9\",\n r: \"7\",\n key: \"p2h5vp\"\n}], [\"rect\", {\n x: \"4\",\n y: \"16\",\n width: \"10\",\n height: \"6\",\n rx: \"2\",\n key: \"bfnviv\"\n}]];\nconst BellElectric = createLucideIcon(\"bell-electric\", __iconNode);\nexport { __iconNode, BellElectric as default };","map":{"version":3,"names":["__iconNode","d","key","cx","cy","r","x","y","width","height","rx","BellElectric","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/bell-electric.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M18.518 17.347A7 7 0 0 1 14 19', key: '1emhpo' }],\n ['path', { d: 'M18.8 4A11 11 0 0 1 20 9', key: '127b67' }],\n ['path', { d: 'M9 9h.01', key: '1q5me6' }],\n ['circle', { cx: '20', cy: '16', r: '2', key: '1v9bxh' }],\n ['circle', { cx: '9', cy: '9', r: '7', key: 'p2h5vp' }],\n ['rect', { x: '4', y: '16', width: '10', height: '6', rx: '2', key: 'bfnviv' }],\n];\n\n/**\n * @component @name BellElectric\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/bell-electric\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 BellElectric = createLucideIcon('bell-electric', __iconNode);\n\nexport default BellElectric;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAkCC,GAAA,EAAK;AAAA,CAAU,GAC/D,CAAC,QAAQ;EAAED,CAAA,EAAG;EAA4BC,GAAA,EAAK;AAAA,CAAU,GACzD,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAYC,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,UAAU;EAAEC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMC,CAAA,EAAG;EAAKH,GAAA,EAAK;AAAA,CAAU,GACxD,CAAC,UAAU;EAAEC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAKC,CAAA,EAAG;EAAKH,GAAA,EAAK;AAAA,CAAU,GACtD,CAAC,QAAQ;EAAEI,CAAA,EAAG;EAAKC,CAAA,EAAG;EAAMC,KAAA,EAAO;EAAMC,MAAA,EAAQ;EAAKC,EAAA,EAAI;EAAKR,GAAA,EAAK;AAAA,CAAU,EAChF;AAaA,MAAMS,YAAA,GAAeC,gBAAA,CAAiB,iBAAiBZ,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |