@arco-iconbox/react-hiagent 0.1.4 → 0.1.6
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/IconAgentChannel/index.d.ts +4 -0
- package/cjs/IconAgentChannel/index.js +66 -0
- package/cjs/IconAgentDeploymentPackage/index.d.ts +4 -0
- package/cjs/IconAgentDeploymentPackage/index.js +68 -0
- package/cjs/IconAgentHistory/index.d.ts +4 -0
- package/cjs/IconAgentHistory/index.js +59 -0
- package/cjs/IconAgentImport/index.d.ts +4 -0
- package/cjs/IconAgentImport/index.js +59 -0
- package/cjs/IconAgentPublishApi/index.d.ts +4 -0
- package/cjs/IconAgentPublishApi/index.js +71 -0
- package/cjs/IconAgentPublishEnterpriseWechat/index.d.ts +4 -0
- package/cjs/IconAgentPublishEnterpriseWechat/index.js +64 -0
- package/cjs/IconAgentPublishOthers/index.d.ts +4 -0
- package/cjs/IconAgentPublishOthers/index.js +67 -0
- package/cjs/IconAgentPublishWeChat/index.d.ts +4 -0
- package/cjs/IconAgentPublishWeChat/index.js +62 -0
- package/cjs/IconAgentWebService/index.d.ts +4 -0
- package/cjs/IconAgentWebService/index.js +74 -0
- package/cjs/IconAscent/index.d.ts +4 -0
- package/cjs/IconAscent/index.js +59 -0
- package/cjs/IconImage2video/index.d.ts +4 -0
- package/cjs/IconImage2video/index.js +59 -0
- package/cjs/IconMinimumQueue/index.d.ts +4 -0
- package/cjs/IconMinimumQueue/index.js +59 -0
- package/cjs/IconNvidia/index.d.ts +4 -0
- package/cjs/IconNvidia/index.js +63 -0
- package/cjs/IconText2image/index.d.ts +4 -0
- package/cjs/IconText2image/index.js +59 -0
- package/cjs/IconText2video/index.d.ts +4 -0
- package/cjs/IconText2video/index.js +59 -0
- package/cjs/IconUpgradeEngine/index.d.ts +4 -0
- package/cjs/IconUpgradeEngine/index.js +60 -0
- package/cjs/IconVisualModel/index.d.ts +4 -0
- package/cjs/IconVisualModel/index.js +63 -0
- package/cjs/index.d.ts +17 -0
- package/cjs/index.js +35 -1
- package/dist/icon.min.js +1 -1
- package/esm/IconAgentChannel/index.d.ts +4 -0
- package/esm/IconAgentChannel/index.js +41 -0
- package/esm/IconAgentDeploymentPackage/index.d.ts +4 -0
- package/esm/IconAgentDeploymentPackage/index.js +43 -0
- package/esm/IconAgentHistory/index.d.ts +4 -0
- package/esm/IconAgentHistory/index.js +34 -0
- package/esm/IconAgentImport/index.d.ts +4 -0
- package/esm/IconAgentImport/index.js +34 -0
- package/esm/IconAgentPublishApi/index.d.ts +4 -0
- package/esm/IconAgentPublishApi/index.js +46 -0
- package/esm/IconAgentPublishEnterpriseWechat/index.d.ts +4 -0
- package/esm/IconAgentPublishEnterpriseWechat/index.js +39 -0
- package/esm/IconAgentPublishOthers/index.d.ts +4 -0
- package/esm/IconAgentPublishOthers/index.js +42 -0
- package/esm/IconAgentPublishWeChat/index.d.ts +4 -0
- package/esm/IconAgentPublishWeChat/index.js +37 -0
- package/esm/IconAgentWebService/index.d.ts +4 -0
- package/esm/IconAgentWebService/index.js +49 -0
- package/esm/IconAscent/index.d.ts +4 -0
- package/esm/IconAscent/index.js +34 -0
- package/esm/IconImage2video/index.d.ts +4 -0
- package/esm/IconImage2video/index.js +34 -0
- package/esm/IconMinimumQueue/index.d.ts +4 -0
- package/esm/IconMinimumQueue/index.js +34 -0
- package/esm/IconNvidia/index.d.ts +4 -0
- package/esm/IconNvidia/index.js +38 -0
- package/esm/IconText2image/index.d.ts +4 -0
- package/esm/IconText2image/index.js +34 -0
- package/esm/IconText2video/index.d.ts +4 -0
- package/esm/IconText2video/index.js +34 -0
- package/esm/IconUpgradeEngine/index.d.ts +4 -0
- package/esm/IconUpgradeEngine/index.js +35 -0
- package/esm/IconVisualModel/index.d.ts +4 -0
- package/esm/IconVisualModel/index.js +38 -0
- package/esm/index.d.ts +17 -0
- package/esm/index.js +17 -0
- package/package.json +1 -1
- package/src/IconAgentChannel/index.tsx +15 -0
- package/src/IconAgentDeploymentPackage/index.tsx +15 -0
- package/src/IconAgentHistory/index.tsx +15 -0
- package/src/IconAgentImport/index.tsx +15 -0
- package/src/IconAgentPublishApi/index.tsx +15 -0
- package/src/IconAgentPublishEnterpriseWechat/index.tsx +15 -0
- package/src/IconAgentPublishOthers/index.tsx +15 -0
- package/src/IconAgentPublishWeChat/index.tsx +15 -0
- package/src/IconAgentWebService/index.tsx +15 -0
- package/src/IconAscent/index.tsx +15 -0
- package/src/IconImage2video/index.tsx +15 -0
- package/src/IconMinimumQueue/index.tsx +15 -0
- package/src/IconNvidia/index.tsx +15 -0
- package/src/IconText2image/index.tsx +15 -0
- package/src/IconText2video/index.tsx +15 -0
- package/src/IconUpgradeEngine/index.tsx +15 -0
- package/src/IconVisualModel/index.tsx +15 -0
- package/src/index.ts +17 -0
- package/umd/IconAgentChannel/index.d.ts +4 -0
- package/umd/IconAgentChannel/index.js +76 -0
- package/umd/IconAgentDeploymentPackage/index.d.ts +4 -0
- package/umd/IconAgentDeploymentPackage/index.js +78 -0
- package/umd/IconAgentHistory/index.d.ts +4 -0
- package/umd/IconAgentHistory/index.js +69 -0
- package/umd/IconAgentImport/index.d.ts +4 -0
- package/umd/IconAgentImport/index.js +69 -0
- package/umd/IconAgentPublishApi/index.d.ts +4 -0
- package/umd/IconAgentPublishApi/index.js +81 -0
- package/umd/IconAgentPublishEnterpriseWechat/index.d.ts +4 -0
- package/umd/IconAgentPublishEnterpriseWechat/index.js +74 -0
- package/umd/IconAgentPublishOthers/index.d.ts +4 -0
- package/umd/IconAgentPublishOthers/index.js +77 -0
- package/umd/IconAgentPublishWeChat/index.d.ts +4 -0
- package/umd/IconAgentPublishWeChat/index.js +72 -0
- package/umd/IconAgentWebService/index.d.ts +4 -0
- package/umd/IconAgentWebService/index.js +84 -0
- package/umd/IconAscent/index.d.ts +4 -0
- package/umd/IconAscent/index.js +69 -0
- package/umd/IconImage2video/index.d.ts +4 -0
- package/umd/IconImage2video/index.js +69 -0
- package/umd/IconMinimumQueue/index.d.ts +4 -0
- package/umd/IconMinimumQueue/index.js +69 -0
- package/umd/IconNvidia/index.d.ts +4 -0
- package/umd/IconNvidia/index.js +73 -0
- package/umd/IconText2image/index.d.ts +4 -0
- package/umd/IconText2image/index.js +69 -0
- package/umd/IconText2video/index.d.ts +4 -0
- package/umd/IconText2video/index.js +69 -0
- package/umd/IconUpgradeEngine/index.d.ts +4 -0
- package/umd/IconUpgradeEngine/index.js +70 -0
- package/umd/IconVisualModel/index.d.ts +4 -0
- package/umd/IconVisualModel/index.js +73 -0
- package/umd/index.d.ts +17 -0
- package/umd/index.js +36 -2
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconAgentWebServiceComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = false, 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-agent_web-service${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 24 24" fill={useCurrentColor ? 'currentColor' : 'none'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><rect width="24" height="24" rx="4" fill={useCurrentColor ? 'currentColor' : '#E1EDFB'}/><path d="M6 3.5H18C19.68 3.5 21 4.82 21 6.5V14.7C21 16.38 19.68 17.7 18 17.7H6C4.32 17.7 3 16.38 3 14.7V6.5C3 4.82 4.32 3.5 6 3.5ZM8.9 18.7H15.1C15.58 18.7 16 19.12 16 19.6C16 20.08 15.58 20.5 15.1 20.5H8.9C8.42 20.5 8 20.08 8 19.6C8 19.12 8.42 18.7 8.9 18.7Z" fill={useCurrentColor ? 'currentColor' : 'url(#svg_7d2622ae42__paint0_linear_35477_1224975)'}/><path d="M15.1 18.7H8.9C8.42 18.7 8 19.12 8 19.6C8 20.08 8.42 20.5 8.9 20.5H15.1C15.58 20.5 16 20.08 16 19.6C16 19.12 15.58 18.7 15.1 18.7Z" fill={useCurrentColor ? 'currentColor' : 'url(#svg_7d2622ae42__paint1_linear_35477_1224975)'}/><path d="M15.1 18.7H8.9C8.42 18.7 8 19.12 8 19.6C8 20.08 8.42 20.5 8.9 20.5H15.1C15.58 20.5 16 20.08 16 19.6C16 19.12 15.58 18.7 15.1 18.7Z" fill={useCurrentColor ? 'currentColor' : 'url(#svg_7d2622ae42__paint2_linear_35477_1224975)'}/><path d="M8.9123 10.1719C9.18409 10.1719 9.38948 10.4181 9.34101 10.6855L8.76484 13.8672C8.72158 14.1049 8.51428 14.2773 8.27265 14.2773H8.06757C7.83545 14.2772 7.63417 14.1176 7.58124 13.8916L7.27069 12.5625C7.24661 12.4594 7.0993 12.4594 7.07538 12.5625L6.76776 13.8906C6.7152 14.1172 6.51308 14.2773 6.28046 14.2773H6.07636C5.83473 14.2773 5.62743 14.1049 5.58417 13.8672L5.00702 10.6846C4.95888 10.4176 5.1644 10.172 5.43573 10.1719C5.65044 10.1719 5.83351 10.3288 5.8664 10.541L6.21308 12.7812C6.23008 12.8909 6.38706 12.8956 6.41034 12.7871L6.67206 11.5625C6.71156 11.378 6.87503 11.2461 7.06366 11.2461H7.28437C7.4735 11.2461 7.63698 11.3784 7.67597 11.5635L7.9328 12.7852C7.95578 12.8936 8.11257 12.8896 8.13007 12.7803L8.48163 10.54C8.51496 10.3282 8.6979 10.172 8.9123 10.1719ZM13.7394 10.1719C14.011 10.1721 14.2166 10.4183 14.1682 10.6855L13.591 13.8672C13.5477 14.1049 13.3404 14.2773 13.0988 14.2773H12.8937C12.6617 14.2771 12.4603 14.1176 12.4074 13.8916L12.0969 12.5625C12.0728 12.4594 11.9255 12.4594 11.9016 12.5625L11.5939 13.8906C11.5414 14.1172 11.3392 14.2773 11.1066 14.2773H10.9025C10.6609 14.2773 10.4536 14.1049 10.4103 13.8672L9.83417 10.6846C9.78595 10.4176 9.99063 10.1721 10.2619 10.1719C10.4766 10.1719 10.6597 10.3288 10.6926 10.541L11.0402 12.7812C11.0572 12.8909 11.2132 12.8955 11.2365 12.7871L11.4992 11.5625C11.5387 11.3781 11.7012 11.2461 11.8898 11.2461H12.1105C12.2997 11.2461 12.4631 11.3784 12.5021 11.5635L12.759 12.7852C12.7819 12.8936 12.9387 12.8896 12.9562 12.7803L13.3088 10.54C13.3421 10.3281 13.5249 10.1719 13.7394 10.1719ZM18.5656 10.1719C18.8373 10.172 19.0428 10.4182 18.9943 10.6855L18.4172 13.8672C18.3739 14.1047 18.1674 14.2771 17.926 14.2773H17.7209C17.4886 14.2773 17.2865 14.1177 17.2336 13.8916L16.923 12.5625C16.899 12.4595 16.7527 12.4595 16.7287 12.5625L16.4201 13.8906C16.3675 14.1172 16.1654 14.2773 15.9328 14.2773H15.7287C15.4871 14.2772 15.2797 14.1048 15.2365 13.8672L14.6603 10.6846C14.6121 10.4175 14.8176 10.1719 15.0891 10.1719C15.3036 10.1721 15.4859 10.329 15.5187 10.541L15.8664 12.7812C15.8834 12.8909 16.0393 12.8955 16.0627 12.7871L16.3254 11.5625C16.3649 11.3781 16.5275 11.2462 16.716 11.2461H16.9367C17.1258 11.2461 17.2893 11.3784 17.3283 11.5635L17.5861 12.7852C17.6092 12.8934 17.7649 12.8895 17.7824 12.7803L18.135 10.54C18.1683 10.3281 18.3511 10.1719 18.5656 10.1719Z" fill={useCurrentColor ? 'currentColor' : '#fff'}/><path opacity=".5" d="M5.91667 5.5C6.42293 5.5 6.83333 5.91041 6.83333 6.41667C6.83333 6.92293 6.42293 7.33333 5.91667 7.33333C5.41041 7.33333 5 6.92293 5 6.41667C5 5.91041 5.41041 5.5 5.91667 5.5ZM8.55924 5.5C9.06551 5.5 9.47591 5.91041 9.47591 6.41667C9.47591 6.92293 9.06551 7.33333 8.55924 7.33333C8.05298 7.33333 7.64258 6.92293 7.64258 6.41667C7.64258 5.91041 8.05298 5.5 8.55924 5.5ZM11.2018 5.5C11.7081 5.5 12.1185 5.91041 12.1185 6.41667C12.1185 6.92293 11.7081 7.33333 11.2018 7.33333C10.6956 7.33333 10.2852 6.92293 10.2852 6.41667C10.2852 5.91041 10.6956 5.5 11.2018 5.5Z" fill={useCurrentColor ? 'currentColor' : '#fff'}/><defs><linearGradient id="svg_7d2622ae42__paint0_linear_35477_1224975" x1="12" y1="3.5" x2="12" y2="20.5" gradientUnits="userSpaceOnUse"><stop offset=".52" stopColor="#5892FF"/><stop offset="1" stopColor="#1E68F3"/></linearGradient><linearGradient id="svg_7d2622ae42__paint1_linear_35477_1224975" x1="12" y1="3.5" x2="12" y2="20.5" gradientUnits="userSpaceOnUse"><stop offset=".52" stopColor="#5892FF"/><stop offset="1" stopColor="#1E68F3"/></linearGradient><linearGradient id="svg_7d2622ae42__paint2_linear_35477_1224975" x1="12" y1="3.5" x2="12" y2="20.5" gradientUnits="userSpaceOnUse"><stop offset=".52" stopColor="#5892FF"/><stop offset="1" stopColor="#1E68F3"/></linearGradient></defs></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconAgentWebService = React.forwardRef(IconAgentWebServiceComponent);
|
|
15
|
+
export default IconAgentWebService;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconAscentComponent(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-ascent${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 24 24" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path d="M10.2421 3.21744C10.2421 3.21744 8.32912 3.13043 7.10932 4.70705C5.88898 6.28354 6.80547 8.69156 7.38408 9.93372C7.96269 11.1759 11.0156 16.0504 11.1277 16.1576C11.239 16.265 11.3731 16.2198 11.3805 16.1233C11.3878 16.0278 11.7291 9.04084 11.4545 7.31792C11.1797 5.59527 10.3665 3.40656 10.2421 3.21744ZM3.63096 6.46552C3.41234 6.48885 1.84313 8.0538 1.70163 9.58376C1.55959 11.1136 2.21436 12.1318 4.04296 13.3499C5.88335 14.6551 10.2576 17.056 10.3379 16.8491C10.4185 16.6429 8.64299 13.4881 7.19002 11.1937C5.73705 8.89934 3.84862 6.44219 3.63096 6.46552ZM4.21917 20.578C5.543 21.1697 7.60517 19.8406 8.17582 19.454C8.70626 19.0487 9.68629 18.3036 9.68629 18.3036L2.18527 18.5043C2.18527 18.5043 2.89535 19.986 4.21917 20.578ZM4.40761 14.5165C3.06512 13.8444 0.303288 12.3006 0.195142 12.3302C0.0871339 12.3597 -0.32898 14.2801 0.534813 15.7275C1.39847 17.1749 3.08063 17.6175 3.8526 17.7359C4.72051 17.8595 9.82353 17.8042 9.78936 17.7015C9.7593 17.6121 5.75092 15.1878 4.40761 14.5165ZM16.8526 4.70705C15.6331 3.13043 13.7199 3.21744 13.7199 3.21744C13.5957 3.40642 12.7822 5.59514 12.5075 7.31805C12.2328 9.04084 12.5749 16.0278 12.5823 16.1234C12.5896 16.2198 12.7229 16.265 12.8349 16.1577C12.9462 16.0504 16 11.1759 16.5788 9.93386C17.1564 8.69156 18.0731 6.28354 16.8526 4.70705ZM23.7668 12.3302C23.6588 12.3006 20.8968 13.8445 19.5544 14.5165C18.212 15.1877 14.2027 17.6121 14.1734 17.7017C14.1385 17.8042 19.2415 17.8595 20.1094 17.7359C20.8813 17.6175 22.5634 17.1749 23.4272 15.7275C24.2918 14.2801 23.8748 12.3596 23.7668 12.3302ZM15.7865 19.454C16.3569 19.8406 18.4199 21.1697 19.7437 20.578C21.0675 19.9859 21.7777 18.5043 21.7777 18.5043L14.2767 18.3036C14.2767 18.3036 15.2566 19.0488 15.7864 19.454H15.7865ZM22.2612 9.58376C22.1191 8.0538 20.5498 6.48898 20.332 6.46552C20.1136 6.44219 18.225 8.89934 16.772 11.1937C15.3191 13.4881 13.5437 16.643 13.6241 16.8491C13.7046 17.056 18.0795 14.6549 19.9194 13.3499C21.7477 12.1318 22.4034 11.1136 22.2612 9.58376Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconAscent = React.forwardRef(IconAscentComponent);
|
|
15
|
+
export default IconAscent;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconImage2videoComponent(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-image2video${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 22 22" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path d="M15.4268 2.7002C16.4208 2.70033 17.2266 3.50597 17.2266 4.5V6.32324C17.2266 6.76499 16.8685 7.12389 16.4268 7.12402C15.9849 7.12402 15.627 6.76507 15.627 6.32324V4.5C15.627 4.38963 15.5371 4.29994 15.4268 4.2998H4.25C4.13954 4.2998 4.0498 4.38954 4.0498 4.5V15.6768C4.04994 15.7871 4.13963 15.877 4.25 15.877H5.60254L5.68457 15.8809C6.08805 15.9218 6.40332 16.2625 6.40332 16.6768C6.40319 17.0909 6.08799 17.4318 5.68457 17.4727L5.60254 17.4766H4.25C3.25597 17.4766 2.45033 16.6708 2.4502 15.6768V4.5C2.4502 3.50589 3.25589 2.7002 4.25 2.7002H15.4268ZM10.793 12.8496C11.861 12.8496 12.1581 15.7207 13.0996 15.7207C14.0407 15.7201 14.7098 14.0156 15.4014 14.0156C16.093 14.0159 16.8444 15.2669 17.2363 16.1016C17.6283 16.936 17.2827 17.369 16.708 17.3691C16.1333 17.3691 11.5483 17.4307 10.1045 17.4307C8.66086 17.4307 8.33437 17.1158 8.62012 16.127C8.90578 15.138 9.72506 12.8501 10.793 12.8496ZM15.6982 11.3848C15.9454 11.3848 16.1826 11.4845 16.3574 11.6621C16.5322 11.8398 16.6309 12.0807 16.6309 12.332C16.6309 12.5834 16.5322 12.8242 16.3574 13.002C16.1826 13.1796 15.9454 13.2793 15.6982 13.2793C15.4512 13.2792 15.2138 13.1796 15.0391 13.002C14.8644 12.8243 14.7666 12.5832 14.7666 12.332C14.7666 12.0808 14.8644 11.8398 15.0391 11.6621C15.2138 11.4845 15.4512 11.3849 15.6982 11.3848ZM8.22266 6.9248C8.32344 6.92489 8.42129 6.9595 8.5 7.02246L11.7881 9.65332C11.9798 9.80666 12.0108 10.0857 11.8574 10.2773C11.8369 10.303 11.8137 10.3262 11.7881 10.3467L8.5 12.9775C8.30833 13.1309 8.02834 13.0999 7.875 12.9082C7.8121 12.8295 7.77833 12.7317 7.77832 12.6309V7.36914C7.77833 7.12369 7.9772 6.9248 8.22266 6.9248Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconImage2video = React.forwardRef(IconImage2videoComponent);
|
|
15
|
+
export default IconImage2video;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconMinimumQueueComponent(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-minimum_queue${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 18 18" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path d="M9.91195 10.7263C10.3395 10.7264 10.6864 11.0732 10.6864 11.5007V15.8025C10.6864 16.2301 10.3395 16.5768 9.91195 16.5769C9.48424 16.5769 9.13754 16.2302 9.13754 15.8025V11.5007C9.13754 11.0731 9.48424 10.7263 9.91195 10.7263ZM12.493 10.7263C12.9206 10.7263 13.2674 11.0731 13.2674 11.5007V15.8025C13.2674 16.2302 12.9206 16.5769 12.493 16.5769C12.0653 16.5769 11.7186 16.2302 11.7186 15.8025V11.5007C11.7186 11.0731 12.0653 10.7263 12.493 10.7263ZM15.0741 10.7263C15.5017 10.7263 15.8485 11.0731 15.8485 11.5007V14.9421C15.8485 14.9897 15.8869 15.028 15.9344 15.0281H17.2254C17.6529 15.0282 17.9997 15.375 17.9998 15.8025C17.9998 16.2301 17.653 16.5768 17.2254 16.5769H15.9344C15.0316 16.5768 14.2996 15.845 14.2996 14.9421V11.5007C14.2996 11.0732 14.6464 10.7264 15.0741 10.7263ZM6.6434 2.38746C7.7963 1.6208 9.16809 1.29431 10.5282 1.46949C11.8879 1.64468 13.1417 2.30881 14.0828 3.33961C15.0231 4.3695 15.5962 5.70426 15.7166 7.11793C15.7527 7.54376 15.4374 7.91831 15.0116 7.95484C14.5854 7.99115 14.21 7.67491 14.1737 7.24879C14.0813 6.16469 13.6417 5.15385 12.9383 4.38355C12.2359 3.61444 11.3144 3.13244 10.3309 3.00563C9.34761 2.87894 8.34893 3.11353 7.50082 3.6775C6.65178 4.24219 6.0014 5.10563 5.66879 6.1316C5.65978 6.15938 5.64865 6.18705 5.63656 6.21363C5.55266 6.39814 5.41764 6.56032 5.24105 6.67555C5.08055 6.78028 4.89361 6.8412 4.69906 6.8484C3.81752 6.93983 2.99144 7.3912 2.40023 8.12574C1.80155 8.86963 1.49491 9.84174 1.55746 10.8337C1.62004 11.8256 2.04545 12.7426 2.72836 13.3914C3.40961 14.0383 4.29239 14.3685 5.18636 14.3259C5.19864 14.3253 5.21118 14.325 5.22347 14.325H7.21078C7.63847 14.325 7.98519 14.6717 7.98519 15.0994C7.98507 15.5269 7.6384 15.8738 7.21078 15.8738H5.24105C3.91847 15.9314 2.63521 15.4379 1.66195 14.5134C0.685556 13.586 0.0978478 12.299 0.0115599 10.9314C-0.0747188 9.56401 0.345525 8.20839 1.1932 7.15504C1.98329 6.17328 3.08999 5.52422 4.30746 5.33766C4.77013 4.12816 5.58311 3.09253 6.6434 2.38746Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconMinimumQueue = React.forwardRef(IconMinimumQueueComponent);
|
|
15
|
+
export default IconMinimumQueue;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconNvidiaComponent(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-nvidia${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 24 24" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><g clipPath="url(#svg_540df7f838__clip0_2729_21679)"><path d="M8.95372 8.79567V7.36443C9.07755 7.35467 9.22542 7.34801 9.37401 7.34642H9.37776C13.3021 7.22254 15.875 10.723 15.875 10.723C15.875 10.723 13.0988 14.5769 10.1208 14.5769C9.72708 14.5777 9.33581 14.5151 8.96198 14.3916V10.0423C10.4908 10.2275 10.8 10.9001 11.7111 12.4289L13.7525 10.714C13.7525 10.714 12.2597 8.7604 9.75 8.7604C9.71013 8.75965 9.66294 8.7589 9.61566 8.7589C9.3852 8.75897 9.15493 8.77199 8.92593 8.79792L8.9537 8.79558L8.95372 8.79567ZM8.95372 4.05688V6.19662L9.37776 6.16953C14.8318 5.98426 18.3937 10.6426 18.3937 10.6426C18.3937 10.6426 14.3109 15.6104 10.0577 15.6104C9.69041 15.609 9.32385 15.5766 8.96198 15.5136V16.8398C9.26398 16.8781 9.56794 16.8988 9.87235 16.902C13.8321 16.902 16.6968 14.8779 19.4722 12.4912C19.9316 12.8627 21.8139 13.7551 22.2041 14.1446C19.5691 16.3541 13.4259 18.1314 9.94289 18.1314C9.61817 18.1317 9.29369 18.1139 8.97096 18.0781V19.943H24.0151V4.05839L8.95372 4.05688ZM8.95372 14.39V15.5218C5.29418 14.8674 4.27734 11.0585 4.27734 11.0585C4.27734 11.0585 6.03656 9.11314 8.95372 8.79492V10.0325H8.94547C7.41666 9.8464 6.21358 11.2784 6.21358 11.2784C6.21358 11.2784 6.89431 13.692 8.95447 14.3908L8.95372 14.39ZM2.45723 10.8986C2.45723 10.8986 4.62244 7.69916 8.96198 7.36293V6.19587C4.15574 6.58539 0 10.651 0 10.651C0 10.651 2.35137 17.4574 8.95445 18.0759V16.8382C4.11135 16.2378 2.45796 10.8978 2.45796 10.8978L2.45723 10.8986Z"/></g><defs><clipPath id="svg_540df7f838__clip0_2729_21679"><path d="M0 0H24V24H0z"/></clipPath></defs></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconNvidia = React.forwardRef(IconNvidiaComponent);
|
|
15
|
+
export default IconNvidia;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconText2imageComponent(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-text2image${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 22 22" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path d="M16.1797 9.2373C16.6756 8.8731 17.3586 8.89147 17.834 9.28223L17.9326 9.37109L19.5918 11.0312C20.1311 11.5705 20.1169 12.4491 19.5605 12.9707L12.1279 19.9395C11.9148 20.139 11.6338 20.25 11.3418 20.25H9.59961C8.85432 20.2498 8.25019 19.6457 8.25 18.9004V16.8555C8.25 16.5289 8.38877 16.2171 8.63184 15.999L16.0762 9.32129L16.1797 9.2373ZM9.75 17.0107V18.75H11.2031L16.0986 14.1592L14.5986 12.6592L9.75 17.0107ZM15.4268 2.7002C16.4208 2.70033 17.2266 3.50597 17.2266 4.5V6.32324C17.2266 6.76499 16.8685 7.12389 16.4268 7.12402C15.9849 7.12402 15.627 6.76507 15.627 6.32324V4.5C15.627 4.38963 15.5371 4.29994 15.4268 4.2998H4.25C4.13954 4.2998 4.0498 4.38954 4.0498 4.5V10.04L5.27148 8.81836C5.97443 8.11542 7.11444 8.11542 7.81738 8.81836L10.4043 11.4053C10.7162 11.7176 10.7162 12.2238 10.4043 12.5361C10.0919 12.8484 9.58487 12.8483 9.27246 12.5361L6.68555 9.94922C6.60743 9.87128 6.48039 9.87117 6.40234 9.94922L4.0498 12.3018V15.6768C4.04994 15.7871 4.13963 15.877 4.25 15.877H5.60254L5.68457 15.8809C6.08805 15.9218 6.40332 16.2625 6.40332 16.6768C6.40319 17.0909 6.08799 17.4318 5.68457 17.4727L5.60254 17.4766H4.25C3.25597 17.4766 2.45033 16.6708 2.4502 15.6768V4.5C2.4502 3.50589 3.25589 2.7002 4.25 2.7002H15.4268ZM15.7168 11.6562L17.1934 13.1328L18.4219 11.9824L16.9707 10.5322L15.7168 11.6562ZM11.25 5.10254C12.4436 5.10272 13.4109 6.07104 13.4111 7.26465C13.4109 8.45829 12.4436 9.4256 11.25 9.42578C10.0563 9.42565 9.08807 8.45832 9.08789 7.26465C9.08811 6.07101 10.0563 5.10267 11.25 5.10254ZM11.25 6.60254C10.8848 6.60267 10.5881 6.89943 10.5879 7.26465C10.5881 7.6299 10.8847 7.92565 11.25 7.92578C11.6152 7.9256 11.9109 7.62986 11.9111 7.26465C11.9109 6.89946 11.6152 6.60272 11.25 6.60254Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconText2image = React.forwardRef(IconText2imageComponent);
|
|
15
|
+
export default IconText2image;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconText2videoComponent(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-text2video${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 22 22" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path d="M16.1797 9.2373C16.6756 8.8731 17.3586 8.89147 17.834 9.28223L17.9326 9.37109L19.5918 11.0312C20.1311 11.5705 20.1169 12.4491 19.5605 12.9707L12.1279 19.9395C11.9148 20.139 11.6338 20.25 11.3418 20.25H9.59961C8.85432 20.2498 8.25019 19.6457 8.25 18.9004V16.8555C8.25 16.5289 8.38877 16.2171 8.63184 15.999L16.0762 9.32129L16.1797 9.2373ZM9.75 17.0107V18.75H11.2031L16.0986 14.1592L14.5986 12.6592L9.75 17.0107ZM15.4268 2.7002C16.4208 2.70033 17.2266 3.50597 17.2266 4.5V6.32324C17.2266 6.76499 16.8685 7.12389 16.4268 7.12402C15.9849 7.12402 15.627 6.76507 15.627 6.32324V4.5C15.627 4.38963 15.5371 4.29994 15.4268 4.2998H4.25C4.13954 4.2998 4.0498 4.38954 4.0498 4.5V15.6768C4.04994 15.7871 4.13963 15.877 4.25 15.877H5.60254L5.68457 15.8809C6.08805 15.9218 6.40332 16.2625 6.40332 16.6768C6.40319 17.0909 6.08799 17.4318 5.68457 17.4727L5.60254 17.4766H4.25C3.25597 17.4766 2.45033 16.6708 2.4502 15.6768V4.5C2.4502 3.50589 3.25589 2.7002 4.25 2.7002H15.4268ZM15.7168 11.6562L17.1934 13.1328L18.4219 11.9824L16.9707 10.5322L15.7168 11.6562ZM8.22266 6.9248C8.32344 6.92489 8.42129 6.9595 8.5 7.02246L11.7881 9.65332C11.9798 9.80666 12.0108 10.0857 11.8574 10.2773C11.8369 10.303 11.8137 10.3262 11.7881 10.3467L8.5 12.9775C8.30833 13.1309 8.02834 13.0999 7.875 12.9082C7.8121 12.8295 7.77833 12.7317 7.77832 12.6309V7.36914C7.77833 7.12369 7.9772 6.9248 8.22266 6.9248Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconText2video = React.forwardRef(IconText2videoComponent);
|
|
15
|
+
export default IconText2video;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconUpgradeEngineComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = false, 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-upgrade_engine${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 16 16" fill={useCurrentColor ? 'currentColor' : 'none'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><rect width="16" height="16" rx="4" fill={useCurrentColor ? 'currentColor' : '#309256'}/><path fillRule="evenodd" clipRule="evenodd" d="M8.04451 2.97569C8.05536 2.98505 8.0655 2.99519 8.07486 3.00604L12.5681 8.21505C12.6175 8.28403 12.6493 8.36611 12.6603 8.45556C12.6618 8.46682 12.6626 8.47787 12.6636 8.48913C12.6642 8.49977 12.6665 8.50959 12.6665 8.52024C12.6665 8.52638 12.6649 8.53231 12.6647 8.53846C12.6644 8.56384 12.6616 8.58901 12.6554 8.6277C12.6294 8.7632 12.5521 8.88703 12.4295 8.96154C12.4143 8.97075 12.3983 8.97648 12.3827 8.98364C12.3749 8.98733 12.3673 8.99142 12.3593 8.9947C12.3439 9.00084 12.3282 9.00554 12.3124 9.01005C12.2931 9.01578 12.2736 9.02069 12.2472 9.02479C12.2246 9.02806 12.2021 9.03195 12.1785 9.03195H9.73862V12.64C9.73862 12.8158 9.59297 12.9583 9.4133 12.9583H6.29471C6.11504 12.9583 5.96939 12.8158 5.96939 12.64V9.03195H3.52948C3.50587 9.03195 3.48342 9.02806 3.45473 9.02417C3.43443 9.02069 3.41491 9.01578 3.39558 9.01005C3.37977 9.00554 3.36416 9.00084 3.34874 8.9947C3.34073 8.99142 3.33312 8.98733 3.32531 8.98364C3.3097 8.97648 3.29369 8.97075 3.27847 8.96154C3.15589 8.88703 3.07859 8.7632 3.05048 8.61419C3.04638 8.58901 3.04365 8.56384 3.04326 8.53846C3.04307 8.53231 3.0415 8.52638 3.0415 8.52024C3.0415 8.50959 3.04385 8.49977 3.04443 8.48913C3.04541 8.47787 3.04619 8.46682 3.04775 8.45556C3.05868 8.36611 3.09069 8.28403 3.13988 8.21505L7.63315 3.00604C7.73836 2.88407 7.92254 2.87048 8.04451 2.97569Z" fill={useCurrentColor ? 'currentColor' : '#fff'}/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconUpgradeEngine = React.forwardRef(IconUpgradeEngineComponent);
|
|
15
|
+
export default IconUpgradeEngine;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconVisualModelComponent(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-visual_model${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 14 14" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><g clipPath="url(#svg_ebd4236302__clip0_2729_21654)"><path d="M10.1103 0.549999C10.6827 0.550121 11.1462 1.01364 11.1463 1.586V2.85373H12.414C12.9864 2.85385 13.4499 3.31737 13.45 3.88974V12.414C13.4499 12.9864 12.9864 13.4499 12.414 13.45H3.88979C3.31742 13.4499 2.8539 12.9864 2.85378 12.414V11.1463H1.58605C1.01369 11.1461 0.550171 10.6826 0.550049 10.1103V1.586C0.550171 1.01364 1.01369 0.550121 1.58605 0.549999H10.1103ZM1.93139 9.76493H2.85378V8.38246C2.85378 8.00077 3.16276 7.69067 3.54445 7.69067C3.92615 7.69067 4.23512 8.00077 4.23512 8.38246V9.76493H5.61758C5.99928 9.76493 6.30938 10.0739 6.30938 10.4556C6.30938 10.8373 5.99928 11.1463 5.61758 11.1463H4.23512V12.0687H12.0687V4.23507H11.1463V5.61753C11.1463 5.99923 10.8373 6.30933 10.4556 6.30933C10.074 6.30933 9.76498 5.99923 9.76498 5.61753V4.23507H8.38251C8.00082 4.23507 7.69072 3.9261 7.69072 3.5444C7.69072 3.16271 8.00082 2.85373 8.38251 2.85373H9.76498V1.93134H1.93139V9.76493ZM10.4556 7.69067C10.8373 7.69067 11.1463 8.00077 11.1463 8.38246V10.5703C11.1463 10.8884 10.8885 11.1463 10.5704 11.1463H8.38251C8.00082 11.1463 7.69072 10.8373 7.69072 10.4556C7.69072 10.0739 8.00082 9.76493 8.38251 9.76493H9.76498V8.38246C9.76498 8.00077 10.074 7.69067 10.4556 7.69067ZM5.61758 2.85373C5.99928 2.85373 6.30938 3.16271 6.30938 3.5444C6.30938 3.9261 5.99928 4.23507 5.61758 4.23507H4.23512V5.61753C4.23512 5.99923 3.92615 6.30933 3.54445 6.30933C3.16276 6.30933 2.85378 5.99923 2.85378 5.61753V3.42966C2.85378 3.11159 3.11164 2.85373 3.42971 2.85373H5.61758Z"/></g><defs><clipPath id="svg_ebd4236302__clip0_2729_21654"><path d="M0 0H14V14H0z"/></clipPath></defs></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconVisualModel = React.forwardRef(IconVisualModelComponent);
|
|
15
|
+
export default IconVisualModel;
|
package/src/index.ts
CHANGED
|
@@ -1452,5 +1452,22 @@ export { default as IconInvokeMemoryDel } from './IconInvokeMemoryDel';
|
|
|
1452
1452
|
export { default as IconAPI } from './IconAPI';
|
|
1453
1453
|
export { default as IconAPIDatasource } from './IconAPIDatasource';
|
|
1454
1454
|
export { default as IconVariableAssignment } from './IconVariableAssignment';
|
|
1455
|
+
export { default as IconAgentImport } from './IconAgentImport';
|
|
1456
|
+
export { default as IconAgentHistory } from './IconAgentHistory';
|
|
1457
|
+
export { default as IconAgentChannel } from './IconAgentChannel';
|
|
1458
|
+
export { default as IconAgentPublishOthers } from './IconAgentPublishOthers';
|
|
1459
|
+
export { default as IconAgentPublishWeChat } from './IconAgentPublishWeChat';
|
|
1460
|
+
export { default as IconAgentPublishEnterpriseWechat } from './IconAgentPublishEnterpriseWechat';
|
|
1461
|
+
export { default as IconAgentPublishApi } from './IconAgentPublishApi';
|
|
1462
|
+
export { default as IconAgentDeploymentPackage } from './IconAgentDeploymentPackage';
|
|
1463
|
+
export { default as IconAgentWebService } from './IconAgentWebService';
|
|
1464
|
+
export { default as IconMinimumQueue } from './IconMinimumQueue';
|
|
1465
|
+
export { default as IconImage2video } from './IconImage2video';
|
|
1466
|
+
export { default as IconText2image } from './IconText2image';
|
|
1467
|
+
export { default as IconText2video } from './IconText2video';
|
|
1468
|
+
export { default as IconVisualModel } from './IconVisualModel';
|
|
1469
|
+
export { default as IconNvidia } from './IconNvidia';
|
|
1470
|
+
export { default as IconAscent } from './IconAscent';
|
|
1471
|
+
export { default as IconUpgradeEngine } from './IconUpgradeEngine';
|
|
1455
1472
|
|
|
1456
1473
|
export * from './type';
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconAgentChannel: React.ForwardRefExoticComponent<Pick<OriginIconProps, "string" | "className" | "prefix" | "width" | "height" | "useCurrentColor" | "spin" | "color" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "style" | "target" | "type" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "href" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key"> & React.RefAttributes<SVGSVGElement>>;
|
|
4
|
+
export default IconAgentChannel;
|
|
@@ -0,0 +1,76 @@
|
|
|
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 IconAgentChannelComponent(props, ref) {
|
|
60
|
+
var prefixFromContext = (0, react_1.useContext)(context_1.Context).prefix;
|
|
61
|
+
var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? false : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
|
|
62
|
+
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
63
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
64
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-agent_channel").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("g", { clipPath: "url(#svg_8d540b1045__clip0_35232_1102273)" },
|
|
66
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#4781FF', d: "M10.7158 4.64575V3.84692C10.7158 2.89941 9.94751 2.1311 9 2.1311C8.05249 2.1311 7.28418 2.89941 7.28418 3.84692V9.39966C7.28418 9.77245 6.98217 10.0754 6.60938 10.0754C6.23658 10.0754 5.93457 9.77245 5.93457 9.39966V3.84692C5.93457 2.15382 7.30691 0.781494 9 0.781494C10.6931 0.781494 12.0654 2.15382 12.0654 3.84692V4.64575C12.0654 5.01854 11.7634 5.32153 11.3906 5.32153C11.0178 5.32153 10.7158 5.01854 10.7158 4.64575Z" }),
|
|
67
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#FFB21A', d: "M5.93457 14.3647V13.5552C5.93474 13.1825 6.23669 12.8804 6.60938 12.8804C6.98206 12.8804 7.28401 13.1825 7.28418 13.5552V14.3647C7.28441 15.3121 8.05263 16.0796 9 16.0796C9.94737 16.0796 10.7156 15.3121 10.7158 14.3647V8.7876C10.7158 8.41481 11.0178 8.11279 11.3906 8.11279C11.7634 8.11279 12.0654 8.41481 12.0654 8.7876V14.3647C12.0652 16.0576 10.693 17.4302 9 17.4302C7.30704 17.4302 5.9348 16.0576 5.93457 14.3647Z" }),
|
|
68
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#F946B4', d: "M0.725195 9C0.725195 7.34777 1.99239 5.93457 3.64414 5.93457H4.39609L4.53184 5.94824C4.83937 6.01122 5.0709 6.28322 5.0709 6.60938C5.0709 6.93553 4.83937 7.20753 4.53184 7.27051L4.39609 7.28418H3.64414C2.81717 7.28418 2.0748 8.01162 2.0748 9C2.0748 9.98838 2.81717 10.7158 3.64414 10.7158H8.9L9.03574 10.7295C9.34345 10.7923 9.5748 11.0643 9.5748 11.3906C9.5748 11.7169 9.34345 11.9889 9.03574 12.0518L8.9 12.0654H3.64414C1.99239 12.0654 0.725195 10.6522 0.725195 9Z" }),
|
|
69
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#24CF4F', d: "M15.9752 9C15.9752 8.05367 15.2057 7.28418 14.2545 7.28418H8.68125C8.30846 7.28418 8.00645 6.98217 8.00645 6.60938C8.00645 6.23658 8.30846 5.93457 8.68125 5.93457H14.2545C15.9489 5.93457 17.3248 7.30572 17.3248 9C17.3248 10.6943 15.9489 12.0654 14.2545 12.0654H13.4889C13.1161 12.0654 12.8141 11.7634 12.8141 11.3906C12.8141 11.0178 13.1161 10.7158 13.4889 10.7158H14.2545C15.2057 10.7158 15.9752 9.94633 15.9752 9Z" })),
|
|
70
|
+
react_1.default.createElement("defs", null,
|
|
71
|
+
react_1.default.createElement("clipPath", { id: "svg_8d540b1045__clip0_35232_1102273" },
|
|
72
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', transform: "translate(.5 .5)", d: "M0 0H17V17H0z" }))));
|
|
73
|
+
}
|
|
74
|
+
var IconAgentChannel = react_1.default.forwardRef(IconAgentChannelComponent);
|
|
75
|
+
exports.default = IconAgentChannel;
|
|
76
|
+
});
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconAgentDeploymentPackage: React.ForwardRefExoticComponent<Pick<OriginIconProps, "string" | "className" | "prefix" | "width" | "height" | "useCurrentColor" | "spin" | "color" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "style" | "target" | "type" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "href" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key"> & React.RefAttributes<SVGSVGElement>>;
|
|
4
|
+
export default IconAgentDeploymentPackage;
|
|
@@ -0,0 +1,78 @@
|
|
|
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 IconAgentDeploymentPackageComponent(props, ref) {
|
|
60
|
+
var prefixFromContext = (0, react_1.useContext)(context_1.Context).prefix;
|
|
61
|
+
var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? false : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
|
|
62
|
+
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
63
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
64
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-agent_deployment-package").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 24 24", fill: useCurrentColor ? 'currentColor' : 'none', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
|
|
65
|
+
react_1.default.createElement("rect", { width: "24", height: "24", rx: "4", fill: useCurrentColor ? 'currentColor' : '#E1EDFB' }),
|
|
66
|
+
react_1.default.createElement("path", { d: "M17.726 15.0226C17.2366 14.0307 16.2184 13.3467 15.0367 13.3467C13.4539 13.3467 12.1599 14.5738 12.0477 16.1279C10.8839 16.4598 10.0364 17.4768 10.0364 18.68C10.0364 20.0993 11.2157 21.2655 12.703 21.3467H17.7033C19.359 21.3467 20.703 19.9286 20.703 18.1799C20.703 16.4944 19.3864 15.1217 17.726 15.0226Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_2ed2ce7082__paint0_linear_35477_1224983)' }),
|
|
67
|
+
react_1.default.createElement("path", { d: "M13.3184 2.18164C14.1173 2.18164 14.8831 2.50066 15.4463 3.06738L19.8555 7.50488C20.4138 8.06692 20.7275 8.82788 20.7275 9.62012V14.1211C20.1986 13.7061 19.5865 13.3918 18.9209 13.207C18.008 12.0775 16.6121 11.3467 15.0361 11.3467C12.8398 11.3469 10.9807 12.7624 10.3086 14.7275C8.97679 15.5342 8.03625 16.966 8.03613 18.6797C8.03613 19.9151 8.52034 21.0033 9.29102 21.8184H5.32617C5.05651 21.8184 4.78918 21.765 4.54004 21.6611C4.29096 21.5573 4.06466 21.4048 3.87402 21.2129C3.68335 21.021 3.53191 20.7928 3.42871 20.542C3.32559 20.2913 3.27246 20.0223 3.27246 19.751V4.24902C3.27246 3.97768 3.32559 3.70871 3.42871 3.45801C3.53191 3.20723 3.68334 2.97905 3.87402 2.78711C4.06467 2.59521 4.29096 2.44274 4.54004 2.33887C4.78918 2.23499 5.05651 2.18164 5.32617 2.18164H13.3184ZM7.49414 12.6318H6.44141C5.88912 12.6318 5.44141 13.0796 5.44141 13.6318V13.6982C5.44141 14.2505 5.88912 14.6982 6.44141 14.6982H6.49414C7.04643 14.6982 7.49414 14.2505 7.49414 13.6982V12.6318H8.54785C9.10005 12.6318 9.54772 12.184 9.54785 11.6318V11.5645C9.54777 11.0122 9.10009 10.5645 8.54785 10.5645H7.49414V12.6318ZM7.49414 8.49805H6.44141C5.88912 8.49805 5.44141 8.94576 5.44141 9.49805V9.56445C5.44141 10.1167 5.88912 10.5645 6.44141 10.5645H7.49414V8.49805H8.54785C9.09999 8.49805 9.54762 8.05013 9.54785 7.49805V7.43066C9.54785 6.87838 9.10014 6.43066 8.54785 6.43066H7.49414V8.49805ZM6.44141 4.36328C5.88924 4.36328 5.4416 4.81116 5.44141 5.36328V5.43066C5.44143 5.98293 5.88913 6.43066 6.44141 6.43066H7.49414V5.36328C7.49395 4.81116 7.0463 4.36328 6.49414 4.36328H6.44141Z", fill: useCurrentColor ? 'currentColor' : 'url(#svg_2ed2ce7082__paint1_linear_35477_1224983)' }),
|
|
68
|
+
react_1.default.createElement("defs", null,
|
|
69
|
+
react_1.default.createElement("linearGradient", { id: "svg_2ed2ce7082__paint0_linear_35477_1224983", x1: "15.37", y1: "13.347", x2: "15.37", y2: "21.347", gradientUnits: "userSpaceOnUse" },
|
|
70
|
+
react_1.default.createElement("stop", { stopColor: "#349AFF" }),
|
|
71
|
+
react_1.default.createElement("stop", { offset: "1", stopColor: "#2C8FF2" })),
|
|
72
|
+
react_1.default.createElement("linearGradient", { id: "svg_2ed2ce7082__paint1_linear_35477_1224983", x1: "12", y1: "2.182", x2: "12", y2: "21.818", gradientUnits: "userSpaceOnUse" },
|
|
73
|
+
react_1.default.createElement("stop", { stopColor: "#5892FF" }),
|
|
74
|
+
react_1.default.createElement("stop", { offset: "1", stopColor: "#2D76FF" }))));
|
|
75
|
+
}
|
|
76
|
+
var IconAgentDeploymentPackage = react_1.default.forwardRef(IconAgentDeploymentPackageComponent);
|
|
77
|
+
exports.default = IconAgentDeploymentPackage;
|
|
78
|
+
});
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconAgentHistory: React.ForwardRefExoticComponent<Pick<OriginIconProps, "string" | "className" | "prefix" | "width" | "height" | "useCurrentColor" | "spin" | "color" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "style" | "target" | "type" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "href" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key"> & React.RefAttributes<SVGSVGElement>>;
|
|
4
|
+
export default IconAgentHistory;
|
|
@@ -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 IconAgentHistoryComponent(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-agent_history").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : '#000', viewBox: "0 0 16 16" }, rest, { ref: ref }),
|
|
65
|
+
react_1.default.createElement("path", { d: "M8 0.666992C12.0501 0.667014 15.333 3.94993 15.333 8C15.333 12.0501 12.0501 15.333 8 15.333C3.94991 15.333 0.666992 12.0501 0.666992 8C0.667003 7.63191 0.964956 7.33316 1.33301 7.33301C1.70119 7.33301 1.99999 7.63182 2 8C2 11.3137 4.68629 14 8 14C11.3137 14 14 11.3137 14 8C14 4.68631 11.3137 2.00002 8 2C6.2242 2 4.6294 2.77254 3.53027 4H4.36426L4.43164 4.00391C4.76791 4.03795 5.03027 4.32174 5.03027 4.66699C5.0301 5.01208 4.76779 5.29604 4.43164 5.33008L4.36426 5.33398H1.93945C1.5714 5.33396 1.27265 5.03501 1.27246 4.66699V2.24219C1.27258 1.87411 1.57136 1.57619 1.93945 1.57617C2.30757 1.57617 2.60632 1.8741 2.60645 2.24219V3.03125C3.94598 1.57807 5.86637 0.666992 8 0.666992ZM8.00195 3.33301C8.37002 3.33317 8.66895 3.63192 8.66895 4L8.66797 7.72656L11.2998 10.3584C11.5595 10.6187 11.5596 11.0406 11.2998 11.3008C11.0395 11.5611 10.6168 11.5609 10.3564 11.3008L7.53027 8.47461C7.40531 8.34965 7.33503 8.17964 7.33496 8.00293V4C7.335 3.63181 7.63376 3.33297 8.00195 3.33301Z" }));
|
|
66
|
+
}
|
|
67
|
+
var IconAgentHistory = react_1.default.forwardRef(IconAgentHistoryComponent);
|
|
68
|
+
exports.default = IconAgentHistory;
|
|
69
|
+
});
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconAgentImport: React.ForwardRefExoticComponent<Pick<OriginIconProps, "string" | "className" | "prefix" | "width" | "height" | "useCurrentColor" | "spin" | "color" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "style" | "target" | "type" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "href" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key"> & React.RefAttributes<SVGSVGElement>>;
|
|
4
|
+
export default IconAgentImport;
|