From b4f21dd671e07346fc6d0d5a63a8e8506c393786 Mon Sep 17 00:00:00 2001 From: Tom Jeatt Date: Tue, 19 Mar 2024 12:04:38 +0000 Subject: [PATCH] correct BNC icon --- src/component-library/CoinIcon/icons/BNC.tsx | 28 +++++--------------- 1 file changed, 6 insertions(+), 22 deletions(-) diff --git a/src/component-library/CoinIcon/icons/BNC.tsx b/src/component-library/CoinIcon/icons/BNC.tsx index 7c0bb0edb..6c504e928 100644 --- a/src/component-library/CoinIcon/icons/BNC.tsx +++ b/src/component-library/CoinIcon/icons/BNC.tsx @@ -5,28 +5,12 @@ import { Icon, IconProps } from '@/component-library/Icon'; const BNC = forwardRef((props, ref) => ( BNC - - - - - - - - - - - - - - - - + + + ));