From aacd742c8cb1926b12851df8b74902d226598a0e Mon Sep 17 00:00:00 2001 From: Philipp Walter Date: Wed, 19 Mar 2025 16:59:44 +0100 Subject: [PATCH] fix(ui): small fix for unitBitcoinIcon --- src/assets/icons/index.ts | 8 +------- src/assets/svgs/raw/bitcoin.svg | 4 ---- src/assets/svgs/raw/unitSatoshi.svg | 5 ----- 3 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 src/assets/svgs/raw/bitcoin.svg delete mode 100644 src/assets/svgs/raw/unitSatoshi.svg diff --git a/src/assets/icons/index.ts b/src/assets/icons/index.ts index bb5bd05e7..2bb18bd84 100644 --- a/src/assets/icons/index.ts +++ b/src/assets/icons/index.ts @@ -30,9 +30,6 @@ export const backspaceIcon = (color = 'white'): string => ` export const backupIcon = (color = 'white'): string => ` `; -export const bitcoinIcon = (color = 'white'): string => ` -`; - export const bitcoinCircleIcon = (color = 'white'): string => ` `; @@ -277,14 +274,11 @@ export const unifiedCircleIcon = (color = 'white'): string => ` `; export const unitBitcoinIcon = (color = 'white'): string => ` -`; +`; export const unitFiatIcon = (color = 'white'): string => ` `; -export const unitSatoshiIcon = (color = 'white'): string => ` -`; - export const upArrowIcon = (color = 'white'): string => ` `; diff --git a/src/assets/svgs/raw/bitcoin.svg b/src/assets/svgs/raw/bitcoin.svg deleted file mode 100644 index 15aa31bf5..000000000 --- a/src/assets/svgs/raw/bitcoin.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/src/assets/svgs/raw/unitSatoshi.svg b/src/assets/svgs/raw/unitSatoshi.svg deleted file mode 100644 index 333fc8a3c..000000000 --- a/src/assets/svgs/raw/unitSatoshi.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file