@arco-iconbox/react-hiagent 0.1.32 → 0.1.34

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 (145) hide show
  1. package/cjs/IconAudio/index.js +5 -30
  2. package/cjs/IconDataExternal/index.js +5 -22
  3. package/cjs/IconPluginListed/index.d.ts +4 -0
  4. package/cjs/IconPluginListed/index.js +63 -0
  5. package/cjs/IconUnknownFile/index.js +4 -19
  6. package/cjs/IconUploadingCsv/index.js +7 -25
  7. package/cjs/IconUploadingDoc/index.js +5 -5
  8. package/cjs/IconUploadingHtml/index.js +5 -14
  9. package/cjs/IconUploadingJson/index.d.ts +4 -0
  10. package/cjs/IconUploadingJson/index.js +61 -0
  11. package/cjs/IconUploadingLarksheet/index.d.ts +4 -0
  12. package/cjs/IconUploadingLarksheet/index.js +63 -0
  13. package/cjs/IconUploadingMd/index.js +5 -44
  14. package/cjs/IconUploadingOfd/index.d.ts +4 -0
  15. package/cjs/IconUploadingOfd/index.js +62 -0
  16. package/cjs/IconUploadingPdf/index.js +6 -11
  17. package/cjs/IconUploadingPng/index.js +6 -27
  18. package/cjs/IconUploadingPpt/index.js +4 -35
  19. package/cjs/IconUploadingTxt/index.js +5 -13
  20. package/cjs/IconUploadingWps/index.d.ts +4 -0
  21. package/cjs/IconUploadingWps/index.js +62 -0
  22. package/cjs/IconUploadingXlsx/index.js +5 -33
  23. package/cjs/IconWorkflowClose/index.d.ts +4 -0
  24. package/cjs/IconWorkflowClose/index.js +59 -0
  25. package/cjs/IconWorkflowDownward/index.d.ts +4 -0
  26. package/cjs/IconWorkflowDownward/index.js +59 -0
  27. package/cjs/IconWorkflowEditor/index.d.ts +4 -0
  28. package/cjs/IconWorkflowEditor/index.js +59 -0
  29. package/cjs/IconWorkflowMore/index.d.ts +4 -0
  30. package/cjs/IconWorkflowMore/index.js +59 -0
  31. package/cjs/IconWorkflowNodeInput/index.d.ts +4 -0
  32. package/cjs/IconWorkflowNodeInput/index.js +59 -0
  33. package/cjs/IconWorkflowUpwards/index.d.ts +4 -0
  34. package/cjs/IconWorkflowUpwards/index.js +59 -0
  35. package/cjs/IconZip/index.js +6 -12
  36. package/cjs/index.d.ts +24 -14
  37. package/cjs/index.js +80 -59
  38. package/dist/icon.min.js +1 -1
  39. package/esm/IconAudio/index.js +5 -30
  40. package/esm/IconDataExternal/index.js +5 -22
  41. package/esm/IconPluginListed/index.d.ts +4 -0
  42. package/esm/IconPluginListed/index.js +38 -0
  43. package/esm/IconUnknownFile/index.js +4 -19
  44. package/esm/IconUploadingCsv/index.js +7 -25
  45. package/esm/IconUploadingDoc/index.js +5 -5
  46. package/esm/IconUploadingHtml/index.js +5 -14
  47. package/esm/IconUploadingJson/index.d.ts +4 -0
  48. package/esm/IconUploadingJson/index.js +36 -0
  49. package/esm/IconUploadingLarksheet/index.d.ts +4 -0
  50. package/esm/IconUploadingLarksheet/index.js +38 -0
  51. package/esm/IconUploadingMd/index.js +5 -44
  52. package/esm/IconUploadingOfd/index.d.ts +4 -0
  53. package/esm/IconUploadingOfd/index.js +37 -0
  54. package/esm/IconUploadingPdf/index.js +6 -11
  55. package/esm/IconUploadingPng/index.js +6 -27
  56. package/esm/IconUploadingPpt/index.js +4 -35
  57. package/esm/IconUploadingTxt/index.js +5 -13
  58. package/esm/IconUploadingWps/index.d.ts +4 -0
  59. package/esm/IconUploadingWps/index.js +37 -0
  60. package/esm/IconUploadingXlsx/index.js +5 -33
  61. package/esm/IconWorkflowClose/index.d.ts +4 -0
  62. package/esm/IconWorkflowClose/index.js +34 -0
  63. package/esm/IconWorkflowDownward/index.d.ts +4 -0
  64. package/esm/IconWorkflowDownward/index.js +34 -0
  65. package/esm/IconWorkflowEditor/index.d.ts +4 -0
  66. package/esm/IconWorkflowEditor/index.js +34 -0
  67. package/esm/IconWorkflowMore/index.d.ts +4 -0
  68. package/esm/IconWorkflowMore/index.js +34 -0
  69. package/esm/IconWorkflowNodeInput/index.d.ts +4 -0
  70. package/esm/IconWorkflowNodeInput/index.js +34 -0
  71. package/esm/IconWorkflowUpwards/index.d.ts +4 -0
  72. package/esm/IconWorkflowUpwards/index.js +34 -0
  73. package/esm/IconZip/index.js +6 -12
  74. package/esm/index.d.ts +24 -14
  75. package/esm/index.js +24 -14
  76. package/package.json +1 -1
  77. package/src/IconAudio/index.tsx +1 -1
  78. package/src/IconDataExternal/index.tsx +1 -1
  79. package/src/IconPluginListed/index.tsx +15 -0
  80. package/src/IconUnknownFile/index.tsx +1 -1
  81. package/src/IconUploadingCsv/index.tsx +1 -1
  82. package/src/IconUploadingDoc/index.tsx +1 -1
  83. package/src/IconUploadingHtml/index.tsx +1 -1
  84. package/src/IconUploadingJson/index.tsx +15 -0
  85. package/src/IconUploadingLarksheet/index.tsx +15 -0
  86. package/src/IconUploadingMd/index.tsx +1 -1
  87. package/src/IconUploadingOfd/index.tsx +15 -0
  88. package/src/IconUploadingPdf/index.tsx +1 -1
  89. package/src/IconUploadingPng/index.tsx +1 -1
  90. package/src/IconUploadingPpt/index.tsx +1 -1
  91. package/src/IconUploadingTxt/index.tsx +1 -1
  92. package/src/IconUploadingWps/index.tsx +15 -0
  93. package/src/IconUploadingXlsx/index.tsx +1 -1
  94. package/src/IconWorkflowClose/index.tsx +15 -0
  95. package/src/IconWorkflowDownward/index.tsx +15 -0
  96. package/src/IconWorkflowEditor/index.tsx +15 -0
  97. package/src/IconWorkflowMore/index.tsx +15 -0
  98. package/src/IconWorkflowNodeInput/index.tsx +15 -0
  99. package/src/IconWorkflowUpwards/index.tsx +15 -0
  100. package/src/IconZip/index.tsx +1 -1
  101. package/src/index.ts +24 -14
  102. package/umd/IconAudio/index.js +5 -30
  103. package/umd/IconDataExternal/index.js +5 -22
  104. package/umd/IconPluginListed/index.d.ts +4 -0
  105. package/umd/IconPluginListed/index.js +73 -0
  106. package/umd/IconUnknownFile/index.js +4 -19
  107. package/umd/IconUploadingCsv/index.js +7 -25
  108. package/umd/IconUploadingDoc/index.js +5 -5
  109. package/umd/IconUploadingHtml/index.js +5 -14
  110. package/umd/IconUploadingJson/index.d.ts +4 -0
  111. package/umd/IconUploadingJson/index.js +71 -0
  112. package/umd/IconUploadingLarksheet/index.d.ts +4 -0
  113. package/umd/IconUploadingLarksheet/index.js +73 -0
  114. package/umd/IconUploadingMd/index.js +5 -44
  115. package/umd/IconUploadingOfd/index.d.ts +4 -0
  116. package/umd/IconUploadingOfd/index.js +72 -0
  117. package/umd/IconUploadingPdf/index.js +6 -11
  118. package/umd/IconUploadingPng/index.js +6 -27
  119. package/umd/IconUploadingPpt/index.js +4 -35
  120. package/umd/IconUploadingTxt/index.js +5 -13
  121. package/umd/IconUploadingWps/index.d.ts +4 -0
  122. package/umd/IconUploadingWps/index.js +72 -0
  123. package/umd/IconUploadingXlsx/index.js +5 -33
  124. package/umd/IconWorkflowClose/index.d.ts +4 -0
  125. package/umd/IconWorkflowClose/index.js +69 -0
  126. package/umd/IconWorkflowDownward/index.d.ts +4 -0
  127. package/umd/IconWorkflowDownward/index.js +69 -0
  128. package/umd/IconWorkflowEditor/index.d.ts +4 -0
  129. package/umd/IconWorkflowEditor/index.js +69 -0
  130. package/umd/IconWorkflowMore/index.d.ts +4 -0
  131. package/umd/IconWorkflowMore/index.js +69 -0
  132. package/umd/IconWorkflowNodeInput/index.d.ts +4 -0
  133. package/umd/IconWorkflowNodeInput/index.js +69 -0
  134. package/umd/IconWorkflowUpwards/index.d.ts +4 -0
  135. package/umd/IconWorkflowUpwards/index.js +69 -0
  136. package/umd/IconZip/index.js +6 -12
  137. package/umd/index.d.ts +24 -14
  138. package/umd/index.js +50 -30
  139. package/cjs/IconOfd/index.d.ts +0 -4
  140. package/cjs/IconOfd/index.js +0 -73
  141. package/esm/IconOfd/index.d.ts +0 -4
  142. package/esm/IconOfd/index.js +0 -48
  143. package/src/IconOfd/index.tsx +0 -15
  144. package/umd/IconOfd/index.d.ts +0 -4
  145. package/umd/IconOfd/index.js +0 -83
package/src/index.ts CHANGED
@@ -6,7 +6,6 @@ export { default as IconAddAssessment } from './IconAddAssessment';
6
6
  export { default as IconSearchWithoutData } from './IconSearchWithoutData';
7
7
  export { default as IconKnowledgeNodata } from './IconKnowledgeNodata';
8
8
  export { default as IconWorkflowCondition } from './IconWorkflowCondition';
