@mirohq/design-system-icons 0.43.4-combobox.0 → 0.44.0

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 (106) hide show
  1. package/dist/main.js +259 -80
  2. package/dist/main.js.map +1 -1
  3. package/dist/module.js +259 -81
  4. package/dist/module.js.map +1 -1
  5. package/dist/types.d.ts +3 -1
  6. package/package.json +4 -4
  7. package/react/arrow-arc-left.tsx +5 -0
  8. package/react/arrow-arc-right.tsx +6 -1
  9. package/react/arrow-bend-up-right.tsx +5 -0
  10. package/react/arrow-box-out.tsx +1 -1
  11. package/react/arrow-counter-clockwise-up-right.tsx +1 -1
  12. package/react/arrow-down-left.tsx +1 -1
  13. package/react/arrow-down-right.tsx +1 -1
  14. package/react/arrow-down.tsx +2 -2
  15. package/react/arrow-fat-up-right.tsx +5 -0
  16. package/react/arrow-up-left.tsx +1 -1
  17. package/react/arrow-up.tsx +1 -1
  18. package/react/arrows-clockwise-y.tsx +1 -1
  19. package/react/arrows-down-up.tsx +5 -0
  20. package/react/arrows-square-counter-clockwise-y.tsx +5 -0
  21. package/react/article.tsx +1 -6
  22. package/react/chat-lines-eye-open.tsx +6 -1
  23. package/react/chevron-down-double.tsx +5 -0
  24. package/react/chevron-down.tsx +1 -1
  25. package/react/chevron-left-double.tsx +5 -0
  26. package/react/chevron-left.tsx +1 -1
  27. package/react/chevron-right-double.tsx +5 -0
  28. package/react/chevron-right.tsx +1 -1
  29. package/react/chevron-up-double.tsx +5 -0
  30. package/react/chevron-up.tsx +1 -1
  31. package/react/clock-counter-clockwise-simple.tsx +1 -1
  32. package/react/clock-counter-clockwise.tsx +1 -1
  33. package/react/cursor-lines.tsx +5 -0
  34. package/react/download.tsx +5 -0
  35. package/react/export.tsx +5 -0
  36. package/react/index.ts +1 -0
  37. package/react/minus.tsx +1 -1
  38. package/react/navigation-arrow-lines.tsx +5 -0
  39. package/react/navigation-up-left-filled.tsx +5 -0
  40. package/react/navigation-up-left-slash.tsx +5 -0
  41. package/react/navigation-up-right.tsx +5 -0
  42. package/react/notepad.tsx +37 -0
  43. package/react/plus.tsx +1 -1
  44. package/react/presentation-eye-open.tsx +6 -1
  45. package/react/question-mark.tsx +5 -0
  46. package/react/rectangle-arrow-up-center.tsx +5 -0
  47. package/react/shuffle.tsx +6 -1
  48. package/react/smiley-chat.tsx +0 -5
  49. package/react/smiley.tsx +0 -5
  50. package/react/sparks-filled.tsx +6 -4
  51. package/react/sparks.tsx +1 -1
  52. package/react/sticky-eye-closed.tsx +5 -0
  53. package/react/user-add.tsx +0 -5
  54. package/react/user-eye-open.tsx +6 -1
  55. package/react/user.tsx +0 -5
  56. package/react/users.tsx +1 -6
  57. package/svg/24/arrow-arc-left.svg +1 -1
  58. package/svg/24/arrow-arc-right.svg +1 -1
  59. package/svg/24/arrow-bend-up-right.svg +1 -1
  60. package/svg/24/arrow-box-out.svg +1 -1
  61. package/svg/24/arrow-counter-clockwise-up-right.svg +1 -1
  62. package/svg/24/arrow-down-left.svg +1 -1
  63. package/svg/24/arrow-down-right.svg +1 -1
  64. package/svg/24/arrow-down.svg +1 -1
  65. package/svg/24/arrow-fat-up-right.svg +1 -1
  66. package/svg/24/arrow-up-left.svg +1 -1
  67. package/svg/24/arrow-up.svg +1 -1
  68. package/svg/24/arrows-clockwise-y.svg +1 -1
  69. package/svg/24/arrows-down-up.svg +1 -1
  70. package/svg/24/arrows-square-counter-clockwise-y.svg +1 -1
  71. package/svg/24/article.svg +1 -1
  72. package/svg/24/chat-lines-eye-open.svg +1 -1
  73. package/svg/24/chevron-down-double.svg +1 -1
  74. package/svg/24/chevron-down.svg +1 -1
  75. package/svg/24/chevron-left-double.svg +1 -1
  76. package/svg/24/chevron-left.svg +1 -1
  77. package/svg/24/chevron-right-double.svg +1 -1
  78. package/svg/24/chevron-right.svg +1 -1
  79. package/svg/24/chevron-up-double.svg +1 -1
  80. package/svg/24/chevron-up.svg +1 -1
  81. package/svg/24/clock-counter-clockwise-simple.svg +1 -1
  82. package/svg/24/clock-counter-clockwise.svg +1 -1
  83. package/svg/24/cursor-lines.svg +1 -1
  84. package/svg/24/download.svg +1 -1
  85. package/svg/24/export.svg +1 -1
  86. package/svg/24/minus.svg +1 -1
  87. package/svg/24/navigation-arrow-lines.svg +1 -1
  88. package/svg/24/navigation-up-left-filled.svg +1 -1
  89. package/svg/24/navigation-up-left-slash.svg +1 -1
  90. package/svg/24/navigation-up-right.svg +1 -1
  91. package/svg/24/notepad.svg +2 -0
  92. package/svg/24/plus.svg +1 -1
  93. package/svg/24/presentation-eye-open.svg +1 -1
  94. package/svg/24/question-mark.svg +1 -1
  95. package/svg/24/rectangle-arrow-up-center.svg +1 -1
  96. package/svg/24/shuffle.svg +1 -1
  97. package/svg/24/smiley-chat.svg +1 -1
  98. package/svg/24/smiley.svg +1 -1
  99. package/svg/24/sparks-filled.svg +1 -1
  100. package/svg/24/sparks.svg +1 -1
  101. package/svg/24/sticky-eye-closed.svg +1 -1
  102. package/svg/24/user-add.svg +1 -1
  103. package/svg/24/user-eye-open.svg +1 -1
  104. package/svg/24/user.svg +1 -1
  105. package/svg/24/users.svg +1 -1
  106. package/svg/meta.json +9 -0
package/dist/module.js CHANGED
@@ -348,6 +348,14 @@ const IconArrowArcLeft = forwardRef(
348
348
  strokeWidth: "var(--svg-stroke-width)",
349
349
  d: "M20 15c-2-6.0007-10.5-8.0007-16-.0001m0 0v-5m0 5h5"
350
350
  }
351
+ ),
352
+ /* @__PURE__ */ jsx(
353
+ "path",
354
+ {
355
+ stroke: "currentColor",
356
+ strokeWidth: "var(--svg-stroke-width)",
357
+ d: "M12 10v.0001"
358
+ }
351
359
  )
352
360
  )
353
361
  );
@@ -371,7 +379,15 @@ const IconArrowArcRight = forwardRef(
371
379
  strokeLinecap: "round",
372
380
  strokeLinejoin: "round",
373
381
  strokeWidth: "var(--svg-stroke-width)",
374
- d: "M4 15c2-6.0007 10.5-8.0007 16-.0001m0 0v-5m0 5h-5"
382
+ d: "M4 15.0001c2-6.0008 10.5-8.0008 16-.0001m0 0v-5m0 5h-5"
383
+ }
384
+ ),
385
+ /* @__PURE__ */ jsx(
386
+ "path",
387
+ {
388
+ stroke: "currentColor",
389
+ strokeWidth: "var(--svg-stroke-width)",
390
+ d: "M12 10v.0001"
375
391
  }
376
392
  )
377
393
  )
@@ -431,6 +447,14 @@ const IconArrowBendUpRight = forwardRef(
431
447
  strokeWidth: "var(--svg-stroke-width)",
432
448
  d: "M4 19c0-7 3-9 7-9h9m0 0-5-5m5 5-5 5"
433
449
  }
450
+ ),
451
+ /* @__PURE__ */ jsx(
452
+ "path",
453
+ {
454
+ stroke: "currentColor",
455
+ strokeWidth: "var(--svg-stroke-width)",
456
+ d: "M12 10v.0001"
457
+ }
434
458
  )
435
459
  )
436
460
  );
@@ -453,7 +477,7 @@ const IconArrowBoxOut = forwardRef(
453
477
  stroke: "currentColor",
454
478
  strokeLinecap: "round",
455
479
  strokeWidth: "var(--svg-stroke-width)",
456
- d: "M16.9987 14v5c0 .5523-.4477 1-1 1h-11c-.5522 0-1-.4477-1-1v-11c0-.5523.4478-1 1-1h4.5m10.5-3-9 9m2.0025-9h7v7"
480
+ d: "M16.9988 14v5c0 .5523-.4477 1-1 1h-11c-.5523 0-1-.4477-1-1v-11c0-.5523.4477-1 1-1h4.5m10.5-3-9 9m2.0025-9h7v7"
457
481
  }
