@arco-iconbox/react-hiagent 0.0.5 → 0.0.7

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.
Files changed (227) hide show
  1. package/cjs/IconAnnotation/index.d.ts +4 -0
  2. package/cjs/IconAnnotation/index.js +63 -0
  3. package/cjs/IconConfiguration/index.d.ts +4 -0
  4. package/cjs/IconConfiguration/index.js +60 -0
  5. package/cjs/IconDataTableBlock/index.d.ts +4 -0
  6. package/cjs/IconDataTableBlock/index.js +59 -0
  7. package/cjs/IconDeleteLine/index.d.ts +4 -0
  8. package/cjs/IconDeleteLine/index.js +59 -0
  9. package/cjs/IconImportDefault/index.d.ts +4 -0
  10. package/cjs/IconImportDefault/index.js +59 -0
  11. package/cjs/IconImportFile/index.d.ts +4 -0
  12. package/cjs/IconImportFile/index.js +61 -0
  13. package/cjs/IconImportFileList/index.d.ts +4 -0
  14. package/cjs/IconImportFileList/index.js +60 -0
  15. package/cjs/IconMenuAgent/index.d.ts +4 -0
  16. package/cjs/IconMenuAgent/index.js +60 -0
  17. package/cjs/IconMenuAgentCenter/index.d.ts +4 -0
  18. package/cjs/IconMenuAgentCenter/index.js +59 -0
  19. package/cjs/IconMenuConversation/index.d.ts +4 -0
  20. package/cjs/IconMenuConversation/index.js +59 -0
  21. package/cjs/IconMenuDatabase/index.d.ts +4 -0
  22. package/cjs/IconMenuDatabase/index.js +59 -0
  23. package/cjs/IconMenuEvaluation/index.d.ts +4 -0
  24. package/cjs/IconMenuEvaluation/index.js +59 -0
  25. package/cjs/IconMenuEvaluationSet/index.d.ts +4 -0
  26. package/cjs/IconMenuEvaluationSet/index.js +59 -0
  27. package/cjs/IconMenuHiagent/index.d.ts +4 -0
  28. package/cjs/IconMenuHiagent/index.js +59 -0
  29. package/cjs/IconMenuIndicators/index.d.ts +4 -0
  30. package/cjs/IconMenuIndicators/index.js +59 -0
  31. package/cjs/IconMenuKnowledge/index.d.ts +4 -0
  32. package/cjs/IconMenuKnowledge/index.js +60 -0
  33. package/cjs/IconMenuObservation/index.d.ts +4 -0
  34. package/cjs/IconMenuObservation/index.js +59 -0
  35. package/cjs/IconMenuPlugin/index.d.ts +4 -0
  36. package/cjs/IconMenuPlugin/index.js +59 -0
  37. package/cjs/IconMenuPluginCenter/index.d.ts +4 -0
  38. package/cjs/IconMenuPluginCenter/index.js +60 -0
  39. package/cjs/IconMenuPrompt/index.d.ts +4 -0
  40. package/cjs/IconMenuPrompt/index.js +59 -0
  41. package/cjs/IconMenuTask/index.d.ts +4 -0
  42. package/cjs/IconMenuTask/index.js +59 -0
  43. package/cjs/IconMenuWorkflow/index.d.ts +4 -0
  44. package/cjs/IconMenuWorkflow/index.js +59 -0
  45. package/cjs/IconMergePd/index.d.ts +4 -0
  46. package/cjs/IconMergePd/index.js +59 -0
  47. package/cjs/IconPreview/index.d.ts +4 -0
  48. package/cjs/IconPreview/index.js +59 -0
  49. package/cjs/IconRecording/index.d.ts +4 -0
  50. package/cjs/IconRecording/index.js +59 -0
  51. package/cjs/IconShortcutInstructions/index.d.ts +4 -0
  52. package/cjs/IconShortcutInstructions/index.js +59 -0
  53. package/cjs/IconUndeliver/index.d.ts +4 -0
  54. package/cjs/IconUndeliver/index.js +64 -0
  55. package/cjs/IconUploadActive/index.js +7 -13
  56. package/cjs/IconUploadDefaut/index.js +7 -13
  57. package/cjs/IconUploadFiles/index.d.ts +4 -0
  58. package/cjs/IconUploadFiles/index.js +59 -0
  59. package/cjs/IconVoiceai/index.d.ts +4 -0
  60. package/cjs/IconVoiceai/index.js +59 -0
  61. package/cjs/IconZip/index.d.ts +4 -0
  62. package/cjs/IconZip/index.js +69 -0
  63. package/cjs/index.d.ts +32 -2
  64. package/cjs/index.js +71 -10
  65. package/dist/icon.min.js +1 -1
  66. package/esm/IconAnnotation/index.d.ts +4 -0
  67. package/esm/IconAnnotation/index.js +38 -0
  68. package/esm/IconConfiguration/index.d.ts +4 -0
  69. package/esm/IconConfiguration/index.js +35 -0
  70. package/esm/IconDataTableBlock/index.d.ts +4 -0
  71. package/esm/IconDataTableBlock/index.js +34 -0
  72. package/esm/IconDeleteLine/index.d.ts +4 -0
  73. package/esm/IconDeleteLine/index.js +34 -0
  74. package/esm/IconImportDefault/index.d.ts +4 -0
  75. package/esm/IconImportDefault/index.js +34 -0
  76. package/esm/IconImportFile/index.d.ts +4 -0
  77. package/esm/IconImportFile/index.js +36 -0
  78. package/esm/IconImportFileList/index.d.ts +4 -0
  79. package/esm/IconImportFileList/index.js +35 -0
  80. package/esm/IconMenuAgent/index.d.ts +4 -0
  81. package/esm/IconMenuAgent/index.js +35 -0
  82. package/esm/IconMenuAgentCenter/index.d.ts +4 -0
  83. package/esm/IconMenuAgentCenter/index.js +34 -0
  84. package/esm/IconMenuConversation/index.d.ts +4 -0
  85. package/esm/IconMenuConversation/index.js +34 -0
  86. package/esm/IconMenuDatabase/index.d.ts +4 -0
  87. package/esm/IconMenuDatabase/index.js +34 -0
  88. package/esm/IconMenuEvaluation/index.d.ts +4 -0
  89. package/esm/IconMenuEvaluation/index.js +34 -0
  90. package/esm/IconMenuEvaluationSet/index.d.ts +4 -0
  91. package/esm/IconMenuEvaluationSet/index.js +34 -0
  92. package/esm/IconMenuHiagent/index.d.ts +4 -0
  93. package/esm/IconMenuHiagent/index.js +34 -0
  94. package/esm/IconMenuIndicators/index.d.ts +4 -0
  95. package/esm/IconMenuIndicators/index.js +34 -0
  96. package/esm/IconMenuKnowledge/index.d.ts +4 -0
  97. package/esm/IconMenuKnowledge/index.js +35 -0
  98. package/esm/IconMenuObservation/index.d.ts +4 -0
  99. package/esm/IconMenuObservation/index.js +34 -0
  100. package/esm/IconMenuPlugin/index.d.ts +4 -0
  101. package/esm/IconMenuPlugin/index.js +34 -0
  102. package/esm/IconMenuPluginCenter/index.d.ts +4 -0
  103. package/esm/IconMenuPluginCenter/index.js +35 -0
  104. package/esm/IconMenuPrompt/index.d.ts +4 -0
  105. package/esm/IconMenuPrompt/index.js +34 -0
  106. package/esm/IconMenuTask/index.d.ts +4 -0
  107. package/esm/IconMenuTask/index.js +34 -0
  108. package/esm/IconMenuWorkflow/index.d.ts +4 -0
  109. package/esm/IconMenuWorkflow/index.js +34 -0
  110. package/esm/IconMergePd/index.d.ts +4 -0
  111. package/esm/IconMergePd/index.js +34 -0
  112. package/esm/IconPreview/index.d.ts +4 -0
  113. package/esm/IconPreview/index.js +34 -0
  114. package/esm/IconRecording/index.d.ts +4 -0
  115. package/esm/IconRecording/index.js +34 -0
  116. package/esm/IconShortcutInstructions/index.d.ts +4 -0
  117. package/esm/IconShortcutInstructions/index.js +34 -0
  118. package/esm/IconUndeliver/index.d.ts +4 -0
  119. package/esm/IconUndeliver/index.js +39 -0
  120. package/esm/IconUploadActive/index.js +7 -13
  121. package/esm/IconUploadDefaut/index.js +7 -13
  122. package/esm/IconUploadFiles/index.d.ts +4 -0
  123. package/esm/IconUploadFiles/index.js +34 -0
  124. package/esm/IconVoiceai/index.d.ts +4 -0
  125. package/esm/IconVoiceai/index.js +34 -0
  126. package/esm/IconZip/index.d.ts +4 -0
  127. package/esm/IconZip/index.js +44 -0
  128. package/esm/index.d.ts +32 -2
  129. package/esm/index.js +32 -2
  130. package/package.json +1 -1
  131. package/src/IconAnnotation/index.tsx +15 -0
  132. package/src/IconConfiguration/index.tsx +15 -0
  133. package/src/IconDataTableBlock/index.tsx +15 -0
  134. package/src/IconDeleteLine/index.tsx +15 -0
  135. package/src/IconImportDefault/index.tsx +15 -0
  136. package/src/IconImportFile/index.tsx +15 -0
  137. package/src/IconImportFileList/index.tsx +15 -0
  138. package/src/IconMenuAgent/index.tsx +15 -0
  139. package/src/IconMenuAgentCenter/index.tsx +15 -0
  140. package/src/IconMenuConversation/index.tsx +15 -0
  141. package/src/IconMenuDatabase/index.tsx +15 -0
  142. package/src/IconMenuEvaluation/index.tsx +15 -0
  143. package/src/IconMenuEvaluationSet/index.tsx +15 -0
  144. package/src/IconMenuHiagent/index.tsx +15 -0
  145. package/src/IconMenuIndicators/index.tsx +15 -0
  146. package/src/IconMenuKnowledge/index.tsx +15 -0
  147. package/src/IconMenuObservation/index.tsx +15 -0
  148. package/src/IconMenuPlugin/index.tsx +15 -0
  149. package/src/IconMenuPluginCenter/index.tsx +15 -0
  150. package/src/IconMenuPrompt/index.tsx +15 -0
  151. package/src/IconMenuTask/index.tsx +15 -0
  152. package/src/IconMenuWorkflow/index.tsx +15 -0
  153. package/src/IconMergePd/index.tsx +15 -0
  154. package/src/IconPreview/index.tsx +15 -0
  155. package/src/IconRecording/index.tsx +15 -0
  156. package/src/IconShortcutInstructions/index.tsx +15 -0
  157. package/src/IconUndeliver/index.tsx +15 -0
  158. package/src/IconUploadActive/index.tsx +1 -1
  159. package/src/IconUploadDefaut/index.tsx +1 -1
  160. package/src/IconUploadFiles/index.tsx +15 -0
  161. package/src/IconVoiceai/index.tsx +15 -0
  162. package/src/IconZip/index.tsx +15 -0
  163. package/src/index.ts +32 -2
  164. package/umd/IconAnnotation/index.d.ts +4 -0
  165. package/umd/IconAnnotation/index.js +73 -0
  166. package/umd/IconConfiguration/index.d.ts +4 -0
  167. package/umd/IconConfiguration/index.js +70 -0
  168. package/umd/IconDataTableBlock/index.d.ts +4 -0
  169. package/umd/IconDataTableBlock/index.js +69 -0
  170. package/umd/IconDeleteLine/index.d.ts +4 -0
  171. package/umd/IconDeleteLine/index.js +69 -0
  172. package/umd/IconImportDefault/index.d.ts +4 -0
  173. package/umd/IconImportDefault/index.js +69 -0
  174. package/umd/IconImportFile/index.d.ts +4 -0
  175. package/umd/IconImportFile/index.js +71 -0
  176. package/umd/IconImportFileList/index.d.ts +4 -0
  177. package/umd/IconImportFileList/index.js +70 -0
  178. package/umd/IconMenuAgent/index.d.ts +4 -0
  179. package/umd/IconMenuAgent/index.js +70 -0
  180. package/umd/IconMenuAgentCenter/index.d.ts +4 -0
  181. package/umd/IconMenuAgentCenter/index.js +69 -0
  182. package/umd/IconMenuConversation/index.d.ts +4 -0
  183. package/umd/IconMenuConversation/index.js +69 -0
  184. package/umd/IconMenuDatabase/index.d.ts +4 -0
  185. package/umd/IconMenuDatabase/index.js +69 -0
  186. package/umd/IconMenuEvaluation/index.d.ts +4 -0
  187. package/umd/IconMenuEvaluation/index.js +69 -0
  188. package/umd/IconMenuEvaluationSet/index.d.ts +4 -0
  189. package/umd/IconMenuEvaluationSet/index.js +69 -0
  190. package/umd/IconMenuHiagent/index.d.ts +4 -0
  191. package/umd/IconMenuHiagent/index.js +69 -0
  192. package/umd/IconMenuIndicators/index.d.ts +4 -0
  193. package/umd/IconMenuIndicators/index.js +69 -0
  194. package/umd/IconMenuKnowledge/index.d.ts +4 -0
  195. package/umd/IconMenuKnowledge/index.js +70 -0
  196. package/umd/IconMenuObservation/index.d.ts +4 -0
  197. package/umd/IconMenuObservation/index.js +69 -0
  198. package/umd/IconMenuPlugin/index.d.ts +4 -0
  199. package/umd/IconMenuPlugin/index.js +69 -0
  200. package/umd/IconMenuPluginCenter/index.d.ts +4 -0
  201. package/umd/IconMenuPluginCenter/index.js +70 -0
  202. package/umd/IconMenuPrompt/index.d.ts +4 -0
  203. package/umd/IconMenuPrompt/index.js +69 -0
  204. package/umd/IconMenuTask/index.d.ts +4 -0
  205. package/umd/IconMenuTask/index.js +69 -0
  206. package/umd/IconMenuWorkflow/index.d.ts +4 -0
  207. package/umd/IconMenuWorkflow/index.js +69 -0
  208. package/umd/IconMergePd/index.d.ts +4 -0
  209. package/umd/IconMergePd/index.js +69 -0
  210. package/umd/IconPreview/index.d.ts +4 -0
  211. package/umd/IconPreview/index.js +69 -0
  212. package/umd/IconRecording/index.d.ts +4 -0
  213. package/umd/IconRecording/index.js +69 -0
  214. package/umd/IconShortcutInstructions/index.d.ts +4 -0
  215. package/umd/IconShortcutInstructions/index.js +69 -0
  216. package/umd/IconUndeliver/index.d.ts +4 -0
  217. package/umd/IconUndeliver/index.js +74 -0
  218. package/umd/IconUploadActive/index.js +7 -13
  219. package/umd/IconUploadDefaut/index.js +7 -13
  220. package/umd/IconUploadFiles/index.d.ts +4 -0
  221. package/umd/IconUploadFiles/index.js +69 -0
  222. package/umd/IconVoiceai/index.d.ts +4 -0
  223. package/umd/IconVoiceai/index.js +69 -0
  224. package/umd/IconZip/index.d.ts +4 -0
  225. package/umd/IconZip/index.js +79 -0
  226. package/umd/index.d.ts +32 -2
  227. package/umd/index.js +66 -6
