@arco-iconbox/react-hiagent 0.2.59 → 0.2.61

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.
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconAdministratorLine: React.ForwardRefExoticComponent<Omit<OriginIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default IconAdministratorLine;
@@ -0,0 +1,59 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
14
+ if (k2 === undefined) k2 = k;
15
+ var desc = Object.getOwnPropertyDescriptor(m, k);
16
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
17
+ desc = { enumerable: true, get: function() { return m[k]; } };
18
+ }
19
+ Object.defineProperty(o, k2, desc);
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ var __rest = (this && this.__rest) || function (s, e) {
37
+ var t = {};
38
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
39
+ t[p] = s[p];
40
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
41
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
42
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
43
+ t[p[i]] = s[p[i]];
44
+ }
45
+ return t;
46
+ };
47
+ Object.defineProperty(exports, "__esModule", { value: true });
48
+ var react_1 = __importStar(require("react"));
49
+ var context_1 = require("../context");
50
+ function IconAdministratorLineComponent(props, ref) {
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 ? true : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
53
+ var prefix = prefixFromProps || prefixFromContext || 'hiagent';
54
+ var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
55
+ return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-administrator-line").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : '#000', viewBox: "0 0 16 16" }, rest, { ref: ref }),
56
+ react_1.default.createElement("path", { d: "M12.17 7.042a1.099 1.099 0 0 1 1.021.702l.169.436.476.273.475-.072a1.102 1.102 0 0 1 1.099.538l.002.003.22.385a1.098 1.098 0 0 1-.088 1.237l-.287.365v.55l.296.367a1.098 1.098 0 0 1 .09 1.238l-.22.386-.002.002a1.099 1.099 0 0 1-1.098.538h-.01l-.465-.072-.477.274-.168.435a1.101 1.101 0 0 1-1.023.703h-.469a1.1 1.1 0 0 1-1.02-.702l-.17-.436-.477-.274-.474.072a1.101 1.101 0 0 1-1.1-.538v-.002l-.221-.386a1.098 1.098 0 0 1 .089-1.236l.287-.365v-.55l-.297-.367a1.1 1.1 0 0 1-.09-1.239l.222-.388a1.099 1.099 0 0 1 1.098-.538l.009.002.468.071.487-.276.168-.433a1.101 1.101 0 0 1 1.021-.703h.459Zm-5.794.723a.6.6 0 0 1 0 1.2H4.742a3.291 3.291 0 0 0-3.291 3.29v.78c0 .097.08.177.178.177h4.747a.6.6 0 0 1 0 1.201H1.629a1.38 1.38 0 0 1-1.38-1.379v-.778a4.492 4.492 0 0 1 4.493-4.491h1.634Zm5.334.368-.004.004-.239.616a.544.544 0 0 1-.239.276l-.82.466a.545.545 0 0 1-.35.064l-.647-.098h-.004l-.004.004-.224.391-.002.005.002.005.414.513a.545.545 0 0 1 .121.342v.93a.54.54 0 0 1-.117.336l-.406.519-.002.005.001.005.003.005.22.385.005.004.004.001.646-.099a.545.545 0 0 1 .354.067l.81.465c.107.062.19.159.235.275l.239.615.004.005.004.001h.468l.004-.006.238-.615a.546.546 0 0 1 .237-.275l.81-.465a.545.545 0 0 1 .353-.067l.646.099.004-.001.004-.004.224-.39v-.01l-.414-.513a.545.545 0 0 1-.121-.342v-.93c0-.122.04-.241.116-.337l.407-.518.002-.005-.001-.005-.004-.006-.22-.385-.004-.003-.004-.001-.646.098a.547.547 0 0 1-.354-.066l-.809-.465a.546.546 0 0 1-.236-.275l-.239-.615-.004-.005-.004-.002h-.453l-.004.002Zm.23 1.4a1.655 1.655 0 0 1 1.653 1.652 1.653 1.653 0 1 1-1.653-1.652Zm0 1.09a.565.565 0 0 0-.398.96.565.565 0 0 0 .963-.398.563.563 0 0 0-.565-.562ZM7.077.76a2.935 2.935 0 1 1-.002 5.87A2.935 2.935 0 0 1 7.077.76Zm0 1.2a1.734 1.734 0 1 0 0 3.47 1.734 1.734 0 0 0 0-3.47Z" }));
57
+ }
58
+ var IconAdministratorLine = react_1.default.forwardRef(IconAdministratorLineComponent);
59
+ exports.default = IconAdministratorLine;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconMultimodalLoading: React.ForwardRefExoticComponent<Omit<OriginIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default IconMultimodalLoading;
@@ -0,0 +1,59 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
14
+ if (k2 === undefined) k2 = k;
15
+ var desc = Object.getOwnPropertyDescriptor(m, k);
16
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
17
+ desc = { enumerable: true, get: function() { return m[k]; } };
18
+ }
19
+ Object.defineProperty(o, k2, desc);
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ var __rest = (this && this.__rest) || function (s, e) {
37
+ var t = {};
38
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
39
+ t[p] = s[p];
40
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
41
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
42
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
43
+ t[p[i]] = s[p[i]];
44
+ }
45
+ return t;
46
+ };
47
+ Object.defineProperty(exports, "__esModule", { value: true });
48
+ var react_1 = __importStar(require("react"));
49
+ var context_1 = require("../context");
50
+ function IconMultimodalLoadingComponent(props, ref) {
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 ? true : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
53
+ var prefix = prefixFromProps || prefixFromContext || 'hiagent';
54
+ var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
55
+ return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-multimodal-loading").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : '#000', viewBox: "0 0 32 32" }, rest, { ref: ref }),
56
+ react_1.default.createElement("path", { d: "M18.571 11.284s1.258-2.71 2.516 0l7.546 14.58c.008.014 1.066 1.769-2.359 1.769h-21.5c-.53-.015-2.551-.218-.98-2.515l4.716-7.861c.012-.036 1.482-4.127 3.301 0 0 0 1.852 3.78 2.987 1.887l3.773-7.86ZM9.973 4.001a.666.666 0 0 1 .685.503c.21.857.526 1.333.953 1.704.453.393 1.051.69 1.94 1.13l.083.042c.23.114.372.35.366.603a.657.657 0 0 1-.396.584c-1.356.595-1.965 1.164-2.294 1.624a3.488 3.488 0 0 0-.378.7l-.07.17a5.692 5.692 0 0 1-.264.591.67.67 0 0 1-1.247-.206c-.114-.706-.568-1.41-1.159-1.959-.608-.565-1.229-.845-1.563-.864A.662.662 0 0 1 6 8.003a.66.66 0 0 1 .555-.684c.725-.12 1.396-.556 1.916-1.125.527-.577.823-1.21.877-1.62A.663.663 0 0 1 9.973 4Z" }));
57
+ }
58
+ var IconMultimodalLoading = react_1.default.forwardRef(IconMultimodalLoadingComponent);
59
+ exports.default = IconMultimodalLoading;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconUserLine: React.ForwardRefExoticComponent<Omit<OriginIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default IconUserLine;
@@ -0,0 +1,59 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
14
+ if (k2 === undefined) k2 = k;
15
+ var desc = Object.getOwnPropertyDescriptor(m, k);
16
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
17
+ desc = { enumerable: true, get: function() { return m[k]; } };
18
+ }
19
+ Object.defineProperty(o, k2, desc);
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ var __rest = (this && this.__rest) || function (s, e) {
37
+ var t = {};
38
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
39
+ t[p] = s[p];
40
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
41
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
42
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
43
+ t[p[i]] = s[p[i]];
44
+ }
45
+ return t;
46
+ };
47
+ Object.defineProperty(exports, "__esModule", { value: true });
48
+ var react_1 = __importStar(require("react"));
49
+ var context_1 = require("../context");
50
+ function IconUserLineComponent(props, ref) {
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 ? true : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
53
+ var prefix = prefixFromProps || prefixFromContext || 'hiagent';
54
+ var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
55
+ return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-user-line").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : '#000', viewBox: "0 0 16 16" }, rest, { ref: ref }),
56
+ react_1.default.createElement("path", { d: "M10.468 8.178a4.763 4.763 0 0 1 4.762 4.762v.825c0 .809-.656 1.465-1.465 1.465H2.225A1.465 1.465 0 0 1 .76 13.765v-.825a4.763 4.763 0 0 1 4.762-4.762h4.946ZM5.522 9.46a3.48 3.48 0 0 0-3.478 3.48v.824c0 .1.081.181.182.181h11.539c.1 0 .181-.081.181-.181v-.825a3.48 3.48 0 0 0-3.478-3.48H5.522ZM7.995.76a3.115 3.115 0 1 1 0 6.23 3.115 3.115 0 0 1 0-6.23Zm0 1.284a1.83 1.83 0 1 0 0 3.661 1.83 1.83 0 0 0 0-3.661Z" }));
57
+ }
58
+ var IconUserLine = react_1.default.forwardRef(IconUserLineComponent);
59
+ exports.default = IconUserLine;
package/cjs/index.d.ts CHANGED
@@ -802,4 +802,7 @@ export { default as IconAgentproFollow } from './IconAgentproFollow';
802
802
  export { default as IconTerminology } from './IconTerminology';
