labsense-ui-kit 1.2.28 → 1.2.29

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.
@@ -5101,6 +5101,7 @@ var IconSVGs = {
5101
5101
  var Icon = function Icon(_ref2) {
5102
5102
  var icon = _ref2.icon,
5103
5103
  color = _ref2.color,
5104
+ cursor = _ref2.cursor,
5104
5105
  _ref2$weight = _ref2.weight,
5105
5106
  weight = _ref2$weight === void 0 ? '2px' : _ref2$weight,
5106
5107
  _ref2$size = _ref2.size,
@@ -5114,7 +5115,8 @@ var Icon = function Icon(_ref2) {
5114
5115
  }
5115
5116
  return React.createElement(IconWrapper, {
5116
5117
  onClick: onClick,
5117
- "$clickable": !!onClick
5118
+ "$clickable": !!onClick,
5119
+ "$cursor": cursor
5118
5120
  }, React.createElement(IconSVG, {
5119
5121
  size: size,
5120
5122
  color: color || themeColors.text.medium,