@arco-iconbox/react-coze 0.1.65 → 0.1.67

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.
@@ -53,7 +53,7 @@ function IconCozExpandComponent(props, ref) {
53
53
  var prefix = prefixFromProps || prefixFromContext || 'font';
54
54
  var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
55
55
  return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-coz_expand").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 }),
56
- react_1.default.createElement("path", { d: "M6.39975 19H9C9.55228 19 10 19.4477 10 20C10 20.5523 9.55228 21 9 21H4C3.72386 21 3.47386 20.8881 3.29289 20.7071C3.11193 20.5262 3 20.2762 3 20V15C3 14.4477 3.44772 14 4 14C4.55228 14 5 14.4477 5 15V17.5713L9.48615 13.0852C9.87072 12.7006 10.4913 12.699 10.8747 13.0848C11.2681 13.4808 11.2748 14.125 10.8801 14.5197L6.39975 19ZM18.9852 6.50005L14.5567 10.9286C14.1683 11.317 13.5395 11.3171 13.1515 10.9283C12.7601 10.5361 12.7575 9.89939 13.1493 9.50758L17.6568 5H14.9852C14.4329 5 13.9852 4.55228 13.9852 4C13.9852 3.44772 14.4329 3 14.9852 3H19.9852C20.2614 3 20.5114 3.11193 20.6923 3.29289C20.8733 3.47386 20.9852 3.72386 20.9852 4V9C20.9852 9.55228 20.5375 10 19.9852 10C19.4329 10 18.9852 9.55228 18.9852 9V6.50005Z" }));
56
+ react_1.default.createElement("path", { d: "M19 12V5H12C11.4477 5 11 4.55228 11 4 11 3.44772 11.4477 3 12 3H20C20.5523 3 21 3.44772 21 4V12C21 12.5523 20.5523 13 20 13 19.4477 13 19 12.5523 19 12zM5 12V19H12C12.5523 19 13 19.4477 13 20 13 20.5523 12.5523 21 12 21H4C3.44772 21 3 20.5523 3 20V12C3 11.4477 3.44772 11 4 11 4.55228 11 5 11.4477 5 12z", fillOpacity: "1" }));
57
57
  }
58
58
  var IconCozExpand = react_1.default.forwardRef(IconCozExpandComponent);
59
59
  exports.default = IconCozExpand;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconCozFont: 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 IconCozFont;
@@ -0,0 +1,59 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
14
+ if (k2 === undefined) k2 = k;
15
+ var desc = Object.getOwnPropertyDescriptor(m, k);
16
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
17
+ desc = { enumerable: true, get: function() { return m[k]; } };
18
+ }
19
+ Object.defineProperty(o, k2, desc);
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ var __rest = (this && this.__rest) || function (s, e) {
37
+ var t = {};
38
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
39
+ t[p] = s[p];
40
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
41
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
42
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
43
+ t[p[i]] = s[p[i]];
44
+ }
45
+ return t;
46
+ };
47
+ Object.defineProperty(exports, "__esModule", { value: true });
48
+ var react_1 = __importStar(require("react"));
49
+ var context_1 = require("../context");
50
+ function IconCozFontComponent(props, ref) {
51
+ var prefixFromContext = (0, react_1.useContext)(context_1.Context).prefix;
52
+ var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? true : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
53
+ var prefix = prefixFromProps || prefixFromContext || 'font';
54
+ var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
55
+ return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-coz_font").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 16 16", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
56
+ react_1.default.createElement("path", { d: "M13.5127 1.0459C13.8949 1.04596 14.2619 1.19758 14.5322 1.46777C14.8024 1.73804 14.954 2.10519 14.9541 2.4873V4.0625C14.954 4.42363 14.6609 4.71667 14.2998 4.7168C13.9387 4.71659 13.6456 4.42358 13.6455 4.0625V2.4873C13.6454 2.45221 13.6312 2.41843 13.6064 2.39355C13.5815 2.36874 13.5479 2.35456 13.5127 2.35449H8.6543V13.6455H10.3623C10.7234 13.6456 11.0165 13.9387 11.0166 14.2998C11.0166 14.661 10.7235 14.954 10.3623 14.9541H5.6377C5.27637 14.9541 4.9834 14.6611 4.9834 14.2998C4.98353 13.9386 5.27646 13.6455 5.6377 13.6455H7.3457V2.35449H2.4873C2.4521 2.3546 2.41846 2.36865 2.39355 2.39355C2.36865 2.41846 2.3546 2.4521 2.35449 2.4873V4.0625C2.35436 4.42363 2.06132 4.71667 1.7002 4.7168C1.33896 4.7168 1.04603 4.42371 1.0459 4.0625V2.4873C1.046 2.10507 1.19749 1.73806 1.46777 1.46777C1.73806 1.19749 2.10507 1.046 2.4873 1.0459H13.5127Z" }));
57
+ }
58
+ var IconCozFont = react_1.default.forwardRef(IconCozFontComponent);
59
+ exports.default = IconCozFont;
@@ -52,9 +52,8 @@ function IconCozFontSizeComponent(props, ref) {
52
52
  var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? true : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
53
53
  var prefix = prefixFromProps || prefixFromContext || 'font';
54
54
  var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
55
- return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-coz_font_size").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 }),
56
- react_1.default.createElement("path", { d: "M2.07483 3.12195C1.52254 3.12195 1.07483 3.56966 1.07483 4.12195C1.07483 4.67423 1.52254 5.12195 2.07483 5.12195H7.16979V19.8781C7.16979 20.4304 7.61751 20.8781 8.16979 20.8781C8.72208 20.8781 9.16979 20.4304 9.16979 19.8781V5.12195H14.2648C14.817 5.12195 15.2648 4.67423 15.2648 4.12195C15.2648 3.56966 14.817 3.12195 14.2648 3.12195H2.07483Z" }),
57
- react_1.default.createElement("path", { d: "M13.3886 10.3991C12.8364 10.3991 12.3886 10.8469 12.3886 11.3991C12.3886 11.9514 12.8364 12.3991 13.3886 12.3991H16.508V19.8781C16.508 20.4304 16.9557 20.8781 17.508 20.8781C18.0602 20.8781 18.508 20.4304 18.508 19.8781V12.3991H21.6273C22.1796 12.3991 22.6273 11.9514 22.6273 11.3991C22.6273 10.8469 22.1796 10.3991 21.6273 10.3991H13.3886Z" }));
55
+ return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-coz_font_size").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 16 16", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
56
+ react_1.default.createElement("path", { d: "M7.07959 1.79395C7.42473 0.982534 8.57529 0.982523 8.92041 1.79395L14.2798 14.4062C14.4236 14.7451 14.266 15.1363 13.9272 15.2803C13.5886 15.4241 13.1973 15.2663 13.0532 14.9277L10.9585 10H5.04053L2.94678 14.9277C2.80268 15.2663 2.41144 15.4241 2.07275 15.2803C1.73396 15.1363 1.57633 14.7451 1.72021 14.4062L7.07959 1.79395ZM5.60791 8.66699H10.3921L7.99951 3.03809L5.60791 8.66699Z" }));
58
57
  }
