feat: #420 reimplement icon picker (#421)

This commit is contained in:
Manuel
2024-05-04 23:00:15 +02:00
committed by GitHub
parent 51aaab2f23
commit 60a35e2583
37 changed files with 2974 additions and 10 deletions

2
packages/icons/index.ts Normal file
View File

@@ -0,0 +1,2 @@
export * from "./src/icons-fetcher";
export * from "./src/types";