From 2bb74a78af7f552c463a5aa6d8e8a348b440d285 Mon Sep 17 00:00:00 2001 From: himanshudube97 Date: Thu, 5 Dec 2024 16:38:48 +0530 Subject: [PATCH] fixed the data-quality icon --- src/assets/icons/dataQuality.tsx | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/src/assets/icons/dataQuality.tsx b/src/assets/icons/dataQuality.tsx index e53b5c35..99739ba6 100644 --- a/src/assets/icons/dataQuality.tsx +++ b/src/assets/icons/dataQuality.tsx @@ -1,19 +1,10 @@ import * as React from 'react'; const SvgComponent = (props: any) => ( - - - - - - - - - + + ); export default SvgComponent;