From a2595afd5ea248d1132c224eee7b6072692881eb Mon Sep 17 00:00:00 2001 From: leon-up9 <97597983+leon-up9@users.noreply.github.com> Date: Thu, 24 Mar 2022 10:43:35 +0200 Subject: [PATCH] changed icon (#920) Co-authored-by: Leon <> --- ui-common/src/components/UI/InformationIcon.tsx | 3 +-- ui-common/src/components/UI/assets/info.svg | 9 +++------ 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/ui-common/src/components/UI/InformationIcon.tsx b/ui-common/src/components/UI/InformationIcon.tsx index e1544a8f2..ed7b95ce6 100644 --- a/ui-common/src/components/UI/InformationIcon.tsx +++ b/ui-common/src/components/UI/InformationIcon.tsx @@ -11,8 +11,7 @@ export interface InformationIconProps{ export const InformationIcon: React.FC = ({link,style}) => { return - - + Info icon diff --git a/ui-common/src/components/UI/assets/info.svg b/ui-common/src/components/UI/assets/info.svg index 532d07621..0daca8889 100644 --- a/ui-common/src/components/UI/assets/info.svg +++ b/ui-common/src/components/UI/assets/info.svg @@ -1,6 +1,3 @@ - - - - - - + + + \ No newline at end of file