@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
@@ -0,0 +1,71 @@
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 IconUploadingJsonComponent(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-uploading-json").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: "M13.695 15.519h-.691c-.364 0-.546.09-.635.193-.096.112-.184.37-.184.867v1.309c0 .568-.085 1.057-.28 1.441l-.09.16a1.76 1.76 0 0 1-.5.511c.198.134.366.304.5.512l.09.159c.195.384.28.873.28 1.441v1.309c0 .496.088.755.184.867l.037.038c.1.087.28.156.598.156h.691V26.3h-.731c-.876 0-1.587-.173-2.077-.573-.52-.422-.73-1.152-.73-2.073v-1.386c0-.3-.027-.527-.07-.69l-.048-.144a.555.555 0 0 0-.296-.31c-.156-.068-.4-.116-.75-.124l-.293-.008v-1.985L8.993 19c.36-.008.606-.058.758-.128a.556.556 0 0 0 .293-.313c.068-.168.112-.436.112-.827v-1.386c0-.921.211-1.65.73-2.073.491-.4 1.202-.573 2.078-.573h.731v1.819Zm5.341-1.819c.876 0 1.587.173 2.077.573.52.422.73 1.152.73 2.073v1.386c0 .391.045.66.113.827a.557.557 0 0 0 .293.313c.152.07.398.12.758.128l.293.007v1.985l-.293.008c-.35.008-.594.056-.75.124a.555.555 0 0 0-.296.31l-.048.143c-.043.164-.07.39-.07.69v1.387c0 .92-.211 1.65-.73 2.073-.49.4-1.2.573-2.077.573h-.731v-1.818h.691c.318 0 .498-.07.598-.156l.037-.038c.096-.112.183-.371.183-.867v-1.309c0-.568.086-1.057.28-1.441l.091-.16c.134-.207.302-.377.5-.511a1.762 1.762 0 0 1-.5-.512l-.09-.159c-.195-.384-.28-.873-.28-1.441v-1.309c0-.496-.088-.755-.184-.867-.09-.103-.271-.193-.635-.193h-.691V13.7h.731Zm-7.135 10.074.012.094a2.983 2.983 0 0 1-.023-.262l.011.168Zm8.258-2.301h.001Zm1.71-.44a.927.927 0 0 0-.184.282.859.859 0 0 1 .184-.281Zm.192-.147Zm-1.453-1.341.01.01a1.477 1.477 0 0 1-.094-.108l.084.098Zm1.515-.4c.103.047.228.084.374.11h.001a1.543 1.543 0 0 1-.374-.11h-.001Zm-.445-.473.014.031-.013-.031-.016-.045.015.045Zm-.126-.652.006.067a4.261 4.261 0 0 1-.005-.067l-.01-.288.009.288Zm-1.438-1.44-.004-.185-.008-.125c.008.096.012.199.012.31Zm1.43-.234-.009-.302v-.007c.005.099.009.202.009.309Zm-.621-1.84c.03.024.059.051.087.079l-.011-.013-.075-.066a1.683 1.683 0 0 0-.001 0Z", opacity: ".9" }),
67
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#D9B6F9', d: "m18 2 10 10h-6a4 4 0 0 1-4-4V2Z" }));
68
+ }
69
+ var IconUploadingJson = react_1.default.forwardRef(IconUploadingJsonComponent);
70
+ exports.default = IconUploadingJson;
71
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconUploadingLarksheet: 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 IconUploadingLarksheet;
@@ -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 IconUploadingLarksheetComponent(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-uploading-larksheet").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' : '#2CBF7D', stroke: "#2CBF7D", d: "M8 2.5h9.793l9.707 9.707V26a3.5 3.5 0 0 1-3.5 3.5H8A3.5 3.5 0 0 1 4.5 26V6A3.5 3.5 0 0 1 8 2.5Z" }),
66
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', fillRule: "evenodd", d: "M10.5 16v8h11v-8h-11Zm-1-2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h13a1 1 0 0 0 1-1V15a1 1 0 0 0-1-1h-13Z", clipRule: "evenodd" }),
67
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', fillRule: "evenodd", d: "M21.5 21h-11v-2h11v2Z", clipRule: "evenodd", opacity: ".8" }),
68
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', fillRule: "evenodd", d: "M15 24v-8h2v8h-2Z", clipRule: "evenodd", opacity: ".8" }),
69
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#95DFBE', d: "m18 2 10 10h-6a4 4 0 0 1-4-4V2Z" }));
70
+ }
71
+ var IconUploadingLarksheet = react_1.default.forwardRef(IconUploadingLarksheetComponent);
72
+ exports.default = IconUploadingLarksheet;
73
+ });
@@ -61,50 +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-md").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' : '#7A859B', 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_4674346161__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_4674346161__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("g", { filter: "url(#svg_4674346161__svg_c6dc97ca57__b)" },
72
- react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M7.5 15.428V9.671c0-.177-.134-.321-.3-.321h-.9c-.166 0-.3.144-.3.321v5.758c0 .177.134.321.3.321h.9c.166 0 .3-.144.3-.322Z" })),
73
- react_1.default.createElement("g", { filter: "url(#svg_4674346161__svg_c6dc97ca57__c)" },
74
- react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M14 15.428V9.671c0-.177-.134-.321-.3-.321h-.9c-.166 0-.3.144-.3.321v5.758c0 .177.134.321.3.321h.9c.166 0 .3-.144.3-.322Z" })),
75
- react_1.default.createElement("g", { filter: "url(#svg_4674346161__svg_c6dc97ca57__d)" },
76
- react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : 'url(#svg_4674346161__svg_c6dc97ca57__e)', fillRule: "evenodd", d: "M7.058 9.35a.2.2 0 0 0-.182.282l2.492 5.578a.2.2 0 0 0 .19.14h.884a.2.2 0 0 0 .19-.14l2.492-5.578a.2.2 0 0 0-.182-.282h-.882a.2.2 0 0 0-.183.118L10 13.671 8.123 9.468a.2.2 0 0 0-.183-.118h-.882Z", clipRule: "evenodd", shapeRendering: "crispEdges" })),
77
- react_1.default.createElement("defs", null,
78
- react_1.default.createElement("filter", { id: "svg_4674346161__svg_c6dc97ca57__b", width: "3.5", height: "8.4", x: "5", y: "9.35", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
79
- react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
80
- 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" }),
81
- react_1.default.createElement("feOffset", { dy: "1" }),
82
- react_1.default.createElement("feGaussianBlur", { stdDeviation: ".5" }),
83
- react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
84
- react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0.44497 0 0 0 0 0.48295 0 0 0 0 0.558909 0 0 0 0.2 0" }),
85
- react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_1275_29060" }),
86
- react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_1275_29060", result: "shape" })),
87
- react_1.default.createElement("filter", { id: "svg_4674346161__svg_c6dc97ca57__c", width: "3.5", height: "8.4", x: "11.5", y: "9.35", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
88
- react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
89
- 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" }),
90
- react_1.default.createElement("feOffset", { dy: "1" }),
91
- react_1.default.createElement("feGaussianBlur", { stdDeviation: ".5" }),
92
- react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
93
- react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0.44497 0 0 0 0 0.48295 0 0 0 0 0.558909 0 0 0 0.2 0" }),
94
- react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_1275_29060" }),
95
- react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_1275_29060", result: "shape" })),
96
- react_1.default.createElement("filter", { id: "svg_4674346161__svg_c6dc97ca57__d", width: "8.284", height: "8", x: "5.858", y: "9.35", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
97
- react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
98
- 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" }),
99
- react_1.default.createElement("feOffset", { dy: "1" }),
100
- react_1.default.createElement("feGaussianBlur", { stdDeviation: ".5" }),
101
- react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
102
- react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0.44497 0 0 0 0 0.48295 0 0 0 0 0.558909 0 0 0 0.2 0" }),
103
- react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_1275_29060" }),
104
- react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_1275_29060", result: "shape" })),
105
- react_1.default.createElement("linearGradient", { id: "svg_4674346161__svg_c6dc97ca57__e", x1: "6", x2: "12", y1: "9.6", y2: "9.6", gradientUnits: "userSpaceOnUse" },
106
- react_1.default.createElement("stop", { stopColor: "#fff", stopOpacity: ".5" }),
107
- react_1.default.createElement("stop", { offset: "1", stopColor: "#fff" }))));
64
+ return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-uploading-md").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' : '#6C7587', 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: "M12 24.686v-9.212c0-.284-.215-.514-.48-.514h-1.44c-.265 0-.48.23-.48.514v9.212c0 .284.215.514.48.514h1.44c.265 0 .48-.23.48-.514Zm10.4 0v-9.212c0-.284-.215-.514-.48-.514h-1.44c-.265 0-.48.23-.48.514v9.212c0 .284.215.514.48.514h1.44c.265 0 .48-.23.48-.514Z" }),
67
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', fillRule: "evenodd", d: "M11.293 14.96a.32.32 0 0 0-.292.45l3.987 8.926a.32.32 0 0 0 .306.224h1.413a.32.32 0 0 0 .305-.224l3.987-8.925a.32.32 0 0 0-.292-.451h-1.411a.32.32 0 0 0-.293.19L16 21.872l-3.003-6.724a.32.32 0 0 0-.292-.189h-1.412Z", clipRule: "evenodd", opacity: ".8" }),
68
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#B5BAC3', d: "m18 2 10 10h-6a4 4 0 0 1-4-4V2Z" }));
108
69
  }
109
70
  var IconUploadingMd = react_1.default.forwardRef(IconUploadingMdComponent);
110
71
  exports.default = IconUploadingMd;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconUploadingOfd: 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 IconUploadingOfd;
@@ -0,0 +1,72 @@
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 IconUploadingOfdComponent(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-uploading-ofd").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' : '#FB0', 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.044 18.831a1.059 1.059 0 0 1 .744.299 1.038 1.038 0 0 1 .312.738 1.032 1.032 0 0 1-.654.962 1.054 1.054 0 0 1-.402.074l-3.389.001a1.053 1.053 0 0 1-.73-.307 1.033 1.033 0 0 1 0-1.46c.193-.194.456-.304.73-.307h3.39Zm.326 1.814a.882.882 0 0 1-.083.028l.005-.001.078-.027Zm.464-.454a.831.831 0 0 1-.048.094c.004-.006.01-.013.013-.02l.035-.075Zm.066-.323-.001.026v-.026Zm-.066-.322c.01.025.021.05.03.077l-.03-.077Zm-.464-.454a.863.863 0 0 1 .091.044l-.013-.009-.078-.035Z", opacity: ".7" }),
67
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M19.506 12.3c.275.003.538.114.732.307a1.032 1.032 0 0 1 0 1.46 1.051 1.051 0 0 1-.732.307h-.002c-.62 0-1.216.245-1.655.679a2.299 2.299 0 0 0-.684 1.633v6.029c0 .937-.305 1.85-.867 2.603a4.433 4.433 0 0 1-2.256 1.586 4.478 4.478 0 0 1-2.767-.047 4.43 4.43 0 0 1-2.2-1.665 4.354 4.354 0 0 1 .183-5.203 4.438 4.438 0 0 1 2.31-1.509 4.479 4.479 0 0 1 2.764.143 1.044 1.044 0 0 1 .671.943 1.03 1.03 0 0 1-.29.743 1.048 1.048 0 0 1-1.135.249 2.366 2.366 0 0 0-1.444-.08 2.345 2.345 0 0 0-1.215.774 2.298 2.298 0 0 0-.156 2.71c.267.41.658.728 1.118.905.46.178.966.207 1.444.083a2.344 2.344 0 0 0 1.216-.771c.312-.376.495-.838.526-1.322l.005-.142v-6.197c0-.04.003-.08.009-.12l.018-.208a4.371 4.371 0 0 1 1.376-2.707 4.46 4.46 0 0 1 3.03-1.183h.001Zm-5.008 12.217c.069-.067.136-.136.198-.21l-.134.148c-.02.021-.043.041-.064.062Zm-5.966-1.29a4.142 4.142 0 0 1-.03-.659l.001.334c.005.11.015.218.029.326Zm2.006-1.778c-.016.026-.029.054-.043.08a1.96 1.96 0 0 1 .056-.1l-.013.02Zm6.073-7.82-.144.14a4.164 4.164 0 0 0 .144-.14Z" }),
68
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#FFDD80', d: "m18 2 10 10h-6a4 4 0 0 1-4-4V2Z" }));
69
+ }
70
+ var IconUploadingOfd = react_1.default.forwardRef(IconUploadingOfdComponent);
71
+ exports.default = IconUploadingOfd;
72
+ });
@@ -61,17 +61,12 @@ 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-pdf").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0 24 24" }, rest, { ref: ref }),
65
- react_1.default.createElement("g", null,
66
- react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#FF6C6B', fillRule: "evenodd", d: "M6 1.5a3 3 0 0 0-3 3v15a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3V9l-7.5-7.5H6Z", clipRule: "evenodd" }),
67
- react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', fillRule: "evenodd", d: "m6.36 16.904 1.306 1.797c2.741-1.94 5.275-5.83 5.275-9.725h-2.22c0 3.373-2.323 6.492-4.36 7.928Z", clipRule: "evenodd", opacity: ".4" }),
68
- react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : 'url(#svg_b3224be663__a)', fillRule: "evenodd", d: "M6.393 16.949c2.588-1.692 6.346-2.79 9.408-2.787l.779 2.245c-2.645-.238-6.452.788-8.881 2.34l-1.306-1.798Z", clipRule: "evenodd" }),
69
- react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', fillRule: "evenodd", d: "M17.444 14.413c-2.459-.548-4.014-2.993-4.503-5.437h-2.22c.508 3.667 3.006 7.138 6.723 7.694v-2.257Z", clipRule: "evenodd" }),
70
- react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M13.5 1.5 21 9h-4.5a3 3 0 0 1-3-3V1.5Z", opacity: ".4" })),
71
- react_1.default.createElement("defs", null,
72
- react_1.default.createElement("linearGradient", { id: "svg_b3224be663__a", x1: "6.215", x2: "19.374", y1: "17.819", y2: "17.819", gradientUnits: "userSpaceOnUse" },
73
- react_1.default.createElement("stop", { stopColor: "#FFE4E4" }),
74
- react_1.default.createElement("stop", { offset: "1", stopColor: "#F1BDBC" }))));
64
+ return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-uploading-pdf").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' : '#FF617E', 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: "m8.48 22.539 1.74 2.396c3.656-2.588 7.034-7.773 7.034-12.967h-2.96c0 4.497-3.096 8.656-5.814 10.57Z", clipRule: "evenodd", opacity: ".5" }),
67
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M22.5 22c-2.398 0-5.033.542-7.321 1.246-2.306.71-4.115 1.537-4.873 2.02l-1.612-2.532c1.075-.684 3.167-1.606 5.603-2.355C16.75 19.624 19.698 19 22.5 19v3Z", opacity: ".84" }),
68
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', fillRule: "evenodd", d: "M23.258 19.217c-3.277-.73-5.351-3.99-6.003-7.249h-2.96c.678 4.889 4.008 9.518 8.963 10.258v-3.009Z", clipRule: "evenodd" }),
69
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#FFB0BF', d: "m18 2 10 10h-6a4 4 0 0 1-4-4V2Z" }));
75
70
  }
