@dtinsight/react-icons 1.28.0 → 1.30.0

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.
@@ -34,6 +34,11 @@ declare const AppManagerOutlined: {
34
34
  displayName: string;
35
35
  };
36
36
 
37
+ declare const CloseOutlined: {
38
+ ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
39
+ displayName: string;
40
+ };
41
+
37
42
  declare const CommonknowledgebaseFilled: {
38
43
  ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
39
44
  displayName: string;
@@ -44,6 +49,26 @@ declare const ConversationConfigurationOutlined: {
44
49
  displayName: string;
45
50
  };
46
51
 
52
+ declare const CopyOutlined: {
53
+ ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
54
+ displayName: string;
55
+ };
56
+
57
+ declare const DeleteOutlined: {
58
+ ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
59
+ displayName: string;
60
+ };
61
+
62
+ declare const DownOutlined: {
63
+ ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
64
+ displayName: string;
65
+ };
66
+
67
+ declare const EditOutlined: {
68
+ ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
69
+ displayName: string;
70
+ };
71
+
47
72
  declare const ExpandFilled: {
48
73
  ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
49
74
  displayName: string;
@@ -59,6 +84,11 @@ declare const FileListOutlined: {
59
84
  displayName: string;
60
85
  };
61
86
 
87
+ declare const ImportOutlined: {
88
+ ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
89
+ displayName: string;
90
+ };
91
+
62
92
  declare const KnowledgeBaseFilled: {
63
93
  ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
64
94
  displayName: string;
@@ -69,6 +99,11 @@ declare const KnowledgeBaseOutlined: {
69
99
  displayName: string;
70
100
  };
71
101
 
102
+ declare const LeftOutlined: {
103
+ ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
104
+ displayName: string;
105
+ };
106
+
72
107
  declare const LogFilled: {
73
108
  ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
74
109
  displayName: string;
@@ -79,6 +114,16 @@ declare const LogOutlined: {
79
114
  displayName: string;
80
115
  };
81
116
 
117
+ declare const MenuCollapseOutlined: {
118
+ ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
119
+ displayName: string;
120
+ };
121
+
122
+ declare const MenuExpandOutlined: {
123
+ ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
124
+ displayName: string;
125
+ };
126
+
82
127
  declare const ModelVendorFilled: {
83
128
  ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
84
129
  displayName: string;
@@ -89,6 +134,11 @@ declare const ModelVendorOutlined: {
89
134
  displayName: string;
90
135
  };
91
136
 
137
+ declare const MoreOutlined: {
138
+ ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
139
+ displayName: string;
140
+ };
141
+
92
142
  declare const OrchestrationFilled: {
93
143
  ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
94
144
  displayName: string;
@@ -99,6 +149,11 @@ declare const OrchestrationOutlined: {
99
149
  displayName: string;
100
150
  };
101
151
 
152
+ declare const PlusOutlined: {
153
+ ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
154
+ displayName: string;
155
+ };
156
+
102
157
  declare const PublishFilled: {
103
158
  ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
104
159
  displayName: string;
@@ -109,6 +164,11 @@ declare const PublishOutlined: {
109
164
  displayName: string;
110
165
  };
111
166
 
167
+ declare const QuestionOutlined: {
168
+ ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
169
+ displayName: string;
170
+ };
171
+
112
172
  declare const RecallTestFilled: {
113
173
  ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
114
174
  displayName: string;
@@ -119,7 +179,7 @@ declare const RecallTestOutlined: {
119
179
  displayName: string;
120
180
  };
121
181
 
122
- declare const RefreshOutlined: {
182
+ declare const RightOutlined: {
123
183
  ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
124
184
  displayName: string;
125
185
  };
@@ -129,6 +189,11 @@ declare const RunFilled: {
129
189
  displayName: string;
130
190
  };
131
191
 
192
+ declare const SearchOutlined: {
193
+ ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
194
+ displayName: string;
195
+ };
196
+
132
197
  declare const SetUpFilled: {
133
198
  ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
134
199
  displayName: string;
@@ -154,6 +219,11 @@ declare const ToolManagementOutlined: {
154
219
  displayName: string;
155
220
  };
156
221
 
222
+ declare const UpOutlined: {
223
+ ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
224
+ displayName: string;
225
+ };
226
+
157
227
  declare const WorkflowFilled: {
158
228
  ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
159
229
  displayName: string;
@@ -169,4 +239,4 @@ declare const YuqueSelectedColored: {
169
239
  displayName: string;
170
240
  };
171
241
 
172
- export { AddNodeOutlined, AgentFilled, AllCategoriesFilled, AppManagerFilled, AppManagerOutlined, CommonknowledgebaseFilled, ConversationConfigurationOutlined, ExpandFilled, FileListFilled, FileListOutlined, IconProps, KnowledgeBaseFilled, KnowledgeBaseOutlined, LogFilled, LogOutlined, ModelVendorFilled, ModelVendorOutlined, OrchestrationFilled, OrchestrationOutlined, PublishFilled, PublishOutlined, RecallTestFilled, RecallTestOutlined, RefreshOutlined, RunFilled, SetUpFilled, SetUpOutlined, SlideBarCollapseOutlined, ToolManagementFilled, ToolManagementOutlined, WorkflowFilled, YuqueColored, YuqueSelectedColored };
242
+ export { AddNodeOutlined, AgentFilled, AllCategoriesFilled, AppManagerFilled, AppManagerOutlined, CloseOutlined, CommonknowledgebaseFilled, ConversationConfigurationOutlined, CopyOutlined, DeleteOutlined, DownOutlined, EditOutlined, ExpandFilled, FileListFilled, FileListOutlined, IconProps, ImportOutlined, KnowledgeBaseFilled, KnowledgeBaseOutlined, LeftOutlined, LogFilled, LogOutlined, MenuCollapseOutlined, MenuExpandOutlined, ModelVendorFilled, ModelVendorOutlined, MoreOutlined, OrchestrationFilled, OrchestrationOutlined, PlusOutlined, PublishFilled, PublishOutlined, QuestionOutlined, RecallTestFilled, RecallTestOutlined, RightOutlined, RunFilled, SearchOutlined, SetUpFilled, SetUpOutlined, SlideBarCollapseOutlined, ToolManagementFilled, ToolManagementOutlined, UpOutlined, WorkflowFilled, YuqueColored, YuqueSelectedColored };