If you need to resize an svg file that is imported in React with <ReactSVG>
then you can use transform:scale($factor)
.
If you use makeStyles from material-ui the syntax is transform: "scale($factor)"
Let me know if it helped you. And if you have an alternative tip
Best,
Frank