My current setup involves utilizing material-UI icons
<ArrowRightAlt/>
I have been able to manipulate the size of the icon using the fontSize attribute
<ArrowRightAlt fontSize="large" />
However, I am interested in having the size of the icon adjust based on the window size (e.g. md, xs, sm)
Is there a way to achieve this?