I have an animation with a lot of svg's in it, so I'd like to reference them so that the code in the page is a bit easier to handle.    I can animate the paths if I have all the svgs in the page but is it possible to move the svg's into a external files (I've tried <svg> <use> and <img>) but I can't seem to target the paths when I do this?   See the Pen ByRNEZ by LegendT (@LegendT) on CodePen