@arco-iconbox/react-coze 0.1.20 → 0.1.21

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.
@@ -27,8 +27,8 @@ function IconCozLockComponent(props, ref) {
27
27
  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"]);
28
28
  var prefix = prefixFromProps || prefixFromContext || 'font';
29
29
  var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
30
- return React.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-coz_lock").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 }),
31
- React.createElement("path", { d: "M9.99976 1.66666C12.531 1.66666 14.5836 3.71851 14.5837 6.24966C14.5837 6.3901 14.5775 6.52944 14.5652 6.66666H16.6667C17.5872 6.66666 18.3337 7.41317 18.3337 8.33365V16.6667C18.3337 17.5871 17.5872 18.3336 16.6667 18.3336H3.33374C2.41327 18.3336 1.66675 17.5871 1.66675 16.6667V8.33365C1.66675 7.41317 2.41327 6.66666 3.33374 6.66666H5.4353C5.42294 6.52943 5.41675 6.39011 5.41675 6.24966C5.41692 3.71862 7.46871 1.66683 9.99976 1.66666ZM3.33374 16.6667H16.6667V8.33365H3.33374V16.6667ZM9.99976 3.33365C8.38918 3.33382 7.08392 4.63909 7.08374 6.24966C7.08374 6.39113 7.09357 6.53057 7.11304 6.66666H12.8875C12.9069 6.53058 12.9167 6.39112 12.9167 6.24966C12.9166 4.63898 11.6105 3.33365 9.99976 3.33365Z", fillOpacity: "1" }));
30
+ return React.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-coz_lock").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 }),
31
+ React.createElement("path", { d: "M12 2C15.0376 2 17.5 4.46243 17.5 7.5C17.5 7.66854 17.4924 7.83532 17.4775 8H20C21.1046 8 22 8.89543 22 10V20C22 21.1046 21.1046 22 20 22H4C2.89543 22 2 21.1046 2 20V10C2 8.89543 2.89543 8 4 8H6.52246C6.50762 7.83532 6.5 7.66854 6.5 7.5C6.5 4.46243 8.96243 2 12 2ZM4 20H20V10H4V20ZM12 12C13.6569 12 15 13.3431 15 15C15 16.6569 13.6569 18 12 18C10.3431 18 9 16.6569 9 15C9 13.3431 10.3431 12 12 12ZM12 14C11.4477 14 11 14.4477 11 15C11 15.5523 11.4477 16 12 16C12.5523 16 13 15.5523 13 15C13 14.4477 12.5523 14 12 14ZM12 4C10.067 4 8.5 5.567 8.5 7.5C8.5 7.66975 8.5118 7.83671 8.53516 8H15.4648C15.4882 7.83671 15.5 7.66975 15.5 7.5C15.5 5.567 13.933 4 12 4Z", fillOpacity: "1" }));
32
32
  }
33
33
  var IconCozLock = React.forwardRef(IconCozLockComponent);
34
34
  export default IconCozLock;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arco-iconbox/react-coze",
3
- "version": "0.1.20",
3
+ "version": "0.1.21",
4
4
  "main": "cjs/index.js",
5
5
  "module": "esm/index.js",
6
6
  "license": "ISC",
@@ -8,7 +8,7 @@ function IconCozLockComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGEl
8
8
 
9
9
  const prefix = prefixFromProps || prefixFromContext || 'font';
10
10
  const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
