@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
@@ -0,0 +1,69 @@
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 IconShortcutInstructionsComponent(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-shortcut-instructions").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : '#000', viewBox: "0 0 18 18" }, rest, { ref: ref }),
65
+ react_1.default.createElement("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" }));
66
+ }
67
+ var IconShortcutInstructions = react_1.default.forwardRef(IconShortcutInstructionsComponent);
68
+ exports.default = IconShortcutInstructions;
69
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconUndeliver: 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 IconUndeliver;
@@ -0,0 +1,74 @@
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 IconUndeliverComponent(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-undeliver").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("g", { clipPath: "url(#svg_cafe5366bd__svg_45a691469b__clip0_2954_37379)", fillRule: "evenodd", clipRule: "evenodd" },
66
+ react_1.default.createElement("path", { d: "M1.66669 1.33423V5.66756L1.66927 5.72618C1.68297 5.8815 1.75082 6.02783 1.86195 6.13896L3.72388 8.00089L1.86195 9.86282L1.82232 9.9061C1.72218 10.0256 1.66669 10.1771 1.66669 10.3342V14.6676L1.66846 14.7174C1.70255 15.1933 2.22099 15.4861 2.65036 15.254L8.01547 12.354C8.00524 12.2373 8.00002 12.1193 8.00002 12C8.00002 11.5584 8.07156 11.1336 8.20369 10.7364L3.00002 13.5494V10.6104L4.94302 8.66729H9.78716C10.4209 8.24566 11.1818 7.99997 12 7.99997C12.9362 7.99997 13.7972 8.32157 14.4787 8.86033L14.9837 8.58736L15.0303 8.55984C15.4494 8.28972 15.4338 7.65774 14.9837 7.41442L2.65036 0.747755L2.60565 0.725604C2.17081 0.529302 1.66669 0.846133 1.66669 1.33423ZM3.00002 5.39142V2.45241L12.0314 7.33396H4.94269L3.00002 5.39142Z" }),
67
+ react_1.default.createElement("path", { d: "M12 9C13.6569 9 15 10.3431 15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9ZM13.016 13.7231L10.2769 10.984C10.101 11.2818 10 11.6291 10 12C10 13.1046 10.8954 14 12 14C12.3709 14 12.7182 13.899 13.016 13.7231ZM10.984 10.2769C11.2818 10.101 11.6291 10 12 10C13.1046 10 14 10.8954 14 12C14 12.3709 13.899 12.7182 13.7231 13.016L10.984 10.2769Z" })),
68
+ react_1.default.createElement("defs", null,
69
+ react_1.default.createElement("clipPath", { id: "svg_cafe5366bd__svg_45a691469b__clip0_2954_37379" },
70
+ react_1.default.createElement("path", { d: "M0 0H16V16H0z" }))));
71
+ }
72
+ var IconUndeliver = react_1.default.forwardRef(IconUndeliverComponent);
73
+ exports.default = IconUndeliver;
74
+ });
@@ -61,19 +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-upload_active").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 48 48", fill: useCurrentColor ? 'currentColor' : 'none', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
65
- react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23.8356 7.49023C30.8054 7.49023 36.4557 13.1268 36.4557 20.0796C36.4557 21.6407 36.171 23.1356 35.6505 24.5147L35.6502 40.1693H28.1317C27.7226 40.1593 27.3326 39.9938 27.0411 39.7066C26.7496 39.4193 26.5784 39.0318 26.5624 38.6229L26.5612 38.5623H25.9837V40.1693H22.2245V38.5623H21.2227C21.2227 39.4499 20.5015 40.1693 19.6119 40.1693L19.5395 40.1678V40.1693H11.7524V40.1615C6.37821 39.9508 2.08594 35.5374 2.08594 30.1245C2.08594 24.8931 6.09498 20.5957 11.2155 20.1229V20.0796C11.2155 13.1268 16.8658 7.49023 23.8356 7.49023Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_fda37f50d8__svg_ba82cadeee__paint0_linear_760_144974)' }),
66
- react_1.default.createElement("path", { d: "M19.5395 40.1678L19.6119 40.1693C20.5015 40.1693 21.223 39.4499 21.223 38.5623H22.2248V40.1693H25.9837V38.5623H26.5612L26.5624 38.6229C26.5784 39.0318 26.7496 39.4193 27.0411 39.7066C27.3326 39.9938 27.7226 40.1593 28.1318 40.1693H35.6502L35.6505 24.5147C36.1847 23.0972 36.4575 21.5945 36.4557 20.0796C36.4557 13.1268 30.8054 7.49023 23.8356 7.49023C16.8658 7.49023 11.2155 13.1268 11.2155 20.0796V20.1229C6.09498 20.5957 2.08594 24.8931 2.08594 30.1248C2.08594 35.538 6.37821 39.9511 11.7524 40.1618V40.1696M19.5398 40.1681L19.5395 40.1696H11.7524M19.5398 40.1681L11.7524 40.1696", stroke: "#fff", strokeWidth: "2" }),
67
- react_1.default.createElement("path", { d: "M35.2472 19.931H35.246L35.0797 19.9325H35.0785C29.5132 20.0225 25.0289 24.5512 25.0289 30.1251V38.7112L25.178 38.7115H26.4182C26.4555 39.1428 26.6505 39.5451 26.9659 39.8416C27.2813 40.1381 27.695 40.3079 28.1277 40.3184H28.1316L35.2472 40.3187H35.2484L35.4151 40.3172H35.4163C40.9816 40.2272 45.4656 35.6988 45.4656 30.1248C45.4656 24.4945 40.8904 19.9307 35.2472 19.9307V19.931Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_fda37f50d8__svg_ba82cadeee__paint1_linear_760_144974)', stroke: "#fff", strokeWidth: "2" }),
68
- react_1.default.createElement("path", { d: "M25.8055 23.5681L25.728 23.4935C24.6881 22.5225 23.057 22.5413 22.0394 23.5496L15.944 29.5898L15.8758 29.6605C15.4069 30.1607 15.1517 30.8241 15.1645 31.5096C15.1773 32.1951 15.4571 32.8485 15.9443 33.3309L16.0162 33.4006C17.0567 34.3717 18.6875 34.3529 19.705 33.3446L21.2252 31.8378V40.2116L21.2264 40.2858H26.4894L26.5634 31.8011L28.1208 33.3446L28.1793 33.4006C29.2195 34.3717 30.8506 34.3529 31.8678 33.3446L31.9382 33.273C32.4104 32.776 32.67 32.1143 32.6618 31.4287C32.6536 30.7432 32.3781 30.0879 31.894 29.6024L25.8055 23.5681V23.5681Z", fill: useCurrentColor ? 'currentColor' : '#fff', stroke: "#fff", strokeWidth: "2" }),
69
- react_1.default.createElement("defs", null,
70
- react_1.default.createElement("linearGradient", { id: "svg_fda37f50d8__svg_ba82cadeee__paint0_linear_760_144974", x1: "31", y1: "39.999", x2: "14.5", y2: "9.5", gradientUnits: "userSpaceOnUse" },
71
- react_1.default.createElement("stop", { stopColor: "#004BDF" }),
72
- react_1.default.createElement("stop", { offset: "0", stopColor: "#4583FF" }),
73
- react_1.default.createElement("stop", { offset: ".878", stopColor: "#84ADFF" })),
74
- react_1.default.createElement("linearGradient", { id: "svg_fda37f50d8__svg_ba82cadeee__paint1_linear_760_144974", x1: "45", y1: "25.5", x2: "27.692", y2: "40.615", gradientUnits: "userSpaceOnUse" },
75
- react_1.default.createElement("stop", { stopColor: "#84ADFF" }),
76
- react_1.default.createElement("stop", { offset: "1", stopColor: "#548DFF" }))));
64
+ return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-upload_active").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0 74 74" }, rest, { ref: ref }),
65
+ react_1.default.createElement("g", { fillRule: "evenodd", clipRule: "evenodd" },
66
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#6F9FFF', d: "M55 37.0989C55.6484 35.1846 56 33.1333 56 31C56 20.5066 47.4934 12 37 12C26.5066 12 18 20.5066 18 31L18.0001 31.0716C10.1435 31.826 4 38.4456 4 46.5C4 54.8931 10.671 61.7281 19 61.9921V62H19.5H55V37.0989Z" }),
67
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M18 31C18 20.5066 26.5066 12 37 12C47.4934 12 56 20.5066 56 31C56 33.1333 55.6484 35.1846 55 37.0989V62H19V61.9921C10.671 61.7281 4 54.8931 4 46.5C4 38.4456 10.1435 31.826 18.0001 31.0716L18 31ZM17.0163 30.1858C9.08151 31.3842 3 38.2313 3 46.5C3 55.1071 9.58996 62.1746 18 62.9327V63H56V37.2615C56.6492 35.2906 57 33.1853 57 31C57 19.9543 48.0457 11 37 11C26.227 11 17.4434 19.5176 17.0163 30.1858Z" }),
68
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#75A3FF', d: "M54.5 62C63.0604 62 70 55.0604 70 46.5C70 37.9396 63.0604 31 54.5 31C46.1069 31 39.2719 37.671 39.0079 46H39V46.5V62H54V61.9921C54.166 61.9973 54.3327 62 54.5 62Z" }),
69
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M39.0079 46C39.2719 37.671 46.1069 31 54.5 31C63.0604 31 70 37.9396 70 46.5C70 54.8931 63.329 61.7281 55 61.9921C54.834 61.9973 54.6673 62 54.5 62C54.3327 62 54.166 61.9973 54 61.9921V62H39V46H39.0079ZM38.0673 45H38V63H55V62.9926C63.8814 62.7282 71 55.4454 71 46.5C71 37.3873 63.6127 30 54.5 30C45.8929 30 38.8254 36.59 38.0673 45Z" }),
70
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M39.833 36.0373C38.1325 34.4494 35.4658 34.4801 33.802 36.1288L24.4049 45.4408L24.2959 45.5536L24.2933 45.5563C23.5262 46.3747 23.1087 47.4601 23.1297 48.5816C23.1506 49.7031 23.6083 50.7721 24.4055 51.5613L24.4072 51.563L24.5179 51.6705L24.5215 51.6739C26.2229 53.2617 28.8891 53.231 30.5529 51.5823L32.4732 49.679L32.4732 61.9925L32.479 62.3553H41.0836L41.1946 49.6173L43.1775 51.5823L43.2705 51.6716L43.2729 51.6739C44.9738 53.2617 47.6405 53.231 49.3039 51.5823L49.3061 51.58L49.4146 51.4698L49.4176 51.4667C50.1902 50.6535 50.6149 49.5709 50.6015 48.4493C50.588 47.3277 50.1373 46.2556 49.3454 45.4612L39.9578 36.1573L39.7829 36.3337L39.9551 36.1547L39.8356 36.0397L39.833 36.0373Z" })));
77
71
  }
