@uva-glass/component-library 3.53.4 → 3.53.6

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.
@@ -83,6 +83,12 @@ export declare const Icons: {
83
83
  desc?: string;
84
84
  descId?: string;
85
85
  }>;
86
+ Bag: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
87
+ title?: string;
88
+ titleId?: string;
89
+ desc?: string;
90
+ descId?: string;
91
+ }>;
86
92
  Bold: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
87
93
  title?: string;
88
94
  titleId?: string;
@@ -107,6 +113,12 @@ export declare const Icons: {
107
113
  desc?: string;
108
114
  descId?: string;
109
115
  }>;
116
+ BubbleMessage: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
117
+ title?: string;
118
+ titleId?: string;
119
+ desc?: string;
120
+ descId?: string;
121
+ }>;
110
122
  BuildingOffice: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
111
123
  title?: string;
112
124
  titleId?: string;