@univerjs/icons 0.1.78 → 0.1.80

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 CheckMenuSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default CheckMenuSingle;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const WatermarkSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default WatermarkSingle;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const WebpageSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default WebpageSingle;
package/dist/icons.d.ts CHANGED
@@ -51,6 +51,7 @@ export { default as Cell50 } from './components/cell-50';
51
51
  export { default as Cell75 } from './components/cell-75';
52
52
  export { default as CheckBoxPartSingle } from './components/check-box-part-single';
53
53
  export { default as CheckMarkSingle } from './components/check-mark-single';
54
+ export { default as CheckMenuSingle } from './components/check-menu-single';
54
55
  export { default as CheckboxNotSingle } from './components/checkbox-not-single';
55
56
  export { default as CheckboxPartSingle } from './components/checkbox-part-single';
56
57
  export { default as CheckboxSingle } from './components/checkbox-single';
@@ -399,6 +400,8 @@ export { default as ViweModeSingle } from './components/viwe-mode-single';
399
400
  export { default as WarnSingle } from './components/warn-single';
400
401
  export { default as Warn } from './components/warn';
401
402
  export { default as WarningSingle } from './components/warning-single';
403
+ export { default as WatermarkSingle } from './components/watermark-single';
404
+ export { default as WebpageSingle } from './components/webpage-single';
402
405
  export { default as WechatSingle24 } from './components/wechat-single-24';
403
406
  export { default as WechatSingle40 } from './components/wechat-single-40';
404
407
  export { default as WireframeSingle } from './components/wireframe-single';