const blob = new Blob([svgData], {type: "image/svg+xml" }) const svgDataUrl = URL.createObjectURL(blob)