@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/main.js CHANGED
@@ -352,6 +352,14 @@ const IconArrowArcLeft = react.forwardRef(
352
352
  strokeWidth: "var(--svg-stroke-width)",
353
353
  d: "M20 15c-2-6.0007-10.5-8.0007-16-.0001m0 0v-5m0 5h5"
354
354
  }
355
+ ),
356
+ /* @__PURE__ */ jsxRuntime.jsx(
357
+ "path",
358
+ {
359
+ stroke: "currentColor",
360
+ strokeWidth: "var(--svg-stroke-width)",
361
+ d: "M12 10v.0001"
362
+ }
355
363
  )
356
364
  )
357
365
  );
@@ -375,7 +383,15 @@ const IconArrowArcRight = react.forwardRef(
375
383
  strokeLinecap: "round",
376
384
  strokeLinejoin: "round",
377
385
  strokeWidth: "var(--svg-stroke-width)",
378
- d: "M4 15c2-6.0007 10.5-8.0007 16-.0001m0 0v-5m0 5h-5"
386
+ d: "M4 15.0001c2-6.0008 10.5-8.0008 16-.0001m0 0v-5m0 5h-5"
387
+ }
388
+ ),
389
+ /* @__PURE__ */ jsxRuntime.jsx(
390
+ "path",
391
+ {
392
+ stroke: "currentColor",
393
+ strokeWidth: "var(--svg-stroke-width)",
394
+ d: "M12 10v.0001"
379
395
  }
380
396
  )
381
397
  )
@@ -435,6 +451,14 @@ const IconArrowBendUpRight = react.forwardRef(
435
451
  strokeWidth: "var(--svg-stroke-width)",
436
452
  d: "M4 19c0-7 3-9 7-9h9m0 0-5-5m5 5-5 5"
437
453
  }
454
+ ),
455
+ /* @__PURE__ */ jsxRuntime.jsx(
456
+ "path",
457
+ {
458
+ stroke: "currentColor",
459
+ strokeWidth: "var(--svg-stroke-width)",
460
+ d: "M12 10v.0001"
461
+ }
438
462
  )
439
463
  )
440
464
  );
@@ -457,7 +481,7 @@ const IconArrowBoxOut = react.forwardRef(
457
481
  stroke: "currentColor",
458
482
  strokeLinecap: "round",
459
483
  strokeWidth: "var(--svg-stroke-width)",
460
- 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"
484
+ 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"
461
485
  }
462
486
  ),
463
487
  /* @__PURE__ */ jsxRuntime.jsx(
@@ -585,7 +609,7 @@ const IconArrowCounterClockwiseUpRight = react.forwardRef(
585
609
  stroke: "currentColor",
586
610
  strokeLinecap: "round",
587
611
  strokeWidth: "var(--svg-stroke-width)",
588
- 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"
612
+ 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"
589
613
  }
590
614
  ),
591
615
  /* @__PURE__ */ jsxRuntime.jsx(
@@ -650,7 +674,7 @@ const IconArrowDownLeft = react.forwardRef(
650
674
  {
651
675
  stroke: "currentColor",
652
676
  strokeWidth: "var(--svg-stroke-width)",
653
- d: "M12 11.9999v.0001"
677
+ d: "M12 12v.0001"
654
678
  }
655
679
  )
656
680
  )
@@ -682,7 +706,7 @@ const IconArrowDownRight = react.forwardRef(
682
706
  {
683
707
  stroke: "currentColor",
684
708
  strokeWidth: "var(--svg-stroke-width)",
685
- d: "M12 11.9999v.0001"
709
+ d: "M12 12v.0001"
686
710
  }
687
711
  )
688
712
  )
@@ -706,7 +730,7 @@ const IconArrowDown = react.forwardRef(
706
730
  stroke: "currentColor",
707
731
  strokeLinecap: "round",
708
732
  strokeWidth: "var(--svg-stroke-width)",
709
- d: "M12 3v17.205m-6.9964-6.2033 6.9964 6.5983 7.0031-6.6044"
733
+ d: "M12.0001 3v17.205m-6.9964-6.2033 6.9964 6.5983 7.003-6.6044"
710
734
  }
711
735
  ),
