{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "vercel-logo",
  "title": "Vercel Logo",
  "description": "Vercel logo component with theme-adaptive colors",
  "dependencies": [],
  "registryDependencies": [],
  "files": [
    {
      "path": "registry/default/blocks/logos/vercel-logo/components/logos/vercel.tsx",
      "content": "export function VercelLogo({ className }: { className?: string }) {\n  return (\n    <svg\n      viewBox=\"0 0 256 222\"\n      width=\"256\"\n      height=\"222\"\n      xmlns=\"http://www.w3.org/2000/svg\"\n      preserveAspectRatio=\"xMidYMid\"\n      className={className}\n    >\n      <title>Vercel Logo</title>\n      <path fill=\"currentColor\" d=\"m128 0 128 221.705H0z\" />\n    </svg>\n  );\n}\n",
      "type": "registry:component"
    }
  ],
  "docs": "Vercel logo component that adapts to your theme. Uses currentColor to match your design system.",
  "categories": [
    "Cloud",
    "logo",
    "brand"
  ],
  "type": "registry:ui"
}