@elementor/editor-controls 3.33.0-198 → 3.33.0-199

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/index.js CHANGED
@@ -5104,7 +5104,7 @@ var TransformIcon = ({ value }) => {
5104
5104
  case TransformFunctionKeys.move:
5105
5105
  return /* @__PURE__ */ React87.createElement(import_icons28.ArrowsMaximizeIcon, { fontSize: "tiny" });
5106
5106
  case TransformFunctionKeys.scale:
5107
- return /* @__PURE__ */ React87.createElement(import_icons28.ExpandIcon, { fontSize: "tiny" });
5107
+ return /* @__PURE__ */ React87.createElement(import_icons28.ArrowAutofitHeightIcon, { fontSize: "tiny" });
5108
5108
  case TransformFunctionKeys.rotate:
5109
5109
  return /* @__PURE__ */ React87.createElement(import_icons28.RotateClockwise2Icon, { fontSize: "tiny" });
5110
5110
  case TransformFunctionKeys.skew: