BellElectric
Install
npm install vadivam-reactpnpm add vadivam-reactbun add vadivam-reactyarn add vadivam-reactUse it in your framework
import { BellElectric } from "vadivam-react";
<BellElectric /><script setup>
import { BellElectric } from "vadivam-vue";
</script>
<template>
<BellElectric />
</template><script>
import { BellElectric } from "vadivam-svelte";
</script>
<BellElectric />import { BellElectric } from "vadivam-solid";
<BellElectric />import { BellElectric } from "vadivam-preact";
<BellElectric />---
import { BellElectric } from "vadivam-astro";
---
<BellElectric />import { BellElectric } from "vadivam-angular";
<svg vadivamBellElectric></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="M22 16c0 3.5-6 4-8 4"/><path d="M20 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4M9 16A7 7 0 1 0 9 2a7 7 0 0 0 0 14"/><path d="M10 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0m1.04 7H6.96c-3.947 0-3.947 6 0 6h4.08c3.947 0 3.947-6 0-6"/>
</svg>import iconUrl from "vadivam/icons/bell-electric.svg";