@cuby-ui/icons 0.0.549 → 0.0.551

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.
@@ -1962,7 +1962,7 @@ const cuiIconCombined = `
1962
1962
  <path d="M7.81641 3.62891L7.81641 11.982" stroke="#595E6A" stroke-width="1.2" stroke-linecap="round" stroke-dasharray="2.4 2.4"/>
1963
1963
  </svg>
1964
1964
  `;
1965
- const CUI_ICONS = {
1965
+ const CUI_ICONS_REGISTRY = {
1966
1966
  cuiIconLock2,
1967
1967
  cuiIconClipboardListBold,
1968
1968
  cuiIconClipboardCompletedBold,
@@ -2233,6 +2233,7 @@ const CUI_ICONS = {
2233
2233
  cuiIconCombinedConveyor,
2234
2234
  cuiIconCombined
2235
2235
  };
2236
+ const CUI_ICONS = CUI_ICONS_REGISTRY;
2236
2237
 
2237
2238
  function cuiIsIcon(value) {
2238
2239
  return value in CUI_ICONS;