59
58
  var IconCozFontSize = react_1.default.forwardRef(IconCozFontSizeComponent);
60
59
  exports.default = IconCozFontSize;
package/cjs/index.d.ts CHANGED
@@ -566,4 +566,5 @@ export { default as IconCozClown } from './IconCozClown';
566
566
  export { default as IconCozTrashFillCan } from './IconCozTrashFillCan';
567
567
  export { default as IconCozPinFillSlash } from './IconCozPinFillSlash';
568
568
  export { default as IconCozTagFill } from './IconCozTagFill';
569
+ export { default as IconCozFont } from './IconCozFont';
569
570
  export * from './type';
package/cjs/index.js CHANGED
@@ -28,7 +28,7 @@ exports.IconCozMessageCreditFill = exports.IconCozSortReverse = exports.IconCozS
28
28
  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 = void 0;
29
29
  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 = void 0;
30
30
  exports.IconCozBook = 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 = void 0;
31
- exports.IconCozTagFill = exports.IconCozPinFillSlash = exports.IconCozTrashFillCan = exports.IconCozClown = exports.IconCozLivephoto = exports.IconCozGif = exports.IconCozTabHomeOutline = exports.IconCozTabTaskOutline = exports.IconCozeCollectionFill = exports.IconCozTabCollectOutline = exports.IconCozTabExploreOutline = exports.IconCozGrid = exports.IconCozMultipleChoice = exports.IconCozBarChartVertical = exports.IconCozPaintBucket = exports.IconCozBarChartHorizontal = exports.IconCozPencilStar = exports.IconCozTextShadow = void 0;
31
+ exports.IconCozFont = exports.IconCozTagFill = exports.IconCozPinFillSlash = exports.IconCozTrashFillCan = exports.IconCozClown = exports.IconCozLivephoto = exports.IconCozGif = exports.IconCozTabHomeOutline = exports.IconCozTabTaskOutline = exports.IconCozeCollectionFill = exports.IconCozTabCollectOutline = exports.IconCozTabExploreOutline = exports.IconCozGrid = exports.IconCozMultipleChoice = exports.IconCozBarChartVertical = exports.IconCozPaintBucket = exports.IconCozBarChartHorizontal = exports.IconCozPencilStar = exports.IconCozTextShadow = void 0;
32
32
  var IconCozAddNode_1 = require("./IconCozAddNode");
33
33
  Object.defineProperty(exports, "IconCozAddNode", { enumerable: true, get: function () { return __importDefault(IconCozAddNode_1).default; } });
34
34
  var IconCozAdjust_1 = require("./IconCozAdjust");
@@ -1165,4 +1165,6 @@ var IconCozPinFillSlash_1 = require("./IconCozPinFillSlash");
1165
1165
  Object.defineProperty(exports, "IconCozPinFillSlash", { enumerable: true, get: function () { return __importDefault(IconCozPinFillSlash_1).default; } });
1166
1166
  var IconCozTagFill_1 = require("./IconCozTagFill");
1167
1167
  Object.defineProperty(exports, "IconCozTagFill", { enumerable: true, get: function () { return __importDefault(IconCozTagFill_1).default; } });
1168
+ var IconCozFont_1 = require("./IconCozFont");
1169
+ Object.defineProperty(exports, "IconCozFont", { enumerable: true, get: function () { return __importDefault(IconCozFont_1).default; } });
1168
1170
  __exportStar(require("./type"), exports);