@univerjs/icons 0.2.33 → 0.2.35

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 BubbleSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default BubbleSingle;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const ChartAiSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default ChartAiSingle;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const Csv: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default Csv;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const RelationshipSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default RelationshipSingle;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from '../icon';
3
+ export declare const Xls: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
4
+ export default Xls;
package/dist/icons.d.ts CHANGED
@@ -59,6 +59,7 @@ export { default as BottomSingle } from './components/bottom-single';
59
59
  export { default as BrainSingle } from './components/brain-single';
60
60
  export { default as BrokenlineChartSingle } from './components/brokenline-chart-single';
61
61
  export { default as BrushSingle } from './components/brush-single';
62
+ export { default as BubbleSingle } from './components/bubble-single';
62
63
  export { default as Build } from './components/build';
63
64
  export { default as Building } from './components/building';
64
65
  export { default as CalendarSingle } from './components/calendar-single';
@@ -71,6 +72,7 @@ export { default as Cell100 } from './components/cell-100';
71
72
  export { default as Cell25 } from './components/cell-25';
72
73
  export { default as Cell50 } from './components/cell-50';
73
74
  export { default as Cell75 } from './components/cell-75';
75
+ export { default as ChartAiSingle } from './components/chart-ai-single';
74
76
  export { default as ChartPieSingle } from './components/chart-pie-single';
75
77
  export { default as ChartSingle } from './components/chart-single';
76
78
  export { default as ChatSingle } from './components/chat-single';
@@ -124,6 +126,7 @@ export { default as CrossHighlightingSingle } from './components/cross-highlight
124
126
  export { default as CrossHighlighting } from './components/cross-highlighting';
125
127
  export { default as CrossSingle } from './components/cross-single';
126
128
  export { default as CrownSingle } from './components/crown-single';
129
+ export { default as Csv } from './components/csv';
127
130
  export { default as Cursor } from './components/cursor';
128
131
  export { default as CustomColorsSingle } from './components/custom-colors-single';
129
132
  export { default as CustomCompletion } from './components/custom-completion';
@@ -434,6 +437,7 @@ export { default as ReduceDigitsSingle } from './components/reduce-digits-single
434
437
  export { default as ReduceSingle } from './components/reduce-single';
435
438
  export { default as Reduce } from './components/reduce';
436
439
  export { default as RefreshSingle } from './components/refresh-single';
440
+ export { default as RelationshipSingle } from './components/relationship-single';
437
441
  export { default as RemindSingle } from './components/remind-single';
438
442
  export { default as RenameSingle } from './components/rename-single';
439
443
  export { default as RenewSingle } from './components/renew-single';
@@ -572,6 +576,7 @@ export { default as WireframeSingle } from './components/wireframe-single';
572
576
  export { default as Working } from './components/working';
573
577
  export { default as Workspace } from './components/workspace';
574
578
  export { default as WriteSingle } from './components/write-single';
579
+ export { default as Xls } from './components/xls';
575
580
  export { default as Xlsx } from './components/xlsx';
576
581
  export { default as YoutubeFillSingle } from './components/youtube-fill-single';
577
582
  export { default as ZenSingle } from './components/zen-single';