form-custom-test 3.0.181 → 3.0.182

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.
@@ -69039,13 +69039,13 @@ function registerIcon(app) {
69039
69039
  if (typeof window !== "undefined") {
69040
69040
  let loadSvg = function() {
69041
69041
  var body = document.body;
69042
- var svgDom = document.getElementById("__svg__icons__dom__1780388001825__");
69042
+ var svgDom = document.getElementById("__svg__icons__dom__1780390561443__");
69043
69043
  if (!svgDom) {
69044
69044
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
69045
69045
  svgDom.style.position = "absolute";
69046
69046
  svgDom.style.width = "0";
69047
69047
  svgDom.style.height = "0";
69048
- svgDom.id = "__svg__icons__dom__1780388001825__";
69048
+ svgDom.id = "__svg__icons__dom__1780390561443__";
69049
69049
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
69050
69050
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
69051
69051
  }