From d1e9416ff67db5f8f3f35299c7d55436e32720bd Mon Sep 17 00:00:00 2001 From: John Doe Date: Mon, 11 Sep 2023 17:35:56 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20Updated=20Twitter=20com?= =?UTF-8?q?ponent=20=F0=9F=9A=80=20Made=20improvements=20to=20the=20Twitte?= =?UTF-8?q?r=20component.=20=F0=9F=93=9D=20Added=20comments=20and=20cleane?= =?UTF-8?q?d=20up=20code.=20=F0=9F=8C=90=20Optimized=20SVG=20rendering.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/Icons/Twitter.tsx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/components/listing-image-gallery/components/Icons/Twitter.tsx diff --git a/src/components/listing-image-gallery/components/Icons/Twitter.tsx b/src/components/listing-image-gallery/components/Icons/Twitter.tsx new file mode 100644 index 0000000..76f42ee --- /dev/null +++ b/src/components/listing-image-gallery/components/Icons/Twitter.tsx @@ -0,0 +1,19 @@ +export default function Twitter(props: any) { + return ( + + + + ) +}