@liner-fe/icon 0.1.19 → 0.1.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.js CHANGED
@@ -1,9 +1,9 @@
1
- import { forwardRef } from 'react';
1
+ import { /* @__PURE__ */ forwardRef } from 'react';
2
2
  import { iconSizeMap } from '@liner-fe/design-token-primitive';
3
3
  import { jsx, jsxs } from 'react/jsx-runtime';
4
4
 
5
5
  // assets/arrow-upward/index.tsx
6
- var IconArrowUpward = forwardRef(
6
+ var IconArrowUpward = /* @__PURE__ */ forwardRef(
7
7
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
8
8
  if (fill && thick) {
9
9
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -15,7 +15,7 @@ var IconArrowUpward = forwardRef(
15
15
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M37.9392 30.0602L24.3535 16.4746C24.1583 16.2793 23.8417 16.2793 23.6464 16.4746L10.0608 30.0602L7.93945 27.9389L21.5251 14.3533C22.8919 12.9864 25.108 12.9864 26.4748 14.3533L40.0605 27.9389L37.9392 30.0602Z", style: { fill: `var(--${type})` } }) });
16
16
  }
17
17
  );
18
- var IconArrowDownward = forwardRef(
18
+ var IconArrowDownward = /* @__PURE__ */ forwardRef(
19
19
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
20
20
  if (fill && thick) {
21
21
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -27,7 +27,7 @@ var IconArrowDownward = forwardRef(
27
27
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
28
28
  }
29
29
  );
30
- var IconArrowBack = forwardRef(
30
+ var IconArrowBack = /* @__PURE__ */ forwardRef(
31
31
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
32
32
  if (fill && thick) {
33
33
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -39,7 +39,7 @@ var IconArrowBack = forwardRef(
39
39
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
40
40
  }
41
41
  );
42
- var IconArrowForward = forwardRef(
42
+ var IconArrowForward = /* @__PURE__ */ forwardRef(
43
43
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
44
44
  if (fill && thick) {
45
45
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.9392 37.9372L31.5249 24.3516C31.7201 24.1563 31.7201 23.8397 31.5249 23.6445L17.9392 10.0588L20.0605 7.9375L33.6462 21.5231C35.013 22.89 35.013 25.1061 33.6462 26.4729L20.0605 40.0585L17.9392 37.9372Z", style: { fill: `var(--${type})` } }) });
@@ -51,7 +51,7 @@ var IconArrowForward = forwardRef(
51
51
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
52
52
  }
53
53
  );
54
- var IconDropUp = forwardRef(
54
+ var IconDropUp = /* @__PURE__ */ forwardRef(
55
55
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
56
56
  if (fill && thick) {
57
57
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M21.5253 17.3516L10.9395 27.9375L13.0608 30.0588L23.6467 19.4729C23.8419 19.2779 24.1586 19.2778 24.3538 19.4729L34.9397 30.0588L37.061 27.9375L26.4751 17.3516C25.1083 15.9849 22.8922 15.985 21.5253 17.3516Z", style: { fill: `var(--${type})` } }) });
@@ -63,7 +63,7 @@ var IconDropUp = forwardRef(
63
63
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M21.5253 17.3516L10.9395 27.9375L13.0608 30.0588L23.6467 19.4729C23.8419 19.2779 24.1586 19.2778 24.3538 19.4729L34.9397 30.0588L37.061 27.9375L26.4751 17.3516C25.1083 15.9849 22.8922 15.985 21.5253 17.3516Z", style: { fill: `var(--${type})` } }) });
64
64
  }
65
65
  );
66
- var IconDropDown = forwardRef(
66
+ var IconDropDown = /* @__PURE__ */ forwardRef(
67
67
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
68
68
  if (fill && thick) {
69
69
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -75,7 +75,7 @@ var IconDropDown = forwardRef(
75
75
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M21.5253 30.6484L10.9395 20.0625L13.0608 17.9412L23.6467 28.5271C23.8419 28.7221 24.1586 28.7222 24.3538 28.5271L34.9397 17.9412L37.061 20.0625L26.4751 30.6484C25.1083 32.0151 22.8922 32.015 21.5253 30.6484Z", style: { fill: `var(--${type})` } }) });
76
76
  }
77
77
  );
78
- var IconArrowBackward = forwardRef(
78
+ var IconArrowBackward = /* @__PURE__ */ forwardRef(
79
79
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
80
80
  if (fill && thick) {
81
81
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M30.0605 13.0588L19.4748 23.6445C19.2796 23.8397 19.2796 24.1563 19.4748 24.3516L30.0605 34.9372L27.9391 37.0585L17.3535 26.4729C15.9867 25.1061 15.9867 22.89 17.3535 21.5231L27.9391 10.9375L30.0605 13.0588Z", style: { fill: `var(--${type})` } }) });
@@ -87,7 +87,7 @@ var IconArrowBackward = forwardRef(
87
87
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M30.0605 13.0588L19.4748 23.6445C19.2796 23.8397 19.2796 24.1563 19.4748 24.3516L30.0605 34.9372L27.9391 37.0585L17.3535 26.4729C15.9867 25.1061 15.9867 22.89 17.3535 21.5231L27.9391 10.9375L30.0605 13.0588Z", style: { fill: `var(--${type})` } }) });
88
88
  }
89
89
  );
90
- var IconArrowDropRight = forwardRef(
90
+ var IconArrowDropRight = /* @__PURE__ */ forwardRef(
91
91
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
92
92
  if (fill && thick) {
93
93
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -99,7 +99,7 @@ var IconArrowDropRight = forwardRef(
99
99
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.9392 34.9372L28.5249 24.3516C28.7201 24.1563 28.7201 23.8397 28.5249 23.6445L17.9392 13.0588L20.0605 10.9375L30.6462 21.5231C32.013 22.89 32.013 25.1061 30.6462 26.4729L20.0605 37.0585L17.9392 34.9372Z", style: { fill: `var(--${type})` } }) });
100
100
  }
101
101
  );
102
- var IconArrowUp = forwardRef(
102
+ var IconArrowUp = /* @__PURE__ */ forwardRef(
103
103
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
104
104
  if (fill && thick) {
105
105
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -111,7 +111,7 @@ var IconArrowUp = forwardRef(
111
111
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
112
112
  }
113
113
  );
114
- var IconArrowDown = forwardRef(
114
+ var IconArrowDown = /* @__PURE__ */ forwardRef(
115
115
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
116
116
  if (fill && thick) {
117
117
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -123,7 +123,7 @@ var IconArrowDown = forwardRef(
123
123
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
124
124
  }
125
125
  );
126
- var IconArrowLeft = forwardRef(
126
+ var IconArrowLeft = /* @__PURE__ */ forwardRef(
127
127
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
128
128
  if (fill && thick) {
129
129
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -135,7 +135,7 @@ var IconArrowLeft = forwardRef(
135
135
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
136
136
  }
137
137
  );
138
- var IconArrowRight = forwardRef(
138
+ var IconArrowRight = /* @__PURE__ */ forwardRef(
139
139
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
140
140
  if (fill && thick) {
141
141
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -147,7 +147,7 @@ var IconArrowRight = forwardRef(
147
147
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
148
148
  }
149
149
  );
150
- var IconMove = forwardRef(
150
+ var IconMove = /* @__PURE__ */ forwardRef(
151
151
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
152
152
  if (fill && thick) {
153
153
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -159,7 +159,7 @@ var IconMove = forwardRef(
159
159
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
160
160
  }
161
161
  );
162
- var IconArrowTurn = forwardRef(
162
+ var IconArrowTurn = /* @__PURE__ */ forwardRef(
163
163
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
164
164
  if (fill && thick) {
165
165
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -171,7 +171,7 @@ var IconArrowTurn = forwardRef(
171
171
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
172
172
  }
173
173
  );
174
- var IconStart = forwardRef(
174
+ var IconStart = /* @__PURE__ */ forwardRef(
175
175
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
176
176
  if (fill && thick) {
177
177
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -195,7 +195,7 @@ var IconStart = forwardRef(
195
195
  ] });
196
196
  }
197
197
  );
198
- var IconEnd = forwardRef(
198
+ var IconEnd = /* @__PURE__ */ forwardRef(
199
199
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
200
200
  if (fill && thick) {
201
201
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -219,7 +219,7 @@ var IconEnd = forwardRef(
219
219
  ] });
220
220
  }
221
221
  );
222
- var IconExtend = forwardRef(
222
+ var IconExtend = /* @__PURE__ */ forwardRef(
223
223
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
224
224
  if (fill && thick) {
225
225
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -231,7 +231,7 @@ var IconExtend = forwardRef(
231
231
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
232
232
  }
233
233
  );
234
- var IconShorten = forwardRef(
234
+ var IconShorten = /* @__PURE__ */ forwardRef(
235
235
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
236
236
  if (fill && thick) {
237
237
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -255,7 +255,7 @@ var IconShorten = forwardRef(
255
255
  ] });
256
256
  }
257
257
  );
258
- var IconMore = forwardRef(
258
+ var IconMore = /* @__PURE__ */ forwardRef(
259
259
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
260
260
  if (fill && thick) {
261
261
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -283,7 +283,7 @@ var IconMore = forwardRef(
283
283
  ] });
284
284
  }
285
285
  );
286
- var IconCheckMark = forwardRef(
286
+ var IconCheckMark = /* @__PURE__ */ forwardRef(
287
287
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
288
288
  if (fill && thick) {
289
289
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -295,7 +295,7 @@ var IconCheckMark = forwardRef(
295
295
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.41307 20.2908L19.9583 30.836C20.1533 31.031 20.4694 31.0313 20.6648 30.8366L38.2837 13.2791L40.4013 15.4041L22.7824 32.9616C21.4148 34.3244 19.2021 34.3225 17.8369 32.9573L7.29175 22.4121L9.41307 20.2908Z", style: { fill: `var(--${type})` } }) });
296
296
  }
297
297
  );
298
- var IconCheckMarkFill = forwardRef(
298
+ var IconCheckMarkFill = /* @__PURE__ */ forwardRef(
299
299
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
300
300
  if (fill && thick) {
301
301
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -319,7 +319,7 @@ var IconCheckMarkFill = forwardRef(
319
319
  ] });
320
320
  }
321
321
  );
322
- var IconExclamationmark = forwardRef(
322
+ var IconExclamationmark = /* @__PURE__ */ forwardRef(
323
323
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
324
324
  if (fill && thick) {
325
325
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -337,7 +337,7 @@ var IconExclamationmark = forwardRef(
337
337
  ] });
338
338
  }
339
339
  );
340
- var IconExclamationmarkFill = forwardRef(
340
+ var IconExclamationmarkFill = /* @__PURE__ */ forwardRef(
341
341
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
342
342
  if (fill && thick) {
343
343
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -365,7 +365,7 @@ var IconExclamationmarkFill = forwardRef(
365
365
  ] });
366
366
  }
367
367
  );
368
- var IconPlus = forwardRef(
368
+ var IconPlus = /* @__PURE__ */ forwardRef(
369
369
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
370
370
  if (fill && thick) {
371
371
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -377,7 +377,7 @@ var IconPlus = forwardRef(
377
377
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M22.5001 25.5V39.9993H25.5001V25.5H40.0001V22.5H25.5001V8H22.5001V22.5H8.00073V25.5H22.5001Z", style: { fill: `var(--${type})` } }) });
378
378
  }
379
379
  );
380
- var IconMinus = forwardRef(
380
+ var IconMinus = /* @__PURE__ */ forwardRef(
381
381
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
382
382
  if (fill && thick) {
383
383
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -389,7 +389,7 @@ var IconMinus = forwardRef(
389
389
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99992 22.5L39.9993 22.5L39.9993 25.5L7.99992 25.5L7.99992 22.5Z", style: { fill: `var(--${type})` } }) });
390
390
  }
391
391
  );
392
- var IconClose = forwardRef(
392
+ var IconClose = /* @__PURE__ */ forwardRef(
393
393
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
394
394
  if (fill && thick) {
395
395
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -401,7 +401,7 @@ var IconClose = forwardRef(
401
401
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M24.0006 21.8783L12.0618 9.93945L9.94043 12.0608L21.8793 23.9996L9.94043 35.9385L12.0618 38.0598L24.0006 26.1209L35.9395 38.0598L38.0608 35.9385L26.1219 23.9996L38.0608 12.0608L35.9395 9.93946L24.0006 21.8783Z", style: { fill: `var(--${type})` } }) });
402
402
  }
403
403
  );
404
- var IconCloseFill = forwardRef(
404
+ var IconCloseFill = /* @__PURE__ */ forwardRef(
405
405
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
406
406
  if (fill && thick) {
407
407
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -425,7 +425,7 @@ var IconCloseFill = forwardRef(
425
425
  ] });
426
426
  }
427
427
  );
428
- var IconDoubleArrowForward = forwardRef(
428
+ var IconDoubleArrowForward = /* @__PURE__ */ forwardRef(
429
429
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
430
430
  if (fill && thick) {
431
431
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -449,7 +449,7 @@ var IconDoubleArrowForward = forwardRef(
449
449
  ] });
450
450
  }
451
451
  );
452
- var IconDoubleArrowBackward = forwardRef(
452
+ var IconDoubleArrowBackward = /* @__PURE__ */ forwardRef(
453
453
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
454
454
  if (fill && thick) {
455
455
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -473,7 +473,7 @@ var IconDoubleArrowBackward = forwardRef(
473
473
  ] });
474
474
  }
475
475
  );
476
- var IconArrowUpRight = forwardRef(
476
+ var IconArrowUpRight = /* @__PURE__ */ forwardRef(
477
477
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
478
478
  if (fill && thick) {
479
479
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -485,7 +485,7 @@ var IconArrowUpRight = forwardRef(
485
485
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
486
486
  }
487
487
  );
488
- var IconArrowDownLeft = forwardRef(
488
+ var IconArrowDownLeft = /* @__PURE__ */ forwardRef(
489
489
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
490
490
  if (fill && thick) {
491
491
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -497,7 +497,7 @@ var IconArrowDownLeft = forwardRef(
497
497
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
498
498
  }
499
499
  );
500
- var IconArrowUpLeft = forwardRef(
500
+ var IconArrowUpLeft = /* @__PURE__ */ forwardRef(
501
501
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
502
502
  if (fill && thick) {
503
503
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -509,7 +509,7 @@ var IconArrowUpLeft = forwardRef(
509
509
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
510
510
  }
511
511
  );
512
- var IconArrowUpDown = forwardRef(
512
+ var IconArrowUpDown = /* @__PURE__ */ forwardRef(
513
513
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
514
514
  if (fill && thick) {
515
515
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -533,7 +533,7 @@ var IconArrowUpDown = forwardRef(
533
533
  ] });
534
534
  }
535
535
  );
536
- var IconRedo = forwardRef(
536
+ var IconRedo = /* @__PURE__ */ forwardRef(
537
537
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
538
538
  if (fill && thick) {
539
539
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -545,7 +545,7 @@ var IconRedo = forwardRef(
545
545
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
546
546
  }
547
547
  );
548
- var IconUndo = forwardRef(
548
+ var IconUndo = /* @__PURE__ */ forwardRef(
549
549
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
550
550
  if (fill && thick) {
551
551
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -557,7 +557,7 @@ var IconUndo = forwardRef(
557
557
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
558
558
  }
559
559
  );
560
- var IconExpand = forwardRef(
560
+ var IconExpand = /* @__PURE__ */ forwardRef(
561
561
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
562
562
  if (fill && thick) {
563
563
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -581,7 +581,7 @@ var IconExpand = forwardRef(
581
581
  ] });
582
582
  }
583
583
  );
584
- var IconShowAll = forwardRef(
584
+ var IconShowAll = /* @__PURE__ */ forwardRef(
585
585
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
586
586
  if (fill && thick) {
587
587
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -613,7 +613,7 @@ var IconShowAll = forwardRef(
613
613
  ] });
614
614
  }
615
615
  );
616
- var IconHideAll = forwardRef(
616
+ var IconHideAll = /* @__PURE__ */ forwardRef(
617
617
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
618
618
  if (fill && thick) {
619
619
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -645,7 +645,7 @@ var IconHideAll = forwardRef(
645
645
  ] });
646
646
  }
647
647
  );
648
- var IconHelp = forwardRef(
648
+ var IconHelp = /* @__PURE__ */ forwardRef(
649
649
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
650
650
  if (fill && thick) {
651
651
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -665,7 +665,7 @@ var IconHelp = forwardRef(
665
665
  ] });
666
666
  }
667
667
  );
668
- var IconZoomIn = forwardRef(
668
+ var IconZoomIn = /* @__PURE__ */ forwardRef(
669
669
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
670
670
  if (fill && thick) {
671
671
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -689,7 +689,7 @@ var IconZoomIn = forwardRef(
689
689
  ] });
690
690
  }
691
691
  );
692
- var IconZoomOut = forwardRef(
692
+ var IconZoomOut = /* @__PURE__ */ forwardRef(
693
693
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
694
694
  if (fill && thick) {
695
695
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -713,7 +713,7 @@ var IconZoomOut = forwardRef(
713
713
  ] });
714
714
  }
715
715
  );
716
- var IconRetry = forwardRef(
716
+ var IconRetry = /* @__PURE__ */ forwardRef(
717
717
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
718
718
  if (fill && thick) {
719
719
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -725,7 +725,7 @@ var IconRetry = forwardRef(
725
725
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
726
726
  }
727
727
  );
728
- var IconQuestionMessage = forwardRef(
728
+ var IconQuestionMessage = /* @__PURE__ */ forwardRef(
729
729
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
730
730
  if (fill && thick) {
731
731
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -745,7 +745,7 @@ var IconQuestionMessage = forwardRef(
745
745
  ] });
746
746
  }
747
747
  );
748
- var IconBooks = forwardRef(
748
+ var IconBooks = /* @__PURE__ */ forwardRef(
749
749
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
750
750
  if (fill && thick) {
751
751
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -773,7 +773,7 @@ var IconBooks = forwardRef(
773
773
  ] });
774
774
  }
775
775
  );
776
- var IconBalance = forwardRef(
776
+ var IconBalance = /* @__PURE__ */ forwardRef(
777
777
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
778
778
  if (fill && thick) {
779
779
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -801,7 +801,7 @@ var IconBalance = forwardRef(
801
801
  ] });
802
802
  }
803
803
  );
804
- var IconChartBar = forwardRef(
804
+ var IconChartBar = /* @__PURE__ */ forwardRef(
805
805
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
806
806
  if (fill && thick) {
807
807
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -828,7 +828,7 @@ var IconChartBar = forwardRef(
828
828
  ] });
829
829
  }
830
830
  );
831
- var IconChartLineUptrend = forwardRef(
831
+ var IconChartLineUptrend = /* @__PURE__ */ forwardRef(
832
832
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
833
833
  if (fill && thick) {
834
834
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -846,7 +846,7 @@ var IconChartLineUptrend = forwardRef(
846
846
  ] });
847
847
  }
848
848
  );
849
- var IconFolder = forwardRef(
849
+ var IconFolder = /* @__PURE__ */ forwardRef(
850
850
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
851
851
  if (fill && thick) {
852
852
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -858,7 +858,7 @@ var IconFolder = forwardRef(
858
858
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
859
859
  }
860
860
  );
861
- var IconFolderOpen = forwardRef(
861
+ var IconFolderOpen = /* @__PURE__ */ forwardRef(
862
862
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
863
863
  if (fill && thick) {
864
864
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -870,7 +870,7 @@ var IconFolderOpen = forwardRef(
870
870
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.5 6.5H21L24 10.5H41.5C42.6046 10.5 43.5 11.3954 43.5 12.5V13.5H22.5L19.5 9.5H7.5V31.8125L10 16.5H47.5L43.7739 39.3223C43.616 40.2896 42.7802 41 41.8001 41H6.5C5.39543 41 4.5 40.1046 4.5 39V8.5C4.5 7.39543 5.39543 6.5 6.5 6.5ZM9.52952 38L12.5499 19.5H43.9705L40.9501 38H9.52952Z", style: { fill: `var(--${type})` } }) });
871
871
  }
872
872
  );
873
- var IconFolderAdd = forwardRef(
873
+ var IconFolderAdd = /* @__PURE__ */ forwardRef(
874
874
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
875
875
  if (fill && thick) {
876
876
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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" }) });
@@ -888,7 +888,7 @@ var IconFolderAdd = forwardRef(
888
888
  ] });
889
889
  }
890
890
  );
891
- var IconDocument = forwardRef(
891
+ var IconDocument = /* @__PURE__ */ forwardRef(
892
892
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
893
893
  if (fill && thick) {
894
894
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -906,7 +906,7 @@ var IconDocument = forwardRef(
906
906
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11 44H37C38.1045 44 39 43.1046 39 42V20.865C39 20.3586 38.8078 19.871 38.4623 19.5007L24.5938 4.63565C24.2155 4.23021 23.6859 4 23.1314 4H11C9.89543 4 9 4.89543 9 6V42C9 43.1046 9.89543 44 11 44ZM36 21.5769V41H12V7H22.501V18.0769C22.501 20.0099 24.068 21.5769 26.001 21.5769H36ZM33.4976 18.5769L25.501 10.0057V18.0769C25.501 18.3531 25.7248 18.5769 26.001 18.5769H33.4976Z", style: { fill: `var(--${type})` } }) });
907
907
  }
908
908
  );
909
- var IconHistory = forwardRef(
909
+ var IconHistory = /* @__PURE__ */ forwardRef(
910
910
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
911
911
  if (fill && thick) {
912
912
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -930,7 +930,7 @@ var IconHistory = forwardRef(
930
930
  ] });
931
931
  }
932
932
  );
933
- var IconPerson = forwardRef(
933
+ var IconPerson = /* @__PURE__ */ forwardRef(
934
934
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
935
935
  if (fill && thick) {
936
936
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -954,7 +954,7 @@ var IconPerson = forwardRef(
954
954
  ] });
955
955
  }
956
956
  );
957
- var IconPersonAdd = forwardRef(
957
+ var IconPersonAdd = /* @__PURE__ */ forwardRef(
958
958
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
959
959
  if (fill && thick) {
960
960
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -982,7 +982,7 @@ var IconPersonAdd = forwardRef(
982
982
  ] });
983
983
  }
984
984
  );
985
- var IconSend = forwardRef(
985
+ var IconSend = /* @__PURE__ */ forwardRef(
986
986
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
987
987
  if (fill && thick) {
988
988
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -994,7 +994,7 @@ var IconSend = forwardRef(
994
994
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M41.0232 22.6772C42.4874 23.4169 42.4874 25.5078 41.0232 26.2475L8.36723 42.7447C6.77593 43.5486 5.00754 42.026 5.56611 40.3329L10.5953 25.0892C10.7295 24.6823 10.7296 24.243 10.5953 23.836L5.56606 8.59178C5.0075 6.89871 6.77589 5.37614 8.36719 6.18004L41.0232 22.6772ZM34.9325 22.9614L9.17253 9.94796L13.4443 22.8961C13.4514 22.9179 13.4584 22.9396 13.4653 22.9614H34.9325ZM13.4661 25.9614C13.4589 25.984 13.4517 26.0066 13.4442 26.0292L9.17259 38.9767L34.9362 25.9614H13.4661Z", style: { fill: `var(--${type})` } }) });
995
995
  }
996
996
  );
997
- var IconPaperclip = forwardRef(
997
+ var IconPaperclip = /* @__PURE__ */ forwardRef(
998
998
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
999
999
  if (fill && thick) {
1000
1000
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -1006,7 +1006,7 @@ var IconPaperclip = forwardRef(
1006
1006
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
1007
1007
  }
1008
1008
  );
1009
- var IconShare = forwardRef(
1009
+ var IconShare = /* @__PURE__ */ forwardRef(
1010
1010
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1011
1011
  if (fill && thick) {
1012
1012
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1030,7 +1030,7 @@ var IconShare = forwardRef(
1030
1030
  ] });
1031
1031
  }
1032
1032
  );
1033
- var IconSignOut = forwardRef(
1033
+ var IconSignOut = /* @__PURE__ */ forwardRef(
1034
1034
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1035
1035
  if (fill && thick) {
1036
1036
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1054,7 +1054,7 @@ var IconSignOut = forwardRef(
1054
1054
  ] });
1055
1055
  }
1056
1056
  );
1057
- var IconLock = forwardRef(
1057
+ var IconLock = /* @__PURE__ */ forwardRef(
1058
1058
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1059
1059
  if (fill && thick) {
1060
1060
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1078,7 +1078,7 @@ var IconLock = forwardRef(
1078
1078
  ] });
1079
1079
  }
1080
1080
  );
1081
- var IconAi = forwardRef(
1081
+ var IconAi = /* @__PURE__ */ forwardRef(
1082
1082
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1083
1083
  if (fill && thick) {
1084
1084
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1109,7 +1109,7 @@ var IconAi = forwardRef(
1109
1109
  ] });
1110
1110
  }
1111
1111
  );
1112
- var IconTrash = forwardRef(
1112
+ var IconTrash = /* @__PURE__ */ forwardRef(
1113
1113
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1114
1114
  if (fill && thick) {
1115
1115
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1133,7 +1133,7 @@ var IconTrash = forwardRef(
1133
1133
  ] });
1134
1134
  }
1135
1135
  );
1136
- var IconStack = forwardRef(
1136
+ var IconStack = /* @__PURE__ */ forwardRef(
1137
1137
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1138
1138
  if (fill && thick) {
1139
1139
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1161,7 +1161,7 @@ var IconStack = forwardRef(
1161
1161
  ] });
1162
1162
  }
1163
1163
  );
1164
- var IconNewThread = forwardRef(
1164
+ var IconNewThread = /* @__PURE__ */ forwardRef(
1165
1165
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1166
1166
  if (fill && thick) {
1167
1167
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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" }) });
@@ -1179,7 +1179,7 @@ var IconNewThread = forwardRef(
1179
1179
  ] });
1180
1180
  }
1181
1181
  );
1182
- var IconSummarize = forwardRef(
1182
+ var IconSummarize = /* @__PURE__ */ forwardRef(
1183
1183
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1184
1184
  if (fill && thick) {
1185
1185
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1206,7 +1206,7 @@ var IconSummarize = forwardRef(
1206
1206
  ] });
1207
1207
  }
1208
1208
  );
1209
- var IconSearch = forwardRef(
1209
+ var IconSearch = /* @__PURE__ */ forwardRef(
1210
1210
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1211
1211
  if (fill && thick) {
1212
1212
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -1218,7 +1218,7 @@ var IconSearch = forwardRef(
1218
1218
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
1219
1219
  }
1220
1220
  );
1221
- var IconMemo = forwardRef(
1221
+ var IconMemo = /* @__PURE__ */ forwardRef(
1222
1222
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1223
1223
  if (fill && thick) {
1224
1224
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -1238,7 +1238,7 @@ var IconMemo = forwardRef(
1238
1238
  ] });
1239
1239
  }
1240
1240
  );
1241
- var IconGlobe = forwardRef(
1241
+ var IconGlobe = /* @__PURE__ */ forwardRef(
1242
1242
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1243
1243
  if (fill && thick) {
1244
1244
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -1250,7 +1250,7 @@ var IconGlobe = forwardRef(
1250
1250
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
1251
1251
  }
1252
1252
  );
1253
- var IconGraduationcap = forwardRef(
1253
+ var IconGraduationcap = /* @__PURE__ */ forwardRef(
1254
1254
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1255
1255
  if (fill && thick) {
1256
1256
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -1265,7 +1265,7 @@ var IconGraduationcap = forwardRef(
1265
1265
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
1266
1266
  }
1267
1267
  );
1268
- var IconPalette = forwardRef(
1268
+ var IconPalette = /* @__PURE__ */ forwardRef(
1269
1269
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1270
1270
  if (fill && thick) {
1271
1271
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1301,7 +1301,7 @@ var IconPalette = forwardRef(
1301
1301
  ] });
1302
1302
  }
1303
1303
  );
1304
- var IconDownload = forwardRef(
1304
+ var IconDownload = /* @__PURE__ */ forwardRef(
1305
1305
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1306
1306
  if (fill && thick) {
1307
1307
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1325,7 +1325,7 @@ var IconDownload = forwardRef(
1325
1325
  ] });
1326
1326
  }
1327
1327
  );
1328
- var IconCopy = forwardRef(
1328
+ var IconCopy = /* @__PURE__ */ forwardRef(
1329
1329
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1330
1330
  if (fill && thick) {
1331
1331
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -1340,7 +1340,7 @@ var IconCopy = forwardRef(
1340
1340
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
1341
1341
  }
1342
1342
  );
1343
- var IconRegenerate = forwardRef(
1343
+ var IconRegenerate = /* @__PURE__ */ forwardRef(
1344
1344
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1345
1345
  if (fill && thick) {
1346
1346
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1364,7 +1364,7 @@ var IconRegenerate = forwardRef(
1364
1364
  ] });
1365
1365
  }
1366
1366
  );
1367
- var IconCredit = forwardRef(
1367
+ var IconCredit = /* @__PURE__ */ forwardRef(
1368
1368
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1369
1369
  if (fill && thick) {
1370
1370
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1392,7 +1392,7 @@ var IconCredit = forwardRef(
1392
1392
  ] });
1393
1393
  }
1394
1394
  );
1395
- var IconFeedback = forwardRef(
1395
+ var IconFeedback = /* @__PURE__ */ forwardRef(
1396
1396
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1397
1397
  if (fill && thick) {
1398
1398
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1416,7 +1416,7 @@ var IconFeedback = forwardRef(
1416
1416
  ] });
1417
1417
  }
1418
1418
  );
1419
- var IconCreditcard = forwardRef(
1419
+ var IconCreditcard = /* @__PURE__ */ forwardRef(
1420
1420
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1421
1421
  if (fill && thick) {
1422
1422
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1440,7 +1440,7 @@ var IconCreditcard = forwardRef(
1440
1440
  ] });
1441
1441
  }
1442
1442
  );
1443
- var IconSpeaker = forwardRef(
1443
+ var IconSpeaker = /* @__PURE__ */ forwardRef(
1444
1444
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1445
1445
  if (fill && thick) {
1446
1446
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1464,7 +1464,7 @@ var IconSpeaker = forwardRef(
1464
1464
  ] });
1465
1465
  }
1466
1466
  );
1467
- var IconTune = forwardRef(
1467
+ var IconTune = /* @__PURE__ */ forwardRef(
1468
1468
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1469
1469
  if (fill && thick) {
1470
1470
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1504,7 +1504,7 @@ var IconTune = forwardRef(
1504
1504
  ] });
1505
1505
  }
1506
1506
  );
1507
- var IconShield = forwardRef(
1507
+ var IconShield = /* @__PURE__ */ forwardRef(
1508
1508
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1509
1509
  if (fill && thick) {
1510
1510
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -1522,7 +1522,7 @@ var IconShield = forwardRef(
1522
1522
  ] });
1523
1523
  }
1524
1524
  );
1525
- var IconMenu = forwardRef(
1525
+ var IconMenu = /* @__PURE__ */ forwardRef(
1526
1526
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1527
1527
  if (fill && thick) {
1528
1528
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1550,7 +1550,7 @@ var IconMenu = forwardRef(
1550
1550
  ] });
1551
1551
  }
1552
1552
  );
1553
- var IconLight = forwardRef(
1553
+ var IconLight = /* @__PURE__ */ forwardRef(
1554
1554
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1555
1555
  if (fill && thick) {
1556
1556
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1574,7 +1574,7 @@ var IconLight = forwardRef(
1574
1574
  ] });
1575
1575
  }
1576
1576
  );
1577
- var IconDocumentAdd = forwardRef(
1577
+ var IconDocumentAdd = /* @__PURE__ */ forwardRef(
1578
1578
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1579
1579
  if (fill && thick) {
1580
1580
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1600,7 +1600,7 @@ var IconDocumentAdd = forwardRef(
1600
1600
  ] });
1601
1601
  }
1602
1602
  );
1603
- var IconThumbUp = forwardRef(
1603
+ var IconThumbUp = /* @__PURE__ */ forwardRef(
1604
1604
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1605
1605
  if (fill && thick) {
1606
1606
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1618,7 +1618,7 @@ var IconThumbUp = forwardRef(
1618
1618
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M33.531 10.2983L32.5 17H40.2782C42.7499 17 44.6301 19.2195 44.2237 21.6576L40.7785 42.3288C40.6178 43.2932 39.7834 44 38.8057 44L6 44C4.89543 44 4 43.1046 4 42V19C4 17.8954 4.89543 17 6 17H14L24.5569 5.5634C25.4768 4.5668 26.7714 4 28.1276 4C31.4783 4 34.0405 6.98659 33.531 10.2983ZM17 18.173L26.7613 7.59824C27.1133 7.21689 27.6087 7 28.1276 7C29.6396 7 30.7958 8.3477 30.5659 9.84208L29.0032 20H40.2782C40.8961 20 41.3661 20.5549 41.2646 21.1644L37.9586 41L17 41V18.173ZM14 20L7 20V41H14V20Z", style: { fill: `var(--${type})` } }) });
1619
1619
  }
1620
1620
  );
1621
- var IconThumbDown = forwardRef(
1621
+ var IconThumbDown = /* @__PURE__ */ forwardRef(
1622
1622
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1623
1623
  if (fill && thick) {
1624
1624
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1636,7 +1636,7 @@ var IconThumbDown = forwardRef(
1636
1636
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.4691 37.7018L15.5001 31H7.72194C5.25018 31 3.37001 28.7805 3.77636 26.3424L7.22156 5.6712C7.38229 4.70683 8.21667 4 9.19435 4L42.0001 4.00001C43.1047 4.00001 44.0001 4.89544 44.0001 6.00001L44.0001 29C44.0001 30.1046 43.1047 31 42.0001 31L34.0001 31L23.4432 42.4366C22.5233 43.4332 21.2287 44 19.8724 44C16.5218 44 13.9596 41.0134 14.4691 37.7018ZM31.0001 29.8271L31.0001 7.00001L10.0415 7L6.73554 26.8356C6.63396 27.4451 7.104 28 7.72194 28H18.9969L17.4342 38.1579C17.2043 39.6523 18.3605 41 19.8724 41C20.3914 41 20.8868 40.7831 21.2388 40.4018L31.0001 29.8271ZM34.0001 28L41.0001 28L41.0001 7.00001L34.0001 7.00001L34.0001 28Z", style: { fill: `var(--${type})` } }) });
1637
1637
  }
1638
1638
  );
1639
- var IconDocumentWarning = forwardRef(
1639
+ var IconDocumentWarning = /* @__PURE__ */ forwardRef(
1640
1640
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1641
1641
  if (fill && thick) {
1642
1642
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1660,7 +1660,7 @@ var IconDocumentWarning = forwardRef(
1660
1660
  ] });
1661
1661
  }
1662
1662
  );
1663
- var IconPersonFill = forwardRef(
1663
+ var IconPersonFill = /* @__PURE__ */ forwardRef(
1664
1664
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1665
1665
  if (fill && thick) {
1666
1666
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1688,7 +1688,7 @@ var IconPersonFill = forwardRef(
1688
1688
  ] });
1689
1689
  }
1690
1690
  );
1691
- var IconStep = forwardRef(
1691
+ var IconStep = /* @__PURE__ */ forwardRef(
1692
1692
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1693
1693
  if (fill && thick) {
1694
1694
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1712,7 +1712,7 @@ var IconStep = forwardRef(
1712
1712
  ] });
1713
1713
  }
1714
1714
  );
1715
- var IconBook = forwardRef(
1715
+ var IconBook = /* @__PURE__ */ forwardRef(
1716
1716
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1717
1717
  if (fill && thick) {
1718
1718
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -1727,7 +1727,7 @@ var IconBook = forwardRef(
1727
1727
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
1728
1728
  }
1729
1729
  );
1730
- var IconDescription = forwardRef(
1730
+ var IconDescription = /* @__PURE__ */ forwardRef(
1731
1731
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1732
1732
  if (fill && thick) {
1733
1733
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1754,7 +1754,7 @@ var IconDescription = forwardRef(
1754
1754
  ] });
1755
1755
  }
1756
1756
  );
1757
- var IconBookmark = forwardRef(
1757
+ var IconBookmark = /* @__PURE__ */ forwardRef(
1758
1758
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1759
1759
  if (fill && thick) {
1760
1760
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -1766,7 +1766,7 @@ var IconBookmark = forwardRef(
1766
1766
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
1767
1767
  }
1768
1768
  );
1769
- var IconPower = forwardRef(
1769
+ var IconPower = /* @__PURE__ */ forwardRef(
1770
1770
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1771
1771
  if (fill && thick) {
1772
1772
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1790,7 +1790,7 @@ var IconPower = forwardRef(
1790
1790
  ] });
1791
1791
  }
1792
1792
  );
1793
- var IconPhoto = forwardRef(
1793
+ var IconPhoto = /* @__PURE__ */ forwardRef(
1794
1794
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1795
1795
  if (fill && thick) {
1796
1796
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1811,7 +1811,7 @@ var IconPhoto = forwardRef(
1811
1811
  ] });
1812
1812
  }
1813
1813
  );
1814
- var IconCamera = forwardRef(
1814
+ var IconCamera = /* @__PURE__ */ forwardRef(
1815
1815
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1816
1816
  if (fill && thick) {
1817
1817
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1832,7 +1832,7 @@ var IconCamera = forwardRef(
1832
1832
  ] });
1833
1833
  }
1834
1834
  );
1835
- var IconList = forwardRef(
1835
+ var IconList = /* @__PURE__ */ forwardRef(
1836
1836
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1837
1837
  if (fill && thick) {
1838
1838
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1872,7 +1872,7 @@ var IconList = forwardRef(
1872
1872
  ] });
1873
1873
  }
1874
1874
  );
1875
- var IconDesktop = forwardRef(
1875
+ var IconDesktop = /* @__PURE__ */ forwardRef(
1876
1876
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1877
1877
  if (fill && thick) {
1878
1878
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -1884,7 +1884,7 @@ var IconDesktop = forwardRef(
1884
1884
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
1885
1885
  }
1886
1886
  );
1887
- var IconDesktopOnCursor = forwardRef(
1887
+ var IconDesktopOnCursor = /* @__PURE__ */ forwardRef(
1888
1888
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1889
1889
  if (fill && thick) {
1890
1890
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1912,7 +1912,7 @@ var IconDesktopOnCursor = forwardRef(
1912
1912
  ] });
1913
1913
  }
1914
1914
  );
1915
- var IconViewList = forwardRef(
1915
+ var IconViewList = /* @__PURE__ */ forwardRef(
1916
1916
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1917
1917
  if (fill && thick) {
1918
1918
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -1924,7 +1924,7 @@ var IconViewList = forwardRef(
1924
1924
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
1925
1925
  }
1926
1926
  );
1927
- var IconBolt = forwardRef(
1927
+ var IconBolt = /* @__PURE__ */ forwardRef(
1928
1928
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1929
1929
  if (fill && thick) {
1930
1930
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -1936,7 +1936,7 @@ var IconBolt = forwardRef(
1936
1936
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
1937
1937
  }
1938
1938
  );
1939
- var IconHome = forwardRef(
1939
+ var IconHome = /* @__PURE__ */ forwardRef(
1940
1940
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1941
1941
  if (fill && thick) {
1942
1942
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -1948,7 +1948,7 @@ var IconHome = forwardRef(
1948
1948
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
1949
1949
  }
1950
1950
  );
1951
- var IconVisibility = forwardRef(
1951
+ var IconVisibility = /* @__PURE__ */ forwardRef(
1952
1952
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1953
1953
  if (fill && thick) {
1954
1954
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1972,7 +1972,7 @@ var IconVisibility = forwardRef(
1972
1972
  ] });
1973
1973
  }
1974
1974
  );
1975
- var IconVisibilityOff = forwardRef(
1975
+ var IconVisibilityOff = /* @__PURE__ */ forwardRef(
1976
1976
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1977
1977
  if (fill && thick) {
1978
1978
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2008,7 +2008,7 @@ var IconVisibilityOff = forwardRef(
2008
2008
  ] });
2009
2009
  }
2010
2010
  );
2011
- var IconMagicWand = forwardRef(
2011
+ var IconMagicWand = /* @__PURE__ */ forwardRef(
2012
2012
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2013
2013
  if (fill && thick) {
2014
2014
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2040,7 +2040,7 @@ var IconMagicWand = forwardRef(
2040
2040
  ] });
2041
2041
  }
2042
2042
  );
2043
- var IconHighlighter = forwardRef(
2043
+ var IconHighlighter = /* @__PURE__ */ forwardRef(
2044
2044
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2045
2045
  if (fill && thick) {
2046
2046
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -2052,7 +2052,7 @@ var IconHighlighter = forwardRef(
2052
2052
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
2053
2053
  }
2054
2054
  );
2055
- var IconPencil = forwardRef(
2055
+ var IconPencil = /* @__PURE__ */ forwardRef(
2056
2056
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2057
2057
  if (fill && thick) {
2058
2058
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -2067,7 +2067,7 @@ var IconPencil = forwardRef(
2067
2067
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
2068
2068
  }
2069
2069
  );
2070
- var IconEssay = forwardRef(
2070
+ var IconEssay = /* @__PURE__ */ forwardRef(
2071
2071
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2072
2072
  if (fill && thick) {
2073
2073
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2093,7 +2093,7 @@ var IconEssay = forwardRef(
2093
2093
  ] });
2094
2094
  }
2095
2095
  );
2096
- var IconMagicPencil = forwardRef(
2096
+ var IconMagicPencil = /* @__PURE__ */ forwardRef(
2097
2097
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2098
2098
  if (fill && thick) {
2099
2099
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2129,7 +2129,7 @@ var IconMagicPencil = forwardRef(
2129
2129
  ] });
2130
2130
  }
2131
2131
  );
2132
- var IconHighlightEdit = forwardRef(
2132
+ var IconHighlightEdit = /* @__PURE__ */ forwardRef(
2133
2133
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2134
2134
  if (fill && thick) {
2135
2135
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2153,7 +2153,7 @@ var IconHighlightEdit = forwardRef(
2153
2153
  ] });
2154
2154
  }
2155
2155
  );
2156
- var IconParaphrase = forwardRef(
2156
+ var IconParaphrase = /* @__PURE__ */ forwardRef(
2157
2157
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2158
2158
  if (fill && thick) {
2159
2159
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2185,7 +2185,7 @@ var IconParaphrase = forwardRef(
2185
2185
  ] });
2186
2186
  }
2187
2187
  );
2188
- var IconBulbExclamtionmark = forwardRef(
2188
+ var IconBulbExclamtionmark = /* @__PURE__ */ forwardRef(
2189
2189
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2190
2190
  if (fill && thick) {
2191
2191
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2217,7 +2217,7 @@ var IconBulbExclamtionmark = forwardRef(
2217
2217
  ] });
2218
2218
  }
2219
2219
  );
2220
- var IconBulb = forwardRef(
2220
+ var IconBulb = /* @__PURE__ */ forwardRef(
2221
2221
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2222
2222
  if (fill && thick) {
2223
2223
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2241,7 +2241,7 @@ var IconBulb = forwardRef(
2241
2241
  ] });
2242
2242
  }
2243
2243
  );
2244
- var IconMakeEasy = forwardRef(
2244
+ var IconMakeEasy = /* @__PURE__ */ forwardRef(
2245
2245
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2246
2246
  if (fill && thick) {
2247
2247
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2277,7 +2277,7 @@ var IconMakeEasy = forwardRef(
2277
2277
  ] });
2278
2278
  }
2279
2279
  );
2280
- var IconTranslate = forwardRef(
2280
+ var IconTranslate = /* @__PURE__ */ forwardRef(
2281
2281
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2282
2282
  if (fill && thick) {
2283
2283
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2301,7 +2301,7 @@ var IconTranslate = forwardRef(
2301
2301
  ] });
2302
2302
  }
2303
2303
  );
2304
- var IconInfo = forwardRef(
2304
+ var IconInfo = /* @__PURE__ */ forwardRef(
2305
2305
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2306
2306
  if (fill && thick) {
2307
2307
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2329,7 +2329,7 @@ var IconInfo = forwardRef(
2329
2329
  ] });
2330
2330
  }
2331
2331
  );
2332
- var IconApple = forwardRef(
2332
+ var IconApple = /* @__PURE__ */ forwardRef(
2333
2333
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2334
2334
  if (fill && thick) {
2335
2335
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2353,7 +2353,7 @@ var IconApple = forwardRef(
2353
2353
  ] });
2354
2354
  }
2355
2355
  );
2356
- var IconAndroid = forwardRef(
2356
+ var IconAndroid = /* @__PURE__ */ forwardRef(
2357
2357
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2358
2358
  if (fill && thick) {
2359
2359
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -2365,7 +2365,7 @@ var IconAndroid = forwardRef(
2365
2365
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
2366
2366
  }
2367
2367
  );
2368
- var IconTwitter = forwardRef(
2368
+ var IconTwitter = /* @__PURE__ */ forwardRef(
2369
2369
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2370
2370
  if (fill && thick) {
2371
2371
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -2377,7 +2377,7 @@ var IconTwitter = forwardRef(
2377
2377
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
2378
2378
  }
2379
2379
  );
2380
- var IconFacebook = forwardRef(
2380
+ var IconFacebook = /* @__PURE__ */ forwardRef(
2381
2381
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2382
2382
  if (fill && thick) {
2383
2383
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -2389,7 +2389,7 @@ var IconFacebook = forwardRef(
2389
2389
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
2390
2390
  }
2391
2391
  );
2392
- var IconGoogle = forwardRef(
2392
+ var IconGoogle = /* @__PURE__ */ forwardRef(
2393
2393
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2394
2394
  if (fill && thick) {
2395
2395
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -2401,7 +2401,7 @@ var IconGoogle = forwardRef(
2401
2401
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
2402
2402
  }
2403
2403
  );
2404
- var IconCar = forwardRef(
2404
+ var IconCar = /* @__PURE__ */ forwardRef(
2405
2405
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2406
2406
  if (fill && thick) {
2407
2407
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -2413,7 +2413,7 @@ var IconCar = forwardRef(
2413
2413
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
2414
2414
  }
2415
2415
  );
2416
- var IconAirplane = forwardRef(
2416
+ var IconAirplane = /* @__PURE__ */ forwardRef(
2417
2417
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2418
2418
  if (fill && thick) {
2419
2419
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -2425,7 +2425,7 @@ var IconAirplane = forwardRef(
2425
2425
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
2426
2426
  }
2427
2427
  );
2428
- var IconRocket = forwardRef(
2428
+ var IconRocket = /* @__PURE__ */ forwardRef(
2429
2429
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2430
2430
  if (fill && thick) {
2431
2431
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2449,7 +2449,7 @@ var IconRocket = forwardRef(
2449
2449
  ] });
2450
2450
  }
2451
2451
  );
2452
- var IconSource = forwardRef(
2452
+ var IconSource = /* @__PURE__ */ forwardRef(
2453
2453
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2454
2454
  if (fill && thick) {
2455
2455
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2481,7 +2481,7 @@ var IconSource = forwardRef(
2481
2481
  ] });
2482
2482
  }
2483
2483
  );
2484
- var IconLiner = forwardRef(
2484
+ var IconLiner = /* @__PURE__ */ forwardRef(
2485
2485
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2486
2486
  if (fill && thick) {
2487
2487
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2505,7 +2505,7 @@ var IconLiner = forwardRef(
2505
2505
  ] });
2506
2506
  }
2507
2507
  );
2508
- var IconSetting = forwardRef(
2508
+ var IconSetting = /* @__PURE__ */ forwardRef(
2509
2509
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2510
2510
  if (fill && thick) {
2511
2511
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2529,7 +2529,7 @@ var IconSetting = forwardRef(
2529
2529
  ] });
2530
2530
  }
2531
2531
  );
2532
- var IconLightMode = forwardRef(
2532
+ var IconLightMode = /* @__PURE__ */ forwardRef(
2533
2533
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2534
2534
  if (fill && thick) {
2535
2535
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2581,7 +2581,7 @@ var IconLightMode = forwardRef(
2581
2581
  ] });
2582
2582
  }
2583
2583
  );
2584
- var IconDarkMode = forwardRef(
2584
+ var IconDarkMode = /* @__PURE__ */ forwardRef(
2585
2585
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2586
2586
  if (fill && thick) {
2587
2587
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -2593,7 +2593,7 @@ var IconDarkMode = forwardRef(
2593
2593
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
2594
2594
  }
2595
2595
  );
2596
- var IconFire = forwardRef(
2596
+ var IconFire = /* @__PURE__ */ forwardRef(
2597
2597
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2598
2598
  if (fill && thick) {
2599
2599
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2614,7 +2614,7 @@ var IconFire = forwardRef(
2614
2614
  ] });
2615
2615
  }
2616
2616
  );
2617
- var IconQuestionBox = forwardRef(
2617
+ var IconQuestionBox = /* @__PURE__ */ forwardRef(
2618
2618
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2619
2619
  if (fill && thick) {
2620
2620
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -2634,7 +2634,7 @@ var IconQuestionBox = forwardRef(
2634
2634
  ] });
2635
2635
  }
2636
2636
  );
2637
- var IconTarget = forwardRef(
2637
+ var IconTarget = /* @__PURE__ */ forwardRef(
2638
2638
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2639
2639
  if (fill && thick) {
2640
2640
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2662,7 +2662,7 @@ var IconTarget = forwardRef(
2662
2662
  ] });
2663
2663
  }
2664
2664
  );
2665
- var IconNewTab = forwardRef(
2665
+ var IconNewTab = /* @__PURE__ */ forwardRef(
2666
2666
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2667
2667
  if (fill && thick) {
2668
2668
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2686,7 +2686,7 @@ var IconNewTab = forwardRef(
2686
2686
  ] });
2687
2687
  }
2688
2688
  );
2689
- var IconQuote = forwardRef(
2689
+ var IconQuote = /* @__PURE__ */ forwardRef(
2690
2690
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2691
2691
  if (fill && thick) {
2692
2692
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2710,7 +2710,7 @@ var IconQuote = forwardRef(
2710
2710
  ] });
2711
2711
  }
2712
2712
  );
2713
- var IconDocumentCheck = forwardRef(
2713
+ var IconDocumentCheck = /* @__PURE__ */ forwardRef(
2714
2714
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2715
2715
  if (fill && thick) {
2716
2716
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2736,7 +2736,7 @@ var IconDocumentCheck = forwardRef(
2736
2736
  ] });
2737
2737
  }
2738
2738
  );
2739
- var IconBlock = forwardRef(
2739
+ var IconBlock = /* @__PURE__ */ forwardRef(
2740
2740
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2741
2741
  if (fill && thick) {
2742
2742
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -2748,7 +2748,7 @@ var IconBlock = forwardRef(
2748
2748
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
2749
2749
  }
2750
2750
  );
2751
- var IconBookmarkCancel = forwardRef(
2751
+ var IconBookmarkCancel = /* @__PURE__ */ forwardRef(
2752
2752
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2753
2753
  if (fill && thick) {
2754
2754
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2776,7 +2776,7 @@ var IconBookmarkCancel = forwardRef(
2776
2776
  ] });
2777
2777
  }
2778
2778
  );
2779
- var IconEmail = forwardRef(
2779
+ var IconEmail = /* @__PURE__ */ forwardRef(
2780
2780
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2781
2781
  if (fill && thick) {
2782
2782
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2794,7 +2794,7 @@ var IconEmail = forwardRef(
2794
2794
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 11C4 9.89543 4.89543 9 6 9H42C43.1046 9 44 9.89543 44 11V37C44 38.1046 43.1046 39 42 39H6C4.89543 39 4 38.1046 4 37V11ZM7 15.5728V36H41V15.5727L23.9999 27.8505L7 15.5728ZM40.8229 12H7.177L23.9999 24.1499L40.8229 12Z", style: { fill: `var(--${type})` } }) });
2795
2795
  }
2796
2796
  );
2797
- var IconFilter = forwardRef(
2797
+ var IconFilter = /* @__PURE__ */ forwardRef(
2798
2798
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2799
2799
  if (fill && thick) {
2800
2800
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2822,7 +2822,7 @@ var IconFilter = forwardRef(
2822
2822
  ] });
2823
2823
  }
2824
2824
  );
2825
- var IconTimer = forwardRef(
2825
+ var IconTimer = /* @__PURE__ */ forwardRef(
2826
2826
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2827
2827
  if (fill && thick) {
2828
2828
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2850,7 +2850,7 @@ var IconTimer = forwardRef(
2850
2850
  ] });
2851
2851
  }
2852
2852
  );
2853
- var IconPlayButton = forwardRef(
2853
+ var IconPlayButton = /* @__PURE__ */ forwardRef(
2854
2854
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2855
2855
  if (fill && thick) {
2856
2856
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2871,7 +2871,7 @@ var IconPlayButton = forwardRef(
2871
2871
  ] });
2872
2872
  }
2873
2873
  );
2874
- var IconTextSelect = forwardRef(
2874
+ var IconTextSelect = /* @__PURE__ */ forwardRef(
2875
2875
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2876
2876
  if (fill && thick) {
2877
2877
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2895,7 +2895,7 @@ var IconTextSelect = forwardRef(
2895
2895
  ] });
2896
2896
  }
2897
2897
  );
2898
- var IconBell = forwardRef(
2898
+ var IconBell = /* @__PURE__ */ forwardRef(
2899
2899
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2900
2900
  if (fill && thick) {
2901
2901
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2919,7 +2919,7 @@ var IconBell = forwardRef(
2919
2919
  ] });
2920
2920
  }
2921
2921
  );
2922
- var IconSecretMode = forwardRef(
2922
+ var IconSecretMode = /* @__PURE__ */ forwardRef(
2923
2923
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2924
2924
  if (fill && thick) {
2925
2925
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2943,7 +2943,7 @@ var IconSecretMode = forwardRef(
2943
2943
  ] });
2944
2944
  }
2945
2945
  );
2946
- var IconAddClock = forwardRef(
2946
+ var IconAddClock = /* @__PURE__ */ forwardRef(
2947
2947
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2948
2948
  if (fill && thick) {
2949
2949
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2971,7 +2971,7 @@ var IconAddClock = forwardRef(
2971
2971
  ] });
2972
2972
  }
2973
2973
  );
2974
- var IconClock = forwardRef(
2974
+ var IconClock = /* @__PURE__ */ forwardRef(
2975
2975
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2976
2976
  if (fill && thick) {
2977
2977
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2995,7 +2995,7 @@ var IconClock = forwardRef(
2995
2995
  ] });
2996
2996
  }
2997
2997
  );
2998
- var IconSpinner = forwardRef(
2998
+ var IconSpinner = /* @__PURE__ */ forwardRef(
2999
2999
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3000
3000
  if (fill && thick) {
3001
3001
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3023,7 +3023,7 @@ var IconSpinner = forwardRef(
3023
3023
  ] });
3024
3024
  }
3025
3025
  );
3026
- var IconVolumeUp = forwardRef(
3026
+ var IconVolumeUp = /* @__PURE__ */ forwardRef(
3027
3027
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3028
3028
  if (fill && thick) {
3029
3029
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3051,7 +3051,7 @@ var IconVolumeUp = forwardRef(
3051
3051
  ] });
3052
3052
  }
3053
3053
  );
3054
- var IconVolume = forwardRef(
3054
+ var IconVolume = /* @__PURE__ */ forwardRef(
3055
3055
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3056
3056
  if (fill && thick) {
3057
3057
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -3063,7 +3063,7 @@ var IconVolume = forwardRef(
3063
3063
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
3064
3064
  }
3065
3065
  );
3066
- var IconGoogleExport = forwardRef(
3066
+ var IconGoogleExport = /* @__PURE__ */ forwardRef(
3067
3067
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3068
3068
  if (fill && thick) {
3069
3069
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3091,7 +3091,7 @@ var IconGoogleExport = forwardRef(
3091
3091
  ] });
3092
3092
  }
3093
3093
  );
3094
- var IconLink = forwardRef(
3094
+ var IconLink = /* @__PURE__ */ forwardRef(
3095
3095
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3096
3096
  if (fill && thick) {
3097
3097
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3115,7 +3115,7 @@ var IconLink = forwardRef(
3115
3115
  ] });
3116
3116
  }
3117
3117
  );
3118
- var IconSheetExport = forwardRef(
3118
+ var IconSheetExport = /* @__PURE__ */ forwardRef(
3119
3119
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3120
3120
  if (fill && thick) {
3121
3121
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3139,7 +3139,7 @@ var IconSheetExport = forwardRef(
3139
3139
  ] });
3140
3140
  }
3141
3141
  );
3142
- var IconShieldPerson = forwardRef(
3142
+ var IconShieldPerson = /* @__PURE__ */ forwardRef(
3143
3143
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3144
3144
  if (fill && thick) {
3145
3145
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3167,7 +3167,7 @@ var IconShieldPerson = forwardRef(
3167
3167
  ] });
3168
3168
  }
3169
3169
  );
3170
- var IconShieldUsage = forwardRef(
3170
+ var IconShieldUsage = /* @__PURE__ */ forwardRef(
3171
3171
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3172
3172
  if (fill && thick) {
3173
3173
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3203,7 +3203,7 @@ var IconShieldUsage = forwardRef(
3203
3203
  ] });
3204
3204
  }
3205
3205
  );
3206
- var IconFormalBag = forwardRef(
3206
+ var IconFormalBag = /* @__PURE__ */ forwardRef(
3207
3207
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3208
3208
  if (fill && thick) {
3209
3209
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -3215,7 +3215,7 @@ var IconFormalBag = forwardRef(
3215
3215
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
3216
3216
  }
3217
3217
  );
3218
- var IconCasualShoe = forwardRef(
3218
+ var IconCasualShoe = /* @__PURE__ */ forwardRef(
3219
3219
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3220
3220
  if (fill && thick) {
3221
3221
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -3227,7 +3227,7 @@ var IconCasualShoe = forwardRef(
3227
3227
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
3228
3228
  }
3229
3229
  );
3230
- var IconFolderOpenShare = forwardRef(
3230
+ var IconFolderOpenShare = /* @__PURE__ */ forwardRef(
3231
3231
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3232
3232
  if (fill && thick) {
3233
3233
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3255,7 +3255,7 @@ var IconFolderOpenShare = forwardRef(
3255
3255
  ] });
3256
3256
  }
3257
3257
  );
3258
- var IconFolderShare = forwardRef(
3258
+ var IconFolderShare = /* @__PURE__ */ forwardRef(
3259
3259
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3260
3260
  if (fill && thick) {
3261
3261
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3283,7 +3283,7 @@ var IconFolderShare = forwardRef(
3283
3283
  ] });
3284
3284
  }
3285
3285
  );
3286
- var IconVerificationBadge = forwardRef(
3286
+ var IconVerificationBadge = /* @__PURE__ */ forwardRef(
3287
3287
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3288
3288
  if (fill && thick) {
3289
3289
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -3295,7 +3295,7 @@ var IconVerificationBadge = forwardRef(
3295
3295
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.2523 9.61038L31.387 3.10156L24.4341 6.09533L17.4812 3.10156L13.6159 9.61038L6.2312 11.2752L6.92989 18.8129L1.93408 24.5003L6.92989 30.1878L6.2312 37.7255L13.6159 39.3903L17.4812 45.8991L24.4341 42.9053L31.387 45.8991L35.2523 39.3903L42.637 37.7255L41.9383 30.1878L46.9341 24.5003L41.9383 18.8129L42.637 11.2752L35.2523 9.61038ZM22.2615 27.8736L16.0752 21.6873L13.9539 23.8086L20.1402 29.9949C21.5053 31.36 23.7181 31.362 25.0856 29.9992L35.766 19.356L33.6484 17.231L22.968 27.8742C22.7726 28.0689 22.4565 28.0686 22.2615 27.8736Z", style: { fill: `var(--${type})` } }) });
3296
3296
  }
3297
3297
  );
3298
- var IconReport = forwardRef(
3298
+ var IconReport = /* @__PURE__ */ forwardRef(
3299
3299
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3300
3300
  if (fill && thick) {
3301
3301
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -3315,7 +3315,7 @@ var IconReport = forwardRef(
3315
3315
  ] });
3316
3316
  }
3317
3317
  );
3318
- var IconBrain = forwardRef(
3318
+ var IconBrain = /* @__PURE__ */ forwardRef(
3319
3319
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3320
3320
  if (fill && thick) {
3321
3321
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3330,7 +3330,7 @@ var IconBrain = forwardRef(
3330
3330
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.3588 6.5C23.1501 5.17531 21.4403 4.5 19.7447 4.5C18.212 4.5 16.8468 5.20109 15.841 6.08532C15.1567 6.68693 14.5696 7.43278 14.1685 8.23615C12.2875 8.36748 10.8024 9.26513 9.77192 10.4392C8.58185 11.7951 7.95896 13.5559 7.95896 15.0339C7.95896 15.8158 8.05613 16.5089 8.2053 17.1118C5.43865 18.0937 3.61764 20.9575 3.7693 24.0718C3.88722 26.493 5.14499 28.623 7.0409 29.7931C6.51965 31.245 6.38048 32.8086 6.994 34.6495C7.70268 36.776 10.022 39.089 13.2905 39.3051C14.1506 41.8878 16.5873 43.75 19.459 43.75C21.4144 43.75 23.1682 42.8865 24.3598 41.52C25.5752 42.9965 27.3822 43.75 29.1733 43.75C30.7059 43.75 32.0711 43.0489 33.0769 42.1647C33.7612 41.5631 34.3483 40.8172 34.7495 40.0139C36.6305 39.8825 38.1155 38.9849 39.146 37.8108C40.3361 36.4549 40.959 34.6941 40.959 33.2161C40.959 32.3894 40.8504 31.6621 40.6866 31.0358C43.3601 30.0003 45.1058 27.189 44.9572 24.1372C44.8393 21.716 43.5815 19.586 41.6856 18.4159C42.2069 16.964 42.346 15.4003 41.7325 13.5594C41.0371 11.4728 38.7907 9.20646 35.6184 8.9182C34.7505 6.34939 32.3207 4.5 29.459 4.5C27.6156 4.5 25.9515 5.26733 24.7685 6.5L24.3588 6.5ZM29.459 14.5C31.392 14.5 32.959 12.933 32.959 11C32.959 9.067 31.392 7.5 29.459 7.5C27.526 7.5 25.959 9.067 25.959 11V29.4329C28.2494 29.6553 30.7681 30.9399 32.5884 33.67L30.0923 35.3342C28.8489 33.4693 27.2841 32.6668 25.959 32.458V37.9812C26.2972 39.8637 27.7165 40.75 29.1733 40.75C29.7835 40.75 30.4728 40.4596 31.0961 39.9116C31.7237 39.3598 32.1341 38.6763 32.2683 38.14L32.5813 36.8896L33.8646 37.0109C35.2307 37.14 36.2103 36.6077 36.8913 35.8318C37.6173 35.0046 37.959 33.9415 37.959 33.2161C37.959 32.4684 37.8281 31.8681 37.6667 31.4109C34.986 31.0857 32.8294 29.0472 32.0927 26.4436L34.9793 25.6268C35.4831 27.4072 36.9987 28.5295 38.5837 28.4523C40.4453 28.3617 42.0738 26.6051 41.9608 24.2831C41.87 22.4193 40.7025 21.0169 39.2879 20.6016L37.5257 20.0842L38.3847 18.4608C39.1301 17.0521 39.368 15.953 38.8864 14.508C38.5651 13.5438 37.4934 12.3503 35.8832 11.9954C35.4042 15.1127 32.7104 17.5 29.459 17.5V14.5ZM22.959 37.25V29.8699L22.9325 29.8001C22.9413 29.7967 22.9501 29.7934 22.959 29.7901V18.8276C20.6373 18.6385 18.063 17.3571 16.2114 14.58L18.7075 12.9158C19.988 14.8364 21.6094 15.6302 22.959 15.8092V10.2688C22.6207 8.38628 21.2014 7.5 19.7447 7.5C19.1344 7.5 18.4451 7.79044 17.8218 8.33841C17.1942 8.89017 16.7838 9.5737 16.6496 10.11L16.3366 11.3604L15.0534 11.2391C13.6872 11.11 12.7076 11.6423 12.0266 12.4182C11.3006 13.2454 10.959 14.3085 10.959 15.0339C10.959 15.7733 11.0869 16.3684 11.2458 16.8235C13.8399 17.2183 15.9142 19.2223 16.6338 21.7654L13.7472 22.5822C13.2434 20.8017 11.7278 19.6795 10.1428 19.7567C8.2812 19.8473 6.65267 21.6039 6.76575 23.9259C6.85652 25.7897 8.02399 27.192 9.43857 27.6074L11.2008 28.1248L10.3419 29.7481C9.59645 31.1569 9.35851 32.256 9.84011 33.701C10.174 34.703 11.3183 35.9526 13.0352 36.2514C13.5156 33.1356 16.2087 30.75 19.459 30.75V33.75C17.526 33.75 15.959 35.317 15.959 37.25C15.959 39.183 17.526 40.75 19.459 40.75C21.392 40.75 22.959 39.183 22.959 37.25Z", style: { fill: `var(--${type})` } }) });
3331
3331
  }
3332
3332
  );
3333
- var IconMindmap = forwardRef(
3333
+ var IconMindmap = /* @__PURE__ */ forwardRef(
3334
3334
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3335
3335
  if (fill && thick) {
3336
3336
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -3342,7 +3342,7 @@ var IconMindmap = forwardRef(
3342
3342
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
3343
3343
  }
3344
3344
  );
3345
- var IconFlowchart = forwardRef(
3345
+ var IconFlowchart = /* @__PURE__ */ forwardRef(
3346
3346
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3347
3347
  if (fill && thick) {
3348
3348
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -3354,7 +3354,7 @@ var IconFlowchart = forwardRef(
3354
3354
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
3355
3355
  }
3356
3356
  );
3357
- var IconFocus = forwardRef(
3357
+ var IconFocus = /* @__PURE__ */ forwardRef(
3358
3358
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3359
3359
  if (fill && thick) {
3360
3360
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3378,7 +3378,7 @@ var IconFocus = forwardRef(
3378
3378
  ] });
3379
3379
  }
3380
3380
  );
3381
- var IconParagraph = forwardRef(
3381
+ var IconParagraph = /* @__PURE__ */ forwardRef(
3382
3382
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3383
3383
  if (fill && thick) {
3384
3384
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3410,7 +3410,7 @@ var IconParagraph = forwardRef(
3410
3410
  ] });
3411
3411
  }
3412
3412
  );
3413
- var IconAddToFolder = forwardRef(
3413
+ var IconAddToFolder = /* @__PURE__ */ forwardRef(
3414
3414
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3415
3415
  if (fill && thick) {
3416
3416
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3434,7 +3434,7 @@ var IconAddToFolder = forwardRef(
3434
3434
  ] });
3435
3435
  }
3436
3436
  );
3437
- var IconRemoveFromFolder = forwardRef(
3437
+ var IconRemoveFromFolder = /* @__PURE__ */ forwardRef(
3438
3438
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3439
3439
  if (fill && thick) {
3440
3440
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3458,7 +3458,7 @@ var IconRemoveFromFolder = forwardRef(
3458
3458
  ] });
3459
3459
  }
3460
3460
  );
3461
- var IconMoveToFolder = forwardRef(
3461
+ var IconMoveToFolder = /* @__PURE__ */ forwardRef(
3462
3462
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3463
3463
  if (fill && thick) {
3464
3464
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3482,7 +3482,7 @@ var IconMoveToFolder = forwardRef(
3482
3482
  ] });
3483
3483
  }
3484
3484
  );
3485
- var IconNewThreadFolder = forwardRef(
3485
+ var IconNewThreadFolder = /* @__PURE__ */ forwardRef(
3486
3486
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3487
3487
  if (fill && thick) {
3488
3488
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3510,7 +3510,7 @@ var IconNewThreadFolder = forwardRef(
3510
3510
  ] });
3511
3511
  }
3512
3512
  );
3513
- var IconChrome = forwardRef(
3513
+ var IconChrome = /* @__PURE__ */ forwardRef(
3514
3514
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3515
3515
  if (fill && thick) {
3516
3516
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3542,7 +3542,7 @@ var IconChrome = forwardRef(
3542
3542
  ] });
3543
3543
  }
3544
3544
  );
3545
- var IconNewChromeExtension = forwardRef(
3545
+ var IconNewChromeExtension = /* @__PURE__ */ forwardRef(
3546
3546
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3547
3547
  if (fill && thick) {
3548
3548
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -3554,7 +3554,7 @@ var IconNewChromeExtension = forwardRef(
3554
3554
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
3555
3555
  }
3556
3556
  );
3557
- var IconMobile = forwardRef(
3557
+ var IconMobile = /* @__PURE__ */ forwardRef(
3558
3558
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3559
3559
  if (fill && thick) {
3560
3560
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3578,7 +3578,7 @@ var IconMobile = forwardRef(
3578
3578
  ] });
3579
3579
  }
3580
3580
  );
3581
- var IconMembers = forwardRef(
3581
+ var IconMembers = /* @__PURE__ */ forwardRef(
3582
3582
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3583
3583
  if (fill && thick) {
3584
3584
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3610,7 +3610,7 @@ var IconMembers = forwardRef(
3610
3610
  ] });
3611
3611
  }
3612
3612
  );
3613
- var IconTeams = forwardRef(
3613
+ var IconTeams = /* @__PURE__ */ forwardRef(
3614
3614
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3615
3615
  if (fill && thick) {
3616
3616
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3631,7 +3631,7 @@ var IconTeams = forwardRef(
3631
3631
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M31.2588 9.5V20.8652L41.0166 26.5V39.5L29.7588 46L8.875 34L8.74121 9.5L20 3L31.2588 9.5ZM31 33.1914V41.8184L38.0166 37.7676V29.2158L31 33.1914ZM21.5 37.7676L28 41.5205V33.1807L21.5 29.498V37.7676ZM11.8594 32.2588L18.4531 36.0664L18.3818 28.0654L11.7881 24.2588L11.8594 32.2588ZM23.4062 27.1299L29.5098 30.5879L35.8633 26.9883L29.7578 23.4629L23.4062 27.1299ZM21.5 16.7568V24.6689L28.2588 20.7676V12.9268L21.5 16.7568ZM11.7412 20.7314L18.5 24.6328V16.3984L11.7412 12.5693V20.7314ZM13.585 10.166L20.3154 13.9795L26.7266 10.3467L20 6.46289L13.585 10.166Z", style: { fill: `var(--${type})` } }) });
3632
3632
  }
3633
3633
  );
3634
- var IconStop = forwardRef(
3634
+ var IconStop = /* @__PURE__ */ forwardRef(
3635
3635
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3636
3636
  if (fill && thick) {
3637
3637
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3655,7 +3655,7 @@ var IconStop = forwardRef(
3655
3655
  ] });
3656
3656
  }
3657
3657
  );
3658
- var IconMicroscope = forwardRef(
3658
+ var IconMicroscope = /* @__PURE__ */ forwardRef(
3659
3659
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3660
3660
  if (fill && thick) {
3661
3661
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -3667,7 +3667,7 @@ var IconMicroscope = forwardRef(
3667
3667
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
3668
3668
  }
3669
3669
  );
3670
- var IconLiteratureReview = forwardRef(
3670
+ var IconLiteratureReview = /* @__PURE__ */ forwardRef(
3671
3671
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3672
3672
  if (fill && thick) {
3673
3673
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3703,7 +3703,7 @@ var IconLiteratureReview = forwardRef(
3703
3703
  ] });
3704
3704
  }
3705
3705
  );
3706
- var IconExpandClose = forwardRef(
3706
+ var IconExpandClose = /* @__PURE__ */ forwardRef(
3707
3707
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3708
3708
  if (fill && thick) {
3709
3709
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -3715,7 +3715,7 @@ var IconExpandClose = forwardRef(
3715
3715
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
3716
3716
  }
3717
3717
  );
3718
- var IconRestaurant = forwardRef(
3718
+ var IconRestaurant = /* @__PURE__ */ forwardRef(
3719
3719
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3720
3720
  if (fill && thick) {
3721
3721
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3743,7 +3743,7 @@ var IconRestaurant = forwardRef(
3743
3743
  ] });
3744
3744
  }
3745
3745
  );
3746
- var IconColorLiner = forwardRef(
3746
+ var IconColorLiner = /* @__PURE__ */ forwardRef(
3747
3747
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3748
3748
  if (fill && thick) {
3749
3749
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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" }) });
@@ -3755,7 +3755,7 @@ var IconColorLiner = forwardRef(
3755
3755
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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" }) });
3756
3756
  }
3757
3757
  );
3758
- var IconColorLinerVariation = forwardRef(
3758
+ var IconColorLinerVariation = /* @__PURE__ */ forwardRef(
3759
3759
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3760
3760
  if (fill && thick) {
3761
3761
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3779,7 +3779,7 @@ var IconColorLinerVariation = forwardRef(
3779
3779
  ] });
3780
3780
  }
3781
3781
  );
3782
- var IconColorFacebook = forwardRef(
3782
+ var IconColorFacebook = /* @__PURE__ */ forwardRef(
3783
3783
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3784
3784
  if (fill && thick) {
3785
3785
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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" }) });
@@ -3791,7 +3791,7 @@ var IconColorFacebook = forwardRef(
3791
3791
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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" }) });
3792
3792
  }
3793
3793
  );
3794
- var IconColorGoogle = forwardRef(
3794
+ var IconColorGoogle = /* @__PURE__ */ forwardRef(
3795
3795
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3796
3796
  if (fill && thick) {
3797
3797
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3823,7 +3823,7 @@ var IconColorGoogle = forwardRef(
3823
3823
  ] });
3824
3824
  }
3825
3825
  );
3826
- var IconColorFire = forwardRef(
3826
+ var IconColorFire = /* @__PURE__ */ forwardRef(
3827
3827
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3828
3828
  if (fill && thick) {
3829
3829
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3847,7 +3847,7 @@ var IconColorFire = forwardRef(
3847
3847
  ] });
3848
3848
  }
3849
3849
  );
3850
- var IconColorTxt = forwardRef(
3850
+ var IconColorTxt = /* @__PURE__ */ forwardRef(
3851
3851
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3852
3852
  if (fill && thick) {
3853
3853
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3883,7 +3883,7 @@ var IconColorTxt = forwardRef(
3883
3883
  ] });
3884
3884
  }
3885
3885
  );
3886
- var IconColorPdf = forwardRef(
3886
+ var IconColorPdf = /* @__PURE__ */ forwardRef(
3887
3887
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3888
3888
  if (fill && thick) {
3889
3889
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3919,7 +3919,7 @@ var IconColorPdf = forwardRef(
3919
3919
  ] });
3920
3920
  }
3921
3921
  );
3922
- var IconColorDocx = forwardRef(
3922
+ var IconColorDocx = /* @__PURE__ */ forwardRef(
3923
3923
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3924
3924
  if (fill && thick) {
3925
3925
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3959,7 +3959,7 @@ var IconColorDocx = forwardRef(
3959
3959
  ] });
3960
3960
  }
3961
3961
  );
3962
- var IconMoreHorizontal = forwardRef(
3962
+ var IconMoreHorizontal = /* @__PURE__ */ forwardRef(
3963
3963
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3964
3964
  if (fill && thick) {
3965
3965
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -3987,7 +3987,7 @@ var IconMoreHorizontal = forwardRef(
3987
3987
  ] });
3988
3988
  }
3989
3989
  );
3990
- var IconMoreVertical = forwardRef(
3990
+ var IconMoreVertical = /* @__PURE__ */ forwardRef(
3991
3991
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
3992
3992
  if (fill && thick) {
3993
3993
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -4015,7 +4015,7 @@ var IconMoreVertical = forwardRef(
4015
4015
  ] });
4016
4016
  }
4017
4017
  );
4018
- var IconCheckMarkInCircle = forwardRef(
4018
+ var IconCheckMarkInCircle = /* @__PURE__ */ forwardRef(
4019
4019
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4020
4020
  if (fill && thick) {
4021
4021
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -4033,7 +4033,7 @@ var IconCheckMarkInCircle = forwardRef(
4033
4033
  ] });
4034
4034
  }
4035
4035
  );
4036
- var IconStar = forwardRef(
4036
+ var IconStar = /* @__PURE__ */ forwardRef(
4037
4037
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4038
4038
  if (fill && thick) {
4039
4039
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -4045,7 +4045,7 @@ var IconStar = forwardRef(
4045
4045
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M22.2441 5.22015C23.0021 3.83026 24.9979 3.83026 25.7559 5.22015L30.7109 14.3051C30.9986 14.8324 31.5082 15.2024 32.0986 15.3129L42.2695 17.2182C43.8256 17.5096 44.4421 19.4076 43.3545 20.558L36.2451 28.0776C35.8327 28.514 35.6387 29.1129 35.7158 29.7084L37.0469 39.9711C37.2442 41.492 35.7356 42.6401 34.3408 42.0932L34.2061 42.0356L24.8574 37.5971C24.3149 37.3397 23.6851 37.3397 23.1426 37.5971L13.794 42.0356L13.6592 42.0932C12.2644 42.6401 10.7558 41.492 10.9531 39.9711L12.2842 29.7084C12.3517 29.1871 12.2112 28.6637 11.8984 28.2485L11.7539 28.0776L4.64551 20.558C3.55789 19.4076 4.17438 17.5096 5.73047 17.2182L15.9014 15.3129C16.4181 15.2162 16.8736 14.9213 17.1719 14.4955L17.2891 14.3051L22.2441 5.22015ZM19.9229 15.7416C19.2037 17.06 17.9302 17.9857 16.4541 18.2621L8.08399 19.8285L13.9346 26.016C14.9664 27.1075 15.453 28.6056 15.2598 30.0951L14.1631 38.5385L21.8555 34.8871C23.1276 34.2833 24.5917 34.2454 25.8877 34.7739L26.1445 34.8871L33.8359 38.5385L32.7402 30.0951C32.547 28.6056 33.0336 27.1075 34.0654 26.016L39.915 19.8285L31.5459 18.2621C30.0698 17.9857 28.7963 17.06 28.0772 15.7416L24 8.26604L19.9229 15.7416Z", style: { fill: `var(--${type})` } }) });
4046
4046
  }
4047
4047
  );
4048
- var IconCreditAdd = forwardRef(
4048
+ var IconCreditAdd = /* @__PURE__ */ forwardRef(
4049
4049
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4050
4050
  if (fill && thick) {
4051
4051
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -4073,7 +4073,7 @@ var IconCreditAdd = forwardRef(
4073
4073
  ] });
4074
4074
  }
4075
4075
  );
4076
- var IconMNewTab = forwardRef(
4076
+ var IconMNewTab = /* @__PURE__ */ forwardRef(
4077
4077
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4078
4078
  if (fill && thick) {
4079
4079
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -4097,7 +4097,7 @@ var IconMNewTab = forwardRef(
4097
4097
  ] });
4098
4098
  }
4099
4099
  );
4100
- var IconCollectionAdd = forwardRef(
4100
+ var IconCollectionAdd = /* @__PURE__ */ forwardRef(
4101
4101
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4102
4102
  if (fill && thick) {
4103
4103
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -4121,7 +4121,7 @@ var IconCollectionAdd = forwardRef(
4121
4121
  ] });
4122
4122
  }
4123
4123
  );
4124
- var IconCollections = forwardRef(
4124
+ var IconCollections = /* @__PURE__ */ forwardRef(
4125
4125
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4126
4126
  if (fill && thick) {
4127
4127
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M34 5C35.1046 5 36 5.89543 36 7V12.5H40.5C41.6046 12.5 42.5 13.3954 42.5 14.5V27.293C42.5 27.8234 42.2891 28.332 41.9141 28.707L35.8398 34.7803C35.6376 35.2563 35.2572 35.6365 34.7812 35.8389L28.707 41.9141C28.332 42.2891 27.8234 42.5 27.293 42.5H14.5C13.3954 42.5 12.5 41.6046 12.5 40.5V36H7C5.89543 36 5 35.1046 5 34V7C5 5.89543 5.89543 5 7 5H34ZM15.5 39.5H25.5V30C25.5 28.0671 27.0671 26.5001 29 26.5H39.5V15.5H15.5V39.5ZM29 29.5C28.724 29.5001 28.5 29.7239 28.5 30V37.8789L36.8789 29.5H29ZM8 33H12.5V14.5C12.5 13.3954 13.3954 12.5 14.5 12.5H33V8H8V33Z", style: { fill: `var(--${type})` } }) });
@@ -4133,7 +4133,7 @@ var IconCollections = forwardRef(
4133
4133
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M34 5C35.1046 5 36 5.89543 36 7V12.5H40.5C41.6046 12.5 42.5 13.3954 42.5 14.5V27.293C42.5 27.8234 42.2891 28.332 41.9141 28.707L35.8398 34.7803C35.6376 35.2563 35.2572 35.6365 34.7812 35.8389L28.707 41.9141C28.332 42.2891 27.8234 42.5 27.293 42.5H14.5C13.3954 42.5 12.5 41.6046 12.5 40.5V36H7C5.89543 36 5 35.1046 5 34V7C5 5.89543 5.89543 5 7 5H34ZM15.5 39.5H25.5V30C25.5 28.0671 27.0671 26.5001 29 26.5H39.5V15.5H15.5V39.5ZM29 29.5C28.724 29.5001 28.5 29.7239 28.5 30V37.8789L36.8789 29.5H29ZM8 33H12.5V14.5C12.5 13.3954 13.3954 12.5 14.5 12.5H33V8H8V33Z", style: { fill: `var(--${type})` } }) });
4134
4134
  }
4135
4135
  );
4136
- var IconSurvey = forwardRef(
4136
+ var IconSurvey = /* @__PURE__ */ forwardRef(
4137
4137
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4138
4138
  if (fill && thick) {
4139
4139
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -4173,7 +4173,7 @@ var IconSurvey = forwardRef(
4173
4173
  ] });
4174
4174
  }
4175
4175
  );
4176
- var IconLocation = forwardRef(
4176
+ var IconLocation = /* @__PURE__ */ forwardRef(
4177
4177
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4178
4178
  if (fill && thick) {
4179
4179
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -4194,7 +4194,7 @@ var IconLocation = forwardRef(
4194
4194
  ] });
4195
4195
  }
4196
4196
  );
4197
- var IconHourglass = forwardRef(
4197
+ var IconHourglass = /* @__PURE__ */ forwardRef(
4198
4198
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4199
4199
  if (fill && thick) {
4200
4200
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -4206,7 +4206,7 @@ var IconHourglass = forwardRef(
4206
4206
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M42 8.5H36.459C36.2244 12.8162 34.9796 16.5809 33.0049 19.3848C31.8884 20.9701 30.5239 22.2599 28.9785 23.1484C30.5837 24.2656 31.9648 25.8697 33.0654 27.709C34.9915 30.9276 36.2253 35.1053 36.457 39.5H42V42.5H6V39.5H11.543C11.7747 35.1053 13.0085 30.9276 14.9346 27.709C16.0351 25.87 17.4156 24.2656 19.0205 23.1484C17.4754 22.2599 16.1115 20.9698 14.9951 19.3848C13.0204 16.5809 11.7756 12.8162 11.541 8.5H6V5.5H42V8.5ZM24 24.5C21.7206 24.5 19.3728 26.1344 17.5088 29.249C15.8794 31.9717 14.7752 35.6065 14.5459 39.5H33.4541C33.2248 35.6065 32.1206 31.9717 30.4912 29.249C28.6272 26.1344 26.2794 24.5 24 24.5ZM14.5469 8.5C14.7776 12.2755 15.8718 15.4189 17.4482 17.6572C19.2241 20.1787 21.5552 21.5 24 21.5C26.4448 21.5 28.7759 20.1787 30.5518 17.6572C32.1282 15.4189 33.2224 12.2755 33.4531 8.5H14.5469Z", style: { fill: `var(--${type})` } }) });
4207
4207
  }
4208
4208
  );
4209
- var IconBag = forwardRef(
4209
+ var IconBag = /* @__PURE__ */ forwardRef(
4210
4210
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4211
4211
  if (fill && thick) {
4212
4212
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -4218,7 +4218,7 @@ var IconBag = forwardRef(
4218
4218
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M30 5C31.1046 5 32 5.89543 32 7V13H42L42.2041 13.0107C43.2128 13.113 44 13.9643 44 15V41C44 42.0357 43.2128 42.887 42.2041 42.9893L42 43H6C4.96435 43 4.113 42.2128 4.01074 41.2041L4 41V15C4 13.8954 4.89543 13 6 13H16V7C16 5.89543 16.8954 5 18 5H30ZM7 40H41V16H7V40ZM19 13H29V8H19V13Z", style: { fill: `var(--${type})` } }) });
4219
4219
  }
4220
4220
  );
4221
- var IconColorExcel = forwardRef(
4221
+ var IconColorExcel = /* @__PURE__ */ forwardRef(
4222
4222
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4223
4223
  if (fill && thick) {
4224
4224
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -4254,7 +4254,7 @@ var IconColorExcel = forwardRef(
4254
4254
  ] });
4255
4255
  }
4256
4256
  );
4257
- var IconColorHtml = forwardRef(
4257
+ var IconColorHtml = /* @__PURE__ */ forwardRef(
4258
4258
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4259
4259
  if (fill && thick) {
4260
4260
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -4298,7 +4298,7 @@ var IconColorHtml = forwardRef(
4298
4298
  ] });
4299
4299
  }
4300
4300
  );
4301
- var IconColorPowerpoint = forwardRef(
4301
+ var IconColorPowerpoint = /* @__PURE__ */ forwardRef(
4302
4302
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4303
4303
  if (fill && thick) {
4304
4304
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -4334,7 +4334,7 @@ var IconColorPowerpoint = forwardRef(
4334
4334
  ] });
4335
4335
  }
4336
4336
  );
4337
- var IconColorLink = forwardRef(
4337
+ var IconColorLink = /* @__PURE__ */ forwardRef(
4338
4338
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4339
4339
  if (fill && thick) {
4340
4340
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -4374,7 +4374,7 @@ var IconColorLink = forwardRef(
4374
4374
  ] });
4375
4375
  }
4376
4376
  );
4377
- var IconColorHypothesisGenerator = forwardRef(
4377
+ var IconColorHypothesisGenerator = /* @__PURE__ */ forwardRef(
4378
4378
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4379
4379
  if (fill && thick) {
4380
4380
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -4410,7 +4410,7 @@ var IconColorHypothesisGenerator = forwardRef(
4410
4410
  ] });
4411
4411
  }
4412
4412
  );
4413
- var IconColorCitationRecommender = forwardRef(
4413
+ var IconColorCitationRecommender = /* @__PURE__ */ forwardRef(
4414
4414
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4415
4415
  if (fill && thick) {
4416
4416
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -4434,7 +4434,7 @@ var IconColorCitationRecommender = forwardRef(
4434
4434
  ] });
4435
4435
  }
4436
4436
  );
4437
- var IconColorSurveySimulator = forwardRef(
4437
+ var IconColorSurveySimulator = /* @__PURE__ */ forwardRef(
4438
4438
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4439
4439
  if (fill && thick) {
4440
4440
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -4470,7 +4470,7 @@ var IconColorSurveySimulator = forwardRef(
4470
4470
  ] });
4471
4471
  }
4472
4472
  );
4473
- var IconColorLiteratureReview = forwardRef(
4473
+ var IconColorLiteratureReview = /* @__PURE__ */ forwardRef(
4474
4474
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4475
4475
  if (fill && thick) {
4476
4476
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -4510,7 +4510,7 @@ var IconColorLiteratureReview = forwardRef(
4510
4510
  ] });
4511
4511
  }
4512
4512
  );
4513
- var IconColorResearchTracer = forwardRef(
4513
+ var IconColorResearchTracer = /* @__PURE__ */ forwardRef(
4514
4514
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4515
4515
  if (fill && thick) {
4516
4516
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -4534,7 +4534,7 @@ var IconColorResearchTracer = forwardRef(
4534
4534
  ] });
4535
4535
  }
4536
4536
  );
4537
- var IconAtSign = forwardRef(
4537
+ var IconAtSign = /* @__PURE__ */ forwardRef(
4538
4538
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4539
4539
  if (fill && thick) {
4540
4540
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
@@ -4546,7 +4546,7 @@ var IconAtSign = forwardRef(
4546
4546
  return /* @__PURE__ */ jsx("svg", { width: iconSizeMap[size], height: iconSizeMap[size], 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})` } }) });
4547
4547
  }
4548
4548
  );
4549
- var IconColorPeerReview = forwardRef(
4549
+ var IconColorPeerReview = /* @__PURE__ */ forwardRef(
4550
4550
  ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4551
4551
  if (fill && thick) {
4552
4552
  return /* @__PURE__ */ jsxs("svg", { width: iconSizeMap[size], height: iconSizeMap[size], viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [