@univerjs/icons 0.1.78 → 0.1.79

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 WebpageSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default WebpageSingle;
package/dist/icons.d.ts CHANGED
@@ -399,6 +399,7 @@ export { default as ViweModeSingle } from './components/viwe-mode-single';
399
399
  export { default as WarnSingle } from './components/warn-single';
400
400
  export { default as Warn } from './components/warn';
401
401
  export { default as WarningSingle } from './components/warning-single';
402
+ export { default as WebpageSingle } from './components/webpage-single';
402
403
  export { default as WechatSingle24 } from './components/wechat-single-24';
403
404
  export { default as WechatSingle40 } from './components/wechat-single-40';
404
405
  export { default as WireframeSingle } from './components/wireframe-single';