Angry

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 { Angry } from "vadivam-react";
Per-icon import
import Angry from "vadivam-react/angry";
Raw SVG path
import icon from "vadivam/icons/angry.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="M22 12a10 10 0 1 1-20.001 0A10 10 0 0 1 22 12"/><path d="M8.25 17A6.27 6.27 0 0 1 12 15.75c1.394 0 2.688.462 3.75 1.25M7 7l3.75 1.875m2.5 0L17 7m-8.125 3.125V9.5m6.25.625V9.5"/>
</svg>