From 5a5845933a9ae21b9f0b72918bd04ef1dc06efc2 Mon Sep 17 00:00:00 2001 From: Jessy Hanifiah <72622302+jeeehaan@users.noreply.github.com> Date: Thu, 26 Oct 2023 13:24:17 +0700 Subject: [PATCH 1/2] feat: add iconsax icon --- database/frontend/icons.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/database/frontend/icons.json b/database/frontend/icons.json index d965e957f..3cffeb323 100644 --- a/database/frontend/icons.json +++ b/database/frontend/icons.json @@ -243,5 +243,12 @@ "url": "https://react-icons.github.io/react-icons/", "category": "frontend", "subcategory": "icons" + }, + { + "name": "Iconsax", + "description": "ICONSAX for React and React Native.", + "url": "https://iconsax-react.pages.dev/", + "category": "frontend", + "subcategory": "icons" } ] From d083a5cb7086624244ff2e88a858926ded3965b1 Mon Sep 17 00:00:00 2001 From: Anmol Baranwal <74038190+Anmol-Baranwal@users.noreply.github.com> Date: Sun, 29 Oct 2023 10:14:38 -0700 Subject: [PATCH 2/2] chore: update description Co-authored-by: Rupali Haldiya <78981177+rupali-codes@users.noreply.github.com> --- database/frontend/icons.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/frontend/icons.json b/database/frontend/icons.json index 3cffeb323..fb5531c1a 100644 --- a/database/frontend/icons.json +++ b/database/frontend/icons.json @@ -246,7 +246,7 @@ }, { "name": "Iconsax", - "description": "ICONSAX for React and React Native.", + "description": "ICONSAX provides a set of icons to use in React & React Native projects.", "url": "https://iconsax-react.pages.dev/", "category": "frontend", "subcategory": "icons"