@cuby-ui/icons 0.0.140 → 0.0.142

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.
@@ -82,6 +82,7 @@ export declare const CUI_ICONS: {
82
82
  cuiIconClock: string;
83
83
  cuiIconClockSm: string;
84
84
  cuiIconInfo: string;
85
+ cuiIconInfoSm: string;
85
86
  cuiIconAlertTriangle: string;
86
87
  cuiIconAlertTriangleSm: string;
87
88
  cuiIcon2Layers: string;
@@ -123,4 +124,6 @@ export declare const CUI_ICONS: {
123
124
  cuiIconAssemblySm: string;
124
125
  cuiIconVariant: string;
125
126
  cuiIconVariantSm: string;
127
+ cuiIconRichText: string;
128
+ cuiIconRichTextSm: string;
126
129
  };