@arco-iconbox/react-hiagent 0.1.68 → 0.1.70
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/IconFirstCharacterReplyTakesTime/index.d.ts +4 -0
- package/cjs/IconFirstCharacterReplyTakesTime/index.js +59 -0
- package/cjs/IconFirstTokensCost/index.d.ts +4 -0
- package/cjs/IconFirstTokensCost/index.js +59 -0
- package/cjs/IconHorizontalBarChartNodata/index.d.ts +4 -0
- package/cjs/IconHorizontalBarChartNodata/index.js +62 -0
- package/cjs/IconLineGraphNodata/index.d.ts +4 -0
- package/cjs/IconLineGraphNodata/index.js +60 -0
- package/cjs/IconModelVoice/index.d.ts +4 -0
- package/cjs/IconModelVoice/index.js +59 -0
- package/cjs/IconMultiLanguage/index.d.ts +4 -0
- package/cjs/IconMultiLanguage/index.js +59 -0
- package/cjs/IconMultiTimbre/index.d.ts +4 -0
- package/cjs/IconMultiTimbre/index.js +59 -0
- package/cjs/IconNodeInvocation/index.d.ts +4 -0
- package/cjs/IconNodeInvocation/index.js +59 -0
- package/cjs/IconNodeSuccessfullyInvoked/index.d.ts +4 -0
- package/cjs/IconNodeSuccessfullyInvoked/index.js +59 -0
- package/cjs/IconNodeTimeConsumption/index.d.ts +4 -0
- package/cjs/IconNodeTimeConsumption/index.js +63 -0
- package/cjs/IconPieChartNodata/index.d.ts +4 -0
- package/cjs/IconPieChartNodata/index.js +60 -0
- package/cjs/IconProcessEvaluation/index.d.ts +4 -0
- package/cjs/IconProcessEvaluation/index.js +59 -0
- package/cjs/IconSingleDialogueTimeConsuming/index.d.ts +4 -0
- package/cjs/IconSingleDialogueTimeConsuming/index.js +59 -0
- package/cjs/IconSpeech2text/index.d.ts +4 -0
- package/cjs/IconSpeech2text/index.js +59 -0
- package/cjs/IconText2speech/index.d.ts +4 -0
- package/cjs/IconText2speech/index.js +59 -0
- package/cjs/IconTokenConsumption/index.d.ts +4 -0
- package/cjs/IconTokenConsumption/index.js +59 -0
- package/cjs/IconUploadingLarkbitable/index.d.ts +4 -0
- package/cjs/IconUploadingLarkbitable/index.js +60 -0
- package/cjs/IconVerticalBarChartNodata/index.d.ts +4 -0
- package/cjs/IconVerticalBarChartNodata/index.js +62 -0
- package/cjs/index.d.ts +18 -0
- package/cjs/index.js +37 -1
- package/dist/icon.min.js +1 -1
- package/esm/IconFirstCharacterReplyTakesTime/index.d.ts +4 -0
- package/esm/IconFirstCharacterReplyTakesTime/index.js +34 -0
- package/esm/IconFirstTokensCost/index.d.ts +4 -0
- package/esm/IconFirstTokensCost/index.js +34 -0
- package/esm/IconHorizontalBarChartNodata/index.d.ts +4 -0
- package/esm/IconHorizontalBarChartNodata/index.js +37 -0
- package/esm/IconLineGraphNodata/index.d.ts +4 -0
- package/esm/IconLineGraphNodata/index.js +35 -0
- package/esm/IconModelVoice/index.d.ts +4 -0
- package/esm/IconModelVoice/index.js +34 -0
- package/esm/IconMultiLanguage/index.d.ts +4 -0
- package/esm/IconMultiLanguage/index.js +34 -0
- package/esm/IconMultiTimbre/index.d.ts +4 -0
- package/esm/IconMultiTimbre/index.js +34 -0
- package/esm/IconNodeInvocation/index.d.ts +4 -0
- package/esm/IconNodeInvocation/index.js +34 -0
- package/esm/IconNodeSuccessfullyInvoked/index.d.ts +4 -0
- package/esm/IconNodeSuccessfullyInvoked/index.js +34 -0
- package/esm/IconNodeTimeConsumption/index.d.ts +4 -0
- package/esm/IconNodeTimeConsumption/index.js +38 -0
- package/esm/IconPieChartNodata/index.d.ts +4 -0
- package/esm/IconPieChartNodata/index.js +35 -0
- package/esm/IconProcessEvaluation/index.d.ts +4 -0
- package/esm/IconProcessEvaluation/index.js +34 -0
- package/esm/IconSingleDialogueTimeConsuming/index.d.ts +4 -0
- package/esm/IconSingleDialogueTimeConsuming/index.js +34 -0
- package/esm/IconSpeech2text/index.d.ts +4 -0
- package/esm/IconSpeech2text/index.js +34 -0
- package/esm/IconText2speech/index.d.ts +4 -0
- package/esm/IconText2speech/index.js +34 -0
- package/esm/IconTokenConsumption/index.d.ts +4 -0
- package/esm/IconTokenConsumption/index.js +34 -0
- package/esm/IconUploadingLarkbitable/index.d.ts +4 -0
- package/esm/IconUploadingLarkbitable/index.js +35 -0
- package/esm/IconVerticalBarChartNodata/index.d.ts +4 -0
- package/esm/IconVerticalBarChartNodata/index.js +37 -0
- package/esm/index.d.ts +18 -0
- package/esm/index.js +18 -0
- package/package.json +1 -1
- package/src/IconFirstCharacterReplyTakesTime/index.tsx +15 -0
- package/src/IconFirstTokensCost/index.tsx +15 -0
- package/src/IconHorizontalBarChartNodata/index.tsx +15 -0
- package/src/IconLineGraphNodata/index.tsx +15 -0
- package/src/IconModelVoice/index.tsx +15 -0
- package/src/IconMultiLanguage/index.tsx +15 -0
- package/src/IconMultiTimbre/index.tsx +15 -0
- package/src/IconNodeInvocation/index.tsx +15 -0
- package/src/IconNodeSuccessfullyInvoked/index.tsx +15 -0
- package/src/IconNodeTimeConsumption/index.tsx +15 -0
- package/src/IconPieChartNodata/index.tsx +15 -0
- package/src/IconProcessEvaluation/index.tsx +15 -0
- package/src/IconSingleDialogueTimeConsuming/index.tsx +15 -0
- package/src/IconSpeech2text/index.tsx +15 -0
- package/src/IconText2speech/index.tsx +15 -0
- package/src/IconTokenConsumption/index.tsx +15 -0
- package/src/IconUploadingLarkbitable/index.tsx +15 -0
- package/src/IconVerticalBarChartNodata/index.tsx +15 -0
- package/src/index.ts +18 -0
- package/umd/IconFirstCharacterReplyTakesTime/index.d.ts +4 -0
- package/umd/IconFirstCharacterReplyTakesTime/index.js +69 -0
- package/umd/IconFirstTokensCost/index.d.ts +4 -0
- package/umd/IconFirstTokensCost/index.js +69 -0
- package/umd/IconHorizontalBarChartNodata/index.d.ts +4 -0
- package/umd/IconHorizontalBarChartNodata/index.js +72 -0
- package/umd/IconLineGraphNodata/index.d.ts +4 -0
- package/umd/IconLineGraphNodata/index.js +70 -0
- package/umd/IconModelVoice/index.d.ts +4 -0
- package/umd/IconModelVoice/index.js +69 -0
- package/umd/IconMultiLanguage/index.d.ts +4 -0
- package/umd/IconMultiLanguage/index.js +69 -0
- package/umd/IconMultiTimbre/index.d.ts +4 -0
- package/umd/IconMultiTimbre/index.js +69 -0
- package/umd/IconNodeInvocation/index.d.ts +4 -0
- package/umd/IconNodeInvocation/index.js +69 -0
- package/umd/IconNodeSuccessfullyInvoked/index.d.ts +4 -0
- package/umd/IconNodeSuccessfullyInvoked/index.js +69 -0
- package/umd/IconNodeTimeConsumption/index.d.ts +4 -0
- package/umd/IconNodeTimeConsumption/index.js +73 -0
- package/umd/IconPieChartNodata/index.d.ts +4 -0
- package/umd/IconPieChartNodata/index.js +70 -0
- package/umd/IconProcessEvaluation/index.d.ts +4 -0
- package/umd/IconProcessEvaluation/index.js +69 -0
- package/umd/IconSingleDialogueTimeConsuming/index.d.ts +4 -0
- package/umd/IconSingleDialogueTimeConsuming/index.js +69 -0
- package/umd/IconSpeech2text/index.d.ts +4 -0
- package/umd/IconSpeech2text/index.js +69 -0
- package/umd/IconText2speech/index.d.ts +4 -0
- package/umd/IconText2speech/index.js +69 -0
- package/umd/IconTokenConsumption/index.d.ts +4 -0
- package/umd/IconTokenConsumption/index.js +69 -0
- package/umd/IconUploadingLarkbitable/index.d.ts +4 -0
- package/umd/IconUploadingLarkbitable/index.js +70 -0
- package/umd/IconVerticalBarChartNodata/index.d.ts +4 -0
- package/umd/IconVerticalBarChartNodata/index.js +72 -0
- package/umd/index.d.ts +18 -0
- package/umd/index.js +38 -2
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconUploadingLarkbitable: 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 IconUploadingLarkbitable;
|
|
@@ -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 IconUploadingLarkbitableComponent(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-uploading-larkbitable").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0 20 20" }, rest, { ref: ref }),
|
|
31
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#8249F1', fillRule: "evenodd", d: "M13.75 1.25A3.75 3.75 0 0 1 17.5 5v13.125c0 .345-.28.625-.625.625H6.25A3.75 3.75 0 0 1 2.5 15V1.875c0-.345.28-.625.625-.625H13.75Z", clipRule: "evenodd" }),
|
|
32
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "m10 7.3 1.632-1.632a.5.5 0 0 1 .707 0l1.991 1.99a.5.5 0 0 1 0 .708L12.7 9.997l1.635 1.635a.5.5 0 0 1 0 .707l-1.995 1.995a.5.5 0 0 1-.707 0l-1.635-1.635-1.633 1.633a.5.5 0 0 1-.707 0l-1.99-1.99a.5.5 0 0 1 0-.708L7.3 10.001 5.667 8.368a.5.5 0 0 1 0-.707l1.995-1.995a.5.5 0 0 1 .707 0L10 7.3ZM7.304 10 10 12.697l2.696-2.696L10 7.305 7.303 10Z", opacity: ".9" }));
|
|
33
|
+
}
|
|
34
|
+
var IconUploadingLarkbitable = React.forwardRef(IconUploadingLarkbitableComponent);
|
|
35
|
+
export default IconUploadingLarkbitable;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconVerticalBarChartNodata: 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 IconVerticalBarChartNodata;
|
|
@@ -0,0 +1,37 @@
|
|
|
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 IconVerticalBarChartNodataComponent(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-vertical-bar-chart-nodata").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0 100 100" }, rest, { ref: ref }),
|
|
31
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#EAEDF1', d: "M91 82.94H75V41.721a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v41.217Z", opacity: ".6" }),
|
|
32
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#DDE2E9', d: "M53 20.058a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2V82.94H53V20.057Z" }),
|
|
33
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#EAEDF1', d: "M47 82.94H31V31.674a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v51.264Z", opacity: ".6" }),
|
|
34
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#DDE2E9', d: "M25 82.94H9V59.537a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v23.401Z", opacity: ".6" }));
|
|
35
|
+
}
|
|
36
|
+
var IconVerticalBarChartNodata = React.forwardRef(IconVerticalBarChartNodataComponent);
|
|
37
|
+
export default IconVerticalBarChartNodata;
|
package/esm/index.d.ts
CHANGED
|
@@ -1654,4 +1654,22 @@ export { default as IconVideoNext } from './IconVideoNext';
|
|
|
1654
1654
|
export { default as IconVideoRewind10s } from './IconVideoRewind10s';
|
|
1655
1655
|
export { default as IconAudioVolume } from './IconAudioVolume';
|
|
1656
1656
|
export { default as IconVideoPrevious } from './IconVideoPrevious';
|
|
1657
|
+
export { default as IconUploadingLarkbitable } from './IconUploadingLarkbitable';
|
|
1658
|
+
export { default as IconTokenConsumption } from './IconTokenConsumption';
|
|
1659
|
+
export { default as IconNodeTimeConsumption } from './IconNodeTimeConsumption';
|
|
1660
|
+
export { default as IconSingleDialogueTimeConsuming } from './IconSingleDialogueTimeConsuming';
|
|
1661
|
+
export { default as IconNodeInvocation } from './IconNodeInvocation';
|
|
1662
|
+
export { default as IconFirstCharacterReplyTakesTime } from './IconFirstCharacterReplyTakesTime';
|
|
1663
|
+
export { default as IconNodeSuccessfullyInvoked } from './IconNodeSuccessfullyInvoked';
|
|
1664
|
+
export { default as IconFirstTokensCost } from './IconFirstTokensCost';
|
|
1665
|
+
export { default as IconText2speech } from './IconText2speech';
|
|
1666
|
+
export { default as IconMultiLanguage } from './IconMultiLanguage';
|
|
1667
|
+
export { default as IconMultiTimbre } from './IconMultiTimbre';
|
|
1668
|
+
export { default as IconSpeech2text } from './IconSpeech2text';
|
|
1669
|
+
export { default as IconModelVoice } from './IconModelVoice';
|
|
1670
|
+
export { default as IconProcessEvaluation } from './IconProcessEvaluation';
|
|
1671
|
+
export { default as IconVerticalBarChartNodata } from './IconVerticalBarChartNodata';
|
|
1672
|
+
export { default as IconHorizontalBarChartNodata } from './IconHorizontalBarChartNodata';
|
|
1673
|
+
export { default as IconLineGraphNodata } from './IconLineGraphNodata';
|
|
1674
|
+
export { default as IconPieChartNodata } from './IconPieChartNodata';
|
|
1657
1675
|
export * from './type';
|
package/esm/index.js
CHANGED
|
@@ -1654,4 +1654,22 @@ export { default as IconVideoNext } from './IconVideoNext';
|
|
|
1654
1654
|
export { default as IconVideoRewind10s } from './IconVideoRewind10s';
|
|
1655
1655
|
export { default as IconAudioVolume } from './IconAudioVolume';
|
|
1656
1656
|
export { default as IconVideoPrevious } from './IconVideoPrevious';
|
|
1657
|
+
export { default as IconUploadingLarkbitable } from './IconUploadingLarkbitable';
|
|
1658
|
+
export { default as IconTokenConsumption } from './IconTokenConsumption';
|
|
1659
|
+
export { default as IconNodeTimeConsumption } from './IconNodeTimeConsumption';
|
|
1660
|
+
export { default as IconSingleDialogueTimeConsuming } from './IconSingleDialogueTimeConsuming';
|
|
1661
|
+
export { default as IconNodeInvocation } from './IconNodeInvocation';
|
|
1662
|
+
export { default as IconFirstCharacterReplyTakesTime } from './IconFirstCharacterReplyTakesTime';
|
|
1663
|
+
export { default as IconNodeSuccessfullyInvoked } from './IconNodeSuccessfullyInvoked';
|
|
1664
|
+
export { default as IconFirstTokensCost } from './IconFirstTokensCost';
|
|
1665
|
+
export { default as IconText2speech } from './IconText2speech';
|
|
1666
|
+
export { default as IconMultiLanguage } from './IconMultiLanguage';
|
|
1667
|
+
export { default as IconMultiTimbre } from './IconMultiTimbre';
|
|
1668
|
+
export { default as IconSpeech2text } from './IconSpeech2text';
|
|
1669
|
+
export { default as IconModelVoice } from './IconModelVoice';
|
|
1670
|
+
export { default as IconProcessEvaluation } from './IconProcessEvaluation';
|
|
1671
|
+
export { default as IconVerticalBarChartNodata } from './IconVerticalBarChartNodata';
|
|
1672
|
+
export { default as IconHorizontalBarChartNodata } from './IconHorizontalBarChartNodata';
|
|
1673
|
+
export { default as IconLineGraphNodata } from './IconLineGraphNodata';
|
|
1674
|
+
export { default as IconPieChartNodata } from './IconPieChartNodata';
|
|
1657
1675
|
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 IconFirstCharacterReplyTakesTimeComponent(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-first_character_reply_takes_time${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 18 18" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path fillRule="evenodd" clipRule="evenodd" d="M12.875 7.5C15.3603 7.5 17.375 9.51472 17.375 12C17.375 14.4853 15.3603 16.5 12.875 16.5C10.3897 16.5 8.375 14.4853 8.375 12C8.375 9.51472 10.3897 7.5 12.875 7.5ZM12.875 9C11.2181 9 9.875 10.3431 9.875 12C9.875 13.6569 11.2181 15 12.875 15C14.5319 15 15.875 13.6569 15.875 12C15.875 10.3431 14.5319 9 12.875 9ZM13.25 9.75C13.4571 9.75 13.625 9.91789 13.625 10.125V11.25H14.75C14.9571 11.25 15.125 11.4179 15.125 11.625V12.375C15.125 12.5821 14.9571 12.75 14.75 12.75H12.5C12.2929 12.75 12.125 12.5821 12.125 12.375V10.125C12.125 9.91789 12.2929 9.75 12.5 9.75H13.25ZM7.375 13.5C7.58211 13.5 7.75 13.6679 7.75 13.875V14.625C7.75 14.8321 7.58211 15 7.375 15H2.625C2.41789 15 2.25 14.8321 2.25 14.625V13.875C2.25 13.6679 2.41789 13.5 2.625 13.5H7.375ZM7.375 8.25C7.58211 8.25 7.75 8.41789 7.75 8.625V9.375C7.75 9.58211 7.58211 9.75 7.375 9.75H2.625C2.41789 9.75 2.25 9.58211 2.25 9.375V8.625C2.25 8.41789 2.41789 8.25 2.625 8.25H7.375ZM14.625 3C14.8321 3 15 3.16789 15 3.375V4.125C15 4.33211 14.8321 4.5 14.625 4.5H2.625C2.41789 4.5 2.25 4.33211 2.25 4.125V3.375C2.25 3.16789 2.41789 3 2.625 3H14.625Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconFirstCharacterReplyTakesTime = React.forwardRef(IconFirstCharacterReplyTakesTimeComponent);
|
|
15
|
+
export default IconFirstCharacterReplyTakesTime;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconFirstTokensCostComponent(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-first_tokens_cost${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 18 18" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path d="M16.2881 2.25C16.6224 2.25 16.744 2.28522 16.8662 2.35059C16.9884 2.41593 17.0841 2.51164 17.1494 2.63379C17.2148 2.75601 17.25 2.87759 17.25 3.21191V5.5L15.75 7V3.75H2.25V15H7.75L6.25 16.5H1.71191C1.37759 16.5 1.25601 16.4648 1.13379 16.3994C1.01164 16.3341 0.915934 16.2384 0.850586 16.1162C0.785221 15.994 0.75 15.8724 0.75 15.5381V3.21191C0.75 2.87759 0.785221 2.75601 0.850586 2.63379C0.915934 2.51164 1.01164 2.41593 1.13379 2.35059C1.25601 2.28522 1.37759 2.25 1.71191 2.25H16.2881ZM12.875 7.5C15.3603 7.5 17.375 9.51472 17.375 12C17.375 14.4853 15.3603 16.5 12.875 16.5C10.3897 16.5 8.375 14.4853 8.375 12C8.375 9.51472 10.3897 7.5 12.875 7.5ZM12.875 9C11.2181 9 9.875 10.3431 9.875 12C9.875 13.6569 11.2181 15 12.875 15C14.5319 15 15.875 13.6569 15.875 12C15.875 10.3431 14.5319 9 12.875 9ZM13.25 9.75C13.4571 9.75 13.625 9.91789 13.625 10.125V11.25H14.75C14.9571 11.25 15.125 11.4179 15.125 11.625V12.375C15.125 12.5821 14.9571 12.75 14.75 12.75H12.5C12.2929 12.75 12.125 12.5821 12.125 12.375V10.125C12.125 9.91789 12.2929 9.75 12.5 9.75H13.25Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconFirstTokensCost = React.forwardRef(IconFirstTokensCostComponent);
|
|
15
|
+
export default IconFirstTokensCost;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconHorizontalBarChartNodataComponent(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-horizontal-bar-chart-nodata${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : 'none'} viewBox="0 0 100 100" {...rest} ref={ref}><path fill={useCurrentColor ? 'currentColor' : '#EAEDF1'} d="M0 65V53h65a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H0Z" opacity=".7"/><path fill={useCurrentColor ? 'currentColor' : '#DDE2E9'} d="M98 19a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H0V19h98Z"/><path fill={useCurrentColor ? 'currentColor' : '#EAEDF1'} d="M0 48V36h80a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H0Z" opacity=".9"/><path fill={useCurrentColor ? 'currentColor' : '#EAEDF1'} d="M0 82V70h37a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H0Z" opacity=".5"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconHorizontalBarChartNodata = React.forwardRef(IconHorizontalBarChartNodataComponent);
|
|
15
|
+
export default IconHorizontalBarChartNodata;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconLineGraphNodataComponent(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-line-graph-nodata${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : 'none'} viewBox="0 0 100 100" {...rest} ref={ref}><path fill={useCurrentColor ? 'currentColor' : '#DDE2E9'} d="M48.028 49.693 20.278 34.92 0 43v23.5l20.5-15L48.668 64 79.5 51.5 100 57V29.5l-19.223-6.803-32.75 26.996Z"/><path fill={useCurrentColor ? 'currentColor' : '#F2F4F7'} d="M100 83.697H0V66.5l20.5-15 28.277 12.197L79.5 51.5 100 57v26.697Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconLineGraphNodata = React.forwardRef(IconLineGraphNodataComponent);
|
|
15
|
+
export default IconLineGraphNodata;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconModelVoiceComponent(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-model_voice${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 14 14" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path fillRule="evenodd" clipRule="evenodd" d="M7 0C10.866 0 14 3.134 14 7C14 10.866 10.866 14 7 14C3.134 14 0 10.866 0 7C0 3.134 3.134 0 7 0ZM6.99992 1.27277C3.83684 1.27277 1.27265 3.83695 1.27265 7.00004C1.27265 10.1631 3.83684 12.7273 6.99992 12.7273C10.163 12.7273 12.7271 10.1631 12.7271 7.00004C12.7271 3.83695 10.163 1.27277 6.99992 1.27277ZM7.31803 4.1364C7.49375 4.1364 7.63621 4.27886 7.63621 4.45458V9.54549C7.63621 9.72122 7.49375 9.86367 7.31803 9.86367H6.68167C6.50594 9.86367 6.36348 9.72122 6.36348 9.54549V4.45458C6.36348 4.27886 6.50594 4.1364 6.68167 4.1364H7.31803ZM4.45439 5.40917C4.63012 5.40917 4.77257 5.55162 4.77257 5.72735V8.2728C4.77257 8.44853 4.63012 8.59099 4.45439 8.59099H3.81803C3.6423 8.59099 3.49985 8.44853 3.49985 8.2728V5.72735C3.49985 5.55162 3.6423 5.40917 3.81803 5.40917H4.45439ZM10.1817 5.40917C10.3574 5.40917 10.4998 5.55162 10.4998 5.72735V8.2728C10.4998 8.44853 10.3574 8.59099 10.1817 8.59099H9.5453C9.36958 8.59099 9.22712 8.44853 9.22712 8.2728V5.72735C9.22712 5.55162 9.36958 5.40917 9.5453 5.40917H10.1817Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconModelVoice = React.forwardRef(IconModelVoiceComponent);
|
|
15
|
+
export default IconModelVoice;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconMultiLanguageComponent(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-multi-language${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 22 22" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path d="M11.0004 2.59998C15.6395 2.60022 19.3998 6.36117 19.3998 11.0004C19.3995 15.6394 15.6394 19.3995 11.0004 19.3998C6.36117 19.3998 2.60022 15.6395 2.59998 11.0004C2.59998 6.36102 6.36102 2.59998 11.0004 2.59998ZM8.72595 11.764C8.80461 13.5196 9.15233 15.1234 9.6908 16.308C9.96092 16.9022 10.2619 17.3506 10.5541 17.6224C10.7541 17.8085 10.8985 17.8734 11.0004 17.8734C11.1022 17.8732 11.246 17.8082 11.4457 17.6224C11.7379 17.3505 12.0398 16.9023 12.3099 16.308C12.8484 15.1234 13.1951 13.5195 13.2738 11.764H8.72595ZM4.16931 11.764C4.45086 14.3097 6.12262 16.4362 8.40857 17.3676L8.5365 17.4183L8.49451 17.3383C7.77231 15.955 7.28861 13.984 7.19763 11.764H4.16931ZM14.8031 11.764C14.7104 14.0271 14.2089 16.0316 13.4633 17.4183C15.8148 16.5151 17.5447 14.3568 17.8314 11.764H14.8031ZM8.4906 4.59998C6.16256 5.51357 4.45401 7.6605 4.16931 10.2367H7.19763C7.28724 8.04874 7.75734 6.10205 8.46228 4.72205L8.5365 4.58142L8.4906 4.59998ZM10.9994 4.12732C10.8975 4.12752 10.7539 4.19239 10.5541 4.3783C10.262 4.65014 9.96085 5.09776 9.6908 5.69177C9.15229 6.87648 8.80458 8.48099 8.72595 10.2367H13.2738C13.1952 8.48099 12.8475 6.87648 12.309 5.69177C12.0389 5.09777 11.7378 4.65015 11.4457 4.3783C11.2638 4.20903 11.1284 4.13942 11.0287 4.1283L10.9994 4.12732ZM13.5062 4.66248C14.2283 6.04579 14.7122 8.01685 14.8031 10.2367H17.8314C17.5501 7.69093 15.8781 5.56369 13.5922 4.6322L13.4642 4.5824L13.5062 4.66248Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconMultiLanguage = React.forwardRef(IconMultiLanguageComponent);
|
|
15
|
+
export default IconMultiLanguage;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconMultiTimbreComponent(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-multi-timbre${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 22 22" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path d="M4.59961 14.5C4.87575 14.5 5.09961 14.7239 5.09961 15V15.5C5.09964 16.2732 5.72682 16.9004 6.5 16.9004H15.5C16.2732 16.9004 16.9004 16.2732 16.9004 15.5V15C16.9004 14.7239 17.1242 14.5 17.4004 14.5H18.0996C18.3758 14.5 18.5996 14.7239 18.5996 15V15.5C18.5996 17.2121 17.2121 18.5996 15.5 18.5996H6.5C4.78794 18.5996 3.40042 17.2121 3.40039 15.5V15C3.40039 14.7239 3.62425 14.5 3.90039 14.5H4.59961ZM11.2998 7.625C11.5759 7.625 11.7998 7.84886 11.7998 8.125V13.875C11.7998 14.1511 11.5759 14.375 11.2998 14.375H10.7002C10.4241 14.375 10.2002 14.1511 10.2002 13.875V8.125C10.2002 7.84886 10.4241 7.625 10.7002 7.625H11.2998ZM8.2998 8.75C8.57595 8.75 8.7998 8.97386 8.7998 9.25V12.75C8.7998 13.0261 8.57595 13.25 8.2998 13.25H7.7002C7.42405 13.25 7.2002 13.0261 7.2002 12.75V9.25C7.2002 8.97386 7.42405 8.75 7.7002 8.75H8.2998ZM14.2998 8.75C14.5759 8.75 14.7998 8.97386 14.7998 9.25V12.75C14.7998 13.0261 14.5759 13.25 14.2998 13.25H13.7002C13.4241 13.25 13.2002 13.0261 13.2002 12.75V9.25C13.2002 8.97386 13.4241 8.75 13.7002 8.75H14.2998ZM5.2998 9.5C5.57589 9.50007 5.7998 9.7239 5.7998 10V12C5.7998 12.2761 5.57589 12.4999 5.2998 12.5H4.7002C4.42405 12.5 4.2002 12.2761 4.2002 12V10C4.2002 9.72386 4.42405 9.5 4.7002 9.5H5.2998ZM17.2998 9.5C17.5759 9.5 17.7998 9.72386 17.7998 10V12C17.7998 12.2761 17.5759 12.5 17.2998 12.5H16.7002C16.4241 12.4999 16.2002 12.2761 16.2002 12V10C16.2002 9.7239 16.4241 9.50007 16.7002 9.5H17.2998ZM15.5 3.40039C17.2121 3.40039 18.5996 4.78791 18.5996 6.5V7C18.5996 7.27614 18.3758 7.5 18.0996 7.5H17.4004C17.1242 7.5 16.9004 7.27614 16.9004 7V6.5C16.9004 5.7268 16.2732 5.09961 15.5 5.09961H6.5C5.7268 5.09961 5.09961 5.7268 5.09961 6.5V7C5.09961 7.27614 4.87575 7.5 4.59961 7.5H3.90039C3.62425 7.5 3.40039 7.27614 3.40039 7V6.5C3.40039 4.78792 4.78792 3.4004 6.5 3.40039H15.5Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconMultiTimbre = React.forwardRef(IconMultiTimbreComponent);
|
|
15
|
+
export default IconMultiTimbre;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconNodeInvocationComponent(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-node_invocation${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 18 18" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path d="M10.9775 14.207C11.2339 14.6642 11.583 15.0629 12 15.376C11.1061 15.8542 10.0847 16.125 9 16.125C7.91552 16.125 6.89406 15.8546 6 15.377C6.41682 15.0625 6.76607 14.664 7.02246 14.207C7.6264 14.476 8.296 14.625 9 14.625C9.70398 14.625 10.3732 14.4756 10.9775 14.207ZM3.86621 9.37695L3.90039 9.37891C3.93083 9.38041 3.9619 9.38235 3.99219 9.38477C3.99984 9.38538 4.00791 9.38604 4.01562 9.38672C4.05299 9.39 4.09013 9.39382 4.12695 9.39844L4.1377 9.39941C5.61157 9.58981 6.75 10.8497 6.75 12.375C6.75 12.9082 6.61104 13.4089 6.36719 13.8428L6.35254 13.8672L6.34766 13.875L6.32617 13.9131L6.31641 13.9287L6.31348 13.9336L6.31152 13.9375L6.30859 13.9414L6.28906 13.9746C6.27334 13.9995 6.25659 14.0235 6.24023 14.0479C6.23563 14.0547 6.23124 14.0625 6.22656 14.0693C6.20754 14.0971 6.18785 14.1244 6.16797 14.1514C6.16038 14.1617 6.15221 14.1715 6.14453 14.1816C6.12972 14.2012 6.11492 14.221 6.09961 14.2402L6.0791 14.2666C6.05747 14.2932 6.0352 14.3199 6.0127 14.3457C6.00881 14.3502 6.00397 14.3539 6 14.3584C5.4506 14.9814 4.64646 15.375 3.75 15.375C2.09315 15.375 0.75 14.0319 0.75 12.375C0.75 11.1881 1.43934 10.1623 2.43945 9.67578L2.62695 9.59277L2.71484 9.55859L2.73535 9.55078L2.72949 9.55273L2.74902 9.5459C2.82316 9.51939 2.89892 9.49601 2.97559 9.47559L2.99219 9.47168C3.02752 9.46238 3.06308 9.45416 3.09863 9.44629C3.10228 9.44554 3.10577 9.44415 3.10938 9.44336C3.14603 9.43533 3.18348 9.4285 3.2207 9.42188C3.23146 9.41999 3.24216 9.41781 3.25293 9.41602C3.28062 9.41137 3.30894 9.40718 3.33691 9.40332C3.34787 9.40183 3.35915 9.39983 3.37012 9.39844C3.4451 9.38895 3.52103 9.38274 3.59766 9.37891C3.60853 9.37836 3.61996 9.37738 3.63086 9.37695C3.67038 9.37541 3.71011 9.375 3.75 9.375L3.86621 9.37695ZM14.3525 9.37695H14.3643L14.4023 9.37891C14.479 9.38274 14.5549 9.38896 14.6299 9.39844C14.6408 9.39982 14.6521 9.40181 14.6631 9.40332C14.6912 9.40719 14.7193 9.4114 14.7471 9.41602C14.7577 9.41779 14.7685 9.41996 14.7793 9.42188C14.8565 9.43562 14.9328 9.45217 15.0078 9.47168C15.0138 9.47324 15.0196 9.47501 15.0254 9.47656C15.0566 9.4849 15.0881 9.49355 15.1191 9.50293C15.1278 9.50554 15.1362 9.50816 15.1445 9.51074L15.2646 9.55078C16.4222 9.96674 17.25 11.0743 17.25 12.375C17.25 14.0319 15.9069 15.375 14.25 15.375C13.6873 15.375 13.1609 15.2197 12.7109 14.9502L12.6865 14.9355L12.6299 14.8994L12.6182 14.8926L12.6152 14.8906L12.582 14.8682C12.5175 14.8251 12.4544 14.7794 12.3936 14.7314C12.3873 14.7263 12.3811 14.7217 12.375 14.7168C12.3136 14.6677 12.2538 14.6155 12.1963 14.5615L12.1836 14.5498C12.1243 14.4935 12.0672 14.435 12.0127 14.374C12.0083 14.3691 12.0042 14.3642 12 14.3594C11.9795 14.3361 11.9592 14.312 11.9395 14.2881L11.9189 14.2637C11.8994 14.2396 11.8801 14.2151 11.8613 14.1904C11.8524 14.1787 11.8438 14.1663 11.835 14.1543C11.7918 14.0959 11.7507 14.0361 11.7119 13.9746C11.7058 13.9649 11.6993 13.955 11.6934 13.9453C11.4122 13.4886 11.25 12.9508 11.25 12.375C11.25 10.8495 12.3886 9.5896 13.8623 9.39941V9.40039L13.9697 9.3877L14.0088 9.38477L14.1299 9.37695C14.1698 9.37538 14.2098 9.375 14.25 9.375L14.3525 9.37695ZM3.75 10.875C2.92157 10.875 2.25 11.5466 2.25 12.375C2.25 13.2034 2.92157 13.875 3.75 13.875C4.57843 13.875 5.25 13.2034 5.25 12.375C5.25 11.5466 4.57843 10.875 3.75 10.875ZM14.25 10.875C13.4216 10.875 12.75 11.5466 12.75 12.375C12.75 13.2034 13.4216 13.875 14.25 13.875C15.0784 13.875 15.75 13.2034 15.75 12.375C15.75 11.5466 15.0784 10.875 14.25 10.875ZM13.8721 9.39844L13.9277 9.3916H13.9326L13.8721 9.39844ZM5.25098 4.59375C5.26516 5.17175 5.40995 5.71749 5.65723 6.20215C4.96693 6.85178 4.46697 7.70154 4.24805 8.6582C4.08552 8.63638 3.91893 8.625 3.75 8.625C3.38526 8.625 3.03261 8.6773 2.69922 8.77441C2.94799 7.15351 3.80784 5.73323 5.03613 4.75684L5.15625 4.66406L5.25098 4.59375ZM12.749 4.59277C14.0593 5.54691 14.9914 6.98911 15.2803 8.65137L15.3008 8.77441C14.9674 8.6773 14.6147 8.625 14.25 8.625C14.0811 8.625 13.9149 8.63658 13.752 8.6582C13.5335 7.7016 13.033 6.85153 12.3428 6.20117C12.6031 5.69112 12.75 5.11271 12.75 4.5L12.749 4.59277ZM9 1.5C10.6569 1.5 12 2.84315 12 4.5C12 4.86601 11.9344 5.21672 11.8145 5.54102L11.7715 5.64941L11.7705 5.65234L11.7627 5.67188L11.7383 5.72852C11.269 6.7729 10.2192 7.5 9 7.5C7.81417 7.5 6.78879 6.8121 6.30176 5.81348L6.25781 5.71875L6.24902 5.69824L6.2168 5.62207L6.20215 5.58398C6.18808 5.54774 6.17483 5.5107 6.16211 5.47363C6.15726 5.45949 6.15218 5.44514 6.14746 5.43066C6.12342 5.35689 6.10228 5.28186 6.08398 5.20605C6.08187 5.19729 6.07919 5.18849 6.07715 5.17969C6.05843 5.09885 6.04329 5.01674 6.03125 4.93359C6.03001 4.92504 6.02849 4.91661 6.02734 4.9082C6.02248 4.87245 6.01825 4.83609 6.01465 4.7998C6.01401 4.79335 6.01329 4.78667 6.0127 4.78027L6.00781 4.71484L6.00391 4.64844C6.00372 4.64455 6.00311 4.64065 6.00293 4.63672C6.00091 4.59147 6 4.54569 6 4.5L6.00195 4.38086L6.00391 4.3457C6.00524 4.31945 6.00678 4.29279 6.00879 4.2666L6.01172 4.23047C6.01469 4.19715 6.01842 4.16377 6.02246 4.13086L6.02539 4.11035C6.217 2.63738 7.47559 1.5 9 1.5ZM9 3C8.17157 3 7.5 3.67157 7.5 4.5C7.5 5.32843 8.17157 6 9 6C9.82843 6 10.5 5.32843 10.5 4.5C10.5 3.67157 9.82843 3 9 3Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconNodeInvocation = React.forwardRef(IconNodeInvocationComponent);
|
|
15
|
+
export default IconNodeInvocation;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconNodeSuccessfullyInvokedComponent(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-node_successfully_invoked${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 18 18" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path fillRule="evenodd" clipRule="evenodd" d="M16.0612 8.67852L17.9658 10.667C18.0114 10.7146 18.0114 10.7917 17.9658 10.8393C17.9439 10.8622 17.9143 10.875 17.8833 10.875L16.6504 10.8752C15.8091 14.3191 12.703 16.875 9 16.875C5.29684 16.875 2.19067 14.3189 1.34955 10.8749L2.90515 10.8748C3.70577 13.4807 6.13166 15.375 9 15.375C11.8682 15.375 14.294 13.4809 15.0947 10.8752L13.9917 10.875C13.9272 10.875 13.875 10.8205 13.875 10.7532C13.875 10.7209 13.8873 10.6899 13.9092 10.667L15.8137 8.67852C15.8821 8.60716 15.9929 8.60716 16.0612 8.67852ZM12.494 6.08318L13.0243 6.61351C13.1708 6.75996 13.1708 6.9974 13.0243 7.14384L8.25134 11.9168C8.10489 12.0633 7.86746 12.0633 7.72101 11.9168L4.9757 9.1715C4.82925 9.02505 4.82925 8.78762 4.9757 8.64117L5.50602 8.11084C5.65247 7.96439 5.88991 7.96439 6.03636 8.11084L7.98611 10.0606L11.9636 6.08318C12.1101 5.93674 12.3475 5.93674 12.494 6.08318ZM0.116673 7.125H4.00833C4.03927 7.125 4.06895 7.13783 4.09083 7.16068C4.12988 7.20145 4.13546 7.26395 4.10756 7.31093L4.09083 7.33295L2.18625 9.32148C2.12645 9.38392 2.03413 9.39172 1.9662 9.3449L1.93875 9.32148L0.0341726 7.33295C0.0122923 7.31011 0 7.27912 0 7.24682C0 7.18915 0.0383776 7.14084 0.0899207 7.12822L0.116673 7.125H4.00833H0.116673ZM9 1.125C12.7032 1.125 15.8093 3.68106 16.6504 7.12514L15.0949 7.12517C14.2942 4.51933 11.8683 2.625 9 2.625C6.1318 2.625 3.706 4.51915 2.90526 7.12479L1.34964 7.12476C2.1909 3.68087 5.29697 1.125 9 1.125Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconNodeSuccessfullyInvoked = React.forwardRef(IconNodeSuccessfullyInvokedComponent);
|
|
15
|
+
export default IconNodeSuccessfullyInvoked;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconNodeTimeConsumptionComponent(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-node_time_consumption${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 18 18" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><g clipPath="url(#svg_e8cd12dad1__clip0_4472_13569)"><path fillRule="evenodd" clipRule="evenodd" d="M9 0.75C13.5563 0.75 17.25 4.44365 17.25 9C17.25 13.5563 13.5563 17.25 9 17.25C4.44365 17.25 0.75 13.5563 0.75 9C0.75 4.44365 4.44365 0.75 9 0.75ZM9 2.25C5.27208 2.25 2.25 5.27208 2.25 9C2.25 12.7279 5.27208 15.75 9 15.75C12.7279 15.75 15.75 12.7279 15.75 9C15.75 5.27208 12.7279 2.25 9 2.25ZM9.375 5.25C9.58211 5.25 9.75 5.41789 9.75 5.625V8.25H12.375C12.5821 8.25 12.75 8.41789 12.75 8.625V9.375C12.75 9.58211 12.5821 9.75 12.375 9.75H8.625C8.41789 9.75 8.25 9.58211 8.25 9.375V5.625C8.25 5.41789 8.41789 5.25 8.625 5.25H9.375Z"/></g><defs><clipPath id="svg_e8cd12dad1__clip0_4472_13569"><path d="M0 0H18V18H0z"/></clipPath></defs></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconNodeTimeConsumption = React.forwardRef(IconNodeTimeConsumptionComponent);
|
|
15
|
+
export default IconNodeTimeConsumption;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconPieChartNodataComponent(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-pie-chart-nodata${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : 'none'} viewBox="0 0 100 100" {...rest} ref={ref}><path fill={useCurrentColor ? 'currentColor' : '#EAEDF1'} d="M82.553 52.093c1.105 0 2.006.897 1.946 2A36.647 36.647 0 1 1 45.907 15.5c1.102-.06 1.999.841 1.999 1.946v32.647a2 2 0 0 0 2 2h32.647Z" opacity=".6"/><path fill={useCurrentColor ? 'currentColor' : '#DDE2E9'} d="M86.742 47.907c1.104 0 2.005-.897 1.946-2-1.003-18.648-15.947-33.592-34.594-34.595-1.103-.059-2 .842-2 1.947v32.648a2 2 0 0 0 2 2h32.648Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconPieChartNodata = React.forwardRef(IconPieChartNodataComponent);
|
|
15
|
+
export default IconPieChartNodata;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconProcessEvaluationComponent(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-Process_evaluation${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 16 16" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path d="M2.88541 4.95867C2.33608 5.996 2.00008 7.17867 2.00008 7.83867V8.50533H0.666748V7.83867C0.666748 6.88133 1.10141 5.47867 1.70675 4.33467C2.01475 3.754 2.38875 3.19667 2.81341 2.77467C3.22675 2.36467 3.77208 2 4.41475 2C5.04008 2 5.57142 2.32667 5.98408 2.71933C6.40208 3.11667 6.76675 3.646 7.07408 4.204C7.68875 5.32133 8.14008 6.684 8.32342 7.72267L8.32475 7.73133L8.32608 7.74C8.44142 8.516 8.86208 9.81867 9.44208 10.922C9.73141 11.4727 10.0421 11.938 10.3467 12.2553C10.6667 12.5893 10.8874 12.6667 11.0001 12.6667C11.1241 12.6667 11.3421 12.59 11.6401 12.2827C11.9287 11.986 12.2194 11.5473 12.4801 11.0187C13.0054 9.952 13.3334 8.68 13.3334 7.83867V7.172H14.6667V7.83867C14.6667 8.93667 14.2654 10.412 13.6761 11.608C13.3787 12.2107 13.0154 12.7813 12.5967 13.212C12.1887 13.632 11.6467 14 11.0001 14C10.3427 14 9.79341 13.606 9.38408 13.1787C8.95941 12.7353 8.58141 12.1507 8.26208 11.5427C7.62675 10.334 7.15141 8.894 7.00875 7.946C6.84875 7.046 6.44542 5.82733 5.90608 4.846C5.63542 4.35467 5.34741 3.954 5.06475 3.68533C4.77675 3.41067 4.56008 3.33333 4.41475 3.33333C4.28675 3.33333 4.06208 3.41333 3.75275 3.72C3.45541 4.016 3.15541 4.448 2.88541 4.95867ZM2.66675 7.33333H6.00008V8.66667H2.66675V7.33333ZM9.33341 7.33333H12.6667V8.66667H9.33341V7.33333Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconProcessEvaluation = React.forwardRef(IconProcessEvaluationComponent);
|
|
15
|
+
export default IconProcessEvaluation;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconSingleDialogueTimeConsumingComponent(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-single_dialogue_time_consuming${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 18 18" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path fillRule="evenodd" clipRule="evenodd" d="M9.375 0.75C13.7242 0.75 17.25 4.27576 17.25 8.625C17.25 12.9742 13.7242 16.5 9.375 16.5H2.2875C1.85258 16.5 1.5 16.1474 1.5 15.7125V8.625C1.5 4.27576 5.02576 0.75 9.375 0.75ZM9.375 2.25C5.85418 2.25 3 5.10418 3 8.625V15H9.375C12.8958 15 15.75 12.1458 15.75 8.625C15.75 5.10418 12.8958 2.25 9.375 2.25ZM9.64427 6C9.81143 6 9.87205 6.0174 9.93316 6.05009C9.99427 6.08277 10.0422 6.13073 10.0749 6.19184C10.1076 6.25295 10.125 6.31357 10.125 6.48073V11.5193C10.125 11.6864 10.1076 11.747 10.0749 11.8082C10.0422 11.8693 9.99427 11.9172 9.93316 11.9499C9.87205 11.9826 9.81143 12 9.64427 12H9.10573C8.93857 12 8.87795 11.9826 8.81684 11.9499C8.75573 11.9172 8.70777 11.8693 8.67509 11.8082C8.6424 11.747 8.625 11.6864 8.625 11.5193V6.48073C8.625 6.31357 8.6424 6.25295 8.67509 6.19184C8.70777 6.13073 8.75573 6.08277 8.81684 6.05009C8.87795 6.0174 8.93857 6 9.10573 6H9.64427ZM12.6443 7.125C12.8114 7.125 12.872 7.1424 12.9332 7.17509C12.9943 7.20777 13.0422 7.25573 13.0749 7.31684C13.1076 7.37795 13.125 7.43857 13.125 7.60573V10.0193C13.125 10.1864 13.1076 10.247 13.0749 10.3082C13.0422 10.3693 12.9943 10.4172 12.9332 10.4499C12.872 10.4826 12.8114 10.5 12.6443 10.5H12.1057C11.9386 10.5 11.878 10.4826 11.8168 10.4499C11.7557 10.4172 11.7078 10.3693 11.6751 10.3082C11.6424 10.247 11.625 10.1864 11.625 10.0193V7.60573C11.625 7.43857 11.6424 7.37795 11.6751 7.31684C11.7078 7.25573 11.7557 7.20777 11.8168 7.17509C11.878 7.1424 11.9386 7.125 12.1057 7.125H12.6443ZM6.64427 7.125C6.81143 7.125 6.87205 7.1424 6.93316 7.17509C6.99427 7.20777 7.04223 7.25573 7.07491 7.31684C7.1076 7.37795 7.125 7.43857 7.125 7.60573V10.0193C7.125 10.1864 7.1076 10.247 7.07491 10.3082C7.04223 10.3693 6.99427 10.4172 6.93316 10.4499C6.87205 10.4826 6.81143 10.5 6.64427 10.5H6.10573C5.93857 10.5 5.87795 10.4826 5.81684 10.4499C5.75573 10.4172 5.70777 10.3693 5.67509 10.3082C5.6424 10.247 5.625 10.1864 5.625 10.0193V7.60573C5.625 7.43857 5.6424 7.37795 5.67509 7.31684C5.70777 7.25573 5.75573 7.20777 5.81684 7.17509C5.87795 7.1424 5.93857 7.125 6.10573 7.125H6.64427Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconSingleDialogueTimeConsuming = React.forwardRef(IconSingleDialogueTimeConsumingComponent);
|
|
15
|
+
export default IconSingleDialogueTimeConsuming;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconSpeech2textComponent(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-speech2text${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 22 22" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path d="M17.5967 4C18.4451 4 19.1336 4.68771 19.1338 5.53613V17.5967C19.1338 18.4453 18.4453 19.1338 17.5967 19.1338H5.53613C4.68773 19.1336 4 18.4451 4 17.5967V11.8682C4 11.592 4.22386 11.3682 4.5 11.3682H5.03613C5.31227 11.3682 5.53613 11.592 5.53613 11.8682V17.5967H17.5967V5.53613H13.2988C13.0867 5.53613 12.9141 5.36449 12.9141 5.15234V4.38379C12.9142 4.1718 13.0868 4 13.2988 4H17.5967ZM14.4951 9C14.6745 9.0001 14.8203 9.15146 14.8203 9.33789V10.0127C14.8203 10.1991 14.6745 10.3505 14.4951 10.3506H12.2197V16.0908C12.2197 16.2773 12.074 16.4287 11.8945 16.4287H11.2451C11.0656 16.4287 10.9199 16.2773 10.9199 16.0908V10.3506H8.64453C8.46523 10.3504 8.32031 10.199 8.32031 10.0127V9.33789C8.32031 9.15155 8.46523 9.00023 8.64453 9H14.4951ZM6.2002 1.59961C6.36579 1.59971 6.5 1.73477 6.5 1.90039V9.2998C6.5 9.46542 6.36579 9.5995 6.2002 9.59961H5.2998C5.13421 9.5995 5 9.46542 5 9.2998V1.90039C5 1.73477 5.13421 1.59971 5.2998 1.59961H6.2002ZM8.7002 3C8.86573 3.00011 8.99989 3.13427 9 3.2998V7.2998C9 7.46542 8.86579 7.5995 8.7002 7.59961H7.7998C7.63421 7.5995 7.5 7.46542 7.5 7.2998V3.2998C7.50011 3.13427 7.63427 3.00011 7.7998 3H8.7002ZM3.7002 3.75C3.86573 3.75011 3.99989 3.88427 4 4.0498V6.4502C3.99989 6.61573 3.86573 6.74989 3.7002 6.75H2.7998C2.63427 6.74989 2.50011 6.61573 2.5 6.4502V4.0498C2.50011 3.88427 2.63427 3.75011 2.7998 3.75H3.7002ZM11.2002 4C11.3657 4.00011 11.4999 4.13427 11.5 4.2998V5.7002C11.4999 5.86573 11.3657 5.99989 11.2002 6H10.2998C10.1343 5.99989 10.0001 5.86573 10 5.7002V4.2998C10.0001 4.13427 10.1343 4.00011 10.2998 4H11.2002Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconSpeech2text = React.forwardRef(IconSpeech2textComponent);
|
|
15
|
+
export default IconSpeech2text;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconText2speechComponent(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-text2speech${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 22 22" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path d="M17.5967 4C18.4451 4 19.1336 4.68771 19.1338 5.53613V17.5967C19.1338 18.4453 18.4453 19.1338 17.5967 19.1338H5.53613C4.68773 19.1336 4 18.4451 4 17.5967V13.8682C4 13.592 4.22386 13.3682 4.5 13.3682H5.03613C5.31227 13.3682 5.53613 13.592 5.53613 13.8682V17.5967H17.5967V5.53613H10.2988C10.0867 5.53613 9.91406 5.36449 9.91406 5.15234V4.38379C9.91425 4.1718 10.0868 4 10.2988 4H17.5967ZM13.2705 7.90039C13.4359 7.9007 13.5703 8.03567 13.5703 8.20117V15.6006C13.5701 15.7659 13.4358 15.9001 13.2705 15.9004H12.3701C12.2046 15.9003 12.0705 15.766 12.0703 15.6006V8.20117C12.0703 8.03555 12.2045 7.9005 12.3701 7.90039H13.2705ZM10.7705 9.30078C10.9359 9.30108 11.0702 9.43518 11.0703 9.60059V13.6006C11.0701 13.7659 10.9358 13.9001 10.7705 13.9004H9.87012C9.70464 13.9003 9.57051 13.766 9.57031 13.6006V9.60059C9.57042 9.43506 9.70459 9.30089 9.87012 9.30078H10.7705ZM15.7705 10.0508C15.9359 10.0511 16.0702 10.1852 16.0703 10.3506V12.751C16.07 12.9162 15.9357 13.0505 15.7705 13.0508H14.8701C14.7047 13.0507 14.5706 12.9163 14.5703 12.751V10.3506C14.5704 10.1851 14.7046 10.0509 14.8701 10.0508H15.7705ZM8.27051 10.3008C8.43587 10.3011 8.57021 10.4352 8.57031 10.6006V12.001C8.57001 12.1662 8.43575 12.3005 8.27051 12.3008H7.37012C7.20471 12.3007 7.07062 12.1663 7.07031 12.001V10.6006C7.07042 10.4351 7.20459 10.3009 7.37012 10.3008H8.27051ZM7.5752 4C7.75459 4.00011 7.90039 4.15147 7.90039 4.33789L7.90527 5.16211C7.90527 5.34858 7.75956 5.49998 7.58008 5.5L5.50488 5.51367L5.5 11.1045C5.49995 11.2909 5.35427 11.4424 5.1748 11.4424L4.3252 11.4287C4.1457 11.4287 4 11.2773 4 11.0908L4.00488 5.5H2C1.82051 5.5 1.6748 5.3486 1.6748 5.16211L1.66992 4.33789C1.66992 4.1514 1.81562 4 1.99512 4H7.5752Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconText2speech = React.forwardRef(IconText2speechComponent);
|
|
15
|
+
export default IconText2speech;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconTokenConsumptionComponent(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-token_consumption${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 18 18" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path fillRule="evenodd" clipRule="evenodd" d="M16.0612 8.67852L17.9658 10.667C18.0114 10.7146 18.0114 10.7917 17.9658 10.8393C17.9439 10.8622 17.9143 10.875 17.8833 10.875L16.6504 10.8752C15.8091 14.3191 12.703 16.875 9 16.875C5.29684 16.875 2.19067 14.3189 1.34955 10.8749L2.90515 10.8748C3.70577 13.4807 6.13166 15.375 9 15.375C11.8682 15.375 14.294 13.4809 15.0947 10.8752L13.9917 10.875C13.9272 10.875 13.875 10.8205 13.875 10.7532C13.875 10.7209 13.8873 10.6899 13.9092 10.667L15.8137 8.67852C15.8821 8.60716 15.9929 8.60716 16.0612 8.67852ZM9.66101 5.625C9.82528 5.625 9.95845 5.7586 9.95845 5.9234V8.10782L11.3729 8.32677C11.4261 8.33501 11.4761 8.35759 11.5176 8.39211C11.6439 8.49739 11.6613 8.68552 11.5564 8.8123L8.69679 12.2672C8.64028 12.3355 8.55641 12.375 8.46796 12.375C8.30369 12.375 8.17052 12.2414 8.17052 12.0766V9.77539L6.61681 9.47862C6.56239 9.46823 6.51195 9.44279 6.47116 9.40518C6.35022 9.29366 6.34229 9.10489 6.45345 8.98356L9.44202 5.72147C9.49835 5.65999 9.57778 5.625 9.66101 5.625ZM0.116673 7.125H4.00833C4.03927 7.125 4.06895 7.13783 4.09083 7.16068C4.12988 7.20145 4.13546 7.26395 4.10756 7.31093L4.09083 7.33295L2.18625 9.32148C2.12645 9.38392 2.03413 9.39172 1.9662 9.3449L1.93875 9.32148L0.0341726 7.33295C0.0122923 7.31011 0 7.27912 0 7.24682C0 7.18915 0.0383776 7.14084 0.0899207 7.12822L0.116673 7.125H4.00833H0.116673ZM9 1.125C12.7032 1.125 15.8093 3.68106 16.6504 7.12514L15.0949 7.12517C14.2942 4.51933 11.8683 2.625 9 2.625C6.1318 2.625 3.706 4.51915 2.90526 7.12479L1.34964 7.12476C2.1909 3.68087 5.29697 1.125 9 1.125Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconTokenConsumption = React.forwardRef(IconTokenConsumptionComponent);
|
|
15
|
+
export default IconTokenConsumption;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconUploadingLarkbitableComponent(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-uploading-larkbitable${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : 'none'} viewBox="0 0 20 20" {...rest} ref={ref}><path fill={useCurrentColor ? 'currentColor' : '#8249F1'} fillRule="evenodd" d="M13.75 1.25A3.75 3.75 0 0 1 17.5 5v13.125c0 .345-.28.625-.625.625H6.25A3.75 3.75 0 0 1 2.5 15V1.875c0-.345.28-.625.625-.625H13.75Z" clipRule="evenodd"/><path fill={useCurrentColor ? 'currentColor' : '#fff'} d="m10 7.3 1.632-1.632a.5.5 0 0 1 .707 0l1.991 1.99a.5.5 0 0 1 0 .708L12.7 9.997l1.635 1.635a.5.5 0 0 1 0 .707l-1.995 1.995a.5.5 0 0 1-.707 0l-1.635-1.635-1.633 1.633a.5.5 0 0 1-.707 0l-1.99-1.99a.5.5 0 0 1 0-.708L7.3 10.001 5.667 8.368a.5.5 0 0 1 0-.707l1.995-1.995a.5.5 0 0 1 .707 0L10 7.3ZM7.304 10 10 12.697l2.696-2.696L10 7.305 7.303 10Z" opacity=".9"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconUploadingLarkbitable = React.forwardRef(IconUploadingLarkbitableComponent);
|
|
15
|
+
export default IconUploadingLarkbitable;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconVerticalBarChartNodataComponent(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-vertical-bar-chart-nodata${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : 'none'} viewBox="0 0 100 100" {...rest} ref={ref}><path fill={useCurrentColor ? 'currentColor' : '#EAEDF1'} d="M91 82.94H75V41.721a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v41.217Z" opacity=".6"/><path fill={useCurrentColor ? 'currentColor' : '#DDE2E9'} d="M53 20.058a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2V82.94H53V20.057Z"/><path fill={useCurrentColor ? 'currentColor' : '#EAEDF1'} d="M47 82.94H31V31.674a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v51.264Z" opacity=".6"/><path fill={useCurrentColor ? 'currentColor' : '#DDE2E9'} d="M25 82.94H9V59.537a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v23.401Z" opacity=".6"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconVerticalBarChartNodata = React.forwardRef(IconVerticalBarChartNodataComponent);
|
|
15
|
+
export default IconVerticalBarChartNodata;
|
package/src/index.ts
CHANGED
|
@@ -1654,5 +1654,23 @@ export { default as IconVideoNext } from './IconVideoNext';
|
|
|
1654
1654
|
export { default as IconVideoRewind10s } from './IconVideoRewind10s';
|
|
1655
1655
|
export { default as IconAudioVolume } from './IconAudioVolume';
|
|
1656
1656
|
export { default as IconVideoPrevious } from './IconVideoPrevious';
|
|
1657
|
+
export { default as IconUploadingLarkbitable } from './IconUploadingLarkbitable';
|
|
1658
|
+
export { default as IconTokenConsumption } from './IconTokenConsumption';
|
|
1659
|
+
export { default as IconNodeTimeConsumption } from './IconNodeTimeConsumption';
|
|
1660
|
+
export { default as IconSingleDialogueTimeConsuming } from './IconSingleDialogueTimeConsuming';
|
|
1661
|
+
export { default as IconNodeInvocation } from './IconNodeInvocation';
|
|
1662
|
+
export { default as IconFirstCharacterReplyTakesTime } from './IconFirstCharacterReplyTakesTime';
|
|
1663
|
+
export { default as IconNodeSuccessfullyInvoked } from './IconNodeSuccessfullyInvoked';
|
|
1664
|
+
export { default as IconFirstTokensCost } from './IconFirstTokensCost';
|
|
1665
|
+
export { default as IconText2speech } from './IconText2speech';
|
|
1666
|
+
export { default as IconMultiLanguage } from './IconMultiLanguage';
|
|
1667
|
+
export { default as IconMultiTimbre } from './IconMultiTimbre';
|
|
1668
|
+
export { default as IconSpeech2text } from './IconSpeech2text';
|
|
1669
|
+
export { default as IconModelVoice } from './IconModelVoice';
|
|
1670
|
+
export { default as IconProcessEvaluation } from './IconProcessEvaluation';
|
|
1671
|
+
export { default as IconVerticalBarChartNodata } from './IconVerticalBarChartNodata';
|
|
1672
|
+
export { default as IconHorizontalBarChartNodata } from './IconHorizontalBarChartNodata';
|
|
1673
|
+
export { default as IconLineGraphNodata } from './IconLineGraphNodata';
|
|
1674
|
+
export { default as IconPieChartNodata } from './IconPieChartNodata';
|
|
1657
1675
|
|
|
1658
1676
|
export * from './type';
|