458
482
  ),
459
483
  /* @__PURE__ */ jsx(
@@ -581,7 +605,7 @@ const IconArrowCounterClockwiseUpRight = forwardRef(
581
605
  stroke: "currentColor",
582
606
  strokeLinecap: "round",
583
607
  strokeWidth: "var(--svg-stroke-width)",
584
- d: "M19.7535 10.0297c1.0882 4.2821-1.501 8.6357-5.7832 9.7239-4.2822 1.0882-8.6357-1.5011-9.7239-5.7833-1.0882-4.2821 1.501-8.6357 5.7832-9.7239a8.0145 8.0145 0 0 1 2.0005-.2483m10.9699 8.0019-3-3-3 3"
608
+ d: "M19.7535 10.0297c1.0882 4.2821-1.501 8.6357-5.7832 9.7239-4.2822 1.0882-8.6357-1.5011-9.7239-5.7832-1.0882-4.2822 1.501-8.6358 5.7832-9.724a8.0145 8.0145 0 0 1 2.0005-.2483m10.9699 8.0019-3-3-3 3"
585
609
  }
586
610
  ),
587
611
  /* @__PURE__ */ jsx(
@@ -646,7 +670,7 @@ const IconArrowDownLeft = forwardRef(
646
670
  {
647
671
  stroke: "currentColor",
648
672
  strokeWidth: "var(--svg-stroke-width)",
649
- d: "M12 11.9999v.0001"
673
+ d: "M12 12v.0001"
650
674
  }
651
675
  )
652
676
  )
@@ -678,7 +702,7 @@ const IconArrowDownRight = forwardRef(
678
702
  {
679
703
  stroke: "currentColor",
680
704
  strokeWidth: "var(--svg-stroke-width)",
681
- d: "M12 11.9999v.0001"
705
+ d: "M12 12v.0001"
682
706
  }
683
707
  )
684
708
  )
@@ -702,7 +726,7 @@ const IconArrowDown = forwardRef(
702
726
  stroke: "currentColor",
703
727
  strokeLinecap: "round",
704
728
  strokeWidth: "var(--svg-stroke-width)",
705
- d: "M12 3v17.205m-6.9964-6.2033 6.9964 6.5983 7.0031-6.6044"
729
+ d: "M12.0001 3v17.205m-6.9964-6.2033 6.9964 6.5983 7.003-6.6044"
706
730
  }
707
731
  ),
708
732
  /* @__PURE__ */ jsx(
@@ -710,7 +734,7 @@ const IconArrowDown = forwardRef(
710
734
  {
711
735
  stroke: "currentColor",
712
736
  strokeWidth: "var(--svg-stroke-width)",
713
- d: "M12 11.9999v.0001"
737
+ d: "M12 12v.0001"
714
738
  }
715
739
  )
716
740
  )
@@ -782,6 +806,14 @@ const IconArrowFatUpRight = forwardRef(
782
806
  strokeWidth: "var(--svg-stroke-width)",
783
807
  d: "m18 15 3-12-12 3 3 3-8 11 11-8 3 3Z"
784
808
  }
809
+ ),
810
+ /* @__PURE__ */ jsx(
811
+ "path",
812
+ {
813
+ stroke: "currentColor",
814
+ strokeWidth: "var(--svg-stroke-width)",
815
+ d: "M7 17v.0001"
816
+ }
785
817
  )
786
818
  )
787
819
  );
@@ -901,7 +933,7 @@ const IconArrowUpLeft = forwardRef(
901
933
  {
902
934
  stroke: "currentColor",
903
935
  strokeWidth: "var(--svg-stroke-width)",
904
- d: "M12 11.9999v.0001"
936
+ d: "M12 12v.0001"
905
937
  }
906
938
  )
907
939
  )
@@ -965,7 +997,7 @@ const IconArrowUp = forwardRef(
965
997
  {
966
998
  stroke: "currentColor",
967
999
  strokeWidth: "var(--svg-stroke-width)",
968
- d: "M12 11.9999v.0001"
1000
+ d: "M12 12v.0001"
969
1001
  }
970
1002
  )
971
1003
  )
@@ -1054,7 +1086,7 @@ const IconArrowsClockwiseY = forwardRef(
1054
1086
  {
1055
1087
  stroke: "currentColor",
1056
1088
  strokeWidth: "var(--svg-stroke-width)",
1057
- d: "M4 10v.0001"
1089
+ d: "M4 10"
1058
1090
  }
1059
1091
  )
1060
1092
  )
@@ -1080,6 +1112,14 @@ const IconArrowsDownUp = forwardRef(
1080
1112
  strokeWidth: "var(--svg-stroke-width)",
1081
1113
  d: "M7 5v14m0 0 4-4m-4 4-4-4m14 4v-14m0 0-4 4m4-4 4 4"
1082
1114
  }
1115
+ ),
1116
+ /* @__PURE__ */ jsx(
1117
+ "path",
1118
+ {
1119
+ stroke: "currentColor",
1120
+ strokeWidth: "var(--svg-stroke-width)",
1121
+ d: "M7 12v.0001"
1122
+ }
1083
1123
  )
1084
1124
  )
1085
1125
  );
@@ -1229,6 +1269,14 @@ const IconArrowsSquareCounterClockwiseY = forwardRef(
1229
1269
  strokeWidth: "var(--svg-stroke-width)",
1230
1270
  d: "M13 19h4.5a.5.5 0 0 0 .5-.5v-13.5m0 0-3.5 3.5m3.5-3.5 3.5 3.5m-10.5-3.5h-4.5a.5.5 0 0 0-.5.5v13.5m0 0 3.5-3.5m-3.5 3.5-3.5-3.5"
1231
1271
  }
1272
+ ),
1273
+ /* @__PURE__ */ jsx(
1274
+ "path",
1275
+ {
1276
+ stroke: "currentColor",
1277
+ strokeWidth: "var(--svg-stroke-width)",
1278
+ d: "M6 12v.0001"
1279
+ }
1232
1280
  )
1233
1281
  )
1234
1282
  );
@@ -1251,15 +1299,7 @@ const IconArticle = forwardRef(
1251
1299
  stroke: "currentColor",
1252
1300
  strokeLinecap: "round",
1253
1301
  strokeWidth: "var(--svg-stroke-width)",
1254
- d: "M8 8h8m-8 4h8m-8 4h5m-8 4h14c.5523 0 1-.4477 1-1v-14c0-.5523-.4477-1-1-1h-14c-.5523 0-1 .4477-1 1v14c0 .5523.4477 1 1 1Z"
1255
- }
1256
- ),
1257
- /* @__PURE__ */ jsx(
1258
- "path",
1259
- {
1260
- stroke: "currentColor",
1261
- strokeWidth: "var(--svg-stroke-width)",
1262
- d: "M12 4v.0001"
1302
+ d: "M8 7h8m-8 4h8m-8 4h4m-8-11.5v17a.5.5 0 0 0 .5.5h15a.5.5 0 0 0 .5-.5v-17a.5.5 0 0 0-.5-.5h-15a.5.5 0 0 0-.5.5Z"
1263
1303
  }
1264
1304
  )
1265
1305
  )
@@ -2075,7 +2115,15 @@ const IconChatLinesEyeOpen = forwardRef(
2075
2115
  d: "M7 9h2m-2 4h8m-8-9h-3c-.5523 0-1 .4477-1 1v12c0 .5523.4477 1 1 1h5l2.9293 2.9293a.1.1 0 0 0 .1414 0l2.9293-2.9293h5c.5523 0 1-.4477 1-1v-5m-10-7c0-.5 2-4 6-4s6 3.5 6 4-2 4-6 4-6-3.5-6-4Z"
2076
2116
  }
2077
2117
  ),
2078
- /* @__PURE__ */ jsx("circle", { cx: 17, cy: 5, r: 2, fill: "currentColor" })
2118
+ /* @__PURE__ */ jsx("circle", { cx: 17, cy: 5, r: 2, fill: "currentColor" }),
2119
+ /* @__PURE__ */ jsx(
2120
+ "path",
2121
+ {
2122
+ stroke: "currentColor",
2123
+ strokeWidth: "var(--svg-stroke-width)",
2124
+ d: "M12 13v.0001"
2125
+ }
2126
+ )
2079
2127
  )
2080
2128
  );
2081
2129
  IconChatLinesEyeOpen[iconSymbol] = true;
@@ -2318,6 +2366,14 @@ const IconChevronDownDouble = forwardRef(
2318
2366
  strokeWidth: "var(--svg-stroke-width)",
2319
2367
  d: "m15 14-3 3-3-3m6-7-3 3-3-3"
2320
2368
  }
2369
+ ),
2370
+ /* @__PURE__ */ jsx(
2371
+ "path",
2372
+ {
2373
+ stroke: "currentColor",
2374
+ strokeWidth: "var(--svg-stroke-width)",
2375
+ d: "M12 10v.0001"
2376
+ }
2321
2377
  )
2322
2378
  )
2323
2379
  );
