pollination-react-io 1.73.1 → 1.73.2

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.
@@ -46961,7 +46961,7 @@ var SendGeometry = function (_a) {
46961
46961
  id: Action$2.add,
46962
46962
  label: 'Add',
46963
46963
  checked: selOpt === Action$2.add,
46964
- icon: React__default.createElement(Building$1, { size: 16, color: style && style['color'] }),
46964
+ icon: React__default.createElement(BuildingAdd$1, { size: 16, color: style && style['color'] }),
46965
46965
  disabled: disabled,
46966
46966
  onSelect: function () {
46967
46967
  setSelOpt(function (state) { return (state === Action$2.add ? undefined : Action$2.add); });
@@ -47242,7 +47242,7 @@ var SendResults = function (_a) {
47242
47242
  id: Action.add,
47243
47243
  label: 'Add',
47244
47244
  checked: selOpt === Action.add,
47245
- icon: React__default.createElement(Building$1, { size: 16, color: style && style['color'] }),
47245
+ icon: React__default.createElement(BuildingAdd$1, { size: 16, color: style && style['color'] }),
47246
47246
  disabled: disabled,
47247
47247
  onSelect: function () {
47248
47248
  setSelOpt(function (state) { return (state === Action.add ? undefined : Action.add); });