From 035ad96ad1182592a6b81a89ef5a2315b321315d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Sim=C3=A3o?= Date: Tue, 28 Nov 2023 14:38:32 +0000 Subject: [PATCH] fix: subwallet logo (#1606) --- .../WalletIcon/icons/SubWallet.tsx | 59 +++++++++++++------ 1 file changed, 42 insertions(+), 17 deletions(-) diff --git a/src/component-library/WalletIcon/icons/SubWallet.tsx b/src/component-library/WalletIcon/icons/SubWallet.tsx index 1e7ba7102..53e6e2b77 100644 --- a/src/component-library/WalletIcon/icons/SubWallet.tsx +++ b/src/component-library/WalletIcon/icons/SubWallet.tsx @@ -6,30 +6,55 @@ const SubWallet = forwardRef((props, ref) => ( SubWallet - - - + + + + + + + + - - - - - - + + + + + + + + + + + + + ));