Files
heartbeatcat/src/components/icons/TablerBluetooth.vue
2024-07-16 21:14:19 +08:00

10 lines
324 B
Vue

<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>