@app-studio/web 0.9.45 → 0.9.46

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.
@@ -2810,6 +2810,9 @@
2810
2810
  d: "M6.8 6.8a8 8 0 1 0 10 0"
2811
2811
  })));
2812
2812
  };
2813
+ var BackIcon = props => (/*#__PURE__*/React__default.createElement(ChevronIcon, Object.assign({
2814
+ orientation: "left"
2815
+ }, props)));
2813
2816
 
2814
2817
  var Icon = {
2815
2818
  __proto__: null,
@@ -2901,7 +2904,8 @@
2901
2904
  ShieldIcon: ShieldIcon,
2902
2905
  CheckIcon: CheckIcon,
2903
2906
  LogoutIcon: LogoutIcon,
2904
- PowerOffIcon: PowerOffIcon
2907
+ PowerOffIcon: PowerOffIcon,
2908
+ BackIcon: BackIcon
2905
2909
  };
2906
2910
 
2907
2911
  /**
@@ -27869,6 +27873,7 @@
27869
27873
  exports.AudioInput = AudioInput;
27870
27874
  exports.AudioWaveform = AudioWaveform;
27871
27875
  exports.Avatar = Avatar;
27876
+ exports.BackIcon = BackIcon;
27872
27877
  exports.Background = Background;
27873
27878
  exports.Badge = Badge;
27874
27879
  exports.BatteryIcon = BatteryIcon;