import type { SVGProps } from "react";
const Vercel = (props: SVGProps<SVGSVGElement>) => (
<svg {...props} viewBox="0 0 256 222" preserveAspectRatio="xMidYMid">
<path d="m128 0 128 221.705H0z" />
</svg>
);
export { Vercel };
npx shadcn@latest add @svgl/vercelimport { Vercel } from "@/components/vercel"<Vercel />