{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "perplexity-logo",
  "title": "Perplexity Logo",
  "description": "Perplexity logo component with brand teal",
  "dependencies": [],
  "registryDependencies": [],
  "files": [
    {
      "path": "registry/default/blocks/logos/perplexity-logo/components/logos/perplexity.tsx",
      "content": "import { cn } from \"@/lib/utils\";\n\nexport interface PerplexityLogoProps extends React.SVGProps<SVGSVGElement> {}\n\nexport function PerplexityLogo({ className, ...props }: PerplexityLogoProps) {\n  return (\n    <svg\n      xmlns=\"http://www.w3.org/2000/svg\"\n      width=\"80\"\n      height=\"80\"\n      viewBox=\"0 0 48 48\"\n      className={cn(\"\", className)}\n      {...props}\n    >\n      <title>Perplexity</title>\n      <path\n        fill=\"none\"\n        stroke=\"#20808d\"\n        strokeLinecap=\"round\"\n        strokeLinejoin=\"round\"\n        d=\"M24 4.5v39M13.73 16.573v-9.99L24 16.573m0 14.5L13.73 41.417V27.01L24 16.573m0 0l10.27-9.99v9.99\"\n      />\n      <path\n        fill=\"none\"\n        stroke=\"#20808d\"\n        strokeLinecap=\"round\"\n        strokeLinejoin=\"round\"\n        d=\"M13.73 31.396H9.44V16.573h29.12v14.823h-4.29\"\n      />\n      <path\n        fill=\"none\"\n        stroke=\"#20808d\"\n        strokeLinecap=\"round\"\n        strokeLinejoin=\"round\"\n        d=\"M24 16.573L34.27 27.01v14.407L24 31.073\"\n      />\n    </svg>\n  );\n}\n",
      "type": "registry:component"
    }
  ],
  "docs": "Perplexity logo component with official brand teal color.",
  "categories": [
    "AI",
    "logo",
    "brand"
  ],
  "type": "registry:ui"
}