@arco-iconbox/react-coze 0.1.45 → 0.1.46

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.
Files changed (41) hide show
  1. package/cjs/IconCozBrowser/index.d.ts +4 -0
  2. package/cjs/IconCozBrowser/index.js +60 -0
  3. package/cjs/IconCozDocument/index.js +3 -3
  4. package/cjs/IconCozScheduling/index.d.ts +4 -0
  5. package/cjs/IconCozScheduling/index.js +59 -0
  6. package/cjs/IconCozTask/index.d.ts +4 -0
  7. package/cjs/IconCozTask/index.js +60 -0
  8. package/cjs/IconCozTerminal/index.d.ts +4 -0
  9. package/cjs/IconCozTerminal/index.js +60 -0
  10. package/cjs/index.d.ts +4 -0
  11. package/cjs/index.js +9 -1
  12. package/dist/icon.min.js +1 -1
  13. package/esm/IconCozBrowser/index.d.ts +4 -0
  14. package/esm/IconCozBrowser/index.js +35 -0
  15. package/esm/IconCozDocument/index.js +3 -3
  16. package/esm/IconCozScheduling/index.d.ts +4 -0
  17. package/esm/IconCozScheduling/index.js +34 -0
  18. package/esm/IconCozTask/index.d.ts +4 -0
  19. package/esm/IconCozTask/index.js +35 -0
  20. package/esm/IconCozTerminal/index.d.ts +4 -0
  21. package/esm/IconCozTerminal/index.js +35 -0
  22. package/esm/index.d.ts +4 -0
  23. package/esm/index.js +4 -0
  24. package/package.json +1 -1
  25. package/src/IconCozBrowser/index.tsx +15 -0
  26. package/src/IconCozDocument/index.tsx +1 -1
  27. package/src/IconCozScheduling/index.tsx +15 -0
  28. package/src/IconCozTask/index.tsx +15 -0
  29. package/src/IconCozTerminal/index.tsx +15 -0
  30. package/src/index.ts +4 -0
  31. package/umd/IconCozBrowser/index.d.ts +4 -0
  32. package/umd/IconCozBrowser/index.js +70 -0
  33. package/umd/IconCozDocument/index.js +3 -3
  34. package/umd/IconCozScheduling/index.d.ts +4 -0
  35. package/umd/IconCozScheduling/index.js +69 -0
  36. package/umd/IconCozTask/index.d.ts +4 -0
  37. package/umd/IconCozTask/index.js +70 -0
  38. package/umd/IconCozTerminal/index.d.ts +4 -0
  39. package/umd/IconCozTerminal/index.js +70 -0
  40. package/umd/index.d.ts +4 -0
  41. package/umd/index.js +10 -2
