@liner-fe/icon 2.0.7 → 2.0.9

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 +38 -32
  2. package/lib/index.js +298 -255
  3. package/package.json +2 -2
package/lib/index.js CHANGED
@@ -7,18 +7,18 @@ var IconArrowUpward = /* @__PURE__ */ forwardRef(
7
7
  ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
8
8
  const iconSize = iconSizeMap[size];
9
9
  if (fill) {
10
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M24.3537 16.7215L35.8851 28.2529C36.2001 28.5679 35.977 29.1065 35.5316 29.1065H12.4688C12.0233 29.1065 11.8002 28.5679 12.1152 28.2529L23.6466 16.7215C23.8419 16.5263 24.1585 16.5263 24.3537 16.7215Z", 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", { d: "M37.9391 31.0607L24 17.1215L10.0608 31.0607L7.93951 28.9393L24 12.8789L40.0604 28.9393L37.9391 31.0607Z", style: { fill: `var(--${type})` } }) });
11
11
  }
12
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M14.4543 30.1672L24.0003 20.6213L33.5462 30.1672L35.6675 28.0459L24.0003 16.3787L12.333 28.0459L14.4543 30.1672Z", 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", { d: "M37.9391 31.0607L24 17.1215L10.0608 31.0607L7.93951 28.9393L24 12.8789L40.0604 28.9393L37.9391 31.0607Z", style: { fill: `var(--${type})` } }) });
13
13
  }
14
14
  );
15
15
  var IconArrowDownward = /* @__PURE__ */ forwardRef(
16
16
  ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
17
17
  const iconSize = iconSizeMap[size];
18
18
  if (fill) {
19
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M24.3537 31.3849L35.8851 19.8536C36.2001 19.5386 35.977 19 35.5316 19H12.4688C12.0233 19 11.8002 19.5386 12.1152 19.8536L23.6466 31.3849C23.8419 31.5802 24.1585 31.5802 24.3537 31.3849Z", style: { fill: `var(--${type})` } }) });
19
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M37.9391 16.9393L24 30.8784L10.0608 16.9393L7.93951 19.0607L24 35.1211L40.0604 19.0607L37.9391 16.9393Z", style: { fill: `var(--${type})` } }) });
20
20
  }
21
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M14.4543 17.9389L24.0003 27.4848L33.5462 17.9389L35.6675 20.0602L24.0003 31.7275L12.333 20.0602L14.4543 17.9389Z", style: { fill: `var(--${type})` } }) });
21
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M37.9391 16.9393L24 30.8784L10.0608 16.9393L7.93951 19.0607L24 35.1211L40.0604 19.0607L37.9391 16.9393Z", style: { fill: `var(--${type})` } }) });
22
22
  }
23
23
  );
24
24
  var IconArrowBack = /* @__PURE__ */ forwardRef(
@@ -34,16 +34,16 @@ var IconArrowForward = /* @__PURE__ */ forwardRef(
34
34
  ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
35
35
  const iconSize = iconSizeMap[size];
36
36
  if (fill) {
37
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M29.6172 24.0003L20.5 33.1175V14.8831L29.6172 24.0003Z", style: { fill: `var(--${type})` }, stroke: "#1E1E1F", "stroke-width": "3" }) });
37
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M17.9392 10.0607L31.8783 23.9998L17.9392 37.9389L20.0605 40.0602L36.121 23.9998L20.0605 7.93933L17.9392 10.0607Z", style: { fill: `var(--${type})` } }) });
38
38
  }
39
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M17.9395 14.4538L27.4854 23.9998L17.9395 33.5457L20.0608 35.667L31.728 23.9998L20.0608 12.3325L17.9395 14.4538Z", style: { fill: `var(--${type})` } }) });
39
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M17.9392 10.0607L31.8783 23.9998L17.9392 37.9389L20.0605 40.0602L36.121 23.9998L20.0605 7.93933L17.9392 10.0607Z", style: { fill: `var(--${type})` } }) });
40
40
  }
41
41
  );
42
42
  var IconDropUp = /* @__PURE__ */ forwardRef(
43
43
  ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
44
44
  const iconSize = iconSizeMap[size];
45
45
  if (fill) {
46
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M24.3537 16.7215L35.8851 28.2529C36.2001 28.5679 35.977 29.1065 35.5316 29.1065H12.4688C12.0233 29.1065 11.8002 28.5679 12.1152 28.2529L23.6466 16.7215C23.8419 16.5263 24.1585 16.5263 24.3537 16.7215Z", style: { fill: `var(--${type})` } }) });
46
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M14.4543 30.1672L24.0003 20.6213L33.5462 30.1672L35.6675 28.0459L24.0003 16.3787L12.333 28.0459L14.4543 30.1672Z", style: { fill: `var(--${type})` } }) });
47
47
  }
48
48
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M14.4543 30.1672L24.0003 20.6213L33.5462 30.1672L35.6675 28.0459L24.0003 16.3787L12.333 28.0459L14.4543 30.1672Z", style: { fill: `var(--${type})` } }) });
49
49
  }
@@ -52,7 +52,7 @@ var IconDropDown = /* @__PURE__ */ forwardRef(
52
52
  ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
53
53
  const iconSize = iconSizeMap[size];
54
54
  if (fill) {
55
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M24.3537 31.3849L35.8851 19.8536C36.2001 19.5386 35.977 19 35.5316 19H12.4688C12.0233 19 11.8002 19.5386 12.1152 19.8536L23.6466 31.3849C23.8419 31.5802 24.1585 31.5802 24.3537 31.3849Z", 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", { d: "M14.4543 17.9389L24.0003 27.4848L33.5462 17.9389L35.6675 20.0602L24.0003 31.7275L12.333 20.0602L14.4543 17.9389Z", style: { fill: `var(--${type})` } }) });
56
56
  }
57
57
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M14.4543 17.9389L24.0003 27.4848L33.5462 17.9389L35.6675 20.0602L24.0003 31.7275L12.333 20.0602L14.4543 17.9389Z", style: { fill: `var(--${type})` } }) });
58
58
  }
@@ -61,16 +61,16 @@ var IconArrowBackward = /* @__PURE__ */ forwardRef(
61
61
  ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
62
62
  const iconSize = iconSizeMap[size];
63
63
  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: "M16.8535 24.3534L28.3849 35.8848C28.6999 36.1998 29.2384 35.9767 29.2384 35.5313L29.2384 12.4685C29.2384 12.023 28.6999 11.8 28.3849 12.1149L16.8535 23.6463C16.6582 23.8416 16.6582 24.1582 16.8535 24.3534Z", 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: "M30.0607 10.0607L16.1215 23.9998L30.0607 37.9389L27.9393 40.0602L11.8789 23.9998L27.9393 7.93933L30.0607 10.0607Z", style: { fill: `var(--${type})` } }) });
65
65
  }
66
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M30.0606 14.454L20.5146 23.9999L30.0606 33.5458L27.9392 35.6672L16.272 23.9999L27.9392 12.3326L30.0606 14.454Z", 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: "M30.0607 10.0607L16.1215 23.9998L30.0607 37.9389L27.9393 40.0602L11.8789 23.9998L27.9393 7.93933L30.0607 10.0607Z", style: { fill: `var(--${type})` } }) });
67
67
  }
68
68
  );
69
69
  var IconArrowDropRight = /* @__PURE__ */ forwardRef(
70
70
  ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
71
71
  const iconSize = iconSizeMap[size];
72
72
  if (fill) {
73
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M29.6172 24.0003L20.5 33.1175V14.8831L29.6172 24.0003Z", style: { fill: `var(--${type})` }, stroke: "#1E1E1F", "stroke-width": "3" }) });
73
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M17.9395 14.4538L27.4854 23.9998L17.9395 33.5457L20.0608 35.667L31.728 23.9998L20.0608 12.3325L17.9395 14.4538Z", style: { fill: `var(--${type})` } }) });
74
74
  }
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: "M17.9395 14.4538L27.4854 23.9998L17.9395 33.5457L20.0608 35.667L31.728 23.9998L20.0608 12.3325L17.9395 14.4538Z", style: { fill: `var(--${type})` } }) });
76
76
  }
@@ -177,23 +177,6 @@ var IconShorten = /* @__PURE__ */ forwardRef(
177
177
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M38.5361 15.0605L30.8701 22.7266H44.4004V25.7266H31.1729L38.5361 33.0908L36.415 35.2119L25.2783 24.0752L36.415 12.9395L38.5361 15.0605ZM22.6719 24.0752L11.5361 35.2109L9.41504 33.0898L17.0801 25.4248H3.55078V22.4248H16.7793L9.41504 15.0605L11.5361 12.9385L22.6719 24.0752Z", style: { fill: `var(--${type})` } }) });
178
178
  }
179
179
  );
180
- var IconMore = /* @__PURE__ */ forwardRef(
181
- ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
182
- const iconSize = iconSizeMap[size];
183
- if (fill) {
184
- return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
185
- /* @__PURE__ */ jsx("path", { d: "M6 22C6 20.8954 6.89543 20 8 20H12C13.1046 20 14 20.8954 14 22V26C14 27.1046 13.1046 28 12 28H8C6.89543 28 6 27.1046 6 26V22Z", style: { fill: `var(--${type})` } }),
186
- /* @__PURE__ */ jsx("path", { d: "M20 22C20 20.8954 20.8954 20 22 20H26C27.1046 20 28 20.8954 28 22V26C28 27.1046 27.1046 28 26 28H22C20.8954 28 20 27.1046 20 26V22Z", style: { fill: `var(--${type})` } }),
187
- /* @__PURE__ */ jsx("path", { d: "M36 20C34.8954 20 34 20.8954 34 22V26C34 27.1046 34.8954 28 36 28H40C41.1046 28 42 27.1046 42 26V22C42 20.8954 41.1046 20 40 20H36Z", style: { fill: `var(--${type})` } })
188
- ] });
189
- }
190
- return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
191
- /* @__PURE__ */ jsx("path", { d: "M6 22C6 20.8954 6.89543 20 8 20H12C13.1046 20 14 20.8954 14 22V26C14 27.1046 13.1046 28 12 28H8C6.89543 28 6 27.1046 6 26V22Z", style: { fill: `var(--${type})` } }),
192
- /* @__PURE__ */ jsx("path", { d: "M20 22C20 20.8954 20.8954 20 22 20H26C27.1046 20 28 20.8954 28 22V26C28 27.1046 27.1046 28 26 28H22C20.8954 28 20 27.1046 20 26V22Z", style: { fill: `var(--${type})` } }),
193
- /* @__PURE__ */ jsx("path", { d: "M36 20C34.8954 20 34 20.8954 34 22V26C34 27.1046 34.8954 28 36 28H40C41.1046 28 42 27.1046 42 26V22C42 20.8954 41.1046 20 40 20H36Z", style: { fill: `var(--${type})` } })
194
- ] });
195
- }
196
- );
197
180
  var IconCheckMark = /* @__PURE__ */ forwardRef(
198
181
  ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
199
182
  const iconSize = iconSizeMap[size];
@@ -203,50 +186,21 @@ var IconCheckMark = /* @__PURE__ */ forwardRef(
203
186
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M9.41295 20.2918L20.3096 31.1884L38.5583 12.9397L40.6796 15.061L20.3096 35.4311L7.29163 22.4131L9.41295 20.2918Z", style: { fill: `var(--${type})` } }) });
204
187
  }
205
188
  );
206
- var IconCheckMarkFill = /* @__PURE__ */ forwardRef(
189
+ var IconExclamationmark = /* @__PURE__ */ forwardRef(
207
190
  ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
208
191
  const iconSize = iconSizeMap[size];
209
192
  if (fill) {
210
193
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
211
- /* @__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})` } }),
212
- /* @__PURE__ */ jsx("path", { d: "M15.691 22.2835L21.3106 27.9031L31.6127 17.6355L33.7305 19.7603L21.3078 32.143L13.5697 24.4048L15.691 22.2835Z", style: { fill: `var(--${fillType})` } })
194
+ /* @__PURE__ */ jsx("path", { d: "M23.9193 34.418C23.3743 34.418 22.8862 34.6135 22.5 35C22.1139 35.3865 21.9193 35.8742 21.9193 36.418C21.9193 36.9618 22.1139 37.4495 22.5 37.8359C22.8862 38.2225 23.3743 38.418 23.9193 38.418C24.4643 38.418 24.9524 38.2225 25.3386 37.8359C25.7247 37.4495 25.9193 36.9618 25.9193 36.418C25.9193 35.8742 25.7247 35.3865 25.3386 35C24.9524 34.6135 24.4643 34.418 23.9193 34.418Z", style: { fill: `var(--${type})` } }),
195
+ /* @__PURE__ */ jsx("path", { d: "M25.366 9.5L25.366 29.5H22.366L22.366 9.5L25.366 9.5Z", style: { fill: `var(--${type})` } })
213
196
  ] });
214
197
  }
215
- return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
216
- /* @__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})` } }),
217
- /* @__PURE__ */ jsx("path", { d: "M15.691 22.2835L21.3106 27.9031L31.6127 17.6355L33.7305 19.7603L21.3078 32.143L13.5697 24.4048L15.691 22.2835Z", style: { fill: `var(--${fillType})` } })
218
- ] });
219
- }
220
- );
221
- var IconExclamationmark = /* @__PURE__ */ forwardRef(
222
- ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
223
- const iconSize = iconSizeMap[size];
224
- if (fill) {
225
- 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 4C35.0457 4 44 12.9543 44 24C44 35.0457 35.0457 44 24 44C12.9543 44 4 35.0457 4 24C4 12.9543 12.9543 4 24 4ZM24 30C23.4551 30 22.9672 30.1956 22.5811 30.582C22.195 30.9685 22 31.4562 22 32C22 32.5438 22.195 33.0315 22.5811 33.418C22.9672 33.8044 23.4551 34 24 34C24.5449 34 25.0328 33.8044 25.4189 33.418C25.805 33.0315 26 32.5438 26 32C26 31.4562 25.805 30.9685 25.4189 30.582C25.0328 30.1956 24.5449 30 24 30ZM22.5 14V26H25.5V14H22.5Z", style: { fill: `var(--${type})` } }) });
226
- }
227
198
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
228
199
  /* @__PURE__ */ jsx("path", { d: "M23.9193 34.418C23.3743 34.418 22.8862 34.6135 22.5 35C22.1139 35.3865 21.9193 35.8742 21.9193 36.418C21.9193 36.9618 22.1139 37.4495 22.5 37.8359C22.8862 38.2225 23.3743 38.418 23.9193 38.418C24.4643 38.418 24.9524 38.2225 25.3386 37.8359C25.7247 37.4495 25.9193 36.9618 25.9193 36.418C25.9193 35.8742 25.7247 35.3865 25.3386 35C24.9524 34.6135 24.4643 34.418 23.9193 34.418Z", style: { fill: `var(--${type})` } }),
229
200
  /* @__PURE__ */ jsx("path", { d: "M25.366 9.5L25.366 29.5H22.366L22.366 9.5L25.366 9.5Z", style: { fill: `var(--${type})` } })
230
201
  ] });
231
202
  }
232
203
  );
233
- var IconExclamationmarkFill = /* @__PURE__ */ forwardRef(
234
- ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
235
- const iconSize = iconSizeMap[size];
236
- if (fill) {
237
- return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
238
- /* @__PURE__ */ jsx("circle", { cx: "24", cy: "24", r: "20", style: { fill: `var(--${type})` } }),
239
- /* @__PURE__ */ jsx("path", { d: "M23.9189 30C24.4639 30 24.9527 30.1955 25.3389 30.582C25.7249 30.9685 25.9189 31.4562 25.9189 32C25.9189 32.5438 25.7249 33.0315 25.3389 33.418C24.9527 33.8045 24.4639 34 23.9189 34C23.3741 33.9999 22.8861 33.8044 22.5 33.418C22.1139 33.0315 21.9189 32.5438 21.9189 32C21.9189 31.4562 22.1139 30.9685 22.5 30.582C22.8861 30.1956 23.3741 30.0001 23.9189 30Z", style: { fill: `var(--${fillType})` } }),
240
- /* @__PURE__ */ jsx("path", { d: "M25.5 26H22.5V14H25.5V26Z", style: { fill: `var(--${fillType})` } })
241
- ] });
242
- }
243
- return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
244
- /* @__PURE__ */ jsx("circle", { cx: "24", cy: "24", r: "20", style: { fill: `var(--${type})` } }),
245
- /* @__PURE__ */ jsx("path", { d: "M23.9189 30C24.4639 30 24.9527 30.1955 25.3389 30.582C25.7249 30.9685 25.9189 31.4562 25.9189 32C25.9189 32.5438 25.7249 33.0315 25.3389 33.418C24.9527 33.8045 24.4639 34 23.9189 34C23.3741 33.9999 22.8861 33.8044 22.5 33.418C22.1139 33.0315 21.9189 32.5438 21.9189 32C21.9189 31.4562 22.1139 30.9685 22.5 30.582C22.8861 30.1956 23.3741 30.0001 23.9189 30Z", style: { fill: `var(--${fillType})` } }),
246
- /* @__PURE__ */ jsx("path", { d: "M25.5 26H22.5V14H25.5V26Z", style: { fill: `var(--${fillType})` } })
247
- ] });
248
- }
249
- );
250
204
  var IconPlus = /* @__PURE__ */ forwardRef(
251
205
  ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
252
206
  const iconSize = iconSizeMap[size];
@@ -274,21 +228,6 @@ var IconClose = /* @__PURE__ */ forwardRef(
274
228
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M39.0625 11.0605L26.1201 24.002L39.0547 36.9365L36.9336 39.0576L23.999 26.123L11.0654 39.0576L8.94434 36.9365L21.8779 24.002L8.93652 11.0605L11.0586 8.93945L23.999 21.8809L36.9414 8.93945L39.0625 11.0605Z", style: { fill: `var(--${type})` } }) });
275
229
  }
276
230
  );
