我想让 GitHub 图标<GitHubIcon />可点击并使其重定向到外部 url,在 api 中查看它似乎没有链接属性 ... https://material-ui.com/api/svg-icon/
<div className={classes.root}>
<AppBar position="static">
<Toolbar>
<Typography variant="h6" className={classes.title}>
Made with <FavoriteIcon /> by
<a href="https://github.com/quiko"><GitHubIcon /></a> //Not working
</Typography>
</Toolbar>
</AppBar>
</div>
Run Code Online (Sandbox Code Playgroud)
一般是怎么做的??