@@ -61,9 +61,9 @@ var __rest = (this && this.__rest) || function (s, e) {
61
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
62
  var prefix = prefixFromProps || prefixFromContext || 'font';
63
63
  var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
64
- return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-coz_document").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 24 24", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
65
- react_1.default.createElement("path", { d: "M7 8.5C7 7.94772 7.44772 7.5 8 7.5H12C12.5523 7.5 13 7.94772 13 8.5 13 9.05229 12.5523 9.5 12 9.5H8C7.44772 9.5 7 9.05229 7 8.5zM7 12.5C7 11.9477 7.44772 11.5 8 11.5H16C16.5523 11.5 17 11.9477 17 12.5 17 13.0523 16.5523 13.5 16 13.5H8C7.44772 13.5 7 13.0523 7 12.5zM7 16.5C7 15.9477 7.44772 15.5 8 15.5H16C16.5523 15.5 17 15.9477 17 16.5 17 17.0523 16.5523 17.5 16 17.5H8C7.44772 17.5 7 17.0523 7 16.5z" }),
66
- react_1.default.createElement("path", { d: "M3 3C3 1.89543 3.89543 1 5 1H19C20.1046 1 21 1.89543 21 3V21C21 22.1046 20.1046 23 19 23H5C3.89543 23 3 22.1046 3 21V3ZM5 3V21H19V3H5Z" }));
64
+ return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-coz_document").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 20 20", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
65
+ react_1.default.createElement("path", { d: "M11.6667 12.4997C12.1269 12.4997 12.5 12.8728 12.5 13.333 12.5 13.7932 12.1269 14.1663 11.6667 14.1663H6.66667C6.20643 14.1663 5.83333 13.7932 5.83333 13.333 5.83333 12.8728 6.20643 12.4997 6.66667 12.4997H11.6667zM13.3333 8.33301C13.7936 8.33301 14.1667 8.7061 14.1667 9.16634 14.1667 9.62658 13.7936 9.99967 13.3333 9.99967H6.66667C6.20643 9.99967 5.83333 9.62658 5.83333 9.16634 5.83333 8.7061 6.20643 8.33301 6.66667 8.33301H13.3333z", fillOpacity: "1" }),
66
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.5054 0.834635C11.069 0.838669 11.4258 0.854732 11.7692 0.919271C12.4494 1.04713 13.0956 1.31483 13.667 1.7054C13.9454 1.89574 14.2007 2.12713 14.5793 2.49886L14.5833 2.49967L16.25 4.16634L16.2581 4.20784C16.4502 4.42412 16.599 4.61419 16.7269 4.81657C17.0318 5.29912 17.2515 5.83039 17.3771 6.38721C17.4996 6.93033 17.5 7.50602 17.5 8.6569V11.6663C17.5 13.996 17.4997 15.1607 17.1191 16.0796C16.6117 17.3047 15.6384 18.278 14.4132 18.7855C13.4944 19.1661 12.3297 19.1663 10 19.1663C7.81579 19.1663 6.65536 19.1667 5.76172 18.853L5.58675 18.7855C4.4382 18.3097 3.51053 17.4249 2.98096 16.3066L2.88086 16.0796C2.50028 15.1607 2.5 13.996 2.5 11.6663V8.19873C2.5 5.99508 2.49974 4.89311 2.84098 4.01742C3.3491 2.71358 4.38057 1.6821 5.68441 1.17399C6.5601 0.832746 7.66207 0.833008 9.86572 0.833008L10.5054 0.834635ZM9.86572 2.49967C8.74232 2.49967 7.97864 2.50035 7.38444 2.53874C6.80425 2.57622 6.50159 2.64505 6.28988 2.72754C5.42065 3.06628 4.73327 3.75366 4.39453 4.62288C4.31204 4.8346 4.24321 5.13726 4.20573 5.71745C4.16735 6.31165 4.16667 7.07533 4.16667 8.19873V11.6663C4.16667 12.8538 4.16782 13.661 4.21061 14.2884C4.25238 14.9006 4.32846 15.2191 4.42057 15.4416C4.75889 16.2583 5.40801 16.9075 6.22477 17.2458C6.44726 17.3379 6.76575 17.414 7.37793 17.4557C8.00529 17.4985 8.81249 17.4997 10 17.4997C11.1875 17.4997 11.9947 17.4985 12.6221 17.4557C13.2343 17.414 13.5527 17.3379 13.7752 17.2458C14.592 16.9075 15.2411 16.2583 15.5794 15.4416C15.6715 15.2191 15.7476 14.9006 15.7894 14.2884C15.8322 13.661 15.8333 12.8538 15.8333 11.6663V8.6569C15.8333 7.43179 15.8241 7.07415 15.752 6.75423C15.7131 6.58175 15.6595 6.4133 15.5941 6.24967H13.3333C12.4129 6.24967 11.6667 5.50348 11.6667 4.58301V2.60303C11.5988 2.58576 11.5306 2.56961 11.4616 2.55664C11.1919 2.50594 10.8917 2.49967 9.86572 2.49967Z", fillOpacity: "1" }));
67
67
  }
68
68
  var IconCozDocument = react_1.default.forwardRef(IconCozDocumentComponent);
69
69
  exports.default = IconCozDocument;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconCozScheduling: 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 IconCozScheduling;
