@trafilea/afrodita-components 6.6.0 → 6.6.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/build/index.js CHANGED
@@ -3578,6 +3578,8 @@ var Underwear = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({},
3578
3578
 
3579
3579
  var WireFreeComfort = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "custom/wire_free_comfort" }), void 0)); };
3580
3580
 
3581
+ var WireFreeComfortBold = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "custom/wire_free_comfort_bold" }), void 0)); };
3582
+
3581
3583
  var Custom$1 = /*#__PURE__*/Object.freeze({
3582
3584
  __proto__: null,
3583
3585
  Atom: Atom,
@@ -3602,7 +3604,8 @@ var Custom$1 = /*#__PURE__*/Object.freeze({
3602
3604
  ThumbsDown: ThumbsDown,
3603
3605
  ThumbsUp: ThumbsUp,
3604
3606
  Underwear: Underwear,
3605
- WireFreeComfort: WireFreeComfort
3607
+ WireFreeComfort: WireFreeComfort,
3608
+ WireFreeComfortBold: WireFreeComfortBold
3606
3609
  });
3607
3610
 
3608
3611
  var AppleStore = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "download/apple_store" }), void 0); };