@uva-glass/component-library 3.53.4 → 3.53.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.
@@ -107,6 +107,12 @@ export declare const Icons: {
107
107
  desc?: string;
108
108
  descId?: string;
109
109
  }>;
110
+ BubbleMessage: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
111
+ title?: string;
112
+ titleId?: string;
113
+ desc?: string;
114
+ descId?: string;
115
+ }>;
110
116
  BuildingOffice: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
111
117
  title?: string;
112
118
  titleId?: string;