Barcode

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 { Barcode } from "vadivam-react";
Per-icon import
import Barcode from "vadivam-react/barcode";
Raw SVG path
import icon from "vadivam/icons/barcode.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="M2 4v16M6 4v14m4-14v16m4-16v14m4-14v16m4-16v16"/>
</svg>