@cuby-ui/icons 0.0.588 → 0.0.589

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