@rufous/ui 0.1.17 → 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.
Files changed (101) hide show
  1. package/dist/Buttons/{Button.cjs → addButton.cjs} +9 -12
  2. package/dist/Buttons/addButton.css +68 -0
  3. package/dist/Buttons/addButton.d.cts +8 -0
  4. package/dist/Buttons/addButton.d.ts +8 -0
  5. package/dist/Buttons/addButton.js +7 -0
  6. package/dist/Buttons/cancelButton.cjs +37 -0
  7. package/dist/Buttons/cancelButton.css +68 -0
  8. package/dist/Buttons/cancelButton.d.cts +8 -0
  9. package/dist/Buttons/cancelButton.d.ts +8 -0
  10. package/dist/Buttons/cancelButton.js +7 -0
  11. package/dist/Buttons/index.cjs +75 -0
  12. package/dist/Buttons/index.css +68 -0
  13. package/dist/Buttons/index.d.cts +4 -0
  14. package/dist/Buttons/index.d.ts +4 -0
  15. package/dist/Buttons/index.js +16 -0
  16. package/dist/Buttons/submitButton.cjs +53 -0
  17. package/dist/Buttons/submitButton.css +68 -0
  18. package/dist/Buttons/submitButton.d.cts +11 -0
  19. package/dist/Buttons/submitButton.d.ts +11 -0
  20. package/dist/Buttons/submitButton.js +7 -0
  21. package/dist/CheckBoxes/CheckBox.js +25 -3
  22. package/dist/TextFields/FloatingInput.js +28 -3
  23. package/dist/chunk-54KCNQAW.js +24 -0
  24. package/dist/chunk-5UEJAVFK.js +10 -0
  25. package/dist/chunk-7KARALMQ.js +8 -0
  26. package/dist/chunk-BYJP2WNC.js +18 -0
  27. package/dist/chunk-FSRABKKC.js +18 -0
  28. package/dist/chunk-GESVGIAP.js +10 -0
  29. package/dist/chunk-GL43GPEM.js +18 -0
  30. package/dist/chunk-MKK7M3BH.js +18 -0
  31. package/dist/chunk-N65GKZS6.js +10 -0
  32. package/dist/chunk-NSW6ZGZF.js +19 -0
  33. package/dist/chunk-QIEQRNBE.js +10 -0
  34. package/dist/chunk-QPGJCRBS.js +0 -0
  35. package/dist/chunk-RJ43D3XB.js +18 -0
  36. package/dist/chunk-ZAYWFYP4.js +18 -0
  37. package/dist/icons/dollarIcon.cjs +47 -0
  38. package/dist/icons/dollarIcon.d.cts +8 -0
  39. package/dist/icons/dollarIcon.d.ts +8 -0
  40. package/dist/icons/dollarIcon.js +6 -0
  41. package/dist/icons/engagementIcon.cjs +47 -0
  42. package/dist/icons/engagementIcon.d.cts +8 -0
  43. package/dist/icons/engagementIcon.d.ts +8 -0
  44. package/dist/icons/engagementIcon.js +6 -0
  45. package/dist/icons/functionIcon.cjs +47 -0
  46. package/dist/icons/functionIcon.d.cts +8 -0
  47. package/dist/icons/functionIcon.d.ts +8 -0
  48. package/dist/icons/functionIcon.js +6 -0
  49. package/dist/icons/helpOutlinedIcon.cjs +1 -53
  50. package/dist/icons/helpOutlinedIcon.js +1 -1
  51. package/dist/icons/index.cjs +123 -200
  52. package/dist/icons/index.d.cts +7 -0
  53. package/dist/icons/index.d.ts +7 -0
  54. package/dist/icons/index.js +61 -33
  55. package/dist/icons/industryIcon.cjs +48 -0
  56. package/dist/icons/industryIcon.d.cts +8 -0
  57. package/dist/icons/industryIcon.d.ts +8 -0
  58. package/dist/icons/industryIcon.js +6 -0
  59. package/dist/icons/minExperienceIcon.cjs +47 -0
  60. package/dist/icons/minExperienceIcon.d.cts +8 -0
  61. package/dist/icons/minExperienceIcon.d.ts +8 -0
  62. package/dist/icons/minExperienceIcon.js +6 -0
  63. package/dist/icons/nineDotMenuIcon.cjs +1 -146
  64. package/dist/icons/nineDotMenuIcon.js +1 -1
  65. package/dist/icons/notificationIcon.cjs +1 -1
  66. package/dist/icons/notificationIcon.js +1 -1
  67. package/dist/icons/projectIcon.cjs +47 -0
  68. package/dist/icons/projectIcon.d.cts +8 -0
  69. package/dist/icons/projectIcon.d.ts +8 -0
  70. package/dist/icons/projectIcon.js +6 -0
  71. package/dist/icons/rolesIcon.cjs +47 -0
  72. package/dist/icons/rolesIcon.d.cts +8 -0
  73. package/dist/icons/rolesIcon.d.ts +8 -0
  74. package/dist/icons/rolesIcon.js +6 -0
  75. package/dist/icons/rufousAiIcon.cjs +37 -0
  76. package/dist/icons/rufousAiIcon.d.cts +8 -0
  77. package/dist/icons/rufousAiIcon.d.ts +8 -0
  78. package/dist/icons/rufousAiIcon.js +7 -0
  79. package/dist/main.cjs +309 -414
  80. package/dist/main.css +69 -0
  81. package/dist/main.d.cts +10 -3
  82. package/dist/main.d.ts +10 -3
  83. package/dist/main.js +77 -47
  84. package/dist/styles/button.css +68 -0
  85. package/dist/styles/button.d.cts +2 -0
  86. package/dist/styles/button.d.ts +2 -0
  87. package/package.json +1 -1
  88. package/dist/Buttons/Button.d.cjs +0 -17
  89. package/dist/Buttons/Button.d.cts +0 -10
  90. package/dist/Buttons/Button.d.d.cts +0 -10
  91. package/dist/Buttons/Button.d.d.ts +0 -10
  92. package/dist/Buttons/Button.d.ts +0 -10
  93. package/dist/Buttons/Button.js +0 -6
  94. package/dist/chunk-ASP3DBRX.js +0 -9
  95. package/dist/chunk-AWA5Y5LH.js +0 -32
  96. package/dist/chunk-D7SFBVJY.js +0 -155
  97. package/dist/chunk-MWCKUVQG.js +0 -10
  98. package/dist/chunk-PULIGWAP.js +0 -62
  99. package/dist/chunk-QKDJLUKZ.js +0 -29
  100. /package/dist/{Buttons/Button.d.js → chunk-CC7BNJL3.js} +0 -0
  101. /package/dist/{chunk-WNXUY4B6.js → chunk-QGVJQLGY.js} +0 -0
