Consider the following simple React / MaterialUI component
<div>
<MenuIcon />
<span style={{ font: '-apple-system-body' }}>Hello World</span>
</div>
Result of this on my iPhone is attached. As I change the Settings > Accessibility > Larger Text
option on my iPhone, the Hello World
text resizes itself. The icon, however, doesnt. Is there a way to make the icon resize too?