803
803
  export { default as IconSankeyDiagram } from './IconSankeyDiagram';
804
804
  export { default as IconTextProcessing } from './IconTextProcessing';
805
+ export { default as IconMultimodalLoading } from './IconMultimodalLoading';
806
+ export { default as IconAdministratorLine } from './IconAdministratorLine';
807
+ export { default as IconUserLine } from './IconUserLine';
805
808
  export * from './type';
package/cjs/index.js CHANGED
@@ -33,7 +33,7 @@ exports.IconAgentThinkingLanguage = exports.IconJapanese = exports.IconLock1 = e
33
33
  exports.IconModelService = exports.IconMenuPluginCenter = exports.IconMenuKnowledge = exports.IconTabelNodata = exports.IconImportMusic = exports.IconFastForward30 = exports.IconReturnNow15 = 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 = exports.IconVideoFastForward10s = exports.IconAudioPlay = exports.IconAudioCycle = exports.IconAudioPause = exports.IconRemoveColor = exports.IconWorkflowVidMatching = exports.IconKnowledgePic = exports.IconRegionFolding = exports.IconSimilarityQuestion = exports.IconDataTransform = exports.IconPluginLocal = exports.IconPluginRemote = exports.IconPluginCloudDeployment = void 0;
34
34
  exports.IconDebugging = exports.IconResultEvaluation = exports.IconTraceText = exports.IconTraceRaw = exports.IconAgentpro = exports.IconAgentproStop = exports.IconTaskDone = exports.IconArtifactsBrowse = exports.IconAgentproReportDownload = exports.IconArtifactsCode = exports.IconAgentproFileList = exports.IconArtifactsKnowledge = exports.IconAgentproConfiguration = exports.IconArtifactsOther = exports.IconArtifactsShell = exports.IconArtifactsSearch = exports.IconArtifactsFile = exports.IconArtifactsPic = exports.IconVideoAgentKnowledge = exports.IconSpeaker = exports.IconExperienceCenter = exports.IconTouchpadMouseWorkflow = exports.IconTouchpadModeWorkflow = exports.IconLinkArrowSmall = exports.IconSavedConditions = exports.IconSaveButton = exports.IconText2video1 = exports.IconVolume = exports.IconFullscreen = exports.IconVideoTag = exports.IconMoonshot = exports.IconBGE = exports.IconQwen = exports.IconGPT35 = exports.IconGPT4 = exports.IconDoubao = exports.IconGoogleGemini = exports.IconDeepseek = exports.IconAWS = exports.IconClaude = exports.IconReleaseManagement = exports.IconDataProcessing1 = exports.IconModelExperienceCenter = exports.IconObservationIntegration = exports.IconModelOptimization = exports.IconComputingManagement = exports.IconMenuObservation = exports.IconMenuAgentCenter = exports.IconMenuEvaluation = exports.IconMenuTask = void 0;
