@univerjs/icons 0.4.5 → 0.4.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,3 @@
1
+ import type { IconProps } from '../icon';
2
+ export declare const SankeyIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default SankeyIcon;
package/dist/icons.d.ts CHANGED
@@ -1156,6 +1156,7 @@ export { default as RowIcon } from './components/row-icon';
1156
1156
  export { default as RowSingle } from './components/row-single';
1157
1157
  /** @deprecated */
1158
1158
  export { default as RunTime } from './components/run-time';
1159
+ export { default as SankeyIcon } from './components/sankey-icon';
1159
1160
  /** @deprecated */
1160
1161
  export { default as SaveSingle } from './components/save-single';
1161
1162
  export { default as ScatterChartIcon } from './components/scatter-chart-icon';