{"$schema":"https://ui.shadcn.com/schema/registry-item.json","name":"c-button-21","type":"registry:block","title":"Ghost button with an icon on the right","description":"Ghost button with an icon on the right","dependencies":[],"registryDependencies":["button"],"files":[{"path":"c-button-21.tsx","type":"registry:block","content":"import { Button } from \"@/components/ui/button\"\nimport { IconPlaceholder } from \"@/app/(create)/components/icon-placeholder\"\n\nexport function Pattern() {\n  return (\n    <Button variant=\"ghost\">\n      Logout\n      <IconPlaceholder\n        lucide=\"LogOutIcon\"\n        tabler=\"IconLogout\"\n        hugeicons=\"LogoutSquare01Icon\"\n        phosphor=\"SignOutIcon\"\n        remixicon=\"RiLogoutBoxRLine\"\n        aria-hidden=\"true\"\n      />\n    </Button>\n  )\n}","target":"components/examples/c-button-21.tsx"}],"meta":{"order":21}}