如何获取“填充”主题版本的Material Icons

时间:2019-01-31 20:43:10

标签: css reactjs material-design material-ui google-material-icons

我正在使用Reactjs和Material IconsI 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>方法获得填充版本?

0 个答案:

没有答案