feat: device scanning
This commit is contained in:
10
src/components/icons/TablerBluetooth.vue
Normal file
10
src/components/icons/TablerBluetooth.vue
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
<template>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m7 8l10 8l-5 4V4l5 4l-10 8"></path></svg>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'TablerBluetooth'
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user