@@ -2348,7 +2404,7 @@ const IconChevronDown = forwardRef(
2348
2404
  {
2349
2405
  stroke: "currentColor",
2350
2406
  strokeWidth: "var(--svg-stroke-width)",
2351
- d: "M12 15v.0001"
2407
+ d: "M12 14.9999v.0001"
2352
2408
  }
2353
2409
  )
2354
2410
  )
@@ -2375,6 +2431,14 @@ const IconChevronLeftDouble = forwardRef(
2375
2431
  strokeWidth: "var(--svg-stroke-width)",
2376
2432
  d: "m10 15-3-3 3-3m7 6-3-3 3-3"
2377
2433
  }
2434
+ ),
2435
+ /* @__PURE__ */ jsx(
2436
+ "path",
2437
+ {
2438
+ stroke: "currentColor",
2439
+ strokeWidth: "var(--svg-stroke-width)",
2440
+ d: "M14 12v.0001"
2441
+ }
2378
2442
  )
2379
2443
  )
2380
2444
  );
@@ -2405,7 +2469,7 @@ const IconChevronLeft = forwardRef(
2405
2469
  {
2406
2470
  stroke: "currentColor",
2407
2471
  strokeWidth: "var(--svg-stroke-width)",
2408
- d: "M9 12v.0001"
2472
+ d: "M9 11.9999v.0001"
2409
2473
  }
2410
2474
  )
2411
2475
  )
@@ -2432,6 +2496,14 @@ const IconChevronRightDouble = forwardRef(
2432
2496
  strokeWidth: "var(--svg-stroke-width)",
2433
2497
  d: "m14 9 3 3-3 3m-7-6 3 3-3 3"
2434
2498
  }
2499
+ ),
2500
+ /* @__PURE__ */ jsx(
2501
+ "path",
2502
+ {
2503
+ stroke: "currentColor",
2504
+ strokeWidth: "var(--svg-stroke-width)",
2505
+ d: "M10 12v.0001"
2506
+ }
2435
2507
  )
2436
2508
  )
2437
2509
  );
@@ -2486,7 +2558,7 @@ const IconChevronRight = forwardRef(
2486
2558
  {
2487
2559
  stroke: "currentColor",
2488
2560
  strokeWidth: "var(--svg-stroke-width)",
2489
- d: "M16 12v.0001"
2561
+ d: "M16 11.9999v.0001"
2490
2562
  }
2491
2563
  )
2492
2564
  )
@@ -2513,6 +2585,14 @@ const IconChevronUpDouble = forwardRef(
2513
2585
  strokeWidth: "var(--svg-stroke-width)",
2514
2586
  d: "m9 10 3-3 3 3m-6 7 3-3 3 3"
2515
2587
  }
2588
+ ),
2589
+ /* @__PURE__ */ jsx(
2590
+ "path",
2591
+ {
2592
+ stroke: "currentColor",
2593
+ strokeWidth: "var(--svg-stroke-width)",
2594
+ d: "M12 14v.0001"
2595
+ }
2516
2596
  )
2517
2597
  )
2518
2598
  );
@@ -2593,7 +2673,7 @@ const IconChevronUp = forwardRef(
2593
2673
  {
2594
2674
  stroke: "currentColor",
2595
2675
  strokeWidth: "var(--svg-stroke-width)",
2596
- d: "M12 10v.0001"
2676
+ d: "M12 10"
2597
2677
  }
2598
2678
  )
2599
2679
  )
@@ -2797,7 +2877,7 @@ const IconClockCounterClockwiseSimple = forwardRef(
2797
2877
  {
2798
2878
  stroke: "currentColor",
2799
2879
  strokeWidth: "var(--svg-stroke-width)",
2800
- d: "M12 12v.0001"
2880
+ d: "M12 11.9999v.0001"
2801
2881
  }
2802
2882
  )
2803
2883
  )
@@ -2830,7 +2910,7 @@ const IconClockCounterClockwise = forwardRef(
2830
2910
  {
2831
2911
  stroke: "currentColor",
2832
2912
  strokeWidth: "var(--svg-stroke-width)",
2833
- d: "M12 12v.0001"
2913
+ d: "M12 11.9999v.0001"
2834
2914
  }
2835
2915
  )
2836
2916
  )
@@ -3662,6 +3742,14 @@ const IconCursorLines = forwardRef(
3662
3742
  strokeWidth: "var(--svg-stroke-width)",
3663
3743
  d: "m10.5 20-1.9167-4.9706m2.4167-11.0294h10m-6 4h2m-12.5943-3.9315 9.4348 9.246c.3148.3085.135.8732-.2891.9084l-5.0224.4164a.4686.4686 0 0 0-.2851.1306l-3.4365 3.2929c-.3128.2998-.8074.0604-.8074-.3909v-13.41c0-.227.25-.346.4057-.1934Z"
3664
3744
  }
3745
+ ),
3746
+ /* @__PURE__ */ jsx(
3747
+ "path",
3748
+ {
3749
+ stroke: "currentColor",
3750
+ strokeWidth: "var(--svg-stroke-width)",
3751
+ d: "M12 12v.0001"
3752
+ }
3665
3753
  )
3666
3754
  )
3667
3755
  );
@@ -4513,6 +4601,14 @@ const IconDownload = forwardRef(
4513
4601
  strokeWidth: "var(--svg-stroke-width)",
4514
4602
  d: "M21 13v6c0 .5523-.4477 1-1 1h-16c-.5523 0-1-.4477-1-1v-6m9-10v11m0 0-4-3.9973m4 3.9973 4.0003-3.9973"
4515
4603
  }
4604
+ ),
4605
+ /* @__PURE__ */ jsx(
4606
+ "path",
4607
+ {
4608
+ stroke: "currentColor",
4609
+ strokeWidth: "var(--svg-stroke-width)",
4610
+ d: "M12 12v.0001"
4611
+ }
4516
4612
  )
4517
4613
  )
4518
4614
  );
@@ -4674,6 +4770,14 @@ const IconExport = forwardRef(
4674
4770
  strokeWidth: "var(--svg-stroke-width)",
4675
4771
  d: "M21 13v6c0 .5523-.4477 1-1 1h-16c-.5523 0-1-.4477-1-1v-6m9 1v-11m0 0 4 3.9953m-4-3.9953-4 3.9953"
4676
4772
  }
4773
+ ),
4774
+ /* @__PURE__ */ jsx(
4775
+ "path",
4776
+ {
4777
+ stroke: "currentColor",
4778
+ strokeWidth: "var(--svg-stroke-width)",
4779
+ d: "M12 12v.0001"
4780
+ }
4677
4781
  )
4678
4782
  )
4679
4783
  );
@@ -7095,7 +7199,7 @@ const IconMinus = forwardRef(
7095
7199
  {
7096
7200
  stroke: "currentColor",
7097
7201
  strokeWidth: "var(--svg-stroke-width)",
7098
- d: "M12 11.9999v.0001"
7202
+ d: "M12 12v.0001"
7099
7203
  }
7100
7204
  )
7101
7205
  )
@@ -7349,6 +7453,14 @@ const IconNavigationArrowLines = forwardRef(
7349
7453
  fill: "currentColor",
7350
7454
  d: "m13.8405 15.3145-9.4348-9.246c-.1558-.1527-.4057-.0335-.4057.1935v13.4099c0 .4513.4946.6907.8074.3909l3.4075-3.7094a.4679.4679 0 0 1 .2851-.1305h5.0514c.4241-.0352.6039-.5999.2891-.9084Z"
7351
7455
  }
7456
+ ),
7457
+ /* @__PURE__ */ jsx(
7458
+ "path",
7459
+ {
7460
+ stroke: "currentColor",
7461
+ strokeWidth: "var(--svg-stroke-width)",
7462
+ d: "M9 13v.0001"
7463
+ }
7352
7464
  )
7353
7465
  )
7354
7466
  );
@@ -7381,6 +7493,14 @@ const IconNavigationUpLeftFilled = forwardRef(
7381
7493
  fill: "currentColor",
7382
7494
  d: "m20.5358 9.963-17.08-6.9367c-.282-.1145-.545.1648-.4268.4536l6.9804 17.0582c.2349.5739 1.0026.6256 1.2533.0843l2.4995-6.4611a.6492.6492 0 0 1 .3028-.3118l6.5677-2.5832c.5332-.2616.4729-1.0719-.0969-1.3033Z"
7383
7495
  }
7496
+ ),
7497
+ /* @__PURE__ */ jsx(
7498
+ "path",
7499
+ {
7500
+ stroke: "currentColor",
7501
+ strokeWidth: "var(--svg-stroke-width)",
7502
+ d: "M12 12v.0001"
7503
+ }
7384
7504
  )
7385
7505
  )
7386
7506
  );
@@ -7406,6 +7526,14 @@ const IconNavigationUpLeftSlash = forwardRef(
7406
7526
  strokeWidth: "var(--svg-stroke-width)",
7407
7527
  d: "m7.8967 15.375 2.1127 5.1631c.2349.5739 1.0026.6256 1.2533.0843l2.4995-6.4611a.6492.6492 0 0 1 .3028-.3118l6.5677-2.5832c.5332-.2616.4729-1.0719-.0969-1.3033l-5.0905-2.0674m-9.8505 1.8544-2.5658-6.2701c-.1182-.2888.1447-.5681.4268-.4536l6.2942 2.5563m-6.75 14.2924 16.875-16.875"
7408
7528
  }
