@arco-iconbox/react-hiagent 0.1.69 → 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/cjs/IconHorizontalBarChartNodata/index.d.ts +4 -0
- package/cjs/IconHorizontalBarChartNodata/index.js +62 -0
- package/cjs/IconLineGraphNodata/index.d.ts +4 -0
- package/cjs/IconLineGraphNodata/index.js +60 -0
- package/{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/IconPieChartNodata/index.d.ts +4 -0
- package/cjs/IconPieChartNodata/index.js +60 -0
- 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/IconVerticalBarChartNodata/index.d.ts +4 -0
- package/cjs/IconVerticalBarChartNodata/index.js +62 -0
- package/cjs/IconVideoNext/index.js +4 -4
- package/cjs/IconVideoPlay/index.js +3 -3
- package/cjs/index.d.ts +15 -5
- package/cjs/index.js +32 -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/IconHorizontalBarChartNodata/index.d.ts +4 -0
- package/esm/IconHorizontalBarChartNodata/index.js +37 -0
- package/esm/IconLineGraphNodata/index.d.ts +4 -0
- package/esm/IconLineGraphNodata/index.js +35 -0
- package/esm/{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/IconPieChartNodata/index.d.ts +4 -0
- package/esm/IconPieChartNodata/index.js +35 -0
- 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/IconVerticalBarChartNodata/index.d.ts +4 -0
- package/esm/IconVerticalBarChartNodata/index.js +37 -0
- package/esm/IconVideoNext/index.js +4 -4
- package/esm/IconVideoPlay/index.js +3 -3
- package/esm/index.d.ts +15 -5
- package/esm/index.js +15 -5
- package/package.json +1 -1
- package/src/IconFull/index.tsx +15 -0
- package/src/IconHorizontalBarChartNodata/index.tsx +15 -0
- package/src/IconLineGraphNodata/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/IconPieChartNodata/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/IconVerticalBarChartNodata/index.tsx +15 -0
- package/src/IconVideoNext/index.tsx +2 -2
- package/src/IconVideoPlay/index.tsx +2 -2
- package/src/index.ts +15 -5
- package/umd/IconFull/index.d.ts +4 -0
- package/umd/IconFull/index.js +69 -0
- package/umd/IconHorizontalBarChartNodata/index.d.ts +4 -0
- package/umd/IconHorizontalBarChartNodata/index.js +72 -0
- package/umd/IconLineGraphNodata/index.d.ts +4 -0
- package/umd/IconLineGraphNodata/index.js +70 -0
- package/{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/IconPieChartNodata/index.d.ts +4 -0
- package/umd/IconPieChartNodata/index.js +70 -0
- 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/IconVerticalBarChartNodata/index.d.ts +4 -0
- package/umd/IconVerticalBarChartNodata/index.js +72 -0
- package/umd/IconVideoNext/index.js +4 -4
- package/umd/IconVideoPlay/index.js +3 -3
- package/umd/index.d.ts +15 -5
- package/umd/index.js +32 -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
|
@@ -49,12 +49,12 @@ var react_1 = __importStar(require("react"));
|
|
|
49
49
|
var context_1 = require("../context");
|
|
50
50
|
function IconVideoNextComponent(props, ref) {
|
|
51
51
|
var prefixFromContext = (0, react_1.useContext)(context_1.Context).prefix;
|
|
52
|
-
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 ?
|
|
52
|
+
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"]);
|
|
53
53
|
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
54
54
|
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
55
|
-
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' : '
|
|
56
|
-
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" }),
|
|
57
|
-
react_1.default.createElement("path", {
|
|
55
|
+
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 }),
|
|
56
|
+
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" }),
|
|
57
|
+
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" }));
|
|
58
58
|
}
|
|
59
59
|
var IconVideoNext = react_1.default.forwardRef(IconVideoNextComponent);
|
|
60
60
|
exports.default = IconVideoNext;
|
|
@@ -49,11 +49,11 @@ var react_1 = __importStar(require("react"));
|
|
|
49
49
|
var context_1 = require("../context");
|
|
50
50
|
function IconVideoPlayComponent(props, ref) {
|
|
51
51
|
var prefixFromContext = (0, react_1.useContext)(context_1.Context).prefix;
|
|
52
|
-
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 ?
|
|
52
|
+
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"]);
|
|
53
53
|
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
54
54
|
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
55
|
-
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' : '
|
|
56
|
-
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" }));
|
|
55
|
+
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 }),
|
|
56
|
+
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" }));
|
|
57
57
|
}
|
|
58
58
|
var IconVideoPlay = react_1.default.forwardRef(IconVideoPlayComponent);
|
|
59
59
|
exports.default = IconVideoPlay;
|
package/cjs/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';
|
|
@@ -1668,4 +1663,19 @@ export { default as IconMultiTimbre } from './IconMultiTimbre';
|
|
|
1668
1663
|
export { default as IconSpeech2text } from './IconSpeech2text';
|
|
1669
1664
|
export { default as IconModelVoice } from './IconModelVoice';
|
|
1670
1665
|
export { default as IconProcessEvaluation } from './IconProcessEvaluation';
|
|
1666
|
+
export { default as IconVerticalBarChartNodata } from './IconVerticalBarChartNodata';
|
|
1667
|
+
export { default as IconHorizontalBarChartNodata } from './IconHorizontalBarChartNodata';
|
|
1668
|
+
export { default as IconLineGraphNodata } from './IconLineGraphNodata';
|
|
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';
|
|
1671
1681
|
export * from './type';
|
package/cjs/index.js
CHANGED
|
@@ -49,8 +49,8 @@ exports.IconImage2video = exports.IconMinimumQueue = exports.IconAgentWebService
|
|
|
49
49
|
exports.IconAnonymousAccess = exports.IconPermission = exports.IconWorkflowNode = exports.IconExtendedContext = exports.IconBGE = exports.IconBarChart = exports.IconCircularGraph = exports.IconAgentFile = exports.IconTreeKnowledgeRetrieval = exports.IconTreeAgentInvocation = exports.IconTreeMetadataFiltering = exports.IconTreeDatabasePermission = exports.IconTreeContentAudit = exports.IconTreeRankModel = exports.IconTreeSafetyAudit = exports.IconTreeSQL = exports.IconTreePluginInvocation = exports.IconTreeEmbeddingModel = exports.IconTreeKnowledgePermission = exports.IconExperienceCenter = exports.IconKnowledgeSpreadsheet = exports.IconWebsdk = exports.IconMCPAgentPublish = exports.IconAgentSend = exports.IconImageUnderstanding1 = exports.IconPositioningChart = exports.IconDataMapping = exports.IconDataEnhance = exports.IconDataAnnotation = exports.IconDataClean = exports.IconUploadVideo1 = exports.IconUploadImage1 = exports.IconDiagramCracking = exports.IconNoVideoImage = exports.IconCalendar1 = exports.IconMagic = exports.IconUnconstraint = exports.IconConstraint = exports.IconImageUpload = exports.IconAiImageActive = exports.IconAiVideoDefault = exports.IconAiVideoActive = exports.IconAiImageDefault = exports.IconAiVideo = exports.IconUpgradeEngine = exports.IconAscent = exports.IconNvidia = exports.IconVisualModel = exports.IconText2video = exports.IconText2image = void 0;
|
|
50
50
|
exports.IconUploadingWps = exports.IconDataExternal = exports.IconZip = exports.IconUploadingTxt = exports.IconUnknownFile = exports.IconUploadingPng = exports.IconUploadingPdf = exports.IconUploadingPpt = exports.IconUploadingDoc = exports.IconUploadingMd = exports.IconUploadingXlsx = exports.IconUploadingOfd = exports.IconUploadingJson = exports.IconUploadingCsv = exports.IconUploadingHtml = exports.IconWorkflowEditor = exports.IconWorkflowClose = exports.IconWorkflowMore = exports.IconWorkflowNodeInput = exports.IconWorkflowUpwards = exports.IconWorkflowDownward = exports.IconPluginListed = exports.IconPluginChoose = exports.IconPluginListedAdd = exports.IconTreeAbnormal = exports.IconTreeSuccess = exports.IconTreeFailure = exports.IconAgentCenterAnswer = exports.IconStop1 = exports.IconTreeAgent = exports.IconTreeQA = exports.IconAgentMicrophoneClose = exports.IconAWS = exports.IconAgentVoiceInteraction = exports.IconAgentVoicePause = exports.IconAgentVoicePlay = exports.IconAgentMicrophone = exports.IconAgentVoiceDialogue = exports.IconAgentVoiceSwitch = exports.IconAgentVoiceAnswer = exports.IconAgentVoiceHangup = exports.IconAgentInputKeyboard = exports.IconAgentVoiceInput = exports.IconAgentVoiceExit = exports.IconAgentSubtitlesOff = exports.IconAgentVoiceInterruptionTurnon = exports.IconAgentSubtitlesOn = exports.IconAgentVoiceInterruptionTurnoff = exports.IconDataProcessing1 = exports.IconWhiteList = void 0;
|
|
51
51
|
exports.IconAgentFilesSettings = exports.IconGoogleGemini = exports.IconClaude = exports.IconImageEmbedding = exports.IconWorkflowImageGeneration = exports.IconReleaseManagement = exports.IconBasicList = exports.IconTable = exports.IconTime = exports.IconWorkflow169 = exports.IconWorkflowFreedom = exports.IconWorkflow32 = exports.IconWorkflow219 = exports.IconWorkflow34 = exports.IconWorkflow11 = exports.IconWorkflow43 = exports.IconWorkflow23 = exports.IconWorkflow916 = exports.IconWorkflow32500 = exports.IconWorkflow219500 = exports.IconWorkflow34500 = exports.IconWorkflow23500 = exports.IconWorkflow43500 = exports.IconWorkflow916500 = exports.IconWorkflow169500 = exports.IconWorkflow11500 = exports.IconWorkflowFreedom500 = exports.IconTreeTrigger = exports.IconKnowledgeFluctuation = exports.IconWorkflowConditions = exports.IconHead2tailFrame = exports.IconImage2image = exports.IconFirstFrame = exports.IconPromptCreateCopy = exports.IconPromptDefault = exports.IconPromptGeneralStructure = exports.IconPromptRolePlaying = exports.IconPromptHallucinationCorrection = exports.IconPromptTaskExecution = exports.IconPromptKnowledgeAnswer = exports.IconPromptSkillInvocation = exports.IconPromptWrittenOptimization = exports.IconPromptReasoningThinking = exports.IconPromptMeeting = exports.IconPromptContentExpansion = exports.IconPromptInterviewQuestions = exports.IconPromptJinja = exports.IconPromptGeneral = exports.IconUploadingLarkdocx = exports.IconUploadingLarksheet = void 0;
|
|
52
|
-
exports.
|
|
53
|
-
exports.
|
|
52
|
+
exports.IconVideoFastForward10s = exports.IconAudioPlay = exports.IconAudioCycle = exports.IconAudioPause = exports.IconVideoTag = exports.IconRemoveColor = exports.IconWorkflowVid = exports.IconWorkflowVidMatching = exports.IconKnowledgePic = exports.IconRegionUnfold = exports.IconRegionFolding = exports.IconSimilarityQuestion = exports.IconDataTransform = exports.IconPluginLocal = exports.IconPluginRemote = exports.IconPluginCloudDeployment = exports.IconAgentThinkingLanguage = exports.IconJapanese = exports.IconLock1 = exports.IconTreeModelVideoGenerationCanc = exports.IconTreeModelVideoGenerationComp = exports.IconTreeModelIllustratedVid = exports.IconTreeModelVisModel = exports.IconTreeModelVideoGeneration = exports.IconTreeModelDeepThinking = exports.IconOpen = exports.IconInstallationPackage = exports.IconRocket = exports.IconMemoryLlm = exports.IconMemoryEmbedding = exports.IconAgentFeedbackIgnore = exports.IconTreeModelFunctionCall = exports.IconTreeModelImgUnderstanding = exports.IconTreeModelImageGeneration = exports.IconTreeModelFirstFrame = exports.IconTreeModelVideoUnderstanding = exports.IconTreeModelStartEndFrame = exports.IconTreeModelPicture = exports.IconSystemCodePackage = exports.IconSystemNetworkControl = exports.IconSystemObservation = exports.IconSystemVoice = exports.IconSystemModelSecurity = exports.IconSystemTimeout = exports.IconSystemAnnouncement = exports.IconSystemLimitations = exports.IconAgentFileConfiguration = exports.IconAudio = exports.IconVideo = exports.IconAgentFileSettings = void 0;
|
|
53
|
+
exports.IconVideoNext = exports.IconVideoPlay = exports.IconPrevious = exports.IconPause = exports.IconLowVolume = exports.IconSilence = exports.IconLoudVolume = exports.IconFull = exports.IconShrink = exports.IconPiplconExit = exports.IconPiplcon = exports.IconPieChartNodata = exports.IconLineGraphNodata = exports.IconHorizontalBarChartNodata = exports.IconVerticalBarChartNodata = exports.IconProcessEvaluation = exports.IconModelVoice = exports.IconSpeech2text = exports.IconMultiTimbre = exports.IconMultiLanguage = exports.IconText2speech = exports.IconFirstTokensCost = exports.IconNodeSuccessfullyInvoked = exports.IconFirstCharacterReplyTakesTime = exports.IconNodeInvocation = exports.IconSingleDialogueTimeConsuming = exports.IconNodeTimeConsumption = exports.IconTokenConsumption = exports.IconUploadingLarkbitable = exports.IconVideoRewind10s = void 0;
|
|
54
54
|
var IconWorkflowNodata_1 = require("./IconWorkflowNodata");
|
|
55
55
|
Object.defineProperty(exports, "IconWorkflowNodata", { enumerable: true, get: function () { return __importDefault(IconWorkflowNodata_1).default; } });
|
|
56
56
|
var IconAgentNodata_1 = require("./IconAgentNodata");
|
|
@@ -3347,22 +3347,12 @@ var IconAudioPause_1 = require("./IconAudioPause");
|
|
|
3347
3347
|
Object.defineProperty(exports, "IconAudioPause", { enumerable: true, get: function () { return __importDefault(IconAudioPause_1).default; } });
|
|
3348
3348
|
var IconAudioCycle_1 = require("./IconAudioCycle");
|
|
3349
3349
|
Object.defineProperty(exports, "IconAudioCycle", { enumerable: true, get: function () { return __importDefault(IconAudioCycle_1).default; } });
|
|
3350
|
-
var IconVideoPause_1 = require("./IconVideoPause");
|
|
3351
|
-
Object.defineProperty(exports, "IconVideoPause", { enumerable: true, get: function () { return __importDefault(IconVideoPause_1).default; } });
|
|
3352
3350
|
var IconAudioPlay_1 = require("./IconAudioPlay");
|
|
3353
3351
|
Object.defineProperty(exports, "IconAudioPlay", { enumerable: true, get: function () { return __importDefault(IconAudioPlay_1).default; } });
|
|
3354
3352
|
var IconVideoFastForward10s_1 = require("./IconVideoFastForward10s");
|
|
3355
3353
|
Object.defineProperty(exports, "IconVideoFastForward10s", { enumerable: true, get: function () { return __importDefault(IconVideoFastForward10s_1).default; } });
|
|
3356
|
-
var IconVideoPlay_1 = require("./IconVideoPlay");
|
|
3357
|
-
Object.defineProperty(exports, "IconVideoPlay", { enumerable: true, get: function () { return __importDefault(IconVideoPlay_1).default; } });
|
|
3358
|
-
var IconVideoNext_1 = require("./IconVideoNext");
|
|
3359
|
-
Object.defineProperty(exports, "IconVideoNext", { enumerable: true, get: function () { return __importDefault(IconVideoNext_1).default; } });
|
|
3360
3354
|
var IconVideoRewind10s_1 = require("./IconVideoRewind10s");
|
|
3361
3355
|
Object.defineProperty(exports, "IconVideoRewind10s", { enumerable: true, get: function () { return __importDefault(IconVideoRewind10s_1).default; } });
|
|
3362
|
-
var IconAudioVolume_1 = require("./IconAudioVolume");
|
|
3363
|
-
Object.defineProperty(exports, "IconAudioVolume", { enumerable: true, get: function () { return __importDefault(IconAudioVolume_1).default; } });
|
|
3364
|
-
var IconVideoPrevious_1 = require("./IconVideoPrevious");
|
|
3365
|
-
Object.defineProperty(exports, "IconVideoPrevious", { enumerable: true, get: function () { return __importDefault(IconVideoPrevious_1).default; } });
|
|
3366
3356
|
var IconUploadingLarkbitable_1 = require("./IconUploadingLarkbitable");
|
|
3367
3357
|
Object.defineProperty(exports, "IconUploadingLarkbitable", { enumerable: true, get: function () { return __importDefault(IconUploadingLarkbitable_1).default; } });
|
|
3368
3358
|
var IconTokenConsumption_1 = require("./IconTokenConsumption");
|
|
@@ -3391,4 +3381,34 @@ var IconModelVoice_1 = require("./IconModelVoice");
|
|
|
3391
3381
|
Object.defineProperty(exports, "IconModelVoice", { enumerable: true, get: function () { return __importDefault(IconModelVoice_1).default; } });
|
|
3392
3382
|
var IconProcessEvaluation_1 = require("./IconProcessEvaluation");
|
|
3393
3383
|
Object.defineProperty(exports, "IconProcessEvaluation", { enumerable: true, get: function () { return __importDefault(IconProcessEvaluation_1).default; } });
|
|
3384
|
+
var IconVerticalBarChartNodata_1 = require("./IconVerticalBarChartNodata");
|
|
3385
|
+
Object.defineProperty(exports, "IconVerticalBarChartNodata", { enumerable: true, get: function () { return __importDefault(IconVerticalBarChartNodata_1).default; } });
|
|
3386
|
+
var IconHorizontalBarChartNodata_1 = require("./IconHorizontalBarChartNodata");
|
|
3387
|
+
Object.defineProperty(exports, "IconHorizontalBarChartNodata", { enumerable: true, get: function () { return __importDefault(IconHorizontalBarChartNodata_1).default; } });
|
|
3388
|
+
var IconLineGraphNodata_1 = require("./IconLineGraphNodata");
|
|
3389
|
+
Object.defineProperty(exports, "IconLineGraphNodata", { enumerable: true, get: function () { return __importDefault(IconLineGraphNodata_1).default; } });
|
|
3390
|
+
var IconPieChartNodata_1 = require("./IconPieChartNodata");
|
|
3391
|
+
Object.defineProperty(exports, "IconPieChartNodata", { enumerable: true, get: function () { return __importDefault(IconPieChartNodata_1).default; } });
|
|
3392
|
+
var IconPiplcon_1 = require("./IconPiplcon");
|
|
3393
|
+
Object.defineProperty(exports, "IconPiplcon", { enumerable: true, get: function () { return __importDefault(IconPiplcon_1).default; } });
|
|
3394
|
+
var IconPiplconExit_1 = require("./IconPiplconExit");
|
|
3395
|
+
Object.defineProperty(exports, "IconPiplconExit", { enumerable: true, get: function () { return __importDefault(IconPiplconExit_1).default; } });
|
|
3396
|
+
var IconShrink_1 = require("./IconShrink");
|
|
3397
|
+
Object.defineProperty(exports, "IconShrink", { enumerable: true, get: function () { return __importDefault(IconShrink_1).default; } });
|
|
3398
|
+
var IconFull_1 = require("./IconFull");
|
|
3399
|
+
Object.defineProperty(exports, "IconFull", { enumerable: true, get: function () { return __importDefault(IconFull_1).default; } });
|
|
3400
|
+
var IconLoudVolume_1 = require("./IconLoudVolume");
|
|
3401
|
+
Object.defineProperty(exports, "IconLoudVolume", { enumerable: true, get: function () { return __importDefault(IconLoudVolume_1).default; } });
|
|
3402
|
+
var IconSilence_1 = require("./IconSilence");
|
|
3403
|
+
Object.defineProperty(exports, "IconSilence", { enumerable: true, get: function () { return __importDefault(IconSilence_1).default; } });
|
|
3404
|
+
var IconLowVolume_1 = require("./IconLowVolume");
|
|
3405
|
+
Object.defineProperty(exports, "IconLowVolume", { enumerable: true, get: function () { return __importDefault(IconLowVolume_1).default; } });
|
|
3406
|
+
var IconPause_1 = require("./IconPause");
|
|
3407
|
+
Object.defineProperty(exports, "IconPause", { enumerable: true, get: function () { return __importDefault(IconPause_1).default; } });
|
|
3408
|
+
var IconPrevious_1 = require("./IconPrevious");
|
|
3409
|
+
Object.defineProperty(exports, "IconPrevious", { enumerable: true, get: function () { return __importDefault(IconPrevious_1).default; } });
|
|
3410
|
+
var IconVideoPlay_1 = require("./IconVideoPlay");
|
|
3411
|
+
Object.defineProperty(exports, "IconVideoPlay", { enumerable: true, get: function () { return __importDefault(IconVideoPlay_1).default; } });
|
|
3412
|
+
var IconVideoNext_1 = require("./IconVideoNext");
|
|
3413
|
+
Object.defineProperty(exports, "IconVideoNext", { enumerable: true, get: function () { return __importDefault(IconVideoNext_1).default; } });
|
|
3394
3414
|
__exportStar(require("./type"), exports);
|