@uva-glass/component-library 3.52.3 → 3.52.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.
@@ -425,6 +425,18 @@ export declare const Icons: {
425
425
  desc?: string;
426
426
  descId?: string;
427
427
  }>;
428
+ Globe: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
429
+ title?: string;
430
+ titleId?: string;
431
+ desc?: string;
432
+ descId?: string;
433
+ }>;
434
+ GlobeFill: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
435
+ title?: string;
436
+ titleId?: string;
437
+ desc?: string;
438
+ descId?: string;
439
+ }>;
428
440
  Hamburger: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
429
441
  title?: string;
430
442
  titleId?: string;