@arco-iconbox/react-hiagent 0.3.10 → 0.3.11
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/IconLanguageAiOutlined/index.d.ts +4 -0
- package/cjs/IconLanguageAiOutlined/index.js +60 -0
- package/cjs/IconPluginOutlined/index.d.ts +4 -0
- package/cjs/IconPluginOutlined/index.js +59 -0
- package/cjs/index.d.ts +2 -0
- package/cjs/index.js +5 -1
- package/dist/icon.min.js +1 -1
- package/esm/IconLanguageAiOutlined/index.d.ts +4 -0
- package/esm/IconLanguageAiOutlined/index.js +35 -0
- package/esm/IconPluginOutlined/index.d.ts +4 -0
- package/esm/IconPluginOutlined/index.js +34 -0
- package/esm/index.d.ts +2 -0
- package/esm/index.js +2 -0
- package/package.json +1 -1
- package/src/IconLanguageAiOutlined/index.tsx +15 -0
- package/src/IconPluginOutlined/index.tsx +15 -0
- package/src/index.ts +2 -0
- package/umd/IconLanguageAiOutlined/index.d.ts +4 -0
- package/umd/IconLanguageAiOutlined/index.js +70 -0
- package/umd/IconPluginOutlined/index.d.ts +4 -0
- package/umd/IconPluginOutlined/index.js +69 -0
- package/umd/index.d.ts +2 -0
- package/umd/index.js +6 -2
|
@@ -0,0 +1,35 @@
|
|
|
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 IconLanguageAiOutlinedComponent(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-language-ai_outlined").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 16 16", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
|
|
31
|
+
React.createElement("path", { d: "M7.99999 0.666626C8.10153 0.666626 8.20435 0.669231 8.30793 0.674438C8.70694 0.690953 9.09778 0.737942 9.47785 0.815715H9.41601C9.7422 0.880187 10.0587 0.961832 10.3496 1.0553C10.1735 1.72772 9.6272 2.23953 8.94465 2.37105L8.67056 2.42379C8.50674 2.22042 8.33628 2.08173 8.16405 2.02665V2.02795C8.10932 2.01048 8.05489 1.99996 7.99999 1.99996C6.99999 1.99996 5.99995 4.99996 6.01366 7.33329H9.98632C9.9867 7.26867 9.98552 7.20355 9.98437 7.13798C9.9774 6.40216 9.90448 5.81337 9.71483 5.04618C10.5124 5.1142 11.1815 5.70414 11.2676 6.49996C11.2991 6.79175 11.3196 7.07701 11.321 7.33329H13.9635C13.898 6.74054 13.7449 6.17429 13.5195 5.64644C13.5306 5.61052 13.5435 5.57514 13.5579 5.54032C13.6182 5.39482 13.707 5.26238 13.8183 5.151C13.9297 5.03969 14.0622 4.9515 14.2077 4.89124C14.3329 4.83939 14.4659 4.81074 14.6009 4.80334C14.9073 5.43494 15.1248 6.11718 15.2396 6.83394C15.3043 7.16031 15.3333 7.52664 15.3333 7.99996C15.3333 12.05 12.0501 15.3333 7.99999 15.3333C3.9499 15.3333 0.666657 12.05 0.666656 7.99996C0.666656 3.94987 3.9499 0.666626 7.99999 0.666626ZM6.01366 8.66663C5.99995 11 6.99999 14 7.99999 14C8.99999 14 10 11 9.98632 8.66663H6.01366ZM2.03645 8.66663C2.28357 10.9021 3.75905 12.7674 5.77278 13.5729C5.33338 12.6665 4.68916 10.5333 4.67903 8.66663H2.03645ZM11.321 8.66663C11.3108 10.7999 10.6666 12.6665 10.2272 13.5729C12.2409 12.7674 13.7164 10.9021 13.9635 8.66663H11.321ZM5.77278 2.42704C3.75905 3.23256 2.28357 5.09781 2.03645 7.33329H4.67903C4.68916 5.2 5.33338 3.3334 5.77278 2.42704Z" }),
|
|
32
|
+
React.createElement("path", { d: "M12 0.666626C12.0736 0.666626 12.1329 0.72655 12.1367 0.80009C12.2038 2.09298 13.2403 3.12947 14.5332 3.19657C14.6067 3.20039 14.6667 3.25965 14.6667 3.33329C14.6667 3.40693 14.6067 3.4662 14.5332 3.47001C14.3004 3.48209 14.0759 3.52555 13.8639 3.59631L13.8646 3.59762C13.8082 3.61642 13.7523 3.63667 13.6973 3.65946C13.4444 3.76419 13.2105 3.90884 13.0045 4.08785C12.502 4.52506 12.1735 5.15725 12.1367 5.8665C12.1329 5.94004 12.0736 5.99996 12 5.99996C11.9264 5.99996 11.8671 5.94004 11.8633 5.8665C11.7962 4.57361 10.7597 3.53712 9.46679 3.47001C9.39325 3.4662 9.33332 3.40693 9.33332 3.33329C9.33332 3.25965 9.39325 3.20039 9.46679 3.19657C10.7597 3.12947 11.7962 2.09298 11.8633 0.80009C11.8671 0.72655 11.9264 0.666626 12 0.666626Z" }));
|
|
33
|
+
}
|
|
34
|
+
var IconLanguageAiOutlined = React.forwardRef(IconLanguageAiOutlinedComponent);
|
|
35
|
+
export default IconLanguageAiOutlined;
|
|
@@ -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 IconPluginOutlinedComponent(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-plugin_outlined").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 16 16", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
|
|
31
|
+
React.createElement("path", { d: "M8.33332 0.666626C9.57586 0.666626 10.62 1.51647 10.916 2.66663H13.1198C13.2881 2.66664 13.4219 2.69235 13.5625 2.76754C13.7059 2.8442 13.8224 2.96079 13.8991 3.10413C13.9743 3.24473 14 3.37853 14 3.54683V6.99996H13.3333C12.5969 6.99996 12 7.59689 12 8.33329C12 9.06969 12.5969 9.66663 13.3333 9.66663H14V13.1198C14 13.2881 13.9743 13.4218 13.8991 13.5625C13.8224 13.7058 13.7059 13.8224 13.5625 13.899C13.4219 13.9742 13.2881 14 13.1198 14H3.54686C3.37856 14 3.24476 13.9742 3.10416 13.899C2.96082 13.8224 2.84423 13.7058 2.76757 13.5625C2.69238 13.4218 2.66667 13.2881 2.66666 13.1198V10.916C1.5165 10.62 0.666656 9.57583 0.666656 8.33329C0.666656 7.09076 1.5165 6.04664 2.66666 5.75061V3.54683C2.66667 3.37853 2.69238 3.24473 2.76757 3.10413C2.84423 2.96079 2.96082 2.8442 3.10416 2.76754C3.24476 2.69235 3.37856 2.66664 3.54686 2.66663H5.75064C6.04667 1.51647 7.09079 0.666626 8.33332 0.666626ZM8.33332 1.99996C7.59692 1.99996 6.99999 2.59691 6.99999 3.33329V3.99996H3.99999V6.99996H3.33332C2.59694 6.99996 1.99999 7.59689 1.99999 8.33329C1.99999 9.06969 2.59694 9.66663 3.33332 9.66663H3.99999V12.6666H12.6667V10.916C11.5165 10.62 10.6667 9.57583 10.6667 8.33329C10.6667 7.09076 11.5165 6.04664 12.6667 5.75061V3.99996H9.66666V3.33329C9.66666 2.59691 9.06972 1.99996 8.33332 1.99996Z" }));
|
|
32
|
+
}
|
|
33
|
+
var IconPluginOutlined = React.forwardRef(IconPluginOutlinedComponent);
|
|
34
|
+
export default IconPluginOutlined;
|
package/esm/index.d.ts
CHANGED
|
@@ -872,4 +872,6 @@ export { default as IconLog } from './IconLog';
|
|
|
872
872
|
export { default as IconInferenceEngine } from './IconInferenceEngine';
|
|
873
873
|
export { default as IconAlertAI } from './IconAlertAI';
|
|
874
874
|
export { default as IconTraceAI } from './IconTraceAI';
|
|
875
|
+
export { default as IconPluginOutlined } from './IconPluginOutlined';
|
|
876
|
+
export { default as IconLanguageAiOutlined } from './IconLanguageAiOutlined';
|
|
875
877
|
export * from './type';
|
package/esm/index.js
CHANGED
|
@@ -872,4 +872,6 @@ export { default as IconLog } from './IconLog';
|
|
|
872
872
|
export { default as IconInferenceEngine } from './IconInferenceEngine';
|
|
873
873
|
export { default as IconAlertAI } from './IconAlertAI';
|
|
874
874
|
export { default as IconTraceAI } from './IconTraceAI';
|
|
875
|
+
export { default as IconPluginOutlined } from './IconPluginOutlined';
|
|
876
|
+
export { default as IconLanguageAiOutlined } from './IconLanguageAiOutlined';
|
|
875
877
|
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 IconLanguageAiOutlinedComponent(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-language-ai_outlined${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 16 16" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path d="M7.99999 0.666626C8.10153 0.666626 8.20435 0.669231 8.30793 0.674438C8.70694 0.690953 9.09778 0.737942 9.47785 0.815715H9.41601C9.7422 0.880187 10.0587 0.961832 10.3496 1.0553C10.1735 1.72772 9.6272 2.23953 8.94465 2.37105L8.67056 2.42379C8.50674 2.22042 8.33628 2.08173 8.16405 2.02665V2.02795C8.10932 2.01048 8.05489 1.99996 7.99999 1.99996C6.99999 1.99996 5.99995 4.99996 6.01366 7.33329H9.98632C9.9867 7.26867 9.98552 7.20355 9.98437 7.13798C9.9774 6.40216 9.90448 5.81337 9.71483 5.04618C10.5124 5.1142 11.1815 5.70414 11.2676 6.49996C11.2991 6.79175 11.3196 7.07701 11.321 7.33329H13.9635C13.898 6.74054 13.7449 6.17429 13.5195 5.64644C13.5306 5.61052 13.5435 5.57514 13.5579 5.54032C13.6182 5.39482 13.707 5.26238 13.8183 5.151C13.9297 5.03969 14.0622 4.9515 14.2077 4.89124C14.3329 4.83939 14.4659 4.81074 14.6009 4.80334C14.9073 5.43494 15.1248 6.11718 15.2396 6.83394C15.3043 7.16031 15.3333 7.52664 15.3333 7.99996C15.3333 12.05 12.0501 15.3333 7.99999 15.3333C3.9499 15.3333 0.666657 12.05 0.666656 7.99996C0.666656 3.94987 3.9499 0.666626 7.99999 0.666626ZM6.01366 8.66663C5.99995 11 6.99999 14 7.99999 14C8.99999 14 10 11 9.98632 8.66663H6.01366ZM2.03645 8.66663C2.28357 10.9021 3.75905 12.7674 5.77278 13.5729C5.33338 12.6665 4.68916 10.5333 4.67903 8.66663H2.03645ZM11.321 8.66663C11.3108 10.7999 10.6666 12.6665 10.2272 13.5729C12.2409 12.7674 13.7164 10.9021 13.9635 8.66663H11.321ZM5.77278 2.42704C3.75905 3.23256 2.28357 5.09781 2.03645 7.33329H4.67903C4.68916 5.2 5.33338 3.3334 5.77278 2.42704Z"/><path d="M12 0.666626C12.0736 0.666626 12.1329 0.72655 12.1367 0.80009C12.2038 2.09298 13.2403 3.12947 14.5332 3.19657C14.6067 3.20039 14.6667 3.25965 14.6667 3.33329C14.6667 3.40693 14.6067 3.4662 14.5332 3.47001C14.3004 3.48209 14.0759 3.52555 13.8639 3.59631L13.8646 3.59762C13.8082 3.61642 13.7523 3.63667 13.6973 3.65946C13.4444 3.76419 13.2105 3.90884 13.0045 4.08785C12.502 4.52506 12.1735 5.15725 12.1367 5.8665C12.1329 5.94004 12.0736 5.99996 12 5.99996C11.9264 5.99996 11.8671 5.94004 11.8633 5.8665C11.7962 4.57361 10.7597 3.53712 9.46679 3.47001C9.39325 3.4662 9.33332 3.40693 9.33332 3.33329C9.33332 3.25965 9.39325 3.20039 9.46679 3.19657C10.7597 3.12947 11.7962 2.09298 11.8633 0.80009C11.8671 0.72655 11.9264 0.666626 12 0.666626Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconLanguageAiOutlined = React.forwardRef(IconLanguageAiOutlinedComponent);
|
|
15
|
+
export default IconLanguageAiOutlined;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconPluginOutlinedComponent(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-plugin_outlined${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 16 16" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path d="M8.33332 0.666626C9.57586 0.666626 10.62 1.51647 10.916 2.66663H13.1198C13.2881 2.66664 13.4219 2.69235 13.5625 2.76754C13.7059 2.8442 13.8224 2.96079 13.8991 3.10413C13.9743 3.24473 14 3.37853 14 3.54683V6.99996H13.3333C12.5969 6.99996 12 7.59689 12 8.33329C12 9.06969 12.5969 9.66663 13.3333 9.66663H14V13.1198C14 13.2881 13.9743 13.4218 13.8991 13.5625C13.8224 13.7058 13.7059 13.8224 13.5625 13.899C13.4219 13.9742 13.2881 14 13.1198 14H3.54686C3.37856 14 3.24476 13.9742 3.10416 13.899C2.96082 13.8224 2.84423 13.7058 2.76757 13.5625C2.69238 13.4218 2.66667 13.2881 2.66666 13.1198V10.916C1.5165 10.62 0.666656 9.57583 0.666656 8.33329C0.666656 7.09076 1.5165 6.04664 2.66666 5.75061V3.54683C2.66667 3.37853 2.69238 3.24473 2.76757 3.10413C2.84423 2.96079 2.96082 2.8442 3.10416 2.76754C3.24476 2.69235 3.37856 2.66664 3.54686 2.66663H5.75064C6.04667 1.51647 7.09079 0.666626 8.33332 0.666626ZM8.33332 1.99996C7.59692 1.99996 6.99999 2.59691 6.99999 3.33329V3.99996H3.99999V6.99996H3.33332C2.59694 6.99996 1.99999 7.59689 1.99999 8.33329C1.99999 9.06969 2.59694 9.66663 3.33332 9.66663H3.99999V12.6666H12.6667V10.916C11.5165 10.62 10.6667 9.57583 10.6667 8.33329C10.6667 7.09076 11.5165 6.04664 12.6667 5.75061V3.99996H9.66666V3.33329C9.66666 2.59691 9.06972 1.99996 8.33332 1.99996Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconPluginOutlined = React.forwardRef(IconPluginOutlinedComponent);
|
|
15
|
+
export default IconPluginOutlined;
|
package/src/index.ts
CHANGED
|
@@ -872,5 +872,7 @@ export { default as IconLog } from './IconLog';
|
|
|
872
872
|
export { default as IconInferenceEngine } from './IconInferenceEngine';
|
|
873
873
|
export { default as IconAlertAI } from './IconAlertAI';
|
|
874
874
|
export { default as IconTraceAI } from './IconTraceAI';
|
|
875
|
+
export { default as IconPluginOutlined } from './IconPluginOutlined';
|
|
876
|
+
export { default as IconLanguageAiOutlined } from './IconLanguageAiOutlined';
|
|
875
877
|
|
|
876
878
|
export * from './type';
|
|
@@ -0,0 +1,70 @@
|
|
|
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 IconLanguageAiOutlinedComponent(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-language-ai_outlined").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 16 16", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
|
|
65
|
+
react_1.default.createElement("path", { d: "M7.99999 0.666626C8.10153 0.666626 8.20435 0.669231 8.30793 0.674438C8.70694 0.690953 9.09778 0.737942 9.47785 0.815715H9.41601C9.7422 0.880187 10.0587 0.961832 10.3496 1.0553C10.1735 1.72772 9.6272 2.23953 8.94465 2.37105L8.67056 2.42379C8.50674 2.22042 8.33628 2.08173 8.16405 2.02665V2.02795C8.10932 2.01048 8.05489 1.99996 7.99999 1.99996C6.99999 1.99996 5.99995 4.99996 6.01366 7.33329H9.98632C9.9867 7.26867 9.98552 7.20355 9.98437 7.13798C9.9774 6.40216 9.90448 5.81337 9.71483 5.04618C10.5124 5.1142 11.1815 5.70414 11.2676 6.49996C11.2991 6.79175 11.3196 7.07701 11.321 7.33329H13.9635C13.898 6.74054 13.7449 6.17429 13.5195 5.64644C13.5306 5.61052 13.5435 5.57514 13.5579 5.54032C13.6182 5.39482 13.707 5.26238 13.8183 5.151C13.9297 5.03969 14.0622 4.9515 14.2077 4.89124C14.3329 4.83939 14.4659 4.81074 14.6009 4.80334C14.9073 5.43494 15.1248 6.11718 15.2396 6.83394C15.3043 7.16031 15.3333 7.52664 15.3333 7.99996C15.3333 12.05 12.0501 15.3333 7.99999 15.3333C3.9499 15.3333 0.666657 12.05 0.666656 7.99996C0.666656 3.94987 3.9499 0.666626 7.99999 0.666626ZM6.01366 8.66663C5.99995 11 6.99999 14 7.99999 14C8.99999 14 10 11 9.98632 8.66663H6.01366ZM2.03645 8.66663C2.28357 10.9021 3.75905 12.7674 5.77278 13.5729C5.33338 12.6665 4.68916 10.5333 4.67903 8.66663H2.03645ZM11.321 8.66663C11.3108 10.7999 10.6666 12.6665 10.2272 13.5729C12.2409 12.7674 13.7164 10.9021 13.9635 8.66663H11.321ZM5.77278 2.42704C3.75905 3.23256 2.28357 5.09781 2.03645 7.33329H4.67903C4.68916 5.2 5.33338 3.3334 5.77278 2.42704Z" }),
|
|
66
|
+
react_1.default.createElement("path", { d: "M12 0.666626C12.0736 0.666626 12.1329 0.72655 12.1367 0.80009C12.2038 2.09298 13.2403 3.12947 14.5332 3.19657C14.6067 3.20039 14.6667 3.25965 14.6667 3.33329C14.6667 3.40693 14.6067 3.4662 14.5332 3.47001C14.3004 3.48209 14.0759 3.52555 13.8639 3.59631L13.8646 3.59762C13.8082 3.61642 13.7523 3.63667 13.6973 3.65946C13.4444 3.76419 13.2105 3.90884 13.0045 4.08785C12.502 4.52506 12.1735 5.15725 12.1367 5.8665C12.1329 5.94004 12.0736 5.99996 12 5.99996C11.9264 5.99996 11.8671 5.94004 11.8633 5.8665C11.7962 4.57361 10.7597 3.53712 9.46679 3.47001C9.39325 3.4662 9.33332 3.40693 9.33332 3.33329C9.33332 3.25965 9.39325 3.20039 9.46679 3.19657C10.7597 3.12947 11.7962 2.09298 11.8633 0.80009C11.8671 0.72655 11.9264 0.666626 12 0.666626Z" }));
|
|
67
|
+
}
|
|
68
|
+
var IconLanguageAiOutlined = react_1.default.forwardRef(IconLanguageAiOutlinedComponent);
|
|
69
|
+
exports.default = IconLanguageAiOutlined;
|
|
70
|
+
});
|
|
@@ -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 IconPluginOutlinedComponent(props, ref) {
|
|
60
|
+
var prefixFromContext = (0, react_1.useContext)(context_1.Context).prefix;
|
|
61
|
+
var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? true : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
|
|
62
|
+
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
63
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
64
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-plugin_outlined").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 16 16", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
|
|
65
|
+
react_1.default.createElement("path", { d: "M8.33332 0.666626C9.57586 0.666626 10.62 1.51647 10.916 2.66663H13.1198C13.2881 2.66664 13.4219 2.69235 13.5625 2.76754C13.7059 2.8442 13.8224 2.96079 13.8991 3.10413C13.9743 3.24473 14 3.37853 14 3.54683V6.99996H13.3333C12.5969 6.99996 12 7.59689 12 8.33329C12 9.06969 12.5969 9.66663 13.3333 9.66663H14V13.1198C14 13.2881 13.9743 13.4218 13.8991 13.5625C13.8224 13.7058 13.7059 13.8224 13.5625 13.899C13.4219 13.9742 13.2881 14 13.1198 14H3.54686C3.37856 14 3.24476 13.9742 3.10416 13.899C2.96082 13.8224 2.84423 13.7058 2.76757 13.5625C2.69238 13.4218 2.66667 13.2881 2.66666 13.1198V10.916C1.5165 10.62 0.666656 9.57583 0.666656 8.33329C0.666656 7.09076 1.5165 6.04664 2.66666 5.75061V3.54683C2.66667 3.37853 2.69238 3.24473 2.76757 3.10413C2.84423 2.96079 2.96082 2.8442 3.10416 2.76754C3.24476 2.69235 3.37856 2.66664 3.54686 2.66663H5.75064C6.04667 1.51647 7.09079 0.666626 8.33332 0.666626ZM8.33332 1.99996C7.59692 1.99996 6.99999 2.59691 6.99999 3.33329V3.99996H3.99999V6.99996H3.33332C2.59694 6.99996 1.99999 7.59689 1.99999 8.33329C1.99999 9.06969 2.59694 9.66663 3.33332 9.66663H3.99999V12.6666H12.6667V10.916C11.5165 10.62 10.6667 9.57583 10.6667 8.33329C10.6667 7.09076 11.5165 6.04664 12.6667 5.75061V3.99996H9.66666V3.33329C9.66666 2.59691 9.06972 1.99996 8.33332 1.99996Z" }));
|
|
66
|
+
}
|
|
67
|
+
var IconPluginOutlined = react_1.default.forwardRef(IconPluginOutlinedComponent);
|
|
68
|
+
exports.default = IconPluginOutlined;
|
|
69
|
+
});
|
package/umd/index.d.ts
CHANGED
|
@@ -872,4 +872,6 @@ export { default as IconLog } from './IconLog';
|
|
|
872
872
|
export { default as IconInferenceEngine } from './IconInferenceEngine';
|
|
873
873
|
export { default as IconAlertAI } from './IconAlertAI';
|
|
874
874
|
export { default as IconTraceAI } from './IconTraceAI';
|
|
875
|
+
export { default as IconPluginOutlined } from './IconPluginOutlined';
|
|
876
|
+
export { default as IconLanguageAiOutlined } from './IconLanguageAiOutlined';
|
|
875
877
|
export * from './type';
|