35
35
  exports.IconUploadFile = exports.IconUploadRadio = exports.IconKnowledgeBoard = exports.IconIndicatorMonitoring = exports.IconLoading2 = exports.IconQAExtract = exports.IconMore = exports.IconKnowledgeDataSynchronization = exports.IconKnowledgeChartTable = exports.IconTreeTerminologySearch = exports.IconTreeQASearch = exports.IconWorkflowKnowledgeRetrieval = exports.IconCompletedComparison = exports.IconPDSeparation = exports.IconRise2 = exports.IconComparison = exports.IconDecline2 = exports.IconAutomaticOptimization = exports.IconPromptWordTemplate = exports.IconGeneratedDocument = exports.IconTreeObject = exports.IconTreeRules = exports.IconDiagramCracking2 = exports.IconTaskCompleted = exports.IconFullscreenExit = exports.IconEmpty = exports.IconTag = exports.IconRotateLeft = exports.IconWorkflowChecklist = exports.IconDataInsight = exports.IconMenuIndicators = exports.IconMenuEvaluationSet = exports.IconDataOnlineTagging = exports.IconMenuHiagent = exports.IconModelGallery = exports.IconThumbDown = exports.IconZoomOut = exports.IconZoomIn = exports.IconMinusCircle = exports.IconThumbUp = exports.IconArrowDown = exports.IconCalendarClock = exports.IconCloseCircle = exports.IconCopy = exports.IconLaunch = exports.IconMenu = exports.IconMessage = exports.IconDataProduction = exports.IconTransform1 = exports.IconAgentChatStop = void 0;
