increase size of icon in material ui 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);
}