Bean
Install
npm install vadivam-reactpnpm add vadivam-reactbun add vadivam-reactyarn add vadivam-reactUse it in your framework
import { Bean } from "vadivam-react";
<Bean /><script setup>
import { Bean } from "vadivam-vue";
</script>
<template>
<Bean />
</template><script>
import { Bean } from "vadivam-svelte";
</script>
<Bean />import { Bean } from "vadivam-solid";
<Bean />import { Bean } from "vadivam-preact";
<Bean />---
import { Bean } from "vadivam-astro";
---
<Bean />import { Bean } from "vadivam-angular";
<svg vadivamBean></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="M5.889 11.24c1.146-.528 2.161-1.176 3.146-2.17m-3.146 2.17c1.222 2.234 4.382 2.58 6.142.793 1.785-1.812 1.608-5.386-.593-6.593m0 0c-.712 1.258-1.402 2.62-2.403 3.63-.881.889-2.032 1.538-3.146 2.17-2.62 1.487-5.041 2.882-3.299 7.088C7.777 30.845 30.988 7.768 18.212 2.569c-3.944-1.603-5.4.442-6.774 2.871M9.035 9.07c1.013-1.02 1.867-2.463 2.403-3.63"/>
</svg>import iconUrl from "vadivam/icons/bean.svg";