277
- var IconCloseFill = /* @__PURE__ */ forwardRef(
278
- ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
279
- const iconSize = iconSizeMap[size];
280
- if (fill) {
281
- return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
282
- /* @__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})` } }),
283
- /* @__PURE__ */ jsx("path", { d: "M33.0605 17.0615L26.1211 24L33.0566 30.9355L30.9346 33.0576L23.999 26.1221L17.0654 33.0566L14.9434 30.9355L21.8779 24L14.9395 17.0615L17.0605 14.9404L23.999 21.8789L30.9395 14.9395L33.0605 17.0615Z", style: { fill: `var(--${fillType})` } })
284
- ] });
285
- }
286
- return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
287
- /* @__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})` } }),
288
- /* @__PURE__ */ jsx("path", { d: "M33.0605 17.0615L26.1211 24L33.0566 30.9355L30.9346 33.0576L23.999 26.1221L17.0654 33.0566L14.9434 30.9355L21.8779 24L14.9395 17.0615L17.0605 14.9404L23.999 21.8789L30.9395 14.9395L33.0605 17.0615Z", style: { fill: `var(--${fillType})` } })
289
- ] });
290
- }
291
- );
292
231
  var IconDoubleArrowForward = /* @__PURE__ */ forwardRef(
293
232
  ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
294
233
  const iconSize = iconSizeMap[size];
@@ -501,9 +440,9 @@ var IconQuestionMessage = /* @__PURE__ */ forwardRef(
501
440
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M24.5 4C35.2696 4 44 12.7304 44 23.5C44 34.2696 35.2696 43 24.5 43C20.7502 43 17.0687 41.6841 14.0957 39.8496L6.81152 41.8008C6.43974 41.9004 6.0996 41.5603 6.19922 41.1885L8.10547 34.0752C6.03139 30.9767 5 27.5086 5 23.5C5 12.7304 13.7304 4 24.5 4ZM24.9873 29.6221C24.4753 29.6221 24.0302 29.8028 23.6729 30.1611C23.3156 30.5194 23.1358 30.9651 23.1357 31.4775C23.1357 31.9901 23.3155 32.4366 23.6729 32.7949C24.0302 33.1531 24.4754 33.333 24.9873 33.333C25.4992 33.333 25.9444 33.1532 26.3018 32.7949C26.6591 32.4366 26.8389 31.9901 26.8389 31.4775C26.8388 30.9651 26.659 30.5193 26.3018 30.1611C25.9444 29.8028 25.4992 29.6221 24.9873 29.6221ZM25.0674 14C23.7037 14 22.4868 14.343 21.4287 15.0361C20.3703 15.7295 19.6011 16.6864 19.124 17.8965L19 18.2109L21.7412 19.248L21.8613 18.9414C22.1335 18.2468 22.536 17.7215 23.0625 17.3496C23.5858 16.98 24.2091 16.79 24.9473 16.79C25.7896 16.7901 26.4378 17.018 26.9238 17.4473C27.4084 17.8754 27.6504 18.4176 27.6504 19.1006C27.6503 19.618 27.4988 20.1085 27.1865 20.5781C26.8632 21.0644 26.3817 21.5822 25.7314 22.1299L25.7275 22.1328C24.9094 22.8438 24.288 23.56 23.8779 24.2832C23.4537 25.0313 23.2559 25.9957 23.2559 27.1514V27.4854H26.2793V27.1514C26.2793 26.4847 26.3621 25.8831 26.5244 25.3447C26.6677 24.87 27.1409 24.2626 28.0361 23.5234L28.0381 23.5215C28.8837 22.8104 29.5038 22.0964 29.877 21.377C30.2493 20.659 30.4335 19.8713 30.4336 19.0205C30.4336 17.5256 29.9449 16.2971 28.9492 15.3711C27.9564 14.4478 26.6508 14.0001 25.0674 14Z", style: { fill: `var(--${type})` } }) });
502
441
  }
503
442
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
504
- /* @__PURE__ */ jsx("path", { d: "M24.9873 29.6221C25.4992 29.6221 25.9444 29.8028 26.3018 30.1611C26.659 30.5193 26.8388 30.9651 26.8389 31.4775C26.8389 31.9901 26.6591 32.4366 26.3018 32.7949C25.9444 33.1532 25.4992 33.333 24.9873 33.333C24.4754 33.333 24.0302 33.1531 23.6729 32.7949C23.3155 32.4366 23.1357 31.9901 23.1357 31.4775C23.1358 30.9651 23.3156 30.5194 23.6729 30.1611C24.0302 29.8028 24.4753 29.6221 24.9873 29.6221Z", style: { fill: `var(--${type})` } }),
505
- /* @__PURE__ */ jsx("path", { d: "M25.0674 14C26.6508 14.0001 27.9564 14.4478 28.9492 15.3711C29.9449 16.2971 30.4336 17.5256 30.4336 19.0205C30.4335 19.8713 30.2493 20.659 29.877 21.377C29.5038 22.0964 28.8837 22.8104 28.0381 23.5215L28.0361 23.5234C27.1409 24.2626 26.6677 24.87 26.5244 25.3447C26.3621 25.8831 26.2793 26.4847 26.2793 27.1514V27.4854H23.2559V27.1514C23.2559 25.9957 23.4537 25.0313 23.8779 24.2832C24.288 23.56 24.9094 22.8438 25.7275 22.1328L25.7314 22.1299C26.3817 21.5822 26.8632 21.0644 27.1865 20.5781C27.4988 20.1085 27.6503 19.618 27.6504 19.1006C27.6504 18.4176 27.4084 17.8754 26.9238 17.4473C26.4378 17.018 25.7896 16.7901 24.9473 16.79C24.2091 16.79 23.5858 16.98 23.0625 17.3496C22.536 17.7215 22.1335 18.2468 21.8613 18.9414L21.7412 19.248L19 18.2109L19.124 17.8965C19.6011 16.6864 20.3703 15.7295 21.4287 15.0361C22.4868 14.343 23.7037 14 25.0674 14Z", style: { fill: `var(--${type})` } }),
506
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.5 4C35.2696 4 44 12.7304 44 23.5C44 34.2696 35.2696 43 24.5 43C20.7502 43 17.0687 41.6841 14.0957 39.8496L6.81152 41.8008L6.74219 41.8145C6.39887 41.8577 6.10583 41.537 6.19922 41.1885L8.10547 34.0752C6.03139 30.9767 5 27.5086 5 23.5C5 12.7304 13.7304 4 24.5 4ZM24.5 7C15.3873 7 8 14.3873 8 23.5C8 26.9507 8.87364 29.8317 10.5977 32.4072L11.3555 33.5381L10.2168 37.7822L14.5693 36.6162L15.6709 37.2959C18.2848 38.9088 21.427 40 24.5 40C33.6127 40 41 32.6127 41 23.5C41 14.3873 33.6127 7 24.5 7Z", style: { fill: `var(--${type})` } })
443
+ /* @__PURE__ */ jsx("path", { d: "M24.9873 29.4727C25.5378 29.4727 26.0219 29.6673 26.4082 30.0547C26.7943 30.4419 26.9882 30.9268 26.9883 31.4775C26.9882 32.0282 26.7942 32.5132 26.4082 32.9004C26.0219 33.2876 25.5377 33.4834 24.9873 33.4834C24.4368 33.4834 23.9527 33.2876 23.5664 32.9004C23.1803 32.5132 22.9855 32.0283 22.9854 31.4775C22.9854 30.9268 23.1803 30.4419 23.5664 30.0547C23.9527 29.6674 24.4368 29.4727 24.9873 29.4727Z", style: { fill: `var(--${type})` } }),
444
+ /* @__PURE__ */ jsx("path", { d: "M25.0674 13.8496C26.6804 13.8497 28.0255 14.3073 29.0518 15.2617C30.0816 16.2198 30.584 17.4901 30.584 19.0205C30.5838 19.8934 30.3947 20.7049 30.0107 21.4453C29.6255 22.188 28.9893 22.9171 28.1348 23.6357L28.1318 23.6387C27.2413 24.3741 26.7976 24.9587 26.668 25.3887C26.5106 25.9108 26.4297 26.4975 26.4297 27.1514V27.6348H23.1055V27.1514C23.1055 25.9805 23.3068 24.9873 23.748 24.209C24.1689 23.467 24.8024 22.7378 25.6289 22.0195L25.6328 22.0166L25.6348 22.0146C26.2778 21.473 26.7485 20.9658 27.0615 20.4951C27.3584 20.0486 27.4998 19.5863 27.5 19.1006C27.5 18.4589 27.2751 17.958 26.8242 17.5596C26.3712 17.1595 25.7611 16.9395 24.9473 16.9395C24.2363 16.9395 23.6436 17.1219 23.1484 17.4717C22.6488 17.8247 22.2637 18.3256 22.001 18.9961L21.8809 19.3027L21.8271 19.4404L21.6885 19.3887L18.9473 18.3506L18.8047 18.2969L18.8604 18.1553L18.9844 17.8408C19.4724 16.6032 20.2616 15.621 21.3467 14.9102C22.4314 14.1997 23.6775 13.8496 25.0674 13.8496Z", style: { fill: `var(--${type})` } }),
445
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.5 4C35.2696 4 44 12.7314 44 23.501L43.9932 24.0039C43.7261 34.5408 35.1012 43.001 24.5 43.001L24.1484 42.9971C20.5207 42.9181 16.9757 41.6276 14.0957 39.8506L6.81152 41.8018L6.74219 41.8154C6.39905 41.8587 6.10622 41.5378 6.19922 41.1895L8.10547 34.0762C6.16107 31.1714 5.13261 27.9414 5.01172 24.2461L5 23.501C5 12.7314 13.7304 4 24.5 4ZM24.5 7.00098C15.3873 7.00098 8 14.3883 8 23.501C8.00008 26.9515 8.87372 29.8328 10.5977 32.4082L11.3555 33.5391L10.2168 37.7832L14.5693 36.6172L15.6709 37.2969C18.2847 38.9097 21.4271 40.001 24.5 40.001C33.6125 40.001 40.9997 32.6135 41 23.501C41 14.3883 33.6127 7.00098 24.5 7.00098Z", style: { fill: `var(--${type})` } })
507
446
  ] });
508
447
  }
509
448
  );
@@ -530,9 +469,9 @@ var IconBalance = /* @__PURE__ */ forwardRef(
530
469
  const iconSize = iconSizeMap[size];
531
470
  if (fill) {
532
471
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
533
- /* @__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})` } }),
534
- /* @__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})` } }),
535
- /* @__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})` } })
472
+ /* @__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})` } }),
473
+ /* @__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})` } }),
474
+ /* @__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})` } })
536
475
  ] });
537
476
  }
538
477
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -563,7 +502,10 @@ var IconChartLineUptrend = /* @__PURE__ */ forwardRef(
563
502
  ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
564
503
  const iconSize = iconSizeMap[size];
565
504
  if (fill) {
566
- 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: "M42 42H6V6H42V42ZM28.332 24.8994L19.7197 18.3662L10.4404 30.5605L12.8271 32.377L20.292 22.5664L28.9053 29.1006L37.8271 17.377L35.4404 15.5605L28.332 24.8994Z", style: { fill: `var(--${type})` } }) });
505
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
506
+ /* @__PURE__ */ jsx("path", { d: "M9 39H42V42H6V6H9V39Z", style: { fill: `var(--${type})` } }),
507
+ /* @__PURE__ */ jsx("path", { d: "M40.1934 14.9082L31.2715 26.6318L22.6592 20.0977L15.1934 29.9082L12.8066 28.0918L22.0859 15.8975L30.6982 22.4307L37.8066 13.0918L40.1934 14.9082Z", style: { fill: `var(--${type})` } })
508
+ ] });
567
509
  }
568
510
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
569
511
  /* @__PURE__ */ jsx("path", { d: "M9 39H42V42H6V6H9V39Z", style: { fill: `var(--${type})` } }),
@@ -754,7 +696,10 @@ var IconNewThread = /* @__PURE__ */ forwardRef(
754
696
  ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
755
697
  const iconSize = iconSizeMap[size];
756
698
  if (fill) {
757
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M42.5 6C42.776 6.00026 43 6.22405 43 6.5L42.9727 34.8018C42.9724 35.0776 42.7485 35.3016 42.4727 35.3018H12.9854L5.87109 42.1836C5.55443 42.4899 5.02504 42.2668 5.02344 41.8262L5 35.2559L5.02734 6.5C5.02761 6.22414 5.25153 6.00016 5.52734 6H42.5ZM22.5996 13V18.5996H17V21.4004H22.5996V27H25.4004V21.4004H31V18.5996H25.4004V13H22.5996Z", style: { fill: `var(--${type})` } }) });
699
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
700
+ /* @__PURE__ */ jsx("path", { d: "M25.4004 18.5996H31V21.4004H25.4004V27H22.5996V21.4004H17V18.5996H22.5996V13H25.4004V18.5996Z", style: { fill: `var(--${type})` } }),
701
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M42.5 6C42.776 6.00026 43 6.22405 43 6.5L42.9727 34.8018L42.9619 34.9023C42.9219 35.0975 42.7684 35.251 42.5732 35.291L42.4727 35.3018H12.9854L5.87109 42.1836C5.55443 42.4899 5.02504 42.2668 5.02344 41.8262L5 35.2559L5.02734 6.5C5.02761 6.22414 5.25153 6.00016 5.52734 6H42.5ZM8 35.2588L8.00195 35.9473L11.7715 32.3018H39.9746L39.998 9H8.02539L8 35.2588Z", style: { fill: `var(--${type})` } })
702
+ ] });
758
703
  }
759
704
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
760
705
  /* @__PURE__ */ jsx("path", { d: "M25.4004 18.5996H31V21.4004H25.4004V27H22.5996V21.4004H17V18.5996H22.5996V13H25.4004V18.5996Z", style: { fill: `var(--${type})` } }),
@@ -768,7 +713,10 @@ var IconSummarize = /* @__PURE__ */ forwardRef(
768
713
  if (fill) {
769
714
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
770
715
  /* @__PURE__ */ jsx("path", { d: "M38.7861 29.5791C38.9078 29.4273 39.152 29.539 39.1172 29.7305L38.125 35.1875H42.6182C42.7739 35.1875 42.8617 35.366 42.7666 35.4893L35.2109 45.2783C35.0915 45.433 34.8439 45.3245 34.877 45.1318L35.875 39.3125H31.3896C31.2327 39.3121 31.146 39.1305 31.2441 39.0078L38.7861 29.5791Z", style: { fill: `var(--${type})` } }),
771
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M41.5 6C41.7761 6 42 6.22386 42 6.5V28.0117C40.636 27.3637 39.1106 27 37.5 27C34.3908 27 31.5984 28.3525 29.6758 30.5H13.5V33.5H27.791C27.2825 34.7331 27 36.0834 27 37.5C27 39.1106 27.3637 40.636 28.0117 42H6.5C6.22386 42 6 41.7761 6 41.5V6.5C6 6.22386 6.22386 6 6.5 6H41.5ZM13.5 25.5H34.5V22.5H13.5V25.5ZM13.5 17.5H34.5V14.5H13.5V17.5Z", style: { fill: `var(--${type})` } })
716
+ /* @__PURE__ */ jsx("path", { d: "M41.5 6C41.7761 6 42 6.22386 42 6.5V27H39V9H9V39H27V42H6.5C6.22386 42 6 41.7761 6 41.5V6.5C6 6.22386 6.22386 6 6.5 6H41.5Z", style: { fill: `var(--${type})` } }),
717
+ /* @__PURE__ */ jsx("path", { d: "M27 33.5H14.5V30.5H27V33.5Z", style: { fill: `var(--${type})` } }),
718
+ /* @__PURE__ */ jsx("path", { d: "M33.5 25.5H14.5V22.5H33.5V25.5Z", style: { fill: `var(--${type})` } }),
719
+ /* @__PURE__ */ jsx("path", { d: "M33.5 17.5H14.5V14.5H33.5V17.5Z", style: { fill: `var(--${type})` } })
772
720
  ] });
773
721
  }
774
722
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -990,8 +938,8 @@ var IconLight = /* @__PURE__ */ forwardRef(
990
938
  const iconSize = iconSizeMap[size];
991
939
  if (fill) {
992
940
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
993
- /* @__PURE__ */ jsx("path", { d: "M23.5465 5.4707C23.7261 5.08637 24.273 5.08654 24.4527 5.4707L30.1275 17.6309C30.1772 17.7373 30.2633 17.8224 30.3697 17.8721L42.5289 23.5469C42.9136 23.7264 42.9136 24.2736 42.5289 24.4531L30.3697 30.1279C30.2633 30.1776 30.1772 30.2637 30.1275 30.3701L24.4527 42.5293C24.2732 42.914 23.726 42.914 23.5465 42.5293L17.8717 30.3701C17.822 30.2637 17.7369 30.1776 17.6305 30.1279L5.47031 24.4531C5.08615 24.2734 5.08598 23.7265 5.47031 23.5469L17.6305 17.8721C17.7367 17.8224 17.822 17.7371 17.8717 17.6309L23.5465 5.4707Z", style: { fill: `var(--${type})` } }),
994
- /* @__PURE__ */ jsx("path", { d: "M39.9088 9.09082L43.9996 11L39.9088 12.9092L37.9996 17L36.0904 12.9092L31.9996 11L36.0904 9.09082L37.9996 5L39.9088 9.09082Z", style: { fill: `var(--${type})` } })
941
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23.5466 5.4707C23.7262 5.08642 24.2731 5.08658 24.4529 5.4707L30.1277 17.6309C30.1773 17.7369 30.2629 17.8224 30.3689 17.8721L42.5291 23.5469C42.9137 23.7265 42.9137 24.2735 42.5291 24.4531L30.3689 30.1279C30.2629 30.1775 30.1773 30.2631 30.1277 30.3691L24.4529 42.5293L24.4148 42.5967C24.22 42.8912 23.7795 42.8912 23.5847 42.5967L23.5466 42.5293L17.8718 30.3691C17.8346 30.2897 17.7768 30.2217 17.7058 30.1719L17.6306 30.1279L5.47046 24.4531C5.08628 24.2734 5.08609 23.7264 5.47046 23.5469L6.0105 23.2939L17.6306 17.8721C17.7102 17.8348 17.778 17.7772 17.8279 17.7061L17.8718 17.6309L23.5466 5.4707ZM20.5906 18.8994C20.2429 19.6443 19.644 20.2432 18.8992 20.5908L11.5935 24L18.8992 27.4092C19.5506 27.7132 20.0903 28.2102 20.448 28.8281L20.5906 29.1006L23.9998 36.4053L27.4089 29.1006C27.7566 28.3559 28.3556 27.7568 29.1003 27.4092L36.405 24L29.1003 20.5908C28.3557 20.2431 27.7565 19.6441 27.4089 18.8994L23.9998 11.5938L20.5906 18.8994Z", style: { fill: `var(--${type})` } }),
942
+ /* @__PURE__ */ jsx("path", { d: "M39.9089 9.09082L43.9998 11L39.9089 12.9092L37.9998 17L36.0906 12.9092L31.9998 11L36.0906 9.09082L37.9998 5L39.9089 9.09082Z", style: { fill: `var(--${type})` } })
995
943
  ] });
996
944
  }
997
945
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1055,23 +1003,6 @@ var IconDocumentWarning = /* @__PURE__ */ forwardRef(
1055
1003
  ] });
1056
1004
  }
1057
1005
  );
