form-custom-test 3.0.175 → 3.0.176

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.
@@ -69031,13 +69031,13 @@ function registerIcon(app) {
69031
69031
  if (typeof window !== "undefined") {
69032
69032
  let loadSvg = function() {
69033
69033
  var body = document.body;
69034
- var svgDom = document.getElementById("__svg__icons__dom__1780040094066__");
69034
+ var svgDom = document.getElementById("__svg__icons__dom__1780041135098__");
69035
69035
  if (!svgDom) {
69036
69036
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
69037
69037
  svgDom.style.position = "absolute";
69038
69038
  svgDom.style.width = "0";
69039
69039
  svgDom.style.height = "0";
69040
- svgDom.id = "__svg__icons__dom__1780040094066__";
69040
+ svgDom.id = "__svg__icons__dom__1780041135098__";
69041
69041
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
69042
69042
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
69043
69043
  }