import MicIcon from '@material-ui/icons/Mic' import ArtistList from './ArtistList' export default { list: ArtistList, icon: MicIcon, }