@univerjs/icons 0.3.23 → 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;
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';