@univerjs/icons 0.1.62 → 0.1.63

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 NumberSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default NumberSingle;
package/dist/icons.d.ts CHANGED
@@ -191,6 +191,7 @@ export { default as NoRotationSingle } from './components/no-rotation-single';
191
191
  export { default as Noninductive } from './components/noninductive';
192
192
  export { default as NoteSingle } from './components/note-single';
193
193
  export { default as NotvalueFilterSingle } from './components/notvalue-filter-single';
194
+ export { default as NumberSingle } from './components/number-single';
194
195
  export { default as OffLineSingle } from './components/off-line-single';
195
196
  export { default as OnLineSingle } from './components/on-line-single';
196
197
  export { default as OrderSingle } from './components/order-single';