@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
@@ -37,16 +37,22 @@ __export(icons_exports, {
37
37
  DifficultyEasyIcon: () => difficultyEasyIcon_default,
38
38
  DifficultyHardIcon: () => difficultyHardIcon_default,
39
39
  DifficultyMediumIcon: () => difficultyMediumIcon_default,
40
+ DollarIcon: () => dollarIcon_default,
40
41
  DownloadIcon: () => downloadIcon_default,
41
42
  EditChatIcon: () => editChatIcon_default,
42
43
  EditIcon: () => editIcon_default,
44
+ EngagementIcon: () => engagementIcon_default,
45
+ FunctionIcon: () => functionIcon_default,
43
46
  HelpOutlinedIcon: () => helpOutlinedIcon_default,
44
47
  HierarchyIcon: () => hierarchyIcon_default,
45
48
  InactiveGroupIcon: () => inactiveGroupIcon_default,
49
+ IndustryIcon: () => industryIcon_default,
46
50
  InvoiceIcon: () => invoiceIcon_default,
47
51
  LogsIcon: () => logsIcon_default,
52
+ MinExperienceIcon: () => minExperienceIcon_default,
48
53
  NineDotMenuIcon: () => nineDotMenuIcon_default,
49
54
  NotificationIcon: () => notificationIcon_default,
55
+ ProjectIcon: () => projectIcon_default,
50
56
  QuestionStatusAllIcon: () => questionStatusAllIcon_default,
51
57
  QuestionStatusPrivateIcon: () => questionStatusPrivateIcon_default,
52
58
  QuestionStatusPublicIcon: () => questionStatusPublicIcon_default,
@@ -57,6 +63,7 @@ __export(icons_exports, {
57
63
  QuestionTypeSingleIcon: () => questionTypeSingleIcon_default,
58
64
  RefreshIcon: () => refreshIcon_default,
59
65
  ResendInviteIcon: () => resendInviteIcon_default,
66
+ RolesIcon: () => rolesIcon_default,
60
67
  RufousBirdIcon: () => rufousBirdIcon_default,
61
68
  RufousLauncherIcon: () => rufousLauncherBird_default,
62
69
  SidebarIcon: () => sidebarIcon_default,
@@ -199,59 +206,7 @@ var editIcon_default = EditIcon;
199
206
  // lib/icons/helpOutlinedIcon.tsx
200
207
  var import_react4 = __toESM(require("react"), 1);
201
208
  var HelpOutlinedIcon = ({ color = "#5f6368", ...props }) => {
202
- return /* @__PURE__ */ import_react4.default.createElement(
203
- "svg",
204
- {
205
- xmlns: "http://www.w3.org/2000/svg",
206
- width: "40",
207
- height: "40",
208
- viewBox: "0 0 40 40",
209
- ...props
210
- },
211
- /* @__PURE__ */ import_react4.default.createElement(
212
- "g",
213
- {
214
- id: "Group_11727",
215
- "data-name": "Group 11727",
216
- transform: "translate(-1600 -24)"
217
- },
218
- /* @__PURE__ */ import_react4.default.createElement(
219
- "circle",
220
- {
221
- id: "Ellipse_32",
222
- "data-name": "Ellipse 32",
223
- cx: "20",
224
- cy: "20",
225
- r: "20",
226
- transform: "translate(1600 24)",
227
- fill: "none"
228
- }
229
- ),
230
- /* @__PURE__ */ import_react4.default.createElement(
231
- "g",
232
- {
233
- id: "Ellipse_33",
234
- "data-name": "Ellipse 33",
235
- transform: "translate(1604 28.3)",
236
- fill: "none",
237
- stroke: color,
238
- "stroke-width": "2"
239
- },
240
- /* @__PURE__ */ import_react4.default.createElement("circle", { cx: "16", cy: "16", r: "16", stroke: "none" }),
241
- /* @__PURE__ */ import_react4.default.createElement("circle", { cx: "16", cy: "16", r: "15", fill: "none" })
242
- ),
243
- /* @__PURE__ */ import_react4.default.createElement(
244
- "path",
245
- {
246
- id: "Icon_open-question-mark",
247
- "data-name": "Icon open-question-mark",
248
- 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",
249
- transform: "translate(1614.595 35.6)",
250
- fill: color
251
- }
252
- )
253
- )
254
- );
209
+ 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 }));
255
210
  };
256
211
  var helpOutlinedIcon_default = HelpOutlinedIcon;
257
212
 
@@ -310,152 +265,7 @@ var hierarchyIcon_default = HierarchyIcon;
310
265
  // lib/icons/nineDotMenuIcon.tsx
311
266
  var import_react6 = __toESM(require("react"), 1);
312
267
  var NineDotMenuIcon = ({ color = "#707070", ...props }) => {
313
- return /* @__PURE__ */ import_react6.default.createElement(
314
- "svg",
315
- {
316
- xmlns: "http://www.w3.org/2000/svg",
317
- width: "40",
318
- height: "40",
319
- viewBox: "0 0 40 40",
320
- ...props
321
- },
322
- /* @__PURE__ */ import_react6.default.createElement(
323
- "g",
324
- {
325
- id: "Group_24483",
326
- "data-name": "Group 24483",
327
- transform: "translate(-1600 -24)"
328
- },
329
- /* @__PURE__ */ import_react6.default.createElement(
330
- "circle",
331
- {
332
- id: "Ellipse_32",
333
- "data-name": "Ellipse 32",
334
- cx: "20",
335
- cy: "20",
336
- r: "20",
337
- transform: "translate(1600 24)",
338
- fill: "none"
339
- }
340
- ),
341
- /* @__PURE__ */ import_react6.default.createElement(
342
- "g",
343
- {
344
- id: "Group_24484",
345
- "data-name": "Group 24484",
346
- transform: "translate(2581 -2711)"
347
- },
348
- /* @__PURE__ */ import_react6.default.createElement(
349
- "rect",
350
- {
351
- id: "Rectangle_17638",
352
- "data-name": "Rectangle 17638",
353
- width: "7",
354
- height: "7",
355
- rx: "1",
356
- transform: "translate(-973 2743)",
357
- fill: color
358
- }
359
- ),
360
- /* @__PURE__ */ import_react6.default.createElement(
361
- "rect",
362
- {
363
- id: "Rectangle_17639",
364
- "data-name": "Rectangle 17639",
365
- width: "7",
366
- height: "7",
367
- rx: "1",
368
- transform: "translate(-964 2743)",
369
- fill: color
370
- }
371
- ),
372
- /* @__PURE__ */ import_react6.default.createElement(
373
- "rect",
374
- {
375
- id: "Rectangle_17640",
376
- "data-name": "Rectangle 17640",
377
- width: "7",
378
- height: "7",
379
- rx: "1",
380
- transform: "translate(-955 2743)",
381
- fill: color
382
- }
383
- ),
384
- /* @__PURE__ */ import_react6.default.createElement(
385
- "rect",
386
- {
387
- id: "Rectangle_17641",
388
- "data-name": "Rectangle 17641",
389
- width: "7",
390
- height: "7",
391
- rx: "1",
392
- transform: "translate(-973 2752)",
393
- fill: color
394
- }
395
- ),
396
- /* @__PURE__ */ import_react6.default.createElement(
397
- "rect",
398
- {
399
- id: "Rectangle_17642",
400
- "data-name": "Rectangle 17642",
401
- width: "7",
402
- height: "7",
403
- rx: "1",
404
- transform: "translate(-964 2752)",
405
- fill: color
406
- }
407
- ),
408
- /* @__PURE__ */ import_react6.default.createElement(
409
- "rect",
410
- {
411
- id: "Rectangle_17643",
412
- "data-name": "Rectangle 17643",
413
- width: "7",
414
- height: "7",
415
- rx: "1",
416
- transform: "translate(-955 2752)",
417
- fill: color
418
- }
419
- ),
420
- /* @__PURE__ */ import_react6.default.createElement(
421
- "rect",
422
- {
423
- id: "Rectangle_17644",
424
- "data-name": "Rectangle 17644",
425
- width: "7",
426
- height: "7",
427
- rx: "1",
428
- transform: "translate(-973 2761)",
429
- fill: color
430
- }
431
- ),
432
- /* @__PURE__ */ import_react6.default.createElement(
433
- "rect",
434
- {
435
- id: "Rectangle_17645",
436
- "data-name": "Rectangle 17645",
437
- width: "7",
438
- height: "7",
439
- rx: "1",
440
- transform: "translate(-964 2761)",
441
- fill: color
442
- }
443
- ),
444
- /* @__PURE__ */ import_react6.default.createElement(
445
- "rect",
446
- {
447
- id: "Rectangle_17646",
448
- "data-name": "Rectangle 17646",
449
- width: "7",
450
- height: "7",
451
- rx: "1",
452
- transform: "translate(-955 2761)",
453
- fill: color
454
- }
455
- )
456
- )
457
- )
458
- );
268
+ 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 }));
459
269
  };
