export function cleanUpSvgCode(svgCode: string): string { return svgCode.replaceAll('
', '
') }