@arco-iconbox/react-coze 0.1.68 → 0.1.70
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/IconCozEraser/index.js +2 -2
- package/cjs/IconCozImage/index.js +3 -3
- package/cjs/IconCozQualityEnhanceFill/index.js +2 -3
- package/cjs/IconCozShareFill/index.d.ts +4 -0
- package/cjs/IconCozShareFill/index.js +60 -0
- package/cjs/IconCozVideoFill/index.js +2 -2
- package/cjs/index.d.ts +1 -0
- package/cjs/index.js +3 -1
- package/dist/icon.min.js +1 -1
- package/esm/IconCozEraser/index.js +2 -2
- package/esm/IconCozImage/index.js +3 -3
- package/esm/IconCozQualityEnhanceFill/index.js +2 -3
- package/esm/IconCozShareFill/index.d.ts +4 -0
- package/esm/IconCozShareFill/index.js +35 -0
- package/esm/IconCozVideoFill/index.js +2 -2
- package/esm/index.d.ts +1 -0
- package/esm/index.js +1 -0
- package/package.json +1 -1
- package/src/IconCozEraser/index.tsx +1 -1
- package/src/IconCozImage/index.tsx +1 -1
- package/src/IconCozQualityEnhanceFill/index.tsx +1 -1
- package/src/IconCozShareFill/index.tsx +15 -0
- package/src/IconCozVideoFill/index.tsx +1 -1
- package/src/index.ts +1 -0
- package/umd/IconCozEraser/index.js +2 -2
- package/umd/IconCozImage/index.js +3 -3
- package/umd/IconCozQualityEnhanceFill/index.js +2 -3
- package/umd/IconCozShareFill/index.d.ts +4 -0
- package/umd/IconCozShareFill/index.js +70 -0
- package/umd/IconCozVideoFill/index.js +2 -2
- package/umd/index.d.ts +1 -0
- package/umd/index.js +4 -2
|
@@ -52,8 +52,8 @@ function IconCozEraserComponent(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_eraser").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0
|
|
56
|
-
react_1.default.createElement("path", { d: "
|
|
55
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-coz_eraser").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 20 20", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
|
|
56
|
+
react_1.default.createElement("path", { d: "M13.9204 18.334H7.35693C6.91511 18.3339 6.49071 18.158 6.17822 17.8457L2.01221 13.6787C1.36134 13.0278 1.36134 11.9722 2.01221 11.3213L4.45947 8.87305L13.9204 18.334ZM17.5005 16.667C17.9603 16.6673 18.3333 17.0401 18.3335 17.5C18.3333 17.9599 17.9603 18.3336 17.5005 18.334H16.6665L16.7075 18.293L15.0815 16.667H17.5005ZM10.4878 2.8457C11.1387 2.19483 12.1943 2.19483 12.8452 2.8457L18.4048 8.40527C19.0553 9.05613 19.0554 10.1109 18.4048 10.7617L13.7905 15.376L5.87354 7.45898L10.4878 2.8457Z" }));
|
|
57
57
|
}
|
|
58
58
|
var IconCozEraser = react_1.default.forwardRef(IconCozEraserComponent);
|
|
59
59
|
exports.default = IconCozEraser;
|
|
@@ -52,9 +52,9 @@ function IconCozImageComponent(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_image").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0
|
|
56
|
-
react_1.default.createElement("path", { d: "
|
|
57
|
-
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "
|
|
55
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-coz_image").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 22 22", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
|
|
56
|
+
react_1.default.createElement("path", { d: "M7.67619 6.11499C8.43544 6.11499 9.05095 6.7308 9.05119 7.48999C9.05119 8.24938 8.43559 8.86499 7.67619 8.86499C6.91694 8.86483 6.30119 8.24928 6.30119 7.48999C6.30142 6.73089 6.91708 6.11514 7.67619 6.11499Z" }),
|
|
57
|
+
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11 1.83398C15.3212 1.83398 17.4818 1.83433 18.8242 3.17676C20.1665 4.51919 20.167 6.67988 20.167 11.001C20.167 15.3215 20.1664 17.482 18.8242 18.8242C17.4818 20.1664 15.3209 20.167 11 20.167C6.81462 20.167 4.65596 20.1673 3.30469 18.9473L3.17676 18.8242C1.83439 17.482 1.83398 15.3218 1.83398 11.001C1.83398 6.81534 1.83371 4.656 3.05371 3.30469L3.17676 3.17676C4.51916 1.83462 6.67934 1.83398 11 1.83398ZM14.4141 11.8271C13.6331 11.0467 12.3669 11.0467 11.5859 11.8271L5.39355 18.0186C5.61523 18.0811 5.88415 18.138 6.21582 18.1826C7.31325 18.3301 8.78818 18.334 11 18.334C13.2121 18.334 14.6876 18.3302 15.7852 18.1826C16.8291 18.0423 17.2536 17.8019 17.5273 17.5283C17.8011 17.2546 18.0422 16.8296 18.1826 15.7852C18.1901 15.7293 18.1944 15.6721 18.2012 15.6143L14.4141 11.8271ZM11 3.66699C8.7882 3.66699 7.31325 3.67088 6.21582 3.81836C5.17154 3.9588 4.74645 4.19898 4.47266 4.47266C4.19899 4.74646 3.95879 5.17147 3.81836 6.21582C3.67086 7.31332 3.66699 8.78888 3.66699 11.001C3.66699 13.2128 3.67086 14.6877 3.81836 15.7852C3.8627 16.1148 3.91835 16.3826 3.98047 16.6035L10.1719 10.4131C11.7339 8.85159 14.2661 8.85159 15.8281 10.4131L18.3242 12.9092C18.3296 12.3407 18.333 11.7085 18.333 11.001C18.333 8.78882 18.3302 7.31333 18.1826 6.21582C18.0422 5.17106 17.8011 4.74647 17.5273 4.47266C17.2536 4.19904 16.8293 3.95876 15.7852 3.81836C14.6876 3.67085 13.2122 3.66699 11 3.66699Z" }));
|
|
58
58
|
}
|
|
59
59
|
var IconCozImage = react_1.default.forwardRef(IconCozImageComponent);
|
|
60
60
|
exports.default = IconCozImage;
|
|
@@ -52,9 +52,8 @@ function IconCozQualityEnhanceFillComponent(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_quality_enhance_fill").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0
|
|
56
|
-
react_1.default.createElement("path", { d: "M15.
|
|
57
|
-
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 2C2.79086 2 1 3.79086 1 6V18C1 20.2091 2.79086 22 5 22H19C21.2091 22 23 20.2091 23 18V6C23 3.79086 21.2091 2 19 2H5ZM5.32324 8.51721V16.0145H7.15377V12.9958H10.0218V16.0145H11.8473V8.51721H10.0218V11.4631H7.15377V8.51721H5.32324ZM12.9446 8.51721V16.0145H15.8675C18.0372 16.0145 19.319 14.6169 19.319 12.2217V12.2113C19.319 9.82651 18.0372 8.51721 15.8675 8.51721H12.9446Z" }));
|
|
55
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-coz_quality_enhance_fill").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 20 20", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
|
|
56
|
+
react_1.default.createElement("path", { d: "M15.833 1.66797C17.674 1.66797 19.167 3.16003 19.167 5.00098V15.001C19.167 16.8419 17.674 18.334 15.833 18.334H4.16699C2.32604 18.334 0.833009 16.8419 0.833008 15.001V5.00098C0.833008 3.16003 2.32604 1.66797 4.16699 1.66797H15.833ZM4.43652 13.3467H5.96191V10.8311H8.35156V13.3467H9.87305V7.09863H8.35156V9.55371H5.96191V7.09863H4.43652V13.3467ZM10.7871 13.3467H13.2227C15.0307 13.3467 16.0996 12.1815 16.0996 10.1855V10.1768C16.0995 8.18962 15.0306 7.09863 13.2227 7.09863H10.7871V13.3467ZM13.0234 8.37988C13.9836 8.37991 14.5488 9.01265 14.5488 10.1816V10.1904C14.5487 11.4371 14.0167 12.0644 13.0234 12.0645H12.3125V8.37988H13.0234Z" }));
|
|
58
57
|
}
|
|
59
58
|
var IconCozQualityEnhanceFill = react_1.default.forwardRef(IconCozQualityEnhanceFillComponent);
|
|
60
59
|
exports.default = IconCozQualityEnhanceFill;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconCozShareFill: 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 IconCozShareFill;
|
|
@@ -0,0 +1,60 @@
|
|
|
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 IconCozShareFillComponent(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_share_fill").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 20 20", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
|
|
56
|
+
react_1.default.createElement("path", { d: "M10.0971 1.74007C10.1213 1.73201 10.1484 1.72117 10.1785 1.71322L10.1989 1.70752L10.2249 1.70182L10.2363 1.69857C10.2685 1.69143 10.2951 1.68758 10.303 1.68636C10.3049 1.68607 10.3079 1.68555 10.3079 1.68555C10.3079 1.68555 10.3022 1.68668 10.2949 1.68799C10.3308 1.68152 10.3752 1.67453 10.4251 1.67008L10.5171 1.66602L10.657 1.66927L10.7449 1.67741L10.8768 1.70182L10.8808 1.70264C10.8841 1.70336 10.8916 1.7049 10.8995 1.70671L10.9769 1.72705L11.1054 1.77507H11.1087L11.1909 1.81006L11.2853 1.86214C11.2877 1.86359 11.29 1.86509 11.2918 1.86621L11.4546 1.97445L11.4725 1.98828L11.5384 2.04118L11.5872 2.0835L18.6209 8.69727L18.7544 8.83805C19.0418 9.17935 19.1669 9.60511 19.167 9.99854C19.167 10.4482 19.0041 10.9409 18.6217 11.3006L11.5872 17.9136C11.4615 18.0317 11.3235 18.1231 11.1795 18.1911L11.1803 18.1919C11.1389 18.2115 11.1022 18.2229 11.077 18.231C11.0846 18.2284 11.0938 18.227 11.103 18.2236L11.1624 18.1992C11.1393 18.2098 11.11 18.2226 11.0761 18.2358L10.9614 18.2749C10.9278 18.2847 10.8997 18.2903 10.8882 18.2928C10.8851 18.2935 10.8826 18.2949 10.8808 18.2952H10.8792L10.736 18.3213C10.6973 18.3262 10.6653 18.3279 10.6505 18.3286C10.6438 18.3289 10.6351 18.3294 10.6351 18.3294H10.4878C10.4632 18.3283 10.4421 18.328 10.43 18.327L10.4292 18.3262L10.2623 18.3026L10.1858 18.2847C10.1537 18.2763 10.1104 18.2643 10.0621 18.2472L9.96368 18.209L9.85707 18.1577L9.77162 18.1089L9.66501 18.0373L9.60398 17.9909L9.48191 17.881L9.47865 17.8778L9.4461 17.8452L9.36228 17.7484C9.3552 17.7397 9.32393 17.7021 9.29392 17.6597C9.27863 17.638 9.26609 17.6185 9.25811 17.606C9.254 17.5995 9.25003 17.5937 9.24753 17.5897L9.24265 17.5807C9.24265 17.5807 9.24063 17.5787 9.23777 17.5742C9.23541 17.5705 9.23117 17.5632 9.22637 17.5555L9.18324 17.4823C9.15667 17.4329 9.1364 17.3872 9.12221 17.3545C9.12588 17.3627 9.12867 17.3689 9.13034 17.3724C9.12821 17.3681 9.12423 17.36 9.11976 17.3504C9.11549 17.3413 9.11032 17.329 9.1043 17.3146L9.09861 17.3016C9.09454 17.292 9.0901 17.2821 9.0864 17.2723C9.03525 17.1371 9.0011 16.9951 8.98305 16.8499L8.97816 16.7962L8.97002 16.6611C8.96906 16.6449 8.9684 16.6286 8.9684 16.6123V14.3581C8.70968 14.3523 8.4838 14.3478 8.27341 14.3459L7.88197 14.3467C7.37857 14.3547 7.03934 14.3977 6.67266 14.5135L6.49688 14.5745L6.22344 14.6828C4.88823 15.2511 3.98587 16.2095 3.49476 16.9492L3.3906 17.112L3.38978 17.1112C2.99278 17.7445 2.3355 17.8265 1.89564 17.7142L1.81019 17.689C1.37121 17.5417 0.815744 17.0655 0.834444 16.2526V16.2453L0.85072 15.7163L0.851534 15.709L0.875948 15.2093C1.02407 12.6999 1.54674 10.0576 3.20098 8.37826L3.21075 8.36849L3.3906 8.1919L3.58184 8.0153C5.22984 6.54404 7.03172 6.18391 8.9684 6.09554V3.38558L8.97002 3.33594L8.97816 3.20085L8.98305 3.14795C8.99228 3.07372 9.0059 3.00138 9.02292 2.93229L9.04164 2.86475L9.09128 2.71501L9.11 2.67106L9.11325 2.66211L9.17836 2.52458C9.18911 2.50431 9.19884 2.48745 9.20521 2.47656C9.20844 2.47105 9.21147 2.46589 9.21335 2.46273C9.21562 2.45891 9.21654 2.45771 9.21742 2.45622L9.29148 2.34066L9.33542 2.28125L9.42901 2.17139L9.43064 2.16895C9.43212 2.16731 9.43601 2.16389 9.43959 2.15999C9.44681 2.15212 9.45968 2.13743 9.47621 2.12093L9.57956 2.02734C9.58377 2.02362 9.58904 2.0178 9.59502 2.0127C9.60531 2.00393 9.61949 1.99235 9.63653 1.97933L9.7171 1.92318C9.72138 1.92045 9.72704 1.91778 9.73012 1.91585C9.7803 1.8829 9.82883 1.85529 9.87416 1.83203L9.91485 1.81087C9.93637 1.80017 9.97072 1.78417 10.0125 1.76774C10.0345 1.75912 10.0547 1.75191 10.0719 1.74658L10.0833 1.74333C10.0757 1.74561 10.0677 1.74933 10.0589 1.75228C10.0694 1.74845 10.0817 1.74527 10.0947 1.74089C10.1026 1.73867 10.1096 1.73596 10.1159 1.73438L10.0971 1.74007ZM10.6351 6.90446C10.6351 7.35996 10.2694 7.73115 9.81394 7.73779C7.58891 7.76999 5.99894 8.01365 4.54864 9.39063L4.38832 9.54769L4.27032 9.67302C3.12709 10.9374 2.66213 13.0376 2.53285 15.4486C3.25378 14.5613 4.37089 13.5815 5.91989 13.0104L5.93617 13.0047L6.14206 12.9339L6.16159 12.9274L6.37481 12.8647C6.86649 12.7318 7.32621 12.6893 7.85512 12.6808L8.27667 12.6792C8.71657 12.6832 9.21641 12.7001 9.81312 12.7085L9.89776 12.7134C10.3133 12.7611 10.6349 13.114 10.6351 13.541V16.5203L17.4791 10.0864L17.4881 10.0693C17.4947 10.0525 17.5003 10.0277 17.5003 9.99854C17.5003 9.9693 17.4947 9.94448 17.4881 9.92774C17.4843 9.9181 17.4805 9.91334 17.4791 9.91146L10.6351 3.47673V6.90446ZM9.57224 2.03304C9.57045 2.03465 9.56817 2.03711 9.56817 2.03711C9.56817 2.03711 9.57296 2.03289 9.57956 2.02734C9.57664 2.02993 9.57394 2.03152 9.57224 2.03304ZM10.0947 1.74089C10.0911 1.74189 10.0872 1.74219 10.0833 1.74333C10.0881 1.7419 10.0928 1.74129 10.0971 1.74007L10.0947 1.74089Z" }),
|
|
57
|
+
react_1.default.createElement("path", { d: "M10.6351 6.90446C10.6351 7.35996 10.2694 7.73115 9.81394 7.73779C7.58891 7.76999 5.99894 8.01365 4.54864 9.39063L4.38832 9.54769L4.27032 9.67302C3.12709 10.9374 2.66213 13.0376 2.53285 15.4486C3.25378 14.5613 4.37089 13.5815 5.91989 13.0104L5.93617 13.0047L6.14206 12.9339L6.16159 12.9274L6.37481 12.8647C6.86649 12.7318 7.32621 12.6893 7.85512 12.6808L8.27667 12.6792C8.71657 12.6832 9.21641 12.7001 9.81312 12.7085L9.89776 12.7134C10.3133 12.7611 10.6349 13.114 10.6351 13.541V16.5203L17.4791 10.0864L17.4881 10.0693C17.4947 10.0525 17.5003 10.0277 17.5003 9.99854C17.5003 9.9693 17.4947 9.94448 17.4881 9.92774C17.4843 9.9181 17.4805 9.91334 17.4791 9.91146L10.6351 3.47673V6.90446Z" }));
|
|
58
|
+
}
|
|
59
|
+
var IconCozShareFill = react_1.default.forwardRef(IconCozShareFillComponent);
|
|
60
|
+
exports.default = IconCozShareFill;
|
|
@@ -52,8 +52,8 @@ function IconCozVideoFillComponent(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_video_fill").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0
|
|
56
|
-
react_1.default.createElement("path", { d: "
|
|
55
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-coz_video_fill").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 20 20", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
|
|
56
|
+
react_1.default.createElement("path", { d: "M15.833 1.66797C17.674 1.66797 19.167 3.16003 19.167 5.00098V15.001C19.167 16.8419 17.674 18.334 15.833 18.334H4.16699C2.32604 18.334 0.833009 16.8419 0.833008 15.001V5.00098C0.833008 3.16003 2.32604 1.66797 4.16699 1.66797H15.833ZM9.16699 7.11426C8.61152 6.79356 7.9172 7.19461 7.91699 7.83594V12.166C7.91726 12.8072 8.61157 13.2082 9.16699 12.8877L12.917 10.7227C13.4721 10.4018 13.4721 9.60008 12.917 9.2793L9.16699 7.11426Z" }));
|
|
57
57
|
}
|
|
58
58
|
var IconCozVideoFill = react_1.default.forwardRef(IconCozVideoFillComponent);
|
|
59
59
|
exports.default = IconCozVideoFill;
|
package/cjs/index.d.ts
CHANGED
|
@@ -569,4 +569,5 @@ export { default as IconCozTagFill } from './IconCozTagFill';
|
|
|
569
569
|
export { default as IconCozFont } from './IconCozFont';
|
|
570
570
|
export { default as IconCozLike } from './IconCozLike';
|
|
571
571
|
export { default as IconCozLikeFilled } from './IconCozLikeFilled';
|
|
572
|
+
export { default as IconCozShareFill } from './IconCozShareFill';
|
|
572
573
|
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.IconCozLikeFilled = exports.IconCozLike = 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;
|
|
31
|
+
exports.IconCozShareFill = exports.IconCozLikeFilled = exports.IconCozLike = 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");
|
|
@@ -1171,4 +1171,6 @@ var IconCozLike_1 = require("./IconCozLike");
|
|
|
1171
1171
|
Object.defineProperty(exports, "IconCozLike", { enumerable: true, get: function () { return __importDefault(IconCozLike_1).default; } });
|
|
1172
1172
|
var IconCozLikeFilled_1 = require("./IconCozLikeFilled");
|
|
1173
1173
|
Object.defineProperty(exports, "IconCozLikeFilled", { enumerable: true, get: function () { return __importDefault(IconCozLikeFilled_1).default; } });
|
|
1174
|
+
var IconCozShareFill_1 = require("./IconCozShareFill");
|
|
1175
|
+
Object.defineProperty(exports, "IconCozShareFill", { enumerable: true, get: function () { return __importDefault(IconCozShareFill_1).default; } });
|
|
1174
1176
|
__exportStar(require("./type"), exports);
|