Scaling svgs is annoying and most solutions require tradoffs I don't want. I'm suprised the ammount of solutions out there that are pretty subpar or require extra overhead.
- use an image tag
- use wrappers
- use weird padding
- pass down props for width/height or viewBox props.