@arco-iconbox/react-coze 0.1.43 → 0.1.44
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/IconCozAspectRatio11/index.js +2 -2
- package/cjs/IconCozAspectRatio169/index.js +2 -2
- package/cjs/IconCozAspectRatio219/index.js +2 -2
- package/cjs/IconCozAspectRatio23/index.d.ts +4 -0
- package/cjs/{IconCozAspectRatio9161 → IconCozAspectRatio23}/index.js +5 -5
- package/cjs/IconCozAspectRatio32/index.d.ts +4 -0
- package/cjs/{Icon23 → IconCozAspectRatio32}/index.js +5 -5
- package/cjs/IconCozAspectRatio34/index.js +2 -2
- package/cjs/IconCozAspectRatio43/index.js +2 -2
- package/cjs/IconCozAspectRatio916/index.js +2 -2
- package/cjs/index.d.ts +4 -5
- package/cjs/index.js +9 -11
- package/dist/icon.min.js +1 -1
- package/esm/IconCozAspectRatio11/index.js +2 -2
- package/esm/IconCozAspectRatio169/index.js +2 -2
- package/esm/IconCozAspectRatio219/index.js +2 -2
- package/esm/IconCozAspectRatio23/index.d.ts +4 -0
- package/esm/{Icon23 → IconCozAspectRatio23}/index.js +5 -5
- package/esm/IconCozAspectRatio32/index.d.ts +4 -0
- package/esm/{IconCozAspectRatio9161 → IconCozAspectRatio32}/index.js +5 -5
- package/esm/IconCozAspectRatio34/index.js +2 -2
- package/esm/IconCozAspectRatio43/index.js +2 -2
- package/esm/IconCozAspectRatio916/index.js +2 -2
- package/esm/index.d.ts +4 -5
- package/esm/index.js +4 -5
- package/package.json +1 -1
- package/src/IconCozAspectRatio11/index.tsx +1 -1
- package/src/IconCozAspectRatio169/index.tsx +1 -1
- package/src/IconCozAspectRatio219/index.tsx +1 -1
- package/src/IconCozAspectRatio23/index.tsx +15 -0
- package/src/IconCozAspectRatio32/index.tsx +15 -0
- package/src/IconCozAspectRatio34/index.tsx +1 -1
- package/src/IconCozAspectRatio43/index.tsx +1 -1
- package/src/IconCozAspectRatio916/index.tsx +1 -1
- package/src/index.ts +4 -5
- package/umd/IconCozAspectRatio11/index.js +2 -2
- package/umd/IconCozAspectRatio169/index.js +2 -2
- package/umd/IconCozAspectRatio219/index.js +2 -2
- package/umd/IconCozAspectRatio23/index.d.ts +4 -0
- package/umd/{IconCozAspectRatio9161 → IconCozAspectRatio23}/index.js +5 -5
- package/umd/IconCozAspectRatio32/index.d.ts +4 -0
- package/umd/{Icon23 → IconCozAspectRatio32}/index.js +5 -5
- package/umd/IconCozAspectRatio34/index.js +2 -2
- package/umd/IconCozAspectRatio43/index.js +2 -2
- package/umd/IconCozAspectRatio916/index.js +2 -2
- package/umd/index.d.ts +4 -5
- package/umd/index.js +10 -12
- package/cjs/Icon23/index.d.ts +0 -4
- package/cjs/Icon32/index.d.ts +0 -4
- package/cjs/Icon32/index.js +0 -59
- package/cjs/IconCozAspectRatio9161/index.d.ts +0 -4
- package/esm/Icon23/index.d.ts +0 -4
- package/esm/Icon32/index.d.ts +0 -4
- package/esm/Icon32/index.js +0 -34
- package/esm/IconCozAspectRatio9161/index.d.ts +0 -4
- package/src/Icon23/index.tsx +0 -15
- package/src/Icon32/index.tsx +0 -15
- package/src/IconCozAspectRatio9161/index.tsx +0 -15
- package/umd/Icon23/index.d.ts +0 -4
- package/umd/Icon32/index.d.ts +0 -4
- package/umd/Icon32/index.js +0 -69
- package/umd/IconCozAspectRatio9161/index.d.ts +0 -4
|
@@ -52,8 +52,8 @@ function IconCozAspectRatio11Component(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_aspect_ratio_1_1").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0
|
|
56
|
-
react_1.default.createElement("path", { d: "M20
|
|
55
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-coz_aspect_ratio_1_1").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: "M20 2C21.1046 2 22 2.89543 22 4V20C22 21.1046 21.1046 22 20 22H4L3.7959 21.9893C2.78722 21.887 2 21.0357 2 20V4C2 2.89543 2.89543 2 4 2H20ZM4 20H20V4H4V20Z", fillOpacity: "1" }));
|
|
57
57
|
}
|
|
58
58
|
var IconCozAspectRatio11 = react_1.default.forwardRef(IconCozAspectRatio11Component);
|
|
59
59
|
exports.default = IconCozAspectRatio11;
|
|
@@ -52,8 +52,8 @@ function IconCozAspectRatio169Component(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_aspect_ratio_16_9").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0
|
|
56
|
-
react_1.default.createElement("path", { d: "M21
|
|
55
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-coz_aspect_ratio_16_9").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: "M21 6C22.1046 6 23 6.89543 23 8V16C23 17.1046 22.1046 18 21 18H3L2.7959 17.9893C1.78722 17.887 1 17.0357 1 16V8C1 6.89543 1.89543 6 3 6H21ZM3 16H21V8H3V16Z", fillOpacity: "1" }));
|
|
57
57
|
}
|
|
58
58
|
var IconCozAspectRatio169 = react_1.default.forwardRef(IconCozAspectRatio169Component);
|
|
59
59
|
exports.default = IconCozAspectRatio169;
|
|
@@ -52,8 +52,8 @@ function IconCozAspectRatio219Component(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_aspect_ratio_21_9").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0
|
|
56
|
-
react_1.default.createElement("path", { d: "M21
|
|
55
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-coz_aspect_ratio_21_9").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: "M21 7C22.1046 7 23 7.89543 23 9V15C23 16.1046 22.1046 17 21 17H3L2.7959 16.9893C1.78722 16.887 1 16.0357 1 15V9C1 7.89543 1.89543 7 3 7H21ZM3 15H21V9H3V15Z", fillOpacity: "1" }));
|
|
57
57
|
}
|
|
58
58
|
var IconCozAspectRatio219 = react_1.default.forwardRef(IconCozAspectRatio219Component);
|
|
59
59
|
exports.default = IconCozAspectRatio219;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconCozAspectRatio23: 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 IconCozAspectRatio23;
|
|
@@ -47,13 +47,13 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
47
47
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
48
48
|
var react_1 = __importStar(require("react"));
|
|
49
49
|
var context_1 = require("../context");
|
|
50
|
-
function
|
|
50
|
+
function IconCozAspectRatio23Component(props, ref) {
|
|
51
51
|
var prefixFromContext = (0, react_1.useContext)(context_1.Context).prefix;
|
|
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-
|
|
56
|
-
react_1.default.createElement("path", { d: "
|
|
55
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-coz_aspect_ratio_2-3").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: "M17.3327 21V23H6.66604V21H17.3327ZM17.3327 3H6.66604V23C5.59601 23 4.72207 22.1597 4.66846 21.103L4.66602 21V3C4.66602 1.92998 5.5063 1.05606 6.56301 1.00244L6.66604 1H17.3327C18.4372 1 19.3327 1.89543 19.3327 3V21C19.3327 22.1046 18.4372 23 17.3327 23V3Z", fillOpacity: "1" }));
|
|
57
57
|
}
|
|
58
|
-
var
|
|
59
|
-
exports.default =
|
|
58
|
+
var IconCozAspectRatio23 = react_1.default.forwardRef(IconCozAspectRatio23Component);
|
|
59
|
+
exports.default = IconCozAspectRatio23;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconCozAspectRatio32: 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 IconCozAspectRatio32;
|
|
@@ -47,13 +47,13 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
47
47
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
48
48
|
var react_1 = __importStar(require("react"));
|
|
49
49
|
var context_1 = require("../context");
|
|
50
|
-
function
|
|
50
|
+
function IconCozAspectRatio32Component(props, ref) {
|
|
51
51
|
var prefixFromContext = (0, react_1.useContext)(context_1.Context).prefix;
|
|
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-2
|
|
56
|
-
react_1.default.createElement("path", { d: "
|
|
55
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-coz_aspect_ratio_3-2").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.99827 17.3335L0.998294 17.3335L0.998295 6.66699L2.99827 6.66699L2.99827 17.3335ZM20.9981 17.3335L20.9981 6.66699L0.998295 6.66699C0.998296 5.59697 1.83857 4.72305 2.89525 4.66943L2.99827 4.66699L20.9981 4.66699C22.0681 4.66699 22.942 5.50727 22.9956 6.56396L22.998 6.66699L22.998 17.3335C22.998 18.4381 22.1026 19.3335 20.9981 19.3335L2.99827 19.3335C1.89371 19.3335 0.998294 18.4381 0.998294 17.3335L20.9981 17.3335Z", fillOpacity: "1" }));
|
|
57
57
|
}
|
|
58
|
-
var
|
|
59
|
-
exports.default =
|
|
58
|
+
var IconCozAspectRatio32 = react_1.default.forwardRef(IconCozAspectRatio32Component);
|
|
59
|
+
exports.default = IconCozAspectRatio32;
|
|
@@ -52,8 +52,8 @@ function IconCozAspectRatio34Component(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_aspect_ratio_3_4").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0
|
|
56
|
-
react_1.default.createElement("path", { d: "M18
|
|
55
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-coz_aspect_ratio_3_4").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: "M18 1C19.1046 1 20 1.89543 20 3V21C20 22.1046 19.1046 23 18 23H6C4.89543 23 4 22.1046 4 21V3C4 1.89543 4.89543 1 6 1H18ZM6 21H18V3H6V21Z", fillOpacity: "1" }));
|
|
57
57
|
}
|
|
58
58
|
var IconCozAspectRatio34 = react_1.default.forwardRef(IconCozAspectRatio34Component);
|
|
59
59
|
exports.default = IconCozAspectRatio34;
|
|
@@ -52,8 +52,8 @@ function IconCozAspectRatio43Component(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_aspect_ratio_4_3").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0
|
|
56
|
-
react_1.default.createElement("path", { d: "M21
|
|
55
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-coz_aspect_ratio_4_3").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: "M21 4C22.1046 4 23 4.89543 23 6V18C23 19.1046 22.1046 20 21 20H3L2.7959 19.9893C1.78722 19.887 1 19.0357 1 18V6C1 4.89543 1.89543 4 3 4H21ZM3 18H21V6H3V18Z", fillOpacity: "1" }));
|
|
57
57
|
}
|
|
58
58
|
var IconCozAspectRatio43 = react_1.default.forwardRef(IconCozAspectRatio43Component);
|
|
59
59
|
exports.default = IconCozAspectRatio43;
|
|
@@ -52,8 +52,8 @@ function IconCozAspectRatio916Component(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_aspect_ratio_9_16").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0
|
|
56
|
-
react_1.default.createElement("path", { d: "M16
|
|
55
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-coz_aspect_ratio_9_16").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: "M16 1C17.1046 1 18 1.89543 18 3V21C18 22.1046 17.1046 23 16 23H8L7.7959 22.9893C6.78722 22.887 6 22.0357 6 21V3C6 1.89543 6.89543 1 8 1H16ZM8 21H16V3H8V21Z", fillOpacity: "1" }));
|
|
57
57
|
}
|
|
58
58
|
var IconCozAspectRatio916 = react_1.default.forwardRef(IconCozAspectRatio916Component);
|
|
59
59
|
exports.default = IconCozAspectRatio916;
|
package/cjs/index.d.ts
CHANGED
|
@@ -535,12 +535,11 @@ export { default as IconCozeCollection } from './IconCozeCollection';
|
|
|
535
535
|
export { default as IconCozMessageQuote } from './IconCozMessageQuote';
|
|
536
536
|
export { default as IconCozExcel } from './IconCozExcel';
|
|
537
537
|
export { default as IconCozAspectRatio11 } from './IconCozAspectRatio11';
|
|
538
|
-
export { default as
|
|
538
|
+
export { default as IconCozAspectRatio32 } from './IconCozAspectRatio32';
|
|
539
|
+
export { default as IconCozAspectRatio23 } from './IconCozAspectRatio23';
|
|
540
|
+
export { default as IconCozAspectRatio34 } from './IconCozAspectRatio34';
|
|
539
541
|
export { default as IconCozAspectRatio43 } from './IconCozAspectRatio43';
|
|
540
542
|
export { default as IconCozAspectRatio916 } from './IconCozAspectRatio916';
|
|
541
|
-
export { default as
|
|
542
|
-
export { default as IconCozAspectRatio9161 } from './IconCozAspectRatio9161';
|
|
543
|
+
export { default as IconCozAspectRatio169 } from './IconCozAspectRatio169';
|
|
543
544
|
export { default as IconCozAspectRatio219 } from './IconCozAspectRatio219';
|
|
544
|
-
export { default as Icon23 } from './Icon23';
|
|
545
|
-
export { default as Icon32 } from './Icon32';
|
|
546
545
|
export * from './type';
|
package/cjs/index.js
CHANGED
|
@@ -27,7 +27,7 @@ exports.IconCozStrikethrough = exports.IconCozTrashCan = exports.IconCozUnlock =
|
|
|
27
27
|
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 = void 0;
|
|
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
|
-
exports.
|
|
30
|
+
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
31
|
var IconCozAddNode_1 = require("./IconCozAddNode");
|
|
32
32
|
Object.defineProperty(exports, "IconCozAddNode", { enumerable: true, get: function () { return __importDefault(IconCozAddNode_1).default; } });
|
|
33
33
|
var IconCozAdjust_1 = require("./IconCozAdjust");
|
|
@@ -1102,20 +1102,18 @@ var IconCozExcel_1 = require("./IconCozExcel");
|
|
|
1102
1102
|
Object.defineProperty(exports, "IconCozExcel", { enumerable: true, get: function () { return __importDefault(IconCozExcel_1).default; } });
|
|
1103
1103
|
var IconCozAspectRatio11_1 = require("./IconCozAspectRatio11");
|
|
1104
1104
|
Object.defineProperty(exports, "IconCozAspectRatio11", { enumerable: true, get: function () { return __importDefault(IconCozAspectRatio11_1).default; } });
|
|
1105
|
-
var
|
|
1106
|
-
Object.defineProperty(exports, "
|
|
1105
|
+
var IconCozAspectRatio32_1 = require("./IconCozAspectRatio32");
|
|
1106
|
+
Object.defineProperty(exports, "IconCozAspectRatio32", { enumerable: true, get: function () { return __importDefault(IconCozAspectRatio32_1).default; } });
|
|
1107
|
+
var IconCozAspectRatio23_1 = require("./IconCozAspectRatio23");
|
|
1108
|
+
Object.defineProperty(exports, "IconCozAspectRatio23", { enumerable: true, get: function () { return __importDefault(IconCozAspectRatio23_1).default; } });
|
|
1109
|
+
var IconCozAspectRatio34_1 = require("./IconCozAspectRatio34");
|
|
1110
|
+
Object.defineProperty(exports, "IconCozAspectRatio34", { enumerable: true, get: function () { return __importDefault(IconCozAspectRatio34_1).default; } });
|
|
1107
1111
|
var IconCozAspectRatio43_1 = require("./IconCozAspectRatio43");
|
|
1108
1112
|
Object.defineProperty(exports, "IconCozAspectRatio43", { enumerable: true, get: function () { return __importDefault(IconCozAspectRatio43_1).default; } });
|
|
1109
1113
|
var IconCozAspectRatio916_1 = require("./IconCozAspectRatio916");
|
|
1110
1114
|
Object.defineProperty(exports, "IconCozAspectRatio916", { enumerable: true, get: function () { return __importDefault(IconCozAspectRatio916_1).default; } });
|
|
1111
|
-
var
|
|
1112
|
-
Object.defineProperty(exports, "
|
|
1113
|
-
var IconCozAspectRatio9161_1 = require("./IconCozAspectRatio9161");
|
|
1114
|
-
Object.defineProperty(exports, "IconCozAspectRatio9161", { enumerable: true, get: function () { return __importDefault(IconCozAspectRatio9161_1).default; } });
|
|
1115
|
+
var IconCozAspectRatio169_1 = require("./IconCozAspectRatio169");
|
|
1116
|
+
Object.defineProperty(exports, "IconCozAspectRatio169", { enumerable: true, get: function () { return __importDefault(IconCozAspectRatio169_1).default; } });
|
|
1115
1117
|
var IconCozAspectRatio219_1 = require("./IconCozAspectRatio219");
|
|
1116
1118
|
Object.defineProperty(exports, "IconCozAspectRatio219", { enumerable: true, get: function () { return __importDefault(IconCozAspectRatio219_1).default; } });
|
|
1117
|
-
var Icon23_1 = require("./Icon23");
|
|
1118
|
-
Object.defineProperty(exports, "Icon23", { enumerable: true, get: function () { return __importDefault(Icon23_1).default; } });
|
|
1119
|
-
var Icon32_1 = require("./Icon32");
|
|
1120
|
-
Object.defineProperty(exports, "Icon32", { enumerable: true, get: function () { return __importDefault(Icon32_1).default; } });
|
|
1121
1119
|
__exportStar(require("./type"), exports);
|