Pixel-perfect, open-source, gorgeous icons for refined interfaces.
ArrowBigLeftDash
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 { ArrowBigLeftDash } from "vadivam-react"; Per-icon import
import ArrowBigLeftDash from "vadivam-react/arrow-big-left-dash"; Raw SVG path
import icon from "vadivam/icons/arrow-big-left-dash.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="M10.607 4.514c0-.927-1.171-1.366-1.806-.677l-6.27 6.809a1.99 1.99 0 0 0 0 2.708l6.27 6.809c.635.69 1.806.25 1.806-.677v-3.437c0-.559.463-1.012 1.035-1.012h4.287c1.144 0 2.071-.906 2.071-2.025v-2.024c0-1.119-.927-2.025-2.072-2.025h-4.286a1.024 1.024 0 0 1-1.035-1.013zM22 15V9"/>
</svg>