diff --git a/mobile-app/app/components/icons/assets/__snapshots__/index.test.tsx.snap b/mobile-app/app/components/icons/assets/__snapshots__/index.test.tsx.snap
index 89305c1e2f..8c0a97960a 100644
--- a/mobile-app/app/components/icons/assets/__snapshots__/index.test.tsx.snap
+++ b/mobile-app/app/components/icons/assets/__snapshots__/index.test.tsx.snap
@@ -5794,6 +5794,76 @@ exports[`token icons getNativeIcon("dFB") should get snapshot 1`] =
`;
+exports[`token icons getNativeIcon("dGLD") should get snapshot 1`] = `
+
+
+
+
+
+
+
+
+`;
+
exports[`token icons getNativeIcon("dGME") should get snapshot 1`] = `
snapshot 1`
`;
+exports[`token icons getNativeIcon("dPDBC") should get snapshot 1`] = `
+
+
+
+
+
+
+
+
+
+`;
+
exports[`token icons getNativeIcon("dPLTR") should get snapshot 1`] = `
snapshot 1`
`;
+exports[`token icons getNativeIcon("dQQQ") should get snapshot 1`] = `
+
+
+
+
+
+
+
+
+`;
+
+exports[`token icons getNativeIcon("dSLV") should get snapshot 1`] = `
+
+
+
+
+
+
+
+
+`;
+
+exports[`token icons getNativeIcon("dSPY") should get snapshot 1`] = `
+
+
+
+
+
+
+
+
+`;
+
+exports[`token icons getNativeIcon("dTLT") should get snapshot 1`] = `
+
+
+
+
+
+
+
+
+`;
+
exports[`token icons getNativeIcon("dTSLA") should get snapshot 1`] = `
snapshot 1`
`;
+exports[`token icons getNativeIcon("dURTH") should get snapshot 1`] = `
+
+
+
+
+
+
+
+
+
+`;
+
exports[`token icons getNativeIcon("dUSDC") should get snapshot 1`] = `
snapshot 1`
`;
+
+exports[`token icons getNativeIcon("dVNQ") should get snapshot 1`] = `
+
+
+
+
+
+
+
+
+`;
diff --git a/mobile-app/app/components/icons/assets/dGLD.tsx b/mobile-app/app/components/icons/assets/dGLD.tsx
new file mode 100644
index 0000000000..cb26cd84c6
--- /dev/null
+++ b/mobile-app/app/components/icons/assets/dGLD.tsx
@@ -0,0 +1,24 @@
+import * as React from 'react'
+import Svg, { Path, SvgProps, Circle } from 'react-native-svg'
+
+export function dGLD (props: SvgProps): JSX.Element {
+ return (
+
+ )
+}
diff --git a/mobile-app/app/components/icons/assets/dPDBC.tsx b/mobile-app/app/components/icons/assets/dPDBC.tsx
new file mode 100644
index 0000000000..70cb603740
--- /dev/null
+++ b/mobile-app/app/components/icons/assets/dPDBC.tsx
@@ -0,0 +1,31 @@
+import * as React from 'react'
+import Svg, { Path, SvgProps, Circle } from 'react-native-svg'
+
+export function dPDBC (props: SvgProps): JSX.Element {
+ return (
+
+ )
+}
diff --git a/mobile-app/app/components/icons/assets/dQQQ.tsx b/mobile-app/app/components/icons/assets/dQQQ.tsx
new file mode 100644
index 0000000000..96a8cf814f
--- /dev/null
+++ b/mobile-app/app/components/icons/assets/dQQQ.tsx
@@ -0,0 +1,27 @@
+import * as React from 'react'
+import Svg, { Path, SvgProps, Circle } from 'react-native-svg'
+
+export function dQQQ (props: SvgProps): JSX.Element {
+ return (
+
+ )
+}
diff --git a/mobile-app/app/components/icons/assets/dSLV.tsx b/mobile-app/app/components/icons/assets/dSLV.tsx
new file mode 100644
index 0000000000..325218d0b0
--- /dev/null
+++ b/mobile-app/app/components/icons/assets/dSLV.tsx
@@ -0,0 +1,24 @@
+import * as React from 'react'
+import Svg, { Path, SvgProps, Circle } from 'react-native-svg'
+
+export function dSLV (props: SvgProps): JSX.Element {
+ return (
+
+ )
+}
diff --git a/mobile-app/app/components/icons/assets/dSPY.tsx b/mobile-app/app/components/icons/assets/dSPY.tsx
new file mode 100644
index 0000000000..051c142231
--- /dev/null
+++ b/mobile-app/app/components/icons/assets/dSPY.tsx
@@ -0,0 +1,18 @@
+import * as React from 'react'
+import Svg, { Path, SvgProps, Circle } from 'react-native-svg'
+
+export function dSPY (props: SvgProps): JSX.Element {
+ return (
+
+ )
+}
diff --git a/mobile-app/app/components/icons/assets/dTLT.tsx b/mobile-app/app/components/icons/assets/dTLT.tsx
new file mode 100644
index 0000000000..96dfd6a75e
--- /dev/null
+++ b/mobile-app/app/components/icons/assets/dTLT.tsx
@@ -0,0 +1,18 @@
+import * as React from 'react'
+import Svg, { Path, SvgProps, Circle } from 'react-native-svg'
+
+export function dTLT (props: SvgProps): JSX.Element {
+ return (
+
+ )
+}
diff --git a/mobile-app/app/components/icons/assets/dURTH.tsx b/mobile-app/app/components/icons/assets/dURTH.tsx
new file mode 100644
index 0000000000..8525a24b8d
--- /dev/null
+++ b/mobile-app/app/components/icons/assets/dURTH.tsx
@@ -0,0 +1,28 @@
+import * as React from 'react'
+import Svg, { Path, SvgProps, Circle } from 'react-native-svg'
+
+export function dURTH (props: SvgProps): JSX.Element {
+ return (
+
+ )
+}
diff --git a/mobile-app/app/components/icons/assets/dVNQ.tsx b/mobile-app/app/components/icons/assets/dVNQ.tsx
new file mode 100644
index 0000000000..18c3fe7f29
--- /dev/null
+++ b/mobile-app/app/components/icons/assets/dVNQ.tsx
@@ -0,0 +1,27 @@
+import * as React from 'react'
+import Svg, { Path, SvgProps, Circle } from 'react-native-svg'
+
+export function dVNQ (props: SvgProps): JSX.Element {
+ return (
+
+ )
+}
diff --git a/mobile-app/app/components/icons/assets/index.test.tsx b/mobile-app/app/components/icons/assets/index.test.tsx
index 91ae8a5cc0..035adcdecf 100644
--- a/mobile-app/app/components/icons/assets/index.test.tsx
+++ b/mobile-app/app/components/icons/assets/index.test.tsx
@@ -9,7 +9,7 @@ const icons = ['_UTXO', 'DFI', 'DFI (UTXO)', 'DFI (Token)', 'BTC', 'dBCH', 'dBTC
'dUSDT', 'dUSDC', 'FAKE', 'dTSLA',
'dAAPL', 'dAMD', 'dGME', 'dBABA',
'dGOOG', 'dDUSD', 'DUSD', 'dPLTR', 'dARKK', 'dAMZN', 'dCOIN',
- 'dFB', 'dTWTR', 'dNVDA', 'dMSFT']
+ 'dFB', 'dTWTR', 'dNVDA', 'dMSFT', 'dGLD', 'dPDBC', 'dQQQ', 'dSLV', 'dSPY', 'dTLT', 'dURTH', 'dVNQ']
describe('token icons', () => {
icons.forEach(icon => {
diff --git a/mobile-app/app/components/icons/assets/index.ts b/mobile-app/app/components/icons/assets/index.ts
index 2b16c6f52e..94753da815 100644
--- a/mobile-app/app/components/icons/assets/index.ts
+++ b/mobile-app/app/components/icons/assets/index.ts
@@ -25,6 +25,14 @@ import { dFB } from './dFB'
import { dTWTR } from './dTWTR'
import { dNVDA } from './dNVDA'
import { dMSFT } from './dMSFT'
+import { dSPY } from './dSPY'
+import { dQQQ } from './dQQQ'
+import { dGLD } from './dGLD'
+import { dSLV } from './dSLV'
+import { dPDBC } from './dPDBC'
+import { dVNQ } from './dVNQ'
+import { dURTH } from './dURTH'
+import { dTLT } from './dTLT'
const mapping: Record JSX.Element> = {
_UTXO: DFI,
@@ -55,7 +63,15 @@ const mapping: Record JSX.Element> = {
dFB: dFB,
dTWTR: dTWTR,
dNVDA: dNVDA,
- dMSFT: dMSFT
+ dMSFT: dMSFT,
+ dSPY: dSPY,
+ dQQQ: dQQQ,
+ dGLD: dGLD,
+ dSLV: dSLV,
+ dPDBC: dPDBC,
+ dVNQ: dVNQ,
+ dURTH: dURTH,
+ dTLT: dTLT
}
/**