Barrel
Install
npm install vadivam-reactpnpm add vadivam-reactbun add vadivam-reactyarn add vadivam-reactUse it in your framework
import { Barrel } from "vadivam-react";
<Barrel /><script setup>
import { Barrel } from "vadivam-vue";
</script>
<template>
<Barrel />
</template><script>
import { Barrel } from "vadivam-svelte";
</script>
<Barrel />import { Barrel } from "vadivam-solid";
<Barrel />import { Barrel } from "vadivam-preact";
<Barrel />---
import { Barrel } from "vadivam-astro";
---
<Barrel />import { Barrel } from "vadivam-angular";
<svg vadivamBarrel></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="M4.322 15.72C5.102 20.06 7.298 22 12 22s6.897-1.94 7.678-6.28a20.4 20.4 0 0 0-1.011-10.858m0 0c0 4.572-13.334 4.572-13.334 0m13.334 0c0-3.816-13.334-3.816-13.334 0m0 0A20.4 20.4 0 0 0 4.322 15.72m15.575-4.83c-4.584 3.15-11.21 3.15-15.794 0m15.575 4.83c-4.491 2.955-10.865 2.955-15.356 0"/>
</svg>import iconUrl from "vadivam/icons/barrel.svg";