Award

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 { Award } from "vadivam-react";
Per-icon import
import Award from "vadivam-react/award";
Raw SVG path
import icon from "vadivam/icons/award.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.713 13.38a6.666 6.666 0 1 0-9.426-9.426 6.666 6.666 0 0 0 9.426 9.426"/><path d="M7.2 14 6 20.8c0 2.867 4.664-.303 6-.303s6 3.17 6 .302L16.8 14"/>
</svg>