@univerjs/icons 0.1.41 → 0.1.42

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 AlignTextBothSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default AlignTextBothSingle;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const FilterSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default FilterSingle;
package/dist/icons.d.ts CHANGED
@@ -4,6 +4,7 @@ export { default as AdditionAndSubtractionSingle } from './components/addition-a
4
4
  export { default as AdjustHeight } from './components/adjust-height';
5
5
  export { default as AdjustWidth } from './components/adjust-width';
6
6
  export { default as AlignBottomSingle } from './components/align-bottom-single';
7
+ export { default as AlignTextBothSingle } from './components/align-text-both-single';
7
8
  export { default as AlignTopSingle } from './components/align-top-single';
8
9
  export { default as AllBorderSingle } from './components/all-border-single';
9
10
  export { default as AmplifySingle } from './components/amplify-single';
@@ -77,6 +78,7 @@ export { default as ErrorSingle } from './components/error-single';
77
78
  export { default as ExportSingle } from './components/export-single';
78
79
  export { default as EyelashSingle } from './components/eyelash-single';
79
80
  export { default as FileLockSingle } from './components/file-lock-single';
81
+ export { default as FilterSingle } from './components/filter-single';
80
82
  export { default as FlagSingle } from './components/flag-single';
81
83
  export { default as FolderSingle } from './components/folder-single';
82
84
  export { default as FontColor } from './components/font-color';