Skip to content
Esc
navigateopen⌘Jpreview

BellRing

Install

npm install vadivam-react
pnpm add vadivam-react
bun add vadivam-react
yarn add vadivam-react

Use it in your framework

import { BellRing } from "vadivam-react";

<BellRing />
<script setup>
import { BellRing } from "vadivam-vue";
</script>

<template>
  <BellRing />
</template>
<script>
  import { BellRing } from "vadivam-svelte";
</script>

<BellRing />
import { BellRing } from "vadivam-solid";

<BellRing />
import { BellRing } from "vadivam-preact";

<BellRing />
---
import { BellRing } from "vadivam-astro";
---

<BellRing />
import { BellRing } from "vadivam-angular";

<svg vadivamBellRing></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.15M21 3l1-1m-1 5h1M3 3 2 2m1 5H2"/>
</svg>
import iconUrl from "vadivam/icons/bell-ring.svg";

Keep exploring