Bluetooth
Install
npm install vadivam-reactpnpm add vadivam-reactbun add vadivam-reactyarn add vadivam-reactUse it in your framework
import { Bluetooth } from "vadivam-react";
<Bluetooth /><script setup>
import { Bluetooth } from "vadivam-vue";
</script>
<template>
<Bluetooth />
</template><script>
import { Bluetooth } from "vadivam-svelte";
</script>
<Bluetooth />import { Bluetooth } from "vadivam-solid";
<Bluetooth />import { Bluetooth } from "vadivam-preact";
<Bluetooth />---
import { Bluetooth } from "vadivam-astro";
---
<Bluetooth />import { Bluetooth } from "vadivam-angular";
<svg vadivamBluetooth></svg>Raw SVG & assets
View raw SVG
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="m6 7.198 11.545 9.508c.586.482.553.813.017 1.278l-3.91 3.389c-.473.41-.711.618-.913.627a.58.58 0 0 1-.455-.194c-.13-.148-.13-.453-.13-1.064V3.258c0-.61 0-.916.13-1.064A.58.58 0 0 1 12.739 2c.202.008.439.214.913.625l3.946 3.422c.548.472.518.793.017 1.249L6 17.87"/>
</svg>import iconUrl from "vadivam/icons/bluetooth.svg";