@arco-iconbox/react-coze 0.1.21 → 0.1.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/IconCozImageText/index.d.ts +4 -0
- package/cjs/IconCozImageText/index.js +59 -0
- package/cjs/IconCozPodcast/index.d.ts +4 -0
- package/cjs/IconCozPodcast/index.js +61 -0
- package/cjs/IconCozPoster/index.d.ts +4 -0
- package/cjs/IconCozPoster/index.js +60 -0
- package/cjs/IconCozPpt/index.d.ts +4 -0
- package/cjs/IconCozPpt/index.js +63 -0
- package/cjs/index.d.ts +4 -0
- package/cjs/index.js +9 -1
- package/dist/icon.min.js +1 -1
- package/esm/IconCozImageText/index.d.ts +4 -0
- package/esm/IconCozImageText/index.js +34 -0
- package/esm/IconCozPodcast/index.d.ts +4 -0
- package/esm/IconCozPodcast/index.js +36 -0
- package/esm/IconCozPoster/index.d.ts +4 -0
- package/esm/IconCozPoster/index.js +35 -0
- package/esm/IconCozPpt/index.d.ts +4 -0
- package/esm/IconCozPpt/index.js +38 -0
- package/esm/index.d.ts +4 -0
- package/esm/index.js +4 -0
- package/package.json +1 -1
- package/src/IconCozImageText/index.tsx +15 -0
- package/src/IconCozPodcast/index.tsx +15 -0
- package/src/IconCozPoster/index.tsx +15 -0
- package/src/IconCozPpt/index.tsx +15 -0
- package/src/index.ts +4 -0
- package/umd/IconCozImageText/index.d.ts +4 -0
- package/umd/IconCozImageText/index.js +69 -0
- package/umd/IconCozPodcast/index.d.ts +4 -0
- package/umd/IconCozPodcast/index.js +71 -0
- package/umd/IconCozPoster/index.d.ts +4 -0
- package/umd/IconCozPoster/index.js +70 -0
- package/umd/IconCozPpt/index.d.ts +4 -0
- package/umd/IconCozPpt/index.js +73 -0
- package/umd/index.d.ts +4 -0
- package/umd/index.js +10 -2
|
@@ -0,0 +1,71 @@
|
|
|
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 IconCozPodcastComponent(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_podcast").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: "M14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12Z", fillOpacity: "1" }),
|
|
66
|
+
react_1.default.createElement("path", { d: "M17 12C17 9.23858 14.7614 7 12 7C9.23858 7 7 9.23858 7 12C7 13.2811 7.48028 14.4478 8.27246 15.333C8.64079 15.7445 8.60586 16.3768 8.19434 16.7451C7.80842 17.0903 7.22887 17.0811 6.85449 16.7393L6.78223 16.667L6.58008 16.4307C5.59298 15.2243 5 13.6803 5 12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12C19 13.7921 18.3255 15.4292 17.2178 16.667C16.8495 17.0785 16.2172 17.1133 15.8057 16.7451C15.3941 16.3768 15.3592 15.7445 15.7275 15.333C16.5197 14.4478 17 13.2811 17 12Z", fillOpacity: "1" }),
|
|
67
|
+
react_1.default.createElement("path", { d: "M21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 14.3604 3.90734 16.5073 5.39453 18.1133L5.7002 18.4277L5.76953 18.5029C6.09356 18.8925 6.07625 19.4721 5.71387 19.8418C5.32722 20.2359 4.6941 20.242 4.2998 19.8555C2.26456 17.8602 1 15.0769 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 15.0769 21.7354 17.8602 19.7002 19.8555C19.3059 20.242 18.6728 20.2359 18.2861 19.8418C17.8996 19.4475 17.9057 18.8144 18.2998 18.4277C19.9672 16.7931 21 14.5179 21 12Z", fillOpacity: "1" }));
|
|
68
|
+
}
|
|
69
|
+
var IconCozPodcast = react_1.default.forwardRef(IconCozPodcastComponent);
|
|
70
|
+
exports.default = IconCozPodcast;
|
|
71
|
+
});
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconCozPoster: 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 IconCozPoster;
|
|
@@ -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 IconCozPosterComponent(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_poster").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", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.0004 0.999512C18.0755 0.999518 23.0008 5.92478 23.0008 11.9999C23.0008 13.0948 22.3699 13.8068 21.6273 14.237C20.9416 14.6342 20.0695 14.8515 19.2977 15.0187C19.0517 15.0719 18.8138 15.1215 18.5828 15.1687C18.0294 15.2816 17.5157 15.3855 17.0324 15.5261C16.3394 15.7277 15.9426 15.9453 15.7492 16.1636C15.4635 16.4862 15.2793 16.9462 15.1598 17.5745C15.0745 18.0228 15.0354 18.464 14.9922 18.9421C14.9722 19.1631 14.9516 19.3922 14.9254 19.6335C14.8519 20.3103 14.729 21.1407 14.3184 21.8026C14.0981 22.1576 13.7914 22.4722 13.3738 22.6909C12.9615 22.9067 12.4968 23.0003 12.0004 23.0003C5.92526 23.0003 1 18.075 1 11.9999C1.00001 5.92478 5.92526 0.999512 12.0004 0.999512ZM12.0004 2.9999C7.02983 2.9999 3.0004 7.02935 3.00039 11.9999C3.00039 16.9705 7.02983 20.9999 12.0004 20.9999C12.2489 20.9999 12.3795 20.9537 12.4457 20.919C12.5063 20.8873 12.5617 20.8405 12.6191 20.748C12.7641 20.5143 12.8618 20.1072 12.9367 19.4179C12.9547 19.2522 12.9716 19.0671 12.9895 18.8706C13.0366 18.3517 13.0913 17.7497 13.1957 17.2007C13.3448 16.4168 13.6217 15.5481 14.2516 14.837C14.8398 14.173 15.7088 13.8293 16.4746 13.6065C17.0418 13.4416 17.6812 13.3109 18.2652 13.1917C18.4778 13.1483 18.6828 13.1055 18.8746 13.064C19.6572 12.8945 20.2429 12.7277 20.6254 12.5062C20.951 12.3175 21.0004 12.1764 21.0004 11.9999C21.0004 7.02935 16.9709 2.99991 12.0004 2.9999Z", fillOpacity: "1" }),
|
|
66
|
+
react_1.default.createElement("path", { d: "M10.4868 14.5844C10.4868 15.4128 9.81527 16.0844 8.98684 16.0844 8.15841 16.0844 7.48684 15.4128 7.48684 14.5844 7.48684 13.7559 8.15841 13.0844 8.98684 13.0844 9.81527 13.0844 10.4868 13.7559 10.4868 14.5844zM10.1045 8.53401C10.1045 9.36244 9.43289 10.034 8.60446 10.034 7.77603 10.034 7.10446 9.36244 7.10446 8.53401 7.10446 7.70558 7.77603 7.03401 8.60446 7.03401 9.43289 7.03401 10.1045 7.70558 10.1045 8.53401zM16.4639 8.53401C16.4639 9.36244 15.7923 10.034 14.9639 10.034 14.1354 10.034 13.4639 9.36244 13.4639 8.53401 13.4639 7.70558 14.1354 7.03401 14.9639 7.03401 15.7923 7.03401 16.4639 7.70558 16.4639 8.53401z", fillOpacity: "1" }));
|
|
67
|
+
}
|
|
68
|
+
var IconCozPoster = react_1.default.forwardRef(IconCozPosterComponent);
|
|
69
|
+
exports.default = IconCozPoster;
|
|
70
|
+
});
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconCozPpt: 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 IconCozPpt;
|
|
@@ -0,0 +1,73 @@
|
|
|
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 IconCozPptComponent(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_ppt").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("g", { clipPath: "url(#svg_bf0812cf72__clip0_2300_37637)" },
|
|
66
|
+
react_1.default.createElement("path", { d: "M13 1C19.0751 1 24 5.92487 24 12C24 18.0751 19.0751 23 13 23C9.57921 23 6.52336 21.4383 4.50586 18.9893C2.8867 18.9592 1.89915 18.8314 1.2168 18.2764L1.0459 18.1211C0.277055 17.3523 0.180959 16.1736 0.168945 13.9961L0.166992 13V11C0.166992 8.34846 0.166708 6.93955 0.890625 6.0498L1.0459 5.87891C1.73245 5.19256 2.74555 5.04264 4.50488 5.00977C6.52239 2.56075 9.57926 1 13 1ZM13 3C10.8573 3 8.89026 3.74981 7.34473 5H8.16699C10.9951 5 12.4095 5.00028 13.2881 5.87891C14.1665 6.7576 14.167 8.17183 14.167 11V13C14.167 15.8282 14.1665 17.2424 13.2881 18.1211C12.5193 18.8899 11.3403 18.986 9.16309 18.998L8.16699 19H7.34473C8.89026 20.2502 10.8573 21 13 21C17.9706 21 22 16.9706 22 12C22 7.02944 17.9706 3 13 3ZM6.16699 7C4.6966 7 3.79426 7.00411 3.1416 7.0918C2.55322 7.17091 2.46743 7.2848 2.45996 7.29297C2.45416 7.29877 2.33881 7.37954 2.25879 7.97461C2.17104 8.62731 2.16699 9.52925 2.16699 11V13C2.16699 14.4708 2.17104 15.3727 2.25879 16.0254C2.33881 16.6205 2.45416 16.7012 2.45996 16.707C2.46743 16.7152 2.55322 16.8291 3.1416 16.9082C3.79426 16.9959 4.6966 17 6.16699 17H8.16699C9.63746 17 10.5398 16.9959 11.1924 16.9082C11.7871 16.8282 11.8682 16.7128 11.874 16.707C11.8824 16.6994 11.9962 16.6132 12.0752 16.0254C12.1629 15.3727 12.167 14.4707 12.167 13V11C12.167 9.5293 12.1629 8.6273 12.0752 7.97461C11.9962 7.38678 11.8824 7.30058 11.874 7.29297C11.8682 7.28717 11.7871 7.17181 11.1924 7.0918C10.5398 7.00405 9.63746 7 8.16699 7H6.16699ZM7.35059 8.20898C8.20979 8.20898 8.88852 8.4473 9.38672 8.92383C9.87038 9.39305 10.1122 10.0138 10.1123 10.7861C10.1123 11.5731 9.874 12.1981 9.39746 12.6602C8.89927 13.1295 8.22052 13.3643 7.36133 13.3643H5.9209V14.9404C5.92069 15.4097 5.54051 15.7898 5.07129 15.79C4.60188 15.79 4.22091 15.4098 4.2207 14.9404V9.20898C4.2207 8.6567 4.66842 8.20898 5.2207 8.20898H7.35059ZM5.9209 11.8584H7.33984C7.67197 11.8584 7.93591 11.7649 8.13086 11.5771C8.31835 11.3895 8.41203 11.1296 8.41211 10.7979C8.41211 10.4802 8.31853 10.2268 8.13086 10.0391C7.93591 9.84412 7.67197 9.74707 7.33984 9.74707H5.9209V11.8584Z", fillOpacity: "1" })),
|
|
67
|
+
react_1.default.createElement("defs", null,
|
|
68
|
+
react_1.default.createElement("clipPath", { id: "svg_bf0812cf72__clip0_2300_37637" },
|
|
69
|
+
react_1.default.createElement("path", { d: "M0 0H24V24H0z" }))));
|
|
70
|
+
}
|
|
71
|
+
var IconCozPpt = react_1.default.forwardRef(IconCozPptComponent);
|
|
72
|
+
exports.default = IconCozPpt;
|
|
73
|
+
});
|
package/umd/index.d.ts
CHANGED
|
@@ -504,4 +504,8 @@ export { default as IconCozAlarm } from './IconCozAlarm';
|
|
|
504
504
|
export { default as IconCozExpert } from './IconCozExpert';
|
|
505
505
|
export { default as IconCozMenu } from './IconCozMenu';
|
|
506
506
|
export { default as IconCozCursor } from './IconCozCursor';
|
|
507
|
+
export { default as IconCozPpt } from './IconCozPpt';
|
|
508
|
+
export { default as IconCozPodcast } from './IconCozPodcast';
|
|
509
|
+
export { default as IconCozPoster } from './IconCozPoster';
|
|
510
|
+
export { default as IconCozImageText } from './IconCozImageText';
|
|
507
511
|
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", "./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", "./type"], factory);
|
|
25
25
|
}
|
|
26
26
|
})(function (require, exports) {
|
|
27
27
|
"use strict";
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
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.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");
|
|
@@ -1039,5 +1039,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
1039
1039
|
Object.defineProperty(exports, "IconCozMenu", { enumerable: true, get: function () { return __importDefault(IconCozMenu_1).default; } });
|
|
1040
1040
|
var IconCozCursor_1 = require("./IconCozCursor");
|
|
1041
1041
|
Object.defineProperty(exports, "IconCozCursor", { enumerable: true, get: function () { return __importDefault(IconCozCursor_1).default; } });
|
|
1042
|
+
var IconCozPpt_1 = require("./IconCozPpt");
|
|
1043
|
+
Object.defineProperty(exports, "IconCozPpt", { enumerable: true, get: function () { return __importDefault(IconCozPpt_1).default; } });
|
|
1044
|
+
var IconCozPodcast_1 = require("./IconCozPodcast");
|
|
1045
|
+
Object.defineProperty(exports, "IconCozPodcast", { enumerable: true, get: function () { return __importDefault(IconCozPodcast_1).default; } });
|
|
1046
|
+
var IconCozPoster_1 = require("./IconCozPoster");
|
|
1047
|
+
Object.defineProperty(exports, "IconCozPoster", { enumerable: true, get: function () { return __importDefault(IconCozPoster_1).default; } });
|
|
1048
|
+
var IconCozImageText_1 = require("./IconCozImageText");
|
|
1049
|
+
Object.defineProperty(exports, "IconCozImageText", { enumerable: true, get: function () { return __importDefault(IconCozImageText_1).default; } });
|
|
1042
1050
|
__exportStar(require("./type"), exports);
|
|
1043
1051
|
});
|