@mirohq/design-system-icons 1.12.0 → 1.14.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.
package/dist/main.js CHANGED
@@ -130,6 +130,32 @@ const IconAddLineRight = react.forwardRef(
130
130
  );
131
131
  IconAddLineRight[designSystemBaseIcon.iconSymbol] = true;
132
132
 
133
+ const IconAiCursor = react.forwardRef(
134
+ ({ size = "medium", ...props }, forwardRef2) => {
135
+ const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
136
+ return react.createElement(
137
+ StyledIcon,
138
+ {
139
+ ...props,
140
+ debug,
141
+ "aria-hidden": true,
142
+ size,
143
+ viewBox: "0 0 24 24",
144
+ fill: "none",
145
+ ref: forwardRef2
146
+ },
147
+ /* @__PURE__ */ jsxRuntime.jsx(
148
+ "path",
149
+ {
150
+ fill: "currentColor",
151
+ d: "M19.25 1A3.75 3.75 0 0 0 23 4.75v1.5A3.75 3.75 0 0 0 19.25 10h-1.5A3.75 3.75 0 0 0 14 6.25v-1.5A3.75 3.75 0 0 0 17.75 1h1.5ZM4.662 22.607l2.025.574c2.482-4.35 7.221-7 12.228-6.834l.598-2.108L5.138 3.822 3.046 4.99l1.616 17.617Zm11.771-8.132a15.648 15.648 0 0 0-9.998 5.559L5.176 6.319l11.257 8.156Z"
152
+ }
153
+ )
154
+ );
155
+ }
156
+ );
157
+ IconAiCursor[designSystemBaseIcon.iconSymbol] = true;
158
+
133
159
  const IconAiText = react.forwardRef(
134
160
  ({ size = "medium", ...props }, forwardRef2) => {
135
161
  const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
@@ -656,6 +682,32 @@ const IconArrowClockwiseDownRight = react.forwardRef(
656
682
  );
657
683
  IconArrowClockwiseDownRight[designSystemBaseIcon.iconSymbol] = true;
658
684
 
685
+ const IconArrowClockwiseIntoRectangle = react.forwardRef(
686
+ ({ size = "medium", ...props }, forwardRef2) => {
687
+ const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
688
+ return react.createElement(
689
+ StyledIcon,
690
+ {
691
+ ...props,
692
+ debug,
693
+ "aria-hidden": true,
694
+ size,
695
+ viewBox: "0 0 24 24",
696
+ fill: "none",
697
+ ref: forwardRef2
698
+ },
699
+ /* @__PURE__ */ jsxRuntime.jsx(
700
+ "path",
701
+ {
702
+ fill: "currentColor",
703
+ d: "M6 17v-.188h2V17a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v.188H6V7a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3Zm-1.636-6.263c1.814-1.604 4.71-1.604 6.523 0l1.113.986V10h2v4l-1 1H8.479v-2h1.946l-.863-.765c-1.057-.934-2.816-.934-3.873 0L3.663 14.03l-1.326-1.498 2.027-1.794Z"
704
+ }
705
+ )
706
+ );
707
+ }
708
+ );
709
+ IconArrowClockwiseIntoRectangle[designSystemBaseIcon.iconSymbol] = true;
710
+
659
711
  const IconArrowClockwiseUpLeft = react.forwardRef(
660
712
  ({ size = "medium", ...props }, forwardRef2) => {
661
713
  const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
@@ -1784,6 +1836,32 @@ const IconBarrel = react.forwardRef(
1784
1836
  );
1785
1837
  IconBarrel[designSystemBaseIcon.iconSymbol] = true;
1786
1838
 
1839
+ const IconBear = react.forwardRef(
1840
+ ({ size = "medium", ...props }, forwardRef2) => {
1841
+ const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
1842
+ return react.createElement(
1843
+ StyledIcon,
1844
+ {
1845
+ ...props,
1846
+ debug,
1847
+ "aria-hidden": true,
1848
+ size,
1849
+ viewBox: "0 0 24 24",
1850
+ fill: "none",
1851
+ ref: forwardRef2
1852
+ },
1853
+ /* @__PURE__ */ jsxRuntime.jsx(
1854
+ "path",
1855
+ {
1856
+ fill: "currentColor",
1857
+ d: "M17.85 2C20.777 2 23 4.455 23 7.294a5.361 5.361 0 0 1-1.106 3.271 9.02 9.02 0 0 1 .206 1.906C22.1 17.869 17.438 22 12 22c-5.268 0-9.807-3.877-10.086-9.027L1.9 12.47c0-.653.073-1.29.205-1.906A5.363 5.363 0 0 1 1 7.294C1 4.455 3.223 2 6.15 2l.351.012a5.037 5.037 0 0 1 2.962 1.234 10.682 10.682 0 0 1 5.072 0A5.034 5.034 0 0 1 17.85 2Zm0 2c-1.125 0-2.11.618-2.667 1.546A8.6 8.6 0 0 0 12 4.94a8.6 8.6 0 0 0-3.184.605C8.26 4.618 7.276 4 6.15 4 4.41 4 3 5.475 3 7.294c0 1.118.535 2.105 1.35 2.7a7.042 7.042 0 0 0-.45 2.477C3.9 16.629 7.527 20 12 20s8.1-3.371 8.1-7.53c0-.867-.16-1.7-.45-2.476a3.334 3.334 0 0 0 1.35-2.7C21 5.474 19.59 4 17.85 4ZM13 16v2h-2v-2l-2-2h6l-2 2Zm-4-4H7v-2h2v2Zm8 0h-2v-2h2v2Z"
1858
+ }
1859
+ )
1860
+ );
1861
+ }
1862
+ );
1863
+ IconBear[designSystemBaseIcon.iconSymbol] = true;
1864
+
1787
1865
  const IconBellSlash = react.forwardRef(
1788
1866
  ({ size = "medium", ...props }, forwardRef2) => {
1789
1867
  const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
@@ -2378,6 +2456,34 @@ const IconCaptionHorizontal = react.forwardRef(
2378
2456
  );
2379
2457
  IconCaptionHorizontal[designSystemBaseIcon.iconSymbol] = true;
2380
2458
 
2459
+ const IconCar = react.forwardRef(
2460
+ ({ size = "medium", ...props }, forwardRef2) => {
2461
+ const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
2462
+ return react.createElement(
2463
+ StyledIcon,
2464
+ {
2465
+ ...props,
2466
+ debug,
2467
+ "aria-hidden": true,
2468
+ size,
2469
+ viewBox: "0 0 24 24",
2470
+ fill: "none",
2471
+ ref: forwardRef2
2472
+ },
2473
+ /* @__PURE__ */ jsxRuntime.jsx(
2474
+ "path",
2475
+ {
2476
+ fill: "currentColor",
2477
+ fillRule: "evenodd",
2478
+ d: "M10 16H6v-2h4v2Zm8 0h-4v-2h4v2ZM16.83 4.006a2 2 0 0 1 1.69 1.206L19.285 7H22v2h-1.737L22 12.648V18l-2 2v2h-4v-2H8v2H4v-2l-2-2v-5.352L3.737 9H2V7h2.714l.766-1.788A2 2 0 0 1 7.318 4h9.364l.148.006ZM4 13.1V18h16v-4.9L19 11H5l-1 2.1ZM6.033 9h11.934l-1.285-3H7.318L6.033 9Z",
2479
+ clipRule: "evenodd"
2480
+ }
2481
+ )
2482
+ );
2483
+ }
2484
+ );
2485
+ IconCar[designSystemBaseIcon.iconSymbol] = true;
2486
+
2381
2487
  const IconCardCircles = react.forwardRef(
2382
2488
  ({ size = "medium", ...props }, forwardRef2) => {
2383
2489
  const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
@@ -2534,6 +2640,84 @@ const IconChartBarY = react.forwardRef(
2534
2640
  );
2535
2641
  IconChartBarY[designSystemBaseIcon.iconSymbol] = true;
2536
2642
 
2643
+ const IconChartLine = react.forwardRef(
2644
+ ({ size = "medium", ...props }, forwardRef2) => {
2645
+ const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
2646
+ return react.createElement(
2647
+ StyledIcon,
2648
+ {
2649
+ ...props,
2650
+ debug,
2651
+ "aria-hidden": true,
2652
+ size,
2653
+ viewBox: "0 0 24 24",
2654
+ fill: "none",
2655
+ ref: forwardRef2
2656
+ },
2657
+ /* @__PURE__ */ jsxRuntime.jsx(
2658
+ "path",
2659
+ {
2660
+ fill: "currentColor",
2661
+ d: "M22 22H3l-1-1V4h2v16h18v2ZM11.625 9.219l4.122 3.299 4.405-7.048 1.696 1.06-5 8-1.473.251-4.148-3.319-3.395 5.092-1.664-1.109 4-6 1.457-.226Z"
2662
+ }
2663
+ )
2664
+ );
2665
+ }
2666
+ );
2667
+ IconChartLine[designSystemBaseIcon.iconSymbol] = true;
2668
+
2669
+ const IconChartNumber = react.forwardRef(
2670
+ ({ size = "medium", ...props }, forwardRef2) => {
2671
+ const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
2672
+ return react.createElement(
2673
+ StyledIcon,
2674
+ {
2675
+ ...props,
2676
+ debug,
2677
+ "aria-hidden": true,
2678
+ size,
2679
+ viewBox: "0 0 24 24",
2680
+ fill: "none",
2681
+ ref: forwardRef2
2682
+ },
2683
+ /* @__PURE__ */ jsxRuntime.jsx(
2684
+ "path",
2685
+ {
2686
+ fill: "currentColor",
2687
+ d: "M5 9H3V7h2a2 2 0 0 1 2 2v8H5V9Zm5 0v6h2V9h-2Zm4 6a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v6Zm3-6v6h2V9h-2Zm4 6a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v6Z"
2688
+ }
2689
+ )
2690
+ );
2691
+ }
2692
+ );
2693
+ IconChartNumber[designSystemBaseIcon.iconSymbol] = true;
2694
+
2695
+ const IconChartProgress = react.forwardRef(
2696
+ ({ size = "medium", ...props }, forwardRef2) => {
2697
+ const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
2698
+ return react.createElement(
2699
+ StyledIcon,
2700
+ {
2701
+ ...props,
2702
+ debug,
2703
+ "aria-hidden": true,
2704
+ size,
2705
+ viewBox: "0 0 24 24",
2706
+ fill: "none",
2707
+ ref: forwardRef2
2708
+ },
2709
+ /* @__PURE__ */ jsxRuntime.jsx(
2710
+ "path",
2711
+ {
2712
+ fill: "currentColor",
2713
+ d: "M12.016 2A10 10 0 0 1 17 20.66l-1-1.732a8 8 0 1 0-8.022-.012l-1.004 1.729A10 10 0 0 1 12.016 2Zm2.57 5.586L16 9l-7 7-1.414-1.414 7-7ZM11 9.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm5 5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"
2714
+ }
2715
+ )
2716
+ );
2717
+ }
2718
+ );
2719
+ IconChartProgress[designSystemBaseIcon.iconSymbol] = true;
2720
+
2537
2721
  const IconChatCheck = react.forwardRef(
2538
2722
  ({ size = "medium", ...props }, forwardRef2) => {
2539
2723
  const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
@@ -5208,6 +5392,32 @@ const IconDownload = react.forwardRef(
5208
5392
  );
5209
5393
  IconDownload[designSystemBaseIcon.iconSymbol] = true;
5210
5394
 
5395
+ const IconDrinkBurger = react.forwardRef(
5396
+ ({ size = "medium", ...props }, forwardRef2) => {
5397
+ const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
5398
+ return react.createElement(
5399
+ StyledIcon,
5400
+ {
5401
+ ...props,
5402
+ debug,
5403
+ "aria-hidden": true,
5404
+ size,
5405
+ viewBox: "0 0 24 24",
5406
+ fill: "none",
5407
+ ref: forwardRef2
5408
+ },
5409
+ /* @__PURE__ */ jsxRuntime.jsx(
5410
+ "path",
5411
+ {
5412
+ fill: "currentColor",
5413
+ d: "M11.555 2.832 9 4.535V6h4.084l-.322 4.006A5.09 5.09 0 0 1 13 10h3a5 5 0 0 1 4.974 4.483A2.494 2.494 0 0 1 21 18.496V20a2 2 0 0 1-2 2H3.202L1.916 6H7V3.465l3.445-2.297 1.11 1.664ZM5.048 20H8v-1.504a2.493 2.493 0 0 1 .025-4.013 5.003 5.003 0 0 1 2.685-3.928L10.916 8H4.084l.964 12ZM10 19v1h9v-1h-9Zm-.5-3a.5.5 0 0 0 0 1h10a.5.5 0 0 0 0-1h-10Zm3.5-4a2.998 2.998 0 0 0-2.826 2h8.652A2.998 2.998 0 0 0 16 12h-3Z"
5414
+ }
5415
+ )
5416
+ );
5417
+ }
5418
+ );
5419
+ IconDrinkBurger[designSystemBaseIcon.iconSymbol] = true;
5420
+
5211
5421
  const IconEnvelope = react.forwardRef(
5212
5422
  ({ size = "medium", ...props }, forwardRef2) => {
5213
5423
  const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
@@ -6384,6 +6594,34 @@ const IconHeartFilled = react.forwardRef(
6384
6594
  );
6385
6595
  IconHeartFilled[designSystemBaseIcon.iconSymbol] = true;
6386
6596
 
6597
+ const IconHeartMusicNote = react.forwardRef(
6598
+ ({ size = "medium", ...props }, forwardRef2) => {
6599
+ const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
6600
+ return react.createElement(
6601
+ StyledIcon,
6602
+ {
6603
+ ...props,
6604
+ debug,
6605
+ "aria-hidden": true,
6606
+ size,
6607
+ viewBox: "0 0 24 24",
6608
+ fill: "none",
6609
+ ref: forwardRef2
6610
+ },
6611
+ /* @__PURE__ */ jsxRuntime.jsx(
6612
+ "path",
6613
+ {
6614
+ fill: "currentColor",
6615
+ fillRule: "evenodd",
6616
+ d: "M13 6.647c0-.99-.722-1.712-1.678-1.642C10.15 5.09 9.5 6.052 9.5 6.647h-2l-.008-.116c-.076-.597-.714-1.446-1.814-1.526C4.722 4.935 4 5.657 4 6.647c0 .712.5 1.585 1.541 2.628.847.849 1.905 1.669 2.959 2.47 1.057-.8 2.114-1.606 2.96-2.45C12.498 8.266 13 7.393 13 6.648Zm2 0c0 1.595-1.025 2.97-2.128 4.067-1.13 1.123-2.575 2.178-3.768 3.083H7.896c-1.2-.91-2.64-1.977-3.77-3.109C3.029 9.59 2 8.214 2 6.648 2 4.641 3.567 2.845 5.822 3.01A4.06 4.06 0 0 1 8.5 4.28a4.06 4.06 0 0 1 2.678-1.27C13.433 2.846 15 4.642 15 6.647Zm5.122 3.686a3 3 0 0 1 .183 4.41l-.464.464-1.414-1.414.464-.464a1 1 0 0 0-.062-1.47L18 11.157V18a3 3 0 1 1-2-2.826V9l1.646-.764 2.476 2.097ZM15 17a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z",
6617
+ clipRule: "evenodd"
6618
+ }
6619
+ )
6620
+ );
6621
+ }
6622
+ );
6623
+ IconHeartMusicNote[designSystemBaseIcon.iconSymbol] = true;
6624
+
6387
6625
  const IconHeart = react.forwardRef(
6388
6626
  ({ size = "medium", ...props }, forwardRef2) => {
6389
6627
  const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
@@ -7588,9 +7826,7 @@ const IconMagnifyingGlassMinus = react.forwardRef(
7588
7826
  "path",
7589
7827
  {
7590
7828
  fill: "currentColor",
7591
- fillRule: "evenodd",
7592
- d: "M8.835 3.097c.054-.01.11-.018.165-.026V5.1a5 5 0 1 0 6 4.9h2a6.97 6.97 0 0 1-1.394 4.192l5.101 5.1-1.414 1.415-5.1-5.1a7 7 0 1 1-5.358-12.51ZM19 5v2h-7V5h7Z",
7593
- clipRule: "evenodd"
7829
+ d: "M20 4v2h-8V4h8ZM3 10a7 7 0 0 1 7-7v2a5 5 0 1 0 4.93 5.835l1.973.33a6.97 6.97 0 0 1-1.297 3.026l5.101 5.102-1.414 1.414-5.103-5.103A7 7 0 0 1 3 10Z"
7594
7830
  }
7595
7831
  )
7596
7832
  );
@@ -7616,7 +7852,7 @@ const IconMagnifyingGlassPlus = react.forwardRef(
7616
7852
  "path",
7617
7853
  {
7618
7854
  fill: "currentColor",
7619
- d: "M3 10.91c0-4.218 3.134-7.637 7-7.637v2.182c-2.761 0-5 2.442-5 5.454 0 3.013 2.239 5.455 5 5.455 2.476 0 4.534-1.965 4.93-4.544l1.973.36a7.973 7.973 0 0 1-1.297 3.302l5.101 5.565-1.414 1.543-5.103-5.567c-1.168.955-2.617 1.523-4.19 1.523-3.866 0-7-3.42-7-7.637Zm14-9.82v3.274h3v2.181h-3v3.273h-2V6.545h-3V4.364h3V1.09h2Z"
7855
+ d: "M3 10a7 7 0 0 1 7-7v2a5 5 0 1 0 4.93 5.835l1.973.33a6.97 6.97 0 0 1-1.297 3.026l5.101 5.102-1.414 1.414-5.103-5.103A7 7 0 0 1 3 10Zm14-9v3h3v2h-3v3h-2V6h-3V4h3V1h2Z"
7620
7856
  }
7621
7857
  )
7622
7858
  );
@@ -8632,6 +8868,34 @@ const IconOffice = react.forwardRef(
8632
8868
  );
8633
8869
  IconOffice[designSystemBaseIcon.iconSymbol] = true;
8634
8870
 
8871
+ const IconOrbitDouble = react.forwardRef(
8872
+ ({ size = "medium", ...props }, forwardRef2) => {
8873
+ const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
8874
+ return react.createElement(
8875
+ StyledIcon,
8876
+ {
8877
+ ...props,
8878
+ debug,
8879
+ "aria-hidden": true,
8880
+ size,
8881
+ viewBox: "0 0 24 24",
8882
+ fill: "none",
8883
+ ref: forwardRef2
8884
+ },
8885
+ /* @__PURE__ */ jsxRuntime.jsx(
8886
+ "path",
8887
+ {
8888
+ fill: "currentColor",
8889
+ fillRule: "evenodd",
8890
+ d: "M12.02 4.57c3.135-1.695 6.172-1.934 7.78-.327 1.606 1.607 1.365 4.642-.33 7.777 1.696 3.136 1.936 6.172.329 7.779-1.608 1.607-4.644 1.367-7.779-.328-3.135 1.694-6.17 1.934-7.777.328-1.607-1.607-1.368-4.644.327-7.779-1.695-3.134-1.934-6.17-.327-7.777 1.607-1.607 4.642-1.368 7.777.327ZM5.832 14a9.91 9.91 0 0 0-.393 1.085c-.552 1.878-.193 2.888.218 3.3.411.411 1.42.77 3.3.217.35-.103.712-.235 1.084-.393a19.724 19.724 0 0 1-2.263-1.946 19.5 19.5 0 0 1-1.946-2.262Zm12.377 0a19.707 19.707 0 0 1-1.946 2.263c-.729.73-1.49 1.379-2.262 1.946.372.158.734.29 1.084.393 1.879.553 2.888.194 3.3-.218.41-.41.77-1.42.217-3.3a9.914 9.914 0 0 0-.393-1.083ZM12.02 6.895a17.245 17.245 0 0 0-2.827 2.298 17.25 17.25 0 0 0-2.299 2.828c.61.947 1.377 1.909 2.298 2.83.92.92 1.882 1.686 2.828 2.296a17.236 17.236 0 0 0 2.83-2.297c.92-.92 1.686-1.883 2.296-2.829a17.243 17.243 0 0 0-2.297-2.828 17.238 17.238 0 0 0-2.829-2.298ZM8.957 5.44c-1.88-.552-2.889-.193-3.3.218-.412.411-.77 1.42-.218 3.3.103.35.234.712.393 1.084a19.72 19.72 0 0 1 1.946-2.263c.73-.73 1.491-1.38 2.263-1.946a9.898 9.898 0 0 0-1.084-.393Zm9.428.218c-.411-.411-1.421-.77-3.3-.218A9.9 9.9 0 0 0 14 5.832a19.714 19.714 0 0 1 2.262 1.946 19.73 19.73 0 0 1 1.946 2.262c.158-.372.29-.734.393-1.083.553-1.879.195-2.888-.217-3.3Z",
8891
+ clipRule: "evenodd"
8892
+ }
8893
+ )
8894
+ );
8895
+ }
8896
+ );
8897
+ IconOrbitDouble[designSystemBaseIcon.iconSymbol] = true;
8898
+
8635
8899
  const IconOrgChart = react.forwardRef(
8636
8900
  ({ size = "medium", ...props }, forwardRef2) => {
8637
8901
  const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
@@ -9904,7 +10168,7 @@ const IconProtoRadio = react.forwardRef(
9904
10168
  "path",
9905
10169
  {
9906
10170
  fill: "currentColor",
9907
- d: "M19 12a7 7 0 1 0-7 7v2a9 9 0 1 1 0-18 9 9 0 0 1 0 18v-2a7 7 0 0 0 7-7Zm-3 0a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z"
10171
+ d: "M20 12a8 8 0 1 0-8 8v2C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10v-2a8 8 0 0 0 8-8Zm-4 0a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z"
9908
10172
  }
9909
10173
  )
9910
10174
  );
@@ -12348,6 +12612,32 @@ const IconSquareLineSquareDashed = react.forwardRef(
12348
12612
  );
12349
12613
  IconSquareLineSquareDashed[designSystemBaseIcon.iconSymbol] = true;
12350
12614
 
12615
+ const IconSquarePencil = react.forwardRef(
12616
+ ({ size = "medium", ...props }, forwardRef2) => {
12617
+ const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
12618
+ return react.createElement(
12619
+ StyledIcon,
12620
+ {
12621
+ ...props,
12622
+ debug,
12623
+ "aria-hidden": true,
12624
+ size,
12625
+ viewBox: "0 0 24 24",
12626
+ fill: "none",
12627
+ ref: forwardRef2
12628
+ },
12629
+ /* @__PURE__ */ jsxRuntime.jsx(
12630
+ "path",
12631
+ {
12632
+ fill: "currentColor",
12633
+ d: "M3 18V6a3 3 0 0 1 3-3h7v2H6a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-7h2v7a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3ZM18.543 1.543a2.768 2.768 0 1 1 3.914 3.914l-5.839 5.839-3.422.684-1.176-1.176.684-3.422 5.839-5.839Zm2.5 1.414c-.3-.3-.786-.3-1.086 0l-5.411 5.41-.272 1.358 1.358-.272 5.411-5.41c.3-.3.3-.786 0-1.086Z"
12634
+ }
12635
+ )
12636
+ );
12637
+ }
12638
+ );
12639
+ IconSquarePencil[designSystemBaseIcon.iconSymbol] = true;
12640
+
12351
12641
  const IconSquareRounded = react.forwardRef(
12352
12642
  ({ size = "medium", ...props }, forwardRef2) => {
12353
12643
  const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
@@ -13428,6 +13718,34 @@ const IconTasks = react.forwardRef(
13428
13718
  );
13429
13719
  IconTasks[designSystemBaseIcon.iconSymbol] = true;
13430
13720
 
13721
+ const IconTennisBall = react.forwardRef(
13722
+ ({ size = "medium", ...props }, forwardRef2) => {
13723
+ const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
13724
+ return react.createElement(
13725
+ StyledIcon,
13726
+ {
13727
+ ...props,
13728
+ debug,
13729
+ "aria-hidden": true,
13730
+ size,
13731
+ viewBox: "0 0 24 24",
13732
+ fill: "none",
13733
+ ref: forwardRef2
13734
+ },
13735
+ /* @__PURE__ */ jsxRuntime.jsx(
13736
+ "path",
13737
+ {
13738
+ fill: "currentColor",
13739
+ fillRule: "evenodd",
13740
+ d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2ZM4.005 12.203a7.995 7.995 0 0 0 7.79 7.791 10.008 10.008 0 0 0-7.79-7.79Zm6.198-7.999a8.009 8.009 0 0 0-5.999 6 12.009 12.009 0 0 1 9.592 9.59 8.007 8.007 0 0 0 5.999-5.998 12.009 12.009 0 0 1-9.592-9.592Zm2-.2a10.008 10.008 0 0 0 7.791 7.792 7.995 7.995 0 0 0-7.79-7.791Z",
13741
+ clipRule: "evenodd"
13742
+ }
13743
+ )
13744
+ );
13745
+ }
13746
+ );
13747
+ IconTennisBall[designSystemBaseIcon.iconSymbol] = true;
13748
+
13431
13749
  const IconTextAColorSelection = react.forwardRef(
13432
13750
  ({ size = "medium", ...props }, forwardRef2) => {
13433
13751
  const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
@@ -15414,6 +15732,7 @@ exports.IconActivity = IconActivity;
15414
15732
  exports.IconAddLineBottom = IconAddLineBottom;
15415
15733
  exports.IconAddLineLeft = IconAddLineLeft;
15416
15734
  exports.IconAddLineRight = IconAddLineRight;
15735
+ exports.IconAiCursor = IconAiCursor;
15417
15736
  exports.IconAiText = IconAiText;
15418
15737
  exports.IconAlignBottom = IconAlignBottom;
15419
15738
  exports.IconAlignBottomGroup = IconAlignBottomGroup;
@@ -15434,6 +15753,7 @@ exports.IconArrowBendUpRight = IconArrowBendUpRight;
15434
15753
  exports.IconArrowBoxLeft = IconArrowBoxLeft;
15435
15754
  exports.IconArrowBoxOut = IconArrowBoxOut;
15436
15755
  exports.IconArrowClockwiseDownRight = IconArrowClockwiseDownRight;
15756
+ exports.IconArrowClockwiseIntoRectangle = IconArrowClockwiseIntoRectangle;
15437
15757
  exports.IconArrowClockwiseUpLeft = IconArrowClockwiseUpLeft;
15438
15758
  exports.IconArrowCounterClockwiseDownLeft = IconArrowCounterClockwiseDownLeft;
15439
15759
  exports.IconArrowCounterClockwiseUpRight = IconArrowCounterClockwiseUpRight;
@@ -15477,6 +15797,7 @@ exports.IconAt = IconAt;
15477
15797
  exports.IconAttachment = IconAttachment;
15478
15798
  exports.IconBadge = IconBadge;
15479
15799
  exports.IconBarrel = IconBarrel;
15800
+ exports.IconBear = IconBear;
15480
15801
  exports.IconBell = IconBell;
15481
15802
  exports.IconBellSlash = IconBellSlash;
15482
15803
  exports.IconBellTilt = IconBellTilt;
@@ -15499,12 +15820,16 @@ exports.IconCalendarStart = IconCalendarStart;
15499
15820
  exports.IconCamera = IconCamera;
15500
15821
  exports.IconCaptionAlong = IconCaptionAlong;
15501
15822
  exports.IconCaptionHorizontal = IconCaptionHorizontal;
15823
+ exports.IconCar = IconCar;
15502
15824
  exports.IconCard = IconCard;
15503
15825
  exports.IconCardCircles = IconCardCircles;
15504
15826
  exports.IconCardNumberThree = IconCardNumberThree;
15505
15827
  exports.IconCardsPoker = IconCardsPoker;
15506
15828
  exports.IconChartBarY = IconChartBarY;
15507
15829
  exports.IconChartBarYSimple = IconChartBarYSimple;
15830
+ exports.IconChartLine = IconChartLine;
15831
+ exports.IconChartNumber = IconChartNumber;
15832
+ exports.IconChartProgress = IconChartProgress;
15508
15833
  exports.IconChat = IconChat;
15509
15834
  exports.IconChatCheck = IconChatCheck;
15510
15835
  exports.IconChatCross = IconChatCross;
@@ -15606,6 +15931,7 @@ exports.IconDotsThree = IconDotsThree;
15606
15931
  exports.IconDotsThreeVertical = IconDotsThreeVertical;
15607
15932
  exports.IconDotsTwo = IconDotsTwo;
15608
15933
  exports.IconDownload = IconDownload;
15934
+ exports.IconDrinkBurger = IconDrinkBurger;
15609
15935
  exports.IconEnvelope = IconEnvelope;
15610
15936
  exports.IconEraser = IconEraser;
15611
15937
  exports.IconExclamationMarkOctagon = IconExclamationMarkOctagon;
@@ -15651,6 +15977,7 @@ exports.IconHeadphones = IconHeadphones;
15651
15977
  exports.IconHeadsetPerson = IconHeadsetPerson;
15652
15978
  exports.IconHeart = IconHeart;
15653
15979
  exports.IconHeartFilled = IconHeartFilled;
15980
+ exports.IconHeartMusicNote = IconHeartMusicNote;
15654
15981
  exports.IconHexagon = IconHexagon;
15655
15982
  exports.IconHighlighter = IconHighlighter;
15656
15983
  exports.IconHighlighterColorSelection = IconHighlighterColorSelection;
@@ -15735,6 +16062,7 @@ exports.IconNotepad = IconNotepad;
15735
16062
  exports.IconNumber = IconNumber;
15736
16063
  exports.IconOctagon = IconOctagon;
15737
16064
  exports.IconOffice = IconOffice;
16065
+ exports.IconOrbitDouble = IconOrbitDouble;
15738
16066
  exports.IconOrgChart = IconOrgChart;
15739
16067
  exports.IconOrientationHorizontal = IconOrientationHorizontal;
15740
16068
  exports.IconOrientationVertical = IconOrientationVertical;
@@ -15876,6 +16204,7 @@ exports.IconSquareBracketsAngleSlash = IconSquareBracketsAngleSlash;
15876
16204
  exports.IconSquareCirclesTwo = IconSquareCirclesTwo;
15877
16205
  exports.IconSquareFrame2LinesCircle = IconSquareFrame2LinesCircle;
15878
16206
  exports.IconSquareLineSquareDashed = IconSquareLineSquareDashed;
16207
+ exports.IconSquarePencil = IconSquarePencil;
15879
16208
  exports.IconSquareRounded = IconSquareRounded;
15880
16209
  exports.IconSquareStarScribble = IconSquareStarScribble;
15881
16210
  exports.IconSquareTriangleCirclePlus = IconSquareTriangleCirclePlus;
@@ -15915,6 +16244,7 @@ exports.IconTableFormat = IconTableFormat;
15915
16244
  exports.IconTablet = IconTablet;
15916
16245
  exports.IconTag = IconTag;
15917
16246
  exports.IconTasks = IconTasks;
16247
+ exports.IconTennisBall = IconTennisBall;
15918
16248
  exports.IconTextAColorSelection = IconTextAColorSelection;
15919
16249
  exports.IconTextAHorizontal = IconTextAHorizontal;
15920
16250
  exports.IconTextAUnderline = IconTextAUnderline;