From 3a431547bbb138eadeca955e542c974146dc2f58 Mon Sep 17 00:00:00 2001 From: edwiee Date: Fri, 6 Mar 2026 18:19:28 +0530 Subject: [PATCH] feat: add @iconiq registry --- apps/v4/public/r/registries.json | 6 ++++++ apps/v4/registry/directory.json | 7 +++++++ 2 files changed, 13 insertions(+) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index ed9cd049bf..fb1bbed44a 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -820,5 +820,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 105f3cb3b0..eeca6cff4f 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -958,5 +958,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": "" } ]