1058
- var IconPersonFill = /* @__PURE__ */ forwardRef(
1059
- ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1060
- const iconSize = iconSizeMap[size];
1061
- if (fill) {
1062
- return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
1063
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 4C32.7081 4 40.1167 9.56515 42.8623 17.333C43.5993 19.4182 44 21.6624 44 24C44 29.7141 41.6033 34.8681 37.7607 38.5127C36.5434 32.0562 30.804 27.167 24 27.167C17.1959 27.167 11.4556 32.0561 10.2383 38.5127C6.39607 34.8681 4 29.7139 4 24C4 21.6624 4.40069 19.4182 5.1377 17.333C7.88332 9.56515 15.2919 4 24 4ZM24 12.2334C20.5636 12.2334 17.7783 15.0196 17.7783 18.4561C17.7786 21.8923 20.5637 24.6777 24 24.6777C27.4363 24.6777 30.2224 21.8923 30.2227 18.4561C30.2227 15.0196 27.4364 12.2334 24 12.2334Z", style: { fill: `var(--${type})` } }),
1064
- /* @__PURE__ */ jsx("path", { d: "M24 27.167C30.8039 27.167 36.5432 32.0555 37.7607 38.5117C34.1754 41.9126 29.3318 44 24 44C18.6679 44 13.8237 41.9129 10.2383 38.5117C11.4557 32.0554 17.196 27.167 24 27.167Z", style: { fill: `var(--${fillType})` } }),
1065
- /* @__PURE__ */ jsx("path", { d: "M24 12.2334C27.4363 12.2334 30.2224 15.0189 30.2227 18.4551C30.2227 21.8915 27.4364 24.6777 24 24.6777C20.5636 24.6777 17.7773 21.8915 17.7773 18.4551C17.7776 15.0189 20.5637 12.2334 24 12.2334Z", style: { fill: `var(--${fillType})` } })
1066
- ] });
1067
- }
1068
- return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
1069
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 4C32.7081 4 40.1167 9.56515 42.8623 17.333C43.5993 19.4182 44 21.6624 44 24C44 29.7141 41.6033 34.8681 37.7607 38.5127C36.5434 32.0562 30.804 27.167 24 27.167C17.1959 27.167 11.4556 32.0561 10.2383 38.5127C6.39607 34.8681 4 29.7139 4 24C4 21.6624 4.40069 19.4182 5.1377 17.333C7.88332 9.56515 15.2919 4 24 4ZM24 12.2334C20.5636 12.2334 17.7783 15.0196 17.7783 18.4561C17.7786 21.8923 20.5637 24.6777 24 24.6777C27.4363 24.6777 30.2224 21.8923 30.2227 18.4561C30.2227 15.0196 27.4364 12.2334 24 12.2334Z", style: { fill: `var(--${type})` } }),
1070
- /* @__PURE__ */ jsx("path", { d: "M24 27.167C30.8039 27.167 36.5432 32.0555 37.7607 38.5117C34.1754 41.9126 29.3318 44 24 44C18.6679 44 13.8237 41.9129 10.2383 38.5117C11.4557 32.0554 17.196 27.167 24 27.167Z", style: { fill: `var(--${fillType})` } }),
1071
- /* @__PURE__ */ jsx("path", { d: "M24 12.2334C27.4363 12.2334 30.2224 15.0189 30.2227 18.4551C30.2227 21.8915 27.4364 24.6777 24 24.6777C20.5636 24.6777 17.7773 21.8915 17.7773 18.4551C17.7776 15.0189 20.5637 12.2334 24 12.2334Z", style: { fill: `var(--${fillType})` } })
1072
- ] });
1073
- }
1074
- );
1075
1006
  var IconStep = /* @__PURE__ */ forwardRef(
1076
1007
  ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1077
1008
  const iconSize = iconSizeMap[size];
@@ -1097,7 +1028,11 @@ var IconDescription = /* @__PURE__ */ forwardRef(
1097
1028
  ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1098
1029
  const iconSize = iconSizeMap[size];
1099
1030
  if (fill) {
1100
- 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: "M26.7988 4C26.928 4.00006 27.0524 4.05014 27.1455 4.13965L39.8467 16.3525C39.9447 16.4468 40 16.5769 40 16.7129V43.5C40 43.7761 39.7761 44 39.5 44H8.5C8.22386 44 8 43.7761 8 43.5V4.5C8 4.22386 8.22386 4 8.5 4H26.7988ZM16 34H32V31H16V34ZM16 26.5H32V23.5H16V26.5ZM26 17H37L26 7V17Z", style: { fill: `var(--${type})` } }) });
1031
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
1032
+ /* @__PURE__ */ jsx("path", { d: "M32 34H16V31H32V34Z", style: { fill: `var(--${type})` } }),
1033
+ /* @__PURE__ */ jsx("path", { d: "M32 26.5H16V23.5H32V26.5Z", style: { fill: `var(--${type})` } }),
1034
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M26.7988 4C26.928 4.00006 27.0524 4.05014 27.1455 4.13965L39.8467 16.3525C39.9447 16.4468 40 16.5769 40 16.7129V43.5C40 43.7761 39.7761 44 39.5 44H8.5C8.22386 44 8 43.7761 8 43.5V4.5C8 4.22386 8.22386 4 8.5 4H26.7988ZM11 41H37V19.3926H24.6074V7H11V41ZM27.3926 16.6074H35.7842L27.3926 8.53809V16.6074Z", style: { fill: `var(--${type})` } })
1035
+ ] });
1101
1036
  }
1102
1037
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
1103
1038
  /* @__PURE__ */ jsx("path", { d: "M32 34H16V31H32V34Z", style: { fill: `var(--${type})` } }),
@@ -1310,9 +1245,8 @@ var IconEssay = /* @__PURE__ */ forwardRef(
1310
1245
  const iconSize = iconSizeMap[size];
1311
1246
  if (fill) {
1312
1247
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
1313
- /* @__PURE__ */ jsx("path", { d: "M42 41.9999H6V38.9999H42V41.9999Z", style: { fill: `var(--${type})` } }),
1314
- /* @__PURE__ */ jsx("path", { d: "M34.4385 17.9921L16.7871 35.8813C16.711 35.9571 16.6074 36.0005 16.5 36.0005H10.3066C10.0828 36.0003 9.90068 35.8181 9.90039 35.5942V29.4634C9.9004 29.3559 9.94363 29.2524 10.0195 29.1763L27.71 11.2635L34.4385 17.9921Z", style: { fill: `var(--${type})` } }),
1315
- /* @__PURE__ */ jsx("path", { d: "M33.9873 4.98913C34.1457 4.83109 34.4021 4.83111 34.5605 4.98913L40.7129 11.1415C40.871 11.2999 40.871 11.5562 40.7129 11.7147L36.4902 15.9383L29.7627 9.21081L33.9873 4.98913Z", style: { fill: `var(--${type})` } })
1248
+ /* @__PURE__ */ jsx("path", { d: "M42 41.9997H6V38.9997H42V41.9997Z", style: { fill: `var(--${type})` } }),
1249
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M33.9873 4.98993C34.1458 4.83144 34.403 4.83152 34.5615 4.98993L40.7129 11.1413L40.7646 11.2057C40.8536 11.3407 40.8536 11.5161 40.7646 11.6511L40.7129 11.7155L16.2354 36.194L16.1729 36.2448C16.1288 36.2741 16.0792 36.294 16.0273 36.3044L15.9482 36.3132L9.75586 36.3239C9.53145 36.3243 9.34881 36.1429 9.34863 35.9186L9.35645 29.7878C9.35669 29.6806 9.39988 29.5775 9.47559 29.5016L33.9873 4.98993ZM12.2588 30.8229L12.2539 33.4167L14.9121 33.4118L32.3584 15.9645L29.7373 13.3434L12.2588 30.8229ZM31.79 11.2907L34.4111 13.9118L36.8955 11.4294L34.2734 8.80731L31.79 11.2907Z", style: { fill: `var(--${type})` } })
1316
1250
  ] });
1317
1251
  }
1318
1252
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1463,57 +1397,6 @@ var IconInfo = /* @__PURE__ */ forwardRef(
1463
1397
  ] });
1464
1398
  }
1465
1399
  );
1466
- var IconApple = /* @__PURE__ */ forwardRef(
1467
- ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1468
- const iconSize = iconSizeMap[size];
1469
- if (fill) {
1470
- return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
1471
- /* @__PURE__ */ jsx("path", { d: "M29.5314 7.89979C30.7298 6.37985 31.6439 4.19991 31.3189 2C29.3486 2.13999 27.0534 3.37993 25.6925 4.97986C24.4738 6.43981 23.4785 8.61973 23.8644 10.7396C26.0175 10.8196 28.2518 9.53973 29.5314 7.89979Z", style: { fill: `var(--${type})` } }),
1472
- /* @__PURE__ */ jsx("path", { d: "M40.5 31.5796C39.586 33.5996 39.1391 34.5195 37.9407 36.3194C36.2751 38.8393 33.9189 41.9592 30.9737 41.9992C29.8084 42.0186 29.0464 41.6788 28.2209 41.3107C28.1974 41.3002 28.1739 41.2897 28.1504 41.2793C28.1147 41.2635 28.079 41.2477 28.0431 41.2318C27.0784 40.8041 26.0312 40.34 24.2099 40.3593C22.3301 40.3593 21.2549 40.8346 20.2637 41.2728L20.2491 41.2793C20.226 41.2893 20.203 41.2993 20.18 41.3093C19.3335 41.678 18.5513 42.0187 17.3648 41.9992C14.4602 41.9592 12.2259 39.1393 10.5603 36.6194C5.90887 29.5797 5.40107 21.34 8.28536 16.9402C10.3369 13.8203 13.5664 12.0004 16.5929 12.0004C18.2179 12.0004 19.5178 12.4604 20.7569 12.9004L20.7679 12.9043C21.9013 13.3028 22.9748 13.6803 24.1896 13.6803C25.327 13.6803 26.2411 13.3404 27.2566 12.9604C28.455 12.5004 29.7956 12.0004 31.7456 12.0004C34.4471 12.0004 37.311 13.4603 39.3422 15.9802C32.6799 19.6001 33.7565 29.0597 40.5 31.5796Z", style: { fill: `var(--${type})` } })
1473
- ] });
1474
- }
1475
- return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
1476
- /* @__PURE__ */ jsx("path", { d: "M29.5314 7.89979C30.7298 6.37985 31.6439 4.19991 31.3189 2C29.3486 2.13999 27.0534 3.37993 25.6925 4.97986C24.4738 6.43981 23.4785 8.61973 23.8644 10.7396C26.0175 10.8196 28.2518 9.53973 29.5314 7.89979Z", style: { fill: `var(--${type})` } }),
1477
- /* @__PURE__ */ jsx("path", { d: "M40.5 31.5796C39.586 33.5996 39.1391 34.5195 37.9407 36.3194C36.2751 38.8393 33.9189 41.9592 30.9737 41.9992C29.8084 42.0186 29.0464 41.6788 28.2209 41.3107C28.1974 41.3002 28.1739 41.2897 28.1504 41.2793C28.1147 41.2635 28.079 41.2477 28.0431 41.2318C27.0784 40.8041 26.0312 40.34 24.2099 40.3593C22.3301 40.3593 21.2549 40.8346 20.2637 41.2728L20.2491 41.2793C20.226 41.2893 20.203 41.2993 20.18 41.3093C19.3335 41.678 18.5513 42.0187 17.3648 41.9992C14.4602 41.9592 12.2259 39.1393 10.5603 36.6194C5.90887 29.5797 5.40107 21.34 8.28536 16.9402C10.3369 13.8203 13.5664 12.0004 16.5929 12.0004C18.2179 12.0004 19.5178 12.4604 20.7569 12.9004L20.7679 12.9043C21.9013 13.3028 22.9748 13.6803 24.1896 13.6803C25.327 13.6803 26.2411 13.3404 27.2566 12.9604C28.455 12.5004 29.7956 12.0004 31.7456 12.0004C34.4471 12.0004 37.311 13.4603 39.3422 15.9802C32.6799 19.6001 33.7565 29.0597 40.5 31.5796Z", style: { fill: `var(--${type})` } })
1478
- ] });
1479
- }
1480
- );
1481
- var IconAndroid = /* @__PURE__ */ forwardRef(
1482
- ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1483
- const iconSize = iconSizeMap[size];
1484
- if (fill) {
1485
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M34.6909 19.1623L38.2036 13.1161C38.5091 12.5267 38.28 11.8042 37.7073 11.5C37.1536 11.2148 36.4664 11.3859 36.1227 11.9183L32.5336 18.0786C27.0736 15.778 20.9264 15.778 15.4664 18.0786L11.8773 11.9183C11.5145 11.3669 10.77 11.1958 10.2164 11.538C9.68182 11.8803 9.51 12.5647 9.79636 13.1161L13.3091 19.1623C7.70642 22.3483 3.95158 27.9539 3.11362 34.2854C3.03709 34.8636 3.49877 35.3616 4.08209 35.3616H43.9179C44.5012 35.3616 44.9629 34.8636 44.8864 34.2854C44.0484 27.9539 40.2936 22.3483 34.6909 19.1623ZM14.4545 30.133C13.1373 30.133 12.0682 29.0682 12.0682 27.7563C12.0682 26.4444 13.1373 25.3797 14.4545 25.3797C15.7718 25.3797 16.8409 26.4444 16.8409 27.7563C16.8409 29.0682 15.7718 30.133 14.4545 30.133ZM33.5455 30.133C32.2282 30.133 31.1591 29.0682 31.1591 27.7563C31.1591 26.4444 32.2282 25.3797 33.5455 25.3797C34.8627 25.3797 35.9318 26.4444 35.9318 27.7563C35.9318 29.0682 34.8627 30.133 33.5455 30.133Z", style: { fill: `var(--${type})` } }) });
1486
- }
1487
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M34.6909 19.1623L38.2036 13.1161C38.5091 12.5267 38.28 11.8042 37.7073 11.5C37.1536 11.2148 36.4664 11.3859 36.1227 11.9183L32.5336 18.0786C27.0736 15.778 20.9264 15.778 15.4664 18.0786L11.8773 11.9183C11.5145 11.3669 10.77 11.1958 10.2164 11.538C9.68182 11.8803 9.51 12.5647 9.79636 13.1161L13.3091 19.1623C7.70642 22.3483 3.95158 27.9539 3.11362 34.2854C3.03709 34.8636 3.49877 35.3616 4.08209 35.3616H43.9179C44.5012 35.3616 44.9629 34.8636 44.8864 34.2854C44.0484 27.9539 40.2936 22.3483 34.6909 19.1623ZM14.4545 30.133C13.1373 30.133 12.0682 29.0682 12.0682 27.7563C12.0682 26.4444 13.1373 25.3797 14.4545 25.3797C15.7718 25.3797 16.8409 26.4444 16.8409 27.7563C16.8409 29.0682 15.7718 30.133 14.4545 30.133ZM33.5455 30.133C32.2282 30.133 31.1591 29.0682 31.1591 27.7563C31.1591 26.4444 32.2282 25.3797 33.5455 25.3797C34.8627 25.3797 35.9318 26.4444 35.9318 27.7563C35.9318 29.0682 34.8627 30.133 33.5455 30.133Z", style: { fill: `var(--${type})` } }) });
1488
- }
1489
- );
1490
- var IconTwitter = /* @__PURE__ */ forwardRef(
1491
- ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1492
- const iconSize = iconSizeMap[size];
1493
- if (fill) {
1494
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M6.0878 6.5L19.9884 25.807L6 41.5H9.15L21.3933 27.7565L31.2878 41.5H42L27.3201 21.1099L40.3372 6.5H37.1927L25.9152 19.1547L16.8055 6.5H6.0878ZM10.7195 8.90554H15.6421L37.3738 39.0888H32.4512L10.7195 8.90554Z", style: { fill: `var(--${type})` } }) });
1495
- }
1496
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M6.0878 6.5L19.9884 25.807L6 41.5H9.15L21.3933 27.7565L31.2878 41.5H42L27.3201 21.1099L40.3372 6.5H37.1927L25.9152 19.1547L16.8055 6.5H6.0878ZM10.7195 8.90554H15.6421L37.3738 39.0888H32.4512L10.7195 8.90554Z", style: { fill: `var(--${type})` } }) });
1497
- }
1498
- );
1499
- var IconFacebook = /* @__PURE__ */ forwardRef(
1500
- ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1501
- const iconSize = iconSizeMap[size];
1502
- if (fill) {
1503
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M43 24C43 13.55 34.45 5 24 5C13.55 5 5 13.55 5 24C5 33.5 11.8875 41.3375 20.9125 42.7625V29.4625H16.1625V24H20.9125V19.725C20.9125 14.975 23.7625 12.3625 28.0375 12.3625C30.175 12.3625 32.3125 12.8375 32.3125 12.8375V17.5875H29.9375C27.5625 17.5875 26.85 19.0125 26.85 20.4375V24H32.075L31.125 29.4625H26.6125V43C36.1125 41.575 43 33.5 43 24Z", style: { fill: `var(--${type})` } }) });
1504
- }
1505
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M43 24C43 13.55 34.45 5 24 5C13.55 5 5 13.55 5 24C5 33.5 11.8875 41.3375 20.9125 42.7625V29.4625H16.1625V24H20.9125V19.725C20.9125 14.975 23.7625 12.3625 28.0375 12.3625C30.175 12.3625 32.3125 12.8375 32.3125 12.8375V17.5875H29.9375C27.5625 17.5875 26.85 19.0125 26.85 20.4375V24H32.075L31.125 29.4625H26.6125V43C36.1125 41.575 43 33.5 43 24Z", style: { fill: `var(--${type})` } }) });
1506
- }
1507
- );
1508
- var IconGoogle = /* @__PURE__ */ forwardRef(
1509
- ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1510
- const iconSize = iconSizeMap[size];
1511
- if (fill) {
1512
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M23.998 5C29.1194 5.00005 33.4204 6.88328 36.7109 9.94922L31.2607 15.3984C29.2917 13.5159 26.7875 12.5567 23.998 12.5566C19.0524 12.5566 14.8657 15.8951 13.3691 20.3818V20.3906C12.9891 21.5307 12.7725 22.7487 12.7725 24.001C12.7725 25.2533 12.9891 26.4713 13.3691 27.6113L13.3672 27.6123C14.8622 32.1018 19.0504 35.4424 23.998 35.4424C26.5543 35.4423 28.7303 34.7688 30.4316 33.6289L30.4336 33.6309C32.4459 32.2836 33.7851 30.2715 34.2256 27.8965H24V20.5469H41.8945C42.1191 21.7905 42.2402 23.0863 42.2402 24.4336C42.2401 30.2198 40.1678 35.0907 36.5752 38.3984H36.5703C33.4268 41.299 29.1268 43 23.998 43C16.5706 43 10.145 38.7419 7.01855 32.5322V32.5293C5.73315 29.9654 5 27.0651 5 24.001C5 20.9355 5.73304 18.0335 7.01953 15.4688L7.01855 15.4678C10.145 9.25807 16.5706 5 23.998 5Z", style: { fill: `var(--${type})` } }) });
1513
- }
1514
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M23.998 5C29.1194 5.00005 33.4204 6.88328 36.7109 9.94922L31.2607 15.3984C29.2917 13.5159 26.7875 12.5567 23.998 12.5566C19.0524 12.5566 14.8657 15.8951 13.3691 20.3818V20.3906C12.9891 21.5307 12.7725 22.7487 12.7725 24.001C12.7725 25.2533 12.9891 26.4713 13.3691 27.6113L13.3672 27.6123C14.8622 32.1018 19.0504 35.4424 23.998 35.4424C26.5543 35.4423 28.7303 34.7688 30.4316 33.6289L30.4336 33.6309C32.4459 32.2836 33.7851 30.2715 34.2256 27.8965H24V20.5469H41.8945C42.1191 21.7905 42.2402 23.0863 42.2402 24.4336C42.2401 30.2198 40.1678 35.0907 36.5752 38.3984H36.5703C33.4268 41.299 29.1268 43 23.998 43C16.5706 43 10.145 38.7419 7.01855 32.5322V32.5293C5.73315 29.9654 5 27.0651 5 24.001C5 20.9355 5.73304 18.0335 7.01953 15.4688L7.01855 15.4678C10.145 9.25807 16.5706 5 23.998 5Z", style: { fill: `var(--${type})` } }) });
1515
- }
1516
- );
1517
1400
  var IconCar = /* @__PURE__ */ forwardRef(
1518
1401
  ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1519
1402
  const iconSize = iconSizeMap[size];
@@ -1601,27 +1484,27 @@ var IconLightMode = /* @__PURE__ */ forwardRef(
1601
1484
  const iconSize = iconSizeMap[size];
1602
1485
  if (fill) {
1603
1486
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
1604
- /* @__PURE__ */ jsx("path", { d: "M8.01234 10.1749L10.1337 8.05361L15.5454 13.4653L13.4241 15.5866L8.01234 10.1749Z", style: { fill: `var(--${type})` } }),
1605
- /* @__PURE__ */ jsx("path", { d: "M22.4473 10.6058L22.448 2.95264H25.4476L25.4469 10.6058H22.4473Z", style: { fill: `var(--${type})` } }),
1606
- /* @__PURE__ */ jsx("path", { d: "M2.90515 25.4951V22.4954H10.5576L10.5583 25.4958L2.90515 25.4951Z", style: { fill: `var(--${type})` } }),
1607
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M34.0006 24.0001C34.0006 29.5229 29.523 34.0003 24.0003 34.0004C18.4774 34.0004 14 29.523 14 24.0001C14 18.4773 18.4774 13.9998 24.0003 13.9998C29.523 14 34.0006 18.4774 34.0006 24.0001ZM23.9996 31.0001C27.8656 31.0001 30.9995 27.8661 30.9995 24.0001C30.9995 20.1341 27.8656 17.0002 23.9996 17.0002C20.1338 17.0004 16.9996 20.1342 16.9996 24.0001C16.9996 27.866 20.1338 30.9998 23.9996 31.0001Z", style: { fill: `var(--${type})` } }),
1608
- /* @__PURE__ */ jsx("path", { d: "M32.3592 13.4646L37.7709 8.05292L39.8922 10.1742L34.4805 15.586L32.3592 13.4646Z", style: { fill: `var(--${type})` } }),
1609
- /* @__PURE__ */ jsx("path", { d: "M8.00543 37.8184L13.4171 32.4067L15.5385 34.528L10.1268 39.9397L8.00543 37.8184Z", style: { fill: `var(--${type})` } }),
1610
- /* @__PURE__ */ jsx("path", { d: "M37.3469 25.4958L37.3462 22.4954H45.0001V25.4951L37.3469 25.4958Z", style: { fill: `var(--${type})` } }),
1611
- /* @__PURE__ */ jsx("path", { d: "M22.4473 45.0469V37.3944L25.4476 37.3937V45.0476L22.4473 45.0469Z", style: { fill: `var(--${type})` } }),
1612
- /* @__PURE__ */ jsx("path", { d: "M32.3661 34.5287L34.4874 32.4074L39.8991 37.8191L37.7778 39.9404L32.3661 34.5287Z", style: { fill: `var(--${type})` } })
1487
+ /* @__PURE__ */ jsx("path", { d: "M25.4473 46.0469H22.4473V38.0293H25.4473V46.0469Z", style: { fill: `var(--${type})` } }),
1488
+ /* @__PURE__ */ jsx("path", { d: "M15.0889 34.9775L9.41895 40.6475L7.29785 38.5264L12.9678 32.8564L15.0889 34.9775Z", style: { fill: `var(--${type})` } }),
1489
+ /* @__PURE__ */ jsx("path", { d: "M40.6064 38.5264L38.4854 40.6475L32.8164 34.9775L34.9375 32.8564L40.6064 38.5264Z", style: { fill: `var(--${type})` } }),
1490
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 13C30.0751 13 35 17.9249 35 24C35 30.0751 30.0751 35 24 35C17.9249 35 13 30.0751 13 24C13 17.9249 17.9249 13 24 13ZM24 16C19.5817 16 16 19.5817 16 24C16 28.4183 19.5817 32 24 32C28.4183 32 32 28.4183 32 24C32 19.5817 28.4183 16 24 16Z", style: { fill: `var(--${type})` } }),
1491
+ /* @__PURE__ */ jsx("path", { d: "M9.92188 25.4941H1.9043V22.4941H9.92188V25.4941Z", style: { fill: `var(--${type})` } }),
1492
+ /* @__PURE__ */ jsx("path", { d: "M46 25.4941H37.9824V22.4941H46V25.4941Z", style: { fill: `var(--${type})` } }),
1493
+ /* @__PURE__ */ jsx("path", { d: "M15.0957 13.0146L12.9746 15.1357L7.30469 9.4668L9.42676 7.3457L15.0957 13.0146Z", style: { fill: `var(--${type})` } }),
1494
+ /* @__PURE__ */ jsx("path", { d: "M40.5996 9.4668L34.9307 15.1357L32.8086 13.0146L38.4785 7.3457L40.5996 9.4668Z", style: { fill: `var(--${type})` } }),
1495
+ /* @__PURE__ */ jsx("path", { d: "M25.4473 9.96973H22.4473V1.95215H25.4473V9.96973Z", style: { fill: `var(--${type})` } })
1613
1496
  ] });
