@dtinsight/react-icons 1.43.3 → 1.45.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.
@@ -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;
@@ -124,6 +174,11 @@ declare const LeftOutlined: {
124
174
  displayName: string;
125
175
  };
126
176
 
177
+ declare const LockOutlined: {
178
+ ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
179
+ displayName: string;
180
+ };
181
+
127
182
  declare const LogFilled: {
128
183
  ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
129
184
  displayName: string;
@@ -134,6 +189,11 @@ declare const LogOutlined: {
134
189
  displayName: string;
135
190
  };
136
191
 
192
+ declare const LoginFilled: {
193
+ ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
194
+ displayName: string;
195
+ };
196
+
137
197
  declare const MenuCollapseOutlined: {
138
198
  ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
139
199
  displayName: string;
@@ -239,17 +299,17 @@ declare const SlideBarCollapseOutlined: {
239
299
  displayName: string;
240
300
  };
241
301
 
242
- declare const ToolManagementFilled: {
302
+ declare const TextOutlined: {
243
303
  ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
244
304
  displayName: string;
245
305
  };
246
306
 
247
- declare const ToolManagementOutlined: {
307
+ declare const ToolManagementFilled: {
248
308
  ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
249
309
  displayName: string;
250
310
  };
251
311
 
252
- declare const TuningOutlined: {
312
+ declare const ToolManagementOutlined: {
253
313
  ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
254
314
  displayName: string;
255
315
  };
@@ -279,4 +339,4 @@ declare const YuqueSelectedColored: {
279
339
  displayName: string;
280
340
  };
281
341
 
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 };
342
+ 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, SearchOutlined, SetUpFilled, SetUpOutlined, SlideBarCollapseOutlined, TextOutlined, ToolManagementFilled, ToolManagementOutlined, UpOutlined, WorkflowFilled, YuqueCardColored, YuqueColored, YuqueSelectedColored };