@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.
- package/cjs/IconAgentFile/index.d.ts +4 -0
- package/cjs/IconAgentFile/index.js +63 -0
- package/cjs/IconTreeAgentInvocation/index.d.ts +4 -0
- package/cjs/IconTreeAgentInvocation/index.js +64 -0
- package/cjs/IconTreeContentAudit/index.d.ts +4 -0
- package/cjs/IconTreeContentAudit/index.js +66 -0
- package/cjs/IconTreeDatabasePermission/index.d.ts +4 -0
- package/cjs/IconTreeDatabasePermission/index.js +67 -0
- package/cjs/IconTreeEmbeddingModel/index.d.ts +4 -0
- package/cjs/IconTreeEmbeddingModel/index.js +64 -0
- package/cjs/IconTreeKnowledgePermission/index.d.ts +4 -0
- package/cjs/IconTreeKnowledgePermission/index.js +67 -0
- package/cjs/IconTreeKnowledgeRetrieval/index.d.ts +4 -0
- package/cjs/IconTreeKnowledgeRetrieval/index.js +66 -0
- package/cjs/IconTreeMetadataFiltering/index.d.ts +4 -0
- package/cjs/IconTreeMetadataFiltering/index.js +66 -0
- package/cjs/IconTreePluginInvocation/index.d.ts +4 -0
- package/cjs/IconTreePluginInvocation/index.js +64 -0
- package/cjs/IconTreeRankModel/index.d.ts +4 -0
- package/cjs/IconTreeRankModel/index.js +68 -0
- package/cjs/IconTreeSQL/index.d.ts +4 -0
- package/cjs/IconTreeSQL/index.js +64 -0
- package/cjs/IconTreeSafetyAudit/index.d.ts +4 -0
- package/cjs/IconTreeSafetyAudit/index.js +66 -0
- package/cjs/index.d.ts +12 -0
- package/cjs/index.js +26 -1
- package/dist/icon.min.js +1 -1
- package/esm/IconAgentFile/index.d.ts +4 -0
- package/esm/IconAgentFile/index.js +38 -0
- package/esm/IconTreeAgentInvocation/index.d.ts +4 -0
- package/esm/IconTreeAgentInvocation/index.js +39 -0
- package/esm/IconTreeContentAudit/index.d.ts +4 -0
- package/esm/IconTreeContentAudit/index.js +41 -0
- package/esm/IconTreeDatabasePermission/index.d.ts +4 -0
- package/esm/IconTreeDatabasePermission/index.js +42 -0
- package/esm/IconTreeEmbeddingModel/index.d.ts +4 -0
- package/esm/IconTreeEmbeddingModel/index.js +39 -0
- package/esm/IconTreeKnowledgePermission/index.d.ts +4 -0
- package/esm/IconTreeKnowledgePermission/index.js +42 -0
- package/esm/IconTreeKnowledgeRetrieval/index.d.ts +4 -0
- package/esm/IconTreeKnowledgeRetrieval/index.js +41 -0
- package/esm/IconTreeMetadataFiltering/index.d.ts +4 -0
- package/esm/IconTreeMetadataFiltering/index.js +41 -0
- package/esm/IconTreePluginInvocation/index.d.ts +4 -0
- package/esm/IconTreePluginInvocation/index.js +39 -0
- package/esm/IconTreeRankModel/index.d.ts +4 -0
- package/esm/IconTreeRankModel/index.js +43 -0
- package/esm/IconTreeSQL/index.d.ts +4 -0
- package/esm/IconTreeSQL/index.js +39 -0
- package/esm/IconTreeSafetyAudit/index.d.ts +4 -0
- package/esm/IconTreeSafetyAudit/index.js +41 -0
- package/esm/index.d.ts +12 -0
- package/esm/index.js +12 -0
- package/package.json +1 -1
- package/src/IconAgentFile/index.tsx +15 -0
- package/src/IconTreeAgentInvocation/index.tsx +15 -0
- package/src/IconTreeContentAudit/index.tsx +15 -0
- package/src/IconTreeDatabasePermission/index.tsx +15 -0
- package/src/IconTreeEmbeddingModel/index.tsx +15 -0
- package/src/IconTreeKnowledgePermission/index.tsx +15 -0
- package/src/IconTreeKnowledgeRetrieval/index.tsx +15 -0
- package/src/IconTreeMetadataFiltering/index.tsx +15 -0
- package/src/IconTreePluginInvocation/index.tsx +15 -0
- package/src/IconTreeRankModel/index.tsx +15 -0
- package/src/IconTreeSQL/index.tsx +15 -0
- package/src/IconTreeSafetyAudit/index.tsx +15 -0
- package/src/index.ts +12 -0
- package/umd/IconAgentFile/index.d.ts +4 -0
- package/umd/IconAgentFile/index.js +73 -0
- package/umd/IconTreeAgentInvocation/index.d.ts +4 -0
- package/umd/IconTreeAgentInvocation/index.js +74 -0
- package/umd/IconTreeContentAudit/index.d.ts +4 -0
- package/umd/IconTreeContentAudit/index.js +76 -0
- package/umd/IconTreeDatabasePermission/index.d.ts +4 -0
- package/umd/IconTreeDatabasePermission/index.js +77 -0
- package/umd/IconTreeEmbeddingModel/index.d.ts +4 -0
- package/umd/IconTreeEmbeddingModel/index.js +74 -0
- package/umd/IconTreeKnowledgePermission/index.d.ts +4 -0
- package/umd/IconTreeKnowledgePermission/index.js +77 -0
- package/umd/IconTreeKnowledgeRetrieval/index.d.ts +4 -0
- package/umd/IconTreeKnowledgeRetrieval/index.js +76 -0
- package/umd/IconTreeMetadataFiltering/index.d.ts +4 -0
- package/umd/IconTreeMetadataFiltering/index.js +76 -0
- package/umd/IconTreePluginInvocation/index.d.ts +4 -0
- package/umd/IconTreePluginInvocation/index.js +74 -0
- package/umd/IconTreeRankModel/index.d.ts +4 -0
- package/umd/IconTreeRankModel/index.js +78 -0
- package/umd/IconTreeSQL/index.d.ts +4 -0
- package/umd/IconTreeSQL/index.js +74 -0
- package/umd/IconTreeSafetyAudit/index.d.ts +4 -0
- package/umd/IconTreeSafetyAudit/index.js +76 -0
- package/umd/index.d.ts +12 -0
- package/umd/index.js +26 -2
|
@@ -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 IconTreeRankModelComponent(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_rank_model").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_ffe9fb711b__clip0_37122_1120218)" },
|
|
66
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#26C998', d: "M0 0H24V24H0z" }),
|
|
67
|
+
react_1.default.createElement("mask", { id: "svg_ffe9fb711b__a", maskUnits: "userSpaceOnUse", x: "4", y: "3.4", width: "16", height: "17", fill: useCurrentColor ? 'currentColor' : '#000' },
|
|
68
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M4 3.4H20V20.4H4z" }),
|
|
69
|
+
react_1.default.createElement("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" })),
|
|
70
|
+
react_1.default.createElement("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' }),
|
|
71
|
+
react_1.default.createElement("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)" })),
|
|
72
|
+
react_1.default.createElement("defs", null,
|
|
73
|
+
react_1.default.createElement("clipPath", { id: "svg_ffe9fb711b__clip0_37122_1120218" },
|
|
74
|
+
react_1.default.createElement("rect", { width: "24", height: "24", rx: "6", fill: useCurrentColor ? 'currentColor' : '#fff' }))));
|
|
75
|
+
}
|
|
76
|
+
var IconTreeRankModel = react_1.default.forwardRef(IconTreeRankModelComponent);
|
|
77
|
+
exports.default = IconTreeRankModel;
|
|
78
|
+
});
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconTreeSQL: 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 IconTreeSQL;
|
|
@@ -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 IconTreeSQLComponent(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_SQL").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_9778840a01__clip0_37122_1120129)" },
|
|
66
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#2A86A7', d: "M0 0H24V24H0z" }),
|
|
67
|
+
react_1.default.createElement("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' })),
|
|
68
|
+
react_1.default.createElement("defs", null,
|
|
69
|
+
react_1.default.createElement("clipPath", { id: "svg_9778840a01__clip0_37122_1120129" },
|
|
70
|
+
react_1.default.createElement("rect", { width: "24", height: "24", rx: "6", fill: useCurrentColor ? 'currentColor' : '#fff' }))));
|
|
71
|
+
}
|
|
72
|
+
var IconTreeSQL = react_1.default.forwardRef(IconTreeSQLComponent);
|
|
73
|
+
exports.default = IconTreeSQL;
|
|
74
|
+
});
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconTreeSafetyAudit: 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 IconTreeSafetyAudit;
|
|
@@ -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 IconTreeSafetyAuditComponent(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_safety_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_39bd48dee1__clip0_37122_1120137)" },
|
|
66
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#39BFBF', d: "M0 0H24V24H0z" }),
|
|
67
|
+
react_1.default.createElement("g", { fill: useCurrentColor ? 'currentColor' : '#fff' },
|
|
68
|
+
react_1.default.createElement("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" }),
|
|
69
|
+
react_1.default.createElement("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" }))),
|
|
70
|
+
react_1.default.createElement("defs", null,
|
|
71
|
+
react_1.default.createElement("clipPath", { id: "svg_39bd48dee1__clip0_37122_1120137" },
|
|
72
|
+
react_1.default.createElement("rect", { width: "24", height: "24", rx: "6", fill: useCurrentColor ? 'currentColor' : '#fff' }))));
|
|
73
|
+
}
|
|
74
|
+
var IconTreeSafetyAudit = react_1.default.forwardRef(IconTreeSafetyAuditComponent);
|
|
75
|
+
exports.default = IconTreeSafetyAudit;
|
|
76
|
+
});
|
package/umd/index.d.ts
CHANGED
|
@@ -1495,4 +1495,16 @@ 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
|
export * from './type';
|