1614
1497
  }
1615
1498
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
1616
- /* @__PURE__ */ jsx("path", { d: "M8.01234 10.1749L10.1337 8.05361L15.5454 13.4653L13.4241 15.5866L8.01234 10.1749Z", style: { fill: `var(--${type})` } }),
1617
- /* @__PURE__ */ jsx("path", { d: "M22.4473 10.6058L22.448 2.95264H25.4476L25.4469 10.6058H22.4473Z", style: { fill: `var(--${type})` } }),
1618
- /* @__PURE__ */ jsx("path", { d: "M2.90515 25.4951V22.4954H10.5576L10.5583 25.4958L2.90515 25.4951Z", style: { fill: `var(--${type})` } }),
1619
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M34.0006 24.0001C34.0006 29.5229 29.523 34.0003 24.0003 34.0004C18.4774 34.0004 14 29.523 14 24.0001C14 18.4773 18.4774 13.9998 24.0003 13.9998C29.523 14 34.0006 18.4774 34.0006 24.0001ZM23.9996 31.0001C27.8656 31.0001 30.9995 27.8661 30.9995 24.0001C30.9995 20.1341 27.8656 17.0002 23.9996 17.0002C20.1338 17.0004 16.9996 20.1342 16.9996 24.0001C16.9996 27.866 20.1338 30.9998 23.9996 31.0001Z", style: { fill: `var(--${type})` } }),
1620
- /* @__PURE__ */ jsx("path", { d: "M32.3592 13.4646L37.7709 8.05292L39.8922 10.1742L34.4805 15.586L32.3592 13.4646Z", style: { fill: `var(--${type})` } }),
1621
- /* @__PURE__ */ jsx("path", { d: "M8.00543 37.8184L13.4171 32.4067L15.5385 34.528L10.1268 39.9397L8.00543 37.8184Z", style: { fill: `var(--${type})` } }),
1622
- /* @__PURE__ */ jsx("path", { d: "M37.3469 25.4958L37.3462 22.4954H45.0001V25.4951L37.3469 25.4958Z", style: { fill: `var(--${type})` } }),
1623
- /* @__PURE__ */ jsx("path", { d: "M22.4473 45.0469V37.3944L25.4476 37.3937V45.0476L22.4473 45.0469Z", style: { fill: `var(--${type})` } }),
1624
- /* @__PURE__ */ jsx("path", { d: "M32.3661 34.5287L34.4874 32.4074L39.8991 37.8191L37.7778 39.9404L32.3661 34.5287Z", style: { fill: `var(--${type})` } })
1499
+ /* @__PURE__ */ jsx("path", { d: "M25.4473 46.0469H22.4473V38.0293H25.4473V46.0469Z", style: { fill: `var(--${type})` } }),
1500
+ /* @__PURE__ */ jsx("path", { d: "M15.0889 34.9775L9.41895 40.6475L7.29785 38.5264L12.9678 32.8564L15.0889 34.9775Z", style: { fill: `var(--${type})` } }),
1501
+ /* @__PURE__ */ jsx("path", { d: "M40.6064 38.5264L38.4854 40.6475L32.8164 34.9775L34.9375 32.8564L40.6064 38.5264Z", style: { fill: `var(--${type})` } }),
1502
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 13C30.0751 13 35 17.9249 35 24C35 30.0751 30.0751 35 24 35C17.9249 35 13 30.0751 13 24C13 17.9249 17.9249 13 24 13ZM24 16C19.5817 16 16 19.5817 16 24C16 28.4183 19.5817 32 24 32C28.4183 32 32 28.4183 32 24C32 19.5817 28.4183 16 24 16Z", style: { fill: `var(--${type})` } }),
1503
+ /* @__PURE__ */ jsx("path", { d: "M9.92188 25.4941H1.9043V22.4941H9.92188V25.4941Z", style: { fill: `var(--${type})` } }),
1504
+ /* @__PURE__ */ jsx("path", { d: "M46 25.4941H37.9824V22.4941H46V25.4941Z", style: { fill: `var(--${type})` } }),
1505
+ /* @__PURE__ */ jsx("path", { d: "M15.0957 13.0146L12.9746 15.1357L7.30469 9.4668L9.42676 7.3457L15.0957 13.0146Z", style: { fill: `var(--${type})` } }),
1506
+ /* @__PURE__ */ jsx("path", { d: "M40.5996 9.4668L34.9307 15.1357L32.8086 13.0146L38.4785 7.3457L40.5996 9.4668Z", style: { fill: `var(--${type})` } }),
1507
+ /* @__PURE__ */ jsx("path", { d: "M25.4473 9.96973H22.4473V1.95215H25.4473V9.96973Z", style: { fill: `var(--${type})` } })
1625
1508
  ] });
1626
1509
  }
1627
1510
  );
@@ -1638,7 +1521,10 @@ var IconFire = /* @__PURE__ */ forwardRef(
1638
1521
  ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1639
1522
  const iconSize = iconSizeMap[size];
1640
1523
  if (fill) {
1641
- 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 45C33.9411 45 42 37.6241 42 27.683C42 12 24 3.5 24 3.5V11.7944C24 15.5535 19.2846 17.2367 16.9042 14.3273L15 12C9 15.5 6 21.5445 6 27.683C6 37.6241 14.0589 45 24 45ZM24 39C28.4183 39 32 35.5479 32 31.2895C32 27.8945 30.4491 26.4577 28.713 24.8493C28.6239 24.7667 28.5343 24.6837 28.4444 24.6C26.3079 22.6097 24 21 24 21C24 21 21.6921 22.6097 19.5556 24.6C19.4657 24.6837 19.3761 24.7667 19.287 24.8492C17.5509 26.4577 16 27.8945 16 31.2895C16 35.5479 19.5817 39 24 39Z", style: { fill: `var(--${type})` } }) });
1524
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
1525
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M19.5556 24.6C21.6921 22.6097 24 21 24 21C24 21 26.3079 22.6097 28.4444 24.6C28.5343 24.6837 28.6239 24.7667 28.713 24.8492C30.4491 26.4577 32 27.8945 32 31.2895C32 35.5479 28.4183 39 24 39C19.5817 39 16 35.5479 16 31.2895C16 27.8945 17.5509 26.4577 19.287 24.8493L19.2878 24.8485C19.3766 24.7662 19.4659 24.6835 19.5556 24.6ZM29 31.2895C29 33.7878 26.8666 36 24 36C21.1334 36 19 33.7878 19 31.2895C19 30.0472 19.2803 29.3796 19.6014 28.8864C19.9837 28.2992 20.4902 27.828 21.3928 26.9884L21.6004 26.7951C22.4174 26.0341 23.2734 25.3236 24 24.75C24.7266 25.3236 25.5826 26.0341 26.3996 26.7951L26.6072 26.9884C27.5098 27.828 28.0163 28.2992 28.3986 28.8864C28.7197 29.3796 29 30.0472 29 31.2895Z", style: { fill: `var(--${type})` } }),
1526
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 27.683C6 21.5445 9 15.5 15 12L17.3425 14.0823C19.9221 16.3752 24 14.544 24 11.0926V3.5C24 3.5 25.2088 4.07084 27 5.18961C32.1205 8.38793 42 16.0642 42 27.683C42 37.6241 33.9411 45 24 45C14.0589 45 6 37.6241 6 27.683ZM39 27.683C39 35.8171 32.4385 42 24 42C15.5615 42 9 35.8171 9 27.683C9 23.179 10.9115 18.7761 14.7442 15.7865L15.3495 16.3245C19.8638 20.3372 27 17.1326 27 11.0926V8.77944C28.2317 9.63134 29.6102 10.6848 30.9835 11.9316C35.1983 15.758 39 21.0586 39 27.683Z", style: { fill: `var(--${type})` } })
1527
+ ] });
1642
1528
  }
1643
1529
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
1644
1530
  /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M19.5556 24.6C21.6921 22.6097 24 21 24 21C24 21 26.3079 22.6097 28.4444 24.6C28.5343 24.6837 28.6239 24.7667 28.713 24.8492C30.4491 26.4577 32 27.8945 32 31.2895C32 35.5479 28.4183 39 24 39C19.5817 39 16 35.5479 16 31.2895C16 27.8945 17.5509 26.4577 19.287 24.8493L19.2878 24.8485C19.3766 24.7662 19.4659 24.6835 19.5556 24.6ZM29 31.2895C29 33.7878 26.8666 36 24 36C21.1334 36 19 33.7878 19 31.2895C19 30.0472 19.2803 29.3796 19.6014 28.8864C19.9837 28.2992 20.4902 27.828 21.3928 26.9884L21.6004 26.7951C22.4174 26.0341 23.2734 25.3236 24 24.75C24.7266 25.3236 25.5826 26.0341 26.3996 26.7951L26.6072 26.9884C27.5098 27.828 28.0163 28.2992 28.3986 28.8864C28.7197 29.3796 29 30.0472 29 31.2895Z", style: { fill: `var(--${type})` } }),
@@ -1737,8 +1623,8 @@ var IconBookmarkCancel = /* @__PURE__ */ forwardRef(
1737
1623
  if (fill) {
1738
1624
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
1739
1625
  /* @__PURE__ */ jsx("path", { d: "M41.9395 44.0608L44.0608 41.9395L6.06077 3.93945L3.93945 6.06077L41.9395 44.0608Z", style: { fill: `var(--${type})` } }),
1740
- /* @__PURE__ */ jsx("path", { d: "M39 5.00023C40.1046 5.00023 41 5.89566 41 7.00023V34.6361L11.3642 5.00023H39Z", style: { fill: `var(--${type})` } }),
1741
- /* @__PURE__ */ jsx("path", { d: "M10.3707 41.8278C9.09438 43.029 7 42.1241 7 40.3714V13.364L23.2975 29.6614L10.3707 41.8278Z", style: { fill: `var(--${type})` } })
1626
+ /* @__PURE__ */ jsx("path", { d: "M38.0001 8.00023V31.6362L41.0001 34.6362V7.00023C41.0001 5.89566 40.1047 5.00023 39.0001 5.00023H11.3642L14.3642 8.00023H38.0001Z", style: { fill: `var(--${type})` } }),
1627
+ /* @__PURE__ */ jsx("path", { d: "M7.00012 40.3714V13.3641L10.0001 16.3641V38.0569L21.1752 27.5392L23.2975 29.6615L10.3709 41.8278C9.0945 43.029 7.00012 42.1241 7.00012 40.3714Z", style: { fill: `var(--${type})` } })
1742
1628
  ] });
1743
1629
  }
1744
1630
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2067,20 +1953,15 @@ var IconFolderShare = /* @__PURE__ */ forwardRef(
2067
1953
  ] });
2068
1954
  }
2069
1955
  );
2070
- var IconVerificationBadge = /* @__PURE__ */ forwardRef(
2071
- ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2072
- const iconSize = iconSizeMap[size];
2073
- if (fill) {
2074
- 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.2529 9.61035L42.6377 11.2754L41.9385 18.8125L46.9346 24.5L41.9385 30.1875L42.6377 37.7256L35.2529 39.3906L31.3877 45.8994L24.4346 42.9053L17.4814 45.8994L13.6162 39.3906L6.23145 37.7256L6.93066 30.1875L1.93457 24.5L6.93066 18.8125L6.23145 11.2754L13.6162 9.61035L17.4814 3.10156L24.4346 6.0957L31.3877 3.10156L35.2529 9.61035ZM21.3105 27.9033L15.6914 22.2832L13.5703 24.4053L21.3076 32.1426L33.7305 19.7598L31.6123 17.6357L21.3105 27.9033Z", style: { fill: `var(--${type})` } }) });
2075
- }
2076
- 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.2529 9.61035L42.6377 11.2754L41.9385 18.8125L46.9346 24.5L41.9385 30.1875L42.6377 37.7256L35.2529 39.3906L31.3877 45.8994L24.4346 42.9053L17.4814 45.8994L13.6162 39.3906L6.23145 37.7256L6.93066 30.1875L1.93457 24.5L6.93066 18.8125L6.23145 11.2754L13.6162 9.61035L17.4814 3.10156L24.4346 6.0957L31.3877 3.10156L35.2529 9.61035ZM21.3105 27.9033L15.6914 22.2832L13.5703 24.4053L21.3076 32.1426L33.7305 19.7598L31.6123 17.6357L21.3105 27.9033Z", style: { fill: `var(--${type})` } }) });
2077
- }
2078
- );
2079
1956
  var IconReport = /* @__PURE__ */ forwardRef(
2080
1957
  ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2081
1958
  const iconSize = iconSizeMap[size];
2082
1959
  if (fill) {
2083
- 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: "M43.5293 7C43.8054 7.00025 44.0296 7.22479 44.0293 7.50098L44.001 35.3857C44.0007 35.6615 43.7767 35.8855 43.501 35.8857H12.5L4.8457 43.1934C4.52753 43.4971 4 43.2709 4 42.8311V7.5C4 7.22386 4.22386 7 4.5 7H43.5293ZM24 24.918C23.4551 24.918 22.9672 25.1136 22.5811 25.5C22.195 25.8865 22 26.3742 22 26.918C22 27.4618 22.195 27.9495 22.5811 28.3359C22.9672 28.7224 23.4551 28.918 24 28.918C24.5449 28.918 25.0328 28.7224 25.4189 28.3359C25.805 27.9495 26 27.4618 26 26.918C26 26.3742 25.805 25.8865 25.4189 25.5C25.0328 25.1136 24.5449 24.918 24 24.918ZM22.5 13V23H25.5V13H22.5Z", style: { fill: `var(--${type})` } }) });
1960
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
1961
+ /* @__PURE__ */ jsx("path", { d: "M24 24.918C24.5449 24.918 25.0328 25.1136 25.4189 25.5C25.805 25.8865 26 26.3742 26 26.918C26 27.4618 25.805 27.9495 25.4189 28.3359C25.0328 28.7224 24.5449 28.918 24 28.918C23.4551 28.918 22.9672 28.7224 22.5811 28.3359C22.195 27.9495 22 27.4618 22 26.918C22 26.3742 22.195 25.8865 22.5811 25.5C22.9672 25.1136 23.4551 24.918 24 24.918Z", style: { fill: `var(--${type})` } }),
1962
+ /* @__PURE__ */ jsx("path", { d: "M25.5 23H22.5V13H25.5V23Z", style: { fill: `var(--${type})` } }),
1963
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M43.5293 7C43.8054 7.00025 44.0296 7.22479 44.0293 7.50098L44.001 35.3857L43.9902 35.4863C43.9502 35.6814 43.7966 35.835 43.6016 35.875L43.501 35.8857H12.5L4.8457 43.1934L4.7832 43.2441C4.46314 43.4678 4 43.2434 4 42.8311V7.5C4 7.22386 4.22386 7 4.5 7H43.5293ZM7 36.9883L11.2979 32.8857H41.0039L41.0264 10H7V36.9883Z", style: { fill: `var(--${type})` } })
1964
+ ] });
2084
1965
  }
