From 6eb119917cc5ea8426473b7b1d4952bce497dac5 Mon Sep 17 00:00:00 2001 From: pelusanchez Date: Tue, 19 Dec 2023 14:10:03 +0100 Subject: [PATCH] Fix icon. --- src/components/icons/EQCIcons.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/icons/EQCIcons.tsx b/src/components/icons/EQCIcons.tsx index 315ffb2..14dccbf 100644 --- a/src/components/icons/EQCIcons.tsx +++ b/src/components/icons/EQCIcons.tsx @@ -16,7 +16,7 @@ export const WarningIcon = ({ color?: string }) => ( - + )