712
736
  /* @__PURE__ */ jsxRuntime.jsx(
@@ -714,7 +738,7 @@ const IconArrowDown = react.forwardRef(
714
738
  {
715
739
  stroke: "currentColor",
716
740
  strokeWidth: "var(--svg-stroke-width)",
717
- d: "M12 11.9999v.0001"
741
+ d: "M12 12v.0001"
718
742
  }
719
743
  )
720
744
  )
@@ -786,6 +810,14 @@ const IconArrowFatUpRight = react.forwardRef(
786
810
  strokeWidth: "var(--svg-stroke-width)",
787
811
  d: "m18 15 3-12-12 3 3 3-8 11 11-8 3 3Z"
788
812
  }
813
+ ),
814
+ /* @__PURE__ */ jsxRuntime.jsx(
815
+ "path",
816
+ {
817
+ stroke: "currentColor",
818
+ strokeWidth: "var(--svg-stroke-width)",
819
+ d: "M7 17v.0001"
820
+ }
789
821
  )
790
822
  )
791
823
  );
@@ -905,7 +937,7 @@ const IconArrowUpLeft = react.forwardRef(
905
937
  {
906
938
  stroke: "currentColor",
907
939
  strokeWidth: "var(--svg-stroke-width)",
908
- d: "M12 11.9999v.0001"
940
+ d: "M12 12v.0001"
909
941
  }
910
942
  )
911
943
  )
@@ -969,7 +1001,7 @@ const IconArrowUp = react.forwardRef(
969
1001
  {
970
1002
  stroke: "currentColor",
971
1003
  strokeWidth: "var(--svg-stroke-width)",
972
- d: "M12 11.9999v.0001"
1004
+ d: "M12 12v.0001"
973
1005
  }
974
1006
  )
975
1007
  )
@@ -1058,7 +1090,7 @@ const IconArrowsClockwiseY = react.forwardRef(
1058
1090
  {
1059
1091
  stroke: "currentColor",
1060
1092
  strokeWidth: "var(--svg-stroke-width)",
1061
- d: "M4 10v.0001"
1093
+ d: "M4 10"
1062
1094
  }
1063
1095
  )
1064
1096
  )
@@ -1084,6 +1116,14 @@ const IconArrowsDownUp = react.forwardRef(
1084
1116
  strokeWidth: "var(--svg-stroke-width)",
1085
1117
  d: "M7 5v14m0 0 4-4m-4 4-4-4m14 4v-14m0 0-4 4m4-4 4 4"
1086
1118
  }
1119
+ ),
1120
+ /* @__PURE__ */ jsxRuntime.jsx(
1121
+ "path",
1122
+ {
1123
+ stroke: "currentColor",
1124
+ strokeWidth: "var(--svg-stroke-width)",
1125
+ d: "M7 12v.0001"
1126
+ }
1087
1127
  )
1088
1128
  )
1089
1129
  );
@@ -1233,6 +1273,14 @@ const IconArrowsSquareCounterClockwiseY = react.forwardRef(
1233
1273
  strokeWidth: "var(--svg-stroke-width)",
1234
1274
  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"
1235
1275
  }
1276
+ ),
1277
+ /* @__PURE__ */ jsxRuntime.jsx(
1278
+ "path",
1279
+ {
1280
+ stroke: "currentColor",
1281
+ strokeWidth: "var(--svg-stroke-width)",
1282
+ d: "M6 12v.0001"
1283
+ }
1236
1284
  )
1237
1285
  )
1238
1286
  );
@@ -1255,15 +1303,7 @@ const IconArticle = react.forwardRef(
1255
1303
  stroke: "currentColor",
1256
1304
  strokeLinecap: "round",
1257
1305
  strokeWidth: "var(--svg-stroke-width)",
1258
- 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"
1259
- }
1260
- ),
1261
- /* @__PURE__ */ jsxRuntime.jsx(
1262
- "path",
1263
- {
1264
- stroke: "currentColor",
1265
- strokeWidth: "var(--svg-stroke-width)",
1266
- d: "M12 4v.0001"
1306
+ 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"
1267
1307
  }
1268
1308
  )
1269
1309
  )
@@ -2079,7 +2119,15 @@ const IconChatLinesEyeOpen = react.forwardRef(
2079
2119
  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"
2080
2120
  }