2085
1966
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
2086
1967
  /* @__PURE__ */ jsx("path", { d: "M24 24.918C24.5449 24.918 25.0328 25.1136 25.4189 25.5C25.805 25.8865 26 26.3742 26 26.918C26 27.4618 25.805 27.9495 25.4189 28.3359C25.0328 28.7224 24.5449 28.918 24 28.918C23.4551 28.918 22.9672 28.7224 22.5811 28.3359C22.195 27.9495 22 27.4618 22 26.918C22 26.3742 22.195 25.8865 22.5811 25.5C22.9672 25.1136 23.4551 24.918 24 24.918Z", style: { fill: `var(--${type})` } }),
@@ -2206,25 +2087,6 @@ var IconNewThreadFolder = /* @__PURE__ */ forwardRef(
2206
2087
  ] });
2207
2088
  }
2208
2089
  );
2209
- var IconChrome = /* @__PURE__ */ forwardRef(
2210
- ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2211
- const iconSize = iconSizeMap[size];
2212
- if (fill) {
2213
- return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
2214
- /* @__PURE__ */ jsx("path", { d: "M41.8584 17.5C42.5967 19.5279 43 21.7168 43 24C43 34.2531 34.8786 42.6079 24.7178 42.9854L32.8232 27.5205C33.2581 26.4315 33.5 25.2442 33.5 24C33.5 21.4847 32.5207 19.1995 30.9248 17.5H41.8584Z", style: { fill: `var(--${type})` } }),
2215
- /* @__PURE__ */ jsx("path", { d: "M16.3701 29.6592C18.1014 31.9895 20.8739 33.5 24 33.5C24.8886 33.5 25.7477 33.3746 26.5635 33.1465L21.4053 42.8232C12.1395 41.5579 5 33.6132 5 24C5 20.6322 5.87714 17.4695 7.41406 14.7266L16.3701 29.6592Z", style: { fill: `var(--${type})` } }),
2216
- /* @__PURE__ */ jsx("path", { d: "M24 17.5C27.5899 17.5 30.5 20.4101 30.5 24C30.5 27.5899 27.5899 30.5 24 30.5C20.4101 30.5 17.5 27.5899 17.5 24C17.5 20.4101 20.4101 17.5 24 17.5Z", style: { fill: `var(--${type})` } }),
2217
- /* @__PURE__ */ jsx("path", { d: "M24 5C31.0325 5 37.1718 8.82115 40.457 14.5H24C19.6261 14.5 15.9443 17.4564 14.8398 21.4795L9.28418 11.9805C12.7684 7.71968 18.0666 5 24 5Z", style: { fill: `var(--${type})` } })
2218
- ] });
2219
- }
2220
- return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
2221
- /* @__PURE__ */ jsx("path", { d: "M41.8584 17.5C42.5967 19.5279 43 21.7168 43 24C43 34.2531 34.8786 42.6079 24.7178 42.9854L32.8232 27.5205C33.2581 26.4315 33.5 25.2442 33.5 24C33.5 21.4847 32.5207 19.1995 30.9248 17.5H41.8584Z", style: { fill: `var(--${type})` } }),
2222
- /* @__PURE__ */ jsx("path", { d: "M16.3701 29.6592C18.1014 31.9895 20.8739 33.5 24 33.5C24.8886 33.5 25.7477 33.3746 26.5635 33.1465L21.4053 42.8232C12.1395 41.5579 5 33.6132 5 24C5 20.6322 5.87714 17.4695 7.41406 14.7266L16.3701 29.6592Z", style: { fill: `var(--${type})` } }),
2223
- /* @__PURE__ */ jsx("path", { d: "M24 17.5C27.5899 17.5 30.5 20.4101 30.5 24C30.5 27.5899 27.5899 30.5 24 30.5C20.4101 30.5 17.5 27.5899 17.5 24C17.5 20.4101 20.4101 17.5 24 17.5Z", style: { fill: `var(--${type})` } }),
2224
- /* @__PURE__ */ jsx("path", { d: "M24 5C31.0325 5 37.1718 8.82115 40.457 14.5H24C19.6261 14.5 15.9443 17.4564 14.8398 21.4795L9.28418 11.9805C12.7684 7.71968 18.0666 5 24 5Z", style: { fill: `var(--${type})` } })
2225
- ] });
2226
- }
2227
- );
2228
2090
  var IconNewChromeExtension = /* @__PURE__ */ forwardRef(
2229
2091
  ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2230
2092
  const iconSize = iconSizeMap[size];
@@ -2272,11 +2134,7 @@ var IconTeams = /* @__PURE__ */ forwardRef(
2272
2134
  ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2273
2135
  const iconSize = iconSizeMap[size];
2274
2136
  if (fill) {
2275
- return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
2276
- /* @__PURE__ */ jsx("path", { d: "M22.5 25.5V42H6V25.5H22.5Z", style: { fill: `var(--${type})` } }),
2277
- /* @__PURE__ */ jsx("path", { d: "M42 42H25.5V25.5H42V42Z", style: { fill: `var(--${type})` } }),
2278
- /* @__PURE__ */ jsx("path", { d: "M33 22.5H15V6H33V22.5Z", style: { fill: `var(--${type})` } })
2279
- ] });
2137
+ 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.5 22.5H42V42H6V22.5H14V6H33.5V22.5ZM9 39H22.5V25.5H9V39ZM25.5 39H39V25.5H25.5V39ZM17 22.5H30.5V9H17V22.5Z", style: { fill: `var(--${type})` } }) });
2280
2138
  }
2281
2139
  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.5 22.5H42V42H6V22.5H14V6H33.5V22.5ZM9 39H22.5V25.5H9V39ZM25.5 39H39V25.5H25.5V39ZM17 22.5H30.5V9H17V22.5Z", style: { fill: `var(--${type})` } }) });
2282
2140
  }
@@ -2473,7 +2331,7 @@ var IconCollections = /* @__PURE__ */ forwardRef(
2473
2331
  ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2474
2332
  const iconSize = iconSizeMap[size];
2475
2333
  if (fill) {
2476
- 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: "M34 5C35.1046 5 36 5.89543 36 7V12.5H40.5C41.6046 12.5 42.5 13.3954 42.5 14.5V27.293C42.5 27.8234 42.2891 28.332 41.9141 28.707L35.8398 34.7803C35.6376 35.2563 35.2572 35.6365 34.7812 35.8389L28.707 41.9141C28.332 42.2891 27.8234 42.5 27.293 42.5H14.5C13.3954 42.5 12.5 41.6046 12.5 40.5V36H7C5.89543 36 5 35.1046 5 34V7C5 5.89543 5.89543 5 7 5H34ZM28 26.5C26.6194 26.5001 25.5 27.6194 25.5 29V38H28.5V29.5H37V26.5H28ZM8 33H12.5V14.5C12.5 13.3954 13.3954 12.5 14.5 12.5H33V8H8V33Z", style: { fill: `var(--${type})` } }) });
2334
+ 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: "M34 5C35.1046 5 36 5.89543 36 7V12.5H40.5C41.6046 12.5 42.5 13.3954 42.5 14.5V27.293C42.5 27.8234 42.2891 28.332 41.9141 28.707L35.8398 34.7803C35.6376 35.2563 35.2572 35.6365 34.7812 35.8389L28.707 41.9141C28.332 42.2891 27.8234 42.5 27.293 42.5H14.5C13.3954 42.5 12.5 41.6046 12.5 40.5V36H7C5.89543 36 5 35.1046 5 34V7C5 5.89543 5.89543 5 7 5H34ZM15.5 39.5H25.5V30C25.5 28.0671 27.0671 26.5001 29 26.5H39.5V15.5H15.5V39.5ZM29 29.5C28.724 29.5001 28.5 29.7239 28.5 30V37.8789L36.8789 29.5H29ZM8 33H12.5V14.5C12.5 13.3954 13.3954 12.5 14.5 12.5H33V8H8V33Z", style: { fill: `var(--${type})` } }) });
2477
2335
  }
2478
2336
  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: "M34 5C35.1046 5 36 5.89543 36 7V12.5H40.5C41.6046 12.5 42.5 13.3954 42.5 14.5V27.293C42.5 27.8234 42.2891 28.332 41.9141 28.707L35.8398 34.7803C35.6376 35.2563 35.2572 35.6365 34.7812 35.8389L28.707 41.9141C28.332 42.2891 27.8234 42.5 27.293 42.5H14.5C13.3954 42.5 12.5 41.6046 12.5 40.5V36H7C5.89543 36 5 35.1046 5 34V7C5 5.89543 5.89543 5 7 5H34ZM15.5 39.5H25.5V30C25.5 28.0671 27.0671 26.5001 29 26.5H39.5V15.5H15.5V39.5ZM29 29.5C28.724 29.5001 28.5 29.7239 28.5 30V37.8789L36.8789 29.5H29ZM8 33H12.5V14.5C12.5 13.3954 13.3954 12.5 14.5 12.5H33V8H8V33Z", style: { fill: `var(--${type})` } }) });
2479
2337
  }
@@ -2601,7 +2459,12 @@ var IconViewSidebar = /* @__PURE__ */ forwardRef(
2601
2459
  ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2602
2460
  const iconSize = iconSizeMap[size];
2603
2461
  if (fill) {
2604
- 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: "M43 8C44.1046 8 45 8.89543 45 10V38C45 39.0357 44.2128 39.887 43.2041 39.9893L43 40H5L4.7959 39.9893C3.78722 39.887 3 39.0357 3 38V10C3 8.89543 3.89543 8 5 8H43ZM23 37H42V11H23V37ZM10 29.5V32.5H16V29.5H10ZM10 22.5V25.5H16V22.5H10ZM10 15.5V18.5H16V15.5H10Z", style: { fill: `var(--${type})` } }) });
2462
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
2463
+ /* @__PURE__ */ jsx("path", { d: "M16 32.5H10V29.5H16V32.5Z", style: { fill: `var(--${type})` } }),
2464
+ /* @__PURE__ */ jsx("path", { d: "M16 25.5H10V22.5H16V25.5Z", style: { fill: `var(--${type})` } }),
2465
+ /* @__PURE__ */ jsx("path", { d: "M16 18.5H10V15.5H16V18.5Z", style: { fill: `var(--${type})` } }),
2466
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M43 8C44.1046 8 45 8.89543 45 10V38C45 39.0357 44.2128 39.887 43.2041 39.9893L43 40H5L4.7959 39.9893C3.78722 39.887 3 39.0357 3 38V10C3 8.89543 3.89543 8 5 8H43ZM6 37H20V11H6V37ZM23 37H42V11H23V37Z", style: { fill: `var(--${type})` } })
2467
+ ] });
2605
2468
  }
2606
2469
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
2607
2470
  /* @__PURE__ */ jsx("path", { d: "M16 32.5H10V29.5H16V32.5Z", style: { fill: `var(--${type})` } }),
@@ -4175,24 +4038,6 @@ var IconKeycapSlash = /* @__PURE__ */ forwardRef(
4175
4038
  ] });
4176
4039
  }
4177
4040
  );
4178
- var IconLinkedin = /* @__PURE__ */ forwardRef(
4179
- ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4180
- const iconSize = iconSizeMap[size];
4181
- if (fill) {
4182
- 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.5 6C41.7761 6 42 6.22386 42 6.5V41.5C42 41.7761 41.7761 42 41.5 42H6.5C6.22386 42 6 41.7761 6 41.5V6.5C6 6.22386 6.22386 6 6.5 6H41.5ZM11.5166 37H16.8848V19.667H11.5166V37ZM30.6914 19.1367C27.0341 19.1367 25.4823 21.9688 25.4648 22.001V19.667H20.3164V37H25.4648V27.9014C25.4648 25.4634 26.5873 24.0117 28.7354 24.0117C30.7098 24.0118 31.6572 25.4068 31.6572 27.9014V37H37V26.0254C37 21.3822 34.3678 19.1368 30.6914 19.1367ZM14.1748 11C12.4213 11 11.0001 12.432 11 14.1982C11 15.9646 12.4212 17.3965 14.1748 17.3965C15.9284 17.3964 17.3486 15.9645 17.3486 14.1982C17.3485 12.4321 15.9283 11.0001 14.1748 11Z", style: { fill: `var(--${type})` } }) });
4183
- }
4184
- 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.5 6C41.7761 6 42 6.22386 42 6.5V41.5C42 41.7761 41.7761 42 41.5 42H6.5C6.22386 42 6 41.7761 6 41.5V6.5C6 6.22386 6.22386 6 6.5 6H41.5ZM11.5166 37H16.8848V19.667H11.5166V37ZM30.6914 19.1367C27.0341 19.1367 25.4823 21.9688 25.4648 22.001V19.667H20.3164V37H25.4648V27.9014C25.4648 25.4634 26.5873 24.0117 28.7354 24.0117C30.7098 24.0118 31.6572 25.4068 31.6572 27.9014V37H37V26.0254C37 21.3822 34.3678 19.1368 30.6914 19.1367ZM14.1748 11C12.4213 11 11.0001 12.432 11 14.1982C11 15.9646 12.4212 17.3965 14.1748 17.3965C15.9284 17.3964 17.3486 15.9645 17.3486 14.1982C17.3485 12.4321 15.9283 11.0001 14.1748 11Z", style: { fill: `var(--${type})` } }) });
4185
- }
4186
- );
4187
- var IconWindow = /* @__PURE__ */ forwardRef(
4188
- ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4189
- const iconSize = iconSizeMap[size];
4190
- if (fill) {
4191
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M9 12.8532L21.26 11.1331L21.2654 23.3155L9.0112 23.3874L9 12.8532ZM21.2542 24.7191L21.2637 36.9121L9.00952 35.1765L9.00883 24.6373L21.2542 24.7191ZM22.7404 10.9081L38.9962 8.46409V23.1606L22.7404 23.2935V10.9081ZM39 24.8338L38.9962 39.4641L22.7404 37.1006L22.7176 24.8064L39 24.8338Z", style: { fill: `var(--${type})` } }) });
4192
- }
4193
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M9 12.8532L21.26 11.1331L21.2654 23.3155L9.0112 23.3874L9 12.8532ZM21.2542 24.7191L21.2637 36.9121L9.00952 35.1765L9.00883 24.6373L21.2542 24.7191ZM22.7404 10.9081L38.9962 8.46409V23.1606L22.7404 23.2935V10.9081ZM39 24.8338L38.9962 39.4641L22.7404 37.1006L22.7176 24.8064L39 24.8338Z", style: { fill: `var(--${type})` } }) });
4194
- }
4195
- );
4196
4041
  var IconColorLinkedin = /* @__PURE__ */ forwardRef(
4197
4042
  ({ size = "m", className, ...props }, ref) => {
4198
4043
  const iconSize = iconSizeMap[size];
@@ -4311,23 +4156,6 @@ var IconClockAdd = /* @__PURE__ */ forwardRef(
4311
4156
  ] });
4312
4157
  }
4313
4158
  );
