@arco-iconbox/react-coze 0.1.64 → 0.1.66
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: "
|
|
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;
|