@dtinsight/react-icons 1.50.0 → 1.52.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.
- package/dist/aiworks/index.d.ts +31 -1
- package/dist/aiworks/index.mjs +1 -1
- package/dist/index.d.ts +11 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/aiworks/index.d.ts
CHANGED
|
@@ -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;
|
|
@@ -124,6 +134,11 @@ declare const ExpandFilled: {
|
|
|
124
134
|
displayName: string;
|
|
125
135
|
};
|
|
126
136
|
|
|
137
|
+
declare const ExpandOutlined: {
|
|
138
|
+
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
139
|
+
displayName: string;
|
|
140
|
+
};
|
|
141
|
+
|
|
127
142
|
declare const FileListFilled: {
|
|
128
143
|
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
129
144
|
displayName: string;
|
|
@@ -199,6 +214,16 @@ declare const LoginFilled: {
|
|
|
199
214
|
displayName: string;
|
|
200
215
|
};
|
|
201
216
|
|
|
217
|
+
declare const MagicStickFilled: {
|
|
218
|
+
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
219
|
+
displayName: string;
|
|
220
|
+
};
|
|
221
|
+
|
|
222
|
+
declare const MagicStickOutlined: {
|
|
223
|
+
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
224
|
+
displayName: string;
|
|
225
|
+
};
|
|
226
|
+
|
|
202
227
|
declare const MenuCollapseOutlined: {
|
|
203
228
|
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
204
229
|
displayName: string;
|
|
@@ -289,6 +314,11 @@ declare const RunFilled: {
|
|
|
289
314
|
displayName: string;
|
|
290
315
|
};
|
|
291
316
|
|
|
317
|
+
declare const RunHistoryOutlined: {
|
|
318
|
+
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
319
|
+
displayName: string;
|
|
320
|
+
};
|
|
321
|
+
|
|
292
322
|
declare const SchedulingInfoOutlined: {
|
|
293
323
|
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
294
324
|
displayName: string;
|
|
@@ -359,4 +389,4 @@ declare const YuqueSelectedColored: {
|
|
|
359
389
|
displayName: string;
|
|
360
390
|
};
|
|
361
391
|
|
|
362
|
-
export { AddNodeOutlined, AgentFilled, AllCategoriesFilled, AppManagerFilled, AppManagerOutlined, AttachmentOutlined, BookOutlined, BoxFilled, CatalogOutlined, ClockCircleOutlined, CloseOutlined, CommonknowledgebaseFilled, ConversationConfigurationOutlined, CopyOutlined, DataIntegrationFilled, DeleteOutlined, DocumentMedicineOutlined, DocumentOutlined, DownOutlined, ENVOutlined, 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, PlayOutlined, PlusOutlined, PublishFilled, PublishOutlined, QuestionOutlined, RecallTestFilled, RecallTestOutlined, RefreshOutlined, RetrievalFailureOutlined, RightOutlined, RunFilled, SchedulingInfoOutlined, SearchOutlined, SetUpFilled, SetUpOutlined, SlideBarCollapseOutlined, TextOutlined, ToolManagementFilled, ToolManagementOutlined, UpOutlined, WorkflowFilled, YuqueCardColored, YuqueColored, YuqueIconColored, YuqueSelectedColored };
|
|
392
|
+
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, MagicStickFilled, MagicStickOutlined, 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 };
|