4314
- var IconAccountCircle = /* @__PURE__ */ forwardRef(
4315
- ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4316
- const iconSize = iconSizeMap[size];
4317
- if (fill) {
4318
- return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4319
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 4C32.7081 4 40.1167 9.56515 42.8623 17.333C43.5993 19.4182 44 21.6624 44 24C44 29.7141 41.6033 34.8681 37.7607 38.5127C36.5434 32.0562 30.804 27.167 24 27.167C17.1959 27.167 11.4556 32.0561 10.2383 38.5127C6.39607 34.8681 4 29.7139 4 24C4 21.6624 4.40069 19.4182 5.1377 17.333C7.88332 9.56515 15.2919 4 24 4ZM24 12.2334C20.5636 12.2334 17.7783 15.0196 17.7783 18.4561C17.7786 21.8923 20.5637 24.6777 24 24.6777C27.4363 24.6777 30.2224 21.8923 30.2227 18.4561C30.2227 15.0196 27.4364 12.2334 24 12.2334Z", style: { fill: `var(--${type})` } }),
4320
- /* @__PURE__ */ jsx("path", { d: "M24 27.167C30.8039 27.167 36.5432 32.0555 37.7607 38.5117C34.1754 41.9126 29.3318 44 24 44C18.6679 44 13.8237 41.9129 10.2383 38.5117C11.4557 32.0554 17.196 27.167 24 27.167Z", style: { fill: `var(--${fillType})` } }),
4321
- /* @__PURE__ */ jsx("path", { d: "M24 12.2334C27.4363 12.2334 30.2224 15.0189 30.2227 18.4551C30.2227 21.8915 27.4364 24.6777 24 24.6777C20.5636 24.6777 17.7773 21.8915 17.7773 18.4551C17.7776 15.0189 20.5637 12.2334 24 12.2334Z", style: { fill: `var(--${fillType})` } })
4322
- ] });
4323
- }
4324
- return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4325
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 4C32.7081 4 40.1167 9.56515 42.8623 17.333C43.5993 19.4182 44 21.6624 44 24C44 29.7141 41.6033 34.8681 37.7607 38.5127C36.5434 32.0562 30.804 27.167 24 27.167C17.1959 27.167 11.4556 32.0561 10.2383 38.5127C6.39607 34.8681 4 29.7139 4 24C4 21.6624 4.40069 19.4182 5.1377 17.333C7.88332 9.56515 15.2919 4 24 4ZM24 12.2334C20.5636 12.2334 17.7783 15.0196 17.7783 18.4561C17.7786 21.8923 20.5637 24.6777 24 24.6777C27.4363 24.6777 30.2224 21.8923 30.2227 18.4561C30.2227 15.0196 27.4364 12.2334 24 12.2334Z", style: { fill: `var(--${type})` } }),
4326
- /* @__PURE__ */ jsx("path", { d: "M24 27.167C30.8039 27.167 36.5432 32.0555 37.7607 38.5117C34.1754 41.9126 29.3318 44 24 44C18.6679 44 13.8237 41.9129 10.2383 38.5117C11.4557 32.0554 17.196 27.167 24 27.167Z", style: { fill: `var(--${fillType})` } }),
4327
- /* @__PURE__ */ jsx("path", { d: "M24 12.2334C27.4363 12.2334 30.2224 15.0189 30.2227 18.4551C30.2227 21.8915 27.4364 24.6777 24 24.6777C20.5636 24.6777 17.7773 21.8915 17.7773 18.4551C17.7776 15.0189 20.5637 12.2334 24 12.2334Z", style: { fill: `var(--${fillType})` } })
4328
- ] });
4329
- }
4330
- );
4331
4159
  var IconSwitch = /* @__PURE__ */ forwardRef(
4332
4160
  ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4333
4161
  const iconSize = iconSizeMap[size];
@@ -4538,8 +4366,9 @@ var IconPencilWrite = /* @__PURE__ */ forwardRef(
4538
4366
  const iconSize = iconSizeMap[size];
4539
4367
  if (fill) {
4540
4368
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4541
- /* @__PURE__ */ jsx("path", { d: "M42 41.9995H6V38.9995H42V41.9995Z", style: { fill: `var(--${type})` } }),
4542
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M33.9873 4.98968C34.1458 4.8312 34.403 4.83128 34.5615 4.98968L40.7129 11.1411L40.7646 11.2055C40.8536 11.3404 40.8536 11.5159 40.7646 11.6508L40.7129 11.7153L16.2354 36.1938L16.1729 36.2446C16.1288 36.2739 16.0792 36.2937 16.0273 36.3041L15.9482 36.3129L9.75586 36.3237C9.53145 36.3241 9.34881 36.1427 9.34863 35.9184L9.35645 29.7875C9.35669 29.6803 9.39988 29.5773 9.47559 29.5014L33.9873 4.98968ZM12.2588 30.8227L12.2539 33.4164L14.9121 33.4116L32.3584 15.9643L29.7373 13.3432L12.2588 30.8227ZM31.79 11.2905L34.4111 13.9116L36.8955 11.4291L34.2734 8.80707L31.79 11.2905Z", style: { fill: `var(--${type})` } })
4369
+ /* @__PURE__ */ jsx("path", { d: "M42 41.9999H6V38.9999H42V41.9999Z", style: { fill: `var(--${type})` } }),
4370
+ /* @__PURE__ */ jsx("path", { d: "M34.4385 17.9921L16.7871 35.8813C16.711 35.9571 16.6074 36.0005 16.5 36.0005H10.3066C10.0828 36.0003 9.90068 35.8181 9.90039 35.5942V29.4634C9.9004 29.3559 9.94363 29.2524 10.0195 29.1763L27.71 11.2635L34.4385 17.9921Z", style: { fill: `var(--${type})` } }),
4371
+ /* @__PURE__ */ jsx("path", { d: "M33.9873 4.98913C34.1457 4.83109 34.4021 4.83111 34.5605 4.98913L40.7129 11.1415C40.871 11.2999 40.871 11.5562 40.7129 11.7147L36.4902 15.9383L29.7627 9.21081L33.9873 4.98913Z", style: { fill: `var(--${type})` } })
4543
4372
  ] });
4544
4373
  }
4545
4374
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -4989,13 +4818,13 @@ var IconBackOffice = /* @__PURE__ */ forwardRef(
4989
4818
  const iconSize = iconSizeMap[size];
4990
4819
  if (fill) {
4991
4820
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4992
- /* @__PURE__ */ jsx("path", { d: "M37 33.5H21.5V30.5H37V33.5Z", style: { fill: `var(--${type})` } }),
4821
+ /* @__PURE__ */ jsx("path", { d: "M37 33H21.5V30H37V33Z", style: { fill: `var(--${type})` } }),
4993
4822
  /* @__PURE__ */ jsx("path", { d: "M21.6748 23.8828L12.8271 32.7314L10.9395 30.8428L17.8984 23.8828L10.9395 16.9229L12.8271 15.0352L21.6748 23.8828Z", style: { fill: `var(--${type})` } }),
4994
4823
  /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M43.5 7.99902C43.7761 7.99902 44 8.22386 44 8.5V39.5L43.9902 39.6006C43.9502 39.7959 43.7959 39.9504 43.6006 39.9902L43.5 40H4.5L4.39941 39.9902C4.1716 39.9437 4.00023 39.7415 4 39.5V8.5C4 8.22386 4.22386 7.99902 4.5 7.99902H43.5ZM7 37H41V11H7V37Z", style: { fill: `var(--${type})` } })
4995
4824
  ] });
4996
4825
  }
4997
4826
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4998
- /* @__PURE__ */ jsx("path", { d: "M37 33.5H21.5V30.5H37V33.5Z", style: { fill: `var(--${type})` } }),
4827
+ /* @__PURE__ */ jsx("path", { d: "M37 33H21.5V30H37V33Z", style: { fill: `var(--${type})` } }),
4999
4828
  /* @__PURE__ */ jsx("path", { d: "M21.6748 23.8828L12.8271 32.7314L10.9395 30.8428L17.8984 23.8828L10.9395 16.9229L12.8271 15.0352L21.6748 23.8828Z", style: { fill: `var(--${type})` } }),
5000
4829
  /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M43.5 7.99902C43.7761 7.99902 44 8.22386 44 8.5V39.5L43.9902 39.6006C43.9502 39.7959 43.7959 39.9504 43.6006 39.9902L43.5 40H4.5L4.39941 39.9902C4.1716 39.9437 4.00023 39.7415 4 39.5V8.5C4 8.22386 4.22386 7.99902 4.5 7.99902H43.5ZM7 37H41V11H7V37Z", style: { fill: `var(--${type})` } })
5001
4830
  ] });
@@ -5046,5 +4875,219 @@ var IconColorTable = /* @__PURE__ */ forwardRef(
5046
4875
  ] });
5047
4876
  }
5048
4877
  );
