@cuby-ui/icons 0.0.481 → 0.0.483
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.
package/constants/icons.d.ts
CHANGED
|
@@ -41,6 +41,7 @@ export declare const CUI_ICONS: {
|
|
|
41
41
|
cuiIconChevronsRight: string;
|
|
42
42
|
cuiIconChevronsRightSm: string;
|
|
43
43
|
cuiIconChevronsLeft: string;
|
|
44
|
+
cuiIconMinusCircleSm: string;
|
|
44
45
|
cuiIconChevronsLeftSm: string;
|
|
45
46
|
cuiIconChevronsSwitch: string;
|
|
46
47
|
cuiIconDatabase: string;
|
|
@@ -212,6 +213,7 @@ export declare const CUI_ICONS: {
|
|
|
212
213
|
cuiIconChecklistSm: string;
|
|
213
214
|
cuiIconMessageSquare: string;
|
|
214
215
|
cuiIconMessageSquareSm: string;
|
|
216
|
+
cuiIconHideSidebarISm: string;
|
|
215
217
|
cuiIconSurfaceArea: string;
|
|
216
218
|
cuiIconMinimize2: string;
|
|
217
219
|
cuiIconMinimize2Sm: string;
|