From 904713fbe64cc2b3a994434b263ae85a3557b150 Mon Sep 17 00:00:00 2001 From: Amit Amrutiya Date: Tue, 29 Oct 2024 17:53:44 +0530 Subject: [PATCH] chore: add new copy icon Signed-off-by: Amit Amrutiya --- src/icons/Copy/CopyIcon.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/icons/Copy/CopyIcon.tsx b/src/icons/Copy/CopyIcon.tsx index e5edf8895..89424292c 100644 --- a/src/icons/Copy/CopyIcon.tsx +++ b/src/icons/Copy/CopyIcon.tsx @@ -10,16 +10,14 @@ interface CopyIconProps { const CopyIcon: React.FC = ({ width, height, fill = 'white', style }) => ( - - - + );