@arco-iconbox/react-hiagent 0.1.57 → 0.1.58
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/IconAgentThinkingLanguage/index.js +3 -3
- package/cjs/index.d.ts +1 -1
- package/cjs/index.js +3 -3
- package/dist/icon.min.js +1 -1
- package/esm/IconAgentThinkingLanguage/index.js +3 -3
- package/esm/index.d.ts +1 -1
- package/esm/index.js +1 -1
- package/package.json +1 -1
- package/src/IconAgentThinkingLanguage/index.tsx +2 -2
- package/src/index.ts +1 -1
- package/umd/IconAgentThinkingLanguage/index.js +3 -3
- package/umd/index.d.ts +1 -1
- package/umd/index.js +4 -4
|
@@ -24,11 +24,11 @@ import React, { useContext } from 'react';
|
|
|
24
24
|
import { Context } from '../context';
|
|
25
25
|
function IconAgentThinkingLanguageComponent(props, ref) {
|
|
26
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 ?
|
|
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 ? false : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
|
|
28
28
|
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
29
29
|
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
30
|
-
return React.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-agent_thinking-language").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : '
|
|
31
|
-
React.createElement("path", { d: "M5.732 1.444a.85.85 0 0 1 1.075.538l.375 1.125c.018.056.03.112.037.169H10.5a.85.85 0 1 1 0 1.699h-.847a15.4 15.4 0 0 1-.405 1.21C8.863 7.19 8.24 8.488 7.307 9.462c.638.41 1.355.785 1.987 1.086.43.205.811.371 1.083.485.136.057.245.1.318.13l.083.034.021.007.005.002.04.018 1.128-2.566a.85.85 0 0 1 1.556 0l2.138 4.864.858 1.875a.851.851 0 0 1-1.547.707l-.63-1.38h-3.194l-.63 1.38a.851.851 0 0 1-1.546-.707l.857-1.875.325-.742-.094-.038a27.436 27.436 0 0 1-1.5-.66c-.776-.368-1.74-.873-2.574-1.455-.593.461-1.197.87-1.72 1.195a24.942 24.942 0 0 1-1.505.869l-.097.05-.026.013-.007.004-.003.001a.85.85 0 1 1-.765-1.518l.005-.002a.084.084 0 0 1 .02-.011l.083-.042.316-.171c.271-.15.65-.367 1.08-.635.419-.262.876-.569 1.324-.903a8.657 8.657 0 0 1-1.16-1.758 10.274 10.274 0 0 1-.562-1.354 6.085 6.085 0 0 1-.03-.091l-.007-.027-.002-.008-.001-.003-.001-.001v-.001a.85.85 0 0 1 1.634-.47v.003l.004.013.02.062a8.586 8.586 0 0 0 .464 1.113c.235.466.546.973.934 1.42.018-.018.038-.034.055-.052.718-.732 1.255-1.802 1.617-2.748.082-.212.152-.415.213-.6H2.25a.85.85 0 1 1 0-1.7h3.196l-.252-.756a.85.85 0 0 1 .538-1.075Zm6.177 11.582h1.682l-.84-1.913-.842 1.913Z" }));
|
|
30
|
+
return React.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-agent_thinking-language").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0 18 18" }, rest, { ref: ref }),
|
|
31
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#B44BFF', d: "M5.732 1.444a.85.85 0 0 1 1.075.538l.375 1.125c.018.056.03.112.037.169H10.5a.85.85 0 1 1 0 1.699h-.847a15.4 15.4 0 0 1-.405 1.21C8.863 7.19 8.24 8.488 7.307 9.462c.638.41 1.355.785 1.987 1.086.43.205.811.371 1.083.485.136.057.245.1.318.13l.083.034.021.007.005.002.04.018 1.128-2.566a.85.85 0 0 1 1.556 0l2.138 4.864.858 1.875a.851.851 0 0 1-1.547.707l-.63-1.38h-3.194l-.63 1.38a.851.851 0 0 1-1.546-.707l.857-1.875.325-.742-.094-.038a27.436 27.436 0 0 1-1.5-.66c-.776-.368-1.74-.873-2.574-1.455-.593.461-1.197.87-1.72 1.195a24.942 24.942 0 0 1-1.505.869l-.097.05-.026.013-.007.004-.003.001a.85.85 0 1 1-.765-1.518l.005-.002a.084.084 0 0 1 .02-.011l.083-.042.316-.171c.271-.15.65-.367 1.08-.635.419-.262.876-.569 1.324-.903a8.657 8.657 0 0 1-1.16-1.758 10.274 10.274 0 0 1-.562-1.354 6.085 6.085 0 0 1-.03-.091l-.007-.027-.002-.008-.001-.003-.001-.001v-.001a.85.85 0 0 1 1.634-.47v.003l.004.013.02.062a8.586 8.586 0 0 0 .464 1.113c.235.466.546.973.934 1.42.018-.018.038-.034.055-.052.718-.732 1.255-1.802 1.617-2.748.082-.212.152-.415.213-.6H2.25a.85.85 0 1 1 0-1.7h3.196l-.252-.756a.85.85 0 0 1 .538-1.075Zm6.177 11.582h1.682l-.84-1.913-.842 1.913Z" }));
|
|
32
32
|
}
|
|
33
33
|
var IconAgentThinkingLanguage = React.forwardRef(IconAgentThinkingLanguageComponent);
|
|
34
34
|
export default IconAgentThinkingLanguage;
|
package/esm/index.d.ts
CHANGED
|
@@ -1631,6 +1631,6 @@ export { default as IconTreeModelIllustratedVid } from './IconTreeModelIllustrat
|
|
|
1631
1631
|
export { default as IconTreeModelVideoGenerationComp } from './IconTreeModelVideoGenerationComp';
|
|
1632
1632
|
export { default as IconTreeModelVideoGenerationCanc } from './IconTreeModelVideoGenerationCanc';
|
|
1633
1633
|
export { default as IconLock1 } from './IconLock1';
|
|
1634
|
-
export { default as IconAgentThinkingLanguage } from './IconAgentThinkingLanguage';
|
|
1635
1634
|
export { default as IconJapanese } from './IconJapanese';
|
|
1635
|
+
export { default as IconAgentThinkingLanguage } from './IconAgentThinkingLanguage';
|
|
1636
1636
|
export * from './type';
|
package/esm/index.js
CHANGED
|
@@ -1631,6 +1631,6 @@ export { default as IconTreeModelIllustratedVid } from './IconTreeModelIllustrat
|
|
|
1631
1631
|
export { default as IconTreeModelVideoGenerationComp } from './IconTreeModelVideoGenerationComp';
|
|
1632
1632
|
export { default as IconTreeModelVideoGenerationCanc } from './IconTreeModelVideoGenerationCanc';
|
|
1633
1633
|
export { default as IconLock1 } from './IconLock1';
|
|
1634
|
-
export { default as IconAgentThinkingLanguage } from './IconAgentThinkingLanguage';
|
|
1635
1634
|
export { default as IconJapanese } from './IconJapanese';
|
|
1635
|
+
export { default as IconAgentThinkingLanguage } from './IconAgentThinkingLanguage';
|
|
1636
1636
|
export * from './type';
|
package/package.json
CHANGED
|
@@ -4,11 +4,11 @@ import { Context } from '../context';
|
|
|
4
4
|
|
|
5
5
|
function IconAgentThinkingLanguageComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
6
|
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
-
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor =
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = false, spin, ...rest } = props;
|
|
8
8
|
|
|
9
9
|
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
10
|
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
-
return <svg className={`${prefix}-icon ${prefix}-icon-agent_thinking-language${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-agent_thinking-language${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : 'none'} viewBox="0 0 18 18" {...rest} ref={ref}><path fill={useCurrentColor ? 'currentColor' : '#B44BFF'} d="M5.732 1.444a.85.85 0 0 1 1.075.538l.375 1.125c.018.056.03.112.037.169H10.5a.85.85 0 1 1 0 1.699h-.847a15.4 15.4 0 0 1-.405 1.21C8.863 7.19 8.24 8.488 7.307 9.462c.638.41 1.355.785 1.987 1.086.43.205.811.371 1.083.485.136.057.245.1.318.13l.083.034.021.007.005.002.04.018 1.128-2.566a.85.85 0 0 1 1.556 0l2.138 4.864.858 1.875a.851.851 0 0 1-1.547.707l-.63-1.38h-3.194l-.63 1.38a.851.851 0 0 1-1.546-.707l.857-1.875.325-.742-.094-.038a27.436 27.436 0 0 1-1.5-.66c-.776-.368-1.74-.873-2.574-1.455-.593.461-1.197.87-1.72 1.195a24.942 24.942 0 0 1-1.505.869l-.097.05-.026.013-.007.004-.003.001a.85.85 0 1 1-.765-1.518l.005-.002a.084.084 0 0 1 .02-.011l.083-.042.316-.171c.271-.15.65-.367 1.08-.635.419-.262.876-.569 1.324-.903a8.657 8.657 0 0 1-1.16-1.758 10.274 10.274 0 0 1-.562-1.354 6.085 6.085 0 0 1-.03-.091l-.007-.027-.002-.008-.001-.003-.001-.001v-.001a.85.85 0 0 1 1.634-.47v.003l.004.013.02.062a8.586 8.586 0 0 0 .464 1.113c.235.466.546.973.934 1.42.018-.018.038-.034.055-.052.718-.732 1.255-1.802 1.617-2.748.082-.212.152-.415.213-.6H2.25a.85.85 0 1 1 0-1.7h3.196l-.252-.756a.85.85 0 0 1 .538-1.075Zm6.177 11.582h1.682l-.84-1.913-.842 1.913Z"/></svg>;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
const IconAgentThinkingLanguage = React.forwardRef(IconAgentThinkingLanguageComponent);
|
package/src/index.ts
CHANGED
|
@@ -1631,7 +1631,7 @@ export { default as IconTreeModelIllustratedVid } from './IconTreeModelIllustrat
|
|
|
1631
1631
|
export { default as IconTreeModelVideoGenerationComp } from './IconTreeModelVideoGenerationComp';
|
|
1632
1632
|
export { default as IconTreeModelVideoGenerationCanc } from './IconTreeModelVideoGenerationCanc';
|
|
1633
1633
|
export { default as IconLock1 } from './IconLock1';
|
|
1634
|
-
export { default as IconAgentThinkingLanguage } from './IconAgentThinkingLanguage';
|
|
1635
1634
|
export { default as IconJapanese } from './IconJapanese';
|
|
1635
|
+
export { default as IconAgentThinkingLanguage } from './IconAgentThinkingLanguage';
|
|
1636
1636
|
|
|
1637
1637
|
export * from './type';
|
|
@@ -58,11 +58,11 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
58
58
|
var context_1 = require("../context");
|
|
59
59
|
function IconAgentThinkingLanguageComponent(props, ref) {
|
|
60
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 ?
|
|
61
|
+
var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? false : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
|
|
62
62
|
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
63
63
|
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
64
|
-
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-agent_thinking-language").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : '
|
|
65
|
-
react_1.default.createElement("path", { d: "M5.732 1.444a.85.85 0 0 1 1.075.538l.375 1.125c.018.056.03.112.037.169H10.5a.85.85 0 1 1 0 1.699h-.847a15.4 15.4 0 0 1-.405 1.21C8.863 7.19 8.24 8.488 7.307 9.462c.638.41 1.355.785 1.987 1.086.43.205.811.371 1.083.485.136.057.245.1.318.13l.083.034.021.007.005.002.04.018 1.128-2.566a.85.85 0 0 1 1.556 0l2.138 4.864.858 1.875a.851.851 0 0 1-1.547.707l-.63-1.38h-3.194l-.63 1.38a.851.851 0 0 1-1.546-.707l.857-1.875.325-.742-.094-.038a27.436 27.436 0 0 1-1.5-.66c-.776-.368-1.74-.873-2.574-1.455-.593.461-1.197.87-1.72 1.195a24.942 24.942 0 0 1-1.505.869l-.097.05-.026.013-.007.004-.003.001a.85.85 0 1 1-.765-1.518l.005-.002a.084.084 0 0 1 .02-.011l.083-.042.316-.171c.271-.15.65-.367 1.08-.635.419-.262.876-.569 1.324-.903a8.657 8.657 0 0 1-1.16-1.758 10.274 10.274 0 0 1-.562-1.354 6.085 6.085 0 0 1-.03-.091l-.007-.027-.002-.008-.001-.003-.001-.001v-.001a.85.85 0 0 1 1.634-.47v.003l.004.013.02.062a8.586 8.586 0 0 0 .464 1.113c.235.466.546.973.934 1.42.018-.018.038-.034.055-.052.718-.732 1.255-1.802 1.617-2.748.082-.212.152-.415.213-.6H2.25a.85.85 0 1 1 0-1.7h3.196l-.252-.756a.85.85 0 0 1 .538-1.075Zm6.177 11.582h1.682l-.84-1.913-.842 1.913Z" }));
|
|
64
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-agent_thinking-language").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0 18 18" }, rest, { ref: ref }),
|
|
65
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#B44BFF', d: "M5.732 1.444a.85.85 0 0 1 1.075.538l.375 1.125c.018.056.03.112.037.169H10.5a.85.85 0 1 1 0 1.699h-.847a15.4 15.4 0 0 1-.405 1.21C8.863 7.19 8.24 8.488 7.307 9.462c.638.41 1.355.785 1.987 1.086.43.205.811.371 1.083.485.136.057.245.1.318.13l.083.034.021.007.005.002.04.018 1.128-2.566a.85.85 0 0 1 1.556 0l2.138 4.864.858 1.875a.851.851 0 0 1-1.547.707l-.63-1.38h-3.194l-.63 1.38a.851.851 0 0 1-1.546-.707l.857-1.875.325-.742-.094-.038a27.436 27.436 0 0 1-1.5-.66c-.776-.368-1.74-.873-2.574-1.455-.593.461-1.197.87-1.72 1.195a24.942 24.942 0 0 1-1.505.869l-.097.05-.026.013-.007.004-.003.001a.85.85 0 1 1-.765-1.518l.005-.002a.084.084 0 0 1 .02-.011l.083-.042.316-.171c.271-.15.65-.367 1.08-.635.419-.262.876-.569 1.324-.903a8.657 8.657 0 0 1-1.16-1.758 10.274 10.274 0 0 1-.562-1.354 6.085 6.085 0 0 1-.03-.091l-.007-.027-.002-.008-.001-.003-.001-.001v-.001a.85.85 0 0 1 1.634-.47v.003l.004.013.02.062a8.586 8.586 0 0 0 .464 1.113c.235.466.546.973.934 1.42.018-.018.038-.034.055-.052.718-.732 1.255-1.802 1.617-2.748.082-.212.152-.415.213-.6H2.25a.85.85 0 1 1 0-1.7h3.196l-.252-.756a.85.85 0 0 1 .538-1.075Zm6.177 11.582h1.682l-.84-1.913-.842 1.913Z" }));
|
|
66
66
|
}
|
|
67
67
|
var IconAgentThinkingLanguage = react_1.default.forwardRef(IconAgentThinkingLanguageComponent);
|
|
68
68
|
exports.default = IconAgentThinkingLanguage;
|
package/umd/index.d.ts
CHANGED
|
@@ -1631,6 +1631,6 @@ export { default as IconTreeModelIllustratedVid } from './IconTreeModelIllustrat
|
|
|
1631
1631
|
export { default as IconTreeModelVideoGenerationComp } from './IconTreeModelVideoGenerationComp';
|
|
1632
1632
|
export { default as IconTreeModelVideoGenerationCanc } from './IconTreeModelVideoGenerationCanc';
|
|
1633
1633
|
export { default as IconLock1 } from './IconLock1';
|
|
1634
|
-
export { default as IconAgentThinkingLanguage } from './IconAgentThinkingLanguage';
|
|
1635
1634
|
export { default as IconJapanese } from './IconJapanese';
|
|
1635
|
+
export { default as IconAgentThinkingLanguage } from './IconAgentThinkingLanguage';
|
|
1636
1636
|
export * from './type';
|