@evergis/uilib-gl 1.0.15 → 1.0.16

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.
@@ -289,6 +289,9 @@ export declare const iconTypes: {
289
289
  projection: string;
290
290
  id: string;
291
291
  card: string;
292
+ zones_selection: string;
293
+ walking: string;
294
+ auto: string;
292
295
  };
293
296
  export declare const Icon: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, IIconProps, never>;
294
297
  export declare const injectIcon: (icon: IconTypesKeys) => import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<import("styled-components").DefaultTheme>>;