const Icons = { comet: (color) => { // const svg = document.createElementNS("http://www.w3.org/2000/svg", "svg"); // star.setAttribute("viewBox", '0 0 100 100'); // const path = document.createElementNS("http://www.w3.org/2000/svg", 'path'); const obj = document.getElementById('TEST_OBJECT_SVG'); console.log(obj); console.log(obj.contentDocument) return obj; }, moon: (color) => { }, planet: (color) => { }, rocket: (color) => { }, spacesuit: (color) => { }, spider: (color) => { }, ufo: (color) => { }, };