ui-mathilde-web 1.0.16 → 1.0.17

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.
@@ -656,6 +656,8 @@ declare interface FilterSection_2 {
656
656
  groups: FilterGroup_2[];
657
657
  }
658
658
 
659
+ export declare const Gear: ({ size, width, height, color, style, ...props }: SvgIconBaseProps) => JSX_2.Element;
660
+
659
661
  export declare function getImageIconSrc(key: string): string | undefined;
660
662
 
661
663
  export declare const GoogleIcon: {
@@ -667,6 +669,9 @@ export declare const HandSwipeRight: ({ size, width, height, color, style, ...pr
667
669
 
668
670
  export declare const Headset: ({ size, width, height, color, style, ...props }: SvgIconBaseProps) => JSX_2.Element;
669
671
 
672
+ declare const History_2: ({ size, width, height, color, style, ...props }: SvgIconBaseProps) => JSX_2.Element;
673
+ export { History_2 as History }
674
+
670
675
  export declare type IconBaseProps = Omit<ImgHTMLAttributes<HTMLImageElement>, 'src'> & {
671
676
  size?: number;
672
677
  };
@@ -1211,6 +1216,8 @@ export declare const UserGroup: ({ size, width, height, color, style, ...props }
1211
1216
 
1212
1217
  export declare const UserListSvgIcon: ({ size, width, height, color, style, ...props }: SvgIconBaseProps) => JSX_2.Element;
1213
1218
 
1219
+ export declare const UsersPlus: ({ size, width, height, color, style, ...props }: SvgIconBaseProps) => JSX_2.Element;
1220
+
1214
1221
  declare interface ValidationListProps {
1215
1222
  validations: {
1216
1223
  hasMinLength: boolean;