@uva-glass/component-library 3.53.8 → 3.53.10

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.
@@ -119,6 +119,12 @@ export declare const Icons: {
119
119
  desc?: string;
120
120
  descId?: string;
121
121
  }>;
122
+ BubbleAlert: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
123
+ title?: string;
124
+ titleId?: string;
125
+ desc?: string;
126
+ descId?: string;
127
+ }>;
122
128
  BuildingOffice: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
123
129
  title?: string;
124
130
  titleId?: string;