10 lines
324 B
Vue
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> |