@dtinsight/react-icons 1.43.2 → 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.
- package/dist/aiworks/index.d.ts +55 -5
- package/dist/aiworks/index.mjs +1 -1
- package/dist/index.d.ts +33 -3
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/aiworks/index.d.ts
CHANGED
|
@@ -39,12 +39,22 @@ 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
|
|
|
47
|
-
declare const
|
|
57
|
+
declare const ClockCircleOutlined: {
|
|
48
58
|
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
49
59
|
displayName: string;
|
|
50
60
|
};
|
|
@@ -79,6 +89,16 @@ declare const DeleteOutlined: {
|
|
|
79
89
|
displayName: string;
|
|
80
90
|
};
|
|
81
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
|
+
|
|
82
102
|
declare const DownOutlined: {
|
|
83
103
|
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
84
104
|
displayName: string;
|
|
@@ -109,11 +129,36 @@ declare const FileListOutlined: {
|
|
|
109
129
|
displayName: string;
|
|
110
130
|
};
|
|
111
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
|
+
|
|
112
152
|
declare const ImportOutlined: {
|
|
113
153
|
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
114
154
|
displayName: string;
|
|
115
155
|
};
|
|
116
156
|
|
|
157
|
+
declare const InterfaceFilled: {
|
|
158
|
+
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
159
|
+
displayName: string;
|
|
160
|
+
};
|
|
161
|
+
|
|
117
162
|
declare const KnowledgeBaseFilled: {
|
|
118
163
|
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
119
164
|
displayName: string;
|
|
@@ -139,6 +184,11 @@ declare const LogOutlined: {
|
|
|
139
184
|
displayName: string;
|
|
140
185
|
};
|
|
141
186
|
|
|
187
|
+
declare const LoginFilled: {
|
|
188
|
+
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
189
|
+
displayName: string;
|
|
190
|
+
};
|
|
191
|
+
|
|
142
192
|
declare const MenuCollapseOutlined: {
|
|
143
193
|
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
144
194
|
displayName: string;
|
|
@@ -244,17 +294,17 @@ declare const SlideBarCollapseOutlined: {
|
|
|
244
294
|
displayName: string;
|
|
245
295
|
};
|
|
246
296
|
|
|
247
|
-
declare const
|
|
297
|
+
declare const TextOutlined: {
|
|
248
298
|
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
249
299
|
displayName: string;
|
|
250
300
|
};
|
|
251
301
|
|
|
252
|
-
declare const
|
|
302
|
+
declare const ToolManagementFilled: {
|
|
253
303
|
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
254
304
|
displayName: string;
|
|
255
305
|
};
|
|
256
306
|
|
|
257
|
-
declare const
|
|
307
|
+
declare const ToolManagementOutlined: {
|
|
258
308
|
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
259
309
|
displayName: string;
|
|
260
310
|
};
|
|
@@ -284,4 +334,4 @@ declare const YuqueSelectedColored: {
|
|
|
284
334
|
displayName: string;
|
|
285
335
|
};
|
|
286
336
|
|
|
287
|
-
export { AddNodeOutlined, AgentFilled, AllCategoriesFilled, AppManagerFilled, AppManagerOutlined, AttachmentOutlined, CatalogOutlined,
|
|
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 };
|