I'm using Reactjs and 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>
What am I doing wrong? And how can I get the filled version using the <Icon>foo</Icon>
method?