@univerjs/icons 0.4.4 → 0.4.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,3 @@
1
+ import type { IconProps } from '../icon';
2
+ export declare const AIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default AIcon;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../icon';
2
+ export declare const BanIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default BanIcon;
package/dist/icons.d.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  /** @deprecated */
2
2
  export { default as Question } from './components/Question';
3
+ export { default as AIcon } from './components/a-icon';
3
4
  /** @deprecated */
4
5
  export { default as AddAttachmentSingle } from './components/add-attachment-single';
5
6
  /** @deprecated */
@@ -116,6 +117,7 @@ export { default as BackSlashSingle } from './components/back-slash-single';
116
117
  export { default as BadFillSingle1 } from './components/bad-fill-single-1';
117
118
  /** @deprecated */
118
119
  export { default as BadFillSingle } from './components/bad-fill-single';
120
+ export { default as BanIcon } from './components/ban-icon';
119
121
  export { default as BarChartIcon } from './components/bar-chart-icon';
120
122
  /** @deprecated */
121
123
  export { default as BarChartSingle } from './components/bar-chart-single';