7529
+ ),
7530
+ /* @__PURE__ */ jsx(
7531
+ "path",
7532
+ {
7533
+ stroke: "currentColor",
7534
+ strokeWidth: "var(--svg-stroke-width)",
7535
+ d: "M12 11v.0001"
7536
+ }
7409
7537
  )
7410
7538
  )
7411
7539
  );
@@ -7431,6 +7559,14 @@ const IconNavigationUpRight = forwardRef(
7431
7559
  strokeWidth: "var(--svg-stroke-width)",
7432
7560
  d: "m14.037 20.5358 6.9367-17.08c.1145-.282-.1648-.545-.4536-.4268l-17.0582 6.9804c-.574.2349-.6256 1.0026-.0843 1.2533l6.461 2.4995a.6492.6492 0 0 1 .3119.3028l2.5832 6.5677c.2616.5332 1.0719.4729 1.3033-.0969Z"
7433
7561
  }
7562
+ ),
7563
+ /* @__PURE__ */ jsx(
7564
+ "path",
7565
+ {
7566
+ stroke: "currentColor",
7567
+ strokeWidth: "var(--svg-stroke-width)",
7568
+ d: "M12 7v.0001"
7569
+ }
7434
7570
  )
7435
7571
  )
7436
7572
  );
@@ -7674,6 +7810,38 @@ const IconNoteMagnifyingGlass = forwardRef(
7674
7810
  );
7675
7811
  IconNoteMagnifyingGlass[iconSymbol] = true;
7676
7812
 
7813
+ const IconNotepad = forwardRef(
7814
+ ({ size = "medium", weight = "normal", ...props }, forwardRef2) => createElement(
7815
+ StyledIcon,
7816
+ {
7817
+ ...props,
7818
+ weight,
7819
+ size,
7820
+ viewBox: "0 0 24 24",
7821
+ fill: "none",
7822
+ ref: forwardRef2
7823
+ },
7824
+ /* @__PURE__ */ jsx(
7825
+ "path",
7826
+ {
7827
+ stroke: "currentColor",
7828
+ strokeLinecap: "round",
7829
+ strokeWidth: "var(--svg-stroke-width)",
7830
+ d: "M8 3v2m4-2v2m4-2v2m-7 6h6m-6 4h6m-8 6h10c1.1046 0 2-.8954 2-2v-14.5a.5.5 0 0 0-.5-.5h-13a.5.5 0 0 0-.5.5v14.5c0 1.1046.8954 2 2 2Z"
7831
+ }
7832
+ ),
7833
+ /* @__PURE__ */ jsx(
7834
+ "path",
7835
+ {
7836
+ stroke: "currentColor",
7837
+ strokeWidth: "var(--svg-stroke-width)",
7838
+ d: "M13 13v.0001"
7839
+ }
7840
+ )
7841
+ )
7842
+ );
7843
+ IconNotepad[iconSymbol] = true;
7844
+
7677
7845
  const IconOctagon = forwardRef(
7678
7846
  ({ size = "medium", weight = "normal", ...props }, forwardRef2) => createElement(
7679
7847
  StyledIcon,
@@ -8439,7 +8607,7 @@ const IconPlus = forwardRef(
8439
8607
  {
8440
8608
  stroke: "currentColor",
8441
8609
  strokeWidth: "var(--svg-stroke-width)",
8442
- d: "M12 11.9999v.0001"
8610
+ d: "M12 12v.0001"
8443
8611
  }
8444
8612
  )
8445
8613
  )
@@ -8534,7 +8702,15 @@ const IconPresentationEyeOpen = forwardRef(
8534
8702
  d: "M21 12.0001v6h-5m-8.5-14h-4.5v14h5m0 0-2 4m2-4h8m0 0 2 4m-7-17.0001c0-.5 2-4 6-4s6 3.5 6 4-2 4-6 4-6-3.5-6-4Z"
8535
8703
  }
8536
8704
  ),
8537
- /* @__PURE__ */ jsx("circle", { cx: 17, cy: 5, r: 2, fill: "currentColor" })
8705
+ /* @__PURE__ */ jsx("circle", { cx: 17, cy: 5, r: 2, fill: "currentColor" }),
8706
+ /* @__PURE__ */ jsx(
8707
+ "path",
8708
+ {
8709
+ stroke: "currentColor",
8710
+ strokeWidth: "var(--svg-stroke-width)",
8711
+ d: "M12 18v.0001"
8712
+ }
8713
+ )
8538
8714
  )
8539
8715
  );
8540
8716
  IconPresentationEyeOpen[iconSymbol] = true;
@@ -8865,6 +9041,14 @@ const IconQuestionMark = forwardRef(
8865
9041
  strokeWidth: "var(--svg-stroke-width)",
8866
9042
  d: "M7 8.2308c0-2.3366 2.2386-4.2308 5-4.2308s5 1.8942 5 4.2308c0 1.7475-1.2521 3.2475-3.0387 3.8928-1.0388.3753-1.9613 1.2334-1.9613 2.3379v.5385"
8867
9043
  }
9044
+ ),
9045
+ /* @__PURE__ */ jsx(
9046
+ "path",
9047
+ {
9048
+ stroke: "currentColor",
9049
+ strokeWidth: "var(--svg-stroke-width)",
9050
+ d: "M12 14v.0001"
9051
+ }
8868
9052
  )
8869
9053
  )
8870
9054
  );
@@ -8914,6 +9098,14 @@ const IconRectangleArrowUpCenter = forwardRef(
8914
9098
  strokeWidth: "var(--svg-stroke-width)",
8915
9099
  d: "M3 10v-6c0-.5523.4477-1 1-1h16c.5523 0 1 .4477 1 1v6m-9 10v-11m0 0 4 4.5m-4-4.5-4 4.5"
8916
9100
  }
9101
+ ),
9102
+ /* @__PURE__ */ jsx(
9103
+ "path",
9104
+ {
9105
+ stroke: "currentColor",
9106
+ strokeWidth: "var(--svg-stroke-width)",
9107
+ d: "M12 12v.0001"
9108
+ }
8917
9109
  )
8918
9110
  )
8919
9111
  );
@@ -9822,7 +10014,15 @@ const IconShuffle = forwardRef(
9822
10014
  strokeLinecap: "round",
9823
10015
  strokeLinejoin: "round",
9824
10016
  strokeWidth: "var(--svg-stroke-width)",
9825
- d: "M3 6.0002s2.4637-.2826 4 0c5.7612 1.0595 3.2816 10.7292 9 12 1.9061.4236 5 0 5 0m0 0-3-3m3 3-3 3m-15-3.0002s2.4637.2825 4 0c.8639-.1589 1.5425-.5113 2.0912-1m11.9088-11s-3.0939-.4236-5 0c-.8186.182-1.4692.536-2 1.0122m7-1.0122-3 3m3-3-3-3"
10017
+ d: "M3 6.0002s2.4637-.2825 4 0c5.7612 1.0595 3.2816 10.7293 9 12 1.9061.4236 5 0 5 0m0 0-3-3m3 3-3 3m-15-3.0002s2.4637.2826 4 0c.8639-.1588 1.5425-.5113 2.0912-1m11.9088-11s-3.0939-.4235-5 0c-.8186.182-1.4692.536-2 1.0122m7-1.0122-3 3m3-3-3-3"
10018
+ }
10019
+ ),
10020
+ /* @__PURE__ */ jsx(
10021
+ "path",
10022
+ {
10023
+ stroke: "currentColor",
10024
+ strokeWidth: "var(--svg-stroke-width)",
10025
+ d: "M12 13v.0001"
9826
10026
  }
9827
10027
  )
9828
10028
  )
@@ -10085,14 +10285,6 @@ const IconSmileyChat = forwardRef(
10085
10285
  fill: "currentColor",
10086
10286
  d: "M11 8.5c0 .8284-.6716 1.5-1.5 1.5s-1.5-.6716-1.5-1.5.6716-1.5 1.5-1.5 1.5.6716 1.5 1.5ZM16 8.5c0 .8284-.6716 1.5-1.5 1.5s-1.5-.6716-1.5-1.5.6716-1.5 1.5-1.5 1.5.6716 1.5 1.5Z"
10087
10287
  }
10088
- ),
10089
- /* @__PURE__ */ jsx(
10090
- "path",
10091
- {
10092
- stroke: "currentColor",
10093
- strokeWidth: "var(--svg-stroke-width)",
10094
- d: "M12 16v.0001"
10095
- }
10096
10288
  )
10097
10289
  )
10098
10290
  );
@@ -10189,14 +10381,6 @@ const IconSmiley = forwardRef(
10189
10381
  strokeWidth: "var(--svg-stroke-width)",
10190
10382
  d: "M8 14c2 2 6 2 8 0m5-2c0 4.9706-4.0294 9-9 9s-9-4.0294-9-9 4.0294-9 9-9 9 4.0294 9 9Z"
10191
10383
  }