package/esm/index.js CHANGED
@@ -35,8 +35,6 @@ export { default as IconWorkflowWorkflow } from './IconWorkflowWorkflow';
35
35
  export { default as IconUploadingPng } from './IconUploadingPng';
36
36
  export { default as IconUploadingHtml } from './IconUploadingHtml';
37
37
  export { default as IconNewsExtraction } from './IconNewsExtraction';
38
- export { default as IconUploadActive } from './IconUploadActive';
39
- export { default as IconUploadDefaut } from './IconUploadDefaut';
40
38
  export { default as IconHomebotC } from './IconHomebotC';
41
39
  export { default as IconNewAgent } from './IconNewAgent';
42
40
  export { default as IconUploadingPpt } from './IconUploadingPpt';
@@ -291,4 +289,36 @@ export { default as IconErrorTypeHighSaturation } from './IconErrorTypeHighSatur
291
289
  export { default as IconLoginFailure } from './IconLoginFailure';
292
290
  export { default as IconCodeUn } from './IconCodeUn';
293
291
  export { default as IconUploadFile } from './IconUploadFile';
292
+ export { default as IconMenuIndicators } from './IconMenuIndicators';
293
+ export { default as IconMenuObservation } from './IconMenuObservation';
294
+ export { default as IconMenuHiagent } from './IconMenuHiagent';
295
+ export { default as IconMenuEvaluation } from './IconMenuEvaluation';
296
+ export { default as IconMenuAgentCenter } from './IconMenuAgentCenter';
297
+ export { default as IconMenuPluginCenter } from './IconMenuPluginCenter';
298
+ export { default as IconMenuConversation } from './IconMenuConversation';
299
+ export { default as IconMenuEvaluationSet } from './IconMenuEvaluationSet';
300
+ export { default as IconMenuPlugin } from './IconMenuPlugin';
301
+ export { default as IconMenuTask } from './IconMenuTask';
302
+ export { default as IconMenuDatabase } from './IconMenuDatabase';
303
+ export { default as IconMenuPrompt } from './IconMenuPrompt';
304
+ export { default as IconMenuKnowledge } from './IconMenuKnowledge';
305
+ export { default as IconMenuWorkflow } from './IconMenuWorkflow';
306
+ export { default as IconMenuAgent } from './IconMenuAgent';
307
+ export { default as IconZip } from './IconZip';
308
+ export { default as IconVoiceai } from './IconVoiceai';
309
+ export { default as IconShortcutInstructions } from './IconShortcutInstructions';
310
+ export { default as IconDataTableBlock } from './IconDataTableBlock';
311
+ export { default as IconMergePd } from './IconMergePd';
312
+ export { default as IconConfiguration } from './IconConfiguration';
313
+ export { default as IconPreview } from './IconPreview';
314
+ export { default as IconAnnotation } from './IconAnnotation';
315
+ export { default as IconDeleteLine } from './IconDeleteLine';
316
+ export { default as IconUploadFiles } from './IconUploadFiles';
317
+ export { default as IconRecording } from './IconRecording';
318
+ export { default as IconImportDefault } from './IconImportDefault';
319
+ export { default as IconUndeliver } from './IconUndeliver';
320
+ export { default as IconUploadActive } from './IconUploadActive';
321
+ export { default as IconUploadDefaut } from './IconUploadDefaut';
322
+ export { default as IconImportFile } from './IconImportFile';
323
+ export { default as IconImportFileList } from './IconImportFileList';
294
324
  export * from './type';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arco-iconbox/react-hiagent",
3
- "version": "0.0.5",
3
+ "version": "0.0.7",
4
4
  "main": "cjs/index.js",
5
5
  "module": "esm/index.js",
