{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "comp-94",
  "type": "registry:component",
  "registryDependencies": [
    "https://coss.com/origin/r/button.json"
  ],
  "files": [
    {
      "path": "registry/default/components/comp-94.tsx",
      "content": "import { Button } from \"@/registry/default/ui/button\";\n\nexport default function Component() {\n  return (\n    <Button className=\"gap-0 rounded-full py-0 ps-0\">\n      <div className=\"me-0.5 flex aspect-square h-full p-1.5\">\n        <img\n          alt=\"Profile image\"\n          aria-hidden=\"true\"\n          className=\"h-auto w-full rounded-full\"\n          height={24}\n          src=\"/origin/avatar.jpg\"\n          width={24}\n        />\n      </div>\n      @georgelucas\n    </Button>\n  );\n}\n",
      "type": "registry:component"
    }
  ],
  "meta": {
    "style": 2,
    "tags": [
      "button",
      "user",
      "avatar",
      "profile"
    ]
  }
}