10192
- ),
10193
- /* @__PURE__ */ jsx(
10194
- "path",
10195
- {
10196
- stroke: "currentColor",
10197
- strokeWidth: "var(--svg-stroke-width)",
10198
- d: "M12 16v.0001"
10199
- }
10200
10384
  )
10201
10385
  )
10202
10386
  );
@@ -10611,13 +10795,6 @@ const IconSparksFilled = forwardRef(
10611
10795
  fill: "none",
10612
10796
  ref: forwardRef2
10613
10797
  },
10614
- /* @__PURE__ */ jsx(
10615
- "path",
10616
- {
10617
- fill: "currentColor",
10618
- d: "M19.7722 2.5045c.0885-.1961.3671-.1961.4556 0l.6667 1.4761a.2504.2504 0 0 0 .1249.125l1.4761.6666c.1962.0886.1962.3671 0 .4557l-1.4761.6667a.2504.2504 0 0 0-.1249.1249l-.6667 1.476c-.0885.1962-.3671.1962-.4556 0l-.6667-1.476a.2502.2502 0 0 0-.125-.125l-1.476-.6666c-.1962-.0886-.1962-.3671 0-.4557l1.476-.6667a.2502.2502 0 0 0 .125-.1249l.6667-1.476ZM19.7722 16.5045c.0885-.1961.3671-.1961.4556 0l.6667 1.4761a.25.25 0 0 0 .1249.1249l1.4761.6667c.1962.0886.1962.3671 0 .4557l-1.4761.6667a.25.25 0 0 0-.1249.1249l-.6667 1.4761c-.0885.1961-.3671.1961-.4556 0l-.6667-1.4761a.2498.2498 0 0 0-.125-.1249l-1.476-.6667c-.1962-.0886-.1962-.3671 0-.4557l1.476-.6667a.2498.2498 0 0 0 .125-.1249l.6667-1.4761ZM9.7608 3.958c.3324-1.2773 2.146-1.2773 2.4784 0 1.4019 5.3879 1.4149 5.4009 6.8028 6.8028 1.2773.3324 1.2773 2.146 0 2.4784-5.3879 1.4019-5.4009 1.4149-6.8028 6.8028-.3324 1.2773-2.146 1.2773-2.4784 0-1.4019-5.3879-1.415-5.4009-6.8028-6.8028-1.2773-.3324-1.2773-2.146 0-2.4784 5.3879-1.4019 5.4009-1.415 6.8028-6.8028Z"
10619
- }
10620
- ),
10621
10798
  /* @__PURE__ */ jsx(
10622
10799
  "path",
10623
10800
  {
@@ -10635,6 +10812,15 @@ const IconSparksFilled = forwardRef(
10635
10812
  strokeWidth: "var(--svg-stroke-width)",
10636
10813
  d: "M11 12v.0001"
10637
10814
  }
10815
+ ),
10816
+ /* @__PURE__ */ jsx(
10817
+ "path",
10818
+ {
10819
+ fill: "currentColor",
10820
+ fillRule: "evenodd",
10821
+ d: "M4.604 2.2673c.1437-.3564.6483-.3564.792 0l.5357 1.3285a.854.854 0 0 0 .4726.4726l1.3284.5356c.3564.1437.3564.6483 0 .792l-1.3284.5357a.854.854 0 0 0-.4726.4726l-.5357 1.3284c-.1437.3564-.6483.3564-.792 0l-.5356-1.3284a.854.854 0 0 0-.4726-.4726l-1.3285-.5357c-.3564-.1437-.3564-.6483 0-.792l1.3284-.5356a.854.854 0 0 0 .4727-.4727l.5356-1.3284Zm9.472 3.3565c.3353-.8317 1.5127-.8317 1.848-.0001l1.25 3.0997a1.9925 1.9925 0 0 0 1.1028 1.1029l3.0995 1.2497c.8316.3353.8316 1.5126 0 1.848l-3.0996 1.25a1.9927 1.9927 0 0 0-1.1027 1.1027l-1.25 3.0996c-.3354.8316-1.5127.8316-1.848 0l-1.2497-3.0995a1.9926 1.9926 0 0 0-1.1029-1.1028l-3.0997-1.25c-.8316-.3353-.8316-1.5127 0-1.848l3.0996-1.2497a1.9926 1.9926 0 0 0 1.103-1.103l1.2497-3.0995Zm-8.68 10.6435c-.1437-.3564-.6483-.3564-.792 0l-.5356 1.3284a.854.854 0 0 1-.4727.4727l-1.3284.5356c-.3564.1437-.3564.6483 0 .792l1.3285.5357a.8539.8539 0 0 1 .4726.4727l.5356 1.3283c.1437.3564.6483.3564.792 0l.5357-1.3284a.854.854 0 0 1 .4726-.4726l1.3284-.5357c.3564-.1437.3564-.6483 0-.792l-1.3284-.5356a.854.854 0 0 1-.4726-.4726l-.5357-1.3285Z",
10822
+ clipRule: "evenodd"
10823
+ }
10638
10824
  )
10639
10825
  )
10640
10826
  );
@@ -10663,7 +10849,7 @@ const IconSparks = forwardRef(
10663
10849
  "path",
10664
10850
  {
10665
10851
  fill: "currentColor",
10666
- d: "M19.7722 2.5045c.0885-.1961.3671-.1961.4556 0l.6667 1.4761a.2504.2504 0 0 0 .1249.125l1.4761.6666c.1962.0886.1962.3671 0 .4557l-1.4761.6667a.2504.2504 0 0 0-.1249.1249l-.6667 1.476c-.0885.1962-.3671.1962-.4556 0l-.6667-1.476a.2502.2502 0 0 0-.125-.125l-1.476-.6666c-.1962-.0886-.1962-.3671 0-.4557l1.476-.6667a.2502.2502 0 0 0 .125-.1249l.6667-1.476ZM19.7722 16.5045c.0885-.1961.3671-.1961.4556 0l.6667 1.4761a.25.25 0 0 0 .1249.1249l1.4761.6667c.1962.0886.1962.3671 0 .4557l-1.4761.6667a.25.25 0 0 0-.1249.1249l-.6667 1.4761c-.0885.1961-.3671.1961-.4556 0l-.6667-1.4761a.2498.2498 0 0 0-.125-.1249l-1.476-.6667c-.1962-.0886-.1962-.3671 0-.4557l1.476-.6667a.2498.2498 0 0 0 .125-.1249l.6667-1.4761Z"
10852
+ d: "M19.7722 2.5045c.0886-.1962.3671-.1962.4557 0l.6667 1.476a.2496.2496 0 0 0 .1249.125l1.4761.6667c.1961.0885.1961.367 0 .4556l-1.4761.6667a.2496.2496 0 0 0-.1249.125l-.6667 1.476c-.0886.1962-.3671.1962-.4557 0l-.6667-1.476a.2496.2496 0 0 0-.1249-.125l-1.4761-.6667c-.1961-.0885-.1961-.367 0-.4556l1.4761-.6667a.2496.2496 0 0 0 .1249-.125l.6667-1.476ZM19.7722 16.5045c.0886-.1962.3671-.1962.4557 0l.6667 1.4761a.25.25 0 0 0 .1249.1249l1.4761.6667c.1961.0885.1961.3671 0 .4556l-1.4761.6667a.25.25 0 0 0-.1249.1249l-.6667 1.4761c-.0886.1962-.3671.1962-.4557 0l-.6667-1.4761a.25.25 0 0 0-.1249-.1249l-1.4761-.6667c-.1961-.0885-.1961-.3671 0-.4556l1.4761-.6667a.25.25 0 0 0 .1249-.1249l.6667-1.4761Z"
10667
10853
  }
10668
10854
  ),
10669
10855
  /* @__PURE__ */ jsx(
@@ -11518,6 +11704,14 @@ const IconStickyEyeClosed = forwardRef(
11518
11704
  strokeWidth: "var(--svg-stroke-width)",
11519
11705
  d: "M21 11v3m0 0h-7v7m7-7-7 7m-8-18h-2c-.5523 0-1 .4477-1 1v16c0 .5523.4477 1 1 1h10m-4.5-17s.3776.6608 1.0918 1.4082m0 0c.6673.6982 1.6283 1.472 2.8496 1.853m-2.8496-1.853-1.5918 1.5918m4.4414.2612a5.2099 5.2099 0 0 0 1.5586.2388c.5584 0 1.0786-.089 1.5586-.2388m-3.1172 0-.4414 1.7388m3.5586-1.7388.4414 1.7388m-.4414-1.7388c1.2213-.381 2.1823-1.1548 2.8496-1.853m0 0c.7142-.7474 1.0918-1.4082 1.0918-1.4082m-1.0918 1.4082 1.5918 1.5918"
11520
11706
  }
11707
+ ),
11708
+ /* @__PURE__ */ jsx(
11709
+ "path",
11710
+ {
11711
+ stroke: "currentColor",
11712
+ strokeWidth: "var(--svg-stroke-width)",
11713
+ d: "M14 14v.0001"
11714
+ }
11521
11715
  )
11522
11716
  )
11523
11717
  );
