npm install --save-dev @svgr/babel-plugin-remove-jsx-empty-expression
.babelrc
{ "plugins": ["@svgr/babel-plugin-remove-jsx-empty-expression"] }
MIT