Icons
Icon library from @repo/ui. Click any icon to copy its import name.
Brand Logos
SDK / Language
Payment Platforms
Custom Icons
Usage
import { Github, Google } from "@repo/ui";
// or from the icons sub-export:
import { Github, Google } from "@repo/ui/icons";
<Github className="size-5" />
<Google className="size-4" />
// Waiting states are not icons: <Spinner /> inline, <CoinSpinner /> for operations.