@@ -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 IconCozSchedulingComponent(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-coz_scheduling").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 20 20", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
65
+ react_1.default.createElement("path", { d: "M5.83366 16.7427V18.3337H5.00033V16.7427H5.83366ZM15.0003 16.7427V18.3337H14.167V16.7427H15.0003ZM16.7427 15.0003V14.167C16.7427 13.3363 16.7397 12.8732 16.6963 12.55C16.6929 12.5245 16.6874 12.5022 16.6841 12.4824C16.6645 12.4791 16.6425 12.4744 16.6173 12.471C16.2941 12.4276 15.831 12.4246 15.0003 12.4246H14.167C13.3363 12.4246 12.8732 12.4276 12.55 12.471C12.5245 12.4745 12.5022 12.4791 12.4824 12.4824C12.4791 12.5022 12.4745 12.5245 12.471 12.55C12.4276 12.8732 12.4246 13.3363 12.4246 14.167V15.0003C12.4246 15.831 12.4276 16.2941 12.471 16.6173C12.4744 16.6425 12.4791 16.6645 12.4824 16.6841C12.5022 16.6874 12.5245 16.6929 12.55 16.6963C12.8732 16.7397 13.3363 16.7427 14.167 16.7427V18.3337C12.6941 18.3337 11.9115 18.3337 11.4172 17.9316L11.3219 17.8454C10.8338 17.3572 10.8337 16.5717 10.8337 15.0003V14.167C10.8337 12.5956 10.8338 11.8101 11.3219 11.3219C11.8101 10.8338 12.5956 10.8337 14.167 10.8337H15.0003C16.5717 10.8337 17.3572 10.8338 17.8454 11.3219C18.3335 11.8101 18.3337 12.5956 18.3337 14.167V15.0003C18.3337 16.5717 18.3335 17.3572 17.8454 17.8454C17.3572 18.3335 16.5717 18.3337 15.0003 18.3337V16.7427C15.831 16.7427 16.2941 16.7397 16.6173 16.6963C16.6425 16.6929 16.6644 16.6874 16.6841 16.6841C16.6874 16.6644 16.6929 16.6425 16.6963 16.6173C16.7397 16.2941 16.7427 15.831 16.7427 15.0003ZM7.57601 15.0003V5.00033C7.57601 4.16968 7.57308 3.70651 7.52962 3.3833C7.52619 3.3578 7.52076 3.33558 7.51742 3.31576C7.49782 3.31246 7.47579 3.30774 7.45068 3.30436C7.12747 3.26091 6.66431 3.25798 5.83366 3.25798H5.00033C4.16968 3.25798 3.70651 3.26091 3.3833 3.30436C3.35785 3.30779 3.33555 3.31242 3.31576 3.31576C3.31242 3.33555 3.30779 3.35785 3.30436 3.3833C3.26091 3.70651 3.25798 4.16968 3.25798 5.00033V15.0003C3.25798 15.831 3.26091 16.2941 3.30436 16.6173C3.30774 16.6425 3.31246 16.6645 3.31576 16.6841C3.33558 16.6874 3.3578 16.6929 3.3833 16.6963C3.70651 16.7397 4.16968 16.7427 5.00033 16.7427V18.3337L3.9611 18.3263C3.1303 18.3053 2.61291 18.2264 2.25049 17.9316L2.15527 17.8454C1.66712 17.3572 1.66699 16.5717 1.66699 15.0003V5.00033C1.66699 3.42898 1.66712 2.64343 2.15527 2.15527C2.64343 1.66712 3.42898 1.66699 5.00033 1.66699H5.83366C7.40501 1.66699 8.19056 1.66712 8.67871 2.15527C9.16687 2.64343 9.16699 3.42898 9.16699 5.00033V15.0003C9.16699 16.5717 9.16687 17.3572 8.67871 17.8454C8.19056 18.3335 7.40501 18.3337 5.83366 18.3337V16.7427C6.66431 16.7427 7.12748 16.7397 7.45068 16.6963C7.47585 16.6929 7.49778 16.6874 7.51742 16.6841C7.52072 16.6644 7.52624 16.6425 7.52962 16.6173C7.57308 16.2941 7.57601 15.831 7.57601 15.0003ZM15.0003 7.57601V9.16699H14.167V7.57601H15.0003ZM16.7427 5.83366V5.00033C16.7427 4.16968 16.7397 3.70651 16.6963 3.3833C16.6929 3.3578 16.6874 3.33558 16.6841 3.31576C16.6645 3.31246 16.6425 3.30774 16.6173 3.30436C16.2941 3.26091 15.831 3.25798 15.0003 3.25798H14.167C13.3363 3.25798 12.8732 3.26091 12.55 3.30436C12.5245 3.30779 12.5022 3.31242 12.4824 3.31576C12.4791 3.33555 12.4745 3.35785 12.471 3.3833C12.4276 3.70651 12.4246 4.16968 12.4246 5.00033V5.83366C12.4246 6.66431 12.4276 7.12748 12.471 7.45068C12.4744 7.47579 12.4791 7.49782 12.4824 7.51742C12.5022 7.52076 12.5245 7.52619 12.55 7.52962C12.8732 7.57308 13.3363 7.57601 14.167 7.57601V9.16699C12.6941 9.16699 11.9115 9.16702 11.4172 8.76497L11.3219 8.67871C10.8338 8.19056 10.8337 7.40501 10.8337 5.83366V5.00033C10.8337 3.42898 10.8338 2.64343 11.3219 2.15527C11.8101 1.66712 12.5956 1.66699 14.167 1.66699H15.0003C16.5717 1.66699 17.3572 1.66712 17.8454 2.15527C18.3335 2.64343 18.3337 3.42898 18.3337 5.00033V5.83366C18.3337 7.40501 18.3335 8.19056 17.8454 8.67871C17.3572 9.16687 16.5717 9.16699 15.0003 9.16699V7.57601C15.831 7.57601 16.2941 7.57308 16.6173 7.52962C16.6425 7.52624 16.6644 7.52072 16.6841 7.51742C16.6874 7.49778 16.6929 7.47585 16.6963 7.45068C16.7397 7.12748 16.7427 6.66431 16.7427 5.83366Z", fillOpacity: "1" }));
66
+ }
67
+ var IconCozScheduling = react_1.default.forwardRef(IconCozSchedulingComponent);
68
+ exports.default = IconCozScheduling;
69
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconCozTask: 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 IconCozTask;
@@ -0,0 +1,70 @@
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 IconCozTaskComponent(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-coz_task").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 20 20", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
65
+ react_1.default.createElement("path", { d: "M10 0.833008C12.3297 0.833008 13.4944 0.833287 14.4132 1.21387C15.6383 1.72135 16.6117 2.69466 17.1191 3.91976C17.4996 4.83856 17.5 6.00358 17.5 8.33301V9.16634H15.8333V8.33301C15.8333 7.1457 15.8322 6.33825 15.7894 5.71094C15.7476 5.09901 15.6715 4.78025 15.5794 4.55778C15.2411 3.74106 14.5919 3.09191 13.7752 2.75358C13.5527 2.66147 13.2342 2.58539 12.6221 2.54362C11.9947 2.50083 11.1875 2.49967 10 2.49967C8.81249 2.49967 8.00529 2.50083 7.37793 2.54362C6.76576 2.58539 6.44726 2.66147 6.22477 2.75358C5.40807 3.09191 4.75887 3.74106 4.42057 4.55778C4.32851 4.78025 4.25236 5.09901 4.21061 5.71094C4.16784 6.33825 4.16667 7.1457 4.16667 8.33301V11.6663C4.16667 12.8537 4.16783 13.6611 4.21061 14.2884C4.25239 14.9004 4.32848 15.2191 4.42057 15.4416C4.75892 16.2582 5.4081 16.9075 6.22477 17.2458C6.44725 17.3379 6.76586 17.414 7.37793 17.4557C7.65542 17.4747 7.96813 17.4838 8.33333 17.4899V19.1566C7.16253 19.1378 6.39505 19.0753 5.76172 18.853L5.58675 18.7855C4.43829 18.3098 3.51055 17.4248 2.98096 16.3066L2.88086 16.0796C2.5003 15.1608 2.5 13.9958 2.5 11.6663V8.33301C2.5 6.14903 2.49976 4.98833 2.81331 4.09473L2.88086 3.91976C3.35659 2.77125 4.24151 1.84355 5.3597 1.31396L5.58675 1.21387C6.5056 0.833287 7.67034 0.833008 10 0.833008Z", fillOpacity: "1" }),
66
+ react_1.default.createElement("path", { d: "M17.6815 11.1479C17.968 10.7878 18.4915 10.728 18.8517 11.0145 19.2119 11.301 19.2716 11.8246 18.9852 12.1847L14.2741 18.1084C13.6474 18.8962 12.4703 18.9528 11.7708 18.2288L9.40023 15.7744C9.08082 15.4434 9.09047 14.9157 9.42139 14.596 9.75244 14.2766 10.2801 14.2863 10.5998 14.6172L12.9696 17.0708 17.6815 11.1479zM13.3333 6.66634C13.7936 6.66634 14.1667 7.03944 14.1667 7.49967 14.1667 7.95991 13.7936 8.33301 13.3333 8.33301H6.66667C6.20643 8.33301 5.83333 7.95991 5.83333 7.49967 5.83333 7.03944 6.20643 6.66634 6.66667 6.66634H13.3333zM10 10.833C10.4602 10.833 10.8333 11.2061 10.8333 11.6663 10.8333 12.1266 10.4602 12.4997 10 12.4997H6.66667C6.20643 12.4997 5.83333 12.1266 5.83333 11.6663 5.83333 11.2061 6.20643 10.833 6.66667 10.833H10z", fillOpacity: "1" }));
67
+ }
68
+ var IconCozTask = react_1.default.forwardRef(IconCozTaskComponent);
69
+ exports.default = IconCozTask;
70
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconCozTerminal: 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 IconCozTerminal;
@@ -0,0 +1,70 @@
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 IconCozTerminalComponent(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-coz_terminal").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 20 20", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
65
+ react_1.default.createElement("path", { d: "M16.7427 10.0003C16.7427 8.41358 16.741 7.32982 16.6654 6.49447C16.5916 5.68093 16.458 5.25971 16.2861 4.96208C15.987 4.44401 15.5566 4.01368 15.0386 3.71452C14.7409 3.54268 14.3197 3.40902 13.5062 3.33529C12.6708 3.2596 11.5871 3.25798 10.0003 3.25798C8.41358 3.25798 7.32982 3.2596 6.49447 3.33529C5.68093 3.40902 5.25971 3.54268 4.96208 3.71452C4.44401 4.01368 4.01368 4.44401 3.71452 4.96208C3.54268 5.25971 3.40902 5.68093 3.33529 6.49447C3.2596 7.32982 3.25798 8.41358 3.25798 10.0003C3.25798 11.5871 3.2596 12.6708 3.33529 13.5062C3.40902 14.3197 3.54268 14.7409 3.71452 15.0386C4.01368 15.5566 4.44401 15.987 4.96208 16.2861C5.25971 16.458 5.68093 16.5916 6.49447 16.6654C7.32982 16.741 8.41358 16.7427 10.0003 16.7427V18.3337C7.0795 18.3337 5.52774 18.3339 4.38916 17.7819L4.16699 17.6639C3.50193 17.2799 2.93528 16.7488 2.51009 16.1128L2.33675 15.8337C1.66691 14.6734 1.66699 13.1157 1.66699 10.0003C1.66699 6.88498 1.66691 5.32724 2.33675 4.16699C2.77559 3.4069 3.4069 2.77559 4.16699 2.33675C5.32724 1.66691 6.88498 1.66699 10.0003 1.66699C13.1157 1.66699 14.6734 1.66691 15.8337 2.33675C16.5938 2.77559 17.2251 3.4069 17.6639 4.16699C18.3337 5.32724 18.3337 6.88498 18.3337 10.0003C18.3337 13.1157 18.3337 14.6734 17.6639 15.8337L17.4906 16.1128C17.0654 16.7488 16.4987 17.2799 15.8337 17.6639L15.6115 17.7819C14.4729 18.3339 12.9212 18.3337 10.0003 18.3337V16.7427C11.5871 16.7427 12.6708 16.741 13.5062 16.6654C14.3197 16.5916 14.7409 16.458 15.0386 16.2861C15.5566 15.987 15.987 15.5566 16.2861 15.0386C16.458 14.7409 16.5916 14.3197 16.6654 13.5062C16.741 12.6708 16.7427 11.5871 16.7427 10.0003Z", fillOpacity: "1" }),
66
+ react_1.default.createElement("path", { d: "M13.3337 12.6257C13.7939 12.6257 14.167 12.9987 14.167 13.459 14.167 13.9192 13.7939 14.2923 13.3337 14.2923H10.0003C9.54009 14.2923 9.16699 13.9192 9.16699 13.459 9.16699 12.9987 9.54009 12.6257 10.0003 12.6257H13.3337zM5.29858 6.25033C5.52869 5.85177 6.03853 5.71508 6.43709 5.94515L9.32365 7.61182C9.58148 7.76068 9.74032 8.03594 9.74032 8.33366 9.74032 8.63138 9.58148 8.90664 9.32365 9.0555L6.43709 10.7222C6.03853 10.9522 5.52869 10.8155 5.29858 10.417 5.06852 10.0184 5.20521 9.50859 5.60376 9.27848L7.2395 8.33366 5.60376 7.38883C5.2052 7.15873 5.06852 6.64889 5.29858 6.25033z", fillOpacity: "1" }));
67
+ }
68
+ var IconCozTerminal = react_1.default.forwardRef(IconCozTerminalComponent);
69
+ exports.default = IconCozTerminal;
70
+ });
package/umd/index.d.ts CHANGED
@@ -543,4 +543,8 @@ export { default as IconCozAspectRatio916 } from './IconCozAspectRatio916';
543
543
  export { default as IconCozAspectRatio169 } from './IconCozAspectRatio169';
