Skip to content
Esc
navigateopen⌘Jpreview

BellDot

Install

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

Use it in your framework

import { BellDot } from "vadivam-react";

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

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

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

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

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

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

<svg vadivamBellDot></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"/><path d="M13 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0"/>
</svg>
import iconUrl from "vadivam/icons/bell-dot.svg";

Keep exploring