@dtinsight/react-icons 1.43.3 → 1.44.3

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.
@@ -39,11 +39,26 @@ declare const AttachmentOutlined: {
39
39
  displayName: string;
40
40
  };
41
41
 
42
+ declare const BookOutlined: {
43
+ ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
44
+ displayName: string;
45
+ };
46
+
47
+ declare const BoxFilled: {
48
+ ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
49
+ displayName: string;
50
+ };
51
+
42
52
  declare const CatalogOutlined: {
43
53
  ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
44
54
  displayName: string;
45
55
  };
46
56
 
57
+ declare const ClockCircleOutlined: {
58
+ ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
59
+ displayName: string;
60
+ };
61
+
47
62
  declare const CloseOutlined: {
48
63
  ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
49
64
  displayName: string;
@@ -74,6 +89,16 @@ declare const DeleteOutlined: {
74
89
  displayName: string;
75
90
  };
76
91
 
92
+ declare const DocumentMedicineOutlined: {
93
+ ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
94
+ displayName: string;
95
+ };
96
+
97
+ declare const DocumentOutlined: {
98
+ ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
99
+ displayName: string;
100
+ };
101
+
77
102
  declare const DownOutlined: {
78
103
  ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
79
104
  displayName: string;
@@ -104,11 +129,36 @@ declare const FileListOutlined: {
104
129
  displayName: string;
105
130
  };
106
131
 
132
+ declare const FolderAddOutlined: {
133
+ ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
134
+ displayName: string;
135
+ };
136
+
137
+ declare const FolderMoveOutlined: {
138
+ ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
139
+ displayName: string;
140
+ };
141
+
142
+ declare const FolderOutlined: {
143
+ ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
144
+ displayName: string;
145
+ };
146
+
147
+ declare const HashtagSquareOutlined: {
148
+ ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
149
+ displayName: string;
150
+ };
151
+
107
152
  declare const ImportOutlined: {
108
153
  ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
109
154
  displayName: string;
110
155
  };
111
156
 
157
+ declare const InterfaceFilled: {
158
+ ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
159
+ displayName: string;
160
+ };
161
+
112
162
  declare const KnowledgeBaseFilled: {
113
163
  ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
114
164
  displayName: string;
@@ -134,6 +184,11 @@ declare const LogOutlined: {
134
184
  displayName: string;
135
185
  };
136
186
 
187
+ declare const LoginFilled: {
188
+ ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
189
+ displayName: string;
190
+ };
191
+
137
192
  declare const MenuCollapseOutlined: {
138
193
  ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
139
194
  displayName: string;
@@ -239,17 +294,17 @@ declare const SlideBarCollapseOutlined: {
239
294
  displayName: string;
240
295
  };
241
296
 
242
- declare const ToolManagementFilled: {
297
+ declare const TextOutlined: {
243
298
  ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
244
299
  displayName: string;
245
300
  };
246
301
 
247
- declare const ToolManagementOutlined: {
302
+ declare const ToolManagementFilled: {
248
303
  ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
249
304
  displayName: string;
250
305
  };
251
306
 
252
- declare const TuningOutlined: {
307
+ declare const ToolManagementOutlined: {
253
308
  ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
254
309
  displayName: string;
255
310
  };
@@ -279,4 +334,4 @@ declare const YuqueSelectedColored: {
279
334
  displayName: string;
280
335
  };
281
336
 
282
- export { AddNodeOutlined, AgentFilled, AllCategoriesFilled, AppManagerFilled, AppManagerOutlined, AttachmentOutlined, CatalogOutlined, CloseOutlined, CommonknowledgebaseFilled, ConversationConfigurationOutlined, CopyOutlined, DataIntegrationFilled, DeleteOutlined, DownOutlined, EditOutlined, EraserOutlined, 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, TuningOutlined, UpOutlined, WorkflowFilled, YuqueCardColored, YuqueColored, YuqueSelectedColored };
337
+ 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, LogFilled, LogOutlined, LoginFilled, MenuCollapseOutlined, MenuExpandOutlined, ModelVendorFilled, ModelVendorOutlined, MoreOutlined, OrchestrationFilled, OrchestrationOutlined, PlusOutlined, PublishFilled, PublishOutlined, QuestionOutlined, RecallTestFilled, RecallTestOutlined, RefreshOutlined, RetrievalFailureOutlined, RightOutlined, RunFilled, SearchOutlined, SetUpFilled, SetUpOutlined, SlideBarCollapseOutlined, TextOutlined, ToolManagementFilled, ToolManagementOutlined, UpOutlined, WorkflowFilled, YuqueCardColored, YuqueColored, YuqueSelectedColored };