@@ -13013,14 +13207,6 @@ const IconUserAdd = forwardRef(
13013
13207
  strokeWidth: "var(--svg-stroke-width)",
13014
13208
  d: "M2 11h3m0 0h3m-3 0v-3m0 3v3m3 6 .443-2.6576c.3214-1.9287 1.9902-3.3424 3.9455-3.3424h5.223c1.9553 0 3.6241 1.4137 3.9456 3.3424l.4429 2.6576m-4-12c0 1.6569-1.3431 3-3 3s-3-1.3431-3-3 1.3431-3 3-3 3 1.3431 3 3Z"
13015
13209
  }
13016
- ),
13017
- /* @__PURE__ */ jsx(
13018
- "path",
13019
- {
13020
- stroke: "currentColor",
13021
- strokeWidth: "var(--svg-stroke-width)",
13022
- d: "M15 13.9999v.0001"
13023
- }
13024
13210
  )
13025
13211
  )
13026
13212
  );
@@ -13171,7 +13357,15 @@ const IconUserEyeOpen = forwardRef(
13171
13357
  d: "M3 19.9999s0-6 4-6h1m7-6.9999c0 2.2091-1.7909 4-4 4-2.2091 0-4-1.7909-4-4 0-2.2091 1.7909-4 4-4 2.2091 0 4 1.7909 4 4Zm-5 11c0-.5 2-4 6-4s6 3.5 6 4-2 4-6 4-6-3.5-6-4Z"
13172
13358
  }
13173
13359
  ),
13174
- /* @__PURE__ */ jsx("circle", { cx: 16, cy: 18, r: 2, fill: "currentColor" })
13360
+ /* @__PURE__ */ jsx("circle", { cx: 16, cy: 18, r: 2, fill: "currentColor" }),
13361
+ /* @__PURE__ */ jsx(
13362
+ "path",
13363
+ {
13364
+ stroke: "currentColor",
13365
+ strokeWidth: "var(--svg-stroke-width)",
13366
+ d: "M11 11v.0001"
13367
+ }
13368
+ )
13175
13369
  )
13176
13370
  );
13177
13371
  IconUserEyeOpen[iconSymbol] = true;
@@ -13369,14 +13563,6 @@ const IconUser = forwardRef(
13369
13563
  strokeWidth: "var(--svg-stroke-width)",
13370
13564
  d: "m4 20 .443-2.6576c.3214-1.9287 1.9902-3.3424 3.9455-3.3424h7.223c1.9553 0 3.6241 1.4137 3.9456 3.3424l.4429 2.6576m-4-13c0 2.2091-1.7909 4-4 4-2.2091 0-4-1.7909-4-4 0-2.2091 1.7909-4 4-4 2.2091 0 4 1.7909 4 4Z"
13371
13565
  }
13372
- ),
13373
- /* @__PURE__ */ jsx(
13374
- "path",
13375
- {
13376
- stroke: "currentColor",
13377
- strokeWidth: "var(--svg-stroke-width)",
13378
- d: "M12 13.9999v.0001"
13379
- }
13380
13566
  )
13381
13567
  )
13382
13568
  );
@@ -13424,15 +13610,7 @@ const IconUsers = forwardRef(
13424
13610
  stroke: "currentColor",
13425
13611
  strokeLinecap: "round",
13426
13612
  strokeWidth: "var(--svg-stroke-width)",
13427
- d: "m1.0001 19.9997.443-2.6576c.3214-1.9287 1.9902-3.3423 3.9455-3.3423h5.2229c1.9553 0 3.6241 1.4136 3.9455 3.3423l.4429 2.6576m3-3.9999h1.8517c1.513 0 2.7891 1.1266 2.9768 2.6278l.1715 1.3721m-11.9999-11.9998c0 1.6568-1.3431 2.9999-3 2.9999-1.6568 0-3-1.343-3-3 0-1.6567 1.3432-2.9999 3-2.9999 1.6569 0 3 1.3431 3 3Zm8.9999 2.4999c0 1.3807-1.1193 2.5-2.5 2.5s-2.5-1.1193-2.5-2.5 1.1193-2.5 2.5-2.5 2.5 1.1193 2.5 2.5Z"
13428
- }
13429
- ),
13430
- /* @__PURE__ */ jsx(
13431
- "path",
13432
- {
13433
- stroke: "currentColor",
13434
- strokeWidth: "var(--svg-stroke-width)",
13435
- d: "M9 13.9997v.0001"
13613
+ d: "m1.0001 19.9997.443-2.6575c.3214-1.9288 1.9902-3.3424 3.9455-3.3424h5.2229c1.9553 0 3.6241 1.4136 3.9455 3.3424l.4429 2.6575m3-3.9999h1.8517c1.513 0 2.7892 1.1266 2.9768 2.6278l.1715 1.3721m-11.9999-11.9998c0 1.6568-1.3431 2.9999-3 2.9999-1.6568 0-3-1.343-3-3 0-1.6567 1.3432-2.9999 3-2.9999 1.6569 0 3 1.3432 3 3Zm8.9999 2.5c0 1.3806-1.1193 2.4999-2.5 2.4999s-2.5-1.1193-2.5-2.4999c0-1.3807 1.1193-2.5 2.5-2.5s2.5 1.1193 2.5 2.5Z"
13436
13614
  }
13437
13615
  )
13438
13616
  )
@@ -13656,5 +13834,5 @@ const IconWallet = forwardRef(
13656
13834
  );
13657
13835
  IconWallet[iconSymbol] = true;
13658
13836
 
