@kne/system-layout 0.1.0-alpha.11 → 0.1.0-alpha.13

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.
@@ -156,7 +156,10 @@ const Menu = ({
156
156
  });
157
157
  }
158
158
  if (/*#__PURE__*/isValidElement(icon)) {
159
- return icon;
159
+ return /*#__PURE__*/jsx("span", {
160
+ className: classnames('menu-item-icon', style$1['menu-item-icon']),
161
+ children: icon
162
+ });
160
163
  }
161
164
  if (isPlainObject(icon) && typeof icon.type === 'string') {
162
165
  return /*#__PURE__*/jsx(Icon, _extends({}, icon, {