diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index 031cc8bdca..5c90177282 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -826,5 +826,11 @@ "homepage": "https://emerald-ui.com", "url": "https://emerald-ui.com/r/{name}.json", "description": "Emerald UI - collection of components built with Motion, GSAP, Tailwind CSS and shadcn/ui." + }, + { + "name": "@iconiq", + "homepage": "https://iconiqs.vercel.app", + "url": "https://iconiqs.vercel.app/r/{name}.json", + "description": "Iconiq is a collection of icons designed for web applications. It is a modern, clean, and minimalistic icon set that is perfect for web applications." } ] diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 233b2b9cda..daeca87b1e 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -965,5 +965,12 @@ "url": "https://emerald-ui.com/r/{name}.json", "description": "Emerald UI - collection of components built with Motion, GSAP, Tailwind CSS and shadcn/ui.", "logo": "" + }, + { + "name": "@iconiq", + "homepage": "https://iconiqs.vercel.app", + "url": "https://iconiqs.vercel.app/r/{name}.json", + "description": "Iconiq is a collection of icons designed for web applications. It is a modern, clean, and minimalistic icon set that is perfect for web applications.", + "logo": "" } ]