@xelto.npm/xc2-lib 0.0.27 → 0.0.28

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/esm/index.js CHANGED
@@ -1359,8 +1359,8 @@ function requireReactJsxRuntime_development () {
1359
1359
  }
1360
1360
  } (jsxRuntime));
1361
1361
 
1362
- function _extends$19() {
1363
- _extends$19 = Object.assign ? Object.assign.bind() : function (target) {
1362
+ function _extends$1b() {
1363
+ _extends$1b = Object.assign ? Object.assign.bind() : function (target) {
1364
1364
  for (var i = 1; i < arguments.length; i++) {
1365
1365
  var source = arguments[i];
1366
1366
  for (var key in source) {
@@ -1371,7 +1371,7 @@ function _extends$19() {
1371
1371
  }
1372
1372
  return target;
1373
1373
  };
1374
- return _extends$19.apply(this, arguments);
1374
+ return _extends$1b.apply(this, arguments);
1375
1375
  }
1376
1376
 
1377
1377
  function _objectWithoutPropertiesLoose(source, excluded) {
@@ -1387,7 +1387,7 @@ function _objectWithoutPropertiesLoose(source, excluded) {
1387
1387
  return target;
1388
1388
  }
1389
1389
 
1390
- var _extends$18 = {exports: {}};
1390
+ var _extends$1a = {exports: {}};
1391
1391
 
1392
1392
  (function (module) {
1393
1393
  function _extends() {
@@ -1405,7 +1405,7 @@ var _extends$18 = {exports: {}};
1405
1405
  return _extends.apply(this, arguments);
1406
1406
  }
1407
1407
  module.exports = _extends, module.exports.__esModule = true, module.exports["default"] = module.exports;
1408
- } (_extends$18));
1408
+ } (_extends$1a));
1409
1409
 
1410
1410
  function memoize$1(fn) {
1411
1411
  var cache = Object.create(null);
@@ -3805,7 +3805,7 @@ var createStyled$1 = function createStyled(tag, options) {
3805
3805
  });
3806
3806
 
3807
3807
  Styled.withComponent = function (nextTag, nextOptions) {
3808
- return createStyled(nextTag, _extends$19({}, options, nextOptions, {
3808
+ return createStyled(nextTag, _extends$1b({}, options, nextOptions, {
3809
3809
  shouldForwardProp: composeShouldForwardProps(Styled, nextOptions, true)
3810
3810
  })).apply(void 0, styles);
3811
3811
  };
@@ -4840,7 +4840,7 @@ function isPlainObject(item) {
4840
4840
  function deepmerge(target, source, options = {
4841
4841
  clone: true
4842
4842
  }) {
4843
- const output = options.clone ? _extends$19({}, target) : target;
4843
+ const output = options.clone ? _extends$1b({}, target) : target;
4844
4844
  if (isPlainObject(target) && isPlainObject(source)) {
4845
4845
  Object.keys(source).forEach(key => {
4846
4846
  // Avoid prototype pollution
@@ -4946,7 +4946,7 @@ function exactProp(propTypes) {
4946
4946
  if (process.env.NODE_ENV === 'production') {
4947
4947
  return propTypes;
4948
4948
  }
4949
- return _extends$19({}, propTypes, {
4949
+ return _extends$1b({}, propTypes, {
4950
4950
  [specialProperty]: props => {
4951
4951
  const unsupportedProps = Object.keys(props).filter(prop => !propTypes.hasOwnProperty(prop));
4952
4952
  if (unsupportedProps.length > 0) {
@@ -5574,7 +5574,7 @@ process.env.NODE_ENV === 'production' ? validatorNoop : validator;
5574
5574
  * @returns {object} resolved props
5575
5575
  */
5576
5576
  function resolveProps(defaultProps, props) {
5577
- const output = _extends$19({}, props);
5577
+ const output = _extends$1b({}, props);
5578
5578
  Object.keys(defaultProps).forEach(propName => {
5579
5579
  if (output[propName] === undefined) {
5580
5580
  output[propName] = defaultProps[propName];
@@ -6502,12 +6502,12 @@ function extendSxProp(props) {
6502
6502
  if (!isPlainObject(result)) {
6503
6503
  return systemProps;
6504
6504
  }
6505
- return _extends$19({}, systemProps, result);
6505
+ return _extends$1b({}, systemProps, result);
6506
6506
  };
6507
6507
  } else {
6508
- finalSx = _extends$19({}, systemProps, inSx);
6508
+ finalSx = _extends$1b({}, systemProps, inSx);
6509
6509
  }
6510
- return _extends$19({}, otherProps, {
6510
+ return _extends$1b({}, otherProps, {
6511
6511
  sx: finalSx
6512
6512
  });
6513
6513
  }
@@ -6523,7 +6523,7 @@ const sortBreakpointsValues = values => {
6523
6523
  // Sort in ascending order
6524
6524
  breakpointsAsArray.sort((breakpoint1, breakpoint2) => breakpoint1.val - breakpoint2.val);
6525
6525
  return breakpointsAsArray.reduce((acc, obj) => {
6526
- return _extends$19({}, acc, {
6526
+ return _extends$1b({}, acc, {
6527
6527
  [obj.key]: obj.val
6528
6528
  });
6529
6529
  }, {});
@@ -6581,7 +6581,7 @@ function createBreakpoints(breakpoints) {
6581
6581
  }
6582
6582
  return between(key, keys[keys.indexOf(key) + 1]).replace('@media', '@media not all and');
6583
6583
  }
6584
- return _extends$19({
6584
+ return _extends$1b({
6585
6585
  keys,
6586
6586
  values: sortedValues,
6587
6587
  up,
@@ -6643,11 +6643,11 @@ function createTheme$1(options = {}, ...args) {
6643
6643
  direction: 'ltr',
6644
6644
  components: {},
6645
6645
  // Inject component definitions.
6646
- palette: _extends$19({
6646
+ palette: _extends$1b({
6647
6647
  mode: 'light'
6648
6648
  }, paletteInput),
6649
6649
  spacing,
6650
- shape: _extends$19({}, shape, shapeInput)
6650
+ shape: _extends$1b({}, shape, shapeInput)
6651
6651
  }, other);
6652
6652
  muiTheme = args.reduce((acc, argument) => deepmerge(acc, argument), muiTheme);
6653
6653
  return muiTheme;
@@ -6681,7 +6681,7 @@ function mergeOuterLocalTheme(outerTheme, localTheme) {
6681
6681
  }
6682
6682
  return mergedTheme;
6683
6683
  }
6684
- return _extends$19({}, outerTheme, localTheme);
6684
+ return _extends$1b({}, outerTheme, localTheme);
6685
6685
  }
6686
6686
 
6687
6687
  /**
@@ -6758,7 +6758,7 @@ function createBox(options = {}) {
6758
6758
  component = 'div'
6759
6759
  } = _extendSxProp,
6760
6760
  other = _objectWithoutPropertiesLoose(_extendSxProp, _excluded$f);
6761
- return /*#__PURE__*/jsxRuntime.exports.jsx(BoxRoot, _extends$19({
6761
+ return /*#__PURE__*/jsxRuntime.exports.jsx(BoxRoot, _extends$1b({
6762
6762
  as: component,
6763
6763
  ref: ref,
6764
6764
  className: clsx(className, generateClassName ? generateClassName(defaultClassName) : defaultClassName),
@@ -6888,7 +6888,7 @@ function createStyled(input = {}) {
6888
6888
  } = input;
6889
6889
  const systemSx = props => {
6890
6890
  const theme = isEmpty(props.theme) ? defaultTheme : props.theme;
6891
- return styleFunctionSx$1(_extends$19({}, props, {
6891
+ return styleFunctionSx$1(_extends$1b({}, props, {
6892
6892
  theme
6893
6893
  }));
6894
6894
  };
@@ -6924,7 +6924,7 @@ function createStyled(input = {}) {
6924
6924
  // for string (html) tag, preserve the behavior in emotion & styled-components.
6925
6925
  shouldForwardPropOption = undefined;
6926
6926
  }
6927
- const defaultStyledResolver = styled$2(tag, _extends$19({
6927
+ const defaultStyledResolver = styled$2(tag, _extends$1b({
6928
6928
  shouldForwardProp: shouldForwardPropOption,
6929
6929
  label
6930
6930
  }, options));
@@ -6938,7 +6938,7 @@ function createStyled(input = {}) {
6938
6938
  theme: themeInput
6939
6939
  } = _ref,
6940
6940
  other = _objectWithoutPropertiesLoose(_ref, _excluded2$1);
6941
- return stylesArg(_extends$19({
6941
+ return stylesArg(_extends$1b({
6942
6942
  theme: isEmpty(themeInput) ? defaultTheme : themeInput
6943
6943
  }, other));
6944
6944
  } : stylesArg;
@@ -6951,7 +6951,7 @@ function createStyled(input = {}) {
6951
6951
  if (styleOverrides) {
6952
6952
  const resolvedStyleOverrides = {};
6953
6953
  Object.entries(styleOverrides).forEach(([slotKey, slotStyle]) => {
6954
- resolvedStyleOverrides[slotKey] = typeof slotStyle === 'function' ? slotStyle(_extends$19({}, props, {
6954
+ resolvedStyleOverrides[slotKey] = typeof slotStyle === 'function' ? slotStyle(_extends$1b({}, props, {
6955
6955
  theme
6956
6956
  })) : slotStyle;
6957
6957
  });
@@ -6986,7 +6986,7 @@ function createStyled(input = {}) {
6986
6986
  theme: themeInput
6987
6987
  } = _ref2,
6988
6988
  other = _objectWithoutPropertiesLoose(_ref2, _excluded3);
6989
- return styleArg(_extends$19({
6989
+ return styleArg(_extends$1b({
6990
6990
  theme: isEmpty(themeInput) ? defaultTheme : themeInput
6991
6991
  }, other));
6992
6992
  };
@@ -7635,7 +7635,7 @@ function useCurrentColorScheme(options) {
7635
7635
  } catch (e) {
7636
7636
  // Unsupported
7637
7637
  }
7638
- return _extends$19({}, currentState, {
7638
+ return _extends$1b({}, currentState, {
7639
7639
  mode: newMode,
7640
7640
  systemMode: getSystemMode(newMode)
7641
7641
  });
@@ -7650,7 +7650,7 @@ function useCurrentColorScheme(options) {
7650
7650
  } catch (e) {
7651
7651
  // Unsupported
7652
7652
  }
7653
- return _extends$19({}, currentState, {
7653
+ return _extends$1b({}, currentState, {
7654
7654
  lightColorScheme: defaultLightColorScheme,
7655
7655
  darkColorScheme: defaultDarkColorScheme
7656
7656
  });
@@ -7660,7 +7660,7 @@ function useCurrentColorScheme(options) {
7660
7660
  console.error(`\`${value}\` does not exist in \`theme.colorSchemes\`.`);
7661
7661
  } else {
7662
7662
  setState(currentState => {
7663
- const newState = _extends$19({}, currentState);
7663
+ const newState = _extends$1b({}, currentState);
7664
7664
  processState(currentState, mode => {
7665
7665
  try {
7666
7666
  localStorage.setItem(`${colorSchemeStorageKey}-${mode}`, value);
@@ -7679,7 +7679,7 @@ function useCurrentColorScheme(options) {
7679
7679
  }
7680
7680
  } else {
7681
7681
  setState(currentState => {
7682
- const newState = _extends$19({}, currentState);
7682
+ const newState = _extends$1b({}, currentState);
7683
7683
  const newLightColorScheme = value.light === null ? defaultLightColorScheme : value.light;
7684
7684
  const newDarkColorScheme = value.dark === null ? defaultDarkColorScheme : value.dark;
7685
7685
  if (newLightColorScheme) {
@@ -7712,7 +7712,7 @@ function useCurrentColorScheme(options) {
7712
7712
  }, [joinedColorSchemes, colorSchemeStorageKey, defaultLightColorScheme, defaultDarkColorScheme]);
7713
7713
  const handleMediaQuery = React.useCallback(e => {
7714
7714
  if (state.mode === 'system') {
7715
- setState(currentState => _extends$19({}, currentState, {
7715
+ setState(currentState => _extends$1b({}, currentState, {
7716
7716
  systemMode: e != null && e.matches ? 'dark' : 'light'
7717
7717
  }));
7718
7718
  }
@@ -7761,7 +7761,7 @@ function useCurrentColorScheme(options) {
7761
7761
  }
7762
7762
  return undefined;
7763
7763
  }, [setColorScheme, setMode, modeStorageKey, colorSchemeStorageKey, joinedColorSchemes, defaultMode, storageWindow]);
7764
- return _extends$19({}, state, {
7764
+ return _extends$1b({}, state, {
7765
7765
  colorScheme,
7766
7766
  setMode,
7767
7767
  setColorScheme
@@ -7881,7 +7881,7 @@ function createCssVarsProvider(options) {
7881
7881
  });
7882
7882
 
7883
7883
  // 3. Start composing the theme object
7884
- const theme = _extends$19({}, restThemeProp, {
7884
+ const theme = _extends$1b({}, restThemeProp, {
7885
7885
  components,
7886
7886
  colorSchemes,
7887
7887
  cssVarPrefix,
@@ -7908,7 +7908,7 @@ function createCssVarsProvider(options) {
7908
7908
  Object.keys(scheme).forEach(schemeKey => {
7909
7909
  if (scheme[schemeKey] && typeof scheme[schemeKey] === 'object') {
7910
7910
  // shallow merge the 1st level structure of the theme.
7911
- theme[schemeKey] = _extends$19({}, theme[schemeKey], scheme[schemeKey]);
7911
+ theme[schemeKey] = _extends$1b({}, theme[schemeKey], scheme[schemeKey]);
7912
7912
  } else {
7913
7913
  theme[schemeKey] = scheme[schemeKey];
7914
7914
  }
@@ -8080,7 +8080,7 @@ function createCssVarsProvider(options) {
8080
8080
  } : void 0;
8081
8081
  const defaultLightColorScheme = typeof designSystemColorScheme === 'string' ? designSystemColorScheme : designSystemColorScheme.light;
8082
8082
  const defaultDarkColorScheme = typeof designSystemColorScheme === 'string' ? designSystemColorScheme : designSystemColorScheme.dark;
8083
- const getInitColorSchemeScript$1 = params => getInitColorSchemeScript(_extends$19({
8083
+ const getInitColorSchemeScript$1 = params => getInitColorSchemeScript(_extends$1b({
8084
8084
  attribute: defaultAttribute,
8085
8085
  colorSchemeStorageKey: defaultColorSchemeStorageKey,
8086
8086
  defaultMode: designSystemMode,
@@ -8160,7 +8160,7 @@ function createContainer(options = {}) {
8160
8160
  const ContainerRoot = createStyledComponent(({
8161
8161
  theme,
8162
8162
  ownerState
8163
- }) => _extends$19({
8163
+ }) => _extends$1b({
8164
8164
  width: '100%',
8165
8165
  marginLeft: 'auto',
8166
8166
  boxSizing: 'border-box',
@@ -8190,7 +8190,7 @@ function createContainer(options = {}) {
8190
8190
  }, {}), ({
8191
8191
  theme,
8192
8192
  ownerState
8193
- }) => _extends$19({}, ownerState.maxWidth === 'xs' && {
8193
+ }) => _extends$1b({}, ownerState.maxWidth === 'xs' && {
8194
8194
  // @ts-ignore module augmentation fails if custom breakpoints are used
8195
8195
  [theme.breakpoints.up('xs')]: {
8196
8196
  // @ts-ignore module augmentation fails if custom breakpoints are used
@@ -8215,7 +8215,7 @@ function createContainer(options = {}) {
8215
8215
  maxWidth = 'lg'
8216
8216
  } = props,
8217
8217
  other = _objectWithoutPropertiesLoose(props, _excluded$b);
8218
- const ownerState = _extends$19({}, props, {
8218
+ const ownerState = _extends$1b({}, props, {
8219
8219
  component,
8220
8220
  disableGutters,
8221
8221
  fixed,
@@ -8227,7 +8227,7 @@ function createContainer(options = {}) {
8227
8227
  return (
8228
8228
  /*#__PURE__*/
8229
8229
  // @ts-ignore theme is injected by the styled util
8230
- jsxRuntime.exports.jsx(ContainerRoot, _extends$19({
8230
+ jsxRuntime.exports.jsx(ContainerRoot, _extends$1b({
8231
8231
  as: component
8232
8232
  // @ts-ignore module augmentation fails if custom breakpoints are used
8233
8233
  ,
@@ -8472,10 +8472,10 @@ const generateGridDirectionStyles = ({
8472
8472
  const generateGridStyles = ({
8473
8473
  ownerState
8474
8474
  }) => {
8475
- return _extends$19({
8475
+ return _extends$1b({
8476
8476
  minWidth: 0,
8477
8477
  boxSizing: 'border-box'
8478
- }, ownerState.container ? _extends$19({
8478
+ }, ownerState.container ? _extends$1b({
8479
8479
  display: 'flex',
8480
8480
  flexWrap: 'wrap'
8481
8481
  }, ownerState.wrap && ownerState.wrap !== 'wrap' && {
@@ -8484,14 +8484,14 @@ const generateGridStyles = ({
8484
8484
  margin: `calc(var(--Grid-rowSpacing) / -2) calc(var(--Grid-columnSpacing) / -2)`
8485
8485
  }, ownerState.disableEqualOverflow && {
8486
8486
  margin: `calc(var(--Grid-rowSpacing) * -1) 0px 0px calc(var(--Grid-columnSpacing) * -1)`
8487
- }, ownerState.nested ? _extends$19({
8487
+ }, ownerState.nested ? _extends$1b({
8488
8488
  padding: `calc(var(--Grid-nested-rowSpacing) / 2) calc(var(--Grid-nested-columnSpacing) / 2)`
8489
8489
  }, (ownerState.disableEqualOverflow || ownerState.parentDisableEqualOverflow) && {
8490
8490
  padding: `calc(var(--Grid-nested-rowSpacing)) 0px 0px calc(var(--Grid-nested-columnSpacing))`
8491
8491
  }) : {
8492
8492
  '--Grid-nested-rowSpacing': 'var(--Grid-rowSpacing)',
8493
8493
  '--Grid-nested-columnSpacing': 'var(--Grid-columnSpacing)'
8494
- }) : _extends$19({
8494
+ }) : _extends$1b({
8495
8495
  padding: `calc(var(--Grid-rowSpacing) / 2) calc(var(--Grid-columnSpacing) / 2)`
8496
8496
  }, ownerState.disableEqualOverflow && {
8497
8497
  padding: `calc(var(--Grid-rowSpacing)) 0px 0px calc(var(--Grid-columnSpacing))`
@@ -8618,7 +8618,7 @@ function createGrid(options = {}) {
8618
8618
  const spacing = (_inProps$spacing = inProps.spacing) != null ? _inProps$spacing : nested ? undefined : spacingProp;
8619
8619
  const rowSpacing = (_ref = (_inProps$rowSpacing = inProps.rowSpacing) != null ? _inProps$rowSpacing : inProps.spacing) != null ? _ref : nested ? undefined : rowSpacingProp;
8620
8620
  const columnSpacing = (_ref2 = (_inProps$columnSpacin = inProps.columnSpacing) != null ? _inProps$columnSpacin : inProps.spacing) != null ? _ref2 : nested ? undefined : columnSpacingProp;
8621
- const ownerState = _extends$19({}, props, {
8621
+ const ownerState = _extends$1b({}, props, {
8622
8622
  nested,
8623
8623
  columns,
8624
8624
  container,
@@ -8635,7 +8635,7 @@ function createGrid(options = {}) {
8635
8635
  });
8636
8636
 
8637
8637
  const classes = useUtilityClasses(ownerState, theme);
8638
- let result = /*#__PURE__*/jsxRuntime.exports.jsx(GridRoot, _extends$19({
8638
+ let result = /*#__PURE__*/jsxRuntime.exports.jsx(GridRoot, _extends$1b({
8639
8639
  ref: ref,
8640
8640
  as: component,
8641
8641
  ownerState: ownerState,
@@ -8895,7 +8895,7 @@ const style = ({
8895
8895
  ownerState,
8896
8896
  theme
8897
8897
  }) => {
8898
- let styles = _extends$19({
8898
+ let styles = _extends$1b({
8899
8899
  display: 'flex',
8900
8900
  flexDirection: 'column'
8901
8901
  }, handleBreakpoints({
@@ -8977,7 +8977,7 @@ function createStack(options = {}) {
8977
8977
  spacing
8978
8978
  };
8979
8979
  const classes = useUtilityClasses();
8980
- return /*#__PURE__*/jsxRuntime.exports.jsx(StackRoot, _extends$19({
8980
+ return /*#__PURE__*/jsxRuntime.exports.jsx(StackRoot, _extends$1b({
8981
8981
  as: component,
8982
8982
  ownerState: ownerState,
8983
8983
  ref: ref,
@@ -9041,7 +9041,7 @@ process.env.NODE_ENV !== "production" ? Stack.propTypes /* remove-proptypes */ =
9041
9041
  generateUtilityClasses('MuiStack', ['root']);
9042
9042
 
9043
9043
  function createMixins(breakpoints, mixins) {
9044
- return _extends$19({
9044
+ return _extends$1b({
9045
9045
  toolbar: {
9046
9046
  minHeight: 56,
9047
9047
  [breakpoints.up('xs')]: {
@@ -9377,7 +9377,7 @@ function createPalette(palette) {
9377
9377
  lightShade = 300,
9378
9378
  darkShade = 700
9379
9379
  }) => {
9380
- color = _extends$19({}, color);
9380
+ color = _extends$1b({}, color);
9381
9381
  if (!color.main && color[mainShade]) {
9382
9382
  color.main = color[mainShade];
9383
9383
  }
@@ -9417,9 +9417,9 @@ const theme2 = createTheme({ palette: {
9417
9417
  console.error(`MUI: The palette mode \`${mode}\` is not supported.`);
9418
9418
  }
9419
9419
  }
9420
- const paletteOutput = deepmerge(_extends$19({
9420
+ const paletteOutput = deepmerge(_extends$1b({
9421
9421
  // A collection of common colors.
9422
- common: _extends$19({}, common),
9422
+ common: _extends$1b({}, common),
9423
9423
  // prevent mutable object.
9424
9424
  // The palette mode, can be light or dark.
9425
9425
  mode,
@@ -9515,7 +9515,7 @@ function createTypography(palette, typography) {
9515
9515
  }
9516
9516
  const coef = fontSize / 14;
9517
9517
  const pxToRem = pxToRem2 || (size => `${size / htmlFontSize * coef}rem`);
9518
- const buildVariant = (fontWeight, size, lineHeight, letterSpacing, casing) => _extends$19({
9518
+ const buildVariant = (fontWeight, size, lineHeight, letterSpacing, casing) => _extends$1b({
9519
9519
  fontFamily,
9520
9520
  fontWeight,
9521
9521
  fontSize: pxToRem(size),
@@ -9539,7 +9539,7 @@ function createTypography(palette, typography) {
9539
9539
  caption: buildVariant(fontWeightRegular, 12, 1.66, 0.4),
9540
9540
  overline: buildVariant(fontWeightRegular, 12, 2.66, 1, caseAllCaps)
9541
9541
  };
9542
- return deepmerge(_extends$19({
9542
+ return deepmerge(_extends$1b({
9543
9543
  htmlFontSize,
9544
9544
  pxToRem,
9545
9545
  fontFamily,
@@ -9606,8 +9606,8 @@ function getAutoHeightDuration(height) {
9606
9606
  return Math.round((4 + 15 * constant ** 0.25 + constant / 5) * 10);
9607
9607
  }
9608
9608
  function createTransitions(inputTransitions) {
9609
- const mergedEasing = _extends$19({}, easing, inputTransitions.easing);
9610
- const mergedDuration = _extends$19({}, duration, inputTransitions.duration);
9609
+ const mergedEasing = _extends$1b({}, easing, inputTransitions.easing);
9610
+ const mergedDuration = _extends$1b({}, duration, inputTransitions.duration);
9611
9611
  const create = (props = ['all'], options = {}) => {
9612
9612
  const {
9613
9613
  duration: durationOption = mergedDuration.standard,
@@ -9638,7 +9638,7 @@ function createTransitions(inputTransitions) {
9638
9638
  }
9639
9639
  return (Array.isArray(props) ? props : [props]).map(animatedProp => `${animatedProp} ${typeof durationOption === 'string' ? durationOption : formatMs(durationOption)} ${easingOption} ${typeof delay === 'string' ? delay : formatMs(delay)}`).join(',');
9640
9640
  };
9641
- return _extends$19({
9641
+ return _extends$1b({
9642
9642
  getAutoHeightDuration,
9643
9643
  create
9644
9644
  }, inputTransitions, {
@@ -9682,7 +9682,7 @@ Please use another name.` : formatMuiErrorMessage(18));
9682
9682
  shadows: shadows.slice(),
9683
9683
  typography: createTypography(palette, typographyInput),
9684
9684
  transitions: createTransitions(transitionsInput),
9685
- zIndex: _extends$19({}, zIndex)
9685
+ zIndex: _extends$1b({}, zIndex)
9686
9686
  });
9687
9687
  muiTheme = deepmerge(muiTheme, other);
9688
9688
  muiTheme = args.reduce((acc, argument) => deepmerge(acc, argument), muiTheme);
@@ -9786,7 +9786,7 @@ function extendTheme(options = {}, ...args) {
9786
9786
  } = options,
9787
9787
  input = _objectWithoutPropertiesLoose(options, _excluded$4);
9788
9788
  const getCssVar = createGetCssVar(cssVarPrefix);
9789
- const _createThemeWithoutVa = createTheme(_extends$19({}, input, colorSchemesInput.light && {
9789
+ const _createThemeWithoutVa = createTheme(_extends$1b({}, input, colorSchemesInput.light && {
9790
9790
  palette: (_colorSchemesInput$li = colorSchemesInput.light) == null ? void 0 : _colorSchemesInput$li.palette
9791
9791
  })),
9792
9792
  {
@@ -9796,17 +9796,17 @@ function extendTheme(options = {}, ...args) {
9796
9796
  const {
9797
9797
  palette: darkPalette
9798
9798
  } = createTheme({
9799
- palette: _extends$19({
9799
+ palette: _extends$1b({
9800
9800
  mode: 'dark'
9801
9801
  }, (_colorSchemesInput$da = colorSchemesInput.dark) == null ? void 0 : _colorSchemesInput$da.palette)
9802
9802
  });
9803
- let theme = _extends$19({}, muiTheme, {
9803
+ let theme = _extends$1b({}, muiTheme, {
9804
9804
  cssVarPrefix,
9805
9805
  getCssVar,
9806
- colorSchemes: _extends$19({}, colorSchemesInput, {
9807
- light: _extends$19({}, colorSchemesInput.light, {
9806
+ colorSchemes: _extends$1b({}, colorSchemesInput, {
9807
+ light: _extends$1b({}, colorSchemesInput.light, {
9808
9808
  palette: lightPalette,
9809
- opacity: _extends$19({
9809
+ opacity: _extends$1b({
9810
9810
  inputPlaceholder: 0.42,
9811
9811
  inputUnderline: 0.42,
9812
9812
  switchTrackDisabled: 0.12,
@@ -9814,9 +9814,9 @@ function extendTheme(options = {}, ...args) {
9814
9814
  }, (_colorSchemesInput$li2 = colorSchemesInput.light) == null ? void 0 : _colorSchemesInput$li2.opacity),
9815
9815
  overlays: ((_colorSchemesInput$li3 = colorSchemesInput.light) == null ? void 0 : _colorSchemesInput$li3.overlays) || []
9816
9816
  }),
9817
- dark: _extends$19({}, colorSchemesInput.dark, {
9817
+ dark: _extends$1b({}, colorSchemesInput.dark, {
9818
9818
  palette: darkPalette,
9819
- opacity: _extends$19({
9819
+ opacity: _extends$1b({
9820
9820
  inputPlaceholder: 0.5,
9821
9821
  inputUnderline: 0.7,
9822
9822
  switchTrackDisabled: 0.2,
@@ -10024,7 +10024,7 @@ createCssVarsProvider({
10024
10024
  dark: 'dark'
10025
10025
  },
10026
10026
  resolveTheme: theme => {
10027
- const newTheme = _extends$19({}, theme, {
10027
+ const newTheme = _extends$1b({}, theme, {
10028
10028
  typography: createTypography(theme.palette, theme.typography)
10029
10029
  });
10030
10030
  return newTheme;
@@ -10129,7 +10129,7 @@ const TypographyRoot = styled('span', {
10129
10129
  })(({
10130
10130
  theme,
10131
10131
  ownerState
10132
- }) => _extends$19({
10132
+ }) => _extends$1b({
10133
10133
  margin: 0
10134
10134
  }, ownerState.variant && theme.typography[ownerState.variant], ownerState.align !== 'inherit' && {
10135
10135
  textAlign: ownerState.align
@@ -10173,7 +10173,7 @@ const Typography = /*#__PURE__*/React.forwardRef(function Typography(inProps, re
10173
10173
  name: 'MuiTypography'
10174
10174
  });
10175
10175
  const color = transformDeprecatedColors(themeProps.color);
10176
- const props = extendSxProp(_extends$19({}, themeProps, {
10176
+ const props = extendSxProp(_extends$1b({}, themeProps, {
10177
10177
  color
10178
10178
  }));
10179
10179
  const {
@@ -10187,7 +10187,7 @@ const Typography = /*#__PURE__*/React.forwardRef(function Typography(inProps, re
10187
10187
  variantMapping = defaultVariantMapping
10188
10188
  } = props,
10189
10189
  other = _objectWithoutPropertiesLoose(props, _excluded$3);
10190
- const ownerState = _extends$19({}, props, {
10190
+ const ownerState = _extends$1b({}, props, {
10191
10191
  align,
10192
10192
  color,
10193
10193
  className,
@@ -10200,7 +10200,7 @@ const Typography = /*#__PURE__*/React.forwardRef(function Typography(inProps, re
10200
10200
  });
10201
10201
  const Component = component || (paragraph ? 'p' : variantMapping[variant] || defaultVariantMapping[variant]) || 'span';
10202
10202
  const classes = useUtilityClasses$2(ownerState);
10203
- return /*#__PURE__*/jsxRuntime.exports.jsx(TypographyRoot, _extends$19({
10203
+ return /*#__PURE__*/jsxRuntime.exports.jsx(TypographyRoot, _extends$1b({
10204
10204
  as: Component,
10205
10205
  ref: ref,
10206
10206
  ownerState: ownerState,
@@ -11476,7 +11476,7 @@ var CSSTransition = /*#__PURE__*/function (_React$Component) {
11476
11476
  _this$props.classNames;
11477
11477
  var props = _objectWithoutPropertiesLoose(_this$props, ["classNames"]);
11478
11478
 
11479
- return /*#__PURE__*/React__default.createElement(Transition, _extends$19({}, props, {
11479
+ return /*#__PURE__*/React__default.createElement(Transition, _extends$1b({}, props, {
11480
11480
  onEnter: this.onEnter,
11481
11481
  onEntered: this.onEntered,
11482
11482
  onEntering: this.onEntering,
@@ -11492,7 +11492,7 @@ var CSSTransition = /*#__PURE__*/function (_React$Component) {
11492
11492
  CSSTransition.defaultProps = {
11493
11493
  classNames: ''
11494
11494
  };
11495
- CSSTransition.propTypes = process.env.NODE_ENV !== "production" ? _extends$19({}, Transition.propTypes, {
11495
+ CSSTransition.propTypes = process.env.NODE_ENV !== "production" ? _extends$1b({}, Transition.propTypes, {
11496
11496
  /**
11497
11497
  * The animation classNames applied to the component as it appears, enters,
11498
11498
  * exits or has finished the transition. A single name can be provided, which
@@ -11854,7 +11854,7 @@ var TransitionGroup = /*#__PURE__*/function (_React$Component) {
11854
11854
 
11855
11855
  if (this.mounted) {
11856
11856
  this.setState(function (state) {
11857
- var children = _extends$19({}, state.children);
11857
+ var children = _extends$1b({}, state.children);
11858
11858
 
11859
11859
  delete children[child.key];
11860
11860
  return {
@@ -12706,7 +12706,7 @@ const TouchRipple = /*#__PURE__*/React.forwardRef(function TouchRipple(inProps,
12706
12706
  start,
12707
12707
  stop
12708
12708
  }), [pulsate, start, stop]);
12709
- return /*#__PURE__*/jsxRuntime.exports.jsx(TouchRippleRoot, _extends$19({
12709
+ return /*#__PURE__*/jsxRuntime.exports.jsx(TouchRippleRoot, _extends$1b({
12710
12710
  className: clsx(touchRippleClasses.root, classes.root, className),
12711
12711
  ref: container
12712
12712
  }, other, {
@@ -12998,7 +12998,7 @@ const ButtonBase = /*#__PURE__*/React.forwardRef(function ButtonBase(inProps, re
12998
12998
  }
12999
12999
  }, [enableTouchRipple]);
13000
13000
  }
13001
- const ownerState = _extends$19({}, props, {
13001
+ const ownerState = _extends$1b({}, props, {
13002
13002
  centerRipple,
13003
13003
  component,
13004
13004
  disabled,
@@ -13009,7 +13009,7 @@ const ButtonBase = /*#__PURE__*/React.forwardRef(function ButtonBase(inProps, re
13009
13009
  focusVisible
13010
13010
  });
13011
13011
  const classes = useUtilityClasses$1(ownerState);
13012
- return /*#__PURE__*/jsxRuntime.exports.jsxs(ButtonBaseRoot, _extends$19({
13012
+ return /*#__PURE__*/jsxRuntime.exports.jsxs(ButtonBaseRoot, _extends$1b({
13013
13013
  as: ComponentProp,
13014
13014
  className: clsx(classes.root, className),
13015
13015
  ownerState: ownerState,
@@ -13033,7 +13033,7 @@ const ButtonBase = /*#__PURE__*/React.forwardRef(function ButtonBase(inProps, re
13033
13033
  children: [children, enableTouchRipple ?
13034
13034
  /*#__PURE__*/
13035
13035
  /* TouchRipple is only needed client-side, x2 boost on the server. */
13036
- jsxRuntime.exports.jsx(TouchRipple, _extends$19({
13036
+ jsxRuntime.exports.jsx(TouchRipple, _extends$1b({
13037
13037
  ref: handleRippleRef,
13038
13038
  center: centerRipple
13039
13039
  }, TouchRippleProps)) : null]
@@ -13228,9 +13228,9 @@ const useUtilityClasses = ownerState => {
13228
13228
  endIcon: ['endIcon', `iconSize${capitalize(size)}`]
13229
13229
  };
13230
13230
  const composedClasses = composeClasses(slots, getButtonUtilityClass, classes);
13231
- return _extends$19({}, classes, composedClasses);
13231
+ return _extends$1b({}, classes, composedClasses);
13232
13232
  };
13233
- const commonIconStyles = ownerState => _extends$19({}, ownerState.size === 'small' && {
13233
+ const commonIconStyles = ownerState => _extends$1b({}, ownerState.size === 'small' && {
13234
13234
  '& > *:nth-of-type(1)': {
13235
13235
  fontSize: 18
13236
13236
  }
@@ -13258,14 +13258,14 @@ const ButtonRoot = styled(ButtonBase, {
13258
13258
  ownerState
13259
13259
  }) => {
13260
13260
  var _theme$palette$getCon, _theme$palette;
13261
- return _extends$19({}, theme.typography.button, {
13261
+ return _extends$1b({}, theme.typography.button, {
13262
13262
  minWidth: 64,
13263
13263
  padding: '6px 16px',
13264
13264
  borderRadius: (theme.vars || theme).shape.borderRadius,
13265
13265
  transition: theme.transitions.create(['background-color', 'box-shadow', 'border-color', 'color'], {
13266
13266
  duration: theme.transitions.duration.short
13267
13267
  }),
13268
- '&:hover': _extends$19({
13268
+ '&:hover': _extends$1b({
13269
13269
  textDecoration: 'none',
13270
13270
  backgroundColor: theme.vars ? `rgba(${theme.vars.palette.text.primaryChannel} / ${theme.vars.palette.action.hoverOpacity})` : alpha(theme.palette.text.primary, theme.palette.action.hoverOpacity),
13271
13271
  // Reset on touch devices, it doesn't add specificity
@@ -13300,13 +13300,13 @@ const ButtonRoot = styled(ButtonBase, {
13300
13300
  backgroundColor: (theme.vars || theme).palette[ownerState.color].main
13301
13301
  }
13302
13302
  }),
13303
- '&:active': _extends$19({}, ownerState.variant === 'contained' && {
13303
+ '&:active': _extends$1b({}, ownerState.variant === 'contained' && {
13304
13304
  boxShadow: (theme.vars || theme).shadows[8]
13305
13305
  }),
13306
- [`&.${buttonClasses.focusVisible}`]: _extends$19({}, ownerState.variant === 'contained' && {
13306
+ [`&.${buttonClasses.focusVisible}`]: _extends$1b({}, ownerState.variant === 'contained' && {
13307
13307
  boxShadow: (theme.vars || theme).shadows[6]
13308
13308
  }),
13309
- [`&.${buttonClasses.disabled}`]: _extends$19({
13309
+ [`&.${buttonClasses.disabled}`]: _extends$1b({
13310
13310
  color: (theme.vars || theme).palette.action.disabled
13311
13311
  }, ownerState.variant === 'outlined' && {
13312
13312
  border: `1px solid ${(theme.vars || theme).palette.action.disabledBackground}`
@@ -13388,7 +13388,7 @@ const ButtonStartIcon = styled('span', {
13388
13388
  }
13389
13389
  })(({
13390
13390
  ownerState
13391
- }) => _extends$19({
13391
+ }) => _extends$1b({
13392
13392
  display: 'inherit',
13393
13393
  marginRight: 8,
13394
13394
  marginLeft: -4
@@ -13406,7 +13406,7 @@ const ButtonEndIcon = styled('span', {
13406
13406
  }
13407
13407
  })(({
13408
13408
  ownerState
13409
- }) => _extends$19({
13409
+ }) => _extends$1b({
13410
13410
  display: 'inherit',
13411
13411
  marginRight: -4,
13412
13412
  marginLeft: 8
@@ -13438,7 +13438,7 @@ const Button = /*#__PURE__*/React.forwardRef(function Button(inProps, ref) {
13438
13438
  variant = 'text'
13439
13439
  } = props,
13440
13440
  other = _objectWithoutPropertiesLoose(props, _excluded);
13441
- const ownerState = _extends$19({}, props, {
13441
+ const ownerState = _extends$1b({}, props, {
13442
13442
  color,
13443
13443
  component,
13444
13444
  disabled,
@@ -13460,7 +13460,7 @@ const Button = /*#__PURE__*/React.forwardRef(function Button(inProps, ref) {
13460
13460
  ownerState: ownerState,
13461
13461
  children: endIconProp
13462
13462
  });
13463
- return /*#__PURE__*/jsxRuntime.exports.jsxs(ButtonRoot, _extends$19({
13463
+ return /*#__PURE__*/jsxRuntime.exports.jsxs(ButtonRoot, _extends$1b({
13464
13464
  ownerState: ownerState,
13465
13465
  className: clsx(contextProps.className, classes.root, className),
13466
13466
  component: component,
@@ -13807,14 +13807,14 @@ var CustomButtonComponent = function (_a) {
13807
13807
  return (jsxRuntime.exports.jsx(CustomButton, __assign({ disabled: disabled, onClick: onClick, className: finalClassName, fluid: fluid, variant: "contained", disableRipple: true, ref: forwardedRef }, props, { children: text })));
13808
13808
  };
13809
13809
 
13810
- var _g$W;
13811
- function _extends$17() { _extends$17 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$17.apply(this, arguments); }
13810
+ var _g$Y;
13811
+ function _extends$19() { _extends$19 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$19.apply(this, arguments); }
13812
13812
  var SvgIluAvailabilityByItem = function SvgIluAvailabilityByItem(props) {
13813
- return /*#__PURE__*/React.createElement("svg", _extends$17({
13813
+ return /*#__PURE__*/React.createElement("svg", _extends$19({
13814
13814
  xmlns: "http://www.w3.org/2000/svg",
13815
13815
  width: 170,
13816
13816
  height: 170
13817
- }, props), _g$W || (_g$W = /*#__PURE__*/React.createElement("g", {
13817
+ }, props), _g$Y || (_g$Y = /*#__PURE__*/React.createElement("g", {
13818
13818
  "data-name": "ilu_availability-by-item_1"
13819
13819
  }, /*#__PURE__*/React.createElement("g", {
13820
13820
  "data-name": "ilu_availability-by-item_3"
@@ -14764,10 +14764,10 @@ var SvgIluAvailabilityByItem = function SvgIluAvailabilityByItem(props) {
14764
14764
  }))));
14765
14765
  };
14766
14766
 
14767
- var _defs$p, _g$V, _g2$a, _path$F;
14768
- function _extends$16() { _extends$16 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$16.apply(this, arguments); }
14767
+ var _defs$p, _g$X, _g2$a, _path$F;
14768
+ function _extends$18() { _extends$18 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$18.apply(this, arguments); }
14769
14769
  var SvgIluAddGoodsToPallet = function SvgIluAddGoodsToPallet(props) {
14770
- return /*#__PURE__*/React.createElement("svg", _extends$16({
14770
+ return /*#__PURE__*/React.createElement("svg", _extends$18({
14771
14771
  xmlns: "http://www.w3.org/2000/svg",
14772
14772
  width: 170,
14773
14773
  height: 170
@@ -14778,7 +14778,7 @@ var SvgIluAddGoodsToPallet = function SvgIluAddGoodsToPallet(props) {
14778
14778
  d: "M169.513 101.274c0 .678-.008 1.352-.03 2.026a65.134 65.134 0 0 1-1.288 11.128 60.13 60.13 0 0 1-.619 2.771 57.118 57.118 0 0 1-.822 3.03q-.636 2.168-1.424 4.267l-.076.212a65.618 65.618 0 0 1-1.356 3.327s0 .013-.008.025c-.093.208-.182.411-.275.614a68.725 68.725 0 0 1-4.081 7.713 69.9 69.9 0 0 1-5.068 7.2l-.051.064c-.216.263-.432.53-.648.792-.034.042-.068.081-.1.123-.161.195-.326.39-.492.585l-.288.339c-.191.225-.386.453-.585.678q-.858.979-1.754 1.92c-.67.712-1.36 1.411-2.06 2.093q-1.672 1.64-3.445 3.161a76.265 76.265 0 0 1-12.688 8.831 78.677 78.677 0 0 1-14.519 6.229 80.445 80.445 0 0 1-16.57 3.348q-3.839.369-7.785.369a78.566 78.566 0 0 1-55.014-21.93v-.008q-1.055-1.023-2.059-2.093a71.597 71.597 0 0 1-3.119-3.522c-.025-.034-.055-.064-.081-.1l-.021-.025a71.089 71.089 0 0 1-5.763-8.056 66.883 66.883 0 0 1-9.95-33.088 54.61 54.61 0 0 1-.034-2.026c0-.564.008-1.123.021-1.682a65.691 65.691 0 0 1 1.051-10.234 68.5 68.5 0 0 1 16.571-33.476q1.716-1.907 3.568-3.7a78.588 78.588 0 0 1 54.824-21.756 78.58 78.58 0 0 1 54.819 21.752q1.85 1.793 3.568 3.7a70.31 70.31 0 0 1 11.056 16.5 67.1 67.1 0 0 1 2.649 6.314c.081.225.161.449.237.674.195.547.378 1.1.555 1.653a66.428 66.428 0 0 1 3.119 18.15c0 .14.008.28.013.424v.25a38 38 0 0 1 .022 1.434Z",
14779
14779
  transform: "translate(-17.433 -30.423)",
14780
14780
  fill: "none"
14781
- })))), _g$V || (_g$V = /*#__PURE__*/React.createElement("g", {
14781
+ })))), _g$X || (_g$X = /*#__PURE__*/React.createElement("g", {
14782
14782
  "data-name": "Group 44661"
14783
14783
  }, /*#__PURE__*/React.createElement("path", {
14784
14784
  "data-name": "Path 84837",
@@ -15008,10 +15008,10 @@ var SvgIluAddGoodsToPallet = function SvgIluAddGoodsToPallet(props) {
15008
15008
  })));
15009
15009
  };
15010
15010
 
15011
- var _defs$o, _g$U, _path$E;
15012
- function _extends$15() { _extends$15 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$15.apply(this, arguments); }
15011
+ var _defs$o, _g$W, _path$E;
15012
+ function _extends$17() { _extends$17 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$17.apply(this, arguments); }
15013
15013
  var SvgIluAvailabilityByIndex = function SvgIluAvailabilityByIndex(props) {
15014
- return /*#__PURE__*/React.createElement("svg", _extends$15({
15014
+ return /*#__PURE__*/React.createElement("svg", _extends$17({
15015
15015
  xmlns: "http://www.w3.org/2000/svg",
15016
15016
  width: 170,
15017
15017
  height: 170
@@ -15022,7 +15022,7 @@ var SvgIluAvailabilityByIndex = function SvgIluAvailabilityByIndex(props) {
15022
15022
  d: "M169.5 101.268c0 .678-.008 1.352-.03 2.025a65.128 65.128 0 0 1-1.288 11.127 60.13 60.13 0 0 1-.619 2.771 57.118 57.118 0 0 1-.822 3.03q-.636 2.167-1.424 4.267l-.076.212a64.306 64.306 0 0 1-1.356 3.326s0 .013-.008.025c-.093.208-.182.411-.275.614a68.722 68.722 0 0 1-4.081 7.712 69.9 69.9 0 0 1-5.068 7.2l-.051.064c-.216.263-.432.53-.648.792-.034.042-.068.081-.1.123-.161.195-.326.39-.492.585l-.288.339c-.191.225-.386.453-.585.678q-.858.979-1.754 1.92c-.67.712-1.36 1.411-2.059 2.093q-1.672 1.64-3.445 3.161a76.262 76.262 0 0 1-12.687 8.831 78.671 78.671 0 0 1-14.517 6.229 80.439 80.439 0 0 1-16.568 3.348q-3.839.369-7.784.369a78.559 78.559 0 0 1-55.01-21.929v-.008q-1.055-1.023-2.059-2.093a72.038 72.038 0 0 1-3.119-3.521c-.025-.034-.055-.064-.081-.1l-.021-.025a71.084 71.084 0 0 1-5.763-8.055 66.878 66.878 0 0 1-9.949-33.086 54.556 54.556 0 0 1-.034-2.025c0-.564.008-1.123.021-1.682a65.687 65.687 0 0 1 1.051-10.233 68.493 68.493 0 0 1 16.571-33.475q1.716-1.907 3.568-3.7a78.582 78.582 0 0 1 54.819-21.754 78.573 78.573 0 0 1 54.815 21.751q1.85 1.792 3.568 3.7a70.3 70.3 0 0 1 11.055 16.5 67.085 67.085 0 0 1 2.648 6.314c.081.225.161.449.237.674.195.547.378 1.1.555 1.653a66.423 66.423 0 0 1 3.119 18.149c0 .14.008.28.013.424v.25c.021.472.021.951.021 1.43Z",
15023
15023
  transform: "translate(-17.433 -30.423)",
15024
15024
  fill: "none"
15025
- })))), _g$U || (_g$U = /*#__PURE__*/React.createElement("g", {
15025
+ })))), _g$W || (_g$W = /*#__PURE__*/React.createElement("g", {
15026
15026
  "data-name": "Group 46266",
15027
15027
  clipPath: "url(#ilu_availability-by-index_svg__a)",
15028
15028
  transform: "translate(7.637 13.141)"
@@ -15794,14 +15794,14 @@ var SvgIluAvailabilityByIndex = function SvgIluAvailabilityByIndex(props) {
15794
15794
  })));
15795
15795
  };
15796
15796
 
15797
- var _g$T, _g2$9, _g3$4, _g4$3, _g5$2, _g6$2, _g7$2, _g8$2, _g9, _g10, _g11, _g12, _g13, _g14, _g15, _g16, _g17, _g18, _g19, _g20, _g21, _g22, _g23, _g24, _g25, _g26, _g27, _g28, _g29, _g30, _g31, _g32, _g33, _g34, _g35, _g36, _g37, _g38, _g39, _g40, _g41, _g42, _g43, _g44, _g45, _g46, _g47, _g48, _g49, _g50, _g51, _g52, _g53, _g54, _g55, _g56, _g57, _g58, _g59, _g60, _path$D;
15798
- function _extends$14() { _extends$14 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$14.apply(this, arguments); }
15797
+ var _g$V, _g2$9, _g3$4, _g4$3, _g5$2, _g6$2, _g7$2, _g8$2, _g9, _g10, _g11, _g12, _g13, _g14, _g15, _g16, _g17, _g18, _g19, _g20, _g21, _g22, _g23, _g24, _g25, _g26, _g27, _g28, _g29, _g30, _g31, _g32, _g33, _g34, _g35, _g36, _g37, _g38, _g39, _g40, _g41, _g42, _g43, _g44, _g45, _g46, _g47, _g48, _g49, _g50, _g51, _g52, _g53, _g54, _g55, _g56, _g57, _g58, _g59, _g60, _path$D;
15798
+ function _extends$16() { _extends$16 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$16.apply(this, arguments); }
15799
15799
  var SvgIluAvailabilityByLocation = function SvgIluAvailabilityByLocation(props) {
15800
- return /*#__PURE__*/React.createElement("svg", _extends$14({
15800
+ return /*#__PURE__*/React.createElement("svg", _extends$16({
15801
15801
  xmlns: "http://www.w3.org/2000/svg",
15802
15802
  width: 170,
15803
15803
  height: 170
15804
- }, props), _g$T || (_g$T = /*#__PURE__*/React.createElement("g", {
15804
+ }, props), _g$V || (_g$V = /*#__PURE__*/React.createElement("g", {
15805
15805
  "data-name": "Group 45606"
15806
15806
  }, /*#__PURE__*/React.createElement("path", {
15807
15807
  "data-name": "Path 85086",
@@ -16609,10 +16609,10 @@ var SvgIluAvailabilityByLocation = function SvgIluAvailabilityByLocation(props)
16609
16609
  })));
16610
16610
  };
16611
16611
 
16612
- var _defs$n, _g$S, _path$C;
16613
- function _extends$13() { _extends$13 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$13.apply(this, arguments); }
16612
+ var _defs$n, _g$U, _path$C;
16613
+ function _extends$15() { _extends$15 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$15.apply(this, arguments); }
16614
16614
  var SvgIluBlockedPallet = function SvgIluBlockedPallet(props) {
16615
- return /*#__PURE__*/React.createElement("svg", _extends$13({
16615
+ return /*#__PURE__*/React.createElement("svg", _extends$15({
16616
16616
  xmlns: "http://www.w3.org/2000/svg",
16617
16617
  width: 138,
16618
16618
  height: 138
@@ -16647,7 +16647,7 @@ var SvgIluBlockedPallet = function SvgIluBlockedPallet(props) {
16647
16647
  "data-name": "Rectangle 22231",
16648
16648
  fill: "none",
16649
16649
  d: "M0 0h24.344v22.984H0z"
16650
- })))), _g$S || (_g$S = /*#__PURE__*/React.createElement("g", {
16650
+ })))), _g$U || (_g$U = /*#__PURE__*/React.createElement("g", {
16651
16651
  clipPath: "url(#ilu_blocked-pallet_svg__a)",
16652
16652
  transform: "translate(.047 .047)"
16653
16653
  }, /*#__PURE__*/React.createElement("g", {
@@ -16974,10 +16974,10 @@ var SvgIluBlockedPallet = function SvgIluBlockedPallet(props) {
16974
16974
  })));
16975
16975
  };
16976
16976
 
16977
- var _defs$m, _g$R, _path$B;
16978
- function _extends$12() { _extends$12 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$12.apply(this, arguments); }
16977
+ var _defs$m, _g$T, _path$B;
16978
+ function _extends$14() { _extends$14 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$14.apply(this, arguments); }
16979
16979
  var SvgIluFinishedProduct = function SvgIluFinishedProduct(props) {
16980
- return /*#__PURE__*/React.createElement("svg", _extends$12({
16980
+ return /*#__PURE__*/React.createElement("svg", _extends$14({
16981
16981
  xmlns: "http://www.w3.org/2000/svg",
16982
16982
  width: 170,
16983
16983
  height: 170
@@ -16988,7 +16988,7 @@ var SvgIluFinishedProduct = function SvgIluFinishedProduct(props) {
16988
16988
  d: "M46.355 52.191q-1.855 1.8-3.578 3.714a68.7 68.7 0 0 0-16.631 33.58 65.938 65.938 0 0 0-1.054 10.264 72.703 72.703 0 0 0-.022 1.687c0 .68.009 1.355.034 2.031a67.08 67.08 0 0 0 9.979 33.185 71.37 71.37 0 0 0 5.78 8.079l.022.025c.025.034.055.064.081.1 1 1.207 2.044 2.389 3.128 3.532q1.007 1.071 2.066 2.1v.008a78.791 78.791 0 0 0 55.173 21.994q3.959 0 7.807-.37a80.631 80.631 0 0 0 16.618-3.357 78.925 78.925 0 0 0 14.56-6.247 76.519 76.519 0 0 0 12.725-8.857q1.779-1.53 3.455-3.171c.7-.684 1.394-1.386 2.065-2.1q.9-.944 1.759-1.925c.2-.225.4-.455.587-.68l.289-.34c.166-.2.332-.391.493-.587.034-.042.068-.081.1-.123.217-.264.433-.532.65-.8l.051-.063a70.089 70.089 0 0 0 5.083-7.221 68.786 68.786 0 0 0 4.093-7.735c.094-.2.183-.408.276-.616 0-.013 0-.021.008-.026q.727-1.645 1.36-3.336l.077-.212q.791-2.111 1.428-4.28c.3-1 .578-2.019.825-3.039a60.77 60.77 0 0 0 .62-2.779 65.322 65.322 0 0 0 1.292-11.161c.021-.676.03-1.351.03-2.031 0-.481 0-.961-.017-1.437v-.25c0-.145-.008-.285-.012-.425a66.642 66.642 0 0 0-3.128-18.2 56.598 56.598 0 0 0-.557-1.658 45.378 45.378 0 0 0-.238-.676 67.181 67.181 0 0 0-2.656-6.333A70.535 70.535 0 0 0 159.89 55.91q-1.721-1.91-3.579-3.71a78.806 78.806 0 0 0-54.978-21.82 78.813 78.813 0 0 0-54.978 21.811",
16989
16989
  transform: "translate(-25.071 -30.38)",
16990
16990
  fill: "none"
16991
- })))), _g$R || (_g$R = /*#__PURE__*/React.createElement("g", {
16991
+ })))), _g$T || (_g$T = /*#__PURE__*/React.createElement("g", {
16992
16992
  transform: "translate(6.21 13.01)",
16993
16993
  clipPath: "url(#ilu_finished-product_svg__a)"
16994
16994
  }, /*#__PURE__*/React.createElement("path", {
@@ -17226,10 +17226,10 @@ var SvgIluFinishedProduct = function SvgIluFinishedProduct(props) {
17226
17226
  })));
17227
17227
  };
17228
17228
 
17229
- var _defs$l, _g$Q;
17230
- function _extends$11() { _extends$11 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$11.apply(this, arguments); }
17229
+ var _defs$l, _g$S;
17230
+ function _extends$13() { _extends$13 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$13.apply(this, arguments); }
17231
17231
  var SvgIluFromPalletToRack = function SvgIluFromPalletToRack(props) {
17232
- return /*#__PURE__*/React.createElement("svg", _extends$11({
17232
+ return /*#__PURE__*/React.createElement("svg", _extends$13({
17233
17233
  xmlns: "http://www.w3.org/2000/svg",
17234
17234
  width: 170,
17235
17235
  height: 170
@@ -17240,7 +17240,7 @@ var SvgIluFromPalletToRack = function SvgIluFromPalletToRack(props) {
17240
17240
  d: "M170.63 101.939c0 .683-.009 1.362-.03 2.041a65.613 65.613 0 0 1-1.3 11.21c-.188.939-.393 1.87-.624 2.792a57.688 57.688 0 0 1-.828 3.052q-.64 2.184-1.434 4.3l-.077.213a65.274 65.274 0 0 1-1.366 3.351s0 .013-.009.026c-.094.209-.184.414-.277.619a69.226 69.226 0 0 1-4.111 7.769 70.417 70.417 0 0 1-5.106 7.253l-.051.064c-.218.265-.435.534-.653.8-.034.043-.068.081-.1.124-.162.2-.329.393-.5.589l-.29.342c-.192.226-.388.457-.589.683q-.864.986-1.767 1.934a67.648 67.648 0 0 1-2.075 2.109q-1.684 1.652-3.471 3.185a76.827 76.827 0 0 1-12.781 8.9 79.252 79.252 0 0 1-14.625 6.275 81.035 81.035 0 0 1-16.691 3.372q-3.868.371-7.842.371a79.143 79.143 0 0 1-55.418-22.091v-.009q-1.063-1.031-2.074-2.109a72.635 72.635 0 0 1-3.142-3.547c-.026-.034-.055-.064-.081-.1l-.021-.026a71.614 71.614 0 0 1-5.806-8.115 67.374 67.374 0 0 1-10.024-33.336 53.263 53.263 0 0 1-.034-2.041c0-.568.009-1.131.021-1.695a66.174 66.174 0 0 1 1.059-10.309 69 69 0 0 1 16.7-33.724q1.729-1.921 3.594-3.731a79.165 79.165 0 0 1 55.226-21.912 79.156 79.156 0 0 1 55.222 21.912q1.863 1.806 3.594 3.731a70.825 70.825 0 0 1 11.138 16.619 67.593 67.593 0 0 1 2.668 6.361c.081.226.162.452.239.679.2.551.38 1.11.559 1.665a66.916 66.916 0 0 1 3.147 18.282c0 .141.009.282.013.427v.252c.012.478.017.961.017 1.443Z",
17241
17241
  transform: "translate(-17.433 -30.568)",
17242
17242
  fill: "none"
17243
- })))), _g$Q || (_g$Q = /*#__PURE__*/React.createElement("g", {
17243
+ })))), _g$S || (_g$S = /*#__PURE__*/React.createElement("g", {
17244
17244
  "data-name": "ilu_from-pallet-to-rack"
17245
17245
  }, /*#__PURE__*/React.createElement("g", {
17246
17246
  "data-name": "ilu_from-pallet-to-rack"
@@ -17735,10 +17735,10 @@ var SvgIluFromPalletToRack = function SvgIluFromPalletToRack(props) {
17735
17735
  }))));
17736
17736
  };
17737
17737
 
17738
- var _defs$k, _g$P, _path$A;
17739
- function _extends$10() { _extends$10 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$10.apply(this, arguments); }
17738
+ var _defs$k, _g$R, _path$A;
17739
+ function _extends$12() { _extends$12 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$12.apply(this, arguments); }
17740
17740
  var SvgIluInternalLogistic = function SvgIluInternalLogistic(props) {
17741
- return /*#__PURE__*/React.createElement("svg", _extends$10({
17741
+ return /*#__PURE__*/React.createElement("svg", _extends$12({
17742
17742
  xmlns: "http://www.w3.org/2000/svg",
17743
17743
  width: 170,
17744
17744
  height: 170
@@ -17749,7 +17749,7 @@ var SvgIluInternalLogistic = function SvgIluInternalLogistic(props) {
17749
17749
  d: "M170.088 101.542a65.4 65.4 0 0 1-.03 2.033 65.38 65.38 0 0 1-1.293 11.17 61.958 61.958 0 0 1-.621 2.782 57.273 57.273 0 0 1-.825 3.041q-.638 2.176-1.429 4.284l-.077.213a64.806 64.806 0 0 1-1.361 3.339s0 .013-.008.026c-.094.208-.183.413-.277.617a68.984 68.984 0 0 1-4.1 7.742 70.165 70.165 0 0 1-5.088 7.227l-.051.064c-.217.264-.434.532-.651.8-.034.043-.068.081-.1.123-.162.2-.328.391-.493.587l-.289.34c-.191.225-.387.455-.587.681q-.861.983-1.761 1.927a66.043 66.043 0 0 1-2.067 2.1q-1.678 1.646-3.458 3.173a76.555 76.555 0 0 1-12.736 8.865 78.975 78.975 0 0 1-14.573 6.253 80.75 80.75 0 0 1-16.632 3.36q-3.854.37-7.814.37a78.863 78.863 0 0 1-55.227-22.016v-.008q-1.059-1.027-2.067-2.1A72.137 72.137 0 0 1 33.342 145c-.026-.034-.055-.064-.081-.1l-.021-.026a71.358 71.358 0 0 1-5.785-8.086 67.136 67.136 0 0 1-9.988-33.213 52.88 52.88 0 0 1-.034-2.033c0-.566.009-1.127.021-1.689A65.94 65.94 0 0 1 18.51 89.58a68.757 68.757 0 0 1 16.64-33.6q1.723-1.914 3.582-3.718a78.885 78.885 0 0 1 55.027-21.83 78.877 78.877 0 0 1 55.027 21.835q1.857 1.8 3.582 3.718a70.575 70.575 0 0 1 11.1 16.56 67.35 67.35 0 0 1 2.659 6.338c.081.225.162.451.238.676.2.549.379 1.106.557 1.659a66.68 66.68 0 0 1 3.131 18.219c0 .14.009.281.013.425v.251c.018.467.022.948.022 1.429Z",
17750
17750
  transform: "translate(-17.433 -30.423)",
17751
17751
  fill: "none"
17752
- })))), _g$P || (_g$P = /*#__PURE__*/React.createElement("g", {
17752
+ })))), _g$R || (_g$R = /*#__PURE__*/React.createElement("g", {
17753
17753
  "data-name": "Group 46399"
17754
17754
  }, /*#__PURE__*/React.createElement("g", {
17755
17755
  "data-name": "Group 46398",
@@ -18187,10 +18187,10 @@ var SvgIluInternalLogistic = function SvgIluInternalLogistic(props) {
18187
18187
  })));
18188
18188
  };
18189
18189
 
18190
- var _defs$j, _g$O, _path$z;
18191
- function _extends$$() { _extends$$ = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$$.apply(this, arguments); }
18190
+ var _defs$j, _g$Q, _path$z;
18191
+ function _extends$11() { _extends$11 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$11.apply(this, arguments); }
18192
18192
  var SvgIluInventory = function SvgIluInventory(props) {
18193
- return /*#__PURE__*/React.createElement("svg", _extends$$({
18193
+ return /*#__PURE__*/React.createElement("svg", _extends$11({
18194
18194
  xmlns: "http://www.w3.org/2000/svg",
18195
18195
  width: 170,
18196
18196
  height: 170
@@ -18201,7 +18201,7 @@ var SvgIluInventory = function SvgIluInventory(props) {
18201
18201
  d: "M168.954 101.369c0 .679-.008 1.354-.03 2.028a65.263 65.263 0 0 1-1.29 11.143c-.187.934-.39 1.859-.62 2.775a57.268 57.268 0 0 1-.823 3.034q-.637 2.171-1.426 4.273l-.076.212a64.5 64.5 0 0 1-1.358 3.331s0 .013-.008.025c-.093.208-.182.412-.276.615a68.819 68.819 0 0 1-4.086 7.723 70 70 0 0 1-5.075 7.21l-.051.064-.649.794c-.034.042-.068.081-.1.123-.161.2-.327.39-.492.586l-.289.339c-.191.225-.386.454-.586.679q-.859.98-1.757 1.922a72.878 72.878 0 0 1-2.062 2.1q-1.674 1.642-3.45 3.166a76.371 76.371 0 0 1-12.7 8.843 78.784 78.784 0 0 1-14.538 6.238 80.552 80.552 0 0 1-16.592 3.352q-3.845.369-7.8.369a78.671 78.671 0 0 1-55.088-21.96v-.008q-1.057-1.025-2.062-2.1a71.77 71.77 0 0 1-3.123-3.526c-.025-.034-.055-.064-.081-.1l-.021-.025a71.189 71.189 0 0 1-5.771-8.067A66.973 66.973 0 0 1 16.7 103.4a54.718 54.718 0 0 1-.034-2.028c0-.564.008-1.125.021-1.685a65.831 65.831 0 0 1 1.052-10.248 68.591 68.591 0 0 1 16.6-33.523Q36.062 54 37.917 52.2a78.693 78.693 0 0 1 54.897-21.777A78.686 78.686 0 0 1 147.707 52.2q1.852 1.795 3.573 3.709a70.405 70.405 0 0 1 11.071 16.52A67.184 67.184 0 0 1 165 78.756c.081.225.161.45.238.675.2.547.378 1.1.556 1.655a66.518 66.518 0 0 1 3.126 18.174c0 .14.008.28.013.424v.25c.017.476.021.955.021 1.435Z",
18202
18202
  transform: "translate(-16.67 -30.423)",
18203
18203
  fill: "none"
18204
- })))), _g$O || (_g$O = /*#__PURE__*/React.createElement("g", {
18204
+ })))), _g$Q || (_g$Q = /*#__PURE__*/React.createElement("g", {
18205
18205
  "data-name": "Group 45104"
18206
18206
  }, /*#__PURE__*/React.createElement("g", {
18207
18207
  "data-name": "Group 45103"
@@ -19095,10 +19095,10 @@ var SvgIluInventory = function SvgIluInventory(props) {
19095
19095
  })));
19096
19096
  };
19097
19097
 
19098
- var _defs$i, _g$N, _g2$8, _g3$3, _path$y;
19099
- function _extends$_() { _extends$_ = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$_.apply(this, arguments); }
19098
+ var _defs$i, _g$P, _g2$8, _g3$3, _path$y;
19099
+ function _extends$10() { _extends$10 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$10.apply(this, arguments); }
19100
19100
  var SvgIluInventoryTransfer = function SvgIluInventoryTransfer(props) {
19101
- return /*#__PURE__*/React.createElement("svg", _extends$_({
19101
+ return /*#__PURE__*/React.createElement("svg", _extends$10({
19102
19102
  xmlns: "http://www.w3.org/2000/svg",
19103
19103
  width: 170,
19104
19104
  height: 170
@@ -19109,7 +19109,7 @@ var SvgIluInventoryTransfer = function SvgIluInventoryTransfer(props) {
19109
19109
  d: "M170.409 101.249c0 .678-.008 1.351-.03 2.025a65.154 65.154 0 0 1-1.288 11.124c-.186.932-.39 1.855-.618 2.771a57.083 57.083 0 0 1-.822 3.029q-.635 2.167-1.423 4.266l-.076.212a64.804 64.804 0 0 1-1.356 3.325s0 .013-.008.025c-.093.208-.182.411-.275.614a68.7 68.7 0 0 1-4.079 7.71 69.885 69.885 0 0 1-5.067 7.2l-.051.064c-.216.263-.432.53-.648.792-.034.042-.068.08-.1.123-.161.195-.326.39-.491.585l-.288.339c-.191.225-.385.453-.585.678q-.858.979-1.754 1.919a67.736 67.736 0 0 1-2.059 2.093q-1.671 1.639-3.444 3.16a76.241 76.241 0 0 1-12.683 8.828 78.651 78.651 0 0 1-14.513 6.227 80.418 80.418 0 0 1-16.571 3.342q-3.838.369-7.782.369A78.538 78.538 0 0 1 39.4 150.148v-.008q-1.055-1.023-2.059-2.093a72.525 72.525 0 0 1-3.118-3.52c-.025-.034-.055-.064-.08-.1l-.021-.025a71.064 71.064 0 0 1-5.761-8.053 66.859 66.859 0 0 1-9.947-33.077 54.556 54.556 0 0 1-.034-2.025c0-.563.008-1.123.021-1.682a65.72 65.72 0 0 1 1.051-10.231A68.475 68.475 0 0 1 36.027 55.87q1.716-1.906 3.567-3.7a78.56 78.56 0 0 1 54.8-21.74 78.553 78.553 0 0 1 54.8 21.745q1.849 1.792 3.567 3.7a70.285 70.285 0 0 1 11.052 16.492 67.06 67.06 0 0 1 2.648 6.312c.08.225.161.449.237.674.195.546.377 1.1.555 1.652a66.408 66.408 0 0 1 3.118 18.144c0 .14.008.28.013.424v.25c.016.468.025.947.025 1.426Z",
19110
19110
  transform: "translate(-18.383 -30.423)",
19111
19111
  fill: "none"
19112
- })))), _g$N || (_g$N = /*#__PURE__*/React.createElement("g", {
19112
+ })))), _g$P || (_g$P = /*#__PURE__*/React.createElement("g", {
19113
19113
  "data-name": "Group 45904"
19114
19114
  }, /*#__PURE__*/React.createElement("path", {
19115
19115
  "data-name": "Path 85125",
@@ -19302,10 +19302,10 @@ var SvgIluInventoryTransfer = function SvgIluInventoryTransfer(props) {
19302
19302
  })));
19303
19303
  };
19304
19304
 
19305
- var _defs$h, _g$M, _path$x;
19306
- function _extends$Z() { _extends$Z = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$Z.apply(this, arguments); }
19305
+ var _defs$h, _g$O, _path$x;
19306
+ function _extends$$() { _extends$$ = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$$.apply(this, arguments); }
19307
19307
  var SvgIluLabelingOfPallets = function SvgIluLabelingOfPallets(props) {
19308
- return /*#__PURE__*/React.createElement("svg", _extends$Z({
19308
+ return /*#__PURE__*/React.createElement("svg", _extends$$({
19309
19309
  xmlns: "http://www.w3.org/2000/svg",
19310
19310
  width: 170,
19311
19311
  height: 170
@@ -19316,7 +19316,7 @@ var SvgIluLabelingOfPallets = function SvgIluLabelingOfPallets(props) {
19316
19316
  d: "M169.235 101.144c0 .677-.008 1.349-.03 2.022a65.018 65.018 0 0 1-1.285 11.108c-.187.931-.39 1.853-.618 2.766a55.96 55.96 0 0 1-.821 3.024q-.635 2.164-1.421 4.26l-.076.212a64.477 64.477 0 0 1-1.354 3.321s0 .013-.008.025c-.093.207-.182.41-.275.613a68.6 68.6 0 0 1-4.073 7.7 69.779 69.779 0 0 1-5.059 7.187l-.051.063c-.216.262-.431.529-.647.791-.034.042-.068.08-.1.123-.161.195-.326.389-.491.584l-.288.338a39.1 39.1 0 0 1-.584.677q-.857.977-1.751 1.916a67.54 67.54 0 0 1-2.056 2.09q-1.669 1.637-3.439 3.156a76.127 76.127 0 0 1-12.665 8.815 78.536 78.536 0 0 1-14.492 6.218 80.3 80.3 0 0 1-16.539 3.342q-3.832.368-7.771.368a78.422 78.422 0 0 1-54.914-21.89v-.008q-1.053-1.022-2.055-2.09a72.328 72.328 0 0 1-3.114-3.515c-.025-.034-.055-.063-.08-.1l-.021-.025a70.962 70.962 0 0 1-5.753-8.041 66.761 66.761 0 0 1-9.932-33.028 54.395 54.395 0 0 1-.034-2.022c0-.563.008-1.121.021-1.679A65.571 65.571 0 0 1 18.5 89.25a68.373 68.373 0 0 1 16.551-33.417q1.713-1.9 3.562-3.7a78.444 78.444 0 0 1 54.723-21.71 78.436 78.436 0 0 1 54.719 21.713q1.846 1.789 3.562 3.7A70.182 70.182 0 0 1 162.653 72.3a66.98 66.98 0 0 1 2.644 6.3c.08.224.161.448.237.673.195.546.377 1.1.554 1.65a66.307 66.307 0 0 1 3.112 18.119c0 .14.008.279.013.423v.25c.018.473.022.951.022 1.429Z",
19317
19317
  transform: "translate(-17.433 -30.423)",
19318
19318
  fill: "none"
19319
- })))), _g$M || (_g$M = /*#__PURE__*/React.createElement("g", {
19319
+ })))), _g$O || (_g$O = /*#__PURE__*/React.createElement("g", {
19320
19320
  "data-name": "Group 45194"
19321
19321
  }, /*#__PURE__*/React.createElement("g", {
19322
19322
  "data-name": "Group 45139"
@@ -19637,10 +19637,10 @@ var SvgIluLabelingOfPallets = function SvgIluLabelingOfPallets(props) {
19637
19637
  })));
19638
19638
  };
19639
19639
 
19640
- var _defs$g, _g$L, _path$w;
19641
- function _extends$Y() { _extends$Y = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$Y.apply(this, arguments); }
19640
+ var _defs$g, _g$N, _path$w;
19641
+ function _extends$_() { _extends$_ = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$_.apply(this, arguments); }
19642
19642
  var SvgIluLoadingCar = function SvgIluLoadingCar(props) {
19643
- return /*#__PURE__*/React.createElement("svg", _extends$Y({
19643
+ return /*#__PURE__*/React.createElement("svg", _extends$_({
19644
19644
  xmlns: "http://www.w3.org/2000/svg",
19645
19645
  width: 170,
19646
19646
  height: 170
@@ -19651,7 +19651,7 @@ var SvgIluLoadingCar = function SvgIluLoadingCar(props) {
19651
19651
  d: "M170.9 101.479c0 .68-.008 1.356-.03 2.031a65.366 65.366 0 0 1-1.292 11.16 60.473 60.473 0 0 1-.62 2.779 57.463 57.463 0 0 1-.825 3.039q-.637 2.174-1.428 4.28l-.076.213a65.6 65.6 0 0 1-1.36 3.336s0 .013-.008.025c-.094.208-.183.412-.276.616a68.924 68.924 0 0 1-4.093 7.735 70.109 70.109 0 0 1-5.083 7.221l-.051.064-.65.795c-.034.042-.068.081-.1.123-.161.2-.327.391-.493.587l-.289.34c-.191.225-.387.455-.586.68q-.861.982-1.759 1.925a68.175 68.175 0 0 1-2.066 2.1q-1.677 1.645-3.455 3.171a76.489 76.489 0 0 1-12.724 8.857 78.906 78.906 0 0 1-14.56 6.247 80.677 80.677 0 0 1-16.617 3.357q-3.85.37-7.807.37a78.793 78.793 0 0 1-55.173-21.994v-.008q-1.058-1.026-2.065-2.1a72.007 72.007 0 0 1-3.128-3.532c-.026-.034-.055-.064-.081-.1l-.021-.025a71.3 71.3 0 0 1-5.78-8.079 67.076 67.076 0 0 1-9.979-33.184 54.917 54.917 0 0 1-.034-2.031c0-.565.009-1.126.021-1.687a65.933 65.933 0 0 1 1.054-10.264 68.7 68.7 0 0 1 16.618-33.573q1.721-1.913 3.578-3.714a78.815 78.815 0 0 1 54.983-21.816 78.807 78.807 0 0 1 54.978 21.815q1.855 1.8 3.578 3.714A70.513 70.513 0 0 1 164.289 72.5a67.278 67.278 0 0 1 2.656 6.332c.081.225.162.451.238.676.2.548.378 1.1.557 1.657a66.622 66.622 0 0 1 3.128 18.2c0 .14.008.28.013.425v.251c.019.477.019.959.019 1.438Z",
19652
19652
  transform: "translate(-18.383 -30.423)",
19653
19653
  fill: "none"
19654
- })))), _g$L || (_g$L = /*#__PURE__*/React.createElement("g", {
19654
+ })))), _g$N || (_g$N = /*#__PURE__*/React.createElement("g", {
19655
19655
  "data-name": "Group 46461"
19656
19656
  }, /*#__PURE__*/React.createElement("g", {
19657
19657
  "data-name": "Group 46460",
@@ -20018,14 +20018,14 @@ var SvgIluLoadingCar = function SvgIluLoadingCar(props) {
20018
20018
  })));
20019
20019
  };
20020
20020
 
20021
- var _g$K, _path$v;
20022
- function _extends$X() { _extends$X = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$X.apply(this, arguments); }
20021
+ var _g$M, _path$v;
20022
+ function _extends$Z() { _extends$Z = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$Z.apply(this, arguments); }
20023
20023
  var SvgIluManualTransfer = function SvgIluManualTransfer(props) {
20024
- return /*#__PURE__*/React.createElement("svg", _extends$X({
20024
+ return /*#__PURE__*/React.createElement("svg", _extends$Z({
20025
20025
  xmlns: "http://www.w3.org/2000/svg",
20026
20026
  width: 170,
20027
20027
  height: 170
20028
- }, props), _g$K || (_g$K = /*#__PURE__*/React.createElement("g", {
20028
+ }, props), _g$M || (_g$M = /*#__PURE__*/React.createElement("g", {
20029
20029
  transform: "translate(9.215 12.933)"
20030
20030
  }, /*#__PURE__*/React.createElement("path", {
20031
20031
  "data-name": "Path 84771",
@@ -20675,10 +20675,10 @@ var SvgIluManualTransfer = function SvgIluManualTransfer(props) {
20675
20675
  })));
20676
20676
  };
20677
20677
 
20678
- var _defs$f, _g$J, _g2$7, _path$u;
20679
- function _extends$W() { _extends$W = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$W.apply(this, arguments); }
20678
+ var _defs$f, _g$L, _g2$7, _path$u;
20679
+ function _extends$Y() { _extends$Y = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$Y.apply(this, arguments); }
20680
20680
  var SvgIluMoveGoodsFromPalletToAnother = function SvgIluMoveGoodsFromPalletToAnother(props) {
20681
- return /*#__PURE__*/React.createElement("svg", _extends$W({
20681
+ return /*#__PURE__*/React.createElement("svg", _extends$Y({
20682
20682
  xmlns: "http://www.w3.org/2000/svg",
20683
20683
  width: 170,
20684
20684
  height: 170
@@ -20689,7 +20689,7 @@ var SvgIluMoveGoodsFromPalletToAnother = function SvgIluMoveGoodsFromPalletToAno
20689
20689
  d: "M169.363 101.2c0 .677-.008 1.351-.03 2.024a65.069 65.069 0 0 1-1.287 11.117 60.34 60.34 0 0 1-.619 2.769 57.976 57.976 0 0 1-.821 3.027q-.635 2.165-1.422 4.263l-.076.212a64.193 64.193 0 0 1-1.355 3.323s0 .013-.008.025c-.093.207-.182.411-.275.614a68.655 68.655 0 0 1-4.077 7.705 69.837 69.837 0 0 1-5.063 7.193l-.051.064c-.216.262-.432.529-.648.792-.034.042-.068.08-.1.123-.161.195-.326.389-.491.584l-.288.339a39.1 39.1 0 0 1-.584.677q-.857.978-1.753 1.918a67.638 67.638 0 0 1-2.058 2.091q-1.67 1.638-3.442 3.158a76.194 76.194 0 0 1-12.675 8.823 78.6 78.6 0 0 1-14.5 6.223 80.367 80.367 0 0 1-16.553 3.345q-3.836.368-7.777.368a78.489 78.489 0 0 1-54.96-21.909v-.008q-1.054-1.022-2.057-2.091a71.908 71.908 0 0 1-3.116-3.518c-.025-.034-.055-.064-.08-.1l-.021-.025a71.02 71.02 0 0 1-5.758-8.048 66.817 66.817 0 0 1-9.94-33.056 54.466 54.466 0 0 1-.034-2.024c0-.563.008-1.122.021-1.681A65.627 65.627 0 0 1 18.5 89.3a68.431 68.431 0 0 1 16.566-33.446q1.715-1.905 3.565-3.7A78.511 78.511 0 0 1 93.4 30.423a78.5 78.5 0 0 1 54.766 21.731q1.848 1.791 3.565 3.7a70.241 70.241 0 0 1 11.045 16.481 67.03 67.03 0 0 1 2.646 6.308c.08.224.161.449.237.673.195.546.377 1.1.555 1.651A66.365 66.365 0 0 1 169.33 99.1c0 .14.008.279.013.423v.25c.016.474.02.953.02 1.427Z",
20690
20690
  transform: "translate(-17.433 -30.423)",
20691
20691
  fill: "none"
20692
- })))), _g$J || (_g$J = /*#__PURE__*/React.createElement("g", {
20692
+ })))), _g$L || (_g$L = /*#__PURE__*/React.createElement("g", {
20693
20693
  "data-name": "Group 44723"
20694
20694
  }, /*#__PURE__*/React.createElement("path", {
20695
20695
  "data-name": "Path 84869",
@@ -21032,10 +21032,10 @@ var SvgIluMoveGoodsFromPalletToAnother = function SvgIluMoveGoodsFromPalletToAno
21032
21032
  })));
21033
21033
  };
21034
21034
 
21035
- var _defs$e, _g$I, _g2$6, _path$t;
21036
- function _extends$V() { _extends$V = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$V.apply(this, arguments); }
21035
+ var _defs$e, _g$K, _g2$6, _path$t;
21036
+ function _extends$X() { _extends$X = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$X.apply(this, arguments); }
21037
21037
  var SvgIluPrintingLabel = function SvgIluPrintingLabel(props) {
21038
- return /*#__PURE__*/React.createElement("svg", _extends$V({
21038
+ return /*#__PURE__*/React.createElement("svg", _extends$X({
21039
21039
  xmlns: "http://www.w3.org/2000/svg",
21040
21040
  width: 170,
21041
21041
  height: 170
@@ -21046,7 +21046,7 @@ var SvgIluPrintingLabel = function SvgIluPrintingLabel(props) {
21046
21046
  d: "M169.953 100.871c0 .68-.009 1.356-.03 2.032a65.322 65.322 0 0 1-1.292 11.16 59.512 59.512 0 0 1-.621 2.78 57.454 57.454 0 0 1-.824 3.039q-.638 2.174-1.428 4.28l-.077.213a64.693 64.693 0 0 1-1.36 3.336s0 .013-.009.025c-.094.208-.183.412-.276.616a68.922 68.922 0 0 1-4.093 7.735 70.1 70.1 0 0 1-5.083 7.221l-.051.064-.65.795c-.034.042-.068.081-.1.123-.161.2-.327.391-.493.586l-.289.34c-.191.225-.387.455-.586.68q-.861.982-1.76 1.925a69.307 69.307 0 0 1-2.065 2.1q-1.677 1.645-3.455 3.17a76.486 76.486 0 0 1-12.725 8.857 78.9 78.9 0 0 1-14.56 6.247 80.677 80.677 0 0 1-16.618 3.357q-3.851.37-7.807.37a78.793 78.793 0 0 1-55.173-21.994v-.008q-1.058-1.026-2.065-2.1a72.007 72.007 0 0 1-3.128-3.532c-.026-.034-.055-.064-.081-.1l-.021-.025a71.3 71.3 0 0 1-5.78-8.079 67.076 67.076 0 0 1-9.986-33.184 52.827 52.827 0 0 1-.034-2.032c0-.565.008-1.126.021-1.687a65.882 65.882 0 0 1 1.055-10.261 68.7 68.7 0 0 1 16.625-33.575q1.721-1.913 3.578-3.715a78.815 78.815 0 0 1 54.983-21.815 78.807 78.807 0 0 1 54.978 21.815q1.855 1.8 3.579 3.715A70.514 70.514 0 0 1 163.34 71.89a67.289 67.289 0 0 1 2.66 6.332c.081.225.161.451.238.676.2.548.379 1.105.557 1.658a66.622 66.622 0 0 1 3.128 18.2c0 .14.008.28.013.425v.251c.012.478.017.958.017 1.439Z",
21047
21047
  transform: "translate(-17.433 -29.815)",
21048
21048
  fill: "none"
21049
- })))), _g$I || (_g$I = /*#__PURE__*/React.createElement("g", {
21049
+ })))), _g$K || (_g$K = /*#__PURE__*/React.createElement("g", {
21050
21050
  "data-name": "Group 44887"
21051
21051
  }, /*#__PURE__*/React.createElement("path", {
21052
21052
  "data-name": "Path 84915",
@@ -21217,10 +21217,10 @@ var SvgIluPrintingLabel = function SvgIluPrintingLabel(props) {
21217
21217
  })));
21218
21218
  };
21219
21219
 
21220
- var _defs$d, _g$H, _g2$5, _path$s;
21221
- function _extends$U() { _extends$U = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$U.apply(this, arguments); }
21220
+ var _defs$d, _g$J, _g2$5, _path$s;
21221
+ function _extends$W() { _extends$W = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$W.apply(this, arguments); }
21222
21222
  var SvgIluProduction = function SvgIluProduction(props) {
21223
- return /*#__PURE__*/React.createElement("svg", _extends$U({
21223
+ return /*#__PURE__*/React.createElement("svg", _extends$W({
21224
21224
  xmlns: "http://www.w3.org/2000/svg",
21225
21225
  width: 170,
21226
21226
  height: 170
@@ -21231,7 +21231,7 @@ var SvgIluProduction = function SvgIluProduction(props) {
21231
21231
  d: "M716.33 569.924c0 .68-.009 1.357-.03 2.033a65.418 65.418 0 0 1-1.293 11.169 59.31 59.31 0 0 1-.621 2.782 57.534 57.534 0 0 1-.825 3.041q-.638 2.176-1.429 4.283l-.077.213a64.806 64.806 0 0 1-1.361 3.339s0 .013-.008.026c-.094.208-.183.413-.276.617a68.963 68.963 0 0 1-4.1 7.741 70.164 70.164 0 0 1-5.087 7.226l-.051.064c-.217.264-.434.532-.651.8-.034.043-.068.081-.1.123-.162.2-.328.391-.493.587l-.289.34c-.191.225-.387.455-.587.68q-.861.982-1.761 1.927a67.117 67.117 0 0 1-2.067 2.1q-1.678 1.646-3.458 3.173a76.553 76.553 0 0 1-12.734 8.864 78.962 78.962 0 0 1-14.572 6.252 80.736 80.736 0 0 1-16.63 3.36q-3.853.37-7.813.37a78.853 78.853 0 0 1-55.216-22.01v-.008q-1.059-1.027-2.067-2.1a72.034 72.034 0 0 1-3.13-3.534c-.026-.034-.055-.064-.081-.1l-.021-.026a71.352 71.352 0 0 1-5.784-8.085 67.127 67.127 0 0 1-9.987-33.209 52.88 52.88 0 0 1-.034-2.033c0-.566.008-1.127.021-1.689a65.991 65.991 0 0 1 1.055-10.272 68.75 68.75 0 0 1 16.639-33.6q1.723-1.914 3.581-3.717a80.251 80.251 0 0 1 110.04 0q1.857 1.8 3.581 3.717a70.564 70.564 0 0 1 11.1 16.558 67.315 67.315 0 0 1 2.658 6.337c.081.225.162.451.238.676.2.549.378 1.106.557 1.659a66.671 66.671 0 0 1 3.13 18.217c0 .14.008.281.013.425v.251c.016.472.02.952.02 1.433Z",
21232
21232
  transform: "translate(-563.694 -498.814)",
21233
21233
  fill: "none"
21234
- })))), _g$H || (_g$H = /*#__PURE__*/React.createElement("g", {
21234
+ })))), _g$J || (_g$J = /*#__PURE__*/React.createElement("g", {
21235
21235
  "data-name": "Group 46712"
21236
21236
  }, /*#__PURE__*/React.createElement("path", {
21237
21237
  "data-name": "Path 85290",
@@ -21676,10 +21676,10 @@ var SvgIluProduction = function SvgIluProduction(props) {
21676
21676
  })));
21677
21677
  };
21678
21678
 
21679
- var _defs$c, _g$G, _g2$4, _path$r;
21680
- function _extends$T() { _extends$T = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$T.apply(this, arguments); }
21679
+ var _defs$c, _g$I, _g2$4, _path$r;
21680
+ function _extends$V() { _extends$V = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$V.apply(this, arguments); }
21681
21681
  var SvgIluQualityControl = function SvgIluQualityControl(props) {
21682
- return /*#__PURE__*/React.createElement("svg", _extends$T({
21682
+ return /*#__PURE__*/React.createElement("svg", _extends$V({
21683
21683
  xmlns: "http://www.w3.org/2000/svg",
21684
21684
  width: 170,
21685
21685
  height: 170
@@ -21690,7 +21690,7 @@ var SvgIluQualityControl = function SvgIluQualityControl(props) {
21690
21690
  d: "M169.355 101.2c0 .677-.008 1.35-.03 2.024a65.065 65.065 0 0 1-1.287 11.117c-.187.931-.39 1.854-.618 2.769a57.976 57.976 0 0 1-.821 3.027q-.635 2.165-1.422 4.263l-.076.212a64.193 64.193 0 0 1-1.355 3.323s0 .013-.008.025c-.093.207-.182.411-.275.614a68.65 68.65 0 0 1-4.077 7.7 69.832 69.832 0 0 1-5.063 7.192l-.051.063c-.216.262-.432.529-.648.792-.034.042-.068.08-.1.123-.161.195-.326.389-.491.584l-.288.339a39.1 39.1 0 0 1-.584.677q-.857.978-1.753 1.918a68.761 68.761 0 0 1-2.057 2.091q-1.67 1.638-3.442 3.158a76.188 76.188 0 0 1-12.675 8.822 78.6 78.6 0 0 1-14.5 6.223 80.362 80.362 0 0 1-16.552 3.344q-3.835.368-7.777.368a78.484 78.484 0 0 1-54.957-21.908v-.008q-1.054-1.022-2.057-2.091a71.908 71.908 0 0 1-3.116-3.518c-.025-.034-.055-.064-.08-.1l-.021-.025a71.015 71.015 0 0 1-5.757-8.048 66.813 66.813 0 0 1-9.94-33.054 54.466 54.466 0 0 1-.034-2.024c0-.563.008-1.122.021-1.681A65.623 65.623 0 0 1 18.5 89.3a68.427 68.427 0 0 1 16.56-33.443q1.714-1.905 3.564-3.7A78.506 78.506 0 0 1 93.4 30.423a78.5 78.5 0 0 1 54.762 21.73q1.848 1.791 3.564 3.7a70.237 70.237 0 0 1 11.045 16.48 67.023 67.023 0 0 1 2.646 6.308c.08.224.161.449.237.673.195.546.377 1.1.555 1.651a66.361 66.361 0 0 1 3.112 18.135c0 .14.008.279.013.423v.25c.017.47.021.949.021 1.427Z",
21691
21691
  transform: "translate(-17.433 -30.423)",
21692
21692
  fill: "none"
21693
- })))), _g$G || (_g$G = /*#__PURE__*/React.createElement("g", {
21693
+ })))), _g$I || (_g$I = /*#__PURE__*/React.createElement("g", {
21694
21694
  "data-name": "Group 46586",
21695
21695
  clipPath: "url(#ilu_quality-control_svg__a)",
21696
21696
  transform: "translate(7.711 13.21)"
@@ -22335,10 +22335,10 @@ var SvgIluQualityControl = function SvgIluQualityControl(props) {
22335
22335
  })));
22336
22336
  };
22337
22337
 
22338
- var _defs$b, _g$F, _g2$3, _g3$2, _g4$2, _g5$1, _g6$1, _g7$1, _g8$1, _path$q;
22339
- function _extends$S() { _extends$S = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$S.apply(this, arguments); }
22338
+ var _defs$b, _g$H, _g2$3, _g3$2, _g4$2, _g5$1, _g6$1, _g7$1, _g8$1, _path$q;
22339
+ function _extends$U() { _extends$U = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$U.apply(this, arguments); }
22340
22340
  var SvgIluReleaseOfGoodsFromWarehouse = function SvgIluReleaseOfGoodsFromWarehouse(props) {
22341
- return /*#__PURE__*/React.createElement("svg", _extends$S({
22341
+ return /*#__PURE__*/React.createElement("svg", _extends$U({
22342
22342
  xmlns: "http://www.w3.org/2000/svg",
22343
22343
  width: 170,
22344
22344
  height: 170
@@ -22349,7 +22349,7 @@ var SvgIluReleaseOfGoodsFromWarehouse = function SvgIluReleaseOfGoodsFromWarehou
22349
22349
  d: "M170.821 101.441c0 .68-.008 1.355-.03 2.03a65.331 65.331 0 0 1-1.291 11.154 60.43 60.43 0 0 1-.62 2.778 56.437 56.437 0 0 1-.824 3.037q-.637 2.173-1.427 4.277l-.076.212a65.147 65.147 0 0 1-1.359 3.334s0 .013-.008.025c-.093.208-.183.412-.276.616a68.885 68.885 0 0 1-4.091 7.731 70.069 70.069 0 0 1-5.08 7.217l-.051.064c-.217.263-.433.531-.65.794-.034.042-.068.081-.1.123-.161.2-.327.391-.493.586l-.289.34c-.191.225-.387.455-.586.68q-.86.981-1.759 1.924a71.703 71.703 0 0 1-2.064 2.1q-1.676 1.644-3.453 3.169a76.445 76.445 0 0 1-12.718 8.852 78.862 78.862 0 0 1-14.553 6.244 80.634 80.634 0 0 1-16.609 3.356q-3.848.37-7.8.37a78.751 78.751 0 0 1-55.154-21.982v-.008q-1.058-1.026-2.064-2.1a72.386 72.386 0 0 1-3.126-3.53c-.025-.034-.055-.064-.081-.1l-.021-.025a71.258 71.258 0 0 1-5.777-8.075 67.04 67.04 0 0 1-9.974-33.166 54.826 54.826 0 0 1-.034-2.03c0-.565.008-1.126.021-1.686A65.9 65.9 0 0 1 19.458 89.5a68.66 68.66 0 0 1 16.617-33.561q1.72-1.911 3.577-3.712A78.773 78.773 0 0 1 94.6 30.423a78.765 78.765 0 0 1 54.948 21.8q1.854 1.8 3.577 3.712a70.475 70.475 0 0 1 11.082 16.536 67.24 67.24 0 0 1 2.655 6.329c.081.225.161.45.238.675.2.548.378 1.1.556 1.657a66.588 66.588 0 0 1 3.126 18.193c0 .14.008.28.013.425v.251c.021.48.026.96.026 1.44Z",
22350
22350
  transform: "translate(-18.383 -30.423)",
22351
22351
  fill: "none"
22352
- })))), _g$F || (_g$F = /*#__PURE__*/React.createElement("g", {
22352
+ })))), _g$H || (_g$H = /*#__PURE__*/React.createElement("g", {
22353
22353
  "data-name": "Group 44559"
22354
22354
  }, /*#__PURE__*/React.createElement("g", {
22355
22355
  "data-name": "Group 44558",
@@ -22795,10 +22795,10 @@ var SvgIluReleaseOfGoodsFromWarehouse = function SvgIluReleaseOfGoodsFromWarehou
22795
22795
  })));
22796
22796
  };
22797
22797
 
22798
- var _defs$a, _g$E, _path$p;
22799
- function _extends$R() { _extends$R = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$R.apply(this, arguments); }
22798
+ var _defs$a, _g$G, _path$p;
22799
+ function _extends$T() { _extends$T = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$T.apply(this, arguments); }
22800
22800
  var SvgIluRemoveGoodsFromPallet = function SvgIluRemoveGoodsFromPallet(props) {
22801
- return /*#__PURE__*/React.createElement("svg", _extends$R({
22801
+ return /*#__PURE__*/React.createElement("svg", _extends$T({
22802
22802
  xmlns: "http://www.w3.org/2000/svg",
22803
22803
  width: 170,
22804
22804
  height: 170
@@ -22809,7 +22809,7 @@ var SvgIluRemoveGoodsFromPallet = function SvgIluRemoveGoodsFromPallet(props) {
22809
22809
  d: "M169.355 101.2c0 .677-.008 1.35-.03 2.024a65.065 65.065 0 0 1-1.287 11.117c-.187.931-.39 1.854-.618 2.769a57.976 57.976 0 0 1-.821 3.027q-.635 2.165-1.422 4.263l-.076.212a64.193 64.193 0 0 1-1.355 3.323s0 .013-.008.025c-.093.207-.182.411-.275.614a68.65 68.65 0 0 1-4.077 7.7 69.832 69.832 0 0 1-5.063 7.192l-.051.063c-.216.262-.432.529-.648.792-.034.042-.068.08-.1.123-.161.195-.326.389-.491.584l-.288.339a39.1 39.1 0 0 1-.584.677q-.857.978-1.753 1.918a68.761 68.761 0 0 1-2.057 2.091q-1.67 1.638-3.442 3.158a76.188 76.188 0 0 1-12.675 8.822 78.6 78.6 0 0 1-14.5 6.223 80.362 80.362 0 0 1-16.552 3.344q-3.835.368-7.777.368a78.484 78.484 0 0 1-54.957-21.908v-.008q-1.054-1.022-2.057-2.091a71.908 71.908 0 0 1-3.116-3.518c-.025-.034-.055-.064-.08-.1l-.021-.025a71.015 71.015 0 0 1-5.757-8.048 66.813 66.813 0 0 1-9.94-33.054 54.466 54.466 0 0 1-.034-2.024c0-.563.008-1.122.021-1.681A65.623 65.623 0 0 1 18.5 89.3a68.427 68.427 0 0 1 16.56-33.443q1.714-1.905 3.564-3.7A78.506 78.506 0 0 1 93.4 30.423a78.5 78.5 0 0 1 54.762 21.73q1.848 1.791 3.564 3.7a70.237 70.237 0 0 1 11.045 16.48 67.023 67.023 0 0 1 2.646 6.308c.08.224.161.449.237.673.195.546.377 1.1.555 1.651a66.361 66.361 0 0 1 3.112 18.135c0 .14.008.279.013.423v.25c.017.47.021.949.021 1.427Z",
22810
22810
  transform: "translate(-17.433 -30.423)",
22811
22811
  fill: "none"
22812
- })))), _g$E || (_g$E = /*#__PURE__*/React.createElement("g", {
22812
+ })))), _g$G || (_g$G = /*#__PURE__*/React.createElement("g", {
22813
22813
  "data-name": "ilu_remove_goods_from_pallet _2"
22814
22814
  }, /*#__PURE__*/React.createElement("g", {
22815
22815
  "data-name": "Group 44716"
@@ -22984,10 +22984,10 @@ var SvgIluRemoveGoodsFromPallet = function SvgIluRemoveGoodsFromPallet(props) {
22984
22984
  })));
22985
22985
  };
22986
22986
 
22987
- var _defs$9, _g$D, _g2$2, _g3$1, _g4$1, _path$o;
22988
- function _extends$Q() { _extends$Q = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$Q.apply(this, arguments); }
22987
+ var _defs$9, _g$F, _g2$2, _g3$1, _g4$1, _path$o;
22988
+ function _extends$S() { _extends$S = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$S.apply(this, arguments); }
22989
22989
  var SvgIluReprintingLabel = function SvgIluReprintingLabel(props) {
22990
- return /*#__PURE__*/React.createElement("svg", _extends$Q({
22990
+ return /*#__PURE__*/React.createElement("svg", _extends$S({
22991
22991
  xmlns: "http://www.w3.org/2000/svg",
22992
22992
  width: 170,
22993
22993
  height: 170
@@ -22998,7 +22998,7 @@ var SvgIluReprintingLabel = function SvgIluReprintingLabel(props) {
22998
22998
  d: "M172.943 103.8c0 .679-.008 1.354-.03 2.03a65.307 65.307 0 0 1-1.291 11.15c-.187.934-.391 1.86-.62 2.777a56.402 56.402 0 0 1-.824 3.036q-.637 2.172-1.427 4.276l-.076.212a65.485 65.485 0 0 1-1.359 3.333s0 .013-.008.025c-.093.208-.183.412-.276.616a68.86 68.86 0 0 1-4.089 7.728 70.038 70.038 0 0 1-5.078 7.214l-.051.064c-.217.263-.433.531-.65.794-.034.042-.068.081-.1.123-.161.2-.327.391-.493.586l-.289.34c-.191.225-.386.454-.586.679q-.86.981-1.758 1.923a71.682 71.682 0 0 1-2.064 2.1q-1.675 1.643-3.452 3.168a76.414 76.414 0 0 1-12.713 8.849 78.834 78.834 0 0 1-14.547 6.242 80.6 80.6 0 0 1-16.6 3.354q-3.847.369-7.8.369a78.72 78.72 0 0 1-55.122-21.973v-.008q-1.057-1.025-2.064-2.1a72.32 72.32 0 0 1-3.125-3.528c-.025-.034-.055-.064-.081-.1l-.021-.025a71.23 71.23 0 0 1-5.775-8.072 67.014 67.014 0 0 1-9.97-33.153 54.79 54.79 0 0 1-.034-2.03c0-.565.008-1.125.021-1.686a65.872 65.872 0 0 1 1.053-10.254A68.633 68.633 0 0 1 38.25 58.321q1.72-1.911 3.575-3.711a78.742 78.742 0 0 1 54.931-21.795 78.734 78.734 0 0 1 54.927 21.8q1.853 1.8 3.575 3.711a70.449 70.449 0 0 1 11.078 16.53 67.223 67.223 0 0 1 2.654 6.327c.081.225.161.45.238.675.2.548.378 1.1.556 1.656a66.562 66.562 0 0 1 3.125 18.186c0 .14.008.28.013.425v.251c.017.469.021.949.021 1.424Z",
22999
22999
  transform: "translate(-20.565 -32.815)",
23000
23000
  fill: "none"
23001
- })))), _g$D || (_g$D = /*#__PURE__*/React.createElement("g", {
23001
+ })))), _g$F || (_g$F = /*#__PURE__*/React.createElement("g", {
23002
23002
  "data-name": "Group 44912"
23003
23003
  }, /*#__PURE__*/React.createElement("g", {
23004
23004
  "data-name": "Group 44910"
@@ -23217,10 +23217,10 @@ var SvgIluReprintingLabel = function SvgIluReprintingLabel(props) {
23217
23217
  })));
23218
23218
  };
23219
23219
 
23220
- var _defs$8, _g$C;
23221
- function _extends$P() { _extends$P = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$P.apply(this, arguments); }
23220
+ var _defs$8, _g$E;
23221
+ function _extends$R() { _extends$R = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$R.apply(this, arguments); }
23222
23222
  var SvgIluReturnFromCustomers = function SvgIluReturnFromCustomers(props) {
23223
- return /*#__PURE__*/React.createElement("svg", _extends$P({
23223
+ return /*#__PURE__*/React.createElement("svg", _extends$R({
23224
23224
  xmlns: "http://www.w3.org/2000/svg",
23225
23225
  width: 170,
23226
23226
  height: 170
@@ -23231,7 +23231,7 @@ var SvgIluReturnFromCustomers = function SvgIluReturnFromCustomers(props) {
23231
23231
  d: "M170.787 102.115c0 .684-.009 1.363-.03 2.042a65.689 65.689 0 0 1-1.3 11.214c-.188.939-.393 1.87-.623 2.793a56.785 56.785 0 0 1-.829 3.053q-.641 2.184-1.435 4.3l-.077.214a65.32 65.32 0 0 1-1.367 3.352s0 .013-.009.026c-.094.209-.184.415-.278.62a69.286 69.286 0 0 1-4.113 7.772 70.491 70.491 0 0 1-5.108 7.256l-.051.064c-.218.265-.436.534-.653.8-.034.042-.068.081-.1.124-.162.2-.329.393-.5.589l-.29.342c-.192.226-.389.457-.589.683q-.865.986-1.768 1.934a69.994 69.994 0 0 1-2.075 2.11q-1.685 1.652-3.472 3.186a76.88 76.88 0 0 1-12.786 8.9 79.259 79.259 0 0 1-14.631 6.278 81.094 81.094 0 0 1-16.7 3.374q-3.869.371-7.845.372a79.174 79.174 0 0 1-55.44-22.1v-.013q-1.063-1.031-2.075-2.11a72.678 72.678 0 0 1-3.143-3.548c-.026-.034-.056-.064-.081-.1l-.021-.026a71.68 71.68 0 0 1-5.808-8.118 67.4 67.4 0 0 1-10.027-33.344 53.315 53.315 0 0 1-.034-2.042c0-.568.009-1.131.021-1.695a66.257 66.257 0 0 1 1.059-10.314A69.031 69.031 0 0 1 35.318 56.37q1.73-1.922 3.6-3.732a79.2 79.2 0 0 1 55.243-21.921 79.19 79.19 0 0 1 55.239 21.92q1.864 1.806 3.6 3.732A70.865 70.865 0 0 1 164.142 73a67.6 67.6 0 0 1 2.669 6.363c.081.226.162.453.239.679.2.551.38 1.11.559 1.665a66.943 66.943 0 0 1 3.143 18.291c0 .141.009.282.013.427v.252c.018.473.022.956.022 1.438Z",
23232
23232
  transform: "translate(-17.531 -30.717)",
23233
23233
  fill: "none"
23234
- })))), _g$C || (_g$C = /*#__PURE__*/React.createElement("g", {
23234
+ })))), _g$E || (_g$E = /*#__PURE__*/React.createElement("g", {
23235
23235
  "data-name": "Group 44789"
23236
23236
  }, /*#__PURE__*/React.createElement("g", {
23237
23237
  "data-name": "Group 44788"
@@ -23491,9 +23491,9 @@ var SvgIluReturnFromCustomers = function SvgIluReturnFromCustomers(props) {
23491
23491
  };
23492
23492
 
23493
23493
  var _defs$7, _path$n, _path2$e, _path3$6, _path4$2, _path5$2, _path6$1, _path7$1, _ellipse$1, _ellipse2$1, _path8$1, _ellipse3$1, _path9$1, _ellipse4$1, _ellipse5$1, _path10$1, _path11$1, _path12$1, _path13$1, _path14$1, _path15, _path16, _path17, _path18, _circle$1, _circle2$1, _circle3$1, _ellipse6$1, _ellipse7, _path19;
23494
- function _extends$O() { _extends$O = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$O.apply(this, arguments); }
23494
+ function _extends$Q() { _extends$Q = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$Q.apply(this, arguments); }
23495
23495
  var SvgIluSale = function SvgIluSale(props) {
23496
- return /*#__PURE__*/React.createElement("svg", _extends$O({
23496
+ return /*#__PURE__*/React.createElement("svg", _extends$Q({
23497
23497
  id: "ilu_sale_svg__sprzedaz",
23498
23498
  xmlns: "http://www.w3.org/2000/svg",
23499
23499
  viewBox: "0 0 400.01 400.01"
@@ -23639,10 +23639,10 @@ var SvgIluSale = function SvgIluSale(props) {
23639
23639
  }))));
23640
23640
  };
23641
23641
 
23642
- var _defs$6, _g$B, _path$m;
23643
- function _extends$N() { _extends$N = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$N.apply(this, arguments); }
23642
+ var _defs$6, _g$D, _path$m;
23643
+ function _extends$P() { _extends$P = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$P.apply(this, arguments); }
23644
23644
  var SvgIluShiftPallet = function SvgIluShiftPallet(props) {
23645
- return /*#__PURE__*/React.createElement("svg", _extends$N({
23645
+ return /*#__PURE__*/React.createElement("svg", _extends$P({
23646
23646
  xmlns: "http://www.w3.org/2000/svg",
23647
23647
  width: 170,
23648
23648
  height: 170
@@ -23653,7 +23653,7 @@ var SvgIluShiftPallet = function SvgIluShiftPallet(props) {
23653
23653
  d: "M175.839 101.008c0 .674-.008 1.344-.03 2.014a64.79 64.79 0 0 1-1.281 11.063 59.435 59.435 0 0 1-.615 2.755 56.44 56.44 0 0 1-.817 3.012q-.632 2.155-1.416 4.242l-.076.211a64.834 64.834 0 0 1-1.348 3.307s0 .013-.008.025c-.093.206-.181.409-.274.611a68.314 68.314 0 0 1-4.057 7.667 69.489 69.489 0 0 1-5.039 7.158l-.051.063c-.215.261-.43.527-.645.788-.034.042-.067.08-.1.122-.16.194-.324.388-.489.581l-.286.337c-.19.223-.383.451-.581.674q-.853.973-1.744 1.908c-.666.708-1.352 1.4-2.047 2.081q-1.662 1.63-3.425 3.143a75.818 75.818 0 0 1-12.613 8.78 78.214 78.214 0 0 1-14.433 6.193 79.972 79.972 0 0 1-16.472 3.328q-3.817.367-7.739.367a78.1 78.1 0 0 1-54.691-21.8v-.008q-1.049-1.017-2.047-2.081a69.875 69.875 0 0 1-3.1-3.5c-.025-.034-.055-.063-.08-.1l-.021-.025a70.674 70.674 0 0 1-5.729-8.009 66.49 66.49 0 0 1-9.892-32.894c-.025-.67-.034-1.34-.034-2.014 0-.56.008-1.116.021-1.673a65.357 65.357 0 0 1 1.045-10.174A68.1 68.1 0 0 1 42.2 55.88q1.706-1.9 3.547-3.682a78.127 78.127 0 0 1 54.5-21.62 78.119 78.119 0 0 1 54.5 21.625q1.839 1.782 3.547 3.682a69.9 69.9 0 0 1 10.991 16.4 66.7 66.7 0 0 1 2.633 6.277c.08.223.16.447.236.67.194.543.375 1.1.552 1.643a66.041 66.041 0 0 1 3.1 18.044c0 .139.008.278.013.421v.249c.016.467.02.943.02 1.419Z",
23654
23654
  transform: "translate(-24.652 -30.573)",
23655
23655
  fill: "none"
23656
- })))), _g$B || (_g$B = /*#__PURE__*/React.createElement("g", {
23656
+ })))), _g$D || (_g$D = /*#__PURE__*/React.createElement("g", {
23657
23657
  "data-name": "Group 45386"
23658
23658
  }, /*#__PURE__*/React.createElement("g", {
23659
23659
  "data-name": "Group 45385",
@@ -23937,9 +23937,9 @@ var SvgIluShiftPallet = function SvgIluShiftPallet(props) {
23937
23937
  };
23938
23938
 
23939
23939
  var _style, _path$l, _path2$d, _path3$5, _path4$1, _path5$1, _path6, _path7, _path8, _path9, _path10, _circle, _path11, _circle2, _circle3, _circle4, _path12, _circle5, _circle6, _circle7, _path13, _ellipse, _ellipse2, _ellipse3, _ellipse4, _ellipse5, _ellipse6, _path14;
23940
- function _extends$M() { _extends$M = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$M.apply(this, arguments); }
23940
+ function _extends$O() { _extends$O = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$O.apply(this, arguments); }
23941
23941
  var SvgIluShopping = function SvgIluShopping(props) {
23942
- return /*#__PURE__*/React.createElement("svg", _extends$M({
23942
+ return /*#__PURE__*/React.createElement("svg", _extends$O({
23943
23943
  xmlns: "http://www.w3.org/2000/svg",
23944
23944
  viewBox: "0 0 400 400",
23945
23945
  style: {
@@ -24086,10 +24086,10 @@ var SvgIluShopping = function SvgIluShopping(props) {
24086
24086
  })));
24087
24087
  };
24088
24088
 
24089
- var _defs$5, _g$A, _path$k;
24090
- function _extends$L() { _extends$L = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$L.apply(this, arguments); }
24089
+ var _defs$5, _g$C, _path$k;
24090
+ function _extends$N() { _extends$N = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$N.apply(this, arguments); }
24091
24091
  var SvgIluStatusChange = function SvgIluStatusChange(props) {
24092
- return /*#__PURE__*/React.createElement("svg", _extends$L({
24092
+ return /*#__PURE__*/React.createElement("svg", _extends$N({
24093
24093
  xmlns: "http://www.w3.org/2000/svg",
24094
24094
  width: 170,
24095
24095
  height: 170
@@ -24100,7 +24100,7 @@ var SvgIluStatusChange = function SvgIluStatusChange(props) {
24100
24100
  d: "M169.7 101.363c0 .679-.008 1.354-.03 2.028a65.216 65.216 0 0 1-1.289 11.142 60.6 60.6 0 0 1-.62 2.775 57.53 57.53 0 0 1-.823 3.034q-.636 2.17-1.426 4.273l-.076.212a64.865 64.865 0 0 1-1.358 3.331s0 .013-.009.025c-.093.208-.182.412-.276.615a68.813 68.813 0 0 1-4.086 7.722 69.994 69.994 0 0 1-5.075 7.209l-.051.064-.649.793c-.034.042-.068.081-.1.123-.161.2-.327.39-.492.586l-.289.339c-.191.225-.386.454-.586.679q-.859.98-1.757 1.922a72.878 72.878 0 0 1-2.062 2.1q-1.674 1.642-3.45 3.165a76.365 76.365 0 0 1-12.7 8.843 78.778 78.778 0 0 1-14.537 6.237 80.546 80.546 0 0 1-16.59 3.352q-3.844.369-7.795.369a78.665 78.665 0 0 1-55.084-21.958v-.008q-1.057-1.025-2.062-2.1a71.77 71.77 0 0 1-3.123-3.526c-.025-.034-.055-.064-.081-.1l-.021-.025a71.18 71.18 0 0 1-5.771-8.066 66.967 66.967 0 0 1-9.963-33.13 54.718 54.718 0 0 1-.034-2.028c0-.564.008-1.124.021-1.685a65.774 65.774 0 0 1 1.053-10.247 68.584 68.584 0 0 1 16.6-33.52Q36.824 54 38.678 52.2a78.687 78.687 0 0 1 54.893-21.777A78.679 78.679 0 0 1 148.46 52.2q1.852 1.795 3.573 3.708A70.4 70.4 0 0 1 163.1 72.43a67.178 67.178 0 0 1 2.652 6.322c.081.225.161.45.238.675.2.547.378 1.1.556 1.655a66.513 66.513 0 0 1 3.123 18.173c0 .14.009.28.013.424v.25c.018.471.018.955.018 1.434Z",
24101
24101
  transform: "translate(-17.433 -30.423)",
24102
24102
  fill: "none"
24103
- })))), _g$A || (_g$A = /*#__PURE__*/React.createElement("g", {
24103
+ })))), _g$C || (_g$C = /*#__PURE__*/React.createElement("g", {
24104
24104
  "data-name": "Group 46665",
24105
24105
  transform: "translate(7.533 13.045)",
24106
24106
  clipPath: "url(#ilu_status-change_svg__a)"
@@ -24239,10 +24239,10 @@ var SvgIluStatusChange = function SvgIluStatusChange(props) {
24239
24239
  })));
24240
24240
  };
24241
24241
 
24242
- var _defs$4, _g$z, _path$j;
24243
- function _extends$K() { _extends$K = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$K.apply(this, arguments); }
24242
+ var _defs$4, _g$B, _path$j;
24243
+ function _extends$M() { _extends$M = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$M.apply(this, arguments); }
24244
24244
  var SvgIluStorageField = function SvgIluStorageField(props) {
24245
- return /*#__PURE__*/React.createElement("svg", _extends$K({
24245
+ return /*#__PURE__*/React.createElement("svg", _extends$M({
24246
24246
  xmlns: "http://www.w3.org/2000/svg",
24247
24247
  width: 170,
24248
24248
  height: 170
@@ -24253,7 +24253,7 @@ var SvgIluStorageField = function SvgIluStorageField(props) {
24253
24253
  d: "M176.995 101.546c0 .679-.008 1.354-.03 2.029a65.286 65.286 0 0 1-1.291 11.148 60.346 60.346 0 0 1-.62 2.776 56.367 56.367 0 0 1-.824 3.035q-.637 2.171-1.426 4.275l-.076.212a65.439 65.439 0 0 1-1.358 3.332s0 .013-.008.025c-.093.208-.183.412-.276.616a68.838 68.838 0 0 1-4.086 7.727 70.026 70.026 0 0 1-5.077 7.212l-.051.064c-.217.263-.433.531-.65.794-.034.042-.068.081-.1.123-.161.2-.327.391-.492.586l-.289.34c-.191.225-.386.454-.586.679q-.86.981-1.757 1.923a72.937 72.937 0 0 1-2.063 2.1q-1.675 1.643-3.451 3.167a76.4 76.4 0 0 1-12.71 8.847 78.811 78.811 0 0 1-14.544 6.24 80.583 80.583 0 0 1-16.6 3.354q-3.846.369-7.8.369a78.7 78.7 0 0 1-55.109-21.968v-.008q-1.057-1.025-2.063-2.1a71.835 71.835 0 0 1-3.124-3.528c-.025-.034-.055-.064-.081-.1l-.021-.025a71.216 71.216 0 0 1-5.773-8.07 67 67 0 0 1-9.967-33.146 54.772 54.772 0 0 1-.034-2.029c0-.565.008-1.125.021-1.685a65.857 65.857 0 0 1 1.053-10.252 68.617 68.617 0 0 1 16.601-33.535q1.719-1.91 3.574-3.71a78.724 78.724 0 0 1 54.914-21.786 78.716 78.716 0 0 1 54.914 21.79q1.853 1.8 3.574 3.71a70.432 70.432 0 0 1 11.08 16.523 67.206 67.206 0 0 1 2.653 6.325c.081.225.161.45.238.675.2.548.378 1.1.556 1.656a66.546 66.546 0 0 1 3.124 18.182c0 .14.008.28.013.424v.25c.017.475.022.955.022 1.434Z",
24254
24254
  transform: "translate(-24.652 -30.573)",
24255
24255
  fill: "none"
24256
- })))), _g$z || (_g$z = /*#__PURE__*/React.createElement("g", {
24256
+ })))), _g$B || (_g$B = /*#__PURE__*/React.createElement("g", {
24257
24257
  transform: "translate(10.561 13.073)",
24258
24258
  clipPath: "url(#ilu_storage-field_svg__a)"
24259
24259
  }, /*#__PURE__*/React.createElement("g", {
@@ -24645,10 +24645,10 @@ var SvgIluStorageField = function SvgIluStorageField(props) {
24645
24645
  })));
24646
24646
  };
24647
24647
 
24648
- var _defs$3, _g$y, _g2$1, _g3, _g4, _g5, _g6, _g7, _g8, _path$i;
24649
- function _extends$J() { _extends$J = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$J.apply(this, arguments); }
24648
+ var _defs$3, _g$A, _g2$1, _g3, _g4, _g5, _g6, _g7, _g8, _path$i;
24649
+ function _extends$L() { _extends$L = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$L.apply(this, arguments); }
24650
24650
  var SvgIluWarehouseLoading = function SvgIluWarehouseLoading(props) {
24651
- return /*#__PURE__*/React.createElement("svg", _extends$J({
24651
+ return /*#__PURE__*/React.createElement("svg", _extends$L({
24652
24652
  xmlns: "http://www.w3.org/2000/svg",
24653
24653
  width: 170,
24654
24654
  height: 170
@@ -24659,7 +24659,7 @@ var SvgIluWarehouseLoading = function SvgIluWarehouseLoading(props) {
24659
24659
  d: "M171.124 101.582c0 .681-.009 1.358-.03 2.034a65.461 65.461 0 0 1-1.294 11.177 60.987 60.987 0 0 1-.621 2.784 56.663 56.663 0 0 1-.826 3.043q-.638 2.177-1.43 4.286l-.077.213a65.797 65.797 0 0 1-1.362 3.341s0 .013-.008.026c-.094.209-.183.413-.277.617a69.026 69.026 0 0 1-4.1 7.746 70.214 70.214 0 0 1-5.09 7.231l-.051.064c-.217.264-.434.532-.651.8-.034.043-.068.081-.1.123-.162.2-.328.392-.494.587l-.289.34c-.192.226-.387.455-.587.681q-.862.983-1.762 1.928a66.074 66.074 0 0 1-2.068 2.1q-1.679 1.647-3.46 3.175a76.6 76.6 0 0 1-12.743 8.87A79.022 79.022 0 0 1 119.216 169a80.8 80.8 0 0 1-16.642 3.362q-3.856.37-7.819.37A78.907 78.907 0 0 1 39.5 150.711v-.011q-1.06-1.028-2.068-2.1a72.751 72.751 0 0 1-3.133-3.537c-.026-.034-.055-.064-.081-.1l-.021-.026a71.4 71.4 0 0 1-5.788-8.091 67.174 67.174 0 0 1-9.993-33.232 52.931 52.931 0 0 1-.034-2.034c0-.566.009-1.128.021-1.69a66.029 66.029 0 0 1 1.057-10.277A68.8 68.8 0 0 1 36.11 55.99q1.724-1.915 3.584-3.72a78.93 78.93 0 0 1 55.062-21.847 78.922 78.922 0 0 1 55.057 21.847q1.858 1.8 3.584 3.72a70.615 70.615 0 0 1 11.1 16.569 67.376 67.376 0 0 1 2.66 6.342c.081.226.162.451.238.677.2.549.379 1.107.558 1.66a66.72 66.72 0 0 1 3.133 18.229c0 .14.009.281.013.426v.251c.021.476.025.956.025 1.438Z",
24660
24660
  transform: "translate(-18.383 -30.423)",
24661
24661
  fill: "none"
24662
- })))), _g$y || (_g$y = /*#__PURE__*/React.createElement("g", {
24662
+ })))), _g$A || (_g$A = /*#__PURE__*/React.createElement("g", {
24663
24663
  "data-name": "Group 44638"
24664
24664
  }, /*#__PURE__*/React.createElement("g", {
24665
24665
  "data-name": "Group 44637",
@@ -25018,14 +25018,14 @@ var SvgIluWarehouseLoading = function SvgIluWarehouseLoading(props) {
25018
25018
  })));
25019
25019
  };
25020
25020
 
25021
- var _g$x, _path$h;
25022
- function _extends$I() { _extends$I = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$I.apply(this, arguments); }
25021
+ var _g$z, _path$h;
25022
+ function _extends$K() { _extends$K = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$K.apply(this, arguments); }
25023
25023
  var SvgMovingBoxToAnotherShelf = function SvgMovingBoxToAnotherShelf(props) {
25024
- return /*#__PURE__*/React.createElement("svg", _extends$I({
25024
+ return /*#__PURE__*/React.createElement("svg", _extends$K({
25025
25025
  xmlns: "http://www.w3.org/2000/svg",
25026
25026
  width: 170,
25027
25027
  height: 170
25028
- }, props), _g$x || (_g$x = /*#__PURE__*/React.createElement("g", {
25028
+ }, props), _g$z || (_g$z = /*#__PURE__*/React.createElement("g", {
25029
25029
  "data-name": "Group 46074"
25030
25030
  }, /*#__PURE__*/React.createElement("g", {
25031
25031
  "data-name": "Group 45940"
@@ -25878,10 +25878,10 @@ var SvgMovingBoxToAnotherShelf = function SvgMovingBoxToAnotherShelf(props) {
25878
25878
  })));
25879
25879
  };
25880
25880
 
25881
- var _defs$2, _g$w;
25882
- function _extends$H() { _extends$H = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$H.apply(this, arguments); }
25881
+ var _defs$2, _g$y;
25882
+ function _extends$J() { _extends$J = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$J.apply(this, arguments); }
25883
25883
  var SvgIluSearch = function SvgIluSearch(props) {
25884
- return /*#__PURE__*/React.createElement("svg", _extends$H({
25884
+ return /*#__PURE__*/React.createElement("svg", _extends$J({
25885
25885
  "data-name": "Component 35 \\u2013 1",
25886
25886
  xmlns: "http://www.w3.org/2000/svg",
25887
25887
  width: 184.006,
@@ -25934,7 +25934,7 @@ var SvgIluSearch = function SvgIluSearch(props) {
25934
25934
  transform: "translate(114.909 72.075)",
25935
25935
  fill: "none",
25936
25936
  d: "M0 0h.429v40.322H0z"
25937
- })))), _g$w || (_g$w = /*#__PURE__*/React.createElement("g", {
25937
+ })))), _g$y || (_g$y = /*#__PURE__*/React.createElement("g", {
25938
25938
  "data-name": "Group 8098",
25939
25939
  clipPath: "url(#ilu_search_svg__a)"
25940
25940
  }, /*#__PURE__*/React.createElement("g", {
@@ -26091,10 +26091,10 @@ var SvgIluSearch = function SvgIluSearch(props) {
26091
26091
  }))))));
26092
26092
  };
26093
26093
 
26094
- var _defs$1, _g$v;
26095
- function _extends$G() { _extends$G = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$G.apply(this, arguments); }
26094
+ var _defs$1, _g$x;
26095
+ function _extends$I() { _extends$I = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$I.apply(this, arguments); }
26096
26096
  var SvgIlu404 = function SvgIlu404(props) {
26097
- return /*#__PURE__*/React.createElement("svg", _extends$G({
26097
+ return /*#__PURE__*/React.createElement("svg", _extends$I({
26098
26098
  "data-name": "Component 34 \\u2013 1",
26099
26099
  xmlns: "http://www.w3.org/2000/svg",
26100
26100
  width: 184.006,
@@ -26161,7 +26161,7 @@ var SvgIlu404 = function SvgIlu404(props) {
26161
26161
  "data-name": "Path 513",
26162
26162
  d: "M124.648 81.307q.171.843 1.729 5.842l6.328-.071q-1.559-5-1.729-5.843Z",
26163
26163
  fill: "none"
26164
- })))), _g$v || (_g$v = /*#__PURE__*/React.createElement("g", {
26164
+ })))), _g$x || (_g$x = /*#__PURE__*/React.createElement("g", {
26165
26165
  "data-name": "Group 8079",
26166
26166
  clipPath: "url(#ilu_404_svg__a)"
26167
26167
  }, /*#__PURE__*/React.createElement("g", {
@@ -26548,9 +26548,9 @@ var Illustration = function (_a) {
26548
26548
  };
26549
26549
 
26550
26550
  var _path$g, _path2$c, _path3$4;
26551
- function _extends$F() { _extends$F = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$F.apply(this, arguments); }
26551
+ function _extends$H() { _extends$H = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$H.apply(this, arguments); }
26552
26552
  var SvgIconWfSearch = function SvgIconWfSearch(props) {
26553
- return /*#__PURE__*/React.createElement("svg", _extends$F({
26553
+ return /*#__PURE__*/React.createElement("svg", _extends$H({
26554
26554
  xmlns: "http://www.w3.org/2000/svg",
26555
26555
  width: 26,
26556
26556
  height: 26
@@ -26570,9 +26570,9 @@ var SvgIconWfSearch = function SvgIconWfSearch(props) {
26570
26570
  };
26571
26571
 
26572
26572
  var _path$f, _path2$b, _path3$3;
26573
- function _extends$E() { _extends$E = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$E.apply(this, arguments); }
26573
+ function _extends$G() { _extends$G = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$G.apply(this, arguments); }
26574
26574
  var SvgIconWfLocked = function SvgIconWfLocked(props) {
26575
- return /*#__PURE__*/React.createElement("svg", _extends$E({
26575
+ return /*#__PURE__*/React.createElement("svg", _extends$G({
26576
26576
  xmlns: "http://www.w3.org/2000/svg",
26577
26577
  width: 26,
26578
26578
  height: 26
@@ -26592,9 +26592,9 @@ var SvgIconWfLocked = function SvgIconWfLocked(props) {
26592
26592
  };
26593
26593
 
26594
26594
  var _path$e, _path2$a, _path3$2;
26595
- function _extends$D() { _extends$D = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$D.apply(this, arguments); }
26595
+ function _extends$F() { _extends$F = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$F.apply(this, arguments); }
26596
26596
  var SvgIconWfDownload = function SvgIconWfDownload(props) {
26597
- return /*#__PURE__*/React.createElement("svg", _extends$D({
26597
+ return /*#__PURE__*/React.createElement("svg", _extends$F({
26598
26598
  xmlns: "http://www.w3.org/2000/svg",
26599
26599
  width: 46,
26600
26600
  height: 46
@@ -26612,10 +26612,10 @@ var SvgIconWfDownload = function SvgIconWfDownload(props) {
26612
26612
  })));
26613
26613
  };
26614
26614
 
26615
- var _path$d, _g$u, _path2$9;
26616
- function _extends$C() { _extends$C = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$C.apply(this, arguments); }
26615
+ var _path$d, _g$w, _path2$9;
26616
+ function _extends$E() { _extends$E = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$E.apply(this, arguments); }
26617
26617
  var SvgIconWfRemove = function SvgIconWfRemove(props) {
26618
- return /*#__PURE__*/React.createElement("svg", _extends$C({
26618
+ return /*#__PURE__*/React.createElement("svg", _extends$E({
26619
26619
  xmlns: "http://www.w3.org/2000/svg",
26620
26620
  width: 46,
26621
26621
  height: 46
@@ -26623,7 +26623,7 @@ var SvgIconWfRemove = function SvgIconWfRemove(props) {
26623
26623
  "data-name": "Rectangle 19790",
26624
26624
  fill: "#e42127",
26625
26625
  d: "M14.583 3.107h16.833v3.061H14.583z"
26626
- })), _g$u || (_g$u = /*#__PURE__*/React.createElement("g", {
26626
+ })), _g$w || (_g$w = /*#__PURE__*/React.createElement("g", {
26627
26627
  fill: "#293072"
26628
26628
  }, /*#__PURE__*/React.createElement("path", {
26629
26629
  "data-name": "Rectangle 19787",
@@ -26644,14 +26644,14 @@ var SvgIconWfRemove = function SvgIconWfRemove(props) {
26644
26644
  })));
26645
26645
  };
26646
26646
 
26647
- var _g$t;
26648
- function _extends$B() { _extends$B = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$B.apply(this, arguments); }
26647
+ var _g$v;
26648
+ function _extends$D() { _extends$D = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$D.apply(this, arguments); }
26649
26649
  var SvgIconWfLogout = function SvgIconWfLogout(props) {
26650
- return /*#__PURE__*/React.createElement("svg", _extends$B({
26650
+ return /*#__PURE__*/React.createElement("svg", _extends$D({
26651
26651
  xmlns: "http://www.w3.org/2000/svg",
26652
26652
  width: 46,
26653
26653
  height: 46
26654
- }, props), _g$t || (_g$t = /*#__PURE__*/React.createElement("g", {
26654
+ }, props), _g$v || (_g$v = /*#__PURE__*/React.createElement("g", {
26655
26655
  "data-name": "icon_wf_logout"
26656
26656
  }, /*#__PURE__*/React.createElement("path", {
26657
26657
  "data-name": "color-2",
@@ -26669,9 +26669,9 @@ var SvgIconWfLogout = function SvgIconWfLogout(props) {
26669
26669
  };
26670
26670
 
26671
26671
  var _path$c, _path2$8, _path3$1;
26672
- function _extends$A() { _extends$A = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$A.apply(this, arguments); }
26672
+ function _extends$C() { _extends$C = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$C.apply(this, arguments); }
26673
26673
  var SvgIconWfEdit = function SvgIconWfEdit(props) {
26674
- return /*#__PURE__*/React.createElement("svg", _extends$A({
26674
+ return /*#__PURE__*/React.createElement("svg", _extends$C({
26675
26675
  xmlns: "http://www.w3.org/2000/svg",
26676
26676
  width: 46,
26677
26677
  height: 46
@@ -26690,15 +26690,15 @@ var SvgIconWfEdit = function SvgIconWfEdit(props) {
26690
26690
  })));
26691
26691
  };
26692
26692
 
26693
- var _g$s;
26694
- function _extends$z() { _extends$z = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$z.apply(this, arguments); }
26693
+ var _g$u;
26694
+ function _extends$B() { _extends$B = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$B.apply(this, arguments); }
26695
26695
  var SvgIconWfSettingsOrFilter = function SvgIconWfSettingsOrFilter(props) {
26696
- return /*#__PURE__*/React.createElement("svg", _extends$z({
26696
+ return /*#__PURE__*/React.createElement("svg", _extends$B({
26697
26697
  "data-name": "icon_wf_settings or filter",
26698
26698
  xmlns: "http://www.w3.org/2000/svg",
26699
26699
  width: 46,
26700
26700
  height: 46
26701
- }, props), _g$s || (_g$s = /*#__PURE__*/React.createElement("g", {
26701
+ }, props), _g$u || (_g$u = /*#__PURE__*/React.createElement("g", {
26702
26702
  "data-name": "Group 42290"
26703
26703
  }, /*#__PURE__*/React.createElement("path", {
26704
26704
  "data-name": "Path 84278",
@@ -26719,14 +26719,14 @@ var SvgIconWfSettingsOrFilter = function SvgIconWfSettingsOrFilter(props) {
26719
26719
  }))));
26720
26720
  };
26721
26721
 
26722
- var _g$r, _path$b;
26723
- function _extends$y() { _extends$y = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$y.apply(this, arguments); }
26722
+ var _g$t, _path$b;
26723
+ function _extends$A() { _extends$A = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$A.apply(this, arguments); }
26724
26724
  var SvgIconWfBarcode1D = function SvgIconWfBarcode1D(props) {
26725
- return /*#__PURE__*/React.createElement("svg", _extends$y({
26725
+ return /*#__PURE__*/React.createElement("svg", _extends$A({
26726
26726
  xmlns: "http://www.w3.org/2000/svg",
26727
26727
  width: 46,
26728
26728
  height: 46
26729
- }, props), _g$r || (_g$r = /*#__PURE__*/React.createElement("g", {
26729
+ }, props), _g$t || (_g$t = /*#__PURE__*/React.createElement("g", {
26730
26730
  fill: "#293072"
26731
26731
  }, /*#__PURE__*/React.createElement("path", {
26732
26732
  "data-name": "Path 85537",
@@ -26765,14 +26765,14 @@ var SvgIconWfBarcode1D = function SvgIconWfBarcode1D(props) {
26765
26765
  })));
26766
26766
  };
26767
26767
 
26768
- var _g$q;
26769
- function _extends$x() { _extends$x = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$x.apply(this, arguments); }
26768
+ var _g$s;
26769
+ function _extends$z() { _extends$z = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$z.apply(this, arguments); }
26770
26770
  var SvgIconWfBarcode2D = function SvgIconWfBarcode2D(props) {
26771
- return /*#__PURE__*/React.createElement("svg", _extends$x({
26771
+ return /*#__PURE__*/React.createElement("svg", _extends$z({
26772
26772
  xmlns: "http://www.w3.org/2000/svg",
26773
26773
  width: 46,
26774
26774
  height: 46
26775
- }, props), _g$q || (_g$q = /*#__PURE__*/React.createElement("g", {
26775
+ }, props), _g$s || (_g$s = /*#__PURE__*/React.createElement("g", {
26776
26776
  "data-name": "Group 43962"
26777
26777
  }, /*#__PURE__*/React.createElement("g", {
26778
26778
  fill: "#293072"
@@ -26818,15 +26818,15 @@ var SvgIconWfBarcode2D = function SvgIconWfBarcode2D(props) {
26818
26818
  }))));
26819
26819
  };
26820
26820
 
26821
- var _g$p;
26822
- function _extends$w() { _extends$w = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$w.apply(this, arguments); }
26821
+ var _g$r;
26822
+ function _extends$y() { _extends$y = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$y.apply(this, arguments); }
26823
26823
  var SvgIconWfBarcodePrinter = function SvgIconWfBarcodePrinter(props) {
26824
- return /*#__PURE__*/React.createElement("svg", _extends$w({
26824
+ return /*#__PURE__*/React.createElement("svg", _extends$y({
26825
26825
  "data-name": "Component 292 \\u2013 5",
26826
26826
  xmlns: "http://www.w3.org/2000/svg",
26827
26827
  width: 46,
26828
26828
  height: 46
26829
- }, props), _g$p || (_g$p = /*#__PURE__*/React.createElement("g", {
26829
+ }, props), _g$r || (_g$r = /*#__PURE__*/React.createElement("g", {
26830
26830
  "data-name": "Group 43974"
26831
26831
  }, /*#__PURE__*/React.createElement("path", {
26832
26832
  "data-name": "Rectangle 20938",
@@ -26865,14 +26865,14 @@ var SvgIconWfBarcodePrinter = function SvgIconWfBarcodePrinter(props) {
26865
26865
  }))));
26866
26866
  };
26867
26867
 
26868
- var _g$o;
26869
- function _extends$v() { _extends$v = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$v.apply(this, arguments); }
26868
+ var _g$q;
26869
+ function _extends$x() { _extends$x = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$x.apply(this, arguments); }
26870
26870
  var SvgIconWfBox = function SvgIconWfBox(props) {
26871
- return /*#__PURE__*/React.createElement("svg", _extends$v({
26871
+ return /*#__PURE__*/React.createElement("svg", _extends$x({
26872
26872
  xmlns: "http://www.w3.org/2000/svg",
26873
26873
  width: 46,
26874
26874
  height: 46
26875
- }, props), _g$o || (_g$o = /*#__PURE__*/React.createElement("g", {
26875
+ }, props), _g$q || (_g$q = /*#__PURE__*/React.createElement("g", {
26876
26876
  "data-name": "icon_wf_box v1"
26877
26877
  }, /*#__PURE__*/React.createElement("path", {
26878
26878
  "data-name": "Rectangle 20916",
@@ -26896,15 +26896,15 @@ var SvgIconWfBox = function SvgIconWfBox(props) {
26896
26896
  }))));
26897
26897
  };
26898
26898
 
26899
- var _g$n;
26900
- function _extends$u() { _extends$u = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$u.apply(this, arguments); }
26899
+ var _g$p;
26900
+ function _extends$w() { _extends$w = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$w.apply(this, arguments); }
26901
26901
  var SvgIconWfCalculator = function SvgIconWfCalculator(props) {
26902
- return /*#__PURE__*/React.createElement("svg", _extends$u({
26902
+ return /*#__PURE__*/React.createElement("svg", _extends$w({
26903
26903
  "data-name": "Component 286 \\u2013 2",
26904
26904
  xmlns: "http://www.w3.org/2000/svg",
26905
26905
  width: 46,
26906
26906
  height: 46
26907
- }, props), _g$n || (_g$n = /*#__PURE__*/React.createElement("g", {
26907
+ }, props), _g$p || (_g$p = /*#__PURE__*/React.createElement("g", {
26908
26908
  "data-name": "Group 43933"
26909
26909
  }, /*#__PURE__*/React.createElement("path", {
26910
26910
  "data-name": "Rectangle 20906",
@@ -26946,14 +26946,14 @@ var SvgIconWfCalculator = function SvgIconWfCalculator(props) {
26946
26946
  }))));
26947
26947
  };
26948
26948
 
26949
- var _g$m;
26950
- function _extends$t() { _extends$t = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$t.apply(this, arguments); }
26949
+ var _g$o;
26950
+ function _extends$v() { _extends$v = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$v.apply(this, arguments); }
26951
26951
  var SvgIconWfCalendar = function SvgIconWfCalendar(props) {
26952
- return /*#__PURE__*/React.createElement("svg", _extends$t({
26952
+ return /*#__PURE__*/React.createElement("svg", _extends$v({
26953
26953
  xmlns: "http://www.w3.org/2000/svg",
26954
26954
  width: 46,
26955
26955
  height: 46
26956
- }, props), _g$m || (_g$m = /*#__PURE__*/React.createElement("g", {
26956
+ }, props), _g$o || (_g$o = /*#__PURE__*/React.createElement("g", {
26957
26957
  "data-name": "Group 43270"
26958
26958
  }, /*#__PURE__*/React.createElement("g", {
26959
26959
  fill: "#e42127"
@@ -27005,14 +27005,14 @@ var SvgIconWfCalendar = function SvgIconWfCalendar(props) {
27005
27005
  }))));
27006
27006
  };
27007
27007
 
27008
- var _g$l, _g2, _path$a;
27009
- function _extends$s() { _extends$s = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$s.apply(this, arguments); }
27008
+ var _g$n, _g2, _path$a;
27009
+ function _extends$u() { _extends$u = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$u.apply(this, arguments); }
27010
27010
  var SvgIconWfCar = function SvgIconWfCar(props) {
27011
- return /*#__PURE__*/React.createElement("svg", _extends$s({
27011
+ return /*#__PURE__*/React.createElement("svg", _extends$u({
27012
27012
  xmlns: "http://www.w3.org/2000/svg",
27013
27013
  width: 46,
27014
27014
  height: 46
27015
- }, props), _g$l || (_g$l = /*#__PURE__*/React.createElement("g", {
27015
+ }, props), _g$n || (_g$n = /*#__PURE__*/React.createElement("g", {
27016
27016
  fill: "#e42127"
27017
27017
  }, /*#__PURE__*/React.createElement("path", {
27018
27018
  "data-name": "Rectangle 20900",
@@ -27041,14 +27041,14 @@ var SvgIconWfCar = function SvgIconWfCar(props) {
27041
27041
  })));
27042
27042
  };
27043
27043
 
27044
- var _g$k;
27045
- function _extends$r() { _extends$r = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$r.apply(this, arguments); }
27044
+ var _g$m;
27045
+ function _extends$t() { _extends$t = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$t.apply(this, arguments); }
27046
27046
  var SvgIconWfForklift = function SvgIconWfForklift(props) {
27047
- return /*#__PURE__*/React.createElement("svg", _extends$r({
27047
+ return /*#__PURE__*/React.createElement("svg", _extends$t({
27048
27048
  xmlns: "http://www.w3.org/2000/svg",
27049
27049
  width: 46,
27050
27050
  height: 46
27051
- }, props), _g$k || (_g$k = /*#__PURE__*/React.createElement("g", {
27051
+ }, props), _g$m || (_g$m = /*#__PURE__*/React.createElement("g", {
27052
27052
  "data-name": "icon_wf_forklift"
27053
27053
  }, /*#__PURE__*/React.createElement("g", {
27054
27054
  fill: "#e42127"
@@ -27082,14 +27082,14 @@ var SvgIconWfForklift = function SvgIconWfForklift(props) {
27082
27082
  }))));
27083
27083
  };
27084
27084
 
27085
- var _g$j;
27086
- function _extends$q() { _extends$q = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$q.apply(this, arguments); }
27085
+ var _g$l;
27086
+ function _extends$s() { _extends$s = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$s.apply(this, arguments); }
27087
27087
  var SvgIconWfInvoice = function SvgIconWfInvoice(props) {
27088
- return /*#__PURE__*/React.createElement("svg", _extends$q({
27088
+ return /*#__PURE__*/React.createElement("svg", _extends$s({
27089
27089
  xmlns: "http://www.w3.org/2000/svg",
27090
27090
  width: 46,
27091
27091
  height: 46
27092
- }, props), _g$j || (_g$j = /*#__PURE__*/React.createElement("g", {
27092
+ }, props), _g$l || (_g$l = /*#__PURE__*/React.createElement("g", {
27093
27093
  "data-name": "Group 42733"
27094
27094
  }, /*#__PURE__*/React.createElement("g", {
27095
27095
  fill: "#e42127"
@@ -27113,14 +27113,14 @@ var SvgIconWfInvoice = function SvgIconWfInvoice(props) {
27113
27113
  }))));
27114
27114
  };
27115
27115
 
27116
- var _g$i;
27117
- function _extends$p() { _extends$p = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$p.apply(this, arguments); }
27116
+ var _g$k;
27117
+ function _extends$r() { _extends$r = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$r.apply(this, arguments); }
27118
27118
  var SvgIconWfKeyboard = function SvgIconWfKeyboard(props) {
27119
- return /*#__PURE__*/React.createElement("svg", _extends$p({
27119
+ return /*#__PURE__*/React.createElement("svg", _extends$r({
27120
27120
  xmlns: "http://www.w3.org/2000/svg",
27121
27121
  width: 45,
27122
27122
  height: 45
27123
- }, props), _g$i || (_g$i = /*#__PURE__*/React.createElement("g", {
27123
+ }, props), _g$k || (_g$k = /*#__PURE__*/React.createElement("g", {
27124
27124
  "data-name": "icon_wf_keyboard_1"
27125
27125
  }, /*#__PURE__*/React.createElement("path", {
27126
27126
  "data-name": "Rectangle 20200",
@@ -27162,14 +27162,14 @@ var SvgIconWfKeyboard = function SvgIconWfKeyboard(props) {
27162
27162
  }))));
27163
27163
  };
27164
27164
 
27165
- var _g$h;
27166
- function _extends$o() { _extends$o = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$o.apply(this, arguments); }
27165
+ var _g$j;
27166
+ function _extends$q() { _extends$q = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$q.apply(this, arguments); }
27167
27167
  var SvgIconWfLogs = function SvgIconWfLogs(props) {
27168
- return /*#__PURE__*/React.createElement("svg", _extends$o({
27168
+ return /*#__PURE__*/React.createElement("svg", _extends$q({
27169
27169
  xmlns: "http://www.w3.org/2000/svg",
27170
27170
  width: 46,
27171
27171
  height: 46
27172
- }, props), _g$h || (_g$h = /*#__PURE__*/React.createElement("g", {
27172
+ }, props), _g$j || (_g$j = /*#__PURE__*/React.createElement("g", {
27173
27173
  "data-name": "icon_wf_logs"
27174
27174
  }, /*#__PURE__*/React.createElement("path", {
27175
27175
  "data-name": "Path 84292",
@@ -27186,14 +27186,14 @@ var SvgIconWfLogs = function SvgIconWfLogs(props) {
27186
27186
  }))));
27187
27187
  };
27188
27188
 
27189
- var _g$g;
27190
- function _extends$n() { _extends$n = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$n.apply(this, arguments); }
27189
+ var _g$i;
27190
+ function _extends$p() { _extends$p = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$p.apply(this, arguments); }
27191
27191
  var SvgIconWfNoBarcodePrinter = function SvgIconWfNoBarcodePrinter(props) {
27192
- return /*#__PURE__*/React.createElement("svg", _extends$n({
27192
+ return /*#__PURE__*/React.createElement("svg", _extends$p({
27193
27193
  xmlns: "http://www.w3.org/2000/svg",
27194
27194
  width: 18,
27195
27195
  height: 18
27196
- }, props), _g$g || (_g$g = /*#__PURE__*/React.createElement("g", {
27196
+ }, props), _g$i || (_g$i = /*#__PURE__*/React.createElement("g", {
27197
27197
  "data-name": "icon_wf_no-barcode-printer v1"
27198
27198
  }, /*#__PURE__*/React.createElement("g", {
27199
27199
  fill: "#293072"
@@ -27237,10 +27237,10 @@ var SvgIconWfNoBarcodePrinter = function SvgIconWfNoBarcodePrinter(props) {
27237
27237
  }))));
27238
27238
  };
27239
27239
 
27240
- var _path$9, _g$f, _path2$7;
27241
- function _extends$m() { _extends$m = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$m.apply(this, arguments); }
27240
+ var _path$9, _g$h, _path2$7;
27241
+ function _extends$o() { _extends$o = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$o.apply(this, arguments); }
27242
27242
  var SvgIconWfNoScan = function SvgIconWfNoScan(props) {
27243
- return /*#__PURE__*/React.createElement("svg", _extends$m({
27243
+ return /*#__PURE__*/React.createElement("svg", _extends$o({
27244
27244
  xmlns: "http://www.w3.org/2000/svg",
27245
27245
  width: 46,
27246
27246
  height: 46
@@ -27248,7 +27248,7 @@ var SvgIconWfNoScan = function SvgIconWfNoScan(props) {
27248
27248
  "data-name": "Rectangle 20557",
27249
27249
  fill: "#e42127",
27250
27250
  d: "m3.119 5.257 2.146-2.146L42.89 40.737l-2.146 2.146z"
27251
- })), _g$f || (_g$f = /*#__PURE__*/React.createElement("g", {
27251
+ })), _g$h || (_g$h = /*#__PURE__*/React.createElement("g", {
27252
27252
  fill: "#293072"
27253
27253
  }, /*#__PURE__*/React.createElement("path", {
27254
27254
  "data-name": "Path 84628",
@@ -27293,14 +27293,14 @@ var SvgIconWfNoScan = function SvgIconWfNoScan(props) {
27293
27293
  })));
27294
27294
  };
27295
27295
 
27296
- var _g$e;
27297
- function _extends$l() { _extends$l = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$l.apply(this, arguments); }
27296
+ var _g$g;
27297
+ function _extends$n() { _extends$n = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$n.apply(this, arguments); }
27298
27298
  var SvgIconWfPallet = function SvgIconWfPallet(props) {
27299
- return /*#__PURE__*/React.createElement("svg", _extends$l({
27299
+ return /*#__PURE__*/React.createElement("svg", _extends$n({
27300
27300
  xmlns: "http://www.w3.org/2000/svg",
27301
27301
  width: 46,
27302
27302
  height: 46
27303
- }, props), _g$e || (_g$e = /*#__PURE__*/React.createElement("g", {
27303
+ }, props), _g$g || (_g$g = /*#__PURE__*/React.createElement("g", {
27304
27304
  "data-name": "icon_wf_pallet_v1"
27305
27305
  }, /*#__PURE__*/React.createElement("path", {
27306
27306
  "data-name": "Path 84681",
@@ -27313,14 +27313,14 @@ var SvgIconWfPallet = function SvgIconWfPallet(props) {
27313
27313
  }))));
27314
27314
  };
27315
27315
 
27316
- var _g$d;
27317
- function _extends$k() { _extends$k = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$k.apply(this, arguments); }
27316
+ var _g$f;
27317
+ function _extends$m() { _extends$m = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$m.apply(this, arguments); }
27318
27318
  var SvgIconWfPin = function SvgIconWfPin(props) {
27319
- return /*#__PURE__*/React.createElement("svg", _extends$k({
27319
+ return /*#__PURE__*/React.createElement("svg", _extends$m({
27320
27320
  xmlns: "http://www.w3.org/2000/svg",
27321
27321
  width: 46,
27322
27322
  height: 46
27323
- }, props), _g$d || (_g$d = /*#__PURE__*/React.createElement("g", {
27323
+ }, props), _g$f || (_g$f = /*#__PURE__*/React.createElement("g", {
27324
27324
  "data-name": "Group 42962"
27325
27325
  }, /*#__PURE__*/React.createElement("path", {
27326
27326
  "data-name": "Rectangle 20318",
@@ -27337,10 +27337,10 @@ var SvgIconWfPin = function SvgIconWfPin(props) {
27337
27337
  }))));
27338
27338
  };
27339
27339
 
27340
- var _path$8, _g$c, _path2$6;
27341
- function _extends$j() { _extends$j = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$j.apply(this, arguments); }
27340
+ var _path$8, _g$e, _path2$6;
27341
+ function _extends$l() { _extends$l = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$l.apply(this, arguments); }
27342
27342
  var SvgIconWfScan = function SvgIconWfScan(props) {
27343
- return /*#__PURE__*/React.createElement("svg", _extends$j({
27343
+ return /*#__PURE__*/React.createElement("svg", _extends$l({
27344
27344
  xmlns: "http://www.w3.org/2000/svg",
27345
27345
  width: 46,
27346
27346
  height: 46
@@ -27348,7 +27348,7 @@ var SvgIconWfScan = function SvgIconWfScan(props) {
27348
27348
  "data-name": "Rectangle 19774",
27349
27349
  fill: "#e42127",
27350
27350
  d: "M14.587 23.77h16.84v3.036h-16.84z"
27351
- })), _g$c || (_g$c = /*#__PURE__*/React.createElement("g", {
27351
+ })), _g$e || (_g$e = /*#__PURE__*/React.createElement("g", {
27352
27352
  fill: "#293072"
27353
27353
  }, /*#__PURE__*/React.createElement("path", {
27354
27354
  "data-name": "Path 84272",
@@ -27393,14 +27393,14 @@ var SvgIconWfScan = function SvgIconWfScan(props) {
27393
27393
  })));
27394
27394
  };
27395
27395
 
27396
- var _g$b;
27397
- function _extends$i() { _extends$i = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$i.apply(this, arguments); }
27396
+ var _g$d;
27397
+ function _extends$k() { _extends$k = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$k.apply(this, arguments); }
27398
27398
  var SvgIconWfSend = function SvgIconWfSend(props) {
27399
- return /*#__PURE__*/React.createElement("svg", _extends$i({
27399
+ return /*#__PURE__*/React.createElement("svg", _extends$k({
27400
27400
  xmlns: "http://www.w3.org/2000/svg",
27401
27401
  width: 46,
27402
27402
  height: 46
27403
- }, props), _g$b || (_g$b = /*#__PURE__*/React.createElement("g", {
27403
+ }, props), _g$d || (_g$d = /*#__PURE__*/React.createElement("g", {
27404
27404
  "data-name": "icon_wf_send"
27405
27405
  }, /*#__PURE__*/React.createElement("g", {
27406
27406
  fill: "#e42127"
@@ -27421,14 +27421,14 @@ var SvgIconWfSend = function SvgIconWfSend(props) {
27421
27421
  }))));
27422
27422
  };
27423
27423
 
27424
- var _g$a;
27425
- function _extends$h() { _extends$h = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$h.apply(this, arguments); }
27424
+ var _g$c;
27425
+ function _extends$j() { _extends$j = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$j.apply(this, arguments); }
27426
27426
  var SvgIconWfStatusKsef = function SvgIconWfStatusKsef(props) {
27427
- return /*#__PURE__*/React.createElement("svg", _extends$h({
27427
+ return /*#__PURE__*/React.createElement("svg", _extends$j({
27428
27428
  xmlns: "http://www.w3.org/2000/svg",
27429
27429
  width: 46,
27430
27430
  height: 46
27431
- }, props), _g$a || (_g$a = /*#__PURE__*/React.createElement("g", {
27431
+ }, props), _g$c || (_g$c = /*#__PURE__*/React.createElement("g", {
27432
27432
  "data-name": "Group 42620"
27433
27433
  }, /*#__PURE__*/React.createElement("path", {
27434
27434
  "data-name": "Path 84287",
@@ -27445,10 +27445,10 @@ var SvgIconWfStatusKsef = function SvgIconWfStatusKsef(props) {
27445
27445
  }))));
27446
27446
  };
27447
27447
 
27448
- var _path$7, _g$9, _path2$5;
27449
- function _extends$g() { _extends$g = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$g.apply(this, arguments); }
27448
+ var _path$7, _g$b, _path2$5;
27449
+ function _extends$i() { _extends$i = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$i.apply(this, arguments); }
27450
27450
  var SvgIconWfStop = function SvgIconWfStop(props) {
27451
- return /*#__PURE__*/React.createElement("svg", _extends$g({
27451
+ return /*#__PURE__*/React.createElement("svg", _extends$i({
27452
27452
  xmlns: "http://www.w3.org/2000/svg",
27453
27453
  width: 46,
27454
27454
  height: 46
@@ -27456,7 +27456,7 @@ var SvgIconWfStop = function SvgIconWfStop(props) {
27456
27456
  "data-name": "Path 84683",
27457
27457
  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",
27458
27458
  fill: "#e42127"
27459
- })), _g$9 || (_g$9 = /*#__PURE__*/React.createElement("g", {
27459
+ })), _g$b || (_g$b = /*#__PURE__*/React.createElement("g", {
27460
27460
  fill: "#293072"
27461
27461
  }, /*#__PURE__*/React.createElement("path", {
27462
27462
  "data-name": "Path 84684",
@@ -27477,14 +27477,14 @@ var SvgIconWfStop = function SvgIconWfStop(props) {
27477
27477
  })));
27478
27478
  };
27479
27479
 
27480
- var _g$8;
27481
- function _extends$f() { _extends$f = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$f.apply(this, arguments); }
27480
+ var _g$a;
27481
+ function _extends$h() { _extends$h = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$h.apply(this, arguments); }
27482
27482
  var SvgIconWfUnpin = function SvgIconWfUnpin(props) {
27483
- return /*#__PURE__*/React.createElement("svg", _extends$f({
27483
+ return /*#__PURE__*/React.createElement("svg", _extends$h({
27484
27484
  xmlns: "http://www.w3.org/2000/svg",
27485
27485
  width: 46,
27486
27486
  height: 46
27487
- }, props), _g$8 || (_g$8 = /*#__PURE__*/React.createElement("g", {
27487
+ }, props), _g$a || (_g$a = /*#__PURE__*/React.createElement("g", {
27488
27488
  "data-name": "Group 42617"
27489
27489
  }, /*#__PURE__*/React.createElement("g", {
27490
27490
  fill: "#293072"
@@ -27506,9 +27506,9 @@ var SvgIconWfUnpin = function SvgIconWfUnpin(props) {
27506
27506
  };
27507
27507
 
27508
27508
  var _path$6, _path2$4, _path3, _path4, _path5;
27509
- function _extends$e() { _extends$e = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$e.apply(this, arguments); }
27509
+ function _extends$g() { _extends$g = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$g.apply(this, arguments); }
27510
27510
  var SvgIconWfRefresh = function SvgIconWfRefresh(props) {
27511
- return /*#__PURE__*/React.createElement("svg", _extends$e({
27511
+ return /*#__PURE__*/React.createElement("svg", _extends$g({
27512
27512
  xmlns: "http://www.w3.org/2000/svg",
27513
27513
  width: 26,
27514
27514
  height: 26
@@ -27536,9 +27536,9 @@ var SvgIconWfRefresh = function SvgIconWfRefresh(props) {
27536
27536
  };
27537
27537
 
27538
27538
  var _path$5, _path2$3;
27539
- function _extends$d() { _extends$d = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$d.apply(this, arguments); }
27539
+ function _extends$f() { _extends$f = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$f.apply(this, arguments); }
27540
27540
  var SvgIconUiClose = function SvgIconUiClose(props) {
27541
- return /*#__PURE__*/React.createElement("svg", _extends$d({
27541
+ return /*#__PURE__*/React.createElement("svg", _extends$f({
27542
27542
  xmlns: "http://www.w3.org/2000/svg",
27543
27543
  width: 46,
27544
27544
  height: 46
@@ -27553,9 +27553,9 @@ var SvgIconUiClose = function SvgIconUiClose(props) {
27553
27553
  };
27554
27554
 
27555
27555
  var _path$4, _path2$2;
27556
- function _extends$c() { _extends$c = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$c.apply(this, arguments); }
27556
+ function _extends$e() { _extends$e = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$e.apply(this, arguments); }
27557
27557
  var SvgIconUiChevronUp = function SvgIconUiChevronUp(props) {
27558
- return /*#__PURE__*/React.createElement("svg", _extends$c({
27558
+ return /*#__PURE__*/React.createElement("svg", _extends$e({
27559
27559
  xmlns: "http://www.w3.org/2000/svg",
27560
27560
  width: 46,
27561
27561
  height: 46
@@ -27570,14 +27570,14 @@ var SvgIconUiChevronUp = function SvgIconUiChevronUp(props) {
27570
27570
  })));
27571
27571
  };
27572
27572
 
27573
- var _g$7;
27574
- function _extends$b() { _extends$b = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$b.apply(this, arguments); }
27573
+ var _g$9;
27574
+ function _extends$d() { _extends$d = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$d.apply(this, arguments); }
27575
27575
  var SvgIconUiChevronDown = function SvgIconUiChevronDown(props) {
27576
- return /*#__PURE__*/React.createElement("svg", _extends$b({
27576
+ return /*#__PURE__*/React.createElement("svg", _extends$d({
27577
27577
  xmlns: "http://www.w3.org/2000/svg",
27578
27578
  width: 46,
27579
27579
  height: 46
27580
- }, props), _g$7 || (_g$7 = /*#__PURE__*/React.createElement("g", {
27580
+ }, props), _g$9 || (_g$9 = /*#__PURE__*/React.createElement("g", {
27581
27581
  "data-name": "icon_wf_arrow_1"
27582
27582
  }, /*#__PURE__*/React.createElement("path", {
27583
27583
  "data-name": "Path 84570",
@@ -27591,9 +27591,9 @@ var SvgIconUiChevronDown = function SvgIconUiChevronDown(props) {
27591
27591
  };
27592
27592
 
27593
27593
  var _path$3, _path2$1;
27594
- function _extends$a() { _extends$a = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$a.apply(this, arguments); }
27594
+ function _extends$c() { _extends$c = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$c.apply(this, arguments); }
27595
27595
  var SvgIconUiChevronRight = function SvgIconUiChevronRight(props) {
27596
- return /*#__PURE__*/React.createElement("svg", _extends$a({
27596
+ return /*#__PURE__*/React.createElement("svg", _extends$c({
27597
27597
  xmlns: "http://www.w3.org/2000/svg",
27598
27598
  width: 46,
27599
27599
  height: 46
@@ -27609,9 +27609,9 @@ var SvgIconUiChevronRight = function SvgIconUiChevronRight(props) {
27609
27609
  };
27610
27610
 
27611
27611
  var _path$2, _path2;
27612
- function _extends$9() { _extends$9 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$9.apply(this, arguments); }
27612
+ function _extends$b() { _extends$b = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$b.apply(this, arguments); }
27613
27613
  var SvgIconUiChevronLeft = function SvgIconUiChevronLeft(props) {
27614
- return /*#__PURE__*/React.createElement("svg", _extends$9({
27614
+ return /*#__PURE__*/React.createElement("svg", _extends$b({
27615
27615
  xmlns: "http://www.w3.org/2000/svg",
27616
27616
  width: 46,
27617
27617
  height: 46
@@ -27626,14 +27626,14 @@ var SvgIconUiChevronLeft = function SvgIconUiChevronLeft(props) {
27626
27626
  })));
27627
27627
  };
27628
27628
 
27629
- var _g$6;
27630
- function _extends$8() { _extends$8 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$8.apply(this, arguments); }
27629
+ var _g$8;
27630
+ function _extends$a() { _extends$a = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$a.apply(this, arguments); }
27631
27631
  var SvgIconSpCheckMark = function SvgIconSpCheckMark(props) {
27632
- return /*#__PURE__*/React.createElement("svg", _extends$8({
27632
+ return /*#__PURE__*/React.createElement("svg", _extends$a({
27633
27633
  xmlns: "http://www.w3.org/2000/svg",
27634
27634
  width: 42,
27635
27635
  height: 42
27636
- }, props), _g$6 || (_g$6 = /*#__PURE__*/React.createElement("g", {
27636
+ }, props), _g$8 || (_g$8 = /*#__PURE__*/React.createElement("g", {
27637
27637
  "data-name": "Group 47571"
27638
27638
  }, /*#__PURE__*/React.createElement("path", {
27639
27639
  "data-name": "Path 85747",
@@ -27646,14 +27646,14 @@ var SvgIconSpCheckMark = function SvgIconSpCheckMark(props) {
27646
27646
  }))));
27647
27647
  };
27648
27648
 
27649
- var _g$5;
27650
- function _extends$7() { _extends$7 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$7.apply(this, arguments); }
27649
+ var _g$7;
27650
+ function _extends$9() { _extends$9 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$9.apply(this, arguments); }
27651
27651
  var SvgIconSpWarning = function SvgIconSpWarning(props) {
27652
- return /*#__PURE__*/React.createElement("svg", _extends$7({
27652
+ return /*#__PURE__*/React.createElement("svg", _extends$9({
27653
27653
  xmlns: "http://www.w3.org/2000/svg",
27654
27654
  width: 42,
27655
27655
  height: 42
27656
- }, props), _g$5 || (_g$5 = /*#__PURE__*/React.createElement("g", {
27656
+ }, props), _g$7 || (_g$7 = /*#__PURE__*/React.createElement("g", {
27657
27657
  "data-name": "Group 47569"
27658
27658
  }, /*#__PURE__*/React.createElement("path", {
27659
27659
  "data-name": "Path 85746",
@@ -27670,14 +27670,14 @@ var SvgIconSpWarning = function SvgIconSpWarning(props) {
27670
27670
  }))));
27671
27671
  };
27672
27672
 
27673
- var _g$4;
27674
- function _extends$6() { _extends$6 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$6.apply(this, arguments); }
27673
+ var _g$6;
27674
+ function _extends$8() { _extends$8 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$8.apply(this, arguments); }
27675
27675
  var SvgIconSpInfo = function SvgIconSpInfo(props) {
27676
- return /*#__PURE__*/React.createElement("svg", _extends$6({
27676
+ return /*#__PURE__*/React.createElement("svg", _extends$8({
27677
27677
  xmlns: "http://www.w3.org/2000/svg",
27678
27678
  width: 45,
27679
27679
  height: 45
27680
- }, props), _g$4 || (_g$4 = /*#__PURE__*/React.createElement("g", {
27680
+ }, props), _g$6 || (_g$6 = /*#__PURE__*/React.createElement("g", {
27681
27681
  "data-name": "Group 47565"
27682
27682
  }, /*#__PURE__*/React.createElement("path", {
27683
27683
  "data-name": "Path 85744",
@@ -27694,14 +27694,14 @@ var SvgIconSpInfo = function SvgIconSpInfo(props) {
27694
27694
  }))));
27695
27695
  };
27696
27696
 
27697
- var _g$3;
27698
- function _extends$5() { _extends$5 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$5.apply(this, arguments); }
27697
+ var _g$5;
27698
+ function _extends$7() { _extends$7 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$7.apply(this, arguments); }
27699
27699
  var SvgIconSpInfo2 = function SvgIconSpInfo2(props) {
27700
- return /*#__PURE__*/React.createElement("svg", _extends$5({
27700
+ return /*#__PURE__*/React.createElement("svg", _extends$7({
27701
27701
  xmlns: "http://www.w3.org/2000/svg",
27702
27702
  width: 45,
27703
27703
  height: 45
27704
- }, props), _g$3 || (_g$3 = /*#__PURE__*/React.createElement("g", {
27704
+ }, props), _g$5 || (_g$5 = /*#__PURE__*/React.createElement("g", {
27705
27705
  fill: "#293072"
27706
27706
  }, /*#__PURE__*/React.createElement("path", {
27707
27707
  "data-name": "Path 85745",
@@ -27716,9 +27716,9 @@ var SvgIconSpInfo2 = function SvgIconSpInfo2(props) {
27716
27716
  };
27717
27717
 
27718
27718
  var _rect$1, _rect2, _rect3;
27719
- function _extends$4() { _extends$4 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$4.apply(this, arguments); }
27719
+ function _extends$6() { _extends$6 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$6.apply(this, arguments); }
27720
27720
  var SvgMenuBurger = function SvgMenuBurger(props) {
27721
- return /*#__PURE__*/React.createElement("svg", _extends$4({
27721
+ return /*#__PURE__*/React.createElement("svg", _extends$6({
27722
27722
  "data-name": "menu burger",
27723
27723
  xmlns: "http://www.w3.org/2000/svg",
27724
27724
  width: 42,
@@ -27746,10 +27746,10 @@ var SvgMenuBurger = function SvgMenuBurger(props) {
27746
27746
  })));
27747
27747
  };
27748
27748
 
27749
- var _defs, _path$1, _g$2;
27750
- function _extends$3() { _extends$3 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$3.apply(this, arguments); }
27749
+ var _defs, _path$1, _g$4;
27750
+ function _extends$5() { _extends$5 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$5.apply(this, arguments); }
27751
27751
  var SvgUpdateIcon = function SvgUpdateIcon(props) {
27752
- return /*#__PURE__*/React.createElement("svg", _extends$3({
27752
+ return /*#__PURE__*/React.createElement("svg", _extends$5({
27753
27753
  "data-name": "Component 231 \\u2013 4",
27754
27754
  xmlns: "http://www.w3.org/2000/svg",
27755
27755
  width: 25.813,
@@ -27765,7 +27765,7 @@ var SvgUpdateIcon = function SvgUpdateIcon(props) {
27765
27765
  d: "M5.876 10.103H1.043l1.421-4.416L3.726 7.32a8.78 8.78 0 1 1-3.448 4.986h1.527a7.375 7.375 0 1 0 2.82-3.819l1.251 1.616Zm2.938 1.46A2.938 2.938 0 1 1 5.876 14.5a2.939 2.939 0 0 1 2.937-2.937Z",
27766
27766
  fill: "#e42127",
27767
27767
  fillRule: "evenodd"
27768
- })), _g$2 || (_g$2 = /*#__PURE__*/React.createElement("g", {
27768
+ })), _g$4 || (_g$4 = /*#__PURE__*/React.createElement("g", {
27769
27769
  "data-name": "Group 47569",
27770
27770
  clipPath: "url(#update_icon_svg__a)",
27771
27771
  transform: "translate(7.365 -.448)"
@@ -27784,14 +27784,14 @@ var SvgUpdateIcon = function SvgUpdateIcon(props) {
27784
27784
  }))));
27785
27785
  };
27786
27786
 
27787
- var _g$1;
27788
- function _extends$2() { _extends$2 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2.apply(this, arguments); }
27787
+ var _g$3;
27788
+ function _extends$4() { _extends$4 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$4.apply(this, arguments); }
27789
27789
  var SvgCheckboxDefault = function SvgCheckboxDefault(props) {
27790
- return /*#__PURE__*/React.createElement("svg", _extends$2({
27790
+ return /*#__PURE__*/React.createElement("svg", _extends$4({
27791
27791
  xmlns: "http://www.w3.org/2000/svg",
27792
27792
  width: 27,
27793
27793
  height: 27
27794
- }, props), _g$1 || (_g$1 = /*#__PURE__*/React.createElement("g", {
27794
+ }, props), _g$3 || (_g$3 = /*#__PURE__*/React.createElement("g", {
27795
27795
  "data-name": "Rectangle 18315",
27796
27796
  fill: "#fff",
27797
27797
  stroke: "#a7b1d3",
@@ -27812,9 +27812,9 @@ var SvgCheckboxDefault = function SvgCheckboxDefault(props) {
27812
27812
  };
27813
27813
 
27814
27814
  var _rect, _path;
27815
- function _extends$1() { _extends$1 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1.apply(this, arguments); }
27815
+ function _extends$3() { _extends$3 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$3.apply(this, arguments); }
27816
27816
  var SvgCheckboxChecked = function SvgCheckboxChecked(props) {
27817
- return /*#__PURE__*/React.createElement("svg", _extends$1({
27817
+ return /*#__PURE__*/React.createElement("svg", _extends$3({
27818
27818
  xmlns: "http://www.w3.org/2000/svg",
27819
27819
  width: 20,
27820
27820
  height: 20
@@ -27831,14 +27831,14 @@ var SvgCheckboxChecked = function SvgCheckboxChecked(props) {
27831
27831
  })));
27832
27832
  };
27833
27833
 
27834
- var _g;
27835
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
27834
+ var _g$2;
27835
+ function _extends$2() { _extends$2 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2.apply(this, arguments); }
27836
27836
  var SvgChecbkoxIndeterminate = function SvgChecbkoxIndeterminate(props) {
27837
- return /*#__PURE__*/React.createElement("svg", _extends({
27837
+ return /*#__PURE__*/React.createElement("svg", _extends$2({
27838
27838
  xmlns: "http://www.w3.org/2000/svg",
27839
27839
  width: 27,
27840
27840
  height: 27
27841
- }, props), _g || (_g = /*#__PURE__*/React.createElement("g", {
27841
+ }, props), _g$2 || (_g$2 = /*#__PURE__*/React.createElement("g", {
27842
27842
  "data-name": "Group 47972",
27843
27843
  transform: "translate(0 -7)"
27844
27844
  }, /*#__PURE__*/React.createElement("rect", {
@@ -28020,6 +28020,244 @@ var Icon = function (_a) {
28020
28020
  return (jsxRuntime.exports.jsxs(StyledIconWrapper, __assign({}, rest, { ref: forwardedRef, className: "".concat(color, " ").concat(size), color: color, size: size, iconName: iconName }, { children: [iconName === 'icon_wf_search' && jsxRuntime.exports.jsx(SvgIconWfSearch, {}), iconName === 'icon_wf_locked' && jsxRuntime.exports.jsx(SvgIconWfLocked, {}), iconName === 'icon_wf_download' && jsxRuntime.exports.jsx(SvgIconWfDownload, {}), iconName === 'icon_wf_remove' && jsxRuntime.exports.jsx(SvgIconWfRemove, {}), iconName === 'icon_wf_logout' && jsxRuntime.exports.jsx(SvgIconWfLogout, {}), iconName === 'icon_wf_edit' && jsxRuntime.exports.jsx(SvgIconWfEdit, {}), iconName === 'icon_wf_settings_or_filter' && jsxRuntime.exports.jsx(SvgIconWfSettingsOrFilter, {}), iconName === 'icon_wf_barcode_1d' && jsxRuntime.exports.jsx(SvgIconWfBarcode1D, {}), iconName === 'icon_wf_barcode_2d' && jsxRuntime.exports.jsx(SvgIconWfBarcode2D, {}), iconName === 'icon_wf_barcode_printer' && jsxRuntime.exports.jsx(SvgIconWfBarcodePrinter, {}), iconName === 'icon_wf_box' && jsxRuntime.exports.jsx(SvgIconWfBox, {}), iconName === 'icon_wf_calculator' && jsxRuntime.exports.jsx(SvgIconWfCalculator, {}), iconName === 'icon_wf_calendar' && jsxRuntime.exports.jsx(SvgIconWfCalendar, {}), iconName === 'icon_wf_car' && jsxRuntime.exports.jsx(SvgIconWfCar, {}), iconName === 'icon_wf_forklift' && jsxRuntime.exports.jsx(SvgIconWfForklift, {}), iconName === 'icon_wf_invoice' && jsxRuntime.exports.jsx(SvgIconWfInvoice, {}), iconName === 'icon_wf_keyboard' && jsxRuntime.exports.jsx(SvgIconWfKeyboard, {}), iconName === 'icon_wf_logs' && jsxRuntime.exports.jsx(SvgIconWfLogs, {}), iconName === 'icon_wf_no_barcode_printer' && jsxRuntime.exports.jsx(SvgIconWfNoBarcodePrinter, {}), iconName === 'icon_wf_no_scan' && jsxRuntime.exports.jsx(SvgIconWfNoScan, {}), iconName === 'icon_wf_pallet' && jsxRuntime.exports.jsx(SvgIconWfPallet, {}), iconName === 'icon_wf_pin' && jsxRuntime.exports.jsx(SvgIconWfPin, {}), iconName === 'icon_wf_scan' && jsxRuntime.exports.jsx(SvgIconWfScan, {}), iconName === 'icon_wf_send' && jsxRuntime.exports.jsx(SvgIconWfSend, {}), iconName === 'icon_wf_status_ksef' && jsxRuntime.exports.jsx(SvgIconWfStatusKsef, {}), iconName === 'icon_wf_stop' && jsxRuntime.exports.jsx(SvgIconWfStop, {}), iconName === 'icon_wf_unpin' && jsxRuntime.exports.jsx(SvgIconWfUnpin, {}), iconName === 'icon_wf_refresh' && jsxRuntime.exports.jsx(SvgIconWfRefresh, {}), iconName === 'icon_ui_close' && jsxRuntime.exports.jsx(SvgIconUiClose, {}), iconName === 'icon_ui_chevron_up' && jsxRuntime.exports.jsx(SvgIconUiChevronUp, {}), iconName === 'icon_ui_chevron_down' && jsxRuntime.exports.jsx(SvgIconUiChevronDown, {}), iconName === 'icon_ui_chevron_right' && jsxRuntime.exports.jsx(SvgIconUiChevronRight, {}), iconName === 'icon_ui_chevron_left' && jsxRuntime.exports.jsx(SvgIconUiChevronLeft, {}), iconName === 'icon_sp_check_mark' && jsxRuntime.exports.jsx(SvgIconSpCheckMark, {}), iconName === 'icon_sp_warning' && jsxRuntime.exports.jsx(SvgIconSpWarning, {}), iconName === 'icon_sp_info' && jsxRuntime.exports.jsx(SvgIconSpInfo, {}), iconName === 'icon_sp_info_2' && jsxRuntime.exports.jsx(SvgIconSpInfo2, {}), iconName === 'icon_burger_menu' && jsxRuntime.exports.jsx(SvgMenuBurger, {}), iconName === 'icon_update' && jsxRuntime.exports.jsx(SvgUpdateIcon, {}), iconName === 'icon_checkbox_default' && jsxRuntime.exports.jsx(SvgCheckboxDefault, {}), iconName === 'icon_checkbox_checked' && jsxRuntime.exports.jsx(SvgCheckboxChecked, {}), iconName === 'icon_checkbox_indeterminate' && jsxRuntime.exports.jsx(SvgChecbkoxIndeterminate, {})] })));
28021
28021
  };
28022
28022
 
28023
+ var _g$1;
28024
+ function _extends$1() { _extends$1 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1.apply(this, arguments); }
28025
+ var SvgLogoXelcode = function SvgLogoXelcode(props) {
28026
+ return /*#__PURE__*/React.createElement("svg", _extends$1({
28027
+ xmlns: "http://www.w3.org/2000/svg",
28028
+ width: 473.043,
28029
+ height: 50,
28030
+ viewBox: "0 0 473.043 77.554"
28031
+ }, props), _g$1 || (_g$1 = /*#__PURE__*/React.createElement("g", {
28032
+ "data-name": "Group 44021"
28033
+ }, /*#__PURE__*/React.createElement("g", {
28034
+ "data-name": "Group 44020"
28035
+ }, /*#__PURE__*/React.createElement("path", {
28036
+ "data-name": "Path 84715",
28037
+ d: "M79.759 45.022V31.799h38.984v13.223Z",
28038
+ fill: "#e7252c"
28039
+ }), /*#__PURE__*/React.createElement("g", {
28040
+ fill: "#5d5d5c"
28041
+ }, /*#__PURE__*/React.createElement("path", {
28042
+ "data-name": "Path 84706",
28043
+ d: "M298.935 73.857c-1.446-.184-2.9-.336-4.336-.556-14.368-2.2-26.306-12.323-29.607-25.612-3.079-12.392.269-23.127 9.32-32.028a35.826 35.826 0 0 1 21.225-10.067c11.109-1.384 21.155 1.25 29.842 8.389a31.963 31.963 0 0 1 11.9 20.676c1.674 11.893-2.333 21.832-11.221 29.785a36.54 36.54 0 0 1-20.616 9.056c-.9.106-1.807.237-2.71.356Zm.655-13.143c6.106 0 10.685-1.35 14.794-4.183 11.109-7.658 12.367-22.72 2.677-31.894a24.01 24.01 0 0 0-33.209.632 19.983 19.983 0 0 0-1.98 26.086 22.343 22.343 0 0 0 17.721 9.358Z"
28044
+ }), /*#__PURE__*/React.createElement("path", {
28045
+ "data-name": "Path 84707",
28046
+ d: "M69.735 71.338c-.4.017-.67.04-.945.04H56.727a6.808 6.808 0 0 1-5.757-2.9q-6.926-9.371-13.838-18.757c-.2-.269-.407-.532-.678-.885-.271.345-.485.6-.684.873Q28.06 60.16 20.363 70.622a1.694 1.694 0 0 1-1.562.777c-4.857-.039-9.707-.018-14.557-.018h-1.11c.28-.413.455-.69.649-.952q11.819-16.026 23.661-32.035a1.264 1.264 0 0 0 .018-1.825Q16.262 21.476 5.127 6.336c-.22-.3-.433-.6-.745-1.032.39-.025.654-.056.917-.056 4.021 0 8.043.026 12.063-.013a6.772 6.772 0 0 1 5.817 2.933q6.315 8.542 12.617 17.092c.183.249.375.493.643.844.279-.358.505-.634.717-.921q7.126-9.653 14.264-19.3a1.512 1.512 0 0 1 .991-.613c5.2-.038 10.4-.026 15.6-.023a4.357 4.357 0 0 1 .461.064c-.228.336-.4.612-.6.874q-11.257 15.269-22.528 30.52a1.07 1.07 0 0 0 0 1.536Q57.295 54.383 69.2 70.56c.165.221.313.454.535.778Z"
28047
+ }), /*#__PURE__*/React.createElement("path", {
28048
+ "data-name": "Path 84708",
28049
+ d: "M361.307 45.073h-12.683V8.693a3.228 3.228 0 0 1 3.371-3.437c6.579-.013 13.17-.258 19.733.069 13.963.7 26.112 10.284 28.933 23.65a31.249 31.249 0 0 1 .616 5.877c.058 3.378.079 6.771-.168 10.136a26.813 26.813 0 0 1-7.476 16.595 31.488 31.488 0 0 1-19.761 10 49.285 49.285 0 0 1-5.667.309c-5.085.041-10.17.014-15.255.014-3.181 0-4.326-1.128-4.326-4.261v-9.048h1.062c7.039 0 14.081.141 21.114-.048a17.3 17.3 0 0 0 15.179-8.886 14.674 14.674 0 0 0 2.021-7.46c.029-2.633.074-5.273-.065-7.9-.3-5.772-3.2-10.038-8.006-13.082a18.281 18.281 0 0 0-9.642-2.74c-2.642-.048-5.286.013-7.929-.038-.825-.016-1.073.226-1.07 1.061.029 8.113.017 16.226.017 24.339Z"
28050
+ }), /*#__PURE__*/React.createElement("path", {
28051
+ "data-name": "Path 84709",
28052
+ d: "M157.904 25.607c0 5.245.064 10.491-.014 15.734-.132 8.828 6.286 15.317 14.074 16.872a20.716 20.716 0 0 0 3.93.365q10.211.054 20.422 0c.745 0 1 .179.987.947-.032 3.009.012 6.019 0 9.028a3.24 3.24 0 0 1-3.425 3.33c-6.948 0-13.929.318-20.839-.226-13.805-1.086-24.989-10.781-27.692-23.241a33.151 33.151 0 0 1-.664-6.813c-.064-11.751-.03-23.5-.03-35.253 0-1.1 0-1.1 1.138-1.1 2.844 0 5.687-.007 8.531 0a3.308 3.308 0 0 1 3.582 3.59q.004 8.383 0 16.767Z"
28053
+ }), /*#__PURE__*/React.createElement("path", {
28054
+ "data-name": "Path 84710",
28055
+ d: "M256.709 58.597c.091.128.122.15.122.173.006 3.52.081 7.041-.021 10.558-.042 1.436-1.573 2.564-3.307 2.56-6.945-.015-13.924.32-20.83-.229-13.888-1.105-24.948-10.829-27.722-23.216-.235-1.051-.373-2.124-.565-3.24.306-.023.5-.049.7-.05 4.019 0 8.039.007 12.058-.012a.811.811 0 0 1 .938.712c2.023 6.869 6.741 10.833 13.619 12.368a18.191 18.191 0 0 0 3.841.358c6.718.035 13.436.017 20.155.018Z"
28056
+ }), /*#__PURE__*/React.createElement("path", {
28057
+ "data-name": "Path 84711",
28058
+ d: "M79.546 57.944h55.379v13.22c-.33.015-.637.042-.944.042H83.418c-2.518 0-3.912-1.373-3.919-3.856q-.011-4.212 0-8.424c0-.306.029-.615.047-.982Z"
28059
+ }), /*#__PURE__*/React.createElement("path", {
28060
+ "data-name": "Path 84712",
28061
+ d: "M204.294 31.474c.537-2.055.878-4.036 1.567-5.888 3.781-10.171 11.227-16.333 21.527-19.262a29.719 29.719 0 0 1 8.243-1.083c5.828.018 11.657 0 17.485.007 2.587 0 3.8 1.219 3.79 3.778-.007 2.779-.031 5.559.015 8.337.014.839-.184 1.125-1.09 1.119-6.6-.041-13.208-.02-19.812-.022a18.792 18.792 0 0 0-12.964 4.664 15.791 15.791 0 0 0-4.838 7.571.963.963 0 0 1-1.1.855c-3.9-.038-7.81-.017-11.714-.02-.255-.001-.51-.025-1.109-.056Z"
28062
+ }), /*#__PURE__*/React.createElement("path", {
28063
+ "data-name": "Path 84713",
28064
+ d: "M131.764 5.238v13.221H80.62c-1.12 0-1.122 0-1.122-1.125 0-2.723.084-5.449-.026-8.168a3.7 3.7 0 0 1 3.919-3.958c15.8.058 31.6.031 47.395.031Z"
28065
+ }), /*#__PURE__*/React.createElement("path", {
28066
+ "data-name": "Path 84714",
28067
+ d: "M412.283 18.4c-.018-.279-.041-.475-.041-.671 0-2.952-.014-5.9 0-8.856a3.452 3.452 0 0 1 3.619-3.63q23.911-.011 47.822 0c.253 0 .505.031.819.052V18.4Z"
28068
+ }), /*#__PURE__*/React.createElement("path", {
28069
+ "data-name": "Path 84716",
28070
+ d: "M451.554 44.984h-38.952V31.819h38.952Z"
28071
+ }), /*#__PURE__*/React.createElement("path", {
28072
+ "data-name": "Path 84717",
28073
+ d: "M412.268 57.925h55.379v13.219c-.33.015-.637.042-.944.042H416.14c-2.518 0-3.912-1.373-3.919-3.856q-.011-4.212 0-8.424c0-.306.029-.613.047-.981Z"
28074
+ }))), /*#__PURE__*/React.createElement("path", {
28075
+ "data-name": "Rectangle 20964",
28076
+ fill: "none",
28077
+ d: "M0 0h473.043v77.554H0z"
28078
+ }))));
28079
+ };
28080
+
28081
+ var _g;
28082
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
28083
+ var SvgLogoXelcodeDashboard = function SvgLogoXelcodeDashboard(props) {
28084
+ return /*#__PURE__*/React.createElement("svg", _extends({
28085
+ xmlns: "http://www.w3.org/2000/svg",
28086
+ width: 469.159,
28087
+ height: 124
28088
+ }, props), _g || (_g = /*#__PURE__*/React.createElement("g", {
28089
+ "data-name": "Group 47387"
28090
+ }, /*#__PURE__*/React.createElement("path", {
28091
+ "data-name": "Rectangle 22451",
28092
+ fill: "#e7252c",
28093
+ d: "M77.385 26.907h39.37v13.354h-39.37z"
28094
+ }), /*#__PURE__*/React.createElement("path", {
28095
+ "data-name": "Path 85626",
28096
+ d: "M178.827 123.525V96.342h10.9a15.636 15.636 0 0 1 7.053 1.466 10.169 10.169 0 0 1 4.517 4.458 19.291 19.291 0 0 1 0 15.315 10.147 10.147 0 0 1-4.517 4.478 15.63 15.63 0 0 1-7.053 1.466Zm5.151-4.4h5.749a9.464 9.464 0 0 0 3.368-.555 6.25 6.25 0 0 0 2.457-1.644 7.2 7.2 0 0 0 1.506-2.734 12.815 12.815 0 0 0 .515-3.823v-.832a12.974 12.974 0 0 0-.515-3.863 7.2 7.2 0 0 0-1.506-2.734 6.256 6.256 0 0 0-2.457-1.645 9.484 9.484 0 0 0-3.368-.555h-5.746Z",
28097
+ fill: "#5d5d5c"
28098
+ }), /*#__PURE__*/React.createElement("path", {
28099
+ "data-name": "Path 85627",
28100
+ d: "m209.224 123.524 10.58-27.182h6.5l10.62 27.182h-5.587l-2.18-5.785h-12.444l-2.18 5.785Zm9.114-10.144h9.153l-2.734-7.37q-.159-.4-.376-1.011t-.456-1.347q-.237-.733-.475-1.486t-.436-1.347h-.2q-.237.793-.574 1.823t-.654 1.941q-.317.912-.515 1.427Z",
28101
+ fill: "#5d5d5c"
28102
+ }), /*#__PURE__*/React.createElement("path", {
28103
+ "data-name": "Path 85628",
28104
+ d: "M255.228 124a18.428 18.428 0 0 1-4.319-.5 11.322 11.322 0 0 1-3.645-1.545 7.854 7.854 0 0 1-2.5-2.615 7.23 7.23 0 0 1-.912-3.705q0-.237.02-.475a4.82 4.82 0 0 0 .02-.356h5.191c0 .053-.007.152-.02.3s-.02.271-.02.377a3.448 3.448 0 0 0 .753 2.238 4.69 4.69 0 0 0 2.18 1.426 10.263 10.263 0 0 0 3.368.5 15.048 15.048 0 0 0 2.318-.159 7.919 7.919 0 0 0 1.743-.456 4.226 4.226 0 0 0 1.209-.714 2.564 2.564 0 0 0 .693-.931 2.825 2.825 0 0 0 .218-1.109 2.657 2.657 0 0 0-.713-1.9 5.672 5.672 0 0 0-1.921-1.268 21.362 21.362 0 0 0-2.727-.938l-3.13-.852a28.1 28.1 0 0 1-3.131-1.05 12.846 12.846 0 0 1-2.734-1.486 6.415 6.415 0 0 1-1.922-2.2 6.692 6.692 0 0 1 2.4-8.876 11.235 11.235 0 0 1 3.467-1.387 19.279 19.279 0 0 1 4.319-.456 17.762 17.762 0 0 1 4.1.456 10.468 10.468 0 0 1 3.388 1.426 7.057 7.057 0 0 1 2.3 2.457 7.15 7.15 0 0 1 .832 3.546v.476h-5.119v-.4a2.848 2.848 0 0 0-.693-1.942 4.48 4.48 0 0 0-1.942-1.228 8.828 8.828 0 0 0-2.912-.436 12.03 12.03 0 0 0-3.051.337 4.33 4.33 0 0 0-1.942.991 2.146 2.146 0 0 0-.674 1.6 2.2 2.2 0 0 0 .713 1.664 5.916 5.916 0 0 0 1.922 1.149 23.719 23.719 0 0 0 2.734.872q1.525.4 3.13.852t3.131 1.05a11.792 11.792 0 0 1 2.734 1.486 6.674 6.674 0 0 1 1.922 2.2 6.447 6.447 0 0 1 .713 3.13 7.647 7.647 0 0 1-1.486 4.914 8.3 8.3 0 0 1-4.081 2.707 19.374 19.374 0 0 1-5.924.832",
28105
+ fill: "#5d5d5c"
28106
+ }), /*#__PURE__*/React.createElement("path", {
28107
+ "data-name": "Path 85629",
28108
+ d: "M276.462 123.525V96.342h5.151v11.053h12.68V96.342h5.151v27.183h-5.151v-11.689h-12.68v11.689Z",
28109
+ fill: "#5d5d5c"
28110
+ }), /*#__PURE__*/React.createElement("path", {
28111
+ "data-name": "Path 85630",
28112
+ d: "M310.424 123.525V96.342h14.82a8.868 8.868 0 0 1 3.9.832 6.62 6.62 0 0 1 2.714 2.338 6.276 6.276 0 0 1 .99 3.527 6.547 6.547 0 0 1-.594 2.813 6.133 6.133 0 0 1-1.6 2.12 7.068 7.068 0 0 1-2.278 1.288v.158a6.756 6.756 0 0 1 2.694 1.208 6.211 6.211 0 0 1 1.863 2.26 7.044 7.044 0 0 1 .674 3.15 7.321 7.321 0 0 1-1.129 4.2 6.833 6.833 0 0 1-3.011 2.477 10.548 10.548 0 0 1-4.22.812Zm5.151-16.087h8.321a4.188 4.188 0 0 0 2-.436 2.966 2.966 0 0 0 1.228-1.189 3.38 3.38 0 0 0 .416-1.665 3.286 3.286 0 0 0-.931-2.576 3.522 3.522 0 0 0-2.437-.832h-8.6Zm0 11.689h9a3.988 3.988 0 0 0 2.674-.892 3.467 3.467 0 0 0 1.05-2.794 4.13 4.13 0 0 0-.436-1.941 2.99 2.99 0 0 0-1.327-1.288 5.008 5.008 0 0 0-2.278-.455h-8.678Z",
28113
+ fill: "#5d5d5c"
28114
+ }), /*#__PURE__*/React.createElement("path", {
28115
+ "data-name": "Path 85631",
28116
+ d: "M355.833 124a16.387 16.387 0 0 1-7.33-1.526 10.479 10.479 0 0 1-4.735-4.656 19.778 19.778 0 0 1 0-15.79 10.507 10.507 0 0 1 4.735-4.636 18.421 18.421 0 0 1 14.68 0 10.532 10.532 0 0 1 4.716 4.636 19.776 19.776 0 0 1 0 15.79 10.5 10.5 0 0 1-4.716 4.656 16.356 16.356 0 0 1-7.35 1.526m0-4.359a10.182 10.182 0 0 0 3.625-.594 6.773 6.773 0 0 0 2.635-1.763 7.724 7.724 0 0 0 1.625-2.893 13.012 13.012 0 0 0 .555-3.982v-.871a13.357 13.357 0 0 0-.555-4.042 7.713 7.713 0 0 0-1.625-2.913 6.773 6.773 0 0 0-2.635-1.763 11.359 11.359 0 0 0-7.251 0 6.771 6.771 0 0 0-2.635 1.763 7.5 7.5 0 0 0-1.6 2.913 13.82 13.82 0 0 0-.535 4.042v.871a13.462 13.462 0 0 0 .535 3.982 7.513 7.513 0 0 0 1.6 2.893 6.771 6.771 0 0 0 2.635 1.763 10.177 10.177 0 0 0 3.626.594",
28117
+ fill: "#5d5d5c"
28118
+ }), /*#__PURE__*/React.createElement("path", {
28119
+ "data-name": "Path 85632",
28120
+ d: "m375.883 123.524 10.58-27.182h6.5l10.62 27.182h-5.59l-2.18-5.785h-12.441l-2.18 5.785Zm9.114-10.144h9.153l-2.734-7.37q-.159-.4-.376-1.011t-.456-1.347q-.237-.733-.475-1.486t-.436-1.347h-.2q-.237.793-.574 1.823t-.654 1.941q-.317.912-.515 1.427Z",
28121
+ fill: "#5d5d5c"
28122
+ }), /*#__PURE__*/React.createElement("path", {
28123
+ "data-name": "Path 85633",
28124
+ d: "M411.743 123.525V96.342h14.3a10.765 10.765 0 0 1 4.993 1.031 6.787 6.787 0 0 1 2.972 2.932 9.572 9.572 0 0 1 .991 4.478 9.155 9.155 0 0 1-1.189 4.7 7.42 7.42 0 0 1-3.487 3.071l5.627 10.976h-5.627l-4.993-10.1h-8.44v10.1Zm5.151-14.424h8.757a3.963 3.963 0 0 0 3.051-1.149 4.471 4.471 0 0 0 1.07-3.17 4.632 4.632 0 0 0-.475-2.2 3.229 3.229 0 0 0-1.387-1.367 4.847 4.847 0 0 0-2.258-.475h-8.757Z",
28125
+ fill: "#5d5d5c"
28126
+ }), /*#__PURE__*/React.createElement("path", {
28127
+ "data-name": "Path 85634",
28128
+ d: "M445.105 123.525V96.342h10.9a15.635 15.635 0 0 1 7.053 1.466 10.168 10.168 0 0 1 4.517 4.458 19.29 19.29 0 0 1 0 15.315 10.147 10.147 0 0 1-4.517 4.478 15.63 15.63 0 0 1-7.053 1.466Zm5.151-4.4h5.749a9.463 9.463 0 0 0 3.368-.555 6.249 6.249 0 0 0 2.457-1.644 7.2 7.2 0 0 0 1.506-2.734 12.821 12.821 0 0 0 .515-3.823v-.832a12.98 12.98 0 0 0-.515-3.863 7.2 7.2 0 0 0-1.506-2.734 6.255 6.255 0 0 0-2.457-1.645 9.483 9.483 0 0 0-3.368-.555h-5.746Z",
28129
+ fill: "#5d5d5c"
28130
+ }), /*#__PURE__*/React.createElement("path", {
28131
+ "data-name": "Path 85635",
28132
+ d: "M298.736 69.382c-1.46-.185-2.924-.339-4.379-.562-14.51-2.219-26.567-12.444-29.9-25.865-3.109-12.515.271-23.357 9.413-32.347A36.178 36.178 0 0 1 295.303.442c11.22-1.4 21.365 1.263 30.139 8.472a32.278 32.278 0 0 1 12.013 20.885c1.691 12.011-2.356 22.049-11.332 30.081a36.907 36.907 0 0 1-20.821 9.146c-.914.107-1.825.239-2.737.36Zm.661-13.273c6.166 0 10.79-1.364 14.94-4.224 11.22-7.735 12.49-22.945 2.7-32.21a24.249 24.249 0 0 0-33.539.638 20.182 20.182 0 0 0-2 26.345 22.566 22.566 0 0 0 17.894 9.452",
28133
+ fill: "#5d5d5c"
28134
+ }), /*#__PURE__*/React.createElement("path", {
28135
+ "data-name": "Path 85636",
28136
+ d: "M67.262 66.838c-.4.018-.677.041-.954.041H54.125a6.875 6.875 0 0 1-5.814-2.931q-7-9.464-13.975-18.943c-.2-.272-.411-.538-.684-.894-.274.348-.49.61-.691.882Q25.173 55.55 17.4 66.115a1.71 1.71 0 0 1-1.577.787c-4.9-.034-9.8-.018-14.706-.018H0c.283-.416.46-.7.656-.962q11.936-16.186 23.893-32.355a1.277 1.277 0 0 0 .019-1.843Q13.258 16.482 2.013 1.192C1.791.891 1.575.586 1.261.15c.394-.025.66-.056.926-.057C6.248.093 10.309.12 14.37.08a6.838 6.838 0 0 1 5.874 2.962q6.377 8.626 12.742 17.26c.186.251.379.5.649.853.283-.362.51-.641.724-.93q7.2-9.749 14.406-19.489a1.529 1.529 0 0 1 1-.619c5.25-.038 10.5-.026 15.75-.023a4.442 4.442 0 0 1 .466.065c-.231.339-.406.618-.6.883Q54.012 16.459 42.626 31.861a1.081 1.081 0 0 0 0 1.551Q54.7 49.715 66.722 66.05c.166.225.316.461.54.788",
28137
+ fill: "#5d5d5c"
28138
+ }), /*#__PURE__*/React.createElement("path", {
28139
+ "data-name": "Path 85637",
28140
+ d: "M361.724 40.312h-12.806V3.572a3.26 3.26 0 0 1 3.406-3.473c6.644-.014 13.3-.26 19.929.07 14.1.7 26.371 10.386 29.22 23.885a31.556 31.556 0 0 1 .622 5.935c.059 3.411.08 6.838-.17 10.237a27.082 27.082 0 0 1-7.55 16.76 31.8 31.8 0 0 1-19.958 10.1 49.761 49.761 0 0 1-5.723.312c-5.135.041-10.271.014-15.406.014-3.213 0-4.369-1.139-4.369-4.3V53.97h1.072c7.108 0 14.22.142 21.324-.048a17.474 17.474 0 0 0 15.33-8.974 14.826 14.826 0 0 0 2.041-7.534c.029-2.66.074-5.326-.066-7.98-.307-5.829-3.234-10.138-8.086-13.212a18.46 18.46 0 0 0-9.737-2.767c-2.669-.048-5.339.013-8.007-.038-.834-.016-1.084.228-1.08 1.071.029 8.193.018 16.387.018 24.58v1.244",
28141
+ fill: "#5d5d5c"
28142
+ }), /*#__PURE__*/React.createElement("path", {
28143
+ "data-name": "Path 85638",
28144
+ d: "M156.307 20.653c0 5.3.065 10.595-.015 15.891-.134 8.915 6.348 15.468 14.214 17.039a20.95 20.95 0 0 0 3.969.369q10.311.054 20.624 0c.753 0 1.006.181 1 .956-.033 3.039.011 6.078 0 9.117a3.272 3.272 0 0 1-3.459 3.363c-7.017 0-14.067.321-21.045-.228-13.943-1.1-25.237-10.888-27.968-23.471a33.52 33.52 0 0 1-.671-6.881c-.064-11.867-.03-23.735-.029-35.6 0-1.116 0-1.116 1.146-1.116 2.872 0 5.743-.007 8.615 0a3.341 3.341 0 0 1 3.618 3.626v16.933",
28145
+ fill: "#5d5d5c"
28146
+ }), /*#__PURE__*/React.createElement("path", {
28147
+ "data-name": "Path 85639",
28148
+ d: "M256.09 53.971c.092.129.123.152.123.174.006 3.555.081 7.112-.021 10.663-.042 1.45-1.588 2.59-3.339 2.586-7.015-.015-14.062.323-21.037-.232-14.026-1.116-25.2-10.936-28-23.446-.238-1.061-.377-2.145-.571-3.271.309-.023.506-.05.7-.05 4.059 0 8.119.006 12.178-.012a.819.819 0 0 1 .948.719c2.043 6.938 6.808 10.941 13.754 12.491a18.341 18.341 0 0 0 3.88.361c6.785.035 13.57.017 20.355.018h1.025",
28149
+ fill: "#5d5d5c"
28150
+ }), /*#__PURE__*/React.createElement("path", {
28151
+ "data-name": "Path 85640",
28152
+ d: "M77.17 53.312h55.928v13.351c-.333.015-.643.043-.953.043H81.079c-2.542 0-3.951-1.387-3.957-3.895q-.012-4.254 0-8.508c0-.31.029-.621.048-.992",
28153
+ fill: "#5d5d5c"
28154
+ }), /*#__PURE__*/React.createElement("path", {
28155
+ "data-name": "Path 85641",
28156
+ d: "M203.156 26.579c.542-2.075.887-4.076 1.583-5.947 3.819-10.271 11.338-16.5 21.742-19.452a30.013 30.013 0 0 1 8.325-1.094c5.886.018 11.773 0 17.659.007 2.613 0 3.834 1.231 3.828 3.815-.007 2.807-.031 5.614.015 8.42.014.847-.186 1.136-1.1 1.13-6.669-.042-13.339-.021-20.008-.023a18.977 18.977 0 0 0-13.093 4.711 15.949 15.949 0 0 0-4.887 7.65.972.972 0 0 1-1.114.864c-3.943-.038-7.887-.018-11.831-.02-.257 0-.514-.025-1.119-.057",
28157
+ fill: "#5d5d5c"
28158
+ }), /*#__PURE__*/React.createElement("path", {
28159
+ "data-name": "Path 85642",
28160
+ d: "M129.906.083v13.354H78.255c-1.131 0-1.133 0-1.134-1.137 0-2.75.085-5.5-.026-8.249a3.732 3.732 0 0 1 3.958-4c15.955.058 31.91.031 47.865.031Z",
28161
+ fill: "#5d5d5c"
28162
+ }), /*#__PURE__*/React.createElement("path", {
28163
+ "data-name": "Path 85643",
28164
+ d: "M413.203 13.375c-.018-.281-.041-.48-.041-.677 0-2.982-.014-5.963 0-8.944a3.486 3.486 0 0 1 3.662-3.666q24.149-.012 48.3 0c.255 0 .511.031.828.052v13.235Z",
28165
+ fill: "#5d5d5c"
28166
+ }), /*#__PURE__*/React.createElement("path", {
28167
+ "data-name": "Rectangle 22452",
28168
+ fill: "#5d5d5c",
28169
+ d: "M413.53 26.928h39.339v13.296H413.53z"
28170
+ }), /*#__PURE__*/React.createElement("path", {
28171
+ "data-name": "Path 85644",
28172
+ d: "M413.194 53.292h55.933v13.351c-.333.015-.644.043-.954.043h-51.065c-2.543 0-3.951-1.387-3.958-3.895q-.012-4.254 0-8.508c0-.31.029-.621.048-.992",
28173
+ fill: "#5d5d5c"
28174
+ }), /*#__PURE__*/React.createElement("path", {
28175
+ "data-name": "Rectangle 22453",
28176
+ fill: "none",
28177
+ d: "M0 0h469.159v124H0z"
28178
+ }))));
28179
+ };
28180
+
28181
+ var StyledLogoWrapper = styled(Box)(function (_a) {
28182
+ return ({
28183
+ 'svg': {
28184
+ width: '103px',
28185
+ '@media (min-width:720px)': {
28186
+ width: '154px',
28187
+ },
28188
+ '@media (min-width:1020px)': {
28189
+ width: '112px',
28190
+ },
28191
+ },
28192
+ '&.red-navy': {
28193
+ '#color-1': {
28194
+ 'rect, path': {
28195
+ // fill: theme.mainPallete.primary[color],
28196
+ fill: theme.mainPallete.primary.blue,
28197
+ }
28198
+ },
28199
+ '#color-2': {
28200
+ 'rect, path': {
28201
+ fill: theme.mainPallete.primary.red,
28202
+ }
28203
+ },
28204
+ },
28205
+ '&.red': {
28206
+ '#color-1': {
28207
+ 'rect, path': {
28208
+ fill: theme.mainPallete.primary.red,
28209
+ }
28210
+ },
28211
+ '#color-2': {
28212
+ 'rect, path': {
28213
+ fill: theme.mainPallete.primary.red,
28214
+ }
28215
+ },
28216
+ },
28217
+ '&.blue': {
28218
+ '#color-1': {
28219
+ 'rect, path': {
28220
+ fill: theme.mainPallete.primary.blue,
28221
+ }
28222
+ },
28223
+ '#color-2': {
28224
+ 'rect, path': {
28225
+ fill: theme.mainPallete.primary.blue,
28226
+ }
28227
+ },
28228
+ },
28229
+ '&.gray': {
28230
+ '#color-1': {
28231
+ 'rect, path': {
28232
+ fill: theme.mainPallete.primary.grey,
28233
+ }
28234
+ },
28235
+ '#color-2': {
28236
+ 'rect, path': {
28237
+ fill: theme.mainPallete.primary.grey,
28238
+ }
28239
+ },
28240
+ },
28241
+ '&.white': {
28242
+ '#color-1': {
28243
+ 'rect, path': {
28244
+ fill: theme.mainPallete.primary.white,
28245
+ }
28246
+ },
28247
+ '#color-2': {
28248
+ 'rect, path': {
28249
+ fill: theme.mainPallete.primary.white,
28250
+ }
28251
+ },
28252
+ }
28253
+ });
28254
+ });
28255
+ // @ts-ignore
28256
+ var Logo = function (_a) {
28257
+ var logoName = _a.logoName, color = _a.color, props = __rest(_a, ["logoName", "color"]);
28258
+ return (jsxRuntime.exports.jsxs(StyledLogoWrapper, __assign({ className: color, color: color }, props, { children: [logoName === 'logo_xelcode' && jsxRuntime.exports.jsx(SvgLogoXelcode, {}), logoName === 'logo_xelcode_dashboard' && jsxRuntime.exports.jsx(SvgLogoXelcodeDashboard, {})] })));
28259
+ };
28260
+
28023
28261
  var StyledBottomBarWrapper = styled(Box)(function (_a) {
28024
28262
  return ({
28025
28263
  boxSizing: 'border-box',
@@ -28058,5 +28296,45 @@ var BottomBarComponent = function (_a) {
28058
28296
  }) })));
28059
28297
  };
28060
28298
 
28061
- export { AppTileComponent as AppTile, BottomBarComponent as BottomBar, CustomButtonComponent as Button, Icon, Illustration, TypographyComponent as Typography };
28299
+ var StyledInfoBar = styled('div')(function (_a) { return ({
28300
+ bottom: 0,
28301
+ position: 'fixed',
28302
+ display: 'flex',
28303
+ flexDirection: 'column',
28304
+ width: '100%',
28305
+ zIndex: 100,
28306
+ }); });
28307
+ var StyledInfoRow = styled('div')(function (_a) {
28308
+ var noLogo = _a.noLogo;
28309
+ return ({
28310
+ boxSizing: 'border-box',
28311
+ display: 'grid',
28312
+ gridTemplateColumns: noLogo ? '1fr 1fr' : '1fr 1fr 1fr',
28313
+ width: '100%',
28314
+ backgroundColor: theme.mainPallete.primary.white,
28315
+ 'div, a': {
28316
+ display: 'flex',
28317
+ alignItems: 'center'
28318
+ },
28319
+ 'a': {
28320
+ justifyContent: 'center',
28321
+ },
28322
+ 'div:nth-of-type(2)': {
28323
+ justifyContent: 'end'
28324
+ },
28325
+ });
28326
+ });
28327
+ // @ts-ignore
28328
+ var BottomInfoBar = function (_a) {
28329
+ var _b = _a.noLogo, noLogo = _b === void 0 ? false : _b, _c = _a.leftText, leftText = _c === void 0 ? 'left' : _c, _d = _a.rightText, rightText = _d === void 0 ? 'right' : _d, onRightTextClick = _a.onRightTextClick;
28330
+ return (jsxRuntime.exports.jsx(StyledInfoBar, { children: jsxRuntime.exports.jsxs(StyledInfoRow, __assign({ noLogo: noLogo }, { children: [jsxRuntime.exports.jsx("div", { children: jsxRuntime.exports.jsx(CustomButtonComponent, { type: "ghost", text: leftText, color: "grey", disabled: true }) }), !noLogo && (jsxRuntime.exports.jsx("a", __assign({ href: "https://xelcode.com/", target: "_blank" }, { children: jsxRuntime.exports.jsx(Logo, { logoName: "logo_xelcode" }) }))), jsxRuntime.exports.jsx("div", { children: jsxRuntime.exports.jsx(CustomButtonComponent, { type: "ghost", text: rightText, color: "red", onClick: function () { return onRightTextClick && typeof onRightTextClick === "function" ? onRightTextClick() : null; } }) })] })) }));
28331
+ };
28332
+ BottomInfoBar.propTypes = {
28333
+ noLogo: propTypes.exports.bool,
28334
+ leftText: propTypes.exports.string,
28335
+ rightText: propTypes.exports.string,
28336
+ onRightTextClick: propTypes.exports.func,
28337
+ };
28338
+
28339
+ export { AppTileComponent as AppTile, BottomBarComponent as BottomBar, BottomInfoBar, CustomButtonComponent as Button, Icon, Illustration, Logo, TypographyComponent as Typography };
28062
28340
  //# sourceMappingURL=index.js.map