BetweenVerticalStart

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 { BetweenVerticalStart } from "vadivam-react";
Per-icon import
import BetweenVerticalStart from "vadivam-react/between-vertical-start";
Raw SVG path
import icon from "vadivam/icons/between-vertical-start.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="M3 12.079v6.342c0 4.772 7 4.772 7 0V12.08c0-4.772-7-4.772-7 0m11-.001v6.342c0 4.772 7 4.772 7 0V12.08c0-4.772-7-4.772-7 0M8.5 2c1.626.93 2.585 2.432 3.5 4 .915-1.568 1.874-3.07 3.5-4"/>
</svg>