Answers for "setting the height and width of icon button in material ui"

1

how to resize a icon using material ui

<SomeIcon className="svg_icons"/>

.svg_icons{
  transform: scale(1.8);
}
Posted by: Guest on March-16-2020

Code answers related to "setting the height and width of icon button in material ui"

Browse Popular Code Answers by Language