Skip to content
Esc
navigateopen⌘Jpreview

Gift

Install

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

Use it in your framework

import { Gift } from "vadivam-react";

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

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

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

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

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

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

<svg vadivamGift></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="M12 22V11.5m8 0v8.214C20 20.932 19.113 22 18 22H6c-1.113 0-2-1.068-2-2.286V11.5m16 0H4m16 0h1V8.286a2.46 2.46 0 0 0-.586-1.617C20.04 6.241 19.53 6 19 6H5c-.53 0-1.04.24-1.414.67A2.46 2.46 0 0 0 3 8.285V11.5h1M11.985 6H8.07c-2.677 0-2.842-4 0-4 3.045 0 3.915 4 3.915 4m0 0H15.9c2.8 0 2.8-4 0-4-3.045 0-3.915 4-3.915 4"/>
</svg>
import iconUrl from "vadivam/icons/gift.svg";

Keep exploring