Pixel-perfect, open-source, gorgeous icons for refined interfaces.
AlignVerticalSpaceBetween
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 { AlignVerticalSpaceBetween } from "vadivam-react"; Per-icon import
import AlignVerticalSpaceBetween from "vadivam-react/align-vertical-space-between"; Raw SVG path
import icon from "vadivam/icons/align-vertical-space-between.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 18c0-1.657 1.075-3 2.4-3h11.2c1.325 0 2.4 1.343 2.4 3s-1.075 3-2.4 3H6.4C5.075 21 4 19.657 4 18m18 3H2M22 3H2m6.8 6C7.475 9 6.4 7.657 6.4 6s1.075-3 2.4-3h6.4c1.326 0 2.4 1.343 2.4 3s-1.075 3-2.4 3z"/>
</svg>