@ant-design/icons 5.6.0 → 5.6.1

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.
package/dist/index.umd.js CHANGED
@@ -32686,7 +32686,7 @@ var useInsertStyles = function useInsertStyles(eleRef) {
32686
32686
  var ele = eleRef.current;
32687
32687
  var shadowRoot = (0,shadow/* getShadowRoot */.Ay)(ele);
32688
32688
  (0,dynamicCSS/* updateCSS */.hq)(mergedStyleStr, '@ant-design-icons', {
32689
- prepend: true,
32689
+ prepend: !layer,
32690
32690
  csp: csp,
32691
32691
  attachTo: shadowRoot
32692
32692
  });