@arco-iconbox/react-hiagent 0.2.78 → 0.2.80
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/IconGraphConsolidatedEntity/index.d.ts +4 -0
- package/cjs/IconGraphConsolidatedEntity/index.js +59 -0
- package/cjs/IconGraphFoldingPanel/index.d.ts +4 -0
- package/cjs/IconGraphFoldingPanel/index.js +59 -0
- package/cjs/IconGraphLWindow/index.d.ts +4 -0
- package/cjs/IconGraphLWindow/index.js +59 -0
- package/cjs/IconGraphNode/index.d.ts +4 -0
- package/cjs/IconGraphNode/index.js +59 -0
- package/cjs/IconGraphSWindow/index.d.ts +4 -0
- package/cjs/IconGraphSWindow/index.js +59 -0
- package/cjs/IconGraphSchema/index.d.ts +4 -0
- package/cjs/IconGraphSchema/index.js +59 -0
- package/cjs/IconGraphThumbnail/index.d.ts +4 -0
- package/cjs/IconGraphThumbnail/index.js +59 -0
- package/cjs/IconGraphTriplet/index.d.ts +4 -0
- package/cjs/IconGraphTriplet/index.js +59 -0
- package/cjs/IconReport2/index.d.ts +4 -0
- package/cjs/IconReport2/index.js +59 -0
- package/cjs/index.d.ts +9 -0
- package/cjs/index.js +19 -1
- package/dist/icon.min.js +1 -1
- package/esm/IconGraphConsolidatedEntity/index.d.ts +4 -0
- package/esm/IconGraphConsolidatedEntity/index.js +34 -0
- package/esm/IconGraphFoldingPanel/index.d.ts +4 -0
- package/esm/IconGraphFoldingPanel/index.js +34 -0
- package/esm/IconGraphLWindow/index.d.ts +4 -0
- package/esm/IconGraphLWindow/index.js +34 -0
- package/esm/IconGraphNode/index.d.ts +4 -0
- package/esm/IconGraphNode/index.js +34 -0
- package/esm/IconGraphSWindow/index.d.ts +4 -0
- package/esm/IconGraphSWindow/index.js +34 -0
- package/esm/IconGraphSchema/index.d.ts +4 -0
- package/esm/IconGraphSchema/index.js +34 -0
- package/esm/IconGraphThumbnail/index.d.ts +4 -0
- package/esm/IconGraphThumbnail/index.js +34 -0
- package/esm/IconGraphTriplet/index.d.ts +4 -0
- package/esm/IconGraphTriplet/index.js +34 -0
- package/esm/IconReport2/index.d.ts +4 -0
- package/esm/IconReport2/index.js +34 -0
- package/esm/index.d.ts +9 -0
- package/esm/index.js +9 -0
- package/package.json +1 -1
- package/src/IconGraphConsolidatedEntity/index.tsx +15 -0
- package/src/IconGraphFoldingPanel/index.tsx +15 -0
- package/src/IconGraphLWindow/index.tsx +15 -0
- package/src/IconGraphNode/index.tsx +15 -0
- package/src/IconGraphSWindow/index.tsx +15 -0
- package/src/IconGraphSchema/index.tsx +15 -0
- package/src/IconGraphThumbnail/index.tsx +15 -0
- package/src/IconGraphTriplet/index.tsx +15 -0
- package/src/IconReport2/index.tsx +15 -0
- package/src/index.ts +9 -0
- package/umd/IconGraphConsolidatedEntity/index.d.ts +4 -0
- package/umd/IconGraphConsolidatedEntity/index.js +69 -0
- package/umd/IconGraphFoldingPanel/index.d.ts +4 -0
- package/umd/IconGraphFoldingPanel/index.js +69 -0
- package/umd/IconGraphLWindow/index.d.ts +4 -0
- package/umd/IconGraphLWindow/index.js +69 -0
- package/umd/IconGraphNode/index.d.ts +4 -0
- package/umd/IconGraphNode/index.js +69 -0
- package/umd/IconGraphSWindow/index.d.ts +4 -0
- package/umd/IconGraphSWindow/index.js +69 -0
- package/umd/IconGraphSchema/index.d.ts +4 -0
- package/umd/IconGraphSchema/index.js +69 -0
- package/umd/IconGraphThumbnail/index.d.ts +4 -0
- package/umd/IconGraphThumbnail/index.js +69 -0
- package/umd/IconGraphTriplet/index.d.ts +4 -0
- package/umd/IconGraphTriplet/index.js +69 -0
- package/umd/IconReport2/index.d.ts +4 -0
- package/umd/IconReport2/index.js +69 -0
- package/umd/index.d.ts +9 -0
- package/umd/index.js +20 -2
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
13
|
+
var t = {};
|
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
15
|
+
t[p] = s[p];
|
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
19
|
+
t[p[i]] = s[p[i]];
|
|
20
|
+
}
|
|
21
|
+
return t;
|
|
22
|
+
};
|
|
23
|
+
import React, { useContext } from 'react';
|
|
24
|
+
import { Context } from '../context';
|
|
25
|
+
function IconGraphConsolidatedEntityComponent(props, ref) {
|
|
26
|
+
var prefixFromContext = useContext(Context).prefix;
|
|
27
|
+
var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? true : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
|
|
28
|
+
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
29
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
30
|
+
return React.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-graph-consolidated-entity").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : '#000', viewBox: "0 0 16 16" }, rest, { ref: ref }),
|
|
31
|
+
React.createElement("path", { fillRule: "evenodd", d: "M2.248 2.656a.701.701 0 0 0-.195 1.386c.787.112 2.315.707 3.93 2.251a9.69 9.69 0 0 0 2.67 1.801 11.531 11.531 0 0 0-2.539 1.862C4.667 11.34 2.927 11.944 2.104 12a.7.7 0 0 0 .093 1.397c1.182-.08 3.223-.84 4.884-2.428 1.589-1.519 3.092-2.118 3.89-2.244h2.865a.7.7 0 0 0 0-1.4H10.95c-.828-.06-2.559-.664-4-2.042-1.785-1.706-3.572-2.467-4.703-2.626Z", clipRule: "evenodd" }));
|
|
32
|
+
}
|
|
33
|
+
var IconGraphConsolidatedEntity = React.forwardRef(IconGraphConsolidatedEntityComponent);
|
|
34
|
+
export default IconGraphConsolidatedEntity;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
13
|
+
var t = {};
|
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
15
|
+
t[p] = s[p];
|
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
19
|
+
t[p[i]] = s[p[i]];
|
|
20
|
+
}
|
|
21
|
+
return t;
|
|
22
|
+
};
|
|
23
|
+
import React, { useContext } from 'react';
|
|
24
|
+
import { Context } from '../context';
|
|
25
|
+
function IconGraphFoldingPanelComponent(props, ref) {
|
|
26
|
+
var prefixFromContext = useContext(Context).prefix;
|
|
27
|
+
var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? true : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
|
|
28
|
+
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
29
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
30
|
+
return React.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-graph-folding-panel").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : '#000', viewBox: "0 0 20 20" }, rest, { ref: ref }),
|
|
31
|
+
React.createElement("path", { d: "M15.032 3.22c.966 0 1.75.783 1.75 1.75v10.062a1.75 1.75 0 0 1-1.75 1.75H4.969a1.75 1.75 0 0 1-1.75-1.75V4.969c0-.966.784-1.75 1.75-1.75h10.063ZM8.469 15.47h6.563a.438.438 0 0 0 .437-.438V4.969a.438.438 0 0 0-.437-.437H8.469v10.937ZM4.97 4.531a.437.437 0 0 0-.437.437v10.063c0 .241.196.437.437.437h2.188V4.532H4.969Z" }));
|
|
32
|
+
}
|
|
33
|
+
var IconGraphFoldingPanel = React.forwardRef(IconGraphFoldingPanelComponent);
|
|
34
|
+
export default IconGraphFoldingPanel;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
13
|
+
var t = {};
|
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
15
|
+
t[p] = s[p];
|
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
19
|
+
t[p[i]] = s[p[i]];
|
|
20
|
+
}
|
|
21
|
+
return t;
|
|
22
|
+
};
|
|
23
|
+
import React, { useContext } from 'react';
|
|
24
|
+
import { Context } from '../context';
|
|
25
|
+
function IconGraphLWindowComponent(props, ref) {
|
|
26
|
+
var prefixFromContext = useContext(Context).prefix;
|
|
27
|
+
var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? true : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
|
|
28
|
+
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
29
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
30
|
+
return React.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-graph-l-window").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : '#000', viewBox: "0 0 16 16" }, rest, { ref: ref }),
|
|
31
|
+
React.createElement("path", { fillRule: "evenodd", d: "m8.966 8.495-.47.472a.333.333 0 0 0 0 .471l3.228 3.228H9.75c-.149 0-.203.016-.257.045a.303.303 0 0 0-.126.126c-.029.055-.045.108-.045.257v.479c0 .148.016.202.045.256a.303.303 0 0 0 .126.127c.054.029.108.044.257.044h3.572a.667.667 0 0 0 .667-.667V9.761c0-.149-.015-.203-.044-.257a.302.302 0 0 0-.126-.126c-.055-.03-.109-.045-.257-.045h-.479c-.149 0-.202.016-.257.045a.303.303 0 0 0-.126.126c-.029.054-.044.108-.044.257v1.953l-3.22-3.219a.333.333 0 0 0-.47 0ZM2.666 2A.667.667 0 0 0 2 2.667v3.666c0 .184.15.334.333.334H3c.184 0 .333-.15.333-.334v-2L6.52 7.519c.13.13.341.13.471 0l.472-.472a.333.333 0 0 0 0-.471L4.219 3.333h2.114A.334.334 0 0 0 6.667 3v-.667A.333.333 0 0 0 6.333 2H2.667Z", clipRule: "evenodd" }));
|
|
32
|
+
}
|
|
33
|
+
var IconGraphLWindow = React.forwardRef(IconGraphLWindowComponent);
|
|
34
|
+
export default IconGraphLWindow;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
13
|
+
var t = {};
|
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
15
|
+
t[p] = s[p];
|
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
19
|
+
t[p[i]] = s[p[i]];
|
|
20
|
+
}
|
|
21
|
+
return t;
|
|
22
|
+
};
|
|
23
|
+
import React, { useContext } from 'react';
|
|
24
|
+
import { Context } from '../context';
|
|
25
|
+
function IconGraphNodeComponent(props, ref) {
|
|
26
|
+
var prefixFromContext = useContext(Context).prefix;
|
|
27
|
+
var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? true : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
|
|
28
|
+
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
29
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
30
|
+
return React.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-graph-node").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : '#000', viewBox: "0 0 14 14" }, rest, { ref: ref }),
|
|
31
|
+
React.createElement("path", { fillRule: "evenodd", d: "M6.994 9.71a1.52 1.52 0 1 1-.003 3.041 1.52 1.52 0 0 1 .003-3.041Zm0 .925a.595.595 0 1 0 0 1.191.595.595 0 0 0 0-1.19ZM2.57 7.798a1.52 1.52 0 1 1 1.52 2.635 1.52 1.52 0 0 1-1.52-2.635Zm6.767.557a1.521 1.521 0 1 1 2.635 1.522 1.521 1.521 0 0 1-2.635-1.522Zm-5.492.463a.595.595 0 1 0-1.03.595.595.595 0 0 0 1.03-.595Zm7.107-.218a.595.595 0 1 0-.595 1.032.595.595 0 0 0 .595-1.032Zm-3.96-3.12a1.52 1.52 0 1 1-.001 3.042 1.52 1.52 0 0 1 .002-3.042Zm0 .926a.595.595 0 1 0 .001 1.19.595.595 0 0 0 0-1.19Zm-4.98-2.281a1.522 1.522 0 1 1 .557 2.077 1.52 1.52 0 0 1-.556-2.077Zm7.882-.556a1.52 1.52 0 1 1 1.52 2.634 1.52 1.52 0 0 1-1.52-2.634Zm-6.266.801a.596.596 0 0 0-.595 1.03.594.594 0 0 0 .595-1.03Zm7.54.219a.595.595 0 1 0-1.03.594.595.595 0 0 0 1.03-.594ZM6.995 1.25a1.521 1.521 0 1 1-.003 3.042 1.521 1.521 0 0 1 .003-3.042Zm0 .926a.595.595 0 0 0 0 1.189.594.594 0 0 0 0-1.19Z", clipRule: "evenodd" }));
|
|
32
|
+
}
|
|
33
|
+
var IconGraphNode = React.forwardRef(IconGraphNodeComponent);
|
|
34
|
+
export default IconGraphNode;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
13
|
+
var t = {};
|
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
15
|
+
t[p] = s[p];
|
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
19
|
+
t[p[i]] = s[p[i]];
|
|
20
|
+
}
|
|
21
|
+
return t;
|
|
22
|
+
};
|
|
23
|
+
import React, { useContext } from 'react';
|
|
24
|
+
import { Context } from '../context';
|
|
25
|
+
function IconGraphSWindowComponent(props, ref) {
|
|
26
|
+
var prefixFromContext = useContext(Context).prefix;
|
|
27
|
+
var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? true : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
|
|
28
|
+
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
29
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
30
|
+
return React.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-graph-S-window").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : '#000', viewBox: "0 0 20 20" }, rest, { ref: ref }),
|
|
31
|
+
React.createElement("path", { fillRule: "evenodd", d: "m16.776 17.378.59-.59a.417.417 0 0 0 0-.589l-4.037-4.035h2.467c.185 0 .253-.02.32-.056a.38.38 0 0 0 .158-.158c.036-.067.056-.135.056-.32v-.599c0-.186-.02-.253-.056-.32a.378.378 0 0 0-.157-.158c-.068-.037-.136-.056-.321-.056H11.33a.833.833 0 0 0-.834.833v4.466c0 .186.02.253.056.321.036.068.09.121.158.158.067.036.135.055.32.055h.599c.186 0 .253-.019.32-.055a.378.378 0 0 0 .158-.158c.037-.068.056-.135.056-.32v-2.443l4.024 4.024a.417.417 0 0 0 .589 0ZM8.616 9.52c.46 0 .833-.373.833-.833V4.104a.417.417 0 0 0-.416-.417h-.834a.417.417 0 0 0-.416.417v2.5L3.8 2.622a.417.417 0 0 0-.59 0l-.589.59a.417.417 0 0 0 0 .589l4.053 4.053H4.033a.417.417 0 0 0-.417.417v.833c0 .23.186.417.417.417h4.583Z", clipRule: "evenodd" }));
|
|
32
|
+
}
|
|
33
|
+
var IconGraphSWindow = React.forwardRef(IconGraphSWindowComponent);
|
|
34
|
+
export default IconGraphSWindow;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
13
|
+
var t = {};
|
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
15
|
+
t[p] = s[p];
|
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
19
|
+
t[p[i]] = s[p[i]];
|
|
20
|
+
}
|
|
21
|
+
return t;
|
|
22
|
+
};
|
|
23
|
+
import React, { useContext } from 'react';
|
|
24
|
+
import { Context } from '../context';
|
|
25
|
+
function IconGraphSchemaComponent(props, ref) {
|
|
26
|
+
var prefixFromContext = useContext(Context).prefix;
|
|
27
|
+
var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? true : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
|
|
28
|
+
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
29
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
30
|
+
return React.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-graph-schema").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : '#000', viewBox: "0 0 16 16" }, rest, { ref: ref }),
|
|
31
|
+
React.createElement("path", { fillRule: "evenodd", d: "M1.5 3.91A2.41 2.41 0 0 1 3.91 1.5h8.18a2.41 2.41 0 0 1 2.41 2.41v8.18a2.41 2.41 0 0 1-2.41 2.41H3.91a2.41 2.41 0 0 1-2.41-2.41V3.91Zm2.41-1.095c-.605 0-1.095.49-1.095 1.095v8.18c0 .605.49 1.095 1.095 1.095h8.18c.605 0 1.095-.49 1.095-1.095V3.91c0-.605-.49-1.095-1.095-1.095H3.91Zm7.742 8.106a.73.73 0 0 1-.73.73H8.73a.73.73 0 0 1 0-1.46h2.191a.73.73 0 0 1 .73.73ZM5.79 5.097A.73.73 0 0 0 4.758 6.13l1.505 1.505L4.758 9.14a.73.73 0 0 0 1.033 1.033L7.812 8.15a.73.73 0 0 0 0-1.032L5.791 5.097Z", clipRule: "evenodd" }));
|
|
32
|
+
}
|
|
33
|
+
var IconGraphSchema = React.forwardRef(IconGraphSchemaComponent);
|
|
34
|
+
export default IconGraphSchema;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
13
|
+
var t = {};
|
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
15
|
+
t[p] = s[p];
|
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
19
|
+
t[p[i]] = s[p[i]];
|
|
20
|
+
}
|
|
21
|
+
return t;
|
|
22
|
+
};
|
|
23
|
+
import React, { useContext } from 'react';
|
|
24
|
+
import { Context } from '../context';
|
|
25
|
+
function IconGraphThumbnailComponent(props, ref) {
|
|
26
|
+
var prefixFromContext = useContext(Context).prefix;
|
|
27
|
+
var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? true : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
|
|
28
|
+
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
29
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
30
|
+
return React.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-graph-thumbnail").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : '#000', viewBox: "0 0 16 16" }, rest, { ref: ref }),
|
|
31
|
+
React.createElement("path", { fillRule: "evenodd", d: "M13.75.25a2 2 0 0 1 2 2v11.5a2 2 0 0 1-2 2H2.25a2 2 0 0 1-2.001-2V2.25c0-1.104.897-2 2.001-2h11.5Zm-11.5 1.5a.5.5 0 0 0-.5.5v6h4a2 2 0 0 1 2 2v4h6a.5.5 0 0 0 .5-.5V2.25a.5.5 0 0 0-.5-.5H2.25Zm-.5 12a.5.5 0 0 0 .5.5h4v-4a.5.5 0 0 0-.5-.5h-4v4Z", clipRule: "evenodd" }));
|
|
32
|
+
}
|
|
33
|
+
var IconGraphThumbnail = React.forwardRef(IconGraphThumbnailComponent);
|
|
34
|
+
export default IconGraphThumbnail;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
13
|
+
var t = {};
|
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
15
|
+
t[p] = s[p];
|
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
19
|
+
t[p[i]] = s[p[i]];
|
|
20
|
+
}
|
|
21
|
+
return t;
|
|
22
|
+
};
|
|
23
|
+
import React, { useContext } from 'react';
|
|
24
|
+
import { Context } from '../context';
|
|
25
|
+
function IconGraphTripletComponent(props, ref) {
|
|
26
|
+
var prefixFromContext = useContext(Context).prefix;
|
|
27
|
+
var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? true : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
|
|
28
|
+
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
29
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
30
|
+
return React.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-graph-triplet").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : '#000', viewBox: "0 0 14 14" }, rest, { ref: ref }),
|
|
31
|
+
React.createElement("path", { fillRule: "evenodd", d: "M7.618 2.612a.68.68 0 1 0 0 1.36.68.68 0 0 0 0-1.36Zm-1.792.68a1.792 1.792 0 1 1 .612 1.349L5.076 6.003a.554.554 0 0 1-.213.133c.056.103.103.212.14.327a.557.557 0 0 1 .143-.02h3.708c.05 0 .098.007.144.02a1.793 1.793 0 1 1 0 1.074.557.557 0 0 1-.144.02H5.146a.557.557 0 0 1-.144-.02c-.052.165-.127.32-.22.46a.56.56 0 0 1 .294.155l1.282 1.282a1.792 1.792 0 1 1-.512 1.01.554.554 0 0 1-.166-.115l-1.39-1.39a.554.554 0 0 1-.162-.353 1.792 1.792 0 1 1 .028-3.156.554.554 0 0 1 .133-.213l1.39-1.39a.554.554 0 0 1 .194-.127 1.798 1.798 0 0 1-.047-.408ZM2.612 7a.68.68 0 1 1 1.36 0 .68.68 0 0 1-1.36 0Zm8.096-.68a.68.68 0 1 0 0 1.36.68.68 0 0 0 0-1.36Zm-3.77 4.388a.68.68 0 1 1 1.36 0 .68.68 0 0 1-1.36 0Z", clipRule: "evenodd" }));
|
|
32
|
+
}
|
|
33
|
+
var IconGraphTriplet = React.forwardRef(IconGraphTripletComponent);
|
|
34
|
+
export default IconGraphTriplet;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
13
|
+
var t = {};
|
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
15
|
+
t[p] = s[p];
|
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
19
|
+
t[p[i]] = s[p[i]];
|
|
20
|
+
}
|
|
21
|
+
return t;
|
|
22
|
+
};
|
|
23
|
+
import React, { useContext } from 'react';
|
|
24
|
+
import { Context } from '../context';
|
|
25
|
+
function IconReport2Component(props, ref) {
|
|
26
|
+
var prefixFromContext = useContext(Context).prefix;
|
|
27
|
+
var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? true : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
|
|
28
|
+
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
29
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
30
|
+
return React.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-report_2").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 28 28", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
|
|
31
|
+
React.createElement("path", { d: "M17.3779 3.11133C17.6054 3.11132 17.8238 3.2003 17.9863 3.35938L24.0059 9.24023C24.0883 9.32125 24.1544 9.41772 24.1992 9.52441C24.244 9.63138 24.2667 9.74729 24.2666 9.86328C24.2666 12.2781 24.2496 14.6721 24.2334 17.0693C23.7546 16.1818 23.0578 15.428 22.2012 14.8906C21.2711 14.3077 20.1924 14 19.0947 14H18.6777L18.6572 14.0176C17.877 14.0762 17.1131 14.2903 16.415 14.6504C15.5874 15.0779 14.8731 15.6978 14.333 16.457C13.7933 17.2164 13.4441 18.0959 13.3125 19.0186C13.1811 19.9413 13.2709 20.8834 13.5771 21.7637C13.8836 22.644 14.3974 23.4382 15.0732 24.0801C15.4007 24.3909 15.7629 24.6611 16.1504 24.8877H5.53809C5.05624 24.8877 4.66641 24.499 4.66602 24.0186V3.98047C4.6666 3.75015 4.75902 3.5291 4.92188 3.36621C5.08522 3.20325 5.30734 3.11137 5.53809 3.11133H17.3779ZM19.1553 16.334C19.8258 16.334 20.4846 16.5226 21.0527 16.8789C21.6205 17.235 22.0762 17.7442 22.3682 18.3477C22.6603 18.9515 22.7765 19.6253 22.7031 20.292C22.6566 20.7137 22.535 21.1218 22.3467 21.498L23.9189 23.043C24.2862 23.4042 24.2914 23.9946 23.9307 24.3623C23.5695 24.7295 22.9789 24.7348 22.6113 24.374L21.0996 22.8896C20.7171 23.1385 20.2915 23.3151 19.8418 23.4033C19.283 23.5127 18.705 23.4882 18.1582 23.3291C17.6118 23.1701 17.1112 22.8819 16.6982 22.4902C16.2854 22.0981 15.9713 21.6118 15.7842 21.0742C15.5972 20.5369 15.5419 19.9626 15.6221 19.3994C15.7023 18.8357 15.9163 18.2982 16.2461 17.834C16.5761 17.3702 17.0128 16.9926 17.5186 16.7314C18.0246 16.4704 18.5858 16.334 19.1553 16.334ZM8.47852 12.9111C8.33447 12.9111 8.19584 12.9687 8.09375 13.0703C7.9919 13.1721 7.93415 13.3101 7.93359 13.4541V14.5449C7.93371 14.8454 8.17805 15.0879 8.47852 15.0879H13.9219C14.2221 15.0877 14.4667 14.8452 14.4668 14.5449V13.4541C14.4662 13.3101 14.4076 13.1721 14.3057 13.0703C14.2036 12.9688 14.0658 12.9112 13.9219 12.9111H8.47852ZM8.47852 7.46582C8.33408 7.46582 8.19592 7.52485 8.09375 7.62695C7.99162 7.7291 7.93361 7.86726 7.93359 8.01172V9.09961C7.93359 9.40014 8.17798 9.64453 8.47852 9.64453H13.9219C14.2222 9.64429 14.4668 9.4 14.4668 9.09961V8.01172C14.4668 7.86724 14.4077 7.72911 14.3057 7.62695C14.2036 7.52501 14.0662 7.46594 13.9219 7.46582H8.47852Z" }));
|
|
32
|
+
}
|
|
33
|
+
var IconReport2 = React.forwardRef(IconReport2Component);
|
|
34
|
+
export default IconReport2;
|
package/esm/index.d.ts
CHANGED
|
@@ -832,4 +832,13 @@ export { default as IconOpenai } from './IconOpenai';
|
|
|
832
832
|
export { default as IconVolcengine } from './IconVolcengine';
|
|
833
833
|
export { default as IconBailian } from './IconBailian';
|
|
834
834
|
export { default as IconIntelligentSynthesis } from './IconIntelligentSynthesis';
|
|
835
|
+
export { default as IconReport2 } from './IconReport2';
|
|
836
|
+
export { default as IconGraphSWindow } from './IconGraphSWindow';
|
|
837
|
+
export { default as IconGraphConsolidatedEntity } from './IconGraphConsolidatedEntity';
|
|
838
|
+
export { default as IconGraphSchema } from './IconGraphSchema';
|
|
839
|
+
export { default as IconGraphThumbnail } from './IconGraphThumbnail';
|
|
840
|
+
export { default as IconGraphNode } from './IconGraphNode';
|
|
841
|
+
export { default as IconGraphLWindow } from './IconGraphLWindow';
|
|
842
|
+
export { default as IconGraphFoldingPanel } from './IconGraphFoldingPanel';
|
|
843
|
+
export { default as IconGraphTriplet } from './IconGraphTriplet';
|
|
835
844
|
export * from './type';
|
package/esm/index.js
CHANGED
|
@@ -832,4 +832,13 @@ export { default as IconOpenai } from './IconOpenai';
|
|
|
832
832
|
export { default as IconVolcengine } from './IconVolcengine';
|
|
833
833
|
export { default as IconBailian } from './IconBailian';
|
|
834
834
|
export { default as IconIntelligentSynthesis } from './IconIntelligentSynthesis';
|
|
835
|
+
export { default as IconReport2 } from './IconReport2';
|
|
836
|
+
export { default as IconGraphSWindow } from './IconGraphSWindow';
|
|
837
|
+
export { default as IconGraphConsolidatedEntity } from './IconGraphConsolidatedEntity';
|
|
838
|
+
export { default as IconGraphSchema } from './IconGraphSchema';
|
|
839
|
+
export { default as IconGraphThumbnail } from './IconGraphThumbnail';
|
|
840
|
+
export { default as IconGraphNode } from './IconGraphNode';
|
|
841
|
+
export { default as IconGraphLWindow } from './IconGraphLWindow';
|
|
842
|
+
export { default as IconGraphFoldingPanel } from './IconGraphFoldingPanel';
|
|
843
|
+
export { default as IconGraphTriplet } from './IconGraphTriplet';
|
|
835
844
|
export * from './type';
|
package/package.json
CHANGED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconGraphConsolidatedEntityComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-graph-consolidated-entity${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 16 16" {...rest} ref={ref}><path fillRule="evenodd" d="M2.248 2.656a.701.701 0 0 0-.195 1.386c.787.112 2.315.707 3.93 2.251a9.69 9.69 0 0 0 2.67 1.801 11.531 11.531 0 0 0-2.539 1.862C4.667 11.34 2.927 11.944 2.104 12a.7.7 0 0 0 .093 1.397c1.182-.08 3.223-.84 4.884-2.428 1.589-1.519 3.092-2.118 3.89-2.244h2.865a.7.7 0 0 0 0-1.4H10.95c-.828-.06-2.559-.664-4-2.042-1.785-1.706-3.572-2.467-4.703-2.626Z" clipRule="evenodd"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconGraphConsolidatedEntity = React.forwardRef(IconGraphConsolidatedEntityComponent);
|
|
15
|
+
export default IconGraphConsolidatedEntity;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconGraphFoldingPanelComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-graph-folding-panel${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 20 20" {...rest} ref={ref}><path d="M15.032 3.22c.966 0 1.75.783 1.75 1.75v10.062a1.75 1.75 0 0 1-1.75 1.75H4.969a1.75 1.75 0 0 1-1.75-1.75V4.969c0-.966.784-1.75 1.75-1.75h10.063ZM8.469 15.47h6.563a.438.438 0 0 0 .437-.438V4.969a.438.438 0 0 0-.437-.437H8.469v10.937ZM4.97 4.531a.437.437 0 0 0-.437.437v10.063c0 .241.196.437.437.437h2.188V4.532H4.969Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconGraphFoldingPanel = React.forwardRef(IconGraphFoldingPanelComponent);
|
|
15
|
+
export default IconGraphFoldingPanel;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconGraphLWindowComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-graph-l-window${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 16 16" {...rest} ref={ref}><path fillRule="evenodd" d="m8.966 8.495-.47.472a.333.333 0 0 0 0 .471l3.228 3.228H9.75c-.149 0-.203.016-.257.045a.303.303 0 0 0-.126.126c-.029.055-.045.108-.045.257v.479c0 .148.016.202.045.256a.303.303 0 0 0 .126.127c.054.029.108.044.257.044h3.572a.667.667 0 0 0 .667-.667V9.761c0-.149-.015-.203-.044-.257a.302.302 0 0 0-.126-.126c-.055-.03-.109-.045-.257-.045h-.479c-.149 0-.202.016-.257.045a.303.303 0 0 0-.126.126c-.029.054-.044.108-.044.257v1.953l-3.22-3.219a.333.333 0 0 0-.47 0ZM2.666 2A.667.667 0 0 0 2 2.667v3.666c0 .184.15.334.333.334H3c.184 0 .333-.15.333-.334v-2L6.52 7.519c.13.13.341.13.471 0l.472-.472a.333.333 0 0 0 0-.471L4.219 3.333h2.114A.334.334 0 0 0 6.667 3v-.667A.333.333 0 0 0 6.333 2H2.667Z" clipRule="evenodd"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconGraphLWindow = React.forwardRef(IconGraphLWindowComponent);
|
|
15
|
+
export default IconGraphLWindow;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconGraphNodeComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-graph-node${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 14 14" {...rest} ref={ref}><path fillRule="evenodd" d="M6.994 9.71a1.52 1.52 0 1 1-.003 3.041 1.52 1.52 0 0 1 .003-3.041Zm0 .925a.595.595 0 1 0 0 1.191.595.595 0 0 0 0-1.19ZM2.57 7.798a1.52 1.52 0 1 1 1.52 2.635 1.52 1.52 0 0 1-1.52-2.635Zm6.767.557a1.521 1.521 0 1 1 2.635 1.522 1.521 1.521 0 0 1-2.635-1.522Zm-5.492.463a.595.595 0 1 0-1.03.595.595.595 0 0 0 1.03-.595Zm7.107-.218a.595.595 0 1 0-.595 1.032.595.595 0 0 0 .595-1.032Zm-3.96-3.12a1.52 1.52 0 1 1-.001 3.042 1.52 1.52 0 0 1 .002-3.042Zm0 .926a.595.595 0 1 0 .001 1.19.595.595 0 0 0 0-1.19Zm-4.98-2.281a1.522 1.522 0 1 1 .557 2.077 1.52 1.52 0 0 1-.556-2.077Zm7.882-.556a1.52 1.52 0 1 1 1.52 2.634 1.52 1.52 0 0 1-1.52-2.634Zm-6.266.801a.596.596 0 0 0-.595 1.03.594.594 0 0 0 .595-1.03Zm7.54.219a.595.595 0 1 0-1.03.594.595.595 0 0 0 1.03-.594ZM6.995 1.25a1.521 1.521 0 1 1-.003 3.042 1.521 1.521 0 0 1 .003-3.042Zm0 .926a.595.595 0 0 0 0 1.189.594.594 0 0 0 0-1.19Z" clipRule="evenodd"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconGraphNode = React.forwardRef(IconGraphNodeComponent);
|
|
15
|
+
export default IconGraphNode;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconGraphSWindowComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-graph-S-window${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 20 20" {...rest} ref={ref}><path fillRule="evenodd" d="m16.776 17.378.59-.59a.417.417 0 0 0 0-.589l-4.037-4.035h2.467c.185 0 .253-.02.32-.056a.38.38 0 0 0 .158-.158c.036-.067.056-.135.056-.32v-.599c0-.186-.02-.253-.056-.32a.378.378 0 0 0-.157-.158c-.068-.037-.136-.056-.321-.056H11.33a.833.833 0 0 0-.834.833v4.466c0 .186.02.253.056.321.036.068.09.121.158.158.067.036.135.055.32.055h.599c.186 0 .253-.019.32-.055a.378.378 0 0 0 .158-.158c.037-.068.056-.135.056-.32v-2.443l4.024 4.024a.417.417 0 0 0 .589 0ZM8.616 9.52c.46 0 .833-.373.833-.833V4.104a.417.417 0 0 0-.416-.417h-.834a.417.417 0 0 0-.416.417v2.5L3.8 2.622a.417.417 0 0 0-.59 0l-.589.59a.417.417 0 0 0 0 .589l4.053 4.053H4.033a.417.417 0 0 0-.417.417v.833c0 .23.186.417.417.417h4.583Z" clipRule="evenodd"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconGraphSWindow = React.forwardRef(IconGraphSWindowComponent);
|
|
15
|
+
export default IconGraphSWindow;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconGraphSchemaComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-graph-schema${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 16 16" {...rest} ref={ref}><path fillRule="evenodd" d="M1.5 3.91A2.41 2.41 0 0 1 3.91 1.5h8.18a2.41 2.41 0 0 1 2.41 2.41v8.18a2.41 2.41 0 0 1-2.41 2.41H3.91a2.41 2.41 0 0 1-2.41-2.41V3.91Zm2.41-1.095c-.605 0-1.095.49-1.095 1.095v8.18c0 .605.49 1.095 1.095 1.095h8.18c.605 0 1.095-.49 1.095-1.095V3.91c0-.605-.49-1.095-1.095-1.095H3.91Zm7.742 8.106a.73.73 0 0 1-.73.73H8.73a.73.73 0 0 1 0-1.46h2.191a.73.73 0 0 1 .73.73ZM5.79 5.097A.73.73 0 0 0 4.758 6.13l1.505 1.505L4.758 9.14a.73.73 0 0 0 1.033 1.033L7.812 8.15a.73.73 0 0 0 0-1.032L5.791 5.097Z" clipRule="evenodd"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconGraphSchema = React.forwardRef(IconGraphSchemaComponent);
|
|
15
|
+
export default IconGraphSchema;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconGraphThumbnailComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-graph-thumbnail${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 16 16" {...rest} ref={ref}><path fillRule="evenodd" d="M13.75.25a2 2 0 0 1 2 2v11.5a2 2 0 0 1-2 2H2.25a2 2 0 0 1-2.001-2V2.25c0-1.104.897-2 2.001-2h11.5Zm-11.5 1.5a.5.5 0 0 0-.5.5v6h4a2 2 0 0 1 2 2v4h6a.5.5 0 0 0 .5-.5V2.25a.5.5 0 0 0-.5-.5H2.25Zm-.5 12a.5.5 0 0 0 .5.5h4v-4a.5.5 0 0 0-.5-.5h-4v4Z" clipRule="evenodd"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconGraphThumbnail = React.forwardRef(IconGraphThumbnailComponent);
|
|
15
|
+
export default IconGraphThumbnail;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconGraphTripletComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-graph-triplet${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 14 14" {...rest} ref={ref}><path fillRule="evenodd" d="M7.618 2.612a.68.68 0 1 0 0 1.36.68.68 0 0 0 0-1.36Zm-1.792.68a1.792 1.792 0 1 1 .612 1.349L5.076 6.003a.554.554 0 0 1-.213.133c.056.103.103.212.14.327a.557.557 0 0 1 .143-.02h3.708c.05 0 .098.007.144.02a1.793 1.793 0 1 1 0 1.074.557.557 0 0 1-.144.02H5.146a.557.557 0 0 1-.144-.02c-.052.165-.127.32-.22.46a.56.56 0 0 1 .294.155l1.282 1.282a1.792 1.792 0 1 1-.512 1.01.554.554 0 0 1-.166-.115l-1.39-1.39a.554.554 0 0 1-.162-.353 1.792 1.792 0 1 1 .028-3.156.554.554 0 0 1 .133-.213l1.39-1.39a.554.554 0 0 1 .194-.127 1.798 1.798 0 0 1-.047-.408ZM2.612 7a.68.68 0 1 1 1.36 0 .68.68 0 0 1-1.36 0Zm8.096-.68a.68.68 0 1 0 0 1.36.68.68 0 0 0 0-1.36Zm-3.77 4.388a.68.68 0 1 1 1.36 0 .68.68 0 0 1-1.36 0Z" clipRule="evenodd"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconGraphTriplet = React.forwardRef(IconGraphTripletComponent);
|
|
15
|
+
export default IconGraphTriplet;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconReport2Component(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-report_2${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 28 28" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path d="M17.3779 3.11133C17.6054 3.11132 17.8238 3.2003 17.9863 3.35938L24.0059 9.24023C24.0883 9.32125 24.1544 9.41772 24.1992 9.52441C24.244 9.63138 24.2667 9.74729 24.2666 9.86328C24.2666 12.2781 24.2496 14.6721 24.2334 17.0693C23.7546 16.1818 23.0578 15.428 22.2012 14.8906C21.2711 14.3077 20.1924 14 19.0947 14H18.6777L18.6572 14.0176C17.877 14.0762 17.1131 14.2903 16.415 14.6504C15.5874 15.0779 14.8731 15.6978 14.333 16.457C13.7933 17.2164 13.4441 18.0959 13.3125 19.0186C13.1811 19.9413 13.2709 20.8834 13.5771 21.7637C13.8836 22.644 14.3974 23.4382 15.0732 24.0801C15.4007 24.3909 15.7629 24.6611 16.1504 24.8877H5.53809C5.05624 24.8877 4.66641 24.499 4.66602 24.0186V3.98047C4.6666 3.75015 4.75902 3.5291 4.92188 3.36621C5.08522 3.20325 5.30734 3.11137 5.53809 3.11133H17.3779ZM19.1553 16.334C19.8258 16.334 20.4846 16.5226 21.0527 16.8789C21.6205 17.235 22.0762 17.7442 22.3682 18.3477C22.6603 18.9515 22.7765 19.6253 22.7031 20.292C22.6566 20.7137 22.535 21.1218 22.3467 21.498L23.9189 23.043C24.2862 23.4042 24.2914 23.9946 23.9307 24.3623C23.5695 24.7295 22.9789 24.7348 22.6113 24.374L21.0996 22.8896C20.7171 23.1385 20.2915 23.3151 19.8418 23.4033C19.283 23.5127 18.705 23.4882 18.1582 23.3291C17.6118 23.1701 17.1112 22.8819 16.6982 22.4902C16.2854 22.0981 15.9713 21.6118 15.7842 21.0742C15.5972 20.5369 15.5419 19.9626 15.6221 19.3994C15.7023 18.8357 15.9163 18.2982 16.2461 17.834C16.5761 17.3702 17.0128 16.9926 17.5186 16.7314C18.0246 16.4704 18.5858 16.334 19.1553 16.334ZM8.47852 12.9111C8.33447 12.9111 8.19584 12.9687 8.09375 13.0703C7.9919 13.1721 7.93415 13.3101 7.93359 13.4541V14.5449C7.93371 14.8454 8.17805 15.0879 8.47852 15.0879H13.9219C14.2221 15.0877 14.4667 14.8452 14.4668 14.5449V13.4541C14.4662 13.3101 14.4076 13.1721 14.3057 13.0703C14.2036 12.9688 14.0658 12.9112 13.9219 12.9111H8.47852ZM8.47852 7.46582C8.33408 7.46582 8.19592 7.52485 8.09375 7.62695C7.99162 7.7291 7.93361 7.86726 7.93359 8.01172V9.09961C7.93359 9.40014 8.17798 9.64453 8.47852 9.64453H13.9219C14.2222 9.64429 14.4668 9.4 14.4668 9.09961V8.01172C14.4668 7.86724 14.4077 7.72911 14.3057 7.62695C14.2036 7.52501 14.0662 7.46594 13.9219 7.46582H8.47852Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconReport2 = React.forwardRef(IconReport2Component);
|
|
15
|
+
export default IconReport2;
|
package/src/index.ts
CHANGED
|
@@ -832,5 +832,14 @@ export { default as IconOpenai } from './IconOpenai';
|
|
|
832
832
|
export { default as IconVolcengine } from './IconVolcengine';
|
|
833
833
|
export { default as IconBailian } from './IconBailian';
|
|
834
834
|
export { default as IconIntelligentSynthesis } from './IconIntelligentSynthesis';
|
|
835
|
+
export { default as IconReport2 } from './IconReport2';
|
|
836
|
+
export { default as IconGraphSWindow } from './IconGraphSWindow';
|
|
837
|
+
export { default as IconGraphConsolidatedEntity } from './IconGraphConsolidatedEntity';
|
|
838
|
+
export { default as IconGraphSchema } from './IconGraphSchema';
|
|
839
|
+
export { default as IconGraphThumbnail } from './IconGraphThumbnail';
|
|
840
|
+
export { default as IconGraphNode } from './IconGraphNode';
|
|
841
|
+
export { default as IconGraphLWindow } from './IconGraphLWindow';
|
|
842
|
+
export { default as IconGraphFoldingPanel } from './IconGraphFoldingPanel';
|
|
843
|
+
export { default as IconGraphTriplet } from './IconGraphTriplet';
|
|
835
844
|
|
|
836
845
|
export * from './type';
|