1 line
No EOL
2.5 KiB
JSON
1 line
No EOL
2.5 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: \"m7 7 10 10-5 5V2l5 5L7 17\",\n key: \"1q5490\"\n}], [\"path\", {\n d: \"M20.83 14.83a4 4 0 0 0 0-5.66\",\n key: \"k8tn1j\"\n}], [\"path\", {\n d: \"M18 12h.01\",\n key: \"yjnet6\"\n}]];\nconst BluetoothSearching = createLucideIcon(\"bluetooth-searching\", __iconNode);\nexport { __iconNode, BluetoothSearching as default };","map":{"version":3,"names":["__iconNode","d","key","BluetoothSearching","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/bluetooth-searching.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'm7 7 10 10-5 5V2l5 5L7 17', key: '1q5490' }],\n ['path', { d: 'M20.83 14.83a4 4 0 0 0 0-5.66', key: 'k8tn1j' }],\n ['path', { d: 'M18 12h.01', key: 'yjnet6' }],\n];\n\n/**\n * @component @name BluetoothSearching\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/bluetooth-searching\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 BluetoothSearching = createLucideIcon('bluetooth-searching', __iconNode);\n\nexport default BluetoothSearching;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAA6BC,GAAA,EAAK;AAAA,CAAU,GAC1D,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAiCC,GAAA,EAAK;AAAA,CAAU,GAC9D,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAcC,GAAA,EAAK;AAAA,CAAU,EAC7C;AAaA,MAAMC,kBAAA,GAAqBC,gBAAA,CAAiB,uBAAuBJ,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |