diff --git a/mobile-app/app/components/icons/assets/dDOT.tsx b/mobile-app/app/components/icons/assets/dDOT.tsx index 43ed1401fe..795c0c3684 100644 --- a/mobile-app/app/components/icons/assets/dDOT.tsx +++ b/mobile-app/app/components/icons/assets/dDOT.tsx @@ -1,50 +1,20 @@ -import Svg, { SvgProps, Path, G, Defs, Rect, ClipPath } from "react-native-svg"; +import Svg, { SvgProps, Path } from "react-native-svg"; export function dDOT(props: SvgProps): JSX.Element { return ( - + - - - - - - - - - - - - - + ); } diff --git a/mobile-app/app/components/icons/assets/dMATIC.tsx b/mobile-app/app/components/icons/assets/dMATIC.tsx index ebbb9821b2..e813b3f9f2 100644 --- a/mobile-app/app/components/icons/assets/dMATIC.tsx +++ b/mobile-app/app/components/icons/assets/dMATIC.tsx @@ -1,4 +1,4 @@ -import Svg, { G, Path, SvgProps, Defs, ClipPath, Rect } from "react-native-svg"; +import Svg, { Path, SvgProps } from "react-native-svg"; export function dMATIC(props: SvgProps): JSX.Element { return ( @@ -9,22 +9,10 @@ export function dMATIC(props: SvgProps): JSX.Element { d="M0 18C0 8.05891 8.05891 0 18 0C27.9411 0 36 8.05891 36 18C36 27.9411 27.9411 36 18 36C8.05891 36 0 27.9411 0 18Z" fill="#FEFEFE" /> - - - - - - - - + ); } diff --git a/mobile-app/app/components/icons/assets/dSOL.tsx b/mobile-app/app/components/icons/assets/dSOL.tsx index 92e91aa490..1c9fea7a27 100644 --- a/mobile-app/app/components/icons/assets/dSOL.tsx +++ b/mobile-app/app/components/icons/assets/dSOL.tsx @@ -1,12 +1,9 @@ import Svg, { SvgProps, - G, Path, Defs, Stop, - Rect, LinearGradient, - ClipPath, } from "react-native-svg"; export function dSOL(props: SvgProps): JSX.Element { @@ -18,45 +15,15 @@ export function dSOL(props: SvgProps): JSX.Element { d="M0 18C0 8.05891 8.05891 0 18 0C27.9411 0 36 8.05891 36 18C36 27.9411 27.9411 36 18 36C8.05891 36 0 27.9411 0 18Z" fill="#F5F5F5" /> - - - - - + - - - - - - - - - - - );