78
72
  var IconUploadActive = react_1.default.forwardRef(IconUploadActiveComponent);
79
73
  exports.default = IconUploadActive;
@@ -61,19 +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-upload_defaut").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 48 48", fill: useCurrentColor ? 'currentColor' : 'none', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
65
- react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23.8356 7.49023C30.8054 7.49023 36.4557 13.1268 36.4557 20.0796C36.4557 21.6407 36.171 23.1356 35.6505 24.5147L35.6502 40.1693H28.1317C27.7226 40.1593 27.3326 39.9938 27.0411 39.7066C26.7496 39.4193 26.5784 39.0318 26.5624 38.6229L26.5612 38.5623H25.9837V40.1693H22.2245V38.5623H21.2227C21.2227 39.4499 20.5015 40.1693 19.6119 40.1693L19.5395 40.1678V40.1693H11.7524V40.1615C6.37821 39.9508 2.08594 35.5374 2.08594 30.1245C2.08594 24.8931 6.09498 20.5957 11.2155 20.1229V20.0796C11.2155 13.1268 16.8658 7.49023 23.8356 7.49023Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_f0b01cb112__svg_3ae7a78868__paint0_linear_760_144968)' }),
66
- react_1.default.createElement("path", { d: "M19.5395 40.1678L19.6119 40.1693C20.5015 40.1693 21.223 39.4499 21.223 38.5623H22.2248V40.1693H25.9837V38.5623H26.5612L26.5624 38.6229C26.5784 39.0318 26.7496 39.4193 27.0411 39.7066C27.3326 39.9938 27.7226 40.1593 28.1318 40.1693H35.6502L35.6505 24.5147C36.1847 23.0972 36.4575 21.5945 36.4557 20.0796C36.4557 13.1268 30.8054 7.49023 23.8356 7.49023C16.8658 7.49023 11.2155 13.1268 11.2155 20.0796V20.1229C6.09498 20.5957 2.08594 24.8931 2.08594 30.1248C2.08594 35.538 6.37821 39.9511 11.7524 40.1618V40.1696M19.5398 40.1681L19.5395 40.1696H11.7524M19.5398 40.1681L11.7524 40.1696", stroke: "#fff", strokeWidth: "2" }),
67
- react_1.default.createElement("path", { d: "M35.2472 19.931H35.246L35.0797 19.9325H35.0785C29.5132 20.0225 25.0289 24.5512 25.0289 30.1251V38.7112L25.178 38.7115H26.4182C26.4555 39.1428 26.6505 39.5451 26.9659 39.8416C27.2813 40.1381 27.695 40.3079 28.1277 40.3184H28.1316L35.2472 40.3187H35.2484L35.4151 40.3172H35.4163C40.9816 40.2272 45.4656 35.6988 45.4656 30.1248C45.4656 24.4945 40.8904 19.9307 35.2472 19.9307V19.931Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_f0b01cb112__svg_3ae7a78868__paint1_linear_760_144968)', stroke: "#fff", strokeWidth: "2" }),
68
- react_1.default.createElement("path", { d: "M25.8055 23.5681L25.728 23.4935C24.6881 22.5225 23.057 22.5413 22.0394 23.5496L15.944 29.5898L15.8758 29.6605C15.4069 30.1607 15.1517 30.8241 15.1645 31.5096C15.1773 32.1951 15.4571 32.8485 15.9443 33.3309L16.0162 33.4006C17.0567 34.3717 18.6875 34.3529 19.705 33.3446L21.2252 31.8378V40.2116L21.2264 40.2858H26.4894L26.5634 31.8011L28.1208 33.3446L28.1793 33.4006C29.2195 34.3717 30.8506 34.3529 31.8678 33.3446L31.9382 33.273C32.4104 32.776 32.67 32.1143 32.6618 31.4287C32.6536 30.7432 32.3781 30.0879 31.894 29.6024L25.8055 23.5681V23.5681Z", fill: useCurrentColor ? 'currentColor' : '#fff', stroke: "#fff", strokeWidth: "2" }),
69
- react_1.default.createElement("defs", null,
70
- react_1.default.createElement("linearGradient", { id: "svg_f0b01cb112__svg_3ae7a78868__paint0_linear_760_144968", x1: "33.231", y1: "47.077", x2: "13.385", y2: "5.538", gradientUnits: "userSpaceOnUse" },
71
- react_1.default.createElement("stop", { stopColor: "#ADB7C1" }),
72
- react_1.default.createElement("stop", { offset: "0", stopColor: "#576A7C" }),
73
- react_1.default.createElement("stop", { offset: "1", stopColor: "#EEF1F5" })),
74
- react_1.default.createElement("linearGradient", { id: "svg_f0b01cb112__svg_3ae7a78868__paint1_linear_760_144968", x1: "43.846", y1: "24.462", x2: "27.692", y2: "40.615", gradientUnits: "userSpaceOnUse" },
75
- react_1.default.createElement("stop", { stopColor: "#D5DBE1" }),
76
- react_1.default.createElement("stop", { offset: "1", stopColor: "#8A98A5" }))));
64
+ return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-upload_defaut").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0 74 74" }, rest, { ref: ref }),
65
+ react_1.default.createElement("g", { fillRule: "evenodd", clipRule: "evenodd" },
66
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#A8B2BD', d: "M55 37.0989C55.6484 35.1846 56 33.1333 56 31C56 20.5066 47.4934 12 37 12C26.5066 12 18 20.5066 18 31L18.0001 31.0716C10.1435 31.826 4 38.4456 4 46.5C4 54.8931 10.671 61.7281 19 61.9921V62H19.5H55V37.0989Z" }),
67
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M18 31C18 20.5066 26.5066 12 37 12C47.4934 12 56 20.5066 56 31C56 33.1333 55.6484 35.1846 55 37.0989V62H19V61.9921C10.671 61.7281 4 54.8931 4 46.5C4 38.4456 10.1435 31.826 18.0001 31.0716L18 31ZM17.0163 30.1858C9.08151 31.3842 3 38.2313 3 46.5C3 55.1071 9.58996 62.1746 18 62.9327V63H56V37.2615C56.6492 35.2906 57 33.1853 57 31C57 19.9543 48.0457 11 37 11C26.227 11 17.4434 19.5176 17.0163 30.1858Z" }),
68
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#B7C0C9', d: "M54.5 62C63.0604 62 70 55.0604 70 46.5C70 37.9396 63.0604 31 54.5 31C46.1069 31 39.2719 37.671 39.0079 46H39V46.5V62H54V61.9921C54.166 61.9973 54.3327 62 54.5 62Z" }),
69
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M39.0079 46C39.2719 37.671 46.1069 31 54.5 31C63.0604 31 70 37.9396 70 46.5C70 54.8931 63.329 61.7281 55 61.9921C54.834 61.9973 54.6673 62 54.5 62C54.3327 62 54.166 61.9973 54 61.9921V62H39V46H39.0079ZM38.0673 45H38V63H55V62.9926C63.8814 62.7282 71 55.4454 71 46.5C71 37.3873 63.6127 30 54.5 30C45.8929 30 38.8254 36.59 38.0673 45Z" }),
70
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M39.833 36.0373C38.1325 34.4494 35.4658 34.4801 33.802 36.1288L24.4049 45.4408L24.2959 45.5536L24.2933 45.5563C23.5262 46.3747 23.1087 47.4601 23.1297 48.5816C23.1506 49.7031 23.6084 50.7721 24.4055 51.5613L24.4072 51.563L24.5179 51.6705L24.5215 51.6739C26.2229 53.2617 28.8891 53.231 30.5529 51.5823L32.4732 49.679L32.4732 61.9925L32.479 62.3553H41.0836L41.1946 49.6173L43.1775 51.5823L43.2705 51.6716L43.2729 51.6739C44.9738 53.2617 47.6405 53.231 49.3039 51.5823L49.3061 51.58L49.4146 51.4698L49.4176 51.4667C50.1902 50.6535 50.6149 49.5709 50.6015 48.4493C50.588 47.3277 50.1373 46.2556 49.3454 45.4612L39.9578 36.1573L39.7829 36.3337L39.9551 36.1547L39.8356 36.0397L39.833 36.0373Z" })));
77
71
  }
