@arco-iconbox/react-hiagent 0.0.13 → 0.0.14
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/IconNewWindow/index.d.ts +4 -0
- package/cjs/IconNewWindow/index.js +59 -0
- package/cjs/index.d.ts +1 -0
- package/cjs/index.js +3 -1
- package/dist/icon.min.js +1 -1
- package/esm/IconNewWindow/index.d.ts +4 -0
- package/esm/IconNewWindow/index.js +34 -0
- package/esm/index.d.ts +1 -0
- package/esm/index.js +1 -0
- package/package.json +1 -1
- package/src/IconNewWindow/index.tsx +15 -0
- package/src/index.ts +1 -0
- package/umd/IconNewWindow/index.d.ts +4 -0
- package/umd/IconNewWindow/index.js +69 -0
- package/umd/index.d.ts +1 -0
- package/umd/index.js +4 -2
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconNewWindow: 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 IconNewWindow;
|
|
@@ -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 IconNewWindowComponent(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-new-window").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 14 14", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
|
|
56
|
+
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.41663 1.16663H1.74996C1.42779 1.16663 1.16663 1.42779 1.16663 1.74996V12.25C1.16663 12.5721 1.42779 12.8333 1.74996 12.8333H12.25C12.5721 12.8333 12.8333 12.5721 12.8333 12.25V7.58329H11.6666V11.6666H2.33329V2.33329H6.41663V1.16663ZM8.16663 1.16663H8.18735H12.25H12.2707C12.5929 1.16663 12.854 1.42779 12.854 1.74996V5.83329L12.8333 5.83329L11.6874 5.83329L11.6666 5.83329V3.17885L8.20201 6.64359C8.08811 6.7575 7.90344 6.7575 7.78953 6.64359L7.37705 6.23111C7.26315 6.11721 7.26315 5.93254 7.37705 5.81864L10.8619 2.33329H8.18845L8.18735 2.33329L8.16663 2.33329V1.16663Z" }));
|
|
57
|
+
}
|
|
58
|
+
var IconNewWindow = react_1.default.forwardRef(IconNewWindowComponent);
|
|
59
|
+
exports.default = IconNewWindow;
|
package/cjs/index.d.ts
CHANGED
|
@@ -1186,4 +1186,5 @@ export { default as IconWaitingCircleFill } from './IconWaitingCircleFill';
|
|
|
1186
1186
|
export { default as IconCheckTriangleFill } from './IconCheckTriangleFill';
|
|
1187
1187
|
export { default as IconIconDescending } from './IconIconDescending';
|
|
1188
1188
|
export { default as IconSkippingCircleFill } from './IconSkippingCircleFill';
|
|
1189
|
+
export { default as IconNewWindow } from './IconNewWindow';
|
|
1189
1190
|
export * from './type';
|
package/cjs/index.js
CHANGED
|
@@ -40,7 +40,7 @@ exports.IconEqualizer = exports.IconManager = exports.IconSocialInsuranceManagem
|
|
|
40
40
|
exports.IconClipboardDelete = exports.IconLock = exports.IconClipboardAdd = exports.IconHourglass = exports.IconClipboardText = exports.IconTool = exports.IconBus = exports.IconPen = exports.IconPdfFile = exports.IconPlanAnalysis = exports.IconOpenAccount = exports.IconCodedLock = exports.IconCase = exports.IconArrowRise = exports.IconDocument = exports.IconStarredFolder = exports.IconAdjuster = exports.IconPrinter = exports.IconMouse = exports.IconMicrophone = exports.IconVideoFile = exports.IconDrawer = exports.IconTemperature = exports.IconProfitModel = exports.IconProfitModelAlt = exports.IconAlarm = exports.IconPrivateEquity = exports.IconBusinessCenter = exports.IconDeal = exports.IconMarketQuotations = exports.IconCreditCardUnavailable = exports.IconPlaylist = exports.IconMarket = exports.IconPromise = exports.IconSelfSelected = exports.IconGold = exports.IconBlacklist = exports.IconSellOut = exports.IconCash = exports.IconReceipt = exports.IconConsole = exports.IconOpsManagement = exports.IconFund = exports.IconAccount = exports.IconPaymentManagement = exports.IconOfficeBuildingOff = exports.IconWallet = exports.IconPlay = exports.IconRiskWarning = exports.IconPlayLater = void 0;
|
|
41
41
|
exports.IconClearFilter = exports.IconArrowUp = exports.IconAddFolder = exports.IconStamp = exports.IconBranch = exports.IconCommit = exports.IconBranchDeleted = exports.IconMerge = exports.IconDepartmentAvatar = exports.IconGitMerge = exports.IconDeleteFolder = exports.IconCaretLeft = exports.IconFork = exports.IconClipboardSuccess = exports.IconAlertOctagon = exports.IconRecordFill = exports.IconFolderError = exports.IconPointLocation = exports.IconFolderSuccess = exports.IconCheck = exports.IconComparison = exports.IconMergeRequestClosed = exports.IconAppNotification = exports.IconSpreadsheetFile = exports.IconZippedFolder = exports.IconCodeDeconfliction = exports.IconPushRules = exports.IconExclamation = exports.IconDoubleDown = exports.IconRetry = exports.IconPackage = exports.IconAudioFile = exports.IconMindmap = exports.IconAddComMark = exports.IconSaveFile = exports.IconCalculator = exports.IconSlides = exports.IconFolder = exports.IconImageFile = exports.IconToolbox = exports.IconFolderDownload = exports.IconSearchFile = exports.IconSharedFolder = exports.IconCompleteInfo = exports.IconClipboard = exports.IconAlertTriangle = exports.IconImportRecord = exports.IconClipboardError = exports.IconFolderUpload = exports.IconCreateRecord = void 0;
|
|
42
42
|
exports.IconRightCircle = exports.IconThumbUp = exports.IconDrawerFold = exports.IconReadingListFill = exports.IconFloat = exports.IconString = exports.IconDescendingGreen = exports.IconPod = exports.IconPublicIp = exports.IconFile = exports.IconDocumentFeedback = exports.IconCaretUpGreen = exports.IconHavip = exports.IconInteger = exports.IconMinusSquare = exports.IconEditFilled = exports.IconRiskWarningSolid = exports.IconNetworkCard = exports.IconSafe = exports.IconThumbDown = exports.IconDrawerExpand = exports.IconPrivateIp = exports.IconPublicImage = exports.IconCustomImage = exports.IconBandWidth = exports.IconIconNewWindow = exports.IconAnnouncementFill = exports.IconLockOpen = exports.IconCalendarFill = exports.IconVideoFill = exports.IconCreditCard = exports.IconCaretDownRed = exports.IconHook = exports.IconDataEntry = exports.IconTanuki = exports.IconCallFill = exports.IconArrowLeft = exports.IconHeart = exports.IconSync = exports.IconSpreadsheetAlt = exports.IconFoldAllLine = exports.IconMoreFilter = exports.IconDoubleUp = exports.IconRecordInformation = exports.IconPlusSquare = exports.IconAscendinRed = exports.IconTerminal = exports.IconUnfoldAllLine = exports.IconTag = exports.IconCaretRight = void 0;
|
|
43
|
-
exports.IconSkippingCircleFill = exports.IconIconDescending = exports.IconCheckTriangleFill = exports.IconWaitingCircleFill = exports.IconCheckCircleFilled = exports.IconCheckCircleBlue = exports.IconCloseCircleSeriousFill = exports.IconCloseCircleFill = exports.IconClockCircleFill = exports.IconCancelingCircleFill = exports.IconInfoCircleFill = exports.IconRollbackingCircleFill = exports.IconIconAscending = exports.IconSkippedCircleFill = exports.IconEffectuatingCircleFill = exports.IconIgnoredCircleFill = exports.IconEffectuatingInProgress = exports.IconManualExecution = exports.IconCanceledCircleFill = exports.IconQueuingCircleFill = exports.IconSkippingInProgress = exports.IconUncompletedCircleFill = exports.IconPendingCircleFill = exports.IconRollbackedCircleFill = exports.IconCancelingInProgress = exports.IconLoading = exports.IconMinusCircleFillGrey = exports.IconRollbackingInProgress = exports.IconBoolean = exports.IconServiceAccount = exports.IconClick = exports.IconArrowDown = exports.IconMobileFill = exports.IconBookFill = exports.IconUpCircle = exports.IconBreadcrumbsSplit = exports.IconHardwareServer = exports.IconSound = void 0;
|
|
43
|
+
exports.IconNewWindow = exports.IconSkippingCircleFill = exports.IconIconDescending = exports.IconCheckTriangleFill = exports.IconWaitingCircleFill = exports.IconCheckCircleFilled = exports.IconCheckCircleBlue = exports.IconCloseCircleSeriousFill = exports.IconCloseCircleFill = exports.IconClockCircleFill = exports.IconCancelingCircleFill = exports.IconInfoCircleFill = exports.IconRollbackingCircleFill = exports.IconIconAscending = exports.IconSkippedCircleFill = exports.IconEffectuatingCircleFill = exports.IconIgnoredCircleFill = exports.IconEffectuatingInProgress = exports.IconManualExecution = exports.IconCanceledCircleFill = exports.IconQueuingCircleFill = exports.IconSkippingInProgress = exports.IconUncompletedCircleFill = exports.IconPendingCircleFill = exports.IconRollbackedCircleFill = exports.IconCancelingInProgress = exports.IconLoading = exports.IconMinusCircleFillGrey = exports.IconRollbackingInProgress = exports.IconBoolean = exports.IconServiceAccount = exports.IconClick = exports.IconArrowDown = exports.IconMobileFill = exports.IconBookFill = exports.IconUpCircle = exports.IconBreadcrumbsSplit = exports.IconHardwareServer = exports.IconSound = void 0;
|
|
44
44
|
var IconAuthorizationSucceeds_1 = require("./IconAuthorizationSucceeds");
|
|
45
45
|
Object.defineProperty(exports, "IconAuthorizationSucceeds", { enumerable: true, get: function () { return __importDefault(IconAuthorizationSucceeds_1).default; } });
|
|
46
46
|
var IconErrorTypeLowSaturation_1 = require("./IconErrorTypeLowSaturation");
|
|
@@ -2417,4 +2417,6 @@ var IconIconDescending_1 = require("./IconIconDescending");
|
|
|
2417
2417
|
Object.defineProperty(exports, "IconIconDescending", { enumerable: true, get: function () { return __importDefault(IconIconDescending_1).default; } });
|
|
2418
2418
|
var IconSkippingCircleFill_1 = require("./IconSkippingCircleFill");
|
|
2419
2419
|
Object.defineProperty(exports, "IconSkippingCircleFill", { enumerable: true, get: function () { return __importDefault(IconSkippingCircleFill_1).default; } });
|
|
2420
|
+
var IconNewWindow_1 = require("./IconNewWindow");
|
|
2421
|
+
Object.defineProperty(exports, "IconNewWindow", { enumerable: true, get: function () { return __importDefault(IconNewWindow_1).default; } });
|
|
2420
2422
|
__exportStar(require("./type"), exports);
|