@univerjs/icons 0.1.53 → 0.1.54

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;
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';