@dtinsight/react-icons 1.35.0 → 1.36.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 AttachmentOutlined: {
38
+ ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
39
+ displayName: string;
40
+ };
41
+
37
42
  declare const CloseOutlined: {
38
43
  ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
39
44
  displayName: string;
@@ -54,6 +59,11 @@ declare const CopyOutlined: {
54
59
  displayName: string;
55
60
  };
56
61
 
62
+ declare const DataIntegrationFilled: {
63
+ ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
64
+ displayName: string;
65
+ };
66
+
57
67
  declare const DeleteOutlined: {
58
68
  ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
59
69
  displayName: string;
@@ -184,6 +194,11 @@ declare const RefreshOutlined: {
184
194
  displayName: string;
185
195
  };
186
196
 
197
+ declare const RetrievalFailureOutlined: {
198
+ ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
199
+ displayName: string;
200
+ };
201
+
187
202
  declare const RightOutlined: {
188
203
  ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
189
204
  displayName: string;
@@ -249,4 +264,4 @@ declare const YuqueSelectedColored: {
249
264
  displayName: string;
250
265
  };
251
266
 
252
- 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, RefreshOutlined, RightOutlined, RunFilled, SearchOutlined, SetUpFilled, SetUpOutlined, SlideBarCollapseOutlined, ToolManagementFilled, ToolManagementOutlined, UpOutlined, WorkflowFilled, YuqueCardColored, YuqueColored, YuqueSelectedColored };
267
+ export { AddNodeOutlined, AgentFilled, AllCategoriesFilled, AppManagerFilled, AppManagerOutlined, AttachmentOutlined, CloseOutlined, CommonknowledgebaseFilled, ConversationConfigurationOutlined, CopyOutlined, DataIntegrationFilled, 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, RefreshOutlined, RetrievalFailureOutlined, RightOutlined, RunFilled, SearchOutlined, SetUpFilled, SetUpOutlined, SlideBarCollapseOutlined, ToolManagementFilled, ToolManagementOutlined, UpOutlined, WorkflowFilled, YuqueCardColored, YuqueColored, YuqueSelectedColored };