import React from 'react' import SvgIcon from '@material-ui/core/SvgIcon' const Playlist = (props) => { return ( ) } export default Playlist