@univerjs/icons 0.1.56 → 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 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
@@ -98,6 +98,7 @@ export { default as EyelashSingle } from './components/eyelash-single';
98
98
  export { default as FileLockSingle } from './components/file-lock-single';
99
99
  export { default as FilterSingle } from './components/filter-single';
100
100
  export { default as FlagSingle } from './components/flag-single';
101
+ export { default as FolderFillSingle } from './components/folder-fill-single';
101
102
  export { default as FolderSingle } from './components/folder-single';
102
103
  export { default as FontColor } from './components/font-color';
103
104
  export { default as FontSizeIncreaseSingle } from './components/font-size-increase-single';
@@ -262,6 +263,7 @@ export { default as StarEmpty } from './components/star-empty';
262
263
  export { default as StarFull } from './components/star-full';
263
264
  export { default as StarIncomplete } from './components/star-incomplete';
264
265
  export { default as StarSingle } from './components/star-single';
266
+ export { default as StopSingle } from './components/stop-single';
265
267
  export { default as StrikethroughSingle } from './components/strikethrough-single';
266
268
  export { default as SubscriptSingle } from './components/subscript-single';
267
269
  export { default as SuccessSingle } from './components/success-single';