AtSign

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 { AtSign } from "vadivam-react";
Per-icon import
import AtSign from "vadivam-react/at-sign";
Raw SVG path
import icon from "vadivam/icons/at-sign.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="M16 12c0 5.678-8.889 5.741-8.889 0C7.111 6.27 16 6.27 16 12m0 0c0 5.556 6 5.551 6-.004C22 6.474 17.522 2 12 2S2 6.474 2 11.996c0 5.52 4.478 9.994 10 9.994 1.861.093 4.376-.468 6.418-2.034M16 12c.055-1.996-.102-3.078.555-4.496"/>
</svg>