2081
2121
  ),
2082
- /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: 17, cy: 5, r: 2, fill: "currentColor" })
2122
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: 17, cy: 5, r: 2, fill: "currentColor" }),
2123
+ /* @__PURE__ */ jsxRuntime.jsx(
2124
+ "path",
2125
+ {
2126
+ stroke: "currentColor",
2127
+ strokeWidth: "var(--svg-stroke-width)",
2128
+ d: "M12 13v.0001"
2129
+ }
2130
+ )
2083
2131
  )
2084
2132
  );
2085
2133
  IconChatLinesEyeOpen[designSystemBaseIcon.iconSymbol] = true;
@@ -2322,6 +2370,14 @@ const IconChevronDownDouble = react.forwardRef(
2322
2370
  strokeWidth: "var(--svg-stroke-width)",
2323
2371
  d: "m15 14-3 3-3-3m6-7-3 3-3-3"
2324
2372
  }
2373
+ ),
2374
+ /* @__PURE__ */ jsxRuntime.jsx(
2375
+ "path",
2376
+ {
2377
+ stroke: "currentColor",
2378
+ strokeWidth: "var(--svg-stroke-width)",
2379
+ d: "M12 10v.0001"
2380
+ }
2325
2381
  )
2326
2382
  )
2327
2383
  );
@@ -2352,7 +2408,7 @@ const IconChevronDown = react.forwardRef(
2352
2408
  {
2353
2409
  stroke: "currentColor",
2354
2410
  strokeWidth: "var(--svg-stroke-width)",
2355
- d: "M12 15v.0001"
2411
+ d: "M12 14.9999v.0001"
2356
2412
  }
2357
2413
  )
2358
2414
  )
@@ -2379,6 +2435,14 @@ const IconChevronLeftDouble = react.forwardRef(
2379
2435
  strokeWidth: "var(--svg-stroke-width)",
2380
2436
  d: "m10 15-3-3 3-3m7 6-3-3 3-3"
2381
2437
  }
2438
+ ),
2439
+ /* @__PURE__ */ jsxRuntime.jsx(
2440
+ "path",
2441
+ {
2442
+ stroke: "currentColor",
2443
+ strokeWidth: "var(--svg-stroke-width)",
2444
+ d: "M14 12v.0001"
2445
+ }
2382
2446
  )
2383
2447
  )
2384
2448
  );
@@ -2409,7 +2473,7 @@ const IconChevronLeft = react.forwardRef(
2409
2473
  {
2410
2474
  stroke: "currentColor",
2411
2475
  strokeWidth: "var(--svg-stroke-width)",
2412
- d: "M9 12v.0001"
2476
+ d: "M9 11.9999v.0001"
2413
2477
  }
2414
2478
  )
2415
2479
  )
@@ -2436,6 +2500,14 @@ const IconChevronRightDouble = react.forwardRef(
2436
2500
  strokeWidth: "var(--svg-stroke-width)",
2437
2501
  d: "m14 9 3 3-3 3m-7-6 3 3-3 3"
2438
2502
  }
2503
+ ),
2504
+ /* @__PURE__ */ jsxRuntime.jsx(
2505
+ "path",
2506
+ {
2507
+ stroke: "currentColor",
2508
+ strokeWidth: "var(--svg-stroke-width)",
2509
+ d: "M10 12v.0001"
2510
+ }
2439
2511
  )
2440
2512
  )
2441
2513
  );
@@ -2490,7 +2562,7 @@ const IconChevronRight = react.forwardRef(
2490
2562
  {
2491
2563
  stroke: "currentColor",
2492
2564
  strokeWidth: "var(--svg-stroke-width)",
2493
- d: "M16 12v.0001"
2565
+ d: "M16 11.9999v.0001"
2494
2566
  }
2495
2567
  )
2496
2568
  )
@@ -2517,6 +2589,14 @@ const IconChevronUpDouble = react.forwardRef(
2517
2589
  strokeWidth: "var(--svg-stroke-width)",
2518
2590
  d: "m9 10 3-3 3 3m-6 7 3-3 3 3"
2519
2591
  }
