{"$schema":"https://ui.shadcn.com/schema/registry-item.json","name":"vercel-icon","type":"registry:component","description":"Vercel icon","files":[{"path":"components/icons/vercel-icon.tsx","type":"registry:component","content":"export function VercelIcon(props: React.ComponentProps<\"svg\">) {\n\treturn (\n\t\t<svg preserveAspectRatio=\"xMidYMid\" viewBox=\"0 0 256 222\" {...props}>\n\t\t\t<path d=\"m128 0 128 221.705H0z\" fill=\"currentColor\" />\n\t\t</svg>\n\t);\n}\n"}]}