@sinco/react 1.2.3-rc.18 → 1.2.3-rc.21

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/index.esm.js CHANGED
@@ -8160,14 +8160,14 @@ var components = {
8160
8160
  marginRight: 0,
8161
8161
  display: "flex",
8162
8162
  alignItems: "center",
8163
+ borderRadius: 100,
8163
8164
  variants: [{
8164
8165
  props: {
8165
8166
  variant: "standard",
8166
8167
  color: "success"
8167
8168
  },
8168
8169
  style: {
8169
- backgroundColor: theme.palette.success[100],
8170
- borderRadius: 100
8170
+ backgroundColor: theme.palette.success[100]
8171
8171
  }
8172
8172
  }, {
8173
8173
  props: {
@@ -8175,8 +8175,7 @@ var components = {
8175
8175
  color: "error"
8176
8176
  },
8177
8177
  style: {
8178
- backgroundColor: theme.palette.error[100],
8179
- borderRadius: 100
8178
+ backgroundColor: theme.palette.error[100]
8180
8179
  }
8181
8180
  }, {
8182
8181
  props: {
@@ -8184,8 +8183,7 @@ var components = {
8184
8183
  color: "info"
8185
8184
  },
8186
8185
  style: {
8187
- backgroundColor: theme.palette.info[100],
8188
- borderRadius: 100
8186
+ backgroundColor: theme.palette.info[100]
8189
8187
  }
8190
8188
  }, {
8191
8189
  props: {
@@ -8193,8 +8191,7 @@ var components = {
8193
8191
  color: "warning"
8194
8192
  },
8195
8193
  style: {
8196
- backgroundColor: theme.palette.warning[100],
8197
- borderRadius: 100
8194
+ backgroundColor: theme.palette.warning[100]
8198
8195
  }
8199
8196
  }]
8200
8197
  };
@@ -13499,13 +13496,13 @@ process.env.NODE_ENV !== "production" ? Backdrop.propTypes /* remove-proptypes *
13499
13496
  const boxClasses = generateUtilityClasses('MuiBox', ['root']);
13500
13497
 
13501
13498
  const defaultTheme = createTheme();
13502
- const Box$1 = createBox({
13499
+ const Box$2 = createBox({
13503
13500
  themeId: THEME_ID,
13504
13501
  defaultTheme,
13505
13502
  defaultClassName: boxClasses.root,
13506
13503
  generateClassName: ClassNameGenerator.generate
13507
13504
  });
13508
- process.env.NODE_ENV !== "production" ? Box$1.propTypes /* remove-proptypes */ = {
13505
+ process.env.NODE_ENV !== "production" ? Box$2.propTypes /* remove-proptypes */ = {
13509
13506
  // ┌────────────────────────────── Warning ──────────────────────────────┐
13510
13507
  // │ These PropTypes are generated from the TypeScript type definitions. │
13511
13508
  // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
@@ -16876,9 +16873,9 @@ var FooterAction = function FooterAction(_ref) {
16876
16873
  gap: 1.5,
16877
16874
  minHeight: '50px !important'
16878
16875
  }
16879
- }, leftContent, React__default.createElement(Box$1, {
16876
+ }, leftContent, React__default.createElement(Box$2, {
16880
16877
  flexGrow: 1
16881
- }), React__default.createElement(Box$1, null, React__default.createElement(Typography, {
16878
+ }), React__default.createElement(Box$2, null, React__default.createElement(Typography, {
16882
16879
  variant: 'body2',
16883
16880
  color: 'text.secondary'
16884
16881
  }, labelChangeCounter)), rightContent));
@@ -16954,7 +16951,7 @@ var ToastNotification = function ToastNotification(toast) {
16954
16951
  return theme.shadows[8];
16955
16952
  }
16956
16953
  }
16957
- }, React__default.createElement(Box$1, {
16954
+ }, React__default.createElement(Box$2, {
16958
16955
  padding: 1.5,
16959
16956
  gap: 1.5,
16960
16957
  display: "flex",
@@ -17262,38 +17259,2850 @@ var CardRadio = function CardRadio(_ref) {
17262
17259
  }))));
17263
17260
  };
17264
17261
 
17265
- var IncognitIcon = createSvgIcon(React__default.createElement("svg", {
17266
- width: "454",
17267
- height: "331",
17268
- viewBox: "0 0 454 331",
17262
+ var BarChartHorizontal = createSvgIcon(React__default.createElement("svg", {
17263
+ width: "40",
17264
+ height: "40",
17265
+ viewBox: "0 0 40 40",
17266
+ fill: "none",
17267
+ xmlns: "http://www.w3.org/2000/svg"
17268
+ }, React__default.createElement("circle", {
17269
+ cx: "20",
17270
+ cy: "20",
17271
+ r: "20",
17272
+ fill: "#E6F3F8"
17273
+ }), React__default.createElement("mask", {
17274
+ id: "path-2-outside-1_172_148",
17275
+ maskUnits: "userSpaceOnUse",
17276
+ x: "8",
17277
+ y: "7",
17278
+ width: "25",
17279
+ height: "26",
17280
+ fill: "black"
17281
+ }, React__default.createElement("rect", {
17282
+ fill: "white",
17283
+ x: "8",
17284
+ y: "7",
17285
+ width: "25",
17286
+ height: "26"
17287
+ }), React__default.createElement("path", {
17288
+ d: "M28.7355 17.0746V22.7936C28.7355 23.1303 28.2671 23.4003 27.6946 23.4003H12.2114C11.6389 23.4003 11.1705 23.1273 11.1705 22.7936L11.1705 17.1535C11.1705 16.8198 11.6389 16.5467 12.2114 16.5467L27.8351 16.5467C28.3347 16.5467 28.7407 16.7834 28.7407 17.0746H28.7355Z"
17289
+ }), React__default.createElement("path", {
17290
+ "fill-rule": "evenodd",
17291
+ "clip-rule": "evenodd",
17292
+ d: "M10.0594 22.7319L10.0594 15.4574C10.0594 15.4317 10.0786 15.4125 10.1043 15.4125H30.9416C31.2433 15.4125 31.5291 15.2841 31.7313 15.069C31.9336 14.8539 32.0427 14.5682 32.0427 14.2761V9.13964C32.0427 8.84751 31.9336 8.5618 31.7313 8.34671C31.5259 8.12841 31.2433 8 30.9416 8L9.58106 8C9.26003 8 9 8.26003 9 8.58106L9 31.4285C9 31.7334 9.23756 32.0063 9.54253 31.9999C9.57464 31.9999 9.60674 31.9967 9.63563 31.9903L20.9823 31.9903C21.2873 31.9903 21.5666 31.8586 21.7688 31.6436C21.9679 31.4285 22.0738 31.1428 22.0738 30.8538L22.0738 25.7174C22.0738 25.573 22.0481 25.4317 21.9967 25.2969C21.9454 25.162 21.8683 25.0368 21.7688 24.9309C21.6693 24.8218 21.5505 24.7351 21.4157 24.6741C21.2809 24.6131 21.1332 24.581 20.9855 24.581H10.1075C10.0819 24.581 10.0626 24.5617 10.0626 24.536L10.0626 22.7287L10.0594 22.7319ZM10.0594 14.443L10.0594 9.14927L30.9416 9.14927C30.9416 9.14927 30.9416 9.14927 30.948 9.14927C30.948 9.14927 30.9544 9.15248 30.9608 9.1589C30.9737 9.17174 30.9833 9.19421 30.9833 9.22632V14.3627C30.9833 14.3948 30.9705 14.4173 30.9608 14.4301C30.9544 14.4366 30.9512 14.4398 30.948 14.4398H10.0594V14.443ZM10.0594 31.0208L10.0594 25.727L20.9791 25.727C20.9791 25.727 20.9823 25.727 20.9887 25.7335C20.9951 25.7399 21.0016 25.7495 21.0048 25.7624C21.0112 25.7752 21.0144 25.7913 21.0144 25.8073V30.9437C21.0144 30.979 21.0016 31.0015 20.9887 31.0143C20.9855 31.0208 20.9791 31.0208 20.9791 31.0208H10.0594Z"
17293
+ })), React__default.createElement("path", {
17294
+ d: "M28.7355 17.0746V22.7936C28.7355 23.1303 28.2671 23.4003 27.6946 23.4003H12.2114C11.6389 23.4003 11.1705 23.1273 11.1705 22.7936L11.1705 17.1535C11.1705 16.8198 11.6389 16.5467 12.2114 16.5467L27.8351 16.5467C28.3347 16.5467 28.7407 16.7834 28.7407 17.0746H28.7355Z",
17295
+ fill: "#00BCD4"
17296
+ }), React__default.createElement("path", {
17297
+ "fill-rule": "evenodd",
17298
+ "clip-rule": "evenodd",
17299
+ d: "M10.0594 22.7319L10.0594 15.4574C10.0594 15.4317 10.0786 15.4125 10.1043 15.4125H30.9416C31.2433 15.4125 31.5291 15.2841 31.7313 15.069C31.9336 14.8539 32.0427 14.5682 32.0427 14.2761V9.13964C32.0427 8.84751 31.9336 8.5618 31.7313 8.34671C31.5259 8.12841 31.2433 8 30.9416 8L9.58106 8C9.26003 8 9 8.26003 9 8.58106L9 31.4285C9 31.7334 9.23756 32.0063 9.54253 31.9999C9.57464 31.9999 9.60674 31.9967 9.63563 31.9903L20.9823 31.9903C21.2873 31.9903 21.5666 31.8586 21.7688 31.6436C21.9679 31.4285 22.0738 31.1428 22.0738 30.8538L22.0738 25.7174C22.0738 25.573 22.0481 25.4317 21.9967 25.2969C21.9454 25.162 21.8683 25.0368 21.7688 24.9309C21.6693 24.8218 21.5505 24.7351 21.4157 24.6741C21.2809 24.6131 21.1332 24.581 20.9855 24.581H10.1075C10.0819 24.581 10.0626 24.5617 10.0626 24.536L10.0626 22.7287L10.0594 22.7319ZM10.0594 14.443L10.0594 9.14927L30.9416 9.14927C30.9416 9.14927 30.9416 9.14927 30.948 9.14927C30.948 9.14927 30.9544 9.15248 30.9608 9.1589C30.9737 9.17174 30.9833 9.19421 30.9833 9.22632V14.3627C30.9833 14.3948 30.9705 14.4173 30.9608 14.4301C30.9544 14.4366 30.9512 14.4398 30.948 14.4398H10.0594V14.443ZM10.0594 31.0208L10.0594 25.727L20.9791 25.727C20.9791 25.727 20.9823 25.727 20.9887 25.7335C20.9951 25.7399 21.0016 25.7495 21.0048 25.7624C21.0112 25.7752 21.0144 25.7913 21.0144 25.8073V30.9437C21.0144 30.979 21.0016 31.0015 20.9887 31.0143C20.9855 31.0208 20.9791 31.0208 20.9791 31.0208H10.0594Z",
17300
+ fill: "#6392BD"
17301
+ }), React__default.createElement("path", {
17302
+ d: "M28.7355 17.0746V17.0123H28.6732V17.0746H28.7355ZM28.7355 22.7936H28.7978H28.7355ZM27.6946 23.4003V23.338V23.4003ZM12.2114 23.4003V23.4627V23.4003ZM11.1705 22.7936H11.2328H11.1705ZM11.1705 17.1535H11.1082H11.1705ZM12.2114 16.5467V16.4844V16.5467ZM27.8351 16.5467V16.609V16.5467ZM28.7407 17.0746V17.1369H28.803V17.0746H28.7407ZM10.0594 22.7319H9.99708V22.8823L10.1035 22.7759L10.0594 22.7319ZM10.0594 15.4574H9.99708H10.0594ZM10.1043 15.4125V15.4748V15.4125ZM30.9416 15.4125V15.3502V15.4125ZM32.0427 14.2761H32.105H32.0427ZM32.0427 9.13964H31.9804H32.0427ZM31.7313 8.34671L31.7767 8.30403L31.7767 8.30401L31.7313 8.34671ZM30.9416 8V7.93769V8ZM9.58106 8V8.06231V8ZM9 8.58106H9.06231H9ZM9 31.4285H8.93769H9ZM9.54253 31.9999V31.9376L9.54122 31.9376L9.54253 31.9999ZM9.63563 31.9903V31.9264L9.62212 31.9294L9.63563 31.9903ZM20.9823 31.9903V32.0526V31.9903ZM21.7688 31.6436L21.8142 31.6862L21.8145 31.6859L21.7688 31.6436ZM22.0738 30.8538H22.0115H22.0738ZM22.0738 25.7174H22.1361H22.0738ZM21.7688 24.9309L21.7228 24.9729L21.7234 24.9736L21.7688 24.9309ZM20.9855 24.581V24.5187V24.581ZM10.1075 24.581V24.6433V24.581ZM10.0626 24.536H10.0003H10.0626ZM10.0626 22.7287H10.1249V22.5782L10.0185 22.6846L10.0626 22.7287ZM10.0594 9.14927V9.08697H9.99708V9.14927H10.0594ZM30.9416 9.14927V9.21158L30.9416 9.08697L30.9416 9.14927ZM30.948 9.14927L30.9759 9.09355L30.9627 9.08697H30.948V9.14927ZM30.9833 9.22632H30.921H30.9833ZM30.9833 14.3627H31.0456H30.9833ZM30.9608 14.4301L31.0054 14.4747L31.0107 14.4675L30.9608 14.4301ZM30.948 14.4398V14.3775V14.4398ZM10.0594 14.4398V14.3775H9.99708V14.4398H10.0594ZM10.0594 31.0208H9.99708V31.0831H10.0594V31.0208ZM10.0594 25.727V25.6647H9.99708V25.727H10.0594ZM20.9791 25.727V25.7894H20.9792L20.9791 25.727ZM21.0048 25.7624L20.9429 25.7778L20.949 25.7902L21.0048 25.7624ZM21.0144 25.8073H20.9521H21.0144ZM21.0144 30.9437H21.0767H21.0144ZM20.9887 31.0143L20.9447 30.9703L20.9375 30.9774L20.933 30.9865L20.9887 31.0143ZM20.9791 31.0208L20.9791 30.9585H20.9791V31.0208ZM28.6732 17.0746V22.7936H28.7978V17.0746H28.6732ZM28.6732 22.7936C28.6732 22.9305 28.5775 23.0653 28.3984 23.1694C28.2208 23.2725 27.9718 23.338 27.6946 23.338V23.4627C27.9898 23.4627 28.2613 23.3932 28.461 23.2771C28.6592 23.162 28.7978 22.9934 28.7978 22.7936H28.6732ZM27.6946 23.338H12.2114V23.4627H27.6946V23.338ZM12.2114 23.338C11.9343 23.338 11.6852 23.2718 11.5076 23.1683C11.3283 23.0638 11.2328 22.9289 11.2328 22.7936H11.1082C11.1082 22.992 11.2468 23.1605 11.4449 23.2759C11.6446 23.3923 11.916 23.4627 12.2114 23.4627V23.338ZM11.2328 22.7936L11.2328 17.1535H11.1082L11.1082 22.7936H11.2328ZM11.2328 17.1535C11.2328 17.0182 11.3283 16.8833 11.5076 16.7788C11.6852 16.6752 11.9343 16.609 12.2114 16.609V16.4844C11.916 16.4844 11.6446 16.5547 11.4449 16.6711C11.2468 16.7866 11.1082 16.9551 11.1082 17.1535H11.2328ZM12.2114 16.609L27.8351 16.609V16.4844L12.2114 16.4844V16.609ZM27.8351 16.609C28.0759 16.609 28.291 16.6662 28.4439 16.7553C28.5983 16.8453 28.6784 16.9604 28.6784 17.0746H28.803C28.803 16.8976 28.6801 16.7487 28.5066 16.6476C28.3316 16.5456 28.094 16.4844 27.8351 16.4844V16.609ZM28.7407 17.0123H28.7355V17.1369H28.7407V17.0123ZM10.1217 22.7319L10.1217 15.4574H9.99708L9.99708 22.7319H10.1217ZM10.1217 15.4574C10.1217 15.4606 10.1203 15.4654 10.1163 15.4694C10.1123 15.4734 10.1075 15.4748 10.1043 15.4748V15.3502C10.0442 15.3502 9.99708 15.3973 9.99708 15.4574H10.1217ZM10.1043 15.4748H30.9416V15.3502H10.1043V15.4748ZM30.9416 15.4748C31.261 15.4748 31.563 15.3389 31.7767 15.1117L31.6859 15.0263C31.4951 15.2292 31.2257 15.3502 30.9416 15.3502V15.4748ZM31.7767 15.1117C31.9901 14.8847 32.105 14.5836 32.105 14.2761H31.9804C31.9804 14.5528 31.877 14.8231 31.6859 15.0263L31.7767 15.1117ZM32.105 14.2761V9.13964H31.9804V14.2761H32.105ZM32.105 9.13964C32.105 8.83215 31.9902 8.53103 31.7767 8.30403L31.6859 8.38939C31.877 8.59256 31.9804 8.86287 31.9804 9.13964H32.105ZM31.7767 8.30401C31.56 8.07382 31.2614 7.93769 30.9416 7.93769V8.06231C31.2253 8.06231 31.4917 8.18301 31.6859 8.38941L31.7767 8.30401ZM30.9416 7.93769L9.58106 7.93769V8.06231L30.9416 8.06231V7.93769ZM9.58106 7.93769C9.22562 7.93769 8.9377 8.22562 8.9377 8.58106H9.06231C9.06231 8.29444 9.29444 8.06231 9.58106 8.06231V7.93769ZM8.9377 8.58106L8.93769 31.4285H9.06231L9.06231 8.58106H8.9377ZM8.93769 31.4285C8.93769 31.7623 9.19816 32.0695 9.54385 32.0622L9.54122 31.9376C9.27695 31.9432 9.06231 31.7046 9.06231 31.4285H8.93769ZM9.54253 32.0622C9.57857 32.0622 9.61526 32.0586 9.64915 32.0511L9.62212 31.9294C9.59823 31.9347 9.57071 31.9376 9.54253 31.9376V32.0622ZM9.63563 32.0526L20.9823 32.0526V31.928L9.63563 31.928V32.0526ZM20.9823 32.0526C21.3057 32.0526 21.6011 31.9129 21.8142 31.6862L21.7234 31.6009C21.5321 31.8044 21.2689 31.928 20.9823 31.928V32.0526ZM21.8145 31.6859C22.0247 31.4587 22.1361 31.1577 22.1361 30.8538H22.0115C22.0115 31.1278 21.911 31.3982 21.7231 31.6012L21.8145 31.6859ZM22.1361 30.8538L22.1361 25.7174H22.0115L22.0115 30.8538H22.1361ZM22.1361 25.7174C22.1361 25.5655 22.1091 25.4167 22.055 25.2747L21.9385 25.319C21.9872 25.4467 22.0115 25.5804 22.0115 25.7174H22.1361ZM22.055 25.2747C22.0008 25.1325 21.9195 25.0003 21.8142 24.8882L21.7234 24.9736C21.8172 25.0734 21.89 25.1915 21.9385 25.319L22.055 25.2747ZM21.8149 24.8889C21.7097 24.7736 21.584 24.6818 21.4414 24.6173L21.39 24.7308C21.517 24.7883 21.6289 24.8699 21.7228 24.9729L21.8149 24.8889ZM21.4414 24.6173C21.2985 24.5527 21.1421 24.5187 20.9855 24.5187V24.6433C21.1242 24.6433 21.2632 24.6735 21.39 24.7308L21.4414 24.6173ZM20.9855 24.5187H10.1075V24.6433H20.9855V24.5187ZM10.1075 24.5187C10.1107 24.5187 10.1155 24.5201 10.1195 24.5241C10.1235 24.5281 10.1249 24.5329 10.1249 24.536H10.0003C10.0003 24.5961 10.0474 24.6433 10.1075 24.6433V24.5187ZM10.1249 24.536L10.1249 22.7287H10.0003L10.0003 24.536H10.1249ZM10.0185 22.6846L10.0153 22.6878L10.1035 22.7759L10.1067 22.7727L10.0185 22.6846ZM10.1217 14.443L10.1217 9.14927H9.99708L9.99708 14.443H10.1217ZM10.0594 9.21158L30.9416 9.21158V9.08697L10.0594 9.08697V9.21158ZM30.9416 9.14927C30.9416 9.08697 31.0039 9.1493 30.9416 9.21158H30.9416C30.9416 9.21158 30.9416 9.21158 30.9416 9.21158C30.9416 9.21158 30.9416 9.21158 30.9416 9.21158C30.9416 9.21158 30.9416 9.21158 30.9417 9.21158C30.9418 9.21158 30.942 9.21158 30.9424 9.21158C30.9432 9.21158 30.9448 9.21158 30.948 9.21158V9.08697C30.9448 9.08697 30.9432 9.08697 30.9424 9.08697C30.942 9.08697 30.9418 9.08697 30.9417 9.08697C30.9416 9.08697 30.9416 9.08697 30.9416 9.08697C30.9416 9.08697 30.9416 9.08697 30.9416 9.08697C30.9416 9.08697 30.9416 9.08697 30.9416 9.08697H30.9416C30.9416 9.08697 30.9416 9.08697 30.9416 9.08697C30.8793 9.14925 30.9415 9.21158 30.9416 9.14927ZM30.948 9.14927C30.9201 9.205 30.9201 9.20499 30.9201 9.20499C30.9201 9.20499 30.9201 9.20498 30.9201 9.20498C30.9201 9.20497 30.9201 9.20496 30.9201 9.20496C30.92 9.20494 30.92 9.20493 30.92 9.20491C30.9199 9.20489 30.9199 9.20486 30.9198 9.20483C30.9197 9.20478 30.9196 9.20473 30.9195 9.20468C30.9193 9.20458 30.9191 9.20448 30.919 9.2044C30.9187 9.20423 30.9184 9.20409 30.9182 9.20397C30.9178 9.20374 30.9176 9.2036 30.9175 9.20352C30.9173 9.20344 30.9171 9.20331 30.9168 9.20296L31.0049 9.11485C30.9981 9.10807 30.9915 9.10313 30.9866 9.09984C30.9841 9.09816 30.9818 9.09681 30.98 9.09578C30.9791 9.09526 30.9783 9.09482 30.9776 9.09445C30.9773 9.09426 30.9769 9.0941 30.9767 9.09395C30.9765 9.09387 30.9764 9.0938 30.9762 9.09373C30.9762 9.0937 30.9761 9.09367 30.9761 9.09364C30.976 9.09362 30.976 9.09361 30.976 9.09359C30.9759 9.09358 30.9759 9.09358 30.9759 9.09357C30.9759 9.09356 30.9759 9.09356 30.9759 9.09356C30.9759 9.09355 30.9759 9.09355 30.948 9.14927ZM30.9168 9.20296C30.915 9.20115 30.921 9.20601 30.921 9.22632H31.0456C31.0456 9.18242 31.0324 9.14234 31.0049 9.11485L30.9168 9.20296ZM30.921 9.22632V14.3627H31.0456V9.22632H30.921ZM30.921 14.3627C30.921 14.3771 30.9155 14.3867 30.911 14.3928L31.0107 14.4675C31.0254 14.4479 31.0456 14.4126 31.0456 14.3627H30.921ZM30.9168 14.3861C30.9151 14.3878 30.9141 14.3887 30.9134 14.3894C30.9127 14.3901 30.9131 14.3896 30.9143 14.3887C30.9153 14.3879 30.9278 14.3775 30.948 14.3775V14.5021C30.9714 14.5021 30.9871 14.49 30.9921 14.486C30.9975 14.4817 31.0028 14.4763 31.0049 14.4742L30.9168 14.3861ZM9.99708 14.4398V14.443H10.1217V14.4398H9.99708ZM10.1217 31.0208L10.1217 25.727H9.99708L9.99708 31.0208H10.1217ZM10.0594 25.7894L20.9791 25.7894V25.6647L10.0594 25.6647V25.7894ZM20.9791 25.727C20.9792 25.7894 20.9791 25.7894 20.9791 25.7894C20.979 25.7894 20.979 25.7894 20.9789 25.7894C20.9789 25.7894 20.9788 25.7894 20.9787 25.7894C20.9785 25.7894 20.9784 25.7893 20.9782 25.7893C20.9779 25.7893 20.9776 25.7893 20.9772 25.7893C20.9766 25.7893 20.976 25.7893 20.9753 25.7892C20.9741 25.7892 20.9728 25.789 20.9716 25.7889C20.9691 25.7886 20.9668 25.7881 20.9646 25.7876C20.9603 25.7865 20.9566 25.7851 20.9537 25.7836C20.9479 25.7807 20.945 25.7779 20.9447 25.7775L21.0328 25.6894C21.026 25.6827 21.0183 25.6766 21.0093 25.6721C21.0048 25.6698 20.9999 25.668 20.9948 25.6667C20.9922 25.666 20.9896 25.6656 20.9869 25.6652C20.9856 25.6651 20.9843 25.6649 20.9829 25.6649C20.9823 25.6648 20.9816 25.6648 20.981 25.6648C20.9806 25.6648 20.9803 25.6648 20.98 25.6647C20.9798 25.6647 20.9797 25.6647 20.9795 25.6647C20.9794 25.6647 20.9793 25.6647 20.9793 25.6647C20.9792 25.6647 20.9792 25.6647 20.9791 25.6647C20.9791 25.6647 20.979 25.6647 20.9791 25.727ZM20.9447 25.7775L20.9443 25.7775L21.0652 25.7472C21.059 25.7224 21.0464 25.703 21.0328 25.6894L20.9447 25.7775ZM20.949 25.7902C20.9503 25.7927 20.9521 25.7987 20.9521 25.8073H21.0767C21.0767 25.7838 21.0721 25.7577 21.0605 25.7345L20.949 25.7902ZM20.9521 25.8073V30.9437H21.0767V25.8073H20.9521ZM20.9521 30.9437C20.9521 30.9537 20.9503 30.96 20.9488 30.9636C20.9473 30.9674 20.9456 30.9694 20.9447 30.9703L21.0328 31.0584C21.0573 31.0339 21.0767 30.9955 21.0767 30.9437H20.9521ZM20.933 30.9865C20.9396 30.9734 20.9505 30.9658 20.9596 30.9621C20.9638 30.9604 20.9677 30.9595 20.9707 30.9591C20.9723 30.9588 20.9737 30.9587 20.9751 30.9586C20.9758 30.9585 20.9765 30.9585 20.9771 30.9585C20.9775 30.9585 20.9778 30.9585 20.9781 30.9585C20.9783 30.9585 20.9785 30.9585 20.9786 30.9585C20.9787 30.9585 20.9788 30.9585 20.9789 30.9585C20.9789 30.9585 20.979 30.9585 20.979 30.9585C20.979 30.9585 20.979 30.9585 20.9791 30.9585C20.9791 30.9585 20.9791 30.9585 20.9791 31.0208C20.9791 31.0831 20.9791 31.0831 20.9791 31.0831C20.9791 31.0831 20.9792 31.0831 20.9792 31.0831C20.9792 31.0831 20.9793 31.0831 20.9793 31.0831C20.9794 31.0831 20.9795 31.0831 20.9796 31.0831C20.9797 31.0831 20.9799 31.0831 20.9801 31.0831C20.9804 31.0831 20.9808 31.083 20.9812 31.083C20.9819 31.083 20.9828 31.083 20.9836 31.0829C20.9854 31.0828 20.9874 31.0826 20.9896 31.0822C20.9939 31.0816 20.9996 31.0803 21.0058 31.0778C21.019 31.0726 21.0347 31.0617 21.0445 31.0422L20.933 30.9865ZM20.9791 30.9585H10.0594V31.0831H20.9791V30.9585ZM30.948 14.3775H10.0594V14.5021H30.948V14.3775Z",
17303
+ fill: "#6392BD",
17304
+ mask: "url(#path-2-outside-1_172_148)"
17305
+ })), 'BarChartHorizontal');
17306
+ var BarChart = createSvgIcon(React__default.createElement("svg", {
17307
+ width: "40",
17308
+ height: "40",
17309
+ viewBox: "0 0 40 40",
17310
+ fill: "none",
17311
+ xmlns: "http://www.w3.org/2000/svg"
17312
+ }, React__default.createElement("circle", {
17313
+ cx: "20",
17314
+ cy: "20",
17315
+ r: "20",
17316
+ fill: "#E6F3F8"
17317
+ }), React__default.createElement("path", {
17318
+ d: "M17.0367 19.0982H22.8958C23.2408 19.0982 23.5174 19.3943 23.5174 19.7562V29.5437C23.5174 29.9056 23.2377 30.2017 22.8958 30.2017H17.1176C16.7756 30.2017 16.4959 29.9056 16.4959 29.5437V19.6674C16.4959 19.3515 16.7384 19.0949 17.0367 19.0949V19.0982Z",
17319
+ fill: "#00BCD4"
17320
+ }), React__default.createElement("path", {
17321
+ "fill-rule": "evenodd",
17322
+ "clip-rule": "evenodd",
17323
+ d: "M22.7988 31.3896H15.3462C15.3198 31.3896 15.3001 31.3699 15.3001 31.3436V15.1655C15.3001 14.8563 15.1686 14.5636 14.9482 14.3564C14.7278 14.1492 14.4351 14.0374 14.1358 14.0374H8.87361C8.57432 14.0374 8.28161 14.1492 8.06126 14.3564C7.83761 14.5669 7.70605 14.8563 7.70605 15.1655V31.8797C7.70605 32.2086 7.97245 32.475 8.30134 32.475H31.7084C32.0209 32.475 32.3004 32.2316 32.2938 31.9191C32.2938 31.8862 32.2906 31.8534 32.284 31.8238V8.64362C32.284 8.33117 32.1491 8.04504 31.9288 7.83784C31.7084 7.63392 31.4157 7.52539 31.1197 7.52539H25.8575C25.7095 7.52539 25.5648 7.5517 25.4266 7.60432C25.2885 7.65695 25.1602 7.73588 25.0517 7.83784C24.9399 7.93979 24.8511 8.06148 24.7886 8.19961C24.7261 8.33775 24.6932 8.48904 24.6932 8.64033V31.3403C24.6932 31.3666 24.6735 31.3863 24.6472 31.3863H22.7955L22.7988 31.3896ZM14.3069 31.3896H8.88348V15.1655C8.88348 15.1655 8.88348 15.1655 8.88348 15.1589C8.88348 15.1589 8.88677 15.1523 8.89335 15.1458C8.9065 15.1326 8.92952 15.1227 8.96241 15.1227H14.2246C14.2575 15.1227 14.2806 15.1359 14.2937 15.1458C14.3003 15.1523 14.3036 15.1556 14.3036 15.1589V31.3896H14.3069ZM31.2907 31.3896H25.8673V8.6469C25.8673 8.6469 25.8673 8.64362 25.8739 8.63704C25.8805 8.63046 25.8904 8.62388 25.9035 8.62059C25.9167 8.61402 25.9331 8.61073 25.9496 8.61073H31.2118C31.248 8.61073 31.271 8.62388 31.2841 8.63704C31.2907 8.64033 31.2907 8.6469 31.2907 8.6469V31.3896Z",
17324
+ fill: "#6392BD"
17325
+ }), React__default.createElement("path", {
17326
+ d: "M32.3258 31.9188C32.3325 32.2519 32.0355 32.5069 31.7084 32.5069H8.30134C7.95483 32.5069 7.67414 32.2262 7.67414 31.8797V15.1655C7.67414 14.8471 7.80964 14.5494 8.03938 14.3332L8.03939 14.3332C8.26585 14.1202 8.56646 14.0055 8.87361 14.0055H14.1358C14.443 14.0055 14.7436 14.1202 14.9701 14.3332C15.1966 14.5462 15.332 14.8473 15.332 15.1655V31.3436C15.332 31.3523 15.3375 31.3577 15.3462 31.3577H22.7217L22.7184 31.3544H22.7955H24.6472C24.6558 31.3544 24.6613 31.349 24.6613 31.3403V8.64033C24.6613 8.48446 24.6952 8.32869 24.7595 8.18646C24.8238 8.04441 24.9151 7.91924 25.03 7.81443M32.3258 31.9188C32.3258 31.9189 32.3258 31.919 32.3258 31.9191H32.2938L32.3257 31.9185C32.3257 31.9186 32.3258 31.9187 32.3258 31.9188ZM32.3258 31.9188C32.3257 31.8853 32.3225 31.8514 32.3159 31.8203V8.64362C32.3159 8.32174 32.1769 8.02737 31.9506 7.81458L31.9504 7.81441C31.7239 7.60478 31.4234 7.49347 31.1197 7.49347H25.8575C25.7056 7.49347 25.5571 7.52048 25.4153 7.5745C25.2734 7.62853 25.1416 7.70959 25.03 7.81443M25.03 7.81443C25.0301 7.81437 25.0301 7.81431 25.0302 7.81425L25.0517 7.83784L25.0298 7.81457C25.0299 7.81453 25.0299 7.81448 25.03 7.81443ZM22.8958 19.0663H17.0687V19.063H17.0367C16.719 19.063 16.464 19.3356 16.464 19.6674V29.5437C16.464 29.9215 16.7563 30.2336 17.1176 30.2336H22.8958C23.257 30.2336 23.5493 29.9215 23.5493 29.5437V19.7562C23.5493 19.3785 23.2602 19.0663 22.8958 19.0663ZM14.2717 15.1692V31.3577H8.9154V15.1689C8.91556 15.1687 8.91574 15.1685 8.91591 15.1683C8.92156 15.1627 8.93556 15.1547 8.96241 15.1547H14.2246C14.2462 15.1547 14.2617 15.1624 14.2717 15.1692ZM8.91181 15.1736L8.9118 15.1736L8.91181 15.1736ZM31.2588 8.65706V31.3577H25.8993V8.6572C25.9022 8.655 25.9061 8.65284 25.9113 8.65156L25.9114 8.65231L25.9178 8.64914C25.9256 8.64523 25.937 8.64264 25.9496 8.64264H31.2118C31.2363 8.64264 31.2508 8.65033 31.2588 8.65706Z",
17327
+ stroke: "#6392BD",
17328
+ "stroke-width": "0.0638319"
17329
+ })), "BarChart");
17330
+ var BoxReceived = createSvgIcon(React__default.createElement("svg", {
17331
+ width: "40",
17332
+ height: "40",
17333
+ viewBox: "0 0 40 40",
17334
+ fill: "none",
17335
+ xmlns: "http://www.w3.org/2000/svg"
17336
+ }, React__default.createElement("circle", {
17337
+ cx: "20",
17338
+ cy: "20",
17339
+ r: "20",
17340
+ fill: "#E6F3F8"
17341
+ }), React__default.createElement("path", {
17342
+ d: "M22.2033 9.9712C22.4181 9.9712 22.5938 10.1977 22.5938 10.475V17.0437C22.5938 17.2741 22.4181 17.4616 22.1955 17.4616H15.0566C14.8379 17.4616 14.6582 17.2741 14.6582 17.0437V10.475C14.6582 10.1977 14.834 9.9712 15.0487 9.9712H22.2033Z",
17343
+ fill: "#00BCD4"
17344
+ }), React__default.createElement("path", {
17345
+ "fill-rule": "evenodd",
17346
+ "clip-rule": "evenodd",
17347
+ d: "M7.70968 8.82296V30.6537H16.7036C17.0271 30.6537 17.2894 30.9159 17.2894 31.2395C17.2894 31.563 17.0271 31.8253 16.7036 31.8253H7.52223C6.98376 31.8253 6.53809 31.391 6.53809 30.8411V8.63551C6.53809 8.09703 6.97236 7.65137 7.52223 7.65137H29.7278C30.2663 7.65137 30.712 8.08564 30.712 8.63551V21.031C30.712 21.3545 30.4497 21.6168 30.1262 21.6168C29.8027 21.6168 29.5404 21.3545 29.5404 21.031V8.82296H7.70968Z",
17348
+ fill: "#6392BD"
17349
+ }), React__default.createElement("path", {
17350
+ "fill-rule": "evenodd",
17351
+ "clip-rule": "evenodd",
17352
+ d: "M19.798 26.7945C19.9208 26.586 20.0868 26.4014 20.2842 26.255L20.3275 26.2228L20.5273 26.125C20.6249 26.0771 20.7662 26.0077 20.9406 25.9218C21.2895 25.7498 21.771 25.5117 22.3012 25.247C23.3647 24.716 24.6141 24.0829 25.3864 23.6612C26.3288 23.1465 27.3416 23.1588 28.0751 23.2761C28.447 23.3356 28.7634 23.4246 28.9878 23.4989L29.0021 23.5037C29.1841 22.9284 29.7222 22.5114 30.3576 22.5114H32.0408C32.8259 22.5114 33.4624 23.1479 33.4624 23.933V30.9274C33.4624 31.7125 32.8259 32.3489 32.0408 32.3489H30.3576C29.5725 32.3489 28.9361 31.7125 28.9361 30.9274V30.4004C28.6069 30.4446 28.2662 30.5009 27.9166 30.5719C26.5729 30.8459 25.4083 31.2815 24.4373 31.7482C23.6755 32.1145 22.7965 32.1335 22.0174 31.8023C20.5778 31.1898 19.1371 30.5782 17.6963 29.9666L17.6924 29.965C16.2504 29.3528 14.8082 28.7406 13.3669 28.1273L13.29 28.0946L13.2253 28.0417C12.3984 27.3652 12.2264 26.1613 12.8396 25.3492L14.1431 25.247L14.5398 25.7998L14.6417 25.8269C14.6077 25.8157 14.5735 25.8067 14.5398 25.7998L14.1431 25.247L12.8396 25.3492C13.3428 24.6824 14.2517 24.4478 15.0479 24.7276L15.0681 24.7347L15.0878 24.7432C15.9702 25.1278 16.8537 25.5125 17.7372 25.8971C18.4241 26.1962 19.1114 26.4954 19.798 26.7945ZM30.3576 23.683C30.2196 23.683 30.1077 23.7949 30.1077 23.933V30.9274C30.1077 31.0654 30.2196 31.1773 30.3576 31.1773H32.0408C32.1789 31.1773 32.2908 31.0654 32.2908 30.9274V23.933C32.2908 23.7949 32.1789 23.683 32.0408 23.683H30.3576ZM28.8819 24.709L28.9361 24.5891C28.882 24.7089 28.8819 24.709 28.8819 24.709L28.8833 24.7096C28.9007 24.7174 28.9183 24.7244 28.9361 24.7304V29.219C28.5346 29.2692 28.1156 29.336 27.6833 29.4238C26.2309 29.72 24.9739 30.1904 23.9298 30.6923C23.4732 30.9118 22.9461 30.924 22.4756 30.7241C21.0344 30.1109 19.5922 29.4986 18.1503 28.8865C16.737 28.2866 15.324 27.6868 13.912 27.086C13.5895 26.7767 13.5786 26.3146 13.7746 26.0551C13.9244 25.8566 14.2228 25.7356 14.5398 25.7998L14.6417 25.8269C15.5161 26.208 16.3914 26.589 17.2666 26.9701L17.2709 26.9719C18.0486 27.3105 18.8262 27.649 19.6031 27.9876C19.7907 28.8058 20.6028 29.3609 21.474 29.2893L21.562 29.282L21.644 29.2492C22.4618 28.9213 23.3066 28.558 24.1787 28.1555C25.096 27.7325 25.9606 27.2982 26.7758 26.8689C27.0621 26.7181 27.172 26.3639 27.0212 26.0776C26.8705 25.7913 26.5162 25.6815 26.23 25.8322C25.4285 26.2542 24.5826 26.6791 23.6879 27.0917C22.8673 27.4705 22.0719 27.8134 21.3022 28.1238C20.9943 28.1164 20.7811 27.9055 20.7427 27.7149L20.7425 27.7136C20.7386 27.6946 20.7362 27.6746 20.7355 27.6538C20.7382 27.6299 20.7394 27.606 20.7392 27.5822C20.7549 27.4641 20.8193 27.3319 20.9463 27.2244L21.0433 27.1769C21.1414 27.1287 21.2833 27.059 21.4585 26.9727C21.8087 26.8001 22.2921 26.5611 22.8246 26.2952C23.8866 25.7649 25.1542 25.1229 25.9479 24.6894C26.5715 24.3488 27.2869 24.3365 27.89 24.433C28.1863 24.4804 28.4404 24.5518 28.6193 24.6111C28.7084 24.6406 28.7777 24.6667 28.8231 24.6847C28.8457 24.6937 28.8623 24.7006 28.8723 24.7049L28.8819 24.709Z",
17353
+ fill: "#6392BD"
17354
+ })), "BoxReceived");
17355
+ var Box$1 = createSvgIcon(React__default.createElement("svg", {
17356
+ width: "40",
17357
+ height: "40",
17358
+ viewBox: "0 0 40 40",
17359
+ fill: "none",
17360
+ xmlns: "http://www.w3.org/2000/svg"
17361
+ }, React__default.createElement("circle", {
17362
+ cx: "20",
17363
+ cy: "20",
17364
+ r: "20",
17365
+ fill: "#E6F3F8"
17366
+ }), React__default.createElement("path", {
17367
+ d: "M23.5819 10.2129C23.7971 10.2129 23.9731 10.4398 23.9731 10.7176V17.2984C23.9731 17.5292 23.7971 17.717 23.5741 17.717H16.4221C16.203 17.717 16.023 17.5292 16.023 17.2984V10.7176C16.023 10.4398 16.1991 10.2129 16.4143 10.2129H23.5819Z",
17368
+ fill: "#00BCD4"
17369
+ }), React__default.createElement("path", {
17370
+ "fill-rule": "evenodd",
17371
+ "clip-rule": "evenodd",
17372
+ d: "M9.0668 9.0668V30.9335H30.9335V9.0668H9.0668ZM7.89307 8.87901C7.89307 8.33449 8.33449 7.89307 8.87901 7.89307H31.1213C31.6658 7.89307 32.1073 8.33449 32.1073 8.87901V31.1213C32.1073 31.6658 31.6658 32.1073 31.1213 32.1073H8.87901C8.33449 32.1073 7.89307 31.6658 7.89307 31.1213V8.87901Z",
17373
+ fill: "#6392BD"
17374
+ })), "Box");
17375
+ var Boxes = createSvgIcon(React__default.createElement("svg", {
17376
+ width: "40",
17377
+ height: "40",
17378
+ viewBox: "0 0 40 40",
17379
+ fill: "none",
17380
+ xmlns: "http://www.w3.org/2000/svg"
17381
+ }, React__default.createElement("circle", {
17382
+ cx: "20",
17383
+ cy: "20",
17384
+ r: "20",
17385
+ fill: "#E6F3F8"
17386
+ }), React__default.createElement("path", {
17387
+ d: "M28.0018 20.7723H24.4192C24.2266 20.7723 24.069 20.9299 24.069 21.1225V25.437C24.069 25.5876 24.1636 25.7102 24.2826 25.7102H28.1384C28.2574 25.7102 28.352 25.5876 28.352 25.437V21.1225C28.352 20.9299 28.1944 20.7723 28.0018 20.7723Z",
17388
+ fill: "#00BCD4"
17389
+ }), React__default.createElement("path", {
17390
+ d: "M15.7665 9.96827H12.1839C11.9913 9.96827 11.8337 10.1259 11.8337 10.3185V14.633C11.8337 14.7836 11.9283 14.9061 12.0473 14.9061H15.9031C16.0222 14.9061 16.1167 14.7836 16.1167 14.633V10.3185C16.1167 10.1259 15.9591 9.96827 15.7665 9.96827Z",
17391
+ fill: "#00BCD4"
17392
+ }), React__default.createElement("path", {
17393
+ "fill-rule": "evenodd",
17394
+ "clip-rule": "evenodd",
17395
+ d: "M19.7908 7.83024L19.4865 7.82666L7.79195 7.82673C7.41741 7.82673 7.21105 8.10039 7.13193 8.24874C7.04032 8.42051 7.00195 8.61746 7.00195 8.80233V31.1979C7.00195 31.3827 7.04032 31.5797 7.13193 31.7515C7.21105 31.8998 7.41741 32.1735 7.79195 32.1735H19.7864C19.8623 32.1735 19.9317 32.1621 19.9948 32.1426C20.0642 32.1626 20.1375 32.1732 20.2132 32.1732H32.2077C32.644 32.1732 32.9977 31.8195 32.9977 31.3832V19.3888C32.9977 18.9525 32.644 18.5988 32.2077 18.5988H20.5764V8.80584C20.5764 8.62095 20.5381 8.42399 20.4464 8.25223C20.3676 8.10448 20.1625 7.83246 19.7908 7.83024ZM8.1547 31.0207V8.97947L19.4237 8.9794V19.3614C19.4234 19.3705 19.4232 19.3796 19.4232 19.3888V31.0207H8.1547ZM20.5764 31.0205V19.7515H31.8449V31.0205H20.5764Z",
17396
+ fill: "#6392BD"
17397
+ })), "Boxes");
17398
+ var Call = createSvgIcon(React__default.createElement("svg", {
17399
+ width: "40",
17400
+ height: "40",
17401
+ viewBox: "0 0 40 40",
17402
+ fill: "none",
17403
+ xmlns: "http://www.w3.org/2000/svg"
17404
+ }, React__default.createElement("circle", {
17405
+ cx: "20",
17406
+ cy: "20",
17407
+ r: "20",
17408
+ fill: "#E6F3F8"
17409
+ }), React__default.createElement("path", {
17410
+ "fill-rule": "evenodd",
17411
+ "clip-rule": "evenodd",
17412
+ d: "M9.86258 9.9604C9.86729 9.96029 9.872 9.96024 9.87671 9.96024C10.1691 9.96024 10.4737 10.0315 10.7468 10.1926C10.7503 10.1947 10.7538 10.1968 10.7573 10.1989C11.8817 10.8915 12.8623 11.7899 13.6545 12.8488C14.4443 13.8044 15.0397 14.9031 15.4144 16.0861C15.4166 16.0929 15.4186 16.0998 15.4206 16.1067C15.5157 16.4464 15.5014 16.8079 15.3878 17.1354C15.2733 17.4655 15.0577 17.7573 14.7651 17.9628L12.2074 19.8049C12.204 19.8073 12.2005 19.8097 12.1971 19.8121C12.1299 19.8585 12.0771 19.9274 12.0494 20.0057C12.0481 20.0093 12.0467 20.013 12.0454 20.0167C12.0173 20.0915 12.0126 20.1757 12.0342 20.2592C12.2067 20.8771 12.8568 22.1756 15.1094 24.4195C15.1324 24.4368 15.1546 24.456 15.1756 24.4769C17.4729 26.7575 18.7883 27.4084 19.4179 27.5812C19.5093 27.6023 19.5937 27.5939 19.6538 27.5696C19.6587 27.5676 19.6638 27.5657 19.6688 27.5638C19.751 27.5329 19.8201 27.4788 19.8691 27.4078L19.8715 27.4044L19.8735 27.4015L21.6942 24.8315L21.6956 24.8294C21.8985 24.5394 22.1825 24.3242 22.5095 24.204C22.8444 24.081 23.2047 24.0686 23.546 24.1623C23.5518 24.1639 23.5576 24.1655 23.5633 24.1673C24.748 24.529 25.8562 25.1202 26.8165 25.9056C27.8791 26.6883 28.7864 27.6596 29.4883 28.7799C29.4913 28.7847 29.4942 28.7896 29.4971 28.7945C29.6535 29.0597 29.7337 29.3624 29.7337 29.6646C29.7337 29.9761 29.6445 30.2776 29.4929 30.5347L29.49 30.5395C29.1944 31.0307 28.6995 31.8072 28.0989 32.541C27.5133 33.2567 26.7641 34.0117 25.9451 34.3657C25.6174 34.5072 25.2201 34.5653 24.8063 34.5755C24.3839 34.5859 23.9014 34.5472 23.378 34.4655C22.331 34.3019 21.0778 33.9591 19.7396 33.443C17.0653 32.4116 13.9916 30.665 11.4937 28.1868C8.99589 25.7086 7.22428 22.648 6.17171 19.9813C5.64501 18.6468 5.29237 17.3961 5.12105 16.3501C5.03542 15.8274 4.9933 15.345 5.00087 14.9224C5.00828 14.5088 5.06374 14.1111 5.20365 13.7824C5.55029 12.963 6.29929 12.208 7.01015 11.6168C7.73899 11.0106 8.51161 10.5093 9.00203 10.2106C9.27011 10.046 9.56782 9.96695 9.86258 9.9604ZM9.88381 11.2324C9.80043 11.2353 9.7279 11.2576 9.6673 11.2948L9.66474 11.2964C9.20105 11.5788 8.48599 12.0439 7.82355 12.5948C7.1428 13.161 6.59668 13.754 6.37498 14.2785L6.37425 14.2802C6.32468 14.3965 6.27873 14.6104 6.27273 14.9452C6.26689 15.2714 6.29943 15.6747 6.37639 16.1445C6.53024 17.0838 6.85445 18.2462 7.35494 19.5142C8.35675 22.0524 10.0409 24.9535 12.3897 27.2838C14.7384 29.614 17.6519 31.2744 20.1973 32.2561C21.469 32.7465 22.6338 33.0617 23.5744 33.2086C24.0448 33.2821 24.4485 33.3118 24.7749 33.3038C25.1098 33.2955 25.3239 33.2483 25.4405 33.198M9.88381 11.2324C9.96796 11.2335 10.041 11.2542 10.0966 11.286C11.085 11.8959 11.9474 12.6876 12.6445 13.6224C12.6511 13.6312 12.6579 13.6398 12.6648 13.6482C13.3511 14.4757 13.8701 15.4289 14.1978 16.4578C14.219 16.5402 14.2156 16.6332 14.186 16.7185C14.1569 16.8023 14.1027 16.8739 14.0329 16.9226C14.0303 16.9244 14.0277 16.9263 14.0251 16.9281L11.4685 18.7694C11.184 18.9676 10.9684 19.2512 10.8523 19.5755C10.7299 19.9053 10.718 20.2589 10.8054 20.5882L10.8072 20.595C11.0674 21.5335 11.9101 23.0403 14.2756 25.3843C14.2968 25.4053 14.3191 25.4245 14.3423 25.4419C16.6714 27.7424 18.1602 28.559 19.0944 28.8115C19.0993 28.8128 19.1041 28.8141 19.109 28.8153C19.4284 28.8935 19.7879 28.8854 20.1229 28.752C20.4432 28.6302 20.7182 28.4154 20.9134 28.1341L22.7348 25.5631L22.7374 25.5593C22.7888 25.4857 22.8605 25.4303 22.9482 25.3981C23.0268 25.3692 23.1133 25.3641 23.2022 25.3871C24.23 25.7024 25.1912 26.2172 26.0228 26.8997C26.0276 26.9037 26.0324 26.9075 26.0373 26.9113C26.0415 26.9145 26.0457 26.9177 26.0499 26.9208C26.9885 27.6099 27.7875 28.4637 28.4048 29.4465C28.4413 29.5108 28.4616 29.5875 28.4616 29.6646C28.4616 29.7341 28.441 29.8133 28.3983 29.8865C28.1171 30.3537 27.6588 31.0703 27.1145 31.7354C26.5542 32.4201 25.9655 32.971 25.4405 33.198",
17413
+ fill: "#6392BD"
17414
+ }), React__default.createElement("path", {
17415
+ d: "M34.9569 21.5697C34.9357 21.8368 34.8128 22.087 34.6093 22.2608C34.4057 22.4347 34.1428 22.5237 33.8757 22.5025C33.6086 22.4813 33.3584 22.3583 33.1845 22.1548C33.0107 21.9513 32.9216 21.6884 32.9428 21.4213C33.21 17.8679 32.0524 14.357 29.7287 11.656C27.4051 8.95498 24.1062 7.28856 20.5529 7.02143C20.2857 7.00023 20.0356 6.87302 19.8617 6.67373C19.6879 6.4702 19.5988 6.20731 19.62 5.93593C19.6412 5.6688 19.7642 5.41862 19.9677 5.24477C20.1713 5.07092 20.4342 4.98188 20.7013 5.00308C24.7889 5.30838 28.5839 7.22496 31.2595 10.3331C33.9351 13.4411 35.2622 17.4821 34.9569 21.5654V21.5697Z",
17416
+ fill: "#00BCD4"
17417
+ }), React__default.createElement("path", {
17418
+ d: "M29.9491 21.1914C29.9279 21.4585 29.805 21.7087 29.6014 21.8825C29.3979 22.0564 29.135 22.1454 28.8679 22.1242C28.6007 22.103 28.3505 21.98 28.1767 21.7765C28.0028 21.573 27.9138 21.3101 27.935 21.0429C28.1004 18.8211 27.3795 16.6204 25.9251 14.9328C24.4707 13.2452 22.4058 12.2021 20.1796 12.0325C20.0482 12.024 19.9167 11.9858 19.798 11.9265C19.6793 11.8671 19.5733 11.7823 19.4885 11.6805C19.3994 11.5788 19.3358 11.4643 19.2934 11.3371C19.251 11.2099 19.2341 11.0784 19.2468 10.9427C19.2553 10.8113 19.2934 10.6798 19.3528 10.5611C19.4121 10.4424 19.4969 10.3364 19.5987 10.2473C19.7005 10.1625 19.815 10.0947 19.9422 10.0523C20.0694 10.0099 20.2008 9.9929 20.3365 10.0056C23.0969 10.2134 25.658 11.5067 27.4601 13.6056C29.2622 15.7003 30.1611 18.431 29.9534 21.1871L29.9491 21.1914Z",
17419
+ fill: "#00BCD4"
17420
+ }), React__default.createElement("path", {
17421
+ d: "M24.9413 20.8145C24.92 21.0859 24.7928 21.336 24.5893 21.5099C24.3858 21.6837 24.1229 21.7728 23.8558 21.7516C23.5886 21.7304 23.3384 21.6032 23.1646 21.3996C22.9907 21.1961 22.9017 20.9332 22.9229 20.6661C22.9908 19.7672 22.6982 18.8852 22.113 18.2067C21.5279 17.5283 20.6968 17.1085 19.8063 17.0407C19.6749 17.0322 19.5434 16.994 19.4247 16.9347C19.306 16.8753 19.2 16.7905 19.1109 16.6887C19.0261 16.587 18.9583 16.4725 18.9159 16.3453C18.8735 16.2181 18.8608 16.0866 18.8692 15.9509C18.8904 15.6838 19.0134 15.4379 19.2169 15.2598C19.4205 15.0859 19.6834 14.9969 19.9505 15.0181C21.3795 15.1241 22.7109 15.7941 23.6437 16.8796C24.5808 17.9651 25.043 19.3813 24.937 20.8102L24.9413 20.8145Z",
17422
+ fill: "#00BCD4"
17423
+ })), "Call");
17424
+ var Chat = createSvgIcon(React__default.createElement("svg", {
17425
+ width: "41",
17426
+ height: "42",
17427
+ viewBox: "0 0 41 42",
17428
+ fill: "none",
17429
+ xmlns: "http://www.w3.org/2000/svg"
17430
+ }, React__default.createElement("circle", {
17431
+ cx: "21",
17432
+ cy: "22",
17433
+ r: "20",
17434
+ fill: "#E6F3F8"
17435
+ }), React__default.createElement("path", {
17436
+ d: "M10.5256 19.709C11.4244 19.709 12.1531 18.9804 12.1531 18.0816C12.1531 17.1827 11.4244 16.4541 10.5256 16.4541C9.62674 16.4541 8.8981 17.1827 8.8981 18.0816C8.8981 18.9804 9.62674 19.709 10.5256 19.709Z",
17437
+ fill: "#00BCD4"
17438
+ }), React__default.createElement("path", {
17439
+ d: "M15.1045 19.709C16.0034 19.709 16.732 18.9804 16.732 18.0816C16.732 17.1827 16.0034 16.4541 15.1045 16.4541C14.2057 16.4541 13.4771 17.1827 13.4771 18.0816C13.4771 18.9804 14.2057 19.709 15.1045 19.709Z",
17440
+ fill: "#00BCD4"
17441
+ }), React__default.createElement("path", {
17442
+ d: "M19.7142 19.709C20.613 19.709 21.3416 18.9804 21.3416 18.0816C21.3416 17.1827 20.613 16.4541 19.7142 16.4541C18.8153 16.4541 18.0867 17.1827 18.0867 18.0816C18.0867 18.9804 18.8153 19.709 19.7142 19.709Z",
17443
+ fill: "#00BCD4"
17444
+ }), React__default.createElement("path", {
17445
+ "fill-rule": "evenodd",
17446
+ "clip-rule": "evenodd",
17447
+ d: "M8.32496 10.8464C7.04376 10.8464 6 11.8844 6 13.1714V22.7238C6 24.005 7.03793 25.0488 8.32496 25.0488H9.49947V27.3216C9.49947 28.4302 10.8426 28.9954 11.6292 28.2028L11.6304 28.2017L14.7833 25.0488H17.7611V30.3878C17.7611 31.669 18.799 32.7128 20.086 32.7128H27.2167L30.3717 35.8678C31.1606 36.6567 32.5005 36.0968 32.5005 34.9856V32.7128H33.675C34.9562 32.7128 36 31.6749 36 30.3878V20.8354C36 19.5533 34.9571 18.5105 33.675 18.5105H24.2389V13.1714C24.2389 11.8902 23.201 10.8464 21.914 10.8464H8.32496ZM23.0364 18.5105V13.1714C23.0364 12.5525 22.535 12.049 21.914 12.049H8.32496C7.7061 12.049 7.20257 12.5504 7.20257 13.1714V22.7238C7.20257 23.3427 7.70392 23.8462 8.32496 23.8462H9.85623C10.3246 23.8462 10.702 24.2236 10.702 24.692V27.3216C10.702 27.3327 10.7036 27.3387 10.7044 27.3412C10.7053 27.3439 10.7063 27.3459 10.7077 27.3478C10.7108 27.3522 10.718 27.3593 10.7302 27.3644C10.7425 27.3695 10.752 27.3693 10.7563 27.3686L10.7597 27.3677L10.7618 27.3667C10.7636 27.3658 10.7685 27.363 10.7758 27.3555L10.7779 27.3534L14.0369 24.0945C14.1887 23.9426 14.4039 23.8462 14.6344 23.8462H17.7611V20.8354C17.7611 19.5484 18.8048 18.5105 20.086 18.5105H23.0364ZM18.9636 20.8354C18.9636 20.2144 19.4672 19.713 20.086 19.713H33.675C34.293 19.713 34.7974 20.2175 34.7974 20.8354V30.3878C34.7974 31.0089 34.2939 31.5102 33.675 31.5102H31.298V34.9856C31.298 34.997 31.2963 35.0034 31.2955 35.0061C31.2948 35.0082 31.2932 35.0113 31.2932 35.0113L31.2922 35.0129C31.2892 35.0171 31.2824 35.0238 31.2708 35.0286C31.2593 35.0334 31.2499 35.0334 31.2452 35.0326C31.2431 35.0322 31.241 35.0316 31.2383 35.0302C31.2359 35.0289 31.2302 35.0256 31.2221 35.0174L27.7148 31.5102H20.086C19.465 31.5102 18.9636 31.0067 18.9636 30.3878V20.8354Z",
17448
+ fill: "#6392BD"
17449
+ }), React__default.createElement("path", {
17450
+ d: "M22.287 27.3723C23.1858 27.3723 23.9144 26.6437 23.9144 25.7448C23.9144 24.846 23.1858 24.1174 22.287 24.1174C21.3881 24.1174 20.6595 24.846 20.6595 25.7448C20.6595 26.6437 21.3881 27.3723 22.287 27.3723Z",
17451
+ fill: "#00BCD4"
17452
+ }), React__default.createElement("path", {
17453
+ d: "M26.8659 27.3723C27.7647 27.3723 28.4934 26.6437 28.4934 25.7448C28.4934 24.846 27.7647 24.1174 26.8659 24.1174C25.9671 24.1174 25.2384 24.846 25.2384 25.7448C25.2384 26.6437 25.9671 27.3723 26.8659 27.3723Z",
17454
+ fill: "#00BCD4"
17455
+ }), React__default.createElement("path", {
17456
+ d: "M31.4703 27.3723C32.3692 27.3723 33.0978 26.6437 33.0978 25.7448C33.0978 24.846 32.3692 24.1174 31.4703 24.1174C30.5715 24.1174 29.8429 24.846 29.8429 25.7448C29.8429 26.6437 30.5715 27.3723 31.4703 27.3723Z",
17457
+ fill: "#00BCD4"
17458
+ })), "Chat");
17459
+ var CircularChart = createSvgIcon(React__default.createElement("svg", {
17460
+ width: "40",
17461
+ height: "40",
17462
+ viewBox: "0 0 40 40",
17463
+ fill: "none",
17464
+ xmlns: "http://www.w3.org/2000/svg"
17465
+ }, React__default.createElement("circle", {
17466
+ cx: "20",
17467
+ cy: "20",
17468
+ r: "20",
17469
+ fill: "#E6F3F8"
17470
+ }), React__default.createElement("path", {
17471
+ "fill-rule": "evenodd",
17472
+ "clip-rule": "evenodd",
17473
+ d: "M7.89329 12.9515C8.14516 12.5317 8.69416 12.3945 9.11394 12.6464L9.12541 12.6532L20.128 19.9141L33.1184 20.1943L33.129 20.1949C33.6341 20.223 34.0067 20.666 33.9646 21.1571C33.3123 28.6804 26.7027 34.5038 18.877 33.8777C12.0333 33.3295 6.52617 27.7438 6.06504 20.8964C5.86956 17.9989 6.55632 15.2757 7.88746 12.9614L7.89033 12.9564L7.89329 12.9515ZM8.78106 13.9194C7.69252 15.9513 7.13962 18.3073 7.30865 20.8126C7.72832 27.0444 12.7494 32.1365 18.9765 32.6353C25.9749 33.1951 31.9038 28.0979 32.684 21.4317L19.9894 21.1578C19.7956 21.1555 19.6465 21.0815 19.5755 21.042L8.78106 13.9194Z",
17474
+ fill: "#6392BD"
17475
+ }), React__default.createElement("path", {
17476
+ d: "M20.1816 18.1584L28.7986 9.31293C28.8816 9.22152 28.8733 9.07611 28.7778 8.99301C28.0632 8.37396 26.8998 7.85046 26.019 7.41005C20.9544 4.88812 13.613 5.8728 9.2754 10.9582C9.1923 11.0538 9.24216 11.2075 9.35018 11.2698L19.8991 18.1999C19.9905 18.2539 20.1068 18.2373 20.1775 18.1584H20.1816Z",
17477
+ fill: "#00BCD4"
17478
+ }), React__default.createElement("path", {
17479
+ "fill-rule": "evenodd",
17480
+ "clip-rule": "evenodd",
17481
+ d: "M33.8343 18.4606C33.7097 17.3388 33.4022 15.8016 32.6212 14.1272C31.8858 12.5526 30.9842 11.3809 30.253 10.5832C30.0618 10.3755 29.7419 10.3713 29.5425 10.5707L22.1096 18.0077C21.8022 18.3152 22.0099 18.8428 22.4462 18.847C22.6035 18.8492 22.7741 18.8517 22.9562 18.8542C22.956 18.8542 22.9563 18.8542 22.9562 18.8542C22.9851 18.8547 23.0148 18.8551 23.0443 18.8555C23.0454 18.8555 23.0466 18.8555 23.0477 18.8555C23.5709 18.863 24.1831 18.8717 24.8455 18.8812C27.8492 18.9241 31.8853 18.9817 33.3358 19.0007C33.6308 19.0049 33.8676 18.7556 33.8343 18.4606ZM24.2922 17.6104C24.4785 17.613 24.6703 17.6158 24.8665 17.6186C27.3795 17.6544 30.6133 17.7006 32.4514 17.7259C32.2901 16.8394 32.0006 15.7842 31.477 14.6616C31.4769 14.6614 31.477 14.6617 31.477 14.6616M24.2922 17.6104L29.8493 12.0501C30.3907 12.7223 30.9762 13.5895 31.477 14.6616",
17482
+ fill: "#6392BD"
17483
+ })), "CircularChart");
17484
+ var Click = createSvgIcon(React__default.createElement("svg", {
17485
+ width: "41",
17486
+ height: "41",
17487
+ viewBox: "0 0 41 41",
17488
+ fill: "none",
17489
+ xmlns: "http://www.w3.org/2000/svg"
17490
+ }, React__default.createElement("circle", {
17491
+ cx: "21",
17492
+ cy: "21",
17493
+ r: "20",
17494
+ fill: "#E6F3F8"
17495
+ }), React__default.createElement("path", {
17496
+ d: "M5 19.0174C5 18.3397 5.05315 17.64 5.16387 16.9269C5.73078 13.2376 7.71937 9.97791 10.7665 7.74572C13.8092 5.51354 17.5162 4.59674 21.2055 5.16365C28.7657 6.32846 34.0406 13.4591 32.9732 21.068C32.92 21.4311 32.5879 21.6836 32.2247 21.6349C31.8615 21.5817 31.6091 21.2451 31.6578 20.8864C32.6056 14.1101 27.7293 7.51542 21.0062 6.47904C17.6668 5.96529 14.3096 6.7935 11.5504 8.81752C8.79117 10.8415 6.9886 13.7912 6.47484 17.1306C5.27017 24.9433 12.0243 30.6832 17.153 31.6664C17.9591 31.8214 18.8537 31.8657 19.7351 31.7949C20.0495 31.7683 20.3728 31.7284 20.6917 31.6753C21.0549 31.6133 21.3959 31.8569 21.4579 32.22C21.5199 32.5832 21.2764 32.9242 20.9132 32.9862C20.5544 33.0483 20.1913 33.0925 19.8414 33.1191C18.8404 33.1988 17.8262 33.1457 16.905 32.9685C11.5903 31.9499 5.00443 26.644 5.00443 19.0174H5Z",
17497
+ fill: "#6392BD"
17498
+ }), React__default.createElement("path", {
17499
+ d: "M13.9454 19.1282C13.9454 17.9412 14.3528 16.7985 15.119 15.8729C15.9915 14.8188 17.2228 14.1633 18.5869 14.0349C20.9962 13.8046 23.2639 15.3148 23.9725 17.6267C23.9902 17.6932 24.0123 17.7552 24.0301 17.8216L24.0478 17.8836C24.1364 18.2424 23.9193 18.6011 23.565 18.6897C23.2107 18.7783 22.8475 18.5612 22.759 18.2069L22.7457 18.1626C22.7324 18.1139 22.7191 18.0696 22.7058 18.0209C22.1788 16.3069 20.5002 15.1908 18.7153 15.3591C16.6293 15.5584 15.0925 17.4186 15.2918 19.5002C15.4335 20.9972 16.4477 22.2683 17.8694 22.7466C18.2149 22.8617 18.4275 23.2426 18.3123 23.5881C18.2016 23.9336 17.8517 24.1329 17.5018 24.0221C17.5018 24.0221 17.4619 24.0088 17.4575 24.0088C15.5221 23.3622 14.158 21.6438 13.9631 19.6242C13.9454 19.4603 13.9409 19.292 13.9409 19.1282H13.9454Z",
17500
+ fill: "#6392BD"
17501
+ }), React__default.createElement("path", {
17502
+ d: "M18.1802 19.5234L24.5844 36.8627C24.8325 37.4916 25.829 37.1815 25.8954 36.4596L27.1798 28.0092C27.2152 27.6416 27.5297 27.3139 27.8973 27.274L36.2768 25.9232C36.9988 25.839 37.2822 24.8292 36.6489 24.6034L19.1457 18.5401C18.5965 18.3408 17.972 18.9875 18.1802 19.5278V19.5234Z",
17503
+ fill: "#00BCD4"
17504
+ })), "Click");
17505
+ var Config = createSvgIcon(React__default.createElement("svg", {
17506
+ width: "40",
17507
+ height: "40",
17508
+ viewBox: "0 0 40 40",
17509
+ fill: "none",
17510
+ xmlns: "http://www.w3.org/2000/svg"
17511
+ }, React__default.createElement("circle", {
17512
+ cx: "20",
17513
+ cy: "20",
17514
+ r: "20",
17515
+ fill: "#E6F3F8"
17516
+ }), React__default.createElement("path", {
17517
+ "fill-rule": "evenodd",
17518
+ "clip-rule": "evenodd",
17519
+ d: "M12.9243 4.89154C12.9243 4.39722 13.3215 4 13.8158 4H15.5989C16.0932 4 16.4904 4.39722 16.4904 4.89154V6.67463C16.4904 6.74083 16.4816 6.80704 16.4684 6.86883C17.3378 7.06302 18.1544 7.39846 18.8914 7.85306C18.9267 7.78685 18.9753 7.72948 19.0282 7.67651L20.2905 6.41423C20.6392 6.06556 21.2041 6.06556 21.5528 6.41423L22.8151 7.67651C23.1638 8.02519 23.1638 8.59012 22.8151 8.9388L21.5528 10.2011C21.5131 10.2408 21.4689 10.2761 21.4204 10.307C21.9412 11.097 22.3208 11.9886 22.537 12.9419C22.5988 12.9287 22.665 12.9198 22.7312 12.9198H24.5143C25.0086 12.9198 25.4059 13.3171 25.4059 13.8114V15.5945C25.4059 16.0888 25.0086 16.486 24.5143 16.486H22.7312C22.665 16.486 22.5988 16.4772 22.537 16.4639C22.334 17.3776 21.9721 18.2294 21.4866 18.9929C21.5396 19.0282 21.5925 19.068 21.6411 19.1165L22.9034 20.3788C23.252 20.7275 23.252 21.2924 22.9034 21.6411L21.6411 22.9034C21.2924 23.252 20.7275 23.252 20.3788 22.9034L19.1165 21.6411C19.068 21.5925 19.0282 21.544 18.9929 21.4866C18.2294 21.9721 17.3776 22.3296 16.464 22.5326C16.4772 22.5944 16.486 22.6606 16.486 22.7268V24.5099C16.486 25.0042 16.0888 25.4014 15.5945 25.4014H13.8114C13.3171 25.4014 12.9198 24.9998 12.9198 24.5099V22.7268C12.9198 22.6606 12.9287 22.5944 12.9419 22.5326C11.9886 22.3208 11.1015 21.9368 10.307 21.416C10.2761 21.4601 10.2408 21.5043 10.2011 21.544L8.9388 22.8063C8.59012 23.1549 8.02519 23.1549 7.67651 22.8063L6.41423 21.544C6.06556 21.1953 6.06556 20.6304 6.41423 20.2817L7.67651 19.0194C7.72948 18.9664 7.79127 18.9179 7.85306 18.8826C7.40287 18.1455 7.06744 17.329 6.86883 16.4595C6.80704 16.4728 6.74084 16.4816 6.67463 16.4816H4.89154C4.39722 16.4816 4 16.0844 4 15.5901V13.807C4 13.3127 4.39722 12.9154 4.89154 12.9154H6.67463C6.74084 12.9154 6.80704 12.9243 6.86883 12.9375C7.07185 12.0239 7.43377 11.1721 7.91926 10.4085C7.8663 10.3732 7.81334 10.3335 7.76479 10.2849L6.50251 9.02265C6.15383 8.67398 6.15383 8.10904 6.50251 7.76037L7.76479 6.49809C8.11346 6.14941 8.6784 6.14941 9.02707 6.49809L10.2894 7.76037C10.3379 7.80892 10.3776 7.85747 10.4129 7.91485C11.1765 7.42935 12.0327 7.07185 12.9419 6.86441C12.9287 6.80262 12.9198 6.73642 12.9198 6.67022V4.89154H12.9243ZM14.7073 18.2691C16.6758 18.2691 18.2735 16.6714 18.2735 14.7029C18.2735 12.7345 16.6758 11.1368 14.7073 11.1368C12.7389 11.1368 11.1412 12.7345 11.1412 14.7029C11.1412 16.6714 12.7389 18.2691 14.7073 18.2691Z",
17520
+ fill: "#00BCD4"
17521
+ }), React__default.createElement("path", {
17522
+ "fill-rule": "evenodd",
17523
+ "clip-rule": "evenodd",
17524
+ d: "M16.5572 27.6965C16.696 27.4609 16.8836 27.2522 17.1067 27.0867L17.1557 27.0504L17.3815 26.9398C17.4918 26.8857 17.6514 26.8073 17.8486 26.7102C18.2429 26.5158 18.7871 26.2467 19.3863 25.9475C20.5882 25.3474 22.0001 24.632 22.8729 24.1553C23.938 23.5736 25.0826 23.5875 25.9115 23.7202C26.3319 23.7874 26.6895 23.888 26.9431 23.972L26.9592 23.9774C27.1649 23.3272 27.773 22.856 28.4912 22.856H30.3935C31.2807 22.856 32 23.5752 32 24.4625V32.3672C32 33.2545 31.2807 33.9738 30.3935 33.9738H28.4912C27.6039 33.9738 26.8847 33.2545 26.8847 32.3672V31.7717C26.5127 31.8216 26.1276 31.8853 25.7324 31.9655C24.2139 32.2752 22.8977 32.7675 21.8003 33.2949C20.9393 33.7088 19.946 33.7303 19.0655 33.356C17.4386 32.6638 15.8103 31.9726 14.182 31.2814L14.1777 31.2795C12.548 30.5877 10.918 29.8958 9.28913 29.2027L9.20221 29.1658L9.1291 29.1059C8.19463 28.3414 8.00022 26.9809 8.69321 26.0631L10.1664 25.9475L10.6147 26.5723L10.7299 26.6029C10.6915 26.5903 10.6528 26.5801 10.6147 26.5723L10.1664 25.9475L8.69321 26.0631C9.26196 25.3095 10.2892 25.0444 11.189 25.3605L11.2118 25.3686L11.234 25.3782C12.2313 25.8129 13.2297 26.2476 14.2283 26.6823C15.0046 27.0203 15.7813 27.3584 16.5572 27.6965ZM28.4912 24.18C28.3352 24.18 28.2087 24.3065 28.2087 24.4625V32.3672C28.2087 32.5232 28.3352 32.6497 28.4912 32.6497H30.3935C30.5495 32.6497 30.6759 32.5232 30.6759 32.3672V24.4625C30.6759 24.3065 30.5495 24.18 30.3935 24.18H28.4912ZM26.8234 25.3395L26.8847 25.204C26.8235 25.3394 26.8234 25.3395 26.8234 25.3395L26.8249 25.3402C26.8447 25.3491 26.8646 25.3569 26.8847 25.3637V30.4365C26.4309 30.4932 25.9574 30.5687 25.4688 30.6679C23.8273 31.0026 22.4067 31.5344 21.2268 32.1015C20.7107 32.3496 20.1151 32.3634 19.5834 32.1374C17.9545 31.4444 16.3247 30.7525 14.6951 30.0607C13.0979 29.3827 11.501 28.7048 9.90518 28.0259C9.54074 27.6763 9.52843 27.1541 9.74998 26.8608C9.91921 26.6365 10.2565 26.4997 10.6147 26.5723L10.7299 26.6029C11.7181 27.0336 12.7073 27.4643 13.6964 27.8949L13.7013 27.897C14.5802 28.2796 15.459 28.6622 16.337 29.0448C16.549 29.9696 17.4668 30.5969 18.4514 30.5159L18.5509 30.5077L18.6435 30.4706C19.5677 30.1 20.5225 29.6895 21.5081 29.2346C22.5447 28.7565 23.5219 28.2657 24.4432 27.7805C24.7668 27.6101 24.8909 27.2098 24.7206 26.8862C24.5502 26.5627 24.1498 26.4386 23.8263 26.6089C22.9205 27.0859 21.9646 27.566 20.9534 28.0324C20.026 28.4604 19.1271 28.8479 18.2572 29.1988C17.9093 29.1903 17.6683 28.9521 17.6249 28.7367L17.6246 28.7352C17.6203 28.7137 17.6176 28.6911 17.6168 28.6676C17.6198 28.6406 17.6212 28.6136 17.6209 28.5867C17.6387 28.4532 17.7115 28.3038 17.855 28.1823L17.9646 28.1286C18.0755 28.0742 18.2359 27.9954 18.4338 27.8979C18.8297 27.7028 19.3759 27.4326 19.9778 27.1321C21.178 26.5329 22.6105 25.8073 23.5076 25.3174C24.2124 24.9325 25.0208 24.9186 25.7024 25.0276C26.0373 25.0812 26.3244 25.1619 26.5266 25.2289C26.6273 25.2622 26.7056 25.2917 26.7569 25.3121C26.7825 25.3222 26.8013 25.3301 26.8126 25.3349L26.8234 25.3395Z",
17525
+ fill: "#6392BD"
17526
+ })), "Config");
17527
+ var Conversation = createSvgIcon(React__default.createElement("svg", {
17528
+ width: "41",
17529
+ height: "40",
17530
+ viewBox: "0 0 41 40",
17531
+ fill: "none",
17532
+ xmlns: "http://www.w3.org/2000/svg"
17533
+ }, React__default.createElement("circle", {
17534
+ cx: "21",
17535
+ cy: "20",
17536
+ r: "20",
17537
+ fill: "#E6F3F8"
17538
+ }), React__default.createElement("path", {
17539
+ d: "M18.2022 17.925C18.2538 17.8734 18.2968 17.8132 18.3226 17.7444C18.3527 17.6756 18.3656 17.6025 18.3656 17.5294C18.3656 17.4563 18.3527 17.3832 18.3226 17.3144C18.2925 17.2456 18.2538 17.1854 18.2022 17.1338L16.6239 15.5555C16.5723 15.5039 16.5422 15.4308 16.5422 15.3577C16.5422 15.2846 16.5723 15.2115 16.6239 15.1599L18.2022 13.5817C18.2538 13.5301 18.2968 13.4699 18.3226 13.4011C18.3527 13.3323 18.3656 13.2592 18.3656 13.1861C18.3656 13.113 18.3527 13.0398 18.3226 12.971C18.2925 12.9022 18.2538 12.842 18.2022 12.7904L17.2131 11.8014C17.1615 11.7497 17.1013 11.7067 17.0325 11.6809C16.9637 11.6508 16.8906 11.6379 16.8175 11.6379C16.7444 11.6379 16.6713 11.6508 16.6025 11.6809C16.5336 11.711 16.4734 11.7497 16.4218 11.8014L14.8436 13.3796C14.792 13.4312 14.7189 13.4613 14.6458 13.4613C14.5727 13.4613 14.4996 13.4312 14.448 13.3796L12.8698 11.8014C12.8182 11.7497 12.758 11.7067 12.6892 11.6809C12.6204 11.6508 12.5473 11.6379 12.4741 11.6379C12.401 11.6379 12.3279 11.6508 12.2591 11.6809C12.1903 11.711 12.1301 11.7497 12.0785 11.8014L11.0894 12.7904C11.0378 12.842 10.9991 12.9022 10.969 12.971C10.9389 13.0398 10.926 13.113 10.926 13.1861C10.926 13.2592 10.9389 13.3323 10.969 13.4011C10.9991 13.4699 11.0378 13.5301 11.0894 13.5817L12.6719 15.1599C12.7235 15.2115 12.7537 15.2846 12.7537 15.3577C12.7537 15.4308 12.7235 15.5039 12.6719 15.5555L11.0894 17.1338C11.0378 17.1854 10.9991 17.2456 10.969 17.3144C10.9389 17.3832 10.926 17.4563 10.926 17.5294C10.926 17.6025 10.9389 17.6756 10.969 17.7444C10.9991 17.8132 11.0378 17.8734 11.0894 17.925L12.0785 18.9141C12.1301 18.9657 12.1903 19.0087 12.2591 19.0345C12.3279 19.0603 12.401 19.0775 12.4741 19.0775C12.5473 19.0775 12.6204 19.0646 12.6892 19.0345C12.758 19.0044 12.8182 18.9657 12.8698 18.9141L14.448 17.3359C14.4996 17.2843 14.5727 17.2542 14.6458 17.2542C14.7189 17.2542 14.792 17.2843 14.8436 17.3359L16.4218 18.9141C16.4734 18.9657 16.5336 19.0087 16.6025 19.0345C16.6713 19.0646 16.7444 19.0775 16.8175 19.0775C16.8906 19.0775 16.9637 19.0646 17.0325 19.0345C17.1013 19.0044 17.1615 18.9657 17.2131 18.9141L18.2022 17.925Z",
17540
+ fill: "#00BCD4"
17541
+ }), React__default.createElement("path", {
17542
+ d: "M32.4708 22.2292C32.6342 22.0959 32.7374 21.9024 32.7546 21.696C32.7761 21.4853 32.7116 21.2789 32.5783 21.1155L31.6967 20.0447C31.6322 19.963 31.5505 19.8985 31.4602 19.8512C31.3699 19.8039 31.2667 19.7738 31.1635 19.7609C31.0603 19.7523 30.9571 19.7609 30.8582 19.791C30.7593 19.8211 30.6647 19.8727 30.5873 19.9372L25.5473 24.0827L24.4163 22.7066C24.283 22.5432 24.0895 22.4443 23.883 22.4228C23.6766 22.4013 23.4659 22.4658 23.3068 22.5991L22.236 23.4806C22.1543 23.5451 22.0898 23.6268 22.0425 23.7215C21.9952 23.8118 21.9651 23.915 21.9522 24.0182C21.9436 24.1214 21.9522 24.2246 21.9823 24.3235C22.0124 24.4224 22.064 24.517 22.1285 24.5944L24.6442 27.652C24.7775 27.8154 24.971 27.9143 25.1774 27.9358C25.3882 27.9573 25.5946 27.8928 25.758 27.7595L32.4794 22.2292H32.4708Z",
17543
+ fill: "#00BCD4"
17544
+ }), React__default.createElement("path", {
17545
+ "fill-rule": "evenodd",
17546
+ "clip-rule": "evenodd",
17547
+ d: "M7.46408 8C6.10056 8 5 9.10686 5 10.4641V20.5613C5 21.9248 6.10684 23.0253 7.46408 23.0253H8.69827V25.4206C8.69827 26.602 10.1287 27.1945 10.9648 26.3584L14.3022 23.021H17.7044V28.7873C17.7044 30.1508 18.8113 31.2514 20.1685 31.2514H27.7021L31.0352 34.5844C31.8713 35.4206 33.3017 34.8281 33.3017 33.6467V31.2514H34.5359C35.8994 31.2514 37 30.1445 37 28.7873V18.6901C37 17.3266 35.8932 16.2261 34.5359 16.2261H24.2956V10.4641C24.2956 9.10056 23.1887 8 21.8315 8H7.46408ZM23.0055 16.2261V10.4641C23.0055 9.81506 22.4782 9.2901 21.8315 9.2901H7.46408C6.81505 9.2901 6.2901 9.81736 6.2901 10.4641V20.5613C6.2901 21.2103 6.81736 21.7352 7.46408 21.7352H9.08531C9.5835 21.7352 9.98837 22.1402 9.98837 22.6383V25.4206C9.98837 25.4306 9.99018 25.4367 9.99018 25.4367L9.9919 25.4401C9.99385 25.4429 9.9999 25.4493 10.0115 25.4541C10.0231 25.4589 10.0319 25.4587 10.0353 25.4581L10.0393 25.4567C10.0393 25.4567 10.0453 25.4535 10.0526 25.4461L13.5014 21.9973C13.6602 21.8385 13.8896 21.7309 14.1382 21.7309H17.7044V18.6901C17.7044 17.3329 18.805 16.2261 20.1685 16.2261H23.0055ZM18.9945 18.6901C18.9945 18.0434 19.5195 17.5162 20.1685 17.5162H34.5359C35.1826 17.5162 35.7099 18.0411 35.7099 18.6901V28.7873C35.7099 29.434 35.1849 29.9613 34.5359 29.9613H32.0116V33.6467C32.0116 33.6567 32.0098 33.6627 32.0098 33.6627L32.0081 33.6662C32.0061 33.669 32.0001 33.6753 31.9885 33.6801C31.9769 33.6849 31.9681 33.6847 31.9647 33.6841L31.9607 33.6828C31.9607 33.6828 31.9547 33.6795 31.9474 33.6722L28.2365 29.9613H20.1685C19.5218 29.9613 18.9945 29.4363 18.9945 28.7873V18.6901Z",
17548
+ fill: "#6392BD"
17549
+ })), "Conversation");
17550
+ var Develop = createSvgIcon(React__default.createElement("svg", {
17551
+ width: "42",
17552
+ height: "40",
17553
+ viewBox: "0 0 42 40",
17554
+ fill: "none",
17555
+ xmlns: "http://www.w3.org/2000/svg"
17556
+ }, React__default.createElement("circle", {
17557
+ cx: "22",
17558
+ cy: "20",
17559
+ r: "20",
17560
+ fill: "#E6F3F8"
17561
+ }), React__default.createElement("path", {
17562
+ "fill-rule": "evenodd",
17563
+ "clip-rule": "evenodd",
17564
+ d: "M10.7126 5.83173C9.76692 5.83173 9 6.59866 9 7.54428V32.8024C9 33.4082 9.31407 33.9399 9.78859 34.2446C10.0543 34.4145 10.3727 34.5149 10.7126 34.5149H23.5475C24.4932 34.5149 25.2601 33.748 25.2601 32.8024V25.6186C25.2601 25.4217 25.1378 25.1964 24.9035 25.153C24.8272 25.1337 24.761 25.1337 24.7121 25.1337C24.5772 25.127 24.4382 25.1676 24.3297 25.2448C24.2187 25.3238 24.1279 25.4511 24.1279 25.6146V29.4741H10.2589V10.8766H18.7478C18.9864 10.8766 19.2042 10.7387 19.3052 10.521C19.4961 10.1128 19.2155 9.61768 18.7478 9.61768H10.2589V7.8809C10.2589 7.44442 10.6127 7.09061 11.0492 7.09061H21.5714C21.7137 7.09061 21.8537 7.0362 21.961 6.93962C22.1699 6.75204 22.206 6.47394 22.1301 6.25137C22.0539 6.02789 21.8539 5.83173 21.5674 5.83173H10.7126ZM10.2589 32.4658V30.729H16.4679C16.3483 30.7915 16.2385 30.8704 16.1414 30.9624L16.1403 30.9635C15.8703 31.2246 15.6967 31.5931 15.6967 32.0024C15.6967 32.5402 15.9925 33.0103 16.432 33.2561H11.0492C10.6127 33.2561 10.2589 32.9023 10.2589 32.4658ZM18.5674 32.0024C18.5674 31.4473 18.2535 30.968 17.7951 30.729H24.1319V32.4658C24.1319 32.9023 23.7781 33.2561 23.3416 33.2561H17.8335C18.2721 33.011 18.5674 32.5424 18.5674 32.0024Z",
17565
+ fill: "#6392BD"
17566
+ }), React__default.createElement("path", {
17567
+ "fill-rule": "evenodd",
17568
+ "clip-rule": "evenodd",
17569
+ d: "M30.1947 5.07709C24.7019 4.39594 19.6804 8.30465 18.9992 13.7974C18.73 15.9755 19.1814 18.0824 20.1715 19.8684L18.6547 23.0286C18.5795 23.1871 18.7141 23.3692 18.8923 23.3375L22.4525 22.6683C23.898 23.9078 25.7039 24.7434 27.7275 24.9929C33.2203 25.6741 38.2418 21.7653 38.923 16.2726C39.6041 10.7798 35.6915 5.75824 30.1947 5.07709ZM25.6286 18.3913C25.3118 18.5417 24.9316 18.4031 24.7811 18.0863L22.5159 13.2628C22.5159 13.2628 22.4921 13.2311 22.4842 13.2113C22.409 13.049 22.405 12.8747 22.4644 12.7203C22.5199 12.5658 22.6347 12.4312 22.7931 12.3559C22.8129 12.348 22.8288 12.344 22.8486 12.3361L27.6721 10.0709C27.9889 9.92041 28.3691 10.059 28.5195 10.3758C28.67 10.6926 28.5314 11.0728 28.2146 11.2233L23.9138 13.243L25.9335 17.5438C26.084 17.8606 25.9454 18.2408 25.6286 18.3913ZM27.6721 20.2407C27.5533 20.5694 27.1889 20.7436 26.8563 20.6248C26.5236 20.506 26.3533 20.1417 26.4721 19.809L30.0759 9.82932C30.1947 9.50063 30.559 9.32638 30.8917 9.44518C31.2244 9.56399 31.3946 9.92833 31.2758 10.261L27.6721 20.2407ZM35.5727 17.4527C35.5172 17.6071 35.4024 17.7418 35.244 17.817C35.2242 17.825 35.2083 17.8289 35.1885 17.8368L30.365 20.1021C30.0482 20.2526 29.668 20.1139 29.5175 19.7971C29.367 19.4803 29.5056 19.1001 29.8225 18.9496L34.1232 16.9299L32.1035 12.6292C31.953 12.3124 32.0916 11.9322 32.4085 11.7817C32.7253 11.6312 33.1055 11.7698 33.2559 12.0866L35.5212 16.9101C35.5212 16.9101 35.5449 16.9418 35.5529 16.9616C35.6281 17.124 35.6321 17.2982 35.5727 17.4527Z",
17570
+ fill: "#00BCD4"
17571
+ })), "Develop");
17572
+ var Doc = createSvgIcon(React__default.createElement("svg", {
17573
+ width: "40",
17574
+ height: "40",
17575
+ viewBox: "0 0 40 40",
17576
+ fill: "none",
17577
+ xmlns: "http://www.w3.org/2000/svg"
17578
+ }, React__default.createElement("circle", {
17579
+ cx: "20",
17580
+ cy: "20",
17581
+ r: "20",
17582
+ fill: "#E6F3F8"
17583
+ }), React__default.createElement("path", {
17584
+ "fill-rule": "evenodd",
17585
+ "clip-rule": "evenodd",
17586
+ d: "M9.44175 6.31629C9.3046 6.31629 9.18518 6.42924 9.18518 6.58052V16.9776C9.18518 17.2948 8.928 17.552 8.61075 17.552C8.29351 17.552 8.03633 17.2948 8.03633 16.9776V6.58052C8.03633 5.80507 8.65983 5.16744 9.44175 5.16744H25.6826C26.233 5.16744 26.6745 5.61569 26.6745 6.16311V10.9497L31.5035 10.9423C32.0539 10.9423 32.4953 11.3906 32.4953 11.938V33.4597C32.4953 34.2352 31.8718 34.8728 31.0899 34.8728H9.44558C8.66366 34.8728 8.04016 34.2352 8.04016 33.4597V30.7638C8.04016 30.4465 8.29734 30.1893 8.61458 30.1893C8.93183 30.1893 9.18901 30.4465 9.18901 30.7638V33.4597C9.18901 33.611 9.30843 33.724 9.44558 33.724H31.0899C31.227 33.724 31.3464 33.611 31.3464 33.4597V12.0914L26.5175 12.0988C25.967 12.0988 25.5256 11.6506 25.5256 11.1032V6.31629H9.44175Z",
17587
+ fill: "#6392BD"
17588
+ }), React__default.createElement("path", {
17589
+ d: "M27.7965 9.39434V5.33891C27.7965 5.15127 28.0263 5.05553 28.1603 5.18956L32.4264 9.45562C32.5604 9.58965 32.4647 9.81942 32.277 9.81942H28.2254C27.9918 9.81942 27.8004 9.62794 27.8004 9.39434H27.7965Z",
17590
+ fill: "#00BCD4"
17591
+ }), React__default.createElement("path", {
17592
+ "fill-rule": "evenodd",
17593
+ "clip-rule": "evenodd",
17594
+ d: "M10.3301 22.1891C10.0505 22.0326 9.7212 21.9524 9.34974 21.9524H8.67575V25.6431H9.34974C9.7212 25.6431 10.0505 25.563 10.3263 25.4065C10.6058 25.2462 10.8241 25.0363 10.9849 24.7538C11.1458 24.479 11.2262 24.1546 11.2262 23.7959C11.2262 23.4371 11.1458 23.1051 10.9849 22.8341C10.8241 22.5593 10.6096 22.3494 10.3301 22.1929V22.1891Z",
17595
+ fill: "#00BCD4"
17596
+ }), React__default.createElement("path", {
17597
+ d: "M16.6293 21.8224C16.9165 21.8224 17.1845 21.8721 17.422 21.9675L17.4258 21.9713C17.667 22.0667 17.8662 22.1965 18.0423 22.3682C18.2147 22.5361 18.3487 22.7384 18.4406 22.9674C18.5363 23.1964 18.5823 23.4521 18.5823 23.7231C18.5823 23.9941 18.5325 24.2498 18.4406 24.4788C18.3487 24.7078 18.2147 24.9101 18.0423 25.078C17.8662 25.2498 17.6594 25.3872 17.422 25.4826C16.9471 25.6772 16.3114 25.6772 15.8366 25.4826C15.5991 25.3872 15.3923 25.2498 15.2238 25.0818C15.0515 24.9139 14.9175 24.7078 14.8217 24.4788C14.726 24.246 14.6762 23.9941 14.6762 23.7231C14.6762 23.4521 14.726 23.1964 14.8217 22.9674C14.9175 22.7384 15.0515 22.5323 15.2238 22.3644C15.3962 22.1927 15.5953 22.0629 15.8366 21.9675C16.074 21.8721 16.342 21.8224 16.6293 21.8224Z",
17598
+ fill: "#00BCD4"
17599
+ }), React__default.createElement("path", {
17600
+ "fill-rule": "evenodd",
17601
+ "clip-rule": "evenodd",
17602
+ d: "M6.30908 18.4866H27.1836C27.6279 18.4866 27.9878 18.8454 27.9878 19.2881V28.1617C27.9878 28.6044 27.6279 28.9632 27.1836 28.9632H6.30908C5.86486 28.9632 5.50488 28.6044 5.50488 28.1617V19.2881C5.50488 18.8454 5.86486 18.4866 6.30908 18.4866ZM11.6895 26.0473C11.9844 25.7649 12.2142 25.429 12.3712 25.0474L12.3673 25.0397C12.5243 24.6581 12.6048 24.2382 12.6048 23.7841C12.6048 23.3299 12.5243 22.9101 12.3673 22.5322C12.2103 22.1506 11.9806 21.8185 11.6857 21.5361C11.3908 21.2575 11.0423 21.0399 10.6479 20.8873C10.2573 20.7384 9.82072 20.6621 9.34586 20.6621H7.96725C7.7796 20.6621 7.6111 20.727 7.47707 20.8491C7.33538 20.9789 7.26262 21.1506 7.26262 21.3491V26.2343C7.26262 26.4252 7.33538 26.5969 7.47324 26.7267C7.60727 26.8526 7.7796 26.9213 7.97108 26.9213H9.34969C9.82072 26.9213 10.2611 26.845 10.6517 26.6961C11.05 26.5473 11.3985 26.3259 11.6895 26.0473ZM19.023 26.0282C19.3217 25.742 19.5553 25.3985 19.72 25.0054V25.0092C19.8808 24.6199 19.965 24.1886 19.965 23.7268C19.965 23.265 19.8808 22.8337 19.72 22.4444C19.5553 22.0551 19.3217 21.7155 19.023 21.4292C18.7281 21.143 18.372 20.9216 17.966 20.7651C17.158 20.4522 16.1011 20.456 15.2931 20.7651C14.8833 20.9216 14.5272 21.143 14.2323 21.4292C13.9374 21.7155 13.7077 22.0551 13.543 22.4444C13.3821 22.8337 13.2979 23.265 13.2979 23.7268C13.2979 24.1886 13.3821 24.6199 13.543 25.0092C13.7077 25.3985 13.9413 25.742 14.2361 26.0282C14.5348 26.3145 14.891 26.5358 15.2969 26.6923C15.699 26.845 16.1509 26.9251 16.6334 26.9251C17.1159 26.9251 17.564 26.8488 17.966 26.6923C18.3681 26.5358 18.7243 26.3145 19.023 26.0282ZM22.5844 25.0703C22.4121 24.8947 22.2781 24.6924 22.1823 24.4634L22.1747 24.4558C22.0828 24.2268 22.033 23.9749 22.033 23.7115C22.033 23.4482 22.0789 23.2039 22.1747 22.9749C22.2704 22.7459 22.4044 22.5399 22.5768 22.3681C22.7491 22.1925 22.952 22.0551 23.178 21.9559C23.649 21.7498 24.2694 21.788 24.5758 21.9101C24.7481 21.9788 24.9166 22.0819 25.0927 22.2269C25.2459 22.3376 25.4144 22.3872 25.5829 22.3757C25.7476 22.3643 25.8931 22.3032 26.0118 22.2002C26.1458 22.0819 26.2186 21.9254 26.2186 21.7422C26.2186 21.6735 26.2109 21.6162 26.1995 21.559C26.1841 21.4865 26.1497 21.4178 26.1037 21.3567C26.0616 21.2995 26.0042 21.246 25.9467 21.204C25.6404 20.9636 25.3225 20.788 25.0085 20.6812C24.3575 20.4598 23.3771 20.4522 22.6227 20.7689C22.2359 20.9292 21.8874 21.1582 21.5926 21.4483C21.2977 21.7384 21.0641 22.078 20.8994 22.4635C20.7348 22.849 20.6505 23.2688 20.6505 23.7154C20.6505 24.1619 20.7348 24.5856 20.8994 24.9748C21.0641 25.3603 21.2977 25.7038 21.5926 25.9939C21.8913 26.2839 22.2398 26.5129 22.6304 26.6732C23.0248 26.8335 23.4537 26.9175 23.9018 26.9175C24.2809 26.9175 24.6447 26.8564 24.9893 26.7419C25.334 26.6274 25.6595 26.4519 25.985 26.2038C26.0539 26.1389 26.1075 26.0626 26.1458 25.9786C26.1841 25.8946 26.2033 25.8069 26.2033 25.7153C26.2033 25.4786 26.1037 25.3298 26.0195 25.2458C25.9084 25.139 25.7629 25.0703 25.6021 25.0588C25.4412 25.0397 25.2804 25.0893 25.1272 25.1962C24.9396 25.3298 24.7404 25.4367 24.5336 25.5092C24.1124 25.6657 23.5992 25.6542 23.1818 25.4748C22.9559 25.3794 22.7567 25.242 22.5844 25.0703Z",
17603
+ fill: "#00BCD4"
17604
+ })), "Doc");
17605
+ var DonutChart = createSvgIcon(React__default.createElement("svg", {
17606
+ width: "40",
17607
+ height: "40",
17608
+ viewBox: "0 0 40 40",
17609
+ fill: "none",
17610
+ xmlns: "http://www.w3.org/2000/svg"
17611
+ }, React__default.createElement("circle", {
17612
+ cx: "20",
17613
+ cy: "20",
17614
+ r: "20",
17615
+ fill: "#E6F3F8"
17616
+ }), React__default.createElement("path", {
17617
+ d: "M6.29887 18.7848C6.16685 18.7848 6.06201 18.6761 6.06201 18.5479C6.09307 16.9599 6.41924 15.3912 7.02885 13.9234C7.66564 12.3819 8.60529 10.9802 9.78568 9.79984C10.9661 8.61945 12.3678 7.68368 13.9093 7.04301C15.377 6.4334 16.9457 6.10723 18.5338 6.07617C18.6658 6.07617 18.7706 6.18101 18.7706 6.31303V10.9336C18.7706 11.0579 18.6697 11.1588 18.5454 11.1627C17.6213 11.1899 16.7088 11.3841 15.8546 11.7413C14.9305 12.1257 14.0879 12.6848 13.3812 13.3954C12.6745 14.1021 12.1115 14.9446 11.7271 15.8688C11.3738 16.723 11.1757 17.6355 11.1486 18.5596C11.1486 18.6838 11.0437 18.7848 10.9195 18.7848H6.29887Z",
17618
+ fill: "#00BCD4"
17619
+ }), React__default.createElement("path", {
17620
+ "fill-rule": "evenodd",
17621
+ "clip-rule": "evenodd",
17622
+ d: "M33.8834 19.9419C33.2901 13.4228 27.7938 8.29675 21.1238 8.29675H20.1919C20.0638 8.29675 19.959 8.40159 19.959 8.52973V13.4377C19.959 13.5658 20.0638 13.6706 20.1919 13.6706H21.1238C24.5213 13.6706 27.4762 15.9072 28.3032 19.1067C28.4837 19.8031 28.5679 20.5051 28.559 21.1962C28.4494 24.3244 26.4575 27.0541 23.6486 28.0949C22.904 28.3576 22.117 28.506 21.3209 28.5414C17.1294 28.6492 13.6846 25.2741 13.6846 21.1068V20.1749C13.6846 20.0467 13.5798 19.9419 13.4516 19.9419H8.54369C8.41555 19.9419 8.31072 20.0467 8.31072 20.1749V20.8544C8.31072 27.5896 13.9416 33.9237 20.8171 33.9237C20.8924 33.9237 20.9675 33.9231 21.0425 33.9218C21.1432 33.9225 21.2442 33.922 21.3455 33.9202C28.3075 33.7999 33.9376 28.0998 33.9376 21.1068L33.8834 19.9419ZM32.7146 19.9419C32.1287 14.0567 27.1634 9.46161 21.1238 9.46161V12.4708C21.1238 12.4903 21.1394 12.5058 21.1588 12.5058C25.0145 12.5252 28.4624 15.0801 29.4293 18.8154C29.5273 19.1939 29.6002 19.5698 29.6493 19.9419H32.7146ZM32.7724 21.1107H29.7286C29.7286 23.1783 28.9994 25.0752 27.784 26.5584C26.2062 28.4852 23.8085 29.7147 21.1238 29.7147V32.7588C27.5576 32.7588 32.7722 27.5444 32.7724 21.1107ZM19.959 29.6358V32.7017C14.0723 32.1172 9.47558 27.1513 9.47558 21.1107H12.5197C12.5197 24.9819 15.0824 28.4493 18.8294 29.4161C19.2089 29.5141 19.5859 29.5869 19.959 29.6358Z",
17623
+ fill: "#6392BD"
17624
+ })), "DonutChart");
17625
+ var ExclamationBox = createSvgIcon(React__default.createElement("svg", {
17626
+ width: "40",
17627
+ height: "40",
17628
+ viewBox: "0 0 40 40",
17629
+ fill: "none",
17630
+ xmlns: "http://www.w3.org/2000/svg"
17631
+ }, React__default.createElement("circle", {
17632
+ cx: "20",
17633
+ cy: "20",
17634
+ r: "20",
17635
+ fill: "#E6F3F8"
17636
+ }), React__default.createElement("path", {
17637
+ d: "M19.7392 17.5924C20.5925 17.5924 21.2843 16.9006 21.2843 16.0473C21.2843 15.194 20.5925 14.5022 19.7392 14.5022C18.8858 14.5022 18.1941 15.194 18.1941 16.0473C18.1941 16.9006 18.8858 17.5924 19.7392 17.5924Z",
17638
+ fill: "#00BCD4"
17639
+ }), React__default.createElement("path", {
17640
+ d: "M21.2843 7.59577C21.2843 6.87394 20.4259 6.30429 19.4387 6.44475C18.8691 6.52669 18.397 6.86224 18.2487 7.28753C18.1824 7.47481 18.1824 7.65819 18.2253 7.82987L18.9003 12.949C18.9003 13.3001 19.2749 13.5849 19.7392 13.5849C20.2035 13.5849 20.578 13.3001 20.578 12.949L21.2531 7.82987C21.2726 7.75574 21.2843 7.6777 21.2843 7.59577Z",
17641
+ fill: "#00BCD4"
17642
+ }), React__default.createElement("path", {
17643
+ d: "M23.5733 22.5385C23.7879 22.5385 23.9635 22.7141 23.9635 22.9287V27.9112C23.9635 28.0868 23.7879 28.2273 23.5655 28.2273H16.4331C16.2146 28.2273 16.0351 28.0868 16.0351 27.9112V22.9287C16.0351 22.7141 16.2107 22.5385 16.4253 22.5385H23.5733Z",
17644
+ fill: "#00BCD4"
17645
+ }), React__default.createElement("path", {
17646
+ "fill-rule": "evenodd",
17647
+ "clip-rule": "evenodd",
17648
+ d: "M9.52932 16.2997H16.4652C16.7885 16.2997 17.0505 16.0377 17.0505 15.7145C17.0505 15.3912 16.7885 15.1292 16.4652 15.1292H8.90755C8.35818 15.1292 7.92432 15.5745 7.92432 16.1125V32.5934C7.92432 33.1428 8.36956 33.5767 8.90755 33.5767H31.0929C31.6423 33.5767 32.0761 33.1314 32.0761 32.5934V16.1164C32.0761 15.567 31.6309 15.1331 31.0929 15.1331H23.0085C22.6852 15.1331 22.4232 15.3951 22.4232 15.7184C22.4232 16.0416 22.6852 16.3036 23.0085 16.3036H30.5073L26.6098 20.2011H13.4307L9.52932 16.2997ZM30.9056 17.5607L27.3425 21.1238C27.181 21.293 26.9663 21.3717 26.7586 21.3717H13.2819C13.0564 21.3717 12.8482 21.274 12.7042 21.13L9.09484 17.5206V32.4061H30.9056V17.5607Z",
17649
+ fill: "#6392BD"
17650
+ })), "ExclamationBox");
17651
+ var General = createSvgIcon(React__default.createElement("svg", {
17652
+ width: "40",
17653
+ height: "40",
17654
+ viewBox: "0 0 40 40",
17655
+ fill: "none",
17656
+ xmlns: "http://www.w3.org/2000/svg"
17657
+ }, React__default.createElement("circle", {
17658
+ cx: "20",
17659
+ cy: "20",
17660
+ r: "20",
17661
+ fill: "#E6F3F8"
17662
+ }), React__default.createElement("path", {
17663
+ "fill-rule": "evenodd",
17664
+ "clip-rule": "evenodd",
17665
+ d: "M8.98993 6.38497C8.85346 6.38497 8.73464 6.49736 8.73464 6.64788V16.9927C8.73464 17.3083 8.47876 17.5642 8.16311 17.5642C7.84746 17.5642 7.59157 17.3083 7.59157 16.9927V6.64788C7.59157 5.87633 8.21194 5.2419 8.98993 5.2419H25.1491C25.6968 5.2419 26.136 5.68789 26.136 6.23256V10.9951L30.9407 10.9877C31.4883 10.9877 31.9275 11.4337 31.9275 11.9784V33.3919C31.9275 34.1635 31.3072 34.7979 30.5292 34.7979H8.99374C8.21575 34.7979 7.59538 34.1635 7.59538 33.3919V30.7095C7.59538 30.3938 7.85127 30.138 8.16692 30.138C8.48257 30.138 8.73845 30.3938 8.73845 30.7095V33.3919C8.73845 33.5424 8.85727 33.6548 8.99374 33.6548H30.5292C30.6656 33.6548 30.7845 33.5424 30.7845 33.3919V12.131L25.9798 12.1384C25.4321 12.1384 24.9929 11.6924 24.9929 11.1478V6.38497H8.98993Z",
17666
+ fill: "#6392BD"
17667
+ }), React__default.createElement("path", {
17668
+ d: "M27.2525 9.44808V5.41304C27.2525 5.22634 27.4811 5.13108 27.6145 5.26444L31.8591 9.50904C31.9924 9.6424 31.8972 9.87101 31.7105 9.87101H27.6792C27.4468 9.87101 27.2563 9.6805 27.2563 9.44808H27.2525Z",
17669
+ fill: "#00BCD4"
17670
+ }), React__default.createElement("path", {
17671
+ "fill-rule": "evenodd",
17672
+ "clip-rule": "evenodd",
17673
+ d: "M5.8729 18.6887C5.43092 18.6887 5.07275 19.0469 5.07275 19.4888V28.1571C5.07275 28.5991 5.43092 28.9573 5.8729 28.9573H26.8635C27.3055 28.9573 27.6636 28.5991 27.6636 28.1571V19.4888C27.6636 19.0469 27.3055 18.6887 26.8635 18.6887H5.8729ZM11.6873 25.1089C10.9748 25.1089 10.3995 24.5336 10.3995 23.8211C10.3995 23.1086 10.9748 22.5332 11.6873 22.5332C12.3998 22.5332 12.9752 23.1086 12.9752 23.8211C12.9752 24.5336 12.3998 25.1089 11.6873 25.1089ZM16.3625 25.1089C15.65 25.1089 15.0746 24.5336 15.0746 23.8211C15.0746 23.1086 15.65 22.5332 16.3625 22.5332C17.075 22.5332 17.6503 23.1086 17.6503 23.8211C17.6503 24.5336 17.075 25.1089 16.3625 25.1089ZM21.0452 25.1089C20.3327 25.1089 19.7574 24.5336 19.7574 23.8211C19.7574 23.1086 20.3327 22.5332 21.0452 22.5332C21.7578 22.5332 22.3331 23.1086 22.3331 23.8211C22.3331 24.5336 21.7578 25.1089 21.0452 25.1089Z",
17674
+ fill: "#00BCD4"
17675
+ })), "General");
17676
+ var Img = createSvgIcon(React__default.createElement("svg", {
17677
+ width: "40",
17678
+ height: "40",
17679
+ viewBox: "0 0 40 40",
17680
+ fill: "none",
17681
+ xmlns: "http://www.w3.org/2000/svg"
17682
+ }, React__default.createElement("circle", {
17683
+ cx: "20",
17684
+ cy: "20",
17685
+ r: "20",
17686
+ fill: "#E6F3F8"
17687
+ }), React__default.createElement("path", {
17688
+ "fill-rule": "evenodd",
17689
+ "clip-rule": "evenodd",
17690
+ d: "M8.89874 6.25435C8.76096 6.25435 8.641 6.36781 8.641 6.51978V16.9639C8.641 17.2826 8.38266 17.5409 8.06398 17.5409C7.7453 17.5409 7.48696 17.2826 7.48696 16.9639V6.51978C7.48696 5.74082 8.11328 5.1003 8.89874 5.1003H25.2131C25.766 5.1003 26.2094 5.55058 26.2094 6.10047V10.9088L31.0603 10.9013C31.6132 10.9013 32.0566 11.3516 32.0566 11.9015V33.5206C32.0566 34.2996 31.4303 34.9401 30.6448 34.9401H8.90259C8.11712 34.9401 7.4908 34.2996 7.4908 33.5206V30.8124C7.4908 30.4938 7.74914 30.2354 8.06783 30.2354C8.38651 30.2354 8.64485 30.4938 8.64485 30.8124V33.5206C8.64485 33.6726 8.76481 33.786 8.90259 33.786H30.6448C30.7826 33.786 30.9025 33.6726 30.9025 33.5206V12.0556L26.0517 12.063C25.4988 12.063 25.0554 11.6128 25.0554 11.0629V6.25435H8.89874Z",
17691
+ fill: "#6392BD"
17692
+ }), React__default.createElement("path", {
17693
+ d: "M27.3365 9.34651V5.27273C27.3365 5.08424 27.5674 4.98807 27.702 5.12271L31.9873 9.40806C32.122 9.5427 32.0258 9.77351 31.8373 9.77351H27.7674C27.5327 9.77351 27.3404 9.58117 27.3404 9.34651H27.3365Z",
17694
+ fill: "#00BCD4"
17695
+ }), React__default.createElement("path", {
17696
+ "fill-rule": "evenodd",
17697
+ "clip-rule": "evenodd",
17698
+ d: "M26.7399 18.565H5.74399C5.3016 18.565 4.94385 18.9228 4.94385 19.3652V28.0359C4.94385 28.4783 5.3016 28.8361 5.74399 28.8361H26.7399C27.1823 28.8361 27.5401 28.4783 27.5401 28.0359V19.3652C27.5401 18.9228 27.1823 18.565 26.7399 18.565ZM10.1332 26.2317C10.1332 26.4202 10.064 26.5934 9.92933 26.7242C9.79853 26.8549 9.62158 26.9242 9.42539 26.9242C9.2292 26.9242 9.05994 26.8588 8.92915 26.728C8.79067 26.5972 8.71758 26.4241 8.71758 26.2317V21.3078C8.71758 21.1078 8.79067 20.9347 8.933 20.8039C9.20612 20.5538 9.66774 20.5615 9.92933 20.8039C10.064 20.9347 10.1371 21.1078 10.1371 21.304V26.2279L10.1332 26.2317ZM17.4268 26.2317C17.4268 26.4279 17.3498 26.5972 17.2075 26.7318C17.0729 26.8588 16.9036 26.9242 16.719 26.9242C16.5343 26.9242 16.3535 26.8588 16.2227 26.728C16.0842 26.5972 16.0111 26.4241 16.0111 26.2317V23.9006L14.7494 26.3471C14.3916 26.8742 13.7223 26.7818 13.4838 26.3087L12.2451 23.9506V26.2356C12.2451 26.4279 12.172 26.5972 12.0335 26.7318C11.7643 26.9857 11.3065 26.9857 11.0372 26.7318C10.8987 26.601 10.8256 26.4279 10.8256 26.2356V21.3117C10.8256 21.1116 10.8987 20.9385 11.0411 20.8077C11.3603 20.5154 11.9181 20.5808 12.1528 20.9732L14.1531 24.7815L16.0919 20.9924C16.3458 20.5654 16.8959 20.5154 17.2152 20.8077C17.3575 20.9385 17.4306 21.1116 17.4306 21.3117V26.2356L17.4268 26.2317ZM19.7079 24.443C19.8041 24.6738 19.9388 24.8777 20.1119 25.0546C20.285 25.2277 20.485 25.3662 20.712 25.4624C21.1313 25.6432 21.6467 25.6547 22.0699 25.5008C22.1661 25.4662 22.2622 25.4239 22.3584 25.3739V24.5738H21.616C21.4313 24.5738 21.2659 24.5199 21.1351 24.4084C20.9851 24.2853 20.9081 24.1198 20.9081 23.9275C20.9081 23.7352 20.9889 23.5698 21.1351 23.4467C21.2659 23.3389 21.4352 23.2812 21.616 23.2812H23.047C23.247 23.2812 23.4201 23.3505 23.5471 23.4774C23.6779 23.6044 23.7471 23.7775 23.7471 23.9737V26.0894L23.6471 26.0702C23.6125 26.124 23.5663 26.174 23.5124 26.2202C23.2085 26.4625 22.8777 26.6395 22.5277 26.7549C22.1814 26.8703 21.816 26.928 21.4352 26.928C20.9851 26.928 20.5542 26.8472 20.158 26.6818C19.7618 26.5203 19.4117 26.2895 19.1155 25.9971C18.8193 25.7047 18.5847 25.3585 18.4193 24.97C18.2538 24.5776 18.1692 24.1506 18.1692 23.7005C18.1692 23.2505 18.2538 22.8273 18.4193 22.4388C18.5847 22.0503 18.8193 21.7079 19.1155 21.4155C19.4117 21.1232 19.7579 20.8924 20.1503 20.7269C20.9081 20.4077 21.8929 20.4154 22.5469 20.6385C22.8623 20.7462 23.1778 20.9231 23.4894 21.1693C23.5471 21.2117 23.6048 21.2655 23.6471 21.3232C23.6932 21.3886 23.7279 21.454 23.7433 21.5271C23.7586 21.5848 23.7625 21.6425 23.7625 21.7117C23.7625 21.8925 23.6932 22.0541 23.5586 22.1734C23.4355 22.2849 23.2816 22.3465 23.1124 22.358C22.9431 22.3657 22.77 22.3118 22.6238 22.1964C22.4546 22.058 22.2853 21.9541 22.1122 21.8848C21.8045 21.7579 21.1851 21.7233 20.7081 21.9349C20.4812 22.0349 20.2773 22.1733 20.1042 22.3503C19.9311 22.5234 19.7964 22.7311 19.7002 22.962C19.6041 23.1928 19.5579 23.4428 19.5579 23.7044C19.5579 23.966 19.6079 24.2237 19.7002 24.4545L19.7079 24.443Z",
17699
+ fill: "#00BCD4"
17700
+ })), "Img");
17701
+ var Megaphone = createSvgIcon(React__default.createElement("svg", {
17702
+ width: "40",
17703
+ height: "40",
17704
+ viewBox: "0 0 40 40",
17705
+ fill: "none",
17706
+ xmlns: "http://www.w3.org/2000/svg"
17707
+ }, React__default.createElement("circle", {
17708
+ cx: "20",
17709
+ cy: "20",
17710
+ r: "20",
17711
+ fill: "#E6F3F8"
17712
+ }), React__default.createElement("path", {
17713
+ d: "M9.9019 26.0122H15.8933C16.6377 26.0122 17.2428 26.5058 17.2428 27.1109V33.7591C17.2428 34.3682 16.6377 34.8579 15.8933 34.8579H9.9019C9.15746 34.8579 8.55236 34.3643 8.55236 33.7591V27.1109C8.55236 26.5018 9.15746 26.0122 9.9019 26.0122Z",
17714
+ fill: "#00BCD4"
17715
+ }), React__default.createElement("path", {
17716
+ d: "M29.6042 15.5144C29.6042 15.2756 29.8152 15.0845 30.0541 15.1163C30.7866 15.2158 31.4753 15.5502 32.0048 16.0797C32.6417 16.7167 33 17.5805 33 18.4802C33 19.3799 32.6417 20.2438 32.0048 20.8808C31.4753 21.4102 30.7906 21.7486 30.0541 21.8442C29.8152 21.876 29.6042 21.6889 29.6042 21.4461V15.5104V15.5144Z",
17717
+ fill: "#00BCD4"
17718
+ }), React__default.createElement("path", {
17719
+ d: "M27.0641 6.19429C27.0641 6.19429 27.2074 6.20225 27.2074 6.33362V30.9718C27.2074 31.1072 27.0641 31.1112 27.0641 31.1112C27.0442 31.1112 27.0203 31.1112 26.9844 31.0793L17.7327 24.037C17.4779 23.8459 17.1674 23.7384 16.8489 23.7384H8.33361C8.25798 23.7384 8.19429 23.6747 8.19429 23.5991V13.7024C8.19429 13.6268 8.25798 13.5631 8.33361 13.5631H16.8489C17.1674 13.5631 17.4819 13.4556 17.7327 13.2645L26.9844 6.22216C27.0203 6.19429 27.0442 6.19031 27.0641 6.19031M27.0641 5C26.7894 5 26.5107 5.0836 26.2639 5.27469L17.0121 12.317C16.9644 12.3528 16.9086 12.3728 16.8489 12.3728H8.33361C7.59714 12.3728 7 12.9699 7 13.7064V23.6031C7 24.3395 7.59714 24.9367 8.33361 24.9367H16.8489C16.9086 24.9367 16.9644 24.9566 17.0121 24.9924L26.2639 32.0347C26.5107 32.2258 26.7934 32.3094 27.0641 32.3094C27.7528 32.3094 28.4017 31.764 28.4017 30.9758V6.3376C28.4017 5.54937 27.7528 5.00398 27.0641 5.00398V5Z",
17720
+ fill: "#6392BD"
17721
+ })), "Megaphone");
17722
+ var Microphone = createSvgIcon(React__default.createElement("svg", {
17723
+ width: "40",
17724
+ height: "40",
17725
+ viewBox: "0 0 40 40",
17726
+ fill: "none",
17727
+ xmlns: "http://www.w3.org/2000/svg"
17728
+ }, React__default.createElement("circle", {
17729
+ cx: "20",
17730
+ cy: "20",
17731
+ r: "20",
17732
+ fill: "#E6F3F8"
17733
+ }), React__default.createElement("path", {
17734
+ d: "M15 11.667C15 8.90557 17.2386 6.66699 20 6.66699C22.7614 6.66699 25 8.90557 25 11.667V21.667C25 24.4284 22.7614 26.667 20 26.667C17.2386 26.667 15 24.4284 15 21.667V11.667Z",
17735
+ fill: "#00BCD4"
17736
+ }), React__default.createElement("path", {
17737
+ d: "M12.2787 19.965C12.2787 19.6254 11.9924 19.3501 11.6393 19.3501C11.2862 19.3501 11 19.6254 11 19.965C11 21.4053 11.4441 23.5858 12.7788 25.5195C14.0564 27.3705 16.1404 28.9778 19.3607 29.4858V32.7352C19.3607 33.0748 19.6469 33.3501 20 33.3501C20.3531 33.3501 20.6393 33.0748 20.6393 32.7352V29.4858C23.8596 28.9778 25.9436 27.3705 27.2212 25.5195C28.5559 23.5858 29 21.4053 29 19.965C29 19.6254 28.7138 19.3501 28.3607 19.3501C28.0076 19.3501 27.7213 19.6254 27.7213 19.965C27.7213 21.2048 27.3293 23.1392 26.1558 24.8395C25.0076 26.5031 23.1009 27.9616 20 28.3321C16.8991 27.9616 14.9924 26.5031 13.8442 24.8395C12.6707 23.1392 12.2787 21.2048 12.2787 19.965Z",
17738
+ fill: "#6392BD"
17739
+ })), "Microphone");
17740
+ var Notification = createSvgIcon(React__default.createElement("svg", {
17741
+ width: "40",
17742
+ height: "40",
17743
+ viewBox: "0 0 40 40",
17744
+ fill: "none",
17745
+ xmlns: "http://www.w3.org/2000/svg"
17746
+ }, React__default.createElement("circle", {
17747
+ cx: "20",
17748
+ cy: "20",
17749
+ r: "20",
17750
+ fill: "#E6F3F8"
17751
+ }), React__default.createElement("path", {
17752
+ d: "M23.5 30.5C23.7761 30.5 24.0032 30.7247 23.9688 30.9987C23.9243 31.3526 23.8326 31.6998 23.6955 32.0307C23.4945 32.516 23.1999 32.957 22.8284 33.3284C22.457 33.6999 22.016 33.9945 21.5307 34.1955C21.0454 34.3965 20.5253 34.5 20 34.5C19.4747 34.5 18.9546 34.3965 18.4693 34.1955C17.984 33.9945 17.543 33.6999 17.1716 33.3284C16.8001 32.957 16.5055 32.516 16.3045 32.0307C16.1674 31.6998 16.0757 31.3526 16.0312 30.9987C15.9968 30.7247 16.2239 30.5 16.5 30.5H23.5Z",
17753
+ fill: "#00BCD4"
17754
+ }), React__default.createElement("path", {
17755
+ "fill-rule": "evenodd",
17756
+ "clip-rule": "evenodd",
17757
+ d: "M27.7 15.059V15C27.7 10.7474 24.2526 7.3 20 7.3C15.7474 7.3 12.3 10.7474 12.3 15V15.059L11.5954 22.8096C11.513 23.716 10.924 24.3834 10.2778 24.7241C9.18281 25.3014 8.4156 26.4079 8.31198 27.7H31.688C31.5844 26.4079 30.8172 25.3014 29.7222 24.7241C29.076 24.3834 28.487 23.716 28.4046 22.8096L27.7 15.059ZM11 15L10.3007 22.6919C10.266 23.0741 10.0111 23.3951 9.67151 23.5741C8.08293 24.4116 7 26.0794 7 28C7 28.5523 7.44772 29 8 29H32C32.5523 29 33 28.5523 33 28C33 26.0794 31.9171 24.4116 30.3285 23.5741C29.9889 23.3951 29.734 23.0741 29.6993 22.6919L29 15C29 10.0294 24.9706 6 20 6C15.0294 6 11 10.0294 11 15Z",
17758
+ fill: "#6392BD"
17759
+ })), "Notification");
17760
+ var OpenBox = createSvgIcon(React__default.createElement("svg", {
17761
+ width: "40",
17762
+ height: "40",
17763
+ viewBox: "0 0 40 40",
17764
+ fill: "none",
17765
+ xmlns: "http://www.w3.org/2000/svg"
17766
+ }, React__default.createElement("circle", {
17767
+ cx: "20",
17768
+ cy: "20",
17769
+ r: "20",
17770
+ fill: "#E6F3F8"
17771
+ }), React__default.createElement("path", {
17772
+ d: "M23.9839 15.3448V20.4097C23.9839 20.5745 23.8073 20.7079 23.5837 20.7079H16.412C16.1923 20.7079 16.0118 20.5745 16.0118 20.4097V15.3448H23.9839Z",
17773
+ fill: "#00BCD4"
17774
+ }), React__default.createElement("path", {
17775
+ "fill-rule": "evenodd",
17776
+ "clip-rule": "evenodd",
17777
+ d: "M8.84805 7.85938C8.30204 7.85938 7.85938 8.302 7.85938 8.84804V31.1518C7.85938 31.6979 8.30203 32.1405 8.84805 32.1405H31.1518C31.6979 32.1405 32.1405 31.6979 32.1405 31.1518V8.84804C32.1405 8.302 31.6979 7.85938 31.1518 7.85938H8.84805ZM9.03636 10.2645V30.9635H30.9635V10.2993L27.38 13.8829C27.2176 14.053 27.0018 14.1321 26.7929 14.1321H13.2419C13.015 14.1321 12.8058 14.0339 12.661 13.8891L9.03636 10.2645ZM30.562 9.03636H9.47271L13.3915 12.9551H26.6433L30.562 9.03636Z",
17778
+ fill: "#6392BD"
17779
+ })), "OpenBox");
17780
+ var Padlock = createSvgIcon(React__default.createElement("svg", {
17781
+ width: "40",
17782
+ height: "40",
17783
+ viewBox: "0 0 40 40",
17784
+ fill: "none",
17785
+ xmlns: "http://www.w3.org/2000/svg"
17786
+ }, React__default.createElement("circle", {
17787
+ cx: "20",
17788
+ cy: "20",
17789
+ r: "20",
17790
+ fill: "#E6F3F8"
17791
+ }), React__default.createElement("path", {
17792
+ d: "M28.2236 10.7928C28.2236 8.98865 27.3635 7.26004 25.8237 5.98875C24.288 4.71326 22.207 4 20.0336 4C17.8603 4 15.7792 4.71746 14.2436 5.98875C12.708 7.26423 11.8437 8.99285 11.8437 10.7928V13.1843C11.8437 13.4151 12.0325 13.6039 12.2632 13.6039H14.9862C15.217 13.6039 15.4058 13.4151 15.4058 13.1843V10.7928C15.4058 9.77324 15.8925 8.79565 16.761 8.07819C17.6295 7.35654 18.8043 6.95375 20.0336 6.95375C21.2629 6.95375 22.4378 7.35654 23.3063 8.07819C24.1748 8.79985 24.6615 9.77744 24.6615 10.7928V13.1843C24.6615 13.4151 24.8503 13.6039 25.081 13.6039H27.804C28.0348 13.6039 28.2236 13.4151 28.2236 13.1843V10.7928Z",
17793
+ fill: "#00BCD4"
17794
+ }), React__default.createElement("path", {
17795
+ d: "M21.59 24.0459C21.59 23.7774 21.5229 23.513 21.3887 23.2823C21.2586 23.0473 21.0656 22.8543 20.8348 22.7159C20.6041 22.5774 20.3439 22.4977 20.0712 22.4851C19.8027 22.4725 19.5342 22.5271 19.2908 22.6445C19.0475 22.762 18.8377 22.9382 18.6866 23.1564C18.5314 23.3746 18.4391 23.6305 18.4139 23.899C18.3887 24.1676 18.4349 24.4361 18.5482 24.6794C18.6321 24.8598 18.7496 25.0235 18.8922 25.1619V26.3955C18.8922 26.6892 19.0139 26.9661 19.2195 27.1675C19.4293 27.3689 19.7062 27.4821 19.9999 27.4821C20.2936 27.4821 20.5705 27.3689 20.7803 27.1675C20.9901 26.9661 21.1076 26.685 21.1076 26.3955V25.1619C21.2334 25.0403 21.3383 24.9018 21.4222 24.7466C21.5355 24.5326 21.5942 24.2934 21.5942 24.0501L21.59 24.0459Z",
17796
+ fill: "#6392BD"
17797
+ }), React__default.createElement("path", {
17798
+ "fill-rule": "evenodd",
17799
+ "clip-rule": "evenodd",
17800
+ d: "M11.273 14.8526C10.5686 14.8526 10 15.4212 10 16.1256V33.8314C10 34.5357 10.5686 35.1044 11.273 35.1044H28.727C29.4314 35.1044 30 34.5357 30 33.8314V16.1256C30 15.4212 29.4314 14.8526 28.727 14.8526H11.273ZM11.2873 33.8171V16.1399H28.7127V33.8171H11.2873Z",
17801
+ fill: "#6392BD"
17802
+ })), "Padlock");
17803
+ var Pdf = createSvgIcon(React__default.createElement("svg", {
17804
+ width: "40",
17805
+ height: "40",
17806
+ viewBox: "0 0 40 40",
17807
+ fill: "none",
17808
+ xmlns: "http://www.w3.org/2000/svg"
17809
+ }, React__default.createElement("circle", {
17810
+ cx: "20",
17811
+ cy: "20",
17812
+ r: "20",
17813
+ fill: "#E6F3F8"
17814
+ }), React__default.createElement("path", {
17815
+ "fill-rule": "evenodd",
17816
+ "clip-rule": "evenodd",
17817
+ d: "M8.98957 6.38526C8.8531 6.38526 8.73428 6.49764 8.73428 6.64816V16.993C8.73428 17.3086 8.4784 17.5645 8.16275 17.5645C7.84709 17.5645 7.59121 17.3086 7.59121 16.993V6.64816C7.59121 5.87661 8.21158 5.24218 8.98957 5.24218H25.1488C25.6965 5.24218 26.1357 5.68817 26.1357 6.23285V10.9954L30.9404 10.988C31.4881 10.988 31.9273 11.434 31.9273 11.9787V33.3923C31.9273 34.1639 31.3069 34.7983 30.5289 34.7983H8.99338C8.21539 34.7983 7.59502 34.1638 7.59502 33.3923V30.7099C7.59502 30.3942 7.8509 30.1383 8.16656 30.1383C8.48221 30.1383 8.73809 30.3942 8.73809 30.7099V33.3923C8.73809 33.5428 8.85691 33.6552 8.99338 33.6552H30.5289C30.6654 33.6552 30.7842 33.5428 30.7842 33.3923V12.1314L25.9795 12.1387C25.4318 12.1387 24.9926 11.6927 24.9926 11.1481V6.38526H8.98957Z",
17818
+ fill: "#6392BD"
17819
+ }), React__default.createElement("path", {
17820
+ d: "M27.2526 9.44785V5.4128C27.2526 5.2261 27.4813 5.13084 27.6146 5.2642L31.8592 9.50881C31.9926 9.64217 31.8973 9.87079 31.7106 9.87079H27.6794C27.447 9.87079 27.2564 9.68028 27.2564 9.44785H27.2526Z",
17821
+ fill: "#00BCD4"
17822
+ }), React__default.createElement("path", {
17823
+ d: "M10.9221 22.0094C10.7926 21.9372 10.6402 21.8992 10.4611 21.8992H9.64952V23.5663H10.4611C10.644 23.5663 10.7964 23.5321 10.926 23.46C11.0555 23.3916 11.1508 23.2967 11.2231 23.1752C11.2955 23.0537 11.3298 22.9207 11.3298 22.7613C11.3298 22.5866 11.2955 22.4385 11.2193 22.3094C11.1469 22.184 11.0479 22.0853 10.9183 22.0094H10.9221Z",
17824
+ fill: "#00BCD4"
17825
+ }), React__default.createElement("path", {
17826
+ d: "M16.4424 22.1042C16.1642 21.9485 15.8365 21.8687 15.4669 21.8687H14.7963V25.537H15.4669C15.8365 25.537 16.1642 25.4573 16.4385 25.3016C16.7167 25.1421 16.9339 24.9295 17.0939 24.6522C17.2539 24.3788 17.334 24.056 17.334 23.6953C17.334 23.3345 17.2539 23.008 17.0939 22.7383C16.9339 22.4649 16.7205 22.2561 16.4424 22.1004V22.1042Z",
17827
+ fill: "#00BCD4"
17828
+ }), React__default.createElement("path", {
17829
+ "fill-rule": "evenodd",
17830
+ "clip-rule": "evenodd",
17831
+ d: "M5.86529 18.6375H26.6578C27.096 18.6375 27.4503 18.9906 27.4503 19.4273V27.9867C27.4503 28.4234 27.096 28.7766 26.6578 28.7766H5.86529C5.42711 28.7766 5.07275 28.4234 5.07275 27.9867V19.4273C5.07275 18.9906 5.42711 18.6375 5.86529 18.6375ZM11.6111 24.607C11.9541 24.4285 12.2246 24.1741 12.4189 23.8551H12.4227C12.6132 23.5361 12.7123 23.183 12.7123 22.7653C12.7123 22.3475 12.6132 21.9716 12.4227 21.645C12.2322 21.3146 11.9617 21.0564 11.6188 20.8703C11.2796 20.6881 10.891 20.5969 10.4643 20.5969H8.94778C8.75726 20.5969 8.58961 20.6615 8.45625 20.783C8.31528 20.9083 8.24288 21.0792 8.24288 21.2767V26.1374C8.24288 26.3273 8.31528 26.4943 8.45244 26.6273C8.5858 26.7564 8.74583 26.8209 8.94397 26.8209C9.1421 26.8209 9.31356 26.7526 9.44692 26.6235C9.58028 26.4905 9.64886 26.3235 9.64886 26.1374V24.8728H10.4604C10.8872 24.8728 11.2758 24.7817 11.6111 24.607ZM17.7952 25.9475C18.0886 25.6665 18.3172 25.3323 18.4734 24.9526L18.4772 24.9488C18.6334 24.569 18.7134 24.1475 18.7134 23.6994C18.7134 23.2513 18.6334 22.8298 18.4772 22.4539C18.321 22.0741 18.0924 21.7438 17.799 21.4627C17.5056 21.1855 17.1589 20.9653 16.7664 20.8172C16.3778 20.6691 15.9396 20.5931 15.4709 20.5931H14.0992C13.9087 20.5931 13.7411 20.6577 13.6077 20.7792C13.4667 20.9045 13.3943 21.0754 13.3943 21.2729V26.1336C13.3943 26.3235 13.4667 26.4905 13.6039 26.6235C13.7373 26.7526 13.9049 26.8171 14.0954 26.8171H15.4671C15.9358 26.8171 16.374 26.7412 16.7626 26.5931C17.1551 26.445 17.5018 26.2285 17.7952 25.9475ZM23.5868 21.9032C23.7811 21.9032 23.9449 21.8463 24.0707 21.7324L24.0745 21.7362C24.2116 21.6146 24.284 21.4551 24.284 21.2615C24.284 21.0678 24.2116 20.9007 24.0783 20.7792C23.9525 20.6615 23.7849 20.6007 23.5906 20.6007H20.1651C19.9746 20.6007 19.807 20.6653 19.6736 20.7868C19.5326 20.9121 19.4603 21.083 19.4603 21.2805V26.1412C19.4603 26.3311 19.5326 26.4981 19.6698 26.6311C19.7994 26.7602 19.9708 26.8247 20.1613 26.8247C20.3518 26.8247 20.5233 26.7564 20.6567 26.6311C20.7938 26.4981 20.8662 26.3311 20.8662 26.1412V24.3374H22.7333C22.9771 24.3374 23.1333 24.2387 23.221 24.1589C23.3543 24.0374 23.4267 23.8703 23.4267 23.6842C23.4267 23.4982 23.3581 23.3349 23.221 23.2096C23.0952 23.0918 22.9238 23.0311 22.7333 23.0311H20.8662V21.9032H23.5868Z",
17832
+ fill: "#00BCD4"
17833
+ })), "Pdf");
17834
+ var Ppt = createSvgIcon(React__default.createElement("svg", {
17835
+ width: "40",
17836
+ height: "40",
17837
+ viewBox: "0 0 40 40",
17838
+ fill: "none",
17839
+ xmlns: "http://www.w3.org/2000/svg"
17840
+ }, React__default.createElement("circle", {
17841
+ cx: "20",
17842
+ cy: "20",
17843
+ r: "20",
17844
+ fill: "#E6F3F8"
17845
+ }), React__default.createElement("path", {
17846
+ "fill-rule": "evenodd",
17847
+ "clip-rule": "evenodd",
17848
+ d: "M8.94139 6.31629C8.80423 6.31629 8.68481 6.42924 8.68481 6.58052V16.9776C8.68481 17.2948 8.42763 17.552 8.11039 17.552C7.79314 17.552 7.53596 17.2948 7.53596 16.9776V6.58052C7.53596 5.80507 8.15947 5.16744 8.94139 5.16744H25.1823C25.7327 5.16744 26.1741 5.61569 26.1741 6.16311V10.9497L31.0031 10.9423C31.5535 10.9423 31.9949 11.3906 31.9949 11.938V33.4597C31.9949 34.2352 31.3714 34.8728 30.5895 34.8728H8.94522C8.16329 34.8728 7.53979 34.2352 7.53979 33.4597V30.7638C7.53979 30.4465 7.79697 30.1893 8.11422 30.1893C8.43146 30.1893 8.68864 30.4465 8.68864 30.7638V33.4597C8.68864 33.611 8.80806 33.724 8.94522 33.724H30.5895C30.7267 33.724 30.8461 33.611 30.8461 33.4597V12.0914L26.0171 12.0988C25.4667 12.0988 25.0253 11.6506 25.0253 11.1032V6.31629H8.94139Z",
17849
+ fill: "#6392BD"
17850
+ }), React__default.createElement("path", {
17851
+ d: "M27.2962 9.39434V5.33891C27.2962 5.15127 27.5259 5.05553 27.66 5.18956L31.926 9.45562C32.0601 9.58965 31.9643 9.81942 31.7767 9.81942H27.7251C27.4915 9.81942 27.3 9.62794 27.3 9.39434H27.2962Z",
17852
+ fill: "#00BCD4"
17853
+ }), React__default.createElement("path", {
17854
+ d: "M11.0558 22.075C10.9256 22.0023 10.7725 21.964 10.5925 21.964H9.77679V23.6451H10.5925C10.7763 23.6451 10.9295 23.6106 11.0597 23.5379C11.1899 23.4689 11.2894 23.3732 11.3622 23.2545C11.435 23.132 11.4694 22.9979 11.4694 22.8333C11.4694 22.6571 11.435 22.5078 11.3584 22.3776C11.2856 22.2474 11.186 22.1516 11.0558 22.075Z",
17855
+ fill: "#00BCD4"
17856
+ }), React__default.createElement("path", {
17857
+ d: "M16.2286 22.075C16.0984 22.0023 15.9453 21.964 15.7653 21.964H14.9496V23.6451H15.7653C15.9491 23.6451 16.1023 23.6106 16.2325 23.5379C16.3627 23.4689 16.4622 23.3732 16.535 23.2545C16.6078 23.132 16.6422 22.9979 16.6422 22.8333C16.6422 22.6571 16.6078 22.5078 16.5312 22.3776C16.4584 22.2474 16.3588 22.1516 16.2286 22.075Z",
17858
+ fill: "#00BCD4"
17859
+ }), React__default.createElement("path", {
17860
+ "fill-rule": "evenodd",
17861
+ "clip-rule": "evenodd",
17862
+ d: "M5.80142 18.6745H26.7028C27.1432 18.6745 27.4993 19.0306 27.4993 19.471V28.1027C27.4993 28.5431 27.1432 28.8992 26.7028 28.8992H5.80142C5.36103 28.8992 5.00488 28.5431 5.00488 28.1027V19.471C5.00488 19.0306 5.36103 18.6745 5.80142 18.6745ZM11.7486 24.6944C12.0933 24.5145 12.3652 24.2617 12.5605 23.9362V23.9285C12.7519 23.603 12.8515 23.2469 12.8515 22.8256C12.8515 22.4044 12.7519 22.0253 12.5605 21.6959C12.369 21.3666 12.0971 21.1062 11.7524 20.9186C11.4155 20.7347 11.0248 20.6428 10.5921 20.6428H9.06797C8.88033 20.6428 8.71183 20.7079 8.5778 20.8305C8.43611 20.9607 8.36335 21.133 8.36335 21.3322V26.2339C8.36335 26.4254 8.43611 26.5977 8.57397 26.7279C8.708 26.8543 8.8765 26.9232 9.0718 26.9232C9.26711 26.9232 9.44326 26.8581 9.57347 26.7279C9.7075 26.5977 9.77643 26.4292 9.77643 26.2377V24.9625H10.5921C11.021 24.9625 11.4116 24.8706 11.7486 24.6944ZM16.9223 24.6944C17.2669 24.5145 17.5388 24.2617 17.7341 23.9362V23.9285C17.9256 23.603 18.0252 23.2469 18.0252 22.8256C18.0252 22.4044 17.9256 22.0253 17.7341 21.6959C17.5426 21.3666 17.2707 21.1062 16.9261 20.9186C16.5891 20.7347 16.1985 20.6428 15.7658 20.6428H14.2416C14.054 20.6428 13.8855 20.7079 13.7514 20.8305C13.6098 20.9607 13.537 21.133 13.537 21.3322V26.2339C13.537 26.4254 13.6098 26.5977 13.7476 26.7279C13.8816 26.8543 14.0501 26.9232 14.2454 26.9232C14.4408 26.9232 14.6169 26.8581 14.7471 26.7279C14.8811 26.5977 14.9501 26.4292 14.9501 26.2377V24.9625H15.7658C16.1947 24.9625 16.5853 24.8706 16.9223 24.6944ZM23.4669 21.964C23.6507 21.964 23.8153 21.8989 23.9417 21.7802H23.9379C24.0681 21.6577 24.137 21.493 24.137 21.3053C24.137 21.1177 24.0681 20.953 23.9379 20.8305C23.8153 20.7118 23.6468 20.6467 23.463 20.6467H19.3885C19.2046 20.6467 19.04 20.7118 18.9136 20.8305C18.7834 20.953 18.7145 21.1177 18.7145 21.3053C18.7145 21.493 18.7834 21.6577 18.9136 21.7802C19.04 21.8989 19.2046 21.964 19.3923 21.964H20.7249V26.2377C20.7249 26.4292 20.7977 26.6015 20.9356 26.7317C21.0696 26.8581 21.2419 26.927 21.4334 26.927C21.6249 26.927 21.7934 26.8581 21.9274 26.7317C22.0653 26.6015 22.138 26.4292 22.138 26.2377V21.964H23.4669Z",
17863
+ fill: "#00BCD4"
17864
+ })), "Ppt");
17865
+ var QuestionBox = createSvgIcon(React__default.createElement("svg", {
17866
+ width: "40",
17867
+ height: "40",
17868
+ viewBox: "0 0 40 40",
17869
+ fill: "none",
17870
+ xmlns: "http://www.w3.org/2000/svg"
17871
+ }, React__default.createElement("circle", {
17872
+ cx: "20",
17873
+ cy: "20",
17874
+ r: "20",
17875
+ fill: "#E6F3F8"
17876
+ }), React__default.createElement("path", {
17877
+ d: "M19.5346 12.2148C20.0013 11.3748 20.8981 10.8757 21.4175 10.1331C21.9693 9.35405 21.6609 7.89325 20.0987 7.89325C19.5022 7.89325 19.0802 8.15701 18.7921 8.50598C18.4756 8.88741 17.9724 9.14305 17.5179 8.95233C17.1122 8.78191 16.893 8.31526 17.1203 7.93789C17.6884 6.98025 18.715 6.25391 20.0906 6.25391C21.4662 6.25391 22.4847 6.90315 22.9797 7.71065C23.4058 8.40859 23.6533 9.70708 23 10.6728C22.2737 11.7441 21.5757 12.0728 21.2024 12.7585C21.1212 12.9046 21.0685 13.0263 21.036 13.2374C20.9589 13.7162 20.5978 14.1138 20.1109 14.1138C19.6239 14.1138 19.21 13.7243 19.2465 13.2455C19.275 12.9087 19.348 12.5435 19.5346 12.2067V12.2148ZM21.3038 16.5404C21.3038 17.2059 20.7601 17.7496 20.0946 17.7496C19.4291 17.7496 18.8854 17.2059 18.8854 16.5404C18.8854 15.8749 19.4291 15.3312 20.0946 15.3312C20.7601 15.3312 21.3038 15.8749 21.3038 16.5404Z",
17878
+ fill: "#00BCD4"
17879
+ }), React__default.createElement("path", {
17880
+ d: "M23.7004 22.5765C23.9236 22.5765 24.1062 22.7591 24.1062 22.9823V28.2087C24.1062 28.3913 23.9236 28.5415 23.6923 28.5415H16.2747C16.0475 28.5415 15.8608 28.3913 15.8608 28.2087V22.9823C15.8608 22.7591 16.0434 22.5765 16.2666 22.5765H23.7004Z",
17881
+ fill: "#00BCD4"
17882
+ }), React__default.createElement("path", {
17883
+ "fill-rule": "evenodd",
17884
+ "clip-rule": "evenodd",
17885
+ d: "M9.52932 16.4688H16.2666C16.5898 16.4688 16.8518 16.2068 16.8518 15.8836C16.8518 15.5604 16.5898 15.2983 16.2666 15.2983H8.90755C8.35818 15.2983 7.92432 15.7436 7.92432 16.2816V32.7625C7.92432 33.3119 8.36956 33.7458 8.90755 33.7458H31.0929C31.6423 33.7458 32.0761 33.3005 32.0761 32.7625V16.2855C32.0761 15.7361 31.6309 15.3022 31.0929 15.3022H23.7004C23.3772 15.3022 23.1152 15.5643 23.1152 15.8875C23.1152 16.2107 23.3772 16.4727 23.7004 16.4727H30.5073L26.6098 20.3703H13.4307L9.52932 16.4688ZM30.9056 17.7298L27.3425 21.2929C27.181 21.4621 26.9663 21.5408 26.7586 21.5408H13.2819C13.0564 21.5408 12.8482 21.4431 12.7042 21.2991L9.09484 17.6897V32.5753H30.9056V17.7298Z",
17886
+ fill: "#6392BD"
17887
+ })), "QuestionBox");
17888
+ var Rar = createSvgIcon(React__default.createElement("svg", {
17889
+ width: "48",
17890
+ height: "40",
17891
+ viewBox: "0 0 48 40",
17892
+ fill: "none",
17893
+ xmlns: "http://www.w3.org/2000/svg"
17894
+ }, React__default.createElement("circle", {
17895
+ cx: "20",
17896
+ cy: "20",
17897
+ r: "20",
17898
+ fill: "#E6F3F8"
17899
+ }), React__default.createElement("path", {
17900
+ "fill-rule": "evenodd",
17901
+ "clip-rule": "evenodd",
17902
+ d: "M8.91755 6.18335C8.78108 6.18335 8.66226 6.29573 8.66226 6.44626V16.7911C8.66226 17.1067 8.40638 17.3626 8.09072 17.3626C7.77507 17.3626 7.51919 17.1067 7.51919 16.7911V6.44626C7.51919 5.6747 8.13955 5.04028 8.91755 5.04028H25.0768C25.6245 5.04028 26.0637 5.48627 26.0637 6.03094V10.7935L30.8684 10.7861C31.416 10.7861 31.8552 11.2321 31.8552 11.7768V33.1904C31.8552 33.9619 31.2349 34.5964 30.4569 34.5964H8.92136C8.14336 34.5964 7.523 33.9619 7.523 33.1904V30.508C7.523 30.1923 7.77888 29.9364 8.09453 29.9364C8.41019 29.9364 8.66607 30.1923 8.66607 30.508V33.1904C8.66607 33.3409 8.78489 33.4533 8.92136 33.4533H30.4569C30.5933 33.4533 30.7122 33.3409 30.7122 33.1904V11.9294L25.9074 11.9368C25.3598 11.9368 24.9206 11.4908 24.9206 10.9462V6.18335H8.91755Z",
17903
+ fill: "#6392BD"
17904
+ }), React__default.createElement("path", {
17905
+ d: "M27.1801 9.24595V5.21089C27.1801 5.02419 27.4087 4.92893 27.5421 5.06229L31.7867 9.30691C31.9201 9.44027 31.8248 9.66888 31.6381 9.66888H27.6068C27.3744 9.66888 27.1839 9.47837 27.1839 9.24595H27.1801Z",
17906
+ fill: "#00BCD4"
17907
+ }), React__default.createElement("path", {
17908
+ "fill-rule": "evenodd",
17909
+ "clip-rule": "evenodd",
17910
+ d: "M22.2376 23.1127C22.3633 23.0517 22.4586 22.9717 22.531 22.8688C22.6033 22.766 22.63 22.6555 22.63 22.5259C22.63 22.3735 22.5957 22.2402 22.5233 22.1258C22.4509 22.0115 22.3557 21.9201 22.2261 21.8553C22.0928 21.7867 21.9366 21.7524 21.7537 21.7524H21.0907V23.208H21.7537C21.9404 23.208 22.1004 23.1775 22.2338 23.1127H22.2376Z",
17911
+ fill: "#00BCD4"
17912
+ }), React__default.createElement("path", {
17913
+ "fill-rule": "evenodd",
17914
+ "clip-rule": "evenodd",
17915
+ d: "M15.5353 24.2101H16.7851L16.164 22.7469L15.5353 24.2101Z",
17916
+ fill: "#00BCD4"
17917
+ }), React__default.createElement("path", {
17918
+ "fill-rule": "evenodd",
17919
+ "clip-rule": "evenodd",
17920
+ d: "M10.7001 23.1127C10.8259 23.0517 10.9211 22.9717 10.9935 22.8688C11.0659 22.766 11.0926 22.6555 11.0926 22.5259C11.0926 22.3735 11.0583 22.2402 10.9859 22.1258C10.9135 22.0115 10.8182 21.9201 10.6887 21.8553C10.5553 21.7867 10.3991 21.7524 10.2162 21.7524H9.55325V23.208H10.2162C10.4029 23.208 10.563 23.1775 10.6963 23.1127H10.7001Z",
17921
+ fill: "#00BCD4"
17922
+ }), React__default.createElement("path", {
17923
+ "fill-rule": "evenodd",
17924
+ "clip-rule": "evenodd",
17925
+ d: "M26.5889 18.4795H5.79253C5.35435 18.4795 5 18.8338 5 19.272V27.8603C5 28.2985 5.35435 28.6528 5.79253 28.6528H26.5889C27.027 28.6528 27.3814 28.2985 27.3814 27.8603V19.272C27.3814 18.8338 27.027 18.4795 26.5889 18.4795ZM12.6129 26.34C12.4909 26.5648 12.2738 26.6867 11.9994 26.6867C11.8813 26.6867 11.7708 26.66 11.6679 26.6105C11.5574 26.5572 11.466 26.4733 11.3974 26.3628L10.1934 24.5149H9.55706V26.0009C9.55706 26.1876 9.48847 26.359 9.35511 26.4886C9.09602 26.7401 8.63117 26.7477 8.36064 26.4886C8.22347 26.359 8.15108 26.1876 8.15108 25.9971V21.12C8.15108 20.9218 8.22347 20.7504 8.36445 20.6208C8.49781 20.4989 8.66546 20.4341 8.85216 20.4341H10.2162C10.643 20.4341 11.0278 20.5217 11.3669 20.697C11.7098 20.8723 11.9804 21.12 12.1747 21.4324C12.369 21.7448 12.4681 22.1106 12.4681 22.5183C12.4681 22.9031 12.369 23.2537 12.1709 23.5585C12.0223 23.7909 11.8242 23.9853 11.5879 24.1377L12.5595 25.6275C12.7119 25.8599 12.731 26.1114 12.6091 26.3362L12.6129 26.34ZM18.8884 26.3895C18.7588 26.58 18.5492 26.6867 18.3016 26.6867C18.1682 26.6867 18.0425 26.6524 17.9282 26.58C17.8024 26.5076 17.711 26.3972 17.6538 26.2638L17.3071 25.4446H14.9981L14.6437 26.2676C14.579 26.4124 14.4837 26.5153 14.3542 26.5877C14.0189 26.7782 13.6112 26.6791 13.4092 26.3743C13.2759 26.1685 13.2606 25.9323 13.3635 25.7075L15.4896 20.8799C15.6192 20.5979 15.8478 20.4417 16.145 20.4417C16.4422 20.4417 16.6937 20.6056 16.8041 20.8913L18.9341 25.7265C19.0331 25.9628 19.0103 26.1952 18.8807 26.3895H18.8884ZM24.1503 26.34C24.0284 26.5648 23.8112 26.6867 23.5369 26.6867C23.4187 26.6867 23.3082 26.66 23.2054 26.6105C23.0949 26.5572 23.0034 26.4733 22.9348 26.3628L21.7308 24.5149H21.0945V26.0009C21.0945 26.1876 21.0259 26.359 20.8925 26.4886C20.6373 26.7401 20.1686 26.7477 19.8981 26.4886C19.7609 26.359 19.6885 26.1876 19.6885 25.9971V21.12C19.6885 20.9218 19.7609 20.7504 19.9019 20.6208C20.0352 20.4989 20.2029 20.4341 20.3896 20.4341H21.7537C22.1804 20.4341 22.5652 20.5217 22.9044 20.697C23.2473 20.8723 23.5178 21.12 23.7121 21.4324C23.9065 21.7448 24.0055 22.1106 24.0055 22.5183C24.0055 22.9031 23.9065 23.2537 23.7083 23.5585C23.5597 23.7909 23.3616 23.9853 23.1254 24.1377L24.097 25.6275C24.2494 25.8599 24.2684 26.1114 24.1465 26.3362L24.1503 26.34Z",
17926
+ fill: "#00BCD4"
17927
+ })), "Rar");
17928
+ var SealedBox = createSvgIcon(React__default.createElement("svg", {
17929
+ width: "40",
17930
+ height: "40",
17931
+ viewBox: "0 0 40 40",
17932
+ fill: "none",
17933
+ xmlns: "http://www.w3.org/2000/svg"
17934
+ }, React__default.createElement("circle", {
17935
+ cx: "20",
17936
+ cy: "20",
17937
+ r: "20",
17938
+ fill: "#E6F3F8"
17939
+ }), React__default.createElement("path", {
17940
+ "fill-rule": "evenodd",
17941
+ "clip-rule": "evenodd",
17942
+ d: "M7.27795 7.80811C7.12456 7.80811 6.96821 7.81986 6.83498 7.84683C6.77345 7.85929 6.68285 7.88153 6.59289 7.92539C6.54901 7.94679 6.47299 7.98863 6.40016 8.0628C6.32461 8.13974 6.21777 8.28976 6.21777 8.50548V13.6814C6.21777 13.9013 6.32862 14.0523 6.40392 14.1277C6.47703 14.2009 6.55297 14.242 6.59637 14.2629C6.68574 14.3059 6.7758 14.3278 6.83719 14.3402C6.97011 14.3669 7.12599 14.3788 7.27795 14.3788H7.52311V31.2809C7.52311 31.6017 7.7 31.8431 7.88801 31.9828C8.07626 32.1227 8.30834 32.1919 8.53895 32.1919H31.4597C31.6906 32.1919 31.924 32.1237 32.1137 31.9817C32.3043 31.839 32.4756 31.597 32.4756 31.2809V14.3788H32.7222C32.8756 14.3788 33.0319 14.367 33.1652 14.3401C33.2267 14.3276 33.3173 14.3054 33.4073 14.2615C33.4511 14.2401 33.5271 14.1983 33.6 14.1241C33.6755 14.0471 33.7824 13.8971 33.7824 13.6814V8.50548C33.7824 8.28562 33.6715 8.13457 33.5962 8.05917C33.5231 7.98597 33.4472 7.94486 33.4038 7.92398C33.3144 7.881 33.2243 7.85905 33.163 7.84669C33.03 7.81995 32.8741 7.80811 32.7222 7.80811H7.27795ZM32.573 9.01743H7.4271V13.1695H32.573V9.01743ZM32.9289 9.03321C32.9313 9.03375 32.9324 9.03409 32.9324 9.03409L32.9289 9.03321ZM8.73244 30.9826V14.4672H31.2662V30.9826H8.73244Z",
17943
+ fill: "#6392BD"
17944
+ }), React__default.createElement("path", {
17945
+ d: "M24.0963 26.0448V16.0718C24.0963 15.8492 23.9158 15.6687 23.6932 15.6687H16.3082C16.0856 15.6687 15.9051 15.8492 15.9051 16.0718V26.0448C15.9051 26.2674 16.0856 26.4479 16.3082 26.4479H23.6932C23.9158 26.4479 24.0963 26.2674 24.0963 26.0448Z",
17946
+ fill: "#00BCD4"
17947
+ })), "SealedBox");
17948
+ var SearchCountry = createSvgIcon(React__default.createElement("svg", {
17949
+ width: "40",
17950
+ height: "40",
17951
+ viewBox: "0 0 40 40",
17952
+ fill: "none",
17953
+ xmlns: "http://www.w3.org/2000/svg"
17954
+ }, React__default.createElement("circle", {
17955
+ cx: "20",
17956
+ cy: "20",
17957
+ r: "20",
17958
+ fill: "#E6F3F8"
17959
+ }), React__default.createElement("path", {
17960
+ d: "M25.8215 6.197C28.5039 6.197 31.1863 7.21885 33.234 9.26655C37.3294 13.3619 37.3294 19.996 33.234 24.0914C31.1903 26.1351 28.5119 27.157 25.8295 27.157C23.5423 27.157 21.2511 26.4105 19.3591 24.9257L10.849 33.4358C10.6015 33.6833 10.2782 33.807 9.95884 33.807C9.63951 33.807 9.31219 33.6833 9.06871 33.4358C8.57774 32.9448 8.57774 32.1465 9.06871 31.6515L17.5788 23.1414C14.3496 19.0261 14.621 13.0586 18.4131 9.26655C20.4608 7.21885 23.1431 6.197 25.8255 6.197M25.8215 4.99951C22.7001 4.99951 19.7702 6.21296 17.5629 8.42033C13.6431 12.3401 13.0523 18.4393 16.0141 23.0097L8.21849 30.8053C7.2605 31.7633 7.2605 33.324 8.21849 34.282C8.68152 34.745 9.30022 35.0005 9.95884 35.0005C10.6175 35.0005 11.2322 34.745 11.6992 34.282L19.4948 26.4864C21.3709 27.6958 23.5862 28.3545 25.8335 28.3545C28.951 28.3545 31.8808 27.141 34.0842 24.9376C38.6386 20.3832 38.6386 12.9748 34.0842 8.42033C31.8728 6.21296 28.943 4.99951 25.8215 4.99951Z",
17961
+ fill: "#6392BD"
17962
+ }), React__default.createElement("path", {
17963
+ "fill-rule": "evenodd",
17964
+ "clip-rule": "evenodd",
17965
+ d: "M25.8292 9.08475C21.6832 9.08475 18.3053 12.3906 18.3053 16.4893C18.3053 20.5879 21.6832 23.8938 25.8292 23.8938C29.9752 23.8938 33.3531 20.5879 33.3531 16.4893C33.3531 12.3906 29.9752 9.08475 25.8292 9.08475ZM23.1404 10.7506C23.9579 10.3812 24.8684 10.175 25.8292 10.175C27.4226 10.175 28.8777 10.7422 29.9996 11.6804C29.958 11.7892 29.9311 11.9174 29.9338 12.0658C29.9422 12.5419 30.2201 12.156 30.3301 11.9769C30.4038 12.0477 30.4758 12.1202 30.546 12.1944C30.5356 12.3286 30.4153 12.4867 30.0276 12.6213C29.3344 12.8619 29.2988 13.1287 29.2816 13.2582C29.2764 13.2971 29.2729 13.3237 29.2536 13.3333C29.2318 13.3442 29.1753 13.3153 29.1032 13.2784C28.8984 13.1736 28.5679 13.0045 28.5525 13.5002C28.5317 14.1705 29.4438 13.9097 29.7253 13.4481C29.7253 13.4481 30.1344 12.9969 30.4159 13.3124C30.65 13.5749 30.6389 13.6624 30.6286 13.7444C30.6265 13.761 30.6244 13.7774 30.6244 13.7949C30.6244 13.8993 31.044 14.2775 31.2316 13.5446C31.2316 13.5446 31.27 13.3924 31.4169 13.3565C31.6405 13.7399 31.8243 14.1483 31.9629 14.5763C31.4732 14.6039 30.7524 14.6058 30.4682 14.4108C30.02 14.103 29.2798 13.8865 28.5136 14.1708C28.4902 14.1786 28.4719 14.2021 28.4719 14.2256C28.4641 14.3429 28.3964 14.7055 27.9142 15.0393C27.5133 15.3157 27.6277 15.3641 27.7627 15.4213C27.8251 15.4477 27.892 15.476 27.9142 15.5296C27.9304 15.5685 27.9137 15.6381 27.8922 15.7283C27.8199 16.0313 27.6921 16.5666 28.5658 16.9485C28.6648 16.9928 28.7743 17.0006 28.8811 16.985C29.1235 16.9459 29.6108 16.8807 30.1086 16.8963C30.1737 16.8963 30.2259 16.9537 30.2233 17.0189C30.2154 17.1962 30.2233 17.5353 30.377 17.7518C30.5959 18.0595 30.6507 18.7298 30.5542 18.9672C30.4578 19.2045 30.708 19.8748 30.8331 20.0287C30.8814 20.0881 30.9005 20.2201 30.9132 20.3598C29.7376 21.8453 27.9002 22.8036 25.8292 22.8036C25.6013 22.8036 25.3762 22.7919 25.1545 22.7693C25.1997 22.6659 25.2823 22.4113 25.1311 22.1753C24.9357 21.8702 24.7402 21.4633 24.7689 21.3094C24.7778 21.2613 24.8548 21.2474 24.9624 21.2279C25.1989 21.185 25.5832 21.1155 25.7175 20.5974C25.7175 20.5974 26.0954 20.5426 25.9833 19.7732C25.9833 19.7732 25.8999 19.395 26.515 19.5228C26.515 19.5228 26.7652 19.5228 26.7652 18.5735C26.7652 18.5735 27.1274 18.224 27.0727 17.9997C27.018 17.7754 26.6531 17.3842 25.7045 17.5381C25.7045 17.5381 25.6341 16.6304 25.2432 16.7687C25.0436 16.8392 24.9785 16.7283 24.9072 16.6066C24.8387 16.4899 24.7645 16.3634 24.5604 16.3774C24.3586 16.3913 24.2539 16.3295 24.1505 16.2685C24.0402 16.2034 23.9315 16.1392 23.7082 16.1688C23.5955 16.1837 23.4894 16.2194 23.3892 16.253C23.1044 16.3486 22.8668 16.4284 22.6605 15.9732C22.6605 15.9732 22.4651 15.7228 22.34 15.7228C22.2771 15.7228 22.3057 15.5642 22.3338 15.4079C22.3617 15.2532 22.3892 15.1008 22.3269 15.1073C22.2951 15.1106 22.2244 15.1682 22.1339 15.2419C21.8683 15.4582 21.4323 15.8134 21.3079 15.3446C21.1411 14.7161 22.6762 14.1162 22.8429 14.4787C22.9631 14.7399 23.0183 14.6681 23.1655 14.4769C23.2226 14.4027 23.2936 14.3104 23.3876 14.2127C23.4633 14.134 23.5637 14.015 23.6796 13.8776C24.0785 13.4048 24.6606 12.7147 25.0503 12.7026C25.2966 12.6949 25.4123 12.7548 25.5284 12.8148C25.6493 12.8774 25.7707 12.9402 26.0407 12.9269C26.5697 12.9008 25.9156 11.8654 25.4543 11.7115C25.3623 11.6808 25.2776 11.6463 25.2 11.6146C24.8884 11.4877 24.6918 11.4076 24.6021 11.8106C24.5083 12.2319 24.3853 12.2914 24.201 12.3807C24.1651 12.3981 24.1269 12.4166 24.0861 12.4391C24.0155 12.4787 23.9581 12.3801 23.8919 12.2663C23.7968 12.1027 23.6834 11.9079 23.4867 12.0479C23.1531 12.2853 23.5284 11.2524 24.2268 11.2368C24.9253 11.2211 25.3709 10.9447 24.8132 10.65C24.2555 10.3552 23.9323 10.4126 23.9479 10.65C23.9636 10.8873 23.5987 11.3203 23.458 11.096C23.4051 11.0117 23.2815 10.8773 23.1404 10.7506ZM19.8137 14.2439C19.5428 14.9421 19.3946 15.6991 19.3946 16.4893C19.3946 19.6937 21.8322 22.3534 25.0022 22.752C24.2752 22.3617 24.2213 21.8953 24.1829 21.5619C24.17 21.4509 24.1589 21.3545 24.1252 21.2807C24.0508 21.118 24.047 20.9947 24.0435 20.8771C24.0403 20.7724 24.0372 20.6723 23.9844 20.5531C23.8724 20.3001 23.789 19.1551 23.789 19.1551C23.789 19.1551 22.2253 18.1484 22.7569 17.4494C23.2886 16.7504 22.9524 16.6382 22.9524 16.6382C22.6482 16.6382 22.4191 16.4649 22.1831 16.2864C21.9642 16.1208 21.7394 15.9507 21.4434 15.9106C20.8284 15.8271 20.6355 15.6028 20.6616 15.2116C20.6877 14.8204 20.3254 14.4292 20.3254 14.4292C20.1073 14.3967 19.9405 14.3268 19.8137 14.2439Z",
17966
+ fill: "#00BCD4"
17967
+ })), "SearchCountry");
17968
+ var SearchHome = createSvgIcon(React__default.createElement("svg", {
17969
+ width: "40",
17970
+ height: "40",
17971
+ viewBox: "0 0 40 40",
17972
+ fill: "none",
17973
+ xmlns: "http://www.w3.org/2000/svg"
17974
+ }, React__default.createElement("circle", {
17975
+ cx: "20",
17976
+ cy: "20",
17977
+ r: "20",
17978
+ fill: "#E6F3F8"
17979
+ }), React__default.createElement("path", {
17980
+ d: "M25.822 6.1835C28.507 6.1835 31.1919 7.20633 33.2416 9.256C37.3409 13.3553 37.3409 19.9958 33.2416 24.0951C31.1959 26.1408 28.515 27.1636 25.83 27.1636C23.5406 27.1636 21.2472 26.4165 19.3534 24.9302L10.8351 33.4485C10.5874 33.6962 10.2637 33.82 9.94411 33.82C9.62447 33.82 9.29684 33.6962 9.05312 33.4485C8.56168 32.957 8.56168 32.1579 9.05312 31.6625L17.5714 23.1442C14.3391 19.0249 14.6108 13.0517 18.4065 9.256C20.4561 7.20633 23.1411 6.1835 25.826 6.1835M25.822 4.98486C22.6976 4.98486 19.7649 6.19948 17.5554 8.40896C13.6319 12.3325 13.0406 18.4375 16.0052 23.0123L8.20209 30.8155C7.24318 31.7744 7.24318 33.3366 8.20209 34.2955C8.66556 34.759 9.28486 35.0147 9.94411 35.0147C10.6034 35.0147 11.2187 34.759 11.6861 34.2955L19.4892 26.4924C21.3671 27.703 23.5846 28.3622 25.834 28.3622C28.9545 28.3622 31.8871 27.1476 34.0926 24.9421C36.3021 22.7327 37.5167 19.796 37.5167 16.6756C37.5167 13.5511 36.3021 10.6184 34.0926 8.40896C31.8831 6.19948 28.9465 4.98486 25.826 4.98486H25.822Z",
17981
+ fill: "#6392BD"
17982
+ }), React__default.createElement("path", {
17983
+ d: "M20.7997 21.5114V17.275H18.9461C18.5161 17.275 18.3085 16.7574 18.6125 16.458L25.3112 9.94073C25.4965 9.7596 25.7931 9.7596 25.9784 9.94073L32.6771 16.458C32.9848 16.7574 32.7735 17.275 32.3435 17.275H31.0942V21.5114C31.0942 21.7738 30.8792 21.9882 30.616 21.9882H21.2779C21.0147 21.9882 20.7997 21.7775 20.7997 21.5114Z",
17984
+ fill: "#00BCD4"
17985
+ })), "SearchHome");
17986
+ var SearchMoney = createSvgIcon(React__default.createElement("svg", {
17987
+ width: "40",
17988
+ height: "40",
17989
+ viewBox: "0 0 40 40",
17990
+ fill: "none",
17991
+ xmlns: "http://www.w3.org/2000/svg"
17992
+ }, React__default.createElement("circle", {
17993
+ cx: "20",
17994
+ cy: "20",
17995
+ r: "20",
17996
+ fill: "#E6F3F8"
17997
+ }), React__default.createElement("path", {
17998
+ d: "M25.7714 22.783C25.4871 22.783 25.2568 22.5455 25.2568 22.254V21.563C24.627 21.5162 24.062 21.3903 23.5653 21.1851C22.9175 20.9188 22.4173 20.5121 22.0574 19.9651C21.899 19.724 21.7731 19.4541 21.6831 19.159C21.478 18.486 22.0646 17.8958 22.752 17.8958H23.0183C23.5185 17.8958 23.8892 18.3384 24.1807 18.7559C24.3391 18.9862 24.5586 19.159 24.8357 19.2777C24.8897 19.2993 24.9473 19.3209 25.0049 19.3389C25.1704 19.3929 25.3432 19.4037 25.5159 19.4073L25.9586 19.4145C26.1781 19.4145 26.3976 19.4145 26.6028 19.3389C26.6028 19.3389 26.6028 19.3389 26.6064 19.3389C26.6388 19.3173 26.7467 19.2957 26.7755 19.2705C26.9663 19.1806 27.1174 19.0654 27.229 18.925C27.3585 18.7595 27.4233 18.5688 27.4269 18.3528C27.4269 18.1513 27.3621 17.9785 27.2434 17.8382C27.1246 17.6906 26.9411 17.5683 26.6963 17.4639C26.664 17.4495 26.6316 17.4351 26.5992 17.4243C26.1493 17.2444 25.721 17.1832 25.2568 17.0464L24.6738 16.9061C23.7741 16.6937 23.0651 16.3518 22.5468 15.8804C22.0286 15.4053 21.7695 14.7611 21.7731 13.9514C21.7731 13.2928 21.9422 12.7134 22.2913 12.2167C22.6404 11.7201 23.1227 11.335 23.7381 11.0543C24.1951 10.8492 24.7026 10.7196 25.2568 10.6656V9.97823C25.2568 9.68672 25.4871 9.44919 25.7714 9.44919C26.0558 9.44919 26.2861 9.68672 26.2861 9.97823V10.6512C26.9087 10.6944 27.4629 10.8312 27.9452 11.0579C28.5426 11.335 29.0032 11.7273 29.3307 12.2311C29.4315 12.3859 29.5179 12.5478 29.5862 12.717C29.8598 13.372 29.2624 13.9802 28.5678 13.9802H28.4346C27.9919 13.9802 27.6285 13.6599 27.2758 13.3468C27.175 13.2568 27.0742 13.1668 26.9735 13.0877C26.8295 12.9689 26.6676 12.8825 26.4228 12.8501C26.4012 12.8321 26.4552 12.8501 26.4228 12.8501H25.3684C25.3684 12.8501 24.9473 12.9113 24.9149 12.9437C24.753 13.0229 24.627 13.1272 24.537 13.2532C24.4291 13.4008 24.3715 13.5735 24.3679 13.7678C24.3607 13.9262 24.3931 14.0666 24.4578 14.1889C24.5298 14.3113 24.6306 14.4192 24.7637 14.5128C24.8105 14.5452 24.8609 14.574 24.9113 14.6028C25.0085 14.6604 25.1236 14.7144 25.2496 14.7647C25.6131 14.9051 26.0522 14.9915 26.2789 15.0275L26.7827 15.1462C27.2974 15.2614 27.7508 15.4125 28.1431 15.6033C28.539 15.794 28.8701 16.0207 29.14 16.2871C29.4099 16.5498 29.615 16.8557 29.7554 17.1976C29.8957 17.5431 29.9641 17.9282 29.9677 18.3528C29.9677 19.0258 29.7986 19.6052 29.4711 20.0875C29.1436 20.5697 28.6685 20.9404 28.0531 21.1959C27.5493 21.4083 26.9555 21.5342 26.2789 21.5702V22.2504C26.2789 22.5419 26.0485 22.7794 25.7642 22.7794L25.7714 22.783Z",
17999
+ fill: "#00BCD4"
18000
+ }), React__default.createElement("path", {
18001
+ d: "M25.823 6.17991C28.5087 6.17991 31.1943 7.20302 33.2445 9.25323C37.3449 13.3537 37.3449 19.9959 33.2445 24.0963C31.1983 26.1425 28.5166 27.1656 25.831 27.1656C23.541 27.1656 21.247 26.4183 19.3526 24.9315L10.8321 33.4521C10.5843 33.6999 10.2606 33.8238 9.94086 33.8238C9.62114 33.8238 9.29342 33.6999 9.04964 33.4521C8.55806 32.9605 8.55806 32.1612 9.04964 31.6657L17.5702 23.1451C14.337 19.0247 14.6088 13.0499 18.4055 9.25323C20.4557 7.20302 23.1413 6.17991 25.827 6.17991M25.823 4.98096C22.6977 4.98096 19.7643 6.1959 17.5542 8.40597C13.6296 12.3305 13.0382 18.4372 16.0036 23.0132L8.19838 30.8184C7.23921 31.7776 7.23921 33.3402 8.19838 34.2994C8.66197 34.763 9.28143 35.0187 9.94086 35.0187C10.6003 35.0187 11.2157 34.763 11.6833 34.2994L19.4885 26.4942C21.3669 27.7051 23.585 28.3646 25.835 28.3646C28.9563 28.3646 31.8897 27.1496 34.0958 24.9435C36.3019 22.7375 37.5208 19.796 37.5208 16.6748C37.5208 13.5495 36.3059 10.616 34.0958 8.40597C31.8857 6.1959 28.9483 4.98096 25.827 4.98096H25.823Z",
18002
+ fill: "#6392BD"
18003
+ })), "SearchMoney");
18004
+ var SearchUser = createSvgIcon(React__default.createElement("svg", {
18005
+ width: "40",
18006
+ height: "40",
18007
+ viewBox: "0 0 40 40",
18008
+ fill: "none",
18009
+ xmlns: "http://www.w3.org/2000/svg"
18010
+ }, React__default.createElement("circle", {
18011
+ cx: "20",
18012
+ cy: "20",
18013
+ r: "20",
18014
+ fill: "#E6F3F8"
18015
+ }), React__default.createElement("path", {
18016
+ d: "M28.9269 13.6075C28.9269 15.4162 27.5079 16.8825 25.7575 16.8825C24.0072 16.8825 22.5882 15.4162 22.5882 13.6075C22.5882 11.7988 24.0072 10.3325 25.7575 10.3325C27.5079 10.3325 28.9269 11.7988 28.9269 13.6075Z",
18017
+ fill: "#00BCD4"
18018
+ }), React__default.createElement("path", {
18019
+ d: "M28.9577 16.919C29.0992 16.7687 29.3076 16.6996 29.4924 16.7809H29.4964C30.7743 17.3335 31.6866 18.6906 31.6866 20.2916V21.8559C31.6866 22.1322 31.4861 22.3557 31.2344 22.3557H20.2833C20.0355 22.3557 19.8311 22.1322 19.8311 21.8559V20.2916C19.8311 18.6906 20.7394 17.3335 22.0213 16.7809C22.2061 16.7037 22.4145 16.7728 22.5561 16.919C23.3897 17.7967 24.5143 18.3371 25.7569 18.3371C26.9994 18.3371 28.124 17.7967 28.9577 16.919Z",
18020
+ fill: "#00BCD4"
18021
+ }), React__default.createElement("path", {
18022
+ d: "M25.7161 6.67991C28.3151 6.67991 30.9142 7.70302 32.8982 9.75323C36.8664 13.8537 36.8664 20.4959 32.8982 24.5963C30.918 26.6425 28.3229 27.6656 25.7239 27.6656C23.5077 27.6656 21.2877 26.9183 19.4545 25.4316L11.2088 33.9521C10.969 34.1999 10.6557 34.3238 10.3463 34.3238C10.0369 34.3238 9.71976 34.1999 9.48383 33.9521C9.00812 33.4605 9.00812 32.6612 9.48383 32.1657L17.7295 23.6451C14.6007 19.5247 14.8637 13.5499 18.5379 9.75323C20.5219 7.70302 23.121 6.67991 25.72 6.67991M25.7161 5.48096C22.6917 5.48096 19.8528 6.6959 17.7141 8.90597C13.9161 12.8305 13.3437 18.9372 16.2134 23.5132L8.66003 31.3184C7.73181 32.2776 7.73181 33.8402 8.66003 34.7994C9.10867 35.263 9.70815 35.5188 10.3463 35.5188C10.9845 35.5188 11.5801 35.263 12.0326 34.7994L19.586 26.9942C21.4038 28.2051 23.5503 28.8646 25.7277 28.8646C28.7483 28.8646 31.5871 27.6496 33.722 25.4435C35.857 23.2375 37.0366 20.296 37.0366 17.1748C37.0366 14.0495 35.8608 11.116 33.722 8.90597C31.5833 6.6959 28.7406 5.48096 25.72 5.48096H25.7161Z",
18023
+ fill: "#6392BD"
18024
+ })), "SearchUser");
18025
+ var ShippingBox = createSvgIcon(React__default.createElement("svg", {
18026
+ width: "40",
18027
+ height: "40",
18028
+ viewBox: "0 0 40 40",
18029
+ fill: "none",
18030
+ xmlns: "http://www.w3.org/2000/svg"
18031
+ }, React__default.createElement("circle", {
18032
+ cx: "20",
18033
+ cy: "20",
18034
+ r: "20",
18035
+ fill: "#E6F3F8"
18036
+ }), React__default.createElement("path", {
18037
+ d: "M22.2891 8.97963C22.5036 8.97963 22.6792 9.2059 22.6792 9.48289V16.0252C22.6792 16.2554 22.5036 16.4388 22.2813 16.4388H15.1498C14.9314 16.4388 14.7519 16.2515 14.7519 16.0252V9.48289C14.7519 9.2059 14.9275 8.97963 15.142 8.97963H22.2891Z",
18038
+ fill: "#00BCD4"
18039
+ }), React__default.createElement("path", {
18040
+ "fill-rule": "evenodd",
18041
+ "clip-rule": "evenodd",
18042
+ d: "M7.81002 7.81343V29.6213H14.8205C15.1437 29.6213 15.4057 29.8833 15.4057 30.2065C15.4057 30.5297 15.1437 30.7917 14.8205 30.7917H7.62275C7.08484 30.7917 6.63965 30.3578 6.63965 29.8086V7.62618C6.63965 7.08827 7.07345 6.64307 7.62275 6.64307H29.8051C30.343 6.64307 30.7882 7.07688 30.7882 7.62618V13.7823C30.7882 14.1055 30.5262 14.3675 30.2031 14.3675C29.8799 14.3675 29.6179 14.1055 29.6179 13.7823V7.81343H7.81002Z",
18043
+ fill: "#6392BD"
18044
+ }), React__default.createElement("path", {
18045
+ d: "M15.0831 17.8989C14.7671 18.2149 14.849 18.7494 15.2431 18.9562L21.3836 22.1708C22.2536 22.6272 22.433 23.7976 21.7386 24.492L18.5786 27.652C18.2548 27.9758 17.7945 28.128 17.3419 28.0655L15.4459 27.7964C15.2704 27.7691 15.0948 27.8315 14.9661 27.9563C14.7008 28.2216 14.7632 28.6663 15.0909 28.8497L17.4394 30.1527C17.6774 30.2853 17.8725 30.4804 18.0051 30.7184L19.3081 33.0669C19.4915 33.3946 19.9362 33.457 20.2015 33.1918C20.3264 33.0669 20.3849 32.8875 20.3615 32.7119L20.0884 30.8159C20.026 30.3595 20.1781 29.903 20.5019 29.5792L23.6619 26.4192C24.3563 25.7248 25.5267 25.9004 25.9831 26.7742L29.1977 32.9148C29.4045 33.3088 29.939 33.3907 30.255 33.0747L30.4773 32.8524C30.6373 32.6924 30.7036 32.4583 30.6529 32.236L28.4331 22.6155C28.32 22.124 28.4682 21.6129 28.8232 21.254L32.9624 17.1148C33.493 16.5842 33.493 15.726 32.9624 15.1915C32.4319 14.6609 31.5736 14.6609 31.0391 15.1915L26.8999 19.3307C26.5449 19.6857 26.0299 19.834 25.5423 19.7208L15.9219 17.501C15.6995 17.4503 15.4654 17.5166 15.3055 17.6766L15.0831 17.8989Z",
18046
+ fill: "#00BCD4"
18047
+ })), "ShippingBox");
18048
+ var StackedChart = createSvgIcon(React__default.createElement("svg", {
18049
+ width: "40",
18050
+ height: "40",
18051
+ viewBox: "0 0 40 40",
17269
18052
  fill: "none",
17270
18053
  xmlns: "http://www.w3.org/2000/svg"
17271
18054
  }, React__default.createElement("path", {
17272
- d: "M201.957 246.66C201.957 292.764 164.582 330.138 118.478 330.138C72.3745 330.138 35 292.764 35 246.66C35 200.556 72.3745 163.182 118.478 163.182C149.199 163.182 176.045 179.777 190.539 204.491C197.255 201.419 204.574 198.985 212.404 197.552C228.398 194.624 245.855 195.995 263.863 203.815C278.447 179.474 305.082 163.182 335.522 163.182C381.626 163.182 419 200.556 419 246.66C419 292.764 381.626 330.138 335.522 330.138C289.418 330.138 252.044 292.764 252.044 246.66C252.044 239.517 252.941 232.583 254.629 225.966C240.559 219.792 227.742 219.143 216.726 221.159C210.617 222.278 204.861 224.255 199.571 226.764C201.13 233.14 201.957 239.804 201.957 246.66Z",
17273
- fill: "currentColor"
17274
- }), React__default.createElement("path", {
17275
- d: "M353.73 108.703L306.299 0.703461H155.158L101.016 108.703H12C5.37258 108.703 0 114.076 0 120.703C0 127.331 5.37258 132.703 12 132.703H442C448.627 132.703 454 127.331 454 120.703C454 114.076 448.627 108.703 442 108.703H353.73Z",
17276
- fill: "currentColor"
17277
- })), 'Incognit');
17278
- var IncognitIconOutlined = createSvgIcon(React__default.createElement("svg", {
17279
- width: "418",
17280
- height: "341",
17281
- viewBox: "0 0 418 341",
18055
+ d: "M40 20C40 31.0457 31.0457 40 20 40C8.9543 40 0 31.0457 0 20C0 8.9543 8.9543 0 20 0C31.0457 0 40 8.9543 40 20Z",
18056
+ fill: "#E6F3F8"
18057
+ }), React__default.createElement("path", {
18058
+ "fill-rule": "evenodd",
18059
+ "clip-rule": "evenodd",
18060
+ d: "M7.99961 7.3501C8.35859 7.3501 8.64961 7.64111 8.64961 8.0001V31.3752H33.297C33.656 31.3752 33.947 31.6662 33.947 32.0252C33.947 32.3842 33.656 32.6752 33.297 32.6752H7.99961C7.64062 32.6752 7.34961 32.3842 7.34961 32.0252V8.0001C7.34961 7.64111 7.64062 7.3501 7.99961 7.3501Z",
18061
+ fill: "#6392BD"
18062
+ }), React__default.createElement("path", {
18063
+ "fill-rule": "evenodd",
18064
+ "clip-rule": "evenodd",
18065
+ d: "M31.0421 10.3556C31.3416 10.5535 31.424 10.9567 31.2262 11.2562L23.6458 27.7969C23.5382 27.9597 23.3631 28.0656 23.1688 28.0853C22.9746 28.1049 22.7818 28.0362 22.6438 27.8982L14.9757 23.577L11.5724 29.9165C11.4026 30.2328 11.0086 30.3516 10.6923 30.1818C10.376 30.012 10.2572 29.6179 10.427 29.3016L14.2441 22.1914C14.3414 22.0102 14.5186 21.8858 14.722 21.8558C14.9254 21.8258 15.131 21.8938 15.2764 22.0392L23 26.4159L30.1415 10.5397C30.3394 10.2401 30.7426 10.1577 31.0421 10.3556Z",
18066
+ fill: "#6392BD"
18067
+ }), React__default.createElement("path", {
18068
+ d: "M17.0004 23C17.0004 24.1046 16.105 25 15.0004 25C13.8959 25 13.0004 24.1046 13.0004 23C13.0004 21.8954 13.8959 21 15.0004 21C16.105 21 17.0004 21.8954 17.0004 23Z",
18069
+ fill: "#00BCD4"
18070
+ }), React__default.createElement("path", {
18071
+ d: "M25.0004 27C25.0004 28.1046 24.105 29 23.0004 29C21.8959 29 21.0004 28.1046 21.0004 27C21.0004 25.8954 21.8959 25 23.0004 25C24.105 25 25.0004 25.8954 25.0004 27Z",
18072
+ fill: "#00BCD4"
18073
+ }), React__default.createElement("path", {
18074
+ d: "M32.0004 12C32.0004 13.1046 31.105 14 30.0004 14C28.8959 14 28.0004 13.1046 28.0004 12C28.0004 10.8954 28.8959 10 30.0004 10C31.105 10 32.0004 10.8954 32.0004 12Z",
18075
+ fill: "#00BCD4"
18076
+ })), "StackedChart");
18077
+ var StarChart = createSvgIcon(React__default.createElement("svg", {
18078
+ width: "40",
18079
+ height: "40",
18080
+ viewBox: "0 0 40 40",
18081
+ fill: "none",
18082
+ xmlns: "http://www.w3.org/2000/svg"
18083
+ }, React__default.createElement("circle", {
18084
+ cx: "20",
18085
+ cy: "20",
18086
+ r: "20",
18087
+ fill: "#E6F3F8"
18088
+ }), React__default.createElement("path", {
18089
+ d: "M20.0073 6.1371C20.1702 6.12599 20.2664 6.22225 20.3368 6.36664C20.4108 6.51843 20.4812 6.67022 20.5515 6.82202C20.7699 7.2811 21.0069 7.73277 21.1957 8.20666C21.3808 8.66574 21.6881 8.85825 22.1472 8.91009C22.7877 8.98043 23.4244 9.0989 24.0612 9.19516C24.213 9.21737 24.3093 9.30252 24.3574 9.45802C24.4055 9.61722 24.3574 9.74309 24.2501 9.85416C23.9761 10.1355 23.6984 10.4169 23.4245 10.6983C23.1986 10.9315 22.9765 11.1685 22.7432 11.3906C22.4915 11.6275 22.4137 11.9052 22.473 12.2495C22.5951 12.9529 22.7062 13.6601 22.8247 14.3635C22.8728 14.6486 22.7766 14.8263 22.5507 14.8818C22.4397 14.9077 22.3434 14.8559 22.2471 14.8041C21.64 14.4672 21.0291 14.1377 20.4219 13.7971C20.1369 13.6379 19.8666 13.6342 19.5778 13.7971C18.9632 14.1451 18.3413 14.482 17.723 14.8263C17.5786 14.904 17.4453 14.9225 17.312 14.8189C17.1788 14.7189 17.138 14.5819 17.1713 14.4153C17.1899 14.3265 17.201 14.2376 17.2158 14.1451C17.3231 13.4972 17.4231 12.8493 17.5342 12.2014C17.5897 11.883 17.5008 11.6275 17.2787 11.4054C16.7789 10.9056 16.2865 10.3947 15.7867 9.88748C15.6608 9.7616 15.5868 9.62092 15.6534 9.43581C15.7016 9.30623 15.7867 9.22108 15.92 9.20256C16.4568 9.11741 16.9899 9.03596 17.5268 8.95451C17.7119 8.9249 17.8933 8.89898 18.0784 8.87306C18.3857 8.82864 18.5967 8.65833 18.73 8.36586C19.0336 7.71056 19.3446 7.05896 19.6519 6.40366C19.7222 6.24817 19.8185 6.1297 20.0073 6.1408V6.1371Z",
18090
+ fill: "#00BCD4"
18091
+ }), React__default.createElement("path", {
18092
+ "fill-rule": "evenodd",
18093
+ "clip-rule": "evenodd",
18094
+ d: "M17.3753 16.104C16.3385 16.104 15.4965 16.946 15.4965 17.9828V23.2588C15.2681 23.1599 15.0151 23.1049 14.7504 23.1049H9.50432C8.46752 23.1049 7.62549 23.947 7.62549 24.9838V31.9847C7.62549 33.0215 8.46752 33.8636 9.50432 33.8636H14.7541C15.2639 33.8636 15.7278 33.6594 16.0647 33.3291C16.4016 33.6594 16.8655 33.8636 17.3753 33.8636H22.6251C23.1349 33.8636 23.5988 33.6594 23.9357 33.3291C24.2726 33.6594 24.7365 33.8636 25.2463 33.8636H30.4961C31.5329 33.8636 32.3749 33.0215 32.3749 31.9847V28.4861C32.3749 27.9856 32.2525 27.4739 31.9488 27.1057C31.6451 26.7375 31.1745 26.5301 30.5193 26.6036H25.25C24.9853 26.6036 24.7323 26.6585 24.5039 26.7574V17.9828C24.5039 16.946 23.6619 16.104 22.6251 16.104H17.3753ZM16.6329 17.9828C16.6329 17.572 16.9682 17.2367 17.379 17.2367H22.6288C23.0396 17.2367 23.3749 17.572 23.3749 17.9828V31.981C23.3749 32.3918 23.0396 32.7271 22.6288 32.7271H17.379C16.9682 32.7271 16.6329 32.3918 16.6329 31.981V17.9828ZM8.75825 24.9801C8.75825 24.5693 9.09353 24.234 9.50432 24.234H14.7541C15.1649 24.234 15.5002 24.5693 15.5002 24.9801V31.981C15.5002 32.3918 15.1649 32.7271 14.7541 32.7271H9.50432C9.09353 32.7271 8.75825 32.3918 8.75825 31.981V24.9801ZM24.5039 28.4824C24.5039 28.0716 24.8392 27.7363 25.25 27.7363H30.4998C30.9106 27.7363 31.2458 28.0716 31.2458 28.4824V31.981C31.2458 32.3918 30.9106 32.7271 30.4998 32.7271H25.25C24.8392 32.7271 24.5039 32.3918 24.5039 31.981V28.4824Z",
18095
+ fill: "#6392BD"
18096
+ })), "StarChart");
18097
+ var Support = createSvgIcon(React__default.createElement("svg", {
18098
+ width: "40",
18099
+ height: "40",
18100
+ viewBox: "0 0 40 40",
18101
+ fill: "none",
18102
+ xmlns: "http://www.w3.org/2000/svg"
18103
+ }, React__default.createElement("circle", {
18104
+ cx: "20",
18105
+ cy: "20",
18106
+ r: "20",
18107
+ fill: "#E6F3F8"
18108
+ }), React__default.createElement("path", {
18109
+ "fill-rule": "evenodd",
18110
+ "clip-rule": "evenodd",
18111
+ d: "M18.6446 11.3209C18.6446 10.898 18.987 10.5556 19.4099 10.5556H20.9364C21.3593 10.5556 21.7016 10.898 21.7016 11.3209V12.8474C21.7016 12.9038 21.6936 12.9602 21.6815 13.0125C22.4266 13.1777 23.1274 13.4676 23.7598 13.8543C23.792 13.7979 23.8323 13.7496 23.8766 13.7013L24.956 12.6218C25.2541 12.3238 25.7374 12.3238 26.0354 12.6218L27.1149 13.7013C27.4129 13.9993 27.4129 14.4826 27.1149 14.7807L26.0354 15.8601C25.9992 15.8964 25.9629 15.9245 25.9227 15.9527C26.3657 16.6294 26.696 17.3906 26.8772 18.2083C26.9296 18.1962 26.986 18.1881 27.0424 18.1881H28.5689C28.9918 18.1881 29.3341 18.5305 29.3341 18.9534V20.4799C29.3341 20.9028 28.9918 21.2451 28.5689 21.2451H27.0424C26.986 21.2451 26.9296 21.2371 26.8772 21.225C26.704 22.0064 26.3939 22.7354 25.9791 23.3919C26.0274 23.4201 26.0717 23.4563 26.112 23.4966L27.1914 24.5761C27.4894 24.8741 27.4894 25.3574 27.1914 25.6555L26.112 26.7349C25.8139 27.0329 25.3306 27.0329 25.0325 26.7349L23.9531 25.6555C23.9128 25.6152 23.8766 25.5709 23.8484 25.5226C23.1919 25.9374 22.4629 26.2435 21.6815 26.4207C21.6936 26.4731 21.7016 26.5295 21.7016 26.5859V28.1124C21.7016 28.5353 21.3593 28.8776 20.9364 28.8776H19.4099C18.987 28.8776 18.6446 28.5353 18.6446 28.1124V26.5859C18.6446 26.5295 18.6527 26.4731 18.6647 26.4207C17.8471 26.2395 17.0859 25.9092 16.4092 25.4662C16.381 25.5065 16.3528 25.5427 16.3166 25.579L15.2372 26.6584C14.9391 26.9564 14.4558 26.9564 14.1577 26.6584L13.0783 25.579C12.7803 25.2809 12.7803 24.7976 13.0783 24.4995L14.1577 23.4201C14.2061 23.3758 14.2544 23.3355 14.3108 23.3033C13.9241 22.6709 13.6341 21.9701 13.469 21.225C13.4166 21.2371 13.3603 21.2451 13.3039 21.2451H11.7774C11.3545 21.2451 11.0121 20.9028 11.0121 20.4799V18.9534C11.0121 18.5305 11.3545 18.1881 11.7774 18.1881H13.3039C13.3603 18.1881 13.4166 18.1962 13.469 18.2083C13.6422 17.4269 13.9523 16.6979 14.3672 16.0413C14.3189 16.0132 14.2745 15.9769 14.2343 15.9366L13.1548 14.8572C12.8568 14.5592 12.8568 14.0758 13.1548 13.7778L14.2343 12.6984C14.5323 12.4003 15.0156 12.4003 15.3137 12.6984L16.3931 13.7778C16.4334 13.8181 16.4696 13.8624 16.4978 13.9107C17.1544 13.4958 17.8834 13.1857 18.6647 13.0125C18.6527 12.9602 18.6446 12.9038 18.6446 12.8474V11.3209ZM20.1711 22.7797C21.8587 22.7797 23.2281 21.4103 23.2281 19.7227C23.2281 18.0351 21.8587 16.6656 20.1711 16.6656C18.4835 16.6656 17.1141 18.0351 17.1141 19.7227C17.1141 21.4103 18.4835 22.7797 20.1711 22.7797Z",
18112
+ fill: "#00BCD4"
18113
+ }), React__default.createElement("path", {
18114
+ "fill-rule": "evenodd",
18115
+ "clip-rule": "evenodd",
18116
+ d: "M10.5806 8.56555C13.6322 5.95047 17.7315 4.58061 22.0237 5.11399L22.2298 5.13959L22.2355 5.14534C30.2264 6.25272 35.8849 13.5976 34.8856 21.6211C33.8777 29.7135 26.4752 35.4786 18.3825 34.4707C15.506 34.1101 12.9236 32.9509 10.8321 31.2271L6.07973 32.1174L6.07688 32.1179C5.35132 32.2467 4.76661 31.5038 5.09245 30.8265C5.09233 30.8267 5.09258 30.8262 5.09245 30.8265L7.1019 26.6376C5.74479 24.0606 5.13984 21.0603 5.52482 17.9639M21.6704 6.28924C17.8045 5.86722 14.123 7.12119 11.3669 9.48306C8.88603 11.6089 7.15572 14.6237 6.72397 18.1125C6.35759 21.059 6.96667 23.9076 8.30821 26.3285L8.45942 26.6014L6.43497 30.8215L11.1755 29.9334L11.3953 30.1221C13.3495 31.7987 15.7929 32.9284 18.5324 33.2717C25.9623 34.1969 32.7612 28.902 33.6866 21.4718C34.6119 14.0418 29.3173 7.24258 21.8787 6.3171L21.6727 6.29147L21.6704 6.28924ZM10.5806 8.56555C7.88191 10.8781 5.99534 14.1627 5.52482 17.9639L10.5806 8.56555Z",
18117
+ fill: "#6392BD"
18118
+ })), "Support");
18119
+ var TrendChart = createSvgIcon(React__default.createElement("svg", {
18120
+ width: "40",
18121
+ height: "40",
18122
+ viewBox: "0 0 40 40",
18123
+ fill: "none",
18124
+ xmlns: "http://www.w3.org/2000/svg"
18125
+ }, React__default.createElement("path", {
18126
+ d: "M40 20C40 31.0457 31.0457 40 20 40C8.9543 40 0 31.0457 0 20C0 8.9543 8.9543 0 20 0C31.0457 0 40 8.9543 40 20Z",
18127
+ fill: "#E6F3F8"
18128
+ }), React__default.createElement("path", {
18129
+ "fill-rule": "evenodd",
18130
+ "clip-rule": "evenodd",
18131
+ d: "M7.99961 7.3501C8.35859 7.3501 8.64961 7.64111 8.64961 8.0001V31.3752H33.297C33.656 31.3752 33.947 31.6662 33.947 32.0252C33.947 32.3842 33.656 32.6752 33.297 32.6752H7.99961C7.64062 32.6752 7.34961 32.3842 7.34961 32.0252V8.0001C7.34961 7.64111 7.64062 7.3501 7.99961 7.3501Z",
18132
+ fill: "#6392BD"
18133
+ }), React__default.createElement("path", {
18134
+ d: "M14.5451 20.0455L10.046 25.4445C10.016 25.4804 9.99961 25.5257 9.99961 25.5725V29.9299C9.99961 30.119 10.2377 30.2025 10.3558 30.0549L15.5205 23.5989C15.8031 23.2457 16.2877 23.1262 16.7022 23.3075L23.2226 26.1601C23.6708 26.3563 24.1952 26.1992 24.4618 25.789L30.3945 16.6619C30.4531 16.5716 30.5727 16.544 30.665 16.5994L32.1751 17.5054C32.5222 17.7136 32.9599 17.4448 32.9311 17.041L32.5958 12.3469C32.548 11.6769 31.8663 11.2437 31.2394 11.4848L26.8431 13.1757C26.4763 13.3168 26.4082 13.8065 26.7226 14.0423L27.8483 14.8866C27.9332 14.9503 27.9535 15.0692 27.8947 15.1575L23.4398 21.8398C23.182 22.2265 22.6918 22.3847 22.2566 22.2215L15.6644 19.7494C15.2663 19.6001 14.8173 19.7189 14.5451 20.0455Z",
18135
+ fill: "#00BCD4"
18136
+ })), "TrendChart");
18137
+ var TrollyBox = createSvgIcon(React__default.createElement("svg", {
18138
+ width: "40",
18139
+ height: "40",
18140
+ viewBox: "0 0 40 40",
18141
+ fill: "none",
18142
+ xmlns: "http://www.w3.org/2000/svg"
18143
+ }, React__default.createElement("circle", {
18144
+ cx: "20",
18145
+ cy: "20",
18146
+ r: "20",
18147
+ fill: "#E6F3F8"
18148
+ }), React__default.createElement("path", {
18149
+ d: "M19.5797 9.71647C19.3761 9.71647 19.2095 10.0089 19.2095 10.3681V13.5631C19.2095 13.689 19.2983 13.7889 19.4131 13.7889H23.0561C23.1672 13.7889 23.2597 13.689 23.2597 13.5631V10.3681C23.2597 10.0089 23.0931 9.71647 22.8895 9.71647H19.5797Z",
18150
+ fill: "#00BCD4"
18151
+ }), React__default.createElement("path", {
18152
+ "fill-rule": "evenodd",
18153
+ "clip-rule": "evenodd",
18154
+ d: "M15.5671 7.4795C15.2165 7.4795 15.0113 7.72345 14.9266 7.86953C14.8313 8.03393 14.789 8.22442 14.789 8.4057V28.172C14.789 28.3493 14.8279 28.5408 14.9246 28.7084C15.0152 28.8656 15.2229 29.0982 15.5671 29.0982H26.8997C27.2503 29.0982 27.4555 28.8543 27.5402 28.7082C27.6355 28.5438 27.6778 28.3533 27.6778 28.172V8.4057C27.6778 8.22842 27.6389 8.03692 27.5422 7.86929C27.4516 7.71208 27.2439 7.4795 26.8997 7.4795H15.5671ZM15.9186 27.9684V8.60937H26.5478V27.9684H15.9186Z",
18155
+ fill: "#6392BD"
18156
+ }), React__default.createElement("path", {
18157
+ d: "M29.4023 30.0895H15.4338C15.145 29.2787 14.5045 28.642 13.6974 28.3532V9.41987C13.6974 8.93857 13.3457 8.54613 12.8829 8.47209C12.8681 8.44988 12.857 8.42396 12.8385 8.40175L10.6875 6.25074C10.469 6.03231 10.1173 6.03231 9.90259 6.25074C9.68416 6.46917 9.68416 6.82089 9.90259 7.03562L11.8685 9.00151C11.8093 9.12739 11.7722 9.26807 11.7722 9.41616V28.3458C10.4912 28.8011 9.62863 30.1414 9.92481 31.6297C10.1432 32.7403 11.0392 33.6363 12.1499 33.8547C13.6419 34.1509 14.9784 33.2883 15.4338 32.0073H29.4023C29.8762 32.0073 30.2613 31.6223 30.2613 31.1484V30.9411C30.2613 30.4672 29.8762 30.0821 29.4023 30.0821V30.0895Z",
18158
+ fill: "#00BCD4"
18159
+ })), "TrollyBox");
18160
+ var Truck = createSvgIcon(React__default.createElement("svg", {
18161
+ width: "40",
18162
+ height: "40",
18163
+ viewBox: "0 0 40 40",
18164
+ fill: "none",
18165
+ xmlns: "http://www.w3.org/2000/svg"
18166
+ }, React__default.createElement("circle", {
18167
+ cx: "20",
18168
+ cy: "20",
18169
+ r: "20",
18170
+ fill: "#E6F3F8"
18171
+ }), React__default.createElement("path", {
18172
+ d: "M8.3333 9.9C8.01215 9.9 7.75182 10.1603 7.75182 10.4815C7.75182 10.8026 8.01215 11.063 8.3333 11.063H23.3074V18.1111C23.3074 18.5141 23.634 18.8407 24.037 18.8407H31.4258L32.937 20.352V25.8259H31.0095C30.8992 23.824 29.241 22.2347 27.2116 22.2347C25.1822 22.2347 23.524 23.824 23.4138 25.8259H18.6868C18.5773 23.8233 16.9188 22.2333 14.8889 22.2333C12.8589 22.2333 11.2004 23.8233 11.0909 25.8259H7.96293C7.64178 25.8259 7.38145 26.0863 7.38145 26.4074C7.38145 26.7285 7.64178 26.9889 7.96293 26.9889H11.2053C11.6279 28.6289 13.1167 29.8407 14.8889 29.8407C16.661 29.8407 18.1498 28.6289 18.5724 26.9889H23.5277C23.9498 28.6296 25.439 29.8421 27.2116 29.8421C28.9843 29.8421 30.4735 28.6296 30.8956 26.9889H33.3703C33.7733 26.9889 34.1 26.6622 34.1 26.2593V20.1725C34.1 19.979 34.0231 19.7934 33.8863 19.6565L32.1343 17.9046L29.2649 12.8034C28.8995 12.1538 28.2121 11.7519 27.4669 11.7519H24.4703V10.6296C24.4703 10.2267 24.1437 9.9 23.7407 9.9H8.3333ZM28.2513 13.3736L30.6724 17.6778H24.4703V12.9148H27.4669C27.792 12.9148 28.0919 13.0902 28.2513 13.3736ZM17.5296 26.037C17.5296 27.4954 16.3473 28.6777 14.8889 28.6777C13.4304 28.6777 12.2481 27.4954 12.2481 26.037C12.2481 24.5785 13.4304 23.3962 14.8889 23.3962C16.3473 23.3962 17.5296 24.5785 17.5296 26.037ZM29.8524 26.0384C29.8524 27.4968 28.6701 28.6791 27.2116 28.6791C25.7532 28.6791 24.5709 27.4968 24.5709 26.0384C24.5709 24.58 25.7532 23.3977 27.2116 23.3977C28.6701 23.3977 29.8524 24.58 29.8524 26.0384Z",
18173
+ fill: "#6392BD",
18174
+ stroke: "#6392BD",
18175
+ "stroke-width": "0.2"
18176
+ }), React__default.createElement("rect", {
18177
+ x: "6",
18178
+ y: "13.4443",
18179
+ width: "10.3704",
18180
+ height: "1.48148",
18181
+ rx: "0.740741",
18182
+ fill: "#00BCD4"
18183
+ }), React__default.createElement("rect", {
18184
+ x: "6",
18185
+ y: "17.1479",
18186
+ width: "8.88889",
18187
+ height: "1.48148",
18188
+ rx: "0.740741",
18189
+ fill: "#00BCD4"
18190
+ }), React__default.createElement("rect", {
18191
+ x: "6.74072",
18192
+ y: "20.8516",
18193
+ width: "5.92593",
18194
+ height: "1.48148",
18195
+ rx: "0.740741",
18196
+ fill: "#00BCD4"
18197
+ })), "Truck");
18198
+ var Txt = createSvgIcon(React__default.createElement("svg", {
18199
+ width: "40",
18200
+ height: "40",
18201
+ viewBox: "0 0 40 40",
18202
+ fill: "none",
18203
+ xmlns: "http://www.w3.org/2000/svg"
18204
+ }, React__default.createElement("circle", {
18205
+ cx: "20",
18206
+ cy: "20",
18207
+ r: "20",
18208
+ fill: "#E6F3F8"
18209
+ }), React__default.createElement("path", {
18210
+ "fill-rule": "evenodd",
18211
+ "clip-rule": "evenodd",
18212
+ d: "M8.94132 6.31624C8.80416 6.31624 8.68474 6.42919 8.68474 6.58048V16.9775C8.68474 17.2947 8.42756 17.5519 8.11032 17.5519C7.79307 17.5519 7.5359 17.2947 7.5359 16.9775V6.58048C7.5359 5.80503 8.1594 5.1674 8.94132 5.1674H25.1821C25.7325 5.1674 26.174 5.61564 26.174 6.16306V10.9497L31.0029 10.9422C31.5534 10.9422 31.9948 11.3905 31.9948 11.9379V33.4596C31.9948 34.235 31.3713 34.8726 30.5893 34.8726H8.94514C8.16323 34.8726 7.53973 34.235 7.53973 33.4596V30.7636C7.53973 30.4464 7.7969 30.1892 8.11415 30.1892C8.43139 30.1892 8.68857 30.4464 8.68857 30.7636V33.4596C8.68857 33.6108 8.80799 33.7238 8.94514 33.7238H30.5893C30.7265 33.7238 30.8459 33.6108 30.8459 33.4596V12.0913L26.017 12.0988C25.4665 12.0988 25.0251 11.6505 25.0251 11.1031V6.31624H8.94132Z",
18213
+ fill: "#6392BD"
18214
+ }), React__default.createElement("path", {
18215
+ d: "M27.2966 9.39481V5.3394C27.2966 5.15175 27.5264 5.05602 27.6604 5.19005L31.9265 9.45609C32.0605 9.59012 31.9648 9.81989 31.7771 9.81989H27.7255C27.4919 9.81989 27.3005 9.62841 27.3005 9.39481H27.2966Z",
18216
+ fill: "#00BCD4"
18217
+ }), React__default.createElement("path", {
18218
+ "fill-rule": "evenodd",
18219
+ "clip-rule": "evenodd",
18220
+ d: "M26.7027 18.6311H5.80141C5.36102 18.6311 5.00488 18.986 5.00488 19.4249V28.0276C5.00488 28.4665 5.36102 28.8214 5.80141 28.8214H26.7027C27.1431 28.8214 27.4992 28.4665 27.4992 28.0276V19.4249C27.4992 18.986 27.1431 18.6311 26.7027 18.6311ZM12.7672 21.7264C12.6409 21.8447 12.4762 21.9096 12.2924 21.9096H10.9635V26.1689C10.9635 26.3597 10.8908 26.5276 10.7529 26.6612C10.6189 26.7872 10.4466 26.8559 10.2551 26.8559C10.0636 26.8559 9.89129 26.791 9.76109 26.6612C9.62323 26.5276 9.55047 26.3597 9.55047 26.1689V21.9096H8.21781C8.03017 21.9096 7.8655 21.8447 7.73913 21.7264C7.60893 21.6042 7.54 21.4401 7.54 21.2531C7.54 21.0661 7.60893 20.902 7.73913 20.7798C7.8655 20.6615 8.03017 20.5966 8.21398 20.5966H12.2885C12.4762 20.5966 12.6409 20.6615 12.7672 20.7798C12.8974 20.902 12.9664 21.0661 12.9664 21.2531C12.9664 21.4401 12.8974 21.6042 12.7672 21.7264ZM18.6838 25.7491C18.7872 25.8788 18.837 26.0391 18.8293 26.2109C18.8216 26.3788 18.7565 26.5315 18.6416 26.6536C18.5536 26.7452 18.4004 26.852 18.1515 26.852C18.0404 26.852 17.9409 26.833 17.8528 26.791C17.7609 26.749 17.6804 26.6879 17.6077 26.604L16.1831 24.7338L14.682 26.6231C14.5173 26.7833 14.3488 26.8482 14.165 26.8482C13.9046 26.8482 13.7476 26.7337 13.6633 26.6383C13.5523 26.5124 13.4948 26.3559 13.4948 26.188C13.4948 26.02 13.5484 25.8712 13.6518 25.7414L15.2755 23.6919L13.7476 21.6844C13.6404 21.547 13.5906 21.3829 13.6097 21.2111C13.6289 21.0546 13.6901 20.9134 13.8012 20.7951C13.9237 20.6653 14.0922 20.5966 14.2837 20.5966C14.5709 20.5966 14.7279 20.7188 14.8122 20.8256L16.2138 22.6652L17.669 20.8218C17.8221 20.6653 17.9945 20.5966 18.1936 20.5966C18.4349 20.5966 18.5842 20.6997 18.6685 20.7837C18.7795 20.8982 18.8446 21.047 18.8561 21.2149C18.8638 21.3752 18.8178 21.5317 18.7182 21.6767L17.1213 23.6957L18.6838 25.7491ZM24.7612 21.7264C24.6348 21.8447 24.4701 21.9096 24.2863 21.9096H22.9575V26.1689C22.9575 26.3597 22.8847 26.5276 22.7468 26.6612C22.6128 26.7872 22.4405 26.8559 22.249 26.8559C22.0575 26.8559 21.8852 26.791 21.755 26.6612C21.6172 26.5276 21.5444 26.3597 21.5444 26.1689V21.9096H20.2117C20.0241 21.9096 19.8594 21.8447 19.733 21.7264C19.6028 21.6042 19.5339 21.4401 19.5339 21.2531C19.5339 21.0661 19.6028 20.902 19.733 20.7798C19.8594 20.6615 20.0241 20.5966 20.2079 20.5966H24.2825C24.4701 20.5966 24.6348 20.6615 24.7612 20.7798C24.8914 20.902 24.9603 21.0661 24.9603 21.2531C24.9603 21.4401 24.8914 21.6042 24.7612 21.7264Z",
18221
+ fill: "#00BCD4"
18222
+ })), "Txt");
18223
+ var Upload = createSvgIcon(React__default.createElement("svg", {
18224
+ width: "40",
18225
+ height: "40",
18226
+ viewBox: "0 0 40 40",
18227
+ fill: "none",
18228
+ xmlns: "http://www.w3.org/2000/svg"
18229
+ }, React__default.createElement("circle", {
18230
+ cx: "20",
18231
+ cy: "20",
18232
+ r: "20",
18233
+ fill: "#E6F3F8"
18234
+ }), React__default.createElement("path", {
18235
+ "fill-rule": "evenodd",
18236
+ "clip-rule": "evenodd",
18237
+ d: "M8.98993 6.38497C8.85346 6.38497 8.73464 6.49736 8.73464 6.64788V16.9927C8.73464 17.3083 8.47876 17.5642 8.16311 17.5642C7.84746 17.5642 7.59157 17.3083 7.59157 16.9927V6.64788C7.59157 5.87633 8.21194 5.2419 8.98993 5.2419H25.1491C25.6968 5.2419 26.136 5.68789 26.136 6.23256V10.9951L30.9407 10.9877C31.4883 10.9877 31.9275 11.4337 31.9275 11.9784V33.3919C31.9275 34.1635 31.3072 34.7979 30.5292 34.7979H8.99374C8.21575 34.7979 7.59538 34.1635 7.59538 33.3919V30.7095C7.59538 30.3938 7.85127 30.138 8.16692 30.138C8.48257 30.138 8.73845 30.3938 8.73845 30.7095V33.3919C8.73845 33.5424 8.85727 33.6548 8.99374 33.6548H30.5292C30.6656 33.6548 30.7845 33.5424 30.7845 33.3919V12.131L25.9798 12.1384C25.4321 12.1384 24.9929 11.6924 24.9929 11.1478V6.38497H8.98993Z",
18238
+ fill: "#6392BD"
18239
+ }), React__default.createElement("path", {
18240
+ d: "M27.2525 9.44808V5.41304C27.2525 5.22634 27.4811 5.13108 27.6145 5.26444L31.8591 9.50904C31.9924 9.6424 31.8972 9.87101 31.7105 9.87101H27.6792C27.4468 9.87101 27.2563 9.6805 27.2563 9.44808H27.2525Z",
18241
+ fill: "#00BCD4"
18242
+ }), React__default.createElement("path", {
18243
+ "fill-rule": "evenodd",
18244
+ "clip-rule": "evenodd",
18245
+ d: "M26.6615 18.6824H5.86528C5.42711 18.6824 5.07275 19.0368 5.07275 19.4749V28.0632C5.07275 28.5014 5.42711 28.8557 5.86528 28.8557H26.6615C27.0997 28.8557 27.4541 28.5014 27.4541 28.0632V19.4749C27.4541 19.0368 27.0997 18.6824 26.6615 18.6824ZM13.7334 21.3877L16.1072 19.7569C16.2139 19.6845 16.3663 19.6845 16.473 19.7569L18.7934 21.3877C19.0068 21.5363 18.8848 21.8373 18.6105 21.8373H17.3874V25.2436C17.3874 25.3808 17.2579 25.4951 17.094 25.4951H15.4861C15.3261 25.4951 15.1927 25.3808 15.1927 25.2436V21.8373H13.9125C13.6382 21.8373 13.5162 21.5363 13.7296 21.3877H13.7334ZM19.9822 27.606H12.5446V24.7826C12.5446 24.394 12.8609 24.0815 13.2457 24.0815C13.6305 24.0815 13.9468 24.3978 13.9468 24.7826V26.2H18.5724V24.7826C18.5724 24.394 18.8887 24.0815 19.2735 24.0815C19.6583 24.0815 19.9746 24.3978 19.9746 24.7826V27.606H19.9822Z",
18246
+ fill: "#00BCD4"
18247
+ })), "Upload");
18248
+ var UserConfig = createSvgIcon(React__default.createElement("svg", {
18249
+ width: "40",
18250
+ height: "40",
18251
+ viewBox: "0 0 40 40",
18252
+ fill: "none",
18253
+ xmlns: "http://www.w3.org/2000/svg"
18254
+ }, React__default.createElement("circle", {
18255
+ cx: "20",
18256
+ cy: "20",
18257
+ r: "20",
18258
+ fill: "#E6F3F8"
18259
+ }), React__default.createElement("path", {
18260
+ "fill-rule": "evenodd",
18261
+ "clip-rule": "evenodd",
18262
+ d: "M28.9942 22.3371C28.9942 22.3809 28.9903 22.4246 28.9783 22.4644C29.5869 22.5996 30.1556 22.8422 30.6648 23.1644C30.6886 23.1286 30.7165 23.0928 30.7483 23.061L31.5875 22.2218C31.8182 21.9911 32.1961 21.9911 32.4308 22.2218L33.27 23.061C33.5007 23.2917 33.5007 23.6695 33.27 23.9042L32.4308 24.7434C32.3989 24.7752 32.3631 24.803 32.3273 24.8269C32.6495 25.336 32.8921 25.9048 33.0274 26.5133C33.0672 26.5053 33.1109 26.4974 33.1547 26.4974H34.3439C34.674 26.4974 34.9366 26.7639 34.9366 27.09V28.2792C34.9366 28.6093 34.6701 28.8719 34.3439 28.8719H33.1547C33.1109 28.8719 33.0672 28.8679 33.0274 28.8559C32.8961 29.4366 32.6734 29.9815 32.3711 30.4747C32.4148 30.4986 32.4546 30.5304 32.4904 30.5662L33.3297 31.4094C33.5604 31.6401 33.5604 32.0179 33.3297 32.2486L32.4904 33.0918C32.2597 33.3225 31.8819 33.3225 31.6472 33.0918L30.808 32.2486C30.7801 32.2208 30.7562 32.1929 30.7364 32.1611C30.2074 32.5071 29.6147 32.7617 28.9823 32.9049C28.9903 32.9486 28.9982 32.9884 28.9982 33.0361V34.2253C28.9982 34.5555 28.7317 34.8219 28.4016 34.8219H27.2123C26.8822 34.8219 26.6157 34.5555 26.6157 34.2253V33.0361C26.6157 32.9924 26.6197 32.9486 26.6316 32.9049C26.0231 32.7696 25.4543 32.531 24.9452 32.2049C24.9213 32.2407 24.8935 32.2764 24.8616 32.3083L24.0184 33.1515C23.7877 33.3821 23.4099 33.3821 23.1792 33.1515L22.336 32.3083C22.1053 32.0776 22.1053 31.6997 22.336 31.4651L23.1792 30.6259C23.211 30.594 23.2468 30.5662 23.2826 30.5463C22.9604 30.0372 22.7178 29.4685 22.5826 28.8599C22.5428 28.8679 22.499 28.8758 22.4553 28.8758H21.266C20.9359 28.8758 20.6734 28.6094 20.6734 28.2832V27.094C20.6734 26.7639 20.9399 26.5014 21.266 26.5014H22.4553C22.499 26.5014 22.5428 26.5053 22.5826 26.5173C22.7258 25.8809 22.9803 25.2883 23.3263 24.7633C23.2945 24.7434 23.2667 24.7195 23.2388 24.6917L22.3996 23.8485C22.1689 23.6178 22.1689 23.24 22.3996 23.0093L23.2388 22.1661C23.4695 21.9354 23.8474 21.9354 24.0821 22.1661L24.9213 23.0093C24.9571 23.0451 24.9889 23.0848 25.0128 23.1286C25.506 22.8263 26.0469 22.6036 26.6276 22.4723C26.6197 22.4326 26.6117 22.3888 26.6117 22.3451V21.1558C26.6117 20.8257 26.8782 20.5632 27.2084 20.5632H28.3976C28.7277 20.5632 28.9942 20.8297 28.9942 21.1558V22.3451V22.3371ZM30.1835 27.6906C30.1835 26.3781 29.1175 25.3121 27.805 25.3121C26.4924 25.3121 25.4264 26.3781 25.4264 27.6906C25.4264 29.0031 26.4924 30.069 27.805 30.069C29.1175 30.069 30.1835 29.0031 30.1835 27.6906Z",
18263
+ fill: "#00BCD4"
18264
+ }), React__default.createElement("path", {
18265
+ "fill-rule": "evenodd",
18266
+ "clip-rule": "evenodd",
18267
+ d: "M17.9583 6.37093C14.6522 6.37093 11.9722 9.0509 11.9722 12.3568C11.9722 15.6627 14.6522 18.3427 17.9583 18.3427C21.2643 18.3427 23.9443 15.6627 23.9443 12.3568C23.9443 9.0509 21.2643 6.37093 17.9583 6.37093ZM10.7789 12.3568C10.7789 8.39192 13.9932 5.17773 17.9583 5.17773C21.9233 5.17773 25.1376 8.39192 25.1376 12.3568C25.1376 16.3217 21.9233 19.5359 17.9583 19.5359C13.9932 19.5359 10.7789 16.3217 10.7789 12.3568Z",
18268
+ fill: "#6392BD"
18269
+ }), React__default.createElement("path", {
18270
+ "fill-rule": "evenodd",
18271
+ "clip-rule": "evenodd",
18272
+ d: "M25.4915 19.2915C25.3837 19.2472 25.1986 19.2686 25.0397 19.4318L25.0388 19.4327L25.0379 19.4337C23.2055 21.2997 20.7171 22.464 17.9659 22.464C15.2147 22.464 12.7263 21.2997 10.8938 19.4337L10.8929 19.4327L10.892 19.4318C10.7334 19.2689 10.5512 19.2463 10.4382 19.2924C8.00855 20.3079 6.25623 22.8119 6.25623 25.797V28.9431C6.25623 29.1964 6.44363 29.3448 6.60227 29.3448H21.2155C21.545 29.3448 21.8121 29.6119 21.8121 29.9414C21.8121 30.2709 21.545 30.538 21.2155 30.538H6.60227C5.71881 30.538 5.06299 29.7875 5.06299 28.9431V25.797C5.06299 22.3395 7.09644 19.395 9.97989 18.1907L9.98113 18.1902L9.98238 18.1897C10.6405 17.9183 11.3242 18.1659 11.746 18.5985C13.3739 20.2558 15.5627 21.2708 17.9659 21.2708C20.369 21.2708 22.5577 20.2559 24.1856 18.5986C24.6071 18.1663 25.2959 17.9174 25.9514 18.1905L25.9528 18.1911L25.9541 18.1917C26.2577 18.3199 26.5541 18.4659 26.839 18.6299C27.1245 18.7943 27.2227 19.159 27.0583 19.4446C26.8939 19.7301 26.5291 19.8283 26.2436 19.6639C26.004 19.526 25.7521 19.4017 25.4915 19.2915Z",
18273
+ fill: "#6392BD"
18274
+ })), "UserConfig");
18275
+ var Users = createSvgIcon(React__default.createElement("svg", {
18276
+ width: "40",
18277
+ height: "40",
18278
+ viewBox: "0 0 40 40",
18279
+ fill: "none",
18280
+ xmlns: "http://www.w3.org/2000/svg"
18281
+ }, React__default.createElement("circle", {
18282
+ cx: "20",
18283
+ cy: "20",
18284
+ r: "20",
18285
+ fill: "#E6F3F8"
18286
+ }), React__default.createElement("path", {
18287
+ d: "M20.0015 25.0389C16.1658 25.0389 13.0469 21.9199 13.0469 18.0842C13.0469 14.2485 16.1658 11.1296 20.0015 11.1296C23.8372 11.1296 26.9562 14.2485 26.9562 18.0842C26.9562 21.9199 23.8372 25.0389 20.0015 25.0389ZM20.0015 12.3071C16.8156 12.3071 14.2283 14.8983 14.2283 18.0803C14.2283 21.2623 16.8195 23.8535 20.0015 23.8535C23.1835 23.8535 25.7747 21.2623 25.7747 18.0803C25.7747 14.8983 23.1835 12.3071 20.0015 12.3071Z",
18288
+ fill: "#6392BD"
18289
+ }), React__default.createElement("path", {
18290
+ d: "M9.00935 35.6719C8.18236 35.6719 7.50894 34.9748 7.50894 34.1124V31.0682C7.50894 27.7996 9.37953 24.9052 12.274 23.7001C12.849 23.4599 13.5263 23.6174 13.9989 24.0978C15.6332 25.7637 17.7637 26.6812 20.0045 26.6812C22.2452 26.6812 24.3797 25.7637 26.01 24.0978C26.4826 23.6174 27.156 23.4599 27.7349 23.7001C30.6294 24.9091 32.5 27.7996 32.5 31.0682V34.1124C32.5 34.9709 31.8266 35.6719 30.9996 35.6719H9.00935ZM12.8293 24.7713C12.7938 24.7713 12.7584 24.7791 12.7269 24.7909C10.2735 25.8148 8.69037 28.2801 8.69037 31.0682V34.1124C8.69037 34.3211 8.83214 34.4904 9.00935 34.4904H30.9996C31.1768 34.4904 31.3186 34.3211 31.3186 34.1124V31.0682C31.3186 28.2761 29.7315 25.8148 27.282 24.7909C27.1363 24.7319 26.963 24.8146 26.8567 24.9248C24.9979 26.8191 22.5642 27.8587 20.0045 27.8587C17.4447 27.8587 15.011 26.8151 13.1561 24.9248C13.0734 24.8421 12.9514 24.7713 12.8332 24.7713H12.8293Z",
18291
+ fill: "#6392BD"
18292
+ }), React__default.createElement("path", {
18293
+ "fill-rule": "evenodd",
18294
+ "clip-rule": "evenodd",
18295
+ d: "M16.9382 10.373C16.4656 8.06531 14.4218 6.32861 11.9762 6.32861C9.18021 6.32861 6.91187 8.59695 6.91187 11.393C6.91187 14.189 9.14083 16.414 11.9054 16.4534C12.307 13.6101 14.2918 11.2748 16.9422 10.373H16.9382Z",
18296
+ fill: "#00BCD4"
18297
+ }), React__default.createElement("path", {
18298
+ "fill-rule": "evenodd",
18299
+ "clip-rule": "evenodd",
18300
+ d: "M11.9199 18.702C9.95478 18.6863 8.17477 17.8554 6.85551 16.5085C6.63104 16.2801 6.29631 16.1738 6.00095 16.2998C3.95709 17.1544 2.5 19.2494 2.5 21.7304V24.1523C2.5 24.5777 2.82292 24.9203 3.22461 24.9203H8.26535C9.10022 23.9161 10.1635 23.1048 11.404 22.585C11.6521 22.4826 11.9159 22.4275 12.1877 22.4275C12.7705 22.4275 12.4161 21.8289 11.9159 18.6981L11.9199 18.702Z",
18301
+ fill: "#00BCD4"
18302
+ })), "Users");
18303
+ var WhatsApp = createSvgIcon(React__default.createElement("svg", {
18304
+ width: "40",
18305
+ height: "40",
18306
+ viewBox: "0 0 40 40",
18307
+ fill: "none",
18308
+ xmlns: "http://www.w3.org/2000/svg"
18309
+ }, React__default.createElement("circle", {
18310
+ cx: "20",
18311
+ cy: "20",
18312
+ r: "20",
18313
+ fill: "#E6F3F8"
18314
+ }), React__default.createElement("path", {
18315
+ "fill-rule": "evenodd",
18316
+ "clip-rule": "evenodd",
18317
+ d: "M8.71415 5.96829C7.76764 5.96829 7 6.73593 7 7.68244V32.9641C7 33.5705 7.31437 34.1026 7.78932 34.4077C8.05526 34.5777 8.37395 34.6782 8.71415 34.6782H21.5611C22.5076 34.6782 23.2752 33.9106 23.2752 32.9641V25.7736C23.2752 25.5765 23.1528 25.351 22.9183 25.3076C22.8419 25.2882 22.7756 25.2882 22.7267 25.2882C22.5918 25.2815 22.4526 25.3222 22.344 25.3995C22.2329 25.4785 22.142 25.6059 22.142 25.7696V29.6327H8.26005V11.0178H16.7569C16.9957 11.0178 17.2137 10.8798 17.3148 10.6619C17.5059 10.2534 17.225 9.75776 16.7569 9.75776H8.26005V8.01937C8.26005 7.58248 8.61419 7.22834 9.05107 7.22834H19.5831C19.7256 7.22834 19.8657 7.17388 19.9731 7.07722C20.1822 6.88946 20.2183 6.6111 20.1423 6.38832C20.0661 6.16464 19.8659 5.96829 19.5791 5.96829H8.71415ZM8.26005 32.6271V30.8887H14.4749C14.3551 30.9513 14.2452 31.0303 14.1481 31.1224L14.147 31.1234C13.8767 31.3848 13.7029 31.7536 13.7029 32.1634C13.7029 32.7016 13.999 33.1721 14.4389 33.4182H9.05107C8.61419 33.4182 8.26005 33.064 8.26005 32.6271ZM16.5763 32.1634C16.5763 31.6077 16.2621 31.128 15.8033 30.8887H22.146V32.6271C22.146 33.064 21.7919 33.4182 21.355 33.4182H15.8418C16.2807 33.1729 16.5763 32.7039 16.5763 32.1634Z",
18318
+ fill: "#6392BD"
18319
+ }), React__default.createElement("path", {
18320
+ "fill-rule": "evenodd",
18321
+ "clip-rule": "evenodd",
18322
+ d: "M16.9045 13.8405C17.589 8.32081 22.6391 4.39298 28.1548 5.07747C33.6784 5.76593 37.6102 10.812 36.9218 16.3277C36.2333 21.8434 31.1872 25.7752 25.6715 25.0907C23.638 24.836 21.8233 23.9963 20.3707 22.7547L16.7931 23.4273C16.618 23.4591 16.4787 23.28 16.5543 23.1168L18.0785 19.9412C17.0836 18.1424 16.6299 16.0292 16.9006 13.8405H16.9045ZM24.1553 9.24407C24.4498 9.29183 24.5931 9.32764 24.7284 9.81713C24.8995 10.43 25.3054 11.9382 25.3571 12.0934C25.4089 12.2486 25.4566 12.4596 25.3333 12.6386C25.2218 12.8177 25.1343 12.8973 24.9831 13.0286L24.9512 13.0565C24.8876 13.1162 24.8239 13.1679 24.7642 13.2197C24.6647 13.3032 24.5652 13.3828 24.4578 13.4863C24.3026 13.6256 24.1275 13.7808 24.2628 14.0952C24.3981 14.4056 24.8677 15.4363 25.6357 16.3158C26.551 17.3584 27.3549 17.8041 27.717 18.0071L27.8006 18.0548C27.9279 18.1265 28.0752 18.1623 28.2145 18.1503C28.3259 18.1424 28.4333 18.1026 28.5209 18.031C28.6761 17.8996 28.8552 17.7166 29.0502 17.5096L29.4322 17.0958C29.667 16.8371 29.9257 16.8331 30.1764 16.9684C30.4351 17.0958 31.7762 17.9792 32.0547 18.1623L32.21 18.2658C32.397 18.3891 32.5243 18.4687 32.5681 18.5722C32.6238 18.7035 32.5522 19.2885 32.2259 19.9412C31.8996 20.5938 30.8688 21.0395 30.0849 21.1072C29.5476 21.1549 28.8552 21.1589 26.6704 19.9173C24.0797 18.4488 22.5834 15.5676 22.2849 14.9866L22.2372 14.8951L22.2252 14.8752C22.07 14.5966 21.2502 13.1242 21.4253 11.7313C21.6004 10.3385 22.4202 9.68581 22.7505 9.42315C23.0211 9.20428 23.435 9.14459 23.817 9.19234C23.9285 9.20826 24.0399 9.22418 24.1513 9.24407H24.1553Z",
18323
+ fill: "#00BCD4"
18324
+ })), "WhatsApp");
18325
+ var Xls = createSvgIcon(React__default.createElement("svg", {
18326
+ width: "40",
18327
+ height: "40",
18328
+ viewBox: "0 0 40 40",
18329
+ fill: "none",
18330
+ xmlns: "http://www.w3.org/2000/svg"
18331
+ }, React__default.createElement("circle", {
18332
+ cx: "20",
18333
+ cy: "20",
18334
+ r: "20",
18335
+ fill: "#E6F3F8"
18336
+ }), React__default.createElement("path", {
18337
+ "fill-rule": "evenodd",
18338
+ "clip-rule": "evenodd",
18339
+ d: "M8.93835 6.31157C8.80115 6.31157 8.68168 6.42456 8.68168 6.5759V16.9766C8.68168 17.294 8.42442 17.5513 8.10706 17.5513C7.7897 17.5513 7.53243 17.294 7.53243 16.9766V6.5759C7.53243 5.80018 8.15615 5.16232 8.93835 5.16232H25.1849C25.7356 5.16232 26.1771 5.61072 26.1771 6.15834V10.9466L31.0078 10.9392C31.5584 10.9392 32 11.3876 32 11.9352V33.4646C32 34.2403 31.3763 34.8781 30.5941 34.8781H8.94218C8.15998 34.8781 7.53626 34.2403 7.53626 33.4646V30.7676C7.53626 30.4503 7.79353 30.193 8.11089 30.193C8.42825 30.193 8.68552 30.4503 8.68552 30.7676V33.4646C8.68552 33.6159 8.80498 33.7289 8.94218 33.7289H30.5941C30.7313 33.7289 30.8507 33.6159 30.8507 33.4646V12.0887L26.0201 12.0961C25.4694 12.0961 25.0279 11.6477 25.0279 11.1001V6.31157H8.93835Z",
18340
+ fill: "#6392BD"
18341
+ }), React__default.createElement("path", {
18342
+ d: "M27.2996 9.39072V5.33386C27.2996 5.14615 27.5294 5.05038 27.6635 5.18446L31.9311 9.45201C32.0652 9.58609 31.9694 9.81594 31.7817 9.81594H27.7286C27.495 9.81594 27.3034 9.6244 27.3034 9.39072H27.2996Z",
18343
+ fill: "#00BCD4"
18344
+ }), React__default.createElement("path", {
18345
+ "fill-rule": "evenodd",
18346
+ "clip-rule": "evenodd",
18347
+ d: "M26.7247 18.554H5.79681C5.35627 18.554 5 18.9129 5 19.3481V27.9614C5 28.4005 5.3601 28.7555 5.79681 28.7555H26.7247C27.1652 28.7555 27.5215 28.4005 27.5215 27.9614V19.3481C27.5215 18.909 27.1614 18.554 26.7247 18.554ZM13.7535 25.7508C13.8569 25.8806 13.9067 26.041 13.899 26.2128C13.8914 26.3808 13.8263 26.5335 13.7113 26.6557C13.6232 26.7473 13.47 26.8542 13.221 26.8542C13.1099 26.8542 13.0103 26.8351 12.9222 26.7931C12.8302 26.7511 12.7498 26.69 12.677 26.606L11.2519 24.7352L9.75024 26.6289C9.58551 26.7893 9.41696 26.8542 9.23308 26.8542C8.97258 26.8542 8.81552 26.7397 8.73124 26.6442C8.62014 26.5182 8.56268 26.3617 8.56268 26.1937C8.56268 26.0257 8.61631 25.8768 8.71974 25.7432L10.344 23.6891L8.81552 21.6771C8.70825 21.5434 8.65845 21.3754 8.67761 21.2036C8.69676 21.0433 8.75805 20.9058 8.86915 20.7875C8.99173 20.6577 9.16029 20.5889 9.35183 20.5889C9.63915 20.5889 9.79621 20.7111 9.88049 20.818L11.2826 22.6621L12.7383 20.818C12.8915 20.6615 13.0639 20.5928 13.2631 20.5928C13.5045 20.5928 13.6539 20.6958 13.7381 20.7798C13.8492 20.8944 13.9144 21.0433 13.9259 21.2113C13.9335 21.3716 13.8875 21.5282 13.7841 21.6732L12.1828 23.6968L13.7458 25.7546L13.7535 25.7508ZM18.7604 26.6595C18.6263 26.7855 18.4539 26.8542 18.2624 26.8542H15.1058C14.9142 26.8542 14.7418 26.7855 14.6116 26.6557C14.4775 26.522 14.4085 26.354 14.4085 26.167V21.2762C14.4085 21.0853 14.4813 20.9173 14.6192 20.7837C14.8912 20.524 15.3394 20.5317 15.6038 20.7837C15.7417 20.9173 15.8145 21.0853 15.8145 21.2762V25.4836H18.2624C18.4539 25.4836 18.6263 25.5485 18.7565 25.6783C18.8945 25.8081 18.9672 25.9799 18.9672 26.1708C18.9672 26.3617 18.8945 26.5297 18.7565 26.6633L18.7604 26.6595ZM23.7328 25.7852C23.5911 26.0257 23.3957 26.2319 23.1582 26.3922C22.9283 26.5488 22.664 26.6671 22.3767 26.7435C22.0932 26.816 21.7982 26.8542 21.4994 26.8542C21.1432 26.8542 20.7984 26.8008 20.4728 26.6938C20.1433 26.5869 19.8522 26.4342 19.607 26.2395C19.3503 26.0333 19.1588 25.7928 19.0362 25.5256C18.9443 25.3385 18.9481 25.1323 19.0592 24.9567C19.1281 24.846 19.266 24.7009 19.538 24.6474C19.6951 24.6169 19.8598 24.6398 20.0092 24.7161C20.1586 24.7925 20.2697 24.907 20.3463 25.0598C20.3847 25.1323 20.4536 25.2087 20.5532 25.2812C20.6643 25.3614 20.806 25.4301 20.9708 25.4797C21.3232 25.5905 21.7484 25.5828 22.074 25.4683C22.2311 25.411 22.3537 25.3347 22.4495 25.2354C22.5223 25.1552 22.5567 25.0598 22.5567 24.9376C22.5567 24.7696 22.4839 24.6169 22.3345 24.4756C22.1775 24.3267 21.8825 24.2236 21.4764 24.1854C20.7907 24.1244 20.2314 23.922 19.8253 23.5898C19.3886 23.2348 19.1703 22.7881 19.1703 22.2574C19.1703 21.8641 19.289 21.5243 19.5265 21.2456C19.7487 20.9822 20.0514 20.7837 20.4268 20.65C21.0627 20.4209 21.9285 20.3904 22.5261 20.6004C22.7904 20.6958 23.0279 20.8256 23.2271 20.9936C23.4225 21.1578 23.5949 21.3525 23.7405 21.5778C23.8516 21.742 23.8975 21.9138 23.8745 22.0856C23.8477 22.2727 23.7481 22.4254 23.5796 22.5285C23.4034 22.6315 23.208 22.6545 23.0126 22.5972C22.8287 22.5437 22.6832 22.4292 22.5874 22.2727C22.5223 22.1619 22.4456 22.0703 22.3575 21.9978C22.2694 21.9252 22.1622 21.8641 22.0396 21.8221C21.9055 21.7763 21.7369 21.7572 21.5531 21.7572C21.2428 21.7572 20.9899 21.8107 20.7907 21.9176C20.6375 22.0016 20.5724 22.1085 20.5724 22.2765C20.5724 22.3643 20.5953 22.4483 20.6451 22.5361C20.6758 22.5895 20.7524 22.6697 20.9401 22.7537C21.1202 22.8377 21.3922 22.895 21.7523 22.9293C22.4188 22.9942 22.9551 23.1966 23.3421 23.5288C23.7481 23.88 23.955 24.3496 23.955 24.9147C23.955 25.243 23.8822 25.537 23.7328 25.7852Z",
18348
+ fill: "#00BCD4"
18349
+ })), "Xls");
18350
+ var Zip = createSvgIcon(React__default.createElement("svg", {
18351
+ width: "40",
18352
+ height: "40",
18353
+ viewBox: "0 0 40 40",
18354
+ fill: "none",
18355
+ xmlns: "http://www.w3.org/2000/svg"
18356
+ }, React__default.createElement("circle", {
18357
+ cx: "20",
18358
+ cy: "20",
18359
+ r: "20",
18360
+ fill: "#E6F3F8"
18361
+ }), React__default.createElement("path", {
18362
+ "fill-rule": "evenodd",
18363
+ "clip-rule": "evenodd",
18364
+ d: "M8.98993 6.38525C8.85346 6.38525 8.73464 6.49763 8.73464 6.64816V16.9929C8.73464 17.3086 8.47876 17.5645 8.16311 17.5645C7.84746 17.5645 7.59157 17.3086 7.59157 16.9929V6.64816C7.59157 5.8766 8.21194 5.24218 8.98993 5.24218H25.1491C25.6968 5.24218 26.136 5.68817 26.136 6.23284V10.9954L30.9407 10.988C31.4883 10.988 31.9275 11.434 31.9275 11.9787V33.3922C31.9275 34.1637 31.3072 34.7982 30.5292 34.7982H8.99374C8.21575 34.7982 7.59538 34.1637 7.59538 33.3922V30.7098C7.59538 30.3941 7.85127 30.1382 8.16692 30.1382C8.48257 30.1382 8.73845 30.3941 8.73845 30.7098V33.3922C8.73845 33.5427 8.85727 33.6551 8.99374 33.6551H30.5292C30.6656 33.6551 30.7845 33.5427 30.7845 33.3922V12.1313L25.9798 12.1387C25.4321 12.1387 24.9929 11.6927 24.9929 11.148V6.38525H8.98993Z",
18365
+ fill: "#6392BD"
18366
+ }), React__default.createElement("path", {
18367
+ d: "M27.253 9.44783V5.4128C27.253 5.2261 27.4816 5.13084 27.615 5.2642L31.8596 9.5088C31.9929 9.64216 31.8977 9.87077 31.711 9.87077H27.6798C27.4473 9.87077 27.2568 9.68026 27.2568 9.44783H27.253Z",
18368
+ fill: "#00BCD4"
18369
+ }), React__default.createElement("path", {
18370
+ d: "M20.3588 22.0017C20.5378 22.0017 20.6902 22.0359 20.8198 22.1121C20.9493 22.1884 21.0484 22.2874 21.1208 22.4132C21.197 22.5427 21.2313 22.6913 21.2313 22.8666C21.2313 23.0304 21.197 23.1638 21.1246 23.2857C21.0522 23.4038 20.9532 23.4991 20.8236 23.5677C20.6941 23.6401 20.5416 23.6743 20.3588 23.6743H19.5472V22.0017H20.3588Z",
18371
+ fill: "#00BCD4"
18372
+ }), React__default.createElement("path", {
18373
+ "fill-rule": "evenodd",
18374
+ "clip-rule": "evenodd",
18375
+ d: "M5.86528 18.7287H26.6615C27.0997 18.7287 27.4541 19.0831 27.4541 19.5213V28.1095C27.4541 28.5477 27.0997 28.902 26.6615 28.902H5.86528C5.42711 28.902 5.07275 28.5477 5.07275 28.1095V19.5213C5.07275 19.0831 5.42711 18.7287 5.86528 18.7287ZM15.1089 25.8348C15.0175 25.751 14.8612 25.6557 14.6174 25.6557H11.874L15.1546 21.7998C15.2842 21.6588 15.3375 21.4911 15.3185 21.3082C15.2994 21.1444 15.2232 20.9958 15.1013 20.8777C14.9755 20.7558 14.8041 20.691 14.6098 20.691H10.7005C10.5176 20.691 10.3499 20.752 10.2204 20.8625C10.0718 20.9882 9.99557 21.1635 10.007 21.3273C9.99939 21.5102 10.0642 21.674 10.1899 21.796C10.3118 21.9103 10.4795 21.9712 10.689 21.9712H13.341L10.068 25.8234C9.95366 25.9567 9.90032 26.1206 9.91556 26.2958C9.9308 26.4597 9.99939 26.6083 10.1137 26.7302C10.2051 26.8255 10.3614 26.936 10.6166 26.936H14.6174C14.8117 26.936 14.9717 26.8788 15.0975 26.7721C15.2385 26.654 15.3147 26.4864 15.3147 26.2882C15.3147 26.113 15.2423 25.9567 15.1089 25.8348ZM17.216 26.7416C17.3493 26.6121 17.4179 26.4444 17.4179 26.2539V21.3692C17.4179 21.1711 17.3455 21.0034 17.2122 20.8739C16.9531 20.6338 16.4958 20.6262 16.2253 20.8739C16.0843 21.0034 16.0119 21.1749 16.0119 21.373V26.2501C16.0119 26.4406 16.0843 26.6121 16.2215 26.7416C16.3549 26.8674 16.5225 26.936 16.7168 26.936C16.9111 26.936 17.0864 26.8712 17.216 26.7416ZM21.5101 24.7184C21.853 24.5393 22.1235 24.2879 22.3179 23.964V23.9564C22.5084 23.6325 22.6074 23.2743 22.6074 22.859C22.6074 22.4437 22.5084 22.0627 22.3179 21.735C22.1274 21.4073 21.8568 21.1482 21.5139 20.9615C21.1786 20.7786 20.79 20.6872 20.3594 20.6872H18.8429C18.6562 20.6872 18.4886 20.752 18.3552 20.8739C18.2142 21.0034 18.1419 21.1749 18.1419 21.373V26.2501C18.1419 26.4406 18.2142 26.6121 18.3514 26.7416C18.4848 26.8674 18.6524 26.936 18.8467 26.936C19.0411 26.936 19.2163 26.8712 19.3459 26.7416C19.4792 26.6121 19.5478 26.4444 19.5478 26.2539V24.9851H20.3594C20.7862 24.9851 21.1748 24.8937 21.5101 24.7184Z",
18376
+ fill: "#00BCD4"
18377
+ })), "Zip");
18378
+ var AddCalendar = createSvgIcon(React__default.createElement("svg", {
18379
+ width: "40",
18380
+ height: "40",
18381
+ viewBox: "0 0 40 40",
18382
+ fill: "none",
18383
+ xmlns: "http://www.w3.org/2000/svg"
18384
+ }, React__default.createElement("circle", {
18385
+ cx: "20",
18386
+ cy: "20",
18387
+ r: "20",
18388
+ fill: "#E6F3F8"
18389
+ }), React__default.createElement("path", {
18390
+ "fill-rule": "evenodd",
18391
+ "clip-rule": "evenodd",
18392
+ d: "M8.43011 15.6079C8.13315 15.6079 7.91141 15.8421 7.91141 16.1036V29.9321C7.91141 30.1936 8.13315 30.4278 8.43011 30.4278H21.9998C22.3181 30.4278 22.5762 30.6858 22.5762 31.0041C22.5762 31.3224 22.3181 31.5805 21.9998 31.5805H8.43011C7.52059 31.5805 6.75871 30.854 6.75871 29.9321V16.1036C6.75871 15.1817 7.52059 14.4552 8.43011 14.4552H29.6705C30.58 14.4552 31.3419 15.1817 31.3419 16.1036V20.7528C31.3419 21.0711 31.0838 21.3292 30.7655 21.3292C30.4472 21.3292 30.1892 21.0711 30.1892 20.7528V16.1036C30.1892 15.8421 29.9674 15.6079 29.6705 15.6079H8.43011Z",
18393
+ fill: "#6392BD"
18394
+ }), React__default.createElement("path", {
18395
+ "fill-rule": "evenodd",
18396
+ "clip-rule": "evenodd",
18397
+ d: "M26.2074 6C25.57 6 25.0579 6.54177 25.0579 7.20393V8.85031H12.4138V7.20393C12.4138 6.53629 11.8966 6 11.2644 6C10.6269 6 10.1149 6.54177 10.1149 7.20393V8.85031H7.65121C7.10713 8.85031 6.6665 9.28623 6.6665 9.82448V12.3262C6.6665 12.8645 7.10713 13.3004 7.65121 13.3004H30.2727C30.8167 13.3004 31.2574 12.8645 31.2574 12.3262V9.82448C31.2574 9.28623 30.8167 8.85031 30.2727 8.85031H27.3569V7.20393C27.3569 6.53629 26.8396 6 26.2074 6ZM12.0486 11.3601C12.1619 11.3131 12.2174 11.2276 12.2416 11.1138C12.1877 11.2046 12.1227 11.2874 12.0486 11.3601Z",
18398
+ fill: "#00BCD4"
18399
+ }), React__default.createElement("path", {
18400
+ d: "M29.3332 21.9619C26.021 21.9619 23.3332 24.6498 23.3332 27.9619C23.3332 31.2741 26.021 33.9619 29.3332 33.9619C32.6453 33.9619 35.3332 31.2741 35.3332 27.9619C35.3332 24.6498 32.6519 21.9619 29.3332 21.9619ZM30.0626 28.698V31.6224C30.0626 32.0233 29.734 32.3518 29.3332 32.3518C28.9323 32.3518 28.6037 32.0233 28.6037 31.6224V28.698H25.6859C25.285 28.698 24.9564 28.3694 24.9564 27.9685C24.9564 27.5676 25.285 27.239 25.6859 27.239H28.6103V24.3146C28.6103 23.9137 28.9389 23.5851 29.3397 23.5851C29.7406 23.5851 30.0692 23.9137 30.0692 24.3146V27.239H32.9936C33.3945 27.239 33.7231 27.5676 33.7231 27.9685C33.7231 28.3694 33.3945 28.698 32.9936 28.698H30.0626Z",
18401
+ fill: "#00BCD4"
18402
+ })), "AddCalendar");
18403
+ var Ai = createSvgIcon(React__default.createElement("svg", {
18404
+ width: "40",
18405
+ height: "40",
18406
+ viewBox: "0 0 40 40",
18407
+ fill: "none",
18408
+ xmlns: "http://www.w3.org/2000/svg"
18409
+ }, React__default.createElement("circle", {
18410
+ cx: "20",
18411
+ cy: "20",
18412
+ r: "20",
18413
+ fill: "#E6F3F8"
18414
+ }), React__default.createElement("path", {
18415
+ d: "M24.2875 34.923C23.9408 34.923 23.6609 34.6432 23.6609 34.2965V28.2985H29.5003V21.5027C29.5003 20.6965 30.156 20.0407 30.9622 20.0407H33.5143C33.6187 20.0407 33.6688 19.9781 33.6939 19.9405C33.7147 19.9029 33.7482 19.8277 33.7022 19.7358C32.9504 18.2405 31.4885 15.6466 28.8069 11.7788C24.7093 5.88103 18.987 6.09823 18.7447 6.11076C18.398 6.12329 18.1057 5.86433 18.0848 5.51764C18.0681 5.17096 18.3312 4.87858 18.6737 4.85769C18.941 4.84099 25.3233 4.56949 29.8344 11.0687C32.5577 14.995 34.0489 17.6432 34.8216 19.1761C35.0514 19.6314 35.0305 20.166 34.7631 20.6004C34.4958 21.0348 34.028 21.2938 33.5184 21.2938H30.9663C30.8494 21.2938 30.7575 21.3857 30.7575 21.5027V29.5515H24.9182V34.2965C24.9182 34.6432 24.6383 34.923 24.2917 34.923H24.2875Z",
18416
+ fill: "#6392BD"
18417
+ }), React__default.createElement("path", {
18418
+ d: "M20.4407 12.054H13.1896V7.9815C13.1896 7.63481 13.4694 7.35496 13.8161 7.35496C14.1628 7.35496 14.4426 7.63481 14.4426 7.9815V10.8009H20.4407C20.7874 10.8009 21.0672 11.0808 21.0672 11.4274C21.0672 11.7741 20.7874 12.054 20.4407 12.054Z",
18419
+ fill: "#6392BD"
18420
+ }), React__default.createElement("path", {
18421
+ d: "M22.4547 16.8003H6.43213V12.8615C6.43213 12.5148 6.71198 12.235 7.05866 12.235C7.40535 12.235 7.6852 12.5148 7.6852 12.8615V15.5472H22.4547C22.8014 15.5472 23.0813 15.8271 23.0813 16.1738C23.0813 16.5205 22.8014 16.8003 22.4547 16.8003Z",
18422
+ fill: "#6392BD"
18423
+ }), React__default.createElement("path", {
18424
+ d: "M13.8161 20.8186C13.4694 20.8186 13.1896 20.5387 13.1896 20.1921V16.3535C13.1896 16.0068 13.4694 15.7269 13.8161 15.7269C14.1628 15.7269 14.4426 16.0068 14.4426 16.3535V20.1921C14.4426 20.5387 14.1628 20.8186 13.8161 20.8186Z",
18425
+ fill: "#6392BD"
18426
+ }), React__default.createElement("path", {
18427
+ d: "M8.49058 28.0578C8.1439 28.0578 7.86405 27.778 7.86405 27.4313C7.86405 27.0846 8.1439 26.8048 8.49058 26.8048H20.9336C21.2803 26.8048 21.5601 27.0846 21.5601 27.4313C21.5601 27.778 21.2803 28.0578 20.9336 28.0578H8.49058Z",
18428
+ fill: "#6392BD"
18429
+ }), React__default.createElement("path", {
18430
+ d: "M16.4561 32.1053C16.1094 32.1053 15.8296 31.8254 15.8296 31.4787V27.4313C15.8296 27.0846 16.1094 26.8048 16.4561 26.8048C16.8028 26.8048 17.0826 27.0846 17.0826 27.4313V31.4787C17.0826 31.8254 16.8028 32.1053 16.4561 32.1053Z",
18431
+ fill: "#6392BD"
18432
+ }), React__default.createElement("path", {
18433
+ d: "M13.691 9.17182C14.8168 9.17182 15.7294 8.25923 15.7294 7.13349C15.7294 6.00775 14.8168 5.09516 13.691 5.09516C12.5653 5.09516 11.6527 6.00775 11.6527 7.13349C11.6527 8.25923 12.5653 9.17182 13.691 9.17182Z",
18434
+ fill: "#00BCD4"
18435
+ }), React__default.createElement("path", {
18436
+ d: "M7.05835 13.7841C8.18409 13.7841 9.09668 12.8715 9.09668 11.7458C9.09668 10.62 8.18409 9.70742 7.05835 9.70742C5.93261 9.70742 5.02002 10.62 5.02002 11.7458C5.02002 12.8715 5.93261 13.7841 7.05835 13.7841Z",
18437
+ fill: "#00BCD4"
18438
+ }), React__default.createElement("path", {
18439
+ d: "M13.8163 23.461C14.9421 23.461 15.8547 22.5484 15.8547 21.4227C15.8547 20.297 14.9421 19.3844 13.8163 19.3844C12.6906 19.3844 11.778 20.297 11.778 21.4227C11.778 22.5484 12.6906 23.461 13.8163 23.461Z",
18440
+ fill: "#00BCD4"
18441
+ }), React__default.createElement("path", {
18442
+ d: "M7.92639 29.4688C9.05213 29.4688 9.96472 28.5562 9.96472 27.4304C9.96472 26.3047 9.05213 25.3921 7.92639 25.3921C6.80065 25.3921 5.88806 26.3047 5.88806 27.4304C5.88806 28.5562 6.80065 29.4688 7.92639 29.4688Z",
18443
+ fill: "#00BCD4"
18444
+ }), React__default.createElement("path", {
18445
+ d: "M16.4563 35.1483C17.5821 35.1483 18.4947 34.2357 18.4947 33.1099C18.4947 31.9842 17.5821 31.0716 16.4563 31.0716C15.3306 31.0716 14.418 31.9842 14.418 33.1099C14.418 34.2357 15.3306 35.1483 16.4563 35.1483Z",
18446
+ fill: "#00BCD4"
18447
+ })), "Ai");
18448
+ var BasicCalendar = createSvgIcon(React__default.createElement("svg", {
18449
+ width: "40",
18450
+ height: "40",
18451
+ viewBox: "0 0 40 40",
18452
+ fill: "none",
18453
+ xmlns: "http://www.w3.org/2000/svg"
18454
+ }, React__default.createElement("circle", {
18455
+ cx: "20",
18456
+ cy: "20",
18457
+ r: "20",
18458
+ fill: "#E6F3F8"
18459
+ }), React__default.createElement("path", {
18460
+ "fill-rule": "evenodd",
18461
+ "clip-rule": "evenodd",
18462
+ d: "M27.1574 7.10596C26.5195 7.10596 26.0071 7.64811 26.0071 8.31074V9.95831H13.354V8.31074C13.354 7.64263 12.8363 7.10596 12.2037 7.10596C11.5658 7.10596 11.0534 7.64811 11.0534 8.31074V9.95831H8.58795C8.04348 9.95831 7.60254 10.3945 7.60254 10.9332V13.4367C7.60254 13.9754 8.04348 14.4116 8.58795 14.4116H31.2256C31.77 14.4116 32.211 13.9754 32.211 13.4367V10.9332C32.211 10.3945 31.77 9.95831 31.2256 9.95831H28.3077V8.31074C28.3077 7.64263 27.79 7.10596 27.1574 7.10596ZM12.9884 12.4699C13.1019 12.4228 13.1574 12.3373 13.1816 12.2234C13.1277 12.3143 13.0627 12.3972 12.9884 12.4699Z",
18463
+ fill: "#00BCD4"
18464
+ }), React__default.createElement("path", {
18465
+ "fill-rule": "evenodd",
18466
+ "clip-rule": "evenodd",
18467
+ d: "M9.46911 16.9102C9.17193 16.9102 8.95003 17.1445 8.95003 17.4062V31.2446C8.95003 31.5063 9.17193 31.7406 9.46911 31.7406H30.667C30.9855 31.7406 31.2437 31.4824 31.2437 31.1639V17.4062C31.2437 17.1445 31.0218 16.9102 30.7246 16.9102H9.46911ZM7.79651 17.4062C7.79651 16.4836 8.55894 15.7567 9.46911 15.7567H30.7246C31.6348 15.7567 32.3972 16.4836 32.3972 17.4062V31.1639C32.3972 32.1195 31.6226 32.8942 30.667 32.8942H9.46911C8.55893 32.8942 7.79651 32.1672 7.79651 31.2446V17.4062Z",
18468
+ fill: "#6392BD"
18469
+ })), "BasicCalendar");
18470
+ var Books = createSvgIcon(React__default.createElement("svg", {
18471
+ width: "40",
18472
+ height: "40",
18473
+ viewBox: "0 0 40 40",
18474
+ fill: "none",
18475
+ xmlns: "http://www.w3.org/2000/svg"
18476
+ }, React__default.createElement("circle", {
18477
+ cx: "20",
18478
+ cy: "20",
18479
+ r: "20",
18480
+ fill: "#E6F3F8"
18481
+ }), React__default.createElement("path", {
18482
+ d: "M21.8035 15.3103H18.237C18.0439 15.3103 17.8873 15.4669 17.8873 15.66V16.8453C17.8873 17.0384 18.0439 17.195 18.237 17.195H21.8035C21.9966 17.195 22.1531 17.0384 22.1531 16.8453V15.66C22.1531 15.4669 21.9966 15.3103 21.8035 15.3103Z",
18483
+ fill: "#00BCD4"
18484
+ }), React__default.createElement("path", {
18485
+ d: "M21.8035 18.6466H18.237C18.0439 18.6466 17.8873 18.8032 17.8873 18.9963V20.1816C17.8873 20.3747 18.0439 20.5313 18.237 20.5313H21.8035C21.9966 20.5313 22.1531 20.3747 22.1531 20.1816V18.9963C22.1531 18.8032 21.9966 18.6466 21.8035 18.6466Z",
18486
+ fill: "#00BCD4"
18487
+ }), React__default.createElement("path", {
18488
+ d: "M14.4373 26.3528H10.9372C10.7441 26.3528 10.5875 26.5093 10.5875 26.7024V28.4193C10.5875 28.6124 10.7441 28.7689 10.9372 28.7689H14.4373C14.6304 28.7689 14.7869 28.6124 14.7869 28.4193V26.7024C14.7869 26.5093 14.6304 26.3528 14.4373 26.3528Z",
18489
+ fill: "#00BCD4"
18490
+ }), React__default.createElement("path", {
18491
+ d: "M29.0661 12.6952H25.6395C25.4464 12.6952 25.2898 12.8517 25.2898 13.0448V13.919C25.2898 14.1121 25.4464 14.2686 25.6395 14.2686H29.0661C29.2593 14.2686 29.4158 14.1121 29.4158 13.919V13.0448C29.4158 12.8517 29.2593 12.6952 29.0661 12.6952Z",
18492
+ fill: "#00BCD4"
18493
+ }), React__default.createElement("path", {
18494
+ d: "M29.0661 28.584H25.6395C25.4464 28.584 25.2898 28.7406 25.2898 28.9337V29.8078C25.2898 30.0009 25.4464 30.1575 25.6395 30.1575H29.0661C29.2593 30.1575 29.4158 30.0009 29.4158 29.8078V28.9337C29.4158 28.7406 29.2593 28.584 29.0661 28.584Z",
18495
+ fill: "#00BCD4"
18496
+ }), React__default.createElement("path", {
18497
+ "fill-rule": "evenodd",
18498
+ "clip-rule": "evenodd",
18499
+ d: "M8.45117 7.89477C8.45117 7.38523 8.86423 6.97217 9.37377 6.97217H16.0033C16.5128 6.97217 16.9259 7.38523 16.9259 7.89477V12.5247H23.0745V11.1469C23.0745 10.6373 23.4875 10.2243 23.9971 10.2243H30.6266C31.1361 10.2243 31.5492 10.6373 31.5492 11.1469V32.1053C31.5492 32.6149 31.1361 33.0279 30.6266 33.0279H23.9971C23.8399 33.0279 23.6918 32.9886 23.5622 32.9192H16.0842C16.0576 32.9216 16.0306 32.9227 16.0033 32.9227H9.37377C8.86423 32.9227 8.45117 32.5097 8.45117 32.0001V7.89477ZM9.59706 8.11806V31.7769H15.78V8.11806H9.59706ZM23.0745 13.6706V31.7734H16.93V13.6706H23.0745ZM24.2515 31.882H30.4033V11.3702H24.2204V27.4829L24.2515 31.882Z",
18500
+ fill: "#6392BD"
18501
+ })), "Books");
18502
+ var Brick = createSvgIcon(React__default.createElement("svg", {
18503
+ width: "40",
18504
+ height: "40",
18505
+ viewBox: "0 0 40 40",
18506
+ fill: "none",
18507
+ xmlns: "http://www.w3.org/2000/svg"
18508
+ }, React__default.createElement("circle", {
18509
+ cx: "20",
18510
+ cy: "20",
18511
+ r: "20",
18512
+ fill: "#E6F3F8"
18513
+ }), React__default.createElement("path", {
18514
+ d: "M23.542 19.4797L15.0958 27.926C14.6559 28.3659 14.6559 29.0815 15.0958 29.5214L19.577 34.0025C20.0169 34.4425 20.7325 34.4425 21.1724 34.0025L29.6186 25.5563C30.0585 25.1164 30.0585 24.4008 29.6186 23.9609L25.1374 19.4797C24.6975 19.0398 23.9819 19.0398 23.542 19.4797ZM18.6532 27.3775C18.7412 27.2896 18.8819 27.2896 18.9699 27.3775L21.7149 30.1226C21.8029 30.2105 21.8029 30.3513 21.7149 30.4393L20.1811 31.9731C20.0932 32.0611 19.9524 32.0611 19.8644 31.9731L17.1194 29.2281C17.0314 29.1401 17.0314 28.9993 17.1194 28.9114L18.6532 27.3775ZM21.5888 24.4419C21.6768 24.3539 21.8176 24.3539 21.9056 24.4419L24.6506 27.1869C24.7386 27.2749 24.7386 27.4157 24.6506 27.5037L23.1168 29.0375C23.0288 29.1254 22.888 29.1254 22.8001 29.0375L20.055 26.2924C19.967 26.2045 19.967 26.0637 20.055 25.9757L21.5888 24.4419ZM24.5274 21.5033C24.6154 21.4153 24.7562 21.4153 24.8442 21.5033L27.5892 24.2483C27.6772 24.3363 27.6772 24.4771 27.5892 24.5651L26.0554 26.0989C25.9674 26.1869 25.8266 26.1869 25.7386 26.0989L22.9936 23.3539C22.9056 23.2659 22.9056 23.1251 22.9936 23.0371L24.5274 21.5033Z",
18515
+ fill: "#00BCD4"
18516
+ }), React__default.createElement("path", {
18517
+ "fill-rule": "evenodd",
18518
+ "clip-rule": "evenodd",
18519
+ d: "M29.3959 5.72424C29.9708 5.57761 30.5485 5.72131 30.9385 6.11136C31.3286 6.50141 31.4723 7.07916 31.3286 7.64517C30.8124 9.7098 29.9708 13.0971 29.9092 13.3816C29.7156 14.3552 29.3607 15.6075 28.3196 16.6486C26.2998 18.6685 23.1037 18.8185 20.9091 17.0987L17.4836 20.5241L17.6944 20.7349C18.4305 21.471 18.4305 22.6676 17.6944 23.4037L9.21593 31.8822C8.47982 32.6183 7.28327 32.6183 6.54716 31.8821L5.16878 30.5038C4.43267 29.7677 4.43267 28.5711 5.16878 27.835L13.6473 19.3565C14.3834 18.6204 15.5799 18.6204 16.316 19.3565L16.6038 19.6443L20.0198 16.2283C20.0071 16.213 19.9945 16.1977 19.9819 16.1823C18.3455 14.147 18.3572 11.1967 20.0054 9.16725C21.0201 7.92378 22.3516 7.48387 23.5217 7.17007C23.8507 7.07985 27.9419 6.0797 29.1264 5.79015C29.251 5.75969 29.3434 5.73709 29.3959 5.72424ZM30.1233 7.3431C30.1611 7.18866 30.1353 7.06897 30.0602 6.99265C29.9838 6.91748 29.8613 6.88879 29.7097 6.92959C29.7097 6.92959 24.205 8.27571 23.8472 8.36955C22.7621 8.66282 21.7298 9.02061 20.9732 9.95322C19.6974 11.5222 19.6887 13.8303 20.9527 15.4051C21.0582 15.5342 21.1667 15.6544 21.2811 15.7688C22.9821 17.4698 25.7388 17.4698 27.4398 15.7688C28.1759 15.0327 28.4868 14.1529 28.6892 13.1411C28.7566 12.798 30.1233 7.3431 30.1233 7.3431ZM15.4362 20.2363C15.184 19.9841 14.7764 19.9871 14.5271 20.2363L6.04859 28.7148C5.79638 28.967 5.79932 29.3747 6.0486 29.624L7.42698 31.0023C7.67919 31.2545 8.08683 31.2516 8.33611 31.0023L16.8146 22.5239C17.0668 22.2716 17.0639 21.864 16.8146 21.6147L15.4362 20.2363Z",
18520
+ fill: "#6392BD"
18521
+ })), "Brick");
18522
+ var Building = createSvgIcon(React__default.createElement("svg", {
18523
+ width: "40",
18524
+ height: "40",
18525
+ viewBox: "0 0 40 40",
18526
+ fill: "none",
18527
+ xmlns: "http://www.w3.org/2000/svg"
18528
+ }, React__default.createElement("circle", {
18529
+ cx: "20",
18530
+ cy: "20",
18531
+ r: "20",
18532
+ fill: "#E6F3F8"
18533
+ }), React__default.createElement("path", {
18534
+ "fill-rule": "evenodd",
18535
+ "clip-rule": "evenodd",
18536
+ d: "M18.8081 6.38406C18.4096 6.38406 18.0849 6.70509 18.0849 7.10731V30.2032C18.0849 30.6017 18.4096 30.9264 18.8081 30.9264H23.1402V27.3176C23.1402 26.9191 23.4649 26.598 23.8635 26.598H26.7491C27.1476 26.598 27.4723 26.9191 27.4723 27.3176V30.9264H31.8007C32.1992 30.9264 32.524 30.6017 32.524 30.2032V7.10362C32.524 6.70509 32.2029 6.38037 31.8007 6.38037H18.8081V6.38406ZM26.7491 9.26966C26.3505 9.26966 26.0258 9.59438 26.0258 9.99291V12.8785C26.0258 13.277 26.3505 13.6018 26.7491 13.6018H29.6346C30.0332 13.6018 30.3579 13.277 30.3579 12.8785V9.99291C30.3579 9.59438 30.0332 9.26966 29.6346 9.26966H26.7491ZM24.583 12.8785C24.583 13.277 24.262 13.6018 23.8635 13.6018H20.9778C20.5793 13.6018 20.2546 13.277 20.2546 12.8785V9.99291C20.2546 9.59438 20.5756 9.26966 20.9778 9.26966H23.8635C24.262 9.26966 24.583 9.59438 24.583 9.99291V12.8785ZM26.7491 15.0446C26.3505 15.0446 26.0258 15.3693 26.0258 15.7678V18.6534C26.0258 19.0519 26.3505 19.3766 26.7491 19.3766H29.6346C30.0332 19.3766 30.3579 19.0556 30.3579 18.6534V15.7678C30.3579 15.3693 30.0332 15.0446 29.6346 15.0446H26.7491ZM24.583 18.6534C24.583 19.0519 24.262 19.3766 23.8635 19.3766H20.9778C20.5793 19.3766 20.2546 19.0556 20.2546 18.6534V15.7678C20.2546 15.3693 20.5756 15.0446 20.9778 15.0446H23.8635C24.262 15.0446 24.583 15.3693 24.583 15.7678V18.6534ZM26.7491 20.8158C26.3505 20.8158 26.0258 21.1368 26.0258 21.539V24.4246C26.0258 24.8231 26.3505 25.1478 26.7491 25.1478H29.6346C30.0332 25.1478 30.3579 24.8231 30.3579 24.4246V21.539C30.3579 21.1405 30.0332 20.8158 29.6346 20.8158H26.7491ZM24.583 24.4246C24.583 24.8231 24.262 25.1478 23.8635 25.1478H20.9778C20.5793 25.1478 20.2546 24.8231 20.2546 24.4246V21.539C20.2546 21.1405 20.5756 20.8158 20.9778 20.8158H23.8635C24.262 20.8158 24.583 21.1368 24.583 21.539V24.4246Z",
18537
+ fill: "#00BCD4"
18538
+ }), React__default.createElement("path", {
18539
+ "fill-rule": "evenodd",
18540
+ "clip-rule": "evenodd",
18541
+ d: "M10.764 20.4423C10.0056 20.4423 9.38507 21.0589 9.38507 21.8212V23.8102C9.38507 24.5724 10.0018 25.1891 10.764 25.1891H13.0739C13.8324 25.1891 14.4529 24.5725 14.4529 23.8102V21.8212C14.4529 21.059 13.8362 20.4423 13.0739 20.4423H10.764ZM10.5931 21.8212C10.5931 21.7274 10.6701 21.6503 10.764 21.6503H13.0739C13.1678 21.6503 13.2448 21.7274 13.2448 21.8212V23.8102C13.2448 23.904 13.1678 23.981 13.0739 23.981H10.764C10.6701 23.981 10.5931 23.904 10.5931 23.8102V21.8212Z",
18542
+ fill: "#6392BD"
18543
+ }), React__default.createElement("path", {
18544
+ "fill-rule": "evenodd",
18545
+ "clip-rule": "evenodd",
18546
+ d: "M10.764 26.7041C10.0056 26.7041 9.38507 27.3207 9.38507 28.083V30.0719C9.38507 30.8341 10.0018 31.4508 10.764 31.4508H13.0739C13.8324 31.4508 14.4529 30.8342 14.4529 30.0719V28.083C14.4529 27.3208 13.8362 26.7041 13.0739 26.7041H10.764ZM10.5931 28.083C10.5931 27.9891 10.6701 27.9121 10.764 27.9121H13.0739C13.1678 27.9121 13.2448 27.9891 13.2448 28.083V30.0719C13.2448 30.1658 13.1678 30.2428 13.0739 30.2428H10.764C10.6701 30.2428 10.5931 30.1658 10.5931 30.0719V28.083Z",
18547
+ fill: "#6392BD"
18548
+ }), React__default.createElement("path", {
18549
+ "fill-rule": "evenodd",
18550
+ "clip-rule": "evenodd",
18551
+ d: "M8.43862 17.7712C7.68019 17.7712 7.05966 18.3878 7.05966 19.1501V32.0762C7.05966 32.1563 7.06647 32.2349 7.07957 32.3113H6.71586C6.35448 32.3113 6.06152 32.6042 6.06152 32.9656C6.06152 33.327 6.35448 33.6199 6.71586 33.6199H33.2841C33.6454 33.6199 33.9384 33.327 33.9384 32.9656C33.9384 32.6042 33.6454 32.3113 33.2841 32.3113H16.7532C16.7664 32.2349 16.7732 32.1563 16.7732 32.0762V19.1501C16.7732 18.3879 16.1565 17.7712 15.3943 17.7712H8.43862ZM8.2677 19.1501C8.2677 19.0562 8.34474 18.9792 8.43862 18.9792H15.3943C15.4882 18.9792 15.5652 19.0562 15.5652 19.1501V32.0762C15.5652 32.1701 15.4882 32.2471 15.3943 32.2471H8.43862C8.34474 32.2471 8.2677 32.1701 8.2677 32.0762V19.1501Z",
18552
+ fill: "#6392BD"
18553
+ })), "Building");
18554
+ var BussinesTarget = createSvgIcon(React__default.createElement("svg", {
18555
+ width: "40",
18556
+ height: "40",
18557
+ viewBox: "0 0 40 40",
18558
+ fill: "none",
18559
+ xmlns: "http://www.w3.org/2000/svg"
18560
+ }, React__default.createElement("circle", {
18561
+ cx: "20",
18562
+ cy: "20",
18563
+ r: "20",
18564
+ fill: "#E6F3F8"
18565
+ }), React__default.createElement("path", {
18566
+ d: "M6.01416 19.9981C6.01416 27.6917 12.2542 33.9495 19.9363 33.9839V33.9876H20.0001C27.7114 33.9876 33.986 27.713 33.986 20.0017C33.986 17.2385 33.5497 15.4684 32.3741 13.483C32.208 13.2023 31.8442 13.1071 31.563 13.2734C31.278 13.4398 31.1873 13.804 31.3533 14.0847C32.4056 15.8631 32.7991 17.4649 32.7991 19.9981C32.7991 27.0564 27.0583 32.7972 20.0001 32.7972C12.9419 32.7972 7.20108 27.0564 7.20108 19.9981C7.20108 12.94 12.9419 7.19912 20.0036 7.19912C22.2549 7.19912 23.7874 7.54343 25.4858 8.42771C25.775 8.57826 26.1348 8.4634 26.2851 8.17459C26.4357 7.88536 26.3208 7.52561 26.032 7.37526C24.1714 6.4059 22.4238 6.01221 20.0001 6.01221C12.2888 6.01221 6.01416 12.2833 6.01416 19.9981Z",
18567
+ fill: "#6392BD"
18568
+ }), React__default.createElement("path", {
18569
+ d: "M19.3478 16.8881C19.3477 16.8881 19.3478 16.8881 19.3478 16.8881L19.3412 16.8243C19.662 16.757 19.9745 16.963 20.0417 17.2832C20.1089 17.6032 19.9037 17.9201 19.5824 17.9838C19.5423 17.9923 19.5025 18.0018 19.4633 18.0125L19.4567 17.9482C19.4565 17.9482 19.4569 17.9481 19.4567 17.9482L19.4633 18.0125C18.9769 18.1449 18.56 18.4463 18.2813 18.8708C17.98 19.3296 17.8772 19.8807 17.9868 20.4188C18.1814 21.3456 18.9732 21.9974 19.8752 22.0514L19.8818 22.1157C19.8828 22.1158 19.8837 22.1158 19.8847 22.1159L19.8781 22.0516C20.0551 22.0619 20.2363 22.0492 20.4181 22.0111C21.3756 21.812 22.0692 20.9891 22.0692 20.0574C22.0692 19.7291 22.3344 19.464 22.6627 19.464C22.991 19.464 23.2561 19.7291 23.2561 20.0574C23.2561 21.5507 22.1638 22.861 20.6597 23.1741C20.4375 23.2207 20.2189 23.2423 20.0004 23.2425L19.9939 23.1787C19.9927 23.1787 19.9915 23.1787 19.9904 23.1787L19.9969 23.2425C18.4964 23.2409 17.144 22.1862 16.8273 20.6601C16.6508 19.8137 16.8165 18.9456 17.2882 18.2219C17.7635 17.4981 18.4913 17.0007 19.3412 16.8243L19.3478 16.8881Z",
18570
+ fill: "#6392BD"
18571
+ }), React__default.createElement("path", {
18572
+ d: "M19.8781 22.0516L19.4633 18.0125C19.4631 18.0126 19.4635 18.0125 19.4633 18.0125L19.8752 22.0514C19.8762 22.0515 19.8771 22.0515 19.8781 22.0516Z",
18573
+ fill: "#6392BD"
18574
+ }), React__default.createElement("path", {
18575
+ d: "M28.7707 19.9941C28.7707 24.81 24.8716 28.7303 20.0636 28.7647V28.7685H19.9998C15.1626 28.7685 11.2289 24.8348 11.2289 19.9976C11.2289 15.1604 15.1626 11.2267 19.9998 11.2267C21.3548 11.2267 22.6532 11.5291 23.8588 12.1195L24.0082 12.1942C24.3008 12.3444 24.4157 12.7006 24.2654 12.9933C24.1152 13.2858 23.7591 13.4007 23.4665 13.2506L23.3331 13.1839C22.2897 12.6728 21.1657 12.4101 19.9963 12.4101C15.8157 12.4101 12.4123 15.8135 12.4123 19.9941C12.4123 24.1747 15.8157 27.5781 19.9963 27.5781C24.1769 27.5781 27.5803 24.1747 27.5803 19.9941C27.5803 18.6285 27.2126 17.2875 26.5159 16.1181C26.3497 15.8372 26.4407 15.4734 26.7212 15.3035C27.0021 15.1373 27.3663 15.2281 27.5363 15.5086C28.3437 16.8603 28.7707 18.4114 28.7707 19.9941Z",
18576
+ fill: "#6392BD"
18577
+ }), React__default.createElement("path", {
18578
+ d: "M32.7531 10.1823L29.7201 10.1506C29.6036 10.1506 29.5118 10.0552 29.5118 9.93872L29.4976 6.88807C29.4976 6.70094 29.2681 6.60561 29.1375 6.73978L25.7479 10.1294C25.709 10.1682 25.6843 10.2247 25.6843 10.2812L25.7126 12.8623C25.7126 12.9188 25.6914 12.9752 25.649 13.0141L19.636 19.0271C19.3888 19.2743 19.3253 19.6768 19.5336 19.9628C19.7949 20.3265 20.3069 20.3582 20.6105 20.0546L26.6518 14.0133C26.6906 13.9745 26.7471 13.9498 26.8036 13.9498L29.3846 13.978C29.4411 13.978 29.4976 13.9568 29.5365 13.9144L32.9084 10.5425C33.0426 10.4083 32.9473 10.1823 32.7601 10.1823H32.7531Z",
18579
+ fill: "#00BCD4"
18580
+ })), "BussinesTarget");
18581
+ var CalendarUserEvents = createSvgIcon(React__default.createElement("svg", {
18582
+ width: "40",
18583
+ height: "40",
18584
+ viewBox: "0 0 40 40",
18585
+ fill: "none",
18586
+ xmlns: "http://www.w3.org/2000/svg"
18587
+ }, React__default.createElement("circle", {
18588
+ cx: "20",
18589
+ cy: "20",
18590
+ r: "20",
18591
+ fill: "#E6F3F8"
18592
+ }), React__default.createElement("path", {
18593
+ "fill-rule": "evenodd",
18594
+ "clip-rule": "evenodd",
18595
+ d: "M25.2285 6.70654C24.6242 6.70654 24.1388 7.2201 24.1388 7.84778V9.40844H12.1531V7.84778C12.1531 7.21491 11.6628 6.70654 11.0635 6.70654C10.4593 6.70654 9.97391 7.2201 9.97391 7.84778V9.40844H7.63851C7.12276 9.40844 6.70508 9.82165 6.70508 10.3319V12.7034C6.70508 13.2136 7.12276 13.6268 7.63851 13.6268H29.082C29.5978 13.6268 30.0155 13.2136 30.0155 12.7034V10.3319C30.0155 9.82165 29.5978 9.40844 29.082 9.40844H26.3181V7.84778C26.3181 7.21491 25.8277 6.70654 25.2285 6.70654ZM11.8069 11.7876C11.9143 11.743 11.9669 11.662 11.9899 11.5541C11.9388 11.6401 11.8772 11.7187 11.8069 11.7876Z",
18596
+ fill: "#00BCD4"
18597
+ }), React__default.createElement("path", {
18598
+ d: "M30.75 25.0785C30.75 26.777 29.4422 28.154 27.829 28.154C26.2157 28.154 24.9079 26.777 24.9079 25.0785C24.9079 23.3799 26.2157 22.0029 27.829 22.0029C29.4422 22.0029 30.75 23.3799 30.75 25.0785Z",
18599
+ fill: "#00BCD4"
18600
+ }), React__default.createElement("path", {
18601
+ d: "M30.7784 28.1883C30.9089 28.0471 31.101 27.9823 31.2713 28.0586H31.2749C32.4528 28.5775 33.2936 29.852 33.2936 31.3555V32.8245C33.2936 33.084 33.1087 33.2939 32.8768 33.2939H22.7836C22.5553 33.2939 22.3668 33.084 22.3668 32.8245V31.3555C22.3668 29.852 23.204 28.5775 24.3854 28.0586C24.5558 27.9861 24.7479 28.051 24.8783 28.1883C25.6466 29.0125 26.6831 29.52 27.8284 29.52C28.9736 29.52 30.0101 29.0125 30.7784 28.1883Z",
18602
+ fill: "#00BCD4"
18603
+ }), React__default.createElement("path", {
18604
+ "fill-rule": "evenodd",
18605
+ "clip-rule": "evenodd",
18606
+ d: "M8.37671 15.8141C8.09521 15.8141 7.88501 16.036 7.88501 16.2839V29.3924C7.88501 29.6403 8.09521 29.8622 8.37671 29.8622H20.8077C21.1094 29.8622 21.354 30.1068 21.354 30.4086C21.354 30.7103 21.1094 30.9549 20.8077 30.9549H8.37671C7.51455 30.9549 6.79234 30.2663 6.79234 29.3924V16.2839C6.79234 15.41 7.51455 14.7214 8.37671 14.7214H28.5111C29.3732 14.7214 30.0954 15.41 30.0954 16.2839V20.691C30.0954 20.9928 29.8508 21.2374 29.5491 21.2374C29.2474 21.2374 29.0028 20.9928 29.0028 20.691V16.2839C29.0028 16.036 28.7926 15.8141 28.5111 15.8141H8.37671Z",
18607
+ fill: "#6392BD"
18608
+ }), React__default.createElement("path", {
18609
+ d: "M11.8041 18.6788C11.8041 18.4278 12.2048 18.2219 12.7039 18.2219C13.1987 18.2219 13.6036 18.4257 13.6036 18.6788V19.9243C13.6036 20.1753 13.1987 20.3812 12.7039 20.3812C12.209 20.3812 11.8041 20.1774 11.8041 19.9243V18.6788Z",
18610
+ fill: "#6392BD"
18611
+ }), React__default.createElement("path", {
18612
+ d: "M18.4622 18.2219C17.9631 18.2219 17.5624 18.4278 17.5624 18.6788V19.9243C17.5624 20.1774 17.9673 20.3812 18.4622 20.3812C18.957 20.3812 19.3619 20.1753 19.3619 19.9243V18.6788C19.3619 18.4257 18.957 18.2219 18.4622 18.2219Z",
18613
+ fill: "#6392BD"
18614
+ }), React__default.createElement("path", {
18615
+ d: "M23.3208 18.6788C23.3208 18.4278 23.7214 18.2219 24.2205 18.2219C24.5143 18.2219 24.7758 18.2936 24.9403 18.4046C24.9839 18.4349 25.0218 18.4672 25.05 18.5023C25.0949 18.5565 25.1202 18.6162 25.1202 18.6788V19.9243C25.1202 20.1753 24.7154 20.3812 24.2205 20.3812C23.7257 20.3812 23.3208 20.1774 23.3208 19.9243V18.6788Z",
18616
+ fill: "#6392BD"
18617
+ }), React__default.createElement("path", {
18618
+ d: "M12.7039 24.3401C12.2048 24.3401 11.8041 24.546 11.8041 24.797V26.0426C11.8041 26.1136 11.8365 26.1803 11.8927 26.2401C11.9447 26.2942 12.0164 26.3427 12.1036 26.3821C12.2624 26.4552 12.4733 26.4995 12.7039 26.4995C13.1987 26.4995 13.6036 26.2935 13.6036 26.0426V24.797C13.6036 24.5439 13.1987 24.3401 12.7039 24.3401Z",
18619
+ fill: "#6392BD"
18620
+ }), React__default.createElement("path", {
18621
+ d: "M18.077 24.3837C18.1937 24.3556 18.3244 24.3401 18.4622 24.3401C18.957 24.3401 19.3619 24.5439 19.3619 24.797V26.0426C19.3619 26.2935 18.957 26.4995 18.4622 26.4995C17.9673 26.4995 17.5624 26.2956 17.5624 26.0426V24.797C17.5624 24.6156 17.7719 24.4575 18.077 24.3837Z",
18622
+ fill: "#6392BD"
18623
+ })), "CalendarUserEvents");
18624
+ var Cement = createSvgIcon(React__default.createElement("svg", {
18625
+ width: "40",
18626
+ height: "40",
18627
+ viewBox: "0 0 40 40",
18628
+ fill: "none",
18629
+ xmlns: "http://www.w3.org/2000/svg"
18630
+ }, React__default.createElement("circle", {
18631
+ cx: "20",
18632
+ cy: "20",
18633
+ r: "20",
18634
+ fill: "#E6F3F8"
18635
+ }), React__default.createElement("path", {
18636
+ "fill-rule": "evenodd",
18637
+ "clip-rule": "evenodd",
18638
+ d: "M4.87084 16.0665C4.44286 15.6385 3.74897 15.6385 3.32099 16.0665C2.893 16.4945 2.893 17.1884 3.32099 17.6163L11.8995 26.1949C11.3006 25.9577 10.6398 25.8495 9.95423 25.9019C7.54322 26.0904 5.74154 28.1945 5.92566 30.6056C6.11415 33.0166 8.21831 34.8182 10.6293 34.6341C13.0403 34.4456 14.842 32.3415 14.6579 29.9305C14.6229 29.4835 14.5222 29.0575 14.3658 28.6611L16.1941 30.4895L16.0589 32.5248V32.5612C16.0589 34.3578 18.123 35.3051 19.4781 34.2492L25.9207 31.8986C26.4893 31.6912 26.7821 31.0621 26.5747 30.4935C26.3672 29.9249 25.7381 29.6321 25.1695 29.8396L18.3092 32.3425L18.2647 32.387L18.4085 30.2216V30.1853C18.4085 29.795 18.2462 29.4419 17.9955 29.1911L4.87084 16.0665ZM7.74049 30.4697C7.85008 31.8812 9.08189 32.9333 10.489 32.8237C11.9006 32.7141 12.9527 31.4823 12.8431 30.0751C12.7335 28.6636 11.5017 27.6115 10.0945 27.7211C8.68297 27.8307 7.6309 29.0625 7.74049 30.4697Z",
18639
+ fill: "#00BCD4"
18640
+ }), React__default.createElement("path", {
18641
+ "fill-rule": "evenodd",
18642
+ "clip-rule": "evenodd",
18643
+ d: "M27.9447 5.00438C27.7168 5.00438 27.4888 5.0526 27.274 5.15781L17.7264 9.72996C17.4152 9.87901 17.1609 10.1289 17.0075 10.4357L12.1986 20.0184C11.8962 20.619 12.0145 21.3466 12.4879 21.8201L19.2432 28.5753C19.5412 28.8734 19.9402 29.0312 20.3478 29.0312C20.5846 29.0312 20.8257 28.9786 21.0492 28.8646L30.5311 24.0908C30.8291 23.9418 31.0702 23.6963 31.2237 23.3982L35.9975 13.9164C36.2999 13.3158 36.1816 12.5881 35.7082 12.1103L29.0538 5.4559C28.7557 5.15781 28.3568 5 27.9491 5L27.9447 5.00438ZM27.9447 6.31948C27.9842 6.31948 28.0543 6.32825 28.1201 6.38962L34.7744 13.044C34.849 13.1185 34.8665 13.2325 34.8183 13.3246L33.6924 15.5608L25.5647 7.43703L27.8395 6.34578C27.8746 6.32825 27.9096 6.32386 27.9447 6.32386V6.31948ZM24.3146 8.04691L33.0696 16.7977L30.0445 22.8064C30.0226 22.8546 29.9831 22.8897 29.9349 22.916L24.0453 25.8812L15.1752 17.0111L18.1779 11.0275C18.2042 10.9793 18.2437 10.9399 18.2919 10.9179L24.3365 8.02494L24.3146 8.04691ZM14.5537 18.2495L13.3691 20.6102C13.3208 20.7022 13.3384 20.8162 13.4129 20.8907L20.1681 27.646C20.2339 27.7073 20.304 27.7161 20.3435 27.7161C20.3829 27.7161 20.418 27.7073 20.453 27.6898L22.8083 26.504L14.5537 18.2495Z",
18644
+ fill: "#6392BD"
18645
+ })), "Cement");
18646
+ var CheckBillSearch = createSvgIcon(React__default.createElement("svg", {
18647
+ width: "40",
18648
+ height: "40",
18649
+ viewBox: "0 0 40 40",
18650
+ fill: "none",
18651
+ xmlns: "http://www.w3.org/2000/svg"
18652
+ }, React__default.createElement("circle", {
18653
+ cx: "20",
18654
+ cy: "20",
18655
+ r: "20",
18656
+ fill: "#E6F3F8"
18657
+ }), React__default.createElement("path", {
18658
+ "fill-rule": "evenodd",
18659
+ "clip-rule": "evenodd",
18660
+ d: "M25.8375 6.05537C25.6211 5.96629 25.3676 5.97608 25.1544 6.09516L25.1526 6.09618L23.1832 7.1867L20.9977 6.07772L20.9892 6.07376C20.775 5.97295 20.5293 5.97297 20.3151 6.07378L17.9799 7.17598L15.7066 6.07523L15.7034 6.07376C15.497 5.97663 15.2496 5.9688 15.0295 6.07529L12.7337 7.14821L11.141 6.37252L11.1382 6.37121C10.6207 6.12538 10.0173 6.49949 10.0173 7.07847V24.6141C10.0173 24.9314 10.2745 25.1886 10.5917 25.1886C10.9089 25.1886 11.1661 24.9314 11.1661 24.6141V7.6626L12.3863 8.25685C12.6073 8.36598 12.8569 8.35906 13.0649 8.26153L15.3654 7.18644L17.6345 8.28512C17.8556 8.394 18.1054 8.38682 18.3132 8.289L20.6464 7.18778L22.8365 8.29905L22.8392 8.30044C23.0567 8.40916 23.3336 8.42084 23.5743 8.28332L25.5581 7.18482L28.1811 8.29911L28.1843 8.30044C28.4016 8.38993 28.6413 8.3761 28.8413 8.27608L28.8482 8.27268L29.915 7.69966V26.8639C29.8662 26.859 29.8084 26.8548 29.7581 26.8514C29.7398 26.8502 29.7227 26.8491 29.7071 26.8481C29.6943 26.8473 29.6826 26.8465 29.6721 26.8458V26.8414H16.7075C16.469 26.8414 16.3532 27.1354 16.5258 27.2994C18.0528 28.7434 18.1643 31.2857 17.0647 32.9681C16.0387 33.0377 13.6816 33.359 12.7188 32.1123C12.5875 31.8235 12.247 31.6958 11.9582 31.8271C11.6694 31.9583 11.5417 32.2989 11.6729 32.5877C12.4247 34.2415 15.0599 34.0329 16.6074 33.946H29.621C31.2321 33.946 32.5191 32.3462 32.5191 30.3954C32.5191 29.0724 31.9289 27.9147 31.0477 27.3036C31.0583 27.2601 31.0638 27.2147 31.0638 27.1681V7.08894C31.0638 6.48643 30.4285 6.12604 29.9154 6.39543L29.9132 6.39658L28.468 7.17281L25.8407 6.05669L25.8375 6.05537ZM18.831 30.392C18.831 29.4715 18.5967 28.5904 18.1568 27.8158H29.621C30.1456 27.8158 30.6254 28.0999 30.9758 28.5661C31.3262 29.0322 31.5447 29.678 31.5447 30.392C31.5447 31.1059 31.3262 31.7517 30.9758 32.2179C30.6254 32.684 30.1456 32.9681 29.621 32.9681H18.1568C18.5967 32.1935 18.831 31.3124 18.831 30.392Z",
18661
+ fill: "#6392BD"
18662
+ }), React__default.createElement("path", {
18663
+ "fill-rule": "evenodd",
18664
+ "clip-rule": "evenodd",
18665
+ d: "M25.0203 16.3356C25.3609 16.6762 25.3609 17.2285 25.0203 17.5691L19.8823 22.7071L17.207 20.0364C16.8661 19.696 16.8656 19.1437 17.206 18.8028C17.5463 18.4619 18.0986 18.4614 18.4395 18.8018L19.8813 20.2411L23.7867 16.3356C24.1274 15.9949 24.6797 15.9949 25.0203 16.3356Z",
18666
+ fill: "#00BCD4"
18667
+ }), React__default.createElement("path", {
18668
+ "fill-rule": "evenodd",
18669
+ "clip-rule": "evenodd",
18670
+ d: "M21.0385 11.7367H20.9829L20.9792 11.7405C19.1105 11.7548 17.355 12.4891 16.032 13.8121C13.7236 16.1206 13.3208 19.679 14.9504 22.4201L7.99482 29.3721C7.66243 29.7045 7.48047 30.1459 7.48047 30.6136C7.48047 31.0813 7.66243 31.5226 7.99482 31.855C8.32721 32.1874 8.76854 32.3693 9.23625 32.3693C9.70395 32.3693 10.1453 32.1874 10.4777 31.855L17.4335 24.8992C18.5196 25.5415 19.7704 25.886 21.042 25.886C22.9279 25.886 24.7052 25.1503 26.0413 23.8142C27.3774 22.4781 28.1131 20.7008 28.1131 18.8114C28.1131 16.9219 27.3774 15.1446 26.0413 13.8085C24.7052 12.4724 22.9279 11.7367 21.0385 11.7367ZM16.8539 14.6339C18.0101 13.4777 19.5223 12.9014 21.0349 12.9014C22.5476 12.9014 24.0633 13.4778 25.2158 14.6338C27.5245 16.9425 27.5248 20.6872 25.2158 22.9996C24.0632 24.1521 22.5511 24.7284 21.0385 24.7284C19.7458 24.7284 18.4571 24.3093 17.3886 23.4677L17.295 23.394L9.65584 31.0332C9.5388 31.1502 9.38745 31.2082 9.23625 31.2082C9.08504 31.2082 8.93369 31.1502 8.81665 31.0332C8.5829 30.7994 8.58376 30.424 8.81605 30.1946L16.4558 22.5549L16.3822 22.4614C14.5589 20.1421 14.7129 16.7713 16.8539 14.6339Z",
18671
+ fill: "#6392BD"
18672
+ })), "CheckBillSearch");
18673
+ var CheckBill = createSvgIcon(React__default.createElement("svg", {
18674
+ width: "40",
18675
+ height: "40",
18676
+ viewBox: "0 0 40 40",
18677
+ fill: "none",
18678
+ xmlns: "http://www.w3.org/2000/svg"
18679
+ }, React__default.createElement("circle", {
18680
+ cx: "20",
18681
+ cy: "20",
18682
+ r: "20",
18683
+ fill: "#E6F3F8"
18684
+ }), React__default.createElement("path", {
18685
+ "fill-rule": "evenodd",
18686
+ "clip-rule": "evenodd",
18687
+ d: "M21.8556 7.74215L19.7585 6.67689C19.5524 6.56959 19.3041 6.56801 19.0967 6.67215L16.8594 7.72856L14.6729 6.66905L14.6694 6.66739C14.4708 6.57475 14.2391 6.57475 14.0406 6.66739L11.8266 7.70351L10.2906 6.95519C9.79892 6.716 9.22766 7.0746 9.22766 7.61996V27.06L9.22722 27.0754C9.22681 27.0909 9.22629 27.1132 9.22579 27.1416C9.22479 27.1984 9.22388 27.28 9.22418 27.3818C9.22476 27.585 9.23012 27.87 9.24924 28.1992C9.28699 28.8491 9.38004 29.7052 9.61173 30.4473C9.89775 31.3634 10.417 32.1728 11.2634 32.7177C12.102 33.2575 13.194 33.4354 14.5867 33.4004C19.0724 33.4004 23.558 33.375 28.0436 33.375C29.5538 33.375 30.7763 31.8684 30.7763 30.0131C30.7763 28.7548 30.214 27.657 29.381 27.0807C29.3973 27.0292 29.4061 26.9744 29.4061 26.9175V7.63434C29.4061 7.07753 28.8107 6.71695 28.3165 6.98315L28.3155 6.9837L26.9258 7.72899L24.4016 6.65689C24.1918 6.56638 23.9492 6.5771 23.7458 6.69466L21.8556 7.74215ZM28.3275 26.6691V8.20129L27.2905 8.75744C27.1037 8.85706 26.8654 8.87987 26.6474 8.78268L24.1315 7.71412L22.2205 8.7732L22.2185 8.77432C22.0016 8.89544 21.7366 8.8975 21.518 8.7805L19.4175 7.71355L17.173 8.77337L17.1719 8.77389C16.9734 8.86652 16.7416 8.86652 16.5431 8.77389L16.5396 8.77222L14.3524 7.71241L12.1381 8.74872C11.9395 8.84135 11.7078 8.84135 11.5093 8.74872L11.5052 8.74681L10.3063 8.16274V27.0779L10.306 27.0873L10.3059 27.0905L10.3055 27.1041C10.3052 27.1165 10.3047 27.1355 10.3043 27.1606C10.3034 27.2107 10.3026 27.2849 10.3029 27.3787C10.3034 27.5664 10.3084 27.8311 10.3261 28.1366C10.3621 28.7559 10.4488 29.5089 10.6414 30.1259C10.8695 30.8566 11.2581 31.4314 11.8473 31.8107C12.7237 32.3748 13.7308 32.329 14.7275 32.3217C15.8319 30.6822 15.6347 28.4212 14.1359 27.0036C13.9992 26.8742 14.0891 26.6476 14.2761 26.6476H28.0436V26.6512C28.1395 26.6512 28.2342 26.6573 28.3275 26.6691ZM29.8774 30.0095C29.8774 28.6756 29.0396 27.5465 28.0436 27.5465H15.6892C16.1063 28.2872 16.3292 29.1286 16.3292 30.0095C16.3292 30.8904 16.1063 31.7318 15.6892 32.4725H28.0436C29.036 32.4725 29.8774 31.3435 29.8774 30.0095Z",
18688
+ fill: "#6392BD"
18689
+ }), React__default.createElement("path", {
18690
+ "fill-rule": "evenodd",
18691
+ "clip-rule": "evenodd",
18692
+ d: "M24.2285 16.051C24.5942 16.4214 24.5942 17.0221 24.2285 17.3926L18.713 22.9806L15.8411 20.0759C15.4752 19.7057 15.4747 19.1051 15.84 18.7343C16.2054 18.3635 16.7982 18.363 17.1642 18.7332L18.7119 20.2985L22.9044 16.051C23.27 15.6805 23.8629 15.6805 24.2285 16.051Z",
18693
+ fill: "#00BCD4"
18694
+ })), "CheckBill");
18695
+ var CheckDocSearch = createSvgIcon(React__default.createElement("svg", {
18696
+ width: "40",
18697
+ height: "40",
18698
+ viewBox: "0 0 40 40",
18699
+ fill: "none",
18700
+ xmlns: "http://www.w3.org/2000/svg"
18701
+ }, React__default.createElement("circle", {
18702
+ cx: "20",
18703
+ cy: "20",
18704
+ r: "20",
18705
+ fill: "#E6F3F8"
18706
+ }), React__default.createElement("path", {
18707
+ "fill-rule": "evenodd",
18708
+ "clip-rule": "evenodd",
18709
+ d: "M21.1107 13.3153H21.0552L21.0514 13.3191C19.1828 13.3334 17.4273 14.0677 16.1043 15.3906C13.7958 17.6991 13.3931 21.2576 15.0227 23.9986L8.06708 30.9507C7.7347 31.2831 7.55273 31.7244 7.55273 32.1921C7.55273 32.6598 7.7347 33.1011 8.06708 33.4335C8.39947 33.7659 8.84081 33.9479 9.30851 33.9479C9.77622 33.9479 10.2176 33.7659 10.5499 33.4335L17.5057 26.4777C18.5919 27.12 19.8427 27.4645 21.1143 27.4645C23.0002 27.4645 24.7775 26.7288 26.1136 25.3927C27.4497 24.0566 28.1854 22.2793 28.1854 20.3899C28.1854 18.5005 27.4497 16.7232 26.1136 15.3871C24.7775 14.0509 23.0002 13.3153 21.1107 13.3153ZM16.9261 16.2125C18.0824 15.0562 19.5945 14.48 21.1072 14.48C22.6199 14.48 24.1355 15.0563 25.288 16.2123C27.5968 18.5211 27.597 22.2657 25.2881 24.5781C24.1355 25.7307 22.6234 26.307 21.1107 26.307C19.8181 26.307 18.5294 25.8878 17.4608 25.0462L17.3673 24.9725L9.72811 32.6117C9.61107 32.7287 9.45972 32.7868 9.30851 32.7868C9.15731 32.7868 9.00596 32.7287 8.88892 32.6117C8.65517 32.378 8.65603 32.0025 8.88832 31.7731L16.528 24.1334L16.4545 24.0399C14.6312 21.7206 14.7852 18.3499 16.9261 16.2125Z",
18710
+ fill: "#6392BD"
18711
+ }), React__default.createElement("path", {
18712
+ "fill-rule": "evenodd",
18713
+ "clip-rule": "evenodd",
18714
+ d: "M25.1686 17.1759C25.5221 17.5291 25.5223 18.102 25.1691 18.4554L19.621 24.0078L16.7476 21.1343C16.3942 20.781 16.3942 20.2081 16.7476 19.8548C17.1009 19.5014 17.6738 19.5014 18.0271 19.8548L19.6205 21.4482L23.8891 17.1764C24.2423 16.8229 24.8152 16.8227 25.1686 17.1759Z",
18715
+ fill: "#00BCD4"
18716
+ }), React__default.createElement("path", {
18717
+ "fill-rule": "evenodd",
18718
+ "clip-rule": "evenodd",
18719
+ d: "M10.9343 7.06944C10.8113 7.06944 10.6987 7.17305 10.6987 7.31574V26.7684C10.6987 27.0644 10.4589 27.3042 10.1629 27.3042C9.867 27.3042 9.6271 27.0644 9.6271 26.7684V7.31574C9.6271 6.59737 10.2034 5.99779 10.9343 5.99779H26.0099C26.5207 5.99779 26.9332 6.41669 26.9332 6.92467V11.3792L31.4131 11.3722C31.9239 11.3722 32.3364 11.7911 32.3364 12.2991V32.333C32.3364 33.0514 31.7601 33.6509 31.0292 33.6509H12.9291C12.6331 33.6509 12.3932 33.411 12.3932 33.1151C12.3932 32.8192 12.6331 32.5793 12.9291 32.5793H31.0292C31.1522 32.5793 31.2647 32.4757 31.2647 32.333V12.4441L26.7849 12.451C26.2673 12.451 25.8616 12.0289 25.8616 11.5241V7.06944H10.9343Z",
18720
+ fill: "#6392BD"
18721
+ }), React__default.createElement("path", {
18722
+ d: "M27.9938 9.89453V6.16329C27.9938 5.98749 28.2055 5.90139 28.3275 6.02337L32.2525 9.95194C32.3745 10.0739 32.2883 10.2856 32.1126 10.2856H28.3813C28.166 10.2856 27.9902 10.1098 27.9902 9.89453H27.9938Z",
18723
+ fill: "#00BCD4"
18724
+ })), "CheckDocSearch");
18725
+ var CheckedCalendar = createSvgIcon(React__default.createElement("svg", {
18726
+ width: "40",
18727
+ height: "40",
18728
+ viewBox: "0 0 40 40",
18729
+ fill: "none",
18730
+ xmlns: "http://www.w3.org/2000/svg"
18731
+ }, React__default.createElement("circle", {
18732
+ cx: "20",
18733
+ cy: "20",
18734
+ r: "20",
18735
+ fill: "#E6F3F8"
18736
+ }), React__default.createElement("path", {
18737
+ "fill-rule": "evenodd",
18738
+ "clip-rule": "evenodd",
18739
+ d: "M8.25415 15.5571C7.95875 15.5571 7.73819 15.79 7.73819 16.0501V29.8054C7.73819 30.0655 7.95875 30.2984 8.25415 30.2984H21.2985C21.6151 30.2984 21.8718 30.5551 21.8718 30.8717C21.8718 31.1883 21.6151 31.445 21.2985 31.445H8.25415C7.34944 31.445 6.5916 30.7224 6.5916 29.8054V16.0501C6.5916 15.1331 7.34944 14.4105 8.25415 14.4105H29.382C30.2867 14.4105 31.0445 15.1331 31.0445 16.0501V20.6747C31.0445 20.9913 30.7878 21.248 30.4712 21.248C30.1546 21.248 29.8979 20.9913 29.8979 20.6747V16.0501C29.8979 15.79 29.6774 15.5571 29.382 15.5571H8.25415Z",
18740
+ fill: "#6392BD"
18741
+ }), React__default.createElement("path", {
18742
+ "fill-rule": "evenodd",
18743
+ "clip-rule": "evenodd",
18744
+ d: "M25.9373 6C25.3033 6 24.794 6.5389 24.794 7.19755V8.83521H12.2169V7.19755C12.2169 6.53345 11.7023 6 11.0735 6C10.4394 6 9.93012 6.5389 9.93012 7.19755V8.83521H7.47949C6.93829 8.83521 6.5 9.26881 6.5 9.80422V12.2927C6.5 12.8281 6.93829 13.2617 7.47949 13.2617H29.9811C30.5223 13.2617 30.9606 12.8281 30.9606 12.2927V9.80422C30.9606 9.26881 30.5223 8.83521 29.9811 8.83521H27.0807V7.19755C27.0807 6.53345 26.5662 6 25.9373 6ZM11.8535 11.3317C11.9663 11.2849 12.0215 11.1999 12.0455 11.0867C11.992 11.177 11.9273 11.2594 11.8535 11.3317Z",
18745
+ fill: "#00BCD4"
18746
+ }), React__default.createElement("path", {
18747
+ "fill-rule": "evenodd",
18748
+ "clip-rule": "evenodd",
18749
+ d: "M28.7208 34C31.9128 34 34.5 31.4128 34.5 28.2208C34.5 25.0294 31.9128 22.4416 28.7208 22.4416C25.5288 22.4416 22.9416 25.0294 22.9416 28.2208C22.9416 31.4128 25.5288 34 28.7208 34ZM32.2357 25.4942C32.4926 25.751 32.4926 26.1675 32.2357 26.4243L28.3196 30.3405L28.3229 30.3438L27.4955 31.1712C27.4388 31.2279 27.3468 31.2279 27.2901 31.1712L25.599 29.4801C25.3422 29.2232 25.3422 28.8068 25.599 28.55C25.8558 28.2932 26.2722 28.2932 26.5291 28.55L27.3895 29.4104L31.3057 25.4942C31.5625 25.2374 31.9789 25.2374 32.2357 25.4942Z",
18750
+ fill: "#00BCD4"
18751
+ })), "CheckedCalendar");
18752
+ var ClipBoardUser = createSvgIcon(React__default.createElement("svg", {
18753
+ width: "40",
18754
+ height: "40",
18755
+ viewBox: "0 0 40 40",
18756
+ fill: "none",
18757
+ xmlns: "http://www.w3.org/2000/svg"
18758
+ }, React__default.createElement("circle", {
18759
+ cx: "20",
18760
+ cy: "20",
18761
+ r: "20",
18762
+ fill: "#E6F3F8"
18763
+ }), React__default.createElement("path", {
18764
+ d: "M22.5862 18.4663C22.5862 19.9157 21.433 21.0907 20.0105 21.0907C18.5879 21.0907 17.4348 19.9157 17.4348 18.4663C17.4348 17.0168 18.5879 15.8418 20.0105 15.8418C21.433 15.8418 22.5862 17.0168 22.5862 18.4663Z",
18765
+ fill: "#00BCD4"
18766
+ }), React__default.createElement("path", {
18767
+ d: "M22.6112 21.12C22.7262 20.9995 22.8956 20.9442 23.0458 21.0093H23.049C24.0876 21.4521 24.829 22.5397 24.829 23.8226V25.0762C24.829 25.2976 24.666 25.4767 24.4615 25.4767H15.5616C15.3602 25.4767 15.1941 25.2976 15.1941 25.0762V23.8226C15.1941 22.5397 15.9323 21.4521 16.974 21.0093C17.1242 20.9474 17.2936 21.0028 17.4087 21.12C18.0861 21.8233 19.0001 22.2564 20.0099 22.2564C21.0197 22.2564 21.9337 21.8233 22.6112 21.12Z",
18768
+ fill: "#00BCD4"
18769
+ }), React__default.createElement("path", {
18770
+ d: "M29.3692 33.9731V33.9692C29.8666 33.9559 30.2661 33.5481 30.2661 33.0476V10.0504C30.2661 9.54145 29.8531 9.12843 29.3442 9.12843H26.5182C26.2066 9.12843 25.955 9.38001 25.955 9.69161C25.955 10.0032 26.2066 10.2548 26.5182 10.2548H29.1398V32.8467H10.8602V10.2548H13.9427C14.2543 10.2548 14.5059 10.0032 14.5059 9.69161C14.5059 9.38001 14.2543 9.12843 13.9427 9.12843H10.6558C10.1469 9.12843 9.73389 9.54145 9.73389 10.0504V33.0511C9.73389 33.5601 10.1469 33.9731 10.6558 33.9731H29.3692Z",
18771
+ fill: "#6392BD"
18772
+ }), React__default.createElement("path", {
18773
+ "fill-rule": "evenodd",
18774
+ "clip-rule": "evenodd",
18775
+ d: "M18.6757 6.69784C19.0849 6.27434 19.6378 6.02734 20.2287 6.02734C20.8176 6.02734 21.376 6.27304 21.7839 6.70021C22.0904 7.02108 22.2728 7.37013 22.3582 7.75303H23.8235C24.1038 7.75303 24.3585 7.87484 24.5386 8.06284L24.5429 8.06735L24.5472 8.07195C24.7222 8.26288 24.8207 8.51739 24.8207 8.77892V11.3083C24.8207 11.559 24.7324 11.8221 24.5386 12.0243C24.3585 12.2123 24.1038 12.3341 23.8235 12.3341H16.6302C16.35 12.3341 16.0953 12.2123 15.9151 12.0243L15.9108 12.0198L15.9066 12.0152C15.7316 11.8243 15.633 11.5698 15.633 11.3083V8.77892C15.633 8.52813 15.7214 8.26503 15.9151 8.06284C16.0953 7.87485 16.35 7.75303 16.6302 7.75303H18.0845C18.1795 7.34241 18.4013 6.9851 18.6734 6.70021L18.6745 6.69902L18.6757 6.69784ZM19.4866 7.47923C19.2474 7.73019 19.1401 8.00004 19.1642 8.26513L19.22 8.87918H16.7592V11.208H23.6946V8.87918H21.2908V8.31611C21.2908 7.96423 21.2001 7.71945 20.9695 7.47801C20.7676 7.26657 20.5008 7.1535 20.2287 7.1535C19.9589 7.1535 19.6943 7.26488 19.4866 7.47923Z",
18776
+ fill: "#6392BD"
18777
+ })), "ClipBoardUser");
18778
+ var ClipBoard = createSvgIcon(React__default.createElement("svg", {
18779
+ width: "40",
18780
+ height: "40",
18781
+ viewBox: "0 0 40 40",
18782
+ fill: "none",
18783
+ xmlns: "http://www.w3.org/2000/svg"
18784
+ }, React__default.createElement("circle", {
18785
+ cx: "20",
18786
+ cy: "20",
18787
+ r: "20",
18788
+ fill: "#E6F3F8"
18789
+ }), React__default.createElement("path", {
18790
+ d: "M29.5591 33.9369V33.9329C30.0665 33.9194 30.4742 33.5033 30.4742 32.9926V9.52947C30.4742 9.01023 30.0528 8.58884 29.5335 8.58884H25.9976C25.6797 8.58884 25.423 8.84552 25.423 9.16343C25.423 9.48134 25.6797 9.73802 25.9976 9.73802H29.325V32.7877H10.6751V9.73802H14.5039C14.8218 9.73802 15.0785 9.48134 15.0785 9.16343C15.0785 8.84552 14.8218 8.58884 14.5039 8.58884H10.4665C9.94727 8.58884 9.52588 9.01023 9.52588 9.52947V32.9963C9.52588 33.5155 9.94727 33.9369 10.4665 33.9369H29.5591Z",
18791
+ fill: "#6392BD"
18792
+ }), React__default.createElement("path", {
18793
+ "fill-rule": "evenodd",
18794
+ "clip-rule": "evenodd",
18795
+ d: "M13.7682 12.0665C13.3441 12.0665 13.0042 12.4103 13.0042 12.8305V29.694C13.0042 30.118 13.348 30.458 13.7682 30.458H26.2355C26.6595 30.458 26.9995 30.1141 26.9995 29.694V12.8305C26.9995 12.4065 26.6556 12.0665 26.2355 12.0665H13.7682ZM14.1625 29.2997V13.2285H25.8375V29.2997H14.1625Z",
18796
+ fill: "#6392BD"
18797
+ }), React__default.createElement("path", {
18798
+ d: "M21.8915 7.82364C21.8915 7.78338 21.9024 7.74677 21.9024 7.70651C21.8951 7.24164 21.7158 6.89756 21.4046 6.57178C21.0935 6.24601 20.6726 6.06299 20.2333 6.06299C19.7941 6.06299 19.3768 6.24601 19.062 6.57178C18.7508 6.89756 18.5715 7.24164 18.5642 7.70651C18.5642 7.74677 18.5715 7.78338 18.5751 7.82364H16.5619C16.4448 7.82364 16.3313 7.87489 16.2471 7.96274C16.1629 8.05058 16.119 8.17138 16.119 8.29583V10.8764C16.119 11.0009 16.1666 11.1217 16.2471 11.2095C16.3313 11.2974 16.4448 11.3486 16.5619 11.3486H23.901C24.0182 11.3486 24.1316 11.2974 24.2158 11.2095C24.3 11.1217 24.3439 11.0009 24.3439 10.8764V8.29583C24.3439 8.17138 24.2963 8.05058 24.2158 7.96274C24.1316 7.87489 24.0182 7.82364 23.901 7.82364H21.8878H21.8915Z",
18799
+ fill: "#00BCD4"
18800
+ })), "ClipBoard");
18801
+ var Clock = createSvgIcon(React__default.createElement("svg", {
18802
+ width: "40",
18803
+ height: "40",
18804
+ viewBox: "0 0 40 40",
18805
+ fill: "none",
18806
+ xmlns: "http://www.w3.org/2000/svg"
18807
+ }, React__default.createElement("circle", {
18808
+ cx: "20",
18809
+ cy: "20",
18810
+ r: "20",
18811
+ fill: "#E6F3F8"
18812
+ }), React__default.createElement("path", {
18813
+ d: "M20.0035 30.5521C21.5553 30.5521 22.8132 29.2941 22.8132 27.7424C22.8132 26.1906 21.5553 24.9327 20.0035 24.9327C18.4517 24.9327 17.1938 26.1906 17.1938 27.7424C17.1938 29.2941 18.4517 30.5521 20.0035 30.5521Z",
18814
+ fill: "#00BCD4"
18815
+ }), React__default.createElement("path", {
18816
+ d: "M22.8126 12.6037C22.8126 11.2909 21.2479 10.2494 19.4555 10.5062C18.4189 10.6563 17.5566 11.2619 17.2901 12.0418C17.169 12.3857 17.169 12.72 17.2514 13.03L18.4818 22.3505C18.4818 22.9899 19.1649 23.5082 20.0078 23.5082C20.8507 23.5082 21.5337 22.9899 21.5337 22.3505L22.7642 13.03C22.8029 12.8944 22.8223 12.7491 22.8223 12.6037H22.8126Z",
18817
+ fill: "#00BCD4"
18818
+ }), React__default.createElement("path", {
18819
+ d: "M6.30231 7.36705C4.92168 8.74768 4.61649 10.7145 5.53691 11.9352C5.64348 12.0806 5.85663 12.0999 5.98258 11.9691L10.9092 7.04248C11.0352 6.91653 11.0158 6.70823 10.8753 6.59681C9.65456 5.67639 7.68778 5.98158 6.30715 7.36221L6.30231 7.36705Z",
18820
+ fill: "#6392BD"
18821
+ }), React__default.createElement("path", {
18822
+ d: "M33.6927 7.3622C32.3121 5.98157 30.3453 5.67638 29.1245 6.5968C28.9792 6.70337 28.9598 6.91652 29.0906 7.04247L34.0173 11.9691C34.1432 12.0951 34.3515 12.0757 34.4629 11.9352C35.3834 10.7145 35.0782 8.74767 33.6975 7.36704L33.6927 7.3622Z",
18823
+ fill: "#6392BD"
18824
+ }), React__default.createElement("path", {
18825
+ "fill-rule": "evenodd",
18826
+ "clip-rule": "evenodd",
18827
+ d: "M20.0023 6.00391C11.9228 6.00391 5.36981 12.5521 5.36981 20.6364C5.36981 25.9364 8.18422 30.5761 12.4006 33.1433L11.4091 34.8226C11.1907 35.1925 11.3135 35.6694 11.6834 35.8878C12.0533 36.1062 12.5302 35.9834 12.7486 35.6135L13.7715 33.8809C15.6618 34.7712 17.7737 35.2689 20.0023 35.2689C22.2451 35.2689 24.3699 34.7648 26.2694 33.8637L27.3025 35.6135C27.5209 35.9834 27.9978 36.1062 28.3677 35.8878C28.7376 35.6694 28.8604 35.1925 28.642 34.8226L27.6382 33.1224C31.8355 30.551 34.6348 25.922 34.6348 20.6364C34.6348 12.5521 28.0866 6.00391 20.0023 6.00391ZM6.92537 20.6364C6.92537 13.4272 12.7931 7.55947 20.0023 7.55947C27.2114 7.55947 33.0792 13.4272 33.0792 20.6364C33.0792 27.8455 27.2114 33.7133 20.0023 33.7133C12.7931 33.7133 6.92537 27.8455 6.92537 20.6364Z",
18828
+ fill: "#6392BD"
18829
+ })), "Clock");
18830
+ var Cloud = createSvgIcon(React__default.createElement("svg", {
18831
+ width: "40",
18832
+ height: "40",
18833
+ viewBox: "0 0 40 40",
18834
+ fill: "none",
18835
+ xmlns: "http://www.w3.org/2000/svg"
18836
+ }, React__default.createElement("circle", {
18837
+ cx: "20",
18838
+ cy: "20",
18839
+ r: "20",
18840
+ fill: "#E6F3F8"
18841
+ }), React__default.createElement("path", {
18842
+ d: "M20.6572 17.455C20.3942 17.2555 20.0562 17.1743 19.7309 17.2433L19.724 17.2447L19.7173 17.2463C19.579 17.2789 19.4169 17.3412 19.2649 17.4616L14.3984 21.241L14.3973 21.2419C14.0537 21.5112 13.9277 21.901 13.9645 22.2592L13.9652 22.2662L13.9661 22.2731C14.0289 22.7757 14.4459 23.2779 15.095 23.2779H17.0591V30.987C17.0591 31.6144 17.5697 32.1251 18.1971 32.1251H21.7335C21.8184 32.1251 21.8955 32.1061 21.9012 32.1047C21.9287 32.0985 21.9572 32.091 21.9831 32.0836C22.0352 32.0689 22.0975 32.0492 22.1582 32.0271C22.2105 32.0079 22.2948 31.9752 22.3723 31.9305C22.3995 31.9147 22.4962 31.8588 22.5784 31.757C22.5958 31.7354 22.62 31.7027 22.6437 31.6595C22.7765 31.478 22.8673 31.2462 22.8673 30.987V23.2779H24.8314C25.9108 23.2779 26.3884 21.907 25.5315 21.2404L20.6601 17.4572L20.6572 17.455Z",
18843
+ fill: "#00BCD4"
18844
+ }), React__default.createElement("path", {
18845
+ d: "M30.9374 26.6411H24.7767C24.4272 26.6411 24.145 26.3592 24.145 26.01C24.145 25.6608 24.4272 25.3789 24.7767 25.3789H30.8742C32.1923 25.2358 34.6305 24.1924 34.6305 21.222C34.6305 18.2516 32.8492 17.2629 31.8007 17.0778C31.5733 17.0357 31.3838 16.8969 31.2785 16.6907C31.1732 16.4888 31.169 16.2573 31.2659 16.0512C31.4132 15.7693 32.5418 13.4931 30.5542 12.172C28.5961 10.8677 26.8906 12.9756 26.7011 13.2196C26.5243 13.4342 26.28 13.531 26.0274 13.4973C25.7915 13.4637 25.5936 13.3248 25.4883 13.1145C24.5535 11.3768 21.909 8.6168 17.9296 9.22266C12.649 10.0347 10.2403 14.465 10.1897 18.4999C10.1897 18.7186 10.0887 18.9248 9.9118 19.0594C9.73493 19.1983 9.50754 19.2446 9.28436 19.1857C8.45058 18.9585 7.18727 18.8912 6.35349 19.4591C5.81027 19.8294 5.48602 20.4437 5.39338 21.2893C5.08176 24.062 7.03146 25.0507 7.63785 25.2863C7.79366 25.3452 7.98736 25.3747 8.24424 25.3747H15.2093C15.5588 25.3747 15.8409 25.6566 15.8409 26.0058C15.8409 26.355 15.5588 26.6369 15.2093 26.6369H8.24845C7.83156 26.6369 7.49467 26.5822 7.18727 26.4644C5.49865 25.808 3.81846 24.062 4.14692 21.1547C4.28167 19.9262 4.7912 19.0047 5.65446 18.4199C6.62721 17.7594 7.90735 17.671 8.96011 17.8351C9.25909 13.4468 12.0215 8.85662 17.7443 7.97728C21.9595 7.32935 24.8735 9.879 26.2168 11.8733C27.3201 10.792 29.2446 9.77803 31.2574 11.1202C33.2956 12.4749 33.1777 14.6081 32.6639 16.0049C34.083 16.5182 35.8938 18.016 35.8938 21.2178C35.8938 25.1096 32.6723 26.4644 30.9711 26.6327H30.9416L30.9374 26.6411Z",
18846
+ fill: "#6392BD"
18847
+ })), "Cloud");
18848
+ var Coin = createSvgIcon(React__default.createElement("svg", {
18849
+ width: "40",
18850
+ height: "40",
18851
+ viewBox: "0 0 40 40",
18852
+ fill: "none",
18853
+ xmlns: "http://www.w3.org/2000/svg"
18854
+ }, React__default.createElement("circle", {
18855
+ cx: "20",
18856
+ cy: "20",
18857
+ r: "20",
18858
+ fill: "#E6F3F8"
18859
+ }), React__default.createElement("path", {
18860
+ d: "M19.9625 26.9957C19.6642 26.9957 19.4226 26.7465 19.4226 26.4407V25.7158C18.7619 25.6668 18.1691 25.5346 17.6481 25.3194C16.9685 25.04 16.4438 24.6134 16.0662 24.0395C15.9001 23.7866 15.7679 23.5034 15.6736 23.1938C15.4584 22.4878 16.0738 21.8687 16.7949 21.8687H17.0743C17.599 21.8687 17.9879 22.333 18.2937 22.771C18.4598 23.0126 18.6901 23.1938 18.9809 23.3184C19.0375 23.3411 19.0979 23.3637 19.1583 23.3826C19.332 23.4393 19.5132 23.4506 19.6944 23.4544L20.1588 23.4619C20.3891 23.4619 20.6194 23.4619 20.8346 23.3826C20.8346 23.3826 20.8346 23.3826 20.8384 23.3826C20.8724 23.36 20.9856 23.3373 21.0158 23.3109C21.2159 23.2165 21.3745 23.0957 21.4915 22.9484C21.6274 22.7748 21.6954 22.5747 21.6992 22.3481C21.6992 22.1367 21.6312 21.9555 21.5066 21.8083C21.382 21.6535 21.1895 21.5251 20.9328 21.4156C20.8988 21.4005 20.8648 21.3854 20.8308 21.3741C20.3589 21.1853 19.9096 21.1211 19.4226 20.9777L18.811 20.8304C17.8671 20.6077 17.1233 20.249 16.5797 19.7544C16.036 19.256 15.7642 18.5802 15.7679 17.7308C15.7679 17.0399 15.9454 16.432 16.3116 15.911C16.6778 15.39 17.1837 14.986 17.8293 14.6915C18.3088 14.4763 18.8412 14.3404 19.4226 14.2838V13.5627C19.4226 13.2568 19.6642 13.0077 19.9625 13.0077C20.2607 13.0077 20.5024 13.2568 20.5024 13.5627V14.2687C21.1555 14.314 21.7369 14.4574 22.2428 14.6953C22.8696 14.986 23.3528 15.3975 23.6964 15.9261C23.8021 16.0884 23.8927 16.2583 23.9645 16.4358C24.2514 17.1229 23.6247 17.761 22.896 17.761H22.7563C22.2919 17.761 21.9106 17.425 21.5406 17.0965C21.4349 17.0021 21.3292 16.9077 21.2235 16.8247C21.0725 16.7001 20.9026 16.6095 20.6458 16.5755C20.6232 16.5566 20.6798 16.5755 20.6458 16.5755H19.5396C19.5396 16.5755 19.0979 16.6397 19.0639 16.6736C18.894 16.7567 18.7619 16.8662 18.6675 16.9983C18.5542 17.1531 18.4938 17.3343 18.49 17.5382C18.4825 17.7043 18.5165 17.8516 18.5844 17.9799C18.6599 18.1083 18.7657 18.2216 18.9053 18.3197C18.9544 18.3537 19.0073 18.3839 19.0601 18.4141C19.1621 18.4745 19.2829 18.5312 19.415 18.584C19.7964 18.7313 20.257 18.8219 20.4948 18.8596L21.0234 18.9842C21.5633 19.105 22.039 19.2636 22.4505 19.4637C22.8658 19.6638 23.2131 19.9016 23.4963 20.181C23.7795 20.4566 23.9947 20.7776 24.1419 21.1362C24.2891 21.4987 24.3609 21.9026 24.3647 22.3481C24.3647 23.0542 24.1872 23.662 23.8436 24.1679C23.5001 24.6738 23.0017 25.0627 22.3561 25.3308C21.8275 25.5535 21.2046 25.6856 20.4948 25.7234V26.437C20.4948 26.7428 20.2532 26.992 19.9549 26.992L19.9625 26.9957Z",
18861
+ fill: "#00BCD4"
18862
+ }), React__default.createElement("path", {
18863
+ d: "M20 7.20881C27.0639 7.20881 32.7913 12.9362 32.7913 20C32.7913 27.0639 27.0639 32.7913 20 32.7913C12.9362 32.7913 7.20881 27.0639 7.20881 20C7.20881 12.9362 12.9362 7.20881 20 7.20881ZM20 6.07617C12.3208 6.07617 6.07617 12.3208 6.07617 20C6.07617 27.6793 12.3208 33.9239 20 33.9239C27.6793 33.9239 33.9239 27.6793 33.9239 20C33.9239 12.3208 27.6793 6.07617 20 6.07617Z",
18864
+ fill: "#6392BD"
18865
+ }), React__default.createElement("path", {
18866
+ d: "M20.0005 9.48531C25.8071 9.48531 30.5151 14.1933 30.5151 20C30.5151 25.8066 25.8071 30.5146 20.0005 30.5146C14.1938 30.5146 9.48581 25.8066 9.48581 20C9.48581 14.1933 14.1938 9.48531 20.0005 9.48531ZM20.0005 8.35268C13.5784 8.35268 8.35318 13.5779 8.35318 20C8.35318 26.422 13.5784 31.6472 20.0005 31.6472C26.4225 31.6472 31.6477 26.422 31.6477 20C31.6477 13.5779 26.4225 8.35268 20.0005 8.35268Z",
18867
+ fill: "#6392BD"
18868
+ })), "Coin");
18869
+ var ContactMails = createSvgIcon(React__default.createElement("svg", {
18870
+ width: "40",
18871
+ height: "40",
18872
+ viewBox: "0 0 40 40",
18873
+ fill: "none",
18874
+ xmlns: "http://www.w3.org/2000/svg"
18875
+ }, React__default.createElement("circle", {
18876
+ cx: "20",
18877
+ cy: "20",
18878
+ r: "20",
18879
+ fill: "#E6F3F8"
18880
+ }), React__default.createElement("path", {
18881
+ "fill-rule": "evenodd",
18882
+ "clip-rule": "evenodd",
18883
+ d: "M9.35037 5.9165C8.8126 5.9165 8.37305 6.35132 8.37305 6.89381V33.1061C8.37305 33.6439 8.80789 34.0834 9.35037 34.0834H30.6488C31.1866 34.0834 31.6261 33.6486 31.6261 33.1061V6.89381C31.6261 6.35604 31.1913 5.9165 30.6488 5.9165H9.35037ZM9.51371 32.9465V7.05339H12.4692V32.9465H9.51371ZM13.6061 32.9465V7.05339H30.4892V32.9465H13.6061Z",
18884
+ fill: "#6392BD"
18885
+ }), React__default.createElement("path", {
18886
+ d: "M27.0089 19.7754C27.0089 21.876 26.1349 23.1401 24.6758 23.1401C23.8993 23.1401 23.3404 22.7762 23.1341 22.0823C22.6615 22.7762 21.9188 23.1401 20.9473 23.1401C19.2705 23.1401 18.0327 21.8647 18.0327 20.0417C18.0327 18.2187 19.2705 16.9696 20.9473 16.9696C21.7987 16.9696 22.5039 17.2622 22.9765 17.8323V17.7161C22.9765 17.3447 23.2766 17.0409 23.6517 17.0409C24.0231 17.0409 24.3269 17.341 24.3269 17.7161V21.1745C24.3269 21.7934 24.6195 21.9998 24.9571 21.9998C25.6135 21.9998 25.9774 21.2345 25.9774 19.8016C25.9774 17.2022 24.0831 15.4504 21.3111 15.4504C18.5391 15.4504 16.6223 17.3335 16.6223 19.9817C16.6223 22.6299 18.4678 24.5392 21.2623 24.5392C21.8437 24.5392 22.5077 24.4417 23.1266 24.2166C23.4004 24.1153 23.7043 24.2504 23.798 24.528C23.8881 24.7943 23.7492 25.0794 23.4867 25.1731C22.8077 25.4207 21.99 25.5445 21.2661 25.5445C17.8151 25.5445 15.5082 23.2001 15.5082 19.9817C15.5082 16.7633 17.8414 14.4527 21.3148 14.4527C24.7883 14.4527 27.0127 16.677 27.0127 19.7754H27.0089ZM23.0028 20.0417C23.0028 18.8376 22.2263 18.1474 21.2061 18.1474C20.1858 18.1474 19.4093 18.8751 19.4093 20.0417C19.4093 21.2083 20.152 21.9622 21.2061 21.9622C22.2601 21.9622 23.0028 21.257 23.0028 20.0417Z",
18887
+ fill: "#00BCD4"
18888
+ })), "ContactMails");
18889
+ var Contacts = createSvgIcon(React__default.createElement("svg", {
18890
+ width: "40",
18891
+ height: "40",
18892
+ viewBox: "0 0 40 40",
18893
+ fill: "none",
18894
+ xmlns: "http://www.w3.org/2000/svg"
18895
+ }, React__default.createElement("circle", {
18896
+ cx: "20",
18897
+ cy: "20",
18898
+ r: "20",
18899
+ fill: "#E6F3F8"
18900
+ }), React__default.createElement("path", {
18901
+ "fill-rule": "evenodd",
18902
+ "clip-rule": "evenodd",
18903
+ d: "M9.35037 5.9165C8.8126 5.9165 8.37305 6.35132 8.37305 6.89381V33.1061C8.37305 33.6439 8.80789 34.0834 9.35037 34.0834H30.6488C31.1866 34.0834 31.6261 33.6486 31.6261 33.1061V6.89381C31.6261 6.35604 31.1913 5.9165 30.6488 5.9165H9.35037ZM9.51371 32.9465V7.05339H12.4692V32.9465H9.51371ZM13.6061 32.9465V7.05339H30.4892V32.9465H13.6061Z",
18904
+ fill: "#6392BD"
18905
+ }), React__default.createElement("path", {
18906
+ d: "M24.7106 17.629C24.7106 19.2987 23.357 20.6523 21.6873 20.6523C20.0175 20.6523 18.6639 19.2987 18.6639 17.629C18.6639 15.9592 20.0175 14.6056 21.6873 14.6056C23.357 14.6056 24.7106 15.9592 24.7106 17.629Z",
18907
+ fill: "#00BCD4"
18908
+ }), React__default.createElement("path", {
18909
+ d: "M24.7405 20.6859C24.8756 20.5471 25.0744 20.4833 25.2507 20.5583H25.2544C26.4735 21.0685 27.3437 22.3213 27.3437 23.7992V25.2434C27.3437 25.4985 27.1524 25.7048 26.9123 25.7048H16.4657C16.2294 25.7048 16.0343 25.4985 16.0343 25.2434V23.7992C16.0343 22.3213 16.9008 21.0685 18.1237 20.5583C18.3 20.4871 18.4988 20.5508 18.6338 20.6859C19.429 21.4961 20.5018 21.995 21.6872 21.995C22.8725 21.995 23.9453 21.4961 24.7405 20.6859Z",
18910
+ fill: "#00BCD4"
18911
+ })), "Contacts");
18912
+ var Coupon = createSvgIcon(React__default.createElement("svg", {
18913
+ width: "40",
18914
+ height: "40",
18915
+ viewBox: "0 0 40 40",
18916
+ fill: "none",
18917
+ xmlns: "http://www.w3.org/2000/svg"
18918
+ }, React__default.createElement("circle", {
18919
+ cx: "20",
18920
+ cy: "20",
18921
+ r: "20",
18922
+ fill: "#E6F3F8"
18923
+ }), React__default.createElement("path", {
18924
+ d: "M24.7519 15.2518C24.8865 15.3677 24.8865 15.5173 24.8304 15.6818C24.7706 15.8538 24.707 16.0258 24.6434 16.1978C24.4565 16.7212 24.292 17.2522 24.0751 17.7607C23.8657 18.2542 23.9517 18.643 24.2658 19.0356C24.707 19.5815 25.1033 20.1648 25.5184 20.7294C25.6193 20.864 25.6268 21.0061 25.5445 21.1631C25.4623 21.3239 25.3239 21.3837 25.1594 21.3837C24.7294 21.3912 24.3032 21.3949 23.8732 21.3987C23.5218 21.4024 23.1666 21.4173 22.8151 21.4061C22.4375 21.3949 22.1645 21.552 21.9439 21.8623C21.4952 22.4979 21.0354 23.1298 20.5829 23.7617C20.3997 24.0159 20.1903 24.0832 19.9697 23.9486C19.8613 23.8813 19.8277 23.7691 19.794 23.657C19.5846 22.9316 19.3678 22.2025 19.1659 21.4734C19.0687 21.1294 18.863 20.9201 18.5153 20.8229C17.7712 20.6172 17.0347 20.3966 16.2944 20.1872C16.1224 20.1386 16.0065 20.0452 15.9803 19.8657C15.9541 19.6862 16.0289 19.5479 16.1822 19.4432C16.2644 19.3871 16.343 19.3273 16.4215 19.2674C17.001 18.8487 17.5843 18.4299 18.1676 18.0149C18.4517 17.813 18.5826 17.5475 18.5826 17.2035C18.5826 16.4296 18.5938 15.6594 18.6013 14.8854C18.6013 14.691 18.6499 14.5265 18.8481 14.433C18.9864 14.3657 19.1135 14.3694 19.2332 14.4554C19.7118 14.8031 20.1866 15.1509 20.6615 15.5023C20.826 15.622 20.9867 15.7416 21.1513 15.865C21.4205 16.0669 21.7121 16.1006 22.0449 15.9772C22.7814 15.7042 23.5255 15.4425 24.2658 15.177C24.4415 15.1135 24.6061 15.0948 24.7407 15.2481L24.7519 15.2518Z",
18925
+ fill: "#00BCD4"
18926
+ }), React__default.createElement("path", {
18927
+ d: "M12.6357 21.0144C12.4167 20.7954 12.0616 20.7954 11.8425 21.0144C11.6235 21.2335 11.6235 21.5886 11.8425 21.8076L13.1745 23.1396C13.3936 23.3586 13.7487 23.3586 13.9677 23.1396C14.1867 22.9206 14.1867 22.5655 13.9677 22.3464L12.6357 21.0144Z",
18928
+ fill: "#6392BD"
18929
+ }), React__default.createElement("path", {
18930
+ d: "M15.2997 23.6784C15.0807 23.4594 14.7256 23.4594 14.5065 23.6784C14.2875 23.8975 14.2875 24.2526 14.5065 24.4716L15.8385 25.8036C16.0576 26.0226 16.4127 26.0226 16.6317 25.8036C16.8507 25.5846 16.8507 25.2295 16.6317 25.0104L15.2997 23.6784Z",
18931
+ fill: "#6392BD"
18932
+ }), React__default.createElement("path", {
18933
+ d: "M17.9637 26.3424C17.7447 26.1234 17.3896 26.1234 17.1706 26.3424C16.9515 26.5615 16.9515 26.9166 17.1706 27.1356L18.5026 28.4676C18.7216 28.6866 19.0767 28.6866 19.2957 28.4676C19.5147 28.2486 19.5147 27.8935 19.2957 27.6744L17.9637 26.3424Z",
18934
+ fill: "#6392BD"
18935
+ }), React__default.createElement("path", {
18936
+ "fill-rule": "evenodd",
18937
+ "clip-rule": "evenodd",
18938
+ d: "M22.3106 6.38651C22.5163 6.18086 22.7892 6.07617 23.0584 6.07617H23.0622C23.3351 6.07617 23.6043 6.18086 23.81 6.38651L33.6172 16.1938C34.0285 16.6051 34.0285 17.2743 33.6172 17.6856L17.6893 33.6136C17.4837 33.8192 17.2144 33.9239 16.9415 33.9239C16.6686 33.9239 16.3994 33.8192 16.1937 33.6136L13.8793 31.2992C13.554 30.9739 13.4568 30.4691 13.6849 30.0691C14.2831 29.0184 14.1335 27.6612 13.2362 26.7638C12.6978 26.2254 11.9911 25.9562 11.2882 25.9562C10.8171 25.9562 10.346 26.0759 9.92722 26.3151C9.77766 26.3974 9.61689 26.4385 9.45237 26.4385C9.17569 26.4385 8.90274 26.3264 8.6971 26.1207L6.38268 23.8063C5.9714 23.395 5.9714 22.7257 6.38268 22.3145L22.3106 6.38651ZM32.7722 16.9378L23.0622 7.22777L10.9556 19.3343L11.3037 19.6824C11.5227 19.9015 11.5227 20.2566 11.3037 20.4756C11.0847 20.6946 10.7296 20.6946 10.5105 20.4756L10.1624 20.1275L7.22769 23.0623L9.45985 25.2944C10.017 24.9916 10.6488 24.8345 11.2882 24.8345C12.3239 24.8345 13.296 25.2383 14.0289 25.9712C15.2365 27.1788 15.5095 29.0446 14.7056 30.5402L16.9378 32.7723L19.8725 29.8376L19.8346 29.7996C19.6155 29.5806 19.6155 29.2255 19.8346 29.0065C20.0536 28.7874 20.4087 28.7874 20.6277 29.0065L20.6657 29.0444L32.7722 16.9378Z",
18939
+ fill: "#6392BD"
18940
+ })), "Coupon");
18941
+ var Crane = createSvgIcon(React__default.createElement("svg", {
18942
+ width: "40",
18943
+ height: "40",
18944
+ viewBox: "0 0 40 40",
18945
+ fill: "none",
18946
+ xmlns: "http://www.w3.org/2000/svg"
18947
+ }, React__default.createElement("circle", {
18948
+ cx: "20",
18949
+ cy: "20",
18950
+ r: "20",
18951
+ fill: "#E6F3F8"
18952
+ }), React__default.createElement("path", {
18953
+ d: "M19.4806 18.0247C19.3157 18.021 19.1501 18.0866 19.0313 18.2191C18.928 18.3344 18.8788 18.4794 18.882 18.6229C18.8782 18.7954 18.9469 18.9685 19.0854 19.0927L24.6646 24.0944C25.023 24.0982 25.3035 24.299 25.5292 24.0473C25.7549 23.7955 25.7338 23.4084 25.482 23.1827L19.9028 18.1809C19.7822 18.0729 19.6307 18.0214 19.4806 18.0247Z",
18954
+ fill: "#6392BD"
18955
+ }), React__default.createElement("path", {
18956
+ d: "M19.3767 11.8589H11.8369C11.7076 11.8589 11.6028 11.7541 11.6028 11.6248V5.23409C11.6028 5.10481 11.7076 5 11.8369 5H28.1688C28.2981 5 28.4029 5.10481 28.4029 5.23409V11.6248C28.4029 11.7541 28.2981 11.8589 28.1688 11.8589H20.8838V15.9178C20.8838 16.4 20.5183 16.8069 20.0323 16.8634C19.4898 16.9275 19.0829 17.3871 19.0829 17.9334C19.0829 18.2612 19.2298 18.5664 19.4822 18.7698C19.7384 18.9771 20.0662 19.0562 20.4015 18.9846C20.8084 18.8979 21.1438 18.5513 21.2191 18.1407C21.2342 18.0578 21.2417 17.9749 21.2379 17.8958C21.2229 17.4813 21.5507 17.1309 21.9651 17.1196C22.3871 17.1046 22.7299 17.4323 22.7412 17.8468C22.7488 18.0352 22.7337 18.2235 22.6998 18.4082C22.5152 19.4254 21.7127 20.2505 20.7067 20.4577C20.5259 20.4954 20.3413 20.5143 20.1604 20.5143L20.1642 20.5218C19.5727 20.5218 18.9962 20.3221 18.5328 19.9453C17.9262 19.4518 17.5758 18.7209 17.5758 17.9372C17.5758 16.7919 18.3218 15.8085 19.3767 15.4732V11.8589Z",
18957
+ fill: "#00BCD4"
18958
+ }), React__default.createElement("path", {
18959
+ "fill-rule": "evenodd",
18960
+ "clip-rule": "evenodd",
18961
+ d: "M19.9008 19.122C20.1519 18.8955 20.1718 18.5084 19.9453 18.2573C19.7189 18.0062 19.3317 17.9863 19.0807 18.2128L13.7343 23.0353C13.697 23.069 13.6647 23.1063 13.6376 23.1462H10.6852C9.75447 23.1462 9 23.9007 9 24.8313V32.7827C9 33.7134 9.75447 34.4679 10.6852 34.4679H29.1395C30.0702 34.4679 30.8246 33.7134 30.8246 32.7827V24.8313C30.8246 23.9007 30.0702 23.1462 29.1395 23.1462H15.4395L19.9008 19.122ZM29.7953 32.7827C29.7953 33.1449 29.5017 33.4385 29.1395 33.4385H10.6852C10.323 33.4385 10.0294 33.1449 10.0294 32.7827V24.8313C10.0294 24.4692 10.323 24.1756 10.6852 24.1756H29.1395C29.5017 24.1756 29.7953 24.4692 29.7953 24.8313V32.7827Z",
18962
+ fill: "#6392BD"
18963
+ })), "Crane");
18964
+ var DaysCalendar = createSvgIcon(React__default.createElement("svg", {
18965
+ width: "40",
18966
+ height: "40",
18967
+ viewBox: "0 0 40 40",
18968
+ fill: "none",
18969
+ xmlns: "http://www.w3.org/2000/svg"
18970
+ }, React__default.createElement("circle", {
18971
+ cx: "20",
18972
+ cy: "20",
18973
+ r: "20",
18974
+ fill: "#E6F3F8"
18975
+ }), React__default.createElement("path", {
18976
+ "fill-rule": "evenodd",
18977
+ "clip-rule": "evenodd",
18978
+ d: "M27.1574 7.10596C26.5195 7.10596 26.0071 7.64811 26.0071 8.31074V9.95831H13.354V8.31074C13.354 7.64263 12.8363 7.10596 12.2037 7.10596C11.5658 7.10596 11.0534 7.64811 11.0534 8.31074V9.95831H8.58795C8.04348 9.95831 7.60254 10.3945 7.60254 10.9332V13.4367C7.60254 13.9754 8.04348 14.4116 8.58795 14.4116H31.2256C31.77 14.4116 32.211 13.9754 32.211 13.4367V10.9332C32.211 10.3945 31.77 9.95831 31.2256 9.95831H28.3077V8.31074C28.3077 7.64263 27.79 7.10596 27.1574 7.10596ZM12.9884 12.4699C13.1019 12.4228 13.1574 12.3373 13.1816 12.2234C13.1277 12.3143 13.0627 12.3972 12.9884 12.4699Z",
18979
+ fill: "#00BCD4"
18980
+ }), React__default.createElement("path", {
18981
+ "fill-rule": "evenodd",
18982
+ "clip-rule": "evenodd",
18983
+ d: "M9.46911 16.9102C9.17193 16.9102 8.95003 17.1445 8.95003 17.4062V31.2446C8.95003 31.5063 9.17193 31.7406 9.46911 31.7406H30.667C30.9855 31.7406 31.2437 31.4824 31.2437 31.1639V17.4062C31.2437 17.1445 31.0218 16.9102 30.7246 16.9102H9.46911ZM7.79651 17.4062C7.79651 16.4836 8.55894 15.7567 9.46911 15.7567H30.7246C31.6348 15.7567 32.3972 16.4836 32.3972 17.4062V31.1639C32.3972 32.1195 31.6226 32.8942 30.667 32.8942H9.46911C8.55893 32.8942 7.79651 32.1672 7.79651 31.2446V17.4062Z",
18984
+ fill: "#6392BD"
18985
+ }), React__default.createElement("path", {
18986
+ d: "M12.9873 20.2759C12.9873 20.011 13.4103 19.7935 13.9372 19.7935C14.4596 19.7935 14.887 20.0087 14.887 20.2759V21.5908C14.887 21.8557 14.4596 22.0731 13.9372 22.0731C13.4148 22.0731 12.9873 21.858 12.9873 21.5908V20.2759Z",
18987
+ fill: "#6392BD"
18988
+ }), React__default.createElement("path", {
18989
+ d: "M20.0162 19.7935C19.4893 19.7935 19.0663 20.011 19.0663 20.2759V21.5908C19.0663 21.858 19.4937 22.0731 20.0162 22.0731C20.5386 22.0731 20.966 21.8557 20.966 21.5908V20.2759C20.966 20.0087 20.5386 19.7935 20.0162 19.7935Z",
18990
+ fill: "#6392BD"
18991
+ }), React__default.createElement("path", {
18992
+ d: "M25.1453 20.2759C25.1453 20.011 25.5683 19.7935 26.0951 19.7935C26.4053 19.7935 26.6814 19.8692 26.855 19.9865C26.901 20.0184 26.9411 20.0525 26.9708 20.0896C27.0183 20.1468 27.045 20.2098 27.045 20.2759V21.5908C27.045 21.8557 26.6175 22.0731 26.0951 22.0731C25.5727 22.0731 25.1453 21.858 25.1453 21.5908V20.2759Z",
18993
+ fill: "#6392BD"
18994
+ }), React__default.createElement("path", {
18995
+ d: "M13.9372 26.2524C13.4103 26.2524 12.9873 26.4699 12.9873 26.7348V28.0497C12.9873 28.1247 13.0215 28.1952 13.0808 28.2582C13.1358 28.3154 13.2114 28.3666 13.3035 28.4081C13.4712 28.4853 13.6938 28.5321 13.9372 28.5321C14.4596 28.5321 14.887 28.3146 14.887 28.0497V26.7348C14.887 26.4676 14.4596 26.2524 13.9372 26.2524Z",
18996
+ fill: "#6392BD"
18997
+ }), React__default.createElement("path", {
18998
+ d: "M19.6826 26.2985C19.8058 26.2688 19.9438 26.2524 20.0893 26.2524C20.6117 26.2524 21.0391 26.4676 21.0391 26.7348V28.0497C21.0391 28.3146 20.6117 28.5321 20.0893 28.5321C19.5669 28.5321 19.1395 28.3169 19.1395 28.0497V26.7348C19.1395 26.5433 19.3606 26.3764 19.6826 26.2985Z",
18999
+ fill: "#6392BD"
19000
+ }), React__default.createElement("path", {
19001
+ d: "M25.6761 26.2988C25.7993 26.2691 25.9373 26.2528 26.0827 26.2528C26.6051 26.2528 27.0326 26.468 27.0326 26.7351V28.0501C27.0326 28.315 26.6051 28.5324 26.0827 28.5324C25.5603 28.5324 25.1329 28.3172 25.1329 28.0501V26.7351C25.1329 26.5437 25.354 26.3767 25.6761 26.2988Z",
19002
+ fill: "#6392BD"
19003
+ })), "DaysCalendar");
19004
+ var Diagram = createSvgIcon(React__default.createElement("svg", {
19005
+ width: "40",
19006
+ height: "40",
19007
+ viewBox: "0 0 40 40",
19008
+ fill: "none",
19009
+ xmlns: "http://www.w3.org/2000/svg"
19010
+ }, React__default.createElement("circle", {
19011
+ cx: "20",
19012
+ cy: "20",
19013
+ r: "20",
19014
+ fill: "#E6F3F8"
19015
+ }), React__default.createElement("path", {
19016
+ d: "M6.56515 29.8959C7.98185 29.8959 9.1303 28.7475 9.1303 27.3308C9.1303 25.9141 7.98185 24.7656 6.56515 24.7656C5.14846 24.7656 4 25.9141 4 27.3308C4 28.7475 5.14846 29.8959 6.56515 29.8959Z",
19017
+ fill: "#00BCD4"
19018
+ }), React__default.createElement("path", {
19019
+ d: "M16.3848 29.8959C17.8015 29.8959 18.9499 28.7475 18.9499 27.3308C18.9499 25.9141 17.8015 24.7656 16.3848 24.7656C14.9681 24.7656 13.8196 25.9141 13.8196 27.3308C13.8196 28.7475 14.9681 29.8959 16.3848 29.8959Z",
19020
+ fill: "#00BCD4"
19021
+ }), React__default.createElement("path", {
19022
+ "fill-rule": "evenodd",
19023
+ "clip-rule": "evenodd",
19024
+ d: "M22.3053 12.4845C22.0589 12.6667 21.9932 13.0287 22.2005 13.2545L25.9033 17.2855C25.481 17.7433 25.2232 18.3542 25.2232 19.0256C25.2232 19.8979 25.6576 20.6663 26.3204 21.13L24.1623 24.8673C24.0464 24.8508 23.927 24.843 23.8058 24.843C22.7104 24.843 21.7776 25.5275 21.409 26.4923C21.3501 26.6454 21.3069 26.8064 21.2774 26.9725C21.2532 27.1136 21.2411 27.2589 21.2411 27.4078C21.2411 28.826 22.3885 29.9734 23.8058 29.9734C24.3977 29.9734 24.9428 29.7735 25.3772 29.4369C25.9812 28.967 26.3706 28.2333 26.3706 27.4078C26.3706 26.4957 25.8964 25.6962 25.1799 25.2411L27.3137 21.548C27.4678 21.5765 27.627 21.5913 27.7879 21.5913C28.1392 21.5913 28.475 21.5212 28.7796 21.3931L30.8265 24.7584C30.9857 25.0203 31.3325 25.094 31.5845 24.9195C31.8164 24.759 31.8828 24.4455 31.7361 24.2047L29.6535 20.7865C30.0862 20.3271 30.3527 19.7075 30.3527 19.0256C30.3527 17.6083 29.2053 16.4609 27.7879 16.4609L27.6477 16.4652C27.5889 16.4678 27.5318 16.4722 27.4764 16.4791L27.4245 16.486C27.1995 16.518 26.9832 16.5795 26.7825 16.6651L22.9865 12.5301C22.8107 12.3385 22.5144 12.3299 22.3053 12.4845ZM29.4666 19.0256C29.4666 18.0998 28.7138 17.347 27.7879 17.347C27.3639 17.347 26.9763 17.5045 26.6803 17.764C26.3308 18.0721 26.1093 18.5229 26.1093 19.0256C26.1093 19.9524 26.8621 20.7052 27.7879 20.7052C28.7138 20.7052 29.4666 19.9524 29.4666 19.0256ZM25.4845 27.4078C25.4845 26.4819 24.7317 25.7291 23.8058 25.7291C22.88 25.7291 22.1272 26.4819 22.1272 27.4078C22.1272 28.3345 22.88 29.0873 23.8058 29.0873C24.2662 29.0873 24.6832 28.9013 24.9861 28.601C25.1419 28.447 25.2682 28.2627 25.3547 28.0576C25.4378 27.8577 25.4845 27.6379 25.4845 27.4078Z",
19025
+ fill: "#6392BD"
19026
+ }), React__default.createElement("path", {
19027
+ "fill-rule": "evenodd",
19028
+ "clip-rule": "evenodd",
19029
+ d: "M17.6787 13.1597C17.8805 12.9391 17.8237 12.5883 17.5897 12.4023C17.3794 12.2352 17.0708 12.2384 16.8896 12.4367L13.0294 16.6625C12.7214 16.5327 12.3839 16.4609 12.0292 16.4609C11.4183 16.4609 10.8575 16.6746 10.4162 17.0303C9.83477 17.5001 9.46442 18.2192 9.46442 19.0256C9.46442 19.7075 9.7292 20.3253 10.1618 20.7848L8.13844 24.1418C7.99279 24.3835 8.06032 24.6967 8.29259 24.8569C8.54599 25.0316 8.89427 24.9564 9.05301 24.6927L11.0393 21.3931C11.3438 21.5203 11.6778 21.5913 12.0292 21.5913C12.1918 21.5913 12.3493 21.5757 12.5033 21.5471L14.1061 24.6813C14.2446 24.9521 14.5818 25.0518 14.8453 24.8997C15.0899 24.7585 15.1815 24.4507 15.0538 24.1988L13.4984 21.13C14.1612 20.6663 14.5939 19.897 14.5939 19.0256C14.5939 18.3516 14.3343 17.7381 13.9103 17.2803L17.6787 13.1597ZM13.7078 19.0256C13.7078 18.0998 12.955 17.347 12.0292 17.347C11.8474 17.347 11.6727 17.3764 11.51 17.43C11.3421 17.4846 11.1864 17.565 11.0462 17.6663C10.6256 17.9709 10.3505 18.4667 10.3505 19.0256C10.3505 19.2394 10.3903 19.4436 10.463 19.6314C10.5668 19.9005 10.7399 20.1367 10.9579 20.3184C11.2487 20.5598 11.6225 20.7052 12.0292 20.7052C12.955 20.7052 13.7078 19.9524 13.7078 19.0256Z",
19030
+ fill: "#6392BD"
19031
+ }), React__default.createElement("path", {
19032
+ d: "M20.0613 12.6974C21.6346 12.6974 22.91 11.422 22.91 9.84869C22.91 8.2754 21.6346 7 20.0613 7C18.488 7 17.2126 8.2754 17.2126 9.84869C17.2126 11.422 18.488 12.6974 20.0613 12.6974Z",
19033
+ fill: "#00BCD4"
19034
+ }), React__default.createElement("path", {
19035
+ d: "M33.4348 29.8959C34.8515 29.8959 36 28.7475 36 27.3308C36 25.9141 34.8515 24.7656 33.4348 24.7656C32.0182 24.7656 30.8697 25.9141 30.8697 27.3308C30.8697 28.7475 32.0182 29.8959 33.4348 29.8959Z",
19036
+ fill: "#00BCD4"
19037
+ })), "Diagram");
19038
+ var Discount = createSvgIcon(React__default.createElement("svg", {
19039
+ width: "40",
19040
+ height: "40",
19041
+ viewBox: "0 0 40 40",
19042
+ fill: "none",
19043
+ xmlns: "http://www.w3.org/2000/svg"
19044
+ }, React__default.createElement("circle", {
19045
+ cx: "20",
19046
+ cy: "20",
19047
+ r: "20",
19048
+ fill: "#E6F3F8"
19049
+ }), React__default.createElement("path", {
19050
+ "fill-rule": "evenodd",
19051
+ "clip-rule": "evenodd",
19052
+ d: "M31.5497 8.8886C31.7529 8.68532 31.7529 8.35574 31.5497 8.15246C31.3464 7.94918 31.0168 7.94918 30.8135 8.15246L29.5856 9.38039C29.5073 9.36285 29.4249 9.35364 29.3392 9.35364C29.3079 9.35364 29.2732 9.35364 29.242 9.35711L18.5643 10.2212C18.2415 10.2489 17.9188 10.4016 17.669 10.6515L5.43311 22.8873C4.91606 23.4044 4.85359 24.1748 5.29083 24.612L15.0906 34.4118C15.2849 34.6061 15.5487 34.7033 15.8228 34.7033C16.1664 34.7033 16.5307 34.5576 16.8153 34.2695L29.0512 22.0337C29.2975 21.7873 29.4537 21.4646 29.4815 21.1418L30.3629 10.4815C30.3737 10.3486 30.3628 10.2222 30.333 10.1053L31.5497 8.8886ZM28.5008 10.4652L18.651 11.2622C18.5886 11.2692 18.4949 11.3039 18.4081 11.3906L6.17226 23.6265C6.06122 23.7375 6.0404 23.8521 6.04387 23.8937L15.8124 33.6623H15.8228C15.8818 33.6623 15.9859 33.6276 16.0796 33.5339L28.3155 21.298C28.4022 21.2112 28.4404 21.1141 28.4439 21.0551L29.2606 11.1777L25.8412 14.597C25.8276 14.6106 25.8135 14.6233 25.7988 14.6351C26.3684 15.5356 26.2598 16.7426 25.4731 17.5294C25.0151 17.984 24.4182 18.213 23.8213 18.213C23.2244 18.213 22.6241 17.984 22.1695 17.5294C21.2568 16.6202 21.2568 15.1419 22.1695 14.2292C22.6276 13.7746 23.2244 13.5456 23.8213 13.5456C24.2533 13.5456 24.6872 13.6656 25.0663 13.9043C25.0783 13.8893 25.0912 13.8748 25.1051 13.8609L28.5008 10.4652ZM23.8213 14.5867C24.1683 14.5867 24.4911 14.722 24.7374 14.9649C24.9804 15.2078 25.1157 15.534 25.1157 15.881C25.1157 16.228 24.9804 16.5508 24.7374 16.7972C24.4945 17.0401 24.1683 17.1754 23.8213 17.1754C23.4743 17.1754 23.1516 17.0401 22.9052 16.7972C22.6623 16.5542 22.5269 16.228 22.5269 15.881C22.5269 15.534 22.6623 15.2113 22.9052 14.9649C23.1481 14.722 23.4743 14.5867 23.8213 14.5867Z",
19053
+ fill: "#6392BD"
19054
+ }), React__default.createElement("path", {
19055
+ d: "M11.4809 22.3057V23.0136C11.4809 23.3969 11.7916 23.7077 12.1749 23.7077H22.5785C22.9618 23.7077 23.2726 23.3969 23.2726 23.0136V22.3057C23.2726 21.9224 22.9618 21.6117 22.5785 21.6117H12.1749C11.7916 21.6117 11.4809 21.9224 11.4809 22.3057Z",
19056
+ fill: "#00BCD4"
19057
+ }), React__default.createElement("path", {
19058
+ d: "M17.3768 27.7396C18.2239 27.7396 18.9106 27.0529 18.9106 26.2058C18.9106 25.3587 18.2239 24.6719 17.3768 24.6719C16.5297 24.6719 15.8429 25.3587 15.8429 26.2058C15.8429 27.0529 16.5297 27.7396 17.3768 27.7396Z",
19059
+ fill: "#00BCD4"
19060
+ }), React__default.createElement("path", {
19061
+ d: "M17.3768 20.6502C18.2239 20.6502 18.9106 19.9634 18.9106 19.1163C18.9106 18.2692 18.2239 17.5825 17.3768 17.5825C16.5297 17.5825 15.8429 18.2692 15.8429 19.1163C15.8429 19.9634 16.5297 20.6502 17.3768 20.6502Z",
19062
+ fill: "#00BCD4"
19063
+ })), "Discount");
19064
+ var DownloadDoc = createSvgIcon(React__default.createElement("svg", {
19065
+ width: "40",
19066
+ height: "40",
19067
+ viewBox: "0 0 40 40",
19068
+ fill: "none",
19069
+ xmlns: "http://www.w3.org/2000/svg"
19070
+ }, React__default.createElement("circle", {
19071
+ cx: "20",
19072
+ cy: "20",
19073
+ r: "20",
19074
+ fill: "#E6F3F8"
19075
+ }), React__default.createElement("path", {
19076
+ d: "M24.9567 7.15098V11.2714C24.9567 12.1249 25.6479 12.8161 26.4976 12.8161L30.6407 12.8085V32.8668H10.133V7.15098H24.9567ZM25.6819 6.01795H9.812C9.36257 6.01795 9 6.38807 9 6.84128V33.1765C9 33.6297 9.36257 33.9998 9.812 33.9998H30.958C31.4074 33.9998 31.77 33.6297 31.77 33.1765V12.0872C31.77 11.8606 31.5887 11.6755 31.3621 11.6755L26.4901 11.6831C26.2672 11.6831 26.0822 11.498 26.0822 11.2714V6.42962C26.0822 6.20301 25.9009 6.01795 25.6743 6.01795H25.6819Z",
19077
+ fill: "#6392BD"
19078
+ }), React__default.createElement("path", {
19079
+ d: "M27.1851 10.1427V6.20736C27.1851 6.0223 27.4079 5.93166 27.5363 6.06007L31.6718 10.1994C31.8002 10.3278 31.7096 10.5506 31.5245 10.5506H27.593C27.3664 10.5506 27.1813 10.3655 27.1813 10.1389L27.1851 10.1427Z",
19080
+ fill: "#00BCD4"
19081
+ }), React__default.createElement("path", {
19082
+ d: "M15.9749 22.3899L19.8083 25.5095C19.9858 25.653 20.2351 25.653 20.4126 25.5095L24.3366 22.3899C24.6954 22.1066 24.4915 21.5288 24.0382 21.5288H21.9195V15.0139C21.9195 14.7495 21.7042 14.5305 21.4361 14.5305H18.781C18.5129 14.5305 18.2976 14.7458 18.2976 15.0139V21.5288H16.277C15.8238 21.5288 15.6199 22.0991 15.9711 22.3861L15.9749 22.3899Z",
19083
+ fill: "#00BCD4"
19084
+ })), "DownloadDoc");
19085
+ var Drill = createSvgIcon(React__default.createElement("svg", {
19086
+ width: "40",
19087
+ height: "40",
19088
+ viewBox: "0 0 40 40",
19089
+ fill: "none",
19090
+ xmlns: "http://www.w3.org/2000/svg"
19091
+ }, React__default.createElement("circle", {
19092
+ cx: "20",
19093
+ cy: "20",
19094
+ r: "20",
19095
+ fill: "#E6F3F8"
19096
+ }), React__default.createElement("path", {
19097
+ "fill-rule": "evenodd",
19098
+ "clip-rule": "evenodd",
19099
+ d: "M19.228 10.0189C20.1451 10.0245 21.0092 10.0298 21.7465 10.0322L21.7515 10.0322L21.7566 10.0323C22.2875 10.0427 22.7376 10.4718 22.7376 11.0293V19.5172C22.7376 20.0599 22.2999 20.5103 21.7446 20.5103H17.5985C17.3147 20.5666 16.9165 20.729 16.6228 21.0249C16.3403 21.3095 16.1193 21.7483 16.2397 22.469C16.5342 24.2326 15.9997 25.8856 15.5741 26.7556C15.8668 27.2752 16.1784 27.9571 16.2869 28.5769C16.3511 28.944 16.3661 29.4089 16.1338 29.8043C15.8692 30.2548 15.396 30.4408 14.8708 30.4408H9.24004C9.0552 30.4872 8.81943 30.4823 8.59576 30.3251C8.32914 30.1376 8.24066 29.8391 8.2094 29.6153C8.14525 29.156 8.24322 28.4434 8.55203 27.3666C9.10292 25.4345 9.90718 22.3106 10.3361 20.6045C9.70201 20.2539 8.91881 19.6876 8.27054 18.924C7.56949 18.0982 7 17.0085 7 15.6963C7 12.4284 8.65067 10.6281 10.0924 10.1493C10.1941 10.1154 10.3111 10.0996 10.3944 10.09C10.4935 10.0785 10.6125 10.0691 10.7453 10.061C11.0119 10.0448 11.3587 10.0327 11.7631 10.0237C12.5732 10.0057 13.6366 9.99975 14.7969 10C16.2136 10.0003 17.7863 10.01 19.228 10.0189ZM10.4641 11.3177C9.61588 11.6086 8.22599 12.867 8.22599 15.6963C8.22599 16.6357 8.63116 17.4545 9.20514 18.1305C9.78161 18.8095 10.5018 19.311 11.0468 19.5946L11.0478 19.5952L11.0487 19.5957C11.4449 19.8037 11.6852 20.2636 11.5669 20.7366C11.1499 22.4006 10.3059 25.6866 9.73089 27.7033C9.51115 28.4695 9.43496 28.9424 9.41946 29.2148H14.8708C14.9965 29.2148 15.0541 29.1936 15.0716 29.1852C15.0742 29.184 15.0761 29.1829 15.0774 29.1822C15.0889 29.1609 15.1254 29.0521 15.0792 28.7882C14.9882 28.2676 14.6551 27.5831 14.3508 27.0955L14.1528 26.7783L14.3443 26.4571C14.6762 25.9005 15.3058 24.3193 15.0304 22.671C14.8443 21.5567 15.1954 20.7225 15.7527 20.1612C16.2828 19.6273 16.9645 19.3719 17.4432 19.2926L17.493 19.2843H21.5116V11.2574C20.8204 11.2547 20.0367 11.2499 19.2118 11.2448C17.7744 11.2359 16.212 11.2263 14.7966 11.226C13.6383 11.2257 12.5861 11.2317 11.7903 11.2494C11.3917 11.2582 11.0631 11.2699 10.8198 11.2847C10.6977 11.2921 10.6033 11.3 10.5352 11.3079C10.4923 11.3128 10.4707 11.3166 10.4641 11.3177Z",
19100
+ fill: "#6392BD"
19101
+ }), React__default.createElement("path", {
19102
+ d: "M23.8704 10.4969C23.8704 10.2395 24.0829 10.027 24.3404 10.027C25.268 10.027 26.0976 10.4438 26.6493 11.0977C27.013 11.5267 27.2582 12.0621 27.3359 12.6465H27.3645C28.0102 12.6465 28.6027 12.8794 29.0604 13.2677C29.4119 13.566 29.6857 13.9583 29.841 14.4037C29.89 14.3956 29.9349 14.8287 29.984 14.8287H36.0976C36.5798 14.8287 36.9721 14.7838 36.9721 15.266C36.9721 15.7482 36.5798 15.7033 36.0976 15.7033H29.984C29.9349 15.7033 29.8859 16.1365 29.841 16.1283C29.4854 17.154 28.5087 17.8855 27.3645 17.8855H27.3359C27.1397 19.3649 25.8728 20.5051 24.3404 20.5051C24.0829 20.5051 23.8704 20.2926 23.8704 20.0351V10.4928V10.4969Z",
19103
+ fill: "#00BCD4"
19104
+ })), "Drill");
19105
+ var DuplicateTemplate = createSvgIcon(React__default.createElement("svg", {
19106
+ width: "40",
19107
+ height: "40",
19108
+ viewBox: "0 0 40 40",
19109
+ fill: "none",
19110
+ xmlns: "http://www.w3.org/2000/svg"
19111
+ }, React__default.createElement("circle", {
19112
+ cx: "20",
19113
+ cy: "20",
19114
+ r: "20",
19115
+ fill: "#E6F3F8"
19116
+ }), React__default.createElement("path", {
19117
+ d: "M29.375 23.0625C26.2699 23.0625 23.75 25.5824 23.75 28.6875C23.75 31.7926 26.2699 34.3125 29.375 34.3125C32.4801 34.3125 35 31.7926 35 28.6875C35 25.5824 32.4863 23.0625 29.375 23.0625ZM30.0589 29.3775V32.1192C30.0589 32.495 29.7508 32.8031 29.375 32.8031C28.9992 32.8031 28.6911 32.495 28.6911 32.1192V29.3775H25.9556C25.5798 29.3775 25.2718 29.0695 25.2718 28.6937C25.2718 28.3178 25.5798 28.0098 25.9556 28.0098H28.6973V25.2681C28.6973 24.8923 29.0053 24.5843 29.3812 24.5843C29.757 24.5843 30.065 24.8923 30.065 25.2681V28.0098H32.8067C33.1825 28.0098 33.4906 28.3178 33.4906 28.6937C33.4906 29.0695 33.1825 29.3775 32.8067 29.3775H30.0589Z",
19118
+ fill: "#00BCD4"
19119
+ }), React__default.createElement("path", {
19120
+ d: "M9.46633 13.2594C9.46633 12.8369 9.80691 12.4963 10.2294 12.4963H23.5853C23.7043 12.4963 23.8008 12.3998 23.8008 12.2808V9.65529C23.8008 9.29316 23.5077 9 23.1456 9H5.65529C5.29316 9 5 9.29316 5 9.65529V22.662C5 23.0241 5.29316 23.3173 5.65529 23.3173H9.25078C9.36982 23.3173 9.46633 23.2208 9.46633 23.1017V13.2594Z",
19121
+ fill: "#00BCD4"
19122
+ }), React__default.createElement("path", {
19123
+ d: "M24.7864 18.375H14.8578C14.5906 18.375 14.375 18.5906 14.375 18.8578C14.375 19.1251 14.5906 19.3407 14.8578 19.3407H24.7864C25.0537 19.3407 25.2692 19.1251 25.2692 18.8578C25.2692 18.5906 25.0537 18.375 24.7864 18.375Z",
19124
+ fill: "#6392BD"
19125
+ }), React__default.createElement("path", {
19126
+ d: "M24.7864 20.7206H14.8578C14.5906 20.7206 14.375 20.9361 14.375 21.2034C14.375 21.4707 14.5906 21.6863 14.8578 21.6863H24.7864C25.0537 21.6863 25.2692 21.4707 25.2692 21.2034C25.2692 20.9361 25.0537 20.7206 24.7864 20.7206Z",
19127
+ fill: "#6392BD"
19128
+ }), React__default.createElement("path", {
19129
+ d: "M24.7864 23.0616H14.8578C14.5906 23.0616 14.375 23.2771 14.375 23.5444C14.375 23.8117 14.5906 24.0273 14.8578 24.0273H24.7864C25.0537 24.0273 25.2692 23.8117 25.2692 23.5444C25.2692 23.2771 25.0537 23.0616 24.7864 23.0616Z",
19130
+ fill: "#6392BD"
19131
+ }), React__default.createElement("path", {
19132
+ d: "M28.7445 22.1274C28.3916 22.1367 28.0812 21.8662 28.0812 21.5131V15.0358H11.8671V26.7664H22.2439C22.622 26.7664 22.9003 27.1155 22.8556 27.4909C22.8181 27.805 22.5621 28.064 22.2458 28.064H11.3368C10.9143 28.064 10.5737 27.7234 10.5737 27.3009V14.5055C10.5737 14.083 10.9143 13.7424 11.3368 13.7424H28.6115C29.034 13.7424 29.3746 14.083 29.3746 14.5055V21.5138C29.3746 21.8532 29.0838 22.1185 28.7445 22.1274Z",
19133
+ fill: "#6392BD"
19134
+ })), "DuplicateTemplate");
19135
+ var EmailAddress = createSvgIcon(React__default.createElement("svg", {
19136
+ width: "40",
19137
+ height: "40",
19138
+ viewBox: "0 0 40 40",
19139
+ fill: "none",
19140
+ xmlns: "http://www.w3.org/2000/svg"
19141
+ }, React__default.createElement("circle", {
19142
+ cx: "20",
19143
+ cy: "20",
19144
+ r: "20",
19145
+ fill: "#E6F3F8"
19146
+ }), React__default.createElement("path", {
19147
+ "fill-rule": "evenodd",
19148
+ "clip-rule": "evenodd",
19149
+ d: "M19.9999 7.49762L8.4352 18.6704L8.41391 18.6873C8.42858 18.6756 8.4416 18.6631 8.45307 18.6498C8.52557 18.5657 8.5357 18.4532 8.50831 18.3722C8.47589 18.2762 8.37402 18.1757 8.23239 18.1757V19.2834C7.44797 19.2834 7.14421 18.3172 7.69984 17.8406L19.4703 6.46906L19.4894 6.4536C19.7884 6.21208 20.2113 6.21208 20.5104 6.4536L20.5295 6.46906L32.2999 17.8406C32.8556 18.3172 32.5518 19.2834 31.7674 19.2834V18.1757C31.6258 18.1757 31.5239 18.2762 31.4915 18.3722C31.4641 18.4532 31.4742 18.5657 31.5467 18.6498C31.5582 18.6631 31.5712 18.6756 31.5859 18.6873L31.5646 18.6704L19.9999 7.49762Z",
19150
+ fill: "#6392BD"
19151
+ }), React__default.createElement("path", {
19152
+ d: "M31.4241 18.7474C31.4241 18.7474 31.4426 18.7548 31.4463 18.7696V32.6011C31.4463 32.6011 31.4389 32.6196 31.4278 32.6196H8.56115C8.56115 32.6196 8.54267 32.6122 8.54267 32.6011V18.7622C8.54267 18.7622 8.55376 18.7548 8.56115 18.7548C8.56115 18.7548 8.56852 18.7548 8.57221 18.7548L19.1693 27.0811C19.4019 27.2657 19.6936 27.3654 19.9926 27.3654C20.2917 27.3654 20.5834 27.2657 20.816 27.0811L31.4241 18.7511M31.4205 17.6397C31.1841 17.6397 30.9441 17.7136 30.73 17.8834L20.1329 26.206C20.0923 26.2392 20.0443 26.254 19.9926 26.254C19.9409 26.254 19.8929 26.2392 19.8523 26.206L9.25529 17.8834C9.04113 17.7173 8.80113 17.6397 8.56482 17.6397C7.98143 17.6397 7.43497 18.0976 7.43497 18.7696V32.6011C7.43497 33.2214 7.94084 33.7273 8.56115 33.7273H31.4278C32.0482 33.7273 32.554 33.2214 32.554 32.6011V18.7696C32.554 18.1013 32.0038 17.6397 31.4241 17.6397H31.4205Z",
19153
+ fill: "#6392BD"
19154
+ }), React__default.createElement("path", {
19155
+ "fill-rule": "evenodd",
19156
+ "clip-rule": "evenodd",
19157
+ d: "M19.8454 14.346C19.0036 14.346 18.4165 14.9257 18.4165 15.8525C18.4165 16.7793 19.0073 17.3774 19.8454 17.3774C20.6836 17.3774 21.2744 16.8162 21.2744 15.8525C21.2744 14.8888 20.6577 14.346 19.8454 14.346Z",
19158
+ fill: "#00BCD4"
19159
+ }), React__default.createElement("path", {
19160
+ "fill-rule": "evenodd",
19161
+ "clip-rule": "evenodd",
19162
+ d: "M29.0132 9.72286H28.9911C28.9911 9.3204 28.7547 8.99916 28.4667 8.99916L11.4007 8.96593C11.1127 8.96593 10.8764 9.29086 10.8764 9.68963L10.9096 11.6577L10.8764 17.5986L18.5122 23.6098C19.1029 24.075 19.8082 24.651 19.882 24.6141C20.0076 24.6141 20.303 24.3446 21.0894 23.7169L29.0317 17.4768M22.6808 18.3334C22.0642 18.3334 21.6174 18.0417 21.455 17.4916C21.0784 18.0417 20.4876 18.3334 19.7159 18.3334C18.3829 18.3334 17.3971 17.318 17.3971 15.8706C17.3971 14.4232 18.3829 13.4263 19.7159 13.4263C20.3916 13.4263 20.9528 13.6589 21.3294 14.1131V14.0503C21.3294 13.7844 21.5104 13.5371 21.7762 13.4927C22.1122 13.4374 22.4039 13.6958 22.4039 14.0208V16.7679C22.4039 17.2589 22.6365 17.4251 22.9061 17.4251C23.4267 17.4251 23.7184 16.8159 23.7184 15.6749C23.7184 13.6072 22.2119 12.2152 20.0076 12.2152C17.8033 12.2152 16.2783 13.7143 16.2783 15.8189C16.2783 17.9236 17.7479 19.4411 19.9707 19.4411C20.4322 19.4411 20.9602 19.3636 21.4513 19.1863C21.6691 19.1088 21.9091 19.2159 21.983 19.4337C22.0531 19.6442 21.9424 19.8731 21.7356 19.947C21.1965 20.1427 20.5467 20.2424 19.9707 20.2424C17.2272 20.2424 15.3922 18.3777 15.3922 15.8189C15.3922 13.2601 17.2457 11.4213 20.0113 11.4213C22.7768 11.4213 24.5418 13.19 24.5418 15.6528C24.5418 17.3254 23.8476 18.3297 22.6882 18.3297L22.6808 18.3334Z",
19163
+ fill: "#00BCD4"
19164
+ })), "EmailAddress");
19165
+ var Engine = createSvgIcon(React__default.createElement("svg", {
19166
+ width: "40",
19167
+ height: "40",
19168
+ viewBox: "0 0 40 40",
19169
+ fill: "none",
19170
+ xmlns: "http://www.w3.org/2000/svg"
19171
+ }, React__default.createElement("circle", {
19172
+ cx: "20",
19173
+ cy: "20",
19174
+ r: "20",
19175
+ fill: "#E6F3F8"
19176
+ }), React__default.createElement("path", {
19177
+ d: "M23.4054 33.218C24.6718 33.218 25.6985 32.1913 25.6985 30.9249C25.6985 29.6584 24.6718 28.6318 23.4054 28.6318C22.1389 28.6318 21.1123 29.6584 21.1123 30.9249C21.1123 32.1913 22.1389 33.218 23.4054 33.218Z",
19178
+ fill: "#00BCD4"
19179
+ }), React__default.createElement("path", {
19180
+ d: "M25.7029 18.3644C25.7029 17.293 24.4258 16.443 22.963 16.6525C22.1169 16.7751 21.4132 17.2693 21.1958 17.9058C21.0969 18.1865 21.0969 18.4593 21.1642 18.7123L22.1683 26.3191C22.1683 26.8409 22.7258 27.264 23.4137 27.264C24.1017 27.264 24.6591 26.8409 24.6591 26.3191L25.6633 18.7123C25.695 18.6016 25.7108 18.483 25.7108 18.3644H25.7029Z",
19181
+ fill: "#00BCD4"
19182
+ }), React__default.createElement("path", {
19183
+ "fill-rule": "evenodd",
19184
+ "clip-rule": "evenodd",
19185
+ d: "M12.3179 7C11.3162 7 10.5041 7.81208 10.5041 8.81384V9.24872C10.5041 9.9991 10.9597 10.643 11.6093 10.9189C11.5523 11.0858 11.5214 11.2647 11.5214 11.4507C11.5214 11.6654 11.3478 11.839 11.1332 11.839H9.52797C8.61984 11.839 7.88416 12.5748 7.88416 13.4829V14.7119C7.68638 14.638 7.47226 14.5975 7.24877 14.5975H6.81384C5.81208 14.5975 5 15.4096 5 16.4114V23.2906C5 24.2924 5.81208 25.1045 6.81384 25.1045H7.24877C7.5562 25.1045 7.84585 25.0279 8.09964 24.8929C8.38265 25.3884 8.91615 25.7223 9.52797 25.7223H12.1966C12.3013 25.7223 12.4019 25.7645 12.4723 25.835L14.9591 28.3218C15.2682 28.6309 15.6895 28.8022 16.1226 28.8022H20.3569C20.7036 28.8022 20.9846 28.5211 20.9846 28.1744C20.9846 27.8277 20.7036 27.5467 20.3569 27.5467H16.1226C16.018 27.5467 15.9173 27.5044 15.8469 27.434L13.3601 24.9472C13.051 24.6381 12.6297 24.4668 12.1966 24.4668H9.52797C9.31328 24.4668 9.13968 24.2932 9.13968 24.0785V13.4829C9.13968 13.2681 9.31328 13.0946 9.52797 13.0946H11.1332C12.0413 13.0946 12.777 12.3588 12.777 11.4507C12.777 11.2397 12.9447 11.0684 13.1543 11.0626H26.1164C26.326 11.0684 26.4937 11.2397 26.4937 11.4507V12.5459C26.4937 13.454 27.2295 14.1897 28.1376 14.1897H29.209C29.4237 14.1897 29.5973 14.3633 29.5973 14.578V27.1623C29.5973 27.377 29.4237 27.5506 29.209 27.5506H26.4138C26.0671 27.5506 25.786 27.8317 25.786 28.1784C25.786 28.5251 26.0671 28.8061 26.4138 28.8061H29.209C29.8911 28.8061 30.4759 28.391 30.7247 27.7997C30.9614 27.9128 31.2264 27.9762 31.5061 27.9762H32.9491C33.9508 27.9762 34.7629 27.1641 34.7629 26.1623V16.3772C34.7629 15.3754 33.9508 14.5634 32.9491 14.5634H31.5061C31.2758 14.5634 31.0555 14.6063 30.8528 14.6846V14.578C30.8528 13.6699 30.1171 12.9342 29.209 12.9342H28.1376C27.9228 12.9342 27.7492 12.7606 27.7492 12.5459V11.4507C27.7492 11.1156 27.649 10.8038 27.4768 10.5439C27.8125 10.2147 28.0208 9.75602 28.0208 9.24872V8.81384C28.0208 7.81208 27.2087 7 26.2069 7H12.3179ZM11.7596 8.81384C11.7596 8.50549 12.0096 8.25552 12.3179 8.25552H26.2069C26.5153 8.25552 26.7652 8.50549 26.7652 8.81384V9.24872C26.7652 9.55707 26.5153 9.80704 26.2069 9.80704H26.128L26.1054 9.80689H13.1653L13.1427 9.80704H12.3179C12.0096 9.80704 11.7596 9.55707 11.7596 9.24872V8.81384ZM30.9477 16.3772C30.9477 16.0688 31.1977 15.8189 31.5061 15.8189H32.9491C33.2574 15.8189 33.5074 16.0688 33.5074 16.3772V26.1623C33.5074 26.4707 33.2574 26.7207 32.9491 26.7207H31.5061C31.1977 26.7207 30.9477 26.4707 30.9477 26.1623V16.3772ZM6.25552 16.4114C6.25552 16.103 6.50549 15.853 6.81384 15.853H7.24877C7.55712 15.853 7.80709 16.103 7.80709 16.4114V23.2906C7.80709 23.599 7.55712 23.8489 7.24877 23.8489H6.81384C6.50549 23.8489 6.25552 23.599 6.25552 23.2906V16.4114Z",
19186
+ fill: "#6392BD"
19187
+ })), "Engine");
19188
+ var ErrorCalendar = createSvgIcon(React__default.createElement("svg", {
19189
+ width: "40",
19190
+ height: "40",
19191
+ viewBox: "0 0 40 40",
19192
+ fill: "none",
19193
+ xmlns: "http://www.w3.org/2000/svg"
19194
+ }, React__default.createElement("circle", {
19195
+ cx: "20",
19196
+ cy: "20",
19197
+ r: "20",
19198
+ fill: "#E6F3F8"
19199
+ }), React__default.createElement("path", {
19200
+ "fill-rule": "evenodd",
19201
+ "clip-rule": "evenodd",
19202
+ d: "M6.76994 15.4668C6.47733 15.4668 6.25885 15.6976 6.25885 15.9552V29.5807C6.25885 29.8384 6.47733 30.0691 6.76994 30.0691H20.1404C20.454 30.0691 20.7083 30.3233 20.7083 30.6369C20.7083 30.9506 20.454 31.2048 20.1404 31.2048H6.76994C5.87377 31.2048 5.12308 30.4891 5.12308 29.5807V15.9552C5.12308 15.0468 5.87377 14.3311 6.76994 14.3311H27.6984C28.5946 14.3311 29.3453 15.0468 29.3453 15.9552V20.5362C29.3453 20.8498 29.091 21.1041 28.7774 21.1041C28.4637 21.1041 28.2095 20.8498 28.2095 20.5362V15.9552C28.2095 15.6976 27.991 15.4668 27.6984 15.4668H6.76994Z",
19203
+ fill: "#6392BD"
19204
+ }), React__default.createElement("path", {
19205
+ "fill-rule": "evenodd",
19206
+ "clip-rule": "evenodd",
19207
+ d: "M24.2862 6C23.6581 6 23.1536 6.53381 23.1536 7.18625V8.80846H10.6951V7.18625C10.6951 6.52842 10.1855 6 9.56256 6C8.9345 6 8.42998 6.53381 8.42998 7.18625V8.80846H6.00247C5.46638 8.80846 5.03223 9.23797 5.03223 9.76832V12.2333C5.03223 12.7637 5.46638 13.1932 6.00247 13.1932H28.2917C28.8278 13.1932 29.262 12.7637 29.262 12.2333V9.76832C29.262 9.23797 28.8278 8.80846 28.2917 8.80846H25.4188V7.18625C25.4188 6.52842 24.9091 6 24.2862 6ZM10.3352 11.2814C10.4469 11.2351 10.5016 11.1509 10.5254 11.0387C10.4724 11.1282 10.4083 11.2098 10.3352 11.2814Z",
19208
+ fill: "#00BCD4"
19209
+ }), React__default.createElement("path", {
19210
+ d: "M31.1227 23.4591C28.8151 21.1515 25.0697 21.1515 22.762 23.4591C20.4544 25.7668 20.4544 29.5122 22.762 31.8198C25.0697 34.1275 28.8151 34.1275 31.1227 31.8198C33.4304 29.5122 33.435 25.7714 31.1227 23.4591ZM26.9378 28.6605L24.9003 30.698C24.621 30.9774 24.1631 30.9774 23.8838 30.698C23.6045 30.4188 23.6045 29.9609 23.8838 29.6816L25.9213 27.6441L23.8884 25.6111C23.6091 25.3318 23.6091 24.874 23.8884 24.5947C24.1677 24.3154 24.6256 24.3154 24.9049 24.5947L26.9424 26.6322L28.9799 24.5947C29.2592 24.3154 29.7171 24.3154 29.9964 24.5947C30.2757 24.874 30.2757 25.3318 29.9964 25.6111L27.9589 27.6486L29.9964 29.6862C30.2757 29.9655 30.2757 30.4233 29.9964 30.7026C29.7171 30.9819 29.2592 30.9819 28.9799 30.7026L26.9378 28.6605Z",
19211
+ fill: "#00BCD4"
19212
+ })), "ErrorCalendar");
19213
+ var ErrorDoc = createSvgIcon(React__default.createElement("svg", {
19214
+ width: "40",
19215
+ height: "40",
19216
+ viewBox: "0 0 40 40",
19217
+ fill: "none",
19218
+ xmlns: "http://www.w3.org/2000/svg"
19219
+ }, React__default.createElement("circle", {
19220
+ cx: "20",
19221
+ cy: "20",
19222
+ r: "20",
19223
+ fill: "#E6F3F8"
19224
+ }), React__default.createElement("path", {
19225
+ d: "M24.5468 7.22124V11.3193C24.5468 12.1682 25.2341 12.8556 26.0793 12.8556L30.1998 12.848V32.7973H9.80362V7.22124H24.5468ZM25.2679 6.09437H9.48434C9.03735 6.09437 8.67676 6.46248 8.67676 6.91323V33.1053C8.67676 33.556 9.03735 33.9241 9.48434 33.9241H30.5154C30.9624 33.9241 31.323 33.556 31.323 33.1053V12.1306C31.323 11.9052 31.1427 11.7212 30.9173 11.7212L26.0718 11.7287C25.8502 11.7287 25.6661 11.5446 25.6661 11.3193V6.5038C25.6661 6.27843 25.4858 6.09437 25.2604 6.09437H25.2679Z",
19226
+ fill: "#6392BD"
19227
+ }), React__default.createElement("path", {
19228
+ d: "M26.7629 10.1964V6.28241C26.7629 6.09835 26.9845 6.0082 27.1122 6.13591L31.2253 10.2527C31.353 10.3804 31.2628 10.602 31.0788 10.602H27.1686C26.9432 10.602 26.7591 10.418 26.7591 10.1926L26.7629 10.1964Z",
19229
+ fill: "#00BCD4"
19230
+ }), React__default.createElement("path", {
19231
+ d: "M17.576 15.699C17.0426 15.1656 16.1786 15.1656 15.6415 15.699C15.1081 16.2324 15.1081 17.1001 15.6415 17.6335L17.8952 19.8872L15.6415 22.1409C15.1081 22.6743 15.1081 23.542 15.6415 24.0754C16.1749 24.6087 17.0388 24.6087 17.576 24.0754L19.8297 21.8216L22.0834 24.0754C22.6168 24.6087 23.4807 24.6087 24.0179 24.0754C24.5512 23.542 24.5512 22.6743 24.0179 22.1409L21.7641 19.8872L24.0179 17.6335C24.5512 17.1001 24.5512 16.2324 24.0179 15.699C23.4845 15.1656 22.6206 15.1656 22.0834 15.699L19.8297 17.9527L17.576 15.699Z",
19232
+ fill: "#00BCD4"
19233
+ })), "ErrorDoc");
19234
+ var EventsCalendar = createSvgIcon(React__default.createElement("svg", {
19235
+ width: "40",
19236
+ height: "40",
19237
+ viewBox: "0 0 40 40",
19238
+ fill: "none",
19239
+ xmlns: "http://www.w3.org/2000/svg"
19240
+ }, React__default.createElement("circle", {
19241
+ cx: "20",
19242
+ cy: "20",
19243
+ r: "20",
19244
+ fill: "#E6F3F8"
19245
+ }), React__default.createElement("path", {
19246
+ "fill-rule": "evenodd",
19247
+ "clip-rule": "evenodd",
19248
+ d: "M7.91391 15.6467C7.61811 15.6467 7.39723 15.88 7.39723 16.1404V29.9149C7.39723 30.1754 7.61811 30.4087 7.91391 30.4087H20.9765C21.2936 30.4087 21.5506 30.6657 21.5506 30.9827C21.5506 31.2998 21.2936 31.5568 20.9765 31.5568H7.91391C7.00794 31.5568 6.24904 30.8333 6.24904 29.9149V16.1404C6.24904 15.2221 7.00794 14.4985 7.91391 14.4985H29.0713C29.9773 14.4985 30.7362 15.2221 30.7362 16.1404V20.7715C30.7362 21.0886 30.4791 21.3456 30.1621 21.3456C29.845 21.3456 29.588 21.0886 29.588 20.7715V16.1404C29.588 15.88 29.3671 15.6467 29.0713 15.6467H7.91391Z",
19249
+ fill: "#6392BD"
19250
+ }), React__default.createElement("path", {
19251
+ "fill-rule": "evenodd",
19252
+ "clip-rule": "evenodd",
19253
+ d: "M25.6218 6.07617C24.9868 6.07617 24.4768 6.61582 24.4768 7.27539V8.91535H11.8821V7.27539C11.8821 6.61037 11.3669 6.07617 10.7371 6.07617C10.1022 6.07617 9.59214 6.61582 9.59214 7.27539V8.91535H7.13809C6.59613 8.91535 6.15723 9.34956 6.15723 9.88571V12.3777C6.15723 12.9139 6.59613 13.3481 7.13809 13.3481H29.6712C30.2131 13.3481 30.652 12.9139 30.652 12.3777V9.88571C30.652 9.34956 30.2131 8.91535 29.6712 8.91535H26.7667V7.27539C26.7667 6.61037 26.2515 6.07617 25.6218 6.07617ZM11.5183 11.4154C11.6312 11.3685 11.6864 11.2834 11.7105 11.17C11.6569 11.2604 11.5921 11.3429 11.5183 11.4154Z",
19254
+ fill: "#00BCD4"
19255
+ }), React__default.createElement("path", {
19256
+ "fill-rule": "evenodd",
19257
+ "clip-rule": "evenodd",
19258
+ d: "M31.3542 23.1633C28.6879 21.2596 24.9848 21.8823 23.0819 24.5485C21.1774 27.214 21.8002 30.9171 24.4664 32.8208C27.1326 34.7245 30.8357 34.1018 32.7402 31.4355C34.6431 28.7701 34.0204 25.067 31.3542 23.1633ZM28.2313 24.5764C28.1301 24.2679 27.6898 24.2679 27.5887 24.5764L26.962 26.4886C26.9167 26.6266 26.787 26.72 26.6407 26.72H24.6125C24.2853 26.72 24.1492 27.1351 24.4139 27.3258L26.0548 28.5077C26.1732 28.5929 26.2227 28.7441 26.1775 28.8821L25.5508 30.7943C25.4496 31.1028 25.8058 31.3594 26.0706 31.1687L27.7114 29.9869C27.8298 29.9016 27.9902 29.9016 28.1085 29.9869L29.7494 31.1687C30.0141 31.3594 30.3703 31.1028 30.2692 30.7943L29.6425 28.8821C29.5973 28.7441 29.6468 28.5929 29.7652 28.5077L31.406 27.3258C31.6708 27.1351 31.5347 26.72 31.2075 26.72H29.1793C29.0329 26.72 28.9032 26.6266 28.858 26.4886L28.2313 24.5764Z",
19259
+ fill: "#00BCD4"
19260
+ })), "EventsCalendar");
19261
+ var Excavator = createSvgIcon(React__default.createElement("svg", {
19262
+ width: "40",
19263
+ height: "40",
19264
+ viewBox: "0 0 40 40",
19265
+ fill: "none",
19266
+ xmlns: "http://www.w3.org/2000/svg"
19267
+ }, React__default.createElement("circle", {
19268
+ cx: "20",
19269
+ cy: "20",
19270
+ r: "20",
19271
+ fill: "#E6F3F8"
19272
+ }), React__default.createElement("path", {
19273
+ "fill-rule": "evenodd",
19274
+ "clip-rule": "evenodd",
19275
+ d: "M9.19153 8.009C9.19153 7.43874 9.66358 7 10.2134 7H20.5137C20.9609 7 21.3595 7.2916 21.4912 7.71878L21.4916 7.72029L25.0361 19.3409C25.1018 19.554 25.1903 19.891 25.2406 20.099C25.3288 20.462 25.3689 20.6656 25.4002 20.8248C25.4137 20.8939 25.4257 20.9547 25.4392 21.0164L25.4425 21.0315L25.9844 24.4238L25.9852 24.4298C26.003 24.5595 25.9915 24.8169 25.7622 24.994C25.5379 25.1671 25.2924 25.1202 25.1624 25.0664C24.1828 24.6702 23.0296 24.5898 21.8242 25.006C20.1392 25.5868 19.019 27.1453 18.9281 28.8832L18.928 28.8849L18.9279 28.8866C18.9033 29.3064 18.5571 29.6456 18.1232 29.6456H17.793L17.7889 29.6376H13.2198C12.7757 29.6376 12.4288 29.2858 12.4146 28.8584C12.3363 26.9263 10.4252 25.2143 8.38172 25.2143C8.21025 25.2143 8.03737 25.2279 7.8555 25.2501C7.36944 25.3097 6.95197 24.9257 6.95197 24.4515V18.2176C6.95197 17.6565 7.4124 17.218 7.95537 17.2087C7.95605 17.2087 7.95673 17.2086 7.95742 17.2086L9.19153 17.1821V8.009ZM10.2724 8.08092V17.2527C10.2724 17.8106 9.8192 18.2523 9.26896 18.2616C9.26827 18.2616 9.26758 18.2616 9.26689 18.2616L8.03289 18.2882V24.1466C8.14663 24.1383 8.26288 24.1334 8.38172 24.1334C10.8521 24.1334 13.2254 26.0993 13.4762 28.5567H17.8695C18.0795 26.5044 19.4431 24.6835 21.4714 23.9843M10.2724 8.08092H20.4716L24.0027 19.6578L24.0032 19.6593C24.0598 19.8431 24.1425 20.1568 24.1901 20.3537C24.2734 20.6963 24.3043 20.8542 24.3331 21.0019C24.3472 21.0741 24.3608 21.144 24.38 21.2323L24.7922 23.8133C23.7661 23.5604 22.6304 23.5842 21.4714 23.9843M12.1082 9.82007V17.6692H16.52C17.0087 17.6692 17.4793 17.8571 17.8271 18.1956L19.9338 20.2461H22.309L19.0557 9.82007H12.1082ZM11.0778 9.61046C11.0792 9.37735 11.1037 9.12768 11.2716 8.96597C11.4195 8.82354 11.6209 8.73915 11.8329 8.73915H19.2573C19.6098 8.73915 19.9124 8.96844 20.0215 9.28716L20.0239 9.29418L23.4561 20.2935C23.6289 20.8326 23.2031 21.327 22.688 21.327H19.8243C19.6055 21.327 19.415 21.2385 19.2754 21.1132L19.2674 21.106L17.0732 18.9702C16.9314 18.8322 16.733 18.7501 16.52 18.7501H11.8288C11.3917 18.7501 11.0272 18.4012 11.0272 17.9555L11.0778 9.61046Z",
19276
+ fill: "#6392BD"
19277
+ }), React__default.createElement("path", {
19278
+ d: "M34.963 23.1977C35.1026 23.6643 34.8354 24.1628 34.3568 24.2505C32.7098 24.5616 31.0269 24.3702 29.5753 23.6962C27.8685 22.9066 26.6282 21.5108 26.1257 19.8239C25.6233 18.137 25.8944 16.2906 26.8874 14.6914C27.7329 13.3315 29.0369 12.2508 30.5843 11.6048C31.0349 11.4173 31.5294 11.6885 31.669 12.1551L34.967 23.1977H34.963Z",
19279
+ fill: "#00BCD4"
19280
+ }), React__default.createElement("path", {
19281
+ "fill-rule": "evenodd",
19282
+ "clip-rule": "evenodd",
19283
+ d: "M8.24003 27.4821C7.03373 27.4821 6.08092 28.4302 6.08092 29.5693C6.08092 30.7083 7.03373 31.6565 8.24003 31.6565C9.44633 31.6565 10.3991 30.7083 10.3991 29.5693C10.3991 28.4302 9.44633 27.4821 8.24003 27.4821ZM5 29.5693C5 27.8059 6.46446 26.4012 8.24003 26.4012C10.0156 26.4012 11.4801 27.8059 11.4801 29.5693C11.4801 31.3326 10.0156 32.7374 8.24003 32.7374C6.46446 32.7374 5 31.3326 5 29.5693Z",
19284
+ fill: "#6392BD"
19285
+ }), React__default.createElement("path", {
19286
+ "fill-rule": "evenodd",
19287
+ "clip-rule": "evenodd",
19288
+ d: "M23.3406 27.0106C22.1343 27.0106 21.1814 27.9587 21.1814 29.0978C21.1814 30.2368 22.1343 31.185 23.3406 31.185C24.5469 31.185 25.4997 30.2368 25.4997 29.0978C25.4997 27.9587 24.5469 27.0106 23.3406 27.0106ZM20.1005 29.0978C20.1005 27.3344 21.565 25.9297 23.3406 25.9297C25.1161 25.9297 26.5806 27.3344 26.5806 29.0978C26.5806 30.8611 25.1161 32.2659 23.3406 32.2659C21.565 32.2659 20.1005 30.8611 20.1005 29.0978Z",
19289
+ fill: "#6392BD"
19290
+ })), "Excavator");
19291
+ var ExclamationCalendar = createSvgIcon(React__default.createElement("svg", {
19292
+ width: "40",
19293
+ height: "40",
19294
+ viewBox: "0 0 40 40",
19295
+ fill: "none",
19296
+ xmlns: "http://www.w3.org/2000/svg"
19297
+ }, React__default.createElement("circle", {
19298
+ cx: "20",
19299
+ cy: "20",
19300
+ r: "20",
19301
+ fill: "#E6F3F8"
19302
+ }), React__default.createElement("path", {
19303
+ d: "M20.0433 30.1162C21.0041 30.1162 21.7829 29.3374 21.7829 28.3767C21.7829 27.4159 21.0041 26.6371 20.0433 26.6371C19.0826 26.6371 18.3038 27.4159 18.3038 28.3767C18.3038 29.3374 19.0826 30.1162 20.0433 30.1162Z",
19304
+ fill: "#00BCD4"
19305
+ }), React__default.createElement("path", {
19306
+ d: "M21.7826 18.8454C21.7826 18.0311 20.8153 17.3888 19.7027 17.5493C19.0604 17.6411 18.529 18.0196 18.3607 18.4975C18.2881 18.7116 18.2843 18.9181 18.334 19.1092L19.0948 24.8823C19.0948 25.28 19.5192 25.6011 20.0392 25.6011C20.5591 25.6011 20.9835 25.28 20.9835 24.8823L21.7444 19.1092C21.7673 19.0251 21.7788 18.9372 21.7788 18.8454H21.7826Z",
19307
+ fill: "#00BCD4"
19308
+ }), React__default.createElement("path", {
19309
+ "fill-rule": "evenodd",
19310
+ "clip-rule": "evenodd",
19311
+ d: "M9.4785 16.8334C9.183 16.8334 8.96237 17.0664 8.96237 17.3266V31.0865C8.96237 31.3467 9.183 31.5797 9.4785 31.5797H30.5561C30.8728 31.5797 31.1296 31.323 31.1296 31.0062V17.3266C31.1296 17.0664 30.9089 16.8334 30.6135 16.8334H9.4785ZM7.81539 17.3266C7.81539 16.4093 8.57349 15.6865 9.4785 15.6865H30.6135C31.5185 15.6865 32.2766 16.4093 32.2766 17.3266V31.0062C32.2766 31.9564 31.5063 32.7267 30.5561 32.7267H9.4785C8.57349 32.7267 7.81539 32.0039 7.81539 31.0865V17.3266Z",
19312
+ fill: "#6392BD"
19313
+ }), React__default.createElement("path", {
19314
+ "fill-rule": "evenodd",
19315
+ "clip-rule": "evenodd",
19316
+ d: "M27.1675 7.27295C26.5333 7.27295 26.0238 7.81203 26.0238 8.4709V10.1091H13.4424V8.4709C13.4424 7.80658 12.9277 7.27295 12.2987 7.27295C11.6644 7.27295 11.1549 7.81203 11.1549 8.4709V10.1091H8.70345C8.16207 10.1091 7.72363 10.5429 7.72363 11.0785V13.5678C7.72363 14.1034 8.16207 14.5371 8.70345 14.5371H31.2126C31.754 14.5371 32.1925 14.1034 32.1925 13.5678V11.0785C32.1925 10.5429 31.754 10.1091 31.2126 10.1091H28.3113V8.4709C28.3113 7.80658 27.7966 7.27295 27.1675 7.27295ZM13.079 12.6065C13.1918 12.5597 13.247 12.4746 13.271 12.3614C13.2175 12.4517 13.1528 12.5341 13.079 12.6065Z",
19317
+ fill: "#00BCD4"
19318
+ })), "ExclamationCalendar");
19319
+ var Flag = createSvgIcon(React__default.createElement("svg", {
19320
+ width: "40",
19321
+ height: "40",
19322
+ viewBox: "0 0 40 40",
19323
+ fill: "none",
19324
+ xmlns: "http://www.w3.org/2000/svg"
19325
+ }, React__default.createElement("circle", {
19326
+ cx: "20",
19327
+ cy: "20",
19328
+ r: "20",
19329
+ fill: "#E6F3F8"
19330
+ }), React__default.createElement("path", {
19331
+ d: "M11.4126 7.19922C11.7907 7.19922 12.0977 7.58105 12.0977 8.05273V31.9474C12.0977 32.419 11.7907 32.8009 11.4126 32.8009C11.0345 32.8009 10.7275 32.419 10.7275 31.9474V8.05647C10.7275 7.58479 11.0345 7.20296 11.4126 7.20296M11.4126 6.07617C10.4168 6.07617 9.60449 6.96338 9.60449 8.05273V31.9474C9.60449 33.0367 10.4168 33.9239 11.4126 33.9239C12.4084 33.9239 13.2207 33.0367 13.2207 31.9474V8.05647C13.2207 6.96712 12.4084 6.07992 11.4126 6.07992V6.07617Z",
19332
+ fill: "#6392BD"
19333
+ }), React__default.createElement("path", {
19334
+ d: "M14.318 18.8073V7.04904C14.318 6.55116 14.726 6.14312 15.2276 6.14312H29.9395C30.3475 6.14312 30.5497 6.63352 30.2577 6.91802L24.4141 12.6006C24.2307 12.7766 24.2307 13.0686 24.4141 13.2482L30.2577 18.9308C30.5497 19.2154 30.3475 19.7057 29.9395 19.7057H15.2276C14.726 19.7057 14.318 19.3015 14.318 18.7998V18.8073Z",
19335
+ fill: "#00BCD4"
19336
+ })), "Flag");
19337
+ var Flow = createSvgIcon(React__default.createElement("svg", {
19338
+ width: "40",
19339
+ height: "40",
19340
+ viewBox: "0 0 40 40",
19341
+ fill: "none",
19342
+ xmlns: "http://www.w3.org/2000/svg"
19343
+ }, React__default.createElement("circle", {
19344
+ cx: "20",
19345
+ cy: "20",
19346
+ r: "20",
19347
+ fill: "#E6F3F8"
19348
+ }), React__default.createElement("path", {
19349
+ "fill-rule": "evenodd",
19350
+ "clip-rule": "evenodd",
19351
+ d: "M20.655 16.212H19.3492V20.7318H11.5792C11.2186 20.7318 10.9263 21.0242 10.9263 21.3848V25.8173H7.87607C7.41165 25.8173 7.03516 26.1938 7.03516 26.6583V32.2515C7.03516 32.7159 7.41165 33.0924 7.87607 33.0924H17.9705C18.4349 33.0924 18.8114 32.7159 18.8114 32.2515V26.6583C18.8114 26.1938 18.4349 25.8173 17.9705 25.8173H12.2322V22.0377H27.7686V25.8173H22.0296C21.5651 25.8173 21.1887 26.1938 21.1887 26.6583V32.2515C21.1887 32.7159 21.5651 33.0924 22.0296 33.0924H32.124C32.5884 33.0924 32.9649 32.7159 32.9649 32.2515V26.6583C32.9649 26.1938 32.5884 25.8173 32.124 25.8173H29.0745V21.3848C29.0745 21.0242 28.7822 20.7318 28.4216 20.7318H20.655V16.212ZM8.34242 31.7851V27.1246H17.5042V31.7851H8.34242ZM22.4959 31.7851V27.1246H31.6577V31.7851H22.4959Z",
19352
+ fill: "#6392BD"
19353
+ }), React__default.createElement("path", {
19354
+ d: "M26.3897 6.90771H13.6141C13.1818 6.90771 12.8313 7.25819 12.8313 7.69053V16.3172C12.8313 16.7495 13.1818 17.1 13.6141 17.1H26.3897C26.822 17.1 27.1725 16.7495 27.1725 16.3172V7.69053C27.1725 7.25819 26.822 6.90771 26.3897 6.90771Z",
19355
+ fill: "#00BCD4"
19356
+ })), "Flow");
19357
+ var Gasoline = createSvgIcon(React__default.createElement("svg", {
19358
+ width: "40",
19359
+ height: "40",
19360
+ viewBox: "0 0 40 40",
19361
+ fill: "none",
19362
+ xmlns: "http://www.w3.org/2000/svg"
19363
+ }, React__default.createElement("circle", {
19364
+ cx: "20",
19365
+ cy: "20",
19366
+ r: "20",
19367
+ fill: "#E6F3F8"
19368
+ }), React__default.createElement("path", {
19369
+ d: "M20.3651 14.5881L23.068 19.8251C23.7948 21.2367 23.5621 23.0054 22.3739 24.0641C21.7492 24.6199 20.9245 24.9606 20.0017 24.9606C19.0749 24.9606 18.2461 24.6158 17.6214 24.056C16.4332 22.9932 16.2046 21.2246 16.9355 19.8129L19.6384 14.5841C19.7323 14.2068 20.2712 14.2109 20.3651 14.5841V14.5881Z",
19370
+ fill: "#00BCD4"
19371
+ }), React__default.createElement("path", {
19372
+ "fill-rule": "evenodd",
19373
+ "clip-rule": "evenodd",
19374
+ d: "M10.7032 6.20264C9.75414 6.20264 8.98633 6.96221 8.98633 7.90228V31.35C8.98633 32.2901 9.75414 33.0496 10.7032 33.0496H29.2832C30.2322 33.0496 31 32.2901 31 31.35V14.5176C31 14.2825 30.8976 14.0672 30.7471 13.9182L29.676 12.8581C29.8024 12.7847 29.9201 12.6944 30.0262 12.5882L30.4829 12.1315C30.8033 11.8111 30.9798 11.3862 30.9798 10.9325C30.9798 10.4789 30.8033 10.0539 30.4829 9.73353L27.587 6.83761C27.2666 6.51721 26.8416 6.34073 26.388 6.34073C25.9344 6.34073 25.5094 6.51721 25.189 6.83761L24.7323 7.2943C24.6167 7.40992 24.5198 7.53919 24.4431 7.67856L23.2117 6.45968C23.0419 6.28415 22.8165 6.20264 22.5997 6.20264H10.7032ZM25.9797 7.62833C26.091 7.51704 26.2395 7.45965 26.388 7.45965C26.5365 7.45965 26.6849 7.51704 26.7962 7.62833L29.6922 10.5243C29.9183 10.7504 29.9183 11.1147 29.6922 11.3408L29.2355 11.7975C29.1242 11.9088 28.9757 11.9662 28.8272 11.9662C28.8089 11.9662 28.7905 11.9653 28.7723 11.9636L25.3611 8.58719C25.3319 8.41004 25.3859 8.22214 25.523 8.08503L25.9797 7.62833ZM10.2733 7.90228C10.2733 7.66661 10.4644 7.47708 10.7032 7.47708H22.4191L29.7131 14.6967V31.35C29.7131 31.5856 29.522 31.7752 29.2832 31.7752H10.7032C10.4644 31.7752 10.2733 31.5856 10.2733 31.35V7.90228Z",
19375
+ fill: "#6392BD"
19376
+ })), "Gasoline");
19377
+ var Hammer = createSvgIcon(React__default.createElement("svg", {
19378
+ width: "40",
19379
+ height: "40",
19380
+ viewBox: "0 0 40 40",
19381
+ fill: "none",
19382
+ xmlns: "http://www.w3.org/2000/svg"
19383
+ }, React__default.createElement("circle", {
19384
+ cx: "20",
19385
+ cy: "20",
19386
+ r: "20",
19387
+ fill: "#E6F3F8"
19388
+ }), React__default.createElement("path", {
19389
+ "fill-rule": "evenodd",
19390
+ "clip-rule": "evenodd",
19391
+ d: "M24.8048 8.44345C24.9959 8.48265 25.169 8.57472 25.3066 8.71369L30.8164 14.2785C31.0126 14.4766 30.8078 15.423 30.6488 16.043C30.5878 16.282 30.8077 16.4926 31.0441 16.4305C31.651 16.2628 32.5642 16.0437 32.7165 16.1975L34.6839 18.1845C35.1084 18.6132 35.1049 19.3076 34.6762 19.7321L31.0008 23.3712C30.5721 23.7957 29.8777 23.7922 29.4532 23.3635L27.0584 20.9448C26.8739 20.7585 26.7722 20.5079 26.7735 20.249L27.0714 19.509C27.1934 19.2238 26.858 18.9537 26.5996 19.1153C26.3587 19.2684 26.0972 19.4386 25.8376 19.6075C25.3149 19.9477 24.7997 20.2829 24.4745 20.4641C23.9994 20.7295 23.3347 20.6733 22.9541 20.2889L20.249 17.5567C20.0001 17.3054 19.9048 16.943 20.0007 16.6022L20.7316 13.9813C20.8245 13.6375 20.7292 13.2751 20.4833 13.0267C20.2634 12.8046 19.9974 12.6171 19.7353 12.4323C19.6179 12.3495 19.5013 12.2673 19.39 12.1827C18.5722 11.5637 17.6298 11.1383 16.6275 10.9303C16.4658 10.8971 16.3338 10.8229 16.2343 10.7224C15.9064 10.3912 15.927 9.79112 16.3874 9.51683L16.6353 9.37094C18.7364 8.12793 21.2217 7.71068 23.6144 8.19921L24.8048 8.44345ZM29.6278 14.8522L24.4781 9.64524L23.3671 9.4161C23.0376 9.34894 22.7063 9.30138 22.3747 9.27317C22.1895 9.25908 22.0047 9.24919 21.8202 9.24401C20.5208 9.21774 19.2305 9.48696 18.0443 10.037C18.7961 10.3114 19.5092 10.7004 20.1453 11.1832C20.262 11.2718 20.3826 11.3584 20.5037 11.4453C20.8071 11.6632 21.1139 11.8835 21.3733 12.1455C21.9354 12.7132 22.149 13.544 21.9363 14.3109L21.2503 16.782L23.8149 19.3722C24.2939 19.1856 24.9183 18.7537 25.4251 18.403C25.6161 18.2709 25.7905 18.1502 25.934 18.0587C26.5657 17.6558 27.3685 17.7451 27.8955 18.2773C28.3375 18.7238 28.4696 19.3894 28.2342 19.9738L28.124 20.241L30.2349 22.3729L33.6914 18.9505L32.1925 17.4365C32.0069 17.4739 31.7389 17.5343 31.3794 17.6326C30.8314 17.7829 30.2379 17.621 29.8456 17.2248C29.4533 16.8286 29.303 16.2688 29.4411 15.7281C29.546 15.3255 29.6004 15.0375 29.6278 14.8522Z",
19392
+ fill: "#6392BD"
19393
+ }), React__default.createElement("path", {
19394
+ d: "M19.4206 18.5713L21.7246 20.8983C21.9267 21.1023 21.9989 21.3646 21.8865 21.4935L12.8671 31.8116C12.4853 32.2481 11.7934 32.3417 10.9974 32.0641C9.76379 31.6343 8.56346 30.422 8.14884 29.1871C7.87916 28.3884 7.9797 27.6975 8.41997 27.3201L18.8271 18.4036C18.9571 18.2924 19.2186 18.3672 19.4206 18.5713Z",
19395
+ fill: "#00BCD4"
19396
+ })), "Hammer");
19397
+ var Law = createSvgIcon(React__default.createElement("svg", {
19398
+ width: "40",
19399
+ height: "40",
19400
+ viewBox: "0 0 40 40",
19401
+ fill: "none",
19402
+ xmlns: "http://www.w3.org/2000/svg"
19403
+ }, React__default.createElement("circle", {
19404
+ cx: "20",
19405
+ cy: "20",
19406
+ r: "20",
19407
+ fill: "#E6F3F8"
19408
+ }), React__default.createElement("path", {
19409
+ d: "M31.5516 26.6867H31.4016V26.2969C31.4016 24.9176 30.2809 23.7969 28.9016 23.7969H21.3715C19.9921 23.7969 18.8714 24.9176 18.8714 26.2969V26.6867H18.7215C17.9381 26.6867 17.3047 27.3202 17.3047 28.1035V30.0001H32.9684V28.1035C32.9684 27.3202 32.3349 26.6867 31.5516 26.6867Z",
19410
+ fill: "#00BCD4"
19411
+ }), React__default.createElement("path", {
19412
+ d: "M27.6742 15.0181C27.232 14.5759 26.6435 14.3322 26.0138 14.3322C25.9014 14.3322 25.7927 14.3397 25.684 14.3547C25.4441 13.9274 25.1405 13.4551 24.7994 13.1178L21.2648 9.58327C20.9462 9.26467 20.5077 8.96482 20.1104 8.72119C20.2266 8.00153 20.0054 7.24065 19.4545 6.68592C19.0122 6.24363 18.4237 6 17.794 6C17.1643 6 16.5796 6.24363 16.1336 6.68592L12.4866 10.3329C12.0443 10.7752 11.8007 11.3637 11.8007 11.9934C11.8007 12.623 12.0443 13.2078 12.4866 13.6538C12.9289 14.0998 13.5173 14.3397 14.147 14.3397C14.2745 14.3397 14.3982 14.3285 14.5218 14.3097C14.7617 14.707 15.0653 15.1456 15.3839 15.4642L15.5901 15.6703C15.5901 15.6703 15.5713 15.6853 15.5638 15.6928L8.55848 22.7019C8.19865 23.0618 8 23.5378 8 24.0475C8 24.5573 8.19865 25.0333 8.55848 25.3931L9.03075 25.8654C9.39058 26.2252 9.8666 26.4239 10.3764 26.4239C10.8861 26.4239 11.3621 26.2252 11.722 25.8654L18.7311 18.8563C18.7311 18.8563 18.7461 18.8375 18.7536 18.8263L18.926 18.9987C19.2446 19.3173 19.6794 19.6397 20.0654 19.8945C20.0392 20.037 20.0279 20.1794 20.0279 20.3256C20.0279 20.9515 20.2716 21.54 20.7139 21.986C21.1561 22.4283 21.7446 22.6719 22.3743 22.6719C23.004 22.6719 23.5887 22.4283 24.0348 21.986L27.6817 18.339C28.124 17.8968 28.3677 17.3083 28.3677 16.6786C28.3677 16.0489 28.124 15.4642 27.6817 15.0181H27.6742ZM10.9198 25.067C10.7699 25.217 10.5713 25.2957 10.3726 25.2957C10.1739 25.2957 9.9753 25.2207 9.82537 25.067L9.3531 24.5948C9.04949 24.2912 9.04949 23.8001 9.3531 23.4965L16.3622 16.4874C16.3622 16.4874 16.3772 16.4762 16.3884 16.4762C16.3997 16.4762 16.4072 16.4762 16.4147 16.4874L17.9327 18.0054C17.9327 18.0054 17.9477 18.0429 17.9327 18.0542L10.9198 25.067ZM13.2849 12.8592C12.8089 12.3832 12.8089 11.6073 13.2849 11.1313L16.9357 7.48053C17.1756 7.24065 17.4867 7.12446 17.7978 7.12446C18.1089 7.12446 18.4237 7.2444 18.6598 7.48053C19.0047 7.82537 19.0946 8.32013 18.9447 8.75117L14.5556 13.1403C14.4244 13.1853 14.2857 13.2153 14.147 13.2153C13.8359 13.2153 13.5211 13.0953 13.2849 12.8592ZM19.7168 18.2041L16.1823 14.6696C15.9499 14.4372 15.7138 14.0961 15.5151 13.7737L19.5782 9.71071C19.9005 9.90936 20.2416 10.1417 20.474 10.3779L24.0085 13.9124C24.2521 14.1561 24.4845 14.5121 24.6757 14.8532L20.6164 18.9125C20.2978 18.6989 19.9567 18.444 19.7168 18.2041ZM26.8796 17.5407L23.2326 21.1877C22.9928 21.4275 22.6817 21.5437 22.3706 21.5437C22.0595 21.5437 21.7446 21.4238 21.5085 21.1877C21.1561 20.8353 21.0662 20.3218 21.2349 19.887L25.5828 15.5391C25.7252 15.4867 25.8714 15.4567 26.0213 15.4567C26.3324 15.4567 26.6472 15.5766 26.8834 15.8128C27.3594 16.2888 27.3594 17.0647 26.8834 17.5407H26.8796Z",
19413
+ fill: "#6392BD"
19414
+ })), "Law");
19415
+ var Lego = createSvgIcon(React__default.createElement("svg", {
19416
+ width: "40",
19417
+ height: "40",
19418
+ viewBox: "0 0 40 40",
19419
+ fill: "none",
19420
+ xmlns: "http://www.w3.org/2000/svg"
19421
+ }, React__default.createElement("circle", {
19422
+ cx: "20",
19423
+ cy: "20",
19424
+ r: "20",
19425
+ fill: "#E6F3F8"
19426
+ }), React__default.createElement("path", {
19427
+ "fill-rule": "evenodd",
19428
+ "clip-rule": "evenodd",
19429
+ d: "M11.4862 24.7875C11.4862 24.5728 11.6602 24.3988 11.8749 24.3988H29.5301C29.7447 24.3988 29.9187 24.5728 29.9187 24.7875V33.8409C29.9187 34.0555 29.7447 34.2295 29.5301 34.2295H11.8749C11.6602 34.2295 11.4862 34.0555 11.4862 33.8409V24.7875ZM17.016 27.4709C17.016 28.1483 16.4645 28.6998 15.7871 28.6998C15.1098 28.6998 14.5583 28.1483 14.5583 27.4709C14.5583 26.7936 15.1098 26.2421 15.7871 26.2421C16.4645 26.2421 17.016 26.7936 17.016 27.4709ZM15.7871 32.3863C16.4645 32.3863 17.016 31.8348 17.016 31.1574C17.016 30.4801 16.4645 29.9286 15.7871 29.9286C15.1098 29.9286 14.5583 30.4801 14.5583 31.1574C14.5583 31.8348 15.1098 32.3863 15.7871 32.3863ZM21.9313 27.4709C21.9313 28.1483 21.3798 28.6998 20.7025 28.6998C20.0251 28.6998 19.4736 28.1483 19.4736 27.4709C19.4736 26.7936 20.0251 26.2421 20.7025 26.2421C21.3798 26.2421 21.9313 26.7936 21.9313 27.4709ZM20.7025 32.3863C21.3798 32.3863 21.9313 31.8348 21.9313 31.1574C21.9313 30.4801 21.3798 29.9286 20.7025 29.9286C20.0251 29.9286 19.4736 30.4801 19.4736 31.1574C19.4736 31.8348 20.0251 32.3863 20.7025 32.3863ZM26.8466 27.4709C26.8466 28.1483 26.2951 28.6998 25.6178 28.6998C24.9405 28.6998 24.389 28.1483 24.389 27.4709C24.389 26.7936 24.9405 26.2421 25.6178 26.2421C26.2951 26.2421 26.8466 26.7936 26.8466 27.4709ZM25.6178 32.3863C26.2951 32.3863 26.8466 31.8348 26.8466 31.1574C26.8466 30.4801 26.2951 29.9286 25.6178 29.9286C24.9405 29.9286 24.389 30.4801 24.389 31.1574C24.389 31.8348 24.9405 32.3863 25.6178 32.3863Z",
19430
+ fill: "#00BCD4"
19431
+ }), React__default.createElement("path", {
19432
+ "fill-rule": "evenodd",
19433
+ "clip-rule": "evenodd",
19434
+ d: "M17.6971 5.22949C17.2471 5.22949 16.8845 5.59213 16.8845 6.04208V6.04375L16.91 7.56123H15.0277C14.7036 7.56123 14.4409 7.8239 14.4409 8.14804V14.7714H14.06V13.4261C14.06 12.9761 13.6973 12.6135 13.2474 12.6135H11.3671C10.9172 12.6135 10.5545 12.9761 10.5545 13.4261V14.7714H9.58678C9.26264 14.7714 9 15.0341 9 15.3582V22.9125C9 23.2366 9.26264 23.4994 9.58678 23.4994H26.0132C26.3373 23.4994 26.6 23.2367 26.6 22.9125V15.945H31.4541C31.7782 15.945 32.0409 15.6823 32.0409 15.3582V8.14804C32.0409 7.8239 31.7782 7.56123 31.4541 7.56123H29.3501V6.0457C29.3501 5.59574 28.9875 5.2331 28.5375 5.2331H26.6572C26.2072 5.2331 25.8446 5.59572 25.8446 6.0457V7.56493H23.9663V7.56123H22.4118V7.56493H22.1096L22.1133 7.56123H20.4155L20.3899 6.04032C20.389 5.59118 20.0268 5.22949 19.5774 5.22949H17.6971ZM27.022 7.56123V6.40303H28.1801V7.56123H27.022ZM18.0834 7.56123L18.0619 6.40312H19.22L19.2415 7.56123H18.0834ZM15.6182 14.7714V8.73485H30.871V14.7714H15.6182ZM11.7319 14.7529V13.7871H12.89V14.7529H11.7319ZM10.1773 22.3257V15.945H25.4301V22.3257H10.1773Z",
19435
+ fill: "#6392BD"
19436
+ })), "Lego");
19437
+ var Lift = createSvgIcon(React__default.createElement("svg", {
19438
+ width: "40",
19439
+ height: "40",
19440
+ viewBox: "0 0 40 40",
19441
+ fill: "none",
19442
+ xmlns: "http://www.w3.org/2000/svg"
19443
+ }, React__default.createElement("circle", {
19444
+ cx: "20",
19445
+ cy: "20",
19446
+ r: "20",
19447
+ fill: "#E6F3F8"
19448
+ }), React__default.createElement("path", {
19449
+ "fill-rule": "evenodd",
19450
+ "clip-rule": "evenodd",
19451
+ d: "M10.0778 7.96011C10.0778 7.3911 10.5488 6.95333 11.0974 6.95333H21.3751C21.8214 6.95333 22.2191 7.24429 22.3504 7.67053L22.3509 7.67204L25.8876 19.2671C25.8876 19.267 25.8876 19.2673 25.8876 19.2671C25.9532 19.48 26.0416 19.8168 26.0918 20.0243C26.1797 20.386 26.2196 20.589 26.2508 20.7477C26.2644 20.8167 26.2763 20.8773 26.2898 20.939L26.2931 20.954L26.8338 24.3389L26.8346 24.3448C26.8523 24.4743 26.8409 24.7311 26.612 24.9078C26.3883 25.0805 26.1433 25.0337 26.0136 24.9801C25.0362 24.5847 23.8855 24.5045 22.6827 24.9198C21.0014 25.4993 19.8837 27.0544 19.793 28.7885L19.7929 28.7902L19.7928 28.7919C19.7682 29.2107 19.4228 29.5492 18.9899 29.5492H18.6604L18.6563 29.5412H14.0973C13.6541 29.5412 13.308 29.1902 13.2938 28.7638C13.2157 26.8359 11.3088 25.1276 9.26978 25.1276C9.09868 25.1276 8.92618 25.1412 8.74471 25.1633C8.25972 25.2229 7.84317 24.8396 7.84317 24.3665V18.1463C7.84317 17.5864 8.30272 17.1488 8.84459 17.1396C8.84519 17.1396 8.8458 17.1396 8.8464 17.1395L10.0778 17.1131V7.96011ZM11.1563 8.03187V17.1835C11.1563 17.7402 10.7041 18.1809 10.1551 18.1902C10.1544 18.1902 10.1537 18.1902 10.153 18.1902L8.92171 18.2167V24.0623C9.0352 24.054 9.15119 24.0491 9.26978 24.0491C11.7348 24.0491 14.1029 26.0107 14.3531 28.4627H18.7367C18.9462 26.4149 20.3069 24.598 22.3307 23.9003M11.1563 8.03187H21.3331L24.8564 19.5833L24.8569 19.5848C24.9134 19.7682 24.996 20.0813 25.0435 20.2777C25.1266 20.6196 25.1573 20.7771 25.1861 20.9244C25.2002 20.9965 25.2138 21.0663 25.2329 21.1544L25.6442 23.7297C24.6204 23.4773 23.4872 23.5011 22.3307 23.9003M12.988 9.7672V17.5991H17.3902C17.8778 17.5991 18.3474 17.7866 18.6944 18.1243L20.7964 20.1704H23.1664L19.9203 9.7672H12.988ZM11.9621 9.20649C12.0772 8.89487 12.3823 8.68866 12.7133 8.68866H20.1214C20.4732 8.68866 20.7751 8.91744 20.884 9.23547L20.8864 9.24248L24.3111 20.2178C24.4833 20.7557 24.0585 21.2489 23.5446 21.2489H20.6872C20.4689 21.2489 20.2788 21.1606 20.1396 21.0355L20.1316 21.0283L17.9421 18.8972C17.8007 18.7595 17.6027 18.6776 17.3902 18.6776H12.7093C12.2732 18.6776 11.9095 18.3295 11.9095 17.8848V9.25762L11.9621 9.20649Z",
19452
+ fill: "#6392BD"
19453
+ }), React__default.createElement("path", {
19454
+ "fill-rule": "evenodd",
19455
+ "clip-rule": "evenodd",
19456
+ d: "M24.1367 6.03342C24.6147 5.89977 25.1106 6.17896 25.2443 6.65701L31.0745 27.5104L34.8046 26.5214C35.2844 26.3942 35.7765 26.68 35.9038 27.1598C36.031 27.6396 35.7451 28.1317 35.2653 28.2589L29.8208 29.7025L23.5131 7.14102C23.3794 6.66296 23.6586 6.16708 24.1367 6.03342Z",
19457
+ fill: "#00BCD4"
19458
+ }), React__default.createElement("path", {
19459
+ "fill-rule": "evenodd",
19460
+ "clip-rule": "evenodd",
19461
+ d: "M9.23291 27.5025C8.02927 27.5025 7.07854 28.4486 7.07854 29.5851C7.07854 30.7217 8.02927 31.6677 9.23291 31.6677C10.4366 31.6677 11.3873 30.7217 11.3873 29.5851C11.3873 28.4486 10.4366 27.5025 9.23291 27.5025ZM6 29.5851C6 27.8257 7.46125 26.424 9.23291 26.424C11.0046 26.424 12.4658 27.8257 12.4658 29.5851C12.4658 31.3446 11.0046 32.7463 9.23291 32.7463C7.46125 32.7463 6 31.3446 6 29.5851Z",
19462
+ fill: "#6392BD"
19463
+ }), React__default.createElement("path", {
19464
+ "fill-rule": "evenodd",
19465
+ "clip-rule": "evenodd",
19466
+ d: "M24.1962 26.9201C22.9925 26.9201 22.0418 27.8661 22.0418 29.0027C22.0418 30.1392 22.9925 31.0853 24.1962 31.0853C25.3998 31.0853 26.3506 30.1392 26.3506 29.0027C26.3506 27.8661 25.3998 26.9201 24.1962 26.9201ZM20.9633 29.0027C20.9633 27.2432 22.4245 25.8415 24.1962 25.8415C25.9679 25.8415 27.4291 27.2432 27.4291 29.0027C27.4291 30.7621 25.9679 32.1638 24.1962 32.1638C22.4245 32.1638 20.9633 30.7621 20.9633 29.0027Z",
19467
+ fill: "#6392BD"
19468
+ })), "Lift");
19469
+ var Location = createSvgIcon(React__default.createElement("svg", {
19470
+ width: "40",
19471
+ height: "40",
19472
+ viewBox: "0 0 40 40",
19473
+ fill: "none",
19474
+ xmlns: "http://www.w3.org/2000/svg"
19475
+ }, React__default.createElement("circle", {
19476
+ cx: "20",
19477
+ cy: "20",
19478
+ r: "20",
19479
+ fill: "#E6F3F8"
19480
+ }), React__default.createElement("path", {
19481
+ d: "M18.3234 29.244C18.6827 29.887 19.3309 30.2715 20.0651 30.2721L20.0632 30.2721H20.0671L20.0651 30.2721C20.7954 30.2715 21.4475 29.887 21.8069 29.244C21.9711 28.9496 22.1548 28.6161 22.362 28.2315C22.3887 28.1825 22.4157 28.1328 22.4432 28.0822C22.8447 27.3441 23.3439 26.4262 23.9811 25.3083C24.1349 25.0385 24.4402 24.8909 24.7462 24.944C28.9192 25.6682 31.8342 27.3183 31.8342 29.2379C31.8342 31.826 26.5359 33.924 20.0001 33.924C13.4643 33.924 8.16602 31.826 8.16602 29.2379C8.16602 27.2999 11.1372 25.6366 15.3744 24.9234C15.6794 24.872 15.983 25.0198 16.1362 25.2886C16.8151 26.4798 17.3401 27.4447 17.7552 28.2077L17.7682 28.2315C17.8448 28.371 17.9172 28.5043 17.9863 28.6314C18.1077 28.8547 18.2187 29.0589 18.3234 29.244Z",
19482
+ fill: "#00BCD4"
19483
+ }), React__default.createElement("path", {
19484
+ d: "M20.0264 7.1919C23.7566 7.35182 26.6761 10.3829 26.6798 14.1168V14.128C26.6761 14.1689 26.6724 14.2135 26.6724 14.2581V14.2953C26.6798 14.6858 26.6426 15.0577 26.5534 15.4371V15.4557L26.546 15.4743C26.3898 16.2702 26.0885 17.04 25.6534 17.7504L25.6273 17.7913L25.605 17.8359L25.5716 17.9066C25.5083 18.033 25.4488 18.1557 25.3819 18.2859C24.2996 20.4169 23.3847 21.9604 23.0389 22.5443L23.0128 22.5889C21.9194 24.4373 21.157 25.8356 20.6029 26.8547C20.4057 27.2117 20.2347 27.5278 20.0859 27.7993C20.0785 27.8142 20.0673 27.8328 20.0301 27.8328C19.9929 27.8328 19.9818 27.8142 19.9743 27.7993C19.8218 27.5278 19.6508 27.2117 19.4537 26.8547C18.8958 25.8356 18.1371 24.4373 17.0437 22.5889L17.0177 22.5443C16.6718 21.9604 15.7569 20.4169 14.6746 18.2859C14.6077 18.1557 14.5482 18.033 14.485 17.9066L14.4255 17.7876L14.3994 17.7466C13.9606 17.0326 13.6631 16.2664 13.5069 15.4706V15.452L13.4994 15.4334C13.4139 15.054 13.373 14.6821 13.3804 14.2916V14.2544C13.3804 14.2098 13.3804 14.1689 13.373 14.128V14.1168C13.3804 10.3829 16.2962 7.35182 20.0264 7.1919ZM20.0264 17.5421C22.2988 17.5421 24.1472 15.6937 24.1472 13.4214C24.1472 11.149 22.2988 9.30061 20.0264 9.30061C17.754 9.30061 15.9057 11.149 15.9057 13.4214C15.9057 15.6937 17.754 17.5421 20.0264 17.5421ZM20.0264 6.07617C15.7086 6.23609 12.2572 9.77666 12.2572 14.1317C12.2572 14.18 12.2647 14.2284 12.2647 14.2805C12.2572 14.7639 12.3056 15.2288 12.4097 15.69C12.5957 16.6458 12.9564 17.5347 13.4474 18.338C13.5217 18.4905 13.5961 18.6392 13.6779 18.7991C14.8085 21.0194 15.7681 22.6335 16.0805 23.1616C17.5495 25.646 18.4086 27.2972 18.9962 28.3497C19.2231 28.7514 19.6247 28.9559 20.0264 28.9559C20.4281 28.9559 20.8297 28.7551 21.0566 28.3497C21.6442 27.2972 22.507 25.646 23.9723 23.1616C24.2847 22.6335 25.248 21.0157 26.3749 18.7991C26.4567 18.6392 26.5311 18.4905 26.6055 18.338C27.0964 17.5347 27.4571 16.6458 27.6431 15.69C27.7472 15.2288 27.7993 14.7639 27.7881 14.2805C27.7881 14.2321 27.7956 14.1838 27.7956 14.1317C27.7956 9.77666 24.3405 6.23609 20.0264 6.07617ZM20.0264 16.4264C18.3677 16.4264 17.0214 15.0801 17.0214 13.4214C17.0214 11.7626 18.3677 10.4163 20.0264 10.4163C21.6851 10.4163 23.0314 11.7626 23.0314 13.4214C23.0314 15.0801 21.6851 16.4264 20.0264 16.4264Z",
19485
+ fill: "#6392BD"
19486
+ })), "Location");
19487
+ var LockedFolder = createSvgIcon(React__default.createElement("svg", {
19488
+ width: "40",
19489
+ height: "40",
19490
+ viewBox: "0 0 40 40",
19491
+ fill: "none",
19492
+ xmlns: "http://www.w3.org/2000/svg"
19493
+ }, React__default.createElement("circle", {
19494
+ cx: "20",
19495
+ cy: "20",
19496
+ r: "20",
19497
+ fill: "#E6F3F8"
19498
+ }), React__default.createElement("path", {
19499
+ d: "M16.6522 14.7913C14.4468 14.8014 8.17721 14.7929 7.16459 14.7915L7.02628 14.7913C6.42934 14.7913 5.94141 15.2793 5.94141 15.8762V30.654C5.94141 31.2509 6.42934 31.7389 7.02628 31.7389L21.1337 31.7388C21.4503 31.7349 21.7048 31.478 21.7048 31.1604C21.7048 30.8404 21.4464 30.582 21.1264 30.582H7.09098V15.9482C7.21626 15.9483 7.49719 15.9486 7.88929 15.9491C9.80605 15.9515 14.3793 15.9571 16.4133 15.9482L19.2567 18.7444C19.7217 19.2094 20.3674 19.4787 21.028 19.4787H27.8822V21.0137C27.8822 21.3338 28.1406 21.5922 28.4606 21.5922C28.7807 21.5922 29.0391 21.3338 29.0391 21.0137V19.4067C29.0391 18.8098 28.5511 18.3218 27.9542 18.3218H21.0317C20.6759 18.3218 20.3269 18.1759 20.0741 17.9231L17.0574 14.9573C16.9491 14.8492 16.8024 14.7913 16.6522 14.7913Z",
19500
+ fill: "#6392BD"
19501
+ }), React__default.createElement("path", {
19502
+ d: "M27.9664 6.5653C27.9664 6.15359 27.7077 5.82568 27.3907 5.82568H8.49586C8.17888 5.82568 7.9202 6.15724 7.9202 6.5653V13.2182C7.9202 13.4733 8.12787 13.6846 8.38656 13.6846H17.1745C17.3203 13.6846 17.4587 13.7429 17.5607 13.8449L20.5957 16.8799C20.9856 17.2697 21.5139 17.4883 22.064 17.4883H27.551C27.8097 17.4883 28.0174 17.2807 28.0174 17.022L27.9737 6.56895L27.9664 6.5653ZM25.5763 11.3746H18.1983C17.8959 11.3746 17.6482 11.1269 17.6482 10.8245C17.6482 10.5221 17.8959 10.2743 18.1983 10.2743H25.5763C25.8787 10.2743 26.1265 10.5221 26.1265 10.8245C26.1265 11.1269 25.8787 11.3746 25.5763 11.3746ZM25.5763 9.17036H17.1017C16.7993 9.17036 16.5515 8.92261 16.5515 8.6202C16.5515 8.3178 16.7993 8.07004 17.1017 8.07004H25.5763C25.8787 8.07004 26.1265 8.3178 26.1265 8.6202C26.1265 8.92261 25.8787 9.17036 25.5763 9.17036Z",
19503
+ fill: "#00BCD4"
19504
+ }), React__default.createElement("path", {
19505
+ "fill-rule": "evenodd",
19506
+ "clip-rule": "evenodd",
19507
+ d: "M31.6016 23.5445C28.9668 21.667 25.3064 22.2784 23.4289 24.9132C21.5513 27.5481 22.1627 31.2085 24.7976 33.086C27.4324 34.9635 31.0928 34.3522 32.9703 31.7173C34.8479 29.0825 34.2365 25.4221 31.6016 23.5445ZM30.2511 26.0589C30.2511 25.604 30.0342 25.1682 29.646 24.8477C29.2588 24.5261 28.7341 24.3462 28.1862 24.3462C27.6382 24.3462 27.1135 24.5271 26.7263 24.8477C26.3392 25.1692 26.1213 25.6051 26.1213 26.0589V26.6619C26.1213 26.72 26.1689 26.7676 26.2271 26.7676H26.9136C26.9718 26.7676 27.0194 26.72 27.0194 26.6619V26.0589C27.0194 25.8018 27.1421 25.5554 27.3611 25.3745C27.58 25.1925 27.8762 25.091 28.1862 25.091C28.4961 25.091 28.7923 25.1925 29.0113 25.3745C29.2303 25.5564 29.353 25.8029 29.353 26.0589V26.6619C29.353 26.72 29.4006 26.7676 29.4588 26.7676H30.1453C30.2035 26.7676 30.2511 26.72 30.2511 26.6619V26.0589ZM25.9474 27.0859H30.348C30.5236 27.0859 30.6654 27.2276 30.6654 27.4032V31.8673C30.6654 32.0429 30.5236 32.1847 30.348 32.1847H25.9474C25.7718 32.1847 25.6301 32.0429 25.6301 31.8673V31.5237C25.6219 31.4781 25.6176 31.4311 25.6176 31.3831V27.8922C25.6176 27.8442 25.6219 27.7972 25.6301 27.7516V27.4032C25.6301 27.2276 25.7718 27.0859 25.9474 27.0859Z",
19508
+ fill: "#00BCD4"
19509
+ })), "LockedFolder");
19510
+ var Mail = createSvgIcon(React__default.createElement("svg", {
19511
+ width: "40",
19512
+ height: "40",
19513
+ viewBox: "0 0 40 40",
19514
+ fill: "none",
19515
+ xmlns: "http://www.w3.org/2000/svg"
19516
+ }, React__default.createElement("circle", {
19517
+ cx: "20",
19518
+ cy: "20",
19519
+ r: "20",
19520
+ fill: "#E6F3F8"
19521
+ }), React__default.createElement("path", {
19522
+ "fill-rule": "evenodd",
19523
+ "clip-rule": "evenodd",
19524
+ d: "M7.75646 11.3501C7.1179 11.3501 6.51172 11.855 6.51172 12.5912V27.4129C6.51172 28.0966 7.06544 28.6503 7.74921 28.6503H32.2516C32.9354 28.6503 33.4891 28.0966 33.4891 27.4129V12.5912C33.4891 11.8551 32.8866 11.3501 32.2444 11.3501C31.984 11.3501 31.7199 11.432 31.486 11.6177L20.1297 20.5377C20.0916 20.5661 20.0438 20.582 20.0004 20.582C19.957 20.582 19.9095 20.5663 19.8714 20.5379L8.51476 11.6176C8.2808 11.432 8.01312 11.3501 7.75646 11.3501ZM32.1917 12.5222C32.2183 12.5015 32.2331 12.5001 32.2401 12.5C32.2407 12.5001 32.2419 12.5001 32.2432 12.5003C32.2459 12.5005 32.2499 12.501 32.2548 12.5019C32.2647 12.5038 32.2775 12.5072 32.2899 12.5134C32.3022 12.5196 32.3134 12.5281 32.3215 12.5398C32.3294 12.5511 32.3356 12.5673 32.3356 12.5912V27.4129C32.3356 27.4604 32.2955 27.5004 32.248 27.5004H7.74559C7.69804 27.5004 7.65801 27.4604 7.65801 27.4129V12.5912C7.65801 12.5673 7.66422 12.5512 7.67212 12.5398C7.68023 12.5281 7.6914 12.5196 7.70373 12.5134C7.71614 12.5072 7.72892 12.5038 7.73886 12.5019C7.74375 12.501 7.74777 12.5005 7.75044 12.5003C7.75158 12.5002 7.75246 12.5001 7.75306 12.5001C7.75355 12.5001 7.75432 12.5002 7.75532 12.5003C7.75784 12.5006 7.76175 12.5012 7.76651 12.5025C7.77606 12.5051 7.78855 12.5104 7.8004 12.5209L19.1589 21.4427C19.3962 21.6281 19.6964 21.7319 19.9968 21.7319C20.2972 21.7319 20.5974 21.6281 20.8347 21.4427L32.1917 12.5222Z",
19525
+ fill: "#6392BD"
19526
+ }), React__default.createElement("path", {
19527
+ d: "M10.4834 11.7549L19.8673 19.1259C19.9433 19.1838 20.0519 19.1838 20.128 19.1259L29.5119 11.7549C29.6676 11.6318 29.5807 11.382 29.3816 11.382H10.6137C10.4146 11.382 10.3277 11.6318 10.4834 11.7549Z",
19528
+ fill: "#00BCD4"
19529
+ })), "Mail");
19530
+ var MoneyBillSearch = createSvgIcon(React__default.createElement("svg", {
19531
+ width: "40",
19532
+ height: "40",
19533
+ viewBox: "0 0 40 40",
19534
+ fill: "none",
19535
+ xmlns: "http://www.w3.org/2000/svg"
19536
+ }, React__default.createElement("circle", {
19537
+ cx: "20",
19538
+ cy: "20",
19539
+ r: "20",
19540
+ fill: "#E6F3F8"
19541
+ }), React__default.createElement("path", {
19542
+ "fill-rule": "evenodd",
19543
+ "clip-rule": "evenodd",
19544
+ d: "M21.1024 11.4813H21.0469L21.0431 11.4851C19.1745 11.4994 17.419 12.2337 16.096 13.5567C13.7875 15.8652 13.3848 19.4236 15.0144 22.1647L8.05878 29.1167C7.7264 29.4491 7.54443 29.8905 7.54443 30.3582C7.54443 30.8259 7.7264 31.2672 8.05878 31.5996C8.39117 31.932 8.83251 32.114 9.30021 32.114C9.76792 32.114 10.2093 31.932 10.5416 31.5996L17.4974 24.6438C18.5836 25.2861 19.8344 25.6306 21.106 25.6306C22.9919 25.6306 24.7692 24.8949 26.1053 23.5588C27.4414 22.2227 28.1771 20.4454 28.1771 18.556C28.1771 16.6665 27.4414 14.8892 26.1053 13.5531C24.7692 12.217 22.9919 11.4813 21.1024 11.4813ZM16.9178 14.3785C18.0741 13.2223 19.5862 12.646 21.0988 12.646C22.6116 12.646 24.1272 13.2224 25.2797 14.3784C27.5885 16.6871 27.5887 20.4318 25.2798 22.7442C24.1272 23.8968 22.6151 24.4731 21.1024 24.4731C19.8098 24.4731 18.5211 24.0539 17.4525 23.2123L17.359 23.1386L9.71981 30.7778C9.60277 30.8948 9.45142 30.9528 9.30021 30.9528C9.14901 30.9528 8.99766 30.8948 8.88062 30.7778C8.64687 30.544 8.64773 30.1686 8.88002 29.9392L16.5197 22.2995L16.4462 22.206C14.6229 19.8867 14.7769 16.516 16.9178 14.3785Z",
19545
+ fill: "#6392BD"
19546
+ }), React__default.createElement("path", {
19547
+ d: "M20.9816 22.8724C20.8106 22.8724 20.6745 22.7328 20.6745 22.5584V22.1467C20.2977 22.1188 19.9593 22.042 19.6627 21.9199C19.2755 21.7594 18.9754 21.5187 18.7626 21.1907C18.6684 21.0476 18.5916 20.8871 18.5393 20.7092C18.4172 20.308 18.7661 19.9556 19.1778 19.9556H19.3383C19.6383 19.9556 19.8581 20.2208 20.0326 20.4685C20.1268 20.6045 20.2594 20.7092 20.4233 20.779C20.4547 20.7929 20.4896 20.8069 20.5245 20.8174C20.6222 20.8488 20.7269 20.8557 20.8281 20.8592H21.0932C21.2223 20.8662 21.3549 20.8592 21.4805 20.8174C21.5014 20.8034 21.5642 20.7895 21.5817 20.7755C21.6968 20.7232 21.7875 20.6534 21.8503 20.5697C21.9271 20.4685 21.9655 20.3568 21.969 20.2277C21.969 20.1056 21.9306 20.0044 21.8608 19.9207C21.791 19.8335 21.6794 19.7602 21.5328 19.6974C21.5154 19.6904 21.4945 19.68 21.4735 19.673C21.2049 19.5648 20.9502 19.5264 20.6711 19.4462L20.3222 19.3625C19.7849 19.2369 19.3592 19.031 19.0487 18.7484C18.7382 18.4623 18.5846 18.0785 18.5881 17.597C18.5881 17.2028 18.6893 16.8574 18.8987 16.5608C19.108 16.2642 19.3941 16.034 19.7639 15.8665C20.0396 15.7444 20.3396 15.6641 20.6711 15.6327V15.221C20.6711 15.0466 20.8071 14.907 20.9781 14.907C21.1491 14.907 21.2851 15.0501 21.2851 15.221V15.6223C21.6584 15.6467 21.9864 15.7304 22.276 15.8665C22.6319 16.034 22.9075 16.2642 23.1064 16.5678C23.1657 16.6585 23.218 16.7562 23.2599 16.8574C23.4239 17.2481 23.068 17.611 22.6528 17.611H22.5726C22.3074 17.611 22.0911 17.4191 21.8817 17.2342C21.8224 17.1818 21.7596 17.126 21.7003 17.0807C21.6131 17.0109 21.5154 16.9585 21.3723 16.9376C21.3584 16.9271 21.3898 16.9376 21.3723 16.9376H20.7408C20.7408 16.9376 20.4896 16.9725 20.4722 16.9934C20.3745 17.0423 20.3012 17.1051 20.2454 17.1784C20.1791 17.2691 20.1477 17.3702 20.1442 17.4854C20.1407 17.5796 20.1582 17.6633 20.2 17.7366C20.2419 17.8099 20.3047 17.8727 20.3815 17.9285C20.4094 17.9459 20.4373 17.9634 20.4687 17.9808C20.5245 18.0157 20.5978 18.0471 20.6711 18.0785C20.8874 18.1622 21.1525 18.2146 21.2851 18.2355L21.5852 18.3053C21.8922 18.3751 22.1643 18.4658 22.3981 18.5809C22.6354 18.6961 22.8342 18.8321 22.9947 18.9891C23.1552 19.1461 23.2773 19.3276 23.3611 19.5334C23.4448 19.7393 23.4867 19.9695 23.4902 20.2242C23.4902 20.6255 23.389 20.9709 23.1936 21.2605C22.9982 21.5501 22.7156 21.7699 22.3458 21.9234C22.0457 22.049 21.6898 22.1257 21.2851 22.1467V22.5549C21.2851 22.7293 21.1456 22.8689 20.9781 22.8689L20.9816 22.8724Z",
19548
+ fill: "#00BCD4"
19549
+ }), React__default.createElement("path", {
19550
+ "fill-rule": "evenodd",
19551
+ "clip-rule": "evenodd",
19552
+ d: "M25.7738 6.05537C25.5574 5.96629 25.3039 5.97608 25.0907 6.09516L25.0889 6.09618L23.1195 7.1867L20.934 6.07772L20.9256 6.07376C20.7113 5.97295 20.4656 5.97297 20.2514 6.07378L17.9162 7.17598L15.6429 6.07523L15.6397 6.07376C15.4333 5.97663 15.1859 5.9688 14.9658 6.07529L12.67 7.14821L11.0773 6.37252L11.0745 6.37121C10.557 6.12538 9.95359 6.49949 9.95359 7.07847V24.6141C9.95359 24.9314 10.2108 25.1886 10.528 25.1886C10.8452 25.1886 11.1024 24.9314 11.1024 24.6141V7.6626L12.3226 8.25685C12.5436 8.36598 12.7932 8.35906 13.0012 8.26153L15.3017 7.18644L17.5708 8.28512C17.7919 8.394 18.0417 8.38682 18.2495 8.289L20.5827 7.18778L22.7728 8.29905L22.7755 8.30044C22.993 8.40916 23.2699 8.42084 23.5106 8.28332L25.4944 7.18482L28.1174 8.29911L28.1206 8.30044C28.3379 8.38993 28.5776 8.3761 28.7776 8.27608L28.7845 8.27268L29.8513 7.69966V26.8639C29.8025 26.859 29.7447 26.8548 29.6944 26.8514C29.6761 26.8502 29.659 26.8491 29.6434 26.8481C29.6306 26.8473 29.6189 26.8465 29.6084 26.8458V26.8414H16.6438C16.4053 26.8414 16.2895 27.1354 16.4621 27.2994C17.9891 28.7434 18.1006 31.2857 17.001 32.9681C15.975 33.0377 13.6179 33.359 12.6551 32.1123C12.5238 31.8235 12.1833 31.6958 11.8945 31.8271C11.6057 31.9583 11.478 32.2989 11.6092 32.5877C12.361 34.2415 14.9962 34.0329 16.5437 33.946H29.5573C31.1684 33.946 32.4554 32.3462 32.4554 30.3954C32.4554 29.0724 31.8652 27.9147 30.984 27.3036C30.9946 27.2601 31.0001 27.2147 31.0001 27.1681V7.08894C31.0001 6.48643 30.3648 6.12604 29.8517 6.39543L29.8495 6.39658L28.4043 7.17281L25.777 6.05669L25.7738 6.05537ZM18.7673 30.392C18.7673 29.4715 18.533 28.5904 18.0931 27.8158H29.5573C30.0819 27.8158 30.5617 28.0999 30.9121 28.5661C31.2625 29.0322 31.481 29.678 31.481 30.392C31.481 31.1059 31.2625 31.7517 30.9121 32.2179C30.5617 32.684 30.0819 32.9681 29.5573 32.9681H18.0931C18.533 32.1935 18.7673 31.3124 18.7673 30.392Z",
19553
+ fill: "#6392BD"
19554
+ })), "MoneyBillSearch");
19555
+ var MoneyBill = createSvgIcon(React__default.createElement("svg", {
19556
+ width: "40",
19557
+ height: "40",
19558
+ viewBox: "0 0 40 40",
19559
+ fill: "none",
19560
+ xmlns: "http://www.w3.org/2000/svg"
19561
+ }, React__default.createElement("circle", {
19562
+ cx: "20",
19563
+ cy: "20",
19564
+ r: "20",
19565
+ fill: "#E6F3F8"
19566
+ }), React__default.createElement("path", {
19567
+ "fill-rule": "evenodd",
19568
+ "clip-rule": "evenodd",
19569
+ d: "M21.8696 7.80066L19.7564 6.74046C19.5487 6.63368 19.2985 6.63211 19.0895 6.73575L16.835 7.78712L14.6317 6.73267L14.6282 6.73101C14.4281 6.63882 14.1946 6.63882 13.9946 6.73101L11.7636 7.76219L10.2158 7.01744C9.72033 6.77939 9.14468 7.13628 9.14468 7.67904V27.0266L9.14424 27.0419C9.14383 27.0573 9.1433 27.0794 9.14279 27.1077C9.14179 27.1643 9.14087 27.2455 9.14117 27.3468C9.14176 27.5491 9.14716 27.8327 9.16642 28.1602C9.20446 28.8071 9.29823 29.6591 9.5317 30.3977C9.81992 31.3094 10.3432 32.115 11.1961 32.6573C12.0411 33.1945 13.1415 33.3715 14.5449 33.3367C19.065 33.3367 23.585 33.3114 28.1051 33.3114C29.6269 33.3114 30.8588 31.8121 30.8588 29.9656C30.8588 28.7133 30.2922 27.6206 29.4528 27.0471C29.4692 26.9959 29.4781 26.9413 29.4781 26.8847V7.69336C29.4781 7.13919 28.8781 6.78033 28.3801 7.04526L28.3791 7.04581L26.9787 7.78756L24.4351 6.72056C24.2237 6.63048 23.9793 6.64115 23.7743 6.75815L21.8696 7.80066ZM28.3911 26.6375V8.25761L27.3462 8.81111C27.1579 8.91025 26.9178 8.93295 26.6982 8.83623L24.163 7.77276L22.2373 8.82679L22.2353 8.82791C22.0167 8.94845 21.7496 8.9505 21.5294 8.83406L19.4128 7.77218L17.151 8.82696L17.1499 8.82748C16.9499 8.91967 16.7164 8.91967 16.5163 8.82748L16.5127 8.82582L14.3088 7.77105L12.0774 8.80243C11.8774 8.89462 11.6439 8.89462 11.4438 8.80243L11.4397 8.80053L10.2316 8.21924V27.0443L10.2313 27.0537L10.2312 27.0569L10.2308 27.0704C10.2305 27.0827 10.23 27.1016 10.2296 27.1266C10.2287 27.1765 10.2279 27.2504 10.2281 27.3437C10.2287 27.5305 10.2337 27.794 10.2516 28.098C10.2878 28.7143 10.3752 29.4638 10.5693 30.0778C10.7992 30.805 11.1908 31.3771 11.7844 31.7546C12.6675 32.316 13.6824 32.2704 14.6867 32.2632C15.7996 30.6314 15.6009 28.3812 14.0906 26.9704C13.9529 26.8416 14.0435 26.6161 14.2319 26.6161H28.1051V26.6197C28.2017 26.6197 28.2971 26.6257 28.3911 26.6375ZM29.953 29.962C29.953 28.6344 29.1088 27.5107 28.1051 27.5107H15.6558C16.0761 28.2479 16.3007 29.0853 16.3007 29.962C16.3007 30.8387 16.0761 31.6761 15.6558 32.4132H28.1051C29.1051 32.4132 29.953 31.2896 29.953 29.962Z",
19570
+ fill: "#6392BD"
19571
+ }), React__default.createElement("path", {
19572
+ d: "M19.9102 23.9429C19.7006 23.9429 19.5312 23.7706 19.5312 23.5552V23.047C19.066 23.0125 18.6525 22.9206 18.285 22.7684C17.8083 22.5703 17.4379 22.2717 17.1738 21.8697C17.056 21.6917 16.9641 21.4935 16.8981 21.2753C16.7459 20.7814 17.1795 20.3449 17.6849 20.3449H17.883C18.2505 20.3449 18.5233 20.6694 18.7387 20.9767C18.8564 21.1461 19.0172 21.2724 19.2211 21.3614C19.2613 21.3787 19.3044 21.393 19.3474 21.4074C19.468 21.4447 19.5973 21.4562 19.7236 21.4562L20.0481 21.4619C20.2089 21.4619 20.3725 21.4619 20.5247 21.4074C20.5247 21.4074 20.5247 21.4074 20.5276 21.4074C20.5506 21.3902 20.631 21.3758 20.6511 21.3557C20.7918 21.2897 20.9038 21.2064 20.9842 21.1001C21.0789 20.9767 21.1277 20.836 21.1306 20.678C21.1306 20.5287 21.0847 20.4024 20.9957 20.299C20.9095 20.1928 20.7745 20.1009 20.5908 20.0233C20.5678 20.0147 20.5448 20.0032 20.519 19.9946C20.1888 19.8625 19.8729 19.8166 19.5312 19.7161L19.1005 19.6127C18.4372 19.4577 17.9146 19.205 17.5327 18.8575C17.1508 18.5072 16.9613 18.0334 16.9641 17.439C16.9641 16.9538 17.0905 16.5288 17.346 16.1612C17.6045 15.7966 17.9577 15.5094 18.4113 15.3056C18.7502 15.1534 19.1206 15.0586 19.5312 15.0184V14.513C19.5312 14.2977 19.7006 14.1254 19.9102 14.1254C20.1199 14.1254 20.2893 14.3006 20.2893 14.513V15.0098C20.7487 15.0414 21.1565 15.1419 21.5096 15.3084C21.949 15.5123 22.2878 15.7994 22.5319 16.1699C22.6065 16.2847 22.6697 16.4025 22.7214 16.5288C22.9224 17.0112 22.4831 17.4591 21.9719 17.4591H21.8743C21.547 17.4591 21.2799 17.2237 21.0215 16.994C20.9468 16.9279 20.8722 16.8619 20.7975 16.8045C20.6913 16.7183 20.5707 16.6523 20.3926 16.6293C20.3825 16.628 20.4143 16.6323 20.3926 16.6293H19.9431C19.7262 16.6293 19.501 16.6155 19.2978 16.6912C19.2911 16.6937 19.2864 16.6961 19.2843 16.6982C19.1637 16.7585 19.0718 16.8332 19.0057 16.9251C18.9253 17.0342 18.8851 17.1605 18.8823 17.3041C18.8765 17.4218 18.8995 17.5252 18.9512 17.6142C19.0029 17.7032 19.0775 17.7836 19.1752 17.8525C19.2096 17.8755 19.2469 17.8956 19.2843 17.9186C19.3561 17.9616 19.4422 18.0018 19.5341 18.0363C19.8011 18.1397 20.1256 18.2057 20.2921 18.2287L20.6626 18.3148C21.0416 18.3981 21.3776 18.513 21.6647 18.6537C21.9576 18.7944 22.2017 18.9609 22.3969 19.1562C22.595 19.3514 22.7472 19.5754 22.8477 19.8281C22.9511 20.0808 23.0028 20.365 23.0057 20.6809C23.0057 21.1777 22.8822 21.6026 22.6381 21.9587C22.3969 22.3148 22.0495 22.5875 21.5929 22.7742C21.2196 22.9292 20.786 23.0211 20.2864 23.0498V23.5524C20.2864 23.7677 20.117 23.94 19.9074 23.94L19.9102 23.9429Z",
19573
+ fill: "#00BCD4"
19574
+ })), "MoneyBill");
19575
+ var MoneyDocSearch = createSvgIcon(React__default.createElement("svg", {
19576
+ width: "40",
19577
+ height: "40",
19578
+ viewBox: "0 0 40 40",
19579
+ fill: "none",
19580
+ xmlns: "http://www.w3.org/2000/svg"
19581
+ }, React__default.createElement("circle", {
19582
+ cx: "20",
19583
+ cy: "20",
19584
+ r: "20",
19585
+ fill: "#E6F3F8"
19586
+ }), React__default.createElement("path", {
19587
+ "fill-rule": "evenodd",
19588
+ "clip-rule": "evenodd",
19589
+ d: "M21.1537 13.3585H21.0982L21.0944 13.3623C19.2258 13.3766 17.4702 14.1109 16.1473 15.4338C13.8388 17.7423 13.436 21.3008 15.0657 24.0418L8.11005 30.9939C7.77767 31.3263 7.5957 31.7676 7.5957 32.2353C7.5957 32.703 7.77767 33.1444 8.11005 33.4767C8.44244 33.8091 8.88378 33.9911 9.35148 33.9911C9.81919 33.9911 10.2605 33.8091 10.5929 33.4767L17.5487 26.521C18.6349 27.1632 19.8857 27.5077 21.1573 27.5077C23.0432 27.5077 24.8204 26.772 26.1565 25.436C27.4927 24.0998 28.2283 22.3226 28.2283 20.4331C28.2283 18.5437 27.4927 16.7664 26.1565 15.4303C24.8204 14.0942 23.0431 13.3585 21.1537 13.3585ZM16.9691 16.2557C18.1253 15.0995 19.6375 14.5232 21.1501 14.5232C22.6629 14.5232 24.1785 15.0995 25.331 16.2555C27.6398 18.5643 27.64 22.3089 25.3311 24.6213C24.1785 25.7739 22.6663 26.3502 21.1537 26.3502C19.861 26.3502 18.5724 25.931 17.5038 25.0894L17.4103 25.0157L9.77108 32.6549C9.65404 32.772 9.50269 32.83 9.35148 32.83C9.20028 32.83 9.04893 32.772 8.93189 32.6549C8.69813 32.4212 8.699 32.0457 8.93129 31.8163L16.571 24.1766L16.4975 24.0831C14.6742 21.7638 14.8282 18.3931 16.9691 16.2557Z",
19590
+ fill: "#6392BD"
19591
+ }), React__default.createElement("path", {
19592
+ d: "M21.1609 24.3082C20.9859 24.3082 20.8466 24.1653 20.8466 23.9867V23.5652C20.4608 23.5366 20.1143 23.458 19.8107 23.333C19.4142 23.1687 19.107 22.9222 18.8891 22.5864C18.7926 22.44 18.714 22.2757 18.6604 22.0935C18.5354 21.6827 18.8926 21.3219 19.3141 21.3219H19.4785C19.7857 21.3219 20.0107 21.5934 20.1893 21.847C20.2857 21.9863 20.4215 22.0935 20.5894 22.1649C20.6215 22.1792 20.6572 22.1935 20.693 22.2042C20.793 22.2364 20.9001 22.2435 21.0037 22.2471H21.2752C21.4074 22.2542 21.5431 22.2471 21.6717 22.2042C21.6931 22.1899 21.7574 22.1756 21.7753 22.1614C21.8932 22.1078 21.9861 22.0363 22.0504 21.9506C22.1289 21.847 22.1682 21.7327 22.1718 21.6005C22.1718 21.4755 22.1325 21.3719 22.0611 21.2862C21.9896 21.1969 21.8753 21.1219 21.7253 21.0576C21.7074 21.0504 21.686 21.0397 21.6646 21.0326C21.3895 20.9218 21.1288 20.8825 20.843 20.8004L20.4858 20.7147C19.9357 20.5861 19.4999 20.3753 19.182 20.086C18.864 19.7931 18.7069 19.4001 18.7104 18.9072C18.7104 18.5035 18.814 18.1499 19.0284 17.8463C19.2427 17.5426 19.5356 17.3069 19.9142 17.1354C20.1964 17.0104 20.5036 16.9282 20.843 16.8961V16.4746C20.843 16.296 20.9823 16.1531 21.1573 16.1531C21.3324 16.1531 21.4717 16.2995 21.4717 16.4746V16.8854C21.8539 16.9104 22.1897 16.9961 22.4862 17.1354C22.8505 17.3069 23.1327 17.5426 23.3363 17.8534C23.397 17.9463 23.4506 18.0463 23.4935 18.1499C23.6614 18.55 23.297 18.9215 22.8719 18.9215H22.7898C22.5183 18.9215 22.2968 18.725 22.0825 18.5357C22.0218 18.4821 21.9575 18.4249 21.8968 18.3785C21.8075 18.3071 21.7074 18.2535 21.561 18.2321C21.5467 18.2213 21.5788 18.2321 21.561 18.2321H20.9144C20.9144 18.2321 20.6572 18.2678 20.6394 18.2892C20.5394 18.3392 20.4643 18.4035 20.4072 18.4785C20.3393 18.5714 20.3072 18.675 20.3036 18.7929C20.3 18.8893 20.3179 18.975 20.3608 19.0501C20.4036 19.1251 20.4679 19.1894 20.5465 19.2465C20.5751 19.2644 20.6037 19.2822 20.6358 19.3001C20.693 19.3358 20.768 19.368 20.843 19.4001C21.0645 19.4859 21.3359 19.5394 21.4717 19.5609L21.7789 19.6323C22.0932 19.7038 22.3718 19.7966 22.6112 19.9145C22.8541 20.0324 23.0577 20.1717 23.222 20.3324C23.3863 20.4932 23.5113 20.6789 23.5971 20.8897C23.6828 21.1004 23.7257 21.3362 23.7292 21.597C23.7292 22.0078 23.6257 22.3614 23.4256 22.6579C23.2256 22.9544 22.9362 23.1794 22.5576 23.3366C22.2504 23.4652 21.886 23.5438 21.4717 23.5652V23.9831C21.4717 24.1617 21.3288 24.3046 21.1573 24.3046L21.1609 24.3082Z",
19593
+ fill: "#00BCD4"
19594
+ }), React__default.createElement("path", {
19595
+ "fill-rule": "evenodd",
19596
+ "clip-rule": "evenodd",
19597
+ d: "M11.0028 7.11242C10.8798 7.11242 10.7673 7.21603 10.7673 7.35871V26.8111C10.7673 27.107 10.5274 27.3469 10.2315 27.3469C9.93556 27.3469 9.69567 27.107 9.69567 26.8111V7.35871C9.69567 6.64036 10.272 6.04079 11.0028 6.04079H26.0782C26.589 6.04079 27.0015 6.45969 27.0015 6.96766V11.4221L31.4813 11.4151C31.9921 11.4151 32.4045 11.834 32.4045 12.342V32.3755C32.4045 33.0939 31.8283 33.6935 31.0974 33.6935H12.9976C12.7017 33.6935 12.4618 33.4536 12.4618 33.1577C12.4618 32.8617 12.7017 32.6218 12.9976 32.6218H31.0974C31.2204 32.6218 31.3329 32.5182 31.3329 32.3755V12.487L26.8532 12.4939C26.3356 12.4939 25.9299 12.0718 25.9299 11.5671V7.11242H11.0028Z",
19598
+ fill: "#6392BD"
19599
+ }), React__default.createElement("path", {
19600
+ d: "M28.0619 9.93744V6.20626C28.0619 6.03046 28.2736 5.94436 28.3956 6.06634L32.3205 9.99484C32.4424 10.1168 32.3563 10.3285 32.1805 10.3285H28.4494C28.2341 10.3285 28.0583 10.1527 28.0583 9.93744H28.0619Z",
19601
+ fill: "#00BCD4"
19602
+ })), "MoneyDocSearch");
19603
+ var MoneyDoc = createSvgIcon(React__default.createElement("svg", {
19604
+ width: "40",
19605
+ height: "40",
19606
+ viewBox: "0 0 40 40",
19607
+ fill: "none",
19608
+ xmlns: "http://www.w3.org/2000/svg"
19609
+ }, React__default.createElement("circle", {
19610
+ cx: "20",
19611
+ cy: "20",
19612
+ r: "20",
19613
+ fill: "#E6F3F8"
19614
+ }), React__default.createElement("path", {
19615
+ d: "M24.5468 7.22124V11.3193C24.5468 12.1682 25.2341 12.8556 26.0793 12.8556L30.1998 12.848V32.7973H9.80362V7.22124H24.5468ZM25.2679 6.09437H9.48434C9.03735 6.09437 8.67676 6.46248 8.67676 6.91323V33.1053C8.67676 33.556 9.03735 33.9241 9.48434 33.9241H30.5154C30.9624 33.9241 31.323 33.556 31.323 33.1053V12.1306C31.323 11.9052 31.1427 11.7212 30.9173 11.7212L26.0718 11.7287C25.8502 11.7287 25.6661 11.5446 25.6661 11.3193V6.5038C25.6661 6.27843 25.4858 6.09437 25.2604 6.09437H25.2679Z",
19616
+ fill: "#6392BD"
19617
+ }), React__default.createElement("path", {
19618
+ d: "M26.7629 10.1964V6.28241C26.7629 6.09835 26.9845 6.0082 27.1122 6.13591L31.2253 10.2527C31.353 10.3804 31.2628 10.602 31.0788 10.602H27.1686C26.9432 10.602 26.7591 10.418 26.7591 10.1926L26.7629 10.1964Z",
19619
+ fill: "#00BCD4"
19620
+ }), React__default.createElement("path", {
19621
+ d: "M20.1061 25.6455C19.8582 25.6455 19.6591 25.4464 19.6591 25.1985V24.6126C19.1107 24.5712 18.6224 24.4661 18.1867 24.2933C17.6232 24.0679 17.1875 23.7223 16.8757 23.2641C16.7368 23.0613 16.6278 22.8321 16.5527 22.5842C16.3762 22.017 16.8833 21.5174 17.4805 21.5174H17.7134C18.1491 21.5174 18.4684 21.8893 18.7238 22.2424C18.8628 22.4377 19.0506 22.5842 19.2947 22.6819C19.3285 22.6969 19.3586 22.7082 19.3924 22.7194C19.5689 22.7795 19.753 22.7908 19.9371 22.7946H20.2676C20.4592 22.8021 20.6545 22.7946 20.8385 22.7345C20.8686 22.7157 20.9587 22.6969 20.985 22.6781C21.1503 22.603 21.2818 22.5053 21.3757 22.3851C21.4884 22.2424 21.5447 22.0846 21.5485 21.9006C21.5485 21.7316 21.4921 21.5851 21.3907 21.4649C21.2893 21.3409 21.1278 21.2357 20.9137 21.1493C20.8874 21.1381 20.8573 21.1268 20.831 21.1155C20.4404 20.9615 20.0685 20.9089 19.6628 20.7963L19.1558 20.6761C18.3707 20.4958 17.7547 20.2065 17.3077 19.8084C16.857 19.4065 16.6316 18.8618 16.6353 18.1782C16.6353 17.6185 16.7818 17.1302 17.0861 16.7133C17.3903 16.2926 17.8073 15.9658 18.3444 15.7329C18.7426 15.5563 19.1821 15.4474 19.6628 15.4023V14.8201C19.6628 14.5722 19.8619 14.3731 20.1098 14.3731C20.3577 14.3731 20.5568 14.5722 20.5568 14.8201V15.3911C21.0977 15.4286 21.5785 15.5413 21.9992 15.7366C22.5176 15.9695 22.9195 16.3001 23.205 16.7283C23.2913 16.8597 23.3665 16.995 23.4303 17.1415C23.667 17.6974 23.1486 18.2082 22.5439 18.2082H22.4274C22.0405 18.2082 21.725 17.9378 21.4207 17.6748C21.3344 17.5997 21.2442 17.5246 21.1578 17.457C21.0339 17.3593 20.8911 17.2804 20.677 17.2579C20.6582 17.2429 20.7033 17.2579 20.677 17.2579H19.7605C19.7605 17.2579 19.3924 17.3105 19.3661 17.3368C19.2234 17.4044 19.1144 17.4945 19.0393 17.5997C18.9454 17.7274 18.8966 17.8702 18.8928 18.0354C18.8853 18.1707 18.9154 18.2909 18.9717 18.3923C19.0356 18.4937 19.1219 18.5838 19.2384 18.6665C19.2797 18.6928 19.321 18.7191 19.3699 18.7416C19.4525 18.7942 19.5539 18.8393 19.6628 18.8768C19.9784 18.9933 20.3615 19.0684 20.5568 19.0984L20.9925 19.1961C21.4395 19.2938 21.8339 19.4215 22.1758 19.583C22.5213 19.7445 22.8068 19.9361 23.0397 20.1577C23.2763 20.3793 23.4529 20.6385 23.5731 20.9277C23.6933 21.217 23.7534 21.5437 23.7571 21.9043C23.7571 22.4753 23.6106 22.9636 23.3252 23.3693C23.0397 23.7787 22.6303 24.0905 22.0931 24.3083C21.6536 24.4886 21.139 24.5938 20.5493 24.6238V25.2023C20.5493 25.4502 20.3502 25.6493 20.1023 25.6493L20.1061 25.6455Z",
19622
+ fill: "#00BCD4"
19623
+ })), "MoneyDoc");
19624
+ var MountainFlag = createSvgIcon(React__default.createElement("svg", {
19625
+ width: "40",
19626
+ height: "40",
19627
+ viewBox: "0 0 40 40",
19628
+ fill: "none",
19629
+ xmlns: "http://www.w3.org/2000/svg"
19630
+ }, React__default.createElement("circle", {
19631
+ cx: "20",
19632
+ cy: "20",
19633
+ r: "20",
19634
+ fill: "#E6F3F8"
19635
+ }), React__default.createElement("path", {
19636
+ d: "M21.2884 25.7978C21.2298 25.7666 21.1791 25.7236 21.1361 25.6729L19.3775 23.3449L17.2291 26.1647L21.6392 33.8029H9.82879L15.3905 23.7411C15.5544 23.4601 15.9369 23.9323 16.1009 24.2172H16.1048L16.967 25.7106L17.9574 24.5745L19.8085 21.8297L20.0892 22.1572L22.5373 18.2065C22.5738 18.1463 22.5472 18.0674 22.522 17.9928C22.4934 17.9078 22.4666 17.8284 22.5373 17.7889C22.5901 17.7594 22.6466 17.6978 22.7048 17.6343C22.793 17.5381 22.8851 17.4376 22.9744 17.4376L24.0165 17.262C24.1031 17.262 24.2048 17.445 24.3001 17.6165C24.3724 17.7466 24.441 17.8701 24.4966 17.9021C24.6254 17.9763 24.7386 18.0816 24.8166 18.2065L27.9898 23.3272L26.2139 25.6729C26.1749 25.7276 26.1241 25.7705 26.0617 25.7978C26.0031 25.829 25.9368 25.8446 25.8704 25.8446C25.8041 25.8446 25.7377 25.8329 25.6753 25.8056C25.6128 25.7783 25.5621 25.7393 25.5192 25.6885L24.0087 23.8893C23.9658 23.8385 23.915 23.7995 23.8565 23.7722C23.798 23.7448 23.7316 23.7292 23.6692 23.7292C23.6067 23.7292 23.5404 23.7448 23.4818 23.7722C23.4233 23.7995 23.3725 23.8385 23.3296 23.8893L21.8192 25.6885C21.7762 25.7393 21.7216 25.7783 21.663 25.8056C21.6006 25.8329 21.5342 25.8446 21.4718 25.8446C21.4054 25.8446 21.3391 25.8251 21.2806 25.7978H21.2884Z",
19637
+ fill: "#00BCD4"
19638
+ }), React__default.createElement("path", {
19639
+ d: "M23.7638 6.19092C23.5905 6.19092 23.4134 6.2399 23.259 6.3341C22.9688 6.51119 22.7955 6.82015 22.7955 7.16302V16.7409C22.528 16.7899 22.2944 16.9481 22.1437 17.1817L17.3999 24.8041L16.6238 23.6436C16.4391 23.3686 16.1377 23.2103 15.8099 23.2103C15.7986 23.2103 15.7873 23.2103 15.776 23.2103C15.4331 23.2254 15.1317 23.41 14.9659 23.7114L12.3435 28.4552L10.9268 26.1266C10.7535 25.8403 10.437 25.6594 10.1129 25.6594C10.1054 25.6594 10.0978 25.6594 10.0903 25.6594C9.74744 25.6594 9.4347 25.8403 9.26138 26.1379L5.88539 31.85C5.64425 32.2569 5.64048 32.743 5.87408 33.1537C6.10769 33.5644 6.52969 33.8093 7.00067 33.8093H32.9989C33.4774 33.8093 33.9031 33.5606 34.133 33.1386C34.3666 32.7204 34.3515 32.2268 34.0953 31.8199L24.8904 17.1817C24.7133 16.9029 24.4119 16.7334 24.0803 16.7296V13.7116L29.8037 10.9196C30.1353 10.7576 30.3463 10.426 30.3501 10.0567C30.3501 9.68749 30.1504 9.35215 29.8226 9.18259L24.2047 6.30395C24.0653 6.23236 23.9146 6.19469 23.7601 6.19469L23.7638 6.19092ZM24.0841 12.2685V7.68676L28.6696 10.0341L24.0841 12.2685ZM17.4226 26.3678C17.7541 26.364 18.0556 26.1907 18.2326 25.9119L23.1459 18.0182H23.8957L33.0026 32.5131L7.00067 32.5056L10.1054 27.2532L11.5334 29.5968C11.7143 29.8945 12.0345 30.0603 12.3849 30.064C12.7353 30.0565 13.0443 29.8681 13.2139 29.5629L15.8476 24.7966L16.6049 25.9345C16.7896 26.2095 17.0797 26.364 17.4263 26.3678H17.4226Z",
19640
+ fill: "#6392BD"
19641
+ })), "MountainFlag");
19642
+ var OpenFolder = createSvgIcon(React__default.createElement("svg", {
19643
+ width: "40",
19644
+ height: "40",
19645
+ viewBox: "0 0 40 40",
19646
+ fill: "none",
19647
+ xmlns: "http://www.w3.org/2000/svg"
19648
+ }, React__default.createElement("circle", {
19649
+ cx: "20",
19650
+ cy: "20",
19651
+ r: "20",
19652
+ fill: "#E6F3F8"
19653
+ }), React__default.createElement("path", {
19654
+ "fill-rule": "evenodd",
19655
+ "clip-rule": "evenodd",
19656
+ d: "M19.4888 14.5268C19.303 14.5268 19.1284 14.599 18.9959 14.7315L17.8998 15.8276C17.7898 15.9377 17.6376 16.0024 17.4792 16.0024H10.2947C9.95325 16.0024 9.66525 16.2491 9.60846 16.586L7.74994 27.9514C7.68173 28.3758 8.00769 28.759 8.43623 28.759H30.7661C31.1148 28.759 31.4106 28.5014 31.4562 28.1561L33.1495 15.3153C33.2004 14.9155 32.9061 14.5605 32.5106 14.5322V14.5268H19.4888ZM18.7133 16.6446L19.675 15.6829H31.9305L30.3595 27.603H8.97763L10.6859 17.1585H17.4757C17.9425 17.1585 18.3805 16.9774 18.7133 16.6446Z",
19657
+ fill: "#6392BD"
19658
+ }), React__default.createElement("path", {
19659
+ d: "M7.14686 25.3462L8.75239 15.5268C8.80509 15.2142 9.0721 14.9858 9.38828 14.9858H16.5693C16.7414 14.9858 16.903 14.919 17.026 14.7961L18.1221 13.7C18.2416 13.5805 18.4067 13.5103 18.5788 13.5103H18.888C19.2007 13.5103 19.3587 13.1308 19.1374 12.9095L17.6197 11.3953C17.5213 11.2969 17.3878 11.2407 17.2473 11.2407H7.41035C7.12227 11.2407 6.88688 11.4761 6.88688 11.7677L6.84473 25.3216C6.84473 25.5078 7.11524 25.5324 7.14686 25.3462Z",
19660
+ fill: "#00BCD4"
19661
+ })), "OpenFolder");
19662
+ var PintPot = createSvgIcon(React__default.createElement("svg", {
19663
+ width: "40",
19664
+ height: "40",
19665
+ viewBox: "0 0 40 40",
19666
+ fill: "none",
19667
+ xmlns: "http://www.w3.org/2000/svg"
19668
+ }, React__default.createElement("circle", {
19669
+ cx: "20",
19670
+ cy: "20",
19671
+ r: "20",
19672
+ fill: "#E6F3F8"
19673
+ }), React__default.createElement("path", {
19674
+ "fill-rule": "evenodd",
19675
+ "clip-rule": "evenodd",
19676
+ d: "M6.29154 22.1584L16.6399 32.5067L16.6319 32.5107C17.0724 32.9551 17.7906 32.9551 18.231 32.5107L30.8013 19.9443C30.841 19.9126 30.841 19.857 30.8013 19.8213L18.9769 7.99297C18.9412 7.95726 18.8817 7.95726 18.8539 7.99297L15.7431 11.0998V11.1356H15.7034L10.5451 16.2938C10.8229 17.258 11.3784 17.877 12.0688 18.25C12.8624 18.6746 13.8782 18.7976 14.9297 18.6627C15.9732 18.5278 17.0287 18.1389 17.8699 17.5953C18.3041 17.312 18.6692 16.9961 18.9501 16.6629C18.8315 16.4861 18.7624 16.2732 18.7624 16.0436C18.7624 15.4286 19.2584 14.9326 19.8734 14.9326C20.4884 14.9326 20.9844 15.4286 20.9844 16.0436C20.9844 16.6547 20.4884 17.1546 19.8734 17.1546C19.8453 17.1546 19.8174 17.1536 19.7899 17.1515C19.4158 17.6277 18.93 18.0471 18.3897 18.3968C17.4334 19.0198 16.247 19.4563 15.0487 19.607C13.8703 19.7618 12.6362 19.6348 11.6205 19.0872C10.8269 18.6587 10.184 17.9842 9.80313 17.0398L6.29154 20.5554C5.84713 20.9998 5.84713 21.714 6.29154 22.1584ZM11.4617 11.3855C12.6561 10.6078 14.148 10.2745 15.2987 10.1912L18.1794 7.30652C18.5841 6.89783 19.2547 6.89783 19.6555 7.30652L31.4878 19.1349C31.8885 19.5435 31.8885 20.2062 31.4878 20.6149L18.9174 33.1812C18.104 33.9986 16.7747 33.9986 15.9613 33.1812L5.61304 22.8329C4.79565 22.0156 4.79565 20.6942 5.61304 19.8769L9.50951 15.9804C9.31905 14.909 9.44205 13.9924 9.8071 13.2266C10.1682 12.4291 10.7713 11.8299 11.4617 11.3855ZM11.9776 12.191C12.6363 11.7625 13.414 11.4847 14.1599 11.322V11.326L10.3785 15.1114C10.3666 14.5321 10.4737 14.044 10.6642 13.6314C10.9419 13.0362 11.4022 12.56 11.9776 12.191Z",
19677
+ fill: "#6392BD"
19678
+ }), React__default.createElement("path", {
19679
+ d: "M32.4561 21.6147C34.0631 23.8368 36.3248 28.7252 32.4561 28.9316C30.6745 28.9752 28.1668 27.2611 32.4561 21.6147Z",
19680
+ fill: "#00BCD4"
19681
+ })), "PintPot");
19682
+ var PaintRoller = createSvgIcon(React__default.createElement("svg", {
19683
+ width: "40",
19684
+ height: "40",
19685
+ viewBox: "0 0 40 40",
19686
+ fill: "none",
19687
+ xmlns: "http://www.w3.org/2000/svg"
19688
+ }, React__default.createElement("circle", {
19689
+ cx: "20",
19690
+ cy: "20",
19691
+ r: "20",
19692
+ fill: "#E6F3F8"
19693
+ }), React__default.createElement("path", {
19694
+ d: "M14.4529 13.103L25.3145 21.92C25.6745 22.2122 26.2032 22.1572 26.4954 21.7973L31.0507 16.1856C31.3429 15.8256 31.288 15.2969 30.928 15.0047L20.0664 6.18774C19.7064 5.89554 19.1777 5.95047 18.8855 6.31043L14.3302 11.9221C14.038 12.2821 14.0929 12.8108 14.4529 13.103Z",
19695
+ fill: "#00BCD4"
19696
+ }), React__default.createElement("path", {
19697
+ "fill-rule": "evenodd",
19698
+ "clip-rule": "evenodd",
19699
+ d: "M10.4644 31.8257C10.7434 32.0522 11.1532 32.0096 11.3796 31.7306L16.2947 25.6757C16.5212 25.3968 16.4786 24.987 16.1996 24.7606L15.7173 24.3691L15.235 23.9776C14.956 23.7511 14.5463 23.7937 14.3198 24.0726L9.40474 30.1275C9.1783 30.4065 9.22086 30.8162 9.49984 31.0427L10.4644 31.8257ZM12.3573 32.5242C11.6925 33.3432 10.4897 33.4681 9.67083 32.8033L8.70623 32.0203C7.88733 31.3556 7.76233 30.1528 8.42709 29.3339L13.3422 23.279C14.007 22.4601 15.2097 22.3352 16.0286 22.9999L16.9932 23.7829C17.8121 24.4477 17.9371 25.6504 17.2724 26.4693L12.3573 32.5242Z",
19700
+ fill: "#6392BD"
19701
+ }), React__default.createElement("path", {
19702
+ "fill-rule": "evenodd",
19703
+ "clip-rule": "evenodd",
19704
+ d: "M15.8614 8.71718C15.8034 9.06003 15.4784 9.29092 15.1356 9.23289C14.1042 9.05832 13.0173 9.42633 12.3122 10.295C11.2724 11.5758 11.47 13.4551 12.7484 14.4928L18.7674 19.3789C19.3698 19.8679 19.4619 20.7544 18.9729 21.3568L16.9932 23.7829C16.7676 23.5998 16.7513 23.5866 16.0286 22.9999L17.9953 20.5632C18.046 20.5007 18.0362 20.4072 17.9738 20.3565L11.9547 15.4705C10.1372 13.9951 9.8559 11.3229 11.3345 9.50136C12.3383 8.2648 13.8865 7.74434 15.3457 7.99134C15.6886 8.04937 15.9195 8.37434 15.8614 8.71718Z",
19705
+ fill: "#6392BD"
19706
+ }), React__default.createElement("path", {
19707
+ d: "M28.0383 22.281L27.8232 22.1064L31.6272 17.4202L31.8423 17.5948C32.2529 17.9281 32.3161 18.5362 31.9828 18.9469L29.3903 22.1405C29.057 22.5511 28.4489 22.6143 28.0383 22.281Z",
19708
+ fill: "#6392BD"
19709
+ })), "PaintRoller");
19710
+ var Puzzle = createSvgIcon(React__default.createElement("svg", {
19711
+ width: "40",
19712
+ height: "40",
19713
+ viewBox: "0 0 40 40",
19714
+ fill: "none",
19715
+ xmlns: "http://www.w3.org/2000/svg"
19716
+ }, React__default.createElement("circle", {
19717
+ cx: "20",
19718
+ cy: "20",
19719
+ r: "20",
19720
+ fill: "#E6F3F8"
19721
+ }), React__default.createElement("path", {
19722
+ d: "M23.2242 12.5697V11.7099L22.5348 12.2287C22.2845 12.4174 21.9725 12.5298 21.6314 12.5298C20.8006 12.5298 20.1257 11.855 20.1257 11.0241C20.1257 10.1933 20.8006 9.51841 21.6314 9.51841C21.9725 9.51841 22.2809 9.63089 22.5348 9.81956L23.2242 10.3384V7.02583C23.2242 6.69204 23.4963 6.41992 23.8301 6.41992H30.2557C32.3092 6.41992 33.9746 8.08527 33.9746 10.1388V16.5644C33.9746 16.8982 33.7025 17.1703 33.3687 17.1703H30.8507C30.9269 16.9381 30.9668 16.695 30.9668 16.441C30.9668 15.1349 29.9073 14.0754 28.6012 14.0754C27.295 14.0754 26.2356 15.1349 26.2356 16.441C26.2356 16.695 26.2755 16.9417 26.3517 17.1703H23.8338C23.5 17.1703 23.2278 16.8982 23.2278 16.5644V12.5697H23.2242Z",
19723
+ fill: "#00BCD4"
19724
+ }), React__default.createElement("path", {
19725
+ "fill-rule": "evenodd",
19726
+ "clip-rule": "evenodd",
19727
+ d: "M10.7937 9.12016C8.1611 9.12016 6.02539 11.2559 6.02539 13.8885V28.8113C6.02539 31.4439 8.1611 33.5796 10.7937 33.5796H25.7165C28.3491 33.5796 30.4849 31.4439 30.4849 28.8113V21.6891C30.4849 21.1573 30.0544 20.7268 29.5225 20.7268H27.3793C27.2606 19.4236 26.1666 18.4047 24.8349 18.4047C23.5032 18.4047 22.4092 19.4236 22.2906 20.7268H18.8782V16.3157C18.8782 15.9457 18.5768 15.6945 18.257 15.6945C18.1306 15.6945 17.9996 15.7337 17.8865 15.8206C17.668 15.9852 17.3958 16.0827 17.0995 16.0827C16.3726 16.0827 15.787 15.4938 15.787 14.7701C15.787 14.0466 16.376 13.4576 17.0995 13.4576C17.3958 13.4576 17.668 13.555 17.8865 13.7196C17.9996 13.8065 18.1306 13.8458 18.257 13.8458C18.5773 13.8458 18.8782 13.5905 18.8782 13.2245V10.0825C18.8782 9.55061 18.4478 9.12016 17.9159 9.12016H10.7937ZM7.26793 13.8885C7.26793 11.9423 8.84751 10.3627 10.7937 10.3627H17.6357V12.2747C17.4618 12.2379 17.28 12.2186 17.0959 12.2186C15.6823 12.2186 14.5408 13.364 14.5408 14.7738C14.5408 16.1837 15.686 17.3289 17.0959 17.3289C17.28 17.3289 17.4618 17.3096 17.6357 17.2728V20.7341H13.2246C12.7118 20.7341 12.4208 21.3207 12.7293 21.7291C12.894 21.9477 12.9916 22.22 12.9916 22.5164C12.9916 22.8566 12.8637 23.1659 12.6519 23.3979L12.651 23.3989C12.6246 23.4285 12.5948 23.4584 12.5652 23.4847L12.5642 23.4856C12.3319 23.6977 12.0189 23.8289 11.679 23.8289C10.9521 23.8289 10.3664 23.24 10.3664 22.5164C10.3664 22.22 10.464 21.9477 10.6288 21.7291C10.9372 21.3207 10.6462 20.7341 10.1334 20.7341H7.26793V13.8885ZM23.5187 20.9635C23.5187 20.2365 24.1076 19.6509 24.8313 19.6509C25.5548 19.6509 26.1439 20.24 26.1439 20.9635C26.1439 21.0538 26.1338 21.1414 26.1168 21.2264C26.0387 21.6132 26.3345 21.9693 26.7252 21.9693H29.2387V28.8113C29.2387 30.7575 27.6591 32.3371 25.7129 32.3371H18.8709V30.4248C19.0459 30.4617 19.2259 30.4811 19.4107 30.4811C20.8243 30.4811 21.9658 29.3358 21.9658 27.926C21.9658 27.2191 21.6784 26.5802 21.2138 26.1157C20.7526 25.6544 20.1136 25.3709 19.4107 25.3709C19.2272 25.3709 19.0484 25.3901 18.8746 25.4265V21.9693H22.9374C23.3283 21.9693 23.6239 21.6092 23.5457 21.2262C23.5287 21.1413 23.5187 21.0538 23.5187 20.9635ZM13.4821 24.3195C13.0227 24.7789 12.3866 25.0659 11.6826 25.0678L11.6754 25.0678C10.2688 25.0639 9.12753 23.9202 9.12753 22.5127C9.12753 22.3286 9.14683 22.1468 9.1836 21.973H7.27156V28.8149C7.27156 30.7612 8.84758 32.3407 10.7973 32.3407H17.6393V29.4789C17.6393 29.1088 17.9407 28.8576 18.2606 28.8576C18.3882 28.8576 18.5147 28.8976 18.63 28.983C18.8485 29.1477 19.1216 29.2458 19.418 29.2458C20.1416 29.2458 20.7305 28.6602 20.7305 27.9333C20.7305 27.5632 20.5794 27.2336 20.3369 26.9943C20.0972 26.7615 19.7742 26.6171 19.4143 26.6171C19.1181 26.6171 18.8459 26.7146 18.6274 26.8792C18.5143 26.966 18.3834 27.0053 18.257 27.0053C17.9371 27.0053 17.6357 26.7541 17.6357 26.384V21.973H14.1744C14.2112 22.1468 14.2305 22.3286 14.2305 22.5127C14.2305 23.1739 13.9774 23.7784 13.566 24.2317C13.5384 24.2631 13.5111 24.2904 13.483 24.3186L13.4821 24.3195Z",
19728
+ fill: "#6392BD"
19729
+ })), "Puzzle");
19730
+ var QuestionBillSearch = createSvgIcon(React__default.createElement("svg", {
19731
+ width: "46",
19732
+ height: "40",
19733
+ viewBox: "0 0 46 40",
19734
+ fill: "none",
19735
+ xmlns: "http://www.w3.org/2000/svg"
19736
+ }, React__default.createElement("circle", {
19737
+ cx: "20",
19738
+ cy: "20",
19739
+ r: "20",
19740
+ fill: "#E6F3F8"
19741
+ }), React__default.createElement("path", {
19742
+ "fill-rule": "evenodd",
19743
+ "clip-rule": "evenodd",
19744
+ d: "M25.7944 6.05928C25.578 5.97019 25.3245 5.97998 25.1112 6.09906L25.1094 6.10008L23.14 7.19061L20.9545 6.08162L20.9461 6.07766C20.7319 5.97685 20.4862 5.97688 20.272 6.07769L17.9368 7.17988L15.6634 6.07914L15.6603 6.07766C15.4539 5.98053 15.2064 5.97271 14.9864 6.0792L12.6906 7.15212L11.0979 6.37642L11.0951 6.37511C10.5776 6.12929 9.97417 6.5034 9.97417 7.08237V24.618C9.97417 24.9353 10.2313 25.1925 10.5486 25.1925C10.8658 25.1925 11.123 24.9353 11.123 24.618V7.66651L12.3432 8.26076C12.5642 8.36988 12.8138 8.36297 13.0218 8.26543L15.3222 7.19035L17.5913 8.28903C17.8125 8.39791 18.0623 8.39073 18.2701 8.29291L20.6033 7.19168L22.7933 8.30295L22.7961 8.30434C23.0135 8.41307 23.2905 8.42475 23.5312 8.28722L25.5149 7.18873L28.138 8.30302L28.1412 8.30434C28.3585 8.39383 28.5981 8.38001 28.7982 8.27999L28.805 8.27658L29.8719 7.70357V26.8678C29.8231 26.8629 29.7653 26.8587 29.715 26.8553C29.6967 26.8541 29.6796 26.853 29.664 26.852C29.6512 26.8512 29.6395 26.8504 29.6289 26.8497V26.8453H16.6643C16.4259 26.8453 16.31 27.1393 16.4827 27.3033C18.0097 28.7473 18.1211 31.2896 17.0216 32.972C15.9956 33.0416 13.6385 33.3629 12.6757 32.1162C12.5444 31.8274 12.2039 31.6997 11.9151 31.831C11.6263 31.9623 11.4985 32.3028 11.6298 32.5916C12.3816 34.2454 15.0168 34.0368 16.5643 33.9499H29.5779C31.189 33.9499 32.476 32.3501 32.476 30.3994C32.476 29.0763 31.8858 27.9186 31.0046 27.3075C31.0151 27.264 31.0207 27.2186 31.0207 27.172V7.09284C31.0207 6.49034 30.3854 6.12994 29.8723 6.39934L29.8701 6.40049L28.4249 7.17672L25.7976 6.0606L25.7944 6.05928ZM18.7879 30.3959C18.7879 29.4755 18.5536 28.5943 18.1137 27.8197H29.5779C30.1025 27.8197 30.5823 28.1038 30.9326 28.57C31.283 29.0362 31.5016 29.682 31.5016 30.3959C31.5016 31.1098 31.283 31.7556 30.9326 32.2218C30.5823 32.688 30.1025 32.972 29.5779 32.972H18.1137C18.5536 32.1974 18.7879 31.3163 18.7879 30.3959Z",
19745
+ fill: "#6392BD"
19746
+ }), React__default.createElement("path", {
19747
+ "fill-rule": "evenodd",
19748
+ "clip-rule": "evenodd",
19749
+ d: "M20.558 11.7878H20.5025L20.4987 11.7915C18.63 11.8059 16.8745 12.5401 15.5516 13.8631C13.2431 16.1716 12.8403 19.7301 14.47 22.4711L7.51435 29.4232C7.18196 29.7556 7 30.1969 7 30.6646C7 31.1323 7.18196 31.5736 7.51435 31.906C7.84674 32.2384 8.28807 32.4204 8.75578 32.4204C9.22348 32.4204 9.66482 32.2384 9.99721 31.906L16.953 24.9502C18.0392 25.5925 19.29 25.937 20.5616 25.937C22.4475 25.937 24.2247 25.2013 25.5608 23.8652C26.8969 22.5291 27.6326 20.7518 27.6326 18.8624C27.6326 16.9729 26.8969 15.1957 25.5608 13.8595C24.2247 12.5234 22.4474 11.7878 20.558 11.7878ZM16.3734 14.6849C17.5296 13.5287 19.0418 12.9524 20.5544 12.9524C22.0672 12.9524 23.5828 13.5288 24.7353 14.6848C27.0441 16.9936 27.0443 20.7382 24.7354 23.0506C23.5828 24.2032 22.0706 24.7795 20.558 24.7795C19.2653 24.7795 17.9767 24.3603 16.9081 23.5187L16.8145 23.445L9.17538 31.0842C9.05833 31.2012 8.90698 31.2593 8.75578 31.2593C8.60457 31.2593 8.45322 31.2012 8.33618 31.0842C8.10243 30.8504 8.10329 30.475 8.33558 30.2456L15.9753 22.6059L15.9018 22.5124C14.0785 20.1931 14.2325 16.8224 16.3734 14.6849Z",
19750
+ fill: "#6392BD"
19751
+ }), React__default.createElement("path", {
19752
+ d: "M20.359 21.6656C20.1373 21.6532 19.9201 21.7228 19.7548 21.8627C19.591 22.0013 19.4893 22.1954 19.4681 22.4033L19.4677 22.4068L19.4675 22.4102C19.4543 22.6253 19.5379 22.8299 19.6792 22.9838L19.6801 22.9847L19.6809 22.9855C19.8295 23.1427 20.0351 23.2335 20.253 23.2458C20.4692 23.2582 20.6849 23.1879 20.8517 23.0507C21.0238 22.9118 21.1283 22.7147 21.1414 22.5012C21.1543 22.2904 21.0808 22.0838 20.9313 21.9258C20.7823 21.7683 20.5729 21.6779 20.359 21.6656Z",
19753
+ fill: "#00BCD4"
19754
+ }), React__default.createElement("path", {
19755
+ d: "M19.844 15.3774C20.145 15.2806 20.4535 15.2412 20.7719 15.259C21.5905 15.3019 22.1332 15.6578 22.4774 16.0653C22.817 16.4672 22.961 16.9155 22.9986 17.1556C23.0858 17.698 22.9581 18.2569 22.6433 18.72C22.3247 19.1834 21.8342 19.5215 21.2754 19.6719L21.2739 19.6723L21.2724 19.6727C21.2302 19.6833 21.1926 19.7057 21.1594 19.7392C21.1316 19.7768 21.1147 19.8155 21.1089 19.8535L21.0824 20.2604L21.0823 20.262C21.0682 20.4307 20.9842 20.5811 20.8597 20.6879C20.7281 20.8007 20.5547 20.8458 20.3929 20.8369C20.2309 20.828 20.0622 20.7639 19.9422 20.6342C19.8313 20.5145 19.763 20.3525 19.777 20.1786L19.8037 19.7673L19.8038 19.7663C19.8268 19.4677 19.949 19.1829 20.1489 18.9525C20.3465 18.721 20.6207 18.5531 20.9186 18.4712L20.9199 18.4709C21.1829 18.4007 21.4021 18.2438 21.5424 18.0348L21.5432 18.0335C21.6861 17.8249 21.7395 17.5779 21.7 17.3405C21.6607 17.1022 21.5255 16.8817 21.3168 16.7219C21.1041 16.5649 20.8388 16.4834 20.5678 16.498C20.3003 16.5127 20.0405 16.6188 19.8503 16.7946C19.6602 16.9703 19.5443 17.2003 19.5232 17.4443C19.5218 17.5324 19.4972 17.6156 19.4618 17.6864L19.46 17.6901L19.4579 17.6937C19.4188 17.7632 19.3663 17.8292 19.3034 17.8832C19.2393 17.9381 19.16 17.9819 19.0807 18.0085C19.0041 18.0354 18.9204 18.0483 18.8307 18.0445C18.7346 18.0436 18.647 18.0136 18.5786 17.9815C18.5053 17.947 18.4353 17.8992 18.377 17.8409L18.3748 17.8386L18.3726 17.8363C18.3146 17.7739 18.27 17.7021 18.2448 17.6147C18.2194 17.5408 18.2058 17.4601 18.2104 17.3769L18.2105 17.3754L18.2106 17.3739C18.2323 17.0778 18.3119 16.7866 18.458 16.5195C18.5991 16.2522 18.794 16.0142 19.0316 15.8196C19.2663 15.6248 19.5432 15.4741 19.844 15.3774Z",
19756
+ fill: "#00BCD4"
19757
+ })), "QuestionBillSearch");
19758
+ var QuestionBill = createSvgIcon(React__default.createElement("svg", {
19759
+ width: "40",
19760
+ height: "40",
19761
+ viewBox: "0 0 40 40",
19762
+ fill: "none",
19763
+ xmlns: "http://www.w3.org/2000/svg"
19764
+ }, React__default.createElement("circle", {
19765
+ cx: "20",
19766
+ cy: "20",
19767
+ r: "20",
19768
+ fill: "#E6F3F8"
19769
+ }), React__default.createElement("path", {
19770
+ "fill-rule": "evenodd",
19771
+ "clip-rule": "evenodd",
19772
+ d: "M21.8829 7.56044L19.7546 6.47937C19.5454 6.37048 19.2935 6.36888 19.083 6.47456L16.8125 7.54664L14.5936 6.47142L14.59 6.46973C14.3885 6.37572 14.1533 6.37572 13.9519 6.46973L11.7051 7.52122L10.1463 6.7618C9.64729 6.51906 9.06755 6.88298 9.06755 7.43643V27.1649L9.06711 27.1805C9.0667 27.1962 9.06616 27.2188 9.06566 27.2476C9.06464 27.3053 9.06372 27.3881 9.06402 27.4914C9.06461 27.6977 9.07006 27.9869 9.08946 28.3209C9.12776 28.9805 9.2222 29.8493 9.45732 30.6024C9.74759 31.5321 10.2746 32.3535 11.1335 32.9065C11.9846 33.4543 13.0927 33.6348 14.5061 33.5993C19.0583 33.5993 23.6105 33.5735 28.1627 33.5735C29.6952 33.5735 30.9358 32.0446 30.9358 30.1618C30.9358 28.8848 30.3652 27.7707 29.5199 27.1858C29.5364 27.1336 29.5454 27.078 29.5454 27.0203V7.45103C29.5454 6.88595 28.9411 6.52002 28.4396 6.79017L28.4386 6.79073L27.0282 7.54708L24.4666 6.45907C24.2536 6.36722 24.0075 6.3781 23.801 6.4974L21.8829 7.56044ZM28.4507 26.7682V8.02638L27.3983 8.59078C27.2087 8.69188 26.9669 8.71503 26.7457 8.6164L24.1925 7.53199L22.2531 8.60678L22.2511 8.60792C22.0309 8.73083 21.762 8.73292 21.5402 8.61419L19.4086 7.5314L17.1307 8.60695L17.1296 8.60747C16.9282 8.70148 16.693 8.70148 16.4916 8.60747L16.4879 8.60578L14.2684 7.53025L12.0211 8.58193C11.8197 8.67594 11.5845 8.67594 11.383 8.58193L11.3789 8.58L10.1622 7.98726V27.183L10.1619 27.1926L10.1618 27.1958L10.1614 27.2096C10.1611 27.2222 10.1606 27.2415 10.1602 27.2669C10.1593 27.3178 10.1584 27.3931 10.1587 27.4883C10.1592 27.6788 10.1643 27.9474 10.1823 28.2574C10.2188 28.8859 10.3068 29.6501 10.5023 30.2762C10.7338 31.0177 11.1282 31.6011 11.726 31.986C12.6154 32.5585 13.6375 32.512 14.649 32.5046C15.7697 30.8407 15.5696 28.5463 14.0486 27.1076C13.9099 26.9763 14.0011 26.7464 14.1909 26.7464H28.1627V26.75C28.2599 26.75 28.356 26.7562 28.4507 26.7682ZM30.0236 30.1581C30.0236 28.8044 29.1734 27.6586 28.1627 27.6586H15.6249C16.0482 28.4103 16.2744 29.2641 16.2744 30.1581C16.2744 31.0521 16.0482 31.906 15.6249 32.6576H28.1627C29.1698 32.6576 30.0236 31.5119 30.0236 30.1581Z",
19773
+ fill: "#6392BD"
19774
+ }), React__default.createElement("path", {
19775
+ d: "M19.697 21.3683C19.4552 21.3559 19.2169 21.4346 19.0349 21.5854C18.8506 21.7382 18.7423 21.9544 18.7216 22.1857L18.7213 22.1881L18.7212 22.1905C18.7086 22.425 18.793 22.6502 18.9549 22.823C19.1154 22.998 19.3434 23.0965 19.5818 23.1129L19.5829 23.113L19.584 23.1131C19.8229 23.1256 20.0573 23.0465 20.2386 22.8965C20.4259 22.7444 20.5401 22.5235 20.5528 22.2911C20.5654 22.0619 20.4859 21.8329 20.3268 21.6591C20.1661 21.4834 19.9341 21.3849 19.6995 21.3685L19.6982 21.3684L19.697 21.3683Z",
19776
+ fill: "#00BCD4"
19777
+ }), React__default.createElement("path", {
19778
+ d: "M20.1781 14.5823C19.8158 14.5636 19.46 14.6085 19.115 14.7211C18.7693 14.8304 18.4535 15.0073 18.1859 15.2331C17.9101 15.4599 17.6905 15.7354 17.5271 16.0439C17.3621 16.3554 17.2727 16.6889 17.2466 17.0319L17.2465 17.0336L17.2464 17.0354C17.242 17.1238 17.2549 17.2123 17.2851 17.2964C17.3118 17.3807 17.3563 17.462 17.4197 17.5308C17.4834 17.6 17.5622 17.6522 17.6408 17.6899C17.7242 17.73 17.8152 17.7519 17.9055 17.7566C18.0045 17.765 18.0974 17.7519 18.1825 17.7205C18.2729 17.6897 18.3536 17.642 18.421 17.5865L18.4245 17.5836L18.4279 17.5804C18.4899 17.5218 18.5449 17.4536 18.5878 17.3754L18.5899 17.3716L18.5917 17.3677C18.6295 17.2868 18.653 17.2011 18.6538 17.1082C18.6771 16.8017 18.823 16.5084 19.0567 16.2911C19.2946 16.0696 19.611 15.9385 19.9374 15.9221C20.2715 15.9057 20.6008 16.0045 20.8574 16.1995C21.1165 16.394 21.2822 16.6686 21.3331 16.9745C21.3839 17.2769 21.3175 17.5861 21.1389 17.8478L21.1383 17.8487L21.1377 17.8497C20.9656 18.1111 20.6967 18.3037 20.3727 18.3923L20.3714 18.3927C20.0332 18.489 19.7266 18.6782 19.5029 18.9438C19.2762 19.2086 19.1411 19.5326 19.1141 19.873L19.0823 20.3599C19.0645 20.5441 19.1396 20.7195 19.2589 20.849C19.3827 20.9834 19.5578 21.0625 19.7403 21.0713C19.918 21.0799 20.109 21.0251 20.2485 20.9025C20.3834 20.7875 20.4722 20.6226 20.4856 20.4418L20.517 19.9562C20.5284 19.8898 20.5544 19.83 20.5915 19.7847C20.6335 19.7378 20.6913 19.7018 20.7583 19.6836C21.3996 19.5071 21.9577 19.116 22.323 18.5797L22.3237 18.5786C22.6817 18.0421 22.8238 17.4027 22.7267 16.7743C22.6829 16.5022 22.5189 15.9824 22.1303 15.5164C21.7382 15.0461 21.119 14.6328 20.1781 14.5823Z",
19779
+ fill: "#00BCD4"
19780
+ })), "QuestionBill");
19781
+ var QuestionDocSearch = createSvgIcon(React__default.createElement("svg", {
19782
+ width: "40",
19783
+ height: "40",
19784
+ viewBox: "0 0 40 40",
19785
+ fill: "none",
19786
+ xmlns: "http://www.w3.org/2000/svg"
19787
+ }, React__default.createElement("circle", {
19788
+ cx: "20",
19789
+ cy: "20",
19790
+ r: "20",
19791
+ fill: "#E6F3F8"
19792
+ }), React__default.createElement("path", {
19793
+ "fill-rule": "evenodd",
19794
+ "clip-rule": "evenodd",
19795
+ d: "M21.1776 13.3584H21.1221L21.1183 13.3622C19.2497 13.3765 17.4942 14.1108 16.1712 15.4338C13.8627 17.7423 13.4599 21.3007 15.0896 24.0418L8.13398 30.9938C7.80159 31.3262 7.61963 31.7676 7.61963 32.2353C7.61963 32.703 7.80159 33.1443 8.13398 33.4767C8.46637 33.8091 8.9077 33.991 9.37541 33.991C9.84311 33.991 10.2844 33.8091 10.6168 33.4767L17.5726 26.5209C18.6588 27.1632 19.9096 27.5077 21.1812 27.5077C23.0671 27.5077 24.8444 26.772 26.1805 25.4359C27.5166 24.0998 28.2522 22.3225 28.2522 20.4331C28.2522 18.5436 27.5166 16.7663 26.1805 15.4302C24.8443 14.0941 23.0671 13.3584 21.1776 13.3584ZM16.993 16.2556C18.1492 15.0994 19.6614 14.5231 21.174 14.5231C22.6868 14.5231 24.2024 15.0995 25.3549 16.2555C27.6637 18.5642 27.6639 22.3089 25.355 24.6213C24.2024 25.7738 22.6903 26.3501 21.1776 26.3501C19.8849 26.3501 18.5963 25.931 17.5277 25.0894L17.4342 25.0157L9.795 32.6549C9.67796 32.7719 9.52661 32.8299 9.37541 32.8299C9.2242 32.8299 9.07285 32.7719 8.95581 32.6549C8.72206 32.4211 8.72292 32.0456 8.95521 31.8163L16.5949 24.1766L16.5214 24.0831C14.6981 21.7638 14.8521 18.393 16.993 16.2556Z",
19796
+ fill: "#6392BD"
19797
+ }), React__default.createElement("path", {
19798
+ d: "M20.8065 22.6555C20.5629 22.6431 20.3224 22.7213 20.1386 22.8717C19.9524 23.0241 19.8425 23.2401 19.8214 23.4717L19.8212 23.4742L19.8211 23.4766C19.8083 23.7115 19.894 23.9367 20.0577 24.1092C20.2199 24.2838 20.4501 24.3818 20.6904 24.3981L20.6915 24.3982L20.6926 24.3983C20.9333 24.4107 21.1698 24.3321 21.3529 24.1825C21.5422 24.0308 21.658 23.8101 21.671 23.5773C21.6837 23.3478 21.603 23.1188 21.4421 22.9452C21.2796 22.7699 21.0455 22.6719 20.809 22.6556L20.8077 22.6555L20.8065 22.6555Z",
19799
+ fill: "#00BCD4"
19800
+ }), React__default.createElement("path", {
19801
+ d: "M21.2928 15.8905C20.9271 15.8719 20.5679 15.9166 20.2196 16.0289C19.8707 16.1378 19.5518 16.3141 19.2815 16.5392C19.0028 16.7653 18.7809 17.0401 18.6158 17.3479C18.449 17.6587 18.3585 17.9916 18.3321 18.3339L18.332 18.3358L18.3319 18.3376C18.3275 18.4261 18.3406 18.5148 18.3712 18.599C18.3983 18.6834 18.4434 18.7647 18.5076 18.8335C18.572 18.9025 18.6516 18.9546 18.7309 18.9921C18.815 19.032 18.9068 19.0538 18.9977 19.0585C19.0975 19.0668 19.191 19.0538 19.2768 19.0225C19.368 18.9919 19.4494 18.9444 19.5175 18.8891L19.5211 18.8861L19.5245 18.8829C19.5872 18.8245 19.6429 18.7563 19.6863 18.6782L19.6884 18.6743L19.6903 18.6704C19.7286 18.5895 19.7525 18.5036 19.7534 18.4105C19.7768 18.106 19.9237 17.8142 20.1595 17.5978C20.3998 17.377 20.7195 17.246 21.0497 17.2297C21.3876 17.2133 21.7204 17.312 21.9796 17.5063C22.2413 17.7002 22.4082 17.9736 22.4594 18.2776C22.5106 18.5781 22.4438 18.8855 22.2637 19.1459L22.2631 19.1469L22.2624 19.1478C22.089 19.408 21.8174 19.6002 21.4898 19.6886L21.4885 19.689C21.1472 19.7848 20.8376 19.9734 20.6114 20.2383C20.3823 20.5026 20.2456 20.8261 20.2183 21.1661L20.1861 21.6516C20.168 21.8364 20.2445 22.012 20.3651 22.1412C20.4903 22.2754 20.667 22.354 20.8507 22.3628C21.0297 22.3713 21.2223 22.3169 21.3633 22.1947C21.4996 22.0799 21.5898 21.915 21.6034 21.7337L21.6352 21.2498C21.6466 21.1842 21.6726 21.1251 21.7098 21.0802C21.7521 21.0337 21.8104 20.9977 21.8784 20.9794C22.5257 20.8036 23.0895 20.4138 23.4586 19.8789L23.4594 19.8778C23.8212 19.3425 23.9651 18.7043 23.8668 18.0769C23.8225 17.8051 23.6566 17.2865 23.264 16.8217C22.8677 16.3526 22.2424 15.9409 21.2928 15.8905Z",
19802
+ fill: "#00BCD4"
19803
+ }), React__default.createElement("path", {
19804
+ "fill-rule": "evenodd",
19805
+ "clip-rule": "evenodd",
19806
+ d: "M10.9783 7.11242C10.8553 7.11242 10.7427 7.21603 10.7427 7.35871V26.8111C10.7427 27.107 10.5028 27.3469 10.2069 27.3469C9.911 27.3469 9.67111 27.107 9.67111 26.8111V7.35871C9.67111 6.64036 10.2474 6.04079 10.9783 6.04079H26.0537C26.5645 6.04079 26.977 6.45969 26.977 6.96766V11.4221L31.4567 11.4151C31.9675 11.4151 32.38 11.834 32.38 12.342V32.3755C32.38 33.0939 31.8037 33.6935 31.0728 33.6935H12.973C12.6771 33.6935 12.4372 33.4536 12.4372 33.1577C12.4372 32.8617 12.6771 32.6218 12.973 32.6218H31.0728C31.1958 32.6218 31.3084 32.5182 31.3084 32.3755V12.487L26.8286 12.4939C26.311 12.4939 25.9053 12.0718 25.9053 11.5671V7.11242H10.9783Z",
19807
+ fill: "#6392BD"
19808
+ }), React__default.createElement("path", {
19809
+ d: "M28.0373 9.93744V6.20626C28.0373 6.03046 28.249 5.94436 28.371 6.06634L32.2959 9.99484C32.4179 10.1168 32.3318 10.3285 32.156 10.3285H28.4248C28.2095 10.3285 28.0338 10.1527 28.0338 9.93744H28.0373Z",
19810
+ fill: "#00BCD4"
19811
+ })), "QuestionDocSearch");
19812
+ var ReceivedMail = createSvgIcon(React__default.createElement("svg", {
19813
+ width: "40",
19814
+ height: "40",
19815
+ viewBox: "0 0 40 40",
19816
+ fill: "none",
19817
+ xmlns: "http://www.w3.org/2000/svg"
19818
+ }, React__default.createElement("circle", {
19819
+ cx: "20",
19820
+ cy: "20",
19821
+ r: "20",
19822
+ fill: "#E6F3F8"
19823
+ }), React__default.createElement("path", {
19824
+ d: "M7.99502 17.905C7.99502 17.905 8.00262 17.905 8.01777 17.9164L19.1586 26.6669C19.401 26.8563 19.7003 26.9586 20.0071 26.9586C20.3139 26.9586 20.6132 26.8563 20.8557 26.6669L31.9927 17.9164L32.0154 17.905C32.0154 17.905 32.0685 17.905 32.0685 17.9542V32.4892C32.0685 32.5157 32.0457 32.5347 32.023 32.5347H7.99123C7.96471 32.5347 7.94577 32.5119 7.94577 32.4892V17.9542C7.94577 17.905 7.99503 17.905 7.99881 17.905M32.0154 16.7686C31.7692 16.7686 31.5154 16.8481 31.2881 17.0224L20.151 25.7729C20.1094 25.807 20.0564 25.8221 20.0034 25.8221C19.9503 25.8221 19.9011 25.807 19.8556 25.7729L8.71856 17.0224C8.49506 16.8481 8.24124 16.7686 7.99123 16.7686C7.37756 16.7686 6.80176 17.2496 6.80176 17.9542V32.4892C6.80176 33.1446 7.33209 33.6711 7.98365 33.6711H32.0154C32.6708 33.6711 33.1973 33.1408 33.1973 32.4892V17.9542C33.1973 17.2496 32.6215 16.7686 32.0078 16.7686H32.0154Z",
19825
+ fill: "#6392BD"
19826
+ }), React__default.createElement("path", {
19827
+ d: "M29.1093 16.7491H25.1129L20.9649 19.7644C20.7831 19.9046 20.5633 20.0069 20.336 20.0561C20.2262 20.0788 20.1163 20.0902 20.0065 20.0902C19.6618 20.0902 19.3209 19.9728 19.0481 19.7606L14.9153 16.7415H15.3396H10.9037C10.7105 16.7415 10.6271 16.9839 10.7787 17.1052L19.8815 24.2533C19.9535 24.3101 20.0595 24.3101 20.1315 24.2533L29.2344 17.1052C29.3859 16.9877 29.3025 16.7415 29.1093 16.7415V16.7491Z",
19828
+ fill: "#00BCD4"
19829
+ }), React__default.createElement("path", {
19830
+ "fill-rule": "evenodd",
19831
+ "clip-rule": "evenodd",
19832
+ d: "M17.8061 6.62005C17.9845 6.44159 18.2374 6.32861 18.5109 6.32861H21.4959C22.0517 6.32861 22.4922 6.77948 22.4922 7.32489V13.8026H24.1135C24.675 13.8026 25.0505 14.236 25.1023 14.6844L25.1024 14.6856L25.1026 14.6868C25.1372 14.9982 25.0285 15.3451 24.723 15.5813C24.7226 15.5816 24.7223 15.5818 24.722 15.5821L20.6044 18.7813L20.5951 18.7879C20.4789 18.8709 20.3518 18.9255 20.2284 18.9564L20.2221 18.9579L20.2157 18.9594C19.9332 19.0232 19.6304 18.9585 19.3934 18.7743M19.3934 18.7743L15.2835 15.581C15.2834 15.5809 15.2835 15.581 15.2835 15.581C14.5333 14.9983 14.9479 13.7988 15.8933 13.7988H17.5146V7.32489C17.5146 7.14876 17.5613 6.98505 17.6396 6.84436V6.78647L17.8061 6.62005M18.6511 7.46505V14.117C18.6511 14.5766 18.2774 14.9352 17.8328 14.9352H16.3046L20.0034 17.8091L23.6974 14.939H22.174C21.7145 14.939 21.3558 14.5654 21.3558 14.1208V7.46505H18.6511Z",
19833
+ fill: "#6392BD"
19834
+ })), "ReceivedMail");
19835
+ var ReloadDoc = createSvgIcon(React__default.createElement("svg", {
19836
+ width: "40",
19837
+ height: "40",
19838
+ viewBox: "0 0 40 40",
19839
+ fill: "none",
19840
+ xmlns: "http://www.w3.org/2000/svg"
19841
+ }, React__default.createElement("circle", {
19842
+ cx: "20",
19843
+ cy: "20",
19844
+ r: "20",
19845
+ fill: "#E6F3F8"
19846
+ }), React__default.createElement("path", {
19847
+ d: "M24.547 7.22172V11.3197C24.547 12.1686 25.2343 12.8559 26.0795 12.8559L30.1999 12.8484V32.7973H9.80409V7.22172H24.547ZM25.2681 6.09487H9.48482C9.03784 6.09487 8.67725 6.46297 8.67725 6.91371V33.1053C8.67725 33.556 9.03784 33.9241 9.48482 33.9241H30.5155C30.9624 33.9241 31.323 33.556 31.323 33.1053V12.131C31.323 11.9056 31.1427 11.7216 30.9174 11.7216L26.0719 11.7291C25.8503 11.7291 25.6663 11.545 25.6663 11.3197V6.50429C25.6663 6.27892 25.486 6.09487 25.2606 6.09487H25.2681Z",
19848
+ fill: "#6392BD"
19849
+ }), React__default.createElement("path", {
19850
+ d: "M26.7634 10.1963V6.2824C26.7634 6.09835 26.985 6.0082 27.1127 6.13591L31.2257 10.2526C31.3534 10.3804 31.2632 10.602 31.0792 10.602H27.1691C26.9437 10.602 26.7596 10.4179 26.7596 10.1925L26.7634 10.1963Z",
19851
+ fill: "#00BCD4"
19852
+ }), React__default.createElement("path", {
19853
+ d: "M19.9566 17.4812C20.5721 17.4812 21.1553 17.618 21.6815 17.8611C21.7537 17.8953 21.8392 17.882 21.8962 17.8251L22.7947 16.9265C22.8821 16.8391 22.865 16.6891 22.7567 16.6283C21.9285 16.1629 20.9748 15.895 19.9566 15.895C16.9172 15.8931 14.4324 18.2639 14.2463 21.2558C14.2406 21.3565 14.1589 21.4363 14.0582 21.4363H13.1293C12.9602 21.4363 12.8747 21.6415 12.9944 21.7611L14.9149 23.6817C14.989 23.7558 15.1106 23.7558 15.1847 23.6817L17.0653 21.7611C17.1831 21.6415 17.0976 21.4382 16.9305 21.4382H16.0281C15.9179 21.4382 15.8287 21.3451 15.8382 21.2349C16.0319 19.1301 17.8005 17.4831 19.9547 17.4831L19.9566 17.4812Z",
19854
+ fill: "#00BCD4"
19855
+ }), React__default.createElement("path", {
19856
+ d: "M19.9227 25.7712C19.3072 25.7712 18.724 25.6345 18.1978 25.3913C18.1256 25.3571 18.0401 25.3704 17.9831 25.4274L17.0846 26.3259C16.9972 26.4133 17.0143 26.5634 17.1226 26.6242C17.9508 27.0896 18.9045 27.3574 19.9227 27.3574C22.9621 27.3574 25.4469 24.9867 25.633 21.9947C25.6387 21.894 25.7204 21.8142 25.8211 21.8142H26.75C26.9191 21.8142 27.0046 21.6091 26.8849 21.4894L24.9644 19.5689C24.8903 19.4948 24.7687 19.4948 24.6946 19.5689L22.8139 21.4894C22.6962 21.6091 22.7817 21.8123 22.9488 21.8123H23.8512C23.9613 21.8123 24.0506 21.9054 24.0411 22.0156C23.8474 24.1204 22.0788 25.7674 19.9246 25.7674L19.9227 25.7712Z",
19857
+ fill: "#00BCD4"
19858
+ })), "ReloadDoc");
19859
+ var Sholve = createSvgIcon(React__default.createElement("svg", {
19860
+ width: "40",
19861
+ height: "40",
19862
+ viewBox: "0 0 40 40",
19863
+ fill: "none",
19864
+ xmlns: "http://www.w3.org/2000/svg"
19865
+ }, React__default.createElement("circle", {
19866
+ cx: "20",
19867
+ cy: "20",
19868
+ r: "20",
19869
+ fill: "#E6F3F8"
19870
+ }), React__default.createElement("path", {
19871
+ d: "M31.7518 18.8413C31.7518 18.4458 31.542 18.2441 31.1425 18.24C30.5332 18.232 29.9279 18.232 29.3186 18.24C29.0321 18.2441 29.1329 18.2158 29.1289 17.3765C29.1128 14.5235 29.1168 12.0499 29.1329 9.01539C29.137 8.14781 29.0119 8.055 29.3347 8.07114C29.5809 8.08325 29.831 8.07921 30.0772 8.07114C30.4 8.055 30.622 7.83709 30.63 7.55059C30.6381 7.24795 30.4121 7.00583 30.0732 7.00179C29.5647 6.99776 29.0522 7.00179 28.5438 7.00179C28.0353 7.00179 27.5229 6.99776 27.0144 7.00179C26.6755 7.00179 26.4495 7.24795 26.4576 7.55059C26.4656 7.83709 26.6876 8.05903 27.0104 8.07114C27.2565 8.08325 27.5067 8.08728 27.7529 8.07114C28.0757 8.055 27.9345 8.14781 27.9546 9.01539C28.0232 12.0782 27.995 14.5518 27.9587 17.3765C27.9506 18.2158 28.0555 18.2441 27.769 18.24C27.1597 18.232 26.5544 18.232 25.9451 18.24C25.5456 18.2441 25.3358 18.4458 25.3358 18.8413C25.3317 20.3142 25.3236 21.7911 25.3358 23.2639C25.3398 23.8127 25.5496 24.2929 25.82 24.753C26.0661 25.1686 26.3567 25.5519 26.6634 25.9272C27.2283 26.6173 27.8618 27.4445 28.5438 27.4768C29.2258 27.4445 29.8553 26.6173 30.4242 25.9272C30.7309 25.556 31.0214 25.1686 31.2676 24.753C31.538 24.2929 31.7478 23.8127 31.7518 23.2639C31.7639 21.7911 31.7559 20.3142 31.7518 18.8413Z",
19872
+ fill: "#00BCD4"
19873
+ }), React__default.createElement("path", {
19874
+ d: "M19.1214 17.4256C20.4813 17.4256 21.7565 17.8412 22.9146 18.6644C22.9146 18.7209 22.9106 18.7734 22.9106 18.8299V19.1204C22.9065 20.4843 22.9025 21.8926 22.9106 23.2767C22.9186 24.6084 23.532 25.6374 23.7338 25.9723C24.0122 26.4404 24.335 26.8964 24.787 27.4452L24.8919 27.5743C25.6142 28.458 26.7037 29.7897 28.4106 29.8744H28.4671L28.5236 29.8784H28.5801L28.6406 29.8744C30.3476 29.7897 31.4371 28.454 32.1594 27.5703L32.2603 27.4492C32.6073 27.0295 32.8858 26.6502 33.1238 26.283C33.5718 26.9529 33.8018 27.8043 33.8018 28.8252C33.8018 32.2149 30.626 32.691 30.2709 32.7314H8.9122C8.59745 32.7314 8.43604 32.6829 8.3513 32.6507C7.78233 32.4287 5.95031 31.4966 6.24085 28.8898C6.32963 28.0868 6.62421 27.5259 7.14072 27.1748C7.64109 26.8358 8.27867 26.7632 8.72255 26.7632C8.94449 26.7632 9.1745 26.7793 9.40047 26.8157L10.6998 27.0134L10.7886 25.7019C11.0146 22.4011 13.0524 18.277 18.0561 17.5063C18.4153 17.4498 18.7704 17.4215 19.1174 17.4215M19.1214 16.215C18.722 16.215 18.3063 16.2473 17.8745 16.3118C12.4753 17.1431 9.86856 21.481 9.58206 25.6212C9.30766 25.5809 9.01712 25.5567 8.72255 25.5567C7.94374 25.5567 7.12458 25.7261 6.45876 26.1781C5.64363 26.7309 5.16747 27.5985 5.03834 28.7607C4.73166 31.5087 6.31752 33.1551 7.90742 33.7805C8.19796 33.8935 8.51675 33.946 8.9122 33.946H30.3597C31.9657 33.7805 35.0083 32.5054 35.0083 28.8293C35.0083 27.0457 34.4111 25.8189 33.6484 25.0159C33.487 24.8464 33.2812 24.7657 33.0754 24.7657C32.797 24.7657 32.5226 24.911 32.3692 25.1854C32.337 25.2459 32.3006 25.3065 32.2684 25.3589C32.0222 25.7705 31.7236 26.1902 31.3201 26.6825L31.2192 26.8076C30.5655 27.6106 29.7463 28.6114 28.5801 28.6678H28.4671C27.2969 28.6114 26.4818 27.6146 25.8281 26.8116L25.7231 26.6825C25.3115 26.1821 25.021 25.7746 24.7749 25.3589C24.4964 24.8949 24.1292 24.1685 24.1211 23.2727C24.109 21.8603 24.1171 20.444 24.1211 19.0316V18.8379C24.1211 18.7572 24.1292 18.6806 24.1373 18.6039C24.1736 18.3133 24.0768 18.0268 23.8467 17.8493C22.6321 16.9252 21.0503 16.219 19.1255 16.219L19.1214 16.215Z",
19875
+ fill: "#6392BD"
19876
+ })), "Sholve");
19877
+ var Speedometer = createSvgIcon(React__default.createElement("svg", {
19878
+ width: "40",
19879
+ height: "40",
19880
+ viewBox: "0 0 40 40",
19881
+ fill: "none",
19882
+ xmlns: "http://www.w3.org/2000/svg"
19883
+ }, React__default.createElement("circle", {
19884
+ cx: "20",
19885
+ cy: "20",
19886
+ r: "20",
19887
+ fill: "#E6F3F8"
19888
+ }), React__default.createElement("path", {
19889
+ "fill-rule": "evenodd",
19890
+ "clip-rule": "evenodd",
19891
+ d: "M19.3449 7.90739V12.4349C19.3449 12.7971 19.6385 13.0908 20.0008 13.0908C20.363 13.0908 20.6566 12.7971 20.6566 12.4349V7.44146C20.6566 6.94779 20.2488 6.58008 19.7909 6.58008H19.7857L19.7806 6.58016C12.4661 6.69509 6.57715 12.6578 6.57715 19.9993C6.57715 27.5432 12.8017 33.6346 20.3958 33.414C27.3488 33.2116 33.0746 27.6017 33.4061 20.6523C33.4244 20.2865 33.4291 19.9175 33.4151 19.5503C33.4014 19.1883 33.0968 18.9061 32.7349 18.9198C32.3729 18.9335 32.0906 19.2381 32.1043 19.6001C32.1166 19.9235 32.1127 20.2539 32.096 20.5875L32.0959 20.589C31.7974 26.8529 26.627 31.9203 20.3577 32.1028C13.505 32.3019 7.8889 26.8061 7.8889 19.9993C7.8889 13.5284 12.9591 8.24526 19.3449 7.90739Z",
19892
+ fill: "#6392BD"
19893
+ }), React__default.createElement("path", {
19894
+ d: "M28.9598 10.1482L18.4308 16.5539C16.5463 17.6995 16.2358 20.3055 17.7924 21.8665C19.3578 23.4319 21.9813 23.1083 23.1182 21.2106L29.4539 10.6379C29.6463 10.3187 29.279 9.95577 28.9598 10.1482Z",
19895
+ fill: "#00BCD4"
19896
+ })), "Speedometer");
19897
+ var StartPennant = createSvgIcon(React__default.createElement("svg", {
19898
+ width: "40",
19899
+ height: "40",
19900
+ viewBox: "0 0 40 40",
19901
+ fill: "none",
19902
+ xmlns: "http://www.w3.org/2000/svg"
19903
+ }, React__default.createElement("circle", {
19904
+ cx: "20",
19905
+ cy: "20",
19906
+ r: "20",
19907
+ fill: "#E6F3F8"
19908
+ }), React__default.createElement("path", {
19909
+ "fill-rule": "evenodd",
19910
+ "clip-rule": "evenodd",
19911
+ d: "M28.7338 15.0571C28.7422 15.0697 28.7522 15.0831 28.7606 15.0957C28.9701 15.3906 29.2684 15.6185 29.617 15.7425C29.8047 15.8087 30.0058 15.8448 30.2152 15.8448C30.8001 15.8448 31.3179 15.5649 31.643 15.1317C31.8676 14.8334 32 14.4622 32 14.06C32 13.6896 31.8877 13.3461 31.695 13.0612C31.5257 12.8115 31.2962 12.6071 31.0247 12.4688C30.7817 12.3448 30.5068 12.2752 30.2152 12.2752C29.8683 12.2752 29.5432 12.3741 29.2684 12.545C29.0221 12.6984 28.8143 12.9104 28.6685 13.1618C28.6618 12.804 28.5243 12.4411 28.2244 12.147L20.3681 4.42482C20.0815 4.14161 19.7078 4 19.3307 4C19.138 4 18.9453 4.03687 18.7643 4.11144C18.5867 4.18518 18.4224 4.29495 18.28 4.44158L10.7036 12.1554C10.4572 12.4068 10.3248 12.7043 10.288 13.0051L10.2863 13.0243L10.2796 13.0847C9.96119 12.5953 9.41319 12.2752 8.78476 12.2752C7.79769 12.2752 7 13.0729 7 14.06C7 15.0471 7.79769 15.8448 8.78476 15.8448C9.36292 15.8448 9.87404 15.5716 10.2008 15.1476V27.9903C10.1925 28.3288 10.3215 28.6766 10.6382 28.9556L18.3437 35.7553C18.6353 36.0125 19.0123 36.1415 19.3944 36.1415C19.7765 36.1415 20.1536 36.0125 20.4452 35.7553L28.2964 28.8266C28.3986 28.7369 28.4808 28.6397 28.5461 28.5383C28.6584 28.364 28.7171 28.1772 28.7338 27.9903V15.0571ZM19.4631 5.34318C19.4162 5.29541 19.3643 5.28704 19.3307 5.28704C19.2872 5.28704 19.2369 5.29541 19.1883 5.34318L11.6119 13.0562C11.5867 13.0821 11.5264 13.1467 11.5733 13.2623C11.6001 13.321 11.6353 13.3494 11.6689 13.3637C11.7007 13.3779 11.7309 13.3779 11.7493 13.3779L27.244 13.3813C27.2842 13.3712 27.3311 13.3444 27.3613 13.2707C27.4082 13.155 27.3445 13.0905 27.3194 13.0654L19.4631 5.34318ZM11.4879 14.665V27.8831C11.4929 27.9216 11.4929 27.956 11.4929 27.9945L19.1967 34.79C19.2402 34.8285 19.3173 34.8545 19.3994 34.8545C19.4799 34.8545 19.557 34.8285 19.6005 34.79L27.4518 27.8613V14.665H27.3613C27.306 14.6708 27.249 14.6742 27.1904 14.6742L11.4879 14.665Z",
19912
+ fill: "#6392BD"
19913
+ }), React__default.createElement("path", {
19914
+ d: "M25.217 21.6401C25.2985 21.8289 25.217 21.9876 25.0797 22.1292C24.9296 22.2794 24.7751 22.4252 24.6207 22.5754C24.1573 23.0258 23.7198 23.4978 23.2307 23.9182C22.7588 24.33 22.6515 24.7762 22.7845 25.3468C22.9647 26.1405 23.0848 26.9513 23.2307 27.7536C23.265 27.9466 23.2049 28.0968 23.0419 28.2169C22.8746 28.3413 22.703 28.3327 22.5271 28.2512C22.0767 28.041 21.6262 27.8265 21.1757 27.612C20.8068 27.4361 20.4292 27.2731 20.0646 27.08C19.6785 26.8784 19.3095 26.8998 18.9234 27.1143C18.1297 27.5519 17.3318 27.9766 16.5338 28.4099C16.2121 28.5815 15.9589 28.5429 15.8002 28.2941C15.723 28.1697 15.7444 28.0324 15.7659 27.8994C15.916 27.0328 16.0619 26.1619 16.2206 25.2996C16.2979 24.892 16.1863 24.566 15.8731 24.2914C15.2039 23.6994 14.5432 23.0902 13.8782 22.4939C13.7238 22.3566 13.6508 22.1978 13.7152 21.9962C13.7795 21.7989 13.9254 21.6873 14.1399 21.6616C14.2557 21.6487 14.3673 21.623 14.4789 21.6015C15.2983 21.4599 16.1177 21.3184 16.9371 21.1811C17.3404 21.1124 17.6064 20.9022 17.7822 20.5461C18.1769 19.7396 18.5802 18.9374 18.9792 18.1351C19.0779 17.9335 19.2151 17.7833 19.4683 17.7876C19.6442 17.7876 19.7814 17.8562 19.8587 18.0107C20.1804 18.6156 20.4979 19.2248 20.8196 19.8297C20.9312 20.0399 21.0384 20.2458 21.1457 20.4561C21.3259 20.8036 21.6133 20.988 22.0209 21.0266C22.9304 21.1167 23.8399 21.224 24.7494 21.3227C24.9639 21.3441 25.1441 21.4085 25.2127 21.6401H25.217Z",
19915
+ fill: "#00BCD4"
19916
+ })), "StartPennant");
19917
+ var TextDoc = createSvgIcon(React__default.createElement("svg", {
19918
+ width: "40",
19919
+ height: "40",
19920
+ viewBox: "0 0 40 40",
19921
+ fill: "none",
19922
+ xmlns: "http://www.w3.org/2000/svg"
19923
+ }, React__default.createElement("circle", {
19924
+ cx: "20",
19925
+ cy: "20",
19926
+ r: "20",
19927
+ fill: "#E6F3F8"
19928
+ }), React__default.createElement("path", {
19929
+ d: "M24.547 7.22172V11.3197C24.547 12.1686 25.2343 12.8559 26.0795 12.8559L30.1999 12.8484V32.7973H9.80409V7.22172H24.547ZM25.2681 6.09487H9.48482C9.03784 6.09487 8.67725 6.46297 8.67725 6.91371V33.1053C8.67725 33.556 9.03784 33.9241 9.48482 33.9241H30.5155C30.9624 33.9241 31.323 33.556 31.323 33.1053V12.131C31.323 11.9056 31.1427 11.7216 30.9174 11.7216L26.0719 11.7291C25.8503 11.7291 25.6663 11.545 25.6663 11.3197V6.50429C25.6663 6.27892 25.486 6.09487 25.2606 6.09487H25.2681Z",
19930
+ fill: "#6392BD"
19931
+ }), React__default.createElement("path", {
19932
+ d: "M26.7634 10.1963V6.2824C26.7634 6.09835 26.985 6.0082 27.1127 6.13591L31.2257 10.2526C31.3534 10.3804 31.2632 10.602 31.0792 10.602H27.1691C26.9437 10.602 26.7596 10.4179 26.7596 10.1925L26.7634 10.1963Z",
19933
+ fill: "#00BCD4"
19934
+ }), React__default.createElement("path", {
19935
+ "fill-rule": "evenodd",
19936
+ "clip-rule": "evenodd",
19937
+ d: "M11.5317 23.3355C11.5317 23.0243 11.784 22.7721 12.0952 22.7721H27.8484C28.1596 22.7721 28.4118 23.0243 28.4118 23.3355C28.4118 23.6467 28.1596 23.8989 27.8484 23.8989H12.0952C11.784 23.8989 11.5317 23.6467 11.5317 23.3355Z",
19938
+ fill: "#00BCD4"
19939
+ }), React__default.createElement("path", {
19940
+ "fill-rule": "evenodd",
19941
+ "clip-rule": "evenodd",
19942
+ d: "M11.5317 26.1717C11.5317 25.8605 11.784 25.6082 12.0952 25.6082H27.8484C28.1596 25.6082 28.4118 25.8605 28.4118 26.1717C28.4118 26.4828 28.1596 26.7351 27.8484 26.7351H12.0952C11.784 26.7351 11.5317 26.4828 11.5317 26.1717Z",
19943
+ fill: "#00BCD4"
19944
+ }), React__default.createElement("path", {
19945
+ "fill-rule": "evenodd",
19946
+ "clip-rule": "evenodd",
19947
+ d: "M11.5317 20.6204C11.5317 20.3093 11.784 20.057 12.0952 20.057H27.8484C28.1596 20.057 28.4118 20.3093 28.4118 20.6204C28.4118 20.9316 28.1596 21.1839 27.8484 21.1839H12.0952C11.784 21.1839 11.5317 20.9316 11.5317 20.6204Z",
19948
+ fill: "#00BCD4"
19949
+ })), "TextDoc");
19950
+ var TextFolder = createSvgIcon(React__default.createElement("svg", {
19951
+ width: "40",
19952
+ height: "40",
19953
+ viewBox: "0 0 40 40",
19954
+ fill: "none",
19955
+ xmlns: "http://www.w3.org/2000/svg"
19956
+ }, React__default.createElement("circle", {
19957
+ cx: "20",
19958
+ cy: "20",
19959
+ r: "20",
19960
+ fill: "#E6F3F8"
19961
+ }), React__default.createElement("path", {
19962
+ "fill-rule": "evenodd",
19963
+ "clip-rule": "evenodd",
19964
+ d: "M8.74168 16.0034C8.4221 16.0034 8.16406 16.2615 8.16406 16.581V32.4756C8.16406 32.7952 8.4221 33.0532 8.74168 33.0532H31.2574C31.577 33.0532 31.835 32.7952 31.835 32.4756V20.3791C31.835 20.0596 31.577 19.8015 31.2574 19.8015H23.8104C23.2695 19.8015 22.7501 19.5866 22.3668 19.2033L19.3364 16.1728C19.2286 16.0651 19.0822 16.0034 18.9282 16.0034H8.74168ZM18.699 17.1267H18.6953V17.1304L18.699 17.1267ZM9.31566 17.1587H18.6857L21.5468 20.0197C22.1494 20.6223 22.9542 20.9568 23.8067 20.9568H30.6762V31.8943H9.31566V17.1587Z",
19965
+ fill: "#6392BD"
19966
+ }), React__default.createElement("path", {
19967
+ d: "M30.3946 7.68578C30.3946 7.27469 30.1363 6.94727 29.8198 6.94727H10.953C10.6365 6.94727 10.3782 7.27833 10.3782 7.68578V14.3288C10.3782 14.5835 10.5856 14.7945 10.8439 14.7945H19.6188C19.7643 14.7945 19.9026 14.8527 20.0044 14.9546L23.0349 17.985C23.4242 18.3743 23.9517 18.5926 24.501 18.5926H29.9799C30.2382 18.5926 30.4456 18.3852 30.4456 18.1269L30.4019 7.68942L30.3946 7.68578ZM28.0045 12.4843H20.6375C20.3355 12.4843 20.0881 12.237 20.0881 11.935C20.0881 11.633 20.3355 11.3857 20.6375 11.3857H28.0045C28.3064 11.3857 28.5538 11.633 28.5538 11.935C28.5538 12.237 28.3064 12.4843 28.0045 12.4843ZM28.0045 10.2833H19.5424C19.2405 10.2833 18.9931 10.0359 18.9931 9.73399C18.9931 9.43204 19.2405 9.18465 19.5424 9.18465H28.0045C28.3064 9.18465 28.5538 9.43204 28.5538 9.73399C28.5538 10.0359 28.3064 10.2833 28.0045 10.2833Z",
19968
+ fill: "#00BCD4"
19969
+ })), "TextFolder");
19970
+ var ToolBox = createSvgIcon(React__default.createElement("svg", {
19971
+ width: "40",
19972
+ height: "40",
19973
+ viewBox: "0 0 40 40",
19974
+ fill: "none",
19975
+ xmlns: "http://www.w3.org/2000/svg"
19976
+ }, React__default.createElement("circle", {
19977
+ cx: "20",
19978
+ cy: "20",
19979
+ r: "20",
19980
+ fill: "#E6F3F8"
19981
+ }), React__default.createElement("path", {
19982
+ "fill-rule": "evenodd",
19983
+ "clip-rule": "evenodd",
19984
+ d: "M25.1426 11.1897V9.13723C25.1426 8.50816 24.6344 8 24.0054 8H13.9742C13.3452 8 12.837 8.50815 12.837 9.13723V11.1897H9.71526C9.0496 11.1897 8.41026 11.4565 7.94343 11.9234L6.73369 13.1331C6.26143 13.6053 6 14.2405 6 14.9049V18.7108C6 19.3399 6.50817 19.848 7.13723 19.848H7.36831V27.8313C7.36831 28.4604 7.87648 28.9685 8.50554 28.9685H23.5387C23.9141 28.9685 24.2183 28.6642 24.2183 28.2889C24.2183 27.9136 23.9141 27.6093 23.5387 27.6093H8.72755V19.848H28.3413V23.2053C28.3413 23.5807 28.6456 23.885 29.021 23.885C29.3963 23.885 29.7006 23.5807 29.7006 23.2053V19.848H29.9317C30.5607 19.848 31.0689 19.3399 31.0689 18.7108V14.9049C31.0689 14.2405 30.8075 13.6053 30.3352 13.1331L29.1255 11.9234C28.6587 11.4565 28.0193 11.1897 27.3536 11.1897H25.1426ZM14.1962 9.35924V11.1942H23.7834V9.35924H14.1962ZM24.4607 12.5534L24.4585 12.5534H12.837V12.5489H9.71526C9.41133 12.5489 9.11735 12.6717 8.90455 12.8845L7.69481 14.0942C7.47839 14.3106 7.35924 14.5997 7.35924 14.9049V18.4888H29.7097V14.9049C29.7097 14.5997 29.5905 14.3106 29.3741 14.0942L28.1644 12.8845C27.9516 12.6717 27.6576 12.5489 27.3536 12.5489H24.5419C24.516 12.5519 24.4897 12.5534 24.463 12.5534L24.4607 12.5534Z",
19985
+ fill: "#6392BD"
19986
+ }), React__default.createElement("path", {
19987
+ "fill-rule": "evenodd",
19988
+ "clip-rule": "evenodd",
19989
+ d: "M36.8464 21.8689C37.2039 22.9512 36.9504 24.1863 36.0923 25.0476C35.1433 25.9967 33.7294 26.2047 32.5788 25.6684L26.8031 32.0325C26.465 32.4063 25.9613 32.585 25.4607 32.5135C24.7944 32.416 24.2711 31.896 24.1769 31.2297C24.1054 30.7291 24.2841 30.2286 24.6579 29.8873L31.0414 24.0921C30.5441 22.9545 30.7619 21.5796 31.6915 20.6468C32.5203 19.818 33.7034 19.5547 34.7565 19.857C34.7272 19.8992 34.7045 19.9382 34.6817 19.9707L33.0339 21.6186L33.4206 23.104L35.0393 23.624L36.6904 21.9761L36.8432 21.8656L36.8464 21.8689ZM25.8052 31.6197C26.0068 31.4182 26.0068 31.0899 25.8052 30.8851C25.6037 30.6836 25.2754 30.6836 25.0739 30.8851C24.8724 31.0866 24.8724 31.4149 25.0739 31.6197C25.2754 31.8212 25.6037 31.8212 25.8052 31.6197Z",
19990
+ fill: "#00BCD4"
19991
+ })), "ToolBox");
19992
+ var TrafficCone = createSvgIcon(React__default.createElement("svg", {
19993
+ width: "40",
19994
+ height: "40",
19995
+ viewBox: "0 0 40 40",
19996
+ fill: "none",
19997
+ xmlns: "http://www.w3.org/2000/svg"
19998
+ }, React__default.createElement("circle", {
19999
+ cx: "20",
20000
+ cy: "20",
20001
+ r: "20",
20002
+ fill: "#E6F3F8"
20003
+ }), React__default.createElement("path", {
20004
+ d: "M14.749 17.6591H25.4656C25.6332 17.6591 25.7793 17.7751 25.818 17.9427L27.15 24.0143C27.1973 24.2378 27.0297 24.4483 26.7977 24.4483H13.2021C12.97 24.4483 12.7982 24.2292 12.854 24.0014L14.4009 17.9298C14.4396 17.7708 14.5857 17.6591 14.749 17.6591Z",
20005
+ fill: "#00BCD4"
20006
+ }), React__default.createElement("path", {
20007
+ "fill-rule": "evenodd",
20008
+ "clip-rule": "evenodd",
20009
+ d: "M17.9471 7.02734C17.3672 7.02734 16.8629 7.42878 16.7379 7.99562L15.1652 14.9223C14.9912 15.6984 15.5799 16.4391 16.3744 16.4391H23.6577C24.4519 16.4391 25.0454 15.6986 24.8669 14.9221L23.2942 7.99542C23.1652 7.43045 22.6677 7.02932 22.0894 7.02734H17.9471ZM16.5521 15.0541L18.061 8.40804L21.9754 8.39892L23.4843 15.0541H16.5521Z",
20010
+ fill: "#6392BD"
20011
+ }), React__default.createElement("path", {
20012
+ "fill-rule": "evenodd",
20013
+ "clip-rule": "evenodd",
20014
+ d: "M13.253 25.6749C12.6731 25.6749 12.1688 26.0763 12.0438 26.6432L10.9996 31.2624C10.9747 31.3736 10.9654 31.484 10.9702 31.5917H8.69039C8.3091 31.5917 8 31.9008 8 32.2821C8 32.6634 8.3091 32.9725 8.69039 32.9725H31.3096C31.6909 32.9725 32 32.6634 32 32.2821C32 31.9008 31.6909 31.5917 31.3096 31.5917H29.0351C29.04 31.481 29.0299 31.3674 29.003 31.2533L27.9288 26.6342C27.7993 26.0718 27.2951 25.6749 26.7197 25.6749H13.253ZM12.3779 31.3985L13.3584 27.0557H26.6016L27.6116 31.3985H12.3779Z",
20015
+ fill: "#6392BD"
20016
+ })), "TrafficCone");
20017
+ var Trolly = createSvgIcon(React__default.createElement("svg", {
20018
+ width: "40",
20019
+ height: "40",
20020
+ viewBox: "0 0 40 40",
20021
+ fill: "none",
20022
+ xmlns: "http://www.w3.org/2000/svg"
20023
+ }, React__default.createElement("circle", {
20024
+ cx: "20",
20025
+ cy: "20",
20026
+ r: "20",
20027
+ fill: "#E6F3F8"
20028
+ }), React__default.createElement("path", {
20029
+ "fill-rule": "evenodd",
20030
+ "clip-rule": "evenodd",
20031
+ d: "M4.24417 16.0411C3.84361 15.6406 3.19416 15.6406 2.79359 16.0411C2.39302 16.4417 2.39302 17.0912 2.79359 17.4917L14.334 29.0322V31.2373C14.334 32.9682 16.4294 33.8461 17.6606 32.6149L20.0434 30.2321H23.9468C24.3254 31.8538 25.717 33.1147 27.4631 33.2474C29.6253 33.4157 31.5126 31.7991 31.6767 29.641C31.845 27.4788 30.2284 25.5915 28.0703 25.4274C26.2043 25.2822 24.543 26.4663 24.0174 28.1806H19.7334C19.3861 28.1806 19.0559 28.3184 18.8112 28.5631L16.3855 30.9888V28.7222C16.3855 28.3748 16.2476 28.0446 16.003 27.8L4.24417 16.0411ZM27.9472 27.0521C26.6835 26.9536 25.5799 27.8973 25.4814 29.161C25.3829 30.4247 26.3266 31.5283 27.5903 31.6268C28.854 31.7253 29.9576 30.7816 30.0561 29.5179C30.1546 28.2543 29.2109 27.1506 27.9472 27.0521Z",
20032
+ fill: "#00BCD4"
20033
+ }), React__default.createElement("path", {
20034
+ d: "M9.62314 17.9234L33.0793 17.9316L30.8965 23.6141C30.0308 23.1464 29.0543 22.892 28.0573 22.892C26.1126 22.892 24.2868 23.8521 23.1749 25.4276H17.1437L9.62725 17.9234M8.54409 16.6925C7.8466 16.6925 7.49375 17.5377 7.9902 18.0342L16.397 26.4328C16.5447 26.5805 16.7457 26.6625 16.9509 26.6625H23.6714C23.7821 26.6625 23.8847 26.601 23.9422 26.5025C24.7627 25.0829 26.2931 24.1269 28.0491 24.1269C29.2267 24.1269 30.3016 24.5577 31.1304 25.2675C31.1878 25.3168 31.2576 25.3414 31.3273 25.3414C31.4504 25.3414 31.5694 25.2675 31.6186 25.1404L34.4537 17.7716C34.6507 17.2587 34.2732 16.7049 33.7193 16.7049L8.53588 16.6966L8.54409 16.6925Z",
20035
+ fill: "#6392BD"
20036
+ })), "Trolly");
20037
+ var UnlockedCalendar = createSvgIcon(React__default.createElement("svg", {
20038
+ width: "40",
20039
+ height: "40",
20040
+ viewBox: "0 0 40 40",
17282
20041
  fill: "none",
17283
20042
  xmlns: "http://www.w3.org/2000/svg"
17284
20043
  }, React__default.createElement("path", {
20044
+ d: "M40 20C40 31.0457 31.0457 40 20 40C8.9543 40 0 31.0457 0 20C0 8.9543 8.9543 0 20 0C31.0457 0 40 8.9543 40 20Z",
20045
+ fill: "#E6F3F8"
20046
+ }), React__default.createElement("path", {
20047
+ d: "M27.5853 28.3807C27.5853 28.2299 27.7076 28.1076 27.8585 28.1076H28.1317C28.2826 28.1076 28.4049 28.2299 28.4049 28.3807V29.2003C28.4049 29.3512 28.2826 29.4735 28.1317 29.4735H27.8585C27.7076 29.4735 27.5853 29.3512 27.5853 29.2003V28.3807Z",
20048
+ fill: "#00BCD4"
20049
+ }), React__default.createElement("path", {
20050
+ "fill-rule": "evenodd",
20051
+ "clip-rule": "evenodd",
20052
+ d: "M31.3969 23.295C28.7436 21.4043 25.0574 22.0199 23.1667 24.6733C21.276 27.3267 21.8917 31.0128 24.545 32.9035C27.1984 34.7943 30.8845 34.1786 32.7753 31.5252C34.666 28.8718 34.0503 25.1857 31.3969 23.295ZM29.4999 24.8206C29.5489 24.8748 29.5384 24.9579 29.4819 25.0043L29.1677 25.2622C29.099 25.3185 28.9953 25.2948 28.9399 25.2253C28.9048 25.1812 28.8641 25.1397 28.8183 25.1017C28.6382 24.952 28.3946 24.8685 28.1397 24.8685C27.8847 24.8685 27.6411 24.952 27.461 25.1017C27.2809 25.2504 27.18 25.4532 27.18 25.6646V26.1605C27.18 26.2084 27.1408 26.2475 27.093 26.2475H26.5283C26.4805 26.2475 26.4413 26.2084 26.4413 26.1605V25.6646C26.4413 25.2913 26.6205 24.9329 26.939 24.6684C27.2574 24.4047 27.689 24.256 28.1397 24.256C28.5904 24.256 29.0219 24.4039 29.3404 24.6684C29.3982 24.7162 29.4515 24.7671 29.4999 24.8206ZM29.9059 26.605H26.0952C25.9432 26.605 25.8204 26.7278 25.8204 26.8798V27.1919C25.8134 27.2317 25.8097 27.2727 25.8097 27.3146L25.8096 30.4551L25.8204 30.7454C25.8204 30.8975 25.9432 31.0202 26.0952 31.0202H29.9059C30.0579 31.0202 30.1807 30.8975 30.1807 30.7454V26.8798C30.1807 26.7278 30.0579 26.605 29.9059 26.605Z",
20053
+ fill: "#00BCD4"
20054
+ }), React__default.createElement("path", {
20055
+ "fill-rule": "evenodd",
20056
+ "clip-rule": "evenodd",
20057
+ d: "M7.77593 15.6754C7.47687 15.6754 7.25357 15.9112 7.25357 16.1745V30.1003C7.25357 30.3636 7.47687 30.5994 7.77593 30.5994H20.982C21.3025 30.5994 21.5624 30.8593 21.5624 31.1798C21.5624 31.5003 21.3025 31.7602 20.982 31.7602H7.77593C6.86001 31.7602 6.09277 31.0287 6.09277 30.1003V16.1745C6.09277 15.2461 6.86001 14.5146 7.77593 14.5146H29.1656C30.0815 14.5146 30.8488 15.2461 30.8488 16.1745V20.8564C30.8488 21.177 30.5889 21.4368 30.2684 21.4368C29.9478 21.4368 29.688 21.177 29.688 20.8564V16.1745C29.688 15.9112 29.4647 15.6754 29.1656 15.6754H7.77593Z",
20058
+ fill: "#6392BD"
20059
+ }), React__default.createElement("path", {
17285
20060
  "fill-rule": "evenodd",
17286
20061
  "clip-rule": "evenodd",
17287
- d: "M108.2 340.703C154.15 340.703 191.4 303.319 191.4 257.203C191.4 248.993 190.219 241.059 188.019 233.563C202.025 227.785 222.625 224.598 245.811 234.151C243.72 241.473 242.6 249.207 242.6 257.203C242.6 303.319 279.85 340.703 325.8 340.703C371.75 340.703 409 303.319 409 257.203C409 211.088 371.75 173.703 325.8 173.703C296.24 173.703 270.28 189.175 255.522 212.49C225.168 199.669 197.498 203.843 178.185 212.031C163.378 188.972 137.566 173.703 108.2 173.703C62.2499 173.703 25 211.088 25 257.203C25 303.319 62.2499 340.703 108.2 340.703ZM108.2 316.987C141.099 316.987 167.769 290.221 167.769 257.203C167.769 224.186 141.099 197.419 108.2 197.419C75.3008 197.419 48.6308 224.186 48.6308 257.203C48.6308 290.221 75.3008 316.987 108.2 316.987ZM325.8 316.987C358.699 316.987 385.369 290.221 385.369 257.203C385.369 224.186 358.699 197.419 325.8 197.419C292.901 197.419 266.231 224.186 266.231 257.203C266.231 290.221 292.901 316.987 325.8 316.987Z",
17288
- fill: "currentColor"
20062
+ d: "M25.6783 6C25.0363 6 24.5207 6.54558 24.5207 7.21239V8.87035H11.7877V7.21239C11.7877 6.54006 11.2668 6 10.6302 6C9.98827 6 9.47263 6.54558 9.47263 7.21239V8.87035H6.99163C6.44373 8.87035 6 9.30933 6 9.85137V12.3707C6 12.9128 6.44373 13.3517 6.99163 13.3517H29.7721C30.32 13.3517 30.7637 12.9128 30.7637 12.3707V9.85137C30.7637 9.30933 30.32 8.87035 29.7721 8.87035H26.8358V7.21239C26.8358 6.54006 26.3149 6 25.6783 6ZM11.4199 11.3978C11.534 11.3504 11.5899 11.2644 11.6143 11.1498C11.5601 11.2412 11.4946 11.3246 11.4199 11.3978Z",
20063
+ fill: "#00BCD4"
20064
+ })), "UnlockedCalendar");
20065
+ var UploadDoc = createSvgIcon(React__default.createElement("svg", {
20066
+ width: "40",
20067
+ height: "40",
20068
+ viewBox: "0 0 40 40",
20069
+ fill: "none",
20070
+ xmlns: "http://www.w3.org/2000/svg"
20071
+ }, React__default.createElement("circle", {
20072
+ cx: "20",
20073
+ cy: "20",
20074
+ r: "20",
20075
+ fill: "#E6F3F8"
20076
+ }), React__default.createElement("path", {
20077
+ d: "M24.5468 7.22124V11.3193C24.5468 12.1682 25.2341 12.8556 26.0793 12.8556L30.1998 12.848V32.7973H9.80362V7.22124H24.5468ZM25.2679 6.09437H9.48434C9.03735 6.09437 8.67676 6.46248 8.67676 6.91323V33.1053C8.67676 33.556 9.03735 33.9241 9.48434 33.9241H30.5154C30.9624 33.9241 31.323 33.556 31.323 33.1053V12.1306C31.323 11.9052 31.1427 11.7212 30.9173 11.7212L26.0718 11.7287C25.8502 11.7287 25.6661 11.5446 25.6661 11.3193V6.5038C25.6661 6.27843 25.4858 6.09437 25.2604 6.09437H25.2679Z",
20078
+ fill: "#6392BD"
20079
+ }), React__default.createElement("path", {
20080
+ d: "M26.7629 10.1964V6.28241C26.7629 6.09835 26.9845 6.0082 27.1122 6.13591L31.2253 10.2527C31.353 10.3804 31.2628 10.602 31.0788 10.602H27.1686C26.9432 10.602 26.7591 10.418 26.7591 10.1926L26.7629 10.1964Z",
20081
+ fill: "#00BCD4"
20082
+ }), React__default.createElement("path", {
20083
+ d: "M23.9311 17.7699L20.1186 14.6672C19.942 14.5245 19.6941 14.5245 19.5176 14.6672L15.6149 17.7699C15.258 18.0516 15.4608 18.6263 15.9116 18.6263H18.0188V25.1057C18.0188 25.3687 18.2329 25.5865 18.4996 25.5865H21.1402C21.4069 25.5865 21.621 25.3724 21.621 25.1057V18.6263H23.6306C24.0814 18.6263 24.2842 18.0591 23.9349 17.7736L23.9311 17.7699Z",
20084
+ fill: "#00BCD4"
20085
+ })), "UploadDoc");
20086
+ var UserFolder = createSvgIcon(React__default.createElement("svg", {
20087
+ width: "40",
20088
+ height: "40",
20089
+ viewBox: "0 0 40 40",
20090
+ fill: "none",
20091
+ xmlns: "http://www.w3.org/2000/svg"
20092
+ }, React__default.createElement("circle", {
20093
+ cx: "20",
20094
+ cy: "20",
20095
+ r: "20",
20096
+ fill: "#E6F3F8"
17289
20097
  }), React__default.createElement("path", {
17290
20098
  "fill-rule": "evenodd",
17291
20099
  "clip-rule": "evenodd",
17292
- d: "M341.38 108.88L312.482 17.6585C308.126 3.90938 293.29 -3.21633 279.982 1.52181C225.805 20.8107 161.249 9.75772 134.888 1.24653C120.74 -3.32134 106.739 5.19064 102.952 18.206L76.4058 109.451C75.3959 112.922 75.1636 116.393 75.5886 119.703H12C5.37258 119.703 0 125.076 0 131.703C0 138.331 5.37258 143.703 12 143.703H406C412.627 143.703 418 138.331 418 131.703C418 125.076 412.627 119.703 406 119.703H342.372C342.822 116.208 342.538 112.536 341.38 108.88ZM99.4504 116.156L125.997 24.9105C126.189 24.2515 126.861 23.8747 127.514 24.0856C156.46 33.4314 226.908 45.8938 288.032 24.1315C288.68 23.9007 289.394 24.2506 289.602 24.9068L318.501 116.128C318.748 116.908 318.166 117.703 317.347 117.703H100.612C99.8058 117.703 99.2251 116.93 99.4504 116.156Z",
17293
- fill: "currentColor"
17294
- })), 'Incognit');
17295
- var Incognit = IncognitIcon;
17296
- var IncognitOutlined = IncognitIconOutlined;
20100
+ d: "M8.74168 15.9606C8.4221 15.9606 8.16406 16.2187 8.16406 16.5383V32.4328C8.16406 32.7524 8.4221 33.0104 8.74168 33.0104H31.2574C31.577 33.0104 31.835 32.7524 31.835 32.4328V20.3364C31.835 20.0168 31.577 19.7587 31.2574 19.7587H23.8104C23.2695 19.7587 22.7501 19.5438 22.3668 19.1605L19.3364 16.1301C19.2286 16.0223 19.0822 15.9606 18.9282 15.9606H8.74168ZM18.699 17.0839L18.6953 17.0839V17.0876L18.699 17.0839ZM9.31566 17.1159H18.6857L21.5468 19.9769C22.1494 20.5795 22.9542 20.914 23.8067 20.914H30.6762V31.8515H9.31566V17.1159Z",
20101
+ fill: "#6392BD"
20102
+ }), React__default.createElement("path", {
20103
+ d: "M19.5845 14.8124C19.7296 14.8124 19.8675 14.8704 19.9691 14.972L22.9917 17.9946C23.3799 18.3829 23.906 18.6006 24.454 18.6006H29.7335C29.9911 18.6006 30.1979 18.3937 30.1979 18.1361L30.1798 7.72585C30.1798 7.31583 29.9222 6.98926 29.6065 6.98926H10.9486C10.6329 6.98926 10.3752 7.31945 10.3752 7.72585V14.3516C10.3752 14.6056 10.5821 14.816 10.8397 14.816L19.5845 14.8124ZM25.0708 9.31878C26.1013 9.31878 26.9359 10.1533 26.9359 11.1838C26.9359 12.2143 26.1013 13.0489 25.0708 13.0489C24.0403 13.0489 23.2057 12.2143 23.2057 11.1838C23.2057 10.1533 24.0403 9.31878 25.0708 9.31878ZM22.2805 15.0011C22.2805 14.3116 22.6397 13.7057 23.1767 13.3573C23.2348 13.3174 23.3146 13.3319 23.3618 13.3864C23.7936 13.8399 24.3995 14.123 25.0708 14.123C25.7421 14.123 26.3481 13.8399 26.7799 13.3864C26.827 13.3356 26.9069 13.3211 26.9649 13.3573C27.5056 13.7057 27.8612 14.3116 27.8612 15.0011V15.7522C27.8612 15.8356 27.7958 15.9009 27.7124 15.9009H22.4256C22.3422 15.9009 22.2768 15.8356 22.2768 15.7522L22.2805 15.0011Z",
20104
+ fill: "#00BCD4"
20105
+ })), "UserFolder");
17297
20106
 
17298
20107
  var AdjuntarArchivo = function AdjuntarArchivo(_ref) {
17299
20108
  var compact = _ref.compact,
@@ -17508,7 +20317,7 @@ var AdjuntarArchivo = function AdjuntarArchivo(_ref) {
17508
20317
  sx: {
17509
20318
  width: "100%"
17510
20319
  }
17511
- })))), React__default.createElement(Box$1, {
20320
+ })))), React__default.createElement(Box$2, {
17512
20321
  display: "flex",
17513
20322
  justifyContent: "center",
17514
20323
  alignItems: "center"
@@ -21955,4 +24764,4 @@ var useDynamicColor = function useDynamicColor(url) {
21955
24764
  };
21956
24765
  };
21957
24766
 
21958
- export { ADCSincoTheme, AdjuntarArchivo, AdproSincoTheme, CardRadio, DrawerComponent as Drawer, DrawerComponent, DynamicColor, EmptyStateComponent as EmptyState, EmptyStateComponent, FooterAction, Incognit, IncognitIcon, IncognitIconOutlined, IncognitOutlined, PageHeaderComponent as PageHeader, PageHeaderComponent, ProgressSinco, SincoTheme, ToastNotification, useDynamicColor };
24767
+ export { ADCSincoTheme, AddCalendar, AdjuntarArchivo, AdproSincoTheme, Ai, BarChart, BarChartHorizontal, BasicCalendar, Books, Box$1 as Box, BoxReceived, Boxes, Brick, Building, BussinesTarget, CalendarUserEvents, Call, CardRadio, Cement, Chat, CheckBill, CheckBillSearch, CheckDocSearch, CheckedCalendar, CircularChart, Click, ClipBoard, ClipBoardUser, Clock, Cloud, Coin, Config, ContactMails, Contacts, Conversation, Coupon, Crane, DaysCalendar, Develop, Diagram, Discount, Doc, DonutChart, DownloadDoc, DrawerComponent as Drawer, DrawerComponent, Drill, DuplicateTemplate, DynamicColor, EmailAddress, EmptyStateComponent as EmptyState, EmptyStateComponent, Engine, ErrorCalendar, ErrorDoc, EventsCalendar, Excavator, ExclamationBox, ExclamationCalendar, Flag, Flow, FooterAction, Gasoline, General, Hammer, Img, Law, Lego, Lift, Location, LockedFolder, Mail, Megaphone, Microphone, MoneyBill, MoneyBillSearch, MoneyDoc, MoneyDocSearch, MountainFlag, Notification, OpenBox, OpenFolder, Padlock, PageHeaderComponent as PageHeader, PageHeaderComponent, PaintRoller, Pdf, PintPot, Ppt, ProgressSinco, Puzzle, QuestionBill, QuestionBillSearch, QuestionBox, QuestionDocSearch, Rar, ReceivedMail, ReloadDoc, SealedBox, SearchCountry, SearchHome, SearchMoney, SearchUser, ShippingBox, Sholve, SincoTheme, Speedometer, StackedChart, StarChart, StartPennant, Support, TextDoc, TextFolder, ToastNotification, ToolBox, TrafficCone, TrendChart, Trolly, TrollyBox, Truck, Txt, UnlockedCalendar, Upload, UploadDoc, UserConfig, UserFolder, Users, WhatsApp, Xls, Zip, useDynamicColor };