Ampersand

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 { Ampersand } from "vadivam-react";
Per-icon import
import Ampersand from "vadivam-react/ampersand";
Raw SVG path
import icon from "vadivam/icons/ampersand.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="M19.5 22c-3.423-3.605-15-10-14.097-16.319 0-2 1.695-3.681 3.68-3.681s3.682 1.68 3.682 3.681c0 3.33-4.848 6.374-6.935 8.463-1.773 1.773-1.773 4.735 0 6.508 1.768 1.77 4.756 1.752 6.508 0l7.162-7.403"/>
</svg>