form-custom-test 3.0.222 → 3.0.223

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.
@@ -69282,13 +69282,13 @@ function registerIcon(app) {
69282
69282
  if (typeof window !== "undefined") {
69283
69283
  let loadSvg = function() {
69284
69284
  var body = document.body;
69285
- var svgDom = document.getElementById("__svg__icons__dom__1783064639584__");
69285
+ var svgDom = document.getElementById("__svg__icons__dom__1783066551261__");
69286
69286
  if (!svgDom) {
69287
69287
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
69288
69288
  svgDom.style.position = "absolute";
69289
69289
  svgDom.style.width = "0";
69290
69290
  svgDom.style.height = "0";
69291
- svgDom.id = "__svg__icons__dom__1783064639584__";
69291
+ svgDom.id = "__svg__icons__dom__1783066551261__";
69292
69292
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
69293
69293
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
69294
69294
  }