@arco-iconbox/react-hiagent 0.1.34 → 0.1.36
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/IconPromptContentExpansion/index.d.ts +4 -0
- package/cjs/IconPromptContentExpansion/index.js +59 -0
- package/cjs/IconPromptGeneral/index.d.ts +4 -0
- package/cjs/IconPromptGeneral/index.js +59 -0
- package/cjs/IconPromptGeneralStructure/index.d.ts +4 -0
- package/cjs/IconPromptGeneralStructure/index.js +61 -0
- package/cjs/IconPromptHallucinationCorrection/index.d.ts +4 -0
- package/cjs/IconPromptHallucinationCorrection/index.js +59 -0
- package/cjs/IconPromptInterviewQuestions/index.d.ts +4 -0
- package/cjs/IconPromptInterviewQuestions/index.js +59 -0
- package/cjs/IconPromptJinja/index.d.ts +4 -0
- package/cjs/IconPromptJinja/index.js +59 -0
- package/cjs/IconPromptKnowledgeAnswer/index.d.ts +4 -0
- package/cjs/IconPromptKnowledgeAnswer/index.js +60 -0
- package/cjs/IconPromptMeeting/index.d.ts +4 -0
- package/cjs/IconPromptMeeting/index.js +59 -0
- package/cjs/IconPromptReasoningThinking/index.d.ts +4 -0
- package/cjs/IconPromptReasoningThinking/index.js +59 -0
- package/cjs/IconPromptRolePlaying/index.d.ts +4 -0
- package/cjs/IconPromptRolePlaying/index.js +59 -0
- package/cjs/IconPromptSkillInvocation/index.d.ts +4 -0
- package/cjs/IconPromptSkillInvocation/index.js +59 -0
- package/cjs/IconPromptTaskExecution/index.d.ts +4 -0
- package/cjs/IconPromptTaskExecution/index.js +59 -0
- package/cjs/IconPromptWrittenOptimization/index.d.ts +4 -0
- package/cjs/IconPromptWrittenOptimization/index.js +60 -0
- package/cjs/IconUploadingLarkdocx/index.d.ts +4 -0
- package/cjs/IconUploadingLarkdocx/index.js +61 -0
- package/cjs/IconUploadingLarksheet/index.js +11 -5
- package/cjs/index.d.ts +15 -1
- package/cjs/index.js +32 -4
- package/dist/icon.min.js +1 -1
- package/esm/IconPromptContentExpansion/index.d.ts +4 -0
- package/esm/IconPromptContentExpansion/index.js +34 -0
- package/esm/IconPromptGeneral/index.d.ts +4 -0
- package/esm/IconPromptGeneral/index.js +34 -0
- package/esm/IconPromptGeneralStructure/index.d.ts +4 -0
- package/esm/IconPromptGeneralStructure/index.js +36 -0
- package/esm/IconPromptHallucinationCorrection/index.d.ts +4 -0
- package/esm/IconPromptHallucinationCorrection/index.js +34 -0
- package/esm/IconPromptInterviewQuestions/index.d.ts +4 -0
- package/esm/IconPromptInterviewQuestions/index.js +34 -0
- package/esm/IconPromptJinja/index.d.ts +4 -0
- package/esm/IconPromptJinja/index.js +34 -0
- package/esm/IconPromptKnowledgeAnswer/index.d.ts +4 -0
- package/esm/IconPromptKnowledgeAnswer/index.js +35 -0
- package/esm/IconPromptMeeting/index.d.ts +4 -0
- package/esm/IconPromptMeeting/index.js +34 -0
- package/esm/IconPromptReasoningThinking/index.d.ts +4 -0
- package/esm/IconPromptReasoningThinking/index.js +34 -0
- package/esm/IconPromptRolePlaying/index.d.ts +4 -0
- package/esm/IconPromptRolePlaying/index.js +34 -0
- package/esm/IconPromptSkillInvocation/index.d.ts +4 -0
- package/esm/IconPromptSkillInvocation/index.js +34 -0
- package/esm/IconPromptTaskExecution/index.d.ts +4 -0
- package/esm/IconPromptTaskExecution/index.js +34 -0
- package/esm/IconPromptWrittenOptimization/index.d.ts +4 -0
- package/esm/IconPromptWrittenOptimization/index.js +35 -0
- package/esm/IconUploadingLarkdocx/index.d.ts +4 -0
- package/esm/IconUploadingLarkdocx/index.js +36 -0
- package/esm/IconUploadingLarksheet/index.js +11 -5
- package/esm/index.d.ts +15 -1
- package/esm/index.js +15 -1
- package/package.json +1 -1
- package/src/IconPromptContentExpansion/index.tsx +15 -0
- package/src/IconPromptGeneral/index.tsx +15 -0
- package/src/IconPromptGeneralStructure/index.tsx +15 -0
- package/src/IconPromptHallucinationCorrection/index.tsx +15 -0
- package/src/IconPromptInterviewQuestions/index.tsx +15 -0
- package/src/IconPromptJinja/index.tsx +15 -0
- package/src/IconPromptKnowledgeAnswer/index.tsx +15 -0
- package/src/IconPromptMeeting/index.tsx +15 -0
- package/src/IconPromptReasoningThinking/index.tsx +15 -0
- package/src/IconPromptRolePlaying/index.tsx +15 -0
- package/src/IconPromptSkillInvocation/index.tsx +15 -0
- package/src/IconPromptTaskExecution/index.tsx +15 -0
- package/src/IconPromptWrittenOptimization/index.tsx +15 -0
- package/src/IconUploadingLarkdocx/index.tsx +15 -0
- package/src/IconUploadingLarksheet/index.tsx +1 -1
- package/src/index.ts +15 -1
- package/umd/IconPromptContentExpansion/index.d.ts +4 -0
- package/umd/IconPromptContentExpansion/index.js +69 -0
- package/umd/IconPromptGeneral/index.d.ts +4 -0
- package/umd/IconPromptGeneral/index.js +69 -0
- package/umd/IconPromptGeneralStructure/index.d.ts +4 -0
- package/umd/IconPromptGeneralStructure/index.js +71 -0
- package/umd/IconPromptHallucinationCorrection/index.d.ts +4 -0
- package/umd/IconPromptHallucinationCorrection/index.js +69 -0
- package/umd/IconPromptInterviewQuestions/index.d.ts +4 -0
- package/umd/IconPromptInterviewQuestions/index.js +69 -0
- package/umd/IconPromptJinja/index.d.ts +4 -0
- package/umd/IconPromptJinja/index.js +69 -0
- package/umd/IconPromptKnowledgeAnswer/index.d.ts +4 -0
- package/umd/IconPromptKnowledgeAnswer/index.js +70 -0
- package/umd/IconPromptMeeting/index.d.ts +4 -0
- package/umd/IconPromptMeeting/index.js +69 -0
- package/umd/IconPromptReasoningThinking/index.d.ts +4 -0
- package/umd/IconPromptReasoningThinking/index.js +69 -0
- package/umd/IconPromptRolePlaying/index.d.ts +4 -0
- package/umd/IconPromptRolePlaying/index.js +69 -0
- package/umd/IconPromptSkillInvocation/index.d.ts +4 -0
- package/umd/IconPromptSkillInvocation/index.js +69 -0
- package/umd/IconPromptTaskExecution/index.d.ts +4 -0
- package/umd/IconPromptTaskExecution/index.js +69 -0
- package/umd/IconPromptWrittenOptimization/index.d.ts +4 -0
- package/umd/IconPromptWrittenOptimization/index.js +70 -0
- package/umd/IconUploadingLarkdocx/index.d.ts +4 -0
- package/umd/IconUploadingLarkdocx/index.js +71 -0
- package/umd/IconUploadingLarksheet/index.js +11 -5
- package/umd/index.d.ts +15 -1
- package/umd/index.js +32 -4
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
13
|
+
var t = {};
|
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
15
|
+
t[p] = s[p];
|
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
19
|
+
t[p[i]] = s[p[i]];
|
|
20
|
+
}
|
|
21
|
+
return t;
|
|
22
|
+
};
|
|
23
|
+
import React, { useContext } from 'react';
|
|
24
|
+
import { Context } from '../context';
|
|
25
|
+
function IconPromptReasoningThinkingComponent(props, ref) {
|
|
26
|
+
var prefixFromContext = useContext(Context).prefix;
|
|
27
|
+
var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? true : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
|
|
28
|
+
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
29
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
30
|
+
return React.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-prompt_reasoning-thinking").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : '#000', viewBox: "0 0 16 16" }, rest, { ref: ref }),
|
|
31
|
+
React.createElement("path", { d: "M14.327 12.4a.6.6 0 1 1 0 1.199H8.671a.6.6 0 1 1 0-1.2h5.656ZM5.652 2.53a.6.6 0 0 1 .38 1.14c-.307.102-.513.328-.672.725-.168.42-.248.941-.34 1.536-.074.482-.159 1.045-.346 1.519h1.168a.6.6 0 0 1 0 1.2H4.674c.187.473.272 1.035.347 1.517.091.595.171 1.117.34 1.537.158.397.364.624.67.726a.6.6 0 0 1-.379 1.138c-.753-.252-1.167-.821-1.406-1.418-.23-.574-.326-1.246-.411-1.8-.092-.6-.171-1.054-.322-1.364a.653.653 0 0 0-.199-.261.426.426 0 0 0-.194-.07l-.106-.005H1.6a.6.6 0 0 1-.121-1.189l.12-.011h1.415a.5.5 0 0 0 .3-.077.652.652 0 0 0 .199-.26c.15-.31.23-.764.322-1.365.085-.553.182-1.225.411-1.8.239-.596.653-1.166 1.406-1.417Zm8.675 4.92a.6.6 0 1 1 0 1.2H8.671a.6.6 0 0 1 0-1.2h5.656Zm0-4.95a.6.6 0 0 1 0 1.2H8.671a.6.6 0 1 1 0-1.2h5.656Z" }));
|
|
32
|
+
}
|
|
33
|
+
var IconPromptReasoningThinking = React.forwardRef(IconPromptReasoningThinkingComponent);
|
|
34
|
+
export default IconPromptReasoningThinking;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconPromptRolePlaying: 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 IconPromptRolePlaying;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
13
|
+
var t = {};
|
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
15
|
+
t[p] = s[p];
|
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
19
|
+
t[p[i]] = s[p[i]];
|
|
20
|
+
}
|
|
21
|
+
return t;
|
|
22
|
+
};
|
|
23
|
+
import React, { useContext } from 'react';
|
|
24
|
+
import { Context } from '../context';
|
|
25
|
+
function IconPromptRolePlayingComponent(props, ref) {
|
|
26
|
+
var prefixFromContext = useContext(Context).prefix;
|
|
27
|
+
var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? true : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
|
|
28
|
+
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
29
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
30
|
+
return React.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-prompt_role-playing").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : '#000', viewBox: "0 0 16 16" }, rest, { ref: ref }),
|
|
31
|
+
React.createElement("path", { d: "M8.014.5a.6.6 0 0 1 .6.6v.868a3.434 3.434 0 0 1 2.781 2.78h1.93a.6.6 0 0 1 0 1.198h-1.93a3.434 3.434 0 0 1-2.59 2.74c3.255.368 5.828 2.982 5.828 6.217a.6.6 0 0 1-.6.6H2a.6.6 0 0 1-.6-.6c0-3.235 2.572-5.849 5.828-6.216a3.434 3.434 0 0 1-2.59-2.74h-1.93a.6.6 0 1 1 0-1.2h1.93A3.433 3.433 0 0 1 7.415 1.97V1.1a.6.6 0 0 1 .6-.599Zm.002 9.34c-2.804 0-5.06 1.976-5.377 4.464h10.755c-.316-2.488-2.574-4.464-5.378-4.464Zm-2.125 1.28a.6.6 0 0 1 .6.599v1.416a.6.6 0 0 1-1.2 0v-1.416a.6.6 0 0 1 .6-.6Zm4.246 0a.6.6 0 0 1 .6.599v1.416a.6.6 0 0 1-1.2 0v-1.416a.6.6 0 0 1 .6-.6Zm-4.27-5.173a2.232 2.232 0 0 0 4.298 0H5.868Zm2.15-2.832A2.232 2.232 0 0 0 5.87 4.747h4.296a2.232 2.232 0 0 0-2.148-1.632Z" }));
|
|
32
|
+
}
|
|
33
|
+
var IconPromptRolePlaying = React.forwardRef(IconPromptRolePlayingComponent);
|
|
34
|
+
export default IconPromptRolePlaying;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconPromptSkillInvocation: 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 IconPromptSkillInvocation;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
13
|
+
var t = {};
|
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
15
|
+
t[p] = s[p];
|
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
19
|
+
t[p[i]] = s[p[i]];
|
|
20
|
+
}
|
|
21
|
+
return t;
|
|
22
|
+
};
|
|
23
|
+
import React, { useContext } from 'react';
|
|
24
|
+
import { Context } from '../context';
|
|
25
|
+
function IconPromptSkillInvocationComponent(props, ref) {
|
|
26
|
+
var prefixFromContext = useContext(Context).prefix;
|
|
27
|
+
var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? true : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
|
|
28
|
+
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
29
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
30
|
+
return React.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-prompt_skill-Invocation").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : '#000', viewBox: "0 0 16 16" }, rest, { ref: ref }),
|
|
31
|
+
React.createElement("path", { d: "M14.083 1c.556 0 .92.475.92.95v3.142c0 .474-.364.949-.92.949H5.4v1.363l5.803.002a.6.6 0 0 1 .6.6v1.957h2.28c.556 0 .92.475.92.95v3.142c0 .474-.364.949-.92.949H1.92c-.556 0-.92-.475-.92-.95v-3.142c0-.474.364-.95.92-.95h8.682V8.606l-5.801-.001a.6.6 0 0 1-.6-.6V6.04H1.92c-.556 0-.92-.475-.92-.95V1.95c0-.475.364-.95.92-.95h12.163ZM2.199 13.804h11.605v-2.642H2.199v2.642Zm7.723-1.921a.6.6 0 0 1 0 1.199H6.08a.6.6 0 1 1 0-1.2h3.84ZM2.199 4.84h11.605V2.199H2.199v2.642Zm7.723-1.92a.6.6 0 1 1 0 1.2H6.08a.6.6 0 0 1 0-1.2h3.84Z" }));
|
|
32
|
+
}
|
|
33
|
+
var IconPromptSkillInvocation = React.forwardRef(IconPromptSkillInvocationComponent);
|
|
34
|
+
export default IconPromptSkillInvocation;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconPromptTaskExecution: 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 IconPromptTaskExecution;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
13
|
+
var t = {};
|
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
15
|
+
t[p] = s[p];
|
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
19
|
+
t[p[i]] = s[p[i]];
|
|
20
|
+
}
|
|
21
|
+
return t;
|
|
22
|
+
};
|
|
23
|
+
import React, { useContext } from 'react';
|
|
24
|
+
import { Context } from '../context';
|
|
25
|
+
function IconPromptTaskExecutionComponent(props, ref) {
|
|
26
|
+
var prefixFromContext = useContext(Context).prefix;
|
|
27
|
+
var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? true : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
|
|
28
|
+
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
29
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
30
|
+
return React.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-prompt_task-execution").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : '#000', viewBox: "0 0 16 16" }, rest, { ref: ref }),
|
|
31
|
+
React.createElement("path", { d: "M4.208 1.846a.6.6 0 0 1 .848.847L3.034 4.716a.6.6 0 0 1-.848 0l-1.01-1.012a.599.599 0 1 1 .847-.847l.587.586 1.598-1.597Zm0 4.717a.6.6 0 0 1 .848.848L3.034 9.433a.6.6 0 0 1-.848 0l-1.01-1.012a.599.599 0 1 1 .847-.847l.587.587 1.598-1.598Zm0 4.717a.6.6 0 0 1 .848.848L3.034 14.15a.6.6 0 0 1-.848 0l-1.01-1.012a.599.599 0 1 1 .847-.847l.587.586 1.598-1.597Zm10.198-3.882a.6.6 0 0 1 0 1.2H6.992a.6.6 0 1 1 0-1.2h7.414Zm0 4.717a.6.6 0 0 1 0 1.2H6.992a.6.6 0 1 1 0-1.2h7.414Zm0-9.435a.6.6 0 0 1 0 1.2H6.992a.6.6 0 1 1 0-1.2h7.414Z" }));
|
|
32
|
+
}
|
|
33
|
+
var IconPromptTaskExecution = React.forwardRef(IconPromptTaskExecutionComponent);
|
|
34
|
+
export default IconPromptTaskExecution;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconPromptWrittenOptimization: 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 IconPromptWrittenOptimization;
|
|
@@ -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 IconPromptWrittenOptimizationComponent(props, ref) {
|
|
26
|
+
var prefixFromContext = useContext(Context).prefix;
|
|
27
|
+
var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? true : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
|
|
28
|
+
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
29
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
30
|
+
return React.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-prompt_written-optimization").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : '#000', viewBox: "0 0 16 16" }, rest, { ref: ref }),
|
|
31
|
+
React.createElement("path", { d: "M12.67.832a.6.6 0 0 1 .754.077l1.667 1.667a.6.6 0 0 1 0 .848l-5 5a.6.6 0 0 1-.424.176H8a.6.6 0 0 1-.6-.6V6.333c0-.159.064-.311.176-.424l5-5 .094-.077ZM8.6 6.582V7.4h.818l4.4-4.4-.819-.819-4.4 4.4Z" }),
|
|
32
|
+
React.createElement("path", { d: "M14.067 13c0-.589-.478-1.066-1.067-1.066H3A2.267 2.267 0 0 1 3 7.4h2.333a.6.6 0 1 1 0 1.2H3a1.068 1.068 0 0 0 0 2.133h10a2.267 2.267 0 0 1 0 4.534H6a.6.6 0 1 1 0-1.2h7c.59 0 1.067-.478 1.067-1.067Z" }));
|
|
33
|
+
}
|
|
34
|
+
var IconPromptWrittenOptimization = React.forwardRef(IconPromptWrittenOptimizationComponent);
|
|
35
|
+
export default IconPromptWrittenOptimization;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconUploadingLarkdocx: 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 IconUploadingLarkdocx;
|
|
@@ -0,0 +1,36 @@
|
|
|
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 IconUploadingLarkdocxComponent(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-larkdocx").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0 32 32" }, rest, { ref: ref }),
|
|
31
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#1971FD', fillRule: "evenodd", d: "M22 2a6 6 0 0 1 6 6v21a1 1 0 0 1-1 1H10a6 6 0 0 1-6-6V3a1 1 0 0 1 1-1h17Z", clipRule: "evenodd" }),
|
|
32
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M21.943 15H10.057c-.308 0-.557.18-.557.4v1.2c0 .22.25.4.557.4h11.886c.308 0 .557-.18.557-.4v-1.2c0-.22-.25-.4-.557-.4Zm0-5H10.057c-.308 0-.557.18-.557.4v1.2c0 .22.25.4.557.4h11.886c.308 0 .557-.18.557-.4v-1.2c0-.22-.25-.4-.557-.4Z", opacity: ".9" }),
|
|
33
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M16.08 20H9.92a.41.41 0 0 0-.42.4v1.2c0 .22.188.4.42.4h6.16a.41.41 0 0 0 .42-.4v-1.2a.41.41 0 0 0-.42-.4Z", opacity: ".6" }));
|
|
34
|
+
}
|
|
35
|
+
var IconUploadingLarkdocx = React.forwardRef(IconUploadingLarkdocxComponent);
|
|
36
|
+
export default IconUploadingLarkdocx;
|
|
@@ -28,11 +28,17 @@ function IconUploadingLarksheetComponent(props, ref) {
|
|
|
28
28
|
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
29
29
|
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
30
30
|
return React.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-uploading-larksheet").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0 32 32" }, rest, { ref: ref }),
|
|
31
|
-
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#
|
|
32
|
-
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', fillRule: "evenodd", d: "
|
|
33
|
-
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#
|
|
34
|
-
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#
|
|
35
|
-
React.createElement("
|
|
31
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#00C139', fillRule: "evenodd", d: "M22 2a6 6 0 0 1 6 6v21a1 1 0 0 1-1 1H10a6 6 0 0 1-6-6V3a1 1 0 0 1 1-1h17Z", clipRule: "evenodd" }),
|
|
32
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', fillRule: "evenodd", d: "M11 11v10h10V11H11Zm-1-2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V10a1 1 0 0 0-1-1H10Z", clipRule: "evenodd", opacity: ".9" }),
|
|
33
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : 'url(#svg_5e7a297f11__a)', fillRule: "evenodd", d: "M21 17H11v-2h10v2Z", clipRule: "evenodd" }),
|
|
34
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : 'url(#svg_5e7a297f11__b)', fillRule: "evenodd", d: "M15 21V11h2v10h-2Z", clipRule: "evenodd" }),
|
|
35
|
+
React.createElement("defs", null,
|
|
36
|
+
React.createElement("linearGradient", { id: "svg_5e7a297f11__a", x1: "16", x2: "16", y1: "17", y2: "15", gradientUnits: "userSpaceOnUse" },
|
|
37
|
+
React.createElement("stop", { stopColor: "#fff", stopOpacity: ".85" }),
|
|
38
|
+
React.createElement("stop", { offset: "1", stopColor: "#fff" })),
|
|
39
|
+
React.createElement("linearGradient", { id: "svg_5e7a297f11__b", x1: "14.5", x2: "14.5", y1: "11", y2: "21", gradientUnits: "userSpaceOnUse" },
|
|
40
|
+
React.createElement("stop", { stopColor: "#fff" }),
|
|
41
|
+
React.createElement("stop", { offset: "1", stopColor: "#fff", stopOpacity: ".4" }))));
|
|
36
42
|
}
|
|
37
43
|
var IconUploadingLarksheet = React.forwardRef(IconUploadingLarksheetComponent);
|
|
38
44
|
export default IconUploadingLarksheet;
|
package/esm/index.d.ts
CHANGED
|
@@ -1537,7 +1537,6 @@ export { default as IconWorkflowClose } from './IconWorkflowClose';
|
|
|
1537
1537
|
export { default as IconWorkflowEditor } from './IconWorkflowEditor';
|
|
1538
1538
|
export { default as IconUploadingHtml } from './IconUploadingHtml';
|
|
1539
1539
|
export { default as IconUploadingCsv } from './IconUploadingCsv';
|
|
1540
|
-
export { default as IconUploadingLarksheet } from './IconUploadingLarksheet';
|
|
1541
1540
|
export { default as IconUploadingJson } from './IconUploadingJson';
|
|
1542
1541
|
export { default as IconUploadingOfd } from './IconUploadingOfd';
|
|
1543
1542
|
export { default as IconUploadingXlsx } from './IconUploadingXlsx';
|
|
@@ -1552,4 +1551,19 @@ export { default as IconUploadingTxt } from './IconUploadingTxt';
|
|
|
1552
1551
|
export { default as IconZip } from './IconZip';
|
|
1553
1552
|
export { default as IconDataExternal } from './IconDataExternal';
|
|
1554
1553
|
export { default as IconUploadingWps } from './IconUploadingWps';
|
|
1554
|
+
export { default as IconUploadingLarksheet } from './IconUploadingLarksheet';
|
|
1555
|
+
export { default as IconUploadingLarkdocx } from './IconUploadingLarkdocx';
|
|
1556
|
+
export { default as IconPromptGeneral } from './IconPromptGeneral';
|
|
1557
|
+
export { default as IconPromptJinja } from './IconPromptJinja';
|
|
1558
|
+
export { default as IconPromptInterviewQuestions } from './IconPromptInterviewQuestions';
|
|
1559
|
+
export { default as IconPromptContentExpansion } from './IconPromptContentExpansion';
|
|
1560
|
+
export { default as IconPromptMeeting } from './IconPromptMeeting';
|
|
1561
|
+
export { default as IconPromptReasoningThinking } from './IconPromptReasoningThinking';
|
|
1562
|
+
export { default as IconPromptWrittenOptimization } from './IconPromptWrittenOptimization';
|
|
1563
|
+
export { default as IconPromptSkillInvocation } from './IconPromptSkillInvocation';
|
|
1564
|
+
export { default as IconPromptKnowledgeAnswer } from './IconPromptKnowledgeAnswer';
|
|
1565
|
+
export { default as IconPromptTaskExecution } from './IconPromptTaskExecution';
|
|
1566
|
+
export { default as IconPromptHallucinationCorrection } from './IconPromptHallucinationCorrection';
|
|
1567
|
+
export { default as IconPromptRolePlaying } from './IconPromptRolePlaying';
|
|
1568
|
+
export { default as IconPromptGeneralStructure } from './IconPromptGeneralStructure';
|
|
1555
1569
|
export * from './type';
|
package/esm/index.js
CHANGED
|
@@ -1537,7 +1537,6 @@ export { default as IconWorkflowClose } from './IconWorkflowClose';
|
|
|
1537
1537
|
export { default as IconWorkflowEditor } from './IconWorkflowEditor';
|
|
1538
1538
|
export { default as IconUploadingHtml } from './IconUploadingHtml';
|
|
1539
1539
|
export { default as IconUploadingCsv } from './IconUploadingCsv';
|
|
1540
|
-
export { default as IconUploadingLarksheet } from './IconUploadingLarksheet';
|
|
1541
1540
|
export { default as IconUploadingJson } from './IconUploadingJson';
|
|
1542
1541
|
export { default as IconUploadingOfd } from './IconUploadingOfd';
|
|
1543
1542
|
export { default as IconUploadingXlsx } from './IconUploadingXlsx';
|
|
@@ -1552,4 +1551,19 @@ export { default as IconUploadingTxt } from './IconUploadingTxt';
|
|
|
1552
1551
|
export { default as IconZip } from './IconZip';
|
|
1553
1552
|
export { default as IconDataExternal } from './IconDataExternal';
|
|
1554
1553
|
export { default as IconUploadingWps } from './IconUploadingWps';
|
|
1554
|
+
export { default as IconUploadingLarksheet } from './IconUploadingLarksheet';
|
|
1555
|
+
export { default as IconUploadingLarkdocx } from './IconUploadingLarkdocx';
|
|
1556
|
+
export { default as IconPromptGeneral } from './IconPromptGeneral';
|
|
1557
|
+
export { default as IconPromptJinja } from './IconPromptJinja';
|
|
1558
|
+
export { default as IconPromptInterviewQuestions } from './IconPromptInterviewQuestions';
|
|
1559
|
+
export { default as IconPromptContentExpansion } from './IconPromptContentExpansion';
|
|
1560
|
+
export { default as IconPromptMeeting } from './IconPromptMeeting';
|
|
1561
|
+
export { default as IconPromptReasoningThinking } from './IconPromptReasoningThinking';
|
|
1562
|
+
export { default as IconPromptWrittenOptimization } from './IconPromptWrittenOptimization';
|
|
1563
|
+
export { default as IconPromptSkillInvocation } from './IconPromptSkillInvocation';
|
|
1564
|
+
export { default as IconPromptKnowledgeAnswer } from './IconPromptKnowledgeAnswer';
|
|
1565
|
+
export { default as IconPromptTaskExecution } from './IconPromptTaskExecution';
|
|
1566
|
+
export { default as IconPromptHallucinationCorrection } from './IconPromptHallucinationCorrection';
|
|
1567
|
+
export { default as IconPromptRolePlaying } from './IconPromptRolePlaying';
|
|
1568
|
+
export { default as IconPromptGeneralStructure } from './IconPromptGeneralStructure';
|
|
1555
1569
|
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 IconPromptContentExpansionComponent(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-prompt_content-expansion${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 16 16" {...rest} ref={ref}><path d="M1.6 10.244a.6.6 0 0 1 .6.6v2.955h2.955a.6.6 0 0 1 0 1.2H1.6a.6.6 0 0 1-.6-.6v-3.555a.6.6 0 0 1 .6-.6Zm12.798 0a.6.6 0 0 1 .6.6v3.555a.6.6 0 0 1-.6.6h-3.555a.6.6 0 0 1 0-1.2h2.955v-2.955a.6.6 0 0 1 .6-.6ZM8 4.554c.238 0 .454.142.55.36l1.71 3.911.78 1.777a.6.6 0 0 1-1.1.481l-.62-1.418H6.68l-.62 1.418a.6.6 0 0 1-1.1-.48l.778-1.778 1.711-3.91.041-.08A.6.6 0 0 1 8 4.556Zm-.793 3.91h1.587L7.999 6.65l-.793 1.816ZM5.156 1a.6.6 0 0 1 0 1.2H2.198v2.955a.6.6 0 0 1-1.199 0V1.6a.6.6 0 0 1 .6-.6h3.555Zm9.242 0a.6.6 0 0 1 .6.6v3.555a.6.6 0 0 1-1.2 0V2.2h-2.955a.6.6 0 0 1 0-1.199h3.555Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconPromptContentExpansion = React.forwardRef(IconPromptContentExpansionComponent);
|
|
15
|
+
export default IconPromptContentExpansion;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconPromptGeneralComponent(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-prompt_general${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 16 16" {...rest} ref={ref}><path d="M13.764 1c.684 0 1.24.555 1.24 1.24v11.524a1.24 1.24 0 0 1-1.24 1.24H2.24A1.24 1.24 0 0 1 1 13.764V2.24C1 1.555 1.555 1 2.24 1h11.524ZM2.199 5.412l.001 8.352c0 .022.018.04.04.04h1.961V5.41L2.2 5.412ZM5.4 5.41v8.395h8.364a.04.04 0 0 0 .04-.04V5.4L5.4 5.41Zm5.312.81a.6.6 0 0 1 .754.078l.96.96.48.48a.599.599 0 1 1-.847.848l-.416-.416v3.036a.6.6 0 0 1-.601.6h-2.87l.413.414a.599.599 0 1 1-.848.847l-.48-.48-.96-.96a.6.6 0 0 1 0-.848l.96-.96.48-.48a.6.6 0 1 1 .848.848l-.419.42h2.276v-2.44l-.417.417a.599.599 0 1 1-.847-.848l.48-.48.96-.96.094-.077ZM2.24 2.2a.042.042 0 0 0-.04.041v1.972l2-.003V2.2H2.24ZM5.4 4.21l8.404-.008v-1.96a.04.04 0 0 0-.04-.042H5.4v2.01Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconPromptGeneral = React.forwardRef(IconPromptGeneralComponent);
|
|
15
|
+
export default IconPromptGeneral;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconPromptGeneralStructureComponent(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-prompt_general-structure${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 16 16" {...rest} ref={ref}><path d="M2.067 14V2c0-.7.567-1.266 1.267-1.266h7l.125.012a.6.6 0 0 1 .32.186l3 3.333a.6.6 0 0 1 .154.401v3a.6.6 0 1 1-1.2 0v-2.77l-2.667-2.963H3.334A.068.068 0 0 0 3.266 2v12c0 .037.03.067.068.067h4a.6.6 0 0 1 0 1.2h-4c-.7 0-1.267-.567-1.267-1.267Z"/><path d="M10.734 14.667V10a.6.6 0 1 1 1.199 0v4.667a.6.6 0 0 1-1.2 0Z"/><path d="M13.333 9.4a.6.6 0 1 1 0 1.2h-4a.6.6 0 1 1 0-1.2h4ZM9.4 1.333a.6.6 0 1 1 1.2 0v2.734h2.733a.6.6 0 1 1 0 1.2H10a.6.6 0 0 1-.6-.6V1.332Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconPromptGeneralStructure = React.forwardRef(IconPromptGeneralStructureComponent);
|
|
15
|
+
export default IconPromptGeneralStructure;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconPromptHallucinationCorrectionComponent(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-prompt_hallucination-correction${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 16 16" {...rest} ref={ref}><path d="M8.666 9.4a.6.6 0 0 1 .6.6v2.667a.6.6 0 0 1-.6.6H1.333a.6.6 0 0 1-.6-.6V10a.6.6 0 0 1 .6-.6h7.333Zm5.549.204a.6.6 0 0 1 .903.792l-2.333 2.665a.602.602 0 0 1-.876.03l-1.333-1.333a.6.6 0 0 1 .848-.849l.88.88 1.91-2.185ZM1.933 12.066h6.133V10.6H1.933v1.466Zm6.733-9.333a.6.6 0 0 1 .6.6V6a.6.6 0 0 1-.6.6H1.333a.6.6 0 0 1-.6-.6V3.333a.6.6 0 0 1 .6-.6h7.333Zm4.91.176a.6.6 0 0 1 .848.848l-.91.909.91.91a.6.6 0 0 1-.849.848l-.909-.91-.91.91a.6.6 0 1 1-.847-.849l.908-.909-.908-.91a.6.6 0 1 1 .848-.847l.909.908.91-.908ZM1.932 5.4h6.133V3.933H1.933v1.466Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconPromptHallucinationCorrection = React.forwardRef(IconPromptHallucinationCorrectionComponent);
|
|
15
|
+
export default IconPromptHallucinationCorrection;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconPromptInterviewQuestionsComponent(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-prompt_interview-questions${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 16 16" {...rest} ref={ref}><path d="M7.19 1a5.987 5.987 0 0 1 5.984 5.826l1.613 2.903a.6.6 0 0 1-.407.88l-1.201.24v1.529c0 .331-.27.6-.6.6h-1.01a.605.605 0 0 1-.1-.008l-1.415-.237-.25 1.751A.6.6 0 0 1 9.21 15H4.157a.6.6 0 0 1-.589-.486l-.64-3.317A5.99 5.99 0 0 1 7.189 1Zm0 1.2a4.79 4.79 0 0 0-3.294 8.267.6.6 0 0 1 .177.322l.58 3.01H8.69l.264-1.843.028-.116a.6.6 0 0 1 .665-.39l1.974.328h.359v-1.42c0-.287.202-.533.482-.59l.878-.175-1.285-2.313a.6.6 0 0 1-.075-.29A4.79 4.79 0 0 0 7.19 2.2Zm0 8.232a.6.6 0 0 1 .6.6v.336a.6.6 0 0 1-1.2 0v-.337a.6.6 0 0 1 .6-.6Zm0-6.4a2.282 2.282 0 0 1 .6 4.484v.494a.6.6 0 0 1-1.201 0V7.999a.6.6 0 0 1 .6-.6 1.085 1.085 0 1 0-1.085-1.084.6.6 0 0 1-1.199 0A2.285 2.285 0 0 1 7.19 4.031Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconPromptInterviewQuestions = React.forwardRef(IconPromptInterviewQuestionsComponent);
|
|
15
|
+
export default IconPromptInterviewQuestions;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconPromptJinjaComponent(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-prompt_jinja${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 16 16" {...rest} ref={ref}><path d="M5.333.733a.6.6 0 1 1 0 1.2c-.25 0-.525.065-.723.213-.168.127-.343.359-.343.854v3c0 .423-.178.778-.385 1.048a3.15 3.15 0 0 1-.66.618c.224.161.466.367.66.62.207.27.385.624.385 1.047V13c0 .495.175.726.343.852.198.149.473.214.723.214a.6.6 0 0 1 0 1.2c-.417 0-.975-.101-1.443-.453-.498-.373-.824-.975-.824-1.813V9.333c0-.077-.03-.18-.135-.316a2.033 2.033 0 0 0-.442-.4 4.01 4.01 0 0 0-.66-.372l-.043-.017-.009-.004v-.001a.6.6 0 0 1 0-1.114l.01-.004.042-.018a4.01 4.01 0 0 0 .66-.37c.18-.126.336-.263.442-.4.104-.137.135-.24.135-.317V3c0-.838.326-1.44.824-1.813C4.358.835 4.916.733 5.333.733Zm5.334 0c.417 0 .975.102 1.443.454.498.373.824.975.824 1.813v3c0 .077.03.18.135.316.106.138.261.275.442.4a4.014 4.014 0 0 0 .66.37l.043.02.009.003a.601.601 0 0 1 .082 1.075l-.081.04-.001-.001-.01.005-.041.017a4.121 4.121 0 0 0-.661.371c-.18.126-.336.263-.442.4-.104.137-.135.24-.135.317V13c0 .838-.326 1.44-.824 1.813-.468.352-1.026.454-1.443.454a.6.6 0 0 1 0-1.2c.25 0 .526-.066.724-.215.168-.126.342-.358.342-.852V9.333c0-.423.178-.778.385-1.048.194-.252.436-.458.66-.619a3.15 3.15 0 0 1-.66-.618c-.207-.27-.385-.625-.385-1.048V3c0-.495-.174-.727-.342-.854-.198-.148-.475-.213-.724-.213a.6.6 0 1 1 0-1.2Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconPromptJinja = React.forwardRef(IconPromptJinjaComponent);
|
|
15
|
+
export default IconPromptJinja;
|