460
270
  var nineDotMenuIcon_default = NineDotMenuIcon;
461
271
 
@@ -1047,7 +857,7 @@ var sidebarIcon_default = SidebarIcon;
1047
857
  // lib/icons/notificationIcon.tsx
1048
858
  var import_react11 = __toESM(require("react"), 1);
1049
859
  var NotificationIcon = ({ color = "#3a3a3a", ...props }) => {
1050
- return /* @__PURE__ */ import_react11.default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "40", height: "40", viewBox: "0 0 40 40", ...props }, /* @__PURE__ */ import_react11.default.createElement("g", { id: "Group_26345", "data-name": "Group 26345", transform: "translate(-1600 -24)" }, /* @__PURE__ */ import_react11.default.createElement("circle", { id: "Ellipse_32", "data-name": "Ellipse 32", cx: "20", cy: "20", r: "20", transform: "translate(1600 24)", fill: "none" }), /* @__PURE__ */ import_react11.default.createElement("g", { id: "bell", transform: "translate(1594.537 28.951)" }, /* @__PURE__ */ import_react11.default.createElement("g", { id: "Group_26115", "data-name": "Group 26115", transform: "translate(12 -0.011)" }, /* @__PURE__ */ import_react11.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 })))));
860
+ 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 }));
1051
861
  };
