I have been trying to fill the color of an SVG component in React, but it won\'t work.
I\'ve tried using an image tag to React. However, I read on the React docs that CS
I removed the svg style fill-opacity:0 from the svg file itself. You could also change the 0 to 1 if you that works for you.