import { IconGitBranch } from "@tabler/icons-react"
import { Button } from "@/registry/new-york/ui/button"
export default function ButtonWithIcon() {
return (
<Button variant="outline" size="sm">
<IconGitBranch /> New Branch
</Button>
)
}
npx shadcn@latest add @taki/button-with-iconimport { ButtonWithIcon } from "@/components/button-with-icon"<ButtonWithIcon />