13659
- export { IconAddLineBottom, IconAddLineRight, IconAlignBottom, IconAlignCenterHorizontal, IconAlignCenterVertical, IconAlignLeft, IconAlignRight, IconAlignTop, IconArrowArcLeft, IconArrowArcRight, IconArrowBendUpLeft, IconArrowBendUpRight, IconArrowBoxOut, IconArrowClockwiseDownRight, IconArrowClockwiseUpLeft, IconArrowCounterClockwiseDownLeft, IconArrowCounterClockwiseUpRight, IconArrowCurvesBottomRight, IconArrowDown, IconArrowDownLeft, IconArrowDownRight, IconArrowElbowDownRight, IconArrowFatRight, IconArrowFatUpRight, IconArrowLeft, IconArrowRight, IconArrowUp, IconArrowUpCircle, IconArrowUpLeft, IconArrowUpRight, IconArrowsClockwiseRectangleTilt, IconArrowsClockwiseX, IconArrowsClockwiseY, IconArrowsDownUp, IconArrowsHorizontalLinesTopBottom, IconArrowsInSimple, IconArrowsOutCardinal, IconArrowsOutLinesHorizontal, IconArrowsOutSimple, IconArrowsSquareCounterClockwiseY, IconArticle, IconAt, IconBadge, IconBarrel, IconBell, IconBellSlash, IconBellTilt, IconBoard, IconBookOpenInfo, IconBookmark, IconBracketCurlyLeft, IconBracketCurlyRight, IconBracketsAngleSlash, IconBracketsCurlyCirclesThree, IconBrush, IconCalendarBlank, IconCamera, IconCard, IconCardCircles, IconCardNumberThree, IconCardsPoker, IconChartBarY, IconChartBarYSimple, IconChat, IconChatCheck, IconChatDashesLinesTwo, IconChatLinesCross, IconChatLinesDot, IconChatLinesEyeOpen, IconChatLinesTwo, IconChatLinesTwoStack, IconChatPlus, IconChatTextArrow, IconChatTwo, IconCheckMark, IconCheckboardSquareCentered, IconChevronDown, IconChevronDownDouble, IconChevronLeft, IconChevronLeftDouble, IconChevronRight, IconChevronRightDouble, IconChevronRightSmall, IconChevronUp, IconChevronUpDouble, IconChevronUpDown, IconChevronUpDownLine, IconCircle, IconCircleCorners, IconCircleMotionX, IconCircleNotch, IconCircleSlash, IconCirclesConnected, IconClock, IconClockCounterClockwise, IconClockCounterClockwiseSimple, IconClockOvertime, IconCloud, IconCluster, IconClustered, IconCog, IconCoins, IconCoinsChecked, IconCoinsSlash, IconColumnsThree, IconCommentGroup, IconConeSerpentine, IconConnectionLineElbows, IconConnectionLineStraight, IconCornersThreeEyeOpen, IconCounter, IconCreditCard, IconCrop, IconCross, IconCrossCircle, IconCrossFat, IconCrossSquare, IconCube, IconCursor, IconCursorFilled, IconCursorLines, IconCursorText, IconCursorTextLines, IconCurveSquareCircleArrow, IconDashLeftDownSquareDashRightUp, IconDashLeftUpSquareDashDownRight, IconDashSquareDashHorizontal, IconDashSquareDashVertical, IconDiagramCardLarge1, IconDiagramCardLarge2, IconDiagramCardLarge3, IconDiagramCardLarge4, IconDiagramCardMagnifyingGlass, IconDiagramCardSmall1, IconDiagramCardSmall2, IconDiagramCardSmall3, IconDiagramCardTeam, IconDiagramCardUser, IconDistributeHorizontal, IconDistributeVertical, IconDollarSignCurrency, IconDotVoting, IconDotsNine, IconDotsSixHorizontal, IconDotsSixVertical, IconDotsThree, IconDotsThreeVertical, IconDotsTwo, IconDownload, IconEnvelope, IconEraser, IconExclamationMarkOctagon, IconExclamationPointCircle, IconExport, IconEyeClosed, IconEyeClosedDotsFourFrameBroken, IconEyeOpen, IconEyeOpenLineFrameBroken, IconEyeOpenSlash, IconEyedropper, IconFactory, IconFactoryHouse, IconFileSpreadsheet, IconFlag, IconFolder, IconFrame, IconFrameLinesTwo, IconFramePlay, IconFramePlus, IconFunnel, IconGauge, IconGift, IconGlobe, IconGraduationCap, IconGrid, IconGridFour, IconGridSix, IconHand, IconHandFilled, IconHandPointing, IconHeadsetPerson, IconHeart, IconHeartFilled, IconHexagon, IconHighlighter, IconHighlighterUnderline, IconHouse, IconImage, IconIndentLeft, IconIndentRight, IconInformationMarkCircle, IconKanban, IconKey, IconKeycap, IconLaptop, IconLasso, IconLayout, IconLifesaver, IconLightbox, IconLightbulb, IconLightning, IconLineCurved, IconLineDashed, IconLineDiagonal, IconLineDotted, IconLineHorizontal, IconLineOrthogonal, IconLineStraight, IconLineTwoDiagonalTopRightDouble, IconLinesThreeHorizontal, IconLinesThreeHorizontalLineVerticalCenter, IconLinesThreeVertical, IconLinesTopLeftColumnsTwo, IconLink, IconLinkPlus, IconListBullets, IconListNumbers, IconLockClosed, IconLockOpen, IconLogin, IconLogout, IconMagnet, IconMagnifyingGlass, IconMagnifyingGlassLightning, IconMagnifyingGlassPlus, IconMap, IconMegaphone, IconMermaid, IconMicrophone, IconMicrophoneSlash, IconMinus, IconMobile, IconMonitorArrow, IconMonitorPause, IconMonitorPlay, IconMonitorStop, IconMoon, IconMouse, IconMusicNote, IconNavigationArrowLines, IconNavigationUpLeftFilled, IconNavigationUpLeftSlash, IconNavigationUpRight, IconNext, IconNodeConnectedDot, IconNodeLinesCurved, IconNodeLinesHorizontal, IconNodeLinesVertical, IconNodePlus, IconNodesConnected, IconNodesConnectionsThree, IconNoteMagnifyingGlass, IconOctagon, IconOffice, IconOrgChart, IconPaintBucket, IconPalette, IconPaperPlaneFilledRight, IconPaperPlaneTilt, IconParallelogram, IconPause, IconPauseCircle, IconPdf, IconPen, IconPenTip, IconPenUnderline, IconPentagon, IconPeopleList, IconPlaceholder, IconPlanet, IconPlay, IconPlayCircle, IconPlaybackSpeedCircle, IconPlug, IconPlus, IconPlusBox, IconPlusSquare, IconPlusText, IconPolling, IconPresentationArrow, IconPresentationEyeOpen, IconPresentationLine, IconPresentationLinesTwo, IconPresentationLink, IconPresentationNumberOne, IconPresentationPlay, IconPresentationPlus, IconPrevious, IconProhibit, IconPushPin, IconPushPinFilled, IconQuestionMark, IconQuestionMarkCircle, IconQuotes, IconRectangleArrowUpCenter, IconRectangleDashLines, IconRectangleDotLinePen, IconRectangleFrame2Lines, IconRectanglePlayStack, IconRectanglePortrait, IconRectanglePortraitDash, IconRectanglePortraitDashSquareTopCenter, IconRectanglePortraitDashSquareTopLeft, IconRectanglePortraitFilled, IconRectanglePortraitSquareTopLeft, IconRectangleTick, IconRectangleTriangleBottomCenter, IconRectanglesThreeAligned, IconRectanglesThreeFree, IconRectanglesThreeOverlap, IconRectanglesTwoLine, IconRectanglesTwoLinesFour, IconRectanglesTwoMinus, IconRectanglesTwoPlus, IconRectanglesTwoUser, IconRhombus, IconRocket, IconRss, IconRssRectangle, IconScissors, IconScrollbarXy, IconShapes, IconShapesLines, IconShieldCheck, IconShieldLock, IconShuffle, IconSidebarClosed, IconSidebarGlobalClosed, IconSidebarGlobalOpen, IconSidebarOpen, IconSingleSparksFilled, IconSlidersX, IconSlidersY, IconSmiley, IconSmileyChat, IconSmileyPlus, IconSmileySticker, IconSocialAdo, IconSocialDrawio, IconSocialFacebook, IconSocialInstagram, IconSocialJira, IconSocialLinkedin, IconSocialSlack, IconSocialTwitter, IconSocialX, IconSocialYoutube, IconSortAscending, IconSortDescending, IconSparks, IconSparksFilled, IconSpeakerCross, IconSpeakerHigh, IconSplitVertical, IconSquare, IconSquareArrowIn, IconSquareBracketsAngleSlash, IconSquareCirclesTwo, IconSquareFrame2LinesCircle, IconSquareLineSquareDashed, IconSquareRounded, IconSquareStarScribble, IconSquareTriangleCirclePlus, IconSquaresColumn, IconSquaresFour, IconSquaresGroup, IconSquaresMerge, IconSquaresRow, IconSquaresThree, IconSquaresTwoOverlap, IconSquaresUngroup, IconSquaresUnmerge, IconStack, IconStar, IconStarFilled, IconStarHalf, IconStickyCorners, IconStickyEyeClosed, IconStickyEyeOpen, IconStickyNote, IconStickyNoteStack, IconStickyNoteWide, IconStickyNotesTwo, IconStopCircle, IconStoryPoints, IconStroke1, IconStroke2, IconStroke3, IconStroke4, IconStroke5, IconStroke6, IconSwitch, IconTag, IconTasks, IconTextAUnderline, IconTextAa, IconTextAlignCenter, IconTextAlignLeft, IconTextAlignRight, IconTextBBold, IconTextBBoldItalicUnderlined, IconTextCursorEyeOpen, IconTextHOne, IconTextHThree, IconTextHTwo, IconTextIItalic, IconTextIndent, IconTextLinesThree, IconTextSStrikethrough, IconTextStyles, IconTextT, IconTextUUnderlined, IconThumbsUp, IconTickCircle, IconTicket, IconTimer, IconToolbar, IconTooltip, IconTrackpad, IconTrapeze, IconTrash, IconTrashSimple, IconTriangle, IconTriangleSquareCircle, IconTrident, IconTrophy, IconUser, IconUserAdd, IconUserArrowRightUp, IconUserBackgroundBlur, IconUserCog, IconUserCogPlus, IconUserEyeOpen, IconUserFilter, IconUserLoad, IconUserNumberThree, IconUserPenDashesBottom, IconUserPenLineBottom, IconUserTickDown, IconUsers, IconUsersThree, IconVideoCamera, IconVideoCameraSimple, IconVideoCameraSimpleError, IconVideoCameraSimpleSlash, IconViewCenter, IconViewSideLeft, IconWallet };
13837
+ export { IconAddLineBottom, IconAddLineRight, IconAlignBottom, IconAlignCenterHorizontal, IconAlignCenterVertical, IconAlignLeft, IconAlignRight, IconAlignTop, IconArrowArcLeft, IconArrowArcRight, IconArrowBendUpLeft, IconArrowBendUpRight, IconArrowBoxOut, IconArrowClockwiseDownRight, IconArrowClockwiseUpLeft, IconArrowCounterClockwiseDownLeft, IconArrowCounterClockwiseUpRight, IconArrowCurvesBottomRight, IconArrowDown, IconArrowDownLeft, IconArrowDownRight, IconArrowElbowDownRight, IconArrowFatRight, IconArrowFatUpRight, IconArrowLeft, IconArrowRight, IconArrowUp, IconArrowUpCircle, IconArrowUpLeft, IconArrowUpRight, IconArrowsClockwiseRectangleTilt, IconArrowsClockwiseX, IconArrowsClockwiseY, IconArrowsDownUp, IconArrowsHorizontalLinesTopBottom, IconArrowsInSimple, IconArrowsOutCardinal, IconArrowsOutLinesHorizontal, IconArrowsOutSimple, IconArrowsSquareCounterClockwiseY, IconArticle, IconAt, IconBadge, IconBarrel, IconBell, IconBellSlash, IconBellTilt, IconBoard, IconBookOpenInfo, IconBookmark, IconBracketCurlyLeft, IconBracketCurlyRight, IconBracketsAngleSlash, IconBracketsCurlyCirclesThree, IconBrush, IconCalendarBlank, IconCamera, IconCard, IconCardCircles, IconCardNumberThree, IconCardsPoker, IconChartBarY, IconChartBarYSimple, IconChat, IconChatCheck, IconChatDashesLinesTwo, IconChatLinesCross, IconChatLinesDot, IconChatLinesEyeOpen, IconChatLinesTwo, IconChatLinesTwoStack, IconChatPlus, IconChatTextArrow, IconChatTwo, IconCheckMark, IconCheckboardSquareCentered, IconChevronDown, IconChevronDownDouble, IconChevronLeft, IconChevronLeftDouble, IconChevronRight, IconChevronRightDouble, IconChevronRightSmall, IconChevronUp, IconChevronUpDouble, IconChevronUpDown, IconChevronUpDownLine, IconCircle, IconCircleCorners, IconCircleMotionX, IconCircleNotch, IconCircleSlash, IconCirclesConnected, IconClock, IconClockCounterClockwise, IconClockCounterClockwiseSimple, IconClockOvertime, IconCloud, IconCluster, IconClustered, IconCog, IconCoins, IconCoinsChecked, IconCoinsSlash, IconColumnsThree, IconCommentGroup, IconConeSerpentine, IconConnectionLineElbows, IconConnectionLineStraight, IconCornersThreeEyeOpen, IconCounter, IconCreditCard, IconCrop, IconCross, IconCrossCircle, IconCrossFat, IconCrossSquare, IconCube, IconCursor, IconCursorFilled, IconCursorLines, IconCursorText, IconCursorTextLines, IconCurveSquareCircleArrow, IconDashLeftDownSquareDashRightUp, IconDashLeftUpSquareDashDownRight, IconDashSquareDashHorizontal, IconDashSquareDashVertical, IconDiagramCardLarge1, IconDiagramCardLarge2, IconDiagramCardLarge3, IconDiagramCardLarge4, IconDiagramCardMagnifyingGlass, IconDiagramCardSmall1, IconDiagramCardSmall2, IconDiagramCardSmall3, IconDiagramCardTeam, IconDiagramCardUser, IconDistributeHorizontal, IconDistributeVertical, IconDollarSignCurrency, IconDotVoting, IconDotsNine, IconDotsSixHorizontal, IconDotsSixVertical, IconDotsThree, IconDotsThreeVertical, IconDotsTwo, IconDownload, IconEnvelope, IconEraser, IconExclamationMarkOctagon, IconExclamationPointCircle, IconExport, IconEyeClosed, IconEyeClosedDotsFourFrameBroken, IconEyeOpen, IconEyeOpenLineFrameBroken, IconEyeOpenSlash, IconEyedropper, IconFactory, IconFactoryHouse, IconFileSpreadsheet, IconFlag, IconFolder, IconFrame, IconFrameLinesTwo, IconFramePlay, IconFramePlus, IconFunnel, IconGauge, IconGift, IconGlobe, IconGraduationCap, IconGrid, IconGridFour, IconGridSix, IconHand, IconHandFilled, IconHandPointing, IconHeadsetPerson, IconHeart, IconHeartFilled, IconHexagon, IconHighlighter, IconHighlighterUnderline, IconHouse, IconImage, IconIndentLeft, IconIndentRight, IconInformationMarkCircle, IconKanban, IconKey, IconKeycap, IconLaptop, IconLasso, IconLayout, IconLifesaver, IconLightbox, IconLightbulb, IconLightning, IconLineCurved, IconLineDashed, IconLineDiagonal, IconLineDotted, IconLineHorizontal, IconLineOrthogonal, IconLineStraight, IconLineTwoDiagonalTopRightDouble, IconLinesThreeHorizontal, IconLinesThreeHorizontalLineVerticalCenter, IconLinesThreeVertical, IconLinesTopLeftColumnsTwo, IconLink, IconLinkPlus, IconListBullets, IconListNumbers, IconLockClosed, IconLockOpen, IconLogin, IconLogout, IconMagnet, IconMagnifyingGlass, IconMagnifyingGlassLightning, IconMagnifyingGlassPlus, IconMap, IconMegaphone, IconMermaid, IconMicrophone, IconMicrophoneSlash, IconMinus, IconMobile, IconMonitorArrow, IconMonitorPause, IconMonitorPlay, IconMonitorStop, IconMoon, IconMouse, IconMusicNote, IconNavigationArrowLines, IconNavigationUpLeftFilled, IconNavigationUpLeftSlash, IconNavigationUpRight, IconNext, IconNodeConnectedDot, IconNodeLinesCurved, IconNodeLinesHorizontal, IconNodeLinesVertical, IconNodePlus, IconNodesConnected, IconNodesConnectionsThree, IconNoteMagnifyingGlass, IconNotepad, IconOctagon, IconOffice, IconOrgChart, IconPaintBucket, IconPalette, IconPaperPlaneFilledRight, IconPaperPlaneTilt, IconParallelogram, IconPause, IconPauseCircle, IconPdf, IconPen, IconPenTip, IconPenUnderline, IconPentagon, IconPeopleList, IconPlaceholder, IconPlanet, IconPlay, IconPlayCircle, IconPlaybackSpeedCircle, IconPlug, IconPlus, IconPlusBox, IconPlusSquare, IconPlusText, IconPolling, IconPresentationArrow, IconPresentationEyeOpen, IconPresentationLine, IconPresentationLinesTwo, IconPresentationLink, IconPresentationNumberOne, IconPresentationPlay, IconPresentationPlus, IconPrevious, IconProhibit, IconPushPin, IconPushPinFilled, IconQuestionMark, IconQuestionMarkCircle, IconQuotes, IconRectangleArrowUpCenter, IconRectangleDashLines, IconRectangleDotLinePen, IconRectangleFrame2Lines, IconRectanglePlayStack, IconRectanglePortrait, IconRectanglePortraitDash, IconRectanglePortraitDashSquareTopCenter, IconRectanglePortraitDashSquareTopLeft, IconRectanglePortraitFilled, IconRectanglePortraitSquareTopLeft, IconRectangleTick, IconRectangleTriangleBottomCenter, IconRectanglesThreeAligned, IconRectanglesThreeFree, IconRectanglesThreeOverlap, IconRectanglesTwoLine, IconRectanglesTwoLinesFour, IconRectanglesTwoMinus, IconRectanglesTwoPlus, IconRectanglesTwoUser, IconRhombus, IconRocket, IconRss, IconRssRectangle, IconScissors, IconScrollbarXy, IconShapes, IconShapesLines, IconShieldCheck, IconShieldLock, IconShuffle, IconSidebarClosed, IconSidebarGlobalClosed, IconSidebarGlobalOpen, IconSidebarOpen, IconSingleSparksFilled, IconSlidersX, IconSlidersY, IconSmiley, IconSmileyChat, IconSmileyPlus, IconSmileySticker, IconSocialAdo, IconSocialDrawio, IconSocialFacebook, IconSocialInstagram, IconSocialJira, IconSocialLinkedin, IconSocialSlack, IconSocialTwitter, IconSocialX, IconSocialYoutube, IconSortAscending, IconSortDescending, IconSparks, IconSparksFilled, IconSpeakerCross, IconSpeakerHigh, IconSplitVertical, IconSquare, IconSquareArrowIn, IconSquareBracketsAngleSlash, IconSquareCirclesTwo, IconSquareFrame2LinesCircle, IconSquareLineSquareDashed, IconSquareRounded, IconSquareStarScribble, IconSquareTriangleCirclePlus, IconSquaresColumn, IconSquaresFour, IconSquaresGroup, IconSquaresMerge, IconSquaresRow, IconSquaresThree, IconSquaresTwoOverlap, IconSquaresUngroup, IconSquaresUnmerge, IconStack, IconStar, IconStarFilled, IconStarHalf, IconStickyCorners, IconStickyEyeClosed, IconStickyEyeOpen, IconStickyNote, IconStickyNoteStack, IconStickyNoteWide, IconStickyNotesTwo, IconStopCircle, IconStoryPoints, IconStroke1, IconStroke2, IconStroke3, IconStroke4, IconStroke5, IconStroke6, IconSwitch, IconTag, IconTasks, IconTextAUnderline, IconTextAa, IconTextAlignCenter, IconTextAlignLeft, IconTextAlignRight, IconTextBBold, IconTextBBoldItalicUnderlined, IconTextCursorEyeOpen, IconTextHOne, IconTextHThree, IconTextHTwo, IconTextIItalic, IconTextIndent, IconTextLinesThree, IconTextSStrikethrough, IconTextStyles, IconTextT, IconTextUUnderlined, IconThumbsUp, IconTickCircle, IconTicket, IconTimer, IconToolbar, IconTooltip, IconTrackpad, IconTrapeze, IconTrash, IconTrashSimple, IconTriangle, IconTriangleSquareCircle, IconTrident, IconTrophy, IconUser, IconUserAdd, IconUserArrowRightUp, IconUserBackgroundBlur, IconUserCog, IconUserCogPlus, IconUserEyeOpen, IconUserFilter, IconUserLoad, IconUserNumberThree, IconUserPenDashesBottom, IconUserPenLineBottom, IconUserTickDown, IconUsers, IconUsersThree, IconVideoCamera, IconVideoCameraSimple, IconVideoCameraSimpleError, IconVideoCameraSimpleSlash, IconViewCenter, IconViewSideLeft, IconWallet };
13660
13838
  //# sourceMappingURL=module.js.map