@univerjs/icons 0.4.2 → 0.4.3

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 { IconProps } from '../icon';
2
+ export declare const ChartIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default ChartIcon;
@@ -0,0 +1,3 @@
1
+ import { IconProps } from '../icon';
2
+ export declare const ShortcutIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default ShortcutIcon;
@@ -0,0 +1,3 @@
1
+ import { IconProps } from '../icon';
2
+ export declare const ZoomIncreaseIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default ZoomIncreaseIcon;
package/dist/icons.d.ts CHANGED
@@ -179,6 +179,7 @@ export { default as Cell50 } from './components/cell-50';
179
179
  export { default as Cell75 } from './components/cell-75';
180
180
  /** @deprecated */
181
181
  export { default as ChartAiSingle } from './components/chart-ai-single';
182
+ export { default as ChartIcon } from './components/chart-icon';
182
183
  /** @deprecated */
183
184
  export { default as ChartPieSingle } from './components/chart-pie-single';
184
185
  /** @deprecated */
@@ -1189,6 +1190,7 @@ export { default as Shear } from './components/shear';
1189
1190
  export { default as SheetIcon } from './components/sheet-icon';
1190
1191
  /** @deprecated */
1191
1192
  export { default as SheetSingle } from './components/sheet-single';
1193
+ export { default as ShortcutIcon } from './components/shortcut-icon';
1192
1194
  /** @deprecated */
1193
1195
  export { default as SidebarSingle } from './components/sidebar-single';
1194
1196
  /** @deprecated */
@@ -1421,6 +1423,7 @@ export { default as ZhihuFillSingle } from './components/zhihu-fill-single';
1421
1423
  export { default as ZoomInIcon } from './components/zoom-in-icon';
1422
1424
  /** @deprecated */
1423
1425
  export { default as ZoomInSingle } from './components/zoom-in-single';
1426
+ export { default as ZoomIncreaseIcon } from './components/zoom-increase-icon';
1424
1427
  /** @deprecated */
1425
1428
  export { default as ZoomIncreaseSingle } from './components/zoom-increase-single';
1426
1429
  export { default as ZoomOutIcon } from './components/zoom-out-icon';