@arco-iconbox/react-hiagent 0.1.70 → 0.1.71
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/IconFull/index.d.ts +4 -0
- package/cjs/IconFull/index.js +59 -0
- package/{umd/IconVideoPause → cjs/IconLoudVolume}/index.d.ts +2 -2
- package/cjs/IconLoudVolume/index.js +59 -0
- package/cjs/IconLowVolume/index.d.ts +4 -0
- package/cjs/IconLowVolume/index.js +59 -0
- package/cjs/IconPause/index.d.ts +4 -0
- package/cjs/{IconVideoPause → IconPause}/index.js +6 -6
- package/cjs/IconPiplcon/index.d.ts +4 -0
- package/cjs/IconPiplcon/index.js +59 -0
- package/cjs/{IconAudioVolume → IconPiplconExit}/index.d.ts +2 -2
- package/cjs/{IconAudioVolume → IconPiplconExit}/index.js +7 -6
- package/cjs/IconPrevious/index.d.ts +4 -0
- package/cjs/{IconVideoPrevious → IconPrevious}/index.js +7 -7
- package/cjs/IconShrink/index.d.ts +4 -0
- package/cjs/IconShrink/index.js +59 -0
- package/cjs/IconSilence/index.d.ts +4 -0
- package/cjs/IconSilence/index.js +59 -0
- package/cjs/IconVideoNext/index.js +4 -4
- package/cjs/IconVideoPlay/index.js +3 -3
- package/cjs/index.d.ts +11 -5
- package/cjs/index.js +24 -12
- package/dist/icon.min.js +1 -1
- package/esm/IconFull/index.d.ts +4 -0
- package/esm/IconFull/index.js +34 -0
- package/esm/{IconVideoPause → IconLoudVolume}/index.d.ts +2 -2
- package/esm/IconLoudVolume/index.js +34 -0
- package/esm/IconLowVolume/index.d.ts +4 -0
- package/esm/IconLowVolume/index.js +34 -0
- package/esm/IconPause/index.d.ts +4 -0
- package/esm/{IconVideoPrevious → IconPause}/index.js +6 -7
- package/esm/IconPiplcon/index.d.ts +4 -0
- package/esm/IconPiplcon/index.js +34 -0
- package/{umd/IconAudioVolume → esm/IconPiplconExit}/index.d.ts +2 -2
- package/esm/IconPiplconExit/index.js +35 -0
- package/esm/IconPrevious/index.d.ts +4 -0
- package/esm/{IconVideoPause → IconPrevious}/index.js +7 -6
- package/esm/IconShrink/index.d.ts +4 -0
- package/esm/IconShrink/index.js +34 -0
- package/esm/IconSilence/index.d.ts +4 -0
- package/esm/IconSilence/index.js +34 -0
- package/esm/IconVideoNext/index.js +4 -4
- package/esm/IconVideoPlay/index.js +3 -3
- package/esm/index.d.ts +11 -5
- package/esm/index.js +11 -5
- package/package.json +1 -1
- package/src/IconFull/index.tsx +15 -0
- package/src/IconLoudVolume/index.tsx +15 -0
- package/src/IconLowVolume/index.tsx +15 -0
- package/src/IconPause/index.tsx +15 -0
- package/src/IconPiplcon/index.tsx +15 -0
- package/src/IconPiplconExit/index.tsx +15 -0
- package/src/IconPrevious/index.tsx +15 -0
- package/src/IconShrink/index.tsx +15 -0
- package/src/IconSilence/index.tsx +15 -0
- package/src/IconVideoNext/index.tsx +2 -2
- package/src/IconVideoPlay/index.tsx +2 -2
- package/src/index.ts +11 -5
- package/umd/IconFull/index.d.ts +4 -0
- package/umd/IconFull/index.js +69 -0
- package/{cjs/IconVideoPause → umd/IconLoudVolume}/index.d.ts +2 -2
- package/umd/IconLoudVolume/index.js +69 -0
- package/umd/IconLowVolume/index.d.ts +4 -0
- package/umd/{IconAudioVolume → IconLowVolume}/index.js +6 -6
- package/umd/IconPause/index.d.ts +4 -0
- package/umd/{IconVideoPause → IconPause}/index.js +6 -6
- package/umd/IconPiplcon/index.d.ts +4 -0
- package/umd/IconPiplcon/index.js +69 -0
- package/{esm/IconAudioVolume → umd/IconPiplconExit}/index.d.ts +2 -2
- package/umd/IconPiplconExit/index.js +70 -0
- package/umd/IconPrevious/index.d.ts +4 -0
- package/umd/{IconVideoPrevious → IconPrevious}/index.js +7 -7
- package/umd/IconShrink/index.d.ts +4 -0
- package/umd/IconShrink/index.js +69 -0
- package/umd/IconSilence/index.d.ts +4 -0
- package/umd/IconSilence/index.js +69 -0
- package/umd/IconVideoNext/index.js +4 -4
- package/umd/IconVideoPlay/index.js +3 -3
- package/umd/index.d.ts +11 -5
- package/umd/index.js +24 -12
- package/cjs/IconVideoPrevious/index.d.ts +0 -4
- package/esm/IconAudioVolume/index.js +0 -34
- package/esm/IconVideoPrevious/index.d.ts +0 -4
- package/src/IconAudioVolume/index.tsx +0 -15
- package/src/IconVideoPause/index.tsx +0 -15
- package/src/IconVideoPrevious/index.tsx +0 -15
- package/umd/IconVideoPrevious/index.d.ts +0 -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 IconShrinkComponent(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-shrink").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0 20 20" }, rest, { ref: ref }),
|
|
31
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M6.375 12.925a.7.7 0 0 1 .7.7v3.625a.7.7 0 0 1-1.4 0v-2.925H2.75a.7.7 0 0 1 0-1.4h3.625Zm10.834 0a.7.7 0 0 1 0 1.4h-2.884v2.925a.701.701 0 0 1-1.4 0v-3.625a.7.7 0 0 1 .7-.7h3.584ZM6.375 2.05a.7.7 0 0 1 .7.7v3.625a.7.7 0 0 1-.7.7H2.75a.7.7 0 0 1 0-1.4h2.925V2.75a.7.7 0 0 1 .7-.7Zm7.25 0a.7.7 0 0 1 .7.7v2.925h2.925a.7.7 0 0 1 0 1.4h-3.625a.7.7 0 0 1-.7-.7V2.75a.7.7 0 0 1 .7-.7Z" }));
|
|
32
|
+
}
|
|
33
|
+
var IconShrink = React.forwardRef(IconShrinkComponent);
|
|
34
|
+
export default IconShrink;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconSilence: 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 IconSilence;
|
|
@@ -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 IconSilenceComponent(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-silence").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0 20 20" }, rest, { ref: ref }),
|
|
31
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M10.417 2.7a.634.634 0 0 1 .611.469l.02.117.002.056v13.325a.634.634 0 0 1-.586.63l-.056.003h-.54a.634.634 0 0 1-.26-.056l-.078-.042-.052-.036-4.865-3.741a.632.632 0 0 1-.244-.445l-.003-.067V7.078a.635.635 0 0 1 .206-.469l.05-.04L9.48 2.83a.633.633 0 0 1 .322-.129l.073-.002h.542Zm.706 14.41-.096.123a.83.83 0 0 0 .149-.23.749.749 0 0 1-.053.106ZM9.461 4.443 5.71 7.33l-.077.06v5.222l.077.06 4.072 3.133V4.197l-.322.247ZM2.5 6.866a.217.217 0 0 1 .217.217v5.834a.218.218 0 0 1-.217.217h-.833a.218.218 0 0 1-.217-.217V7.083a.218.218 0 0 1 .217-.217H2.5Zm1.938-.403a.843.843 0 0 0-.06.061l-.055.068a.846.846 0 0 1 .055-.068l.06-.061Zm6.421-3.836.124.096a.831.831 0 0 0-.215-.142c.03.015.062.028.091.046Zm7.28 5.762L16.527 10l1.612 1.611-.778.778-1.611-1.612-1.611 1.612-.778-.778L14.973 10 13.36 8.389l.778-.778 1.611 1.612 1.611-1.612.778.778Z" }));
|
|
32
|
+
}
|
|
33
|
+
var IconSilence = React.forwardRef(IconSilenceComponent);
|
|
34
|
+
export default IconSilence;
|
|
@@ -24,12 +24,12 @@ import React, { useContext } from 'react';
|
|
|
24
24
|
import { Context } from '../context';
|
|
25
25
|
function IconVideoNextComponent(props, ref) {
|
|
26
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 ?
|
|
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-video-next").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : '
|
|
31
|
-
React.createElement("path", { fillRule: "evenodd", d: "m4.77 5.08 7 4.5a.5.5 0 0 1 0 .84l-7 4.5A.5.5 0 0 1 4 14.5v-9a.5.5 0 0 1 .77-.42Z", clipRule: "evenodd" }),
|
|
32
|
-
React.createElement("path", {
|
|
30
|
+
return React.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-video-next").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0 20 20" }, rest, { ref: ref }),
|
|
31
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', fillRule: "evenodd", d: "m4.77 5.08 7 4.5a.5.5 0 0 1 0 .84l-7 4.5A.5.5 0 0 1 4 14.5v-9a.5.5 0 0 1 .77-.42Z", clipRule: "evenodd" }),
|
|
32
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M14.917 15V5a.75.75 0 0 0-1.5 0v10a.75.75 0 1 0 1.5 0Z" }));
|
|
33
33
|
}
|
|
34
34
|
var IconVideoNext = React.forwardRef(IconVideoNextComponent);
|
|
35
35
|
export default IconVideoNext;
|
|
@@ -24,11 +24,11 @@ import React, { useContext } from 'react';
|
|
|
24
24
|
import { Context } from '../context';
|
|
25
25
|
function IconVideoPlayComponent(props, ref) {
|
|
26
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 ?
|
|
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-video-play").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : '
|
|
31
|
-
React.createElement("path", { fillRule: "evenodd", d: "m4.833 2.128 11.2 7.2a.799.799 0 0 1 0 1.345l-11.2 7.199a.8.8 0 0 1-1.233-.673V2.8a.8.8 0 0 1 1.233-.673Z", clipRule: "evenodd" }));
|
|
30
|
+
return React.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-video-play").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0 20 20" }, rest, { ref: ref }),
|
|
31
|
+
React.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', fillRule: "evenodd", d: "m4.833 2.128 11.2 7.2a.799.799 0 0 1 0 1.345l-11.2 7.199a.8.8 0 0 1-1.233-.673V2.8a.8.8 0 0 1 1.233-.673Z", clipRule: "evenodd" }));
|
|
32
32
|
}
|
|
33
33
|
var IconVideoPlay = React.forwardRef(IconVideoPlayComponent);
|
|
34
34
|
export default IconVideoPlay;
|
package/esm/index.d.ts
CHANGED
|
@@ -1646,14 +1646,9 @@ export { default as IconRemoveColor } from './IconRemoveColor';
|
|
|
1646
1646
|
export { default as IconVideoTag } from './IconVideoTag';
|
|
1647
1647
|
export { default as IconAudioPause } from './IconAudioPause';
|
|
1648
1648
|
export { default as IconAudioCycle } from './IconAudioCycle';
|
|
1649
|
-
export { default as IconVideoPause } from './IconVideoPause';
|
|
1650
1649
|
export { default as IconAudioPlay } from './IconAudioPlay';
|
|
1651
1650
|
export { default as IconVideoFastForward10s } from './IconVideoFastForward10s';
|
|
1652
|
-
export { default as IconVideoPlay } from './IconVideoPlay';
|
|
1653
|
-
export { default as IconVideoNext } from './IconVideoNext';
|
|
1654
1651
|
export { default as IconVideoRewind10s } from './IconVideoRewind10s';
|
|
1655
|
-
export { default as IconAudioVolume } from './IconAudioVolume';
|
|
1656
|
-
export { default as IconVideoPrevious } from './IconVideoPrevious';
|
|
1657
1652
|
export { default as IconUploadingLarkbitable } from './IconUploadingLarkbitable';
|
|
1658
1653
|
export { default as IconTokenConsumption } from './IconTokenConsumption';
|
|
1659
1654
|
export { default as IconNodeTimeConsumption } from './IconNodeTimeConsumption';
|
|
@@ -1672,4 +1667,15 @@ export { default as IconVerticalBarChartNodata } from './IconVerticalBarChartNod
|
|
|
1672
1667
|
export { default as IconHorizontalBarChartNodata } from './IconHorizontalBarChartNodata';
|
|
1673
1668
|
export { default as IconLineGraphNodata } from './IconLineGraphNodata';
|
|
1674
1669
|
export { default as IconPieChartNodata } from './IconPieChartNodata';
|
|
1670
|
+
export { default as IconPiplcon } from './IconPiplcon';
|
|
1671
|
+
export { default as IconPiplconExit } from './IconPiplconExit';
|
|
1672
|
+
export { default as IconShrink } from './IconShrink';
|
|
1673
|
+
export { default as IconFull } from './IconFull';
|
|
1674
|
+
export { default as IconLoudVolume } from './IconLoudVolume';
|
|
1675
|
+
export { default as IconSilence } from './IconSilence';
|
|
1676
|
+
export { default as IconLowVolume } from './IconLowVolume';
|
|
1677
|
+
export { default as IconPause } from './IconPause';
|
|
1678
|
+
export { default as IconPrevious } from './IconPrevious';
|
|
1679
|
+
export { default as IconVideoPlay } from './IconVideoPlay';
|
|
1680
|
+
export { default as IconVideoNext } from './IconVideoNext';
|
|
1675
1681
|
export * from './type';
|
package/esm/index.js
CHANGED
|
@@ -1646,14 +1646,9 @@ export { default as IconRemoveColor } from './IconRemoveColor';
|
|
|
1646
1646
|
export { default as IconVideoTag } from './IconVideoTag';
|
|
1647
1647
|
export { default as IconAudioPause } from './IconAudioPause';
|
|
1648
1648
|
export { default as IconAudioCycle } from './IconAudioCycle';
|
|
1649
|
-
export { default as IconVideoPause } from './IconVideoPause';
|
|
1650
1649
|
export { default as IconAudioPlay } from './IconAudioPlay';
|
|
1651
1650
|
export { default as IconVideoFastForward10s } from './IconVideoFastForward10s';
|
|
1652
|
-
export { default as IconVideoPlay } from './IconVideoPlay';
|
|
1653
|
-
export { default as IconVideoNext } from './IconVideoNext';
|
|
1654
1651
|
export { default as IconVideoRewind10s } from './IconVideoRewind10s';
|
|
1655
|
-
export { default as IconAudioVolume } from './IconAudioVolume';
|
|
1656
|
-
export { default as IconVideoPrevious } from './IconVideoPrevious';
|
|
1657
1652
|
export { default as IconUploadingLarkbitable } from './IconUploadingLarkbitable';
|
|
1658
1653
|
export { default as IconTokenConsumption } from './IconTokenConsumption';
|
|
1659
1654
|
export { default as IconNodeTimeConsumption } from './IconNodeTimeConsumption';
|
|
@@ -1672,4 +1667,15 @@ export { default as IconVerticalBarChartNodata } from './IconVerticalBarChartNod
|
|
|
1672
1667
|
export { default as IconHorizontalBarChartNodata } from './IconHorizontalBarChartNodata';
|
|
1673
1668
|
export { default as IconLineGraphNodata } from './IconLineGraphNodata';
|
|
1674
1669
|
export { default as IconPieChartNodata } from './IconPieChartNodata';
|
|
1670
|
+
export { default as IconPiplcon } from './IconPiplcon';
|
|
1671
|
+
export { default as IconPiplconExit } from './IconPiplconExit';
|
|
1672
|
+
export { default as IconShrink } from './IconShrink';
|
|
1673
|
+
export { default as IconFull } from './IconFull';
|
|
1674
|
+
export { default as IconLoudVolume } from './IconLoudVolume';
|
|
1675
|
+
export { default as IconSilence } from './IconSilence';
|
|
1676
|
+
export { default as IconLowVolume } from './IconLowVolume';
|
|
1677
|
+
export { default as IconPause } from './IconPause';
|
|
1678
|
+
export { default as IconPrevious } from './IconPrevious';
|
|
1679
|
+
export { default as IconVideoPlay } from './IconVideoPlay';
|
|
1680
|
+
export { default as IconVideoNext } from './IconVideoNext';
|
|
1675
1681
|
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 IconFullComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = false, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-full${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : 'none'} viewBox="0 0 20 20" {...rest} ref={ref}><path fill={useCurrentColor ? 'currentColor' : '#fff'} d="M3.4 12.602a.7.7 0 0 1 .7.7v2.601h2.601a.7.7 0 0 1 0 1.4h-3.3a.7.7 0 0 1-.7-.7v-3.3a.7.7 0 0 1 .7-.7Zm13.202 0a.7.7 0 0 1 .7.7v3.302a.7.7 0 0 1-.7.7h-3.3a.7.7 0 0 1 0-1.4h2.6v-2.601a.7.7 0 0 1 .7-.7ZM6.702 2.7a.7.7 0 0 1 0 1.4H4.1v2.601a.7.7 0 0 1-1.4 0v-3.3a.7.7 0 0 1 .7-.7h3.3Zm9.9 0a.7.7 0 0 1 .7.7v3.301a.7.7 0 0 1-1.4 0v-2.6h-2.6a.7.7 0 0 1 0-1.4h3.3Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconFull = React.forwardRef(IconFullComponent);
|
|
15
|
+
export default IconFull;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconLoudVolumeComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = false, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-loudVolume${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : 'none'} viewBox="0 0 20 20" {...rest} ref={ref}><path fill={useCurrentColor ? 'currentColor' : '#fff'} d="M10.417 2.7a.634.634 0 0 1 .611.469l.02.117.002.056v13.325a.634.634 0 0 1-.586.63l-.056.003h-.54a.634.634 0 0 1-.26-.056l-.078-.042-.052-.036-4.865-3.741a.632.632 0 0 1-.244-.445l-.003-.067V7.078a.635.635 0 0 1 .206-.469l.05-.04L9.48 2.83a.633.633 0 0 1 .322-.129l.073-.002h.542Zm.706 14.41-.096.123a.83.83 0 0 0 .149-.23.749.749 0 0 1-.053.106ZM9.461 4.443 5.71 7.33l-.077.06v5.222l.077.06 4.072 3.133V4.197l-.322.247Zm6.888.416a.201.201 0 0 1 .142.059 7.275 7.275 0 0 1 2.051 4.726l.008.355a7.277 7.277 0 0 1-2.07 5.093.2.2 0 0 1-.285-.002l-.587-.586a.242.242 0 0 1 .004-.337l.002-.002a6.012 6.012 0 0 0 1.662-3.876l.007-.29a6.012 6.012 0 0 0-1.658-4.154l-.002-.002-.03-.037a.24.24 0 0 1-.001-.264l.03-.036.585-.586a.2.2 0 0 1 .142-.06ZM4.443 13.542Zm-3.07-.331Zm1.358.052ZM2.5 6.866a.217.217 0 0 1 .217.217v5.834a.218.218 0 0 1-.217.217h-.833a.218.218 0 0 1-.217-.217V7.083a.218.218 0 0 1 .217-.217H2.5Zm11.201 6.013a.389.389 0 0 0 .059.05l-.059-.05Zm.364-5.653a.192.192 0 0 1 .061.042 3.953 3.953 0 0 1 1.086 2.542l.005.19c0 1.065-.42 2.032-1.103 2.744a.19.19 0 0 1-.135.055.19.19 0 0 1-.133-.058l-.581-.582-.029-.036c-.057-.091-.051-.234.046-.346a2.69 2.69 0 0 0 .658-1.533l.01-.244c0-.568-.179-1.12-.509-1.577l-.15-.19c-.11-.127-.102-.295-.017-.38l.579-.579v.001l.004-.004a.188.188 0 0 1 .208-.045Zm.978 1.045v.001Zm-.395-.683Zm-1.572.193.001.001a.419.419 0 0 1 0-.001Zm1.132-.703ZM4.171 6.992Zm-2.664-.294Zm1.224.04Zm1.707-.275a.843.843 0 0 0-.06.061l-.055.068a.834.834 0 0 1 .054-.068l.061-.061Zm6.421-3.836.124.096a.831.831 0 0 0-.215-.142c.03.015.062.028.091.046Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconLoudVolume = React.forwardRef(IconLoudVolumeComponent);
|
|
15
|
+
export default IconLoudVolume;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconLowVolumeComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = false, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-lowVolume${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : 'none'} viewBox="0 0 20 20" {...rest} ref={ref}><path fill={useCurrentColor ? 'currentColor' : '#fff'} d="M10.417 2.7a.634.634 0 0 1 .611.469l.02.117.002.056v13.325a.634.634 0 0 1-.586.63l-.056.003h-.54a.634.634 0 0 1-.26-.056l-.078-.042-.052-.036-4.865-3.741a.632.632 0 0 1-.244-.445l-.003-.067V7.078a.635.635 0 0 1 .206-.469l.05-.04L9.48 2.83a.633.633 0 0 1 .322-.129l.073-.002h.542Zm.706 14.41-.096.123a.83.83 0 0 0 .149-.23.749.749 0 0 1-.053.106ZM9.461 4.443 5.71 7.33l-.077.06v5.222l.077.06 4.072 3.133V4.197l-.322.247ZM2.5 6.866a.217.217 0 0 1 .217.217v5.834a.218.218 0 0 1-.217.217h-.833a.218.218 0 0 1-.217-.217V7.083a.218.218 0 0 1 .217-.217H2.5Zm11.201 6.013a.389.389 0 0 0 .059.05l-.059-.05Zm.364-5.653a.192.192 0 0 1 .061.042 3.953 3.953 0 0 1 1.086 2.542l.005.19c0 1.065-.42 2.032-1.103 2.744a.19.19 0 0 1-.135.055.19.19 0 0 1-.133-.058l-.581-.582-.029-.036c-.057-.091-.051-.234.046-.346a2.69 2.69 0 0 0 .658-1.533l.01-.244c0-.568-.179-1.12-.509-1.577l-.15-.19c-.11-.127-.102-.295-.017-.38l.579-.579v.001l.004-.004a.188.188 0 0 1 .208-.045Zm-.989.555.001.001ZM4.438 6.463a.843.843 0 0 0-.06.061l-.055.068a.846.846 0 0 1 .055-.068l.06-.061Zm6.421-3.836.124.096a.831.831 0 0 0-.215-.142c.03.015.062.028.091.046Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconLowVolume = React.forwardRef(IconLowVolumeComponent);
|
|
15
|
+
export default IconLowVolume;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconPauseComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = false, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-pause${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : 'none'} viewBox="0 0 20 20" {...rest} ref={ref}><path fill={useCurrentColor ? 'currentColor' : '#fff'} d="M7.813 2.188c.345 0 .625.28.625.624v14.376c0 .345-.28.625-.626.625H4.376a.625.625 0 0 1-.625-.625V2.813c0-.346.28-.626.625-.626h3.438Zm7.812 0c.345 0 .625.28.625.624v14.376c0 .345-.28.625-.625.625h-3.438a.625.625 0 0 1-.624-.625V2.813c0-.346.28-.626.624-.626h3.438Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconPause = React.forwardRef(IconPauseComponent);
|
|
15
|
+
export default IconPause;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconPiplconComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = false, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-piplcon${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : 'none'} viewBox="0 0 20 20" {...rest} ref={ref}><path fill={useCurrentColor ? 'currentColor' : '#fff'} d="M15.873 2.63c.719 0 1.302.583 1.302 1.303v3.959a.65.65 0 0 1-1.3 0V3.93H4.12v12.142l.002.001h3.263a.65.65 0 0 1 0 1.3H4.123c-.72 0-1.303-.583-1.303-1.303V3.933c0-.72.584-1.303 1.303-1.303h11.75Zm0 8.222c.719 0 1.302.583 1.302 1.302v3.917c0 .72-.583 1.303-1.302 1.303H11.65c-.72 0-1.303-.583-1.303-1.303v-3.917c0-.719.584-1.302 1.303-1.302h4.223Zm-4.225 5.221.002.001h4.224l.002-.002h-.001v-3.92h-4.227v3.921Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconPiplcon = React.forwardRef(IconPiplconComponent);
|
|
15
|
+
export default IconPiplcon;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconPiplconExitComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = false, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-piplconExit${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : 'none'} viewBox="0 0 20 20" {...rest} ref={ref}><path fill={useCurrentColor ? 'currentColor' : '#fff'} d="M15.873 2.63c.719 0 1.302.583 1.302 1.303v3.959a.65.65 0 0 1-1.3 0V3.93H4.12v12.142l.002.001h3.263a.65.65 0 0 1 0 1.3H4.123c-.72 0-1.303-.583-1.303-1.303V3.933c0-.72.584-1.303 1.303-1.303h11.75Zm0 8.222c.719 0 1.302.583 1.302 1.302v3.917c0 .72-.583 1.303-1.302 1.303H11.65c-.72 0-1.303-.583-1.303-1.303v-3.917c0-.719.584-1.302 1.303-1.302h4.223Zm-4.225 5.221.002.001h4.224l.002-.002h-.001v-3.92h-4.227v3.921Z"/><path fill={useCurrentColor ? 'currentColor' : '#fff'} d="M9.75 6.3H7.077l3.562 3.562-.778.778L6.3 7.078v2.673H5.2v-4a.55.55 0 0 1 .55-.55h4v1.1Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconPiplconExit = React.forwardRef(IconPiplconExitComponent);
|
|
15
|
+
export default IconPiplconExit;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconPreviousComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = false, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-previous${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : 'none'} viewBox="0 0 20 20" {...rest} ref={ref}><path fill={useCurrentColor ? 'currentColor' : '#fff'} fillRule="evenodd" d="m15.23 5.08-7 4.5a.5.5 0 0 0 0 .84l7 4.5a.5.5 0 0 0 .77-.42v-9a.5.5 0 0 0-.77-.42Z" clipRule="evenodd"/><path fill={useCurrentColor ? 'currentColor' : '#fff'} d="M5.083 15V5a.75.75 0 0 1 1.5 0v10a.75.75 0 0 1-1.5 0Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconPrevious = React.forwardRef(IconPreviousComponent);
|
|
15
|
+
export default IconPrevious;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconShrinkComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = false, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-shrink${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : 'none'} viewBox="0 0 20 20" {...rest} ref={ref}><path fill={useCurrentColor ? 'currentColor' : '#fff'} d="M6.375 12.925a.7.7 0 0 1 .7.7v3.625a.7.7 0 0 1-1.4 0v-2.925H2.75a.7.7 0 0 1 0-1.4h3.625Zm10.834 0a.7.7 0 0 1 0 1.4h-2.884v2.925a.701.701 0 0 1-1.4 0v-3.625a.7.7 0 0 1 .7-.7h3.584ZM6.375 2.05a.7.7 0 0 1 .7.7v3.625a.7.7 0 0 1-.7.7H2.75a.7.7 0 0 1 0-1.4h2.925V2.75a.7.7 0 0 1 .7-.7Zm7.25 0a.7.7 0 0 1 .7.7v2.925h2.925a.7.7 0 0 1 0 1.4h-3.625a.7.7 0 0 1-.7-.7V2.75a.7.7 0 0 1 .7-.7Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconShrink = React.forwardRef(IconShrinkComponent);
|
|
15
|
+
export default IconShrink;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconSilenceComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = false, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-silence${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : 'none'} viewBox="0 0 20 20" {...rest} ref={ref}><path fill={useCurrentColor ? 'currentColor' : '#fff'} d="M10.417 2.7a.634.634 0 0 1 .611.469l.02.117.002.056v13.325a.634.634 0 0 1-.586.63l-.056.003h-.54a.634.634 0 0 1-.26-.056l-.078-.042-.052-.036-4.865-3.741a.632.632 0 0 1-.244-.445l-.003-.067V7.078a.635.635 0 0 1 .206-.469l.05-.04L9.48 2.83a.633.633 0 0 1 .322-.129l.073-.002h.542Zm.706 14.41-.096.123a.83.83 0 0 0 .149-.23.749.749 0 0 1-.053.106ZM9.461 4.443 5.71 7.33l-.077.06v5.222l.077.06 4.072 3.133V4.197l-.322.247ZM2.5 6.866a.217.217 0 0 1 .217.217v5.834a.218.218 0 0 1-.217.217h-.833a.218.218 0 0 1-.217-.217V7.083a.218.218 0 0 1 .217-.217H2.5Zm1.938-.403a.843.843 0 0 0-.06.061l-.055.068a.846.846 0 0 1 .055-.068l.06-.061Zm6.421-3.836.124.096a.831.831 0 0 0-.215-.142c.03.015.062.028.091.046Zm7.28 5.762L16.527 10l1.612 1.611-.778.778-1.611-1.612-1.611 1.612-.778-.778L14.973 10 13.36 8.389l.778-.778 1.611 1.612 1.611-1.612.778.778Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconSilence = React.forwardRef(IconSilenceComponent);
|
|
15
|
+
export default IconSilence;
|
|
@@ -4,11 +4,11 @@ import { Context } from '../context';
|
|
|
4
4
|
|
|
5
5
|
function IconVideoNextComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
6
|
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
-
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor =
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = false, spin, ...rest } = props;
|
|
8
8
|
|
|
9
9
|
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
10
|
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
-
return <svg className={`${prefix}-icon ${prefix}-icon-video-next${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-video-next${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : 'none'} viewBox="0 0 20 20" {...rest} ref={ref}><path fill={useCurrentColor ? 'currentColor' : '#fff'} fillRule="evenodd" d="m4.77 5.08 7 4.5a.5.5 0 0 1 0 .84l-7 4.5A.5.5 0 0 1 4 14.5v-9a.5.5 0 0 1 .77-.42Z" clipRule="evenodd"/><path fill={useCurrentColor ? 'currentColor' : '#fff'} d="M14.917 15V5a.75.75 0 0 0-1.5 0v10a.75.75 0 1 0 1.5 0Z"/></svg>;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
const IconVideoNext = React.forwardRef(IconVideoNextComponent);
|
|
@@ -4,11 +4,11 @@ import { Context } from '../context';
|
|
|
4
4
|
|
|
5
5
|
function IconVideoPlayComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
6
|
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
-
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor =
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = false, spin, ...rest } = props;
|
|
8
8
|
|
|
9
9
|
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
10
|
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
-
return <svg className={`${prefix}-icon ${prefix}-icon-video-play${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : '
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-video-play${loadingKls} ${className}`} width={width} height={height} xmlns="http://www.w3.org/2000/svg" fill={useCurrentColor ? 'currentColor' : 'none'} viewBox="0 0 20 20" {...rest} ref={ref}><path fill={useCurrentColor ? 'currentColor' : '#fff'} fillRule="evenodd" d="m4.833 2.128 11.2 7.2a.799.799 0 0 1 0 1.345l-11.2 7.199a.8.8 0 0 1-1.233-.673V2.8a.8.8 0 0 1 1.233-.673Z" clipRule="evenodd"/></svg>;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
const IconVideoPlay = React.forwardRef(IconVideoPlayComponent);
|
package/src/index.ts
CHANGED
|
@@ -1646,14 +1646,9 @@ export { default as IconRemoveColor } from './IconRemoveColor';
|
|
|
1646
1646
|
export { default as IconVideoTag } from './IconVideoTag';
|
|
1647
1647
|
export { default as IconAudioPause } from './IconAudioPause';
|
|
1648
1648
|
export { default as IconAudioCycle } from './IconAudioCycle';
|
|
1649
|
-
export { default as IconVideoPause } from './IconVideoPause';
|
|
1650
1649
|
export { default as IconAudioPlay } from './IconAudioPlay';
|
|
1651
1650
|
export { default as IconVideoFastForward10s } from './IconVideoFastForward10s';
|
|
1652
|
-
export { default as IconVideoPlay } from './IconVideoPlay';
|
|
1653
|
-
export { default as IconVideoNext } from './IconVideoNext';
|
|
1654
1651
|
export { default as IconVideoRewind10s } from './IconVideoRewind10s';
|
|
1655
|
-
export { default as IconAudioVolume } from './IconAudioVolume';
|
|
1656
|
-
export { default as IconVideoPrevious } from './IconVideoPrevious';
|
|
1657
1652
|
export { default as IconUploadingLarkbitable } from './IconUploadingLarkbitable';
|
|
1658
1653
|
export { default as IconTokenConsumption } from './IconTokenConsumption';
|
|
1659
1654
|
export { default as IconNodeTimeConsumption } from './IconNodeTimeConsumption';
|
|
@@ -1672,5 +1667,16 @@ export { default as IconVerticalBarChartNodata } from './IconVerticalBarChartNod
|
|
|
1672
1667
|
export { default as IconHorizontalBarChartNodata } from './IconHorizontalBarChartNodata';
|
|
1673
1668
|
export { default as IconLineGraphNodata } from './IconLineGraphNodata';
|
|
1674
1669
|
export { default as IconPieChartNodata } from './IconPieChartNodata';
|
|
1670
|
+
export { default as IconPiplcon } from './IconPiplcon';
|
|
1671
|
+
export { default as IconPiplconExit } from './IconPiplconExit';
|
|
1672
|
+
export { default as IconShrink } from './IconShrink';
|
|
1673
|
+
export { default as IconFull } from './IconFull';
|
|
1674
|
+
export { default as IconLoudVolume } from './IconLoudVolume';
|
|
1675
|
+
export { default as IconSilence } from './IconSilence';
|
|
1676
|
+
export { default as IconLowVolume } from './IconLowVolume';
|
|
1677
|
+
export { default as IconPause } from './IconPause';
|
|
1678
|
+
export { default as IconPrevious } from './IconPrevious';
|
|
1679
|
+
export { default as IconVideoPlay } from './IconVideoPlay';
|
|
1680
|
+
export { default as IconVideoNext } from './IconVideoNext';
|
|
1675
1681
|
|
|
1676
1682
|
export * from './type';
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconFull: 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 IconFull;
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
15
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
16
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
17
|
+
}
|
|
18
|
+
Object.defineProperty(o, k2, desc);
|
|
19
|
+
}) : (function(o, m, k, k2) {
|
|
20
|
+
if (k2 === undefined) k2 = k;
|
|
21
|
+
o[k2] = m[k];
|
|
22
|
+
}));
|
|
23
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
24
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
25
|
+
}) : function(o, v) {
|
|
26
|
+
o["default"] = v;
|
|
27
|
+
});
|
|
28
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
36
|
+
var t = {};
|
|
37
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
38
|
+
t[p] = s[p];
|
|
39
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
40
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
41
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
42
|
+
t[p[i]] = s[p[i]];
|
|
43
|
+
}
|
|
44
|
+
return t;
|
|
45
|
+
};
|
|
46
|
+
(function (factory) {
|
|
47
|
+
if (typeof module === "object" && typeof module.exports === "object") {
|
|
48
|
+
var v = factory(require, exports);
|
|
49
|
+
if (v !== undefined) module.exports = v;
|
|
50
|
+
}
|
|
51
|
+
else if (typeof define === "function" && define.amd) {
|
|
52
|
+
define(["require", "exports", "react", "../context"], factory);
|
|
53
|
+
}
|
|
54
|
+
})(function (require, exports) {
|
|
55
|
+
"use strict";
|
|
56
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
57
|
+
var react_1 = __importStar(require("react"));
|
|
58
|
+
var context_1 = require("../context");
|
|
59
|
+
function IconFullComponent(props, ref) {
|
|
60
|
+
var prefixFromContext = (0, react_1.useContext)(context_1.Context).prefix;
|
|
61
|
+
var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? false : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
|
|
62
|
+
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
63
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
64
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-full").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0 20 20" }, rest, { ref: ref }),
|
|
65
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M3.4 12.602a.7.7 0 0 1 .7.7v2.601h2.601a.7.7 0 0 1 0 1.4h-3.3a.7.7 0 0 1-.7-.7v-3.3a.7.7 0 0 1 .7-.7Zm13.202 0a.7.7 0 0 1 .7.7v3.302a.7.7 0 0 1-.7.7h-3.3a.7.7 0 0 1 0-1.4h2.6v-2.601a.7.7 0 0 1 .7-.7ZM6.702 2.7a.7.7 0 0 1 0 1.4H4.1v2.601a.7.7 0 0 1-1.4 0v-3.3a.7.7 0 0 1 .7-.7h3.3Zm9.9 0a.7.7 0 0 1 .7.7v3.301a.7.7 0 0 1-1.4 0v-2.6h-2.6a.7.7 0 0 1 0-1.4h3.3Z" }));
|
|
66
|
+
}
|
|
67
|
+
var IconFull = react_1.default.forwardRef(IconFullComponent);
|
|
68
|
+
exports.default = IconFull;
|
|
69
|
+
});
|