11
- return <svg className={`${prefix}-icon ${prefix}-icon-coz_lock${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 20 20" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path d="M9.99976 1.66666C12.531 1.66666 14.5836 3.71851 14.5837 6.24966C14.5837 6.3901 14.5775 6.52944 14.5652 6.66666H16.6667C17.5872 6.66666 18.3337 7.41317 18.3337 8.33365V16.6667C18.3337 17.5871 17.5872 18.3336 16.6667 18.3336H3.33374C2.41327 18.3336 1.66675 17.5871 1.66675 16.6667V8.33365C1.66675 7.41317 2.41327 6.66666 3.33374 6.66666H5.4353C5.42294 6.52943 5.41675 6.39011 5.41675 6.24966C5.41692 3.71862 7.46871 1.66683 9.99976 1.66666ZM3.33374 16.6667H16.6667V8.33365H3.33374V16.6667ZM9.99976 3.33365C8.38918 3.33382 7.08392 4.63909 7.08374 6.24966C7.08374 6.39113 7.09357 6.53057 7.11304 6.66666H12.8875C12.9069 6.53058 12.9167 6.39112 12.9167 6.24966C12.9166 4.63898 11.6105 3.33365 9.99976 3.33365Z" fillOpacity="1"/></svg>;
11
+ return <svg className={`${prefix}-icon ${prefix}-icon-coz_lock${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 24 24" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path d="M12 2C15.0376 2 17.5 4.46243 17.5 7.5C17.5 7.66854 17.4924 7.83532 17.4775 8H20C21.1046 8 22 8.89543 22 10V20C22 21.1046 21.1046 22 20 22H4C2.89543 22 2 21.1046 2 20V10C2 8.89543 2.89543 8 4 8H6.52246C6.50762 7.83532 6.5 7.66854 6.5 7.5C6.5 4.46243 8.96243 2 12 2ZM4 20H20V10H4V20ZM12 12C13.6569 12 15 13.3431 15 15C15 16.6569 13.6569 18 12 18C10.3431 18 9 16.6569 9 15C9 13.3431 10.3431 12 12 12ZM12 14C11.4477 14 11 14.4477 11 15C11 15.5523 11.4477 16 12 16C12.5523 16 13 15.5523 13 15C13 14.4477 12.5523 14 12 14ZM12 4C10.067 4 8.5 5.567 8.5 7.5C8.5 7.66975 8.5118 7.83671 8.53516 8H15.4648C15.4882 7.83671 15.5 7.66975 15.5 7.5C15.5 5.567 13.933 4 12 4Z" fillOpacity="1"/></svg>;
12
12
  }
13
13
 
14
14
  const IconCozLock = React.forwardRef(IconCozLockComponent);
@@ -61,8 +61,8 @@ var __rest = (this && this.__rest) || function (s, e) {
61
61
  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"]);
62
62
  var prefix = prefixFromProps || prefixFromContext || 'font';
63
63
  var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
64
- return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-coz_lock").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 }),
65
- react_1.default.createElement("path", { d: "M9.99976 1.66666C12.531 1.66666 14.5836 3.71851 14.5837 6.24966C14.5837 6.3901 14.5775 6.52944 14.5652 6.66666H16.6667C17.5872 6.66666 18.3337 7.41317 18.3337 8.33365V16.6667C18.3337 17.5871 17.5872 18.3336 16.6667 18.3336H3.33374C2.41327 18.3336 1.66675 17.5871 1.66675 16.6667V8.33365C1.66675 7.41317 2.41327 6.66666 3.33374 6.66666H5.4353C5.42294 6.52943 5.41675 6.39011 5.41675 6.24966C5.41692 3.71862 7.46871 1.66683 9.99976 1.66666ZM3.33374 16.6667H16.6667V8.33365H3.33374V16.6667ZM9.99976 3.33365C8.38918 3.33382 7.08392 4.63909 7.08374 6.24966C7.08374 6.39113 7.09357 6.53057 7.11304 6.66666H12.8875C12.9069 6.53058 12.9167 6.39112 12.9167 6.24966C12.9166 4.63898 11.6105 3.33365 9.99976 3.33365Z", fillOpacity: "1" }));
64
+ return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-coz_lock").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 }),
65
+ react_1.default.createElement("path", { d: "M12 2C15.0376 2 17.5 4.46243 17.5 7.5C17.5 7.66854 17.4924 7.83532 17.4775 8H20C21.1046 8 22 8.89543 22 10V20C22 21.1046 21.1046 22 20 22H4C2.89543 22 2 21.1046 2 20V10C2 8.89543 2.89543 8 4 8H6.52246C6.50762 7.83532 6.5 7.66854 6.5 7.5C6.5 4.46243 8.96243 2 12 2ZM4 20H20V10H4V20ZM12 12C13.6569 12 15 13.3431 15 15C15 16.6569 13.6569 18 12 18C10.3431 18 9 16.6569 9 15C9 13.3431 10.3431 12 12 12ZM12 14C11.4477 14 11 14.4477 11 15C11 15.5523 11.4477 16 12 16C12.5523 16 13 15.5523 13 15C13 14.4477 12.5523 14 12 14ZM12 4C10.067 4 8.5 5.567 8.5 7.5C8.5 7.66975 8.5118 7.83671 8.53516 8H15.4648C15.4882 7.83671 15.5 7.66975 15.5 7.5C15.5 5.567 13.933 4 12 4Z", fillOpacity: "1" }));
66
66
  }
67
67
  var IconCozLock = react_1.default.forwardRef(IconCozLockComponent);
68
68
  exports.default = IconCozLock;