export const ICONS = [
{
path: require('./logoBitcoin.png'),
title: 'BTC'
},
{
path: require('./logoTkeycoin.png'),
title: 'TKEY'
},
{
path: require('./logoLitecoin.png'),
title: 'LTC'
},
{
path: require('./logoEthereum.png'),
title: 'ETH'
}
]
const image = () => ICONS.filter(x => x.title === title)[0].path