@thecb/components 9.3.6-beta.3 → 9.3.6-beta.4

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/dist/index.cjs.js CHANGED
@@ -18304,17 +18304,9 @@ var MultiCartIcon = function MultiCartIcon(_ref) {
18304
18304
  var _ref$iconFill = _ref.iconFill,
18305
18305
  iconFill = _ref$iconFill === void 0 ? "#3B5BDB" : _ref$iconFill,
18306
18306
  _ref$isMobile = _ref.isMobile,
18307
- isMobile = _ref$isMobile === void 0 ? true : _ref$isMobile,
18308
- _ref$mobileWidth = _ref.mobileWidth,
18309
- mobileWidth = _ref$mobileWidth === void 0 ? "20" : _ref$mobileWidth,
18310
- _ref$mobileHeight = _ref.mobileHeight,
18311
- mobileHeight = _ref$mobileHeight === void 0 ? "17" : _ref$mobileHeight,
18312
- _ref$height = _ref.height,
18313
- height = _ref$height === void 0 ? "23" : _ref$height,
18314
- _ref$width = _ref.width,
18315
- width = _ref$width === void 0 ? "25" : _ref$width;
18316
- var iconWidth = isMobile ? mobileWidth : width;
18317
- var iconHeight = isMobile ? mobileHeight : height;
18307
+ isMobile = _ref$isMobile === void 0 ? true : _ref$isMobile;
18308
+ var iconWidth = isMobile ? "20" : "25";
18309
+ var iconHeight = isMobile ? "17" : "23";
18318
18310
  return /*#__PURE__*/React__default.createElement("svg", {
18319
18311
  xmlns: "http://www.w3.org/2000/svg",
18320
18312
  width: iconWidth,