From d7dcf105b97494b6a509de30319d1a5192e6887d Mon Sep 17 00:00:00 2001 From: Mohammad Shahbaz Alam Date: Thu, 28 May 2026 19:27:31 +0530 Subject: [PATCH 1/2] Update MetaMask icon SVG Replace the embedded SVG string in packages/metamask/src/icon.ts with a new MetaMask SVG. --- packages/metamask/src/icon.ts | 83 ++++++++++------------------------- 1 file changed, 24 insertions(+), 59 deletions(-) diff --git a/packages/metamask/src/icon.ts b/packages/metamask/src/icon.ts index 985cb253d..11c5049fe 100644 --- a/packages/metamask/src/icon.ts +++ b/packages/metamask/src/icon.ts @@ -1,61 +1,26 @@ -export default ` - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +export default ` + + + + + + + + + ` From a70ab072ee305fecc2023e8736cfd53b1805b417 Mon Sep 17 00:00:00 2001 From: Mohammad Shahbaz Alam Date: Thu, 28 May 2026 19:30:55 +0530 Subject: [PATCH 2/2] Set exported SVG encoding to UTF-8 Update packages/metamask/src/icon.ts to use `` for the exported SVG string and remove the Adobe Illustrator generator comment. This ensures consistent UTF-8 character encoding and removes unnecessary metadata from the SVG export. --- packages/metamask/src/icon.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/metamask/src/icon.ts b/packages/metamask/src/icon.ts index 11c5049fe..aa0f6668b 100644 --- a/packages/metamask/src/icon.ts +++ b/packages/metamask/src/icon.ts @@ -1,5 +1,4 @@ -export default ` - +export default `