AirVent

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 { AirVent } from "vadivam-react";
Per-icon import
import AirVent from "vadivam-react/air-vent";
Raw SVG path
import icon from "vadivam/icons/air-vent.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="M16.48 11.5c0-1.223.627-4.462-1.366-4.462H8.885c-2 0-1.366 3.293-1.366 4.462m-2.657 7.616c1.942 0 3.036-2.924 3.036-4.463m11.238 4.462c-1.942 0-3.036-2.923-3.036-4.462M12 20.5v-5.847M4.597 11.5h14.807c3.273 0 3.645-8 0-8H4.597c-3.646 0-3.274 8 0 8"/>
</svg>