import MusicNoteIcon from '@material-ui/icons/MusicNote' import SongList from './SongList' export default { list: SongList, icon: MusicNoteIcon }