1// with npm
2npm install @material-ui/icons
3// with yarn
4yarn add @material-ui/icons
1// with npm
2npm install @material-ui/icons
3
4// with yarn
5yarn add @material-ui/icons
1<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />
1<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
1<Icon>add_circle</Icon>
2<Icon color="primary">add_circle</Icon>
3<Icon color="secondary">add_circle</Icon>
4<Icon style={{ color: green[500] }}>add_circle</Icon>
5<Icon fontSize="small">add_circle</Icon>
6<Icon style={{ fontSize: 30 }}>add_circle</Icon>