@arco-iconbox/react-hiagent 0.1.17 → 0.1.19

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.
Files changed (93) hide show
  1. package/cjs/IconAgentFile/index.d.ts +4 -0
  2. package/cjs/IconAgentFile/index.js +63 -0
  3. package/cjs/IconTreeAgentInvocation/index.d.ts +4 -0
  4. package/cjs/IconTreeAgentInvocation/index.js +64 -0
  5. package/cjs/IconTreeContentAudit/index.d.ts +4 -0
  6. package/cjs/IconTreeContentAudit/index.js +66 -0
  7. package/cjs/IconTreeDatabasePermission/index.d.ts +4 -0
  8. package/cjs/IconTreeDatabasePermission/index.js +67 -0
  9. package/cjs/IconTreeEmbeddingModel/index.d.ts +4 -0
  10. package/cjs/IconTreeEmbeddingModel/index.js +64 -0
  11. package/cjs/IconTreeKnowledgePermission/index.d.ts +4 -0
  12. package/cjs/IconTreeKnowledgePermission/index.js +67 -0
  13. package/cjs/IconTreeKnowledgeRetrieval/index.d.ts +4 -0
  14. package/cjs/IconTreeKnowledgeRetrieval/index.js +66 -0
  15. package/cjs/IconTreeMetadataFiltering/index.d.ts +4 -0
  16. package/cjs/IconTreeMetadataFiltering/index.js +66 -0
  17. package/cjs/IconTreePluginInvocation/index.d.ts +4 -0
  18. package/cjs/IconTreePluginInvocation/index.js +64 -0
  19. package/cjs/IconTreeRankModel/index.d.ts +4 -0
  20. package/cjs/IconTreeRankModel/index.js +68 -0
  21. package/cjs/IconTreeSQL/index.d.ts +4 -0
  22. package/cjs/IconTreeSQL/index.js +64 -0
  23. package/cjs/IconTreeSafetyAudit/index.d.ts +4 -0
  24. package/cjs/IconTreeSafetyAudit/index.js +66 -0
  25. package/cjs/index.d.ts +12 -0
  26. package/cjs/index.js +26 -1
  27. package/dist/icon.min.js +1 -1
  28. package/esm/IconAgentFile/index.d.ts +4 -0
  29. package/esm/IconAgentFile/index.js +38 -0
  30. package/esm/IconTreeAgentInvocation/index.d.ts +4 -0
  31. package/esm/IconTreeAgentInvocation/index.js +39 -0
  32. package/esm/IconTreeContentAudit/index.d.ts +4 -0
  33. package/esm/IconTreeContentAudit/index.js +41 -0
  34. package/esm/IconTreeDatabasePermission/index.d.ts +4 -0
  35. package/esm/IconTreeDatabasePermission/index.js +42 -0
  36. package/esm/IconTreeEmbeddingModel/index.d.ts +4 -0
  37. package/esm/IconTreeEmbeddingModel/index.js +39 -0
  38. package/esm/IconTreeKnowledgePermission/index.d.ts +4 -0
  39. package/esm/IconTreeKnowledgePermission/index.js +42 -0
  40. package/esm/IconTreeKnowledgeRetrieval/index.d.ts +4 -0
  41. package/esm/IconTreeKnowledgeRetrieval/index.js +41 -0
  42. package/esm/IconTreeMetadataFiltering/index.d.ts +4 -0
  43. package/esm/IconTreeMetadataFiltering/index.js +41 -0
  44. package/esm/IconTreePluginInvocation/index.d.ts +4 -0
  45. package/esm/IconTreePluginInvocation/index.js +39 -0
  46. package/esm/IconTreeRankModel/index.d.ts +4 -0
  47. package/esm/IconTreeRankModel/index.js +43 -0
  48. package/esm/IconTreeSQL/index.d.ts +4 -0
  49. package/esm/IconTreeSQL/index.js +39 -0
  50. package/esm/IconTreeSafetyAudit/index.d.ts +4 -0
  51. package/esm/IconTreeSafetyAudit/index.js +41 -0
  52. package/esm/index.d.ts +12 -0
  53. package/esm/index.js +12 -0
  54. package/package.json +1 -1
  55. package/src/IconAgentFile/index.tsx +15 -0
  56. package/src/IconTreeAgentInvocation/index.tsx +15 -0
  57. package/src/IconTreeContentAudit/index.tsx +15 -0
  58. package/src/IconTreeDatabasePermission/index.tsx +15 -0
  59. package/src/IconTreeEmbeddingModel/index.tsx +15 -0
  60. package/src/IconTreeKnowledgePermission/index.tsx +15 -0
  61. package/src/IconTreeKnowledgeRetrieval/index.tsx +15 -0
  62. package/src/IconTreeMetadataFiltering/index.tsx +15 -0
  63. package/src/IconTreePluginInvocation/index.tsx +15 -0
  64. package/src/IconTreeRankModel/index.tsx +15 -0
  65. package/src/IconTreeSQL/index.tsx +15 -0
  66. package/src/IconTreeSafetyAudit/index.tsx +15 -0
  67. package/src/index.ts +12 -0
  68. package/umd/IconAgentFile/index.d.ts +4 -0
  69. package/umd/IconAgentFile/index.js +73 -0
  70. package/umd/IconTreeAgentInvocation/index.d.ts +4 -0
  71. package/umd/IconTreeAgentInvocation/index.js +74 -0
  72. package/umd/IconTreeContentAudit/index.d.ts +4 -0
  73. package/umd/IconTreeContentAudit/index.js +76 -0
  74. package/umd/IconTreeDatabasePermission/index.d.ts +4 -0
  75. package/umd/IconTreeDatabasePermission/index.js +77 -0
  76. package/umd/IconTreeEmbeddingModel/index.d.ts +4 -0
  77. package/umd/IconTreeEmbeddingModel/index.js +74 -0
  78. package/umd/IconTreeKnowledgePermission/index.d.ts +4 -0
  79. package/umd/IconTreeKnowledgePermission/index.js +77 -0
  80. package/umd/IconTreeKnowledgeRetrieval/index.d.ts +4 -0
  81. package/umd/IconTreeKnowledgeRetrieval/index.js +76 -0
  82. package/umd/IconTreeMetadataFiltering/index.d.ts +4 -0
  83. package/umd/IconTreeMetadataFiltering/index.js +76 -0
  84. package/umd/IconTreePluginInvocation/index.d.ts +4 -0
  85. package/umd/IconTreePluginInvocation/index.js +74 -0
  86. package/umd/IconTreeRankModel/index.d.ts +4 -0
  87. package/umd/IconTreeRankModel/index.js +78 -0
  88. package/umd/IconTreeSQL/index.d.ts +4 -0
  89. package/umd/IconTreeSQL/index.js +74 -0
  90. package/umd/IconTreeSafetyAudit/index.d.ts +4 -0
  91. package/umd/IconTreeSafetyAudit/index.js +76 -0
  92. package/umd/index.d.ts +12 -0
  93. package/umd/index.js +26 -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 IconTreePluginInvocationComponent(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-tree_plugin_invocation${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}><g clipPath="url(#svg_c2f7520c22__clip0_37122_1120123)"><path fill={useCurrentColor ? 'currentColor' : '#6A8CE9'} d="M0 0H24V24H0z"/><path d="M11.6379 4C11.9652 4.00003 12.2877 4.07861 12.5784 4.22914C12.8691 4.37968 13.1194 4.59777 13.3083 4.86509C13.4972 5.13243 13.6191 5.44118 13.6641 5.76544C13.7089 6.08969 13.6752 6.41997 13.5659 6.72853H16.4099C17.1637 6.72853 17.7736 7.33839 17.7736 8.0912V10.9351C18.0822 10.826 18.4124 10.7926 18.7365 10.8375C19.0606 10.8825 19.3693 11.0046 19.6365 11.1935C19.9037 11.3824 20.1216 11.6327 20.2721 11.9234C20.4225 12.214 20.5011 12.5365 20.5011 12.8638C20.5011 13.191 20.4225 13.5134 20.2721 13.8041C20.1216 14.0947 19.9037 14.3451 19.6365 14.534C19.3693 14.7229 19.0606 14.845 18.7365 14.8899C18.4124 14.9349 18.0822 14.9014 17.7736 14.7923V17.6362C17.7736 18.3891 17.1637 19 16.4099 19H13.567C13.6758 18.6915 13.7091 18.3614 13.6639 18.0374C13.6188 17.7134 13.4966 17.405 13.3076 17.138C13.1187 16.8709 12.8684 16.6531 12.5779 16.5028C12.2873 16.3525 11.965 16.274 11.6379 16.274C11.3107 16.274 10.9884 16.3525 10.6978 16.5028C10.4073 16.6531 10.157 16.8709 9.96808 17.138C9.77912 17.405 9.65694 17.7134 9.61182 18.0374C9.56668 18.3614 9.59992 18.6915 9.70873 19H6.86373C6.50204 19 6.15517 18.8564 5.89943 18.6006C5.64368 18.3449 5.5 17.9979 5.5 17.6362V14.7923C5.80854 14.9014 6.13875 14.9349 6.4629 14.8899C6.78706 14.845 7.0957 14.7229 7.3629 14.534C7.63011 14.3451 7.84808 14.0947 7.99853 13.8041C8.14897 13.5134 8.22748 13.191 8.22748 12.8638C8.22748 12.5365 8.14897 12.214 7.99853 11.9234C7.84808 11.6327 7.63011 11.3824 7.3629 11.1935C7.0957 11.0046 6.78706 10.8825 6.4629 10.8375C6.13875 10.7926 5.80854 10.826 5.5 10.9351V8.0912C5.5 7.33839 6.11092 6.72747 6.86373 6.72747H9.70767C9.59871 6.41878 9.56544 6.08844 9.61064 5.76423C9.65584 5.44001 9.77818 5.13137 9.96741 4.86425C10.1566 4.59712 10.4072 4.37931 10.698 4.2291C10.9889 4.0789 11.3116 4.0007 11.6389 4.00106L11.6379 4Z" fill={useCurrentColor ? 'currentColor' : '#fff'}/></g><defs><clipPath id="svg_c2f7520c22__clip0_37122_1120123"><rect width="24" height="24" rx="6" fill={useCurrentColor ? 'currentColor' : '#fff'}/></clipPath></defs></svg>;
12
+ }
13
+
14
+ const IconTreePluginInvocation = React.forwardRef(IconTreePluginInvocationComponent);
15
+ export default IconTreePluginInvocation;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconTreeRankModelComponent(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-tree_rank_model${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}><g clipPath="url(#svg_ffe9fb711b__clip0_37122_1120218)"><path fill={useCurrentColor ? 'currentColor' : '#26C998'} d="M0 0H24V24H0z"/><mask id="svg_ffe9fb711b__a" maskUnits="userSpaceOnUse" x="4" y="3.4" width="16" height="17" fill={useCurrentColor ? 'currentColor' : '#000'}><path fill={useCurrentColor ? 'currentColor' : '#fff'} d="M4 3.4H20V20.4H4z"/><path fillRule="evenodd" clipRule="evenodd" d="M19 5.50529C19 5.70876 18.8351 5.87371 18.6316 5.87371L6.47368 5.87371L6.47368 19.1369C6.47368 19.3403 6.30874 19.5053 6.10526 19.5053L5.36842 19.5053C5.16495 19.5053 5 19.3403 5 19.1369L5 4.76844C5 4.56497 5.16495 4.40002 5.36842 4.40002L18.6316 4.40002C18.8351 4.40002 19 4.56497 19 4.76845V5.50529ZM12.7366 9.55797C12.7366 9.76144 12.5717 9.92639 12.3682 9.92639L7.94716 9.92639C7.74369 9.92639 7.57874 9.76144 7.57874 9.55797L7.57874 8.82113C7.57874 8.61765 7.74369 8.45271 7.94716 8.45271L12.3682 8.45271C12.5717 8.45271 12.7366 8.61765 12.7366 8.82113L12.7366 9.55797ZM15.316 13.6105C15.316 13.814 15.151 13.9789 14.9476 13.9789L7.94758 13.9789C7.7441 13.9789 7.57915 13.814 7.57915 13.6105L7.57915 12.8737C7.57915 12.6702 7.7441 12.5052 7.94758 12.5052L14.9476 12.5052C15.151 12.5052 15.316 12.6702 15.316 12.8737L15.316 13.6105ZM17.8947 17.6632C17.8947 17.8667 17.7298 18.0316 17.5263 18.0316L7.94737 18.0316C7.7439 18.0316 7.57895 17.8667 7.57895 17.6632L7.57895 16.9263C7.57895 16.7229 7.7439 16.5579 7.94737 16.5579L17.5263 16.5579C17.7298 16.5579 17.8947 16.7229 17.8947 16.9263L17.8947 17.6632Z"/></mask><path fillRule="evenodd" clipRule="evenodd" d="M19 5.50529C19 5.70876 18.8351 5.87371 18.6316 5.87371L6.47368 5.87371L6.47368 19.1369C6.47368 19.3403 6.30874 19.5053 6.10526 19.5053L5.36842 19.5053C5.16495 19.5053 5 19.3403 5 19.1369L5 4.76844C5 4.56497 5.16495 4.40002 5.36842 4.40002L18.6316 4.40002C18.8351 4.40002 19 4.56497 19 4.76845V5.50529ZM12.7366 9.55797C12.7366 9.76144 12.5717 9.92639 12.3682 9.92639L7.94716 9.92639C7.74369 9.92639 7.57874 9.76144 7.57874 9.55797L7.57874 8.82113C7.57874 8.61765 7.74369 8.45271 7.94716 8.45271L12.3682 8.45271C12.5717 8.45271 12.7366 8.61765 12.7366 8.82113L12.7366 9.55797ZM15.316 13.6105C15.316 13.814 15.151 13.9789 14.9476 13.9789L7.94758 13.9789C7.7441 13.9789 7.57915 13.814 7.57915 13.6105L7.57915 12.8737C7.57915 12.6702 7.7441 12.5052 7.94758 12.5052L14.9476 12.5052C15.151 12.5052 15.316 12.6702 15.316 12.8737L15.316 13.6105ZM17.8947 17.6632C17.8947 17.8667 17.7298 18.0316 17.5263 18.0316L7.94737 18.0316C7.7439 18.0316 7.57895 17.8667 7.57895 17.6632L7.57895 16.9263C7.57895 16.7229 7.7439 16.5579 7.94737 16.5579L17.5263 16.5579C17.7298 16.5579 17.8947 16.7229 17.8947 16.9263L17.8947 17.6632Z" fill={useCurrentColor ? 'currentColor' : '#fff'}/><path d="M6.47368 5.87371V5.77371L6.37368 5.77371V5.87371L6.47368 5.87371ZM12.7366 9.55797H12.6366H12.7366ZM7.57874 9.55797H7.47874H7.57874ZM7.57874 8.82113H7.67874H7.57874ZM12.7366 8.82113H12.8366H12.7366ZM15.316 13.6105H15.216H15.316ZM7.57915 13.6105H7.47915H7.57915ZM7.57915 12.8737H7.67915H7.57915ZM15.316 12.8737H15.416H15.316ZM17.8947 17.6632H17.7947H17.8947ZM7.57895 17.6632H7.47895H7.57895ZM7.57895 16.9263H7.67895H7.57895ZM17.8947 16.9263H17.9947H17.8947ZM19 5.50529L18.9 5.50529C18.9 5.65353 18.7798 5.77371 18.6316 5.77371V5.87371V5.97371C18.8903 5.97371 19.1 5.76399 19.1 5.50529L19 5.50529ZM18.6316 5.87371V5.77371L6.47368 5.77371V5.87371V5.97371L18.6316 5.97371V5.87371ZM6.47368 5.87371L6.37368 5.87371L6.37368 19.1369L6.47368 19.1369L6.57368 19.1369L6.57368 5.87371L6.47368 5.87371ZM6.47368 19.1369L6.37368 19.1369C6.37368 19.2851 6.25351 19.4053 6.10526 19.4053V19.5053V19.6053C6.36397 19.6053 6.57368 19.3956 6.57368 19.1369L6.47368 19.1369ZM6.10526 19.5053V19.4053L5.36842 19.4053V19.5053V19.6053L6.10526 19.6053V19.5053ZM5.36842 19.5053V19.4053C5.22018 19.4053 5.1 19.2851 5.1 19.1369L5 19.1369L4.9 19.1369C4.9 19.3956 5.10972 19.6053 5.36842 19.6053V19.5053ZM5 19.1369L5.1 19.1369L5.1 4.76844L5 4.76844L4.9 4.76844L4.9 19.1369L5 19.1369ZM5 4.76844L5.1 4.76844C5.1 4.6202 5.22018 4.50002 5.36842 4.50002V4.40002V4.30002C5.10972 4.30002 4.9 4.50974 4.9 4.76844L5 4.76844ZM5.36842 4.40002V4.50002L18.6316 4.50002V4.40002V4.30002L5.36842 4.30002V4.40002ZM18.6316 4.40002V4.50002C18.7798 4.50002 18.9 4.6202 18.9 4.76845L19 4.76845L19.1 4.76845C19.1 4.50974 18.8903 4.30002 18.6316 4.30002V4.40002ZM19 4.76845L18.9 4.76845V5.50529L19 5.50529L19.1 5.50529V4.76845L19 4.76845ZM12.7366 9.55797H12.6366C12.6366 9.70621 12.5165 9.82639 12.3682 9.82639V9.92639V10.0264C12.6269 10.0264 12.8366 9.81667 12.8366 9.55797H12.7366ZM12.3682 9.92639V9.82639L7.94716 9.82639V9.92639V10.0264L12.3682 10.0264V9.92639ZM7.94716 9.92639V9.82639C7.79892 9.82639 7.67874 9.70621 7.67874 9.55797H7.57874H7.47874C7.47874 9.81667 7.68846 10.0264 7.94716 10.0264V9.92639ZM7.57874 9.55797L7.67874 9.55797L7.67874 8.82113L7.57874 8.82113L7.47874 8.82113L7.47874 9.55797L7.57874 9.55797ZM7.57874 8.82113H7.67874C7.67874 8.67288 7.79892 8.55271 7.94716 8.55271V8.45271V8.35271C7.68846 8.35271 7.47874 8.56243 7.47874 8.82113L7.57874 8.82113ZM7.94716 8.45271V8.55271L12.3682 8.55271V8.45271V8.35271L7.94716 8.35271V8.45271ZM12.3682 8.45271V8.55271C12.5165 8.55271 12.6366 8.67288 12.6366 8.82113H12.7366H12.8366C12.8366 8.56243 12.6269 8.35271 12.3682 8.35271V8.45271ZM12.7366 8.82113L12.6366 8.82113L12.6366 9.55797L12.7366 9.55797L12.8366 9.55797L12.8366 8.82113L12.7366 8.82113ZM15.316 13.6105H15.216C15.216 13.7587 15.0958 13.8789 14.9476 13.8789V13.9789V14.0789C15.2063 14.0789 15.416 13.8692 15.416 13.6105L15.316 13.6105ZM14.9476 13.9789V13.8789L7.94758 13.8789V13.9789V14.0789L14.9476 14.0789V13.9789ZM7.94758 13.9789V13.8789C7.79933 13.8789 7.67915 13.7587 7.67915 13.6105L7.57915 13.6105H7.47915C7.47915 13.8692 7.68887 14.0789 7.94758 14.0789V13.9789ZM7.57915 13.6105L7.67915 13.6105L7.67915 12.8737L7.57915 12.8737L7.47915 12.8737L7.47915 13.6105L7.57915 13.6105ZM7.57915 12.8737H7.67915C7.67915 12.7254 7.79933 12.6052 7.94758 12.6052V12.5052V12.4052C7.68887 12.4052 7.47915 12.615 7.47915 12.8737L7.57915 12.8737ZM7.94758 12.5052V12.6052L14.9476 12.6052V12.5052V12.4052L7.94758 12.4052V12.5052ZM14.9476 12.5052V12.6052C15.0958 12.6052 15.216 12.7254 15.216 12.8737L15.316 12.8737H15.416C15.416 12.615 15.2063 12.4052 14.9476 12.4052V12.5052ZM15.316 12.8737L15.216 12.8737L15.216 13.6105L15.316 13.6105L15.416 13.6105L15.416 12.8737L15.316 12.8737ZM17.8947 17.6632H17.7947C17.7947 17.8114 17.6746 17.9316 17.5263 17.9316V18.0316V18.1316C17.785 18.1316 17.9947 17.9219 17.9947 17.6632H17.8947ZM17.5263 18.0316V17.9316L7.94737 17.9316V18.0316V18.1316L17.5263 18.1316V18.0316ZM7.94737 18.0316V17.9316C7.79912 17.9316 7.67895 17.8114 7.67895 17.6632L7.57895 17.6632H7.47895C7.47895 17.9219 7.68867 18.1316 7.94737 18.1316V18.0316ZM7.57895 17.6632L7.67895 17.6632L7.67895 16.9263L7.57895 16.9263L7.47895 16.9263L7.47895 17.6632L7.57895 17.6632ZM7.57895 16.9263H7.67895C7.67895 16.7781 7.79912 16.6579 7.94737 16.6579V16.5579V16.4579C7.68867 16.4579 7.47895 16.6676 7.47895 16.9263H7.57895ZM7.94737 16.5579V16.6579L17.5263 16.6579V16.5579V16.4579L7.94737 16.4579V16.5579ZM17.5263 16.5579V16.6579C17.6746 16.6579 17.7947 16.7781 17.7947 16.9263H17.8947H17.9947C17.9947 16.6676 17.785 16.4579 17.5263 16.4579V16.5579ZM17.8947 16.9263L17.7947 16.9263L17.7947 17.6632L17.8947 17.6632L17.9947 17.6632L17.9947 16.9263L17.8947 16.9263Z" fill={useCurrentColor ? 'currentColor' : '#fff'} mask="url(#svg_ffe9fb711b__a)"/></g><defs><clipPath id="svg_ffe9fb711b__clip0_37122_1120218"><rect width="24" height="24" rx="6" fill={useCurrentColor ? 'currentColor' : '#fff'}/></clipPath></defs></svg>;
12
+ }
13
+
14
+ const IconTreeRankModel = React.forwardRef(IconTreeRankModelComponent);
15
+ export default IconTreeRankModel;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconTreeSQLComponent(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-tree_SQL${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}><g clipPath="url(#svg_9778840a01__clip0_37122_1120129)"><path fill={useCurrentColor ? 'currentColor' : '#2A86A7'} d="M0 0H24V24H0z"/><path d="M8.25732 13.7104C8.25732 14.22 8.21626 14.5846 8.13513 14.8038C8.04889 15.0324 7.91044 15.242 7.72882 15.4189C7.53886 15.6094 7.27102 15.7453 6.92922 15.8268C6.58579 15.9087 6.17557 15.9509 5.70018 15.9509C5.18569 15.9509 4.76145 15.9078 4.42845 15.8215C4.09415 15.735 3.83055 15.5878 3.63505 15.3802C3.43628 15.1668 3.29029 14.9172 3.2069 14.6484C3.11697 14.3686 3.07201 13.9207 3.07201 13.308V12.9709H5.21404V13.7996C5.21404 14.1024 5.23587 14.3092 5.27823 14.4221C5.32189 14.534 5.43267 14.5899 5.61383 14.5899C5.91849 14.5899 6.0713 14.3488 6.0713 13.8646C6.0713 13.5535 6.05208 13.3204 6.0133 13.1653C5.97486 13.0108 5.86179 12.8463 5.67118 12.6737C4.78426 12.0941 4.17593 11.6628 3.84326 11.3783C3.28152 10.9029 3 10.2036 3 9.28013C3 8.95131 3.02183 8.66711 3.06419 8.42456C3.10655 8.1832 3.19517 7.95483 3.32909 7.73769C3.50849 7.46151 3.79295 7.25424 4.12901 7.15481C4.47081 7.05111 4.92861 7 5.49947 7C6.0524 7 6.48837 7.03043 6.80703 7.09099C7.1257 7.15156 7.3906 7.2845 7.60044 7.49189C7.81027 7.69958 7.94745 7.9631 8.01425 8.28216C8.05302 8.47242 8.07094 8.82191 8.07094 9.33153V9.44823H5.94455V9.04703C5.94455 8.81394 5.93934 8.67066 5.93054 8.61925C5.89177 8.42102 5.77382 8.32087 5.5731 8.32087C5.2968 8.32087 5.15897 8.55396 5.15897 9.02015C5.15897 9.38294 5.22349 9.64262 5.35186 9.79772C5.48057 9.95252 5.87743 10.2255 6.54506 10.6137C7.27786 11.0368 7.75879 11.4855 7.98753 11.9612C8.16706 12.3325 8.25732 12.9154 8.25732 13.7104ZM15.0858 17H13.1712C12.5143 17 12.095 16.9182 11.9138 16.7536C11.7724 16.6242 11.7007 16.3433 11.7007 15.911C11.4598 15.9117 11.2198 15.8857 10.9858 15.8336C10.7409 15.7749 10.509 15.6783 10.3003 15.548C9.79525 15.2549 9.47105 14.8664 9.32866 14.3825C9.23351 14.0634 9.18725 13.5024 9.18725 12.6994V9.94041C9.18725 9.55251 9.19735 9.23493 9.22178 8.98913C9.24388 8.74836 9.29916 8.51106 9.38633 8.28276C9.57662 7.834 9.89821 7.50755 10.3505 7.30488C10.8031 7.10192 11.3625 7.00059 12.0279 7.00059C12.8187 7.00059 13.4615 7.11965 13.9565 7.35747C14.4517 7.59411 14.786 7.96369 14.9568 8.46504C15.0236 8.64584 15.0607 8.88957 15.0715 9.19593C15.0803 9.50258 15.0858 9.73331 15.0858 9.88989V12.7913C15.0858 13.516 15.0519 14.0173 14.9848 14.2939C14.8437 14.8883 14.3527 15.2776 13.514 15.4593C13.514 15.675 13.5567 15.8044 13.643 15.8475C13.7281 15.8904 13.9196 15.9116 14.2135 15.9116H15.0858V17ZM12.528 13.7104V9.08573C12.528 8.81778 12.5055 8.62398 12.4576 8.50285C12.4101 8.38172 12.3045 8.32116 12.1426 8.32116C11.962 8.32116 11.8493 8.38616 11.8066 8.51585C11.7646 8.64525 11.7428 8.90375 11.7428 9.29342V13.8652C11.7428 14.0983 11.7669 14.2788 11.8148 14.41C11.8623 14.5382 11.9666 14.6032 12.1285 14.6032C12.3947 14.6032 12.528 14.306 12.528 13.7104ZM20.9997 15.911H16.1281V7.0003H18.6853V14.1367H21V15.911H20.9997Z" fill={useCurrentColor ? 'currentColor' : '#fff'}/></g><defs><clipPath id="svg_9778840a01__clip0_37122_1120129"><rect width="24" height="24" rx="6" fill={useCurrentColor ? 'currentColor' : '#fff'}/></clipPath></defs></svg>;
12
+ }
13
+
14
+ const IconTreeSQL = React.forwardRef(IconTreeSQLComponent);
15
+ export default IconTreeSQL;
@@ -0,0 +1,15 @@
1
+ import React, { ForwardedRef, useContext } from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ import { Context } from '../context';
4
+
5
+ function IconTreeSafetyAuditComponent(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-tree_safety_audit${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}><g clipPath="url(#svg_39bd48dee1__clip0_37122_1120137)"><path fill={useCurrentColor ? 'currentColor' : '#39BFBF'} d="M0 0H24V24H0z"/><g fill={useCurrentColor ? 'currentColor' : '#fff'}><path fillRule="evenodd" clipRule="evenodd" d="M10.7757 4.55744C10.8627 4.51956 10.9567 4.5 11.0518 4.5C11.1468 4.5 11.2408 4.51956 11.3279 4.55744L17.2128 7.11221C17.3353 7.16522 17.4395 7.25251 17.5127 7.36338C17.586 7.47426 17.625 7.6039 17.625 7.73643L17.6241 10.4011C17.6241 13.2283 16.6795 15.0772 15.4498 16.5777C14.336 17.9368 12.768 18.9689 11.2368 19.4697C11.1171 19.5095 10.9876 19.5101 10.8676 19.4714C10.2544 19.2721 8.2381 18.4997 6.65458 16.5598C5.07879 14.6301 4.50258 12.754 4.50258 10.264L4.50172 8.85627L4.5 7.73558C4.50013 7.60329 4.53909 7.4739 4.61214 7.3632C4.68518 7.2525 4.78915 7.16529 4.91134 7.11221L10.7757 4.55744Z"/><path d="M12.9365 10.377C12.9365 8.58323 14.5812 7.17809 16.4316 7.56348C17.5261 7.79133 18.4045 8.66577 18.6357 9.75879C18.8501 10.7708 18.521 11.7228 17.8867 12.375L18.3555 13.4766C18.3752 13.523 18.4224 13.5547 18.4756 13.5547H20.0674C20.7191 13.5547 21.25 14.0824 21.25 14.7363V16.4258C21.25 16.8505 21.0252 17.2196 20.6904 17.4277C20.7808 17.577 20.8301 17.7491 20.8301 17.9268V18.3467L20.8262 18.4414C20.8169 18.5359 20.7933 18.6288 20.7568 18.7168C20.7083 18.834 20.6375 18.9407 20.5479 19.0303C20.4581 19.1198 20.3514 19.1909 20.2344 19.2393C20.1173 19.2876 19.9918 19.3125 19.8652 19.3125H11.7676C11.2361 19.3125 10.8019 18.8824 10.8018 18.3477V17.9258C10.802 17.7498 10.8515 17.5798 10.9404 17.4316C10.6022 17.2242 10.375 16.8528 10.375 16.4258V14.7363C10.375 14.0821 10.9064 13.5547 11.5576 13.5547H13.2012L13.2393 13.5488C13.2513 13.5452 13.2629 13.5401 13.2734 13.5332C13.2946 13.5192 13.3106 13.4993 13.3203 13.4766L13.7783 12.3994C13.2621 11.8831 12.9366 11.1706 12.9365 10.377Z" stroke="#39BFBF" strokeWidth="1.5"/></g></g><defs><clipPath id="svg_39bd48dee1__clip0_37122_1120137"><rect width="24" height="24" rx="6" fill={useCurrentColor ? 'currentColor' : '#fff'}/></clipPath></defs></svg>;
12
+ }
13
+
14
+ const IconTreeSafetyAudit = React.forwardRef(IconTreeSafetyAuditComponent);
15
+ export default IconTreeSafetyAudit;
package/src/index.ts CHANGED
@@ -1495,5 +1495,17 @@ export { default as IconMCPAgentPublish } from './IconMCPAgentPublish';
1495
1495
  export { default as IconWebsdk } from './IconWebsdk';