6
6
  "license": "ISC",
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconAnnotationComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
6
+ const { prefix: prefixFromContext } = useContext(Context);
7
+ const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
8
+
9
+ const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
+ const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-annotation${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 12 12" {...rest} ref={ref}><g clipPath="url(#svg_61979344b1__svg_ee656aa13b__clip0_26545_1137312)"><path fillRule="evenodd" d="M2.64816 0.6C1.40653 0.6 0.399994 1.60654 0.399994 2.84816V7.89236C0.399994 9.13399 1.40653 10.1405 2.64816 10.1405H4.577L5.61347 11.201C5.73731 11.3277 5.90682 11.3994 6.084 11.4C6.26117 11.4006 6.43119 11.3301 6.55592 11.2043L7.61048 10.1405H9.39265C10.6343 10.1405 11.6408 9.13399 11.6408 7.89236V2.84817C11.6408 1.60654 10.6343 0.6 9.39265 0.6H2.64816ZM1.72244 2.84816C1.72244 2.33691 2.1369 1.92245 2.64816 1.92245H9.39265C9.9039 1.92245 10.3184 2.33691 10.3184 2.84817V7.89236C10.3184 8.40362 9.9039 8.81808 9.39265 8.81808H7.33491C7.15855 8.81808 6.98949 8.88853 6.86533 9.01378L6.08967 9.79621L5.32819 9.01712C5.20378 8.88983 5.03331 8.81808 4.85532 8.81808H2.64816C2.1369 8.81808 1.72244 8.40362 1.72244 7.89236V2.84816ZM4.36734 4.67976C4.00216 4.67976 3.70612 4.9758 3.70612 5.34098C3.70612 5.70616 4.00216 6.0022 4.36734 6.0022H7.67346C8.03865 6.0022 8.33469 5.70616 8.33469 5.34098C8.33469 4.9758 8.03865 4.67976 7.67346 4.67976H4.36734Z" clipRule="evenodd"/></g><defs><clipPath id="svg_61979344b1__svg_ee656aa13b__clip0_26545_1137312"><path d="M0 0H12V12H0z"/></clipPath></defs></svg>;
12
+ }
13
+
14
+ const IconAnnotation = React.forwardRef(IconAnnotationComponent);
15
+ export default IconAnnotation;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconConfigurationComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
6
+ const { prefix: prefixFromContext } = useContext(Context);
7
+ const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
8
+
9
+ const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
+ const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-configuration${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 16 16" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path fillRule="evenodd" clipRule="evenodd" d="M3.27848 3.44304C3.27848 2.64607 3.92455 2 4.72152 2H6.2405C7.03747 2 7.68354 2.64607 7.68354 3.44304V4.28266C7.70849 4.2799 7.73385 4.27848 7.75953 4.27848H14.595C14.9725 4.27848 15.2785 4.58451 15.2785 4.96202C15.2785 5.33953 14.9725 5.64557 14.595 5.64557H7.75953C7.73385 5.64557 7.70849 5.64415 7.68354 5.64139V6.48101C7.68354 7.27798 7.03747 7.92405 6.2405 7.92405H4.72152C3.92455 7.92405 3.27848 7.27798 3.27848 6.48101V5.64557H1.68354C1.30603 5.64557 1 5.33953 1 4.96202C1 4.58451 1.30603 4.27848 1.68354 4.27848H3.27848V3.44304ZM4.72152 3.36709C4.67957 3.36709 4.64557 3.40109 4.64557 3.44304V6.48101C4.64557 6.52295 4.67957 6.55696 4.72152 6.55696H6.2405C6.28245 6.55696 6.31645 6.52295 6.31645 6.48101V3.44304C6.31645 3.40109 6.28245 3.36709 6.2405 3.36709H4.72152ZM1.68354 10.3544C1.30603 10.3544 1 10.6605 1 11.038C1 11.4155 1.30603 11.7215 1.68354 11.7215H8.59502V12.557C8.59502 13.3539 9.24109 14 10.0381 14H11.557C12.354 14 13.0001 13.3539 13.0001 12.557V11.7215H14.595C14.9725 11.7215 15.2785 11.4155 15.2785 11.038C15.2785 10.6605 14.9725 10.3544 14.595 10.3544H13.0001V9.51899C13.0001 8.72202 12.354 8.07596 11.557 8.07596H10.0381C9.24109 8.07596 8.59502 8.72202 8.59502 9.51899V10.3544H1.68354ZM11.633 11.03V9.51899C11.633 9.47705 11.599 9.44304 11.557 9.44304H10.0381C9.99611 9.44304 9.96211 9.47705 9.96211 9.51899V12.557C9.96211 12.5989 9.99611 12.6329 10.0381 12.6329H11.557C11.599 12.6329 11.633 12.5989 11.633 12.557V11.046C11.633 11.0433 11.6329 11.0406 11.6329 11.038C11.6329 11.0353 11.633 11.0326 11.633 11.03Z"/><path fillRule="evenodd" clipRule="evenodd" d="M3.1785 3.44303C3.1785 2.59084 3.86934 1.89999 4.72154 1.89999H6.24053C7.09272 1.89999 7.78356 2.59084 7.78356 3.44303V4.17847H14.595C15.0277 4.17847 15.3785 4.52928 15.3785 4.96202C15.3785 5.39476 15.0277 5.74556 14.595 5.74556H7.78356V6.481C7.78356 7.3332 7.09272 8.02404 6.24053 8.02404H4.72154C3.86934 8.02404 3.1785 7.3332 3.1785 6.481V5.74556H1.68357C1.25083 5.74556 0.900024 5.39476 0.900024 4.96202C0.900024 4.52928 1.25083 4.17847 1.68357 4.17847H3.1785V3.44303ZM7.68356 5.64138C7.70851 5.64414 7.73387 5.64556 7.75956 5.64556H14.595C14.9725 5.64556 15.2785 5.33953 15.2785 4.96202C15.2785 4.58451 14.9725 4.27847 14.595 4.27847H7.75956C7.73387 4.27847 7.70851 4.27989 7.68356 4.28265V3.44303C7.68356 2.64606 7.03749 1.99999 6.24053 1.99999H4.72154C3.92457 1.99999 3.2785 2.64606 3.2785 3.44303V4.27847H1.68357C1.30606 4.27847 1.00002 4.58451 1.00002 4.96202C1.00002 5.33953 1.30606 5.64556 1.68357 5.64556H3.2785V6.481C3.2785 7.27797 3.92457 7.92404 4.72154 7.92404H6.24053C7.03749 7.92404 7.68356 7.27797 7.68356 6.481V5.64138ZM4.74559 3.46708V6.45695H6.21648V3.46708H4.74559ZM0.900024 11.038C0.900024 10.6052 1.25083 10.2544 1.68357 10.2544H8.49505V9.51899C8.49505 8.66679 9.18589 7.97595 10.0381 7.97595H11.5571C12.4093 7.97595 13.1001 8.66679 13.1001 9.51899V10.2544H14.595C15.0277 10.2544 15.3785 10.6052 15.3785 11.038C15.3785 11.4707 15.0277 11.8215 14.595 11.8215H13.1001V12.557C13.1001 13.4092 12.4093 14.1 11.5571 14.1H10.0381C9.18589 14.1 8.49505 13.4092 8.49505 12.557V11.8215H1.68357C1.25083 11.8215 0.900024 11.4707 0.900024 11.038ZM1.68357 11.7215C1.30606 11.7215 1.00002 11.4155 1.00002 11.038C1.00002 10.6605 1.30606 10.3544 1.68357 10.3544H8.59505V9.51899C8.59505 8.72202 9.24112 8.07595 10.0381 8.07595H11.5571C12.354 8.07595 13.0001 8.72202 13.0001 9.51899V10.3544H14.595C14.9725 10.3544 15.2785 10.6605 15.2785 11.038C15.2785 11.4155 14.9725 11.7215 14.595 11.7215H13.0001V12.557C13.0001 13.3539 12.354 14 11.5571 14H10.0381C9.24112 14 8.59505 13.3539 8.59505 12.557V11.7215H1.68357ZM11.533 9.54304H10.0621V12.5329H11.533V11.046L11.533 11.038L11.533 11.03V9.54304ZM11.633 11.03V9.51899C11.633 9.47704 11.599 9.44304 11.5571 9.44304H10.0381C9.99614 9.44304 9.96213 9.47704 9.96213 9.51899V12.557C9.96213 12.5989 9.99614 12.6329 10.0381 12.6329H11.5571C11.599 12.6329 11.633 12.5989 11.633 12.557V11.046L11.633 11.038L11.633 11.03ZM4.64559 3.44303C4.64559 3.40108 4.67959 3.36708 4.72154 3.36708H6.24053C6.28247 3.36708 6.31648 3.40108 6.31648 3.44303V6.481C6.31648 6.52295 6.28247 6.55695 6.24053 6.55695H4.72154C4.67959 6.55695 4.64559 6.52295 4.64559 6.481V3.44303Z"/></svg>;
12
+ }
13
+
14
+ const IconConfiguration = React.forwardRef(IconConfigurationComponent);
15
+ export default IconConfiguration;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconDataTableBlockComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
6
+ const { prefix: prefixFromContext } = useContext(Context);
7
+ const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
8
+
9
+ const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
+ const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-data-table-block${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 48 48" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path fillRule="evenodd" clipRule="evenodd" d="M41.667 5C42.955 5 44 5.895 44 7v34c0 1.105-1.045 2-2.333 2H6.333C5.045 43 4 42.105 4 41V7c0-1.105 1.045-2 2.333-2h35.334zM14 32H8v7h6v-7zm26 0H18v7h22v-7zM14 20H8v8h6v-8zm26 0H18v8h22v-8zM14 9H8v7h6V9zm26 0H18v7h22V9z"/></svg>;
12
+ }
13
+
14
+ const IconDataTableBlock = React.forwardRef(IconDataTableBlockComponent);
15
+ export default IconDataTableBlock;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconDeleteLineComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
6
+ const { prefix: prefixFromContext } = useContext(Context);
7
+ const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
8
+
9
+ const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
+ const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-delete-line${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 16 16" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path fillRule="evenodd" clipRule="evenodd" d="M6.737 1.59113C6.03744 1.59113 5.47034 2.15823 5.47034 2.85779V3.52212H3.00002C2.66865 3.52212 2.40002 3.79074 2.40002 4.12212C2.40002 4.45349 2.66865 4.72212 3.00002 4.72212H3.47017V12.2077C3.47017 13.4227 4.45515 14.4077 5.67017 14.4077H10.4702C11.6852 14.4077 12.6702 13.4227 12.6702 12.2077V4.72212H13C13.3314 4.72212 13.6 4.45349 13.6 4.12212C13.6 3.79074 13.3314 3.52212 13 3.52212H10.6703V2.85779C10.6703 2.15823 10.1032 1.59113 9.40367 1.59113H6.737ZM9.47034 3.52212V2.85779C9.47034 2.82097 9.44049 2.79113 9.40367 2.79113H6.737C6.70018 2.79113 6.67034 2.82097 6.67034 2.85779V3.52212H9.47034ZM4.67017 4.72212H11.4702V12.2077C11.4702 12.7599 11.0225 13.2077 10.4702 13.2077H5.67017C5.11789 13.2077 4.67017 12.7599 4.67017 12.2077V4.72212ZM6.737 7.06639C7.06837 7.06639 7.337 7.33501 7.337 7.66639V10.3331C7.337 10.6644 7.06837 10.9331 6.737 10.9331C6.40563 10.9331 6.137 10.6644 6.137 10.3331V7.66639C6.137 7.33501 6.40563 7.06639 6.737 7.06639ZM10.0037 7.66639C10.0037 7.33501 9.73504 7.06639 9.40367 7.06639C9.0723 7.06639 8.80367 7.33501 8.80367 7.66639V10.3331C8.80367 10.6644 9.0723 10.9331 9.40367 10.9331C9.73504 10.9331 10.0037 10.6644 10.0037 10.3331V7.66639Z"/></svg>;
12
+ }
13
+
14
+ const IconDeleteLine = React.forwardRef(IconDeleteLineComponent);
15
+ export default IconDeleteLine;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconImportDefaultComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
6
+ const { prefix: prefixFromContext } = useContext(Context);
7
+ const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
8
+
9
+ const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
+ const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-import-default${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 16 16" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path fillRule="evenodd" clipRule="evenodd" d="M3.75 10.5003C3.98012 10.5003 4.16667 10.6869 4.16667 10.917V12.167H11.8333V10.917C11.8333 10.6869 12.0199 10.5003 12.25 10.5003H13.0833C13.3135 10.5003 13.5 10.6869 13.5 10.917V13.0003C13.5 13.4606 13.1269 13.8337 12.6667 13.8337H3.33333C2.8731 13.8337 2.5 13.4606 2.5 13.0003V10.917C2.5 10.6869 2.68655 10.5003 2.91667 10.5003H3.75zM8.39565 9.57468L11.5204 6.44989C11.6832 6.28717 11.6832 6.02335 11.5204 5.86063L10.9312 5.27138C10.7685 5.10866 10.5047 5.10866 10.3419 5.27138L8.83312 6.78008 8.83321 2.58367C8.83321 2.35355 8.64666 2.167 8.41654 2.167H7.58321C7.35309 2.167 7.16654 2.35355 7.16654 2.58367L7.16612 6.57796 5.86012 5.27138C5.6974 5.10866 5.43358 5.10866 5.27086 5.27138L4.68161 5.86063C4.51889 6.02335 4.51889 6.28717 4.68161 6.44989L7.8064 9.57468C7.96912 9.7374 8.23294 9.7374 8.39565 9.57468z"/></svg>;
12
+ }
13
+
14
+ const IconImportDefault = React.forwardRef(IconImportDefaultComponent);
15
+ export default IconImportDefault;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconImportFileComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
6
+ const { prefix: prefixFromContext } = useContext(Context);
7
+ const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
8
+
9
+ const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
+ const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-import-file${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 16 16" {...rest} ref={ref}><g fillRule="evenodd" clipRule="evenodd"><path d="M3.17065 4.32464C3.17065 3.10961 4.15563 2.12463 5.37065 2.12463H11.1258C11.8254 2.12463 12.3925 2.69174 12.3925 3.3913V11.9416C12.3925 13.0094 11.5269 13.8749 10.4591 13.8749H7.49429C7.16292 13.8749 6.89429 13.6063 6.89429 13.2749C6.89429 12.9436 7.16292 12.6749 7.49429 12.6749H10.4591C10.8641 12.6749 11.1925 12.3466 11.1925 11.9416V3.3913C11.1925 3.35448 11.1626 3.32463 11.1258 3.32463H5.37065C4.81837 3.32463 4.37065 3.77235 4.37065 4.32464V8.31009C4.37065 8.64146 4.10203 8.91009 3.77065 8.91009C3.43928 8.91009 3.17065 8.64146 3.17065 8.31009V4.32464Z"/><path d="M1.64706 10.6736C1.70731 10.4021 1.94902 10.193 2.24585 10.193H8.57016C8.91904 10.193 9.22482 10.4954 9.17928 10.8785 9.13876 11.2194 9.1733 11.7064 9.36456 12.0804 9.45567 12.2585 9.57639 12.4003 9.73355 12.4995 9.88897 12.5977 10.1134 12.6754 10.4471 12.6754V13.8754H3.41699L3.35873 13.8638C2.9275 13.7775 2.40546 13.4432 2.04152 12.9248 1.65732 12.3776 1.43847 11.6136 1.64706 10.6736zM8.3217 12.6754C8.31299 12.6593 8.30449 12.6431 8.29618 12.6268 8.09028 12.2242 7.99876 11.7854 7.97262 11.393H2.76643C2.76818 11.7593 2.88297 12.035 3.02363 12.2353 3.21151 12.5029 3.44278 12.6353 3.55429 12.6754H8.3217zM11.1929 5.24915C11.17 4.91857 11.4194 4.63203 11.75 4.60915 12.276 4.57273 12.8352 4.55639 13.2319 4.54906 13.2158 4.2074 13.0847 3.94581 12.9244 3.74925 12.8067 3.60493 12.6707 3.49397 12.5479 3.41865 12.4508 3.35915 12.3827 3.33428 12.3542 3.32529H10.5313C10.2 3.32529 9.93134 3.05666 9.93134 2.72529 9.93134 2.39392 10.2 2.12529 10.5313 2.12529H12.4484L12.4845 2.12968C12.7123 2.15739 12.9582 2.26268 13.175 2.39554 13.403 2.5353 13.6442 2.73314 13.8543 2.99075 14.285 3.51874 14.5763 4.29121 14.3614 5.26214 14.3059 5.51301 14.0805 5.74251 13.7641 5.74309 13.6552 5.74329 12.691 5.74687 11.8329 5.80628 11.5023 5.82917 11.2158 5.57973 11.1929 5.24915z"/></g></svg>;
12
+ }
13
+
14
+ const IconImportFile = React.forwardRef(IconImportFileComponent);
15
+ export default IconImportFile;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconImportFileListComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
6
+ const { prefix: prefixFromContext } = useContext(Context);
7
+ const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
8
+
9
+ const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
+ const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-import-file-list${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 16 16" {...rest} ref={ref}><g fillRule="evenodd" clipRule="evenodd"><path d="M6.02954 7.99996C6.02954 7.66859 6.29817 7.39996 6.62954 7.39996H13.7407C14.072 7.39996 14.3407 7.66859 14.3407 7.99996 14.3407 8.33133 14.072 8.59996 13.7407 8.59996H6.62954C6.29817 8.59996 6.02954 8.33133 6.02954 7.99996zM6.02954 12.1481C6.02954 11.8167 6.29817 11.5481 6.62954 11.5481H13.7407C14.072 11.5481 14.3407 11.8167 14.3407 12.1481 14.3407 12.4795 14.072 12.7481 13.7407 12.7481H6.62954C6.29817 12.7481 6.02954 12.4795 6.02954 12.1481zM6.02954 3.85189C6.02954 3.52052 6.29817 3.25189 6.62954 3.25189H13.7407C14.072 3.25189 14.3407 3.52052 14.3407 3.85189 14.3407 4.18326 14.072 4.45189 13.7407 4.45189H6.62954C6.29817 4.45189 6.02954 4.18326 6.02954 3.85189zM1.72583 3.18521C1.72583 2.70656 2.11385 2.31854 2.5925 2.31854H3.92583C4.40448 2.31854 4.7925 2.70656 4.7925 3.18521V4.51854C4.7925 4.99719 4.40448 5.38521 3.92583 5.38521H2.5925C2.11385 5.38521 1.72583 4.99719 1.72583 4.51854V3.18521zM2.7925 3.38521V4.31854H3.72583V3.38521H2.7925zM1.72583 7.33334C1.72583 6.85469 2.11385 6.46667 2.5925 6.46667H3.92583C4.40448 6.46667 4.7925 6.85469 4.7925 7.33334V8.66667C4.7925 9.14532 4.40448 9.53334 3.92583 9.53334H2.5925C2.11385 9.53334 1.72583 9.14532 1.72583 8.66667V7.33334zM2.7925 7.53334V8.46667H3.72583V7.53334H2.7925zM1.72583 11.4814C1.72583 11.0028 2.11385 10.6147 2.5925 10.6147H3.92583C4.40448 10.6147 4.7925 11.0028 4.7925 11.4814V12.8147C4.7925 13.2934 4.40448 13.6814 3.92583 13.6814H2.5925C2.11385 13.6814 1.72583 13.2934 1.72583 12.8147V11.4814zM2.7925 11.6814V12.6147H3.72583V11.6814H2.7925z"/></g></svg>;
12
+ }
13
+
14
+ const IconImportFileList = React.forwardRef(IconImportFileListComponent);
15
+ export default IconImportFileList;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconMenuAgentComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
6
+ const { prefix: prefixFromContext } = useContext(Context);
7
+ const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
8
+
9
+ const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
+ const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-menu-agent${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 20 20" {...rest} ref={ref}><path d="M10 2C6.61337 2 4.55616 2.66861 3.36961 3.91334C2.18306 5.15807 2 6.84519 2 8.5C2 10.1548 2.18306 11.8408 3.36961 13.0867C4.55616 14.3314 6.61337 15 10 15C13.3866 15 15.4438 14.3314 16.6304 13.0867C17.8169 11.8419 18 10.1548 18 8.5C18 6.84519 17.8169 5.15807 16.6293 3.91334C15.4438 2.66861 13.3866 2 10 2ZM5.86438 6.96777C6.08641 6.96777 6.29935 7.05582 6.45635 7.21256C6.61335 7.36929 6.70155 7.58187 6.70155 7.80353V9.19647C6.70155 9.41813 6.61335 9.6307 6.45635 9.78744C6.29935 9.94418 6.08641 10.0322 5.86438 10.0322C5.64235 10.0322 5.42941 9.94418 5.27241 9.78744C5.11541 9.6307 5.02721 9.41813 5.02721 9.19647V7.80353C5.02721 7.58187 5.11541 7.36929 5.27241 7.21256C5.42941 7.05582 5.64235 6.96777 5.86438 6.96777ZM14.9728 7.80353V9.19647C14.9728 9.41813 14.8846 9.6307 14.7276 9.78744C14.5706 9.94418 14.3577 10.0322 14.1356 10.0322C13.9136 10.0322 13.7007 9.94418 13.5437 9.78744C13.3867 9.6307 13.2985 9.41813 13.2985 9.19647V7.80353C13.2985 7.58187 13.3867 7.36929 13.5437 7.21256C13.7007 7.05582 13.9136 6.96777 14.1356 6.96777C14.3577 6.96777 14.5706 7.05582 14.7276 7.21256C14.8846 7.36929 14.9728 7.58187 14.9728 7.80353Z"/><rect width="10" height="2" x="5" y="16" opacity=".5" rx="1"/></svg>;
12
+ }
13
+
14
+ const IconMenuAgent = React.forwardRef(IconMenuAgentComponent);
15
+ export default IconMenuAgent;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconMenuAgentCenterComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
6
+ const { prefix: prefixFromContext } = useContext(Context);
7
+ const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
8
+
9
+ const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
+ const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-menu-agent-center${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 20 20" {...rest} ref={ref}><path d="M10.8452 1C13.2908 1 15.2918 1.801 16.6307 3.3175C17.8142 4.6585 18.4412 6.4783 18.4412 8.5825C18.4431 10.1133 17.9774 11.6084 17.1059 12.8692C16.4103 13.8799 16.0164 15.0139 15.9604 16.1623L15.9531 16.4503V19H7.15835V17.1496L6.58377 17.1937C6.16305 17.2319 5.73898 17.1816 5.33901 17.0461C4.93905 16.9106 4.57212 16.6929 4.26198 16.4071C3.66916 15.8637 3.30935 15.1136 3.25737 14.3128L3.25105 14.1112V12.5002L2.12177 11.9359L2.08654 11.9305L2.05944 11.9035C1.82711 11.7665 1.65111 11.5519 1.56277 11.2977C1.47443 11.0436 1.47948 10.7665 1.57701 10.5157L1.63031 10.3987L3.27725 7.5394C3.52479 5.6341 4.17706 4.1194 5.2196 3.0358C6.52143 1.6858 8.4141 1 10.8452 1ZM10.8949 3.5614C10.6579 3.56142 10.4243 3.6176 10.2134 3.72529C10.0025 3.83299 9.82034 3.98912 9.68195 4.18079C9.54357 4.37246 9.45293 4.59417 9.41752 4.82762C9.38212 5.06107 9.40296 5.29956 9.47833 5.5234L7.72118 7.0102C7.35454 6.83847 6.94408 6.78214 6.54449 6.84871C6.1449 6.91528 5.77517 7.10159 5.48457 7.38281C5.19397 7.66403 4.9963 8.0268 4.91792 8.42277C4.83953 8.81875 4.88414 9.22912 5.04581 9.59919C5.20748 9.96927 5.47853 10.2815 5.82283 10.4942C6.16713 10.7069 6.56833 10.81 6.97296 10.7898C7.37759 10.7696 7.76643 10.627 8.08766 10.3811C8.40888 10.1352 8.64724 9.79752 8.77095 9.4132L12.3142 9.9073C12.3965 10.3163 12.6238 10.6822 12.9545 10.938C13.2853 11.1938 13.6974 11.3225 14.1156 11.3006C14.5337 11.2786 14.93 11.1075 15.2319 10.8184C15.5338 10.5294 15.7213 10.1417 15.7599 9.72635C15.7986 9.31098 15.6859 8.89561 15.4425 8.55619C15.1991 8.21676 14.8411 7.97595 14.4342 7.87777C14.0272 7.77958 13.5983 7.83059 13.226 8.02146C12.8536 8.21234 12.5627 8.53032 12.4063 8.9173L8.82787 8.4178C8.77326 8.14362 8.66087 7.8841 8.49812 7.6564L10.0927 6.3064C10.2884 6.42998 10.5102 6.50653 10.7408 6.52999C10.9713 6.55345 11.2041 6.52319 11.4209 6.44158C11.6376 6.35998 11.8323 6.22928 11.9897 6.05981C12.147 5.89034 12.2626 5.68674 12.3274 5.4651C12.3921 5.24346 12.4042 5.00985 12.3628 4.78274C12.3213 4.55563 12.2274 4.34124 12.0885 4.1565C11.9495 3.97177 11.7694 3.82175 11.5622 3.71832C11.3551 3.61488 11.1266 3.56085 10.8949 3.5605V3.5614Z"/></svg>;
12
+ }
13
+
14
+ const IconMenuAgentCenter = React.forwardRef(IconMenuAgentCenterComponent);
15
+ export default IconMenuAgentCenter;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconMenuConversationComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
6
+ const { prefix: prefixFromContext } = useContext(Context);
7
+ const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
8
+
9
+ const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
+ const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-menu-conversation${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 20 20" {...rest} ref={ref}><path fillRule="evenodd" d="M10 2C12.1217 2 14.1566 2.84285 15.6569 4.34315C17.1571 5.84344 18 7.87827 18 10C18 12.1217 17.1571 14.1566 15.6569 15.6569C14.1566 17.1571 12.1217 18 10 18H2.7619C2.55984 18 2.36604 17.9197 2.22316 17.7768C2.08027 17.634 2 17.4402 2 17.2381V10C2 5.58095 5.58095 2 10 2ZM10.381 10.7619H6.57143C6.47039 10.7619 6.3735 10.802 6.30205 10.8735C6.23061 10.9449 6.19048 11.0418 6.19048 11.1429V11.9048C6.19048 12.115 6.36114 12.2857 6.57143 12.2857H10.381C10.482 12.2857 10.5789 12.2456 10.6503 12.1741C10.7218 12.1027 10.7619 12.0058 10.7619 11.9048V11.1429C10.7619 11.0418 10.7218 10.9449 10.6503 10.8735C10.5789 10.802 10.482 10.7619 10.381 10.7619ZM13.4286 7.71429H6.57143C6.47039 7.71429 6.3735 7.75442 6.30205 7.82586C6.23061 7.89731 6.19048 7.9942 6.19048 8.09524V8.85714C6.19048 9.06743 6.36114 9.2381 6.57143 9.2381H13.4286C13.5296 9.2381 13.6265 9.19796 13.6979 9.12652C13.7694 9.05507 13.8095 8.95818 13.8095 8.85714V8.09524C13.8095 7.9942 13.7694 7.89731 13.6979 7.82586C13.6265 7.75442 13.5296 7.71429 13.4286 7.71429Z" clipRule="evenodd"/></svg>;
12
+ }
13
+
14
+ const IconMenuConversation = React.forwardRef(IconMenuConversationComponent);
15
+ export default IconMenuConversation;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconMenuDatabaseComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
6
+ const { prefix: prefixFromContext } = useContext(Context);
7
+ const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
8
+
9
+ const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
+ const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-menu-database${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 20 20" {...rest} ref={ref}><path fillRule="evenodd" d="M5.0778 2C3.47742 2 2.18005 3.29736 2.18005 4.89774V15.1022C2.18005 16.7027 3.47742 18 5.0778 18H14.9125C16.513 18 17.8103 16.7027 17.8103 15.1022V4.89774C17.8103 3.29736 16.513 2 14.9125 2H5.0778ZM5.6925 6.92455C5.6925 6.48809 6.04632 6.13426 6.48279 6.13426H7.36089C7.79736 6.13426 8.15119 6.48809 8.15119 6.92455C8.15119 7.36102 7.79736 7.71485 7.36089 7.71485H6.48279C6.04632 7.71485 5.6925 7.36102 5.6925 6.92455ZM9.20481 6.92455C9.20481 6.48809 9.55864 6.13426 9.99511 6.13426H13.5075C13.944 6.13426 14.2978 6.48809 14.2978 6.92455C14.2978 7.36102 13.944 7.71485 13.5075 7.71485H9.99511C9.55864 7.71485 9.20481 7.36102 9.20481 6.92455ZM9.20481 9.99789C9.20481 9.56142 9.55864 9.20759 9.99511 9.20759H13.5075C13.944 9.20759 14.2978 9.56142 14.2978 9.99789C14.2978 10.4344 13.944 10.7882 13.5075 10.7882H9.99511C9.55864 10.7882 9.20481 10.4344 9.20481 9.99789ZM9.99511 12.2948C9.55864 12.2948 9.20481 12.6486 9.20481 13.0851C9.20481 13.5215 9.55864 13.8754 9.99511 13.8754H13.5075C13.944 13.8754 14.2978 13.5215 14.2978 13.0851C14.2978 12.6486 13.944 12.2948 13.5075 12.2948H9.99511ZM6.48279 9.20759C6.04632 9.20759 5.6925 9.56142 5.6925 9.99789C5.6925 10.4344 6.04632 10.7882 6.48279 10.7882H7.36089C7.79736 10.7882 8.15119 10.4344 8.15119 9.99789C8.15119 9.56142 7.79736 9.20759 7.36089 9.20759H6.48279ZM5.6925 13.0851C5.6925 12.6486 6.04632 12.2948 6.48279 12.2948H7.36089C7.79736 12.2948 8.15119 12.6486 8.15119 13.0851C8.15119 13.5215 7.79736 13.8754 7.36089 13.8754H6.48279C6.04632 13.8754 5.6925 13.5215 5.6925 13.0851Z" clipRule="evenodd"/></svg>;
12
+ }
13
+
14
+ const IconMenuDatabase = React.forwardRef(IconMenuDatabaseComponent);
15
+ export default IconMenuDatabase;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconMenuEvaluationComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
6
+ const { prefix: prefixFromContext } = useContext(Context);
7
+ const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
8
+
9
+ const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
+ const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-menu-evaluation${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 20 20" {...rest} ref={ref}><path d="M18.7602 12.2765L16.4294 6.77647H16.9C17.3568 6.77647 17.7277 6.38235 17.7277 5.89706C17.7277 5.41176 17.3568 5.01765 16.9 5.01765H14.4336C14.3865 5.01765 14.3395 5.00294 14.298 4.97941L12.8751 4.11471C12.5845 3.93824 12.2523 3.84412 11.9173 3.84412H10.8294V2.37941C10.8294 1.89412 10.4585 1.5 10.0018 1.5C9.54502 1.5 9.17408 1.89412 9.17408 2.37941V3.84412H8.08619C7.75125 3.84412 7.41907 3.93824 7.12841 4.11471L5.70557 4.97941C5.66405 5.00588 5.61699 5.01765 5.56993 5.01765H3.1035C2.64675 5.01765 2.27581 5.41176 2.27581 5.89706C2.27581 6.38235 2.64675 6.77647 3.1035 6.77647H3.57408L1.24329 12.2765C1.10211 12.6088 1.16855 13 1.41215 13.2588L1.99623 12.6382C1.41215 13.2588 1.41215 13.2588 1.41215 13.2618L1.41491 13.2647L1.42045 13.2706L1.43706 13.2882C1.4509 13.3 1.46751 13.3176 1.48689 13.3353C1.52841 13.3735 1.581 13.4206 1.65298 13.4765C1.79138 13.5882 1.98792 13.7265 2.24536 13.8618C2.76024 14.1353 3.50765 14.3941 4.47927 14.3941C5.4509 14.3941 6.19831 14.1353 6.71318 13.8618C6.97062 13.7265 7.16716 13.5882 7.30557 13.4765C7.37478 13.4206 7.43014 13.3735 7.47166 13.3353C7.49104 13.3176 7.50765 13.3 7.52149 13.2882L7.5381 13.2706L7.54363 13.2647L7.5464 13.2618L6.96232 12.6382L7.5464 13.2588C7.79 13 7.85644 12.6088 7.71526 12.2765L5.38446 6.77647H5.5644C5.89934 6.77647 6.23152 6.68235 6.52218 6.50588L7.94502 5.64118C7.98654 5.61471 8.0336 5.60294 8.08066 5.60294H9.16855V16.7412H6.40869C5.95194 16.7412 5.581 17.1353 5.581 17.6206C5.581 18.1059 5.95194 18.5 6.40869 18.5H13.5838C14.0405 18.5 14.4115 18.1059 14.4115 17.6206C14.4115 17.1353 14.0405 16.7412 13.5838 16.7412H10.8239V5.60294H11.9118C11.9589 5.60294 12.0059 5.61765 12.0474 5.64118L13.4703 6.50588C13.7609 6.68235 14.0931 6.77647 14.4281 6.77647H14.608L12.2772 12.2765C12.136 12.6088 12.2025 13 12.4461 13.2588L13.0301 12.6382C12.4461 13.2588 12.4461 13.2588 12.4461 13.2618L12.4488 13.2647L12.4544 13.2706L12.471 13.2882C12.4848 13.3 12.5014 13.3176 12.5208 13.3353C12.5623 13.3735 12.6149 13.4206 12.6869 13.4765C12.8253 13.5882 13.0218 13.7265 13.2793 13.8618C13.7942 14.1353 14.5416 14.3941 15.5132 14.3941C16.4848 14.3941 17.2322 14.1353 17.7471 13.8618C18.0045 13.7265 18.2011 13.5882 18.3395 13.4765C18.4087 13.4206 18.464 13.3735 18.5056 13.3353C18.5249 13.3176 18.5416 13.3 18.5554 13.2882L18.5665 13.2765L18.572 13.2706L18.5775 13.2647L18.5803 13.2618L17.9962 12.6382L18.5831 13.2588C18.8322 13 18.9014 12.6088 18.7602 12.2765Z"/></svg>;
12
+ }
13
+
14
+ const IconMenuEvaluation = React.forwardRef(IconMenuEvaluationComponent);
15
+ export default IconMenuEvaluation;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconMenuEvaluationSetComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
6
+ const { prefix: prefixFromContext } = useContext(Context);
7
+ const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
8
+
9
+ const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
+ const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-menu-evaluation-set${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 20 20" {...rest} ref={ref}><path d="M16.4212 2.34857L3.59204 2C3.51625 2.00579 3.4415 2.02154 3.36961 2.04686C3.32412 2.05236 3.27912 2.06153 3.23503 2.07429C3.12441 2.12063 3.02357 2.18855 2.93808 2.27429H2.93141C2.75149 2.45453 2.65003 2.7018 2.65002 2.96V16.2754C2.65061 16.5315 2.75019 16.7769 2.92685 16.9576C3.10352 17.1383 3.34279 17.2395 3.59204 17.2389L13.0735 18C13.323 18.0009 13.5625 17.8999 13.7394 17.7192C13.9163 17.5384 14.016 17.2929 14.0166 17.0366V6.8C14.016 6.54366 13.9163 6.29809 13.7394 6.11741C13.5625 5.93668 13.323 5.83566 13.0735 5.83657L5.52614 5.48228C5.12061 5.46628 4.79993 5.12385 4.79993 4.70686C4.79993 4.28987 5.12061 3.94743 5.52614 3.93143L14.4604 4.27429H15.0354C15.2811 4.27429 15.4803 4.47896 15.4803 4.73143V15.36C15.4803 15.8946 15.902 16.328 16.4223 16.328C16.9426 16.328 17.3643 15.8946 17.3643 15.36V3.31657C17.3631 2.78203 16.9414 2.3492 16.4212 2.34857Z"/></svg>;
12
+ }
13
+
14
+ const IconMenuEvaluationSet = React.forwardRef(IconMenuEvaluationSetComponent);
15
+ export default IconMenuEvaluationSet;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconMenuHiagentComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
6
+ const { prefix: prefixFromContext } = useContext(Context);
7
+ const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
8
+
9
+ const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
+ const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-menu-hiagent${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 20 20" {...rest} ref={ref}><path d="M6.27506 6.05332C6.56235 5.43776 7.43765 5.43776 7.72494 6.05332L9.10437 9.00902C9.18384 9.1793 9.3207 9.31616 9.49098 9.39563L12.4467 10.7751C13.0622 11.0623 13.0622 11.9377 12.4467 12.2249L9.49098 13.6044C9.3207 13.6838 9.18384 13.8207 9.10437 13.991L7.72494 16.9467C7.43765 17.5622 6.56235 17.5622 6.27506 16.9467L4.89563 13.991C4.81616 13.8207 4.6793 13.6838 4.50902 13.6044L1.55332 12.2249C.93776 11.9377.937759 11.0623 1.55332 10.7751L4.50902 9.39563C4.6793 9.31616 4.81616 9.1793 4.89563 9.00902L6.27506 6.05332zM14.9418 1.41523C15.1416.908742 15.8584.908742 16.0582 1.41523L16.6772 2.98479C16.7382 3.13943 16.8606 3.26183 17.0152 3.32282L18.5848 3.94184C19.0913 4.1416 19.0913 4.8584 18.5848 5.05816L17.0152 5.67718C16.8606 5.73817 16.7382 5.86058 16.6772 6.01521L16.0582 7.58477C15.8584 8.09126 15.1416 8.09126 14.9418 7.58477L14.3228 6.01521C14.2618 5.86057 14.1394 5.73817 13.9848 5.67718L12.4152 5.05816C11.9087 4.8584 11.9087 4.1416 12.4152 3.94184L13.9848 3.32282C14.1394 3.26183 14.2618 3.13942 14.3228 2.98479L14.9418 1.41523zM15.1279 12.9435C15.2611 12.6058 15.7389 12.6058 15.8721 12.9435L16.4262 14.3484C16.4669 14.4515 16.5485 14.5331 16.6516 14.5738L18.0565 15.1279C18.3942 15.2611 18.3942 15.7389 18.0565 15.8721L16.6516 16.4262C16.5485 16.4669 16.4669 16.5485 16.4262 16.6516L15.8721 18.0565C15.7389 18.3942 15.2611 18.3942 15.1279 18.0565L14.5738 16.6516C14.5331 16.5485 14.4515 16.4669 14.3484 16.4262L12.9435 15.8721C12.6058 15.7389 12.6058 15.2611 12.9435 15.1279L14.3484 14.5738C14.4515 14.5331 14.5331 14.4515 14.5738 14.3484L15.1279 12.9435z"/></svg>;
12
+ }
13
+
14
+ const IconMenuHiagent = React.forwardRef(IconMenuHiagentComponent);
15
+ export default IconMenuHiagent;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconMenuIndicatorsComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
6
+ const { prefix: prefixFromContext } = useContext(Context);
7
+ const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
8
+
9
+ const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
+ const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-menu-indicators${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 20 20" {...rest} ref={ref}><path fillRule="evenodd" d="M5.29264 10.8834C5.47832 11.8097 5.93597 12.6596 6.6071 13.3246L4.34286 15.5758C3.22494 14.4672 2.46285 13.0506 2.15393 11.5069C1.84502 9.9632 2.0033 8.36242 2.60856 6.90909C3.84686 3.93745 6.76419 2 9.99958 2C13.2355 2 16.1523 3.93745 17.3906 6.90909C17.9959 8.36242 18.1542 9.9632 17.8452 11.5069C17.5363 13.0506 16.7742 14.4672 15.6563 15.5758L13.3921 13.3246C14.0632 12.6596 14.5208 11.8097 14.7065 10.8834C14.8922 9.95703 14.7975 8.99636 14.4345 8.12412C13.6917 6.34085 11.9414 5.1777 9.99958 5.1777C8.05777 5.1777 6.30746 6.34085 5.56468 8.12412C5.20167 8.99636 5.10696 9.95703 5.29264 10.8834ZM12.6663 17.5981C11.8847 17.8633 11.0663 17.999 10.242 18C9.41777 17.999 8.59934 17.8633 7.81777 17.5981L10.242 10.2424L12.6663 17.5981Z" clipRule="evenodd"/></svg>;
12
+ }
13
+
14
+ const IconMenuIndicators = React.forwardRef(IconMenuIndicatorsComponent);
15
+ export default IconMenuIndicators;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconMenuKnowledgeComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
6
+ const { prefix: prefixFromContext } = useContext(Context);
7
+ const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
8
+
9
+ const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
+ const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-menu-knowledge${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 20 20" {...rest} ref={ref}><path fillRule="evenodd" d="M4.15799 3.333H15.842C16.306 3.333 16.682 3.706 16.682 4.167V17.513C16.681 17.6502 16.6465 17.7851 16.5813 17.9059C16.5162 18.0267 16.4224 18.1297 16.3082 18.2059C16.1941 18.282 16.063 18.3291 15.9265 18.3429C15.7899 18.3567 15.6521 18.3368 15.525 18.285L10.205 15.961C9.99817 15.8775 9.76676 15.8789 9.56099 15.965L4.48499 18.265C4.35773 18.3188 4.21916 18.3404 4.08157 18.3278C3.94398 18.3152 3.81161 18.2689 3.6962 18.193C3.58078 18.117 3.48589 18.0138 3.41991 17.8924C3.35394 17.771 3.31894 17.6352 3.31799 17.497V4.167C3.31799 3.707 3.69399 3.333 4.15799 3.333ZM7.89999 8.342C7.8451 8.34174 7.79069 8.35229 7.73988 8.37305C7.68906 8.39382 7.64284 8.42438 7.60384 8.46301C7.56483 8.50164 7.53382 8.54758 7.51258 8.59819C7.49133 8.6488 7.48026 8.70311 7.47999 8.758V9.592C7.47999 9.822 7.66799 10.008 7.89999 10.008H12.1C12.333 10.008 12.52 9.822 12.52 9.592V8.758C12.5197 8.70311 12.5087 8.6488 12.4874 8.59819C12.4662 8.54758 12.4352 8.50164 12.3962 8.46301C12.3572 8.42438 12.3109 8.39382 12.2601 8.37305C12.2093 8.35229 12.1549 8.34174 12.1 8.342H7.89999Z" clipRule="evenodd"/><path d="M2.08301 6.333V2.333C2.08301 1.965 2.38201 1.667 2.75001 1.667H17.25C17.618 1.667 17.917 1.965 17.917 2.333V6.333C17.917 6.5099 17.8467 6.67955 17.7216 6.80464C17.5966 6.92973 17.4269 7 17.25 7H16.682V4.167C16.6816 4.05708 16.6596 3.94832 16.6171 3.84692C16.5747 3.74552 16.5127 3.65347 16.4347 3.57603C16.3567 3.49858 16.2642 3.43726 16.1625 3.39556C16.0608 3.35386 15.9519 3.33261 15.842 3.333H4.15801C4.04809 3.33261 3.93917 3.35386 3.83747 3.39556C3.73577 3.43726 3.64328 3.49858 3.56528 3.57603C3.48728 3.65347 3.42529 3.74552 3.38287 3.84692C3.34044 3.94832 3.3184 4.05708 3.31801 4.167V7H2.75001C2.57311 7 2.40345 6.92973 2.27837 6.80464C2.15328 6.67955 2.08301 6.5099 2.08301 6.333Z" opacity=".5"/></svg>;
12
+ }
13
+
14
+ const IconMenuKnowledge = React.forwardRef(IconMenuKnowledgeComponent);
15
+ export default IconMenuKnowledge;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconMenuObservationComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
6
+ const { prefix: prefixFromContext } = useContext(Context);
7
+ const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
8
+
9
+ const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
+ const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-menu-observation${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 20 20" {...rest} ref={ref}><path fillRule="evenodd" d="M13.2 8.3C12.8 8.1 12.4 8 12 8.2L7.7 9.9L2.9 6.5C3.2 5.8 3.7 5.2 4.2 4.6L6 5.8C6 6.6 6.7 7.4 7.5 7.5C8.4 7.5 9.1 6.8 9.1 5.9C9.1 5 8.4 4.3 7.5 4.3C7.3 4.3 7.1 4.3 6.9 4.4L5.5 3.4C6.8 2.5 8.3 2 10 2C14.4 2 18 5.6 18 10C18 10.5 18 10.9 17.9 11.4L13.2 8.3ZM8 11.8L12.4 9.99999L17.3 13.3C16.9 14.1 16.4 14.8 15.8 15.5L13.6 13.9C13.6 13 12.9 12.3 12 12.3C11.1 12.3 10.4 13 10.4 13.9C10.4 14.8 11.1 15.5 12 15.5C12.1 15.5 12.3 15.5 12.5 15.4L14.4 16.7C13.1 17.5 11.6 18 10 18C5.6 18 2 14.4 2 9.99999C2 9.39999 2.1 8.79999 2.2 8.29999L6.8 11.6C7.1 11.9 7.6 12 8 11.8Z" clipRule="evenodd"/></svg>;
12
+ }
13
+
14
+ const IconMenuObservation = React.forwardRef(IconMenuObservationComponent);
15
+ export default IconMenuObservation;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconMenuPluginComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
6
+ const { prefix: prefixFromContext } = useContext(Context);
7
+ const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
8
+
9
+ const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
+ const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-menu-plugin${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 20 20" {...rest} ref={ref}><path d="M8.95624 1.5C9.32722 1.50003 9.69278 1.58909 10.0222 1.75969C10.3516 1.9303 10.6353 2.17747 10.8494 2.48044C11.0635 2.78342 11.2017 3.13334 11.2526 3.50083C11.3034 3.86832 11.2652 4.24263 11.1414 4.59233H14.3645C15.2189 4.59233 15.9101 5.28351 15.9101 6.13669V9.35982C16.2598 9.23618 16.634 9.19825 17.0014 9.2492C17.3687 9.30015 17.7185 9.4385 18.0214 9.65264C18.3242 9.86677 18.5712 10.1504 18.7417 10.4798C18.9122 10.8092 19.0012 11.1747 19.0012 11.5456C19.0012 11.9165 18.9122 12.2819 18.7417 12.6113C18.5712 12.9407 18.3242 13.2244 18.0214 13.4385C17.7185 13.6526 17.3687 13.791 17.0014 13.8419C16.634 13.8929 16.2598 13.8549 15.9101 13.7313V16.9544C15.9101 17.8076 15.2189 18.5 14.3645 18.5H11.1426C11.2659 18.1504 11.3036 17.7763 11.2524 17.4091C11.2013 17.0419 11.0628 16.6923 10.8486 16.3897C10.6345 16.087 10.3509 15.8402 10.0216 15.6698C9.69231 15.4995 9.32698 15.4105 8.95624 15.4105C8.5855 15.4105 8.22016 15.4995 7.89089 15.6698C7.56161 15.8402 7.27799 16.087 7.06383 16.3897C6.84967 16.6923 6.7112 17.0419 6.66006 17.4091C6.60891 17.7763 6.64658 18.1504 6.76989 18.5H3.54556C3.13565 18.5 2.74253 18.3372 2.45269 18.0473C2.16284 17.7575 2 17.3643 2 16.9544V13.7313C2.34968 13.8549 2.72392 13.8929 3.09129 13.8419C3.45867 13.791 3.80846 13.6526 4.11129 13.4385C4.41413 13.2244 4.66116 12.9407 4.83167 12.6113C5.00217 12.2819 5.09115 11.9165 5.09115 11.5456C5.09115 11.1747 5.00217 10.8092 4.83167 10.4798C4.66116 10.1504 4.41413 9.86677 4.11129 9.65264C3.80846 9.4385 3.45867 9.30015 3.09129 9.2492C2.72392 9.19825 2.34968 9.23618 2 9.35982V6.13669C2 5.28351 2.69238 4.59113 3.54556 4.59113H6.76869C6.64521 4.24128 6.6075 3.8669 6.65873 3.49946C6.70995 3.13201 6.84861 2.78222 7.06306 2.47948C7.2775 2.17674 7.56148 1.92988 7.89112 1.75965C8.22076 1.58942 8.58644 1.50079 8.95744 1.5012L8.95624 1.5Z"/></svg>;
12
+ }
13
+
14
+ const IconMenuPlugin = React.forwardRef(IconMenuPluginComponent);
15
+ export default IconMenuPlugin;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconMenuPluginCenterComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
6
+ const { prefix: prefixFromContext } = useContext(Context);
7
+ const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
8
+
9
+ const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
+ const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-menu-plugin-center${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 20 20" {...rest} ref={ref}><path fillRule="evenodd" d="M7.56699 1.66699H3.26699C2.38334 1.66699 1.66699 2.38334 1.66699 3.26699V7.56699C1.66699 8.45065 2.38334 9.16699 3.26699 9.16699H7.56699C8.45065 9.16699 9.16699 8.45065 9.16699 7.56699V3.26699C9.16699 2.38334 8.45065 1.66699 7.56699 1.66699ZM16.733 10.833H12.433C11.5493 10.833 10.833 11.5494 10.833 12.433V16.733C10.833 17.6167 11.5493 18.333 12.433 18.333H16.733C17.6166 18.333 18.333 17.6167 18.333 16.733V12.433C18.333 11.5494 17.6166 10.833 16.733 10.833ZM2.36407 13.2693L4.32275 11.3106C4.94759 10.6858 5.96066 10.6858 6.58549 11.3106L8.54418 13.2693C9.16902 13.8942 9.16902 14.9072 8.54418 15.5321L6.58549 17.4908C5.96066 18.1156 4.94759 18.1156 4.32275 17.4908L2.36407 15.5321C1.73923 14.9072 1.73923 13.8942 2.36407 13.2693Z" clipRule="evenodd"/><path d="M14.583 9.16699C16.6541 9.16699 18.333 7.48806 18.333 5.41699C18.333 3.34592 16.6541 1.66699 14.583 1.66699C12.5119 1.66699 10.833 3.34592 10.833 5.41699C10.833 7.48806 12.5119 9.16699 14.583 9.16699Z" opacity=".5"/></svg>;
12
+ }
13
+
14
+ const IconMenuPluginCenter = React.forwardRef(IconMenuPluginCenterComponent);
15
+ export default IconMenuPluginCenter;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconMenuPromptComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
6
+ const { prefix: prefixFromContext } = useContext(Context);
7
+ const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
8
+
9
+ const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
+ const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-menu-prompt${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 20 20" {...rest} ref={ref}><path fillRule="evenodd" d="M13.3171 5.95538C13.9195 5.35288 14.8968 5.35288 15.4993 5.95538L17.383 7.83907C17.9855 8.44156 17.9855 9.41885 17.383 10.0213L9.7384 17.6677C9.52486 17.8804 9.23513 18 8.93389 18H6.50795C6.19776 18 5.90028 17.8768 5.68095 17.6574C5.46162 17.4381 5.3384 17.1406 5.3384 16.8304V14.4054C5.3384 14.1041 5.4589 13.8144 5.67243 13.6009L13.3171 5.95538ZM6.04456 2.00105C6.35732 1.98333 6.63819 2.19243 6.71173 2.49722C6.91552 3.34515 7.22386 3.81651 7.64029 4.18333C8.08153 4.5714 8.66453 4.86468 9.53018 5.3006L9.61081 5.34136C9.72075 5.39662 9.81274 5.48197 9.87605 5.58748C9.93937 5.69299 9.9714 5.81432 9.96843 5.93733C9.96546 6.06034 9.9276 6.17998 9.85927 6.28231C9.79094 6.38465 9.69494 6.46546 9.58246 6.51534C8.26139 7.10366 7.66776 7.6654 7.34701 8.12082C7.19839 8.33681 7.07474 8.56895 6.97843 8.81281C6.9553 8.86876 6.93256 8.92488 6.9102 8.98115C6.83497 9.1802 6.7492 9.37511 6.65326 9.56504C6.58926 9.68523 6.48911 9.78226 6.36696 9.84243C6.24481 9.90259 6.10684 9.92284 5.97255 9.90031C5.83826 9.87778 5.71445 9.81362 5.61862 9.71688C5.52279 9.62015 5.45979 9.49575 5.43852 9.36126C5.32599 8.66395 4.88387 7.96665 4.30795 7.42441C3.7152 6.86621 3.11004 6.58888 2.78399 6.57028C2.62428 6.56153 2.47342 6.49416 2.36032 6.38108C2.24721 6.26799 2.1798 6.11715 2.17102 5.95745C2.16224 5.79775 2.2127 5.64042 2.31273 5.51562C2.41276 5.39082 2.55532 5.30731 2.7131 5.28111C3.42015 5.1615 4.07492 4.73089 4.58084 4.16915C5.09474 3.59855 5.3827 2.97302 5.43497 2.56722C5.45406 2.41626 5.52554 2.2768 5.63695 2.17316C5.74836 2.06953 5.89262 2.00919 6.04456 2.00105Z" clipRule="evenodd"/></svg>;
12
+ }
13
+
14
+ const IconMenuPrompt = React.forwardRef(IconMenuPromptComponent);
15
+ export default IconMenuPrompt;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconMenuTaskComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
6
+ const { prefix: prefixFromContext } = useContext(Context);
7
+ const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
8
+
9
+ const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
+ const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-menu-task${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 20 20" {...rest} ref={ref}><path fillRule="evenodd" d="M2.18005 4.89774C2.18005 3.29736 3.47742 2 5.0778 2H14.9125C16.513 2 17.8103 3.29736 17.8103 4.89774V15.1022C17.8103 16.7027 16.513 18 14.9125 18H5.0778C3.47742 18 2.18005 16.7027 2.18005 15.1022V4.89774ZM4.53506 6.57437C4.38239 6.72704 4.29662 6.9341 4.29662 7.15C4.29662 7.3659 4.38239 7.57297 4.53506 7.72563C4.68772 7.8783 4.89478 7.96407 5.11069 7.96407H8.36694C8.47385 7.96408 8.57972 7.94304 8.6785 7.90213C8.77728 7.86123 8.86704 7.80127 8.94265 7.72568C9.01825 7.65008 9.07823 7.56033 9.11914 7.46156C9.16006 7.36278 9.18112 7.25692 9.18112 7.15C9.18112 7.04309 9.16006 6.93722 9.11914 6.83845C9.07823 6.73967 9.01825 6.64992 8.94265 6.57433C8.86704 6.49873 8.77728 6.43877 8.6785 6.39787C8.57972 6.35697 8.47385 6.33592 8.36694 6.33594H5.11069C4.89478 6.33594 4.68772 6.42171 4.53506 6.57437ZM4.53506 12.2728C4.38239 12.4255 4.29662 12.6325 4.29662 12.8484C4.29662 13.0643 4.38239 13.2714 4.53506 13.4241C4.68772 13.5767 4.89478 13.6625 5.11069 13.6625H8.36694C8.47385 13.6625 8.57972 13.6415 8.6785 13.6006C8.77728 13.5597 8.86704 13.4997 8.94265 13.4241C9.01825 13.3485 9.07823 13.2588 9.11914 13.16C9.16006 13.0612 9.18112 12.9554 9.18112 12.8484C9.18112 12.7415 9.16006 12.6357 9.11914 12.5369C9.07823 12.4381 9.01825 12.3484 8.94265 12.2728C8.86704 12.1972 8.77728 12.1372 8.6785 12.0963C8.57972 12.0554 8.47385 12.0344 8.36694 12.0344H5.11069C4.89478 12.0344 4.68772 12.1201 4.53506 12.2728ZM15.455 4.94634C15.6076 5.099 15.6933 5.30602 15.6933 5.52188C15.6933 5.73774 15.6076 5.94476 15.455 6.09742L13.0128 8.53961C12.8601 8.69222 12.6531 8.77795 12.4372 8.77795C12.2214 8.77795 12.0144 8.69222 11.8617 8.53961L10.6406 7.31851C10.4923 7.16498 10.4103 6.95935 10.4121 6.7459C10.414 6.53246 10.4996 6.32828 10.6505 6.17735C10.8015 6.02641 11.0056 5.9408 11.2191 5.93894C11.4325 5.93709 11.6382 6.01914 11.7917 6.16743L12.4372 6.81298L14.3039 4.94634C14.4566 4.79372 14.6636 4.70799 14.8794 4.70799C15.0953 4.70799 15.3023 4.79372 15.455 4.94634ZM12.9397 12.0963C13.0385 12.0554 13.1444 12.0344 13.2513 12.0344C13.4672 12.0344 13.6742 12.1202 13.8269 12.2729C13.9795 12.4255 14.0652 12.6326 14.0652 12.8484C14.0652 13.0643 13.9795 13.2714 13.8269 13.424C13.6742 13.5767 13.4672 13.6625 13.2513 13.6625C13.1444 13.6625 13.0385 13.6415 12.9397 13.6006C12.841 13.5597 12.7512 13.4997 12.6756 13.4241C12.6 13.3485 12.54 13.2588 12.4991 13.16C12.4582 13.0612 12.4371 12.9554 12.4371 12.8484C12.4371 12.7415 12.4582 12.6357 12.4991 12.5369C12.54 12.4381 12.6 12.3484 12.6756 12.2728C12.7512 12.1972 12.841 12.1372 12.9397 12.0963ZM11.5244 11.1216C11.0664 11.5796 10.8091 12.2007 10.8091 12.8484C10.8091 13.4961 11.0664 14.1173 11.5244 14.5753C11.9824 15.0333 12.6036 15.2906 13.2513 15.2906C13.899 15.2906 14.5202 15.0333 14.9782 14.5753C15.4362 14.1173 15.6935 13.4961 15.6935 12.8484C15.6935 12.2007 15.4362 11.5796 14.9782 11.1216C14.5202 10.6636 13.899 10.4063 13.2513 10.4063C12.6036 10.4063 11.9824 10.6636 11.5244 11.1216Z" clipRule="evenodd"/></svg>;
12
+ }
13
+
14
+ const IconMenuTask = React.forwardRef(IconMenuTaskComponent);
15
+ export default IconMenuTask;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconMenuWorkflowComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
6
+ const { prefix: prefixFromContext } = useContext(Context);
7
+ const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
8
+
9
+ const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
+ const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-menu-workflow${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 20 20" {...rest} ref={ref}><path fillRule="evenodd" d="M2.18005 4.89774C2.18005 3.29736 3.47742 2 5.0778 2H14.9125C16.513 2 17.8103 3.29736 17.8103 4.89774V15.1022C17.8103 16.7027 16.513 18 14.9125 18H5.0778C3.47742 18 2.18005 16.7027 2.18005 15.1022V4.89774ZM8.06554 6.17877H11.1873L11.2279 6.07923C11.3933 5.67403 11.6945 5.33898 12.0799 5.13144C12.4652 4.9239 12.9108 4.85679 13.3401 4.9416C13.7695 5.02641 14.1561 5.25786 14.4336 5.59633C14.7111 5.93479 14.8623 6.3592 14.8613 6.79688C14.8619 7.20694 14.7288 7.60603 14.4823 7.93373C14.2359 8.26143 13.8893 8.49991 13.4952 8.61306C13.101 8.72621 12.6808 8.70788 12.298 8.56084C11.9152 8.41379 11.5907 8.14605 11.3737 7.79813L11.3262 7.72173H8.06554C7.61411 7.72173 7.24834 8.08866 7.24834 8.54009C7.24834 8.73227 7.32468 8.91657 7.46057 9.05246C7.59646 9.18835 7.78077 9.26469 7.97294 9.26469H12.0242C12.611 9.26469 13.1738 9.4978 13.5888 9.91274C14.0037 10.3277 14.2368 10.8905 14.2368 11.4773C14.2368 12.0641 14.0037 12.6269 13.5888 13.0418C13.1738 13.4567 12.611 13.6898 12.0242 13.6898H8.83876L8.80172 13.7998C8.66908 14.2009 8.40568 14.5459 8.0537 14.7795C7.70171 15.0131 7.28152 15.1218 6.86041 15.0882C6.4393 15.0546 6.04165 14.8807 5.73114 14.5943C5.42062 14.3078 5.21522 13.9255 5.14782 13.5084C5.08042 13.0914 5.15493 12.6638 5.3594 12.2942C5.56388 11.9245 5.88651 11.6342 6.2756 11.4696C6.66469 11.3051 7.09774 11.2759 7.50538 11.3868C7.91303 11.4976 8.27169 11.742 8.52392 12.0809L8.57253 12.1457H12.0242C12.2017 12.1457 12.3718 12.0752 12.4973 11.9498C12.6228 11.8243 12.6933 11.6541 12.6933 11.4767C12.6933 11.2993 12.6228 11.1291 12.4973 11.0036C12.3718 10.8781 12.2017 10.8077 12.0242 10.8077H7.97294C7.37144 10.8077 6.79456 10.5688 6.36912 10.1436C5.94369 9.71835 5.70453 9.14159 5.70422 8.54009C5.70422 7.91383 5.953 7.31322 6.39584 6.87039C6.83867 6.42755 7.43928 6.17877 8.06554 6.17877ZM12.4982 6.32052C12.3718 6.44686 12.3009 6.61821 12.3009 6.79688C12.3009 6.9757 12.3707 7.1472 12.4972 7.27365C12.6236 7.40009 12.7951 7.47113 12.974 7.47113C13.1528 7.47113 13.3243 7.40009 13.4507 7.27365C13.5772 7.1472 13.6482 6.9757 13.6482 6.79688C13.6482 6.61821 13.5772 6.44686 13.4509 6.32052C13.3246 6.19419 13.1532 6.12321 12.9745 6.12321C12.7959 6.12321 12.6245 6.19419 12.4982 6.32052ZM6.53255 12.7304C6.4061 12.8568 6.33507 13.0283 6.33507 13.2072C6.33507 13.386 6.4061 13.5575 6.53255 13.6839C6.659 13.8104 6.83049 13.8814 7.00932 13.8814C7.18814 13.8814 7.35963 13.8104 7.48608 13.6839C7.61253 13.5575 7.68356 13.386 7.68356 13.2072C7.68356 13.0283 7.61253 12.8568 7.48608 12.7304C7.35963 12.604 7.18814 12.5329 7.00932 12.5329C6.83049 12.5329 6.659 12.604 6.53255 12.7304Z" clipRule="evenodd"/></svg>;
12
+ }
13
+
14
+ const IconMenuWorkflow = React.forwardRef(IconMenuWorkflowComponent);
15
+ export default IconMenuWorkflow;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconMergePdComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
6
+ const { prefix: prefixFromContext } = useContext(Context);
7
+ const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
8
+
9
+ const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
+ const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-merge-pd${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 16 16" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path fillRule="evenodd" clipRule="evenodd" d="M2.06665 12.3729C2.06665 13.2715 2.78299 14 3.66665 14H5.99998C6 13.5593 6 13.0508 5.99998 12.7797H3.66665C3.44574 12.7797 3.26665 12.5975 3.26665 12.3729V10C3 9.99999 2.5 10 2.06665 10V12.3729zM12.3333 14C13.217 14 13.9333 13.2715 13.9333 12.3729V10C13.5 10 13 10 12.7333 10V12.3729C12.7333 12.5975 12.5542 12.7797 12.3333 12.7797H9.99998C9.99998 13.0508 9.99998 13.5593 9.99998 14H12.3333zM3.66665 2C2.78299 2 2.06665 2.72848 2.06665 3.62711V5.99999C2.5 6 3 6 3.26665 5.99999V3.62711C3.26665 3.40246 3.44574 3.22034 3.66665 3.22034H5.99998C6.00001 2.81356 6 2.40678 5.99998 2H3.66665zM12.3333 2C13.217 2 13.9333 2.72848 13.9333 3.62711V5.99999C13.5 6 13 6 12.7333 5.99999V3.62711C12.7333 3.40246 12.5542 3.22034 12.3333 3.22034H9.99998C10 2.94917 10 2.44069 9.99998 2H12.3333zM7.33337 10.9443H8.66671V14H7.33337V10.9443zM8.26671 8.63333L9.60004 10.411C9.63718 10.4605 9.6598 10.5194 9.66536 10.5811 9.67092 10.6427 9.6592 10.7047 9.63152 10.7601 9.60383 10.8154 9.56128 10.862 9.50862 10.8945 9.45596 10.9271 9.39528 10.9443 9.33337 10.9443H6.66671C6.6048 10.9443 6.54412 10.9271 6.49146 10.8945 6.43881 10.862 6.39625 10.8154 6.36857 10.7601 6.34088 10.7047 6.32916 10.6427 6.33472 10.5811 6.34028 10.5194 6.3629 10.4605 6.40004 10.411L7.73338 8.63333C7.76442 8.59193 7.80468 8.55833 7.85097 8.53519 7.89726 8.51205 7.94829 8.5 8.00004 8.5 8.05179 8.5 8.10283 8.51205 8.14911 8.53519 8.1954 8.55833 8.23566 8.59193 8.26671 8.63333zM7.33337 5.05567H8.66671V2L7.33337 2V5.05567zM8.26671 7.36667L9.60004 5.589C9.63718 5.53948 9.6598 5.48059 9.66536 5.41894 9.67092 5.35728 9.6592 5.2953 9.63152 5.23993 9.60383 5.18456 9.56128 5.138 9.50862 5.10545 9.45596 5.07291 9.39528 5.05567 9.33337 5.05567H6.66671C6.6048 5.05567 6.54412 5.07291 6.49146 5.10545 6.43881 5.138 6.39625 5.18456 6.36857 5.23993 6.34088 5.2953 6.32916 5.35728 6.33472 5.41894 6.34028 5.48059 6.3629 5.53948 6.40004 5.589L7.73338 7.36667C7.76442 7.40807 7.80468 7.44167 7.85097 7.46481 7.89726 7.48795 7.94829 7.5 8.00004 7.5 8.05179 7.5 8.10283 7.48795 8.14911 7.46481 8.1954 7.44167 8.23566 7.40807 8.26671 7.36667z"/></svg>;
12
+ }
13
+
14
+ const IconMergePd = React.forwardRef(IconMergePdComponent);
15
+ export default IconMergePd;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconPreviewComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
6
+ const { prefix: prefixFromContext } = useContext(Context);
7
+ const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
8
+
9
+ const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
+ const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-preview${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 16 16" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path fillRule="evenodd" clipRule="evenodd" d="M2.54545 3.88186H3.95959C4.29431 3.88186 4.56565 3.60983 4.56565 3.27427C4.56565 2.9387 4.29431 2.66667 3.95959 2.66667H2.07407C1.66497 2.66667 1.33333 2.99915 1.33333 3.40929V5.29958C1.33333 5.63515 1.60467 5.90718 1.93939 5.90718C2.27411 5.90718 2.54545 5.63515 2.54545 5.29958V3.88186ZM3.35353 5.97469C3.35353 5.26627 3.92637 4.69199 4.63299 4.69199H11.367C12.0736 4.69199 12.6465 5.26627 12.6465 5.97469V10.0253C12.6465 10.7337 12.0736 11.308 11.367 11.308H4.63299C3.92636 11.308 3.35353 10.7337 3.35353 10.0253V5.97469ZM4.63299 5.90718C4.5958 5.90718 4.56565 5.9374 4.56565 5.97469V10.0253C4.56565 10.0626 4.5958 10.0928 4.63299 10.0928H11.367C11.4042 10.0928 11.4343 10.0626 11.4343 10.0253V5.97469C11.4343 5.9374 11.4042 5.90718 11.367 5.90718H4.63299ZM12.0404 12.1181H13.4545V10.7004C13.4545 10.3649 13.7259 10.0928 14.0606 10.0928C14.3953 10.0928 14.6667 10.3649 14.6667 10.7004V12.5907C14.6667 13.0009 14.335 13.3333 13.9259 13.3333H12.0404C11.7057 13.3333 11.4343 13.0613 11.4343 12.7257C11.4343 12.3902 11.7057 12.1181 12.0404 12.1181ZM2.54545 12.1181H3.95959C4.29431 12.1181 4.56565 12.3902 4.56565 12.7257C4.56565 13.0613 4.29431 13.3333 3.95959 13.3333H2.07407C1.66497 13.3333 1.33333 13.0009 1.33333 12.5907V10.7004C1.33333 10.3649 1.60467 10.0928 1.93939 10.0928C2.27411 10.0928 2.54545 10.3649 2.54545 10.7004V12.1181ZM12.0404 3.88186H13.4545V5.29958C13.4545 5.63515 13.7259 5.90718 14.0606 5.90718C14.3953 5.90718 14.6667 5.63515 14.6667 5.29958V3.40929C14.6667 2.99915 14.335 2.66667 13.9259 2.66667H12.0404C11.7057 2.66667 11.4343 2.9387 11.4343 3.27427C11.4343 3.60983 11.7057 3.88186 12.0404 3.88186Z"/></svg>;
12
+ }
13
+
14
+ const IconPreview = React.forwardRef(IconPreviewComponent);
15
+ export default IconPreview;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconRecordingComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
6
+ const { prefix: prefixFromContext } = useContext(Context);
7
+ const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
8
+
9
+ const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
+ const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-recording${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 20 20" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path fillRule="evenodd" clipRule="evenodd" d="M6.60767 0.63089C6.53213 0.344583 6.12542 0.34555 6.05121 0.632213L5.97892 0.911604C5.87467 1.31437 5.56104 1.62947 5.15878 1.73562L4.88084 1.80897C4.59453 1.88453 4.5955 2.29126 4.88217 2.36545L5.15515 2.43611C5.55983 2.54085 5.87583 2.85685 5.98054 3.26151L6.05121 3.5345C6.12542 3.82116 6.53213 3.82212 6.60767 3.53582L6.68104 3.25788C6.78721 2.85561 7.10229 2.54201 7.50504 2.43776L7.78446 2.36545C8.07113 2.29126 8.07208 1.88453 7.78575 1.80897L7.50146 1.73394C7.10108 1.62828 6.78838 1.31559 6.68271 0.915208L6.60767 0.63089ZM12.0833 2.50002C9.78213 2.50002 7.91663 4.3655 7.91663 6.66669V10C7.91663 12.3012 9.78213 14.1667 12.0833 14.1667C14.3845 14.1667 16.25 12.3012 16.25 10V6.66669C16.25 4.3655 14.3845 2.50002 12.0833 2.50002ZM14.5833 10V6.66669C14.5833 5.28598 13.464 4.16669 12.0833 4.16669C10.7026 4.16669 9.58329 5.28598 9.58329 6.66669V10C9.58329 11.3807 10.7026 12.5 12.0833 12.5C13.464 12.5 14.5833 11.3807 14.5833 10ZM12.9166 17.0349C16.436 16.6224 19.1666 13.6301 19.1666 10V9.16669C19.1666 8.93656 18.9801 8.75002 18.75 8.75002H17.9166C17.6865 8.75002 17.5 8.93656 17.5 9.16669V10C17.5 12.9916 15.0748 15.4167 12.0833 15.4167C9.09175 15.4167 6.66663 12.9916 6.66663 10V9.16669C6.66663 8.93656 6.48008 8.75002 6.24996 8.75002H5.41663C5.18652 8.75002 4.99997 8.93656 4.99997 9.16669V10C4.99997 13.6301 7.73067 16.6224 11.25 17.0349V18.75C11.25 18.9801 11.4365 19.1667 11.6666 19.1667H12.5C12.7301 19.1667 12.9166 18.9801 12.9166 18.75V17.0349ZM3.32686 3.98997C3.43815 3.55997 4.04824 3.55852 4.16157 3.98799L4.27412 4.41447C4.43261 5.01502 4.90165 5.48406 5.50221 5.64256L5.92871 5.7551C6.35817 5.86844 6.35671 6.47852 5.92671 6.58981L5.50763 6.69831C4.90348 6.85469 4.43083 7.32506 4.2716 7.92848L4.16157 8.3454C4.04824 8.77485 3.43815 8.77339 3.32686 8.34339L3.22088 7.93394C3.06377 7.32694 2.58976 6.85294 1.98277 6.69581L1.57329 6.58981C1.14329 6.47852 1.14184 5.86844 1.57131 5.7551L1.98821 5.6451C2.59162 5.48585 3.06202 5.01323 3.21839 4.40905L3.32686 3.98997Z"/></svg>;
12
+ }
13
+
14
+ const IconRecording = React.forwardRef(IconRecordingComponent);
15
+ export default IconRecording;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconShortcutInstructionsComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
6
+ const { prefix: prefixFromContext } = useContext(Context);
7
+ const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
8
+
9
+ const prefix = prefixFromProps || prefixFromContext || 'hiagent';
10
+ const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-shortcut-instructions${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 18 18" {...rest} ref={ref}><path fillRule="evenodd" d="M13.5652 1.77915C13.4947 1.48575 13.2247 1.28458 12.9233 1.30091C12.622 1.31724 12.3753 1.54642 12.3369 1.84572C12.2867 2.23688 12.0088 2.8385 11.5144 3.38763C11.0274 3.92853 10.3974 4.34328 9.71673 4.4582C9.40288 4.51119 9.1789 4.79144 9.19641 5.10925C9.21391 5.42706 9.46732 5.68102 9.78509 5.69921C10.099 5.71719 10.6814 5.98355 11.252 6.52131C11.8059 7.04326 12.2321 7.71395 12.3397 8.38595C12.3821 8.65115 12.5892 8.85962 12.8541 8.90389C13.119 8.94815 13.3826 8.81833 13.509 8.58134C13.6032 8.40481 13.6859 8.19734 13.7567 8.01991L13.7567 8.01988L13.7567 8.01979C13.7798 7.96189 13.8016 7.90719 13.8221 7.85781C13.9154 7.63333 14.019 7.41564 14.1767 7.1915C14.4852 6.75302 15.0566 6.21205 16.3288 5.64627C16.5496 5.54809 16.694 5.33153 16.6999 5.09C16.7057 4.84846 16.5719 4.62516 16.3562 4.51641L16.2783 4.47716C15.4451 4.05734 14.8843 3.77477 14.4594 3.40117C14.0581 3.04845 13.7614 2.59481 13.5652 1.77915ZM3.87975 2.78529H10.4107C9.70345 3.48063 8.83124 4.00108 7.89647 4.15667C7.41698 4.23648 7.07479 4.65858 7.10153 5.13723C7.12828 5.61589 7.51543 5.99838 8.00091 6.02579C8.48054 6.05287 9.37025 6.45404 10.2421 7.26397C11.0882 8.05008 11.7393 9.06023 11.9037 10.0723C11.9686 10.4718 12.285 10.7858 12.6897 10.8524C13.0944 10.9191 13.4971 10.7236 13.6902 10.3666C13.834 10.1008 13.9605 9.78828 14.0686 9.52105L14.0686 9.52101L14.0686 9.521C14.1039 9.43375 14.1373 9.35132 14.1686 9.27691C14.3111 8.9388 14.4693 8.61095 14.7102 8.27336C14.8421 8.0886 15.0054 7.89176 15.2148 7.6854V9.74267V14.1203C15.2148 15.5451 14.0598 16.7 12.6351 16.7H3.87975C2.45502 16.7 1.30005 15.5451 1.30005 14.1203V5.36499C1.30005 3.94026 2.45502 2.78529 3.87975 2.78529ZM11.3843 13.6514C11.8161 13.6514 12.1661 13.3014 12.1661 12.8696C12.1661 12.4379 11.8161 12.0879 11.3843 12.0879H9.03914C8.60741 12.0879 8.25742 12.4379 8.25742 12.8696C8.25742 13.3014 8.60741 13.6514 9.03914 13.6514H11.3843ZM4.78711 6.63541C5.0924 6.33012 5.58736 6.33012 5.89264 6.63541L8.05633 8.79909C8.36161 9.10437 8.36161 9.59934 8.05633 9.90462L5.89264 12.0683C5.58736 12.3736 5.0924 12.3736 4.78711 12.0683C4.48183 11.763 4.48183 11.2681 4.78711 10.9628L6.39803 9.35185L4.78711 7.74094C4.48183 7.43565 4.48183 6.94069 4.78711 6.63541Z" clipRule="evenodd"/></svg>;
12
+ }
13
+
14
+ const IconShortcutInstructions = React.forwardRef(IconShortcutInstructionsComponent);
15
+ export default IconShortcutInstructions;