@liner-fe/icon 0.2.59 → 0.2.60

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.
Files changed (3) hide show
  1. package/lib/index.d.ts +18 -2
  2. package/lib/index.js +503 -427
  3. package/package.json +3 -3
package/lib/index.js CHANGED
@@ -7,52 +7,52 @@ var IconArrowUpward = /* @__PURE__ */ forwardRef(
7
7
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
8
8
  const iconSize = iconSizeMap[size];
9
9
  if (fill && thick) {
10
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M37.9392 30.0602L24.3535 16.4746C24.1583 16.2793 23.8417 16.2793 23.6464 16.4746L10.0608 30.0602L7.93945 27.9389L21.5251 14.3533C22.8919 12.9864 25.108 12.9864 26.4748 14.3533L40.0605 27.9389L37.9392 30.0602Z", style: { fill: `var(--${type})` } }) });
10
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M37.9392 30.0606L24.3535 16.475C24.1583 16.2797 23.8417 16.2797 23.6464 16.475L10.0608 30.0606L7.93945 27.9393L21.5251 14.3537C22.8919 12.9868 25.108 12.9868 26.4748 14.3537L40.0605 27.9393L37.9392 30.0606Z", style: { fill: `var(--${type})` } }) });
11
11
  } else if (fill) {
12
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M37.9392 30.0602L24.3535 16.4746C24.1583 16.2793 23.8417 16.2793 23.6464 16.4746L10.0608 30.0602L7.93945 27.9389L21.5251 14.3533C22.8919 12.9864 25.108 12.9864 26.4748 14.3533L40.0605 27.9389L37.9392 30.0602Z", style: { fill: `var(--${type})` } }) });
12
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M37.9392 30.0606L24.3535 16.475C24.1583 16.2797 23.8417 16.2797 23.6464 16.475L10.0608 30.0606L7.93945 27.9393L21.5251 14.3537C22.8919 12.9868 25.108 12.9868 26.4748 14.3537L40.0605 27.9393L37.9392 30.0606Z", style: { fill: `var(--${type})` } }) });
13
13
  } else if (thick) {
14
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M37.5857 30.4138L24 16.8281L10.4144 30.4138L7.58594 27.5853L21.1716 13.9997C22.7337 12.4376 25.2663 12.4376 26.8284 13.9997L40.4141 27.5853L37.5857 30.4138Z", style: { fill: `var(--${type})` } }) });
14
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M37.5857 30.4142L24 16.8286L10.4144 30.4142L7.58594 27.5858L21.1716 14.0001C22.7337 12.438 25.2663 12.438 26.8284 14.0001L40.4141 27.5858L37.5857 30.4142Z", style: { fill: `var(--${type})` } }) });
15
15
  }
16
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M37.9392 30.0602L24.3535 16.4746C24.1583 16.2793 23.8417 16.2793 23.6464 16.4746L10.0608 30.0602L7.93945 27.9389L21.5251 14.3533C22.8919 12.9864 25.108 12.9864 26.4748 14.3533L40.0605 27.9389L37.9392 30.0602Z", style: { fill: `var(--${type})` } }) });
16
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M37.9392 30.0606L24.3535 16.475C24.1583 16.2797 23.8417 16.2797 23.6464 16.475L10.0608 30.0606L7.93945 27.9393L21.5251 14.3537C22.8919 12.9868 25.108 12.9868 26.4748 14.3537L40.0605 27.9393L37.9392 30.0606Z", style: { fill: `var(--${type})` } }) });
17
17
  }
18
18
  );
19
19
  var IconArrowDownward = /* @__PURE__ */ forwardRef(
20
20
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
21
21
  const iconSize = iconSizeMap[size];
22
22
  if (fill && thick) {
23
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.0608 17.9375L23.6464 31.5231C23.8417 31.7184 24.1583 31.7184 24.3535 31.5232L37.9392 17.9375L40.0605 20.0588L26.4748 33.6445C25.108 35.0113 22.8919 35.0113 21.5251 33.6445L7.93945 20.0588L10.0608 17.9375Z", style: { fill: `var(--${type})` } }) });
23
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.0608 17.9393L23.6464 31.525C23.8417 31.7202 24.1583 31.7202 24.3535 31.525L37.9392 17.9393L40.0605 20.0607L26.4748 33.6463C25.108 35.0131 22.8919 35.0131 21.5251 33.6463L7.93945 20.0607L10.0608 17.9393Z", style: { fill: `var(--${type})` } }) });
24
24
  } else if (fill) {
25
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.0608 17.9375L23.6464 31.5231C23.8417 31.7184 24.1583 31.7184 24.3535 31.5232L37.9392 17.9375L40.0605 20.0588L26.4748 33.6445C25.108 35.0113 22.8919 35.0113 21.5251 33.6445L7.93945 20.0588L10.0608 17.9375Z", style: { fill: `var(--${type})` } }) });
25
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.0608 17.9393L23.6464 31.525C23.8417 31.7202 24.1583 31.7202 24.3535 31.525L37.9392 17.9393L40.0605 20.0607L26.4748 33.6463C25.108 35.0131 22.8919 35.0131 21.5251 33.6463L7.93945 20.0607L10.0608 17.9393Z", style: { fill: `var(--${type})` } }) });
26
26
  } else if (thick) {
27
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.4141 17.5859L23.9998 31.1716L37.5854 17.5859L40.4138 20.4144L26.8282 34C25.2661 35.5621 22.7334 35.5621 21.1713 34L7.58569 20.4144L10.4141 17.5859Z", style: { fill: `var(--${type})` } }) });
27
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.4141 17.5858L23.9998 31.1714L37.5854 17.5858L40.4138 20.4142L26.8282 33.9999C25.2661 35.562 22.7334 35.562 21.1713 33.9999L7.58569 20.4142L10.4141 17.5858Z", style: { fill: `var(--${type})` } }) });
28
28
  }
29
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.0608 17.9375L23.6464 31.5231C23.8417 31.7184 24.1583 31.7184 24.3535 31.5232L37.9392 17.9375L40.0605 20.0588L26.4748 33.6445C25.108 35.0113 22.8919 35.0113 21.5251 33.6445L7.93945 20.0588L10.0608 17.9375Z", style: { fill: `var(--${type})` } }) });
29
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.0608 17.9393L23.6464 31.525C23.8417 31.7202 24.1583 31.7202 24.3535 31.525L37.9392 17.9393L40.0605 20.0607L26.4748 33.6463C25.108 35.0131 22.8919 35.0131 21.5251 33.6463L7.93945 20.0607L10.0608 17.9393Z", style: { fill: `var(--${type})` } }) });
30
30
  }
31
31
  );
32
32
  var IconArrowBack = /* @__PURE__ */ forwardRef(
33
33
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
34
34
  const iconSize = iconSizeMap[size];
35
35
  if (fill && thick) {
36
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M30.0607 37.9372L16.4751 24.3516C16.2798 24.1563 16.2798 23.8397 16.4751 23.6445L30.0607 10.0588L27.9394 7.9375L14.3537 21.5231C12.9869 22.89 12.9869 25.1061 14.3537 26.4729L27.9394 40.0585L30.0607 37.9372Z", style: { fill: `var(--${type})` } }) });
36
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M30.0607 37.9391L16.4751 24.3534C16.2798 24.1581 16.2798 23.8416 16.4751 23.6463L30.0607 10.0607L27.9394 7.93933L14.3537 21.525C12.9869 22.8918 12.9869 25.1079 14.3537 26.4747L27.9394 40.0604L30.0607 37.9391Z", style: { fill: `var(--${type})` } }) });
37
37
  } else if (fill) {
38
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M30.0607 37.9372L16.4751 24.3516C16.2798 24.1563 16.2798 23.8397 16.4751 23.6445L30.0607 10.0588L27.9394 7.9375L14.3537 21.5231C12.9869 22.89 12.9869 25.1061 14.3537 26.4729L27.9394 40.0585L30.0607 37.9372Z", style: { fill: `var(--${type})` } }) });
38
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M30.0607 37.9391L16.4751 24.3534C16.2798 24.1581 16.2798 23.8416 16.4751 23.6463L30.0607 10.0607L27.9394 7.93933L14.3537 21.525C12.9869 22.8918 12.9869 25.1079 14.3537 26.4747L27.9394 40.0604L30.0607 37.9391Z", style: { fill: `var(--${type})` } }) });
39
39
  } else if (thick) {
40
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M30.4143 10.4144L16.8286 24L30.4143 37.5857L27.5858 40.4141L14.0002 26.8284C12.4381 25.2663 12.4381 22.7337 14.0002 21.1716L27.5858 7.58594L30.4143 10.4144Z", style: { fill: `var(--${type})` } }) });
40
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M30.4143 10.4142L16.8286 23.9999L30.4143 37.5855L27.5858 40.414L14.0002 26.8283C12.4381 25.2662 12.4381 22.7336 14.0002 21.1715L27.5858 7.58582L30.4143 10.4142Z", style: { fill: `var(--${type})` } }) });
41
41
  }
42
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M30.0607 37.9372L16.4751 24.3516C16.2798 24.1563 16.2798 23.8397 16.4751 23.6445L30.0607 10.0588L27.9394 7.9375L14.3537 21.5231C12.9869 22.89 12.9869 25.1061 14.3537 26.4729L27.9394 40.0585L30.0607 37.9372Z", style: { fill: `var(--${type})` } }) });
42
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M30.0607 37.9391L16.4751 24.3534C16.2798 24.1581 16.2798 23.8416 16.4751 23.6463L30.0607 10.0607L27.9394 7.93933L14.3537 21.525C12.9869 22.8918 12.9869 25.1079 14.3537 26.4747L27.9394 40.0604L30.0607 37.9391Z", style: { fill: `var(--${type})` } }) });
43
43
  }
44
44
  );
45
45
  var IconArrowForward = /* @__PURE__ */ forwardRef(
46
46
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
47
47
  const iconSize = iconSizeMap[size];
48
48
  if (fill && thick) {
49
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.9392 37.9372L31.5249 24.3516C31.7201 24.1563 31.7201 23.8397 31.5249 23.6445L17.9392 10.0588L20.0605 7.9375L33.6462 21.5231C35.013 22.89 35.013 25.1061 33.6462 26.4729L20.0605 40.0585L17.9392 37.9372Z", style: { fill: `var(--${type})` } }) });
49
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.9392 37.9389L31.5249 24.3532C31.7201 24.158 31.7201 23.8414 31.5249 23.6461L17.9392 10.0605L20.0605 7.93915L33.6462 21.5248C35.013 22.8916 35.013 25.1077 33.6462 26.4745L20.0605 40.0602L17.9392 37.9389Z", style: { fill: `var(--${type})` } }) });
50
50
  } else if (fill) {
51
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.9392 37.9372L31.5249 24.3516C31.7201 24.1563 31.7201 23.8397 31.5249 23.6445L17.9392 10.0588L20.0605 7.9375L33.6462 21.5231C35.013 22.89 35.013 25.1061 33.6462 26.4729L20.0605 40.0585L17.9392 37.9372Z", style: { fill: `var(--${type})` } }) });
51
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.9392 37.9389L31.5249 24.3532C31.7201 24.158 31.7201 23.8414 31.5249 23.6461L17.9392 10.0605L20.0605 7.93915L33.6462 21.5248C35.013 22.8916 35.013 25.1077 33.6462 26.4745L20.0605 40.0602L17.9392 37.9389Z", style: { fill: `var(--${type})` } }) });
52
52
  } else if (thick) {
53
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.5857 37.5857L31.1713 24L17.5857 10.4144L20.4141 7.58594L33.9998 21.1716C35.5619 22.7337 35.5619 25.2663 33.9998 26.8284L20.4141 40.4141L17.5857 37.5857Z", style: { fill: `var(--${type})` } }) });
53
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.5857 37.5853L31.1713 23.9996L17.5857 10.414L20.4141 7.58557L33.9998 21.1712C35.5619 22.7333 35.5619 25.266 33.9998 26.8281L20.4141 40.4137L17.5857 37.5853Z", style: { fill: `var(--${type})` } }) });
54
54
  }
55
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.9392 37.9372L31.5249 24.3516C31.7201 24.1563 31.7201 23.8397 31.5249 23.6445L17.9392 10.0588L20.0605 7.9375L33.6462 21.5231C35.013 22.89 35.013 25.1061 33.6462 26.4729L20.0605 40.0585L17.9392 37.9372Z", style: { fill: `var(--${type})` } }) });
55
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.9392 37.9389L31.5249 24.3532C31.7201 24.158 31.7201 23.8414 31.5249 23.6461L17.9392 10.0605L20.0605 7.93915L33.6462 21.5248C35.013 22.8916 35.013 25.1077 33.6462 26.4745L20.0605 40.0602L17.9392 37.9389Z", style: { fill: `var(--${type})` } }) });
56
56
  }
57
57
  );
58
58
  var IconDropUp = /* @__PURE__ */ forwardRef(
@@ -61,11 +61,11 @@ var IconDropUp = /* @__PURE__ */ forwardRef(
61
61
  if (fill && thick) {
62
62
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M12.3284 29.1716L35.5 29.1716C36.3909 29.1716 36.8371 28.0944 36.2071 27.4645L25.3284 16.5858C24.5474 15.8047 23.281 15.8047 22.5 16.5858L11.6213 27.4645C10.9913 28.0944 11.4375 29.1716 12.3284 29.1716Z", style: { fill: `var(--${type})` } }) });
63
63
  } else if (fill) {
64
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M21.5253 17.3516L10.9395 27.9375L13.0608 30.0588L23.6467 19.4729C23.8419 19.2779 24.1586 19.2778 24.3538 19.4729L34.9397 30.0588L37.061 27.9375L26.4751 17.3516C25.1083 15.9849 22.8922 15.985 21.5253 17.3516Z", style: { fill: `var(--${type})` } }) });
64
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M21.5253 17.3533L10.9395 27.9392L13.0608 30.0605L23.6467 19.4746C23.8419 19.2796 24.1586 19.2795 24.3538 19.4746L34.9397 30.0605L37.061 27.9392L26.4751 17.3533C25.1083 15.9866 22.8922 15.9867 21.5253 17.3533Z", style: { fill: `var(--${type})` } }) });
65
65
  } else if (thick) {
66
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M21.5253 17.3516L10.9395 27.9375L13.0608 30.0588L23.6467 19.4729C23.8419 19.2779 24.1586 19.2778 24.3538 19.4729L34.9397 30.0588L37.061 27.9375L26.4751 17.3516C25.1083 15.9849 22.8922 15.985 21.5253 17.3516Z", style: { fill: `var(--${type})` } }) });
66
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M21.5253 17.3533L10.9395 27.9392L13.0608 30.0605L23.6467 19.4746C23.8419 19.2796 24.1586 19.2795 24.3538 19.4746L34.9397 30.0605L37.061 27.9392L26.4751 17.3533C25.1083 15.9866 22.8922 15.9867 21.5253 17.3533Z", style: { fill: `var(--${type})` } }) });
67
67
  }
68
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M21.5253 17.3516L10.9395 27.9375L13.0608 30.0588L23.6467 19.4729C23.8419 19.2779 24.1586 19.2778 24.3538 19.4729L34.9397 30.0588L37.061 27.9375L26.4751 17.3516C25.1083 15.9849 22.8922 15.985 21.5253 17.3516Z", style: { fill: `var(--${type})` } }) });
68
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M21.5253 17.3533L10.9395 27.9392L13.0608 30.0605L23.6467 19.4746C23.8419 19.2796 24.1586 19.2795 24.3538 19.4746L34.9397 30.0605L37.061 27.9392L26.4751 17.3533C25.1083 15.9866 22.8922 15.9867 21.5253 17.3533Z", style: { fill: `var(--${type})` } }) });
69
69
  }
70
70
  );
71
71
  var IconDropDown = /* @__PURE__ */ forwardRef(
@@ -74,11 +74,11 @@ var IconDropDown = /* @__PURE__ */ forwardRef(
74
74
  if (fill && thick) {
75
75
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M35.5 17H12.3284C11.4375 17 10.9913 18.0771 11.6213 18.7071L22.5 29.5858C23.281 30.3668 24.5474 30.3668 25.3284 29.5858L36.2071 18.7071C36.8371 18.0771 36.3909 17 35.5 17Z", style: { fill: `var(--${type})` } }) });
76
76
  } else if (fill) {
77
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M21.5253 30.6484L10.9395 20.0625L13.0608 17.9412L23.6467 28.5271C23.8419 28.7221 24.1586 28.7222 24.3538 28.5271L34.9397 17.9412L37.061 20.0625L26.4751 30.6484C25.1083 32.0151 22.8922 32.015 21.5253 30.6484Z", style: { fill: `var(--${type})` } }) });
77
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M21.5253 30.6464L10.9395 20.0605L13.0608 17.9392L23.6467 28.5251C23.8419 28.7201 24.1586 28.7203 24.3538 28.5251L34.9397 17.9392L37.061 20.0605L26.4751 30.6464C25.1083 32.0132 22.8922 32.013 21.5253 30.6464Z", style: { fill: `var(--${type})` } }) });
78
78
  } else if (thick) {
79
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M21.5253 30.6484L10.9395 20.0625L13.0608 17.9412L23.6467 28.5271C23.8419 28.7221 24.1586 28.7222 24.3538 28.5271L34.9397 17.9412L37.061 20.0625L26.4751 30.6484C25.1083 32.0151 22.8922 32.015 21.5253 30.6484Z", style: { fill: `var(--${type})` } }) });
79
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M21.5253 30.6464L10.9395 20.0605L13.0608 17.9392L23.6467 28.5251C23.8419 28.7201 24.1586 28.7203 24.3538 28.5251L34.9397 17.9392L37.061 20.0605L26.4751 30.6464C25.1083 32.0132 22.8922 32.013 21.5253 30.6464Z", style: { fill: `var(--${type})` } }) });
80
80
  }
81
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M21.5253 30.6484L10.9395 20.0625L13.0608 17.9412L23.6467 28.5271C23.8419 28.7221 24.1586 28.7222 24.3538 28.5271L34.9397 17.9412L37.061 20.0625L26.4751 30.6484C25.1083 32.0151 22.8922 32.015 21.5253 30.6484Z", style: { fill: `var(--${type})` } }) });
81
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M21.5253 30.6464L10.9395 20.0605L13.0608 17.9392L23.6467 28.5251C23.8419 28.7201 24.1586 28.7203 24.3538 28.5251L34.9397 17.9392L37.061 20.0605L26.4751 30.6464C25.1083 32.0132 22.8922 32.013 21.5253 30.6464Z", style: { fill: `var(--${type})` } }) });
82
82
  }
83
83
  );
84
84
  var IconArrowBackward = /* @__PURE__ */ forwardRef(
@@ -87,37 +87,37 @@ var IconArrowBackward = /* @__PURE__ */ forwardRef(
87
87
  if (fill && thick) {
88
88
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M29.1716 35.6716L29.1716 12.5001C29.1716 11.6091 28.0944 11.163 27.4645 11.7929L16.5858 22.6716C15.8047 23.4527 15.8047 24.719 16.5858 25.5001L27.4645 36.3787C28.0944 37.0087 29.1716 36.5625 29.1716 35.6716Z", style: { fill: `var(--${type})` } }) });
89
89
  } else if (fill) {
90
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M30.0605 13.0588L19.4748 23.6445C19.2796 23.8397 19.2796 24.1563 19.4748 24.3516L30.0605 34.9372L27.9391 37.0585L17.3535 26.4729C15.9867 25.1061 15.9867 22.89 17.3535 21.5231L27.9391 10.9375L30.0605 13.0588Z", style: { fill: `var(--${type})` } }) });
90
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M30.0605 13.0608L19.4748 23.6464C19.2796 23.8417 19.2796 24.1583 19.4748 24.3535L30.0605 34.9392L27.9391 37.0605L17.3535 26.4748C15.9867 25.108 15.9867 22.8919 17.3535 21.5251L27.9391 10.9395L30.0605 13.0608Z", style: { fill: `var(--${type})` } }) });
91
91
  } else if (thick) {
92
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M30.0605 13.0588L19.4748 23.6445C19.2796 23.8397 19.2796 24.1563 19.4748 24.3516L30.0605 34.9372L27.9391 37.0585L17.3535 26.4729C15.9867 25.1061 15.9867 22.89 17.3535 21.5231L27.9391 10.9375L30.0605 13.0588Z", style: { fill: `var(--${type})` } }) });
92
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M30.0605 13.0608L19.4748 23.6464C19.2796 23.8417 19.2796 24.1583 19.4748 24.3535L30.0605 34.9392L27.9391 37.0605L17.3535 26.4748C15.9867 25.108 15.9867 22.8919 17.3535 21.5251L27.9391 10.9395L30.0605 13.0608Z", style: { fill: `var(--${type})` } }) });
93
93
  }
94
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M30.0605 13.0588L19.4748 23.6445C19.2796 23.8397 19.2796 24.1563 19.4748 24.3516L30.0605 34.9372L27.9391 37.0585L17.3535 26.4729C15.9867 25.1061 15.9867 22.89 17.3535 21.5231L27.9391 10.9375L30.0605 13.0588Z", style: { fill: `var(--${type})` } }) });
94
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M30.0605 13.0608L19.4748 23.6464C19.2796 23.8417 19.2796 24.1583 19.4748 24.3535L30.0605 34.9392L27.9391 37.0605L17.3535 26.4748C15.9867 25.108 15.9867 22.8919 17.3535 21.5251L27.9391 10.9395L30.0605 13.0608Z", style: { fill: `var(--${type})` } }) });
95
95
  }
96
96
  );
97
97
  var IconArrowDropRight = /* @__PURE__ */ forwardRef(
98
98
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
99
99
  const iconSize = iconSizeMap[size];
100
100
  if (fill && thick) {
101
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M17 12.502L17 35.6736C17 36.5645 18.0771 37.0107 18.7071 36.3807L29.5858 25.502C30.3668 24.721 30.3668 23.4546 29.5858 22.6736L18.7071 11.7949C18.0771 11.1649 17 11.6111 17 12.502Z", style: { fill: `var(--${type})` } }) });
101
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M17 12.5001L17 35.6716C17 36.5625 18.0771 37.0087 18.7071 36.3787L29.5858 25.5001C30.3668 24.719 30.3668 23.4527 29.5858 22.6716L18.7071 11.7929C18.0771 11.163 17 11.6091 17 12.5001Z", style: { fill: `var(--${type})` } }) });
102
102
  } else if (fill) {
103
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.9392 34.9372L28.5249 24.3516C28.7201 24.1563 28.7201 23.8397 28.5249 23.6445L17.9392 13.0588L20.0605 10.9375L30.6462 21.5231C32.013 22.89 32.013 25.1061 30.6462 26.4729L20.0605 37.0585L17.9392 34.9372Z", style: { fill: `var(--${type})` } }) });
103
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.9392 34.9391L28.5249 24.3534C28.7201 24.1581 28.7201 23.8416 28.5249 23.6463L17.9392 13.0607L20.0605 10.9393L30.6462 21.525C32.013 22.8918 32.013 25.1079 30.6462 26.4747L20.0605 37.0604L17.9392 34.9391Z", style: { fill: `var(--${type})` } }) });
104
104
  } else if (thick) {
105
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.9392 34.9372L28.5249 24.3516C28.7201 24.1563 28.7201 23.8397 28.5249 23.6445L17.9392 13.0588L20.0605 10.9375L30.6462 21.5231C32.013 22.89 32.013 25.1061 30.6462 26.4729L20.0605 37.0585L17.9392 34.9372Z", style: { fill: `var(--${type})` } }) });
105
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.9392 34.9391L28.5249 24.3534C28.7201 24.1581 28.7201 23.8416 28.5249 23.6463L17.9392 13.0607L20.0605 10.9393L30.6462 21.525C32.013 22.8918 32.013 25.1079 30.6462 26.4747L20.0605 37.0604L17.9392 34.9391Z", style: { fill: `var(--${type})` } }) });
106
106
  }
107
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.9392 34.9372L28.5249 24.3516C28.7201 24.1563 28.7201 23.8397 28.5249 23.6445L17.9392 13.0588L20.0605 10.9375L30.6462 21.5231C32.013 22.89 32.013 25.1061 30.6462 26.4729L20.0605 37.0585L17.9392 34.9372Z", style: { fill: `var(--${type})` } }) });
107
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.9392 34.9391L28.5249 24.3534C28.7201 24.1581 28.7201 23.8416 28.5249 23.6463L17.9392 13.0607L20.0605 10.9393L30.6462 21.525C32.013 22.8918 32.013 25.1079 30.6462 26.4747L20.0605 37.0604L17.9392 34.9391Z", style: { fill: `var(--${type})` } }) });
108
108
  }
109
109
  );
110
110
  var IconArrowUp = /* @__PURE__ */ forwardRef(
111
111
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
112
112
  const iconSize = iconSizeMap[size];
113
113
  if (fill && thick) {
114
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M25.4999 11.6207L36.5174 22.6382L38.6387 20.5168L26.4751 8.35325C25.1083 6.98642 22.8922 6.98642 21.5254 8.35325L9.36182 20.5168L11.4831 22.6382L22.4999 11.6213V41.0003H25.4999V11.6207Z", style: { fill: `var(--${type})` } }) });
114
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M25.4999 11.6208L36.5174 22.6383L38.6387 20.517L26.4751 8.35337C25.1083 6.98654 22.8922 6.98654 21.5254 8.35337L9.36182 20.517L11.4831 22.6383L22.4999 11.6215V41.0005H25.4999V11.6208Z", style: { fill: `var(--${type})` } }) });
115
115
  } else if (fill) {
116
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M25.4999 11.6207L36.5174 22.6382L38.6387 20.5168L26.4751 8.35325C25.1083 6.98642 22.8922 6.98642 21.5254 8.35325L9.36182 20.5168L11.4831 22.6382L22.4999 11.6213V41.0003H25.4999V11.6207Z", style: { fill: `var(--${type})` } }) });
116
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M25.4999 11.6208L36.5174 22.6383L38.6387 20.517L26.4751 8.35337C25.1083 6.98654 22.8922 6.98654 21.5254 8.35337L9.36182 20.517L11.4831 22.6383L22.4999 11.6215V41.0005H25.4999V11.6208Z", style: { fill: `var(--${type})` } }) });
117
117
  } else if (thick) {
118
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M26 12.8278L36.1639 22.9917L38.9923 20.1633L26.8287 7.9997C25.2666 6.4376 22.734 6.4376 21.1719 7.9997L9.0083 20.1633L11.8367 22.9917L22 12.8285V41.0003H26V12.8278Z", style: { fill: `var(--${type})` } }) });
118
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M26 12.8279L36.1639 22.9918L38.9923 20.1634L26.8287 7.99982C25.2666 6.43772 22.734 6.43772 21.1719 7.99982L9.0083 20.1634L11.8367 22.9918L22 12.8286V41.0005H26V12.8279Z", style: { fill: `var(--${type})` } }) });
119
119
  }
120
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M25.4999 11.6207L36.5174 22.6382L38.6387 20.5168L26.4751 8.35325C25.1083 6.98642 22.8922 6.98642 21.5254 8.35325L9.36182 20.5168L11.4831 22.6382L22.4999 11.6213V41.0003H25.4999V11.6207Z", style: { fill: `var(--${type})` } }) });
120
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M25.4999 11.6208L36.5174 22.6383L38.6387 20.517L26.4751 8.35337C25.1083 6.98654 22.8922 6.98654 21.5254 8.35337L9.36182 20.517L11.4831 22.6383L22.4999 11.6215V41.0005H25.4999V11.6208Z", style: { fill: `var(--${type})` } }) });
121
121
  }
122
122
  );
123
123
  var IconArrowDown = /* @__PURE__ */ forwardRef(
@@ -137,39 +137,39 @@ var IconArrowLeft = /* @__PURE__ */ forwardRef(
137
137
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
138
138
  const iconSize = iconSizeMap[size];
139
139
  if (fill && thick) {
140
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M11.6219 22.4977L22.6389 11.4807L20.5176 9.35938L8.35398 21.523C6.98715 22.8898 6.98715 25.1059 8.35398 26.4727L20.5176 38.6363L22.6389 36.515L11.6216 25.4977L41.0001 25.4977L41.0001 22.4977L11.6219 22.4977Z", style: { fill: `var(--${type})` } }) });
140
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M11.6219 22.499L22.6389 11.482L20.5176 9.36072L8.35398 21.5243C6.98715 22.8911 6.98715 25.1072 8.35398 26.474L20.5176 38.6376L22.6389 36.5163L11.6216 25.499L41.0001 25.499L41.0001 22.499L11.6219 22.499Z", style: { fill: `var(--${type})` } }) });
141
141
  } else if (fill) {
142
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M11.6219 22.4977L22.6389 11.4807L20.5176 9.35938L8.35398 21.523C6.98715 22.8898 6.98715 25.1059 8.35398 26.4727L20.5176 38.6363L22.6389 36.515L11.6216 25.4977L41.0001 25.4977L41.0001 22.4977L11.6219 22.4977Z", style: { fill: `var(--${type})` } }) });
142
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M11.6219 22.499L22.6389 11.482L20.5176 9.36072L8.35398 21.5243C6.98715 22.8911 6.98715 25.1072 8.35398 26.474L20.5176 38.6376L22.6389 36.5163L11.6216 25.499L41.0001 25.499L41.0001 22.499L11.6219 22.499Z", style: { fill: `var(--${type})` } }) });
143
143
  } else if (thick) {
144
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M12.829 21.9997L22.9924 11.8362L20.164 9.00781L8.00043 21.1714C6.43833 22.7335 6.43833 25.2662 8.00043 26.8282L20.164 38.9918L22.9924 36.1634L12.8287 25.9997L41.0001 25.9997L41.0001 21.9997L12.829 21.9997Z", style: { fill: `var(--${type})` } }) });
144
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M12.829 21.9991L22.9924 11.8356L20.164 9.0072L8.00043 21.1708C6.43833 22.7329 6.43833 25.2655 8.00043 26.8276L20.164 38.9912L22.9924 36.1628L12.8287 25.9991L41.0001 25.9991L41.0001 21.9991L12.829 21.9991Z", style: { fill: `var(--${type})` } }) });
145
145
  }
146
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M11.6219 22.4977L22.6389 11.4807L20.5176 9.35938L8.35398 21.523C6.98715 22.8898 6.98715 25.1059 8.35398 26.4727L20.5176 38.6363L22.6389 36.515L11.6216 25.4977L41.0001 25.4977L41.0001 22.4977L11.6219 22.4977Z", style: { fill: `var(--${type})` } }) });
146
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M11.6219 22.499L22.6389 11.482L20.5176 9.36072L8.35398 21.5243C6.98715 22.8911 6.98715 25.1072 8.35398 26.474L20.5176 38.6376L22.6389 36.5163L11.6216 25.499L41.0001 25.499L41.0001 22.499L11.6219 22.499Z", style: { fill: `var(--${type})` } }) });
147
147
  }
148
148
  );
149
149
  var IconArrowRight = /* @__PURE__ */ forwardRef(
150
150
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
151
151
  const iconSize = iconSizeMap[size];
152
152
  if (fill && thick) {
153
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M36.3777 25.5024L25.3612 36.5189L27.4825 38.6402L39.6461 26.4766C41.013 25.1098 41.013 22.8937 39.6461 21.5269L27.4825 9.36328L25.3612 11.4846L36.379 22.5024L7 22.5024V25.5024H36.3777Z", style: { fill: `var(--${type})` } }) });
153
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M36.3777 25.5004L25.3612 36.5169L27.4825 38.6382L39.6461 26.4747C41.013 25.1078 41.013 22.8917 39.6461 21.5249L27.4825 9.36133L25.3612 11.4826L36.379 22.5004L7 22.5004V25.5004H36.3777Z", style: { fill: `var(--${type})` } }) });
154
154
  } else if (fill) {
155
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M36.3777 25.5024L25.3612 36.5189L27.4825 38.6402L39.6461 26.4766C41.013 25.1098 41.013 22.8937 39.6461 21.5269L27.4825 9.36328L25.3612 11.4846L36.379 22.5024L7 22.5024V25.5024H36.3777Z", style: { fill: `var(--${type})` } }) });
155
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M36.3777 25.5004L25.3612 36.5169L27.4825 38.6382L39.6461 26.4747C41.013 25.1078 41.013 22.8917 39.6461 21.5249L27.4825 9.36133L25.3612 11.4826L36.379 22.5004L7 22.5004V25.5004H36.3777Z", style: { fill: `var(--${type})` } }) });
156
156
  } else if (thick) {
157
157
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M35.1706 26.0005L25.0077 36.1634L27.8361 38.9918L39.9997 26.8283C41.5618 25.2662 41.5618 22.7335 39.9997 21.1714L27.8361 9.00781L25.0077 11.8362L35.1719 22.0005L7 22.0005V26.0005L35.1706 26.0005Z", style: { fill: `var(--${type})` } }) });
158
158
  }
159
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M36.3777 25.5024L25.3612 36.5189L27.4825 38.6402L39.6461 26.4766C41.013 25.1098 41.013 22.8937 39.6461 21.5269L27.4825 9.36328L25.3612 11.4846L36.379 22.5024L7 22.5024V25.5024H36.3777Z", style: { fill: `var(--${type})` } }) });
159
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M36.3777 25.5004L25.3612 36.5169L27.4825 38.6382L39.6461 26.4747C41.013 25.1078 41.013 22.8917 39.6461 21.5249L27.4825 9.36133L25.3612 11.4826L36.379 22.5004L7 22.5004V25.5004H36.3777Z", style: { fill: `var(--${type})` } }) });
160
160
  }
161
161
  );
162
162
  var IconMove = /* @__PURE__ */ forwardRef(
163
163
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
164
164
  const iconSize = iconSizeMap[size];
165
165
  if (fill && thick) {
166
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M37.4295 20.5001L27.7557 30.1738L29.8771 32.2951L40.6464 21.5258C42.0133 20.1589 42.0133 17.9429 40.6464 16.576L29.8771 5.80664L27.7557 7.92796L37.3279 17.5001H10C8.067 17.5001 6.5 19.0671 6.5 21.0001V42.0001H9.5V21.0001C9.5 20.724 9.72386 20.5001 10 20.5001H37.4295Z", style: { fill: `var(--${type})` } }) });
166
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M37.4295 20.5L27.7557 30.1737L29.8771 32.295L40.6464 21.5256C42.0133 20.1588 42.0133 17.9427 40.6464 16.5759L29.8771 5.80652L27.7557 7.92784L37.3279 17.5H10C8.067 17.5 6.5 19.067 6.5 21V42H9.5V21C9.5 20.7238 9.72386 20.5 10 20.5H37.4295Z", style: { fill: `var(--${type})` } }) });
167
167
  } else if (fill) {
168
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M37.4295 20.5001L27.7557 30.1738L29.8771 32.2951L40.6464 21.5258C42.0133 20.1589 42.0133 17.9429 40.6464 16.576L29.8771 5.80664L27.7557 7.92796L37.3279 17.5001H10C8.067 17.5001 6.5 19.0671 6.5 21.0001V42.0001H9.5V21.0001C9.5 20.724 9.72386 20.5001 10 20.5001H37.4295Z", style: { fill: `var(--${type})` } }) });
168
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M37.4295 20.5L27.7557 30.1737L29.8771 32.295L40.6464 21.5256C42.0133 20.1588 42.0133 17.9427 40.6464 16.5759L29.8771 5.80652L27.7557 7.92784L37.3279 17.5H10C8.067 17.5 6.5 19.067 6.5 21V42H9.5V21C9.5 20.7238 9.72386 20.5 10 20.5H37.4295Z", style: { fill: `var(--${type})` } }) });
169
169
  } else if (thick) {
170
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M36.2224 21.0002L27.4022 29.8203L30.2306 32.6487L41 21.8794C42.5621 20.3173 42.5621 17.7846 41 16.2225L30.2306 5.45312L27.4022 8.28155L36.1208 17.0002H10C7.79086 17.0002 6 18.791 6 21.0002V42.5002H10V21.0002H36.2224Z", style: { fill: `var(--${type})` } }) });
170
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M36.2224 21L27.4022 29.8202L30.2306 32.6486L41 21.8792C42.5621 20.3171 42.5621 17.7845 41 16.2224L30.2306 5.453L27.4022 8.28143L36.1208 17H10C7.79086 17 6 18.7909 6 21V42.5H10V21H36.2224Z", style: { fill: `var(--${type})` } }) });
171
171
  }
172
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M37.4295 20.5001L27.7557 30.1738L29.8771 32.2951L40.6464 21.5258C42.0133 20.1589 42.0133 17.9429 40.6464 16.576L29.8771 5.80664L27.7557 7.92796L37.3279 17.5001H10C8.067 17.5001 6.5 19.0671 6.5 21.0001V42.0001H9.5V21.0001C9.5 20.724 9.72386 20.5001 10 20.5001H37.4295Z", style: { fill: `var(--${type})` } }) });
172
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M37.4295 20.5L27.7557 30.1737L29.8771 32.295L40.6464 21.5256C42.0133 20.1588 42.0133 17.9427 40.6464 16.5759L29.8771 5.80652L27.7557 7.92784L37.3279 17.5H10C8.067 17.5 6.5 19.067 6.5 21V42H9.5V21C9.5 20.7238 9.72386 20.5 10 20.5H37.4295Z", style: { fill: `var(--${type})` } }) });
173
173
  }
174
174
  );
175
175
  var IconArrowTurn = /* @__PURE__ */ forwardRef(
@@ -215,23 +215,23 @@ var IconEnd = /* @__PURE__ */ forwardRef(
215
215
  const iconSize = iconSizeMap[size];
216
216
  if (fill && thick) {
217
217
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
218
- /* @__PURE__ */ jsx("path", { d: "M43.043 7.99935L43.043 40L40.043 40L40.043 7.99935L43.043 7.99935Z", style: { fill: `var(--${type})` } }),
219
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.97867 25.5L20.4179 35.9392L18.2966 38.0605L6.52506 26.289C5.15822 24.9222 5.15822 22.7061 6.52506 21.3393L18.2966 9.56776L20.4179 11.6891L9.60697 22.5L34.543 22.5L34.543 25.5L9.97867 25.5ZM8.54297 23.6109L8.54297 24.0174C8.48558 23.8884 8.48558 23.74 8.54297 23.6109Z", style: { fill: `var(--${type})` } })
218
+ /* @__PURE__ */ jsx("path", { d: "M43.043 7.99984L43.043 40.0005L40.043 40.0005L40.043 7.99984L43.043 7.99984Z", style: { fill: `var(--${type})` } }),
219
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.97867 25.5005L20.4179 35.9397L18.2966 38.061L6.52506 26.2895C5.15822 24.9227 5.15822 22.7066 6.52506 21.3398L18.2966 9.56825L20.4179 11.6896L9.60697 22.5005L34.543 22.5005L34.543 25.5005L9.97867 25.5005ZM8.54297 23.6114L8.54297 24.0179C8.48558 23.8888 8.48558 23.7404 8.54297 23.6114Z", style: { fill: `var(--${type})` } })
220
220
  ] });
221
221
  } else if (fill) {
222
222
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
223
- /* @__PURE__ */ jsx("path", { d: "M43.043 7.99935L43.043 40L40.043 40L40.043 7.99935L43.043 7.99935Z", style: { fill: `var(--${type})` } }),
224
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.97867 25.5L20.4179 35.9392L18.2966 38.0605L6.52506 26.289C5.15822 24.9222 5.15822 22.7061 6.52506 21.3393L18.2966 9.56776L20.4179 11.6891L9.60697 22.5L34.543 22.5L34.543 25.5L9.97867 25.5ZM8.54297 23.6109L8.54297 24.0174C8.48558 23.8884 8.48558 23.74 8.54297 23.6109Z", style: { fill: `var(--${type})` } })
223
+ /* @__PURE__ */ jsx("path", { d: "M43.043 7.99984L43.043 40.0005L40.043 40.0005L40.043 7.99984L43.043 7.99984Z", style: { fill: `var(--${type})` } }),
224
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.97867 25.5005L20.4179 35.9397L18.2966 38.061L6.52506 26.2895C5.15822 24.9227 5.15822 22.7066 6.52506 21.3398L18.2966 9.56825L20.4179 11.6896L9.60697 22.5005L34.543 22.5005L34.543 25.5005L9.97867 25.5005ZM8.54297 23.6114L8.54297 24.0179C8.48558 23.8888 8.48558 23.7404 8.54297 23.6114Z", style: { fill: `var(--${type})` } })
225
225
  ] });
226
226
  } else if (thick) {
227
227
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
228
- /* @__PURE__ */ jsx("path", { d: "M43.543 7.99935L43.543 40L39.543 40L39.543 7.99935L43.543 7.99935Z", style: { fill: `var(--${type})` } }),
229
- /* @__PURE__ */ jsx("path", { d: "M10.8142 22L20.7715 12.0428L17.943 9.21435L6.17151 20.9859C4.60941 22.548 4.6094 25.0806 6.1715 26.6427L17.943 38.4142L20.7715 35.5858L11.1856 26L34.543 26L34.543 22L10.8142 22Z", style: { fill: `var(--${type})` } })
228
+ /* @__PURE__ */ jsx("path", { d: "M43.543 8.00008L43.543 40.0007L39.543 40.0007L39.543 8.00008L43.543 8.00008Z", style: { fill: `var(--${type})` } }),
229
+ /* @__PURE__ */ jsx("path", { d: "M10.8142 22.0007L20.7715 12.0435L17.943 9.21509L6.17151 20.9866C4.60941 22.5487 4.6094 25.0814 6.1715 26.6435L17.943 38.415L20.7715 35.5866L11.1856 26.0007L34.543 26.0007L34.543 22.0007L10.8142 22.0007Z", style: { fill: `var(--${type})` } })
230
230
  ] });
231
231
  }
232
232
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
233
- /* @__PURE__ */ jsx("path", { d: "M43.043 7.99935L43.043 40L40.043 40L40.043 7.99935L43.043 7.99935Z", style: { fill: `var(--${type})` } }),
234
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.97867 25.5L20.4179 35.9392L18.2966 38.0605L6.52506 26.289C5.15822 24.9222 5.15822 22.7061 6.52506 21.3393L18.2966 9.56776L20.4179 11.6891L9.60697 22.5L34.543 22.5L34.543 25.5L9.97867 25.5ZM8.54297 23.6109L8.54297 24.0174C8.48558 23.8884 8.48558 23.74 8.54297 23.6109Z", style: { fill: `var(--${type})` } })
233
+ /* @__PURE__ */ jsx("path", { d: "M43.043 7.99984L43.043 40.0005L40.043 40.0005L40.043 7.99984L43.043 7.99984Z", style: { fill: `var(--${type})` } }),
234
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.97867 25.5005L20.4179 35.9397L18.2966 38.061L6.52506 26.2895C5.15822 24.9227 5.15822 22.7066 6.52506 21.3398L18.2966 9.56825L20.4179 11.6896L9.60697 22.5005L34.543 22.5005L34.543 25.5005L9.97867 25.5005ZM8.54297 23.6114L8.54297 24.0179C8.48558 23.8888 8.48558 23.7404 8.54297 23.6114Z", style: { fill: `var(--${type})` } })
235
235
  ] });
236
236
  }
237
237
  );
@@ -239,13 +239,13 @@ var IconExtend = /* @__PURE__ */ forwardRef(
239
239
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
240
240
  const iconSize = iconSizeMap[size];
241
241
  if (fill && thick) {
242
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M8.62132 22.4991L16.0616 15.0588L13.9403 12.9375L4.98116 21.8967C3.82008 23.0577 3.82008 24.9402 4.98116 26.1013L13.9403 35.0604L16.0616 32.9391L8.62166 25.4991L39.3808 25.4991L31.9404 32.9395L34.0618 35.0608L43.0209 26.1016C44.182 24.9405 44.182 23.0581 43.0209 21.897L34.0618 12.9378L31.9404 15.0592L39.3804 22.4991L8.62132 22.4991Z", style: { fill: `var(--${type})` } }) });
242
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M8.62132 22.5001L16.0616 15.0598L13.9403 12.9385L4.98116 21.8976C3.82008 23.0587 3.82008 24.9412 4.98116 26.1023L13.9403 35.0614L16.0616 32.9401L8.62166 25.5001L39.3808 25.5001L31.9404 32.9404L34.0618 35.0618L43.0209 26.1026C44.182 24.9415 44.182 23.059 43.0209 21.898L34.0618 12.9388L31.9404 15.0601L39.3804 22.5001L8.62132 22.5001Z", style: { fill: `var(--${type})` } }) });
243
243
  } else if (fill) {
244
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M8.62132 22.4991L16.0616 15.0588L13.9403 12.9375L4.98116 21.8967C3.82008 23.0577 3.82008 24.9402 4.98116 26.1013L13.9403 35.0604L16.0616 32.9391L8.62166 25.4991L39.3808 25.4991L31.9404 32.9395L34.0618 35.0608L43.0209 26.1016C44.182 24.9405 44.182 23.0581 43.0209 21.897L34.0618 12.9378L31.9404 15.0592L39.3804 22.4991L8.62132 22.4991Z", style: { fill: `var(--${type})` } }) });
244
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M8.62132 22.5001L16.0616 15.0598L13.9403 12.9385L4.98116 21.8976C3.82008 23.0587 3.82008 24.9412 4.98116 26.1023L13.9403 35.0614L16.0616 32.9401L8.62166 25.5001L39.3808 25.5001L31.9404 32.9404L34.0618 35.0618L43.0209 26.1026C44.182 24.9415 44.182 23.059 43.0209 21.898L34.0618 12.9388L31.9404 15.0601L39.3804 22.5001L8.62132 22.5001Z", style: { fill: `var(--${type})` } }) });
245
245
  } else if (thick) {
246
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M9.82843 21.9992L16.4152 15.4124L13.5868 12.584L4.6276 21.5431C3.27127 22.8995 3.27127 25.0985 4.6276 26.4549L13.5868 35.414L16.4152 32.5856L9.82876 25.9992L38.1736 25.9992L31.5869 32.5859L34.4153 35.4144L43.3745 26.4552C44.7308 25.0989 44.7308 22.8998 43.3745 21.5435L34.4153 12.5843L31.5869 15.4128L38.1733 21.9992L9.82843 21.9992Z", style: { fill: `var(--${type})` } }) });
246
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M9.82843 21.9999L16.4152 15.4131L13.5868 12.5847L4.6276 21.5439C3.27127 22.9002 3.27127 25.0993 4.6276 26.4556L13.5868 35.4148L16.4152 32.5863L9.82876 25.9999L38.1736 25.9999L31.5869 32.5867L34.4153 35.4151L43.3745 26.4559C44.7308 25.0996 44.7308 22.9006 43.3745 21.5442L34.4153 12.5851L31.5869 15.4135L38.1733 21.9999L9.82843 21.9999Z", style: { fill: `var(--${type})` } }) });
247
247
  }
248
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M8.62132 22.4991L16.0616 15.0588L13.9403 12.9375L4.98116 21.8967C3.82008 23.0577 3.82008 24.9402 4.98116 26.1013L13.9403 35.0604L16.0616 32.9391L8.62166 25.4991L39.3808 25.4991L31.9404 32.9395L34.0618 35.0608L43.0209 26.1016C44.182 24.9405 44.182 23.0581 43.0209 21.897L34.0618 12.9378L31.9404 15.0592L39.3804 22.4991L8.62132 22.4991Z", style: { fill: `var(--${type})` } }) });
248
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M8.62132 22.5001L16.0616 15.0598L13.9403 12.9385L4.98116 21.8976C3.82008 23.0587 3.82008 24.9412 4.98116 26.1023L13.9403 35.0614L16.0616 32.9401L8.62166 25.5001L39.3808 25.5001L31.9404 32.9404L34.0618 35.0618L43.0209 26.1026C44.182 24.9415 44.182 23.059 43.0209 21.898L34.0618 12.9388L31.9404 15.0601L39.3804 22.5001L8.62132 22.5001Z", style: { fill: `var(--${type})` } }) });
249
249
  }
250
250
  );
251
251
  var IconShorten = /* @__PURE__ */ forwardRef(
@@ -253,23 +253,23 @@ var IconShorten = /* @__PURE__ */ forwardRef(
253
253
  const iconSize = iconSizeMap[size];
254
254
  if (fill && thick) {
255
255
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
256
- /* @__PURE__ */ jsx("path", { d: "M30.6212 22.4991L38.0615 15.0588L35.9402 12.9375L26.981 21.8967C25.8199 23.0577 25.8199 24.9402 26.981 26.1013L35.9402 35.0604L38.0615 32.9391L30.6215 25.4991H46.0673V22.4991H30.6212Z", style: { fill: `var(--${type})` } }),
257
- /* @__PURE__ */ jsx("path", { d: "M2 22.4991L17.3801 22.4991L9.94016 15.0592L12.0615 12.9378L21.0206 21.897C22.1817 23.0581 22.1817 24.9405 21.0206 26.1016L12.0615 35.0608L9.94016 32.9395L17.3805 25.4991L2 25.4991V22.4991Z", style: { fill: `var(--${type})` } })
256
+ /* @__PURE__ */ jsx("path", { d: "M30.6212 22.5001L38.0615 15.0598L35.9402 12.9385L26.981 21.8976C25.8199 23.0587 25.8199 24.9412 26.981 26.1023L35.9402 35.0614L38.0615 32.9401L30.6215 25.5001H46.0673V22.5001H30.6212Z", style: { fill: `var(--${type})` } }),
257
+ /* @__PURE__ */ jsx("path", { d: "M2 22.5001L17.3801 22.5001L9.94016 15.0601L12.0615 12.9388L21.0206 21.898C22.1817 23.059 22.1817 24.9415 21.0206 26.1026L12.0615 35.0618L9.94016 32.9404L17.3805 25.5001L2 25.5001V22.5001Z", style: { fill: `var(--${type})` } })
258
258
  ] });
259
259
  } else if (fill) {
260
260
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
261
- /* @__PURE__ */ jsx("path", { d: "M30.6212 22.4991L38.0615 15.0588L35.9402 12.9375L26.981 21.8967C25.8199 23.0577 25.8199 24.9402 26.981 26.1013L35.9402 35.0604L38.0615 32.9391L30.6215 25.4991H46.0673V22.4991H30.6212Z", style: { fill: `var(--${type})` } }),
262
- /* @__PURE__ */ jsx("path", { d: "M2 22.4991L17.3801 22.4991L9.94016 15.0592L12.0615 12.9378L21.0206 21.897C22.1817 23.0581 22.1817 24.9405 21.0206 26.1016L12.0615 35.0608L9.94016 32.9395L17.3805 25.4991L2 25.4991V22.4991Z", style: { fill: `var(--${type})` } })
261
+ /* @__PURE__ */ jsx("path", { d: "M30.6212 22.5001L38.0615 15.0598L35.9402 12.9385L26.981 21.8976C25.8199 23.0587 25.8199 24.9412 26.981 26.1023L35.9402 35.0614L38.0615 32.9401L30.6215 25.5001H46.0673V22.5001H30.6212Z", style: { fill: `var(--${type})` } }),
262
+ /* @__PURE__ */ jsx("path", { d: "M2 22.5001L17.3801 22.5001L9.94016 15.0601L12.0615 12.9388L21.0206 21.898C22.1817 23.059 22.1817 24.9415 21.0206 26.1026L12.0615 35.0618L9.94016 32.9404L17.3805 25.5001L2 25.5001V22.5001Z", style: { fill: `var(--${type})` } })
263
263
  ] });
264
264
  } else if (thick) {
265
265
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
266
- /* @__PURE__ */ jsx("path", { d: "M31.8283 21.9992L38.415 15.4124L35.5866 12.584L26.6275 21.5431C25.2711 22.8995 25.2711 25.0985 26.6275 26.4549L35.5866 35.414L38.415 32.5856L31.8286 25.9992H46.0673V21.9992H31.8283Z", style: { fill: `var(--${type})` } }),
267
- /* @__PURE__ */ jsx("path", { d: "M2 21.9992L16.173 21.9992L9.58661 15.4128L12.415 12.5843L21.3742 21.5435C22.7305 22.8998 22.7305 25.0989 21.3742 26.4552L12.415 35.4144L9.58661 32.5859L16.1734 25.9992L2 25.9992V21.9992Z", style: { fill: `var(--${type})` } })
266
+ /* @__PURE__ */ jsx("path", { d: "M31.8283 21.9999L38.415 15.4131L35.5866 12.5847L26.6275 21.5439C25.2711 22.9002 25.2711 25.0993 26.6275 26.4556L35.5866 35.4148L38.415 32.5863L31.8286 25.9999H46.0673V21.9999H31.8283Z", style: { fill: `var(--${type})` } }),
267
+ /* @__PURE__ */ jsx("path", { d: "M2 21.9999L16.173 21.9999L9.58661 15.4135L12.415 12.5851L21.3742 21.5442C22.7305 22.9006 22.7305 25.0996 21.3742 26.4559L12.415 35.4151L9.58661 32.5867L16.1734 25.9999L2 25.9999V21.9999Z", style: { fill: `var(--${type})` } })
268
268
  ] });
269
269
  }
270
270
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
271
- /* @__PURE__ */ jsx("path", { d: "M30.6212 22.4991L38.0615 15.0588L35.9402 12.9375L26.981 21.8967C25.8199 23.0577 25.8199 24.9402 26.981 26.1013L35.9402 35.0604L38.0615 32.9391L30.6215 25.4991H46.0673V22.4991H30.6212Z", style: { fill: `var(--${type})` } }),
272
- /* @__PURE__ */ jsx("path", { d: "M2 22.4991L17.3801 22.4991L9.94016 15.0592L12.0615 12.9378L21.0206 21.897C22.1817 23.0581 22.1817 24.9405 21.0206 26.1016L12.0615 35.0608L9.94016 32.9395L17.3805 25.4991L2 25.4991V22.4991Z", style: { fill: `var(--${type})` } })
271
+ /* @__PURE__ */ jsx("path", { d: "M30.6212 22.5001L38.0615 15.0598L35.9402 12.9385L26.981 21.8976C25.8199 23.0587 25.8199 24.9412 26.981 26.1023L35.9402 35.0614L38.0615 32.9401L30.6215 25.5001H46.0673V22.5001H30.6212Z", style: { fill: `var(--${type})` } }),
272
+ /* @__PURE__ */ jsx("path", { d: "M2 22.5001L17.3801 22.5001L9.94016 15.0601L12.0615 12.9388L21.0206 21.898C22.1817 23.059 22.1817 24.9415 21.0206 26.1026L12.0615 35.0618L9.94016 32.9404L17.3805 25.5001L2 25.5001V22.5001Z", style: { fill: `var(--${type})` } })
273
273
  ] });
274
274
  }
275
275
  );
@@ -306,13 +306,13 @@ var IconCheckMark = /* @__PURE__ */ forwardRef(
306
306
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
307
307
  const iconSize = iconSizeMap[size];
308
308
  if (fill && thick) {
309
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 44C35.0457 44 44 35.0457 44 24C44 12.9543 35.0457 4 24 4C12.9543 4 4 12.9543 4 24C4 35.0457 12.9543 44 24 44ZM22.6155 27.5188L16.4292 21.3325L13.6008 24.1609L19.7871 30.3472C21.3472 31.9074 23.8761 31.9096 25.439 30.3522L36.1194 19.709L33.296 16.8756L22.6155 27.5188Z", style: { fill: `var(--${type})` } }) });
309
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.41307 20.2918L19.9583 30.837C20.1533 31.032 20.4694 31.0323 20.6648 30.8376L38.2837 13.28L40.4013 15.4051L22.7824 32.9626C21.4148 34.3254 19.2021 34.3234 17.8369 32.9583L7.29175 22.4131L9.41307 20.2918Z", style: { fill: `var(--${type})` } }) });
310
310
  } else if (fill) {
311
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 44C35.0457 44 44 35.0457 44 24C44 12.9543 35.0457 4 24 4C12.9543 4 4 12.9543 4 24C4 35.0457 12.9543 44 24 44ZM22.2619 27.8723L16.0756 21.686L13.9543 23.8074L20.1406 29.9937C21.5058 31.3588 23.7185 31.3608 25.0861 29.998L35.7665 19.3548L33.6489 17.2298L22.9684 27.873C22.7731 28.0676 22.457 28.0674 22.2619 27.8723Z", style: { fill: `var(--${type})` } }) });
311
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.41307 20.2918L19.9583 30.837C20.1533 31.032 20.4694 31.0323 20.6648 30.8376L38.2837 13.28L40.4013 15.4051L22.7824 32.9626C21.4148 34.3254 19.2021 34.3234 17.8369 32.9583L7.29175 22.4131L9.41307 20.2918Z", style: { fill: `var(--${type})` } }) });
312
312
  } else if (thick) {
313
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.76642 19.9372L20.3116 30.4824L37.9306 12.9249L40.7541 15.7582L23.1351 33.3158C21.5722 34.8732 19.0434 34.871 17.4832 33.3108L6.93799 22.7656L9.76642 19.9372Z", style: { fill: `var(--${type})` } }) });
313
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.76642 19.9382L20.3116 30.4834L37.9306 12.9258L40.7541 15.7592L23.1351 33.3167C21.5722 34.8742 19.0434 34.872 17.4832 33.3118L6.93799 22.7666L9.76642 19.9382Z", style: { fill: `var(--${type})` } }) });
314
314
  }
315
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.41307 20.2908L19.9583 30.836C20.1533 31.031 20.4694 31.0313 20.6648 30.8366L38.2837 13.2791L40.4013 15.4041L22.7824 32.9616C21.4148 34.3244 19.2021 34.3225 17.8369 32.9573L7.29175 22.4121L9.41307 20.2908Z", style: { fill: `var(--${type})` } }) });
315
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.41307 20.2918L19.9583 30.837C20.1533 31.032 20.4694 31.0323 20.6648 30.8376L38.2837 13.28L40.4013 15.4051L22.7824 32.9626C21.4148 34.3254 19.2021 34.3234 17.8369 32.9583L7.29175 22.4131L9.41307 20.2918Z", style: { fill: `var(--${type})` } }) });
316
316
  }
317
317
  );
318
318
  var IconCheckMarkFill = /* @__PURE__ */ forwardRef(
@@ -321,22 +321,22 @@ var IconCheckMarkFill = /* @__PURE__ */ forwardRef(
321
321
  if (fill && thick) {
322
322
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
323
323
  /* @__PURE__ */ jsx("path", { d: "M44 24C44 35.0457 35.0457 44 24 44C12.9543 44 4 35.0457 4 24C4 12.9543 12.9543 4 24 4C35.0457 4 44 12.9543 44 24Z", style: { fill: `var(--${type})` } }),
324
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.4293 21.3317L22.6156 27.518L33.296 16.8748L36.1195 19.7082L25.439 30.3514C23.8762 31.9088 21.3473 31.9066 19.7871 30.3465L13.6008 24.1602L16.4293 21.3317Z", style: { fill: `var(--${fillType})` } })
324
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.4291 21.3325L22.6154 27.5188L33.2959 16.8756L36.1194 19.7089L25.4389 30.3521C23.876 31.9096 21.3472 31.9074 19.787 30.3472L13.6007 24.1609L16.4291 21.3325Z", style: { fill: `var(--${fillType})` } })
325
325
  ] });
326
326
  } else if (fill) {
327
327
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
328
328
  /* @__PURE__ */ jsx("circle", { cx: "24", cy: "24", r: "20", style: { fill: `var(--${type})` } }),
329
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.0757 21.6853L22.262 27.8716C22.457 28.0666 22.7731 28.0669 22.9685 27.8722L33.6489 17.229L35.7665 19.3541L25.0861 29.9973C23.7185 31.36 21.5058 31.3581 20.1407 29.9929L13.9543 23.8066L16.0757 21.6853Z", style: { fill: `var(--${fillType})` } })
329
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.0757 21.6861L22.262 27.8724C22.457 28.0674 22.7731 28.0677 22.9685 27.873L33.6489 17.2298L35.7665 19.3548L25.0861 29.998C23.7185 31.3608 21.5058 31.3588 20.1407 29.9937L13.9543 23.8074L16.0757 21.6861Z", style: { fill: `var(--${fillType})` } })
330
330
  ] });
331
331
  } else if (thick) {
332
332
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
333
333
  /* @__PURE__ */ jsx("circle", { cx: "24", cy: "24", r: "20", style: { fill: `var(--${type})` } }),
334
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.0757 21.6853L22.262 27.8716C22.457 28.0666 22.7731 28.0669 22.9685 27.8722L33.6489 17.229L35.7665 19.3541L25.0861 29.9973C23.7185 31.36 21.5058 31.3581 20.1407 29.9929L13.9543 23.8066L16.0757 21.6853Z", style: { fill: `var(--${fillType})` } })
334
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.0757 21.6861L22.262 27.8724C22.457 28.0674 22.7731 28.0677 22.9685 27.873L33.6489 17.2298L35.7665 19.3548L25.0861 29.998C23.7185 31.3608 21.5058 31.3588 20.1407 29.9937L13.9543 23.8074L16.0757 21.6861Z", style: { fill: `var(--${fillType})` } })
335
335
  ] });
336
336
  }
337
337
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
338
338
  /* @__PURE__ */ jsx("circle", { cx: "24", cy: "24", r: "20", style: { fill: `var(--${type})` } }),
339
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.0757 21.6853L22.262 27.8716C22.457 28.0666 22.7731 28.0669 22.9685 27.8722L33.6489 17.229L35.7665 19.3541L25.0861 29.9973C23.7185 31.36 21.5058 31.3581 20.1407 29.9929L13.9543 23.8066L16.0757 21.6853Z", style: { fill: `var(--${fillType})` } })
339
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.0757 21.6861L22.262 27.8724C22.457 28.0674 22.7731 28.0677 22.9685 27.873L33.6489 17.2298L35.7665 19.3548L25.0861 29.998C23.7185 31.3608 21.5058 31.3588 20.1407 29.9937L13.9543 23.8074L16.0757 21.6861Z", style: { fill: `var(--${fillType})` } })
340
340
  ] });
341
341
  }
342
342
  );
@@ -422,7 +422,7 @@ var IconClose = /* @__PURE__ */ forwardRef(
422
422
  } else if (fill) {
423
423
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M44 24C44 35.0457 35.0457 44 24 44C12.9543 44 4 35.0457 4 24C4 12.9543 12.9543 4 24 4C35.0457 4 44 12.9543 44 24ZM24.0304 21.9314L30.0224 15.9393L32.1437 18.0607L26.1517 24.0527L32.0969 29.9978L29.9756 32.1192L24.0304 26.174L18.1323 32.0721L16.011 29.9508L21.9091 24.0527L15.9641 18.1077L18.0855 15.9864L24.0304 21.9314Z", style: { fill: `var(--${type})` } }) });
424
424
  } else if (thick) {
425
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M24.0006 21.1712L12.4153 9.58594L9.58692 12.4144L21.1722 23.9997L9.58691 35.585L12.4153 38.4134L24.0006 26.8281L35.5859 38.4134L38.4144 35.585L26.8291 23.9997L38.4144 12.4144L35.5859 9.58594L24.0006 21.1712Z", style: { fill: `var(--${type})` } }) });
425
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M24.0006 21.171L12.4153 9.58569L9.58692 12.4141L21.1722 23.9994L9.58691 35.5847L12.4153 38.4131L24.0006 26.8278L35.5859 38.4131L38.4144 35.5847L26.8291 23.9994L38.4144 12.4141L35.5859 9.5857L24.0006 21.171Z", style: { fill: `var(--${type})` } }) });
426
426
  }
427
427
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M24.0006 21.8783L12.0618 9.93945L9.94043 12.0608L21.8793 23.9996L9.94043 35.9385L12.0618 38.0598L24.0006 26.1209L35.9395 38.0598L38.0608 35.9385L26.1219 23.9996L38.0608 12.0608L35.9395 9.93946L24.0006 21.8783Z", style: { fill: `var(--${type})` } }) });
428
428
  }
@@ -433,22 +433,22 @@ var IconCloseFill = /* @__PURE__ */ forwardRef(
433
433
  if (fill && thick) {
434
434
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
435
435
  /* @__PURE__ */ jsx("path", { d: "M44 24C44 35.0457 35.0457 44 24 44C12.9543 44 4 35.0457 4 24C4 12.9543 12.9543 4 24 4C35.0457 4 44 12.9543 44 24Z", style: { fill: `var(--${type})` } }),
436
- /* @__PURE__ */ jsx("path", { d: "M32.4973 18.4141L26.8586 24.0527L32.4504 29.6445L29.6223 32.4727L24.0295 26.8809L18.4856 32.4258L15.6575 29.5977L21.2014 24.0527L15.6106 18.4619L18.4387 15.6328L24.0305 21.2246L29.6692 15.5859L32.4973 18.4141Z", style: { fill: `var(--${fillType})` } })
436
+ /* @__PURE__ */ jsx("path", { d: "M32.4973 18.4138L26.8586 24.0525L32.4504 29.6443L29.6223 32.4724L24.0295 26.8806L18.4856 32.4255L15.6575 29.5974L21.2014 24.0525L15.6106 18.4617L18.4387 15.6326L24.0305 21.2244L29.6692 15.5857L32.4973 18.4138Z", style: { fill: `var(--${fillType})` } })
437
437
  ] });
438
438
  } else if (fill) {
439
439
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
440
440
  /* @__PURE__ */ jsx("path", { d: "M44 24C44 35.0457 35.0457 44 24 44C12.9543 44 4 35.0457 4 24C4 12.9543 12.9543 4 24 4C35.0457 4 44 12.9543 44 24Z", style: { fill: `var(--${type})` } }),
441
- /* @__PURE__ */ jsx("path", { d: "M32.4973 18.4141L26.8586 24.0527L32.4504 29.6445L29.6223 32.4727L24.0295 26.8809L18.4856 32.4258L15.6575 29.5977L21.2014 24.0527L15.6106 18.4619L18.4387 15.6328L24.0305 21.2246L29.6692 15.5859L32.4973 18.4141Z", style: { fill: `var(--${fillType})` } })
441
+ /* @__PURE__ */ jsx("path", { d: "M32.4973 18.4138L26.8586 24.0525L32.4504 29.6443L29.6223 32.4724L24.0295 26.8806L18.4856 32.4255L15.6575 29.5974L21.2014 24.0525L15.6106 18.4617L18.4387 15.6326L24.0305 21.2244L29.6692 15.5857L32.4973 18.4138Z", style: { fill: `var(--${fillType})` } })
442
442
  ] });
443
443
  } else if (thick) {
444
444
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
445
445
  /* @__PURE__ */ jsx("path", { d: "M44 24C44 35.0457 35.0457 44 24 44C12.9543 44 4 35.0457 4 24C4 12.9543 12.9543 4 24 4C35.0457 4 44 12.9543 44 24Z", style: { fill: `var(--${type})` } }),
446
- /* @__PURE__ */ jsx("path", { d: "M32.4973 18.4141L26.8586 24.0527L32.4504 29.6445L29.6223 32.4727L24.0295 26.8809L18.4856 32.4258L15.6575 29.5977L21.2014 24.0527L15.6106 18.4619L18.4387 15.6328L24.0305 21.2246L29.6692 15.5859L32.4973 18.4141Z", style: { fill: `var(--${fillType})` } })
446
+ /* @__PURE__ */ jsx("path", { d: "M32.4973 18.4138L26.8586 24.0525L32.4504 29.6443L29.6223 32.4724L24.0295 26.8806L18.4856 32.4255L15.6575 29.5974L21.2014 24.0525L15.6106 18.4617L18.4387 15.6326L24.0305 21.2244L29.6692 15.5857L32.4973 18.4138Z", style: { fill: `var(--${fillType})` } })
447
447
  ] });
448
448
  }
449
449
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
450
450
  /* @__PURE__ */ jsx("path", { d: "M44 24C44 35.0457 35.0457 44 24 44C12.9543 44 4 35.0457 4 24C4 12.9543 12.9543 4 24 4C35.0457 4 44 12.9543 44 24Z", style: { fill: `var(--${type})` } }),
451
- /* @__PURE__ */ jsx("path", { d: "M32.4973 18.4141L26.8586 24.0527L32.4504 29.6445L29.6223 32.4727L24.0295 26.8809L18.4856 32.4258L15.6575 29.5977L21.2014 24.0527L15.6106 18.4619L18.4387 15.6328L24.0305 21.2246L29.6692 15.5859L32.4973 18.4141Z", style: { fill: `var(--${fillType})` } })
451
+ /* @__PURE__ */ jsx("path", { d: "M32.4973 18.4138L26.8586 24.0525L32.4504 29.6443L29.6223 32.4724L24.0295 26.8806L18.4856 32.4255L15.6575 29.5974L21.2014 24.0525L15.6106 18.4617L18.4387 15.6326L24.0305 21.2244L29.6692 15.5857L32.4973 18.4138Z", style: { fill: `var(--${fillType})` } })
452
452
  ] });
453
453
  }
454
454
  );
@@ -482,23 +482,23 @@ var IconDoubleArrowBackward = /* @__PURE__ */ forwardRef(
482
482
  const iconSize = iconSizeMap[size];
483
483
  if (fill && thick) {
484
484
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
485
- /* @__PURE__ */ jsx("path", { d: "M14.4748 23.6464L25.0605 13.0608L22.9391 10.9395L12.3535 21.5251C10.9867 22.8919 10.9867 25.108 12.3535 26.4748L22.9391 37.0605L25.0605 34.9392L14.4748 24.3535C14.2796 24.1583 14.2796 23.8417 14.4748 23.6464Z", style: { fill: `var(--${type})` } }),
486
- /* @__PURE__ */ jsx("path", { d: "M27.4748 23.6464L38.0605 13.0608L35.9391 10.9395L25.3535 21.5251C23.9867 22.8919 23.9867 25.108 25.3535 26.4748L35.9391 37.0605L38.0605 34.9392L27.4748 24.3535C27.2796 24.1583 27.2796 23.8417 27.4748 23.6464Z", style: { fill: `var(--${type})` } })
485
+ /* @__PURE__ */ jsx("path", { d: "M14.4749 23.6464L25.0606 13.0608L22.9393 10.9395L12.3536 21.5251C10.9868 22.8919 10.9868 25.108 12.3536 26.4748L22.9393 37.0605L25.0606 34.9392L14.4749 24.3535C14.2797 24.1583 14.2797 23.8417 14.4749 23.6464Z", style: { fill: `var(--${type})` } }),
486
+ /* @__PURE__ */ jsx("path", { d: "M27.4749 23.6464L38.0606 13.0608L35.9393 10.9395L25.3536 21.5251C23.9868 22.8919 23.9868 25.108 25.3536 26.4748L35.9393 37.0605L38.0606 34.9392L27.4749 24.3535C27.2797 24.1583 27.2797 23.8417 27.4749 23.6464Z", style: { fill: `var(--${type})` } })
487
487
  ] });
488
488
  } else if (fill) {
489
489
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
490
- /* @__PURE__ */ jsx("path", { d: "M14.4748 23.6464L25.0605 13.0608L22.9391 10.9395L12.3535 21.5251C10.9867 22.8919 10.9867 25.108 12.3535 26.4748L22.9391 37.0605L25.0605 34.9392L14.4748 24.3535C14.2796 24.1583 14.2796 23.8417 14.4748 23.6464Z", style: { fill: `var(--${type})` } }),
491
- /* @__PURE__ */ jsx("path", { d: "M27.4748 23.6464L38.0605 13.0608L35.9391 10.9395L25.3535 21.5251C23.9867 22.8919 23.9867 25.108 25.3535 26.4748L35.9391 37.0605L38.0605 34.9392L27.4748 24.3535C27.2796 24.1583 27.2796 23.8417 27.4748 23.6464Z", style: { fill: `var(--${type})` } })
490
+ /* @__PURE__ */ jsx("path", { d: "M14.4749 23.6464L25.0606 13.0608L22.9393 10.9395L12.3536 21.5251C10.9868 22.8919 10.9868 25.108 12.3536 26.4748L22.9393 37.0605L25.0606 34.9392L14.4749 24.3535C14.2797 24.1583 14.2797 23.8417 14.4749 23.6464Z", style: { fill: `var(--${type})` } }),
491
+ /* @__PURE__ */ jsx("path", { d: "M27.4749 23.6464L38.0606 13.0608L35.9393 10.9395L25.3536 21.5251C23.9868 22.8919 23.9868 25.108 25.3536 26.4748L35.9393 37.0605L38.0606 34.9392L27.4749 24.3535C27.2797 24.1583 27.2797 23.8417 27.4749 23.6464Z", style: { fill: `var(--${type})` } })
492
492
  ] });
493
493
  } else if (thick) {
494
494
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
495
- /* @__PURE__ */ jsx("path", { d: "M14.4748 23.6464L25.0605 13.0608L22.9391 10.9395L12.3535 21.5251C10.9867 22.8919 10.9867 25.108 12.3535 26.4748L22.9391 37.0605L25.0605 34.9392L14.4748 24.3535C14.2796 24.1583 14.2796 23.8417 14.4748 23.6464Z", style: { fill: `var(--${type})` } }),
496
- /* @__PURE__ */ jsx("path", { d: "M27.4748 23.6464L38.0605 13.0608L35.9391 10.9395L25.3535 21.5251C23.9867 22.8919 23.9867 25.108 25.3535 26.4748L35.9391 37.0605L38.0605 34.9392L27.4748 24.3535C27.2796 24.1583 27.2796 23.8417 27.4748 23.6464Z", style: { fill: `var(--${type})` } })
495
+ /* @__PURE__ */ jsx("path", { d: "M14.4749 23.6464L25.0606 13.0608L22.9393 10.9395L12.3536 21.5251C10.9868 22.8919 10.9868 25.108 12.3536 26.4748L22.9393 37.0605L25.0606 34.9392L14.4749 24.3535C14.2797 24.1583 14.2797 23.8417 14.4749 23.6464Z", style: { fill: `var(--${type})` } }),
496
+ /* @__PURE__ */ jsx("path", { d: "M27.4749 23.6464L38.0606 13.0608L35.9393 10.9395L25.3536 21.5251C23.9868 22.8919 23.9868 25.108 25.3536 26.4748L35.9393 37.0605L38.0606 34.9392L27.4749 24.3535C27.2797 24.1583 27.2797 23.8417 27.4749 23.6464Z", style: { fill: `var(--${type})` } })
497
497
  ] });
498
498
  }
499
499
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
500
- /* @__PURE__ */ jsx("path", { d: "M14.4748 23.6464L25.0605 13.0608L22.9391 10.9395L12.3535 21.5251C10.9867 22.8919 10.9867 25.108 12.3535 26.4748L22.9391 37.0605L25.0605 34.9392L14.4748 24.3535C14.2796 24.1583 14.2796 23.8417 14.4748 23.6464Z", style: { fill: `var(--${type})` } }),
501
- /* @__PURE__ */ jsx("path", { d: "M27.4748 23.6464L38.0605 13.0608L35.9391 10.9395L25.3535 21.5251C23.9867 22.8919 23.9867 25.108 25.3535 26.4748L35.9391 37.0605L38.0605 34.9392L27.4748 24.3535C27.2796 24.1583 27.2796 23.8417 27.4748 23.6464Z", style: { fill: `var(--${type})` } })
500
+ /* @__PURE__ */ jsx("path", { d: "M14.4749 23.6464L25.0606 13.0608L22.9393 10.9395L12.3536 21.5251C10.9868 22.8919 10.9868 25.108 12.3536 26.4748L22.9393 37.0605L25.0606 34.9392L14.4749 24.3535C14.2797 24.1583 14.2797 23.8417 14.4749 23.6464Z", style: { fill: `var(--${type})` } }),
501
+ /* @__PURE__ */ jsx("path", { d: "M27.4749 23.6464L38.0606 13.0608L35.9393 10.9395L25.3536 21.5251C23.9868 22.8919 23.9868 25.108 25.3536 26.4748L35.9393 37.0605L38.0606 34.9392L27.4749 24.3535C27.2797 24.1583 27.2797 23.8417 27.4749 23.6464Z", style: { fill: `var(--${type})` } })
502
502
  ] });
503
503
  }
504
504
  );
@@ -758,13 +758,13 @@ var IconRetry = /* @__PURE__ */ forwardRef(
758
758
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
759
759
  const iconSize = iconSizeMap[size];
760
760
  if (fill && thick) {
761
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M23.5 6.5C29.8688 6.5 35.4389 9.90259 38.5 14.9854V7.5H41.5V20H29V17H36.2002C33.7296 12.5278 28.9674 9.5 23.5 9.5C17.189 9.50007 11.8164 13.5333 9.8252 19.167L9.63574 19.7383C9.22259 21.0841 9 22.5149 9 24C9 32.0081 15.4919 38.4999 23.5 38.5C26.2187 38.5 28.7625 37.7505 30.9375 36.4482C30.9786 36.4236 31.0197 36.399 31.0605 36.374C34.2274 34.435 36.5934 31.3153 37.543 27.626C37.8413 26.4671 38 25.2521 38 24H41C41 25.5101 40.8079 26.9752 40.4482 28.373L40.4492 28.374C40.2811 29.0271 40.0752 29.6649 39.8359 30.2861C39.7412 30.5321 39.6405 30.7751 39.5352 31.0156C39.5146 31.0625 39.4946 31.1096 39.4736 31.1562C39.3938 31.3341 39.3101 31.5099 39.2246 31.6846C39.2033 31.7281 39.1828 31.7721 39.1611 31.8154C39.0659 32.0059 38.9672 32.1944 38.8652 32.3809C38.8611 32.3884 38.8567 32.3958 38.8525 32.4033C38.7573 32.577 38.6595 32.7489 38.5586 32.9189C38.5353 32.9581 38.5118 32.9971 38.4883 33.0361C38.3798 33.2157 38.268 33.3931 38.1533 33.5684C38.136 33.5949 38.1181 33.621 38.1006 33.6475C37.7289 34.2088 37.3257 34.7473 36.8936 35.2607C36.8656 35.294 36.8378 35.3273 36.8096 35.3604C36.533 35.6841 36.2445 35.9971 35.9453 36.2998C35.9212 36.3242 35.8983 36.3498 35.874 36.374C35.7293 36.5188 35.5813 36.6602 35.4316 36.7998C35.4018 36.8276 35.3718 36.8552 35.3418 36.8828C35.1997 37.0134 35.0555 37.1416 34.9092 37.2676C34.8638 37.3066 34.8182 37.3452 34.7725 37.3838C34.4548 37.6516 34.1275 37.9083 33.791 38.1533C33.7624 38.1742 33.7338 38.1951 33.7051 38.2158C33.531 38.341 33.3546 38.4631 33.1758 38.582C33.1568 38.5946 33.1381 38.6076 33.1191 38.6201C32.9399 38.7383 32.759 38.8541 32.5752 38.9658C32.5461 38.9835 32.5165 39.0001 32.4873 39.0176C32.3228 39.1162 32.1562 39.2114 31.9883 39.3047C31.9601 39.3203 31.9326 39.337 31.9043 39.3525C31.7186 39.4544 31.5305 39.5522 31.3408 39.6475C31.3109 39.6625 31.281 39.6775 31.251 39.6924C31.0588 39.7875 30.865 39.8796 30.6689 39.9678C30.6495 39.9765 30.6298 39.9845 30.6104 39.9932C30.4344 40.0715 30.2571 40.1471 30.0781 40.2197C30.0286 40.2398 29.9794 40.2606 29.9297 40.2803C29.9051 40.29 29.8801 40.299 29.8555 40.3086C29.7657 40.3436 29.6755 40.3776 29.585 40.4111C29.5408 40.4275 29.4965 40.4439 29.4521 40.46C28.94 40.6452 28.417 40.8078 27.8838 40.9453C27.8672 40.9496 27.8506 40.9538 27.834 40.958C27.7133 40.9887 27.5923 41.0187 27.4707 41.0469C27.4515 41.0513 27.4323 41.0552 27.4131 41.0596C27.3099 41.0831 27.2064 41.1052 27.1025 41.127C27.0463 41.1387 26.9901 41.1509 26.9336 41.1621C26.8661 41.1755 26.7983 41.1875 26.7305 41.2002C26.6632 41.2128 26.5959 41.2255 26.5283 41.2373C26.464 41.2485 26.3995 41.259 26.335 41.2695C26.2689 41.2803 26.203 41.2917 26.1367 41.3018C26.1328 41.3024 26.129 41.3041 26.125 41.3047L25.7285 41.3594C25.6922 41.364 25.6556 41.3667 25.6191 41.3711C25.5172 41.3834 25.415 41.3957 25.3125 41.4062C25.2836 41.4092 25.2546 41.4112 25.2256 41.4141C25.1246 41.4239 25.0234 41.4332 24.9219 41.4414C24.8653 41.446 24.8087 41.4511 24.752 41.4551C24.6743 41.4606 24.5965 41.4653 24.5186 41.4697C24.448 41.4738 24.3774 41.4773 24.3066 41.4805C24.2264 41.4841 24.146 41.4867 24.0654 41.4893C24.0209 41.4907 23.9763 41.4931 23.9316 41.4941C23.7882 41.4976 23.6443 41.5 23.5 41.5C13.8351 41.4999 6 33.6649 6 24C6 22.0849 6.30843 20.239 6.87891 18.5107L6.99609 18.167C9.39774 11.3721 15.8781 6.50007 23.5 6.5Z", style: { fill: `var(--${type})` } }) });
761
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M23.5 6.5C29.8688 6.5 35.4389 9.90259 38.5 14.9854V7.5H41.5V20H29V17H36.2002C33.7296 12.5278 28.9674 9.5 23.5 9.5C17.189 9.50007 11.8164 13.5333 9.8252 19.167L9.63574 19.7383C9.22259 21.0841 9 22.5149 9 24C9 32.0081 15.4919 38.4999 23.5 38.5C26.2187 38.5 28.7625 37.7505 30.9375 36.4482C30.9786 36.4236 31.0197 36.399 31.0605 36.374C34.2274 34.435 36.5934 31.3153 37.543 27.626C37.8413 26.4671 38 25.2521 38 24H41C41 25.5101 40.8079 26.9752 40.4482 28.373L40.4492 28.374C40.2811 29.0271 40.0752 29.6649 39.8359 30.2861C39.7412 30.5321 39.6405 30.7751 39.5352 31.0156C39.5146 31.0625 39.4946 31.1096 39.4736 31.1562C39.3938 31.3341 39.3101 31.5099 39.2246 31.6846C39.2033 31.7281 39.1828 31.7721 39.1611 31.8154C39.0659 32.0059 38.9672 32.1944 38.8652 32.3809C38.8611 32.3884 38.8567 32.3958 38.8525 32.4033C38.7573 32.577 38.6595 32.7489 38.5586 32.9189C38.5353 32.9581 38.5118 32.9971 38.4883 33.0361C38.3798 33.2157 38.268 33.3931 38.1533 33.5684C38.136 33.5949 38.1181 33.621 38.1006 33.6475C37.7289 34.2088 37.3257 34.7472 36.8936 35.2607C36.8656 35.294 36.8378 35.3273 36.8096 35.3604C36.533 35.6841 36.2445 35.9971 35.9453 36.2998C35.9212 36.3242 35.8983 36.3498 35.874 36.374C35.7293 36.5188 35.5813 36.6602 35.4316 36.7998C35.4018 36.8276 35.3718 36.8552 35.3418 36.8828C35.1997 37.0134 35.0555 37.1416 34.9092 37.2676C34.8638 37.3066 34.8182 37.3452 34.7725 37.3838C34.4548 37.6516 34.1275 37.9083 33.791 38.1533C33.7624 38.1742 33.7338 38.1951 33.7051 38.2158C33.531 38.341 33.3546 38.4631 33.1758 38.582C33.1568 38.5946 33.1381 38.6076 33.1191 38.6201C32.9399 38.7383 32.759 38.8541 32.5752 38.9658C32.5461 38.9835 32.5165 39.0001 32.4873 39.0176C32.3228 39.1162 32.1562 39.2114 31.9883 39.3047C31.9601 39.3203 31.9326 39.337 31.9043 39.3525C31.7186 39.4544 31.5305 39.5522 31.3408 39.6475C31.3109 39.6625 31.281 39.6775 31.251 39.6924C31.0588 39.7875 30.865 39.8796 30.6689 39.9678C30.6495 39.9765 30.6298 39.9845 30.6104 39.9932C30.4344 40.0715 30.2571 40.1471 30.0781 40.2197C30.0286 40.2398 29.9794 40.2606 29.9297 40.2803C29.9051 40.29 29.8801 40.299 29.8555 40.3086C29.7657 40.3436 29.6755 40.3776 29.585 40.4111C29.5408 40.4275 29.4965 40.4439 29.4521 40.46C28.94 40.6452 28.417 40.8078 27.8838 40.9453C27.8672 40.9496 27.8506 40.9538 27.834 40.958C27.7133 40.9887 27.5923 41.0187 27.4707 41.0469C27.4515 41.0513 27.4323 41.0552 27.4131 41.0596C27.3099 41.0831 27.2064 41.1052 27.1025 41.127C27.0463 41.1387 26.9901 41.1509 26.9336 41.1621C26.8661 41.1755 26.7983 41.1875 26.7305 41.2002C26.6632 41.2128 26.5959 41.2255 26.5283 41.2373C26.464 41.2485 26.3995 41.259 26.335 41.2695C26.2689 41.2803 26.203 41.2917 26.1367 41.3018C26.1328 41.3024 26.129 41.3041 26.125 41.3047L25.7285 41.3594C25.6922 41.364 25.6556 41.3667 25.6191 41.3711C25.5172 41.3834 25.415 41.3957 25.3125 41.4062C25.2836 41.4092 25.2546 41.4112 25.2256 41.4141C25.1246 41.4239 25.0234 41.4332 24.9219 41.4414C24.8653 41.446 24.8087 41.4511 24.752 41.4551C24.6743 41.4606 24.5965 41.4653 24.5186 41.4697C24.448 41.4738 24.3774 41.4773 24.3066 41.4805C24.2264 41.4841 24.146 41.4867 24.0654 41.4893C24.0209 41.4907 23.9763 41.4931 23.9316 41.4941C23.7882 41.4976 23.6443 41.5 23.5 41.5C13.8351 41.4999 6 33.6649 6 24C6 22.0849 6.30843 20.239 6.87891 18.5107L6.99609 18.167C9.39774 11.3721 15.8781 6.50007 23.5 6.5Z", style: { fill: `var(--${type})` } }) });
762
762
  } else if (fill) {
763
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M23.5 6.5C29.8688 6.5 35.4389 9.90259 38.5 14.9854V7.5H41.5V20H29V17H36.2002C33.7296 12.5278 28.9674 9.5 23.5 9.5C17.189 9.50007 11.8164 13.5333 9.8252 19.167L9.63574 19.7383C9.22259 21.0841 9 22.5149 9 24C9 32.0081 15.4919 38.4999 23.5 38.5C26.2187 38.5 28.7625 37.7505 30.9375 36.4482C30.9786 36.4236 31.0197 36.399 31.0605 36.374C34.2274 34.435 36.5934 31.3153 37.543 27.626C37.8413 26.4671 38 25.2521 38 24H41C41 25.5101 40.8079 26.9752 40.4482 28.373L40.4492 28.374C40.2811 29.0271 40.0752 29.6649 39.8359 30.2861C39.7412 30.5321 39.6405 30.7751 39.5352 31.0156C39.5146 31.0625 39.4946 31.1096 39.4736 31.1562C39.3938 31.3341 39.3101 31.5099 39.2246 31.6846C39.2033 31.7281 39.1828 31.7721 39.1611 31.8154C39.0659 32.0059 38.9672 32.1944 38.8652 32.3809C38.8611 32.3884 38.8567 32.3958 38.8525 32.4033C38.7573 32.577 38.6595 32.7489 38.5586 32.9189C38.5353 32.9581 38.5118 32.9971 38.4883 33.0361C38.3798 33.2157 38.268 33.3931 38.1533 33.5684C38.136 33.5949 38.1181 33.621 38.1006 33.6475C37.7289 34.2088 37.3257 34.7473 36.8936 35.2607C36.8656 35.294 36.8378 35.3273 36.8096 35.3604C36.533 35.6841 36.2445 35.9971 35.9453 36.2998C35.9212 36.3242 35.8983 36.3498 35.874 36.374C35.7293 36.5188 35.5813 36.6602 35.4316 36.7998C35.4018 36.8276 35.3718 36.8552 35.3418 36.8828C35.1997 37.0134 35.0555 37.1416 34.9092 37.2676C34.8638 37.3066 34.8182 37.3452 34.7725 37.3838C34.4548 37.6516 34.1275 37.9083 33.791 38.1533C33.7624 38.1742 33.7338 38.1951 33.7051 38.2158C33.531 38.341 33.3546 38.4631 33.1758 38.582C33.1568 38.5946 33.1381 38.6076 33.1191 38.6201C32.9399 38.7383 32.759 38.8541 32.5752 38.9658C32.5461 38.9835 32.5165 39.0001 32.4873 39.0176C32.3228 39.1162 32.1562 39.2114 31.9883 39.3047C31.9601 39.3203 31.9326 39.337 31.9043 39.3525C31.7186 39.4544 31.5305 39.5522 31.3408 39.6475C31.3109 39.6625 31.281 39.6775 31.251 39.6924C31.0588 39.7875 30.865 39.8796 30.6689 39.9678C30.6495 39.9765 30.6298 39.9845 30.6104 39.9932C30.4344 40.0715 30.2571 40.1471 30.0781 40.2197C30.0286 40.2398 29.9794 40.2606 29.9297 40.2803C29.9051 40.29 29.8801 40.299 29.8555 40.3086C29.7657 40.3436 29.6755 40.3776 29.585 40.4111C29.5408 40.4275 29.4965 40.4439 29.4521 40.46C28.94 40.6452 28.417 40.8078 27.8838 40.9453C27.8672 40.9496 27.8506 40.9538 27.834 40.958C27.7133 40.9887 27.5923 41.0187 27.4707 41.0469C27.4515 41.0513 27.4323 41.0552 27.4131 41.0596C27.3099 41.0831 27.2064 41.1052 27.1025 41.127C27.0463 41.1387 26.9901 41.1509 26.9336 41.1621C26.8661 41.1755 26.7983 41.1875 26.7305 41.2002C26.6632 41.2128 26.5959 41.2255 26.5283 41.2373C26.464 41.2485 26.3995 41.259 26.335 41.2695C26.2689 41.2803 26.203 41.2917 26.1367 41.3018C26.1328 41.3024 26.129 41.3041 26.125 41.3047L25.7285 41.3594C25.6922 41.364 25.6556 41.3667 25.6191 41.3711C25.5172 41.3834 25.415 41.3957 25.3125 41.4062C25.2836 41.4092 25.2546 41.4112 25.2256 41.4141C25.1246 41.4239 25.0234 41.4332 24.9219 41.4414C24.8653 41.446 24.8087 41.4511 24.752 41.4551C24.6743 41.4606 24.5965 41.4653 24.5186 41.4697C24.448 41.4738 24.3774 41.4773 24.3066 41.4805C24.2264 41.4841 24.146 41.4867 24.0654 41.4893C24.0209 41.4907 23.9763 41.4931 23.9316 41.4941C23.7882 41.4976 23.6443 41.5 23.5 41.5C13.8351 41.4999 6 33.6649 6 24C6 22.0849 6.30843 20.239 6.87891 18.5107L6.99609 18.167C9.39774 11.3721 15.8781 6.50007 23.5 6.5Z", style: { fill: `var(--${type})` } }) });
763
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M23.5 6.5C29.8688 6.5 35.4389 9.90259 38.5 14.9854V7.5H41.5V20H29V17H36.2002C33.7296 12.5278 28.9674 9.5 23.5 9.5C17.189 9.50007 11.8164 13.5333 9.8252 19.167L9.63574 19.7383C9.22259 21.0841 9 22.5149 9 24C9 32.0081 15.4919 38.4999 23.5 38.5C26.2187 38.5 28.7625 37.7505 30.9375 36.4482C30.9786 36.4236 31.0197 36.399 31.0605 36.374C34.2274 34.435 36.5934 31.3153 37.543 27.626C37.8413 26.4671 38 25.2521 38 24H41C41 25.5101 40.8079 26.9752 40.4482 28.373L40.4492 28.374C40.2811 29.0271 40.0752 29.6649 39.8359 30.2861C39.7412 30.5321 39.6405 30.7751 39.5352 31.0156C39.5146 31.0625 39.4946 31.1096 39.4736 31.1562C39.3938 31.3341 39.3101 31.5099 39.2246 31.6846C39.2033 31.7281 39.1828 31.7721 39.1611 31.8154C39.0659 32.0059 38.9672 32.1944 38.8652 32.3809C38.8611 32.3884 38.8567 32.3958 38.8525 32.4033C38.7573 32.577 38.6595 32.7489 38.5586 32.9189C38.5353 32.9581 38.5118 32.9971 38.4883 33.0361C38.3798 33.2157 38.268 33.3931 38.1533 33.5684C38.136 33.5949 38.1181 33.621 38.1006 33.6475C37.7289 34.2088 37.3257 34.7472 36.8936 35.2607C36.8656 35.294 36.8378 35.3273 36.8096 35.3604C36.533 35.6841 36.2445 35.9971 35.9453 36.2998C35.9212 36.3242 35.8983 36.3498 35.874 36.374C35.7293 36.5188 35.5813 36.6602 35.4316 36.7998C35.4018 36.8276 35.3718 36.8552 35.3418 36.8828C35.1997 37.0134 35.0555 37.1416 34.9092 37.2676C34.8638 37.3066 34.8182 37.3452 34.7725 37.3838C34.4548 37.6516 34.1275 37.9083 33.791 38.1533C33.7624 38.1742 33.7338 38.1951 33.7051 38.2158C33.531 38.341 33.3546 38.4631 33.1758 38.582C33.1568 38.5946 33.1381 38.6076 33.1191 38.6201C32.9399 38.7383 32.759 38.8541 32.5752 38.9658C32.5461 38.9835 32.5165 39.0001 32.4873 39.0176C32.3228 39.1162 32.1562 39.2114 31.9883 39.3047C31.9601 39.3203 31.9326 39.337 31.9043 39.3525C31.7186 39.4544 31.5305 39.5522 31.3408 39.6475C31.3109 39.6625 31.281 39.6775 31.251 39.6924C31.0588 39.7875 30.865 39.8796 30.6689 39.9678C30.6495 39.9765 30.6298 39.9845 30.6104 39.9932C30.4344 40.0715 30.2571 40.1471 30.0781 40.2197C30.0286 40.2398 29.9794 40.2606 29.9297 40.2803C29.9051 40.29 29.8801 40.299 29.8555 40.3086C29.7657 40.3436 29.6755 40.3776 29.585 40.4111C29.5408 40.4275 29.4965 40.4439 29.4521 40.46C28.94 40.6452 28.417 40.8078 27.8838 40.9453C27.8672 40.9496 27.8506 40.9538 27.834 40.958C27.7133 40.9887 27.5923 41.0187 27.4707 41.0469C27.4515 41.0513 27.4323 41.0552 27.4131 41.0596C27.3099 41.0831 27.2064 41.1052 27.1025 41.127C27.0463 41.1387 26.9901 41.1509 26.9336 41.1621C26.8661 41.1755 26.7983 41.1875 26.7305 41.2002C26.6632 41.2128 26.5959 41.2255 26.5283 41.2373C26.464 41.2485 26.3995 41.259 26.335 41.2695C26.2689 41.2803 26.203 41.2917 26.1367 41.3018C26.1328 41.3024 26.129 41.3041 26.125 41.3047L25.7285 41.3594C25.6922 41.364 25.6556 41.3667 25.6191 41.3711C25.5172 41.3834 25.415 41.3957 25.3125 41.4062C25.2836 41.4092 25.2546 41.4112 25.2256 41.4141C25.1246 41.4239 25.0234 41.4332 24.9219 41.4414C24.8653 41.446 24.8087 41.4511 24.752 41.4551C24.6743 41.4606 24.5965 41.4653 24.5186 41.4697C24.448 41.4738 24.3774 41.4773 24.3066 41.4805C24.2264 41.4841 24.146 41.4867 24.0654 41.4893C24.0209 41.4907 23.9763 41.4931 23.9316 41.4941C23.7882 41.4976 23.6443 41.5 23.5 41.5C13.8351 41.4999 6 33.6649 6 24C6 22.0849 6.30843 20.239 6.87891 18.5107L6.99609 18.167C9.39774 11.3721 15.8781 6.50007 23.5 6.5Z", style: { fill: `var(--${type})` } }) });
764
764
  } else if (thick) {
765
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M11.2718 11.2721C18.3012 4.24264 29.6984 4.24264 36.7278 11.2721C37.591 12.1353 38.348 13.0664 39.0003 14.0475V7.00059H43.0003V20.0006H30.0003V16.0006H35.4896C35.0242 15.3341 34.496 14.6965 33.8997 14.1002C28.4324 8.63293 19.5682 8.63305 14.1009 14.1002C8.63354 19.5675 8.63354 28.4317 14.1009 33.899C19.5682 39.3662 28.4324 39.3663 33.8997 33.899C34.0587 33.74 34.2129 33.5781 34.3626 33.4137C35.2582 32.4283 36.0143 31.3143 36.6019 30.1031C36.6806 29.9405 36.7563 29.7768 36.8284 29.6119C36.8452 29.5736 36.8618 29.5352 36.8782 29.4967L36.9212 29.3971C36.9941 29.2228 37.0633 29.0466 37.1292 28.8688C37.3601 28.2443 37.5459 27.6066 37.6849 26.9606L37.7523 26.6266C37.9137 25.7759 38.0003 24.8982 38.0003 24.0006H42.0003C42.0003 26.5272 41.4781 28.9319 40.5384 31.1139L40.5208 31.1559C40.5177 31.1631 40.5142 31.1701 40.511 31.1774C40.4644 31.2845 40.4161 31.3907 40.3675 31.4967C40.355 31.524 40.343 31.5515 40.3304 31.5787C40.287 31.672 40.2425 31.7646 40.1976 31.857C40.1589 31.9368 40.1193 32.0161 40.0794 32.0953C40.058 32.1377 40.0367 32.1801 40.0149 32.2223C39.9883 32.2741 39.962 32.326 39.9349 32.3775C39.8277 32.5809 39.7174 32.7824 39.6028 32.9811C39.4239 33.2916 39.2344 33.5975 39.0355 33.899C38.9952 33.96 38.9553 34.0212 38.9144 34.0816C38.6845 34.421 38.4422 34.7544 38.1868 35.0807C37.3686 36.1268 36.4366 37.0794 35.4105 37.9215C35.3459 37.9745 35.2802 38.0258 35.2151 38.0777C35.167 38.1162 35.1192 38.155 35.0706 38.193C34.9977 38.25 34.9244 38.3062 34.8509 38.3619C34.8088 38.3938 34.7663 38.4252 34.7239 38.4566C34.66 38.5042 34.596 38.5516 34.5315 38.5983C34.4701 38.6427 34.4081 38.6864 34.346 38.7301C34.2711 38.7828 34.1959 38.8349 34.1204 38.8863C34.0912 38.9063 34.0619 38.9262 34.0325 38.9459C33.9302 39.0148 33.8274 39.0825 33.7239 39.149C33.7093 39.1585 33.6947 39.168 33.68 39.1774C33.5873 39.2366 33.4942 39.2948 33.4007 39.3522C33.3504 39.383 33.2999 39.4136 33.2493 39.444C33.175 39.4885 33.1005 39.5324 33.0257 39.5758C32.9837 39.6002 32.9419 39.625 32.8997 39.649C32.8179 39.6956 32.736 39.7415 32.6536 39.7867C32.5869 39.8234 32.5197 39.8593 32.4524 39.8951C32.405 39.9204 32.3575 39.9455 32.3099 39.9703C32.2243 40.0149 32.1384 40.0589 32.0521 40.1022C32.0082 40.1241 31.9643 40.146 31.9202 40.1676C31.8292 40.2123 31.7377 40.2562 31.6458 40.2994C31.6065 40.3179 31.5671 40.336 31.5276 40.3541C29.6089 41.2388 27.5085 41.7952 25.2972 41.9527C25.2916 41.9531 25.2861 41.9533 25.2806 41.9537C24.8576 41.9835 24.4308 42.0006 24.0003 42.0006C19.3936 42.0007 14.7866 40.242 11.2718 36.7272C4.24274 29.6978 4.24274 18.3014 11.2718 11.2721Z", style: { fill: `var(--${type})` } }) });
765
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M11.2718 11.2721C18.3012 4.24264 29.6984 4.24264 36.7278 11.2721C37.591 12.1353 38.348 13.0664 39.0003 14.0475V7.00059H43.0003V20.0006H30.0003V16.0006H35.4896C35.0242 15.3341 34.496 14.6965 33.8997 14.1002C28.4324 8.63293 19.5682 8.63305 14.1009 14.1002C8.63354 19.5675 8.63354 28.4317 14.1009 33.899C19.5682 39.3662 28.4324 39.3663 33.8997 33.899C34.0587 33.74 34.2129 33.5781 34.3626 33.4137C35.2582 32.4283 36.0143 31.3143 36.6019 30.1031C36.6806 29.9405 36.7563 29.7768 36.8284 29.6119C36.8452 29.5736 36.8618 29.5352 36.8782 29.4967L36.9212 29.3971C36.9941 29.2228 37.0632 29.0466 37.1292 28.8688C37.3601 28.2443 37.5459 27.6066 37.6849 26.9606L37.7523 26.6266C37.9137 25.7759 38.0003 24.8982 38.0003 24.0006H42.0003C42.0003 26.5272 41.4781 28.9319 40.5384 31.1139L40.5208 31.1559C40.5177 31.1631 40.5142 31.1701 40.511 31.1774C40.4644 31.2845 40.4161 31.3907 40.3675 31.4967C40.355 31.524 40.343 31.5515 40.3304 31.5787C40.287 31.672 40.2425 31.7646 40.1976 31.857C40.1589 31.9368 40.1193 32.0161 40.0794 32.0953C40.058 32.1377 40.0367 32.1801 40.0149 32.2223C39.9883 32.2741 39.962 32.326 39.9349 32.3775C39.8277 32.5809 39.7174 32.7824 39.6028 32.9811C39.4239 33.2916 39.2344 33.5975 39.0355 33.899C38.9952 33.96 38.9553 34.0212 38.9144 34.0816C38.6845 34.421 38.4422 34.7544 38.1868 35.0807C37.3686 36.1268 36.4366 37.0794 35.4105 37.9215C35.3459 37.9745 35.2802 38.0258 35.2151 38.0777C35.167 38.1162 35.1192 38.155 35.0706 38.193C34.9977 38.25 34.9244 38.3062 34.8509 38.3619C34.8088 38.3938 34.7663 38.4252 34.7239 38.4566C34.66 38.5042 34.596 38.5516 34.5315 38.5983C34.4701 38.6427 34.4081 38.6864 34.346 38.7301C34.2711 38.7828 34.1959 38.8349 34.1204 38.8863C34.0912 38.9063 34.0619 38.9262 34.0325 38.9459C33.9302 39.0148 33.8274 39.0825 33.7239 39.149C33.7093 39.1585 33.6947 39.168 33.68 39.1774C33.5873 39.2366 33.4942 39.2948 33.4007 39.3522C33.3504 39.383 33.2999 39.4136 33.2493 39.444C33.175 39.4885 33.1005 39.5324 33.0257 39.5758C32.9837 39.6002 32.9419 39.625 32.8997 39.649C32.8179 39.6956 32.736 39.7415 32.6536 39.7867C32.5869 39.8234 32.5197 39.8593 32.4524 39.8951C32.405 39.9204 32.3575 39.9455 32.3099 39.9703C32.2243 40.0149 32.1384 40.0589 32.0521 40.1022C32.0082 40.1241 31.9643 40.146 31.9202 40.1676C31.8292 40.2123 31.7377 40.2562 31.6458 40.2994C31.6065 40.3179 31.5671 40.336 31.5276 40.3541C29.6089 41.2388 27.5085 41.7952 25.2972 41.9527C25.2916 41.9531 25.2861 41.9533 25.2806 41.9537C24.8576 41.9835 24.4308 42.0006 24.0003 42.0006C19.3936 42.0007 14.7866 40.242 11.2718 36.7272C4.24274 29.6978 4.24274 18.3014 11.2718 11.2721Z", style: { fill: `var(--${type})` } }) });
766
766
  }
767
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M23.5 6.5C29.8688 6.5 35.4389 9.90259 38.5 14.9854V7.5H41.5V20H29V17H36.2002C33.7296 12.5278 28.9674 9.5 23.5 9.5C17.189 9.50007 11.8164 13.5333 9.8252 19.167L9.63574 19.7383C9.22259 21.0841 9 22.5149 9 24C9 32.0081 15.4919 38.4999 23.5 38.5C26.2187 38.5 28.7625 37.7505 30.9375 36.4482C30.9786 36.4236 31.0197 36.399 31.0605 36.374C34.2274 34.435 36.5934 31.3153 37.543 27.626C37.8413 26.4671 38 25.2521 38 24H41C41 25.5101 40.8079 26.9752 40.4482 28.373L40.4492 28.374C40.2811 29.0271 40.0752 29.6649 39.8359 30.2861C39.7412 30.5321 39.6405 30.7751 39.5352 31.0156C39.5146 31.0625 39.4946 31.1096 39.4736 31.1562C39.3938 31.3341 39.3101 31.5099 39.2246 31.6846C39.2033 31.7281 39.1828 31.7721 39.1611 31.8154C39.0659 32.0059 38.9672 32.1944 38.8652 32.3809C38.8611 32.3884 38.8567 32.3958 38.8525 32.4033C38.7573 32.577 38.6595 32.7489 38.5586 32.9189C38.5353 32.9581 38.5118 32.9971 38.4883 33.0361C38.3798 33.2157 38.268 33.3931 38.1533 33.5684C38.136 33.5949 38.1181 33.621 38.1006 33.6475C37.7289 34.2088 37.3257 34.7473 36.8936 35.2607C36.8656 35.294 36.8378 35.3273 36.8096 35.3604C36.533 35.6841 36.2445 35.9971 35.9453 36.2998C35.9212 36.3242 35.8983 36.3498 35.874 36.374C35.7293 36.5188 35.5813 36.6602 35.4316 36.7998C35.4018 36.8276 35.3718 36.8552 35.3418 36.8828C35.1997 37.0134 35.0555 37.1416 34.9092 37.2676C34.8638 37.3066 34.8182 37.3452 34.7725 37.3838C34.4548 37.6516 34.1275 37.9083 33.791 38.1533C33.7624 38.1742 33.7338 38.1951 33.7051 38.2158C33.531 38.341 33.3546 38.4631 33.1758 38.582C33.1568 38.5946 33.1381 38.6076 33.1191 38.6201C32.9399 38.7383 32.759 38.8541 32.5752 38.9658C32.5461 38.9835 32.5165 39.0001 32.4873 39.0176C32.3228 39.1162 32.1562 39.2114 31.9883 39.3047C31.9601 39.3203 31.9326 39.337 31.9043 39.3525C31.7186 39.4544 31.5305 39.5522 31.3408 39.6475C31.3109 39.6625 31.281 39.6775 31.251 39.6924C31.0588 39.7875 30.865 39.8796 30.6689 39.9678C30.6495 39.9765 30.6298 39.9845 30.6104 39.9932C30.4344 40.0715 30.2571 40.1471 30.0781 40.2197C30.0286 40.2398 29.9794 40.2606 29.9297 40.2803C29.9051 40.29 29.8801 40.299 29.8555 40.3086C29.7657 40.3436 29.6755 40.3776 29.585 40.4111C29.5408 40.4275 29.4965 40.4439 29.4521 40.46C28.94 40.6452 28.417 40.8078 27.8838 40.9453C27.8672 40.9496 27.8506 40.9538 27.834 40.958C27.7133 40.9887 27.5923 41.0187 27.4707 41.0469C27.4515 41.0513 27.4323 41.0552 27.4131 41.0596C27.3099 41.0831 27.2064 41.1052 27.1025 41.127C27.0463 41.1387 26.9901 41.1509 26.9336 41.1621C26.8661 41.1755 26.7983 41.1875 26.7305 41.2002C26.6632 41.2128 26.5959 41.2255 26.5283 41.2373C26.464 41.2485 26.3995 41.259 26.335 41.2695C26.2689 41.2803 26.203 41.2917 26.1367 41.3018C26.1328 41.3024 26.129 41.3041 26.125 41.3047L25.7285 41.3594C25.6922 41.364 25.6556 41.3667 25.6191 41.3711C25.5172 41.3834 25.415 41.3957 25.3125 41.4062C25.2836 41.4092 25.2546 41.4112 25.2256 41.4141C25.1246 41.4239 25.0234 41.4332 24.9219 41.4414C24.8653 41.446 24.8087 41.4511 24.752 41.4551C24.6743 41.4606 24.5965 41.4653 24.5186 41.4697C24.448 41.4738 24.3774 41.4773 24.3066 41.4805C24.2264 41.4841 24.146 41.4867 24.0654 41.4893C24.0209 41.4907 23.9763 41.4931 23.9316 41.4941C23.7882 41.4976 23.6443 41.5 23.5 41.5C13.8351 41.4999 6 33.6649 6 24C6 22.0849 6.30843 20.239 6.87891 18.5107L6.99609 18.167C9.39774 11.3721 15.8781 6.50007 23.5 6.5Z", style: { fill: `var(--${type})` } }) });
767
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M23.5 6.5C29.8688 6.5 35.4389 9.90259 38.5 14.9854V7.5H41.5V20H29V17H36.2002C33.7296 12.5278 28.9674 9.5 23.5 9.5C17.189 9.50007 11.8164 13.5333 9.8252 19.167L9.63574 19.7383C9.22259 21.0841 9 22.5149 9 24C9 32.0081 15.4919 38.4999 23.5 38.5C26.2187 38.5 28.7625 37.7505 30.9375 36.4482C30.9786 36.4236 31.0197 36.399 31.0605 36.374C34.2274 34.435 36.5934 31.3153 37.543 27.626C37.8413 26.4671 38 25.2521 38 24H41C41 25.5101 40.8079 26.9752 40.4482 28.373L40.4492 28.374C40.2811 29.0271 40.0752 29.6649 39.8359 30.2861C39.7412 30.5321 39.6405 30.7751 39.5352 31.0156C39.5146 31.0625 39.4946 31.1096 39.4736 31.1562C39.3938 31.3341 39.3101 31.5099 39.2246 31.6846C39.2033 31.7281 39.1828 31.7721 39.1611 31.8154C39.0659 32.0059 38.9672 32.1944 38.8652 32.3809C38.8611 32.3884 38.8567 32.3958 38.8525 32.4033C38.7573 32.577 38.6595 32.7489 38.5586 32.9189C38.5353 32.9581 38.5118 32.9971 38.4883 33.0361C38.3798 33.2157 38.268 33.3931 38.1533 33.5684C38.136 33.5949 38.1181 33.621 38.1006 33.6475C37.7289 34.2088 37.3257 34.7472 36.8936 35.2607C36.8656 35.294 36.8378 35.3273 36.8096 35.3604C36.533 35.6841 36.2445 35.9971 35.9453 36.2998C35.9212 36.3242 35.8983 36.3498 35.874 36.374C35.7293 36.5188 35.5813 36.6602 35.4316 36.7998C35.4018 36.8276 35.3718 36.8552 35.3418 36.8828C35.1997 37.0134 35.0555 37.1416 34.9092 37.2676C34.8638 37.3066 34.8182 37.3452 34.7725 37.3838C34.4548 37.6516 34.1275 37.9083 33.791 38.1533C33.7624 38.1742 33.7338 38.1951 33.7051 38.2158C33.531 38.341 33.3546 38.4631 33.1758 38.582C33.1568 38.5946 33.1381 38.6076 33.1191 38.6201C32.9399 38.7383 32.759 38.8541 32.5752 38.9658C32.5461 38.9835 32.5165 39.0001 32.4873 39.0176C32.3228 39.1162 32.1562 39.2114 31.9883 39.3047C31.9601 39.3203 31.9326 39.337 31.9043 39.3525C31.7186 39.4544 31.5305 39.5522 31.3408 39.6475C31.3109 39.6625 31.281 39.6775 31.251 39.6924C31.0588 39.7875 30.865 39.8796 30.6689 39.9678C30.6495 39.9765 30.6298 39.9845 30.6104 39.9932C30.4344 40.0715 30.2571 40.1471 30.0781 40.2197C30.0286 40.2398 29.9794 40.2606 29.9297 40.2803C29.9051 40.29 29.8801 40.299 29.8555 40.3086C29.7657 40.3436 29.6755 40.3776 29.585 40.4111C29.5408 40.4275 29.4965 40.4439 29.4521 40.46C28.94 40.6452 28.417 40.8078 27.8838 40.9453C27.8672 40.9496 27.8506 40.9538 27.834 40.958C27.7133 40.9887 27.5923 41.0187 27.4707 41.0469C27.4515 41.0513 27.4323 41.0552 27.4131 41.0596C27.3099 41.0831 27.2064 41.1052 27.1025 41.127C27.0463 41.1387 26.9901 41.1509 26.9336 41.1621C26.8661 41.1755 26.7983 41.1875 26.7305 41.2002C26.6632 41.2128 26.5959 41.2255 26.5283 41.2373C26.464 41.2485 26.3995 41.259 26.335 41.2695C26.2689 41.2803 26.203 41.2917 26.1367 41.3018C26.1328 41.3024 26.129 41.3041 26.125 41.3047L25.7285 41.3594C25.6922 41.364 25.6556 41.3667 25.6191 41.3711C25.5172 41.3834 25.415 41.3957 25.3125 41.4062C25.2836 41.4092 25.2546 41.4112 25.2256 41.4141C25.1246 41.4239 25.0234 41.4332 24.9219 41.4414C24.8653 41.446 24.8087 41.4511 24.752 41.4551C24.6743 41.4606 24.5965 41.4653 24.5186 41.4697C24.448 41.4738 24.3774 41.4773 24.3066 41.4805C24.2264 41.4841 24.146 41.4867 24.0654 41.4893C24.0209 41.4907 23.9763 41.4931 23.9316 41.4941C23.7882 41.4976 23.6443 41.5 23.5 41.5C13.8351 41.4999 6 33.6649 6 24C6 22.0849 6.30843 20.239 6.87891 18.5107L6.99609 18.167C9.39774 11.3721 15.8781 6.50007 23.5 6.5Z", style: { fill: `var(--${type})` } }) });
768
768
  }
769
769
  );
770
770
  var IconQuestionMessage = /* @__PURE__ */ forwardRef(
@@ -793,27 +793,27 @@ var IconBooks = /* @__PURE__ */ forwardRef(
793
793
  const iconSize = iconSizeMap[size];
794
794
  if (fill && thick) {
795
795
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
796
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.6061 8.10406L33.3875 5.52516C33.9192 5.36904 34.4764 5.67491 34.6301 6.20723L43.828 38.0625C43.9807 38.5914 43.6772 39.1442 43.149 39.2994L34.3676 41.8783C33.836 42.0344 33.2787 41.7285 33.125 41.1962L23.9271 9.34095C23.7744 8.81204 24.0779 8.25918 24.6061 8.10406Z", style: { fill: `var(--${type})` } }),
797
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.42578 10.2835H13.0001C13.5523 10.2835 14 10.7312 14 11.2835V40.9541C14 41.5064 13.5523 41.9541 13 41.9541H5.42578C4.8735 41.9541 4.42578 41.5064 4.42578 40.9541V11.2835C4.42578 10.7312 4.8735 10.2835 5.42578 10.2835Z", style: { fill: `var(--${type})` } }),
798
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.0001 18.7017H24.6265C25.1788 18.7017 25.6265 19.1494 25.6265 19.7017V40.9546C25.6265 41.5069 25.1788 41.9546 24.6265 41.9546H16.0001C15.4478 41.9546 15.0001 41.5069 15.0001 40.9546V19.7017C15.0001 19.1494 15.4478 18.7017 16.0001 18.7017ZM17.9991 23.2915H22.339V26.2915H17.9991V23.2915ZM22.339 34.0894H17.9991V37.0894H22.339V34.0894Z", style: { fill: `var(--${type})` } })
796
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.6061 8.10455L33.3875 5.52565C33.9192 5.36953 34.4764 5.6754 34.6301 6.20772L43.828 38.063C43.9807 38.5919 43.6772 39.1447 43.149 39.2998L34.3676 41.8787C33.836 42.0349 33.2787 41.729 33.125 41.1967L23.9271 9.34143C23.7744 8.81253 24.0779 8.25967 24.6061 8.10455Z", style: { fill: `var(--${type})` } }),
797
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.42578 10.284H13.0001C13.5523 10.284 14 10.7317 14 11.284V40.9546C14 41.5069 13.5523 41.9546 13 41.9546H5.42578C4.8735 41.9546 4.42578 41.5069 4.42578 40.9546V11.284C4.42578 10.7317 4.8735 10.284 5.42578 10.284Z", style: { fill: `var(--${type})` } }),
798
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.0001 18.7022H24.6265C25.1788 18.7022 25.6265 19.1499 25.6265 19.7022V40.9551C25.6265 41.5074 25.1788 41.9551 24.6265 41.9551H16.0001C15.4478 41.9551 15.0001 41.5074 15.0001 40.9551V19.7022C15.0001 19.1499 15.4478 18.7022 16.0001 18.7022ZM17.9991 23.292H22.339V26.292H17.9991V23.292ZM22.339 34.0899H17.9991V37.0899H22.339V34.0899Z", style: { fill: `var(--${type})` } })
799
799
  ] });
800
800
  } else if (fill) {
801
801
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
802
- /* @__PURE__ */ jsx("path", { d: "M33.3876 5.52516L24.6062 8.10406C24.078 8.25918 23.7745 8.81204 23.9272 9.34095L33.1251 41.1962C33.2788 41.7285 33.836 42.0344 34.3676 41.8783L43.1491 39.2994C43.6773 39.1442 43.9807 38.5914 43.828 38.0625L34.6301 6.20723C34.4764 5.67491 33.9192 5.36904 33.3876 5.52516Z", style: { fill: `var(--${type})` } }),
803
- /* @__PURE__ */ jsx("path", { d: "M13.0001 10.2842H5.42578C4.8735 10.2842 4.42578 10.7319 4.42578 11.2842V40.9548C4.42578 41.5071 4.8735 41.9548 5.42578 41.9548H13C13.5523 41.9548 14 41.5071 14 40.9548V11.2842C14 10.7319 13.5523 10.2842 13.0001 10.2842Z", style: { fill: `var(--${type})` } }),
804
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.0001 18.7017H24.6266C25.1789 18.7017 25.6266 19.1494 25.6266 19.7017V40.9546C25.6266 41.5069 25.1788 41.9546 24.6266 41.9546H16.0001C15.4478 41.9546 15.0001 41.5069 15.0001 40.9546V19.7017C15.0001 19.1494 15.4478 18.7017 16.0001 18.7017ZM18.2257 23.5181H22.1125V26.065H18.2257V23.5181ZM22.1125 34.316H18.2257V36.8628H22.1125V34.316Z", style: { fill: `var(--${type})` } })
802
+ /* @__PURE__ */ jsx("path", { d: "M33.3875 5.52565L24.6061 8.10455C24.0779 8.25967 23.7744 8.81253 23.9271 9.34143L33.125 41.1967C33.2787 41.729 33.8359 42.0349 34.3675 41.8787L43.1489 39.2998C43.6771 39.1447 43.9806 38.5919 43.8279 38.063L34.63 6.20772C34.4763 5.6754 33.9191 5.36953 33.3875 5.52565Z", style: { fill: `var(--${type})` } }),
803
+ /* @__PURE__ */ jsx("path", { d: "M12.9999 10.2847H5.42566C4.87337 10.2847 4.42566 10.7324 4.42566 11.2847V40.9553C4.42566 41.5076 4.87337 41.9553 5.42566 41.9553H12.9999C13.5522 41.9553 13.9999 41.5076 13.9999 40.9553V11.2847C13.9999 10.7324 13.5522 10.2847 12.9999 10.2847Z", style: { fill: `var(--${type})` } }),
804
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16 18.7022H24.6264C25.1787 18.7022 25.6264 19.1499 25.6264 19.7022V40.9551C25.6264 41.5074 25.1787 41.9551 24.6264 41.9551H16C15.4477 41.9551 15 41.5074 15 40.9551V19.7022C15 19.1499 15.4477 18.7022 16 18.7022ZM18.2256 23.5186H22.1123V26.0654H18.2256V23.5186ZM22.1123 34.3165H18.2256V36.8633H22.1123V34.3165Z", style: { fill: `var(--${type})` } })
805
805
  ] });
806
806
  } else if (thick) {
807
807
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
808
- /* @__PURE__ */ jsx("path", { d: "M20.3906 24.0005H17.6406V26.0005H20.3906V24.0005Z", style: { fill: `var(--${type})` } }),
809
- /* @__PURE__ */ jsx("path", { d: "M20.3906 34.0005H17.6406V36.0005H20.3906V34.0005Z", style: { fill: `var(--${type})` } }),
810
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23.0523 10.4133C22.7469 9.35546 23.3538 8.24972 24.4103 7.93948L32.5655 5.54446C33.6288 5.23222 34.7432 5.84397 35.0506 6.90861L43.7371 36.9926C44.0425 38.0504 43.4355 39.1562 42.3791 39.4664L34.2238 41.8614C33.1606 42.1737 32.0462 41.5619 31.7388 40.4973L26.0001 20.6223V40.0009C26.0001 41.1055 25.1046 42.0009 24 42.0009L13.9998 42.0006L13.9887 42.0006H6C4.89543 42.0006 4 41.1051 4 40.0006V12.0005C4 10.8959 4.89543 10.0005 6 10.0005H14C15.1046 10.0005 16 10.8959 16 12.0005V18.0003L24.0001 18.0006C24.5509 18.0006 25.0497 18.2233 25.4114 18.5835L23.0523 10.4133ZM35.0244 37.4574L27.4476 11.2164L31.7649 9.94851L39.3418 36.1895L35.0244 37.4574ZM8 38.0006H11.9998V20.0003L12 19.9753V14.0005H8V38.0006ZM22.0001 38.0008L16 38.0006V22.0004L22.0001 22.0005V38.0008Z", style: { fill: `var(--${type})` } })
808
+ /* @__PURE__ */ jsx("path", { d: "M20.3906 24H17.6406V26H20.3906V24Z", style: { fill: `var(--${type})` } }),
809
+ /* @__PURE__ */ jsx("path", { d: "M20.3906 34H17.6406V36H20.3906V34Z", style: { fill: `var(--${type})` } }),
810
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23.0523 10.4128C22.7469 9.35497 23.3538 8.24923 24.4103 7.93899L32.5655 5.54397C33.6288 5.23173 34.7432 5.84348 35.0506 6.90812L43.7371 36.9921C44.0425 38.0499 43.4355 39.1557 42.3791 39.4659L34.2238 41.861C33.1606 42.1732 32.0462 41.5614 31.7388 40.4968L26.0001 20.6218V40.0004C26.0001 41.105 25.1046 42.0004 24 42.0004L13.9998 42.0001L13.9887 42.0001H6C4.89543 42.0001 4 41.1047 4 40.0001V12C4 10.8954 4.89543 9.99998 6 9.99998H14C15.1046 9.99998 16 10.8954 16 12V17.9999L24.0001 18.0001C24.5509 18.0001 25.0497 18.2228 25.4114 18.583L23.0523 10.4128ZM35.0244 37.4569L27.4476 11.2159L31.7649 9.94802L39.3418 36.189L35.0244 37.4569ZM8 38.0001H11.9998V19.9998L12 19.9748V14H8V38.0001ZM22.0001 38.0003L16 38.0002V21.9999L22.0001 22V38.0003Z", style: { fill: `var(--${type})` } })
811
811
  ] });
812
812
  }
813
813
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
814
- /* @__PURE__ */ jsx("path", { d: "M17.4532 23.4653H21.2734V26.0122H17.4532V23.4653Z", style: { fill: `var(--${type})` } }),
815
- /* @__PURE__ */ jsx("path", { d: "M21.2734 33.7271H17.4532V36.2739H21.2734V33.7271Z", style: { fill: `var(--${type})` } }),
816
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.4103 7.93948C23.3538 8.24972 22.7469 9.35546 23.0523 10.4133L25.4114 18.5836C25.0497 18.2234 24.5509 18.0007 24 18.0007H16V12.0005C16 10.8959 15.1046 10.0005 14 10.0005H6C4.89543 10.0005 4 10.8959 4 12.0005V40.0006C4 41.1051 4.89543 42.0006 6 42.0006H14C14.1724 42.0006 14.3398 41.9787 14.4994 41.9377C14.6594 41.979 14.8272 42.0009 15 42.0009H24C25.1046 42.0009 26 41.1054 26 40.0009V20.6222L31.7388 40.4973C32.0462 41.5619 33.1606 42.1737 34.2238 41.8614L42.3791 39.4664C43.4355 39.1562 44.0425 38.0504 43.7371 36.9926L35.0506 6.90861C34.7432 5.84397 33.6288 5.23222 32.5655 5.54446L24.4103 7.93948ZM26.2107 10.5374L34.3424 38.6999L40.5787 36.8685L32.447 8.70596L26.2107 10.5374ZM7 13.0005V39.0006H13V13.0005H7ZM16 39.0009V21.0007H23V39.0009H16Z", style: { fill: `var(--${type})` } })
814
+ /* @__PURE__ */ jsx("path", { d: "M17.4532 23.4648H21.2734V26.0117H17.4532V23.4648Z", style: { fill: `var(--${type})` } }),
815
+ /* @__PURE__ */ jsx("path", { d: "M21.2734 33.7266H17.4532V36.2734H21.2734V33.7266Z", style: { fill: `var(--${type})` } }),
816
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.4103 7.93899C23.3538 8.24923 22.7469 9.35497 23.0523 10.4128L25.4114 18.5832C25.0497 18.2229 24.5509 18.0002 24 18.0002H16V12C16 10.8954 15.1046 9.99998 14 9.99998H6C4.89543 9.99998 4 10.8954 4 12V40.0001C4 41.1047 4.89543 42.0001 6 42.0001H14C14.1724 42.0001 14.3398 41.9783 14.4994 41.9372C14.6594 41.9785 14.8272 42.0004 15 42.0004H24C25.1046 42.0004 26 41.105 26 40.0004V20.6217L31.7388 40.4968C32.0462 41.5614 33.1606 42.1732 34.2238 41.861L42.3791 39.4659C43.4355 39.1557 44.0425 38.0499 43.7371 36.9921L35.0506 6.90812C34.7432 5.84348 33.6288 5.23173 32.5655 5.54397L24.4103 7.93899ZM26.2107 10.5369L34.3424 38.6994L40.5787 36.868L32.447 8.70548L26.2107 10.5369ZM7 13V39.0001H13V13H7ZM16 39.0004V21.0002H23V39.0004H16Z", style: { fill: `var(--${type})` } })
817
817
  ] });
818
818
  }
819
819
  );
@@ -822,15 +822,15 @@ var IconBalance = /* @__PURE__ */ forwardRef(
822
822
  const iconSize = iconSizeMap[size];
823
823
  if (fill && thick) {
824
824
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
825
- /* @__PURE__ */ jsx("path", { d: "M25.2842 11.1646L39.312 7.9497L38.4184 4.05078L5.98584 11.4838L6.8794 15.3827L21.2842 12.0814L21.2842 39.0006H11.5469V43.0006H34.8807V39.0006H25.2842L25.2842 11.1646Z", style: { fill: `var(--${type})` } }),
826
- /* @__PURE__ */ jsx("path", { d: "M39.1225 22.3672C39.5542 23.6622 38.5903 24.9996 37.2251 24.9996H30.7748C29.4097 24.9996 28.4458 23.6622 28.8775 22.3672L32.1026 12.6917C32.7104 10.8683 35.2896 10.8683 35.8974 12.6917L39.1225 22.3672Z", style: { fill: `var(--${type})` } }),
827
- /* @__PURE__ */ jsx("path", { d: "M18.1225 27.3672C18.5542 28.6622 17.5903 29.9996 16.2251 29.9996H9.77485C8.40973 29.9996 7.44579 28.6622 7.87748 27.3672L11.1026 17.6917C11.7104 15.8683 14.2896 15.8683 14.8974 17.6917L18.1225 27.3672Z", style: { fill: `var(--${type})` } })
825
+ /* @__PURE__ */ jsx("path", { d: "M25.2842 11.1651L39.312 7.95019L38.4184 4.05127L5.98584 11.4843L6.8794 15.3832L21.2842 12.0818L21.2842 39.0011H11.5469V43.0011H34.8807V39.0011H25.2842L25.2842 11.1651Z", style: { fill: `var(--${type})` } }),
826
+ /* @__PURE__ */ jsx("path", { d: "M39.1225 22.3676C39.5542 23.6627 38.5903 25.0001 37.2251 25.0001H30.7748C29.4097 25.0001 28.4458 23.6627 28.8775 22.3676L32.1026 12.6922C32.7104 10.8688 35.2896 10.8688 35.8974 12.6922L39.1225 22.3676Z", style: { fill: `var(--${type})` } }),
827
+ /* @__PURE__ */ jsx("path", { d: "M18.1225 27.3676C18.5542 28.6627 17.5903 30.0001 16.2251 30.0001H9.77485C8.40973 30.0001 7.44579 28.6627 7.87748 27.3676L11.1026 17.6922C11.7104 15.8688 14.2896 15.8688 14.8974 17.6922L18.1225 27.3676Z", style: { fill: `var(--${type})` } })
828
828
  ] });
829
829
  } else if (fill) {
830
830
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
831
- /* @__PURE__ */ jsx("path", { d: "M24.7841 10.7672L39.2004 7.46325L38.5302 4.53906L6.09766 11.972L6.76783 14.8962L21.7841 11.4548L21.7841 39.5018H11.547V42.5018H34.8808V39.5018H24.7841L24.7841 10.7672Z", style: { fill: `var(--${type})` } }),
832
- /* @__PURE__ */ jsx("path", { d: "M39.1224 22.3683C39.5541 23.6633 38.5902 25.0007 37.2251 25.0007H30.7748C29.4096 25.0007 28.4457 23.6633 28.8774 22.3682L32.1025 12.6928C32.7103 10.8694 35.2895 10.8694 35.8973 12.6928L39.1224 22.3683Z", style: { fill: `var(--${type})` } }),
833
- /* @__PURE__ */ jsx("path", { d: "M18.1224 27.3683C18.5541 28.6633 17.5902 30.0007 16.2251 30.0007H9.77476C8.40964 30.0007 7.4457 28.6633 7.87739 27.3683L11.1025 17.6928C11.7103 15.8694 14.2895 15.8694 14.8973 17.6928L18.1224 27.3683Z", style: { fill: `var(--${type})` } })
831
+ /* @__PURE__ */ jsx("path", { d: "M24.7842 10.7662L39.2005 7.46227L38.5304 4.53809L6.09778 11.9711L6.76795 14.8953L21.7842 11.4538L21.7842 39.5009H11.5471V42.5009H34.8809V39.5009H24.7842L24.7842 10.7662Z", style: { fill: `var(--${type})` } }),
832
+ /* @__PURE__ */ jsx("path", { d: "M39.1225 22.3673C39.5542 23.6623 38.5903 24.9997 37.2252 24.9997H30.7749C29.4098 24.9997 28.4458 23.6623 28.8775 22.3673L32.1027 12.6918C32.7105 10.8684 35.2896 10.8684 35.8974 12.6918L39.1225 22.3673Z", style: { fill: `var(--${type})` } }),
833
+ /* @__PURE__ */ jsx("path", { d: "M18.1225 27.3673C18.5542 28.6623 17.5903 29.9997 16.2252 29.9997H9.77488C8.40976 29.9997 7.44583 28.6623 7.87751 27.3673L11.1027 17.6918C11.7105 15.8684 14.2896 15.8684 14.8974 17.6918L18.1225 27.3673Z", style: { fill: `var(--${type})` } })
834
834
  ] });
835
835
  } else if (thick) {
836
836
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -840,9 +840,9 @@ var IconBalance = /* @__PURE__ */ forwardRef(
840
840
  ] });
841
841
  }
842
842
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
843
- /* @__PURE__ */ jsx("path", { d: "M24.7841 10.7672L39.2004 7.46325L38.5302 4.53906L6.09766 11.972L6.76783 14.8962L21.7841 11.4548L21.7841 39.5018H11.547V42.5018H34.8808V39.5018H24.7841L24.7841 10.7672Z", style: { fill: `var(--${type})` } }),
844
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M29.7748 27.7414H38.0521C39.4173 27.7414 40.3812 26.404 39.9495 25.1089L35.8108 12.6929C35.203 10.8695 32.6239 10.8695 32.0161 12.6929L27.8774 25.1089C27.4457 26.404 28.4096 27.7414 29.7748 27.7414ZM36.6647 24.7414L33.9134 16.4876L31.1622 24.7414H36.6647Z", style: { fill: `var(--${type})` } }),
845
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.0521 32.926H8.77476C7.40964 32.926 6.4457 31.5886 6.87739 30.2935L11.0161 17.8774C11.6239 16.054 14.203 16.054 14.8108 17.8774L18.9495 30.2935C19.3812 31.5886 18.4173 32.926 17.0521 32.926ZM12.9134 21.6722L15.6647 29.926H10.1622L12.9134 21.6722Z", style: { fill: `var(--${type})` } })
843
+ /* @__PURE__ */ jsx("path", { d: "M24.7841 10.7662L39.2004 7.46227L38.5302 4.53809L6.09766 11.9711L6.76783 14.8953L21.7841 11.4538L21.7841 39.5009H11.547V42.5009H34.8808V39.5009H24.7841L24.7841 10.7662Z", style: { fill: `var(--${type})` } }),
844
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M29.7748 27.7404H38.0521C39.4173 27.7404 40.3812 26.403 39.9495 25.108L35.8108 12.6919C35.203 10.8685 32.6239 10.8685 32.0161 12.6919L27.8774 25.108C27.4457 26.403 28.4096 27.7404 29.7748 27.7404ZM36.6647 24.7404L33.9134 16.4866L31.1622 24.7404H36.6647Z", style: { fill: `var(--${type})` } }),
845
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.0521 32.925H8.77476C7.40964 32.925 6.4457 31.5876 6.87739 30.2925L11.0161 17.8765C11.6239 16.0531 14.203 16.0531 14.8108 17.8765L18.9495 30.2925C19.3812 31.5876 18.4173 32.925 17.0521 32.925ZM12.9134 21.6712L15.6647 29.925H10.1622L12.9134 21.6712Z", style: { fill: `var(--${type})` } })
846
846
  ] });
847
847
  }
848
848
  );
@@ -1015,13 +1015,13 @@ var IconSend = /* @__PURE__ */ forwardRef(
1015
1015
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1016
1016
  const iconSize = iconSizeMap[size];
1017
1017
  if (fill && thick) {
1018
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M41.0229 22.6772C42.4872 23.4169 42.4872 25.5078 41.0229 26.2475L8.36699 42.7447C6.77568 43.5486 5.00729 42.026 5.56587 40.3329L9.86122 27.3135L32.5024 25.0494C32.7848 25.0211 32.9999 24.7835 32.9999 24.4996C32.9999 24.2158 32.7848 23.9781 32.5024 23.9499L9.88648 21.6883L5.56582 8.59178C5.00726 6.89871 6.77565 5.37614 8.36695 6.18004L41.0229 22.6772Z", style: { fill: `var(--${type})` } }) });
1018
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M41.023 22.6777C42.4873 23.4174 42.4873 25.5083 41.023 26.248L8.36711 42.7452C6.77581 43.5491 5.00741 42.0265 5.56599 40.3334L9.86135 27.314L32.5025 25.0498C32.785 25.0216 33.0001 24.7839 33.0001 24.5001C33.0001 24.2163 32.785 23.9786 32.5025 23.9503L9.8866 21.6888L5.56594 8.59227C5.00738 6.8992 6.77577 5.37663 8.36707 6.18053L41.023 22.6777Z", style: { fill: `var(--${type})` } }) });
1019
1019
  } else if (fill) {
1020
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M41.0232 22.6772C42.4874 23.4169 42.4874 25.5078 41.0232 26.2475L8.36723 42.7447C6.77593 43.5486 5.00754 42.026 5.56611 40.3329L10.173 26.3692L32.5011 25.0296C32.7814 25.0127 33.0002 24.7805 33.0002 24.4996C33.0002 24.2188 32.7814 23.9865 32.5011 23.9697L10.1979 22.6315L5.56606 8.59178C5.0075 6.89871 6.77589 5.37614 8.36719 6.18004L41.0232 22.6772Z", style: { fill: `var(--${type})` } }) });
1020
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M41.0232 22.6777C42.4874 23.4174 42.4874 25.5083 41.0232 26.248L8.36723 42.7452C6.77593 43.5491 5.00754 42.0265 5.56611 40.3334L10.173 26.3697L32.5011 25.03C32.7814 25.0132 33.0002 24.781 33.0002 24.5001C33.0002 24.2192 32.7814 23.987 32.5011 23.9702L10.1979 22.632L5.56606 8.59227C5.0075 6.8992 6.77589 5.37663 8.36719 6.18053L41.0232 22.6777Z", style: { fill: `var(--${type})` } }) });
1021
1021
  } else if (thick) {
1022
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M5.56606 8.59196C5.00754 6.89901 6.77564 5.37634 8.36684 6.17985L41.0231 22.6769C42.4873 23.4166 42.4871 25.5074 41.0231 26.2472L8.36684 42.7453C6.77567 43.5487 5.0076 42.0261 5.56606 40.3332L10.5954 25.089C10.7295 24.6822 10.7296 24.2429 10.5954 23.8361L5.56606 8.59196ZM14.3551 26.4621L10.8795 36.9943L31.7272 26.4621H14.3551ZM14.3541 22.4621H31.7272L10.8795 11.9308L14.3541 22.4621Z", style: { fill: `var(--${type})` } }) });
1022
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M5.56606 8.59245C5.00754 6.8995 6.77564 5.37683 8.36684 6.18034L41.0231 22.6774C42.4873 23.4171 42.4871 25.5079 41.0231 26.2477L8.36684 42.7458C6.77567 43.5492 5.0076 42.0266 5.56606 40.3337L10.5954 25.0895C10.7295 24.6827 10.7296 24.2434 10.5954 23.8366L5.56606 8.59245ZM14.3551 26.4626L10.8795 36.9948L31.7272 26.4626H14.3551ZM14.3541 22.4626H31.7272L10.8795 11.9313L14.3541 22.4626Z", style: { fill: `var(--${type})` } }) });
1023
1023
  }
1024
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M41.0232 22.6772C42.4874 23.4169 42.4874 25.5078 41.0232 26.2475L8.36723 42.7447C6.77593 43.5486 5.00754 42.026 5.56611 40.3329L10.5953 25.0892C10.7295 24.6823 10.7296 24.243 10.5953 23.836L5.56606 8.59178C5.0075 6.89871 6.77589 5.37614 8.36719 6.18004L41.0232 22.6772ZM34.9325 22.9614L9.17253 9.94796L13.4443 22.8961C13.4514 22.9179 13.4584 22.9396 13.4653 22.9614H34.9325ZM13.4661 25.9614C13.4589 25.984 13.4517 26.0066 13.4442 26.0292L9.17259 38.9767L34.9362 25.9614H13.4661Z", style: { fill: `var(--${type})` } }) });
1024
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M41.0232 22.6777C42.4874 23.4174 42.4874 25.5083 41.0232 26.248L8.36723 42.7452C6.77593 43.5491 5.00754 42.0265 5.56611 40.3334L10.5953 25.0897C10.7295 24.6828 10.7296 24.2435 10.5953 23.8365L5.56606 8.59227C5.0075 6.8992 6.77589 5.37663 8.36719 6.18053L41.0232 22.6777ZM34.9325 22.9619L9.17253 9.94845L13.4443 22.8966C13.4514 22.9183 13.4584 22.9401 13.4653 22.9619H34.9325ZM13.4661 25.9619C13.4589 25.9845 13.4517 26.0071 13.4442 26.0297L9.17259 38.9772L34.9362 25.9619H13.4661Z", style: { fill: `var(--${type})` } }) });
1025
1025
  }
1026
1026
  );
1027
1027
  var IconPaperclip = /* @__PURE__ */ forwardRef(
@@ -1032,7 +1032,7 @@ var IconPaperclip = /* @__PURE__ */ forwardRef(
1032
1032
  } else if (fill) {
1033
1033
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.6238 23.9682C9.03255 27.5595 9.03255 33.382 12.6238 36.9732C16.215 40.5644 22.0375 40.5644 25.6287 36.9732L39.3219 23.2799L41.4432 25.4012L27.75 39.0945C22.9872 43.8573 15.2652 43.8573 10.5024 39.0945C5.73966 34.3317 5.73966 26.6097 10.5024 21.8469L24.3681 7.98122C27.7386 4.61077 33.2032 4.61077 36.5736 7.98122C39.9441 11.3517 39.9441 16.8162 36.5736 20.1867L22.9703 33.79C20.9425 35.8179 17.6547 35.8179 15.6268 33.79C13.599 31.7622 13.599 28.4744 15.6268 26.4465L29.0577 13.0157L31.179 15.137L17.7482 28.5679C16.8919 29.4241 16.8919 30.8124 17.7482 31.6687C18.6044 32.525 19.9927 32.525 20.849 31.6687L34.4523 18.0654C36.6512 15.8665 36.6512 12.3014 34.4523 10.1025C32.2534 7.90366 28.6883 7.90366 26.4895 10.1025L12.6238 23.9682Z", style: { fill: `var(--${type})` } }) });
1034
1034
  } else if (thick) {
1035
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.9774 24.3215C9.58143 27.7175 9.58143 33.2234 12.9774 36.6193C16.3733 40.0153 21.8792 40.0153 25.2752 36.6194L38.9684 22.9261L41.7969 25.7545L28.1036 39.4478C23.1456 44.4058 15.107 44.4058 10.149 39.4478C5.19091 34.4897 5.19091 26.4512 10.149 21.4931L24.0147 7.62741C27.5804 4.06169 33.3615 4.0617 36.9272 7.62741C40.493 11.1931 40.493 16.9743 36.9272 20.54L23.3239 34.1433C21.1008 36.3664 17.4965 36.3664 15.2733 34.1433C13.0502 31.9202 13.0502 28.3158 15.2733 26.0927L28.7042 12.6619L31.5326 15.4903L18.1018 28.9212C17.4408 29.5822 17.4408 30.6539 18.1018 31.3149C18.7628 31.9759 19.8345 31.9759 20.4955 31.3149L34.0988 17.7116C36.1024 15.708 36.1024 12.4595 34.0988 10.4558C32.0952 8.45222 28.8467 8.45222 26.8431 10.4558L12.9774 24.3215Z", style: { fill: `var(--${type})` } }) });
1035
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.9774 24.322C9.58143 27.718 9.58143 33.2239 12.9774 36.6198C16.3733 40.0158 21.8792 40.0158 25.2752 36.6198L38.9684 22.9266L41.7969 25.755L28.1036 39.4483C23.1456 44.4063 15.107 44.4063 10.149 39.4483C5.19091 34.4902 5.19091 26.4516 10.149 21.4936L24.0147 7.62789C27.5804 4.06218 33.3615 4.06219 36.9272 7.6279C40.493 11.1936 40.493 16.9748 36.9272 20.5405L23.3239 34.1438C21.1008 36.3669 17.4965 36.3669 15.2733 34.1438C13.0502 31.9207 13.0502 28.3163 15.2733 26.0932L28.7042 12.6624L31.5326 15.4908L18.1018 28.9216C17.4408 29.5827 17.4408 30.6544 18.1018 31.3154C18.7628 31.9764 19.8345 31.9764 20.4955 31.3154L34.0988 17.7121C36.1024 15.7084 36.1024 12.4599 34.0988 10.4563C32.0952 8.45271 28.8467 8.45271 26.8431 10.4563L12.9774 24.322Z", style: { fill: `var(--${type})` } }) });
1036
1036
  }
1037
1037
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.6238 23.9682C9.03255 27.5595 9.03255 33.382 12.6238 36.9732C16.215 40.5644 22.0375 40.5644 25.6287 36.9732L39.3219 23.2799L41.4432 25.4012L27.75 39.0945C22.9872 43.8573 15.2652 43.8573 10.5024 39.0945C5.73966 34.3317 5.73966 26.6097 10.5024 21.8469L24.3681 7.98122C27.7386 4.61077 33.2032 4.61077 36.5736 7.98122C39.9441 11.3517 39.9441 16.8162 36.5736 20.1867L22.9703 33.79C20.9425 35.8179 17.6547 35.8179 15.6268 33.79C13.599 31.7622 13.599 28.4744 15.6268 26.4465L29.0577 13.0157L31.179 15.137L17.7482 28.5679C16.8919 29.4241 16.8919 30.8124 17.7482 31.6687C18.6044 32.525 19.9927 32.525 20.849 31.6687L34.4523 18.0654C36.6512 15.8665 36.6512 12.3014 34.4523 10.1025C32.2534 7.90366 28.6883 7.90366 26.4895 10.1025L12.6238 23.9682Z", style: { fill: `var(--${type})` } }) });
1038
1038
  }
@@ -1042,23 +1042,23 @@ var IconShare = /* @__PURE__ */ forwardRef(
1042
1042
  const iconSize = iconSizeMap[size];
1043
1043
  if (fill && thick) {
1044
1044
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
1045
- /* @__PURE__ */ jsx("path", { d: "M25.499 9.62004L34.6261 18.7471L36.7474 16.6257L26.4749 6.35325C25.108 4.98642 22.892 4.98642 21.5251 6.35325L11.2526 16.6257L13.374 18.7471L22.499 9.622V32.9999H25.499V9.62004Z", style: { fill: `var(--${type})` } }),
1046
- /* @__PURE__ */ jsx("path", { d: "M39.5 38.9999V23.9999H42.5V38.9999C42.5 40.9329 40.933 42.4999 39 42.4999H9C7.067 42.4999 5.5 40.9329 5.5 38.9999V24H8.5V38.9999C8.5 39.2761 8.72386 39.4999 9 39.4999H39C39.2761 39.4999 39.5 39.2761 39.5 38.9999Z", style: { fill: `var(--${type})` } })
1045
+ /* @__PURE__ */ jsx("path", { d: "M9 38.5002C9.00017 38.7762 9.22396 39.0002 9.5 39.0002H38.5C38.776 39.0002 38.9998 38.7762 39 38.5002V24.0002H42V38.5002C41.9998 40.433 40.4329 42.0002 38.5 42.0002H9.5C7.56711 42.0002 6.00017 40.433 6 38.5002V24.0002H9V38.5002Z", style: { fill: `var(--${type})` } }),
1046
+ /* @__PURE__ */ jsx("path", { d: "M21.6045 7.3537C22.9713 5.98689 25.1878 5.98695 26.5547 7.3537L35.7471 16.5461L33.626 18.6672L25.5 10.5412V32.0002H22.5V10.7014L14.5342 18.6672L12.4121 16.5461L21.6045 7.3537Z", style: { fill: `var(--${type})` } })
1047
1047
  ] });
1048
1048
  } else if (fill) {
1049
1049
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
1050
- /* @__PURE__ */ jsx("path", { d: "M25.499 9.62004L34.6261 18.7471L36.7474 16.6257L26.4749 6.35325C25.108 4.98642 22.892 4.98642 21.5251 6.35325L11.2526 16.6257L13.374 18.7471L22.499 9.622V32.9999H25.499V9.62004Z", style: { fill: `var(--${type})` } }),
1051
- /* @__PURE__ */ jsx("path", { d: "M39.5 38.9999V23.9999H42.5V38.9999C42.5 40.9329 40.933 42.4999 39 42.4999H9C7.067 42.4999 5.5 40.9329 5.5 38.9999V24H8.5V38.9999C8.5 39.2761 8.72386 39.4999 9 39.4999H39C39.2761 39.4999 39.5 39.2761 39.5 38.9999Z", style: { fill: `var(--${type})` } })
1050
+ /* @__PURE__ */ jsx("path", { d: "M9 38.5002C9.00017 38.7762 9.22396 39.0002 9.5 39.0002H38.5C38.776 39.0002 38.9998 38.7762 39 38.5002V24.0002H42V38.5002C41.9998 40.433 40.4329 42.0002 38.5 42.0002H9.5C7.56711 42.0002 6.00017 40.433 6 38.5002V24.0002H9V38.5002Z", style: { fill: `var(--${type})` } }),
1051
+ /* @__PURE__ */ jsx("path", { d: "M21.6045 7.3537C22.9713 5.98689 25.1878 5.98695 26.5547 7.3537L35.7471 16.5461L33.626 18.6672L25.5 10.5412V32.0002H22.5V10.7014L14.5342 18.6672L12.4121 16.5461L21.6045 7.3537Z", style: { fill: `var(--${type})` } })
1052
1052
  ] });
1053
1053
  } else if (thick) {
1054
1054
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
1055
- /* @__PURE__ */ jsx("path", { d: "M25.999 10.8271L34.2725 19.1006L37.1009 16.2722L26.8284 5.9997C25.2663 4.4376 22.7337 4.4376 21.1716 5.9997L10.8991 16.2722L13.7275 19.1006L21.999 10.8291V32.9999H25.999V10.8271Z", style: { fill: `var(--${type})` } }),
1056
- /* @__PURE__ */ jsx("path", { d: "M39 38.9999V23.9999H43V38.9999C43 41.2091 41.2091 42.9999 39 42.9999H9C6.79086 42.9999 5 41.2091 5 38.9999V24H9V38.9999H39Z", style: { fill: `var(--${type})` } })
1055
+ /* @__PURE__ */ jsx("path", { d: "M9 38.9998H39V23.9998H43V38.9998C43 41.2089 41.2091 42.9998 39 42.9998H9C6.79086 42.9998 5 41.2089 5 38.9998V23.9998H9V38.9998Z", style: { fill: `var(--${type})` } }),
1056
+ /* @__PURE__ */ jsx("path", { d: "M21.252 6.99975C22.8139 5.43823 25.3462 5.43824 26.9082 6.99975L36.1006 16.1921L33.2725 19.0212L26 11.7488V31.9998H22V11.9089L14.8877 19.0212L12.0596 16.1921L21.252 6.99975Z", style: { fill: `var(--${type})` } })
1057
1057
  ] });
1058
1058
  }
1059
1059
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
1060
- /* @__PURE__ */ jsx("path", { d: "M25.499 9.62004L34.6261 18.7471L36.7474 16.6257L26.4749 6.35325C25.108 4.98642 22.892 4.98642 21.5251 6.35325L11.2526 16.6257L13.374 18.7471L22.499 9.622V32.9999H25.499V9.62004Z", style: { fill: `var(--${type})` } }),
1061
- /* @__PURE__ */ jsx("path", { d: "M39.5 38.9999V23.9999H42.5V38.9999C42.5 40.9329 40.933 42.4999 39 42.4999H9C7.067 42.4999 5.5 40.9329 5.5 38.9999V24H8.5V38.9999C8.5 39.2761 8.72386 39.4999 9 39.4999H39C39.2761 39.4999 39.5 39.2761 39.5 38.9999Z", style: { fill: `var(--${type})` } })
1060
+ /* @__PURE__ */ jsx("path", { d: "M9 38.5002C9.00017 38.7762 9.22396 39.0002 9.5 39.0002H38.5C38.776 39.0002 38.9998 38.7762 39 38.5002V24.0002H42V38.5002C41.9998 40.433 40.4329 42.0002 38.5 42.0002H9.5C7.56711 42.0002 6.00017 40.433 6 38.5002V24.0002H9V38.5002Z", style: { fill: `var(--${type})` } }),
1061
+ /* @__PURE__ */ jsx("path", { d: "M21.6045 7.3537C22.9713 5.98689 25.1878 5.98695 26.5547 7.3537L35.7471 16.5461L33.626 18.6672L25.5 10.5412V32.0002H22.5V10.7014L14.5342 18.6672L12.4121 16.5461L21.6045 7.3537Z", style: { fill: `var(--${type})` } })
1062
1062
  ] });
1063
1063
  }
1064
1064
  );
@@ -1123,10 +1123,10 @@ var IconAi = /* @__PURE__ */ forwardRef(
1123
1123
  ] });
1124
1124
  } else if (fill) {
1125
1125
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
1126
- /* @__PURE__ */ jsx("path", { d: "M37.9703 4.30294C37.8114 3.86256 37.1886 3.86256 37.0297 4.30294L35.591 8.28995C35.5405 8.42988 35.4303 8.54006 35.2904 8.59056L31.3034 10.0293C30.863 10.1882 30.863 10.811 31.3034 10.9699L35.2904 12.4086C35.4303 12.4591 35.5405 12.5693 35.591 12.7092L37.0297 16.6962C37.1886 17.1366 37.8114 17.1366 37.9703 16.6962L39.409 12.7092C39.4595 12.5693 39.5697 12.4591 39.7096 12.4086L43.6967 10.9699C44.137 10.811 44.137 10.1882 43.6967 10.0293L39.7096 8.59056C39.5697 8.54006 39.4595 8.42988 39.409 8.28995L37.9703 4.30294Z", style: { fill: `var(--${type})` } }),
1127
- /* @__PURE__ */ jsx("path", { d: "M23.1723 26.8807H19.4378L21.3315 22.0353L23.1723 26.8807Z", style: { fill: `var(--${type})` } }),
1128
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M41.4418 14.4414L42.5 14.0595V38.9995C42.5 40.9325 40.933 42.4995 39 42.4995H9C7.067 42.4995 5.5 40.9325 5.5 38.9995V8.99951C5.5 7.06651 7.067 5.49951 9 5.49951H33.9401L33.5582 6.55781L30.4548 7.67769C27.8125 8.63116 27.8125 12.368 30.4548 13.3215L33.5582 14.4414L34.6781 17.5448C35.6316 20.1871 39.3684 20.1871 40.3219 17.5448L41.4418 14.4414ZM24.2303 29.6313L25.1824 32.1704H28.6736L22.6222 16.9995H20.0303L14 32.1704H17.4066L18.3799 29.6313H24.2303ZM33.3218 16.9995H30.1162V32.1704H33.3218V16.9995Z", style: { fill: `var(--${type})` } }),
1129
- /* @__PURE__ */ jsx("path", { d: "M41.5425 6.59416C41.4981 6.54722 41.4524 6.50151 41.4054 6.45709L41.4418 6.55781L41.5425 6.59416Z", style: { fill: `var(--${type})` } })
1126
+ /* @__PURE__ */ jsx("path", { d: "M37.9703 4.30343C37.8114 3.86305 37.1886 3.86305 37.0297 4.30343L35.591 8.29044C35.5405 8.43037 35.4303 8.54055 35.2904 8.59105L31.3034 10.0298C30.863 10.1887 30.863 10.8115 31.3034 10.9704L35.2904 12.4091C35.4303 12.4596 35.5405 12.5698 35.591 12.7097L37.0297 16.6967C37.1886 17.1371 37.8114 17.1371 37.9703 16.6967L39.409 12.7097C39.4595 12.5698 39.5697 12.4596 39.7096 12.4091L43.6967 10.9704C44.137 10.8115 44.137 10.1887 43.6967 10.0298L39.7096 8.59105C39.5697 8.54055 39.4595 8.43037 39.409 8.29044L37.9703 4.30343Z", style: { fill: `var(--${type})` } }),
1127
+ /* @__PURE__ */ jsx("path", { d: "M23.1723 26.8812H19.4378L21.3315 22.0358L23.1723 26.8812Z", style: { fill: `var(--${type})` } }),
1128
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M41.4418 14.4418L42.5 14.06V39C42.5 40.933 40.933 42.5 39 42.5H9C7.067 42.5 5.5 40.933 5.5 39V9C5.5 7.067 7.067 5.5 9 5.5H33.9401L33.5582 6.5583L30.4548 7.67818C27.8125 8.63165 27.8125 12.3685 30.4548 13.322L33.5582 14.4418L34.6781 17.5453C35.6316 20.1876 39.3684 20.1876 40.3219 17.5453L41.4418 14.4418ZM24.2303 29.6318L25.1824 32.1708H28.6736L22.6222 17H20.0303L14 32.1708H17.4066L18.3799 29.6318H24.2303ZM33.3218 17H30.1162V32.1708H33.3218V17Z", style: { fill: `var(--${type})` } }),
1129
+ /* @__PURE__ */ jsx("path", { d: "M41.5425 6.59465C41.4981 6.54771 41.4524 6.502 41.4054 6.45757L41.4418 6.5583L41.5425 6.59465Z", style: { fill: `var(--${type})` } })
1130
1130
  ] });
1131
1131
  } else if (thick) {
1132
1132
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1137,10 +1137,10 @@ var IconAi = /* @__PURE__ */ forwardRef(
1137
1137
  ] });
1138
1138
  }
1139
1139
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
1140
- /* @__PURE__ */ jsx("path", { d: "M37.0297 4.30294C37.1886 3.86256 37.8114 3.86256 37.9703 4.30294L39.409 8.28995C39.4595 8.42988 39.5697 8.54006 39.7096 8.59056L43.6966 10.0293C44.137 10.1882 44.137 10.811 43.6966 10.9699L39.7096 12.4086C39.5697 12.4591 39.4595 12.5693 39.409 12.7092L37.9703 16.6962C37.8114 17.1366 37.1886 17.1366 37.0297 16.6962L35.591 12.7092C35.5405 12.5693 35.4303 12.4591 35.2904 12.4086L31.3034 10.9699C30.863 10.811 30.863 10.1882 31.3034 10.0293L35.2904 8.59056C35.4303 8.54006 35.5405 8.42988 35.591 8.28995L37.0297 4.30294Z", style: { fill: `var(--${type})` } }),
1141
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.2303 29.6314L25.1824 32.1704H28.6736L22.6222 16.9996H20.0303L14 32.1704H17.4066L18.3799 29.6314H24.2303ZM23.1723 26.8807H19.4378L21.3315 22.0354L23.1723 26.8807Z", style: { fill: `var(--${type})` } }),
1142
- /* @__PURE__ */ jsx("path", { d: "M33.3218 16.9996H30.1162V32.1704H33.3218V16.9996Z", style: { fill: `var(--${type})` } }),
1143
- /* @__PURE__ */ jsx("path", { d: "M8.5 8.99959C8.5 8.72344 8.72386 8.49959 9 8.49959H30V5.49959H9C7.067 5.49959 5.5 7.06659 5.5 8.99959V38.9996C5.5 40.9326 7.067 42.4996 9 42.4996H39C40.933 42.4996 42.5 40.9326 42.5 38.9996V17.9996H39.5V38.9996C39.5 39.2757 39.2761 39.4996 39 39.4996H9C8.72386 39.4996 8.5 39.2757 8.5 38.9996V8.99959Z", style: { fill: `var(--${type})` } })
1140
+ /* @__PURE__ */ jsx("path", { d: "M37.0297 4.30343C37.1886 3.86305 37.8114 3.86305 37.9703 4.30343L39.409 8.29044C39.4595 8.43037 39.5697 8.54055 39.7096 8.59104L43.6966 10.0298C44.137 10.1887 44.137 10.8115 43.6966 10.9704L39.7096 12.4091C39.5697 12.4596 39.4595 12.5698 39.409 12.7097L37.9703 16.6967C37.8114 17.1371 37.1886 17.1371 37.0297 16.6967L35.591 12.7097C35.5405 12.5698 35.4303 12.4596 35.2904 12.4091L31.3034 10.9704C30.863 10.8115 30.863 10.1887 31.3034 10.0298L35.2904 8.59105C35.4303 8.54055 35.5405 8.43037 35.591 8.29044L37.0297 4.30343Z", style: { fill: `var(--${type})` } }),
1141
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.2303 29.6319L25.1824 32.1709H28.6736L22.6222 17.0001H20.0303L14 32.1709H17.4066L18.3799 29.6319H24.2303ZM23.1723 26.8812H19.4378L21.3315 22.0359L23.1723 26.8812Z", style: { fill: `var(--${type})` } }),
1142
+ /* @__PURE__ */ jsx("path", { d: "M33.3218 17.0001H30.1162V32.1709H33.3218V17.0001Z", style: { fill: `var(--${type})` } }),
1143
+ /* @__PURE__ */ jsx("path", { d: "M8.5 9.00007C8.5 8.72393 8.72386 8.50007 9 8.50007H30V5.50007H9C7.067 5.50007 5.5 7.06708 5.5 9.00007V39.0001C5.5 40.9331 7.067 42.5001 9 42.5001H39C40.933 42.5001 42.5 40.9331 42.5 39.0001V18.0001H39.5V39.0001C39.5 39.2762 39.2761 39.5001 39 39.5001H9C8.72386 39.5001 8.5 39.2762 8.5 39.0001V9.00007Z", style: { fill: `var(--${type})` } })
1144
1144
  ] });
1145
1145
  }
1146
1146
  );
@@ -1174,15 +1174,15 @@ var IconStack = /* @__PURE__ */ forwardRef(
1174
1174
  const iconSize = iconSizeMap[size];
1175
1175
  if (fill && thick) {
1176
1176
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
1177
- /* @__PURE__ */ jsx("path", { d: "M24.0002 5L42.4224 14.2111C43.8965 14.9482 43.8965 17.0518 42.4224 17.7889L24.0002 27L5.57786 17.7889C4.10377 17.0518 4.10377 14.9482 5.57786 14.2111L24.0002 5Z", style: { fill: `var(--${type})` } }),
1178
- /* @__PURE__ */ jsx("path", { d: "M4.71977 21.5339C3.57195 23.0848 3.96645 25.4831 5.9033 26.4515L24.0001 35.4999L42.0969 26.4515C44.0337 25.4831 44.4282 23.0848 43.2804 21.534L24.0001 31.0277L4.71977 21.5339Z", style: { fill: `var(--${type})` } }),
1179
- /* @__PURE__ */ jsx("path", { d: "M4.71977 30.0339C3.57195 31.5848 3.96645 33.9831 5.9033 34.9515L24.0001 43.9999L42.0969 34.9515C44.0337 33.9831 44.4282 31.5848 43.2804 30.034L24.0001 39.5277L4.71977 30.0339Z", style: { fill: `var(--${type})` } })
1177
+ /* @__PURE__ */ jsx("path", { d: "M24 5L42.4223 14.2111C43.8964 14.9482 43.8964 17.0518 42.4223 17.7889L24 27L5.57774 17.7889C4.10364 17.0518 4.10364 14.9482 5.57774 14.2111L24 5Z", style: { fill: `var(--${type})` } }),
1178
+ /* @__PURE__ */ jsx("path", { d: "M4.71965 21.5339C3.57182 23.0848 3.96633 25.4831 5.90317 26.4515L24 35.4999L42.0967 26.4515C44.0336 25.4831 44.4281 23.0848 43.2803 21.534L24 31.0277L4.71965 21.5339Z", style: { fill: `var(--${type})` } }),
1179
+ /* @__PURE__ */ jsx("path", { d: "M4.71965 30.0339C3.57182 31.5848 3.96633 33.9831 5.90317 34.9515L24 43.9999L42.0967 34.9515C44.0336 33.9831 44.4281 31.5848 43.2803 30.034L24 39.5277L4.71965 30.0339Z", style: { fill: `var(--${type})` } })
1180
1180
  ] });
1181
1181
  } else if (fill) {
1182
1182
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
1183
- /* @__PURE__ */ jsx("path", { d: "M42.4224 17.7889L24.0002 27L5.57786 17.7889C4.10377 17.0518 4.10377 14.9482 5.57786 14.2111L24.0002 5L42.4224 14.2111C43.8965 14.9482 43.8965 17.0518 42.4224 17.7889Z", style: { fill: `var(--${type})` } }),
1184
- /* @__PURE__ */ jsx("path", { d: "M4.27246 22.375C3.74762 23.8491 4.29123 25.6456 5.9033 26.4516L24.0001 35.5L42.0969 26.4516C43.7089 25.6456 44.2525 23.8491 43.7277 22.375L24.0001 32.1459L4.27246 22.375Z", style: { fill: `var(--${type})` } }),
1185
- /* @__PURE__ */ jsx("path", { d: "M5.9033 34.9515C4.30797 34.1538 3.75903 32.3861 4.25645 30.9209L24.0001 40.6458L43.7437 30.9209C44.2411 32.3861 43.6922 34.1538 42.0969 34.9515L24.0001 43.9999L5.9033 34.9515Z", style: { fill: `var(--${type})` } })
1183
+ /* @__PURE__ */ jsx("path", { d: "M42.4223 17.7889L24 27L5.57774 17.7889C4.10364 17.0518 4.10364 14.9482 5.57774 14.2111L24 5L42.4223 14.2111C43.8964 14.9482 43.8964 17.0518 42.4223 17.7889Z", style: { fill: `var(--${type})` } }),
1184
+ /* @__PURE__ */ jsx("path", { d: "M4.27234 22.375C3.74749 23.8491 4.2911 25.6456 5.90317 26.4516L24 35.5L42.0967 26.4516C43.7088 25.6456 44.2524 23.8491 43.7276 22.375L24 32.1459L4.27234 22.375Z", style: { fill: `var(--${type})` } }),
1185
+ /* @__PURE__ */ jsx("path", { d: "M5.90317 34.9515C4.30785 34.1538 3.7589 32.3861 4.25633 30.9209L24 40.6458L43.7436 30.9209C44.241 32.3861 43.6921 34.1538 42.0967 34.9515L24 43.9999L5.90317 34.9515Z", style: { fill: `var(--${type})` } })
1186
1186
  ] });
1187
1187
  } else if (thick) {
1188
1188
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1416,27 +1416,23 @@ var IconCredit = /* @__PURE__ */ forwardRef(
1416
1416
  const iconSize = iconSizeMap[size];
1417
1417
  if (fill && thick) {
1418
1418
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
1419
- /* @__PURE__ */ jsx("path", { d: "M36.249 12.25V18.4996H39.249V12.25H45.5V9.25H39.249V3H36.249V9.25H30.0004V12.25H36.249Z", style: { fill: `var(--${type})` } }),
1420
- /* @__PURE__ */ jsx("path", { d: "M42.9695 19.4647C43.3165 20.9211 43.5 22.4399 43.5 24C43.5 34.7696 34.7696 43.5 24 43.5C13.2304 43.5 4.5 34.7696 4.5 24C4.5 21.7236 4.89071 19.5351 5.60997 17.5001C8.2862 9.9284 15.5072 4.5 24 4.5C25.5616 4.5 27.0802 4.68354 28.5355 5.03018C28.0084 5.89216 27.6022 6.83606 27.3403 7.83832C26.2615 7.61651 25.1443 7.5 24 7.5C16.8181 7.5 10.7043 12.0893 8.43849 18.4999C7.83114 20.2182 7.5 22.0688 7.5 24C7.5 33.1127 14.8873 40.5 24 40.5C33.1127 40.5 40.5 33.1127 40.5 24C40.5 22.8546 40.3835 21.7375 40.162 20.6596C41.164 20.3978 42.1077 19.9916 42.9695 19.4647Z", style: { fill: `var(--${type})` } }),
1421
- /* @__PURE__ */ jsx("path", { d: "M25.2301 15.1661C25.9932 15.3168 26.7208 15.5646 27.4116 15.9098C28.2307 16.3116 28.8917 16.8065 29.3712 17.4058L29.6147 17.7102L27.6907 20.2426L27.2862 19.8019C26.9265 19.4099 26.4961 19.0807 25.9906 18.8156C25.8581 18.7462 25.7205 18.6811 25.5777 18.6205L25.572 18.6181C24.8923 18.3199 24.201 18.1728 23.4946 18.1728C22.7125 18.1728 22.118 18.3572 21.6723 18.6869C21.2379 19.0082 21.0474 19.3889 21.0474 19.8605C21.0474 20.1892 21.1266 20.4592 21.2726 20.6873C21.4314 20.9277 21.6447 21.1317 21.9215 21.2988C22.2386 21.4775 22.6021 21.6423 23.0139 21.7917C23.4497 21.9393 23.9084 22.0836 24.39 22.2244C24.8947 22.3621 25.3956 22.5113 25.8926 22.6719C26.2307 22.7811 26.5576 22.9075 26.8733 23.0513C27.0412 23.1277 27.2059 23.2091 27.3673 23.2953C27.847 23.5475 28.2752 23.847 28.649 24.1952C29.0578 24.5608 29.3728 25.0248 29.6007 25.573C29.8348 26.1286 29.9455 26.7516 29.9455 27.4323C29.9455 28.768 29.4612 29.9379 28.5129 30.9195C27.659 31.8037 26.555 32.3545 25.2301 32.5899V35.2888H22.1671V32.5858C21.2732 32.4233 20.417 32.1394 19.5999 31.7342L19.5954 31.732C18.6611 31.2569 17.8595 30.6818 17.1972 30.0033L16.8789 29.6772L18.9312 27.2638L19.3141 27.6232C20.7202 28.9432 22.2045 29.5734 23.778 29.5734C24.6847 29.5734 25.3772 29.3532 25.8969 28.9532C26.4068 28.5533 26.6445 28.0656 26.6445 27.455C26.6445 27.144 26.5668 26.8921 26.424 26.6806L26.4192 26.6733C26.2737 26.4495 26.0692 26.2638 25.791 26.1187L25.7795 26.1125C25.473 25.9422 25.111 25.7881 24.6902 25.6526L24.6805 25.6493C24.2552 25.5027 23.8028 25.3665 23.3227 25.241L23.3139 25.2386C22.8262 25.1014 22.3349 24.9567 21.84 24.8044L21.8311 24.8016C21.3214 24.6343 20.8309 24.427 20.3602 24.1797L20.3571 24.1781C19.8862 23.9264 19.4603 23.6321 19.0813 23.2942L19.0772 23.2906C18.6751 22.9242 18.3638 22.4596 18.1361 21.9113L18.1326 21.9027C17.9093 21.3359 17.8031 20.7054 17.8031 20.0192C17.8031 18.7456 18.26 17.644 19.1616 16.742C19.9627 15.9337 20.9718 15.4128 22.1671 15.1674V12.4688H25.2301V15.1661Z", style: { fill: `var(--${type})` } })
1419
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M25.2305 15.166C25.9928 15.3165 26.7199 15.5635 27.4102 15.9082C28.23 16.3101 28.8923 16.8055 29.3721 17.4053L29.6152 17.71L28.0527 19.7656L27.6914 20.2422L27.2871 19.8018C26.8331 19.3071 26.2662 18.912 25.5781 18.6201L25.5723 18.6182C24.8925 18.3199 24.2016 18.1729 23.4951 18.1729C22.7131 18.1729 22.1186 18.3569 21.6729 18.6865C21.2385 19.0078 21.0479 19.3888 21.0479 19.8604C21.0479 20.1878 21.1265 20.457 21.2715 20.6846C21.4306 20.9262 21.6448 21.1312 21.9229 21.2988C22.241 21.4781 22.6061 21.6433 23.0195 21.793C23.4524 21.9395 23.9068 22.0828 24.3848 22.2227C24.8909 22.3607 25.395 22.5108 25.8936 22.6719C26.4103 22.8389 26.901 23.0461 27.3652 23.2939C27.8435 23.5452 28.2714 23.8438 28.6445 24.1904C29.0551 24.5564 29.3719 25.0217 29.6006 25.5713L29.6826 25.7832C29.8609 26.2841 29.9463 26.8358 29.9463 27.4316C29.9463 28.7672 29.4618 29.9374 28.5137 30.9189C27.6597 31.8031 26.5553 32.3525 25.2305 32.5879V35.2881H22.168V32.584C21.274 32.4215 20.4177 32.1385 19.6006 31.7334L19.5957 31.7314C18.6615 31.2564 17.8596 30.6814 17.1973 30.0029L16.8789 29.6768L17.1748 29.3301L18.9316 27.2637L19.3145 27.623C20.7205 28.943 22.2049 29.5732 23.7783 29.5732C24.6859 29.5732 25.3786 29.352 25.8984 28.9512C26.4072 28.5516 26.6444 28.0648 26.6445 27.4551C26.6445 27.1443 26.5674 26.8921 26.4248 26.6807L26.4199 26.6729C26.2744 26.449 26.0692 26.2633 25.791 26.1182L25.7803 26.1123C25.4738 25.942 25.1113 25.7879 24.6904 25.6523L24.6807 25.6494C24.2555 25.5028 23.8033 25.3658 23.3232 25.2402L23.3145 25.2383C22.8269 25.1012 22.3357 24.956 21.8408 24.8037L21.8311 24.8018V24.7998C21.3216 24.6326 20.8308 24.4269 20.3604 24.1797L20.3574 24.1777C19.8867 23.9261 19.461 23.6317 19.082 23.2939L19.0771 23.29C18.6753 22.9238 18.3644 22.4592 18.1367 21.9111L18.1328 21.9023C17.9095 21.3356 17.8037 20.7047 17.8037 20.0186C17.8038 18.7454 18.2601 17.644 19.1611 16.7422C19.9625 15.9334 20.9721 15.4125 22.168 15.167V12.4688H25.2305V15.166Z", style: { fill: `var(--${type})` } }),
1420
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 4.5C32.4927 4.5 39.7134 9.92839 42.3896 17.5C43.1089 19.535 43.5 21.7236 43.5 24C43.5 34.7696 34.7696 43.5 24 43.5C13.2304 43.5 4.5 34.7696 4.5 24C4.5 21.7236 4.89109 19.535 5.61035 17.5C8.28664 9.92839 15.5073 4.5 24 4.5ZM24 7.5C16.8181 7.5 10.7043 12.0894 8.43848 18.5C7.83115 20.2183 7.5 22.0689 7.5 24C7.5 33.1127 14.8873 40.5 24 40.5C33.1127 40.5 40.5 33.1127 40.5 24C40.5 22.0689 40.1688 20.2183 39.5615 18.5C37.2957 12.0894 31.1819 7.5 24 7.5Z", style: { fill: `var(--${type})` } })
1422
1421
  ] });
1423
1422
  } else if (fill) {
1424
1423
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
1425
- /* @__PURE__ */ jsx("path", { d: "M36.249 12.25V18.4996H39.249V12.25H45.5V9.25H39.249V3H36.249V9.25H30.0004V12.25H36.249Z", style: { fill: `var(--${type})` } }),
1426
- /* @__PURE__ */ jsx("path", { d: "M42.9695 19.4647C43.3165 20.9211 43.5 22.4399 43.5 24C43.5 34.7696 34.7696 43.5 24 43.5C13.2304 43.5 4.5 34.7696 4.5 24C4.5 21.7236 4.89071 19.5351 5.60997 17.5001C8.2862 9.9284 15.5072 4.5 24 4.5C25.5616 4.5 27.0802 4.68354 28.5355 5.03018C28.0084 5.89216 27.6022 6.83606 27.3403 7.83832C26.2615 7.61651 25.1443 7.5 24 7.5C16.8181 7.5 10.7043 12.0893 8.43849 18.4999C7.83114 20.2182 7.5 22.0688 7.5 24C7.5 33.1127 14.8873 40.5 24 40.5C33.1127 40.5 40.5 33.1127 40.5 24C40.5 22.8546 40.3835 21.7375 40.162 20.6596C41.164 20.3978 42.1077 19.9916 42.9695 19.4647Z", style: { fill: `var(--${type})` } }),
1427
- /* @__PURE__ */ jsx("path", { d: "M25.2301 15.1661C25.9932 15.3168 26.7208 15.5646 27.4116 15.9098C28.2307 16.3116 28.8917 16.8065 29.3712 17.4058L29.6147 17.7102L27.6907 20.2426L27.2862 19.8019C26.9265 19.4099 26.4961 19.0807 25.9906 18.8156C25.8581 18.7462 25.7205 18.6811 25.5777 18.6205L25.572 18.6181C24.8923 18.3199 24.201 18.1728 23.4946 18.1728C22.7125 18.1728 22.118 18.3572 21.6723 18.6869C21.2379 19.0082 21.0474 19.3889 21.0474 19.8605C21.0474 20.1892 21.1266 20.4592 21.2726 20.6873C21.4314 20.9277 21.6447 21.1317 21.9215 21.2988C22.2386 21.4775 22.6021 21.6423 23.0139 21.7917C23.4497 21.9393 23.9084 22.0836 24.39 22.2244C24.8947 22.3621 25.3956 22.5113 25.8926 22.6719C26.2307 22.7811 26.5576 22.9075 26.8733 23.0513C27.0412 23.1277 27.2059 23.2091 27.3673 23.2953C27.847 23.5475 28.2752 23.847 28.649 24.1952C29.0578 24.5608 29.3728 25.0248 29.6007 25.573C29.8348 26.1286 29.9455 26.7516 29.9455 27.4323C29.9455 28.768 29.4612 29.9379 28.5129 30.9195C27.659 31.8037 26.555 32.3545 25.2301 32.5899V35.2888H22.1671V32.5858C21.2732 32.4233 20.417 32.1394 19.5999 31.7342L19.5954 31.732C18.6611 31.2569 17.8595 30.6818 17.1972 30.0033L16.8789 29.6772L18.9312 27.2638L19.3141 27.6232C20.7202 28.9432 22.2045 29.5734 23.778 29.5734C24.6847 29.5734 25.3772 29.3532 25.8969 28.9532C26.4068 28.5533 26.6445 28.0656 26.6445 27.455C26.6445 27.144 26.5668 26.8921 26.424 26.6806L26.4192 26.6733C26.2737 26.4495 26.0692 26.2638 25.791 26.1187L25.7795 26.1125C25.473 25.9422 25.111 25.7881 24.6902 25.6526L24.6805 25.6493C24.2552 25.5027 23.8028 25.3665 23.3227 25.241L23.3139 25.2386C22.8262 25.1014 22.3349 24.9567 21.84 24.8044L21.8311 24.8016C21.3214 24.6343 20.8309 24.427 20.3602 24.1797L20.3571 24.1781C19.8862 23.9264 19.4603 23.6321 19.0813 23.2942L19.0772 23.2906C18.6751 22.9242 18.3638 22.4596 18.1361 21.9113L18.1326 21.9027C17.9093 21.3359 17.8031 20.7054 17.8031 20.0192C17.8031 18.7456 18.26 17.644 19.1616 16.742C19.9627 15.9337 20.9718 15.4128 22.1671 15.1674V12.4688H25.2301V15.1661Z", style: { fill: `var(--${type})` } })
1424
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M25.2305 15.166C25.9928 15.3165 26.7199 15.5635 27.4102 15.9082C28.23 16.3101 28.8923 16.8055 29.3721 17.4053L29.6152 17.71L28.0527 19.7656L27.6914 20.2422L27.2871 19.8018C26.8331 19.3071 26.2662 18.912 25.5781 18.6201L25.5723 18.6182C24.8925 18.3199 24.2016 18.1729 23.4951 18.1729C22.7131 18.1729 22.1186 18.3569 21.6729 18.6865C21.2385 19.0078 21.0479 19.3888 21.0479 19.8604C21.0479 20.1878 21.1265 20.457 21.2715 20.6846C21.4306 20.9262 21.6448 21.1312 21.9229 21.2988C22.241 21.4781 22.6061 21.6433 23.0195 21.793C23.4524 21.9395 23.9068 22.0828 24.3848 22.2227C24.8909 22.3607 25.395 22.5108 25.8936 22.6719C26.4103 22.8389 26.901 23.0461 27.3652 23.2939C27.8435 23.5452 28.2714 23.8438 28.6445 24.1904C29.0551 24.5564 29.3719 25.0217 29.6006 25.5713L29.6826 25.7832C29.8609 26.2841 29.9463 26.8358 29.9463 27.4316C29.9463 28.7672 29.4618 29.9374 28.5137 30.9189C27.6597 31.8031 26.5553 32.3525 25.2305 32.5879V35.2881H22.168V32.584C21.274 32.4215 20.4177 32.1385 19.6006 31.7334L19.5957 31.7314C18.6615 31.2564 17.8596 30.6814 17.1973 30.0029L16.8789 29.6768L17.1748 29.3301L18.9316 27.2637L19.3145 27.623C20.7205 28.943 22.2049 29.5732 23.7783 29.5732C24.6859 29.5732 25.3786 29.352 25.8984 28.9512C26.4072 28.5516 26.6444 28.0648 26.6445 27.4551C26.6445 27.1443 26.5674 26.8921 26.4248 26.6807L26.4199 26.6729C26.2744 26.449 26.0692 26.2633 25.791 26.1182L25.7803 26.1123C25.4738 25.942 25.1113 25.7879 24.6904 25.6523L24.6807 25.6494C24.2555 25.5028 23.8033 25.3658 23.3232 25.2402L23.3145 25.2383C22.8269 25.1012 22.3357 24.956 21.8408 24.8037L21.8311 24.8018V24.7998C21.3216 24.6326 20.8308 24.4269 20.3604 24.1797L20.3574 24.1777C19.8867 23.9261 19.461 23.6317 19.082 23.2939L19.0771 23.29C18.6753 22.9238 18.3644 22.4592 18.1367 21.9111L18.1328 21.9023C17.9095 21.3356 17.8037 20.7047 17.8037 20.0186C17.8038 18.7454 18.2601 17.644 19.1611 16.7422C19.9625 15.9334 20.9721 15.4125 22.168 15.167V12.4688H25.2305V15.166Z", style: { fill: `var(--${type})` } }),
1425
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 4.5C32.4927 4.5 39.7134 9.92839 42.3896 17.5C43.1089 19.535 43.5 21.7236 43.5 24C43.5 34.7696 34.7696 43.5 24 43.5C13.2304 43.5 4.5 34.7696 4.5 24C4.5 21.7236 4.89109 19.535 5.61035 17.5C8.28664 9.92839 15.5073 4.5 24 4.5ZM24 7.5C16.8181 7.5 10.7043 12.0894 8.43848 18.5C7.83115 20.2183 7.5 22.0689 7.5 24C7.5 33.1127 14.8873 40.5 24 40.5C33.1127 40.5 40.5 33.1127 40.5 24C40.5 22.0689 40.1688 20.2183 39.5615 18.5C37.2957 12.0894 31.1819 7.5 24 7.5Z", style: { fill: `var(--${type})` } })
1428
1426
  ] });
1429
1427
  } else if (thick) {
1430
1428
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
1431
- /* @__PURE__ */ jsx("path", { d: "M35.7487 12.75V18.4996H39.7486V12.75H45.4996V8.75H39.7486V3H35.7487V8.75H30V12.75H35.7487Z", style: { fill: `var(--${type})` } }),
1432
- /* @__PURE__ */ jsx("path", { d: "M43.4142 19.1772C43.7971 20.7233 44 22.3391 44 24C44 35.0457 35.0457 44 24 44C12.9543 44 4 35.0457 4 24C4 21.666 4.40064 19.4213 5.13855 17.3335C7.88318 9.56825 15.2888 4 24 4C25.6631 4 27.2786 4.20295 28.8231 4.58538C28.0637 5.69726 27.5125 6.9626 27.2255 8.32529C26.1835 8.112 25.1048 8 24 8C17.0366 8 11.1073 12.4494 8.90991 18.6665C8.32121 20.3321 8 22.1264 8 24C8 32.8366 15.1634 40 24 40C32.8366 40 40 32.8366 40 24C40 22.8938 39.888 21.8152 39.6751 20.7744C41.0375 20.4874 42.3025 19.9364 43.4142 19.1772Z", style: { fill: `var(--${type})` } }),
1433
- /* @__PURE__ */ jsx("path", { d: "M28.1062 15.5895C27.4742 15.2738 26.8127 15.0364 26.1234 14.8771V12.1113H22.3461V14.8817C21.2125 15.1613 20.2355 15.692 19.4446 16.4898C18.4766 17.4584 17.9821 18.6506 17.9821 20.0189C17.9821 20.7418 18.094 21.4179 18.3364 22.0333L18.3393 22.0407L18.3424 22.048C18.5871 22.6372 18.9264 23.1475 19.3728 23.5543L19.3798 23.5606C19.7813 23.9184 20.2308 24.2287 20.7249 24.4928L20.7302 24.4956C21.2187 24.7523 21.7275 24.9673 22.2559 25.1407L22.2635 25.1431L22.2711 25.1455C22.7687 25.2986 23.2628 25.4442 23.7533 25.5821L23.7609 25.5842L23.7685 25.5862C24.2406 25.7097 24.6843 25.8433 25.1002 25.9867L25.1085 25.9896L25.1168 25.9923C25.5198 26.122 25.8597 26.2675 26.1422 26.4244L26.152 26.4299L26.1619 26.435C26.3905 26.5543 26.5468 26.6998 26.6559 26.8677L26.66 26.8739L26.6641 26.8801C26.7632 27.0269 26.8235 27.2076 26.8235 27.4547C26.8235 27.9509 26.6399 28.3362 26.2139 28.6708C25.771 29.0113 25.1613 29.216 24.3141 29.216C22.8474 29.216 21.4472 28.6323 20.0947 27.3626L19.4383 26.7463L16.9321 29.6935L17.4778 30.2525C18.1706 30.9622 19.005 31.5595 19.9696 32.05L19.9774 32.0539C20.7348 32.4295 21.5249 32.7046 22.3461 32.8791V35.6457H26.1234V32.8831C27.3833 32.6096 28.4574 32.0459 29.306 31.1673C30.3163 30.1215 30.8388 28.8635 30.8388 27.4321C30.8388 26.7131 30.7219 26.0416 30.4662 25.4347C30.2212 24.8457 29.8783 24.3365 29.426 23.9311C29.028 23.5609 28.5745 23.2445 28.0706 22.9794C27.9379 22.9086 27.8033 22.841 27.6667 22.7766C27.3045 22.6059 26.9283 22.4577 26.5386 22.3318C26.0373 22.1698 25.5322 22.0194 25.0233 21.8805C24.5486 21.7416 24.0969 21.5995 23.6682 21.4543C23.2756 21.3117 22.9332 21.1562 22.6377 20.99C22.4063 20.8496 22.2348 20.6833 22.1082 20.4924C22.0034 20.3278 21.9407 20.1267 21.9407 19.8602C21.9407 19.5106 22.0702 19.233 22.4208 18.9737C22.7908 18.7 23.3053 18.5297 24.0307 18.5297C24.6858 18.5297 25.3283 18.6657 25.9646 18.9449L25.9743 18.949C26.3752 19.1191 26.7289 19.3249 27.0393 19.5654C27.2284 19.7119 27.4015 19.8712 27.5592 20.0431L28.2527 20.7987L30.6037 17.7043L30.1862 17.1824C29.6666 16.5329 28.9597 16.0083 28.1062 15.5895Z", style: { fill: `var(--${type})` } })
1429
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M26.124 14.877C26.8122 15.0359 27.4725 15.273 28.1035 15.5879C28.9584 16.0069 29.6663 16.5323 30.1865 17.1826L30.6045 17.7041L28.2529 20.7988L27.5596 20.043C27.143 19.5891 26.6197 19.2229 25.9746 18.9492L25.9648 18.9443C25.3287 18.6653 24.6862 18.5293 24.0312 18.5293C23.3059 18.5293 22.7909 18.6999 22.4209 18.9736C22.0705 19.2329 21.9414 19.5108 21.9414 19.8604C21.9414 20.1288 22.0051 20.3309 22.1113 20.4961C22.2388 20.6871 22.4117 20.8529 22.6445 20.9932C22.9383 21.1579 23.2785 21.3116 23.668 21.4531C24.0945 21.5976 24.5435 21.7397 25.0156 21.8779C25.5271 22.0174 26.0353 22.1693 26.5391 22.332C27.0768 22.5058 27.5893 22.7213 28.0742 22.9805C28.5739 23.2435 29.0225 23.5574 29.418 23.9238C29.8735 24.3299 30.2195 24.8412 30.4658 25.4326L30.5557 25.6631C30.7498 26.2085 30.8388 26.8019 30.8389 27.4316C30.8389 28.863 30.3168 30.1212 29.3066 31.167C28.4582 32.0454 27.3837 32.6073 26.124 32.8809V35.6455H22.3467V32.877C21.5256 32.7025 20.7349 32.4292 19.9775 32.0537L19.9697 32.0498C19.0052 31.5593 18.1713 30.9616 17.4785 30.252L16.9326 29.6934L19.4385 26.7461L20.0947 27.3623C21.4472 28.632 22.8478 29.2158 24.3145 29.2158C25.1631 29.2158 25.7737 29.0106 26.2168 28.6689C26.641 28.3349 26.8241 27.9501 26.8242 27.4551C26.8242 27.208 26.7641 27.0266 26.665 26.8799L26.6602 26.874L26.6562 26.8672C26.5471 26.6994 26.3905 26.5538 26.1621 26.4346L26.1523 26.4297L26.1426 26.4238C25.8601 26.2669 25.5201 26.1219 25.1172 25.9922L25.1094 25.9893L25.1006 25.9863C24.6848 25.8429 24.2406 25.7094 23.7686 25.5859L23.7617 25.584L23.7539 25.582C23.2634 25.4441 22.7692 25.2986 22.2715 25.1455L22.2637 25.1426L22.2559 25.1406C21.7276 24.9673 21.2188 24.7517 20.7305 24.4951L20.7256 24.4922C20.2315 24.2281 19.7814 23.9184 19.3799 23.5605L19.373 23.5537C18.9268 23.147 18.5875 22.6369 18.3428 22.0479L18.3398 22.041L18.3369 22.0332C18.0945 21.4178 17.9824 20.7414 17.9824 20.0186C17.9825 18.6498 18.4775 17.4571 19.4463 16.4883C20.237 15.6912 21.2137 15.1613 22.3467 14.8818V12.1113H26.124V14.877Z", style: { fill: `var(--${type})` } }),
1430
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 4C32.7113 4 40.1167 9.56873 42.8613 17.334C43.5992 19.4216 44 21.6661 44 24C44 35.0457 35.0457 44 24 44C12.9543 44 4 35.0457 4 24C4 21.6662 4.40084 19.4216 5.13867 17.334C7.88329 9.56873 15.2888 4 24 4ZM24 8C17.0368 8 11.1077 12.4492 8.91016 18.666C8.32146 20.3316 8 22.1264 8 24C8 32.8366 15.1634 40 24 40C32.8366 40 40 32.8366 40 24C40 22.1264 39.6785 20.3316 39.0898 18.666C36.8923 12.4492 30.9632 8 24 8Z", style: { fill: `var(--${type})` } })
1434
1431
  ] });
1435
1432
  }
1436
1433
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
1437
- /* @__PURE__ */ jsx("path", { d: "M36.249 12.25V18.4996H39.249V12.25H45.5V9.25H39.249V3H36.249V9.25H30.0004V12.25H36.249Z", style: { fill: `var(--${type})` } }),
1438
- /* @__PURE__ */ jsx("path", { d: "M42.9695 19.4647C43.3165 20.9211 43.5 22.4399 43.5 24C43.5 34.7696 34.7696 43.5 24 43.5C13.2304 43.5 4.5 34.7696 4.5 24C4.5 21.7236 4.89071 19.5351 5.60997 17.5001C8.2862 9.9284 15.5072 4.5 24 4.5C25.5616 4.5 27.0802 4.68354 28.5355 5.03018C28.0084 5.89216 27.6022 6.83606 27.3403 7.83832C26.2615 7.61651 25.1443 7.5 24 7.5C16.8181 7.5 10.7043 12.0893 8.43849 18.4999C7.83114 20.2182 7.5 22.0688 7.5 24C7.5 33.1127 14.8873 40.5 24 40.5C33.1127 40.5 40.5 33.1127 40.5 24C40.5 22.8546 40.3835 21.7375 40.162 20.6596C41.164 20.3978 42.1077 19.9916 42.9695 19.4647Z", style: { fill: `var(--${type})` } }),
1439
- /* @__PURE__ */ jsx("path", { d: "M25.2301 15.1661C25.9932 15.3168 26.7208 15.5646 27.4116 15.9098C28.2307 16.3116 28.8917 16.8065 29.3712 17.4058L29.6147 17.7102L27.6907 20.2426L27.2862 19.8019C26.9265 19.4099 26.4961 19.0807 25.9906 18.8156C25.8581 18.7462 25.7205 18.6811 25.5777 18.6205L25.572 18.6181C24.8923 18.3199 24.201 18.1728 23.4946 18.1728C22.7125 18.1728 22.118 18.3572 21.6723 18.6869C21.2379 19.0082 21.0474 19.3889 21.0474 19.8605C21.0474 20.1892 21.1266 20.4592 21.2726 20.6873C21.4314 20.9277 21.6447 21.1317 21.9215 21.2988C22.2386 21.4775 22.6021 21.6423 23.0139 21.7917C23.4497 21.9393 23.9084 22.0836 24.39 22.2244C24.8947 22.3621 25.3956 22.5113 25.8926 22.6719C26.2307 22.7811 26.5576 22.9075 26.8733 23.0513C27.0412 23.1277 27.2059 23.2091 27.3673 23.2953C27.847 23.5475 28.2752 23.847 28.649 24.1952C29.0578 24.5608 29.3728 25.0248 29.6007 25.573C29.8348 26.1286 29.9455 26.7516 29.9455 27.4323C29.9455 28.768 29.4612 29.9379 28.5129 30.9195C27.659 31.8037 26.555 32.3545 25.2301 32.5899V35.2888H22.1671V32.5858C21.2732 32.4233 20.417 32.1394 19.5999 31.7342L19.5954 31.732C18.6611 31.2569 17.8595 30.6818 17.1972 30.0033L16.8789 29.6772L18.9312 27.2638L19.3141 27.6232C20.7202 28.9432 22.2045 29.5734 23.778 29.5734C24.6847 29.5734 25.3772 29.3532 25.8969 28.9532C26.4068 28.5533 26.6445 28.0656 26.6445 27.455C26.6445 27.144 26.5668 26.8921 26.424 26.6806L26.4192 26.6733C26.2737 26.4495 26.0692 26.2638 25.791 26.1187L25.7795 26.1125C25.473 25.9422 25.111 25.7881 24.6902 25.6526L24.6805 25.6493C24.2552 25.5027 23.8028 25.3665 23.3227 25.241L23.3139 25.2386C22.8262 25.1014 22.3349 24.9567 21.84 24.8044L21.8311 24.8016C21.3214 24.6343 20.8309 24.427 20.3602 24.1797L20.3571 24.1781C19.8862 23.9264 19.4603 23.6321 19.0813 23.2942L19.0772 23.2906C18.6751 22.9242 18.3638 22.4596 18.1361 21.9113L18.1326 21.9027C17.9093 21.3359 17.8031 20.7054 17.8031 20.0192C17.8031 18.7456 18.26 17.644 19.1616 16.742C19.9627 15.9337 20.9718 15.4128 22.1671 15.1674V12.4688H25.2301V15.1661Z", style: { fill: `var(--${type})` } })
1434
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M25.2305 15.166C25.9928 15.3165 26.7199 15.5635 27.4102 15.9082C28.23 16.3101 28.8923 16.8055 29.3721 17.4053L29.6152 17.71L28.0527 19.7656L27.6914 20.2422L27.2871 19.8018C26.8331 19.3071 26.2662 18.912 25.5781 18.6201L25.5723 18.6182C24.8925 18.3199 24.2016 18.1729 23.4951 18.1729C22.7131 18.1729 22.1186 18.3569 21.6729 18.6865C21.2385 19.0078 21.0479 19.3888 21.0479 19.8604C21.0479 20.1878 21.1265 20.457 21.2715 20.6846C21.4306 20.9262 21.6448 21.1312 21.9229 21.2988C22.241 21.4781 22.6061 21.6433 23.0195 21.793C23.4524 21.9395 23.9068 22.0828 24.3848 22.2227C24.8909 22.3607 25.395 22.5108 25.8936 22.6719C26.4103 22.8389 26.901 23.0461 27.3652 23.2939C27.8435 23.5452 28.2714 23.8438 28.6445 24.1904C29.0551 24.5564 29.3719 25.0217 29.6006 25.5713L29.6826 25.7832C29.8609 26.2841 29.9463 26.8358 29.9463 27.4316C29.9463 28.7672 29.4618 29.9374 28.5137 30.9189C27.6597 31.8031 26.5553 32.3525 25.2305 32.5879V35.2881H22.168V32.584C21.274 32.4215 20.4177 32.1385 19.6006 31.7334L19.5957 31.7314C18.6615 31.2564 17.8596 30.6814 17.1973 30.0029L16.8789 29.6768L17.1748 29.3301L18.9316 27.2637L19.3145 27.623C20.7205 28.943 22.2049 29.5732 23.7783 29.5732C24.6859 29.5732 25.3786 29.352 25.8984 28.9512C26.4072 28.5516 26.6444 28.0648 26.6445 27.4551C26.6445 27.1443 26.5674 26.8921 26.4248 26.6807L26.4199 26.6729C26.2744 26.449 26.0692 26.2633 25.791 26.1182L25.7803 26.1123C25.4738 25.942 25.1113 25.7879 24.6904 25.6523L24.6807 25.6494C24.2555 25.5028 23.8033 25.3658 23.3232 25.2402L23.3145 25.2383C22.8269 25.1012 22.3357 24.956 21.8408 24.8037L21.8311 24.8018V24.7998C21.3216 24.6326 20.8308 24.4269 20.3604 24.1797L20.3574 24.1777C19.8867 23.9261 19.461 23.6317 19.082 23.2939L19.0771 23.29C18.6753 22.9238 18.3644 22.4592 18.1367 21.9111L18.1328 21.9023C17.9095 21.3356 17.8037 20.7047 17.8037 20.0186C17.8038 18.7454 18.2601 17.644 19.1611 16.7422C19.9625 15.9334 20.9721 15.4125 22.168 15.167V12.4688H25.2305V15.166Z", style: { fill: `var(--${type})` } }),
1435
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 4.5C32.4927 4.5 39.7134 9.92839 42.3896 17.5C43.1089 19.535 43.5 21.7236 43.5 24C43.5 34.7696 34.7696 43.5 24 43.5C13.2304 43.5 4.5 34.7696 4.5 24C4.5 21.7236 4.89109 19.535 5.61035 17.5C8.28664 9.92839 15.5073 4.5 24 4.5ZM24 7.5C16.8181 7.5 10.7043 12.0894 8.43848 18.5C7.83115 20.2183 7.5 22.0689 7.5 24C7.5 33.1127 14.8873 40.5 24 40.5C33.1127 40.5 40.5 33.1127 40.5 24C40.5 22.0689 40.1688 20.2183 39.5615 18.5C37.2957 12.0894 31.1819 7.5 24 7.5Z", style: { fill: `var(--${type})` } })
1440
1436
  ] });
1441
1437
  }
1442
1438
  );
@@ -1651,13 +1647,13 @@ var IconThumbDown = /* @__PURE__ */ forwardRef(
1651
1647
  const iconSize = iconSizeMap[size];
1652
1648
  if (fill && thick) {
1653
1649
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
1654
- /* @__PURE__ */ jsx("path", { d: "M31.9999 4L9.19411 4C8.21643 4 7.38205 4.70683 7.22132 5.6712L3.77612 26.3424C3.36976 28.7805 5.24993 31 7.72169 31H18.4999L17.1268 39.9247C16.7972 42.0675 18.4551 44 20.6231 44C21.5007 44 22.3384 43.6333 22.9336 42.9884L31.9999 33.1666L31.9999 4Z", style: { fill: `var(--${type})` } }),
1655
- /* @__PURE__ */ jsx("path", { d: "M35.9999 31L41.9999 31C43.1044 31 43.9999 30.1046 43.9999 29L43.9999 6.00001C43.9999 4.89544 43.1044 4.00001 41.9999 4.00001L35.9999 4V31Z", style: { fill: `var(--${type})` } })
1650
+ /* @__PURE__ */ jsx("path", { d: "M32 4L9.19423 4C8.21655 4 7.38217 4.70683 7.22144 5.6712L3.77624 26.3424C3.36988 28.7805 5.25006 31 7.72181 31H18.5L17.1269 39.9247C16.7973 42.0675 18.4552 44 20.6233 44C21.5009 44 22.3385 43.6333 22.9338 42.9884L32 33.1666L32 4Z", style: { fill: `var(--${type})` } }),
1651
+ /* @__PURE__ */ jsx("path", { d: "M36 31L42 31C43.1045 31 44 30.1046 44 29L44 6.00001C44 4.89544 43.1045 4.00001 42 4.00001L36 4V31Z", style: { fill: `var(--${type})` } })
1656
1652
  ] });
1657
1653
  } else if (fill) {
1658
1654
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
1659
- /* @__PURE__ */ jsx("path", { d: "M32.4999 4L9.19411 4C8.21643 4 7.38205 4.70683 7.22132 5.6712L3.77612 26.3424C3.36976 28.7805 5.24993 31 7.72169 31H18.4999L17.1268 39.9247C16.7972 42.0675 18.4551 44 20.6231 44C21.5007 44 22.3384 43.6333 22.9336 42.9884L32.4999 32.625L32.4999 4Z", style: { fill: `var(--${type})` } }),
1660
- /* @__PURE__ */ jsx("path", { d: "M35.4999 31L41.9999 31C43.1044 31 43.9999 30.1046 43.9999 29L43.9999 6.00001C43.9999 4.89544 43.1044 4.00001 41.9999 4.00001L35.4999 4L35.4999 31Z", style: { fill: `var(--${type})` } })
1655
+ /* @__PURE__ */ jsx("path", { d: "M32.5 4L9.19423 4C8.21655 4 7.38217 4.70683 7.22144 5.6712L3.77624 26.3424C3.36988 28.7805 5.25006 31 7.72181 31H18.5L17.1269 39.9247C16.7973 42.0675 18.4552 44 20.6233 44C21.5009 44 22.3385 43.6333 22.9338 42.9884L32.5 32.625L32.5 4Z", style: { fill: `var(--${type})` } }),
1656
+ /* @__PURE__ */ jsx("path", { d: "M35.5 31L42 31C43.1045 31 44 30.1046 44 29L44 6.00001C44 4.89544 43.1045 4.00001 42 4.00001L35.5 4L35.5 31Z", style: { fill: `var(--${type})` } })
1661
1657
  ] });
1662
1658
  } else if (thick) {
1663
1659
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.4691 37.7018L15.5001 31H7.72194C5.25018 31 3.37001 28.7805 3.77636 26.3424L7.22156 5.6712C7.38229 4.70683 8.21667 4 9.19435 4L42.0001 4.00001C43.1047 4.00001 44.0001 4.89544 44.0001 6.00001L44.0001 29C44.0001 30.1046 43.1047 31 42.0001 31L34.0001 31L23.4432 42.4366C22.5233 43.4332 21.2287 44 19.8724 44C16.5218 44 13.9596 41.0134 14.4691 37.7018ZM30.0001 29.4361L30.0001 8.00001L10.8886 8L7.72194 27H20.1625L18.4225 38.31C18.2858 39.1986 18.9734 40 19.8724 40C20.1123 40 20.3413 39.8998 20.504 39.7235L30.0001 29.4361ZM34.0001 27L40.0001 27L40.0001 8.00001L34.0001 8.00001L34.0001 27Z", style: { fill: `var(--${type})` } }) });
@@ -1724,23 +1720,23 @@ var IconStep = /* @__PURE__ */ forwardRef(
1724
1720
  const iconSize = iconSizeMap[size];
1725
1721
  if (fill && thick) {
1726
1722
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
1727
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.3921 24.0505C21.8175 21.1504 22.5959 17.6827 22.839 14.9636C23.3529 9.21377 20.1013 1.86355 14.0839 1.78983C8.06659 1.71611 4.96458 6.9623 4.33873 13.9635C3.91034 18.7558 5.17605 24.4122 8.0563 27.5044C7.96392 29.3719 8.50743 31.3694 8.96782 33.0616C10.0242 36.9442 13.9047 39.2689 17.6351 38.2539C21.3654 37.2389 23.5331 33.2686 22.4767 29.386C22.0082 27.6639 21.4536 25.6255 20.3921 24.0505ZM11.0523 28.242L18.1635 26.15C18.7497 27.1988 19.1462 28.572 19.582 30.1736C20.2334 32.5678 18.871 34.8086 16.8474 35.3591C14.8239 35.9097 12.514 34.6681 11.8626 32.2739C11.4468 30.7457 11.1039 29.4119 11.0523 28.242ZM7.32682 14.2306C6.94677 18.482 8.12964 23.0965 10.1729 25.3736L17.4514 23.2324L17.6997 22.7271C18.9261 20.232 19.6324 17.1407 19.8509 14.6965C20.0544 12.4192 19.4956 9.77048 18.3212 7.76302C17.16 5.77795 15.6721 4.80951 14.0472 4.7896C12.0672 4.76535 10.6751 5.55181 9.60392 7.0042C8.44082 8.58128 7.61186 11.0419 7.32682 14.2306Z", style: { fill: `var(--${type})` } }),
1728
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M27.9965 32.0505C26.935 33.6255 26.3804 35.6639 25.9119 37.386C24.8555 41.2686 27.0231 45.2389 30.7535 46.2539C34.4839 47.2689 38.3643 44.9442 39.4208 41.0615C39.8812 39.3694 40.4247 37.3719 40.3323 35.5044C43.2125 32.4122 44.4782 26.7558 44.0499 21.9635C43.424 14.9623 40.322 9.71611 34.3047 9.78983C28.2873 9.86355 25.0356 17.2138 25.5496 22.9636C25.7927 25.6827 26.5711 29.1504 27.9965 32.0505ZM30.9848 31.3293L38.367 33.1989C40.317 30.8666 41.4323 26.376 41.0618 22.2306C40.7767 19.0419 39.9478 16.5813 38.7847 15.0042C37.7135 13.5518 36.3214 12.7653 34.3414 12.7896C32.7165 12.8095 31.2286 13.778 30.0673 15.763C28.893 17.7705 28.3341 20.4192 28.5377 22.6965C28.7562 25.1407 29.4625 28.232 30.6889 30.7271L30.9848 31.3293ZM37.3424 36.0341L30.1857 34.2216C29.621 35.261 29.2325 36.6082 28.8066 38.1736C28.1552 40.5678 29.5175 42.8086 31.5411 43.3591C33.5647 43.9097 35.8746 42.6681 36.526 40.2739C36.9666 38.6545 37.3254 37.2533 37.3424 36.0341Z", style: { fill: `var(--${type})` } })
1723
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.3921 24.0495C21.8175 21.1494 22.5959 17.6818 22.839 14.9626C23.3529 9.2128 20.1013 1.86258 14.0839 1.78885C8.06659 1.71513 4.96458 6.96132 4.33873 13.9625C3.91034 18.7548 5.17605 24.4113 8.0563 27.5034C7.96392 29.3709 8.50743 31.3685 8.96782 33.0606C10.0242 36.9432 13.9047 39.2679 17.6351 38.2529C21.3654 37.238 23.5331 33.2677 22.4767 29.385C22.0082 27.663 21.4536 25.6245 20.3921 24.0495ZM11.0523 28.241L18.1635 26.149C18.7497 27.1978 19.1462 28.5711 19.582 30.1726C20.2334 32.5668 18.871 34.8076 16.8474 35.3582C14.8239 35.9088 12.514 34.6671 11.8626 32.273C11.4468 30.7447 11.1039 29.4109 11.0523 28.241ZM7.32682 14.2296C6.94677 18.481 8.12964 23.0955 10.1729 25.3726L17.4514 23.2314L17.6997 22.7262C18.9261 20.231 19.6324 17.1397 19.8509 14.6955C20.0544 12.4182 19.4956 9.76951 18.3212 7.76205C17.16 5.77698 15.6721 4.80854 14.0472 4.78863C12.0672 4.76437 10.6751 5.55083 9.60392 7.00322C8.44082 8.5803 7.61186 11.0409 7.32682 14.2296Z", style: { fill: `var(--${type})` } }),
1724
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M27.9965 32.0495C26.935 33.6245 26.3804 35.663 25.9119 37.385C24.8555 41.2677 27.0231 45.238 30.7535 46.2529C34.4839 47.2679 38.3643 44.9432 39.4208 41.0605C39.8812 39.3684 40.4247 37.3709 40.3323 35.5034C43.2125 32.4113 44.4782 26.7548 44.0499 21.9625C43.424 14.9613 40.322 9.71513 34.3047 9.78885C28.2873 9.86258 25.0356 17.2128 25.5496 22.9626C25.7927 25.6818 26.5711 29.1494 27.9965 32.0495ZM30.9848 31.3283L38.367 33.1979C40.317 30.8656 41.4323 26.375 41.0618 22.2296C40.7767 19.0409 39.9478 16.5803 38.7847 15.0032C37.7135 13.5508 36.3214 12.7644 34.3414 12.7886C32.7165 12.8085 31.2286 13.777 30.0673 15.762C28.893 17.7695 28.3341 20.4182 28.5377 22.6955C28.7562 25.1397 29.4625 28.231 30.6889 30.7261L30.9848 31.3283ZM37.3424 36.0332L30.1857 34.2206C29.621 35.26 29.2325 36.6072 28.8066 38.1726C28.1552 40.5668 29.5175 42.8076 31.5411 43.3582C33.5647 43.9088 35.8746 42.6671 36.526 40.273C36.9666 38.6535 37.3254 37.2523 37.3424 36.0332Z", style: { fill: `var(--${type})` } })
1729
1725
  ] });
1730
1726
  } else if (fill) {
1731
1727
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
1732
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.3921 24.0505C21.8175 21.1504 22.5959 17.6827 22.839 14.9636C23.3529 9.21377 20.1013 1.86355 14.0839 1.78983C8.06659 1.71611 4.96458 6.9623 4.33873 13.9635C3.91034 18.7558 5.17605 24.4122 8.0563 27.5044C7.96392 29.3719 8.50743 31.3694 8.96782 33.0616C10.0242 36.9442 13.9047 39.2689 17.6351 38.2539C21.3654 37.2389 23.5331 33.2686 22.4767 29.386C22.0082 27.6639 21.4536 25.6255 20.3921 24.0505ZM11.0523 28.242L18.1635 26.15C18.7497 27.1988 19.1462 28.572 19.582 30.1736C20.2334 32.5678 18.871 34.8086 16.8474 35.3591C14.8239 35.9097 12.514 34.6681 11.8626 32.2739C11.4468 30.7457 11.1039 29.4119 11.0523 28.242ZM7.32682 14.2306C6.94677 18.482 8.12964 23.0965 10.1729 25.3736L17.4514 23.2324L17.6997 22.7271C18.9261 20.232 19.6324 17.1407 19.8509 14.6965C20.0544 12.4192 19.4956 9.77048 18.3212 7.76302C17.16 5.77795 15.6721 4.80951 14.0472 4.7896C12.0672 4.76535 10.6751 5.55181 9.60392 7.0042C8.44082 8.58128 7.61186 11.0419 7.32682 14.2306Z", style: { fill: `var(--${type})` } }),
1733
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M27.9965 32.0505C26.935 33.6255 26.3804 35.6639 25.9119 37.386C24.8555 41.2686 27.0231 45.2389 30.7535 46.2539C34.4839 47.2689 38.3643 44.9442 39.4208 41.0615C39.8812 39.3694 40.4247 37.3719 40.3323 35.5044C43.2125 32.4122 44.4782 26.7558 44.0499 21.9635C43.424 14.9623 40.322 9.71611 34.3047 9.78983C28.2873 9.86355 25.0356 17.2138 25.5496 22.9636C25.7927 25.6827 26.5711 29.1504 27.9965 32.0505ZM30.9848 31.3293L38.367 33.1989C40.317 30.8666 41.4323 26.376 41.0618 22.2306C40.7767 19.0419 39.9478 16.5813 38.7847 15.0042C37.7135 13.5518 36.3214 12.7653 34.3414 12.7896C32.7165 12.8095 31.2286 13.778 30.0673 15.763C28.893 17.7705 28.3341 20.4192 28.5377 22.6965C28.7562 25.1407 29.4625 28.232 30.6889 30.7271L30.9848 31.3293ZM37.3424 36.0341L30.1857 34.2216C29.621 35.261 29.2325 36.6082 28.8066 38.1736C28.1552 40.5678 29.5175 42.8086 31.5411 43.3591C33.5647 43.9097 35.8746 42.6681 36.526 40.2739C36.9666 38.6545 37.3254 37.2533 37.3424 36.0341Z", style: { fill: `var(--${type})` } })
1728
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.3921 24.0495C21.8175 21.1494 22.5959 17.6818 22.839 14.9626C23.3529 9.2128 20.1013 1.86258 14.0839 1.78885C8.06659 1.71513 4.96458 6.96132 4.33873 13.9625C3.91034 18.7548 5.17605 24.4113 8.0563 27.5034C7.96392 29.3709 8.50743 31.3685 8.96782 33.0606C10.0242 36.9432 13.9047 39.2679 17.6351 38.2529C21.3654 37.238 23.5331 33.2677 22.4767 29.385C22.0082 27.663 21.4536 25.6245 20.3921 24.0495ZM11.0523 28.241L18.1635 26.149C18.7497 27.1978 19.1462 28.5711 19.582 30.1726C20.2334 32.5668 18.871 34.8076 16.8474 35.3582C14.8239 35.9088 12.514 34.6671 11.8626 32.273C11.4468 30.7447 11.1039 29.4109 11.0523 28.241ZM7.32682 14.2296C6.94677 18.481 8.12964 23.0955 10.1729 25.3726L17.4514 23.2314L17.6997 22.7262C18.9261 20.231 19.6324 17.1397 19.8509 14.6955C20.0544 12.4182 19.4956 9.76951 18.3212 7.76205C17.16 5.77698 15.6721 4.80854 14.0472 4.78863C12.0672 4.76437 10.6751 5.55083 9.60392 7.00322C8.44082 8.5803 7.61186 11.0409 7.32682 14.2296Z", style: { fill: `var(--${type})` } }),
1729
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M27.9965 32.0495C26.935 33.6245 26.3804 35.663 25.9119 37.385C24.8555 41.2677 27.0231 45.238 30.7535 46.2529C34.4839 47.2679 38.3643 44.9432 39.4208 41.0605C39.8812 39.3684 40.4247 37.3709 40.3323 35.5034C43.2125 32.4113 44.4782 26.7548 44.0499 21.9625C43.424 14.9613 40.322 9.71513 34.3047 9.78885C28.2873 9.86258 25.0356 17.2128 25.5496 22.9626C25.7927 25.6818 26.5711 29.1494 27.9965 32.0495ZM30.9848 31.3283L38.367 33.1979C40.317 30.8656 41.4323 26.375 41.0618 22.2296C40.7767 19.0409 39.9478 16.5803 38.7847 15.0032C37.7135 13.5508 36.3214 12.7644 34.3414 12.7886C32.7165 12.8085 31.2286 13.777 30.0673 15.762C28.893 17.7695 28.3341 20.4182 28.5377 22.6955C28.7562 25.1397 29.4625 28.231 30.6889 30.7261L30.9848 31.3283ZM37.3424 36.0332L30.1857 34.2206C29.621 35.26 29.2325 36.6072 28.8066 38.1726C28.1552 40.5668 29.5175 42.8076 31.5411 43.3582C33.5647 43.9088 35.8746 42.6671 36.526 40.273C36.9666 38.6535 37.3254 37.2523 37.3424 36.0332Z", style: { fill: `var(--${type})` } })
1734
1730
  ] });
1735
1731
  } else if (thick) {
1736
1732
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
1737
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22.8652 14.6173C23.222 8.92313 19.9811 1.86208 14.0839 1.78983C8.06659 1.71611 4.96458 6.9623 4.33873 13.9635C3.91034 18.7558 5.17605 24.4122 8.0563 27.5044C7.96392 29.3719 8.50743 31.3694 8.96782 33.0616C10.0242 36.9442 13.9047 39.2689 17.6351 38.2539C21.3654 37.2389 23.5331 33.2686 22.4767 29.386C22.0082 27.6639 21.4536 25.6255 20.3921 24.0505C20.819 23.1818 21.1879 22.2622 21.5018 21.327C22.2358 19.1402 22.6687 16.8682 22.839 14.9636C22.8492 14.8488 22.858 14.7333 22.8652 14.6173ZM12.0679 28.4644L17.4238 26.8888C17.8668 27.7727 18.2108 28.9431 18.617 30.4361C19.1334 32.3341 18.0396 33.9984 16.5849 34.3942C15.1302 34.79 13.3439 33.9094 12.8275 32.0114C12.4385 30.5816 12.1485 29.433 12.0679 28.4644ZM8.32285 14.3196C7.9604 18.3742 9.10388 22.6284 10.8664 24.6484L16.4482 23.0063L16.8022 22.286C17.9623 19.9259 18.6445 16.96 18.8548 14.6074C19.0406 12.5293 18.5237 10.0894 17.4581 8.26797C16.41 6.47638 15.1985 5.80379 14.0349 5.78953C12.3978 5.76947 11.3016 6.38705 10.4087 7.59774C9.39322 8.97469 8.59859 11.2349 8.32285 14.3196Z", style: { fill: `var(--${type})` } }),
1738
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M27.9965 32.0505C26.935 33.6255 26.3804 35.6639 25.9119 37.386C24.8555 41.2686 27.0231 45.2389 30.7535 46.2539C34.4839 47.2689 38.3643 44.9442 39.4208 41.0615C39.8812 39.3694 40.4247 37.3719 40.3323 35.5044C43.2125 32.4122 44.4782 26.7558 44.0499 21.9635C43.424 14.9623 40.322 9.71611 34.3047 9.78983C30.7967 9.83281 28.2286 12.3488 26.7987 15.5791C25.9154 17.5743 25.4664 19.842 25.4983 21.9677C25.5033 22.3038 25.5204 22.6363 25.5496 22.9636C25.7927 25.6827 26.5711 29.1504 27.9965 32.0505ZM31.7805 30.681L37.7077 32.4246C39.3641 30.3262 40.4153 26.2301 40.0657 22.3196C39.79 19.2349 38.9954 16.9747 37.9799 15.5977C37.087 14.387 35.9908 13.7695 34.3537 13.7895C33.19 13.8038 31.9786 14.4764 30.9305 16.268C29.8649 18.0894 29.348 20.5293 29.5337 22.6074C29.744 24.96 30.4263 27.9259 31.5863 30.286L31.7805 30.681ZM36.3379 36.1912L31.0921 34.6479C30.5857 35.5562 30.2158 36.8033 29.7715 38.4361C29.2551 40.3341 30.349 41.9984 31.8037 42.3942C33.2583 42.79 35.0447 41.9094 35.5611 40.0114C35.9873 38.4447 36.2947 37.2158 36.3379 36.1912Z", style: { fill: `var(--${type})` } })
1733
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22.8652 14.6163C23.222 8.92215 19.9811 1.8611 14.0839 1.78885C8.06659 1.71513 4.96458 6.96132 4.33873 13.9625C3.91034 18.7548 5.17605 24.4113 8.0563 27.5034C7.96392 29.3709 8.50743 31.3685 8.96782 33.0606C10.0242 36.9432 13.9047 39.2679 17.6351 38.2529C21.3654 37.238 23.5331 33.2677 22.4767 29.385C22.0082 27.663 21.4536 25.6245 20.3921 24.0495C20.819 23.1808 21.1879 22.2612 21.5018 21.326C22.2358 19.1392 22.6687 16.8673 22.839 14.9626C22.8492 14.8478 22.858 14.7323 22.8652 14.6163ZM12.0679 28.4634L17.4238 26.8878C17.8668 27.7717 18.2108 28.9422 18.617 30.4352C19.1334 32.3331 18.0396 33.9975 16.5849 34.3932C15.1302 34.789 13.3439 33.9084 12.8275 32.0104C12.4385 30.5806 12.1485 29.432 12.0679 28.4634ZM8.32285 14.3186C7.9604 18.3732 9.10388 22.6274 10.8664 24.6474L16.4482 23.0053L16.8022 22.285C17.9623 19.9249 18.6445 16.959 18.8548 14.6065C19.0406 12.5284 18.5237 10.0884 17.4581 8.267C16.41 6.4754 15.1985 5.80281 14.0349 5.78855C12.3978 5.7685 11.3016 6.38607 10.4087 7.59676C9.39322 8.97371 8.59859 11.2339 8.32285 14.3186Z", style: { fill: `var(--${type})` } }),
1734
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M27.9965 32.0495C26.935 33.6245 26.3804 35.663 25.9119 37.385C24.8555 41.2677 27.0231 45.238 30.7535 46.2529C34.4839 47.2679 38.3643 44.9432 39.4208 41.0605C39.8812 39.3684 40.4247 37.3709 40.3323 35.5034C43.2125 32.4113 44.4782 26.7548 44.0499 21.9625C43.424 14.9613 40.322 9.71513 34.3047 9.78885C30.7967 9.83183 28.2286 12.3479 26.7987 15.5781C25.9154 17.5733 25.4664 19.841 25.4983 21.9667C25.5033 22.3028 25.5204 22.6353 25.5496 22.9626C25.7927 25.6818 26.5711 29.1494 27.9965 32.0495ZM31.7805 30.68L37.7077 32.4237C39.3641 30.3252 40.4153 26.2291 40.0657 22.3186C39.79 19.2339 38.9954 16.9737 37.9799 15.5968C37.087 14.3861 35.9908 13.7685 34.3537 13.7886C33.19 13.8028 31.9786 14.4754 30.9305 16.267C29.8649 18.0884 29.348 20.5284 29.5337 22.6065C29.744 24.959 30.4263 27.9249 31.5863 30.285L31.7805 30.68ZM36.3379 36.1902L31.0921 34.647C30.5857 35.5552 30.2158 36.8023 29.7715 38.4352C29.2551 40.3332 30.349 41.9975 31.8037 42.3932C33.2583 42.789 35.0447 41.9084 35.5611 40.0104C35.9873 38.4437 36.2947 37.2148 36.3379 36.1902Z", style: { fill: `var(--${type})` } })
1739
1735
  ] });
1740
1736
  }
1741
1737
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
1742
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.3921 24.0505C21.8175 21.1504 22.5959 17.6827 22.839 14.9636C23.3529 9.21377 20.1013 1.86355 14.0839 1.78983C8.06659 1.71611 4.96458 6.9623 4.33873 13.9635C3.91034 18.7558 5.17605 24.4122 8.0563 27.5044C7.96392 29.3719 8.50743 31.3694 8.96782 33.0616C10.0242 36.9442 13.9047 39.2689 17.6351 38.2539C21.3654 37.2389 23.5331 33.2686 22.4767 29.386C22.0082 27.6639 21.4536 25.6255 20.3921 24.0505ZM11.0523 28.242L18.1635 26.15C18.7497 27.1988 19.1462 28.572 19.582 30.1736C20.2334 32.5678 18.871 34.8086 16.8474 35.3591C14.8239 35.9097 12.514 34.6681 11.8626 32.2739C11.4468 30.7457 11.1039 29.4119 11.0523 28.242ZM7.32682 14.2306C6.94677 18.482 8.12964 23.0965 10.1729 25.3736L17.4514 23.2324L17.6997 22.7271C18.9261 20.232 19.6324 17.1407 19.8509 14.6965C20.0544 12.4192 19.4956 9.77048 18.3212 7.76302C17.16 5.77795 15.6721 4.80951 14.0472 4.7896C12.0672 4.76535 10.6751 5.55181 9.60392 7.0042C8.44082 8.58128 7.61186 11.0419 7.32682 14.2306Z", style: { fill: `var(--${type})` } }),
1743
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M27.9965 32.0505C26.935 33.6255 26.3804 35.6639 25.9119 37.386C24.8555 41.2686 27.0231 45.2389 30.7535 46.2539C34.4839 47.2689 38.3643 44.9442 39.4208 41.0615C39.8812 39.3694 40.4247 37.3719 40.3323 35.5044C43.2125 32.4122 44.4782 26.7558 44.0499 21.9635C43.424 14.9623 40.322 9.71611 34.3047 9.78983C28.2873 9.86355 25.0356 17.2138 25.5496 22.9636C25.7927 25.6827 26.5711 29.1504 27.9965 32.0505ZM30.9848 31.3293L38.367 33.1989C40.317 30.8666 41.4323 26.376 41.0618 22.2306C40.7767 19.0419 39.9478 16.5813 38.7847 15.0042C37.7135 13.5518 36.3214 12.7653 34.3414 12.7896C32.7165 12.8095 31.2286 13.778 30.0673 15.763C28.893 17.7705 28.3341 20.4192 28.5377 22.6965C28.7562 25.1407 29.4625 28.232 30.6889 30.7271L30.9848 31.3293ZM37.3424 36.0341L30.1857 34.2216C29.621 35.261 29.2325 36.6082 28.8066 38.1736C28.1552 40.5678 29.5175 42.8086 31.5411 43.3591C33.5647 43.9097 35.8746 42.6681 36.526 40.2739C36.9666 38.6545 37.3254 37.2533 37.3424 36.0341Z", style: { fill: `var(--${type})` } })
1738
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.3921 24.0495C21.8175 21.1494 22.5959 17.6818 22.839 14.9626C23.3529 9.2128 20.1013 1.86258 14.0839 1.78885C8.06659 1.71513 4.96458 6.96132 4.33873 13.9625C3.91034 18.7548 5.17605 24.4113 8.0563 27.5034C7.96392 29.3709 8.50743 31.3685 8.96782 33.0606C10.0242 36.9432 13.9047 39.2679 17.6351 38.2529C21.3654 37.238 23.5331 33.2677 22.4767 29.385C22.0082 27.663 21.4536 25.6245 20.3921 24.0495ZM11.0523 28.241L18.1635 26.149C18.7497 27.1978 19.1462 28.5711 19.582 30.1726C20.2334 32.5668 18.871 34.8076 16.8474 35.3582C14.8239 35.9088 12.514 34.6671 11.8626 32.273C11.4468 30.7447 11.1039 29.4109 11.0523 28.241ZM7.32682 14.2296C6.94677 18.481 8.12964 23.0955 10.1729 25.3726L17.4514 23.2314L17.6997 22.7262C18.9261 20.231 19.6324 17.1397 19.8509 14.6955C20.0544 12.4182 19.4956 9.76951 18.3212 7.76205C17.16 5.77698 15.6721 4.80854 14.0472 4.78863C12.0672 4.76437 10.6751 5.55083 9.60392 7.00322C8.44082 8.5803 7.61186 11.0409 7.32682 14.2296Z", style: { fill: `var(--${type})` } }),
1739
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M27.9965 32.0495C26.935 33.6245 26.3804 35.663 25.9119 37.385C24.8555 41.2677 27.0231 45.238 30.7535 46.2529C34.4839 47.2679 38.3643 44.9432 39.4208 41.0605C39.8812 39.3684 40.4247 37.3709 40.3323 35.5034C43.2125 32.4113 44.4782 26.7548 44.0499 21.9625C43.424 14.9613 40.322 9.71513 34.3047 9.78885C28.2873 9.86258 25.0356 17.2128 25.5496 22.9626C25.7927 25.6818 26.5711 29.1494 27.9965 32.0495ZM30.9848 31.3283L38.367 33.1979C40.317 30.8656 41.4323 26.375 41.0618 22.2296C40.7767 19.0409 39.9478 16.5803 38.7847 15.0032C37.7135 13.5508 36.3214 12.7644 34.3414 12.7886C32.7165 12.8085 31.2286 13.777 30.0673 15.762C28.893 17.7695 28.3341 20.4182 28.5377 22.6955C28.7562 25.1397 29.4625 28.231 30.6889 30.7261L30.9848 31.3283ZM37.3424 36.0332L30.1857 34.2206C29.621 35.26 29.2325 36.6072 28.8066 38.1726C28.1552 40.5668 29.5175 42.8076 31.5411 43.3582C33.5647 43.9088 35.8746 42.6671 36.526 40.273C36.9666 38.6535 37.3254 37.2523 37.3424 36.0332Z", style: { fill: `var(--${type})` } })
1744
1740
  ] });
1745
1741
  }
1746
1742
  );
@@ -1875,39 +1871,39 @@ var IconList = /* @__PURE__ */ forwardRef(
1875
1871
  const iconSize = iconSizeMap[size];
1876
1872
  if (fill && thick) {
1877
1873
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
1878
- /* @__PURE__ */ jsx("path", { d: "M8 8C6.89543 8 6 8.89543 6 10V12C6 13.1046 6.89543 14 8 14H10C11.1046 14 12 13.1046 12 12V10C12 8.89543 11.1046 8 10 8H8Z", style: { fill: `var(--${type})` } }),
1879
- /* @__PURE__ */ jsx("path", { d: "M39 9.5H18V12.5H39V9.5Z", style: { fill: `var(--${type})` } }),
1880
- /* @__PURE__ */ jsx("path", { d: "M39 22.5H18V25.5H39V22.5Z", style: { fill: `var(--${type})` } }),
1881
- /* @__PURE__ */ jsx("path", { d: "M18 35.5H39V38.5H18V35.5Z", style: { fill: `var(--${type})` } }),
1882
- /* @__PURE__ */ jsx("path", { d: "M6 23C6 21.8954 6.89543 21 8 21H10C11.1046 21 12 21.8954 12 23V25C12 26.1046 11.1046 27 10 27H8C6.89543 27 6 26.1046 6 25V23Z", style: { fill: `var(--${type})` } }),
1883
- /* @__PURE__ */ jsx("path", { d: "M8 34C6.89543 34 6 34.8954 6 36V38C6 39.1046 6.89543 40 8 40H10C11.1046 40 12 39.1046 12 38V36C12 34.8954 11.1046 34 10 34H8Z", style: { fill: `var(--${type})` } })
1874
+ /* @__PURE__ */ jsx("path", { d: "M9 34C10.6569 34 12 35.3431 12 37C12 38.6569 10.6569 40 9 40C7.34315 40 6 38.6569 6 37C6 35.3431 7.34315 34 9 34Z", style: { fill: `var(--${type})` } }),
1875
+ /* @__PURE__ */ jsx("path", { d: "M42 38.5H17V35.5H42V38.5Z", style: { fill: `var(--${type})` } }),
1876
+ /* @__PURE__ */ jsx("path", { d: "M9 21C10.6569 21 12 22.3431 12 24C12 25.6569 10.6569 27 9 27C7.34315 27 6 25.6569 6 24C6 22.3431 7.34315 21 9 21Z", style: { fill: `var(--${type})` } }),
1877
+ /* @__PURE__ */ jsx("path", { d: "M42 25.5H17V22.5H42V25.5Z", style: { fill: `var(--${type})` } }),
1878
+ /* @__PURE__ */ jsx("path", { d: "M9 8C10.6569 8 12 9.34315 12 11C12 12.6569 10.6569 14 9 14C7.34315 14 6 12.6569 6 11C6 9.34315 7.34315 8 9 8Z", style: { fill: `var(--${type})` } }),
1879
+ /* @__PURE__ */ jsx("path", { d: "M42 12.5H17V9.5H42V12.5Z", style: { fill: `var(--${type})` } })
1884
1880
  ] });
1885
1881
  } else if (fill) {
1886
1882
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
1887
- /* @__PURE__ */ jsx("path", { d: "M8 8C6.89543 8 6 8.89543 6 10V12C6 13.1046 6.89543 14 8 14H10C11.1046 14 12 13.1046 12 12V10C12 8.89543 11.1046 8 10 8H8Z", style: { fill: `var(--${type})` } }),
1888
- /* @__PURE__ */ jsx("path", { d: "M39 9.5H18V12.5H39V9.5Z", style: { fill: `var(--${type})` } }),
1889
- /* @__PURE__ */ jsx("path", { d: "M39 22.5H18V25.5H39V22.5Z", style: { fill: `var(--${type})` } }),
1890
- /* @__PURE__ */ jsx("path", { d: "M18 35.5H39V38.5H18V35.5Z", style: { fill: `var(--${type})` } }),
1891
- /* @__PURE__ */ jsx("path", { d: "M6 23C6 21.8954 6.89543 21 8 21H10C11.1046 21 12 21.8954 12 23V25C12 26.1046 11.1046 27 10 27H8C6.89543 27 6 26.1046 6 25V23Z", style: { fill: `var(--${type})` } }),
1892
- /* @__PURE__ */ jsx("path", { d: "M8 34C6.89543 34 6 34.8954 6 36V38C6 39.1046 6.89543 40 8 40H10C11.1046 40 12 39.1046 12 38V36C12 34.8954 11.1046 34 10 34H8Z", style: { fill: `var(--${type})` } })
1883
+ /* @__PURE__ */ jsx("path", { d: "M9 34C10.6569 34 12 35.3431 12 37C12 38.6569 10.6569 40 9 40C7.34315 40 6 38.6569 6 37C6 35.3431 7.34315 34 9 34Z", style: { fill: `var(--${type})` } }),
1884
+ /* @__PURE__ */ jsx("path", { d: "M42 38.5H17V35.5H42V38.5Z", style: { fill: `var(--${type})` } }),
1885
+ /* @__PURE__ */ jsx("path", { d: "M9 21C10.6569 21 12 22.3431 12 24C12 25.6569 10.6569 27 9 27C7.34315 27 6 25.6569 6 24C6 22.3431 7.34315 21 9 21Z", style: { fill: `var(--${type})` } }),
1886
+ /* @__PURE__ */ jsx("path", { d: "M42 25.5H17V22.5H42V25.5Z", style: { fill: `var(--${type})` } }),
1887
+ /* @__PURE__ */ jsx("path", { d: "M9 8C10.6569 8 12 9.34315 12 11C12 12.6569 10.6569 14 9 14C7.34315 14 6 12.6569 6 11C6 9.34315 7.34315 8 9 8Z", style: { fill: `var(--${type})` } }),
1888
+ /* @__PURE__ */ jsx("path", { d: "M42 12.5H17V9.5H42V12.5Z", style: { fill: `var(--${type})` } })
1893
1889
  ] });
1894
1890
  } else if (thick) {
1895
1891
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
1896
- /* @__PURE__ */ jsx("path", { d: "M8 8C6.89543 8 6 8.89543 6 10V12C6 13.1046 6.89543 14 8 14H10C11.1046 14 12 13.1046 12 12V10C12 8.89543 11.1046 8 10 8H8Z", style: { fill: `var(--${type})` } }),
1897
- /* @__PURE__ */ jsx("path", { d: "M39 9H18V13H39V9Z", style: { fill: `var(--${type})` } }),
1898
- /* @__PURE__ */ jsx("path", { d: "M39 22H18V26H39V22Z", style: { fill: `var(--${type})` } }),
1899
- /* @__PURE__ */ jsx("path", { d: "M18 35H39V39H18V35Z", style: { fill: `var(--${type})` } }),
1900
- /* @__PURE__ */ jsx("path", { d: "M6 23C6 21.8954 6.89543 21 8 21H10C11.1046 21 12 21.8954 12 23V25C12 26.1046 11.1046 27 10 27H8C6.89543 27 6 26.1046 6 25V23Z", style: { fill: `var(--${type})` } }),
1901
- /* @__PURE__ */ jsx("path", { d: "M8 34C6.89543 34 6 34.8954 6 36V38C6 39.1046 6.89543 40 8 40H10C11.1046 40 12 39.1046 12 38V36C12 34.8954 11.1046 34 10 34H8Z", style: { fill: `var(--${type})` } })
1892
+ /* @__PURE__ */ jsx("path", { d: "M9 34C10.6569 34 12 35.3431 12 37C12 38.6569 10.6569 40 9 40C7.34315 40 6 38.6569 6 37C6 35.3431 7.34315 34 9 34Z", style: { fill: `var(--${type})` } }),
1893
+ /* @__PURE__ */ jsx("path", { d: "M42 39H17V35H42V39Z", style: { fill: `var(--${type})` } }),
1894
+ /* @__PURE__ */ jsx("path", { d: "M9 21C10.6569 21 12 22.3431 12 24C12 25.6569 10.6569 27 9 27C7.34315 27 6 25.6569 6 24C6 22.3431 7.34315 21 9 21Z", style: { fill: `var(--${type})` } }),
1895
+ /* @__PURE__ */ jsx("path", { d: "M42 26H17V22H42V26Z", style: { fill: `var(--${type})` } }),
1896
+ /* @__PURE__ */ jsx("path", { d: "M9 8C10.6569 8 12 9.34315 12 11C12 12.6569 10.6569 14 9 14C7.34315 14 6 12.6569 6 11C6 9.34315 7.34315 8 9 8Z", style: { fill: `var(--${type})` } }),
1897
+ /* @__PURE__ */ jsx("path", { d: "M42 13H17V9H42V13Z", style: { fill: `var(--${type})` } })
1902
1898
  ] });
1903
1899
  }
1904
1900
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
1905
- /* @__PURE__ */ jsx("path", { d: "M8 8C6.89543 8 6 8.89543 6 10V12C6 13.1046 6.89543 14 8 14H10C11.1046 14 12 13.1046 12 12V10C12 8.89543 11.1046 8 10 8H8Z", style: { fill: `var(--${type})` } }),
1906
- /* @__PURE__ */ jsx("path", { d: "M39 9.5H18V12.5H39V9.5Z", style: { fill: `var(--${type})` } }),
1907
- /* @__PURE__ */ jsx("path", { d: "M39 22.5H18V25.5H39V22.5Z", style: { fill: `var(--${type})` } }),
1908
- /* @__PURE__ */ jsx("path", { d: "M18 35.5H39V38.5H18V35.5Z", style: { fill: `var(--${type})` } }),
1909
- /* @__PURE__ */ jsx("path", { d: "M6 23C6 21.8954 6.89543 21 8 21H10C11.1046 21 12 21.8954 12 23V25C12 26.1046 11.1046 27 10 27H8C6.89543 27 6 26.1046 6 25V23Z", style: { fill: `var(--${type})` } }),
1910
- /* @__PURE__ */ jsx("path", { d: "M8 34C6.89543 34 6 34.8954 6 36V38C6 39.1046 6.89543 40 8 40H10C11.1046 40 12 39.1046 12 38V36C12 34.8954 11.1046 34 10 34H8Z", style: { fill: `var(--${type})` } })
1901
+ /* @__PURE__ */ jsx("path", { d: "M9 34C10.6569 34 12 35.3431 12 37C12 38.6569 10.6569 40 9 40C7.34315 40 6 38.6569 6 37C6 35.3431 7.34315 34 9 34Z", style: { fill: `var(--${type})` } }),
1902
+ /* @__PURE__ */ jsx("path", { d: "M42 38.5H17V35.5H42V38.5Z", style: { fill: `var(--${type})` } }),
1903
+ /* @__PURE__ */ jsx("path", { d: "M9 21C10.6569 21 12 22.3431 12 24C12 25.6569 10.6569 27 9 27C7.34315 27 6 25.6569 6 24C6 22.3431 7.34315 21 9 21Z", style: { fill: `var(--${type})` } }),
1904
+ /* @__PURE__ */ jsx("path", { d: "M42 25.5H17V22.5H42V25.5Z", style: { fill: `var(--${type})` } }),
1905
+ /* @__PURE__ */ jsx("path", { d: "M9 8C10.6569 8 12 9.34315 12 11C12 12.6569 10.6569 14 9 14C7.34315 14 6 12.6569 6 11C6 9.34315 7.34315 8 9 8Z", style: { fill: `var(--${type})` } }),
1906
+ /* @__PURE__ */ jsx("path", { d: "M42 12.5H17V9.5H42V12.5Z", style: { fill: `var(--${type})` } })
1911
1907
  ] });
1912
1908
  }
1913
1909
  );
@@ -1970,26 +1966,26 @@ var IconBolt = /* @__PURE__ */ forwardRef(
1970
1966
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1971
1967
  const iconSize = iconSizeMap[size];
1972
1968
  if (fill && thick) {
1973
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23.3576 26.4991L21.8952 38.4829L36.4033 21.4991L24.9545 21.4991L26.4167 9.51529L11.9088 26.4991H23.3576ZM28.4453 2.52166C29.0887 1.76838 30.3182 2.30889 30.1983 3.29229L28.3428 18.4991L40.7422 18.4991C41.5957 18.4991 42.0569 19.4996 41.5025 20.1486L19.8665 45.4765C19.223 46.2298 17.9935 45.6893 18.1135 44.7059L19.9692 29.4991H7.57005C6.71649 29.4991 6.2553 28.4986 6.80969 27.8496L28.4453 2.52166Z", style: { fill: `var(--${type})` } }) });
1969
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23.3576 26.5001L21.8952 38.4838L36.4033 21.5001L24.9545 21.5001L26.4167 9.51626L11.9088 26.5001H23.3576ZM28.4453 2.52264C29.0887 1.76936 30.3182 2.30987 30.1983 3.29326L28.3428 18.5001L40.7422 18.5001C41.5957 18.5001 42.0569 19.5006 41.5025 20.1496L19.8665 45.4775C19.223 46.2308 17.9935 45.6903 18.1135 44.7069L19.9692 29.5001H7.57005C6.71649 29.5001 6.2553 28.4996 6.80969 27.8506L28.4453 2.52264Z", style: { fill: `var(--${type})` } }) });
1974
1970
  } else if (fill) {
1975
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M30.1982 3.29229C30.3182 2.30889 29.0887 1.76838 28.4453 2.52166L6.80969 27.8496C6.2553 28.4986 6.71649 29.4991 7.57005 29.4991H19.9692L18.1135 44.7059C17.9935 45.6893 19.223 46.2298 19.8665 45.4765L41.5025 20.1486C42.0569 19.4996 41.5957 18.4991 40.7422 18.4991L28.3428 18.4991L30.1982 3.29229Z", style: { fill: `var(--${type})` } }) });
1971
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M30.1981 3.29326C30.3181 2.30987 29.0886 1.76936 28.4451 2.52264L6.80957 27.8506C6.25517 28.4996 6.71637 29.5001 7.56993 29.5001H19.9691L18.1134 44.7069C17.9934 45.6903 19.2229 46.2308 19.8663 45.4775L41.5024 20.1496C42.0568 19.5006 41.5956 18.5001 40.7421 18.5001L28.3427 18.5001L30.1981 3.29326Z", style: { fill: `var(--${type})` } }) });
1976
1972
  } else if (thick) {
1977
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.487 25.4991L23.2897 35.3108L34.2339 22.4991H23.8251L25.0223 12.6873L14.0782 25.4991H24.487ZM28.4453 2.52166C29.0887 1.76838 30.3182 2.30889 30.1983 3.29229L28.3428 18.4991L40.7422 18.4991C41.5957 18.4991 42.0569 19.4996 41.5025 20.1486L19.8665 45.4765C19.223 46.2298 17.9935 45.6893 18.1135 44.7059L19.9692 29.4991H7.57005C6.71649 29.4991 6.2553 28.4986 6.80969 27.8496L28.4453 2.52166Z", style: { fill: `var(--${type})` } }) });
1973
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.487 25.5001L23.2897 35.3117L34.2339 22.5001H23.8251L25.0223 12.6883L14.0782 25.5001H24.487ZM28.4453 2.52264C29.0887 1.76936 30.3182 2.30987 30.1983 3.29326L28.3428 18.5001L40.7422 18.5001C41.5957 18.5001 42.0569 19.5006 41.5025 20.1496L19.8665 45.4775C19.223 46.2308 17.9935 45.6903 18.1135 44.7069L19.9692 29.5001H7.57005C6.71649 29.5001 6.2553 28.4996 6.80969 27.8506L28.4453 2.52264Z", style: { fill: `var(--${type})` } }) });
1978
1974
  }
1979
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23.3576 26.4991L21.8952 38.4829L36.4033 21.4991L24.9545 21.4991L26.4167 9.51529L11.9088 26.4991H23.3576ZM28.4453 2.52166C29.0887 1.76838 30.3182 2.30889 30.1983 3.29229L28.3428 18.4991L40.7422 18.4991C41.5957 18.4991 42.0569 19.4996 41.5025 20.1486L19.8665 45.4765C19.223 46.2298 17.9935 45.6893 18.1135 44.7059L19.9692 29.4991H7.57005C6.71649 29.4991 6.2553 28.4986 6.80969 27.8496L28.4453 2.52166Z", style: { fill: `var(--${type})` } }) });
1975
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23.3576 26.5001L21.8952 38.4838L36.4033 21.5001L24.9545 21.5001L26.4167 9.51626L11.9088 26.5001H23.3576ZM28.4453 2.52264C29.0887 1.76936 30.3182 2.30987 30.1983 3.29326L28.3428 18.5001L40.7422 18.5001C41.5957 18.5001 42.0569 19.5006 41.5025 20.1496L19.8665 45.4775C19.223 46.2308 17.9935 45.6903 18.1135 44.7069L19.9692 29.5001H7.57005C6.71649 29.5001 6.2553 28.4996 6.80969 27.8506L28.4453 2.52264Z", style: { fill: `var(--${type})` } }) });
1980
1976
  }
1981
1977
  );
1982
1978
  var IconHome = /* @__PURE__ */ forwardRef(
1983
1979
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1984
1980
  const iconSize = iconSizeMap[size];
1985
1981
  if (fill && thick) {
1986
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.0001 3.80664L1.30518 15.6699L2.69494 18.3286L5.00006 17.1236V40.9989C5.00006 42.1034 5.89549 42.9989 7.00006 42.9989H20.0001V31.9989H28.0001V42.9989H41.0001C42.1046 42.9989 43.0001 42.1034 43.0001 40.9989V17.1236L45.3052 18.3286L46.6949 15.6699L24.0001 3.80664ZM8.00006 15.8101L24.0001 7.38903L40.0001 15.8101V39.9989L31.0001 39.9989V28.9989H17.0001V39.9989L8.00006 39.9989V15.8101Z", style: { fill: `var(--${type})` } }) });
1982
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.0001 3.80762L1.30518 15.6709L2.69494 18.3295L5.00006 17.1246V40.9999C5.00006 42.1044 5.89549 42.9999 7.00006 42.9999H20.0001V31.9999H28.0001V42.9999H41.0001C42.1046 42.9999 43.0001 42.1044 43.0001 40.9999V17.1246L45.3052 18.3295L46.6949 15.6709L24.0001 3.80762ZM8.00006 15.8111L24.0001 7.39L40.0001 15.8111V39.9999L31.0001 39.9999V28.9999H17.0001V39.9999L8.00006 39.9999V15.8111Z", style: { fill: `var(--${type})` } }) });
1987
1983
  } else if (fill) {
1988
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.0001 3.80664L1.30518 15.6699L2.69494 18.3286L5.00006 17.1236V40.9989C5.00006 42.1034 5.89549 42.9989 7.00006 42.9989H20.0001V31.9989H28.0001V42.9989H41.0001C42.1046 42.9989 43.0001 42.1034 43.0001 40.9989V17.1236L45.3052 18.3286L46.6949 15.6699L24.0001 3.80664ZM8.00006 15.8101L24.0001 7.38903L40.0001 15.8101V39.9989L31.0001 39.9989V28.9989H17.0001V39.9989L8.00006 39.9989V15.8101Z", style: { fill: `var(--${type})` } }) });
1984
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.0001 3.80762L1.30518 15.6709L2.69494 18.3295L5.00006 17.1246V40.9999C5.00006 42.1044 5.89549 42.9999 7.00006 42.9999H20.0001V31.9999H28.0001V42.9999H41.0001C42.1046 42.9999 43.0001 42.1044 43.0001 40.9999V17.1246L45.3052 18.3295L46.6949 15.6709L24.0001 3.80762ZM8.00006 15.8111L24.0001 7.39L40.0001 15.8111V39.9999L31.0001 39.9999V28.9999H17.0001V39.9999L8.00006 39.9999V15.8111Z", style: { fill: `var(--${type})` } }) });
1989
1985
  } else if (thick) {
1990
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 3.74414L1.07349 15.7285L2.9265 19.2734L4.99999 18.1895V41.0006C4.99999 42.1051 5.89543 43.0006 6.99999 43.0006H21V33.0009L27 33.0006V43.0006H41C42.1046 43.0006 43 42.1051 43 41.0006V18.1895L45.0735 19.2734L46.9265 15.7285L24 3.74414ZM8.99999 16.4155L24 8.52076L39 16.4155V39.0006L31 39.0006V29.0006H17V39.0006L8.99999 39.0006V16.4155Z", style: { fill: `var(--${type})` } }) });
1986
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 3.74316L1.07349 15.7275L2.9265 19.2724L4.99999 18.1885V40.9996C4.99999 42.1042 5.89543 42.9996 6.99999 42.9996H21V32.9999L27 32.9996V42.9996H41C42.1046 42.9996 43 42.1042 43 40.9996V18.1885L45.0735 19.2724L46.9265 15.7275L24 3.74316ZM8.99999 16.4145L24 8.51979L39 16.4145V38.9996L31 38.9996V28.9996H17V38.9996L8.99999 38.9996V16.4145Z", style: { fill: `var(--${type})` } }) });
1991
1987
  }
1992
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.0001 3.80664L1.30518 15.6699L2.69494 18.3286L5.00006 17.1236V40.9989C5.00006 42.1034 5.89549 42.9989 7.00006 42.9989H20.0001V31.9989H28.0001V42.9989H41.0001C42.1046 42.9989 43.0001 42.1034 43.0001 40.9989V17.1236L45.3052 18.3286L46.6949 15.6699L24.0001 3.80664ZM8.00006 15.8101L24.0001 7.38903L40.0001 15.8101V39.9989L31.0001 39.9989V28.9989H17.0001V39.9989L8.00006 39.9989V15.8101Z", style: { fill: `var(--${type})` } }) });
1988
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.0001 3.80762L1.30518 15.6709L2.69494 18.3295L5.00006 17.1246V40.9999C5.00006 42.1044 5.89549 42.9999 7.00006 42.9999H20.0001V31.9999H28.0001V42.9999H41.0001C42.1046 42.9999 43.0001 42.1044 43.0001 40.9999V17.1246L45.3052 18.3295L46.6949 15.6709L24.0001 3.80762ZM8.00006 15.8111L24.0001 7.39L40.0001 15.8111V39.9999L31.0001 39.9999V28.9999H17.0001V39.9999L8.00006 39.9999V15.8111Z", style: { fill: `var(--${type})` } }) });
1993
1989
  }
1994
1990
  );
1995
1991
  var IconVisibility = /* @__PURE__ */ forwardRef(
@@ -2046,11 +2042,11 @@ var IconVisibilityOff = /* @__PURE__ */ forwardRef(
2046
2042
  ] });
2047
2043
  }
2048
2044
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
2049
- /* @__PURE__ */ jsx("path", { d: "M10.9186 8.79688L39.2028 37.0811L37.0815 39.2025L8.79724 10.9182L10.9186 8.79688Z", style: { fill: `var(--${type})` } }),
2050
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M37.5262 33.2832C42.6838 29.687 46 25.1597 46 23.9993C46 21.9993 36.1503 9.99925 24 9.99925C21.1532 9.99925 18.4327 10.658 15.9355 11.6926L18.2597 14.0167C20.1002 13.378 22.0303 12.9993 24 12.9993C29.1105 12.9993 33.9546 15.549 37.6592 18.5732C39.4856 20.0641 40.9432 21.5975 41.919 22.8301C42.2832 23.2901 42.5616 23.6848 42.7608 23.9993C42.5616 24.3137 42.2832 24.7084 41.919 25.1684C40.9432 26.401 39.4856 27.9344 37.6592 29.4253C36.9367 30.0151 36.1709 30.5868 35.3681 31.1252L37.5262 33.2832ZM43.0785 23.4294L43.0819 23.4209C43.0857 23.4109 43.0863 23.4082 43.0846 23.4123L43.0828 23.417L43.0785 23.4294ZM43.0785 24.569L43.0819 24.5776C43.0845 24.5844 43.0855 24.588 43.0855 24.588C43.0855 24.588 43.0846 24.5863 43.0832 24.5825L43.0785 24.569Z", style: { fill: `var(--${type})` } }),
2051
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M29.7397 33.982L32.0639 36.3062C29.5669 37.3406 26.8466 37.9993 24 37.9993C11.8497 37.9993 2 25.9993 2 23.9993C2 22.8388 5.31598 18.3118 10.4733 14.7156L12.6314 16.8737C11.8288 17.4119 11.0632 17.9835 10.3408 18.5732C8.51443 20.0641 7.05684 21.5975 6.08102 22.8301C5.71684 23.2901 5.43835 23.6848 5.23917 23.9993C5.43835 24.3137 5.71684 24.7084 6.08102 25.1684C7.05684 26.401 8.51443 27.9344 10.3408 29.4253C14.0454 32.4495 18.8895 34.9993 24 34.9993C25.9695 34.9993 27.8993 34.6206 29.7397 33.982ZM4.91812 23.4209C4.91179 23.4042 4.91434 23.4078 4.92157 23.4295L4.91812 23.4209ZM4.91812 24.5776L4.92157 24.569C4.91434 24.5907 4.91179 24.5943 4.91812 24.5776Z", style: { fill: `var(--${type})` } }),
2052
- /* @__PURE__ */ jsx("path", { d: "M32 23.9993C32 25.1079 31.7745 26.1639 31.3668 27.1238L28.9503 24.7073C28.983 24.476 29 24.2396 29 23.9993C29 21.2378 26.7614 18.9993 24 18.9993C23.7597 18.9993 23.5233 19.0162 23.292 19.049L20.8754 16.6324C21.8354 16.2248 22.8913 15.9993 24 15.9993C28.4183 15.9993 32 19.581 32 23.9993Z", style: { fill: `var(--${type})` } }),
2053
- /* @__PURE__ */ jsx("path", { d: "M19 23.9993C19 23.7591 19.0169 23.523 19.0496 23.2919L16.6329 20.8752C16.2254 21.835 16 22.8908 16 23.9993C16 28.4175 19.5817 31.9993 24 31.9993C25.1084 31.9993 26.1642 31.7738 27.124 31.3663L24.7073 28.9496C24.4762 28.9823 24.2401 28.9993 24 28.9993C21.2386 28.9993 19 26.7607 19 23.9993Z", style: { fill: `var(--${type})` } })
2045
+ /* @__PURE__ */ jsx("path", { d: "M10.9186 8.79785L39.2028 37.0821L37.0815 39.2034L8.79724 10.9192L10.9186 8.79785Z", style: { fill: `var(--${type})` } }),
2046
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M37.5262 33.2842C42.6838 29.688 46 25.1607 46 24.0002C46 22.0002 36.1503 10.0002 24 10.0002C21.1532 10.0002 18.4327 10.659 15.9355 11.6935L18.2597 14.0177C20.1002 13.379 22.0303 13.0002 24 13.0002C29.1105 13.0002 33.9546 15.55 37.6592 18.5742C39.4856 20.0651 40.9432 21.5984 41.919 22.8311C42.2832 23.2911 42.5616 23.6858 42.7608 24.0002C42.5616 24.3146 42.2832 24.7094 41.919 25.1694C40.9432 26.402 39.4856 27.9353 37.6592 29.4263C36.9367 30.0161 36.1709 30.5878 35.3681 31.1261L37.5262 33.2842ZM43.0785 23.4304L43.0819 23.4219C43.0857 23.4119 43.0863 23.4092 43.0846 23.4133L43.0828 23.418L43.0785 23.4304ZM43.0785 24.57L43.0819 24.5786C43.0845 24.5854 43.0855 24.589 43.0855 24.589C43.0855 24.589 43.0846 24.5873 43.0832 24.5835L43.0785 24.57Z", style: { fill: `var(--${type})` } }),
2047
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M29.7397 33.983L32.0639 36.3072C29.5669 37.3416 26.8466 38.0002 24 38.0002C11.8497 38.0002 2 26.0002 2 24.0002C2 22.8398 5.31598 18.3128 10.4733 14.7166L12.6314 16.8746C11.8288 17.4129 11.0632 17.9845 10.3408 18.5742C8.51443 20.0651 7.05684 21.5984 6.08102 22.8311C5.71684 23.2911 5.43835 23.6858 5.23917 24.0002C5.43835 24.3146 5.71684 24.7094 6.08102 25.1694C7.05684 26.402 8.51443 27.9353 10.3408 29.4263C14.0454 32.4505 18.8895 35.0002 24 35.0002C25.9695 35.0002 27.8993 34.6216 29.7397 33.983ZM4.91812 23.4219C4.91179 23.4052 4.91434 23.4088 4.92157 23.4305L4.91812 23.4219ZM4.91812 24.5786L4.92157 24.57C4.91434 24.5917 4.91179 24.5953 4.91812 24.5786Z", style: { fill: `var(--${type})` } }),
2048
+ /* @__PURE__ */ jsx("path", { d: "M32 24.0002C32 25.1089 31.7745 26.1649 31.3668 27.1248L28.9503 24.7082C28.983 24.477 29 24.2406 29 24.0002C29 21.2388 26.7614 19.0002 24 19.0002C23.7597 19.0002 23.5233 19.0172 23.292 19.05L20.8754 16.6334C21.8354 16.2257 22.8913 16.0002 24 16.0002C28.4183 16.0002 32 19.5819 32 24.0002Z", style: { fill: `var(--${type})` } }),
2049
+ /* @__PURE__ */ jsx("path", { d: "M19 24.0002C19 23.7601 19.0169 23.524 19.0496 23.2929L16.6329 20.8762C16.2254 21.836 16 22.8918 16 24.0002C16 28.4185 19.5817 32.0002 24 32.0002C25.1084 32.0002 26.1642 31.7748 27.124 31.3673L24.7073 28.9506C24.4762 28.9833 24.2401 29.0002 24 29.0002C21.2386 29.0002 19 26.7617 19 24.0002Z", style: { fill: `var(--${type})` } })
2054
2050
  ] });
2055
2051
  }
2056
2052
  );
@@ -2104,16 +2100,16 @@ var IconPencil = /* @__PURE__ */ forwardRef(
2104
2100
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2105
2101
  const iconSize = iconSizeMap[size];
2106
2102
  if (fill && thick) {
2107
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M31.7619 7.19394C33.1286 5.82631 35.3453 5.82593 36.7125 7.1931L40.9532 11.4339C42.3197 12.8004 42.3201 15.0158 40.9541 16.3828L19.8399 37.496C19.4366 37.8993 18.9408 38.1979 18.3957 38.3658L12.1302 40.2959C9.41813 41.1314 6.89145 38.5614 7.77292 35.8639L9.7854 29.7052C9.95639 29.182 10.2484 28.7064 10.6377 28.3172L31.7619 7.19394ZM28.7486 14.4524L12.7588 30.4388C12.7032 30.4944 12.6614 30.5623 12.637 30.6371L10.6245 36.7957C10.4986 37.1811 10.8596 37.5482 11.247 37.4289L17.5125 35.4987C17.5904 35.4748 17.6612 35.4321 17.7188 35.3745L33.6963 19.4005L28.7486 14.4524ZM35.8173 17.2789L38.832 14.2622C39.0272 14.0669 39.0271 13.7504 38.8319 13.5552L34.5911 9.31442C34.3958 9.11911 34.0792 9.11916 33.8839 9.31454L30.8697 12.3308L35.8173 17.2789Z", style: { fill: `var(--${type})` } }) });
2103
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M33.6357 5.24425C34.9416 3.93805 37.0592 3.93818 38.3652 5.24425L43.2959 10.1749C44.6014 11.4804 44.6027 13.5974 43.2979 14.9034L18.0762 40.1241C17.4491 40.7509 16.5976 41.1036 15.7109 41.1036L9.85938 41.1026C8.52174 41.1026 7.4375 40.0184 7.4375 38.6808L7.43652 32.8273C7.43652 31.9403 7.78973 31.0892 8.41699 30.462L33.6357 5.24425ZM10.5381 32.5831C10.4736 32.6476 10.4365 32.736 10.4365 32.8273L10.4375 38.1026H15.7119C15.803 38.1026 15.8906 38.0664 15.9551 38.0021L35.5645 18.3956L30.1465 12.9776L10.5381 32.5831ZM36.2441 7.36534C36.1099 7.23105 35.8922 7.23118 35.7578 7.36534L32.2676 10.8566L37.6855 16.2745L41.1758 12.7833C41.31 12.6489 41.3091 12.4303 41.1748 12.296L36.2441 7.36534Z", style: { fill: `var(--${type})` } }) });
2108
2104
  } else if (fill) {
2109
2105
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
2110
- /* @__PURE__ */ jsx("path", { d: "M31.7619 7.19394C33.1286 5.82631 35.3453 5.82593 36.7125 7.1931L40.9532 11.4339C42.3197 12.8004 42.3201 15.0158 40.9541 16.3828L37.938 19.3987L28.7471 10.2086L31.7619 7.19394Z", style: { fill: `var(--${type})` } }),
2111
- /* @__PURE__ */ jsx("path", { d: "M26.6257 12.3298L10.6377 28.3172C10.2484 28.7065 9.95639 29.182 9.7854 29.7053L7.77292 35.8639C6.89145 38.5614 9.41812 41.1314 12.1302 40.2959L18.3957 38.3658C18.9408 38.1979 19.4366 37.8993 19.8399 37.496L35.8167 21.52L26.6257 12.3298Z", style: { fill: `var(--${type})` } })
2106
+ /* @__PURE__ */ jsx("path", { d: "M36.1445 21.4766L16.5371 41.085C15.91 41.7118 15.0585 42.0645 14.1719 42.0645L8.32031 42.0635C6.98267 42.0635 5.89843 40.9793 5.89844 39.6416L5.89746 33.7881C5.8975 32.9012 6.25071 32.05 6.87793 31.4229L26.4844 11.8164L36.1445 21.4766Z", style: { fill: `var(--${type})` } }),
2107
+ /* @__PURE__ */ jsx("path", { d: "M32.0967 6.2051C33.4025 4.89902 35.5201 4.89914 36.8262 6.2051L41.7568 11.1358C43.0623 12.4412 43.0635 14.5582 41.7588 15.8643L38.2656 19.3555L28.6055 9.69534L32.0967 6.2051Z", style: { fill: `var(--${type})` } })
2112
2108
  ] });
2113
2109
  } else if (thick) {
2114
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M31.408 6.8405C32.97 5.2775 35.5034 5.27707 37.0658 6.83954L41.3066 11.0803C42.8683 12.642 42.8688 15.174 41.3076 16.7362L20.1933 37.8496C19.7323 38.3105 19.1657 38.6517 18.5428 38.8436L12.2772 40.7738C9.1777 41.7286 6.29008 38.7915 7.29747 35.7086L9.30995 29.5499C9.50536 28.9519 9.83908 28.4085 10.284 27.9637L31.408 6.8405ZM28.7484 15.1595L13.1121 30.7924L11.0996 36.951L17.3651 35.0209L32.989 19.4004L28.7484 15.1595ZM35.8171 16.5717L38.4782 13.9087L34.2374 9.66797L31.5765 12.3307L35.8171 16.5717Z", style: { fill: `var(--${type})` } }) });
2110
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M31.7422 5.85242C33.2432 4.35037 35.6782 4.3499 37.1797 5.85144L42.1104 10.7821C43.5642 12.2359 43.6103 14.565 42.248 16.0741L42.1123 16.2186L16.8906 41.4384C16.1698 42.1589 15.1911 42.5643 14.1719 42.5643H8.31934C6.70599 42.564 5.39775 41.2558 5.39746 39.6425V33.788C5.39749 32.7684 5.8034 31.7901 6.52441 31.0692L31.7422 5.85242ZM9.39844 33.8524V38.5634H14.1084L33.3184 19.3563L28.6074 14.6454L9.39844 33.8524ZM31.4355 11.8173L36.1465 16.5282L39.1729 13.5009L34.4619 8.78992L31.4355 11.8173Z", style: { fill: `var(--${type})` } }) });
2115
2111
  }
2116
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M31.7619 7.19394C33.1286 5.82631 35.3453 5.82593 36.7125 7.1931L40.9532 11.4339C42.3197 12.8004 42.3201 15.0158 40.9541 16.3828L19.8399 37.496C19.4366 37.8993 18.9408 38.1979 18.3957 38.3658L12.1302 40.2959C9.41813 41.1314 6.89145 38.5614 7.77292 35.8639L9.7854 29.7052C9.95639 29.182 10.2484 28.7064 10.6377 28.3172L31.7619 7.19394ZM28.7486 14.4524L12.7588 30.4388C12.7032 30.4944 12.6614 30.5623 12.637 30.6371L10.6245 36.7957C10.4986 37.1811 10.8596 37.5482 11.247 37.4289L17.5125 35.4987C17.5904 35.4748 17.6612 35.4321 17.7188 35.3745L33.6963 19.4005L28.7486 14.4524ZM35.8173 17.2789L38.832 14.2622C39.0272 14.0669 39.0271 13.7504 38.8319 13.5552L34.5911 9.31442C34.3958 9.11911 34.0792 9.11916 33.8839 9.31454L30.8697 12.3308L35.8173 17.2789Z", style: { fill: `var(--${type})` } }) });
2112
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M33.6357 5.24425C34.9416 3.93805 37.0592 3.93818 38.3652 5.24425L43.2959 10.1749C44.6014 11.4804 44.6027 13.5974 43.2979 14.9034L18.0762 40.1241C17.4491 40.7509 16.5976 41.1036 15.7109 41.1036L9.85938 41.1026C8.52174 41.1026 7.4375 40.0184 7.4375 38.6808L7.43652 32.8273C7.43652 31.9403 7.78973 31.0892 8.41699 30.462L33.6357 5.24425ZM10.5381 32.5831C10.4736 32.6476 10.4365 32.736 10.4365 32.8273L10.4375 38.1026H15.7119C15.803 38.1026 15.8906 38.0664 15.9551 38.0021L35.5645 18.3956L30.1465 12.9776L10.5381 32.5831ZM36.2441 7.36534C36.1099 7.23105 35.8922 7.23118 35.7578 7.36534L32.2676 10.8566L37.6855 16.2745L41.1758 12.7833C41.31 12.6489 41.3091 12.4303 41.1748 12.296L36.2441 7.36534Z", style: { fill: `var(--${type})` } }) });
2117
2113
  }
2118
2114
  );
2119
2115
  var IconEssay = /* @__PURE__ */ forwardRef(
@@ -2121,25 +2117,24 @@ var IconEssay = /* @__PURE__ */ forwardRef(
2121
2117
  const iconSize = iconSizeMap[size];
2122
2118
  if (fill && thick) {
2123
2119
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
2124
- /* @__PURE__ */ jsx("path", { d: "M38.5573 5.9997C36.9949 4.43723 34.4615 4.43766 32.8995 6.00066L30.4343 8.46576L39.6246 17.6569L42.0921 15.1894C43.6533 13.6272 43.6529 11.0953 42.0912 9.53355L38.5573 5.9997Z", style: { fill: `var(--${type})` } }),
2125
- /* @__PURE__ */ jsx("path", { d: "M14.0632 24.8361L28.3129 10.587L37.5032 19.7781L23.2656 34.0151C22.8047 34.4759 22.2381 34.8172 21.6151 35.0091L16.3925 36.6179C13.2929 37.5728 10.4053 34.6356 11.4127 31.5528L13.0892 26.4224C13.2846 25.8244 13.6183 25.2809 14.0632 24.8361Z", style: { fill: `var(--${type})` } }),
2126
- /* @__PURE__ */ jsx("path", { d: "M41 38.9995H7V42.9995H41V38.9995Z", style: { fill: `var(--${type})` } })
2120
+ /* @__PURE__ */ jsx("path", { d: "M42 42.5H6V39.5H42V42.5Z", style: { fill: `var(--${type})` } }),
2121
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M31.3398 5.35452C32.7066 3.98715 34.923 3.98744 36.29 5.35452L39.8232 8.88772C41.1897 10.2542 41.1903 12.47 39.8242 13.8369L17.8975 35.7637C17.4288 36.2322 16.7925 36.4959 16.1299 36.4961H12.1807C10.2481 36.4957 8.68179 34.9287 8.68164 32.9961V29.0479C8.68164 28.3848 8.94515 27.7482 9.41406 27.2793L31.3398 5.35452ZM11.6816 29.2539V32.9951C11.6816 33.2713 11.9055 33.4951 12.1816 33.4951H15.9229L33.1162 16.3057L28.875 12.0635L11.6816 29.2539ZM34.1689 7.47561C33.9737 7.28034 33.6572 7.28035 33.4619 7.47561L30.9961 9.94241L35.2363 14.1836L37.7021 11.7158C37.8973 11.5206 37.8974 11.204 37.7021 11.0088L34.1689 7.47561Z", style: { fill: `var(--${type})` } })
2127
2122
  ] });
2128
2123
  } else if (fill) {
2129
2124
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
2130
- /* @__PURE__ */ jsx("path", { d: "M38.2038 6.35325C36.8367 4.98609 34.6199 4.98646 33.2533 6.35409L30.7881 8.81912L39.2713 17.3031L41.7385 14.836C43.1046 13.469 43.1042 11.2536 41.7377 9.88711L38.2038 6.35325Z", style: { fill: `var(--${type})` } }),
2131
- /* @__PURE__ */ jsx("path", { d: "M14.4168 25.1897L28.6667 10.9404L37.15 19.4244L22.9122 33.6615C22.5088 34.0647 22.0131 34.3633 21.468 34.5312L16.2453 36.1401C13.5332 36.9756 11.0066 34.4056 11.888 31.7081L13.5645 26.5777C13.7355 26.0544 14.0275 25.5789 14.4168 25.1897Z", style: { fill: `var(--${type})` } }),
2132
- /* @__PURE__ */ jsx("path", { d: "M41 39.499H7V42.499H41V39.499Z", style: { fill: `var(--${type})` } })
2125
+ /* @__PURE__ */ jsx("path", { d: "M42 42.5H6V39.5H42V42.5Z", style: { fill: `var(--${type})` } }),
2126
+ /* @__PURE__ */ jsx("path", { d: "M35.2363 18.4248L17.8975 35.7637C17.4287 36.2323 16.7917 36.496 16.1289 36.4961H12.1807C10.2481 36.4957 8.68182 34.9287 8.68164 32.9961V29.0478C8.68164 28.3847 8.94514 27.7481 9.41406 27.2793L26.752 9.94041L35.2363 18.4248Z", style: { fill: `var(--${type})` } }),
2127
+ /* @__PURE__ */ jsx("path", { d: "M31.3398 5.35448C32.7066 3.98719 34.923 3.98743 36.29 5.35448L39.8232 8.88768C41.1897 10.2542 41.1903 12.4699 39.8242 13.8369L37.3574 16.3037L28.873 7.81932L31.3398 5.35448Z", style: { fill: `var(--${type})` } })
2133
2128
  ] });
2134
2129
  } else if (thick) {
2135
2130
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
2136
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M38.5574 5.9997C36.995 4.43723 34.4615 4.43766 32.8996 6.00066L14.0633 24.8361C13.6184 25.2809 13.2847 25.8244 13.0893 26.4224L11.4128 31.5528C10.4054 34.6356 13.293 37.5728 16.3926 36.6179L21.6152 35.0091C22.2382 34.8172 22.8048 34.4759 23.2657 34.0151L42.0922 15.1894C43.6534 13.6272 43.653 11.0953 42.0913 9.53355L38.5574 5.9997ZM16.8914 27.6648L30.7888 13.7704L34.3225 17.3044L20.4376 31.1863L15.2149 32.7952L16.8914 27.6648ZM39.2629 12.362L37.1506 14.4757L33.6169 10.9417L35.729 8.82812L39.2629 12.362Z", style: { fill: `var(--${type})` } }),
2137
- /* @__PURE__ */ jsx("path", { d: "M41 38.9992H7V42.9992H41V38.9992Z", style: { fill: `var(--${type})` } })
2131
+ /* @__PURE__ */ jsx("path", { d: "M42 43.9993H6V39.9993H42V43.9993Z", style: { fill: `var(--${type})` } }),
2132
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M30.9863 6.00126C32.5482 4.43878 35.0812 4.43831 36.6436 6.00028L40.1777 9.53446C41.7391 11.0962 41.7388 13.6286 40.1777 15.1907L18.251 37.1175C17.6886 37.6798 16.9251 37.9962 16.1299 37.9964H12.1807C9.97199 37.9959 8.18179 36.2051 8.18164 33.9964V30.0481C8.18164 29.2524 8.49784 28.4887 9.06055 27.9261L30.9863 6.00126ZM12.1816 30.4612V33.9954H15.7158L32.4092 17.3059L28.875 13.7718L12.1816 30.4612ZM31.7031 10.9427L35.2363 14.4768L37.3486 12.3626L33.8154 8.82939L31.7031 10.9427Z", style: { fill: `var(--${type})` } })
2138
2133
  ] });
2139
2134
  }
2140
2135
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
2141
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M38.2039 6.35325C36.8367 4.98609 34.62 4.98646 33.2533 6.35409L14.4168 25.1897C14.0275 25.5789 13.7355 26.0544 13.5645 26.5777L11.8881 31.7081C11.0066 34.4056 13.5333 36.9756 16.2454 36.1401L21.468 34.5312C22.0131 34.3633 22.5089 34.0647 22.9122 33.6615L41.7386 14.836C43.1046 13.469 43.1042 11.2536 41.7377 9.88711L38.2039 6.35325ZM16.5379 27.3112L30.7888 13.0633L35.0296 17.3045L20.7911 31.5399C20.7335 31.5975 20.6627 31.6402 20.5848 31.6642L15.3622 33.2731C14.9747 33.3924 14.6138 33.0253 14.7397 32.6399L16.4162 27.5095C16.4406 27.4348 16.4823 27.3668 16.5379 27.3112ZM39.6165 12.7154L37.1507 15.1829L32.9099 10.9418L35.3753 8.47469C35.5706 8.27932 35.8872 8.27926 36.0826 8.47457L39.6164 12.0084C39.8116 12.2036 39.8117 12.5201 39.6165 12.7154Z", style: { fill: `var(--${type})` } }),
2142
- /* @__PURE__ */ jsx("path", { d: "M41 39.4992H7V42.4992H41V39.4992Z", style: { fill: `var(--${type})` } })
2136
+ /* @__PURE__ */ jsx("path", { d: "M42 42.5H6V39.5H42V42.5Z", style: { fill: `var(--${type})` } }),
2137
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M31.3398 5.35452C32.7066 3.98715 34.923 3.98744 36.29 5.35452L39.8232 8.88772C41.1897 10.2542 41.1903 12.47 39.8242 13.8369L17.8975 35.7637C17.4288 36.2322 16.7925 36.4959 16.1299 36.4961H12.1807C10.2481 36.4957 8.68179 34.9287 8.68164 32.9961V29.0479C8.68164 28.3848 8.94515 27.7482 9.41406 27.2793L31.3398 5.35452ZM11.6816 29.2539V32.9951C11.6816 33.2713 11.9055 33.4951 12.1816 33.4951H15.9229L33.1162 16.3057L28.875 12.0635L11.6816 29.2539ZM34.1689 7.47561C33.9737 7.28034 33.6572 7.28035 33.4619 7.47561L30.9961 9.94241L35.2363 14.1836L37.7021 11.7158C37.8973 11.5206 37.8974 11.204 37.7021 11.0088L34.1689 7.47561Z", style: { fill: `var(--${type})` } })
2143
2138
  ] });
2144
2139
  }
2145
2140
  );
@@ -2185,23 +2180,23 @@ var IconHighlightEdit = /* @__PURE__ */ forwardRef(
2185
2180
  const iconSize = iconSizeMap[size];
2186
2181
  if (fill && thick) {
2187
2182
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
2188
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M42.1894 2.56693C40.9801 1.35761 39.0193 1.35794 37.8103 2.56767L20.9541 19.4232C20.6098 19.7674 20.3515 20.1881 20.2003 20.6509L18.5944 25.5653C17.8147 27.9514 20.0496 30.2246 22.4486 29.4856L27.4483 27.9455C27.9304 27.7969 28.369 27.5328 28.7257 27.1761L45.5741 10.3285C46.7824 9.11931 46.7821 7.15965 45.5734 5.95091L42.1894 2.56693ZM23.0752 21.5447L35.6202 9.00243L39.1397 12.5222L26.6046 25.0546C26.5936 25.0656 26.58 25.0738 26.5651 25.0784L21.5654 26.6186C21.5466 26.6244 21.5351 26.6252 21.5298 26.6252C21.5266 26.6253 21.5237 26.6251 21.5209 26.6247C21.5188 26.6243 21.5167 26.6239 21.5147 26.6233C21.504 26.6204 21.4864 26.6121 21.4688 26.5942C21.4512 26.5762 21.4431 26.5585 21.4404 26.5478C21.4398 26.5453 21.4393 26.5429 21.439 26.5404C21.4388 26.5379 21.4387 26.5354 21.4387 26.5326C21.4389 26.5273 21.4399 26.5159 21.446 26.4971L23.0519 21.5828C23.0566 21.5684 23.0646 21.5554 23.0752 21.5447ZM43.4521 8.20786L41.2608 10.4007L37.7413 6.88087L39.9324 4.68827C39.9698 4.65079 40.0306 4.65078 40.0681 4.68825L43.452 8.07223C43.4895 8.10968 43.4895 8.1704 43.4521 8.20786Z", style: { fill: `var(--${type})` } }),
2189
- /* @__PURE__ */ jsx("path", { d: "M8.5 8.99872C8.5 8.72258 8.72386 8.49872 9 8.49872H24.5V5.49872H9C7.067 5.49872 5.5 7.06572 5.5 8.99872V38.9987C5.5 40.9317 7.067 42.4987 9 42.4987H39C40.933 42.4987 42.5 40.9317 42.5 38.9987V23.9987H39.5V38.9987C39.5 39.2749 39.2761 39.4987 39 39.4987H9C8.72386 39.4987 8.5 39.2749 8.5 38.9987V8.99872Z", style: { fill: `var(--${type})` } })
2183
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M42.1894 2.56791C40.9801 1.35858 39.0193 1.35892 37.8103 2.56865L20.9541 19.4241C20.6098 19.7684 20.3515 20.1891 20.2003 20.6519L18.5944 25.5663C17.8147 27.9523 20.0496 30.2256 22.4486 29.4866L27.4483 27.9464C27.9304 27.7979 28.369 27.5338 28.7257 27.1771L45.5741 10.3294C46.7824 9.12028 46.7821 7.16063 45.5734 5.95188L42.1894 2.56791ZM23.0752 21.5457L35.6202 9.00341L39.1397 12.5232L26.6046 25.0555C26.5936 25.0666 26.58 25.0748 26.5651 25.0794L21.5654 26.6196C21.5466 26.6254 21.5351 26.6261 21.5298 26.6262C21.5266 26.6262 21.5237 26.6261 21.5209 26.6256C21.5188 26.6253 21.5167 26.6249 21.5147 26.6243C21.504 26.6214 21.4864 26.6131 21.4688 26.5951C21.4512 26.5772 21.4431 26.5595 21.4404 26.5488C21.4398 26.5463 21.4393 26.5439 21.439 26.5414C21.4388 26.5389 21.4387 26.5363 21.4387 26.5335C21.4389 26.5283 21.4399 26.5168 21.446 26.4981L23.0519 21.5837C23.0566 21.5694 23.0646 21.5564 23.0752 21.5457ZM43.4521 8.20884L41.2608 10.4016L37.7413 6.88184L39.9324 4.68925C39.9698 4.65177 40.0306 4.65176 40.0681 4.68923L43.452 8.0732C43.4895 8.11066 43.4895 8.17137 43.4521 8.20884Z", style: { fill: `var(--${type})` } }),
2184
+ /* @__PURE__ */ jsx("path", { d: "M8.5 8.9997C8.5 8.72355 8.72386 8.4997 9 8.4997H24.5V5.4997H9C7.067 5.4997 5.5 7.0667 5.5 8.9997V38.9997C5.5 40.9327 7.067 42.4997 9 42.4997H39C40.933 42.4997 42.5 40.9327 42.5 38.9997V23.9997H39.5V38.9997C39.5 39.2758 39.2761 39.4997 39 39.4997H9C8.72386 39.4997 8.5 39.2758 8.5 38.9997V8.9997Z", style: { fill: `var(--${type})` } })
2190
2185
  ] });
2191
2186
  } else if (fill) {
2192
2187
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
2193
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M42.1894 2.56693C40.9801 1.35761 39.0193 1.35794 37.8103 2.56767L20.9541 19.4232C20.6098 19.7674 20.3515 20.1881 20.2003 20.6509L18.5944 25.5653C17.8147 27.9514 20.0496 30.2246 22.4486 29.4856L27.4483 27.9455C27.9304 27.7969 28.369 27.5328 28.7257 27.1761L45.5741 10.3285C46.7824 9.11931 46.7821 7.15965 45.5734 5.95091L42.1894 2.56693ZM23.0752 21.5447L35.6202 9.00243L39.1397 12.5222L26.6046 25.0546C26.5936 25.0656 26.58 25.0738 26.5651 25.0784L21.5654 26.6186C21.5466 26.6244 21.5351 26.6252 21.5298 26.6252C21.5266 26.6253 21.5237 26.6251 21.5209 26.6247C21.5188 26.6243 21.5167 26.6239 21.5147 26.6233C21.504 26.6204 21.4864 26.6121 21.4688 26.5942C21.4512 26.5762 21.4431 26.5585 21.4404 26.5478C21.4398 26.5453 21.4393 26.5429 21.439 26.5404C21.4388 26.5379 21.4387 26.5354 21.4387 26.5326C21.4389 26.5273 21.4399 26.5159 21.446 26.4971L23.0519 21.5828C23.0566 21.5684 23.0646 21.5554 23.0752 21.5447ZM43.4521 8.20786L41.2608 10.4007L37.7413 6.88087L39.9324 4.68827C39.9698 4.65079 40.0306 4.65078 40.0681 4.68825L43.452 8.07223C43.4895 8.10968 43.4895 8.1704 43.4521 8.20786Z", style: { fill: `var(--${type})` } }),
2194
- /* @__PURE__ */ jsx("path", { d: "M8.5 8.99872C8.5 8.72258 8.72386 8.49872 9 8.49872H24.5V5.49872H9C7.067 5.49872 5.5 7.06572 5.5 8.99872V38.9987C5.5 40.9317 7.067 42.4987 9 42.4987H39C40.933 42.4987 42.5 40.9317 42.5 38.9987V23.9987H39.5V38.9987C39.5 39.2749 39.2761 39.4987 39 39.4987H9C8.72386 39.4987 8.5 39.2749 8.5 38.9987V8.99872Z", style: { fill: `var(--${type})` } })
2188
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M42.1894 2.56791C40.9801 1.35858 39.0193 1.35892 37.8103 2.56865L20.9541 19.4241C20.6098 19.7684 20.3515 20.1891 20.2003 20.6519L18.5944 25.5663C17.8147 27.9523 20.0496 30.2256 22.4486 29.4866L27.4483 27.9464C27.9304 27.7979 28.369 27.5338 28.7257 27.1771L45.5741 10.3294C46.7824 9.12028 46.7821 7.16063 45.5734 5.95188L42.1894 2.56791ZM23.0752 21.5457L35.6202 9.00341L39.1397 12.5232L26.6046 25.0555C26.5936 25.0666 26.58 25.0748 26.5651 25.0794L21.5654 26.6196C21.5466 26.6254 21.5351 26.6261 21.5298 26.6262C21.5266 26.6262 21.5237 26.6261 21.5209 26.6256C21.5188 26.6253 21.5167 26.6249 21.5147 26.6243C21.504 26.6214 21.4864 26.6131 21.4688 26.5951C21.4512 26.5772 21.4431 26.5595 21.4404 26.5488C21.4398 26.5463 21.4393 26.5439 21.439 26.5414C21.4388 26.5389 21.4387 26.5363 21.4387 26.5335C21.4389 26.5283 21.4399 26.5168 21.446 26.4981L23.0519 21.5837C23.0566 21.5694 23.0646 21.5564 23.0752 21.5457ZM43.4521 8.20884L41.2608 10.4016L37.7413 6.88184L39.9324 4.68925C39.9698 4.65177 40.0306 4.65176 40.0681 4.68923L43.452 8.0732C43.4895 8.11066 43.4895 8.17137 43.4521 8.20884Z", style: { fill: `var(--${type})` } }),
2189
+ /* @__PURE__ */ jsx("path", { d: "M8.5 8.9997C8.5 8.72355 8.72386 8.4997 9 8.4997H24.5V5.4997H9C7.067 5.4997 5.5 7.0667 5.5 8.9997V38.9997C5.5 40.9327 7.067 42.4997 9 42.4997H39C40.933 42.4997 42.5 40.9327 42.5 38.9997V23.9997H39.5V38.9997C39.5 39.2758 39.2761 39.4997 39 39.4997H9C8.72386 39.4997 8.5 39.2758 8.5 38.9997V8.9997Z", style: { fill: `var(--${type})` } })
2195
2190
  ] });
2196
2191
  } else if (thick) {
2197
2192
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
2198
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M42.5429 2.21338C41.1383 0.808745 38.8608 0.809132 37.4567 2.21424L20.6006 19.0696C20.2007 19.4694 19.9007 19.958 19.725 20.4956L18.1191 25.41C17.2135 28.1814 19.8094 30.8218 22.5958 29.9635L27.5955 28.4233C28.1555 28.2508 28.6648 27.944 29.0792 27.5297L45.9278 10.6819C47.3313 9.27746 47.3309 7.00131 45.9269 5.59735L42.5429 2.21338ZM23.4971 21.83L35.6201 9.70952L38.4326 12.5222L26.322 24.6301L22.1635 25.9112L23.4971 21.83ZM42.8129 8.14015L41.2607 9.69341L38.4482 6.88076L40.0003 5.32763L42.8129 8.14015Z", style: { fill: `var(--${type})` } }),
2199
- /* @__PURE__ */ jsx("path", { d: "M9 4.99872C6.79086 4.99872 5 6.78958 5 8.99872V38.9987C5 41.2079 6.79086 42.9987 9 42.9987H39C41.2091 42.9987 43 41.2079 43 38.9987V23.9987H39V38.9987H9V8.99872H24.5V4.99872H9Z", style: { fill: `var(--${type})` } })
2193
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M42.5429 2.21435C41.1383 0.809721 38.8608 0.810109 37.4567 2.21522L20.6006 19.0705C20.2007 19.4704 19.9007 19.959 19.725 20.4966L18.1191 25.411C17.2135 28.1824 19.8094 30.8228 22.5958 29.9644L27.5955 28.4243C28.1555 28.2518 28.6648 27.945 29.0792 27.5307L45.9278 10.6829C47.3313 9.27843 47.3309 7.00229 45.9269 5.59833L42.5429 2.21435ZM23.4971 21.8309L35.6201 9.71049L38.4326 12.5231L26.322 24.6311L22.1635 25.9121L23.4971 21.8309ZM42.8129 8.14113L41.2607 9.69439L38.4482 6.88174L40.0003 5.3286L42.8129 8.14113Z", style: { fill: `var(--${type})` } }),
2194
+ /* @__PURE__ */ jsx("path", { d: "M9 4.9997C6.79086 4.9997 5 6.79056 5 8.9997V38.9997C5 41.2088 6.79086 42.9997 9 42.9997H39C41.2091 42.9997 43 41.2088 43 38.9997V23.9997H39V38.9997H9V8.9997H24.5V4.9997H9Z", style: { fill: `var(--${type})` } })
2200
2195
  ] });
2201
2196
  }
2202
2197
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
2203
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M42.1894 2.56693C40.9801 1.35761 39.0193 1.35794 37.8103 2.56767L20.9541 19.4232C20.6098 19.7674 20.3515 20.1881 20.2003 20.6509L18.5944 25.5653C17.8147 27.9514 20.0496 30.2246 22.4486 29.4856L27.4483 27.9455C27.9304 27.7969 28.369 27.5328 28.7257 27.1761L45.5741 10.3285C46.7824 9.11931 46.7821 7.15965 45.5734 5.95091L42.1894 2.56693ZM23.0752 21.5447L35.6202 9.00243L39.1397 12.5222L26.6046 25.0546C26.5936 25.0656 26.58 25.0738 26.5651 25.0784L21.5654 26.6186C21.5466 26.6244 21.5351 26.6252 21.5298 26.6252C21.5266 26.6253 21.5237 26.6251 21.5209 26.6247C21.5188 26.6243 21.5167 26.6239 21.5147 26.6233C21.504 26.6204 21.4864 26.6121 21.4688 26.5942C21.4512 26.5762 21.4431 26.5585 21.4404 26.5478C21.4398 26.5453 21.4393 26.5429 21.439 26.5404C21.4388 26.5379 21.4387 26.5354 21.4387 26.5326C21.4389 26.5273 21.4399 26.5159 21.446 26.4971L23.0519 21.5828C23.0566 21.5684 23.0646 21.5554 23.0752 21.5447ZM43.4521 8.20786L41.2608 10.4007L37.7413 6.88087L39.9324 4.68827C39.9698 4.65079 40.0306 4.65078 40.0681 4.68825L43.452 8.07223C43.4895 8.10968 43.4895 8.1704 43.4521 8.20786Z", style: { fill: `var(--${type})` } }),
2204
- /* @__PURE__ */ jsx("path", { d: "M8.5 8.99872C8.5 8.72258 8.72386 8.49872 9 8.49872H24.5V5.49872H9C7.067 5.49872 5.5 7.06572 5.5 8.99872V38.9987C5.5 40.9317 7.067 42.4987 9 42.4987H39C40.933 42.4987 42.5 40.9317 42.5 38.9987V23.9987H39.5V38.9987C39.5 39.2749 39.2761 39.4987 39 39.4987H9C8.72386 39.4987 8.5 39.2749 8.5 38.9987V8.99872Z", style: { fill: `var(--${type})` } })
2198
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M42.1894 2.56791C40.9801 1.35858 39.0193 1.35892 37.8103 2.56865L20.9541 19.4241C20.6098 19.7684 20.3515 20.1891 20.2003 20.6519L18.5944 25.5663C17.8147 27.9523 20.0496 30.2256 22.4486 29.4866L27.4483 27.9464C27.9304 27.7979 28.369 27.5338 28.7257 27.1771L45.5741 10.3294C46.7824 9.12028 46.7821 7.16063 45.5734 5.95188L42.1894 2.56791ZM23.0752 21.5457L35.6202 9.00341L39.1397 12.5232L26.6046 25.0555C26.5936 25.0666 26.58 25.0748 26.5651 25.0794L21.5654 26.6196C21.5466 26.6254 21.5351 26.6261 21.5298 26.6262C21.5266 26.6262 21.5237 26.6261 21.5209 26.6256C21.5188 26.6253 21.5167 26.6249 21.5147 26.6243C21.504 26.6214 21.4864 26.6131 21.4688 26.5951C21.4512 26.5772 21.4431 26.5595 21.4404 26.5488C21.4398 26.5463 21.4393 26.5439 21.439 26.5414C21.4388 26.5389 21.4387 26.5363 21.4387 26.5335C21.4389 26.5283 21.4399 26.5168 21.446 26.4981L23.0519 21.5837C23.0566 21.5694 23.0646 21.5564 23.0752 21.5457ZM43.4521 8.20884L41.2608 10.4016L37.7413 6.88184L39.9324 4.68925C39.9698 4.65177 40.0306 4.65176 40.0681 4.68923L43.452 8.0732C43.4895 8.11066 43.4895 8.17137 43.4521 8.20884Z", style: { fill: `var(--${type})` } }),
2199
+ /* @__PURE__ */ jsx("path", { d: "M8.5 8.9997C8.5 8.72355 8.72386 8.4997 9 8.4997H24.5V5.4997H9C7.067 5.4997 5.5 7.0667 5.5 8.9997V38.9997C5.5 40.9327 7.067 42.4997 9 42.4997H39C40.933 42.4997 42.5 40.9327 42.5 38.9997V23.9997H39.5V38.9997C39.5 39.2758 39.2761 39.4997 39 39.4997H9C8.72386 39.4997 8.5 39.2758 8.5 38.9997V8.9997Z", style: { fill: `var(--${type})` } })
2205
2200
  ] });
2206
2201
  }
2207
2202
  );
@@ -2301,35 +2296,35 @@ var IconMakeEasy = /* @__PURE__ */ forwardRef(
2301
2296
  const iconSize = iconSizeMap[size];
2302
2297
  if (fill && thick) {
2303
2298
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
2304
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.2577 9.23722C34.5007 7.8428 32.4993 7.8428 31.7423 9.23722L25.6037 20.5452C24.8803 21.8778 25.8451 23.4993 27.3614 23.4993H39.6386C41.1549 23.4993 42.1197 21.8778 41.3963 20.5452L35.2577 9.23722ZM33.5 12.2874L29.0421 20.4993H37.9579L33.5 12.2874Z", style: { fill: `var(--${type})` } }),
2305
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 8.49934V23.4993H22V8.49934H7ZM19 11.4993H10V20.4993H19V11.4993Z", style: { fill: `var(--${type})` } }),
2306
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22 33.9993C22 38.1415 18.6421 41.4993 14.5 41.4993C10.3579 41.4993 7 38.1415 7 33.9993C7 29.8572 10.3579 26.4993 14.5 26.4993C18.6421 26.4993 22 29.8572 22 33.9993ZM19 33.9993C19 36.4846 16.9853 38.4993 14.5 38.4993C12.0147 38.4993 10 36.4846 10 33.9993C10 31.5141 12.0147 29.4993 14.5 29.4993C16.9853 29.4993 19 31.5141 19 33.9993Z", style: { fill: `var(--${type})` } }),
2307
- /* @__PURE__ */ jsx("path", { d: "M26 31.4993V28.4993H41V31.4993H26Z", style: { fill: `var(--${type})` } }),
2308
- /* @__PURE__ */ jsx("path", { d: "M26 36.4993V39.4993H41V36.4993H26Z", style: { fill: `var(--${type})` } })
2299
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.2577 9.2382C34.5007 7.84378 32.4993 7.84378 31.7423 9.2382L25.6037 20.5461C24.8803 21.8788 25.8451 23.5003 27.3614 23.5003H39.6386C41.1549 23.5003 42.1197 21.8788 41.3963 20.5461L35.2577 9.2382ZM33.5 12.2884L29.0421 20.5003H37.9579L33.5 12.2884Z", style: { fill: `var(--${type})` } }),
2300
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 8.50032V23.5003H22V8.50032H7ZM19 11.5003H10V20.5003H19V11.5003Z", style: { fill: `var(--${type})` } }),
2301
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22 34.0003C22 38.1425 18.6421 41.5003 14.5 41.5003C10.3579 41.5003 7 38.1425 7 34.0003C7 29.8582 10.3579 26.5003 14.5 26.5003C18.6421 26.5003 22 29.8582 22 34.0003ZM19 34.0003C19 36.4856 16.9853 38.5003 14.5 38.5003C12.0147 38.5003 10 36.4856 10 34.0003C10 31.515 12.0147 29.5003 14.5 29.5003C16.9853 29.5003 19 31.515 19 34.0003Z", style: { fill: `var(--${type})` } }),
2302
+ /* @__PURE__ */ jsx("path", { d: "M26 31.5003V28.5003H41V31.5003H26Z", style: { fill: `var(--${type})` } }),
2303
+ /* @__PURE__ */ jsx("path", { d: "M26 36.5003V39.5003H41V36.5003H26Z", style: { fill: `var(--${type})` } })
2309
2304
  ] });
2310
2305
  } else if (fill) {
2311
2306
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
2312
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.2577 9.23722C34.5007 7.8428 32.4993 7.8428 31.7423 9.23722L25.6037 20.5452C24.8803 21.8778 25.8451 23.4993 27.3614 23.4993H39.6386C41.1549 23.4993 42.1197 21.8778 41.3963 20.5452L35.2577 9.23722ZM33.5 12.2874L29.0421 20.4993H37.9579L33.5 12.2874Z", style: { fill: `var(--${type})` } }),
2313
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 8.49934V23.4993H22V8.49934H7ZM19 11.4993H10V20.4993H19V11.4993Z", style: { fill: `var(--${type})` } }),
2314
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22 33.9993C22 38.1415 18.6421 41.4993 14.5 41.4993C10.3579 41.4993 7 38.1415 7 33.9993C7 29.8572 10.3579 26.4993 14.5 26.4993C18.6421 26.4993 22 29.8572 22 33.9993ZM19 33.9993C19 36.4846 16.9853 38.4993 14.5 38.4993C12.0147 38.4993 10 36.4846 10 33.9993C10 31.5141 12.0147 29.4993 14.5 29.4993C16.9853 29.4993 19 31.5141 19 33.9993Z", style: { fill: `var(--${type})` } }),
2315
- /* @__PURE__ */ jsx("path", { d: "M26 31.4993V28.4993H41V31.4993H26Z", style: { fill: `var(--${type})` } }),
2316
- /* @__PURE__ */ jsx("path", { d: "M26 36.4993V39.4993H41V36.4993H26Z", style: { fill: `var(--${type})` } })
2307
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.2577 9.2382C34.5007 7.84378 32.4993 7.84378 31.7423 9.2382L25.6037 20.5461C24.8803 21.8788 25.8451 23.5003 27.3614 23.5003H39.6386C41.1549 23.5003 42.1197 21.8788 41.3963 20.5461L35.2577 9.2382ZM33.5 12.2884L29.0421 20.5003H37.9579L33.5 12.2884Z", style: { fill: `var(--${type})` } }),
2308
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 8.50032V23.5003H22V8.50032H7ZM19 11.5003H10V20.5003H19V11.5003Z", style: { fill: `var(--${type})` } }),
2309
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22 34.0003C22 38.1425 18.6421 41.5003 14.5 41.5003C10.3579 41.5003 7 38.1425 7 34.0003C7 29.8582 10.3579 26.5003 14.5 26.5003C18.6421 26.5003 22 29.8582 22 34.0003ZM19 34.0003C19 36.4856 16.9853 38.5003 14.5 38.5003C12.0147 38.5003 10 36.4856 10 34.0003C10 31.515 12.0147 29.5003 14.5 29.5003C16.9853 29.5003 19 31.515 19 34.0003Z", style: { fill: `var(--${type})` } }),
2310
+ /* @__PURE__ */ jsx("path", { d: "M26 31.5003V28.5003H41V31.5003H26Z", style: { fill: `var(--${type})` } }),
2311
+ /* @__PURE__ */ jsx("path", { d: "M26 36.5003V39.5003H41V36.5003H26Z", style: { fill: `var(--${type})` } })
2317
2312
  ] });
2318
2313
  } else if (thick) {
2319
2314
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
2320
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.2577 9.23722C34.5007 7.8428 32.4993 7.8428 31.7423 9.23722L25.6037 20.5452C24.8803 21.8778 25.8451 23.4993 27.3614 23.4993H39.6386C41.1549 23.4993 42.1197 21.8778 41.3963 20.5452L35.2577 9.23722ZM33.5 14.3835L30.7228 19.4993H36.2772L33.5 14.3835Z", style: { fill: `var(--${type})` } }),
2321
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 8.49934V23.4993H22V8.49934H7ZM18 12.4993H11V19.4993H18V12.4993Z", style: { fill: `var(--${type})` } }),
2322
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22 33.9993C22 38.1415 18.6421 41.4993 14.5 41.4993C10.3579 41.4993 7 38.1415 7 33.9993C7 29.8572 10.3579 26.4993 14.5 26.4993C18.6421 26.4993 22 29.8572 22 33.9993ZM18 33.9993C18 35.9323 16.433 37.4993 14.5 37.4993C12.567 37.4993 11 35.9323 11 33.9993C11 32.0663 12.567 30.4993 14.5 30.4993C16.433 30.4993 18 32.0663 18 33.9993Z", style: { fill: `var(--${type})` } }),
2323
- /* @__PURE__ */ jsx("path", { d: "M26 31.9993V27.9993H41V31.9993H26Z", style: { fill: `var(--${type})` } }),
2324
- /* @__PURE__ */ jsx("path", { d: "M26 35.9993V39.9993H41V35.9993H26Z", style: { fill: `var(--${type})` } })
2315
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.2577 9.2382C34.5007 7.84378 32.4993 7.84378 31.7423 9.2382L25.6037 20.5461C24.8803 21.8788 25.8451 23.5003 27.3614 23.5003H39.6386C41.1549 23.5003 42.1197 21.8788 41.3963 20.5461L35.2577 9.2382ZM33.5 14.3844L30.7228 19.5003H36.2772L33.5 14.3844Z", style: { fill: `var(--${type})` } }),
2316
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 8.50032V23.5003H22V8.50032H7ZM18 12.5003H11V19.5003H18V12.5003Z", style: { fill: `var(--${type})` } }),
2317
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22 34.0003C22 38.1425 18.6421 41.5003 14.5 41.5003C10.3579 41.5003 7 38.1425 7 34.0003C7 29.8582 10.3579 26.5003 14.5 26.5003C18.6421 26.5003 22 29.8582 22 34.0003ZM18 34.0003C18 35.9333 16.433 37.5003 14.5 37.5003C12.567 37.5003 11 35.9333 11 34.0003C11 32.0673 12.567 30.5003 14.5 30.5003C16.433 30.5003 18 32.0673 18 34.0003Z", style: { fill: `var(--${type})` } }),
2318
+ /* @__PURE__ */ jsx("path", { d: "M26 32.0003V28.0003H41V32.0003H26Z", style: { fill: `var(--${type})` } }),
2319
+ /* @__PURE__ */ jsx("path", { d: "M26 36.0003V40.0003H41V36.0003H26Z", style: { fill: `var(--${type})` } })
2325
2320
  ] });
2326
2321
  }
2327
2322
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
2328
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.2577 9.23722C34.5007 7.8428 32.4993 7.8428 31.7423 9.23722L25.6037 20.5452C24.8803 21.8778 25.8451 23.4993 27.3614 23.4993H39.6386C41.1549 23.4993 42.1197 21.8778 41.3963 20.5452L35.2577 9.23722ZM33.5 12.2874L29.0421 20.4993H37.9579L33.5 12.2874Z", style: { fill: `var(--${type})` } }),
2329
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 8.49934V23.4993H22V8.49934H7ZM19 11.4993H10V20.4993H19V11.4993Z", style: { fill: `var(--${type})` } }),
2330
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22 33.9993C22 38.1415 18.6421 41.4993 14.5 41.4993C10.3579 41.4993 7 38.1415 7 33.9993C7 29.8572 10.3579 26.4993 14.5 26.4993C18.6421 26.4993 22 29.8572 22 33.9993ZM19 33.9993C19 36.4846 16.9853 38.4993 14.5 38.4993C12.0147 38.4993 10 36.4846 10 33.9993C10 31.5141 12.0147 29.4993 14.5 29.4993C16.9853 29.4993 19 31.5141 19 33.9993Z", style: { fill: `var(--${type})` } }),
2331
- /* @__PURE__ */ jsx("path", { d: "M26 31.4993V28.4993H41V31.4993H26Z", style: { fill: `var(--${type})` } }),
2332
- /* @__PURE__ */ jsx("path", { d: "M26 36.4993V39.4993H41V36.4993H26Z", style: { fill: `var(--${type})` } })
2323
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.2577 9.2382C34.5007 7.84378 32.4993 7.84378 31.7423 9.2382L25.6037 20.5461C24.8803 21.8788 25.8451 23.5003 27.3614 23.5003H39.6386C41.1549 23.5003 42.1197 21.8788 41.3963 20.5461L35.2577 9.2382ZM33.5 12.2884L29.0421 20.5003H37.9579L33.5 12.2884Z", style: { fill: `var(--${type})` } }),
2324
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 8.50032V23.5003H22V8.50032H7ZM19 11.5003H10V20.5003H19V11.5003Z", style: { fill: `var(--${type})` } }),
2325
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22 34.0003C22 38.1425 18.6421 41.5003 14.5 41.5003C10.3579 41.5003 7 38.1425 7 34.0003C7 29.8582 10.3579 26.5003 14.5 26.5003C18.6421 26.5003 22 29.8582 22 34.0003ZM19 34.0003C19 36.4856 16.9853 38.5003 14.5 38.5003C12.0147 38.5003 10 36.4856 10 34.0003C10 31.515 12.0147 29.5003 14.5 29.5003C16.9853 29.5003 19 31.515 19 34.0003Z", style: { fill: `var(--${type})` } }),
2326
+ /* @__PURE__ */ jsx("path", { d: "M26 31.5003V28.5003H41V31.5003H26Z", style: { fill: `var(--${type})` } }),
2327
+ /* @__PURE__ */ jsx("path", { d: "M26 36.5003V39.5003H41V36.5003H26Z", style: { fill: `var(--${type})` } })
2333
2328
  ] });
2334
2329
  }
2335
2330
  );
@@ -2393,22 +2388,22 @@ var IconApple = /* @__PURE__ */ forwardRef(
2393
2388
  if (fill && thick) {
2394
2389
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
2395
2390
  /* @__PURE__ */ jsx("path", { d: "M29.6769 9.89979C30.8569 8.37985 31.7568 6.19991 31.4368 4C29.4969 4.13999 27.237 5.37993 25.8971 6.97986C24.6971 8.43981 23.7171 10.6197 24.0971 12.7396C26.217 12.8196 28.417 11.5397 29.6769 9.89979Z", style: { fill: `var(--${type})` } }),
2396
- /* @__PURE__ */ jsx("path", { d: "M40.4766 33.5796C39.5767 35.5996 39.1367 36.5195 37.9567 38.3194C36.3168 40.8393 33.9969 43.9592 31.097 43.9992C29.9496 44.0187 29.1994 43.6788 28.3865 43.3107C28.3634 43.3002 28.3403 43.2898 28.3171 43.2793C28.282 43.2635 28.2468 43.2477 28.2115 43.2318C27.2616 42.8041 26.2306 42.34 24.4373 42.3593C22.5864 42.3593 21.5278 42.8346 20.5518 43.2728L20.5374 43.2793C20.5147 43.2893 20.492 43.2993 20.4694 43.3093C19.6359 43.678 18.8658 44.0187 17.6975 43.9992C14.8376 43.9592 12.6377 41.1393 10.9978 38.6194C6.41797 31.5797 5.91799 23.34 8.75788 18.9402C10.7778 15.8203 13.9577 14.0004 16.9375 14.0004C18.5375 14.0004 19.8174 14.4604 21.0374 14.9004L21.0482 14.9043C22.1642 15.3028 23.2212 15.6803 24.4173 15.6803C25.5372 15.6803 26.4372 15.3404 27.4371 14.9604C28.6171 14.5004 29.9371 14.0004 31.857 14.0004C34.5169 14.0004 37.3368 15.4603 39.3367 17.9802C32.7769 21.6001 33.8369 31.0597 40.4766 33.5796Z", style: { fill: `var(--${type})` } })
2391
+ /* @__PURE__ */ jsx("path", { d: "M40.4766 33.5796C39.5767 35.5996 39.1367 36.5195 37.9567 38.3194C36.3168 40.8393 33.9969 43.9592 31.097 43.9992C29.9496 44.0187 29.1994 43.6788 28.3865 43.3107C28.3634 43.3002 28.3403 43.2898 28.3171 43.2793C28.282 43.2635 28.2468 43.2477 28.2115 43.2318C27.2616 42.8041 26.2306 42.34 24.4373 42.3593C22.5864 42.3593 21.5278 42.8346 20.5518 43.2728L20.5374 43.2793C20.5147 43.2893 20.492 43.2993 20.4694 43.3093C19.6359 43.678 18.8658 44.0187 17.6975 43.9992C14.8376 43.9592 12.6377 41.1393 10.9978 38.6194C6.41797 31.5797 5.91799 23.34 8.75788 18.9402C10.7778 15.8203 13.9577 14.0004 16.9375 14.0004C18.5375 14.0004 19.8174 14.4604 21.0374 14.9004L21.0482 14.9043C22.1642 15.3028 23.2212 15.6803 24.4173 15.6803C25.5372 15.6803 26.4372 15.3404 27.4371 14.9604C28.6171 14.5004 29.937 14.0004 31.857 14.0004C34.5169 14.0004 37.3368 15.4603 39.3367 17.9802C32.7769 21.6001 33.8369 31.0597 40.4766 33.5796Z", style: { fill: `var(--${type})` } })
2397
2392
  ] });
2398
2393
  } else if (fill) {
2399
2394
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
2400
2395
  /* @__PURE__ */ jsx("path", { d: "M29.6769 9.89979C30.8569 8.37985 31.7568 6.19991 31.4368 4C29.4969 4.13999 27.237 5.37993 25.8971 6.97986C24.6971 8.43981 23.7171 10.6197 24.0971 12.7396C26.217 12.8196 28.417 11.5397 29.6769 9.89979Z", style: { fill: `var(--${type})` } }),
2401
- /* @__PURE__ */ jsx("path", { d: "M40.4766 33.5796C39.5767 35.5996 39.1367 36.5195 37.9567 38.3194C36.3168 40.8393 33.9969 43.9592 31.097 43.9992C29.9496 44.0187 29.1994 43.6788 28.3865 43.3107C28.3634 43.3002 28.3403 43.2898 28.3171 43.2793C28.282 43.2635 28.2468 43.2477 28.2115 43.2318C27.2616 42.8041 26.2306 42.34 24.4373 42.3593C22.5864 42.3593 21.5278 42.8346 20.5518 43.2728L20.5374 43.2793C20.5147 43.2893 20.492 43.2993 20.4694 43.3093C19.6359 43.678 18.8658 44.0187 17.6975 43.9992C14.8376 43.9592 12.6377 41.1393 10.9978 38.6194C6.41797 31.5797 5.91799 23.34 8.75788 18.9402C10.7778 15.8203 13.9577 14.0004 16.9375 14.0004C18.5375 14.0004 19.8174 14.4604 21.0374 14.9004L21.0482 14.9043C22.1642 15.3028 23.2212 15.6803 24.4173 15.6803C25.5372 15.6803 26.4372 15.3404 27.4371 14.9604C28.6171 14.5004 29.9371 14.0004 31.857 14.0004C34.5169 14.0004 37.3368 15.4603 39.3367 17.9802C32.7769 21.6001 33.8369 31.0597 40.4766 33.5796Z", style: { fill: `var(--${type})` } })
2396
+ /* @__PURE__ */ jsx("path", { d: "M40.4766 33.5796C39.5767 35.5996 39.1367 36.5195 37.9567 38.3194C36.3168 40.8393 33.9969 43.9592 31.097 43.9992C29.9496 44.0187 29.1994 43.6788 28.3865 43.3107C28.3634 43.3002 28.3403 43.2898 28.3171 43.2793C28.282 43.2635 28.2468 43.2477 28.2115 43.2318C27.2616 42.8041 26.2306 42.34 24.4373 42.3593C22.5864 42.3593 21.5278 42.8346 20.5518 43.2728L20.5374 43.2793C20.5147 43.2893 20.492 43.2993 20.4694 43.3093C19.6359 43.678 18.8658 44.0187 17.6975 43.9992C14.8376 43.9592 12.6377 41.1393 10.9978 38.6194C6.41797 31.5797 5.91799 23.34 8.75788 18.9402C10.7778 15.8203 13.9577 14.0004 16.9375 14.0004C18.5375 14.0004 19.8174 14.4604 21.0374 14.9004L21.0482 14.9043C22.1642 15.3028 23.2212 15.6803 24.4173 15.6803C25.5372 15.6803 26.4372 15.3404 27.4371 14.9604C28.6171 14.5004 29.937 14.0004 31.857 14.0004C34.5169 14.0004 37.3368 15.4603 39.3367 17.9802C32.7769 21.6001 33.8369 31.0597 40.4766 33.5796Z", style: { fill: `var(--${type})` } })
2402
2397
  ] });
2403
2398
  } else if (thick) {
2404
2399
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
2405
2400
  /* @__PURE__ */ jsx("path", { d: "M29.6769 9.89979C30.8569 8.37985 31.7568 6.19991 31.4368 4C29.4969 4.13999 27.237 5.37993 25.8971 6.97986C24.6971 8.43981 23.7171 10.6197 24.0971 12.7396C26.217 12.8196 28.417 11.5397 29.6769 9.89979Z", style: { fill: `var(--${type})` } }),
2406
- /* @__PURE__ */ jsx("path", { d: "M40.4766 33.5796C39.5767 35.5996 39.1367 36.5195 37.9567 38.3194C36.3168 40.8393 33.9969 43.9592 31.097 43.9992C29.9496 44.0187 29.1994 43.6788 28.3865 43.3107C28.3634 43.3002 28.3403 43.2898 28.3171 43.2793C28.282 43.2635 28.2468 43.2477 28.2115 43.2318C27.2616 42.8041 26.2306 42.34 24.4373 42.3593C22.5864 42.3593 21.5278 42.8346 20.5518 43.2728L20.5374 43.2793C20.5147 43.2893 20.492 43.2993 20.4694 43.3093C19.6359 43.678 18.8658 44.0187 17.6975 43.9992C14.8376 43.9592 12.6377 41.1393 10.9978 38.6194C6.41797 31.5797 5.91799 23.34 8.75788 18.9402C10.7778 15.8203 13.9577 14.0004 16.9375 14.0004C18.5375 14.0004 19.8174 14.4604 21.0374 14.9004L21.0482 14.9043C22.1642 15.3028 23.2212 15.6803 24.4173 15.6803C25.5372 15.6803 26.4372 15.3404 27.4371 14.9604C28.6171 14.5004 29.9371 14.0004 31.857 14.0004C34.5169 14.0004 37.3368 15.4603 39.3367 17.9802C32.7769 21.6001 33.8369 31.0597 40.4766 33.5796Z", style: { fill: `var(--${type})` } })
2401
+ /* @__PURE__ */ jsx("path", { d: "M40.4766 33.5796C39.5767 35.5996 39.1367 36.5195 37.9567 38.3194C36.3168 40.8393 33.9969 43.9592 31.097 43.9992C29.9496 44.0187 29.1994 43.6788 28.3865 43.3107C28.3634 43.3002 28.3403 43.2898 28.3171 43.2793C28.282 43.2635 28.2468 43.2477 28.2115 43.2318C27.2616 42.8041 26.2306 42.34 24.4373 42.3593C22.5864 42.3593 21.5278 42.8346 20.5518 43.2728L20.5374 43.2793C20.5147 43.2893 20.492 43.2993 20.4694 43.3093C19.6359 43.678 18.8658 44.0187 17.6975 43.9992C14.8376 43.9592 12.6377 41.1393 10.9978 38.6194C6.41797 31.5797 5.91799 23.34 8.75788 18.9402C10.7778 15.8203 13.9577 14.0004 16.9375 14.0004C18.5375 14.0004 19.8174 14.4604 21.0374 14.9004L21.0482 14.9043C22.1642 15.3028 23.2212 15.6803 24.4173 15.6803C25.5372 15.6803 26.4372 15.3404 27.4371 14.9604C28.6171 14.5004 29.937 14.0004 31.857 14.0004C34.5169 14.0004 37.3368 15.4603 39.3367 17.9802C32.7769 21.6001 33.8369 31.0597 40.4766 33.5796Z", style: { fill: `var(--${type})` } })
2407
2402
  ] });
2408
2403
  }
2409
2404
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
2410
2405
  /* @__PURE__ */ jsx("path", { d: "M29.6769 9.89979C30.8569 8.37985 31.7568 6.19991 31.4368 4C29.4969 4.13999 27.237 5.37993 25.8971 6.97986C24.6971 8.43981 23.7171 10.6197 24.0971 12.7396C26.217 12.8196 28.417 11.5397 29.6769 9.89979Z", style: { fill: `var(--${type})` } }),
2411
- /* @__PURE__ */ jsx("path", { d: "M40.4766 33.5796C39.5767 35.5996 39.1367 36.5195 37.9567 38.3194C36.3168 40.8393 33.9969 43.9592 31.097 43.9992C29.9496 44.0187 29.1994 43.6788 28.3865 43.3107C28.3634 43.3002 28.3403 43.2898 28.3171 43.2793C28.282 43.2635 28.2468 43.2477 28.2115 43.2318C27.2616 42.8041 26.2306 42.34 24.4373 42.3593C22.5864 42.3593 21.5278 42.8346 20.5518 43.2728L20.5374 43.2793C20.5147 43.2893 20.492 43.2993 20.4694 43.3093C19.6359 43.678 18.8658 44.0187 17.6975 43.9992C14.8376 43.9592 12.6377 41.1393 10.9978 38.6194C6.41797 31.5797 5.91799 23.34 8.75788 18.9402C10.7778 15.8203 13.9577 14.0004 16.9375 14.0004C18.5375 14.0004 19.8174 14.4604 21.0374 14.9004L21.0482 14.9043C22.1642 15.3028 23.2212 15.6803 24.4173 15.6803C25.5372 15.6803 26.4372 15.3404 27.4371 14.9604C28.6171 14.5004 29.9371 14.0004 31.857 14.0004C34.5169 14.0004 37.3368 15.4603 39.3367 17.9802C32.7769 21.6001 33.8369 31.0597 40.4766 33.5796Z", style: { fill: `var(--${type})` } })
2406
+ /* @__PURE__ */ jsx("path", { d: "M40.4766 33.5796C39.5767 35.5996 39.1367 36.5195 37.9567 38.3194C36.3168 40.8393 33.9969 43.9592 31.097 43.9992C29.9496 44.0187 29.1994 43.6788 28.3865 43.3107C28.3634 43.3002 28.3403 43.2898 28.3171 43.2793C28.282 43.2635 28.2468 43.2477 28.2115 43.2318C27.2616 42.8041 26.2306 42.34 24.4373 42.3593C22.5864 42.3593 21.5278 42.8346 20.5518 43.2728L20.5374 43.2793C20.5147 43.2893 20.492 43.2993 20.4694 43.3093C19.6359 43.678 18.8658 44.0187 17.6975 43.9992C14.8376 43.9592 12.6377 41.1393 10.9978 38.6194C6.41797 31.5797 5.91799 23.34 8.75788 18.9402C10.7778 15.8203 13.9577 14.0004 16.9375 14.0004C18.5375 14.0004 19.8174 14.4604 21.0374 14.9004L21.0482 14.9043C22.1642 15.3028 23.2212 15.6803 24.4173 15.6803C25.5372 15.6803 26.4372 15.3404 27.4371 14.9604C28.6171 14.5004 29.937 14.0004 31.857 14.0004C34.5169 14.0004 37.3368 15.4603 39.3367 17.9802C32.7769 21.6001 33.8369 31.0597 40.4766 33.5796Z", style: { fill: `var(--${type})` } })
2412
2407
  ] });
2413
2408
  }
2414
2409
  );
@@ -2416,13 +2411,13 @@ var IconAndroid = /* @__PURE__ */ forwardRef(
2416
2411
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2417
2412
  const iconSize = iconSizeMap[size];
2418
2413
  if (fill && thick) {
2419
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M35.2 18.9595L38.88 12.5995C39.2 11.9795 38.96 11.2195 38.36 10.8995C37.78 10.5995 37.06 10.7795 36.7 11.3395L32.94 17.8195C27.22 15.3995 20.78 15.3995 15.06 17.8195L11.3 11.3395C10.92 10.7595 10.14 10.5795 9.56 10.9395C9 11.2995 8.82 12.0195 9.12 12.5995L12.8 18.9595C6.9141 22.3201 2.97489 28.2403 2.11174 34.9233C2.03703 35.5017 2.49855 35.9995 3.08174 35.9995H44.9183C45.5015 35.9995 45.963 35.5017 45.8883 34.9233C45.0251 28.2403 41.0859 22.3201 35.2 18.9595ZM14 30.4995C12.62 30.4995 11.5 29.3795 11.5 27.9995C11.5 26.6195 12.62 25.4995 14 25.4995C15.38 25.4995 16.5 26.6195 16.5 27.9995C16.5 29.3795 15.38 30.4995 14 30.4995ZM34 30.4995C32.62 30.4995 31.5 29.3795 31.5 27.9995C31.5 26.6195 32.62 25.4995 34 25.4995C35.38 25.4995 36.5 26.6195 36.5 27.9995C36.5 29.3795 35.38 30.4995 34 30.4995Z", style: { fill: `var(--${type})` } }) });
2414
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M35.2 18.9604L38.88 12.6004C39.2 11.9804 38.96 11.2204 38.36 10.9004C37.78 10.6004 37.06 10.7804 36.7 11.3404L32.94 17.8204C27.22 15.4004 20.78 15.4004 15.06 17.8204L11.3 11.3404C10.92 10.7604 10.14 10.5804 9.56 10.9404C9 11.3004 8.82 12.0204 9.12 12.6004L12.8 18.9604C6.9141 22.3211 2.97489 28.2413 2.11174 34.9243C2.03703 35.5027 2.49855 36.0004 3.08174 36.0004H44.9183C45.5015 36.0004 45.963 35.5027 45.8883 34.9243C45.0251 28.2413 41.0859 22.3211 35.2 18.9604ZM14 30.5004C12.62 30.5004 11.5 29.3804 11.5 28.0004C11.5 26.6204 12.62 25.5004 14 25.5004C15.38 25.5004 16.5 26.6204 16.5 28.0004C16.5 29.3804 15.38 30.5004 14 30.5004ZM34 30.5004C32.62 30.5004 31.5 29.3804 31.5 28.0004C31.5 26.6204 32.62 25.5004 34 25.5004C35.38 25.5004 36.5 26.6204 36.5 28.0004C36.5 29.3804 35.38 30.5004 34 30.5004Z", style: { fill: `var(--${type})` } }) });
2420
2415
  } else if (fill) {
2421
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M35.2 18.9595L38.88 12.5995C39.2 11.9795 38.96 11.2195 38.36 10.8995C37.78 10.5995 37.06 10.7795 36.7 11.3395L32.94 17.8195C27.22 15.3995 20.78 15.3995 15.06 17.8195L11.3 11.3395C10.92 10.7595 10.14 10.5795 9.56 10.9395C9 11.2995 8.82 12.0195 9.12 12.5995L12.8 18.9595C6.9141 22.3201 2.97489 28.2403 2.11174 34.9233C2.03703 35.5017 2.49855 35.9995 3.08174 35.9995H44.9183C45.5015 35.9995 45.963 35.5017 45.8883 34.9233C45.0251 28.2403 41.0859 22.3201 35.2 18.9595ZM14 30.4995C12.62 30.4995 11.5 29.3795 11.5 27.9995C11.5 26.6195 12.62 25.4995 14 25.4995C15.38 25.4995 16.5 26.6195 16.5 27.9995C16.5 29.3795 15.38 30.4995 14 30.4995ZM34 30.4995C32.62 30.4995 31.5 29.3795 31.5 27.9995C31.5 26.6195 32.62 25.4995 34 25.4995C35.38 25.4995 36.5 26.6195 36.5 27.9995C36.5 29.3795 35.38 30.4995 34 30.4995Z", style: { fill: `var(--${type})` } }) });
2416
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M35.2 18.9604L38.88 12.6004C39.2 11.9804 38.96 11.2204 38.36 10.9004C37.78 10.6004 37.06 10.7804 36.7 11.3404L32.94 17.8204C27.22 15.4004 20.78 15.4004 15.06 17.8204L11.3 11.3404C10.92 10.7604 10.14 10.5804 9.56 10.9404C9 11.3004 8.82 12.0204 9.12 12.6004L12.8 18.9604C6.9141 22.3211 2.97489 28.2413 2.11174 34.9243C2.03703 35.5027 2.49855 36.0004 3.08174 36.0004H44.9183C45.5015 36.0004 45.963 35.5027 45.8883 34.9243C45.0251 28.2413 41.0859 22.3211 35.2 18.9604ZM14 30.5004C12.62 30.5004 11.5 29.3804 11.5 28.0004C11.5 26.6204 12.62 25.5004 14 25.5004C15.38 25.5004 16.5 26.6204 16.5 28.0004C16.5 29.3804 15.38 30.5004 14 30.5004ZM34 30.5004C32.62 30.5004 31.5 29.3804 31.5 28.0004C31.5 26.6204 32.62 25.5004 34 25.5004C35.38 25.5004 36.5 26.6204 36.5 28.0004C36.5 29.3804 35.38 30.5004 34 30.5004Z", style: { fill: `var(--${type})` } }) });
2422
2417
  } else if (thick) {
2423
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M35.2 18.9595L38.88 12.5995C39.2 11.9795 38.96 11.2195 38.36 10.8995C37.78 10.5995 37.06 10.7795 36.7 11.3395L32.94 17.8195C27.22 15.3995 20.78 15.3995 15.06 17.8195L11.3 11.3395C10.92 10.7595 10.14 10.5795 9.56 10.9395C9 11.2995 8.82 12.0195 9.12 12.5995L12.8 18.9595C6.9141 22.3201 2.97489 28.2403 2.11174 34.9233C2.03703 35.5017 2.49855 35.9995 3.08174 35.9995H44.9183C45.5015 35.9995 45.963 35.5017 45.8883 34.9233C45.0251 28.2403 41.0859 22.3201 35.2 18.9595ZM14 30.4995C12.62 30.4995 11.5 29.3795 11.5 27.9995C11.5 26.6195 12.62 25.4995 14 25.4995C15.38 25.4995 16.5 26.6195 16.5 27.9995C16.5 29.3795 15.38 30.4995 14 30.4995ZM34 30.4995C32.62 30.4995 31.5 29.3795 31.5 27.9995C31.5 26.6195 32.62 25.4995 34 25.4995C35.38 25.4995 36.5 26.6195 36.5 27.9995C36.5 29.3795 35.38 30.4995 34 30.4995Z", style: { fill: `var(--${type})` } }) });
2418
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M35.2 18.9604L38.88 12.6004C39.2 11.9804 38.96 11.2204 38.36 10.9004C37.78 10.6004 37.06 10.7804 36.7 11.3404L32.94 17.8204C27.22 15.4004 20.78 15.4004 15.06 17.8204L11.3 11.3404C10.92 10.7604 10.14 10.5804 9.56 10.9404C9 11.3004 8.82 12.0204 9.12 12.6004L12.8 18.9604C6.9141 22.3211 2.97489 28.2413 2.11174 34.9243C2.03703 35.5027 2.49855 36.0004 3.08174 36.0004H44.9183C45.5015 36.0004 45.963 35.5027 45.8883 34.9243C45.0251 28.2413 41.0859 22.3211 35.2 18.9604ZM14 30.5004C12.62 30.5004 11.5 29.3804 11.5 28.0004C11.5 26.6204 12.62 25.5004 14 25.5004C15.38 25.5004 16.5 26.6204 16.5 28.0004C16.5 29.3804 15.38 30.5004 14 30.5004ZM34 30.5004C32.62 30.5004 31.5 29.3804 31.5 28.0004C31.5 26.6204 32.62 25.5004 34 25.5004C35.38 25.5004 36.5 26.6204 36.5 28.0004C36.5 29.3804 35.38 30.5004 34 30.5004Z", style: { fill: `var(--${type})` } }) });
2424
2419
  }
2425
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M35.2 18.9595L38.88 12.5995C39.2 11.9795 38.96 11.2195 38.36 10.8995C37.78 10.5995 37.06 10.7795 36.7 11.3395L32.94 17.8195C27.22 15.3995 20.78 15.3995 15.06 17.8195L11.3 11.3395C10.92 10.7595 10.14 10.5795 9.56 10.9395C9 11.2995 8.82 12.0195 9.12 12.5995L12.8 18.9595C6.9141 22.3201 2.97489 28.2403 2.11174 34.9233C2.03703 35.5017 2.49855 35.9995 3.08174 35.9995H44.9183C45.5015 35.9995 45.963 35.5017 45.8883 34.9233C45.0251 28.2403 41.0859 22.3201 35.2 18.9595ZM14 30.4995C12.62 30.4995 11.5 29.3795 11.5 27.9995C11.5 26.6195 12.62 25.4995 14 25.4995C15.38 25.4995 16.5 26.6195 16.5 27.9995C16.5 29.3795 15.38 30.4995 14 30.4995ZM34 30.4995C32.62 30.4995 31.5 29.3795 31.5 27.9995C31.5 26.6195 32.62 25.4995 34 25.4995C35.38 25.4995 36.5 26.6195 36.5 27.9995C36.5 29.3795 35.38 30.4995 34 30.4995Z", style: { fill: `var(--${type})` } }) });
2420
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M35.2 18.9604L38.88 12.6004C39.2 11.9804 38.96 11.2204 38.36 10.9004C37.78 10.6004 37.06 10.7804 36.7 11.3404L32.94 17.8204C27.22 15.4004 20.78 15.4004 15.06 17.8204L11.3 11.3404C10.92 10.7604 10.14 10.5804 9.56 10.9404C9 11.3004 8.82 12.0204 9.12 12.6004L12.8 18.9604C6.9141 22.3211 2.97489 28.2413 2.11174 34.9243C2.03703 35.5027 2.49855 36.0004 3.08174 36.0004H44.9183C45.5015 36.0004 45.963 35.5027 45.8883 34.9243C45.0251 28.2413 41.0859 22.3211 35.2 18.9604ZM14 30.5004C12.62 30.5004 11.5 29.3804 11.5 28.0004C11.5 26.6204 12.62 25.5004 14 25.5004C15.38 25.5004 16.5 26.6204 16.5 28.0004C16.5 29.3804 15.38 30.5004 14 30.5004ZM34 30.5004C32.62 30.5004 31.5 29.3804 31.5 28.0004C31.5 26.6204 32.62 25.5004 34 25.5004C35.38 25.5004 36.5 26.6204 36.5 28.0004C36.5 29.3804 35.38 30.5004 34 30.5004Z", style: { fill: `var(--${type})` } }) });
2426
2421
  }
2427
2422
  );
2428
2423
  var IconTwitter = /* @__PURE__ */ forwardRef(
@@ -2472,7 +2467,7 @@ var IconCar = /* @__PURE__ */ forwardRef(
2472
2467
  } else if (fill) {
2473
2468
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M28.6329 11.5772C27.7269 10.5731 26.4379 10 25.0855 10H12.458C10.8334 10 9.32015 10.8255 8.44072 12.1915L3.76203 19.4587C3.74942 19.4783 3.7376 19.498 3.72655 19.5179C3.24171 20.1586 2.9541 20.9569 2.9541 21.8223V31.6604C2.9541 33.7714 4.6654 35.4827 6.77638 35.4827H8.00478C8.74434 37.7937 10.91 39.4668 13.4664 39.4668C16.0229 39.4668 18.1886 37.7937 18.9281 35.4827H29.0279C29.7674 37.7937 31.9331 39.4668 34.4895 39.4668C37.046 39.4668 39.2116 37.7937 39.9512 35.4827H41.1769C43.2879 35.4827 44.9992 33.7714 44.9992 31.6604V27.4198C44.9992 24.77 43.435 22.37 41.0107 21.3002L35.0205 18.6567L28.6329 11.5772ZM34.4895 28C31.7526 28 29.4636 29.9177 28.8929 32.4827H19.063C18.4923 29.9177 16.2033 28 13.4664 28C10.7296 28 8.44056 29.9177 7.86985 32.4827H6.77638C6.32225 32.4827 5.9541 32.1145 5.9541 31.6604V21.8223C5.9541 21.3681 6.32225 21 6.77638 21H32.8998L39.7995 24.0448C41.1365 24.6348 41.9992 25.9584 41.9992 27.4198V31.6604C41.9992 32.1145 41.631 32.4827 41.1769 32.4827H40.0861C39.5154 29.9177 37.2264 28 34.4895 28ZM30.3873 18L26.4055 13.5869C26.0684 13.2133 25.5887 13 25.0855 13H20.7002V18H30.3873ZM17.7002 18V13H12.458C11.8535 13 11.2904 13.3072 10.9632 13.8155L8.26911 18H17.7002ZM16.1999 33.7334C16.1999 35.243 14.9761 36.4668 13.4664 36.4668C11.9568 36.4668 10.733 35.243 10.733 33.7334C10.733 32.2238 11.9568 31 13.4664 31C14.9761 31 16.1999 32.2238 16.1999 33.7334ZM34.4895 36.4668C35.9991 36.4668 37.2229 35.243 37.2229 33.7334C37.2229 32.2238 35.9991 31 34.4895 31C32.9799 31 31.7561 32.2238 31.7561 33.7334C31.7561 35.243 32.9799 36.4668 34.4895 36.4668Z", style: { fill: `var(--${type})` } }) });
2474
2469
  } else if (thick) {
2475
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.59746 17.0585C4.5045 18.6457 2.9541 20.1774 2.9541 22.1045V22.1045V31.6602C2.9541 33.7712 4.6654 35.4825 6.77638 35.4825H8.4998C9.49106 37.1965 11.3441 38.3496 13.4664 38.3496C15.5888 38.3496 17.4418 37.1965 18.4331 35.4825H29.5229C30.5141 37.1965 32.3672 38.3496 34.4895 38.3496C36.6119 38.3496 38.4649 37.1965 39.4562 35.4825H41.1769C43.2879 35.4825 44.9992 33.7712 44.9992 31.6602V27.5194C44.9992 24.819 43.3755 22.3835 40.8829 21.3449L33.5971 18.3092L28.6388 12.5807C27.7313 11.5322 26.413 10.9297 25.0263 10.9297H12.3705C10.7941 10.9297 9.31912 11.7073 8.42841 13.0079C7.50093 14.3623 6.53234 15.7008 5.59746 17.0585ZM34.4895 26.8828C31.7112 26.8828 29.3944 28.859 28.8682 31.4825H19.0878C18.5616 28.859 16.2448 26.8828 13.4664 26.8828C10.6881 26.8828 8.37133 28.859 7.84511 31.4825H6.9541V22.3958H32.9524C32.9695 22.3958 32.9864 22.3956 33.0033 22.3951L39.3444 25.0373C40.3464 25.4548 40.9992 26.4339 40.9992 27.5194V31.4825H40.1109C39.5846 28.859 37.2679 26.8828 34.4895 26.8828ZM25.6144 15.1985L28.2835 18.2822H21.2002V14.9297H25.0263C25.252 14.9297 25.4666 15.0278 25.6144 15.1985ZM17.2002 14.9297V18.2822H9.66455L11.7287 15.268C11.8737 15.0563 12.1138 14.9297 12.3705 14.9297H17.2002ZM15.1999 32.6162C15.1999 33.5736 14.4238 34.3496 13.4664 34.3496C12.5091 34.3496 11.733 33.5736 11.733 32.6162C11.733 31.6589 12.5091 30.8828 13.4664 30.8828C14.4238 30.8828 15.1999 31.6589 15.1999 32.6162ZM34.4895 34.3496C35.4469 34.3496 36.2229 33.5736 36.2229 32.6162C36.2229 31.6589 35.4469 30.8828 34.4895 30.8828C33.5322 30.8828 32.7561 31.6589 32.7561 32.6162C32.7561 33.5736 33.5322 34.3496 34.4895 34.3496Z", style: { fill: `var(--${type})` } }) });
2470
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.59746 17.0585C4.5045 18.6457 2.9541 20.1774 2.9541 22.1045V31.6602C2.9541 33.7712 4.6654 35.4825 6.77638 35.4825H8.4998C9.49106 37.1965 11.3441 38.3496 13.4664 38.3496C15.5888 38.3496 17.4418 37.1965 18.4331 35.4825H29.5229C30.5141 37.1965 32.3672 38.3496 34.4895 38.3496C36.6119 38.3496 38.4649 37.1965 39.4562 35.4825H41.1769C43.2879 35.4825 44.9992 33.7712 44.9992 31.6602V27.5194C44.9992 24.819 43.3755 22.3835 40.8829 21.3449L33.5971 18.3092L28.6388 12.5807C27.7313 11.5322 26.413 10.9297 25.0263 10.9297H12.3705C10.7941 10.9297 9.31912 11.7073 8.42841 13.0079C7.50093 14.3623 6.53234 15.7008 5.59746 17.0585ZM34.4895 26.8828C31.7112 26.8828 29.3944 28.859 28.8682 31.4825H19.0878C18.5616 28.859 16.2448 26.8828 13.4664 26.8828C10.6881 26.8828 8.37133 28.859 7.84511 31.4825H6.9541V22.3958H32.9524C32.9695 22.3958 32.9864 22.3956 33.0033 22.3951L39.3444 25.0373C40.3464 25.4548 40.9992 26.4339 40.9992 27.5194V31.4825H40.1109C39.5846 28.859 37.2679 26.8828 34.4895 26.8828ZM25.6144 15.1985L28.2835 18.2822H21.2002V14.9297H25.0263C25.252 14.9297 25.4666 15.0278 25.6144 15.1985ZM17.2002 14.9297V18.2822H9.66455L11.7287 15.268C11.8737 15.0563 12.1138 14.9297 12.3705 14.9297H17.2002ZM15.1999 32.6162C15.1999 33.5736 14.4238 34.3496 13.4664 34.3496C12.5091 34.3496 11.733 33.5736 11.733 32.6162C11.733 31.6589 12.5091 30.8828 13.4664 30.8828C14.4238 30.8828 15.1999 31.6589 15.1999 32.6162ZM34.4895 34.3496C35.4469 34.3496 36.2229 33.5736 36.2229 32.6162C36.2229 31.6589 35.4469 30.8828 34.4895 30.8828C33.5322 30.8828 32.7561 31.6589 32.7561 32.6162C32.7561 33.5736 33.5322 34.3496 34.4895 34.3496Z", style: { fill: `var(--${type})` } }) });
2476
2471
  }
2477
2472
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M28.6329 11.5772C27.7269 10.5731 26.4379 10 25.0855 10H12.458C10.8334 10 9.32015 10.8255 8.44072 12.1915L3.76203 19.4587C3.74942 19.4783 3.7376 19.498 3.72655 19.5179C3.24171 20.1586 2.9541 20.9569 2.9541 21.8223V31.6604C2.9541 33.7714 4.6654 35.4827 6.77638 35.4827H8.00478C8.74434 37.7937 10.91 39.4668 13.4664 39.4668C16.0229 39.4668 18.1886 37.7937 18.9281 35.4827H29.0279C29.7674 37.7937 31.9331 39.4668 34.4895 39.4668C37.046 39.4668 39.2116 37.7937 39.9512 35.4827H41.1769C43.2879 35.4827 44.9992 33.7714 44.9992 31.6604V27.4198C44.9992 24.77 43.435 22.37 41.0107 21.3002L35.0205 18.6567L28.6329 11.5772ZM34.4895 28C31.7526 28 29.4636 29.9177 28.8929 32.4827H19.063C18.4923 29.9177 16.2033 28 13.4664 28C10.7296 28 8.44056 29.9177 7.86985 32.4827H6.77638C6.32225 32.4827 5.9541 32.1145 5.9541 31.6604V21.8223C5.9541 21.3681 6.32225 21 6.77638 21H32.8998L39.7995 24.0448C41.1365 24.6348 41.9992 25.9584 41.9992 27.4198V31.6604C41.9992 32.1145 41.631 32.4827 41.1769 32.4827H40.0861C39.5154 29.9177 37.2264 28 34.4895 28ZM30.3873 18L26.4055 13.5869C26.0684 13.2133 25.5887 13 25.0855 13H20.7002V18H30.3873ZM17.7002 18V13H12.458C11.8535 13 11.2904 13.3072 10.9632 13.8155L8.26911 18H17.7002ZM16.1999 33.7334C16.1999 35.243 14.9761 36.4668 13.4664 36.4668C11.9568 36.4668 10.733 35.243 10.733 33.7334C10.733 32.2238 11.9568 31 13.4664 31C14.9761 31 16.1999 32.2238 16.1999 33.7334ZM34.4895 36.4668C35.9991 36.4668 37.2229 35.243 37.2229 33.7334C37.2229 32.2238 35.9991 31 34.4895 31C32.9799 31 31.7561 32.2238 31.7561 33.7334C31.7561 35.243 32.9799 36.4668 34.4895 36.4668Z", style: { fill: `var(--${type})` } }) });
2478
2473
  }
@@ -2481,13 +2476,13 @@ var IconAirplane = /* @__PURE__ */ forwardRef(
2481
2476
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2482
2477
  const iconSize = iconSizeMap[size];
2483
2478
  if (fill && thick) {
2484
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.226 29.1964L11.6505 29.1741L9.82404 31.0065L13.8584 33.2261C14.6895 33.6834 15.3734 34.3677 15.8303 35.199L18.016 39.1769L19.8394 37.3475L19.8286 33.7842L26.7364 26.8668L30.8162 39.4193L33.6987 36.5398L31.6162 21.9774L38.6703 14.9176L39.2588 10.8716C39.3551 10.2099 38.7873 9.64199 38.1256 9.73804L34.0709 10.3266L26.9954 17.4079L12.4647 15.3342L9.58691 18.209L22.1343 22.2785L15.226 29.1964ZM25.9337 14.226L12.394 12.2937C11.7712 12.2049 11.143 12.4142 10.6979 12.8587L6.31083 17.2412C5.25363 18.2973 5.68585 20.0976 7.10728 20.5586L16.5528 23.6221L13.9899 26.1886L11.2504 26.1715C10.7146 26.1682 10.1998 26.38 9.82144 26.7595L6.76094 29.83C5.82143 30.7726 6.04736 32.3527 7.21337 32.9942L12.4123 35.8546C12.7447 36.0375 13.0183 36.3112 13.201 36.6437L16.0294 41.7911C16.6718 42.9602 18.257 43.1847 19.1987 42.2399L22.2571 39.1715C22.6323 38.7951 22.8422 38.2849 22.8406 37.7535L22.8324 35.0218L25.3976 32.4531L28.4672 41.8975C28.9286 43.3172 30.7265 43.7493 31.7827 42.6942L36.1729 38.3086C36.6186 37.8634 36.8285 37.2341 36.7393 36.6105L34.7982 23.0371L41.0269 16.8034C41.3314 16.4987 41.5293 16.1039 41.5913 15.6776L42.2276 11.3034C42.6126 8.65663 40.3416 6.38495 37.6947 6.76915L33.3111 7.40542C32.8841 7.4674 32.4886 7.66582 32.1836 7.97104L25.9337 14.226Z", style: { fill: `var(--${type})` } }) });
2479
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.226 29.1974L11.6505 29.175L9.82404 31.0075L13.8584 33.2271C14.6895 33.6844 15.3734 34.3686 15.8303 35.2L18.016 39.1779L19.8394 37.3485L19.8286 33.7851L26.7364 26.8678L30.8162 39.4203L33.6987 36.5408L31.6162 21.9784L38.6703 14.9185L39.2588 10.8726C39.3551 10.2109 38.7873 9.64297 38.1256 9.73902L34.0709 10.3276L26.9954 17.4088L12.4647 15.3352L9.58691 18.21L22.1343 22.2795L15.226 29.1974ZM25.9337 14.2269L12.394 12.2947C11.7712 12.2058 11.143 12.4151 10.6979 12.8597L6.31083 17.2422C5.25363 18.2983 5.68585 20.0986 7.10728 20.5596L16.5528 23.6231L13.9899 26.1896L11.2504 26.1725C10.7146 26.1691 10.1998 26.381 9.82144 26.7605L6.76094 29.831C5.82143 30.7735 6.04736 32.3537 7.21337 32.9952L12.4123 35.8555C12.7447 36.0384 13.0183 36.3121 13.201 36.6447L16.0294 41.7921C16.6718 42.9612 18.257 43.1856 19.1987 42.2408L22.2571 39.1724C22.6323 38.7961 22.8422 38.2859 22.8406 37.7545L22.8324 35.0228L25.3976 32.454L28.4672 41.8984C28.9286 43.3182 30.7265 43.7503 31.7827 42.6952L36.1729 38.3096C36.6186 37.8643 36.8285 37.2351 36.7393 36.6115L34.7982 23.0381L41.0269 16.8044C41.3314 16.4997 41.5293 16.1048 41.5913 15.6786L42.2276 11.3044C42.6126 8.6576 40.3416 6.38593 37.6947 6.77013L33.3111 7.4064C32.8841 7.46838 32.4886 7.66679 32.1836 7.97202L25.9337 14.2269Z", style: { fill: `var(--${type})` } }) });
2485
2480
  } else if (fill) {
2486
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.226 29.1964L11.6505 29.1741L9.82404 31.0065L13.8584 33.2261C14.6895 33.6834 15.3734 34.3677 15.8303 35.199L18.016 39.1769L19.8394 37.3475L19.8286 33.7842L26.7364 26.8668L30.8162 39.4193L33.6987 36.5398L31.6162 21.9774L38.6703 14.9176L39.2588 10.8716C39.3551 10.2099 38.7873 9.64199 38.1256 9.73804L34.0709 10.3266L26.9954 17.4079L12.4647 15.3342L9.58691 18.209L22.1343 22.2785L15.226 29.1964ZM25.9337 14.226L12.394 12.2937C11.7712 12.2049 11.143 12.4142 10.6979 12.8587L6.31083 17.2412C5.25363 18.2973 5.68585 20.0976 7.10728 20.5586L16.5528 23.6221L13.9899 26.1886L11.2504 26.1715C10.7146 26.1682 10.1998 26.38 9.82144 26.7595L6.76094 29.83C5.82143 30.7726 6.04736 32.3527 7.21337 32.9942L12.4123 35.8546C12.7447 36.0375 13.0183 36.3112 13.201 36.6437L16.0294 41.7911C16.6718 42.9602 18.257 43.1847 19.1987 42.2399L22.2571 39.1715C22.6323 38.7951 22.8422 38.2849 22.8406 37.7535L22.8324 35.0218L25.3976 32.4531L28.4672 41.8975C28.9286 43.3172 30.7265 43.7493 31.7827 42.6942L36.1729 38.3086C36.6186 37.8634 36.8285 37.2341 36.7393 36.6105L34.7982 23.0371L41.0269 16.8034C41.3314 16.4987 41.5293 16.1039 41.5913 15.6776L42.2276 11.3034C42.6126 8.65663 40.3416 6.38495 37.6947 6.76915L33.3111 7.40542C32.8841 7.4674 32.4886 7.66582 32.1836 7.97104L25.9337 14.226Z", style: { fill: `var(--${type})` } }) });
2481
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.226 29.1974L11.6505 29.175L9.82404 31.0075L13.8584 33.2271C14.6895 33.6844 15.3734 34.3686 15.8303 35.2L18.016 39.1779L19.8394 37.3485L19.8286 33.7851L26.7364 26.8678L30.8162 39.4203L33.6987 36.5408L31.6162 21.9784L38.6703 14.9185L39.2588 10.8726C39.3551 10.2109 38.7873 9.64297 38.1256 9.73902L34.0709 10.3276L26.9954 17.4088L12.4647 15.3352L9.58691 18.21L22.1343 22.2795L15.226 29.1974ZM25.9337 14.2269L12.394 12.2947C11.7712 12.2058 11.143 12.4151 10.6979 12.8597L6.31083 17.2422C5.25363 18.2983 5.68585 20.0986 7.10728 20.5596L16.5528 23.6231L13.9899 26.1896L11.2504 26.1725C10.7146 26.1691 10.1998 26.381 9.82144 26.7605L6.76094 29.831C5.82143 30.7735 6.04736 32.3537 7.21337 32.9952L12.4123 35.8555C12.7447 36.0384 13.0183 36.3121 13.201 36.6447L16.0294 41.7921C16.6718 42.9612 18.257 43.1856 19.1987 42.2408L22.2571 39.1724C22.6323 38.7961 22.8422 38.2859 22.8406 37.7545L22.8324 35.0228L25.3976 32.454L28.4672 41.8984C28.9286 43.3182 30.7265 43.7503 31.7827 42.6952L36.1729 38.3096C36.6186 37.8643 36.8285 37.2351 36.7393 36.6115L34.7982 23.0381L41.0269 16.8044C41.3314 16.4997 41.5293 16.1048 41.5913 15.6786L42.2276 11.3044C42.6126 8.6576 40.3416 6.38593 37.6947 6.77013L33.3111 7.4064C32.8841 7.46838 32.4886 7.66679 32.1836 7.97202L25.9337 14.2269Z", style: { fill: `var(--${type})` } }) });
2487
2482
  } else if (thick) {
2488
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.638 30.199L12.0631 30.1767L11.4706 30.771L14.3405 32.35C15.3378 32.8987 16.1585 33.7198 16.7067 34.7175L18.2498 37.5258L18.8381 36.9355L18.8274 33.3716L27.1827 25.0047L31.2632 37.5593L32.6379 36.186L30.5555 21.6242L37.7285 14.4454L38.2692 10.7277L34.5434 11.2685L27.3492 18.4685L12.818 16.3948L11.4495 17.7618L23.9947 21.8307L15.638 30.199ZM7.10728 20.5586C5.68585 20.0976 5.25363 18.2973 6.31083 17.2412L10.6979 12.8587C11.143 12.4142 11.7712 12.2049 12.394 12.2937L25.9337 14.226L32.1836 7.97104C32.4886 7.66582 32.8841 7.4674 33.3111 7.40542L37.6947 6.76915C40.3416 6.38495 42.6126 8.65663 42.2276 11.3034L41.5913 15.6776C41.5293 16.1039 41.3314 16.4987 41.0269 16.8034L34.7982 23.0371L36.7393 36.6105C36.8285 37.2341 36.6186 37.8634 36.1729 38.3086L31.7827 42.6942C30.7265 43.7493 28.9286 43.3172 28.4672 41.8975L25.3976 32.4531L22.8324 35.0218L22.8406 37.7535C22.8422 38.2849 22.6323 38.7951 22.2571 39.1715L19.1987 42.2399C18.257 43.1847 16.6718 42.9602 16.0294 41.7911L13.201 36.6437C13.0183 36.3112 12.7447 36.0375 12.4123 35.8546L7.21337 32.9942C6.04736 32.3527 5.82143 30.7726 6.76094 29.83L9.82144 26.7595C10.1998 26.38 10.7146 26.1682 11.2504 26.1715L13.9899 26.1886L16.5528 23.6221L7.10728 20.5586Z", style: { fill: `var(--${type})` } }) });
2483
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.638 30.2L12.0631 30.1776L11.4706 30.772L14.3405 32.3509C15.3378 32.8997 16.1585 33.7208 16.7067 34.7184L18.2498 37.5268L18.8381 36.9365L18.8274 33.3726L27.1827 25.0057L31.2632 37.5603L32.6379 36.187L30.5555 21.6251L37.7285 14.4464L38.2692 10.7286L34.5434 11.2694L27.3492 18.4695L12.818 16.3957L11.4495 17.7628L23.9947 21.8317L15.638 30.2ZM7.10728 20.5596C5.68585 20.0986 5.25363 18.2983 6.31083 17.2422L10.6979 12.8597C11.143 12.4151 11.7712 12.2058 12.394 12.2947L25.9337 14.2269L32.1836 7.97202C32.4886 7.66679 32.8841 7.46838 33.3111 7.4064L37.6947 6.77013C40.3416 6.38593 42.6126 8.6576 42.2276 11.3044L41.5913 15.6786C41.5293 16.1048 41.3314 16.4997 41.0269 16.8044L34.7982 23.0381L36.7393 36.6115C36.8285 37.2351 36.6186 37.8643 36.1729 38.3096L31.7827 42.6952C30.7265 43.7503 28.9286 43.3182 28.4672 41.8984L25.3976 32.454L22.8324 35.0228L22.8406 37.7545C22.8422 38.2859 22.6323 38.7961 22.2571 39.1724L19.1987 42.2408C18.257 43.1856 16.6718 42.9612 16.0294 41.7921L13.201 36.6447C13.0183 36.3121 12.7447 36.0384 12.4123 35.8555L7.21337 32.9952C6.04736 32.3537 5.82143 30.7735 6.76094 29.831L9.82144 26.7605C10.1998 26.381 10.7146 26.1691 11.2504 26.1725L13.9899 26.1896L16.5528 23.6231L7.10728 20.5596Z", style: { fill: `var(--${type})` } }) });
2489
2484
  }
2490
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.226 29.1964L11.6505 29.1741L9.82404 31.0065L13.8584 33.2261C14.6895 33.6834 15.3734 34.3677 15.8303 35.199L18.016 39.1769L19.8394 37.3475L19.8286 33.7842L26.7364 26.8668L30.8162 39.4193L33.6987 36.5398L31.6162 21.9774L38.6703 14.9176L39.2588 10.8716C39.3551 10.2099 38.7873 9.64199 38.1256 9.73804L34.0709 10.3266L26.9954 17.4079L12.4647 15.3342L9.58691 18.209L22.1343 22.2785L15.226 29.1964ZM25.9337 14.226L12.394 12.2937C11.7712 12.2049 11.143 12.4142 10.6979 12.8587L6.31083 17.2412C5.25363 18.2973 5.68585 20.0976 7.10728 20.5586L16.5528 23.6221L13.9899 26.1886L11.2504 26.1715C10.7146 26.1682 10.1998 26.38 9.82144 26.7595L6.76094 29.83C5.82143 30.7726 6.04736 32.3527 7.21337 32.9942L12.4123 35.8546C12.7447 36.0375 13.0183 36.3112 13.201 36.6437L16.0294 41.7911C16.6718 42.9602 18.257 43.1847 19.1987 42.2399L22.2571 39.1715C22.6323 38.7951 22.8422 38.2849 22.8406 37.7535L22.8324 35.0218L25.3976 32.4531L28.4672 41.8975C28.9286 43.3172 30.7265 43.7493 31.7827 42.6942L36.1729 38.3086C36.6186 37.8634 36.8285 37.2341 36.7393 36.6105L34.7982 23.0371L41.0269 16.8034C41.3314 16.4987 41.5293 16.1039 41.5913 15.6776L42.2276 11.3034C42.6126 8.65663 40.3416 6.38495 37.6947 6.76915L33.3111 7.40542C32.8841 7.4674 32.4886 7.66582 32.1836 7.97104L25.9337 14.226Z", style: { fill: `var(--${type})` } }) });
2485
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.226 29.1974L11.6505 29.175L9.82404 31.0075L13.8584 33.2271C14.6895 33.6844 15.3734 34.3686 15.8303 35.2L18.016 39.1779L19.8394 37.3485L19.8286 33.7851L26.7364 26.8678L30.8162 39.4203L33.6987 36.5408L31.6162 21.9784L38.6703 14.9185L39.2588 10.8726C39.3551 10.2109 38.7873 9.64297 38.1256 9.73902L34.0709 10.3276L26.9954 17.4088L12.4647 15.3352L9.58691 18.21L22.1343 22.2795L15.226 29.1974ZM25.9337 14.2269L12.394 12.2947C11.7712 12.2058 11.143 12.4151 10.6979 12.8597L6.31083 17.2422C5.25363 18.2983 5.68585 20.0986 7.10728 20.5596L16.5528 23.6231L13.9899 26.1896L11.2504 26.1725C10.7146 26.1691 10.1998 26.381 9.82144 26.7605L6.76094 29.831C5.82143 30.7735 6.04736 32.3537 7.21337 32.9952L12.4123 35.8555C12.7447 36.0384 13.0183 36.3121 13.201 36.6447L16.0294 41.7921C16.6718 42.9612 18.257 43.1856 19.1987 42.2408L22.2571 39.1724C22.6323 38.7961 22.8422 38.2859 22.8406 37.7545L22.8324 35.0228L25.3976 32.454L28.4672 41.8984C28.9286 43.3182 30.7265 43.7503 31.7827 42.6952L36.1729 38.3096C36.6186 37.8643 36.8285 37.2351 36.7393 36.6115L34.7982 23.0381L41.0269 16.8044C41.3314 16.4997 41.5293 16.1048 41.5913 15.6786L42.2276 11.3044C42.6126 8.6576 40.3416 6.38593 37.6947 6.77013L33.3111 7.4064C32.8841 7.46838 32.4886 7.66679 32.1836 7.97202L25.9337 14.2269Z", style: { fill: `var(--${type})` } }) });
2491
2486
  }
2492
2487
  );
2493
2488
  var IconRocket = /* @__PURE__ */ forwardRef(
@@ -2495,23 +2490,23 @@ var IconRocket = /* @__PURE__ */ forwardRef(
2495
2490
  const iconSize = iconSizeMap[size];
2496
2491
  if (fill && thick) {
2497
2492
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
2498
- /* @__PURE__ */ jsx("path", { d: "M31.2499 19.0963C32.3545 19.0963 33.2499 18.2009 33.2499 17.0963C33.2499 15.9918 32.3545 15.0963 31.2499 15.0963C30.1454 15.0963 29.2499 15.9918 29.2499 17.0963C29.2499 18.2009 30.1454 19.0963 31.2499 19.0963Z", style: { fill: `var(--${type})` } }),
2499
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M34.3613 24.7639L32.548 26.5869L32.5615 26.6119C34.6931 30.5663 34.0891 35.6056 30.7494 38.9452L27.2614 42.4333C27.0164 42.6783 26.6191 42.6783 26.374 42.4333L21.1606 37.2197L18.3322 40.0482C17.5511 40.8292 16.2848 40.8292 15.5037 40.0482L8.43267 32.9771C7.65162 32.1961 7.65163 30.9297 8.43267 30.1487L11.2606 27.3207L5.32761 21.3877C5.01124 21.0714 5.01124 20.5584 5.32761 20.242L7.77511 17.7945C11.6222 13.9475 17.4769 13.3316 21.9667 15.947L21.9717 15.9499L23.7415 14.1705C28.262 9.62559 34.1399 6.67678 40.4857 5.77023C41.7837 5.58481 42.8957 6.70123 42.7103 7.9992C41.805 14.336 38.8753 20.2255 34.3613 24.7639ZM15.903 26.3053L25.8685 16.2861C29.5927 12.5419 34.3424 10.0035 39.5013 8.98023C38.4807 14.1411 35.9558 18.9066 32.2342 22.6483L22.2642 32.6665L20.0993 30.5016L25.0484 25.5525L22.9271 23.4312L17.978 28.3803L15.903 26.3053ZM23.6831 35.4996L26.8177 38.6343L28.6281 36.8239C30.7787 34.6733 31.3375 31.5336 30.3043 28.8691L25.414 33.7594L23.6831 35.4996ZM13.3828 29.4412L11.2611 31.5629L16.918 37.2198L19.0396 35.0981L13.3828 29.4412ZM13.0481 24.8656L19.745 18.1688C16.5162 16.6701 12.5598 17.2525 9.89643 19.9159L8.99741 20.8149L13.0481 24.8656Z", style: { fill: `var(--${type})` } })
2493
+ /* @__PURE__ */ jsx("path", { d: "M31.2499 19.0973C32.3545 19.0973 33.2499 18.2019 33.2499 17.0973C33.2499 15.9927 32.3545 15.0973 31.2499 15.0973C30.1454 15.0973 29.2499 15.9927 29.2499 17.0973C29.2499 18.2019 30.1454 19.0973 31.2499 19.0973Z", style: { fill: `var(--${type})` } }),
2494
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M34.3613 24.7649L32.548 26.5879L32.5615 26.6128C34.6931 30.5673 34.0891 35.6066 30.7494 38.9462L27.2614 42.4343C27.0164 42.6793 26.6191 42.6793 26.374 42.4343L21.1606 37.2207L18.3322 40.0492C17.5511 40.8302 16.2848 40.8302 15.5037 40.0492L8.43267 32.9781C7.65162 32.1971 7.65163 30.9307 8.43267 30.1497L11.2606 27.3217L5.32761 21.3887C5.01124 21.0723 5.01124 20.5594 5.32761 20.243L7.77511 17.7955C11.6222 13.9484 17.4769 13.3326 21.9667 15.948L21.9717 15.9509L23.7415 14.1715C28.262 9.62657 34.1399 6.67775 40.4857 5.77121C41.7837 5.58578 42.8957 6.7022 42.7103 8.00017C41.805 14.3369 38.8753 20.2265 34.3613 24.7649ZM15.903 26.3063L25.8685 16.2871C29.5927 12.5429 34.3424 10.0045 39.5013 8.98121C38.4807 14.1421 35.9558 18.9076 32.2342 22.6493L22.2642 32.6675L20.0993 30.5026L25.0484 25.5535L22.9271 23.4322L17.978 28.3813L15.903 26.3063ZM23.6831 35.5006L26.8177 38.6353L28.6281 36.8249C30.7787 34.6743 31.3375 31.5346 30.3043 28.8701L25.414 33.7604L23.6831 35.5006ZM13.3828 29.4422L11.2611 31.5639L16.918 37.2207L19.0396 35.0991L13.3828 29.4422ZM13.0481 24.8666L19.745 18.1697C16.5162 16.6711 12.5598 17.2535 9.89643 19.9168L8.99741 20.8159L13.0481 24.8666Z", style: { fill: `var(--${type})` } })
2500
2495
  ] });
2501
2496
  } else if (fill) {
2502
2497
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
2503
- /* @__PURE__ */ jsx("path", { d: "M31.2499 19.0963C32.3545 19.0963 33.2499 18.2009 33.2499 17.0963C33.2499 15.9918 32.3545 15.0963 31.2499 15.0963C30.1454 15.0963 29.2499 15.9918 29.2499 17.0963C29.2499 18.2009 30.1454 19.0963 31.2499 19.0963Z", style: { fill: `var(--${type})` } }),
2504
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M34.3613 24.7639L32.548 26.5869L32.5615 26.6119C34.6931 30.5663 34.0891 35.6056 30.7494 38.9452L27.2614 42.4333C27.0164 42.6783 26.6191 42.6783 26.374 42.4333L21.1606 37.2197L18.3322 40.0482C17.5511 40.8292 16.2848 40.8292 15.5037 40.0482L8.43267 32.9771C7.65162 32.1961 7.65163 30.9297 8.43267 30.1487L11.2606 27.3207L5.32761 21.3877C5.01124 21.0714 5.01124 20.5584 5.32761 20.242L7.77511 17.7945C11.6222 13.9475 17.4769 13.3316 21.9667 15.947L21.9717 15.9499L23.7415 14.1705C28.262 9.62559 34.1399 6.67678 40.4857 5.77023C41.7837 5.58481 42.8957 6.70123 42.7103 7.9992C41.805 14.336 38.8753 20.2255 34.3613 24.7639ZM15.903 26.3053L25.8685 16.2861C29.5927 12.5419 34.3424 10.0035 39.5013 8.98023C38.4807 14.1411 35.9558 18.9066 32.2342 22.6483L22.2642 32.6665L20.0993 30.5016L25.0484 25.5525L22.9271 23.4312L17.978 28.3803L15.903 26.3053ZM23.6831 35.4996L26.8177 38.6343L28.6281 36.8239C30.7787 34.6733 31.3375 31.5336 30.3043 28.8691L25.414 33.7594L23.6831 35.4996ZM13.3828 29.4412L11.2611 31.5629L16.918 37.2198L19.0396 35.0981L13.3828 29.4412ZM13.0481 24.8656L19.745 18.1688C16.5162 16.6701 12.5598 17.2525 9.89643 19.9159L8.99741 20.8149L13.0481 24.8656Z", style: { fill: `var(--${type})` } })
2498
+ /* @__PURE__ */ jsx("path", { d: "M31.2499 19.0973C32.3545 19.0973 33.2499 18.2019 33.2499 17.0973C33.2499 15.9927 32.3545 15.0973 31.2499 15.0973C30.1454 15.0973 29.2499 15.9927 29.2499 17.0973C29.2499 18.2019 30.1454 19.0973 31.2499 19.0973Z", style: { fill: `var(--${type})` } }),
2499
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M34.3613 24.7649L32.548 26.5879L32.5615 26.6128C34.6931 30.5673 34.0891 35.6066 30.7494 38.9462L27.2614 42.4343C27.0164 42.6793 26.6191 42.6793 26.374 42.4343L21.1606 37.2207L18.3322 40.0492C17.5511 40.8302 16.2848 40.8302 15.5037 40.0492L8.43267 32.9781C7.65162 32.1971 7.65163 30.9307 8.43267 30.1497L11.2606 27.3217L5.32761 21.3887C5.01124 21.0723 5.01124 20.5594 5.32761 20.243L7.77511 17.7955C11.6222 13.9484 17.4769 13.3326 21.9667 15.948L21.9717 15.9509L23.7415 14.1715C28.262 9.62657 34.1399 6.67775 40.4857 5.77121C41.7837 5.58578 42.8957 6.7022 42.7103 8.00017C41.805 14.3369 38.8753 20.2265 34.3613 24.7649ZM15.903 26.3063L25.8685 16.2871C29.5927 12.5429 34.3424 10.0045 39.5013 8.98121C38.4807 14.1421 35.9558 18.9076 32.2342 22.6493L22.2642 32.6675L20.0993 30.5026L25.0484 25.5535L22.9271 23.4322L17.978 28.3813L15.903 26.3063ZM23.6831 35.5006L26.8177 38.6353L28.6281 36.8249C30.7787 34.6743 31.3375 31.5346 30.3043 28.8701L25.414 33.7604L23.6831 35.5006ZM13.3828 29.4422L11.2611 31.5639L16.918 37.2207L19.0396 35.0991L13.3828 29.4422ZM13.0481 24.8666L19.745 18.1697C16.5162 16.6711 12.5598 17.2535 9.89643 19.9168L8.99741 20.8159L13.0481 24.8666Z", style: { fill: `var(--${type})` } })
2505
2500
  ] });
2506
2501
  } else if (thick) {
2507
2502
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
2508
- /* @__PURE__ */ jsx("path", { d: "M30.646 19.0008C31.7506 19.0008 32.646 18.1053 32.646 17.0008C32.646 15.8962 31.7506 15.0008 30.646 15.0008C29.5414 15.0008 28.646 15.8962 28.646 17.0008C28.646 18.1053 29.5414 19.0008 30.646 19.0008Z", style: { fill: `var(--${type})` } }),
2509
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M33.7574 24.6682L31.7423 26.6941L31.744 26.6978C33.6775 30.9265 32.9038 36.0894 29.4228 39.5703L26.6569 42.3362C26.4119 42.5813 26.0146 42.5813 25.7696 42.3362L20.5571 37.1238L17.7282 39.9526C16.9472 40.7337 15.6809 40.7337 14.8998 39.9526L7.82874 32.8816C7.04769 32.1005 7.04769 30.8342 7.82874 30.0531L10.6572 27.2247L5.44379 22.0106C5.19875 21.7656 5.19875 21.3683 5.44379 21.1232L8.15999 18.407C11.6688 14.8982 16.8763 14.1234 21.1353 16.0825L21.139 16.0842L23.1377 14.0748C27.6582 9.52989 33.5361 6.58108 39.8819 5.67453C41.1799 5.48911 42.2919 6.60552 42.1064 7.9035C41.2012 14.2403 38.2715 20.1298 33.7574 24.6682ZM16.0067 26.9164L25.9737 16.8956C29.1869 13.6651 33.1935 11.3674 37.566 10.2171C36.4196 14.5959 34.1333 18.6181 30.9214 21.8474L27.919 24.866L20.9376 31.8473L19.8494 30.7592L24.7981 25.8105L21.9697 22.9821L17.021 27.9307L16.0067 26.9164ZM28.6035 29.8499L23.7848 34.6946L26.2132 37.1231L26.5944 36.7419C28.465 34.8714 29.1346 32.2547 28.6035 29.8499ZM13.4856 30.0531L17.7282 34.2958L16.314 35.71L12.0714 31.4674L13.4856 30.0531ZM13.1539 24.0639L17.9984 19.2194C15.5565 18.6615 12.8904 19.3335 10.9884 21.2355L10.657 21.5669L13.1539 24.0639Z", style: { fill: `var(--${type})` } })
2503
+ /* @__PURE__ */ jsx("path", { d: "M30.646 18.9998C31.7506 18.9998 32.646 18.1044 32.646 16.9998C32.646 15.8952 31.7506 14.9998 30.646 14.9998C29.5414 14.9998 28.646 15.8952 28.646 16.9998C28.646 18.1044 29.5414 18.9998 30.646 18.9998Z", style: { fill: `var(--${type})` } }),
2504
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M33.7574 24.6672L31.7423 26.6931L31.744 26.6968C33.6775 30.9255 32.9038 36.0884 29.4228 39.5693L26.6569 42.3353C26.4119 42.5803 26.0146 42.5803 25.7696 42.3353L20.5571 37.1228L17.7282 39.9517C16.9472 40.7327 15.6809 40.7327 14.8998 39.9517L7.82874 32.8806C7.04769 32.0995 7.04769 30.8332 7.82874 30.0522L10.6572 27.2237L5.44379 22.0096C5.19875 21.7646 5.19875 21.3673 5.44379 21.1223L8.15999 18.4061C11.6688 14.8972 16.8763 14.1224 21.1353 16.0815L21.139 16.0833L23.1377 14.0738C27.6582 9.52891 33.5361 6.5801 39.8819 5.67355C41.1799 5.48813 42.2919 6.60455 42.1064 7.90252C41.2012 14.2393 38.2715 20.1288 33.7574 24.6672ZM16.0067 26.9154L25.9737 16.8946C29.1869 13.6641 33.1935 11.3664 37.566 10.2162C36.4196 14.5949 34.1333 18.6171 30.9214 21.8464L27.919 24.865L20.9376 31.8464L19.8494 30.7582L24.7981 25.8095L21.9697 22.9811L17.021 27.9298L16.0067 26.9154ZM28.6035 29.8489L23.7848 34.6936L26.2132 37.1221L26.5944 36.7409C28.465 34.8704 29.1346 32.2537 28.6035 29.8489ZM13.4856 30.0522L17.7282 34.2948L16.314 35.709L12.0714 31.4664L13.4856 30.0522ZM13.1539 24.0629L17.9984 19.2184C15.5565 18.6605 12.8904 19.3325 10.9884 21.2345L10.657 21.5659L13.1539 24.0629Z", style: { fill: `var(--${type})` } })
2510
2505
  ] });
2511
2506
  }
2512
2507
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
2513
- /* @__PURE__ */ jsx("path", { d: "M31.2499 19.0963C32.3545 19.0963 33.2499 18.2009 33.2499 17.0963C33.2499 15.9918 32.3545 15.0963 31.2499 15.0963C30.1454 15.0963 29.2499 15.9918 29.2499 17.0963C29.2499 18.2009 30.1454 19.0963 31.2499 19.0963Z", style: { fill: `var(--${type})` } }),
2514
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M34.3613 24.7639L32.548 26.5869L32.5615 26.6119C34.6931 30.5663 34.0891 35.6056 30.7494 38.9452L27.2614 42.4333C27.0164 42.6783 26.6191 42.6783 26.374 42.4333L21.1606 37.2197L18.3322 40.0482C17.5511 40.8292 16.2848 40.8292 15.5037 40.0482L8.43267 32.9771C7.65162 32.1961 7.65163 30.9297 8.43267 30.1487L11.2606 27.3207L5.32761 21.3877C5.01124 21.0714 5.01124 20.5584 5.32761 20.242L7.77511 17.7945C11.6222 13.9475 17.4769 13.3316 21.9667 15.947L21.9717 15.9499L23.7415 14.1705C28.262 9.62559 34.1399 6.67678 40.4857 5.77023C41.7837 5.58481 42.8957 6.70123 42.7103 7.9992C41.805 14.336 38.8753 20.2255 34.3613 24.7639ZM15.903 26.3053L25.8685 16.2861C29.5927 12.5419 34.3424 10.0035 39.5013 8.98023C38.4807 14.1411 35.9558 18.9066 32.2342 22.6483L22.2642 32.6665L20.0993 30.5016L25.0484 25.5525L22.9271 23.4312L17.978 28.3803L15.903 26.3053ZM23.6831 35.4996L26.8177 38.6343L28.6281 36.8239C30.7787 34.6733 31.3375 31.5336 30.3043 28.8691L25.414 33.7594L23.6831 35.4996ZM13.3828 29.4412L11.2611 31.5629L16.918 37.2198L19.0396 35.0981L13.3828 29.4412ZM13.0481 24.8656L19.745 18.1688C16.5162 16.6701 12.5598 17.2525 9.89643 19.9159L8.99741 20.8149L13.0481 24.8656Z", style: { fill: `var(--${type})` } })
2508
+ /* @__PURE__ */ jsx("path", { d: "M31.2499 19.0973C32.3545 19.0973 33.2499 18.2019 33.2499 17.0973C33.2499 15.9927 32.3545 15.0973 31.2499 15.0973C30.1454 15.0973 29.2499 15.9927 29.2499 17.0973C29.2499 18.2019 30.1454 19.0973 31.2499 19.0973Z", style: { fill: `var(--${type})` } }),
2509
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M34.3613 24.7649L32.548 26.5879L32.5615 26.6128C34.6931 30.5673 34.0891 35.6066 30.7494 38.9462L27.2614 42.4343C27.0164 42.6793 26.6191 42.6793 26.374 42.4343L21.1606 37.2207L18.3322 40.0492C17.5511 40.8302 16.2848 40.8302 15.5037 40.0492L8.43267 32.9781C7.65162 32.1971 7.65163 30.9307 8.43267 30.1497L11.2606 27.3217L5.32761 21.3887C5.01124 21.0723 5.01124 20.5594 5.32761 20.243L7.77511 17.7955C11.6222 13.9484 17.4769 13.3326 21.9667 15.948L21.9717 15.9509L23.7415 14.1715C28.262 9.62657 34.1399 6.67775 40.4857 5.77121C41.7837 5.58578 42.8957 6.7022 42.7103 8.00017C41.805 14.3369 38.8753 20.2265 34.3613 24.7649ZM15.903 26.3063L25.8685 16.2871C29.5927 12.5429 34.3424 10.0045 39.5013 8.98121C38.4807 14.1421 35.9558 18.9076 32.2342 22.6493L22.2642 32.6675L20.0993 30.5026L25.0484 25.5535L22.9271 23.4322L17.978 28.3813L15.903 26.3063ZM23.6831 35.5006L26.8177 38.6353L28.6281 36.8249C30.7787 34.6743 31.3375 31.5346 30.3043 28.8701L25.414 33.7604L23.6831 35.5006ZM13.3828 29.4422L11.2611 31.5639L16.918 37.2207L19.0396 35.0991L13.3828 29.4422ZM13.0481 24.8666L19.745 18.1697C16.5162 16.6711 12.5598 17.2535 9.89643 19.9168L8.99741 20.8159L13.0481 24.8666Z", style: { fill: `var(--${type})` } })
2515
2510
  ] });
2516
2511
  }
2517
2512
  );
@@ -2690,20 +2685,20 @@ var IconQuestionBox = /* @__PURE__ */ forwardRef(
2690
2685
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2691
2686
  const iconSize = iconSizeMap[size];
2692
2687
  if (fill && thick) {
2693
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M25.0001 2.57654C24.3813 2.21928 23.6189 2.21928 23.0001 2.57654L5.94751 12.4218C5.32871 12.7791 4.94751 13.4394 4.94751 14.1539V33.8445C4.94751 34.559 5.32871 35.2193 5.94751 35.5765L23.0001 45.4218C23.6189 45.7791 24.3813 45.7791 25.0001 45.4218L42.0526 35.5765C42.6714 35.2193 43.0526 34.559 43.0526 33.8445V14.1539C43.0526 13.4394 42.6714 12.7791 42.0526 12.4218L25.0001 2.57654ZM17.8923 18.0461C18.406 16.7433 19.2402 15.7029 20.3882 14.9508C21.5352 14.1994 22.849 13.8332 24.3005 13.8332C25.9824 13.8332 27.4193 14.3112 28.5234 15.3381C29.6344 16.3713 30.1675 17.7391 30.1675 19.3532C30.1675 20.2789 29.9663 21.1461 29.5546 21.94C29.1411 22.7374 28.4693 23.5004 27.5934 24.237L27.5877 24.2419C26.7073 24.9688 26.3351 25.497 26.2369 25.8227C26.0907 26.3076 26.0127 26.8594 26.0127 27.4848V28.3182H21.989V27.4848C21.989 26.2778 22.1952 25.2189 22.6767 24.3699C23.1227 23.5834 23.7859 22.8249 24.6328 22.089L24.6425 22.0806C25.2697 21.5523 25.7145 21.0691 26.0035 20.6343C26.265 20.241 26.3835 19.8459 26.3835 19.4333C26.3835 18.8876 26.1989 18.4844 25.8262 18.1552C25.45 17.8229 24.9282 17.6229 24.1806 17.6229C23.5334 17.6229 23.0135 17.7877 22.5841 18.0911C22.1467 18.4 21.8017 18.8422 21.5608 19.4569L21.2603 20.2238L17.5823 18.8322L17.8923 18.0461ZM22.4126 30.6847C22.8666 30.2294 23.4405 29.9992 24.0813 29.9992C24.722 29.9992 25.2959 30.2294 25.75 30.6847C26.2039 31.1398 26.4327 31.7142 26.4327 32.3547C26.4327 32.9952 26.2039 33.5696 25.75 34.0247C25.2959 34.48 24.722 34.7102 24.0813 34.7102C23.4405 34.7102 22.8666 34.48 22.4126 34.0247C21.9587 33.5696 21.7298 32.9952 21.7298 32.3547C21.7298 31.7142 21.9587 31.1398 22.4126 30.6847Z", style: { fill: `var(--${type})` } }) });
2688
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.9999 2.57752C24.3811 2.22025 23.6187 2.22025 22.9999 2.57752L5.94739 12.4228C5.32859 12.7801 4.94739 13.4403 4.94739 14.1549V33.8455C4.94739 34.56 5.32859 35.2203 5.94739 35.5775L22.9999 45.4228C23.6187 45.7801 24.3811 45.7801 24.9999 45.4228L42.0525 35.5775C42.6713 35.2203 43.0525 34.56 43.0525 33.8455V14.1549C43.0525 13.4403 42.6713 12.7801 42.0525 12.4228L24.9999 2.57752ZM17.8922 18.0471C18.4058 16.7443 19.2401 15.7038 20.388 14.9518C21.5351 14.2004 22.8488 13.8342 24.3004 13.8342C25.9823 13.8342 27.4192 14.3122 28.5233 15.3391C29.6343 16.3723 30.1674 17.7401 30.1674 19.3542C30.1674 20.2799 29.9662 21.1471 29.5545 21.941C29.1409 22.7384 28.4692 23.5014 27.5933 24.238L27.5875 24.2429C26.7072 24.9698 26.335 25.4979 26.2368 25.8236C26.0906 26.3086 26.0126 26.8604 26.0126 27.4858V28.3191H21.9889V27.4858C21.9889 26.2788 22.1951 25.2199 22.6766 24.3709C23.1226 23.5844 23.7858 22.8259 24.6327 22.09L24.6424 22.0815C25.2695 21.5533 25.7143 21.0701 26.0034 20.6353C26.2649 20.242 26.3834 19.8469 26.3834 19.4343C26.3834 18.8886 26.1988 18.4854 25.8261 18.1561C25.4499 17.8238 24.9281 17.6239 24.1805 17.6239C23.5333 17.6239 23.0134 17.7886 22.5839 18.092C22.1466 18.401 21.8015 18.8431 21.5607 19.4579L21.2602 20.2248L17.5822 18.8331L17.8922 18.0471ZM22.4125 30.6857C22.8665 30.2304 23.4404 30.0002 24.0812 30.0002C24.7219 30.0002 25.2958 30.2304 25.7499 30.6857C26.2038 31.1408 26.4326 31.7152 26.4326 32.3557C26.4326 32.9962 26.2038 33.5705 25.7499 34.0257C25.2958 34.4809 24.7219 34.7112 24.0812 34.7112C23.4404 34.7112 22.8665 34.4809 22.4125 34.0257C21.9585 33.5705 21.7297 32.9962 21.7297 32.3557C21.7297 31.7152 21.9585 31.1408 22.4125 30.6857Z", style: { fill: `var(--${type})` } }) });
2694
2689
  } else if (fill) {
2695
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M25.0001 2.57654C24.3813 2.21928 23.6189 2.21928 23.0001 2.57654L5.94751 12.4218C5.32871 12.7791 4.94751 13.4394 4.94751 14.1539V33.8445C4.94751 34.559 5.32871 35.2193 5.94751 35.5765L23.0001 45.4218C23.6189 45.7791 24.3813 45.7791 25.0001 45.4218L42.0526 35.5765C42.6714 35.2193 43.0526 34.559 43.0526 33.8445V14.1539C43.0526 13.4394 42.6714 12.7791 42.0526 12.4218L25.0001 2.57654ZM20.6622 15.3691C21.7202 14.676 22.9369 14.3332 24.3005 14.3332C25.8842 14.3332 27.19 14.7808 28.1829 15.7043C29.1786 16.6303 29.6675 17.8583 29.6675 19.3532C29.6675 20.2042 29.4832 20.9917 29.1108 21.7098C28.7376 22.4294 28.1174 23.1431 27.2716 23.8544L27.2693 23.8563C26.3739 24.5957 25.9014 25.2035 25.7582 25.6783C25.5959 26.2168 25.5127 26.8181 25.5127 27.4848V27.8182H22.489V27.4848C22.489 26.329 22.6874 25.3647 23.1117 24.6165C23.5218 23.8934 24.1426 23.1774 24.9608 22.4664L24.9646 22.463C25.615 21.9153 26.0965 21.3975 26.4199 20.9111C26.7323 20.4414 26.8835 19.9509 26.8835 19.4333C26.8835 18.7503 26.6419 18.2085 26.1572 17.7804C25.6712 17.3511 25.0231 17.1229 24.1806 17.1229C23.4423 17.1229 22.8189 17.313 22.2956 17.6827C21.7691 18.0546 21.3674 18.58 21.0953 19.2745L20.9751 19.5813L18.2335 18.5439L18.3574 18.2295C18.8346 17.0194 19.6037 16.0624 20.6622 15.3691ZM22.7666 31.0378C23.124 30.6794 23.5693 30.4992 24.0813 30.4992C24.5933 30.4992 25.0386 30.6794 25.396 31.0378C25.7533 31.3961 25.9327 31.8421 25.9327 32.3547C25.9327 32.8673 25.7533 33.3133 25.396 33.6716C25.0386 34.03 24.5933 34.2102 24.0813 34.2102C23.5693 34.2102 23.124 34.03 22.7666 33.6716C22.4093 33.3133 22.2299 32.8673 22.2299 32.3547C22.2299 31.8421 22.4093 31.3961 22.7666 31.0378Z", style: { fill: `var(--${type})` } }) });
2690
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.9999 2.57752C24.3811 2.22025 23.6187 2.22025 22.9999 2.57752L5.94739 12.4228C5.32859 12.7801 4.94739 13.4403 4.94739 14.1549V33.8455C4.94739 34.56 5.32859 35.2203 5.94739 35.5775L22.9999 45.4228C23.6187 45.7801 24.3811 45.7801 24.9999 45.4228L42.0525 35.5775C42.6713 35.2203 43.0525 34.56 43.0525 33.8455V14.1549C43.0525 13.4403 42.6713 12.7801 42.0525 12.4228L24.9999 2.57752ZM20.662 15.3701C21.7201 14.6769 22.9367 14.3342 24.3004 14.3342C25.884 14.3342 27.1899 14.7818 28.1828 15.7052C29.1785 16.6312 29.6674 17.8593 29.6674 19.3542C29.6674 20.2052 29.4831 20.9927 29.1106 21.7108C28.7375 22.4303 28.1172 23.1441 27.2715 23.8554L27.2692 23.8573C26.3738 24.5966 25.9013 25.2045 25.7581 25.6793C25.5957 26.2178 25.5126 26.819 25.5126 27.4858V27.8191H22.4889V27.4858C22.4889 26.33 22.6872 25.3657 23.1115 24.6175C23.5217 23.8943 24.1425 23.1784 24.9606 22.4674L24.9645 22.464C25.6149 21.9162 26.0964 21.3985 26.4198 20.9121C26.7321 20.4424 26.8834 19.9518 26.8834 19.4343C26.8834 18.7513 26.6417 18.2095 26.1571 17.7814C25.6711 17.3521 25.0229 17.1239 24.1805 17.1239C23.4422 17.1239 22.8188 17.314 22.2955 17.6837C21.769 18.0556 21.3673 18.5809 21.0951 19.2755L20.9749 19.5822L18.2333 18.5449L18.3573 18.2305C18.8345 17.0204 19.6036 16.0634 20.662 15.3701ZM22.7665 31.0387C23.1239 30.6804 23.5692 30.5002 24.0812 30.5002C24.5932 30.5002 25.0385 30.6804 25.3958 31.0387C25.7532 31.397 25.9326 31.8431 25.9326 32.3557C25.9326 32.8683 25.7532 33.3143 25.3958 33.6726C25.0385 34.0309 24.5932 34.2112 24.0812 34.2112C23.5692 34.2112 23.1239 34.0309 22.7665 33.6726C22.4092 33.3143 22.2297 32.8683 22.2297 32.3557C22.2297 31.8431 22.4092 31.397 22.7665 31.0387Z", style: { fill: `var(--${type})` } }) });
2696
2691
  } else if (thick) {
2697
2692
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
2698
- /* @__PURE__ */ jsx("path", { d: "M17.8933 18.0461C18.4069 16.7433 19.2412 15.7029 20.3891 14.9508C21.5362 14.1994 22.8499 13.8332 24.3015 13.8332C25.9834 13.8332 27.4203 14.3112 28.5244 15.3381C29.6354 16.3713 30.1685 17.7391 30.1685 19.3532C30.1685 20.2789 29.9673 21.1461 29.5556 21.94C29.142 22.7374 28.4703 23.5004 27.5944 24.237L27.5886 24.2419C26.7083 24.9688 26.3361 25.497 26.2379 25.8227C26.0917 26.3076 26.0137 26.8594 26.0137 27.4848V28.3182H21.99V27.4848C21.99 26.2778 22.1962 25.2189 22.6777 24.3699C23.1237 23.5834 23.7869 22.8249 24.6338 22.089L24.6435 22.0806C25.2706 21.5523 25.7154 21.0691 26.0045 20.6343C26.266 20.241 26.3845 19.8459 26.3845 19.4333C26.3845 18.8876 26.1999 18.4844 25.8272 18.1552C25.451 17.8229 24.9292 17.6229 24.1816 17.6229C23.5344 17.6229 23.0145 17.7877 22.585 18.0911C22.1477 18.4 21.8026 18.8422 21.5618 19.4569L21.2613 20.2238L17.5833 18.8322L17.8933 18.0461Z", style: { fill: `var(--${type})` } }),
2699
- /* @__PURE__ */ jsx("path", { d: "M22.3314 30.1847C22.7854 29.7294 23.3593 29.4992 24.0001 29.4992C24.6408 29.4992 25.2147 29.7294 25.6688 30.1847C26.1227 30.6398 26.3515 31.2142 26.3515 31.8547C26.3515 32.4952 26.1227 33.0696 25.6688 33.5247C25.2147 33.98 24.6408 34.2102 24.0001 34.2102C23.3593 34.2102 22.7854 33.98 22.3314 33.5247C21.8774 33.0696 21.6486 32.4952 21.6486 31.8547C21.6486 31.2142 21.8774 30.6398 22.3314 30.1847Z", style: { fill: `var(--${type})` } }),
2700
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23.0001 2.57654C23.6189 2.21928 24.3813 2.21928 25.0001 2.57654L42.0526 12.4218C42.6714 12.7791 43.0526 13.4394 43.0526 14.1539V33.8445C43.0526 34.559 42.6714 35.2193 42.0526 35.5765L25.0001 45.4218C24.3813 45.7791 23.6189 45.7791 23.0001 45.4218L5.94751 35.5765C5.32871 35.2193 4.94751 34.559 4.94751 33.8445V14.1539C4.94751 13.4394 5.32871 12.7791 5.94751 12.4218L23.0001 2.57654ZM8.94751 15.3086L24.0001 6.61799L39.0526 15.3086V32.6898L24.0001 41.3804L8.94751 32.6898V15.3086Z", style: { fill: `var(--${type})` } })
2693
+ /* @__PURE__ */ jsx("path", { d: "M17.8933 18.0471C18.4069 16.7443 19.2412 15.7038 20.3891 14.9518C21.5362 14.2004 22.8499 13.8342 24.3015 13.8342C25.9834 13.8342 27.4203 14.3122 28.5244 15.3391C29.6354 16.3723 30.1685 17.7401 30.1685 19.3542C30.1685 20.2799 29.9673 21.1471 29.5556 21.941C29.142 22.7384 28.4703 23.5014 27.5944 24.238L27.5886 24.2429C26.7083 24.9698 26.3361 25.4979 26.2379 25.8236C26.0917 26.3086 26.0137 26.8604 26.0137 27.4858V28.3191H21.99V27.4858C21.99 26.2788 22.1962 25.2199 22.6777 24.3709C23.1237 23.5844 23.7869 22.8259 24.6338 22.09L24.6435 22.0815C25.2706 21.5533 25.7154 21.0701 26.0045 20.6353C26.266 20.242 26.3845 19.8469 26.3845 19.4343C26.3845 18.8886 26.1999 18.4854 25.8272 18.1561C25.451 17.8238 24.9292 17.6239 24.1816 17.6239C23.5344 17.6239 23.0145 17.7886 22.585 18.092C22.1477 18.401 21.8026 18.8431 21.5618 19.4579L21.2613 20.2248L17.5833 18.8331L17.8933 18.0471Z", style: { fill: `var(--${type})` } }),
2694
+ /* @__PURE__ */ jsx("path", { d: "M22.3314 30.1857C22.7854 29.7304 23.3593 29.5002 24.0001 29.5002C24.6408 29.5002 25.2147 29.7304 25.6688 30.1857C26.1227 30.6408 26.3515 31.2152 26.3515 31.8557C26.3515 32.4962 26.1227 33.0705 25.6688 33.5257C25.2147 33.9809 24.6408 34.2112 24.0001 34.2112C23.3593 34.2112 22.7854 33.9809 22.3314 33.5257C21.8774 33.0705 21.6486 32.4962 21.6486 31.8557C21.6486 31.2152 21.8774 30.6408 22.3314 30.1857Z", style: { fill: `var(--${type})` } }),
2695
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23.0001 2.57752C23.6189 2.22025 24.3813 2.22025 25.0001 2.57752L42.0526 12.4228C42.6714 12.7801 43.0526 13.4403 43.0526 14.1549V33.8455C43.0526 34.56 42.6714 35.2203 42.0526 35.5775L25.0001 45.4228C24.3813 45.7801 23.6189 45.7801 23.0001 45.4228L5.94751 35.5775C5.32871 35.2203 4.94751 34.56 4.94751 33.8455V14.1549C4.94751 13.4403 5.32871 12.7801 5.94751 12.4228L23.0001 2.57752ZM8.94751 15.3096L24.0001 6.61897L39.0526 15.3096V32.6908L24.0001 41.3814L8.94751 32.6908V15.3096Z", style: { fill: `var(--${type})` } })
2701
2696
  ] });
2702
2697
  }
2703
2698
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
2704
- /* @__PURE__ */ jsx("path", { d: "M20.6631 15.3691C21.7212 14.676 22.9378 14.3332 24.3015 14.3332C25.8851 14.3332 27.191 14.7808 28.1839 15.7043C29.1796 16.6303 29.6685 17.8583 29.6685 19.3532C29.6685 20.2042 29.4842 20.9917 29.1117 21.7098C28.7386 22.4294 28.1183 23.1431 27.2726 23.8544L27.2703 23.8563C26.3749 24.5957 25.9024 25.2035 25.7592 25.6783C25.5968 26.2168 25.5137 26.8181 25.5137 27.4848V27.8182H22.49V27.4848C22.49 26.329 22.6883 25.3647 23.1126 24.6165C23.5228 23.8934 24.1436 23.1774 24.9617 22.4664L24.9656 22.463C25.616 21.9153 26.0975 21.3975 26.4209 20.9111C26.7332 20.4414 26.8845 19.9509 26.8845 19.4333C26.8845 18.7503 26.6428 18.2085 26.1582 17.7804C25.6722 17.3511 25.024 17.1229 24.1816 17.1229C23.4433 17.1229 22.8199 17.313 22.2966 17.6827C21.7701 18.0546 21.3684 18.58 21.0962 19.2745L20.976 19.5813L18.2344 18.5439L18.3584 18.2295C18.8356 17.0194 19.6047 16.0624 20.6631 15.3691Z", style: { fill: `var(--${type})` } }),
2705
- /* @__PURE__ */ jsx("path", { d: "M22.6854 30.5378C23.0428 30.1794 23.4881 29.9992 24.0001 29.9992C24.5121 29.9992 24.9574 30.1794 25.3147 30.5378C25.6721 30.8961 25.8515 31.3421 25.8515 31.8547C25.8515 32.3673 25.6721 32.8133 25.3147 33.1716C24.9574 33.53 24.5121 33.7102 24.0001 33.7102C23.4881 33.7102 23.0428 33.53 22.6854 33.1716C22.3281 32.8133 22.1486 32.3673 22.1486 31.8547C22.1486 31.3421 22.3281 30.8961 22.6854 30.5378Z", style: { fill: `var(--${type})` } }),
2706
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23.0001 2.57654C23.6189 2.21928 24.3813 2.21928 25.0001 2.57654L42.0526 12.4218C42.6714 12.7791 43.0526 13.4394 43.0526 14.1539V33.8445C43.0526 34.559 42.6714 35.2193 42.0526 35.5765L25.0001 45.4218C24.3813 45.7791 23.6189 45.7791 23.0001 45.4218L5.94751 35.5765C5.32871 35.2193 4.94751 34.559 4.94751 33.8445V14.1539C4.94751 13.4394 5.32871 12.7791 5.94751 12.4218L23.0001 2.57654ZM7.94751 14.7312L24.0001 5.46329L40.0526 14.7312V33.2671L24.0001 42.5351L7.94751 33.2671V14.7312Z", style: { fill: `var(--${type})` } })
2699
+ /* @__PURE__ */ jsx("path", { d: "M20.6631 15.3701C21.7212 14.6769 22.9378 14.3342 24.3015 14.3342C25.8851 14.3342 27.191 14.7818 28.1839 15.7052C29.1796 16.6312 29.6685 17.8593 29.6685 19.3542C29.6685 20.2052 29.4842 20.9927 29.1117 21.7108C28.7386 22.4303 28.1183 23.1441 27.2726 23.8554L27.2703 23.8573C26.3749 24.5966 25.9024 25.2045 25.7592 25.6793C25.5968 26.2178 25.5137 26.819 25.5137 27.4858V27.8191H22.49V27.4858C22.49 26.33 22.6883 25.3657 23.1126 24.6175C23.5228 23.8943 24.1436 23.1784 24.9617 22.4674L24.9656 22.464C25.616 21.9162 26.0975 21.3985 26.4209 20.9121C26.7332 20.4424 26.8845 19.9518 26.8845 19.4343C26.8845 18.7513 26.6428 18.2095 26.1582 17.7814C25.6722 17.3521 25.024 17.1239 24.1816 17.1239C23.4433 17.1239 22.8199 17.314 22.2966 17.6837C21.7701 18.0556 21.3684 18.5809 21.0962 19.2755L20.976 19.5822L18.2344 18.5449L18.3584 18.2305C18.8356 17.0204 19.6047 16.0634 20.6631 15.3701Z", style: { fill: `var(--${type})` } }),
2700
+ /* @__PURE__ */ jsx("path", { d: "M22.6854 30.5387C23.0428 30.1804 23.4881 30.0002 24.0001 30.0002C24.5121 30.0002 24.9574 30.1804 25.3147 30.5387C25.6721 30.897 25.8515 31.3431 25.8515 31.8557C25.8515 32.3683 25.6721 32.8143 25.3147 33.1726C24.9574 33.5309 24.5121 33.7112 24.0001 33.7112C23.4881 33.7112 23.0428 33.5309 22.6854 33.1726C22.3281 32.8143 22.1486 32.3683 22.1486 31.8557C22.1486 31.3431 22.3281 30.897 22.6854 30.5387Z", style: { fill: `var(--${type})` } }),
2701
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23.0001 2.57752C23.6189 2.22025 24.3813 2.22025 25.0001 2.57752L42.0526 12.4228C42.6714 12.7801 43.0526 13.4403 43.0526 14.1549V33.8455C43.0526 34.56 42.6714 35.2203 42.0526 35.5775L25.0001 45.4228C24.3813 45.7801 23.6189 45.7801 23.0001 45.4228L5.94751 35.5775C5.32871 35.2203 4.94751 34.56 4.94751 33.8455V14.1549C4.94751 13.4403 5.32871 12.7801 5.94751 12.4228L23.0001 2.57752ZM7.94751 14.7322L24.0001 5.46427L40.0526 14.7322V33.2681L24.0001 42.5361L7.94751 33.2681V14.7322Z", style: { fill: `var(--${type})` } })
2707
2702
  ] });
2708
2703
  }
2709
2704
  );
@@ -2843,7 +2838,7 @@ var IconBookmarkCancel = /* @__PURE__ */ forwardRef(
2843
2838
  ] });
2844
2839
  } else if (thick) {
2845
2840
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
2846
- /* @__PURE__ */ jsx("path", { d: "M3.67651 6.50421L6.50494 3.67578L44.3233 41.4941L41.4949 44.3226L39.4847 42.3124C39.4848 42.3123 39.4846 42.3124 39.4847 42.3124L3.67651 6.50421Z", style: { fill: `var(--${type})` } }),
2841
+ /* @__PURE__ */ jsx("path", { d: "M3.67651 6.50421L6.50494 3.67578L44.3233 41.4941L41.4949 44.3226L39.4847 42.3124C39.4846 42.3124 39.4848 42.3123 39.4847 42.3124L3.67651 6.50421Z", style: { fill: `var(--${type})` } }),
2847
2842
  /* @__PURE__ */ jsx("path", { d: "M41.0001 7V33.9287L37.0001 29.9287V9H16.0713L12.0713 5H39.0001C40.1046 5 41.0001 5.89543 41.0001 7Z", style: { fill: `var(--${type})` } }),
2848
2843
  /* @__PURE__ */ jsx("path", { d: "M7.00006 14.0708L11.0001 18.0708V35.7423L20.1035 27.1743L22.9333 30.004L10.3708 41.8275C9.09444 43.0288 7.00006 42.1239 7.00006 40.3711V14.0708Z", style: { fill: `var(--${type})` } })
2849
2844
  ] });
@@ -2989,8 +2984,8 @@ var IconBell = /* @__PURE__ */ forwardRef(
2989
2984
  ] });
2990
2985
  } else if (fill) {
2991
2986
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
2992
- /* @__PURE__ */ jsx("path", { d: "M27.0001 7C27.0001 5.34315 25.657 4 24.0001 4C22.3433 4 21.0001 5.34315 21.0001 7V7.35005C15.2667 8.71286 11.0001 13.8957 11.0001 20.0813V30L7.83008 34.6984C6.71807 35.9958 7.63988 38 9.34859 38H38.6517C40.3604 38 41.2822 35.9958 40.1702 34.6984L37.0001 30V20.0813C37.0001 13.8957 32.7335 8.71282 27.0001 7.35003V7Z", style: { fill: `var(--${type})` } }),
2993
- /* @__PURE__ */ jsx("path", { d: "M28.0001 40H20.0001C20.0001 42.2091 21.791 44 24.0001 44C26.2093 44 28.0001 42.2091 28.0001 40Z", style: { fill: `var(--${type})` } })
2987
+ /* @__PURE__ */ jsx("path", { d: "M27 7C27 5.34315 25.6569 4 24 4C22.3431 4 21 5.34315 21 7V7.35005C15.2666 8.71286 11 13.8957 11 20.0813V30L7.82996 34.6984C6.71794 35.9958 7.63976 38 9.34847 38H38.6516C40.3603 38 41.2821 35.9958 40.1701 34.6984L37 30V20.0813C37 13.8957 32.7334 8.71282 27 7.35003V7Z", style: { fill: `var(--${type})` } }),
2988
+ /* @__PURE__ */ jsx("path", { d: "M28 40H20C20 42.2091 21.7909 44 24 44C26.2091 44 28 42.2091 28 40Z", style: { fill: `var(--${type})` } })
2994
2989
  ] });
2995
2990
  } else if (thick) {
2996
2991
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3088,27 +3083,27 @@ var IconSpinner = /* @__PURE__ */ forwardRef(
3088
3083
  const iconSize = iconSizeMap[size];
3089
3084
  if (fill && thick) {
3090
3085
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
3091
- /* @__PURE__ */ jsx("g", { "clip-path": "url(#paint0_angular_774_40757_clip_path)", "data-figma-skip-parse": "true", children: /* @__PURE__ */ jsx("g", { transform: "matrix(0 0.019799 -0.019799 0 24 24.0001)", children: /* @__PURE__ */ jsx("foreignObject", { x: "-1212.19", y: "-1212.19", width: "2424.38", height: "2424.38", children: /* @__PURE__ */ jsx("div", {}) }) }) }),
3086
+ /* @__PURE__ */ jsx("g", { "clip-path": "url(#paint0_angular_4688_5472_clip_path)", "data-figma-skip-parse": "true", children: /* @__PURE__ */ jsx("g", { transform: "matrix(0 0.019799 -0.019799 0 24 24.0001)", children: /* @__PURE__ */ jsx("foreignObject", { x: "-1212.19", y: "-1212.19", width: "2424.38", height: "2424.38", children: /* @__PURE__ */ jsx("div", {}) }) }) }),
3092
3087
  /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.3137 12.6863C29.0653 6.4379 18.9347 6.4379 12.6863 12.6863C6.4379 18.9347 6.4379 29.0653 12.6863 35.3137C15.8135 38.4409 19.909 40.0026 24.0104 40L24.0129 44C18.8933 44.0033 13.766 42.0503 9.85786 38.1421C2.04738 30.3316 2.04738 17.6684 9.85786 9.85786C17.6684 2.04738 30.3316 2.04738 38.1421 9.85786C45.9526 17.6684 45.9526 30.3316 38.1421 38.1421L35.3137 35.3137C41.5621 29.0653 41.5621 18.9347 35.3137 12.6863Z", "data-figma-gradient-fill": '{"type":"GRADIENT_ANGULAR","stops":[{"color":{"r":0.11670587956905365,"g":0.11735424399375916,"b":0.12156862765550613,"a":1.0},"position":0.0},{"color":{"r":0.42745098471641541,"g":0.42745098471641541,"b":0.43921568989753723,"a":0.80000001192092896},"position":0.250},{"color":{"r":0.42745098471641541,"g":0.42745098471641541,"b":0.43921568989753723,"a":0.0},"position":0.87999999523162842}],"stopsVar":[{"color":{"r":0.11670587956905365,"g":0.11735424399375916,"b":0.12156862765550613,"a":1.0},"position":0.0},{"color":{"r":0.42745098471641541,"g":0.42745098471641541,"b":0.43921568989753723,"a":0.80000001192092896},"position":0.250},{"color":{"r":0.42745098471641541,"g":0.42745098471641541,"b":0.43921568989753723,"a":0.0},"position":0.87999999523162842}],"transform":{"m00":0.0,"m01":-39.597976684570312,"m02":43.798988342285156,"m10":39.597976684570312,"m11":0.0,"m12":4.2011013031005859},"opacity":1.0,"blendMode":"NORMAL","visible":true}' }),
3093
- /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "paint0_angular_774_40757_clip_path", children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.3137 12.6863C29.0653 6.4379 18.9347 6.4379 12.6863 12.6863C6.4379 18.9347 6.4379 29.0653 12.6863 35.3137C15.8135 38.4409 19.909 40.0026 24.0104 40L24.0129 44C18.8933 44.0033 13.766 42.0503 9.85786 38.1421C2.04738 30.3316 2.04738 17.6684 9.85786 9.85786C17.6684 2.04738 30.3316 2.04738 38.1421 9.85786C45.9526 17.6684 45.9526 30.3316 38.1421 38.1421L35.3137 35.3137C41.5621 29.0653 41.5621 18.9347 35.3137 12.6863Z" }) }) })
3088
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "paint0_angular_4688_5472_clip_path", children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.3137 12.6863C29.0653 6.4379 18.9347 6.4379 12.6863 12.6863C6.4379 18.9347 6.4379 29.0653 12.6863 35.3137C15.8135 38.4409 19.909 40.0026 24.0104 40L24.0129 44C18.8933 44.0033 13.766 42.0503 9.85786 38.1421C2.04738 30.3316 2.04738 17.6684 9.85786 9.85786C17.6684 2.04738 30.3316 2.04738 38.1421 9.85786C45.9526 17.6684 45.9526 30.3316 38.1421 38.1421L35.3137 35.3137C41.5621 29.0653 41.5621 18.9347 35.3137 12.6863Z" }) }) })
3094
3089
  ] });
3095
3090
  } else if (fill) {
3096
3091
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
3097
- /* @__PURE__ */ jsx("g", { "clip-path": "url(#paint0_angular_774_40757_clip_path)", "data-figma-skip-parse": "true", children: /* @__PURE__ */ jsx("g", { transform: "matrix(0 0.019799 -0.019799 0 24 24.0001)", children: /* @__PURE__ */ jsx("foreignObject", { x: "-1212.19", y: "-1212.19", width: "2424.38", height: "2424.38", children: /* @__PURE__ */ jsx("div", {}) }) }) }),
3092
+ /* @__PURE__ */ jsx("g", { "clip-path": "url(#paint0_angular_4688_5472_clip_path)", "data-figma-skip-parse": "true", children: /* @__PURE__ */ jsx("g", { transform: "matrix(0 0.019799 -0.019799 0 24 24.0001)", children: /* @__PURE__ */ jsx("foreignObject", { x: "-1212.19", y: "-1212.19", width: "2424.38", height: "2424.38", children: /* @__PURE__ */ jsx("div", {}) }) }) }),
3098
3093
  /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.3137 12.6863C29.0653 6.4379 18.9347 6.4379 12.6863 12.6863C6.4379 18.9347 6.4379 29.0653 12.6863 35.3137C15.8135 38.4409 19.909 40.0026 24.0104 40L24.0129 44C18.8933 44.0033 13.766 42.0503 9.85786 38.1421C2.04738 30.3316 2.04738 17.6684 9.85786 9.85786C17.6684 2.04738 30.3316 2.04738 38.1421 9.85786C45.9526 17.6684 45.9526 30.3316 38.1421 38.1421L35.3137 35.3137C41.5621 29.0653 41.5621 18.9347 35.3137 12.6863Z", "data-figma-gradient-fill": '{"type":"GRADIENT_ANGULAR","stops":[{"color":{"r":0.11670587956905365,"g":0.11735424399375916,"b":0.12156862765550613,"a":1.0},"position":0.0},{"color":{"r":0.42745098471641541,"g":0.42745098471641541,"b":0.43921568989753723,"a":0.80000001192092896},"position":0.250},{"color":{"r":0.42745098471641541,"g":0.42745098471641541,"b":0.43921568989753723,"a":0.0},"position":0.87999999523162842}],"stopsVar":[{"color":{"r":0.11670587956905365,"g":0.11735424399375916,"b":0.12156862765550613,"a":1.0},"position":0.0},{"color":{"r":0.42745098471641541,"g":0.42745098471641541,"b":0.43921568989753723,"a":0.80000001192092896},"position":0.250},{"color":{"r":0.42745098471641541,"g":0.42745098471641541,"b":0.43921568989753723,"a":0.0},"position":0.87999999523162842}],"transform":{"m00":0.0,"m01":-39.597976684570312,"m02":43.798988342285156,"m10":39.597976684570312,"m11":0.0,"m12":4.2011013031005859},"opacity":1.0,"blendMode":"NORMAL","visible":true}' }),
3099
- /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "paint0_angular_774_40757_clip_path", children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.3137 12.6863C29.0653 6.4379 18.9347 6.4379 12.6863 12.6863C6.4379 18.9347 6.4379 29.0653 12.6863 35.3137C15.8135 38.4409 19.909 40.0026 24.0104 40L24.0129 44C18.8933 44.0033 13.766 42.0503 9.85786 38.1421C2.04738 30.3316 2.04738 17.6684 9.85786 9.85786C17.6684 2.04738 30.3316 2.04738 38.1421 9.85786C45.9526 17.6684 45.9526 30.3316 38.1421 38.1421L35.3137 35.3137C41.5621 29.0653 41.5621 18.9347 35.3137 12.6863Z" }) }) })
3094
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "paint0_angular_4688_5472_clip_path", children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.3137 12.6863C29.0653 6.4379 18.9347 6.4379 12.6863 12.6863C6.4379 18.9347 6.4379 29.0653 12.6863 35.3137C15.8135 38.4409 19.909 40.0026 24.0104 40L24.0129 44C18.8933 44.0033 13.766 42.0503 9.85786 38.1421C2.04738 30.3316 2.04738 17.6684 9.85786 9.85786C17.6684 2.04738 30.3316 2.04738 38.1421 9.85786C45.9526 17.6684 45.9526 30.3316 38.1421 38.1421L35.3137 35.3137C41.5621 29.0653 41.5621 18.9347 35.3137 12.6863Z" }) }) })
3100
3095
  ] });
3101
3096
  } else if (thick) {
3102
3097
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
3103
- /* @__PURE__ */ jsx("g", { "clip-path": "url(#paint0_angular_774_40757_clip_path)", "data-figma-skip-parse": "true", children: /* @__PURE__ */ jsx("g", { transform: "matrix(0 0.019799 -0.019799 0 24 24.0001)", children: /* @__PURE__ */ jsx("foreignObject", { x: "-1212.19", y: "-1212.19", width: "2424.38", height: "2424.38", children: /* @__PURE__ */ jsx("div", {}) }) }) }),
3098
+ /* @__PURE__ */ jsx("g", { "clip-path": "url(#paint0_angular_4688_5472_clip_path)", "data-figma-skip-parse": "true", children: /* @__PURE__ */ jsx("g", { transform: "matrix(0 0.019799 -0.019799 0 24 24.0001)", children: /* @__PURE__ */ jsx("foreignObject", { x: "-1212.19", y: "-1212.19", width: "2424.38", height: "2424.38", children: /* @__PURE__ */ jsx("div", {}) }) }) }),
3104
3099
  /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.3137 12.6863C29.0653 6.4379 18.9347 6.4379 12.6863 12.6863C6.4379 18.9347 6.4379 29.0653 12.6863 35.3137C15.8135 38.4409 19.909 40.0026 24.0104 40L24.0129 44C18.8933 44.0033 13.766 42.0503 9.85786 38.1421C2.04738 30.3316 2.04738 17.6684 9.85786 9.85786C17.6684 2.04738 30.3316 2.04738 38.1421 9.85786C45.9526 17.6684 45.9526 30.3316 38.1421 38.1421L35.3137 35.3137C41.5621 29.0653 41.5621 18.9347 35.3137 12.6863Z", "data-figma-gradient-fill": '{"type":"GRADIENT_ANGULAR","stops":[{"color":{"r":0.11670587956905365,"g":0.11735424399375916,"b":0.12156862765550613,"a":1.0},"position":0.0},{"color":{"r":0.42745098471641541,"g":0.42745098471641541,"b":0.43921568989753723,"a":0.80000001192092896},"position":0.250},{"color":{"r":0.42745098471641541,"g":0.42745098471641541,"b":0.43921568989753723,"a":0.0},"position":0.87999999523162842}],"stopsVar":[{"color":{"r":0.11670587956905365,"g":0.11735424399375916,"b":0.12156862765550613,"a":1.0},"position":0.0},{"color":{"r":0.42745098471641541,"g":0.42745098471641541,"b":0.43921568989753723,"a":0.80000001192092896},"position":0.250},{"color":{"r":0.42745098471641541,"g":0.42745098471641541,"b":0.43921568989753723,"a":0.0},"position":0.87999999523162842}],"transform":{"m00":0.0,"m01":-39.597976684570312,"m02":43.798988342285156,"m10":39.597976684570312,"m11":0.0,"m12":4.2011013031005859},"opacity":1.0,"blendMode":"NORMAL","visible":true}' }),
3105
- /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "paint0_angular_774_40757_clip_path", children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.3137 12.6863C29.0653 6.4379 18.9347 6.4379 12.6863 12.6863C6.4379 18.9347 6.4379 29.0653 12.6863 35.3137C15.8135 38.4409 19.909 40.0026 24.0104 40L24.0129 44C18.8933 44.0033 13.766 42.0503 9.85786 38.1421C2.04738 30.3316 2.04738 17.6684 9.85786 9.85786C17.6684 2.04738 30.3316 2.04738 38.1421 9.85786C45.9526 17.6684 45.9526 30.3316 38.1421 38.1421L35.3137 35.3137C41.5621 29.0653 41.5621 18.9347 35.3137 12.6863Z" }) }) })
3100
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "paint0_angular_4688_5472_clip_path", children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.3137 12.6863C29.0653 6.4379 18.9347 6.4379 12.6863 12.6863C6.4379 18.9347 6.4379 29.0653 12.6863 35.3137C15.8135 38.4409 19.909 40.0026 24.0104 40L24.0129 44C18.8933 44.0033 13.766 42.0503 9.85786 38.1421C2.04738 30.3316 2.04738 17.6684 9.85786 9.85786C17.6684 2.04738 30.3316 2.04738 38.1421 9.85786C45.9526 17.6684 45.9526 30.3316 38.1421 38.1421L35.3137 35.3137C41.5621 29.0653 41.5621 18.9347 35.3137 12.6863Z" }) }) })
3106
3101
  ] });
3107
3102
  }
3108
3103
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
3109
- /* @__PURE__ */ jsx("g", { "clip-path": "url(#paint0_angular_774_40757_clip_path)", "data-figma-skip-parse": "true", children: /* @__PURE__ */ jsx("g", { transform: "matrix(0 0.019799 -0.019799 0 24 24.0001)", children: /* @__PURE__ */ jsx("foreignObject", { x: "-1212.19", y: "-1212.19", width: "2424.38", height: "2424.38", children: /* @__PURE__ */ jsx("div", {}) }) }) }),
3104
+ /* @__PURE__ */ jsx("g", { "clip-path": "url(#paint0_angular_4688_5472_clip_path)", "data-figma-skip-parse": "true", children: /* @__PURE__ */ jsx("g", { transform: "matrix(0 0.019799 -0.019799 0 24 24.0001)", children: /* @__PURE__ */ jsx("foreignObject", { x: "-1212.19", y: "-1212.19", width: "2424.38", height: "2424.38", children: /* @__PURE__ */ jsx("div", {}) }) }) }),
3110
3105
  /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.3137 12.6863C29.0653 6.4379 18.9347 6.4379 12.6863 12.6863C6.4379 18.9347 6.4379 29.0653 12.6863 35.3137C15.8135 38.4409 19.909 40.0026 24.0104 40L24.0129 44C18.8933 44.0033 13.766 42.0503 9.85786 38.1421C2.04738 30.3316 2.04738 17.6684 9.85786 9.85786C17.6684 2.04738 30.3316 2.04738 38.1421 9.85786C45.9526 17.6684 45.9526 30.3316 38.1421 38.1421L35.3137 35.3137C41.5621 29.0653 41.5621 18.9347 35.3137 12.6863Z", "data-figma-gradient-fill": '{"type":"GRADIENT_ANGULAR","stops":[{"color":{"r":0.11670587956905365,"g":0.11735424399375916,"b":0.12156862765550613,"a":1.0},"position":0.0},{"color":{"r":0.42745098471641541,"g":0.42745098471641541,"b":0.43921568989753723,"a":0.80000001192092896},"position":0.250},{"color":{"r":0.42745098471641541,"g":0.42745098471641541,"b":0.43921568989753723,"a":0.0},"position":0.87999999523162842}],"stopsVar":[{"color":{"r":0.11670587956905365,"g":0.11735424399375916,"b":0.12156862765550613,"a":1.0},"position":0.0},{"color":{"r":0.42745098471641541,"g":0.42745098471641541,"b":0.43921568989753723,"a":0.80000001192092896},"position":0.250},{"color":{"r":0.42745098471641541,"g":0.42745098471641541,"b":0.43921568989753723,"a":0.0},"position":0.87999999523162842}],"transform":{"m00":0.0,"m01":-39.597976684570312,"m02":43.798988342285156,"m10":39.597976684570312,"m11":0.0,"m12":4.2011013031005859},"opacity":1.0,"blendMode":"NORMAL","visible":true}' }),
3111
- /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "paint0_angular_774_40757_clip_path", children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.3137 12.6863C29.0653 6.4379 18.9347 6.4379 12.6863 12.6863C6.4379 18.9347 6.4379 29.0653 12.6863 35.3137C15.8135 38.4409 19.909 40.0026 24.0104 40L24.0129 44C18.8933 44.0033 13.766 42.0503 9.85786 38.1421C2.04738 30.3316 2.04738 17.6684 9.85786 9.85786C17.6684 2.04738 30.3316 2.04738 38.1421 9.85786C45.9526 17.6684 45.9526 30.3316 38.1421 38.1421L35.3137 35.3137C41.5621 29.0653 41.5621 18.9347 35.3137 12.6863Z" }) }) })
3106
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "paint0_angular_4688_5472_clip_path", children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.3137 12.6863C29.0653 6.4379 18.9347 6.4379 12.6863 12.6863C6.4379 18.9347 6.4379 29.0653 12.6863 35.3137C15.8135 38.4409 19.909 40.0026 24.0104 40L24.0129 44C18.8933 44.0033 13.766 42.0503 9.85786 38.1421C2.04738 30.3316 2.04738 17.6684 9.85786 9.85786C17.6684 2.04738 30.3316 2.04738 38.1421 9.85786C45.9526 17.6684 45.9526 30.3316 38.1421 38.1421L35.3137 35.3137C41.5621 29.0653 41.5621 18.9347 35.3137 12.6863Z" }) }) })
3112
3107
  ] });
3113
3108
  }
3114
3109
  );
@@ -3117,7 +3112,7 @@ var IconVolumeUp = /* @__PURE__ */ forwardRef(
3117
3112
  const iconSize = iconSizeMap[size];
3118
3113
  if (fill && thick) {
3119
3114
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
3120
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.9692 19.999H7V27.999H11.9708L23 37.4685V10.5281L11.9692 19.999ZM24.6514 38.8864L24.6502 38.8853ZM10.858 16.999L22.6972 6.83409C23.9942 5.72049 26 6.64204 26 8.35152V39.6451C26 41.3546 23.9942 42.2761 22.6972 41.1625L10.8596 30.999H4V16.999H10.858Z", style: { fill: `var(--${type})` } }),
3115
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.9692 19.999H7V27.999H11.9708L23 37.4685V10.5281L11.9692 19.999ZM24.6514 38.8864L24.6502 38.8853L24.6514 38.8864ZM10.858 16.999L22.6972 6.83409C23.9942 5.72049 26 6.64204 26 8.35152V39.6451C26 41.3546 23.9942 42.2761 22.6972 41.1625L10.8596 30.999H4V16.999H10.858Z", style: { fill: `var(--${type})` } }),
3121
3116
  /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M32.5 23.9987C32.5 21.7058 31.5398 19.6154 29.9545 18.0743L32.0455 15.9232C34.1718 17.9901 35.5 20.8411 35.5 23.9987C35.5 27.1564 34.1718 30.0074 32.0455 32.0743L29.9545 29.9232C31.5398 28.3821 32.5 26.2917 32.5 23.9987Z", style: { fill: `var(--${type})` } }),
3122
3117
  /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M40.5 23.9987C40.5 19.3177 38.7371 15.0917 35.8979 12.0162L38.1021 9.98125C41.4488 13.6063 43.5 18.5572 43.5 23.9987C43.5 29.4402 41.4488 34.3912 38.1021 38.0162L35.8979 35.9812C38.7371 32.9058 40.5 28.6797 40.5 23.9987Z", style: { fill: `var(--${type})` } })
3123
3118
  ] });
@@ -3135,7 +3130,7 @@ var IconVolumeUp = /* @__PURE__ */ forwardRef(
3135
3130
  ] });
3136
3131
  }
3137
3132
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
3138
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.9692 19.999H7V27.999H11.9708L23 37.4685V10.5281L11.9692 19.999ZM24.6514 38.8864L24.6502 38.8853ZM10.858 16.999L22.6972 6.83409C23.9942 5.72049 26 6.64204 26 8.35152V39.6451C26 41.3546 23.9942 42.2761 22.6972 41.1625L10.8596 30.999H4V16.999H10.858Z", style: { fill: `var(--${type})` } }),
3133
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.9692 19.999H7V27.999H11.9708L23 37.4685V10.5281L11.9692 19.999ZM24.6514 38.8864L24.6502 38.8853L24.6514 38.8864ZM10.858 16.999L22.6972 6.83409C23.9942 5.72049 26 6.64204 26 8.35152V39.6451C26 41.3546 23.9942 42.2761 22.6972 41.1625L10.8596 30.999H4V16.999H10.858Z", style: { fill: `var(--${type})` } }),
3139
3134
  /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M32.5 23.9987C32.5 21.7058 31.5398 19.6154 29.9545 18.0743L32.0455 15.9232C34.1718 17.9901 35.5 20.8411 35.5 23.9987C35.5 27.1564 34.1718 30.0074 32.0455 32.0743L29.9545 29.9232C31.5398 28.3821 32.5 26.2917 32.5 23.9987Z", style: { fill: `var(--${type})` } }),
3140
3135
  /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M40.5 23.9987C40.5 19.3177 38.7371 15.0917 35.8979 12.0162L38.1021 9.98125C41.4488 13.6063 43.5 18.5572 43.5 23.9987C43.5 29.4402 41.4488 34.3912 38.1021 38.0162L35.8979 35.9812C38.7371 32.9058 40.5 28.6797 40.5 23.9987Z", style: { fill: `var(--${type})` } })
3141
3136
  ] });
@@ -3145,13 +3140,13 @@ var IconVolume = /* @__PURE__ */ forwardRef(
3145
3140
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3146
3141
  const iconSize = iconSizeMap[size];
3147
3142
  if (fill && thick) {
3148
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.9692 19.999H7V27.999H11.9708L23 37.4685V10.5281L11.9692 19.999ZM24.6514 38.8864L24.6502 38.8853ZM10.858 16.999L22.6972 6.83409C23.9942 5.72049 26 6.64204 26 8.35152V39.6451C26 41.3546 23.9942 42.2761 22.6972 41.1625L10.8596 30.999H4V16.999H10.858Z", style: { fill: `var(--${type})` } }) });
3143
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.9692 19.999H7V27.999H11.9708L23 37.4685V10.5281L11.9692 19.999ZM24.6514 38.8864L24.6502 38.8853L24.6514 38.8864ZM10.858 16.999L22.6972 6.83409C23.9942 5.72049 26 6.64204 26 8.35152V39.6451C26 41.3546 23.9942 42.2761 22.6972 41.1625L10.8596 30.999H4V16.999H10.858Z", style: { fill: `var(--${type})` } }) });
3149
3144
  } else if (fill) {
3150
3145
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M10.858 16.999L22.6972 6.83409C23.9942 5.72049 26 6.64204 26 8.35152V39.6451C26 41.3546 23.9942 42.2761 22.6972 41.1625L10.8596 30.999H4V16.999H10.858Z", style: { fill: `var(--${type})` } }) });
3151
3146
  } else if (thick) {
3152
3147
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.858 16.999L22.6972 6.83409C23.9942 5.72049 26 6.64204 26 8.35152V39.6451C26 41.3546 23.9942 42.2761 22.6972 41.1625L10.8596 30.999H4V16.999H10.858ZM12.3396 20.999H8V26.999H12.3412L22 35.2919V12.7047L12.3396 20.999Z", style: { fill: `var(--${type})` } }) });
3153
3148
  }
3154
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.9692 19.999H7V27.999H11.9708L23 37.4685V10.5281L11.9692 19.999ZM24.6514 38.8864L24.6502 38.8853ZM10.858 16.999L22.6972 6.83409C23.9942 5.72049 26 6.64204 26 8.35152V39.6451C26 41.3546 23.9942 42.2761 22.6972 41.1625L10.8596 30.999H4V16.999H10.858Z", style: { fill: `var(--${type})` } }) });
3149
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.9692 19.999H7V27.999H11.9708L23 37.4685V10.5281L11.9692 19.999ZM24.6514 38.8864L24.6502 38.8853L24.6514 38.8864ZM10.858 16.999L22.6972 6.83409C23.9942 5.72049 26 6.64204 26 8.35152V39.6451C26 41.3546 23.9942 42.2761 22.6972 41.1625L10.8596 30.999H4V16.999H10.858Z", style: { fill: `var(--${type})` } }) });
3155
3150
  }
3156
3151
  );
3157
3152
  var IconGoogleExport = /* @__PURE__ */ forwardRef(
@@ -3189,12 +3184,12 @@ var IconLink = /* @__PURE__ */ forwardRef(
3189
3184
  if (fill && thick) {
3190
3185
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
3191
3186
  /* @__PURE__ */ jsx("path", { d: "M39.6433 8.79387L39.642 8.79251L39.5881 8.739C39.5559 8.70588 39.5234 8.67293 39.4906 8.64016L39.4892 8.6388L39.487 8.64099C35.753 5.06987 29.8307 5.12037 26.1586 8.7925L20.8505 14.1006C22.2542 13.8355 23.6976 13.8325 25.1023 14.0915L28.2799 10.9138C30.8114 8.38233 34.9032 8.36222 37.4595 10.8535C39.9207 13.4117 39.8906 17.4809 37.3693 20.0022L29.9026 27.4687C29.4816 27.8897 29.0175 28.2413 28.5244 28.5233C26.0526 29.9373 22.8541 29.6061 20.723 27.5293C19.5373 26.2967 18.9298 24.7135 18.9005 23.1216L16.2955 25.7267C16.7132 27.1318 17.4616 28.4596 18.5404 29.5876L18.5392 29.5889L18.5406 29.5902L18.5945 29.6438C18.6267 29.6769 18.6592 29.7098 18.6919 29.7426L18.6933 29.7439L18.6955 29.7417C22.4295 33.3129 28.3518 33.2623 32.024 29.5902L39.4906 22.1236C43.1627 18.4514 43.2132 12.5291 39.6421 8.79509L39.6433 8.79387Z", style: { fill: `var(--${type})` } }),
3192
- /* @__PURE__ */ jsx("path", { d: "M10.9138 28.2799C8.3925 30.8012 8.36242 34.8704 10.8236 37.4287C13.3799 39.9198 17.4717 39.8997 20.0031 37.3682L23.1807 34.1906C24.5854 34.4495 26.0288 34.4465 27.4325 34.1815L22.1244 39.4895C18.4523 43.1616 12.5301 43.2122 8.79607 39.6411L8.79387 39.6433L8.7925 39.642C8.75973 39.6092 8.72724 39.5763 8.69505 39.5431C8.67699 39.5253 8.65899 39.5075 8.64104 39.4895L8.63967 39.4882L8.64089 39.4869C5.06987 35.7529 5.12041 29.8307 8.79251 26.1586L16.2592 18.6919C19.9313 15.0198 25.8535 14.9693 29.5875 18.5403L29.5897 18.5381L29.5911 18.5395C29.6238 18.5722 29.6563 18.6052 29.6885 18.6383C29.7066 18.6561 29.7246 18.674 29.7426 18.6919L29.7439 18.6933L29.7427 18.6945C30.8215 19.8225 31.5698 21.1503 31.9875 22.5554L29.3825 25.1604C29.3532 23.5685 28.7458 21.9853 27.56 20.7528C25.4288 18.6759 22.2304 18.3445 19.7586 19.7586C19.7587 19.7586 19.7586 19.7587 19.7586 19.7586C19.3272 20.0055 18.9179 20.3055 18.5403 20.6587C18.4931 20.7028 18.4464 20.7478 18.4002 20.7936C18.3936 20.8002 18.387 20.8067 18.3805 20.8132", style: { fill: `var(--${type})` } })
3187
+ /* @__PURE__ */ jsx("path", { d: "M10.9138 28.2799C8.3925 30.8012 8.36242 34.8704 10.8236 37.4287C13.3799 39.9198 17.4717 39.8997 20.0031 37.3682L23.1807 34.1906C24.5854 34.4495 26.0288 34.4465 27.4325 34.1815L22.1244 39.4895C18.4523 43.1616 12.5301 43.2122 8.79607 39.6411L8.79387 39.6433L8.7925 39.642C8.75973 39.6092 8.72724 39.5763 8.69505 39.5431C8.67699 39.5253 8.65899 39.5075 8.64104 39.4895L8.63967 39.4882L8.64089 39.4869C5.06987 35.7529 5.12041 29.8307 8.79251 26.1586L16.2592 18.6919C19.9313 15.0198 25.8535 14.9693 29.5875 18.5403L29.5897 18.5381L29.5911 18.5395C29.6238 18.5722 29.6563 18.6052 29.6885 18.6383C29.7066 18.6561 29.7246 18.674 29.7426 18.6919L29.7439 18.6933L29.7427 18.6945C30.8215 19.8225 31.5698 21.1503 31.9875 22.5554L29.3825 25.1604C29.3532 23.5685 28.7458 21.9853 27.56 20.7528C25.4288 18.6759 22.2304 18.3445 19.7586 19.7586C19.7586 19.7587 19.7587 19.7586 19.7586 19.7586C19.3272 20.0055 18.9179 20.3055 18.5403 20.6587C18.4931 20.7028 18.4464 20.7478 18.4002 20.7936C18.3936 20.8002 18.387 20.8067 18.3805 20.8132", style: { fill: `var(--${type})` } })
3193
3188
  ] });
3194
3189
  } else if (fill) {
3195
3190
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
3196
3191
  /* @__PURE__ */ jsx("path", { d: "M39.6433 8.79387L39.642 8.79251L39.5881 8.739C39.5559 8.70588 39.5234 8.67293 39.4906 8.64016L39.4892 8.6388L39.487 8.64099C35.753 5.06987 29.8307 5.12037 26.1586 8.7925L20.8505 14.1006C22.2542 13.8355 23.6976 13.8325 25.1023 14.0915L28.2799 10.9138C30.8114 8.38233 34.9032 8.36222 37.4595 10.8535C39.9207 13.4117 39.8906 17.4809 37.3693 20.0022L29.9026 27.4687C29.4816 27.8897 29.0175 28.2413 28.5244 28.5233C26.0526 29.9373 22.8541 29.6061 20.723 27.5293C19.5373 26.2967 18.9298 24.7135 18.9005 23.1216L16.2955 25.7267C16.7132 27.1318 17.4616 28.4596 18.5404 29.5876L18.5392 29.5889L18.5406 29.5902L18.5945 29.6438C18.6267 29.6769 18.6592 29.7098 18.6919 29.7426L18.6933 29.7439L18.6955 29.7417C22.4295 33.3129 28.3518 33.2623 32.024 29.5902L39.4906 22.1236C43.1627 18.4514 43.2132 12.5291 39.6421 8.79509L39.6433 8.79387Z", style: { fill: `var(--${type})` } }),
3197
- /* @__PURE__ */ jsx("path", { d: "M10.9138 28.2799C8.3925 30.8012 8.36242 34.8704 10.8236 37.4287C13.3799 39.9198 17.4717 39.8997 20.0031 37.3682L23.1807 34.1906C24.5854 34.4495 26.0288 34.4465 27.4325 34.1815L22.1244 39.4895C18.4523 43.1616 12.5301 43.2122 8.79607 39.6411L8.79387 39.6433L8.7925 39.642C8.75973 39.6092 8.72724 39.5763 8.69505 39.5431C8.67699 39.5253 8.65899 39.5075 8.64104 39.4895L8.63967 39.4882L8.64089 39.4869C5.06987 35.7529 5.12041 29.8307 8.79251 26.1586L16.2592 18.6919C19.9313 15.0198 25.8535 14.9693 29.5875 18.5403L29.5897 18.5381L29.5911 18.5395C29.6238 18.5722 29.6563 18.6052 29.6885 18.6383C29.7066 18.6561 29.7246 18.674 29.7426 18.6919L29.7439 18.6933L29.7427 18.6945C30.8215 19.8225 31.5698 21.1503 31.9875 22.5554L29.3825 25.1604C29.3532 23.5685 28.7458 21.9853 27.56 20.7528C25.4288 18.6759 22.2304 18.3445 19.7586 19.7586C19.7587 19.7586 19.7586 19.7587 19.7586 19.7586C19.3272 20.0055 18.9179 20.3055 18.5403 20.6587C18.4931 20.7028 18.4464 20.7478 18.4002 20.7936C18.3936 20.8002 18.387 20.8067 18.3805 20.8132", style: { fill: `var(--${type})` } })
3192
+ /* @__PURE__ */ jsx("path", { d: "M10.9138 28.2799C8.3925 30.8012 8.36242 34.8704 10.8236 37.4287C13.3799 39.9198 17.4717 39.8997 20.0031 37.3682L23.1807 34.1906C24.5854 34.4495 26.0288 34.4465 27.4325 34.1815L22.1244 39.4895C18.4523 43.1616 12.5301 43.2122 8.79607 39.6411L8.79387 39.6433L8.7925 39.642C8.75973 39.6092 8.72724 39.5763 8.69505 39.5431C8.67699 39.5253 8.65899 39.5075 8.64104 39.4895L8.63967 39.4882L8.64089 39.4869C5.06987 35.7529 5.12041 29.8307 8.79251 26.1586L16.2592 18.6919C19.9313 15.0198 25.8535 14.9693 29.5875 18.5403L29.5897 18.5381L29.5911 18.5395C29.6238 18.5722 29.6563 18.6052 29.6885 18.6383C29.7066 18.6561 29.7246 18.674 29.7426 18.6919L29.7439 18.6933L29.7427 18.6945C30.8215 19.8225 31.5698 21.1503 31.9875 22.5554L29.3825 25.1604C29.3532 23.5685 28.7458 21.9853 27.56 20.7528C25.4288 18.6759 22.2304 18.3445 19.7586 19.7586C19.7586 19.7587 19.7587 19.7586 19.7586 19.7586C19.3272 20.0055 18.9179 20.3055 18.5403 20.6587C18.4931 20.7028 18.4464 20.7478 18.4002 20.7936C18.3936 20.8002 18.387 20.8067 18.3805 20.8132", style: { fill: `var(--${type})` } })
3198
3193
  ] });
3199
3194
  } else if (thick) {
3200
3195
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3204,7 +3199,7 @@ var IconLink = /* @__PURE__ */ forwardRef(
3204
3199
  }
3205
3200
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
3206
3201
  /* @__PURE__ */ jsx("path", { d: "M39.6433 8.79387L39.642 8.79251L39.5881 8.739C39.5559 8.70588 39.5234 8.67293 39.4906 8.64016L39.4892 8.6388L39.487 8.64099C35.753 5.06987 29.8307 5.12037 26.1586 8.7925L20.8505 14.1006C22.2542 13.8355 23.6976 13.8325 25.1023 14.0915L28.2799 10.9138C30.8114 8.38233 34.9032 8.36222 37.4595 10.8535C39.9207 13.4117 39.8906 17.4809 37.3693 20.0022L29.9026 27.4687C29.4816 27.8897 29.0175 28.2413 28.5244 28.5233C26.0526 29.9373 22.8541 29.6061 20.723 27.5293C19.5373 26.2967 18.9298 24.7135 18.9005 23.1216L16.2955 25.7267C16.7132 27.1318 17.4616 28.4596 18.5404 29.5876L18.5392 29.5889L18.5406 29.5902L18.5945 29.6438C18.6267 29.6769 18.6592 29.7098 18.6919 29.7426L18.6933 29.7439L18.6955 29.7417C22.4295 33.3129 28.3518 33.2623 32.024 29.5902L39.4906 22.1236C43.1627 18.4514 43.2132 12.5291 39.6421 8.79509L39.6433 8.79387Z", style: { fill: `var(--${type})` } }),
3207
- /* @__PURE__ */ jsx("path", { d: "M10.9138 28.2799C8.3925 30.8012 8.36242 34.8704 10.8236 37.4287C13.3799 39.9198 17.4717 39.8997 20.0031 37.3682L23.1807 34.1906C24.5854 34.4495 26.0288 34.4465 27.4325 34.1815L22.1244 39.4895C18.4523 43.1616 12.5301 43.2122 8.79607 39.6411L8.79387 39.6433L8.7925 39.642C8.75973 39.6092 8.72724 39.5763 8.69505 39.5431C8.67699 39.5253 8.65899 39.5075 8.64104 39.4895L8.63967 39.4882L8.64089 39.4869C5.06987 35.7529 5.12041 29.8307 8.79251 26.1586L16.2592 18.6919C19.9313 15.0198 25.8535 14.9693 29.5875 18.5403L29.5897 18.5381L29.5911 18.5395C29.6238 18.5722 29.6563 18.6052 29.6885 18.6383C29.7066 18.6561 29.7246 18.674 29.7426 18.6919L29.7439 18.6933L29.7427 18.6945C30.8215 19.8225 31.5698 21.1503 31.9875 22.5554L29.3825 25.1604C29.3532 23.5685 28.7458 21.9853 27.56 20.7528C25.4288 18.6759 22.2304 18.3445 19.7586 19.7586C19.7587 19.7586 19.7586 19.7587 19.7586 19.7586C19.3272 20.0055 18.9179 20.3055 18.5403 20.6587C18.4931 20.7028 18.4464 20.7478 18.4002 20.7936C18.3936 20.8002 18.387 20.8067 18.3805 20.8132", style: { fill: `var(--${type})` } })
3202
+ /* @__PURE__ */ jsx("path", { d: "M10.9138 28.2799C8.3925 30.8012 8.36242 34.8704 10.8236 37.4287C13.3799 39.9198 17.4717 39.8997 20.0031 37.3682L23.1807 34.1906C24.5854 34.4495 26.0288 34.4465 27.4325 34.1815L22.1244 39.4895C18.4523 43.1616 12.5301 43.2122 8.79607 39.6411L8.79387 39.6433L8.7925 39.642C8.75973 39.6092 8.72724 39.5763 8.69505 39.5431C8.67699 39.5253 8.65899 39.5075 8.64104 39.4895L8.63967 39.4882L8.64089 39.4869C5.06987 35.7529 5.12041 29.8307 8.79251 26.1586L16.2592 18.6919C19.9313 15.0198 25.8535 14.9693 29.5875 18.5403L29.5897 18.5381L29.5911 18.5395C29.6238 18.5722 29.6563 18.6052 29.6885 18.6383C29.7066 18.6561 29.7246 18.674 29.7426 18.6919L29.7439 18.6933L29.7427 18.6945C30.8215 19.8225 31.5698 21.1503 31.9875 22.5554L29.3825 25.1604C29.3532 23.5685 28.7458 21.9853 27.56 20.7528C25.4288 18.6759 22.2304 18.3445 19.7586 19.7586C19.7586 19.7587 19.7587 19.7586 19.7586 19.7586C19.3272 20.0055 18.9179 20.3055 18.5403 20.6587C18.4931 20.7028 18.4464 20.7478 18.4002 20.7936C18.3936 20.8002 18.387 20.8067 18.3805 20.8132", style: { fill: `var(--${type})` } })
3208
3203
  ] });
3209
3204
  }
3210
3205
  );
@@ -3330,7 +3325,7 @@ var IconFolderOpenShare = /* @__PURE__ */ forwardRef(
3330
3325
  const iconSize = iconSizeMap[size];
3331
3326
  if (fill && thick) {
3332
3327
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
3333
- /* @__PURE__ */ jsx("path", { d: "M36 31.5C37.6686 31.5 39.2179 32.0109 40.5 32.8848C40.5872 32.9442 40.6731 33.0056 40.7578 33.0684C40.7957 33.0964 40.8327 33.1256 40.8701 33.1543C40.929 33.1995 40.9874 33.2452 41.0449 33.292C41.0826 33.3226 41.1192 33.3544 41.1562 33.3857C41.2053 33.4271 41.2537 33.4692 41.3018 33.5117C41.3428 33.5481 41.3845 33.5839 41.4248 33.6211C41.4715 33.6642 41.5168 33.7087 41.5625 33.7529C41.7108 33.8965 41.8534 34.0456 41.9902 34.2002C42.0393 34.2557 42.0882 34.3113 42.1357 34.3682C42.1678 34.4065 42.1991 34.4455 42.2305 34.4844C42.2686 34.5317 42.3057 34.5797 42.3428 34.6279C42.3787 34.6747 42.4153 34.721 42.4502 34.7686C42.4927 34.8265 42.5342 34.8852 42.5752 34.9443C42.598 34.9772 42.6212 35.0098 42.6436 35.043C42.708 35.1389 42.7707 35.2361 42.8311 35.335C42.8494 35.365 42.8668 35.3955 42.8848 35.4258C42.9247 35.4932 42.9639 35.5612 43.002 35.6299C43.0295 35.6795 43.0556 35.73 43.082 35.7803C43.1083 35.8301 43.134 35.8802 43.1592 35.9307C43.186 35.9844 43.2126 36.0383 43.2383 36.0928C43.2701 36.1603 43.3011 36.2283 43.3311 36.2969C43.3467 36.3327 43.3628 36.3683 43.3779 36.4043C43.4206 36.5058 43.4615 36.6083 43.5 36.7119C43.8229 37.5801 44 38.5193 44 39.5V43C44 44.1046 43.1046 45 42 45H30C28.8954 45 28 44.1046 28 43V39.5C28 39.4592 28.0023 39.4186 28.0029 39.3779C28.0062 39.1632 28.0161 38.9505 28.0361 38.7402L28.041 38.6816C28.3214 35.9219 30.0055 33.5781 32.3672 32.3721C32.3734 32.3689 32.3805 32.3655 32.3867 32.3623C32.4893 32.3103 32.5932 32.2606 32.6982 32.2129C32.7197 32.2031 32.7411 32.1932 32.7627 32.1836C32.867 32.1374 32.9725 32.0936 33.0791 32.0518C33.0957 32.0452 33.1123 32.0386 33.1289 32.0322C33.3665 31.9408 33.6095 31.8608 33.8574 31.792C33.8744 31.7873 33.8912 31.7819 33.9082 31.7773C34.5751 31.5972 35.2762 31.5 36 31.5Z", style: { fill: `var(--${type})` } }),
3328
+ /* @__PURE__ */ jsx("path", { d: "M36 31.5C37.6686 31.5 39.2179 32.0109 40.5 32.8848C40.5872 32.9442 40.6731 33.0056 40.7578 33.0684C40.7957 33.0964 40.8327 33.1256 40.8701 33.1543C40.929 33.1995 40.9874 33.2452 41.0449 33.292C41.0826 33.3226 41.1192 33.3544 41.1562 33.3857C41.2053 33.4271 41.2537 33.4692 41.3018 33.5117C41.3428 33.5481 41.3845 33.5839 41.4248 33.6211C41.4715 33.6642 41.5168 33.7087 41.5625 33.7529C41.7108 33.8965 41.8534 34.0456 41.9902 34.2002C42.0393 34.2557 42.0882 34.3113 42.1357 34.3682C42.1678 34.4065 42.1991 34.4455 42.2305 34.4844C42.2686 34.5317 42.3057 34.5797 42.3428 34.6279C42.3787 34.6747 42.4152 34.721 42.4502 34.7686C42.4927 34.8265 42.5342 34.8852 42.5752 34.9443C42.598 34.9772 42.6212 35.0098 42.6436 35.043C42.708 35.1389 42.7707 35.2361 42.8311 35.335C42.8494 35.365 42.8668 35.3955 42.8848 35.4258C42.9247 35.4932 42.9639 35.5612 43.002 35.6299C43.0295 35.6795 43.0556 35.73 43.082 35.7803C43.1083 35.8301 43.134 35.8802 43.1592 35.9307C43.186 35.9844 43.2126 36.0383 43.2383 36.0928C43.2701 36.1603 43.3011 36.2283 43.3311 36.2969C43.3467 36.3327 43.3628 36.3682 43.3779 36.4043C43.4206 36.5058 43.4615 36.6083 43.5 36.7119C43.8229 37.5801 44 38.5193 44 39.5V43C44 44.1046 43.1046 45 42 45H30C28.8954 45 28 44.1046 28 43V39.5C28 39.4592 28.0023 39.4186 28.0029 39.3779C28.0062 39.1632 28.0161 38.9505 28.0361 38.7402L28.041 38.6816C28.3214 35.9219 30.0055 33.5781 32.3672 32.3721C32.3734 32.3689 32.3805 32.3655 32.3867 32.3623C32.4893 32.3103 32.5932 32.2606 32.6982 32.2129C32.7197 32.2031 32.7411 32.1932 32.7627 32.1836C32.867 32.1374 32.9725 32.0936 33.0791 32.0518C33.0957 32.0452 33.1123 32.0386 33.1289 32.0322C33.3665 31.9408 33.6095 31.8608 33.8574 31.792C33.8744 31.7873 33.8912 31.7819 33.9082 31.7773C34.5751 31.5972 35.2762 31.5 36 31.5Z", style: { fill: `var(--${type})` } }),
3334
3329
  /* @__PURE__ */ jsx("path", { d: "M24 10.5H41.5C42.6046 10.5 43.5 11.3954 43.5 12.5V13.5H22.5L19.5 9.5H7.5V31.8105L10 16.5H31.0254C29.8701 17.2679 28.9038 18.296 28.207 19.5H12.5498L9.5293 38H24.0928C24.0648 38.224 24.0437 38.45 24.0283 38.6777C24.01 38.9495 24 39.2236 24 39.5V41H6.5L6.2959 40.9893C5.35435 40.8938 4.6062 40.1457 4.51074 39.2041L4.5 39V8.5C4.5 7.46435 5.28722 6.613 6.2959 6.51074L6.5 6.5H21L24 10.5Z", style: { fill: `var(--${type})` } }),
3335
3330
  /* @__PURE__ */ jsx("path", { d: "M36.2021 19.0039C36.2171 19.0045 36.2321 19.0051 36.2471 19.0059C36.2569 19.0063 36.2666 19.0073 36.2764 19.0078C36.3376 19.0112 36.3984 19.0159 36.459 19.0215C36.4969 19.0249 36.5346 19.0289 36.5723 19.0332C36.6007 19.0365 36.629 19.0402 36.6572 19.0439C36.9633 19.0841 37.2608 19.1512 37.5469 19.2441L37.5508 19.2461C39.0168 19.7237 40.1832 20.8598 40.7041 22.3057C40.713 22.3303 40.721 22.3551 40.7295 22.3799C40.7508 22.442 40.7721 22.5042 40.791 22.5674C40.7979 22.5904 40.804 22.6136 40.8105 22.6367C40.828 22.6984 40.8443 22.7606 40.8594 22.8232C40.8663 22.8518 40.8725 22.8805 40.8789 22.9092C40.8926 22.9706 40.9046 23.0325 40.916 23.0947C40.9206 23.1198 40.9255 23.1448 40.9297 23.1699C40.9409 23.2369 40.9505 23.3042 40.959 23.3721C40.9618 23.3948 40.9652 23.4176 40.9678 23.4404C40.976 23.5142 40.9823 23.5884 40.9873 23.6631C40.9886 23.6826 40.9901 23.7021 40.9912 23.7217C40.9963 23.8138 41 23.9066 41 24C41 24.0931 40.9962 24.1855 40.9912 24.2773C40.9901 24.2969 40.9886 24.3164 40.9873 24.3359C40.9823 24.4106 40.976 24.4848 40.9678 24.5586C40.9653 24.5811 40.9618 24.6035 40.959 24.626C40.9503 24.6955 40.9402 24.7644 40.9287 24.833C40.9251 24.8542 40.9218 24.8754 40.918 24.8965C40.9061 24.962 40.8933 25.0272 40.8789 25.0918C40.8727 25.1196 40.866 25.1472 40.8594 25.1748C40.8434 25.2411 40.8262 25.3068 40.8076 25.3721C40.8027 25.3893 40.7981 25.4066 40.793 25.4238C40.7716 25.4959 40.7481 25.567 40.7236 25.6377C40.7182 25.6534 40.7126 25.669 40.707 25.6846C40.0154 27.6169 38.1701 29 36 29C35.1814 29 34.4095 28.8018 33.7275 28.4531C33.719 28.4487 33.7107 28.4439 33.7021 28.4395C32.0974 27.6072 31 25.9326 31 24C31 21.8301 32.3825 19.9838 34.3145 19.292C34.3301 19.2864 34.3457 19.2808 34.3613 19.2754C34.432 19.2509 34.5032 19.2274 34.5752 19.2061C34.5924 19.201 34.6097 19.1963 34.627 19.1914C34.6922 19.1728 34.7579 19.1556 34.8242 19.1396C34.8524 19.1328 34.8808 19.1264 34.9092 19.1201C34.9706 19.1065 35.0325 19.0944 35.0947 19.083C35.1198 19.0784 35.1448 19.0735 35.1699 19.0693C35.2369 19.0581 35.3043 19.0485 35.3721 19.04C35.3948 19.0372 35.4176 19.0338 35.4404 19.0312C35.5142 19.023 35.5884 19.0167 35.6631 19.0117C35.6826 19.0104 35.7021 19.0089 35.7217 19.0078C35.8138 19.0028 35.9066 19 36 19L36.2021 19.0039Z", style: { fill: `var(--${type})` } })
3336
3331
  ] });
@@ -3338,7 +3333,7 @@ var IconFolderOpenShare = /* @__PURE__ */ forwardRef(
3338
3333
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
3339
3334
  /* @__PURE__ */ jsx("path", { d: "M36 31.5L36.3896 31.5098C36.3922 31.5099 36.3949 31.5096 36.3975 31.5098C36.4661 31.5131 36.5344 31.5193 36.6025 31.5244C36.6635 31.529 36.7245 31.5321 36.7852 31.5381C36.8811 31.5474 36.9764 31.5596 37.0713 31.5723C37.1022 31.5764 37.1333 31.5795 37.1641 31.584C37.269 31.5993 37.373 31.6184 37.4766 31.6377C37.4934 31.6408 37.5106 31.6432 37.5273 31.6465C38.7751 31.8876 39.9176 32.419 40.8857 33.167C40.8979 33.1763 40.9098 33.1859 40.9219 33.1953C41.5157 33.6595 42.0421 34.2052 42.4844 34.8164C42.5142 34.8577 42.5432 34.8996 42.5723 34.9414C42.6042 34.9874 42.636 35.0334 42.667 35.0801C42.6996 35.1291 42.7312 35.1788 42.7627 35.2285C42.8172 35.3146 42.8696 35.402 42.9209 35.4902C42.9513 35.5425 42.9825 35.5944 43.0117 35.6475C43.0336 35.6871 43.054 35.7275 43.0752 35.7676C43.1103 35.8339 43.1454 35.9003 43.1787 35.9678C43.1983 36.0076 43.2173 36.0477 43.2363 36.0879C43.2668 36.1524 43.2954 36.2178 43.3242 36.2832C43.7573 37.2678 44 38.3553 44 39.5V43C44 44.1046 43.1046 45 42 45H30C28.8954 45 28 44.1046 28 43V39.5C28 39.3746 28.0031 39.2499 28.0088 39.126V39.123C28.0104 39.0891 28.0127 39.0553 28.0146 39.0215C28.0208 38.9181 28.0281 38.8152 28.0381 38.7129C28.0415 38.6783 28.046 38.6438 28.0498 38.6094C28.0564 38.5502 28.0644 38.4914 28.0723 38.4326C28.0868 38.3235 28.1032 38.2151 28.1221 38.1074C28.1295 38.0654 28.1365 38.0233 28.1445 37.9814C28.1664 37.8675 28.1921 37.7548 28.2188 37.6426C28.2275 37.6058 28.2349 37.5688 28.2441 37.5322C28.318 37.2402 28.4087 36.955 28.5137 36.6768C28.5249 36.647 28.5363 36.6174 28.5479 36.5879C28.5902 36.4795 28.6357 36.3726 28.6826 36.2666C28.6986 36.2305 28.7139 36.1941 28.7305 36.1582C28.778 36.055 28.8282 35.9533 28.8799 35.8525C28.8959 35.8213 28.9113 35.7898 28.9277 35.7588C28.9305 35.7536 28.9328 35.7483 28.9355 35.7432C29.4696 34.7411 30.2116 33.8677 31.1025 33.1768C31.8486 32.5981 32.6983 32.1464 33.6211 31.8594C34.3725 31.6257 35.1717 31.5 36 31.5Z", style: { fill: `var(--${type})` } }),
3340
3335
  /* @__PURE__ */ jsx("path", { d: "M24 10.5H41.5C42.6046 10.5 43.5 11.3954 43.5 12.5V13.5H7.5V31.8105L10 16.5H31.0254C28.5996 18.1123 27 20.869 27 24C27 26.1721 27.7695 28.1648 29.0508 29.7197C27.8089 30.6037 26.7419 31.7178 25.9131 33C24.7189 34.8475 24.0206 37.0439 24.002 39.4033C24.0017 39.4355 24 39.4677 24 39.5V41H6.5C5.39543 41 4.5 40.1046 4.5 39V8.5C4.5 7.39543 5.39543 6.5 6.5 6.5H21L24 10.5Z", style: { fill: `var(--${type})` } }),
3341
- /* @__PURE__ */ jsx("path", { d: "M36 19L36.2422 19.0059C36.2461 19.006 36.25 19.0057 36.2539 19.0059C36.3972 19.013 36.5388 19.0279 36.6787 19.0469C36.6946 19.049 36.7107 19.0504 36.7266 19.0527C36.7816 19.0607 36.8362 19.0703 36.8906 19.0801C36.916 19.0847 36.9415 19.0888 36.9668 19.0938C37.0209 19.1043 37.0745 19.1166 37.1279 19.1289C37.1517 19.1344 37.1755 19.1397 37.1992 19.1455C37.248 19.1575 37.2965 19.1702 37.3447 19.1836C37.3741 19.1918 37.4034 19.2003 37.4326 19.209C37.4725 19.2209 37.5123 19.2332 37.5518 19.2461C37.5979 19.2612 37.6439 19.2766 37.6895 19.293C37.7137 19.3017 37.7376 19.3112 37.7617 19.3203C37.8036 19.3361 37.8453 19.3523 37.8867 19.3691C37.932 19.3876 37.9769 19.407 38.0215 19.4268C38.0454 19.4373 38.0691 19.4481 38.0928 19.459C38.1331 19.4776 38.1731 19.4969 38.2129 19.5166C38.2544 19.5371 38.296 19.5574 38.3369 19.5791C38.3622 19.5925 38.3871 19.6063 38.4121 19.6201C38.4516 19.6419 38.4905 19.6647 38.5293 19.6875C38.5627 19.7071 38.596 19.7267 38.6289 19.7471C38.6576 19.7649 38.6865 19.7824 38.7148 19.8008C38.7519 19.8248 38.7888 19.8491 38.8252 19.874C38.8544 19.8941 38.8824 19.9159 38.9111 19.9365C38.947 19.9622 38.9834 19.987 39.0186 20.0137C39.0374 20.028 39.0556 20.0431 39.0742 20.0576C39.116 20.0903 39.1575 20.1233 39.1982 20.1572C39.2034 20.1615 39.2087 20.1656 39.2139 20.1699C40.3058 21.0871 41 22.4624 41 24C41 26.4833 39.1893 28.5418 36.8164 28.9316C36.8076 28.9331 36.7989 28.9351 36.79 28.9365C36.7096 28.9493 36.6286 28.9608 36.5469 28.9697C36.542 28.9703 36.5371 28.9712 36.5322 28.9717C36.4811 28.9771 36.4295 28.9795 36.3779 28.9834C36.2531 28.9928 36.1272 29 36 29L35.7422 28.9932C34.4202 28.926 33.2345 28.3449 32.3789 27.4463C31.9661 27.0127 31.6293 26.506 31.3926 25.9463C31.1395 25.3481 31 24.6904 31 24C31 22.7918 31.4282 21.6836 32.1416 20.8193C32.2174 20.7275 32.2969 20.6389 32.3789 20.5527C33.2897 19.5964 34.5752 19.0001 36 19Z", style: { fill: `var(--${type})` } })
3336
+ /* @__PURE__ */ jsx("path", { d: "M36 19L36.2422 19.0059C36.2461 19.006 36.25 19.0057 36.2539 19.0059C36.3972 19.013 36.5388 19.0279 36.6787 19.0469C36.6946 19.049 36.7107 19.0504 36.7266 19.0527C36.7816 19.0607 36.8362 19.0703 36.8906 19.0801C36.916 19.0847 36.9415 19.0888 36.9668 19.0938C37.0209 19.1043 37.0745 19.1166 37.1279 19.1289C37.1517 19.1344 37.1755 19.1397 37.1992 19.1455C37.248 19.1575 37.2965 19.1702 37.3447 19.1836C37.3741 19.1918 37.4034 19.2003 37.4326 19.209C37.4725 19.2209 37.5123 19.2332 37.5518 19.2461C37.5979 19.2612 37.6439 19.2766 37.6895 19.293C37.7137 19.3017 37.7376 19.3112 37.7617 19.3203C37.8036 19.3361 37.8453 19.3523 37.8867 19.3691C37.932 19.3876 37.9769 19.407 38.0215 19.4268C38.0453 19.4373 38.0691 19.4481 38.0928 19.459C38.1331 19.4776 38.1731 19.4969 38.2129 19.5166C38.2544 19.5371 38.296 19.5574 38.3369 19.5791C38.3622 19.5925 38.3871 19.6063 38.4121 19.6201C38.4516 19.6419 38.4905 19.6647 38.5293 19.6875C38.5627 19.7071 38.596 19.7267 38.6289 19.7471C38.6576 19.7649 38.6865 19.7824 38.7148 19.8008C38.7519 19.8248 38.7888 19.8491 38.8252 19.874C38.8544 19.8941 38.8824 19.9159 38.9111 19.9365C38.947 19.9622 38.9834 19.987 39.0186 20.0137C39.0374 20.028 39.0556 20.0431 39.0742 20.0576C39.116 20.0903 39.1575 20.1233 39.1982 20.1572C39.2034 20.1615 39.2087 20.1656 39.2139 20.1699C40.3058 21.0871 41 22.4624 41 24C41 26.4833 39.1893 28.5418 36.8164 28.9316C36.8076 28.9331 36.7989 28.9351 36.79 28.9365C36.7096 28.9493 36.6286 28.9608 36.5469 28.9697C36.542 28.9703 36.5371 28.9712 36.5322 28.9717C36.4811 28.9771 36.4295 28.9795 36.3779 28.9834C36.2531 28.9928 36.1272 29 36 29L35.7422 28.9932C34.4202 28.926 33.2345 28.3449 32.3789 27.4463C31.9661 27.0127 31.6293 26.506 31.3926 25.9463C31.1395 25.3481 31 24.6904 31 24C31 22.7918 31.4282 21.6837 32.1416 20.8193C32.2174 20.7275 32.2969 20.6389 32.3789 20.5527C33.2897 19.5964 34.5752 19.0001 36 19Z", style: { fill: `var(--${type})` } })
3342
3337
  ] });
3343
3338
  } else if (thick) {
3344
3339
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3348,7 +3343,7 @@ var IconFolderOpenShare = /* @__PURE__ */ forwardRef(
3348
3343
  ] });
3349
3344
  }
3350
3345
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
3351
- /* @__PURE__ */ jsx("path", { d: "M36 31.5C37.6686 31.5 39.2179 32.0109 40.5 32.8848C40.5872 32.9442 40.6731 33.0056 40.7578 33.0684C40.7957 33.0964 40.8327 33.1256 40.8701 33.1543C40.929 33.1995 40.9874 33.2452 41.0449 33.292C41.0826 33.3226 41.1192 33.3544 41.1562 33.3857C41.2053 33.4271 41.2537 33.4692 41.3018 33.5117C41.3428 33.5481 41.3845 33.5839 41.4248 33.6211C41.4715 33.6642 41.5168 33.7087 41.5625 33.7529C41.7108 33.8965 41.8534 34.0456 41.9902 34.2002C42.0393 34.2557 42.0882 34.3113 42.1357 34.3682C42.1678 34.4065 42.1991 34.4455 42.2305 34.4844C42.2686 34.5317 42.3057 34.5797 42.3428 34.6279C42.3787 34.6747 42.4153 34.721 42.4502 34.7686C42.4927 34.8265 42.5342 34.8852 42.5752 34.9443C42.598 34.9772 42.6212 35.0098 42.6436 35.043C42.708 35.1389 42.7707 35.2361 42.8311 35.335C42.8494 35.365 42.8668 35.3955 42.8848 35.4258C42.9247 35.4932 42.9639 35.5612 43.002 35.6299C43.0295 35.6795 43.0556 35.73 43.082 35.7803C43.1083 35.8301 43.134 35.8802 43.1592 35.9307C43.186 35.9844 43.2126 36.0383 43.2383 36.0928C43.2701 36.1603 43.3011 36.2283 43.3311 36.2969C43.3467 36.3327 43.3628 36.3683 43.3779 36.4043C43.4206 36.5058 43.4615 36.6083 43.5 36.7119C43.8229 37.5801 44 38.5193 44 39.5V43C44 44.1046 43.1046 45 42 45H30C28.8954 45 28 44.1046 28 43V39.5C28 39.4592 28.0023 39.4186 28.0029 39.3779C28.0062 39.1632 28.0161 38.9505 28.0361 38.7402L28.041 38.6816C28.3214 35.9219 30.0055 33.5781 32.3672 32.3721C32.3734 32.3689 32.3805 32.3655 32.3867 32.3623C32.4893 32.3103 32.5932 32.2606 32.6982 32.2129C32.7197 32.2031 32.7411 32.1932 32.7627 32.1836C32.867 32.1374 32.9725 32.0936 33.0791 32.0518C33.0957 32.0452 33.1123 32.0386 33.1289 32.0322C33.3665 31.9408 33.6095 31.8608 33.8574 31.792C33.8744 31.7873 33.8912 31.7819 33.9082 31.7773C34.5751 31.5972 35.2762 31.5 36 31.5Z", style: { fill: `var(--${type})` } }),
3346
+ /* @__PURE__ */ jsx("path", { d: "M36 31.5C37.6686 31.5 39.2179 32.0109 40.5 32.8848C40.5872 32.9442 40.6731 33.0056 40.7578 33.0684C40.7957 33.0964 40.8327 33.1256 40.8701 33.1543C40.929 33.1995 40.9874 33.2452 41.0449 33.292C41.0826 33.3226 41.1192 33.3544 41.1562 33.3857C41.2053 33.4271 41.2537 33.4692 41.3018 33.5117C41.3428 33.5481 41.3845 33.5839 41.4248 33.6211C41.4715 33.6642 41.5168 33.7087 41.5625 33.7529C41.7108 33.8965 41.8534 34.0456 41.9902 34.2002C42.0393 34.2557 42.0882 34.3113 42.1357 34.3682C42.1678 34.4065 42.1991 34.4455 42.2305 34.4844C42.2686 34.5317 42.3057 34.5797 42.3428 34.6279C42.3787 34.6747 42.4152 34.721 42.4502 34.7686C42.4927 34.8265 42.5342 34.8852 42.5752 34.9443C42.598 34.9772 42.6212 35.0098 42.6436 35.043C42.708 35.1389 42.7707 35.2361 42.8311 35.335C42.8494 35.365 42.8668 35.3955 42.8848 35.4258C42.9247 35.4932 42.9639 35.5612 43.002 35.6299C43.0295 35.6795 43.0556 35.73 43.082 35.7803C43.1083 35.8301 43.134 35.8802 43.1592 35.9307C43.186 35.9844 43.2126 36.0383 43.2383 36.0928C43.2701 36.1603 43.3011 36.2283 43.3311 36.2969C43.3467 36.3327 43.3628 36.3682 43.3779 36.4043C43.4206 36.5058 43.4615 36.6083 43.5 36.7119C43.8229 37.5801 44 38.5193 44 39.5V43C44 44.1046 43.1046 45 42 45H30C28.8954 45 28 44.1046 28 43V39.5C28 39.4592 28.0023 39.4186 28.0029 39.3779C28.0062 39.1632 28.0161 38.9505 28.0361 38.7402L28.041 38.6816C28.3214 35.9219 30.0055 33.5781 32.3672 32.3721C32.3734 32.3689 32.3805 32.3655 32.3867 32.3623C32.4893 32.3103 32.5932 32.2606 32.6982 32.2129C32.7197 32.2031 32.7411 32.1932 32.7627 32.1836C32.867 32.1374 32.9725 32.0936 33.0791 32.0518C33.0957 32.0452 33.1123 32.0386 33.1289 32.0322C33.3665 31.9408 33.6095 31.8608 33.8574 31.792C33.8744 31.7873 33.8912 31.7819 33.9082 31.7773C34.5751 31.5972 35.2762 31.5 36 31.5Z", style: { fill: `var(--${type})` } }),
3352
3347
  /* @__PURE__ */ jsx("path", { d: "M24 10.5H41.5C42.6046 10.5 43.5 11.3954 43.5 12.5V13.5H22.5L19.5 9.5H7.5V31.8105L10 16.5H31.0254C29.8701 17.2679 28.9038 18.296 28.207 19.5H12.5498L9.5293 38H24.0928C24.0648 38.224 24.0437 38.45 24.0283 38.6777C24.01 38.9495 24 39.2236 24 39.5V41H6.5L6.2959 40.9893C5.35435 40.8938 4.6062 40.1457 4.51074 39.2041L4.5 39V8.5C4.5 7.46435 5.28722 6.613 6.2959 6.51074L6.5 6.5H21L24 10.5Z", style: { fill: `var(--${type})` } }),
3353
3348
  /* @__PURE__ */ jsx("path", { d: "M36.2021 19.0039C36.2171 19.0045 36.2321 19.0051 36.2471 19.0059C36.2569 19.0063 36.2666 19.0073 36.2764 19.0078C36.3376 19.0112 36.3984 19.0159 36.459 19.0215C36.4969 19.0249 36.5346 19.0289 36.5723 19.0332C36.6007 19.0365 36.629 19.0402 36.6572 19.0439C36.9633 19.0841 37.2608 19.1512 37.5469 19.2441L37.5508 19.2461C39.0168 19.7237 40.1832 20.8598 40.7041 22.3057C40.713 22.3303 40.721 22.3551 40.7295 22.3799C40.7508 22.442 40.7721 22.5042 40.791 22.5674C40.7979 22.5904 40.804 22.6136 40.8105 22.6367C40.828 22.6984 40.8443 22.7606 40.8594 22.8232C40.8663 22.8518 40.8725 22.8805 40.8789 22.9092C40.8926 22.9706 40.9046 23.0325 40.916 23.0947C40.9206 23.1198 40.9255 23.1448 40.9297 23.1699C40.9409 23.2369 40.9505 23.3042 40.959 23.3721C40.9618 23.3948 40.9652 23.4176 40.9678 23.4404C40.976 23.5142 40.9823 23.5884 40.9873 23.6631C40.9886 23.6826 40.9901 23.7021 40.9912 23.7217C40.9963 23.8138 41 23.9066 41 24C41 24.0931 40.9962 24.1855 40.9912 24.2773C40.9901 24.2969 40.9886 24.3164 40.9873 24.3359C40.9823 24.4106 40.976 24.4848 40.9678 24.5586C40.9653 24.5811 40.9618 24.6035 40.959 24.626C40.9503 24.6955 40.9402 24.7644 40.9287 24.833C40.9251 24.8542 40.9218 24.8754 40.918 24.8965C40.9061 24.962 40.8933 25.0272 40.8789 25.0918C40.8727 25.1196 40.866 25.1472 40.8594 25.1748C40.8434 25.2411 40.8262 25.3068 40.8076 25.3721C40.8027 25.3893 40.7981 25.4066 40.793 25.4238C40.7716 25.4959 40.7481 25.567 40.7236 25.6377C40.7182 25.6534 40.7126 25.669 40.707 25.6846C40.0154 27.6169 38.1701 29 36 29C35.1814 29 34.4095 28.8018 33.7275 28.4531C33.719 28.4487 33.7107 28.4439 33.7021 28.4395C32.0974 27.6072 31 25.9326 31 24C31 21.8301 32.3825 19.9838 34.3145 19.292C34.3301 19.2864 34.3457 19.2808 34.3613 19.2754C34.432 19.2509 34.5032 19.2274 34.5752 19.2061C34.5924 19.201 34.6097 19.1963 34.627 19.1914C34.6922 19.1728 34.7579 19.1556 34.8242 19.1396C34.8524 19.1328 34.8808 19.1264 34.9092 19.1201C34.9706 19.1065 35.0325 19.0944 35.0947 19.083C35.1198 19.0784 35.1448 19.0735 35.1699 19.0693C35.2369 19.0581 35.3043 19.0485 35.3721 19.04C35.3948 19.0372 35.4176 19.0338 35.4404 19.0312C35.5142 19.023 35.5884 19.0167 35.6631 19.0117C35.6826 19.0104 35.7021 19.0089 35.7217 19.0078C35.8138 19.0028 35.9066 19 36 19L36.2021 19.0039Z", style: { fill: `var(--${type})` } })
3354
3349
  ] });
@@ -3359,13 +3354,13 @@ var IconFolderShare = /* @__PURE__ */ forwardRef(
3359
3354
  const iconSize = iconSizeMap[size];
3360
3355
  if (fill && thick) {
3361
3356
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
3362
- /* @__PURE__ */ jsx("path", { d: "M36 31.5C37.6686 31.5 39.2179 32.0109 40.5 32.8848C40.5872 32.9442 40.6731 33.0056 40.7578 33.0684C40.7957 33.0964 40.8327 33.1256 40.8701 33.1543C40.929 33.1995 40.9874 33.2452 41.0449 33.292C41.0826 33.3226 41.1192 33.3544 41.1562 33.3857C41.2053 33.4271 41.2537 33.4692 41.3018 33.5117C41.3428 33.5481 41.3845 33.5839 41.4248 33.6211C41.4715 33.6642 41.5168 33.7087 41.5625 33.7529C41.7108 33.8965 41.8534 34.0456 41.9902 34.2002C42.0393 34.2557 42.0882 34.3113 42.1357 34.3682C42.1678 34.4065 42.1991 34.4455 42.2305 34.4844C42.2686 34.5317 42.3057 34.5797 42.3428 34.6279C42.3787 34.6747 42.4153 34.721 42.4502 34.7686C42.4927 34.8265 42.5342 34.8852 42.5752 34.9443C42.598 34.9772 42.6212 35.0098 42.6436 35.043C42.708 35.1389 42.7707 35.2361 42.8311 35.335C42.8494 35.365 42.8668 35.3955 42.8848 35.4258C42.9247 35.4932 42.9639 35.5612 43.002 35.6299C43.0295 35.6795 43.0556 35.73 43.082 35.7803C43.1083 35.8301 43.134 35.8802 43.1592 35.9307C43.186 35.9844 43.2126 36.0383 43.2383 36.0928C43.2701 36.1603 43.3011 36.2283 43.3311 36.2969C43.3467 36.3327 43.3628 36.3683 43.3779 36.4043C43.4206 36.5058 43.4615 36.6083 43.5 36.7119C43.8229 37.5801 44 38.5193 44 39.5V43C44 44.1046 43.1046 45 42 45H30C28.8954 45 28 44.1046 28 43V39.5C28 39.4592 28.0023 39.4186 28.0029 39.3779C28.0062 39.1632 28.0161 38.9505 28.0361 38.7402L28.041 38.6816C28.4509 34.6478 31.858 31.5 36 31.5Z", style: { fill: `var(--${type})` } }),
3357
+ /* @__PURE__ */ jsx("path", { d: "M36 31.5C37.6686 31.5 39.2179 32.0109 40.5 32.8848C40.5872 32.9442 40.6731 33.0056 40.7578 33.0684C40.7957 33.0964 40.8327 33.1256 40.8701 33.1543C40.929 33.1995 40.9874 33.2452 41.0449 33.292C41.0826 33.3226 41.1192 33.3544 41.1562 33.3857C41.2053 33.4271 41.2537 33.4692 41.3018 33.5117C41.3428 33.5481 41.3845 33.5839 41.4248 33.6211C41.4715 33.6642 41.5168 33.7087 41.5625 33.7529C41.7108 33.8965 41.8534 34.0456 41.9902 34.2002C42.0393 34.2557 42.0882 34.3113 42.1357 34.3682C42.1678 34.4065 42.1991 34.4455 42.2305 34.4844C42.2686 34.5317 42.3057 34.5797 42.3428 34.6279C42.3787 34.6747 42.4152 34.721 42.4502 34.7686C42.4927 34.8265 42.5342 34.8852 42.5752 34.9443C42.598 34.9772 42.6212 35.0098 42.6436 35.043C42.708 35.1389 42.7707 35.2361 42.8311 35.335C42.8494 35.365 42.8668 35.3955 42.8848 35.4258C42.9247 35.4932 42.9639 35.5612 43.002 35.6299C43.0295 35.6795 43.0556 35.73 43.082 35.7803C43.1083 35.8301 43.134 35.8802 43.1592 35.9307C43.186 35.9844 43.2126 36.0383 43.2383 36.0928C43.2701 36.1603 43.3011 36.2283 43.3311 36.2969C43.3467 36.3327 43.3628 36.3682 43.3779 36.4043C43.4206 36.5058 43.4615 36.6083 43.5 36.7119C43.8229 37.5801 44 38.5193 44 39.5V43C44 44.1046 43.1046 45 42 45H30C28.8954 45 28 44.1046 28 43V39.5C28 39.4592 28.0023 39.4186 28.0029 39.3779C28.0062 39.1632 28.0161 38.9505 28.0361 38.7402L28.041 38.6816C28.4509 34.6478 31.858 31.5 36 31.5Z", style: { fill: `var(--${type})` } }),
3363
3358
  /* @__PURE__ */ jsx("path", { d: "M24 10.5H41.5C42.6046 10.5 43.5 11.3954 43.5 12.5V19.0254C42.732 17.8699 41.7043 16.9029 40.5 16.2061V13.5H22.5L19.5 9.5H7.5V38H24.0928C24.0314 38.4913 24 38.992 24 39.5V41H6.5L6.2959 40.9893C5.35435 40.8938 4.6062 40.1457 4.51074 39.2041L4.5 39V8.5C4.5 7.46435 5.28722 6.613 6.2959 6.51074L6.5 6.5H21L24 10.5Z", style: { fill: `var(--${type})` } }),
3364
3359
  /* @__PURE__ */ jsx("path", { d: "M36 19C38.1665 19 40.0098 20.3784 40.7041 22.3057C40.713 22.3303 40.721 22.3551 40.7295 22.3799C40.7508 22.442 40.7721 22.5042 40.791 22.5674C40.7979 22.5904 40.804 22.6136 40.8105 22.6367C40.828 22.6984 40.8443 22.7606 40.8594 22.8232C40.8663 22.8518 40.8725 22.8805 40.8789 22.9092C40.8926 22.9706 40.9046 23.0325 40.916 23.0947C40.9206 23.1198 40.9255 23.1448 40.9297 23.1699C40.9409 23.2369 40.9505 23.3042 40.959 23.3721C40.9618 23.3948 40.9652 23.4176 40.9678 23.4404C40.976 23.5142 40.9823 23.5884 40.9873 23.6631C40.9886 23.6826 40.9901 23.7021 40.9912 23.7217C40.9963 23.8138 41 23.9066 41 24C41 24.0931 40.9962 24.1855 40.9912 24.2773C40.9901 24.2969 40.9886 24.3164 40.9873 24.3359C40.9823 24.4106 40.976 24.4848 40.9678 24.5586C40.9653 24.5811 40.9618 24.6035 40.959 24.626C40.9503 24.6955 40.9402 24.7644 40.9287 24.833C40.9251 24.8542 40.9218 24.8754 40.918 24.8965C40.9061 24.962 40.8933 25.0272 40.8789 25.0918C40.8727 25.1196 40.866 25.1472 40.8594 25.1748C40.8434 25.2411 40.8262 25.3068 40.8076 25.3721C40.8027 25.3893 40.7981 25.4066 40.793 25.4238C40.7716 25.4959 40.7481 25.567 40.7236 25.6377C40.7182 25.6534 40.7126 25.669 40.707 25.6846C40.0154 27.6169 38.1701 29 36 29C33.2386 29 31 26.7614 31 24C31 21.2386 33.2386 19 36 19Z", style: { fill: `var(--${type})` } })
3365
3360
  ] });
3366
3361
  } else if (fill) {
3367
3362
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
3368
- /* @__PURE__ */ jsx("path", { d: "M36 31.5C36.131 31.5 36.2612 31.5035 36.3906 31.5098C36.4167 31.511 36.4427 31.5131 36.4688 31.5146C36.5594 31.5199 36.6495 31.5269 36.7393 31.5352C36.7846 31.5393 36.8299 31.5429 36.875 31.5479C36.9679 31.558 37.0604 31.5697 37.1523 31.583C37.1807 31.5871 37.2091 31.5903 37.2373 31.5947C37.3498 31.6122 37.4614 31.6322 37.5723 31.6543C37.6161 31.663 37.6596 31.6732 37.7031 31.6826C37.7902 31.7015 37.8769 31.7215 37.9629 31.7432C37.9923 31.7506 38.0215 31.7589 38.0508 31.7666C38.1301 31.7876 38.2088 31.8097 38.2871 31.833C38.3354 31.8474 38.3837 31.8617 38.4316 31.877C38.6541 31.9479 38.8724 32.0278 39.0859 32.1172C39.1142 32.129 39.1418 32.1422 39.1699 32.1543C39.2489 32.1885 39.3276 32.2232 39.4053 32.2598C39.4449 32.2785 39.4841 32.2981 39.5234 32.3174C39.5888 32.3495 39.6534 32.3831 39.7178 32.417C39.7594 32.4389 39.8016 32.4598 39.8428 32.4824C39.9384 32.5349 40.0328 32.5893 40.126 32.6455C40.1545 32.6627 40.1826 32.6807 40.2109 32.6982C40.2845 32.7439 40.3577 32.7899 40.4297 32.8379C40.4669 32.8627 40.5033 32.8887 40.54 32.9141C40.5939 32.9513 40.6473 32.9889 40.7002 33.0273C40.7407 33.0568 40.7814 33.086 40.8213 33.1162C41.0013 33.2524 41.1751 33.3963 41.3428 33.5469C41.3817 33.5818 41.4198 33.6176 41.458 33.6533C41.4994 33.692 41.5405 33.731 41.5811 33.7705C41.6266 33.8149 41.6714 33.8599 41.7158 33.9053C41.7556 33.9459 41.7951 33.9868 41.834 34.0283C41.8704 34.0671 41.9067 34.106 41.9424 34.1455C41.9963 34.2053 42.0485 34.2667 42.1006 34.3281C42.1513 34.3879 42.201 34.4485 42.25 34.5098C42.2896 34.5594 42.3297 34.6086 42.3682 34.6592C42.3992 34.6999 42.4297 34.7409 42.46 34.7822C42.5024 34.8402 42.5441 34.8988 42.585 34.958C42.6084 34.9919 42.6314 35.0262 42.6543 35.0605C42.6862 35.1083 42.7172 35.1566 42.748 35.2051C42.7971 35.282 42.8451 35.3597 42.8916 35.4385C42.9328 35.5082 42.9736 35.5783 43.0127 35.6494C43.033 35.6863 43.0525 35.7235 43.0723 35.7607C43.1068 35.8259 43.1401 35.8918 43.1729 35.958C43.1969 36.0067 43.221 36.0553 43.2441 36.1045C43.263 36.1446 43.2807 36.1852 43.2988 36.2256C43.3271 36.2885 43.3561 36.3512 43.3828 36.415C43.405 36.468 43.4253 36.5217 43.4463 36.5752C43.8025 37.4813 44 38.4674 44 39.5V43C44 44.1046 43.1046 45 42 45H30C28.8954 45 28 44.1046 28 43V39.5C28 35.0817 31.5817 31.5 36 31.5Z", style: { fill: `var(--${type})` } }),
3363
+ /* @__PURE__ */ jsx("path", { d: "M36 31.5C36.131 31.5 36.2612 31.5035 36.3906 31.5098C36.4167 31.511 36.4427 31.5131 36.4688 31.5146C36.5594 31.5199 36.6495 31.5269 36.7393 31.5352C36.7846 31.5393 36.8299 31.5429 36.875 31.5479C36.9679 31.558 37.0604 31.5697 37.1523 31.583C37.1807 31.5871 37.2091 31.5903 37.2373 31.5947C37.3498 31.6122 37.4614 31.6322 37.5723 31.6543C37.6161 31.663 37.6596 31.6732 37.7031 31.6826C37.7902 31.7015 37.8769 31.7215 37.9629 31.7432C37.9923 31.7506 38.0215 31.7589 38.0508 31.7666C38.1301 31.7876 38.2088 31.8097 38.2871 31.833C38.3354 31.8474 38.3837 31.8617 38.4316 31.877C38.6541 31.9479 38.8724 32.0278 39.0859 32.1172C39.1142 32.129 39.1418 32.1422 39.1699 32.1543C39.249 32.1885 39.3276 32.2232 39.4053 32.2598C39.4449 32.2785 39.4841 32.2981 39.5234 32.3174C39.5888 32.3495 39.6534 32.3831 39.7178 32.417C39.7594 32.4389 39.8016 32.4598 39.8428 32.4824C39.9384 32.5349 40.0328 32.5893 40.126 32.6455C40.1545 32.6627 40.1826 32.6807 40.2109 32.6982C40.2845 32.7439 40.3577 32.7899 40.4297 32.8379C40.4669 32.8627 40.5033 32.8887 40.54 32.9141C40.5939 32.9513 40.6473 32.9889 40.7002 33.0273C40.7407 33.0568 40.7814 33.086 40.8213 33.1162C41.0013 33.2524 41.1751 33.3963 41.3428 33.5469C41.3817 33.5818 41.4198 33.6176 41.458 33.6533C41.4994 33.692 41.5405 33.731 41.5811 33.7705C41.6266 33.8148 41.6714 33.8599 41.7158 33.9053C41.7556 33.9459 41.7951 33.9868 41.834 34.0283C41.8704 34.0671 41.9067 34.106 41.9424 34.1455C41.9963 34.2053 42.0485 34.2667 42.1006 34.3281C42.1513 34.3879 42.201 34.4485 42.25 34.5098C42.2896 34.5594 42.3297 34.6086 42.3682 34.6592C42.3992 34.6999 42.4297 34.7409 42.46 34.7822C42.5024 34.8402 42.5441 34.8988 42.585 34.958C42.6084 34.9919 42.6314 35.0262 42.6543 35.0605C42.6862 35.1083 42.7172 35.1566 42.748 35.2051C42.7971 35.282 42.8451 35.3597 42.8916 35.4385C42.9328 35.5082 42.9736 35.5783 43.0127 35.6494C43.033 35.6863 43.0525 35.7235 43.0723 35.7607C43.1068 35.8259 43.1401 35.8918 43.1729 35.958C43.1969 36.0067 43.221 36.0553 43.2441 36.1045C43.263 36.1446 43.2807 36.1852 43.2988 36.2256C43.3271 36.2885 43.3561 36.3512 43.3828 36.415C43.405 36.468 43.4253 36.5217 43.4463 36.5752C43.8025 37.4813 44 38.4674 44 39.5V43C44 44.1046 43.1046 45 42 45H30C28.8954 45 28 44.1046 28 43V39.5C28 35.0817 31.5817 31.5 36 31.5Z", style: { fill: `var(--${type})` } }),
3369
3364
  /* @__PURE__ */ jsx("path", { d: "M24 10.5H41.5C42.6046 10.5 43.5 11.3954 43.5 12.5V19.0254C41.8878 16.5995 39.1311 15 36 15C31.0294 15 27 19.0294 27 24C27 26.1722 27.7694 28.1648 29.0508 29.7197C25.995 31.8949 24 35.4634 24 39.5V41H6.5C5.39543 41 4.5 40.1046 4.5 39V8.5C4.5 7.39543 5.39543 6.5 6.5 6.5H21L24 10.5Z", style: { fill: `var(--${type})` } }),
3370
3365
  /* @__PURE__ */ jsx("path", { d: "M36 19C38.7614 19 41 21.2386 41 24C41 26.7614 38.7614 29 36 29C33.2386 29 31 26.7614 31 24C31 21.2386 33.2386 19 36 19Z", style: { fill: `var(--${type})` } })
3371
3366
  ] });
@@ -3377,7 +3372,7 @@ var IconFolderShare = /* @__PURE__ */ forwardRef(
3377
3372
  ] });
3378
3373
  }
3379
3374
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
3380
- /* @__PURE__ */ jsx("path", { d: "M36 31.5C37.6686 31.5 39.2179 32.0109 40.5 32.8848C40.5872 32.9442 40.6731 33.0056 40.7578 33.0684C40.7957 33.0964 40.8327 33.1256 40.8701 33.1543C40.929 33.1995 40.9874 33.2452 41.0449 33.292C41.0826 33.3226 41.1192 33.3544 41.1562 33.3857C41.2053 33.4271 41.2537 33.4692 41.3018 33.5117C41.3428 33.5481 41.3845 33.5839 41.4248 33.6211C41.4715 33.6642 41.5168 33.7087 41.5625 33.7529C41.7108 33.8965 41.8534 34.0456 41.9902 34.2002C42.0393 34.2557 42.0882 34.3113 42.1357 34.3682C42.1678 34.4065 42.1991 34.4455 42.2305 34.4844C42.2686 34.5317 42.3057 34.5797 42.3428 34.6279C42.3787 34.6747 42.4153 34.721 42.4502 34.7686C42.4927 34.8265 42.5342 34.8852 42.5752 34.9443C42.598 34.9772 42.6212 35.0098 42.6436 35.043C42.708 35.1389 42.7707 35.2361 42.8311 35.335C42.8494 35.365 42.8668 35.3955 42.8848 35.4258C42.9247 35.4932 42.9639 35.5612 43.002 35.6299C43.0295 35.6795 43.0556 35.73 43.082 35.7803C43.1083 35.8301 43.134 35.8802 43.1592 35.9307C43.186 35.9844 43.2126 36.0383 43.2383 36.0928C43.2701 36.1603 43.3011 36.2283 43.3311 36.2969C43.3467 36.3327 43.3628 36.3683 43.3779 36.4043C43.4206 36.5058 43.4615 36.6083 43.5 36.7119C43.8229 37.5801 44 38.5193 44 39.5V43C44 44.1046 43.1046 45 42 45H30C28.8954 45 28 44.1046 28 43V39.5C28 39.4592 28.0023 39.4186 28.0029 39.3779C28.0062 39.1632 28.0161 38.9505 28.0361 38.7402L28.041 38.6816C28.4509 34.6478 31.858 31.5 36 31.5Z", style: { fill: `var(--${type})` } }),
3375
+ /* @__PURE__ */ jsx("path", { d: "M36 31.5C37.6686 31.5 39.2179 32.0109 40.5 32.8848C40.5872 32.9442 40.6731 33.0056 40.7578 33.0684C40.7957 33.0964 40.8327 33.1256 40.8701 33.1543C40.929 33.1995 40.9874 33.2452 41.0449 33.292C41.0826 33.3226 41.1192 33.3544 41.1562 33.3857C41.2053 33.4271 41.2537 33.4692 41.3018 33.5117C41.3428 33.5481 41.3845 33.5839 41.4248 33.6211C41.4715 33.6642 41.5168 33.7087 41.5625 33.7529C41.7108 33.8965 41.8534 34.0456 41.9902 34.2002C42.0393 34.2557 42.0882 34.3113 42.1357 34.3682C42.1678 34.4065 42.1991 34.4455 42.2305 34.4844C42.2686 34.5317 42.3057 34.5797 42.3428 34.6279C42.3787 34.6747 42.4152 34.721 42.4502 34.7686C42.4927 34.8265 42.5342 34.8852 42.5752 34.9443C42.598 34.9772 42.6212 35.0098 42.6436 35.043C42.708 35.1389 42.7707 35.2361 42.8311 35.335C42.8494 35.365 42.8668 35.3955 42.8848 35.4258C42.9247 35.4932 42.9639 35.5612 43.002 35.6299C43.0295 35.6795 43.0556 35.73 43.082 35.7803C43.1083 35.8301 43.134 35.8802 43.1592 35.9307C43.186 35.9844 43.2126 36.0383 43.2383 36.0928C43.2701 36.1603 43.3011 36.2283 43.3311 36.2969C43.3467 36.3327 43.3628 36.3682 43.3779 36.4043C43.4206 36.5058 43.4615 36.6083 43.5 36.7119C43.8229 37.5801 44 38.5193 44 39.5V43C44 44.1046 43.1046 45 42 45H30C28.8954 45 28 44.1046 28 43V39.5C28 39.4592 28.0023 39.4186 28.0029 39.3779C28.0062 39.1632 28.0161 38.9505 28.0361 38.7402L28.041 38.6816C28.4509 34.6478 31.858 31.5 36 31.5Z", style: { fill: `var(--${type})` } }),
3381
3376
  /* @__PURE__ */ jsx("path", { d: "M24 10.5H41.5C42.6046 10.5 43.5 11.3954 43.5 12.5V19.0254C42.732 17.8699 41.7043 16.9029 40.5 16.2061V13.5H22.5L19.5 9.5H7.5V38H24.0928C24.0314 38.4913 24 38.992 24 39.5V41H6.5L6.2959 40.9893C5.35435 40.8938 4.6062 40.1457 4.51074 39.2041L4.5 39V8.5C4.5 7.46435 5.28722 6.613 6.2959 6.51074L6.5 6.5H21L24 10.5Z", style: { fill: `var(--${type})` } }),
3382
3377
  /* @__PURE__ */ jsx("path", { d: "M36 19C38.1665 19 40.0098 20.3784 40.7041 22.3057C40.713 22.3303 40.721 22.3551 40.7295 22.3799C40.7508 22.442 40.7721 22.5042 40.791 22.5674C40.7979 22.5904 40.804 22.6136 40.8105 22.6367C40.828 22.6984 40.8443 22.7606 40.8594 22.8232C40.8663 22.8518 40.8725 22.8805 40.8789 22.9092C40.8926 22.9706 40.9046 23.0325 40.916 23.0947C40.9206 23.1198 40.9255 23.1448 40.9297 23.1699C40.9409 23.2369 40.9505 23.3042 40.959 23.3721C40.9618 23.3948 40.9652 23.4176 40.9678 23.4404C40.976 23.5142 40.9823 23.5884 40.9873 23.6631C40.9886 23.6826 40.9901 23.7021 40.9912 23.7217C40.9963 23.8138 41 23.9066 41 24C41 24.0931 40.9962 24.1855 40.9912 24.2773C40.9901 24.2969 40.9886 24.3164 40.9873 24.3359C40.9823 24.4106 40.976 24.4848 40.9678 24.5586C40.9653 24.5811 40.9618 24.6035 40.959 24.626C40.9503 24.6955 40.9402 24.7644 40.9287 24.833C40.9251 24.8542 40.9218 24.8754 40.918 24.8965C40.9061 24.962 40.8933 25.0272 40.8789 25.0918C40.8727 25.1196 40.866 25.1472 40.8594 25.1748C40.8434 25.2411 40.8262 25.3068 40.8076 25.3721C40.8027 25.3893 40.7981 25.4066 40.793 25.4238C40.7716 25.4959 40.7481 25.567 40.7236 25.6377C40.7182 25.6534 40.7126 25.669 40.707 25.6846C40.0154 27.6169 38.1701 29 36 29C33.2386 29 31 26.7614 31 24C31 21.2386 33.2386 19 36 19Z", style: { fill: `var(--${type})` } })
3383
3378
  ] });
@@ -3389,11 +3384,11 @@ var IconVerificationBadge = /* @__PURE__ */ forwardRef(
3389
3384
  if (fill && thick) {
3390
3385
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.2528 9.61038L31.3875 3.10156L24.4346 6.09533L17.4817 3.10156L13.6164 9.61038L6.23169 11.2752L6.93037 18.8129L1.93457 24.5003L6.93037 30.1878L6.23169 37.7255L13.6164 39.3903L17.4817 45.8991L24.4346 42.9053L31.3874 45.8991L35.2528 39.3903L42.6375 37.7255L41.9388 30.1878L46.9346 24.5003L41.9388 18.8129L42.6375 11.2752L35.2528 9.61038ZM22.6152 27.52L16.4289 21.3337L13.6005 24.1621L19.7868 30.3484C21.3469 31.9086 23.8758 31.9108 25.4387 30.3534L36.1191 19.7102L33.2956 16.8768L22.6152 27.52Z", style: { fill: `var(--${type})` } }) });
3391
3386
  } else if (fill) {
3392
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.2523 9.61038L31.387 3.10156L24.4341 6.09533L17.4812 3.10156L13.6159 9.61038L6.2312 11.2752L6.92989 18.8129L1.93408 24.5003L6.92989 30.1878L6.2312 37.7255L13.6159 39.3903L17.4812 45.8991L24.4341 42.9053L31.387 45.8991L35.2523 39.3903L42.637 37.7255L41.9383 30.1878L46.9341 24.5003L41.9383 18.8129L42.637 11.2752L35.2523 9.61038ZM22.2615 27.8736L16.0752 21.6873L13.9539 23.8086L20.1402 29.9949C21.5053 31.36 23.7181 31.362 25.0856 29.9992L35.766 19.356L33.6484 17.231L22.968 27.8742C22.7726 28.0689 22.4565 28.0686 22.2615 27.8736Z", style: { fill: `var(--${type})` } }) });
3387
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.2524 9.61038L31.3871 3.10156L24.4342 6.09533L17.4813 3.10156L13.616 9.61038L6.23132 11.2752L6.93001 18.8129L1.9342 24.5003L6.93001 30.1878L6.23132 37.7255L13.616 39.3903L17.4813 45.8991L24.4342 42.9053L31.3871 45.8991L35.2524 39.3903L42.6371 37.7255L41.9384 30.1878L46.9342 24.5003L41.9384 18.8129L42.6371 11.2752L35.2524 9.61038ZM22.2616 27.8736L16.0753 21.6873L13.954 23.8086L20.1403 29.9949C21.5054 31.36 23.7182 31.362 25.0857 29.9992L35.7662 19.356L33.6485 17.231L22.9681 27.8742C22.7727 28.0689 22.4566 28.0686 22.2616 27.8736Z", style: { fill: `var(--${type})` } }) });
3393
3388
  } else if (thick) {
3394
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.2523 9.61038L31.387 3.10156L24.4341 6.09533L17.4812 3.10156L13.6159 9.61038L6.2312 11.2752L6.92989 18.8129L1.93408 24.5003L6.92989 30.1878L6.2312 37.7255L13.6159 39.3903L17.4812 45.8991L24.4341 42.9053L31.387 45.8991L35.2523 39.3903L42.637 37.7255L41.9383 30.1878L46.9341 24.5003L41.9383 18.8129L42.637 11.2752L35.2523 9.61038ZM22.2615 27.8736L16.0752 21.6873L13.9539 23.8086L20.1402 29.9949C21.5053 31.36 23.7181 31.362 25.0856 29.9992L35.766 19.356L33.6484 17.231L22.968 27.8742C22.7726 28.0689 22.4565 28.0686 22.2615 27.8736Z", style: { fill: `var(--${type})` } }) });
3389
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.2524 9.61038L31.3871 3.10156L24.4342 6.09533L17.4813 3.10156L13.616 9.61038L6.23132 11.2752L6.93001 18.8129L1.9342 24.5003L6.93001 30.1878L6.23132 37.7255L13.616 39.3903L17.4813 45.8991L24.4342 42.9053L31.3871 45.8991L35.2524 39.3903L42.6371 37.7255L41.9384 30.1878L46.9342 24.5003L41.9384 18.8129L42.6371 11.2752L35.2524 9.61038ZM22.2616 27.8736L16.0753 21.6873L13.954 23.8086L20.1403 29.9949C21.5054 31.36 23.7182 31.362 25.0857 29.9992L35.7662 19.356L33.6485 17.231L22.9681 27.8742C22.7727 28.0689 22.4566 28.0686 22.2616 27.8736Z", style: { fill: `var(--${type})` } }) });
3395
3390
  }
3396
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.2523 9.61038L31.387 3.10156L24.4341 6.09533L17.4812 3.10156L13.6159 9.61038L6.2312 11.2752L6.92989 18.8129L1.93408 24.5003L6.92989 30.1878L6.2312 37.7255L13.6159 39.3903L17.4812 45.8991L24.4341 42.9053L31.387 45.8991L35.2523 39.3903L42.637 37.7255L41.9383 30.1878L46.9341 24.5003L41.9383 18.8129L42.637 11.2752L35.2523 9.61038ZM22.2615 27.8736L16.0752 21.6873L13.9539 23.8086L20.1402 29.9949C21.5053 31.36 23.7181 31.362 25.0856 29.9992L35.766 19.356L33.6484 17.231L22.968 27.8742C22.7726 28.0689 22.4565 28.0686 22.2615 27.8736Z", style: { fill: `var(--${type})` } }) });
3391
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.2524 9.61038L31.3871 3.10156L24.4342 6.09533L17.4813 3.10156L13.616 9.61038L6.23132 11.2752L6.93001 18.8129L1.9342 24.5003L6.93001 30.1878L6.23132 37.7255L13.616 39.3903L17.4813 45.8991L24.4342 42.9053L31.3871 45.8991L35.2524 39.3903L42.6371 37.7255L41.9384 30.1878L46.9342 24.5003L41.9384 18.8129L42.6371 11.2752L35.2524 9.61038ZM22.2616 27.8736L16.0753 21.6873L13.954 23.8086L20.1403 29.9949C21.5054 31.36 23.7182 31.362 25.0857 29.9992L35.7662 19.356L33.6485 17.231L22.9681 27.8742C22.7727 28.0689 22.4566 28.0686 22.2616 27.8736Z", style: { fill: `var(--${type})` } }) });
3397
3392
  }
3398
3393
  );
3399
3394
  var IconReport = /* @__PURE__ */ forwardRef(
@@ -3658,13 +3653,13 @@ var IconNewChromeExtension = /* @__PURE__ */ forwardRef(
3658
3653
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3659
3654
  const iconSize = iconSizeMap[size];
3660
3655
  if (fill && thick) {
3661
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M40.2041 11.0107C40.2705 11.0175 40.3361 11.027 40.4004 11.04L40.4033 11.041L40.5713 11.083C40.5742 11.0839 40.5771 11.085 40.5801 11.0859C40.6128 11.0958 40.6448 11.1076 40.6768 11.1191C40.7037 11.1288 40.7305 11.1386 40.7568 11.1494C40.7863 11.1615 40.815 11.1751 40.8438 11.1885C40.8726 11.2019 40.9016 11.2147 40.9297 11.2295C40.9563 11.2435 40.9819 11.2592 41.0078 11.2744C41.0365 11.2912 41.065 11.308 41.0928 11.3262C41.1165 11.3417 41.1391 11.3585 41.1621 11.375C41.1898 11.3948 41.2175 11.4144 41.2441 11.4355C41.2651 11.4523 41.2854 11.4698 41.3057 11.4873C41.334 11.5117 41.3618 11.5365 41.3887 11.5625C41.4062 11.5795 41.4235 11.5967 41.4404 11.6143C41.466 11.6408 41.4905 11.6683 41.5146 11.6963C41.5315 11.7159 41.5483 11.7356 41.5645 11.7559C41.5872 11.7844 41.6087 11.8139 41.6299 11.8438C41.646 11.8665 41.6615 11.8896 41.6768 11.9131C41.694 11.9397 41.7105 11.9667 41.7266 11.9941C41.7415 12.0197 41.7567 12.045 41.7705 12.0713C41.7884 12.1054 41.8043 12.1405 41.8203 12.1758C41.8301 12.1973 41.8406 12.2184 41.8496 12.2402C41.8646 12.2766 41.8768 12.3141 41.8896 12.3516C41.8975 12.3743 41.9061 12.3968 41.9131 12.4199C41.9253 12.4604 41.9356 12.5015 41.9453 12.543C41.9503 12.5644 41.9556 12.5857 41.96 12.6074C41.9853 12.7344 42 12.8655 42 13V36L41.9893 36.2041C41.8938 37.1457 41.1457 37.8938 40.2041 37.9893L40 38H8L7.7959 37.9893C6.85435 37.8938 6.1062 37.1457 6.01074 36.2041L6 36V13C6 11.9643 6.78722 11.113 7.7959 11.0107L8 11H40L40.2041 11.0107ZM9 35H39V22H29C27.8954 22 27 21.1046 27 20V14H9V35Z", style: { fill: `var(--${type})` } }) });
3656
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M40.2041 11.0107C40.2705 11.0175 40.3361 11.027 40.4004 11.04L40.4033 11.041L40.5713 11.083C40.5742 11.0839 40.5771 11.085 40.5801 11.0859C40.6128 11.0958 40.6448 11.1076 40.6768 11.1191C40.7037 11.1288 40.7305 11.1386 40.7568 11.1494C40.7863 11.1615 40.815 11.1751 40.8438 11.1885C40.8726 11.2019 40.9016 11.2147 40.9297 11.2295C40.9563 11.2435 40.9819 11.2592 41.0078 11.2744C41.0365 11.2912 41.065 11.308 41.0928 11.3262C41.1165 11.3417 41.1391 11.3585 41.1621 11.375C41.1898 11.3948 41.2175 11.4144 41.2441 11.4355C41.2651 11.4523 41.2854 11.4698 41.3057 11.4873C41.334 11.5117 41.3618 11.5365 41.3887 11.5625C41.4062 11.5795 41.4235 11.5967 41.4404 11.6143C41.466 11.6408 41.4906 11.6683 41.5146 11.6963C41.5315 11.7159 41.5483 11.7356 41.5645 11.7559C41.5872 11.7844 41.6087 11.8139 41.6299 11.8438C41.646 11.8665 41.6615 11.8896 41.6768 11.9131C41.694 11.9397 41.7105 11.9667 41.7266 11.9941C41.7415 12.0197 41.7567 12.045 41.7705 12.0713C41.7884 12.1054 41.8043 12.1405 41.8203 12.1758C41.8301 12.1973 41.8406 12.2184 41.8496 12.2402C41.8646 12.2766 41.8768 12.3141 41.8896 12.3516C41.8975 12.3743 41.9061 12.3968 41.9131 12.4199C41.9253 12.4604 41.9356 12.5015 41.9453 12.543C41.9503 12.5644 41.9556 12.5857 41.96 12.6074C41.9853 12.7344 42 12.8655 42 13V36L41.9893 36.2041C41.8938 37.1457 41.1457 37.8938 40.2041 37.9893L40 38H8L7.7959 37.9893C6.85435 37.8938 6.1062 37.1457 6.01074 36.2041L6 36V13C6 11.9643 6.78722 11.113 7.7959 11.0107L8 11H40L40.2041 11.0107ZM9 35H39V22H29C27.8954 22 27 21.1046 27 20V14H9V35Z", style: { fill: `var(--${type})` } }) });
3662
3657
  } else if (fill) {
3663
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M40.2041 11.0107C40.2705 11.0175 40.3361 11.027 40.4004 11.04L40.4033 11.041L40.5713 11.083C40.5742 11.0839 40.5771 11.085 40.5801 11.0859C40.6128 11.0958 40.6448 11.1076 40.6768 11.1191C40.7037 11.1288 40.7305 11.1386 40.7568 11.1494C40.7863 11.1615 40.815 11.1751 40.8438 11.1885C40.8726 11.2019 40.9016 11.2147 40.9297 11.2295C40.9563 11.2435 40.9819 11.2592 41.0078 11.2744C41.0365 11.2912 41.065 11.308 41.0928 11.3262C41.1165 11.3417 41.1391 11.3585 41.1621 11.375C41.1898 11.3948 41.2175 11.4144 41.2441 11.4355C41.2651 11.4523 41.2854 11.4698 41.3057 11.4873C41.334 11.5117 41.3618 11.5365 41.3887 11.5625C41.4062 11.5795 41.4235 11.5967 41.4404 11.6143C41.466 11.6408 41.4905 11.6683 41.5146 11.6963C41.5315 11.7159 41.5483 11.7356 41.5645 11.7559C41.5872 11.7844 41.6087 11.8139 41.6299 11.8438C41.646 11.8665 41.6615 11.8896 41.6768 11.9131C41.694 11.9397 41.7105 11.9667 41.7266 11.9941C41.7415 12.0197 41.7567 12.045 41.7705 12.0713C41.7884 12.1054 41.8043 12.1405 41.8203 12.1758C41.8301 12.1973 41.8406 12.2184 41.8496 12.2402C41.8646 12.2766 41.8768 12.3141 41.8896 12.3516C41.8975 12.3743 41.9061 12.3968 41.9131 12.4199C41.9253 12.4604 41.9356 12.5015 41.9453 12.543C41.9503 12.5644 41.9556 12.5857 41.96 12.6074C41.9853 12.7344 42 12.8655 42 13V36L41.9893 36.2041C41.8938 37.1457 41.1457 37.8938 40.2041 37.9893L40 38H8L7.7959 37.9893C6.85435 37.8938 6.1062 37.1457 6.01074 36.2041L6 36V13C6 11.9643 6.78722 11.113 7.7959 11.0107L8 11H40L40.2041 11.0107ZM9 35H39V22H29C27.8954 22 27 21.1046 27 20V14H9V35Z", style: { fill: `var(--${type})` } }) });
3658
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M40.2041 11.0107C40.2705 11.0175 40.3361 11.027 40.4004 11.04L40.4033 11.041L40.5713 11.083C40.5742 11.0839 40.5771 11.085 40.5801 11.0859C40.6128 11.0958 40.6448 11.1076 40.6768 11.1191C40.7037 11.1288 40.7305 11.1386 40.7568 11.1494C40.7863 11.1615 40.815 11.1751 40.8438 11.1885C40.8726 11.2019 40.9016 11.2147 40.9297 11.2295C40.9563 11.2435 40.9819 11.2592 41.0078 11.2744C41.0365 11.2912 41.065 11.308 41.0928 11.3262C41.1165 11.3417 41.1391 11.3585 41.1621 11.375C41.1898 11.3948 41.2175 11.4144 41.2441 11.4355C41.2651 11.4523 41.2854 11.4698 41.3057 11.4873C41.334 11.5117 41.3618 11.5365 41.3887 11.5625C41.4062 11.5795 41.4235 11.5967 41.4404 11.6143C41.466 11.6408 41.4906 11.6683 41.5146 11.6963C41.5315 11.7159 41.5483 11.7356 41.5645 11.7559C41.5872 11.7844 41.6087 11.8139 41.6299 11.8438C41.646 11.8665 41.6615 11.8896 41.6768 11.9131C41.694 11.9397 41.7105 11.9667 41.7266 11.9941C41.7415 12.0197 41.7567 12.045 41.7705 12.0713C41.7884 12.1054 41.8043 12.1405 41.8203 12.1758C41.8301 12.1973 41.8406 12.2184 41.8496 12.2402C41.8646 12.2766 41.8768 12.3141 41.8896 12.3516C41.8975 12.3743 41.9061 12.3968 41.9131 12.4199C41.9253 12.4604 41.9356 12.5015 41.9453 12.543C41.9503 12.5644 41.9556 12.5857 41.96 12.6074C41.9853 12.7344 42 12.8655 42 13V36L41.9893 36.2041C41.8938 37.1457 41.1457 37.8938 40.2041 37.9893L40 38H8L7.7959 37.9893C6.85435 37.8938 6.1062 37.1457 6.01074 36.2041L6 36V13C6 11.9643 6.78722 11.113 7.7959 11.0107L8 11H40L40.2041 11.0107ZM9 35H39V22H29C27.8954 22 27 21.1046 27 20V14H9V35Z", style: { fill: `var(--${type})` } }) });
3664
3659
  } else if (thick) {
3665
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M40.2041 11.0107C40.2705 11.0175 40.3361 11.027 40.4004 11.04L40.4033 11.041L40.5713 11.083C40.5742 11.0839 40.5771 11.085 40.5801 11.0859C40.6128 11.0958 40.6448 11.1076 40.6768 11.1191C40.7037 11.1288 40.7305 11.1386 40.7568 11.1494C40.7863 11.1615 40.815 11.1751 40.8438 11.1885C40.8726 11.2019 40.9016 11.2147 40.9297 11.2295C40.9563 11.2435 40.9819 11.2592 41.0078 11.2744C41.0365 11.2912 41.065 11.308 41.0928 11.3262C41.1165 11.3417 41.1391 11.3585 41.1621 11.375C41.1898 11.3948 41.2175 11.4144 41.2441 11.4355C41.2651 11.4523 41.2854 11.4698 41.3057 11.4873C41.334 11.5117 41.3618 11.5365 41.3887 11.5625C41.4062 11.5795 41.4235 11.5967 41.4404 11.6143C41.466 11.6408 41.4905 11.6683 41.5146 11.6963C41.5315 11.7159 41.5483 11.7356 41.5645 11.7559C41.5872 11.7844 41.6087 11.8139 41.6299 11.8438C41.646 11.8665 41.6615 11.8896 41.6768 11.9131C41.694 11.9397 41.7105 11.9667 41.7266 11.9941C41.7415 12.0197 41.7567 12.045 41.7705 12.0713C41.7884 12.1054 41.8043 12.1405 41.8203 12.1758C41.8301 12.1973 41.8406 12.2184 41.8496 12.2402C41.8646 12.2766 41.8768 12.3141 41.8896 12.3516C41.8975 12.3743 41.9061 12.3968 41.9131 12.4199C41.9253 12.4604 41.9356 12.5015 41.9453 12.543C41.9503 12.5644 41.9556 12.5857 41.96 12.6074C41.9853 12.7344 42 12.8655 42 13V36L41.9893 36.2041C41.8938 37.1457 41.1457 37.8938 40.2041 37.9893L40 38H8L7.7959 37.9893C6.85435 37.8938 6.1062 37.1457 6.01074 36.2041L6 36V13C6 11.9643 6.78722 11.113 7.7959 11.0107L8 11H40L40.2041 11.0107ZM10 34H38V22H29C27.8954 22 27 21.1046 27 20V15H10V34Z", style: { fill: `var(--${type})` } }) });
3660
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M40.2041 11.0107C40.2705 11.0175 40.3361 11.027 40.4004 11.04L40.4033 11.041L40.5713 11.083C40.5742 11.0839 40.5771 11.085 40.5801 11.0859C40.6128 11.0958 40.6448 11.1076 40.6768 11.1191C40.7037 11.1288 40.7305 11.1386 40.7568 11.1494C40.7863 11.1615 40.815 11.1751 40.8438 11.1885C40.8726 11.2019 40.9016 11.2147 40.9297 11.2295C40.9563 11.2435 40.9819 11.2592 41.0078 11.2744C41.0365 11.2912 41.065 11.308 41.0928 11.3262C41.1165 11.3417 41.1391 11.3585 41.1621 11.375C41.1898 11.3948 41.2175 11.4144 41.2441 11.4355C41.2651 11.4523 41.2854 11.4698 41.3057 11.4873C41.334 11.5117 41.3618 11.5365 41.3887 11.5625C41.4062 11.5795 41.4235 11.5967 41.4404 11.6143C41.466 11.6408 41.4906 11.6683 41.5146 11.6963C41.5315 11.7159 41.5483 11.7356 41.5645 11.7559C41.5872 11.7844 41.6087 11.8139 41.6299 11.8438C41.646 11.8665 41.6615 11.8896 41.6768 11.9131C41.694 11.9397 41.7105 11.9667 41.7266 11.9941C41.7415 12.0197 41.7567 12.045 41.7705 12.0713C41.7884 12.1054 41.8043 12.1405 41.8203 12.1758C41.8301 12.1973 41.8406 12.2184 41.8496 12.2402C41.8646 12.2766 41.8768 12.3141 41.8896 12.3516C41.8975 12.3743 41.9061 12.3968 41.9131 12.4199C41.9253 12.4604 41.9356 12.5015 41.9453 12.543C41.9503 12.5644 41.9556 12.5857 41.96 12.6074C41.9853 12.7344 42 12.8655 42 13V36L41.9893 36.2041C41.8938 37.1457 41.1457 37.8938 40.2041 37.9893L40 38H8L7.7959 37.9893C6.85435 37.8938 6.1062 37.1457 6.01074 36.2041L6 36V13C6 11.9643 6.78722 11.113 7.7959 11.0107L8 11H40L40.2041 11.0107ZM10 34H38V22H29C27.8954 22 27 21.1046 27 20V15H10V34Z", style: { fill: `var(--${type})` } }) });
3666
3661
  }
3667
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M40.2041 11.0107C40.2705 11.0175 40.3361 11.027 40.4004 11.04L40.4033 11.041L40.5713 11.083C40.5742 11.0839 40.5771 11.085 40.5801 11.0859C40.6128 11.0958 40.6448 11.1076 40.6768 11.1191C40.7037 11.1288 40.7305 11.1386 40.7568 11.1494C40.7863 11.1615 40.815 11.1751 40.8438 11.1885C40.8726 11.2019 40.9016 11.2147 40.9297 11.2295C40.9563 11.2435 40.9819 11.2592 41.0078 11.2744C41.0365 11.2912 41.065 11.308 41.0928 11.3262C41.1165 11.3417 41.1391 11.3585 41.1621 11.375C41.1898 11.3948 41.2175 11.4144 41.2441 11.4355C41.2651 11.4523 41.2854 11.4698 41.3057 11.4873C41.334 11.5117 41.3618 11.5365 41.3887 11.5625C41.4062 11.5795 41.4235 11.5967 41.4404 11.6143C41.466 11.6408 41.4905 11.6683 41.5146 11.6963C41.5315 11.7159 41.5483 11.7356 41.5645 11.7559C41.5872 11.7844 41.6087 11.8139 41.6299 11.8438C41.646 11.8665 41.6615 11.8896 41.6768 11.9131C41.694 11.9397 41.7105 11.9667 41.7266 11.9941C41.7415 12.0197 41.7567 12.045 41.7705 12.0713C41.7884 12.1054 41.8043 12.1405 41.8203 12.1758C41.8301 12.1973 41.8406 12.2184 41.8496 12.2402C41.8646 12.2766 41.8768 12.3141 41.8896 12.3516C41.8975 12.3743 41.9061 12.3968 41.9131 12.4199C41.9253 12.4604 41.9356 12.5015 41.9453 12.543C41.9503 12.5644 41.9556 12.5857 41.96 12.6074C41.9853 12.7344 42 12.8655 42 13V36L41.9893 36.2041C41.8938 37.1457 41.1457 37.8938 40.2041 37.9893L40 38H8L7.7959 37.9893C6.85435 37.8938 6.1062 37.1457 6.01074 36.2041L6 36V13C6 11.9643 6.78722 11.113 7.7959 11.0107L8 11H40L40.2041 11.0107ZM9 35H39V22H29C27.8954 22 27 21.1046 27 20V14H9V35Z", style: { fill: `var(--${type})` } }) });
3662
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M40.2041 11.0107C40.2705 11.0175 40.3361 11.027 40.4004 11.04L40.4033 11.041L40.5713 11.083C40.5742 11.0839 40.5771 11.085 40.5801 11.0859C40.6128 11.0958 40.6448 11.1076 40.6768 11.1191C40.7037 11.1288 40.7305 11.1386 40.7568 11.1494C40.7863 11.1615 40.815 11.1751 40.8438 11.1885C40.8726 11.2019 40.9016 11.2147 40.9297 11.2295C40.9563 11.2435 40.9819 11.2592 41.0078 11.2744C41.0365 11.2912 41.065 11.308 41.0928 11.3262C41.1165 11.3417 41.1391 11.3585 41.1621 11.375C41.1898 11.3948 41.2175 11.4144 41.2441 11.4355C41.2651 11.4523 41.2854 11.4698 41.3057 11.4873C41.334 11.5117 41.3618 11.5365 41.3887 11.5625C41.4062 11.5795 41.4235 11.5967 41.4404 11.6143C41.466 11.6408 41.4906 11.6683 41.5146 11.6963C41.5315 11.7159 41.5483 11.7356 41.5645 11.7559C41.5872 11.7844 41.6087 11.8139 41.6299 11.8438C41.646 11.8665 41.6615 11.8896 41.6768 11.9131C41.694 11.9397 41.7105 11.9667 41.7266 11.9941C41.7415 12.0197 41.7567 12.045 41.7705 12.0713C41.7884 12.1054 41.8043 12.1405 41.8203 12.1758C41.8301 12.1973 41.8406 12.2184 41.8496 12.2402C41.8646 12.2766 41.8768 12.3141 41.8896 12.3516C41.8975 12.3743 41.9061 12.3968 41.9131 12.4199C41.9253 12.4604 41.9356 12.5015 41.9453 12.543C41.9503 12.5644 41.9556 12.5857 41.96 12.6074C41.9853 12.7344 42 12.8655 42 13V36L41.9893 36.2041C41.8938 37.1457 41.1457 37.8938 40.2041 37.9893L40 38H8L7.7959 37.9893C6.85435 37.8938 6.1062 37.1457 6.01074 36.2041L6 36V13C6 11.9643 6.78722 11.113 7.7959 11.0107L8 11H40L40.2041 11.0107ZM9 35H39V22H29C27.8954 22 27 21.1046 27 20V14H9V35Z", style: { fill: `var(--${type})` } }) });
3668
3663
  }
3669
3664
  );
3670
3665
  var IconMobile = /* @__PURE__ */ forwardRef(
@@ -3705,7 +3700,7 @@ var IconMembers = /* @__PURE__ */ forwardRef(
3705
3700
  } else if (fill) {
3706
3701
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
3707
3702
  /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.7822 21.7812C24.0254 21.7812 29.0869 26.8427 29.0869 33.0859V38.3027C29.0869 39.2632 28.3082 40.042 27.3477 40.042H4.73926L4.56152 40.0332C3.68446 39.9442 3 39.2033 3 38.3027V33.0859C3.00004 27.0378 7.74979 22.0987 13.7227 21.7959L14.3047 21.7812H17.7822ZM14.3047 24.7812C9.86169 24.7813 6.23322 28.2705 6.01074 32.6582L6 33.0859V37.042H26.0869V33.0859C26.0869 28.4996 22.3686 24.7812 17.7822 24.7812H14.3047Z", style: { fill: `var(--${type})` } }),
3708
- /* @__PURE__ */ jsx("path", { d: "M33.7822 21.7812C40.0254 21.7812 45.0869 26.8427 45.0869 33.0859V38.3027C45.0869 39.2632 44.3082 40.042 43.3477 40.042H31.7568C31.9695 39.5034 32.0869 38.9168 32.0869 38.3027V37.042H42.0869V33.0859C42.0869 28.4996 38.3686 24.7812 33.7822 24.7812H30.3047C30.0195 24.7813 29.7377 24.7952 29.46 24.8232C28.7837 23.8692 27.9937 23.0015 27.1094 22.2402C27.9445 21.9946 28.8194 21.8417 29.7227 21.7959L30.3047 21.7812H33.7822Z", style: { fill: `var(--${type})` } }),
3703
+ /* @__PURE__ */ jsx("path", { d: "M33.7822 21.7812C40.0254 21.7812 45.0869 26.8427 45.0869 33.0859V38.3027C45.0869 39.2632 44.3082 40.042 43.3477 40.042H31.7568C31.9695 39.5034 32.0869 38.9168 32.0869 38.3027V37.042H42.0869V33.0859C42.0869 28.4996 38.3686 24.7812 33.7822 24.7812H30.3047C30.0195 24.7812 29.7377 24.7952 29.46 24.8232C28.7837 23.8692 27.9937 23.0015 27.1094 22.2402C27.9445 21.9946 28.8194 21.8417 29.7227 21.7959L30.3047 21.7812H33.7822Z", style: { fill: `var(--${type})` } }),
3709
3704
  /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.043 7C19.6447 7 22.5653 9.91974 22.5654 13.5215L22.5566 13.8574C22.3819 17.3033 19.5323 20.0439 16.043 20.0439L15.708 20.0352C12.2619 19.8607 9.52148 17.0109 9.52148 13.5215C9.52162 9.91982 12.4413 7.00013 16.043 7ZM16.043 10C14.0982 10.0001 12.5216 11.5767 12.5215 13.5215C12.5215 15.4664 14.0981 17.0438 16.043 17.0439C17.988 17.0439 19.5654 15.4665 19.5654 13.5215C19.5653 11.5766 17.9879 10 16.043 10Z", style: { fill: `var(--${type})` } }),
3710
3705
  /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M32.043 7C35.6447 7 38.5653 9.91974 38.5654 13.5215L38.5566 13.8574C38.3819 17.3033 35.5323 20.0439 32.043 20.0439L31.708 20.0352C28.2619 19.8607 25.5215 17.0109 25.5215 13.5215C25.5216 9.91982 28.4413 7.00013 32.043 7ZM32.043 10C30.0982 10.0001 28.5216 11.5767 28.5215 13.5215C28.5215 15.4664 30.0981 17.0438 32.043 17.0439C33.988 17.0439 35.5654 15.4665 35.5654 13.5215C35.5653 11.5766 33.9879 10 32.043 10Z", style: { fill: `var(--${type})` } })
3711
3706
  ] });
@@ -3719,7 +3714,7 @@ var IconMembers = /* @__PURE__ */ forwardRef(
3719
3714
  }
3720
3715
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
3721
3716
  /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.7822 21.7812C24.0254 21.7812 29.0869 26.8427 29.0869 33.0859V38.3027C29.0869 39.2632 28.3082 40.042 27.3477 40.042H4.73926L4.56152 40.0332C3.68446 39.9442 3 39.2033 3 38.3027V33.0859C3.00004 27.0378 7.74979 22.0987 13.7227 21.7959L14.3047 21.7812H17.7822ZM14.3047 24.7812C9.86169 24.7813 6.23322 28.2705 6.01074 32.6582L6 33.0859V37.042H26.0869V33.0859C26.0869 28.4996 22.3686 24.7812 17.7822 24.7812H14.3047Z", style: { fill: `var(--${type})` } }),
3722
- /* @__PURE__ */ jsx("path", { d: "M33.7822 21.7812C40.0254 21.7812 45.0869 26.8427 45.0869 33.0859V38.3027C45.0869 39.2632 44.3082 40.042 43.3477 40.042H31.7568C31.9695 39.5034 32.0869 38.9168 32.0869 38.3027V37.042H42.0869V33.0859C42.0869 28.4996 38.3686 24.7812 33.7822 24.7812H30.3047C30.0195 24.7813 29.7377 24.7952 29.46 24.8232C28.7837 23.8692 27.9937 23.0015 27.1094 22.2402C27.9445 21.9946 28.8194 21.8417 29.7227 21.7959L30.3047 21.7812H33.7822Z", style: { fill: `var(--${type})` } }),
3717
+ /* @__PURE__ */ jsx("path", { d: "M33.7822 21.7812C40.0254 21.7812 45.0869 26.8427 45.0869 33.0859V38.3027C45.0869 39.2632 44.3082 40.042 43.3477 40.042H31.7568C31.9695 39.5034 32.0869 38.9168 32.0869 38.3027V37.042H42.0869V33.0859C42.0869 28.4996 38.3686 24.7812 33.7822 24.7812H30.3047C30.0195 24.7812 29.7377 24.7952 29.46 24.8232C28.7837 23.8692 27.9937 23.0015 27.1094 22.2402C27.9445 21.9946 28.8194 21.8417 29.7227 21.7959L30.3047 21.7812H33.7822Z", style: { fill: `var(--${type})` } }),
3723
3718
  /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.043 7C19.6447 7 22.5653 9.91974 22.5654 13.5215L22.5566 13.8574C22.3819 17.3033 19.5323 20.0439 16.043 20.0439L15.708 20.0352C12.2619 19.8607 9.52148 17.0109 9.52148 13.5215C9.52162 9.91982 12.4413 7.00013 16.043 7ZM16.043 10C14.0982 10.0001 12.5216 11.5767 12.5215 13.5215C12.5215 15.4664 14.0981 17.0438 16.043 17.0439C17.988 17.0439 19.5654 15.4665 19.5654 13.5215C19.5653 11.5766 17.9879 10 16.043 10Z", style: { fill: `var(--${type})` } }),
3724
3719
  /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M32.043 7C35.6447 7 38.5653 9.91974 38.5654 13.5215L38.5566 13.8574C38.3819 17.3033 35.5323 20.0439 32.043 20.0439L31.708 20.0352C28.2619 19.8607 25.5215 17.0109 25.5215 13.5215C25.5216 9.91982 28.4413 7.00013 32.043 7ZM32.043 10C30.0982 10.0001 28.5216 11.5767 28.5215 13.5215C28.5215 15.4664 30.0981 17.0438 32.043 17.0439C33.988 17.0439 35.5654 15.4665 35.5654 13.5215C35.5653 11.5766 33.9879 10 32.043 10Z", style: { fill: `var(--${type})` } })
3725
3720
  ] });
@@ -3791,7 +3786,7 @@ var IconLiteratureReview = /* @__PURE__ */ forwardRef(
3791
3786
  if (fill && thick) {
3792
3787
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
3793
3788
  /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M34.834 29.0088C38.2686 29.1826 41 32.0222 41 35.5L40.9912 35.835C40.9341 36.9597 40.5889 38.0075 40.0312 38.9102L45.0605 43.9395L42.9395 46.0605L37.9102 41.0312C36.9185 41.644 35.7513 42 34.5 42L34.165 41.9912C30.8418 41.8225 28.1775 39.1582 28.0088 35.835L28 35.5C28 31.9101 30.9101 29 34.5 29L34.834 29.0088ZM34.5 32C32.567 32 31 33.567 31 35.5C31 37.433 32.567 39 34.5 39C36.433 39 38 37.433 38 35.5C38 33.567 36.433 32 34.5 32Z", style: { fill: `var(--${type})` } }),
3794
- /* @__PURE__ */ jsx("path", { d: "M41 5C42.1046 5 43 5.89543 43 7V28.4531C42.1401 27.5419 41.1262 26.7791 40 26.2031V8H8V40H24.7529C25.1811 41.0961 25.7776 42.1076 26.5146 43H7L6.7959 42.9893C5.78722 42.887 5 42.0357 5 41V7C5 5.89543 5.89543 5 7 5H41Z", style: { fill: `var(--${type})` } }),
3789
+ /* @__PURE__ */ jsx("path", { d: "M41 5C42.1046 5 43 5.89543 43 7V28.4531C42.1401 27.5419 41.1262 26.7791 40 26.2031V8H8V40H24.7529C25.1811 41.0961 25.7776 42.1076 26.5146 43H7L6.7959 42.9893C5.78722 42.887 5 42.0356 5 41V7C5 5.89543 5.89543 5 7 5H41Z", style: { fill: `var(--${type})` } }),
3795
3790
  /* @__PURE__ */ jsx("path", { d: "M25.4756 30.5C24.941 31.4237 24.5375 32.4315 24.2891 33.5H14.5V30.5H25.4756Z", style: { fill: `var(--${type})` } }),
3796
3791
  /* @__PURE__ */ jsx("path", { d: "M33.5 25.1045C32.8862 25.1882 32.2881 25.3194 31.7109 25.5H14.5V22.5H33.5V25.1045Z", style: { fill: `var(--${type})` } }),
3797
3792
  /* @__PURE__ */ jsx("path", { d: "M33.5 17.5H14.5V14.5H33.5V17.5Z", style: { fill: `var(--${type})` } })
@@ -3799,7 +3794,7 @@ var IconLiteratureReview = /* @__PURE__ */ forwardRef(
3799
3794
  } else if (fill) {
3800
3795
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
3801
3796
  /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M34.834 29.0088C38.2686 29.1826 41 32.0222 41 35.5L40.9912 35.835C40.9341 36.9597 40.5889 38.0075 40.0312 38.9102L45.0605 43.9395L42.9395 46.0605L37.9102 41.0312C36.9185 41.644 35.7513 42 34.5 42L34.165 41.9912C30.8418 41.8225 28.1775 39.1582 28.0088 35.835L28 35.5C28 31.9101 30.9101 29 34.5 29L34.834 29.0088ZM34.5 32C32.567 32 31 33.567 31 35.5C31 37.433 32.567 39 34.5 39C36.433 39 38 37.433 38 35.5C38 33.567 36.433 32 34.5 32Z", style: { fill: `var(--${type})` } }),
3802
- /* @__PURE__ */ jsx("path", { d: "M41 5C42.1046 5 43 5.89543 43 7V28.4531C42.1401 27.5419 41.1262 26.7791 40 26.2031V8H8V40H24.7529C25.1811 41.0961 25.7776 42.1076 26.5146 43H7L6.7959 42.9893C5.78722 42.887 5 42.0357 5 41V7C5 5.89543 5.89543 5 7 5H41Z", style: { fill: `var(--${type})` } }),
3797
+ /* @__PURE__ */ jsx("path", { d: "M41 5C42.1046 5 43 5.89543 43 7V28.4531C42.1401 27.5419 41.1262 26.7791 40 26.2031V8H8V40H24.7529C25.1811 41.0961 25.7776 42.1076 26.5146 43H7L6.7959 42.9893C5.78722 42.887 5 42.0356 5 41V7C5 5.89543 5.89543 5 7 5H41Z", style: { fill: `var(--${type})` } }),
3803
3798
  /* @__PURE__ */ jsx("path", { d: "M25.4756 30.5C24.941 31.4237 24.5375 32.4315 24.2891 33.5H14.5V30.5H25.4756Z", style: { fill: `var(--${type})` } }),
3804
3799
  /* @__PURE__ */ jsx("path", { d: "M33.5 25.1045C32.8862 25.1882 32.2881 25.3194 31.7109 25.5H14.5V22.5H33.5V25.1045Z", style: { fill: `var(--${type})` } }),
3805
3800
  /* @__PURE__ */ jsx("path", { d: "M33.5 17.5H14.5V14.5H33.5V17.5Z", style: { fill: `var(--${type})` } })
@@ -3807,7 +3802,7 @@ var IconLiteratureReview = /* @__PURE__ */ forwardRef(
3807
3802
  } else if (thick) {
3808
3803
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
3809
3804
  /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M34.834 29.0088C38.2686 29.1826 41 32.0222 41 35.5L40.9912 35.835C40.9434 36.7767 40.6939 37.6649 40.2871 38.459L45.4141 43.5859L42.5859 46.4141L37.459 41.2871C36.5713 41.7419 35.566 42 34.5 42L34.165 41.9912C30.8418 41.8225 28.1775 39.1582 28.0088 35.835L28 35.5C28 31.9101 30.9101 29 34.5 29L34.834 29.0088ZM34.5 33C33.1193 33 32 34.1193 32 35.5C32 36.8807 33.1193 38 34.5 38C35.8807 38 37 36.8807 37 35.5C37 34.1193 35.8807 33 34.5 33Z", style: { fill: `var(--${type})` } }),
3810
- /* @__PURE__ */ jsx("path", { d: "M41 5C42.1046 5 43 5.89543 43 7V28.4531C41.8923 27.2794 40.5297 26.3505 39 25.7529V9H9V39H24.418C24.838 40.4844 25.5584 41.8422 26.5146 43H7L6.7959 42.9893C5.78722 42.887 5 42.0357 5 41V7C5 5.89543 5.89543 5 7 5H41Z", style: { fill: `var(--${type})` } }),
3805
+ /* @__PURE__ */ jsx("path", { d: "M41 5C42.1046 5 43 5.89543 43 7V28.4531C41.8923 27.2794 40.5297 26.3505 39 25.7529V9H9V39H24.418C24.838 40.4844 25.5584 41.8422 26.5146 43H7L6.7959 42.9893C5.78722 42.887 5 42.0356 5 41V7C5 5.89543 5.89543 5 7 5H41Z", style: { fill: `var(--${type})` } }),
3811
3806
  /* @__PURE__ */ jsx("path", { d: "M25.7822 30C25.0039 31.1934 24.4517 32.5462 24.1846 34H14V30H25.7822Z", style: { fill: `var(--${type})` } }),
3812
3807
  /* @__PURE__ */ jsx("path", { d: "M34 25.0469C32.7315 25.1612 31.5264 25.4918 30.4189 26H14V22H34V25.0469Z", style: { fill: `var(--${type})` } }),
3813
3808
  /* @__PURE__ */ jsx("path", { d: "M34 18H14V14H34V18Z", style: { fill: `var(--${type})` } })
@@ -3815,7 +3810,7 @@ var IconLiteratureReview = /* @__PURE__ */ forwardRef(
3815
3810
  }
3816
3811
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
3817
3812
  /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M34.834 29.0088C38.2686 29.1826 41 32.0222 41 35.5L40.9912 35.835C40.9341 36.9597 40.5889 38.0075 40.0312 38.9102L45.0605 43.9395L42.9395 46.0605L37.9102 41.0312C36.9185 41.644 35.7513 42 34.5 42L34.165 41.9912C30.8418 41.8225 28.1775 39.1582 28.0088 35.835L28 35.5C28 31.9101 30.9101 29 34.5 29L34.834 29.0088ZM34.5 32C32.567 32 31 33.567 31 35.5C31 37.433 32.567 39 34.5 39C36.433 39 38 37.433 38 35.5C38 33.567 36.433 32 34.5 32Z", style: { fill: `var(--${type})` } }),
3818
- /* @__PURE__ */ jsx("path", { d: "M41 5C42.1046 5 43 5.89543 43 7V28.4531C42.1401 27.5419 41.1262 26.7791 40 26.2031V8H8V40H24.7529C25.1811 41.0961 25.7776 42.1076 26.5146 43H7L6.7959 42.9893C5.78722 42.887 5 42.0357 5 41V7C5 5.89543 5.89543 5 7 5H41Z", style: { fill: `var(--${type})` } }),
3813
+ /* @__PURE__ */ jsx("path", { d: "M41 5C42.1046 5 43 5.89543 43 7V28.4531C42.1401 27.5419 41.1262 26.7791 40 26.2031V8H8V40H24.7529C25.1811 41.0961 25.7776 42.1076 26.5146 43H7L6.7959 42.9893C5.78722 42.887 5 42.0356 5 41V7C5 5.89543 5.89543 5 7 5H41Z", style: { fill: `var(--${type})` } }),
3819
3814
  /* @__PURE__ */ jsx("path", { d: "M25.4756 30.5C24.941 31.4237 24.5375 32.4315 24.2891 33.5H14.5V30.5H25.4756Z", style: { fill: `var(--${type})` } }),
3820
3815
  /* @__PURE__ */ jsx("path", { d: "M33.5 25.1045C32.8862 25.1882 32.2881 25.3194 31.7109 25.5H14.5V22.5H33.5V25.1045Z", style: { fill: `var(--${type})` } }),
3821
3816
  /* @__PURE__ */ jsx("path", { d: "M33.5 17.5H14.5V14.5H33.5V17.5Z", style: { fill: `var(--${type})` } })
@@ -3867,15 +3862,15 @@ var IconRestaurant = /* @__PURE__ */ forwardRef(
3867
3862
  var IconColorLiner = /* @__PURE__ */ forwardRef(
3868
3863
  ({ size = "m", className, ...props }, ref) => {
3869
3864
  const iconSize = iconSizeMap[size];
3870
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M39.6001 18.2152V8.52042C39.6001 8.41885 39.5211 8.33984 39.4196 8.33984H29.6499C29.6499 8.33984 29.5596 8.36242 29.5258 8.39627L23.9189 13.9942C23.9189 13.9942 23.8399 14.0506 23.7948 14.0506H13.4949C13.4949 14.0506 13.4046 14.0732 13.3708 14.1071L6.17321 21.2738C6.0604 21.3866 6.13937 21.5898 6.29731 21.5898H15.5819C15.8527 21.5898 16.067 21.8042 16.067 22.0751V31.7022C16.067 31.8037 16.146 31.8827 16.2475 31.8827H25.8932C26.1639 31.8827 26.3783 32.1085 26.3783 32.3681V41.634C26.3783 41.792 26.5701 41.8823 26.6941 41.7694L33.7902 34.6817C33.7902 34.6817 33.8466 34.6027 33.8466 34.5463V24.0953C33.8466 24.0953 33.8691 23.9937 33.903 23.9599L39.5437 18.3168C39.5437 18.3168 39.6001 18.2378 39.6001 18.1814V18.2152ZM24.6071 22.7974V15.2808C24.6071 15.01 24.8214 14.7955 25.0922 14.7955H32.6282C32.8989 14.7955 33.1133 15.01 33.1133 15.2808V22.7974C33.1133 23.0683 32.8989 23.2827 32.6282 23.2827H25.0922C24.8214 23.2827 24.6071 23.0683 24.6071 22.7974Z", fill: "#14371B" }) });
3865
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M39.6 18.2154V8.52057C39.6 8.419 39.521 8.34 39.4195 8.34H29.6498C29.6498 8.34 29.5595 8.36257 29.5257 8.39643L23.9188 13.9944C23.9188 13.9944 23.8398 14.0508 23.7947 14.0508H13.4947C13.4947 14.0508 13.4045 14.0734 13.3706 14.1072L6.17309 21.2739C6.06028 21.3868 6.13925 21.5899 6.29719 21.5899H15.5818C15.8526 21.5899 16.0669 21.8044 16.0669 22.0752V31.7023C16.0669 31.8039 16.1459 31.8829 16.2474 31.8829H25.893C26.1638 31.8829 26.3781 32.1086 26.3781 32.3682V41.6341C26.3781 41.7921 26.5699 41.8824 26.694 41.7696L33.7901 34.6819C33.7901 34.6819 33.8465 34.6029 33.8465 34.5464V24.0955C33.8465 24.0955 33.869 23.9939 33.9029 23.96L39.5436 18.317C39.5436 18.317 39.6 18.2379 39.6 18.1815V18.2154ZM24.607 22.7976V15.281C24.607 15.0101 24.8213 14.7957 25.0921 14.7957H32.6281C32.8988 14.7957 33.1132 15.0101 33.1132 15.281V22.7976C33.1132 23.0684 32.8988 23.2829 32.6281 23.2829H25.0921C24.8213 23.2829 24.607 23.0684 24.607 22.7976Z", fill: "#14371B" }) });
3871
3866
  }
3872
3867
  );
3873
3868
  var IconColorLinerVariation = /* @__PURE__ */ forwardRef(
3874
3869
  ({ size = "m", className, ...props }, ref) => {
3875
3870
  const iconSize = iconSizeMap[size];
3876
3871
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
3877
- /* @__PURE__ */ jsx("g", { "clip-path": "url(#clip0_774_42385)", children: /* @__PURE__ */ jsx("path", { d: "M44.7999 16.2883V3.36186C44.7999 3.22643 44.6946 3.12109 44.5592 3.12109H31.5329C31.5329 3.12109 31.4126 3.15119 31.3675 3.19633L23.8916 10.6602C23.8916 10.6602 23.7863 10.7355 23.7262 10.7355H9.99291C9.99291 10.7355 9.87257 10.7656 9.82745 10.8107L0.230706 20.3663C0.0802863 20.5168 0.18558 20.7877 0.396167 20.7877H12.7757C13.1367 20.7877 13.4225 21.0736 13.4225 21.4348V34.2709C13.4225 34.4063 13.5278 34.5116 13.6631 34.5116H26.524C26.885 34.5116 27.1708 34.8126 27.1708 35.1587V47.5133C27.1708 47.724 27.4265 47.8443 27.592 47.6939L37.0533 38.2436C37.0533 38.2436 37.1285 38.1383 37.1285 38.063V24.1284C37.1285 24.1284 37.1586 23.9929 37.2037 23.9478L44.7247 16.4237C44.7247 16.4237 44.7999 16.3184 44.7999 16.2431V16.2883ZM24.8092 22.3978V12.3757C24.8092 12.0146 25.095 11.7287 25.456 11.7287H35.504C35.865 11.7287 36.1508 12.0146 36.1508 12.3757V22.3978C36.1508 22.759 35.865 23.0449 35.504 23.0449H25.456C25.095 23.0449 24.8092 22.759 24.8092 22.3978Z", fill: "#14371B" }) }),
3878
- /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_774_42385", children: /* @__PURE__ */ jsx("rect", { width: "48", height: "48", fill: "white" }) }) })
3872
+ /* @__PURE__ */ jsx("g", { "clip-path": "url(#clip0_1076_10079)", children: /* @__PURE__ */ jsx("path", { d: "M44.8 16.2872V3.36077C44.8 3.22533 44.6947 3.12 44.5594 3.12H31.5331C31.5331 3.12 31.4127 3.15009 31.3676 3.19524L23.8918 10.6591C23.8918 10.6591 23.7865 10.7344 23.7263 10.7344H9.99303C9.99303 10.7344 9.8727 10.7645 9.82757 10.8096L0.230828 20.3652C0.0804084 20.5157 0.185702 20.7866 0.396289 20.7866H12.7758C13.1368 20.7866 13.4226 21.0725 13.4226 21.4337V34.2698C13.4226 34.4052 13.5279 34.5105 13.6633 34.5105H26.5241C26.8851 34.5105 27.1709 34.8115 27.1709 35.1576V47.5122C27.1709 47.7229 27.4266 47.8432 27.5921 47.6928L37.0534 38.2425C37.0534 38.2425 37.1287 38.1371 37.1287 38.0619V24.1273C37.1287 24.1273 37.1587 23.9918 37.2039 23.9467L44.7248 16.4226C44.7248 16.4226 44.8 16.3173 44.8 16.242V16.2872ZM24.8093 22.3967V12.3746C24.8093 12.0135 25.0951 11.7276 25.4561 11.7276H35.5041C35.8651 11.7276 36.1509 12.0135 36.1509 12.3746V22.3967C36.1509 22.7579 35.8651 23.0438 35.5041 23.0438H25.4561C25.0951 23.0438 24.8093 22.7579 24.8093 22.3967Z", fill: "#14371B" }) }),
3873
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_1076_10079", children: /* @__PURE__ */ jsx("rect", { width: "48", height: "48", fill: "white" }) }) })
3879
3874
  ] });
3880
3875
  }
3881
3876
  );
@@ -3986,7 +3981,7 @@ var IconStar = /* @__PURE__ */ forwardRef(
3986
3981
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3987
3982
  const iconSize = iconSizeMap[size];
3988
3983
  if (fill && thick) {
3989
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M22.2443 5.21983C23.0024 3.83042 24.998 3.83032 25.756 5.21983L30.7111 14.3048C30.7471 14.3708 30.7866 14.4343 30.8293 14.4952C31.1276 14.9208 31.5822 15.2159 32.0988 15.3126L42.2697 17.2179C43.8258 17.5093 44.4422 19.4073 43.3547 20.5577L36.2453 28.0772C36.0391 28.2954 35.8877 28.5545 35.7971 28.8331C35.7066 29.1118 35.6775 29.4103 35.716 29.7081L37.0471 39.9718C37.0752 40.1891 37.0667 40.3985 37.0305 40.5968C37.0187 40.6611 37.0053 40.7245 36.9875 40.7862C36.9684 40.8525 36.9447 40.9166 36.9191 40.9796C36.911 40.9995 36.9034 41.0196 36.8947 41.0392C36.8868 41.057 36.8778 41.0743 36.8693 41.0919C36.8603 41.1106 36.8515 41.1292 36.842 41.1476C36.8105 41.2079 36.7757 41.2659 36.7385 41.3224C36.7272 41.3394 36.716 41.3565 36.7043 41.3731C36.6917 41.3911 36.6784 41.4084 36.6652 41.4259C36.6539 41.4409 36.6428 41.4561 36.631 41.4708C36.6167 41.4887 36.602 41.5062 36.5871 41.5235C36.5748 41.5379 36.5627 41.5525 36.55 41.5665C36.534 41.5841 36.5177 41.6013 36.5012 41.6183C36.4859 41.6339 36.47 41.649 36.4543 41.6642C36.4388 41.679 36.4233 41.6937 36.4074 41.7081C36.3958 41.7186 36.3841 41.7291 36.3723 41.7394C36.3526 41.7563 36.3329 41.773 36.3127 41.7892C36.2983 41.8006 36.2834 41.8113 36.2687 41.8224C36.2453 41.8401 36.2216 41.8574 36.1974 41.8741C36.1915 41.8782 36.1859 41.8828 36.1799 41.8868C36.1523 41.9054 36.1243 41.9233 36.0959 41.9405C36.0863 41.9463 36.0763 41.9515 36.0666 41.9571C36.0405 41.9723 36.0142 41.987 35.9875 42.0011C35.9742 42.008 35.9609 42.0149 35.9475 42.0216C35.928 42.0312 35.9086 42.0409 35.8889 42.0499C35.8663 42.0602 35.8434 42.0697 35.8205 42.0792C35.8013 42.0871 35.7823 42.0953 35.7629 42.1026C35.7454 42.1092 35.7278 42.1151 35.7101 42.1212C35.6858 42.1296 35.6616 42.1381 35.6369 42.1456C35.6275 42.1485 35.618 42.1507 35.6086 42.1534C35.5353 42.1745 35.4608 42.1916 35.385 42.2042C35.3755 42.2058 35.3661 42.2077 35.3566 42.2091C35.3259 42.2137 35.295 42.2176 35.2639 42.2208C35.2512 42.2221 35.2385 42.2227 35.2258 42.2237C35.1512 42.2299 35.0761 42.2331 35.0002 42.2306C34.9911 42.2303 34.982 42.2291 34.9728 42.2286C34.9381 42.227 34.9033 42.2253 34.8683 42.2218C34.8608 42.221 34.8534 42.2197 34.8459 42.2188C34.633 42.1947 34.4176 42.1356 34.2062 42.0353L24.8576 37.5978C24.315 37.3402 23.6854 37.3403 23.1428 37.5978L13.7941 42.0353C13.5816 42.1361 13.3646 42.195 13.1506 42.2188C13.1437 42.2196 13.1369 42.2211 13.1301 42.2218C13.0958 42.2252 13.0616 42.227 13.0275 42.2286C13.0184 42.2291 13.0093 42.2303 13.0002 42.2306C12.925 42.2331 12.8505 42.2298 12.7766 42.2237C12.7622 42.2226 12.7479 42.2223 12.7336 42.2208C12.7038 42.2177 12.6742 42.2135 12.6447 42.2091C12.6346 42.2076 12.6245 42.2059 12.6144 42.2042C12.5386 42.1916 12.4641 42.1745 12.3908 42.1534C12.3811 42.1506 12.3712 42.1486 12.3615 42.1456C12.3401 42.1391 12.3192 42.1313 12.298 42.1241C12.2755 42.1164 12.2529 42.1092 12.2307 42.1007C12.2145 42.0945 12.1987 42.0877 12.1828 42.0812C12.1576 42.0708 12.1324 42.0603 12.1076 42.0489C12.0934 42.0424 12.0796 42.0353 12.0656 42.0284C12.0436 42.0177 12.0218 42.0067 12.0002 41.9952C11.9831 41.9861 11.9662 41.9765 11.9494 41.9669C11.93 41.9558 11.9108 41.9444 11.8918 41.9327C11.8727 41.921 11.8538 41.9089 11.8351 41.8966C11.8195 41.8862 11.8036 41.8761 11.7883 41.8653C11.7681 41.8511 11.7484 41.8363 11.7287 41.8214C11.717 41.8125 11.705 41.8041 11.6935 41.795C11.67 41.7764 11.6469 41.7571 11.6242 41.7374C11.6146 41.7291 11.6053 41.7205 11.5959 41.712C11.5757 41.6938 11.5558 41.6753 11.5363 41.6563C11.5254 41.6457 11.5147 41.635 11.5041 41.6241C11.4846 41.6042 11.4652 41.5843 11.4465 41.5636C11.4372 41.5533 11.4282 41.5428 11.4191 41.5323C11.4008 41.5112 11.3829 41.4898 11.3654 41.4679C11.3562 41.4563 11.3471 41.4445 11.3381 41.4327C11.3207 41.4099 11.3037 41.3869 11.2873 41.3634C11.2788 41.3512 11.2711 41.3386 11.2629 41.3263C11.2532 41.3116 11.2429 41.2973 11.2336 41.2823L11.2121 41.2472C11.1824 41.1973 11.1554 41.1456 11.1301 41.0929C11.047 40.9204 10.9869 40.7339 10.9572 40.5362C10.9541 40.5156 10.9528 40.4946 10.9504 40.4737C10.9314 40.3124 10.9309 40.1446 10.9533 39.9718L12.2844 29.7081C12.2849 29.7039 12.2848 29.6996 12.2853 29.6954C12.358 29.1041 12.1637 28.5105 11.7541 28.0772L4.64472 20.5577C3.5916 19.4432 4.13744 17.6274 5.5871 17.2501L5.73065 17.2179L15.9016 15.3126C15.9322 15.3069 15.9622 15.2982 15.9924 15.2911C16.5439 15.161 17.0165 14.8048 17.2892 14.3048L22.2443 5.21983Z", style: { fill: `var(--${type})` } }) });
3984
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M22.2443 5.21983C23.0024 3.83042 24.998 3.83032 25.756 5.21983L30.7111 14.3048C30.7471 14.3708 30.7866 14.4343 30.8293 14.4952C31.1276 14.9208 31.5822 15.2159 32.0988 15.3126L42.2697 17.2179C43.8258 17.5093 44.4422 19.4073 43.3547 20.5577L36.2453 28.0772C36.0391 28.2954 35.8877 28.5545 35.7971 28.8331C35.7066 29.1118 35.6775 29.4103 35.716 29.7081L37.0471 39.9718C37.0752 40.1891 37.0667 40.3985 37.0305 40.5968C37.0187 40.6611 37.0053 40.7245 36.9875 40.7862C36.9684 40.8525 36.9447 40.9166 36.9191 40.9796C36.911 40.9995 36.9034 41.0196 36.8947 41.0392C36.8868 41.057 36.8778 41.0743 36.8693 41.0919C36.8603 41.1106 36.8515 41.1292 36.842 41.1476C36.8105 41.2079 36.7757 41.2659 36.7385 41.3224C36.7272 41.3394 36.716 41.3565 36.7043 41.3731C36.6917 41.3911 36.6784 41.4084 36.6652 41.4259C36.6539 41.4409 36.6428 41.4561 36.631 41.4708C36.6167 41.4887 36.602 41.5062 36.5871 41.5235C36.5748 41.5379 36.5627 41.5525 36.55 41.5665C36.534 41.5841 36.5177 41.6013 36.5012 41.6183C36.4859 41.6339 36.47 41.649 36.4543 41.6642C36.4388 41.679 36.4233 41.6937 36.4074 41.7081C36.3958 41.7186 36.3841 41.7291 36.3723 41.7394C36.3526 41.7563 36.3329 41.773 36.3127 41.7892C36.2983 41.8006 36.2834 41.8113 36.2687 41.8224C36.2453 41.8401 36.2216 41.8574 36.1974 41.8741C36.1915 41.8782 36.1859 41.8828 36.1799 41.8868C36.1523 41.9054 36.1243 41.9233 36.0959 41.9405C36.0863 41.9463 36.0763 41.9515 36.0666 41.9571C36.0405 41.9723 36.0142 41.987 35.9875 42.0011C35.9742 42.008 35.9609 42.0149 35.9475 42.0216C35.928 42.0312 35.9086 42.0409 35.8889 42.0499C35.8663 42.0602 35.8434 42.0697 35.8205 42.0792C35.8013 42.0871 35.7823 42.0953 35.7629 42.1026C35.7454 42.1092 35.7278 42.1151 35.7101 42.1212C35.6858 42.1296 35.6616 42.1381 35.6369 42.1456C35.6275 42.1485 35.618 42.1507 35.6086 42.1534C35.5353 42.1745 35.4608 42.1916 35.385 42.2042C35.3755 42.2058 35.3661 42.2077 35.3566 42.2091C35.3259 42.2137 35.295 42.2176 35.2639 42.2208C35.2512 42.2221 35.2385 42.2227 35.2258 42.2237C35.1512 42.2299 35.0761 42.2331 35.0002 42.2306C34.9911 42.2303 34.982 42.229 34.9728 42.2286C34.9381 42.227 34.9033 42.2253 34.8683 42.2218C34.8608 42.221 34.8534 42.2197 34.8459 42.2188C34.633 42.1947 34.4176 42.1356 34.2062 42.0353L24.8576 37.5978C24.315 37.3402 23.6854 37.3403 23.1428 37.5978L13.7941 42.0353C13.5816 42.1361 13.3646 42.195 13.1506 42.2188C13.1437 42.2196 13.1369 42.2211 13.1301 42.2218C13.0958 42.2252 13.0616 42.227 13.0275 42.2286C13.0184 42.2291 13.0093 42.2303 13.0002 42.2306C12.925 42.2331 12.8505 42.2298 12.7766 42.2237C12.7622 42.2226 12.7479 42.2223 12.7336 42.2208C12.7038 42.2177 12.6742 42.2135 12.6447 42.2091C12.6346 42.2076 12.6245 42.2059 12.6144 42.2042C12.5386 42.1916 12.4641 42.1745 12.3908 42.1534C12.3811 42.1506 12.3712 42.1486 12.3615 42.1456C12.3401 42.1391 12.3192 42.1313 12.298 42.1241C12.2755 42.1164 12.2529 42.1092 12.2307 42.1007C12.2145 42.0945 12.1987 42.0877 12.1828 42.0812C12.1576 42.0708 12.1324 42.0603 12.1076 42.0489C12.0934 42.0424 12.0796 42.0353 12.0656 42.0284C12.0436 42.0177 12.0218 42.0067 12.0002 41.9952C11.9831 41.9861 11.9662 41.9765 11.9494 41.9669C11.93 41.9558 11.9108 41.9444 11.8918 41.9327C11.8727 41.921 11.8538 41.9089 11.8351 41.8966C11.8195 41.8862 11.8036 41.8761 11.7883 41.8653C11.7681 41.8511 11.7484 41.8363 11.7287 41.8214C11.717 41.8125 11.705 41.8041 11.6935 41.795C11.67 41.7764 11.6469 41.7571 11.6242 41.7374C11.6146 41.7291 11.6053 41.7205 11.5959 41.712C11.5757 41.6938 11.5558 41.6753 11.5363 41.6563C11.5254 41.6457 11.5147 41.635 11.5041 41.6241C11.4846 41.6042 11.4652 41.5843 11.4465 41.5636C11.4372 41.5533 11.4282 41.5428 11.4191 41.5323C11.4008 41.5112 11.3829 41.4898 11.3654 41.4679C11.3562 41.4563 11.3471 41.4445 11.3381 41.4327C11.3207 41.4099 11.3037 41.3869 11.2873 41.3634C11.2788 41.3512 11.2711 41.3386 11.2629 41.3263C11.2532 41.3116 11.2429 41.2973 11.2336 41.2823L11.2121 41.2472C11.1824 41.1973 11.1554 41.1456 11.1301 41.0929C11.047 40.9204 10.9869 40.7339 10.9572 40.5362C10.9541 40.5156 10.9528 40.4946 10.9504 40.4737C10.9314 40.3124 10.9309 40.1446 10.9533 39.9718L12.2844 29.7081C12.2849 29.7039 12.2848 29.6996 12.2853 29.6954C12.358 29.1041 12.1637 28.5105 11.7541 28.0772L4.64472 20.5577C3.5916 19.4432 4.13744 17.6274 5.5871 17.2501L5.73065 17.2179L15.9016 15.3126C15.9322 15.3069 15.9622 15.2982 15.9924 15.2911C16.5439 15.161 17.0165 14.8048 17.2892 14.3048L22.2443 5.21983Z", style: { fill: `var(--${type})` } }) });
3990
3985
  } else if (fill) {
3991
3986
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M22.2441 5.22015C23.0021 3.83026 24.9979 3.83026 25.7559 5.22015L30.7109 14.3051C30.9986 14.8324 31.5082 15.2024 32.0986 15.3129L42.2695 17.2182C43.8256 17.5096 44.4421 19.4076 43.3545 20.558L36.2451 28.0776C35.8327 28.514 35.6387 29.1129 35.7158 29.7084L37.0469 39.9711C37.2442 41.492 35.7356 42.6401 34.3408 42.0932L34.2061 42.0356L24.8574 37.5971C24.3149 37.3397 23.6851 37.3397 23.1426 37.5971L13.794 42.0356L13.6592 42.0932C12.2644 42.6401 10.7558 41.492 10.9531 39.9711L12.2842 29.7084C12.3517 29.1871 12.2112 28.6637 11.8984 28.2485L11.7539 28.0776L4.64551 20.558C3.55789 19.4076 4.17438 17.5096 5.73047 17.2182L15.9014 15.3129C16.4181 15.2162 16.8736 14.9213 17.1719 14.4955L17.2891 14.3051L22.2441 5.22015ZM19.9229 15.7416C19.2037 17.06 17.9302 17.9857 16.4541 18.2621L8.08399 19.8285L13.9346 26.016C14.9664 27.1075 15.453 28.6056 15.2598 30.0951L14.1631 38.5385L21.8555 34.8871C23.1276 34.2833 24.5917 34.2454 25.8877 34.7739L26.1445 34.8871L33.8359 38.5385L32.7402 30.0951C32.547 28.6056 33.0336 27.1075 34.0654 26.016L39.915 19.8285L31.5459 18.2621C30.0698 17.9857 28.7963 17.06 28.0772 15.7416L24 8.26604L19.9229 15.7416Z", style: { fill: `var(--${type})` } }) });
3992
3987
  } else if (thick) {
@@ -4132,11 +4127,11 @@ var IconLocation = /* @__PURE__ */ forwardRef(
4132
4127
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4133
4128
  const iconSize = iconSizeMap[size];
4134
4129
  if (fill && thick) {
4135
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.0229 4C32.7856 4.00003 40.4986 11.0113 40.0229 21C39.5233 31.4915 24.0479 43.9799 24.0229 44C24.0229 44 8.55957 31.7426 8.02293 21C7.52338 11 15.2602 4 24.0229 4ZM23.8335 15C21.1642 15 18.9997 17.1638 18.9995 19.833C18.9995 22.5024 21.1641 24.667 23.8335 24.667C26.5028 24.6669 28.6665 22.5023 28.6665 19.833C28.6663 17.1638 26.5027 15.0001 23.8335 15Z", style: { fill: `var(--${type})` } }) });
4130
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.0229 4C32.7856 4.00003 40.4986 11.0113 40.0229 21C39.5233 31.4915 24.0478 43.9799 24.0229 44C24.0229 44 8.55957 31.7426 8.02293 21C7.52338 11 15.2602 4 24.0229 4ZM23.8335 15C21.1642 15 18.9997 17.1638 18.9995 19.833C18.9995 22.5024 21.1641 24.667 23.8335 24.667C26.5028 24.6669 28.6665 22.5023 28.6665 19.833C28.6663 17.1638 26.5027 15.0001 23.8335 15Z", style: { fill: `var(--${type})` } }) });
4136
4131
  } else if (fill) {
4137
4132
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4138
4133
  /* @__PURE__ */ jsx("path", { d: "M23.8335 15C26.5027 15.0001 28.6663 17.1638 28.6665 19.833C28.6665 22.5023 26.5028 24.6669 23.8335 24.667C21.1641 24.667 18.9995 22.5024 18.9995 19.833C18.9997 17.1638 21.1642 15 23.8335 15Z", style: { fill: `var(--${type})` } }),
4139
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.0219 4C32.7846 4 40.4976 11.0113 40.0219 21C39.5219 31.5 24.0219 44 24.0219 44C23.9166 43.9164 8.55675 31.7058 8.02195 21C7.52244 11.0004 15.2596 4.00047 24.0219 4ZM24.0219 7C16.8614 7.00047 10.6107 12.6761 11.019 20.8506C11.1205 22.8816 11.9497 25.1898 13.351 27.6338C14.7381 30.0527 16.5791 32.4209 18.4624 34.5312C20.338 36.633 22.2064 38.4237 23.6089 39.6904C23.746 39.8143 23.8809 39.9307 24.0083 40.0439C24.1416 39.9239 24.2832 39.8006 24.4272 39.6689C25.8348 38.3818 27.7103 36.5661 29.5913 34.4463C31.4799 32.3178 33.3242 29.9388 34.7114 27.5273C36.1154 25.0865 36.9326 22.8152 37.0259 20.8574C37.4153 12.6804 31.1743 7 24.0219 7Z", style: { fill: `var(--${type})` } })
4134
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.0219 4C32.7846 4 40.4976 11.0113 40.0219 21C39.5219 31.5 24.0219 44 24.0219 44C23.9166 43.9164 8.55675 31.7058 8.02195 21C7.52244 11.0004 15.2596 4.00047 24.0219 4ZM24.0219 7C16.8614 7.00047 10.6107 12.6761 11.019 20.8506C11.1205 22.8816 11.9497 25.1898 13.351 27.6338C14.7381 30.0527 16.5791 32.4209 18.4624 34.5312C20.338 36.633 22.2064 38.4237 23.6089 39.6904C23.7459 39.8143 23.8809 39.9307 24.0083 40.0439C24.1416 39.9239 24.2832 39.8006 24.4272 39.6689C25.8348 38.3818 27.7103 36.5661 29.5913 34.4463C31.4799 32.3178 33.3242 29.9388 34.7114 27.5273C36.1154 25.0865 36.9326 22.8152 37.0259 20.8574C37.4153 12.6804 31.1743 7 24.0219 7Z", style: { fill: `var(--${type})` } })
4140
4135
  ] });
4141
4136
  } else if (thick) {
4142
4137
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -4146,7 +4141,7 @@ var IconLocation = /* @__PURE__ */ forwardRef(
4146
4141
  }
4147
4142
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4148
4143
  /* @__PURE__ */ jsx("path", { d: "M23.8335 15C26.5027 15.0001 28.6663 17.1638 28.6665 19.833C28.6665 22.5023 26.5028 24.6669 23.8335 24.667C21.1641 24.667 18.9995 22.5024 18.9995 19.833C18.9997 17.1638 21.1642 15 23.8335 15Z", style: { fill: `var(--${type})` } }),
4149
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.0219 4C32.7846 4 40.4976 11.0113 40.0219 21C39.5219 31.5 24.0219 44 24.0219 44C23.9166 43.9164 8.55675 31.7058 8.02195 21C7.52244 11.0004 15.2596 4.00047 24.0219 4ZM24.0219 7C16.8614 7.00047 10.6107 12.6761 11.019 20.8506C11.1205 22.8816 11.9497 25.1898 13.351 27.6338C14.7381 30.0527 16.5791 32.4209 18.4624 34.5312C20.338 36.633 22.2064 38.4237 23.6089 39.6904C23.746 39.8143 23.8809 39.9307 24.0083 40.0439C24.1416 39.9239 24.2832 39.8006 24.4272 39.6689C25.8348 38.3818 27.7103 36.5661 29.5913 34.4463C31.4799 32.3178 33.3242 29.9388 34.7114 27.5273C36.1154 25.0865 36.9326 22.8152 37.0259 20.8574C37.4153 12.6804 31.1743 7 24.0219 7Z", style: { fill: `var(--${type})` } })
4144
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.0219 4C32.7846 4 40.4976 11.0113 40.0219 21C39.5219 31.5 24.0219 44 24.0219 44C23.9166 43.9164 8.55675 31.7058 8.02195 21C7.52244 11.0004 15.2596 4.00047 24.0219 4ZM24.0219 7C16.8614 7.00047 10.6107 12.6761 11.019 20.8506C11.1205 22.8816 11.9497 25.1898 13.351 27.6338C14.7381 30.0527 16.5791 32.4209 18.4624 34.5312C20.338 36.633 22.2064 38.4237 23.6089 39.6904C23.7459 39.8143 23.8809 39.9307 24.0083 40.0439C24.1416 39.9239 24.2832 39.8006 24.4272 39.6689C25.8348 38.3818 27.7103 36.5661 29.5913 34.4463C31.4799 32.3178 33.3242 29.9388 34.7114 27.5273C36.1154 25.0865 36.9326 22.8152 37.0259 20.8574C37.4153 12.6804 31.1743 7 24.0219 7Z", style: { fill: `var(--${type})` } })
4150
4145
  ] });
4151
4146
  }
4152
4147
  );
@@ -4167,7 +4162,7 @@ var IconBag = /* @__PURE__ */ forwardRef(
4167
4162
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4168
4163
  const iconSize = iconSizeMap[size];
4169
4164
  if (fill && thick) {
4170
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M30 5C31.1046 5 32 5.89543 32 7V13H42L42.2041 13.0107C42.2705 13.0175 42.3361 13.027 42.4004 13.04L42.4033 13.041L42.5713 13.083C42.5742 13.0839 42.5771 13.085 42.5801 13.0859C42.6128 13.0958 42.6448 13.1076 42.6768 13.1191C42.7037 13.1288 42.7305 13.1386 42.7568 13.1494C42.7863 13.1615 42.815 13.1751 42.8438 13.1885C42.8726 13.2019 42.9016 13.2147 42.9297 13.2295C42.9563 13.2435 42.9819 13.2592 43.0078 13.2744C43.0365 13.2912 43.065 13.308 43.0928 13.3262C43.1165 13.3417 43.1391 13.3585 43.1621 13.375C43.1898 13.3948 43.2175 13.4144 43.2441 13.4355C43.2651 13.4523 43.2854 13.4698 43.3057 13.4873C43.334 13.5117 43.3618 13.5365 43.3887 13.5625C43.4062 13.5795 43.4235 13.5967 43.4404 13.6143C43.466 13.6408 43.4905 13.6683 43.5146 13.6963C43.5315 13.7159 43.5483 13.7356 43.5645 13.7559C43.5872 13.7844 43.6087 13.8139 43.6299 13.8438C43.646 13.8665 43.6615 13.8896 43.6768 13.9131C43.694 13.9397 43.7105 13.9667 43.7266 13.9941C43.7415 14.0197 43.7567 14.045 43.7705 14.0713C43.7884 14.1054 43.8043 14.1405 43.8203 14.1758C43.8301 14.1973 43.8406 14.2184 43.8496 14.2402C43.8646 14.2766 43.8768 14.3141 43.8896 14.3516C43.8975 14.3743 43.9061 14.3968 43.9131 14.4199C43.9253 14.4604 43.9356 14.5015 43.9453 14.543C43.9503 14.5644 43.9556 14.5857 43.96 14.6074C43.9853 14.7344 44 14.8655 44 15V41C44 41.1337 43.986 41.2642 43.9609 41.3906C43.9566 41.4127 43.9504 41.4343 43.9453 41.4561C43.9356 41.4976 43.9253 41.5386 43.9131 41.5791C43.9061 41.6022 43.8974 41.6247 43.8896 41.6475C43.8768 41.6849 43.8646 41.7224 43.8496 41.7588C43.8406 41.7807 43.83 41.8018 43.8203 41.8232C43.8043 41.8585 43.7884 41.8936 43.7705 41.9277C43.7567 41.954 43.7415 41.9793 43.7266 42.0049C43.7105 42.0323 43.694 42.0593 43.6768 42.0859C43.6615 42.1094 43.646 42.1325 43.6299 42.1553C43.6087 42.1851 43.5872 42.2146 43.5645 42.2432C43.5483 42.2634 43.5315 42.2831 43.5146 42.3027C43.4906 42.3307 43.466 42.3582 43.4404 42.3848C43.4235 42.4024 43.4062 42.4195 43.3887 42.4365C43.3618 42.4625 43.334 42.4873 43.3057 42.5117C43.2854 42.5293 43.2651 42.5467 43.2441 42.5635C43.2175 42.5847 43.1898 42.6042 43.1621 42.624C43.1391 42.6405 43.1165 42.6573 43.0928 42.6729C43.065 42.691 43.0365 42.7078 43.0078 42.7246C42.9819 42.7398 42.9563 42.7555 42.9297 42.7695C42.9016 42.7843 42.8726 42.7971 42.8438 42.8105C42.815 42.824 42.7863 42.8375 42.7568 42.8496C42.7305 42.8604 42.7037 42.8702 42.6768 42.8799C42.6448 42.8914 42.6128 42.9032 42.5801 42.9131C42.5336 42.9271 42.4863 42.9385 42.4385 42.9492C42.4257 42.9521 42.4133 42.9564 42.4004 42.959C42.336 42.9721 42.2706 42.9825 42.2041 42.9893C42.137 42.9961 42.0689 43 42 43H6C5.86552 43 5.73445 42.9853 5.60742 42.96C5.58574 42.9556 5.56439 42.9503 5.54297 42.9453C5.50147 42.9356 5.46038 42.9253 5.41992 42.9131C5.3968 42.9061 5.37432 42.8975 5.35156 42.8896C5.31412 42.8768 5.27664 42.8646 5.24023 42.8496C5.21836 42.8406 5.19726 42.8301 5.17578 42.8203C5.14054 42.8043 5.1054 42.7884 5.07129 42.7705C5.04504 42.7567 5.01969 42.7415 4.99414 42.7266C4.9667 42.7105 4.93968 42.694 4.91309 42.6768C4.88965 42.6615 4.8665 42.646 4.84375 42.6299C4.81394 42.6087 4.78443 42.5872 4.75586 42.5645C4.73559 42.5483 4.71591 42.5315 4.69629 42.5146C4.66833 42.4905 4.64084 42.466 4.61426 42.4404C4.59666 42.4235 4.57947 42.4062 4.5625 42.3887C4.53655 42.3618 4.51173 42.334 4.4873 42.3057C4.46978 42.2854 4.45226 42.2651 4.43555 42.2441C4.41438 42.2175 4.39482 42.1898 4.375 42.1621C4.35853 42.1391 4.34167 42.1165 4.32617 42.0928C4.30803 42.065 4.29119 42.0365 4.27441 42.0078C4.25925 41.9819 4.24351 41.9563 4.22949 41.9297C4.21473 41.9016 4.20192 41.8726 4.18848 41.8438C4.17506 41.815 4.16148 41.7863 4.14941 41.7568C4.13862 41.7305 4.12882 41.7037 4.11914 41.6768C4.10763 41.6448 4.09584 41.6128 4.08594 41.5801C4.04937 41.4592 4.02386 41.3335 4.01074 41.2041L4 41V15C4 14.9311 4.00394 14.863 4.01074 14.7959C4.113 13.7872 4.96435 13 6 13H16V7C16 5.89543 16.8954 5 18 5H30ZM20 13H28V9H20V13Z", style: { fill: `var(--${type})` } }) });
4165
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M30 5C31.1046 5 32 5.89543 32 7V13H42L42.2041 13.0107C42.2705 13.0175 42.3361 13.027 42.4004 13.04L42.4033 13.041L42.5713 13.083C42.5742 13.0839 42.5771 13.085 42.5801 13.0859C42.6128 13.0958 42.6448 13.1076 42.6768 13.1191C42.7037 13.1288 42.7305 13.1386 42.7568 13.1494C42.7863 13.1615 42.815 13.1751 42.8438 13.1885C42.8726 13.2019 42.9016 13.2147 42.9297 13.2295C42.9563 13.2435 42.9819 13.2592 43.0078 13.2744C43.0365 13.2912 43.065 13.308 43.0928 13.3262C43.1165 13.3417 43.1391 13.3585 43.1621 13.375C43.1898 13.3948 43.2175 13.4144 43.2441 13.4355C43.2651 13.4523 43.2854 13.4698 43.3057 13.4873C43.334 13.5117 43.3618 13.5365 43.3887 13.5625C43.4062 13.5795 43.4235 13.5967 43.4404 13.6143C43.466 13.6408 43.4906 13.6683 43.5146 13.6963C43.5315 13.7159 43.5483 13.7356 43.5645 13.7559C43.5872 13.7844 43.6087 13.8139 43.6299 13.8438C43.646 13.8665 43.6615 13.8896 43.6768 13.9131C43.694 13.9397 43.7105 13.9667 43.7266 13.9941C43.7415 14.0197 43.7567 14.045 43.7705 14.0713C43.7884 14.1054 43.8043 14.1405 43.8203 14.1758C43.8301 14.1973 43.8406 14.2184 43.8496 14.2402C43.8646 14.2766 43.8768 14.3141 43.8896 14.3516C43.8975 14.3743 43.9061 14.3968 43.9131 14.4199C43.9253 14.4604 43.9356 14.5015 43.9453 14.543C43.9503 14.5644 43.9556 14.5857 43.96 14.6074C43.9853 14.7344 44 14.8655 44 15V41C44 41.1337 43.986 41.2642 43.9609 41.3906C43.9566 41.4127 43.9504 41.4343 43.9453 41.4561C43.9356 41.4976 43.9253 41.5386 43.9131 41.5791C43.9061 41.6022 43.8974 41.6247 43.8896 41.6475C43.8768 41.6849 43.8646 41.7224 43.8496 41.7588C43.8406 41.7807 43.83 41.8018 43.8203 41.8232C43.8043 41.8585 43.7884 41.8936 43.7705 41.9277C43.7567 41.954 43.7415 41.9793 43.7266 42.0049C43.7105 42.0323 43.694 42.0593 43.6768 42.0859C43.6615 42.1094 43.646 42.1325 43.6299 42.1553C43.6087 42.1851 43.5872 42.2146 43.5645 42.2432C43.5483 42.2634 43.5315 42.2831 43.5146 42.3027C43.4906 42.3307 43.466 42.3582 43.4404 42.3848C43.4235 42.4024 43.4062 42.4195 43.3887 42.4365C43.3618 42.4625 43.334 42.4873 43.3057 42.5117C43.2854 42.5293 43.2651 42.5467 43.2441 42.5635C43.2175 42.5847 43.1898 42.6042 43.1621 42.624C43.1391 42.6405 43.1165 42.6573 43.0928 42.6729C43.065 42.691 43.0365 42.7078 43.0078 42.7246C42.9819 42.7398 42.9563 42.7555 42.9297 42.7695C42.9016 42.7843 42.8726 42.7971 42.8438 42.8105C42.815 42.824 42.7863 42.8375 42.7568 42.8496C42.7305 42.8604 42.7037 42.8702 42.6768 42.8799C42.6448 42.8914 42.6128 42.9032 42.5801 42.9131C42.5336 42.9271 42.4863 42.9385 42.4385 42.9492C42.4257 42.9521 42.4133 42.9564 42.4004 42.959C42.336 42.9721 42.2706 42.9825 42.2041 42.9893C42.137 42.9961 42.0689 43 42 43H6C5.86552 43 5.73445 42.9853 5.60742 42.96C5.58574 42.9556 5.56439 42.9503 5.54297 42.9453C5.50147 42.9356 5.46038 42.9253 5.41992 42.9131C5.3968 42.9061 5.37432 42.8975 5.35156 42.8896C5.31412 42.8768 5.27664 42.8646 5.24023 42.8496C5.21836 42.8406 5.19726 42.8301 5.17578 42.8203C5.14054 42.8043 5.1054 42.7884 5.07129 42.7705C5.04504 42.7567 5.01969 42.7415 4.99414 42.7266C4.9667 42.7105 4.93968 42.694 4.91309 42.6768C4.88965 42.6615 4.8665 42.646 4.84375 42.6299C4.81394 42.6087 4.78443 42.5872 4.75586 42.5645C4.73559 42.5483 4.71591 42.5315 4.69629 42.5146C4.66833 42.4906 4.64084 42.466 4.61426 42.4404C4.59666 42.4235 4.57947 42.4062 4.5625 42.3887C4.53655 42.3618 4.51173 42.334 4.4873 42.3057C4.46978 42.2854 4.45226 42.2651 4.43555 42.2441C4.41438 42.2175 4.39482 42.1898 4.375 42.1621C4.35853 42.1391 4.34167 42.1165 4.32617 42.0928C4.30803 42.065 4.29119 42.0365 4.27441 42.0078C4.25925 41.9819 4.24351 41.9563 4.22949 41.9297C4.21473 41.9016 4.20192 41.8726 4.18848 41.8438C4.17506 41.815 4.16148 41.7863 4.14941 41.7568C4.13862 41.7305 4.12882 41.7037 4.11914 41.6768C4.10763 41.6448 4.09584 41.6128 4.08594 41.5801C4.04937 41.4592 4.02386 41.3335 4.01074 41.2041L4 41V15C4 14.9311 4.00394 14.863 4.01074 14.7959C4.113 13.7872 4.96435 13 6 13H16V7C16 5.89543 16.8954 5 18 5H30ZM20 13H28V9H20V13Z", style: { fill: `var(--${type})` } }) });
4171
4166
  } else if (fill) {
4172
4167
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M30 5C31.1046 5 32 5.89543 32 7V13H42L42.2041 13.0107C43.2128 13.113 44 13.9643 44 15V41C44 42.0357 43.2128 42.887 42.2041 42.9893L42 43H6C4.96435 43 4.113 42.2128 4.01074 41.2041L4 41V15C4 13.8954 4.89543 13 6 13H16V7C16 5.89543 16.8954 5 18 5H30ZM7 40H41V16H7V40ZM19 13H29V8H19V13Z", style: { fill: `var(--${type})` } }) });
4173
4168
  } else if (thick) {
@@ -4181,10 +4176,10 @@ var IconColorExcel = /* @__PURE__ */ forwardRef(
4181
4176
  const iconSize = iconSizeMap[size];
4182
4177
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4183
4178
  /* @__PURE__ */ jsxs("g", { "clip-path": "url(#clip0_12237_297)", children: [
4184
- /* @__PURE__ */ jsx("rect", { width: "48", height: "48", rx: "9", fill: "#22A162" }),
4185
- /* @__PURE__ */ jsx("path", { d: "M14.5773 32.9999L20.85 23.9727L14.7682 14.9999H19.8955L23.8773 21.6545H24.0409L28.0773 14.9999H33.2318L27.0682 23.8636L33.4227 32.9999H28.2955L24.0409 26.1272H23.8773L19.7045 32.9999H14.5773Z", fill: "white" })
4179
+ /* @__PURE__ */ jsx("path", { d: "M0 9C0 4.02944 4.02944 0 9 0H39C43.9706 0 48 4.02944 48 9V39C48 43.9706 43.9706 48 39 48H9C4.02944 48 0 43.9706 0 39V9Z", fill: "#22A162" }),
4180
+ /* @__PURE__ */ jsx("path", { d: "M15 33L21.2727 23.9727L15.1909 15H20.3182L24.3 21.6545H24.4636L28.5 15H33.6545L27.4909 23.8636L33.8455 33H28.7182L24.4636 26.1273H24.3L20.1273 33H15Z", fill: "white" })
4186
4181
  ] }),
4187
- /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_12237_297", children: /* @__PURE__ */ jsx("rect", { width: "48", height: "48", rx: "9", fill: "white" }) }) })
4182
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_12237_297", children: /* @__PURE__ */ jsx("rect", { width: "48", height: "48", fill: "white" }) }) })
4188
4183
  ] });
4189
4184
  }
4190
4185
  );
@@ -4193,12 +4188,12 @@ var IconColorHtml = /* @__PURE__ */ forwardRef(
4193
4188
  const iconSize = iconSizeMap[size];
4194
4189
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4195
4190
  /* @__PURE__ */ jsxs("g", { "clip-path": "url(#clip0_12237_327)", children: [
4196
- /* @__PURE__ */ jsx("rect", { width: "48", height: "48", rx: "9", fill: "#FF4C4C" }),
4197
- /* @__PURE__ */ jsx("path", { d: "M40.2949 26.1695L29.7274 30.654V27.3737L36.6409 24.7578V24.6124L29.7274 21.9965V18.7162L40.2949 23.2007V26.1695Z", fill: "white" }),
4198
- /* @__PURE__ */ jsx("path", { d: "M27.575 15L22.7377 33H19.748L24.5854 15H27.575Z", fill: "white" }),
4199
- /* @__PURE__ */ jsx("path", { d: "M7.70496 26.1695V23.2007L18.2724 18.7162V21.9965L11.3382 24.6124V24.7578L18.2724 27.3737V30.654L7.70496 26.1695Z", fill: "white" })
4191
+ /* @__PURE__ */ jsx("path", { d: "M0 9C0 4.02944 4.02944 0 9 0H39C43.9706 0 48 4.02944 48 9V39C48 43.9706 43.9706 48 39 48H9C4.02944 48 0 43.9706 0 39V9Z", fill: "#FF4C4C" }),
4192
+ /* @__PURE__ */ jsx("path", { d: "M22.7373 33H19.748L24.585 15H27.5752L22.7373 33Z", fill: "white" }),
4193
+ /* @__PURE__ */ jsx("path", { d: "M18.2725 21.9961L11.3379 24.6123V24.7578L18.2725 27.374V30.6543L7.70508 26.1699V23.2002L18.2725 18.7158V21.9961Z", fill: "white" }),
4194
+ /* @__PURE__ */ jsx("path", { d: "M40.2949 23.2002V26.1699L29.7275 30.6543V27.374L36.6406 24.7578V24.6123L29.7275 21.9961V18.7158L40.2949 23.2002Z", fill: "white" })
4200
4195
  ] }),
4201
- /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_12237_327", children: /* @__PURE__ */ jsx("rect", { width: "48", height: "48", rx: "9", fill: "white" }) }) })
4196
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_12237_327", children: /* @__PURE__ */ jsx("rect", { width: "48", height: "48", fill: "white" }) }) })
4202
4197
  ] });
4203
4198
  }
4204
4199
  );
@@ -4207,10 +4202,10 @@ var IconColorPowerpoint = /* @__PURE__ */ forwardRef(
4207
4202
  const iconSize = iconSizeMap[size];
4208
4203
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4209
4204
  /* @__PURE__ */ jsxs("g", { "clip-path": "url(#clip0_12237_357)", children: [
4210
- /* @__PURE__ */ jsx("rect", { width: "48", height: "48", rx: "9", fill: "#FF4C4C" }),
4211
- /* @__PURE__ */ jsx("path", { d: "M19.6365 28.0636V24.6818H23.6456C24.8274 24.6818 25.7092 24.4363 26.2911 23.9454C26.8729 23.4545 27.1638 22.6272 27.1638 21.4636C27.1638 20.4454 26.8911 19.6727 26.3456 19.1454C25.8183 18.6181 24.9729 18.3545 23.8092 18.3545H19.6365V14.9999H23.9456C25.1092 14.9999 26.1547 15.1363 27.082 15.409C28.0274 15.6818 28.8365 16.0908 29.5092 16.6363C30.182 17.1636 30.6911 17.8454 31.0365 18.6818C31.4002 19.4999 31.582 20.4636 31.582 21.5727C31.582 22.9908 31.2547 24.1818 30.6002 25.1454C29.9638 26.109 29.0092 26.8363 27.7365 27.3272C26.482 27.8181 24.9092 28.0636 23.0183 28.0636H19.6365ZM16.4183 32.9999V14.9999H20.8092V32.9999H16.4183Z", fill: "white" })
4205
+ /* @__PURE__ */ jsx("path", { d: "M0 9C0 4.02944 4.02944 0 9 0H39C43.9706 0 48 4.02944 48 9V39C48 43.9706 43.9706 48 39 48H9C4.02944 48 0 43.9706 0 39V9Z", fill: "#FF4C4C" }),
4206
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23.9453 15C25.1089 15 26.1548 15.1365 27.082 15.4092C28.0274 15.6819 28.8361 16.0913 29.5088 16.6367C30.1815 17.1639 30.6907 17.8454 31.0361 18.6816C31.3997 19.4997 31.582 20.4633 31.582 21.5723C31.582 22.9904 31.2551 24.1819 30.6006 25.1455C29.9642 26.1091 29.0091 26.8362 27.7363 27.3271C26.4819 27.818 24.9093 28.0635 23.0186 28.0635H20.8096V33H16.418V15H23.9453ZM20.8096 24.6816H23.6455C24.8273 24.6816 25.7092 24.4362 26.291 23.9453C26.8728 23.4544 27.164 22.6273 27.1641 21.4639C27.1641 20.4458 26.8911 19.6728 26.3457 19.1455C25.8185 18.6183 24.973 18.3545 23.8096 18.3545H20.8096V24.6816Z", fill: "white" })
4212
4207
  ] }),
4213
- /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_12237_357", children: /* @__PURE__ */ jsx("rect", { width: "48", height: "48", rx: "9", fill: "white" }) }) })
4208
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_12237_357", children: /* @__PURE__ */ jsx("rect", { width: "48", height: "48", fill: "white" }) }) })
4214
4209
  ] });
4215
4210
  }
4216
4211
  );
@@ -4219,9 +4214,9 @@ var IconColorLink = /* @__PURE__ */ forwardRef(
4219
4214
  const iconSize = iconSizeMap[size];
4220
4215
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4221
4216
  /* @__PURE__ */ jsxs("g", { "clip-path": "url(#clip0_12237_434)", children: [
4222
- /* @__PURE__ */ jsx("rect", { width: "48", height: "48", rx: "9", fill: "#8D959E" }),
4223
- /* @__PURE__ */ jsx("path", { d: "M28.1411 28.1761C28.462 27.9542 28.7674 27.7005 29.053 27.4148L34.1864 22.2815C36.7406 19.7273 36.7461 15.5894 34.203 13.0283L34.2022 13.0289C31.641 10.4857 27.5032 10.4912 24.949 13.0455L21.2996 16.6949C22.5287 16.4628 23.8021 16.5229 25.0083 16.8752L26.8935 14.99C28.3738 13.5097 30.7704 13.5042 32.2576 14.9734L32.2584 14.9729C33.7276 16.4601 33.7221 18.8567 32.2418 20.337L27.1085 25.4703C25.6282 26.9506 23.2316 26.9561 21.7444 25.4869L21.7436 25.4874C21.7286 25.4722 21.6782 25.4357 21.6782 25.4143L21.6753 25.4165C21.0752 24.7774 20.7374 23.9815 20.662 23.166L18.4264 25.4017C18.7426 26.1384 19.2002 26.8289 19.799 27.432L19.7999 27.4314C20.7558 28.3807 22.0046 29.0231 23.3339 29.2449L23.3332 29.2456C24.9808 29.5205 26.7134 29.1637 28.1411 28.1761Z", fill: "white" }),
4224
- /* @__PURE__ */ jsx("path", { d: "M25.4517 21.7793C24.2579 20.5998 22.4779 20.3707 21.0564 21.0921C20.729 21.2583 20.4205 21.4749 20.1427 21.7419C20.1242 21.7597 20.1057 21.7778 20.0875 21.796L14.9543 26.9292C13.474 28.4095 13.4685 30.8061 14.9378 32.2933C16.4249 33.7625 18.8217 33.7571 20.302 32.2768L22.187 30.3918C23.3932 30.7441 24.6666 30.8042 25.8957 30.5722L22.2465 34.2214C19.6923 36.7756 15.5543 36.781 12.9932 34.2378C10.45 31.6767 10.4555 27.5389 13.0098 24.9846L18.1431 19.8513C20.6974 17.2971 24.8352 17.2915 27.3963 19.8347C27.9952 20.4378 28.4529 21.1285 28.7691 21.8652L26.5334 24.1008C26.4552 23.2549 26.0946 22.43 25.4517 21.7793Z", fill: "white" })
4217
+ /* @__PURE__ */ jsx("path", { d: "M0 9C0 4.02944 4.02944 0 9 0H39C43.9706 0 48 4.02944 48 9V39C48 43.9706 43.9706 48 39 48H9C4.02944 48 0 43.9706 0 39V9Z", fill: "#8D959E" }),
4218
+ /* @__PURE__ */ jsx("path", { d: "M28.1411 28.1761C28.4619 27.9542 28.7673 27.7005 29.053 27.4148L34.1863 22.2815C36.7405 19.7273 36.7461 15.5894 34.2029 13.0283L34.2021 13.0289C31.641 10.4857 27.5032 10.4912 24.9489 13.0455L21.2995 16.6949C22.5287 16.4628 23.8021 16.5229 25.0082 16.8752L26.8935 14.99C28.3738 13.5097 30.7704 13.5042 32.2575 14.9734L32.2583 14.9729C33.7276 16.4601 33.7221 18.8567 32.2418 20.337L27.1084 25.4703C25.6281 26.9506 23.2315 26.9561 21.7444 25.4869L21.7435 25.4874C21.7285 25.4722 21.6782 25.4357 21.6782 25.4143L21.6752 25.4165C21.0751 24.7774 20.7374 23.9815 20.662 23.166L18.4264 25.4017C18.7426 26.1384 19.2001 26.8289 19.799 27.432L19.7998 27.4314C20.7557 28.3807 22.0045 29.0231 23.3338 29.2449L23.3331 29.2456C24.9807 29.5205 26.7134 29.1637 28.1411 28.1761Z", fill: "white" }),
4219
+ /* @__PURE__ */ jsx("path", { d: "M25.4517 21.7793C24.2578 20.5998 22.4779 20.3707 21.0564 21.0921C20.7289 21.2583 20.4205 21.4749 20.1426 21.7419C20.1241 21.7597 20.1057 21.7778 20.0875 21.796L14.9543 26.9292C13.474 28.4095 13.4684 30.8061 14.9377 32.2933C16.4249 33.7625 18.8216 33.7571 20.3019 32.2768L22.1869 30.3918C23.3931 30.7441 24.6665 30.8042 25.8956 30.5722L22.2465 34.2214C19.6922 36.7756 15.5542 36.781 12.9931 34.2378C10.45 31.6767 10.4555 27.5389 13.0097 24.9846L18.1431 19.8513C20.6973 17.2971 24.8351 17.2915 27.3962 19.8347C27.9951 20.4378 28.4528 21.1285 28.769 21.8652L26.5334 24.1008C26.4552 23.2549 26.0945 22.43 25.4517 21.7793Z", fill: "white" })
4225
4220
  ] }),
4226
4221
  /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_12237_434", children: /* @__PURE__ */ jsx("rect", { width: "48", height: "48", rx: "9", fill: "white" }) }) })
4227
4222
  ] });
@@ -4231,13 +4226,13 @@ var IconAtSign = /* @__PURE__ */ forwardRef(
4231
4226
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4232
4227
  const iconSize = iconSizeMap[size];
4233
4228
  if (fill && thick) {
4234
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 4.5C37.3368 4.5 44.0703 16.4835 42.9893 25.6748C42.4324 30.4081 39.6587 33.2237 36.4766 33.4395C34.9269 33.5445 33.4012 32.9956 32.2734 31.8467C31.8219 31.3866 31.4502 30.8445 31.1641 30.2344C29.4224 32.234 26.86 33.5 24 33.5C18.7533 33.5 14.5 29.2467 14.5 24C14.5 18.7533 18.7533 14.5 24 14.5C26.515 14.5 28.8006 15.4786 30.5 17.0742V14H33.5V27.0566C33.5 28.3805 33.9195 29.2412 34.4141 29.7451C34.9112 30.2517 35.5733 30.4937 36.2734 30.4463C37.5912 30.357 39.5675 29.0915 40.0107 25.3252C40.9294 17.5165 35.1604 7.5 24 7.5C14.8873 7.5 7.5 14.8873 7.5 24C7.5 33.1127 14.8873 40.5 24 40.5C27.5442 40.5 30.1001 39.7925 31.7393 39.1143C32.5608 38.7743 33.1569 38.4391 33.5352 38.2002C33.7242 38.0808 33.8593 37.9851 33.9404 37.9248C33.9807 37.8949 34.0076 37.8734 34.0215 37.8623L34.0303 37.8555L34.0254 37.8604L35.9746 40.1396L35.9707 40.1436C35.9687 40.1452 35.9663 40.1474 35.9639 40.1494C35.959 40.1535 35.9529 40.1586 35.9463 40.1641C35.933 40.1751 35.9158 40.1889 35.8955 40.2051C35.8545 40.2379 35.7991 40.2813 35.7295 40.333C35.59 40.4367 35.3926 40.5757 35.1367 40.7373C34.6244 41.0609 33.8764 41.4758 32.8857 41.8857C30.8999 42.7074 27.9557 43.5 24 43.5C13.2304 43.5 4.5 34.7696 4.5 24C4.5 13.2304 13.2304 4.5 24 4.5ZM24 17.5C20.4101 17.5 17.5 20.4101 17.5 24C17.5 27.5899 20.4101 30.5 24 30.5C27.5899 30.5 30.5 27.5899 30.5 24C30.5 20.4101 27.5899 17.5 24 17.5Z", style: { fill: `var(--${type})` } }) });
4229
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 4.5C37.3368 4.5 44.0704 16.4835 42.9893 25.6748C42.4324 30.4081 39.6587 33.2237 36.4766 33.4395C34.9269 33.5445 33.4012 32.9956 32.2734 31.8467C31.8219 31.3866 31.4502 30.8445 31.1641 30.2344C29.4224 32.234 26.86 33.5 24 33.5C18.7533 33.5 14.5 29.2467 14.5 24C14.5 18.7533 18.7533 14.5 24 14.5C26.515 14.5 28.8006 15.4786 30.5 17.0742V14H33.5V27.0566C33.5 28.3805 33.9195 29.2412 34.4141 29.7451C34.9112 30.2517 35.5733 30.4937 36.2734 30.4463C37.5912 30.357 39.5675 29.0915 40.0107 25.3252C40.9294 17.5165 35.1604 7.5 24 7.5C14.8873 7.5 7.5 14.8873 7.5 24C7.5 33.1127 14.8873 40.5 24 40.5C27.5442 40.5 30.1001 39.7925 31.7393 39.1143C32.5608 38.7743 33.1569 38.4391 33.5352 38.2002C33.7242 38.0808 33.8593 37.9851 33.9404 37.9248C33.9807 37.8949 34.0076 37.8734 34.0215 37.8623L34.0303 37.8555L34.0254 37.8604L35.9746 40.1396L35.9707 40.1436C35.9687 40.1452 35.9663 40.1474 35.9639 40.1494C35.959 40.1535 35.9529 40.1586 35.9463 40.1641C35.933 40.1751 35.9158 40.1889 35.8955 40.2051C35.8545 40.2379 35.7991 40.2813 35.7295 40.333C35.59 40.4367 35.3926 40.5757 35.1367 40.7373C34.6244 41.0609 33.8764 41.4758 32.8857 41.8857C30.8999 42.7074 27.9557 43.5 24 43.5C13.2304 43.5 4.5 34.7696 4.5 24C4.5 13.2304 13.2304 4.5 24 4.5ZM24 17.5C20.4101 17.5 17.5 20.4101 17.5 24C17.5 27.5899 20.4101 30.5 24 30.5C27.5899 30.5 30.5 27.5899 30.5 24C30.5 20.4101 27.5899 17.5 24 17.5Z", style: { fill: `var(--${type})` } }) });
4235
4230
  } else if (fill) {
4236
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 4.5C37.3368 4.5 44.0703 16.4835 42.9893 25.6748C42.4324 30.4081 39.6587 33.2237 36.4766 33.4395C34.9269 33.5445 33.4012 32.9956 32.2734 31.8467C31.8219 31.3866 31.4502 30.8445 31.1641 30.2344C29.4224 32.234 26.86 33.5 24 33.5C18.7533 33.5 14.5 29.2467 14.5 24C14.5 18.7533 18.7533 14.5 24 14.5C26.515 14.5 28.8006 15.4786 30.5 17.0742V14H33.5V27.0566C33.5 28.3805 33.9195 29.2412 34.4141 29.7451C34.9112 30.2517 35.5733 30.4937 36.2734 30.4463C37.5912 30.357 39.5675 29.0915 40.0107 25.3252C40.9294 17.5165 35.1604 7.5 24 7.5C14.8873 7.5 7.5 14.8873 7.5 24C7.5 33.1127 14.8873 40.5 24 40.5C27.5442 40.5 30.1001 39.7925 31.7393 39.1143C32.5608 38.7743 33.1569 38.4391 33.5352 38.2002C33.7242 38.0808 33.8593 37.9851 33.9404 37.9248C33.9807 37.8949 34.0076 37.8734 34.0215 37.8623L34.0303 37.8555L34.0254 37.8604L35.9746 40.1396L35.9707 40.1436C35.9687 40.1452 35.9663 40.1474 35.9639 40.1494C35.959 40.1535 35.9529 40.1586 35.9463 40.1641C35.933 40.1751 35.9158 40.1889 35.8955 40.2051C35.8545 40.2379 35.7991 40.2813 35.7295 40.333C35.59 40.4367 35.3926 40.5757 35.1367 40.7373C34.6244 41.0609 33.8764 41.4758 32.8857 41.8857C30.8999 42.7074 27.9557 43.5 24 43.5C13.2304 43.5 4.5 34.7696 4.5 24C4.5 13.2304 13.2304 4.5 24 4.5ZM24 17.5C20.4101 17.5 17.5 20.4101 17.5 24C17.5 27.5899 20.4101 30.5 24 30.5C27.5899 30.5 30.5 27.5899 30.5 24C30.5 20.4101 27.5899 17.5 24 17.5Z", style: { fill: `var(--${type})` } }) });
4231
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 4.5C37.3368 4.5 44.0704 16.4835 42.9893 25.6748C42.4324 30.4081 39.6587 33.2237 36.4766 33.4395C34.9269 33.5445 33.4012 32.9956 32.2734 31.8467C31.8219 31.3866 31.4502 30.8445 31.1641 30.2344C29.4224 32.234 26.86 33.5 24 33.5C18.7533 33.5 14.5 29.2467 14.5 24C14.5 18.7533 18.7533 14.5 24 14.5C26.515 14.5 28.8006 15.4786 30.5 17.0742V14H33.5V27.0566C33.5 28.3805 33.9195 29.2412 34.4141 29.7451C34.9112 30.2517 35.5733 30.4937 36.2734 30.4463C37.5912 30.357 39.5675 29.0915 40.0107 25.3252C40.9294 17.5165 35.1604 7.5 24 7.5C14.8873 7.5 7.5 14.8873 7.5 24C7.5 33.1127 14.8873 40.5 24 40.5C27.5442 40.5 30.1001 39.7925 31.7393 39.1143C32.5608 38.7743 33.1569 38.4391 33.5352 38.2002C33.7242 38.0808 33.8593 37.9851 33.9404 37.9248C33.9807 37.8949 34.0076 37.8734 34.0215 37.8623L34.0303 37.8555L34.0254 37.8604L35.9746 40.1396L35.9707 40.1436C35.9687 40.1452 35.9663 40.1474 35.9639 40.1494C35.959 40.1535 35.9529 40.1586 35.9463 40.1641C35.933 40.1751 35.9158 40.1889 35.8955 40.2051C35.8545 40.2379 35.7991 40.2813 35.7295 40.333C35.59 40.4367 35.3926 40.5757 35.1367 40.7373C34.6244 41.0609 33.8764 41.4758 32.8857 41.8857C30.8999 42.7074 27.9557 43.5 24 43.5C13.2304 43.5 4.5 34.7696 4.5 24C4.5 13.2304 13.2304 4.5 24 4.5ZM24 17.5C20.4101 17.5 17.5 20.4101 17.5 24C17.5 27.5899 20.4101 30.5 24 30.5C27.5899 30.5 30.5 27.5899 30.5 24C30.5 20.4101 27.5899 17.5 24 17.5Z", style: { fill: `var(--${type})` } }) });
4237
4232
  } else if (thick) {
4238
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 4C37.6996 4 44.5946 16.3117 43.4863 25.7334C42.9105 30.6279 40.0027 33.7018 36.5098 33.9385C34.8186 34.0529 33.1488 33.4523 31.916 32.1963C31.5885 31.8626 31.3008 31.491 31.0537 31.0869C29.2454 32.8868 26.753 34 24 34C18.4772 34 14 29.5228 14 24C14 18.4772 18.4772 14 24 14C26.2512 14 28.3287 14.7437 30 15.999V14H34V27.0566C34 28.2713 34.3828 28.9985 34.7715 29.3945C35.1636 29.794 35.6816 29.9861 36.2402 29.9482C37.2473 29.8798 39.0895 28.8714 39.5137 25.2666C40.4052 17.6884 34.7976 8 24 8C15.1634 8 8 15.1634 8 24C8 32.8366 15.1634 40 24 40C27.4755 40 29.9664 39.3067 31.5479 38.6523C32.3412 38.324 32.9116 38.0021 33.2676 37.7773C33.4456 37.6649 33.5701 37.5766 33.6416 37.5234C33.6771 37.497 33.6995 37.4793 33.709 37.4717C33.711 37.4701 33.7139 37.4688 33.7139 37.4688L33.7041 37.4766L33.7012 37.4785L33.7002 37.4805L36.2998 40.5195L36.2949 40.5244C36.2924 40.5266 36.2891 40.5287 36.2861 40.5312C36.2802 40.5363 36.2734 40.5424 36.2656 40.5488C36.2501 40.5617 36.2307 40.5775 36.208 40.5957C36.1625 40.6321 36.1028 40.679 36.0283 40.7344C35.8791 40.8453 35.6715 40.9914 35.4043 41.1602C34.8696 41.4979 34.0962 41.926 33.0771 42.3477C31.0336 43.1933 28.0245 44 24 44C12.9543 44 4 35.0457 4 24C4 12.9543 12.9543 4 24 4ZM24 18C20.6863 18 18 20.6863 18 24C18 27.3137 20.6863 30 24 30C27.3137 30 30 27.3137 30 24C30 20.6863 27.3137 18 24 18Z", style: { fill: `var(--${type})` } }) });
4233
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 4C37.6996 4 44.5946 16.3117 43.4863 25.7334C42.9105 30.6279 40.0027 33.7018 36.5098 33.9385C34.8186 34.0529 33.1488 33.4523 31.916 32.1963C31.5885 31.8626 31.3008 31.491 31.0537 31.0869C29.2454 32.8868 26.753 34 24 34C18.4772 34 14 29.5228 14 24C14 18.4772 18.4772 14 24 14C26.2512 14 28.3287 14.7437 30 15.999V14H34V27.0566C34 28.2713 34.3828 28.9985 34.7715 29.3945C35.1636 29.794 35.6816 29.9861 36.2402 29.9482C37.2473 29.8798 39.0895 28.8714 39.5137 25.2666C40.4052 17.6884 34.7976 8 24 8C15.1634 8 8 15.1634 8 24C8 32.8366 15.1634 40 24 40C27.4755 40 29.9664 39.3067 31.5479 38.6523C32.3412 38.3241 32.9116 38.0021 33.2676 37.7773C33.4456 37.6649 33.5701 37.5766 33.6416 37.5234C33.6771 37.497 33.6995 37.4793 33.709 37.4717C33.711 37.4701 33.7139 37.4688 33.7139 37.4688L33.7041 37.4766L33.7012 37.4785L33.7002 37.4805L36.2998 40.5195L36.2949 40.5244C36.2924 40.5266 36.2891 40.5287 36.2861 40.5312C36.2802 40.5363 36.2734 40.5424 36.2656 40.5488C36.2501 40.5617 36.2307 40.5775 36.208 40.5957C36.1625 40.6321 36.1028 40.679 36.0283 40.7344C35.8791 40.8453 35.6715 40.9914 35.4043 41.1602C34.8696 41.4979 34.0962 41.926 33.0771 42.3477C31.0336 43.1933 28.0245 44 24 44C12.9543 44 4 35.0457 4 24C4 12.9543 12.9543 4 24 4ZM24 18C20.6863 18 18 20.6863 18 24C18 27.3137 20.6863 30 24 30C27.3137 30 30 27.3137 30 24C30 20.6863 27.3137 18 24 18Z", style: { fill: `var(--${type})` } }) });
4239
4234
  }
4240
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 4.5C37.3368 4.5 44.0703 16.4835 42.9893 25.6748C42.4324 30.4081 39.6587 33.2237 36.4766 33.4395C34.9269 33.5445 33.4012 32.9956 32.2734 31.8467C31.8219 31.3866 31.4502 30.8445 31.1641 30.2344C29.4224 32.234 26.86 33.5 24 33.5C18.7533 33.5 14.5 29.2467 14.5 24C14.5 18.7533 18.7533 14.5 24 14.5C26.515 14.5 28.8006 15.4786 30.5 17.0742V14H33.5V27.0566C33.5 28.3805 33.9195 29.2412 34.4141 29.7451C34.9112 30.2517 35.5733 30.4937 36.2734 30.4463C37.5912 30.357 39.5675 29.0915 40.0107 25.3252C40.9294 17.5165 35.1604 7.5 24 7.5C14.8873 7.5 7.5 14.8873 7.5 24C7.5 33.1127 14.8873 40.5 24 40.5C27.5442 40.5 30.1001 39.7925 31.7393 39.1143C32.5608 38.7743 33.1569 38.4391 33.5352 38.2002C33.7242 38.0808 33.8593 37.9851 33.9404 37.9248C33.9807 37.8949 34.0076 37.8734 34.0215 37.8623L34.0303 37.8555L34.0254 37.8604L35.9746 40.1396L35.9707 40.1436C35.9687 40.1452 35.9663 40.1474 35.9639 40.1494C35.959 40.1535 35.9529 40.1586 35.9463 40.1641C35.933 40.1751 35.9158 40.1889 35.8955 40.2051C35.8545 40.2379 35.7991 40.2813 35.7295 40.333C35.59 40.4367 35.3926 40.5757 35.1367 40.7373C34.6244 41.0609 33.8764 41.4758 32.8857 41.8857C30.8999 42.7074 27.9557 43.5 24 43.5C13.2304 43.5 4.5 34.7696 4.5 24C4.5 13.2304 13.2304 4.5 24 4.5ZM24 17.5C20.4101 17.5 17.5 20.4101 17.5 24C17.5 27.5899 20.4101 30.5 24 30.5C27.5899 30.5 30.5 27.5899 30.5 24C30.5 20.4101 27.5899 17.5 24 17.5Z", style: { fill: `var(--${type})` } }) });
4235
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 4.5C37.3368 4.5 44.0704 16.4835 42.9893 25.6748C42.4324 30.4081 39.6587 33.2237 36.4766 33.4395C34.9269 33.5445 33.4012 32.9956 32.2734 31.8467C31.8219 31.3866 31.4502 30.8445 31.1641 30.2344C29.4224 32.234 26.86 33.5 24 33.5C18.7533 33.5 14.5 29.2467 14.5 24C14.5 18.7533 18.7533 14.5 24 14.5C26.515 14.5 28.8006 15.4786 30.5 17.0742V14H33.5V27.0566C33.5 28.3805 33.9195 29.2412 34.4141 29.7451C34.9112 30.2517 35.5733 30.4937 36.2734 30.4463C37.5912 30.357 39.5675 29.0915 40.0107 25.3252C40.9294 17.5165 35.1604 7.5 24 7.5C14.8873 7.5 7.5 14.8873 7.5 24C7.5 33.1127 14.8873 40.5 24 40.5C27.5442 40.5 30.1001 39.7925 31.7393 39.1143C32.5608 38.7743 33.1569 38.4391 33.5352 38.2002C33.7242 38.0808 33.8593 37.9851 33.9404 37.9248C33.9807 37.8949 34.0076 37.8734 34.0215 37.8623L34.0303 37.8555L34.0254 37.8604L35.9746 40.1396L35.9707 40.1436C35.9687 40.1452 35.9663 40.1474 35.9639 40.1494C35.959 40.1535 35.9529 40.1586 35.9463 40.1641C35.933 40.1751 35.9158 40.1889 35.8955 40.2051C35.8545 40.2379 35.7991 40.2813 35.7295 40.333C35.59 40.4367 35.3926 40.5757 35.1367 40.7373C34.6244 41.0609 33.8764 41.4758 32.8857 41.8857C30.8999 42.7074 27.9557 43.5 24 43.5C13.2304 43.5 4.5 34.7696 4.5 24C4.5 13.2304 13.2304 4.5 24 4.5ZM24 17.5C20.4101 17.5 17.5 20.4101 17.5 24C17.5 27.5899 20.4101 30.5 24 30.5C27.5899 30.5 30.5 27.5899 30.5 24C30.5 20.4101 27.5899 17.5 24 17.5Z", style: { fill: `var(--${type})` } }) });
4241
4236
  }
4242
4237
  );
4243
4238
  var IconAdjustment = /* @__PURE__ */ forwardRef(
@@ -4627,7 +4622,7 @@ var IconColorHwp = /* @__PURE__ */ forwardRef(
4627
4622
  /* @__PURE__ */ jsx("path", { d: "M0 9C0 4.02944 4.02944 0 9 0H39C43.9706 0 48 4.02944 48 9V39C48 43.9706 43.9706 48 39 48H9C4.02944 48 0 43.9706 0 39V9Z", fill: "#8D959E" }),
4628
4623
  /* @__PURE__ */ jsx("path", { d: "M8 22.6494H12.625V18H15.335V29.5078H12.625V24.8506H8V29.5078H5.29785V18H8V22.6494Z", fill: "white" }),
4629
4624
  /* @__PURE__ */ jsx("path", { d: "M21.7129 25.6211H21.8154L23.8105 18H26.2822L28.2852 25.6455H28.3799L30.1602 18H33.1406L29.8105 29.5078H27.1807L25.0898 22.4189H25.0107L22.9121 29.5078H20.2979L16.96 18H19.9404L21.7129 25.6211Z", fill: "white" }),
4630
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M39.4795 18C40.3323 18 41.0737 18.1673 41.7041 18.501C42.3346 18.8294 42.8201 19.2954 43.1592 19.8994C43.4982 20.4981 43.668 21.187 43.668 21.9658C43.668 22.7552 43.4922 23.4466 43.1426 24.04C42.7982 24.628 42.306 25.0866 41.665 25.415C41.024 25.7382 40.2683 25.8994 39.3994 25.8994H37.4766V29.5078H34.7744V18H39.4795ZM37.4766 23.7539H38.915C39.3334 23.7539 39.6882 23.682 39.9795 23.539C40.2709 23.3907 40.4913 23.1838 40.6396 22.9189C40.7878 22.6488 40.8623 22.3312 40.8623 21.9658C40.8623 21.6002 40.788 21.2844 40.6396 21.0195C40.4913 20.7547 40.2708 20.5512 39.9795 20.4082C39.6935 20.2652 39.3362 20.1934 38.9072 20.1933H37.4766V23.7539Z", fill: "white" })
4625
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M39.4795 18C40.3323 18 41.0737 18.1673 41.7041 18.501C42.3346 18.8294 42.8201 19.2954 43.1592 19.8994C43.4982 20.4981 43.668 21.187 43.668 21.9658C43.668 22.7552 43.4922 23.4466 43.1426 24.04C42.7982 24.628 42.306 25.0866 41.665 25.415C41.024 25.7382 40.2683 25.8994 39.3994 25.8994H37.4766V29.5078H34.7744V18H39.4795ZM37.4766 23.7539H38.915C39.3335 23.7539 39.6882 23.682 39.9795 23.539C40.2709 23.3907 40.4913 23.1838 40.6396 22.9189C40.7878 22.6488 40.8623 22.3312 40.8623 21.9658C40.8623 21.6002 40.788 21.2844 40.6396 21.0195C40.4913 20.7547 40.2708 20.5512 39.9795 20.4082C39.6935 20.2652 39.3362 20.1934 38.9072 20.1933H37.4766V23.7539Z", fill: "white" })
4631
4626
  ] });
4632
4627
  }
4633
4628
  );
@@ -4635,10 +4630,10 @@ var IconColorXml = /* @__PURE__ */ forwardRef(
4635
4630
  ({ size = "m", className, ...props }, ref) => {
4636
4631
  const iconSize = iconSizeMap[size];
4637
4632
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4638
- /* @__PURE__ */ jsx("rect", { width: "48", height: "48", rx: "9", fill: "#8D959E" }),
4639
- /* @__PURE__ */ jsx("path", { d: "M10.6309 21.2832H10.7412L13.2461 17H16.7646L12.7402 23.668L16.8936 30.3369H13.2832L10.7412 26.0264H10.6309L8.0791 30.3369H4.50586L8.6416 23.668L4.59766 17H8.14355L10.6309 21.2832Z", fill: "white" }),
4640
- /* @__PURE__ */ jsx("path", { d: "M25.7354 25.3906H25.8926L29.3281 17H33.2236V30.3369H30.166V22.0381H30.0557L26.7949 30.2539H24.8242L21.5723 22.0107H21.4619V30.3369H18.4043V17H22.2822L25.7354 25.3906Z", fill: "white" }),
4641
- /* @__PURE__ */ jsx("path", { d: "M38.3916 27.7764H43.9824V30.3369H35.2598V17H38.3916V27.7764Z", fill: "white" })
4633
+ /* @__PURE__ */ jsx("path", { d: "M0 9C0 4.02944 4.02944 0 9 0H39C43.9706 0 48 4.02944 48 9V39C48 43.9706 43.9706 48 39 48H9C4.02944 48 0 43.9706 0 39V9Z", fill: "#8D959E" }),
4634
+ /* @__PURE__ */ jsx("path", { d: "M36.0547 17.4395C37.0708 17.4395 37.961 17.6122 38.7246 17.957C39.4944 18.3019 40.0891 18.7879 40.5078 19.416C40.9327 20.0442 41.1481 20.7715 41.1543 21.5967H38.1338C38.103 21.2704 38.0041 20.9898 37.8379 20.7559C37.6716 20.5219 37.4375 20.3465 37.1357 20.2295C36.834 20.1063 36.4672 20.0439 36.0361 20.0439C35.6237 20.044 35.2727 20.1001 34.9834 20.2109C34.6941 20.3218 34.4759 20.4758 34.3281 20.6729C34.1803 20.8699 34.1064 21.0978 34.1064 21.3564C34.0942 21.7443 34.2571 22.0551 34.5957 22.2891C34.9344 22.5169 35.4331 22.7074 36.0918 22.8613L37.2559 23.1201C38.5982 23.4157 39.6114 23.893 40.2949 24.5518C40.9785 25.2045 41.3265 26.061 41.3389 27.1201C41.3389 27.9576 41.1261 28.6813 40.7012 29.291C40.2763 29.8944 39.6699 30.3592 38.8818 30.6855C38.0936 31.0058 37.1482 31.166 36.0459 31.166C34.9189 31.166 33.9424 30.9969 33.1172 30.6582C32.2921 30.3195 31.6546 29.8111 31.2051 29.1338C30.7557 28.4503 30.5188 27.6035 30.4941 26.5938H33.5244C33.5552 27.0186 33.6744 27.3792 33.8838 27.6748C34.0931 27.9642 34.3799 28.1823 34.7432 28.3301C35.1065 28.4779 35.5258 28.5518 36 28.5518C36.4432 28.5517 36.8254 28.4903 37.1455 28.3672C37.4655 28.244 37.7088 28.0748 37.875 27.8594C38.0474 27.6439 38.1337 27.3945 38.1338 27.1113C38.1338 26.8588 38.0563 26.6398 37.9023 26.4551C37.7484 26.2704 37.5142 26.1101 37.2002 25.9746C36.8862 25.8392 36.4738 25.7127 35.9629 25.5957L34.5586 25.2637C33.3578 24.9927 32.44 24.5556 31.8057 23.9521C31.1714 23.3486 30.8545 22.5537 30.8545 21.5684C30.8545 20.7556 31.0762 20.0379 31.5195 19.416C31.9629 18.7941 32.579 18.3107 33.3672 17.9658C34.1553 17.6149 35.0511 17.4395 36.0547 17.4395Z", fill: "white" }),
4635
+ /* @__PURE__ */ jsx("path", { d: "M12.7031 21.9189H12.8145L15.3271 17.624H18.8555L14.8184 24.3115L18.9844 31H15.3643L12.8145 26.6768H12.7031L10.1445 31H6.56055L10.708 24.3115L6.65332 17.624H10.209L12.7031 21.9189Z", fill: "white" }),
4636
+ /* @__PURE__ */ jsx("path", { d: "M23.6406 28.4316H29.248V31H20.5V17.624H23.6406V28.4316Z", fill: "white" })
4642
4637
  ] });
4643
4638
  }
4644
4639
  );
@@ -4647,7 +4642,7 @@ var IconColorXlsx = /* @__PURE__ */ forwardRef(
4647
4642
  const iconSize = iconSizeMap[size];
4648
4643
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4649
4644
  /* @__PURE__ */ jsx("path", { d: "M0 9C0 4.02944 4.02944 0 9 0H39C43.9706 0 48 4.02944 48 9V39C48 43.9706 43.9706 48 39 48H9C4.02944 48 0 43.9706 0 39V9Z", fill: "#8D959E" }),
4650
- /* @__PURE__ */ jsx("path", { d: "M28.624 18C29.4538 18 30.1811 18.1403 30.8047 18.4219C31.4334 18.7035 31.9187 19.1013 32.2607 19.6143C32.6077 20.1272 32.784 20.7207 32.7891 21.3945H30.3223C30.2971 21.128 30.2159 20.8991 30.0801 20.708C29.9443 20.5169 29.7532 20.3739 29.5068 20.2783C29.2604 20.1778 28.9614 20.127 28.6094 20.127C28.2724 20.127 27.9854 20.1722 27.749 20.2627C27.5129 20.3532 27.3345 20.4789 27.2139 20.6396C27.0932 20.8006 27.0322 20.987 27.0322 21.1982C27.0222 21.5151 27.156 21.7689 27.4326 21.96C27.7092 22.146 28.1163 22.302 28.6543 22.4277L29.6055 22.6387C30.7017 22.8801 31.5287 23.2705 32.0869 23.8086C32.6451 24.3416 32.9293 25.0404 32.9395 25.9053C32.9395 26.5893 32.766 27.1808 32.4189 27.6787C32.0719 28.1715 31.5763 28.5509 30.9326 28.8174C30.289 29.0788 29.5173 29.2099 28.6172 29.21C27.6968 29.21 26.8995 29.0715 26.2256 28.7949C25.5518 28.5184 25.0312 28.1038 24.6641 27.5508C24.2969 26.9925 24.1031 26.3004 24.083 25.4756H26.5576C26.5828 25.8226 26.6806 26.117 26.8516 26.3584C27.0226 26.5948 27.257 26.7728 27.5537 26.8936C27.8504 27.0142 28.192 27.0752 28.5791 27.0752C28.9412 27.0752 29.2531 27.0244 29.5146 26.9238C29.7761 26.8232 29.9746 26.6848 30.1104 26.5088C30.2511 26.3329 30.3222 26.1296 30.3223 25.8984C30.3223 25.6923 30.2595 25.5132 30.1338 25.3623C30.0081 25.2114 29.8161 25.0813 29.5596 24.9707C29.3031 24.8601 28.9662 24.7567 28.5488 24.6611L27.4023 24.3896C26.4217 24.1684 25.6723 23.8112 25.1543 23.3184C24.6363 22.8255 24.377 22.1766 24.377 21.3721C24.377 20.7084 24.558 20.1221 24.9199 19.6143C25.282 19.1064 25.7852 18.7113 26.4287 18.4297C27.0723 18.1431 27.8044 18.0001 28.624 18Z", fill: "white" }),
4645
+ /* @__PURE__ */ jsx("path", { d: "M28.624 18C29.4538 18 30.1811 18.1403 30.8047 18.4219C31.4334 18.7035 31.9187 19.1013 32.2607 19.6143C32.6077 20.1272 32.784 20.7207 32.7891 21.3945H30.3223C30.2971 21.128 30.2159 20.8991 30.0801 20.708C29.9443 20.5169 29.7532 20.3739 29.5068 20.2783C29.2604 20.1778 28.9614 20.127 28.6094 20.127C28.2724 20.127 27.9854 20.1722 27.749 20.2627C27.5129 20.3532 27.3345 20.4789 27.2139 20.6396C27.0932 20.8006 27.0322 20.987 27.0322 21.1982C27.0222 21.5151 27.156 21.7689 27.4326 21.96C27.7092 22.146 28.1163 22.302 28.6543 22.4277L29.6055 22.6387C30.7017 22.8801 31.5287 23.2705 32.0869 23.8086C32.6451 24.3416 32.9293 25.0404 32.9395 25.9053C32.9395 26.5893 32.766 27.1808 32.4189 27.6787C32.0719 28.1715 31.5763 28.5509 30.9326 28.8174C30.289 29.0788 29.5173 29.2099 28.6172 29.21C27.6968 29.21 26.8995 29.0715 26.2256 28.7949C25.5518 28.5184 25.0312 28.1038 24.6641 27.5508C24.2969 26.9925 24.1031 26.3004 24.083 25.4756H26.5576C26.5828 25.8226 26.6806 26.117 26.8516 26.3584C27.0226 26.5948 27.257 26.7729 27.5537 26.8936C27.8504 27.0142 28.192 27.0752 28.5791 27.0752C28.9412 27.0752 29.2531 27.0244 29.5146 26.9238C29.7761 26.8232 29.9746 26.6848 30.1104 26.5088C30.2511 26.3329 30.3222 26.1296 30.3223 25.8984C30.3223 25.6923 30.2595 25.5132 30.1338 25.3623C30.0081 25.2114 29.8161 25.0813 29.5596 24.9707C29.3031 24.8601 28.9662 24.7567 28.5488 24.6611L27.4023 24.3896C26.4217 24.1684 25.6723 23.8112 25.1543 23.3184C24.6363 22.8255 24.377 22.1766 24.377 21.3721C24.377 20.7084 24.558 20.1221 24.9199 19.6143C25.282 19.1064 25.7852 18.7113 26.4287 18.4297C27.0723 18.1431 27.8044 18.0001 28.624 18Z", fill: "white" }),
4651
4646
  /* @__PURE__ */ jsx("path", { d: "M9.55273 21.6582H9.64355L11.6953 18.1504H14.5771L11.2803 23.6123L14.6826 29.0742H11.7256L9.64355 25.5439H9.55273L7.46387 29.0742H4.53613L7.92383 23.6123L4.61133 18.1504H7.5166L9.55273 21.6582Z", fill: "white" }),
4652
4647
  /* @__PURE__ */ jsx("path", { d: "M18.4854 26.9766H23.0645V29.0742H15.9199V18.1504H18.4854V26.9766Z", fill: "white" }),
4653
4648
  /* @__PURE__ */ jsx("path", { d: "M38.8691 21.6582H38.96L41.0117 18.1504H43.8936L40.5967 23.6123L43.999 29.0742H41.042L38.96 25.5439H38.8691L36.7793 29.0742H33.8525L37.2402 23.6123L33.9277 18.1504H36.832L38.8691 21.6582Z", fill: "white" })
@@ -4659,10 +4654,10 @@ var IconColorJson = /* @__PURE__ */ forwardRef(
4659
4654
  const iconSize = iconSizeMap[size];
4660
4655
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4661
4656
  /* @__PURE__ */ jsx("path", { d: "M0 9C0 4.02944 4.02944 0 9 0H39C43.9706 0 48 4.02944 48 9V39C48 43.9706 43.9706 48 39 48H9C4.02944 48 0 43.9706 0 39V9Z", fill: "#8D959E" }),
4662
- /* @__PURE__ */ jsx("path", { d: "M11.1381 25.8057C11.1381 26.5134 10.9719 27.1371 10.6411 27.6768C10.3101 28.2113 9.84432 28.6265 9.24359 28.9219C8.64785 29.2172 7.96284 29.3652 7.1889 29.3652C6.48628 29.3652 5.85718 29.2434 5.30219 28.999C4.74714 28.7495 4.30679 28.3696 3.9809 27.8604C3.66011 27.3511 3.49945 26.7194 3.49945 25.9658H6.10394C6.10904 26.2459 6.16226 26.4887 6.2641 26.6924C6.37098 26.8908 6.51377 27.0435 6.69183 27.1504C6.87509 27.2522 7.09183 27.3027 7.34125 27.3027C7.73838 27.3027 8.03893 27.1782 8.24261 26.9287C8.4463 26.6741 8.55372 26.2996 8.5639 25.8057V18.1523H11.1381V25.8057Z", fill: "white" }),
4663
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M27.9184 18C28.9214 18 29.8204 18.2212 30.6147 18.6641C31.409 19.1071 32.0353 19.7569 32.4936 20.6123C32.9519 21.4677 33.1811 22.4912 33.1811 23.6826C33.1811 24.864 32.9519 25.8828 32.4936 26.7383C32.0353 27.5936 31.409 28.2453 30.6147 28.6934C29.8203 29.1414 28.9215 29.3652 27.9184 29.3652C26.9204 29.3652 26.0215 29.1414 25.2221 28.6934C24.4278 28.2453 23.8014 27.591 23.3432 26.7305C22.89 25.8699 22.6635 24.8538 22.6635 23.6826C22.6635 22.4912 22.8901 21.4677 23.3432 20.6123C23.8015 19.7568 24.4277 19.1071 25.2221 18.6641C26.0215 18.2211 26.9204 18 27.9184 18ZM27.9184 20.2842C27.3788 20.2842 26.9129 20.416 26.5209 20.6807C26.134 20.9403 25.8362 21.325 25.6274 21.834C25.4237 22.3381 25.3217 22.9545 25.3217 23.6826C25.3217 24.4108 25.4237 25.0298 25.6274 25.5391C25.8362 26.0431 26.134 26.4276 26.5209 26.6924C26.913 26.952 27.3788 27.082 27.9184 27.082C28.4633 27.082 28.9298 26.9521 29.3168 26.6924C29.7088 26.4276 30.0067 26.0431 30.2104 25.5391C30.4192 25.0298 30.5229 24.4108 30.5229 23.6826C30.5229 22.9545 30.4191 22.3381 30.2104 21.834C30.0067 21.3249 29.7088 20.9403 29.3168 20.6807C28.9298 20.4159 28.4633 20.2842 27.9184 20.2842Z", fill: "white" }),
4664
- /* @__PURE__ */ jsx("path", { d: "M17.0883 18C17.9283 18 18.664 18.1426 19.2953 18.4277C19.9319 18.7129 20.4237 19.1154 20.77 19.6348C21.1212 20.1541 21.299 20.7553 21.3041 21.4375H18.8061C18.7806 21.1676 18.6994 20.9357 18.562 20.7422C18.4245 20.5488 18.2313 20.4034 17.9819 20.3066C17.7324 20.2048 17.4291 20.1543 17.0727 20.1543C16.7315 20.1543 16.4409 20.1994 16.2016 20.291C15.9623 20.3827 15.7818 20.5109 15.6596 20.6738C15.5376 20.8366 15.4761 21.0247 15.476 21.2383C15.4658 21.5591 15.6012 21.8163 15.8813 22.0098C16.1614 22.1982 16.5737 22.3561 17.1186 22.4834L18.0805 22.6973C19.1906 22.9417 20.0289 23.337 20.5942 23.8818C21.1592 24.4216 21.4473 25.1292 21.4575 26.0049C21.4575 26.6974 21.2814 27.2957 20.9301 27.7998C20.5788 28.2988 20.077 28.6832 19.4252 28.9531C18.7735 29.2179 17.9919 29.3506 17.0805 29.3506C16.1486 29.3506 15.341 29.2107 14.6586 28.9307C13.9764 28.6506 13.4493 28.23 13.0776 27.6699C12.7059 27.1047 12.5101 26.4044 12.4897 25.5693H14.9946C15.02 25.9207 15.1203 26.2185 15.2934 26.4629C15.4665 26.7022 15.7029 26.8837 16.0034 27.0059C16.3038 27.128 16.6504 27.1885 17.0424 27.1885C17.4089 27.1884 17.725 27.1379 17.9897 27.0361C18.2541 26.9344 18.4548 26.7942 18.5922 26.6162C18.7348 26.438 18.8061 26.2313 18.8061 25.9971C18.8061 25.7884 18.7429 25.6078 18.6157 25.4551C18.4884 25.3023 18.2943 25.1696 18.0346 25.0576C17.775 24.9457 17.4336 24.8408 17.0112 24.7441L15.85 24.4697C14.8573 24.2457 14.0991 23.8837 13.5746 23.3848C13.0502 22.8857 12.7875 22.2288 12.7875 21.4141C12.7876 20.7421 12.9708 20.149 13.3373 19.6348C13.704 19.1205 14.2139 18.7207 14.8657 18.4355C15.5174 18.1454 16.2584 18 17.0883 18Z", fill: "white" }),
4665
- /* @__PURE__ */ jsx("path", { d: "M41.3998 24.6377H41.4995V18.1523H44.0883V29.2129H41.8735L37.3969 22.7197H37.3129V29.2129H34.7162V18.1523H36.9692L41.3998 24.6377Z", fill: "white" })
4657
+ /* @__PURE__ */ jsx("path", { d: "M11.1381 25.8057C11.1381 26.5134 10.9719 27.1371 10.641 27.6768C10.3101 28.2113 9.84426 28.6265 9.24353 28.9219C8.64779 29.2172 7.96278 29.3652 7.18884 29.3652C6.48622 29.3652 5.85712 29.2434 5.30212 28.999C4.74708 28.7495 4.30673 28.3696 3.98083 27.8604C3.66005 27.3511 3.49939 26.7194 3.49939 25.9658H6.10388C6.10897 26.2459 6.16219 26.4887 6.26404 26.6924C6.37092 26.8908 6.51371 27.0435 6.69177 27.1504C6.87503 27.2522 7.09177 27.3027 7.34119 27.3027C7.73832 27.3027 8.03887 27.1782 8.24255 26.9287C8.44624 26.6741 8.55366 26.2996 8.56384 25.8057V18.1523H11.1381V25.8057Z", fill: "white" }),
4658
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M27.9183 18C28.9213 18 29.8203 18.2212 30.6146 18.6641C31.409 19.1071 32.0352 19.7569 32.4935 20.6123C32.9518 21.4677 33.181 22.4912 33.181 23.6826C33.181 24.864 32.9518 25.8828 32.4935 26.7383C32.0352 27.5936 31.4089 28.2453 30.6146 28.6934C29.8203 29.1414 28.9214 29.3652 27.9183 29.3652C26.9204 29.3652 26.0215 29.1414 25.222 28.6934C24.4278 28.2453 23.8014 27.591 23.3431 26.7305C22.89 25.8699 22.6635 24.8538 22.6635 23.6826C22.6635 22.4912 22.89 21.4677 23.3431 20.6123C23.8014 19.7568 24.4277 19.1071 25.222 18.6641C26.0214 18.2211 26.9204 18 27.9183 18ZM27.9183 20.2842C27.3788 20.2842 26.9129 20.416 26.5209 20.6807C26.134 20.9403 25.8361 21.325 25.6273 21.834C25.4237 22.3381 25.3217 22.9545 25.3217 23.6826C25.3217 24.4108 25.4236 25.0298 25.6273 25.5391C25.8361 26.0431 26.1339 26.4276 26.5209 26.6924C26.9129 26.952 27.3787 27.082 27.9183 27.082C28.4632 27.082 28.9298 26.9521 29.3168 26.6924C29.7087 26.4276 30.0067 26.0431 30.2103 25.5391C30.4191 25.0298 30.5228 24.4108 30.5228 23.6826C30.5228 22.9545 30.4191 22.3381 30.2103 21.834C30.0067 21.3249 29.7087 20.9403 29.3168 20.6807C28.9298 20.4159 28.4632 20.2842 27.9183 20.2842Z", fill: "white" }),
4659
+ /* @__PURE__ */ jsx("path", { d: "M17.0883 18C17.9283 18 18.664 18.1426 19.2953 18.4277C19.9318 18.7129 20.4236 19.1154 20.7699 19.6348C21.1211 20.1541 21.299 20.7553 21.3041 21.4375H18.806C18.7806 21.1676 18.6994 20.9357 18.5619 20.7422C18.4244 20.5488 18.2312 20.4034 17.9818 20.3066C17.7323 20.2048 17.4291 20.1543 17.0726 20.1543C16.7315 20.1543 16.4409 20.1994 16.2015 20.291C15.9622 20.3827 15.7817 20.5109 15.6595 20.6738C15.5375 20.8366 15.476 21.0247 15.476 21.2383C15.4658 21.5591 15.6012 21.8163 15.8812 22.0098C16.1613 22.1982 16.5737 22.3561 17.1185 22.4834L18.0804 22.6973C19.1905 22.9417 20.0289 23.337 20.5941 23.8818C21.1591 24.4216 21.4472 25.1292 21.4574 26.0049C21.4574 26.6974 21.2814 27.2957 20.9301 27.7998C20.5787 28.2988 20.0769 28.6832 19.4252 28.9531C18.7734 29.2179 17.9918 29.3506 17.0804 29.3506C16.1486 29.3506 15.3409 29.2107 14.6586 28.9307C13.9763 28.6506 13.4492 28.23 13.0775 27.6699C12.7059 27.1047 12.51 26.4044 12.4896 25.5693H14.9945C15.02 25.9207 15.1202 26.2185 15.2933 26.4629C15.4665 26.7022 15.7029 26.8837 16.0033 27.0059C16.3037 27.128 16.6503 27.1885 17.0424 27.1885C17.4089 27.1884 17.7249 27.1379 17.9896 27.0361C18.254 26.9344 18.4547 26.7942 18.5922 26.6162C18.7347 26.438 18.806 26.2313 18.806 25.9971C18.806 25.7884 18.7428 25.6078 18.6156 25.4551C18.4883 25.3023 18.2942 25.1696 18.0345 25.0576C17.7749 24.9457 17.4335 24.8408 17.0111 24.7441L15.85 24.4697C14.8573 24.2457 14.099 23.8837 13.5746 23.3848C13.0501 22.8857 12.7875 22.2288 12.7875 21.4141C12.7875 20.7421 12.9708 20.149 13.3373 19.6348C13.7039 19.1205 14.2138 18.7207 14.8656 18.4355C15.5173 18.1454 16.2584 18 17.0883 18Z", fill: "white" }),
4660
+ /* @__PURE__ */ jsx("path", { d: "M41.3998 24.6377H41.4994V18.1523H44.0883V29.2129H41.8734L37.3969 22.7197H37.3129V29.2129H34.7162V18.1523H36.9691L41.3998 24.6377Z", fill: "white" })
4666
4661
  ] });
4667
4662
  }
4668
4663
  );
@@ -4671,8 +4666,8 @@ var IconColorImage = /* @__PURE__ */ forwardRef(
4671
4666
  const iconSize = iconSizeMap[size];
4672
4667
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4673
4668
  /* @__PURE__ */ jsx("path", { d: "M0 9C0 4.02944 4.02944 0 9 0H39C43.9706 0 48 4.02944 48 9V39C48 43.9706 43.9706 48 39 48H9C4.02944 48 0 43.9706 0 39V9Z", fill: "#545454" }),
4674
- /* @__PURE__ */ jsx("path", { d: "M16.1469 21.3828C16.9128 20.1679 18.6722 20.1317 19.4868 21.3145L26.5004 31.5L30.4848 26.3525C31.2778 25.3287 32.8199 25.3173 33.6284 26.3291L42.1401 36.9814C43.1865 38.2912 42.253 40.2305 40.5766 40.2305H7.89107C6.31693 40.2303 5.36031 38.4958 6.19966 37.1641L16.1469 21.3828Z", fill: "white" }),
4675
- /* @__PURE__ */ jsx("path", { d: "M31.9995 9C34.7609 9 36.9995 11.2386 36.9995 14C36.9995 16.7614 34.7609 19 31.9995 19C29.2382 18.9999 26.9995 16.7613 26.9995 14C26.9995 11.2387 29.2382 9.00015 31.9995 9Z", fill: "white" })
4669
+ /* @__PURE__ */ jsx("path", { d: "M16.147 21.3828C16.9128 20.1679 18.6722 20.1317 19.4868 21.3145L26.5005 31.5L30.4849 26.3525C31.2779 25.3287 32.82 25.3173 33.6284 26.3291L42.1402 36.9814C43.1865 38.2912 42.2531 40.2305 40.5767 40.2305H7.89113C6.31699 40.2303 5.36037 38.4958 6.19972 37.1641L16.147 21.3828Z", fill: "white" }),
4670
+ /* @__PURE__ */ jsx("path", { d: "M31.9995 9C34.761 9 36.9995 11.2386 36.9995 14C36.9995 16.7614 34.761 19 31.9995 19C29.2382 18.9999 26.9995 16.7613 26.9995 14C26.9995 11.2387 29.2382 9.00015 31.9995 9Z", fill: "white" })
4676
4671
  ] });
4677
4672
  }
4678
4673
  );
@@ -4837,22 +4832,22 @@ var IconFx = /* @__PURE__ */ forwardRef(
4837
4832
  if (fill && thick) {
4838
4833
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4839
4834
  /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23.3184 7C24.3925 7.00003 25.3648 7.26289 26.2207 7.79785C27.0871 8.32407 27.6699 8.99215 27.877 9.82031L27.9004 9.91504L27.8828 10.0117C27.7679 10.6145 27.4867 11.1145 27.0293 11.4805L27.0264 11.4834C26.6112 11.8096 26.1376 11.9795 25.6191 11.9795C25.0169 11.9794 24.4715 11.806 24.001 11.4531L23.9941 11.4473L23.9873 11.4424C23.5562 11.0921 23.1162 10.5953 22.665 9.96875L22.6592 9.95996L22.2256 9.3252C22.1977 9.34754 22.1693 9.3695 22.1416 9.39258L22.1406 9.39453C21.6587 9.79261 21.1942 10.4738 20.7695 11.4883L20.7676 11.4912C20.3512 12.4628 19.9932 13.893 19.7031 15.8027C19.7013 15.8148 19.6991 15.8278 19.6973 15.8398H23.8809L23.3994 18.6748L19.2812 18.5596C19.0323 20.1946 18.7831 21.8449 18.5342 23.5098C18.1438 26.1207 17.7168 28.6348 17.2529 31.0518L17.252 31.0557C16.9079 32.7761 16.4743 34.2742 15.9512 35.5469L15.9521 35.5479C15.4456 36.8648 14.7442 37.9794 13.8428 38.8809L13.8379 38.8857C13.1003 39.5979 12.3344 40.1223 11.5391 40.4404L11.5381 40.4395C10.7699 40.7708 10.0319 40.9463 9.32812 40.9463C8.36816 40.9463 7.50457 40.7387 6.75 40.3115L6.74902 40.3125C5.93599 39.8919 5.36527 39.2161 5.03809 38.3164L5 38.21L5.0166 38.0986C5.10228 37.5275 5.33598 37.0351 5.72656 36.6445L5.73242 36.6387L5.73926 36.6328C6.14878 36.2548 6.66302 36.0762 7.24609 36.0762C7.79023 36.0762 8.29719 36.207 8.75879 36.4688L8.95312 36.5889L8.96582 36.5977L8.97656 36.6055C9.42367 36.9474 9.83793 37.3757 10.2207 37.8838L10.4629 38.1807C10.711 37.8796 10.9698 37.4807 11.2344 36.9736C11.5795 36.3064 11.8729 35.4891 12.1104 34.5156L12.1133 34.5059C12.3766 33.5243 12.6413 32.3219 12.9072 30.8965C13.2964 28.5371 13.6614 26.1895 14.002 23.8545L14.7891 18.4814H11.7812L12.2432 16.1719L15.1914 15.832C15.5492 13.8688 16.1068 12.2557 16.877 11.0098C17.733 9.60074 18.7333 8.562 19.8906 7.93066C21.0182 7.31562 22.1627 7 23.3184 7Z", style: { fill: `var(--${type})` } }),
4840
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M39.5342 15.3281C40.1259 15.3282 40.6954 15.5355 41.2363 15.9111C41.2406 15.9139 41.2457 15.9171 41.25 15.9199C41.8339 16.3039 42.2164 16.8736 42.4102 17.5928L42.4277 17.6582L42.4258 17.7256C42.3983 18.439 42.175 19.0541 41.7305 19.5342L41.7314 19.5352C41.7293 19.5376 41.7258 19.5395 41.7236 19.542L41.7207 19.5469L41.7197 19.5459C41.302 20.0177 40.7734 20.2715 40.1543 20.2715C39.6481 20.2714 39.1811 20.1583 38.7656 19.9209L38.7549 19.915L38.7451 19.9092C38.4082 19.6925 38.1004 19.379 37.8145 18.9883C36.9648 19.9597 36.1454 20.9617 35.3584 21.9961L35.3574 21.9951C34.9736 22.5144 34.5908 23.037 34.207 23.5615L35.6836 28.2041L35.6855 28.2109C35.9019 28.9322 36.0975 29.3301 36.2432 29.4961C36.3958 29.6436 36.5819 29.7207 36.8311 29.7207C37.044 29.7206 37.368 29.6018 37.8213 29.2412C38.2792 28.8519 38.7833 28.3159 39.332 27.624L39.6025 27.2832L39.9492 27.5459L40.8623 28.2402L41.1787 28.4814L40.9746 28.8223C40.2219 30.0767 39.3389 31.1384 38.3242 32.001L38.3232 32.002C37.3114 32.8581 36.2265 33.3125 35.0771 33.3125C34.3593 33.3125 33.7092 33.1172 33.1426 32.7207L33.1318 32.7129L33.1221 32.7051C32.5553 32.2576 32.1193 31.4612 31.7705 30.415L31.7686 30.4092L30.917 27.7363C30.7065 28.0656 30.5013 28.3825 30.3008 28.6865C29.5627 29.8429 28.8228 30.8799 28.0801 31.7959L28.0732 31.8057C27.9587 31.9392 27.8345 32.0635 27.708 32.1855C26.9726 32.8771 26.102 33.2392 25.1055 33.2393C24.3121 33.2393 23.5807 33.0186 22.9229 32.5801L22.9121 32.5732C22.1966 32.0664 21.8215 31.2861 21.7402 30.3115L21.7344 30.2432L21.75 30.1758C21.8897 29.5611 22.1817 29.0609 22.6602 28.7393C23.0965 28.4222 23.587 28.2588 24.1191 28.2588C24.6453 28.2588 25.1206 28.4077 25.5225 28.7168C25.874 28.9535 26.1873 29.349 26.4766 29.8574C27.3684 28.8209 28.2184 27.7644 29.0225 26.6846C29.3818 26.202 29.7443 25.7099 30.1123 25.21L28.627 20.5469L28.624 20.5381C28.4293 19.881 28.2565 19.5297 28.1338 19.3916C28.0434 19.29 27.8976 19.213 27.626 19.2129C27.499 19.2129 27.2638 19.2761 26.8936 19.4844L26.8848 19.4893L26.875 19.4941C26.5953 19.634 26.2225 20.0001 25.7695 20.6914L25.4766 21.1387L25.0908 20.7695L24.0322 19.7598L24.2109 19.4561C25.7562 16.8316 27.4414 15.3283 29.3057 15.3281C30.1841 15.3281 30.9178 15.6079 31.4346 16.2158C31.845 16.6988 32.2018 17.3954 32.5176 18.2773L32.6504 18.667L32.6514 18.6699L33.4004 21.0264C33.6732 20.6063 33.9388 20.2063 34.2012 19.8291L34.2021 19.8271C35.007 18.6808 35.6566 17.7861 36.1494 17.1455L36.1553 17.1377L36.1621 17.1309C36.2463 17.0307 36.3305 16.9348 36.4141 16.8428L36.5059 16.7422C36.9146 16.3054 37.3159 15.9685 37.7109 15.749L37.7197 15.7441C38.2559 15.462 38.8653 15.3281 39.5342 15.3281Z", style: { fill: `var(--${type})` } })
4835
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M39.5342 15.3281C40.1259 15.3282 40.6954 15.5355 41.2363 15.9111C41.2406 15.9139 41.2457 15.9171 41.25 15.9199C41.8339 16.3039 42.2164 16.8736 42.4102 17.5928L42.4277 17.6582L42.4258 17.7256C42.3983 18.439 42.175 19.0541 41.7305 19.5342L41.7314 19.5352C41.7293 19.5376 41.7258 19.5395 41.7236 19.542L41.7207 19.5469L41.7197 19.5459C41.302 20.0177 40.7734 20.2715 40.1543 20.2715C39.6481 20.2714 39.1811 20.1583 38.7656 19.9209L38.7549 19.915L38.7451 19.9092C38.4082 19.6925 38.1004 19.379 37.8145 18.9883C36.9648 19.9597 36.1454 20.9617 35.3584 21.9961L35.3574 21.9951C34.9736 22.5144 34.5908 23.037 34.207 23.5615L35.6836 28.2041L35.6855 28.2109C35.9019 28.9322 36.0975 29.3301 36.2432 29.4961C36.3958 29.6436 36.5819 29.7207 36.8311 29.7207C37.044 29.7206 37.368 29.6018 37.8213 29.2412C38.2792 28.8519 38.7833 28.3159 39.332 27.624L39.6025 27.2832L39.9492 27.5459L40.8623 28.2402L41.1787 28.4814L40.9746 28.8223C40.2219 30.0767 39.3389 31.1384 38.3242 32.001L38.3232 32.002C37.3114 32.8581 36.2265 33.3125 35.0771 33.3125C34.3593 33.3125 33.7092 33.1172 33.1426 32.7207L33.1318 32.7129L33.1221 32.7051C32.5553 32.2576 32.1193 31.4612 31.7705 30.415L31.7686 30.4092L30.917 27.7363C30.7065 28.0656 30.5013 28.3825 30.3008 28.6865C29.5627 29.8429 28.8228 30.8799 28.0801 31.7959L28.0732 31.8057C27.9587 31.9392 27.8345 32.0635 27.708 32.1855C26.9726 32.8771 26.102 33.2392 25.1055 33.2393C24.3121 33.2393 23.5807 33.0186 22.9229 32.5801L22.9121 32.5732C22.1966 32.0664 21.8215 31.2861 21.7402 30.3115L21.7344 30.2432L21.75 30.1758C21.8897 29.5611 22.1817 29.0609 22.6602 28.7393C23.0965 28.4222 23.587 28.2588 24.1191 28.2588C24.6453 28.2588 25.1206 28.4077 25.5225 28.7168C25.874 28.9535 26.1873 29.349 26.4766 29.8574C27.3684 28.8209 28.2184 27.7644 29.0225 26.6846C29.3818 26.202 29.7443 25.7099 30.1123 25.21L28.627 20.5469L28.624 20.5381C28.4293 19.881 28.2565 19.5297 28.1338 19.3916C28.0434 19.29 27.8976 19.213 27.626 19.2129C27.499 19.2129 27.2638 19.2761 26.8936 19.4844L26.8848 19.4893L26.875 19.4941C26.5953 19.634 26.2225 20.0001 25.7695 20.6914L25.4766 21.1387L25.0908 20.7695L24.0322 19.7598L24.2109 19.4561C25.7562 16.8316 27.4414 15.3283 29.3057 15.3281C30.1841 15.3281 30.9178 15.6079 31.4346 16.2158C31.845 16.6988 32.2018 17.3954 32.5176 18.2773L32.6504 18.667L32.6514 18.6699L33.4004 21.0264C33.6731 20.6063 33.9388 20.2063 34.2012 19.8291L34.2021 19.8271C35.007 18.6808 35.6566 17.7861 36.1494 17.1455L36.1553 17.1377L36.1621 17.1309C36.2463 17.0307 36.3305 16.9348 36.4141 16.8428L36.5059 16.7422C36.9146 16.3054 37.3159 15.9685 37.7109 15.749L37.7197 15.7441C38.2559 15.462 38.8653 15.3281 39.5342 15.3281Z", style: { fill: `var(--${type})` } })
4841
4836
  ] });
4842
4837
  } else if (fill) {
4843
4838
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4844
4839
  /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23.3184 7C24.3925 7.00003 25.3648 7.26289 26.2207 7.79785C27.0871 8.32407 27.6699 8.99215 27.877 9.82031L27.9004 9.91504L27.8828 10.0117C27.7679 10.6145 27.4867 11.1145 27.0293 11.4805L27.0264 11.4834C26.6112 11.8096 26.1376 11.9795 25.6191 11.9795C25.0169 11.9794 24.4715 11.806 24.001 11.4531L23.9941 11.4473L23.9873 11.4424C23.5562 11.0921 23.1162 10.5953 22.665 9.96875L22.6592 9.95996L22.2256 9.3252C22.1977 9.34754 22.1693 9.3695 22.1416 9.39258L22.1406 9.39453C21.6587 9.79261 21.1942 10.4738 20.7695 11.4883L20.7676 11.4912C20.3512 12.4628 19.9932 13.893 19.7031 15.8027C19.7013 15.8148 19.6991 15.8278 19.6973 15.8398H23.8809L23.3994 18.6748L19.2812 18.5596C19.0323 20.1946 18.7831 21.8449 18.5342 23.5098C18.1438 26.1207 17.7168 28.6348 17.2529 31.0518L17.252 31.0557C16.9079 32.7761 16.4743 34.2742 15.9512 35.5469L15.9521 35.5479C15.4456 36.8648 14.7442 37.9794 13.8428 38.8809L13.8379 38.8857C13.1003 39.5979 12.3344 40.1223 11.5391 40.4404L11.5381 40.4395C10.7699 40.7708 10.0319 40.9463 9.32812 40.9463C8.36816 40.9463 7.50457 40.7387 6.75 40.3115L6.74902 40.3125C5.93599 39.8919 5.36527 39.2161 5.03809 38.3164L5 38.21L5.0166 38.0986C5.10228 37.5275 5.33598 37.0351 5.72656 36.6445L5.73242 36.6387L5.73926 36.6328C6.14878 36.2548 6.66302 36.0762 7.24609 36.0762C7.79023 36.0762 8.29719 36.207 8.75879 36.4688L8.95312 36.5889L8.96582 36.5977L8.97656 36.6055C9.42367 36.9474 9.83793 37.3757 10.2207 37.8838L10.4629 38.1807C10.711 37.8796 10.9698 37.4807 11.2344 36.9736C11.5795 36.3064 11.8729 35.4891 12.1104 34.5156L12.1133 34.5059C12.3766 33.5243 12.6413 32.3219 12.9072 30.8965C13.2964 28.5371 13.6614 26.1895 14.002 23.8545L14.7891 18.4814H11.7812L12.2432 16.1719L15.1914 15.832C15.5492 13.8688 16.1068 12.2557 16.877 11.0098C17.733 9.60074 18.7333 8.562 19.8906 7.93066C21.0182 7.31562 22.1627 7 23.3184 7Z", style: { fill: `var(--${type})` } }),
4845
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M39.5342 15.3281C40.1259 15.3282 40.6954 15.5355 41.2363 15.9111C41.2406 15.9139 41.2457 15.9171 41.25 15.9199C41.8339 16.3039 42.2164 16.8736 42.4102 17.5928L42.4277 17.6582L42.4258 17.7256C42.3983 18.439 42.175 19.0541 41.7305 19.5342L41.7314 19.5352C41.7293 19.5376 41.7258 19.5395 41.7236 19.542L41.7207 19.5469L41.7197 19.5459C41.302 20.0177 40.7734 20.2715 40.1543 20.2715C39.6481 20.2714 39.1811 20.1583 38.7656 19.9209L38.7549 19.915L38.7451 19.9092C38.4082 19.6925 38.1004 19.379 37.8145 18.9883C36.9648 19.9597 36.1454 20.9617 35.3584 21.9961L35.3574 21.9951C34.9736 22.5144 34.5908 23.037 34.207 23.5615L35.6836 28.2041L35.6855 28.2109C35.9019 28.9322 36.0975 29.3301 36.2432 29.4961C36.3958 29.6436 36.5819 29.7207 36.8311 29.7207C37.044 29.7206 37.368 29.6018 37.8213 29.2412C38.2792 28.8519 38.7833 28.3159 39.332 27.624L39.6025 27.2832L39.9492 27.5459L40.8623 28.2402L41.1787 28.4814L40.9746 28.8223C40.2219 30.0767 39.3389 31.1384 38.3242 32.001L38.3232 32.002C37.3114 32.8581 36.2265 33.3125 35.0771 33.3125C34.3593 33.3125 33.7092 33.1172 33.1426 32.7207L33.1318 32.7129L33.1221 32.7051C32.5553 32.2576 32.1193 31.4612 31.7705 30.415L31.7686 30.4092L30.917 27.7363C30.7065 28.0656 30.5013 28.3825 30.3008 28.6865C29.5627 29.8429 28.8228 30.8799 28.0801 31.7959L28.0732 31.8057C27.9587 31.9392 27.8345 32.0635 27.708 32.1855C26.9726 32.8771 26.102 33.2392 25.1055 33.2393C24.3121 33.2393 23.5807 33.0186 22.9229 32.5801L22.9121 32.5732C22.1966 32.0664 21.8215 31.2861 21.7402 30.3115L21.7344 30.2432L21.75 30.1758C21.8897 29.5611 22.1817 29.0609 22.6602 28.7393C23.0965 28.4222 23.587 28.2588 24.1191 28.2588C24.6453 28.2588 25.1206 28.4077 25.5225 28.7168C25.874 28.9535 26.1873 29.349 26.4766 29.8574C27.3684 28.8209 28.2184 27.7644 29.0225 26.6846C29.3818 26.202 29.7443 25.7099 30.1123 25.21L28.627 20.5469L28.624 20.5381C28.4293 19.881 28.2565 19.5297 28.1338 19.3916C28.0434 19.29 27.8976 19.213 27.626 19.2129C27.499 19.2129 27.2638 19.2761 26.8936 19.4844L26.8848 19.4893L26.875 19.4941C26.5953 19.634 26.2225 20.0001 25.7695 20.6914L25.4766 21.1387L25.0908 20.7695L24.0322 19.7598L24.2109 19.4561C25.7562 16.8316 27.4414 15.3283 29.3057 15.3281C30.1841 15.3281 30.9178 15.6079 31.4346 16.2158C31.845 16.6988 32.2018 17.3954 32.5176 18.2773L32.6504 18.667L32.6514 18.6699L33.4004 21.0264C33.6732 20.6063 33.9388 20.2063 34.2012 19.8291L34.2021 19.8271C35.007 18.6808 35.6566 17.7861 36.1494 17.1455L36.1553 17.1377L36.1621 17.1309C36.2463 17.0307 36.3305 16.9348 36.4141 16.8428L36.5059 16.7422C36.9146 16.3054 37.3159 15.9685 37.7109 15.749L37.7197 15.7441C38.2559 15.462 38.8653 15.3281 39.5342 15.3281Z", style: { fill: `var(--${type})` } })
4840
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M39.5342 15.3281C40.1259 15.3282 40.6954 15.5355 41.2363 15.9111C41.2406 15.9139 41.2457 15.9171 41.25 15.9199C41.8339 16.3039 42.2164 16.8736 42.4102 17.5928L42.4277 17.6582L42.4258 17.7256C42.3983 18.439 42.175 19.0541 41.7305 19.5342L41.7314 19.5352C41.7293 19.5376 41.7258 19.5395 41.7236 19.542L41.7207 19.5469L41.7197 19.5459C41.302 20.0177 40.7734 20.2715 40.1543 20.2715C39.6481 20.2714 39.1811 20.1583 38.7656 19.9209L38.7549 19.915L38.7451 19.9092C38.4082 19.6925 38.1004 19.379 37.8145 18.9883C36.9648 19.9597 36.1454 20.9617 35.3584 21.9961L35.3574 21.9951C34.9736 22.5144 34.5908 23.037 34.207 23.5615L35.6836 28.2041L35.6855 28.2109C35.9019 28.9322 36.0975 29.3301 36.2432 29.4961C36.3958 29.6436 36.5819 29.7207 36.8311 29.7207C37.044 29.7206 37.368 29.6018 37.8213 29.2412C38.2792 28.8519 38.7833 28.3159 39.332 27.624L39.6025 27.2832L39.9492 27.5459L40.8623 28.2402L41.1787 28.4814L40.9746 28.8223C40.2219 30.0767 39.3389 31.1384 38.3242 32.001L38.3232 32.002C37.3114 32.8581 36.2265 33.3125 35.0771 33.3125C34.3593 33.3125 33.7092 33.1172 33.1426 32.7207L33.1318 32.7129L33.1221 32.7051C32.5553 32.2576 32.1193 31.4612 31.7705 30.415L31.7686 30.4092L30.917 27.7363C30.7065 28.0656 30.5013 28.3825 30.3008 28.6865C29.5627 29.8429 28.8228 30.8799 28.0801 31.7959L28.0732 31.8057C27.9587 31.9392 27.8345 32.0635 27.708 32.1855C26.9726 32.8771 26.102 33.2392 25.1055 33.2393C24.3121 33.2393 23.5807 33.0186 22.9229 32.5801L22.9121 32.5732C22.1966 32.0664 21.8215 31.2861 21.7402 30.3115L21.7344 30.2432L21.75 30.1758C21.8897 29.5611 22.1817 29.0609 22.6602 28.7393C23.0965 28.4222 23.587 28.2588 24.1191 28.2588C24.6453 28.2588 25.1206 28.4077 25.5225 28.7168C25.874 28.9535 26.1873 29.349 26.4766 29.8574C27.3684 28.8209 28.2184 27.7644 29.0225 26.6846C29.3818 26.202 29.7443 25.7099 30.1123 25.21L28.627 20.5469L28.624 20.5381C28.4293 19.881 28.2565 19.5297 28.1338 19.3916C28.0434 19.29 27.8976 19.213 27.626 19.2129C27.499 19.2129 27.2638 19.2761 26.8936 19.4844L26.8848 19.4893L26.875 19.4941C26.5953 19.634 26.2225 20.0001 25.7695 20.6914L25.4766 21.1387L25.0908 20.7695L24.0322 19.7598L24.2109 19.4561C25.7562 16.8316 27.4414 15.3283 29.3057 15.3281C30.1841 15.3281 30.9178 15.6079 31.4346 16.2158C31.845 16.6988 32.2018 17.3954 32.5176 18.2773L32.6504 18.667L32.6514 18.6699L33.4004 21.0264C33.6731 20.6063 33.9388 20.2063 34.2012 19.8291L34.2021 19.8271C35.007 18.6808 35.6566 17.7861 36.1494 17.1455L36.1553 17.1377L36.1621 17.1309C36.2463 17.0307 36.3305 16.9348 36.4141 16.8428L36.5059 16.7422C36.9146 16.3054 37.3159 15.9685 37.7109 15.749L37.7197 15.7441C38.2559 15.462 38.8653 15.3281 39.5342 15.3281Z", style: { fill: `var(--${type})` } })
4846
4841
  ] });
4847
4842
  } else if (thick) {
4848
4843
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4849
4844
  /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23.3184 7C24.3925 7.00003 25.3648 7.26289 26.2207 7.79785C27.0871 8.32407 27.6699 8.99215 27.877 9.82031L27.9004 9.91504L27.8828 10.0117C27.7679 10.6145 27.4867 11.1145 27.0293 11.4805L27.0264 11.4834C26.6112 11.8096 26.1376 11.9795 25.6191 11.9795C25.0169 11.9794 24.4715 11.806 24.001 11.4531L23.9941 11.4473L23.9873 11.4424C23.5562 11.0921 23.1162 10.5953 22.665 9.96875L22.6592 9.95996L22.2256 9.3252C22.1977 9.34754 22.1693 9.3695 22.1416 9.39258L22.1406 9.39453C21.6587 9.79261 21.1942 10.4738 20.7695 11.4883L20.7676 11.4912C20.3512 12.4628 19.9932 13.893 19.7031 15.8027C19.7013 15.8148 19.6991 15.8278 19.6973 15.8398H23.8809L23.3994 18.6748L19.2812 18.5596C19.0323 20.1946 18.7831 21.8449 18.5342 23.5098C18.1438 26.1207 17.7168 28.6348 17.2529 31.0518L17.252 31.0557C16.9079 32.7761 16.4743 34.2742 15.9512 35.5469L15.9521 35.5479C15.4456 36.8648 14.7442 37.9794 13.8428 38.8809L13.8379 38.8857C13.1003 39.5979 12.3344 40.1223 11.5391 40.4404L11.5381 40.4395C10.7699 40.7708 10.0319 40.9463 9.32812 40.9463C8.36816 40.9463 7.50457 40.7387 6.75 40.3115L6.74902 40.3125C5.93599 39.8919 5.36527 39.2161 5.03809 38.3164L5 38.21L5.0166 38.0986C5.10228 37.5275 5.33598 37.0351 5.72656 36.6445L5.73242 36.6387L5.73926 36.6328C6.14878 36.2548 6.66302 36.0762 7.24609 36.0762C7.79023 36.0762 8.29719 36.207 8.75879 36.4688L8.95312 36.5889L8.96582 36.5977L8.97656 36.6055C9.42367 36.9474 9.83793 37.3757 10.2207 37.8838L10.4629 38.1807C10.711 37.8796 10.9698 37.4807 11.2344 36.9736C11.5795 36.3064 11.8729 35.4891 12.1104 34.5156L12.1133 34.5059C12.3766 33.5243 12.6413 32.3219 12.9072 30.8965C13.2964 28.5371 13.6614 26.1895 14.002 23.8545L14.7891 18.4814H11.7812L12.2432 16.1719L15.1914 15.832C15.5492 13.8688 16.1068 12.2557 16.877 11.0098C17.733 9.60074 18.7333 8.562 19.8906 7.93066C21.0182 7.31562 22.1627 7 23.3184 7Z", style: { fill: `var(--${type})` } }),
4850
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M39.5342 15.3281C40.1259 15.3282 40.6954 15.5355 41.2363 15.9111C41.2406 15.9139 41.2457 15.9171 41.25 15.9199C41.8339 16.3039 42.2164 16.8736 42.4102 17.5928L42.4277 17.6582L42.4258 17.7256C42.3983 18.439 42.175 19.0541 41.7305 19.5342L41.7314 19.5352C41.7293 19.5376 41.7258 19.5395 41.7236 19.542L41.7207 19.5469L41.7197 19.5459C41.302 20.0177 40.7734 20.2715 40.1543 20.2715C39.6481 20.2714 39.1811 20.1583 38.7656 19.9209L38.7549 19.915L38.7451 19.9092C38.4082 19.6925 38.1004 19.379 37.8145 18.9883C36.9648 19.9597 36.1454 20.9617 35.3584 21.9961L35.3574 21.9951C34.9736 22.5144 34.5908 23.037 34.207 23.5615L35.6836 28.2041L35.6855 28.2109C35.9019 28.9322 36.0975 29.3301 36.2432 29.4961C36.3958 29.6436 36.5819 29.7207 36.8311 29.7207C37.044 29.7206 37.368 29.6018 37.8213 29.2412C38.2792 28.8519 38.7833 28.3159 39.332 27.624L39.6025 27.2832L39.9492 27.5459L40.8623 28.2402L41.1787 28.4814L40.9746 28.8223C40.2219 30.0767 39.3389 31.1384 38.3242 32.001L38.3232 32.002C37.3114 32.8581 36.2265 33.3125 35.0771 33.3125C34.3593 33.3125 33.7092 33.1172 33.1426 32.7207L33.1318 32.7129L33.1221 32.7051C32.5553 32.2576 32.1193 31.4612 31.7705 30.415L31.7686 30.4092L30.917 27.7363C30.7065 28.0656 30.5013 28.3825 30.3008 28.6865C29.5627 29.8429 28.8228 30.8799 28.0801 31.7959L28.0732 31.8057C27.9587 31.9392 27.8345 32.0635 27.708 32.1855C26.9726 32.8771 26.102 33.2392 25.1055 33.2393C24.3121 33.2393 23.5807 33.0186 22.9229 32.5801L22.9121 32.5732C22.1966 32.0664 21.8215 31.2861 21.7402 30.3115L21.7344 30.2432L21.75 30.1758C21.8897 29.5611 22.1817 29.0609 22.6602 28.7393C23.0965 28.4222 23.587 28.2588 24.1191 28.2588C24.6453 28.2588 25.1206 28.4077 25.5225 28.7168C25.874 28.9535 26.1873 29.349 26.4766 29.8574C27.3684 28.8209 28.2184 27.7644 29.0225 26.6846C29.3818 26.202 29.7443 25.7099 30.1123 25.21L28.627 20.5469L28.624 20.5381C28.4293 19.881 28.2565 19.5297 28.1338 19.3916C28.0434 19.29 27.8976 19.213 27.626 19.2129C27.499 19.2129 27.2638 19.2761 26.8936 19.4844L26.8848 19.4893L26.875 19.4941C26.5953 19.634 26.2225 20.0001 25.7695 20.6914L25.4766 21.1387L25.0908 20.7695L24.0322 19.7598L24.2109 19.4561C25.7562 16.8316 27.4414 15.3283 29.3057 15.3281C30.1841 15.3281 30.9178 15.6079 31.4346 16.2158C31.845 16.6988 32.2018 17.3954 32.5176 18.2773L32.6504 18.667L32.6514 18.6699L33.4004 21.0264C33.6732 20.6063 33.9388 20.2063 34.2012 19.8291L34.2021 19.8271C35.007 18.6808 35.6566 17.7861 36.1494 17.1455L36.1553 17.1377L36.1621 17.1309C36.2463 17.0307 36.3305 16.9348 36.4141 16.8428L36.5059 16.7422C36.9146 16.3054 37.3159 15.9685 37.7109 15.749L37.7197 15.7441C38.2559 15.462 38.8653 15.3281 39.5342 15.3281Z", style: { fill: `var(--${type})` } })
4845
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M39.5342 15.3281C40.1259 15.3282 40.6954 15.5355 41.2363 15.9111C41.2406 15.9139 41.2457 15.9171 41.25 15.9199C41.8339 16.3039 42.2164 16.8736 42.4102 17.5928L42.4277 17.6582L42.4258 17.7256C42.3983 18.439 42.175 19.0541 41.7305 19.5342L41.7314 19.5352C41.7293 19.5376 41.7258 19.5395 41.7236 19.542L41.7207 19.5469L41.7197 19.5459C41.302 20.0177 40.7734 20.2715 40.1543 20.2715C39.6481 20.2714 39.1811 20.1583 38.7656 19.9209L38.7549 19.915L38.7451 19.9092C38.4082 19.6925 38.1004 19.379 37.8145 18.9883C36.9648 19.9597 36.1454 20.9617 35.3584 21.9961L35.3574 21.9951C34.9736 22.5144 34.5908 23.037 34.207 23.5615L35.6836 28.2041L35.6855 28.2109C35.9019 28.9322 36.0975 29.3301 36.2432 29.4961C36.3958 29.6436 36.5819 29.7207 36.8311 29.7207C37.044 29.7206 37.368 29.6018 37.8213 29.2412C38.2792 28.8519 38.7833 28.3159 39.332 27.624L39.6025 27.2832L39.9492 27.5459L40.8623 28.2402L41.1787 28.4814L40.9746 28.8223C40.2219 30.0767 39.3389 31.1384 38.3242 32.001L38.3232 32.002C37.3114 32.8581 36.2265 33.3125 35.0771 33.3125C34.3593 33.3125 33.7092 33.1172 33.1426 32.7207L33.1318 32.7129L33.1221 32.7051C32.5553 32.2576 32.1193 31.4612 31.7705 30.415L31.7686 30.4092L30.917 27.7363C30.7065 28.0656 30.5013 28.3825 30.3008 28.6865C29.5627 29.8429 28.8228 30.8799 28.0801 31.7959L28.0732 31.8057C27.9587 31.9392 27.8345 32.0635 27.708 32.1855C26.9726 32.8771 26.102 33.2392 25.1055 33.2393C24.3121 33.2393 23.5807 33.0186 22.9229 32.5801L22.9121 32.5732C22.1966 32.0664 21.8215 31.2861 21.7402 30.3115L21.7344 30.2432L21.75 30.1758C21.8897 29.5611 22.1817 29.0609 22.6602 28.7393C23.0965 28.4222 23.587 28.2588 24.1191 28.2588C24.6453 28.2588 25.1206 28.4077 25.5225 28.7168C25.874 28.9535 26.1873 29.349 26.4766 29.8574C27.3684 28.8209 28.2184 27.7644 29.0225 26.6846C29.3818 26.202 29.7443 25.7099 30.1123 25.21L28.627 20.5469L28.624 20.5381C28.4293 19.881 28.2565 19.5297 28.1338 19.3916C28.0434 19.29 27.8976 19.213 27.626 19.2129C27.499 19.2129 27.2638 19.2761 26.8936 19.4844L26.8848 19.4893L26.875 19.4941C26.5953 19.634 26.2225 20.0001 25.7695 20.6914L25.4766 21.1387L25.0908 20.7695L24.0322 19.7598L24.2109 19.4561C25.7562 16.8316 27.4414 15.3283 29.3057 15.3281C30.1841 15.3281 30.9178 15.6079 31.4346 16.2158C31.845 16.6988 32.2018 17.3954 32.5176 18.2773L32.6504 18.667L32.6514 18.6699L33.4004 21.0264C33.6731 20.6063 33.9388 20.2063 34.2012 19.8291L34.2021 19.8271C35.007 18.6808 35.6566 17.7861 36.1494 17.1455L36.1553 17.1377L36.1621 17.1309C36.2463 17.0307 36.3305 16.9348 36.4141 16.8428L36.5059 16.7422C36.9146 16.3054 37.3159 15.9685 37.7109 15.749L37.7197 15.7441C38.2559 15.462 38.8653 15.3281 39.5342 15.3281Z", style: { fill: `var(--${type})` } })
4851
4846
  ] });
4852
4847
  }
4853
4848
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4854
4849
  /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23.3184 7C24.3925 7.00003 25.3648 7.26289 26.2207 7.79785C27.0871 8.32407 27.6699 8.99215 27.877 9.82031L27.9004 9.91504L27.8828 10.0117C27.7679 10.6145 27.4867 11.1145 27.0293 11.4805L27.0264 11.4834C26.6112 11.8096 26.1376 11.9795 25.6191 11.9795C25.0169 11.9794 24.4715 11.806 24.001 11.4531L23.9941 11.4473L23.9873 11.4424C23.5562 11.0921 23.1162 10.5953 22.665 9.96875L22.6592 9.95996L22.2256 9.3252C22.1977 9.34754 22.1693 9.3695 22.1416 9.39258L22.1406 9.39453C21.6587 9.79261 21.1942 10.4738 20.7695 11.4883L20.7676 11.4912C20.3512 12.4628 19.9932 13.893 19.7031 15.8027C19.7013 15.8148 19.6991 15.8278 19.6973 15.8398H23.8809L23.3994 18.6748L19.2812 18.5596C19.0323 20.1946 18.7831 21.8449 18.5342 23.5098C18.1438 26.1207 17.7168 28.6348 17.2529 31.0518L17.252 31.0557C16.9079 32.7761 16.4743 34.2742 15.9512 35.5469L15.9521 35.5479C15.4456 36.8648 14.7442 37.9794 13.8428 38.8809L13.8379 38.8857C13.1003 39.5979 12.3344 40.1223 11.5391 40.4404L11.5381 40.4395C10.7699 40.7708 10.0319 40.9463 9.32812 40.9463C8.36816 40.9463 7.50457 40.7387 6.75 40.3115L6.74902 40.3125C5.93599 39.8919 5.36527 39.2161 5.03809 38.3164L5 38.21L5.0166 38.0986C5.10228 37.5275 5.33598 37.0351 5.72656 36.6445L5.73242 36.6387L5.73926 36.6328C6.14878 36.2548 6.66302 36.0762 7.24609 36.0762C7.79023 36.0762 8.29719 36.207 8.75879 36.4688L8.95312 36.5889L8.96582 36.5977L8.97656 36.6055C9.42367 36.9474 9.83793 37.3757 10.2207 37.8838L10.4629 38.1807C10.711 37.8796 10.9698 37.4807 11.2344 36.9736C11.5795 36.3064 11.8729 35.4891 12.1104 34.5156L12.1133 34.5059C12.3766 33.5243 12.6413 32.3219 12.9072 30.8965C13.2964 28.5371 13.6614 26.1895 14.002 23.8545L14.7891 18.4814H11.7812L12.2432 16.1719L15.1914 15.832C15.5492 13.8688 16.1068 12.2557 16.877 11.0098C17.733 9.60074 18.7333 8.562 19.8906 7.93066C21.0182 7.31562 22.1627 7 23.3184 7Z", style: { fill: `var(--${type})` } }),
4855
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M39.5342 15.3281C40.1259 15.3282 40.6954 15.5355 41.2363 15.9111C41.2406 15.9139 41.2457 15.9171 41.25 15.9199C41.8339 16.3039 42.2164 16.8736 42.4102 17.5928L42.4277 17.6582L42.4258 17.7256C42.3983 18.439 42.175 19.0541 41.7305 19.5342L41.7314 19.5352C41.7293 19.5376 41.7258 19.5395 41.7236 19.542L41.7207 19.5469L41.7197 19.5459C41.302 20.0177 40.7734 20.2715 40.1543 20.2715C39.6481 20.2714 39.1811 20.1583 38.7656 19.9209L38.7549 19.915L38.7451 19.9092C38.4082 19.6925 38.1004 19.379 37.8145 18.9883C36.9648 19.9597 36.1454 20.9617 35.3584 21.9961L35.3574 21.9951C34.9736 22.5144 34.5908 23.037 34.207 23.5615L35.6836 28.2041L35.6855 28.2109C35.9019 28.9322 36.0975 29.3301 36.2432 29.4961C36.3958 29.6436 36.5819 29.7207 36.8311 29.7207C37.044 29.7206 37.368 29.6018 37.8213 29.2412C38.2792 28.8519 38.7833 28.3159 39.332 27.624L39.6025 27.2832L39.9492 27.5459L40.8623 28.2402L41.1787 28.4814L40.9746 28.8223C40.2219 30.0767 39.3389 31.1384 38.3242 32.001L38.3232 32.002C37.3114 32.8581 36.2265 33.3125 35.0771 33.3125C34.3593 33.3125 33.7092 33.1172 33.1426 32.7207L33.1318 32.7129L33.1221 32.7051C32.5553 32.2576 32.1193 31.4612 31.7705 30.415L31.7686 30.4092L30.917 27.7363C30.7065 28.0656 30.5013 28.3825 30.3008 28.6865C29.5627 29.8429 28.8228 30.8799 28.0801 31.7959L28.0732 31.8057C27.9587 31.9392 27.8345 32.0635 27.708 32.1855C26.9726 32.8771 26.102 33.2392 25.1055 33.2393C24.3121 33.2393 23.5807 33.0186 22.9229 32.5801L22.9121 32.5732C22.1966 32.0664 21.8215 31.2861 21.7402 30.3115L21.7344 30.2432L21.75 30.1758C21.8897 29.5611 22.1817 29.0609 22.6602 28.7393C23.0965 28.4222 23.587 28.2588 24.1191 28.2588C24.6453 28.2588 25.1206 28.4077 25.5225 28.7168C25.874 28.9535 26.1873 29.349 26.4766 29.8574C27.3684 28.8209 28.2184 27.7644 29.0225 26.6846C29.3818 26.202 29.7443 25.7099 30.1123 25.21L28.627 20.5469L28.624 20.5381C28.4293 19.881 28.2565 19.5297 28.1338 19.3916C28.0434 19.29 27.8976 19.213 27.626 19.2129C27.499 19.2129 27.2638 19.2761 26.8936 19.4844L26.8848 19.4893L26.875 19.4941C26.5953 19.634 26.2225 20.0001 25.7695 20.6914L25.4766 21.1387L25.0908 20.7695L24.0322 19.7598L24.2109 19.4561C25.7562 16.8316 27.4414 15.3283 29.3057 15.3281C30.1841 15.3281 30.9178 15.6079 31.4346 16.2158C31.845 16.6988 32.2018 17.3954 32.5176 18.2773L32.6504 18.667L32.6514 18.6699L33.4004 21.0264C33.6732 20.6063 33.9388 20.2063 34.2012 19.8291L34.2021 19.8271C35.007 18.6808 35.6566 17.7861 36.1494 17.1455L36.1553 17.1377L36.1621 17.1309C36.2463 17.0307 36.3305 16.9348 36.4141 16.8428L36.5059 16.7422C36.9146 16.3054 37.3159 15.9685 37.7109 15.749L37.7197 15.7441C38.2559 15.462 38.8653 15.3281 39.5342 15.3281Z", style: { fill: `var(--${type})` } })
4850
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M39.5342 15.3281C40.1259 15.3282 40.6954 15.5355 41.2363 15.9111C41.2406 15.9139 41.2457 15.9171 41.25 15.9199C41.8339 16.3039 42.2164 16.8736 42.4102 17.5928L42.4277 17.6582L42.4258 17.7256C42.3983 18.439 42.175 19.0541 41.7305 19.5342L41.7314 19.5352C41.7293 19.5376 41.7258 19.5395 41.7236 19.542L41.7207 19.5469L41.7197 19.5459C41.302 20.0177 40.7734 20.2715 40.1543 20.2715C39.6481 20.2714 39.1811 20.1583 38.7656 19.9209L38.7549 19.915L38.7451 19.9092C38.4082 19.6925 38.1004 19.379 37.8145 18.9883C36.9648 19.9597 36.1454 20.9617 35.3584 21.9961L35.3574 21.9951C34.9736 22.5144 34.5908 23.037 34.207 23.5615L35.6836 28.2041L35.6855 28.2109C35.9019 28.9322 36.0975 29.3301 36.2432 29.4961C36.3958 29.6436 36.5819 29.7207 36.8311 29.7207C37.044 29.7206 37.368 29.6018 37.8213 29.2412C38.2792 28.8519 38.7833 28.3159 39.332 27.624L39.6025 27.2832L39.9492 27.5459L40.8623 28.2402L41.1787 28.4814L40.9746 28.8223C40.2219 30.0767 39.3389 31.1384 38.3242 32.001L38.3232 32.002C37.3114 32.8581 36.2265 33.3125 35.0771 33.3125C34.3593 33.3125 33.7092 33.1172 33.1426 32.7207L33.1318 32.7129L33.1221 32.7051C32.5553 32.2576 32.1193 31.4612 31.7705 30.415L31.7686 30.4092L30.917 27.7363C30.7065 28.0656 30.5013 28.3825 30.3008 28.6865C29.5627 29.8429 28.8228 30.8799 28.0801 31.7959L28.0732 31.8057C27.9587 31.9392 27.8345 32.0635 27.708 32.1855C26.9726 32.8771 26.102 33.2392 25.1055 33.2393C24.3121 33.2393 23.5807 33.0186 22.9229 32.5801L22.9121 32.5732C22.1966 32.0664 21.8215 31.2861 21.7402 30.3115L21.7344 30.2432L21.75 30.1758C21.8897 29.5611 22.1817 29.0609 22.6602 28.7393C23.0965 28.4222 23.587 28.2588 24.1191 28.2588C24.6453 28.2588 25.1206 28.4077 25.5225 28.7168C25.874 28.9535 26.1873 29.349 26.4766 29.8574C27.3684 28.8209 28.2184 27.7644 29.0225 26.6846C29.3818 26.202 29.7443 25.7099 30.1123 25.21L28.627 20.5469L28.624 20.5381C28.4293 19.881 28.2565 19.5297 28.1338 19.3916C28.0434 19.29 27.8976 19.213 27.626 19.2129C27.499 19.2129 27.2638 19.2761 26.8936 19.4844L26.8848 19.4893L26.875 19.4941C26.5953 19.634 26.2225 20.0001 25.7695 20.6914L25.4766 21.1387L25.0908 20.7695L24.0322 19.7598L24.2109 19.4561C25.7562 16.8316 27.4414 15.3283 29.3057 15.3281C30.1841 15.3281 30.9178 15.6079 31.4346 16.2158C31.845 16.6988 32.2018 17.3954 32.5176 18.2773L32.6504 18.667L32.6514 18.6699L33.4004 21.0264C33.6731 20.6063 33.9388 20.2063 34.2012 19.8291L34.2021 19.8271C35.007 18.6808 35.6566 17.7861 36.1494 17.1455L36.1553 17.1377L36.1621 17.1309C36.2463 17.0307 36.3305 16.9348 36.4141 16.8428L36.5059 16.7422C36.9146 16.3054 37.3159 15.9685 37.7109 15.749L37.7197 15.7441C38.2559 15.462 38.8653 15.3281 39.5342 15.3281Z", style: { fill: `var(--${type})` } })
4856
4851
  ] });
4857
4852
  }
4858
4853
  );
@@ -4906,11 +4901,11 @@ var IconColorDocx = /* @__PURE__ */ forwardRef(
4906
4901
  ({ size = "m", className, ...props }, ref) => {
4907
4902
  const iconSize = iconSizeMap[size];
4908
4903
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4909
- /* @__PURE__ */ jsxs("g", { "clip-path": "url(#clip0_967_10500)", children: [
4904
+ /* @__PURE__ */ jsxs("g", { "clip-path": "url(#clip0_12237_237)", children: [
4910
4905
  /* @__PURE__ */ jsx("path", { d: "M0 9C0 4.02944 4.02944 0 9 0H39C43.9706 0 48 4.02944 48 9V39C48 43.9706 43.9706 48 39 48H9C4.02944 48 0 43.9706 0 39V9Z", fill: "#2A59B8" }),
4911
- /* @__PURE__ */ jsx("path", { d: "M16.5413 33L11.3452 15H16.0192L18.7789 26.9337H18.9281L22.0607 15H25.9143L29.0717 26.9586H29.196L31.9806 15H36.6546L31.4336 33H27.3563L24.0745 21.9116H23.9253L20.6436 33H16.5413Z", fill: "white" })
4906
+ /* @__PURE__ */ jsx("path", { d: "M16.5415 33L11.3453 15H16.0194L18.779 26.9337H18.9282L22.0608 15H25.9144L29.0719 26.9586H29.1962L31.9807 15H36.6547L31.4337 33H27.3564L24.0746 21.9116H23.9254L20.6437 33H16.5415Z", fill: "white" })
4912
4907
  ] }),
4913
- /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_967_10500", children: /* @__PURE__ */ jsx("rect", { width: "48", height: "48", fill: "white" }) }) })
4908
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_12237_237", children: /* @__PURE__ */ jsx("rect", { width: "48", height: "48", fill: "white" }) }) })
4914
4909
  ] });
4915
4910
  }
4916
4911
  );
@@ -4918,13 +4913,13 @@ var IconColorTxt = /* @__PURE__ */ forwardRef(
4918
4913
  ({ size = "m", className, ...props }, ref) => {
4919
4914
  const iconSize = iconSizeMap[size];
4920
4915
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4921
- /* @__PURE__ */ jsxs("g", { "clip-path": "url(#clip0_967_10518)", children: [
4916
+ /* @__PURE__ */ jsxs("g", { "clip-path": "url(#clip0_12237_267)", children: [
4922
4917
  /* @__PURE__ */ jsx("path", { d: "M0 9C0 4.02944 4.02944 0 9 0H39C43.9706 0 48 4.02944 48 9V39C48 43.9706 43.9706 48 39 48H9C4.02944 48 0 43.9706 0 39V9Z", fill: "#8D959E" }),
4923
4918
  /* @__PURE__ */ jsx("path", { d: "M15.9141 19.6445H11.6172V31.0703H8.31641V19.6445H4.01953V16.9297H15.9141V19.6445Z", fill: "white" }),
4924
4919
  /* @__PURE__ */ jsx("path", { d: "M23.9316 21.4609H24.0488L26.7051 16.9297H30.4355L26.1582 24L30.5723 31.0703H26.7441L24.0488 26.5H23.9316L21.2363 31.0703H17.4277L21.8223 24L17.5254 16.9297H21.2949L23.9316 21.4609Z", fill: "white" }),
4925
4920
  /* @__PURE__ */ jsx("path", { d: "M43.9805 19.6445H39.6836V31.0703H36.3828V19.6445H32.0859V16.9297H43.9805V19.6445Z", fill: "white" })
4926
4921
  ] }),
4927
- /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_967_10518", children: /* @__PURE__ */ jsx("rect", { width: "48", height: "48", fill: "white" }) }) })
4922
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_12237_267", children: /* @__PURE__ */ jsx("rect", { width: "48", height: "48", fill: "white" }) }) })
4928
4923
  ] });
4929
4924
  }
4930
4925
  );
@@ -4942,13 +4937,13 @@ var IconColorPdf = /* @__PURE__ */ forwardRef(
4942
4937
  ({ size = "m", className, ...props }, ref) => {
4943
4938
  const iconSize = iconSizeMap[size];
4944
4939
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4945
- /* @__PURE__ */ jsxs("g", { "clip-path": "url(#clip0_967_10488)", children: [
4940
+ /* @__PURE__ */ jsxs("g", { "clip-path": "url(#clip0_12237_206)", children: [
4946
4941
  /* @__PURE__ */ jsx("path", { d: "M0 9C0 4.02944 4.02944 0 9 0H39C43.9706 0 48 4.02944 48 9V39C48 43.9706 43.9706 48 39 48H9C4.02944 48 0 43.9706 0 39V9Z", fill: "#FF4D4D" }),
4947
4942
  /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.0273 16.9297C14.2107 16.9298 16.1641 18.922 16.1641 21.793C16.1641 24.7225 14.1717 26.6366 10.9297 26.6367H8.56641V31.0703H5.24609V16.9297H11.0273ZM8.56641 24H10.3242C11.8865 23.9999 12.7266 23.121 12.7266 21.793C12.7266 20.4649 11.8865 19.6251 10.3242 19.625H8.56641V24Z", fill: "white" }),
4948
4943
  /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23.6191 16.9297C27.9355 16.9297 30.5918 19.5859 30.5918 24C30.5918 28.4141 27.9355 31.0703 23.6191 31.0703H18.4434V16.9297H23.6191ZM21.7637 28.2188H23.502C25.9238 28.2188 27.252 27.0664 27.252 24C27.252 20.9336 25.9238 19.7617 23.4629 19.7617H21.7637V28.2188Z", fill: "white" }),
4949
4944
  /* @__PURE__ */ jsx("path", { d: "M42.7539 19.6445H36.4844V22.6328H42.1289V25.3477H36.4844V31.0703H33.1641V16.9297H42.7539V19.6445Z", fill: "white" })
4950
4945
  ] }),
4951
- /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_967_10488", children: /* @__PURE__ */ jsx("rect", { width: "48", height: "48", fill: "white" }) }) })
4946
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_12237_206", children: /* @__PURE__ */ jsx("rect", { width: "48", height: "48", fill: "white" }) }) })
4952
4947
  ] });
4953
4948
  }
4954
4949
  );
@@ -5003,22 +4998,22 @@ var IconFileDownload = /* @__PURE__ */ forwardRef(
5003
4998
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
5004
4999
  const iconSize = iconSizeMap[size];
5005
5000
  if (fill && thick) {
5006
- return /* @__PURE__ */ jsxs("svg", { ref, className, ...props, width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", children: [
5001
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5007
5002
  /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22.1318 3C22.6862 3.00012 23.2156 3.23041 23.5938 3.63574L37.4619 18.501C37.8074 18.8713 38 19.3588 38 19.8652V24H35V20.5771H25.001C23.0681 20.5771 21.5011 19.01 21.501 17.0771V6H11V40H24V43H10C8.89543 43 8 42.1046 8 41V5C8 3.89543 8.89543 3 10 3H22.1318ZM24.501 17.0771C24.5011 17.3532 24.7249 17.5771 25.001 17.5771H32.498L24.501 9.00586V17.0771Z", style: { fill: `var(--${type})` } }),
5008
5003
  /* @__PURE__ */ jsx("path", { d: "M38 40.7568L42.3789 36.3789L44.5 38.5L39.0977 43.9023C37.7308 45.2692 35.5143 45.2692 34.1475 43.9023L28.7451 38.5L30.8662 36.3789L35 40.5127V29.2891H38V40.7568Z", style: { fill: `var(--${type})` } })
5009
5004
  ] });
5010
5005
  } else if (fill) {
5011
- return /* @__PURE__ */ jsxs("svg", { ref, className, ...props, width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", children: [
5006
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5012
5007
  /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22.1318 3C22.6862 3.00012 23.2156 3.23041 23.5938 3.63574L37.4619 18.501C37.8074 18.8713 38 19.3588 38 19.8652V24H35V20.5771H25.001C23.0681 20.5771 21.5011 19.01 21.501 17.0771V6H11V40H24V43H10C8.89543 43 8 42.1046 8 41V5C8 3.89543 8.89543 3 10 3H22.1318ZM24.501 17.0771C24.5011 17.3532 24.7249 17.5771 25.001 17.5771H32.498L24.501 9.00586V17.0771Z", style: { fill: `var(--${type})` } }),
5013
5008
  /* @__PURE__ */ jsx("path", { d: "M38 40.7568L42.3789 36.3789L44.5 38.5L39.0977 43.9023C37.7308 45.2692 35.5143 45.2692 34.1475 43.9023L28.7451 38.5L30.8662 36.3789L35 40.5127V29.2891H38V40.7568Z", style: { fill: `var(--${type})` } })
5014
5009
  ] });
5015
5010
  } else if (thick) {
5016
- return /* @__PURE__ */ jsxs("svg", { ref, className, ...props, width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", children: [
5011
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5017
5012
  /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22.1318 3C22.6862 3.00012 23.2156 3.23041 23.5938 3.63574L37.4619 18.501C37.8074 18.8713 38 19.3588 38 19.8652V24H34V21.0771H25.001C22.7919 21.0771 21.0011 19.2862 21.001 17.0771V7H12V39H24V43H10C8.89543 43 8 42.1046 8 41V5C8 3.89543 8.89543 3 10 3H22.1318ZM25.001 17.0771H30.6631L25.001 11.0078V17.0771Z", style: { fill: `var(--${type})` } }),
5018
5013
  /* @__PURE__ */ jsx("path", { d: "M38 38.8555L41.4033 35.4531L44.2314 38.2812L38.8291 43.6836C37.267 45.2457 34.734 45.2457 33.1719 43.6836L27.7686 38.2812L30.5977 35.4531L34 38.8555V29H38V38.8555Z", style: { fill: `var(--${type})` } })
5019
5014
  ] });
5020
5015
  }
5021
- return /* @__PURE__ */ jsxs("svg", { ref, className, ...props, width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", children: [
5016
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5022
5017
  /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22.1318 3C22.6862 3.00012 23.2156 3.23041 23.5938 3.63574L37.4619 18.501C37.8074 18.8713 38 19.3588 38 19.8652V24H35V20.5771H25.001C23.0681 20.5771 21.5011 19.01 21.501 17.0771V6H11V40H24V43H10C8.89543 43 8 42.1046 8 41V5C8 3.89543 8.89543 3 10 3H22.1318ZM24.501 17.0771C24.5011 17.3532 24.7249 17.5771 25.001 17.5771H32.498L24.501 9.00586V17.0771Z", style: { fill: `var(--${type})` } }),
5023
5018
  /* @__PURE__ */ jsx("path", { d: "M38 40.7568L42.3789 36.3789L44.5 38.5L39.0977 43.9023C37.7308 45.2692 35.5143 45.2692 34.1475 43.9023L28.7451 38.5L30.8662 36.3789L35 40.5127V29.2891H38V40.7568Z", style: { fill: `var(--${type})` } })
5024
5019
  ] });
@@ -5029,7 +5024,7 @@ var IconColorGiftBox = /* @__PURE__ */ forwardRef(
5029
5024
  const iconSize = iconSizeMap[size];
5030
5025
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5031
5026
  /* @__PURE__ */ jsx("path", { d: "M43.3691 12.6152C44.6012 12.6153 45.5996 13.5234 45.5996 14.6426V21.0605C45.5996 22.1797 44.6012 23.0879 43.3691 23.0879H42.1289V43.5732C42.1289 44.6923 41.1303 45.6004 39.8984 45.6006H8.10742C6.87531 45.6006 5.87598 44.6924 5.87598 43.5732V23.0879H4.63086C3.39879 23.0878 2.40039 22.1797 2.40039 21.0605V14.6426C2.40039 13.5234 3.39879 12.6153 4.63086 12.6152H43.3691Z", fill: "#FF9017" }),
5032
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M28.4122 3.074C31.0655 1.68208 34.4667 2.50863 35.9991 4.91872V4.91384C37.4336 7.17135 36.6427 10.0287 34.1251 11.7058C33.8435 11.8927 33.5236 12.0602 33.1446 12.2176C32.7416 12.386 32.3197 12.5173 31.8819 12.615H27.0645V45.5994H20.9356V12.615H16.0977C15.6647 12.5186 15.2467 12.3892 14.8477 12.2224C14.469 12.0651 14.1443 11.8975 13.8683 11.7107C11.3504 10.0335 10.5653 7.17633 12.0001 4.91872C13.5325 2.51357 16.9328 1.68213 19.586 3.074C20.9451 3.7873 22.6996 6.09427 23.9991 8.01735C25.2986 6.09919 27.0531 3.7873 28.4122 3.074ZM16.8087 5.6072C16.1048 5.6072 15.4225 5.9369 15.0489 6.52712C14.4371 7.49607 15.0868 8.5581 15.9532 9.13357C16.0022 9.16319 16.1103 9.2279 16.3155 9.31618C16.8081 9.51772 17.366 9.62082 17.9884 9.62087H20.9288C19.6132 7.69806 18.3464 6.13408 17.8155 5.85329C17.5016 5.68614 17.1497 5.60728 16.8087 5.6072ZM32.9395 6.52712C32.3818 5.64671 31.1412 5.34672 30.172 5.85329C29.6357 6.13908 28.3688 7.69813 27.0587 9.62087H30.004C30.6266 9.62085 31.1905 9.51783 31.6778 9.31618C31.8781 9.22766 31.9865 9.16307 32.0352 9.13357V9.13845C32.9013 8.5581 33.5563 7.49585 32.9395 6.52712Z", fill: "#14371B" }),
5027
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M28.4121 3.07387C31.0654 1.68195 34.4667 2.50851 35.9991 4.9186V4.91372C37.4335 7.17123 36.6426 10.0286 34.125 11.7057C33.8435 11.8926 33.5236 12.06 33.1446 12.2174C32.7415 12.3859 32.3196 12.5172 31.8819 12.6149H27.0645V45.5993H20.9356V12.6149H16.0977C15.6647 12.5184 15.2466 12.3891 14.8477 12.2223C14.4689 12.065 14.1442 11.8974 13.8682 11.7106C11.3503 10.0334 10.5652 7.17621 12 4.9186C13.5324 2.51345 16.9327 1.68201 19.586 3.07387C20.9451 3.78718 22.6995 6.09415 23.9991 8.01723C25.2986 6.09907 27.053 3.78718 28.4121 3.07387ZM16.8086 5.60708C16.1047 5.60708 15.4225 5.93678 15.0489 6.527C14.437 7.49595 15.0868 8.55798 15.9532 9.13344C16.0021 9.16307 16.1103 9.22778 16.3155 9.31606C16.808 9.5176 17.3659 9.6207 17.9883 9.62075H20.9287C19.6132 7.69794 18.3463 6.13396 17.8155 5.85317C17.5015 5.68602 17.1496 5.60715 16.8086 5.60708ZM32.9395 6.527C32.3818 5.64659 31.1412 5.3466 30.1719 5.85317C29.6356 6.13896 28.3687 7.69801 27.0586 9.62075H30.0039C30.6266 9.62073 31.1905 9.51771 31.6778 9.31606C31.8781 9.22754 31.9865 9.16295 32.0352 9.13344V9.13833C32.9013 8.55798 33.5562 7.49573 32.9395 6.527Z", fill: "#14371B" }),
5033
5028
  /* @__PURE__ */ jsx("g", { opacity: "0.39", children: /* @__PURE__ */ jsx("path", { d: "M42.1299 23.0879V27.2539L11.8496 23.0928V23.0879H42.1299Z", fill: "#3C373F" }) })
5034
5029
  ] });
5035
5030
  }
@@ -5038,13 +5033,13 @@ var IconFileHashtag = /* @__PURE__ */ forwardRef(
5038
5033
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
5039
5034
  const iconSize = iconSizeMap[size];
5040
5035
  if (fill && thick) {
5041
- return /* @__PURE__ */ jsx("svg", { ref, className, ...props, width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.9199 15.8232H31.6387L34.2715 6H37.377L34.7441 15.8232H44.915L44.1104 18.8242L33.9404 18.8232L31.167 29.1768H41.3369L40.5322 32.1768H30.3633L27.7314 42H24.625L27.2568 32.1768H16.5391L13.9072 42H10.8008L13.4326 32.1768H3.2627L4.06641 29.1768H14.2363L17.0107 18.8232H6.84082L7.64453 15.8242L17.8145 15.8232L20.4473 6H23.5527L20.9199 15.8232ZM17.3428 29.1768H28.0605L30.835 18.8232H20.1162L17.3428 29.1768Z", style: { fill: `var(--${type})` } }) });
5036
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.9199 15.8232H31.6387L34.2715 6H37.377L34.7441 15.8232H44.915L44.1104 18.8242L33.9404 18.8232L31.167 29.1768H41.3369L40.5322 32.1768H30.3633L27.7314 42H24.625L27.2568 32.1768H16.5391L13.9072 42H10.8008L13.4326 32.1768H3.2627L4.06641 29.1768H14.2363L17.0107 18.8232H6.84082L7.64453 15.8242L17.8145 15.8232L20.4473 6H23.5527L20.9199 15.8232ZM17.3428 29.1768H28.0605L30.835 18.8232H20.1162L17.3428 29.1768Z", style: { fill: `var(--${type})` } }) });
5042
5037
  } else if (fill) {
5043
- return /* @__PURE__ */ jsx("svg", { ref, className, ...props, width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.9199 15.8232H31.6387L34.2715 6H37.377L34.7441 15.8232H44.915L44.1104 18.8242L33.9404 18.8232L31.167 29.1768H41.3369L40.5322 32.1768H30.3633L27.7314 42H24.625L27.2568 32.1768H16.5391L13.9072 42H10.8008L13.4326 32.1768H3.2627L4.06641 29.1768H14.2363L17.0107 18.8232H6.84082L7.64453 15.8242L17.8145 15.8232L20.4473 6H23.5527L20.9199 15.8232ZM17.3428 29.1768H28.0605L30.835 18.8232H20.1162L17.3428 29.1768Z", style: { fill: `var(--${type})` } }) });
5038
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.9199 15.8232H31.6387L34.2715 6H37.377L34.7441 15.8232H44.915L44.1104 18.8242L33.9404 18.8232L31.167 29.1768H41.3369L40.5322 32.1768H30.3633L27.7314 42H24.625L27.2568 32.1768H16.5391L13.9072 42H10.8008L13.4326 32.1768H3.2627L4.06641 29.1768H14.2363L17.0107 18.8232H6.84082L7.64453 15.8242L17.8145 15.8232L20.4473 6H23.5527L20.9199 15.8232ZM17.3428 29.1768H28.0605L30.835 18.8232H20.1162L17.3428 29.1768Z", style: { fill: `var(--${type})` } }) });
5044
5039
  } else if (thick) {
5045
- return /* @__PURE__ */ jsx("svg", { ref, className, ...props, width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21.5732 15.3232H31.2539L33.752 6H37.8936L35.3955 15.3232H45.0479L43.9756 19.3242H34.3232L31.8174 28.6748H41.4707L40.3984 32.6748H30.7451L28.2471 42H24.1055L26.6035 32.6748H16.9229L14.4248 42H10.2832L12.7812 32.6748L3.12891 32.6758L4.2002 28.6748H13.8535L16.3594 19.3242H6.70605L7.77832 15.3232H17.4316L19.9297 6H24.0713L21.5732 15.3232ZM20.501 19.3242L17.9951 28.6748H27.6758L30.1816 19.3242H20.501Z", style: { fill: `var(--${type})` } }) });
5040
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21.5732 15.3232H31.2539L33.752 6H37.8936L35.3955 15.3232H45.0479L43.9756 19.3242H34.3232L31.8174 28.6748H41.4707L40.3984 32.6748H30.7451L28.2471 42H24.1055L26.6035 32.6748H16.9229L14.4248 42H10.2832L12.7812 32.6748L3.12891 32.6758L4.2002 28.6748H13.8535L16.3594 19.3242H6.70605L7.77832 15.3232H17.4316L19.9297 6H24.0713L21.5732 15.3232ZM20.501 19.3242L17.9951 28.6748H27.6758L30.1816 19.3242H20.501Z", style: { fill: `var(--${type})` } }) });
5046
5041
  }
5047
- return /* @__PURE__ */ jsx("svg", { ref, className, ...props, width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.9199 15.8232H31.6387L34.2715 6H37.377L34.7441 15.8232H44.915L44.1104 18.8242L33.9404 18.8232L31.167 29.1768H41.3369L40.5322 32.1768H30.3633L27.7314 42H24.625L27.2568 32.1768H16.5391L13.9072 42H10.8008L13.4326 32.1768H3.2627L4.06641 29.1768H14.2363L17.0107 18.8232H6.84082L7.64453 15.8242L17.8145 15.8232L20.4473 6H23.5527L20.9199 15.8232ZM17.3428 29.1768H28.0605L30.835 18.8232H20.1162L17.3428 29.1768Z", style: { fill: `var(--${type})` } }) });
5042
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.9199 15.8232H31.6387L34.2715 6H37.377L34.7441 15.8232H44.915L44.1104 18.8242L33.9404 18.8232L31.167 29.1768H41.3369L40.5322 32.1768H30.3633L27.7314 42H24.625L27.2568 32.1768H16.5391L13.9072 42H10.8008L13.4326 32.1768H3.2627L4.06641 29.1768H14.2363L17.0107 18.8232H6.84082L7.64453 15.8242L17.8145 15.8232L20.4473 6H23.5527L20.9199 15.8232ZM17.3428 29.1768H28.0605L30.835 18.8232H20.1162L17.3428 29.1768Z", style: { fill: `var(--${type})` } }) });
5048
5043
  }
5049
5044
  );
5050
5045
  var IconArrowCollapse = /* @__PURE__ */ forwardRef(
@@ -5126,11 +5121,9 @@ var IconColorHypothesisGenerator = /* @__PURE__ */ forwardRef(
5126
5121
  ({ size = "m", className, ...props }, ref) => {
5127
5122
  const iconSize = iconSizeMap[size];
5128
5123
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5129
- /* @__PURE__ */ jsxs("g", { opacity: "0.7", children: [
5130
- /* @__PURE__ */ jsx("path", { d: "M45.1016 29.2002V43.2002H31.1016V29.2002H45.1016Z", fill: "#0F9A3B" }),
5131
- /* @__PURE__ */ jsx("path", { d: "M45.1016 6.39844V20.3984H31.1016V6.39844H45.1016Z", fill: "#0F9A3B" })
5132
- ] }),
5133
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M31.1021 14.727C25.961 15.086 21.9017 19.3677 21.9017 24.6C21.9017 29.8323 25.9611 34.1128 31.1021 34.4719V37.4801C24.6016 37.1326 19.3819 31.9737 18.9357 25.5H15.9884C15.725 26.71 15.1243 27.8618 14.1837 28.8023C11.5708 31.4144 7.33466 31.4136 4.72201 28.8012C2.10959 26.1884 2.10959 21.9523 4.72201 19.3395C7.33466 16.727 11.5708 16.7262 14.1837 19.3383C15.0878 20.2423 15.6783 21.3416 15.9568 22.5H19.0751C20.0415 16.5989 25.0088 12.0444 31.1021 11.7188V14.727ZM12.0626 21.4605C10.6213 20.0196 8.28432 20.0195 6.8431 21.4605C5.40226 22.9018 5.40226 25.2388 6.8431 26.6801C8.28432 28.1211 10.6213 28.121 12.0626 26.6801C13.5037 25.2388 13.5037 22.9018 12.0626 21.4605Z", fill: "#005B1D" })
5124
+ /* @__PURE__ */ jsx("path", { d: "M45.1025 29.2002V43.2012H31.1016V29.2002H45.1025Z", fill: "#197B2E", "fill-opacity": "0.4" }),
5125
+ /* @__PURE__ */ jsx("path", { d: "M45.1025 6.39844V20.3994H31.1016V6.39844H45.1025Z", fill: "#197B2E", "fill-opacity": "0.4" }),
5126
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M31.0996 14.7246C25.9591 15.0842 21.9004 19.3686 21.9004 24.6006C21.9007 29.8322 25.9593 34.114 31.0996 34.4736V37.4795C24.5998 37.1314 19.3818 31.9731 18.9355 25.5H15.9824C15.7189 26.7096 15.1236 27.8616 14.1836 28.8018C11.5708 31.4143 7.33356 31.4141 4.72069 28.8018C2.10808 26.1889 2.10808 21.9517 4.72069 19.3389C7.33356 16.7265 11.5708 16.7263 14.1836 19.3389C15.0871 20.2425 15.6717 21.3421 15.9502 22.5H19.0762C20.0428 16.5997 25.0072 12.045 31.0996 11.7188V14.7246ZM12.0625 21.46C10.6213 20.019 8.28308 20.0192 6.84179 21.46C5.40074 22.9012 5.40074 25.2394 6.84179 26.6807C8.28308 28.1215 10.6213 28.1216 12.0625 26.6807C13.5032 25.2395 13.5032 22.9012 12.0625 21.46Z", fill: "#1E1E1F" })
5134
5127
  ] });
5135
5128
  }
5136
5129
  );
@@ -5138,8 +5131,8 @@ var IconColorCitationRecommender = /* @__PURE__ */ forwardRef(
5138
5131
  ({ size = "m", className, ...props }, ref) => {
5139
5132
  const iconSize = iconSizeMap[size];
5140
5133
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5141
- /* @__PURE__ */ jsx("path", { opacity: "0.7", d: "M42.0003 37.1991L16.8003 26.3501V3.59912L42.0003 14.4481V37.1991Z", fill: "#0F9A3B" }),
5142
- /* @__PURE__ */ jsx("path", { d: "M30.3009 22.7353V45.5329L6.90088 34.8665V12.0688L30.3009 22.7353ZM9.90088 32.9364L27.3009 40.8677V24.6642L9.90088 16.7329V32.9364Z", fill: "#005B1D" })
5134
+ /* @__PURE__ */ jsx("path", { d: "M30.3013 22.7349V45.5327L6.90088 34.8667V12.0688L30.3013 22.7349ZM9.90088 32.936L27.3013 40.8687V24.6646L9.90088 16.7329V32.936Z", fill: "#1E1E1F" }),
5135
+ /* @__PURE__ */ jsx("path", { d: "M42 14.4482V37.1992L30.3018 32.0703V22.7354L16.7998 16.5811V3.59863L42 14.4482Z", fill: "#197B2E", "fill-opacity": "0.4" })
5143
5136
  ] });
5144
5137
  }
5145
5138
  );
@@ -5147,11 +5140,12 @@ var IconColorPeerReview = /* @__PURE__ */ forwardRef(
5147
5140
  ({ size = "m", className, ...props }, ref) => {
5148
5141
  const iconSize = iconSizeMap[size];
5149
5142
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5150
- /* @__PURE__ */ jsx("path", { d: "M44 38.667H4V34.667H44V38.667Z", fill: "#0F9A3B", "fill-opacity": "0.7" }),
5151
- /* @__PURE__ */ jsx("path", { d: "M24.833 26.668H4V22.667H23.7158L24.833 26.668Z", fill: "#0F9A3B", "fill-opacity": "0.7" }),
5152
- /* @__PURE__ */ jsx("path", { d: "M44.001 26.668H33.4629L33.7451 26.1455L43.3936 22.667H44.001V26.668Z", fill: "#0F9A3B", "fill-opacity": "0.7" }),
5153
- /* @__PURE__ */ jsx("path", { d: "M20.3994 10.7998L21.5996 14.667H4V10.667L20.3994 10.7998Z", fill: "#0F9A3B", "fill-opacity": "0.7" }),
5154
- /* @__PURE__ */ jsx("path", { d: "M45.6001 21.871L33.7455 26.1448L27.7759 37.2003L20.4001 10.8003L45.6001 21.871ZM28.6654 29.2362L31.6501 23.712L37.5166 21.5956L24.9939 16.0948L28.6654 29.2362Z", fill: "#005B1D" })
5143
+ /* @__PURE__ */ jsx("path", { d: "M19.7988 7.0293L27 31L32.3994 20.5L44.2542 16.2254L19.7988 7.0293Z", fill: "#197B2E", "fill-opacity": "0.4" }),
5144
+ /* @__PURE__ */ jsx("path", { d: "M43.7998 41.5H3V38.5H43.7998V41.5Z", fill: "#1E1E1F" }),
5145
+ /* @__PURE__ */ jsx("path", { d: "M27 31H3V28H26.0977L27 31Z", fill: "#1E1E1F" }),
5146
+ /* @__PURE__ */ jsx("path", { d: "M43.7988 31H27L28.5439 28H43.7988V31Z", fill: "#1E1E1F" }),
5147
+ /* @__PURE__ */ jsx("path", { d: "M23.8447 20.5H3V17.5H22.9453L23.8447 20.5Z", fill: "#1E1E1F" }),
5148
+ /* @__PURE__ */ jsx("path", { d: "M19.8105 7.03223L19.7988 7.0293L20.6924 10H3V7H19.7988L19.8105 7.03223Z", fill: "#1E1E1F" })
5155
5149
  ] });
5156
5150
  }
5157
5151
  );
@@ -5159,11 +5153,11 @@ var IconColorSurveySimulator = /* @__PURE__ */ forwardRef(
5159
5153
  ({ size = "m", className, ...props }, ref) => {
5160
5154
  const iconSize = iconSizeMap[size];
5161
5155
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5162
- /* @__PURE__ */ jsx("path", { d: "M31.2003 16.8003H16.8003V31.2003H31.2003V16.8003Z", fill: "#0F9A3B", "fill-opacity": "0.7" }),
5163
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23.9997 33.5985C27.3134 33.5985 29.9996 36.2849 29.9997 39.5985C29.9997 42.9122 27.3134 45.5985 23.9997 45.5985C20.686 45.5985 17.9997 42.9122 17.9997 39.5985C17.9998 36.2849 20.686 33.5985 23.9997 33.5985ZM23.9997 36.5985C22.3429 36.5985 20.9998 37.9417 20.9997 39.5985C20.9997 41.2554 22.3429 42.5985 23.9997 42.5985C25.6566 42.5985 26.9997 41.2554 26.9997 39.5985C26.9996 37.9417 25.6565 36.5985 23.9997 36.5985Z", fill: "#005B1D" }),
5164
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.40088 17.9997C11.7145 17.9998 14.4009 20.686 14.4009 23.9997C14.4009 27.3134 11.7145 29.9996 8.40088 29.9997C5.08717 29.9997 2.40088 27.3134 2.40088 23.9997C2.40088 20.686 5.08717 17.9997 8.40088 17.9997ZM8.40088 20.9997C6.74402 20.9997 5.40088 22.3429 5.40088 23.9997C5.40088 25.6566 6.74402 26.9997 8.40088 26.9997C10.0577 26.9996 11.4009 25.6565 11.4009 23.9997C11.4009 22.3429 10.0577 20.9998 8.40088 20.9997Z", fill: "#005B1D" }),
5165
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M39.5985 17.9997C42.9122 17.9997 45.5985 20.686 45.5985 23.9997C45.5985 27.3134 42.9122 29.9997 39.5985 29.9997C36.2849 29.9996 33.5985 27.3134 33.5985 23.9997C33.5985 20.686 36.2849 17.9998 39.5985 17.9997ZM39.5985 20.9997C37.9417 20.9998 36.5985 22.3429 36.5985 23.9997C36.5985 25.6565 37.9417 26.9996 39.5985 26.9997C41.2554 26.9997 42.5985 25.6566 42.5985 23.9997C42.5985 22.3429 41.2554 20.9997 39.5985 20.9997Z", fill: "#005B1D" }),
5166
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23.9997 2.40088C27.3134 2.40088 29.9997 5.08717 29.9997 8.40088C29.9996 11.7145 27.3134 14.4009 23.9997 14.4009C20.686 14.4009 17.9998 11.7145 17.9997 8.40088C17.9997 5.08717 20.686 2.40088 23.9997 2.40088ZM23.9997 5.40088C22.3429 5.40088 20.9997 6.74402 20.9997 8.40088C20.9998 10.0577 22.3429 11.4009 23.9997 11.4009C25.6565 11.4009 26.9996 10.0577 26.9997 8.40088C26.9997 6.74402 25.6566 5.40088 23.9997 5.40088Z", fill: "#005B1D" })
5156
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23.9997 33.5985C27.3134 33.5985 29.9996 36.2849 29.9997 39.5985C29.9997 42.9122 27.3134 45.5985 23.9997 45.5985C20.686 45.5985 17.9997 42.9122 17.9997 39.5985C17.9998 36.2849 20.686 33.5985 23.9997 33.5985ZM23.9997 36.5985C22.3429 36.5985 20.9998 37.9417 20.9997 39.5985C20.9997 41.2554 22.3429 42.5985 23.9997 42.5985C25.6566 42.5985 26.9997 41.2554 26.9997 39.5985C26.9996 37.9417 25.6565 36.5985 23.9997 36.5985Z", fill: "#1E1E1F" }),
5157
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.40088 17.9997C11.7145 17.9998 14.4009 20.686 14.4009 23.9997C14.4009 27.3134 11.7145 29.9996 8.40088 29.9997C5.08717 29.9997 2.40088 27.3134 2.40088 23.9997C2.40088 20.686 5.08717 17.9997 8.40088 17.9997ZM8.40088 20.9997C6.74402 20.9997 5.40088 22.3429 5.40088 23.9997C5.40088 25.6566 6.74402 26.9997 8.40088 26.9997C10.0577 26.9996 11.4009 25.6565 11.4009 23.9997C11.4009 22.3429 10.0577 20.9998 8.40088 20.9997Z", fill: "#1E1E1F" }),
5158
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M39.5985 17.9997C42.9122 17.9997 45.5985 20.686 45.5985 23.9997C45.5985 27.3134 42.9122 29.9997 39.5985 29.9997C36.2849 29.9996 33.5985 27.3134 33.5985 23.9997C33.5985 20.686 36.2849 17.9998 39.5985 17.9997ZM39.5985 20.9997C37.9417 20.9998 36.5985 22.3429 36.5985 23.9997C36.5985 25.6565 37.9417 26.9996 39.5985 26.9997C41.2554 26.9997 42.5985 25.6566 42.5985 23.9997C42.5985 22.3429 41.2554 20.9997 39.5985 20.9997Z", fill: "#1E1E1F" }),
5159
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23.9997 2.40088C27.3134 2.40088 29.9997 5.08717 29.9997 8.40088C29.9996 11.7145 27.3134 14.4009 23.9997 14.4009C20.686 14.4009 17.9998 11.7145 17.9997 8.40088C17.9997 5.08717 20.686 2.40088 23.9997 2.40088ZM23.9997 5.40088C22.3429 5.40088 20.9997 6.74402 20.9997 8.40088C20.9998 10.0577 22.3429 11.4009 23.9997 11.4009C25.6565 11.4009 26.9996 10.0577 26.9997 8.40088C26.9997 6.74402 25.6566 5.40088 23.9997 5.40088Z", fill: "#1E1E1F" }),
5160
+ /* @__PURE__ */ jsx("path", { d: "M31.1991 16.7998H16.7991V31.1998H31.1991V16.7998Z", fill: "#197B2E", "fill-opacity": "0.4" })
5167
5161
  ] });
5168
5162
  }
5169
5163
  );
@@ -5171,12 +5165,8 @@ var IconColorLiteratureReview = /* @__PURE__ */ forwardRef(
5171
5165
  ({ size = "m", className, ...props }, ref) => {
5172
5166
  const iconSize = iconSizeMap[size];
5173
5167
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5174
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.4995 28.5006C39.3653 28.5006 42.5 31.6344 42.5002 35.5002C42.5002 39.3662 39.3655 42.501 35.4995 42.501C32.3126 42.5008 29.6251 40.37 28.7788 37.4561C28.783 37.4708 28.7861 37.4859 28.7905 37.5006H17.0002V34.5006H28.5725C29.0578 31.1085 31.9733 28.5008 35.4995 28.5006ZM34.4999 36.4623L32.6682 34.7467L32.1502 35.2986L31.6323 35.8518L34.4999 38.5389L39.2143 34.1256L38.6975 33.5725L38.1795 33.0193L34.4999 36.4623Z", fill: "#0F9A3B", "fill-opacity": "0.7" }),
5175
- /* @__PURE__ */ jsx("path", { d: "M32.5956 17.0244L18.0959 32.5248L15.9045 30.4752L30.4053 14.976L32.5956 17.0244Z", fill: "#0F9A3B", "fill-opacity": "0.7" }),
5176
- /* @__PURE__ */ jsx("path", { d: "M30.9995 14.001H17.9999V11.001H30.9995V14.001Z", fill: "#0F9A3B", "fill-opacity": "0.7" }),
5177
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.9995 42.2502H5.99985V29.2506H18.9995V42.2502ZM8.99985 39.2502H15.9995V32.2506H8.99985V39.2502Z", fill: "#005B1D" }),
5178
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.9999 5.49902C15.8654 5.49926 19.0002 8.63313 19.0006 12.4986C19.0006 16.3645 15.8656 19.4992 11.9999 19.4994C8.13404 19.4992 5.00024 16.3645 5.00024 12.4986C5.00065 8.63312 8.13429 5.49923 11.9999 5.49902ZM11.9999 8.49902C9.79115 8.49923 8.00065 10.29 8.00024 12.4986C8.00024 14.7076 9.79089 16.4992 11.9999 16.4994C14.2088 16.4992 16.0006 14.7076 16.0006 12.4986C16.0002 10.29 14.2085 8.49926 11.9999 8.49902Z", fill: "#005B1D" }),
5179
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M41.9999 18.999H29.0002V5.99941H41.9999V18.999ZM32.0002 15.999H38.9999V8.99941H32.0002V15.999Z", fill: "#005B1D" })
5168
+ /* @__PURE__ */ jsx("path", { d: "M42.8996 35.5794C42.8996 39.5558 39.6761 42.7794 35.6996 42.7794C31.7232 42.7794 28.4996 39.5558 28.4996 35.5794C28.4996 31.6029 31.7232 28.3794 35.6996 28.3794C39.6761 28.3794 42.8996 31.6029 42.8996 35.5794Z", fill: "#197B2E", "fill-opacity": "0.4" }),
5169
+ /* @__PURE__ */ jsx("path", { d: "M12 5.49902C15.3509 5.4993 18.1512 7.85587 18.8379 11.001H29.001V6H42V18.999H30.7471L18.999 31.5557V34.5L28.5781 34.5156C28.5267 34.8627 28.5 35.2178 28.5 35.5791C28.5 36.2496 28.5932 36.8988 28.7646 37.5146L18.999 37.5V42.249H6V29.25H17.0508L29.001 16.4766V14.001H18.8379C18.1503 17.145 15.3501 19.4997 12 19.5C8.13432 19.4996 4.99805 16.3638 4.99805 12.498C4.99873 8.63287 8.13474 5.49939 12 5.49902ZM9 39.249H15.999V32.25H9V39.249ZM12 8.49902C9.7916 8.49939 8.00166 10.2897 8.00098 12.498C8.00098 14.707 9.79118 16.4996 12 16.5C14.2089 16.4997 16.002 14.707 16.002 12.498C16.0013 10.2897 14.2084 8.49934 12 8.49902ZM32.001 15.999H39V9H32.001V15.999Z", fill: "#1E1E1F" })
5180
5170
  ] });
5181
5171
  }
5182
5172
  );
@@ -5184,8 +5174,11 @@ var IconColorResearchTracer = /* @__PURE__ */ forwardRef(
5184
5174
  ({ size = "m", className, ...props }, ref) => {
5185
5175
  const iconSize = iconSizeMap[size];
5186
5176
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5187
- /* @__PURE__ */ jsx("circle", { cx: "24.0003", cy: "24.2399", r: "10.8", transform: "rotate(90 24.0003 24.2399)", fill: "#0F9A3B", "fill-opacity": "0.7" }),
5188
- /* @__PURE__ */ jsx("path", { d: "M15.2744 30.6016C15.8672 31.4133 16.5707 32.1379 17.3623 32.7559L13.7295 36.3896C14.157 37.1629 14.4013 38.0519 14.4014 38.998C14.4014 41.9803 11.9832 44.3984 9.00098 44.3984C6.0188 44.3983 3.60156 41.9803 3.60156 38.998C3.60175 36.016 6.01891 33.5988 9.00098 33.5986C9.96022 33.5987 10.8609 33.8495 11.6416 34.2881C11.6305 34.2818 11.6196 34.2747 11.6084 34.2686L15.2744 30.6016ZM36.3916 34.2695C37.165 33.8418 38.0547 33.5987 39.001 33.5986C41.9831 33.5987 44.4012 36.0159 44.4014 38.998C44.4014 41.9803 41.9832 44.3984 39.001 44.3984C36.0188 44.3983 33.6016 41.9803 33.6016 38.998C33.6016 38.0528 33.8447 37.1644 34.2715 36.3916L30.6367 32.7568C31.4285 32.139 32.1317 31.4142 32.7246 30.6025L36.3916 34.2695ZM9.00098 36.5986C7.67576 36.5988 6.60175 37.6728 6.60156 38.998C6.60156 40.3234 7.67565 41.3983 9.00098 41.3984C10.3264 41.3984 11.4014 40.3235 11.4014 38.998C11.4012 37.6728 10.3263 36.5987 9.00098 36.5986ZM39.001 36.5986C37.6758 36.5988 36.6017 37.6728 36.6016 38.998C36.6016 40.3234 37.6757 41.3983 39.001 41.3984C40.3264 41.3984 41.4014 40.3235 41.4014 38.998C41.4012 37.6728 40.3263 36.5987 39.001 36.5986ZM12.291 34.7178C12.2763 34.7064 12.2619 34.6938 12.2471 34.6826L12.2324 34.6719C12.2522 34.6867 12.2715 34.7027 12.291 34.7178ZM35.7539 34.6836C35.7404 34.6938 35.7272 34.7046 35.7139 34.7148C35.7326 34.7004 35.7516 34.686 35.7705 34.6719L35.7539 34.6836ZM9.00098 3.60059C11.9832 3.60067 14.4014 6.01869 14.4014 9.00098C14.4013 9.94663 14.1567 10.8354 13.7295 11.6084L17.6367 15.5146C16.825 16.1077 16.1003 16.8116 15.4824 17.6035L11.6084 13.7295C10.8354 14.1566 9.94661 14.4004 9.00098 14.4004C6.01898 14.4002 3.60185 11.983 3.60156 9.00098C3.60156 6.01875 6.0188 3.60077 9.00098 3.60059ZM39.001 3.60059C41.9832 3.60067 44.4014 6.01869 44.4014 9.00098C44.4011 11.983 41.9831 14.4003 39.001 14.4004C38.054 14.4003 37.1644 14.1558 36.3906 13.7275L32.5156 17.6016C31.8976 16.81 31.1731 16.1064 30.3613 15.5137L34.2715 11.6055C33.8451 10.833 33.6017 9.94566 33.6016 9.00098C33.6016 6.01875 36.0188 3.60077 39.001 3.60059ZM9.00098 6.60059C7.67565 6.60077 6.60156 7.67561 6.60156 9.00098C6.60185 10.3261 7.67583 11.4002 9.00098 11.4004C10.3262 11.4003 11.4011 10.3262 11.4014 9.00098C11.4014 7.67554 10.3264 6.60067 9.00098 6.60059ZM39.001 6.60059C37.6757 6.60077 36.6016 7.67561 36.6016 9.00098C36.6019 10.3261 37.6758 11.4002 39.001 11.4004C40.3262 11.4003 41.4011 10.3262 41.4014 9.00098C41.4014 7.67554 40.3264 6.60067 39.001 6.60059Z", fill: "#005B1D" })
5177
+ /* @__PURE__ */ jsx("path", { d: "M23.9988 35.0399C18.0342 35.0399 13.1988 30.2046 13.1988 24.2399C13.1988 18.2753 18.0342 13.4399 23.9988 13.4399C29.9635 13.4399 34.7988 18.2753 34.7988 24.2399C34.7988 30.2046 29.9635 35.0399 23.9988 35.0399Z", fill: "#197B2E", "fill-opacity": "0.4" }),
5178
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.2725 30.6006C15.8648 31.4118 16.5675 32.1362 17.3584 32.7539L13.7285 36.3896C14.1559 37.1626 14.3992 38.0513 14.3994 38.9971C14.3994 41.9794 11.9823 44.3993 9 44.3994C6.01793 44.3991 3.60059 41.9792 3.60059 38.9971C3.6013 36.0155 6.01837 33.598 9 33.5977C9.95903 33.5977 10.859 33.8506 11.6396 34.2891C11.6287 34.2829 11.6184 34.2746 11.6074 34.2686L15.2725 30.6006ZM9 36.5977C7.67522 36.598 6.6013 37.6724 6.60059 38.9971C6.60059 40.3224 7.67479 41.3991 9 41.3994C10.3254 41.3993 11.3994 40.3225 11.3994 38.9971C11.3987 37.6722 10.325 36.5977 9 36.5977ZM12.29 34.7168C12.2754 34.7055 12.2609 34.6928 12.2461 34.6816L12.2314 34.6729C12.251 34.6875 12.2707 34.7019 12.29 34.7168Z", fill: "#1E1E1F" }),
5179
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M36.3896 34.2686C37.163 33.8409 38.0537 33.5978 39 33.5977C41.9818 33.5977 44.3987 36.0154 44.3994 38.9971C44.3994 41.9794 41.9823 44.3993 39 44.3994C36.0179 44.3991 33.6006 41.9792 33.6006 38.9971C33.6008 38.0523 33.8449 37.165 34.2715 36.3926L30.6328 32.7539C31.4248 32.1359 32.1286 31.4125 32.7217 30.6006L36.3896 34.2686ZM39 36.5977C37.6752 36.598 36.6013 37.6724 36.6006 38.9971C36.6006 40.3224 37.6748 41.3991 39 41.3994C40.3254 41.3993 41.3994 40.3225 41.3994 38.9971C41.3987 37.6722 40.325 36.5977 39 36.5977Z", fill: "#1E1E1F" }),
5180
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9 3.60059C11.9821 3.60067 14.3991 6.01798 14.3994 9C14.3994 9.94572 14.1557 10.8344 13.7285 11.6074L17.6338 15.5127C16.8224 16.1055 16.0982 16.8101 15.4805 17.6016L11.6074 13.7285C10.8344 14.1557 9.94572 14.3994 9 14.3994C6.01798 14.3991 3.60067 11.9821 3.60059 9C3.6009 6.01813 6.01813 3.6009 9 3.60059ZM9 6.60059C7.67498 6.6009 6.6009 7.67498 6.60059 9C6.60067 10.3252 7.67483 11.3991 9 11.3994C10.3254 11.3993 11.3993 10.3254 11.3994 9C11.3991 7.67483 10.3252 6.60067 9 6.60059Z", fill: "#1E1E1F" }),
5181
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M39 3.60059C41.9821 3.60067 44.3991 6.01798 44.3994 9C44.3993 11.9822 41.9822 14.3993 39 14.3994C38.0533 14.3993 37.1633 14.1566 36.3896 13.7285L32.5137 17.6016C31.8952 16.8094 31.1699 16.1057 30.3574 15.5127L34.2715 11.6045C33.8452 10.832 33.6006 9.94465 33.6006 9C33.6009 6.01813 36.0181 3.6009 39 3.60059ZM39 6.60059C37.675 6.6009 36.6009 7.67498 36.6006 9C36.6007 10.3252 37.6748 11.3991 39 11.3994C40.3254 11.3993 41.3993 10.3254 41.3994 9C41.3991 7.67483 40.3252 6.60067 39 6.60059Z", fill: "#1E1E1F" })
5189
5182
  ] });
5190
5183
  }
5191
5184
  );
@@ -5193,11 +5186,10 @@ var IconColorHypothesisEvaluator = /* @__PURE__ */ forwardRef(
5193
5186
  ({ size = "m", className, ...props }, ref) => {
5194
5187
  const iconSize = iconSizeMap[size];
5195
5188
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5196
- /* @__PURE__ */ jsx("path", { opacity: "0.7", d: "M44.4001 3.60059H20.4001V27.6006H44.4001V3.60059Z", fill: "#0F9A3B" }),
5197
- /* @__PURE__ */ jsx("path", { d: "M4.90693 42.9568H13.2015V45.9568H1.90576V34.6623H4.90693V42.9568Z", fill: "#005B1D" }),
5198
- /* @__PURE__ */ jsx("path", { d: "M32.1003 45.8994H20.8069V42.8994H29.1003V34.6061H32.1003V45.8994Z", fill: "#005B1D" }),
5199
- /* @__PURE__ */ jsx("path", { d: "M13.2003 18.8994H4.90693V27.1928H1.90693V15.8994H13.2003V18.8994Z", fill: "#005B1D" }),
5200
- /* @__PURE__ */ jsx("path", { d: "M32.1003 27.1928H29.1003V18.8994H20.8069V15.8994H32.1003V27.1928Z", fill: "#005B1D" })
5189
+ /* @__PURE__ */ jsx("path", { d: "M41.9986 5.99268H20.7104V27.2808H41.9986V5.99268Z", fill: "#197B2E", "fill-opacity": "0.4" }),
5190
+ /* @__PURE__ */ jsx("path", { d: "M7.13672 40.7344H14.3252V43.7344H4.13672V33.5469H7.13672V40.7344Z", fill: "#1E1E1F" }),
5191
+ /* @__PURE__ */ jsx("path", { d: "M30.6875 43.7344H20.5V40.7344H27.6875V33.5469H30.6875V43.7344Z", fill: "#1E1E1F" }),
5192
+ /* @__PURE__ */ jsx("path", { d: "M14.3252 19.7344H7.1377V26.9219H4.13672V16.7344H14.3252V19.7344Z", fill: "#1E1E1F" })
5201
5193
  ] });
5202
5194
  }
5203
5195
  );
@@ -5205,11 +5197,9 @@ var IconColorSurveyGenerator = /* @__PURE__ */ forwardRef(
5205
5197
  ({ size = "m", className, ...props }, ref) => {
5206
5198
  const iconSize = iconSizeMap[size];
5207
5199
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5208
- /* @__PURE__ */ jsx("path", { d: "M17.9397 30.76H43.6997V5H17.9397V30.76Z", fill: "#0F9A3B", "fill-opacity": "0.5" }),
5209
- /* @__PURE__ */ jsx("path", { d: "M8 40.6994H30.6512V43.6994H5V18.0482H8V40.6994Z", fill: "#005B1D" }),
5210
- /* @__PURE__ */ jsx("path", { d: "M14.4488 34.6994H37.1V37.6994H11.4488V12.0482H14.4488V34.6994Z", fill: "#005B1D" }),
5211
- /* @__PURE__ */ jsx("path", { d: "M38.9 23.2994H23.3V20.2994H38.9V23.2994Z", fill: "#005B1D" }),
5212
- /* @__PURE__ */ jsx("path", { d: "M38.9 14.8994H23.3V11.8994H38.9V14.8994Z", fill: "#005B1D" })
5200
+ /* @__PURE__ */ jsx("path", { d: "M6.30176 41.7012H28.9512V44.7012H3.29883V19.0488H6.30176V41.7012Z", fill: "#1E1E1F" }),
5201
+ /* @__PURE__ */ jsx("path", { d: "M12.75 35.7012H35.3994V38.7012H9.75V13.0488H12.75V35.7012Z", fill: "#1E1E1F" }),
5202
+ /* @__PURE__ */ jsx("path", { d: "M42 31.7607H16.2393V6H42V31.7607Z", fill: "#197B2E", "fill-opacity": "0.4" })
5213
5203
  ] });
5214
5204
  }
5215
5205
  );
@@ -5217,8 +5207,8 @@ var IconColorResearchWithAgents = /* @__PURE__ */ forwardRef(
5217
5207
  ({ size = "m", className, ...props }, ref) => {
5218
5208
  const iconSize = iconSizeMap[size];
5219
5209
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5220
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.4191 3C27.1805 3.00011 29.4191 5.23864 29.4191 8C29.4191 10.2387 27.9475 12.1333 25.9191 12.7705V25.1328L36.6252 31.3145C38.1912 29.8763 40.5692 29.5505 42.508 30.6699C44.8993 32.0507 45.7187 35.1086 44.3381 37.5C42.9574 39.8914 39.8994 40.7106 37.508 39.3301C35.569 38.2106 34.6635 35.9885 35.1262 33.9131L24.4191 27.7305L13.7111 33.9131C14.1739 35.9885 13.2692 38.2106 11.3303 39.3301C8.93884 40.7108 5.88093 39.8914 4.50019 37.5C3.11948 35.1085 3.9388 32.0506 6.33027 30.6699C8.26894 29.5507 10.6451 29.8776 12.2111 31.3154L22.9191 25.1328V12.7705C20.8906 12.1334 19.4191 10.2388 19.4191 8C19.4191 5.23858 21.6577 3 24.4191 3ZM10.5617 34C10.0094 33.0436 8.78676 32.7155 7.83027 33.2676C6.8737 33.8199 6.54561 35.0434 7.09784 36C7.65012 36.9566 8.87369 37.2846 9.83027 36.7324C10.7869 36.1801 11.114 34.9566 10.5617 34ZM41.008 33.2676C40.0514 32.7153 38.8279 33.0434 38.2756 34C37.7234 34.9566 38.0514 36.1802 39.008 36.7324C39.9645 37.2844 41.1872 36.9563 41.7394 36C42.2917 35.0434 41.9646 33.8199 41.008 33.2676ZM24.4191 6C23.3146 6 22.4191 6.89543 22.4191 8C22.4191 9.10457 23.3146 10 24.4191 10C25.5236 9.99989 26.4191 9.1045 26.4191 8C26.4191 6.8955 25.5236 6.00011 24.4191 6Z", fill: "#005B1D" }),
5221
- /* @__PURE__ */ jsx("path", { d: "M8.42518 17.473C9.53378 15.5529 11.9894 14.8947 13.9096 16.0033C15.3701 16.8465 16.0983 18.469 15.8763 20.0423L24.4183 24.975L32.9594 20.0433C32.7371 18.4697 33.4664 16.8467 34.9271 16.0033C36.8473 14.8947 39.3029 15.5529 40.4115 17.473C41.5201 19.3932 40.862 21.8488 38.9418 22.9574C37.4811 23.8005 35.7119 23.6202 34.4603 22.641L25.9193 27.5726V37.4359C27.3931 38.0302 28.4339 39.473 28.434 41.1595C28.434 43.3767 26.6364 45.174 24.4193 45.1742C22.2021 45.1742 20.4047 43.3768 20.4047 41.1595C20.4048 39.4726 21.4451 38.029 22.9193 37.4349V27.5736L14.3763 22.641C13.1247 23.6201 11.3556 23.8006 9.8949 22.9574C7.97473 21.8488 7.31658 19.3932 8.42518 17.473Z", fill: "#0F9A3B", "fill-opacity": "0.7" })
5210
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.4191 3C27.1805 3.00011 29.4191 5.23864 29.4191 8C29.4191 10.2387 27.9475 12.1333 25.9191 12.7705V25.1328L36.6252 31.3145C38.1912 29.8763 40.5692 29.5505 42.508 30.6699C44.8993 32.0507 45.7187 35.1086 44.3381 37.5C42.9574 39.8914 39.8994 40.7106 37.508 39.3301C35.569 38.2106 34.6635 35.9885 35.1262 33.9131L24.4191 27.7305L13.7111 33.9131C14.1739 35.9885 13.2692 38.2106 11.3303 39.3301C8.93884 40.7108 5.88093 39.8914 4.50019 37.5C3.11948 35.1085 3.9388 32.0506 6.33027 30.6699C8.26894 29.5507 10.6451 29.8776 12.2111 31.3154L22.9191 25.1328V12.7705C20.8906 12.1334 19.4191 10.2388 19.4191 8C19.4191 5.23858 21.6577 3 24.4191 3ZM10.5617 34C10.0094 33.0436 8.78676 32.7155 7.83027 33.2676C6.8737 33.8199 6.54561 35.0434 7.09784 36C7.65012 36.9566 8.87369 37.2846 9.83027 36.7324C10.7869 36.1801 11.114 34.9566 10.5617 34ZM41.008 33.2676C40.0514 32.7153 38.8279 33.0434 38.2756 34C37.7234 34.9566 38.0514 36.1802 39.008 36.7324C39.9645 37.2844 41.1872 36.9563 41.7394 36C42.2917 35.0434 41.9646 33.8199 41.008 33.2676ZM24.4191 6C23.3146 6 22.4191 6.89543 22.4191 8C22.4191 9.10457 23.3146 10 24.4191 10C25.5236 9.99989 26.4191 9.1045 26.4191 8C26.4191 6.8955 25.5236 6.00011 24.4191 6Z", fill: "#1E1E1F" }),
5211
+ /* @__PURE__ */ jsx("path", { d: "M8.42518 17.473C9.53378 15.5529 11.9894 14.8947 13.9096 16.0033C15.3701 16.8465 16.0983 18.469 15.8763 20.0423L24.4183 24.975L32.9594 20.0433C32.7371 18.4697 33.4664 16.8467 34.9271 16.0033C36.8473 14.8947 39.3029 15.5529 40.4115 17.473C41.5201 19.3932 40.862 21.8488 38.9418 22.9574C37.4811 23.8005 35.7119 23.6202 34.4603 22.641L25.9193 27.5726V37.4359C27.3931 38.0302 28.4339 39.473 28.434 41.1595C28.434 43.3767 26.6364 45.174 24.4193 45.1742C22.2021 45.1742 20.4047 43.3768 20.4047 41.1595C20.4048 39.4726 21.4451 38.029 22.9193 37.4349V27.5736L14.3763 22.641C13.1247 23.6201 11.3556 23.8006 9.8949 22.9574C7.97473 21.8488 7.31658 19.3932 8.42518 17.473Z", fill: "#197B2E", "fill-opacity": "0.4" })
5222
5212
  ] });
5223
5213
  }
5224
5214
  );
@@ -5226,8 +5216,8 @@ var IconColorSearchWithCitation = /* @__PURE__ */ forwardRef(
5226
5216
  ({ size = "m", className, ...props }, ref) => {
5227
5217
  const iconSize = iconSizeMap[size];
5228
5218
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5229
- /* @__PURE__ */ jsx("path", { opacity: "0.7", d: "M25 21.002H4V42.002H25V21.002Z", fill: "#0F9A3B", "fill-opacity": "0.7" }),
5230
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M25.3867 5.00488C33.4922 5.21004 40 11.845 40 20L39.9951 20.3867C39.9077 23.839 38.6532 27.0009 36.6123 29.4941L45.0303 37.9121L42.9092 40.0332L34.4902 31.6152C31.9047 33.7302 28.6009 35 25 35L24.6123 34.9951C16.6357 34.7928 10.2068 28.3634 10.0049 20.3867L10 20C10 11.7157 16.7157 5 25 5L25.3867 5.00488ZM25 8C18.3726 8 13 13.3726 13 20C13 26.6274 18.3726 32 25 32C31.6274 32 37 26.6274 37 20C37 13.3726 31.6274 8.00003 25 8Z", fill: "#005B1D" })
5219
+ /* @__PURE__ */ jsx("path", { opacity: "0.7", d: "M25 21.002H4V42.002H25V21.002Z", fill: "#197B2E", "fill-opacity": "0.4" }),
5220
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M25.3867 5.00488C33.4922 5.21004 40 11.845 40 20L39.9951 20.3867C39.9077 23.839 38.6532 27.0009 36.6123 29.4941L45.0303 37.9121L42.9092 40.0332L34.4902 31.6152C31.9047 33.7302 28.6009 35 25 35L24.6123 34.9951C16.6357 34.7928 10.2068 28.3634 10.0049 20.3867L10 20C10 11.7157 16.7157 5 25 5L25.3867 5.00488ZM25 8C18.3726 8 13 13.3726 13 20C13 26.6274 18.3726 32 25 32C31.6274 32 37 26.6274 37 20C37 13.3726 31.6274 8.00003 25 8Z", fill: "#1E1E1F" })
5231
5221
  ] });
5232
5222
  }
5233
5223
  );
@@ -5235,10 +5225,10 @@ var IconColorCollaborateWithTeam = /* @__PURE__ */ forwardRef(
5235
5225
  ({ size = "m", className, ...props }, ref) => {
5236
5226
  const iconSize = iconSizeMap[size];
5237
5227
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5238
- /* @__PURE__ */ jsx("path", { d: "M33.7822 21.7812C40.0254 21.7812 45.0869 26.8427 45.0869 33.0859V38.3027C45.0869 39.2632 44.3082 40.042 43.3477 40.042H31.7568C31.9695 39.5034 32.0869 38.9168 32.0869 38.3027V37.042H42.0869V33.0859C42.0869 28.4996 38.3686 24.7812 33.7822 24.7812H30.3047C30.0195 24.7812 29.7377 24.7952 29.46 24.8232C28.7837 23.8692 27.9937 23.0015 27.1094 22.2402C27.9445 21.9946 28.8194 21.8417 29.7227 21.7959L30.3047 21.7812H33.7822Z", fill: "#0F9A3B", "fill-opacity": "0.7" }),
5239
- /* @__PURE__ */ jsx("path", { d: "M32.043 7C35.6447 7 38.5653 9.91974 38.5654 13.5215C38.5654 17.1233 35.6448 20.0439 32.043 20.0439C28.4412 20.0438 25.5215 17.1233 25.5215 13.5215C25.5216 9.91983 28.4413 7.00014 32.043 7Z", fill: "#0F9A3B", "fill-opacity": "0.7" }),
5240
- /* @__PURE__ */ jsx("path", { d: "M17.7822 21.7812C24.0254 21.7812 29.0869 26.8427 29.0869 33.0859V38.3027C29.0869 39.2632 28.3082 40.042 27.3477 40.042H4.73926C3.77876 40.042 3 39.2632 3 38.3027V33.0859C3 26.8427 8.06147 21.7812 14.3047 21.7812H17.7822Z", fill: "#005B1D" }),
5241
- /* @__PURE__ */ jsx("path", { d: "M16.043 7C19.6447 7 22.5653 9.91974 22.5654 13.5215C22.5654 17.1233 19.6448 20.0439 16.043 20.0439C12.4412 20.0438 9.52148 17.1233 9.52148 13.5215C9.52163 9.91983 12.4413 7.00014 16.043 7Z", fill: "#005B1D" })
5228
+ /* @__PURE__ */ jsx("path", { d: "M33.7822 21.7812C40.0254 21.7812 45.0869 26.8427 45.0869 33.0859V38.3027C45.0869 39.2632 44.3082 40.042 43.3477 40.042H31.7568C31.9695 39.5034 32.0869 38.9168 32.0869 38.3027V37.042H42.0869V33.0859C42.0869 28.4996 38.3686 24.7812 33.7822 24.7812H30.3047C30.0195 24.7812 29.7377 24.7952 29.46 24.8232C28.7837 23.8692 27.9937 23.0015 27.1094 22.2402C27.9445 21.9946 28.8194 21.8417 29.7227 21.7959L30.3047 21.7812H33.7822Z", fill: "#1E1E1F" }),
5229
+ /* @__PURE__ */ jsx("path", { d: "M32.043 7C35.6447 7 38.5653 9.91974 38.5654 13.5215C38.5654 17.1233 35.6448 20.0439 32.043 20.0439C28.4412 20.0438 25.5215 17.1233 25.5215 13.5215C25.5216 9.91983 28.4413 7.00014 32.043 7Z", fill: "#1E1E1F" }),
5230
+ /* @__PURE__ */ jsx("path", { d: "M17.7822 21.7812C24.0254 21.7812 29.0869 26.8427 29.0869 33.0859V38.3027C29.0869 39.2632 28.3082 40.042 27.3477 40.042H4.73926C3.77876 40.042 3 39.2632 3 38.3027V33.0859C3 26.8427 8.06147 21.7812 14.3047 21.7812H17.7822Z", fill: "#197B2E", "fill-opacity": "0.4" }),
5231
+ /* @__PURE__ */ jsx("path", { d: "M16.043 7C19.6447 7 22.5653 9.91974 22.5654 13.5215C22.5654 17.1233 19.6448 20.0439 16.043 20.0439C12.4412 20.0438 9.52148 17.1233 9.52148 13.5215C9.52163 9.91983 12.4413 7.00014 16.043 7Z", fill: "#197B2E", "fill-opacity": "0.4" })
5242
5232
  ] });
5243
5233
  }
5244
5234
  );
@@ -5247,10 +5237,10 @@ var IconColorResearchQuestion = /* @__PURE__ */ forwardRef(
5247
5237
  const iconSize = iconSizeMap[size];
5248
5238
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5249
5239
  /* @__PURE__ */ jsxs("g", { "clip-path": "url(#clip0_14856_63826)", children: [
5250
- /* @__PURE__ */ jsx("path", { d: "M29.7055 12.7487C35.6404 18.6839 35.6399 28.3065 29.7048 34.2416C24.8115 39.1349 17.4124 39.9928 11.6391 36.8173L3.43277 39.016L5.63213 30.8076C2.46136 25.0353 3.32071 17.64 8.21196 12.7487C14.1471 6.81357 23.7704 6.81357 29.7055 12.7487Z", fill: "#0F9A3B", "fill-opacity": "0.5" }),
5251
- /* @__PURE__ */ jsx("path", { d: "M29.2361 27.9208C29.7282 27.9208 30.1659 28.0762 30.5184 28.3896C30.8718 28.704 31.0554 29.1036 31.0555 29.5604C31.0554 30.0174 30.8718 30.4169 30.5184 30.7313C30.1659 31.0448 29.7282 31.2001 29.2361 31.2001C28.744 31.2001 28.3054 31.0448 27.9529 30.7313C27.5998 30.417 27.4168 30.0171 27.4168 29.5604C27.4169 29.1038 27.5998 28.7039 27.9529 28.3896C28.3054 28.0761 28.744 27.9208 29.2361 27.9208Z", fill: "#005B1D" }),
5252
- /* @__PURE__ */ jsx("path", { d: "M29.3055 15.7997C30.7238 15.7997 31.9158 16.1558 32.8289 16.9091C33.7484 17.6677 34.1999 18.6789 34.2 19.8944C34.2 20.5888 34.0296 21.2352 33.6854 21.8241C33.3404 22.4141 32.7756 22.9872 32.0242 23.5478L32.0203 23.5497C31.2416 24.1202 30.8744 24.5607 30.7703 24.8661C30.6363 25.2604 30.5662 25.7055 30.5662 26.204V26.662H27.5213V26.204C27.5213 25.2836 27.6995 24.4938 28.0975 23.871C28.4725 23.2844 29.0346 22.7126 29.7615 22.1522L29.7645 22.1493L29.7674 22.1474C30.3269 21.7293 30.7323 21.3402 30.9998 20.9833C31.2498 20.6496 31.365 20.3104 31.365 19.9569C31.365 19.4911 31.1838 19.1276 30.8064 18.8319C30.4253 18.5333 29.9053 18.3642 29.201 18.3642C28.5871 18.3642 28.0801 18.5046 27.659 18.7685C27.2341 19.0347 26.908 19.4108 26.6854 19.9149L26.5809 20.1522L26.5066 20.3192L26.3338 20.2616L23.7273 19.3866L23.8172 19.1854L23.9256 18.9413C24.3606 17.9628 25.0628 17.189 26.0232 16.6308C26.9828 16.0731 28.0825 15.7998 29.3055 15.7997Z", fill: "#005B1D" }),
5253
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.2967 12.747C24.2319 6.81191 33.8547 6.81185 39.7898 12.747C44.6813 17.6385 45.5403 25.0342 42.3689 30.8065L44.5682 39.0165L36.3611 36.8163C30.5881 39.9905 23.1895 39.1328 18.2967 34.2401C12.3616 28.3051 12.3618 18.6822 18.2967 12.747ZM37.4432 14.6483C32.6644 10.1058 25.1069 10.179 20.4178 14.8681L20.198 15.0937C15.7278 19.7966 15.7282 27.1905 20.199 31.8935L20.4188 32.1181C24.3423 36.0415 30.2803 36.7362 34.9158 34.1874L35.9725 33.6054L40.326 34.7724L39.16 30.4179L39.7391 29.3622L39.9686 28.9237C42.2393 24.3579 41.4688 18.6682 37.6688 14.8681L37.4432 14.6483Z", fill: "#005B1D" })
5240
+ /* @__PURE__ */ jsx("path", { d: "M29.7055 12.7487C35.6404 18.6839 35.6399 28.3065 29.7048 34.2416C24.8115 39.1349 17.4124 39.9928 11.6391 36.8173L3.43277 39.016L5.63213 30.8076C2.46136 25.0353 3.32071 17.64 8.21196 12.7487C14.1471 6.81357 23.7704 6.81357 29.7055 12.7487Z", fill: "#197B2E", "fill-opacity": "0.28" }),
5241
+ /* @__PURE__ */ jsx("path", { d: "M29.2361 27.9208C29.7282 27.9208 30.1659 28.0762 30.5184 28.3896C30.8718 28.704 31.0554 29.1036 31.0555 29.5604C31.0554 30.0174 30.8718 30.4169 30.5184 30.7313C30.1659 31.0448 29.7282 31.2001 29.2361 31.2001C28.744 31.2001 28.3054 31.0448 27.9529 30.7313C27.5998 30.417 27.4168 30.0171 27.4168 29.5604C27.4169 29.1038 27.5998 28.7039 27.9529 28.3896C28.3054 28.0761 28.744 27.9208 29.2361 27.9208Z", fill: "#1E1E1F" }),
5242
+ /* @__PURE__ */ jsx("path", { d: "M29.3055 15.7997C30.7238 15.7997 31.9158 16.1558 32.8289 16.9091C33.7484 17.6677 34.1999 18.6789 34.2 19.8944C34.2 20.5888 34.0296 21.2352 33.6854 21.8241C33.3404 22.4141 32.7756 22.9872 32.0242 23.5478L32.0203 23.5497C31.2416 24.1202 30.8744 24.5607 30.7703 24.8661C30.6363 25.2604 30.5662 25.7055 30.5662 26.204V26.662H27.5213V26.204C27.5213 25.2836 27.6995 24.4938 28.0975 23.871C28.4725 23.2844 29.0346 22.7126 29.7615 22.1522L29.7645 22.1493L29.7674 22.1474C30.3269 21.7293 30.7323 21.3402 30.9998 20.9833C31.2498 20.6496 31.365 20.3104 31.365 19.9569C31.365 19.4911 31.1838 19.1276 30.8064 18.8319C30.4253 18.5333 29.9053 18.3642 29.201 18.3642C28.5871 18.3642 28.0801 18.5046 27.659 18.7685C27.2341 19.0347 26.908 19.4108 26.6854 19.9149L26.5809 20.1522L26.5066 20.3192L26.3338 20.2616L23.7273 19.3866L23.8172 19.1854L23.9256 18.9413C24.3606 17.9628 25.0628 17.189 26.0232 16.6308C26.9828 16.0731 28.0825 15.7998 29.3055 15.7997Z", fill: "#1E1E1F" }),
5243
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.2967 12.747C24.2319 6.81191 33.8547 6.81185 39.7898 12.747C44.6813 17.6385 45.5403 25.0342 42.3689 30.8065L44.5682 39.0165L36.3611 36.8163C30.5881 39.9905 23.1895 39.1328 18.2967 34.2401C12.3616 28.3051 12.3618 18.6822 18.2967 12.747ZM37.4432 14.6483C32.6644 10.1058 25.1069 10.179 20.4178 14.8681L20.198 15.0937C15.7278 19.7966 15.7282 27.1905 20.199 31.8935L20.4188 32.1181C24.3423 36.0415 30.2803 36.7362 34.9158 34.1874L35.9725 33.6054L40.326 34.7724L39.16 30.4179L39.7391 29.3622L39.9686 28.9237C42.2393 24.3579 41.4688 18.6682 37.6688 14.8681L37.4432 14.6483Z", fill: "#1E1E1F" })
5254
5244
  ] }),
5255
5245
  /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_14856_63826", children: /* @__PURE__ */ jsx("rect", { width: "48", height: "48", fill: "white" }) }) })
5256
5246
  ] });
@@ -5261,8 +5251,8 @@ var IconColorCitation = /* @__PURE__ */ forwardRef(
5261
5251
  const iconSize = iconSizeMap[size];
5262
5252
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5263
5253
  /* @__PURE__ */ jsx("path", { d: "M5.99988 36.4995V9.49951C5.99988 7.56651 7.56688 5.99951 9.49988 5.99951H21.9276C22.7972 5.99951 23.6362 6.3234 24.2802 6.90771L31.8514 13.7778C32.5826 14.4412 32.9999 15.3833 32.9999 16.3706V20.4995H29.9999V16.3706C29.9999 16.2296 29.9403 16.0943 29.8358 15.9995L22.2635 9.12939C22.1716 9.04594 22.0518 8.99951 21.9276 8.99951H9.49988C9.22374 8.99951 8.99988 9.22337 8.99988 9.49951V36.4995C8.99988 36.7757 9.22374 36.9995 9.49988 36.9995H17.4999V39.9995H9.49988C7.56688 39.9995 5.99988 38.4325 5.99988 36.4995Z", fill: "#005B1D" }),
5264
- /* @__PURE__ */ jsx("path", { d: "M28.9443 22.999C29.5272 22.9991 30 23.5587 30 24.248V33.0596C30 38.9351 24.8385 42 20.499 42V36.6953C23.928 36.3834 24.9043 34.5126 24.9053 34.3086H21.5547C20.9718 34.3084 20.499 33.7489 20.499 33.0596V24.248C20.499 23.5587 20.9718 22.9992 21.5547 22.999H28.9443Z", fill: "#0F9A3B", "fill-opacity": "0.7" }),
5265
- /* @__PURE__ */ jsx("path", { d: "M40.9443 22.998C41.527 22.9984 41.9989 23.557 41.999 24.2461V33.0586C41.999 38.9341 36.8385 41.999 32.499 41.999V36.6943C35.9297 36.3823 36.9053 34.509 36.9053 34.3066H33.5547C32.9717 34.3066 32.499 33.748 32.499 33.0586V24.2461C32.4992 23.5568 32.9718 22.998 33.5547 22.998H40.9443Z", fill: "#0F9A3B", "fill-opacity": "0.7" })
5254
+ /* @__PURE__ */ jsx("path", { d: "M28.9443 22.999C29.5272 22.9991 30 23.5587 30 24.248V33.0596C30 38.9351 24.8385 42 20.499 42V36.6953C23.928 36.3834 24.9043 34.5126 24.9053 34.3086H21.5547C20.9718 34.3084 20.499 33.7489 20.499 33.0596V24.248C20.499 23.5587 20.9718 22.9992 21.5547 22.999H28.9443Z", fill: "#197B2E", "fill-opacity": "0.4" }),
5255
+ /* @__PURE__ */ jsx("path", { d: "M40.9443 22.998C41.527 22.9984 41.9989 23.557 41.999 24.2461V33.0586C41.999 38.9341 36.8385 41.999 32.499 41.999V36.6943C35.9297 36.3823 36.9053 34.509 36.9053 34.3066H33.5547C32.9717 34.3066 32.499 33.748 32.499 33.0586V24.2461C32.4992 23.5568 32.9718 22.998 33.5547 22.998H40.9443Z", fill: "#197B2E", "fill-opacity": "0.4" })
5266
5256
  ] });
5267
5257
  }
5268
5258
  );
@@ -5270,10 +5260,10 @@ var IconColorSummarize = /* @__PURE__ */ forwardRef(
5270
5260
  ({ size = "m", className, ...props }, ref) => {
5271
5261
  const iconSize = iconSizeMap[size];
5272
5262
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5273
- /* @__PURE__ */ jsx("path", { d: "M23.4277 5.5C24.2973 5.5 25.1363 5.82389 25.7803 6.4082L33.3516 13.2783C34.0827 13.9417 34.5 14.8838 34.5 15.8711V20H31.5V15.8711C31.5 15.7301 31.4404 15.5948 31.3359 15.5L23.7637 8.62988C23.6717 8.54643 23.5519 8.5 23.4277 8.5H11C10.7239 8.5 10.5 8.72386 10.5 9V36C10.5 36.2761 10.7239 36.5 11 36.5H21V39.5H11C9.067 39.5 7.5 37.933 7.5 36V9C7.5 7.067 9.067 5.5 11 5.5H23.4277Z", fill: "#005B1D" }),
5274
- /* @__PURE__ */ jsx("path", { d: "M27 27.5H14V24.5H27V27.5Z", fill: "#005B1D" }),
5275
- /* @__PURE__ */ jsx("path", { d: "M27 20.5H14V17.5H27V20.5Z", fill: "#005B1D" }),
5276
- /* @__PURE__ */ jsx("path", { d: "M32.053 24.7918C32.36 23.8868 33.64 23.8868 33.947 24.7918L35.8237 30.3245C35.9172 30.6002 36.1263 30.8215 36.3964 30.9305L41.7029 33.0726C42.5371 33.4094 42.5371 34.5905 41.7029 34.9272L36.3964 37.0693C36.1263 37.1783 35.9172 37.3996 35.8237 37.6754L33.947 43.208C33.64 44.1131 32.36 44.1131 32.053 43.208L30.1764 37.6754C30.0828 37.3996 29.8737 37.1783 29.6037 37.0693L24.2972 34.9272C23.4629 34.5905 23.463 33.4094 24.2972 33.0726L29.6037 30.9305C29.8737 30.8215 30.0828 30.6002 30.1764 30.3245L32.053 24.7918Z", fill: "#0F9A3B", "fill-opacity": "0.7" })
5263
+ /* @__PURE__ */ jsx("path", { d: "M23.4277 5.5C24.2973 5.5 25.1363 5.82389 25.7803 6.4082L33.3516 13.2783C34.0827 13.9417 34.5 14.8838 34.5 15.8711V20H31.5V15.8711C31.5 15.7301 31.4404 15.5948 31.3359 15.5L23.7637 8.62988C23.6717 8.54643 23.5519 8.5 23.4277 8.5H11C10.7239 8.5 10.5 8.72386 10.5 9V36C10.5 36.2761 10.7239 36.5 11 36.5H21V39.5H11C9.067 39.5 7.5 37.933 7.5 36V9C7.5 7.067 9.067 5.5 11 5.5H23.4277Z", fill: "#1E1E1F" }),
5264
+ /* @__PURE__ */ jsx("path", { d: "M27 27.5H14V24.5H27V27.5Z", fill: "#1E1E1F" }),
5265
+ /* @__PURE__ */ jsx("path", { d: "M27 20.5H14V17.5H27V20.5Z", fill: "#1E1E1F" }),
5266
+ /* @__PURE__ */ jsx("path", { d: "M32.053 24.7918C32.36 23.8868 33.64 23.8868 33.947 24.7918L35.8237 30.3245C35.9172 30.6002 36.1263 30.8215 36.3964 30.9305L41.7029 33.0726C42.5371 33.4094 42.5371 34.5905 41.7029 34.9272L36.3964 37.0693C36.1263 37.1783 35.9172 37.3996 35.8237 37.6754L33.947 43.208C33.64 44.1131 32.36 44.1131 32.053 43.208L30.1764 37.6754C30.0828 37.3996 29.8737 37.1783 29.6037 37.0693L24.2972 34.9272C23.4629 34.5905 23.463 33.4094 24.2972 33.0726L29.6037 30.9305C29.8737 30.8215 30.0828 30.6002 30.1764 30.3245L32.053 24.7918Z", fill: "#197B2E", "fill-opacity": "0.4" })
5277
5267
  ] });
5278
5268
  }
5279
5269
  );
@@ -5281,8 +5271,8 @@ var IconColorCompass = /* @__PURE__ */ forwardRef(
5281
5271
  ({ size = "m", className, ...props }, ref) => {
5282
5272
  const iconSize = iconSizeMap[size];
5283
5273
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5284
- /* @__PURE__ */ jsx("path", { d: "M40 24C40 15.1634 32.8366 8 24 8C15.1634 8 8 15.1634 8 24C8 32.8366 15.1634 40 24 40V43C13.5066 43 5 34.4934 5 24C5 13.5066 13.5066 5 24 5C34.4934 5 43 13.5066 43 24C43 34.4934 34.4934 43 24 43V40C32.8366 40 40 32.8366 40 24Z", fill: "#005B1D" }),
5285
- /* @__PURE__ */ jsx("path", { d: "M33.4612 14.4753L30.5252 20.9421L27.7173 27.3487L21.367 30.2814L14.959 33.3436L17.895 26.8768L20.7028 20.4703L27.0532 17.5375L33.4612 14.4753Z", fill: "#0F9A3B", "fill-opacity": "0.7" })
5274
+ /* @__PURE__ */ jsx("path", { d: "M40 24C40 15.1634 32.8366 8 24 8C15.1634 8 8 15.1634 8 24C8 32.8366 15.1634 40 24 40V43C13.5066 43 5 34.4934 5 24C5 13.5066 13.5066 5 24 5C34.4934 5 43 13.5066 43 24C43 34.4934 34.4934 43 24 43V40C32.8366 40 40 32.8366 40 24Z", fill: "#1E1E1F" }),
5275
+ /* @__PURE__ */ jsx("path", { d: "M33.4612 14.4753L30.5252 20.9421L27.7173 27.3487L21.367 30.2814L14.959 33.3436L17.895 26.8768L20.7028 20.4703L27.0532 17.5375L33.4612 14.4753Z", fill: "#197B2E", "fill-opacity": "0.4" })
5286
5276
  ] });
5287
5277
  }
5288
5278
  );
@@ -5290,11 +5280,11 @@ var IconColorComplete = /* @__PURE__ */ forwardRef(
5290
5280
  ({ size = "m", className, ...props }, ref) => {
5291
5281
  const iconSize = iconSizeMap[size];
5292
5282
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5293
- /* @__PURE__ */ jsx("path", { d: "M8.5 38.957H18.9551V41.957H5.5V28.708H8.5V38.957Z", fill: "#005B1D" }),
5294
- /* @__PURE__ */ jsx("path", { d: "M41.6953 41.8887H28.2402V38.8887H38.6953V28.6396H41.6953V41.8887Z", fill: "#005B1D" }),
5295
- /* @__PURE__ */ jsx("path", { d: "M19.1934 9.5H8.73828V19.749H5.73828V6.5H19.1934V9.5Z", fill: "#005B1D" }),
5296
- /* @__PURE__ */ jsx("path", { d: "M41.6953 19.749H38.6953V9.5H28.2402V6.5H41.6953V19.749Z", fill: "#005B1D" }),
5297
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23 14C28.5228 14 33 18.4772 33 24C33 29.5228 28.5228 34 23 34C17.4772 34 13 29.5228 13 24C13 18.4772 17.4772 14 23 14ZM22.0967 25.4844L19.0605 22.4482L16.9395 24.5693L20.3291 27.959C21.3042 28.9341 22.8855 28.9353 23.8623 27.9619L29.6748 22.1699L27.5566 20.0449L22.0967 25.4844Z", fill: "#0F9A3B", "fill-opacity": "0.7" })
5283
+ /* @__PURE__ */ jsx("path", { d: "M8.5 38.957H18.9551V41.957H5.5V28.708H8.5V38.957Z", fill: "#1E1E1F" }),
5284
+ /* @__PURE__ */ jsx("path", { d: "M41.6953 41.8887H28.2402V38.8887H38.6953V28.6396H41.6953V41.8887Z", fill: "#1E1E1F" }),
5285
+ /* @__PURE__ */ jsx("path", { d: "M19.1934 9.5H8.73828V19.749H5.73828V6.5H19.1934V9.5Z", fill: "#1E1E1F" }),
5286
+ /* @__PURE__ */ jsx("path", { d: "M41.6953 19.749H38.6953V9.5H28.2402V6.5H41.6953V19.749Z", fill: "#1E1E1F" }),
5287
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23 14C28.5228 14 33 18.4772 33 24C33 29.5228 28.5228 34 23 34C17.4772 34 13 29.5228 13 24C13 18.4772 17.4772 14 23 14ZM22.0967 25.4844L19.0605 22.4482L16.9395 24.5693L20.3291 27.959C21.3042 28.9341 22.8855 28.9353 23.8623 27.9619L29.6748 22.1699L27.5566 20.0449L22.0967 25.4844Z", fill: "#197B2E", "fill-opacity": "0.4" })
5298
5288
  ] });
5299
5289
  }
5300
5290
  );
@@ -5302,10 +5292,96 @@ var IconColorFiltering = /* @__PURE__ */ forwardRef(
5302
5292
  ({ size = "m", className, ...props }, ref) => {
5303
5293
  const iconSize = iconSizeMap[size];
5304
5294
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5305
- /* @__PURE__ */ jsx("path", { d: "M6 11.206C6 10.375 6.51387 9.63054 7.29089 9.33591L23.2909 3.26889C23.7478 3.09565 24.2522 3.09565 24.7091 3.26889L40.7091 9.33591C41.4861 9.63054 42 10.375 42 11.206V20.9791C42 29.6883 37.4676 37.7698 30.0363 42.3112L25.0429 45.3627C24.4027 45.7539 23.5973 45.7539 22.9571 45.3627L17.9637 42.3112C10.5324 37.7698 6 29.6883 6 20.9791L6 11.206Z", fill: "#005B1D" }),
5295
+ /* @__PURE__ */ jsx("path", { d: "M6 11.206C6 10.375 6.51387 9.63054 7.29089 9.33591L23.2909 3.26889C23.7478 3.09565 24.2522 3.09565 24.7091 3.26889L40.7091 9.33591C41.4861 9.63054 42 10.375 42 11.206V20.9791C42 29.6883 37.4676 37.7698 30.0363 42.3112L25.0429 45.3627C24.4027 45.7539 23.5973 45.7539 22.9571 45.3627L17.9637 42.3112C10.5324 37.7698 6 29.6883 6 20.9791L6 11.206Z", fill: "#1E1E1F" }),
5306
5296
  /* @__PURE__ */ jsx("path", { d: "M33 14.1399C33 14.094 32.9765 14.0551 32.967 14.0339C32.9459 14.0257 32.907 14.001 32.8611 14.001H26.4465C26.4148 14.001 26.3842 14.0139 26.3618 14.0363L22.679 17.712C22.6566 17.7344 22.626 17.7473 22.5943 17.7473H15.8419C15.8101 17.7473 15.7795 17.7603 15.7571 17.7826L11.0398 22.4929C10.9633 22.5683 11.0174 22.6989 11.1245 22.6989H17.2154C17.3931 22.6989 17.5367 22.8425 17.5367 23.0202V29.3383C17.5367 29.3724 17.552 29.403 17.5756 29.4254C17.5979 29.4489 17.6285 29.4642 17.6627 29.4642H23.9807C24.1585 29.4642 24.3021 29.6078 24.3021 29.7856V35.8765C24.3021 35.9836 24.4327 36.0377 24.508 35.9612L29.2172 31.2438C29.2395 31.2215 29.2525 31.1909 29.2525 31.1591V24.4067C29.2525 24.3749 29.2654 24.3443 29.2878 24.322L32.9635 20.6392C32.9859 20.6168 32.9988 20.5862 32.9988 20.5544V14.1399H33ZM28.7475 23.524C28.7475 23.6982 28.6063 23.8406 28.4309 23.8406H23.477C23.3028 23.8406 23.1604 23.6994 23.1604 23.524V18.57C23.1604 18.3958 23.3016 18.2534 23.477 18.2534H28.4309C28.6051 18.2534 28.7475 18.3947 28.7475 18.57V23.524Z", fill: "white" })
5307
5297
  ] });
5308
5298
  }
5309
5299
  );
5300
+ var IconColorDarkHypothesisGenerator = /* @__PURE__ */ forwardRef(
5301
+ ({ size = "m", className, ...props }, ref) => {
5302
+ const iconSize = iconSizeMap[size];
5303
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5304
+ /* @__PURE__ */ jsx("path", { d: "M45.1025 29.2002V43.2012H31.1016V29.2002H45.1025Z", fill: "#8AB392" }),
5305
+ /* @__PURE__ */ jsx("path", { d: "M45.1025 6.39844V20.3994H31.1016V6.39844H45.1025Z", fill: "#8AB392" }),
5306
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M31.0996 14.7246C25.9591 15.0842 21.9004 19.3686 21.9004 24.6006C21.9007 29.8322 25.9593 34.114 31.0996 34.4736V37.4795C24.5998 37.1314 19.3818 31.9731 18.9355 25.5H15.9824C15.7189 26.7096 15.1236 27.8616 14.1836 28.8018C11.5708 31.4143 7.33356 31.4141 4.72069 28.8018C2.10808 26.1889 2.10808 21.9517 4.72069 19.3389C7.33356 16.7265 11.5708 16.7263 14.1836 19.3389C15.0871 20.2425 15.6717 21.3421 15.9502 22.5H19.0762C20.0428 16.5997 25.0072 12.045 31.0996 11.7188V14.7246ZM12.0625 21.46C10.6213 20.019 8.28308 20.0192 6.84179 21.46C5.40074 22.9012 5.40074 25.2394 6.84179 26.6807C8.28308 28.1215 10.6213 28.1216 12.0625 26.6807C13.5032 25.2395 13.5032 22.9012 12.0625 21.46Z", fill: "white" })
5307
+ ] });
5308
+ }
5309
+ );
5310
+ var IconColorDarkCitationRecommender = /* @__PURE__ */ forwardRef(
5311
+ ({ size = "m", className, ...props }, ref) => {
5312
+ const iconSize = iconSizeMap[size];
5313
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5314
+ /* @__PURE__ */ jsx("path", { d: "M42 14.4482V37.1992L29 31.5V24L16.7998 18.001V3.59863L42 14.4482Z", fill: "#8AB392" }),
5315
+ /* @__PURE__ */ jsx("path", { d: "M30.3013 22.7349V45.5327L6.90088 34.8667V12.0688L30.3013 22.7349ZM9.90088 32.936L27.3013 40.8687V24.6646L9.90088 16.7329V32.936Z", fill: "white" })
5316
+ ] });
5317
+ }
5318
+ );
5319
+ var IconColorDarkPeerReview = /* @__PURE__ */ forwardRef(
5320
+ ({ size = "m", className, ...props }, ref) => {
5321
+ const iconSize = iconSizeMap[size];
5322
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5323
+ /* @__PURE__ */ jsx("path", { d: "M19.7988 7.0293L27 31L32.3994 20.5L44.2542 16.2254L19.7988 7.0293Z", fill: "#8AB392" }),
5324
+ /* @__PURE__ */ jsx("path", { d: "M43.7998 41.5H3V38.5H43.7998V41.5Z", fill: "white" }),
5325
+ /* @__PURE__ */ jsx("path", { d: "M27 31H3V28H26.0977L27 31Z", fill: "white" }),
5326
+ /* @__PURE__ */ jsx("path", { d: "M43.7988 31H27L28.5439 28H43.7988V31Z", fill: "white" }),
5327
+ /* @__PURE__ */ jsx("path", { d: "M23.8447 20.5H3V17.5H22.9453L23.8447 20.5Z", fill: "white" }),
5328
+ /* @__PURE__ */ jsx("path", { d: "M19.8105 7.03223L19.7988 7.0293L20.6924 10H3V7H19.7988L19.8105 7.03223Z", fill: "white" })
5329
+ ] });
5330
+ }
5331
+ );
5332
+ var IconColorDarkSurveySimulator = /* @__PURE__ */ forwardRef(
5333
+ ({ size = "m", className, ...props }, ref) => {
5334
+ const iconSize = iconSizeMap[size];
5335
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5336
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23.9997 33.5985C27.3134 33.5985 29.9996 36.2849 29.9997 39.5985C29.9997 42.9122 27.3134 45.5985 23.9997 45.5985C20.686 45.5985 17.9997 42.9122 17.9997 39.5985C17.9998 36.2849 20.686 33.5985 23.9997 33.5985ZM23.9997 36.5985C22.3429 36.5985 20.9998 37.9417 20.9997 39.5985C20.9997 41.2554 22.3429 42.5985 23.9997 42.5985C25.6566 42.5985 26.9997 41.2554 26.9997 39.5985C26.9996 37.9417 25.6565 36.5985 23.9997 36.5985Z", fill: "white" }),
5337
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.40088 17.9997C11.7145 17.9998 14.4009 20.686 14.4009 23.9997C14.4009 27.3134 11.7145 29.9996 8.40088 29.9997C5.08717 29.9997 2.40088 27.3134 2.40088 23.9997C2.40088 20.686 5.08717 17.9997 8.40088 17.9997ZM8.40088 20.9997C6.74402 20.9997 5.40088 22.3429 5.40088 23.9997C5.40088 25.6566 6.74402 26.9997 8.40088 26.9997C10.0577 26.9996 11.4009 25.6565 11.4009 23.9997C11.4009 22.3429 10.0577 20.9998 8.40088 20.9997Z", fill: "white" }),
5338
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M39.5985 17.9997C42.9122 17.9997 45.5985 20.686 45.5985 23.9997C45.5985 27.3134 42.9122 29.9997 39.5985 29.9997C36.2849 29.9996 33.5985 27.3134 33.5985 23.9997C33.5985 20.686 36.2849 17.9998 39.5985 17.9997ZM39.5985 20.9997C37.9417 20.9998 36.5985 22.3429 36.5985 23.9997C36.5985 25.6565 37.9417 26.9996 39.5985 26.9997C41.2554 26.9997 42.5985 25.6566 42.5985 23.9997C42.5985 22.3429 41.2554 20.9997 39.5985 20.9997Z", fill: "white" }),
5339
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23.9997 2.40088C27.3134 2.40088 29.9997 5.08717 29.9997 8.40088C29.9996 11.7145 27.3134 14.4009 23.9997 14.4009C20.686 14.4009 17.9998 11.7145 17.9997 8.40088C17.9997 5.08717 20.686 2.40088 23.9997 2.40088ZM23.9997 5.40088C22.3429 5.40088 20.9997 6.74402 20.9997 8.40088C20.9998 10.0577 22.3429 11.4009 23.9997 11.4009C25.6565 11.4009 26.9996 10.0577 26.9997 8.40088C26.9997 6.74402 25.6566 5.40088 23.9997 5.40088Z", fill: "white" }),
5340
+ /* @__PURE__ */ jsx("path", { d: "M31.1991 16.7998H16.7991V31.1998H31.1991V16.7998Z", fill: "#8AB392" })
5341
+ ] });
5342
+ }
5343
+ );
5344
+ var IconColorDarkLiteratureReview = /* @__PURE__ */ forwardRef(
5345
+ ({ size = "m", className, ...props }, ref) => {
5346
+ const iconSize = iconSizeMap[size];
5347
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5348
+ /* @__PURE__ */ jsx("path", { d: "M42.8996 35.5794C42.8996 39.5558 39.6761 42.7794 35.6996 42.7794C31.7232 42.7794 28.4996 39.5558 28.4996 35.5794C28.4996 31.6029 31.7232 28.3794 35.6996 28.3794C39.6761 28.3794 42.8996 31.6029 42.8996 35.5794Z", fill: "#8AB392" }),
5349
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 5.49902C15.3509 5.4993 18.1512 7.85587 18.8379 11.001H29.001V6H42V18.999H30.7471L18.999 31.5557V34.5L28.5781 34.5156C28.5267 34.8627 28.5 35.2178 28.5 35.5791C28.5 36.2496 28.5932 36.8988 28.7646 37.5146L18.999 37.5V42.249H6V29.25H17.0508L29.001 16.4766V14.001H18.8379C18.1503 17.145 15.3501 19.4997 12 19.5C8.13432 19.4996 4.99805 16.3638 4.99805 12.498C4.99873 8.63287 8.13474 5.49939 12 5.49902ZM9 39.249H15.999V32.25H9V39.249ZM12 8.49902C9.7916 8.49939 8.00166 10.2897 8.00098 12.498C8.00098 14.707 9.79118 16.4996 12 16.5C14.2089 16.4997 16.002 14.707 16.002 12.498C16.0013 10.2897 14.2084 8.49934 12 8.49902ZM32.001 15.999H39V9H32.001V15.999Z", fill: "white" })
5350
+ ] });
5351
+ }
5352
+ );
5353
+ var IconColorDarkResearchTracer = /* @__PURE__ */ forwardRef(
5354
+ ({ size = "m", className, ...props }, ref) => {
5355
+ const iconSize = iconSizeMap[size];
5356
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5357
+ /* @__PURE__ */ jsx("path", { d: "M23.9988 35.0399C18.0342 35.0399 13.1988 30.2046 13.1988 24.2399C13.1988 18.2753 18.0342 13.4399 23.9988 13.4399C29.9635 13.4399 34.7988 18.2753 34.7988 24.2399C34.7988 30.2046 29.9635 35.0399 23.9988 35.0399Z", fill: "#8AB392" }),
5358
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.2725 30.6006C15.8648 31.4118 16.5675 32.1362 17.3584 32.7539L13.7285 36.3896C14.1559 37.1626 14.3992 38.0513 14.3994 38.9971C14.3994 41.9794 11.9823 44.3993 9 44.3994C6.01793 44.3991 3.60059 41.9792 3.60059 38.9971C3.6013 36.0155 6.01837 33.598 9 33.5977C9.95903 33.5977 10.859 33.8506 11.6396 34.2891C11.6287 34.2829 11.6184 34.2746 11.6074 34.2686L15.2725 30.6006ZM9 36.5977C7.67522 36.598 6.6013 37.6724 6.60059 38.9971C6.60059 40.3224 7.67479 41.3991 9 41.3994C10.3254 41.3993 11.3994 40.3225 11.3994 38.9971C11.3987 37.6722 10.325 36.5977 9 36.5977ZM12.29 34.7168C12.2754 34.7055 12.2609 34.6928 12.2461 34.6816L12.2314 34.6729C12.251 34.6875 12.2707 34.7019 12.29 34.7168Z", fill: "white" }),
5359
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M36.3896 34.2686C37.163 33.8409 38.0537 33.5978 39 33.5977C41.9818 33.5977 44.3987 36.0154 44.3994 38.9971C44.3994 41.9794 41.9823 44.3993 39 44.3994C36.0179 44.3991 33.6006 41.9792 33.6006 38.9971C33.6008 38.0523 33.8449 37.165 34.2715 36.3926L30.6328 32.7539C31.4248 32.1359 32.1286 31.4125 32.7217 30.6006L36.3896 34.2686ZM39 36.5977C37.6752 36.598 36.6013 37.6724 36.6006 38.9971C36.6006 40.3224 37.6748 41.3991 39 41.3994C40.3254 41.3993 41.3994 40.3225 41.3994 38.9971C41.3987 37.6722 40.325 36.5977 39 36.5977Z", fill: "white" }),
5360
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9 3.60059C11.9821 3.60067 14.3991 6.01798 14.3994 9C14.3994 9.94572 14.1557 10.8344 13.7285 11.6074L17.6338 15.5127C16.8224 16.1055 16.0982 16.8101 15.4805 17.6016L11.6074 13.7285C10.8344 14.1557 9.94572 14.3994 9 14.3994C6.01798 14.3991 3.60067 11.9821 3.60059 9C3.6009 6.01813 6.01813 3.6009 9 3.60059ZM9 6.60059C7.67498 6.6009 6.6009 7.67498 6.60059 9C6.60067 10.3252 7.67483 11.3991 9 11.3994C10.3254 11.3993 11.3993 10.3254 11.3994 9C11.3991 7.67483 10.3252 6.60067 9 6.60059Z", fill: "white" }),
5361
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M39 3.60059C41.9821 3.60067 44.3991 6.01798 44.3994 9C44.3993 11.9822 41.9822 14.3993 39 14.3994C38.0533 14.3993 37.1633 14.1566 36.3896 13.7285L32.5137 17.6016C31.8952 16.8094 31.1699 16.1057 30.3574 15.5127L34.2715 11.6045C33.8452 10.832 33.6006 9.94465 33.6006 9C33.6009 6.01813 36.0181 3.6009 39 3.60059ZM39 6.60059C37.675 6.6009 36.6009 7.67498 36.6006 9C36.6007 10.3252 37.6748 11.3991 39 11.3994C40.3254 11.3993 41.3993 10.3254 41.3994 9C41.3991 7.67483 40.3252 6.60067 39 6.60059Z", fill: "white" })
5362
+ ] });
5363
+ }
5364
+ );
5365
+ var IconColorDarkHypothesisEvaluator = /* @__PURE__ */ forwardRef(
5366
+ ({ size = "m", className, ...props }, ref) => {
5367
+ const iconSize = iconSizeMap[size];
5368
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5369
+ /* @__PURE__ */ jsx("path", { d: "M41.9986 5.99268H20.7104V27.2808H41.9986V5.99268Z", fill: "#8AB392" }),
5370
+ /* @__PURE__ */ jsx("path", { d: "M7.13672 40.7344H14.3252V43.7344H4.13672V33.5469H7.13672V40.7344Z", fill: "white" }),
5371
+ /* @__PURE__ */ jsx("path", { d: "M30.6875 43.7344H20.5V40.7344H27.6875V33.5469H30.6875V43.7344Z", fill: "white" }),
5372
+ /* @__PURE__ */ jsx("path", { d: "M14.3252 19.7344H7.1377V26.9219H4.13672V16.7344H14.3252V19.7344Z", fill: "white" })
5373
+ ] });
5374
+ }
5375
+ );
5376
+ var IconColorDarkSurveyGenerator = /* @__PURE__ */ forwardRef(
5377
+ ({ size = "m", className, ...props }, ref) => {
5378
+ const iconSize = iconSizeMap[size];
5379
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5380
+ /* @__PURE__ */ jsx("path", { d: "M6.30176 41.7012H28.9512V44.7012H3.29883V19.0488H6.30176V41.7012Z", fill: "white" }),
5381
+ /* @__PURE__ */ jsx("path", { d: "M12.75 35.7012H35.3994V38.7012H9.75V13.0488H12.75V35.7012Z", fill: "white" }),
5382
+ /* @__PURE__ */ jsx("path", { d: "M42 31.7607H16.2393V6H42V31.7607Z", fill: "#8AB392" })
5383
+ ] });
5384
+ }
5385
+ );
5310
5386
 
5311
- export { IconAddClock, IconAddEmoji, IconAddToFolder, IconAdjustment, IconAi, IconAirplane, IconAlignCenter, IconAlignLeft, IconAlignRight, IconAndroid, IconApple, IconArrowBack, IconArrowBackward, IconArrowCollapse, IconArrowDown, IconArrowDownLeft, IconArrowDownUp, IconArrowDownward, IconArrowDropRight, IconArrowExpand, IconArrowForward, IconArrowLeft, IconArrowRight, IconArrowTurn, IconArrowUp, IconArrowUpDown, IconArrowUpLeft, IconArrowUpRight, IconArrowUpward, IconAtSign, IconBag, IconBalance, IconBell, IconBlock, IconBold, IconBolt, IconBook, IconBookmark, IconBookmarkCancel, IconBooks, IconBrain, IconBulb, IconBulbExclamtionmark, IconCalendar, IconCamera, IconCar, IconCasualShoe, IconChartBar, IconChartLineUptrend, IconCheckMark, IconCheckMarkFill, IconCheckMarkInCircle, IconChrome, IconClock, IconClose, IconCloseFill, IconCollectionAdd, IconCollections, IconColorCitation, IconColorCitationRecommender, IconColorCollaborateWithTeam, IconColorCompass, IconColorComplete, IconColorCsv, IconColorDocument, IconColorDocx, IconColorExcel, IconColorFacebook, IconColorFiltering, IconColorFire, IconColorGiftBox, IconColorGoogle, IconColorHtml, IconColorHwp, IconColorHypothesisEvaluator, IconColorHypothesisGenerator, IconColorImage, IconColorJson, IconColorKakaotalk, IconColorKakaotalkLogo, IconColorLiner, IconColorLinerVariation, IconColorLink, IconColorLiteratureReview, IconColorMarkdown, IconColorPdf, IconColorPeerReview, IconColorPowerpoint, IconColorResearchQuestion, IconColorResearchTracer, IconColorResearchWithAgents, IconColorSearchWithCitation, IconColorSummarize, IconColorSurveyGenerator, IconColorSurveySimulator, IconColorTxt, IconColorXlsx, IconColorXml, IconColumns, IconCopy, IconCredit, IconCreditAdd, IconCreditcard, IconCurrentTab, IconDarkMode, IconDescription, IconDesktop, IconDesktopOnCursor, IconDocument, IconDocumentAdd, IconDocumentCheck, IconDocumentWarning, IconDoubleArrowBackward, IconDoubleArrowForward, IconDownload, IconDropDown, IconDropUp, IconEmail, IconEnd, IconEssay, IconExclamationmark, IconExclamationmarkFill, IconExpand, IconExpandClose, IconExtend, IconFacebook, IconFeedback, IconFileDownload, IconFileHashtag, IconFilter, IconFire, IconFlowchart, IconFocus, IconFolder, IconFolderAdd, IconFolderOpen, IconFolderOpenShare, IconFolderShare, IconFormalBag, IconFx, IconGlobe, IconGoogle, IconGoogleExport, IconGraduationcap, IconHelp, IconHideAll, IconHighlightEdit, IconHighlighter, IconHistory, IconHome, IconHourglass, IconInfo, IconInsertAfter, IconItalic, IconLeftIndentation, IconLight, IconLightMode, IconLiner, IconLink, IconList, IconLiteratureReview, IconLocation, IconLock, IconMNewTab, IconMagicPencil, IconMagicWand, IconMakeEasy, IconMembers, IconMemo, IconMenu, IconMicroscope, IconMindmap, IconMinus, IconMobile, IconMore, IconMoreHorizontal, IconMoreVertical, IconMove, IconMoveToFolder, IconNewChromeExtension, IconNewTab, IconNewThread, IconNewThreadFolder, IconNumberedList, IconPalette, IconPaperclip, IconParagraph, IconParaphrase, IconPencil, IconPerson, IconPersonAdd, IconPersonFill, IconPhoto, IconPlayButton, IconPlus, IconPower, IconQuestionBox, IconQuestionMessage, IconQuote, IconRedo, IconRegenerate, IconRemoveFromFolder, IconReport, IconRestaurant, IconRetry, IconRightIndentation, IconRocket, IconSearch, IconSecretMode, IconSend, IconSetting, IconShare, IconSheetExport, IconShield, IconShieldPerson, IconShieldUsage, IconShorten, IconShowAll, IconSignOut, IconSource, IconSpeaker, IconSpinner, IconSplitColumns, IconStack, IconStar, IconStart, IconStep, IconStop, IconStrikethrough, IconSummarize, IconSurvey, IconTable, IconTarget, IconTeams, IconTex, IconTextSelect, IconThumbDown, IconThumbUp, IconTimer, IconTranslate, IconTrash, IconTune, IconTwitter, IconUnderline, IconUndo, IconVerificationBadge, IconViewList, IconViewSidebar, IconVisibility, IconVisibilityOff, IconVolume, IconVolumeUp, IconZoomIn, IconZoomOut };
5387
+ export { IconAddClock, IconAddEmoji, IconAddToFolder, IconAdjustment, IconAi, IconAirplane, IconAlignCenter, IconAlignLeft, IconAlignRight, IconAndroid, IconApple, IconArrowBack, IconArrowBackward, IconArrowCollapse, IconArrowDown, IconArrowDownLeft, IconArrowDownUp, IconArrowDownward, IconArrowDropRight, IconArrowExpand, IconArrowForward, IconArrowLeft, IconArrowRight, IconArrowTurn, IconArrowUp, IconArrowUpDown, IconArrowUpLeft, IconArrowUpRight, IconArrowUpward, IconAtSign, IconBag, IconBalance, IconBell, IconBlock, IconBold, IconBolt, IconBook, IconBookmark, IconBookmarkCancel, IconBooks, IconBrain, IconBulb, IconBulbExclamtionmark, IconCalendar, IconCamera, IconCar, IconCasualShoe, IconChartBar, IconChartLineUptrend, IconCheckMark, IconCheckMarkFill, IconCheckMarkInCircle, IconChrome, IconClock, IconClose, IconCloseFill, IconCollectionAdd, IconCollections, IconColorCitation, IconColorCitationRecommender, IconColorCollaborateWithTeam, IconColorCompass, IconColorComplete, IconColorCsv, IconColorDarkCitationRecommender, IconColorDarkHypothesisEvaluator, IconColorDarkHypothesisGenerator, IconColorDarkLiteratureReview, IconColorDarkPeerReview, IconColorDarkResearchTracer, IconColorDarkSurveyGenerator, IconColorDarkSurveySimulator, IconColorDocument, IconColorDocx, IconColorExcel, IconColorFacebook, IconColorFiltering, IconColorFire, IconColorGiftBox, IconColorGoogle, IconColorHtml, IconColorHwp, IconColorHypothesisEvaluator, IconColorHypothesisGenerator, IconColorImage, IconColorJson, IconColorKakaotalk, IconColorKakaotalkLogo, IconColorLiner, IconColorLinerVariation, IconColorLink, IconColorLiteratureReview, IconColorMarkdown, IconColorPdf, IconColorPeerReview, IconColorPowerpoint, IconColorResearchQuestion, IconColorResearchTracer, IconColorResearchWithAgents, IconColorSearchWithCitation, IconColorSummarize, IconColorSurveyGenerator, IconColorSurveySimulator, IconColorTxt, IconColorXlsx, IconColorXml, IconColumns, IconCopy, IconCredit, IconCreditAdd, IconCreditcard, IconCurrentTab, IconDarkMode, IconDescription, IconDesktop, IconDesktopOnCursor, IconDocument, IconDocumentAdd, IconDocumentCheck, IconDocumentWarning, IconDoubleArrowBackward, IconDoubleArrowForward, IconDownload, IconDropDown, IconDropUp, IconEmail, IconEnd, IconEssay, IconExclamationmark, IconExclamationmarkFill, IconExpand, IconExpandClose, IconExtend, IconFacebook, IconFeedback, IconFileDownload, IconFileHashtag, IconFilter, IconFire, IconFlowchart, IconFocus, IconFolder, IconFolderAdd, IconFolderOpen, IconFolderOpenShare, IconFolderShare, IconFormalBag, IconFx, IconGlobe, IconGoogle, IconGoogleExport, IconGraduationcap, IconHelp, IconHideAll, IconHighlightEdit, IconHighlighter, IconHistory, IconHome, IconHourglass, IconInfo, IconInsertAfter, IconItalic, IconLeftIndentation, IconLight, IconLightMode, IconLiner, IconLink, IconList, IconLiteratureReview, IconLocation, IconLock, IconMNewTab, IconMagicPencil, IconMagicWand, IconMakeEasy, IconMembers, IconMemo, IconMenu, IconMicroscope, IconMindmap, IconMinus, IconMobile, IconMore, IconMoreHorizontal, IconMoreVertical, IconMove, IconMoveToFolder, IconNewChromeExtension, IconNewTab, IconNewThread, IconNewThreadFolder, IconNumberedList, IconPalette, IconPaperclip, IconParagraph, IconParaphrase, IconPencil, IconPerson, IconPersonAdd, IconPersonFill, IconPhoto, IconPlayButton, IconPlus, IconPower, IconQuestionBox, IconQuestionMessage, IconQuote, IconRedo, IconRegenerate, IconRemoveFromFolder, IconReport, IconRestaurant, IconRetry, IconRightIndentation, IconRocket, IconSearch, IconSecretMode, IconSend, IconSetting, IconShare, IconSheetExport, IconShield, IconShieldPerson, IconShieldUsage, IconShorten, IconShowAll, IconSignOut, IconSource, IconSpeaker, IconSpinner, IconSplitColumns, IconStack, IconStar, IconStart, IconStep, IconStop, IconStrikethrough, IconSummarize, IconSurvey, IconTable, IconTarget, IconTeams, IconTex, IconTextSelect, IconThumbDown, IconThumbUp, IconTimer, IconTranslate, IconTrash, IconTune, IconTwitter, IconUnderline, IconUndo, IconVerificationBadge, IconViewList, IconViewSidebar, IconVisibility, IconVisibilityOff, IconVolume, IconVolumeUp, IconZoomIn, IconZoomOut };