@univerjs/icons 0.2.5 → 0.2.7

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 Working: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default Working;
package/dist/icons.d.ts CHANGED
@@ -465,6 +465,7 @@ export { default as WechatSingle24 } from './components/wechat-single-24';
465
465
  export { default as WechatSingle40 } from './components/wechat-single-40';
466
466
  export { default as WikiSingle } from './components/wiki-single';
467
467
  export { default as WireframeSingle } from './components/wireframe-single';
468
+ export { default as Working } from './components/working';
468
469
  export { default as Workspace } from './components/workspace';
469
470
  export { default as WriteSingle } from './components/write-single';
470
471
  export { default as Xlsx } from './components/xlsx';