@uva-glass/component-library 3.34.11 → 3.34.12

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,6 +347,18 @@ export declare const Icons: {
347
347
  desc?: string;
348
348
  descId?: string;
349
349
  }>;
350
+ eye: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
351
+ title?: string;
352
+ titleId?: string;
353
+ desc?: string;
354
+ descId?: string;
355
+ }>;
356
+ eyeFill: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
357
+ title?: string;
358
+ titleId?: string;
359
+ desc?: string;
360
+ descId?: string;
361
+ }>;
350
362
  FaceFrown: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
351
363
  title?: string;
352
364
  titleId?: string;