From ab0f6282f05deb8405d9358c12f8e1dd4bacd120 Mon Sep 17 00:00:00 2001 From: hanif salafi Date: Mon, 4 Nov 2024 08:19:20 +0700 Subject: [PATCH] feat: update error icon --- components/icons.tsx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/components/icons.tsx b/components/icons.tsx index a4b13d3..b1e51a9 100644 --- a/components/icons.tsx +++ b/components/icons.tsx @@ -1504,3 +1504,17 @@ export const GoogleIcon = ({ ); + + + +export const TimesIcon = ({ + size, + height = 24, + width = 24, + fill = "currentColor", + ...props +}: IconSvgProps) => ( + + + +);