From 81f802f08a911dab8877983b3f8574cc2b4bd306 Mon Sep 17 00:00:00 2001
From: Milind Dhamu <68379239+milinddhamu@users.noreply.github.com>
Date: Wed, 23 Aug 2023 22:21:56 +0530
Subject: [PATCH] Update twitter.js
Updated twitter old svg path to new
---
src/icons/twitter.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/icons/twitter.js b/src/icons/twitter.js
index 2828da19..7fc52acb 100644
--- a/src/icons/twitter.js
+++ b/src/icons/twitter.js
@@ -16,7 +16,7 @@ const Twitter = forwardRef(({ color = 'currentColor', size = 24, ...rest }, ref)
strokeLinejoin="round"
{...rest}
>
-
+
);
});