@cuby-ui/icons 0.0.357 → 0.0.359
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
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export declare const CUI_ICONS: {
|
|
2
2
|
cuiIconLock2: string;
|
|
3
|
-
|
|
3
|
+
cuiIconClipboardListBold: string;
|
|
4
|
+
cuiIconClipboardCompletedBold: string;
|
|
4
5
|
cuiIconStarOutlined: string;
|
|
5
6
|
cuiIconSlashSm: string;
|
|
6
7
|
cuiIconTextSm: string;
|
|
@@ -210,4 +211,5 @@ export declare const CUI_ICONS: {
|
|
|
210
211
|
cuiIconMessageSquare: string;
|
|
211
212
|
cuiIconMessageSquareSm: string;
|
|
212
213
|
cuiIconSurfaceArea: string;
|
|
214
|
+
cuiIconMinimize2Sm: string;
|
|
213
215
|
};
|