@arco-iconbox/react-coze 0.1.30 → 0.1.31

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.
@@ -52,8 +52,8 @@ function IconCozFolderComponent(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_folder").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", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 2C1.89543 2 1 2.89543 1 4V19C1 20.1046 1.89543 21 3 21H21C22.1046 21 23 20.1046 23 19V6C23 4.89543 22.1046 4 21 4H12L10.5858 2.58579C10.2107 2.21071 9.70201 2 9.17157 2H3ZM12 6C11.4696 6 10.9609 5.78929 10.5858 5.41421L9.17157 4L3 4L3 19H21V6H12Z" }));
55
+ return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-coz_folder").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", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.47134 2C6.04959 2.00004 6.58772 2.24978 6.96093 2.66667H12C13.8409 2.66667 15.3333 4.15905 15.3333 6V10.6667C15.3333 12.5076 13.8409 14 12 14H3.99999C2.15904 14 0.666657 12.5076 0.666656 10.6667V5.33333C0.666656 3.49238 2.15904 2 3.99999 2H5.47134ZM3.99999 3.33333C2.89542 3.33333 1.99999 4.22876 1.99999 5.33333V10.6667C1.99999 11.7712 2.89542 12.6667 3.99999 12.6667H12C13.1046 12.6667 14 11.7712 14 10.6667V8.29622C13.9999 7.19169 13.1045 6.29622 12 6.29622H8.95962C7.91034 6.29614 6.95858 5.68083 6.52798 4.72396L6.07942 3.72656C5.97178 3.48737 5.73363 3.33339 5.47134 3.33333H3.99999ZM7.74413 4.17708C7.95948 4.6553 8.43514 4.96281 8.95962 4.96289H12C12.7327 4.96289 13.4101 5.19952 13.9603 5.60026C13.7751 4.68721 12.9677 4 12 4H7.6647L7.74413 4.17708Z", fillOpacity: "1" }));
57
57
  }
58
58
  var IconCozFolder = react_1.default.forwardRef(IconCozFolderComponent);
59
59
  exports.default = IconCozFolder;