material ui icons size change code example
Example: how to resize a icon using material ui
<SomeIcon className="svg_icons"/>
.svg_icons{
transform: scale(1.8);
}
<SomeIcon className="svg_icons"/>
.svg_icons{
transform: scale(1.8);
}