544
544
  export { default as IconCozAspectRatio219 } from './IconCozAspectRatio219';
545
545
  export { default as IconCozAiEdit } from './IconCozAiEdit';
546
+ export { default as IconCozTerminal } from './IconCozTerminal';
547
+ export { default as IconCozBrowser } from './IconCozBrowser';
548
+ export { default as IconCozScheduling } from './IconCozScheduling';
549
+ export { default as IconCozTask } from './IconCozTask';
546
550
  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", "./IconInformationTipGray", "./IconCamera", "./IconChecked", "./IconClear", "./IconChatTip", "./IconCozHD", "./IconCozView", "./IconCozReturn", "./IconCozForward", "./IconCozNewtab", "./IconCozSelectedit", "./IconCozMobileAndPC", "./IconCozMatting", "./IconCozSearchImage", "./IconCozCreateCopy", "./IconCozHeightFix", "./IconCozRedraw", "./IconCozLineThin", "./IconCozLineThick", "./IconCozeCollection", "./IconCozMessageQuote", "./IconCozExcel", "./IconCozAspectRatio11", "./IconCozAspectRatio32", "./IconCozAspectRatio23", "./IconCozAspectRatio34", "./IconCozAspectRatio43", "./IconCozAspectRatio916", "./IconCozAspectRatio169", "./IconCozAspectRatio219", "./IconCozAiEdit", "./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", "./IconCozHD", "./IconCozView", "./IconCozReturn", "./IconCozForward", "./IconCozNewtab", "./IconCozSelectedit", "./IconCozMobileAndPC", "./IconCozMatting", "./IconCozSearchImage", "./IconCozCreateCopy", "./IconCozHeightFix", "./IconCozRedraw", "./IconCozLineThin", "./IconCozLineThick", "./IconCozeCollection", "./IconCozMessageQuote", "./IconCozExcel", "./IconCozAspectRatio11", "./IconCozAspectRatio32", "./IconCozAspectRatio23", "./IconCozAspectRatio34", "./IconCozAspectRatio43", "./IconCozAspectRatio916", "./IconCozAspectRatio169", "./IconCozAspectRatio219", "./IconCozAiEdit", "./IconCozTerminal", "./IconCozBrowser", "./IconCozScheduling", "./IconCozTask", "./type"], factory);
