{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "extends": "none",
  "name": "avatar-shape-example",
  "title": "Avatar Shape",
  "description": "avatar-shape-example",
  "registryDependencies": [
    "https://intentui.com/r/avatar"
  ],
  "files": [
    {
      "path": "src/components/examples/media/avatar/avatar-shape-example.tsx",
      "content": "import { Avatar } from '@/components/ui/avatar'\n\nexport default function AvatarShapeDemo() {\n  return (\n    <div className=\"flex items-end gap-4\">\n      <Avatar src=\"/images/avatar/slash.jpg\" />\n      <Avatar src=\"https://intentui.com/images/avatar/cobain.jpg\" isSquare />\n    </div>\n  )\n}\n",
      "type": "registry:page",
      "target": "app/avatar-shape-example/page.tsx"
    }
  ],
  "type": "registry:page"
}