react-svgmt
SVG Management Tools for React
react-svgmt is a library to easiliy load and manipulate SVG images with react
react-svgmt (previously known as react-samy-svg) makes it easy to load and update SVG. Is a useful tool for creating interactive content, animations etc powered by SVG.
<SvgLoader path="https://example.com/star.svg">
<SvgProxy selector="#Star" stroke={this.state.strokeColor} />
</SvgLoader>
You can build skinnable components like react-rotary-knob with it.