I have seen lot libraries for svg on react but none gave me how to import a .svg in the react component , I have seen code which talk about bring the svg code in to react ra
You can also import .svg, .jpg, .png, .ttf, etc. files like:
.svg
.jpg
.png
.ttf
ReactDOM.render( , document.getElementById('root') );