@cuby-ui/icons 0.0.578 → 0.0.581

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.
@@ -276,6 +276,12 @@ declare const CUI_ICONS_REGISTRY: {
276
276
  cuiIconFlowOnSm: string;
277
277
  cuiIconFileGBLSm: string;
278
278
  cuiIconUploadImageSm: string;
279
+ cuiIconTiltSm: string;
280
+ cuiIcon3dGridSm: string;
281
+ cuiIconLeafSm: string;
282
+ cuiIconPen: string;
283
+ cuiIconYoutubeSm: string;
284
+ cuiIconBillBoldSm: string;
279
285
  };
280
286
  type CuiIconsTypedMap = {
281
287
  readonly [K in keyof typeof CUI_ICONS_REGISTRY]: K;