package/dist/main.cjs CHANGED
@@ -31,26 +31,31 @@ var main_exports = {};
31
31
  __export(main_exports, {
32
32
  APP_THEMES: () => APP_THEMES,
33
33
  ActivateUserIcon: () => activateUserIcon_default,
34
+ AddButton: () => addButton_default,
34
35
  ArchivedIcon: () => archivedIcon_default,
35
36
  AssignGroupIcon: () => assignGroupIcon_default,
36
- Button: () => Button,
37
- Checkbox: () => Checkbox,
37
+ CancelButton: () => cancelButton_default,
38
38
  CopyIcon: () => copyIcon_default,
39
39
  DifficultyAllIcon: () => difficultyAllIcon_default,
40
40
  DifficultyEasyIcon: () => difficultyEasyIcon_default,
41
41
  DifficultyHardIcon: () => difficultyHardIcon_default,
42
42
  DifficultyMediumIcon: () => difficultyMediumIcon_default,
43
+ DollarIcon: () => dollarIcon_default,
43
44
  DownloadIcon: () => downloadIcon_default,
44
45
  EditChatIcon: () => editChatIcon_default,
45
46
  EditIcon: () => editIcon_default,
46
- FloatingInput: () => FloatingInput,
47
+ EngagementIcon: () => engagementIcon_default,
48
+ FunctionIcon: () => functionIcon_default,
47
49
  HelpOutlinedIcon: () => helpOutlinedIcon_default,
48
50
  HierarchyIcon: () => hierarchyIcon_default,
49
51
  InactiveGroupIcon: () => inactiveGroupIcon_default,
52
+ IndustryIcon: () => industryIcon_default,
50
53
  InvoiceIcon: () => invoiceIcon_default,
51
54
  LogsIcon: () => logsIcon_default,
55
+ MinExperienceIcon: () => minExperienceIcon_default,
52
56
  NineDotMenuIcon: () => nineDotMenuIcon_default,
53
57
  NotificationIcon: () => notificationIcon_default,
58
+ ProjectIcon: () => projectIcon_default,
54
59
  QuestionStatusAllIcon: () => questionStatusAllIcon_default,
55
60
  QuestionStatusPrivateIcon: () => questionStatusPrivateIcon_default,
56
61
  QuestionStatusPublicIcon: () => questionStatusPublicIcon_default,
@@ -61,10 +66,12 @@ __export(main_exports, {
61
66
  QuestionTypeSingleIcon: () => questionTypeSingleIcon_default,
62
67
  RefreshIcon: () => refreshIcon_default,
63
68
  ResendInviteIcon: () => resendInviteIcon_default,
69
+ RolesIcon: () => rolesIcon_default,
64
70
  RufousBirdIcon: () => rufousBirdIcon_default,
65
71
  RufousLauncherIcon: () => rufousLauncherBird_default,
66
72
  RufousThemeProvider: () => RufousThemeProvider,
67
73
  SidebarIcon: () => sidebarIcon_default,
74
+ SubmitButton: () => submitButton_default,
68
75
  SubscribeIcon: () => subscribeIcon_default,
69
76
  SuspendUserIcon: () => suspendUserIcon_default,
70
77
  TickIcon: () => tickIcon_default,
@@ -80,67 +87,6 @@ __export(main_exports, {
80
87
  });
81
88
  module.exports = __toCommonJS(main_exports);
82
89
 
83
- // lib/Buttons/Button.jsx
84
- var import_react = __toESM(require("react"), 1);
85
- var Button = ({ children, onClick, ...props }) => {
86
- return /* @__PURE__ */ import_react.default.createElement("button", { className: "btn", onClick, ...props }, children);
87
- };
88
-
89
- // lib/TextFields/FloatingInput.jsx
90
- var import_react2 = __toESM(require("react"), 1);
91
- var FloatingInput = ({
92
- label,
93
- name,
94
- id,
95
- type = "text",
96
- value,
97
- onChange,
98
- required = false,
99
- placeholder,
100
- className = "",
101
- ...props
102
- }) => {
103
- return /* @__PURE__ */ import_react2.default.createElement("div", { className: `form__group field ${className}`, ...props }, /* @__PURE__ */ import_react2.default.createElement(
104
- "input",
105
- {
106
- type,
107
- className: "form__field",
108
- placeholder: placeholder || label,
109
- name,
110
- id: id || name,
111
- value,
112
- onChange,
113
- required
114
- }
115
- ), /* @__PURE__ */ import_react2.default.createElement("label", { htmlFor: id || name, className: "form__label" }, label));
116
- };
117
-
118
- // lib/CheckBoxes/CheckBox.jsx
119
- var import_react3 = __toESM(require("react"), 1);
120
- var Checkbox = ({
121
- id,
122
- label,
123
- checked,
124
- onChange,
125
- disabled = false,
126
- className = "",
127
- style
128
- }) => {
129
- const handleChange = (e) => {
130
- onChange(e.target.checked);
131
- };
132
- return /* @__PURE__ */ import_react3.default.createElement("div", { className: "checkbox-wrapper-13" }, /* @__PURE__ */ import_react3.default.createElement("label", { className: `${className}`, style }, /* @__PURE__ */ import_react3.default.createElement(
133
- "input",
134
- {
135
- id,
136
- type: "checkbox",
137
- checked,
138
- onChange: handleChange,
139
- disabled
140
- }
141
- ), label && /* @__PURE__ */ import_react3.default.createElement("span", { className: "checkbox-label" }, label)));
142
- };
143
-
144
90
  // lib/utils/constants.ts
145
91
  var APP_THEMES = {
146
92
  default: {
@@ -222,9 +168,9 @@ var APP_THEMES = {
222
168
  };
223
169
 
224
170
  // lib/icons/archivedIcon.tsx
225
- var import_react4 = __toESM(require("react"), 1);
171
+ var import_react = __toESM(require("react"), 1);
226
172
  var ArchivedIcon = ({ color = "#3a3a3a", ...props }) => {
227
- return /* @__PURE__ */ import_react4.default.createElement(
173
+ return /* @__PURE__ */ import_react.default.createElement(
228
174
  "svg",
229
175
  {
230
176
  xmlns: "http://www.w3.org/2000/svg",
@@ -233,7 +179,7 @@ var ArchivedIcon = ({ color = "#3a3a3a", ...props }) => {
233
179
  viewBox: "0 0 24 23.8",
234
180
  ...props
235
181
  },
236
- /* @__PURE__ */ import_react4.default.createElement("g", { transform: "translate(-8 -8.4)" }, /* @__PURE__ */ import_react4.default.createElement("g", { transform: "translate(8 8.4)" }, /* @__PURE__ */ import_react4.default.createElement(
182
+ /* @__PURE__ */ import_react.default.createElement("g", { transform: "translate(-8 -8.4)" }, /* @__PURE__ */ import_react.default.createElement("g", { transform: "translate(8 8.4)" }, /* @__PURE__ */ import_react.default.createElement(
237
183
  "g",
238
184
  {
239
185
  transform: "translate(2.5 5.8)",
@@ -241,9 +187,9 @@ var ArchivedIcon = ({ color = "#3a3a3a", ...props }) => {
241
187
  stroke: color,
242
188
  strokeWidth: "1.8"
243
189
  },
244
- /* @__PURE__ */ import_react4.default.createElement("rect", { width: "19", height: "18", stroke: "none" }),
245
- /* @__PURE__ */ import_react4.default.createElement("rect", { x: "0.9", y: "0.9", width: "17.2", height: "16.2", fill: "none" })
246
- ), /* @__PURE__ */ import_react4.default.createElement("g", { fill: "none", stroke: color, strokeWidth: "1.8" }, /* @__PURE__ */ import_react4.default.createElement("rect", { width: "24", height: "7.5", stroke: "none" }), /* @__PURE__ */ import_react4.default.createElement("rect", { x: "0.9", y: "0.9", width: "22.2", height: "5.7", fill: "none" }))), /* @__PURE__ */ import_react4.default.createElement("g", { transform: "translate(15.938 17.774)" }, /* @__PURE__ */ import_react4.default.createElement(
190
+ /* @__PURE__ */ import_react.default.createElement("rect", { width: "19", height: "18", stroke: "none" }),
191
+ /* @__PURE__ */ import_react.default.createElement("rect", { x: "0.9", y: "0.9", width: "17.2", height: "16.2", fill: "none" })
192
+ ), /* @__PURE__ */ import_react.default.createElement("g", { fill: "none", stroke: color, strokeWidth: "1.8" }, /* @__PURE__ */ import_react.default.createElement("rect", { width: "24", height: "7.5", stroke: "none" }), /* @__PURE__ */ import_react.default.createElement("rect", { x: "0.9", y: "0.9", width: "22.2", height: "5.7", fill: "none" }))), /* @__PURE__ */ import_react.default.createElement("g", { transform: "translate(15.938 17.774)" }, /* @__PURE__ */ import_react.default.createElement(
247
193
  "line",
248
194
  {
249
195
  y2: "10",
@@ -252,7 +198,7 @@ var ArchivedIcon = ({ color = "#3a3a3a", ...props }) => {
252
198
  stroke: color,
253
199
  strokeWidth: "1.8"
254
200
  }
255
- ), /* @__PURE__ */ import_react4.default.createElement(
201
+ ), /* @__PURE__ */ import_react.default.createElement(
256
202
  "path",
257
203
  {
258
204
  d: "M1268.938-687.062l4.5,3.75,4.188-3.75",
@@ -267,9 +213,9 @@ var ArchivedIcon = ({ color = "#3a3a3a", ...props }) => {
267
213
  var archivedIcon_default = ArchivedIcon;
268
214
 
269
215
  // lib/icons/copyIcon.tsx
270
- var import_react5 = __toESM(require("react"), 1);
216
+ var import_react2 = __toESM(require("react"), 1);
271
217
  var CopyIcon = ({ color = "#3a3a3a", ...props }) => {
272
- return /* @__PURE__ */ import_react5.default.createElement(
218
+ return /* @__PURE__ */ import_react2.default.createElement(
273
219
  "svg",
274
220
  {
275
221
  xmlns: "http://www.w3.org/2000/svg",
@@ -278,7 +224,7 @@ var CopyIcon = ({ color = "#3a3a3a", ...props }) => {
278
224
  viewBox: "0 0 24 24",
279
225
  ...props
280
226
  },
281
- /* @__PURE__ */ import_react5.default.createElement("g", { transform: "translate(0 -7)" }, /* @__PURE__ */ import_react5.default.createElement(
227
+ /* @__PURE__ */ import_react2.default.createElement("g", { transform: "translate(0 -7)" }, /* @__PURE__ */ import_react2.default.createElement(
282
228
  "g",
283
229
  {
284
230
  transform: "translate(18 31) rotate(180)",
@@ -287,9 +233,9 @@ var CopyIcon = ({ color = "#3a3a3a", ...props }) => {
287
233
  strokeWidth: "1.8",
288
234
  strokeDasharray: "40 28"
289
235
  },
290
- /* @__PURE__ */ import_react5.default.createElement("rect", { width: "18", height: "18", stroke: "none" }),
291
- /* @__PURE__ */ import_react5.default.createElement("rect", { x: "0.9", y: "0.9", width: "16.2", height: "16.2", fill: "none" })
292
- ), /* @__PURE__ */ import_react5.default.createElement(
236
+ /* @__PURE__ */ import_react2.default.createElement("rect", { width: "18", height: "18", stroke: "none" }),
237
+ /* @__PURE__ */ import_react2.default.createElement("rect", { x: "0.9", y: "0.9", width: "16.2", height: "16.2", fill: "none" })
238
+ ), /* @__PURE__ */ import_react2.default.createElement(
293
239
  "g",
294
240
  {
295
241
  transform: "translate(6 7)",
@@ -297,17 +243,17 @@ var CopyIcon = ({ color = "#3a3a3a", ...props }) => {
297
243
  stroke: color,
298
244
  strokeWidth: "1.8"
299
245
  },
300
- /* @__PURE__ */ import_react5.default.createElement("rect", { width: "18", height: "18", stroke: "none" }),
301
- /* @__PURE__ */ import_react5.default.createElement("rect", { x: "0.9", y: "0.9", width: "16.2", height: "16.2", fill: "none" })
246
+ /* @__PURE__ */ import_react2.default.createElement("rect", { width: "18", height: "18", stroke: "none" }),
247
+ /* @__PURE__ */ import_react2.default.createElement("rect", { x: "0.9", y: "0.9", width: "16.2", height: "16.2", fill: "none" })
302
248
  ))
303
249
  );
304
250
  };
305
251
  var copyIcon_default = CopyIcon;
306
252
 
307
253
  // lib/icons/editIcon.tsx
308
- var import_react6 = __toESM(require("react"), 1);
254
+ var import_react3 = __toESM(require("react"), 1);
309
255
  var EditIcon = ({ color = "#3a3a3a", ...props }) => {
310
- return /* @__PURE__ */ import_react6.default.createElement(
256
+ return /* @__PURE__ */ import_react3.default.createElement(
311
257
  "svg",
312
258
  {
313
259
  xmlns: "http://www.w3.org/2000/svg",
@@ -317,7 +263,7 @@ var EditIcon = ({ color = "#3a3a3a", ...props }) => {
317
263
  id: "icn-edit",
318
264
  ...props
319
265
  },
320
- /* @__PURE__ */ import_react6.default.createElement("g", { transform: "translate(8.413 7.383)" }, /* @__PURE__ */ import_react6.default.createElement(
266
+ /* @__PURE__ */ import_react3.default.createElement("g", { transform: "translate(8.413 7.383)" }, /* @__PURE__ */ import_react3.default.createElement(
321
267
  "path",
322
268
  {
323
269
  d: "M13,6H5.222A2.222,2.222,0,0,0,3,8.222V23.778A2.222,2.222,0,0,0,5.222,26H20.778A2.222,2.222,0,0,0,23,23.778V16",
@@ -327,7 +273,7 @@ var EditIcon = ({ color = "#3a3a3a", ...props }) => {
327
273
  strokeLinejoin: "round",
328
274
  strokeWidth: 1.8
329
275
  }
330
- ), /* @__PURE__ */ import_react6.default.createElement(
276
+ ), /* @__PURE__ */ import_react3.default.createElement(
331
277
  "path",
332
278
  {
333
279
  d: "M23.9,3.522a2.4,2.4,0,0,1,3.4,3.4L16.532,17.685,12,18.818l1.133-4.532Z",
@@ -344,68 +290,16 @@ var EditIcon = ({ color = "#3a3a3a", ...props }) => {
344
290
  var editIcon_default = EditIcon;
345
291
 
346
292
  // lib/icons/helpOutlinedIcon.tsx
347
- var import_react7 = __toESM(require("react"), 1);
293
+ var import_react4 = __toESM(require("react"), 1);
348
294
  var HelpOutlinedIcon = ({ color = "#5f6368", ...props }) => {
349
- return /* @__PURE__ */ import_react7.default.createElement(
350
- "svg",
351
- {
352
- xmlns: "http://www.w3.org/2000/svg",
353
- width: "40",
354
- height: "40",
355
- viewBox: "0 0 40 40",
356
- ...props
357
- },
358
- /* @__PURE__ */ import_react7.default.createElement(
359
- "g",
360
- {
361
- id: "Group_11727",
362
- "data-name": "Group 11727",
363
- transform: "translate(-1600 -24)"
364
- },
365
- /* @__PURE__ */ import_react7.default.createElement(
366
- "circle",
367
- {
368
- id: "Ellipse_32",
369
- "data-name": "Ellipse 32",
370
- cx: "20",
371
- cy: "20",
372
- r: "20",
373
- transform: "translate(1600 24)",
374
- fill: "none"
375
- }
376
- ),
377
- /* @__PURE__ */ import_react7.default.createElement(
378
- "g",
379
- {
380
- id: "Ellipse_33",
381
- "data-name": "Ellipse 33",
382
- transform: "translate(1604 28.3)",
383
- fill: "none",
384
- stroke: color,
385
- "stroke-width": "2"
386
- },
387
- /* @__PURE__ */ import_react7.default.createElement("circle", { cx: "16", cy: "16", r: "16", stroke: "none" }),
388
- /* @__PURE__ */ import_react7.default.createElement("circle", { cx: "16", cy: "16", r: "15", fill: "none" })
389
- ),
390
- /* @__PURE__ */ import_react7.default.createElement(
391
- "path",
392
- {
393
- id: "Icon_open-question-mark",
394
- "data-name": "Icon open-question-mark",
395
- d: "M5.372,0A5.621,5.621,0,0,0,1.283,1.436,4.746,4.746,0,0,0,0,4.22L2.175,4.5A2.636,2.636,0,0,1,2.849,3a3.23,3.23,0,0,1,2.523-.827,3.838,3.838,0,0,1,2.654.74A1.818,1.818,0,0,1,8.635,4.35c0,1.805-.74,2.306-1.827,3.263a6.2,6.2,0,0,0-2.523,4.894v.544H6.46v-.544c0-1.805.674-2.306,1.762-3.263A6.237,6.237,0,0,0,10.81,4.35,4.178,4.178,0,0,0,9.527,1.283,6.012,6.012,0,0,0,5.372,0ZM4.285,15.225V17.4H6.46V15.225Z",
396
- transform: "translate(1614.595 35.6)",
397
- fill: color
398
- }
399
- )
400
- )
401
- );
295
+ return /* @__PURE__ */ import_react4.default.createElement("svg", { width: "32", height: "33", viewBox: "0 0 32 33", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ import_react4.default.createElement("path", { d: "M16 31.3C24.2843 31.3 31 24.5843 31 16.3C31 8.01573 24.2843 1.3 16 1.3C7.71573 1.3 1 8.01573 1 16.3C1 24.5843 7.71573 31.3 16 31.3Z", stroke: color, "stroke-width": "2" }), /* @__PURE__ */ import_react4.default.createElement("path", { d: "M15.967 7.6C15.2243 7.55686 14.4804 7.66158 13.7785 7.90808C13.0766 8.15458 12.4306 8.53796 11.878 9.036C11.1541 9.79654 10.7029 10.7756 10.595 11.82L12.77 12.1C12.8289 11.5409 13.0651 11.0153 13.444 10.6C13.7819 10.2913 14.1816 10.0579 14.6166 9.91528C15.0515 9.7727 15.5118 9.72421 15.967 9.773C16.9127 9.68268 17.8584 9.94635 18.621 10.513C18.8228 10.6923 18.9822 10.9143 19.0875 11.1628C19.1929 11.4114 19.2415 11.6803 19.23 11.95C19.23 13.755 18.49 14.256 17.403 15.213C16.6339 15.7793 16.006 16.5156 15.5684 17.3646C15.1308 18.2135 14.8951 19.152 14.88 20.107V20.651H17.055V20.107C17.055 18.302 17.729 17.801 18.817 16.844C19.596 16.2825 20.2348 15.5488 20.6837 14.6999C21.1326 13.851 21.3795 12.9099 21.405 11.95C21.4124 11.3782 21.3024 10.8109 21.0817 10.2834C20.861 9.75584 20.5343 9.2792 20.122 8.883C18.9456 7.95187 17.4635 7.49424 15.967 7.6ZM14.88 22.825V25H17.055V22.825H14.88Z", fill: color }));
402
296
  };
403
297
  var helpOutlinedIcon_default = HelpOutlinedIcon;
404
298
 
405
299
  // lib/icons/hierarchyIcon.tsx
406
- var import_react8 = __toESM(require("react"), 1);
300
+ var import_react5 = __toESM(require("react"), 1);
407
301
  var HierarchyIcon = ({ color = "#707070", ...props }) => {
408
- return /* @__PURE__ */ import_react8.default.createElement(
302
+ return /* @__PURE__ */ import_react5.default.createElement(
409
303
  "svg",
410
304
  {
411
305
  xmlns: "http://www.w3.org/2000/svg",
@@ -414,35 +308,35 @@ var HierarchyIcon = ({ color = "#707070", ...props }) => {
414
308
  viewBox: "0 0 16 15.818",
415
309
  ...props
416
310
  },
417
- /* @__PURE__ */ import_react8.default.createElement("g", { transform: "translate(2398 -258)" }, /* @__PURE__ */ import_react8.default.createElement(
311
+ /* @__PURE__ */ import_react5.default.createElement("g", { transform: "translate(2398 -258)" }, /* @__PURE__ */ import_react5.default.createElement(
418
312
  "path",
419
313
  {
420
314
  d: "M39,70a2,2,0,1,0,2,2A2,2,0,0,0,39,70Zm0,3.385A1.385,1.385,0,1,1,40.385,72,1.385,1.385,0,0,1,39,73.385Z",
421
315
  transform: "translate(-2429 199.818)",
422
316
  fill: color
423
317
  }
424
- ), /* @__PURE__ */ import_react8.default.createElement(
318
+ ), /* @__PURE__ */ import_react5.default.createElement(
425
319
  "path",
426
320
  {
427
321
  d: "M72,70a2,2,0,1,0,2,2A2,2,0,0,0,72,70Zm0,3.385A1.385,1.385,0,1,1,73.385,72,1.385,1.385,0,0,1,72,73.385Z",
428
322
  transform: "translate(-2456 199.818)",
429
323
  fill: color
430
324
  }
431
- ), /* @__PURE__ */ import_react8.default.createElement(
325
+ ), /* @__PURE__ */ import_react5.default.createElement(
432
326
  "path",
433
327
  {
434
328
  d: "M6,74a2,2,0,1,0-2-2,2,2,0,0,0,2,2Zm0-3.385A1.385,1.385,0,1,1,4.615,72,1.385,1.385,0,0,1,6,70.615Z",
435
329
  transform: "translate(-2402 199.818)",
436
330
  fill: color
437
331
  }
438
- ), /* @__PURE__ */ import_react8.default.createElement(
332
+ ), /* @__PURE__ */ import_react5.default.createElement(
439
333
  "path",
440
334
  {
441
335
  d: "M25.364,34.727H21.727V32.364a.364.364,0,1,0-.727,0v2.364H17.364A2.364,2.364,0,0,0,15,37.091V38a.364.364,0,0,0,.727,0v-.909a1.636,1.636,0,0,1,1.636-1.636H21V38a.364.364,0,0,0,.727,0V35.455h3.636A1.636,1.636,0,0,1,27,37.091V38a.364.364,0,1,0,.727,0v-.909A2.364,2.364,0,0,0,25.364,34.727Z",
442
336
  transform: "translate(-2411.364 230.727)",
443
337
  fill: color
444
338
  }
445
- ), /* @__PURE__ */ import_react8.default.createElement(
339
+ ), /* @__PURE__ */ import_react5.default.createElement(
446
340
  "path",
447
341
  {
448
342
  d: "M41,6a2,2,0,1,0-2,2,2,2,0,0,0,2-2ZM37.615,6A1.385,1.385,0,1,1,39,7.385,1.385,1.385,0,0,1,37.615,6Z",
@@ -455,162 +349,17 @@ var HierarchyIcon = ({ color = "#707070", ...props }) => {
455
349
  var hierarchyIcon_default = HierarchyIcon;
456
350
 
457
351
  // lib/icons/nineDotMenuIcon.tsx
458
- var import_react9 = __toESM(require("react"), 1);
352
+ var import_react6 = __toESM(require("react"), 1);
459
353
  var NineDotMenuIcon = ({ color = "#707070", ...props }) => {
460
- return /* @__PURE__ */ import_react9.default.createElement(
461
- "svg",
462
- {
463
- xmlns: "http://www.w3.org/2000/svg",
464
- width: "40",
465
- height: "40",
466
- viewBox: "0 0 40 40",
467
- ...props
468
- },
469
- /* @__PURE__ */ import_react9.default.createElement(
470
- "g",
471
- {
472
- id: "Group_24483",
473
- "data-name": "Group 24483",
474
- transform: "translate(-1600 -24)"
475
- },
476
- /* @__PURE__ */ import_react9.default.createElement(
477
- "circle",
478
- {
479
- id: "Ellipse_32",
480
- "data-name": "Ellipse 32",
481
- cx: "20",
482
- cy: "20",
483
- r: "20",
484
- transform: "translate(1600 24)",
485
- fill: "none"
486
- }
487
- ),
488
- /* @__PURE__ */ import_react9.default.createElement(
489
- "g",
490
- {
491
- id: "Group_24484",
492
- "data-name": "Group 24484",
493
- transform: "translate(2581 -2711)"
494
- },
495
- /* @__PURE__ */ import_react9.default.createElement(
496
- "rect",
497
- {
498
- id: "Rectangle_17638",
499
- "data-name": "Rectangle 17638",
500
- width: "7",
501
- height: "7",
502
- rx: "1",
503
- transform: "translate(-973 2743)",
504
- fill: color
505
- }
506
- ),
507
- /* @__PURE__ */ import_react9.default.createElement(
508
- "rect",
509
- {
510
- id: "Rectangle_17639",
511
- "data-name": "Rectangle 17639",
512
- width: "7",
513
- height: "7",
514
- rx: "1",
515
- transform: "translate(-964 2743)",
516
- fill: color
517
- }
518
- ),
519
- /* @__PURE__ */ import_react9.default.createElement(
520
- "rect",
521
- {
522
- id: "Rectangle_17640",
523
- "data-name": "Rectangle 17640",
524
- width: "7",
525
- height: "7",
526
- rx: "1",
527
- transform: "translate(-955 2743)",
528
- fill: color
529
- }
530
- ),
531
- /* @__PURE__ */ import_react9.default.createElement(
532
- "rect",
533
- {
534
- id: "Rectangle_17641",
535
- "data-name": "Rectangle 17641",
536
- width: "7",
537
- height: "7",
538
- rx: "1",
539
- transform: "translate(-973 2752)",
540
- fill: color
541
- }
542
- ),
543
- /* @__PURE__ */ import_react9.default.createElement(
544
- "rect",
545
- {
546
- id: "Rectangle_17642",
547
- "data-name": "Rectangle 17642",
548
- width: "7",
549
- height: "7",
550
- rx: "1",
551
- transform: "translate(-964 2752)",
552
- fill: color
553
- }
554
- ),
555
- /* @__PURE__ */ import_react9.default.createElement(
556
- "rect",
557
- {
558
- id: "Rectangle_17643",
559
- "data-name": "Rectangle 17643",
560
- width: "7",
561
- height: "7",
562
- rx: "1",
563
- transform: "translate(-955 2752)",
564
- fill: color
565
- }
566
- ),
567
- /* @__PURE__ */ import_react9.default.createElement(
568
- "rect",
569
- {
570
- id: "Rectangle_17644",
571
- "data-name": "Rectangle 17644",
572
- width: "7",
573
- height: "7",
574
- rx: "1",
575
- transform: "translate(-973 2761)",
576
- fill: color
577
- }
578
- ),
579
- /* @__PURE__ */ import_react9.default.createElement(
580
- "rect",
581
- {
582
- id: "Rectangle_17645",
583
- "data-name": "Rectangle 17645",
584
- width: "7",
585
- height: "7",
586
- rx: "1",
587
- transform: "translate(-964 2761)",
588
- fill: color
589
- }
590
- ),
591
- /* @__PURE__ */ import_react9.default.createElement(
592
- "rect",
593
- {
594
- id: "Rectangle_17646",
595
- "data-name": "Rectangle 17646",
596
- width: "7",
597
- height: "7",
598
- rx: "1",
599
- transform: "translate(-955 2761)",
600
- fill: color
601
- }
602
- )
603
- )
604
- )
605
- );
354
+ return /* @__PURE__ */ import_react6.default.createElement("svg", { width: "25", height: "25", viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ import_react6.default.createElement("path", { d: "M6 0H1C0.447715 0 0 0.447715 0 1V6C0 6.55228 0.447715 7 1 7H6C6.55228 7 7 6.55228 7 6V1C7 0.447715 6.55228 0 6 0Z", fill: color }), /* @__PURE__ */ import_react6.default.createElement("path", { d: "M15 0H10C9.44772 0 9 0.447715 9 1V6C9 6.55228 9.44772 7 10 7H15C15.5523 7 16 6.55228 16 6V1C16 0.447715 15.5523 0 15 0Z", fill: color }), /* @__PURE__ */ import_react6.default.createElement("path", { d: "M24 0H19C18.4477 0 18 0.447715 18 1V6C18 6.55228 18.4477 7 19 7H24C24.5523 7 25 6.55228 25 6V1C25 0.447715 24.5523 0 24 0Z", fill: color }), /* @__PURE__ */ import_react6.default.createElement("path", { d: "M6 9H1C0.447715 9 0 9.44772 0 10V15C0 15.5523 0.447715 16 1 16H6C6.55228 16 7 15.5523 7 15V10C7 9.44772 6.55228 9 6 9Z", fill: color }), /* @__PURE__ */ import_react6.default.createElement("path", { d: "M15 9H10C9.44772 9 9 9.44772 9 10V15C9 15.5523 9.44772 16 10 16H15C15.5523 16 16 15.5523 16 15V10C16 9.44772 15.5523 9 15 9Z", fill: color }), /* @__PURE__ */ import_react6.default.createElement("path", { d: "M24 9H19C18.4477 9 18 9.44772 18 10V15C18 15.5523 18.4477 16 19 16H24C24.5523 16 25 15.5523 25 15V10C25 9.44772 24.5523 9 24 9Z", fill: color }), /* @__PURE__ */ import_react6.default.createElement("path", { d: "M6 18H1C0.447715 18 0 18.4477 0 19V24C0 24.5523 0.447715 25 1 25H6C6.55228 25 7 24.5523 7 24V19C7 18.4477 6.55228 18 6 18Z", fill: color }), /* @__PURE__ */ import_react6.default.createElement("path", { d: "M15 18H10C9.44772 18 9 18.4477 9 19V24C9 24.5523 9.44772 25 10 25H15C15.5523 25 16 24.5523 16 24V19C16 18.4477 15.5523 18 15 18Z", fill: color }), /* @__PURE__ */ import_react6.default.createElement("path", { d: "M24 18H19C18.4477 18 18 18.4477 18 19V24C18 24.5523 18.4477 25 19 25H24C24.5523 25 25 24.5523 25 24V19C25 18.4477 24.5523 18 24 18Z", fill: color }));
606
355
  };
607
356
  var nineDotMenuIcon_default = NineDotMenuIcon;
608
357
 
609
358
  // lib/icons/rufousLauncherBird.tsx
610
- var import_react10 = __toESM(require("react"), 1);
359
+ var import_react7 = __toESM(require("react"), 1);
611
360
  var RufousLauncherIcon = ({ ...props }) => {
612
361
  const pathD = "M3.121,172.384a16.812,16.812,0,0,1-2.235-.2l-.14-.02A1.157,1.157,0,0,1,0,171.356a1.239,1.239,0,0,1,.62-.884c.985-.56,2-1.113,2.98-1.648l.211-.115c1.586-.862,3.56-1.935,5.371-3.043,3.481-2.129,6.953-4.411,10.311-6.618,2.039-1.338,4.078-2.676,6.124-3.994,1.9-1.236,4.071-2.713,6.17-4.14.9-.638,1.8-1.275,2.7-1.916l.717-.513c.5-.36.976-.749,1.46-1.13.228-.179.456-.358.687-.534.13-.1.268-.2.437-.322.155-.113.388-.282.619-.449l.069-.05c.5-.363,1.032-.743,1.533-1.165a12.866,12.866,0,0,0,1.192-1.092,21.025,21.025,0,0,0,1.5-1.736c.03-.04.059-.08.087-.12.51-.692,1.013-1.4,1.526-2.13.3-.43.61-.87.934-1.32.433-.6.874-1.19,1.306-1.76.186-.24.372-.477.558-.714.1-.124.205-.248.308-.371.078-.093.155-.187.232-.28.047-.055.094-.11.141-.165l.122-.141c.04-.045.079-.089.118-.134a.2.2,0,0,1,.026-.026.749.749,0,0,1,.112-.09.545.545,0,0,1,.2-.069.693.693,0,0,1,.125-.009.916.916,0,0,1,.419.155.721.721,0,0,1,.251.317c.027.074.05.138.072.2.028.086.055.167.081.249a13.149,13.149,0,0,1,.455,2.427,17.837,17.837,0,0,1-.488,5.98c-.18.62-.4,1.23-.613,1.825-.239.674-.478,1.349-.7,2.03-.179.544-.345,1.1-.506,1.639-.124.425-.247.85-.372,1.272a71.186,71.186,0,0,1-2.6,7.687,47.323,47.323,0,0,1-4.163,8.088c-.8,1.292-1.739,2.52-2.649,3.712-.548.728-1.1,1.457-1.632,2.2a34.682,34.682,0,0,0-2.564,4.333c-.107.219-.214.438-.321.656-.106.215-.212.43-.317.645a.937.937,0,0,1-.6.476.988.988,0,0,1-.259.027Z";
613
- return /* @__PURE__ */ import_react10.default.createElement(
362
+ return /* @__PURE__ */ import_react7.default.createElement(
614
363
  "svg",
615
364
  {
616
365
  xmlns: "http://www.w3.org/2000/svg",
@@ -620,7 +369,7 @@ var RufousLauncherIcon = ({ ...props }) => {
620
369
  viewBox: "0 0 242.545 172.384",
621
370
  ...props
622
371
  },
623
- /* @__PURE__ */ import_react10.default.createElement("defs", null, /* @__PURE__ */ import_react10.default.createElement("clipPath", { id: "clip-path" }, /* @__PURE__ */ import_react10.default.createElement(
372
+ /* @__PURE__ */ import_react7.default.createElement("defs", null, /* @__PURE__ */ import_react7.default.createElement("clipPath", { id: "clip-path" }, /* @__PURE__ */ import_react7.default.createElement(
624
373
  "path",
625
374
  {
626
375
  id: "Subtraction_105",
@@ -632,14 +381,14 @@ var RufousLauncherIcon = ({ ...props }) => {
632
381
  strokeWidth: "1"
633
382
  }
634
383
  ))),
635
- /* @__PURE__ */ import_react10.default.createElement(
384
+ /* @__PURE__ */ import_react7.default.createElement(
636
385
  "g",
637
386
  {
638
387
  id: "Group_24493",
639
388
  "data-name": "Group 24493",
640
389
  transform: "translate(-123.275 -24)"
641
390
  },
642
- /* @__PURE__ */ import_react10.default.createElement(
391
+ /* @__PURE__ */ import_react7.default.createElement(
643
392
  "g",
644
393
  {
645
394
  id: "Mask_Group_34",
@@ -647,14 +396,14 @@ var RufousLauncherIcon = ({ ...props }) => {
647
396
  transform: "translate(123.275 24)",
648
397
  "clip-path": "url(#clip-path)"
649
398
  },
650
- /* @__PURE__ */ import_react10.default.createElement(
399
+ /* @__PURE__ */ import_react7.default.createElement(
651
400
  "g",
652
401
  {
653
402
  id: "Group_11823",
654
403
  "data-name": "Group 11823",
655
404
  transform: "translate(0 -0.909)"
656
405
  },
657
- /* @__PURE__ */ import_react10.default.createElement(
406
+ /* @__PURE__ */ import_react7.default.createElement(
658
407
  "rect",
659
408
  {
660
409
  id: "Rectangle_17302",
@@ -665,7 +414,7 @@ var RufousLauncherIcon = ({ ...props }) => {
665
414
  fill: "#bb5341"
666
415
  }
667
416
  ),
668
- /* @__PURE__ */ import_react10.default.createElement(
417
+ /* @__PURE__ */ import_react7.default.createElement(
669
418
  "rect",
670
419
  {
671
420
  id: "Rectangle_17303",
@@ -676,7 +425,7 @@ var RufousLauncherIcon = ({ ...props }) => {
676
425
  fill: "#791103"
677
426
  }
678
427
  ),
679
- /* @__PURE__ */ import_react10.default.createElement(
428
+ /* @__PURE__ */ import_react7.default.createElement(
680
429
  "rect",
681
430
  {
682
431
  id: "Rectangle_17304",
@@ -687,7 +436,7 @@ var RufousLauncherIcon = ({ ...props }) => {
687
436
  fill: "#b03a28"
688
437
  }
689
438
  ),
690
- /* @__PURE__ */ import_react10.default.createElement(
439
+ /* @__PURE__ */ import_react7.default.createElement(
691
440
  "rect",
692
441
  {
693
442
  id: "Rectangle_17305",
@@ -698,7 +447,7 @@ var RufousLauncherIcon = ({ ...props }) => {
698
447
  fill: "#8e1604"
699
448
  }
700
449
  ),
701
- /* @__PURE__ */ import_react10.default.createElement(
450
+ /* @__PURE__ */ import_react7.default.createElement(
702
451
  "rect",
703
452
  {
704
453
  id: "Rectangle_17306",
@@ -709,7 +458,7 @@ var RufousLauncherIcon = ({ ...props }) => {
709
458
  fill: "#d07f6f"
710
459
  }
711
460
  ),
712
- /* @__PURE__ */ import_react10.default.createElement(
461
+ /* @__PURE__ */ import_react7.default.createElement(
713
462
  "rect",
714
463
  {
715
464
  id: "Rectangle_17307",
@@ -720,7 +469,7 @@ var RufousLauncherIcon = ({ ...props }) => {
720
469
  fill: "#500801"
721
470
  }
722
471
  ),
723
- /* @__PURE__ */ import_react10.default.createElement(
472
+ /* @__PURE__ */ import_react7.default.createElement(
724
473
  "rect",
725
474
  {
726
475
  id: "Rectangle_17308",
@@ -731,7 +480,7 @@ var RufousLauncherIcon = ({ ...props }) => {
731
480
  fill: "#a41b06"
732
481
  }
733
482
  ),
734
- /* @__PURE__ */ import_react10.default.createElement(
483
+ /* @__PURE__ */ import_react7.default.createElement(
735
484
  "rect",
736
485
  {
737
486
  id: "Rectangle_17309",
@@ -742,7 +491,7 @@ var RufousLauncherIcon = ({ ...props }) => {
742
491
  fill: "#c66958"
743
492
  }
744
493
  ),
745
- /* @__PURE__ */ import_react10.default.createElement(
494
+ /* @__PURE__ */ import_react7.default.createElement(
746
495
  "rect",
747
496
  {
748
497
  id: "Rectangle_17310",
@@ -761,9 +510,9 @@ var RufousLauncherIcon = ({ ...props }) => {
761
510
  var rufousLauncherBird_default = RufousLauncherIcon;
762
511
 
763
512
  // lib/icons/unArchivedIcon.tsx
764
- var import_react11 = __toESM(require("react"), 1);
513
+ var import_react8 = __toESM(require("react"), 1);
765
514
  var UnArchivedIcon = ({ color = "#3a3a3a", ...props }) => {
766
- return /* @__PURE__ */ import_react11.default.createElement(
515
+ return /* @__PURE__ */ import_react8.default.createElement(
767
516
  "svg",
768
517
  {
769
518
  xmlns: "http://www.w3.org/2000/svg",
@@ -772,7 +521,7 @@ var UnArchivedIcon = ({ color = "#3a3a3a", ...props }) => {
772
521
  viewBox: "0 0 24 23.8",
773
522
  ...props
774
523
  },
775
- /* @__PURE__ */ import_react11.default.createElement("g", { transform: "translate(-8 -8.4)" }, /* @__PURE__ */ import_react11.default.createElement("g", { transform: "translate(8 8.4)" }, /* @__PURE__ */ import_react11.default.createElement(
524
+ /* @__PURE__ */ import_react8.default.createElement("g", { transform: "translate(-8 -8.4)" }, /* @__PURE__ */ import_react8.default.createElement("g", { transform: "translate(8 8.4)" }, /* @__PURE__ */ import_react8.default.createElement(
776
525
  "g",
777
526
  {
778
527
  transform: "translate(2.5 5.8)",
@@ -780,9 +529,9 @@ var UnArchivedIcon = ({ color = "#3a3a3a", ...props }) => {
780
529
  stroke: color,
781
530
  strokeWidth: "1.8"
782
531
  },
783
- /* @__PURE__ */ import_react11.default.createElement("rect", { width: "19", height: "18", stroke: "none" }),
784
- /* @__PURE__ */ import_react11.default.createElement("rect", { x: "0.9", y: "0.9", width: "17.2", height: "16.2", fill: "none" })
785
- ), /* @__PURE__ */ import_react11.default.createElement("g", { fill: "none", stroke: color, strokeWidth: "1.8" }, /* @__PURE__ */ import_react11.default.createElement("rect", { width: "24", height: "7.5", stroke: "none" }), /* @__PURE__ */ import_react11.default.createElement("rect", { x: "0.9", y: "0.9", width: "22.2", height: "5.7", fill: "none" }))), /* @__PURE__ */ import_react11.default.createElement("g", { transform: "translate(15.938 18.774)" }, /* @__PURE__ */ import_react11.default.createElement(
532
+ /* @__PURE__ */ import_react8.default.createElement("rect", { width: "19", height: "18", stroke: "none" }),
533
+ /* @__PURE__ */ import_react8.default.createElement("rect", { x: "0.9", y: "0.9", width: "17.2", height: "16.2", fill: "none" })
534
+ ), /* @__PURE__ */ import_react8.default.createElement("g", { fill: "none", stroke: color, strokeWidth: "1.8" }, /* @__PURE__ */ import_react8.default.createElement("rect", { width: "24", height: "7.5", stroke: "none" }), /* @__PURE__ */ import_react8.default.createElement("rect", { x: "0.9", y: "0.9", width: "22.2", height: "5.7", fill: "none" }))), /* @__PURE__ */ import_react8.default.createElement("g", { transform: "translate(15.938 18.774)" }, /* @__PURE__ */ import_react8.default.createElement(
786
535
  "line",
787
536
  {
788
537
  y1: "10",
@@ -791,7 +540,7 @@ var UnArchivedIcon = ({ color = "#3a3a3a", ...props }) => {
791
540
  stroke: color,
792
541
  strokeWidth: "1.8"
793
542
  }
794
- ), /* @__PURE__ */ import_react11.default.createElement(
543
+ ), /* @__PURE__ */ import_react8.default.createElement(
795
544
  "path",
796
545
  {
797
546
  d: "M1268.938-683.312l4.5-3.75,4.188,3.75",
@@ -806,9 +555,9 @@ var UnArchivedIcon = ({ color = "#3a3a3a", ...props }) => {
806
555
  var unArchivedIcon_default = UnArchivedIcon;
807
556
 
808
557
  // lib/icons/workItemIcon.tsx
809
- var import_react12 = __toESM(require("react"), 1);
558
+ var import_react9 = __toESM(require("react"), 1);
810
559
  var WorkItemIcon = ({ ...props }) => {
811
- return /* @__PURE__ */ import_react12.default.createElement(
560
+ return /* @__PURE__ */ import_react9.default.createElement(
812
561
  "svg",
813
562
  {
814
563
  xmlns: "http://www.w3.org/2000/svg",
@@ -817,7 +566,7 @@ var WorkItemIcon = ({ ...props }) => {
817
566
  viewBox: "0 0 20.047 19.244",
818
567
  ...props
819
568
  },
820
- /* @__PURE__ */ import_react12.default.createElement(
569
+ /* @__PURE__ */ import_react9.default.createElement(
821
570
  "path",
822
571
  {
823
572
  id: "Subtraction_119",
@@ -832,15 +581,15 @@ var WorkItemIcon = ({ ...props }) => {
832
581
  var workItemIcon_default = WorkItemIcon;
833
582
 
834
583
  // lib/icons/downloadIcon.tsx
835
- var import_react13 = __toESM(require("react"), 1);
584
+ var import_react10 = __toESM(require("react"), 1);
836
585
  var DownloadIcon = ({ color = "#3a3a3a", ...props }) => {
837
- return /* @__PURE__ */ import_react13.default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "46", height: "46", viewBox: "0 0 46 46", ...props }, /* @__PURE__ */ import_react13.default.createElement("g", { id: "Group_11729", "data-name": "Group 11729", transform: "translate(-1841 -174)" }, /* @__PURE__ */ import_react13.default.createElement("path", { id: "Path_46535", "data-name": "Path 46535", d: "M0,0H46V46H0Z", transform: "translate(1841 174)", fill: "#fff" }), /* @__PURE__ */ import_react13.default.createElement("g", { id: "Icon_feather-download", "data-name": "Icon feather-download", transform: "translate(1846.5 179.5)" }, /* @__PURE__ */ import_react13.default.createElement("path", { id: "Path_46535-2", "data-name": "Path 46535", d: "M31.5,22.5v6a3,3,0,0,1-3,3H7.5a3,3,0,0,1-3-3v-6", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "3" }), /* @__PURE__ */ import_react13.default.createElement("path", { id: "Path_46536", "data-name": "Path 46536", d: "M10.5,15,18,22.5,25.5,15", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "3" }), /* @__PURE__ */ import_react13.default.createElement("path", { id: "Path_46537", "data-name": "Path 46537", d: "M18,22.5V4.5", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "3" }))));
586
+ return /* @__PURE__ */ import_react10.default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "46", height: "46", viewBox: "0 0 46 46", ...props }, /* @__PURE__ */ import_react10.default.createElement("g", { id: "Group_11729", "data-name": "Group 11729", transform: "translate(-1841 -174)" }, /* @__PURE__ */ import_react10.default.createElement("path", { id: "Path_46535", "data-name": "Path 46535", d: "M0,0H46V46H0Z", transform: "translate(1841 174)", fill: "#fff" }), /* @__PURE__ */ import_react10.default.createElement("g", { id: "Icon_feather-download", "data-name": "Icon feather-download", transform: "translate(1846.5 179.5)" }, /* @__PURE__ */ import_react10.default.createElement("path", { id: "Path_46535-2", "data-name": "Path 46535", d: "M31.5,22.5v6a3,3,0,0,1-3,3H7.5a3,3,0,0,1-3-3v-6", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "3" }), /* @__PURE__ */ import_react10.default.createElement("path", { id: "Path_46536", "data-name": "Path 46536", d: "M10.5,15,18,22.5,25.5,15", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "3" }), /* @__PURE__ */ import_react10.default.createElement("path", { id: "Path_46537", "data-name": "Path 46537", d: "M18,22.5V4.5", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "3" }))));
838
587
  };
839
588
  var downloadIcon_default = DownloadIcon;
840
589
 
841
590
  // lib/icons/activateUserIcon.tsx
842
- var React14 = __toESM(require("react"), 1);
843
- var ActivateUserIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React14.createElement(
591
+ var React11 = __toESM(require("react"), 1);
592
+ var ActivateUserIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React11.createElement(
844
593
  "svg",
845
594
  {
846
595
  version: "1.0",
@@ -851,26 +600,26 @@ var ActivateUserIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ Reac
851
600
  preserveAspectRatio: "xMidYMid meet",
852
601
  ...props
853
602
  },
854
- /* @__PURE__ */ React14.createElement(
603
+ /* @__PURE__ */ React11.createElement(
855
604
  "g",
856
605
  {
857
606
  transform: "translate(0.000000,512.000000) scale(0.100000,-0.100000)",
858
607
  fill: color,
859
608
  stroke: "none"
860
609
  },
861
- /* @__PURE__ */ React14.createElement(
610
+ /* @__PURE__ */ React11.createElement(
862
611
  "path",
863
612
  {
864
613
  d: "M1465 4094 c-617 -35 -1156 -428 -1366 -997 -161 -437 -117 -925 119\n-1322 205 -345 559 -608 947 -704 186 -46 188 -46 1395 -46 1207 0 1209 0\n1395 46 484 120 894 487 1066 952 221 599 51 1275 -426 1689 -180 156 -408\n278 -625 334 -189 48 -157 47 -1335 49 -610 1 -1137 0 -1170 -1z m2343 -187\nc566 -104 995 -520 1113 -1080 31 -145 31 -389 0 -534 -57 -271 -177 -496\n-368 -689 -202 -205 -460 -339 -751 -392 -89 -15 -195 -17 -1242 -17 -1047 0\n-1153 2 -1242 17 -570 103 -1000 519 -1119 1081 -31 145 -31 389 0 534 88 416\n346 756 718 946 172 87 327 131 523 147 52 4 585 7 1185 6 976 -2 1100 -4\n1183 -19z"
865
614
  }
866
615
  ),
867
- /* @__PURE__ */ React14.createElement(
616
+ /* @__PURE__ */ React11.createElement(
868
617
  "path",
869
618
  {
870
619
  d: "M1425 3664 c-158 -24 -268 -56 -380 -112 -379 -189 -615 -569 -615\n-992 0 -531 363 -974 890 -1087 100 -21 320 -23 418 -4 417 81 759 399 867\n803 163 614 -221 1239 -845 1374 -67 14 -282 26 -335 18z m335 -194 c257 -62\n496 -254 615 -495 75 -151 90 -223 90 -415 0 -192 -15 -264 -90 -415 -120\n-242 -357 -432 -620 -496 -119 -30 -305 -32 -419 -5 -341 79 -598 321 -703\n663 -24 80 -27 102 -27 253 0 151 3 173 27 253 116 377 404 622 802 681 61 9\n243 -4 325 -24z"
871
620
  }
872
621
  ),
873
- /* @__PURE__ */ React14.createElement(
622
+ /* @__PURE__ */ React11.createElement(
874
623
  "path",
875
624
  {
876
625
  d: "M4145 2974 c-16 -8 -170 -154 -340 -324 l-310 -310 -150 150 c-130\n131 -154 150 -182 150 -17 0 -39 -3 -48 -6 -25 -10 -48 -62 -40 -93 8 -34 349\n-378 393 -397 29 -13 37 -13 65 1 42 20 713 692 726 727 16 41 -4 87 -45 104\n-40 17 -33 17 -69 -2z"
@@ -881,8 +630,8 @@ var ActivateUserIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ Reac
881
630
  var activateUserIcon_default = ActivateUserIcon;
882
631
 
883
632
  // lib/icons/assignGroupIcon.tsx
884
- var React15 = __toESM(require("react"), 1);
885
- var AssignGroupIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React15.createElement(
633
+ var React12 = __toESM(require("react"), 1);
634
+ var AssignGroupIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React12.createElement(
886
635
  "svg",
887
636
  {
888
637
  xmlns: "http://www.w3.org/2000/svg",
@@ -891,7 +640,7 @@ var AssignGroupIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React
891
640
  viewBox: "0 0 25.65 25.8",
892
641
  ...props
893
642
  },
894
- /* @__PURE__ */ React15.createElement("g", { transform: "translate(-1787.341 -376.95)" }, /* @__PURE__ */ React15.createElement("g", { transform: "translate(1788.091 377.85)" }, /* @__PURE__ */ React15.createElement("g", { transform: "translate(3.125)" }, /* @__PURE__ */ React15.createElement(
643
+ /* @__PURE__ */ React12.createElement("g", { transform: "translate(-1787.341 -376.95)" }, /* @__PURE__ */ React12.createElement("g", { transform: "translate(1788.091 377.85)" }, /* @__PURE__ */ React12.createElement("g", { transform: "translate(3.125)" }, /* @__PURE__ */ React12.createElement(
895
644
  "circle",
896
645
  {
897
646
  cx: "4.819",
@@ -903,7 +652,7 @@ var AssignGroupIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React
903
652
  "stroke-miterlimit": "10",
904
653
  "stroke-width": "1.8"
905
654
  }
906
- ), /* @__PURE__ */ React15.createElement(
655
+ ), /* @__PURE__ */ React12.createElement(
907
656
  "path",
908
657
  {
909
658
  d: "M307.2,211.642a8.337,8.337,0,0,1,8.342-8.342,8.514,8.514,0,0,1,5.5,2.07",
@@ -913,7 +662,7 @@ var AssignGroupIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React
913
662
  "stroke-miterlimit": "10",
914
663
  "stroke-width": "1.8"
915
664
  }
916
- )), /* @__PURE__ */ React15.createElement("g", { transform: "translate(17.2 0.829)" }, /* @__PURE__ */ React15.createElement(
665
+ )), /* @__PURE__ */ React12.createElement("g", { transform: "translate(17.2 0.829)" }, /* @__PURE__ */ React12.createElement(
917
666
  "path",
918
667
  {
919
668
  d: "M302.6,169a3.478,3.478,0,1,1,0,6.956",
@@ -923,7 +672,7 @@ var AssignGroupIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React
923
672
  "stroke-miterlimit": "10",
924
673
  "stroke-width": "1.5"
925
674
  }
926
- ), /* @__PURE__ */ React15.createElement(
675
+ ), /* @__PURE__ */ React12.createElement(
927
676
  "path",
928
677
  {
929
678
  d: "M296.175,200.4c2.818,0,5.086,2.84,4.979,5.677",
@@ -933,7 +682,7 @@ var AssignGroupIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React
933
682
  "stroke-miterlimit": "10",
934
683
  "stroke-width": "1.5"
935
684
  }
936
- )), /* @__PURE__ */ React15.createElement("g", { transform: "translate(0 0.829)" }, /* @__PURE__ */ React15.createElement(
685
+ )), /* @__PURE__ */ React12.createElement("g", { transform: "translate(0 0.829)" }, /* @__PURE__ */ React12.createElement(
937
686
  "path",
938
687
  {
939
688
  d: "M306.078,169a3.478,3.478,0,1,0,0,6.956",
@@ -943,7 +692,7 @@ var AssignGroupIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React
943
692
  "stroke-miterlimit": "10",
944
693
  "stroke-width": "1.5"
945
694
  }
946
- ), /* @__PURE__ */ React15.createElement(
695
+ ), /* @__PURE__ */ React12.createElement(
947
696
  "path",
948
697
  {
949
698
  d: "M301.143,200.4c-3.42,0-4.968,4.4-4.968,6.775",
@@ -953,7 +702,7 @@ var AssignGroupIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React
953
702
  "stroke-miterlimit": "10",
954
703
  "stroke-width": "1.5"
955
704
  }
956
- ))), /* @__PURE__ */ React15.createElement("g", { transform: "translate(1799.931 389.69)" }, /* @__PURE__ */ React15.createElement(
705
+ ))), /* @__PURE__ */ React12.createElement("g", { transform: "translate(1799.931 389.69)" }, /* @__PURE__ */ React12.createElement(
957
706
  "ellipse",
958
707
  {
959
708
  cx: "6.08",
@@ -966,7 +715,7 @@ var AssignGroupIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React
966
715
  "stroke-width": "1.8",
967
716
  "stroke-dasharray": "470 154"
968
717
  }
969
- ), /* @__PURE__ */ React15.createElement(
718
+ ), /* @__PURE__ */ React12.createElement(
970
719
  "path",
971
720
  {
972
721
  d: "M4.124-7.067H6.333v1.291H4.124v2.517H2.752V-5.777H.531V-7.067H2.752V-9.422H4.124Z",
@@ -978,83 +727,83 @@ var AssignGroupIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React
978
727
  var assignGroupIcon_default = AssignGroupIcon;
979
728
 
980
729
  // lib/icons/difficultyAllIcon.tsx
981
- var React16 = __toESM(require("react"), 1);
982
- var DifficultyAllIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React16.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", ...props }, /* @__PURE__ */ React16.createElement("g", { id: "Group_25260", "data-name": "Group 25260", transform: "translate(-5649 -11786)" }, /* @__PURE__ */ React16.createElement("g", { id: "Ellipse_383", "data-name": "Ellipse 383", transform: "translate(5650 11787)", fill: "none", stroke: color, "stroke-width": "1.6" }, /* @__PURE__ */ React16.createElement("circle", { cx: "11", cy: "11", r: "11", stroke: "none" }), /* @__PURE__ */ React16.createElement("circle", { cx: "11", cy: "11", r: "10.2", fill: "none" })), /* @__PURE__ */ React16.createElement("g", { id: "Group_25229", "data-name": "Group 25229", transform: "translate(0 37)" }, /* @__PURE__ */ React16.createElement("rect", { id: "Rectangle_19479", "data-name": "Rectangle 19479", width: "24", height: "24", rx: "5", transform: "translate(5649 11749)", fill: "none" })), /* @__PURE__ */ React16.createElement("g", { id: "Group_25261", "data-name": "Group 25261", transform: "translate(5659.935 11790.209)" }, /* @__PURE__ */ React16.createElement("path", { id: "Path_53418", "data-name": "Path 53418", d: "M2.335,6.935,1.167,0,0,6.935H2.335Z", transform: "translate(0.225 1.111)", fill: color }), /* @__PURE__ */ React16.createElement("circle", { id: "Ellipse_366", "data-name": "Ellipse 366", cx: "0.747", cy: "0.747", r: "0.747", transform: "translate(0.645 9.691)", fill: color }), /* @__PURE__ */ React16.createElement("path", { id: "Path_53420", "data-name": "Path 53420", d: "M7.026,6.008A2.736,2.736,0,1,0,9.765,8.744,2.736,2.736,0,0,0,7.026,6.008Zm0,4.385A1.653,1.653,0,1,1,8.678,8.74,1.653,1.653,0,0,1,7.026,10.393Z", transform: "translate(-5.634 1.695)", fill: color }))));
730
+ var React13 = __toESM(require("react"), 1);
731
+ var DifficultyAllIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React13.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", ...props }, /* @__PURE__ */ React13.createElement("g", { id: "Group_25260", "data-name": "Group 25260", transform: "translate(-5649 -11786)" }, /* @__PURE__ */ React13.createElement("g", { id: "Ellipse_383", "data-name": "Ellipse 383", transform: "translate(5650 11787)", fill: "none", stroke: color, "stroke-width": "1.6" }, /* @__PURE__ */ React13.createElement("circle", { cx: "11", cy: "11", r: "11", stroke: "none" }), /* @__PURE__ */ React13.createElement("circle", { cx: "11", cy: "11", r: "10.2", fill: "none" })), /* @__PURE__ */ React13.createElement("g", { id: "Group_25229", "data-name": "Group 25229", transform: "translate(0 37)" }, /* @__PURE__ */ React13.createElement("rect", { id: "Rectangle_19479", "data-name": "Rectangle 19479", width: "24", height: "24", rx: "5", transform: "translate(5649 11749)", fill: "none" })), /* @__PURE__ */ React13.createElement("g", { id: "Group_25261", "data-name": "Group 25261", transform: "translate(5659.935 11790.209)" }, /* @__PURE__ */ React13.createElement("path", { id: "Path_53418", "data-name": "Path 53418", d: "M2.335,6.935,1.167,0,0,6.935H2.335Z", transform: "translate(0.225 1.111)", fill: color }), /* @__PURE__ */ React13.createElement("circle", { id: "Ellipse_366", "data-name": "Ellipse 366", cx: "0.747", cy: "0.747", r: "0.747", transform: "translate(0.645 9.691)", fill: color }), /* @__PURE__ */ React13.createElement("path", { id: "Path_53420", "data-name": "Path 53420", d: "M7.026,6.008A2.736,2.736,0,1,0,9.765,8.744,2.736,2.736,0,0,0,7.026,6.008Zm0,4.385A1.653,1.653,0,1,1,8.678,8.74,1.653,1.653,0,0,1,7.026,10.393Z", transform: "translate(-5.634 1.695)", fill: color }))));
983
732
  var difficultyAllIcon_default = DifficultyAllIcon;
984
733
 
985
734
  // lib/icons/difficultyEasyIcon.tsx
986
- var React17 = __toESM(require("react"), 1);
987
- var DifficultyEasyIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React17.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", ...props }, /* @__PURE__ */ React17.createElement("g", { id: "Group_25188", "data-name": "Group 25188", transform: "translate(-5417 -11873)" }, /* @__PURE__ */ React17.createElement("rect", { id: "Rectangle_19449", "data-name": "Rectangle 19449", width: "24", height: "24", rx: "1", transform: "translate(5417 11873)", fill: "none" }), /* @__PURE__ */ React17.createElement("g", { id: "Group_25185", "data-name": "Group 25185", transform: "translate(59 58)" }, /* @__PURE__ */ React17.createElement("g", { id: "Group_25184", "data-name": "Group 25184", transform: "translate(5368.935 11821.209)" }, /* @__PURE__ */ React17.createElement("path", { id: "Path_53418", "data-name": "Path 53418", d: "M2.335,6.935,1.167,0,0,6.935H2.335Z", transform: "translate(-7.882 11.606) rotate(-90)", fill: color }), /* @__PURE__ */ React17.createElement("circle", { id: "Ellipse_366", "data-name": "Ellipse 366", cx: "0.747", cy: "0.747", r: "0.747", transform: "translate(0.645 9.691)", fill: color }), /* @__PURE__ */ React17.createElement("path", { id: "Path_53420", "data-name": "Path 53420", d: "M7.026,6.008A2.736,2.736,0,1,0,9.765,8.744,2.736,2.736,0,0,0,7.026,6.008Zm0,4.385A1.653,1.653,0,1,1,8.678,8.74,1.653,1.653,0,0,1,7.026,10.393Z", transform: "translate(-5.634 1.695)", fill: color })), /* @__PURE__ */ React17.createElement("g", { id: "Path_53424", "data-name": "Path 53424", transform: "translate(5358 11834.945) rotate(-90)", fill: "none", "stroke-dasharray": "38 28" }, /* @__PURE__ */ React17.createElement("path", { d: "M2.946,0a12,12,0,0,1,0,24c-6.627,0,0-11.229,0-12S-3.682,0,2.946,0Z", stroke: "none" }), /* @__PURE__ */ React17.createElement("path", { d: "M 2.945520401000977 0 C 9.572930335998535 0 14.94552040100098 5.372579574584961 14.94552040100098 12 C 14.94552040100098 18.62742042541504 9.572930335998535 24 2.945520401000977 24 C 2.945520401000977 24 2.945520401000977 24 2.945520401000977 24 C 2.943796157836914 24 2.942078590393066 24 2.94035816192627 23.99999809265137 C 2.938617706298828 23.99999618530273 2.937216758728027 23.9999942779541 2.935465812683105 23.99999046325684 C 2.933751106262207 23.9999885559082 2.932399749755859 23.99998474121094 2.930703163146973 23.99998092651367 C 2.92877197265625 23.99997711181641 2.927189826965332 23.99997138977051 2.92526912689209 23.99996376037598 C 2.923825263977051 23.99995994567871 2.922088623046875 23.99995231628418 2.920645713806152 23.99994659423828 C 2.919154167175293 23.99994087219238 2.917215347290039 23.99993133544922 2.91572380065918 23.99992370605469 C 2.914449691772461 23.99991607666016 2.912745475769043 23.99990844726562 2.911476135253906 23.99990081787109 C 2.909714698791504 23.9998893737793 2.908187866210938 23.99987983703613 2.906429290771484 23.99986839294434 C 2.904750823974609 23.99985694885254 2.90351676940918 23.99984931945801 2.901839256286621 23.99983596801758 C 2.816836357116699 23.99919891357422 2.734334945678711 23.99669647216797 2.653712272644043 23.99236297607422 C 2.652544021606445 23.9922981262207 2.650843620300293 23.99220657348633 2.649662971496582 23.99214363098145 C 2.649434089660645 23.99213027954102 2.64920711517334 23.99211883544922 2.648979187011719 23.99210548400879 C 2.648979187011719 23.99210548400879 2.648690223693848 23.99209022521973 2.648690223693848 23.99209022521973 L 2.736149787902832 22.39447975158691 C 2.803030014038086 22.39813995361328 2.873479843139648 22.39999961853027 2.945520401000977 22.39999961853027 C 8.680100440979004 22.39999961853027 13.34552001953125 17.73458099365234 13.34552001953125 12 C 13.34552001953125 6.265420913696289 8.680100440979004 1.600000381469727 2.945520401000977 1.600000381469727 L 2.945520401000977 0 C 2.945520401000977 0 2.945520401000977 0 2.945520401000977 0 Z M 2.945520401000977 0 L 2.945520401000977 1.600000381469727 C 2.84080982208252 1.600000381469727 2.740250587463379 1.603919982910156 2.646610260009766 1.611640930175781 L 2.515110015869141 0.01704978942871094 C 2.516510963439941 0.01694488525390625 2.518670082092285 0.01676177978515625 2.520066261291504 0.01664543151855469 C 2.522381782531738 0.01645469665527344 2.524991035461426 0.01624488830566406 2.527313232421875 0.01605987548828125 C 2.529085159301758 0.01591682434082031 2.531659126281738 0.01571464538574219 2.533437728881836 0.01557540893554688 C 2.535869598388672 0.01538848876953125 2.53789234161377 0.01522636413574219 2.540331840515137 0.01503944396972656 C 2.542596817016602 0.01486587524414062 2.544377326965332 0.01472854614257812 2.546649932861328 0.014556884765625 C 2.548808097839355 0.01439285278320312 2.551301956176758 0.0142059326171875 2.553468704223633 0.01404571533203125 C 2.555868148803711 0.01385688781738281 2.557502746582031 0.01374626159667969 2.559898376464844 0.01357269287109375 C 2.562151908874512 0.01340484619140625 2.564151763916016 0.01326370239257812 2.566399574279785 0.01310157775878906 C 2.566399574279785 0.01310157775878906 2.566864013671875 0.01306915283203125 2.566864013671875 0.01306915283203125 C 2.57110595703125 0.01276588439941406 2.57536506652832 0.0124664306640625 2.579619407653809 0.01217460632324219 C 2.579619407653809 0.01217460632324219 2.579784393310547 0.01216316223144531 2.579784393310547 0.01216316223144531 C 2.584098815917969 0.01186561584472656 2.588407516479492 0.01157569885253906 2.592735290527344 0.01128959655761719 C 2.592735290527344 0.01128959655761719 2.592784881591797 0.01128578186035156 2.592784881591797 0.01128578186035156 C 2.660236358642578 0.006830215454101562 2.729240417480469 0.003675460815429687 2.799824714660645 0.001855850219726562 C 2.799824714660645 0.001855850219726562 2.799884796142578 0.00185394287109375 2.799884796142578 0.00185394287109375 C 2.80436897277832 0.001737594604492187 2.808863639831543 0.001628875732421875 2.813360214233398 0.001523971557617187 C 2.813360214233398 0.001523971557617187 2.813761711120605 0.001514434814453125 2.813761711120605 0.001514434814453125 C 2.818571090698242 0.001401901245117187 2.822827339172363 0.0012969970703125 2.827651977539062 0.001209259033203125 C 2.829718589782715 0.001165390014648437 2.831778526306152 0.001123428344726562 2.83384895324707 0.0010833740234375 C 2.83384895324707 0.0010833740234375 2.834271430969238 0.00107574462890625 2.834271430969238 0.00107574462890625 C 2.836458206176758 0.001031875610351562 2.838649749755859 0.0009918212890625 2.840839385986328 0.0009517669677734375 C 2.840839385986328 0.0009517669677734375 2.841431617736816 0.0009403228759765625 2.841431617736816 0.0009403228759765625 C 2.843830108642578 0.0008983612060546875 2.845800399780273 0.000858306884765625 2.848199844360352 0.0008220672607421875 C 2.850400924682617 0.0007839202880859375 2.852592468261719 0.0007476806640625 2.85479736328125 0.000713348388671875 C 2.85479736328125 0.000713348388671875 2.854939460754395 0.00070953369140625 2.854939460754395 0.00070953369140625 C 2.857370376586914 0.0006732940673828125 2.859868049621582 0.000637054443359375 2.862303733825684 0.000598907470703125 C 2.867326736450195 0.0005283355712890625 2.871203422546387 0.000476837158203125 2.876241683959961 0.0004138946533203125 C 2.878293037414551 0.00038909912109375 2.880340576171875 0.0003662109375 2.882394790649414 0.00034332275390625 C 2.882394790649414 0.00034332275390625 2.882598876953125 0.0003414154052734375 2.882598876953125 0.0003414154052734375 C 2.88507080078125 0.0003147125244140625 2.887971878051758 0.0002803802490234375 2.89044189453125 0.0002613067626953125 C 2.892601013183594 0.000240325927734375 2.894586563110352 0.000225067138671875 2.896747589111328 0.0002040863037109375 C 2.899200439453125 0.0001850128173828125 2.901948928833008 0.0001773834228515625 2.904396057128906 0.00014495849609375 C 2.906479835510254 0.00012969970703125 2.908888816833496 0.0001201629638671875 2.910972595214844 0.000102996826171875 C 2.913797378540039 8.7738037109375e-05 2.915652275085449 7.82012939453125e-05 2.91848087310791 6.29425048828125e-05 C 2.920533180236816 5.53131103515625e-05 2.92302417755127 4.76837158203125e-05 2.925078392028809 3.62396240234375e-05 C 2.927535057067871 2.6702880859375e-05 2.929758071899414 2.6702880859375e-05 2.932219505310059 1.52587890625e-05 C 2.93482780456543 7.62939453125e-06 2.936639785766602 5.7220458984375e-06 2.939251899719238 3.814697265625e-06 C 2.941339492797852 1.9073486328125e-06 2.943429946899414 0 2.945520401000977 0 C 2.945520401000977 0 2.945520401000977 0 2.945520401000977 0 Z", stroke: "none", fill: color })))));
735
+ var React14 = __toESM(require("react"), 1);
736
+ var DifficultyEasyIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React14.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", ...props }, /* @__PURE__ */ React14.createElement("g", { id: "Group_25188", "data-name": "Group 25188", transform: "translate(-5417 -11873)" }, /* @__PURE__ */ React14.createElement("rect", { id: "Rectangle_19449", "data-name": "Rectangle 19449", width: "24", height: "24", rx: "1", transform: "translate(5417 11873)", fill: "none" }), /* @__PURE__ */ React14.createElement("g", { id: "Group_25185", "data-name": "Group 25185", transform: "translate(59 58)" }, /* @__PURE__ */ React14.createElement("g", { id: "Group_25184", "data-name": "Group 25184", transform: "translate(5368.935 11821.209)" }, /* @__PURE__ */ React14.createElement("path", { id: "Path_53418", "data-name": "Path 53418", d: "M2.335,6.935,1.167,0,0,6.935H2.335Z", transform: "translate(-7.882 11.606) rotate(-90)", fill: color }), /* @__PURE__ */ React14.createElement("circle", { id: "Ellipse_366", "data-name": "Ellipse 366", cx: "0.747", cy: "0.747", r: "0.747", transform: "translate(0.645 9.691)", fill: color }), /* @__PURE__ */ React14.createElement("path", { id: "Path_53420", "data-name": "Path 53420", d: "M7.026,6.008A2.736,2.736,0,1,0,9.765,8.744,2.736,2.736,0,0,0,7.026,6.008Zm0,4.385A1.653,1.653,0,1,1,8.678,8.74,1.653,1.653,0,0,1,7.026,10.393Z", transform: "translate(-5.634 1.695)", fill: color })), /* @__PURE__ */ React14.createElement("g", { id: "Path_53424", "data-name": "Path 53424", transform: "translate(5358 11834.945) rotate(-90)", fill: "none", "stroke-dasharray": "38 28" }, /* @__PURE__ */ React14.createElement("path", { d: "M2.946,0a12,12,0,0,1,0,24c-6.627,0,0-11.229,0-12S-3.682,0,2.946,0Z", stroke: "none" }), /* @__PURE__ */ React14.createElement("path", { d: "M 2.945520401000977 0 C 9.572930335998535 0 14.94552040100098 5.372579574584961 14.94552040100098 12 C 14.94552040100098 18.62742042541504 9.572930335998535 24 2.945520401000977 24 C 2.945520401000977 24 2.945520401000977 24 2.945520401000977 24 C 2.943796157836914 24 2.942078590393066 24 2.94035816192627 23.99999809265137 C 2.938617706298828 23.99999618530273 2.937216758728027 23.9999942779541 2.935465812683105 23.99999046325684 C 2.933751106262207 23.9999885559082 2.932399749755859 23.99998474121094 2.930703163146973 23.99998092651367 C 2.92877197265625 23.99997711181641 2.927189826965332 23.99997138977051 2.92526912689209 23.99996376037598 C 2.923825263977051 23.99995994567871 2.922088623046875 23.99995231628418 2.920645713806152 23.99994659423828 C 2.919154167175293 23.99994087219238 2.917215347290039 23.99993133544922 2.91572380065918 23.99992370605469 C 2.914449691772461 23.99991607666016 2.912745475769043 23.99990844726562 2.911476135253906 23.99990081787109 C 2.909714698791504 23.9998893737793 2.908187866210938 23.99987983703613 2.906429290771484 23.99986839294434 C 2.904750823974609 23.99985694885254 2.90351676940918 23.99984931945801 2.901839256286621 23.99983596801758 C 2.816836357116699 23.99919891357422 2.734334945678711 23.99669647216797 2.653712272644043 23.99236297607422 C 2.652544021606445 23.9922981262207 2.650843620300293 23.99220657348633 2.649662971496582 23.99214363098145 C 2.649434089660645 23.99213027954102 2.64920711517334 23.99211883544922 2.648979187011719 23.99210548400879 C 2.648979187011719 23.99210548400879 2.648690223693848 23.99209022521973 2.648690223693848 23.99209022521973 L 2.736149787902832 22.39447975158691 C 2.803030014038086 22.39813995361328 2.873479843139648 22.39999961853027 2.945520401000977 22.39999961853027 C 8.680100440979004 22.39999961853027 13.34552001953125 17.73458099365234 13.34552001953125 12 C 13.34552001953125 6.265420913696289 8.680100440979004 1.600000381469727 2.945520401000977 1.600000381469727 L 2.945520401000977 0 C 2.945520401000977 0 2.945520401000977 0 2.945520401000977 0 Z M 2.945520401000977 0 L 2.945520401000977 1.600000381469727 C 2.84080982208252 1.600000381469727 2.740250587463379 1.603919982910156 2.646610260009766 1.611640930175781 L 2.515110015869141 0.01704978942871094 C 2.516510963439941 0.01694488525390625 2.518670082092285 0.01676177978515625 2.520066261291504 0.01664543151855469 C 2.522381782531738 0.01645469665527344 2.524991035461426 0.01624488830566406 2.527313232421875 0.01605987548828125 C 2.529085159301758 0.01591682434082031 2.531659126281738 0.01571464538574219 2.533437728881836 0.01557540893554688 C 2.535869598388672 0.01538848876953125 2.53789234161377 0.01522636413574219 2.540331840515137 0.01503944396972656 C 2.542596817016602 0.01486587524414062 2.544377326965332 0.01472854614257812 2.546649932861328 0.014556884765625 C 2.548808097839355 0.01439285278320312 2.551301956176758 0.0142059326171875 2.553468704223633 0.01404571533203125 C 2.555868148803711 0.01385688781738281 2.557502746582031 0.01374626159667969 2.559898376464844 0.01357269287109375 C 2.562151908874512 0.01340484619140625 2.564151763916016 0.01326370239257812 2.566399574279785 0.01310157775878906 C 2.566399574279785 0.01310157775878906 2.566864013671875 0.01306915283203125 2.566864013671875 0.01306915283203125 C 2.57110595703125 0.01276588439941406 2.57536506652832 0.0124664306640625 2.579619407653809 0.01217460632324219 C 2.579619407653809 0.01217460632324219 2.579784393310547 0.01216316223144531 2.579784393310547 0.01216316223144531 C 2.584098815917969 0.01186561584472656 2.588407516479492 0.01157569885253906 2.592735290527344 0.01128959655761719 C 2.592735290527344 0.01128959655761719 2.592784881591797 0.01128578186035156 2.592784881591797 0.01128578186035156 C 2.660236358642578 0.006830215454101562 2.729240417480469 0.003675460815429687 2.799824714660645 0.001855850219726562 C 2.799824714660645 0.001855850219726562 2.799884796142578 0.00185394287109375 2.799884796142578 0.00185394287109375 C 2.80436897277832 0.001737594604492187 2.808863639831543 0.001628875732421875 2.813360214233398 0.001523971557617187 C 2.813360214233398 0.001523971557617187 2.813761711120605 0.001514434814453125 2.813761711120605 0.001514434814453125 C 2.818571090698242 0.001401901245117187 2.822827339172363 0.0012969970703125 2.827651977539062 0.001209259033203125 C 2.829718589782715 0.001165390014648437 2.831778526306152 0.001123428344726562 2.83384895324707 0.0010833740234375 C 2.83384895324707 0.0010833740234375 2.834271430969238 0.00107574462890625 2.834271430969238 0.00107574462890625 C 2.836458206176758 0.001031875610351562 2.838649749755859 0.0009918212890625 2.840839385986328 0.0009517669677734375 C 2.840839385986328 0.0009517669677734375 2.841431617736816 0.0009403228759765625 2.841431617736816 0.0009403228759765625 C 2.843830108642578 0.0008983612060546875 2.845800399780273 0.000858306884765625 2.848199844360352 0.0008220672607421875 C 2.850400924682617 0.0007839202880859375 2.852592468261719 0.0007476806640625 2.85479736328125 0.000713348388671875 C 2.85479736328125 0.000713348388671875 2.854939460754395 0.00070953369140625 2.854939460754395 0.00070953369140625 C 2.857370376586914 0.0006732940673828125 2.859868049621582 0.000637054443359375 2.862303733825684 0.000598907470703125 C 2.867326736450195 0.0005283355712890625 2.871203422546387 0.000476837158203125 2.876241683959961 0.0004138946533203125 C 2.878293037414551 0.00038909912109375 2.880340576171875 0.0003662109375 2.882394790649414 0.00034332275390625 C 2.882394790649414 0.00034332275390625 2.882598876953125 0.0003414154052734375 2.882598876953125 0.0003414154052734375 C 2.88507080078125 0.0003147125244140625 2.887971878051758 0.0002803802490234375 2.89044189453125 0.0002613067626953125 C 2.892601013183594 0.000240325927734375 2.894586563110352 0.000225067138671875 2.896747589111328 0.0002040863037109375 C 2.899200439453125 0.0001850128173828125 2.901948928833008 0.0001773834228515625 2.904396057128906 0.00014495849609375 C 2.906479835510254 0.00012969970703125 2.908888816833496 0.0001201629638671875 2.910972595214844 0.000102996826171875 C 2.913797378540039 8.7738037109375e-05 2.915652275085449 7.82012939453125e-05 2.91848087310791 6.29425048828125e-05 C 2.920533180236816 5.53131103515625e-05 2.92302417755127 4.76837158203125e-05 2.925078392028809 3.62396240234375e-05 C 2.927535057067871 2.6702880859375e-05 2.929758071899414 2.6702880859375e-05 2.932219505310059 1.52587890625e-05 C 2.93482780456543 7.62939453125e-06 2.936639785766602 5.7220458984375e-06 2.939251899719238 3.814697265625e-06 C 2.941339492797852 1.9073486328125e-06 2.943429946899414 0 2.945520401000977 0 C 2.945520401000977 0 2.945520401000977 0 2.945520401000977 0 Z", stroke: "none", fill: color })))));
988
737
  var difficultyEasyIcon_default = DifficultyEasyIcon;
989
738
 
990
739
  // lib/icons/difficultyHardIcon.tsx
991
- var React18 = __toESM(require("react"), 1);
992
- var DifficultyHardIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React18.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", ...props }, /* @__PURE__ */ React18.createElement("g", { id: "Group_25190", "data-name": "Group 25190", transform: "translate(-5417 -11941)" }, /* @__PURE__ */ React18.createElement("rect", { id: "Rectangle_19451", "data-name": "Rectangle 19451", width: "24", height: "24", transform: "translate(5417 11941)", fill: "none" }), /* @__PURE__ */ React18.createElement("g", { id: "Group_25187", "data-name": "Group 25187", transform: "translate(59 126)" }, /* @__PURE__ */ React18.createElement("g", { id: "Group_25184", "data-name": "Group 25184", transform: "translate(5368.935 11821.209)" }, /* @__PURE__ */ React18.createElement("path", { id: "Path_53418", "data-name": "Path 53418", d: "M2.335,0,1.167,6.935,0,0H2.335Z", transform: "translate(3.118 11.606) rotate(-90)", fill: color }), /* @__PURE__ */ React18.createElement("circle", { id: "Ellipse_366", "data-name": "Ellipse 366", cx: "0.747", cy: "0.747", r: "0.747", transform: "translate(0.645 9.691)", fill: color }), /* @__PURE__ */ React18.createElement("path", { id: "Path_53420", "data-name": "Path 53420", d: "M7.026,6.008A2.736,2.736,0,1,0,9.765,8.744,2.736,2.736,0,0,0,7.026,6.008Zm0,4.385A1.653,1.653,0,1,1,8.678,8.74,1.653,1.653,0,0,1,7.026,10.393Z", transform: "translate(-5.634 1.695)", fill: color })), /* @__PURE__ */ React18.createElement("g", { id: "Path_53424", "data-name": "Path 53424", transform: "translate(5358 11834.945) rotate(-90)", fill: "none", "stroke-dasharray": "38 42" }, /* @__PURE__ */ React18.createElement("path", { d: "M2.946,0a12,12,0,0,1,0,24c-6.627,0,0-11.229,0-12S-3.682,0,2.946,0Z", stroke: "none" }), /* @__PURE__ */ React18.createElement("path", { d: "M 2.945520401000977 0 C 9.572930335998535 0 14.94552040100098 5.372579574584961 14.94552040100098 12 C 14.94552040100098 18.62742042541504 9.572930335998535 24 2.945520401000977 24 C 2.945520401000977 24 2.945520401000977 24 2.945520401000977 24 C 2.943796157836914 24 2.942078590393066 24 2.94035816192627 23.99999809265137 C 2.938617706298828 23.99999618530273 2.937216758728027 23.9999942779541 2.935465812683105 23.99999046325684 C 2.933751106262207 23.9999885559082 2.932399749755859 23.99998474121094 2.930703163146973 23.99998092651367 C 2.92877197265625 23.99997711181641 2.927189826965332 23.99997138977051 2.92526912689209 23.99996376037598 C 2.923825263977051 23.99995994567871 2.922088623046875 23.99995231628418 2.920645713806152 23.99994659423828 C 2.919154167175293 23.99994087219238 2.917215347290039 23.99993133544922 2.91572380065918 23.99992370605469 C 2.914449691772461 23.99991607666016 2.912745475769043 23.99990844726562 2.911476135253906 23.99990081787109 C 2.909714698791504 23.9998893737793 2.908187866210938 23.99987983703613 2.906429290771484 23.99986839294434 C 2.904750823974609 23.99985694885254 2.90351676940918 23.99984931945801 2.901839256286621 23.99983596801758 C 2.816836357116699 23.99919891357422 2.734334945678711 23.99669647216797 2.653712272644043 23.99236297607422 C 2.652544021606445 23.9922981262207 2.650843620300293 23.99220657348633 2.649662971496582 23.99214363098145 C 2.649434089660645 23.99213027954102 2.64920711517334 23.99211883544922 2.648979187011719 23.99210548400879 C 2.648979187011719 23.99210548400879 2.648690223693848 23.99209022521973 2.648690223693848 23.99209022521973 L 2.736149787902832 22.39447975158691 C 2.803030014038086 22.39813995361328 2.873479843139648 22.39999961853027 2.945520401000977 22.39999961853027 C 8.680100440979004 22.39999961853027 13.34552001953125 17.73458099365234 13.34552001953125 12 C 13.34552001953125 6.265420913696289 8.680100440979004 1.600000381469727 2.945520401000977 1.600000381469727 L 2.945520401000977 0 C 2.945520401000977 0 2.945520401000977 0 2.945520401000977 0 Z", stroke: "none", fill: color })))));
740
+ var React15 = __toESM(require("react"), 1);
741
+ var DifficultyHardIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React15.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", ...props }, /* @__PURE__ */ React15.createElement("g", { id: "Group_25190", "data-name": "Group 25190", transform: "translate(-5417 -11941)" }, /* @__PURE__ */ React15.createElement("rect", { id: "Rectangle_19451", "data-name": "Rectangle 19451", width: "24", height: "24", transform: "translate(5417 11941)", fill: "none" }), /* @__PURE__ */ React15.createElement("g", { id: "Group_25187", "data-name": "Group 25187", transform: "translate(59 126)" }, /* @__PURE__ */ React15.createElement("g", { id: "Group_25184", "data-name": "Group 25184", transform: "translate(5368.935 11821.209)" }, /* @__PURE__ */ React15.createElement("path", { id: "Path_53418", "data-name": "Path 53418", d: "M2.335,0,1.167,6.935,0,0H2.335Z", transform: "translate(3.118 11.606) rotate(-90)", fill: color }), /* @__PURE__ */ React15.createElement("circle", { id: "Ellipse_366", "data-name": "Ellipse 366", cx: "0.747", cy: "0.747", r: "0.747", transform: "translate(0.645 9.691)", fill: color }), /* @__PURE__ */ React15.createElement("path", { id: "Path_53420", "data-name": "Path 53420", d: "M7.026,6.008A2.736,2.736,0,1,0,9.765,8.744,2.736,2.736,0,0,0,7.026,6.008Zm0,4.385A1.653,1.653,0,1,1,8.678,8.74,1.653,1.653,0,0,1,7.026,10.393Z", transform: "translate(-5.634 1.695)", fill: color })), /* @__PURE__ */ React15.createElement("g", { id: "Path_53424", "data-name": "Path 53424", transform: "translate(5358 11834.945) rotate(-90)", fill: "none", "stroke-dasharray": "38 42" }, /* @__PURE__ */ React15.createElement("path", { d: "M2.946,0a12,12,0,0,1,0,24c-6.627,0,0-11.229,0-12S-3.682,0,2.946,0Z", stroke: "none" }), /* @__PURE__ */ React15.createElement("path", { d: "M 2.945520401000977 0 C 9.572930335998535 0 14.94552040100098 5.372579574584961 14.94552040100098 12 C 14.94552040100098 18.62742042541504 9.572930335998535 24 2.945520401000977 24 C 2.945520401000977 24 2.945520401000977 24 2.945520401000977 24 C 2.943796157836914 24 2.942078590393066 24 2.94035816192627 23.99999809265137 C 2.938617706298828 23.99999618530273 2.937216758728027 23.9999942779541 2.935465812683105 23.99999046325684 C 2.933751106262207 23.9999885559082 2.932399749755859 23.99998474121094 2.930703163146973 23.99998092651367 C 2.92877197265625 23.99997711181641 2.927189826965332 23.99997138977051 2.92526912689209 23.99996376037598 C 2.923825263977051 23.99995994567871 2.922088623046875 23.99995231628418 2.920645713806152 23.99994659423828 C 2.919154167175293 23.99994087219238 2.917215347290039 23.99993133544922 2.91572380065918 23.99992370605469 C 2.914449691772461 23.99991607666016 2.912745475769043 23.99990844726562 2.911476135253906 23.99990081787109 C 2.909714698791504 23.9998893737793 2.908187866210938 23.99987983703613 2.906429290771484 23.99986839294434 C 2.904750823974609 23.99985694885254 2.90351676940918 23.99984931945801 2.901839256286621 23.99983596801758 C 2.816836357116699 23.99919891357422 2.734334945678711 23.99669647216797 2.653712272644043 23.99236297607422 C 2.652544021606445 23.9922981262207 2.650843620300293 23.99220657348633 2.649662971496582 23.99214363098145 C 2.649434089660645 23.99213027954102 2.64920711517334 23.99211883544922 2.648979187011719 23.99210548400879 C 2.648979187011719 23.99210548400879 2.648690223693848 23.99209022521973 2.648690223693848 23.99209022521973 L 2.736149787902832 22.39447975158691 C 2.803030014038086 22.39813995361328 2.873479843139648 22.39999961853027 2.945520401000977 22.39999961853027 C 8.680100440979004 22.39999961853027 13.34552001953125 17.73458099365234 13.34552001953125 12 C 13.34552001953125 6.265420913696289 8.680100440979004 1.600000381469727 2.945520401000977 1.600000381469727 L 2.945520401000977 0 C 2.945520401000977 0 2.945520401000977 0 2.945520401000977 0 Z", stroke: "none", fill: color })))));
993
742
  var difficultyHardIcon_default = DifficultyHardIcon;
994
743
 
995
744
  // lib/icons/difficultyMediumIcon.tsx
996
- var React19 = __toESM(require("react"), 1);
997
- var DifficultyMediumIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React19.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", ...props }, /* @__PURE__ */ React19.createElement("g", { id: "Group_25189", "data-name": "Group 25189", transform: "translate(-5417 -11902)" }, /* @__PURE__ */ React19.createElement("rect", { id: "Rectangle_19450", "data-name": "Rectangle 19450", width: "24", height: "24", transform: "translate(5417 11902)", fill: "none" }), /* @__PURE__ */ React19.createElement("g", { id: "Group_25186", "data-name": "Group 25186", transform: "translate(59 87)" }, /* @__PURE__ */ React19.createElement("g", { id: "Group_25184", "data-name": "Group 25184", transform: "translate(5368.935 11821.209)" }, /* @__PURE__ */ React19.createElement("path", { id: "Path_53418", "data-name": "Path 53418", d: "M2.335,6.935,1.167,0,0,6.935H2.335Z", transform: "translate(0.225 1.111)", fill: color }), /* @__PURE__ */ React19.createElement("circle", { id: "Ellipse_366", "data-name": "Ellipse 366", cx: "0.747", cy: "0.747", r: "0.747", transform: "translate(0.645 9.691)", fill: color }), /* @__PURE__ */ React19.createElement("path", { id: "Path_53420", "data-name": "Path 53420", d: "M7.026,6.008A2.736,2.736,0,1,0,9.765,8.744,2.736,2.736,0,0,0,7.026,6.008Zm0,4.385A1.653,1.653,0,1,1,8.678,8.74,1.653,1.653,0,0,1,7.026,10.393Z", transform: "translate(-5.634 1.695)", fill: color })), /* @__PURE__ */ React19.createElement("g", { id: "Path_53424", "data-name": "Path 53424", transform: "translate(5358 11834.945) rotate(-90)", fill: "none", "stroke-dasharray": "38 42" }, /* @__PURE__ */ React19.createElement("path", { d: "M2.946,0a12,12,0,0,1,0,24c-6.627,0,0-11.229,0-12S-3.682,0,2.946,0Z", stroke: "none" }), /* @__PURE__ */ React19.createElement("path", { d: "M 2.945520401000977 0 C 9.572930335998535 0 14.94552040100098 5.372579574584961 14.94552040100098 12 C 14.94552040100098 18.62742042541504 9.572930335998535 24 2.945520401000977 24 C 2.945520401000977 24 2.945520401000977 24 2.945520401000977 24 C 2.943796157836914 24 2.942078590393066 24 2.94035816192627 23.99999809265137 C 2.938617706298828 23.99999618530273 2.937216758728027 23.9999942779541 2.935465812683105 23.99999046325684 C 2.933751106262207 23.9999885559082 2.932399749755859 23.99998474121094 2.930703163146973 23.99998092651367 C 2.92877197265625 23.99997711181641 2.927189826965332 23.99997138977051 2.92526912689209 23.99996376037598 C 2.923825263977051 23.99995994567871 2.922088623046875 23.99995231628418 2.920645713806152 23.99994659423828 C 2.919154167175293 23.99994087219238 2.917215347290039 23.99993133544922 2.91572380065918 23.99992370605469 C 2.914449691772461 23.99991607666016 2.912745475769043 23.99990844726562 2.911476135253906 23.99990081787109 C 2.909714698791504 23.9998893737793 2.908187866210938 23.99987983703613 2.906429290771484 23.99986839294434 C 2.904750823974609 23.99985694885254 2.90351676940918 23.99984931945801 2.901839256286621 23.99983596801758 C 2.816836357116699 23.99919891357422 2.734334945678711 23.99669647216797 2.653712272644043 23.99236297607422 C 2.652544021606445 23.9922981262207 2.650843620300293 23.99220657348633 2.649662971496582 23.99214363098145 C 2.649434089660645 23.99213027954102 2.64920711517334 23.99211883544922 2.648979187011719 23.99210548400879 C 2.648979187011719 23.99210548400879 2.648690223693848 23.99209022521973 2.648690223693848 23.99209022521973 L 2.736149787902832 22.39447975158691 C 2.803030014038086 22.39813995361328 2.873479843139648 22.39999961853027 2.945520401000977 22.39999961853027 C 8.680100440979004 22.39999961853027 13.34552001953125 17.73458099365234 13.34552001953125 12 C 13.34552001953125 6.265420913696289 8.680100440979004 1.600000381469727 2.945520401000977 1.600000381469727 L 2.945520401000977 0 C 2.945520401000977 0 2.945520401000977 0 2.945520401000977 0 Z", stroke: "none", fill: color })))));
745
+ var React16 = __toESM(require("react"), 1);
746
+ var DifficultyMediumIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React16.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", ...props }, /* @__PURE__ */ React16.createElement("g", { id: "Group_25189", "data-name": "Group 25189", transform: "translate(-5417 -11902)" }, /* @__PURE__ */ React16.createElement("rect", { id: "Rectangle_19450", "data-name": "Rectangle 19450", width: "24", height: "24", transform: "translate(5417 11902)", fill: "none" }), /* @__PURE__ */ React16.createElement("g", { id: "Group_25186", "data-name": "Group 25186", transform: "translate(59 87)" }, /* @__PURE__ */ React16.createElement("g", { id: "Group_25184", "data-name": "Group 25184", transform: "translate(5368.935 11821.209)" }, /* @__PURE__ */ React16.createElement("path", { id: "Path_53418", "data-name": "Path 53418", d: "M2.335,6.935,1.167,0,0,6.935H2.335Z", transform: "translate(0.225 1.111)", fill: color }), /* @__PURE__ */ React16.createElement("circle", { id: "Ellipse_366", "data-name": "Ellipse 366", cx: "0.747", cy: "0.747", r: "0.747", transform: "translate(0.645 9.691)", fill: color }), /* @__PURE__ */ React16.createElement("path", { id: "Path_53420", "data-name": "Path 53420", d: "M7.026,6.008A2.736,2.736,0,1,0,9.765,8.744,2.736,2.736,0,0,0,7.026,6.008Zm0,4.385A1.653,1.653,0,1,1,8.678,8.74,1.653,1.653,0,0,1,7.026,10.393Z", transform: "translate(-5.634 1.695)", fill: color })), /* @__PURE__ */ React16.createElement("g", { id: "Path_53424", "data-name": "Path 53424", transform: "translate(5358 11834.945) rotate(-90)", fill: "none", "stroke-dasharray": "38 42" }, /* @__PURE__ */ React16.createElement("path", { d: "M2.946,0a12,12,0,0,1,0,24c-6.627,0,0-11.229,0-12S-3.682,0,2.946,0Z", stroke: "none" }), /* @__PURE__ */ React16.createElement("path", { d: "M 2.945520401000977 0 C 9.572930335998535 0 14.94552040100098 5.372579574584961 14.94552040100098 12 C 14.94552040100098 18.62742042541504 9.572930335998535 24 2.945520401000977 24 C 2.945520401000977 24 2.945520401000977 24 2.945520401000977 24 C 2.943796157836914 24 2.942078590393066 24 2.94035816192627 23.99999809265137 C 2.938617706298828 23.99999618530273 2.937216758728027 23.9999942779541 2.935465812683105 23.99999046325684 C 2.933751106262207 23.9999885559082 2.932399749755859 23.99998474121094 2.930703163146973 23.99998092651367 C 2.92877197265625 23.99997711181641 2.927189826965332 23.99997138977051 2.92526912689209 23.99996376037598 C 2.923825263977051 23.99995994567871 2.922088623046875 23.99995231628418 2.920645713806152 23.99994659423828 C 2.919154167175293 23.99994087219238 2.917215347290039 23.99993133544922 2.91572380065918 23.99992370605469 C 2.914449691772461 23.99991607666016 2.912745475769043 23.99990844726562 2.911476135253906 23.99990081787109 C 2.909714698791504 23.9998893737793 2.908187866210938 23.99987983703613 2.906429290771484 23.99986839294434 C 2.904750823974609 23.99985694885254 2.90351676940918 23.99984931945801 2.901839256286621 23.99983596801758 C 2.816836357116699 23.99919891357422 2.734334945678711 23.99669647216797 2.653712272644043 23.99236297607422 C 2.652544021606445 23.9922981262207 2.650843620300293 23.99220657348633 2.649662971496582 23.99214363098145 C 2.649434089660645 23.99213027954102 2.64920711517334 23.99211883544922 2.648979187011719 23.99210548400879 C 2.648979187011719 23.99210548400879 2.648690223693848 23.99209022521973 2.648690223693848 23.99209022521973 L 2.736149787902832 22.39447975158691 C 2.803030014038086 22.39813995361328 2.873479843139648 22.39999961853027 2.945520401000977 22.39999961853027 C 8.680100440979004 22.39999961853027 13.34552001953125 17.73458099365234 13.34552001953125 12 C 13.34552001953125 6.265420913696289 8.680100440979004 1.600000381469727 2.945520401000977 1.600000381469727 L 2.945520401000977 0 C 2.945520401000977 0 2.945520401000977 0 2.945520401000977 0 Z", stroke: "none", fill: color })))));
998
747
  var difficultyMediumIcon_default = DifficultyMediumIcon;
999
748
 
1000
749
  // lib/icons/inactiveGroupIcon.tsx
1001
- var React20 = __toESM(require("react"), 1);
1002
- var InactiveGroupIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React20.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "25.65", height: "25.8", viewBox: "0 0 25.65 25.8", ...props }, /* @__PURE__ */ React20.createElement("g", { id: "Group_24701", "data-name": "Group 24701", transform: "translate(-1787.341 -376.95)" }, /* @__PURE__ */ React20.createElement("g", { id: "Group_24689", "data-name": "Group 24689", transform: "translate(1788.091 377.85)" }, /* @__PURE__ */ React20.createElement("g", { id: "Group_24686", "data-name": "Group 24686", transform: "translate(3.125)" }, /* @__PURE__ */ React20.createElement("circle", { id: "Ellipse_418", "data-name": "Ellipse 418", cx: "4.819", cy: "4.819", r: "4.819", transform: "translate(3.316)", fill: "none", stroke: color, "stroke-width": "1.8" }), /* @__PURE__ */ React20.createElement("path", { id: "Path_52610", "data-name": "Path 52610", d: "M307.2,211.642a8.337,8.337,0,0,1,8.342-8.342,8.514,8.514,0,0,1,5.5,2.07", transform: "translate(-307.2 -193.585)", fill: "none", stroke: color, "stroke-width": "1.8" })), /* @__PURE__ */ React20.createElement("g", { id: "Group_24694", "data-name": "Group 24694", transform: "translate(17.2 0.829)" }, /* @__PURE__ */ React20.createElement("path", { id: "Path_52613", "data-name": "Path 52613", d: "M302.6,169a3.478,3.478,0,1,1,0,6.956", transform: "translate(-302.6 -169)", fill: "none", stroke: color, "stroke-width": "1.5" }), /* @__PURE__ */ React20.createElement("path", { id: "Path_52614", "data-name": "Path 52614", d: "M296.175,200.4c2.818,0,5.086,2.84,4.979,5.677", transform: "translate(-296.175 -193.354)", fill: "none", stroke: color, "stroke-width": "1.5" })), /* @__PURE__ */ React20.createElement("g", { id: "Group_24695", "data-name": "Group 24695", transform: "translate(0 0.829)" }, /* @__PURE__ */ React20.createElement("path", { id: "Path_52613-2", "data-name": "Path 52613", d: "M306.078,169a3.478,3.478,0,1,0,0,6.956", transform: "translate(-301.11 -169)", fill: "none", stroke: color, "stroke-width": "1.5" }), /* @__PURE__ */ React20.createElement("path", { id: "Path_52614-2", "data-name": "Path 52614", d: "M301.143,200.4c-3.42,0-4.968,4.4-4.968,6.775", transform: "translate(-296.175 -193.354)", fill: "none", stroke: color, "stroke-width": "1.5" }))), /* @__PURE__ */ React20.createElement("g", { id: "Group_24692", "data-name": "Group 24692", transform: "translate(1799.931 389.69)" }, /* @__PURE__ */ React20.createElement("ellipse", { id: "Ellipse_415", "data-name": "Ellipse 415", cx: "6.08", cy: "6.08", rx: "6.08", ry: "6.08", fill: "none", stroke: color, "stroke-width": "1.8", "stroke-dasharray": "470 154" }), /* @__PURE__ */ React20.createElement("path", { id: "Path_52615", "data-name": "Path 52615", d: "M6.333-7.067v1.291H.531V-7.067h5.8Z", transform: "translate(2.818 12.771)", fill: color }))));
750
+ var React17 = __toESM(require("react"), 1);
751
+ var InactiveGroupIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React17.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "25.65", height: "25.8", viewBox: "0 0 25.65 25.8", ...props }, /* @__PURE__ */ React17.createElement("g", { id: "Group_24701", "data-name": "Group 24701", transform: "translate(-1787.341 -376.95)" }, /* @__PURE__ */ React17.createElement("g", { id: "Group_24689", "data-name": "Group 24689", transform: "translate(1788.091 377.85)" }, /* @__PURE__ */ React17.createElement("g", { id: "Group_24686", "data-name": "Group 24686", transform: "translate(3.125)" }, /* @__PURE__ */ React17.createElement("circle", { id: "Ellipse_418", "data-name": "Ellipse 418", cx: "4.819", cy: "4.819", r: "4.819", transform: "translate(3.316)", fill: "none", stroke: color, "stroke-width": "1.8" }), /* @__PURE__ */ React17.createElement("path", { id: "Path_52610", "data-name": "Path 52610", d: "M307.2,211.642a8.337,8.337,0,0,1,8.342-8.342,8.514,8.514,0,0,1,5.5,2.07", transform: "translate(-307.2 -193.585)", fill: "none", stroke: color, "stroke-width": "1.8" })), /* @__PURE__ */ React17.createElement("g", { id: "Group_24694", "data-name": "Group 24694", transform: "translate(17.2 0.829)" }, /* @__PURE__ */ React17.createElement("path", { id: "Path_52613", "data-name": "Path 52613", d: "M302.6,169a3.478,3.478,0,1,1,0,6.956", transform: "translate(-302.6 -169)", fill: "none", stroke: color, "stroke-width": "1.5" }), /* @__PURE__ */ React17.createElement("path", { id: "Path_52614", "data-name": "Path 52614", d: "M296.175,200.4c2.818,0,5.086,2.84,4.979,5.677", transform: "translate(-296.175 -193.354)", fill: "none", stroke: color, "stroke-width": "1.5" })), /* @__PURE__ */ React17.createElement("g", { id: "Group_24695", "data-name": "Group 24695", transform: "translate(0 0.829)" }, /* @__PURE__ */ React17.createElement("path", { id: "Path_52613-2", "data-name": "Path 52613", d: "M306.078,169a3.478,3.478,0,1,0,0,6.956", transform: "translate(-301.11 -169)", fill: "none", stroke: color, "stroke-width": "1.5" }), /* @__PURE__ */ React17.createElement("path", { id: "Path_52614-2", "data-name": "Path 52614", d: "M301.143,200.4c-3.42,0-4.968,4.4-4.968,6.775", transform: "translate(-296.175 -193.354)", fill: "none", stroke: color, "stroke-width": "1.5" }))), /* @__PURE__ */ React17.createElement("g", { id: "Group_24692", "data-name": "Group 24692", transform: "translate(1799.931 389.69)" }, /* @__PURE__ */ React17.createElement("ellipse", { id: "Ellipse_415", "data-name": "Ellipse 415", cx: "6.08", cy: "6.08", rx: "6.08", ry: "6.08", fill: "none", stroke: color, "stroke-width": "1.8", "stroke-dasharray": "470 154" }), /* @__PURE__ */ React17.createElement("path", { id: "Path_52615", "data-name": "Path 52615", d: "M6.333-7.067v1.291H.531V-7.067h5.8Z", transform: "translate(2.818 12.771)", fill: color }))));
1003
752
  var inactiveGroupIcon_default = InactiveGroupIcon;
1004
753
 
1005
754
  // lib/icons/invoiceIcon.tsx
1006
- var React21 = __toESM(require("react"), 1);
1007
- var InvoiceIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React21.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "41.938", height: "55.641", viewBox: "0 0 41.938 55.641", ...props }, /* @__PURE__ */ React21.createElement("g", { id: "invoice", transform: "translate(-63.184 -18.684)" }, /* @__PURE__ */ React21.createElement("path", { id: "Path_52267", "data-name": "Path 52267", d: "M64.14,18.69a.959.959,0,0,0-.956.956V73.361a.959.959,0,0,0,1.579.737l6.054-5.145,6.045,5.141a.959.959,0,0,0,1.247,0l6.045-5.141L90.2,74.095a.959.959,0,0,0,1.24,0l6.045-5.141,6.055,5.141a.959.959,0,0,0,1.579-.737V19.64a.959.959,0,0,0-.963-.956Zm.963,1.919h38.1V71.3l-5.094-4.334a.959.959,0,0,0-1.24,0L90.823,72.1l-6.044-5.141a.959.959,0,0,0-1.246,0L77.485,72.1l-6.048-5.141a.959.959,0,0,0-1.238,0L65.107,71.3ZM84.15,25.177a.959.959,0,0,0-.963.956v2.019h-.166a4.231,4.231,0,1,0,0,8.461h2.263a2.323,2.323,0,0,1,0,4.647H80.741a.959.959,0,0,0,0,1.919h2.45v2.009a.961.961,0,1,0,1.92,0V43.176h.176a4.236,4.236,0,1,0,0-8.472H83.026a2.323,2.323,0,0,1,0-4.644h4.541a.968.968,0,0,0,.685-.28.952.952,0,0,0-.685-1.628h-2.46V26.131a.959.959,0,0,0-.952-.956Zm-9.2,26.85a.959.959,0,0,0,0,1.919H93.362a.959.959,0,0,0,0-1.919Zm0,7.123a.957.957,0,1,0,0,1.913H93.362a.957.957,0,0,0,0-1.913Z", transform: "translate(0 0)", fill: color, "fill-rule": "evenodd" })));
755
+ var React18 = __toESM(require("react"), 1);
756
+ var InvoiceIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React18.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "41.938", height: "55.641", viewBox: "0 0 41.938 55.641", ...props }, /* @__PURE__ */ React18.createElement("g", { id: "invoice", transform: "translate(-63.184 -18.684)" }, /* @__PURE__ */ React18.createElement("path", { id: "Path_52267", "data-name": "Path 52267", d: "M64.14,18.69a.959.959,0,0,0-.956.956V73.361a.959.959,0,0,0,1.579.737l6.054-5.145,6.045,5.141a.959.959,0,0,0,1.247,0l6.045-5.141L90.2,74.095a.959.959,0,0,0,1.24,0l6.045-5.141,6.055,5.141a.959.959,0,0,0,1.579-.737V19.64a.959.959,0,0,0-.963-.956Zm.963,1.919h38.1V71.3l-5.094-4.334a.959.959,0,0,0-1.24,0L90.823,72.1l-6.044-5.141a.959.959,0,0,0-1.246,0L77.485,72.1l-6.048-5.141a.959.959,0,0,0-1.238,0L65.107,71.3ZM84.15,25.177a.959.959,0,0,0-.963.956v2.019h-.166a4.231,4.231,0,1,0,0,8.461h2.263a2.323,2.323,0,0,1,0,4.647H80.741a.959.959,0,0,0,0,1.919h2.45v2.009a.961.961,0,1,0,1.92,0V43.176h.176a4.236,4.236,0,1,0,0-8.472H83.026a2.323,2.323,0,0,1,0-4.644h4.541a.968.968,0,0,0,.685-.28.952.952,0,0,0-.685-1.628h-2.46V26.131a.959.959,0,0,0-.952-.956Zm-9.2,26.85a.959.959,0,0,0,0,1.919H93.362a.959.959,0,0,0,0-1.919Zm0,7.123a.957.957,0,1,0,0,1.913H93.362a.957.957,0,0,0,0-1.913Z", transform: "translate(0 0)", fill: color, "fill-rule": "evenodd" })));
1008
757
  var invoiceIcon_default = InvoiceIcon;
1009
758
 
1010
759
  // lib/icons/logsIcon.tsx
1011
- var React22 = __toESM(require("react"), 1);
1012
- var LogsIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React22.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "21", height: "24", viewBox: "0 0 21 24", ...props }, /* @__PURE__ */ React22.createElement("g", { id: "Group_24742", "data-name": "Group 24742", transform: "translate(-1748 -713)" }, /* @__PURE__ */ React22.createElement("g", { id: "Path_52623", "data-name": "Path 52623", transform: "translate(1748 713)", fill: "none" }, /* @__PURE__ */ React22.createElement("path", { d: "M0,0H13l8,6V24H0Z", stroke: "none" }), /* @__PURE__ */ React22.createElement("path", { d: "M 1.799999237060547 1.799999237060547 L 1.799999237060547 22.20000076293945 L 19.20000076293945 22.20000076293945 L 19.20000076293945 6.899990081787109 L 12.40000057220459 1.799999237060547 L 1.799999237060547 1.799999237060547 M 0 0 L 13 0 L 21 5.999990463256836 L 21 24 L 0 24 L 0 0 Z", stroke: "none", fill: color })), /* @__PURE__ */ React22.createElement("path", { id: "Path_52624", "data-name": "Path 52624", d: "M4.276-1.266H2.1v-5.3H.6V0H4.276Zm3.2-5.4c-1.768,0-2.788,1.539-2.788,3.392,0,1.8.884,3.366,2.694,3.366,1.658,0,2.771-1.182,2.771-3.468C10.158-4.973,9.392-6.664,7.48-6.664ZM7.438-5.432c.765,0,1.148.961,1.148,2.108,0,1.284-.391,2.185-1.148,2.185S6.256-2.04,6.265-3.3C6.265-4.429,6.639-5.432,7.438-5.432Zm8.288,1.649H13.532V-2.6h.782v1.377a1.235,1.235,0,0,1-.468.059c-.9,0-1.623-.671-1.623-2.066,0-1.5.8-2.116,1.853-2.116a2.832,2.832,0,0,1,1.2.221l.28-1.241a3.844,3.844,0,0,0-1.521-.264,3.178,3.178,0,0,0-3.383,3.4,3.43,3.43,0,0,0,.9,2.508A3.165,3.165,0,0,0,13.864.06a6.055,6.055,0,0,0,1.862-.314Z", transform: "translate(1750.336 729)", fill: color })));
760
+ var React19 = __toESM(require("react"), 1);
761
+ var LogsIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React19.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "21", height: "24", viewBox: "0 0 21 24", ...props }, /* @__PURE__ */ React19.createElement("g", { id: "Group_24742", "data-name": "Group 24742", transform: "translate(-1748 -713)" }, /* @__PURE__ */ React19.createElement("g", { id: "Path_52623", "data-name": "Path 52623", transform: "translate(1748 713)", fill: "none" }, /* @__PURE__ */ React19.createElement("path", { d: "M0,0H13l8,6V24H0Z", stroke: "none" }), /* @__PURE__ */ React19.createElement("path", { d: "M 1.799999237060547 1.799999237060547 L 1.799999237060547 22.20000076293945 L 19.20000076293945 22.20000076293945 L 19.20000076293945 6.899990081787109 L 12.40000057220459 1.799999237060547 L 1.799999237060547 1.799999237060547 M 0 0 L 13 0 L 21 5.999990463256836 L 21 24 L 0 24 L 0 0 Z", stroke: "none", fill: color })), /* @__PURE__ */ React19.createElement("path", { id: "Path_52624", "data-name": "Path 52624", d: "M4.276-1.266H2.1v-5.3H.6V0H4.276Zm3.2-5.4c-1.768,0-2.788,1.539-2.788,3.392,0,1.8.884,3.366,2.694,3.366,1.658,0,2.771-1.182,2.771-3.468C10.158-4.973,9.392-6.664,7.48-6.664ZM7.438-5.432c.765,0,1.148.961,1.148,2.108,0,1.284-.391,2.185-1.148,2.185S6.256-2.04,6.265-3.3C6.265-4.429,6.639-5.432,7.438-5.432Zm8.288,1.649H13.532V-2.6h.782v1.377a1.235,1.235,0,0,1-.468.059c-.9,0-1.623-.671-1.623-2.066,0-1.5.8-2.116,1.853-2.116a2.832,2.832,0,0,1,1.2.221l.28-1.241a3.844,3.844,0,0,0-1.521-.264,3.178,3.178,0,0,0-3.383,3.4,3.43,3.43,0,0,0,.9,2.508A3.165,3.165,0,0,0,13.864.06a6.055,6.055,0,0,0,1.862-.314Z", transform: "translate(1750.336 729)", fill: color })));
1013
762
  var logsIcon_default = LogsIcon;
1014
763
 
1015
764
  // lib/icons/questionStatusAllIcon.tsx
1016
- var React23 = __toESM(require("react"), 1);
1017
- var QuestionStatusAllIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React23.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", ...props }, /* @__PURE__ */ React23.createElement("g", { id: "Group_25253", "data-name": "Group 25253", transform: "translate(-5412 -11749)" }, /* @__PURE__ */ React23.createElement("g", { id: "Group_25251", "data-name": "Group 25251", transform: "translate(1 1)" }, /* @__PURE__ */ React23.createElement("g", { id: "Group_25192", "data-name": "Group 25192", transform: "translate(5412 11749)" }, /* @__PURE__ */ React23.createElement("g", { id: "Ellipse_353", "data-name": "Ellipse 353", transform: "translate(0)", fill: "none", stroke: color, "stroke-width": "1.6" }, /* @__PURE__ */ React23.createElement("circle", { cx: "11", cy: "11", r: "11", stroke: "none" }), /* @__PURE__ */ React23.createElement("circle", { cx: "11", cy: "11", r: "10.2", fill: "none" }))), /* @__PURE__ */ React23.createElement("g", { id: "Ellipse_381", "data-name": "Ellipse 381", transform: "translate(5434 11754.834) rotate(90)", fill: "none", stroke: color, "stroke-width": "1.6" }, /* @__PURE__ */ React23.createElement("ellipse", { cx: "6", cy: "11", rx: "6", ry: "11", stroke: "none" }), /* @__PURE__ */ React23.createElement("ellipse", { cx: "6", cy: "11", rx: "5.2", ry: "10.2", fill: "none" })), /* @__PURE__ */ React23.createElement("g", { id: "Ellipse_382", "data-name": "Ellipse 382", transform: "translate(5428.5 11771) rotate(180)", fill: "none", stroke: color, "stroke-width": "1.6" }, /* @__PURE__ */ React23.createElement("ellipse", { cx: "5.5", cy: "11", rx: "5.5", ry: "11", stroke: "none" }), /* @__PURE__ */ React23.createElement("ellipse", { cx: "5.5", cy: "11", rx: "4.7", ry: "10.2", fill: "none" })), /* @__PURE__ */ React23.createElement("g", { id: "Group_25193", "data-name": "Group 25193", transform: "translate(5422 11759.152)" }, /* @__PURE__ */ React23.createElement("line", { id: "Line_500", "data-name": "Line 500", y2: "3", transform: "translate(1 0.5)", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-width": "1" }), /* @__PURE__ */ React23.createElement("g", { id: "Ellipse_352", "data-name": "Ellipse 352", fill: "#fff", stroke: color, "stroke-width": "1" }, /* @__PURE__ */ React23.createElement("circle", { cx: "1", cy: "1", r: "1", stroke: "none" }), /* @__PURE__ */ React23.createElement("circle", { cx: "1", cy: "1", r: "0.5", fill: "none" })))), /* @__PURE__ */ React23.createElement("g", { id: "Group_25252", "data-name": "Group 25252", transform: "translate(-237)" }, /* @__PURE__ */ React23.createElement("rect", { id: "Rectangle_19479", "data-name": "Rectangle 19479", width: "24", height: "24", rx: "5", transform: "translate(5649 11749)", fill: "none" }))));
765
+ var React20 = __toESM(require("react"), 1);
766
+ var QuestionStatusAllIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React20.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", ...props }, /* @__PURE__ */ React20.createElement("g", { id: "Group_25253", "data-name": "Group 25253", transform: "translate(-5412 -11749)" }, /* @__PURE__ */ React20.createElement("g", { id: "Group_25251", "data-name": "Group 25251", transform: "translate(1 1)" }, /* @__PURE__ */ React20.createElement("g", { id: "Group_25192", "data-name": "Group 25192", transform: "translate(5412 11749)" }, /* @__PURE__ */ React20.createElement("g", { id: "Ellipse_353", "data-name": "Ellipse 353", transform: "translate(0)", fill: "none", stroke: color, "stroke-width": "1.6" }, /* @__PURE__ */ React20.createElement("circle", { cx: "11", cy: "11", r: "11", stroke: "none" }), /* @__PURE__ */ React20.createElement("circle", { cx: "11", cy: "11", r: "10.2", fill: "none" }))), /* @__PURE__ */ React20.createElement("g", { id: "Ellipse_381", "data-name": "Ellipse 381", transform: "translate(5434 11754.834) rotate(90)", fill: "none", stroke: color, "stroke-width": "1.6" }, /* @__PURE__ */ React20.createElement("ellipse", { cx: "6", cy: "11", rx: "6", ry: "11", stroke: "none" }), /* @__PURE__ */ React20.createElement("ellipse", { cx: "6", cy: "11", rx: "5.2", ry: "10.2", fill: "none" })), /* @__PURE__ */ React20.createElement("g", { id: "Ellipse_382", "data-name": "Ellipse 382", transform: "translate(5428.5 11771) rotate(180)", fill: "none", stroke: color, "stroke-width": "1.6" }, /* @__PURE__ */ React20.createElement("ellipse", { cx: "5.5", cy: "11", rx: "5.5", ry: "11", stroke: "none" }), /* @__PURE__ */ React20.createElement("ellipse", { cx: "5.5", cy: "11", rx: "4.7", ry: "10.2", fill: "none" })), /* @__PURE__ */ React20.createElement("g", { id: "Group_25193", "data-name": "Group 25193", transform: "translate(5422 11759.152)" }, /* @__PURE__ */ React20.createElement("line", { id: "Line_500", "data-name": "Line 500", y2: "3", transform: "translate(1 0.5)", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-width": "1" }), /* @__PURE__ */ React20.createElement("g", { id: "Ellipse_352", "data-name": "Ellipse 352", fill: "#fff", stroke: color, "stroke-width": "1" }, /* @__PURE__ */ React20.createElement("circle", { cx: "1", cy: "1", r: "1", stroke: "none" }), /* @__PURE__ */ React20.createElement("circle", { cx: "1", cy: "1", r: "0.5", fill: "none" })))), /* @__PURE__ */ React20.createElement("g", { id: "Group_25252", "data-name": "Group 25252", transform: "translate(-237)" }, /* @__PURE__ */ React20.createElement("rect", { id: "Rectangle_19479", "data-name": "Rectangle 19479", width: "24", height: "24", rx: "5", transform: "translate(5649 11749)", fill: "none" }))));
1018
767
  var questionStatusAllIcon_default = QuestionStatusAllIcon;
1019
768
 
1020
769
  // lib/icons/questionStatusPrivateIcon.tsx
1021
- var React24 = __toESM(require("react"), 1);
1022
- var QuestionStatusPrivateIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React24.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", ...props }, /* @__PURE__ */ React24.createElement("g", { id: "Group_25259", "data-name": "Group 25259", transform: "translate(-5412 -11820)" }, /* @__PURE__ */ React24.createElement("g", { id: "Group_25176", "data-name": "Group 25176", transform: "translate(150 69.4)" }, /* @__PURE__ */ React24.createElement("g", { id: "Group_25174", "data-name": "Group 25174", transform: "translate(5265 11751.6)" }, /* @__PURE__ */ React24.createElement("g", { id: "Rectangle_19447", "data-name": "Rectangle 19447", transform: "translate(0 8.641)", fill: "none", stroke: color, "stroke-width": "1.6" }, /* @__PURE__ */ React24.createElement("rect", { width: "18.333", height: "13.359", rx: "2", stroke: "none" }), /* @__PURE__ */ React24.createElement("rect", { x: "0.8", y: "0.8", width: "16.733", height: "11.759", rx: "1.2", fill: "none" })), /* @__PURE__ */ React24.createElement("g", { id: "Rectangle_19448", "data-name": "Rectangle 19448", transform: "translate(4)", fill: "none", stroke: color, "stroke-width": "1.6" }, /* @__PURE__ */ React24.createElement("path", { d: "M5.517,0h0a5.517,5.517,0,0,1,5.517,5.517V10a0,0,0,0,1,0,0H0a0,0,0,0,1,0,0V5.517A5.517,5.517,0,0,1,5.517,0Z", stroke: "none" }), /* @__PURE__ */ React24.createElement("path", { d: "M5.517.8h0a4.717,4.717,0,0,1,4.717,4.717V8.79a.41.41,0,0,1-.41.41H1.21A.41.41,0,0,1,.8,8.79V5.517A4.717,4.717,0,0,1,5.517.8Z", fill: "none" }))), /* @__PURE__ */ React24.createElement("g", { id: "Group_25175", "data-name": "Group 25175", transform: "translate(5273.251 11765.721)" }, /* @__PURE__ */ React24.createElement("line", { id: "Line_500", "data-name": "Line 500", y2: "2.745", transform: "translate(0.915 0.457)", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-width": "1" }), /* @__PURE__ */ React24.createElement("g", { id: "Ellipse_352", "data-name": "Ellipse 352", fill: "#fff", stroke: color, "stroke-width": "1" }, /* @__PURE__ */ React24.createElement("circle", { cx: "0.915", cy: "0.915", r: "0.915", stroke: "none" }), /* @__PURE__ */ React24.createElement("circle", { cx: "0.915", cy: "0.915", r: "0.415", fill: "none" })))), /* @__PURE__ */ React24.createElement("g", { id: "Group_25258", "data-name": "Group 25258", transform: "translate(-237 71)" }, /* @__PURE__ */ React24.createElement("rect", { id: "Rectangle_19479", "data-name": "Rectangle 19479", width: "24", height: "24", rx: "5", transform: "translate(5649 11749)", fill: "none" }))));
770
+ var React21 = __toESM(require("react"), 1);
771
+ var QuestionStatusPrivateIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React21.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", ...props }, /* @__PURE__ */ React21.createElement("g", { id: "Group_25259", "data-name": "Group 25259", transform: "translate(-5412 -11820)" }, /* @__PURE__ */ React21.createElement("g", { id: "Group_25176", "data-name": "Group 25176", transform: "translate(150 69.4)" }, /* @__PURE__ */ React21.createElement("g", { id: "Group_25174", "data-name": "Group 25174", transform: "translate(5265 11751.6)" }, /* @__PURE__ */ React21.createElement("g", { id: "Rectangle_19447", "data-name": "Rectangle 19447", transform: "translate(0 8.641)", fill: "none", stroke: color, "stroke-width": "1.6" }, /* @__PURE__ */ React21.createElement("rect", { width: "18.333", height: "13.359", rx: "2", stroke: "none" }), /* @__PURE__ */ React21.createElement("rect", { x: "0.8", y: "0.8", width: "16.733", height: "11.759", rx: "1.2", fill: "none" })), /* @__PURE__ */ React21.createElement("g", { id: "Rectangle_19448", "data-name": "Rectangle 19448", transform: "translate(4)", fill: "none", stroke: color, "stroke-width": "1.6" }, /* @__PURE__ */ React21.createElement("path", { d: "M5.517,0h0a5.517,5.517,0,0,1,5.517,5.517V10a0,0,0,0,1,0,0H0a0,0,0,0,1,0,0V5.517A5.517,5.517,0,0,1,5.517,0Z", stroke: "none" }), /* @__PURE__ */ React21.createElement("path", { d: "M5.517.8h0a4.717,4.717,0,0,1,4.717,4.717V8.79a.41.41,0,0,1-.41.41H1.21A.41.41,0,0,1,.8,8.79V5.517A4.717,4.717,0,0,1,5.517.8Z", fill: "none" }))), /* @__PURE__ */ React21.createElement("g", { id: "Group_25175", "data-name": "Group 25175", transform: "translate(5273.251 11765.721)" }, /* @__PURE__ */ React21.createElement("line", { id: "Line_500", "data-name": "Line 500", y2: "2.745", transform: "translate(0.915 0.457)", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-width": "1" }), /* @__PURE__ */ React21.createElement("g", { id: "Ellipse_352", "data-name": "Ellipse 352", fill: "#fff", stroke: color, "stroke-width": "1" }, /* @__PURE__ */ React21.createElement("circle", { cx: "0.915", cy: "0.915", r: "0.915", stroke: "none" }), /* @__PURE__ */ React21.createElement("circle", { cx: "0.915", cy: "0.915", r: "0.415", fill: "none" })))), /* @__PURE__ */ React21.createElement("g", { id: "Group_25258", "data-name": "Group 25258", transform: "translate(-237 71)" }, /* @__PURE__ */ React21.createElement("rect", { id: "Rectangle_19479", "data-name": "Rectangle 19479", width: "24", height: "24", rx: "5", transform: "translate(5649 11749)", fill: "none" }))));
1023
772
  var questionStatusPrivateIcon_default = QuestionStatusPrivateIcon;
1024
773
 
1025
774
  // lib/icons/questionStatusPublicIcon.tsx
1026
- var React25 = __toESM(require("react"), 1);
1027
- var QuestionStatusPublicIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React25.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", ...props }, /* @__PURE__ */ React25.createElement("g", { id: "Group_25257", "data-name": "Group 25257", transform: "translate(-5412 -11786)" }, /* @__PURE__ */ React25.createElement("g", { id: "Group_25177", "data-name": "Group 25177", transform: "translate(114 72)" }, /* @__PURE__ */ React25.createElement("g", { id: "Ellipse_353", "data-name": "Ellipse 353", transform: "translate(5299 11715)", fill: "none", stroke: color, "stroke-width": "1.6" }, /* @__PURE__ */ React25.createElement("circle", { cx: "11", cy: "11", r: "11", stroke: "none" }), /* @__PURE__ */ React25.createElement("circle", { cx: "11", cy: "11", r: "10.2", fill: "none" })), /* @__PURE__ */ React25.createElement("g", { id: "Ellipse_354", "data-name": "Ellipse 354", transform: "translate(5304.5 11715)", fill: "none", stroke: color, "stroke-width": "1.6" }, /* @__PURE__ */ React25.createElement("ellipse", { cx: "5.5", cy: "11", rx: "5.5", ry: "11", stroke: "none" }), /* @__PURE__ */ React25.createElement("ellipse", { cx: "5.5", cy: "11", rx: "4.7", ry: "10.2", fill: "none" })), /* @__PURE__ */ React25.createElement("g", { id: "Ellipse_355", "data-name": "Ellipse 355", transform: "translate(5321 11720.5) rotate(90)", fill: "none", stroke: color, "stroke-width": "1.6" }, /* @__PURE__ */ React25.createElement("ellipse", { cx: "5.5", cy: "11", rx: "5.5", ry: "11", stroke: "none" }), /* @__PURE__ */ React25.createElement("ellipse", { cx: "5.5", cy: "11", rx: "4.7", ry: "10.2", fill: "none" }))), /* @__PURE__ */ React25.createElement("g", { id: "Group_25254", "data-name": "Group 25254", transform: "translate(-237 37)" }, /* @__PURE__ */ React25.createElement("rect", { id: "Rectangle_19479", "data-name": "Rectangle 19479", width: "24", height: "24", rx: "5", transform: "translate(5649 11749)", fill: "none" }))));
775
+ var React22 = __toESM(require("react"), 1);
776
+ var QuestionStatusPublicIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React22.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", ...props }, /* @__PURE__ */ React22.createElement("g", { id: "Group_25257", "data-name": "Group 25257", transform: "translate(-5412 -11786)" }, /* @__PURE__ */ React22.createElement("g", { id: "Group_25177", "data-name": "Group 25177", transform: "translate(114 72)" }, /* @__PURE__ */ React22.createElement("g", { id: "Ellipse_353", "data-name": "Ellipse 353", transform: "translate(5299 11715)", fill: "none", stroke: color, "stroke-width": "1.6" }, /* @__PURE__ */ React22.createElement("circle", { cx: "11", cy: "11", r: "11", stroke: "none" }), /* @__PURE__ */ React22.createElement("circle", { cx: "11", cy: "11", r: "10.2", fill: "none" })), /* @__PURE__ */ React22.createElement("g", { id: "Ellipse_354", "data-name": "Ellipse 354", transform: "translate(5304.5 11715)", fill: "none", stroke: color, "stroke-width": "1.6" }, /* @__PURE__ */ React22.createElement("ellipse", { cx: "5.5", cy: "11", rx: "5.5", ry: "11", stroke: "none" }), /* @__PURE__ */ React22.createElement("ellipse", { cx: "5.5", cy: "11", rx: "4.7", ry: "10.2", fill: "none" })), /* @__PURE__ */ React22.createElement("g", { id: "Ellipse_355", "data-name": "Ellipse 355", transform: "translate(5321 11720.5) rotate(90)", fill: "none", stroke: color, "stroke-width": "1.6" }, /* @__PURE__ */ React22.createElement("ellipse", { cx: "5.5", cy: "11", rx: "5.5", ry: "11", stroke: "none" }), /* @__PURE__ */ React22.createElement("ellipse", { cx: "5.5", cy: "11", rx: "4.7", ry: "10.2", fill: "none" }))), /* @__PURE__ */ React22.createElement("g", { id: "Group_25254", "data-name": "Group 25254", transform: "translate(-237 37)" }, /* @__PURE__ */ React22.createElement("rect", { id: "Rectangle_19479", "data-name": "Rectangle 19479", width: "24", height: "24", rx: "5", transform: "translate(5649 11749)", fill: "none" }))));
1028
777
  var questionStatusPublicIcon_default = QuestionStatusPublicIcon;
1029
778
 
1030
779
  // lib/icons/questionTypeAllIcon.tsx
1031
- var React26 = __toESM(require("react"), 1);
1032
- var QuestionTypeAllIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React26.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", ...props }, /* @__PURE__ */ React26.createElement("g", { id: "Group_25265", "data-name": "Group 25265", transform: "translate(-5649 -11749)" }, /* @__PURE__ */ React26.createElement("g", { id: "Group_25227", "data-name": "Group 25227" }, /* @__PURE__ */ React26.createElement("rect", { id: "Rectangle_19479", "data-name": "Rectangle 19479", width: "24", height: "24", rx: "5", transform: "translate(5649 11749)", fill: "none" })), /* @__PURE__ */ React26.createElement("g", { id: "Polygon_9", "data-name": "Polygon 9", transform: "translate(5650 11750)", fill: "#fff" }, /* @__PURE__ */ React26.createElement("path", { d: "M 11 19.9274959564209 L 8.493000030517578 13.93618965148926 L 8.366390228271484 13.63360977172852 L 8.063810348510742 13.50699996948242 L 2.072504997253418 11 L 8.063810348510742 8.493000030517578 L 8.366390228271484 8.366390228271484 L 8.493000030517578 8.063810348510742 L 11 2.072504997253418 L 13.50699996948242 8.063810348510742 L 13.63360977172852 8.366390228271484 L 13.93618965148926 8.493000030517578 L 19.9274959564209 11 L 13.93618965148926 13.50699996948242 L 13.63360977172852 13.63360977172852 L 13.50699996948242 13.93618965148926 L 11 19.9274959564209 Z", stroke: "none" }), /* @__PURE__ */ React26.createElement("path", { d: "M 11 4.144975662231445 L 8.97776985168457 8.97776985168457 L 4.144975662231445 11 L 8.97776985168457 13.02223014831543 L 11 17.85502433776855 L 13.02223014831543 13.02223014831543 L 17.85502433776855 11 L 13.02223014831543 8.97776985168457 L 11 4.144975662231445 M 11 0 L 14.24499988555908 7.755000114440918 L 22 11 L 14.24499988555908 14.24499988555908 L 11 22 L 7.755000114440918 14.24499988555908 L 0 11 L 7.755000114440918 7.755000114440918 L 11 0 Z", stroke: "none", fill: color }))));
780
+ var React23 = __toESM(require("react"), 1);
781
+ var QuestionTypeAllIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React23.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", ...props }, /* @__PURE__ */ React23.createElement("g", { id: "Group_25265", "data-name": "Group 25265", transform: "translate(-5649 -11749)" }, /* @__PURE__ */ React23.createElement("g", { id: "Group_25227", "data-name": "Group 25227" }, /* @__PURE__ */ React23.createElement("rect", { id: "Rectangle_19479", "data-name": "Rectangle 19479", width: "24", height: "24", rx: "5", transform: "translate(5649 11749)", fill: "none" })), /* @__PURE__ */ React23.createElement("g", { id: "Polygon_9", "data-name": "Polygon 9", transform: "translate(5650 11750)", fill: "#fff" }, /* @__PURE__ */ React23.createElement("path", { d: "M 11 19.9274959564209 L 8.493000030517578 13.93618965148926 L 8.366390228271484 13.63360977172852 L 8.063810348510742 13.50699996948242 L 2.072504997253418 11 L 8.063810348510742 8.493000030517578 L 8.366390228271484 8.366390228271484 L 8.493000030517578 8.063810348510742 L 11 2.072504997253418 L 13.50699996948242 8.063810348510742 L 13.63360977172852 8.366390228271484 L 13.93618965148926 8.493000030517578 L 19.9274959564209 11 L 13.93618965148926 13.50699996948242 L 13.63360977172852 13.63360977172852 L 13.50699996948242 13.93618965148926 L 11 19.9274959564209 Z", stroke: "none" }), /* @__PURE__ */ React23.createElement("path", { d: "M 11 4.144975662231445 L 8.97776985168457 8.97776985168457 L 4.144975662231445 11 L 8.97776985168457 13.02223014831543 L 11 17.85502433776855 L 13.02223014831543 13.02223014831543 L 17.85502433776855 11 L 13.02223014831543 8.97776985168457 L 11 4.144975662231445 M 11 0 L 14.24499988555908 7.755000114440918 L 22 11 L 14.24499988555908 14.24499988555908 L 11 22 L 7.755000114440918 14.24499988555908 L 0 11 L 7.755000114440918 7.755000114440918 L 11 0 Z", stroke: "none", fill: color }))));
1033
782
  var questionTypeAllIcon_default = QuestionTypeAllIcon;
1034
783
 
1035
784
  // lib/icons/questionTypeCodingIcon.tsx
1036
- var React27 = __toESM(require("react"), 1);
1037
- var QuestionTypeCodingIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React27.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", ...props }, /* @__PURE__ */ React27.createElement("g", { id: "Group_25232", "data-name": "Group 25232", transform: "translate(-5649 -11854)" }, /* @__PURE__ */ React27.createElement("g", { id: "Group_25226", "data-name": "Group 25226", transform: "translate(-3)" }, /* @__PURE__ */ React27.createElement("path", { id: "Path_53438", "data-name": "Path 53438", d: "M5657,11861l-3.8,5.05,3.8,4.6", transform: "translate(1.8 -0.301)", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-width": "1.6" }), /* @__PURE__ */ React27.createElement("path", { id: "Path_53439", "data-name": "Path 53439", d: "M5653.2,11861l3.8,5.05-3.8,4.6", transform: "translate(16 -0.301)", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-width": "1.6" }), /* @__PURE__ */ React27.createElement("line", { id: "Line_505", "data-name": "Line 505", x1: "4", y2: "16", transform: "translate(5661.5 11857.5)", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-width": "1.6" })), /* @__PURE__ */ React27.createElement("rect", { id: "Rectangle_19481", "data-name": "Rectangle 19481", width: "24", height: "24", rx: "5", transform: "translate(5649 11854)", fill: "none" })));
785
+ var React24 = __toESM(require("react"), 1);
786
+ var QuestionTypeCodingIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React24.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", ...props }, /* @__PURE__ */ React24.createElement("g", { id: "Group_25232", "data-name": "Group 25232", transform: "translate(-5649 -11854)" }, /* @__PURE__ */ React24.createElement("g", { id: "Group_25226", "data-name": "Group 25226", transform: "translate(-3)" }, /* @__PURE__ */ React24.createElement("path", { id: "Path_53438", "data-name": "Path 53438", d: "M5657,11861l-3.8,5.05,3.8,4.6", transform: "translate(1.8 -0.301)", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-width": "1.6" }), /* @__PURE__ */ React24.createElement("path", { id: "Path_53439", "data-name": "Path 53439", d: "M5653.2,11861l3.8,5.05-3.8,4.6", transform: "translate(16 -0.301)", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-width": "1.6" }), /* @__PURE__ */ React24.createElement("line", { id: "Line_505", "data-name": "Line 505", x1: "4", y2: "16", transform: "translate(5661.5 11857.5)", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-width": "1.6" })), /* @__PURE__ */ React24.createElement("rect", { id: "Rectangle_19481", "data-name": "Rectangle 19481", width: "24", height: "24", rx: "5", transform: "translate(5649 11854)", fill: "none" })));
1038
787
  var questionTypeCodingIcon_default = QuestionTypeCodingIcon;
1039
788
 
1040
789
  // lib/icons/questionTypeDescriptiveIcon.tsx
1041
- var React28 = __toESM(require("react"), 1);
1042
- var QuestionTypeDescriptiveIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React28.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", ...props }, /* @__PURE__ */ React28.createElement("g", { id: "Group_25231", "data-name": "Group 25231", transform: "translate(-5649 -11819)" }, /* @__PURE__ */ React28.createElement("g", { id: "Group_25225", "data-name": "Group 25225", transform: "translate(2.5 0.5)" }, /* @__PURE__ */ React28.createElement("line", { id: "Line_501", "data-name": "Line 501", x2: "12", transform: "translate(5649.5 11821.5)", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-width": "1.6" }), /* @__PURE__ */ React28.createElement("line", { id: "Line_504", "data-name": "Line 504", x2: "12", transform: "translate(5649.5 11833.267)", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-width": "1.6" }), /* @__PURE__ */ React28.createElement("line", { id: "Line_502", "data-name": "Line 502", x2: "17.8", transform: "translate(5649.5 11827.384)", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-width": "1.6" }), /* @__PURE__ */ React28.createElement("line", { id: "Line_503", "data-name": "Line 503", x2: "18", transform: "translate(5649.5 11839.5)", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-width": "1.6" })), /* @__PURE__ */ React28.createElement("rect", { id: "Rectangle_19480", "data-name": "Rectangle 19480", width: "24", height: "24", rx: "5", transform: "translate(5649 11819)", fill: "none" })));
790
+ var React25 = __toESM(require("react"), 1);
791
+ var QuestionTypeDescriptiveIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React25.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", ...props }, /* @__PURE__ */ React25.createElement("g", { id: "Group_25231", "data-name": "Group 25231", transform: "translate(-5649 -11819)" }, /* @__PURE__ */ React25.createElement("g", { id: "Group_25225", "data-name": "Group 25225", transform: "translate(2.5 0.5)" }, /* @__PURE__ */ React25.createElement("line", { id: "Line_501", "data-name": "Line 501", x2: "12", transform: "translate(5649.5 11821.5)", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-width": "1.6" }), /* @__PURE__ */ React25.createElement("line", { id: "Line_504", "data-name": "Line 504", x2: "12", transform: "translate(5649.5 11833.267)", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-width": "1.6" }), /* @__PURE__ */ React25.createElement("line", { id: "Line_502", "data-name": "Line 502", x2: "17.8", transform: "translate(5649.5 11827.384)", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-width": "1.6" }), /* @__PURE__ */ React25.createElement("line", { id: "Line_503", "data-name": "Line 503", x2: "18", transform: "translate(5649.5 11839.5)", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-width": "1.6" })), /* @__PURE__ */ React25.createElement("rect", { id: "Rectangle_19480", "data-name": "Rectangle 19480", width: "24", height: "24", rx: "5", transform: "translate(5649 11819)", fill: "none" })));
1043
792
  var questionTypeDescriptiveIcon_default = QuestionTypeDescriptiveIcon;
1044
793
 
1045
794
  // lib/icons/questionTypeMultipleIcon.tsx
1046
- var React29 = __toESM(require("react"), 1);
1047
- var QuestionTypeMultipleIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React29.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", ...props }, /* @__PURE__ */ React29.createElement("g", { id: "Group_25228", "data-name": "Group 25228", transform: "translate(-5649 -11749)" }, /* @__PURE__ */ React29.createElement("g", { id: "Group_25224", "data-name": "Group 25224", transform: "translate(1 1)" }, /* @__PURE__ */ React29.createElement("g", { id: "Rectangle_19479", "data-name": "Rectangle 19479", transform: "translate(5649 11749)", fill: "none", stroke: color, "stroke-width": "1.6" }, /* @__PURE__ */ React29.createElement("rect", { width: "22", height: "22", rx: "5", stroke: "none" }), /* @__PURE__ */ React29.createElement("rect", { x: "0.8", y: "0.8", width: "20.4", height: "20.4", rx: "4.2", fill: "none" })), /* @__PURE__ */ React29.createElement("path", { id: "Icon_feather-check", "data-name": "Icon feather-check", d: "M16.02,9,9.131,15.889,6,12.758", transform: "translate(5649.427 11747.506)", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.6" })), /* @__PURE__ */ React29.createElement("g", { id: "Group_25227", "data-name": "Group 25227" }, /* @__PURE__ */ React29.createElement("rect", { id: "Rectangle_19479-2", "data-name": "Rectangle 19479", width: "24", height: "24", rx: "5", transform: "translate(5649 11749)", fill: "none" }))));
795
+ var React26 = __toESM(require("react"), 1);
796
+ var QuestionTypeMultipleIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React26.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", ...props }, /* @__PURE__ */ React26.createElement("g", { id: "Group_25228", "data-name": "Group 25228", transform: "translate(-5649 -11749)" }, /* @__PURE__ */ React26.createElement("g", { id: "Group_25224", "data-name": "Group 25224", transform: "translate(1 1)" }, /* @__PURE__ */ React26.createElement("g", { id: "Rectangle_19479", "data-name": "Rectangle 19479", transform: "translate(5649 11749)", fill: "none", stroke: color, "stroke-width": "1.6" }, /* @__PURE__ */ React26.createElement("rect", { width: "22", height: "22", rx: "5", stroke: "none" }), /* @__PURE__ */ React26.createElement("rect", { x: "0.8", y: "0.8", width: "20.4", height: "20.4", rx: "4.2", fill: "none" })), /* @__PURE__ */ React26.createElement("path", { id: "Icon_feather-check", "data-name": "Icon feather-check", d: "M16.02,9,9.131,15.889,6,12.758", transform: "translate(5649.427 11747.506)", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.6" })), /* @__PURE__ */ React26.createElement("g", { id: "Group_25227", "data-name": "Group 25227" }, /* @__PURE__ */ React26.createElement("rect", { id: "Rectangle_19479-2", "data-name": "Rectangle 19479", width: "24", height: "24", rx: "5", transform: "translate(5649 11749)", fill: "none" }))));
1048
797
  var questionTypeMultipleIcon_default = QuestionTypeMultipleIcon;
1049
798
 
1050
799
  // lib/icons/questionTypeSingleIcon.tsx
1051
- var React30 = __toESM(require("react"), 1);
1052
- var QuestionTypeSingleIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React30.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", ...props }, /* @__PURE__ */ React30.createElement("g", { id: "Group_25230", "data-name": "Group 25230", transform: "translate(-5649 -11786)" }, /* @__PURE__ */ React30.createElement("g", { id: "Ellipse_383", "data-name": "Ellipse 383", transform: "translate(5650 11787)", fill: "none", stroke: color, "stroke-width": "1.6" }, /* @__PURE__ */ React30.createElement("circle", { cx: "11", cy: "11", r: "11", stroke: "none" }), /* @__PURE__ */ React30.createElement("circle", { cx: "11", cy: "11", r: "10.2", fill: "none" })), /* @__PURE__ */ React30.createElement("g", { id: "Group_25229", "data-name": "Group 25229", transform: "translate(0 37)" }, /* @__PURE__ */ React30.createElement("rect", { id: "Rectangle_19479", "data-name": "Rectangle 19479", width: "24", height: "24", rx: "5", transform: "translate(5649 11749)", fill: "none" })), /* @__PURE__ */ React30.createElement("g", { id: "Ellipse_384", "data-name": "Ellipse 384", transform: "translate(5657 11794)", fill: "none", stroke: color, "stroke-width": "1.6" }, /* @__PURE__ */ React30.createElement("circle", { cx: "4", cy: "4", r: "4", stroke: "none" }), /* @__PURE__ */ React30.createElement("circle", { cx: "4", cy: "4", r: "3.2", fill: "none" }))));
800
+ var React27 = __toESM(require("react"), 1);
801
+ var QuestionTypeSingleIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React27.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", ...props }, /* @__PURE__ */ React27.createElement("g", { id: "Group_25230", "data-name": "Group 25230", transform: "translate(-5649 -11786)" }, /* @__PURE__ */ React27.createElement("g", { id: "Ellipse_383", "data-name": "Ellipse 383", transform: "translate(5650 11787)", fill: "none", stroke: color, "stroke-width": "1.6" }, /* @__PURE__ */ React27.createElement("circle", { cx: "11", cy: "11", r: "11", stroke: "none" }), /* @__PURE__ */ React27.createElement("circle", { cx: "11", cy: "11", r: "10.2", fill: "none" })), /* @__PURE__ */ React27.createElement("g", { id: "Group_25229", "data-name": "Group 25229", transform: "translate(0 37)" }, /* @__PURE__ */ React27.createElement("rect", { id: "Rectangle_19479", "data-name": "Rectangle 19479", width: "24", height: "24", rx: "5", transform: "translate(5649 11749)", fill: "none" })), /* @__PURE__ */ React27.createElement("g", { id: "Ellipse_384", "data-name": "Ellipse 384", transform: "translate(5657 11794)", fill: "none", stroke: color, "stroke-width": "1.6" }, /* @__PURE__ */ React27.createElement("circle", { cx: "4", cy: "4", r: "4", stroke: "none" }), /* @__PURE__ */ React27.createElement("circle", { cx: "4", cy: "4", r: "3.2", fill: "none" }))));
1053
802
  var questionTypeSingleIcon_default = QuestionTypeSingleIcon;
1054
803
 
1055
804
  // lib/icons/resendInviteIcon.tsx
1056
- var React31 = __toESM(require("react"), 1);
1057
- var ResendInviteIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React31.createElement(
805
+ var React28 = __toESM(require("react"), 1);
806
+ var ResendInviteIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React28.createElement(
1058
807
  "svg",
1059
808
  {
1060
809
  version: "1.0",
@@ -1065,47 +814,47 @@ var ResendInviteIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ Reac
1065
814
  preserveAspectRatio: "xMidYMid meet",
1066
815
  ...props
1067
816
  },
1068
- /* @__PURE__ */ React31.createElement(
817
+ /* @__PURE__ */ React28.createElement(
1069
818
  "g",
1070
819
  {
1071
820
  transform: "translate(0.000000,512.000000) scale(0.100000,-0.100000)",
1072
821
  fill: color,
1073
822
  stroke: "none"
1074
823
  },
1075
- /* @__PURE__ */ React31.createElement("path", { d: "M3849 5101 c-44 -14 -74 -39 -97 -80 -19 -34 -22 -54 -22 -168 l0\n-130 -105 -11 c-240 -26 -421 -78 -620 -177 -294 -146 -508 -363 -659 -670\n-138 -279 -206 -593 -210 -960 -1 -179 -1 -180 26 -226 32 -54 79 -81 143 -81\n75 0 117 33 175 135 76 136 205 288 344 406 188 160 521 350 776 445 52 19\n103 38 113 41 15 6 17 -1 17 -80 0 -60 5 -98 16 -122 36 -75 130 -112 207 -79\n46 19 971 748 994 783 25 38 28 114 7 158 -14 30 -117 117 -486 411 -257 205\n-478 380 -490 388 -29 19 -95 28 -129 17z m500 -524 c245 -194 443 -357 441\n-362 -2 -6 -202 -169 -444 -363 l-441 -352 -5 141 c-5 139 -5 141 -33 165 -37\n31 -53 30 -178 -10 -600 -195 -1083 -532 -1328 -928 l-48 -78 -6 36 c-9 56 10\n337 32 465 35 199 99 394 182 549 123 227 330 430 554 542 188 94 410 151 635\n164 58 4 120 13 138 20 49 20 55 48 48 217 -4 81 -3 147 1 147 5 -1 208 -159\n452 -353z" }),
1076
- /* @__PURE__ */ React31.createElement("path", { d: "M418 3136 c-114 -47 -212 -146 -250 -253 -10 -31 -13 -276 -13 -1299\nl0 -1260 37 -76 c60 -120 157 -196 287 -223 62 -13 309 -15 1859 -13 l1787 3\n58 22 c115 43 203 130 250 243 l22 55 3 1229 c3 1354 5 1298 -59 1397 -42 67\n-120 136 -187 167 l-57 27 -574 3 -574 3 -24 -22 c-33 -32 -32 -87 3 -120 l26\n-24 548 -5 c302 -3 551 -7 554 -11 16 -16 -1560 -1281 -1761 -1413 -40 -26\n-42 -27 -72 -12 -113 59 -1781 1387 -1785 1422 -1 5 291 11 732 14 l734 5 24\n28 c29 34 31 76 3 111 l-20 26 -747 0 -747 0 -57 -24z m262 -541 c925 -761\n1490 -1193 1599 -1225 39 -11 103 19 230 107 261 181 900 687 1573 1245 92 77\n172 137 177 133 29 -17 31 -110 31 -1265 0 -1151 -3 -1260 -30 -1260 -5 0\n-244 233 -530 517 -492 488 -524 517 -557 517 -45 0 -83 -40 -83 -87 0 -28 52\n-84 521 -553 443 -443 518 -522 502 -530 -20 -10 -3477 -19 -3558 -9 -28 3\n-57 10 -65 15 -12 8 94 118 502 522 334 330 520 522 523 538 13 59 -47 121\n-100 103 -14 -4 -260 -241 -548 -525 l-524 -517 -12 38 c-8 28 -11 367 -11\n1235 0 1034 2 1201 15 1232 10 24 19 33 27 28 7 -5 150 -121 318 -259z" })
824
+ /* @__PURE__ */ React28.createElement("path", { d: "M3849 5101 c-44 -14 -74 -39 -97 -80 -19 -34 -22 -54 -22 -168 l0\n-130 -105 -11 c-240 -26 -421 -78 -620 -177 -294 -146 -508 -363 -659 -670\n-138 -279 -206 -593 -210 -960 -1 -179 -1 -180 26 -226 32 -54 79 -81 143 -81\n75 0 117 33 175 135 76 136 205 288 344 406 188 160 521 350 776 445 52 19\n103 38 113 41 15 6 17 -1 17 -80 0 -60 5 -98 16 -122 36 -75 130 -112 207 -79\n46 19 971 748 994 783 25 38 28 114 7 158 -14 30 -117 117 -486 411 -257 205\n-478 380 -490 388 -29 19 -95 28 -129 17z m500 -524 c245 -194 443 -357 441\n-362 -2 -6 -202 -169 -444 -363 l-441 -352 -5 141 c-5 139 -5 141 -33 165 -37\n31 -53 30 -178 -10 -600 -195 -1083 -532 -1328 -928 l-48 -78 -6 36 c-9 56 10\n337 32 465 35 199 99 394 182 549 123 227 330 430 554 542 188 94 410 151 635\n164 58 4 120 13 138 20 49 20 55 48 48 217 -4 81 -3 147 1 147 5 -1 208 -159\n452 -353z" }),
825
+ /* @__PURE__ */ React28.createElement("path", { d: "M418 3136 c-114 -47 -212 -146 -250 -253 -10 -31 -13 -276 -13 -1299\nl0 -1260 37 -76 c60 -120 157 -196 287 -223 62 -13 309 -15 1859 -13 l1787 3\n58 22 c115 43 203 130 250 243 l22 55 3 1229 c3 1354 5 1298 -59 1397 -42 67\n-120 136 -187 167 l-57 27 -574 3 -574 3 -24 -22 c-33 -32 -32 -87 3 -120 l26\n-24 548 -5 c302 -3 551 -7 554 -11 16 -16 -1560 -1281 -1761 -1413 -40 -26\n-42 -27 -72 -12 -113 59 -1781 1387 -1785 1422 -1 5 291 11 732 14 l734 5 24\n28 c29 34 31 76 3 111 l-20 26 -747 0 -747 0 -57 -24z m262 -541 c925 -761\n1490 -1193 1599 -1225 39 -11 103 19 230 107 261 181 900 687 1573 1245 92 77\n172 137 177 133 29 -17 31 -110 31 -1265 0 -1151 -3 -1260 -30 -1260 -5 0\n-244 233 -530 517 -492 488 -524 517 -557 517 -45 0 -83 -40 -83 -87 0 -28 52\n-84 521 -553 443 -443 518 -522 502 -530 -20 -10 -3477 -19 -3558 -9 -28 3\n-57 10 -65 15 -12 8 94 118 502 522 334 330 520 522 523 538 13 59 -47 121\n-100 103 -14 -4 -260 -241 -548 -525 l-524 -517 -12 38 c-8 28 -11 367 -11\n1235 0 1034 2 1201 15 1232 10 24 19 33 27 28 7 -5 150 -121 318 -259z" })
1077
826
  )
1078
827
  );
1079
828
  var resendInviteIcon_default = ResendInviteIcon;
1080
829
 
1081
830
  // lib/icons/subscribeIcon.tsx
1082
- var React32 = __toESM(require("react"), 1);
1083
- var SubscribeIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React32.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "28.86", height: "23.799", viewBox: "0 0 28.86 23.799", ...props }, /* @__PURE__ */ React32.createElement("g", { id: "Group_24743", "data-name": "Group 24743", transform: "translate(-1771.07 -708.433)" }, /* @__PURE__ */ React32.createElement("g", { id: "Icon_feather-bell", "data-name": "Icon feather-bell", transform: "translate(1771.698 708)" }, /* @__PURE__ */ React32.createElement("path", { id: "Path_52630", "data-name": "Path 52630", d: "M19.752,9.413A6.262,6.262,0,0,0,13.651,3a6.262,6.262,0,0,0-6.1,6.413c0,7.481-3.05,9.619-3.05,9.619H22.8s-3.05-2.138-3.05-9.619", transform: "translate(0 -1.667)", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.8" }), /* @__PURE__ */ React32.createElement("path", { id: "Path_52631", "data-name": "Path 52631", d: "M19.538,31.5a2.389,2.389,0,0,1-4.133,0", transform: "translate(-3.82 -9.358)", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.8" })), /* @__PURE__ */ React32.createElement("path", { id: "Path_52635", "data-name": "Path 52635", d: "M12.686,38.331a.555.555,0,0,0,.4-.168.57.57,0,0,0,0-.805,6.672,6.672,0,0,1,0-9.423.57.57,0,0,0-.805-.805,7.811,7.811,0,0,0,0,11.034A.555.555,0,0,0,12.686,38.331Z", transform: "translate(1761.218 684.669)", fill: color, stroke: color, "stroke-width": "0.3" }), /* @__PURE__ */ React32.createElement("path", { id: "Path_52636", "data-name": "Path 52636", d: "M18.816,39.021a.562.562,0,0,0,.4.168.555.555,0,0,0,.4-.168.57.57,0,0,0,0-.805,3.537,3.537,0,0,1,0-5,.57.57,0,1,0-.805-.805A4.677,4.677,0,0,0,18.816,39.021Z", transform: "translate(1756.896 681.605)", fill: color, stroke: color, "stroke-width": "0.3" }), /* @__PURE__ */ React32.createElement("path", { id: "Path_52637", "data-name": "Path 52637", d: "M82.409,37.357a.57.57,0,0,0,0,.805.562.562,0,0,0,.4.168.555.555,0,0,0,.4-.168,7.811,7.811,0,0,0,0-11.034.57.57,0,0,0-.805.805A6.672,6.672,0,0,1,82.409,37.357Z", transform: "translate(1714.284 684.669)", fill: color, stroke: color, "stroke-width": "0.3" }), /* @__PURE__ */ React32.createElement("path", { id: "Path_52638", "data-name": "Path 52638", d: "M77.139,39.015a.562.562,0,0,0,.4.168.555.555,0,0,0,.4-.168,4.682,4.682,0,0,0,0-6.616.57.57,0,0,0-.805.805,3.537,3.537,0,0,1,0,5A.575.575,0,0,0,77.139,39.015Z", transform: "translate(1717.343 681.61)", fill: color, stroke: color, "stroke-width": "0.3" })));
831
+ var React29 = __toESM(require("react"), 1);
832
+ var SubscribeIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React29.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "28.86", height: "23.799", viewBox: "0 0 28.86 23.799", ...props }, /* @__PURE__ */ React29.createElement("g", { id: "Group_24743", "data-name": "Group 24743", transform: "translate(-1771.07 -708.433)" }, /* @__PURE__ */ React29.createElement("g", { id: "Icon_feather-bell", "data-name": "Icon feather-bell", transform: "translate(1771.698 708)" }, /* @__PURE__ */ React29.createElement("path", { id: "Path_52630", "data-name": "Path 52630", d: "M19.752,9.413A6.262,6.262,0,0,0,13.651,3a6.262,6.262,0,0,0-6.1,6.413c0,7.481-3.05,9.619-3.05,9.619H22.8s-3.05-2.138-3.05-9.619", transform: "translate(0 -1.667)", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.8" }), /* @__PURE__ */ React29.createElement("path", { id: "Path_52631", "data-name": "Path 52631", d: "M19.538,31.5a2.389,2.389,0,0,1-4.133,0", transform: "translate(-3.82 -9.358)", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.8" })), /* @__PURE__ */ React29.createElement("path", { id: "Path_52635", "data-name": "Path 52635", d: "M12.686,38.331a.555.555,0,0,0,.4-.168.57.57,0,0,0,0-.805,6.672,6.672,0,0,1,0-9.423.57.57,0,0,0-.805-.805,7.811,7.811,0,0,0,0,11.034A.555.555,0,0,0,12.686,38.331Z", transform: "translate(1761.218 684.669)", fill: color, stroke: color, "stroke-width": "0.3" }), /* @__PURE__ */ React29.createElement("path", { id: "Path_52636", "data-name": "Path 52636", d: "M18.816,39.021a.562.562,0,0,0,.4.168.555.555,0,0,0,.4-.168.57.57,0,0,0,0-.805,3.537,3.537,0,0,1,0-5,.57.57,0,1,0-.805-.805A4.677,4.677,0,0,0,18.816,39.021Z", transform: "translate(1756.896 681.605)", fill: color, stroke: color, "stroke-width": "0.3" }), /* @__PURE__ */ React29.createElement("path", { id: "Path_52637", "data-name": "Path 52637", d: "M82.409,37.357a.57.57,0,0,0,0,.805.562.562,0,0,0,.4.168.555.555,0,0,0,.4-.168,7.811,7.811,0,0,0,0-11.034.57.57,0,0,0-.805.805A6.672,6.672,0,0,1,82.409,37.357Z", transform: "translate(1714.284 684.669)", fill: color, stroke: color, "stroke-width": "0.3" }), /* @__PURE__ */ React29.createElement("path", { id: "Path_52638", "data-name": "Path 52638", d: "M77.139,39.015a.562.562,0,0,0,.4.168.555.555,0,0,0,.4-.168,4.682,4.682,0,0,0,0-6.616.57.57,0,0,0-.805.805,3.537,3.537,0,0,1,0,5A.575.575,0,0,0,77.139,39.015Z", transform: "translate(1717.343 681.61)", fill: color, stroke: color, "stroke-width": "0.3" })));
1084
833
  var subscribeIcon_default = SubscribeIcon;
1085
834
 
1086
835
  // lib/icons/suspendUserIcon.tsx
1087
- var React33 = __toESM(require("react"), 1);
1088
- var SuspendUserIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React33.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "25.8", height: "25.8", viewBox: "0 0 25.8 25.8", ...props }, /* @__PURE__ */ React33.createElement("g", { id: "Group_24703", "data-name": "Group 24703", transform: "translate(-1737.415 -376.95)" }, /* @__PURE__ */ React33.createElement("g", { id: "Group_24684", "data-name": "Group 24684", transform: "translate(1738.315 377.85)" }, /* @__PURE__ */ React33.createElement("ellipse", { id: "Ellipse_414", "data-name": "Ellipse 414", cx: "4.979", cy: "5.203", rx: "4.979", ry: "5.203", transform: "translate(3.506)", fill: "rgba(0,0,0,0)", stroke: color, "stroke-width": "1.8" }), /* @__PURE__ */ React33.createElement("path", { id: "Path_52609", "data-name": "Path 52609", d: "M128.5,212.538a8.719,8.719,0,0,1,14.56-6.69", transform: "translate(-128.5 -193.195)", fill: "rgba(0,0,0,0)", stroke: color, "stroke-width": "1.8" })), /* @__PURE__ */ React33.createElement("g", { id: "Group_24690", "data-name": "Group 24690", transform: "translate(1750.156 389.69)" }, /* @__PURE__ */ React33.createElement("g", { id: "Group_24741", "data-name": "Group 24741" }, /* @__PURE__ */ React33.createElement("ellipse", { id: "Ellipse_415", "data-name": "Ellipse 415", cx: "6.08", cy: "6.08", rx: "6.08", ry: "6.08", fill: "none", stroke: color, "stroke-width": "1.8", "stroke-dasharray": "470 154" }), /* @__PURE__ */ React33.createElement("line", { id: "Line_419", "data-name": "Line 419", x1: "7", y2: "9", transform: "translate(2.66 1.66)", fill: "none", stroke: color, "stroke-width": "1.8" })))));
836
+ var React30 = __toESM(require("react"), 1);
837
+ var SuspendUserIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React30.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "25.8", height: "25.8", viewBox: "0 0 25.8 25.8", ...props }, /* @__PURE__ */ React30.createElement("g", { id: "Group_24703", "data-name": "Group 24703", transform: "translate(-1737.415 -376.95)" }, /* @__PURE__ */ React30.createElement("g", { id: "Group_24684", "data-name": "Group 24684", transform: "translate(1738.315 377.85)" }, /* @__PURE__ */ React30.createElement("ellipse", { id: "Ellipse_414", "data-name": "Ellipse 414", cx: "4.979", cy: "5.203", rx: "4.979", ry: "5.203", transform: "translate(3.506)", fill: "rgba(0,0,0,0)", stroke: color, "stroke-width": "1.8" }), /* @__PURE__ */ React30.createElement("path", { id: "Path_52609", "data-name": "Path 52609", d: "M128.5,212.538a8.719,8.719,0,0,1,14.56-6.69", transform: "translate(-128.5 -193.195)", fill: "rgba(0,0,0,0)", stroke: color, "stroke-width": "1.8" })), /* @__PURE__ */ React30.createElement("g", { id: "Group_24690", "data-name": "Group 24690", transform: "translate(1750.156 389.69)" }, /* @__PURE__ */ React30.createElement("g", { id: "Group_24741", "data-name": "Group 24741" }, /* @__PURE__ */ React30.createElement("ellipse", { id: "Ellipse_415", "data-name": "Ellipse 415", cx: "6.08", cy: "6.08", rx: "6.08", ry: "6.08", fill: "none", stroke: color, "stroke-width": "1.8", "stroke-dasharray": "470 154" }), /* @__PURE__ */ React30.createElement("line", { id: "Line_419", "data-name": "Line 419", x1: "7", y2: "9", transform: "translate(2.66 1.66)", fill: "none", stroke: color, "stroke-width": "1.8" })))));
1089
838
  var suspendUserIcon_default = SuspendUserIcon;
1090
839
 
1091
840
  // lib/icons/unsubscribeIcon.tsx
1092
- var React34 = __toESM(require("react"), 1);
1093
- var UnsubscribeIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React34.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "26.546", height: "26.546", viewBox: "0 0 26.546 26.546", ...props }, /* @__PURE__ */ React34.createElement("g", { id: "Icon_feather-bell-off", "data-name": "Icon feather-bell-off", transform: "translate(-0.227 -0.227)" }, /* @__PURE__ */ React34.createElement("path", { id: "Path_52625", "data-name": "Path 52625", d: "M19.075,31.5a2.121,2.121,0,0,1-3.67,0", transform: "translate(-3.74 -8.121)", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.8" }), /* @__PURE__ */ React34.createElement("path", { id: "Path_52626", "data-name": "Path 52626", d: "M27.667,17.3A18.974,18.974,0,0,1,27,12", transform: "translate(-6.938 -2.801)", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.8" }), /* @__PURE__ */ React34.createElement("path", { id: "Path_52627", "data-name": "Path 52627", d: "M7.958,9.39a6.935,6.935,0,0,0-.276,1.953c0,7.859-3.182,10.1-3.182,10.1H19.348", transform: "translate(-0.879 -2.311)", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.8" }), /* @__PURE__ */ React34.createElement("path", { id: "Path_52628", "data-name": "Path 52628", d: "M22.9,9.36a6.364,6.364,0,0,0-9.9-5.3", transform: "translate(-2.967 -0.435)", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.8" }), /* @__PURE__ */ React34.createElement("path", { id: "Path_52629", "data-name": "Path 52629", d: "M1.5,1.5l24,24", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.8" })));
841
+ var React31 = __toESM(require("react"), 1);
842
+ var UnsubscribeIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React31.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "26.546", height: "26.546", viewBox: "0 0 26.546 26.546", ...props }, /* @__PURE__ */ React31.createElement("g", { id: "Icon_feather-bell-off", "data-name": "Icon feather-bell-off", transform: "translate(-0.227 -0.227)" }, /* @__PURE__ */ React31.createElement("path", { id: "Path_52625", "data-name": "Path 52625", d: "M19.075,31.5a2.121,2.121,0,0,1-3.67,0", transform: "translate(-3.74 -8.121)", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.8" }), /* @__PURE__ */ React31.createElement("path", { id: "Path_52626", "data-name": "Path 52626", d: "M27.667,17.3A18.974,18.974,0,0,1,27,12", transform: "translate(-6.938 -2.801)", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.8" }), /* @__PURE__ */ React31.createElement("path", { id: "Path_52627", "data-name": "Path 52627", d: "M7.958,9.39a6.935,6.935,0,0,0-.276,1.953c0,7.859-3.182,10.1-3.182,10.1H19.348", transform: "translate(-0.879 -2.311)", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.8" }), /* @__PURE__ */ React31.createElement("path", { id: "Path_52628", "data-name": "Path 52628", d: "M22.9,9.36a6.364,6.364,0,0,0-9.9-5.3", transform: "translate(-2.967 -0.435)", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.8" }), /* @__PURE__ */ React31.createElement("path", { id: "Path_52629", "data-name": "Path 52629", d: "M1.5,1.5l24,24", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.8" })));
1094
843
  var unsubscribeIcon_default = UnsubscribeIcon;
1095
844
 
1096
845
  // lib/icons/uploadIcon.tsx
1097
- var React35 = __toESM(require("react"), 1);
1098
- var UploadIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React35.createElement("svg", { width: "800px", height: "800px", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React35.createElement("title", null), /* @__PURE__ */ React35.createElement("g", { id: "Complete" }, /* @__PURE__ */ React35.createElement("g", { id: "upload" }, /* @__PURE__ */ React35.createElement("g", null, /* @__PURE__ */ React35.createElement("path", { d: "M3,12.3v7a2,2,0,0,0,2,2H19a2,2,0,0,0,2-2v-7", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "2" }), /* @__PURE__ */ React35.createElement("g", null, /* @__PURE__ */ React35.createElement("polyline", { "data-name": "Right", fill: "none", id: "Right-2", points: "7.9 6.7 12 2.7 16.1 6.7", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "2" }), /* @__PURE__ */ React35.createElement("line", { fill: "none", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "2", x1: "12", x2: "12", y1: "16.3", y2: "4.8" }))))));
846
+ var React32 = __toESM(require("react"), 1);
847
+ var UploadIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React32.createElement("svg", { width: "800px", height: "800px", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React32.createElement("title", null), /* @__PURE__ */ React32.createElement("g", { id: "Complete" }, /* @__PURE__ */ React32.createElement("g", { id: "upload" }, /* @__PURE__ */ React32.createElement("g", null, /* @__PURE__ */ React32.createElement("path", { d: "M3,12.3v7a2,2,0,0,0,2,2H19a2,2,0,0,0,2-2v-7", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "2" }), /* @__PURE__ */ React32.createElement("g", null, /* @__PURE__ */ React32.createElement("polyline", { "data-name": "Right", fill: "none", id: "Right-2", points: "7.9 6.7 12 2.7 16.1 6.7", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "2" }), /* @__PURE__ */ React32.createElement("line", { fill: "none", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "2", x1: "12", x2: "12", y1: "16.3", y2: "4.8" }))))));
1099
848
  var uploadIcon_default = UploadIcon;
1100
849
 
1101
850
  // lib/icons/viewIcon.tsx
1102
- var React36 = __toESM(require("react"), 1);
1103
- var ViewIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React36.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "26.55", height: "19.8", viewBox: "0 0 26.55 19.8", ...props }, /* @__PURE__ */ React36.createElement("g", { id: "Icon_feather-eye", "data-name": "Icon feather-eye", transform: "translate(-0.6 -5.1)" }, /* @__PURE__ */ React36.createElement("path", { id: "Path_52621", "data-name": "Path 52621", d: "M1.5,15S6,6,13.875,6,26.25,15,26.25,15s-4.5,9-12.375,9S1.5,15,1.5,15Z", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.8" }), /* @__PURE__ */ React36.createElement("path", { id: "Path_52622", "data-name": "Path 52622", d: "M20.25,16.875A3.375,3.375,0,1,1,16.875,13.5,3.375,3.375,0,0,1,20.25,16.875Z", transform: "translate(-3 -1.875)", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.8" })));
851
+ var React33 = __toESM(require("react"), 1);
852
+ var ViewIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React33.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "26.55", height: "19.8", viewBox: "0 0 26.55 19.8", ...props }, /* @__PURE__ */ React33.createElement("g", { id: "Icon_feather-eye", "data-name": "Icon feather-eye", transform: "translate(-0.6 -5.1)" }, /* @__PURE__ */ React33.createElement("path", { id: "Path_52621", "data-name": "Path 52621", d: "M1.5,15S6,6,13.875,6,26.25,15,26.25,15s-4.5,9-12.375,9S1.5,15,1.5,15Z", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.8" }), /* @__PURE__ */ React33.createElement("path", { id: "Path_52622", "data-name": "Path 52622", d: "M20.25,16.875A3.375,3.375,0,1,1,16.875,13.5,3.375,3.375,0,0,1,20.25,16.875Z", transform: "translate(-3 -1.875)", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.8" })));
1104
853
  var viewIcon_default = ViewIcon;
1105
854
 
1106
855
  // lib/icons/userAssignIcon.tsx
1107
- var React37 = __toESM(require("react"), 1);
1108
- var UserAssignIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React37.createElement(
856
+ var React34 = __toESM(require("react"), 1);
857
+ var UserAssignIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React34.createElement(
1109
858
  "svg",
1110
859
  {
1111
860
  xmlns: "http://www.w3.org/2000/svg",
@@ -1114,7 +863,7 @@ var UserAssignIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React3
1114
863
  viewBox: "0 0 25.8 25.8",
1115
864
  ...props
1116
865
  },
1117
- /* @__PURE__ */ React37.createElement("g", { transform: "translate(-1737.415 -376.95)" }, /* @__PURE__ */ React37.createElement("g", { transform: "translate(1738.315 377.85)" }, /* @__PURE__ */ React37.createElement(
866
+ /* @__PURE__ */ React34.createElement("g", { transform: "translate(-1737.415 -376.95)" }, /* @__PURE__ */ React34.createElement("g", { transform: "translate(1738.315 377.85)" }, /* @__PURE__ */ React34.createElement(
1118
867
  "ellipse",
1119
868
  {
1120
869
  cx: "4.979",
@@ -1127,7 +876,7 @@ var UserAssignIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React3
1127
876
  "stroke-miterlimit": "10",
1128
877
  "stroke-width": "1.8"
1129
878
  }
1130
- ), /* @__PURE__ */ React37.createElement(
879
+ ), /* @__PURE__ */ React34.createElement(
1131
880
  "path",
1132
881
  {
1133
882
  d: "M128.5,212.538a8.719,8.719,0,0,1,14.56-6.69",
@@ -1137,7 +886,7 @@ var UserAssignIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React3
1137
886
  "stroke-miterlimit": "10",
1138
887
  "stroke-width": "1.8"
1139
888
  }
1140
- )), /* @__PURE__ */ React37.createElement("g", { transform: "translate(1750.156 389.69)" }, /* @__PURE__ */ React37.createElement(
889
+ )), /* @__PURE__ */ React34.createElement("g", { transform: "translate(1750.156 389.69)" }, /* @__PURE__ */ React34.createElement(
1141
890
  "ellipse",
1142
891
  {
1143
892
  cx: "6.08",
@@ -1150,7 +899,7 @@ var UserAssignIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React3
1150
899
  "stroke-width": "1.8",
1151
900
  "stroke-dasharray": "470 154"
1152
901
  }
1153
- ), /* @__PURE__ */ React37.createElement(
902
+ ), /* @__PURE__ */ React34.createElement(
1154
903
  "path",
1155
904
  {
1156
905
  d: "M4.124-7.067H6.333v1.291H4.124v2.517H2.752V-5.777H.531V-7.067H2.752V-9.422H4.124Z",
@@ -1162,56 +911,195 @@ var UserAssignIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React3
1162
911
  var userAssignIcon_default = UserAssignIcon;
1163
912
 
1164
913
  // lib/icons/rufousBirdIcon.tsx
1165
- var React38 = __toESM(require("react"), 1);
1166
- var RufousBirdIcon = (props) => /* @__PURE__ */ React38.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "59", height: "59", viewBox: "0 0 59 59", ...props }, /* @__PURE__ */ React38.createElement("g", { id: "Group_11748", "data-name": "Group 11748", transform: "translate(-431.438 -724.333)" }, /* @__PURE__ */ React38.createElement("g", { id: "bird", transform: "translate(442.91 741.013)" }, /* @__PURE__ */ React38.createElement("path", { id: "Fill_4", "data-name": "Fill 4", d: "M.463,25.64a2.525,2.525,0,0,1-.333-.03l-.019,0A.172.172,0,0,1,0,25.487c0-.041.047-.105.092-.131.159-.091.323-.18.481-.266.262-.143.533-.29.791-.449.516-.316,1.03-.654,1.527-.981l.006,0,.166-.109.326-.213h0c.4-.261.814-.53,1.2-.818.645-.478,1.209-.928,1.724-1.375a14.642,14.642,0,0,0,1.178-1.172A9.323,9.323,0,0,0,8.256,19l.013-.019A10.377,10.377,0,0,0,9.023,17.8a6.866,6.866,0,0,0,.388-1l.063-.19a2.97,2.97,0,0,0,.091-.382c.017-.088.035-.18.057-.268a3.272,3.272,0,0,0,.109-.85,2.979,2.979,0,0,0-.131-.846c-.043-.141-.084-.285-.123-.424h0c-.074-.263-.151-.535-.247-.8A5.752,5.752,0,0,0,7.724,10.9a9.475,9.475,0,0,0-2.14-1.538c-.5-.264-1.034-.484-1.551-.7l-.1-.043c-.2-.082-.41-.15-.614-.215-.141-.045-.287-.092-.429-.144-.071-.026-.174-.113-.166-.152a.46.46,0,0,1,.156-.264.6.6,0,0,1,.3-.074c.253-.019.509-.042.757-.064C4.574,7.654,5.241,7.6,5.9,7.591h.077A8.657,8.657,0,0,1,7.9,7.8a7.843,7.843,0,0,1,2.067.742,6.8,6.8,0,0,1,1.522,1.028.613.613,0,0,1,.18.264,8.413,8.413,0,0,1,.3,2.18c-.005.889-.008,1.8-.009,2.773a5.617,5.617,0,0,0,.026.563.684.684,0,0,0,.054.178c.015.039.033.083.051.137.022-.049.041-.088.056-.119a.567.567,0,0,0,.053-.132c.034-.168.072-.339.108-.5.09-.41.182-.834.237-1.256a18.237,18.237,0,0,0,.156-2.24,14.831,14.831,0,0,0-.154-2.239,8.566,8.566,0,0,0-.369-1.387c-.041-.126-.084-.256-.124-.384a6.343,6.343,0,0,0-.385-.971c-.238-.472-.506-.934-.782-1.4a6.2,6.2,0,0,0-.425-.607c-.065-.085-.129-.173-.191-.258a5.414,5.414,0,0,0-.571-.7A20.834,20.834,0,0,0,8.07,2.022a8.338,8.338,0,0,0-1.259-.786C6.5,1.069,6.167.924,5.847.782,5.7.717,5.544.649,5.394.58A.462.462,0,0,1,5.318.53L5.246.479,5.355.425a1.216,1.216,0,0,1,.18-.079A7.54,7.54,0,0,1,6.68.084,7.938,7.938,0,0,1,7.839,0,8.8,8.8,0,0,1,9.008.08a9.171,9.171,0,0,1,1.5.38h0l.306.1a7.11,7.11,0,0,1,1.094.435l.006,0a6.42,6.42,0,0,1,1.162.686,21.112,21.112,0,0,1,2.042,1.8,16.94,16.94,0,0,1,1.494,1.885l.045.062c.412.573.776,1.177,1.108,1.745.164.28.312.576.454.863h0c.092.186.188.378.287.563.178.334.366.669.547.994h0l.23.412c.042.076.085.152.127.226.086.151.174.307.255.464a6.224,6.224,0,0,0,.61.961,5.326,5.326,0,0,0,.791.82c.044.016.093.037.14.057a.86.86,0,0,0,.257.085A.058.058,0,0,0,21.5,12.6a.14.14,0,0,0,.056-.1c0-.054-.053-.1-.1-.146a.466.466,0,0,1-.089-.093c-.1-.164-.207-.33-.309-.491v0c-.261-.412-.531-.838-.766-1.274s-.443-.914-.641-1.369c-.052-.121-.107-.245-.161-.368a.862.862,0,0,1-.038-.554,1.806,1.806,0,0,1,.2-.474l.017-.03v0a8.546,8.546,0,0,1,1.081-1.553A5.176,5.176,0,0,1,22.294,5.03a3.551,3.551,0,0,1,1.464-.293A7.5,7.5,0,0,1,25,4.861a5.281,5.281,0,0,1,1.1.309,8.57,8.57,0,0,1,.786.369c.087.045.168.087.241.122a2.749,2.749,0,0,0,1.221.307h.062c1.278-.033,2.576-.089,3.832-.143h0L32.9,5.8c.632-.027,1.264-.046,1.876-.064h0l.7-.021H35.5a1.17,1.17,0,0,1,.48.108c.067.033.072.168.072.209A.106.106,0,0,1,36,6.1a.24.24,0,0,1-.113.04c-.317.019-.665.029-.98.029a24.994,24.994,0,0,0-4.158.381,8.785,8.785,0,0,0-1.322.312,4.362,4.362,0,0,0-1.773,1.058,5.677,5.677,0,0,0-.482.532c-.393.492-.744,1.031-1.083,1.553l-.068.1c-.155.238-.3.489-.438.732-.1.172-.2.349-.3.521l-.013.021c-.228.373-.463.759-.719,1.121l-.138.2,0,0a14.407,14.407,0,0,1-.968,1.273c-.867.979-1.674,1.845-2.466,2.648a20.135,20.135,0,0,1-1.653,1.458c-.365.3-.757.571-1.136.837l-.334.235c-.354.251-.735.517-1.122.765-.356.228-.751.467-1.208.729-.544.313-1.035.585-1.5.833-.185.1-.379.185-.567.269-.1.047-.211.095-.315.144a4.588,4.588,0,0,1-.78.2,3.4,3.4,0,0,1,.434-.515c.08-.083.163-.169.24-.26l.046-.055c.369-.436.751-.887,1.111-1.343s.743-.95,1.089-1.453c.267-.389.5-.8.749-1.249.271-.488.551-.992.791-1.516.168-.367.475-1.151.573-1.447l.013-.038,0-.007c.086-.258.142-.428-.008-.606a.292.292,0,0,1-.026.02c-.019.014-.04.029-.042.045a1.512,1.512,0,0,1-.1.333,3.469,3.469,0,0,1-.247.468c-.184.307-.352.631-.514.944-.121.234-.247.477-.379.71a13.019,13.019,0,0,1-.767,1.237,20.1,20.1,0,0,1-1.312,1.673c-.485.54-1.032,1.086-1.72,1.719a14.188,14.188,0,0,1-1.384,1.1c-.558.4-1.155.791-1.776,1.169a11.893,11.893,0,0,1-1.316.685c-.662.3-1.35.583-2.1.875a7.943,7.943,0,0,1-1.132.339c-.614.137-1.284.269-2.046.4-.7.123-1.4.223-1.934.3A.969.969,0,0,1,.463,25.64ZM25.292,6.507a.567.567,0,0,0-.383.174.547.547,0,0,0-.179.376.586.586,0,0,0,.534.521h.014a.592.592,0,0,0,.4-.188.541.541,0,0,0,.171-.373.512.512,0,0,0-.186-.339.594.594,0,0,0-.368-.171Z", transform: "translate(0 0)", fill: "#f6f6f6" })), /* @__PURE__ */ React38.createElement("path", { id: "Path_46247", "data-name": "Path 46247", d: "M134.762,64.763A29.47,29.47,0,1,0,176.5,64.7a29.546,29.546,0,0,0-41.738.062ZM178.741,86.34h4.865a28.08,28.08,0,0,1-45.954,20.853H148.2a.738.738,0,1,0,0-1.476H136.015c-.09-.088-.183-.169-.271-.258a27.842,27.842,0,0,1-8.153-19.119h4.368a.738.738,0,1,0,0-1.476H127.6a28.188,28.188,0,0,1,1.782-9.078h7.153a.738.738,0,1,0,0-1.476H129.98a28.078,28.078,0,0,1,43.571-10.3h-5.613a.738.738,0,1,0,0,1.476h7.249c.09.087.183.169.271.258a27.842,27.842,0,0,1,8.153,19.119h-4.869a.738.738,0,0,0,0,1.476Z", transform: "translate(305.338 668.232)", fill: "#f6f6f6" })));
914
+ var React35 = __toESM(require("react"), 1);
915
+ var RufousBirdIcon = (props) => /* @__PURE__ */ React35.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "59", height: "59", viewBox: "0 0 59 59", ...props }, /* @__PURE__ */ React35.createElement("g", { id: "Group_11748", "data-name": "Group 11748", transform: "translate(-431.438 -724.333)" }, /* @__PURE__ */ React35.createElement("g", { id: "bird", transform: "translate(442.91 741.013)" }, /* @__PURE__ */ React35.createElement("path", { id: "Fill_4", "data-name": "Fill 4", d: "M.463,25.64a2.525,2.525,0,0,1-.333-.03l-.019,0A.172.172,0,0,1,0,25.487c0-.041.047-.105.092-.131.159-.091.323-.18.481-.266.262-.143.533-.29.791-.449.516-.316,1.03-.654,1.527-.981l.006,0,.166-.109.326-.213h0c.4-.261.814-.53,1.2-.818.645-.478,1.209-.928,1.724-1.375a14.642,14.642,0,0,0,1.178-1.172A9.323,9.323,0,0,0,8.256,19l.013-.019A10.377,10.377,0,0,0,9.023,17.8a6.866,6.866,0,0,0,.388-1l.063-.19a2.97,2.97,0,0,0,.091-.382c.017-.088.035-.18.057-.268a3.272,3.272,0,0,0,.109-.85,2.979,2.979,0,0,0-.131-.846c-.043-.141-.084-.285-.123-.424h0c-.074-.263-.151-.535-.247-.8A5.752,5.752,0,0,0,7.724,10.9a9.475,9.475,0,0,0-2.14-1.538c-.5-.264-1.034-.484-1.551-.7l-.1-.043c-.2-.082-.41-.15-.614-.215-.141-.045-.287-.092-.429-.144-.071-.026-.174-.113-.166-.152a.46.46,0,0,1,.156-.264.6.6,0,0,1,.3-.074c.253-.019.509-.042.757-.064C4.574,7.654,5.241,7.6,5.9,7.591h.077A8.657,8.657,0,0,1,7.9,7.8a7.843,7.843,0,0,1,2.067.742,6.8,6.8,0,0,1,1.522,1.028.613.613,0,0,1,.18.264,8.413,8.413,0,0,1,.3,2.18c-.005.889-.008,1.8-.009,2.773a5.617,5.617,0,0,0,.026.563.684.684,0,0,0,.054.178c.015.039.033.083.051.137.022-.049.041-.088.056-.119a.567.567,0,0,0,.053-.132c.034-.168.072-.339.108-.5.09-.41.182-.834.237-1.256a18.237,18.237,0,0,0,.156-2.24,14.831,14.831,0,0,0-.154-2.239,8.566,8.566,0,0,0-.369-1.387c-.041-.126-.084-.256-.124-.384a6.343,6.343,0,0,0-.385-.971c-.238-.472-.506-.934-.782-1.4a6.2,6.2,0,0,0-.425-.607c-.065-.085-.129-.173-.191-.258a5.414,5.414,0,0,0-.571-.7A20.834,20.834,0,0,0,8.07,2.022a8.338,8.338,0,0,0-1.259-.786C6.5,1.069,6.167.924,5.847.782,5.7.717,5.544.649,5.394.58A.462.462,0,0,1,5.318.53L5.246.479,5.355.425a1.216,1.216,0,0,1,.18-.079A7.54,7.54,0,0,1,6.68.084,7.938,7.938,0,0,1,7.839,0,8.8,8.8,0,0,1,9.008.08a9.171,9.171,0,0,1,1.5.38h0l.306.1a7.11,7.11,0,0,1,1.094.435l.006,0a6.42,6.42,0,0,1,1.162.686,21.112,21.112,0,0,1,2.042,1.8,16.94,16.94,0,0,1,1.494,1.885l.045.062c.412.573.776,1.177,1.108,1.745.164.28.312.576.454.863h0c.092.186.188.378.287.563.178.334.366.669.547.994h0l.23.412c.042.076.085.152.127.226.086.151.174.307.255.464a6.224,6.224,0,0,0,.61.961,5.326,5.326,0,0,0,.791.82c.044.016.093.037.14.057a.86.86,0,0,0,.257.085A.058.058,0,0,0,21.5,12.6a.14.14,0,0,0,.056-.1c0-.054-.053-.1-.1-.146a.466.466,0,0,1-.089-.093c-.1-.164-.207-.33-.309-.491v0c-.261-.412-.531-.838-.766-1.274s-.443-.914-.641-1.369c-.052-.121-.107-.245-.161-.368a.862.862,0,0,1-.038-.554,1.806,1.806,0,0,1,.2-.474l.017-.03v0a8.546,8.546,0,0,1,1.081-1.553A5.176,5.176,0,0,1,22.294,5.03a3.551,3.551,0,0,1,1.464-.293A7.5,7.5,0,0,1,25,4.861a5.281,5.281,0,0,1,1.1.309,8.57,8.57,0,0,1,.786.369c.087.045.168.087.241.122a2.749,2.749,0,0,0,1.221.307h.062c1.278-.033,2.576-.089,3.832-.143h0L32.9,5.8c.632-.027,1.264-.046,1.876-.064h0l.7-.021H35.5a1.17,1.17,0,0,1,.48.108c.067.033.072.168.072.209A.106.106,0,0,1,36,6.1a.24.24,0,0,1-.113.04c-.317.019-.665.029-.98.029a24.994,24.994,0,0,0-4.158.381,8.785,8.785,0,0,0-1.322.312,4.362,4.362,0,0,0-1.773,1.058,5.677,5.677,0,0,0-.482.532c-.393.492-.744,1.031-1.083,1.553l-.068.1c-.155.238-.3.489-.438.732-.1.172-.2.349-.3.521l-.013.021c-.228.373-.463.759-.719,1.121l-.138.2,0,0a14.407,14.407,0,0,1-.968,1.273c-.867.979-1.674,1.845-2.466,2.648a20.135,20.135,0,0,1-1.653,1.458c-.365.3-.757.571-1.136.837l-.334.235c-.354.251-.735.517-1.122.765-.356.228-.751.467-1.208.729-.544.313-1.035.585-1.5.833-.185.1-.379.185-.567.269-.1.047-.211.095-.315.144a4.588,4.588,0,0,1-.78.2,3.4,3.4,0,0,1,.434-.515c.08-.083.163-.169.24-.26l.046-.055c.369-.436.751-.887,1.111-1.343s.743-.95,1.089-1.453c.267-.389.5-.8.749-1.249.271-.488.551-.992.791-1.516.168-.367.475-1.151.573-1.447l.013-.038,0-.007c.086-.258.142-.428-.008-.606a.292.292,0,0,1-.026.02c-.019.014-.04.029-.042.045a1.512,1.512,0,0,1-.1.333,3.469,3.469,0,0,1-.247.468c-.184.307-.352.631-.514.944-.121.234-.247.477-.379.71a13.019,13.019,0,0,1-.767,1.237,20.1,20.1,0,0,1-1.312,1.673c-.485.54-1.032,1.086-1.72,1.719a14.188,14.188,0,0,1-1.384,1.1c-.558.4-1.155.791-1.776,1.169a11.893,11.893,0,0,1-1.316.685c-.662.3-1.35.583-2.1.875a7.943,7.943,0,0,1-1.132.339c-.614.137-1.284.269-2.046.4-.7.123-1.4.223-1.934.3A.969.969,0,0,1,.463,25.64ZM25.292,6.507a.567.567,0,0,0-.383.174.547.547,0,0,0-.179.376.586.586,0,0,0,.534.521h.014a.592.592,0,0,0,.4-.188.541.541,0,0,0,.171-.373.512.512,0,0,0-.186-.339.594.594,0,0,0-.368-.171Z", transform: "translate(0 0)", fill: "#f6f6f6" })), /* @__PURE__ */ React35.createElement("path", { id: "Path_46247", "data-name": "Path 46247", d: "M134.762,64.763A29.47,29.47,0,1,0,176.5,64.7a29.546,29.546,0,0,0-41.738.062ZM178.741,86.34h4.865a28.08,28.08,0,0,1-45.954,20.853H148.2a.738.738,0,1,0,0-1.476H136.015c-.09-.088-.183-.169-.271-.258a27.842,27.842,0,0,1-8.153-19.119h4.368a.738.738,0,1,0,0-1.476H127.6a28.188,28.188,0,0,1,1.782-9.078h7.153a.738.738,0,1,0,0-1.476H129.98a28.078,28.078,0,0,1,43.571-10.3h-5.613a.738.738,0,1,0,0,1.476h7.249c.09.087.183.169.271.258a27.842,27.842,0,0,1,8.153,19.119h-4.869a.738.738,0,0,0,0,1.476Z", transform: "translate(305.338 668.232)", fill: "#f6f6f6" })));
1167
916
  var rufousBirdIcon_default = RufousBirdIcon;
1168
917
 
1169
918
  // lib/icons/tickIcon.tsx
1170
- var React39 = __toESM(require("react"), 1);
1171
- var TickIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React39.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", ...props }, /* @__PURE__ */ React39.createElement("g", { id: "Group_11977", "data-name": "Group 11977", transform: "translate(-1582 -20.56)" }, /* @__PURE__ */ React39.createElement("g", { id: "Ellipse_339", "data-name": "Ellipse 339", transform: "translate(1582 20.56)", fill: "none", stroke: color, "stroke-width": "1.8" }, /* @__PURE__ */ React39.createElement("circle", { cx: "12", cy: "12", r: "12", stroke: "none" }), /* @__PURE__ */ React39.createElement("circle", { cx: "12", cy: "12", r: "11.1", fill: "none" })), /* @__PURE__ */ React39.createElement("path", { id: "Icon_feather-check", "data-name": "Icon feather-check", d: "M18,9,9.75,17.25,6,13.5", transform: "translate(1582 19.31)", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.8" })));
919
+ var React36 = __toESM(require("react"), 1);
920
+ var TickIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React36.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", ...props }, /* @__PURE__ */ React36.createElement("g", { id: "Group_11977", "data-name": "Group 11977", transform: "translate(-1582 -20.56)" }, /* @__PURE__ */ React36.createElement("g", { id: "Ellipse_339", "data-name": "Ellipse 339", transform: "translate(1582 20.56)", fill: "none", stroke: color, "stroke-width": "1.8" }, /* @__PURE__ */ React36.createElement("circle", { cx: "12", cy: "12", r: "12", stroke: "none" }), /* @__PURE__ */ React36.createElement("circle", { cx: "12", cy: "12", r: "11.1", fill: "none" })), /* @__PURE__ */ React36.createElement("path", { id: "Icon_feather-check", "data-name": "Icon feather-check", d: "M18,9,9.75,17.25,6,13.5", transform: "translate(1582 19.31)", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.8" })));
1172
921
  var tickIcon_default = TickIcon;
1173
922
 
1174
923
  // lib/icons/timerIcon.tsx
1175
- var React40 = __toESM(require("react"), 1);
1176
- var TimerIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React40.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", ...props }, /* @__PURE__ */ React40.createElement("g", { id: "Group_11977", "data-name": "Group 11977", transform: "translate(-1582 -20.56)" }, /* @__PURE__ */ React40.createElement("g", { id: "Ellipse_339", "data-name": "Ellipse 339", transform: "translate(1582 20.56)", fill: "none", stroke: color, "stroke-width": "1.8" }, /* @__PURE__ */ React40.createElement("circle", { cx: "12", cy: "12", r: "12", stroke: "none" }), /* @__PURE__ */ React40.createElement("circle", { cx: "12", cy: "12", r: "11.1", fill: "none" })), /* @__PURE__ */ React40.createElement("path", { id: "Icon_weather-time-5", "data-name": "Icon weather-time-5", d: "M16.968,16.267V9.25a.874.874,0,1,1,1.749,0v6.763l2.265,4.045a.855.855,0,0,1-.759,1.317.824.824,0,0,1-.769-.432l-2.318-4.109A1.033,1.033,0,0,1,16.968,16.267Z", transform: "translate(1576.005 17.684)", fill: color })));
924
+ var React37 = __toESM(require("react"), 1);
925
+ var TimerIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React37.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", ...props }, /* @__PURE__ */ React37.createElement("g", { id: "Group_11977", "data-name": "Group 11977", transform: "translate(-1582 -20.56)" }, /* @__PURE__ */ React37.createElement("g", { id: "Ellipse_339", "data-name": "Ellipse 339", transform: "translate(1582 20.56)", fill: "none", stroke: color, "stroke-width": "1.8" }, /* @__PURE__ */ React37.createElement("circle", { cx: "12", cy: "12", r: "12", stroke: "none" }), /* @__PURE__ */ React37.createElement("circle", { cx: "12", cy: "12", r: "11.1", fill: "none" })), /* @__PURE__ */ React37.createElement("path", { id: "Icon_weather-time-5", "data-name": "Icon weather-time-5", d: "M16.968,16.267V9.25a.874.874,0,1,1,1.749,0v6.763l2.265,4.045a.855.855,0,0,1-.759,1.317.824.824,0,0,1-.769-.432l-2.318-4.109A1.033,1.033,0,0,1,16.968,16.267Z", transform: "translate(1576.005 17.684)", fill: color })));
1177
926
  var timerIcon_default = TimerIcon;
1178
927
 
1179
928
  // lib/icons/trashIcon.tsx
1180
- var React41 = __toESM(require("react"), 1);
1181
- var TrashIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React41.createElement("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React41.createElement("path", { d: "M0.536 0C0.391159 0.0178474 0.257489 0.0869727 0.159175 0.194824C0.0608618 0.302676 0.00439809 0.442142 0 0.588013V5.29401C0.0062252 5.44865 0.0707131 5.59522 0.180519 5.70428C0.290325 5.81335 0.437321 5.87684 0.592 5.88202H1.775V19.411C1.78123 19.5657 1.84571 19.7122 1.95552 19.8213C2.06533 19.9304 2.21232 19.9938 2.367 19.999H17.633C17.7877 19.9938 17.9347 19.9304 18.0445 19.8213C18.1543 19.7122 18.2188 19.5657 18.225 19.411V5.88202H19.408C19.5627 5.87684 19.7097 5.81335 19.8195 5.70428C19.9293 5.59522 19.9938 5.44865 20 5.29401V0.588013C19.9938 0.433373 19.9293 0.286798 19.8195 0.177734C19.7097 0.0686703 19.5627 0.00517666 19.408 0H0.536ZM1.183 1.17603H18.817V4.70502H1.183V1.17603ZM2.958 5.88202H17.041V18.823H2.959L2.958 5.88202Z", fill: color }));
929
+ var React38 = __toESM(require("react"), 1);
930
+ var TrashIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React38.createElement("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React38.createElement("path", { d: "M0.536 0C0.391159 0.0178474 0.257489 0.0869727 0.159175 0.194824C0.0608618 0.302676 0.00439809 0.442142 0 0.588013V5.29401C0.0062252 5.44865 0.0707131 5.59522 0.180519 5.70428C0.290325 5.81335 0.437321 5.87684 0.592 5.88202H1.775V19.411C1.78123 19.5657 1.84571 19.7122 1.95552 19.8213C2.06533 19.9304 2.21232 19.9938 2.367 19.999H17.633C17.7877 19.9938 17.9347 19.9304 18.0445 19.8213C18.1543 19.7122 18.2188 19.5657 18.225 19.411V5.88202H19.408C19.5627 5.87684 19.7097 5.81335 19.8195 5.70428C19.9293 5.59522 19.9938 5.44865 20 5.29401V0.588013C19.9938 0.433373 19.9293 0.286798 19.8195 0.177734C19.7097 0.0686703 19.5627 0.00517666 19.408 0H0.536ZM1.183 1.17603H18.817V4.70502H1.183V1.17603ZM2.958 5.88202H17.041V18.823H2.959L2.958 5.88202Z", fill: color }));
1182
931
  var trashIcon_default = TrashIcon;
1183
932
 
1184
933
  // lib/icons/editChatIcon.tsx
1185
- var React42 = __toESM(require("react"), 1);
1186
- var EditChatIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React42.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "26.138", height: "24.773", viewBox: "0 0 26.138 24.773", ...props }, /* @__PURE__ */ React42.createElement("g", { id: "Icon_feather-edit", "data-name": "Icon feather-edit", transform: "translate(-2 -1.818)" }, /* @__PURE__ */ React42.createElement("path", { id: "Path_52456", "data-name": "Path 52456", d: "M12.8,6H5.177A2.177,2.177,0,0,0,3,8.177V23.414a2.177,2.177,0,0,0,2.177,2.177H20.414a2.177,2.177,0,0,0,2.177-2.177V15.8", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "2" }), /* @__PURE__ */ React42.createElement("path", { id: "Path_52457", "data-name": "Path 52457", d: "M23.256,3.484A2.274,2.274,0,0,1,26.472,6.7L16.288,16.884,12,17.956l1.072-4.288Z", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "2" })));
934
+ var React39 = __toESM(require("react"), 1);
935
+ var EditChatIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React39.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "26.138", height: "24.773", viewBox: "0 0 26.138 24.773", ...props }, /* @__PURE__ */ React39.createElement("g", { id: "Icon_feather-edit", "data-name": "Icon feather-edit", transform: "translate(-2 -1.818)" }, /* @__PURE__ */ React39.createElement("path", { id: "Path_52456", "data-name": "Path 52456", d: "M12.8,6H5.177A2.177,2.177,0,0,0,3,8.177V23.414a2.177,2.177,0,0,0,2.177,2.177H20.414a2.177,2.177,0,0,0,2.177-2.177V15.8", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "2" }), /* @__PURE__ */ React39.createElement("path", { id: "Path_52457", "data-name": "Path 52457", d: "M23.256,3.484A2.274,2.274,0,0,1,26.472,6.7L16.288,16.884,12,17.956l1.072-4.288Z", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "2" })));
1187
936
  var editChatIcon_default = EditChatIcon;
1188
937
 
1189
938
  // lib/icons/sidebarIcon.tsx
1190
- var React43 = __toESM(require("react"), 1);
1191
- var SidebarIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React43.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "22", height: "18", viewBox: "0 0 22 18", fill: "none", ...props }, /* @__PURE__ */ React43.createElement("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M7.857 0H14.143C15.227 0 16.101 8.9407e-08 16.809 0.0580001C17.538 0.118 18.178 0.243 18.77 0.545C19.7108 1.02436 20.4756 1.78923 20.955 2.73C21.257 3.322 21.383 3.963 21.442 4.691C21.5 5.399 21.5 6.273 21.5 7.357V10.643C21.5 11.727 21.5 12.601 21.442 13.309C21.382 14.038 21.257 14.678 20.955 15.27C20.4756 16.2108 19.7108 16.9756 18.77 17.455C18.178 17.757 17.538 17.883 16.809 17.942C16.1 18 15.227 18 14.143 18H7.857C6.773 18 5.899 18 5.191 17.942C4.463 17.882 3.822 17.757 3.231 17.455C2.28986 16.9758 1.52462 16.2109 1.045 15.27C0.743 14.678 0.617 14.038 0.558 13.309C0.5 12.6 0.5 11.727 0.5 10.643V7.357C0.5 6.273 0.5 5.399 0.558 4.691C0.618 3.963 0.743 3.322 1.045 2.731C1.52402 1.78949 2.28893 1.02388 3.23 0.544C3.822 0.242 4.463 0.116 5.191 0.0569999C5.9 -7.82311e-08 6.773 0 7.857 0ZM5.354 2.051C4.749 2.101 4.401 2.193 4.138 2.327C3.57354 2.61462 3.11462 3.07354 2.827 3.638C2.693 3.901 2.601 4.249 2.551 4.854C2.501 5.471 2.5 6.264 2.5 7.4V10.6C2.5 11.737 2.5 12.529 2.551 13.146C2.601 13.751 2.693 14.099 2.827 14.362C3.11462 14.9265 3.57354 15.3854 4.138 15.673C4.401 15.807 4.749 15.899 5.354 15.949C5.971 15.999 6.764 16 7.9 16H8.5V2H7.9C6.763 2 5.971 2 5.354 2.051ZM10.5 2V16H14.1C15.237 16 16.029 16 16.646 15.949C17.251 15.899 17.599 15.807 17.862 15.673C18.4265 15.3854 18.8854 14.9265 19.173 14.362C19.307 14.099 19.399 13.751 19.449 13.146C19.499 12.529 19.5 11.736 19.5 10.6V7.4C19.5 6.263 19.5 5.471 19.449 4.854C19.399 4.249 19.307 3.901 19.173 3.638C18.8854 3.07354 18.4265 2.61462 17.862 2.327C17.599 2.193 17.251 2.101 16.646 2.051C16.029 2.001 15.236 2 14.1 2H10.5ZM4 5.5C4 5.23478 4.10536 4.98043 4.29289 4.79289C4.48043 4.60536 4.73478 4.5 5 4.5H6C6.26522 4.5 6.51957 4.60536 6.70711 4.79289C6.89464 4.98043 7 5.23478 7 5.5C7 5.76522 6.89464 6.01957 6.70711 6.20711C6.51957 6.39464 6.26522 6.5 6 6.5H5C4.73478 6.5 4.48043 6.39464 4.29289 6.20711C4.10536 6.01957 4 5.76522 4 5.5ZM4 9C4 8.73478 4.10536 8.48043 4.29289 8.29289C4.48043 8.10536 4.73478 8 5 8H6C6.26522 8 6.51957 8.10536 6.70711 8.29289C6.89464 8.48043 7 8.73478 7 9C7 9.26522 6.89464 9.51957 6.70711 9.70711C6.51957 9.89464 6.26522 10 6 10H5C4.73478 10 4.48043 9.89464 4.29289 9.70711C4.10536 9.51957 4 9.26522 4 9Z", fill: color }));
939
+ var React40 = __toESM(require("react"), 1);
940
+ var SidebarIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React40.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "22", height: "18", viewBox: "0 0 22 18", fill: "none", ...props }, /* @__PURE__ */ React40.createElement("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M7.857 0H14.143C15.227 0 16.101 8.9407e-08 16.809 0.0580001C17.538 0.118 18.178 0.243 18.77 0.545C19.7108 1.02436 20.4756 1.78923 20.955 2.73C21.257 3.322 21.383 3.963 21.442 4.691C21.5 5.399 21.5 6.273 21.5 7.357V10.643C21.5 11.727 21.5 12.601 21.442 13.309C21.382 14.038 21.257 14.678 20.955 15.27C20.4756 16.2108 19.7108 16.9756 18.77 17.455C18.178 17.757 17.538 17.883 16.809 17.942C16.1 18 15.227 18 14.143 18H7.857C6.773 18 5.899 18 5.191 17.942C4.463 17.882 3.822 17.757 3.231 17.455C2.28986 16.9758 1.52462 16.2109 1.045 15.27C0.743 14.678 0.617 14.038 0.558 13.309C0.5 12.6 0.5 11.727 0.5 10.643V7.357C0.5 6.273 0.5 5.399 0.558 4.691C0.618 3.963 0.743 3.322 1.045 2.731C1.52402 1.78949 2.28893 1.02388 3.23 0.544C3.822 0.242 4.463 0.116 5.191 0.0569999C5.9 -7.82311e-08 6.773 0 7.857 0ZM5.354 2.051C4.749 2.101 4.401 2.193 4.138 2.327C3.57354 2.61462 3.11462 3.07354 2.827 3.638C2.693 3.901 2.601 4.249 2.551 4.854C2.501 5.471 2.5 6.264 2.5 7.4V10.6C2.5 11.737 2.5 12.529 2.551 13.146C2.601 13.751 2.693 14.099 2.827 14.362C3.11462 14.9265 3.57354 15.3854 4.138 15.673C4.401 15.807 4.749 15.899 5.354 15.949C5.971 15.999 6.764 16 7.9 16H8.5V2H7.9C6.763 2 5.971 2 5.354 2.051ZM10.5 2V16H14.1C15.237 16 16.029 16 16.646 15.949C17.251 15.899 17.599 15.807 17.862 15.673C18.4265 15.3854 18.8854 14.9265 19.173 14.362C19.307 14.099 19.399 13.751 19.449 13.146C19.499 12.529 19.5 11.736 19.5 10.6V7.4C19.5 6.263 19.5 5.471 19.449 4.854C19.399 4.249 19.307 3.901 19.173 3.638C18.8854 3.07354 18.4265 2.61462 17.862 2.327C17.599 2.193 17.251 2.101 16.646 2.051C16.029 2.001 15.236 2 14.1 2H10.5ZM4 5.5C4 5.23478 4.10536 4.98043 4.29289 4.79289C4.48043 4.60536 4.73478 4.5 5 4.5H6C6.26522 4.5 6.51957 4.60536 6.70711 4.79289C6.89464 4.98043 7 5.23478 7 5.5C7 5.76522 6.89464 6.01957 6.70711 6.20711C6.51957 6.39464 6.26522 6.5 6 6.5H5C4.73478 6.5 4.48043 6.39464 4.29289 6.20711C4.10536 6.01957 4 5.76522 4 5.5ZM4 9C4 8.73478 4.10536 8.48043 4.29289 8.29289C4.48043 8.10536 4.73478 8 5 8H6C6.26522 8 6.51957 8.10536 6.70711 8.29289C6.89464 8.48043 7 8.73478 7 9C7 9.26522 6.89464 9.51957 6.70711 9.70711C6.51957 9.89464 6.26522 10 6 10H5C4.73478 10 4.48043 9.89464 4.29289 9.70711C4.10536 9.51957 4 9.26522 4 9Z", fill: color }));
1192
941
  var sidebarIcon_default = SidebarIcon;
1193
942
 
1194
943
  // lib/icons/notificationIcon.tsx
1195
- var import_react14 = __toESM(require("react"), 1);
944
+ var import_react11 = __toESM(require("react"), 1);
1196
945
  var NotificationIcon = ({ color = "#3a3a3a", ...props }) => {
1197
- return /* @__PURE__ */ import_react14.default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "40", height: "40", viewBox: "0 0 40 40", ...props }, /* @__PURE__ */ import_react14.default.createElement("g", { id: "Group_26345", "data-name": "Group 26345", transform: "translate(-1600 -24)" }, /* @__PURE__ */ import_react14.default.createElement("circle", { id: "Ellipse_32", "data-name": "Ellipse 32", cx: "20", cy: "20", r: "20", transform: "translate(1600 24)", fill: "none" }), /* @__PURE__ */ import_react14.default.createElement("g", { id: "bell", transform: "translate(1594.537 28.951)" }, /* @__PURE__ */ import_react14.default.createElement("g", { id: "Group_26115", "data-name": "Group 26115", transform: "translate(12 -0.011)" }, /* @__PURE__ */ import_react14.default.createElement("path", { id: "Path_60748", "data-name": "Path 60748", d: "M25.124,29.989a3.75,3.75,0,0,0,3.75-3.75h-7.5A3.75,3.75,0,0,0,25.124,29.989Zm0-26.4-1.494.3a7.5,7.5,0,0,0-6.005,7.351,40.688,40.688,0,0,1-.861,7.016,24.253,24.253,0,0,1-1.243,4.234H34.728a24.369,24.369,0,0,1-1.243-4.234,40.687,40.687,0,0,1-.861-7.016,7.5,7.5,0,0,0-6.005-7.35l-1.494-.306Zm11.662,18.9a4.771,4.771,0,0,0,1.462,1.875H12a4.771,4.771,0,0,0,1.462-1.875c1.687-3.375,2.287-9.6,2.287-11.249a9.378,9.378,0,0,1,7.509-9.189,1.875,1.875,0,1,1,3.731,0A9.378,9.378,0,0,1,34.5,11.241C34.5,12.89,35.1,19.115,36.786,22.49Z", transform: "translate(-12 0.011)", fill: color })))));
946
+ return /* @__PURE__ */ import_react11.default.createElement("svg", { width: "27", height: "31", viewBox: "0 0 27 31", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ import_react11.default.createElement("path", { d: "M13.661 30.94C14.6555 30.94 15.6094 30.5449 16.3126 29.8416C17.0159 29.1384 17.411 28.1846 17.411 27.19H9.91099C9.91099 28.1846 10.3061 29.1384 11.0093 29.8416C11.7126 30.5449 12.6664 30.94 13.661 30.94ZM13.661 4.54L12.167 4.84C10.4718 5.18482 8.94802 6.105 7.85365 7.44468C6.75927 8.78435 6.16164 10.4611 6.16199 12.191C6.07906 14.5502 5.79097 16.8977 5.30099 19.207C5.01617 20.6532 4.60012 22.0704 4.05799 23.441H23.265C22.7235 22.0702 22.3074 20.653 22.022 19.207C21.532 16.8977 21.2439 14.5502 21.161 12.191C21.1611 10.4613 20.5634 8.78476 19.469 7.44529C18.3747 6.10582 16.851 5.18578 15.156 4.841L13.662 4.535L13.661 4.54ZM25.323 23.44C25.6443 24.1784 26.1472 24.8234 26.785 25.315H0.536987C1.17474 24.8234 1.67769 24.1784 1.99899 23.44C3.68599 20.065 4.28599 13.84 4.28599 12.191C4.28619 10.0284 5.0338 7.93234 6.40223 6.25776C7.77065 4.58317 9.67578 3.433 11.795 3.002C11.7686 2.7412 11.7973 2.47777 11.879 2.22872C11.9608 1.97967 12.0938 1.75052 12.2696 1.55608C12.4454 1.36163 12.66 1.20621 12.8996 1.09983C13.1391 0.993454 13.3984 0.938492 13.6605 0.938492C13.9226 0.938492 14.1818 0.993454 14.4214 1.09983C14.661 1.20621 14.8756 1.36163 15.0514 1.55608C15.2272 1.75052 15.3602 1.97967 15.442 2.22872C15.5237 2.47777 15.5523 2.7412 15.526 3.002C17.6457 3.43262 19.5515 4.58277 20.9203 6.2576C22.2891 7.93243 23.0369 10.029 23.037 12.192C23.037 13.841 23.637 20.065 25.323 23.44Z", fill: color }));
1198
947
  };
1199
948
  var notificationIcon_default = NotificationIcon;
1200
949
 
1201
950
  // lib/icons/refreshIcon.tsx
1202
- var import_react15 = __toESM(require("react"), 1);
951
+ var import_react12 = __toESM(require("react"), 1);
1203
952
  var RefreshIcon = ({ color = "#3a3a3a", ...props }) => {
1204
- return /* @__PURE__ */ import_react15.default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", id: "Component_6_6", "data-name": "Component 6 \u2013 6", width: "38", height: "38", viewBox: "0 0 38 38", ...props }, /* @__PURE__ */ import_react15.default.createElement("circle", { id: "Ellipse_39", "data-name": "Ellipse 39", cx: "19", cy: "19", r: "19", fill: "none" }), /* @__PURE__ */ import_react15.default.createElement("path", { id: "Union_19", "data-name": "Union 19", d: "M9.068,21.865a12.147,12.147,0,0,1-1.469-1.2L6.382,22.471a.934.934,0,0,1-1.658-.217L2.874,16.908a.936.936,0,0,1,.836-1.242l5.64-.283a.936.936,0,0,1,.822,1.459L8.666,19.078A10.12,10.12,0,1,0,5.774,12c0,.291.013.587.038.877H3.937c-.021-.3-.032-.591-.032-.877A11.976,11.976,0,1,1,15.881,24,11.878,11.878,0,0,1,9.068,21.865Z", transform: "translate(3.661 7)", fill: color }));
953
+ return /* @__PURE__ */ import_react12.default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", id: "Component_6_6", "data-name": "Component 6 \u2013 6", width: "38", height: "38", viewBox: "0 0 38 38", ...props }, /* @__PURE__ */ import_react12.default.createElement("circle", { id: "Ellipse_39", "data-name": "Ellipse 39", cx: "19", cy: "19", r: "19", fill: "none" }), /* @__PURE__ */ import_react12.default.createElement("path", { id: "Union_19", "data-name": "Union 19", d: "M9.068,21.865a12.147,12.147,0,0,1-1.469-1.2L6.382,22.471a.934.934,0,0,1-1.658-.217L2.874,16.908a.936.936,0,0,1,.836-1.242l5.64-.283a.936.936,0,0,1,.822,1.459L8.666,19.078A10.12,10.12,0,1,0,5.774,12c0,.291.013.587.038.877H3.937c-.021-.3-.032-.591-.032-.877A11.976,11.976,0,1,1,15.881,24,11.878,11.878,0,0,1,9.068,21.865Z", transform: "translate(3.661 7)", fill: color }));
1205
954
  };
1206
955
  var refreshIcon_default = RefreshIcon;
1207
956
 
957
+ // lib/icons/dollarIcon.tsx
958
+ var React43 = __toESM(require("react"), 1);
959
+ var DollarIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React43.createElement(
960
+ "svg",
961
+ {
962
+ xmlns: "http://www.w3.org/2000/svg",
963
+ width: "12.04",
964
+ height: "20.85",
965
+ viewBox: "0 0 12.04 20.85",
966
+ ...props
967
+ },
968
+ /* @__PURE__ */ React43.createElement("g", { id: "dollar-line", transform: "translate(-21.612 -5.34)" }, /* @__PURE__ */ React43.createElement("path", { id: "Path_60770", "data-name": "Path 60770", d: "M33.279,17.817a4.5,4.5,0,0,0-2.854-2.163,16.94,16.94,0,0,0-1.707-.417V9.328a6.548,6.548,0,0,1,3.167,1.225.653.653,0,1,0,.867-.977,7.656,7.656,0,0,0-4.033-1.564V5.992a.652.652,0,1,0-1.3,0V7.946c-2.867.065-4.45,1.492-4.932,2.724a3.623,3.623,0,0,0,1.453,4.444,8.6,8.6,0,0,0,3.479,1.2v5.968A8.014,8.014,0,0,1,22.762,20.5a.652.652,0,1,0-.893.938,9.181,9.181,0,0,0,5.545,2.15v1.955a.652.652,0,0,0,1.3,0V23.584c1.837-.124,3.955-.71,4.756-3.1A3.473,3.473,0,0,0,33.279,17.817Zm-8.607-3.8a2.326,2.326,0,0,1-.971-2.86c.072-.2.8-1.831,3.714-1.909v5.734a6.972,6.972,0,0,1-2.743-.964Zm7.565,6.02c-.469,1.394-1.512,2.065-3.518,2.215V16.566c.417.091.847.2,1.3.332A3.258,3.258,0,0,1,32.1,18.41a2.176,2.176,0,0,1,.137,1.629Z", fill: color }))
969
+ );
970
+ var dollarIcon_default = DollarIcon;
971
+
972
+ // lib/icons/engagementIcon.tsx
973
+ var React44 = __toESM(require("react"), 1);
974
+ var EngagementIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React44.createElement(
975
+ "svg",
976
+ {
977
+ xmlns: "http://www.w3.org/2000/svg",
978
+ width: "11.519",
979
+ height: "14.886",
980
+ viewBox: "0 0 11.519 14.886",
981
+ ...props
982
+ },
983
+ /* @__PURE__ */ React44.createElement("path", { id: "Path_60771", "data-name": "Path 60771", d: "M15161.869-432l-9.47,6.608,9.47,6.47", transform: "translate(-15151.256 432.905)", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-width": "1.3" })
984
+ );
985
+ var engagementIcon_default = EngagementIcon;
986
+
987
+ // lib/icons/functionIcon.tsx
988
+ var React45 = __toESM(require("react"), 1);
989
+ var FunctionIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React45.createElement(
990
+ "svg",
991
+ {
992
+ xmlns: "http://www.w3.org/2000/svg",
993
+ width: "23.5",
994
+ height: "19.5",
995
+ viewBox: "0 0 23.5 19.5",
996
+ ...props
997
+ },
998
+ /* @__PURE__ */ React45.createElement("g", { id: "users_curved", transform: "translate(-3.25 -11.25)" }, /* @__PURE__ */ React45.createElement("path", { id: "Path_60769", "data-name": "Path 60769", d: "M23.5,30A2.5,2.5,0,0,0,26,27.5c0-2.327-1.952-3.3-4-3.708M18,20a4,4,0,1,0,0-8M6.5,30h11A2.5,2.5,0,0,0,20,27.5c0-4.081-6-4-8-4s-8-.081-8,4A2.5,2.5,0,0,0,6.5,30ZM16,16a4,4,0,1,1-4-4A4,4,0,0,1,16,16Z", fill: "none", stroke: color, "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.5" }))
999
+ );
1000
+ var functionIcon_default = FunctionIcon;
1001
+
1002
+ // lib/icons/industryIcon.tsx
1003
+ var React46 = __toESM(require("react"), 1);
1004
+ var IndustryIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React46.createElement(
1005
+ "svg",
1006
+ {
1007
+ id: "graph-up-arrow",
1008
+ xmlns: "http://www.w3.org/2000/svg",
1009
+ width: "18",
1010
+ height: "18",
1011
+ viewBox: "0 0 18 18",
1012
+ ...props
1013
+ },
1014
+ /* @__PURE__ */ React46.createElement("g", { id: "Group_26165", "data-name": "Group 26165" }, /* @__PURE__ */ React46.createElement("path", { id: "Path_60768", "data-name": "Path 60768", d: "M0,0H1.125V16.875H18V18H0ZM11.25,3.937a.563.563,0,0,1,.563-.563h4.5a.562.562,0,0,1,.563.563v4.5a.563.563,0,0,1-1.125,0V5.513l-4.065,4.969a.562.562,0,0,1-.832.042l-2.91-2.91L3.829,13.268a.563.563,0,0,1-.909-.662l4.5-6.187a.563.563,0,0,1,.853-.067l2.935,2.936L15.126,4.5H11.813A.563.563,0,0,1,11.25,3.937Z", fill: color, "fill-rule": "evenodd" }))
1015
+ );
1016
+ var industryIcon_default = IndustryIcon;
1017
+
1018
+ // lib/icons/minExperienceIcon.tsx
1019
+ var React47 = __toESM(require("react"), 1);
1020
+ var MinExperienceIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React47.createElement(
1021
+ "svg",
1022
+ {
1023
+ xmlns: "http://www.w3.org/2000/svg",
1024
+ width: "25.444",
1025
+ height: "20.16",
1026
+ viewBox: "0 0 25.444 20.16",
1027
+ ...props
1028
+ },
1029
+ /* @__PURE__ */ React47.createElement("g", { id: "noun-experience-5679525", transform: "translate(-0.793 -2.387)" }, /* @__PURE__ */ React47.createElement("g", { id: "Group_26168", "data-name": "Group 26168", transform: "translate(0.794 2.387)" }, /* @__PURE__ */ React47.createElement("path", { id: "Path_60772", "data-name": "Path 60772", d: "M13.514,2.387a3.787,3.787,0,0,0-1.982,7,6.6,6.6,0,0,0-4.449,4.941.438.438,0,0,0,.859.178,5.69,5.69,0,0,1,11.149,0,.438.438,0,1,0,.858-.178A6.6,6.6,0,0,0,15.5,9.385a3.786,3.786,0,0,0-1.983-7Zm0,.877a2.907,2.907,0,1,1-2.885,2.908A2.893,2.893,0,0,1,13.514,3.264Zm0,8.7a.437.437,0,0,0-.392.246l-1.052,2.14L9.721,14.7a.441.441,0,0,0-.242.75l1.7,1.669-.4,2.354a.441.441,0,0,0,.174.429.436.436,0,0,0,.46.034l2.1-1.111,2.1,1.111a.436.436,0,0,0,.46-.034.441.441,0,0,0,.174-.429l-.4-2.354,1.7-1.666a.441.441,0,0,0-.242-.751l-2.351-.344-1.051-2.142a.437.437,0,0,0-.392-.245Zm0,1.433.761,1.55a.438.438,0,0,0,.329.241l1.7.248-1.231,1.206a.441.441,0,0,0-.126.391l.29,1.7-1.521-.805a.435.435,0,0,0-.408,0l-1.522.8.291-1.7a.441.441,0,0,0-.126-.389l-1.23-1.207,1.7-.248a.438.438,0,0,0,.33-.241ZM4.963,14.53a.437.437,0,0,0-.392.246L3.519,16.917l-2.35.343a.441.441,0,0,0-.242.751l1.7,1.668-.4,2.354a.441.441,0,0,0,.174.429.436.436,0,0,0,.46.034l2.1-1.11,2.1,1.111a.436.436,0,0,0,.46-.034.441.441,0,0,0,.174-.43l-.4-2.354L9,18.012a.441.441,0,0,0-.242-.751l-2.351-.344L5.355,14.776a.437.437,0,0,0-.392-.246Zm17.105,0a.437.437,0,0,0-.392.246l-1.052,2.141-2.351.343a.441.441,0,0,0-.242.751l1.7,1.668-.4,2.354a.441.441,0,0,0,.174.429.436.436,0,0,0,.46.034l2.1-1.11,2.1,1.111a.436.436,0,0,0,.46-.034.441.441,0,0,0,.174-.43l-.4-2.354,1.7-1.666a.441.441,0,0,0-.242-.751l-2.351-.344-1.051-2.141a.437.437,0,0,0-.392-.246ZM4.963,15.964l.761,1.55a.438.438,0,0,0,.329.241l1.7.248L6.523,19.21a.441.441,0,0,0-.126.39l.29,1.7-1.521-.8a.435.435,0,0,0-.408,0l-1.522.8.291-1.7A.441.441,0,0,0,3.4,19.21L2.172,18l1.7-.248a.438.438,0,0,0,.33-.242Zm17.106,0,.76,1.55a.438.438,0,0,0,.329.241l1.7.248L23.628,19.21a.441.441,0,0,0-.126.39l.29,1.7-1.521-.8a.435.435,0,0,0-.408,0l-1.522.8.291-1.7a.441.441,0,0,0-.126-.389L19.277,18l1.7-.248a.438.438,0,0,0,.33-.242Z", transform: "translate(-0.794 -2.387)", fill: color, "fill-rule": "evenodd" })))
1030
+ );
1031
+ var minExperienceIcon_default = MinExperienceIcon;
1032
+
1033
+ // lib/icons/projectIcon.tsx
1034
+ var React48 = __toESM(require("react"), 1);
1035
+ var ProjectIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React48.createElement(
1036
+ "svg",
1037
+ {
1038
+ xmlns: "http://www.w3.org/2000/svg",
1039
+ width: "18.571",
1040
+ height: "16.1",
1041
+ viewBox: "0 0 18.571 16.1",
1042
+ ...props
1043
+ },
1044
+ /* @__PURE__ */ React48.createElement("g", { id: "Group_26167", "data-name": "Group 26167", transform: "translate(-1125 -644.1)" }, /* @__PURE__ */ React48.createElement("g", { id: "Rectangle_19851", "data-name": "Rectangle 19851", transform: "translate(1125 647.231)", fill: "none", stroke: color, "stroke-width": "1" }, /* @__PURE__ */ React48.createElement("rect", { width: "18.571", height: "12.969", rx: "1", stroke: "none" }), /* @__PURE__ */ React48.createElement("rect", { x: "0.5", y: "0.5", width: "17.571", height: "11.969", rx: "0.5", fill: "none" })), /* @__PURE__ */ React48.createElement("g", { id: "Rectangle_19852", "data-name": "Rectangle 19852", transform: "translate(1131.964 644.1)", fill: "#fff", stroke: color, "stroke-width": "1" }, /* @__PURE__ */ React48.createElement("path", { d: "M2.321,0h0A2.321,2.321,0,0,1,4.643,2.321V4.062a0,0,0,0,1,0,0H0a0,0,0,0,1,0,0V2.321A2.321,2.321,0,0,1,2.321,0Z", stroke: "none" }), /* @__PURE__ */ React48.createElement("path", { d: "M2.321.5h0A1.821,1.821,0,0,1,4.143,2.321V3.467a.1.1,0,0,1-.1.1H.6a.1.1,0,0,1-.1-.1V2.321A1.821,1.821,0,0,1,2.321.5Z", fill: "none" })), /* @__PURE__ */ React48.createElement("line", { id: "Line_619", "data-name": "Line 619", y2: "12.311", transform: "translate(1128.482 647.889)", fill: "none", stroke: color, "stroke-width": "1" }), /* @__PURE__ */ React48.createElement("line", { id: "Line_620", "data-name": "Line 620", y2: "12.311", transform: "translate(1140.089 647.889)", fill: "none", stroke: color, "stroke-width": "1" }))
1045
+ );
1046
+ var projectIcon_default = ProjectIcon;
1047
+
1048
+ // lib/icons/rolesIcon.tsx
1049
+ var React49 = __toESM(require("react"), 1);
1050
+ var RolesIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React49.createElement(
1051
+ "svg",
1052
+ {
1053
+ xmlns: "http://www.w3.org/2000/svg",
1054
+ width: "18.947",
1055
+ height: "18",
1056
+ viewBox: "0 0 18.947 18",
1057
+ ...props
1058
+ },
1059
+ /* @__PURE__ */ React49.createElement("g", { id: "Polygon_20", "data-name": "Polygon 20", fill: "#fff" }, /* @__PURE__ */ React49.createElement("path", { d: "M 14.31851863861084 16.61064720153809 L 9.815674781799316 13.82481002807617 L 9.473684310913086 13.61322975158691 L 9.131693840026855 13.82481002807617 L 4.628849983215332 16.61064720153809 L 5.889554500579834 11.47321033477783 L 5.985584259033203 11.08187007904053 L 5.677794456481934 10.82180023193359 L 1.635604500770569 7.406408309936523 L 6.916284084320068 7.016540050506592 L 7.317644119262695 6.986899852752686 L 7.470024108886719 6.614419937133789 L 9.473684310913086 1.716671586036682 L 11.47734451293945 6.614419937133789 L 11.62972450256348 6.986899852752686 L 12.03108406066895 7.016540050506592 L 17.31176376342773 7.406408309936523 L 13.26957416534424 10.82180023193359 L 12.96178436279297 11.08187007904053 L 13.0578145980835 11.47321033477783 L 14.31851863861084 16.61064720153809 Z", stroke: "none" }), /* @__PURE__ */ React49.createElement("path", { d: "M 9.473684310913086 3.433357238769531 L 7.766864776611328 7.605509757995605 L 3.271193504333496 7.937417984008789 L 6.712894439697266 10.84543991088867 L 5.639073371887207 15.22130012512207 L 9.473684310913086 12.84887981414795 L 13.30829429626465 15.22130012512207 L 12.23447418212891 10.84543991088867 L 15.67617416381836 7.937417984008789 L 11.18050384521484 7.605509757995605 L 9.473684310913086 3.433357238769531 M 9.473684310913086 0 L 12.07894420623779 6.368300437927246 L 18.94736480712891 6.87539005279541 L 13.68908500671387 11.31830024719238 L 15.32874488830566 18 L 9.473684310913086 14.37757015228271 L 3.618624687194824 18 L 5.258284568786621 11.31830024719238 L 3.814697265625e-06 6.87539005279541 L 6.868424415588379 6.368300437927246 L 9.473684310913086 0 Z", stroke: "none", fill: color }))
1060
+ );
1061
+ var rolesIcon_default = RolesIcon;
1062
+
1063
+ // lib/Buttons/addButton.tsx
1064
+ var React50 = __toESM(require("react"), 1);
1065
+ var AddButton = ({ children, ...props }) => {
1066
+ return /* @__PURE__ */ React50.createElement("button", { className: "add-btn", ...props }, "+", children);
1067
+ };
1068
+ var addButton_default = AddButton;
1069
+
1070
+ // lib/Buttons/submitButton.tsx
1071
+ var React51 = __toESM(require("react"), 1);
1072
+ var SubmitButton = ({
1073
+ children,
1074
+ type = "submit",
1075
+ onClick,
1076
+ loading = false,
1077
+ ...props
1078
+ }) => {
1079
+ const buttonProps = {
1080
+ ...props,
1081
+ className: `submit-btn ${props.className ?? ""}`,
1082
+ onClick,
1083
+ disabled: props.disabled || loading,
1084
+ ...onClick ? {} : { type }
1085
+ // only set type when no onClick
1086
+ };
1087
+ return /* @__PURE__ */ React51.createElement("button", { ...buttonProps }, loading ? "Loading..." : children);
1088
+ };
1089
+ var submitButton_default = SubmitButton;
1090
+
1091
+ // lib/Buttons/cancelButton.tsx
1092
+ var React52 = __toESM(require("react"), 1);
1093
+ var CancelButton = ({ children, ...props }) => /* @__PURE__ */ React52.createElement("button", { className: "cancel-btn", ...props }, children);
1094
+ var cancelButton_default = CancelButton;
1095
+
1208
1096
  // lib/Contexts/rufousThemeProvider.tsx
1209
- var import_react16 = __toESM(require("react"), 1);
1210
- var RufousThemeContext = (0, import_react16.createContext)(null);
1097
+ var import_react13 = __toESM(require("react"), 1);
1098
+ var RufousThemeContext = (0, import_react13.createContext)(null);
1211
1099
  var RufousThemeProvider = ({ children }) => {
1212
- const [committedThemeKey, setCommittedThemeKey] = (0, import_react16.useState)("default");
1213
- const [previewThemeKey, setPreviewThemeKey] = (0, import_react16.useState)("default");
1214
- const [settings, setSettings] = (0, import_react16.useState)(null);
1100
+ const [committedThemeKey, setCommittedThemeKey] = (0, import_react13.useState)("default");
1101
+ const [previewThemeKey, setPreviewThemeKey] = (0, import_react13.useState)("default");
1102
+ const [settings, setSettings] = (0, import_react13.useState)(null);
1215
1103
  const getGeneralSettings = async () => {
1216
1104
  try {
1217
1105
  const theme = localStorage.getItem("theme") || "default";
@@ -1221,10 +1109,10 @@ var RufousThemeProvider = ({ children }) => {
1221
1109
  console.error("Error fetching general settings:", err);
1222
1110
  }
1223
1111
  };
1224
- (0, import_react16.useEffect)(() => {
1112
+ (0, import_react13.useEffect)(() => {
1225
1113
  getGeneralSettings();
1226
1114
  }, []);
1227
- const fullTheme = (0, import_react16.useMemo)(() => {
1115
+ const fullTheme = (0, import_react13.useMemo)(() => {
1228
1116
  return {
1229
1117
  themeKey: previewThemeKey || settings.theme,
1230
1118
  customStyles: APP_THEMES[previewThemeKey || settings.theme]
@@ -1237,7 +1125,7 @@ var RufousThemeProvider = ({ children }) => {
1237
1125
  setCommittedThemeKey(key);
1238
1126
  };
1239
1127
  const cancelTheme = () => setPreviewThemeKey(committedThemeKey);
1240
- return /* @__PURE__ */ import_react16.default.createElement(
1128
+ return /* @__PURE__ */ import_react13.default.createElement(
1241
1129
  RufousThemeContext.Provider,
1242
1130
  {
1243
1131
  value: {
@@ -1251,7 +1139,7 @@ var RufousThemeProvider = ({ children }) => {
1251
1139
  updateSettings: (v) => setSettings(v)
1252
1140
  }
1253
1141
  },
1254
- /* @__PURE__ */ import_react16.default.createElement(
1142
+ /* @__PURE__ */ import_react13.default.createElement(
1255
1143
  "div",
1256
1144
  {
1257
1145
  className: `theme-${previewThemeKey || committedThemeKey || "default"}`
@@ -1260,31 +1148,36 @@ var RufousThemeProvider = ({ children }) => {
1260
1148
  )
1261
1149
  );
1262
1150
  };
1263
- var useRufousTheme = () => (0, import_react16.useContext)(RufousThemeContext);
1151
+ var useRufousTheme = () => (0, import_react13.useContext)(RufousThemeContext);
1264
1152
  // Annotate the CommonJS export names for ESM import in node:
1265
1153
  0 && (module.exports = {
1266
1154
  APP_THEMES,
1267
1155
  ActivateUserIcon,
1156
+ AddButton,
1268
1157
  ArchivedIcon,
1269
1158
  AssignGroupIcon,
1270
- Button,
1271
- Checkbox,
1159
+ CancelButton,
1272
1160
  CopyIcon,
1273
1161
  DifficultyAllIcon,
1274
1162
  DifficultyEasyIcon,
1275
1163
  DifficultyHardIcon,
1276
1164
  DifficultyMediumIcon,
1165
+ DollarIcon,
1277
1166
  DownloadIcon,
1278
1167
  EditChatIcon,
1279
1168
  EditIcon,
1280
- FloatingInput,
1169
+ EngagementIcon,
1170
+ FunctionIcon,
1281
1171
  HelpOutlinedIcon,
1282
1172
  HierarchyIcon,
1283
1173
  InactiveGroupIcon,
1174
+ IndustryIcon,
1284
1175
  InvoiceIcon,
1285
1176
  LogsIcon,
1177
+ MinExperienceIcon,
1286
1178
  NineDotMenuIcon,
1287
1179
  NotificationIcon,
1180
+ ProjectIcon,
1288
1181
  QuestionStatusAllIcon,
1289
1182
  QuestionStatusPrivateIcon,
1290
1183
  QuestionStatusPublicIcon,
@@ -1295,10 +1188,12 @@ var useRufousTheme = () => (0, import_react16.useContext)(RufousThemeContext);
1295
1188
  QuestionTypeSingleIcon,
1296
1189
  RefreshIcon,
1297
1190
  ResendInviteIcon,
1191
+ RolesIcon,
1298
1192
  RufousBirdIcon,
1299
1193
  RufousLauncherIcon,
1300
1194
  RufousThemeProvider,
1301
1195
  SidebarIcon,
1196
+ SubmitButton,
1302
1197
  SubscribeIcon,
1303
1198
  SuspendUserIcon,
1304
1199
  TickIcon,