AlignVerticalJustifyCenter

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 { AlignVerticalJustifyCenter } from "vadivam-react";
Per-icon import
import AlignVerticalJustifyCenter from "vadivam-react/align-vertical-justify-center";
Raw SVG path
import icon from "vadivam/icons/align-vertical-justify-center.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 19c0-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 22 4 20.657 4 19m18-7H2m6.8-4C7.475 8 6.4 6.657 6.4 5s1.075-3 2.4-3h6.4c1.326 0 2.4 1.343 2.4 3s-1.075 3-2.4 3z"/>
</svg>