packages/icons/README.md
This package contains custom Supabase icons that can be used alongside other icon libraries.
For complete documentation, usage examples, and guidelines, see the Design System
import { Auth, BucketAdd, Database } from 'icons'
function MyComponent() {
return (
<>
<BucketAdd size={24} className="text-foreground-muted" />
<Database size={16} strokeWidth={1} />
<Auth size={20} />
</>
)
}
src/raw-icons/ (kebab-case name)npm run build:icons in this directoryFor detailed instructions, examples, and troubleshooting, see the Design System.