标签: css reactjs material-design material-ui google-material-icons
我正在使用Reactjs和Material Icons。 I want to get the filled version of the icon.
But instead, I am seeing the outlined version.
import import {Icon} from '@material-ui/core'; ... <Icon>mail</Icon>
我在做什么错?以及如何使用<Icon>foo</Icon>方法获得填充版本?
<Icon>foo</Icon>