Aperture

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 { Aperture } from "vadivam-react";
Per-icon import
import Aperture from "vadivam-react/aperture";
Raw SVG path
import icon from "vadivam/icons/aperture.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="M14.31 8c2.655 2.878 4.47 6.26 5.74 9.94M9.69 8a33.4 33.4 0 0 1 11.48 0M7.38 12a36.5 36.5 0 0 1 5.74-9.94M9.69 16c-2.736-2.814-4.58-6.214-5.74-9.94M14.311 16A33.5 33.5 0 0 1 2.83 16m13.791-4c-1.367 3.632-3.365 6.89-5.74 9.94M22 12a10 10 0 1 1-20.001 0A10 10 0 0 1 22 12"/>
</svg>