@univerjs/icons 0.4.6 → 0.4.8

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 HeatmapIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default HeatmapIcon;
@@ -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
@@ -640,6 +640,7 @@ export { default as HeaderFooterIcon } from './components/header-footer-icon';
640
640
  export { default as HeaderFooterSingle } from './components/header-footer-single';
641
641
  /** @deprecated */
642
642
  export { default as HeartSingle } from './components/heart-single';
643
+ export { default as HeatmapIcon } from './components/heatmap-icon';
643
644
  /** @deprecated */
644
645
  export { default as HelpSingle } from './components/help-single';
645
646
  export { default as HideDoubleIcon } from './components/hide-double-icon';
@@ -1156,6 +1157,7 @@ export { default as RowIcon } from './components/row-icon';
1156
1157
  export { default as RowSingle } from './components/row-single';
1157
1158
  /** @deprecated */
1158
1159
  export { default as RunTime } from './components/run-time';
1160
+ export { default as SankeyIcon } from './components/sankey-icon';
1159
1161
  /** @deprecated */
1160
1162
  export { default as SaveSingle } from './components/save-single';
1161
1163
  export { default as ScatterChartIcon } from './components/scatter-chart-icon';