@windrun-huaiin/third-ui 5.10.2 → 5.10.3

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.
@@ -2683,7 +2683,7 @@ for (const [iconName, IconComponent] of Object.entries(BUILTIN_ICON_COMPONENTS))
2683
2683
  }
2684
2684
  var wrappedBuiltinIconsPart = tempWrappedBuiltinIcons;
2685
2685
  var globalLucideIcons = __spreadValues(__spreadValues({}, styledLimitedIconsPart), wrappedBuiltinIconsPart);
2686
- var DEFAULT_FALLBACK_ICON = "BTC";
2686
+ var DEFAULT_FALLBACK_ICON = "Sparkles";
2687
2687
  function getGlobalIcon(iconKey, createElement8) {
2688
2688
  var _a;
2689
2689
  if (!iconKey) {