@arco-iconbox/react-hiagent 0.3.17 → 0.3.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/IconScanAlarm/index.d.ts +4 -0
- package/cjs/IconScanAlarm/index.js +74 -0
- package/cjs/IconVllm/index.d.ts +4 -0
- package/cjs/IconVllm/index.js +60 -0
- package/cjs/index.d.ts +2 -0
- package/cjs/index.js +5 -1
- package/dist/icon.min.js +1 -1
- package/esm/IconScanAlarm/index.d.ts +4 -0
- package/esm/IconScanAlarm/index.js +49 -0
- package/esm/IconVllm/index.d.ts +4 -0
- package/esm/IconVllm/index.js +35 -0
- package/esm/index.d.ts +2 -0
- package/esm/index.js +2 -0
- package/package.json +1 -1
- package/src/IconScanAlarm/index.tsx +15 -0
- package/src/IconVllm/index.tsx +15 -0
- package/src/index.ts +2 -0
- package/umd/IconScanAlarm/index.d.ts +4 -0
- package/umd/IconScanAlarm/index.js +84 -0
- package/umd/IconVllm/index.d.ts +4 -0
- package/umd/IconVllm/index.js +70 -0
- package/umd/index.d.ts +2 -0
- package/umd/index.js +6 -2
|
@@ -0,0 +1,49 @@
|
|
|
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 IconScanAlarmComponent(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 ? false : _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-scan_alarm").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'currentColor', viewBox: "0 0 14 14" }, rest, { ref: ref }),
|
|
31
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#DBDCDC', d: "M2.456 13.4a.267.267 0 0 1-.267-.267v-.535c0-.148.12-.267.267-.267h9.09c.147 0 .267.12.267.267v.535c0 .147-.12.267-.268.267H2.457Z" }),
|
|
32
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#D7312A', fillRule: "evenodd", d: "M11.222 7.506v-.01a4.222 4.222 0 0 0-8.445 0l.066 5.4h8.445l-.066-5.39Z", clipRule: "evenodd" }),
|
|
33
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#BD2923', d: "M7 3.273a4.222 4.222 0 0 1 4.222 4.222v.01l.066 5.391H2.843l-.066-5.4A4.222 4.222 0 0 1 7 3.272Zm0 1.07a3.153 3.153 0 0 0-3.153 3.152l.052 4.332h6.306l-.052-4.308v-.024A3.153 3.153 0 0 0 7 4.342Z" }),
|
|
34
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#BD2923', d: "M2.456 12.896a.267.267 0 0 1-.267-.267v-.535c0-.147.12-.267.267-.267h9.09c.147 0 .267.12.267.267v.535c0 .148-.12.267-.268.267H2.457Z" }),
|
|
35
|
+
React.createElement("g", { filter: "url(#svg_46c4c4d980__a)" },
|
|
36
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', fillRule: "evenodd", d: "M6.083 6.168a.134.134 0 0 1 .118-.071h2.08c.111 0 .174.128.105.216L7.237 7.775a.134.134 0 0 0 .105.216h1.45c.116 0 .177.139.098.225l-2.676 2.9c-.095.101-.263.01-.228-.125l.496-1.885a.134.134 0 0 0-.13-.167h-1.5a.134.134 0 0 1-.118-.196l1.349-2.575Z", clipRule: "evenodd" })),
|
|
37
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#BD2923', d: "M1.967 3.051a.535.535 0 0 1 .756 0l.756.757a.535.535 0 0 1-.756.756l-.756-.756a.536.536 0 0 1 0-.757Zm9.31 0a.535.535 0 0 1 .756.757l-.756.756a.536.536 0 0 1-.756-.756l.756-.757ZM7 .6c.295 0 .534.239.534.534v1.07a.535.535 0 1 1-1.07 0v-1.07A.538.538 0 0 1 7 .6Z" }),
|
|
38
|
+
React.createElement("defs", null,
|
|
39
|
+
React.createElement("filter", { id: "svg_46c4c4d980__a", width: "4.707", height: "5.062", x: "4.719", y: "6.097", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
|
|
40
|
+
React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
|
|
41
|
+
React.createElement("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }),
|
|
42
|
+
React.createElement("feOffset", { dx: ".5" }),
|
|
43
|
+
React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
|
|
44
|
+
React.createElement("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0" }),
|
|
45
|
+
React.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_497_111702" }),
|
|
46
|
+
React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_497_111702", result: "shape" }))));
|
|
47
|
+
}
|
|
48
|
+
var IconScanAlarm = React.forwardRef(IconScanAlarmComponent);
|
|
49
|
+
export default IconScanAlarm;
|
|
@@ -0,0 +1,35 @@
|
|
|
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 IconVllmComponent(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 ? false : _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-vllm").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 200 200", fill: useCurrentColor ? 'currentColor' : 'none', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
|
|
31
|
+
React.createElement("path", { d: "M17.648 51.8949H86.2721V184.589L17.648 51.894V51.8949Z", fill: useCurrentColor ? 'currentColor' : '#FDB515' }),
|
|
32
|
+
React.createElement("path", { d: "M120.591 47.316L182.356 15.293L136.603 184.587H86.2729L120.591 47.3051V47.316Z", fill: useCurrentColor ? 'currentColor' : '#30A2FF' }));
|
|
33
|
+
}
|
|
34
|
+
var IconVllm = React.forwardRef(IconVllmComponent);
|
|
35
|
+
export default IconVllm;
|
package/esm/index.d.ts
CHANGED
|
@@ -890,4 +890,6 @@ export { default as IconJian1 } from './IconJian1';
|
|
|
890
890
|
export { default as IconCircleUpward } from './IconCircleUpward';
|
|
891
891
|
export { default as IconCircleDownward } from './IconCircleDownward';
|
|
892
892
|
export { default as IconCancelingCircleFill } from './IconCancelingCircleFill';
|
|
893
|
+
export { default as IconVllm } from './IconVllm';
|
|
894
|
+
export { default as IconScanAlarm } from './IconScanAlarm';
|
|
893
895
|
export * from './type';
|
package/esm/index.js
CHANGED
|
@@ -890,4 +890,6 @@ export { default as IconJian1 } from './IconJian1';
|
|
|
890
890
|
export { default as IconCircleUpward } from './IconCircleUpward';
|
|
891
891
|
export { default as IconCircleDownward } from './IconCircleDownward';
|
|
892
892
|
export { default as IconCancelingCircleFill } from './IconCancelingCircleFill';
|
|
893
|
+
export { default as IconVllm } from './IconVllm';
|
|
894
|
+
export { default as IconScanAlarm } from './IconScanAlarm';
|
|
893
895
|
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 IconScanAlarmComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = false, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-scan_alarm${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : 'currentColor'} viewBox="0 0 14 14" {...rest} ref={ref}><path fill={useCurrentColor ? 'currentColor' : '#DBDCDC'} d="M2.456 13.4a.267.267 0 0 1-.267-.267v-.535c0-.148.12-.267.267-.267h9.09c.147 0 .267.12.267.267v.535c0 .147-.12.267-.268.267H2.457Z"/><path fill={useCurrentColor ? 'currentColor' : '#D7312A'} fillRule="evenodd" d="M11.222 7.506v-.01a4.222 4.222 0 0 0-8.445 0l.066 5.4h8.445l-.066-5.39Z" clipRule="evenodd"/><path fill={useCurrentColor ? 'currentColor' : '#BD2923'} d="M7 3.273a4.222 4.222 0 0 1 4.222 4.222v.01l.066 5.391H2.843l-.066-5.4A4.222 4.222 0 0 1 7 3.272Zm0 1.07a3.153 3.153 0 0 0-3.153 3.152l.052 4.332h6.306l-.052-4.308v-.024A3.153 3.153 0 0 0 7 4.342Z"/><path fill={useCurrentColor ? 'currentColor' : '#BD2923'} d="M2.456 12.896a.267.267 0 0 1-.267-.267v-.535c0-.147.12-.267.267-.267h9.09c.147 0 .267.12.267.267v.535c0 .148-.12.267-.268.267H2.457Z"/><g filter="url(#svg_46c4c4d980__a)"><path fill={useCurrentColor ? 'currentColor' : '#fff'} fillRule="evenodd" d="M6.083 6.168a.134.134 0 0 1 .118-.071h2.08c.111 0 .174.128.105.216L7.237 7.775a.134.134 0 0 0 .105.216h1.45c.116 0 .177.139.098.225l-2.676 2.9c-.095.101-.263.01-.228-.125l.496-1.885a.134.134 0 0 0-.13-.167h-1.5a.134.134 0 0 1-.118-.196l1.349-2.575Z" clipRule="evenodd"/></g><path fill={useCurrentColor ? 'currentColor' : '#BD2923'} d="M1.967 3.051a.535.535 0 0 1 .756 0l.756.757a.535.535 0 0 1-.756.756l-.756-.756a.536.536 0 0 1 0-.757Zm9.31 0a.535.535 0 0 1 .756.757l-.756.756a.536.536 0 0 1-.756-.756l.756-.757ZM7 .6c.295 0 .534.239.534.534v1.07a.535.535 0 1 1-1.07 0v-1.07A.538.538 0 0 1 7 .6Z"/><defs><filter id="svg_46c4c4d980__a" width="4.707" height="5.062" x="4.719" y="6.097" colorInterpolationFilters="sRGB" filterUnits="userSpaceOnUse"><feFlood floodOpacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dx=".5"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_497_111702"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_497_111702" result="shape"/></filter></defs></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconScanAlarm = React.forwardRef(IconScanAlarmComponent);
|
|
15
|
+
export default IconScanAlarm;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconVllmComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = false, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-vllm${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 200 200" fill={useCurrentColor ? 'currentColor' : 'none'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path d="M17.648 51.8949H86.2721V184.589L17.648 51.894V51.8949Z" fill={useCurrentColor ? 'currentColor' : '#FDB515'}/><path d="M120.591 47.316L182.356 15.293L136.603 184.587H86.2729L120.591 47.3051V47.316Z" fill={useCurrentColor ? 'currentColor' : '#30A2FF'}/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconVllm = React.forwardRef(IconVllmComponent);
|
|
15
|
+
export default IconVllm;
|
package/src/index.ts
CHANGED
|
@@ -890,5 +890,7 @@ export { default as IconJian1 } from './IconJian1';
|
|
|
890
890
|
export { default as IconCircleUpward } from './IconCircleUpward';
|
|
891
891
|
export { default as IconCircleDownward } from './IconCircleDownward';
|
|
892
892
|
export { default as IconCancelingCircleFill } from './IconCancelingCircleFill';
|
|
893
|
+
export { default as IconVllm } from './IconVllm';
|
|
894
|
+
export { default as IconScanAlarm } from './IconScanAlarm';
|
|
893
895
|
|
|
894
896
|
export * from './type';
|
|
@@ -0,0 +1,84 @@
|
|
|
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 IconScanAlarmComponent(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-scan_alarm").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'currentColor', viewBox: "0 0 14 14" }, rest, { ref: ref }),
|
|
65
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#DBDCDC', d: "M2.456 13.4a.267.267 0 0 1-.267-.267v-.535c0-.148.12-.267.267-.267h9.09c.147 0 .267.12.267.267v.535c0 .147-.12.267-.268.267H2.457Z" }),
|
|
66
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#D7312A', fillRule: "evenodd", d: "M11.222 7.506v-.01a4.222 4.222 0 0 0-8.445 0l.066 5.4h8.445l-.066-5.39Z", clipRule: "evenodd" }),
|
|
67
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#BD2923', d: "M7 3.273a4.222 4.222 0 0 1 4.222 4.222v.01l.066 5.391H2.843l-.066-5.4A4.222 4.222 0 0 1 7 3.272Zm0 1.07a3.153 3.153 0 0 0-3.153 3.152l.052 4.332h6.306l-.052-4.308v-.024A3.153 3.153 0 0 0 7 4.342Z" }),
|
|
68
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#BD2923', d: "M2.456 12.896a.267.267 0 0 1-.267-.267v-.535c0-.147.12-.267.267-.267h9.09c.147 0 .267.12.267.267v.535c0 .148-.12.267-.268.267H2.457Z" }),
|
|
69
|
+
react_1.default.createElement("g", { filter: "url(#svg_46c4c4d980__a)" },
|
|
70
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', fillRule: "evenodd", d: "M6.083 6.168a.134.134 0 0 1 .118-.071h2.08c.111 0 .174.128.105.216L7.237 7.775a.134.134 0 0 0 .105.216h1.45c.116 0 .177.139.098.225l-2.676 2.9c-.095.101-.263.01-.228-.125l.496-1.885a.134.134 0 0 0-.13-.167h-1.5a.134.134 0 0 1-.118-.196l1.349-2.575Z", clipRule: "evenodd" })),
|
|
71
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#BD2923', d: "M1.967 3.051a.535.535 0 0 1 .756 0l.756.757a.535.535 0 0 1-.756.756l-.756-.756a.536.536 0 0 1 0-.757Zm9.31 0a.535.535 0 0 1 .756.757l-.756.756a.536.536 0 0 1-.756-.756l.756-.757ZM7 .6c.295 0 .534.239.534.534v1.07a.535.535 0 1 1-1.07 0v-1.07A.538.538 0 0 1 7 .6Z" }),
|
|
72
|
+
react_1.default.createElement("defs", null,
|
|
73
|
+
react_1.default.createElement("filter", { id: "svg_46c4c4d980__a", width: "4.707", height: "5.062", x: "4.719", y: "6.097", colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" },
|
|
74
|
+
react_1.default.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
|
|
75
|
+
react_1.default.createElement("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }),
|
|
76
|
+
react_1.default.createElement("feOffset", { dx: ".5" }),
|
|
77
|
+
react_1.default.createElement("feComposite", { in2: "hardAlpha", operator: "out" }),
|
|
78
|
+
react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0" }),
|
|
79
|
+
react_1.default.createElement("feBlend", { in2: "BackgroundImageFix", result: "effect1_dropShadow_497_111702" }),
|
|
80
|
+
react_1.default.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_497_111702", result: "shape" }))));
|
|
81
|
+
}
|
|
82
|
+
var IconScanAlarm = react_1.default.forwardRef(IconScanAlarmComponent);
|
|
83
|
+
exports.default = IconScanAlarm;
|
|
84
|
+
});
|
|
@@ -0,0 +1,70 @@
|
|
|
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 IconVllmComponent(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-vllm").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 200 200", fill: useCurrentColor ? 'currentColor' : 'none', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
|
|
65
|
+
react_1.default.createElement("path", { d: "M17.648 51.8949H86.2721V184.589L17.648 51.894V51.8949Z", fill: useCurrentColor ? 'currentColor' : '#FDB515' }),
|
|
66
|
+
react_1.default.createElement("path", { d: "M120.591 47.316L182.356 15.293L136.603 184.587H86.2729L120.591 47.3051V47.316Z", fill: useCurrentColor ? 'currentColor' : '#30A2FF' }));
|
|
67
|
+
}
|
|
68
|
+
var IconVllm = react_1.default.forwardRef(IconVllmComponent);
|
|
69
|
+
exports.default = IconVllm;
|
|
70
|
+
});
|
package/umd/index.d.ts
CHANGED
|
@@ -890,4 +890,6 @@ export { default as IconJian1 } from './IconJian1';
|
|
|
890
890
|
export { default as IconCircleUpward } from './IconCircleUpward';
|
|
891
891
|
export { default as IconCircleDownward } from './IconCircleDownward';
|
|
892
892
|
export { default as IconCancelingCircleFill } from './IconCancelingCircleFill';
|
|
893
|
+
export { default as IconVllm } from './IconVllm';
|
|
894
|
+
export { default as IconScanAlarm } from './IconScanAlarm';
|
|
893
895
|
export * from './type';
|