Pixel-perfect, open-source, gorgeous icons for refined interfaces.
BaggageClaim
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 { BaggageClaim } from "vadivam-react"; Per-icon import
import BaggageClaim from "vadivam-react/baggage-claim"; Raw SVG path
import icon from "vadivam/icons/baggage-claim.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 20c0-1.09.91-2 2-2s2 .91 2 2-.91 2-2 2-2-.91-2-2m9 0c0-1.09.91-2 2-2s2 .91 2 2-.91 2-2 2-2-.91-2-2M7.5 6.435H5c-1.105 0-2 .832-2 1.858v1.92C3 11.754 4.343 13 6 13h9c1.657 0 3-1.248 3-2.786V8.293c0-1.026-.895-1.858-2-1.858zm6 0V5.5a3 3 0 1 0-6 0v.935"/><path d="M2 17h14a6 6 0 0 0 6-6V2"/>
</svg>