@uva-glass/component-library 3.34.12 → 3.35.0

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.
@@ -347,13 +347,13 @@ export declare const Icons: {
347
347
  desc?: string;
348
348
  descId?: string;
349
349
  }>;
350
- eye: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
350
+ Eye: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
351
351
  title?: string;
352
352
  titleId?: string;
353
353
  desc?: string;
354
354
  descId?: string;
355
355
  }>;
356
- eyeFill: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
356
+ EyeFill: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
357
357
  title?: string;
358
358
  titleId?: string;
359
359
  desc?: string;
@@ -365,6 +365,12 @@ export declare const Icons: {
365
365
  desc?: string;
366
366
  descId?: string;
367
367
  }>;
368
+ Filter: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
369
+ title?: string;
370
+ titleId?: string;
371
+ desc?: string;
372
+ descId?: string;
373
+ }>;
368
374
  Five: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
369
375
  title?: string;
370
376
  titleId?: string;