labsense-ui-kit 1.3.8 → 1.3.10

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.
@@ -5380,6 +5380,34 @@ var Zapper = function Zapper(_ref) {
5380
5380
  }));
5381
5381
  };
5382
5382
 
5383
+ var Zoom = function Zoom(_ref) {
5384
+ var _ref$size = _ref.size,
5385
+ size = _ref$size === void 0 ? 24 : _ref$size,
5386
+ _ref$color = _ref.color,
5387
+ color = _ref$color === void 0 ? 'currentColor' : _ref$color,
5388
+ _ref$weight = _ref.weight,
5389
+ weight = _ref$weight === void 0 ? 48 : _ref$weight;
5390
+ return React.createElement("svg", {
5391
+ width: size,
5392
+ height: size,
5393
+ viewBox: '0 0 758 767',
5394
+ fill: 'none',
5395
+ xmlns: 'http://www.w3.org/2000/svg'
5396
+ }, React.createElement("path", {
5397
+ d: 'M508 453.782C508 453.782 780 637.782 756 741.782C668 861.782 436 509.782 436 509.782',
5398
+ fill: color
5399
+ }), React.createElement("path", {
5400
+ d: 'M548 333.782C537.235 394.919 505.269 450.307 457.72 490.216C410.17 530.124 350.078 552 288 552C225.922 552 165.83 530.124 118.28 490.216C70.7307 450.307 38.7653 394.919 28 333.782C21.3156 295.821 23.0249 256.857 33.0076 219.627C42.9904 182.397 61.0045 147.805 85.7842 118.28C110.564 88.756 141.508 65.016 176.443 48.7282C211.377 32.4404 249.455 24 288 24C326.545 24 364.623 32.4404 399.557 48.7282C434.492 65.016 465.436 88.756 490.216 118.28C514.996 147.805 533.01 182.397 542.992 219.627C552.975 256.857 554.684 295.821 548 333.782Z',
5401
+ fill: '#EEEEEE',
5402
+ stroke: color,
5403
+ strokeWidth: weight
5404
+ }), React.createElement("path", {
5405
+ d: 'M180 261.782V181.782H260M300 181.782H380V261.782M380 301.782V381.782H300M260 381.782H180V301.782',
5406
+ stroke: color,
5407
+ strokeWidth: weight
5408
+ }));
5409
+ };
5410
+
5383
5411
  var useClickOutside = function useClickOutside(elRef, elCallback) {
5384
5412
  var callbackRef = useRef(elCallback);
5385
5413
  callbackRef.current = elCallback;
@@ -5982,7 +6010,8 @@ var IconSVGs = {
5982
6010
  Workflow: Workflow,
5983
6011
  X: X,
5984
6012
  Youtube: Youtube,
5985
- Zapper: Zapper
6013
+ Zapper: Zapper,
6014
+ Zoom: Zoom
5986
6015
  };
5987
6016
  var Icon = function Icon(_ref2) {
5988
6017
  var icon = _ref2.icon,