export function VercelLogo({ className }: { className?: string }) {
return (
<svg
viewBox="0 0 256 222"
width="256"
height="222"
xmlns="http://www.w3.org/2000/svg"
preserveAspectRatio="xMidYMid"
className={className}
>
<title>Vercel Logo</title>
<path fill="currentColor" d="m128 0 128 221.705H0z" />
</svg>
);
}
npx shadcn@latest add @elements/vercel-logoimport { VercelLogo } from "@/components/ui/vercel-logo"<VercelLogo />