@univerjs/icons 0.3.22 → 0.3.24

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 AddNoteSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default AddNoteSingle;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const DeleteNoteSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default DeleteNoteSingle;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const HideNoteSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default HideNoteSingle;
@@ -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
@@ -3,6 +3,7 @@ export { default as AddAttachmentSingle } from './components/add-attachment-sing
3
3
  export { default as AddCommentSingle } from './components/add-comment-single';
4
4
  export { default as AddDigitsSingle } from './components/add-digits-single';
5
5
  export { default as AddImageSingle } from './components/add-image-single';
6
+ export { default as AddNoteSingle } from './components/add-note-single';
6
7
  export { default as AddProtection } from './components/add-protection';
7
8
  export { default as AdditionAndSubtractionSingle } from './components/addition-and-subtraction-single';
8
9
  export { default as AdjustHeightSingle } from './components/adjust-height-single';
@@ -152,6 +153,7 @@ export { default as DeleteCellShiftUp } from './components/delete-cell-shift-up'
152
153
  export { default as DeleteColumnSingle } from './components/delete-column-single';
153
154
  export { default as DeleteColumn } from './components/delete-column';
154
155
  export { default as DeleteEmptySingle } from './components/delete-empty-single';
156
+ export { default as DeleteNoteSingle } from './components/delete-note-single';
155
157
  export { default as DeleteRowSingle } from './components/delete-row-single';
156
158
  export { default as DeleteRow } from './components/delete-row';
157
159
  export { default as DeleteSingle } from './components/delete-single';
@@ -265,6 +267,7 @@ export { default as HeaderFooterSingle } from './components/header-footer-single
265
267
  export { default as HeartSingle } from './components/heart-single';
266
268
  export { default as HelpSingle } from './components/help-single';
267
269
  export { default as HideGridlines } from './components/hide-gridlines';
270
+ export { default as HideNoteSingle } from './components/hide-note-single';
268
271
  export { default as HideSingle } from './components/hide-single';
269
272
  export { default as Hide } from './components/hide';
270
273
  export { default as HistoryOperations } from './components/history-operations';
@@ -401,6 +404,7 @@ export { default as PenSingle } from './components/pen-single';
401
404
  export { default as PercentSingle } from './components/percent-single';
402
405
  export { default as PermissionSettingSingle } from './components/permission-setting-single';
403
406
  export { default as PieChartSingle } from './components/pie-chart-single';
407
+ export { default as PinSingle } from './components/pin-single';
404
408
  export { default as PipingSingle } from './components/piping-single';
405
409
  export { default as PivotTableSingle } from './components/pivot-table-single';
406
410
  export { default as PlaneSingle } from './components/plane-single';
@@ -551,6 +555,7 @@ export { default as Unifile } from './components/unifile';
551
555
  export { default as UnlinkSingle } from './components/unlink-single';
552
556
  export { default as UnlockSingle } from './components/unlock-single';
553
557
  export { default as UnorderSingle } from './components/unorder-single';
558
+ export { default as UnpinSingle } from './components/unpin-single';
554
559
  export { default as UpBorder } from './components/up-border';
555
560
  export { default as UpSingle } from './components/up-single';
556
561
  export { default as UploadFileSingle } from './components/upload-file-single';