@univerjs/icons 0.1.58 → 0.1.59

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 RestoreSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default RestoreSingle;
package/dist/icons.d.ts CHANGED
@@ -232,6 +232,7 @@ export { default as RenameSingle } from './components/rename-single';
232
232
  export { default as RenewSingle } from './components/renew-single';
233
233
  export { default as ReplyToCommentSingle } from './components/reply-to-comment-single';
234
234
  export { default as ResolvedSingle } from './components/resolved-single';
235
+ export { default as RestoreSingle } from './components/restore-single';
235
236
  export { default as ReturnSingle } from './components/return-single';
236
237
  export { default as RhomboidSingle } from './components/rhomboid-single';
237
238
  export { default as RightBorder } from './components/right-border';