@evergis/uilib-gl 1.0.130 → 1.0.131

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.
@@ -359,6 +359,8 @@ export declare const iconTypes: {
359
359
  stop_circle: string;
360
360
  token: string;
361
361
  star_symbol: string;
362
+ text_plain: string;
363
+ geom_shapes: string;
362
364
  };
363
365
  export declare const Icon: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, IIconProps, never>;
364
366
  export declare const injectIcon: (icon: IconTypesKeys) => import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<import("styled-components").DefaultTheme>>;