76
71
  var IconUploadingPdf = react_1.default.forwardRef(IconUploadingPdfComponent);
77
72
  exports.default = IconUploadingPdf;
@@ -61,33 +61,12 @@ 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-png").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' : '#FFC737', 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_82d8c3d948__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_82d8c3d948__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("g", { filter: "url(#svg_82d8c3d948__svg_bff139fa05__b)" },
72
- react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : 'url(#svg_82d8c3d948__svg_bff139fa05__c)', fillRule: "evenodd", d: "M8.432 12.761 7.8 11.495a.5.5 0 0 0-.895 0l-1.69 3.382a.5.5 0 0 0 .447.724h1.352l.168-.335 1.251-2.504Zm.839 1.678.206.411h-.412l.206-.412Z", clipRule: "evenodd", opacity: ".8" }),
73
- react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : 'url(#svg_82d8c3d948__svg_bff139fa05__d)', d: "m8.213 14.876 2.692-5.382a.5.5 0 0 1 .894 0l2.69 5.382a.5.5 0 0 1-.446.724H8.66a.5.5 0 0 1-.448-.724Z", opacity: ".9" }),
74
- react_1.default.createElement("circle", { cx: "7.252", cy: "7.2", r: "1.4", fill: useCurrentColor ? 'currentColor' : '#fff', opacity: ".4" })),
75
- react_1.default.createElement("defs", null,
76
- react_1.default.createElement("linearGradient", { id: "svg_82d8c3d948__svg_bff139fa05__c", x1: "9.78", x2: "4.856", y1: "15.6", y2: "15.6", gradientUnits: "userSpaceOnUse" },
77
- react_1.default.createElement("stop", { stopColor: "#fff", stopOpacity: ".3" }),
78
- react_1.default.createElement("stop", { offset: "1", stopColor: "#fff" })),
79
- react_1.default.createElement("linearGradient", { id: "svg_82d8c3d948__svg_bff139fa05__d", x1: "11.352", x2: "11.352", y1: "8.6", y2: "15.6", gradientUnits: "userSpaceOnUse" },
80
- react_1.default.createElement("stop", { stopColor: "#fff", stopOpacity: ".4" }),
81
- react_1.default.createElement("stop", { offset: "1", stopColor: "#fff" })),
82
- react_1.default.createElement("filter", { id: "svg_82d8c3d948__svg_bff139fa05__b", width: "11.383", height: "11.8", x: "4.16", y: "5.8", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
83
- react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
84
- 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" }),
85
- react_1.default.createElement("feOffset", { dy: "1" }),
86
- react_1.default.createElement("feGaussianBlur", { stdDeviation: ".5" }),
87
- react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
88
- react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 1 0 0 0 0 0.780392 0 0 0 0 0.215686 0 0 0 0.2 0" }),
89
- react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_1840_22939" }),
90
- react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_1840_22939", result: "shape" }))));
64
+ return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-uploading-png").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: "M11.315 17.855a.5.5 0 0 1 .895 0l1.533 3.065-2.02 4.04h-3.15a.5.5 0 0 1-.448-.723l3.19-6.382Z", opacity: ".8" }),
67
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "m12.925 24.236 4.79-9.582a.5.5 0 0 1 .895 0l4.79 9.582a.5.5 0 0 1-.446.724h-9.582a.5.5 0 0 1-.447-.724Z" }),
68
+ react_1.default.createElement("circle", { cx: "11.603", cy: "11.52", r: "2.24", fill: useCurrentColor ? 'currentColor' : '#fff', opacity: ".8" }),
69
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#BBC1ED', d: "m18 2 10 10h-6a4 4 0 0 1-4-4V2Z" }));
91
70
  }
