@univerjs/icons 0.1.53 → 0.1.55

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 CopySingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default CopySingle;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const UnlinkSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default UnlinkSingle;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const ViewModeSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default ViewModeSingle;
package/dist/icons.d.ts CHANGED
@@ -55,6 +55,7 @@ export { default as Conditions } from './components/conditions';
55
55
  export { default as ContentSingle16 } from './components/content-single-16';
56
56
  export { default as ContentSingle20 } from './components/content-single-20';
57
57
  export { default as ConvertSingle } from './components/convert-single';
58
+ export { default as CopySingle } from './components/copy-single';
58
59
  export { default as Copy } from './components/copy';
59
60
  export { default as CorrectSingle } from './components/correct-single';
60
61
  export { default as Correct } from './components/correct';
@@ -276,6 +277,7 @@ export { default as TurnOnSingle } from './components/turn-on-single';
276
277
  export { default as UnderlineSingle } from './components/underline-single';
277
278
  export { default as UndoSingle } from './components/undo-single';
278
279
  export { default as UngroupSingle } from './components/ungroup-single';
280
+ export { default as UnlinkSingle } from './components/unlink-single';
279
281
  export { default as UnlockSingle } from './components/unlock-single';
280
282
  export { default as UnorderSingle } from './components/unorder-single';
281
283
  export { default as UpBorder } from './components/up-border';
@@ -287,6 +289,7 @@ export { default as VerticalCenterSingle } from './components/vertical-center-si
287
289
  export { default as VerticalIntegrationSingle } from './components/vertical-integration-single';
288
290
  export { default as VerticalMergeSingle } from './components/vertical-merge-single';
289
291
  export { default as VerticalTextSingle } from './components/vertical-text-single';
292
+ export { default as ViewModeSingle } from './components/view-mode-single';
290
293
  export { default as ViweModeSingle } from './components/viwe-mode-single';
291
294
  export { default as WarnSingle } from './components/warn-single';
292
295
  export { default as Warn } from './components/warn';