@cuby-ui/icons 0.0.502 → 0.0.503
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
|
@@ -144,6 +144,9 @@ export declare const CUI_ICONS: {
|
|
|
144
144
|
cuiIconRichText: string;
|
|
145
145
|
cuiIconRichTextSm: string;
|
|
146
146
|
cuiIconChecklist: string;
|
|
147
|
+
cuiIconChecklistBold: string;
|
|
148
|
+
cuiIconChecklistBoldSm: string;
|
|
149
|
+
cuiIconChatBoldSm: string;
|
|
147
150
|
cuiIconRefreshCcwSm: string;
|
|
148
151
|
cuiIconRefreshCcw: string;
|
|
149
152
|
cuiIconBarChartSm: string;
|