@univerjs/icons 0.1.55 → 0.1.57

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 CustomCompletion: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default CustomCompletion;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const FolderFillSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default FolderFillSingle;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const StopSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default StopSingle;
package/dist/icons.d.ts CHANGED
@@ -62,6 +62,7 @@ export { default as Correct } from './components/correct';
62
62
  export { default as CreateCopySingle } from './components/create-copy-single';
63
63
  export { default as CrossSingle } from './components/cross-single';
64
64
  export { default as CustomColorsSingle } from './components/custom-colors-single';
65
+ export { default as CustomCompletion } from './components/custom-completion';
65
66
  export { default as CustomSortSingle } from './components/custom-sort-single';
66
67
  export { default as CustomSorting1 } from './components/custom-sorting-1';
67
68
  export { default as CustomSorting } from './components/custom-sorting';
@@ -97,6 +98,7 @@ export { default as EyelashSingle } from './components/eyelash-single';
97
98
  export { default as FileLockSingle } from './components/file-lock-single';
98
99
  export { default as FilterSingle } from './components/filter-single';
99
100
  export { default as FlagSingle } from './components/flag-single';
101
+ export { default as FolderFillSingle } from './components/folder-fill-single';
100
102
  export { default as FolderSingle } from './components/folder-single';
101
103
  export { default as FontColor } from './components/font-color';
102
104
  export { default as FontSizeIncreaseSingle } from './components/font-size-increase-single';
@@ -261,6 +263,7 @@ export { default as StarEmpty } from './components/star-empty';
261
263
  export { default as StarFull } from './components/star-full';
262
264
  export { default as StarIncomplete } from './components/star-incomplete';
263
265
  export { default as StarSingle } from './components/star-single';
266
+ export { default as StopSingle } from './components/stop-single';
264
267
  export { default as StrikethroughSingle } from './components/strikethrough-single';
265
268
  export { default as SubscriptSingle } from './components/subscript-single';
266
269
  export { default as SuccessSingle } from './components/success-single';