@uva-glass/component-library 3.5.0 → 3.6.0
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.
|
@@ -131,6 +131,12 @@ export declare const Icons: {
|
|
|
131
131
|
desc?: string;
|
|
132
132
|
descId?: string;
|
|
133
133
|
}>;
|
|
134
|
+
CheckSmall: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
135
|
+
title?: string;
|
|
136
|
+
titleId?: string;
|
|
137
|
+
desc?: string;
|
|
138
|
+
descId?: string;
|
|
139
|
+
}>;
|
|
134
140
|
CheveronDown: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
135
141
|
title?: string;
|
|
136
142
|
titleId?: string;
|
|
@@ -239,6 +245,12 @@ export declare const Icons: {
|
|
|
239
245
|
desc?: string;
|
|
240
246
|
descId?: string;
|
|
241
247
|
}>;
|
|
248
|
+
CrossSmall: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
249
|
+
title?: string;
|
|
250
|
+
titleId?: string;
|
|
251
|
+
desc?: string;
|
|
252
|
+
descId?: string;
|
|
253
|
+
}>;
|
|
242
254
|
CubeTransparent: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
243
255
|
title?: string;
|
|
244
256
|
titleId?: string;
|