@univerjs/icons 0.1.54 → 0.1.55

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 ViewModeSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default ViewModeSingle;
package/dist/icons.d.ts CHANGED
@@ -289,6 +289,7 @@ export { default as VerticalCenterSingle } from './components/vertical-center-si
289
289
  export { default as VerticalIntegrationSingle } from './components/vertical-integration-single';
290
290
  export { default as VerticalMergeSingle } from './components/vertical-merge-single';
291
291
  export { default as VerticalTextSingle } from './components/vertical-text-single';
292
+ export { default as ViewModeSingle } from './components/view-mode-single';
292
293
  export { default as ViweModeSingle } from './components/viwe-mode-single';
293
294
  export { default as WarnSingle } from './components/warn-single';
294
295
  export { default as Warn } from './components/warn';