From bedf953736745dc65f87ebde017525974d734262 Mon Sep 17 00:00:00 2001 From: JsQR23 Date: Tue, 30 Dec 2025 11:08:20 -0600 Subject: [PATCH] fix(icon): shows correct warning icon. --- src/icons/Warning/WarningIcon.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/icons/Warning/WarningIcon.tsx b/src/icons/Warning/WarningIcon.tsx index 5a861d1e2..b68f26bbc 100644 --- a/src/icons/Warning/WarningIcon.tsx +++ b/src/icons/Warning/WarningIcon.tsx @@ -7,17 +7,17 @@ export const WarningIcon = ({ ...props }: IconProps): JSX.Element => { return ( - + ); };