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) => ( + + + +);