From 9b7de557f1d7c519b137012efcb9486c4d89479a Mon Sep 17 00:00:00 2001 From: Aakash Date: Wed, 4 Oct 2023 18:07:37 +0530 Subject: [PATCH] Update icons.json Category: Frontend Subcategory: Icons Added Iconoir, a website for high quality free icons. --- database/frontend/icons.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/database/frontend/icons.json b/database/frontend/icons.json index ce756771e..44e67dd08 100644 --- a/database/frontend/icons.json +++ b/database/frontend/icons.json @@ -208,5 +208,12 @@ "url": "https://remixicon.com/", "category": "frontend", "subcategory": "icons" + }, + { + "name": "Iconoir", + "description": "A high-quality selection of free icons. Has over 1,368 icons ready to use for your projects.", + "url": "https://iconoir.com/", + "category": "fontend", + "subcategory": "icons" } ]