@arco-iconbox/react-coze 0.1.31 → 0.1.33
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/IconCamera/index.d.ts +4 -0
- package/cjs/IconCamera/index.js +59 -0
- package/cjs/IconChatTip/index.d.ts +4 -0
- package/cjs/IconChatTip/index.js +59 -0
- package/cjs/IconChecked/index.d.ts +4 -0
- package/cjs/IconChecked/index.js +59 -0
- package/cjs/IconClear/index.d.ts +4 -0
- package/cjs/IconClear/index.js +59 -0
- package/cjs/IconInformationTipGray/index.d.ts +4 -0
- package/cjs/IconInformationTipGray/index.js +59 -0
- package/cjs/index.d.ts +5 -0
- package/cjs/index.js +11 -1
- package/dist/icon.min.js +1 -1
- package/esm/IconCamera/index.d.ts +4 -0
- package/esm/IconCamera/index.js +34 -0
- package/esm/IconChatTip/index.d.ts +4 -0
- package/esm/IconChatTip/index.js +34 -0
- package/esm/IconChecked/index.d.ts +4 -0
- package/esm/IconChecked/index.js +34 -0
- package/esm/IconClear/index.d.ts +4 -0
- package/esm/IconClear/index.js +34 -0
- package/esm/IconInformationTipGray/index.d.ts +4 -0
- package/esm/IconInformationTipGray/index.js +34 -0
- package/esm/index.d.ts +5 -0
- package/esm/index.js +5 -0
- package/package.json +1 -1
- package/src/IconCamera/index.tsx +15 -0
- package/src/IconChatTip/index.tsx +15 -0
- package/src/IconChecked/index.tsx +15 -0
- package/src/IconClear/index.tsx +15 -0
- package/src/IconInformationTipGray/index.tsx +15 -0
- package/src/index.ts +5 -0
- package/umd/IconCamera/index.d.ts +4 -0
- package/umd/IconCamera/index.js +69 -0
- package/umd/IconChatTip/index.d.ts +4 -0
- package/umd/IconChatTip/index.js +69 -0
- package/umd/IconChecked/index.d.ts +4 -0
- package/umd/IconChecked/index.js +69 -0
- package/umd/IconClear/index.d.ts +4 -0
- package/umd/IconClear/index.js +69 -0
- package/umd/IconInformationTipGray/index.d.ts +4 -0
- package/umd/IconInformationTipGray/index.js +69 -0
- package/umd/index.d.ts +5 -0
- package/umd/index.js +12 -2
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconChatTip: 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 IconChatTip;
|
|
@@ -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 IconChatTipComponent(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 ? true : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
|
|
62
|
+
var prefix = prefixFromProps || prefixFromContext || 'font';
|
|
63
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
64
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-chat-tip").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 19 18", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
|
|
65
|
+
react_1.default.createElement("path", { d: "M9.83203 0.75C14.3884 0.75 18.082 4.44365 18.082 9C18.082 13.5563 14.3884 17.25 9.83203 17.25H4.2959C3.73846 17.25 3.37591 16.6637 3.625 16.165L4.19531 15.0234C2.58727 13.518 1.58203 11.3765 1.58203 9C1.58203 4.44365 5.27568 0.75 9.83203 0.75ZM9.83203 2.25C6.10411 2.25 3.08203 5.27208 3.08203 9C3.08203 10.9444 3.9021 12.695 5.21973 13.9287L6.03711 14.6934L5.50879 15.75H9.83203C13.56 15.75 16.582 12.7279 16.582 9C16.582 5.27208 13.56 2.25 9.83203 2.25ZM10.582 9.75C10.9962 9.75 11.332 10.0858 11.332 10.5C11.332 10.9142 10.9962 11.25 10.582 11.25H7.58203C7.16782 11.25 6.83203 10.9142 6.83203 10.5C6.83203 10.0858 7.16782 9.75 7.58203 9.75H10.582ZM12.832 6.75C13.2462 6.75 13.582 7.08579 13.582 7.5C13.582 7.91421 13.2462 8.25 12.832 8.25H7.58203C7.16782 8.25 6.83203 7.91421 6.83203 7.5C6.83203 7.08579 7.16782 6.75 7.58203 6.75H12.832Z", fillOpacity: "1" }));
|
|
66
|
+
}
|
|
67
|
+
var IconChatTip = react_1.default.forwardRef(IconChatTipComponent);
|
|
68
|
+
exports.default = IconChatTip;
|
|
69
|
+
});
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconChecked: 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 IconChecked;
|
|
@@ -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 IconCheckedComponent(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 ? true : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
|
|
62
|
+
var prefix = prefixFromProps || prefixFromContext || 'font';
|
|
63
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
64
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-checked").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 17 16", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
|
|
65
|
+
react_1.default.createElement("path", { d: "M13.6964 3.88703C13.436 3.62668 13.0139 3.62669 12.7536 3.88703L6.6371 10.0035L3.80869 7.17508C3.54834 6.91473 3.12623 6.91473 2.86589 7.17508L2.39448 7.64649C2.13413 7.90684 2.13413 8.32895 2.39448 8.5893L6.16572 12.3605C6.42607 12.6209 6.84818 12.6209 7.10853 12.3605L7.57993 11.8891C7.58127 11.8878 7.5826 11.8864 7.58392 11.8851L14.1678 5.30125C14.4281 5.0409 14.4281 4.61879 14.1678 4.35844L13.6964 3.88703Z" }));
|
|
66
|
+
}
|
|
67
|
+
var IconChecked = react_1.default.forwardRef(IconCheckedComponent);
|
|
68
|
+
exports.default = IconChecked;
|
|
69
|
+
});
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconClear: 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 IconClear;
|
|
@@ -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 IconClearComponent(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 ? true : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
|
|
62
|
+
var prefix = prefixFromProps || prefixFromContext || 'font';
|
|
63
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
64
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-clear").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 19 18", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
|
|
65
|
+
react_1.default.createElement("path", { d: "M10.0352 0C10.8636 0 11.5352 0.671573 11.5352 1.5V4.5H15.2852C16.1136 4.5 16.7852 5.17157 16.7852 6V15.75C16.7852 16.5784 16.1136 17.25 15.2852 17.25H3.28516C2.45673 17.25 1.78516 16.5784 1.78516 15.75V6C1.78516 5.17157 2.45673 4.5 3.28516 4.5H7.03516V1.5C7.03516 0.671573 7.70673 0 8.53516 0H10.0352ZM3.28516 10.5V15.75H5.53516V13.5C5.53516 13.0858 5.87094 12.75 6.28516 12.75C6.69937 12.75 7.03516 13.0858 7.03516 13.5V15.75H15.2852V10.5H3.28516ZM8.53516 1.5V6H3.28516V9H15.2852V6H10.0352V1.5H8.53516Z", fillOpacity: "1" }));
|
|
66
|
+
}
|
|
67
|
+
var IconClear = react_1.default.forwardRef(IconClearComponent);
|
|
68
|
+
exports.default = IconClear;
|
|
69
|
+
});
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconInformationTipGray: 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 IconInformationTipGray;
|
|
@@ -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 IconInformationTipGrayComponent(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 ? true : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
|
|
62
|
+
var prefix = prefixFromProps || prefixFromContext || 'font';
|
|
63
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
64
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-information-tip-gray").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 15 14", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
|
|
65
|
+
react_1.default.createElement("path", { d: "M7.83073 12.2499C10.7302 12.2499 13.0807 9.89938 13.0807 6.99992C13.0807 4.10046 10.7302 1.74992 7.83073 1.74992C4.93127 1.74992 2.58073 4.10046 2.58073 6.99992C2.58073 9.89938 4.93127 12.2499 7.83073 12.2499ZM7.83073 13.4166C4.28698 13.4166 1.41406 10.5437 1.41406 6.99992C1.41406 3.45617 4.28698 0.583252 7.83073 0.583252C11.3745 0.583252 14.2474 3.45617 14.2474 6.99992C14.2474 10.5437 11.3745 13.4166 7.83073 13.4166ZM7.2474 9.04158V6.70825C6.92523 6.70825 6.66406 6.44708 6.66406 6.12492C6.66406 5.80275 6.92523 5.54158 7.2474 5.54158H7.83284C8.15418 5.54158 8.41504 5.80147 8.41553 6.12281C8.417 7.09573 8.41406 8.06868 8.41406 9.04158H8.70573C9.0279 9.04158 9.28907 9.30275 9.28907 9.62492C9.28907 9.94708 9.0279 10.2083 8.70573 10.2083H6.95573C6.63357 10.2083 6.3724 9.94708 6.3724 9.62492C6.3724 9.30275 6.63357 9.04158 6.95573 9.04158H7.2474ZM7.83073 4.95825C7.50857 4.95825 7.2474 4.69708 7.2474 4.37492C7.2474 4.05275 7.50857 3.79158 7.83073 3.79158C8.1529 3.79158 8.41406 4.05275 8.41406 4.37492C8.41406 4.69708 8.1529 4.95825 7.83073 4.95825Z", fillOpacity: "1" }));
|
|
66
|
+
}
|
|
67
|
+
var IconInformationTipGray = react_1.default.forwardRef(IconInformationTipGrayComponent);
|
|
68
|
+
exports.default = IconInformationTipGray;
|
|
69
|
+
});
|
package/umd/index.d.ts
CHANGED
|
@@ -512,4 +512,9 @@ export { default as IconCozAttachment } from './IconCozAttachment';
|
|
|
512
512
|
export { default as IconCozMention } from './IconCozMention';
|
|
513
513
|
export { default as IconCozEnter } from './IconCozEnter';
|
|
514
514
|
export { default as IconCozRightarrow } from './IconCozRightarrow';
|
|
515
|
+
export { default as IconInformationTipGray } from './IconInformationTipGray';
|
|
516
|
+
export { default as IconCamera } from './IconCamera';
|
|
517
|
+
export { default as IconChecked } from './IconChecked';
|
|
518
|
+
export { default as IconClear } from './IconClear';
|
|
519
|
+
export { default as IconChatTip } from './IconChatTip';
|
|
515
520
|
export * from './type';
|
package/umd/index.js
CHANGED
|
@@ -21,12 +21,12 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
21
21
|
if (v !== undefined) module.exports = v;
|
|
22
22
|
}
|
|
23
23
|
else if (typeof define === "function" && define.amd) {
|
|
24
|
-
define(["require", "exports", "./IconCozAddNode", "./IconCozAdjust", "./IconCozAlphabeticalReverse", "./IconCozAiFill", "./IconCozAbbreviation", "./IconCozAlphabetical", "./IconCozAlignTop", "./IconCozAppFill", "./IconCozArrowDobbleLeft", "./IconCozArrowDobbleRight", "./IconCozArrowDownFill", "./IconCozArrowLeft", "./IconCozAsynchronousTask", "./IconCozAlignRight", "./IconCozAgentFill", "./IconCozAlignCenterVertical", "./IconCozArrowUpFill", "./IconCozAreaChartFill", "./IconCozArrowLeftFill", "./IconCozAutoHeight", "./IconCozAllFill", "./IconCozAlignBottom", "./IconCozAi", "./IconCozAnalytics", "./IconCozArrowMiddle", "./IconCozArrowUp", "./IconCozAutoLayoutFill", "./IconCozAt", "./IconCozArrowRight", "./IconCozArrowTop", "./IconCozApp", "./IconCozBgRemoveFill", "./IconCozApply", "./IconCozBan", "./IconCozArchive", "./IconCozBgReplaceFill", "./IconCozAlignLeft", "./IconCozArrowBottom", "./IconCozArrowBack", "./IconCozArrowRightFill", "./IconCozBadge", "./IconCozBellSlash", "./IconCozAttribute", "./IconCozArrowForward", "./IconCozArrowDownward", "./IconCozBachelorCapFill", "./IconCozAutoLayout", "./IconCozBinding", "./IconCozBasicFill", "./IconCozBattle", "./IconCozBriefcaseFill", "./IconCozBell", "./IconCozBorderBottom", "./IconCozBooleanBracket", "./IconCozBorder", "./IconCozBold", "./IconCozBorderLeft", "./IconCozBorderRight", "./IconCozBoolean", "./IconCozBraceBracket", "./IconCozBorderTop", "./IconCozBot", "./IconCozBotFill", "./IconCozBuilding", "./IconCozBroom", "./IconCozButton", "./IconCozBracket", "./IconCozCalendarClockFill", "./IconCozBuildingFill", "./IconCozCalendarFill", "./IconCozBrace", "./IconCozChatHashtag", "./IconCozChatFill", "./IconCozCard", "./IconCozCardPencil", "./IconCozChatPlus", "./IconCozChatPeople", "./IconCozCalendar", "./IconCozChatQuote", "./IconCozCalendarClock", "./IconCozChronologicalReverse", "./IconCozCheckMarkCircle", "./IconCozChipFill", "./IconCozChatTwoFill", "./IconCozCode", "./IconCozCheckMarkFill", "./IconCozCheckMark", "./IconCozChatStar", "./IconCozChatSetting", "./IconCozCheckMarkCircleFillPalet", "./IconCozCoin", "./IconCozCoffeeFill", "./IconCozContrastFill", "./IconCozCornerTopRight", "./IconCozCongifure", "./IconCozConnectionStraight", "./IconCozChatThreeFill", "./IconCozCornerTopLeft", "./IconCozCheckMarkCircleFill", "./IconCozCornerBottomLeft", "./IconCozCross", "./IconCozChronological", "./IconCozDocumentAddBottom", "./IconCozDebug", "./IconCozCrossCircle", "./IconCozCornerBottomRight", "./IconCozCodeFill", "./IconCozCorner", "./IconCozClockBracket", "./IconCozChip", "./IconCozCopyCheck", "./IconCozCopyFill", "./IconCozDashboard", "./IconCozCardPlus", "./IconCozConnectionCurve", "./IconCozCompare", "./IconCozClockFill", "./IconCozChatStarFill", "./IconCozContainAsMember", "./IconCozCompass", "./IconCozContentConsistencyFill", "./IconCozExit", "./IconCozCrossCircleFillPalette", "./IconCozEyeClose", "./IconCozGameControllerFill", "./IconCozImageBracket", "./IconCozImageBroken", "./IconCozDiamond", "./IconCozBellSlashFill", "./IconCozImageCompressFill", "./IconCozGoogleDriveFill", "./IconCozDicumentOnline", "./IconCozFontSize", "./IconCozHourglass", "./IconCozBattleFill", "./IconCozAnalyticsFill", "./IconCozDouyinCard", "./IconCozDocumentCode", "./IconCozBellFill", "./IconCozDocumentAddTop", "./IconCozAlignCenterHorizontal", "./IconCozAreaChart", "./IconCozExpand", "./IconCozAutoWidth", "./IconCozEqual", "./IconCozAutoView", "./IconCozChat", "./IconCozDatabaseShare", "./IconCozCropping", "./IconCozCopy", "./IconCozBanner", "./IconCozCrossFill", "./IconCozDiscordFill", "./IconCozDistributeHorizontal", "./IconCozEraser", "./IconCozHandle", "./IconCozEqualSlash", "./IconCozDistributeVertical", "./IconCozImageFusionFill", "./IconCozCrossCircleFill", "./IconCozH3", "./IconCozDubbleVertical", "./IconCozImageExtend", "./IconCozH1", "./IconCozDocument", "./IconCozFunction", "./IconCozImage", "./IconCozDouyinBot", "./IconCozEllipse", "./IconCozHouse", "./IconCozH2", "./IconCozBeautyEnhance", "./IconCozImageflowFill", "./IconCozInfoCircleFill", "./IconCozInfoCircle", "./IconCozLock", "./IconCozLongArrowUpCircle", "./IconCozArrowDown", "./IconCozLinkSlash", "./IconCozJump", "./IconCozLightbulbFill", "./IconCozInputNumber", "./IconCozLineChart", "./IconCozKeyboard", "./IconCozJs", "./IconCozLignSidesVertically", "./IconCozListDisorderVertical", "./IconCozLightning", "./IconCozItalic", "./IconCozImageflow", "./IconCozLightningFill", "./IconCozLightbulb", "./IconCozImport", "./IconCozLarkFill", "./IconCozInfoCircleFillPalette", "./IconCozDesktop", "./IconCozListDisorder", "./IconCozLongArrowLeft", "./IconCozListOrder", "./IconCozComment", "./IconCozDiamondFill", "./IconCozMicrophoneSlashFill", "./IconCozDownload", "./IconCozCoinFill", "./IconCozCompoment", "./IconCozLocation", "./IconCozLongArrowTopRight", "./IconCozList", "./IconCozClock", "./IconCozLockFill", "./IconCozInputSlot", "./IconCozColumnExpand", "./IconCozMarginLeft", "./IconCozMicrophoneSlash", "./IconCozMarginBottom", "./IconCozDashboardFill", "./IconCozRocketFill", "./IconCozMarginRight", "./IconCozNodeCollapse", "./IconCozSetting", "./IconCozMinusCircle", "./IconCozDouyinBotFill", "./IconCozSealFill", "./IconCozMicrophone", "./IconCozMoveToTopFill", "./IconCozMouse", "./IconCozTamplate", "./IconCozSpatialStylizationFill", "./IconCozMemory", "./IconCozShare", "./IconCozLoose", "./IconCozProperSubset", "./IconCozNode", "./IconCozMoveToBottomFill", "./IconCozRectangleSetting", "./IconCozNumberIntBracket", "./IconCozQualityEnhanceFill", "./IconCozRectangle", "./IconCozSeal", "./IconCozScaling", "./IconCozTablet", "./IconCozDuplicate", "./IconCozQuestionMarkCircle", "./IconCozNodeExpand", "./IconCozRefresh", "./IconCozSettingFill", "./IconCozRectangleMap", "./IconCozMore", "./IconCozContext", "./IconCozTemplateFill", "./IconCozNewspaperFill", "./IconCozMinus", "./IconCozNumberBracket", "./IconCozImageArrowUp", "./IconCozSceneFill", "./IconCozMinusCircleFill", "./IconCozMultiAgent", "./IconCozNotionFill", "./IconCozQuestionMarkCircleFill", "./IconCozNodeFill", "./IconCozMagnifier", "./IconCozLongTermMemory", "./IconCozScene", "./IconCozTemplate", "./IconCozReply", "./IconCozScan", "./IconCozSideCollapse", "./IconCozShadow", "./IconCozTelegramFill", "./IconCozSendFill", "./IconCozRotationFill", "./IconCozShell", "./IconCozShadowInner", "./IconCozSdkFill", "./IconCozStoreFill", "./IconCozTextAlignLeft", "./IconCozMusic", "./IconCozSunFill", "./IconCozTextAlignCenter", "./IconCozTeam", "./IconCozStarFill", "./IconCozTextArea", "./IconCozTight", "./IconCozTextAlignRight", "./IconCozSelect", "./IconCozMarkdown", "./IconCozThumbsupFill", "./IconCozThumbdownFill", "./IconCozWorkflowFill", "./IconCozColumnCollapse", "./IconCozTray", "./IconCozTextAlignJustify", "./IconCozTrayArrowUp", "./IconCozTeamPlus", "./IconCozKnowledgeFill", "./IconCozDatabase", "./IconCozTrigger", "./IconCozUpload", "./IconCozKnowledge", "./IconCozText", "./IconCozUserPermission", "./IconCozMatch", "./IconCozContent", "./IconCozUpdate", "./IconCozThumbdown", "./IconCozVerified", "./IconCozModelFill", "./IconCozVolume", "./IconCozMinimize", "./IconCozDocumentFill", "./IconCozWarning", "./IconCozMarginTop", "./IconCozPaddingTop", "./IconCozWechatFill", "./IconCozModel", "./IconCozPaddingRight", "./IconCozOfficialFill", "./IconCozSun", "./IconCozNumberFlo", "./IconCozNumberInt", "./IconCozLinkFill", "./IconCozMoonFill", "./IconCozTeamFill", "./IconCozLignSidesHorizontally", "./IconCozPeopleFill", "./IconCozWorkspace", "./IconCozWallet", "./IconCozPadding", "./IconCozVolumeSlash", "./IconCozOriginalSize", "./IconCozPageArrowUp", "./IconCozLessEqual", "./IconCozSoundFill", "./IconCozTab", "./IconCozTrayFill", "./IconCozLine", "./IconCozContainAsMemberSlash", "./IconCozVideo", "./IconCozPauseCircleFill", "./IconCozPay", "./IconCozPerspectiveCorrect", "./IconCozPinSlash", "./IconCozPalette", "./IconCozNumber", "./IconCozPage", "./IconCozNumberFloBracket", "./IconCozPhoneFill", "./IconCozUnlock", "./IconCozTrashCan", "./IconCozStrikethrough", "./IconCozWorkspaceFill", "./IconCozPin", "./IconCozTeamPermission", "./IconCozTextToImageCn", "./IconCozStringBracket", "./IconCozPagePlus", "./IconCozPaddingBottom", "./IconCozTextToImageEn", "./IconCozLongArrowUp", "./IconCozPaddingLeft", "./IconCozThumbsup", "./IconCozVideoFill", "./IconCozImageFill", "./IconCozVerifyFailed", "./IconCozPluginFill", "./IconCozPinFill", "./IconCozLink", "./IconCozDocComment", "./IconCozElementOfSlash", "./IconCozEarthFill", "./IconCozEasyOut", "./IconCozPortraitStylizationFill", "./IconCozExpansion", "./IconCozEmpty", "./IconCozEdit", "./IconCozPlusFill", "./IconCozUpdateRate", "./IconCozEasyIn", "./IconCozStore", "./IconCozPython", "./IconCozFolderBracket", "./IconCozEye", "./IconCozEyeFill", "./IconCozFireFill", "./IconCozFocus", "./IconCozPuzzleFill", "./IconCozFace", "./IconCozGreater", "./IconCozProperSupersetSlash", "./IconCozStretchRestorationFill", "./IconCozHouseFill", "./IconCozMinusFill", "./IconCozGreaterEqual", "./IconCozHand", "./IconCozFixedSize", "./IconCozSideExpand", "./IconCozSmartphone", "./IconCozStar", "./IconCozSortReverse", "./IconCozMessageCreditFill", "./IconCozHistory", "./IconCozMicrophoneFill", "./IconCozWarningCircleFillPalette", "./IconCozSkill", "./IconCozSideNav", "./IconCozPuzzle", "./IconCozImageOverlayFill", "./IconCozSingleAgent", "./IconCozMessageCredit", "./IconCozRocket", "./IconCozString", "./IconCozTableSetting", "./IconCozSound", "./IconCozRoleFill", "./IconCozSwitch", "./IconCozUnderscore", "./IconCozQuotation", "./IconCozWarningCircleFill", "./IconCozImportFill", "./IconCozSort", "./IconCozMoon", "./IconCozWarningCircle", "./IconCozTable", "./IconCozMatchSlash", "./IconCozDatabaseFill", "./IconCozYoutubeFill", "./IconCozXTwitterFill", "./IconCozParagraph", "./IconCozPieChart", "./IconCozPauseFill", "./IconCozPlayFill", "./IconCozTextStyle", "./IconCozTriangle", "./IconCozEarth", "./IconCozTag", "./IconCozMargin", "./IconCozPaste", "./IconCozStopCircle", "./IconCozPlayground", "./IconCozPhone", "./IconCozPeople", "./IconCozWrenchFill", "./IconCozPlug", "./IconCozSuccessRate", "./IconCozPlayCircle", "./IconCozPauseCircle", "./IconCozInsert", "./IconCozPencil", "./IconCozPlus", "./IconCozPlugin", "./IconCozWalletFill", "./IconCozPlusCircleFillPalette", "./IconCozEllipseFill", "./IconCozPlugFill", "./IconCozPlaygroundFill", "./IconCozFolder", "./IconCozElementOf", "./IconCozFolderFill", "./IconCozPluginCitation", "./IconCozEnvelope", "./IconCozFolderFillMulticolor", "./IconCozPromptOptimize", "./IconCozPlusCircle", "./IconCozProperSubsetSlash", "./IconCozPlayCircleFill", "./IconCozFilter", "./IconCozProperSuperset", "./IconCozFontHeight", "./IconCozPlusCircleFill", "./IconCozWarningSlash", "./IconCozLoading", "./IconCozHamburger", "./IconCozFist", "./IconCozLess", "./IconCozSortPositive", "./IconCozMinusCircleFillPalette", "./IconCozFaceSwapFill", "./IconCozPause", "./IconCozPinSlashFill", "./IconCozDubbleHorizontal", "./IconCozQuotationFill", "./IconCozWebSearchFill", "./IconCozWorkflow", "./IconCozTransSwitch", "./IconCozPencilPaper", "./IconCozVariables", "./IconCozEasyInOut", "./IconCozVerifiedFill", "./IconCozUserPrompt", "./IconCozThinkingDark", "./IconCozThinkingLight", "./IconCozCtrl", "./IconCozCommand", "./IconCozK", "./IconCozHandsoff", "./IconCozCollaborate", "./IconCozLogoLight", "./IconCozLogoDark", "./IconCozLeftlist", "./IconCozRightpanel", "./IconCozAutomation", "./IconCozAutomatic", "./IconCozAlarm", "./IconCozExpert", "./IconCozMenu", "./IconCozCursor", "./IconCozPpt", "./IconCozPodcast", "./IconCozPoster", "./IconCozImageText", "./IconCozAttachment", "./IconCozMention", "./IconCozEnter", "./IconCozRightarrow", "./type"], factory);
|
|
24
|
+
define(["require", "exports", "./IconCozAddNode", "./IconCozAdjust", "./IconCozAlphabeticalReverse", "./IconCozAiFill", "./IconCozAbbreviation", "./IconCozAlphabetical", "./IconCozAlignTop", "./IconCozAppFill", "./IconCozArrowDobbleLeft", "./IconCozArrowDobbleRight", "./IconCozArrowDownFill", "./IconCozArrowLeft", "./IconCozAsynchronousTask", "./IconCozAlignRight", "./IconCozAgentFill", "./IconCozAlignCenterVertical", "./IconCozArrowUpFill", "./IconCozAreaChartFill", "./IconCozArrowLeftFill", "./IconCozAutoHeight", "./IconCozAllFill", "./IconCozAlignBottom", "./IconCozAi", "./IconCozAnalytics", "./IconCozArrowMiddle", "./IconCozArrowUp", "./IconCozAutoLayoutFill", "./IconCozAt", "./IconCozArrowRight", "./IconCozArrowTop", "./IconCozApp", "./IconCozBgRemoveFill", "./IconCozApply", "./IconCozBan", "./IconCozArchive", "./IconCozBgReplaceFill", "./IconCozAlignLeft", "./IconCozArrowBottom", "./IconCozArrowBack", "./IconCozArrowRightFill", "./IconCozBadge", "./IconCozBellSlash", "./IconCozAttribute", "./IconCozArrowForward", "./IconCozArrowDownward", "./IconCozBachelorCapFill", "./IconCozAutoLayout", "./IconCozBinding", "./IconCozBasicFill", "./IconCozBattle", "./IconCozBriefcaseFill", "./IconCozBell", "./IconCozBorderBottom", "./IconCozBooleanBracket", "./IconCozBorder", "./IconCozBold", "./IconCozBorderLeft", "./IconCozBorderRight", "./IconCozBoolean", "./IconCozBraceBracket", "./IconCozBorderTop", "./IconCozBot", "./IconCozBotFill", "./IconCozBuilding", "./IconCozBroom", "./IconCozButton", "./IconCozBracket", "./IconCozCalendarClockFill", "./IconCozBuildingFill", "./IconCozCalendarFill", "./IconCozBrace", "./IconCozChatHashtag", "./IconCozChatFill", "./IconCozCard", "./IconCozCardPencil", "./IconCozChatPlus", "./IconCozChatPeople", "./IconCozCalendar", "./IconCozChatQuote", "./IconCozCalendarClock", "./IconCozChronologicalReverse", "./IconCozCheckMarkCircle", "./IconCozChipFill", "./IconCozChatTwoFill", "./IconCozCode", "./IconCozCheckMarkFill", "./IconCozCheckMark", "./IconCozChatStar", "./IconCozChatSetting", "./IconCozCheckMarkCircleFillPalet", "./IconCozCoin", "./IconCozCoffeeFill", "./IconCozContrastFill", "./IconCozCornerTopRight", "./IconCozCongifure", "./IconCozConnectionStraight", "./IconCozChatThreeFill", "./IconCozCornerTopLeft", "./IconCozCheckMarkCircleFill", "./IconCozCornerBottomLeft", "./IconCozCross", "./IconCozChronological", "./IconCozDocumentAddBottom", "./IconCozDebug", "./IconCozCrossCircle", "./IconCozCornerBottomRight", "./IconCozCodeFill", "./IconCozCorner", "./IconCozClockBracket", "./IconCozChip", "./IconCozCopyCheck", "./IconCozCopyFill", "./IconCozDashboard", "./IconCozCardPlus", "./IconCozConnectionCurve", "./IconCozCompare", "./IconCozClockFill", "./IconCozChatStarFill", "./IconCozContainAsMember", "./IconCozCompass", "./IconCozContentConsistencyFill", "./IconCozExit", "./IconCozCrossCircleFillPalette", "./IconCozEyeClose", "./IconCozGameControllerFill", "./IconCozImageBracket", "./IconCozImageBroken", "./IconCozDiamond", "./IconCozBellSlashFill", "./IconCozImageCompressFill", "./IconCozGoogleDriveFill", "./IconCozDicumentOnline", "./IconCozFontSize", "./IconCozHourglass", "./IconCozBattleFill", "./IconCozAnalyticsFill", "./IconCozDouyinCard", "./IconCozDocumentCode", "./IconCozBellFill", "./IconCozDocumentAddTop", "./IconCozAlignCenterHorizontal", "./IconCozAreaChart", "./IconCozExpand", "./IconCozAutoWidth", "./IconCozEqual", "./IconCozAutoView", "./IconCozChat", "./IconCozDatabaseShare", "./IconCozCropping", "./IconCozCopy", "./IconCozBanner", "./IconCozCrossFill", "./IconCozDiscordFill", "./IconCozDistributeHorizontal", "./IconCozEraser", "./IconCozHandle", "./IconCozEqualSlash", "./IconCozDistributeVertical", "./IconCozImageFusionFill", "./IconCozCrossCircleFill", "./IconCozH3", "./IconCozDubbleVertical", "./IconCozImageExtend", "./IconCozH1", "./IconCozDocument", "./IconCozFunction", "./IconCozImage", "./IconCozDouyinBot", "./IconCozEllipse", "./IconCozHouse", "./IconCozH2", "./IconCozBeautyEnhance", "./IconCozImageflowFill", "./IconCozInfoCircleFill", "./IconCozInfoCircle", "./IconCozLock", "./IconCozLongArrowUpCircle", "./IconCozArrowDown", "./IconCozLinkSlash", "./IconCozJump", "./IconCozLightbulbFill", "./IconCozInputNumber", "./IconCozLineChart", "./IconCozKeyboard", "./IconCozJs", "./IconCozLignSidesVertically", "./IconCozListDisorderVertical", "./IconCozLightning", "./IconCozItalic", "./IconCozImageflow", "./IconCozLightningFill", "./IconCozLightbulb", "./IconCozImport", "./IconCozLarkFill", "./IconCozInfoCircleFillPalette", "./IconCozDesktop", "./IconCozListDisorder", "./IconCozLongArrowLeft", "./IconCozListOrder", "./IconCozComment", "./IconCozDiamondFill", "./IconCozMicrophoneSlashFill", "./IconCozDownload", "./IconCozCoinFill", "./IconCozCompoment", "./IconCozLocation", "./IconCozLongArrowTopRight", "./IconCozList", "./IconCozClock", "./IconCozLockFill", "./IconCozInputSlot", "./IconCozColumnExpand", "./IconCozMarginLeft", "./IconCozMicrophoneSlash", "./IconCozMarginBottom", "./IconCozDashboardFill", "./IconCozRocketFill", "./IconCozMarginRight", "./IconCozNodeCollapse", "./IconCozSetting", "./IconCozMinusCircle", "./IconCozDouyinBotFill", "./IconCozSealFill", "./IconCozMicrophone", "./IconCozMoveToTopFill", "./IconCozMouse", "./IconCozTamplate", "./IconCozSpatialStylizationFill", "./IconCozMemory", "./IconCozShare", "./IconCozLoose", "./IconCozProperSubset", "./IconCozNode", "./IconCozMoveToBottomFill", "./IconCozRectangleSetting", "./IconCozNumberIntBracket", "./IconCozQualityEnhanceFill", "./IconCozRectangle", "./IconCozSeal", "./IconCozScaling", "./IconCozTablet", "./IconCozDuplicate", "./IconCozQuestionMarkCircle", "./IconCozNodeExpand", "./IconCozRefresh", "./IconCozSettingFill", "./IconCozRectangleMap", "./IconCozMore", "./IconCozContext", "./IconCozTemplateFill", "./IconCozNewspaperFill", "./IconCozMinus", "./IconCozNumberBracket", "./IconCozImageArrowUp", "./IconCozSceneFill", "./IconCozMinusCircleFill", "./IconCozMultiAgent", "./IconCozNotionFill", "./IconCozQuestionMarkCircleFill", "./IconCozNodeFill", "./IconCozMagnifier", "./IconCozLongTermMemory", "./IconCozScene", "./IconCozTemplate", "./IconCozReply", "./IconCozScan", "./IconCozSideCollapse", "./IconCozShadow", "./IconCozTelegramFill", "./IconCozSendFill", "./IconCozRotationFill", "./IconCozShell", "./IconCozShadowInner", "./IconCozSdkFill", "./IconCozStoreFill", "./IconCozTextAlignLeft", "./IconCozMusic", "./IconCozSunFill", "./IconCozTextAlignCenter", "./IconCozTeam", "./IconCozStarFill", "./IconCozTextArea", "./IconCozTight", "./IconCozTextAlignRight", "./IconCozSelect", "./IconCozMarkdown", "./IconCozThumbsupFill", "./IconCozThumbdownFill", "./IconCozWorkflowFill", "./IconCozColumnCollapse", "./IconCozTray", "./IconCozTextAlignJustify", "./IconCozTrayArrowUp", "./IconCozTeamPlus", "./IconCozKnowledgeFill", "./IconCozDatabase", "./IconCozTrigger", "./IconCozUpload", "./IconCozKnowledge", "./IconCozText", "./IconCozUserPermission", "./IconCozMatch", "./IconCozContent", "./IconCozUpdate", "./IconCozThumbdown", "./IconCozVerified", "./IconCozModelFill", "./IconCozVolume", "./IconCozMinimize", "./IconCozDocumentFill", "./IconCozWarning", "./IconCozMarginTop", "./IconCozPaddingTop", "./IconCozWechatFill", "./IconCozModel", "./IconCozPaddingRight", "./IconCozOfficialFill", "./IconCozSun", "./IconCozNumberFlo", "./IconCozNumberInt", "./IconCozLinkFill", "./IconCozMoonFill", "./IconCozTeamFill", "./IconCozLignSidesHorizontally", "./IconCozPeopleFill", "./IconCozWorkspace", "./IconCozWallet", "./IconCozPadding", "./IconCozVolumeSlash", "./IconCozOriginalSize", "./IconCozPageArrowUp", "./IconCozLessEqual", "./IconCozSoundFill", "./IconCozTab", "./IconCozTrayFill", "./IconCozLine", "./IconCozContainAsMemberSlash", "./IconCozVideo", "./IconCozPauseCircleFill", "./IconCozPay", "./IconCozPerspectiveCorrect", "./IconCozPinSlash", "./IconCozPalette", "./IconCozNumber", "./IconCozPage", "./IconCozNumberFloBracket", "./IconCozPhoneFill", "./IconCozUnlock", "./IconCozTrashCan", "./IconCozStrikethrough", "./IconCozWorkspaceFill", "./IconCozPin", "./IconCozTeamPermission", "./IconCozTextToImageCn", "./IconCozStringBracket", "./IconCozPagePlus", "./IconCozPaddingBottom", "./IconCozTextToImageEn", "./IconCozLongArrowUp", "./IconCozPaddingLeft", "./IconCozThumbsup", "./IconCozVideoFill", "./IconCozImageFill", "./IconCozVerifyFailed", "./IconCozPluginFill", "./IconCozPinFill", "./IconCozLink", "./IconCozDocComment", "./IconCozElementOfSlash", "./IconCozEarthFill", "./IconCozEasyOut", "./IconCozPortraitStylizationFill", "./IconCozExpansion", "./IconCozEmpty", "./IconCozEdit", "./IconCozPlusFill", "./IconCozUpdateRate", "./IconCozEasyIn", "./IconCozStore", "./IconCozPython", "./IconCozFolderBracket", "./IconCozEye", "./IconCozEyeFill", "./IconCozFireFill", "./IconCozFocus", "./IconCozPuzzleFill", "./IconCozFace", "./IconCozGreater", "./IconCozProperSupersetSlash", "./IconCozStretchRestorationFill", "./IconCozHouseFill", "./IconCozMinusFill", "./IconCozGreaterEqual", "./IconCozHand", "./IconCozFixedSize", "./IconCozSideExpand", "./IconCozSmartphone", "./IconCozStar", "./IconCozSortReverse", "./IconCozMessageCreditFill", "./IconCozHistory", "./IconCozMicrophoneFill", "./IconCozWarningCircleFillPalette", "./IconCozSkill", "./IconCozSideNav", "./IconCozPuzzle", "./IconCozImageOverlayFill", "./IconCozSingleAgent", "./IconCozMessageCredit", "./IconCozRocket", "./IconCozString", "./IconCozTableSetting", "./IconCozSound", "./IconCozRoleFill", "./IconCozSwitch", "./IconCozUnderscore", "./IconCozQuotation", "./IconCozWarningCircleFill", "./IconCozImportFill", "./IconCozSort", "./IconCozMoon", "./IconCozWarningCircle", "./IconCozTable", "./IconCozMatchSlash", "./IconCozDatabaseFill", "./IconCozYoutubeFill", "./IconCozXTwitterFill", "./IconCozParagraph", "./IconCozPieChart", "./IconCozPauseFill", "./IconCozPlayFill", "./IconCozTextStyle", "./IconCozTriangle", "./IconCozEarth", "./IconCozTag", "./IconCozMargin", "./IconCozPaste", "./IconCozStopCircle", "./IconCozPlayground", "./IconCozPhone", "./IconCozPeople", "./IconCozWrenchFill", "./IconCozPlug", "./IconCozSuccessRate", "./IconCozPlayCircle", "./IconCozPauseCircle", "./IconCozInsert", "./IconCozPencil", "./IconCozPlus", "./IconCozPlugin", "./IconCozWalletFill", "./IconCozPlusCircleFillPalette", "./IconCozEllipseFill", "./IconCozPlugFill", "./IconCozPlaygroundFill", "./IconCozFolder", "./IconCozElementOf", "./IconCozFolderFill", "./IconCozPluginCitation", "./IconCozEnvelope", "./IconCozFolderFillMulticolor", "./IconCozPromptOptimize", "./IconCozPlusCircle", "./IconCozProperSubsetSlash", "./IconCozPlayCircleFill", "./IconCozFilter", "./IconCozProperSuperset", "./IconCozFontHeight", "./IconCozPlusCircleFill", "./IconCozWarningSlash", "./IconCozLoading", "./IconCozHamburger", "./IconCozFist", "./IconCozLess", "./IconCozSortPositive", "./IconCozMinusCircleFillPalette", "./IconCozFaceSwapFill", "./IconCozPause", "./IconCozPinSlashFill", "./IconCozDubbleHorizontal", "./IconCozQuotationFill", "./IconCozWebSearchFill", "./IconCozWorkflow", "./IconCozTransSwitch", "./IconCozPencilPaper", "./IconCozVariables", "./IconCozEasyInOut", "./IconCozVerifiedFill", "./IconCozUserPrompt", "./IconCozThinkingDark", "./IconCozThinkingLight", "./IconCozCtrl", "./IconCozCommand", "./IconCozK", "./IconCozHandsoff", "./IconCozCollaborate", "./IconCozLogoLight", "./IconCozLogoDark", "./IconCozLeftlist", "./IconCozRightpanel", "./IconCozAutomation", "./IconCozAutomatic", "./IconCozAlarm", "./IconCozExpert", "./IconCozMenu", "./IconCozCursor", "./IconCozPpt", "./IconCozPodcast", "./IconCozPoster", "./IconCozImageText", "./IconCozAttachment", "./IconCozMention", "./IconCozEnter", "./IconCozRightarrow", "./IconInformationTipGray", "./IconCamera", "./IconChecked", "./IconClear", "./IconChatTip", "./type"], factory);
|
|
25
25
|
}
|
|
26
26
|
})(function (require, exports) {
|
|
27
27
|
"use strict";
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.IconCozRightarrow = exports.IconCozEnter = exports.IconCozMention = exports.IconCozAttachment = exports.IconCozImageText = exports.IconCozPoster = exports.IconCozPodcast = exports.IconCozPpt = exports.IconCozCursor = exports.IconCozMenu = exports.IconCozExpert = exports.IconCozAlarm = exports.IconCozAutomatic = exports.IconCozAutomation = exports.IconCozRightpanel = exports.IconCozLeftlist = exports.IconCozLogoDark = exports.IconCozLogoLight = exports.IconCozCollaborate = exports.IconCozHandsoff = exports.IconCozK = exports.IconCozCommand = exports.IconCozCtrl = exports.IconCozThinkingLight = exports.IconCozThinkingDark = exports.IconCozUserPrompt = exports.IconCozVerifiedFill = exports.IconCozEasyInOut = exports.IconCozVariables = exports.IconCozPencilPaper = exports.IconCozTransSwitch = exports.IconCozWorkflow = exports.IconCozWebSearchFill = exports.IconCozQuotationFill = exports.IconCozDubbleHorizontal = exports.IconCozPinSlashFill = exports.IconCozPause = exports.IconCozFaceSwapFill = exports.IconCozMinusCircleFillPalette = exports.IconCozSortPositive = exports.IconCozLess = exports.IconCozFist = exports.IconCozHamburger = exports.IconCozLoading = exports.IconCozWarningSlash = exports.IconCozPlusCircleFill = exports.IconCozFontHeight = exports.IconCozProperSuperset = exports.IconCozFilter = exports.IconCozPlayCircleFill = exports.IconCozProperSubsetSlash = exports.IconCozPlusCircle = exports.IconCozPromptOptimize = exports.IconCozFolderFillMulticolor = exports.IconCozEnvelope = exports.IconCozPluginCitation = exports.IconCozFolderFill = exports.IconCozElementOf = exports.IconCozFolder = exports.IconCozPlaygroundFill = exports.IconCozPlugFill = exports.IconCozEllipseFill = exports.IconCozPlusCircleFillPalette = exports.IconCozWalletFill = exports.IconCozPlugin = exports.IconCozPlus = exports.IconCozPencil = exports.IconCozInsert = exports.IconCozPauseCircle = exports.IconCozPlayCircle = exports.IconCozSuccessRate = exports.IconCozPlug = exports.IconCozWrenchFill = exports.IconCozPeople = exports.IconCozPhone = exports.IconCozPlayground = exports.IconCozStopCircle = exports.IconCozPaste = exports.IconCozMargin = exports.IconCozTag = exports.IconCozEarth = exports.IconCozTriangle = exports.IconCozTextStyle = exports.IconCozPlayFill = exports.IconCozPauseFill = exports.IconCozPieChart = exports.IconCozParagraph = exports.IconCozXTwitterFill = exports.IconCozYoutubeFill = exports.IconCozDatabaseFill = exports.IconCozMatchSlash = exports.IconCozTable = exports.IconCozWarningCircle = exports.IconCozMoon = exports.IconCozSort = exports.IconCozImportFill = exports.IconCozWarningCircleFill = exports.IconCozQuotation = exports.IconCozUnderscore = exports.IconCozSwitch = exports.IconCozRoleFill = exports.IconCozSound = exports.IconCozTableSetting = exports.IconCozString = exports.IconCozRocket = exports.IconCozMessageCredit = exports.IconCozSingleAgent = exports.IconCozImageOverlayFill = exports.IconCozPuzzle = exports.IconCozSideNav = exports.IconCozSkill = exports.IconCozWarningCircleFillPalette = exports.IconCozMicrophoneFill = exports.IconCozHistory = exports.IconCozMessageCreditFill = exports.IconCozSortReverse = exports.IconCozStar = exports.IconCozSmartphone = exports.IconCozSideExpand = exports.IconCozFixedSize = exports.IconCozHand = exports.IconCozGreaterEqual = exports.IconCozMinusFill = exports.IconCozHouseFill = exports.IconCozStretchRestorationFill = exports.IconCozProperSupersetSlash = exports.IconCozGreater = exports.IconCozFace = exports.IconCozPuzzleFill = exports.IconCozFocus = exports.IconCozFireFill = exports.IconCozEyeFill = exports.IconCozEye = exports.IconCozFolderBracket = exports.IconCozPython = exports.IconCozStore = exports.IconCozEasyIn = exports.IconCozUpdateRate = exports.IconCozPlusFill = exports.IconCozEdit = exports.IconCozEmpty = exports.IconCozExpansion = exports.IconCozPortraitStylizationFill = exports.IconCozEasyOut = exports.IconCozEarthFill = exports.IconCozElementOfSlash = exports.IconCozDocComment = exports.IconCozLink = exports.IconCozPinFill = exports.IconCozPluginFill = exports.IconCozVerifyFailed = exports.IconCozImageFill = exports.IconCozVideoFill = exports.IconCozThumbsup = exports.IconCozPaddingLeft = exports.IconCozLongArrowUp = exports.IconCozTextToImageEn = exports.IconCozPaddingBottom = exports.IconCozPagePlus = exports.IconCozStringBracket = exports.IconCozTextToImageCn = exports.IconCozTeamPermission = exports.IconCozPin = exports.IconCozWorkspaceFill = exports.IconCozStrikethrough = exports.IconCozTrashCan = exports.IconCozUnlock = exports.IconCozPhoneFill = exports.IconCozNumberFloBracket = exports.IconCozPage = exports.IconCozNumber = exports.IconCozPalette = exports.IconCozPinSlash = exports.IconCozPerspectiveCorrect = exports.IconCozPay = exports.IconCozPauseCircleFill = exports.IconCozVideo = exports.IconCozContainAsMemberSlash = exports.IconCozLine = exports.IconCozTrayFill = exports.IconCozTab = exports.IconCozSoundFill = exports.IconCozLessEqual = exports.IconCozPageArrowUp = exports.IconCozOriginalSize = exports.IconCozVolumeSlash = exports.IconCozPadding = exports.IconCozWallet = exports.IconCozWorkspace = exports.IconCozPeopleFill = exports.IconCozLignSidesHorizontally = exports.IconCozTeamFill = exports.IconCozMoonFill = exports.IconCozLinkFill = exports.IconCozNumberInt = exports.IconCozNumberFlo = exports.IconCozSun = exports.IconCozOfficialFill = exports.IconCozPaddingRight = exports.IconCozModel = exports.IconCozWechatFill = exports.IconCozPaddingTop = exports.IconCozMarginTop = exports.IconCozWarning = exports.IconCozDocumentFill = exports.IconCozMinimize = exports.IconCozVolume = exports.IconCozModelFill = exports.IconCozVerified = exports.IconCozThumbdown = exports.IconCozUpdate = exports.IconCozContent = exports.IconCozMatch = exports.IconCozUserPermission = exports.IconCozText = exports.IconCozKnowledge = exports.IconCozUpload = exports.IconCozTrigger = exports.IconCozDatabase = exports.IconCozKnowledgeFill = exports.IconCozTeamPlus = exports.IconCozTrayArrowUp = exports.IconCozTextAlignJustify = exports.IconCozTray = exports.IconCozColumnCollapse = exports.IconCozWorkflowFill = exports.IconCozThumbdownFill = exports.IconCozThumbsupFill = exports.IconCozMarkdown = exports.IconCozSelect = exports.IconCozTextAlignRight = exports.IconCozTight = exports.IconCozTextArea = exports.IconCozStarFill = exports.IconCozTeam = exports.IconCozTextAlignCenter = exports.IconCozSunFill = exports.IconCozMusic = exports.IconCozTextAlignLeft = exports.IconCozStoreFill = exports.IconCozSdkFill = exports.IconCozShadowInner = exports.IconCozShell = exports.IconCozRotationFill = exports.IconCozSendFill = exports.IconCozTelegramFill = exports.IconCozShadow = exports.IconCozSideCollapse = exports.IconCozScan = exports.IconCozReply = exports.IconCozTemplate = exports.IconCozScene = exports.IconCozLongTermMemory = exports.IconCozMagnifier = exports.IconCozNodeFill = exports.IconCozQuestionMarkCircleFill = exports.IconCozNotionFill = exports.IconCozMultiAgent = exports.IconCozMinusCircleFill = exports.IconCozSceneFill = exports.IconCozImageArrowUp = exports.IconCozNumberBracket = exports.IconCozMinus = exports.IconCozNewspaperFill = exports.IconCozTemplateFill = exports.IconCozContext = exports.IconCozMore = exports.IconCozRectangleMap = exports.IconCozSettingFill = exports.IconCozRefresh = exports.IconCozNodeExpand = exports.IconCozQuestionMarkCircle = exports.IconCozDuplicate = exports.IconCozTablet = exports.IconCozScaling = exports.IconCozSeal = exports.IconCozRectangle = exports.IconCozQualityEnhanceFill = exports.IconCozNumberIntBracket = exports.IconCozRectangleSetting = exports.IconCozMoveToBottomFill = exports.IconCozNode = exports.IconCozProperSubset = exports.IconCozLoose = exports.IconCozShare = exports.IconCozMemory = exports.IconCozSpatialStylizationFill = exports.IconCozTamplate = exports.IconCozMouse = exports.IconCozMoveToTopFill = exports.IconCozMicrophone = exports.IconCozSealFill = exports.IconCozDouyinBotFill = exports.IconCozMinusCircle = exports.IconCozSetting = exports.IconCozNodeCollapse = exports.IconCozMarginRight = exports.IconCozRocketFill = exports.IconCozDashboardFill = exports.IconCozMarginBottom = exports.IconCozMicrophoneSlash = exports.IconCozMarginLeft = exports.IconCozColumnExpand = exports.IconCozInputSlot = exports.IconCozLockFill = exports.IconCozClock = exports.IconCozList = exports.IconCozLongArrowTopRight = exports.IconCozLocation = exports.IconCozCompoment = exports.IconCozCoinFill = exports.IconCozDownload = exports.IconCozMicrophoneSlashFill = exports.IconCozDiamondFill = exports.IconCozComment = exports.IconCozListOrder = exports.IconCozLongArrowLeft = exports.IconCozListDisorder = exports.IconCozDesktop = exports.IconCozInfoCircleFillPalette = exports.IconCozLarkFill = exports.IconCozImport = exports.IconCozLightbulb = exports.IconCozLightningFill = exports.IconCozImageflow = exports.IconCozItalic = exports.IconCozLightning = exports.IconCozListDisorderVertical = exports.IconCozLignSidesVertically = exports.IconCozJs = exports.IconCozKeyboard = exports.IconCozLineChart = exports.IconCozInputNumber = exports.IconCozLightbulbFill = exports.IconCozJump = exports.IconCozLinkSlash = exports.IconCozArrowDown = exports.IconCozLongArrowUpCircle = exports.IconCozLock = exports.IconCozInfoCircle = exports.IconCozInfoCircleFill = exports.IconCozImageflowFill = exports.IconCozBeautyEnhance = exports.IconCozH2 = exports.IconCozHouse = exports.IconCozEllipse = exports.IconCozDouyinBot = exports.IconCozImage = exports.IconCozFunction = exports.IconCozDocument = exports.IconCozH1 = exports.IconCozImageExtend = exports.IconCozDubbleVertical = exports.IconCozH3 = exports.IconCozCrossCircleFill = exports.IconCozImageFusionFill = exports.IconCozDistributeVertical = exports.IconCozEqualSlash = exports.IconCozHandle = exports.IconCozEraser = exports.IconCozDistributeHorizontal = exports.IconCozDiscordFill = exports.IconCozCrossFill = exports.IconCozBanner = exports.IconCozCopy = exports.IconCozCropping = exports.IconCozDatabaseShare = exports.IconCozChat = exports.IconCozAutoView = exports.IconCozEqual = exports.IconCozAutoWidth = exports.IconCozExpand = exports.IconCozAreaChart = exports.IconCozAlignCenterHorizontal = exports.IconCozDocumentAddTop = exports.IconCozBellFill = exports.IconCozDocumentCode = exports.IconCozDouyinCard = exports.IconCozAnalyticsFill = exports.IconCozBattleFill = exports.IconCozHourglass = exports.IconCozFontSize = exports.IconCozDicumentOnline = exports.IconCozGoogleDriveFill = exports.IconCozImageCompressFill = exports.IconCozBellSlashFill = exports.IconCozDiamond = exports.IconCozImageBroken = exports.IconCozImageBracket = exports.IconCozGameControllerFill = exports.IconCozEyeClose = exports.IconCozCrossCircleFillPalette = exports.IconCozExit = exports.IconCozContentConsistencyFill = exports.IconCozCompass = exports.IconCozContainAsMember = exports.IconCozChatStarFill = exports.IconCozClockFill = exports.IconCozCompare = exports.IconCozConnectionCurve = exports.IconCozCardPlus = exports.IconCozDashboard = exports.IconCozCopyFill = exports.IconCozCopyCheck = exports.IconCozChip = exports.IconCozClockBracket = exports.IconCozCorner = exports.IconCozCodeFill = exports.IconCozCornerBottomRight = exports.IconCozCrossCircle = exports.IconCozDebug = exports.IconCozDocumentAddBottom = exports.IconCozChronological = exports.IconCozCross = exports.IconCozCornerBottomLeft = exports.IconCozCheckMarkCircleFill = exports.IconCozCornerTopLeft = exports.IconCozChatThreeFill = exports.IconCozConnectionStraight = exports.IconCozCongifure = exports.IconCozCornerTopRight = exports.IconCozContrastFill = exports.IconCozCoffeeFill = exports.IconCozCoin = exports.IconCozCheckMarkCircleFillPalet = exports.IconCozChatSetting = exports.IconCozChatStar = exports.IconCozCheckMark = exports.IconCozCheckMarkFill = exports.IconCozCode = exports.IconCozChatTwoFill = exports.IconCozChipFill = exports.IconCozCheckMarkCircle = exports.IconCozChronologicalReverse = exports.IconCozCalendarClock = exports.IconCozChatQuote = exports.IconCozCalendar = exports.IconCozChatPeople = exports.IconCozChatPlus = exports.IconCozCardPencil = exports.IconCozCard = exports.IconCozChatFill = exports.IconCozChatHashtag = exports.IconCozBrace = exports.IconCozCalendarFill = exports.IconCozBuildingFill = exports.IconCozCalendarClockFill = exports.IconCozBracket = exports.IconCozButton = exports.IconCozBroom = exports.IconCozBuilding = exports.IconCozBotFill = exports.IconCozBot = exports.IconCozBorderTop = exports.IconCozBraceBracket = exports.IconCozBoolean = exports.IconCozBorderRight = exports.IconCozBorderLeft = exports.IconCozBold = exports.IconCozBorder = exports.IconCozBooleanBracket = exports.IconCozBorderBottom = exports.IconCozBell = exports.IconCozBriefcaseFill = exports.IconCozBattle = exports.IconCozBasicFill = exports.IconCozBinding = exports.IconCozAutoLayout = exports.IconCozBachelorCapFill = exports.IconCozArrowDownward = exports.IconCozArrowForward = exports.IconCozAttribute = exports.IconCozBellSlash = exports.IconCozBadge = exports.IconCozArrowRightFill = exports.IconCozArrowBack = exports.IconCozArrowBottom = exports.IconCozAlignLeft = exports.IconCozBgReplaceFill = exports.IconCozArchive = exports.IconCozBan = exports.IconCozApply = exports.IconCozBgRemoveFill = exports.IconCozApp = exports.IconCozArrowTop = exports.IconCozArrowRight = exports.IconCozAt = exports.IconCozAutoLayoutFill = exports.IconCozArrowUp = exports.IconCozArrowMiddle = exports.IconCozAnalytics = exports.IconCozAi = exports.IconCozAlignBottom = exports.IconCozAllFill = exports.IconCozAutoHeight = exports.IconCozArrowLeftFill = exports.IconCozAreaChartFill = exports.IconCozArrowUpFill = exports.IconCozAlignCenterVertical = exports.IconCozAgentFill = exports.IconCozAlignRight = exports.IconCozAsynchronousTask = exports.IconCozArrowLeft = exports.IconCozArrowDownFill = exports.IconCozArrowDobbleRight = exports.IconCozArrowDobbleLeft = exports.IconCozAppFill = exports.IconCozAlignTop = exports.IconCozAlphabetical = exports.IconCozAbbreviation = exports.IconCozAiFill = exports.IconCozAlphabeticalReverse = exports.IconCozAdjust = exports.IconCozAddNode = void 0;
|
|
29
|
+
exports.IconChatTip = exports.IconClear = exports.IconChecked = exports.IconCamera = exports.IconInformationTipGray = exports.IconCozRightarrow = exports.IconCozEnter = exports.IconCozMention = exports.IconCozAttachment = exports.IconCozImageText = exports.IconCozPoster = exports.IconCozPodcast = exports.IconCozPpt = exports.IconCozCursor = exports.IconCozMenu = exports.IconCozExpert = exports.IconCozAlarm = exports.IconCozAutomatic = exports.IconCozAutomation = exports.IconCozRightpanel = exports.IconCozLeftlist = exports.IconCozLogoDark = exports.IconCozLogoLight = exports.IconCozCollaborate = exports.IconCozHandsoff = exports.IconCozK = exports.IconCozCommand = exports.IconCozCtrl = exports.IconCozThinkingLight = exports.IconCozThinkingDark = exports.IconCozUserPrompt = exports.IconCozVerifiedFill = exports.IconCozEasyInOut = exports.IconCozVariables = exports.IconCozPencilPaper = exports.IconCozTransSwitch = exports.IconCozWorkflow = exports.IconCozWebSearchFill = exports.IconCozQuotationFill = exports.IconCozDubbleHorizontal = exports.IconCozPinSlashFill = exports.IconCozPause = exports.IconCozFaceSwapFill = exports.IconCozMinusCircleFillPalette = exports.IconCozSortPositive = exports.IconCozLess = exports.IconCozFist = exports.IconCozHamburger = exports.IconCozLoading = exports.IconCozWarningSlash = exports.IconCozPlusCircleFill = exports.IconCozFontHeight = exports.IconCozProperSuperset = exports.IconCozFilter = exports.IconCozPlayCircleFill = exports.IconCozProperSubsetSlash = exports.IconCozPlusCircle = exports.IconCozPromptOptimize = exports.IconCozFolderFillMulticolor = exports.IconCozEnvelope = exports.IconCozPluginCitation = exports.IconCozFolderFill = exports.IconCozElementOf = exports.IconCozFolder = exports.IconCozPlaygroundFill = exports.IconCozPlugFill = exports.IconCozEllipseFill = exports.IconCozPlusCircleFillPalette = exports.IconCozWalletFill = exports.IconCozPlugin = exports.IconCozPlus = exports.IconCozPencil = exports.IconCozInsert = exports.IconCozPauseCircle = exports.IconCozPlayCircle = exports.IconCozSuccessRate = exports.IconCozPlug = exports.IconCozWrenchFill = exports.IconCozPeople = exports.IconCozPhone = exports.IconCozPlayground = exports.IconCozStopCircle = exports.IconCozPaste = exports.IconCozMargin = exports.IconCozTag = exports.IconCozEarth = exports.IconCozTriangle = exports.IconCozTextStyle = exports.IconCozPlayFill = exports.IconCozPauseFill = exports.IconCozPieChart = exports.IconCozParagraph = exports.IconCozXTwitterFill = exports.IconCozYoutubeFill = exports.IconCozDatabaseFill = exports.IconCozMatchSlash = exports.IconCozTable = exports.IconCozWarningCircle = exports.IconCozMoon = exports.IconCozSort = exports.IconCozImportFill = exports.IconCozWarningCircleFill = exports.IconCozQuotation = exports.IconCozUnderscore = exports.IconCozSwitch = exports.IconCozRoleFill = exports.IconCozSound = exports.IconCozTableSetting = exports.IconCozString = exports.IconCozRocket = exports.IconCozMessageCredit = exports.IconCozSingleAgent = exports.IconCozImageOverlayFill = exports.IconCozPuzzle = exports.IconCozSideNav = exports.IconCozSkill = exports.IconCozWarningCircleFillPalette = exports.IconCozMicrophoneFill = exports.IconCozHistory = exports.IconCozMessageCreditFill = exports.IconCozSortReverse = exports.IconCozStar = exports.IconCozSmartphone = exports.IconCozSideExpand = exports.IconCozFixedSize = exports.IconCozHand = exports.IconCozGreaterEqual = exports.IconCozMinusFill = exports.IconCozHouseFill = exports.IconCozStretchRestorationFill = exports.IconCozProperSupersetSlash = exports.IconCozGreater = exports.IconCozFace = exports.IconCozPuzzleFill = exports.IconCozFocus = exports.IconCozFireFill = exports.IconCozEyeFill = exports.IconCozEye = exports.IconCozFolderBracket = exports.IconCozPython = exports.IconCozStore = exports.IconCozEasyIn = exports.IconCozUpdateRate = exports.IconCozPlusFill = exports.IconCozEdit = exports.IconCozEmpty = exports.IconCozExpansion = exports.IconCozPortraitStylizationFill = exports.IconCozEasyOut = exports.IconCozEarthFill = exports.IconCozElementOfSlash = exports.IconCozDocComment = exports.IconCozLink = exports.IconCozPinFill = exports.IconCozPluginFill = exports.IconCozVerifyFailed = exports.IconCozImageFill = exports.IconCozVideoFill = exports.IconCozThumbsup = exports.IconCozPaddingLeft = exports.IconCozLongArrowUp = exports.IconCozTextToImageEn = exports.IconCozPaddingBottom = exports.IconCozPagePlus = exports.IconCozStringBracket = exports.IconCozTextToImageCn = exports.IconCozTeamPermission = exports.IconCozPin = exports.IconCozWorkspaceFill = exports.IconCozStrikethrough = exports.IconCozTrashCan = exports.IconCozUnlock = exports.IconCozPhoneFill = exports.IconCozNumberFloBracket = exports.IconCozPage = exports.IconCozNumber = exports.IconCozPalette = exports.IconCozPinSlash = exports.IconCozPerspectiveCorrect = exports.IconCozPay = exports.IconCozPauseCircleFill = exports.IconCozVideo = exports.IconCozContainAsMemberSlash = exports.IconCozLine = exports.IconCozTrayFill = exports.IconCozTab = exports.IconCozSoundFill = exports.IconCozLessEqual = exports.IconCozPageArrowUp = exports.IconCozOriginalSize = exports.IconCozVolumeSlash = exports.IconCozPadding = exports.IconCozWallet = exports.IconCozWorkspace = exports.IconCozPeopleFill = exports.IconCozLignSidesHorizontally = exports.IconCozTeamFill = exports.IconCozMoonFill = exports.IconCozLinkFill = exports.IconCozNumberInt = exports.IconCozNumberFlo = exports.IconCozSun = exports.IconCozOfficialFill = exports.IconCozPaddingRight = exports.IconCozModel = exports.IconCozWechatFill = exports.IconCozPaddingTop = exports.IconCozMarginTop = exports.IconCozWarning = exports.IconCozDocumentFill = exports.IconCozMinimize = exports.IconCozVolume = exports.IconCozModelFill = exports.IconCozVerified = exports.IconCozThumbdown = exports.IconCozUpdate = exports.IconCozContent = exports.IconCozMatch = exports.IconCozUserPermission = exports.IconCozText = exports.IconCozKnowledge = exports.IconCozUpload = exports.IconCozTrigger = exports.IconCozDatabase = exports.IconCozKnowledgeFill = exports.IconCozTeamPlus = exports.IconCozTrayArrowUp = exports.IconCozTextAlignJustify = exports.IconCozTray = exports.IconCozColumnCollapse = exports.IconCozWorkflowFill = exports.IconCozThumbdownFill = exports.IconCozThumbsupFill = exports.IconCozMarkdown = exports.IconCozSelect = exports.IconCozTextAlignRight = exports.IconCozTight = exports.IconCozTextArea = exports.IconCozStarFill = exports.IconCozTeam = exports.IconCozTextAlignCenter = exports.IconCozSunFill = exports.IconCozMusic = exports.IconCozTextAlignLeft = exports.IconCozStoreFill = exports.IconCozSdkFill = exports.IconCozShadowInner = exports.IconCozShell = exports.IconCozRotationFill = exports.IconCozSendFill = exports.IconCozTelegramFill = exports.IconCozShadow = exports.IconCozSideCollapse = exports.IconCozScan = exports.IconCozReply = exports.IconCozTemplate = exports.IconCozScene = exports.IconCozLongTermMemory = exports.IconCozMagnifier = exports.IconCozNodeFill = exports.IconCozQuestionMarkCircleFill = exports.IconCozNotionFill = exports.IconCozMultiAgent = exports.IconCozMinusCircleFill = exports.IconCozSceneFill = exports.IconCozImageArrowUp = exports.IconCozNumberBracket = exports.IconCozMinus = exports.IconCozNewspaperFill = exports.IconCozTemplateFill = exports.IconCozContext = exports.IconCozMore = exports.IconCozRectangleMap = exports.IconCozSettingFill = exports.IconCozRefresh = exports.IconCozNodeExpand = exports.IconCozQuestionMarkCircle = exports.IconCozDuplicate = exports.IconCozTablet = exports.IconCozScaling = exports.IconCozSeal = exports.IconCozRectangle = exports.IconCozQualityEnhanceFill = exports.IconCozNumberIntBracket = exports.IconCozRectangleSetting = exports.IconCozMoveToBottomFill = exports.IconCozNode = exports.IconCozProperSubset = exports.IconCozLoose = exports.IconCozShare = exports.IconCozMemory = exports.IconCozSpatialStylizationFill = exports.IconCozTamplate = exports.IconCozMouse = exports.IconCozMoveToTopFill = exports.IconCozMicrophone = exports.IconCozSealFill = exports.IconCozDouyinBotFill = exports.IconCozMinusCircle = exports.IconCozSetting = exports.IconCozNodeCollapse = exports.IconCozMarginRight = exports.IconCozRocketFill = exports.IconCozDashboardFill = exports.IconCozMarginBottom = exports.IconCozMicrophoneSlash = exports.IconCozMarginLeft = exports.IconCozColumnExpand = exports.IconCozInputSlot = exports.IconCozLockFill = exports.IconCozClock = exports.IconCozList = exports.IconCozLongArrowTopRight = exports.IconCozLocation = exports.IconCozCompoment = exports.IconCozCoinFill = exports.IconCozDownload = exports.IconCozMicrophoneSlashFill = exports.IconCozDiamondFill = exports.IconCozComment = exports.IconCozListOrder = exports.IconCozLongArrowLeft = exports.IconCozListDisorder = exports.IconCozDesktop = exports.IconCozInfoCircleFillPalette = exports.IconCozLarkFill = exports.IconCozImport = exports.IconCozLightbulb = exports.IconCozLightningFill = exports.IconCozImageflow = exports.IconCozItalic = exports.IconCozLightning = exports.IconCozListDisorderVertical = exports.IconCozLignSidesVertically = exports.IconCozJs = exports.IconCozKeyboard = exports.IconCozLineChart = exports.IconCozInputNumber = exports.IconCozLightbulbFill = exports.IconCozJump = exports.IconCozLinkSlash = exports.IconCozArrowDown = exports.IconCozLongArrowUpCircle = exports.IconCozLock = exports.IconCozInfoCircle = exports.IconCozInfoCircleFill = exports.IconCozImageflowFill = exports.IconCozBeautyEnhance = exports.IconCozH2 = exports.IconCozHouse = exports.IconCozEllipse = exports.IconCozDouyinBot = exports.IconCozImage = exports.IconCozFunction = exports.IconCozDocument = exports.IconCozH1 = exports.IconCozImageExtend = exports.IconCozDubbleVertical = exports.IconCozH3 = exports.IconCozCrossCircleFill = exports.IconCozImageFusionFill = exports.IconCozDistributeVertical = exports.IconCozEqualSlash = exports.IconCozHandle = exports.IconCozEraser = exports.IconCozDistributeHorizontal = exports.IconCozDiscordFill = exports.IconCozCrossFill = exports.IconCozBanner = exports.IconCozCopy = exports.IconCozCropping = exports.IconCozDatabaseShare = exports.IconCozChat = exports.IconCozAutoView = exports.IconCozEqual = exports.IconCozAutoWidth = exports.IconCozExpand = exports.IconCozAreaChart = exports.IconCozAlignCenterHorizontal = exports.IconCozDocumentAddTop = exports.IconCozBellFill = exports.IconCozDocumentCode = exports.IconCozDouyinCard = exports.IconCozAnalyticsFill = exports.IconCozBattleFill = exports.IconCozHourglass = exports.IconCozFontSize = exports.IconCozDicumentOnline = exports.IconCozGoogleDriveFill = exports.IconCozImageCompressFill = exports.IconCozBellSlashFill = exports.IconCozDiamond = exports.IconCozImageBroken = exports.IconCozImageBracket = exports.IconCozGameControllerFill = exports.IconCozEyeClose = exports.IconCozCrossCircleFillPalette = exports.IconCozExit = exports.IconCozContentConsistencyFill = exports.IconCozCompass = exports.IconCozContainAsMember = exports.IconCozChatStarFill = exports.IconCozClockFill = exports.IconCozCompare = exports.IconCozConnectionCurve = exports.IconCozCardPlus = exports.IconCozDashboard = exports.IconCozCopyFill = exports.IconCozCopyCheck = exports.IconCozChip = exports.IconCozClockBracket = exports.IconCozCorner = exports.IconCozCodeFill = exports.IconCozCornerBottomRight = exports.IconCozCrossCircle = exports.IconCozDebug = exports.IconCozDocumentAddBottom = exports.IconCozChronological = exports.IconCozCross = exports.IconCozCornerBottomLeft = exports.IconCozCheckMarkCircleFill = exports.IconCozCornerTopLeft = exports.IconCozChatThreeFill = exports.IconCozConnectionStraight = exports.IconCozCongifure = exports.IconCozCornerTopRight = exports.IconCozContrastFill = exports.IconCozCoffeeFill = exports.IconCozCoin = exports.IconCozCheckMarkCircleFillPalet = exports.IconCozChatSetting = exports.IconCozChatStar = exports.IconCozCheckMark = exports.IconCozCheckMarkFill = exports.IconCozCode = exports.IconCozChatTwoFill = exports.IconCozChipFill = exports.IconCozCheckMarkCircle = exports.IconCozChronologicalReverse = exports.IconCozCalendarClock = exports.IconCozChatQuote = exports.IconCozCalendar = exports.IconCozChatPeople = exports.IconCozChatPlus = exports.IconCozCardPencil = exports.IconCozCard = exports.IconCozChatFill = exports.IconCozChatHashtag = exports.IconCozBrace = exports.IconCozCalendarFill = exports.IconCozBuildingFill = exports.IconCozCalendarClockFill = exports.IconCozBracket = exports.IconCozButton = exports.IconCozBroom = exports.IconCozBuilding = exports.IconCozBotFill = exports.IconCozBot = exports.IconCozBorderTop = exports.IconCozBraceBracket = exports.IconCozBoolean = exports.IconCozBorderRight = exports.IconCozBorderLeft = exports.IconCozBold = exports.IconCozBorder = exports.IconCozBooleanBracket = exports.IconCozBorderBottom = exports.IconCozBell = exports.IconCozBriefcaseFill = exports.IconCozBattle = exports.IconCozBasicFill = exports.IconCozBinding = exports.IconCozAutoLayout = exports.IconCozBachelorCapFill = exports.IconCozArrowDownward = exports.IconCozArrowForward = exports.IconCozAttribute = exports.IconCozBellSlash = exports.IconCozBadge = exports.IconCozArrowRightFill = exports.IconCozArrowBack = exports.IconCozArrowBottom = exports.IconCozAlignLeft = exports.IconCozBgReplaceFill = exports.IconCozArchive = exports.IconCozBan = exports.IconCozApply = exports.IconCozBgRemoveFill = exports.IconCozApp = exports.IconCozArrowTop = exports.IconCozArrowRight = exports.IconCozAt = exports.IconCozAutoLayoutFill = exports.IconCozArrowUp = exports.IconCozArrowMiddle = exports.IconCozAnalytics = exports.IconCozAi = exports.IconCozAlignBottom = exports.IconCozAllFill = exports.IconCozAutoHeight = exports.IconCozArrowLeftFill = exports.IconCozAreaChartFill = exports.IconCozArrowUpFill = exports.IconCozAlignCenterVertical = exports.IconCozAgentFill = exports.IconCozAlignRight = exports.IconCozAsynchronousTask = exports.IconCozArrowLeft = exports.IconCozArrowDownFill = exports.IconCozArrowDobbleRight = exports.IconCozArrowDobbleLeft = exports.IconCozAppFill = exports.IconCozAlignTop = exports.IconCozAlphabetical = exports.IconCozAbbreviation = exports.IconCozAiFill = exports.IconCozAlphabeticalReverse = exports.IconCozAdjust = exports.IconCozAddNode = void 0;
|
|
30
30
|
var IconCozAddNode_1 = require("./IconCozAddNode");
|
|
31
31
|
Object.defineProperty(exports, "IconCozAddNode", { enumerable: true, get: function () { return __importDefault(IconCozAddNode_1).default; } });
|
|
32
32
|
var IconCozAdjust_1 = require("./IconCozAdjust");
|
|
@@ -1055,5 +1055,15 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
1055
1055
|
Object.defineProperty(exports, "IconCozEnter", { enumerable: true, get: function () { return __importDefault(IconCozEnter_1).default; } });
|
|
1056
1056
|
var IconCozRightarrow_1 = require("./IconCozRightarrow");
|
|
1057
1057
|
Object.defineProperty(exports, "IconCozRightarrow", { enumerable: true, get: function () { return __importDefault(IconCozRightarrow_1).default; } });
|
|
1058
|
+
var IconInformationTipGray_1 = require("./IconInformationTipGray");
|
|
1059
|
+
Object.defineProperty(exports, "IconInformationTipGray", { enumerable: true, get: function () { return __importDefault(IconInformationTipGray_1).default; } });
|
|
1060
|
+
var IconCamera_1 = require("./IconCamera");
|
|
1061
|
+
Object.defineProperty(exports, "IconCamera", { enumerable: true, get: function () { return __importDefault(IconCamera_1).default; } });
|
|
1062
|
+
var IconChecked_1 = require("./IconChecked");
|
|
1063
|
+
Object.defineProperty(exports, "IconChecked", { enumerable: true, get: function () { return __importDefault(IconChecked_1).default; } });
|
|
1064
|
+
var IconClear_1 = require("./IconClear");
|
|
1065
|
+
Object.defineProperty(exports, "IconClear", { enumerable: true, get: function () { return __importDefault(IconClear_1).default; } });
|
|
1066
|
+
var IconChatTip_1 = require("./IconChatTip");
|
|
1067
|
+
Object.defineProperty(exports, "IconChatTip", { enumerable: true, get: function () { return __importDefault(IconChatTip_1).default; } });
|
|
1058
1068
|
__exportStar(require("./type"), exports);
|
|
1059
1069
|
});
|