@univerjs/icons 0.3.22 → 0.3.23

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 PinSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default PinSingle;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const UnpinSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default UnpinSingle;
package/dist/icons.d.ts CHANGED
@@ -401,6 +401,7 @@ export { default as PenSingle } from './components/pen-single';
401
401
  export { default as PercentSingle } from './components/percent-single';
402
402
  export { default as PermissionSettingSingle } from './components/permission-setting-single';
403
403
  export { default as PieChartSingle } from './components/pie-chart-single';
404
+ export { default as PinSingle } from './components/pin-single';
404
405
  export { default as PipingSingle } from './components/piping-single';
405
406
  export { default as PivotTableSingle } from './components/pivot-table-single';
406
407
  export { default as PlaneSingle } from './components/plane-single';
@@ -551,6 +552,7 @@ export { default as Unifile } from './components/unifile';
551
552
  export { default as UnlinkSingle } from './components/unlink-single';
552
553
  export { default as UnlockSingle } from './components/unlock-single';
553
554
  export { default as UnorderSingle } from './components/unorder-single';
555
+ export { default as UnpinSingle } from './components/unpin-single';
554
556
  export { default as UpBorder } from './components/up-border';
555
557
  export { default as UpSingle } from './components/up-single';
556
558
  export { default as UploadFileSingle } from './components/upload-file-single';