From 2de96d9b8e1500f3432342e0e90716878c15471a Mon Sep 17 00:00:00 2001 From: Lyka Labrada Date: Wed, 30 Aug 2023 14:32:47 +0800 Subject: [PATCH] fix invlalid svg props --- mobile-app/app/components/icons/assets/XCHF.tsx | 4 ++-- mobile-app/app/components/icons/assets/dSUI.tsx | 8 ++++---- mobile-app/app/components/icons/assets/dXCHF.tsx | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) 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 (