1052
862
  var notificationIcon_default = NotificationIcon;
1053
863
 
@@ -1057,6 +867,112 @@ var RefreshIcon = ({ color = "#3a3a3a", ...props }) => {
1057
867
  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 }));
1058
868
  };
1059
869
  var refreshIcon_default = RefreshIcon;
870
+
871
+ // lib/icons/dollarIcon.tsx
872
+ var React43 = __toESM(require("react"), 1);
873
+ var DollarIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React43.createElement(
874
+ "svg",
875
+ {
876
+ xmlns: "http://www.w3.org/2000/svg",
877
+ width: "12.04",
878
+ height: "20.85",
879
+ viewBox: "0 0 12.04 20.85",
880
+ ...props
881
+ },
882
+ /* @__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 }))
883
+ );
884
+ var dollarIcon_default = DollarIcon;
885
+
886
+ // lib/icons/engagementIcon.tsx
887
+ var React44 = __toESM(require("react"), 1);
888
+ var EngagementIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React44.createElement(
889
+ "svg",
890
+ {
891
+ xmlns: "http://www.w3.org/2000/svg",
892
+ width: "11.519",
893
+ height: "14.886",
894
+ viewBox: "0 0 11.519 14.886",
895
+ ...props
896
+ },
897
+ /* @__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" })
898
+ );
899
+ var engagementIcon_default = EngagementIcon;
900
+
901
+ // lib/icons/functionIcon.tsx
902
+ var React45 = __toESM(require("react"), 1);
903
+ var FunctionIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React45.createElement(
904
+ "svg",
905
+ {
906
+ xmlns: "http://www.w3.org/2000/svg",
907
+ width: "23.5",
908
+ height: "19.5",
909
+ viewBox: "0 0 23.5 19.5",
910
+ ...props
911
+ },
912
+ /* @__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" }))
913
+ );
914
+ var functionIcon_default = FunctionIcon;
915
+
916
+ // lib/icons/industryIcon.tsx
917
+ var React46 = __toESM(require("react"), 1);
918
+ var IndustryIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React46.createElement(
919
+ "svg",
920
+ {
921
+ id: "graph-up-arrow",
922
+ xmlns: "http://www.w3.org/2000/svg",
923
+ width: "18",
924
+ height: "18",
925
+ viewBox: "0 0 18 18",
926
+ ...props
927
+ },
928
+ /* @__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" }))
929
+ );
930
+ var industryIcon_default = IndustryIcon;
931
+
932
+ // lib/icons/minExperienceIcon.tsx
933
+ var React47 = __toESM(require("react"), 1);
934
+ var MinExperienceIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React47.createElement(
935
+ "svg",
936
+ {
937
+ xmlns: "http://www.w3.org/2000/svg",
938
+ width: "25.444",
939
+ height: "20.16",
940
+ viewBox: "0 0 25.444 20.16",
941
+ ...props
942
+ },
943
+ /* @__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" })))
944
+ );
945
+ var minExperienceIcon_default = MinExperienceIcon;
946
+
947
+ // lib/icons/projectIcon.tsx
948
+ var React48 = __toESM(require("react"), 1);
949
+ var ProjectIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React48.createElement(
950
+ "svg",
951
+ {
952
+ xmlns: "http://www.w3.org/2000/svg",
953
+ width: "18.571",
954
+ height: "16.1",
955
+ viewBox: "0 0 18.571 16.1",
956
+ ...props
957
+ },
958
+ /* @__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" }))
959
+ );
960
+ var projectIcon_default = ProjectIcon;
961
+
962
+ // lib/icons/rolesIcon.tsx
963
+ var React49 = __toESM(require("react"), 1);
964
+ var RolesIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React49.createElement(
965
+ "svg",
966
+ {
967
+ xmlns: "http://www.w3.org/2000/svg",
968
+ width: "18.947",
969
+ height: "18",
970
+ viewBox: "0 0 18.947 18",
971
+ ...props
972
+ },
973
+ /* @__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 }))
974
+ );
975
+ var rolesIcon_default = RolesIcon;
1060
976
  // Annotate the CommonJS export names for ESM import in node:
1061
977
  0 && (module.exports = {
1062
978
  ActivateUserIcon,
@@ -1067,16 +983,22 @@ var refreshIcon_default = RefreshIcon;
1067
983
  DifficultyEasyIcon,
1068
984
  DifficultyHardIcon,
1069
985
  DifficultyMediumIcon,
986
+ DollarIcon,
1070
987
  DownloadIcon,
1071
988
  EditChatIcon,
1072
989
  EditIcon,
990
+ EngagementIcon,
991
+ FunctionIcon,
1073
992
  HelpOutlinedIcon,
1074
993
  HierarchyIcon,
1075
994
  InactiveGroupIcon,
995
+ IndustryIcon,
1076
996
  InvoiceIcon,
1077
997
  LogsIcon,
998
+ MinExperienceIcon,
1078
999
  NineDotMenuIcon,
1079
1000
  NotificationIcon,
1001
+ ProjectIcon,
1080
1002
  QuestionStatusAllIcon,
1081
1003
  QuestionStatusPrivateIcon,
1082
1004
  QuestionStatusPublicIcon,
@@ -1087,6 +1009,7 @@ var refreshIcon_default = RefreshIcon;
1087
1009
  QuestionTypeSingleIcon,
1088
1010
  RefreshIcon,
1089
1011
  ResendInviteIcon,
1012
+ RolesIcon,
1090
1013
  RufousBirdIcon,
1091
1014
  RufousLauncherIcon,
1092
1015
  SidebarIcon,
@@ -40,4 +40,11 @@ export { default as EditChatIcon } from './editChatIcon.cjs';
40
40
  export { default as SidebarIcon } from './sidebarIcon.cjs';
41
41
  export { default as NotificationIcon } from './notificationIcon.cjs';
42
42
  export { default as RefreshIcon } from './refreshIcon.cjs';
43
+ export { default as DollarIcon } from './dollarIcon.cjs';
44
+ export { default as EngagementIcon } from './engagementIcon.cjs';
45
+ export { default as FunctionIcon } from './functionIcon.cjs';
46
+ export { default as IndustryIcon } from './industryIcon.cjs';
47
+ export { default as MinExperienceIcon } from './minExperienceIcon.cjs';
48
+ export { default as ProjectIcon } from './projectIcon.cjs';
49
+ export { default as RolesIcon } from './rolesIcon.cjs';
43
50
  import 'react';
@@ -40,4 +40,11 @@ export { default as EditChatIcon } from './editChatIcon.js';
40
40
  export { default as SidebarIcon } from './sidebarIcon.js';
41
41
  export { default as NotificationIcon } from './notificationIcon.js';
42
42
  export { default as RefreshIcon } from './refreshIcon.js';
43
+ export { default as DollarIcon } from './dollarIcon.js';
44
+ export { default as EngagementIcon } from './engagementIcon.js';
45
+ export { default as FunctionIcon } from './functionIcon.js';
46
+ export { default as IndustryIcon } from './industryIcon.js';
47
+ export { default as MinExperienceIcon } from './minExperienceIcon.js';
48
+ export { default as ProjectIcon } from './projectIcon.js';
49
+ export { default as RolesIcon } from './rolesIcon.js';
43
50
  import 'react';
@@ -1,4 +1,10 @@
1
- import "../chunk-WNXUY4B6.js";
1
+ import "../chunk-CC7BNJL3.js";
2
+ import {
3
+ unArchivedIcon_default
4
+ } from "../chunk-ZJAV3FEQ.js";
5
+ import {
6
+ unsubscribeIcon_default
7
+ } from "../chunk-NMMC4ATV.js";
2
8
  import {
3
9
  uploadIcon_default
4
10
  } from "../chunk-DXJ745NZ.js";
@@ -11,6 +17,12 @@ import {
11
17
  import {
12
18
  workItemIcon_default
13
19
  } from "../chunk-QJPQC544.js";
20
+ import {
21
+ rufousBirdIcon_default
22
+ } from "../chunk-DMP72IAP.js";
23
+ import {
24
+ rufousLauncherBird_default
25
+ } from "../chunk-QZFGQ5JM.js";
14
26
  import {
15
27
  sidebarIcon_default
16
28
  } from "../chunk-CSKTBLQQ.js";
@@ -29,12 +41,6 @@ import {
29
41
  import {
30
42
  trashIcon_default
31
43
  } from "../chunk-6KIFTMUN.js";
32
- import {
33
- unArchivedIcon_default
34
- } from "../chunk-ZJAV3FEQ.js";
35
- import {
36
- unsubscribeIcon_default
37
- } from "../chunk-NMMC4ATV.js";
38
44
  import {
39
45
  questionTypeCodingIcon_default
40
46
  } from "../chunk-FOUXNPQA.js";
@@ -54,23 +60,20 @@ import {
54
60
  resendInviteIcon_default
55
61
  } from "../chunk-WG3Q6GZN.js";
56
62
  import {
57
- rufousBirdIcon_default
58
- } from "../chunk-DMP72IAP.js";
59
- import {
60
- rufousLauncherBird_default
61
- } from "../chunk-QZFGQ5JM.js";
62
- import {
63
- invoiceIcon_default
64
- } from "../chunk-KYJ3475B.js";
63
+ rolesIcon_default
64
+ } from "../chunk-RJ43D3XB.js";
65
65
  import {
66
- logsIcon_default
67
- } from "../chunk-N4EJKMJK.js";
66
+ minExperienceIcon_default
67
+ } from "../chunk-MKK7M3BH.js";
68
68
  import {
69
69
  nineDotMenuIcon_default
70
- } from "../chunk-D7SFBVJY.js";
70
+ } from "../chunk-GESVGIAP.js";
71
71
  import {
72
72
  notificationIcon_default
73
- } from "../chunk-MWCKUVQG.js";
73
+ } from "../chunk-QIEQRNBE.js";
74
+ import {
75
+ projectIcon_default
76
+ } from "../chunk-BYJP2WNC.js";
74
77
  import {
75
78
  questionStatusAllIcon_default
76
79
  } from "../chunk-GYLL3HRD.js";
@@ -83,9 +86,39 @@ import {
83
86
  import {
84
87
  questionTypeAllIcon_default
85
88
  } from "../chunk-WHGVO3HV.js";
89
+ import {
90
+ functionIcon_default
91
+ } from "../chunk-ZAYWFYP4.js";
92
+ import {
93
+ helpOutlinedIcon_default
94
+ } from "../chunk-5UEJAVFK.js";
95
+ import {
96
+ hierarchyIcon_default
97
+ } from "../chunk-WZAU77G7.js";
98
+ import {
99
+ inactiveGroupIcon_default
100
+ } from "../chunk-7WNPZ4B7.js";
101
+ import {
102
+ industryIcon_default
103
+ } from "../chunk-NSW6ZGZF.js";
104
+ import {
105
+ invoiceIcon_default
106
+ } from "../chunk-KYJ3475B.js";
107
+ import {
108
+ logsIcon_default
109
+ } from "../chunk-N4EJKMJK.js";
110
+ import {
111
+ difficultyEasyIcon_default
112
+ } from "../chunk-JI5XMLWT.js";
113
+ import {
114
+ difficultyHardIcon_default
115
+ } from "../chunk-WXANSSXF.js";
86
116
  import {
87
117
  difficultyMediumIcon_default
88
118
  } from "../chunk-XPJVVKOU.js";
119
+ import {
120
+ dollarIcon_default
121
+ } from "../chunk-GL43GPEM.js";
89
122
  import {
90
123
  downloadIcon_default
91
124
  } from "../chunk-IOEQAR2M.js";
@@ -96,14 +129,8 @@ import {
96
129
  editIcon_default
97
130
  } from "../chunk-H372BAXA.js";
98
131
  import {
99
- helpOutlinedIcon_default
100
- } from "../chunk-PULIGWAP.js";
101
- import {
102
- hierarchyIcon_default
103
- } from "../chunk-WZAU77G7.js";
104
- import {
105
- inactiveGroupIcon_default
106
- } from "../chunk-7WNPZ4B7.js";
132
+ engagementIcon_default
133
+ } from "../chunk-FSRABKKC.js";
107
134
  import {
108
135
  activateUserIcon_default
109
136
  } from "../chunk-AH6RCYDL.js";
@@ -119,12 +146,6 @@ import {
119
146
  import {
120
147
  difficultyAllIcon_default
121
148
  } from "../chunk-PPNZC5ZQ.js";
122
- import {
123
- difficultyEasyIcon_default
124
- } from "../chunk-JI5XMLWT.js";
125
- import {
126
- difficultyHardIcon_default
127
- } from "../chunk-WXANSSXF.js";
128
149
  export {
129
150
  activateUserIcon_default as ActivateUserIcon,
130
151
  archivedIcon_default as ArchivedIcon,
@@ -134,16 +155,22 @@ export {
134
155
  difficultyEasyIcon_default as DifficultyEasyIcon,
135
156
  difficultyHardIcon_default as DifficultyHardIcon,
136
157
  difficultyMediumIcon_default as DifficultyMediumIcon,
158
+ dollarIcon_default as DollarIcon,
137
159
  downloadIcon_default as DownloadIcon,
138
160
  editChatIcon_default as EditChatIcon,
139
161
  editIcon_default as EditIcon,
162
+ engagementIcon_default as EngagementIcon,
163
+ functionIcon_default as FunctionIcon,
140
164
  helpOutlinedIcon_default as HelpOutlinedIcon,
141
165
  hierarchyIcon_default as HierarchyIcon,
142
166
  inactiveGroupIcon_default as InactiveGroupIcon,
167
+ industryIcon_default as IndustryIcon,
143
168
  invoiceIcon_default as InvoiceIcon,
144
169
  logsIcon_default as LogsIcon,
170
+ minExperienceIcon_default as MinExperienceIcon,
145
171
  nineDotMenuIcon_default as NineDotMenuIcon,
146
172
  notificationIcon_default as NotificationIcon,
173
+ projectIcon_default as ProjectIcon,
147
174
  questionStatusAllIcon_default as QuestionStatusAllIcon,
148
175
  questionStatusPrivateIcon_default as QuestionStatusPrivateIcon,
149
176
  questionStatusPublicIcon_default as QuestionStatusPublicIcon,
@@ -154,6 +181,7 @@ export {
154
181
  questionTypeSingleIcon_default as QuestionTypeSingleIcon,
155
182
  refreshIcon_default as RefreshIcon,
156
183
  resendInviteIcon_default as ResendInviteIcon,
184
+ rolesIcon_default as RolesIcon,
157
185
  rufousBirdIcon_default as RufousBirdIcon,
158
186
  rufousLauncherBird_default as RufousLauncherIcon,
159
187
  sidebarIcon_default as SidebarIcon,
@@ -0,0 +1,48 @@
1
+ var __create = Object.create;
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __getProtoOf = Object.getPrototypeOf;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all)
9
+ __defProp(target, name, { get: all[name], enumerable: true });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from))
14
+ if (!__hasOwnProp.call(to, key) && key !== except)
15
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
+ }
17
+ return to;
18
+ };
19
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
20
+ // If the importer is in node compatibility mode or this is not an ESM
21
+ // file that has been converted to a CommonJS file using a Babel-
22
+ // compatible transform (i.e. "__esModule" has not been set), then set
23
+ // "default" to the CommonJS "module.exports" for node compatibility.
24
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
25
+ mod
26
+ ));
27
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
28
+
29
+ // lib/icons/industryIcon.tsx
30
+ var industryIcon_exports = {};
31
+ __export(industryIcon_exports, {
32
+ default: () => industryIcon_default
33
+ });
34
+ module.exports = __toCommonJS(industryIcon_exports);
35
+ var React = __toESM(require("react"), 1);
36
+ var IndustryIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React.createElement(
37
+ "svg",
38
+ {
39
+ id: "graph-up-arrow",
40
+ xmlns: "http://www.w3.org/2000/svg",
41
+ width: "18",
42
+ height: "18",
43
+ viewBox: "0 0 18 18",
44
+ ...props
45
+ },
46
+ /* @__PURE__ */ React.createElement("g", { id: "Group_26165", "data-name": "Group 26165" }, /* @__PURE__ */ React.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" }))
47
+ );
48
+ var industryIcon_default = IndustryIcon;