@dtinsight/react-icons 1.49.0 → 1.51.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.
@@ -19,6 +19,11 @@ declare const AgentFilled: {
19
19
  displayName: string;
20
20
  };
21
21
 
22
+ declare const AlertFilled: {
23
+ ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
24
+ displayName: string;
25
+ };
26
+
22
27
  declare const AllCategoriesFilled: {
23
28
  ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
24
29
  displayName: string;
@@ -69,6 +74,11 @@ declare const CommonknowledgebaseFilled: {
69
74
  displayName: string;
70
75
  };
71
76
 
77
+ declare const ContractOutlined: {
78
+ ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
79
+ displayName: string;
80
+ };
81
+
72
82
  declare const ConversationConfigurationOutlined: {
73
83
  ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
74
84
  displayName: string;
@@ -104,6 +114,11 @@ declare const DownOutlined: {
104
114
  displayName: string;
105
115
  };
106
116
 
117
+ declare const ENVOutlined: {
118
+ ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
119
+ displayName: string;
120
+ };
121
+
107
122
  declare const EditOutlined: {
108
123
  ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
109
124
  displayName: string;
@@ -119,6 +134,11 @@ declare const ExpandFilled: {
119
134
  displayName: string;
120
135
  };
121
136
 
137
+ declare const ExpandOutlined: {
138
+ ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
139
+ displayName: string;
140
+ };
141
+
122
142
  declare const FileListFilled: {
123
143
  ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
124
144
  displayName: string;
@@ -229,6 +249,11 @@ declare const OrchestrationOutlined: {
229
249
  displayName: string;
230
250
  };
231
251
 
252
+ declare const PlayOutlined: {
253
+ ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
254
+ displayName: string;
255
+ };
256
+
232
257
  declare const PlusOutlined: {
233
258
  ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
234
259
  displayName: string;
@@ -279,6 +304,11 @@ declare const RunFilled: {
279
304
  displayName: string;
280
305
  };
281
306
 
307
+ declare const RunHistoryOutlined: {
308
+ ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
309
+ displayName: string;
310
+ };
311
+
282
312
  declare const SchedulingInfoOutlined: {
283
313
  ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
284
314
  displayName: string;
@@ -339,9 +369,14 @@ declare const YuqueColored: {
339
369
  displayName: string;
340
370
  };
341
371
 
372
+ declare const YuqueIconColored: {
373
+ ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
374
+ displayName: string;
375
+ };
376
+
342
377
  declare const YuqueSelectedColored: {
343
378
  ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
344
379
  displayName: string;
345
380
  };
346
381
 
347
- export { AddNodeOutlined, AgentFilled, AllCategoriesFilled, AppManagerFilled, AppManagerOutlined, AttachmentOutlined, BookOutlined, BoxFilled, CatalogOutlined, ClockCircleOutlined, CloseOutlined, CommonknowledgebaseFilled, ConversationConfigurationOutlined, CopyOutlined, DataIntegrationFilled, DeleteOutlined, DocumentMedicineOutlined, DocumentOutlined, DownOutlined, EditOutlined, EraserOutlined, ExpandFilled, FileListFilled, FileListOutlined, FolderAddOutlined, FolderMoveOutlined, FolderOutlined, HashtagSquareOutlined, IconProps, ImportOutlined, InterfaceFilled, KnowledgeBaseFilled, KnowledgeBaseOutlined, LeftOutlined, LockOutlined, LogFilled, LogOutlined, LoginFilled, MenuCollapseOutlined, MenuExpandOutlined, ModelVendorFilled, ModelVendorOutlined, MoreOutlined, OrchestrationFilled, OrchestrationOutlined, PlusOutlined, PublishFilled, PublishOutlined, QuestionOutlined, RecallTestFilled, RecallTestOutlined, RefreshOutlined, RetrievalFailureOutlined, RightOutlined, RunFilled, SchedulingInfoOutlined, SearchOutlined, SetUpFilled, SetUpOutlined, SlideBarCollapseOutlined, TextOutlined, ToolManagementFilled, ToolManagementOutlined, UpOutlined, WorkflowFilled, YuqueCardColored, YuqueColored, YuqueSelectedColored };
382
+ export { AddNodeOutlined, AgentFilled, AlertFilled, AllCategoriesFilled, AppManagerFilled, AppManagerOutlined, AttachmentOutlined, BookOutlined, BoxFilled, CatalogOutlined, ClockCircleOutlined, CloseOutlined, CommonknowledgebaseFilled, ContractOutlined, ConversationConfigurationOutlined, CopyOutlined, DataIntegrationFilled, DeleteOutlined, DocumentMedicineOutlined, DocumentOutlined, DownOutlined, ENVOutlined, EditOutlined, EraserOutlined, ExpandFilled, ExpandOutlined, FileListFilled, FileListOutlined, FolderAddOutlined, FolderMoveOutlined, FolderOutlined, HashtagSquareOutlined, IconProps, ImportOutlined, InterfaceFilled, KnowledgeBaseFilled, KnowledgeBaseOutlined, LeftOutlined, LockOutlined, LogFilled, LogOutlined, LoginFilled, MenuCollapseOutlined, MenuExpandOutlined, ModelVendorFilled, ModelVendorOutlined, MoreOutlined, OrchestrationFilled, OrchestrationOutlined, PlayOutlined, PlusOutlined, PublishFilled, PublishOutlined, QuestionOutlined, RecallTestFilled, RecallTestOutlined, RefreshOutlined, RetrievalFailureOutlined, RightOutlined, RunFilled, RunHistoryOutlined, SchedulingInfoOutlined, SearchOutlined, SetUpFilled, SetUpOutlined, SlideBarCollapseOutlined, TextOutlined, ToolManagementFilled, ToolManagementOutlined, UpOutlined, WorkflowFilled, YuqueCardColored, YuqueColored, YuqueIconColored, YuqueSelectedColored };