@uva-glass/component-library 3.38.1 → 3.38.2
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.
|
@@ -5,6 +5,12 @@ export declare const Icons: {
|
|
|
5
5
|
desc?: string;
|
|
6
6
|
descId?: string;
|
|
7
7
|
}>;
|
|
8
|
+
Aggregate: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
9
|
+
title?: string;
|
|
10
|
+
titleId?: string;
|
|
11
|
+
desc?: string;
|
|
12
|
+
descId?: string;
|
|
13
|
+
}>;
|
|
8
14
|
ArrowDownOnSquare: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
9
15
|
title?: string;
|
|
10
16
|
titleId?: string;
|
|
@@ -449,6 +455,12 @@ export declare const Icons: {
|
|
|
449
455
|
desc?: string;
|
|
450
456
|
descId?: string;
|
|
451
457
|
}>;
|
|
458
|
+
Lock: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
459
|
+
title?: string;
|
|
460
|
+
titleId?: string;
|
|
461
|
+
desc?: string;
|
|
462
|
+
descId?: string;
|
|
463
|
+
}>;
|
|
452
464
|
LockClosedFill: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
453
465
|
title?: string;
|
|
454
466
|
titleId?: string;
|
|
@@ -539,6 +551,12 @@ export declare const Icons: {
|
|
|
539
551
|
desc?: string;
|
|
540
552
|
descId?: string;
|
|
541
553
|
}>;
|
|
554
|
+
Sketch: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
555
|
+
title?: string;
|
|
556
|
+
titleId?: string;
|
|
557
|
+
desc?: string;
|
|
558
|
+
descId?: string;
|
|
559
|
+
}>;
|
|
542
560
|
Sparkles: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
543
561
|
title?: string;
|
|
544
562
|
titleId?: string;
|