@univerjs/icons 0.2.4 → 0.2.5

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 ScatterChartSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default ScatterChartSingle;
package/dist/icons.d.ts CHANGED
@@ -377,7 +377,7 @@ export { default as RoundnessFilllChartSingle } from './components/roundness-fil
377
377
  export { default as RoundnessSingle } from './components/roundness-single';
378
378
  export { default as RowSingle } from './components/row-single';
379
379
  export { default as SaveSingle } from './components/save-single';
380
- export { default as ScatterPlotSingle } from './components/scatter-plot-single';
380
+ export { default as ScatterChartSingle } from './components/scatter-chart-single';
381
381
  export { default as Screen } from './components/screen';
382
382
  export { default as SearchSingle16 } from './components/search-single-16';
383
383
  export { default as SelectRangeSingle } from './components/select-range-single';