4878
+ var IconMore = /* @__PURE__ */ forwardRef(
4879
+ ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4880
+ const iconSize = iconSizeMap[size];
4881
+ if (fill) {
4882
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4883
+ /* @__PURE__ */ jsx("path", { d: "M6 22C6 20.8954 6.89543 20 8 20H12C13.1046 20 14 20.8954 14 22V26C14 27.1046 13.1046 28 12 28H8C6.89543 28 6 27.1046 6 26V22Z", style: { fill: `var(--${type})` } }),
4884
+ /* @__PURE__ */ jsx("path", { d: "M20 22C20 20.8954 20.8954 20 22 20H26C27.1046 20 28 20.8954 28 22V26C28 27.1046 27.1046 28 26 28H22C20.8954 28 20 27.1046 20 26V22Z", style: { fill: `var(--${type})` } }),
4885
+ /* @__PURE__ */ jsx("path", { d: "M36 20C34.8954 20 34 20.8954 34 22V26C34 27.1046 34.8954 28 36 28H40C41.1046 28 42 27.1046 42 26V22C42 20.8954 41.1046 20 40 20H36Z", style: { fill: `var(--${type})` } })
4886
+ ] });
4887
+ }
4888
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4889
+ /* @__PURE__ */ jsx("path", { d: "M6 22C6 20.8954 6.89543 20 8 20H12C13.1046 20 14 20.8954 14 22V26C14 27.1046 13.1046 28 12 28H8C6.89543 28 6 27.1046 6 26V22Z", style: { fill: `var(--${type})` } }),
4890
+ /* @__PURE__ */ jsx("path", { d: "M20 22C20 20.8954 20.8954 20 22 20H26C27.1046 20 28 20.8954 28 22V26C28 27.1046 27.1046 28 26 28H22C20.8954 28 20 27.1046 20 26V22Z", style: { fill: `var(--${type})` } }),
4891
+ /* @__PURE__ */ jsx("path", { d: "M36 20C34.8954 20 34 20.8954 34 22V26C34 27.1046 34.8954 28 36 28H40C41.1046 28 42 27.1046 42 26V22C42 20.8954 41.1046 20 40 20H36Z", style: { fill: `var(--${type})` } })
4892
+ ] });
4893
+ }
4894
+ );
4895
+ var IconCheckMarkFill = /* @__PURE__ */ forwardRef(
4896
+ ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4897
+ const iconSize = iconSizeMap[size];
4898
+ if (fill) {
4899
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4900
+ /* @__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})` } }),
4901
+ /* @__PURE__ */ jsx("path", { d: "M15.691 22.2835L21.3106 27.9031L31.6127 17.6355L33.7305 19.7603L21.3078 32.143L13.5697 24.4048L15.691 22.2835Z", style: { fill: `var(--${fillType})` } })
4902
+ ] });
4903
+ }
4904
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4905
+ /* @__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})` } }),
4906
+ /* @__PURE__ */ jsx("path", { d: "M15.691 22.2835L21.3106 27.9031L31.6127 17.6355L33.7305 19.7603L21.3078 32.143L13.5697 24.4048L15.691 22.2835Z", style: { fill: `var(--${fillType})` } })
4907
+ ] });
4908
+ }
4909
+ );
4910
+ var IconExclamationmarkFill = /* @__PURE__ */ forwardRef(
4911
+ ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4912
+ const iconSize = iconSizeMap[size];
4913
+ if (fill) {
4914
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4915
+ /* @__PURE__ */ jsx("circle", { cx: "24", cy: "24", r: "20", style: { fill: `var(--${type})` } }),
4916
+ /* @__PURE__ */ jsx("path", { d: "M23.9189 30C24.4639 30 24.9527 30.1955 25.3389 30.582C25.7249 30.9685 25.9189 31.4562 25.9189 32C25.9189 32.5438 25.7249 33.0315 25.3389 33.418C24.9527 33.8045 24.4639 34 23.9189 34C23.3741 33.9999 22.8861 33.8044 22.5 33.418C22.1139 33.0315 21.9189 32.5438 21.9189 32C21.9189 31.4562 22.1139 30.9685 22.5 30.582C22.8861 30.1956 23.3741 30.0001 23.9189 30Z", style: { fill: `var(--${fillType})` } }),
4917
+ /* @__PURE__ */ jsx("path", { d: "M25.5 26H22.5V14H25.5V26Z", style: { fill: `var(--${fillType})` } })
4918
+ ] });
4919
+ }
4920
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4921
+ /* @__PURE__ */ jsx("circle", { cx: "24", cy: "24", r: "20", style: { fill: `var(--${type})` } }),
4922
+ /* @__PURE__ */ jsx("path", { d: "M23.9189 30C24.4639 30 24.9527 30.1955 25.3389 30.582C25.7249 30.9685 25.9189 31.4562 25.9189 32C25.9189 32.5438 25.7249 33.0315 25.3389 33.418C24.9527 33.8045 24.4639 34 23.9189 34C23.3741 33.9999 22.8861 33.8044 22.5 33.418C22.1139 33.0315 21.9189 32.5438 21.9189 32C21.9189 31.4562 22.1139 30.9685 22.5 30.582C22.8861 30.1956 23.3741 30.0001 23.9189 30Z", style: { fill: `var(--${fillType})` } }),
4923
+ /* @__PURE__ */ jsx("path", { d: "M25.5 26H22.5V14H25.5V26Z", style: { fill: `var(--${fillType})` } })
4924
+ ] });
4925
+ }
4926
+ );
4927
+ var IconCloseFill = /* @__PURE__ */ forwardRef(
4928
+ ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4929
+ const iconSize = iconSizeMap[size];
4930
+ if (fill) {
4931
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4932
+ /* @__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})` } }),
4933
+ /* @__PURE__ */ jsx("path", { d: "M33.0605 17.0615L26.1211 24L33.0566 30.9355L30.9346 33.0576L23.999 26.1221L17.0654 33.0566L14.9434 30.9355L21.8779 24L14.9395 17.0615L17.0605 14.9404L23.999 21.8789L30.9395 14.9395L33.0605 17.0615Z", style: { fill: `var(--${fillType})` } })
4934
+ ] });
4935
+ }
4936
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4937
+ /* @__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})` } }),
4938
+ /* @__PURE__ */ jsx("path", { d: "M33.0605 17.0615L26.1211 24L33.0566 30.9355L30.9346 33.0576L23.999 26.1221L17.0654 33.0566L14.9434 30.9355L21.8779 24L14.9395 17.0615L17.0605 14.9404L23.999 21.8789L30.9395 14.9395L33.0605 17.0615Z", style: { fill: `var(--${fillType})` } })
4939
+ ] });
4940
+ }
4941
+ );
4942
+ var IconApple = /* @__PURE__ */ forwardRef(
4943
+ ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4944
+ const iconSize = iconSizeMap[size];
4945
+ if (fill) {
4946
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4947
+ /* @__PURE__ */ jsx("path", { d: "M29.5314 7.89979C30.7298 6.37985 31.6439 4.19991 31.3189 2C29.3486 2.13999 27.0534 3.37993 25.6925 4.97986C24.4738 6.43981 23.4785 8.61973 23.8644 10.7396C26.0175 10.8196 28.2518 9.53973 29.5314 7.89979Z", style: { fill: `var(--${type})` } }),
4948
+ /* @__PURE__ */ jsx("path", { d: "M40.5 31.5796C39.586 33.5996 39.1391 34.5195 37.9407 36.3194C36.2751 38.8393 33.9189 41.9592 30.9737 41.9992C29.8084 42.0186 29.0464 41.6788 28.2209 41.3107C28.1974 41.3002 28.1739 41.2897 28.1504 41.2793C28.1147 41.2635 28.079 41.2477 28.0431 41.2318C27.0784 40.8041 26.0312 40.34 24.2099 40.3593C22.3301 40.3593 21.2549 40.8346 20.2637 41.2728L20.2491 41.2793C20.226 41.2893 20.203 41.2993 20.18 41.3093C19.3335 41.678 18.5513 42.0187 17.3648 41.9992C14.4602 41.9592 12.2259 39.1393 10.5603 36.6194C5.90887 29.5797 5.40107 21.34 8.28536 16.9402C10.3369 13.8203 13.5664 12.0004 16.5929 12.0004C18.2179 12.0004 19.5178 12.4604 20.7569 12.9004L20.7679 12.9043C21.9013 13.3028 22.9748 13.6803 24.1896 13.6803C25.327 13.6803 26.2411 13.3404 27.2566 12.9604C28.455 12.5004 29.7956 12.0004 31.7456 12.0004C34.4471 12.0004 37.311 13.4603 39.3422 15.9802C32.6799 19.6001 33.7565 29.0597 40.5 31.5796Z", style: { fill: `var(--${type})` } })
4949
+ ] });
4950
+ }
4951
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4952
+ /* @__PURE__ */ jsx("path", { d: "M29.5314 7.89979C30.7298 6.37985 31.6439 4.19991 31.3189 2C29.3486 2.13999 27.0534 3.37993 25.6925 4.97986C24.4738 6.43981 23.4785 8.61973 23.8644 10.7396C26.0175 10.8196 28.2518 9.53973 29.5314 7.89979Z", style: { fill: `var(--${type})` } }),
4953
+ /* @__PURE__ */ jsx("path", { d: "M40.5 31.5796C39.586 33.5996 39.1391 34.5195 37.9407 36.3194C36.2751 38.8393 33.9189 41.9592 30.9737 41.9992C29.8084 42.0186 29.0464 41.6788 28.2209 41.3107C28.1974 41.3002 28.1739 41.2897 28.1504 41.2793C28.1147 41.2635 28.079 41.2477 28.0431 41.2318C27.0784 40.8041 26.0312 40.34 24.2099 40.3593C22.3301 40.3593 21.2549 40.8346 20.2637 41.2728L20.2491 41.2793C20.226 41.2893 20.203 41.2993 20.18 41.3093C19.3335 41.678 18.5513 42.0187 17.3648 41.9992C14.4602 41.9592 12.2259 39.1393 10.5603 36.6194C5.90887 29.5797 5.40107 21.34 8.28536 16.9402C10.3369 13.8203 13.5664 12.0004 16.5929 12.0004C18.2179 12.0004 19.5178 12.4604 20.7569 12.9004L20.7679 12.9043C21.9013 13.3028 22.9748 13.6803 24.1896 13.6803C25.327 13.6803 26.2411 13.3404 27.2566 12.9604C28.455 12.5004 29.7956 12.0004 31.7456 12.0004C34.4471 12.0004 37.311 13.4603 39.3422 15.9802C32.6799 19.6001 33.7565 29.0597 40.5 31.5796Z", style: { fill: `var(--${type})` } })
4954
+ ] });
4955
+ }
4956
+ );
4957
+ var IconAndroid = /* @__PURE__ */ forwardRef(
4958
+ ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4959
+ const iconSize = iconSizeMap[size];
4960
+ if (fill) {
4961
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M34.6909 19.1623L38.2036 13.1161C38.5091 12.5267 38.28 11.8042 37.7073 11.5C37.1536 11.2148 36.4664 11.3859 36.1227 11.9183L32.5336 18.0786C27.0736 15.778 20.9264 15.778 15.4664 18.0786L11.8773 11.9183C11.5145 11.3669 10.77 11.1958 10.2164 11.538C9.68182 11.8803 9.51 12.5647 9.79636 13.1161L13.3091 19.1623C7.70642 22.3483 3.95158 27.9539 3.11362 34.2854C3.03709 34.8636 3.49877 35.3616 4.08209 35.3616H43.9179C44.5012 35.3616 44.9629 34.8636 44.8864 34.2854C44.0484 27.9539 40.2936 22.3483 34.6909 19.1623ZM14.4545 30.133C13.1373 30.133 12.0682 29.0682 12.0682 27.7563C12.0682 26.4444 13.1373 25.3797 14.4545 25.3797C15.7718 25.3797 16.8409 26.4444 16.8409 27.7563C16.8409 29.0682 15.7718 30.133 14.4545 30.133ZM33.5455 30.133C32.2282 30.133 31.1591 29.0682 31.1591 27.7563C31.1591 26.4444 32.2282 25.3797 33.5455 25.3797C34.8627 25.3797 35.9318 26.4444 35.9318 27.7563C35.9318 29.0682 34.8627 30.133 33.5455 30.133Z", style: { fill: `var(--${type})` } }) });
4962
+ }
4963
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M34.6909 19.1623L38.2036 13.1161C38.5091 12.5267 38.28 11.8042 37.7073 11.5C37.1536 11.2148 36.4664 11.3859 36.1227 11.9183L32.5336 18.0786C27.0736 15.778 20.9264 15.778 15.4664 18.0786L11.8773 11.9183C11.5145 11.3669 10.77 11.1958 10.2164 11.538C9.68182 11.8803 9.51 12.5647 9.79636 13.1161L13.3091 19.1623C7.70642 22.3483 3.95158 27.9539 3.11362 34.2854C3.03709 34.8636 3.49877 35.3616 4.08209 35.3616H43.9179C44.5012 35.3616 44.9629 34.8636 44.8864 34.2854C44.0484 27.9539 40.2936 22.3483 34.6909 19.1623ZM14.4545 30.133C13.1373 30.133 12.0682 29.0682 12.0682 27.7563C12.0682 26.4444 13.1373 25.3797 14.4545 25.3797C15.7718 25.3797 16.8409 26.4444 16.8409 27.7563C16.8409 29.0682 15.7718 30.133 14.4545 30.133ZM33.5455 30.133C32.2282 30.133 31.1591 29.0682 31.1591 27.7563C31.1591 26.4444 32.2282 25.3797 33.5455 25.3797C34.8627 25.3797 35.9318 26.4444 35.9318 27.7563C35.9318 29.0682 34.8627 30.133 33.5455 30.133Z", style: { fill: `var(--${type})` } }) });
4964
+ }
4965
+ );
4966
+ var IconTwitter = /* @__PURE__ */ forwardRef(
4967
+ ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4968
+ const iconSize = iconSizeMap[size];
4969
+ if (fill) {
4970
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M6.0878 6.5L19.9884 25.807L6 41.5H9.15L21.3933 27.7565L31.2878 41.5H42L27.3201 21.1099L40.3372 6.5H37.1927L25.9152 19.1547L16.8055 6.5H6.0878ZM10.7195 8.90554H15.6421L37.3738 39.0888H32.4512L10.7195 8.90554Z", style: { fill: `var(--${type})` } }) });
4971
+ }
4972
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M6.0878 6.5L19.9884 25.807L6 41.5H9.15L21.3933 27.7565L31.2878 41.5H42L27.3201 21.1099L40.3372 6.5H37.1927L25.9152 19.1547L16.8055 6.5H6.0878ZM10.7195 8.90554H15.6421L37.3738 39.0888H32.4512L10.7195 8.90554Z", style: { fill: `var(--${type})` } }) });
4973
+ }
4974
+ );
4975
+ var IconGoogle = /* @__PURE__ */ forwardRef(
4976
+ ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4977
+ const iconSize = iconSizeMap[size];
4978
+ if (fill) {
4979
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M23.998 5C29.1194 5.00005 33.4204 6.88328 36.7109 9.94922L31.2607 15.3984C29.2917 13.5159 26.7875 12.5567 23.998 12.5566C19.0524 12.5566 14.8657 15.8951 13.3691 20.3818V20.3906C12.9891 21.5307 12.7725 22.7487 12.7725 24.001C12.7725 25.2533 12.9891 26.4713 13.3691 27.6113L13.3672 27.6123C14.8622 32.1018 19.0504 35.4424 23.998 35.4424C26.5543 35.4423 28.7303 34.7688 30.4316 33.6289L30.4336 33.6309C32.4459 32.2836 33.7851 30.2715 34.2256 27.8965H24V20.5469H41.8945C42.1191 21.7905 42.2402 23.0863 42.2402 24.4336C42.2401 30.2198 40.1678 35.0907 36.5752 38.3984H36.5703C33.4268 41.299 29.1268 43 23.998 43C16.5706 43 10.145 38.7419 7.01855 32.5322V32.5293C5.73315 29.9654 5 27.0651 5 24.001C5 20.9355 5.73304 18.0335 7.01953 15.4688L7.01855 15.4678C10.145 9.25807 16.5706 5 23.998 5Z", style: { fill: `var(--${type})` } }) });
4980
+ }
4981
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M23.998 5C29.1194 5.00005 33.4204 6.88328 36.7109 9.94922L31.2607 15.3984C29.2917 13.5159 26.7875 12.5567 23.998 12.5566C19.0524 12.5566 14.8657 15.8951 13.3691 20.3818V20.3906C12.9891 21.5307 12.7725 22.7487 12.7725 24.001C12.7725 25.2533 12.9891 26.4713 13.3691 27.6113L13.3672 27.6123C14.8622 32.1018 19.0504 35.4424 23.998 35.4424C26.5543 35.4423 28.7303 34.7688 30.4316 33.6289L30.4336 33.6309C32.4459 32.2836 33.7851 30.2715 34.2256 27.8965H24V20.5469H41.8945C42.1191 21.7905 42.2402 23.0863 42.2402 24.4336C42.2401 30.2198 40.1678 35.0907 36.5752 38.3984H36.5703C33.4268 41.299 29.1268 43 23.998 43C16.5706 43 10.145 38.7419 7.01855 32.5322V32.5293C5.73315 29.9654 5 27.0651 5 24.001C5 20.9355 5.73304 18.0335 7.01953 15.4688L7.01855 15.4678C10.145 9.25807 16.5706 5 23.998 5Z", style: { fill: `var(--${type})` } }) });
4982
+ }
4983
+ );
4984
+ var IconWindow = /* @__PURE__ */ forwardRef(
4985
+ ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4986
+ const iconSize = iconSizeMap[size];
4987
+ if (fill) {
4988
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M9 12.8532L21.26 11.1331L21.2654 23.3155L9.0112 23.3874L9 12.8532ZM21.2542 24.7191L21.2637 36.9121L9.00952 35.1765L9.00883 24.6373L21.2542 24.7191ZM22.7404 10.9081L38.9962 8.46409V23.1606L22.7404 23.2935V10.9081ZM39 24.8338L38.9962 39.4641L22.7404 37.1006L22.7176 24.8064L39 24.8338Z", style: { fill: `var(--${type})` } }) });
4989
+ }
4990
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M9 12.8532L21.26 11.1331L21.2654 23.3155L9.0112 23.3874L9 12.8532ZM21.2542 24.7191L21.2637 36.9121L9.00952 35.1765L9.00883 24.6373L21.2542 24.7191ZM22.7404 10.9081L38.9962 8.46409V23.1606L22.7404 23.2935V10.9081ZM39 24.8338L38.9962 39.4641L22.7404 37.1006L22.7176 24.8064L39 24.8338Z", style: { fill: `var(--${type})` } }) });
4991
+ }
4992
+ );
4993
+ var IconAccountCircle = /* @__PURE__ */ forwardRef(
4994
+ ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4995
+ const iconSize = iconSizeMap[size];
4996
+ if (fill) {
4997
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4998
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 4C32.7081 4 40.1167 9.56515 42.8623 17.333C43.5993 19.4182 44 21.6624 44 24C44 29.7141 41.6033 34.8681 37.7607 38.5127C36.5434 32.0562 30.804 27.167 24 27.167C17.1959 27.167 11.4556 32.0561 10.2383 38.5127C6.39607 34.8681 4 29.7139 4 24C4 21.6624 4.40069 19.4182 5.1377 17.333C7.88332 9.56515 15.2919 4 24 4ZM24 12.2334C20.5636 12.2334 17.7783 15.0196 17.7783 18.4561C17.7786 21.8923 20.5637 24.6777 24 24.6777C27.4363 24.6777 30.2224 21.8923 30.2227 18.4561C30.2227 15.0196 27.4364 12.2334 24 12.2334Z", style: { fill: `var(--${type})` } }),
4999
+ /* @__PURE__ */ jsx("path", { d: "M24 27.167C30.8039 27.167 36.5432 32.0555 37.7607 38.5117C34.1754 41.9126 29.3318 44 24 44C18.6679 44 13.8237 41.9129 10.2383 38.5117C11.4557 32.0554 17.196 27.167 24 27.167Z", style: { fill: `var(--${fillType})` } }),
5000
+ /* @__PURE__ */ jsx("path", { d: "M24 12.2334C27.4363 12.2334 30.2224 15.0189 30.2227 18.4551C30.2227 21.8915 27.4364 24.6777 24 24.6777C20.5636 24.6777 17.7773 21.8915 17.7773 18.4551C17.7776 15.0189 20.5637 12.2334 24 12.2334Z", style: { fill: `var(--${fillType})` } })
5001
+ ] });
5002
+ }
5003
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5004
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 4C32.7081 4 40.1167 9.56515 42.8623 17.333C43.5993 19.4182 44 21.6624 44 24C44 29.7141 41.6033 34.8681 37.7607 38.5127C36.5434 32.0562 30.804 27.167 24 27.167C17.1959 27.167 11.4556 32.0561 10.2383 38.5127C6.39607 34.8681 4 29.7139 4 24C4 21.6624 4.40069 19.4182 5.1377 17.333C7.88332 9.56515 15.2919 4 24 4ZM24 12.2334C20.5636 12.2334 17.7783 15.0196 17.7783 18.4561C17.7786 21.8923 20.5637 24.6777 24 24.6777C27.4363 24.6777 30.2224 21.8923 30.2227 18.4561C30.2227 15.0196 27.4364 12.2334 24 12.2334Z", style: { fill: `var(--${type})` } }),
5005
+ /* @__PURE__ */ jsx("path", { d: "M24 27.167C30.8039 27.167 36.5432 32.0555 37.7607 38.5117C34.1754 41.9126 29.3318 44 24 44C18.6679 44 13.8237 41.9129 10.2383 38.5117C11.4557 32.0554 17.196 27.167 24 27.167Z", style: { fill: `var(--${fillType})` } }),
5006
+ /* @__PURE__ */ jsx("path", { d: "M24 12.2334C27.4363 12.2334 30.2224 15.0189 30.2227 18.4551C30.2227 21.8915 27.4364 24.6777 24 24.6777C20.5636 24.6777 17.7773 21.8915 17.7773 18.4551C17.7776 15.0189 20.5637 12.2334 24 12.2334Z", style: { fill: `var(--${fillType})` } })
5007
+ ] });
5008
+ }
5009
+ );
5010
+ var IconChrome = /* @__PURE__ */ forwardRef(
5011
+ ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
5012
+ const iconSize = iconSizeMap[size];
5013
+ if (fill) {
5014
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5015
+ /* @__PURE__ */ jsx("path", { d: "M41.8584 17.5C42.5967 19.5279 43 21.7168 43 24C43 34.2531 34.8786 42.6079 24.7178 42.9854L32.8232 27.5205C33.2581 26.4315 33.5 25.2442 33.5 24C33.5 21.4847 32.5207 19.1995 30.9248 17.5H41.8584Z", style: { fill: `var(--${type})` } }),
5016
+ /* @__PURE__ */ jsx("path", { d: "M16.3701 29.6592C18.1014 31.9895 20.8739 33.5 24 33.5C24.8886 33.5 25.7477 33.3746 26.5635 33.1465L21.4053 42.8232C12.1395 41.5579 5 33.6132 5 24C5 20.6322 5.87714 17.4695 7.41406 14.7266L16.3701 29.6592Z", style: { fill: `var(--${type})` } }),
5017
+ /* @__PURE__ */ jsx("path", { d: "M24 17.5C27.5899 17.5 30.5 20.4101 30.5 24C30.5 27.5899 27.5899 30.5 24 30.5C20.4101 30.5 17.5 27.5899 17.5 24C17.5 20.4101 20.4101 17.5 24 17.5Z", style: { fill: `var(--${type})` } }),
5018
+ /* @__PURE__ */ jsx("path", { d: "M24 5C31.0325 5 37.1718 8.82115 40.457 14.5H24C19.6261 14.5 15.9443 17.4564 14.8398 21.4795L9.28418 11.9805C12.7684 7.71968 18.0666 5 24 5Z", style: { fill: `var(--${type})` } })
5019
+ ] });
5020
+ }
5021
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5022
+ /* @__PURE__ */ jsx("path", { d: "M41.8584 17.5C42.5967 19.5279 43 21.7168 43 24C43 34.2531 34.8786 42.6079 24.7178 42.9854L32.8232 27.5205C33.2581 26.4315 33.5 25.2442 33.5 24C33.5 21.4847 32.5207 19.1995 30.9248 17.5H41.8584Z", style: { fill: `var(--${type})` } }),
5023
+ /* @__PURE__ */ jsx("path", { d: "M16.3701 29.6592C18.1014 31.9895 20.8739 33.5 24 33.5C24.8886 33.5 25.7477 33.3746 26.5635 33.1465L21.4053 42.8232C12.1395 41.5579 5 33.6132 5 24C5 20.6322 5.87714 17.4695 7.41406 14.7266L16.3701 29.6592Z", style: { fill: `var(--${type})` } }),
5024
+ /* @__PURE__ */ jsx("path", { d: "M24 17.5C27.5899 17.5 30.5 20.4101 30.5 24C30.5 27.5899 27.5899 30.5 24 30.5C20.4101 30.5 17.5 27.5899 17.5 24C17.5 20.4101 20.4101 17.5 24 17.5Z", style: { fill: `var(--${type})` } }),
5025
+ /* @__PURE__ */ jsx("path", { d: "M24 5C31.0325 5 37.1718 8.82115 40.457 14.5H24C19.6261 14.5 15.9443 17.4564 14.8398 21.4795L9.28418 11.9805C12.7684 7.71968 18.0666 5 24 5Z", style: { fill: `var(--${type})` } })
5026
+ ] });
5027
+ }
5028
+ );
5029
+ var IconVerificationBadge = /* @__PURE__ */ forwardRef(
5030
+ ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
5031
+ const iconSize = iconSizeMap[size];
5032
+ if (fill) {
5033
+ 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.2529 9.61035L42.6377 11.2754L41.9385 18.8125L46.9346 24.5L41.9385 30.1875L42.6377 37.7256L35.2529 39.3906L31.3877 45.8994L24.4346 42.9053L17.4814 45.8994L13.6162 39.3906L6.23145 37.7256L6.93066 30.1875L1.93457 24.5L6.93066 18.8125L6.23145 11.2754L13.6162 9.61035L17.4814 3.10156L24.4346 6.0957L31.3877 3.10156L35.2529 9.61035ZM21.3105 27.9033L15.6914 22.2832L13.5703 24.4053L21.3076 32.1426L33.7305 19.7598L31.6123 17.6357L21.3105 27.9033Z", style: { fill: `var(--${type})` } }) });
5034
+ }
5035
+ 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.2529 9.61035L42.6377 11.2754L41.9385 18.8125L46.9346 24.5L41.9385 30.1875L42.6377 37.7256L35.2529 39.3906L31.3877 45.8994L24.4346 42.9053L17.4814 45.8994L13.6162 39.3906L6.23145 37.7256L6.93066 30.1875L1.93457 24.5L6.93066 18.8125L6.23145 11.2754L13.6162 9.61035L17.4814 3.10156L24.4346 6.0957L31.3877 3.10156L35.2529 9.61035ZM21.3105 27.9033L15.6914 22.2832L13.5703 24.4053L21.3076 32.1426L33.7305 19.7598L31.6123 17.6357L21.3105 27.9033Z", style: { fill: `var(--${type})` } }) });
5036
+ }
5037
+ );
5038
+ var IconFacebook = /* @__PURE__ */ forwardRef(
5039
+ ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
5040
+ const iconSize = iconSizeMap[size];
5041
+ if (fill) {
5042
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M43 24C43 13.55 34.45 5 24 5C13.55 5 5 13.55 5 24C5 33.5 11.8875 41.3375 20.9125 42.7625V29.4625H16.1625V24H20.9125V19.725C20.9125 14.975 23.7625 12.3625 28.0375 12.3625C30.175 12.3625 32.3125 12.8375 32.3125 12.8375V17.5875H29.9375C27.5625 17.5875 26.85 19.0125 26.85 20.4375V24H32.075L31.125 29.4625H26.6125V43C36.1125 41.575 43 33.5 43 24Z", style: { fill: `var(--${type})` } }) });
5043
+ }
5044
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M43 24C43 13.55 34.45 5 24 5C13.55 5 5 13.55 5 24C5 33.5 11.8875 41.3375 20.9125 42.7625V29.4625H16.1625V24H20.9125V19.725C20.9125 14.975 23.7625 12.3625 28.0375 12.3625C30.175 12.3625 32.3125 12.8375 32.3125 12.8375V17.5875H29.9375C27.5625 17.5875 26.85 19.0125 26.85 20.4375V24H32.075L31.125 29.4625H26.6125V43C36.1125 41.575 43 33.5 43 24Z", style: { fill: `var(--${type})` } }) });
5045
+ }
5046
+ );
5047
+ var IconLinkedin = /* @__PURE__ */ forwardRef(
5048
+ ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
5049
+ const iconSize = iconSizeMap[size];
5050
+ if (fill) {
5051
+ 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.5 6C41.7761 6 42 6.22386 42 6.5V41.5C42 41.7761 41.7761 42 41.5 42H6.5C6.22386 42 6 41.7761 6 41.5V6.5C6 6.22386 6.22386 6 6.5 6H41.5ZM11.5166 37H16.8848V19.667H11.5166V37ZM30.6914 19.1367C27.0341 19.1367 25.4823 21.9688 25.4648 22.001V19.667H20.3164V37H25.4648V27.9014C25.4648 25.4634 26.5873 24.0117 28.7354 24.0117C30.7098 24.0118 31.6572 25.4068 31.6572 27.9014V37H37V26.0254C37 21.3822 34.3678 19.1368 30.6914 19.1367ZM14.1748 11C12.4213 11 11.0001 12.432 11 14.1982C11 15.9646 12.4212 17.3965 14.1748 17.3965C15.9284 17.3964 17.3486 15.9645 17.3486 14.1982C17.3485 12.4321 15.9283 11.0001 14.1748 11Z", style: { fill: `var(--${type})` } }) });
5052
+ }
5053
+ 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.5 6C41.7761 6 42 6.22386 42 6.5V41.5C42 41.7761 41.7761 42 41.5 42H6.5C6.22386 42 6 41.7761 6 41.5V6.5C6 6.22386 6.22386 6 6.5 6H41.5ZM11.5166 37H16.8848V19.667H11.5166V37ZM30.6914 19.1367C27.0341 19.1367 25.4823 21.9688 25.4648 22.001V19.667H20.3164V37H25.4648V27.9014C25.4648 25.4634 26.5873 24.0117 28.7354 24.0117C30.7098 24.0118 31.6572 25.4068 31.6572 27.9014V37H37V26.0254C37 21.3822 34.3678 19.1368 30.6914 19.1367ZM14.1748 11C12.4213 11 11.0001 12.432 11 14.1982C11 15.9646 12.4212 17.3965 14.1748 17.3965C15.9284 17.3964 17.3486 15.9645 17.3486 14.1982C17.3485 12.4321 15.9283 11.0001 14.1748 11Z", style: { fill: `var(--${type})` } }) });
5054
+ }
5055
+ );
5056
+ var IconArrowChevronDown = /* @__PURE__ */ forwardRef(
5057
+ ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
5058
+ const iconSize = iconSizeMap[size];
5059
+ if (fill) {
5060
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M24.3537 31.3849L35.8851 19.8536C36.2001 19.5386 35.977 19 35.5316 19H12.4688C12.0233 19 11.8002 19.5386 12.1152 19.8536L23.6466 31.3849C23.8419 31.5802 24.1585 31.5802 24.3537 31.3849Z", style: { fill: `var(--${type})` } }) });
5061
+ }
5062
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M14.4543 17.9389L24.0003 27.4848L33.5462 17.9389L35.6675 20.0602L24.0003 31.7275L12.333 20.0602L14.4543 17.9389Z", style: { fill: `var(--${type})` } }) });
5063
+ }
5064
+ );
5065
+ var IconArrowChevronLeft = /* @__PURE__ */ forwardRef(
5066
+ ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
5067
+ const iconSize = iconSizeMap[size];
5068
+ if (fill) {
5069
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M16.8535 24.3534L28.3849 35.8848C28.6999 36.1998 29.2384 35.9767 29.2384 35.5313L29.2384 12.4685C29.2384 12.023 28.6999 11.8 28.3849 12.1149L16.8535 23.6463C16.6582 23.8416 16.6582 24.1582 16.8535 24.3534Z", style: { fill: `var(--${type})` } }) });
5070
+ }
5071
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M30.0606 14.454L20.5146 23.9999L30.0606 33.5458L27.9392 35.6672L16.272 23.9999L27.9392 12.3326L30.0606 14.454Z", style: { fill: `var(--${type})` } }) });
5072
+ }
5073
+ );
5074
+ var IconArrowChevronRight = /* @__PURE__ */ forwardRef(
5075
+ ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
5076
+ const iconSize = iconSizeMap[size];
5077
+ if (fill) {
5078
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M29.6172 24.0003L20.5 33.1175V14.8831L29.6172 24.0003Z", style: { fill: `var(--${type})` }, stroke: "#1E1E1F", "stroke-width": "3" }) });
5079
+ }
5080
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M17.9395 14.4538L27.4854 23.9998L17.9395 33.5457L20.0608 35.667L31.728 23.9998L20.0608 12.3325L17.9395 14.4538Z", style: { fill: `var(--${type})` } }) });
5081
+ }
5082
+ );
5083
+ var IconArrowChevronUp = /* @__PURE__ */ forwardRef(
5084
+ ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
5085
+ const iconSize = iconSizeMap[size];
5086
+ if (fill) {
5087
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M24.3537 16.7215L35.8851 28.2529C36.2001 28.5679 35.977 29.1065 35.5316 29.1065H12.4688C12.0233 29.1065 11.8002 28.5679 12.1152 28.2529L23.6466 16.7215C23.8419 16.5263 24.1585 16.5263 24.3537 16.7215Z", style: { fill: `var(--${type})` } }) });
5088
+ }
5089
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M14.4543 30.1672L24.0003 20.6213L33.5462 30.1672L35.6675 28.0459L24.0003 16.3787L12.333 28.0459L14.4543 30.1672Z", style: { fill: `var(--${type})` } }) });
5090
+ }
5091
+ );
5049
5092
 
