@uva-glass/component-library 3.50.4 → 3.50.5
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.
|
@@ -383,6 +383,12 @@ export declare const Icons: {
|
|
|
383
383
|
desc?: string;
|
|
384
384
|
descId?: string;
|
|
385
385
|
}>;
|
|
386
|
+
Expand: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
387
|
+
title?: string;
|
|
388
|
+
titleId?: string;
|
|
389
|
+
desc?: string;
|
|
390
|
+
descId?: string;
|
|
391
|
+
}>;
|
|
386
392
|
Eye: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
387
393
|
title?: string;
|
|
388
394
|
titleId?: string;
|
|
@@ -509,6 +515,12 @@ export declare const Icons: {
|
|
|
509
515
|
desc?: string;
|
|
510
516
|
descId?: string;
|
|
511
517
|
}>;
|
|
518
|
+
Minimize: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
519
|
+
title?: string;
|
|
520
|
+
titleId?: string;
|
|
521
|
+
desc?: string;
|
|
522
|
+
descId?: string;
|
|
523
|
+
}>;
|
|
512
524
|
Minus: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
513
525
|
title?: string;
|
|
514
526
|
titleId?: string;
|