@arco-iconbox/react-hiagent 0.0.4 → 0.0.6
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/IconAnnotation/index.d.ts +4 -0
- package/cjs/IconAnnotation/index.js +63 -0
- package/cjs/IconConfiguration/index.d.ts +4 -0
- package/cjs/IconConfiguration/index.js +60 -0
- package/cjs/IconDataTableBlock/index.d.ts +4 -0
- package/cjs/IconDataTableBlock/index.js +59 -0
- package/cjs/IconDeleteLine/index.d.ts +4 -0
- package/cjs/IconDeleteLine/index.js +59 -0
- package/cjs/IconImportDefault/index.d.ts +4 -0
- package/cjs/IconImportDefault/index.js +59 -0
- package/cjs/IconMenuAgent/index.d.ts +4 -0
- package/cjs/IconMenuAgent/index.js +60 -0
- package/cjs/IconMenuAgentCenter/index.d.ts +4 -0
- package/cjs/IconMenuAgentCenter/index.js +59 -0
- package/cjs/IconMenuConversation/index.d.ts +4 -0
- package/cjs/IconMenuConversation/index.js +59 -0
- package/cjs/IconMenuDatabase/index.d.ts +4 -0
- package/cjs/IconMenuDatabase/index.js +59 -0
- package/cjs/IconMenuEvaluation/index.d.ts +4 -0
- package/cjs/IconMenuEvaluation/index.js +59 -0
- package/cjs/IconMenuEvaluationSet/index.d.ts +4 -0
- package/cjs/IconMenuEvaluationSet/index.js +59 -0
- package/cjs/IconMenuHiagent/index.d.ts +4 -0
- package/cjs/IconMenuHiagent/index.js +59 -0
- package/cjs/IconMenuIndicators/index.d.ts +4 -0
- package/cjs/IconMenuIndicators/index.js +59 -0
- package/cjs/IconMenuKnowledge/index.d.ts +4 -0
- package/cjs/IconMenuKnowledge/index.js +60 -0
- package/cjs/IconMenuObservation/index.d.ts +4 -0
- package/cjs/IconMenuObservation/index.js +59 -0
- package/cjs/IconMenuPlugin/index.d.ts +4 -0
- package/cjs/IconMenuPlugin/index.js +59 -0
- package/cjs/IconMenuPluginCenter/index.d.ts +4 -0
- package/cjs/IconMenuPluginCenter/index.js +60 -0
- package/cjs/IconMenuPrompt/index.d.ts +4 -0
- package/cjs/IconMenuPrompt/index.js +59 -0
- package/cjs/IconMenuTask/index.d.ts +4 -0
- package/cjs/IconMenuTask/index.js +59 -0
- package/cjs/IconMenuWorkflow/index.d.ts +4 -0
- package/cjs/IconMenuWorkflow/index.js +59 -0
- package/cjs/IconMergePd/index.d.ts +4 -0
- package/cjs/IconMergePd/index.js +59 -0
- package/cjs/IconPreview/index.d.ts +4 -0
- package/cjs/IconPreview/index.js +59 -0
- package/cjs/IconRecording/index.d.ts +4 -0
- package/cjs/IconRecording/index.js +59 -0
- package/cjs/IconShortcutInstructions/index.d.ts +4 -0
- package/cjs/IconShortcutInstructions/index.js +59 -0
- package/cjs/IconUndeliver/index.d.ts +4 -0
- package/cjs/IconUndeliver/index.js +64 -0
- package/cjs/IconUploadActive/index.js +7 -13
- package/cjs/IconUploadDefaut/index.js +7 -13
- package/cjs/IconUploadFile/index.js +2 -3
- package/cjs/IconUploadFiles/index.d.ts +4 -0
- package/cjs/IconUploadFiles/index.js +59 -0
- package/cjs/IconVoiceai/index.d.ts +4 -0
- package/cjs/IconVoiceai/index.js +59 -0
- package/cjs/IconZip/index.d.ts +4 -0
- package/cjs/IconZip/index.js +69 -0
- package/cjs/index.d.ts +31 -3
- package/cjs/index.js +69 -12
- package/dist/icon.min.js +1 -1
- package/esm/IconAnnotation/index.d.ts +4 -0
- package/esm/IconAnnotation/index.js +38 -0
- package/esm/IconConfiguration/index.d.ts +4 -0
- package/esm/IconConfiguration/index.js +35 -0
- package/esm/IconDataTableBlock/index.d.ts +4 -0
- package/esm/IconDataTableBlock/index.js +34 -0
- package/esm/IconDeleteLine/index.d.ts +4 -0
- package/esm/IconDeleteLine/index.js +34 -0
- package/esm/IconImportDefault/index.d.ts +4 -0
- package/esm/IconImportDefault/index.js +34 -0
- package/esm/IconMenuAgent/index.d.ts +4 -0
- package/esm/IconMenuAgent/index.js +35 -0
- package/esm/IconMenuAgentCenter/index.d.ts +4 -0
- package/esm/IconMenuAgentCenter/index.js +34 -0
- package/esm/IconMenuConversation/index.d.ts +4 -0
- package/esm/IconMenuConversation/index.js +34 -0
- package/esm/IconMenuDatabase/index.d.ts +4 -0
- package/esm/IconMenuDatabase/index.js +34 -0
- package/esm/IconMenuEvaluation/index.d.ts +4 -0
- package/esm/IconMenuEvaluation/index.js +34 -0
- package/esm/IconMenuEvaluationSet/index.d.ts +4 -0
- package/esm/IconMenuEvaluationSet/index.js +34 -0
- package/esm/IconMenuHiagent/index.d.ts +4 -0
- package/esm/IconMenuHiagent/index.js +34 -0
- package/esm/IconMenuIndicators/index.d.ts +4 -0
- package/esm/IconMenuIndicators/index.js +34 -0
- package/esm/IconMenuKnowledge/index.d.ts +4 -0
- package/esm/IconMenuKnowledge/index.js +35 -0
- package/esm/IconMenuObservation/index.d.ts +4 -0
- package/esm/IconMenuObservation/index.js +34 -0
- package/esm/IconMenuPlugin/index.d.ts +4 -0
- package/esm/IconMenuPlugin/index.js +34 -0
- package/esm/IconMenuPluginCenter/index.d.ts +4 -0
- package/esm/IconMenuPluginCenter/index.js +35 -0
- package/esm/IconMenuPrompt/index.d.ts +4 -0
- package/esm/IconMenuPrompt/index.js +34 -0
- package/esm/IconMenuTask/index.d.ts +4 -0
- package/esm/IconMenuTask/index.js +34 -0
- package/esm/IconMenuWorkflow/index.d.ts +4 -0
- package/esm/IconMenuWorkflow/index.js +34 -0
- package/esm/IconMergePd/index.d.ts +4 -0
- package/esm/IconMergePd/index.js +34 -0
- package/esm/IconPreview/index.d.ts +4 -0
- package/esm/IconPreview/index.js +34 -0
- package/esm/IconRecording/index.d.ts +4 -0
- package/esm/IconRecording/index.js +34 -0
- package/esm/IconShortcutInstructions/index.d.ts +4 -0
- package/esm/IconShortcutInstructions/index.js +34 -0
- package/esm/IconUndeliver/index.d.ts +4 -0
- package/esm/IconUndeliver/index.js +39 -0
- package/esm/IconUploadActive/index.js +7 -13
- package/esm/IconUploadDefaut/index.js +7 -13
- package/esm/IconUploadFile/index.js +2 -3
- package/esm/IconUploadFiles/index.d.ts +4 -0
- package/esm/IconUploadFiles/index.js +34 -0
- package/esm/IconVoiceai/index.d.ts +4 -0
- package/esm/IconVoiceai/index.js +34 -0
- package/esm/IconZip/index.d.ts +4 -0
- package/esm/IconZip/index.js +44 -0
- package/esm/index.d.ts +31 -3
- package/esm/index.js +31 -3
- package/package.json +1 -1
- package/src/IconAnnotation/index.tsx +15 -0
- package/src/IconConfiguration/index.tsx +15 -0
- package/src/IconDataTableBlock/index.tsx +15 -0
- package/src/IconDeleteLine/index.tsx +15 -0
- package/src/IconImportDefault/index.tsx +15 -0
- package/src/IconMenuAgent/index.tsx +15 -0
- package/src/IconMenuAgentCenter/index.tsx +15 -0
- package/src/IconMenuConversation/index.tsx +15 -0
- package/src/IconMenuDatabase/index.tsx +15 -0
- package/src/IconMenuEvaluation/index.tsx +15 -0
- package/src/IconMenuEvaluationSet/index.tsx +15 -0
- package/src/IconMenuHiagent/index.tsx +15 -0
- package/src/IconMenuIndicators/index.tsx +15 -0
- package/src/IconMenuKnowledge/index.tsx +15 -0
- package/src/IconMenuObservation/index.tsx +15 -0
- package/src/IconMenuPlugin/index.tsx +15 -0
- package/src/IconMenuPluginCenter/index.tsx +15 -0
- package/src/IconMenuPrompt/index.tsx +15 -0
- package/src/IconMenuTask/index.tsx +15 -0
- package/src/IconMenuWorkflow/index.tsx +15 -0
- package/src/IconMergePd/index.tsx +15 -0
- package/src/IconPreview/index.tsx +15 -0
- package/src/IconRecording/index.tsx +15 -0
- package/src/IconShortcutInstructions/index.tsx +15 -0
- package/src/IconUndeliver/index.tsx +15 -0
- package/src/IconUploadActive/index.tsx +1 -1
- package/src/IconUploadDefaut/index.tsx +1 -1
- package/src/IconUploadFile/index.tsx +1 -1
- package/src/IconUploadFiles/index.tsx +15 -0
- package/src/IconVoiceai/index.tsx +15 -0
- package/src/IconZip/index.tsx +15 -0
- package/src/index.ts +31 -3
- package/umd/IconAnnotation/index.d.ts +4 -0
- package/umd/IconAnnotation/index.js +73 -0
- package/umd/IconConfiguration/index.d.ts +4 -0
- package/umd/IconConfiguration/index.js +70 -0
- package/umd/IconDataTableBlock/index.d.ts +4 -0
- package/umd/IconDataTableBlock/index.js +69 -0
- package/umd/IconDeleteLine/index.d.ts +4 -0
- package/umd/IconDeleteLine/index.js +69 -0
- package/umd/IconImportDefault/index.d.ts +4 -0
- package/umd/IconImportDefault/index.js +69 -0
- package/umd/IconMenuAgent/index.d.ts +4 -0
- package/umd/IconMenuAgent/index.js +70 -0
- package/umd/IconMenuAgentCenter/index.d.ts +4 -0
- package/umd/IconMenuAgentCenter/index.js +69 -0
- package/umd/IconMenuConversation/index.d.ts +4 -0
- package/umd/IconMenuConversation/index.js +69 -0
- package/umd/IconMenuDatabase/index.d.ts +4 -0
- package/umd/IconMenuDatabase/index.js +69 -0
- package/umd/IconMenuEvaluation/index.d.ts +4 -0
- package/umd/IconMenuEvaluation/index.js +69 -0
- package/umd/IconMenuEvaluationSet/index.d.ts +4 -0
- package/umd/IconMenuEvaluationSet/index.js +69 -0
- package/umd/IconMenuHiagent/index.d.ts +4 -0
- package/umd/IconMenuHiagent/index.js +69 -0
- package/umd/IconMenuIndicators/index.d.ts +4 -0
- package/umd/IconMenuIndicators/index.js +69 -0
- package/umd/IconMenuKnowledge/index.d.ts +4 -0
- package/umd/IconMenuKnowledge/index.js +70 -0
- package/umd/IconMenuObservation/index.d.ts +4 -0
- package/umd/IconMenuObservation/index.js +69 -0
- package/umd/IconMenuPlugin/index.d.ts +4 -0
- package/umd/IconMenuPlugin/index.js +69 -0
- package/umd/IconMenuPluginCenter/index.d.ts +4 -0
- package/umd/IconMenuPluginCenter/index.js +70 -0
- package/umd/IconMenuPrompt/index.d.ts +4 -0
- package/umd/IconMenuPrompt/index.js +69 -0
- package/umd/IconMenuTask/index.d.ts +4 -0
- package/umd/IconMenuTask/index.js +69 -0
- package/umd/IconMenuWorkflow/index.d.ts +4 -0
- package/umd/IconMenuWorkflow/index.js +69 -0
- package/umd/IconMergePd/index.d.ts +4 -0
- package/umd/IconMergePd/index.js +69 -0
- package/umd/IconPreview/index.d.ts +4 -0
- package/umd/IconPreview/index.js +69 -0
- package/umd/IconRecording/index.d.ts +4 -0
- package/umd/IconRecording/index.js +69 -0
- package/umd/IconShortcutInstructions/index.d.ts +4 -0
- package/umd/IconShortcutInstructions/index.js +69 -0
- package/umd/IconUndeliver/index.d.ts +4 -0
- package/umd/IconUndeliver/index.js +74 -0
- package/umd/IconUploadActive/index.js +7 -13
- package/umd/IconUploadDefaut/index.js +7 -13
- package/umd/IconUploadFile/index.js +2 -3
- package/umd/IconUploadFiles/index.d.ts +4 -0
- package/umd/IconUploadFiles/index.js +69 -0
- package/umd/IconVoiceai/index.d.ts +4 -0
- package/umd/IconVoiceai/index.js +69 -0
- package/umd/IconZip/index.d.ts +4 -0
- package/umd/IconZip/index.js +79 -0
- package/umd/index.d.ts +31 -3
- package/umd/index.js +64 -8
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconUndeliver: 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 IconUndeliver;
|
|
@@ -0,0 +1,39 @@
|
|
|
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 IconUndeliverComponent(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-undeliver").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 16 16", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
|
|
31
|
+
React.createElement("g", { clipPath: "url(#svg_cafe5366bd__svg_45a691469b__clip0_2954_37379)", fillRule: "evenodd", clipRule: "evenodd" },
|
|
32
|
+
React.createElement("path", { d: "M1.66669 1.33423V5.66756L1.66927 5.72618C1.68297 5.8815 1.75082 6.02783 1.86195 6.13896L3.72388 8.00089L1.86195 9.86282L1.82232 9.9061C1.72218 10.0256 1.66669 10.1771 1.66669 10.3342V14.6676L1.66846 14.7174C1.70255 15.1933 2.22099 15.4861 2.65036 15.254L8.01547 12.354C8.00524 12.2373 8.00002 12.1193 8.00002 12C8.00002 11.5584 8.07156 11.1336 8.20369 10.7364L3.00002 13.5494V10.6104L4.94302 8.66729H9.78716C10.4209 8.24566 11.1818 7.99997 12 7.99997C12.9362 7.99997 13.7972 8.32157 14.4787 8.86033L14.9837 8.58736L15.0303 8.55984C15.4494 8.28972 15.4338 7.65774 14.9837 7.41442L2.65036 0.747755L2.60565 0.725604C2.17081 0.529302 1.66669 0.846133 1.66669 1.33423ZM3.00002 5.39142V2.45241L12.0314 7.33396H4.94269L3.00002 5.39142Z" }),
|
|
33
|
+
React.createElement("path", { d: "M12 9C13.6569 9 15 10.3431 15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9ZM13.016 13.7231L10.2769 10.984C10.101 11.2818 10 11.6291 10 12C10 13.1046 10.8954 14 12 14C12.3709 14 12.7182 13.899 13.016 13.7231ZM10.984 10.2769C11.2818 10.101 11.6291 10 12 10C13.1046 10 14 10.8954 14 12C14 12.3709 13.899 12.7182 13.7231 13.016L10.984 10.2769Z" })),
|
|
34
|
+
React.createElement("defs", null,
|
|
35
|
+
React.createElement("clipPath", { id: "svg_cafe5366bd__svg_45a691469b__clip0_2954_37379" },
|
|
36
|
+
React.createElement("path", { d: "M0 0H16V16H0z" }))));
|
|
37
|
+
}
|
|
38
|
+
var IconUndeliver = React.forwardRef(IconUndeliverComponent);
|
|
39
|
+
export default IconUndeliver;
|
|
@@ -27,19 +27,13 @@ function IconUploadActiveComponent(props, ref) {
|
|
|
27
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
28
|
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
29
29
|
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
30
|
-
return React.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-upload_active").concat(loadingKls, " ").concat(className), width: width, height: height,
|
|
31
|
-
React.createElement("
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
React.createElement("
|
|
37
|
-
React.createElement("stop", { stopColor: "#004BDF" }),
|
|
38
|
-
React.createElement("stop", { offset: "0", stopColor: "#4583FF" }),
|
|
39
|
-
React.createElement("stop", { offset: ".878", stopColor: "#84ADFF" })),
|
|
40
|
-
React.createElement("linearGradient", { id: "svg_fda37f50d8__svg_ba82cadeee__paint1_linear_760_144974", x1: "45", y1: "25.5", x2: "27.692", y2: "40.615", gradientUnits: "userSpaceOnUse" },
|
|
41
|
-
React.createElement("stop", { stopColor: "#84ADFF" }),
|
|
42
|
-
React.createElement("stop", { offset: "1", stopColor: "#548DFF" }))));
|
|
30
|
+
return React.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-upload_active").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0 74 74" }, rest, { ref: ref }),
|
|
31
|
+
React.createElement("g", { fillRule: "evenodd", clipRule: "evenodd" },
|
|
32
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#6F9FFF', d: "M55 37.0989C55.6484 35.1846 56 33.1333 56 31C56 20.5066 47.4934 12 37 12C26.5066 12 18 20.5066 18 31L18.0001 31.0716C10.1435 31.826 4 38.4456 4 46.5C4 54.8931 10.671 61.7281 19 61.9921V62H19.5H55V37.0989Z" }),
|
|
33
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M18 31C18 20.5066 26.5066 12 37 12C47.4934 12 56 20.5066 56 31C56 33.1333 55.6484 35.1846 55 37.0989V62H19V61.9921C10.671 61.7281 4 54.8931 4 46.5C4 38.4456 10.1435 31.826 18.0001 31.0716L18 31ZM17.0163 30.1858C9.08151 31.3842 3 38.2313 3 46.5C3 55.1071 9.58996 62.1746 18 62.9327V63H56V37.2615C56.6492 35.2906 57 33.1853 57 31C57 19.9543 48.0457 11 37 11C26.227 11 17.4434 19.5176 17.0163 30.1858Z" }),
|
|
34
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#75A3FF', d: "M54.5 62C63.0604 62 70 55.0604 70 46.5C70 37.9396 63.0604 31 54.5 31C46.1069 31 39.2719 37.671 39.0079 46H39V46.5V62H54V61.9921C54.166 61.9973 54.3327 62 54.5 62Z" }),
|
|
35
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M39.0079 46C39.2719 37.671 46.1069 31 54.5 31C63.0604 31 70 37.9396 70 46.5C70 54.8931 63.329 61.7281 55 61.9921C54.834 61.9973 54.6673 62 54.5 62C54.3327 62 54.166 61.9973 54 61.9921V62H39V46H39.0079ZM38.0673 45H38V63H55V62.9926C63.8814 62.7282 71 55.4454 71 46.5C71 37.3873 63.6127 30 54.5 30C45.8929 30 38.8254 36.59 38.0673 45Z" }),
|
|
36
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M39.833 36.0373C38.1325 34.4494 35.4658 34.4801 33.802 36.1288L24.4049 45.4408L24.2959 45.5536L24.2933 45.5563C23.5262 46.3747 23.1087 47.4601 23.1297 48.5816C23.1506 49.7031 23.6083 50.7721 24.4055 51.5613L24.4072 51.563L24.5179 51.6705L24.5215 51.6739C26.2229 53.2617 28.8891 53.231 30.5529 51.5823L32.4732 49.679L32.4732 61.9925L32.479 62.3553H41.0836L41.1946 49.6173L43.1775 51.5823L43.2705 51.6716L43.2729 51.6739C44.9738 53.2617 47.6405 53.231 49.3039 51.5823L49.3061 51.58L49.4146 51.4698L49.4176 51.4667C50.1902 50.6535 50.6149 49.5709 50.6015 48.4493C50.588 47.3277 50.1373 46.2556 49.3454 45.4612L39.9578 36.1573L39.7829 36.3337L39.9551 36.1547L39.8356 36.0397L39.833 36.0373Z" })));
|
|
43
37
|
}
|
|
44
38
|
var IconUploadActive = React.forwardRef(IconUploadActiveComponent);
|
|
45
39
|
export default IconUploadActive;
|
|
@@ -27,19 +27,13 @@ function IconUploadDefautComponent(props, ref) {
|
|
|
27
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
28
|
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
29
29
|
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
30
|
-
return React.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-upload_defaut").concat(loadingKls, " ").concat(className), width: width, height: height,
|
|
31
|
-
React.createElement("
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
React.createElement("
|
|
37
|
-
React.createElement("stop", { stopColor: "#ADB7C1" }),
|
|
38
|
-
React.createElement("stop", { offset: "0", stopColor: "#576A7C" }),
|
|
39
|
-
React.createElement("stop", { offset: "1", stopColor: "#EEF1F5" })),
|
|
40
|
-
React.createElement("linearGradient", { id: "svg_f0b01cb112__svg_3ae7a78868__paint1_linear_760_144968", x1: "43.846", y1: "24.462", x2: "27.692", y2: "40.615", gradientUnits: "userSpaceOnUse" },
|
|
41
|
-
React.createElement("stop", { stopColor: "#D5DBE1" }),
|
|
42
|
-
React.createElement("stop", { offset: "1", stopColor: "#8A98A5" }))));
|
|
30
|
+
return React.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-upload_defaut").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0 74 74" }, rest, { ref: ref }),
|
|
31
|
+
React.createElement("g", { fillRule: "evenodd", clipRule: "evenodd" },
|
|
32
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#A8B2BD', d: "M55 37.0989C55.6484 35.1846 56 33.1333 56 31C56 20.5066 47.4934 12 37 12C26.5066 12 18 20.5066 18 31L18.0001 31.0716C10.1435 31.826 4 38.4456 4 46.5C4 54.8931 10.671 61.7281 19 61.9921V62H19.5H55V37.0989Z" }),
|
|
33
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M18 31C18 20.5066 26.5066 12 37 12C47.4934 12 56 20.5066 56 31C56 33.1333 55.6484 35.1846 55 37.0989V62H19V61.9921C10.671 61.7281 4 54.8931 4 46.5C4 38.4456 10.1435 31.826 18.0001 31.0716L18 31ZM17.0163 30.1858C9.08151 31.3842 3 38.2313 3 46.5C3 55.1071 9.58996 62.1746 18 62.9327V63H56V37.2615C56.6492 35.2906 57 33.1853 57 31C57 19.9543 48.0457 11 37 11C26.227 11 17.4434 19.5176 17.0163 30.1858Z" }),
|
|
34
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#B7C0C9', d: "M54.5 62C63.0604 62 70 55.0604 70 46.5C70 37.9396 63.0604 31 54.5 31C46.1069 31 39.2719 37.671 39.0079 46H39V46.5V62H54V61.9921C54.166 61.9973 54.3327 62 54.5 62Z" }),
|
|
35
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M39.0079 46C39.2719 37.671 46.1069 31 54.5 31C63.0604 31 70 37.9396 70 46.5C70 54.8931 63.329 61.7281 55 61.9921C54.834 61.9973 54.6673 62 54.5 62C54.3327 62 54.166 61.9973 54 61.9921V62H39V46H39.0079ZM38.0673 45H38V63H55V62.9926C63.8814 62.7282 71 55.4454 71 46.5C71 37.3873 63.6127 30 54.5 30C45.8929 30 38.8254 36.59 38.0673 45Z" }),
|
|
36
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M39.833 36.0373C38.1325 34.4494 35.4658 34.4801 33.802 36.1288L24.4049 45.4408L24.2959 45.5536L24.2933 45.5563C23.5262 46.3747 23.1087 47.4601 23.1297 48.5816C23.1506 49.7031 23.6084 50.7721 24.4055 51.5613L24.4072 51.563L24.5179 51.6705L24.5215 51.6739C26.2229 53.2617 28.8891 53.231 30.5529 51.5823L32.4732 49.679L32.4732 61.9925L32.479 62.3553H41.0836L41.1946 49.6173L43.1775 51.5823L43.2705 51.6716L43.2729 51.6739C44.9738 53.2617 47.6405 53.231 49.3039 51.5823L49.3061 51.58L49.4146 51.4698L49.4176 51.4667C50.1902 50.6535 50.6149 49.5709 50.6015 48.4493C50.588 47.3277 50.1373 46.2556 49.3454 45.4612L39.9578 36.1573L39.7829 36.3337L39.9551 36.1547L39.8356 36.0397L39.833 36.0373Z" })));
|
|
43
37
|
}
|
|
44
38
|
var IconUploadDefaut = React.forwardRef(IconUploadDefautComponent);
|
|
45
39
|
export default IconUploadDefaut;
|
|
@@ -27,9 +27,8 @@ function IconUploadFileComponent(props, ref) {
|
|
|
27
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
28
|
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
29
29
|
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
30
|
-
return React.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-
|
|
31
|
-
React.createElement("path", { fillRule: "evenodd", d: "
|
|
32
|
-
React.createElement("path", { fillRule: "evenodd", d: "M9.974 10.215a.667.667 0 0 1 .684.51c.21.869.526 1.353.953 1.729.453.398 1.051.699 1.94 1.146l.082.042a.666.666 0 0 1-.029 1.205c-1.356.603-1.965 1.18-2.294 1.647a3.556 3.556 0 0 0-.378.71l-.07.173a6.12 6.12 0 0 1-.264.599.667.667 0 0 1-1.246-.209c-.115-.716-.57-1.431-1.16-1.987-.608-.574-1.229-.858-1.563-.877a.667.667 0 0 1-.073-1.323c.725-.122 1.397-.564 1.916-1.14.527-.586.823-1.228.877-1.645a.667.667 0 0 1 .625-.58Zm.034 2.406c-.16.247-.343.486-.545.71a5.42 5.42 0 0 1-1.058.912 5.834 5.834 0 0 1 1.655 1.728c.048-.08.101-.161.16-.244.352-.502.865-1.002 1.664-1.489a6.557 6.557 0 0 1-1.153-.783 3.97 3.97 0 0 1-.723-.834Z", clipRule: "evenodd" }));
|
|
30
|
+
return React.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-upload_file").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : '#000', viewBox: "0 0 16 16" }, rest, { ref: ref }),
|
|
31
|
+
React.createElement("path", { fillRule: "evenodd", d: "M3.53261 0.564075C2.07867 0.564075 0.900024 1.74272 0.900024 3.19666V12.4674C0.900024 13.9214 2.07867 15.1 3.53261 15.1H12.4674C13.9214 15.1 15.1 13.9214 15.1 12.4674V3.19666C15.1 1.74272 13.9214 0.564075 12.4674 0.564075H3.53261ZM2.33598 3.19666C2.33598 2.53578 2.87173 2.00003 3.53261 2.00003H12.4674C13.1283 2.00003 13.6641 2.53578 13.6641 3.19666V12.4674C13.6641 13.1283 13.1283 13.6641 12.4674 13.6641H3.53261C2.87173 13.6641 2.33598 13.1283 2.33598 12.4674V3.19666ZM4.09106 5.03801C4.09106 4.64148 4.41251 4.32003 4.80904 4.32003H5.60679C6.00332 4.32003 6.32477 4.64148 6.32477 5.03801C6.32477 5.43454 6.00332 5.75599 5.60679 5.75599H4.80904C4.41251 5.75599 4.09106 5.43454 4.09106 5.03801ZM7.28198 5.03801C7.28198 4.64148 7.60343 4.32003 7.99996 4.32003H11.191C11.5875 4.32003 11.9089 4.64148 11.9089 5.03801C11.9089 5.43454 11.5875 5.75599 11.191 5.75599H7.99996C7.60343 5.75599 7.28198 5.43454 7.28198 5.03801ZM7.28198 7.83012C7.28198 7.43359 7.60343 7.11214 7.99996 7.11214H11.191C11.5875 7.11214 11.9089 7.43359 11.9089 7.83012C11.9089 8.22665 11.5875 8.5481 11.191 8.5481H7.99996C7.60343 8.5481 7.28198 8.22665 7.28198 7.83012ZM7.99996 9.91683C7.60343 9.91683 7.28198 10.2383 7.28198 10.6348C7.28198 11.0313 7.60343 11.3528 7.99996 11.3528H11.191C11.5875 11.3528 11.9089 11.0313 11.9089 10.6348C11.9089 10.2383 11.5875 9.91683 11.191 9.91683H7.99996ZM4.80904 7.11214C4.41251 7.11214 4.09106 7.43359 4.09106 7.83012C4.09106 8.22665 4.41251 8.5481 4.80904 8.5481H5.60679C6.00332 8.5481 6.32477 8.22665 6.32477 7.83012C6.32477 7.43359 6.00332 7.11214 5.60679 7.11214H4.80904ZM4.09106 10.6348C4.09106 10.2383 4.41251 9.91683 4.80904 9.91683H5.60679C6.00332 9.91683 6.32477 10.2383 6.32477 10.6348C6.32477 11.0313 6.00332 11.3528 5.60679 11.3528H4.80904C4.41251 11.3528 4.09106 11.0313 4.09106 10.6348Z", clipRule: "evenodd" }));
|
|
33
32
|
}
|
|
34
33
|
var IconUploadFile = React.forwardRef(IconUploadFileComponent);
|
|
35
34
|
export default IconUploadFile;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconUploadFiles: 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 IconUploadFiles;
|
|
@@ -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 IconUploadFilesComponent(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-upload_files").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : '#000', viewBox: "0 0 16 16" }, rest, { ref: ref }),
|
|
31
|
+
React.createElement("path", { fillRule: "evenodd", d: "M3.53261 0.564075C2.07867 0.564075 0.900024 1.74272 0.900024 3.19666V12.4674C0.900024 13.9214 2.07867 15.1 3.53261 15.1H12.4674C13.9214 15.1 15.1 13.9214 15.1 12.4674V3.19666C15.1 1.74272 13.9214 0.564075 12.4674 0.564075H3.53261ZM2.33598 3.19666C2.33598 2.53578 2.87173 2.00003 3.53261 2.00003H12.4674C13.1283 2.00003 13.6641 2.53578 13.6641 3.19666V12.4674C13.6641 13.1283 13.1283 13.6641 12.4674 13.6641H3.53261C2.87173 13.6641 2.33598 13.1283 2.33598 12.4674V3.19666ZM4.09106 5.03801C4.09106 4.64148 4.41251 4.32003 4.80904 4.32003H5.60679C6.00332 4.32003 6.32477 4.64148 6.32477 5.03801C6.32477 5.43454 6.00332 5.75599 5.60679 5.75599H4.80904C4.41251 5.75599 4.09106 5.43454 4.09106 5.03801ZM7.28198 5.03801C7.28198 4.64148 7.60343 4.32003 7.99996 4.32003H11.191C11.5875 4.32003 11.9089 4.64148 11.9089 5.03801C11.9089 5.43454 11.5875 5.75599 11.191 5.75599H7.99996C7.60343 5.75599 7.28198 5.43454 7.28198 5.03801ZM7.28198 7.83012C7.28198 7.43359 7.60343 7.11214 7.99996 7.11214H11.191C11.5875 7.11214 11.9089 7.43359 11.9089 7.83012C11.9089 8.22665 11.5875 8.5481 11.191 8.5481H7.99996C7.60343 8.5481 7.28198 8.22665 7.28198 7.83012ZM7.99996 9.91683C7.60343 9.91683 7.28198 10.2383 7.28198 10.6348C7.28198 11.0313 7.60343 11.3528 7.99996 11.3528H11.191C11.5875 11.3528 11.9089 11.0313 11.9089 10.6348C11.9089 10.2383 11.5875 9.91683 11.191 9.91683H7.99996ZM4.80904 7.11214C4.41251 7.11214 4.09106 7.43359 4.09106 7.83012C4.09106 8.22665 4.41251 8.5481 4.80904 8.5481H5.60679C6.00332 8.5481 6.32477 8.22665 6.32477 7.83012C6.32477 7.43359 6.00332 7.11214 5.60679 7.11214H4.80904ZM4.09106 10.6348C4.09106 10.2383 4.41251 9.91683 4.80904 9.91683H5.60679C6.00332 9.91683 6.32477 10.2383 6.32477 10.6348C6.32477 11.0313 6.00332 11.3528 5.60679 11.3528H4.80904C4.41251 11.3528 4.09106 11.0313 4.09106 10.6348Z", clipRule: "evenodd" }));
|
|
32
|
+
}
|
|
33
|
+
var IconUploadFiles = React.forwardRef(IconUploadFilesComponent);
|
|
34
|
+
export default IconUploadFiles;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconVoiceai: 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 IconVoiceai;
|
|
@@ -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 IconVoiceaiComponent(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-voiceai").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 18 18", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
|
|
31
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.98748 0.25C6.57126 0.25 4.61248 2.20875 4.61248 4.625V8.125C4.61248 10.5412 6.57126 12.5 8.98748 12.5C11.4037 12.5 13.3625 10.5412 13.3625 8.125V4.625C13.3625 2.20875 11.4037 0.25 8.98748 0.25ZM9.86248 15.5116C13.5578 15.0785 16.425 11.9366 16.425 8.125V7.25C16.425 7.00837 16.2291 6.8125 15.9875 6.8125H15.1125C14.8708 6.8125 14.675 7.00837 14.675 7.25V8.125C14.675 11.2661 12.1286 13.8125 8.98748 13.8125C5.84636 13.8125 3.29998 11.2661 3.29998 8.125V7.25C3.29998 7.00837 3.10411 6.8125 2.86248 6.8125H1.98749C1.74587 6.8125 1.54999 7.00837 1.54999 7.25V8.125C1.54999 11.9366 4.41722 15.0785 8.11248 15.5116V17.3125C8.11248 17.5541 8.30835 17.75 8.54998 17.75H9.42498C9.66661 17.75 9.86248 17.5541 9.86248 17.3125V15.5116Z" }));
|
|
32
|
+
}
|
|
33
|
+
var IconVoiceai = React.forwardRef(IconVoiceaiComponent);
|
|
34
|
+
export default IconVoiceai;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconZip: 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 IconZip;
|
|
@@ -0,0 +1,44 @@
|
|
|
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 IconZipComponent(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-zip").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'currentColor', viewBox: "0 0 20 20" }, rest, { ref: ref }),
|
|
31
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#38C3FF', fillRule: "evenodd", d: "M5 1.25C3.61929 1.25 2.5 2.36929 2.5 3.75V16.25C2.5 17.6307 3.61929 18.75 5 18.75H15C16.3807 18.75 17.5 17.6307 17.5 16.25V7.5L11.25 1.25H5Z", clipRule: "evenodd" }),
|
|
32
|
+
React.createElement("g", { opacity: ".5" },
|
|
33
|
+
React.createElement("mask", { id: "svg_adcdbd79a8__a", width: "7", height: "7", x: "11", y: "1", maskUnits: "userSpaceOnUse", style: { maskType: 'alpha' } },
|
|
34
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#97BCFF', d: "M11.25 1.25L17.5 7.5H13.75C12.3693 7.5 11.25 6.38071 11.25 5V1.25Z" })),
|
|
35
|
+
React.createElement("g", { mask: "url(#svg_adcdbd79a8__a)" },
|
|
36
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M15 1.25H5C3.61929 1.25 2.5 2.36929 2.5 3.75V16.25C2.5 17.6307 3.61929 18.75 5 18.75H15C16.3807 18.75 17.5 17.6307 17.5 16.25V3.75C17.5 2.36929 16.3807 1.25 15 1.25Z" }))),
|
|
37
|
+
React.createElement("rect", { width: "2", height: "2", x: "5", y: "3", fill: useCurrentColor ? 'currentColor' : '#fff', opacity: ".9", rx: ".4" }),
|
|
38
|
+
React.createElement("rect", { width: "2", height: "2", x: "7", y: "5", fill: useCurrentColor ? 'currentColor' : '#fff', opacity: ".9", rx: ".4" }),
|
|
39
|
+
React.createElement("rect", { width: "2", height: "2", x: "5", y: "7", fill: useCurrentColor ? 'currentColor' : '#fff', opacity: ".9", rx: ".4" }),
|
|
40
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', fillRule: "evenodd", d: "M5 11.4C5 11.1791 5.17909 11 5.4 11H6.6C6.82091 11 7 11.1791 7 11.4V12.5H8.6C8.82091 12.5 9 12.6791 9 12.9V13V13.1V15.4V15.6V16.1C9 16.3209 8.82091 16.5 8.6 16.5H5.4C5.17909 16.5 5 16.3209 5 16.1V15.6V15.4V13.1V12.9V12.6V12V11.4ZM6 13.5V15H8V13.5H6Z", clipRule: "evenodd", opacity: ".9" }),
|
|
41
|
+
React.createElement("rect", { width: "2", height: "2", x: "7", y: "9", fill: useCurrentColor ? 'currentColor' : '#fff', opacity: ".9", rx: ".4" }));
|
|
42
|
+
}
|
|
43
|
+
var IconZip = React.forwardRef(IconZipComponent);
|
|
44
|
+
export default IconZip;
|
package/esm/index.d.ts
CHANGED
|
@@ -35,8 +35,6 @@ export { default as IconWorkflowWorkflow } from './IconWorkflowWorkflow';
|
|
|
35
35
|
export { default as IconUploadingPng } from './IconUploadingPng';
|
|
36
36
|
export { default as IconUploadingHtml } from './IconUploadingHtml';
|
|
37
37
|
export { default as IconNewsExtraction } from './IconNewsExtraction';
|
|
38
|
-
export { default as IconUploadActive } from './IconUploadActive';
|
|
39
|
-
export { default as IconUploadDefaut } from './IconUploadDefaut';
|
|
40
38
|
export { default as IconHomebotC } from './IconHomebotC';
|
|
41
39
|
export { default as IconNewAgent } from './IconNewAgent';
|
|
42
40
|
export { default as IconUploadingPpt } from './IconUploadingPpt';
|
|
@@ -252,7 +250,6 @@ export { default as IconLastStep } from './IconLastStep';
|
|
|
252
250
|
export { default as IconMode } from './IconMode';
|
|
253
251
|
export { default as IconFairyStick } from './IconFairyStick';
|
|
254
252
|
export { default as IconRefresh } from './IconRefresh';
|
|
255
|
-
export { default as IconUploadFile } from './IconUploadFile';
|
|
256
253
|
export { default as IconArrowRightCorner } from './IconArrowRightCorner';
|
|
257
254
|
export { default as IconMore } from './IconMore';
|
|
258
255
|
export { default as IconHomeCollect } from './IconHomeCollect';
|
|
@@ -291,4 +288,35 @@ export { default as IconNoChartData } from './IconNoChartData';
|
|
|
291
288
|
export { default as IconErrorTypeHighSaturation } from './IconErrorTypeHighSaturation';
|
|
292
289
|
export { default as IconLoginFailure } from './IconLoginFailure';
|
|
293
290
|
export { default as IconCodeUn } from './IconCodeUn';
|
|
291
|
+
export { default as IconUploadFile } from './IconUploadFile';
|
|
292
|
+
export { default as IconMenuIndicators } from './IconMenuIndicators';
|
|
293
|
+
export { default as IconMenuObservation } from './IconMenuObservation';
|
|
294
|
+
export { default as IconMenuHiagent } from './IconMenuHiagent';
|
|
295
|
+
export { default as IconMenuEvaluation } from './IconMenuEvaluation';
|
|
296
|
+
export { default as IconMenuAgentCenter } from './IconMenuAgentCenter';
|
|
297
|
+
export { default as IconMenuPluginCenter } from './IconMenuPluginCenter';
|
|
298
|
+
export { default as IconMenuConversation } from './IconMenuConversation';
|
|
299
|
+
export { default as IconMenuEvaluationSet } from './IconMenuEvaluationSet';
|
|
300
|
+
export { default as IconMenuPlugin } from './IconMenuPlugin';
|
|
301
|
+
export { default as IconMenuTask } from './IconMenuTask';
|
|
302
|
+
export { default as IconMenuDatabase } from './IconMenuDatabase';
|
|
303
|
+
export { default as IconMenuPrompt } from './IconMenuPrompt';
|
|
304
|
+
export { default as IconMenuKnowledge } from './IconMenuKnowledge';
|
|
305
|
+
export { default as IconMenuWorkflow } from './IconMenuWorkflow';
|
|
306
|
+
export { default as IconMenuAgent } from './IconMenuAgent';
|
|
307
|
+
export { default as IconZip } from './IconZip';
|
|
308
|
+
export { default as IconVoiceai } from './IconVoiceai';
|
|
309
|
+
export { default as IconShortcutInstructions } from './IconShortcutInstructions';
|
|
310
|
+
export { default as IconDataTableBlock } from './IconDataTableBlock';
|
|
311
|
+
export { default as IconMergePd } from './IconMergePd';
|
|
312
|
+
export { default as IconConfiguration } from './IconConfiguration';
|
|
313
|
+
export { default as IconPreview } from './IconPreview';
|
|
314
|
+
export { default as IconAnnotation } from './IconAnnotation';
|
|
315
|
+
export { default as IconDeleteLine } from './IconDeleteLine';
|
|
316
|
+
export { default as IconUploadFiles } from './IconUploadFiles';
|
|
317
|
+
export { default as IconRecording } from './IconRecording';
|
|
318
|
+
export { default as IconImportDefault } from './IconImportDefault';
|
|
319
|
+
export { default as IconUndeliver } from './IconUndeliver';
|
|
320
|
+
export { default as IconUploadActive } from './IconUploadActive';
|
|
321
|
+
export { default as IconUploadDefaut } from './IconUploadDefaut';
|
|
294
322
|
export * from './type';
|
package/esm/index.js
CHANGED
|
@@ -35,8 +35,6 @@ export { default as IconWorkflowWorkflow } from './IconWorkflowWorkflow';
|
|
|
35
35
|
export { default as IconUploadingPng } from './IconUploadingPng';
|
|
36
36
|
export { default as IconUploadingHtml } from './IconUploadingHtml';
|
|
37
37
|
export { default as IconNewsExtraction } from './IconNewsExtraction';
|
|
38
|
-
export { default as IconUploadActive } from './IconUploadActive';
|
|
39
|
-
export { default as IconUploadDefaut } from './IconUploadDefaut';
|
|
40
38
|
export { default as IconHomebotC } from './IconHomebotC';
|
|
41
39
|
export { default as IconNewAgent } from './IconNewAgent';
|
|
42
40
|
export { default as IconUploadingPpt } from './IconUploadingPpt';
|
|
@@ -252,7 +250,6 @@ export { default as IconLastStep } from './IconLastStep';
|
|
|
252
250
|
export { default as IconMode } from './IconMode';
|
|
253
251
|
export { default as IconFairyStick } from './IconFairyStick';
|
|
254
252
|
export { default as IconRefresh } from './IconRefresh';
|
|
255
|
-
export { default as IconUploadFile } from './IconUploadFile';
|
|
256
253
|
export { default as IconArrowRightCorner } from './IconArrowRightCorner';
|
|
257
254
|
export { default as IconMore } from './IconMore';
|
|
258
255
|
export { default as IconHomeCollect } from './IconHomeCollect';
|
|
@@ -291,4 +288,35 @@ export { default as IconNoChartData } from './IconNoChartData';
|
|
|
291
288
|
export { default as IconErrorTypeHighSaturation } from './IconErrorTypeHighSaturation';
|
|
292
289
|
export { default as IconLoginFailure } from './IconLoginFailure';
|
|
293
290
|
export { default as IconCodeUn } from './IconCodeUn';
|
|
291
|
+
export { default as IconUploadFile } from './IconUploadFile';
|
|
292
|
+
export { default as IconMenuIndicators } from './IconMenuIndicators';
|
|
293
|
+
export { default as IconMenuObservation } from './IconMenuObservation';
|
|
294
|
+
export { default as IconMenuHiagent } from './IconMenuHiagent';
|
|
295
|
+
export { default as IconMenuEvaluation } from './IconMenuEvaluation';
|
|
296
|
+
export { default as IconMenuAgentCenter } from './IconMenuAgentCenter';
|
|
297
|
+
export { default as IconMenuPluginCenter } from './IconMenuPluginCenter';
|
|
298
|
+
export { default as IconMenuConversation } from './IconMenuConversation';
|
|
299
|
+
export { default as IconMenuEvaluationSet } from './IconMenuEvaluationSet';
|
|
300
|
+
export { default as IconMenuPlugin } from './IconMenuPlugin';
|
|
301
|
+
export { default as IconMenuTask } from './IconMenuTask';
|
|
302
|
+
export { default as IconMenuDatabase } from './IconMenuDatabase';
|
|
303
|
+
export { default as IconMenuPrompt } from './IconMenuPrompt';
|
|
304
|
+
export { default as IconMenuKnowledge } from './IconMenuKnowledge';
|
|
305
|
+
export { default as IconMenuWorkflow } from './IconMenuWorkflow';
|
|
306
|
+
export { default as IconMenuAgent } from './IconMenuAgent';
|
|
307
|
+
export { default as IconZip } from './IconZip';
|
|
308
|
+
export { default as IconVoiceai } from './IconVoiceai';
|
|
309
|
+
export { default as IconShortcutInstructions } from './IconShortcutInstructions';
|
|
310
|
+
export { default as IconDataTableBlock } from './IconDataTableBlock';
|
|
311
|
+
export { default as IconMergePd } from './IconMergePd';
|
|
312
|
+
export { default as IconConfiguration } from './IconConfiguration';
|
|
313
|
+
export { default as IconPreview } from './IconPreview';
|
|
314
|
+
export { default as IconAnnotation } from './IconAnnotation';
|
|
315
|
+
export { default as IconDeleteLine } from './IconDeleteLine';
|
|
316
|
+
export { default as IconUploadFiles } from './IconUploadFiles';
|
|
317
|
+
export { default as IconRecording } from './IconRecording';
|
|
318
|
+
export { default as IconImportDefault } from './IconImportDefault';
|
|
319
|
+
export { default as IconUndeliver } from './IconUndeliver';
|
|
320
|
+
export { default as IconUploadActive } from './IconUploadActive';
|
|
321
|
+
export { default as IconUploadDefaut } from './IconUploadDefaut';
|
|
294
322
|
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 IconAnnotationComponent(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-annotation${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '#000'} viewBox="0 0 12 12" {...rest} ref={ref}><g clipPath="url(#svg_61979344b1__svg_ee656aa13b__clip0_26545_1137312)"><path fillRule="evenodd" d="M2.64816 0.6C1.40653 0.6 0.399994 1.60654 0.399994 2.84816V7.89236C0.399994 9.13399 1.40653 10.1405 2.64816 10.1405H4.577L5.61347 11.201C5.73731 11.3277 5.90682 11.3994 6.084 11.4C6.26117 11.4006 6.43119 11.3301 6.55592 11.2043L7.61048 10.1405H9.39265C10.6343 10.1405 11.6408 9.13399 11.6408 7.89236V2.84817C11.6408 1.60654 10.6343 0.6 9.39265 0.6H2.64816ZM1.72244 2.84816C1.72244 2.33691 2.1369 1.92245 2.64816 1.92245H9.39265C9.9039 1.92245 10.3184 2.33691 10.3184 2.84817V7.89236C10.3184 8.40362 9.9039 8.81808 9.39265 8.81808H7.33491C7.15855 8.81808 6.98949 8.88853 6.86533 9.01378L6.08967 9.79621L5.32819 9.01712C5.20378 8.88983 5.03331 8.81808 4.85532 8.81808H2.64816C2.1369 8.81808 1.72244 8.40362 1.72244 7.89236V2.84816ZM4.36734 4.67976C4.00216 4.67976 3.70612 4.9758 3.70612 5.34098C3.70612 5.70616 4.00216 6.0022 4.36734 6.0022H7.67346C8.03865 6.0022 8.33469 5.70616 8.33469 5.34098C8.33469 4.9758 8.03865 4.67976 7.67346 4.67976H4.36734Z" clipRule="evenodd"/></g><defs><clipPath id="svg_61979344b1__svg_ee656aa13b__clip0_26545_1137312"><path d="M0 0H12V12H0z"/></clipPath></defs></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconAnnotation = React.forwardRef(IconAnnotationComponent);
|
|
15
|
+
export default IconAnnotation;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconConfigurationComponent(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-configuration${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 fillRule="evenodd" clipRule="evenodd" d="M3.27848 3.44304C3.27848 2.64607 3.92455 2 4.72152 2H6.2405C7.03747 2 7.68354 2.64607 7.68354 3.44304V4.28266C7.70849 4.2799 7.73385 4.27848 7.75953 4.27848H14.595C14.9725 4.27848 15.2785 4.58451 15.2785 4.96202C15.2785 5.33953 14.9725 5.64557 14.595 5.64557H7.75953C7.73385 5.64557 7.70849 5.64415 7.68354 5.64139V6.48101C7.68354 7.27798 7.03747 7.92405 6.2405 7.92405H4.72152C3.92455 7.92405 3.27848 7.27798 3.27848 6.48101V5.64557H1.68354C1.30603 5.64557 1 5.33953 1 4.96202C1 4.58451 1.30603 4.27848 1.68354 4.27848H3.27848V3.44304ZM4.72152 3.36709C4.67957 3.36709 4.64557 3.40109 4.64557 3.44304V6.48101C4.64557 6.52295 4.67957 6.55696 4.72152 6.55696H6.2405C6.28245 6.55696 6.31645 6.52295 6.31645 6.48101V3.44304C6.31645 3.40109 6.28245 3.36709 6.2405 3.36709H4.72152ZM1.68354 10.3544C1.30603 10.3544 1 10.6605 1 11.038C1 11.4155 1.30603 11.7215 1.68354 11.7215H8.59502V12.557C8.59502 13.3539 9.24109 14 10.0381 14H11.557C12.354 14 13.0001 13.3539 13.0001 12.557V11.7215H14.595C14.9725 11.7215 15.2785 11.4155 15.2785 11.038C15.2785 10.6605 14.9725 10.3544 14.595 10.3544H13.0001V9.51899C13.0001 8.72202 12.354 8.07596 11.557 8.07596H10.0381C9.24109 8.07596 8.59502 8.72202 8.59502 9.51899V10.3544H1.68354ZM11.633 11.03V9.51899C11.633 9.47705 11.599 9.44304 11.557 9.44304H10.0381C9.99611 9.44304 9.96211 9.47705 9.96211 9.51899V12.557C9.96211 12.5989 9.99611 12.6329 10.0381 12.6329H11.557C11.599 12.6329 11.633 12.5989 11.633 12.557V11.046C11.633 11.0433 11.6329 11.0406 11.6329 11.038C11.6329 11.0353 11.633 11.0326 11.633 11.03Z"/><path fillRule="evenodd" clipRule="evenodd" d="M3.1785 3.44303C3.1785 2.59084 3.86934 1.89999 4.72154 1.89999H6.24053C7.09272 1.89999 7.78356 2.59084 7.78356 3.44303V4.17847H14.595C15.0277 4.17847 15.3785 4.52928 15.3785 4.96202C15.3785 5.39476 15.0277 5.74556 14.595 5.74556H7.78356V6.481C7.78356 7.3332 7.09272 8.02404 6.24053 8.02404H4.72154C3.86934 8.02404 3.1785 7.3332 3.1785 6.481V5.74556H1.68357C1.25083 5.74556 0.900024 5.39476 0.900024 4.96202C0.900024 4.52928 1.25083 4.17847 1.68357 4.17847H3.1785V3.44303ZM7.68356 5.64138C7.70851 5.64414 7.73387 5.64556 7.75956 5.64556H14.595C14.9725 5.64556 15.2785 5.33953 15.2785 4.96202C15.2785 4.58451 14.9725 4.27847 14.595 4.27847H7.75956C7.73387 4.27847 7.70851 4.27989 7.68356 4.28265V3.44303C7.68356 2.64606 7.03749 1.99999 6.24053 1.99999H4.72154C3.92457 1.99999 3.2785 2.64606 3.2785 3.44303V4.27847H1.68357C1.30606 4.27847 1.00002 4.58451 1.00002 4.96202C1.00002 5.33953 1.30606 5.64556 1.68357 5.64556H3.2785V6.481C3.2785 7.27797 3.92457 7.92404 4.72154 7.92404H6.24053C7.03749 7.92404 7.68356 7.27797 7.68356 6.481V5.64138ZM4.74559 3.46708V6.45695H6.21648V3.46708H4.74559ZM0.900024 11.038C0.900024 10.6052 1.25083 10.2544 1.68357 10.2544H8.49505V9.51899C8.49505 8.66679 9.18589 7.97595 10.0381 7.97595H11.5571C12.4093 7.97595 13.1001 8.66679 13.1001 9.51899V10.2544H14.595C15.0277 10.2544 15.3785 10.6052 15.3785 11.038C15.3785 11.4707 15.0277 11.8215 14.595 11.8215H13.1001V12.557C13.1001 13.4092 12.4093 14.1 11.5571 14.1H10.0381C9.18589 14.1 8.49505 13.4092 8.49505 12.557V11.8215H1.68357C1.25083 11.8215 0.900024 11.4707 0.900024 11.038ZM1.68357 11.7215C1.30606 11.7215 1.00002 11.4155 1.00002 11.038C1.00002 10.6605 1.30606 10.3544 1.68357 10.3544H8.59505V9.51899C8.59505 8.72202 9.24112 8.07595 10.0381 8.07595H11.5571C12.354 8.07595 13.0001 8.72202 13.0001 9.51899V10.3544H14.595C14.9725 10.3544 15.2785 10.6605 15.2785 11.038C15.2785 11.4155 14.9725 11.7215 14.595 11.7215H13.0001V12.557C13.0001 13.3539 12.354 14 11.5571 14H10.0381C9.24112 14 8.59505 13.3539 8.59505 12.557V11.7215H1.68357ZM11.533 9.54304H10.0621V12.5329H11.533V11.046L11.533 11.038L11.533 11.03V9.54304ZM11.633 11.03V9.51899C11.633 9.47704 11.599 9.44304 11.5571 9.44304H10.0381C9.99614 9.44304 9.96213 9.47704 9.96213 9.51899V12.557C9.96213 12.5989 9.99614 12.6329 10.0381 12.6329H11.5571C11.599 12.6329 11.633 12.5989 11.633 12.557V11.046L11.633 11.038L11.633 11.03ZM4.64559 3.44303C4.64559 3.40108 4.67959 3.36708 4.72154 3.36708H6.24053C6.28247 3.36708 6.31648 3.40108 6.31648 3.44303V6.481C6.31648 6.52295 6.28247 6.55695 6.24053 6.55695H4.72154C4.67959 6.55695 4.64559 6.52295 4.64559 6.481V3.44303Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconConfiguration = React.forwardRef(IconConfigurationComponent);
|
|
15
|
+
export default IconConfiguration;
|