5050
- export { IconAccountCircle, IconAddClock, IconAddEmoji, IconAddNode, IconAddToFolder, IconAdjustment, IconAi, IconAirplane, IconAlignCenter, IconAlignJustify, IconAlignLeft, IconAlignRight, IconAlignSplit, IconAndroid, IconApple, IconArrowBack, IconArrowBackward, IconArrowCollapse, IconArrowDown, IconArrowDownLeft, IconArrowDownRight, IconArrowDownUp, IconArrowDownward, IconArrowDropRight, IconArrowExpand, IconArrowForward, IconArrowLeft, IconArrowRedo, IconArrowRight, IconArrowTopRight, IconArrowTurn, IconArrowUndo, IconArrowUnfoldLess, IconArrowUnfoldMore, IconArrowUp, IconArrowUpDown, IconArrowUpLeft, IconArrowUpRight, IconArrowUpward, IconAsterisk, IconAtSign, IconBackOffice, IconBag, IconBalance, IconBell, IconBlock, IconBlocks, IconBold, IconBolt, IconBook, IconBookmark, IconBookmarkCancel, IconBooks, IconBrain, IconBulb, IconBulbExclamtion, IconBulbExclamtionmark, IconCalendar, IconCamera, IconCar, IconCasualShoe, IconChartBar, IconChartGraph, IconChartLineUptrend, IconChatPanel, IconCheck, IconCheckMark, IconCheckMarkFill, IconCheckMarkInCircle, IconChrome, IconClock, IconClockAdd, IconClose, IconCloseFill, IconCode, IconCollectionAdd, IconCollections, IconColorAnalyzeData, IconColorArtifact, IconColorAttachImage, IconColorChat, IconColorCitation, IconColorCitationRecommender, IconColorClaude, IconColorCollaborateWithTeam, IconColorCompass, IconColorComplete, IconColorCsv, IconColorDarkAnalyzeData, IconColorDarkArtifact, IconColorDarkAttachImage, IconColorDarkChat, IconColorDarkCitation, IconColorDarkCitationRecommender, IconColorDarkCollaborateWithTeam, IconColorDarkCompass, IconColorDarkComplete, IconColorDarkHypothesisEvaluator, IconColorDarkHypothesisGenerator, IconColorDarkLinerFilled, IconColorDarkLinerFilledScholar, IconColorDarkLinerFilledWrite, IconColorDarkLiteratureReview, IconColorDarkLoading, IconColorDarkPeerReview, IconColorDarkResearchQuestion, IconColorDarkResearchTracer, IconColorDarkResearchWithAgents, IconColorDarkSearchWithCitation, IconColorDarkSummarize, IconColorDarkSurveyGenerator, IconColorDarkSurveySimulator, IconColorDarkWriteDraft, IconColorDocument, IconColorDocx, IconColorExcel, IconColorFacebook, IconColorFiltering, IconColorFire, IconColorGemini, IconColorGiftBox, IconColorGoogle, IconColorGoogleDocs, IconColorHtml, IconColorHwp, IconColorHypothesisEvaluator, IconColorHypothesisGenerator, IconColorImage, IconColorJson, IconColorKakaotalk, IconColorKakaotalkLogo, IconColorLenovo, IconColorLinerFilled, IconColorLinerFilledScholar, IconColorLinerFilledWrite, IconColorLink, IconColorLinkedin, IconColorLiteratureReview, IconColorLoading, IconColorMarkdown, IconColorMemo, IconColorMindmap, IconColorOpenAccess, IconColorOpenai, IconColorParagraph, IconColorPdf, IconColorPeerReview, IconColorPowerpoint, IconColorResearchQuestion, IconColorResearchTracer, IconColorResearchWithAgents, IconColorSearchWithCitation, IconColorSlides, IconColorSummarize, IconColorSurveyGenerator, IconColorSurveySimulator, IconColorTable, IconColorTxt, IconColorWriteDraft, IconColorXlsx, IconColorXml, IconColumns, IconCompany, IconCopy, IconCredit, IconCreditAdd, IconCreditcard, IconCurrentTab, IconDarkMode, IconDeepResearch, IconDescription, IconDesktop, IconDesktopOnCursor, IconDiamonds, IconDocument, IconDocumentAdd, IconDocumentCheck, IconDocumentDownload, IconDocumentLined, IconDocumentWarning, IconDocumentZip, IconDoubleArrowBackward, IconDoubleArrowForward, IconDownload, IconDropDown, IconDropUp, IconElements, IconEmail, IconEmoji, IconEnd, IconEssay, IconExample, IconExclamation, IconExclamationTriangle, IconExclamationmark, IconExclamationmarkFill, IconExpand, IconExpandClose, IconExperiment, IconExtend, IconFacebook, IconFeed, IconFeedback, IconFileDownload, IconFileHashtag, IconFileZip, IconFilter, IconFindPaper, IconFire, IconFlowchart, IconFocus, IconFolder, IconFolderAdd, IconFolderMove, IconFolderOpen, IconFolderOpenShare, IconFolderRemove, IconFolderShare, IconFormalBag, IconFullscreen, IconFullscreenExit, IconFx, IconGift, IconGlasses, IconGlobe, IconGoogle, IconGoogleExport, IconGraduationcap, IconHashtag, IconHelp, IconHideAll, IconHighlightEdit, IconHighlighter, IconHistory, IconHome, IconHourglass, IconImageGenerator, IconInbox, IconInfo, IconInsertAfter, IconInstitution, IconItalic, IconKey, IconKeycapSlash, IconLeftIndentation, IconLight, IconLightMode, IconLiner, IconLink, IconLinkedin, IconList, IconListNumbered, IconLiteratureReview, IconLocation, IconLock, IconMNewTab, IconMTabNew, IconMagicPencil, IconMagicWand, IconMakeEasy, IconMembers, IconMemo, IconMemoEdit, IconMenu, IconMic, IconMicroscope, IconMindmap, IconMinus, IconMobile, IconMore, IconMoreHorizontal, IconMoreVertical, IconMove, IconMoveToFolder, IconNewChromeExtension, IconNewTab, IconNewThread, IconNewThreadFolder, IconNode, IconNodeAdd, IconNoteFind, IconNoteShield, IconNoteSummarize, IconNumberedList, IconPalette, IconPaperclip, IconParagraph, IconParaphrase, IconPencil, IconPencilParagraph, IconPencilWrite, IconPerson, IconPersonAdd, IconPersonFill, IconPersonShield, IconPhoto, IconPin, IconPlayButton, IconPlus, IconPower, IconQueryAdd, IconQueryExclamation, IconQuestion, IconQuestionBox, IconQuestionMessage, IconQuote, IconRedo, IconRegenerate, IconRemoveFromFolder, IconReport, IconRestaurant, IconRetry, IconRightIndentation, IconRocket, IconSearch, IconSecretMode, IconSend, IconSetting, IconShare, IconSheetExport, IconShield, IconShieldPerson, IconShieldUsage, IconShorten, IconShovel, IconShowAll, IconSidebar, IconSignOut, IconSource, IconSparkle, IconSpeaker, IconSpinner, IconSplitColumns, IconStack, IconStar, IconStart, IconStep, IconStop, IconStrikethrough, IconSummarize, IconSurvey, IconSwitch, IconTabCurrent, IconTabNew, IconTable, IconTableExport, IconTableList, IconTarget, IconTeams, IconTex, IconTextSelect, IconThumbDown, IconThumbUp, IconTimer, IconTranslate, IconTrash, IconTune, IconTwitter, IconUnderline, IconUndo, IconUnpin, IconUpgrade, IconVerificationBadge, IconViewList, IconViewSidebar, IconVisibility, IconVisibilityOff, IconVolume, IconVolumeUp, IconWindow, IconZoomIn, IconZoomOut, IconZotero };
5093
+ export { IconAccountCircle, IconAddClock, IconAddEmoji, IconAddNode, IconAddToFolder, IconAdjustment, IconAi, IconAirplane, IconAlignCenter, IconAlignJustify, IconAlignLeft, IconAlignRight, IconAlignSplit, IconAndroid, IconApple, IconArrowBack, IconArrowBackward, IconArrowChevronDown, IconArrowChevronLeft, IconArrowChevronRight, IconArrowChevronUp, IconArrowCollapse, IconArrowDown, IconArrowDownLeft, IconArrowDownRight, IconArrowDownUp, IconArrowDownward, IconArrowDropRight, IconArrowExpand, IconArrowForward, IconArrowLeft, IconArrowRedo, IconArrowRight, IconArrowTopRight, IconArrowTurn, IconArrowUndo, IconArrowUnfoldLess, IconArrowUnfoldMore, IconArrowUp, IconArrowUpDown, IconArrowUpLeft, IconArrowUpRight, IconArrowUpward, IconAsterisk, IconAtSign, IconBackOffice, IconBag, IconBalance, IconBell, IconBlock, IconBlocks, IconBold, IconBolt, IconBook, IconBookmark, IconBookmarkCancel, IconBooks, IconBrain, IconBulb, IconBulbExclamtion, IconBulbExclamtionmark, IconCalendar, IconCamera, IconCar, IconCasualShoe, IconChartBar, IconChartGraph, IconChartLineUptrend, IconChatPanel, IconCheck, IconCheckMark, IconCheckMarkFill, IconCheckMarkInCircle, IconChrome, IconClock, IconClockAdd, IconClose, IconCloseFill, IconCode, IconCollectionAdd, IconCollections, IconColorAnalyzeData, IconColorArtifact, IconColorAttachImage, IconColorChat, IconColorCitation, IconColorCitationRecommender, IconColorClaude, IconColorCollaborateWithTeam, IconColorCompass, IconColorComplete, IconColorCsv, IconColorDarkAnalyzeData, IconColorDarkArtifact, IconColorDarkAttachImage, IconColorDarkChat, IconColorDarkCitation, IconColorDarkCitationRecommender, IconColorDarkCollaborateWithTeam, IconColorDarkCompass, IconColorDarkComplete, IconColorDarkHypothesisEvaluator, IconColorDarkHypothesisGenerator, IconColorDarkLinerFilled, IconColorDarkLinerFilledScholar, IconColorDarkLinerFilledWrite, IconColorDarkLiteratureReview, IconColorDarkLoading, IconColorDarkPeerReview, IconColorDarkResearchQuestion, IconColorDarkResearchTracer, IconColorDarkResearchWithAgents, IconColorDarkSearchWithCitation, IconColorDarkSummarize, IconColorDarkSurveyGenerator, IconColorDarkSurveySimulator, IconColorDarkWriteDraft, IconColorDocument, IconColorDocx, IconColorExcel, IconColorFacebook, IconColorFiltering, IconColorFire, IconColorGemini, IconColorGiftBox, IconColorGoogle, IconColorGoogleDocs, IconColorHtml, IconColorHwp, IconColorHypothesisEvaluator, IconColorHypothesisGenerator, IconColorImage, IconColorJson, IconColorKakaotalk, IconColorKakaotalkLogo, IconColorLenovo, IconColorLinerFilled, IconColorLinerFilledScholar, IconColorLinerFilledWrite, IconColorLink, IconColorLinkedin, IconColorLiteratureReview, IconColorLoading, IconColorMarkdown, IconColorMemo, IconColorMindmap, IconColorOpenAccess, IconColorOpenai, IconColorParagraph, IconColorPdf, IconColorPeerReview, IconColorPowerpoint, IconColorResearchQuestion, IconColorResearchTracer, IconColorResearchWithAgents, IconColorSearchWithCitation, IconColorSlides, IconColorSummarize, IconColorSurveyGenerator, IconColorSurveySimulator, IconColorTable, IconColorTxt, IconColorWriteDraft, IconColorXlsx, IconColorXml, IconColumns, IconCompany, IconCopy, IconCredit, IconCreditAdd, IconCreditcard, IconCurrentTab, IconDarkMode, IconDeepResearch, IconDescription, IconDesktop, IconDesktopOnCursor, IconDiamonds, IconDocument, IconDocumentAdd, IconDocumentCheck, IconDocumentDownload, IconDocumentLined, IconDocumentWarning, IconDocumentZip, IconDoubleArrowBackward, IconDoubleArrowForward, IconDownload, IconDropDown, IconDropUp, IconElements, IconEmail, IconEmoji, IconEnd, IconEssay, IconExample, IconExclamation, IconExclamationTriangle, IconExclamationmark, IconExclamationmarkFill, IconExpand, IconExpandClose, IconExperiment, IconExtend, IconFacebook, IconFeed, IconFeedback, IconFileDownload, IconFileHashtag, IconFileZip, IconFilter, IconFindPaper, IconFire, IconFlowchart, IconFocus, IconFolder, IconFolderAdd, IconFolderMove, IconFolderOpen, IconFolderOpenShare, IconFolderRemove, IconFolderShare, IconFormalBag, IconFullscreen, IconFullscreenExit, IconFx, IconGift, IconGlasses, IconGlobe, IconGoogle, IconGoogleExport, IconGraduationcap, IconHashtag, IconHelp, IconHideAll, IconHighlightEdit, IconHighlighter, IconHistory, IconHome, IconHourglass, IconImageGenerator, IconInbox, IconInfo, IconInsertAfter, IconInstitution, IconItalic, IconKey, IconKeycapSlash, IconLeftIndentation, IconLight, IconLightMode, IconLiner, IconLink, IconLinkedin, IconList, IconListNumbered, IconLiteratureReview, IconLocation, IconLock, IconMNewTab, IconMTabNew, IconMagicPencil, IconMagicWand, IconMakeEasy, IconMembers, IconMemo, IconMemoEdit, IconMenu, IconMic, IconMicroscope, IconMindmap, IconMinus, IconMobile, IconMore, IconMoreHorizontal, IconMoreVertical, IconMove, IconMoveToFolder, IconNewChromeExtension, IconNewTab, IconNewThread, IconNewThreadFolder, IconNode, IconNodeAdd, IconNoteFind, IconNoteShield, IconNoteSummarize, IconNumberedList, IconPalette, IconPaperclip, IconParagraph, IconParaphrase, IconPencil, IconPencilParagraph, IconPencilWrite, IconPerson, IconPersonAdd, IconPersonShield, IconPhoto, IconPin, IconPlayButton, IconPlus, IconPower, IconQueryAdd, IconQueryExclamation, IconQuestion, IconQuestionBox, IconQuestionMessage, IconQuote, IconRedo, IconRegenerate, IconRemoveFromFolder, IconReport, IconRestaurant, IconRetry, IconRightIndentation, IconRocket, IconSearch, IconSecretMode, IconSend, IconSetting, IconShare, IconSheetExport, IconShield, IconShieldPerson, IconShieldUsage, IconShorten, IconShovel, IconShowAll, IconSidebar, IconSignOut, IconSource, IconSparkle, IconSpeaker, IconSpinner, IconSplitColumns, IconStack, IconStar, IconStart, IconStep, IconStop, IconStrikethrough, IconSummarize, IconSurvey, IconSwitch, IconTabCurrent, IconTabNew, IconTable, IconTableExport, IconTableList, IconTarget, IconTeams, IconTex, IconTextSelect, IconThumbDown, IconThumbUp, IconTimer, IconTranslate, IconTrash, IconTune, IconTwitter, IconUnderline, IconUndo, IconUnpin, IconUpgrade, IconVerificationBadge, IconViewList, IconViewSidebar, IconVisibility, IconVisibilityOff, IconVolume, IconVolumeUp, IconWindow, IconZoomIn, IconZoomOut, IconZotero };