1496
1496
  export { default as IconKnowledgeSpreadsheet } from './IconKnowledgeSpreadsheet';
1497
1497
  export { default as IconExperienceCenter } from './IconExperienceCenter';
1498
+ export { default as IconTreeKnowledgePermission } from './IconTreeKnowledgePermission';
1499
+ export { default as IconTreeEmbeddingModel } from './IconTreeEmbeddingModel';
1500
+ export { default as IconTreePluginInvocation } from './IconTreePluginInvocation';
1501
+ export { default as IconTreeSQL } from './IconTreeSQL';
1502
+ export { default as IconTreeSafetyAudit } from './IconTreeSafetyAudit';
1503
+ export { default as IconTreeRankModel } from './IconTreeRankModel';
1504
+ export { default as IconTreeContentAudit } from './IconTreeContentAudit';
1505
+ export { default as IconTreeDatabasePermission } from './IconTreeDatabasePermission';
1506
+ export { default as IconTreeMetadataFiltering } from './IconTreeMetadataFiltering';
1507
+ export { default as IconTreeAgentInvocation } from './IconTreeAgentInvocation';
1508
+ export { default as IconTreeKnowledgeRetrieval } from './IconTreeKnowledgeRetrieval';
1509
+ export { default as IconAgentFile } from './IconAgentFile';
1498
1510
 
