form-custom-test 3.0.209 → 3.0.210

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -69052,13 +69052,13 @@ function registerIcon(app) {
69052
69052
  if (typeof window !== "undefined") {
69053
69053
  let loadSvg = function() {
69054
69054
  var body = document.body;
69055
- var svgDom = document.getElementById("__svg__icons__dom__1780973042100__");
69055
+ var svgDom = document.getElementById("__svg__icons__dom__1780973280967__");
69056
69056
  if (!svgDom) {
69057
69057
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
69058
69058
  svgDom.style.position = "absolute";
69059
69059
  svgDom.style.width = "0";
69060
69060
  svgDom.style.height = "0";
69061
- svgDom.id = "__svg__icons__dom__1780973042100__";
69061
+ svgDom.id = "__svg__icons__dom__1780973280967__";
69062
69062
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
69063
69063
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
69064
69064
  }