BedSingle

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 { BedSingle } from "vadivam-react";
Per-icon import
import BedSingle from "vadivam-react/bed-single";
Raw SVG path
import icon from "vadivam/icons/bed-single.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="M4.01 18h15.98M4.01 18a2 2 0 0 1-1.999-2c0-2.322-.362-6 2.997-6h13.984c3.358 0 2.997 3.678 2.997 6 0 1.105-.895 2-1.998 2M4.009 18v3m15.982-3v3M4.009 10c0-2.725.45-6 3.996-6h7.99c3.547 0 3.996 3.275 3.996 6"/>
</svg>