Ban

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 { Ban } from "vadivam-react";
Per-icon import
import Ban from "vadivam-react/ban";
Raw SVG path
import icon from "vadivam/icons/ban.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="M4.929 19.071A10 10 0 0 0 19.07 4.93M4.93 19.07A10 10 0 0 1 19.07 4.93M4.93 19.07 19.07 4.93"/>
</svg>