@univerjs/icons 0.1.72 → 0.1.73

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 PowerSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default PowerSingle;
package/dist/icons.d.ts CHANGED
@@ -276,6 +276,7 @@ export { default as PipingSingle } from './components/piping-single';
276
276
  export { default as PivotTableSingle } from './components/pivot-table-single';
277
277
  export { default as PositionSingle16 } from './components/position-single-16';
278
278
  export { default as PositionSingle20 } from './components/position-single-20';
279
+ export { default as PowerSingle } from './components/power-single';
279
280
  export { default as PrintSingle } from './components/print-single';
280
281
  export { default as PrivacyViewing } from './components/privacy-viewing';
281
282
  export { default as Progress0Single } from './components/progress-0-single';