const svg = ` `; export default function () { return (new DOMParser().parseFromString(svg, 'image/svg+xml')).firstChild as SVGElement; }