@uva-glass/component-library 3.34.11 → 3.35.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.
|
@@ -347,12 +347,30 @@ export declare const Icons: {
|
|
|
347
347
|
desc?: string;
|
|
348
348
|
descId?: string;
|
|
349
349
|
}>;
|
|
350
|
+
Eye: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
351
|
+
title?: string;
|
|
352
|
+
titleId?: string;
|
|
353
|
+
desc?: string;
|
|
354
|
+
descId?: string;
|
|
355
|
+
}>;
|
|
356
|
+
EyeFill: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
357
|
+
title?: string;
|
|
358
|
+
titleId?: string;
|
|
359
|
+
desc?: string;
|
|
360
|
+
descId?: string;
|
|
361
|
+
}>;
|
|
350
362
|
FaceFrown: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
351
363
|
title?: string;
|
|
352
364
|
titleId?: string;
|
|
353
365
|
desc?: string;
|
|
354
366
|
descId?: string;
|
|
355
367
|
}>;
|
|
368
|
+
Filter: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
369
|
+
title?: string;
|
|
370
|
+
titleId?: string;
|
|
371
|
+
desc?: string;
|
|
372
|
+
descId?: string;
|
|
373
|
+
}>;
|
|
356
374
|
Five: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
357
375
|
title?: string;
|
|
358
376
|
titleId?: string;
|