@arco-iconbox/react-hiagent 0.3.19 → 0.3.21
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/IconAccount/index.d.ts +4 -0
- package/cjs/IconAccount/index.js +59 -0
- package/cjs/IconApproval/index.d.ts +4 -0
- package/cjs/IconApproval/index.js +59 -0
- package/cjs/IconBatchAdjustment/index.d.ts +4 -0
- package/cjs/IconBatchAdjustment/index.js +59 -0
- package/cjs/IconCodeBlock/index.d.ts +4 -0
- package/cjs/IconCodeBlock/index.js +59 -0
- package/cjs/IconExecutionEnvironment/index.d.ts +4 -0
- package/cjs/IconExecutionEnvironment/index.js +59 -0
- package/cjs/IconFunnelPlot/index.d.ts +4 -0
- package/cjs/IconFunnelPlot/index.js +59 -0
- package/cjs/IconHelp/index.d.ts +4 -0
- package/cjs/IconHelp/index.js +59 -0
- package/cjs/IconHome/index.d.ts +4 -0
- package/cjs/IconHome/index.js +59 -0
- package/cjs/IconKnowledgeGraphMonochrome/index.d.ts +4 -0
- package/cjs/IconKnowledgeGraphMonochrome/index.js +60 -0
- package/cjs/IconLogout/index.d.ts +4 -0
- package/cjs/IconLogout/index.js +59 -0
- package/cjs/IconNotebook/index.d.ts +4 -0
- package/cjs/IconNotebook/index.js +59 -0
- package/cjs/IconProportion/index.d.ts +4 -0
- package/cjs/IconProportion/index.js +59 -0
- package/cjs/IconRemoveBookshelf/index.d.ts +4 -0
- package/cjs/IconRemoveBookshelf/index.js +59 -0
- package/cjs/IconRemoveBookshelf1/index.d.ts +4 -0
- package/cjs/IconRemoveBookshelf1/index.js +59 -0
- package/cjs/IconSearchLog/index.d.ts +4 -0
- package/cjs/IconSearchLog/index.js +59 -0
- package/cjs/IconTexture/index.d.ts +4 -0
- package/cjs/IconTexture/index.js +59 -0
- package/cjs/IconToolbox/index.d.ts +4 -0
- package/cjs/IconToolbox/index.js +61 -0
- package/cjs/index.d.ts +17 -0
- package/cjs/index.js +36 -1
- package/dist/icon.min.js +1 -1
- package/esm/IconAccount/index.d.ts +4 -0
- package/esm/IconAccount/index.js +34 -0
- package/esm/IconApproval/index.d.ts +4 -0
- package/esm/IconApproval/index.js +34 -0
- package/esm/IconBatchAdjustment/index.d.ts +4 -0
- package/esm/IconBatchAdjustment/index.js +34 -0
- package/esm/IconCodeBlock/index.d.ts +4 -0
- package/esm/IconCodeBlock/index.js +34 -0
- package/esm/IconExecutionEnvironment/index.d.ts +4 -0
- package/esm/IconExecutionEnvironment/index.js +34 -0
- package/esm/IconFunnelPlot/index.d.ts +4 -0
- package/esm/IconFunnelPlot/index.js +34 -0
- package/esm/IconHelp/index.d.ts +4 -0
- package/esm/IconHelp/index.js +34 -0
- package/esm/IconHome/index.d.ts +4 -0
- package/esm/IconHome/index.js +34 -0
- package/esm/IconKnowledgeGraphMonochrome/index.d.ts +4 -0
- package/esm/IconKnowledgeGraphMonochrome/index.js +35 -0
- package/esm/IconLogout/index.d.ts +4 -0
- package/esm/IconLogout/index.js +34 -0
- package/esm/IconNotebook/index.d.ts +4 -0
- package/esm/IconNotebook/index.js +34 -0
- package/esm/IconProportion/index.d.ts +4 -0
- package/esm/IconProportion/index.js +34 -0
- package/esm/IconRemoveBookshelf/index.d.ts +4 -0
- package/esm/IconRemoveBookshelf/index.js +34 -0
- package/esm/IconRemoveBookshelf1/index.d.ts +4 -0
- package/esm/IconRemoveBookshelf1/index.js +34 -0
- package/esm/IconSearchLog/index.d.ts +4 -0
- package/esm/IconSearchLog/index.js +34 -0
- package/esm/IconTexture/index.d.ts +4 -0
- package/esm/IconTexture/index.js +34 -0
- package/esm/IconToolbox/index.d.ts +4 -0
- package/esm/IconToolbox/index.js +36 -0
- package/esm/index.d.ts +17 -0
- package/esm/index.js +17 -0
- package/package.json +1 -1
- package/src/IconAccount/index.tsx +15 -0
- package/src/IconApproval/index.tsx +15 -0
- package/src/IconBatchAdjustment/index.tsx +15 -0
- package/src/IconCodeBlock/index.tsx +15 -0
- package/src/IconExecutionEnvironment/index.tsx +15 -0
- package/src/IconFunnelPlot/index.tsx +15 -0
- package/src/IconHelp/index.tsx +15 -0
- package/src/IconHome/index.tsx +15 -0
- package/src/IconKnowledgeGraphMonochrome/index.tsx +15 -0
- package/src/IconLogout/index.tsx +15 -0
- package/src/IconNotebook/index.tsx +15 -0
- package/src/IconProportion/index.tsx +15 -0
- package/src/IconRemoveBookshelf/index.tsx +15 -0
- package/src/IconRemoveBookshelf1/index.tsx +15 -0
- package/src/IconSearchLog/index.tsx +15 -0
- package/src/IconTexture/index.tsx +15 -0
- package/src/IconToolbox/index.tsx +15 -0
- package/src/index.ts +17 -0
- package/umd/IconAccount/index.d.ts +4 -0
- package/umd/IconAccount/index.js +69 -0
- package/umd/IconApproval/index.d.ts +4 -0
- package/umd/IconApproval/index.js +69 -0
- package/umd/IconBatchAdjustment/index.d.ts +4 -0
- package/umd/IconBatchAdjustment/index.js +69 -0
- package/umd/IconCodeBlock/index.d.ts +4 -0
- package/umd/IconCodeBlock/index.js +69 -0
- package/umd/IconExecutionEnvironment/index.d.ts +4 -0
- package/umd/IconExecutionEnvironment/index.js +69 -0
- package/umd/IconFunnelPlot/index.d.ts +4 -0
- package/umd/IconFunnelPlot/index.js +69 -0
- package/umd/IconHelp/index.d.ts +4 -0
- package/umd/IconHelp/index.js +69 -0
- package/umd/IconHome/index.d.ts +4 -0
- package/umd/IconHome/index.js +69 -0
- package/umd/IconKnowledgeGraphMonochrome/index.d.ts +4 -0
- package/umd/IconKnowledgeGraphMonochrome/index.js +70 -0
- package/umd/IconLogout/index.d.ts +4 -0
- package/umd/IconLogout/index.js +69 -0
- package/umd/IconNotebook/index.d.ts +4 -0
- package/umd/IconNotebook/index.js +69 -0
- package/umd/IconProportion/index.d.ts +4 -0
- package/umd/IconProportion/index.js +69 -0
- package/umd/IconRemoveBookshelf/index.d.ts +4 -0
- package/umd/IconRemoveBookshelf/index.js +69 -0
- package/umd/IconRemoveBookshelf1/index.d.ts +4 -0
- package/umd/IconRemoveBookshelf1/index.js +69 -0
- package/umd/IconSearchLog/index.d.ts +4 -0
- package/umd/IconSearchLog/index.js +69 -0
- package/umd/IconTexture/index.d.ts +4 -0
- package/umd/IconTexture/index.js +69 -0
- package/umd/IconToolbox/index.d.ts +4 -0
- package/umd/IconToolbox/index.js +71 -0
- package/umd/index.d.ts +17 -0
- package/umd/index.js +36 -2
|
@@ -0,0 +1,34 @@
|
|
|
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 __rest = (this && this.__rest) || function (s, e) {
|
|
13
|
+
var t = {};
|
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
15
|
+
t[p] = s[p];
|
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
19
|
+
t[p[i]] = s[p[i]];
|
|
20
|
+
}
|
|
21
|
+
return t;
|
|
22
|
+
};
|
|
23
|
+
import React, { useContext } from 'react';
|
|
24
|
+
import { Context } from '../context';
|
|
25
|
+
function IconSearchLogComponent(props, ref) {
|
|
26
|
+
var prefixFromContext = useContext(Context).prefix;
|
|
27
|
+
var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? true : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
|
|
28
|
+
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
29
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
30
|
+
return React.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-search-log").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 32 32", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
|
|
31
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M26.6667 1.33337C27.403 1.33337 28 1.93033 28 2.66671L27.9993 17.3334H25.3327L25.3333 4.00004H6.66667V28H14.6667V30.6667H5.33333C4.59695 30.6667 4 30.0698 4 29.3334V2.66671C4 1.93033 4.59695 1.33337 5.33333 1.33337H26.6667ZM20.6667 18C23.6122 18 26 20.3879 26 23.3334C26 24.2077 25.7896 25.0329 25.4167 25.7611L27.614 27.9587C27.8744 28.219 27.8744 28.6412 27.614 28.9015L26.4827 30.0329C26.2223 30.2932 25.8002 30.2932 25.5399 30.0329L23.4132 27.9061C22.6109 28.389 21.6712 28.6667 20.6667 28.6667C17.7211 28.6667 15.3333 26.2789 15.3333 23.3334C15.3333 20.3879 17.7211 18 20.6667 18ZM20.6667 20.6667C19.1939 20.6667 18 21.8606 18 23.3334C18 24.8061 19.1939 26 20.6667 26C22.1394 26 23.3333 24.8061 23.3333 23.3334C23.3333 21.8606 22.1394 20.6667 20.6667 20.6667ZM16.6667 13.3334C17.0349 13.3334 17.3333 13.6319 17.3333 14V15.3334C17.3333 15.7016 17.0349 16 16.6667 16H10C9.63181 16 9.33333 15.7016 9.33333 15.3334V14C9.33333 13.6319 9.63181 13.3334 10 13.3334H16.6667ZM22 8.00004C22.3682 8.00004 22.6667 8.29852 22.6667 8.66671V10C22.6667 10.3682 22.3682 10.6667 22 10.6667H10C9.63181 10.6667 9.33333 10.3682 9.33333 10V8.66671C9.33333 8.29852 9.63181 8.00004 10 8.00004H22Z" }));
|
|
32
|
+
}
|
|
33
|
+
var IconSearchLog = React.forwardRef(IconSearchLogComponent);
|
|
34
|
+
export default IconSearchLog;
|
|
@@ -0,0 +1,34 @@
|
|
|
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 __rest = (this && this.__rest) || function (s, e) {
|
|
13
|
+
var t = {};
|
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
15
|
+
t[p] = s[p];
|
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
19
|
+
t[p[i]] = s[p[i]];
|
|
20
|
+
}
|
|
21
|
+
return t;
|
|
22
|
+
};
|
|
23
|
+
import React, { useContext } from 'react';
|
|
24
|
+
import { Context } from '../context';
|
|
25
|
+
function IconTextureComponent(props, ref) {
|
|
26
|
+
var prefixFromContext = useContext(Context).prefix;
|
|
27
|
+
var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? true : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
|
|
28
|
+
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
29
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
30
|
+
return React.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-texture").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 32 32", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
|
|
31
|
+
React.createElement("path", { d: "M30.8503 19.8716L22.3649 28.3569L15.7653 21.7573L9.16573 28.3569L0.680374 19.8716L2.56612 17.9858L9.16573 24.5854L15.7663 17.9858L22.3649 24.5854L28.9655 17.9858L30.8503 19.8716ZM30.8503 5.87158L22.3649 14.3569L15.7653 7.75732L9.16573 14.3569L0.680374 5.87158L2.56612 3.98584L9.16573 10.5854L15.7663 3.98584L22.3649 10.5854L28.9655 3.98584L30.8503 5.87158Z" }));
|
|
32
|
+
}
|
|
33
|
+
var IconTexture = React.forwardRef(IconTextureComponent);
|
|
34
|
+
export default IconTexture;
|
|
@@ -0,0 +1,36 @@
|
|
|
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 __rest = (this && this.__rest) || function (s, e) {
|
|
13
|
+
var t = {};
|
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
15
|
+
t[p] = s[p];
|
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
19
|
+
t[p[i]] = s[p[i]];
|
|
20
|
+
}
|
|
21
|
+
return t;
|
|
22
|
+
};
|
|
23
|
+
import React, { useContext } from 'react';
|
|
24
|
+
import { Context } from '../context';
|
|
25
|
+
function IconToolboxComponent(props, ref) {
|
|
26
|
+
var prefixFromContext = useContext(Context).prefix;
|
|
27
|
+
var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? true : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
|
|
28
|
+
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
29
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
30
|
+
return React.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-toolbox").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : '#000', viewBox: "0 0 20 20" }, rest, { ref: ref }),
|
|
31
|
+
React.createElement("path", { d: "M9.423 14.697c.318.185.835.185 1.154 0l4.739-2.744 2.796 1.62c.319.184.319.483 0 .668l-7.535 4.363c-.319.184-.836.184-1.154 0L1.887 14.24c-.318-.184-.318-.483 0-.668l2.797-1.619 4.739 2.744Z" }),
|
|
32
|
+
React.createElement("path", { d: "M9.423 11.384c.318.184.835.185 1.154 0l5.251-3.04 2.284 1.322c.319.185.319.484 0 .668l-7.535 4.363c-.319.185-.836.185-1.154 0l-7.536-4.363c-.318-.185-.318-.484 0-.668l2.284-1.323 5.252 3.041Z", opacity: ".5" }),
|
|
33
|
+
React.createElement("path", { d: "M10.577 11.384c-.319.185-.836.185-1.154 0L1.887 7.021c-.318-.185-.318-.484 0-.668L9.423 1.99c.319-.185.835-.185 1.154 0l7.535 4.363c.319.185.319.484 0 .668l-7.535 4.363Z" }));
|
|
34
|
+
}
|
|
35
|
+
var IconToolbox = React.forwardRef(IconToolboxComponent);
|
|
36
|
+
export default IconToolbox;
|
package/esm/index.d.ts
CHANGED
|
@@ -892,4 +892,21 @@ export { default as IconCircleDownward } from './IconCircleDownward';
|
|
|
892
892
|
export { default as IconCancelingCircleFill } from './IconCancelingCircleFill';
|
|
893
893
|
export { default as IconVllm } from './IconVllm';
|
|
894
894
|
export { default as IconScanAlarm } from './IconScanAlarm';
|
|
895
|
+
export { default as IconBatchAdjustment } from './IconBatchAdjustment';
|
|
896
|
+
export { default as IconCodeBlock } from './IconCodeBlock';
|
|
897
|
+
export { default as IconProportion } from './IconProportion';
|
|
898
|
+
export { default as IconRemoveBookshelf } from './IconRemoveBookshelf';
|
|
899
|
+
export { default as IconRemoveBookshelf1 } from './IconRemoveBookshelf1';
|
|
900
|
+
export { default as IconFunnelPlot } from './IconFunnelPlot';
|
|
901
|
+
export { default as IconSearchLog } from './IconSearchLog';
|
|
902
|
+
export { default as IconTexture } from './IconTexture';
|
|
903
|
+
export { default as IconHome } from './IconHome';
|
|
904
|
+
export { default as IconAccount } from './IconAccount';
|
|
905
|
+
export { default as IconLogout } from './IconLogout';
|
|
906
|
+
export { default as IconApproval } from './IconApproval';
|
|
907
|
+
export { default as IconHelp } from './IconHelp';
|
|
908
|
+
export { default as IconKnowledgeGraphMonochrome } from './IconKnowledgeGraphMonochrome';
|
|
909
|
+
export { default as IconExecutionEnvironment } from './IconExecutionEnvironment';
|
|
910
|
+
export { default as IconNotebook } from './IconNotebook';
|
|
911
|
+
export { default as IconToolbox } from './IconToolbox';
|
|
895
912
|
export * from './type';
|
package/esm/index.js
CHANGED
|
@@ -892,4 +892,21 @@ export { default as IconCircleDownward } from './IconCircleDownward';
|
|
|
892
892
|
export { default as IconCancelingCircleFill } from './IconCancelingCircleFill';
|
|
893
893
|
export { default as IconVllm } from './IconVllm';
|
|
894
894
|
export { default as IconScanAlarm } from './IconScanAlarm';
|
|
895
|
+
export { default as IconBatchAdjustment } from './IconBatchAdjustment';
|
|
896
|
+
export { default as IconCodeBlock } from './IconCodeBlock';
|
|
897
|
+
export { default as IconProportion } from './IconProportion';
|
|
898
|
+
export { default as IconRemoveBookshelf } from './IconRemoveBookshelf';
|
|
899
|
+
export { default as IconRemoveBookshelf1 } from './IconRemoveBookshelf1';
|
|
900
|
+
export { default as IconFunnelPlot } from './IconFunnelPlot';
|
|
901
|
+
export { default as IconSearchLog } from './IconSearchLog';
|
|
902
|
+
export { default as IconTexture } from './IconTexture';
|
|
903
|
+
export { default as IconHome } from './IconHome';
|
|
904
|
+
export { default as IconAccount } from './IconAccount';
|
|
905
|
+
export { default as IconLogout } from './IconLogout';
|
|
906
|
+
export { default as IconApproval } from './IconApproval';
|
|
907
|
+
export { default as IconHelp } from './IconHelp';
|
|
908
|
+
export { default as IconKnowledgeGraphMonochrome } from './IconKnowledgeGraphMonochrome';
|
|
909
|
+
export { default as IconExecutionEnvironment } from './IconExecutionEnvironment';
|
|
910
|
+
export { default as IconNotebook } from './IconNotebook';
|
|
911
|
+
export { default as IconToolbox } from './IconToolbox';
|
|
895
912
|
export * from './type';
|
package/package.json
CHANGED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconAccountComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-account${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 20 20" {...rest} ref={ref}><path fillRule="evenodd" d="M13.841 5.556c0 1.963-1.57 3.555-3.508 3.555s-3.51-1.591-3.51-3.555C6.824 3.592 8.394 2 10.332 2s3.509 1.592 3.509 3.556ZM9.005 18H2.877A.883.883 0 0 1 2 17.111v-.889c0-2.945 2.356-5.333 5.263-5.333h6.174c.19 0 .254.286.088.38-3.003 1.72-4.13 4.94-4.343 6.572a.18.18 0 0 1-.177.159Zm6.974-7.122a.507.507 0 0 1 .724 0l1.147 1.163c.2.202.2.53 0 .733l-3.463 3.509h2.158c.363 0 .658.298.658.667a.662.662 0 0 1-.658.666h-3.531a.25.25 0 0 1-.054.006h-1.489a.278.278 0 0 1-.276-.28v-1.509a.26.26 0 0 1 .075-.183l4.709-4.772Z" clipRule="evenodd"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconAccount = React.forwardRef(IconAccountComponent);
|
|
15
|
+
export default IconAccount;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconApprovalComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-approval${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 20 20" {...rest} ref={ref}><path fillRule="evenodd" d="M3.5 4.5a2.667 2.667 0 0 1 2.667-2.667h7.666A2.667 2.667 0 0 1 16.5 4.5v4.226a.667.667 0 0 1-1.333 0V4.5c0-.736-.597-1.333-1.334-1.333H6.167c-.737 0-1.334.597-1.334 1.333v11c0 .736.597 1.333 1.334 1.333h2.166a.667.667 0 0 1 0 1.334H6.167A2.667 2.667 0 0 1 3.5 15.5v-11Zm3.333 1.75c0-.368.299-.667.667-.667h5a.667.667 0 1 1 0 1.334h-5a.667.667 0 0 1-.667-.667ZM7.5 8.5a.667.667 0 0 0 0 1.333h3.333a.667.667 0 1 0 0-1.333H7.5Zm3.534 6.29a.667.667 0 0 1 .633-.457h.703l.193-.963a1.5 1.5 0 0 1-.73-1.287v-.208c0-.943.765-1.708 1.709-1.708h1.25c.943 0 1.708.765 1.708 1.708v.208c0 .547-.292 1.025-.73 1.287l.193.963h.704c.287 0 .541.184.632.456l.834 2.5a.667.667 0 0 1-.633.878h-6.667a.666.666 0 0 1-.632-.878l.833-2.5Zm4.369.877h.783l.389 1.166h-4.817l.39-1.166h3.255Zm-.8-1.334-.254-1.272a.664.664 0 0 1 .204-.64.664.664 0 0 1 .447-.171.167.167 0 0 0 .167-.167v-.208a.375.375 0 0 0-.375-.375h-1.25a.375.375 0 0 0-.375.375v.208c0 .092.074.167.166.167a.667.667 0 0 1 .654.797l-.257 1.286h.873Z" clipRule="evenodd"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconApproval = React.forwardRef(IconApprovalComponent);
|
|
15
|
+
export default IconApproval;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconBatchAdjustmentComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-batch-adjustment${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 32 32" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path fillRule="evenodd" clipRule="evenodd" d="M4.66666 21.3334C5.03485 21.3334 5.33333 21.6319 5.33333 22.0001V26.6667H10C10.3682 26.6667 10.6667 26.9652 10.6667 27.3334V28.6667C10.6667 29.0349 10.3682 29.3334 10 29.3334H4C3.26362 29.3334 2.66666 28.7365 2.66666 28.0001V22.0001C2.66666 21.6319 2.96514 21.3334 3.33333 21.3334H4.66666ZM28.6667 21.3334C29.0349 21.3334 29.3333 21.6319 29.3333 22.0001V28.0001C29.3333 28.7365 28.7364 29.3334 28 29.3334H22C21.6318 29.3334 21.3333 29.0349 21.3333 28.6667V27.3334C21.3333 26.9652 21.6318 26.6667 22 26.6667H26.6667V22.0001C26.6667 21.6319 26.9651 21.3334 27.3333 21.3334H28.6667ZM22.9232 11.5287L23.866 12.4715C24.1263 12.7318 24.1263 13.1539 23.866 13.4143L15.8521 21.4282C15.6118 21.6685 15.2336 21.687 14.9721 21.4836L14.9093 21.4282L10.1953 16.7141C9.93491 16.4538 9.93491 16.0317 10.1953 15.7713L11.1381 14.8285C11.3984 14.5682 11.8205 14.5682 12.0809 14.8285L15.3802 18.1279L21.9804 11.5287C22.2407 11.2683 22.6628 11.2683 22.9232 11.5287ZM10 2.66675C10.3682 2.66675 10.6667 2.96522 10.6667 3.33341V4.66675C10.6667 5.03494 10.3682 5.33341 10 5.33341H5.33333V10.0001C5.33333 10.3683 5.03485 10.6667 4.66666 10.6667H3.33333C2.96514 10.6667 2.66666 10.3683 2.66666 10.0001V4.00008C2.66666 3.2637 3.26362 2.66675 4 2.66675H10ZM28 2.66675C28.7364 2.66675 29.3333 3.2637 29.3333 4.00008V10.0001C29.3333 10.3683 29.0349 10.6667 28.6667 10.6667H27.3333C26.9651 10.6667 26.6667 10.3683 26.6667 10.0001V5.33341H22C21.6318 5.33341 21.3333 5.03494 21.3333 4.66675V3.33341C21.3333 2.96522 21.6318 2.66675 22 2.66675H28Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconBatchAdjustment = React.forwardRef(IconBatchAdjustmentComponent);
|
|
15
|
+
export default IconBatchAdjustment;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconCodeBlockComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-code-block${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 32 32" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path fillRule="evenodd" clipRule="evenodd" d="M11.9033 1.85669H10.5933C9.27333 1.85669 8.25333 2.27669 7.53333 3.14669C6.87333 3.92669 6.54333 5.00669 6.54333 6.35669V11.9667C6.54333 12.8067 6.36333 13.4367 6.00333 13.8567C5.65734 14.2274 5.08741 14.4759 4.29352 14.5856C3.99037 14.6274 3.75333 14.8733 3.75333 15.1794V16.578C3.75333 16.8703 3.97999 17.1059 4.26993 17.1425C5.07612 17.2441 5.65393 17.4774 6.00333 17.8767C6.36333 18.2667 6.54333 18.8967 6.54333 19.7667V25.4067C6.54333 26.7267 6.87333 27.8067 7.53333 28.5867C8.25333 29.4267 9.27333 29.8767 10.5933 29.8767H11.9033C12.4556 29.8767 12.9033 29.429 12.9033 28.8767V28.4467C12.9033 27.8944 12.4556 27.4467 11.9033 27.4467H11.1333C9.99333 27.4467 9.45333 26.7867 9.45333 25.5267V19.6167C9.45333 17.8167 8.58333 16.5867 6.87333 15.8667C8.58333 15.2367 9.45333 13.9767 9.45333 12.1167V6.23669C9.45333 4.91669 9.99333 4.28669 11.1333 4.28669H11.9033C12.4556 4.28669 12.9033 3.83897 12.9033 3.28669V2.85669C12.9033 2.3044 12.4556 1.85669 11.9033 1.85669ZM20.0667 1.85669C19.5144 1.85669 19.0667 2.3044 19.0667 2.85669V3.28669C19.0667 3.83897 19.5144 4.28669 20.0667 4.28669H20.8367C21.9467 4.28669 22.5167 4.91669 22.5167 6.23669V12.1167C22.5167 13.9767 23.3567 15.2367 25.0967 15.8667C23.3567 16.5867 22.5167 17.8167 22.5167 19.6167V25.5267C22.5167 26.7867 21.9467 27.4467 20.8367 27.4467H20.0667C19.5144 27.4467 19.0667 27.8944 19.0667 28.4467V28.8767C19.0667 29.429 19.5144 29.8767 20.0667 29.8767H21.3767C22.6967 29.8767 23.7167 29.4267 24.4367 28.5867C25.0967 27.8067 25.4267 26.7267 25.4267 25.4067V19.7667C25.4267 18.8967 25.6067 18.2667 25.9667 17.8767C26.3054 17.4896 26.8587 17.2586 27.6266 17.1522C27.9576 17.1063 28.2167 16.8381 28.2167 16.5039V15.1896C28.2167 14.8778 27.9752 14.6273 27.6663 14.5843C26.8786 14.4747 26.3165 14.2312 25.9967 13.8867C25.6067 13.4667 25.4267 12.8067 25.4267 11.9667V6.35669C25.4267 5.00669 25.0967 3.92669 24.4367 3.14669C23.7167 2.27669 22.6967 1.85669 21.3767 1.85669H20.0667Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconCodeBlock = React.forwardRef(IconCodeBlockComponent);
|
|
15
|
+
export default IconCodeBlock;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconExecutionEnvironmentComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-execution-environment${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 20 20" {...rest} ref={ref}><path d="M11.731 2.606a9.832 9.832 0 0 1 5.617-.353.574.574 0 0 1 .445.444 9.71 9.71 0 0 1-3.774 10.078.963.963 0 0 0-.221.354 7.866 7.866 0 0 1-2.042 3.596c-.48.448-1 .85-1.554 1.199a.616.616 0 0 1-.694-.068.561.561 0 0 1-.15-.643 8.178 8.178 0 0 0 .443-2.308.633.633 0 0 0-.265-.533 20.525 20.525 0 0 1-2.131-1.775 20.537 20.537 0 0 1-1.775-2.131.635.635 0 0 0-.534-.267 8.181 8.181 0 0 0-2.308.445.63.63 0 0 1-.488-.045.584.584 0 0 1-.295-.581.583.583 0 0 1 .073-.218 8.49 8.49 0 0 1 1.198-1.554 7.697 7.697 0 0 1 3.596-2.042.61.61 0 0 0 .355-.221 9.833 9.833 0 0 1 4.504-3.377ZM5.74 12.986c.262 0 .518.082.732.234a1.293 1.293 0 0 1 .356 1.82c-.4.399-3.018 2.174-3.507 1.687-.488-.489 1.286-3.106 1.687-3.507.214-.152.47-.234.732-.234Zm8.244-8.818a1.697 1.697 0 1 0 .002 3.395 1.697 1.697 0 0 0-.002-3.395Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconExecutionEnvironment = React.forwardRef(IconExecutionEnvironmentComponent);
|
|
15
|
+
export default IconExecutionEnvironment;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconFunnelPlotComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-funnel-plot${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 32 32" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path d="M30.1659 4C30.5341 4 30.8329 4.2988 30.8329 4.66699C30.8328 4.78589 30.8005 4.90243 30.7401 5.00488L16.5742 29.0262C16.3871 29.3433 15.9782 29.4486 15.6611 29.2616C15.564 29.2043 15.483 29.1233 15.4257 29.0262L1.25982 5.00488C1.07298 4.6878 1.1782 4.2798 1.49517 4.09277C1.59777 4.03226 1.71492 4 1.83404 4H30.1659ZM16 24.7509L19.5869 18.6669H12.4121L16 24.7509ZM10.8398 15.9999H21.1591L23.1259 12.6669H8.87403L10.8398 15.9999ZM7.3008 9.99997H24.6981L26.6649 6.66698H5.33499L7.3008 9.99997Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconFunnelPlot = React.forwardRef(IconFunnelPlotComponent);
|
|
15
|
+
export default IconFunnelPlot;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconHelpComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-help${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 20 20" {...rest} ref={ref}><path fillRule="evenodd" d="M5.455 1.75h9.659c.504 0 .985.203 1.337.562.353.358.549.84.549 1.342v9.23a1.913 1.913 0 0 1-1.136 1.748v2.118h.386a.75.75 0 0 1 0 1.5H5.455c-.655 0-1.28-.264-1.74-.73A2.494 2.494 0 0 1 3 15.77V4.184a2.493 2.493 0 0 1 .738-1.728 2.441 2.441 0 0 1 1.717-.707Zm8.909 15v-1.962h-8.91c-.249 0-.49.1-.67.284a.994.994 0 0 0-.284.697c0 .264.103.515.284.698.18.182.421.283.67.283h8.91Zm.761-3.462h-9.67c-.332 0-.656.068-.955.196V4.196a.993.993 0 0 1 .292-.672.941.941 0 0 1 .662-.274h9.66c.098 0 .195.04.269.114a.413.413 0 0 1 .117.29v9.23a.412.412 0 0 1-.117.29.378.378 0 0 1-.257.114Zm-4.728-7.647a1.212 1.212 0 0 0-.669.062c-.21.083-.383.221-.503.391a.976.976 0 0 0-.18.562.75.75 0 1 1-1.5 0c0-.51.16-1.006.453-1.423a2.608 2.608 0 0 1 1.18-.925 2.712 2.712 0 0 1 1.498-.14c.502.094.968.33 1.338.682.37.352.625.805.73 1.304.104.5.05 1.016-.153 1.484-.204.467-.545.86-.976 1.135a2.667 2.667 0 0 1-.696.313.75.75 0 0 1-1.499-.05v-.595a.75.75 0 0 1 .75-.75c.23 0 .453-.065.64-.183a1.07 1.07 0 0 0 .405-.468c.08-.185.1-.386.06-.58a1.011 1.011 0 0 0-.296-.524 1.156 1.156 0 0 0-.582-.295Zm-.39 6.248a.887.887 0 1 1 0-1.774.887.887 0 0 1 0 1.774Z" clipRule="evenodd"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconHelp = React.forwardRef(IconHelpComponent);
|
|
15
|
+
export default IconHelp;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconHomeComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-home${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 20 20" {...rest} ref={ref}><path d="M8.556 2.48a2.404 2.404 0 0 1 2.884 0l4.974 3.732c.605.454.962 1.166.962 1.923v7.462A2.404 2.404 0 0 1 14.972 18H5.024a2.404 2.404 0 0 1-2.404-2.403V8.135c0-.757.357-1.469.962-1.923l4.974-3.731Zm1.442 7.81a.747.747 0 0 0-.746.747v3.73a.746.746 0 0 0 1.492 0v-3.73a.747.747 0 0 0-.746-.747Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconHome = React.forwardRef(IconHomeComponent);
|
|
15
|
+
export default IconHome;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconKnowledgeGraphMonochromeComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-knowledge-graph-Monochrome${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 20 20" {...rest} ref={ref}><path fillRule="evenodd" d="M5.972 1.944H16.33c.95 0 1.727.777 1.727 1.727v10.357a1.726 1.726 0 0 1-1.727 1.726H5.972a1.726 1.726 0 0 1-1.726-1.726V3.67c0-.95.777-1.727 1.726-1.727Zm4.88 7.3A1.292 1.292 0 0 0 13 8.277c0-.716-.578-1.294-1.294-1.294a1.292 1.292 0 0 0-1.277 1.501l-3.487 2.011a.687.687 0 0 0-.19-.164l.284-2.037v-.008a.853.853 0 0 0 .57-.803.86.86 0 0 0-.864-.863.86.86 0 0 0-.781 1.223.889.889 0 0 0 .22.296l-.276 1.942a1.287 1.287 0 0 0-1.208 1.286c0 .708.578 1.295 1.295 1.295.328 0 .638-.13.863-.346l1.9 1.174a1.62 1.62 0 0 0-.069.466 1.726 1.726 0 1 0 1.726-1.726c-.484 0-.923.2-1.225.518h-.01L7.27 11.557c.008-.06.017-.12.017-.19 0-.026 0-.052-.009-.069l3.574-2.054Z" clipRule="evenodd" opacity=".6"/><path fillRule="evenodd" d="M3.67 4.246h10.358c.95 0 1.726.777 1.726 1.726V16.33a1.726 1.726 0 0 1-1.726 1.726H3.67a1.726 1.726 0 0 1-1.727-1.726V5.972c0-.95.777-1.726 1.727-1.726Zm7.182 4.998A1.292 1.292 0 0 0 13 8.277c0-.716-.578-1.294-1.294-1.294a1.293 1.293 0 0 0-1.277 1.501l-3.487 2.011a.687.687 0 0 0-.19-.164l.284-2.037v-.008a.853.853 0 0 0 .57-.803.86.86 0 0 0-.864-.863.86.86 0 0 0-.781 1.223.89.89 0 0 0 .22.296l-.276 1.942a1.287 1.287 0 0 0-1.208 1.286c0 .708.578 1.295 1.294 1.295.33 0 .64-.13.863-.346l1.901 1.174a1.619 1.619 0 0 0-.069.466 1.726 1.726 0 1 0 1.726-1.726c-.484 0-.923.2-1.225.518h-.01L7.27 11.557c.008-.06.017-.12.017-.19 0-.026 0-.052-.009-.069l3.574-2.054Z" clipRule="evenodd"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconKnowledgeGraphMonochrome = React.forwardRef(IconKnowledgeGraphMonochromeComponent);
|
|
15
|
+
export default IconKnowledgeGraphMonochrome;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconLogoutComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-logout${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 20 20" {...rest} ref={ref}><path d="M15.231 2.5c.977 0 1.769.792 1.769 1.769V15.73c0 .977-.792 1.769-1.769 1.769H4.77A1.769 1.769 0 0 1 3 15.731V11.42h7.053v1.75c0 .494.583.788 1.018.514l3.427-3.107a.6.6 0 0 0 .015-1.018l-3.428-3.235c-.434-.289-1.032.004-1.032.505v1.75H3v-4.31C3 3.292 3.792 2.5 4.769 2.5H15.23Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconLogout = React.forwardRef(IconLogoutComponent);
|
|
15
|
+
export default IconLogout;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconNotebookComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-notebook${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 20 20" {...rest} ref={ref}><path d="M5.417 18.327h11.25c.46 0 .833-.373.833-.833V2.506a.833.833 0 0 0-.833-.833H5a2.5 2.5 0 0 0-2.5 2.498v11.241a2.913 2.913 0 0 0 2.917 2.915ZM10 3.339h5.833V10l-2.916-1.665L10 10V3.339Zm5.833 10.824v2.498H5.417a1.25 1.25 0 1 1 0-2.498h10.416Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconNotebook = React.forwardRef(IconNotebookComponent);
|
|
15
|
+
export default IconNotebook;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconProportionComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-proportion${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 32 32" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path d="M16 1.33301C24.1002 1.33301 30.667 7.89982 30.667 16C30.667 24.1002 24.1002 30.667 16 30.667C7.89982 30.667 1.33301 24.1002 1.33301 16C1.33301 7.89982 7.89982 1.33301 16 1.33301ZM7.5791 24.5488C9.7454 26.6828 12.7189 28 16 28C19.1757 28 22.0636 26.7661 24.21 24.752L15.793 16.2832L7.5791 24.5488ZM16 4C9.37258 4 4 9.37258 4 16C4 18.3812 4.69356 20.6006 5.88965 22.4668L14.3701 13.9326C15.1336 13.1645 16.3265 13.1347 17.123 13.8438L17.2168 13.9326L25.9453 22.7168C27.2422 20.8002 28 18.4884 28 16C28 9.37258 22.6274 4 16 4Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconProportion = React.forwardRef(IconProportionComponent);
|
|
15
|
+
export default IconProportion;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconRemoveBookshelfComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-remove-bookshelf${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 32 32" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path d="M17.3164 21.4648C17.5768 21.2045 17.9994 21.2045 18.2598 21.4648L19.2021 22.4072C19.4624 22.6675 19.4623 23.0892 19.2021 23.3496L17.5527 25L19.2021 26.6504C19.4623 26.9108 19.4624 27.3325 19.2021 27.5928L18.2598 28.5352C17.9994 28.7955 17.5768 28.7955 17.3164 28.5352L15.667 26.8857L14.0166 28.5352C13.7563 28.7955 13.3346 28.7955 13.0742 28.5352L12.1309 27.5928C11.8707 27.3325 11.8709 26.9107 12.1309 26.6504L13.7812 25L12.1309 23.3496C11.8709 23.0893 11.8707 22.6675 12.1309 22.4072L13.0742 21.4648C13.3346 21.2045 13.7563 21.2045 14.0166 21.4648L15.667 23.1143L17.3164 21.4648ZM24 16C26.9454 16 29.3328 18.3876 29.333 21.333C29.333 24.223 27.0347 26.5763 24.166 26.6641L24 26.667H22.667V23.999L24 24C25.428 24 26.5935 22.8775 26.6631 21.4668L26.667 21.333C26.6668 19.905 25.5436 18.7393 24.1328 18.6699L24 18.667H6.39941C6.57695 19.5512 6.66697 20.4404 6.66699 21.333C6.66699 22.0983 6.60134 22.8619 6.4707 23.6211L6.39941 24L9.33301 23.999V26.667H2.66699C3.50353 24.9939 3.94585 23.3205 3.99512 21.6475L4 21.333C3.99995 19.6599 3.60667 17.9866 2.81934 16.3135L2.66699 16H24ZM29.333 2.66699C28.4442 4.44464 28 6.22235 28 8C28 9.77765 28.4442 11.5554 29.333 13.333H8C5.05448 13.333 2.66699 10.9455 2.66699 8C2.66699 5.05448 5.05448 2.66699 8 2.66699H29.333ZM8 5.33301C6.52724 5.33301 5.33301 6.52724 5.33301 8C5.33301 9.47276 6.52724 10.667 8 10.667H25.6006C25.4258 9.79681 25.3358 8.9214 25.333 8.04297V8L25.335 7.86621L25.3389 7.61719C25.3608 6.85287 25.4484 6.09092 25.6006 5.33301H8ZM7.93359 10.666H7.96777L7.95605 10.665L7.86719 10.6631L7.93359 10.666Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconRemoveBookshelf = React.forwardRef(IconRemoveBookshelfComponent);
|
|
15
|
+
export default IconRemoveBookshelf;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconRemoveBookshelf1Component(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-remove-bookshelf-1${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 32 32" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path fillRule="evenodd" clipRule="evenodd" d="M28.6667 25.3334C29.0349 25.3334 29.3333 25.6318 29.3333 26V27.3334C29.3333 27.7015 29.0349 28 28.6667 28H16C15.6318 28 15.3333 27.7015 15.3333 27.3334V26C15.3333 25.6318 15.6318 25.3334 16 25.3334H28.6667ZM6 16.6667C7.74171 16.6667 9.22341 17.7799 9.77247 19.3336L28.6667 19.3334C29.0349 19.3334 29.3333 19.6318 29.3333 20V21.3334C29.3333 21.7015 29.0349 22 28.6667 22L9.77223 22.0005C9.22299 23.5538 7.74145 24.6667 6 24.6667C3.79086 24.6667 2 22.8758 2 20.6667C2 18.4575 3.79086 16.6667 6 16.6667ZM6 19.3334C5.26362 19.3334 4.66667 19.9303 4.66667 20.6667C4.66667 21.4031 5.26362 22 6 22C6.73638 22 7.33333 21.4031 7.33333 20.6667C7.33333 19.9303 6.73638 19.3334 6 19.3334ZM28.6667 11.3334C29.0349 11.3334 29.3333 11.6318 29.3333 12V13.3334C29.3333 13.7015 29.0349 14 28.6667 14H16C15.6318 14 15.3333 13.7015 15.3333 13.3334V12C15.3333 11.6318 15.6318 11.3334 16 11.3334H28.6667ZM6 2.66669C7.74171 2.66669 9.22341 3.77987 9.77247 5.33357L28.6667 5.33335C29.0349 5.33335 29.3333 5.63183 29.3333 6.00002V7.33335C29.3333 7.70154 29.0349 8.00002 28.6667 8.00002L9.77223 8.00048C9.22299 9.55383 7.74145 10.6667 6 10.6667C3.79086 10.6667 2 8.87583 2 6.66669C2 4.45755 3.79086 2.66669 6 2.66669ZM6 5.33335C5.26362 5.33335 4.66667 5.93031 4.66667 6.66669C4.66667 7.40307 5.26362 8.00002 6 8.00002C6.73638 8.00002 7.33333 7.40307 7.33333 6.66669C7.33333 5.93031 6.73638 5.33335 6 5.33335Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconRemoveBookshelf1 = React.forwardRef(IconRemoveBookshelf1Component);
|
|
15
|
+
export default IconRemoveBookshelf1;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconSearchLogComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-search-log${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 32 32" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path fillRule="evenodd" clipRule="evenodd" d="M26.6667 1.33337C27.403 1.33337 28 1.93033 28 2.66671L27.9993 17.3334H25.3327L25.3333 4.00004H6.66667V28H14.6667V30.6667H5.33333C4.59695 30.6667 4 30.0698 4 29.3334V2.66671C4 1.93033 4.59695 1.33337 5.33333 1.33337H26.6667ZM20.6667 18C23.6122 18 26 20.3879 26 23.3334C26 24.2077 25.7896 25.0329 25.4167 25.7611L27.614 27.9587C27.8744 28.219 27.8744 28.6412 27.614 28.9015L26.4827 30.0329C26.2223 30.2932 25.8002 30.2932 25.5399 30.0329L23.4132 27.9061C22.6109 28.389 21.6712 28.6667 20.6667 28.6667C17.7211 28.6667 15.3333 26.2789 15.3333 23.3334C15.3333 20.3879 17.7211 18 20.6667 18ZM20.6667 20.6667C19.1939 20.6667 18 21.8606 18 23.3334C18 24.8061 19.1939 26 20.6667 26C22.1394 26 23.3333 24.8061 23.3333 23.3334C23.3333 21.8606 22.1394 20.6667 20.6667 20.6667ZM16.6667 13.3334C17.0349 13.3334 17.3333 13.6319 17.3333 14V15.3334C17.3333 15.7016 17.0349 16 16.6667 16H10C9.63181 16 9.33333 15.7016 9.33333 15.3334V14C9.33333 13.6319 9.63181 13.3334 10 13.3334H16.6667ZM22 8.00004C22.3682 8.00004 22.6667 8.29852 22.6667 8.66671V10C22.6667 10.3682 22.3682 10.6667 22 10.6667H10C9.63181 10.6667 9.33333 10.3682 9.33333 10V8.66671C9.33333 8.29852 9.63181 8.00004 10 8.00004H22Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconSearchLog = React.forwardRef(IconSearchLogComponent);
|
|
15
|
+
export default IconSearchLog;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconTextureComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-texture${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 32 32" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path d="M30.8503 19.8716L22.3649 28.3569L15.7653 21.7573L9.16573 28.3569L0.680374 19.8716L2.56612 17.9858L9.16573 24.5854L15.7663 17.9858L22.3649 24.5854L28.9655 17.9858L30.8503 19.8716ZM30.8503 5.87158L22.3649 14.3569L15.7653 7.75732L9.16573 14.3569L0.680374 5.87158L2.56612 3.98584L9.16573 10.5854L15.7663 3.98584L22.3649 10.5854L28.9655 3.98584L30.8503 5.87158Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconTexture = React.forwardRef(IconTextureComponent);
|
|
15
|
+
export default IconTexture;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconToolboxComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-toolbox${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 20 20" {...rest} ref={ref}><path d="M9.423 14.697c.318.185.835.185 1.154 0l4.739-2.744 2.796 1.62c.319.184.319.483 0 .668l-7.535 4.363c-.319.184-.836.184-1.154 0L1.887 14.24c-.318-.184-.318-.483 0-.668l2.797-1.619 4.739 2.744Z"/><path d="M9.423 11.384c.318.184.835.185 1.154 0l5.251-3.04 2.284 1.322c.319.185.319.484 0 .668l-7.535 4.363c-.319.185-.836.185-1.154 0l-7.536-4.363c-.318-.185-.318-.484 0-.668l2.284-1.323 5.252 3.041Z" opacity=".5"/><path d="M10.577 11.384c-.319.185-.836.185-1.154 0L1.887 7.021c-.318-.185-.318-.484 0-.668L9.423 1.99c.319-.185.835-.185 1.154 0l7.535 4.363c.319.185.319.484 0 .668l-7.535 4.363Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconToolbox = React.forwardRef(IconToolboxComponent);
|
|
15
|
+
export default IconToolbox;
|
package/src/index.ts
CHANGED
|
@@ -892,5 +892,22 @@ export { default as IconCircleDownward } from './IconCircleDownward';
|
|
|
892
892
|
export { default as IconCancelingCircleFill } from './IconCancelingCircleFill';
|
|
893
893
|
export { default as IconVllm } from './IconVllm';
|
|
894
894
|
export { default as IconScanAlarm } from './IconScanAlarm';
|
|
895
|
+
export { default as IconBatchAdjustment } from './IconBatchAdjustment';
|
|
896
|
+
export { default as IconCodeBlock } from './IconCodeBlock';
|
|
897
|
+
export { default as IconProportion } from './IconProportion';
|
|
898
|
+
export { default as IconRemoveBookshelf } from './IconRemoveBookshelf';
|
|
899
|
+
export { default as IconRemoveBookshelf1 } from './IconRemoveBookshelf1';
|
|
900
|
+
export { default as IconFunnelPlot } from './IconFunnelPlot';
|
|
901
|
+
export { default as IconSearchLog } from './IconSearchLog';
|
|
902
|
+
export { default as IconTexture } from './IconTexture';
|
|
903
|
+
export { default as IconHome } from './IconHome';
|
|
904
|
+
export { default as IconAccount } from './IconAccount';
|
|
905
|
+
export { default as IconLogout } from './IconLogout';
|
|
906
|
+
export { default as IconApproval } from './IconApproval';
|
|
907
|
+
export { default as IconHelp } from './IconHelp';
|
|
908
|
+
export { default as IconKnowledgeGraphMonochrome } from './IconKnowledgeGraphMonochrome';
|
|
909
|
+
export { default as IconExecutionEnvironment } from './IconExecutionEnvironment';
|
|
910
|
+
export { default as IconNotebook } from './IconNotebook';
|
|
911
|
+
export { default as IconToolbox } from './IconToolbox';
|
|
895
912
|
|
|
896
913
|
export * from './type';
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
15
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
16
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
17
|
+
}
|
|
18
|
+
Object.defineProperty(o, k2, desc);
|
|
19
|
+
}) : (function(o, m, k, k2) {
|
|
20
|
+
if (k2 === undefined) k2 = k;
|
|
21
|
+
o[k2] = m[k];
|
|
22
|
+
}));
|
|
23
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
24
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
25
|
+
}) : function(o, v) {
|
|
26
|
+
o["default"] = v;
|
|
27
|
+
});
|
|
28
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
36
|
+
var t = {};
|
|
37
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
38
|
+
t[p] = s[p];
|
|
39
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
40
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
41
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
42
|
+
t[p[i]] = s[p[i]];
|
|
43
|
+
}
|
|
44
|
+
return t;
|
|
45
|
+
};
|
|
46
|
+
(function (factory) {
|
|
47
|
+
if (typeof module === "object" && typeof module.exports === "object") {
|
|
48
|
+
var v = factory(require, exports);
|
|
49
|
+
if (v !== undefined) module.exports = v;
|
|
50
|
+
}
|
|
51
|
+
else if (typeof define === "function" && define.amd) {
|
|
52
|
+
define(["require", "exports", "react", "../context"], factory);
|
|
53
|
+
}
|
|
54
|
+
})(function (require, exports) {
|
|
55
|
+
"use strict";
|
|
56
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
57
|
+
var react_1 = __importStar(require("react"));
|
|
58
|
+
var context_1 = require("../context");
|
|
59
|
+
function IconAccountComponent(props, ref) {
|
|
60
|
+
var prefixFromContext = (0, react_1.useContext)(context_1.Context).prefix;
|
|
61
|
+
var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? true : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
|
|
62
|
+
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
63
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
64
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-account").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : '#000', viewBox: "0 0 20 20" }, rest, { ref: ref }),
|
|
65
|
+
react_1.default.createElement("path", { fillRule: "evenodd", d: "M13.841 5.556c0 1.963-1.57 3.555-3.508 3.555s-3.51-1.591-3.51-3.555C6.824 3.592 8.394 2 10.332 2s3.509 1.592 3.509 3.556ZM9.005 18H2.877A.883.883 0 0 1 2 17.111v-.889c0-2.945 2.356-5.333 5.263-5.333h6.174c.19 0 .254.286.088.38-3.003 1.72-4.13 4.94-4.343 6.572a.18.18 0 0 1-.177.159Zm6.974-7.122a.507.507 0 0 1 .724 0l1.147 1.163c.2.202.2.53 0 .733l-3.463 3.509h2.158c.363 0 .658.298.658.667a.662.662 0 0 1-.658.666h-3.531a.25.25 0 0 1-.054.006h-1.489a.278.278 0 0 1-.276-.28v-1.509a.26.26 0 0 1 .075-.183l4.709-4.772Z", clipRule: "evenodd" }));
|
|
66
|
+
}
|
|
67
|
+
var IconAccount = react_1.default.forwardRef(IconAccountComponent);
|
|
68
|
+
exports.default = IconAccount;
|
|
69
|
+
});
|