BetweenHorizontalEnd

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 { BetweenHorizontalEnd } from "vadivam-react";
Per-icon import
import BetweenHorizontalEnd from "vadivam-react/between-horizontal-end";
Raw SVG path
import icon from "vadivam/icons/between-horizontal-end.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="M11.921 3H5.58c-4.772 0-4.772 7 0 7h6.342c4.772 0 4.772-7 0-7m-.001 11H5.58c-4.772 0-4.772 7 0 7h6.342c4.772 0 4.772-7 0-7M22 8.5c-.93 1.626-2.432 2.585-4 3.5 1.568.915 3.07 1.874 4 3.5"/>
</svg>