@liner-fe/icon 0.2.52 → 0.2.56

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 (2) hide show
  1. package/lib/index.js +254 -254
  2. package/package.json +2 -2
package/lib/index.js CHANGED
@@ -4,7 +4,7 @@ import { jsx, jsxs } from 'react/jsx-runtime';
4
4
 
5
5
  // assets/arrow-upward/index.tsx
6
6
  var IconArrowUpward = /* @__PURE__ */ forwardRef(
7
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
7
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
8
8
  const iconSize = iconSizeMap[size];
9
9
  if (fill && thick) {
10
10
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M37.9392 30.0602L24.3535 16.4746C24.1583 16.2793 23.8417 16.2793 23.6464 16.4746L10.0608 30.0602L7.93945 27.9389L21.5251 14.3533C22.8919 12.9864 25.108 12.9864 26.4748 14.3533L40.0605 27.9389L37.9392 30.0602Z", style: { fill: `var(--${type})` } }) });
@@ -17,7 +17,7 @@ var IconArrowUpward = /* @__PURE__ */ forwardRef(
17
17
  }
18
18
  );
19
19
  var IconArrowDownward = /* @__PURE__ */ forwardRef(
20
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
20
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
21
21
  const iconSize = iconSizeMap[size];
22
22
  if (fill && thick) {
23
23
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.0608 17.9375L23.6464 31.5231C23.8417 31.7184 24.1583 31.7184 24.3535 31.5232L37.9392 17.9375L40.0605 20.0588L26.4748 33.6445C25.108 35.0113 22.8919 35.0113 21.5251 33.6445L7.93945 20.0588L10.0608 17.9375Z", style: { fill: `var(--${type})` } }) });
@@ -30,7 +30,7 @@ var IconArrowDownward = /* @__PURE__ */ forwardRef(
30
30
  }
31
31
  );
32
32
  var IconArrowBack = /* @__PURE__ */ forwardRef(
33
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
33
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
34
34
  const iconSize = iconSizeMap[size];
35
35
  if (fill && thick) {
36
36
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M30.0607 37.9372L16.4751 24.3516C16.2798 24.1563 16.2798 23.8397 16.4751 23.6445L30.0607 10.0588L27.9394 7.9375L14.3537 21.5231C12.9869 22.89 12.9869 25.1061 14.3537 26.4729L27.9394 40.0585L30.0607 37.9372Z", style: { fill: `var(--${type})` } }) });
@@ -43,7 +43,7 @@ var IconArrowBack = /* @__PURE__ */ forwardRef(
43
43
  }
44
44
  );
45
45
  var IconArrowForward = /* @__PURE__ */ forwardRef(
46
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
46
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
47
47
  const iconSize = iconSizeMap[size];
48
48
  if (fill && thick) {
49
49
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.9392 37.9372L31.5249 24.3516C31.7201 24.1563 31.7201 23.8397 31.5249 23.6445L17.9392 10.0588L20.0605 7.9375L33.6462 21.5231C35.013 22.89 35.013 25.1061 33.6462 26.4729L20.0605 40.0585L17.9392 37.9372Z", style: { fill: `var(--${type})` } }) });
@@ -56,7 +56,7 @@ var IconArrowForward = /* @__PURE__ */ forwardRef(
56
56
  }
57
57
  );
58
58
  var IconDropUp = /* @__PURE__ */ forwardRef(
59
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
59
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
60
60
  const iconSize = iconSizeMap[size];
61
61
  if (fill && thick) {
62
62
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M12.3284 29.1716L35.5 29.1716C36.3909 29.1716 36.8371 28.0944 36.2071 27.4645L25.3284 16.5858C24.5474 15.8047 23.281 15.8047 22.5 16.5858L11.6213 27.4645C10.9913 28.0944 11.4375 29.1716 12.3284 29.1716Z", style: { fill: `var(--${type})` } }) });
@@ -69,7 +69,7 @@ var IconDropUp = /* @__PURE__ */ forwardRef(
69
69
  }
70
70
  );
71
71
  var IconDropDown = /* @__PURE__ */ forwardRef(
72
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
72
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
73
73
  const iconSize = iconSizeMap[size];
74
74
  if (fill && thick) {
75
75
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M35.5 17H12.3284C11.4375 17 10.9913 18.0771 11.6213 18.7071L22.5 29.5858C23.281 30.3668 24.5474 30.3668 25.3284 29.5858L36.2071 18.7071C36.8371 18.0771 36.3909 17 35.5 17Z", style: { fill: `var(--${type})` } }) });
@@ -82,7 +82,7 @@ var IconDropDown = /* @__PURE__ */ forwardRef(
82
82
  }
83
83
  );
84
84
  var IconArrowBackward = /* @__PURE__ */ forwardRef(
85
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
85
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
86
86
  const iconSize = iconSizeMap[size];
87
87
  if (fill && thick) {
88
88
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M29.1716 35.6716L29.1716 12.5001C29.1716 11.6091 28.0944 11.163 27.4645 11.7929L16.5858 22.6716C15.8047 23.4527 15.8047 24.719 16.5858 25.5001L27.4645 36.3787C28.0944 37.0087 29.1716 36.5625 29.1716 35.6716Z", style: { fill: `var(--${type})` } }) });
@@ -95,7 +95,7 @@ var IconArrowBackward = /* @__PURE__ */ forwardRef(
95
95
  }
96
96
  );
97
97
  var IconArrowDropRight = /* @__PURE__ */ forwardRef(
98
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
98
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
99
99
  const iconSize = iconSizeMap[size];
100
100
  if (fill && thick) {
101
101
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M17 12.502L17 35.6736C17 36.5645 18.0771 37.0107 18.7071 36.3807L29.5858 25.502C30.3668 24.721 30.3668 23.4546 29.5858 22.6736L18.7071 11.7949C18.0771 11.1649 17 11.6111 17 12.502Z", style: { fill: `var(--${type})` } }) });
@@ -108,7 +108,7 @@ var IconArrowDropRight = /* @__PURE__ */ forwardRef(
108
108
  }
109
109
  );
110
110
  var IconArrowUp = /* @__PURE__ */ forwardRef(
111
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
111
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
112
112
  const iconSize = iconSizeMap[size];
113
113
  if (fill && thick) {
114
114
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M25.4999 11.6207L36.5174 22.6382L38.6387 20.5168L26.4751 8.35325C25.1083 6.98642 22.8922 6.98642 21.5254 8.35325L9.36182 20.5168L11.4831 22.6382L22.4999 11.6213V41.0003H25.4999V11.6207Z", style: { fill: `var(--${type})` } }) });
@@ -121,7 +121,7 @@ var IconArrowUp = /* @__PURE__ */ forwardRef(
121
121
  }
122
122
  );
123
123
  var IconArrowDown = /* @__PURE__ */ forwardRef(
124
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
124
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
125
125
  const iconSize = iconSizeMap[size];
126
126
  if (fill && thick) {
127
127
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M25.5011 36.379L25.5011 7H22.5011L22.5011 36.3797L11.4836 25.3622L9.3623 27.4835L21.5259 39.6471C22.8927 41.0139 25.1088 41.0139 26.4756 39.6471L38.6392 27.4835L36.5179 25.3622L25.5011 36.379Z", style: { fill: `var(--${type})` } }) });
@@ -134,7 +134,7 @@ var IconArrowDown = /* @__PURE__ */ forwardRef(
134
134
  }
135
135
  );
136
136
  var IconArrowLeft = /* @__PURE__ */ forwardRef(
137
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
137
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
138
138
  const iconSize = iconSizeMap[size];
139
139
  if (fill && thick) {
140
140
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M11.6219 22.4977L22.6389 11.4807L20.5176 9.35938L8.35398 21.523C6.98715 22.8898 6.98715 25.1059 8.35398 26.4727L20.5176 38.6363L22.6389 36.515L11.6216 25.4977L41.0001 25.4977L41.0001 22.4977L11.6219 22.4977Z", style: { fill: `var(--${type})` } }) });
@@ -147,7 +147,7 @@ var IconArrowLeft = /* @__PURE__ */ forwardRef(
147
147
  }
148
148
  );
149
149
  var IconArrowRight = /* @__PURE__ */ forwardRef(
150
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
150
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
151
151
  const iconSize = iconSizeMap[size];
152
152
  if (fill && thick) {
153
153
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M36.3777 25.5024L25.3612 36.5189L27.4825 38.6402L39.6461 26.4766C41.013 25.1098 41.013 22.8937 39.6461 21.5269L27.4825 9.36328L25.3612 11.4846L36.379 22.5024L7 22.5024V25.5024H36.3777Z", style: { fill: `var(--${type})` } }) });
@@ -160,7 +160,7 @@ var IconArrowRight = /* @__PURE__ */ forwardRef(
160
160
  }
161
161
  );
162
162
  var IconMove = /* @__PURE__ */ forwardRef(
163
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
163
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
164
164
  const iconSize = iconSizeMap[size];
165
165
  if (fill && thick) {
166
166
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M37.4295 20.5001L27.7557 30.1738L29.8771 32.2951L40.6464 21.5258C42.0133 20.1589 42.0133 17.9429 40.6464 16.576L29.8771 5.80664L27.7557 7.92796L37.3279 17.5001H10C8.067 17.5001 6.5 19.0671 6.5 21.0001V42.0001H9.5V21.0001C9.5 20.724 9.72386 20.5001 10 20.5001H37.4295Z", style: { fill: `var(--${type})` } }) });
@@ -173,7 +173,7 @@ var IconMove = /* @__PURE__ */ forwardRef(
173
173
  }
174
174
  );
175
175
  var IconArrowTurn = /* @__PURE__ */ forwardRef(
176
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
176
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
177
177
  const iconSize = iconSizeMap[size];
178
178
  if (fill && thick) {
179
179
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M10 30.5C8.067 30.5 6.5 28.933 6.5 27V6H9.5V27C9.5 27.2761 9.72386 27.5 10 27.5H37.3787L27.7557 17.8771L29.8771 15.7557L40.6464 26.5251C42.0133 27.892 42.0133 30.108 40.6464 31.4749L29.8771 42.2443L27.7557 40.1229L37.3787 30.5H10Z", style: { fill: `var(--${type})` } }) });
@@ -186,7 +186,7 @@ var IconArrowTurn = /* @__PURE__ */ forwardRef(
186
186
  }
187
187
  );
188
188
  var IconStart = /* @__PURE__ */ forwardRef(
189
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
189
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
190
190
  const iconSize = iconSizeMap[size];
191
191
  if (fill && thick) {
192
192
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -211,7 +211,7 @@ var IconStart = /* @__PURE__ */ forwardRef(
211
211
  }
212
212
  );
213
213
  var IconEnd = /* @__PURE__ */ forwardRef(
214
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
214
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
215
215
  const iconSize = iconSizeMap[size];
216
216
  if (fill && thick) {
217
217
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -236,7 +236,7 @@ var IconEnd = /* @__PURE__ */ forwardRef(
236
236
  }
237
237
  );
238
238
  var IconExtend = /* @__PURE__ */ forwardRef(
239
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
239
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
240
240
  const iconSize = iconSizeMap[size];
241
241
  if (fill && thick) {
242
242
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M8.62132 22.4991L16.0616 15.0588L13.9403 12.9375L4.98116 21.8967C3.82008 23.0577 3.82008 24.9402 4.98116 26.1013L13.9403 35.0604L16.0616 32.9391L8.62166 25.4991L39.3808 25.4991L31.9404 32.9395L34.0618 35.0608L43.0209 26.1016C44.182 24.9405 44.182 23.0581 43.0209 21.897L34.0618 12.9378L31.9404 15.0592L39.3804 22.4991L8.62132 22.4991Z", style: { fill: `var(--${type})` } }) });
@@ -249,7 +249,7 @@ var IconExtend = /* @__PURE__ */ forwardRef(
249
249
  }
250
250
  );
251
251
  var IconShorten = /* @__PURE__ */ forwardRef(
252
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
252
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
253
253
  const iconSize = iconSizeMap[size];
254
254
  if (fill && thick) {
255
255
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -274,7 +274,7 @@ var IconShorten = /* @__PURE__ */ forwardRef(
274
274
  }
275
275
  );
276
276
  var IconMore = /* @__PURE__ */ forwardRef(
277
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
277
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
278
278
  const iconSize = iconSizeMap[size];
279
279
  if (fill && thick) {
280
280
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -303,7 +303,7 @@ var IconMore = /* @__PURE__ */ forwardRef(
303
303
  }
304
304
  );
305
305
  var IconCheckMark = /* @__PURE__ */ forwardRef(
306
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
306
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
307
307
  const iconSize = iconSizeMap[size];
308
308
  if (fill && thick) {
309
309
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 44C35.0457 44 44 35.0457 44 24C44 12.9543 35.0457 4 24 4C12.9543 4 4 12.9543 4 24C4 35.0457 12.9543 44 24 44ZM22.6155 27.5188L16.4292 21.3325L13.6008 24.1609L19.7871 30.3472C21.3472 31.9074 23.8761 31.9096 25.439 30.3522L36.1194 19.709L33.296 16.8756L22.6155 27.5188Z", style: { fill: `var(--${type})` } }) });
@@ -316,7 +316,7 @@ var IconCheckMark = /* @__PURE__ */ forwardRef(
316
316
  }
317
317
  );
318
318
  var IconCheckMarkFill = /* @__PURE__ */ forwardRef(
319
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
319
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
320
320
  const iconSize = iconSizeMap[size];
321
321
  if (fill && thick) {
322
322
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -341,7 +341,7 @@ var IconCheckMarkFill = /* @__PURE__ */ forwardRef(
341
341
  }
342
342
  );
343
343
  var IconExclamationmark = /* @__PURE__ */ forwardRef(
344
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
344
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
345
345
  const iconSize = iconSizeMap[size];
346
346
  if (fill && thick) {
347
347
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M44 24C44 35.0457 35.0457 44 24 44C12.9543 44 4 35.0457 4 24C4 12.9543 12.9543 4 24 4C35.0457 4 44 12.9543 44 24ZM23.9999 30C23.3591 30 22.7852 30.2302 22.3312 30.6855C21.8772 31.1406 21.6484 31.715 21.6484 32.3555C21.6484 32.996 21.8772 33.5704 22.3312 34.0255C22.7852 34.4808 23.3591 34.711 23.9999 34.711C24.6406 34.711 25.2145 34.4808 25.6686 34.0255C26.1225 33.5704 26.3513 32.996 26.3513 32.3555C26.3513 31.715 26.1225 31.1406 25.6686 30.6855C25.2145 30.2302 24.6406 30 23.9999 30ZM22 14V26H26V14H22Z", style: { fill: `var(--${type})` } }) });
@@ -360,7 +360,7 @@ var IconExclamationmark = /* @__PURE__ */ forwardRef(
360
360
  }
361
361
  );
362
362
  var IconExclamationmarkFill = /* @__PURE__ */ forwardRef(
363
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
363
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
364
364
  const iconSize = iconSizeMap[size];
365
365
  if (fill && thick) {
366
366
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -389,7 +389,7 @@ var IconExclamationmarkFill = /* @__PURE__ */ forwardRef(
389
389
  }
390
390
  );
391
391
  var IconPlus = /* @__PURE__ */ forwardRef(
392
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
392
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
393
393
  const iconSize = iconSizeMap[size];
394
394
  if (fill && thick) {
395
395
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 44C35.0457 44 44 35.0457 44 24C44 12.9543 35.0457 4 24 4C12.9543 4 4 12.9543 4 24C4 35.0457 12.9543 44 24 44ZM21.9997 35.9991V25.9998H11.9997V21.9998H21.9997V11.9998H25.9997V21.9998H35.9991V25.9998H25.9997V35.9991H21.9997Z", style: { fill: `var(--${type})` } }) });
@@ -402,7 +402,7 @@ var IconPlus = /* @__PURE__ */ forwardRef(
402
402
  }
403
403
  );
404
404
  var IconMinus = /* @__PURE__ */ forwardRef(
405
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
405
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
406
406
  const iconSize = iconSizeMap[size];
407
407
  if (fill && thick) {
408
408
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 44C35.0457 44 44 35.0457 44 24C44 12.9543 35.0457 4 24 4C12.9543 4 4 12.9543 4 24C4 35.0457 12.9543 44 24 44ZM33 22L15 22V26L33 26V22Z", style: { fill: `var(--${type})` } }) });
@@ -415,7 +415,7 @@ var IconMinus = /* @__PURE__ */ forwardRef(
415
415
  }
416
416
  );
417
417
  var IconClose = /* @__PURE__ */ forwardRef(
418
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
418
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
419
419
  const iconSize = iconSizeMap[size];
420
420
  if (fill && thick) {
421
421
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M44 24C44 35.0457 35.0457 44 24 44C12.9543 44 4 35.0457 4 24C4 12.9543 12.9543 4 24 4C35.0457 4 44 12.9543 44 24ZM24.0304 21.2242L29.6689 15.5858L32.4973 18.4142L26.8588 24.0527L32.4504 29.6443L29.622 32.4727L24.0304 26.8811L18.4859 32.4256L15.6574 29.5972L21.202 24.0527L15.6106 18.4613L18.439 15.6329L24.0304 21.2242Z", style: { fill: `var(--${type})` } }) });
@@ -428,7 +428,7 @@ var IconClose = /* @__PURE__ */ forwardRef(
428
428
  }
429
429
  );
430
430
  var IconCloseFill = /* @__PURE__ */ forwardRef(
431
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
431
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
432
432
  const iconSize = iconSizeMap[size];
433
433
  if (fill && thick) {
434
434
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -453,7 +453,7 @@ var IconCloseFill = /* @__PURE__ */ forwardRef(
453
453
  }
454
454
  );
455
455
  var IconDoubleArrowForward = /* @__PURE__ */ forwardRef(
456
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
456
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
457
457
  const iconSize = iconSizeMap[size];
458
458
  if (fill && thick) {
459
459
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -478,7 +478,7 @@ var IconDoubleArrowForward = /* @__PURE__ */ forwardRef(
478
478
  }
479
479
  );
480
480
  var IconDoubleArrowBackward = /* @__PURE__ */ forwardRef(
481
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
481
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
482
482
  const iconSize = iconSizeMap[size];
483
483
  if (fill && thick) {
484
484
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -503,7 +503,7 @@ var IconDoubleArrowBackward = /* @__PURE__ */ forwardRef(
503
503
  }
504
504
  );
505
505
  var IconArrowUpRight = /* @__PURE__ */ forwardRef(
506
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
506
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
507
507
  const iconSize = iconSizeMap[size];
508
508
  if (fill && thick) {
509
509
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M35.4999 14.6214L35.4999 31H38.4999L38.4999 13C38.4999 11.067 36.9329 9.5 34.9999 9.5H16.9999V12.5L33.3787 12.5L8.93921 36.9395L11.0605 39.0608L35.4999 14.6214Z", style: { fill: `var(--${type})` } }) });
@@ -516,7 +516,7 @@ var IconArrowUpRight = /* @__PURE__ */ forwardRef(
516
516
  }
517
517
  );
518
518
  var IconArrowDownLeft = /* @__PURE__ */ forwardRef(
519
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
519
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
520
520
  const iconSize = iconSizeMap[size];
521
521
  if (fill && thick) {
522
522
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M14.6212 35.5002L39.0607 11.0608L36.9394 8.93945L12.5 33.3788V17.0002H9.5V35.0002C9.5 36.9332 11.067 38.5002 13 38.5002H31V35.5002H14.6212Z", style: { fill: `var(--${type})` } }) });
@@ -529,7 +529,7 @@ var IconArrowDownLeft = /* @__PURE__ */ forwardRef(
529
529
  }
530
530
  );
531
531
  var IconArrowUpLeft = /* @__PURE__ */ forwardRef(
532
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
532
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
533
533
  const iconSize = iconSizeMap[size];
534
534
  if (fill && thick) {
535
535
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M11.9393 14.6214L11.9393 31H8.93933L8.93933 13C8.93933 11.067 10.5063 9.5 12.4393 9.5H30.4393V12.5L14.0605 12.5L38.5 36.9395L36.3787 39.0608L11.9393 14.6214Z", style: { fill: `var(--${type})` } }) });
@@ -542,7 +542,7 @@ var IconArrowUpLeft = /* @__PURE__ */ forwardRef(
542
542
  }
543
543
  );
544
544
  var IconArrowUpDown = /* @__PURE__ */ forwardRef(
545
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
545
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
546
546
  const iconSize = iconSizeMap[size];
547
547
  if (fill && thick) {
548
548
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -567,7 +567,7 @@ var IconArrowUpDown = /* @__PURE__ */ forwardRef(
567
567
  }
568
568
  );
569
569
  var IconRedo = /* @__PURE__ */ forwardRef(
570
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
570
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
571
571
  const iconSize = iconSizeMap[size];
572
572
  if (fill && thick) {
573
573
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M37.8794 16.5604H18C11.3726 16.5604 6 21.933 6 28.5604C6 35.1879 11.3726 40.5604 18 40.5604H38.9683V37.5604H18C13.0294 37.5604 9 33.531 9 28.5604C9 23.5899 13.0294 19.5604 18 19.5604H37.8815L30.4403 27.0016L32.5616 29.1229L41.5208 20.1638C42.6819 19.0027 42.6819 17.1202 41.5208 15.9592L32.5616 7L30.4403 9.12132L37.8794 16.5604Z", style: { fill: `var(--${type})` } }) });
@@ -580,7 +580,7 @@ var IconRedo = /* @__PURE__ */ forwardRef(
580
580
  }
581
581
  );
582
582
  var IconUndo = /* @__PURE__ */ forwardRef(
583
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
583
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
584
584
  const iconSize = iconSizeMap[size];
585
585
  if (fill && thick) {
586
586
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M6.8708 15.9592L15.83 7L17.9513 9.12132L10.5123 16.5603H30.3916C37.019 16.5603 42.3916 21.9329 42.3916 28.5603C42.3916 35.1877 37.019 40.5603 30.3916 40.5603H9.42334V37.5603H30.3916C35.3622 37.5603 39.3916 33.5309 39.3916 28.5603C39.3916 23.5898 35.3622 19.5603 30.3916 19.5603H10.51L17.9513 27.0016L15.83 29.1229L6.8708 20.1638C5.70973 19.0027 5.70973 17.1202 6.8708 15.9592Z", style: { fill: `var(--${type})` } }) });
@@ -593,7 +593,7 @@ var IconUndo = /* @__PURE__ */ forwardRef(
593
593
  }
594
594
  );
595
595
  var IconExpand = /* @__PURE__ */ forwardRef(
596
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
596
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
597
597
  const iconSize = iconSizeMap[size];
598
598
  if (fill && thick) {
599
599
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -618,7 +618,7 @@ var IconExpand = /* @__PURE__ */ forwardRef(
618
618
  }
619
619
  );
620
620
  var IconShowAll = /* @__PURE__ */ forwardRef(
621
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
621
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
622
622
  const iconSize = iconSizeMap[size];
623
623
  if (fill && thick) {
624
624
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -651,7 +651,7 @@ var IconShowAll = /* @__PURE__ */ forwardRef(
651
651
  }
652
652
  );
653
653
  var IconHideAll = /* @__PURE__ */ forwardRef(
654
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
654
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
655
655
  const iconSize = iconSizeMap[size];
656
656
  if (fill && thick) {
657
657
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -684,7 +684,7 @@ var IconHideAll = /* @__PURE__ */ forwardRef(
684
684
  }
685
685
  );
686
686
  var IconHelp = /* @__PURE__ */ forwardRef(
687
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
687
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
688
688
  const iconSize = iconSizeMap[size];
689
689
  if (fill && thick) {
690
690
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 44C35.0457 44 44 35.0457 44 24C44 12.9543 35.0457 4 24 4C12.9543 4 4 12.9543 4 24C4 35.0457 12.9543 44 24 44ZM17.892 18.0469C18.4056 16.7441 19.2399 15.7037 20.3878 14.9516C21.5349 14.2002 22.8486 13.834 24.3002 13.834C25.9821 13.834 27.419 14.312 28.5231 15.3389C29.6341 16.3722 30.1672 17.7399 30.1672 19.354C30.1672 20.2797 29.966 21.1469 29.5543 21.9408C29.1408 22.7382 28.469 23.5012 27.5931 24.2379L27.5874 24.2427C26.707 24.9696 26.3348 25.4978 26.2366 25.8235C26.0904 26.3084 26.0124 26.8602 26.0124 27.4856V28.319H21.9887V27.4856C21.9887 26.2786 22.1949 25.2197 22.6764 24.3707C23.1224 23.5842 23.7856 22.8257 24.6325 22.0898L24.6422 22.0814C25.2693 21.5531 25.7141 21.0699 26.0032 20.6351C26.2647 20.2418 26.3832 19.8467 26.3832 19.4341C26.3832 18.8884 26.1986 18.4852 25.8259 18.156C25.4497 17.8237 24.9279 17.6237 24.1803 17.6237C23.5331 17.6237 23.0132 17.7885 22.5837 18.0919C22.1464 18.4008 21.8013 18.843 21.5605 19.4577L21.26 20.2246L17.582 18.833L17.892 18.0469ZM22.5519 31.1416C23.0059 30.6863 23.5798 30.4561 24.2206 30.4561C24.8613 30.4561 25.4352 30.6863 25.8893 31.1416C26.3432 31.5967 26.572 32.1711 26.572 32.8116C26.572 33.452 26.3432 34.0264 25.8893 34.4816C25.4352 34.9368 24.8613 35.1671 24.2206 35.1671C23.5798 35.1671 23.0059 34.9368 22.5519 34.4816C22.0979 34.0264 21.8691 33.452 21.8691 32.8116C21.8691 32.1711 22.0979 31.5967 22.5519 31.1416Z", style: { fill: `var(--${type})` } }) });
@@ -705,7 +705,7 @@ var IconHelp = /* @__PURE__ */ forwardRef(
705
705
  }
706
706
  );
707
707
  var IconZoomIn = /* @__PURE__ */ forwardRef(
708
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
708
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
709
709
  const iconSize = iconSizeMap[size];
710
710
  if (fill && thick) {
711
711
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -730,7 +730,7 @@ var IconZoomIn = /* @__PURE__ */ forwardRef(
730
730
  }
731
731
  );
732
732
  var IconZoomOut = /* @__PURE__ */ forwardRef(
733
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
733
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
734
734
  const iconSize = iconSizeMap[size];
735
735
  if (fill && thick) {
736
736
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -755,7 +755,7 @@ var IconZoomOut = /* @__PURE__ */ forwardRef(
755
755
  }
756
756
  );
757
757
  var IconRetry = /* @__PURE__ */ forwardRef(
758
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
758
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
759
759
  const iconSize = iconSizeMap[size];
760
760
  if (fill && thick) {
761
761
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M23.5 6.5C29.8688 6.5 35.4389 9.90259 38.5 14.9854V7.5H41.5V20H29V17H36.2002C33.7296 12.5278 28.9674 9.5 23.5 9.5C17.189 9.50007 11.8164 13.5333 9.8252 19.167L9.63574 19.7383C9.22259 21.0841 9 22.5149 9 24C9 32.0081 15.4919 38.4999 23.5 38.5C26.2187 38.5 28.7625 37.7505 30.9375 36.4482C30.9786 36.4236 31.0197 36.399 31.0605 36.374C34.2274 34.435 36.5934 31.3153 37.543 27.626C37.8413 26.4671 38 25.2521 38 24H41C41 25.5101 40.8079 26.9752 40.4482 28.373L40.4492 28.374C40.2811 29.0271 40.0752 29.6649 39.8359 30.2861C39.7412 30.5321 39.6405 30.7751 39.5352 31.0156C39.5146 31.0625 39.4946 31.1096 39.4736 31.1562C39.3938 31.3341 39.3101 31.5099 39.2246 31.6846C39.2033 31.7281 39.1828 31.7721 39.1611 31.8154C39.0659 32.0059 38.9672 32.1944 38.8652 32.3809C38.8611 32.3884 38.8567 32.3958 38.8525 32.4033C38.7573 32.577 38.6595 32.7489 38.5586 32.9189C38.5353 32.9581 38.5118 32.9971 38.4883 33.0361C38.3798 33.2157 38.268 33.3931 38.1533 33.5684C38.136 33.5949 38.1181 33.621 38.1006 33.6475C37.7289 34.2088 37.3257 34.7473 36.8936 35.2607C36.8656 35.294 36.8378 35.3273 36.8096 35.3604C36.533 35.6841 36.2445 35.9971 35.9453 36.2998C35.9212 36.3242 35.8983 36.3498 35.874 36.374C35.7293 36.5188 35.5813 36.6602 35.4316 36.7998C35.4018 36.8276 35.3718 36.8552 35.3418 36.8828C35.1997 37.0134 35.0555 37.1416 34.9092 37.2676C34.8638 37.3066 34.8182 37.3452 34.7725 37.3838C34.4548 37.6516 34.1275 37.9083 33.791 38.1533C33.7624 38.1742 33.7338 38.1951 33.7051 38.2158C33.531 38.341 33.3546 38.4631 33.1758 38.582C33.1568 38.5946 33.1381 38.6076 33.1191 38.6201C32.9399 38.7383 32.759 38.8541 32.5752 38.9658C32.5461 38.9835 32.5165 39.0001 32.4873 39.0176C32.3228 39.1162 32.1562 39.2114 31.9883 39.3047C31.9601 39.3203 31.9326 39.337 31.9043 39.3525C31.7186 39.4544 31.5305 39.5522 31.3408 39.6475C31.3109 39.6625 31.281 39.6775 31.251 39.6924C31.0588 39.7875 30.865 39.8796 30.6689 39.9678C30.6495 39.9765 30.6298 39.9845 30.6104 39.9932C30.4344 40.0715 30.2571 40.1471 30.0781 40.2197C30.0286 40.2398 29.9794 40.2606 29.9297 40.2803C29.9051 40.29 29.8801 40.299 29.8555 40.3086C29.7657 40.3436 29.6755 40.3776 29.585 40.4111C29.5408 40.4275 29.4965 40.4439 29.4521 40.46C28.94 40.6452 28.417 40.8078 27.8838 40.9453C27.8672 40.9496 27.8506 40.9538 27.834 40.958C27.7133 40.9887 27.5923 41.0187 27.4707 41.0469C27.4515 41.0513 27.4323 41.0552 27.4131 41.0596C27.3099 41.0831 27.2064 41.1052 27.1025 41.127C27.0463 41.1387 26.9901 41.1509 26.9336 41.1621C26.8661 41.1755 26.7983 41.1875 26.7305 41.2002C26.6632 41.2128 26.5959 41.2255 26.5283 41.2373C26.464 41.2485 26.3995 41.259 26.335 41.2695C26.2689 41.2803 26.203 41.2917 26.1367 41.3018C26.1328 41.3024 26.129 41.3041 26.125 41.3047L25.7285 41.3594C25.6922 41.364 25.6556 41.3667 25.6191 41.3711C25.5172 41.3834 25.415 41.3957 25.3125 41.4062C25.2836 41.4092 25.2546 41.4112 25.2256 41.4141C25.1246 41.4239 25.0234 41.4332 24.9219 41.4414C24.8653 41.446 24.8087 41.4511 24.752 41.4551C24.6743 41.4606 24.5965 41.4653 24.5186 41.4697C24.448 41.4738 24.3774 41.4773 24.3066 41.4805C24.2264 41.4841 24.146 41.4867 24.0654 41.4893C24.0209 41.4907 23.9763 41.4931 23.9316 41.4941C23.7882 41.4976 23.6443 41.5 23.5 41.5C13.8351 41.4999 6 33.6649 6 24C6 22.0849 6.30843 20.239 6.87891 18.5107L6.99609 18.167C9.39774 11.3721 15.8781 6.50007 23.5 6.5Z", style: { fill: `var(--${type})` } }) });
@@ -768,7 +768,7 @@ var IconRetry = /* @__PURE__ */ forwardRef(
768
768
  }
769
769
  );
770
770
  var IconQuestionMessage = /* @__PURE__ */ forwardRef(
771
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
771
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
772
772
  const iconSize = iconSizeMap[size];
773
773
  if (fill && thick) {
774
774
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M44 24C44 35.0457 35.0457 44 24 44C20.1538 44 16.5612 42.9143 13.512 41.0327L8.52936 42.3678C7.04222 42.7663 5.6814 41.4054 6.07988 39.9183L7.36794 35.1112C5.24062 31.9332 4 28.1115 4 24C4 12.9543 12.9543 4 24 4C35.0457 4 44 12.9543 44 24ZM17.8922 18.0469C18.4059 16.7441 19.2401 15.7037 20.3881 14.9516C21.5351 14.2002 22.8489 13.834 24.3004 13.834C25.9824 13.834 27.4192 14.312 28.5234 15.3389C29.6343 16.3722 30.1675 17.7399 30.1675 19.354C30.1675 20.2797 29.9663 21.1469 29.5545 21.9408C29.141 22.7382 28.4693 23.5012 27.5933 24.2379L27.5876 24.2427C26.7073 24.9696 26.3351 25.4978 26.2369 25.8235C26.0906 26.3084 26.0127 26.8602 26.0127 27.4856V28.319H21.9889V27.4856C21.9889 26.2786 22.1952 25.2197 22.6767 24.3707C23.1227 23.5842 23.7858 22.8257 24.6327 22.0898L24.6424 22.0814C25.2696 21.5531 25.7144 21.0699 26.0035 20.6351C26.2649 20.2418 26.3834 19.8467 26.3834 19.4341C26.3834 18.8884 26.1988 18.4852 25.8261 18.156C25.4499 17.8237 24.9282 17.6237 24.1806 17.6237C23.5334 17.6237 23.0135 17.7885 22.584 18.0919C22.1466 18.4008 21.8016 18.843 21.5607 19.4577L21.2603 20.2246L17.5823 18.833L17.8922 18.0469ZM22.5518 31.1418C23.0059 30.6866 23.5798 30.4563 24.2205 30.4563C24.8613 30.4563 25.4352 30.6866 25.8892 31.1418C26.3431 31.5969 26.572 32.1713 26.572 32.8118C26.572 33.4523 26.3431 34.0267 25.8892 34.4818C25.4352 34.9371 24.8613 35.1673 24.2205 35.1673C23.5798 35.1673 23.0059 34.9371 22.5518 34.4818C22.0979 34.0267 21.8691 33.4523 21.8691 32.8118C21.8691 32.1713 22.0979 31.5969 22.5518 31.1418Z", style: { fill: `var(--${type})` } }) });
@@ -789,7 +789,7 @@ var IconQuestionMessage = /* @__PURE__ */ forwardRef(
789
789
  }
790
790
  );
791
791
  var IconBooks = /* @__PURE__ */ forwardRef(
792
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
792
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
793
793
  const iconSize = iconSizeMap[size];
794
794
  if (fill && thick) {
795
795
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -818,7 +818,7 @@ var IconBooks = /* @__PURE__ */ forwardRef(
818
818
  }
819
819
  );
820
820
  var IconBalance = /* @__PURE__ */ forwardRef(
821
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
821
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
822
822
  const iconSize = iconSizeMap[size];
823
823
  if (fill && thick) {
824
824
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -847,7 +847,7 @@ var IconBalance = /* @__PURE__ */ forwardRef(
847
847
  }
848
848
  );
849
849
  var IconChartBar = /* @__PURE__ */ forwardRef(
850
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
850
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
851
851
  const iconSize = iconSizeMap[size];
852
852
  if (fill && thick) {
853
853
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -875,7 +875,7 @@ var IconChartBar = /* @__PURE__ */ forwardRef(
875
875
  }
876
876
  );
877
877
  var IconChartLineUptrend = /* @__PURE__ */ forwardRef(
878
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
878
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
879
879
  const iconSize = iconSizeMap[size];
880
880
  if (fill && thick) {
881
881
  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: "M8 6C6.89543 6 6 6.89543 6 8V40C6 41.1046 6.89543 42 8 42H40C41.1046 42 42 41.1046 42 40V8C42 6.89543 41.1046 6 40 6H8ZM31.815 25.6003L37.6207 12.8276L33.9793 11.1724L28.1735 23.945L22.5903 18.3619C20.5435 16.3151 17.0676 17.0527 16.0285 19.7544L10.1333 35.082L13.8667 36.5179L19.7619 21.1903L25.3451 26.7735C27.3199 28.7483 30.6593 28.1428 31.815 25.6003Z", style: { fill: `var(--${type})` } }) });
@@ -894,7 +894,7 @@ var IconChartLineUptrend = /* @__PURE__ */ forwardRef(
894
894
  }
895
895
  );
896
896
  var IconFolder = /* @__PURE__ */ forwardRef(
897
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
897
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
898
898
  const iconSize = iconSizeMap[size];
899
899
  if (fill && thick) {
900
900
  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 10.5L21 6.5H6.5C5.39543 6.5 4.5 7.39543 4.5 8.5V39C4.5 40.1046 5.39543 41 6.5 41H41.5C42.6046 41 43.5 40.1046 43.5 39V12.5C43.5 11.3954 42.6046 10.5 41.5 10.5H24ZM19.5 9.5H7.5V38H40.5V13.5H22.5L19.5 9.5Z", style: { fill: `var(--${type})` } }) });
@@ -907,7 +907,7 @@ var IconFolder = /* @__PURE__ */ forwardRef(
907
907
  }
908
908
  );
909
909
  var IconFolderOpen = /* @__PURE__ */ forwardRef(
910
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
910
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
911
911
  const iconSize = iconSizeMap[size];
912
912
  if (fill && thick) {
913
913
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M6.5 6.5C5.39543 6.5 4.5 7.39543 4.5 8.5V39C4.5 40.1046 5.39543 41 6.5 41H41.8C42.7802 41 43.616 40.2896 43.7739 39.3223L47.5 16.5H10L7.5 31.8125V13.5H43.5V12.5C43.5 11.3954 42.6046 10.5 41.5 10.5H24L21 6.5H6.5Z", style: { fill: `var(--${type})` } }) });
@@ -920,7 +920,7 @@ var IconFolderOpen = /* @__PURE__ */ forwardRef(
920
920
  }
921
921
  );
922
922
  var IconFolderAdd = /* @__PURE__ */ forwardRef(
923
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
923
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
924
924
  const iconSize = iconSizeMap[size];
925
925
  if (fill && thick) {
926
926
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M20 8.5L22.4004 11.7002L23 12.5H41.5V39H6.5V8.5H20ZM20 21.5H14.25V29.5H20V35.5H28V29.5H33.75V21.5H28V16H20V21.5Z", style: { fill: `var(--${type})` }, stroke: "#1E1E1F", "stroke-width": "4" }) });
@@ -939,7 +939,7 @@ var IconFolderAdd = /* @__PURE__ */ forwardRef(
939
939
  }
940
940
  );
941
941
  var IconDocument = /* @__PURE__ */ forwardRef(
942
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
942
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
943
943
  const iconSize = iconSizeMap[size];
944
944
  if (fill && thick) {
945
945
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -958,7 +958,7 @@ var IconDocument = /* @__PURE__ */ forwardRef(
958
958
  }
959
959
  );
960
960
  var IconPerson = /* @__PURE__ */ forwardRef(
961
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
961
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
962
962
  const iconSize = iconSizeMap[size];
963
963
  if (fill && thick) {
964
964
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -983,7 +983,7 @@ var IconPerson = /* @__PURE__ */ forwardRef(
983
983
  }
984
984
  );
985
985
  var IconPersonAdd = /* @__PURE__ */ forwardRef(
986
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
986
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
987
987
  const iconSize = iconSizeMap[size];
988
988
  if (fill && thick) {
989
989
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1012,7 +1012,7 @@ var IconPersonAdd = /* @__PURE__ */ forwardRef(
1012
1012
  }
1013
1013
  );
1014
1014
  var IconSend = /* @__PURE__ */ forwardRef(
1015
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
1015
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1016
1016
  const iconSize = iconSizeMap[size];
1017
1017
  if (fill && thick) {
1018
1018
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M41.0229 22.6772C42.4872 23.4169 42.4872 25.5078 41.0229 26.2475L8.36699 42.7447C6.77568 43.5486 5.00729 42.026 5.56587 40.3329L9.86122 27.3135L32.5024 25.0494C32.7848 25.0211 32.9999 24.7835 32.9999 24.4996C32.9999 24.2158 32.7848 23.9781 32.5024 23.9499L9.88648 21.6883L5.56582 8.59178C5.00726 6.89871 6.77565 5.37614 8.36695 6.18004L41.0229 22.6772Z", style: { fill: `var(--${type})` } }) });
@@ -1025,7 +1025,7 @@ var IconSend = /* @__PURE__ */ forwardRef(
1025
1025
  }
1026
1026
  );
1027
1027
  var IconPaperclip = /* @__PURE__ */ forwardRef(
1028
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
1028
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1029
1029
  const iconSize = iconSizeMap[size];
1030
1030
  if (fill && thick) {
1031
1031
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.6238 23.9682C9.03255 27.5595 9.03255 33.382 12.6238 36.9732C16.215 40.5644 22.0375 40.5644 25.6287 36.9732L39.3219 23.2799L41.4432 25.4012L27.75 39.0945C22.9872 43.8573 15.2652 43.8573 10.5024 39.0945C5.73966 34.3317 5.73966 26.6097 10.5024 21.8469L24.3681 7.98122C27.7386 4.61077 33.2032 4.61077 36.5736 7.98122C39.9441 11.3517 39.9441 16.8162 36.5736 20.1867L22.9703 33.79C20.9425 35.8179 17.6547 35.8179 15.6268 33.79C13.599 31.7622 13.599 28.4744 15.6268 26.4465L29.0577 13.0157L31.179 15.137L17.7482 28.5679C16.8919 29.4241 16.8919 30.8124 17.7482 31.6687C18.6044 32.525 19.9927 32.525 20.849 31.6687L34.4523 18.0654C36.6512 15.8665 36.6512 12.3014 34.4523 10.1025C32.2534 7.90366 28.6883 7.90366 26.4895 10.1025L12.6238 23.9682Z", style: { fill: `var(--${type})` } }) });
@@ -1038,7 +1038,7 @@ var IconPaperclip = /* @__PURE__ */ forwardRef(
1038
1038
  }
1039
1039
  );
1040
1040
  var IconShare = /* @__PURE__ */ forwardRef(
1041
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
1041
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1042
1042
  const iconSize = iconSizeMap[size];
1043
1043
  if (fill && thick) {
1044
1044
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1063,7 +1063,7 @@ var IconShare = /* @__PURE__ */ forwardRef(
1063
1063
  }
1064
1064
  );
1065
1065
  var IconSignOut = /* @__PURE__ */ forwardRef(
1066
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
1066
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1067
1067
  const iconSize = iconSizeMap[size];
1068
1068
  if (fill && thick) {
1069
1069
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1088,7 +1088,7 @@ var IconSignOut = /* @__PURE__ */ forwardRef(
1088
1088
  }
1089
1089
  );
1090
1090
  var IconLock = /* @__PURE__ */ forwardRef(
1091
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
1091
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1092
1092
  const iconSize = iconSizeMap[size];
1093
1093
  if (fill && thick) {
1094
1094
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1113,7 +1113,7 @@ var IconLock = /* @__PURE__ */ forwardRef(
1113
1113
  }
1114
1114
  );
1115
1115
  var IconAi = /* @__PURE__ */ forwardRef(
1116
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
1116
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1117
1117
  const iconSize = iconSizeMap[size];
1118
1118
  if (fill && thick) {
1119
1119
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1145,7 +1145,7 @@ var IconAi = /* @__PURE__ */ forwardRef(
1145
1145
  }
1146
1146
  );
1147
1147
  var IconTrash = /* @__PURE__ */ forwardRef(
1148
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
1148
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1149
1149
  const iconSize = iconSizeMap[size];
1150
1150
  if (fill && thick) {
1151
1151
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1170,7 +1170,7 @@ var IconTrash = /* @__PURE__ */ forwardRef(
1170
1170
  }
1171
1171
  );
1172
1172
  var IconStack = /* @__PURE__ */ forwardRef(
1173
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
1173
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1174
1174
  const iconSize = iconSizeMap[size];
1175
1175
  if (fill && thick) {
1176
1176
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1199,7 +1199,7 @@ var IconStack = /* @__PURE__ */ forwardRef(
1199
1199
  }
1200
1200
  );
1201
1201
  var IconNewThread = /* @__PURE__ */ forwardRef(
1202
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
1202
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1203
1203
  const iconSize = iconSizeMap[size];
1204
1204
  if (fill && thick) {
1205
1205
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M41 9V35H34.667V41.6895L25.1074 35.335L24.6045 35H7V9H41ZM20 18.001H15V26.001H20V31.001H28V26.001H33.001V18.001H28V13H20V18.001Z", style: { fill: `var(--${type})` }, stroke: "#1E1E1F", "stroke-width": "4" }) });
@@ -1218,7 +1218,7 @@ var IconNewThread = /* @__PURE__ */ forwardRef(
1218
1218
  }
1219
1219
  );
1220
1220
  var IconSummarize = /* @__PURE__ */ forwardRef(
1221
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
1221
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1222
1222
  const iconSize = iconSizeMap[size];
1223
1223
  if (fill && thick) {
1224
1224
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1246,7 +1246,7 @@ var IconSummarize = /* @__PURE__ */ forwardRef(
1246
1246
  }
1247
1247
  );
1248
1248
  var IconSearch = /* @__PURE__ */ forwardRef(
1249
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
1249
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1250
1250
  const iconSize = iconSizeMap[size];
1251
1251
  if (fill && thick) {
1252
1252
  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.6679 28.7892C24.4942 30.5052 21.7491 31.5294 18.7647 31.5294C11.715 31.5294 6 25.8145 6 18.7647C6 11.715 11.715 6 18.7647 6C25.8145 6 31.5294 11.715 31.5294 18.7647C31.5294 21.7491 30.5053 24.4942 28.7892 26.6679L41.5607 39.4394L39.4394 41.5607L26.6679 28.7892ZM28.5294 18.7647C28.5294 24.1576 24.1576 28.5294 18.7647 28.5294C13.3718 28.5294 9 24.1576 9 18.7647C9 13.3718 13.3718 9 18.7647 9C24.1576 9 28.5294 13.3718 28.5294 18.7647Z", style: { fill: `var(--${type})` } }) });
@@ -1259,7 +1259,7 @@ var IconSearch = /* @__PURE__ */ forwardRef(
1259
1259
  }
1260
1260
  );
1261
1261
  var IconMemo = /* @__PURE__ */ forwardRef(
1262
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
1262
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1263
1263
  const iconSize = iconSizeMap[size];
1264
1264
  if (fill && thick) {
1265
1265
  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: "M6 40.2222C6 41.2722 6.85121 42.1235 7.90123 42.1235H29.9285C30.4328 42.1235 30.9164 41.9231 31.2729 41.5666L31.4481 41.3915C31.6849 41.2586 31.9114 41.0885 32.1214 40.8785L40.8787 32.1211C41.0887 31.9112 41.2588 31.6846 41.3917 31.4478L41.5666 31.2729C41.9231 30.9164 42.1235 30.4328 42.1235 29.9285V7.90123C42.1235 6.85121 41.2722 6 40.2222 6H7.90123C6.85121 6 6 6.85121 6 7.90124V40.2222ZM30.8025 36.8198L36.8201 30.8023H30.8025L30.8025 36.8198ZM14.4568 14.457H33.6667V18.457H14.4568V14.457ZM14.4568 22.0615H25.1111V26.0615H14.4568V22.0615Z", style: { fill: `var(--${type})` } }) });
@@ -1280,7 +1280,7 @@ var IconMemo = /* @__PURE__ */ forwardRef(
1280
1280
  }
1281
1281
  );
1282
1282
  var IconGlobe = /* @__PURE__ */ forwardRef(
1283
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
1283
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1284
1284
  const iconSize = iconSizeMap[size];
1285
1285
  if (fill && thick) {
1286
1286
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 44C35.0457 44 44 35.0457 44 24C44 12.9543 35.0457 4 24 4C12.9543 4 4 12.9543 4 24C4 35.0457 12.9543 44 24 44ZM27.265 40.6868C32.5447 39.6597 36.9514 36.1892 39.2604 31.5H31.5562C30.6722 34.9176 29.198 38.0376 27.265 40.6868ZM20.735 40.6868C18.802 38.0376 17.3278 34.9176 16.4438 31.5H8.73961C11.0486 36.1892 15.4553 39.6597 20.735 40.6868ZM19.5544 31.5C20.4996 34.7458 22.0385 37.6406 24 39.9982C25.9615 37.6406 27.5004 34.7458 28.4456 31.5H19.5544ZM29.1295 28.5H18.8705C18.6278 27.0481 18.5 25.5435 18.5 24.0002C18.5 22.4568 18.6278 20.9521 18.8706 19.5H29.1294C29.3722 20.9521 29.5 22.4568 29.5 24.0002C29.5 25.5435 29.3722 27.0481 29.1295 28.5ZM32.1666 28.5H40.398C40.7905 27.0667 41 25.5578 41 24C41 22.4422 40.7905 20.9333 40.398 19.5H32.1665C32.3858 20.9625 32.5 22.4665 32.5 24.0002C32.5 25.5338 32.3859 27.0377 32.1666 28.5ZM31.5561 16.5H39.2604C36.9513 11.8107 32.5445 8.34011 27.2646 7.31315C29.1977 9.96236 30.672 13.0823 31.5561 16.5ZM28.4454 16.5C27.5002 13.2544 25.9614 10.3598 24 8.00226C22.0386 10.3598 20.4998 13.2544 19.5546 16.5H28.4454ZM16.4439 16.5C17.328 13.0823 18.8023 9.96236 20.7354 7.31315C15.4555 8.34011 11.0487 11.8107 8.73961 16.5H16.4439ZM15.8335 19.5C15.6142 20.9625 15.5 22.4665 15.5 24.0002C15.5 25.5338 15.6141 27.0377 15.8334 28.5H7.60197C7.20954 27.0667 7 25.5578 7 24C7 22.4422 7.20954 20.9333 7.60197 19.5H15.8335Z", style: { fill: `var(--${type})` } }) });
@@ -1293,7 +1293,7 @@ var IconGlobe = /* @__PURE__ */ forwardRef(
1293
1293
  }
1294
1294
  );
1295
1295
  var IconGraduationcap = /* @__PURE__ */ forwardRef(
1296
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
1296
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1297
1297
  const iconSize = iconSizeMap[size];
1298
1298
  if (fill && thick) {
1299
1299
  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.9135 6.4688C24.3402 6.17446 23.6601 6.17446 23.0867 6.4688L2.716 16.9263C1.26719 17.6701 1.26719 19.741 2.716 20.4848L9.99658 24.2224V34.4258C9.99658 35.7381 10.7307 36.9402 11.8981 37.5395L22.2731 42.8656C23.2765 43.3807 24.4666 43.3807 25.47 42.8656L35.845 37.5395C37.0125 36.9402 37.7466 35.7381 37.7466 34.4258V24.3543L41.0626 22.652V35.625H44.0626V21.1119L45.2842 20.4848C46.7331 19.741 46.7331 17.6701 45.2842 16.9263L24.9135 6.4688ZM24.0001 9.37212L5.81903 18.7056L24.0001 28.039L42.1812 18.7056L24.0001 9.37212ZM12.9966 34.4258V25.7625L23.0867 30.9423C23.6601 31.2367 24.3402 31.2367 24.9135 30.9423L34.7466 25.8944V34.4258C34.7466 34.6133 34.6417 34.785 34.4749 34.8706L24.0999 40.1968C23.9566 40.2703 23.7866 40.2703 23.6432 40.1968L13.2682 34.8706C13.1015 34.785 12.9966 34.6133 12.9966 34.4258Z", style: { fill: `var(--${type})` } }) });
@@ -1309,7 +1309,7 @@ var IconGraduationcap = /* @__PURE__ */ forwardRef(
1309
1309
  }
1310
1310
  );
1311
1311
  var IconPalette = /* @__PURE__ */ forwardRef(
1312
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
1312
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1313
1313
  const iconSize = iconSizeMap[size];
1314
1314
  if (fill && thick) {
1315
1315
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1346,7 +1346,7 @@ var IconPalette = /* @__PURE__ */ forwardRef(
1346
1346
  }
1347
1347
  );
1348
1348
  var IconDownload = /* @__PURE__ */ forwardRef(
1349
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
1349
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1350
1350
  const iconSize = iconSizeMap[size];
1351
1351
  if (fill && thick) {
1352
1352
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1371,7 +1371,7 @@ var IconDownload = /* @__PURE__ */ forwardRef(
1371
1371
  }
1372
1372
  );
1373
1373
  var IconCopy = /* @__PURE__ */ forwardRef(
1374
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
1374
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1375
1375
  const iconSize = iconSizeMap[size];
1376
1376
  if (fill && thick) {
1377
1377
  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: "M36 36V41C36 42.1046 35.1046 43 34 43H7C5.89543 43 5 42.1046 5 41V14C5 12.8954 5.89543 12 7 12H12V7C12 5.89543 12.8954 5 14 5H41C42.1046 5 43 5.89543 43 7V34C43 35.1046 42.1046 36 41 36H36ZM15 8V12H34C35.1046 12 36 12.8954 36 14V33H40V8H15ZM8 40V15H33V40H8Z", style: { fill: `var(--${type})` } }) });
@@ -1387,7 +1387,7 @@ var IconCopy = /* @__PURE__ */ forwardRef(
1387
1387
  }
1388
1388
  );
1389
1389
  var IconRegenerate = /* @__PURE__ */ forwardRef(
1390
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
1390
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1391
1391
  const iconSize = iconSizeMap[size];
1392
1392
  if (fill && thick) {
1393
1393
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1412,7 +1412,7 @@ var IconRegenerate = /* @__PURE__ */ forwardRef(
1412
1412
  }
1413
1413
  );
1414
1414
  var IconCredit = /* @__PURE__ */ forwardRef(
1415
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
1415
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1416
1416
  const iconSize = iconSizeMap[size];
1417
1417
  if (fill && thick) {
1418
1418
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1441,7 +1441,7 @@ var IconCredit = /* @__PURE__ */ forwardRef(
1441
1441
  }
1442
1442
  );
1443
1443
  var IconFeedback = /* @__PURE__ */ forwardRef(
1444
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
1444
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1445
1445
  const iconSize = iconSizeMap[size];
1446
1446
  if (fill && thick) {
1447
1447
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1466,7 +1466,7 @@ var IconFeedback = /* @__PURE__ */ forwardRef(
1466
1466
  }
1467
1467
  );
1468
1468
  var IconCreditcard = /* @__PURE__ */ forwardRef(
1469
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
1469
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1470
1470
  const iconSize = iconSizeMap[size];
1471
1471
  if (fill && thick) {
1472
1472
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1491,7 +1491,7 @@ var IconCreditcard = /* @__PURE__ */ forwardRef(
1491
1491
  }
1492
1492
  );
1493
1493
  var IconSpeaker = /* @__PURE__ */ forwardRef(
1494
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
1494
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1495
1495
  const iconSize = iconSizeMap[size];
1496
1496
  if (fill && thick) {
1497
1497
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1516,7 +1516,7 @@ var IconSpeaker = /* @__PURE__ */ forwardRef(
1516
1516
  }
1517
1517
  );
1518
1518
  var IconTune = /* @__PURE__ */ forwardRef(
1519
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
1519
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1520
1520
  const iconSize = iconSizeMap[size];
1521
1521
  if (fill && thick) {
1522
1522
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1557,7 +1557,7 @@ var IconTune = /* @__PURE__ */ forwardRef(
1557
1557
  }
1558
1558
  );
1559
1559
  var IconShield = /* @__PURE__ */ forwardRef(
1560
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
1560
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1561
1561
  const iconSize = iconSizeMap[size];
1562
1562
  if (fill && thick) {
1563
1563
  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: "M7.29089 9.33562C6.51387 9.63026 6 10.3747 6 11.2057V20.9789C6 29.688 10.5324 37.7695 17.9637 42.3109L22.9571 45.3624C23.5973 45.7536 24.4027 45.7536 25.0429 45.3624L30.0363 42.3109C37.4676 37.7695 42 29.688 42 20.9788V11.2057C42 10.3747 41.4861 9.63026 40.7091 9.33562L24.7091 3.2686C24.2522 3.09536 23.7478 3.09536 23.2909 3.2686L7.29089 9.33562ZM16.6763 20.667L22.0738 26.0645L31.4986 16.6726L34.322 19.506L24.2884 29.5046C23.062 30.7268 21.0775 30.7251 19.8531 29.5007L13.8479 23.4955L16.6763 20.667Z", style: { fill: `var(--${type})` } }) });
@@ -1576,7 +1576,7 @@ var IconShield = /* @__PURE__ */ forwardRef(
1576
1576
  }
1577
1577
  );
1578
1578
  var IconLight = /* @__PURE__ */ forwardRef(
1579
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
1579
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1580
1580
  const iconSize = iconSizeMap[size];
1581
1581
  if (fill && thick) {
1582
1582
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1601,7 +1601,7 @@ var IconLight = /* @__PURE__ */ forwardRef(
1601
1601
  }
1602
1602
  );
1603
1603
  var IconDocumentAdd = /* @__PURE__ */ forwardRef(
1604
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
1604
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1605
1605
  const iconSize = iconSizeMap[size];
1606
1606
  if (fill && thick) {
1607
1607
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1628,7 +1628,7 @@ var IconDocumentAdd = /* @__PURE__ */ forwardRef(
1628
1628
  }
1629
1629
  );
1630
1630
  var IconThumbUp = /* @__PURE__ */ forwardRef(
1631
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
1631
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1632
1632
  const iconSize = iconSizeMap[size];
1633
1633
  if (fill && thick) {
1634
1634
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1647,7 +1647,7 @@ var IconThumbUp = /* @__PURE__ */ forwardRef(
1647
1647
  }
1648
1648
  );
1649
1649
  var IconThumbDown = /* @__PURE__ */ forwardRef(
1650
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
1650
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1651
1651
  const iconSize = iconSizeMap[size];
1652
1652
  if (fill && thick) {
1653
1653
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1666,7 +1666,7 @@ var IconThumbDown = /* @__PURE__ */ forwardRef(
1666
1666
  }
1667
1667
  );
1668
1668
  var IconDocumentWarning = /* @__PURE__ */ forwardRef(
1669
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
1669
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1670
1670
  const iconSize = iconSizeMap[size];
1671
1671
  if (fill && thick) {
1672
1672
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1691,7 +1691,7 @@ var IconDocumentWarning = /* @__PURE__ */ forwardRef(
1691
1691
  }
1692
1692
  );
1693
1693
  var IconPersonFill = /* @__PURE__ */ forwardRef(
1694
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
1694
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1695
1695
  const iconSize = iconSizeMap[size];
1696
1696
  if (fill && thick) {
1697
1697
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1720,7 +1720,7 @@ var IconPersonFill = /* @__PURE__ */ forwardRef(
1720
1720
  }
1721
1721
  );
1722
1722
  var IconStep = /* @__PURE__ */ forwardRef(
1723
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
1723
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1724
1724
  const iconSize = iconSizeMap[size];
1725
1725
  if (fill && thick) {
1726
1726
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1745,7 +1745,7 @@ var IconStep = /* @__PURE__ */ forwardRef(
1745
1745
  }
1746
1746
  );
1747
1747
  var IconBook = /* @__PURE__ */ forwardRef(
1748
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
1748
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1749
1749
  const iconSize = iconSizeMap[size];
1750
1750
  if (fill && thick) {
1751
1751
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M25.5814 39.0531C27.4473 38.0387 29.9235 37.2286 32.7442 37.2286C35.7959 37.2286 38.4167 38.0225 40.3597 38.8818C41.9032 39.5645 44 38.4644 44 36.7767V13.5247C44 12.4072 43.531 11.3345 42.5861 10.7379C40.8175 9.62124 37.4408 7.9997 32.7442 8C28.4002 8.00027 25.5573 9.73415 23.9926 11.0988C22.416 9.73415 19.5603 8.00027 15.2273 8C10.1925 7.99968 6.67825 9.87271 5.04178 10.9789C4.34848 11.4476 4 12.2473 4 13.0842V36.7699C4 38.4588 6.1001 39.5594 7.64452 38.8759C9.5812 38.0189 12.1904 37.2286 15.2273 37.2286C18.0995 37.2286 20.5891 38.1122 22.4891 39.1143C22.4926 39.1162 22.4962 39.118 22.4998 39.1199C22.8743 39.3281 23.4487 39.6493 23.9951 39.9548C24.5188 39.6611 25.049 39.3425 25.5814 39.0531ZM7 35.8896C9.15192 35.0053 11.9669 34.2286 15.2273 34.2286C18.0296 34.2286 20.4976 34.9198 22.4998 35.7925V13.8067C21.5194 12.812 19.2032 11.0003 15.2271 11C11.2402 10.9997 8.41494 12.3833 7 13.2821V35.8896ZM25.5008 35.7554C25.4702 28.4724 25.5 21.1887 25.5 13.9057C25.5 13.8569 25.5034 13.8182 25.5075 13.7898C26.4753 12.8026 28.7627 11.0003 32.7444 11C36.7004 10.9998 39.5151 12.353 40.9527 13.2546C40.9701 13.2918 41 13.3822 41 13.5247V35.8939C38.842 35.0078 36.017 34.2286 32.7442 34.2286C29.9962 34.2286 27.5289 34.8663 25.5008 35.7554Z", style: { fill: `var(--${type})` } }) });
@@ -1761,7 +1761,7 @@ var IconBook = /* @__PURE__ */ forwardRef(
1761
1761
  }
1762
1762
  );
1763
1763
  var IconDescription = /* @__PURE__ */ forwardRef(
1764
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
1764
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1765
1765
  const iconSize = iconSizeMap[size];
1766
1766
  if (fill && thick) {
1767
1767
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1789,7 +1789,7 @@ var IconDescription = /* @__PURE__ */ forwardRef(
1789
1789
  }
1790
1790
  );
1791
1791
  var IconBookmark = /* @__PURE__ */ forwardRef(
1792
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
1792
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1793
1793
  const iconSize = iconSizeMap[size];
1794
1794
  if (fill && thick) {
1795
1795
  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 28.6309L38 39.0334V8H10V39.0334L24 28.6309ZM24 32.3684L37.8072 42.6276C39.1267 43.6081 41 42.6662 41 41.0223V7C41 5.89543 40.1046 5 39 5H9C7.89543 5 7 5.89543 7 7V41.0223C7 42.6662 8.87326 43.6081 10.1928 42.6276L24 32.3684Z", style: { fill: `var(--${type})` } }) });
@@ -1802,7 +1802,7 @@ var IconBookmark = /* @__PURE__ */ forwardRef(
1802
1802
  }
1803
1803
  );
1804
1804
  var IconPower = /* @__PURE__ */ forwardRef(
1805
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
1805
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1806
1806
  const iconSize = iconSizeMap[size];
1807
1807
  if (fill && thick) {
1808
1808
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1827,7 +1827,7 @@ var IconPower = /* @__PURE__ */ forwardRef(
1827
1827
  }
1828
1828
  );
1829
1829
  var IconPhoto = /* @__PURE__ */ forwardRef(
1830
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
1830
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1831
1831
  const iconSize = iconSizeMap[size];
1832
1832
  if (fill && thick) {
1833
1833
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1849,7 +1849,7 @@ var IconPhoto = /* @__PURE__ */ forwardRef(
1849
1849
  }
1850
1850
  );
1851
1851
  var IconCamera = /* @__PURE__ */ forwardRef(
1852
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
1852
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1853
1853
  const iconSize = iconSizeMap[size];
1854
1854
  if (fill && thick) {
1855
1855
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1871,7 +1871,7 @@ var IconCamera = /* @__PURE__ */ forwardRef(
1871
1871
  }
1872
1872
  );
1873
1873
  var IconList = /* @__PURE__ */ forwardRef(
1874
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
1874
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1875
1875
  const iconSize = iconSizeMap[size];
1876
1876
  if (fill && thick) {
1877
1877
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1912,7 +1912,7 @@ var IconList = /* @__PURE__ */ forwardRef(
1912
1912
  }
1913
1913
  );
1914
1914
  var IconDesktop = /* @__PURE__ */ forwardRef(
1915
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
1915
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1916
1916
  const iconSize = iconSizeMap[size];
1917
1917
  if (fill && thick) {
1918
1918
  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: "M8 9C6.89543 9 6 9.89543 6 11V34C6 35.1046 6.89543 36 8 36H22.5V38.5H14V41.5H34V38.5H25.5V36H40C41.1046 36 42 35.1046 42 34V11C42 9.89543 41.1046 9 40 9H8ZM9 12V33H39V12H9Z", style: { fill: `var(--${type})` } }) });
@@ -1925,7 +1925,7 @@ var IconDesktop = /* @__PURE__ */ forwardRef(
1925
1925
  }
1926
1926
  );
1927
1927
  var IconDesktopOnCursor = /* @__PURE__ */ forwardRef(
1928
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
1928
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1929
1929
  const iconSize = iconSizeMap[size];
1930
1930
  if (fill && thick) {
1931
1931
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1954,7 +1954,7 @@ var IconDesktopOnCursor = /* @__PURE__ */ forwardRef(
1954
1954
  }
1955
1955
  );
1956
1956
  var IconViewList = /* @__PURE__ */ forwardRef(
1957
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
1957
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1958
1958
  const iconSize = iconSizeMap[size];
1959
1959
  if (fill && thick) {
1960
1960
  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: "M4 10.5C4 9.39543 4.89543 8.5 6 8.5H42C43.1046 8.5 44 9.39543 44 10.5V37.5C44 38.6046 43.1046 39.5 42 39.5H6C4.89543 39.5 4 38.6046 4 37.5V10.5ZM7 18L7 11.5H14.5V18L7 18ZM7 21L7 27H14.5V21L7 21ZM7 30L7 36.5H14.5V30H7ZM17.5 36.5H41V30L17.5 30V36.5ZM41 27V21L17.5 21V27L41 27ZM41 18V11.5H17.5V18L41 18Z", style: { fill: `var(--${type})` } }) });
@@ -1967,7 +1967,7 @@ var IconViewList = /* @__PURE__ */ forwardRef(
1967
1967
  }
1968
1968
  );
1969
1969
  var IconBolt = /* @__PURE__ */ forwardRef(
1970
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
1970
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1971
1971
  const iconSize = iconSizeMap[size];
1972
1972
  if (fill && thick) {
1973
1973
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23.3576 26.4991L21.8952 38.4829L36.4033 21.4991L24.9545 21.4991L26.4167 9.51529L11.9088 26.4991H23.3576ZM28.4453 2.52166C29.0887 1.76838 30.3182 2.30889 30.1983 3.29229L28.3428 18.4991L40.7422 18.4991C41.5957 18.4991 42.0569 19.4996 41.5025 20.1486L19.8665 45.4765C19.223 46.2298 17.9935 45.6893 18.1135 44.7059L19.9692 29.4991H7.57005C6.71649 29.4991 6.2553 28.4986 6.80969 27.8496L28.4453 2.52166Z", style: { fill: `var(--${type})` } }) });
@@ -1980,7 +1980,7 @@ var IconBolt = /* @__PURE__ */ forwardRef(
1980
1980
  }
1981
1981
  );
1982
1982
  var IconHome = /* @__PURE__ */ forwardRef(
1983
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
1983
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1984
1984
  const iconSize = iconSizeMap[size];
1985
1985
  if (fill && thick) {
1986
1986
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.0001 3.80664L1.30518 15.6699L2.69494 18.3286L5.00006 17.1236V40.9989C5.00006 42.1034 5.89549 42.9989 7.00006 42.9989H20.0001V31.9989H28.0001V42.9989H41.0001C42.1046 42.9989 43.0001 42.1034 43.0001 40.9989V17.1236L45.3052 18.3286L46.6949 15.6699L24.0001 3.80664ZM8.00006 15.8101L24.0001 7.38903L40.0001 15.8101V39.9989L31.0001 39.9989V28.9989H17.0001V39.9989L8.00006 39.9989V15.8101Z", style: { fill: `var(--${type})` } }) });
@@ -1993,7 +1993,7 @@ var IconHome = /* @__PURE__ */ forwardRef(
1993
1993
  }
1994
1994
  );
1995
1995
  var IconVisibility = /* @__PURE__ */ forwardRef(
1996
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
1996
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1997
1997
  const iconSize = iconSizeMap[size];
1998
1998
  if (fill && thick) {
1999
1999
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2018,7 +2018,7 @@ var IconVisibility = /* @__PURE__ */ forwardRef(
2018
2018
  }
2019
2019
  );
2020
2020
  var IconVisibilityOff = /* @__PURE__ */ forwardRef(
2021
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
2021
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2022
2022
  const iconSize = iconSizeMap[size];
2023
2023
  if (fill && thick) {
2024
2024
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2055,7 +2055,7 @@ var IconVisibilityOff = /* @__PURE__ */ forwardRef(
2055
2055
  }
2056
2056
  );
2057
2057
  var IconMagicWand = /* @__PURE__ */ forwardRef(
2058
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
2058
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2059
2059
  const iconSize = iconSizeMap[size];
2060
2060
  if (fill && thick) {
2061
2061
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2088,7 +2088,7 @@ var IconMagicWand = /* @__PURE__ */ forwardRef(
2088
2088
  }
2089
2089
  );
2090
2090
  var IconHighlighter = /* @__PURE__ */ forwardRef(
2091
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
2091
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2092
2092
  const iconSize = iconSizeMap[size];
2093
2093
  if (fill && thick) {
2094
2094
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M31.7208 7.43684C33.1324 6.02408 35.4221 6.02359 36.8343 7.43577L42.2001 12.8016C43.6115 14.213 43.612 16.501 42.2012 17.913L22.3681 37.745C21.8693 38.2436 21.2355 38.5855 20.5449 38.7284L16.9033 39.4821C16.2209 39.6234 15.524 39.5625 14.8913 39.3232L13.5268 40.6469C13.1319 41.0299 12.6033 41.2441 12.0531 41.2438L6.55128 41.241C5.6094 41.2405 5.13803 40.1017 5.80404 39.4357L10.3381 34.9017C10.0122 34.1905 9.92077 33.3814 10.0989 32.5959L10.9059 29.038C11.0568 28.3725 11.3929 27.7634 11.8755 27.281L31.7208 7.43684ZM29.0541 14.349L16.438 26.9618L22.6736 33.1974L35.2895 20.5849L29.0541 14.349ZM13.9965 29.4026L14.3164 29.0828L20.552 35.3184L20.247 35.6234C20.1622 35.7082 20.0543 35.7664 19.9368 35.7907L16.2953 36.5444C16.0925 36.5863 15.8822 36.5234 15.7357 36.377L13.1895 33.8304C13.0401 33.681 12.9779 33.4655 13.0246 33.2595L13.8316 29.7015C13.8572 29.5883 13.9144 29.4847 13.9965 29.4026ZM37.4106 18.4632L40.079 15.7925C40.319 15.5523 40.3189 15.1631 40.0788 14.923L34.7129 9.55709C34.4727 9.31684 34.0832 9.31692 33.843 9.55727L31.1751 12.2274L37.4106 18.4632Z", style: { fill: `var(--${type})` } }) });
@@ -2101,7 +2101,7 @@ var IconHighlighter = /* @__PURE__ */ forwardRef(
2101
2101
  }
2102
2102
  );
2103
2103
  var IconPencil = /* @__PURE__ */ forwardRef(
2104
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
2104
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2105
2105
  const iconSize = iconSizeMap[size];
2106
2106
  if (fill && thick) {
2107
2107
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M31.7619 7.19394C33.1286 5.82631 35.3453 5.82593 36.7125 7.1931L40.9532 11.4339C42.3197 12.8004 42.3201 15.0158 40.9541 16.3828L19.8399 37.496C19.4366 37.8993 18.9408 38.1979 18.3957 38.3658L12.1302 40.2959C9.41813 41.1314 6.89145 38.5614 7.77292 35.8639L9.7854 29.7052C9.95639 29.182 10.2484 28.7064 10.6377 28.3172L31.7619 7.19394ZM28.7486 14.4524L12.7588 30.4388C12.7032 30.4944 12.6614 30.5623 12.637 30.6371L10.6245 36.7957C10.4986 37.1811 10.8596 37.5482 11.247 37.4289L17.5125 35.4987C17.5904 35.4748 17.6612 35.4321 17.7188 35.3745L33.6963 19.4005L28.7486 14.4524ZM35.8173 17.2789L38.832 14.2622C39.0272 14.0669 39.0271 13.7504 38.8319 13.5552L34.5911 9.31442C34.3958 9.11911 34.0792 9.11916 33.8839 9.31454L30.8697 12.3308L35.8173 17.2789Z", style: { fill: `var(--${type})` } }) });
@@ -2117,7 +2117,7 @@ var IconPencil = /* @__PURE__ */ forwardRef(
2117
2117
  }
2118
2118
  );
2119
2119
  var IconEssay = /* @__PURE__ */ forwardRef(
2120
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
2120
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2121
2121
  const iconSize = iconSizeMap[size];
2122
2122
  if (fill && thick) {
2123
2123
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2144,7 +2144,7 @@ var IconEssay = /* @__PURE__ */ forwardRef(
2144
2144
  }
2145
2145
  );
2146
2146
  var IconMagicPencil = /* @__PURE__ */ forwardRef(
2147
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
2147
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2148
2148
  const iconSize = iconSizeMap[size];
2149
2149
  if (fill && thick) {
2150
2150
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2181,7 +2181,7 @@ var IconMagicPencil = /* @__PURE__ */ forwardRef(
2181
2181
  }
2182
2182
  );
2183
2183
  var IconHighlightEdit = /* @__PURE__ */ forwardRef(
2184
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
2184
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2185
2185
  const iconSize = iconSizeMap[size];
2186
2186
  if (fill && thick) {
2187
2187
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2206,7 +2206,7 @@ var IconHighlightEdit = /* @__PURE__ */ forwardRef(
2206
2206
  }
2207
2207
  );
2208
2208
  var IconParaphrase = /* @__PURE__ */ forwardRef(
2209
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
2209
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2210
2210
  const iconSize = iconSizeMap[size];
2211
2211
  if (fill && thick) {
2212
2212
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2239,7 +2239,7 @@ var IconParaphrase = /* @__PURE__ */ forwardRef(
2239
2239
  }
2240
2240
  );
2241
2241
  var IconBulbExclamtionmark = /* @__PURE__ */ forwardRef(
2242
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
2242
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2243
2243
  const iconSize = iconSizeMap[size];
2244
2244
  if (fill && thick) {
2245
2245
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2272,7 +2272,7 @@ var IconBulbExclamtionmark = /* @__PURE__ */ forwardRef(
2272
2272
  }
2273
2273
  );
2274
2274
  var IconBulb = /* @__PURE__ */ forwardRef(
2275
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
2275
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2276
2276
  const iconSize = iconSizeMap[size];
2277
2277
  if (fill && thick) {
2278
2278
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2297,7 +2297,7 @@ var IconBulb = /* @__PURE__ */ forwardRef(
2297
2297
  }
2298
2298
  );
2299
2299
  var IconMakeEasy = /* @__PURE__ */ forwardRef(
2300
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
2300
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2301
2301
  const iconSize = iconSizeMap[size];
2302
2302
  if (fill && thick) {
2303
2303
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2334,7 +2334,7 @@ var IconMakeEasy = /* @__PURE__ */ forwardRef(
2334
2334
  }
2335
2335
  );
2336
2336
  var IconTranslate = /* @__PURE__ */ forwardRef(
2337
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
2337
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2338
2338
  const iconSize = iconSizeMap[size];
2339
2339
  if (fill && thick) {
2340
2340
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2359,7 +2359,7 @@ var IconTranslate = /* @__PURE__ */ forwardRef(
2359
2359
  }
2360
2360
  );
2361
2361
  var IconInfo = /* @__PURE__ */ forwardRef(
2362
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
2362
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2363
2363
  const iconSize = iconSizeMap[size];
2364
2364
  if (fill && thick) {
2365
2365
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2388,7 +2388,7 @@ var IconInfo = /* @__PURE__ */ forwardRef(
2388
2388
  }
2389
2389
  );
2390
2390
  var IconApple = /* @__PURE__ */ forwardRef(
2391
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
2391
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2392
2392
  const iconSize = iconSizeMap[size];
2393
2393
  if (fill && thick) {
2394
2394
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2413,7 +2413,7 @@ var IconApple = /* @__PURE__ */ forwardRef(
2413
2413
  }
2414
2414
  );
2415
2415
  var IconAndroid = /* @__PURE__ */ forwardRef(
2416
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
2416
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2417
2417
  const iconSize = iconSizeMap[size];
2418
2418
  if (fill && thick) {
2419
2419
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M35.2 18.9595L38.88 12.5995C39.2 11.9795 38.96 11.2195 38.36 10.8995C37.78 10.5995 37.06 10.7795 36.7 11.3395L32.94 17.8195C27.22 15.3995 20.78 15.3995 15.06 17.8195L11.3 11.3395C10.92 10.7595 10.14 10.5795 9.56 10.9395C9 11.2995 8.82 12.0195 9.12 12.5995L12.8 18.9595C6.9141 22.3201 2.97489 28.2403 2.11174 34.9233C2.03703 35.5017 2.49855 35.9995 3.08174 35.9995H44.9183C45.5015 35.9995 45.963 35.5017 45.8883 34.9233C45.0251 28.2403 41.0859 22.3201 35.2 18.9595ZM14 30.4995C12.62 30.4995 11.5 29.3795 11.5 27.9995C11.5 26.6195 12.62 25.4995 14 25.4995C15.38 25.4995 16.5 26.6195 16.5 27.9995C16.5 29.3795 15.38 30.4995 14 30.4995ZM34 30.4995C32.62 30.4995 31.5 29.3795 31.5 27.9995C31.5 26.6195 32.62 25.4995 34 25.4995C35.38 25.4995 36.5 26.6195 36.5 27.9995C36.5 29.3795 35.38 30.4995 34 30.4995Z", style: { fill: `var(--${type})` } }) });
@@ -2426,7 +2426,7 @@ var IconAndroid = /* @__PURE__ */ forwardRef(
2426
2426
  }
2427
2427
  );
2428
2428
  var IconTwitter = /* @__PURE__ */ forwardRef(
2429
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
2429
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2430
2430
  const iconSize = iconSizeMap[size];
2431
2431
  if (fill && thick) {
2432
2432
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M7.08537 7L20.5998 25.7554L7 41H10.0625L21.9657 27.6492L31.5854 41H42L27.7279 21.1925L40.3834 7H37.3262L26.362 19.2932L17.5053 7H7.08537ZM11.5884 9.33681H16.3742L37.5023 38.6577H32.7165L11.5884 9.33681Z", style: { fill: `var(--${type})` } }) });
@@ -2439,7 +2439,7 @@ var IconTwitter = /* @__PURE__ */ forwardRef(
2439
2439
  }
2440
2440
  );
2441
2441
  var IconFacebook = /* @__PURE__ */ forwardRef(
2442
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
2442
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2443
2443
  const iconSize = iconSizeMap[size];
2444
2444
  if (fill && thick) {
2445
2445
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M44 24C44 13 35 4 24 4C13 4 4 13 4 24C4 34 11.25 42.25 20.75 43.75V29.75H15.75V24H20.75V19.5C20.75 14.5 23.75 11.75 28.25 11.75C30.5 11.75 32.75 12.25 32.75 12.25V17.25H30.25C27.75 17.25 27 18.75 27 20.25V24H32.5L31.5 29.75H26.75V44C36.75 42.5 44 34 44 24Z", style: { fill: `var(--${type})` } }) });
@@ -2452,7 +2452,7 @@ var IconFacebook = /* @__PURE__ */ forwardRef(
2452
2452
  }
2453
2453
  );
2454
2454
  var IconGoogle = /* @__PURE__ */ forwardRef(
2455
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
2455
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2456
2456
  const iconSize = iconSizeMap[size];
2457
2457
  if (fill && thick) {
2458
2458
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M31.2612 15.3984C29.292 13.5157 26.7874 12.557 23.9978 12.557C19.052 12.557 14.8653 15.8954 13.3688 20.3824V20.3906C12.9888 21.5307 12.7729 22.7484 12.7729 24.0007C12.7729 25.253 12.9888 26.4708 13.3688 27.6108L13.3671 27.6121C14.862 32.1018 19.0501 35.4428 23.9978 35.4428C26.5543 35.4428 28.7307 34.7691 30.4321 33.6291L30.4346 33.631C32.4467 32.2837 33.7853 30.2715 34.2257 27.8966H24V20.5469H41.895C42.1195 21.7905 42.2405 23.086 42.2405 24.4333C42.2405 30.2198 40.1677 35.0909 36.5749 38.3987H36.5703C33.4268 41.2992 29.1266 42.9998 23.9978 42.9998C16.5704 42.9998 10.1448 38.7419 7.01831 32.5322V32.5284C5.7331 29.9646 5 27.0646 5 24.0007C5 20.9352 5.73386 18.0338 7.0203 15.4691L7.01831 15.4675C10.1448 9.25783 16.5704 5 23.9978 5C29.1193 5 33.4203 6.88277 36.7109 9.94876L31.2612 15.3984Z", style: { fill: `var(--${type})` } }) });
@@ -2465,7 +2465,7 @@ var IconGoogle = /* @__PURE__ */ forwardRef(
2465
2465
  }
2466
2466
  );
2467
2467
  var IconCar = /* @__PURE__ */ forwardRef(
2468
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
2468
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2469
2469
  const iconSize = iconSizeMap[size];
2470
2470
  if (fill && thick) {
2471
2471
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M28.6329 11.5772C27.7269 10.5731 26.4379 10 25.0855 10H12.458C10.8334 10 9.32015 10.8255 8.44072 12.1915L3.76203 19.4587C3.74942 19.4783 3.7376 19.498 3.72655 19.5179C3.24171 20.1586 2.9541 20.9569 2.9541 21.8223V31.6604C2.9541 33.7714 4.6654 35.4827 6.77638 35.4827H8.00478C8.74434 37.7937 10.91 39.4668 13.4664 39.4668C16.0229 39.4668 18.1886 37.7937 18.9281 35.4827H29.0279C29.7674 37.7937 31.9331 39.4668 34.4895 39.4668C37.046 39.4668 39.2116 37.7937 39.9512 35.4827H41.1769C43.2879 35.4827 44.9992 33.7714 44.9992 31.6604V27.4198C44.9992 24.77 43.435 22.37 41.0107 21.3002L35.0205 18.6567L28.6329 11.5772ZM34.4895 28C31.7526 28 29.4636 29.9177 28.8929 32.4827H19.063C18.4923 29.9177 16.2033 28 13.4664 28C10.7296 28 8.44056 29.9177 7.86985 32.4827H6.77638C6.32225 32.4827 5.9541 32.1145 5.9541 31.6604V21.8223C5.9541 21.3681 6.32225 21 6.77638 21H32.8998L39.7995 24.0448C41.1365 24.6348 41.9992 25.9584 41.9992 27.4198V31.6604C41.9992 32.1145 41.631 32.4827 41.1769 32.4827H40.0861C39.5154 29.9177 37.2264 28 34.4895 28ZM30.3873 18L26.4055 13.5869C26.0684 13.2133 25.5887 13 25.0855 13H20.7002V18H30.3873ZM17.7002 18V13H12.458C11.8535 13 11.2904 13.3072 10.9632 13.8155L8.26911 18H17.7002ZM16.1999 33.7334C16.1999 35.243 14.9761 36.4668 13.4664 36.4668C11.9568 36.4668 10.733 35.243 10.733 33.7334C10.733 32.2238 11.9568 31 13.4664 31C14.9761 31 16.1999 32.2238 16.1999 33.7334ZM34.4895 36.4668C35.9991 36.4668 37.2229 35.243 37.2229 33.7334C37.2229 32.2238 35.9991 31 34.4895 31C32.9799 31 31.7561 32.2238 31.7561 33.7334C31.7561 35.243 32.9799 36.4668 34.4895 36.4668Z", style: { fill: `var(--${type})` } }) });
@@ -2478,7 +2478,7 @@ var IconCar = /* @__PURE__ */ forwardRef(
2478
2478
  }
2479
2479
  );
2480
2480
  var IconAirplane = /* @__PURE__ */ forwardRef(
2481
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
2481
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2482
2482
  const iconSize = iconSizeMap[size];
2483
2483
  if (fill && thick) {
2484
2484
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.226 29.1964L11.6505 29.1741L9.82404 31.0065L13.8584 33.2261C14.6895 33.6834 15.3734 34.3677 15.8303 35.199L18.016 39.1769L19.8394 37.3475L19.8286 33.7842L26.7364 26.8668L30.8162 39.4193L33.6987 36.5398L31.6162 21.9774L38.6703 14.9176L39.2588 10.8716C39.3551 10.2099 38.7873 9.64199 38.1256 9.73804L34.0709 10.3266L26.9954 17.4079L12.4647 15.3342L9.58691 18.209L22.1343 22.2785L15.226 29.1964ZM25.9337 14.226L12.394 12.2937C11.7712 12.2049 11.143 12.4142 10.6979 12.8587L6.31083 17.2412C5.25363 18.2973 5.68585 20.0976 7.10728 20.5586L16.5528 23.6221L13.9899 26.1886L11.2504 26.1715C10.7146 26.1682 10.1998 26.38 9.82144 26.7595L6.76094 29.83C5.82143 30.7726 6.04736 32.3527 7.21337 32.9942L12.4123 35.8546C12.7447 36.0375 13.0183 36.3112 13.201 36.6437L16.0294 41.7911C16.6718 42.9602 18.257 43.1847 19.1987 42.2399L22.2571 39.1715C22.6323 38.7951 22.8422 38.2849 22.8406 37.7535L22.8324 35.0218L25.3976 32.4531L28.4672 41.8975C28.9286 43.3172 30.7265 43.7493 31.7827 42.6942L36.1729 38.3086C36.6186 37.8634 36.8285 37.2341 36.7393 36.6105L34.7982 23.0371L41.0269 16.8034C41.3314 16.4987 41.5293 16.1039 41.5913 15.6776L42.2276 11.3034C42.6126 8.65663 40.3416 6.38495 37.6947 6.76915L33.3111 7.40542C32.8841 7.4674 32.4886 7.66582 32.1836 7.97104L25.9337 14.226Z", style: { fill: `var(--${type})` } }) });
@@ -2491,7 +2491,7 @@ var IconAirplane = /* @__PURE__ */ forwardRef(
2491
2491
  }
2492
2492
  );
2493
2493
  var IconRocket = /* @__PURE__ */ forwardRef(
2494
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
2494
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2495
2495
  const iconSize = iconSizeMap[size];
2496
2496
  if (fill && thick) {
2497
2497
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2516,7 +2516,7 @@ var IconRocket = /* @__PURE__ */ forwardRef(
2516
2516
  }
2517
2517
  );
2518
2518
  var IconSource = /* @__PURE__ */ forwardRef(
2519
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
2519
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2520
2520
  const iconSize = iconSizeMap[size];
2521
2521
  if (fill && thick) {
2522
2522
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2549,7 +2549,7 @@ var IconSource = /* @__PURE__ */ forwardRef(
2549
2549
  }
2550
2550
  );
2551
2551
  var IconLiner = /* @__PURE__ */ forwardRef(
2552
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
2552
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2553
2553
  const iconSize = iconSizeMap[size];
2554
2554
  if (fill && thick) {
2555
2555
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2574,7 +2574,7 @@ var IconLiner = /* @__PURE__ */ forwardRef(
2574
2574
  }
2575
2575
  );
2576
2576
  var IconSetting = /* @__PURE__ */ forwardRef(
2577
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
2577
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2578
2578
  const iconSize = iconSizeMap[size];
2579
2579
  if (fill && thick) {
2580
2580
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2599,7 +2599,7 @@ var IconSetting = /* @__PURE__ */ forwardRef(
2599
2599
  }
2600
2600
  );
2601
2601
  var IconLightMode = /* @__PURE__ */ forwardRef(
2602
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
2602
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2603
2603
  const iconSize = iconSizeMap[size];
2604
2604
  if (fill && thick) {
2605
2605
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2652,7 +2652,7 @@ var IconLightMode = /* @__PURE__ */ forwardRef(
2652
2652
  }
2653
2653
  );
2654
2654
  var IconDarkMode = /* @__PURE__ */ forwardRef(
2655
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
2655
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2656
2656
  const iconSize = iconSizeMap[size];
2657
2657
  if (fill && thick) {
2658
2658
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.8 9.10369C15.2793 10.8134 14.9998 12.626 14.9998 14.4997C14.9998 24.717 23.2826 32.9997 33.4998 32.9997C35.3737 32.9997 37.1864 32.7202 38.8962 32.1995C36.0003 37.4489 30.4119 40.9997 24 40.9997C14.6112 40.9997 7 33.3886 7 23.9997C7 17.588 10.5507 11.9997 15.8 9.10369ZM19.227 8.44504C19.9422 6.76107 18.6845 4.62655 16.9716 5.26959C9.39319 8.11468 4 15.4274 4 23.9997C4 35.0454 12.9543 43.9997 24 43.9997C32.5725 43.9997 39.8853 38.6064 42.7303 31.0278C43.3733 29.3149 41.2388 28.0572 39.5548 28.7725C37.6946 29.5626 35.6483 29.9997 33.4998 29.9997C24.9394 29.9997 17.9998 23.0602 17.9998 14.4997C17.9998 12.3514 18.4369 10.3051 19.227 8.44504Z", style: { fill: `var(--${type})` } }) });
@@ -2665,7 +2665,7 @@ var IconDarkMode = /* @__PURE__ */ forwardRef(
2665
2665
  }
2666
2666
  );
2667
2667
  var IconFire = /* @__PURE__ */ forwardRef(
2668
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
2668
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2669
2669
  const iconSize = iconSizeMap[size];
2670
2670
  if (fill && thick) {
2671
2671
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2687,7 +2687,7 @@ var IconFire = /* @__PURE__ */ forwardRef(
2687
2687
  }
2688
2688
  );
2689
2689
  var IconQuestionBox = /* @__PURE__ */ forwardRef(
2690
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
2690
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2691
2691
  const iconSize = iconSizeMap[size];
2692
2692
  if (fill && thick) {
2693
2693
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M25.0001 2.57654C24.3813 2.21928 23.6189 2.21928 23.0001 2.57654L5.94751 12.4218C5.32871 12.7791 4.94751 13.4394 4.94751 14.1539V33.8445C4.94751 34.559 5.32871 35.2193 5.94751 35.5765L23.0001 45.4218C23.6189 45.7791 24.3813 45.7791 25.0001 45.4218L42.0526 35.5765C42.6714 35.2193 43.0526 34.559 43.0526 33.8445V14.1539C43.0526 13.4394 42.6714 12.7791 42.0526 12.4218L25.0001 2.57654ZM17.8923 18.0461C18.406 16.7433 19.2402 15.7029 20.3882 14.9508C21.5352 14.1994 22.849 13.8332 24.3005 13.8332C25.9824 13.8332 27.4193 14.3112 28.5234 15.3381C29.6344 16.3713 30.1675 17.7391 30.1675 19.3532C30.1675 20.2789 29.9663 21.1461 29.5546 21.94C29.1411 22.7374 28.4693 23.5004 27.5934 24.237L27.5877 24.2419C26.7073 24.9688 26.3351 25.497 26.2369 25.8227C26.0907 26.3076 26.0127 26.8594 26.0127 27.4848V28.3182H21.989V27.4848C21.989 26.2778 22.1952 25.2189 22.6767 24.3699C23.1227 23.5834 23.7859 22.8249 24.6328 22.089L24.6425 22.0806C25.2697 21.5523 25.7145 21.0691 26.0035 20.6343C26.265 20.241 26.3835 19.8459 26.3835 19.4333C26.3835 18.8876 26.1989 18.4844 25.8262 18.1552C25.45 17.8229 24.9282 17.6229 24.1806 17.6229C23.5334 17.6229 23.0135 17.7877 22.5841 18.0911C22.1467 18.4 21.8017 18.8422 21.5608 19.4569L21.2603 20.2238L17.5823 18.8322L17.8923 18.0461ZM22.4126 30.6847C22.8666 30.2294 23.4405 29.9992 24.0813 29.9992C24.722 29.9992 25.2959 30.2294 25.75 30.6847C26.2039 31.1398 26.4327 31.7142 26.4327 32.3547C26.4327 32.9952 26.2039 33.5696 25.75 34.0247C25.2959 34.48 24.722 34.7102 24.0813 34.7102C23.4405 34.7102 22.8666 34.48 22.4126 34.0247C21.9587 33.5696 21.7298 32.9952 21.7298 32.3547C21.7298 31.7142 21.9587 31.1398 22.4126 30.6847Z", style: { fill: `var(--${type})` } }) });
@@ -2708,7 +2708,7 @@ var IconQuestionBox = /* @__PURE__ */ forwardRef(
2708
2708
  }
2709
2709
  );
2710
2710
  var IconTarget = /* @__PURE__ */ forwardRef(
2711
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
2711
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2712
2712
  const iconSize = iconSizeMap[size];
2713
2713
  if (fill && thick) {
2714
2714
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2737,7 +2737,7 @@ var IconTarget = /* @__PURE__ */ forwardRef(
2737
2737
  }
2738
2738
  );
2739
2739
  var IconNewTab = /* @__PURE__ */ forwardRef(
2740
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
2740
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2741
2741
  const iconSize = iconSizeMap[size];
2742
2742
  if (fill && thick) {
2743
2743
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2762,7 +2762,7 @@ var IconNewTab = /* @__PURE__ */ forwardRef(
2762
2762
  }
2763
2763
  );
2764
2764
  var IconQuote = /* @__PURE__ */ forwardRef(
2765
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
2765
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2766
2766
  const iconSize = iconSizeMap[size];
2767
2767
  if (fill && thick) {
2768
2768
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2787,7 +2787,7 @@ var IconQuote = /* @__PURE__ */ forwardRef(
2787
2787
  }
2788
2788
  );
2789
2789
  var IconDocumentCheck = /* @__PURE__ */ forwardRef(
2790
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
2790
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2791
2791
  const iconSize = iconSizeMap[size];
2792
2792
  if (fill && thick) {
2793
2793
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2814,7 +2814,7 @@ var IconDocumentCheck = /* @__PURE__ */ forwardRef(
2814
2814
  }
2815
2815
  );
2816
2816
  var IconBlock = /* @__PURE__ */ forwardRef(
2817
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
2817
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2818
2818
  const iconSize = iconSizeMap[size];
2819
2819
  if (fill && thick) {
2820
2820
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M44 24C44 35.0457 35.0457 44 24 44C12.9543 44 4 35.0457 4 24C4 12.9543 12.9543 4 24 4C35.0457 4 44 12.9543 44 24ZM41 24C41 33.3888 33.3888 41 24 41C19.8459 41 16.0397 39.51 13.0869 37.0353L37.0353 13.0869C39.51 16.0397 41 19.8459 41 24ZM10.9655 34.914L34.914 10.9655C31.961 8.49031 28.1546 7 24 7C14.6112 7 7 14.6112 7 24C7 28.1546 8.49031 31.961 10.9655 34.914Z", style: { fill: `var(--${type})` } }) });
@@ -2827,7 +2827,7 @@ var IconBlock = /* @__PURE__ */ forwardRef(
2827
2827
  }
2828
2828
  );
2829
2829
  var IconBookmarkCancel = /* @__PURE__ */ forwardRef(
2830
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
2830
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2831
2831
  const iconSize = iconSizeMap[size];
2832
2832
  if (fill && thick) {
2833
2833
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2856,7 +2856,7 @@ var IconBookmarkCancel = /* @__PURE__ */ forwardRef(
2856
2856
  }
2857
2857
  );
2858
2858
  var IconEmail = /* @__PURE__ */ forwardRef(
2859
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
2859
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2860
2860
  const iconSize = iconSizeMap[size];
2861
2861
  if (fill && thick) {
2862
2862
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2875,7 +2875,7 @@ var IconEmail = /* @__PURE__ */ forwardRef(
2875
2875
  }
2876
2876
  );
2877
2877
  var IconFilter = /* @__PURE__ */ forwardRef(
2878
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
2878
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2879
2879
  const iconSize = iconSizeMap[size];
2880
2880
  if (fill && thick) {
2881
2881
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2904,7 +2904,7 @@ var IconFilter = /* @__PURE__ */ forwardRef(
2904
2904
  }
2905
2905
  );
2906
2906
  var IconTimer = /* @__PURE__ */ forwardRef(
2907
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
2907
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2908
2908
  const iconSize = iconSizeMap[size];
2909
2909
  if (fill && thick) {
2910
2910
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2933,7 +2933,7 @@ var IconTimer = /* @__PURE__ */ forwardRef(
2933
2933
  }
2934
2934
  );
2935
2935
  var IconPlayButton = /* @__PURE__ */ forwardRef(
2936
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
2936
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2937
2937
  const iconSize = iconSizeMap[size];
2938
2938
  if (fill && thick) {
2939
2939
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2955,7 +2955,7 @@ var IconPlayButton = /* @__PURE__ */ forwardRef(
2955
2955
  }
2956
2956
  );
2957
2957
  var IconTextSelect = /* @__PURE__ */ forwardRef(
2958
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
2958
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2959
2959
  const iconSize = iconSizeMap[size];
2960
2960
  if (fill && thick) {
2961
2961
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2980,7 +2980,7 @@ var IconTextSelect = /* @__PURE__ */ forwardRef(
2980
2980
  }
2981
2981
  );
2982
2982
  var IconBell = /* @__PURE__ */ forwardRef(
2983
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
2983
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2984
2984
  const iconSize = iconSizeMap[size];
2985
2985
  if (fill && thick) {
2986
2986
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3005,7 +3005,7 @@ var IconBell = /* @__PURE__ */ forwardRef(
3005
3005
  }
3006
3006
  );
3007
3007
  var IconSecretMode = /* @__PURE__ */ forwardRef(
3008
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
3008
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3009
3009
  const iconSize = iconSizeMap[size];
3010
3010
  if (fill && thick) {
3011
3011
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3030,7 +3030,7 @@ var IconSecretMode = /* @__PURE__ */ forwardRef(
3030
3030
  }
3031
3031
  );
3032
3032
  var IconAddClock = /* @__PURE__ */ forwardRef(
3033
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
3033
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3034
3034
  const iconSize = iconSizeMap[size];
3035
3035
  if (fill && thick) {
3036
3036
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3059,7 +3059,7 @@ var IconAddClock = /* @__PURE__ */ forwardRef(
3059
3059
  }
3060
3060
  );
3061
3061
  var IconClock = /* @__PURE__ */ forwardRef(
3062
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
3062
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3063
3063
  const iconSize = iconSizeMap[size];
3064
3064
  if (fill && thick) {
3065
3065
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3084,7 +3084,7 @@ var IconClock = /* @__PURE__ */ forwardRef(
3084
3084
  }
3085
3085
  );
3086
3086
  var IconSpinner = /* @__PURE__ */ forwardRef(
3087
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
3087
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3088
3088
  const iconSize = iconSizeMap[size];
3089
3089
  if (fill && thick) {
3090
3090
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3113,7 +3113,7 @@ var IconSpinner = /* @__PURE__ */ forwardRef(
3113
3113
  }
3114
3114
  );
3115
3115
  var IconVolumeUp = /* @__PURE__ */ forwardRef(
3116
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
3116
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3117
3117
  const iconSize = iconSizeMap[size];
3118
3118
  if (fill && thick) {
3119
3119
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3142,7 +3142,7 @@ var IconVolumeUp = /* @__PURE__ */ forwardRef(
3142
3142
  }
3143
3143
  );
3144
3144
  var IconVolume = /* @__PURE__ */ forwardRef(
3145
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
3145
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3146
3146
  const iconSize = iconSizeMap[size];
3147
3147
  if (fill && thick) {
3148
3148
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.9692 19.999H7V27.999H11.9708L23 37.4685V10.5281L11.9692 19.999ZM24.6514 38.8864L24.6502 38.8853ZM10.858 16.999L22.6972 6.83409C23.9942 5.72049 26 6.64204 26 8.35152V39.6451C26 41.3546 23.9942 42.2761 22.6972 41.1625L10.8596 30.999H4V16.999H10.858Z", style: { fill: `var(--${type})` } }) });
@@ -3155,7 +3155,7 @@ var IconVolume = /* @__PURE__ */ forwardRef(
3155
3155
  }
3156
3156
  );
3157
3157
  var IconGoogleExport = /* @__PURE__ */ forwardRef(
3158
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
3158
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3159
3159
  const iconSize = iconSizeMap[size];
3160
3160
  if (fill && thick) {
3161
3161
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3184,7 +3184,7 @@ var IconGoogleExport = /* @__PURE__ */ forwardRef(
3184
3184
  }
3185
3185
  );
3186
3186
  var IconLink = /* @__PURE__ */ forwardRef(
3187
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
3187
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3188
3188
  const iconSize = iconSizeMap[size];
3189
3189
  if (fill && thick) {
3190
3190
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3209,7 +3209,7 @@ var IconLink = /* @__PURE__ */ forwardRef(
3209
3209
  }
3210
3210
  );
3211
3211
  var IconSheetExport = /* @__PURE__ */ forwardRef(
3212
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
3212
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3213
3213
  const iconSize = iconSizeMap[size];
3214
3214
  if (fill && thick) {
3215
3215
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3234,7 +3234,7 @@ var IconSheetExport = /* @__PURE__ */ forwardRef(
3234
3234
  }
3235
3235
  );
3236
3236
  var IconShieldPerson = /* @__PURE__ */ forwardRef(
3237
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
3237
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3238
3238
  const iconSize = iconSizeMap[size];
3239
3239
  if (fill && thick) {
3240
3240
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3263,7 +3263,7 @@ var IconShieldPerson = /* @__PURE__ */ forwardRef(
3263
3263
  }
3264
3264
  );
3265
3265
  var IconShieldUsage = /* @__PURE__ */ forwardRef(
3266
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
3266
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3267
3267
  const iconSize = iconSizeMap[size];
3268
3268
  if (fill && thick) {
3269
3269
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3300,7 +3300,7 @@ var IconShieldUsage = /* @__PURE__ */ forwardRef(
3300
3300
  }
3301
3301
  );
3302
3302
  var IconFormalBag = /* @__PURE__ */ forwardRef(
3303
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
3303
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3304
3304
  const iconSize = iconSizeMap[size];
3305
3305
  if (fill && thick) {
3306
3306
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17 14V10C17 8.89543 17.8954 8 19 8H29C30.1046 8 31 8.89543 31 10V14H40C41.1046 14 42 14.8954 42 16V38C42 39.1046 41.1046 40 40 40H8C6.89543 40 6 39.1046 6 38V16C6 14.8954 6.89543 14 8 14H17ZM20 14V11H28V14H20ZM15.5 17V37H32.5V17H15.5ZM35.5 17V37H39V17H35.5ZM9 17H12.5V37H9V17Z", style: { fill: `var(--${type})` } }) });
@@ -3313,7 +3313,7 @@ var IconFormalBag = /* @__PURE__ */ forwardRef(
3313
3313
  }
3314
3314
  );
3315
3315
  var IconCasualShoe = /* @__PURE__ */ forwardRef(
3316
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
3316
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3317
3317
  const iconSize = iconSizeMap[size];
3318
3318
  if (fill && thick) {
3319
3319
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M40.8125 21.499C43.4447 22.4687 45.2317 24.9095 45.3823 27.6864C45.3891 27.8127 45.3926 27.9397 45.3926 28.0674V31.1875C45.3926 33.3966 43.6017 35.1875 41.3926 35.1875H5.39258C4.28801 35.1875 3.39258 34.2921 3.39258 33.1875V29.6875C3.39258 29.5952 3.39883 29.5044 3.41094 29.4154C3.39885 29.3385 3.39258 29.2597 3.39258 29.1795C3.39258 24.2689 4.39264 19.4097 6.3318 14.8982L6.6352 14.1923C6.89755 13.5819 7.49814 13.1864 8.16251 13.1864H9.14845C9.7358 13.1864 10.2935 13.4445 10.6735 13.8924L12.5544 16.1093C13.2861 16.9716 14.5866 17.0562 15.4239 16.296L19.9751 12.1638C20.6169 11.5811 21.5612 11.4782 22.3135 11.9091L35.7472 19.6031C35.8439 19.6585 35.9452 19.7057 36.0498 19.7443L40.8125 21.499ZM13.4645 27.6864H33.0498L33.6947 21.8847L30.0305 19.7861L27.4564 23.6359L24.965 21.9726L27.4249 18.2938L25.3435 17.1017L22.9491 20.6827L20.4577 19.0195L22.7379 15.6093L21.4534 14.8737L17.4405 18.5171C15.3473 20.4176 12.096 20.206 10.2669 18.0502L8.92502 16.4687C8.46239 17.5836 8.06183 18.7209 7.72444 19.8752L8.08879 20.0434C11.1392 21.4513 13.1752 24.3805 13.4645 27.6864ZM10.4474 27.6864H6.4262C6.49952 26.0595 6.69245 24.4428 7.00233 22.8492C8.8958 23.7926 10.1786 25.6151 10.4474 27.6864ZM36.5742 23.1346L36.0683 27.6864H42.3745C42.2297 26.1678 41.2277 24.849 39.7754 24.314L36.5742 23.1346ZM6.39258 32.1875V30.6875H42.3926V31.1875C42.3926 31.7398 41.9449 32.1875 41.3926 32.1875H6.39258Z", style: { fill: `var(--${type})` } }) });
@@ -3326,7 +3326,7 @@ var IconCasualShoe = /* @__PURE__ */ forwardRef(
3326
3326
  }
3327
3327
  );
3328
3328
  var IconFolderOpenShare = /* @__PURE__ */ forwardRef(
3329
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
3329
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3330
3330
  const iconSize = iconSizeMap[size];
3331
3331
  if (fill && thick) {
3332
3332
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3355,7 +3355,7 @@ var IconFolderOpenShare = /* @__PURE__ */ forwardRef(
3355
3355
  }
3356
3356
  );
3357
3357
  var IconFolderShare = /* @__PURE__ */ forwardRef(
3358
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
3358
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3359
3359
  const iconSize = iconSizeMap[size];
3360
3360
  if (fill && thick) {
3361
3361
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3384,7 +3384,7 @@ var IconFolderShare = /* @__PURE__ */ forwardRef(
3384
3384
  }
3385
3385
  );
3386
3386
  var IconVerificationBadge = /* @__PURE__ */ forwardRef(
3387
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
3387
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3388
3388
  const iconSize = iconSizeMap[size];
3389
3389
  if (fill && thick) {
3390
3390
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.2528 9.61038L31.3875 3.10156L24.4346 6.09533L17.4817 3.10156L13.6164 9.61038L6.23169 11.2752L6.93037 18.8129L1.93457 24.5003L6.93037 30.1878L6.23169 37.7255L13.6164 39.3903L17.4817 45.8991L24.4346 42.9053L31.3874 45.8991L35.2528 39.3903L42.6375 37.7255L41.9388 30.1878L46.9346 24.5003L41.9388 18.8129L42.6375 11.2752L35.2528 9.61038ZM22.6152 27.52L16.4289 21.3337L13.6005 24.1621L19.7868 30.3484C21.3469 31.9086 23.8758 31.9108 25.4387 30.3534L36.1191 19.7102L33.2956 16.8768L22.6152 27.52Z", style: { fill: `var(--${type})` } }) });
@@ -3397,7 +3397,7 @@ var IconVerificationBadge = /* @__PURE__ */ forwardRef(
3397
3397
  }
3398
3398
  );
3399
3399
  var IconReport = /* @__PURE__ */ forwardRef(
3400
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
3400
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3401
3401
  const iconSize = iconSizeMap[size];
3402
3402
  if (fill && thick) {
3403
3403
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M41 7C42.1046 7 43 7.89543 43 9V35C43 36.1046 42.1046 37 41 37H24L14.4404 43.3555C13.1112 44.239 11.333 43.2856 11.333 41.6895V37H7C5.89543 37 5 36.1046 5 35V9C5 7.89543 5.89543 7 7 7H41ZM24 26C23.3869 26 22.8378 26.2204 22.4033 26.6553C21.9691 27.09 21.75 27.6383 21.75 28.25C21.75 28.8617 21.9691 29.41 22.4033 29.8447C22.8378 30.2796 23.3869 30.5 24 30.5C24.6131 30.5 25.1622 30.2796 25.5967 29.8447C26.0309 29.41 26.25 28.8617 26.25 28.25C26.25 27.6383 26.0309 27.09 25.5967 26.6553C25.1622 26.2204 24.6131 26 24 26ZM22 14V23H26V14H22Z", style: { fill: `var(--${type})` } }) });
@@ -3418,7 +3418,7 @@ var IconReport = /* @__PURE__ */ forwardRef(
3418
3418
  }
3419
3419
  );
3420
3420
  var IconBrain = /* @__PURE__ */ forwardRef(
3421
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
3421
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3422
3422
  const iconSize = iconSizeMap[size];
3423
3423
  if (fill && thick) {
3424
3424
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3434,7 +3434,7 @@ var IconBrain = /* @__PURE__ */ forwardRef(
3434
3434
  }
3435
3435
  );
3436
3436
  var IconMindmap = /* @__PURE__ */ forwardRef(
3437
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
3437
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3438
3438
  const iconSize = iconSizeMap[size];
3439
3439
  if (fill && thick) {
3440
3440
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21.1948 14.29C22.3087 13.2007 23 11.6811 23 10C23 6.68629 20.3137 4 17 4C13.6863 4 11 6.68629 11 10C11 13.3137 13.6863 16 17 16C17.5349 16 18.0534 15.93 18.5469 15.7987L22.2868 20.2866C21.4809 21.3081 21 22.5979 21 24C21 24.4519 21.05 24.8921 21.1447 25.3155L15.1362 28.6535C14.0598 27.6289 12.6034 27 11 27C7.68629 27 5 29.6863 5 33C5 36.3137 7.68629 39 11 39C13.0021 39 14.7751 38.0194 15.8651 36.5123L27.0073 39.2978C27.1625 42.4732 29.7862 45 33 45C36.3137 45 39 42.3137 39 39C39 35.6863 36.3137 33 33 33C30.6349 33 28.5894 34.3684 27.6121 36.3567L16.9603 33.6938C16.9865 33.4661 17 33.2346 17 33C17 32.3737 16.904 31.7698 16.726 31.2022L22.5152 27.9859C23.6142 29.2216 25.2162 30 27 30C30.3137 30 33 27.3137 33 24C33 22.8438 32.673 21.7639 32.1063 20.8479L35.7711 16.5724C36.4602 16.8482 37.2124 17 38 17C41.3137 17 44 14.3137 44 11C44 7.68629 41.3137 5 38 5C34.6863 5 32 7.68629 32 11C32 12.4372 32.5053 13.7564 33.348 14.7896L29.9383 18.7675C29.0699 18.2788 28.0675 18 27 18C26.1758 18 25.3904 18.1662 24.6755 18.4669L21.1948 14.29ZM17 13C18.6569 13 20 11.6569 20 10C20 8.34315 18.6569 7 17 7C15.3431 7 14 8.34315 14 10C14 11.6569 15.3431 13 17 13ZM41 11C41 12.6569 39.6569 14 38 14C36.3431 14 35 12.6569 35 11C35 9.34315 36.3431 8 38 8C39.6569 8 41 9.34315 41 11ZM27 27C28.6569 27 30 25.6569 30 24C30 22.3431 28.6569 21 27 21C25.3431 21 24 22.3431 24 24C24 25.6569 25.3431 27 27 27ZM36 39C36 40.6569 34.6569 42 33 42C31.3431 42 30 40.6569 30 39C30 37.3431 31.3431 36 33 36C34.6569 36 36 37.3431 36 39ZM11 36C12.6569 36 14 34.6569 14 33C14 31.3431 12.6569 30 11 30C9.34315 30 8 31.3431 8 33C8 34.6569 9.34315 36 11 36Z", style: { fill: `var(--${type})` } }) });
@@ -3447,7 +3447,7 @@ var IconMindmap = /* @__PURE__ */ forwardRef(
3447
3447
  }
3448
3448
  );
3449
3449
  var IconFlowchart = /* @__PURE__ */ forwardRef(
3450
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
3450
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3451
3451
  const iconSize = iconSizeMap[size];
3452
3452
  if (fill && thick) {
3453
3453
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M30 7C30 5.89543 29.1046 5 28 5H20C18.8954 5 18 5.89543 18 7V15C18 16.1046 18.8954 17 20 17H22.5V22.5H10.5L10.5 31H8C6.89543 31 6 31.8954 6 33V41C6 42.1046 6.89543 43 8 43H16C17.1046 43 18 42.1046 18 41V33C18 31.8954 17.1046 31 16 31H13.5L13.5 25.5L34.5 25.5L34.5 31H32C30.8954 31 30 31.8954 30 33V41C30 42.1046 30.8954 43 32 43H40C41.1046 43 42 42.1046 42 41V33C42 31.8954 41.1046 31 40 31H37.5L37.5 22.5H25.5V17H28C29.1046 17 30 16.1046 30 15V7ZM27 8L21 8V14H27V8ZM39 34H33V40H39V34ZM9 34H15V40H9L9 34Z", style: { fill: `var(--${type})` } }) });
@@ -3460,7 +3460,7 @@ var IconFlowchart = /* @__PURE__ */ forwardRef(
3460
3460
  }
3461
3461
  );
3462
3462
  var IconFocus = /* @__PURE__ */ forwardRef(
3463
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
3463
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3464
3464
  const iconSize = iconSizeMap[size];
3465
3465
  if (fill && thick) {
3466
3466
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3485,7 +3485,7 @@ var IconFocus = /* @__PURE__ */ forwardRef(
3485
3485
  }
3486
3486
  );
3487
3487
  var IconParagraph = /* @__PURE__ */ forwardRef(
3488
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
3488
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3489
3489
  const iconSize = iconSizeMap[size];
3490
3490
  if (fill && thick) {
3491
3491
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3518,7 +3518,7 @@ var IconParagraph = /* @__PURE__ */ forwardRef(
3518
3518
  }
3519
3519
  );
3520
3520
  var IconAddToFolder = /* @__PURE__ */ forwardRef(
3521
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
3521
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3522
3522
  const iconSize = iconSizeMap[size];
3523
3523
  if (fill && thick) {
3524
3524
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3543,7 +3543,7 @@ var IconAddToFolder = /* @__PURE__ */ forwardRef(
3543
3543
  }
3544
3544
  );
3545
3545
  var IconRemoveFromFolder = /* @__PURE__ */ forwardRef(
3546
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
3546
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3547
3547
  const iconSize = iconSizeMap[size];
3548
3548
  if (fill && thick) {
3549
3549
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3568,7 +3568,7 @@ var IconRemoveFromFolder = /* @__PURE__ */ forwardRef(
3568
3568
  }
3569
3569
  );
3570
3570
  var IconMoveToFolder = /* @__PURE__ */ forwardRef(
3571
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
3571
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3572
3572
  const iconSize = iconSizeMap[size];
3573
3573
  if (fill && thick) {
3574
3574
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3593,7 +3593,7 @@ var IconMoveToFolder = /* @__PURE__ */ forwardRef(
3593
3593
  }
3594
3594
  );
3595
3595
  var IconNewThreadFolder = /* @__PURE__ */ forwardRef(
3596
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
3596
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3597
3597
  const iconSize = iconSizeMap[size];
3598
3598
  if (fill && thick) {
3599
3599
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3622,7 +3622,7 @@ var IconNewThreadFolder = /* @__PURE__ */ forwardRef(
3622
3622
  }
3623
3623
  );
3624
3624
  var IconChrome = /* @__PURE__ */ forwardRef(
3625
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
3625
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3626
3626
  const iconSize = iconSizeMap[size];
3627
3627
  if (fill && thick) {
3628
3628
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3655,7 +3655,7 @@ var IconChrome = /* @__PURE__ */ forwardRef(
3655
3655
  }
3656
3656
  );
3657
3657
  var IconNewChromeExtension = /* @__PURE__ */ forwardRef(
3658
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
3658
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3659
3659
  const iconSize = iconSizeMap[size];
3660
3660
  if (fill && thick) {
3661
3661
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M40.2041 11.0107C40.2705 11.0175 40.3361 11.027 40.4004 11.04L40.4033 11.041L40.5713 11.083C40.5742 11.0839 40.5771 11.085 40.5801 11.0859C40.6128 11.0958 40.6448 11.1076 40.6768 11.1191C40.7037 11.1288 40.7305 11.1386 40.7568 11.1494C40.7863 11.1615 40.815 11.1751 40.8438 11.1885C40.8726 11.2019 40.9016 11.2147 40.9297 11.2295C40.9563 11.2435 40.9819 11.2592 41.0078 11.2744C41.0365 11.2912 41.065 11.308 41.0928 11.3262C41.1165 11.3417 41.1391 11.3585 41.1621 11.375C41.1898 11.3948 41.2175 11.4144 41.2441 11.4355C41.2651 11.4523 41.2854 11.4698 41.3057 11.4873C41.334 11.5117 41.3618 11.5365 41.3887 11.5625C41.4062 11.5795 41.4235 11.5967 41.4404 11.6143C41.466 11.6408 41.4905 11.6683 41.5146 11.6963C41.5315 11.7159 41.5483 11.7356 41.5645 11.7559C41.5872 11.7844 41.6087 11.8139 41.6299 11.8438C41.646 11.8665 41.6615 11.8896 41.6768 11.9131C41.694 11.9397 41.7105 11.9667 41.7266 11.9941C41.7415 12.0197 41.7567 12.045 41.7705 12.0713C41.7884 12.1054 41.8043 12.1405 41.8203 12.1758C41.8301 12.1973 41.8406 12.2184 41.8496 12.2402C41.8646 12.2766 41.8768 12.3141 41.8896 12.3516C41.8975 12.3743 41.9061 12.3968 41.9131 12.4199C41.9253 12.4604 41.9356 12.5015 41.9453 12.543C41.9503 12.5644 41.9556 12.5857 41.96 12.6074C41.9853 12.7344 42 12.8655 42 13V36L41.9893 36.2041C41.8938 37.1457 41.1457 37.8938 40.2041 37.9893L40 38H8L7.7959 37.9893C6.85435 37.8938 6.1062 37.1457 6.01074 36.2041L6 36V13C6 11.9643 6.78722 11.113 7.7959 11.0107L8 11H40L40.2041 11.0107ZM9 35H39V22H29C27.8954 22 27 21.1046 27 20V14H9V35Z", style: { fill: `var(--${type})` } }) });
@@ -3668,7 +3668,7 @@ var IconNewChromeExtension = /* @__PURE__ */ forwardRef(
3668
3668
  }
3669
3669
  );
3670
3670
  var IconMobile = /* @__PURE__ */ forwardRef(
3671
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
3671
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3672
3672
  const iconSize = iconSizeMap[size];
3673
3673
  if (fill && thick) {
3674
3674
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3693,7 +3693,7 @@ var IconMobile = /* @__PURE__ */ forwardRef(
3693
3693
  }
3694
3694
  );
3695
3695
  var IconMembers = /* @__PURE__ */ forwardRef(
3696
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
3696
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3697
3697
  const iconSize = iconSizeMap[size];
3698
3698
  if (fill && thick) {
3699
3699
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3726,7 +3726,7 @@ var IconMembers = /* @__PURE__ */ forwardRef(
3726
3726
  }
3727
3727
  );
3728
3728
  var IconTeams = /* @__PURE__ */ forwardRef(
3729
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
3729
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3730
3730
  const iconSize = iconSizeMap[size];
3731
3731
  if (fill && thick) {
3732
3732
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3748,7 +3748,7 @@ var IconTeams = /* @__PURE__ */ forwardRef(
3748
3748
  }
3749
3749
  );
3750
3750
  var IconStop = /* @__PURE__ */ forwardRef(
3751
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
3751
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3752
3752
  const iconSize = iconSizeMap[size];
3753
3753
  if (fill && thick) {
3754
3754
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3773,7 +3773,7 @@ var IconStop = /* @__PURE__ */ forwardRef(
3773
3773
  }
3774
3774
  );
3775
3775
  var IconMicroscope = /* @__PURE__ */ forwardRef(
3776
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
3776
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3777
3777
  const iconSize = iconSizeMap[size];
3778
3778
  if (fill && thick) {
3779
3779
  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.7002 24.8789L31.7891 25.8008L32.3906 27.6973L27.8105 29.1494L27.209 27.252L24.249 28.1904L20.1279 15.1855C15.7778 16.0549 12.5 19.8951 12.5 24.501C12.5 29.7477 16.7533 34.001 22 34.001H38V37.001H25.5V41.501H40V44.501H8V41.501H22.5V37.001H22C15.0964 37.001 9.5 31.4045 9.5 24.501C9.5 18.5537 13.6534 13.5763 19.2178 12.3115L17 5.31152L27.4512 2L34.7002 24.8789ZM20.7656 7.26562L26.2031 24.4248L30.9336 22.9258L25.4971 5.7666L20.7656 7.26562Z", style: { fill: `var(--${type})` } }) });
@@ -3786,7 +3786,7 @@ var IconMicroscope = /* @__PURE__ */ forwardRef(
3786
3786
  }
3787
3787
  );
3788
3788
  var IconLiteratureReview = /* @__PURE__ */ forwardRef(
3789
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
3789
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3790
3790
  const iconSize = iconSizeMap[size];
3791
3791
  if (fill && thick) {
3792
3792
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3823,7 +3823,7 @@ var IconLiteratureReview = /* @__PURE__ */ forwardRef(
3823
3823
  }
3824
3824
  );
3825
3825
  var IconExpandClose = /* @__PURE__ */ forwardRef(
3826
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
3826
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3827
3827
  const iconSize = iconSizeMap[size];
3828
3828
  if (fill && thick) {
3829
3829
  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 8H43ZM20.5 37H42V11H20.5V37ZM6 37H17.5V11H6V37Z", style: { fill: `var(--${type})` } }) });
@@ -3836,7 +3836,7 @@ var IconExpandClose = /* @__PURE__ */ forwardRef(
3836
3836
  }
3837
3837
  );
3838
3838
  var IconRestaurant = /* @__PURE__ */ forwardRef(
3839
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
3839
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3840
3840
  const iconSize = iconSizeMap[size];
3841
3841
  if (fill && thick) {
3842
3842
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3865,13 +3865,13 @@ var IconRestaurant = /* @__PURE__ */ forwardRef(
3865
3865
  }
3866
3866
  );
3867
3867
  var IconColorLiner = /* @__PURE__ */ forwardRef(
3868
- ({ size = "m", className, style, ...props }, ref) => {
3868
+ ({ size = "m", className, ...props }, ref) => {
3869
3869
  const iconSize = iconSizeMap[size];
3870
3870
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M39.6001 18.2152V8.52042C39.6001 8.41885 39.5211 8.33984 39.4196 8.33984H29.6499C29.6499 8.33984 29.5596 8.36242 29.5258 8.39627L23.9189 13.9942C23.9189 13.9942 23.8399 14.0506 23.7948 14.0506H13.4949C13.4949 14.0506 13.4046 14.0732 13.3708 14.1071L6.17321 21.2738C6.0604 21.3866 6.13937 21.5898 6.29731 21.5898H15.5819C15.8527 21.5898 16.067 21.8042 16.067 22.0751V31.7022C16.067 31.8037 16.146 31.8827 16.2475 31.8827H25.8932C26.1639 31.8827 26.3783 32.1085 26.3783 32.3681V41.634C26.3783 41.792 26.5701 41.8823 26.6941 41.7694L33.7902 34.6817C33.7902 34.6817 33.8466 34.6027 33.8466 34.5463V24.0953C33.8466 24.0953 33.8691 23.9937 33.903 23.9599L39.5437 18.3168C39.5437 18.3168 39.6001 18.2378 39.6001 18.1814V18.2152ZM24.6071 22.7974V15.2808C24.6071 15.01 24.8214 14.7955 25.0922 14.7955H32.6282C32.8989 14.7955 33.1133 15.01 33.1133 15.2808V22.7974C33.1133 23.0683 32.8989 23.2827 32.6282 23.2827H25.0922C24.8214 23.2827 24.6071 23.0683 24.6071 22.7974Z", fill: "#14371B" }) });
3871
3871
  }
3872
3872
  );
3873
3873
  var IconColorLinerVariation = /* @__PURE__ */ forwardRef(
3874
- ({ size = "m", className, style, ...props }, ref) => {
3874
+ ({ size = "m", className, ...props }, ref) => {
3875
3875
  const iconSize = iconSizeMap[size];
3876
3876
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
3877
3877
  /* @__PURE__ */ jsx("g", { "clip-path": "url(#clip0_774_42385)", children: /* @__PURE__ */ jsx("path", { d: "M44.7999 16.2883V3.36186C44.7999 3.22643 44.6946 3.12109 44.5592 3.12109H31.5329C31.5329 3.12109 31.4126 3.15119 31.3675 3.19633L23.8916 10.6602C23.8916 10.6602 23.7863 10.7355 23.7262 10.7355H9.99291C9.99291 10.7355 9.87257 10.7656 9.82745 10.8107L0.230706 20.3663C0.0802863 20.5168 0.18558 20.7877 0.396167 20.7877H12.7757C13.1367 20.7877 13.4225 21.0736 13.4225 21.4348V34.2709C13.4225 34.4063 13.5278 34.5116 13.6631 34.5116H26.524C26.885 34.5116 27.1708 34.8126 27.1708 35.1587V47.5133C27.1708 47.724 27.4265 47.8443 27.592 47.6939L37.0533 38.2436C37.0533 38.2436 37.1285 38.1383 37.1285 38.063V24.1284C37.1285 24.1284 37.1586 23.9929 37.2037 23.9478L44.7247 16.4237C44.7247 16.4237 44.7999 16.3184 44.7999 16.2431V16.2883ZM24.8092 22.3978V12.3757C24.8092 12.0146 25.095 11.7287 25.456 11.7287H35.504C35.865 11.7287 36.1508 12.0146 36.1508 12.3757V22.3978C36.1508 22.759 35.865 23.0449 35.504 23.0449H25.456C25.095 23.0449 24.8092 22.759 24.8092 22.3978Z", fill: "#14371B" }) }),
@@ -3880,13 +3880,13 @@ var IconColorLinerVariation = /* @__PURE__ */ forwardRef(
3880
3880
  }
3881
3881
  );
3882
3882
  var IconColorFacebook = /* @__PURE__ */ forwardRef(
3883
- ({ size = "m", className, style, ...props }, ref) => {
3883
+ ({ size = "m", className, ...props }, ref) => {
3884
3884
  const iconSize = iconSizeMap[size];
3885
3885
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M44 24C44 13 35 4 24 4C13 4 4 13 4 24C4 34 11.25 42.25 20.75 43.75V29.75H15.75V24H20.75V19.5C20.75 14.5 23.75 11.75 28.25 11.75C30.5 11.75 32.75 12.25 32.75 12.25V17.25H30.25C27.75 17.25 27 18.75 27 20.25V24H32.5L31.5 29.75H26.75V44C36.75 42.5 44 34 44 24Z", fill: "#1877F2" }) });
3886
3886
  }
3887
3887
  );
3888
3888
  var IconColorGoogle = /* @__PURE__ */ forwardRef(
3889
- ({ size = "m", className, style, ...props }, ref) => {
3889
+ ({ size = "m", className, ...props }, ref) => {
3890
3890
  const iconSize = iconSizeMap[size];
3891
3891
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
3892
3892
  /* @__PURE__ */ jsx("path", { d: "M41.895 20.5469C42.1195 21.7905 42.2405 23.086 42.2405 24.4333C42.2405 30.2198 40.1677 35.0909 36.5749 38.3987H36.5703L36.5727 38.3965L30.4346 33.631C32.4467 32.2837 33.7853 30.2715 34.2257 27.8966H24V20.5469H41.895Z", fill: "#4285F4" }),
@@ -3897,7 +3897,7 @@ var IconColorGoogle = /* @__PURE__ */ forwardRef(
3897
3897
  }
3898
3898
  );
3899
3899
  var IconColorFire = /* @__PURE__ */ forwardRef(
3900
- ({ size = "m", className, style, ...props }, ref) => {
3900
+ ({ size = "m", className, ...props }, ref) => {
3901
3901
  const iconSize = iconSizeMap[size];
3902
3902
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
3903
3903
  /* @__PURE__ */ jsx("path", { d: "M42 27.683C42 37.6241 33.9411 45 24 45C14.0589 45 6 37.6241 6 27.683C6 21.5445 9 15.5 15 12L16.9042 14.3273C19.2846 17.2367 24 15.5535 24 11.7944V3.5C24 3.5 42 12 42 27.683Z", fill: "#FF8142" }),
@@ -3906,7 +3906,7 @@ var IconColorFire = /* @__PURE__ */ forwardRef(
3906
3906
  }
3907
3907
  );
3908
3908
  var IconMoreHorizontal = /* @__PURE__ */ forwardRef(
3909
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
3909
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3910
3910
  const iconSize = iconSizeMap[size];
3911
3911
  if (fill && thick) {
3912
3912
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3935,7 +3935,7 @@ var IconMoreHorizontal = /* @__PURE__ */ forwardRef(
3935
3935
  }
3936
3936
  );
3937
3937
  var IconMoreVertical = /* @__PURE__ */ forwardRef(
3938
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
3938
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3939
3939
  const iconSize = iconSizeMap[size];
3940
3940
  if (fill && thick) {
3941
3941
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3964,7 +3964,7 @@ var IconMoreVertical = /* @__PURE__ */ forwardRef(
3964
3964
  }
3965
3965
  );
3966
3966
  var IconCheckMarkInCircle = /* @__PURE__ */ forwardRef(
3967
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
3967
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3968
3968
  const iconSize = iconSizeMap[size];
3969
3969
  if (fill && thick) {
3970
3970
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 44C35.0457 44 44 35.0457 44 24C44 12.9543 35.0457 4 24 4C12.9543 4 4 12.9543 4 24C4 35.0457 12.9543 44 24 44ZM22.6155 27.5188L16.4292 21.3325L13.6008 24.1609L19.7871 30.3472C21.3472 31.9074 23.8761 31.9096 25.439 30.3522L36.1194 19.709L33.296 16.8756L22.6155 27.5188Z", style: { fill: `var(--${type})` } }) });
@@ -3983,7 +3983,7 @@ var IconCheckMarkInCircle = /* @__PURE__ */ forwardRef(
3983
3983
  }
3984
3984
  );
3985
3985
  var IconStar = /* @__PURE__ */ forwardRef(
3986
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
3986
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3987
3987
  const iconSize = iconSizeMap[size];
3988
3988
  if (fill && thick) {
3989
3989
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M22.2443 5.21983C23.0024 3.83042 24.998 3.83032 25.756 5.21983L30.7111 14.3048C30.7471 14.3708 30.7866 14.4343 30.8293 14.4952C31.1276 14.9208 31.5822 15.2159 32.0988 15.3126L42.2697 17.2179C43.8258 17.5093 44.4422 19.4073 43.3547 20.5577L36.2453 28.0772C36.0391 28.2954 35.8877 28.5545 35.7971 28.8331C35.7066 29.1118 35.6775 29.4103 35.716 29.7081L37.0471 39.9718C37.0752 40.1891 37.0667 40.3985 37.0305 40.5968C37.0187 40.6611 37.0053 40.7245 36.9875 40.7862C36.9684 40.8525 36.9447 40.9166 36.9191 40.9796C36.911 40.9995 36.9034 41.0196 36.8947 41.0392C36.8868 41.057 36.8778 41.0743 36.8693 41.0919C36.8603 41.1106 36.8515 41.1292 36.842 41.1476C36.8105 41.2079 36.7757 41.2659 36.7385 41.3224C36.7272 41.3394 36.716 41.3565 36.7043 41.3731C36.6917 41.3911 36.6784 41.4084 36.6652 41.4259C36.6539 41.4409 36.6428 41.4561 36.631 41.4708C36.6167 41.4887 36.602 41.5062 36.5871 41.5235C36.5748 41.5379 36.5627 41.5525 36.55 41.5665C36.534 41.5841 36.5177 41.6013 36.5012 41.6183C36.4859 41.6339 36.47 41.649 36.4543 41.6642C36.4388 41.679 36.4233 41.6937 36.4074 41.7081C36.3958 41.7186 36.3841 41.7291 36.3723 41.7394C36.3526 41.7563 36.3329 41.773 36.3127 41.7892C36.2983 41.8006 36.2834 41.8113 36.2687 41.8224C36.2453 41.8401 36.2216 41.8574 36.1974 41.8741C36.1915 41.8782 36.1859 41.8828 36.1799 41.8868C36.1523 41.9054 36.1243 41.9233 36.0959 41.9405C36.0863 41.9463 36.0763 41.9515 36.0666 41.9571C36.0405 41.9723 36.0142 41.987 35.9875 42.0011C35.9742 42.008 35.9609 42.0149 35.9475 42.0216C35.928 42.0312 35.9086 42.0409 35.8889 42.0499C35.8663 42.0602 35.8434 42.0697 35.8205 42.0792C35.8013 42.0871 35.7823 42.0953 35.7629 42.1026C35.7454 42.1092 35.7278 42.1151 35.7101 42.1212C35.6858 42.1296 35.6616 42.1381 35.6369 42.1456C35.6275 42.1485 35.618 42.1507 35.6086 42.1534C35.5353 42.1745 35.4608 42.1916 35.385 42.2042C35.3755 42.2058 35.3661 42.2077 35.3566 42.2091C35.3259 42.2137 35.295 42.2176 35.2639 42.2208C35.2512 42.2221 35.2385 42.2227 35.2258 42.2237C35.1512 42.2299 35.0761 42.2331 35.0002 42.2306C34.9911 42.2303 34.982 42.2291 34.9728 42.2286C34.9381 42.227 34.9033 42.2253 34.8683 42.2218C34.8608 42.221 34.8534 42.2197 34.8459 42.2188C34.633 42.1947 34.4176 42.1356 34.2062 42.0353L24.8576 37.5978C24.315 37.3402 23.6854 37.3403 23.1428 37.5978L13.7941 42.0353C13.5816 42.1361 13.3646 42.195 13.1506 42.2188C13.1437 42.2196 13.1369 42.2211 13.1301 42.2218C13.0958 42.2252 13.0616 42.227 13.0275 42.2286C13.0184 42.2291 13.0093 42.2303 13.0002 42.2306C12.925 42.2331 12.8505 42.2298 12.7766 42.2237C12.7622 42.2226 12.7479 42.2223 12.7336 42.2208C12.7038 42.2177 12.6742 42.2135 12.6447 42.2091C12.6346 42.2076 12.6245 42.2059 12.6144 42.2042C12.5386 42.1916 12.4641 42.1745 12.3908 42.1534C12.3811 42.1506 12.3712 42.1486 12.3615 42.1456C12.3401 42.1391 12.3192 42.1313 12.298 42.1241C12.2755 42.1164 12.2529 42.1092 12.2307 42.1007C12.2145 42.0945 12.1987 42.0877 12.1828 42.0812C12.1576 42.0708 12.1324 42.0603 12.1076 42.0489C12.0934 42.0424 12.0796 42.0353 12.0656 42.0284C12.0436 42.0177 12.0218 42.0067 12.0002 41.9952C11.9831 41.9861 11.9662 41.9765 11.9494 41.9669C11.93 41.9558 11.9108 41.9444 11.8918 41.9327C11.8727 41.921 11.8538 41.9089 11.8351 41.8966C11.8195 41.8862 11.8036 41.8761 11.7883 41.8653C11.7681 41.8511 11.7484 41.8363 11.7287 41.8214C11.717 41.8125 11.705 41.8041 11.6935 41.795C11.67 41.7764 11.6469 41.7571 11.6242 41.7374C11.6146 41.7291 11.6053 41.7205 11.5959 41.712C11.5757 41.6938 11.5558 41.6753 11.5363 41.6563C11.5254 41.6457 11.5147 41.635 11.5041 41.6241C11.4846 41.6042 11.4652 41.5843 11.4465 41.5636C11.4372 41.5533 11.4282 41.5428 11.4191 41.5323C11.4008 41.5112 11.3829 41.4898 11.3654 41.4679C11.3562 41.4563 11.3471 41.4445 11.3381 41.4327C11.3207 41.4099 11.3037 41.3869 11.2873 41.3634C11.2788 41.3512 11.2711 41.3386 11.2629 41.3263C11.2532 41.3116 11.2429 41.2973 11.2336 41.2823L11.2121 41.2472C11.1824 41.1973 11.1554 41.1456 11.1301 41.0929C11.047 40.9204 10.9869 40.7339 10.9572 40.5362C10.9541 40.5156 10.9528 40.4946 10.9504 40.4737C10.9314 40.3124 10.9309 40.1446 10.9533 39.9718L12.2844 29.7081C12.2849 29.7039 12.2848 29.6996 12.2853 29.6954C12.358 29.1041 12.1637 28.5105 11.7541 28.0772L4.64472 20.5577C3.5916 19.4432 4.13744 17.6274 5.5871 17.2501L5.73065 17.2179L15.9016 15.3126C15.9322 15.3069 15.9622 15.2982 15.9924 15.2911C16.5439 15.161 17.0165 14.8048 17.2892 14.3048L22.2443 5.21983Z", style: { fill: `var(--${type})` } }) });
@@ -3996,7 +3996,7 @@ var IconStar = /* @__PURE__ */ forwardRef(
3996
3996
  }
3997
3997
  );
3998
3998
  var IconCreditAdd = /* @__PURE__ */ forwardRef(
3999
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
3999
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4000
4000
  const iconSize = iconSizeMap[size];
4001
4001
  if (fill && thick) {
4002
4002
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -4025,7 +4025,7 @@ var IconCreditAdd = /* @__PURE__ */ forwardRef(
4025
4025
  }
4026
4026
  );
4027
4027
  var IconMNewTab = /* @__PURE__ */ forwardRef(
4028
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
4028
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4029
4029
  const iconSize = iconSizeMap[size];
4030
4030
  if (fill && thick) {
4031
4031
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -4050,7 +4050,7 @@ var IconMNewTab = /* @__PURE__ */ forwardRef(
4050
4050
  }
4051
4051
  );
4052
4052
  var IconCollectionAdd = /* @__PURE__ */ forwardRef(
4053
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
4053
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4054
4054
  const iconSize = iconSizeMap[size];
4055
4055
  if (fill && thick) {
4056
4056
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -4075,7 +4075,7 @@ var IconCollectionAdd = /* @__PURE__ */ forwardRef(
4075
4075
  }
4076
4076
  );
4077
4077
  var IconCollections = /* @__PURE__ */ forwardRef(
4078
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
4078
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4079
4079
  const iconSize = iconSizeMap[size];
4080
4080
  if (fill && thick) {
4081
4081
  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 7V12H40.5C41.8807 12 43 13.1193 43 14.5V27.293C43 27.956 42.7364 28.5917 42.2676 29.0605L29.0605 42.2676C28.5917 42.7364 27.956 43 27.293 43H14.5C13.1193 43 12 41.8807 12 40.5V36H7C5.89543 36 5 35.1046 5 34V7C5 5.89543 5.89543 5 7 5H34ZM28 26C26.3432 26.0001 25 27.3432 25 29V39H29V30H38V26H28ZM9 32H12V14.5C12 13.1193 13.1193 12 14.5 12H32V9H9V32Z", style: { fill: `var(--${type})` } }) });
@@ -4088,7 +4088,7 @@ var IconCollections = /* @__PURE__ */ forwardRef(
4088
4088
  }
4089
4089
  );
4090
4090
  var IconSurvey = /* @__PURE__ */ forwardRef(
4091
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
4091
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4092
4092
  const iconSize = iconSizeMap[size];
4093
4093
  if (fill && thick) {
4094
4094
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -4129,7 +4129,7 @@ var IconSurvey = /* @__PURE__ */ forwardRef(
4129
4129
  }
4130
4130
  );
4131
4131
  var IconLocation = /* @__PURE__ */ forwardRef(
4132
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
4132
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4133
4133
  const iconSize = iconSizeMap[size];
4134
4134
  if (fill && thick) {
4135
4135
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.0229 4C32.7856 4.00003 40.4986 11.0113 40.0229 21C39.5233 31.4915 24.0479 43.9799 24.0229 44C24.0229 44 8.55957 31.7426 8.02293 21C7.52338 11 15.2602 4 24.0229 4ZM23.8335 15C21.1642 15 18.9997 17.1638 18.9995 19.833C18.9995 22.5024 21.1641 24.667 23.8335 24.667C26.5028 24.6669 28.6665 22.5023 28.6665 19.833C28.6663 17.1638 26.5027 15.0001 23.8335 15Z", style: { fill: `var(--${type})` } }) });
@@ -4151,7 +4151,7 @@ var IconLocation = /* @__PURE__ */ forwardRef(
4151
4151
  }
4152
4152
  );
4153
4153
  var IconHourglass = /* @__PURE__ */ forwardRef(
4154
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
4154
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4155
4155
  const iconSize = iconSizeMap[size];
4156
4156
  if (fill && thick) {
4157
4157
  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 9H36.9287C36.6271 13.1982 35.377 16.8843 33.4131 19.6729C32.4148 21.0903 31.2171 22.2874 29.8652 23.1865C31.2864 24.3174 32.5081 25.8045 33.4941 27.4521C35.3962 30.6306 36.6319 34.7051 36.9287 39H42V43H6V39H11.0713C11.3681 34.7051 12.6038 30.6306 14.5059 27.4521C15.4917 25.8048 16.7129 24.3173 18.1338 23.1865C16.7822 22.2874 15.5851 21.09 14.5869 19.6729C12.623 16.8843 11.3729 13.1982 11.0713 9H6V5H42V9ZM15.0859 9C15.3778 12.4597 16.4158 15.3222 17.8574 17.3691C19.5618 19.789 21.7528 21 24 21C26.2472 21 28.4382 19.789 30.1426 17.3691C31.5842 15.3222 32.6222 12.4597 32.9141 9H15.0859Z", style: { fill: `var(--${type})` } }) });
@@ -4164,7 +4164,7 @@ var IconHourglass = /* @__PURE__ */ forwardRef(
4164
4164
  }
4165
4165
  );
4166
4166
  var IconBag = /* @__PURE__ */ forwardRef(
4167
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
4167
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4168
4168
  const iconSize = iconSizeMap[size];
4169
4169
  if (fill && thick) {
4170
4170
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M30 5C31.1046 5 32 5.89543 32 7V13H42L42.2041 13.0107C42.2705 13.0175 42.3361 13.027 42.4004 13.04L42.4033 13.041L42.5713 13.083C42.5742 13.0839 42.5771 13.085 42.5801 13.0859C42.6128 13.0958 42.6448 13.1076 42.6768 13.1191C42.7037 13.1288 42.7305 13.1386 42.7568 13.1494C42.7863 13.1615 42.815 13.1751 42.8438 13.1885C42.8726 13.2019 42.9016 13.2147 42.9297 13.2295C42.9563 13.2435 42.9819 13.2592 43.0078 13.2744C43.0365 13.2912 43.065 13.308 43.0928 13.3262C43.1165 13.3417 43.1391 13.3585 43.1621 13.375C43.1898 13.3948 43.2175 13.4144 43.2441 13.4355C43.2651 13.4523 43.2854 13.4698 43.3057 13.4873C43.334 13.5117 43.3618 13.5365 43.3887 13.5625C43.4062 13.5795 43.4235 13.5967 43.4404 13.6143C43.466 13.6408 43.4905 13.6683 43.5146 13.6963C43.5315 13.7159 43.5483 13.7356 43.5645 13.7559C43.5872 13.7844 43.6087 13.8139 43.6299 13.8438C43.646 13.8665 43.6615 13.8896 43.6768 13.9131C43.694 13.9397 43.7105 13.9667 43.7266 13.9941C43.7415 14.0197 43.7567 14.045 43.7705 14.0713C43.7884 14.1054 43.8043 14.1405 43.8203 14.1758C43.8301 14.1973 43.8406 14.2184 43.8496 14.2402C43.8646 14.2766 43.8768 14.3141 43.8896 14.3516C43.8975 14.3743 43.9061 14.3968 43.9131 14.4199C43.9253 14.4604 43.9356 14.5015 43.9453 14.543C43.9503 14.5644 43.9556 14.5857 43.96 14.6074C43.9853 14.7344 44 14.8655 44 15V41C44 41.1337 43.986 41.2642 43.9609 41.3906C43.9566 41.4127 43.9504 41.4343 43.9453 41.4561C43.9356 41.4976 43.9253 41.5386 43.9131 41.5791C43.9061 41.6022 43.8974 41.6247 43.8896 41.6475C43.8768 41.6849 43.8646 41.7224 43.8496 41.7588C43.8406 41.7807 43.83 41.8018 43.8203 41.8232C43.8043 41.8585 43.7884 41.8936 43.7705 41.9277C43.7567 41.954 43.7415 41.9793 43.7266 42.0049C43.7105 42.0323 43.694 42.0593 43.6768 42.0859C43.6615 42.1094 43.646 42.1325 43.6299 42.1553C43.6087 42.1851 43.5872 42.2146 43.5645 42.2432C43.5483 42.2634 43.5315 42.2831 43.5146 42.3027C43.4906 42.3307 43.466 42.3582 43.4404 42.3848C43.4235 42.4024 43.4062 42.4195 43.3887 42.4365C43.3618 42.4625 43.334 42.4873 43.3057 42.5117C43.2854 42.5293 43.2651 42.5467 43.2441 42.5635C43.2175 42.5847 43.1898 42.6042 43.1621 42.624C43.1391 42.6405 43.1165 42.6573 43.0928 42.6729C43.065 42.691 43.0365 42.7078 43.0078 42.7246C42.9819 42.7398 42.9563 42.7555 42.9297 42.7695C42.9016 42.7843 42.8726 42.7971 42.8438 42.8105C42.815 42.824 42.7863 42.8375 42.7568 42.8496C42.7305 42.8604 42.7037 42.8702 42.6768 42.8799C42.6448 42.8914 42.6128 42.9032 42.5801 42.9131C42.5336 42.9271 42.4863 42.9385 42.4385 42.9492C42.4257 42.9521 42.4133 42.9564 42.4004 42.959C42.336 42.9721 42.2706 42.9825 42.2041 42.9893C42.137 42.9961 42.0689 43 42 43H6C5.86552 43 5.73445 42.9853 5.60742 42.96C5.58574 42.9556 5.56439 42.9503 5.54297 42.9453C5.50147 42.9356 5.46038 42.9253 5.41992 42.9131C5.3968 42.9061 5.37432 42.8975 5.35156 42.8896C5.31412 42.8768 5.27664 42.8646 5.24023 42.8496C5.21836 42.8406 5.19726 42.8301 5.17578 42.8203C5.14054 42.8043 5.1054 42.7884 5.07129 42.7705C5.04504 42.7567 5.01969 42.7415 4.99414 42.7266C4.9667 42.7105 4.93968 42.694 4.91309 42.6768C4.88965 42.6615 4.8665 42.646 4.84375 42.6299C4.81394 42.6087 4.78443 42.5872 4.75586 42.5645C4.73559 42.5483 4.71591 42.5315 4.69629 42.5146C4.66833 42.4905 4.64084 42.466 4.61426 42.4404C4.59666 42.4235 4.57947 42.4062 4.5625 42.3887C4.53655 42.3618 4.51173 42.334 4.4873 42.3057C4.46978 42.2854 4.45226 42.2651 4.43555 42.2441C4.41438 42.2175 4.39482 42.1898 4.375 42.1621C4.35853 42.1391 4.34167 42.1165 4.32617 42.0928C4.30803 42.065 4.29119 42.0365 4.27441 42.0078C4.25925 41.9819 4.24351 41.9563 4.22949 41.9297C4.21473 41.9016 4.20192 41.8726 4.18848 41.8438C4.17506 41.815 4.16148 41.7863 4.14941 41.7568C4.13862 41.7305 4.12882 41.7037 4.11914 41.6768C4.10763 41.6448 4.09584 41.6128 4.08594 41.5801C4.04937 41.4592 4.02386 41.3335 4.01074 41.2041L4 41V15C4 14.9311 4.00394 14.863 4.01074 14.7959C4.113 13.7872 4.96435 13 6 13H16V7C16 5.89543 16.8954 5 18 5H30ZM20 13H28V9H20V13Z", style: { fill: `var(--${type})` } }) });
@@ -4177,7 +4177,7 @@ var IconBag = /* @__PURE__ */ forwardRef(
4177
4177
  }
4178
4178
  );
4179
4179
  var IconColorExcel = /* @__PURE__ */ forwardRef(
4180
- ({ size = "m", className, style, ...props }, ref) => {
4180
+ ({ size = "m", className, ...props }, ref) => {
4181
4181
  const iconSize = iconSizeMap[size];
4182
4182
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4183
4183
  /* @__PURE__ */ jsxs("g", { "clip-path": "url(#clip0_12237_297)", children: [
@@ -4189,7 +4189,7 @@ var IconColorExcel = /* @__PURE__ */ forwardRef(
4189
4189
  }
4190
4190
  );
4191
4191
  var IconColorHtml = /* @__PURE__ */ forwardRef(
4192
- ({ size = "m", className, style, ...props }, ref) => {
4192
+ ({ size = "m", className, ...props }, ref) => {
4193
4193
  const iconSize = iconSizeMap[size];
4194
4194
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4195
4195
  /* @__PURE__ */ jsxs("g", { "clip-path": "url(#clip0_12237_327)", children: [
@@ -4203,7 +4203,7 @@ var IconColorHtml = /* @__PURE__ */ forwardRef(
4203
4203
  }
4204
4204
  );
4205
4205
  var IconColorPowerpoint = /* @__PURE__ */ forwardRef(
4206
- ({ size = "m", className, style, ...props }, ref) => {
4206
+ ({ size = "m", className, ...props }, ref) => {
4207
4207
  const iconSize = iconSizeMap[size];
4208
4208
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4209
4209
  /* @__PURE__ */ jsxs("g", { "clip-path": "url(#clip0_12237_357)", children: [
@@ -4215,7 +4215,7 @@ var IconColorPowerpoint = /* @__PURE__ */ forwardRef(
4215
4215
  }
4216
4216
  );
4217
4217
  var IconColorLink = /* @__PURE__ */ forwardRef(
4218
- ({ size = "m", className, style, ...props }, ref) => {
4218
+ ({ size = "m", className, ...props }, ref) => {
4219
4219
  const iconSize = iconSizeMap[size];
4220
4220
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4221
4221
  /* @__PURE__ */ jsxs("g", { "clip-path": "url(#clip0_12237_434)", children: [
@@ -4228,7 +4228,7 @@ var IconColorLink = /* @__PURE__ */ forwardRef(
4228
4228
  }
4229
4229
  );
4230
4230
  var IconColorHypothesisGenerator = /* @__PURE__ */ forwardRef(
4231
- ({ size = "m", className, style, ...props }, ref) => {
4231
+ ({ size = "m", className, ...props }, ref) => {
4232
4232
  const iconSize = iconSizeMap[size];
4233
4233
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4234
4234
  /* @__PURE__ */ jsxs("g", { opacity: "0.7", children: [
@@ -4240,7 +4240,7 @@ var IconColorHypothesisGenerator = /* @__PURE__ */ forwardRef(
4240
4240
  }
4241
4241
  );
4242
4242
  var IconColorCitationRecommender = /* @__PURE__ */ forwardRef(
4243
- ({ size = "m", className, style, ...props }, ref) => {
4243
+ ({ size = "m", className, ...props }, ref) => {
4244
4244
  const iconSize = iconSizeMap[size];
4245
4245
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4246
4246
  /* @__PURE__ */ jsx("path", { opacity: "0.7", d: "M42 37.1989L16.8 26.3499V3.59888L42 14.4479V37.1989Z", fill: "#0C893B" }),
@@ -4249,7 +4249,7 @@ var IconColorCitationRecommender = /* @__PURE__ */ forwardRef(
4249
4249
  }
4250
4250
  );
4251
4251
  var IconColorSurveySimulator = /* @__PURE__ */ forwardRef(
4252
- ({ size = "m", className, style, ...props }, ref) => {
4252
+ ({ size = "m", className, ...props }, ref) => {
4253
4253
  const iconSize = iconSizeMap[size];
4254
4254
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4255
4255
  /* @__PURE__ */ jsx("path", { d: "M31.2 16.8H16.8V31.2H31.2V16.8Z", fill: "#0C893B" }),
@@ -4261,7 +4261,7 @@ var IconColorSurveySimulator = /* @__PURE__ */ forwardRef(
4261
4261
  }
4262
4262
  );
4263
4263
  var IconColorResearchTracer = /* @__PURE__ */ forwardRef(
4264
- ({ size = "m", className, style, ...props }, ref) => {
4264
+ ({ size = "m", className, ...props }, ref) => {
4265
4265
  const iconSize = iconSizeMap[size];
4266
4266
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4267
4267
  /* @__PURE__ */ jsx("circle", { cx: "24", cy: "24.2402", r: "10.8", transform: "rotate(90 24 24.2402)", fill: "#0C893B" }),
@@ -4270,7 +4270,7 @@ var IconColorResearchTracer = /* @__PURE__ */ forwardRef(
4270
4270
  }
4271
4271
  );
4272
4272
  var IconAtSign = /* @__PURE__ */ forwardRef(
4273
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
4273
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4274
4274
  const iconSize = iconSizeMap[size];
4275
4275
  if (fill && thick) {
4276
4276
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 4.5C37.3368 4.5 44.0703 16.4835 42.9893 25.6748C42.4324 30.4081 39.6587 33.2237 36.4766 33.4395C34.9269 33.5445 33.4012 32.9956 32.2734 31.8467C31.8219 31.3866 31.4502 30.8445 31.1641 30.2344C29.4224 32.234 26.86 33.5 24 33.5C18.7533 33.5 14.5 29.2467 14.5 24C14.5 18.7533 18.7533 14.5 24 14.5C26.515 14.5 28.8006 15.4786 30.5 17.0742V14H33.5V27.0566C33.5 28.3805 33.9195 29.2412 34.4141 29.7451C34.9112 30.2517 35.5733 30.4937 36.2734 30.4463C37.5912 30.357 39.5675 29.0915 40.0107 25.3252C40.9294 17.5165 35.1604 7.5 24 7.5C14.8873 7.5 7.5 14.8873 7.5 24C7.5 33.1127 14.8873 40.5 24 40.5C27.5442 40.5 30.1001 39.7925 31.7393 39.1143C32.5608 38.7743 33.1569 38.4391 33.5352 38.2002C33.7242 38.0808 33.8593 37.9851 33.9404 37.9248C33.9807 37.8949 34.0076 37.8734 34.0215 37.8623L34.0303 37.8555L34.0254 37.8604L35.9746 40.1396L35.9707 40.1436C35.9687 40.1452 35.9663 40.1474 35.9639 40.1494C35.959 40.1535 35.9529 40.1586 35.9463 40.1641C35.933 40.1751 35.9158 40.1889 35.8955 40.2051C35.8545 40.2379 35.7991 40.2813 35.7295 40.333C35.59 40.4367 35.3926 40.5757 35.1367 40.7373C34.6244 41.0609 33.8764 41.4758 32.8857 41.8857C30.8999 42.7074 27.9557 43.5 24 43.5C13.2304 43.5 4.5 34.7696 4.5 24C4.5 13.2304 13.2304 4.5 24 4.5ZM24 17.5C20.4101 17.5 17.5 20.4101 17.5 24C17.5 27.5899 20.4101 30.5 24 30.5C27.5899 30.5 30.5 27.5899 30.5 24C30.5 20.4101 27.5899 17.5 24 17.5Z", style: { fill: `var(--${type})` } }) });
@@ -4283,7 +4283,7 @@ var IconAtSign = /* @__PURE__ */ forwardRef(
4283
4283
  }
4284
4284
  );
4285
4285
  var IconColorPeerReview = /* @__PURE__ */ forwardRef(
4286
- ({ size = "m", className, style, ...props }, ref) => {
4286
+ ({ size = "m", className, ...props }, ref) => {
4287
4287
  const iconSize = iconSizeMap[size];
4288
4288
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4289
4289
  /* @__PURE__ */ jsx("path", { d: "M4 10.668L20.4 10.8013L21.6 14.668L4 14.668V10.668Z", fill: "#0C893B", "fill-opacity": "0.7" }),
@@ -4295,7 +4295,7 @@ var IconColorPeerReview = /* @__PURE__ */ forwardRef(
4295
4295
  }
4296
4296
  );
4297
4297
  var IconAdjustment = /* @__PURE__ */ forwardRef(
4298
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
4298
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4299
4299
  const iconSize = iconSizeMap[size];
4300
4300
  if (fill && thick) {
4301
4301
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -4328,7 +4328,7 @@ var IconAdjustment = /* @__PURE__ */ forwardRef(
4328
4328
  }
4329
4329
  );
4330
4330
  var IconViewSidebar = /* @__PURE__ */ forwardRef(
4331
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
4331
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4332
4332
  const iconSize = iconSizeMap[size];
4333
4333
  if (fill && thick) {
4334
4334
  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.5 36H41V12H23.5V36ZM10 29V33H16.5V29H10ZM10 22V26H16.5V22H10ZM10 15V19H16.5V15H10Z", style: { fill: `var(--${type})` } }) });
@@ -4351,7 +4351,7 @@ var IconViewSidebar = /* @__PURE__ */ forwardRef(
4351
4351
  }
4352
4352
  );
4353
4353
  var IconAddEmoji = /* @__PURE__ */ forwardRef(
4354
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
4354
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4355
4355
  const iconSize = iconSizeMap[size];
4356
4356
  if (fill && thick) {
4357
4357
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -4388,7 +4388,7 @@ var IconAddEmoji = /* @__PURE__ */ forwardRef(
4388
4388
  }
4389
4389
  );
4390
4390
  var IconBold = /* @__PURE__ */ forwardRef(
4391
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
4391
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4392
4392
  const iconSize = iconSizeMap[size];
4393
4393
  if (fill && thick) {
4394
4394
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M25.3779 8.63477C27.3669 8.63483 29.0364 9.04152 30.3867 9.85449C31.7371 10.6676 32.754 11.7204 33.4365 13.0127C34.119 14.2905 34.46 15.6414 34.46 17.0645C34.4599 18.7923 34.0315 20.2736 33.1748 21.5078C32.6225 22.3171 31.9411 22.9556 31.1328 23.4277C32.4589 23.9749 33.5243 24.7867 34.3291 25.8633C35.4036 27.2863 35.9414 28.9493 35.9414 30.8516C35.9414 32.6957 35.5706 34.3001 34.8301 35.665C34.1041 37.0299 33.0374 38.0976 31.6289 38.8672C30.2349 39.6223 28.543 40 26.5537 40H13.0488V8.63477H25.3779ZM17.667 35.665H25.8564C26.8874 35.665 27.8099 35.4692 28.623 35.0771C29.4506 34.6851 30.0969 34.1263 30.5615 33.4004C31.0407 32.6599 31.2802 31.781 31.2803 30.7646C31.2803 29.8208 31.0695 28.9709 30.6484 28.2158C30.2419 27.4463 29.6464 26.8438 28.8623 26.4082C28.0927 25.9581 27.1851 25.7334 26.1396 25.7334H17.667V35.665ZM17.667 21.4424H25.3125C26.1544 21.4423 26.9094 21.2752 27.5771 20.9414C28.2596 20.5929 28.7974 20.0989 29.1895 19.46C29.596 18.8066 29.7988 18.0222 29.7988 17.1074C29.7988 15.8878 29.3922 14.8856 28.5791 14.1016C27.766 13.3177 26.6771 12.9259 25.3125 12.9258H17.667V21.4424Z", style: { fill: `var(--${type})` } }) });
@@ -4401,7 +4401,7 @@ var IconBold = /* @__PURE__ */ forwardRef(
4401
4401
  }
4402
4402
  );
4403
4403
  var IconItalic = /* @__PURE__ */ forwardRef(
4404
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
4404
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4405
4405
  const iconSize = iconSizeMap[size];
4406
4406
  if (fill && thick) {
4407
4407
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M35 11.5H29.3857L22.7188 36.5H28V39.5H14V36.5H19.6143L26.2812 11.5H21V8.5H35V11.5Z", style: { fill: `var(--${type})` } }) });
@@ -4414,7 +4414,7 @@ var IconItalic = /* @__PURE__ */ forwardRef(
4414
4414
  }
4415
4415
  );
4416
4416
  var IconUnderline = /* @__PURE__ */ forwardRef(
4417
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
4417
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4418
4418
  const iconSize = iconSizeMap[size];
4419
4419
  if (fill && thick) {
4420
4420
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -4439,7 +4439,7 @@ var IconUnderline = /* @__PURE__ */ forwardRef(
4439
4439
  }
4440
4440
  );
4441
4441
  var IconStrikethrough = /* @__PURE__ */ forwardRef(
4442
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
4442
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4443
4443
  const iconSize = iconSizeMap[size];
4444
4444
  if (fill && thick) {
4445
4445
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -4464,7 +4464,7 @@ var IconStrikethrough = /* @__PURE__ */ forwardRef(
4464
4464
  }
4465
4465
  );
4466
4466
  var IconAlignLeft = /* @__PURE__ */ forwardRef(
4467
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
4467
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4468
4468
  const iconSize = iconSizeMap[size];
4469
4469
  if (fill && thick) {
4470
4470
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -4497,7 +4497,7 @@ var IconAlignLeft = /* @__PURE__ */ forwardRef(
4497
4497
  }
4498
4498
  );
4499
4499
  var IconAlignCenter = /* @__PURE__ */ forwardRef(
4500
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
4500
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4501
4501
  const iconSize = iconSizeMap[size];
4502
4502
  if (fill && thick) {
4503
4503
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -4530,7 +4530,7 @@ var IconAlignCenter = /* @__PURE__ */ forwardRef(
4530
4530
  }
4531
4531
  );
4532
4532
  var IconAlignRight = /* @__PURE__ */ forwardRef(
4533
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
4533
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4534
4534
  const iconSize = iconSizeMap[size];
4535
4535
  if (fill && thick) {
4536
4536
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -4563,7 +4563,7 @@ var IconAlignRight = /* @__PURE__ */ forwardRef(
4563
4563
  }
4564
4564
  );
4565
4565
  var IconLeftIndentation = /* @__PURE__ */ forwardRef(
4566
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
4566
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4567
4567
  const iconSize = iconSizeMap[size];
4568
4568
  if (fill && thick) {
4569
4569
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -4596,7 +4596,7 @@ var IconLeftIndentation = /* @__PURE__ */ forwardRef(
4596
4596
  }
4597
4597
  );
4598
4598
  var IconRightIndentation = /* @__PURE__ */ forwardRef(
4599
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
4599
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4600
4600
  const iconSize = iconSizeMap[size];
4601
4601
  if (fill && thick) {
4602
4602
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -4629,7 +4629,7 @@ var IconRightIndentation = /* @__PURE__ */ forwardRef(
4629
4629
  }
4630
4630
  );
4631
4631
  var IconNumberedList = /* @__PURE__ */ forwardRef(
4632
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
4632
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4633
4633
  const iconSize = iconSizeMap[size];
4634
4634
  if (fill && thick) {
4635
4635
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -4666,7 +4666,7 @@ var IconNumberedList = /* @__PURE__ */ forwardRef(
4666
4666
  }
4667
4667
  );
4668
4668
  var IconColorKakaotalk = /* @__PURE__ */ forwardRef(
4669
- ({ size = "m", className, style, ...props }, ref) => {
4669
+ ({ size = "m", className, ...props }, ref) => {
4670
4670
  const iconSize = iconSizeMap[size];
4671
4671
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4672
4672
  /* @__PURE__ */ jsx("circle", { cx: "24", cy: "24", r: "20", fill: "#FEE500" }),
@@ -4675,7 +4675,7 @@ var IconColorKakaotalk = /* @__PURE__ */ forwardRef(
4675
4675
  }
4676
4676
  );
4677
4677
  var IconColorHwp = /* @__PURE__ */ forwardRef(
4678
- ({ size = "m", className, style, ...props }, ref) => {
4678
+ ({ size = "m", className, ...props }, ref) => {
4679
4679
  const iconSize = iconSizeMap[size];
4680
4680
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4681
4681
  /* @__PURE__ */ jsx("path", { d: "M0 9C0 4.02944 4.02944 0 9 0H39C43.9706 0 48 4.02944 48 9V39C48 43.9706 43.9706 48 39 48H9C4.02944 48 0 43.9706 0 39V9Z", fill: "#8D959E" }),
@@ -4686,7 +4686,7 @@ var IconColorHwp = /* @__PURE__ */ forwardRef(
4686
4686
  }
4687
4687
  );
4688
4688
  var IconColorXml = /* @__PURE__ */ forwardRef(
4689
- ({ size = "m", className, style, ...props }, ref) => {
4689
+ ({ size = "m", className, ...props }, ref) => {
4690
4690
  const iconSize = iconSizeMap[size];
4691
4691
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4692
4692
  /* @__PURE__ */ jsx("rect", { width: "48", height: "48", rx: "9", fill: "#8D959E" }),
@@ -4697,7 +4697,7 @@ var IconColorXml = /* @__PURE__ */ forwardRef(
4697
4697
  }
4698
4698
  );
4699
4699
  var IconColorXlsx = /* @__PURE__ */ forwardRef(
4700
- ({ size = "m", className, style, ...props }, ref) => {
4700
+ ({ size = "m", className, ...props }, ref) => {
4701
4701
  const iconSize = iconSizeMap[size];
4702
4702
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4703
4703
  /* @__PURE__ */ jsx("path", { d: "M0 9C0 4.02944 4.02944 0 9 0H39C43.9706 0 48 4.02944 48 9V39C48 43.9706 43.9706 48 39 48H9C4.02944 48 0 43.9706 0 39V9Z", fill: "#8D959E" }),
@@ -4709,7 +4709,7 @@ var IconColorXlsx = /* @__PURE__ */ forwardRef(
4709
4709
  }
4710
4710
  );
4711
4711
  var IconColorJson = /* @__PURE__ */ forwardRef(
4712
- ({ size = "m", className, style, ...props }, ref) => {
4712
+ ({ size = "m", className, ...props }, ref) => {
4713
4713
  const iconSize = iconSizeMap[size];
4714
4714
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4715
4715
  /* @__PURE__ */ jsx("path", { d: "M0 9C0 4.02944 4.02944 0 9 0H39C43.9706 0 48 4.02944 48 9V39C48 43.9706 43.9706 48 39 48H9C4.02944 48 0 43.9706 0 39V9Z", fill: "#8D959E" }),
@@ -4721,7 +4721,7 @@ var IconColorJson = /* @__PURE__ */ forwardRef(
4721
4721
  }
4722
4722
  );
4723
4723
  var IconColorImage = /* @__PURE__ */ forwardRef(
4724
- ({ size = "m", className, style, ...props }, ref) => {
4724
+ ({ size = "m", className, ...props }, ref) => {
4725
4725
  const iconSize = iconSizeMap[size];
4726
4726
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4727
4727
  /* @__PURE__ */ jsx("path", { d: "M0 9C0 4.02944 4.02944 0 9 0H39C43.9706 0 48 4.02944 48 9V39C48 43.9706 43.9706 48 39 48H9C4.02944 48 0 43.9706 0 39V9Z", fill: "#545454" }),
@@ -4731,13 +4731,13 @@ var IconColorImage = /* @__PURE__ */ forwardRef(
4731
4731
  }
4732
4732
  );
4733
4733
  var IconColorKakaotalkLogo = /* @__PURE__ */ forwardRef(
4734
- ({ size = "m", className, style, ...props }, ref) => {
4734
+ ({ size = "m", className, ...props }, ref) => {
4735
4735
  const iconSize = iconSizeMap[size];
4736
4736
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.0001 7C14.0584 7 6 13.3 6 21.0701C6 25.9024 9.11682 30.1624 13.8631 32.6962L11.8661 40.0781C11.6896 40.7304 12.4269 41.2503 12.993 40.8724L21.7467 35.0261C22.4855 35.0983 23.2362 35.1404 24.0001 35.1404C33.941 35.1404 42 28.8406 42 21.0701C42 13.3 33.941 7 24.0001 7Z", fill: "black" }) });
4737
4737
  }
4738
4738
  );
4739
4739
  var IconHistory = /* @__PURE__ */ forwardRef(
4740
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
4740
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4741
4741
  const iconSize = iconSizeMap[size];
4742
4742
  if (fill && thick) {
4743
4743
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -4762,7 +4762,7 @@ var IconHistory = /* @__PURE__ */ forwardRef(
4762
4762
  }
4763
4763
  );
4764
4764
  var IconMenu = /* @__PURE__ */ forwardRef(
4765
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
4765
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4766
4766
  const iconSize = iconSizeMap[size];
4767
4767
  if (fill && thick) {
4768
4768
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -4791,7 +4791,7 @@ var IconMenu = /* @__PURE__ */ forwardRef(
4791
4791
  }
4792
4792
  );
4793
4793
  var IconCurrentTab = /* @__PURE__ */ forwardRef(
4794
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
4794
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4795
4795
  const iconSize = iconSizeMap[size];
4796
4796
  if (fill && thick) {
4797
4797
  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 5C42.1046 5 43 5.89543 43 7V34C43 35.1046 42.1046 36 41 36H36V41C36 42.1046 35.1046 43 34 43H7L6.7959 42.9893C5.78722 42.887 5 42.0357 5 41V14C5 12.9643 5.78722 12.113 6.7959 12.0107L7 12H12V7C12 5.89543 12.8954 5 14 5H41ZM8 23.5V40H33V23.5H8ZM15 12H34C35.1046 12 36 12.8954 36 14V33H40V8H15V12ZM8 20.5H33V15H8V20.5Z", style: { fill: `var(--${type})` } }) });
@@ -4804,7 +4804,7 @@ var IconCurrentTab = /* @__PURE__ */ forwardRef(
4804
4804
  }
4805
4805
  );
4806
4806
  var IconColorLiteratureReview = /* @__PURE__ */ forwardRef(
4807
- ({ size = "m", className, style, ...props }, ref) => {
4807
+ ({ size = "m", className, ...props }, ref) => {
4808
4808
  const iconSize = iconSizeMap[size];
4809
4809
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4810
4810
  /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.4996 28.5001C39.3654 28.5001 42.5002 31.6339 42.5004 35.4997C42.5004 39.3657 39.3656 42.5005 35.4996 42.5005C32.3127 42.5003 29.6252 40.3695 28.7789 37.4556C28.7832 37.4703 28.7862 37.4854 28.7906 37.5001H17.0004V34.5001H28.5726C29.058 31.1081 31.9734 28.5003 35.4996 28.5001ZM34.5 36.4618L32.6683 34.7462L32.1504 35.2981L31.6324 35.8513L34.5 38.5384L39.2144 34.1251L38.6976 33.572L38.1797 33.0188L34.5 36.4618Z", fill: "#0C893B", "fill-opacity": "0.7" }),
@@ -4817,7 +4817,7 @@ var IconColorLiteratureReview = /* @__PURE__ */ forwardRef(
4817
4817
  }
4818
4818
  );
4819
4819
  var IconColorHypothesisEvaluator = /* @__PURE__ */ forwardRef(
4820
- ({ size = "m", className, style, ...props }, ref) => {
4820
+ ({ size = "m", className, ...props }, ref) => {
4821
4821
  const iconSize = iconSizeMap[size];
4822
4822
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4823
4823
  /* @__PURE__ */ jsx("path", { opacity: "0.7", d: "M44.4 3.6001H20.4V27.6001H44.4V3.6001Z", fill: "#0C893B" }),
@@ -4829,7 +4829,7 @@ var IconColorHypothesisEvaluator = /* @__PURE__ */ forwardRef(
4829
4829
  }
4830
4830
  );
4831
4831
  var IconColorSurveyGenerator = /* @__PURE__ */ forwardRef(
4832
- ({ size = "m", className, style, ...props }, ref) => {
4832
+ ({ size = "m", className, ...props }, ref) => {
4833
4833
  const iconSize = iconSizeMap[size];
4834
4834
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4835
4835
  /* @__PURE__ */ jsx("path", { d: "M17.6556 30.5601H43.4157V4.80005H17.6556V30.5601Z", fill: "#0C893B", "fill-opacity": "0.5" }),
@@ -4841,7 +4841,7 @@ var IconColorSurveyGenerator = /* @__PURE__ */ forwardRef(
4841
4841
  }
4842
4842
  );
4843
4843
  var IconColumns = /* @__PURE__ */ forwardRef(
4844
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
4844
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4845
4845
  const iconSize = iconSizeMap[size];
4846
4846
  if (fill && thick) {
4847
4847
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -4874,7 +4874,7 @@ var IconColumns = /* @__PURE__ */ forwardRef(
4874
4874
  }
4875
4875
  );
4876
4876
  var IconSplitColumns = /* @__PURE__ */ forwardRef(
4877
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
4877
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4878
4878
  const iconSize = iconSizeMap[size];
4879
4879
  if (fill && thick) {
4880
4880
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -4923,7 +4923,7 @@ var IconSplitColumns = /* @__PURE__ */ forwardRef(
4923
4923
  }
4924
4924
  );
4925
4925
  var IconFx = /* @__PURE__ */ forwardRef(
4926
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
4926
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4927
4927
  const iconSize = iconSizeMap[size];
4928
4928
  if (fill && thick) {
4929
4929
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -4948,7 +4948,7 @@ var IconFx = /* @__PURE__ */ forwardRef(
4948
4948
  }
4949
4949
  );
4950
4950
  var IconCalendar = /* @__PURE__ */ forwardRef(
4951
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
4951
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4952
4952
  const iconSize = iconSizeMap[size];
4953
4953
  if (fill && thick) {
4954
4954
  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: "M16.5 9H31.5V6H34.5V9H41C42.1046 9 43 9.89543 43 11V41C43 42.0357 42.2128 42.887 41.2041 42.9893L41 43H7L6.7959 42.9893C5.85435 42.8938 5.1062 42.1457 5.01074 41.2041L5 41V11C5 9.89543 5.89543 9 7 9H13.5V6H16.5V9ZM8 40H40V21.5H8V40ZM8 18.5H40V12H34.5V15.5H31.5V12H16.5V15.5H13.5V12H8V18.5Z", style: { fill: `var(--${type})` } }) });
@@ -4961,7 +4961,7 @@ var IconCalendar = /* @__PURE__ */ forwardRef(
4961
4961
  }
4962
4962
  );
4963
4963
  var IconInsertAfter = /* @__PURE__ */ forwardRef(
4964
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
4964
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4965
4965
  const iconSize = iconSizeMap[size];
4966
4966
  if (fill && thick) {
4967
4967
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -4994,7 +4994,7 @@ var IconInsertAfter = /* @__PURE__ */ forwardRef(
4994
4994
  }
4995
4995
  );
4996
4996
  var IconColorDocx = /* @__PURE__ */ forwardRef(
4997
- ({ size = "m", className, style, ...props }, ref) => {
4997
+ ({ size = "m", className, ...props }, ref) => {
4998
4998
  const iconSize = iconSizeMap[size];
4999
4999
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5000
5000
  /* @__PURE__ */ jsxs("g", { "clip-path": "url(#clip0_967_10500)", children: [
@@ -5006,7 +5006,7 @@ var IconColorDocx = /* @__PURE__ */ forwardRef(
5006
5006
  }
5007
5007
  );
5008
5008
  var IconColorTxt = /* @__PURE__ */ forwardRef(
5009
- ({ size = "m", className, style, ...props }, ref) => {
5009
+ ({ size = "m", className, ...props }, ref) => {
5010
5010
  const iconSize = iconSizeMap[size];
5011
5011
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5012
5012
  /* @__PURE__ */ jsxs("g", { "clip-path": "url(#clip0_967_10518)", children: [
@@ -5020,7 +5020,7 @@ var IconColorTxt = /* @__PURE__ */ forwardRef(
5020
5020
  }
5021
5021
  );
5022
5022
  var IconColorMarkdown = /* @__PURE__ */ forwardRef(
5023
- ({ size = "m", className, style, ...props }, ref) => {
5023
+ ({ size = "m", className, ...props }, ref) => {
5024
5024
  const iconSize = iconSizeMap[size];
5025
5025
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5026
5026
  /* @__PURE__ */ jsx("path", { d: "M0 9C0 4.02944 4.02944 0 9 0H39C43.9706 0 48 4.02944 48 9V39C48 43.9706 43.9706 48 39 48H9C4.02944 48 0 43.9706 0 39V9Z", fill: "#8D959E" }),
@@ -5030,7 +5030,7 @@ var IconColorMarkdown = /* @__PURE__ */ forwardRef(
5030
5030
  }
5031
5031
  );
5032
5032
  var IconColorPdf = /* @__PURE__ */ forwardRef(
5033
- ({ size = "m", className, style, ...props }, ref) => {
5033
+ ({ size = "m", className, ...props }, ref) => {
5034
5034
  const iconSize = iconSizeMap[size];
5035
5035
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5036
5036
  /* @__PURE__ */ jsxs("g", { "clip-path": "url(#clip0_967_10488)", children: [
@@ -5044,7 +5044,7 @@ var IconColorPdf = /* @__PURE__ */ forwardRef(
5044
5044
  }
5045
5045
  );
5046
5046
  var IconColorCsv = /* @__PURE__ */ forwardRef(
5047
- ({ size = "m", className, style, ...props }, ref) => {
5047
+ ({ size = "m", className, ...props }, ref) => {
5048
5048
  const iconSize = iconSizeMap[size];
5049
5049
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5050
5050
  /* @__PURE__ */ jsx("path", { d: "M0 9C0 4.02944 4.02944 0 9 0H39C43.9706 0 48 4.02944 48 9V39C48 43.9706 43.9706 48 39 48H9C4.02944 48 0 43.9706 0 39V9Z", fill: "#8D959E" }),
@@ -5055,7 +5055,7 @@ var IconColorCsv = /* @__PURE__ */ forwardRef(
5055
5055
  }
5056
5056
  );
5057
5057
  var IconTable = /* @__PURE__ */ forwardRef(
5058
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
5058
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
5059
5059
  const iconSize = iconSizeMap[size];
5060
5060
  if (fill && thick) {
5061
5061
  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.2041 9.01074C43.2128 9.113 44 9.96435 44 11V37C44 38.0357 43.2128 38.887 42.2041 38.9893L42 39H6C4.96435 39 4.113 38.2128 4.01074 37.2041L4 37V11C4 9.89543 4.89543 9 6 9H42L42.2041 9.01074ZM7 30V36H15.5V30H7ZM18.5 30V36H41V30H18.5ZM7 27H15.5V21H7V27ZM18.5 27H41V21H18.5V27ZM7 18H41V12H7V18Z", style: { fill: `var(--${type})` } }) });
@@ -5068,7 +5068,7 @@ var IconTable = /* @__PURE__ */ forwardRef(
5068
5068
  }
5069
5069
  );
5070
5070
  var IconTex = /* @__PURE__ */ forwardRef(
5071
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
5071
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
5072
5072
  const iconSize = iconSizeMap[size];
5073
5073
  if (fill && thick) {
5074
5074
  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: "M36.21 13.5723L35.7695 13.584C35.3489 13.5947 35.0603 13.6899 34.8926 13.7871C34.8393 13.818 34.8041 13.8448 34.7812 13.8652C34.8023 13.905 34.8241 13.9443 34.8389 13.9678L37.3818 18.0146L39.5977 14.5557C39.6425 14.481 39.669 14.4398 39.6943 14.3965C39.7174 14.357 39.7258 14.3381 39.7295 14.3291C39.7312 14.3249 39.7316 14.3227 39.7324 14.3174C39.7339 14.3077 39.7363 14.2857 39.7363 14.2393C39.7363 14.0102 39.5146 13.6042 38.7607 13.584L38.3213 13.5723V11.9414H44.6553V13.5781L44.209 13.584C43.2489 13.5955 42.6266 13.7835 42.2012 14.0293C41.7791 14.2732 41.514 14.5949 41.2988 14.9424L41.2939 14.9492L38.3252 19.543L42.9609 26.9844L43.1094 27.1904C43.2532 27.3677 43.3885 27.4612 43.5479 27.5215C43.7917 27.6137 44.1339 27.6474 44.7285 27.6475H45.6133V29.3379L45.1406 29.3145C44.1902 29.2665 43.1471 29.2412 42.1953 29.2412C41.3399 29.2412 39.7003 29.2423 38.9268 29.3125L38.4355 29.3574V27.6582L38.875 27.6475C39.3089 27.6367 39.6039 27.54 39.7744 27.4424C39.8228 27.4147 39.8559 27.3896 39.8789 27.3701C39.8738 27.3603 39.8677 27.3498 39.8623 27.3389L36.6455 22.2002L33.8105 26.6611C33.7709 26.727 33.741 26.773 33.7158 26.8164C33.6905 26.8601 33.6774 26.888 33.6689 26.9072C33.6591 26.9297 33.6533 26.9445 33.6533 26.9922C33.6534 27.1482 33.8151 27.6279 34.6504 27.6475L35.0918 27.6582V29.3145H31.0068L30.1162 35.5039L30.0605 35.8965H15.7051V34.1504H16.6973C17.1432 34.1504 17.4584 34.1324 17.6816 34.0957C17.9086 34.0584 17.9954 34.0086 18.0264 33.9834C18.0411 33.9714 18.0621 33.9516 18.0801 33.8623C18.102 33.7529 18.1064 33.6016 18.1064 33.3525V19.3955C18.1064 19.1459 18.102 18.9943 18.0801 18.8848C18.062 18.795 18.0411 18.7756 18.0264 18.7637C17.9954 18.7385 17.9085 18.6897 17.6816 18.6523C17.4584 18.6157 17.1432 18.5967 16.6973 18.5967H15.7051V16.8779H17.8867C17.8292 16.3708 17.7671 15.9397 17.6846 15.5723C17.5513 14.9793 17.3793 14.594 17.1504 14.3291C16.7018 13.8102 15.8912 13.5899 14.0186 13.5898C13.783 13.5898 13.5041 13.5897 13.251 13.5957C12.9961 13.6017 12.7996 13.6144 12.6992 13.6309C12.6696 13.6378 12.6535 13.6448 12.6465 13.6484V13.6514C12.6384 13.6744 12.6287 13.7193 12.623 13.8018C12.6174 13.885 12.6172 13.9825 12.6172 14.1084V26.9268C12.6172 27.1538 12.6199 27.2628 12.6406 27.3389C12.6505 27.3749 12.6594 27.3948 12.7139 27.4268C12.7971 27.4753 12.9694 27.5345 13.3145 27.5771C13.6522 27.6188 14.1175 27.6396 14.7588 27.6396H16.1982V29.3486L15.7158 29.3125C14.7239 29.2407 12.2021 29.2412 11.0557 29.2412C9.90973 29.2412 7.43673 29.2408 6.44434 29.3125L5.96191 29.3486V27.6396H7.39941C8.04093 27.6396 8.50683 27.6188 8.84473 27.5771C9.18925 27.5346 9.36094 27.4753 9.44434 27.4268C9.49916 27.3948 9.50773 27.3748 9.51758 27.3389C9.5383 27.2628 9.54297 27.1538 9.54297 26.9268V14.1084C9.54297 13.9629 9.54159 13.8594 9.53516 13.7754C9.53066 13.7173 9.52202 13.6852 9.51758 13.6689C9.49996 13.6607 9.46335 13.6451 9.39355 13.6318L9.38867 13.6309C9.30857 13.615 9.12436 13.602 8.87109 13.5957C8.63064 13.5898 8.36389 13.5898 8.14062 13.5898C6.25552 13.5899 5.43787 13.8105 4.98633 14.3301C4.75656 14.5949 4.58471 14.98 4.45117 15.5723C4.31727 16.1665 4.231 16.9261 4.14453 17.9092L4.10742 18.3262H2.61328L2.6543 17.8311L3.13281 11.9414H19L19.0371 12.3594L19.4238 16.8779H29.7441L30.5039 23.7842H29.0049L28.9639 23.3721C28.7736 21.4955 28.5298 20.3349 27.9736 19.623C27.4534 18.9574 26.5772 18.5968 24.8213 18.5967H21.8066C21.5359 18.5967 21.3601 18.6082 21.2441 18.6309C21.1845 18.6426 21.1539 18.6546 21.1406 18.6611C21.1364 18.6721 21.1297 18.6955 21.123 18.7383C21.1076 18.8391 21.1035 18.9829 21.1035 19.209V25.1406H22.748C23.8691 25.1406 24.2993 24.9293 24.5117 24.6318C24.6283 24.4683 24.7152 24.2302 24.7695 23.8701C24.8239 23.5095 24.8398 23.0605 24.8398 22.4961V22.0381H26.3301V30.0137H24.8398V29.5557C24.8398 28.9912 24.824 28.5402 24.7695 28.1768C24.7151 27.814 24.6275 27.5727 24.5098 27.4053C24.2961 27.1017 23.8657 26.8857 22.748 26.8857H21.1035V33.54C21.1035 33.7658 21.1076 33.908 21.123 34.0088C21.1297 34.0518 21.1374 34.0749 21.1416 34.0859C21.1554 34.0925 21.1859 34.1048 21.2441 34.1162C21.3601 34.1389 21.5359 34.1504 21.8066 34.1504H24.915C26.8586 34.1503 27.8249 33.6818 28.416 32.8525C28.9641 32.0836 29.2439 30.9443 29.502 29.3145H28.7578V27.6475H29.208C30.273 27.6475 30.9251 27.3884 31.3369 27.1074C31.7527 26.8236 31.9627 26.4933 32.1221 26.252L35.6787 20.6729L31.6611 14.2227L31.5273 14.0352C31.3976 13.8729 31.2746 13.7827 31.1211 13.7217C30.8866 13.6286 30.5388 13.584 29.917 13.584H29.0322V11.9141L29.5078 11.9414C30.3404 11.9891 31.7468 12.0127 32.4502 12.0127C33.3293 12.0127 34.969 12.0125 35.7188 11.9424L36.21 11.8965V13.5723Z", style: { fill: `var(--${type})` } }) });
@@ -5081,7 +5081,7 @@ var IconTex = /* @__PURE__ */ forwardRef(
5081
5081
  }
5082
5082
  );
5083
5083
  var IconColorDocument = /* @__PURE__ */ forwardRef(
5084
- ({ size = "m", className, style, ...props }, ref) => {
5084
+ ({ size = "m", className, ...props }, ref) => {
5085
5085
  const iconSize = iconSizeMap[size];
5086
5086
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5087
5087
  /* @__PURE__ */ jsx("path", { d: "M0 9C0 4.02944 4.02944 0 9 0H39C43.9706 0 48 4.02944 48 9V39C48 43.9706 43.9706 48 39 48H9C4.02944 48 0 43.9706 0 39V9Z", fill: "#545454" }),
@@ -5091,7 +5091,7 @@ var IconColorDocument = /* @__PURE__ */ forwardRef(
5091
5091
  }
5092
5092
  );
5093
5093
  var IconColorResearchWithAgents = /* @__PURE__ */ forwardRef(
5094
- ({ size = "m", className, style, ...props }, ref) => {
5094
+ ({ size = "m", className, ...props }, ref) => {
5095
5095
  const iconSize = iconSizeMap[size];
5096
5096
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5097
5097
  /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.4193 3C27.1806 3.00011 29.4193 5.23864 29.4193 8C29.4193 10.2387 27.9476 12.1333 25.9193 12.7705V25.1328L36.6253 31.3145C38.1914 29.8763 40.5693 29.5505 42.5081 30.6699C44.8994 32.0507 45.7188 35.1086 44.3382 37.5C42.9575 39.8914 39.8996 40.7106 37.5081 39.3301C35.5691 38.2106 34.6636 35.9885 35.1263 33.9131L24.4193 27.7305L13.7112 33.9131C14.174 35.9885 13.2694 38.2106 11.3304 39.3301C8.93897 40.7108 5.88106 39.8914 4.50031 37.5C3.1196 35.1085 3.93893 32.0506 6.33039 30.6699C8.26907 29.5507 10.6452 29.8776 12.2112 31.3154L22.9193 25.1328V12.7705C20.8907 12.1334 19.4193 10.2388 19.4193 8C19.4193 5.23858 21.6578 3 24.4193 3ZM10.5618 34C10.0096 33.0436 8.78688 32.7155 7.83039 33.2676C6.87382 33.8199 6.54573 35.0434 7.09797 36C7.65024 36.9566 8.87381 37.2847 9.83039 36.7324C10.787 36.1801 11.1141 34.9566 10.5618 34ZM41.0081 33.2676C40.0515 32.7153 38.828 33.0434 38.2757 34C37.7235 34.9566 38.0516 36.1802 39.0081 36.7324C39.9646 37.2844 41.1873 36.9563 41.7396 36C42.2918 35.0434 41.9647 33.8199 41.0081 33.2676ZM24.4193 6C23.3147 6 22.4193 6.89543 22.4193 8C22.4193 9.10457 23.3147 10 24.4193 10C25.5237 9.99989 26.4193 9.1045 26.4193 8C26.4193 6.8955 25.5237 6.00011 24.4193 6Z", fill: "#0C893B" }),
@@ -5100,7 +5100,7 @@ var IconColorResearchWithAgents = /* @__PURE__ */ forwardRef(
5100
5100
  }
5101
5101
  );
5102
5102
  var IconColorSearchWithCitation = /* @__PURE__ */ forwardRef(
5103
- ({ size = "m", className, style, ...props }, ref) => {
5103
+ ({ size = "m", className, ...props }, ref) => {
5104
5104
  const iconSize = iconSizeMap[size];
5105
5105
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5106
5106
  /* @__PURE__ */ jsx("path", { opacity: "0.7", d: "M25 21.002H4V42.002H25V21.002Z", fill: "#0C893B", "fill-opacity": "0.7" }),
@@ -5109,7 +5109,7 @@ var IconColorSearchWithCitation = /* @__PURE__ */ forwardRef(
5109
5109
  }
5110
5110
  );
5111
5111
  var IconColorCollaborateWithTeam = /* @__PURE__ */ forwardRef(
5112
- ({ size = "m", className, style, ...props }, ref) => {
5112
+ ({ size = "m", className, ...props }, ref) => {
5113
5113
  const iconSize = iconSizeMap[size];
5114
5114
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5115
5115
  /* @__PURE__ */ jsx("path", { d: "M33.7822 21.7812C40.0254 21.7812 45.0869 26.8427 45.0869 33.0859V38.3027C45.0869 39.2632 44.3082 40.042 43.3477 40.042H31.7568C31.9695 39.5034 32.0869 38.9168 32.0869 38.3027V37.042H42.0869V33.0859C42.0869 28.4996 38.3686 24.7812 33.7822 24.7812H30.3047C30.0195 24.7813 29.7377 24.7952 29.46 24.8232C28.7837 23.8692 27.9937 23.0015 27.1094 22.2402C27.9445 21.9946 28.8194 21.8417 29.7227 21.7959L30.3047 21.7812H33.7822Z", fill: "#0C893B", "fill-opacity": "0.5" }),
@@ -5120,7 +5120,7 @@ var IconColorCollaborateWithTeam = /* @__PURE__ */ forwardRef(
5120
5120
  }
5121
5121
  );
5122
5122
  var IconFileDownload = /* @__PURE__ */ forwardRef(
5123
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
5123
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
5124
5124
  const iconSize = iconSizeMap[size];
5125
5125
  if (fill && thick) {
5126
5126
  return /* @__PURE__ */ jsxs("svg", { ref, className, ...props, width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", children: [
@@ -5145,7 +5145,7 @@ var IconFileDownload = /* @__PURE__ */ forwardRef(
5145
5145
  }
5146
5146
  );
5147
5147
  var IconColorGiftBox = /* @__PURE__ */ forwardRef(
5148
- ({ size = "m", className, style, ...props }, ref) => {
5148
+ ({ size = "m", className, ...props }, ref) => {
5149
5149
  const iconSize = iconSizeMap[size];
5150
5150
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5151
5151
  /* @__PURE__ */ jsx("path", { d: "M43.3691 12.6152C44.6012 12.6153 45.5996 13.5234 45.5996 14.6426V21.0605C45.5996 22.1797 44.6012 23.0879 43.3691 23.0879H42.1289V43.5732C42.1289 44.6923 41.1303 45.6004 39.8984 45.6006H8.10742C6.87531 45.6006 5.87598 44.6924 5.87598 43.5732V23.0879H4.63086C3.39879 23.0878 2.40039 22.1797 2.40039 21.0605V14.6426C2.40039 13.5234 3.39879 12.6153 4.63086 12.6152H43.3691Z", fill: "#FF9017" }),
@@ -5155,7 +5155,7 @@ var IconColorGiftBox = /* @__PURE__ */ forwardRef(
5155
5155
  }
5156
5156
  );
5157
5157
  var IconColorResearchQuestion = /* @__PURE__ */ forwardRef(
5158
- ({ size = "m", className, style, ...props }, ref) => {
5158
+ ({ size = "m", className, ...props }, ref) => {
5159
5159
  const iconSize = iconSizeMap[size];
5160
5160
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5161
5161
  /* @__PURE__ */ jsxs("g", { "clip-path": "url(#clip0_999_11095)", children: [
@@ -5169,7 +5169,7 @@ var IconColorResearchQuestion = /* @__PURE__ */ forwardRef(
5169
5169
  }
5170
5170
  );
5171
5171
  var IconColorCitation = /* @__PURE__ */ forwardRef(
5172
- ({ size = "m", className, style, ...props }, ref) => {
5172
+ ({ size = "m", className, ...props }, ref) => {
5173
5173
  const iconSize = iconSizeMap[size];
5174
5174
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5175
5175
  /* @__PURE__ */ jsx("path", { d: "M6 36.4995V9.49951C6 7.56651 7.567 5.99951 9.5 5.99951H21.9277C22.7973 5.99951 23.6363 6.3234 24.2803 6.90771L31.8516 13.7778C32.5827 14.4412 33 15.3833 33 16.3706V20.4995H30V16.3706C30 16.2296 29.9404 16.0943 29.8359 15.9995L22.2637 9.12939C22.1717 9.04594 22.0519 8.99951 21.9277 8.99951H9.5C9.22386 8.99951 9 9.22337 9 9.49951V36.4995C9 36.7757 9.22386 36.9995 9.5 36.9995H17.5V39.9995H9.5C7.567 39.9995 6 38.4325 6 36.4995Z", fill: "#0C893B" }),
@@ -5179,7 +5179,7 @@ var IconColorCitation = /* @__PURE__ */ forwardRef(
5179
5179
  }
5180
5180
  );
5181
5181
  var IconColorSummarize = /* @__PURE__ */ forwardRef(
5182
- ({ size = "m", className, style, ...props }, ref) => {
5182
+ ({ size = "m", className, ...props }, ref) => {
5183
5183
  const iconSize = iconSizeMap[size];
5184
5184
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5185
5185
  /* @__PURE__ */ jsx("path", { d: "M23.4277 5.5C24.2973 5.5 25.1363 5.82389 25.7803 6.4082L33.3516 13.2783C34.0827 13.9417 34.5 14.8838 34.5 15.8711V20H31.5V15.8711C31.5 15.7301 31.4404 15.5948 31.3359 15.5L23.7637 8.62988C23.6717 8.54643 23.5519 8.5 23.4277 8.5H11C10.7239 8.5 10.5 8.72386 10.5 9V36C10.5 36.2761 10.7239 36.5 11 36.5H21V39.5H11C9.067 39.5 7.5 37.933 7.5 36V9C7.5 7.067 9.067 5.5 11 5.5H23.4277Z", fill: "#0C893B" }),
@@ -5190,7 +5190,7 @@ var IconColorSummarize = /* @__PURE__ */ forwardRef(
5190
5190
  }
5191
5191
  );
5192
5192
  var IconColorCompass = /* @__PURE__ */ forwardRef(
5193
- ({ size = "m", className, style, ...props }, ref) => {
5193
+ ({ size = "m", className, ...props }, ref) => {
5194
5194
  const iconSize = iconSizeMap[size];
5195
5195
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5196
5196
  /* @__PURE__ */ jsx("path", { d: "M40 24C40 15.1634 32.8366 8 24 8C15.1634 8 8 15.1634 8 24C8 32.8366 15.1634 40 24 40V43C13.5066 43 5 34.4934 5 24C5 13.5066 13.5066 5 24 5C34.4934 5 43 13.5066 43 24C43 34.4934 34.4934 43 24 43V40C32.8366 40 40 32.8366 40 24Z", fill: "#0C893B" }),
@@ -5199,7 +5199,7 @@ var IconColorCompass = /* @__PURE__ */ forwardRef(
5199
5199
  }
5200
5200
  );
5201
5201
  var IconColorComplete = /* @__PURE__ */ forwardRef(
5202
- ({ size = "m", className, style, ...props }, ref) => {
5202
+ ({ size = "m", className, ...props }, ref) => {
5203
5203
  const iconSize = iconSizeMap[size];
5204
5204
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5205
5205
  /* @__PURE__ */ jsx("path", { d: "M8.5 38.957H18.9551V41.957H5.5V28.708H8.5V38.957Z", fill: "#0C893B" }),
@@ -5211,7 +5211,7 @@ var IconColorComplete = /* @__PURE__ */ forwardRef(
5211
5211
  }
5212
5212
  );
5213
5213
  var IconFileHashtag = /* @__PURE__ */ forwardRef(
5214
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
5214
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
5215
5215
  const iconSize = iconSizeMap[size];
5216
5216
  if (fill && thick) {
5217
5217
  return /* @__PURE__ */ jsx("svg", { ref, className, ...props, width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.9199 15.8232H31.6387L34.2715 6H37.377L34.7441 15.8232H44.915L44.1104 18.8242L33.9404 18.8232L31.167 29.1768H41.3369L40.5322 32.1768H30.3633L27.7314 42H24.625L27.2568 32.1768H16.5391L13.9072 42H10.8008L13.4326 32.1768H3.2627L4.06641 29.1768H14.2363L17.0107 18.8232H6.84082L7.64453 15.8242L17.8145 15.8232L20.4473 6H23.5527L20.9199 15.8232ZM17.3428 29.1768H28.0605L30.835 18.8232H20.1162L17.3428 29.1768Z", style: { fill: `var(--${type})` } }) });
@@ -5224,7 +5224,7 @@ var IconFileHashtag = /* @__PURE__ */ forwardRef(
5224
5224
  }
5225
5225
  );
5226
5226
  var IconArrowCollapse = /* @__PURE__ */ forwardRef(
5227
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
5227
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
5228
5228
  const iconSize = iconSizeMap[size];
5229
5229
  if (fill && thick) {
5230
5230
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -5249,7 +5249,7 @@ var IconArrowCollapse = /* @__PURE__ */ forwardRef(
5249
5249
  }
5250
5250
  );
5251
5251
  var IconArrowExpand = /* @__PURE__ */ forwardRef(
5252
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
5252
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
5253
5253
  const iconSize = iconSizeMap[size];
5254
5254
  if (fill && thick) {
5255
5255
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -5274,7 +5274,7 @@ var IconArrowExpand = /* @__PURE__ */ forwardRef(
5274
5274
  }
5275
5275
  );
5276
5276
  var IconColorFiltering = /* @__PURE__ */ forwardRef(
5277
- ({ size = "m", className, style, ...props }, ref) => {
5277
+ ({ size = "m", className, ...props }, ref) => {
5278
5278
  const iconSize = iconSizeMap[size];
5279
5279
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5280
5280
  /* @__PURE__ */ jsx("path", { d: "M6 11.206C6 10.375 6.51387 9.63054 7.29089 9.33591L23.2909 3.26889C23.7478 3.09565 24.2522 3.09565 24.7091 3.26889L40.7091 9.33591C41.4861 9.63054 42 10.375 42 11.206V20.9791C42 29.6883 37.4676 37.7698 30.0363 42.3112L25.0429 45.3627C24.4027 45.7539 23.5973 45.7539 22.9571 45.3627L17.9637 42.3112C10.5324 37.7698 6 29.6883 6 20.9791L6 11.206Z", fill: "#0C893B" }),
@@ -5283,7 +5283,7 @@ var IconColorFiltering = /* @__PURE__ */ forwardRef(
5283
5283
  }
5284
5284
  );
5285
5285
  var IconArrowDownUp = /* @__PURE__ */ forwardRef(
5286
- ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", style, ...props }, ref) => {
5286
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
5287
5287
  const iconSize = iconSizeMap[size];
5288
5288
  if (fill && thick) {
5289
5289
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [