@uva-glass/component-library 3.55.0 → 3.55.1

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.
@@ -227,6 +227,30 @@ export declare const Icons: {
227
227
  desc?: string;
228
228
  descId?: string;
229
229
  }>;
230
+ ChevronDownSmall: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
231
+ title?: string;
232
+ titleId?: string;
233
+ desc?: string;
234
+ descId?: string;
235
+ }>;
236
+ ChevronLeftSmall: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
237
+ title?: string;
238
+ titleId?: string;
239
+ desc?: string;
240
+ descId?: string;
241
+ }>;
242
+ ChevronRightSmall: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
243
+ title?: string;
244
+ titleId?: string;
245
+ desc?: string;
246
+ descId?: string;
247
+ }>;
248
+ ChevronUpSmall: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
249
+ title?: string;
250
+ titleId?: string;
251
+ desc?: string;
252
+ descId?: string;
253
+ }>;
230
254
  Circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
231
255
  title?: string;
232
256
  titleId?: string;