labsense-ui-kit 1.3.13 → 1.3.14

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.
@@ -251,6 +251,23 @@ var App = function App(_ref) {
251
251
  }));
252
252
  };
253
253
 
254
+ var Arrow_Up_Down_Left_Right = function Arrow_Up_Down_Left_Right(_ref) {
255
+ var size = _ref.size,
256
+ color = _ref.color,
257
+ weight = _ref.weight;
258
+ return React.createElement("svg", {
259
+ width: size,
260
+ height: size,
261
+ strokeWidth: weight,
262
+ viewBox: '0 0 667 667',
263
+ fill: 'none',
264
+ xmlns: 'http://www.w3.org/2000/svg'
265
+ }, React.createElement("path", {
266
+ d: 'M333.334 0L466.667 138.071L422.224 184.095L364.761 124.592V301.907H542.077L482.571 244.445L528.597 200.001L666.667 333.333L528.597 466.667L482.571 422.223L542.074 364.76H364.761V542.077L422.224 482.573L466.667 528.597L333.334 666.667L200.001 528.597L244.446 482.573L301.907 542.077V364.76H124.591L184.095 422.223L138.071 466.667L0 333.333L138.071 200.001L184.095 244.445L124.592 301.907H301.907V124.591L244.445 184.095L200.001 138.071L333.334 0Z',
267
+ fill: color
268
+ }));
269
+ };
270
+
254
271
  var ArrowDown = function ArrowDown(_ref) {
255
272
  var size = _ref.size,
256
273
  color = _ref.color,
@@ -5791,6 +5808,7 @@ var IconSVGs = {
5791
5808
  AI_Brain: AI_Brain,
5792
5809
  AI_License: AI_License,
5793
5810
  App: App,
5811
+ Arrow_Up_Down_Left_Right: Arrow_Up_Down_Left_Right,
5794
5812
  ArrowDown: ArrowDown,
5795
5813
  ArrowUp: ArrowUp,
5796
5814
  Ascending: Ascending,