@arco-iconbox/react-hiagent 0.1.52 → 0.1.53
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/IconMemoryEmbedding/index.d.ts +4 -0
- package/cjs/IconMemoryEmbedding/index.js +63 -0
- package/cjs/IconMemoryLlm/index.d.ts +4 -0
- package/cjs/IconMemoryLlm/index.js +63 -0
- package/cjs/IconRocket/index.d.ts +4 -0
- package/cjs/IconRocket/index.js +59 -0
- package/cjs/index.d.ts +3 -0
- package/cjs/index.js +7 -1
- package/dist/icon.min.js +1 -1
- package/esm/IconMemoryEmbedding/index.d.ts +4 -0
- package/esm/IconMemoryEmbedding/index.js +38 -0
- package/esm/IconMemoryLlm/index.d.ts +4 -0
- package/esm/IconMemoryLlm/index.js +38 -0
- package/esm/IconRocket/index.d.ts +4 -0
- package/esm/IconRocket/index.js +34 -0
- package/esm/index.d.ts +3 -0
- package/esm/index.js +3 -0
- package/package.json +1 -1
- package/src/IconMemoryEmbedding/index.tsx +15 -0
- package/src/IconMemoryLlm/index.tsx +15 -0
- package/src/IconRocket/index.tsx +15 -0
- package/src/index.ts +3 -0
- package/umd/IconMemoryEmbedding/index.d.ts +4 -0
- package/umd/IconMemoryEmbedding/index.js +73 -0
- package/umd/IconMemoryLlm/index.d.ts +4 -0
- package/umd/IconMemoryLlm/index.js +73 -0
- package/umd/IconRocket/index.d.ts +4 -0
- package/umd/IconRocket/index.js +69 -0
- package/umd/index.d.ts +3 -0
- package/umd/index.js +8 -2
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconMemoryEmbedding: 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 IconMemoryEmbedding;
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
14
|
+
if (k2 === undefined) k2 = k;
|
|
15
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
16
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
17
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
18
|
+
}
|
|
19
|
+
Object.defineProperty(o, k2, desc);
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
37
|
+
var t = {};
|
|
38
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
39
|
+
t[p] = s[p];
|
|
40
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
41
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
42
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
43
|
+
t[p[i]] = s[p[i]];
|
|
44
|
+
}
|
|
45
|
+
return t;
|
|
46
|
+
};
|
|
47
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
48
|
+
var react_1 = __importStar(require("react"));
|
|
49
|
+
var context_1 = require("../context");
|
|
50
|
+
function IconMemoryEmbeddingComponent(props, ref) {
|
|
51
|
+
var prefixFromContext = (0, react_1.useContext)(context_1.Context).prefix;
|
|
52
|
+
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"]);
|
|
53
|
+
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
54
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
55
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-memory_embedding").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 14 14", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
|
|
56
|
+
react_1.default.createElement("g", { clipPath: "url(#svg_0ab4b9f50d__clip0_3937_3044)" },
|
|
57
|
+
react_1.default.createElement("path", { d: "M6.75 0.144868C6.9047 0.0555517 7.0953 0.0555517 7.25 0.144868L12.8125 3.35581C12.9671 3.44515 13.0625 3.61085 13.0625 3.7894V10.2113L13.0576 10.2777C13.0372 10.43 12.9477 10.5667 12.8125 10.6449L7.25 13.8558C7.11467 13.9338 6.95173 13.9437 6.80957 13.8851L6.75 13.8558L1.1875 10.6449C1.03299 10.5556 0.937621 10.3897 0.9375 10.2113V3.7894C0.9375 3.61092 1.03303 3.44518 1.1875 3.35581L6.75 0.144868ZM2.66895 3.8851L4.0791 4.69956C4.36568 4.86528 4.46319 5.23209 4.29785 5.5189C4.13222 5.80573 3.76543 5.905 3.47852 5.7396L2.1377 4.96518V9.80698L6.39941 12.2669V11.1C6.39962 10.7689 6.66893 10.5005 7 10.5003C7.33106 10.5006 7.5994 10.7689 7.59961 11.1V12.2679L11.8623 9.80698V5.02182L10.6191 5.7396C10.3323 5.9048 9.96538 5.80567 9.7998 5.5189C9.63458 5.2321 9.73298 4.86524 10.0195 4.69956L11.3799 3.91343L7 1.3851L2.66895 3.8851ZM6.47559 3.95444C6.69046 3.51468 7.30955 3.51468 7.52441 3.95444C8.31064 5.56743 8.26915 5.53251 9.89355 6.29331C10.3449 6.50501 10.3445 7.1375 9.8916 7.34604L9.3584 7.59214C8.27336 8.1042 8.21368 8.26362 7.53809 9.85581L7.49414 9.9398C7.2685 10.3063 6.7315 10.3063 6.50586 9.9398L6.46191 9.85581C5.78632 8.26362 5.72664 8.1042 4.6416 7.59214L4.1084 7.34604C3.65553 7.13751 3.65514 6.50501 4.10645 6.29331C5.73083 5.53251 5.68936 5.56742 6.47559 3.95444ZM7 5.42222C6.8252 5.73377 6.63746 6.0118 6.40039 6.24643C6.17297 6.47143 5.90654 6.6502 5.60938 6.81479C5.91247 6.98298 6.18845 7.17339 6.42188 7.42026C6.65137 7.66306 6.83322 7.95334 7 8.28257C7.16678 7.95334 7.34863 7.66306 7.57812 7.42026C7.81136 7.1736 8.08685 6.98288 8.38965 6.81479C8.09278 6.65031 7.82685 6.47125 7.59961 6.24643C7.36253 6.01179 7.1748 5.73378 7 5.42222Z" })),
|
|
58
|
+
react_1.default.createElement("defs", null,
|
|
59
|
+
react_1.default.createElement("clipPath", { id: "svg_0ab4b9f50d__clip0_3937_3044" },
|
|
60
|
+
react_1.default.createElement("path", { d: "M0 0H14V14H0z" }))));
|
|
61
|
+
}
|
|
62
|
+
var IconMemoryEmbedding = react_1.default.forwardRef(IconMemoryEmbeddingComponent);
|
|
63
|
+
exports.default = IconMemoryEmbedding;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconMemoryLlm: 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 IconMemoryLlm;
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
14
|
+
if (k2 === undefined) k2 = k;
|
|
15
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
16
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
17
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
18
|
+
}
|
|
19
|
+
Object.defineProperty(o, k2, desc);
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
37
|
+
var t = {};
|
|
38
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
39
|
+
t[p] = s[p];
|
|
40
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
41
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
42
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
43
|
+
t[p[i]] = s[p[i]];
|
|
44
|
+
}
|
|
45
|
+
return t;
|
|
46
|
+
};
|
|
47
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
48
|
+
var react_1 = __importStar(require("react"));
|
|
49
|
+
var context_1 = require("../context");
|
|
50
|
+
function IconMemoryLlmComponent(props, ref) {
|
|
51
|
+
var prefixFromContext = (0, react_1.useContext)(context_1.Context).prefix;
|
|
52
|
+
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"]);
|
|
53
|
+
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
54
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
55
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-memory_llm").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 14 14", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
|
|
56
|
+
react_1.default.createElement("g", { clipPath: "url(#svg_bc02423c01__clip0_3937_3038)" },
|
|
57
|
+
react_1.default.createElement("path", { d: "M7.76268 0.000976562C9.97418 0.00107609 11.5539 0.959592 12.5654 2.23438C13.5596 3.48734 13.9999 5.03573 14 6.2627C13.9999 8.62344 12.1403 11.057 9.48143 11.8115C9.6166 12.0758 9.88665 12.4487 10.3301 12.9375C10.5659 13.1977 10.5461 13.5998 10.2861 13.8359C9.28677 13.9729 9.02807 13.9727 5.60741 13.9727C5.30334 13.9727 4.91553 13.8868 4.81249 13.5508C4.52643 12.6182 4.11413 11.9857 3.61424 11.5889C3.30917 11.3467 2.90242 11.2914 2.29589 11.2158C2.02454 11.182 1.69403 11.1394 1.39061 11.0381C1.07278 10.9319 0.741517 10.7477 0.496081 10.4053C0.247297 10.0581 0.188537 9.66511 0.209948 9.31445C0.231055 8.96972 0.330782 8.62573 0.444323 8.32129C0.559071 8.01364 0.702005 7.71037 0.828112 7.44727C0.844246 7.4136 0.860588 7.38062 0.875964 7.34863C0.979716 7.13265 1.06559 6.95332 1.12792 6.7998C1.09426 6.76308 1.02761 6.70668 0.909167 6.63281C0.840666 6.59012 0.768199 6.54964 0.68944 6.50586C0.683263 6.50243 0.676352 6.49869 0.669909 6.49512C0.601627 6.45722 0.519601 6.4114 0.449206 6.36719C0.38763 6.3285 0.255457 6.24347 0.155261 6.11426C0.0998127 6.04266 0.0189352 5.91297 0.00291691 5.7334C-0.0147409 5.53426 0.0542832 5.36205 0.150378 5.23926C0.254381 5.10669 0.415333 4.99603 0.521472 4.92578C0.655281 4.83725 0.828965 4.73273 1.03612 4.61523C1.40003 4.40885 1.89283 4.14661 2.51073 3.83008C2.77589 2.68082 3.31871 1.73449 4.17186 1.06641C5.09615 0.342845 6.31446 0.00104399 7.76268 0.000976562ZM7.76268 1.20117C6.49681 1.20124 5.5662 1.49888 4.9121 2.01074C4.31448 2.47867 3.89641 3.16481 3.68065 4.09961L3.55467 4.64355L3.05858 4.89844C2.44675 5.21186 1.97046 5.46491 1.62792 5.65918C1.62511 5.66077 1.62191 5.66249 1.61913 5.66406C1.75869 5.75637 1.8971 5.86311 2.01268 5.98926L2.52538 6.54785L2.24022 7.25098C2.16076 7.44676 2.05623 7.66367 1.95799 7.86816L1.91014 7.96582C1.78426 8.22845 1.66331 8.4892 1.56932 8.74121C1.47444 8.99565 1.41894 9.21247 1.40819 9.3877C1.39776 9.5587 1.43173 9.65026 1.47167 9.70605C1.52611 9.782 1.60991 9.84572 1.77049 9.89941C1.9439 9.95728 2.15937 9.98887 2.44432 10.0244C2.91692 10.0833 3.64031 10.1472 4.2412 10.5615L4.36034 10.6494L4.49706 10.7627C5.07162 11.2642 5.50381 11.9448 5.81346 12.7725C7.2549 12.7724 8.0922 12.7694 8.65428 12.7578C8.56067 12.6184 8.47844 12.4862 8.41307 12.3584L7.74706 11.0566L9.15331 10.6572C11.349 10.0343 12.7997 8.03398 12.7998 6.2627C12.7997 5.28764 12.4401 4.00675 11.626 2.98047C10.8267 1.97316 9.5839 1.20127 7.76268 1.20117ZM6.93749 1.81348C7.17947 1.79175 7.41321 1.8008 7.63768 1.86426C7.86766 1.92938 8.0239 2.03483 8.10839 2.09375L8.13475 2.1123C8.14922 2.12251 8.16068 2.13036 8.16991 2.13672C8.17861 2.1427 8.18473 2.14702 8.18846 2.14941L8.19628 2.15332C8.1979 2.15387 8.20239 2.15559 8.20897 2.15723C8.22317 2.16068 8.25249 2.16598 8.29979 2.16992C8.70867 2.20388 9.15894 2.29309 9.52831 2.43848C9.70963 2.5099 9.92006 2.61323 10.0937 2.76465C10.2023 2.8594 10.3239 2.99936 10.3935 3.17871C10.466 3.19178 10.545 3.20143 10.6123 3.20703C10.883 3.22949 11.0743 3.35768 11.165 3.42773C11.2703 3.50918 11.3552 3.603 11.4209 3.6875C11.5541 3.85905 11.6691 4.07155 11.7578 4.29688C11.9348 4.74678 12.0461 5.35026 11.916 5.97168C11.815 6.45311 11.4649 6.87327 10.9209 7.0752C10.568 7.20604 10.1743 7.2308 9.76952 7.16309C9.65906 7.26387 9.53169 7.35071 9.39061 7.42285C9.03582 7.60419 8.62672 7.67285 8.21288 7.67676C7.94531 7.67918 7.70007 7.58896 7.51952 7.49023C7.32319 7.38275 7.13343 7.2274 6.97948 7.02832C6.77853 6.76821 6.64893 6.4468 6.62792 6.0791C6.44551 6.01819 6.27616 5.94785 6.11815 5.86621C5.77305 5.68779 5.51522 5.4729 5.29003 5.23828C5.00393 4.93974 4.88578 4.54755 4.86229 4.17871C4.83807 3.79651 4.90917 3.37003 5.07616 2.92969L5.07811 2.92285L5.08592 2.9043C5.395 2.18388 6.14615 1.88486 6.93749 1.81348ZM7.04491 3.00781L7.04588 3.00879C6.75489 3.03502 6.53778 3.09845 6.39647 3.17383C6.27904 3.23656 6.22538 3.29859 6.19432 3.36426C6.07932 3.67069 6.04817 3.92212 6.05956 4.10254C6.07133 4.2874 6.12522 4.3756 6.15624 4.4082C6.31233 4.57078 6.46664 4.69617 6.66893 4.80078C6.7171 4.82566 6.76939 4.84975 6.82518 4.87305L7.0078 4.94141L7.77928 5.19922L7.82616 6.01074C7.83298 6.1302 7.87195 6.22136 7.9287 6.29492C7.97547 6.35531 8.03574 6.40461 8.09569 6.4375C8.12231 6.45202 8.14972 6.46379 8.17284 6.4707C8.18764 6.47507 8.19757 6.47619 8.20116 6.47656C8.50231 6.47372 8.71044 6.42312 8.84471 6.35449C8.89557 6.32848 8.93259 6.30131 8.95995 6.27637L9.39159 5.88281L9.96678 5.97949C10.2017 6.01884 10.3795 5.99531 10.5039 5.94922C10.598 5.91421 10.6538 5.86983 10.6855 5.83398C10.7176 5.79763 10.7348 5.76035 10.7422 5.72559C10.8134 5.38538 10.7545 5.0235 10.6416 4.73633L10.5547 4.5498C10.5262 4.49809 10.4981 4.45547 10.4736 4.42383C10.4652 4.41302 10.4568 4.40377 10.4502 4.39648C10.368 4.38826 10.2743 4.37723 10.1807 4.36035L9.51756 4.24023L9.29296 3.66113C9.28039 3.65159 9.26045 3.63723 9.23143 3.62109C9.19174 3.59908 9.14339 3.57617 9.08885 3.55469C8.91387 3.48583 8.68422 3.42893 8.44335 3.39355L8.20018 3.36621C8.10003 3.35788 8.00875 3.3434 7.92577 3.32324C7.88411 3.31311 7.84533 3.30186 7.81053 3.29004L7.76756 3.27441L7.76561 3.27344L7.72069 3.25586L7.71874 3.25488L7.71678 3.25391C7.71541 3.25334 7.71314 3.2525 7.7119 3.25195C7.7094 3.2508 7.70651 3.24913 7.70409 3.24805C7.69891 3.24574 7.69324 3.24343 7.68846 3.24121C7.67882 3.2367 7.6694 3.23165 7.66112 3.22754C7.64451 3.21929 7.62886 3.21104 7.6162 3.2041C7.59137 3.19047 7.56938 3.17739 7.55272 3.16699L7.55077 3.16602C7.52808 3.15177 7.50702 3.13752 7.49022 3.12598C7.47763 3.11728 7.46294 3.10646 7.44628 3.09473L7.41991 3.07715C7.39072 3.05684 7.37616 3.04703 7.36131 3.03906C7.34667 3.03126 7.32949 3.02392 7.31053 3.01855C7.26945 3.00706 7.192 2.99461 7.04491 3.00781Z" })),
|
|
58
|
+
react_1.default.createElement("defs", null,
|
|
59
|
+
react_1.default.createElement("clipPath", { id: "svg_bc02423c01__clip0_3937_3038" },
|
|
60
|
+
react_1.default.createElement("path", { d: "M0 0H14V14H0z" }))));
|
|
61
|
+
}
|
|
62
|
+
var IconMemoryLlm = react_1.default.forwardRef(IconMemoryLlmComponent);
|
|
63
|
+
exports.default = IconMemoryLlm;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconRocket: 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 IconRocket;
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
14
|
+
if (k2 === undefined) k2 = k;
|
|
15
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
16
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
17
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
18
|
+
}
|
|
19
|
+
Object.defineProperty(o, k2, desc);
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
37
|
+
var t = {};
|
|
38
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
39
|
+
t[p] = s[p];
|
|
40
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
41
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
42
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
43
|
+
t[p[i]] = s[p[i]];
|
|
44
|
+
}
|
|
45
|
+
return t;
|
|
46
|
+
};
|
|
47
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
48
|
+
var react_1 = __importStar(require("react"));
|
|
49
|
+
var context_1 = require("../context");
|
|
50
|
+
function IconRocketComponent(props, ref) {
|
|
51
|
+
var prefixFromContext = (0, react_1.useContext)(context_1.Context).prefix;
|
|
52
|
+
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"]);
|
|
53
|
+
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
54
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
55
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-Rocket").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 22 22", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
|
|
56
|
+
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.6046 2.00011L17.8852 2.07104C18.5509 2.07999 19.0884 2.61743 19.0973 3.2831L19.1687 8.56416C19.1732 8.89575 19.0435 9.2151 18.809 9.44962L15.6114 12.6472L15.7508 17.0787C15.7614 17.4179 15.6314 17.7463 15.3915 17.9862L15.0276 18.35C14.7931 18.5845 14.4738 18.7143 14.1422 18.7098L11.756 18.6777C11.436 18.6735 11.1301 18.5444 10.9038 18.318L9.70019 17.1145C9.6443 17.0749 9.59099 17.03 9.54091 16.9799L4.4498 11.8888L2.81306 10.2524C2.58666 10.026 2.45757 9.72018 2.45327 9.40004L2.42123 7.01389C2.41678 6.68231 2.54653 6.36299 2.78101 6.12851L3.14483 5.76471C3.38474 5.52478 3.71318 5.39476 4.05231 5.40543L8.53286 5.54629L11.7193 2.3599C11.9537 2.12541 12.2731 1.99566 12.6046 2.00011ZM17.5281 8.41345L17.4643 3.70362L12.756 3.64019L5.63725 10.7588L10.4099 15.5316L17.5281 8.41345ZM4.20539 14.1314C4.52554 13.8113 4.52554 13.2923 4.20539 12.9721C3.88525 12.652 3.36618 12.652 3.04604 12.9721L2.24011 13.778C1.91996 14.0981 1.91996 14.6172 2.24011 14.9374C2.56025 15.2575 3.07932 15.2575 3.39946 14.9374L4.20539 14.1314ZM6.62104 15.7083C6.94122 15.3882 6.94122 14.8691 6.62104 14.5489C6.30091 14.2288 5.78184 14.2288 5.46171 14.5489L3.30758 16.7031C2.98744 17.0232 2.98744 17.5423 3.30758 17.8625C3.62773 18.1826 4.14679 18.1826 4.46694 17.8625L6.62104 15.7083ZM8.19816 18.1239C8.51829 17.8038 8.51829 17.2847 8.19816 16.9646C7.87798 16.6444 7.35895 16.6444 7.03878 16.9646L6.23286 17.7705C5.91273 18.0907 5.91273 18.6098 6.23286 18.9299C6.55303 19.25 7.07206 19.25 7.39224 18.9299L8.19816 18.1239ZM4.4497 9.57168L6.88775 7.13366L4.17833 7.0482L4.06161 7.16493L4.08913 9.21113L4.4497 9.57168ZM11.5844 16.6813L14.0225 14.2432L14.108 16.9533L13.9918 17.0694L11.9451 17.0419L11.5844 16.6813ZM14.5644 9.75789C15.4463 8.87608 15.4463 7.44636 14.5644 6.56455C13.6826 5.68271 12.2528 5.68271 11.3711 6.56455C10.4892 7.44636 10.4892 8.87608 11.3711 9.75789C12.2528 10.6397 13.6826 10.6397 14.5644 9.75789ZM12.5295 7.72303C12.7716 7.48105 13.164 7.48105 13.406 7.72303C13.648 7.96507 13.648 8.35743 13.406 8.59942C13.164 8.84141 12.7716 8.84141 12.5295 8.59942C12.2875 8.35743 12.2875 7.96507 12.5295 7.72303Z" }));
|
|
57
|
+
}
|
|
58
|
+
var IconRocket = react_1.default.forwardRef(IconRocketComponent);
|
|
59
|
+
exports.default = IconRocket;
|
package/cjs/index.d.ts
CHANGED
|
@@ -1622,4 +1622,7 @@ export { default as IconTreeModelFunctionCall } from './IconTreeModelFunctionCal
|
|
|
1622
1622
|
export { default as IconTreeModelIllustratedVid } from './IconTreeModelIllustratedVid';
|
|
1623
1623
|
export { default as IconTreeModelVisModel } from './IconTreeModelVisModel';
|
|
1624
1624
|
export { default as IconAgentFeedbackIgnore } from './IconAgentFeedbackIgnore';
|
|
1625
|
+
export { default as IconMemoryEmbedding } from './IconMemoryEmbedding';
|
|
1626
|
+
export { default as IconMemoryLlm } from './IconMemoryLlm';
|
|
1627
|
+
export { default as IconRocket } from './IconRocket';
|
|
1625
1628
|
export * from './type';
|
package/cjs/index.js
CHANGED
|
@@ -49,7 +49,7 @@ exports.IconMinimumQueue = exports.IconAgentWebService = exports.IconAgentDeploy
|
|
|
49
49
|
exports.IconPermission = exports.IconWorkflowNode = exports.IconExtendedContext = exports.IconBGE = exports.IconBarChart = exports.IconCircularGraph = exports.IconAgentFile = exports.IconTreeKnowledgeRetrieval = exports.IconTreeAgentInvocation = exports.IconTreeMetadataFiltering = exports.IconTreeDatabasePermission = exports.IconTreeContentAudit = exports.IconTreeRankModel = exports.IconTreeSafetyAudit = exports.IconTreeSQL = exports.IconTreePluginInvocation = exports.IconTreeEmbeddingModel = exports.IconTreeKnowledgePermission = exports.IconExperienceCenter = exports.IconKnowledgeSpreadsheet = exports.IconWebsdk = exports.IconMCPAgentPublish = exports.IconAgentSend = exports.IconImageUnderstanding1 = exports.IconPositioningChart = exports.IconDataMapping = exports.IconDataEnhance = exports.IconDataAnnotation = exports.IconDataClean = exports.IconUploadVideo1 = exports.IconUploadImage1 = exports.IconDiagramCracking = exports.IconNoVideoImage = exports.IconCalendar1 = exports.IconMagic = exports.IconUnconstraint = exports.IconConstraint = exports.IconImageUpload = exports.IconAiImageActive = exports.IconAiVideoDefault = exports.IconAiVideoActive = exports.IconAiImageDefault = exports.IconAiVideo = exports.IconUpgradeEngine = exports.IconAscent = exports.IconNvidia = exports.IconVisualModel = exports.IconText2video = exports.IconText2image = exports.IconImage2video = void 0;
|
|
50
50
|
exports.IconDataExternal = exports.IconZip = exports.IconUploadingTxt = exports.IconUnknownFile = exports.IconUploadingPng = exports.IconUploadingPdf = exports.IconUploadingPpt = exports.IconUploadingDoc = exports.IconUploadingMd = exports.IconUploadingXlsx = exports.IconUploadingOfd = exports.IconUploadingJson = exports.IconUploadingCsv = exports.IconUploadingHtml = exports.IconWorkflowEditor = exports.IconWorkflowClose = exports.IconWorkflowMore = exports.IconWorkflowNodeInput = exports.IconWorkflowUpwards = exports.IconWorkflowDownward = exports.IconPluginListed = exports.IconPluginChoose = exports.IconPluginListedAdd = exports.IconTreeAbnormal = exports.IconTreeSuccess = exports.IconTreeFailure = exports.IconAgentCenterAnswer = exports.IconStop1 = exports.IconTreeAgent = exports.IconTreeQA = exports.IconAgentMicrophoneClose = exports.IconAWS = exports.IconAgentVoiceInteraction = exports.IconAgentVoicePause = exports.IconAgentVoicePlay = exports.IconAgentMicrophone = exports.IconAgentVoiceDialogue = exports.IconAgentVoiceSwitch = exports.IconAgentVoiceAnswer = exports.IconAgentVoiceHangup = exports.IconAgentInputKeyboard = exports.IconAgentVoiceInput = exports.IconAgentVoiceExit = exports.IconAgentSubtitlesOff = exports.IconAgentVoiceInterruptionTurnon = exports.IconAgentSubtitlesOn = exports.IconAgentVoiceInterruptionTurnoff = exports.IconDataProcessing1 = exports.IconWhiteList = exports.IconAnonymousAccess = void 0;
|
|
51
51
|
exports.IconGoogleGemini = exports.IconClaude = exports.IconImageEmbedding = exports.IconWorkflowImageGeneration = exports.IconReleaseManagement = exports.IconBasicList = exports.IconTable = exports.IconTime = exports.IconWorkflow169 = exports.IconWorkflowFreedom = exports.IconWorkflow32 = exports.IconWorkflow219 = exports.IconWorkflow34 = exports.IconWorkflow11 = exports.IconWorkflow43 = exports.IconWorkflow23 = exports.IconWorkflow916 = exports.IconWorkflow32500 = exports.IconWorkflow219500 = exports.IconWorkflow34500 = exports.IconWorkflow23500 = exports.IconWorkflow43500 = exports.IconWorkflow916500 = exports.IconWorkflow169500 = exports.IconWorkflow11500 = exports.IconWorkflowFreedom500 = exports.IconTreeTrigger = exports.IconKnowledgeFluctuation = exports.IconWorkflowConditions = exports.IconHead2tailFrame = exports.IconImage2image = exports.IconFirstFrame = exports.IconPromptCreateCopy = exports.IconPromptDefault = exports.IconPromptGeneralStructure = exports.IconPromptRolePlaying = exports.IconPromptHallucinationCorrection = exports.IconPromptTaskExecution = exports.IconPromptKnowledgeAnswer = exports.IconPromptSkillInvocation = exports.IconPromptWrittenOptimization = exports.IconPromptReasoningThinking = exports.IconPromptMeeting = exports.IconPromptContentExpansion = exports.IconPromptInterviewQuestions = exports.IconPromptJinja = exports.IconPromptGeneral = exports.IconUploadingLarkdocx = exports.IconUploadingLarksheet = exports.IconUploadingWps = void 0;
|
|
52
|
-
exports.IconAgentFeedbackIgnore = exports.IconTreeModelVisModel = exports.IconTreeModelIllustratedVid = exports.IconTreeModelFunctionCall = exports.IconTreeModelImgUnderstanding = exports.IconTreeModelTextImage = exports.IconTreeModelFirstFrame = exports.IconTreeModelDeepThinking = exports.IconTreeModelVidUnderstanding = exports.IconTreeModelStartEndFrame = exports.IconTreeModelPicture = exports.IconSystemCodePackage = exports.IconSystemNetworkControl = exports.IconSystemObservation = exports.IconSystemVoice = exports.IconSystemModelSecurity = exports.IconSystemTimeout = exports.IconSystemAnnouncement = exports.IconSystemLimitations = exports.IconAgentFileConfiguration = exports.IconAudio = exports.IconVideo = exports.IconAgentFileSettings = exports.IconAgentFilesSettings = void 0;
|
|
52
|
+
exports.IconRocket = exports.IconMemoryLlm = exports.IconMemoryEmbedding = exports.IconAgentFeedbackIgnore = exports.IconTreeModelVisModel = exports.IconTreeModelIllustratedVid = exports.IconTreeModelFunctionCall = exports.IconTreeModelImgUnderstanding = exports.IconTreeModelTextImage = exports.IconTreeModelFirstFrame = exports.IconTreeModelDeepThinking = exports.IconTreeModelVidUnderstanding = exports.IconTreeModelStartEndFrame = exports.IconTreeModelPicture = exports.IconSystemCodePackage = exports.IconSystemNetworkControl = exports.IconSystemObservation = exports.IconSystemVoice = exports.IconSystemModelSecurity = exports.IconSystemTimeout = exports.IconSystemAnnouncement = exports.IconSystemLimitations = exports.IconAgentFileConfiguration = exports.IconAudio = exports.IconVideo = exports.IconAgentFileSettings = exports.IconAgentFilesSettings = void 0;
|
|
53
53
|
var IconWorkflowNodata_1 = require("./IconWorkflowNodata");
|
|
54
54
|
Object.defineProperty(exports, "IconWorkflowNodata", { enumerable: true, get: function () { return __importDefault(IconWorkflowNodata_1).default; } });
|
|
55
55
|
var IconAgentNodata_1 = require("./IconAgentNodata");
|
|
@@ -3298,4 +3298,10 @@ var IconTreeModelVisModel_1 = require("./IconTreeModelVisModel");
|
|
|
3298
3298
|
Object.defineProperty(exports, "IconTreeModelVisModel", { enumerable: true, get: function () { return __importDefault(IconTreeModelVisModel_1).default; } });
|
|
3299
3299
|
var IconAgentFeedbackIgnore_1 = require("./IconAgentFeedbackIgnore");
|
|
3300
3300
|
Object.defineProperty(exports, "IconAgentFeedbackIgnore", { enumerable: true, get: function () { return __importDefault(IconAgentFeedbackIgnore_1).default; } });
|
|
3301
|
+
var IconMemoryEmbedding_1 = require("./IconMemoryEmbedding");
|
|
3302
|
+
Object.defineProperty(exports, "IconMemoryEmbedding", { enumerable: true, get: function () { return __importDefault(IconMemoryEmbedding_1).default; } });
|
|
3303
|
+
var IconMemoryLlm_1 = require("./IconMemoryLlm");
|
|
3304
|
+
Object.defineProperty(exports, "IconMemoryLlm", { enumerable: true, get: function () { return __importDefault(IconMemoryLlm_1).default; } });
|
|
3305
|
+
var IconRocket_1 = require("./IconRocket");
|
|
3306
|
+
Object.defineProperty(exports, "IconRocket", { enumerable: true, get: function () { return __importDefault(IconRocket_1).default; } });
|
|
3301
3307
|
__exportStar(require("./type"), exports);
|