1499
1511
  export * from './type';
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconAgentFile: 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 IconAgentFile;
@@ -0,0 +1,73 @@
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 IconAgentFileComponent(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_file").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 16 16", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
65
+ react_1.default.createElement("g", { clipPath: "url(#svg_481e034e60__clip0_36927_1120675)" },
66
+ react_1.default.createElement("path", { d: "M9.05139 1C9.66996 1.00013 10.2633 1.2453 10.7008 1.68262L12.8893 3.87109C13.3266 4.30857 13.5718 4.90194 13.5719 5.52051V12.667C13.5719 13.9557 12.5276 15 11.2389 15H4.73303C3.44445 14.9998 2.40004 13.9556 2.40002 12.667V3.33301C2.40007 2.04441 3.44447 1.00018 4.73303 1H9.05139ZM4.73303 2.27246C4.14742 2.27264 3.67253 2.74736 3.67249 3.33301V12.667C3.6725 13.2527 4.1474 13.7274 4.73303 13.7275H11.2389C11.8246 13.7275 12.2994 13.2527 12.2994 12.667V5.52051C12.2993 5.23937 12.1877 4.96931 11.9889 4.77051L9.80139 2.58301C9.60259 2.38421 9.33253 2.27259 9.05139 2.27246H4.73303ZM7.53577 5.42871C7.7843 5.18018 8.18763 5.18018 8.43616 5.42871L10.5573 7.5498C10.8058 7.79834 10.8058 8.20166 10.5573 8.4502C10.3088 8.69819 9.90626 8.69822 9.65784 8.4502L8.62366 7.41602L8.62268 10.8281C8.62257 11.1796 8.33744 11.4649 7.98596 11.4648C7.63449 11.4647 7.35011 11.1796 7.35022 10.8281L7.3512 7.41406L6.31506 8.4502C6.06658 8.69854 5.66317 8.69852 5.41467 8.4502C5.16619 8.20171 5.16627 7.79835 5.41467 7.5498L7.53577 5.42871Z" })),
67
+ react_1.default.createElement("defs", null,
68
+ react_1.default.createElement("clipPath", { id: "svg_481e034e60__clip0_36927_1120675" },
69
+ react_1.default.createElement("path", { d: "M0 0H16V16H0z" }))));
70
+ }
71
+ var IconAgentFile = react_1.default.forwardRef(IconAgentFileComponent);
72
+ exports.default = IconAgentFile;
73
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconTreeAgentInvocation: 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 IconTreeAgentInvocation;
@@ -0,0 +1,74 @@
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 IconTreeAgentInvocationComponent(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-tree_agent_invocation").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("g", { clipPath: "url(#svg_68309c7398__clip0_37122_1120232)" },
66
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#5591F0', d: "M0 0H24V24H0z" }),
67
+ react_1.default.createElement("path", { d: "M12 4C12.2441 4 12.4455 4.19097 12.4763 4.43625C12.553 5.04661 12.6949 5.63665 12.8949 6.19825L13.1742 6.88389C13.9896 8.65595 15.404 10.0883 17.1535 10.9141L17.8303 11.1975L18.0511 11.2743C18.5702 11.447 19.1122 11.5688 19.6711 11.6337C19.8561 11.6552 20 11.8113 20 12L19.9932 12.0693C19.963 12.2257 19.8329 12.3475 19.6711 12.3663L19.5848 12.3771C18.9768 12.4544 18.3894 12.5983 17.8303 12.8025L17.1535 13.0859C15.404 13.9117 13.9896 15.3441 13.1742 17.1162L12.8949 17.8018C12.6949 18.3634 12.553 18.9534 12.4763 19.5638L12.4573 19.6528C12.3948 19.8538 12.2137 20 12 20L11.911 19.9912C11.7372 19.9571 11.5963 19.8251 11.5427 19.6528L11.5237 19.5638C11.447 18.9534 11.3051 18.3634 11.1051 17.8018L10.8258 17.1162C10.0104 15.3441 8.59597 13.9117 6.84652 13.0859L6.16972 12.8025C5.65737 12.6154 5.1213 12.4786 4.5674 12.3975L4.32889 12.3663C4.14384 12.3448 4 12.1887 4 12C4 11.8113 4.14384 11.6552 4.32889 11.6337C4.88789 11.5688 5.4298 11.447 5.94887 11.2743L6.16972 11.1975L6.84652 10.9141C8.59597 10.0883 10.0104 8.65595 10.8258 6.88389L11.1051 6.19825C11.3051 5.63665 11.447 5.04661 11.5237 4.43625C11.5545 4.19097 11.7559 4 12 4Z", fill: useCurrentColor ? 'currentColor' : '#fff' })),
68
+ react_1.default.createElement("defs", null,
69
+ react_1.default.createElement("clipPath", { id: "svg_68309c7398__clip0_37122_1120232" },
70
+ react_1.default.createElement("rect", { width: "24", height: "24", rx: "6", fill: useCurrentColor ? 'currentColor' : '#fff' }))));
71
+ }
72
+ var IconTreeAgentInvocation = react_1.default.forwardRef(IconTreeAgentInvocationComponent);
73
+ exports.default = IconTreeAgentInvocation;
74
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconTreeContentAudit: 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 IconTreeContentAudit;
@@ -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 IconTreeContentAuditComponent(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-tree_content_audit").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("g", { clipPath: "url(#svg_8d8c65e04f__clip0_37122_1120159)" },
66
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#40C6F0', d: "M0 0H24V24H0z" }),
67
+ react_1.default.createElement("g", { fill: useCurrentColor ? 'currentColor' : '#fff' },
68
+ react_1.default.createElement("path", { d: "M20.0674 14.3048H18.4753C18.1223 14.3048 17.8036 14.0944 17.6658 13.7703L17.1209 12.4894C17.0828 12.3987 17.074 12.2985 17.096 12.2026C17.118 12.1068 17.1695 12.0202 17.2433 11.9551C17.7814 11.4732 18.0733 10.7238 17.9019 9.91437C17.7324 9.11286 17.0823 8.46519 16.2785 8.29794C14.8999 8.01084 13.6863 9.05231 13.6863 10.3767C13.6863 11.0141 13.9699 11.5827 14.4163 11.9715C14.5715 12.1067 14.6265 12.3229 14.5456 12.5125L14.0107 13.7703C13.9433 13.9288 13.8306 14.064 13.6866 14.1591C13.5426 14.2541 13.3738 14.3048 13.2012 14.3048H11.5574C11.3186 14.3048 11.125 14.4979 11.125 14.7361V16.426C11.125 16.6642 11.3186 16.8572 11.5574 16.8572H20.0674C20.3062 16.8572 20.5 16.6642 20.5 16.426V14.7363C20.5 14.4981 20.3064 14.3048 20.0674 14.3048ZM19.8651 17.7119H11.7669C11.7098 17.7119 11.655 17.7345 11.6146 17.7747C11.5742 17.815 11.5515 17.8696 11.5514 17.9265V18.3474C11.5514 18.4662 11.648 18.5625 11.7671 18.5625H19.8651C19.8934 18.5625 19.9214 18.5569 19.9476 18.5461C19.9737 18.5353 19.9975 18.5195 20.0175 18.4995C20.0375 18.4795 20.0534 18.4558 20.0642 18.4297C20.075 18.4036 20.0806 18.3756 20.0805 18.3474V17.9268C20.0805 17.8698 20.0578 17.8151 20.0174 17.7748C19.977 17.7345 19.9222 17.7119 19.8651 17.7119Z" }),
69
+ react_1.default.createElement("path", { d: "M12.8721 5.00037C13.0181 5.00042 13.1583 5.05751 13.2627 5.15955L14.9883 6.84509C13.3895 7.21927 12.1865 8.65457 12.1865 10.3773C12.1867 11.1905 12.4572 11.9363 12.9053 12.5355L12.792 12.8051H11.5576C10.494 12.8051 9.625 13.6664 9.625 14.7367V16.4261C9.6251 16.8975 9.79469 17.328 10.0742 17.6625C10.0607 17.7488 10.0519 17.8367 10.0518 17.9252V18.348C10.0519 18.579 10.0981 18.7987 10.1807 18.9994H5.26074C4.95101 18.9994 4.70047 18.7496 4.7002 18.4408V5.55896C4.70061 5.41095 4.7596 5.26911 4.86426 5.16443C4.96928 5.05957 5.11234 5.0004 5.26074 5.00037H12.8721ZM7.15039 11.3002C7.05786 11.3002 6.9689 11.3375 6.90332 11.4027C6.83784 11.4681 6.80009 11.5572 6.7998 11.6498V12.35C6.7998 12.5431 6.95728 12.6995 7.15039 12.6996H10.6494C10.8426 12.6996 11 12.5432 11 12.35V11.6498C10.9997 11.5573 10.9628 11.4681 10.8975 11.4027C10.8318 11.3374 10.742 11.3002 10.6494 11.3002H7.15039ZM7.15039 7.80017C7.0577 7.80022 6.96893 7.83724 6.90332 7.90271C6.83764 7.96839 6.79982 8.05788 6.7998 8.15076V8.84998C6.7998 9.04311 6.95728 9.20046 7.15039 9.20056H10.6494C10.8426 9.20056 11 9.04318 11 8.84998V8.15076C11 8.05788 10.9631 7.96839 10.8975 7.90271C10.8318 7.83707 10.7423 7.80017 10.6494 7.80017H7.15039Z" }))),
70
+ react_1.default.createElement("defs", null,
71
+ react_1.default.createElement("clipPath", { id: "svg_8d8c65e04f__clip0_37122_1120159" },
72
+ react_1.default.createElement("rect", { width: "24", height: "24", rx: "6", fill: useCurrentColor ? 'currentColor' : '#fff' }))));
73
+ }
74
+ var IconTreeContentAudit = react_1.default.forwardRef(IconTreeContentAuditComponent);
75
+ exports.default = IconTreeContentAudit;
76
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconTreeDatabasePermission: 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 IconTreeDatabasePermission;
@@ -0,0 +1,77 @@
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 IconTreeDatabasePermissionComponent(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-tree_database_permission").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("g", { clipPath: "url(#svg_7b1d213b92__clip0_37122_1120180)" },
66
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#40C6F0', d: "M0 0H24V24H0z" }),
67
+ react_1.default.createElement("path", { d: "M7.33317 18.6667H16.6665C17.0347 18.6667 17.3332 18.3682 17.3332 18V8.66671H13.9998V5.33337H7.33317C6.96498 5.33337 6.6665 5.63185 6.6665 6.00004V18C6.6665 18.3682 6.96498 18.6667 7.33317 18.6667Z", fill: useCurrentColor ? 'currentColor' : '#fff', stroke: "#fff", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }),
68
+ react_1.default.createElement("path", { d: "M14 5.33337L17.3333 8.66671Z", fill: useCurrentColor ? 'currentColor' : '#fff' }),
69
+ react_1.default.createElement("path", { d: "M14 5.33337L17.3333 8.66671", stroke: "#fff", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }),
70
+ react_1.default.createElement("path", { d: "M12.0039 9.88086C12.6881 9.88086 13.1929 10.1566 13.5146 10.5645C13.8212 10.9533 13.9354 11.427 13.9355 11.8115V12.7432H14.5088C14.7849 12.7432 15.0088 12.967 15.0088 13.2432V16.1055C15.0087 16.3816 14.7849 16.6055 14.5088 16.6055H9.5C9.22407 16.6053 9.00007 16.3814 9 16.1055V13.2432C9.00002 12.9672 9.22404 12.7434 9.5 12.7432H10.0732V11.8115C10.0734 11.4271 10.1868 10.9533 10.4932 10.5645C10.8147 10.1565 11.3198 9.88107 12.0039 9.88086ZM12.0039 10.8809C11.6157 10.8811 11.4048 11.0245 11.2793 11.1836C11.1389 11.3617 11.0734 11.6035 11.0732 11.8115V12.7432H12.9355V11.8115C12.9354 11.6035 12.8699 11.3617 12.7295 11.1836C12.6039 11.0245 12.3925 10.8809 12.0039 10.8809Z", fill: useCurrentColor ? 'currentColor' : '#40C6F0' })),
71
+ react_1.default.createElement("defs", null,
72
+ react_1.default.createElement("clipPath", { id: "svg_7b1d213b92__clip0_37122_1120180" },
73
+ react_1.default.createElement("rect", { width: "24", height: "24", rx: "6", fill: useCurrentColor ? 'currentColor' : '#fff' }))));
74
+ }
75
+ var IconTreeDatabasePermission = react_1.default.forwardRef(IconTreeDatabasePermissionComponent);
76
+ exports.default = IconTreeDatabasePermission;
77
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconTreeEmbeddingModel: 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 IconTreeEmbeddingModel;