@cuby-ui/icons 0.0.483 → 0.0.485
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
|
@@ -71,6 +71,7 @@ export declare const CUI_ICONS: {
|
|
|
71
71
|
cuiIconPlus: string;
|
|
72
72
|
cuiIconPlusSm: string;
|
|
73
73
|
cuiIconPlusCircle: string;
|
|
74
|
+
cuiIconPlusCircleSm: string;
|
|
74
75
|
cuiIconFiltersLines: string;
|
|
75
76
|
cuiIconFiltersLinesSm: string;
|
|
76
77
|
cuiIconSearch: string;
|
|
@@ -163,6 +164,8 @@ export declare const CUI_ICONS: {
|
|
|
163
164
|
cuiIconFloorplanSolid: string;
|
|
164
165
|
cuiIconFloorplanSolidSm: string;
|
|
165
166
|
cuiIconMoon: string;
|
|
167
|
+
cuiIconMaximize2: string;
|
|
168
|
+
cuiIconMaximize2Sm: string;
|
|
166
169
|
cuiIconMoonSm: string;
|
|
167
170
|
cuiIconSunSm: string;
|
|
168
171
|
cuiIconTool: string;
|
|
@@ -213,7 +216,10 @@ export declare const CUI_ICONS: {
|
|
|
213
216
|
cuiIconChecklistSm: string;
|
|
214
217
|
cuiIconMessageSquare: string;
|
|
215
218
|
cuiIconMessageSquareSm: string;
|
|
216
|
-
|
|
219
|
+
cuiIconHideSidebarL: string;
|
|
220
|
+
cuiIconHideSidebarR: string;
|
|
221
|
+
cuiIconHideSidebarLSm: string;
|
|
222
|
+
cuiIconHideSidebarRSm: string;
|
|
217
223
|
cuiIconSurfaceArea: string;
|
|
218
224
|
cuiIconMinimize2: string;
|
|
219
225
|
cuiIconMinimize2Sm: string;
|