Icons
Icon library from @repo/ui. Click any icon to copy its import name.
Brand Logos
SDK / Language
Payment Platforms
Custom Icons
Loaders
LoadingCircle
LoadingDots
Usage
import { Github, Google, LoadingSpinner } from "@repo/ui";
// or from the icons sub-export:
import { Github, Google } from "@repo/ui/icons";
<Github className="size-5" />
<Google className="size-4" />
<LoadingSpinner className="size-5" />