vercel

PreviousNext
Docs
svglcomponent

Preview

Loading preview…
././static/components-generated/vercel.tsx
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 };

Installation

npx shadcn@latest add @svgl/vercel

Usage

import { Vercel } from "@/components/vercel"
<Vercel />