diff --git a/mobile-app/app/components/icons/assets/XCHF.tsx b/mobile-app/app/components/icons/assets/XCHF.tsx index 19cf87e755..5314e74790 100644 --- a/mobile-app/app/components/icons/assets/XCHF.tsx +++ b/mobile-app/app/components/icons/assets/XCHF.tsx @@ -4,8 +4,8 @@ export function XCHF(props: SvgProps): JSX.Element { return ( diff --git a/mobile-app/app/components/icons/assets/dSUI.tsx b/mobile-app/app/components/icons/assets/dSUI.tsx index 5cddc13000..7312d71880 100644 --- a/mobile-app/app/components/icons/assets/dSUI.tsx +++ b/mobile-app/app/components/icons/assets/dSUI.tsx @@ -3,15 +3,15 @@ import Svg, { ClipPath, Defs, G, Path, SvgProps } from "react-native-svg"; export function dSUI(props: SvgProps): JSX.Element { return ( - - + + diff --git a/mobile-app/app/components/icons/assets/dXCHF.tsx b/mobile-app/app/components/icons/assets/dXCHF.tsx index f5acff4cb6..fa490cf7dc 100644 --- a/mobile-app/app/components/icons/assets/dXCHF.tsx +++ b/mobile-app/app/components/icons/assets/dXCHF.tsx @@ -4,8 +4,8 @@ export function dXCHF(props: SvgProps): JSX.Element { return (