25
25
  }
26
26
  })(function (require, exports) {
27
27
  "use strict";
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.IconCozAiEdit = exports.IconCozAspectRatio219 = exports.IconCozAspectRatio169 = exports.IconCozAspectRatio916 = exports.IconCozAspectRatio43 = exports.IconCozAspectRatio34 = exports.IconCozAspectRatio23 = exports.IconCozAspectRatio32 = exports.IconCozAspectRatio11 = exports.IconCozExcel = exports.IconCozMessageQuote = exports.IconCozeCollection = exports.IconCozLineThick = exports.IconCozLineThin = exports.IconCozRedraw = exports.IconCozHeightFix = exports.IconCozCreateCopy = exports.IconCozSearchImage = exports.IconCozMatting = exports.IconCozMobileAndPC = exports.IconCozSelectedit = exports.IconCozNewtab = exports.IconCozForward = exports.IconCozReturn = exports.IconCozView = exports.IconCozHD = 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;
29
+ exports.IconCozTask = exports.IconCozScheduling = exports.IconCozBrowser = exports.IconCozTerminal = exports.IconCozAiEdit = exports.IconCozAspectRatio219 = exports.IconCozAspectRatio169 = exports.IconCozAspectRatio916 = exports.IconCozAspectRatio43 = exports.IconCozAspectRatio34 = exports.IconCozAspectRatio23 = exports.IconCozAspectRatio32 = exports.IconCozAspectRatio11 = exports.IconCozExcel = exports.IconCozMessageQuote = exports.IconCozeCollection = exports.IconCozLineThick = exports.IconCozLineThin = exports.IconCozRedraw = exports.IconCozHeightFix = exports.IconCozCreateCopy = exports.IconCozSearchImage = exports.IconCozMatting = exports.IconCozMobileAndPC = exports.IconCozSelectedit = exports.IconCozNewtab = exports.IconCozForward = exports.IconCozReturn = exports.IconCozView = exports.IconCozHD = 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");
@@ -1117,5 +1117,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
1117
1117
  Object.defineProperty(exports, "IconCozAspectRatio219", { enumerable: true, get: function () { return __importDefault(IconCozAspectRatio219_1).default; } });
1118
1118
  var IconCozAiEdit_1 = require("./IconCozAiEdit");
1119
1119
  Object.defineProperty(exports, "IconCozAiEdit", { enumerable: true, get: function () { return __importDefault(IconCozAiEdit_1).default; } });
1120
+ var IconCozTerminal_1 = require("./IconCozTerminal");
1121
+ Object.defineProperty(exports, "IconCozTerminal", { enumerable: true, get: function () { return __importDefault(IconCozTerminal_1).default; } });
1122
+ var IconCozBrowser_1 = require("./IconCozBrowser");
1123
+ Object.defineProperty(exports, "IconCozBrowser", { enumerable: true, get: function () { return __importDefault(IconCozBrowser_1).default; } });
1124
+ var IconCozScheduling_1 = require("./IconCozScheduling");
1125
+ Object.defineProperty(exports, "IconCozScheduling", { enumerable: true, get: function () { return __importDefault(IconCozScheduling_1).default; } });
1126
+ var IconCozTask_1 = require("./IconCozTask");
1127
+ Object.defineProperty(exports, "IconCozTask", { enumerable: true, get: function () { return __importDefault(IconCozTask_1).default; } });
1120
1128
  __exportStar(require("./type"), exports);
1121
1129
  });