{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "cursor-logo",
  "title": "Cursor Logo",
  "description": "Cursor - The AI Code Editor",
  "dependencies": [],
  "registryDependencies": [],
  "files": [
    {
      "path": "registry/default/blocks/logos/cursor-logo/components/logos/cursor.tsx",
      "content": "export function CursorLogo({ className }: { className?: string }) {\n  return (\n    <svg\n      viewBox=\"0 0 466.73 532.09\"\n      xmlns=\"http://www.w3.org/2000/svg\"\n      className={className || \"w-8 h-8\"}\n    >\n      <title>Cursor Logo</title>\n      <path\n        fill=\"currentColor\"\n        d=\"M457.43 125.94 244.42 2.96a22.127 22.127 0 0 0-22.12 0L9.3 125.94C3.55 129.26 0 135.4 0 142.05v247.99c0 6.65 3.55 12.79 9.3 16.11l213.01 122.98a22.127 22.127 0 0 0 22.12 0l213.01-122.98c5.75-3.32 9.3-9.46 9.3-16.11V142.05c0-6.65-3.55-12.79-9.3-16.11h-.01Zm-13.38 26.05L238.42 508.15c-1.39 2.4-5.06 1.42-5.06-1.36V273.58c0-4.66-2.49-8.97-6.53-11.31L24.87 145.67c-2.4-1.39-1.42-5.06 1.36-5.06h411.26c5.84 0 9.49 6.33 6.57 11.39h-.01Z\"\n      />\n    </svg>\n  );\n}\n",
      "type": "registry:component"
    }
  ],
  "docs": "Cursor logo component. Uses currentColor for theme adaptation.",
  "categories": [
    "AI",
    "logo",
    "brand"
  ],
  "type": "registry:ui"
}