@univerjs/icons 0.1.87 → 0.2.1

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 ChartSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default ChartSingle;
package/dist/icons.d.ts CHANGED
@@ -54,6 +54,7 @@ export { default as Cell25 } from './components/cell-25';
54
54
  export { default as Cell50 } from './components/cell-50';
55
55
  export { default as Cell75 } from './components/cell-75';
56
56
  export { default as ChartPieSingle } from './components/chart-pie-single';
57
+ export { default as ChartSingle } from './components/chart-single';
57
58
  export { default as CheckBoxPartSingle } from './components/check-box-part-single';
58
59
  export { default as CheckCircleSingle } from './components/check-circle-single';
59
60
  export { default as CheckMarkSingle } from './components/check-mark-single';