UNPKG
@keygate/wallet-management
Version:
latest (3.14.1)
3.14.1
3.14.0
Keygate Wallet Management solution.
github.com/keygate-io/swaps-sdk
keygate-io/swaps-sdk
@keygate/wallet-management
/
dist
/
esm
/
utils
/
getConnectorIcon.js
8 lines
•
286 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
{ getWalletIcon }
from
'../icons.js'
;
export
const
getConnectorIcon
= (
connector
) => {
const
connectorId = connector?.
id
;
return
connectorId ?
getWalletIcon
(connectorId) || connector?.
icon
: connector?.
icon
; };
//# sourceMappingURL=getConnectorIcon.js.map