9
- export { default as IconUploadingTxt } from './IconUploadingTxt';
10
9
  export { default as IconWorkflowCode } from './IconWorkflowCode';
11
10
  export { default as IconSelected } from './IconSelected';
12
11
  export { default as IconLLM } from './IconLLM';
@@ -21,18 +20,12 @@ export { default as IconAppTools } from './IconAppTools';
21
20
  export { default as IconAppKnowledge } from './IconAppKnowledge';
22
21
  export { default as IconModelHighlight } from './IconModelHighlight';
23
22
  export { default as IconAppSecurityDialogue } from './IconAppSecurityDialogue';
24
- export { default as IconUploadingXlsx } from './IconUploadingXlsx';
25
23
  export { default as IconCheckCircleFill } from './IconCheckCircleFill';
26
- export { default as IconUploadingCsv } from './IconUploadingCsv';
27
24
  export { default as IconRunningInProgress } from './IconRunningInProgress';
28
- export { default as IconUploadingMd } from './IconUploadingMd';
29
25
  export { default as IconWorkflowWorkflow } from './IconWorkflowWorkflow';
30
- export { default as IconUploadingPng } from './IconUploadingPng';
31
- export { default as IconUploadingHtml } from './IconUploadingHtml';
32
26
  export { default as IconNewsExtraction } from './IconNewsExtraction';
33
27
  export { default as IconHomebotC } from './IconHomebotC';
34
28
  export { default as IconNewAgent } from './IconNewAgent';
35
- export { default as IconUploadingPpt } from './IconUploadingPpt';
36
29
  export { default as IconGPT4 } from './IconGPT4';
37
30
  export { default as IconEcho } from './IconEcho';
38
31
  export { default as IconLoopNode } from './IconLoopNode';
@@ -41,10 +34,8 @@ export { default as IconQwen } from './IconQwen';
41
34
  export { default as IconClockCircleGreyFill } from './IconClockCircleGreyFill';
42
35
  export { default as IconFileCloudStorage } from './IconFileCloudStorage';
43
36
  export { default as IconInfoColor } from './IconInfoColor';
44
- export { default as IconUnknownFile } from './IconUnknownFile';
45
37
  export { default as IconGPT35 } from './IconGPT35';
46
38
  export { default as IconFeishu } from './IconFeishu';
47
- export { default as IconDataExternal } from './IconDataExternal';
48
39
  export { default as IconMoonshot } from './IconMoonshot';
49
40
  export { default as IconAdvancedReview } from './IconAdvancedReview';
50
41
  export { default as IconUserinput } from './IconUserinput';
@@ -146,7 +137,6 @@ export { default as IconExpire } from './IconExpire';
146
137
  export { default as IconLLMopsLogo } from './IconLLMopsLogo';
147
138
  export { default as IconLLMopsLogoHeader } from './IconLLMopsLogoHeader';
148
139
  export { default as IconKnowledgeGraph } from './IconKnowledgeGraph';
149
- export { default as IconAudio } from './IconAudio';
150
140
  export { default as IconTerminologyBank } from './IconTerminologyBank';
151
141
  export { default as IconFlipFlop } from './IconFlipFlop';
152
142
  export { default as IconCycleVertices } from './IconCycleVertices';
@@ -158,7 +148,6 @@ export { default as IconCyan } from './IconCyan';
158
148
  export { default as IconPurple } from './IconPurple';
159
149
  export { default as IconFrozen } from './IconFrozen';
160
150
  export { default as IconIIntentionRecognition } from './IconIIntentionRecognition';
161
- export { default as IconUploadingPdf } from './IconUploadingPdf';
162
151
  export { default as IconTimer } from './IconTimer';
163
152
  export { default as IconWfTerminologyBank } from './IconWfTerminologyBank';
164
153
  export { default as IconMessageNodes } from './IconMessageNodes';
@@ -280,7 +269,6 @@ export { default as IconMenuPrompt } from './IconMenuPrompt';
280
269
  export { default as IconMenuKnowledge } from './IconMenuKnowledge';
281
270
  export { default as IconMenuWorkflow } from './IconMenuWorkflow';
282
271
  export { default as IconMenuAgent } from './IconMenuAgent';
283
- export { default as IconZip } from './IconZip';
284
272
  export { default as IconVoiceai } from './IconVoiceai';
285
273
  export { default as IconShortcutInstructions } from './IconShortcutInstructions';
286
274
  export { default as IconDataTableBlock } from './IconDataTableBlock';
@@ -1315,7 +1303,6 @@ export { default as IconRouge2 } from './IconRouge2';
1315
1303
  export { default as IconRougeL } from './IconRougeL';
1316
1304
  export { default as IconRouge1 } from './IconRouge1';
1317
1305
  export { default as IconAddGroup } from './IconAddGroup';
1318
- export { default as IconUploadingDoc } from './IconUploadingDoc';
1319
1306
  export { default as IconUncollect2 } from './IconUncollect2';
1320
1307
  export { default as IconCollect2 } from './IconCollect2';
1321
1308
  export { default as IconCopyLine } from './IconCopyLine';
@@ -1489,7 +1476,6 @@ export { default as IconDataEnhance } from './IconDataEnhance';
1489
1476
  export { default as IconDataMapping } from './IconDataMapping';
1490
1477
  export { default as IconPositioningChart } from './IconPositioningChart';
1491
1478
  export { default as IconImageUnderstanding1 } from './IconImageUnderstanding1';
1492
- export { default as IconOfd } from './IconOfd';
1493
1479
  export { default as IconAgentSend } from './IconAgentSend';
1494
1480
  export { default as IconMCPAgentPublish } from './IconMCPAgentPublish';
1495
1481
  export { default as IconWebsdk } from './IconWebsdk';
@@ -1542,5 +1528,29 @@ export { default as IconTreeSuccess } from './IconTreeSuccess';
1542
1528
  export { default as IconTreeAbnormal } from './IconTreeAbnormal';
1543
1529
  export { default as IconPluginListedAdd } from './IconPluginListedAdd';
1544
1530
  export { default as IconPluginChoose } from './IconPluginChoose';
1531
+ export { default as IconPluginListed } from './IconPluginListed';
1532
+ export { default as IconWorkflowDownward } from './IconWorkflowDownward';
1533
+ export { default as IconWorkflowUpwards } from './IconWorkflowUpwards';
1534
+ export { default as IconWorkflowNodeInput } from './IconWorkflowNodeInput';
1535
+ export { default as IconWorkflowMore } from './IconWorkflowMore';
1536
+ export { default as IconWorkflowClose } from './IconWorkflowClose';
1537
+ export { default as IconWorkflowEditor } from './IconWorkflowEditor';
1538
+ export { default as IconUploadingHtml } from './IconUploadingHtml';
1539
+ export { default as IconUploadingCsv } from './IconUploadingCsv';
1540
+ export { default as IconUploadingLarksheet } from './IconUploadingLarksheet';
1541
+ export { default as IconUploadingJson } from './IconUploadingJson';
1542
+ export { default as IconUploadingOfd } from './IconUploadingOfd';
1543
+ export { default as IconUploadingXlsx } from './IconUploadingXlsx';
1544
+ export { default as IconUploadingMd } from './IconUploadingMd';
1545
+ export { default as IconUploadingDoc } from './IconUploadingDoc';
1546
+ export { default as IconUploadingPpt } from './IconUploadingPpt';
1547
+ export { default as IconUploadingPdf } from './IconUploadingPdf';
1548
+ export { default as IconUploadingPng } from './IconUploadingPng';
1549
+ export { default as IconAudio } from './IconAudio';
1550
+ export { default as IconUnknownFile } from './IconUnknownFile';
1551
+ export { default as IconUploadingTxt } from './IconUploadingTxt';
1552
+ export { default as IconZip } from './IconZip';
1553
+ export { default as IconDataExternal } from './IconDataExternal';
1554
+ export { default as IconUploadingWps } from './IconUploadingWps';
1545
1555
 
1546
1556
  export * from './type';