2592
+ ),
2593
+ /* @__PURE__ */ jsxRuntime.jsx(
2594
+ "path",
2595
+ {
2596
+ stroke: "currentColor",
2597
+ strokeWidth: "var(--svg-stroke-width)",
2598
+ d: "M12 14v.0001"
2599
+ }
2520
2600
  )
2521
2601
  )
2522
2602
  );
@@ -2597,7 +2677,7 @@ const IconChevronUp = react.forwardRef(
2597
2677
  {
2598
2678
  stroke: "currentColor",
2599
2679
  strokeWidth: "var(--svg-stroke-width)",
2600
- d: "M12 10v.0001"
2680
+ d: "M12 10"
2601
2681
  }
2602
2682
  )
2603
2683
  )
@@ -2801,7 +2881,7 @@ const IconClockCounterClockwiseSimple = react.forwardRef(
2801
2881
  {
2802
2882
  stroke: "currentColor",
2803
2883
  strokeWidth: "var(--svg-stroke-width)",
2804
- d: "M12 12v.0001"
2884
+ d: "M12 11.9999v.0001"
2805
2885
  }
2806
2886
  )
2807
2887
  )
@@ -2834,7 +2914,7 @@ const IconClockCounterClockwise = react.forwardRef(
2834
2914
  {
2835
2915
  stroke: "currentColor",
2836
2916
  strokeWidth: "var(--svg-stroke-width)",
2837
- d: "M12 12v.0001"
2917
+ d: "M12 11.9999v.0001"
2838
2918
  }
2839
2919
  )
2840
2920
  )
@@ -3666,6 +3746,14 @@ const IconCursorLines = react.forwardRef(
3666
3746
  strokeWidth: "var(--svg-stroke-width)",
3667
3747
  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"
3668
3748
  }
3749
+ ),
3750
+ /* @__PURE__ */ jsxRuntime.jsx(
3751
+ "path",
3752
+ {
3753
+ stroke: "currentColor",
3754
+ strokeWidth: "var(--svg-stroke-width)",
3755
+ d: "M12 12v.0001"
3756
+ }
3669
3757
  )
3670
3758
  )
3671
3759
  );
@@ -4517,6 +4605,14 @@ const IconDownload = react.forwardRef(
4517
4605
  strokeWidth: "var(--svg-stroke-width)",
4518
4606
  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"
4519
4607
  }
4608
+ ),
4609
+ /* @__PURE__ */ jsxRuntime.jsx(
4610
+ "path",
4611
+ {
4612
+ stroke: "currentColor",
4613
+ strokeWidth: "var(--svg-stroke-width)",
4614
+ d: "M12 12v.0001"
4615
+ }
4520
4616
  )
4521
4617
  )
4522
4618
  );
@@ -4678,6 +4774,14 @@ const IconExport = react.forwardRef(
4678
4774
  strokeWidth: "var(--svg-stroke-width)",
4679
4775
  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"
4680
4776
  }
4777
+ ),
4778
+ /* @__PURE__ */ jsxRuntime.jsx(
4779
+ "path",
4780
+ {
4781
+ stroke: "currentColor",
4782
+ strokeWidth: "var(--svg-stroke-width)",
4783
+ d: "M12 12v.0001"
4784
+ }
4681
4785
  )
4682
4786
  )
4683
4787
  );
@@ -7099,7 +7203,7 @@ const IconMinus = react.forwardRef(
7099
7203
  {
7100
7204
  stroke: "currentColor",
7101
7205
  strokeWidth: "var(--svg-stroke-width)",
7102
- d: "M12 11.9999v.0001"
7206
+ d: "M12 12v.0001"
7103
7207
  }
7104
7208
  )
7105
7209
  )
@@ -7353,6 +7457,14 @@ const IconNavigationArrowLines = react.forwardRef(
7353
7457
  fill: "currentColor",
7354
7458
  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"
7355
7459
  }
7460
+ ),
7461
+ /* @__PURE__ */ jsxRuntime.jsx(
7462
+ "path",
7463
+ {
7464
+ stroke: "currentColor",
7465
+ strokeWidth: "var(--svg-stroke-width)",
7466
+ d: "M9 13v.0001"
7467
+ }
7356
7468
  )
7357
7469
  )
7358
7470
  );
