@arco-iconbox/react-hiagent 0.1.70 → 0.1.72
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/{esm/IconVideoPrevious → cjs/IconFastForward30}/index.d.ts +2 -2
- package/cjs/IconFastForward30/index.js +59 -0
- package/cjs/IconFull/index.d.ts +4 -0
- package/cjs/IconFull/index.js +59 -0
- package/cjs/{IconAudioVolume → IconImportMusic}/index.d.ts +2 -2
- package/cjs/{IconVideoPrevious → IconImportMusic}/index.js +5 -6
- 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/{umd/IconAudioVolume → cjs/IconPiplconExit}/index.d.ts +2 -2
- package/cjs/IconPiplconExit/index.js +60 -0
- package/cjs/IconPrevious/index.d.ts +4 -0
- package/cjs/IconPrevious/index.js +60 -0
- package/{esm/IconAudioVolume → cjs/IconReturnNow15}/index.d.ts +2 -2
- package/cjs/{IconAudioVolume → IconReturnNow15}/index.js +5 -5
- 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 +14 -5
- package/cjs/index.js +30 -12
- package/dist/icon.min.js +1 -1
- package/{cjs/IconVideoPrevious → esm/IconFastForward30}/index.d.ts +2 -2
- package/esm/IconFastForward30/index.js +34 -0
- package/esm/IconFull/index.d.ts +4 -0
- package/esm/IconFull/index.js +34 -0
- package/esm/IconImportMusic/index.d.ts +4 -0
- package/esm/{IconVideoPrevious → IconImportMusic}/index.js +5 -6
- 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/{IconVideoPause → IconPause}/index.js +6 -6
- package/esm/IconPiplcon/index.d.ts +4 -0
- package/esm/IconPiplcon/index.js +34 -0
- package/esm/IconPiplconExit/index.d.ts +4 -0
- package/esm/IconPiplconExit/index.js +35 -0
- package/esm/IconPrevious/index.d.ts +4 -0
- package/esm/IconPrevious/index.js +35 -0
- package/esm/IconReturnNow15/index.d.ts +4 -0
- package/esm/IconReturnNow15/index.js +34 -0
- 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 +14 -5
- package/esm/index.js +14 -5
- package/package.json +1 -1
- package/src/IconFastForward30/index.tsx +15 -0
- package/src/IconFull/index.tsx +15 -0
- package/src/IconImportMusic/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/IconReturnNow15/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 +14 -5
- package/umd/{IconVideoPrevious → IconFastForward30}/index.d.ts +2 -2
- package/umd/IconFastForward30/index.js +69 -0
- package/umd/IconFull/index.d.ts +4 -0
- package/umd/IconFull/index.js +69 -0
- package/umd/IconImportMusic/index.d.ts +4 -0
- package/umd/{IconVideoPrevious → IconImportMusic}/index.js +5 -6
- 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/IconLowVolume/index.js +69 -0
- 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/umd/IconPiplconExit/index.d.ts +4 -0
- package/umd/IconPiplconExit/index.js +70 -0
- package/umd/IconPrevious/index.d.ts +4 -0
- package/umd/IconPrevious/index.js +70 -0
- package/umd/IconReturnNow15/index.d.ts +4 -0
- package/umd/{IconAudioVolume → IconReturnNow15}/index.js +5 -5
- 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 +14 -5
- package/umd/index.js +30 -12
- package/esm/IconAudioVolume/index.js +0 -34
- package/src/IconAudioVolume/index.tsx +0 -15
- package/src/IconVideoPause/index.tsx +0 -15
- package/src/IconVideoPrevious/index.tsx +0 -15
|
@@ -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 IconShrinkComponent(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-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 }),
|
|
65
|
+
react_1.default.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" }));
|
|
66
|
+
}
|
|
67
|
+
var IconShrink = react_1.default.forwardRef(IconShrinkComponent);
|
|
68
|
+
exports.default = IconShrink;
|
|
69
|
+
});
|
|
@@ -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,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 IconSilenceComponent(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-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 }),
|
|
65
|
+
react_1.default.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" }));
|
|
66
|
+
}
|
|
67
|
+
var IconSilence = react_1.default.forwardRef(IconSilenceComponent);
|
|
68
|
+
exports.default = IconSilence;
|
|
69
|
+
});
|
|
@@ -58,12 +58,12 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
58
58
|
var context_1 = require("../context");
|
|
59
59
|
function IconVideoNextComponent(props, ref) {
|
|
60
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 ?
|
|
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
62
|
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
63
63
|
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
64
|
-
return react_1.default.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' : '
|
|
65
|
-
react_1.default.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" }),
|
|
66
|
-
react_1.default.createElement("path", {
|
|
64
|
+
return react_1.default.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 }),
|
|
65
|
+
react_1.default.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" }),
|
|
66
|
+
react_1.default.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" }));
|
|
67
67
|
}
|
|
68
68
|
var IconVideoNext = react_1.default.forwardRef(IconVideoNextComponent);
|
|
69
69
|
exports.default = IconVideoNext;
|
|
@@ -58,11 +58,11 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
58
58
|
var context_1 = require("../context");
|
|
59
59
|
function IconVideoPlayComponent(props, ref) {
|
|
60
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 ?
|
|
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
62
|
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
63
63
|
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
64
|
-
return react_1.default.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' : '
|
|
65
|
-
react_1.default.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" }));
|
|
64
|
+
return react_1.default.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 }),
|
|
65
|
+
react_1.default.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" }));
|
|
66
66
|
}
|
|
67
67
|
var IconVideoPlay = react_1.default.forwardRef(IconVideoPlayComponent);
|
|
68
68
|
exports.default = IconVideoPlay;
|
package/umd/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,18 @@ 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';
|
|
1681
|
+
export { default as IconReturnNow15 } from './IconReturnNow15';
|
|
1682
|
+
export { default as IconFastForward30 } from './IconFastForward30';
|
|
1683
|
+
export { default as IconImportMusic } from './IconImportMusic';
|
|
1675
1684
|
export * from './type';
|