From 908a109a98514c5bfa06a26f130a33d6b23ce415 Mon Sep 17 00:00:00 2001 From: YadavAkhileshh Date: Wed, 31 Dec 2025 18:32:30 +0530 Subject: [PATCH] fix: Update WarningIcon to use correct warning symbol\n\nReplaced the checkmark icon with the standard warning triangle icon to match design system standards.\n\nFixes #1193 Signed-off-by: YadavAkhileshh --- src/icons/Warning/WarningIcon.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/icons/Warning/WarningIcon.tsx b/src/icons/Warning/WarningIcon.tsx index 5a861d1e2..41f1106f9 100644 --- a/src/icons/Warning/WarningIcon.tsx +++ b/src/icons/Warning/WarningIcon.tsx @@ -16,7 +16,7 @@ export const WarningIcon = ({ xmlns="http://www.w3.org/2000/svg" {...props} > - + ); };