@univerjs/icons 0.1.67 → 0.1.68

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 FileGroupSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default FileGroupSingle;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const ParagraphSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default ParagraphSingle;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const SubtractSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default SubtractSingle;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const UnfoldOrFoldSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default UnfoldOrFoldSingle;
package/dist/icons.d.ts CHANGED
@@ -125,6 +125,7 @@ export { default as Expand } from './components/expand';
125
125
  export { default as ExportSingle } from './components/export-single';
126
126
  export { default as EyelashSingle } from './components/eyelash-single';
127
127
  export { default as FallSingle } from './components/fall-single';
128
+ export { default as FileGroupSingle } from './components/file-group-single';
128
129
  export { default as FileLockSingle } from './components/file-lock-single';
129
130
  export { default as FilterNoneSortAscSingle } from './components/filter-none-sort-asc-single';
130
131
  export { default as FilterNoneSortDescSingle } from './components/filter-none-sort-desc-single';
@@ -244,6 +245,7 @@ export { default as OverflowSingle } from './components/overflow-single';
244
245
  export { default as PaintBucket } from './components/paint-bucket';
245
246
  export { default as PaintingSingle } from './components/painting-single';
246
247
  export { default as PaletteSingle } from './components/palette-single';
248
+ export { default as ParagraphSingle } from './components/paragraph-single';
247
249
  export { default as PasteAllExceptSingle } from './components/paste-all-except-single';
248
250
  export { default as PasteAllExcept } from './components/paste-all-except';
249
251
  export { default as PasteColumnWidthOnly } from './components/paste-column-width-only';
@@ -331,6 +333,7 @@ export { default as StarSingle } from './components/star-single';
331
333
  export { default as StopSingle } from './components/stop-single';
332
334
  export { default as StrikethroughSingle } from './components/strikethrough-single';
333
335
  export { default as SubscriptSingle } from './components/subscript-single';
336
+ export { default as SubtractSingle } from './components/subtract-single';
334
337
  export { default as SuccessSingle } from './components/success-single';
335
338
  export { default as SumSingle } from './components/sum-single';
336
339
  export { default as SuperscriptSingle } from './components/superscript-single';
@@ -348,6 +351,7 @@ export { default as TruncationSingle } from './components/truncation-single';
348
351
  export { default as TurnOnSingle } from './components/turn-on-single';
349
352
  export { default as UnderlineSingle } from './components/underline-single';
350
353
  export { default as UndoSingle } from './components/undo-single';
354
+ export { default as UnfoldOrFoldSingle } from './components/unfold-or-fold-single';
351
355
  export { default as UngroupSingle } from './components/ungroup-single';
352
356
  export { default as Unifile } from './components/unifile';
353
357
  export { default as UnlinkSingle } from './components/unlink-single';