AlarmSmoke

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 { AlarmSmoke } from "vadivam-react";
Per-icon import
import AlarmSmoke from "vadivam-react/alarm-smoke";
Raw SVG path
import icon from "vadivam/icons/alarm-smoke.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="M5.92 12.06c-3.556 4.141 3.556 5.798 0 9.94M12 12.06c-3.556 4.14 3.556 5.797 0 9.94m6.08-9.94c-3.556 4.141 3.556 5.798 0 9.94M4 2h16M5.778 2c0 3.464 2.227 6.627 6.222 6.627S18.222 5.464 18.222 2"/>
</svg>