Bell
Install
npm install vadivam-reactpnpm add vadivam-reactbun add vadivam-reactyarn add vadivam-reactUse it in your framework
import { Bell } from "vadivam-react";
<Bell /><script setup>
import { Bell } from "vadivam-vue";
</script>
<template>
<Bell />
</template><script>
import { Bell } from "vadivam-svelte";
</script>
<Bell />import { Bell } from "vadivam-solid";
<Bell />import { Bell } from "vadivam-preact";
<Bell />---
import { Bell } from "vadivam-astro";
---
<Bell />import { Bell } from "vadivam-angular";
<svg vadivamBell></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="M15.34 17.726H8.659m6.683 0c0 5.699-6.683 5.699-6.683 0m6.683 0c1.801 0 8.053.263 4.674-3.15C15.32 10.986 21 2 11.999 2s-3.318 8.986-8.013 12.576c-3.38 3.412 2.869 3.15 4.672 3.15"/>
</svg>import iconUrl from "vadivam/icons/bell.svg";