@@ -7385,6 +7497,14 @@ const IconNavigationUpLeftFilled = react.forwardRef(
7385
7497
  fill: "currentColor",
7386
7498
  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"
7387
7499
  }
7500
+ ),
7501
+ /* @__PURE__ */ jsxRuntime.jsx(
7502
+ "path",
7503
+ {
7504
+ stroke: "currentColor",
7505
+ strokeWidth: "var(--svg-stroke-width)",
7506
+ d: "M12 12v.0001"
7507
+ }
7388
7508
  )
7389
7509
  )
7390
7510
  );
@@ -7410,6 +7530,14 @@ const IconNavigationUpLeftSlash = react.forwardRef(
7410
7530
  strokeWidth: "var(--svg-stroke-width)",
7411
7531
  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"
7412
7532
  }
7533
+ ),
7534
+ /* @__PURE__ */ jsxRuntime.jsx(
7535
+ "path",
7536
+ {
7537
+ stroke: "currentColor",
7538
+ strokeWidth: "var(--svg-stroke-width)",
7539
+ d: "M12 11v.0001"
7540
+ }
7413
7541
  )
7414
7542
  )
7415
7543
  );
@@ -7435,6 +7563,14 @@ const IconNavigationUpRight = react.forwardRef(
7435
7563
  strokeWidth: "var(--svg-stroke-width)",
7436
7564
  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"
7437
7565
  }
7566
+ ),
7567
+ /* @__PURE__ */ jsxRuntime.jsx(
7568
+ "path",
7569
+ {
7570
+ stroke: "currentColor",
7571
+ strokeWidth: "var(--svg-stroke-width)",
7572
+ d: "M12 7v.0001"
7573
+ }
7438
7574
  )
7439
7575
  )
7440
7576
  );
@@ -7678,6 +7814,38 @@ const IconNoteMagnifyingGlass = react.forwardRef(
7678
7814
  );
7679
7815
  IconNoteMagnifyingGlass[designSystemBaseIcon.iconSymbol] = true;
7680
7816
 
7817
+ const IconNotepad = react.forwardRef(
7818
+ ({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
7819
+ StyledIcon,
7820
+ {
7821
+ ...props,
7822
+ weight,
7823
+ size,
7824
+ viewBox: "0 0 24 24",
7825
+ fill: "none",
7826
+ ref: forwardRef2
7827
+ },
7828
+ /* @__PURE__ */ jsxRuntime.jsx(
7829
+ "path",
7830
+ {
7831
+ stroke: "currentColor",
7832
+ strokeLinecap: "round",
7833
+ strokeWidth: "var(--svg-stroke-width)",
7834
+ 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"
7835
+ }
7836
+ ),
7837
+ /* @__PURE__ */ jsxRuntime.jsx(
7838
+ "path",
7839
+ {
7840
+ stroke: "currentColor",
7841
+ strokeWidth: "var(--svg-stroke-width)",
7842
+ d: "M13 13v.0001"
7843
+ }
7844
+ )
7845
+ )
7846
+ );
7847
+ IconNotepad[designSystemBaseIcon.iconSymbol] = true;
7848
+
7681
7849
  const IconOctagon = react.forwardRef(
7682
7850
  ({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
7683
7851
  StyledIcon,
@@ -8443,7 +8611,7 @@ const IconPlus = react.forwardRef(
8443
8611
  {
8444
8612
  stroke: "currentColor",
8445
8613
  strokeWidth: "var(--svg-stroke-width)",
8446
- d: "M12 11.9999v.0001"
8614
+ d: "M12 12v.0001"
8447
8615
  }
8448
8616
  )
8449
8617
  )
@@ -8538,7 +8706,15 @@ const IconPresentationEyeOpen = react.forwardRef(
8538
8706
  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"
8539
8707
  }
8540
8708
  ),
8541
- /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: 17, cy: 5, r: 2, fill: "currentColor" })
8709
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: 17, cy: 5, r: 2, fill: "currentColor" }),
8710
+ /* @__PURE__ */ jsxRuntime.jsx(
8711
+ "path",
8712
+ {
8713
+ stroke: "currentColor",
8714
+ strokeWidth: "var(--svg-stroke-width)",
8715
+ d: "M12 18v.0001"
8716
+ }
8717
+ )
8542
8718
  )