92
71
  var IconUploadingPng = react_1.default.forwardRef(IconUploadingPngComponent);
93
72
  exports.default = IconUploadingPng;
@@ -62,41 +62,10 @@ var __rest = (this && this.__rest) || function (s, e) {
62
62
  var prefix = prefixFromProps || prefixFromContext || 'hiagent';
63
63
  var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
64
64
  return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-uploading-ppt").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' : '#FFA337', stroke: "#FFA337", d: "M4.5 6A3.5 3.5 0 0 1 8 2.5h9.793l9.707 9.707V26a3.5 3.5 0 0 1-3.5 3.5H8A3.5 3.5 0 0 1 4.5 26V6Z" }),
66
- react_1.default.createElement("g", { filter: "url(#svg_8fc684f11f__a)" },
67
- react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : 'url(#svg_8fc684f11f__svg_8a267223a8__b)', d: "M12 25.485V20.8c0-.8.8-.8.8-.8h-2.72c-.265 0-.48.23-.48.514v4.971c0 .285.215.515.48.515h1.44c.265 0 .48-.23.48-.515Z", shapeRendering: "crispEdges" })),
68
- react_1.default.createElement("g", { filter: "url(#svg_8fc684f11f__svg_8a267223a8__c)" },
69
- react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : 'url(#svg_8fc684f11f__svg_8a267223a8__d)', fillRule: "evenodd", d: "M19.296 16.608H9.9a.3.3 0 0 1-.3-.3V13.9a.3.3 0 0 1 .3-.3h10.82c.875 0 1.584.71 1.584 1.584v6.24c0 .875-.71 1.584-1.584 1.584H12V20h7.296v-3.392Z", clipRule: "evenodd", shapeRendering: "crispEdges" })),
70
- react_1.default.createElement("g", { opacity: ".5" },
71
- react_1.default.createElement("mask", { id: "svg_8fc684f11f__a", width: "10", height: "10", x: "18", y: "2", maskUnits: "userSpaceOnUse", style: { maskType: 'alpha' } },
72
- react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#97BCFF', d: "m18 2 10 10h-6a4 4 0 0 1-4-4V2Z" })),
73
- react_1.default.createElement("g", { mask: "url(#svg_8fc684f11f__a)" },
74
- react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M24 2H8a4 4 0 0 0-4 4v20a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4V6a4 4 0 0 0-4-4Z" }))),
75
- react_1.default.createElement("defs", null,
76
- react_1.default.createElement("linearGradient", { id: "svg_8fc684f11f__svg_8a267223a8__b", x1: "10.8", x2: "10.8", y1: "20", y2: "26", gradientUnits: "userSpaceOnUse" },
77
- react_1.default.createElement("stop", { stopColor: "#fff" }),
78
- react_1.default.createElement("stop", { offset: "1", stopColor: "#fff", stopOpacity: ".3" })),
79
- react_1.default.createElement("linearGradient", { id: "svg_8fc684f11f__svg_8a267223a8__d", x1: "15.952", x2: "15.952", y1: "13.6", y2: "23.008", gradientUnits: "userSpaceOnUse" },
80
- react_1.default.createElement("stop", { stopColor: "#fff" }),
81
- react_1.default.createElement("stop", { offset: "1", stopColor: "#fff", stopOpacity: ".4" })),
82
- react_1.default.createElement("filter", { id: "svg_8fc684f11f__svg_8a267223a8__a", width: "5.2", height: "8", x: "8.6", y: "20", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
83
- react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
84
- 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" }),
85
- react_1.default.createElement("feOffset", { dy: "1" }),
86
- react_1.default.createElement("feGaussianBlur", { stdDeviation: ".5" }),
87
- react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
88
- react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 1 0 0 0 0 0.545098 0 0 0 0 0.215686 0 0 0 0.2 0" }),
89
- react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_1830_145040" }),
90
- react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_1830_145040", result: "shape" })),
91
- react_1.default.createElement("filter", { id: "svg_8fc684f11f__svg_8a267223a8__c", width: "14.704", height: "11.408", x: "8.6", y: "13.6", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
92
- react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
93
- 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" }),
94
- react_1.default.createElement("feOffset", { dy: "1" }),
95
- react_1.default.createElement("feGaussianBlur", { stdDeviation: ".5" }),
96
- react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
97
- react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 1 0 0 0 0 0.545098 0 0 0 0 0.215686 0 0 0 0.2 0" }),
98
- react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_1830_145040" }),
99
- react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_1830_145040", result: "shape" }))));
65
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#FF8D47', stroke: "#FF8D47", d: "M8 2.5h9.793l9.707 9.707V26a3.5 3.5 0 0 1-3.5 3.5H8A3.5 3.5 0 0 1 4.5 26V6A3.5 3.5 0 0 1 8 2.5Z" }),
66
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M12 25.485V20.8c0-.8.8-.8.8-.8h-2.72c-.265 0-.48.23-.48.514v4.971c0 .285.215.515.48.515h1.44c.265 0 .48-.23.48-.515Z", opacity: ".8" }),
67
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', fillRule: "evenodd", d: "M19.296 16.608H9.9a.3.3 0 0 1-.3-.3V13.9a.3.3 0 0 1 .3-.3h10.82c.875 0 1.584.71 1.584 1.584v6.24c0 .875-.71 1.584-1.584 1.584H12V20h7.296v-3.392Z", clipRule: "evenodd" }),
68
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#FFC6A3', d: "m18 2 10 10h-6a4 4 0 0 1-4-4V2Z" }));
100
69
  }
101
70
  var IconUploadingPpt = react_1.default.forwardRef(IconUploadingPptComponent);
102
71
  exports.default = IconUploadingPpt;
@@ -61,19 +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-txt").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0 20 21" }, rest, { ref: ref }),
65
- react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#ABB8D0', fillRule: "evenodd", d: "M5 1.558a2.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.5v-8.75l-6.25-6.25H5Z", clipRule: "evenodd" }),
66
- react_1.default.createElement("g", { opacity: ".5" },
67
- react_1.default.createElement("mask", { id: "svg_eb86c923de__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.558 6.25 6.25h-3.75a2.5 2.5 0 0 1-2.5-2.5v-3.75Z" })),
69
- react_1.default.createElement("g", { mask: "url(#svg_eb86c923de__a)" },
70
- react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M15 1.558H5a2.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.5v-12.5a2.5 2.5 0 0 0-2.5-2.5Z" }))),
71
- react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : 'url(#svg_eb86c923de__svg_c7824f3d4d__b)', d: "M10.94 16.143v-5.527c0-.17-.168-.308-.375-.308H9.44c-.207 0-.375.138-.375.308v5.527c0 .171.168.31.375.31h1.125c.207 0 .375-.139.375-.31Z" }),
72
- react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M13.613 9.308H6.387A.381.381 0 0 0 6 9.683v1.125c0 .207.173.375.387.375h7.226a.381.381 0 0 0 .387-.375V9.683a.381.381 0 0 0-.387-.375Z", opacity: ".9" }),
73
- react_1.default.createElement("defs", null,
74
- react_1.default.createElement("linearGradient", { id: "svg_eb86c923de__svg_c7824f3d4d__b", x1: "10", x2: "10", y1: "16.328", y2: "9.828", gradientUnits: "userSpaceOnUse" },
75
- react_1.default.createElement("stop", { stopColor: "#fff" }),
76
- 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-txt").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' : '#ABB8D0', 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: "M17.504 24.599v-8.422c0-.26-.269-.47-.6-.47h-1.8c-.331 0-.6.21-.6.47v8.422c0 .26.269.472.6.472h1.8c.331 0 .6-.212.6-.472Z", opacity: ".7" }),
67
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M21.78 14.184H10.22a.638.638 0 0 0-.435.163.581.581 0 0 0-.185.408v1.714c0 .316.277.572.62.572h11.56a.636.636 0 0 0 .435-.164.581.581 0 0 0 .185-.408v-1.714a.558.558 0 0 0-.185-.408.616.616 0 0 0-.434-.163Z" }),
68
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#C7D1E3', d: "m18 2 10 10h-6a4 4 0 0 1-4-4V2Z" }));
77
69
  }
78
70
  var IconUploadingTxt = react_1.default.forwardRef(IconUploadingTxtComponent);
79
71
  exports.default = IconUploadingTxt;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconUploadingWps: 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 IconUploadingWps;