Beaker

Install with bun
bun add vadivam vadivam-react
Install with npm
npm install vadivam vadivam-react
Install with pnpm
pnpm add vadivam vadivam-react
Named import
import { Beaker } from "vadivam-react";
Per-icon import
import Beaker from "vadivam-react/beaker";
Raw SVG path
import icon from "vadivam/icons/beaker.svg";
SVG markup
<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="M17.98 5c0 5.21 2.203 17-5.98 17S6.02 10.21 6.02 5"/><path d="M6 4.73c0 4.36 12 4.36 12 0 0-3.64-12-3.64-12 0m12 9.865c-1.96.62-4.04.49-6-.13a9.9 9.9 0 0 0-6 0"/>
</svg>