@xelto.npm/xc2-lib 0.0.70 → 0.0.72
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.cjs.js +87 -149
- package/dist/index.esm.js +87 -149
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -27800,8 +27800,7 @@ function _extends$1c() { _extends$1c = Object.assign ? Object.assign.bind() : fu
|
|
|
27800
27800
|
var SvgIconWfSearch = function SvgIconWfSearch(props) {
|
|
27801
27801
|
return /*#__PURE__*/React.createElement("svg", _extends$1c({
|
|
27802
27802
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27803
|
-
|
|
27804
|
-
height: 26
|
|
27803
|
+
viewBox: "0 0 26 26"
|
|
27805
27804
|
}, props), _path$F || (_path$F = /*#__PURE__*/React.createElement("path", {
|
|
27806
27805
|
"data-name": "Rectangle 20574",
|
|
27807
27806
|
fill: "#e42127",
|
|
@@ -27822,8 +27821,7 @@ function _extends$1b() { _extends$1b = Object.assign ? Object.assign.bind() : fu
|
|
|
27822
27821
|
var SvgIconWfLocked = function SvgIconWfLocked(props) {
|
|
27823
27822
|
return /*#__PURE__*/React.createElement("svg", _extends$1b({
|
|
27824
27823
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27825
|
-
|
|
27826
|
-
height: 26
|
|
27824
|
+
viewBox: "0 0 26 26"
|
|
27827
27825
|
}, props), _path$E || (_path$E = /*#__PURE__*/React.createElement("path", {
|
|
27828
27826
|
"data-name": "Rectangle 20466",
|
|
27829
27827
|
fill: "#e42127",
|
|
@@ -27844,8 +27842,7 @@ function _extends$1a() { _extends$1a = Object.assign ? Object.assign.bind() : fu
|
|
|
27844
27842
|
var SvgIconWfDownload = function SvgIconWfDownload(props) {
|
|
27845
27843
|
return /*#__PURE__*/React.createElement("svg", _extends$1a({
|
|
27846
27844
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27847
|
-
|
|
27848
|
-
height: 46
|
|
27845
|
+
viewBox: "0 0 46 46"
|
|
27849
27846
|
}, props), _path$D || (_path$D = /*#__PURE__*/React.createElement("path", {
|
|
27850
27847
|
"data-name": "color-2",
|
|
27851
27848
|
fill: "#e42127",
|
|
@@ -27865,8 +27862,7 @@ function _extends$19() { _extends$19 = Object.assign ? Object.assign.bind() : fu
|
|
|
27865
27862
|
var SvgIconWfRemove = function SvgIconWfRemove(props) {
|
|
27866
27863
|
return /*#__PURE__*/React.createElement("svg", _extends$19({
|
|
27867
27864
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27868
|
-
|
|
27869
|
-
height: 46
|
|
27865
|
+
viewBox: "0 0 46 46"
|
|
27870
27866
|
}, props), _path$C || (_path$C = /*#__PURE__*/React.createElement("path", {
|
|
27871
27867
|
"data-name": "Rectangle 19790",
|
|
27872
27868
|
fill: "#e42127",
|
|
@@ -27897,8 +27893,7 @@ function _extends$18() { _extends$18 = Object.assign ? Object.assign.bind() : fu
|
|
|
27897
27893
|
var SvgIconWfLogout = function SvgIconWfLogout(props) {
|
|
27898
27894
|
return /*#__PURE__*/React.createElement("svg", _extends$18({
|
|
27899
27895
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27900
|
-
|
|
27901
|
-
height: 46
|
|
27896
|
+
viewBox: "0 0 46 46"
|
|
27902
27897
|
}, props), _g$Z || (_g$Z = /*#__PURE__*/React.createElement("g", {
|
|
27903
27898
|
"data-name": "icon_wf_logout"
|
|
27904
27899
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -27921,8 +27916,7 @@ function _extends$17() { _extends$17 = Object.assign ? Object.assign.bind() : fu
|
|
|
27921
27916
|
var SvgIconWfEdit = function SvgIconWfEdit(props) {
|
|
27922
27917
|
return /*#__PURE__*/React.createElement("svg", _extends$17({
|
|
27923
27918
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27924
|
-
|
|
27925
|
-
height: 46
|
|
27919
|
+
viewBox: "0 0 46 46"
|
|
27926
27920
|
}, props), _path$B || (_path$B = /*#__PURE__*/React.createElement("path", {
|
|
27927
27921
|
"data-name": "color-2",
|
|
27928
27922
|
fill: "#e42127",
|
|
@@ -27944,8 +27938,7 @@ var SvgIconWfSettingsOrFilter = function SvgIconWfSettingsOrFilter(props) {
|
|
|
27944
27938
|
return /*#__PURE__*/React.createElement("svg", _extends$16({
|
|
27945
27939
|
"data-name": "icon_wf_settings or filter",
|
|
27946
27940
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27947
|
-
|
|
27948
|
-
height: 46
|
|
27941
|
+
viewBox: "0 0 46 46"
|
|
27949
27942
|
}, props), _g$Y || (_g$Y = /*#__PURE__*/React.createElement("g", {
|
|
27950
27943
|
"data-name": "Group 42290"
|
|
27951
27944
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -27972,8 +27965,7 @@ function _extends$15() { _extends$15 = Object.assign ? Object.assign.bind() : fu
|
|
|
27972
27965
|
var SvgIconWfBarcode1D = function SvgIconWfBarcode1D(props) {
|
|
27973
27966
|
return /*#__PURE__*/React.createElement("svg", _extends$15({
|
|
27974
27967
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27975
|
-
|
|
27976
|
-
height: 46
|
|
27968
|
+
viewBox: "0 0 46 46"
|
|
27977
27969
|
}, props), _g$X || (_g$X = /*#__PURE__*/React.createElement("g", {
|
|
27978
27970
|
fill: "#293072"
|
|
27979
27971
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -28018,8 +28010,7 @@ function _extends$14() { _extends$14 = Object.assign ? Object.assign.bind() : fu
|
|
|
28018
28010
|
var SvgIconWfBarcode2D = function SvgIconWfBarcode2D(props) {
|
|
28019
28011
|
return /*#__PURE__*/React.createElement("svg", _extends$14({
|
|
28020
28012
|
xmlns: "http://www.w3.org/2000/svg",
|
|
28021
|
-
|
|
28022
|
-
height: 46
|
|
28013
|
+
viewBox: "0 0 46 46"
|
|
28023
28014
|
}, props), _g$W || (_g$W = /*#__PURE__*/React.createElement("g", {
|
|
28024
28015
|
"data-name": "Group 43962"
|
|
28025
28016
|
}, /*#__PURE__*/React.createElement("g", {
|
|
@@ -28072,8 +28063,7 @@ var SvgIconWfBarcodePrinter = function SvgIconWfBarcodePrinter(props) {
|
|
|
28072
28063
|
return /*#__PURE__*/React.createElement("svg", _extends$13({
|
|
28073
28064
|
"data-name": "Component 292 \\u2013 5",
|
|
28074
28065
|
xmlns: "http://www.w3.org/2000/svg",
|
|
28075
|
-
|
|
28076
|
-
height: 46
|
|
28066
|
+
viewBox: "0 0 46 46"
|
|
28077
28067
|
}, props), _g$V || (_g$V = /*#__PURE__*/React.createElement("g", {
|
|
28078
28068
|
"data-name": "Group 43974"
|
|
28079
28069
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -28118,8 +28108,7 @@ function _extends$12() { _extends$12 = Object.assign ? Object.assign.bind() : fu
|
|
|
28118
28108
|
var SvgIconWfBox = function SvgIconWfBox(props) {
|
|
28119
28109
|
return /*#__PURE__*/React.createElement("svg", _extends$12({
|
|
28120
28110
|
xmlns: "http://www.w3.org/2000/svg",
|
|
28121
|
-
|
|
28122
|
-
height: 46
|
|
28111
|
+
viewBox: "0 0 46 46"
|
|
28123
28112
|
}, props), _g$U || (_g$U = /*#__PURE__*/React.createElement("g", {
|
|
28124
28113
|
"data-name": "icon_wf_box v1"
|
|
28125
28114
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -28150,8 +28139,7 @@ var SvgIconWfCalculator = function SvgIconWfCalculator(props) {
|
|
|
28150
28139
|
return /*#__PURE__*/React.createElement("svg", _extends$11({
|
|
28151
28140
|
"data-name": "Component 286 \\u2013 2",
|
|
28152
28141
|
xmlns: "http://www.w3.org/2000/svg",
|
|
28153
|
-
|
|
28154
|
-
height: 46
|
|
28142
|
+
viewBox: "0 0 46 46"
|
|
28155
28143
|
}, props), _g$T || (_g$T = /*#__PURE__*/React.createElement("g", {
|
|
28156
28144
|
"data-name": "Group 43933"
|
|
28157
28145
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -28199,8 +28187,7 @@ function _extends$10() { _extends$10 = Object.assign ? Object.assign.bind() : fu
|
|
|
28199
28187
|
var SvgIconWfCalendar = function SvgIconWfCalendar(props) {
|
|
28200
28188
|
return /*#__PURE__*/React.createElement("svg", _extends$10({
|
|
28201
28189
|
xmlns: "http://www.w3.org/2000/svg",
|
|
28202
|
-
|
|
28203
|
-
height: 46
|
|
28190
|
+
viewBox: "0 0 46 46"
|
|
28204
28191
|
}, props), _g$S || (_g$S = /*#__PURE__*/React.createElement("g", {
|
|
28205
28192
|
"data-name": "Group 43270"
|
|
28206
28193
|
}, /*#__PURE__*/React.createElement("g", {
|
|
@@ -28258,8 +28245,7 @@ function _extends$$() { _extends$$ = Object.assign ? Object.assign.bind() : func
|
|
|
28258
28245
|
var SvgIconWfCar = function SvgIconWfCar(props) {
|
|
28259
28246
|
return /*#__PURE__*/React.createElement("svg", _extends$$({
|
|
28260
28247
|
xmlns: "http://www.w3.org/2000/svg",
|
|
28261
|
-
|
|
28262
|
-
height: 46
|
|
28248
|
+
viewBox: "0 0 46 46"
|
|
28263
28249
|
}, props), _g$R || (_g$R = /*#__PURE__*/React.createElement("g", {
|
|
28264
28250
|
fill: "#e42127"
|
|
28265
28251
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -28294,8 +28280,7 @@ function _extends$_() { _extends$_ = Object.assign ? Object.assign.bind() : func
|
|
|
28294
28280
|
var SvgIconWfForklift = function SvgIconWfForklift(props) {
|
|
28295
28281
|
return /*#__PURE__*/React.createElement("svg", _extends$_({
|
|
28296
28282
|
xmlns: "http://www.w3.org/2000/svg",
|
|
28297
|
-
|
|
28298
|
-
height: 46
|
|
28283
|
+
viewBox: "0 0 46 46"
|
|
28299
28284
|
}, props), _g$Q || (_g$Q = /*#__PURE__*/React.createElement("g", {
|
|
28300
28285
|
"data-name": "icon_wf_forklift"
|
|
28301
28286
|
}, /*#__PURE__*/React.createElement("g", {
|
|
@@ -28335,8 +28320,7 @@ function _extends$Z() { _extends$Z = Object.assign ? Object.assign.bind() : func
|
|
|
28335
28320
|
var SvgIconWfInvoice = function SvgIconWfInvoice(props) {
|
|
28336
28321
|
return /*#__PURE__*/React.createElement("svg", _extends$Z({
|
|
28337
28322
|
xmlns: "http://www.w3.org/2000/svg",
|
|
28338
|
-
|
|
28339
|
-
height: 46
|
|
28323
|
+
viewBox: "0 0 46 46"
|
|
28340
28324
|
}, props), _g$P || (_g$P = /*#__PURE__*/React.createElement("g", {
|
|
28341
28325
|
"data-name": "Group 42733"
|
|
28342
28326
|
}, /*#__PURE__*/React.createElement("g", {
|
|
@@ -28366,8 +28350,7 @@ function _extends$Y() { _extends$Y = Object.assign ? Object.assign.bind() : func
|
|
|
28366
28350
|
var SvgIconWfKeyboard = function SvgIconWfKeyboard(props) {
|
|
28367
28351
|
return /*#__PURE__*/React.createElement("svg", _extends$Y({
|
|
28368
28352
|
xmlns: "http://www.w3.org/2000/svg",
|
|
28369
|
-
|
|
28370
|
-
height: 45
|
|
28353
|
+
viewBox: "0 0 45 45"
|
|
28371
28354
|
}, props), _g$O || (_g$O = /*#__PURE__*/React.createElement("g", {
|
|
28372
28355
|
"data-name": "icon_wf_keyboard_1"
|
|
28373
28356
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -28415,8 +28398,7 @@ function _extends$X() { _extends$X = Object.assign ? Object.assign.bind() : func
|
|
|
28415
28398
|
var SvgIconWfLogs = function SvgIconWfLogs(props) {
|
|
28416
28399
|
return /*#__PURE__*/React.createElement("svg", _extends$X({
|
|
28417
28400
|
xmlns: "http://www.w3.org/2000/svg",
|
|
28418
|
-
|
|
28419
|
-
height: 46
|
|
28401
|
+
viewBox: "0 0 46 46"
|
|
28420
28402
|
}, props), _g$N || (_g$N = /*#__PURE__*/React.createElement("g", {
|
|
28421
28403
|
"data-name": "icon_wf_logs"
|
|
28422
28404
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -28439,8 +28421,7 @@ function _extends$W() { _extends$W = Object.assign ? Object.assign.bind() : func
|
|
|
28439
28421
|
var SvgIconWfNoBarcodePrinter = function SvgIconWfNoBarcodePrinter(props) {
|
|
28440
28422
|
return /*#__PURE__*/React.createElement("svg", _extends$W({
|
|
28441
28423
|
xmlns: "http://www.w3.org/2000/svg",
|
|
28442
|
-
|
|
28443
|
-
height: 18
|
|
28424
|
+
viewBox: "0 0 18 18"
|
|
28444
28425
|
}, props), _g$M || (_g$M = /*#__PURE__*/React.createElement("g", {
|
|
28445
28426
|
"data-name": "icon_wf_no-barcode-printer v1"
|
|
28446
28427
|
}, /*#__PURE__*/React.createElement("g", {
|
|
@@ -28490,8 +28471,7 @@ function _extends$V() { _extends$V = Object.assign ? Object.assign.bind() : func
|
|
|
28490
28471
|
var SvgIconWfNoScan = function SvgIconWfNoScan(props) {
|
|
28491
28472
|
return /*#__PURE__*/React.createElement("svg", _extends$V({
|
|
28492
28473
|
xmlns: "http://www.w3.org/2000/svg",
|
|
28493
|
-
|
|
28494
|
-
height: 46
|
|
28474
|
+
viewBox: "0 0 46 46"
|
|
28495
28475
|
}, props), _path$y || (_path$y = /*#__PURE__*/React.createElement("path", {
|
|
28496
28476
|
"data-name": "Rectangle 20557",
|
|
28497
28477
|
fill: "#e42127",
|
|
@@ -28546,8 +28526,7 @@ function _extends$U() { _extends$U = Object.assign ? Object.assign.bind() : func
|
|
|
28546
28526
|
var SvgIconWfPallet = function SvgIconWfPallet(props) {
|
|
28547
28527
|
return /*#__PURE__*/React.createElement("svg", _extends$U({
|
|
28548
28528
|
xmlns: "http://www.w3.org/2000/svg",
|
|
28549
|
-
|
|
28550
|
-
height: 46
|
|
28529
|
+
viewBox: "0 0 46 46"
|
|
28551
28530
|
}, props), _g$K || (_g$K = /*#__PURE__*/React.createElement("g", {
|
|
28552
28531
|
"data-name": "icon_wf_pallet_v1"
|
|
28553
28532
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -28566,8 +28545,7 @@ function _extends$T() { _extends$T = Object.assign ? Object.assign.bind() : func
|
|
|
28566
28545
|
var SvgIconWfPin = function SvgIconWfPin(props) {
|
|
28567
28546
|
return /*#__PURE__*/React.createElement("svg", _extends$T({
|
|
28568
28547
|
xmlns: "http://www.w3.org/2000/svg",
|
|
28569
|
-
|
|
28570
|
-
height: 46
|
|
28548
|
+
viewBox: "0 0 46 46"
|
|
28571
28549
|
}, props), _g$J || (_g$J = /*#__PURE__*/React.createElement("g", {
|
|
28572
28550
|
"data-name": "Group 42962"
|
|
28573
28551
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -28590,8 +28568,7 @@ function _extends$S() { _extends$S = Object.assign ? Object.assign.bind() : func
|
|
|
28590
28568
|
var SvgIconWfScan = function SvgIconWfScan(props) {
|
|
28591
28569
|
return /*#__PURE__*/React.createElement("svg", _extends$S({
|
|
28592
28570
|
xmlns: "http://www.w3.org/2000/svg",
|
|
28593
|
-
|
|
28594
|
-
height: 46
|
|
28571
|
+
viewBox: "0 0 46 46"
|
|
28595
28572
|
}, props), _path$x || (_path$x = /*#__PURE__*/React.createElement("path", {
|
|
28596
28573
|
"data-name": "Rectangle 19774",
|
|
28597
28574
|
fill: "#e42127",
|
|
@@ -28646,8 +28623,7 @@ function _extends$R() { _extends$R = Object.assign ? Object.assign.bind() : func
|
|
|
28646
28623
|
var SvgIconWfSend = function SvgIconWfSend(props) {
|
|
28647
28624
|
return /*#__PURE__*/React.createElement("svg", _extends$R({
|
|
28648
28625
|
xmlns: "http://www.w3.org/2000/svg",
|
|
28649
|
-
|
|
28650
|
-
height: 46
|
|
28626
|
+
viewBox: "0 0 46 46"
|
|
28651
28627
|
}, props), _g$H || (_g$H = /*#__PURE__*/React.createElement("g", {
|
|
28652
28628
|
"data-name": "icon_wf_send"
|
|
28653
28629
|
}, /*#__PURE__*/React.createElement("g", {
|
|
@@ -28674,8 +28650,7 @@ function _extends$Q() { _extends$Q = Object.assign ? Object.assign.bind() : func
|
|
|
28674
28650
|
var SvgIconWfStatusKsef = function SvgIconWfStatusKsef(props) {
|
|
28675
28651
|
return /*#__PURE__*/React.createElement("svg", _extends$Q({
|
|
28676
28652
|
xmlns: "http://www.w3.org/2000/svg",
|
|
28677
|
-
|
|
28678
|
-
height: 46
|
|
28653
|
+
viewBox: "0 0 46 46"
|
|
28679
28654
|
}, props), _g$G || (_g$G = /*#__PURE__*/React.createElement("g", {
|
|
28680
28655
|
"data-name": "Group 42620"
|
|
28681
28656
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -28698,8 +28673,7 @@ function _extends$P() { _extends$P = Object.assign ? Object.assign.bind() : func
|
|
|
28698
28673
|
var SvgIconWfStop = function SvgIconWfStop(props) {
|
|
28699
28674
|
return /*#__PURE__*/React.createElement("svg", _extends$P({
|
|
28700
28675
|
xmlns: "http://www.w3.org/2000/svg",
|
|
28701
|
-
|
|
28702
|
-
height: 46
|
|
28676
|
+
viewBox: "0 0 46 46"
|
|
28703
28677
|
}, props), _path$w || (_path$w = /*#__PURE__*/React.createElement("path", {
|
|
28704
28678
|
"data-name": "Path 84683",
|
|
28705
28679
|
d: "M31.203 42.874H14.745L3.108 31.237V14.779L14.745 3.142h16.458L42.84 14.779v16.458Zm-15.2-3.036h13.942l9.859-9.859V16.037l-9.859-9.859H16.003l-9.859 9.859v13.942Z",
|
|
@@ -28730,8 +28704,7 @@ function _extends$O() { _extends$O = Object.assign ? Object.assign.bind() : func
|
|
|
28730
28704
|
var SvgIconWfUnpin = function SvgIconWfUnpin(props) {
|
|
28731
28705
|
return /*#__PURE__*/React.createElement("svg", _extends$O({
|
|
28732
28706
|
xmlns: "http://www.w3.org/2000/svg",
|
|
28733
|
-
|
|
28734
|
-
height: 46
|
|
28707
|
+
viewBox: "0 0 46 46"
|
|
28735
28708
|
}, props), _g$E || (_g$E = /*#__PURE__*/React.createElement("g", {
|
|
28736
28709
|
"data-name": "Group 42617"
|
|
28737
28710
|
}, /*#__PURE__*/React.createElement("g", {
|
|
@@ -28758,8 +28731,7 @@ function _extends$N() { _extends$N = Object.assign ? Object.assign.bind() : func
|
|
|
28758
28731
|
var SvgIconWfRefresh = function SvgIconWfRefresh(props) {
|
|
28759
28732
|
return /*#__PURE__*/React.createElement("svg", _extends$N({
|
|
28760
28733
|
xmlns: "http://www.w3.org/2000/svg",
|
|
28761
|
-
|
|
28762
|
-
height: 26
|
|
28734
|
+
viewBox: "0 0 26 26"
|
|
28763
28735
|
}, props), _path$v || (_path$v = /*#__PURE__*/React.createElement("path", {
|
|
28764
28736
|
"data-name": "Path 84133",
|
|
28765
28737
|
d: "M22.77 9.935h-4.386v-1.76h4.382l.032-4.442 1.76.011-.028 4.437a1.769 1.769 0 0 1-1.76 1.754Z",
|
|
@@ -28788,8 +28760,7 @@ function _extends$M() { _extends$M = Object.assign ? Object.assign.bind() : func
|
|
|
28788
28760
|
var SvgIconUiClose = function SvgIconUiClose(props) {
|
|
28789
28761
|
return /*#__PURE__*/React.createElement("svg", _extends$M({
|
|
28790
28762
|
xmlns: "http://www.w3.org/2000/svg",
|
|
28791
|
-
|
|
28792
|
-
height: 46
|
|
28763
|
+
viewBox: "0 0 46 46"
|
|
28793
28764
|
}, props), _path$u || (_path$u = /*#__PURE__*/React.createElement("path", {
|
|
28794
28765
|
"data-name": "Path 84635",
|
|
28795
28766
|
d: "M42.737 5.409 40.59 3.262 23 20.853 5.409 3.262 3.262 5.409 20.853 23 3.262 40.591l2.147 2.147L23 25.147l17.59 17.591 2.147-2.147L25.146 23Z",
|
|
@@ -28805,8 +28776,7 @@ function _extends$L() { _extends$L = Object.assign ? Object.assign.bind() : func
|
|
|
28805
28776
|
var SvgIconUiChevronUp = function SvgIconUiChevronUp(props) {
|
|
28806
28777
|
return /*#__PURE__*/React.createElement("svg", _extends$L({
|
|
28807
28778
|
xmlns: "http://www.w3.org/2000/svg",
|
|
28808
|
-
|
|
28809
|
-
height: 46
|
|
28779
|
+
viewBox: "0 0 46 46"
|
|
28810
28780
|
}, props), _path$t || (_path$t = /*#__PURE__*/React.createElement("path", {
|
|
28811
28781
|
"data-name": "Path 84638",
|
|
28812
28782
|
d: "m5.074 33.898-2.178-2.176 18.023-18.025a3.062 3.062 0 0 1 2.18-.9h.012a3.062 3.062 0 0 1 2.185.919l17.754 18-2.193 2.163-17.754-18Z",
|
|
@@ -28823,8 +28793,7 @@ function _extends$K() { _extends$K = Object.assign ? Object.assign.bind() : func
|
|
|
28823
28793
|
var SvgIconUiChevronDown = function SvgIconUiChevronDown(props) {
|
|
28824
28794
|
return /*#__PURE__*/React.createElement("svg", _extends$K({
|
|
28825
28795
|
xmlns: "http://www.w3.org/2000/svg",
|
|
28826
|
-
|
|
28827
|
-
height: 46
|
|
28796
|
+
viewBox: "0 0 46 46"
|
|
28828
28797
|
}, props), _g$D || (_g$D = /*#__PURE__*/React.createElement("g", {
|
|
28829
28798
|
"data-name": "icon_wf_arrow_1"
|
|
28830
28799
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -28843,8 +28812,7 @@ function _extends$J() { _extends$J = Object.assign ? Object.assign.bind() : func
|
|
|
28843
28812
|
var SvgIconUiChevronRight = function SvgIconUiChevronRight(props) {
|
|
28844
28813
|
return /*#__PURE__*/React.createElement("svg", _extends$J({
|
|
28845
28814
|
xmlns: "http://www.w3.org/2000/svg",
|
|
28846
|
-
|
|
28847
|
-
height: 46
|
|
28815
|
+
viewBox: "0 0 46 46"
|
|
28848
28816
|
}, props), _path$s || (_path$s = /*#__PURE__*/React.createElement("path", {
|
|
28849
28817
|
"data-name": "Path 84638",
|
|
28850
28818
|
d: "m12.421 41.245 2.178 2.178L32.621 25.4a3.062 3.062 0 0 0 .9-2.18v-.012a3.062 3.062 0 0 0-.919-2.185l-18-17.754-2.159 2.193 18 17.754Z",
|
|
@@ -28861,8 +28829,7 @@ function _extends$I() { _extends$I = Object.assign ? Object.assign.bind() : func
|
|
|
28861
28829
|
var SvgIconUiChevronLeft = function SvgIconUiChevronLeft(props) {
|
|
28862
28830
|
return /*#__PURE__*/React.createElement("svg", _extends$I({
|
|
28863
28831
|
xmlns: "http://www.w3.org/2000/svg",
|
|
28864
|
-
|
|
28865
|
-
height: 46
|
|
28832
|
+
viewBox: "0 0 46 46"
|
|
28866
28833
|
}, props), _path$r || (_path$r = /*#__PURE__*/React.createElement("path", {
|
|
28867
28834
|
"data-name": "Path 84638",
|
|
28868
28835
|
d: "m33.525 41.245-2.176 2.178L13.324 25.4a3.062 3.062 0 0 1-.9-2.18v-.012a3.062 3.062 0 0 1 .919-2.185l18-17.754 2.163 2.193-18 17.754Z",
|
|
@@ -28879,8 +28846,7 @@ function _extends$H() { _extends$H = Object.assign ? Object.assign.bind() : func
|
|
|
28879
28846
|
var SvgIconSpCheckMark = function SvgIconSpCheckMark(props) {
|
|
28880
28847
|
return /*#__PURE__*/React.createElement("svg", _extends$H({
|
|
28881
28848
|
xmlns: "http://www.w3.org/2000/svg",
|
|
28882
|
-
|
|
28883
|
-
height: 42
|
|
28849
|
+
viewBox: "0 0 42 42"
|
|
28884
28850
|
}, props), _g$C || (_g$C = /*#__PURE__*/React.createElement("g", {
|
|
28885
28851
|
"data-name": "Group 47571"
|
|
28886
28852
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -28899,8 +28865,7 @@ function _extends$G() { _extends$G = Object.assign ? Object.assign.bind() : func
|
|
|
28899
28865
|
var SvgIconSpWarning = function SvgIconSpWarning(props) {
|
|
28900
28866
|
return /*#__PURE__*/React.createElement("svg", _extends$G({
|
|
28901
28867
|
xmlns: "http://www.w3.org/2000/svg",
|
|
28902
|
-
|
|
28903
|
-
height: 42
|
|
28868
|
+
viewBox: "0 0 42 42"
|
|
28904
28869
|
}, props), _g$B || (_g$B = /*#__PURE__*/React.createElement("g", {
|
|
28905
28870
|
"data-name": "Group 47569"
|
|
28906
28871
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -28967,8 +28932,7 @@ var SvgMenuBurger = function SvgMenuBurger(props) {
|
|
|
28967
28932
|
return /*#__PURE__*/React.createElement("svg", _extends$D({
|
|
28968
28933
|
"data-name": "menu burger",
|
|
28969
28934
|
xmlns: "http://www.w3.org/2000/svg",
|
|
28970
|
-
|
|
28971
|
-
height: 36
|
|
28935
|
+
viewBox: "0 0 42 36"
|
|
28972
28936
|
}, props), _rect$2 || (_rect$2 = /*#__PURE__*/React.createElement("rect", {
|
|
28973
28937
|
"data-name": "Rectangle 17015",
|
|
28974
28938
|
width: 42,
|
|
@@ -28998,8 +28962,7 @@ var SvgUpdateIcon = function SvgUpdateIcon(props) {
|
|
|
28998
28962
|
return /*#__PURE__*/React.createElement("svg", _extends$C({
|
|
28999
28963
|
"data-name": "Component 231 \\u2013 4",
|
|
29000
28964
|
xmlns: "http://www.w3.org/2000/svg",
|
|
29001
|
-
|
|
29002
|
-
height: 23.313
|
|
28965
|
+
viewBox: "0 0 25.813 23.313"
|
|
29003
28966
|
}, props), _defs$p || (_defs$p = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
29004
28967
|
id: "update_icon_svg__a"
|
|
29005
28968
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -29062,8 +29025,7 @@ function _extends$B() { _extends$B = Object.assign ? Object.assign.bind() : func
|
|
|
29062
29025
|
var SvgCheckboxDefault = function SvgCheckboxDefault(props) {
|
|
29063
29026
|
return /*#__PURE__*/React.createElement("svg", _extends$B({
|
|
29064
29027
|
xmlns: "http://www.w3.org/2000/svg",
|
|
29065
|
-
|
|
29066
|
-
height: 27
|
|
29028
|
+
viewBox: "0 0 27 27"
|
|
29067
29029
|
}, props), _g$x || (_g$x = /*#__PURE__*/React.createElement("g", {
|
|
29068
29030
|
"data-name": "Rectangle 18315",
|
|
29069
29031
|
fill: "#fff",
|
|
@@ -29089,8 +29051,7 @@ function _extends$A() { _extends$A = Object.assign ? Object.assign.bind() : func
|
|
|
29089
29051
|
var SvgCheckboxChecked = function SvgCheckboxChecked(props) {
|
|
29090
29052
|
return /*#__PURE__*/React.createElement("svg", _extends$A({
|
|
29091
29053
|
xmlns: "http://www.w3.org/2000/svg",
|
|
29092
|
-
|
|
29093
|
-
height: 20
|
|
29054
|
+
viewBox: "0 0 20 20"
|
|
29094
29055
|
}, props), _rect$1 || (_rect$1 = /*#__PURE__*/React.createElement("rect", {
|
|
29095
29056
|
"data-name": "Rectangle 18315",
|
|
29096
29057
|
width: 20,
|
|
@@ -29109,8 +29070,7 @@ function _extends$z() { _extends$z = Object.assign ? Object.assign.bind() : func
|
|
|
29109
29070
|
var SvgChecbkoxIndeterminate = function SvgChecbkoxIndeterminate(props) {
|
|
29110
29071
|
return /*#__PURE__*/React.createElement("svg", _extends$z({
|
|
29111
29072
|
xmlns: "http://www.w3.org/2000/svg",
|
|
29112
|
-
|
|
29113
|
-
height: 27
|
|
29073
|
+
viewBox: "0 0 27 27"
|
|
29114
29074
|
}, props), _g$w || (_g$w = /*#__PURE__*/React.createElement("g", {
|
|
29115
29075
|
"data-name": "Group 47972",
|
|
29116
29076
|
transform: "translate(0 -7)"
|
|
@@ -52635,17 +52595,17 @@ var StyledHeaderDescriptionWrapper = styled$1(Box$1)(function (_ref2) {
|
|
|
52635
52595
|
var AppTileComponent = function AppTileComponent(_ref3) {
|
|
52636
52596
|
var header = _ref3.header,
|
|
52637
52597
|
description = _ref3.description,
|
|
52638
|
-
|
|
52598
|
+
_ref3$illustrationNam = _ref3.illustrationName,
|
|
52599
|
+
illustrationName = _ref3$illustrationNam === void 0 ? 'ilu_availability_by_item' : _ref3$illustrationNam,
|
|
52639
52600
|
_ref3$forwardedRef = _ref3.forwardedRef,
|
|
52640
|
-
forwardedRef = _ref3$forwardedRef === void 0 ?
|
|
52641
|
-
|
|
52642
|
-
|
|
52643
|
-
|
|
52644
|
-
return /*#__PURE__*/React__default.createElement(StyledAppTileWrapper, null, /*#__PURE__*/React__default.createElement(Illustration, {
|
|
52601
|
+
forwardedRef = _ref3$forwardedRef === void 0 ? function () {} : _ref3$forwardedRef;
|
|
52602
|
+
return /*#__PURE__*/React__default.createElement(StyledAppTileWrapper, {
|
|
52603
|
+
ref: forwardedRef
|
|
52604
|
+
}, /*#__PURE__*/React__default.createElement(Illustration, {
|
|
52645
52605
|
illustrationName: illustrationName,
|
|
52646
|
-
color:
|
|
52647
|
-
size:
|
|
52648
|
-
isBigType:
|
|
52606
|
+
color: '',
|
|
52607
|
+
size: '',
|
|
52608
|
+
isBigType: false
|
|
52649
52609
|
}), /*#__PURE__*/React__default.createElement(StyledHeaderDescriptionWrapper, null, /*#__PURE__*/React__default.createElement(TypographyComponent, {
|
|
52650
52610
|
text: header,
|
|
52651
52611
|
type: 'app-tile-header',
|
|
@@ -52656,6 +52616,15 @@ var AppTileComponent = function AppTileComponent(_ref3) {
|
|
|
52656
52616
|
forwardedRef: forwardedRef
|
|
52657
52617
|
})));
|
|
52658
52618
|
};
|
|
52619
|
+
AppTileComponent.propTypes = {
|
|
52620
|
+
description: propTypes.exports.string,
|
|
52621
|
+
header: propTypes.exports.bool,
|
|
52622
|
+
illustrationName: propTypes.exports.string,
|
|
52623
|
+
onClick: propTypes.exports.func,
|
|
52624
|
+
forwardedRef: propTypes.exports.oneOfType([propTypes.exports.func, propTypes.exports.shape({
|
|
52625
|
+
current: propTypes.exports.any
|
|
52626
|
+
})])
|
|
52627
|
+
};
|
|
52659
52628
|
|
|
52660
52629
|
var _excluded$8 = ["type", "text", "size", "fluid", "color", "onClick", "disabled", "forwardedRef"];
|
|
52661
52630
|
var CustomButton = styled$1(Button$2)(function (_ref) {
|
|
@@ -53139,8 +53108,7 @@ function _extends$y() { _extends$y = Object.assign ? Object.assign.bind() : func
|
|
|
53139
53108
|
var SvgIluAvailabilityByItem = function SvgIluAvailabilityByItem(props) {
|
|
53140
53109
|
return /*#__PURE__*/React.createElement("svg", _extends$y({
|
|
53141
53110
|
xmlns: "http://www.w3.org/2000/svg",
|
|
53142
|
-
|
|
53143
|
-
height: 170
|
|
53111
|
+
viewBox: "0 0 170 170"
|
|
53144
53112
|
}, props), _g$v || (_g$v = /*#__PURE__*/React.createElement("g", {
|
|
53145
53113
|
"data-name": "ilu_availability-by-item_1"
|
|
53146
53114
|
}, /*#__PURE__*/React.createElement("g", {
|
|
@@ -54096,8 +54064,7 @@ function _extends$x() { _extends$x = Object.assign ? Object.assign.bind() : func
|
|
|
54096
54064
|
var SvgIluAddGoodsToPallet = function SvgIluAddGoodsToPallet(props) {
|
|
54097
54065
|
return /*#__PURE__*/React.createElement("svg", _extends$x({
|
|
54098
54066
|
xmlns: "http://www.w3.org/2000/svg",
|
|
54099
|
-
|
|
54100
|
-
height: 170
|
|
54067
|
+
viewBox: "0 0 170 170"
|
|
54101
54068
|
}, props), _defs$o || (_defs$o = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
54102
54069
|
id: "ilu_add-goods-to-pallet_svg__a"
|
|
54103
54070
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -54340,8 +54307,7 @@ function _extends$w() { _extends$w = Object.assign ? Object.assign.bind() : func
|
|
|
54340
54307
|
var SvgIluAvailabilityByIndex = function SvgIluAvailabilityByIndex(props) {
|
|
54341
54308
|
return /*#__PURE__*/React.createElement("svg", _extends$w({
|
|
54342
54309
|
xmlns: "http://www.w3.org/2000/svg",
|
|
54343
|
-
|
|
54344
|
-
height: 170
|
|
54310
|
+
viewBox: "0 0 170 170"
|
|
54345
54311
|
}, props), _defs$n || (_defs$n = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
54346
54312
|
id: "ilu_availability-by-index_svg__a"
|
|
54347
54313
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -55126,8 +55092,7 @@ function _extends$v() { _extends$v = Object.assign ? Object.assign.bind() : func
|
|
|
55126
55092
|
var SvgIluAvailabilityByLocation = function SvgIluAvailabilityByLocation(props) {
|
|
55127
55093
|
return /*#__PURE__*/React.createElement("svg", _extends$v({
|
|
55128
55094
|
xmlns: "http://www.w3.org/2000/svg",
|
|
55129
|
-
|
|
55130
|
-
height: 170
|
|
55095
|
+
viewBox: "0 0 170 170"
|
|
55131
55096
|
}, props), _g$s || (_g$s = /*#__PURE__*/React.createElement("g", {
|
|
55132
55097
|
"data-name": "Group 45606"
|
|
55133
55098
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -55941,8 +55906,7 @@ function _extends$u() { _extends$u = Object.assign ? Object.assign.bind() : func
|
|
|
55941
55906
|
var SvgIluBlockedPallet = function SvgIluBlockedPallet(props) {
|
|
55942
55907
|
return /*#__PURE__*/React.createElement("svg", _extends$u({
|
|
55943
55908
|
xmlns: "http://www.w3.org/2000/svg",
|
|
55944
|
-
|
|
55945
|
-
height: 138
|
|
55909
|
+
viewBox: "0 0 138 138"
|
|
55946
55910
|
}, props), _defs$m || (_defs$m = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
55947
55911
|
id: "ilu_blocked-pallet_svg__a"
|
|
55948
55912
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -56306,8 +56270,7 @@ function _extends$t() { _extends$t = Object.assign ? Object.assign.bind() : func
|
|
|
56306
56270
|
var SvgIluFinishedProduct = function SvgIluFinishedProduct(props) {
|
|
56307
56271
|
return /*#__PURE__*/React.createElement("svg", _extends$t({
|
|
56308
56272
|
xmlns: "http://www.w3.org/2000/svg",
|
|
56309
|
-
|
|
56310
|
-
height: 170
|
|
56273
|
+
viewBox: "0 0 170 170"
|
|
56311
56274
|
}, props), _defs$l || (_defs$l = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
56312
56275
|
id: "ilu_finished-product_svg__a"
|
|
56313
56276
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -56558,8 +56521,7 @@ function _extends$s() { _extends$s = Object.assign ? Object.assign.bind() : func
|
|
|
56558
56521
|
var SvgIluFromPalletToRack = function SvgIluFromPalletToRack(props) {
|
|
56559
56522
|
return /*#__PURE__*/React.createElement("svg", _extends$s({
|
|
56560
56523
|
xmlns: "http://www.w3.org/2000/svg",
|
|
56561
|
-
|
|
56562
|
-
height: 170
|
|
56524
|
+
viewBox: "0 0 170 170"
|
|
56563
56525
|
}, props), _defs$k || (_defs$k = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
56564
56526
|
id: "ilu_from-pallet-to-rack_svg__a"
|
|
56565
56527
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -57067,8 +57029,7 @@ function _extends$r() { _extends$r = Object.assign ? Object.assign.bind() : func
|
|
|
57067
57029
|
var SvgIluInternalLogistic = function SvgIluInternalLogistic(props) {
|
|
57068
57030
|
return /*#__PURE__*/React.createElement("svg", _extends$r({
|
|
57069
57031
|
xmlns: "http://www.w3.org/2000/svg",
|
|
57070
|
-
|
|
57071
|
-
height: 170
|
|
57032
|
+
viewBox: "0 0 170 170"
|
|
57072
57033
|
}, props), _defs$j || (_defs$j = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
57073
57034
|
id: "ilu_internal-logistic_svg__a"
|
|
57074
57035
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -57519,8 +57480,7 @@ function _extends$q() { _extends$q = Object.assign ? Object.assign.bind() : func
|
|
|
57519
57480
|
var SvgIluInventory = function SvgIluInventory(props) {
|
|
57520
57481
|
return /*#__PURE__*/React.createElement("svg", _extends$q({
|
|
57521
57482
|
xmlns: "http://www.w3.org/2000/svg",
|
|
57522
|
-
|
|
57523
|
-
height: 170
|
|
57483
|
+
viewBox: "0 0 170 170"
|
|
57524
57484
|
}, props), _defs$i || (_defs$i = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
57525
57485
|
id: "ilu_inventory_svg__a"
|
|
57526
57486
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -58427,8 +58387,7 @@ function _extends$p() { _extends$p = Object.assign ? Object.assign.bind() : func
|
|
|
58427
58387
|
var SvgIluInventoryTransfer = function SvgIluInventoryTransfer(props) {
|
|
58428
58388
|
return /*#__PURE__*/React.createElement("svg", _extends$p({
|
|
58429
58389
|
xmlns: "http://www.w3.org/2000/svg",
|
|
58430
|
-
|
|
58431
|
-
height: 170
|
|
58390
|
+
viewBox: "0 0 170 170"
|
|
58432
58391
|
}, props), _defs$h || (_defs$h = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
58433
58392
|
id: "ilu_inventory-transfer_svg__a"
|
|
58434
58393
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -58634,8 +58593,7 @@ function _extends$o() { _extends$o = Object.assign ? Object.assign.bind() : func
|
|
|
58634
58593
|
var SvgIluLabelingOfPallets = function SvgIluLabelingOfPallets(props) {
|
|
58635
58594
|
return /*#__PURE__*/React.createElement("svg", _extends$o({
|
|
58636
58595
|
xmlns: "http://www.w3.org/2000/svg",
|
|
58637
|
-
|
|
58638
|
-
height: 170
|
|
58596
|
+
viewBox: "0 0 170 170"
|
|
58639
58597
|
}, props), _defs$g || (_defs$g = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
58640
58598
|
id: "ilu_labeling-of-pallets_svg__a"
|
|
58641
58599
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -58969,8 +58927,7 @@ function _extends$n() { _extends$n = Object.assign ? Object.assign.bind() : func
|
|
|
58969
58927
|
var SvgIluLoadingCar = function SvgIluLoadingCar(props) {
|
|
58970
58928
|
return /*#__PURE__*/React.createElement("svg", _extends$n({
|
|
58971
58929
|
xmlns: "http://www.w3.org/2000/svg",
|
|
58972
|
-
|
|
58973
|
-
height: 170
|
|
58930
|
+
viewBox: "0 0 170 170"
|
|
58974
58931
|
}, props), _defs$f || (_defs$f = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
58975
58932
|
id: "ilu_loading-car_svg__a"
|
|
58976
58933
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -59350,8 +59307,7 @@ function _extends$m() { _extends$m = Object.assign ? Object.assign.bind() : func
|
|
|
59350
59307
|
var SvgIluManualTransfer = function SvgIluManualTransfer(props) {
|
|
59351
59308
|
return /*#__PURE__*/React.createElement("svg", _extends$m({
|
|
59352
59309
|
xmlns: "http://www.w3.org/2000/svg",
|
|
59353
|
-
|
|
59354
|
-
height: 170
|
|
59310
|
+
viewBox: "0 0 170 170"
|
|
59355
59311
|
}, props), _g$j || (_g$j = /*#__PURE__*/React.createElement("g", {
|
|
59356
59312
|
transform: "translate(9.215 12.933)"
|
|
59357
59313
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -60007,8 +59963,7 @@ function _extends$l() { _extends$l = Object.assign ? Object.assign.bind() : func
|
|
|
60007
59963
|
var SvgIluMoveGoodsFromPalletToAnother = function SvgIluMoveGoodsFromPalletToAnother(props) {
|
|
60008
59964
|
return /*#__PURE__*/React.createElement("svg", _extends$l({
|
|
60009
59965
|
xmlns: "http://www.w3.org/2000/svg",
|
|
60010
|
-
|
|
60011
|
-
height: 170
|
|
59966
|
+
viewBox: "0 0 170 170"
|
|
60012
59967
|
}, props), _defs$e || (_defs$e = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
60013
59968
|
id: "ilu_move-goods-from-pallet-to-another_svg__a"
|
|
60014
59969
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -60364,8 +60319,7 @@ function _extends$k() { _extends$k = Object.assign ? Object.assign.bind() : func
|
|
|
60364
60319
|
var SvgIluPrintingLabel = function SvgIluPrintingLabel(props) {
|
|
60365
60320
|
return /*#__PURE__*/React.createElement("svg", _extends$k({
|
|
60366
60321
|
xmlns: "http://www.w3.org/2000/svg",
|
|
60367
|
-
|
|
60368
|
-
height: 170
|
|
60322
|
+
viewBox: "0 0 170 170"
|
|
60369
60323
|
}, props), _defs$d || (_defs$d = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
60370
60324
|
id: "ilu_printing-label_svg__a"
|
|
60371
60325
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -60549,8 +60503,7 @@ function _extends$j() { _extends$j = Object.assign ? Object.assign.bind() : func
|
|
|
60549
60503
|
var SvgIluProduction = function SvgIluProduction(props) {
|
|
60550
60504
|
return /*#__PURE__*/React.createElement("svg", _extends$j({
|
|
60551
60505
|
xmlns: "http://www.w3.org/2000/svg",
|
|
60552
|
-
|
|
60553
|
-
height: 170
|
|
60506
|
+
viewBox: "0 0 170 170"
|
|
60554
60507
|
}, props), _defs$c || (_defs$c = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
60555
60508
|
id: "ilu_production_svg__a"
|
|
60556
60509
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -61008,8 +60961,7 @@ function _extends$i() { _extends$i = Object.assign ? Object.assign.bind() : func
|
|
|
61008
60961
|
var SvgIluQualityControl = function SvgIluQualityControl(props) {
|
|
61009
60962
|
return /*#__PURE__*/React.createElement("svg", _extends$i({
|
|
61010
60963
|
xmlns: "http://www.w3.org/2000/svg",
|
|
61011
|
-
|
|
61012
|
-
height: 170
|
|
60964
|
+
viewBox: "0 0 170 170"
|
|
61013
60965
|
}, props), _defs$b || (_defs$b = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
61014
60966
|
id: "ilu_quality-control_svg__a"
|
|
61015
60967
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -61667,8 +61619,7 @@ function _extends$h() { _extends$h = Object.assign ? Object.assign.bind() : func
|
|
|
61667
61619
|
var SvgIluReleaseOfGoodsFromWarehouse = function SvgIluReleaseOfGoodsFromWarehouse(props) {
|
|
61668
61620
|
return /*#__PURE__*/React.createElement("svg", _extends$h({
|
|
61669
61621
|
xmlns: "http://www.w3.org/2000/svg",
|
|
61670
|
-
|
|
61671
|
-
height: 170
|
|
61622
|
+
viewBox: "0 0 170 170"
|
|
61672
61623
|
}, props), _defs$a || (_defs$a = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
61673
61624
|
id: "ilu_release-of-goods-from-warehouse_svg__a"
|
|
61674
61625
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -62127,8 +62078,7 @@ function _extends$g() { _extends$g = Object.assign ? Object.assign.bind() : func
|
|
|
62127
62078
|
var SvgIluRemoveGoodsFromPallet = function SvgIluRemoveGoodsFromPallet(props) {
|
|
62128
62079
|
return /*#__PURE__*/React.createElement("svg", _extends$g({
|
|
62129
62080
|
xmlns: "http://www.w3.org/2000/svg",
|
|
62130
|
-
|
|
62131
|
-
height: 170
|
|
62081
|
+
viewBox: "0 0 170 170"
|
|
62132
62082
|
}, props), _defs$9 || (_defs$9 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
62133
62083
|
id: "ilu_remove_goods_from_pallet_svg__a"
|
|
62134
62084
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -62316,8 +62266,7 @@ function _extends$f() { _extends$f = Object.assign ? Object.assign.bind() : func
|
|
|
62316
62266
|
var SvgIluReprintingLabel = function SvgIluReprintingLabel(props) {
|
|
62317
62267
|
return /*#__PURE__*/React.createElement("svg", _extends$f({
|
|
62318
62268
|
xmlns: "http://www.w3.org/2000/svg",
|
|
62319
|
-
|
|
62320
|
-
height: 170
|
|
62269
|
+
viewBox: "0 0 170 170"
|
|
62321
62270
|
}, props), _defs$8 || (_defs$8 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
62322
62271
|
id: "ilu_reprinting-label_svg__a"
|
|
62323
62272
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -62549,8 +62498,7 @@ function _extends$e() { _extends$e = Object.assign ? Object.assign.bind() : func
|
|
|
62549
62498
|
var SvgIluReturnFromCustomers = function SvgIluReturnFromCustomers(props) {
|
|
62550
62499
|
return /*#__PURE__*/React.createElement("svg", _extends$e({
|
|
62551
62500
|
xmlns: "http://www.w3.org/2000/svg",
|
|
62552
|
-
|
|
62553
|
-
height: 170
|
|
62501
|
+
viewBox: "0 0 170 170"
|
|
62554
62502
|
}, props), _defs$7 || (_defs$7 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
62555
62503
|
id: "ilu_return-from-customers_svg__a"
|
|
62556
62504
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -62971,8 +62919,7 @@ function _extends$c() { _extends$c = Object.assign ? Object.assign.bind() : func
|
|
|
62971
62919
|
var SvgIluShiftPallet = function SvgIluShiftPallet(props) {
|
|
62972
62920
|
return /*#__PURE__*/React.createElement("svg", _extends$c({
|
|
62973
62921
|
xmlns: "http://www.w3.org/2000/svg",
|
|
62974
|
-
|
|
62975
|
-
height: 170
|
|
62922
|
+
viewBox: "0 0 170 170"
|
|
62976
62923
|
}, props), _defs$5 || (_defs$5 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
62977
62924
|
id: "ilu_shift_pallet_svg__a"
|
|
62978
62925
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -63418,8 +63365,7 @@ function _extends$a() { _extends$a = Object.assign ? Object.assign.bind() : func
|
|
|
63418
63365
|
var SvgIluStatusChange = function SvgIluStatusChange(props) {
|
|
63419
63366
|
return /*#__PURE__*/React.createElement("svg", _extends$a({
|
|
63420
63367
|
xmlns: "http://www.w3.org/2000/svg",
|
|
63421
|
-
|
|
63422
|
-
height: 170
|
|
63368
|
+
viewBox: "0 0 170 170"
|
|
63423
63369
|
}, props), _defs$4 || (_defs$4 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
63424
63370
|
id: "ilu_status-change_svg__a"
|
|
63425
63371
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -63571,8 +63517,7 @@ function _extends$9() { _extends$9 = Object.assign ? Object.assign.bind() : func
|
|
|
63571
63517
|
var SvgIluStorageField = function SvgIluStorageField(props) {
|
|
63572
63518
|
return /*#__PURE__*/React.createElement("svg", _extends$9({
|
|
63573
63519
|
xmlns: "http://www.w3.org/2000/svg",
|
|
63574
|
-
|
|
63575
|
-
height: 170
|
|
63520
|
+
viewBox: "0 0 170 170"
|
|
63576
63521
|
}, props), _defs$3 || (_defs$3 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
63577
63522
|
id: "ilu_storage-field_svg__a"
|
|
63578
63523
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -63977,8 +63922,7 @@ function _extends$8() { _extends$8 = Object.assign ? Object.assign.bind() : func
|
|
|
63977
63922
|
var SvgIluWarehouseLoading = function SvgIluWarehouseLoading(props) {
|
|
63978
63923
|
return /*#__PURE__*/React.createElement("svg", _extends$8({
|
|
63979
63924
|
xmlns: "http://www.w3.org/2000/svg",
|
|
63980
|
-
|
|
63981
|
-
height: 170
|
|
63925
|
+
viewBox: "0 0 170 170"
|
|
63982
63926
|
}, props), _defs$2 || (_defs$2 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
63983
63927
|
id: "ilu_warehouse-loading_svg__a"
|
|
63984
63928
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -64350,8 +64294,7 @@ function _extends$7() { _extends$7 = Object.assign ? Object.assign.bind() : func
|
|
|
64350
64294
|
var SvgMovingBoxToAnotherShelf = function SvgMovingBoxToAnotherShelf(props) {
|
|
64351
64295
|
return /*#__PURE__*/React.createElement("svg", _extends$7({
|
|
64352
64296
|
xmlns: "http://www.w3.org/2000/svg",
|
|
64353
|
-
|
|
64354
|
-
height: 170
|
|
64297
|
+
viewBox: "0 0 170 170"
|
|
64355
64298
|
}, props), _g$6 || (_g$6 = /*#__PURE__*/React.createElement("g", {
|
|
64356
64299
|
"data-name": "Group 46074"
|
|
64357
64300
|
}, /*#__PURE__*/React.createElement("g", {
|
|
@@ -65211,8 +65154,7 @@ var SvgIluSearch = function SvgIluSearch(props) {
|
|
|
65211
65154
|
return /*#__PURE__*/React.createElement("svg", _extends$6({
|
|
65212
65155
|
"data-name": "Component 35 \\u2013 1",
|
|
65213
65156
|
xmlns: "http://www.w3.org/2000/svg",
|
|
65214
|
-
|
|
65215
|
-
height: 184.006
|
|
65157
|
+
viewBox: "0 0 184.006 184.006"
|
|
65216
65158
|
}, props), _defs$1 || (_defs$1 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
65217
65159
|
id: "ilu_search_svg__a"
|
|
65218
65160
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -65424,8 +65366,7 @@ var SvgIlu404 = function SvgIlu404(props) {
|
|
|
65424
65366
|
return /*#__PURE__*/React.createElement("svg", _extends$5({
|
|
65425
65367
|
"data-name": "Component 34 \\u2013 1",
|
|
65426
65368
|
xmlns: "http://www.w3.org/2000/svg",
|
|
65427
|
-
|
|
65428
|
-
height: 184.006
|
|
65369
|
+
viewBox: "0 0 184.006 184.006"
|
|
65429
65370
|
}, props), _defs || (_defs = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
65430
65371
|
id: "ilu_404_svg__a"
|
|
65431
65372
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -65885,8 +65826,6 @@ function _extends$4() { _extends$4 = Object.assign ? Object.assign.bind() : func
|
|
|
65885
65826
|
var SvgLogoXelcode = function SvgLogoXelcode(props) {
|
|
65886
65827
|
return /*#__PURE__*/React.createElement("svg", _extends$4({
|
|
65887
65828
|
xmlns: "http://www.w3.org/2000/svg",
|
|
65888
|
-
width: 473.043,
|
|
65889
|
-
height: 50,
|
|
65890
65829
|
viewBox: "0 0 473.043 77.554"
|
|
65891
65830
|
}, props), _g$3 || (_g$3 = /*#__PURE__*/React.createElement("g", {
|
|
65892
65831
|
"data-name": "Group 44021"
|
|
@@ -65943,8 +65882,7 @@ function _extends$3() { _extends$3 = Object.assign ? Object.assign.bind() : func
|
|
|
65943
65882
|
var SvgLogoXelcodeDashboard = function SvgLogoXelcodeDashboard(props) {
|
|
65944
65883
|
return /*#__PURE__*/React.createElement("svg", _extends$3({
|
|
65945
65884
|
xmlns: "http://www.w3.org/2000/svg",
|
|
65946
|
-
|
|
65947
|
-
height: 124
|
|
65885
|
+
viewBox: "0 0 469.159 124"
|
|
65948
65886
|
}, props), _g$2 || (_g$2 = /*#__PURE__*/React.createElement("g", {
|
|
65949
65887
|
"data-name": "Group 47387"
|
|
65950
65888
|
}, /*#__PURE__*/React.createElement("path", {
|