@@ -61,36 +61,11 @@ var __rest = (this && this.__rest) || function (s, e) {
61
61
  var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? false : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
62
62
  var prefix = prefixFromProps || prefixFromContext || 'hiagent';
63
63
  var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
64
- return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-audio").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0 30 30" }, rest, { ref: ref }),
65
- react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#FF7A5D', fillRule: "evenodd", d: "M7.5 1.875C5.42893 1.875 3.75 3.55393 3.75 5.625V24.375C3.75 26.4461 5.42893 28.125 7.5 28.125H22.5C24.5711 28.125 26.25 26.4461 26.25 24.375V11.25L16.875 1.875H7.5Z", clipRule: "evenodd" }),
66
- react_1.default.createElement("g", { filter: "url(#svg_a5ca0b5894__svg_b475ba4576__filter0_d_14600_129581)", opacity: ".9" },
67
- react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M21.2707 13.4555L15.66 13.7158C14.9819 13.7338 14.296 14.274 14.1214 14.9255L12.6239 20.5144L12.6031 20.5918C12.6031 20.5918 12.2932 20.2256 11.4291 20.1276C10.155 19.9778 8.89982 20.6899 8.62528 21.7145C8.35086 22.7387 9.17564 23.6329 10.4496 23.7833C11.7235 23.9337 12.8782 23.2279 13.1529 22.2027L14.4504 17.3606C14.5711 16.9101 15.1427 16.8554 15.1427 16.8554L20.1149 16.5904C20.1149 16.5904 20.6749 16.5489 20.5439 17.0376L19.504 20.9188C19.504 20.9188 19.1104 20.5225 18.246 20.3989C16.9783 20.2256 15.7277 20.9144 15.4533 21.9385C15.1786 22.9637 15.9985 23.8822 17.2664 24.055C18.5335 24.2292 19.783 23.54 20.0577 22.5149L22.1771 14.6051C22.3518 13.953 21.9489 13.4376 21.2707 13.4555Z" })),
68
- react_1.default.createElement("g", { filter: "url(#svg_a5ca0b5894__svg_b475ba4576__filter1_d_14600_129581)", opacity: ".5" },
69
- react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', fillRule: "evenodd", d: "M11.1202 13.2743C11.3048 13.597 11.4112 13.9779 11.4112 14.3866C11.4112 15.5569 10.5385 16.5 9.45559 16.5C8.37265 16.5 7.5 15.5569 7.5 14.3866C7.5 13.2162 8.37265 12.2731 9.45559 12.2731C9.46213 12.2731 9.46866 12.2732 9.47518 12.2732L7.85747 7.88716C7.71028 7.48947 7.88901 7.03496 8.257 6.87589C8.26622 6.87091 8.27544 6.86811 8.28377 6.86558C8.29445 6.86234 8.30367 6.85954 8.30957 6.85316L10.8014 6.03506C11.1273 5.92143 11.4848 6.09187 11.632 6.43275L11.9369 7.14859C12.0946 7.52355 11.9474 7.9667 11.6004 8.13713C11.5899 8.14282 11.5768 8.1485 11.5636 8.15418C11.5505 8.15986 11.5373 8.16554 11.5268 8.17122L9.82357 8.7848C9.66586 8.84161 9.59227 9.01205 9.63432 9.18249C9.63432 9.19385 9.63432 9.19385 9.64484 9.20522L11.1202 13.2743Z", clipRule: "evenodd" })),
70
- react_1.default.createElement("g", { opacity: ".5" },
71
- react_1.default.createElement("mask", { id: "svg_a5ca0b5894__a", width: "11", height: "11", x: "16", y: "1", maskUnits: "userSpaceOnUse", style: { maskType: 'alpha' } },
72
- react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#97BCFF', d: "M16.875 1.875L26.25 11.25H20.625C18.5539 11.25 16.875 9.57107 16.875 7.5V1.875Z" })),
73
- react_1.default.createElement("g", { mask: "url(#svg_a5ca0b5894__a)" },
74
- react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M22.5 1.875H7.5C5.42893 1.875 3.75 3.55393 3.75 5.625V24.375C3.75 26.4461 5.42893 28.125 7.5 28.125H22.5C24.5711 28.125 26.25 26.4461 26.25 24.375V5.625C26.25 3.55393 24.5711 1.875 22.5 1.875Z" }))),
75
- react_1.default.createElement("defs", null,
76
- react_1.default.createElement("filter", { id: "svg_a5ca0b5894__svg_b475ba4576__filter0_d_14600_129581", width: "15.645", height: "12.627", x: "7.573", y: "13.455", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
77
- react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
78
- react_1.default.createElement("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }),
79
- react_1.default.createElement("feOffset", { dy: "1" }),
80
- react_1.default.createElement("feGaussianBlur", { stdDeviation: ".5" }),
81
- react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
82
- react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 1 0 0 0 0 0.309405 0 0 0 0 0.158825 0 0 0 0.2 0" }),
83
- react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_14600_129581" }),
84
- react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_14600_129581", result: "shape" })),
85
- react_1.default.createElement("filter", { id: "svg_a5ca0b5894__svg_b475ba4576__filter1_d_14600_129581", width: "6.5", height: "12.5", x: "6.5", y: "6", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
86
- react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
87
- react_1.default.createElement("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }),
88
- react_1.default.createElement("feOffset", { dy: "1" }),
89
- react_1.default.createElement("feGaussianBlur", { stdDeviation: ".5" }),
90
- react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
91
- react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 1 0 0 0 0 0.309804 0 0 0 0 0.160784 0 0 0 0.1 0" }),
92
- react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_14600_129581" }),
93
- react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_14600_129581", result: "shape" }))));
64
+ return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-audio").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0 32 32" }, rest, { ref: ref }),
65
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#B36DF2', fillRule: "evenodd", d: "M8 2a4 4 0 0 0-4 4v20a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4V12L18 2H8Z", clipRule: "evenodd" }),
66
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "m22.689 14.352-5.985.278c-.723.02-1.455.596-1.641 1.29l-1.598 5.962-.022.083s-.33-.391-1.252-.496c-1.359-.16-2.698.6-2.99 1.693-.293 1.093.586 2.046 1.945 2.207 1.359.16 2.59-.593 2.884-1.686l1.384-5.165c.129-.48.738-.539.738-.539l5.304-.283s.597-.044.457.477l-1.109 4.14s-.42-.422-1.342-.554c-1.352-.185-2.686.55-2.979 1.642-.293 1.094.582 2.073 1.934 2.258 1.352.186 2.685-.55 2.978-1.643l2.26-8.437c.187-.696-.243-1.246-.966-1.227Z" }),
67
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', fillRule: "evenodd", d: "M11.861 14.16c.197.343.31.75.31 1.186 0 1.248-.93 2.254-2.085 2.254C8.931 17.6 8 16.594 8 15.346c0-1.249.93-2.255 2.086-2.255h.02L8.382 8.413c-.157-.424.034-.91.426-1.079a.148.148 0 0 1 .029-.01c.011-.004.021-.007.028-.014l2.657-.873c.348-.12.73.06.886.425l.326.763c.168.4.01.873-.36 1.055a.512.512 0 0 1-.038.018.528.528 0 0 0-.04.018l-1.816.654c-.169.061-.247.243-.202.425 0 .012 0 .012.01.024l1.574 4.34Z", clipRule: "evenodd", opacity: ".8" }),
68
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#D9B6F9', d: "m18 2 10 10h-6a4 4 0 0 1-4-4V2Z" }));
94
69
  }
95
70
  var IconAudio = react_1.default.forwardRef(IconAudioComponent);
96
71
  exports.default = IconAudio;
@@ -61,28 +61,11 @@ var __rest = (this && this.__rest) || function (s, e) {
61
61
  var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? false : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
62
62
  var prefix = prefixFromProps || prefixFromContext || 'hiagent';
63
63
  var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
64
- return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-data-external").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0 20 20" }, rest, { ref: ref }),
65
- react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#38C3FF', fillRule: "evenodd", d: "M5 1.25C3.61929 1.25 2.5 2.36929 2.5 3.75V16.25C2.5 17.6307 3.61929 18.75 5 18.75H15C16.3807 18.75 17.5 17.6307 17.5 16.25V7.5L11.25 1.25H5Z", clipRule: "evenodd" }),
66
- react_1.default.createElement("g", { filter: "url(#svg_e409ea93e0__svg_036e6b21cf__filter0_d_20339_979871)" },
67
- react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : 'url(#svg_e409ea93e0__svg_036e6b21cf__paint0_linear_20339_979871)', fillRule: "evenodd", d: "M9.99459 12.1519C12.2987 12.1519 14.1692 11.5694 14.1692 10.8467V9.80513C14.1692 9.08245 12.2988 8.5 9.99459 8.5C7.69051 8.5 5.81995 9.08235 5.81995 9.80513V10.8466C5.81995 11.5652 7.68615 12.1519 9.99459 12.1519ZM9.99459 14.3259C12.2987 14.3259 14.1692 13.7436 14.1692 13.0208V11.4564C14.1692 12.1791 12.2988 12.7615 9.99459 12.7615C7.69051 12.7615 5.81995 12.1792 5.81995 11.4564V13.0208C5.81995 13.7393 7.68615 14.3259 9.99459 14.3259ZM5.8242 13.6305C5.8242 14.3532 7.6905 14.9356 9.99458 14.9356C12.2987 14.9356 14.1691 14.3532 14.1735 13.6306V15.1949C14.1735 15.9176 12.3029 16.5 9.99884 16.5C7.6904 16.5 5.8242 15.9133 5.8242 15.1949V13.6305Z", clipRule: "evenodd", shapeRendering: "crispEdges" })),
68
- react_1.default.createElement("g", { opacity: ".5" },
69
- react_1.default.createElement("mask", { id: "svg_e409ea93e0__a", width: "7", height: "7", x: "11", y: "1", maskUnits: "userSpaceOnUse", style: { maskType: 'alpha' } },
70
- react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#97BCFF', d: "M11.25 1.25L17.5 7.5H13.75C12.3693 7.5 11.25 6.38071 11.25 5V1.25Z" })),
71
- react_1.default.createElement("g", { mask: "url(#svg_e409ea93e0__a)" },
72
- react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M15 1.25H5C3.61929 1.25 2.5 2.36929 2.5 3.75V16.25C2.5 17.6307 3.61929 18.75 5 18.75H15C16.3807 18.75 17.5 17.6307 17.5 16.25V3.75C17.5 2.36929 16.3807 1.25 15 1.25Z" }))),
73
- react_1.default.createElement("defs", null,
74
- react_1.default.createElement("linearGradient", { id: "svg_e409ea93e0__svg_036e6b21cf__paint0_linear_20339_979871", x1: "9.997", x2: "9.997", y1: "8.5", y2: "16.5", gradientUnits: "userSpaceOnUse" },
75
- react_1.default.createElement("stop", { stopColor: "#fff" }),
76
- react_1.default.createElement("stop", { offset: "1", stopColor: "#fff", stopOpacity: ".5" })),
77
- react_1.default.createElement("filter", { id: "svg_e409ea93e0__svg_036e6b21cf__filter0_d_20339_979871", width: "10.354", height: "10", x: "4.82", y: "8.5", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
78
- react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
79
- react_1.default.createElement("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }),
80
- react_1.default.createElement("feOffset", { dy: "1" }),
81
- react_1.default.createElement("feGaussianBlur", { stdDeviation: ".5" }),
82
- react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
83
- react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0.102485 0 0 0 0 0.694811 0 0 0 0 0.950491 0 0 0 0.2 0" }),
84
- react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_20339_979871" }),
85
- react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_20339_979871", result: "shape" }))));
64
+ return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-data-external").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0 32 32" }, rest, { ref: ref }),
65
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#38C3FF', fillRule: "evenodd", d: "M8 2a4 4 0 0 0-4 4v20a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4V12L18 2H8Z", clipRule: "evenodd" }),
66
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', fillRule: "evenodd", d: "M15.991 22.922c3.687 0 6.68-.932 6.68-2.089V18.33c0 1.157-2.993 2.089-6.68 2.089-3.686 0-6.68-.932-6.68-2.089v2.503c0 1.15 2.987 2.089 6.68 2.089ZM9.32 21.809c0 1.156 2.986 2.088 6.672 2.088 3.687 0 6.68-.932 6.687-2.088v2.503c0 1.156-2.993 2.088-6.68 2.088-3.693 0-6.68-.939-6.68-2.088v-2.503Z", clipRule: "evenodd", opacity: ".8" }),
67
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', fillRule: "evenodd", d: "M15.991 19.443c3.687 0 6.68-.932 6.68-2.088v-1.667c0-1.156-2.993-2.088-6.68-2.088-3.686 0-6.68.932-6.68 2.088v1.667c0 1.15 2.987 2.088 6.68 2.088Z", clipRule: "evenodd" }),
68
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#80DBFF', d: "m18 2 10 10h-6a4 4 0 0 1-4-4V2Z" }));
86
69
  }
87
70
  var IconDataExternal = react_1.default.forwardRef(IconDataExternalComponent);
88
71
  exports.default = IconDataExternal;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconPluginListed: React.ForwardRefExoticComponent<Pick<OriginIconProps, "string" | "className" | "prefix" | "width" | "height" | "useCurrentColor" | "spin" | "color" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "style" | "target" | "type" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "href" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default IconPluginListed;
@@ -0,0 +1,73 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ var desc = Object.getOwnPropertyDescriptor(m, k);
15
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
16
+ desc = { enumerable: true, get: function() { return m[k]; } };
17
+ }
18
+ Object.defineProperty(o, k2, desc);
19
+ }) : (function(o, m, k, k2) {
20
+ if (k2 === undefined) k2 = k;
21
+ o[k2] = m[k];
22
+ }));
23
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
24
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
25
+ }) : function(o, v) {
26
+ o["default"] = v;
27
+ });
28
+ var __importStar = (this && this.__importStar) || function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ var __rest = (this && this.__rest) || function (s, e) {
36
+ var t = {};
37
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
38
+ t[p] = s[p];
39
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
40
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
41
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
42
+ t[p[i]] = s[p[i]];
43
+ }
44
+ return t;
45
+ };
46
+ (function (factory) {
47
+ if (typeof module === "object" && typeof module.exports === "object") {
48
+ var v = factory(require, exports);
49
+ if (v !== undefined) module.exports = v;
50
+ }
51
+ else if (typeof define === "function" && define.amd) {
52
+ define(["require", "exports", "react", "../context"], factory);
53
+ }
54
+ })(function (require, exports) {
55
+ "use strict";
56
+ Object.defineProperty(exports, "__esModule", { value: true });
57
+ var react_1 = __importStar(require("react"));
58
+ var context_1 = require("../context");
59
+ function IconPluginListedComponent(props, ref) {
60
+ var prefixFromContext = (0, react_1.useContext)(context_1.Context).prefix;
61
+ var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? true : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
62
+ var prefix = prefixFromProps || prefixFromContext || 'hiagent';
63
+ var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
64
+ return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-plugin_listed").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 16 16", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
65
+ react_1.default.createElement("mask", { id: "svg_eda6a9eac7__a", maskUnits: "userSpaceOnUse", x: "-.5", y: "-.5", width: "17", height: "17", fill: useCurrentColor ? 'currentColor' : '#000' },
66
+ react_1.default.createElement("path", { d: "M-0.5 -0.5H16.5V16.5H-0.5z" }),
67
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.8182 0.5C15.1947 0.5 15.5 0.835786 15.5 1.25V14.75C15.5 15.1642 15.1947 15.5 14.8182 15.5H1.18182C0.80526 15.5 0.5 15.1642 0.5 14.75V1.25C0.5 0.835786 0.80526 0.5 1.18182 0.5H14.8182ZM14 2H2V14H14V2ZM8.4488 12C8.56209 12 8.65393 11.907 8.65393 11.7922V7.53247H10.1924C10.2073 7.53247 10.2214 7.52993 10.2357 7.52779C10.2523 7.52512 10.2646 7.52191 10.2768 7.51817C10.2868 7.51523 10.2966 7.51216 10.3064 7.50815C10.3114 7.50601 10.3162 7.50334 10.3211 7.50093C10.331 7.49626 10.3411 7.49252 10.3507 7.4865C10.428 7.43787 10.4767 7.35703 10.4931 7.26858C10.497 7.24332 10.4987 7.22689 10.499 7.21032C10.4991 7.20631 10.5001 7.20244 10.5001 7.19843C10.5001 7.19148 10.4986 7.18507 10.4982 7.17812L10.4961 7.15621C10.4893 7.09782 10.4692 7.04424 10.4381 6.99921L8.12868 4.20545C8.06738 4.08974 7.94763 3.98071 7.83342 4.00289C7.7192 3.98071 7.59945 4.08974 7.53815 4.20545L5.22878 6.99921C5.19776 7.04424 5.17758 7.09782 5.17069 7.15621L5.16859 7.17812C5.16822 7.18507 5.16675 7.19148 5.16675 7.19843C5.16675 7.20244 5.16773 7.20631 5.16786 7.21032C5.1681 7.22689 5.16983 7.24332 5.17241 7.25976C5.19013 7.35703 5.23887 7.43787 5.31616 7.4865C5.32576 7.49252 5.33586 7.49626 5.3457 7.50093C5.35063 7.50334 5.35542 7.50601 5.36047 7.50815C5.37019 7.51216 5.38004 7.51523 5.39001 7.51817C5.40219 7.52191 5.4145 7.52512 5.4273 7.52739C5.44539 7.52993 5.45955 7.53247 5.47444 7.53247H7.0129V11.7922C7.0129 11.907 7.10474 12 7.21803 12H8.4488Z" })),
68
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.8182 0.5C15.1947 0.5 15.5 0.835786 15.5 1.25V14.75C15.5 15.1642 15.1947 15.5 14.8182 15.5H1.18182C0.80526 15.5 0.5 15.1642 0.5 14.75V1.25C0.5 0.835786 0.80526 0.5 1.18182 0.5H14.8182ZM14 2H2V14H14V2ZM8.4488 12C8.56209 12 8.65393 11.907 8.65393 11.7922V7.53247H10.1924C10.2073 7.53247 10.2214 7.52993 10.2357 7.52779C10.2523 7.52512 10.2646 7.52191 10.2768 7.51817C10.2868 7.51523 10.2966 7.51216 10.3064 7.50815C10.3114 7.50601 10.3162 7.50334 10.3211 7.50093C10.331 7.49626 10.3411 7.49252 10.3507 7.4865C10.428 7.43787 10.4767 7.35703 10.4931 7.26858C10.497 7.24332 10.4987 7.22689 10.499 7.21032C10.4991 7.20631 10.5001 7.20244 10.5001 7.19843C10.5001 7.19148 10.4986 7.18507 10.4982 7.17812L10.4961 7.15621C10.4893 7.09782 10.4692 7.04424 10.4381 6.99921L8.12868 4.20545C8.06738 4.08974 7.94763 3.98071 7.83342 4.00289C7.7192 3.98071 7.59945 4.08974 7.53815 4.20545L5.22878 6.99921C5.19776 7.04424 5.17758 7.09782 5.17069 7.15621L5.16859 7.17812C5.16822 7.18507 5.16675 7.19148 5.16675 7.19843C5.16675 7.20244 5.16773 7.20631 5.16786 7.21032C5.1681 7.22689 5.16983 7.24332 5.17241 7.25976C5.19013 7.35703 5.23887 7.43787 5.31616 7.4865C5.32576 7.49252 5.33586 7.49626 5.3457 7.50093C5.35063 7.50334 5.35542 7.50601 5.36047 7.50815C5.37019 7.51216 5.38004 7.51523 5.39001 7.51817C5.40219 7.52191 5.4145 7.52512 5.4273 7.52739C5.44539 7.52993 5.45955 7.53247 5.47444 7.53247H7.0129V11.7922C7.0129 11.907 7.10474 12 7.21803 12H8.4488Z" }),
69
+ react_1.default.createElement("path", { d: "M14 2H14.3V1.7H14V2ZM2 2V1.7H1.7V2H2ZM2 14H1.7V14.3H2V14ZM14 14V14.3H14.3V14H14ZM8.65393 7.53247V7.23247H8.35393V7.53247H8.65393ZM10.2357 7.52779L10.2801 7.8245L10.2833 7.82398L10.2357 7.52779ZM10.2768 7.51817L10.192 7.2304L10.1888 7.23138L10.2768 7.51817ZM10.3064 7.50815L10.4207 7.78552L10.4234 7.78438L10.3064 7.50815ZM10.3211 7.50093L10.1924 7.22993L10.1894 7.23138L10.3211 7.50093ZM10.3507 7.4865L10.5099 7.74075L10.5104 7.74042L10.3507 7.4865ZM10.4931 7.26858L10.7882 7.32319L10.7895 7.31481L10.4931 7.26858ZM10.499 7.21032L10.1991 7.20111L10.199 7.20586L10.499 7.21032ZM10.4982 7.17812L10.7981 7.16219L10.7969 7.1496L10.4982 7.17812ZM10.4961 7.15621L10.7949 7.12768L10.7941 7.12104L10.4961 7.15621ZM10.4381 6.99921L10.6848 6.82858L10.6775 6.81799L10.6693 6.80807L10.4381 6.99921ZM8.12868 4.20545L7.86357 4.34588L7.87792 4.37297L7.89745 4.39659L8.12868 4.20545ZM7.83342 4.00289L7.77622 4.29739L7.83342 4.3085L7.8906 4.29739L7.83342 4.00289ZM7.53815 4.20545L7.76938 4.39659L7.78891 4.37297L7.80326 4.34588L7.53815 4.20545ZM5.22878 6.99921L4.99755 6.80807L4.98917 6.81821L4.98172 6.82903L5.22878 6.99921ZM5.17069 7.15621L4.87268 7.12103L4.87204 7.12769L5.17069 7.15621ZM5.16859 7.17812L4.86969 7.14958L4.86902 7.1622L5.16859 7.17812ZM5.16786 7.21032L5.46786 7.20586L5.46771 7.20111L5.16786 7.21032ZM5.17241 7.25976L4.87597 7.30638L4.87727 7.31353L5.17241 7.25976ZM5.31616 7.4865L5.15639 7.74042L5.15692 7.74075L5.31616 7.4865ZM5.3457 7.50093L5.4774 7.23136L5.47441 7.22995L5.3457 7.50093ZM5.36047 7.50815L5.24344 7.78439L5.24613 7.7855L5.36047 7.50815ZM5.39001 7.51817L5.47807 7.23137L5.47486 7.23042L5.39001 7.51817ZM5.4273 7.52739L5.37485 7.82297L5.38561 7.82448L5.4273 7.52739ZM7.0129 7.53247H7.3129V7.23247H7.0129V7.53247ZM14.8182 0.5V0.8C15.0028 0.8 15.2 0.973925 15.2 1.25H15.5H15.8C15.8 0.697648 15.3867 0.2 14.8182 0.2V0.5ZM15.5 1.25H15.2V14.75H15.5H15.8V1.25H15.5ZM15.5 14.75H15.2C15.2 15.0261 15.0028 15.2 14.8182 15.2V15.5V15.8C15.3867 15.8 15.8 15.3024 15.8 14.75H15.5ZM14.8182 15.5V15.2H1.18182V15.5V15.8H14.8182V15.5ZM1.18182 15.5V15.2C0.997212 15.2 0.8 15.0261 0.8 14.75H0.5H0.2C0.2 15.3024 0.613308 15.8 1.18182 15.8V15.5ZM0.5 14.75H0.8V1.25H0.5H0.2V14.75H0.5ZM0.5 1.25H0.8C0.8 0.973925 0.997212 0.8 1.18182 0.8V0.5V0.2C0.613308 0.2 0.2 0.697648 0.2 1.25H0.5ZM1.18182 0.5V0.8H14.8182V0.5V0.2H1.18182V0.5ZM14 2V1.7H2V2V2.3H14V2ZM2 2H1.7V14H2H2.3V2H2ZM2 14V14.3H14V14V13.7H2V14ZM14 14H14.3V2H14H13.7V14H14ZM8.4488 12V12.3C8.73141 12.3 8.95393 12.069 8.95393 11.7922H8.65393H8.35393C8.35393 11.7449 8.39277 11.7 8.4488 11.7V12ZM8.65393 11.7922H8.95393V7.53247H8.65393H8.35393V11.7922H8.65393ZM8.65393 7.53247V7.83247H10.1924V7.53247V7.23247H8.65393V7.53247ZM10.1924 7.53247V7.83247C10.2355 7.83247 10.278 7.8248 10.2801 7.82448L10.2357 7.52779L10.1913 7.2311C10.1889 7.23146 10.1866 7.23182 10.1848 7.23209C10.1828 7.23239 10.1815 7.23259 10.1802 7.23279C10.1777 7.23317 10.1769 7.23327 10.1769 7.23327C10.1769 7.23326 10.183 7.23247 10.1924 7.23247V7.53247ZM10.2357 7.52779L10.2833 7.82398C10.3163 7.81869 10.3423 7.8119 10.3649 7.80496L10.2768 7.51817L10.1888 7.23138L10.1881 7.2316L10.2357 7.52779ZM10.2768 7.51817L10.3617 7.80592C10.3736 7.80241 10.3958 7.79575 10.4207 7.7855L10.3064 7.50815L10.192 7.23079L10.192 7.23042L10.2768 7.51817ZM10.3064 7.50815L10.4234 7.78438C10.4352 7.77936 10.4448 7.77458 10.4491 7.77241C10.4503 7.77181 10.4513 7.77127 10.452 7.7709C10.453 7.77043 10.4532 7.77033 10.4536 7.77008C10.4544 7.7697 10.4539 7.76998 10.4528 7.77049L10.3211 7.50093L10.1894 7.23138C10.1859 7.23309 10.183 7.23461 10.1813 7.23547C10.1788 7.23674 10.1792 7.23653 10.1785 7.23688C10.1779 7.23718 10.1825 7.2348 10.1893 7.23192L10.3064 7.50815ZM10.3211 7.50093L10.4498 7.77192C10.4487 7.77248 10.4482 7.77267 10.4504 7.77171C10.4516 7.77117 10.4565 7.76901 10.461 7.76692C10.4709 7.7624 10.4892 7.75374 10.5099 7.74075L10.3507 7.4865L10.1914 7.23226C10.1972 7.22864 10.202 7.226 10.2054 7.22427C10.2086 7.22258 10.2108 7.22158 10.211 7.22152C10.211 7.22148 10.2109 7.22157 10.2101 7.2219C10.209 7.22239 10.2087 7.22254 10.2067 7.2234C10.2039 7.22464 10.1985 7.22705 10.1924 7.22995L10.3211 7.50093ZM10.3507 7.4865L10.5104 7.74042C10.6683 7.64108 10.7586 7.48212 10.7881 7.32317L10.4931 7.26858L10.1981 7.21399C10.1965 7.22225 10.1939 7.22785 10.192 7.2308C10.1903 7.23342 10.1897 7.23333 10.1909 7.23259L10.3507 7.4865ZM10.4931 7.26858L10.7895 7.31481C10.7944 7.28329 10.7984 7.25133 10.7989 7.21478L10.499 7.21032L10.199 7.20586C10.199 7.20467 10.1991 7.2042 10.199 7.2057C10.1987 7.20786 10.1982 7.21262 10.1966 7.22235L10.4931 7.26858ZM10.499 7.21032L10.7988 7.21953C10.7985 7.22909 10.7978 7.23653 10.7974 7.24036C10.7972 7.24232 10.797 7.24377 10.7969 7.24427C10.7969 7.24447 10.7968 7.24509 10.797 7.24383C10.7971 7.24266 10.7979 7.23686 10.7986 7.22985C10.7993 7.22244 10.8001 7.21155 10.8001 7.19843H10.5001H10.2001C10.2001 7.18731 10.2008 7.17841 10.2013 7.17298C10.2018 7.16795 10.2023 7.16412 10.2022 7.16492C10.2022 7.16496 10.2022 7.16501 10.2022 7.16514C10.2021 7.16524 10.2021 7.16543 10.2021 7.16563C10.202 7.16603 10.2019 7.16667 10.2018 7.16743C10.2017 7.16893 10.2013 7.17136 10.201 7.17431C10.2004 7.18012 10.1995 7.18955 10.1991 7.20111L10.499 7.21032ZM10.5001 7.19843H10.8001C10.8001 7.17497 10.7976 7.1558 10.797 7.15126C10.7965 7.1469 10.7967 7.14905 10.7968 7.14961C10.797 7.15132 10.7975 7.15596 10.7978 7.1622L10.4982 7.17812L10.1987 7.19404C10.1992 7.20376 10.2 7.2118 10.2006 7.21689C10.2009 7.21944 10.2011 7.22162 10.2013 7.22295C10.2014 7.2236 10.2015 7.22424 10.2015 7.22459C10.2016 7.22501 10.2016 7.22518 10.2016 7.22529C10.2017 7.22599 10.2013 7.22306 10.2009 7.21886C10.2006 7.21436 10.2001 7.20727 10.2001 7.19843H10.5001ZM10.4982 7.17812L10.7969 7.1496L10.7948 7.12769L10.4961 7.15621L10.1975 7.18472L10.1996 7.20664L10.4982 7.17812ZM10.4961 7.15621L10.7941 7.12104C10.7817 7.01643 10.7452 6.91587 10.6848 6.82858L10.4381 6.99921L10.1913 7.16984C10.1932 7.17261 10.1968 7.17921 10.1982 7.19137L10.4961 7.15621ZM10.4381 6.99921L10.6693 6.80807L8.3599 4.01431L8.12868 4.20545L7.89745 4.39659L10.2068 7.19035L10.4381 6.99921ZM8.12868 4.20545L8.39378 4.06503C8.34561 3.97409 8.27319 3.88176 8.18101 3.81255C8.09158 3.74541 7.94765 3.6751 7.77622 3.70839L7.83342 4.00289L7.8906 4.29739C7.86279 4.30279 7.84067 4.29874 7.82886 4.29502C7.81819 4.29165 7.81585 4.28868 7.82077 4.29237C7.82536 4.29581 7.83288 4.30256 7.84159 4.3131C7.8502 4.3235 7.8578 4.33498 7.86357 4.34588L8.12868 4.20545ZM7.83342 4.00289L7.8906 3.70839C7.71918 3.6751 7.57525 3.74541 7.48582 3.81255C7.39364 3.88176 7.32122 3.97409 7.27305 4.06503L7.53815 4.20545L7.80326 4.34588C7.80903 4.33498 7.81663 4.3235 7.82524 4.3131C7.83395 4.30256 7.84147 4.29581 7.84606 4.29237C7.85098 4.28868 7.84864 4.29165 7.83797 4.29502C7.82616 4.29874 7.80404 4.30279 7.77622 4.29739L7.83342 4.00289ZM7.53815 4.20545L7.30693 4.01431L4.99755 6.80807L5.22878 6.99921L5.46001 7.19035L7.76938 4.39659L7.53815 4.20545ZM5.22878 6.99921L4.98172 6.82903C4.92199 6.91575 4.88515 7.01601 4.87276 7.12104L5.17069 7.15621L5.46862 7.19137C5.47001 7.17962 5.47354 7.17273 5.47584 7.16939L5.22878 6.99921ZM5.17069 7.15621L4.87204 7.12769L4.86995 7.1496L5.16859 7.17812L5.46724 7.20664L5.46933 7.18472L5.17069 7.15621ZM5.16859 7.17812L4.86902 7.1622C4.86935 7.15595 4.86985 7.15132 4.87004 7.1496C4.87011 7.14905 4.87037 7.14689 4.86983 7.15125C4.86926 7.15579 4.86675 7.17497 4.86675 7.19843H5.16675H5.46675C5.46675 7.20727 5.46628 7.21436 5.46589 7.21886C5.46553 7.22306 5.46515 7.22599 5.46524 7.2253C5.46525 7.22518 5.46527 7.22501 5.46533 7.22459C5.46537 7.22424 5.46545 7.2236 5.46553 7.22295C5.4657 7.22162 5.46597 7.21945 5.46626 7.21689C5.46683 7.2118 5.46766 7.20376 5.46817 7.19404L5.16859 7.17812ZM5.16675 7.19843H4.86675C4.86675 7.21155 4.86755 7.22245 4.86825 7.22985C4.86892 7.23687 4.86971 7.24267 4.86986 7.24384C4.87003 7.24509 4.86995 7.24448 4.86992 7.24428C4.86986 7.24377 4.86967 7.24232 4.86945 7.24036C4.86903 7.23654 4.86829 7.22909 4.868 7.21953L5.16786 7.21032L5.46771 7.20111C5.46736 7.18955 5.46645 7.18011 5.46581 7.17431C5.46548 7.17136 5.46517 7.16892 5.46498 7.16743C5.46488 7.16667 5.4648 7.16602 5.46474 7.16563C5.46472 7.16543 5.46469 7.16524 5.46468 7.16513C5.46466 7.165 5.46465 7.16495 5.46465 7.16491C5.46454 7.16411 5.46507 7.16794 5.46555 7.17298C5.46607 7.1784 5.46675 7.18731 5.46675 7.19843H5.16675ZM5.16786 7.21032L4.86789 7.21478C4.8684 7.24904 4.87191 7.28004 4.87605 7.30637L5.17241 7.25976L5.46877 7.21315C5.46774 7.20661 5.46781 7.20473 5.46782 7.20586L5.16786 7.21032ZM5.17241 7.25976L4.87727 7.31353C4.90717 7.47767 4.99532 7.63907 5.15639 7.74042L5.31616 7.4865L5.47594 7.23259C5.47752 7.23359 5.47762 7.23441 5.47625 7.23222C5.47455 7.2295 5.47038 7.22152 5.46755 7.20598L5.17241 7.25976ZM5.31616 7.4865L5.15692 7.74075C5.17766 7.75374 5.19593 7.7624 5.2058 7.76692C5.21037 7.76901 5.21526 7.77117 5.21646 7.77171C5.21863 7.77267 5.21818 7.77248 5.21699 7.77192L5.3457 7.50093L5.47441 7.22995C5.4683 7.22705 5.4629 7.22464 5.4601 7.2234C5.45816 7.22254 5.45782 7.22239 5.45672 7.2219C5.45598 7.22157 5.45579 7.22148 5.45588 7.22152C5.45602 7.22158 5.4582 7.22258 5.46145 7.22427C5.4648 7.226 5.46964 7.22864 5.4754 7.23226L5.31616 7.4865ZM5.3457 7.50093L5.21402 7.77049C5.21297 7.76998 5.21243 7.7697 5.21319 7.77008C5.21367 7.77033 5.21387 7.77043 5.2148 7.7709C5.21552 7.77127 5.21658 7.77181 5.21775 7.77241C5.22205 7.77458 5.23159 7.77936 5.24344 7.78438L5.36047 7.50815L5.4775 7.23192C5.48431 7.2348 5.48892 7.23718 5.48833 7.23688C5.48763 7.23653 5.48805 7.23674 5.48556 7.23547C5.48388 7.23461 5.48089 7.23309 5.47739 7.23138L5.3457 7.50093ZM5.36047 7.50815L5.24613 7.7855C5.27099 7.79575 5.29325 7.80241 5.30516 7.80592L5.39001 7.51817L5.47486 7.23042L5.47481 7.23079L5.36047 7.50815ZM5.39001 7.51817L5.30195 7.80496C5.32226 7.81119 5.34685 7.8178 5.37488 7.82277L5.4273 7.52739L5.47972 7.23201C5.48216 7.23244 5.48213 7.23263 5.47807 7.23138L5.39001 7.51817ZM5.4273 7.52739L5.38561 7.82448C5.38785 7.82479 5.43234 7.83247 5.47444 7.83247V7.53247V7.23247C5.48403 7.23247 5.49017 7.23331 5.48906 7.23317C5.48839 7.23309 5.48693 7.23289 5.48325 7.23236C5.48043 7.23195 5.4744 7.23106 5.46899 7.2303L5.4273 7.52739ZM5.47444 7.53247V7.83247H7.0129V7.53247V7.23247H5.47444V7.53247ZM7.0129 7.53247H6.7129V11.7922H7.0129H7.3129V7.53247H7.0129ZM7.0129 11.7922H6.7129C6.7129 12.069 6.93542 12.3 7.21803 12.3V12V11.7C7.27406 11.7 7.3129 11.7449 7.3129 11.7922H7.0129ZM7.21803 12V12.3H8.4488V12V11.7H7.21803V12Z", mask: "url(#svg_eda6a9eac7__a)" }));
70
+ }
71
+ var IconPluginListed = react_1.default.forwardRef(IconPluginListedComponent);
72
+ exports.default = IconPluginListed;
73
+ });
@@ -61,25 +61,10 @@ var __rest = (this && this.__rest) || function (s, e) {
61
61
  var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? false : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
62
62
  var prefix = prefixFromProps || prefixFromContext || 'hiagent';
63
63
  var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
64
- return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-unknown-file").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0 20 20" }, rest, { ref: ref }),
65
- react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#B3BAC5', fillRule: "evenodd", d: "M5 1.25C3.61929 1.25 2.5 2.36929 2.5 3.75V16.25C2.5 17.6307 3.61929 18.75 5 18.75H15C16.3807 18.75 17.5 17.6307 17.5 16.25V7.5L11.25 1.25H5Z", clipRule: "evenodd" }),
66
- react_1.default.createElement("g", { filter: "url(#svg_b77febc1e7__svg_a6b0959df2__filter0_d_18537_43208)" },
67
- react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', fillRule: "evenodd", d: "M9.01767 13.2377L9.03517 13.3686H10.7739L10.7544 13.2003C10.7155 12.865 10.8169 12.6049 10.9994 12.3713C11.1873 12.1309 11.4566 11.924 11.7517 11.7L11.7841 11.6754C12.3469 11.2486 13 10.7533 13 9.87541C13 9.09426 12.6865 8.4926 12.1535 8.09066C11.6259 7.69279 10.8966 7.5 10.0738 7.5C8.84022 7.5 7.82756 8.06676 7.09593 8.91345L7 9.02447L8.12348 10.053L8.22541 9.94677C8.74999 9.40029 9.26615 9.11882 9.88585 9.11882C10.3038 9.11882 10.6192 9.20925 10.8261 9.36191C11.0269 9.51004 11.1394 9.72641 11.1394 10.0193C11.1394 10.2272 11.0267 10.4159 10.8199 10.6201C10.6721 10.7661 10.4933 10.9044 10.299 11.0547L10.2989 11.0547L10.2989 11.0547C10.2174 11.1178 10.1332 11.1829 10.0474 11.2516C9.4844 11.7024 8.8899 12.2815 9.01767 13.2377ZM9.16712 13.2177C9.16712 13.2177 9.16712 13.2177 9.16713 13.2177H10.6046C10.5986 13.1659 10.5956 13.1156 10.5953 13.0668C10.5923 12.3904 11.1247 11.9864 11.6728 11.5705C12.2522 11.1307 12.8492 10.6777 12.8492 9.87541C12.8492 9.09775 12.5221 8.52088 11.977 8.14971C12.522 8.52088 12.8492 9.09774 12.8492 9.87537C12.8492 10.6776 12.2522 11.1307 11.6727 11.5704C11.0851 12.0164 10.5154 12.4487 10.6045 13.2177H9.16712ZM10.8838 9.21788C10.6433 9.05404 10.3038 8.96787 9.8858 8.96787C9.2113 8.96787 8.65844 9.27775 8.11663 9.84217L8.11668 9.84221C8.65849 9.27779 9.21136 8.96791 9.88585 8.96791C10.3038 8.96791 10.6433 9.05406 10.8838 9.21788ZM8.76203 15.1876C8.76203 15.8465 9.23865 16.3235 9.89691 16.3235C10.5331 16.3235 11.0207 15.8465 11.0207 15.1876C11.0207 14.5265 10.5308 14.0628 9.89691 14.0628C9.25313 14.0628 8.76203 14.5254 8.76203 15.1876ZM9.3207 16.0046C9.47898 16.112 9.67566 16.1726 9.89691 16.1726C10.4498 16.1726 10.87 15.7631 10.87 15.1876C10.87 14.8358 10.7129 14.5502 10.4645 14.3813C10.7129 14.5502 10.8699 14.8358 10.8699 15.1876C10.8699 15.7631 10.4497 16.1726 9.89686 16.1726C9.67564 16.1726 9.47897 16.112 9.3207 16.0046Z", clipRule: "evenodd" })),
68
- react_1.default.createElement("g", { opacity: ".5" },
69
- react_1.default.createElement("mask", { id: "svg_b77febc1e7__a", width: "7", height: "7", x: "11", y: "1", maskUnits: "userSpaceOnUse", style: { maskType: 'alpha' } },
70
- react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#97BCFF', d: "M11.25 1.25L17.5 7.5H13.75C12.3693 7.5 11.25 6.38071 11.25 5V1.25Z" })),
71
- react_1.default.createElement("g", { mask: "url(#svg_b77febc1e7__a)" },
72
- react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M15 1.25H5C3.61929 1.25 2.5 2.36929 2.5 3.75V16.25C2.5 17.6307 3.61929 18.75 5 18.75H15C16.3807 18.75 17.5 17.6307 17.5 16.25V3.75C17.5 2.36929 16.3807 1.25 15 1.25Z" }))),
73
- react_1.default.createElement("defs", null,
74
- react_1.default.createElement("filter", { id: "svg_b77febc1e7__svg_a6b0959df2__filter0_d_18537_43208", width: "8", height: "10.823", x: "6", y: "7.5", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
75
- react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
76
- react_1.default.createElement("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }),
77
- react_1.default.createElement("feOffset", { dy: "1" }),
78
- react_1.default.createElement("feGaussianBlur", { stdDeviation: ".5" }),
79
- react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
80
- react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0.670588 0 0 0 0 0.721569 0 0 0 0 0.815686 0 0 0 0.2 0" }),
81
- react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_18537_43208" }),
82
- react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_18537_43208", result: "shape" }))));
64
+ return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-unknown-file").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0 32 32" }, rest, { ref: ref }),
65
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#B3BAC5', fillRule: "evenodd", d: "M8 2a4 4 0 0 0-4 4v20a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4V12L18 2H8Z", clipRule: "evenodd" }),
66
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', fillRule: "evenodd", d: "m14.428 21.18.028.21h2.782l-.031-.27c-.062-.536.1-.952.392-1.326.3-.385.732-.716 1.204-1.074l.052-.04c.9-.682 1.945-1.475 1.945-2.88 0-1.25-.502-2.212-1.354-2.855C18.6 12.31 17.434 12 16.118 12c-1.974 0-3.594.907-4.765 2.261l-.153.178 1.798 1.646.163-.17c.839-.874 1.665-1.325 2.656-1.325.669 0 1.174.145 1.505.39.321.236.501.582.501 1.05 0 .333-.18.635-.511.962a9.179 9.179 0 0 1-.834.695c-.13.101-.265.206-.402.316-.901.72-1.852 1.647-1.648 3.177Zm2.54-.032a2.22 2.22 0 0 1-.016-.241c-.004-1.082.847-1.729 1.724-2.394-.94.713-1.851 1.405-1.709 2.635Zm-2.95 3.152c0 1.054.763 1.818 1.816 1.818 1.018 0 1.798-.764 1.798-1.818 0-1.058-.784-1.8-1.798-1.8-1.03 0-1.816.74-1.816 1.8Z", clipRule: "evenodd" }),
67
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#D0D6DF', d: "m18 2 10 10h-6a4 4 0 0 1-4-4V2Z" }));
83
68
  }
84
69
  var IconUnknownFile = react_1.default.forwardRef(IconUnknownFileComponent);
85
70
  exports.default = IconUnknownFile;
@@ -61,31 +61,13 @@ var __rest = (this && this.__rest) || function (s, e) {
61
61
  var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? false : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
62
62
  var prefix = prefixFromProps || prefixFromContext || 'hiagent';
63
63
  var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
64
- return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-uploading-csv").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0 20 20" }, rest, { ref: ref }),
65
- react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#34D9D9', fillRule: "evenodd", d: "M5 1.25a2.5 2.5 0 0 0-2.5 2.5v12.5a2.5 2.5 0 0 0 2.5 2.5h10a2.5 2.5 0 0 0 2.5-2.5V7.5l-6.25-6.25H5Z", clipRule: "evenodd" }),
66
- react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M8.873 8.007a.2.2 0 0 1 .197-.166h.244a.2.2 0 0 1 .194.248l-.286 1.159a.2.2 0 0 1-.194.152h-.163a.2.2 0 0 1-.197-.235l.205-1.158ZM6.308 5c.47 0 .83.103 1.077.308.253.2.379.51.379.93v2.135a.2.2 0 0 1-.2.2h-.331a.2.2 0 0 1-.186-.127l-.13-.334a.022.022 0 0 0-.038-.006 1.78 1.78 0 0 1-.302.3.936.936 0 0 1-.36.173 1.799 1.799 0 0 1-.493.058c-.205 0-.391-.039-.558-.116a.906.906 0 0 1-.385-.365 1.266 1.266 0 0 1-.141-.629c0-.372.13-.646.391-.82.261-.18.652-.279 1.174-.296l.456-.014a.159.159 0 0 0 .153-.16c0-.183-.049-.318-.147-.403-.094-.086-.227-.128-.398-.128-.17 0-.338.025-.5.077a3.74 3.74 0 0 0-.309.104.208.208 0 0 1-.263-.1l-.145-.298a.188.188 0 0 1 .09-.258A2.892 2.892 0 0 1 6.308 5Zm.134 1.963c-.308.008-.521.064-.641.166a.506.506 0 0 0-.18.405c0 .145.043.25.129.314a.57.57 0 0 0 .333.09c.205 0 .379-.06.52-.18.14-.124.211-.297.211-.52v-.081a.2.2 0 0 0-.207-.2l-.165.006Z", opacity: ".4" }),
67
- react_1.default.createElement("g", { opacity: ".5" },
68
- react_1.default.createElement("mask", { id: "svg_4577f855ac__a", width: "7", height: "7", x: "11", y: "1", maskUnits: "userSpaceOnUse", style: { maskType: 'alpha' } },
69
- react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#97BCFF', d: "M11.25 1.25 17.5 7.5h-3.75a2.5 2.5 0 0 1-2.5-2.5V1.25Z" })),
70
- react_1.default.createElement("g", { mask: "url(#svg_4577f855ac__a)" },
71
- react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M15 1.25H5a2.5 2.5 0 0 0-2.5 2.5v12.5a2.5 2.5 0 0 0 2.5 2.5h10a2.5 2.5 0 0 0 2.5-2.5V3.75a2.5 2.5 0 0 0-2.5-2.5Z" }))),
72
- react_1.default.createElement("g", { filter: "url(#svg_4577f855ac__svg_628cb5675f__b)" },
73
- react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M11.053 14.508c0 .257-.06.476-.182.658a1.128 1.128 0 0 1-.546.406c-.242.093-.543.14-.903.14-.266 0-.494-.019-.686-.056-.15-.026-.3-.066-.45-.12a.192.192 0 0 1-.124-.182v-.416c0-.146.151-.244.288-.195.12.043.247.082.377.115.238.06.448.091.63.091.206 0 .35-.03.434-.091a.277.277 0 0 0 .133-.238.29.29 0 0 0-.056-.175.644.644 0 0 0-.224-.175 5.635 5.635 0 0 0-.546-.252 4.24 4.24 0 0 1-.588-.301 1.015 1.015 0 0 1-.343-.364 1.167 1.167 0 0 1-.112-.539c0-.355.138-.62.413-.798.276-.177.642-.266 1.1-.266a2.97 2.97 0 0 1 1.168.224c.099.04.142.155.1.254l-.16.384a.205.205 0 0 1-.268.108 4.955 4.955 0 0 0-.176-.067 2.543 2.543 0 0 0-.343-.098 1.58 1.58 0 0 0-.336-.035.768.768 0 0 0-.35.063.204.204 0 0 0-.112.189c0 .06.019.117.056.168a.808.808 0 0 0 .231.154c.117.056.287.13.511.224.22.089.409.182.567.28a.99.99 0 0 1 .364.357c.089.14.133.324.133.553Zm-4.628 1.204c-.378 0-.7-.068-.966-.203a1.385 1.385 0 0 1-.609-.644c-.14-.29-.21-.66-.21-1.113 0-.467.08-.847.238-1.141.159-.294.378-.511.658-.651.285-.14.611-.21.98-.21a2.643 2.643 0 0 1 1.022.186c.096.038.14.148.102.245l-.17.443a.206.206 0 0 1-.262.118 4.649 4.649 0 0 0-.272-.089 1.455 1.455 0 0 0-.42-.063.75.75 0 0 0-.455.133.753.753 0 0 0-.273.385c-.056.168-.084.38-.084.637 0 .252.03.462.091.63a.794.794 0 0 0 .28.371c.121.08.268.119.441.119.22 0 .413-.028.581-.084.057-.02.113-.043.168-.068.144-.066.322.032.322.19v.413a.187.187 0 0 1-.093.165 1.568 1.568 0 0 1-.411.161c-.173.047-.392.07-.658.07Z", opacity: ".9" }),
74
- react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : 'url(#svg_4577f855ac__svg_628cb5675f__c)', d: "M11.544 12.014a.2.2 0 0 1 .19-.264h.633a.2.2 0 0 1 .19.136l1.298 3.864h-.912a.2.2 0 0 1-.19-.136l-1.21-3.6Z" }),
75
- react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M15.267 12.014a.2.2 0 0 0-.19-.264h-.634a.2.2 0 0 0-.19.136l-1.298 3.864h.912a.2.2 0 0 0 .19-.136l1.21-3.6Z" })),
76
- react_1.default.createElement("defs", null,
77
- react_1.default.createElement("linearGradient", { id: "svg_4577f855ac__svg_628cb5675f__c", x1: "11.855", x2: "13.495", y1: "11.54", y2: "15.695", gradientUnits: "userSpaceOnUse" },
78
- react_1.default.createElement("stop", { stopColor: "#fff" }),
79
- react_1.default.createElement("stop", { offset: "1", stopColor: "#fff", stopOpacity: ".5" })),
80
- react_1.default.createElement("filter", { id: "svg_4577f855ac__svg_628cb5675f__b", width: "12.637", height: "6", x: "3.64", y: "11.75", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
81
- react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
82
- react_1.default.createElement("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }),
83
- react_1.default.createElement("feOffset", { dy: "1" }),
84
- react_1.default.createElement("feGaussianBlur", { stdDeviation: ".5" }),
85
- react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
86
- react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0.101961 0 0 0 0 0.788235 0 0 0 0 0.788235 0 0 0 0.2 0" }),
87
- react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_1275_29030" }),
88
- react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_1275_29030", result: "shape" }))));
64
+ return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-uploading-csv").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0 32 32" }, rest, { ref: ref }),
65
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#00B7FF', fillRule: "evenodd", d: "M8 2a4 4 0 0 0-4 4v20a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4V12L18 2H8Z", clipRule: "evenodd" }),
66
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M14.215 12.711a.2.2 0 0 1 .197-.165h.644a.2.2 0 0 1 .194.248l-.517 2.094a.2.2 0 0 1-.194.152h-.498a.2.2 0 0 1-.197-.235l.37-2.094ZM10.092 8c.753 0 1.328.164 1.724.493.404.321.606.817.606 1.488v3.535a.2.2 0 0 1-.2.2h-.731a.2.2 0 0 1-.186-.127l-.24-.61a.035.035 0 0 0-.032-.022.04.04 0 0 0-.028.013 2.775 2.775 0 0 1-.482.48 1.5 1.5 0 0 1-.574.277 2.881 2.881 0 0 1-.79.092c-.329 0-.627-.062-.893-.185a1.449 1.449 0 0 1-.616-.585c-.15-.267-.226-.602-.226-1.006 0-.595.209-1.033.626-1.313.417-.287 1.043-.445 1.878-.472l.781-.025a.2.2 0 0 0 .194-.2v-.052c0-.295-.079-.51-.236-.647-.15-.137-.363-.205-.636-.205-.274 0-.54.04-.8.123a6 6 0 0 0-.603.21c-.1.042-.215 0-.262-.097l-.334-.688a.192.192 0 0 1 .09-.26 4.6 4.6 0 0 1 .82-.284c.37-.089.753-.133 1.15-.133Zm.216 3.14c-.493.014-.835.103-1.026.267a.81.81 0 0 0-.288.647c0 .232.069.4.205.502.137.096.315.144.534.144.329 0 .606-.096.831-.287.226-.199.34-.476.34-.831v-.255a.2.2 0 0 0-.208-.2l-.388.013Z", opacity: ".7" }),
67
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M17.685 23.213c0 .41-.097.761-.29 1.053-.195.283-.486.5-.874.65-.389.149-.87.223-1.445.223a5.79 5.79 0 0 1-1.098-.09 4.225 4.225 0 0 1-.794-.219.195.195 0 0 1-.124-.183v-.933c0-.146.15-.243.286-.19.246.096.505.18.778.249.38.097.717.146 1.008.146.328 0 .56-.05.694-.146a.443.443 0 0 0 .213-.38.464.464 0 0 0-.09-.28c-.052-.083-.171-.176-.358-.28a8.968 8.968 0 0 0-.874-.404 6.782 6.782 0 0 1-.94-.482 1.624 1.624 0 0 1-.55-.582c-.119-.232-.178-.52-.178-.863 0-.567.22-.993.66-1.276.44-.284 1.027-.426 1.759-.426.38 0 .743.037 1.086.112.289.063.585.16.89.29a.195.195 0 0 1 .1.257l-.35.833a.203.203 0 0 1-.267.107 8.33 8.33 0 0 0-.395-.154 4.087 4.087 0 0 0-.549-.157 2.526 2.526 0 0 0-.538-.056c-.246 0-.433.034-.56.1a.326.326 0 0 0-.179.303c0 .097.03.187.09.269.067.075.19.157.37.247.186.09.459.209.817.358.35.142.653.291.907.448.254.15.448.34.583.571.142.224.212.519.212.885ZM10.28 25.14c-.605 0-1.12-.109-1.546-.326a2.215 2.215 0 0 1-.974-1.03c-.224-.463-.336-1.056-.336-1.78 0-.747.127-1.356.38-1.826.255-.47.606-.818 1.054-1.042.455-.224.978-.336 1.568-.336a4.228 4.228 0 0 1 1.736.339c.096.04.14.15.102.247l-.355.927a.203.203 0 0 1-.261.116 7.621 7.621 0 0 0-.55-.184 2.328 2.328 0 0 0-.672-.101c-.292 0-.534.071-.728.213-.194.134-.34.34-.437.616-.09.269-.135.608-.135 1.019 0 .403.049.74.146 1.008.105.261.254.46.448.594.194.127.43.19.706.19.35 0 .66-.045.93-.134.158-.057.313-.126.466-.207.14-.073.317.024.317.182v.946a.192.192 0 0 1-.092.166 2.53 2.53 0 0 1-.714.29c-.276.075-.627.112-1.053.112Z" }),
68
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M18.417 19.064a.2.2 0 0 1 .19-.264h1.267a.2.2 0 0 1 .19.136l2.105 6.264h-1.546a.2.2 0 0 1-.19-.136l-2.016-6Z", opacity: ".8" }),
69
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M24.48 19.064a.2.2 0 0 0-.19-.264h-1.267a.2.2 0 0 0-.19.136L20.73 25.2h1.545a.2.2 0 0 0 .19-.136l2.016-6Z" }),
70
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#80DBFF', d: "m18 2 10 10h-6a4 4 0 0 1-4-4V2Z" }));
89
71
  }
90
72
  var IconUploadingCsv = react_1.default.forwardRef(IconUploadingCsvComponent);
91
73
  exports.default = IconUploadingCsv;
@@ -61,11 +61,11 @@ var __rest = (this && this.__rest) || function (s, e) {
61
61
  var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? false : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
62
62
  var prefix = prefixFromProps || prefixFromContext || 'hiagent';
63
63
  var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
64
- return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-uploading-doc").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'currentColor', viewBox: "0 0 20 20" }, rest, { ref: ref }),
65
- react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#387BFF', fillRule: "evenodd", d: "M5 1.25C3.61929 1.25 2.5 2.36929 2.5 3.75V16.25C2.5 17.6307 3.61929 18.75 5 18.75H15C16.3807 18.75 17.5 17.6307 17.5 16.25V7.5L11.25 1.25H5Z", clipRule: "evenodd" }),
66
- react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#97BCFF', d: "M11.25 1.25L17.5 7.5H13.75C12.3693 7.5 11.25 6.38071 11.25 5V1.25Z", opacity: ".5" }),
67
- react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M14 10H6C5.79289 10 5.625 10.1679 5.625 10.375V11.5C5.625 11.7071 5.79289 11.875 6 11.875H14C14.2071 11.875 14.375 11.7071 14.375 11.5V10.375C14.375 10.1679 14.2071 10 14 10Z", opacity: ".9" }),
68
- react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M10.4608 13.75H5.93367C5.76319 13.75 5.625 13.9179 5.625 14.125V15.25C5.625 15.4571 5.76319 15.625 5.93367 15.625H10.4608C10.6312 15.625 10.7694 15.4571 10.7694 15.25V14.125C10.7694 13.9179 10.6312 13.75 10.4608 13.75Z", opacity: ".4" }));
64
+ return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-uploading-doc").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0 32 32" }, rest, { ref: ref }),
65
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#0085F9', fillRule: "evenodd", d: "M8 2a4 4 0 0 0-4 4v20a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4V12L18 2H8Z", clipRule: "evenodd" }),
66
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M22.4 16H9.6a.6.6 0 0 0-.6.6v1.8a.6.6 0 0 0 .6.6h12.8a.6.6 0 0 0 .6-.6v-1.8a.6.6 0 0 0-.6-.6Z", opacity: ".9" }),
67
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M16.737 22H9.494c-.273 0-.494.269-.494.6v1.8c0 .331.221.6.494.6h7.243c.273 0 .494-.269.494-.6v-1.8c0-.331-.221-.6-.494-.6Z", opacity: ".8" }),
68
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#80C2FC', d: "m18 2 10 10h-6a4 4 0 0 1-4-4V2Z" }));
69
69
  }
70
70
  var IconUploadingDoc = react_1.default.forwardRef(IconUploadingDocComponent);
71
71
  exports.default = IconUploadingDoc;
@@ -61,20 +61,11 @@ var __rest = (this && this.__rest) || function (s, e) {
61
61
  var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? false : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
62
62
  var prefix = prefixFromProps || prefixFromContext || 'hiagent';
63
63
  var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
64
- return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-uploading-html").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0 20 20" }, rest, { ref: ref }),
65
- react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#FF9737', fillRule: "evenodd", d: "M5 1.25a2.5 2.5 0 0 0-2.5 2.5v12.5a2.5 2.5 0 0 0 2.5 2.5h10a2.5 2.5 0 0 0 2.5-2.5V7.5l-6.25-6.25H5Z", clipRule: "evenodd" }),
66
- react_1.default.createElement("g", { opacity: ".5" },
67
- react_1.default.createElement("mask", { id: "svg_5826eeb1d7__a", width: "7", height: "7", x: "11", y: "1", maskUnits: "userSpaceOnUse", style: { maskType: 'alpha' } },
68
- react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#97BCFF', d: "M11.25 1.25 17.5 7.5h-3.75a2.5 2.5 0 0 1-2.5-2.5V1.25Z" })),
69
- react_1.default.createElement("g", { mask: "url(#svg_5826eeb1d7__a)" },
70
- react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M15 1.25H5a2.5 2.5 0 0 0-2.5 2.5v12.5a2.5 2.5 0 0 0 2.5 2.5h10a2.5 2.5 0 0 0 2.5-2.5V3.75a2.5 2.5 0 0 0-2.5-2.5Z" }))),
71
- react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : 'url(#svg_5826eeb1d7__svg_08ab8ca2fd__b)', d: "M6.2 15.511a.2.2 0 0 1-.32-.16v-1.513a.4.4 0 0 1 .16-.32l3.28-2.449a.1.1 0 0 1 .16.08v1.713a.4.4 0 0 1-.16.32l-3.12 2.33Z" }),
72
- react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M6.2 8.439a.2.2 0 0 0-.32.16v1.512a.4.4 0 0 0 .16.32l3.28 2.45a.1.1 0 0 0 .16-.08v-1.713a.4.4 0 0 0-.16-.32L6.2 8.438Z", opacity: ".9" }),
73
- react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M13.743 13.692h-3.226a.381.381 0 0 0-.387.375v1.006c0 .207.173.375.387.375h3.226a.381.381 0 0 0 .387-.375v-1.006a.381.381 0 0 0-.387-.375Z" }),
74
- react_1.default.createElement("defs", null,
75
- react_1.default.createElement("linearGradient", { id: "svg_5826eeb1d7__svg_08ab8ca2fd__b", x1: "5.63", x2: "9.978", y1: "14.893", y2: "13.397", gradientUnits: "userSpaceOnUse" },
76
- react_1.default.createElement("stop", { stopColor: "#fff" }),
77
- react_1.default.createElement("stop", { offset: "1", stopColor: "#fff", stopOpacity: ".3" }))));
64
+ return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-uploading-html").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0 32 32" }, rest, { ref: ref }),
65
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#7883DB', fillRule: "evenodd", d: "M8 2a4 4 0 0 0-4 4v20a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4V12L18 2H8Z", clipRule: "evenodd" }),
66
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M9.728 24.961a.2.2 0 0 1-.32-.16v-2.78a.4.4 0 0 1 .16-.32l5.44-4.062a.1.1 0 0 1 .16.08v2.98a.4.4 0 0 1-.16.32l-5.28 3.942Z", opacity: ".8" }),
67
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M9.728 13.358a.2.2 0 0 0-.32.16v2.78a.4.4 0 0 0 .16.321l5.44 4.061a.1.1 0 0 0 .16-.08v-2.979a.4.4 0 0 0-.16-.32l-5.28-3.942Zm12.261 8.55h-5.162a.61.61 0 0 0-.619.6v1.61c0 .33.277.6.62.6h5.16a.61.61 0 0 0 .62-.6v-1.61a.61.61 0 0 0-.62-.6Z" }),
68
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#BBC1ED', d: "m18 2 10 10h-6a4 4 0 0 1-4-4V2Z" }));
78
69
  }
79
70
  var IconUploadingHtml = react_1.default.forwardRef(IconUploadingHtmlComponent);
80
71
  exports.default = IconUploadingHtml;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconUploadingJson: React.ForwardRefExoticComponent<Pick<OriginIconProps, "string" | "className" | "prefix" | "width" | "height" | "useCurrentColor" | "spin" | "color" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "style" | "target" | "type" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "href" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default IconUploadingJson;