From 8820521b9943f00c041e7ccf48c1ceaf26a8bab9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Sim=C3=A3o?= Date: Wed, 15 Feb 2023 16:56:19 +0000 Subject: [PATCH] feat(CoinIcon): update INTR and IBTC icon (#941) --- src/component-library/CoinIcon/icons/IBTC.tsx | 40 ++++++++++++------- src/component-library/CoinIcon/icons/INTR.tsx | 23 ++++++++--- 2 files changed, 44 insertions(+), 19 deletions(-) diff --git a/src/component-library/CoinIcon/icons/IBTC.tsx b/src/component-library/CoinIcon/icons/IBTC.tsx index e2da08bcc3..c86996a02c 100644 --- a/src/component-library/CoinIcon/icons/IBTC.tsx +++ b/src/component-library/CoinIcon/icons/IBTC.tsx @@ -3,21 +3,33 @@ import { forwardRef } from 'react'; import { Icon, IconProps } from '@/component-library/Icon'; const IBTC = forwardRef((props, ref) => ( - + IBTC - - - - + + + + + + + + + + + + + + + + )); diff --git a/src/component-library/CoinIcon/icons/INTR.tsx b/src/component-library/CoinIcon/icons/INTR.tsx index ae916bd402..b8159ae338 100644 --- a/src/component-library/CoinIcon/icons/INTR.tsx +++ b/src/component-library/CoinIcon/icons/INTR.tsx @@ -3,12 +3,25 @@ import { forwardRef } from 'react'; import { Icon, IconProps } from '@/component-library/Icon'; const INTR = forwardRef((props, ref) => ( - + INTR - - - - + + + + + + + + + + + + + + ));