AlignHorizontalSpaceAround

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 { AlignHorizontalSpaceAround } from "vadivam-react";
Per-icon import
import AlignHorizontalSpaceAround from "vadivam-react/align-horizontal-space-around";
Raw SVG path
import icon from "vadivam/icons/align-horizontal-space-around.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 22V2m18 20V2M9 8.8c0-1.325 1.343-2.4 3-2.4s3 1.075 3 2.4v6.4c0 1.326-1.343 2.4-3 2.4s-3-1.075-3-2.4z"/>
</svg>