@arco-iconbox/react-hiagent 0.1.33 → 0.1.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/IconAudio/index.js +5 -30
- package/cjs/IconDataExternal/index.js +5 -22
- package/cjs/IconUnknownFile/index.js +4 -19
- package/cjs/IconUploadingCsv/index.js +7 -25
- package/cjs/IconUploadingDoc/index.js +5 -5
- package/cjs/IconUploadingHtml/index.js +5 -14
- package/cjs/IconUploadingJson/index.d.ts +4 -0
- package/cjs/IconUploadingJson/index.js +61 -0
- package/cjs/IconUploadingLarkdocx/index.d.ts +4 -0
- package/cjs/IconUploadingLarkdocx/index.js +61 -0
- package/cjs/IconUploadingLarksheet/index.d.ts +4 -0
- package/cjs/IconUploadingLarksheet/index.js +69 -0
- package/cjs/IconUploadingMd/index.js +5 -44
- package/cjs/IconUploadingOfd/index.d.ts +4 -0
- package/cjs/IconUploadingOfd/index.js +62 -0
- package/cjs/IconUploadingPdf/index.js +6 -11
- package/cjs/IconUploadingPng/index.js +6 -27
- package/cjs/IconUploadingPpt/index.js +4 -35
- package/cjs/IconUploadingTxt/index.js +5 -13
- package/cjs/IconUploadingWps/index.d.ts +4 -0
- package/cjs/IconUploadingWps/index.js +62 -0
- package/cjs/IconUploadingXlsx/index.js +5 -33
- package/cjs/IconWorkflowClose/index.d.ts +4 -0
- package/cjs/IconWorkflowClose/index.js +59 -0
- package/cjs/IconWorkflowDownward/index.d.ts +4 -0
- package/cjs/IconWorkflowDownward/index.js +59 -0
- package/cjs/IconWorkflowEditor/index.d.ts +4 -0
- package/cjs/IconWorkflowEditor/index.js +59 -0
- package/cjs/IconWorkflowMore/index.d.ts +4 -0
- package/cjs/IconWorkflowMore/index.js +59 -0
- package/cjs/IconWorkflowNodeInput/index.d.ts +4 -0
- package/cjs/IconWorkflowNodeInput/index.js +59 -0
- package/cjs/IconWorkflowUpwards/index.d.ts +4 -0
- package/cjs/IconWorkflowUpwards/index.js +59 -0
- package/cjs/IconZip/index.js +6 -12
- package/cjs/index.d.ts +24 -14
- package/cjs/index.js +80 -59
- package/dist/icon.min.js +1 -1
- package/esm/IconAudio/index.js +5 -30
- package/esm/IconDataExternal/index.js +5 -22
- package/esm/IconUnknownFile/index.js +4 -19
- package/esm/IconUploadingCsv/index.js +7 -25
- package/esm/IconUploadingDoc/index.js +5 -5
- package/esm/IconUploadingHtml/index.js +5 -14
- package/esm/IconUploadingJson/index.d.ts +4 -0
- package/esm/IconUploadingJson/index.js +36 -0
- package/esm/IconUploadingLarkdocx/index.d.ts +4 -0
- package/esm/IconUploadingLarkdocx/index.js +36 -0
- package/esm/IconUploadingLarksheet/index.d.ts +4 -0
- package/esm/IconUploadingLarksheet/index.js +44 -0
- package/esm/IconUploadingMd/index.js +5 -44
- package/esm/IconUploadingOfd/index.d.ts +4 -0
- package/esm/IconUploadingOfd/index.js +37 -0
- package/esm/IconUploadingPdf/index.js +6 -11
- package/esm/IconUploadingPng/index.js +6 -27
- package/esm/IconUploadingPpt/index.js +4 -35
- package/esm/IconUploadingTxt/index.js +5 -13
- package/esm/IconUploadingWps/index.d.ts +4 -0
- package/esm/IconUploadingWps/index.js +37 -0
- package/esm/IconUploadingXlsx/index.js +5 -33
- package/esm/IconWorkflowClose/index.d.ts +4 -0
- package/esm/IconWorkflowClose/index.js +34 -0
- package/esm/IconWorkflowDownward/index.d.ts +4 -0
- package/esm/IconWorkflowDownward/index.js +34 -0
- package/esm/IconWorkflowEditor/index.d.ts +4 -0
- package/esm/IconWorkflowEditor/index.js +34 -0
- package/esm/IconWorkflowMore/index.d.ts +4 -0
- package/esm/IconWorkflowMore/index.js +34 -0
- package/esm/IconWorkflowNodeInput/index.d.ts +4 -0
- package/esm/IconWorkflowNodeInput/index.js +34 -0
- package/esm/IconWorkflowUpwards/index.d.ts +4 -0
- package/esm/IconWorkflowUpwards/index.js +34 -0
- package/esm/IconZip/index.js +6 -12
- package/esm/index.d.ts +24 -14
- package/esm/index.js +24 -14
- package/package.json +1 -1
- package/src/IconAudio/index.tsx +1 -1
- package/src/IconDataExternal/index.tsx +1 -1
- package/src/IconUnknownFile/index.tsx +1 -1
- package/src/IconUploadingCsv/index.tsx +1 -1
- package/src/IconUploadingDoc/index.tsx +1 -1
- package/src/IconUploadingHtml/index.tsx +1 -1
- package/src/IconUploadingJson/index.tsx +15 -0
- package/src/IconUploadingLarkdocx/index.tsx +15 -0
- package/src/IconUploadingLarksheet/index.tsx +15 -0
- package/src/IconUploadingMd/index.tsx +1 -1
- package/src/IconUploadingOfd/index.tsx +15 -0
- package/src/IconUploadingPdf/index.tsx +1 -1
- package/src/IconUploadingPng/index.tsx +1 -1
- package/src/IconUploadingPpt/index.tsx +1 -1
- package/src/IconUploadingTxt/index.tsx +1 -1
- package/src/IconUploadingWps/index.tsx +15 -0
- package/src/IconUploadingXlsx/index.tsx +1 -1
- package/src/IconWorkflowClose/index.tsx +15 -0
- package/src/IconWorkflowDownward/index.tsx +15 -0
- package/src/IconWorkflowEditor/index.tsx +15 -0
- package/src/IconWorkflowMore/index.tsx +15 -0
- package/src/IconWorkflowNodeInput/index.tsx +15 -0
- package/src/IconWorkflowUpwards/index.tsx +15 -0
- package/src/IconZip/index.tsx +1 -1
- package/src/index.ts +24 -14
- package/umd/IconAudio/index.js +5 -30
- package/umd/IconDataExternal/index.js +5 -22
- package/umd/IconUnknownFile/index.js +4 -19
- package/umd/IconUploadingCsv/index.js +7 -25
- package/umd/IconUploadingDoc/index.js +5 -5
- package/umd/IconUploadingHtml/index.js +5 -14
- package/umd/IconUploadingJson/index.d.ts +4 -0
- package/umd/IconUploadingJson/index.js +71 -0
- package/umd/IconUploadingLarkdocx/index.d.ts +4 -0
- package/umd/IconUploadingLarkdocx/index.js +71 -0
- package/umd/IconUploadingLarksheet/index.d.ts +4 -0
- package/umd/IconUploadingLarksheet/index.js +79 -0
- package/umd/IconUploadingMd/index.js +5 -44
- package/umd/IconUploadingOfd/index.d.ts +4 -0
- package/umd/IconUploadingOfd/index.js +72 -0
- package/umd/IconUploadingPdf/index.js +6 -11
- package/umd/IconUploadingPng/index.js +6 -27
- package/umd/IconUploadingPpt/index.js +4 -35
- package/umd/IconUploadingTxt/index.js +5 -13
- package/umd/IconUploadingWps/index.d.ts +4 -0
- package/umd/IconUploadingWps/index.js +72 -0
- package/umd/IconUploadingXlsx/index.js +5 -33
- package/umd/IconWorkflowClose/index.d.ts +4 -0
- package/umd/IconWorkflowClose/index.js +69 -0
- package/umd/IconWorkflowDownward/index.d.ts +4 -0
- package/umd/IconWorkflowDownward/index.js +69 -0
- package/umd/IconWorkflowEditor/index.d.ts +4 -0
- package/umd/IconWorkflowEditor/index.js +69 -0
- package/umd/IconWorkflowMore/index.d.ts +4 -0
- package/umd/IconWorkflowMore/index.js +69 -0
- package/umd/IconWorkflowNodeInput/index.d.ts +4 -0
- package/umd/IconWorkflowNodeInput/index.js +69 -0
- package/umd/IconWorkflowUpwards/index.d.ts +4 -0
- package/umd/IconWorkflowUpwards/index.js +69 -0
- package/umd/IconZip/index.js +6 -12
- package/umd/index.d.ts +24 -14
- package/umd/index.js +50 -30
- package/cjs/IconOfd/index.d.ts +0 -4
- package/cjs/IconOfd/index.js +0 -73
- package/esm/IconOfd/index.d.ts +0 -4
- package/esm/IconOfd/index.js +0 -48
- package/src/IconOfd/index.tsx +0 -15
- package/umd/IconOfd/index.d.ts +0 -4
- package/umd/IconOfd/index.js +0 -83
package/cjs/IconAudio/index.js
CHANGED
|
@@ -52,36 +52,11 @@ function IconAudioComponent(props, ref) {
|
|
|
52
52
|
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"]);
|
|
53
53
|
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
54
54
|
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
55
|
-
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-audio").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0
|
|
56
|
-
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#
|
|
57
|
-
react_1.default.createElement("
|
|
58
|
-
|
|
59
|
-
react_1.default.createElement("
|
|
60
|
-
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', fillRule: "evenodd", d: "M11.1202 13.2743C11.3048 13.597 11.4112 13.9779 11.4112 14.3866C11.4112 15.5569 10.5385 16.5 9.45559 16.5C8.37265 16.5 7.5 15.5569 7.5 14.3866C7.5 13.2162 8.37265 12.2731 9.45559 12.2731C9.46213 12.2731 9.46866 12.2732 9.47518 12.2732L7.85747 7.88716C7.71028 7.48947 7.88901 7.03496 8.257 6.87589C8.26622 6.87091 8.27544 6.86811 8.28377 6.86558C8.29445 6.86234 8.30367 6.85954 8.30957 6.85316L10.8014 6.03506C11.1273 5.92143 11.4848 6.09187 11.632 6.43275L11.9369 7.14859C12.0946 7.52355 11.9474 7.9667 11.6004 8.13713C11.5899 8.14282 11.5768 8.1485 11.5636 8.15418C11.5505 8.15986 11.5373 8.16554 11.5268 8.17122L9.82357 8.7848C9.66586 8.84161 9.59227 9.01205 9.63432 9.18249C9.63432 9.19385 9.63432 9.19385 9.64484 9.20522L11.1202 13.2743Z", clipRule: "evenodd" })),
|
|
61
|
-
react_1.default.createElement("g", { opacity: ".5" },
|
|
62
|
-
react_1.default.createElement("mask", { id: "svg_a5ca0b5894__a", width: "11", height: "11", x: "16", y: "1", maskUnits: "userSpaceOnUse", style: { maskType: 'alpha' } },
|
|
63
|
-
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#97BCFF', d: "M16.875 1.875L26.25 11.25H20.625C18.5539 11.25 16.875 9.57107 16.875 7.5V1.875Z" })),
|
|
64
|
-
react_1.default.createElement("g", { mask: "url(#svg_a5ca0b5894__a)" },
|
|
65
|
-
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M22.5 1.875H7.5C5.42893 1.875 3.75 3.55393 3.75 5.625V24.375C3.75 26.4461 5.42893 28.125 7.5 28.125H22.5C24.5711 28.125 26.25 26.4461 26.25 24.375V5.625C26.25 3.55393 24.5711 1.875 22.5 1.875Z" }))),
|
|
66
|
-
react_1.default.createElement("defs", null,
|
|
67
|
-
react_1.default.createElement("filter", { id: "svg_a5ca0b5894__svg_b475ba4576__filter0_d_14600_129581", width: "15.645", height: "12.627", x: "7.573", y: "13.455", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
|
|
68
|
-
react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
|
|
69
|
-
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" }),
|
|
70
|
-
react_1.default.createElement("feOffset", { dy: "1" }),
|
|
71
|
-
react_1.default.createElement("feGaussianBlur", { stdDeviation: ".5" }),
|
|
72
|
-
react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
|
|
73
|
-
react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 1 0 0 0 0 0.309405 0 0 0 0 0.158825 0 0 0 0.2 0" }),
|
|
74
|
-
react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_14600_129581" }),
|
|
75
|
-
react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_14600_129581", result: "shape" })),
|
|
76
|
-
react_1.default.createElement("filter", { id: "svg_a5ca0b5894__svg_b475ba4576__filter1_d_14600_129581", width: "6.5", height: "12.5", x: "6.5", y: "6", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
|
|
77
|
-
react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
|
|
78
|
-
react_1.default.createElement("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }),
|
|
79
|
-
react_1.default.createElement("feOffset", { dy: "1" }),
|
|
80
|
-
react_1.default.createElement("feGaussianBlur", { stdDeviation: ".5" }),
|
|
81
|
-
react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
|
|
82
|
-
react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 1 0 0 0 0 0.309804 0 0 0 0 0.160784 0 0 0 0.1 0" }),
|
|
83
|
-
react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_14600_129581" }),
|
|
84
|
-
react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_14600_129581", result: "shape" }))));
|
|
55
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-audio").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0 32 32" }, rest, { ref: ref }),
|
|
56
|
+
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" }),
|
|
57
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "m22.689 14.352-5.985.278c-.723.02-1.455.596-1.641 1.29l-1.598 5.962-.022.083s-.33-.391-1.252-.496c-1.359-.16-2.698.6-2.99 1.693-.293 1.093.586 2.046 1.945 2.207 1.359.16 2.59-.593 2.884-1.686l1.384-5.165c.129-.48.738-.539.738-.539l5.304-.283s.597-.044.457.477l-1.109 4.14s-.42-.422-1.342-.554c-1.352-.185-2.686.55-2.979 1.642-.293 1.094.582 2.073 1.934 2.258 1.352.186 2.685-.55 2.978-1.643l2.26-8.437c.187-.696-.243-1.246-.966-1.227Z" }),
|
|
58
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', fillRule: "evenodd", d: "M11.861 14.16c.197.343.31.75.31 1.186 0 1.248-.93 2.254-2.085 2.254C8.931 17.6 8 16.594 8 15.346c0-1.249.93-2.255 2.086-2.255h.02L8.382 8.413c-.157-.424.034-.91.426-1.079a.148.148 0 0 1 .029-.01c.011-.004.021-.007.028-.014l2.657-.873c.348-.12.73.06.886.425l.326.763c.168.4.01.873-.36 1.055a.512.512 0 0 1-.038.018.528.528 0 0 0-.04.018l-1.816.654c-.169.061-.247.243-.202.425 0 .012 0 .012.01.024l1.574 4.34Z", clipRule: "evenodd", opacity: ".8" }),
|
|
59
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#D9B6F9', d: "m18 2 10 10h-6a4 4 0 0 1-4-4V2Z" }));
|
|
85
60
|
}
|
|
86
61
|
var IconAudio = react_1.default.forwardRef(IconAudioComponent);
|
|
87
62
|
exports.default = IconAudio;
|
|
@@ -52,28 +52,11 @@ function IconDataExternalComponent(props, ref) {
|
|
|
52
52
|
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"]);
|
|
53
53
|
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
54
54
|
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
55
|
-
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-data-external").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0
|
|
56
|
-
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#38C3FF', fillRule: "evenodd", d: "
|
|
57
|
-
react_1.default.createElement("
|
|
58
|
-
|
|
59
|
-
react_1.default.createElement("
|
|
60
|
-
react_1.default.createElement("mask", { id: "svg_e409ea93e0__a", width: "7", height: "7", x: "11", y: "1", maskUnits: "userSpaceOnUse", style: { maskType: 'alpha' } },
|
|
61
|
-
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" })),
|
|
62
|
-
react_1.default.createElement("g", { mask: "url(#svg_e409ea93e0__a)" },
|
|
63
|
-
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" }))),
|
|
64
|
-
react_1.default.createElement("defs", null,
|
|
65
|
-
react_1.default.createElement("linearGradient", { id: "svg_e409ea93e0__svg_036e6b21cf__paint0_linear_20339_979871", x1: "9.997", x2: "9.997", y1: "8.5", y2: "16.5", gradientUnits: "userSpaceOnUse" },
|
|
66
|
-
react_1.default.createElement("stop", { stopColor: "#fff" }),
|
|
67
|
-
react_1.default.createElement("stop", { offset: "1", stopColor: "#fff", stopOpacity: ".5" })),
|
|
68
|
-
react_1.default.createElement("filter", { id: "svg_e409ea93e0__svg_036e6b21cf__filter0_d_20339_979871", width: "10.354", height: "10", x: "4.82", y: "8.5", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
|
|
69
|
-
react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
|
|
70
|
-
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" }),
|
|
71
|
-
react_1.default.createElement("feOffset", { dy: "1" }),
|
|
72
|
-
react_1.default.createElement("feGaussianBlur", { stdDeviation: ".5" }),
|
|
73
|
-
react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
|
|
74
|
-
react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0.102485 0 0 0 0 0.694811 0 0 0 0 0.950491 0 0 0 0.2 0" }),
|
|
75
|
-
react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_20339_979871" }),
|
|
76
|
-
react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_20339_979871", result: "shape" }))));
|
|
55
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-data-external").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0 32 32" }, rest, { ref: ref }),
|
|
56
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#38C3FF', fillRule: "evenodd", d: "M8 2a4 4 0 0 0-4 4v20a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4V12L18 2H8Z", clipRule: "evenodd" }),
|
|
57
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', fillRule: "evenodd", d: "M15.991 22.922c3.687 0 6.68-.932 6.68-2.089V18.33c0 1.157-2.993 2.089-6.68 2.089-3.686 0-6.68-.932-6.68-2.089v2.503c0 1.15 2.987 2.089 6.68 2.089ZM9.32 21.809c0 1.156 2.986 2.088 6.672 2.088 3.687 0 6.68-.932 6.687-2.088v2.503c0 1.156-2.993 2.088-6.68 2.088-3.693 0-6.68-.939-6.68-2.088v-2.503Z", clipRule: "evenodd", opacity: ".8" }),
|
|
58
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', fillRule: "evenodd", d: "M15.991 19.443c3.687 0 6.68-.932 6.68-2.088v-1.667c0-1.156-2.993-2.088-6.68-2.088-3.686 0-6.68.932-6.68 2.088v1.667c0 1.15 2.987 2.088 6.68 2.088Z", clipRule: "evenodd" }),
|
|
59
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#80DBFF', d: "m18 2 10 10h-6a4 4 0 0 1-4-4V2Z" }));
|
|
77
60
|
}
|
|
78
61
|
var IconDataExternal = react_1.default.forwardRef(IconDataExternalComponent);
|
|
79
62
|
exports.default = IconDataExternal;
|
|
@@ -52,25 +52,10 @@ function IconUnknownFileComponent(props, ref) {
|
|
|
52
52
|
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"]);
|
|
53
53
|
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
54
54
|
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
55
|
-
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-unknown-file").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0
|
|
56
|
-
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#B3BAC5', fillRule: "evenodd", d: "
|
|
57
|
-
react_1.default.createElement("
|
|
58
|
-
|
|
59
|
-
react_1.default.createElement("g", { opacity: ".5" },
|
|
60
|
-
react_1.default.createElement("mask", { id: "svg_b77febc1e7__a", width: "7", height: "7", x: "11", y: "1", maskUnits: "userSpaceOnUse", style: { maskType: 'alpha' } },
|
|
61
|
-
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" })),
|
|
62
|
-
react_1.default.createElement("g", { mask: "url(#svg_b77febc1e7__a)" },
|
|
63
|
-
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" }))),
|
|
64
|
-
react_1.default.createElement("defs", null,
|
|
65
|
-
react_1.default.createElement("filter", { id: "svg_b77febc1e7__svg_a6b0959df2__filter0_d_18537_43208", width: "8", height: "10.823", x: "6", y: "7.5", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
|
|
66
|
-
react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
|
|
67
|
-
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" }),
|
|
68
|
-
react_1.default.createElement("feOffset", { dy: "1" }),
|
|
69
|
-
react_1.default.createElement("feGaussianBlur", { stdDeviation: ".5" }),
|
|
70
|
-
react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
|
|
71
|
-
react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0.670588 0 0 0 0 0.721569 0 0 0 0 0.815686 0 0 0 0.2 0" }),
|
|
72
|
-
react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_18537_43208" }),
|
|
73
|
-
react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_18537_43208", result: "shape" }))));
|
|
55
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-unknown-file").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0 32 32" }, rest, { ref: ref }),
|
|
56
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#B3BAC5', fillRule: "evenodd", d: "M8 2a4 4 0 0 0-4 4v20a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4V12L18 2H8Z", clipRule: "evenodd" }),
|
|
57
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', fillRule: "evenodd", d: "m14.428 21.18.028.21h2.782l-.031-.27c-.062-.536.1-.952.392-1.326.3-.385.732-.716 1.204-1.074l.052-.04c.9-.682 1.945-1.475 1.945-2.88 0-1.25-.502-2.212-1.354-2.855C18.6 12.31 17.434 12 16.118 12c-1.974 0-3.594.907-4.765 2.261l-.153.178 1.798 1.646.163-.17c.839-.874 1.665-1.325 2.656-1.325.669 0 1.174.145 1.505.39.321.236.501.582.501 1.05 0 .333-.18.635-.511.962a9.179 9.179 0 0 1-.834.695c-.13.101-.265.206-.402.316-.901.72-1.852 1.647-1.648 3.177Zm2.54-.032a2.22 2.22 0 0 1-.016-.241c-.004-1.082.847-1.729 1.724-2.394-.94.713-1.851 1.405-1.709 2.635Zm-2.95 3.152c0 1.054.763 1.818 1.816 1.818 1.018 0 1.798-.764 1.798-1.818 0-1.058-.784-1.8-1.798-1.8-1.03 0-1.816.74-1.816 1.8Z", clipRule: "evenodd" }),
|
|
58
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#D0D6DF', d: "m18 2 10 10h-6a4 4 0 0 1-4-4V2Z" }));
|
|
74
59
|
}
|
|
75
60
|
var IconUnknownFile = react_1.default.forwardRef(IconUnknownFileComponent);
|
|
76
61
|
exports.default = IconUnknownFile;
|
|
@@ -52,31 +52,13 @@ function IconUploadingCsvComponent(props, ref) {
|
|
|
52
52
|
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"]);
|
|
53
53
|
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
54
54
|
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
55
|
-
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-uploading-csv").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0
|
|
56
|
-
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#
|
|
57
|
-
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "
|
|
58
|
-
react_1.default.createElement("
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
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" }))),
|
|
63
|
-
react_1.default.createElement("g", { filter: "url(#svg_4577f855ac__svg_628cb5675f__b)" },
|
|
64
|
-
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M11.053 14.508c0 .257-.06.476-.182.658a1.128 1.128 0 0 1-.546.406c-.242.093-.543.14-.903.14-.266 0-.494-.019-.686-.056-.15-.026-.3-.066-.45-.12a.192.192 0 0 1-.124-.182v-.416c0-.146.151-.244.288-.195.12.043.247.082.377.115.238.06.448.091.63.091.206 0 .35-.03.434-.091a.277.277 0 0 0 .133-.238.29.29 0 0 0-.056-.175.644.644 0 0 0-.224-.175 5.635 5.635 0 0 0-.546-.252 4.24 4.24 0 0 1-.588-.301 1.015 1.015 0 0 1-.343-.364 1.167 1.167 0 0 1-.112-.539c0-.355.138-.62.413-.798.276-.177.642-.266 1.1-.266a2.97 2.97 0 0 1 1.168.224c.099.04.142.155.1.254l-.16.384a.205.205 0 0 1-.268.108 4.955 4.955 0 0 0-.176-.067 2.543 2.543 0 0 0-.343-.098 1.58 1.58 0 0 0-.336-.035.768.768 0 0 0-.35.063.204.204 0 0 0-.112.189c0 .06.019.117.056.168a.808.808 0 0 0 .231.154c.117.056.287.13.511.224.22.089.409.182.567.28a.99.99 0 0 1 .364.357c.089.14.133.324.133.553Zm-4.628 1.204c-.378 0-.7-.068-.966-.203a1.385 1.385 0 0 1-.609-.644c-.14-.29-.21-.66-.21-1.113 0-.467.08-.847.238-1.141.159-.294.378-.511.658-.651.285-.14.611-.21.98-.21a2.643 2.643 0 0 1 1.022.186c.096.038.14.148.102.245l-.17.443a.206.206 0 0 1-.262.118 4.649 4.649 0 0 0-.272-.089 1.455 1.455 0 0 0-.42-.063.75.75 0 0 0-.455.133.753.753 0 0 0-.273.385c-.056.168-.084.38-.084.637 0 .252.03.462.091.63a.794.794 0 0 0 .28.371c.121.08.268.119.441.119.22 0 .413-.028.581-.084.057-.02.113-.043.168-.068.144-.066.322.032.322.19v.413a.187.187 0 0 1-.093.165 1.568 1.568 0 0 1-.411.161c-.173.047-.392.07-.658.07Z", opacity: ".9" }),
|
|
65
|
-
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : 'url(#svg_4577f855ac__svg_628cb5675f__c)', d: "M11.544 12.014a.2.2 0 0 1 .19-.264h.633a.2.2 0 0 1 .19.136l1.298 3.864h-.912a.2.2 0 0 1-.19-.136l-1.21-3.6Z" }),
|
|
66
|
-
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M15.267 12.014a.2.2 0 0 0-.19-.264h-.634a.2.2 0 0 0-.19.136l-1.298 3.864h.912a.2.2 0 0 0 .19-.136l1.21-3.6Z" })),
|
|
67
|
-
react_1.default.createElement("defs", null,
|
|
68
|
-
react_1.default.createElement("linearGradient", { id: "svg_4577f855ac__svg_628cb5675f__c", x1: "11.855", x2: "13.495", y1: "11.54", y2: "15.695", gradientUnits: "userSpaceOnUse" },
|
|
69
|
-
react_1.default.createElement("stop", { stopColor: "#fff" }),
|
|
70
|
-
react_1.default.createElement("stop", { offset: "1", stopColor: "#fff", stopOpacity: ".5" })),
|
|
71
|
-
react_1.default.createElement("filter", { id: "svg_4577f855ac__svg_628cb5675f__b", width: "12.637", height: "6", x: "3.64", y: "11.75", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
|
|
72
|
-
react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
|
|
73
|
-
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" }),
|
|
74
|
-
react_1.default.createElement("feOffset", { dy: "1" }),
|
|
75
|
-
react_1.default.createElement("feGaussianBlur", { stdDeviation: ".5" }),
|
|
76
|
-
react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
|
|
77
|
-
react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0.101961 0 0 0 0 0.788235 0 0 0 0 0.788235 0 0 0 0.2 0" }),
|
|
78
|
-
react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_1275_29030" }),
|
|
79
|
-
react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_1275_29030", result: "shape" }))));
|
|
55
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-uploading-csv").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0 32 32" }, rest, { ref: ref }),
|
|
56
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#00B7FF', fillRule: "evenodd", d: "M8 2a4 4 0 0 0-4 4v20a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4V12L18 2H8Z", clipRule: "evenodd" }),
|
|
57
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M14.215 12.711a.2.2 0 0 1 .197-.165h.644a.2.2 0 0 1 .194.248l-.517 2.094a.2.2 0 0 1-.194.152h-.498a.2.2 0 0 1-.197-.235l.37-2.094ZM10.092 8c.753 0 1.328.164 1.724.493.404.321.606.817.606 1.488v3.535a.2.2 0 0 1-.2.2h-.731a.2.2 0 0 1-.186-.127l-.24-.61a.035.035 0 0 0-.032-.022.04.04 0 0 0-.028.013 2.775 2.775 0 0 1-.482.48 1.5 1.5 0 0 1-.574.277 2.881 2.881 0 0 1-.79.092c-.329 0-.627-.062-.893-.185a1.449 1.449 0 0 1-.616-.585c-.15-.267-.226-.602-.226-1.006 0-.595.209-1.033.626-1.313.417-.287 1.043-.445 1.878-.472l.781-.025a.2.2 0 0 0 .194-.2v-.052c0-.295-.079-.51-.236-.647-.15-.137-.363-.205-.636-.205-.274 0-.54.04-.8.123a6 6 0 0 0-.603.21c-.1.042-.215 0-.262-.097l-.334-.688a.192.192 0 0 1 .09-.26 4.6 4.6 0 0 1 .82-.284c.37-.089.753-.133 1.15-.133Zm.216 3.14c-.493.014-.835.103-1.026.267a.81.81 0 0 0-.288.647c0 .232.069.4.205.502.137.096.315.144.534.144.329 0 .606-.096.831-.287.226-.199.34-.476.34-.831v-.255a.2.2 0 0 0-.208-.2l-.388.013Z", opacity: ".7" }),
|
|
58
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M17.685 23.213c0 .41-.097.761-.29 1.053-.195.283-.486.5-.874.65-.389.149-.87.223-1.445.223a5.79 5.79 0 0 1-1.098-.09 4.225 4.225 0 0 1-.794-.219.195.195 0 0 1-.124-.183v-.933c0-.146.15-.243.286-.19.246.096.505.18.778.249.38.097.717.146 1.008.146.328 0 .56-.05.694-.146a.443.443 0 0 0 .213-.38.464.464 0 0 0-.09-.28c-.052-.083-.171-.176-.358-.28a8.968 8.968 0 0 0-.874-.404 6.782 6.782 0 0 1-.94-.482 1.624 1.624 0 0 1-.55-.582c-.119-.232-.178-.52-.178-.863 0-.567.22-.993.66-1.276.44-.284 1.027-.426 1.759-.426.38 0 .743.037 1.086.112.289.063.585.16.89.29a.195.195 0 0 1 .1.257l-.35.833a.203.203 0 0 1-.267.107 8.33 8.33 0 0 0-.395-.154 4.087 4.087 0 0 0-.549-.157 2.526 2.526 0 0 0-.538-.056c-.246 0-.433.034-.56.1a.326.326 0 0 0-.179.303c0 .097.03.187.09.269.067.075.19.157.37.247.186.09.459.209.817.358.35.142.653.291.907.448.254.15.448.34.583.571.142.224.212.519.212.885ZM10.28 25.14c-.605 0-1.12-.109-1.546-.326a2.215 2.215 0 0 1-.974-1.03c-.224-.463-.336-1.056-.336-1.78 0-.747.127-1.356.38-1.826.255-.47.606-.818 1.054-1.042.455-.224.978-.336 1.568-.336a4.228 4.228 0 0 1 1.736.339c.096.04.14.15.102.247l-.355.927a.203.203 0 0 1-.261.116 7.621 7.621 0 0 0-.55-.184 2.328 2.328 0 0 0-.672-.101c-.292 0-.534.071-.728.213-.194.134-.34.34-.437.616-.09.269-.135.608-.135 1.019 0 .403.049.74.146 1.008.105.261.254.46.448.594.194.127.43.19.706.19.35 0 .66-.045.93-.134.158-.057.313-.126.466-.207.14-.073.317.024.317.182v.946a.192.192 0 0 1-.092.166 2.53 2.53 0 0 1-.714.29c-.276.075-.627.112-1.053.112Z" }),
|
|
59
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M18.417 19.064a.2.2 0 0 1 .19-.264h1.267a.2.2 0 0 1 .19.136l2.105 6.264h-1.546a.2.2 0 0 1-.19-.136l-2.016-6Z", opacity: ".8" }),
|
|
60
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M24.48 19.064a.2.2 0 0 0-.19-.264h-1.267a.2.2 0 0 0-.19.136L20.73 25.2h1.545a.2.2 0 0 0 .19-.136l2.016-6Z" }),
|
|
61
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#80DBFF', d: "m18 2 10 10h-6a4 4 0 0 1-4-4V2Z" }));
|
|
80
62
|
}
|
|
81
63
|
var IconUploadingCsv = react_1.default.forwardRef(IconUploadingCsvComponent);
|
|
82
64
|
exports.default = IconUploadingCsv;
|
|
@@ -52,11 +52,11 @@ function IconUploadingDocComponent(props, ref) {
|
|
|
52
52
|
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"]);
|
|
53
53
|
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
54
54
|
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
55
|
-
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-uploading-doc").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : '
|
|
56
|
-
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#
|
|
57
|
-
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#
|
|
58
|
-
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "
|
|
59
|
-
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#
|
|
55
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-uploading-doc").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0 32 32" }, rest, { ref: ref }),
|
|
56
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#0085F9', fillRule: "evenodd", d: "M8 2a4 4 0 0 0-4 4v20a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4V12L18 2H8Z", clipRule: "evenodd" }),
|
|
57
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M22.4 16H9.6a.6.6 0 0 0-.6.6v1.8a.6.6 0 0 0 .6.6h12.8a.6.6 0 0 0 .6-.6v-1.8a.6.6 0 0 0-.6-.6Z", opacity: ".9" }),
|
|
58
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M16.737 22H9.494c-.273 0-.494.269-.494.6v1.8c0 .331.221.6.494.6h7.243c.273 0 .494-.269.494-.6v-1.8c0-.331-.221-.6-.494-.6Z", opacity: ".8" }),
|
|
59
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#80C2FC', d: "m18 2 10 10h-6a4 4 0 0 1-4-4V2Z" }));
|
|
60
60
|
}
|
|
61
61
|
var IconUploadingDoc = react_1.default.forwardRef(IconUploadingDocComponent);
|
|
62
62
|
exports.default = IconUploadingDoc;
|
|
@@ -52,20 +52,11 @@ function IconUploadingHtmlComponent(props, ref) {
|
|
|
52
52
|
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"]);
|
|
53
53
|
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
54
54
|
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
55
|
-
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-uploading-html").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0
|
|
56
|
-
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#
|
|
57
|
-
react_1.default.createElement("
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
react_1.default.createElement("g", { mask: "url(#svg_5826eeb1d7__a)" },
|
|
61
|
-
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" }))),
|
|
62
|
-
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : 'url(#svg_5826eeb1d7__svg_08ab8ca2fd__b)', d: "M6.2 15.511a.2.2 0 0 1-.32-.16v-1.513a.4.4 0 0 1 .16-.32l3.28-2.449a.1.1 0 0 1 .16.08v1.713a.4.4 0 0 1-.16.32l-3.12 2.33Z" }),
|
|
63
|
-
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M6.2 8.439a.2.2 0 0 0-.32.16v1.512a.4.4 0 0 0 .16.32l3.28 2.45a.1.1 0 0 0 .16-.08v-1.713a.4.4 0 0 0-.16-.32L6.2 8.438Z", opacity: ".9" }),
|
|
64
|
-
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M13.743 13.692h-3.226a.381.381 0 0 0-.387.375v1.006c0 .207.173.375.387.375h3.226a.381.381 0 0 0 .387-.375v-1.006a.381.381 0 0 0-.387-.375Z" }),
|
|
65
|
-
react_1.default.createElement("defs", null,
|
|
66
|
-
react_1.default.createElement("linearGradient", { id: "svg_5826eeb1d7__svg_08ab8ca2fd__b", x1: "5.63", x2: "9.978", y1: "14.893", y2: "13.397", gradientUnits: "userSpaceOnUse" },
|
|
67
|
-
react_1.default.createElement("stop", { stopColor: "#fff" }),
|
|
68
|
-
react_1.default.createElement("stop", { offset: "1", stopColor: "#fff", stopOpacity: ".3" }))));
|
|
55
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-uploading-html").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0 32 32" }, rest, { ref: ref }),
|
|
56
|
+
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" }),
|
|
57
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M9.728 24.961a.2.2 0 0 1-.32-.16v-2.78a.4.4 0 0 1 .16-.32l5.44-4.062a.1.1 0 0 1 .16.08v2.98a.4.4 0 0 1-.16.32l-5.28 3.942Z", opacity: ".8" }),
|
|
58
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M9.728 13.358a.2.2 0 0 0-.32.16v2.78a.4.4 0 0 0 .16.321l5.44 4.061a.1.1 0 0 0 .16-.08v-2.979a.4.4 0 0 0-.16-.32l-5.28-3.942Zm12.261 8.55h-5.162a.61.61 0 0 0-.619.6v1.61c0 .33.277.6.62.6h5.16a.61.61 0 0 0 .62-.6v-1.61a.61.61 0 0 0-.62-.6Z" }),
|
|
59
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#BBC1ED', d: "m18 2 10 10h-6a4 4 0 0 1-4-4V2Z" }));
|
|
69
60
|
}
|
|
70
61
|
var IconUploadingHtml = react_1.default.forwardRef(IconUploadingHtmlComponent);
|
|
71
62
|
exports.default = IconUploadingHtml;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconUploadingJson: React.ForwardRefExoticComponent<Pick<OriginIconProps, "string" | "className" | "prefix" | "width" | "height" | "useCurrentColor" | "spin" | "color" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "style" | "target" | "type" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "href" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key"> & React.RefAttributes<SVGSVGElement>>;
|
|
4
|
+
export default IconUploadingJson;
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
14
|
+
if (k2 === undefined) k2 = k;
|
|
15
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
16
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
17
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
18
|
+
}
|
|
19
|
+
Object.defineProperty(o, k2, desc);
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
37
|
+
var t = {};
|
|
38
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
39
|
+
t[p] = s[p];
|
|
40
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
41
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
42
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
43
|
+
t[p[i]] = s[p[i]];
|
|
44
|
+
}
|
|
45
|
+
return t;
|
|
46
|
+
};
|
|
47
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
48
|
+
var react_1 = __importStar(require("react"));
|
|
49
|
+
var context_1 = require("../context");
|
|
50
|
+
function IconUploadingJsonComponent(props, ref) {
|
|
51
|
+
var prefixFromContext = (0, react_1.useContext)(context_1.Context).prefix;
|
|
52
|
+
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"]);
|
|
53
|
+
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
54
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
55
|
+
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 }),
|
|
56
|
+
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" }),
|
|
57
|
+
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" }),
|
|
58
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#D9B6F9', d: "m18 2 10 10h-6a4 4 0 0 1-4-4V2Z" }));
|
|
59
|
+
}
|
|
60
|
+
var IconUploadingJson = react_1.default.forwardRef(IconUploadingJsonComponent);
|
|
61
|
+
exports.default = IconUploadingJson;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconUploadingLarkdocx: 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 IconUploadingLarkdocx;
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
14
|
+
if (k2 === undefined) k2 = k;
|
|
15
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
16
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
17
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
18
|
+
}
|
|
19
|
+
Object.defineProperty(o, k2, desc);
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
37
|
+
var t = {};
|
|
38
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
39
|
+
t[p] = s[p];
|
|
40
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
41
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
42
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
43
|
+
t[p[i]] = s[p[i]];
|
|
44
|
+
}
|
|
45
|
+
return t;
|
|
46
|
+
};
|
|
47
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
48
|
+
var react_1 = __importStar(require("react"));
|
|
49
|
+
var context_1 = require("../context");
|
|
50
|
+
function IconUploadingLarkdocxComponent(props, ref) {
|
|
51
|
+
var prefixFromContext = (0, react_1.useContext)(context_1.Context).prefix;
|
|
52
|
+
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"]);
|
|
53
|
+
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
54
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
55
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-uploading-larkdocx").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 }),
|
|
56
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#1971FD', fillRule: "evenodd", d: "M22 2a6 6 0 0 1 6 6v21a1 1 0 0 1-1 1H10a6 6 0 0 1-6-6V3a1 1 0 0 1 1-1h17Z", clipRule: "evenodd" }),
|
|
57
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M21.943 15H10.057c-.308 0-.557.18-.557.4v1.2c0 .22.25.4.557.4h11.886c.308 0 .557-.18.557-.4v-1.2c0-.22-.25-.4-.557-.4Zm0-5H10.057c-.308 0-.557.18-.557.4v1.2c0 .22.25.4.557.4h11.886c.308 0 .557-.18.557-.4v-1.2c0-.22-.25-.4-.557-.4Z", opacity: ".9" }),
|
|
58
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M16.08 20H9.92a.41.41 0 0 0-.42.4v1.2c0 .22.188.4.42.4h6.16a.41.41 0 0 0 .42-.4v-1.2a.41.41 0 0 0-.42-.4Z", opacity: ".6" }));
|
|
59
|
+
}
|
|
60
|
+
var IconUploadingLarkdocx = react_1.default.forwardRef(IconUploadingLarkdocxComponent);
|
|
61
|
+
exports.default = IconUploadingLarkdocx;
|
|
@@ -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,69 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
14
|
+
if (k2 === undefined) k2 = k;
|
|
15
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
16
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
17
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
18
|
+
}
|
|
19
|
+
Object.defineProperty(o, k2, desc);
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
37
|
+
var t = {};
|
|
38
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
39
|
+
t[p] = s[p];
|
|
40
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
41
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
42
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
43
|
+
t[p[i]] = s[p[i]];
|
|
44
|
+
}
|
|
45
|
+
return t;
|
|
46
|
+
};
|
|
47
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
48
|
+
var react_1 = __importStar(require("react"));
|
|
49
|
+
var context_1 = require("../context");
|
|
50
|
+
function IconUploadingLarksheetComponent(props, ref) {
|
|
51
|
+
var prefixFromContext = (0, react_1.useContext)(context_1.Context).prefix;
|
|
52
|
+
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"]);
|
|
53
|
+
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
54
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
55
|
+
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 }),
|
|
56
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#00C139', fillRule: "evenodd", d: "M22 2a6 6 0 0 1 6 6v21a1 1 0 0 1-1 1H10a6 6 0 0 1-6-6V3a1 1 0 0 1 1-1h17Z", clipRule: "evenodd" }),
|
|
57
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', fillRule: "evenodd", d: "M11 11v10h10V11H11Zm-1-2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V10a1 1 0 0 0-1-1H10Z", clipRule: "evenodd", opacity: ".9" }),
|
|
58
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : 'url(#svg_5e7a297f11__a)', fillRule: "evenodd", d: "M21 17H11v-2h10v2Z", clipRule: "evenodd" }),
|
|
59
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : 'url(#svg_5e7a297f11__b)', fillRule: "evenodd", d: "M15 21V11h2v10h-2Z", clipRule: "evenodd" }),
|
|
60
|
+
react_1.default.createElement("defs", null,
|
|
61
|
+
react_1.default.createElement("linearGradient", { id: "svg_5e7a297f11__a", x1: "16", x2: "16", y1: "17", y2: "15", gradientUnits: "userSpaceOnUse" },
|
|
62
|
+
react_1.default.createElement("stop", { stopColor: "#fff", stopOpacity: ".85" }),
|
|
63
|
+
react_1.default.createElement("stop", { offset: "1", stopColor: "#fff" })),
|
|
64
|
+
react_1.default.createElement("linearGradient", { id: "svg_5e7a297f11__b", x1: "14.5", x2: "14.5", y1: "11", y2: "21", gradientUnits: "userSpaceOnUse" },
|
|
65
|
+
react_1.default.createElement("stop", { stopColor: "#fff" }),
|
|
66
|
+
react_1.default.createElement("stop", { offset: "1", stopColor: "#fff", stopOpacity: ".4" }))));
|
|
67
|
+
}
|
|
68
|
+
var IconUploadingLarksheet = react_1.default.forwardRef(IconUploadingLarksheetComponent);
|
|
69
|
+
exports.default = IconUploadingLarksheet;
|