@univerjs/icons 0.1.75 → 0.1.77

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 CrossHighlightingSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default CrossHighlightingSingle;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const CrossHighlighting: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default CrossHighlighting;
package/dist/icons.d.ts CHANGED
@@ -74,6 +74,8 @@ export { default as Copy } from './components/copy';
74
74
  export { default as CorrectSingle } from './components/correct-single';
75
75
  export { default as Correct } from './components/correct';
76
76
  export { default as CreateCopySingle } from './components/create-copy-single';
77
+ export { default as CrossHighlightingSingle } from './components/cross-highlighting-single';
78
+ export { default as CrossHighlighting } from './components/cross-highlighting';
77
79
  export { default as CrossSingle } from './components/cross-single';
78
80
  export { default as CrownSingle } from './components/crown-single';
79
81
  export { default as CustomColorsSingle } from './components/custom-colors-single';