8543
8719
  );
8544
8720
  IconPresentationEyeOpen[designSystemBaseIcon.iconSymbol] = true;
@@ -8869,6 +9045,14 @@ const IconQuestionMark = react.forwardRef(
8869
9045
  strokeWidth: "var(--svg-stroke-width)",
8870
9046
  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"
8871
9047
  }
9048
+ ),
9049
+ /* @__PURE__ */ jsxRuntime.jsx(
9050
+ "path",
9051
+ {
9052
+ stroke: "currentColor",
9053
+ strokeWidth: "var(--svg-stroke-width)",
9054
+ d: "M12 14v.0001"
9055
+ }
8872
9056
  )
8873
9057
  )
8874
9058
  );
@@ -8918,6 +9102,14 @@ const IconRectangleArrowUpCenter = react.forwardRef(
8918
9102
  strokeWidth: "var(--svg-stroke-width)",
8919
9103
  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"
8920
9104
  }
9105
+ ),
9106
+ /* @__PURE__ */ jsxRuntime.jsx(
9107
+ "path",
9108
+ {
9109
+ stroke: "currentColor",
9110
+ strokeWidth: "var(--svg-stroke-width)",
9111
+ d: "M12 12v.0001"
9112
+ }
8921
9113
  )
8922
9114
  )
8923
9115
  );
@@ -9826,7 +10018,15 @@ const IconShuffle = react.forwardRef(
9826
10018
  strokeLinecap: "round",
9827
10019
  strokeLinejoin: "round",
9828
10020
  strokeWidth: "var(--svg-stroke-width)",
9829
- 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"
10021
+ 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"
10022
+ }
10023
+ ),
10024
+ /* @__PURE__ */ jsxRuntime.jsx(
10025
+ "path",
10026
+ {
10027
+ stroke: "currentColor",
10028
+ strokeWidth: "var(--svg-stroke-width)",
10029
+ d: "M12 13v.0001"
9830
10030
  }
9831
10031
  )
9832
10032
  )
@@ -10089,14 +10289,6 @@ const IconSmileyChat = react.forwardRef(
10089
10289
  fill: "currentColor",
10090
10290
  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"
10091
10291
  }
10092
- ),
10093
- /* @__PURE__ */ jsxRuntime.jsx(
10094
- "path",
10095
- {
10096
- stroke: "currentColor",
10097
- strokeWidth: "var(--svg-stroke-width)",
10098
- d: "M12 16v.0001"
10099
- }
10100
10292
  )
10101
10293
  )
10102
10294
  );
@@ -10193,14 +10385,6 @@ const IconSmiley = react.forwardRef(
10193
10385
  strokeWidth: "var(--svg-stroke-width)",
10194
10386
  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"
10195
10387
  }
10196
- ),
10197
- /* @__PURE__ */ jsxRuntime.jsx(
10198
- "path",
10199
- {
10200
- stroke: "currentColor",
10201
- strokeWidth: "var(--svg-stroke-width)",
10202
- d: "M12 16v.0001"
10203
- }
10204
10388
  )
10205
10389
  )
10206
10390
  );
@@ -10615,13 +10799,6 @@ const IconSparksFilled = react.forwardRef(
10615
10799
  fill: "none",
10616
10800
  ref: forwardRef2
10617
10801
  },
10618
- /* @__PURE__ */ jsxRuntime.jsx(
10619
- "path",
10620
- {
10621
- fill: "currentColor",
10622
- 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"
10623
- }
10624
- ),
10625
10802
  /* @__PURE__ */ jsxRuntime.jsx(
10626
10803
  "path",
10627
10804
  {
@@ -10639,6 +10816,15 @@ const IconSparksFilled = react.forwardRef(
10639
10816
  strokeWidth: "var(--svg-stroke-width)",
10640
10817
  d: "M11 12v.0001"
10641
10818
  }
10819
+ ),
10820
+ /* @__PURE__ */ jsxRuntime.jsx(
10821
+ "path",
10822
+ {
10823
+ fill: "currentColor",
10824
+ fillRule: "evenodd",
10825
+ 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",
10826
+ clipRule: "evenodd"
10827
+ }
10642
10828
  )
10643
10829
  )
