Optimize SVG using SVGO.
npm install --save-dev @svgr/plugin-svgo
.svgrrc
json { "plugins": ["@svgr/plugin-svgo"] }
MIT