@cuby-ui/icons 0.0.588 → 0.0.590

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.
@@ -1,5 +1,6 @@
1
1
  declare const CUI_ICONS_REGISTRY: {
2
2
  cuiIconLock2: string;
3
+ cuiIconUnlock: string;
3
4
  cuiIconClipboardListBold: string;
4
5
  cuiIconClipboardCompletedBold: string;
5
6
  cuiIconStarOutlined: string;
@@ -282,6 +283,8 @@ declare const CUI_ICONS_REGISTRY: {
282
283
  cuiIconPen: string;
283
284
  cuiIconYoutubeSm: string;
284
285
  cuiIconBillBoldSm: string;
286
+ cuiIconPrinterSm: string;
287
+ cuiIconPrinter: string;
285
288
  };
286
289
  type CuiIconsTypedMap = {
287
290
  readonly [K in keyof typeof CUI_ICONS_REGISTRY]: K;