@evergis/uilib-gl 1.0.2 → 1.0.3

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.
@@ -242,6 +242,10 @@ export declare const iconTypes: {
242
242
  cell_size: string;
243
243
  symbol_library: string;
244
244
  globe: string;
245
+ bell: string;
246
+ dark: string;
247
+ light: string;
248
+ mode: string;
245
249
  };
246
250
  export declare const Icon: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, IIconProps, never>;
247
251
  export declare const injectIcon: (icon: IconTypesKeys) => import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<import("styled-components").DefaultTheme>>;