Loads an Svg using the Game's own asset loader.
Game
Future<Svg> loadSvg(String fileName) => Svg.load(fileName, cache: assets);