diff --git a/apps/canonical-bridge-ui/core/components/icons/SvgDefs.tsx b/apps/canonical-bridge-ui/core/components/icons/SvgDefs.tsx
new file mode 100644
index 00000000..f14ee92d
--- /dev/null
+++ b/apps/canonical-bridge-ui/core/components/icons/SvgDefs.tsx
@@ -0,0 +1,69 @@
+import { Icon } from '@bnb-chain/space';
+
+export function SvgDefs() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
diff --git a/apps/canonical-bridge-ui/core/components/icons/wallets/PhantomIcon.tsx b/apps/canonical-bridge-ui/core/components/icons/wallets/PhantomIcon.tsx
index 39aef1c8..1c042d97 100644
--- a/apps/canonical-bridge-ui/core/components/icons/wallets/PhantomIcon.tsx
+++ b/apps/canonical-bridge-ui/core/components/icons/wallets/PhantomIcon.tsx
@@ -10,11 +10,6 @@ export function PhantomIcon(props: IconProps) {
fill="#AB9FF2"
/>
-
-
-
-
-
);
}
diff --git a/apps/canonical-bridge-ui/core/components/icons/wallets/TronLinkIcon.tsx b/apps/canonical-bridge-ui/core/components/icons/wallets/TronLinkIcon.tsx
index 74e219b9..d522dd44 100644
--- a/apps/canonical-bridge-ui/core/components/icons/wallets/TronLinkIcon.tsx
+++ b/apps/canonical-bridge-ui/core/components/icons/wallets/TronLinkIcon.tsx
@@ -8,12 +8,6 @@ export function TronLinkIcon(props: IconProps) {
d="M7.30721 0C3.27132 0 0 3.59886 0 8.03839V56.9616C0 61.4011 3.27132 65 7.30721 65H57.6928C61.7283 65 65 61.4011 65 56.9616V8.03839C65 3.59886 61.7283 0 57.6928 0H7.30721Z"
fill="url(#paint0_linear_18_3)"
/>
-
-
-
-
-
-
-
-
-
-
-
-
);
}
diff --git a/apps/canonical-bridge-ui/core/components/icons/wallets/TrustWalletIcon.tsx b/apps/canonical-bridge-ui/core/components/icons/wallets/TrustWalletIcon.tsx
index bcc92ccd..f10d3e2f 100644
--- a/apps/canonical-bridge-ui/core/components/icons/wallets/TrustWalletIcon.tsx
+++ b/apps/canonical-bridge-ui/core/components/icons/wallets/TrustWalletIcon.tsx
@@ -16,34 +16,6 @@ export function TrustWalletIcon(props: IconProps) {
d="M18.6662 6.66673L12.0003 4.5V19.5C16.7622 17.4998 18.6662 13.6665 18.6662 11.5001V6.66673Z"
fill="url(#paint1_linear_7476_132116)"
/>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
);
}
diff --git a/apps/canonical-bridge-ui/pages/_app.tsx b/apps/canonical-bridge-ui/pages/_app.tsx
index 011805d1..8f21c5c4 100644
--- a/apps/canonical-bridge-ui/pages/_app.tsx
+++ b/apps/canonical-bridge-ui/pages/_app.tsx
@@ -4,6 +4,7 @@ import Head from 'next/head';
import { AppProps } from 'next/app';
import { ThemeProvider } from '@/core/components/ThemeProvider';
+import { SvgDefs } from '@/core/components/icons/SvgDefs';
const queryClient = new QueryClient({
defaultOptions: {
@@ -23,6 +24,7 @@ export default function App({ Component, ...restProps }: AppProps) {
+