10644
10830
  );
@@ -10667,7 +10853,7 @@ const IconSparks = react.forwardRef(
10667
10853
  "path",
10668
10854
  {
10669
10855
  fill: "currentColor",
10670
- 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"
10856
+ 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"
10671
10857
  }
10672
10858
  ),
10673
10859
  /* @__PURE__ */ jsxRuntime.jsx(
@@ -11522,6 +11708,14 @@ const IconStickyEyeClosed = react.forwardRef(
11522
11708
  strokeWidth: "var(--svg-stroke-width)",
11523
11709
  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"
11524
11710
  }
11711
+ ),
11712
+ /* @__PURE__ */ jsxRuntime.jsx(
11713
+ "path",
11714
+ {
11715
+ stroke: "currentColor",
11716
+ strokeWidth: "var(--svg-stroke-width)",
11717
+ d: "M14 14v.0001"
11718
+ }
11525
11719
  )
11526
11720
  )
11527
11721
  );
@@ -13017,14 +13211,6 @@ const IconUserAdd = react.forwardRef(
13017
13211
  strokeWidth: "var(--svg-stroke-width)",
13018
13212
  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"
13019
13213
  }
13020
- ),
13021
- /* @__PURE__ */ jsxRuntime.jsx(
13022
- "path",
13023
- {
13024
- stroke: "currentColor",
13025
- strokeWidth: "var(--svg-stroke-width)",
13026
- d: "M15 13.9999v.0001"
13027
- }
13028
13214
  )
13029
13215
  )
13030
13216
  );
@@ -13175,7 +13361,15 @@ const IconUserEyeOpen = react.forwardRef(
13175
13361
  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"
13176
13362
  }
13177
13363
  ),
13178
- /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: 16, cy: 18, r: 2, fill: "currentColor" })
13364
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: 16, cy: 18, r: 2, fill: "currentColor" }),
13365
+ /* @__PURE__ */ jsxRuntime.jsx(
13366
+ "path",
13367
+ {
13368
+ stroke: "currentColor",
13369
+ strokeWidth: "var(--svg-stroke-width)",
13370
+ d: "M11 11v.0001"
13371
+ }
13372
+ )
13179
13373
  )
13180
13374
  );
13181
13375
  IconUserEyeOpen[designSystemBaseIcon.iconSymbol] = true;
@@ -13373,14 +13567,6 @@ const IconUser = react.forwardRef(
13373
13567
  strokeWidth: "var(--svg-stroke-width)",
13374
13568
  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"
13375
13569
  }
13376
- ),
13377
- /* @__PURE__ */ jsxRuntime.jsx(
13378
- "path",
13379
- {
13380
- stroke: "currentColor",
13381
- strokeWidth: "var(--svg-stroke-width)",
13382
- d: "M12 13.9999v.0001"
13383
- }
13384
13570
  )
13385
13571
  )
13386
13572
  );
@@ -13428,15 +13614,7 @@ const IconUsers = react.forwardRef(
13428
13614
  stroke: "currentColor",
13429
13615
  strokeLinecap: "round",
13430
13616
  strokeWidth: "var(--svg-stroke-width)",
13431
- 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"
13432
- }
13433
- ),
13434
- /* @__PURE__ */ jsxRuntime.jsx(
13435
- "path",
13436
- {
13437
- stroke: "currentColor",
13438
- strokeWidth: "var(--svg-stroke-width)",
13439
- d: "M9 13.9997v.0001"
13617
+ 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"
13440
13618
  }
13441
13619
  )
13442
13620
  )
@@ -13912,6 +14090,7 @@ exports.IconNodePlus = IconNodePlus;
13912
14090
  exports.IconNodesConnected = IconNodesConnected;
13913
14091
  exports.IconNodesConnectionsThree = IconNodesConnectionsThree;
13914
14092
  exports.IconNoteMagnifyingGlass = IconNoteMagnifyingGlass;
14093
+ exports.IconNotepad = IconNotepad;
13915
14094
  exports.IconOctagon = IconOctagon;
13916
14095
  exports.IconOffice = IconOffice;
13917
14096
  exports.IconOrgChart = IconOrgChart;