Transform SVG by adding a dynamic title element
npm install @svgr/babel-plugin-svg-dynamic-title```
npm install --save-dev @svgr/babel-plugin-svg-dynamic-title
.babelrc
`json``
{
"plugins": ["@svgr/babel-plugin-svg-dynamic-title"]
}
This plugin handles both the titleProp and descProp options. By default, it will handle titleProp only.
MIT