From a9a1ba284773b0af143fbc59187bb779a4532fe2 Mon Sep 17 00:00:00 2001 From: Gala Date: Thu, 16 Nov 2023 12:50:10 +0100 Subject: [PATCH] please lint.. --- explorer/src/icons/NymVpn.tsx | 94 +++++++++++++++++------------------ 1 file changed, 46 insertions(+), 48 deletions(-) diff --git a/explorer/src/icons/NymVpn.tsx b/explorer/src/icons/NymVpn.tsx index 04e54c851f..788b78a4f9 100644 --- a/explorer/src/icons/NymVpn.tsx +++ b/explorer/src/icons/NymVpn.tsx @@ -4,54 +4,52 @@ interface DiscordIconProps { size?: { width: number; height: number }; } -export const NymVpnIcon: FCWithChildren = ({ size }) => { - return ( - - - - - - - - - - - - ); -}; +export const NymVpnIcon: FCWithChildren = ({ size }) => ( + + + + + + + + + + + +); NymVpnIcon.defaultProps = { size: { width: 80, height: 12 },