78
72
  var IconUploadDefaut = react_1.default.forwardRef(IconUploadDefautComponent);
79
73
  exports.default = IconUploadDefaut;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconUploadFiles: 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 IconUploadFiles;
@@ -0,0 +1,69 @@
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 IconUploadFilesComponent(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-upload_files").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : '#000', viewBox: "0 0 16 16" }, rest, { ref: ref }),
65
+ react_1.default.createElement("path", { fillRule: "evenodd", d: "M3.53261 0.564075C2.07867 0.564075 0.900024 1.74272 0.900024 3.19666V12.4674C0.900024 13.9214 2.07867 15.1 3.53261 15.1H12.4674C13.9214 15.1 15.1 13.9214 15.1 12.4674V3.19666C15.1 1.74272 13.9214 0.564075 12.4674 0.564075H3.53261ZM2.33598 3.19666C2.33598 2.53578 2.87173 2.00003 3.53261 2.00003H12.4674C13.1283 2.00003 13.6641 2.53578 13.6641 3.19666V12.4674C13.6641 13.1283 13.1283 13.6641 12.4674 13.6641H3.53261C2.87173 13.6641 2.33598 13.1283 2.33598 12.4674V3.19666ZM4.09106 5.03801C4.09106 4.64148 4.41251 4.32003 4.80904 4.32003H5.60679C6.00332 4.32003 6.32477 4.64148 6.32477 5.03801C6.32477 5.43454 6.00332 5.75599 5.60679 5.75599H4.80904C4.41251 5.75599 4.09106 5.43454 4.09106 5.03801ZM7.28198 5.03801C7.28198 4.64148 7.60343 4.32003 7.99996 4.32003H11.191C11.5875 4.32003 11.9089 4.64148 11.9089 5.03801C11.9089 5.43454 11.5875 5.75599 11.191 5.75599H7.99996C7.60343 5.75599 7.28198 5.43454 7.28198 5.03801ZM7.28198 7.83012C7.28198 7.43359 7.60343 7.11214 7.99996 7.11214H11.191C11.5875 7.11214 11.9089 7.43359 11.9089 7.83012C11.9089 8.22665 11.5875 8.5481 11.191 8.5481H7.99996C7.60343 8.5481 7.28198 8.22665 7.28198 7.83012ZM7.99996 9.91683C7.60343 9.91683 7.28198 10.2383 7.28198 10.6348C7.28198 11.0313 7.60343 11.3528 7.99996 11.3528H11.191C11.5875 11.3528 11.9089 11.0313 11.9089 10.6348C11.9089 10.2383 11.5875 9.91683 11.191 9.91683H7.99996ZM4.80904 7.11214C4.41251 7.11214 4.09106 7.43359 4.09106 7.83012C4.09106 8.22665 4.41251 8.5481 4.80904 8.5481H5.60679C6.00332 8.5481 6.32477 8.22665 6.32477 7.83012C6.32477 7.43359 6.00332 7.11214 5.60679 7.11214H4.80904ZM4.09106 10.6348C4.09106 10.2383 4.41251 9.91683 4.80904 9.91683H5.60679C6.00332 9.91683 6.32477 10.2383 6.32477 10.6348C6.32477 11.0313 6.00332 11.3528 5.60679 11.3528H4.80904C4.41251 11.3528 4.09106 11.0313 4.09106 10.6348Z", clipRule: "evenodd" }));
66
+ }
67
+ var IconUploadFiles = react_1.default.forwardRef(IconUploadFilesComponent);
68
+ exports.default = IconUploadFiles;
69
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconVoiceai: 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 IconVoiceai;
@@ -0,0 +1,69 @@
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 IconVoiceaiComponent(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-voiceai").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 18 18", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
65
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.98748 0.25C6.57126 0.25 4.61248 2.20875 4.61248 4.625V8.125C4.61248 10.5412 6.57126 12.5 8.98748 12.5C11.4037 12.5 13.3625 10.5412 13.3625 8.125V4.625C13.3625 2.20875 11.4037 0.25 8.98748 0.25ZM9.86248 15.5116C13.5578 15.0785 16.425 11.9366 16.425 8.125V7.25C16.425 7.00837 16.2291 6.8125 15.9875 6.8125H15.1125C14.8708 6.8125 14.675 7.00837 14.675 7.25V8.125C14.675 11.2661 12.1286 13.8125 8.98748 13.8125C5.84636 13.8125 3.29998 11.2661 3.29998 8.125V7.25C3.29998 7.00837 3.10411 6.8125 2.86248 6.8125H1.98749C1.74587 6.8125 1.54999 7.00837 1.54999 7.25V8.125C1.54999 11.9366 4.41722 15.0785 8.11248 15.5116V17.3125C8.11248 17.5541 8.30835 17.75 8.54998 17.75H9.42498C9.66661 17.75 9.86248 17.5541 9.86248 17.3125V15.5116Z" }));
66
+ }
67
+ var IconVoiceai = react_1.default.forwardRef(IconVoiceaiComponent);
68
+ exports.default = IconVoiceai;
69
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconZip: 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 IconZip;
@@ -0,0 +1,79 @@
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 IconZipComponent(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 ? false : _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-zip").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' : '#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", { opacity: ".5" },
67
+ react_1.default.createElement("mask", { id: "svg_adcdbd79a8__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.25L17.5 7.5H13.75C12.3693 7.5 11.25 6.38071 11.25 5V1.25Z" })),
69
+ react_1.default.createElement("g", { mask: "url(#svg_adcdbd79a8__a)" },
70
+ 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" }))),
71
+ react_1.default.createElement("rect", { width: "2", height: "2", x: "5", y: "3", fill: useCurrentColor ? 'currentColor' : '#fff', opacity: ".9", rx: ".4" }),
72
+ react_1.default.createElement("rect", { width: "2", height: "2", x: "7", y: "5", fill: useCurrentColor ? 'currentColor' : '#fff', opacity: ".9", rx: ".4" }),
73
+ react_1.default.createElement("rect", { width: "2", height: "2", x: "5", y: "7", fill: useCurrentColor ? 'currentColor' : '#fff', opacity: ".9", rx: ".4" }),
74
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', fillRule: "evenodd", d: "M5 11.4C5 11.1791 5.17909 11 5.4 11H6.6C6.82091 11 7 11.1791 7 11.4V12.5H8.6C8.82091 12.5 9 12.6791 9 12.9V13V13.1V15.4V15.6V16.1C9 16.3209 8.82091 16.5 8.6 16.5H5.4C5.17909 16.5 5 16.3209 5 16.1V15.6V15.4V13.1V12.9V12.6V12V11.4ZM6 13.5V15H8V13.5H6Z", clipRule: "evenodd", opacity: ".9" }),
75
+ react_1.default.createElement("rect", { width: "2", height: "2", x: "7", y: "9", fill: useCurrentColor ? 'currentColor' : '#fff', opacity: ".9", rx: ".4" }));
76
+ }
77
+ var IconZip = react_1.default.forwardRef(IconZipComponent);
78
+ exports.default = IconZip;
79
+ });