yari
yari copied to clipboard
fix(icons): avoid fixed SVG width/height
Summary
Problem
SVGs are cropped when they have a fixed width/height and we resize them to be smaller in React.
Solution
Remove the fixed width/height and rely on the viewBox instead.
How did you test this change?
Will deploy to xyz.
This pull request has merge conflicts that must be resolved before it can be merged.
Closing, as this should probably more fixed in the svgo config.