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