From e8ca13491f739eee69f5a782ecca468f8e1b56e8 Mon Sep 17 00:00:00 2001 From: Malin J Date: Tue, 7 Nov 2023 13:55:57 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20New=20icon=20for=20x=20#19?= =?UTF-8?q?59?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/pageComponents/icons/Twitter.tsx | 29 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/web/pageComponents/icons/Twitter.tsx b/web/pageComponents/icons/Twitter.tsx index b05d58d79..f63f11eff 100644 --- a/web/pageComponents/icons/Twitter.tsx +++ b/web/pageComponents/icons/Twitter.tsx @@ -1,26 +1,25 @@ -const Twitter = ({ width = 42, height = 33 }: { width?: number; height?: number }) => { +const Twitter = ({ width = 42, height = 42 }: { width?: number; height?: number }) => { return ( - - + + - - - + )