@popsure/dirty-swan 0.37.1-rc.3 → 0.37.1

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/cjs/index.js CHANGED
@@ -36333,7 +36333,7 @@ styleInject(css_248z);
36333
36333
 
36334
36334
  var IconWrapper = function (_a) {
36335
36335
  var _b;
36336
- var children = _a.children, _c = _a.size, size = _c === void 0 ? 16 : _c, _d = _a.color, color = _d === void 0 ? 'primary-500' : _d, className = _a.className;
36336
+ var children = _a.children, _c = _a.size, size = _c === void 0 ? 16 : _c, color = _a.color, className = _a.className;
36337
36337
  return (jsxRuntime.jsx("span", __assign({ className: classNames('d-inline-block', styles.wrapper, className !== null && className !== void 0 ? className : '', (_b = {},
36338
36338
  _b["tc-" + color] = !!color,
36339
36339
  _b)) }, { children: jsxRuntime.jsx("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24", fill: "none" }, { children: children }), void 0) }), void 0));