Album

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 { Album } from "vadivam-react";
Per-icon import
import Album from "vadivam-react/album";
Raw SVG path
import icon from "vadivam/icons/album.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 8a6 6 0 0 1 6-6h8a6 6 0 0 1 6 6v8a6 6 0 0 1-6 6H8a6 6 0 0 1-6-6z"/><path d="M12 2.5v7.834c0 .213 0 .32.044.375a.2.2 0 0 0 .156.075c.07 0 .154-.067.32-.2L14.3 9.16a.5.5 0 0 1 .147-.097.2.2 0 0 1 .106 0c.04.011.076.04.147.097l1.78 1.424c.166.133.25.2.32.2a.2.2 0 0 0 .156-.075c.044-.055.044-.162.044-.375V2.5"/>
</svg>