36
- exports.IconTextProcessing = exports.IconSankeyDiagram = exports.IconTerminology = exports.IconAgentproFollow = void 0;
36
+ exports.IconUserLine = exports.IconAdministratorLine = exports.IconMultimodalLoading = exports.IconTextProcessing = exports.IconSankeyDiagram = exports.IconTerminology = exports.IconAgentproFollow = void 0;
37
37
  var IconWorkflowNodata_1 = require("./IconWorkflowNodata");
38
38
  Object.defineProperty(exports, "IconWorkflowNodata", { enumerable: true, get: function () { return __importDefault(IconWorkflowNodata_1).default; } });
39
39
  var IconAgentNodata_1 = require("./IconAgentNodata");
@@ -1642,4 +1642,10 @@ var IconSankeyDiagram_1 = require("./IconSankeyDiagram");
1642
1642
  Object.defineProperty(exports, "IconSankeyDiagram", { enumerable: true, get: function () { return __importDefault(IconSankeyDiagram_1).default; } });
1643
1643
  var IconTextProcessing_1 = require("./IconTextProcessing");
1644
1644
  Object.defineProperty(exports, "IconTextProcessing", { enumerable: true, get: function () { return __importDefault(IconTextProcessing_1).default; } });
1645
+ var IconMultimodalLoading_1 = require("./IconMultimodalLoading");
1646
+ Object.defineProperty(exports, "IconMultimodalLoading", { enumerable: true, get: function () { return __importDefault(IconMultimodalLoading_1).default; } });
1647
+ var IconAdministratorLine_1 = require("./IconAdministratorLine");
1648
+ Object.defineProperty(exports, "IconAdministratorLine", { enumerable: true, get: function () { return __importDefault(IconAdministratorLine_1).default; } });
1649
+ var IconUserLine_1 = require("./IconUserLine");
1650
+ Object.defineProperty(exports, "IconUserLine", { enumerable: true, get: function () { return __importDefault(IconUserLine_1).default; } });
1645
1651
  __exportStar(require("./type"), exports);