From fde430ff1e81ac287c141e25d84336d1badb29ec Mon Sep 17 00:00:00 2001 From: Emir Karabeg Date: Mon, 10 Feb 2025 01:44:17 -0800 Subject: [PATCH] Fixed YouTube icon --- components/icons.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/components/icons.tsx b/components/icons.tsx index d2ad662ec..65d030cfd 100644 --- a/components/icons.tsx +++ b/components/icons.tsx @@ -1129,13 +1129,17 @@ export const ConnectIcon = (props: SVGProps) => ( export function YouTubeIcon(props: React.SVGProps) { return ( - + ) }