@univerjs/icons 0.1.54 → 0.1.56

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.
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const CustomCompletion: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default CustomCompletion;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const ViewModeSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default ViewModeSingle;
package/dist/icons.d.ts CHANGED
@@ -62,6 +62,7 @@ export { default as Correct } from './components/correct';
62
62
  export { default as CreateCopySingle } from './components/create-copy-single';
63
63
  export { default as CrossSingle } from './components/cross-single';
64
64
  export { default as CustomColorsSingle } from './components/custom-colors-single';
65
+ export { default as CustomCompletion } from './components/custom-completion';
65
66
  export { default as CustomSortSingle } from './components/custom-sort-single';
66
67
  export { default as CustomSorting1 } from './components/custom-sorting-1';
67
68
  export { default as CustomSorting } from './components/custom-sorting';
@@ -289,6 +290,7 @@ export { default as VerticalCenterSingle } from './components/vertical-center-si
289
290
  export { default as VerticalIntegrationSingle } from './components/vertical-integration-single';
290
291
  export { default as VerticalMergeSingle } from './components/vertical-merge-single';
291
292
  export { default as VerticalTextSingle } from './components/vertical-text-single';
293
+ export { default as ViewModeSingle } from './components/view-mode-single';
292
294
  export { default as ViweModeSingle } from './components/viwe-mode-single';
293
295
  export { default as WarnSingle } from './components/warn-single';
294
296
  export { default as Warn } from './components/warn';