import type { ComponentPropsWithRef } from "react" /** * Renders the Vercel logo as an SVG icon. * * @param props - Props forwarded to the root `` element (e.g., className, style, width, height, aria-*). * @returns An SVG element representing the Vercel logo. */ export function Vercel(props: ComponentPropsWithRef<"svg">) { return ( ) }