@uva-glass/component-library 3.45.6 → 3.45.7

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.
@@ -113,6 +113,12 @@ export declare const Icons: {
113
113
  desc?: string;
114
114
  descId?: string;
115
115
  }>;
116
+ Buildings: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
117
+ title?: string;
118
+ titleId?: string;
119
+ desc?: string;
120
+ descId?: string;
121
+ }>;
116
122
  BulletList: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
117
123
  title?: string;
118
124
  titleId?: string;