@mirohq/design-system-icons 0.42.1 → 0.43.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
@@ -1743,6 +1743,40 @@ const IconCamera = react.forwardRef(
1743
1743
  );
1744
1744
  IconCamera[designSystemBaseIcon.iconSymbol] = true;
1745
1745
 
1746
+ const IconCardCircles = react.forwardRef(
1747
+ ({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
1748
+ StyledIcon,
1749
+ {
1750
+ ...props,
1751
+ weight,
1752
+ size,
1753
+ viewBox: "0 0 24 24",
1754
+ fill: "none",
1755
+ ref: forwardRef2
1756
+ },
1757
+ /* @__PURE__ */ jsxRuntime.jsx(
1758
+ "path",
1759
+ {
1760
+ stroke: "currentColor",
1761
+ strokeLinecap: "round",
1762
+ strokeLinejoin: "round",
1763
+ strokeWidth: "var(--svg-stroke-width)",
1764
+ d: "M18 3h-12c-.5523 0-1 .4477-1 1v16c0 .5523.4477 1 1 1h12c.5523 0 1-.4477 1-1v-16c0-.5523-.4477-1-1-1Z"
1765
+ }
1766
+ ),
1767
+ /* @__PURE__ */ jsxRuntime.jsx(
1768
+ "path",
1769
+ {
1770
+ fill: "currentColor",
1771
+ fillRule: "evenodd",
1772
+ d: "M9.5 9c.8284 0 1.5-.6716 1.5-1.5s-.6716-1.5-1.5-1.5-1.5.6716-1.5 1.5.6716 1.5 1.5 1.5Zm5 9c.8284 0 1.5-.6716 1.5-1.5s-.6716-1.5-1.5-1.5-1.5.6716-1.5 1.5.6716 1.5 1.5 1.5Z",
1773
+ clipRule: "evenodd"
1774
+ }
1775
+ )
1776
+ )
1777
+ );
1778
+ IconCardCircles[designSystemBaseIcon.iconSymbol] = true;
1779
+
1746
1780
  const IconCardNumberThree = react.forwardRef(
1747
1781
  ({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
1748
1782
  StyledIcon,
@@ -3309,6 +3343,43 @@ const IconCornersThreeEyeOpen = react.forwardRef(
3309
3343
  );
3310
3344
  IconCornersThreeEyeOpen[designSystemBaseIcon.iconSymbol] = true;
3311
3345
 
3346
+ const IconCounter = react.forwardRef(
3347
+ ({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
3348
+ StyledIcon,
3349
+ {
3350
+ ...props,
3351
+ weight,
3352
+ size,
3353
+ viewBox: "0 0 24 24",
3354
+ fill: "none",
3355
+ ref: forwardRef2
3356
+ },
3357
+ /* @__PURE__ */ jsxRuntime.jsx(
3358
+ "rect",
3359
+ {
3360
+ width: 20,
3361
+ height: 16,
3362
+ x: 2,
3363
+ y: 4,
3364
+ stroke: "currentColor",
3365
+ strokeWidth: "var(--svg-stroke-width)",
3366
+ rx: 2
3367
+ }
3368
+ ),
3369
+ /* @__PURE__ */ jsxRuntime.jsx(
3370
+ "path",
3371
+ {
3372
+ stroke: "currentColor",
3373
+ strokeLinecap: "round",
3374
+ strokeLinejoin: "round",
3375
+ strokeWidth: "var(--svg-stroke-width)",
3376
+ d: "M15 12h4M5 12h3.5M12 20v-16M17 14v-4"
3377
+ }
3378
+ )
3379
+ )
3380
+ );
3381
+ IconCounter[designSystemBaseIcon.iconSymbol] = true;
3382
+
3312
3383
  const IconCreditCard = react.forwardRef(
3313
3384
  ({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
3314
3385
  StyledIcon,
@@ -4230,6 +4301,30 @@ const IconDollarSignCurrency = react.forwardRef(
4230
4301
  );
4231
4302
  IconDollarSignCurrency[designSystemBaseIcon.iconSymbol] = true;
4232
4303
 
4304
+ const IconDotVoting = react.forwardRef(
4305
+ ({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
4306
+ StyledIcon,
4307
+ {
4308
+ ...props,
4309
+ weight,
4310
+ size,
4311
+ viewBox: "0 0 24 24",
4312
+ fill: "none",
4313
+ ref: forwardRef2
4314
+ },
4315
+ /* @__PURE__ */ jsxRuntime.jsx(
4316
+ "path",
4317
+ {
4318
+ fill: "currentColor",
4319
+ fillRule: "evenodd",
4320
+ d: "M11.046 20.95a9.001 9.001 0 0 1 .954-17.95 9.0008 9.0008 0 0 1 8.953 8.072c-.15-.018-.3-.033-.451-.044-5.644-.422-9.881 3.974-9.475 9.687.006.079.012.157.02.235h-.001Zm8.631-7.95-6.672 6.673c.131-3.856 2.931-6.63 6.672-6.672v-.001Zm3.323-1c0 .333-.143.649-.378.885l-9.737 9.737a1.2566 1.2566 0 0 1-.885.378c-6.075 0-11-4.925-11-11s4.925-11 11-11 11 4.925 11 11Z",
4321
+ clipRule: "evenodd"
4322
+ }
4323
+ )
4324
+ )
4325
+ );
4326
+ IconDotVoting[designSystemBaseIcon.iconSymbol] = true;
4327
+
4233
4328
  const IconDotsNine = react.forwardRef(
4234
4329
  ({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
4235
4330
  StyledIcon,
@@ -8003,6 +8098,39 @@ const IconPentagon = react.forwardRef(
8003
8098
  );
8004
8099
  IconPentagon[designSystemBaseIcon.iconSymbol] = true;
8005
8100
 
8101
+ const IconPeopleList = react.forwardRef(
8102
+ ({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
8103
+ StyledIcon,
8104
+ {
8105
+ ...props,
8106
+ weight,
8107
+ size,
8108
+ viewBox: "0 0 24 24",
8109
+ fill: "none",
8110
+ ref: forwardRef2
8111
+ },
8112
+ /* @__PURE__ */ jsxRuntime.jsx(
8113
+ "path",
8114
+ {
8115
+ stroke: "currentColor",
8116
+ strokeLinecap: "round",
8117
+ strokeWidth: "var(--svg-stroke-width)",
8118
+ d: "M21 12c0 4.9706-4.0294 9-9 9s-9-4.0294-9-9 4.0294-9 9-9 9 4.0294 9 9Z"
8119
+ }
8120
+ ),
8121
+ /* @__PURE__ */ jsxRuntime.jsx(
8122
+ "path",
8123
+ {
8124
+ stroke: "currentColor",
8125
+ strokeLinecap: "round",
8126
+ strokeWidth: "var(--svg-stroke-width)",
8127
+ d: "M6.8 18.6c.2212-1.3587 1.3694-2.3545 2.715-2.3545h4.97c1.3455 0 2.4938.9958 2.715 2.3545m-2.4476-8.7823c0 1.5562-1.2323 2.8177-2.7524 2.8177-1.5201 0-2.7524-1.2615-2.7524-2.8177 0-1.5562 1.2323-2.8177 2.7524-2.8177 1.5201 0 2.7524 1.2615 2.7524 2.8177Z"
8128
+ }
8129
+ )
8130
+ )
8131
+ );
8132
+ IconPeopleList[designSystemBaseIcon.iconSymbol] = true;
8133
+
8006
8134
  const IconPlaceholder = react.forwardRef(
8007
8135
  ({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
8008
8136
  StyledIcon,
@@ -8322,6 +8450,48 @@ const IconPlus = react.forwardRef(
8322
8450
  );
8323
8451
  IconPlus[designSystemBaseIcon.iconSymbol] = true;
8324
8452
 
8453
+ const IconPolling = react.forwardRef(
8454
+ ({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
8455
+ StyledIcon,
8456
+ {
8457
+ ...props,
8458
+ weight,
8459
+ size,
8460
+ viewBox: "0 0 24 24",
8461
+ fill: "none",
8462
+ ref: forwardRef2
8463
+ },
8464
+ /* @__PURE__ */ jsxRuntime.jsx(
8465
+ "path",
8466
+ {
8467
+ fill: "currentColor",
8468
+ fillRule: "evenodd",
8469
+ d: "M2.9993 13c-1.1045 0-2 .8954-2 2v3.0046c0 1.1046.8955 2 2 2h18.0014c1.1046 0 2-.8954 2-2v-3.0046c0-1.1046-.8954-2-2-2h-18.0014Zm9.0007 5.0046h9.0007v-3.0046h-9.0007v3.0046Z",
8470
+ clipRule: "evenodd"
8471
+ }
8472
+ ),
8473
+ /* @__PURE__ */ jsxRuntime.jsx(
8474
+ "path",
8475
+ {
8476
+ fill: "currentColor",
8477
+ fillRule: "evenodd",
8478
+ d: "M2.9993 13c-1.1045 0-2 .8954-2 2v3.0046c0 1.1046.8955 2 2 2h18.0014c1.1046 0 2-.8954 2-2v-3.0046c0-1.1046-.8954-2-2-2h-18.0014Zm9.0007 5.0046h9.0007v-3.0046h-9.0007v3.0046ZM3 4c-1.1046 0-2 .8954-2 2v3.0046c0 1.1046.8954 2 2 2h18c1.1046 0 2-.8954 2-2v-3.0046c0-1.1046-.8954-2-2-2h-18Zm5 5.0046v-3.0046h13v3.0046h-13Z",
8479
+ clipRule: "evenodd"
8480
+ }
8481
+ ),
8482
+ /* @__PURE__ */ jsxRuntime.jsx(
8483
+ "path",
8484
+ {
8485
+ fill: "currentColor",
8486
+ fillRule: "evenodd",
8487
+ d: "M3 4c-1.1046 0-2 .8954-2 2v3.0046c0 1.1046.8954 2 2 2h18c1.1046 0 2-.8954 2-2v-3.0046c0-1.1046-.8954-2-2-2h-18Zm5 5.0046v-3.0046h13v3.0046h-13Z",
8488
+ clipRule: "evenodd"
8489
+ }
8490
+ )
8491
+ )
8492
+ );
8493
+ IconPolling[designSystemBaseIcon.iconSymbol] = true;
8494
+
8325
8495
  const IconPresentationArrow = react.forwardRef(
8326
8496
  ({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
8327
8497
  StyledIcon,
@@ -9788,6 +9958,46 @@ const IconSidebarOpen = react.forwardRef(
9788
9958
  );
9789
9959
  IconSidebarOpen[designSystemBaseIcon.iconSymbol] = true;
9790
9960
 
9961
+ const IconSingleSparksFilled = react.forwardRef(
9962
+ ({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
9963
+ StyledIcon,
9964
+ {
9965
+ ...props,
9966
+ weight,
9967
+ size,
9968
+ viewBox: "0 0 24 24",
9969
+ fill: "none",
9970
+ ref: forwardRef2
9971
+ },
9972
+ /* @__PURE__ */ jsxRuntime.jsx(
9973
+ "path",
9974
+ {
9975
+ fill: "currentColor",
9976
+ d: "M10.6576 3.2878c.36-1.3837 2.3248-1.3837 2.6848 0 1.5188 5.8369 1.5329 5.851 7.3698 7.3698 1.3837.36 1.3837 2.3248 0 2.6848-5.8369 1.5188-5.851 1.5329-7.3698 7.3698-.36 1.3837-2.3248 1.3837-2.6848 0-1.5188-5.8369-1.533-5.851-7.3698-7.3698-1.3837-.36-1.3837-2.3248 0-2.6848 5.8369-1.5188 5.851-1.533 7.3698-7.3698Z"
9977
+ }
9978
+ ),
9979
+ /* @__PURE__ */ jsxRuntime.jsx(
9980
+ "path",
9981
+ {
9982
+ stroke: "currentColor",
9983
+ strokeLinecap: "round",
9984
+ strokeLinejoin: "round",
9985
+ strokeWidth: "var(--svg-stroke-width)",
9986
+ d: "M12 12v.0001"
9987
+ }
9988
+ ),
9989
+ /* @__PURE__ */ jsxRuntime.jsx(
9990
+ "path",
9991
+ {
9992
+ stroke: "currentColor",
9993
+ strokeWidth: "var(--svg-stroke-width)",
9994
+ d: "M11 12v.0001"
9995
+ }
9996
+ )
9997
+ )
9998
+ );
9999
+ IconSingleSparksFilled[designSystemBaseIcon.iconSymbol] = true;
10000
+
9791
10001
  const IconSlidersX = react.forwardRef(
9792
10002
  ({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
9793
10003
  StyledIcon,
@@ -10421,6 +10631,14 @@ const IconSparksFilled = react.forwardRef(
10421
10631
  strokeWidth: "var(--svg-stroke-width)",
10422
10632
  d: "M12 12v.0001"
10423
10633
  }
10634
+ ),
10635
+ /* @__PURE__ */ jsxRuntime.jsx(
10636
+ "path",
10637
+ {
10638
+ stroke: "currentColor",
10639
+ strokeWidth: "var(--svg-stroke-width)",
10640
+ d: "M11 12v.0001"
10641
+ }
10424
10642
  )
10425
10643
  )
10426
10644
  );
@@ -10451,6 +10669,14 @@ const IconSparks = react.forwardRef(
10451
10669
  fill: "currentColor",
10452
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"
10453
10671
  }
10672
+ ),
10673
+ /* @__PURE__ */ jsxRuntime.jsx(
10674
+ "path",
10675
+ {
10676
+ stroke: "currentColor",
10677
+ strokeWidth: "var(--svg-stroke-width)",
10678
+ d: "M15 10v.0001"
10679
+ }
10454
10680
  )
10455
10681
  )
10456
10682
  );
@@ -11473,6 +11699,39 @@ const IconStopCircle = react.forwardRef(
11473
11699
  );
11474
11700
  IconStopCircle[designSystemBaseIcon.iconSymbol] = true;
11475
11701
 
11702
+ const IconStoryPoints = react.forwardRef(
11703
+ ({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
11704
+ StyledIcon,
11705
+ {
11706
+ ...props,
11707
+ weight,
11708
+ size,
11709
+ viewBox: "0 0 24 24",
11710
+ fill: "none",
11711
+ ref: forwardRef2
11712
+ },
11713
+ /* @__PURE__ */ jsxRuntime.jsx(
11714
+ "path",
11715
+ {
11716
+ fill: "currentColor",
11717
+ fillRule: "evenodd",
11718
+ d: "M11.046 20.95a9.001 9.001 0 0 1 .954-17.95 9.0008 9.0008 0 0 1 8.953 8.072c-.15-.018-.3-.033-.451-.044-5.644-.422-9.881 3.974-9.475 9.687.006.079.012.157.02.235h-.001Zm8.631-7.95-6.672 6.673c.131-3.856 2.931-6.63 6.672-6.672v-.001Zm3.323-1c0 .333-.143.649-.378.885l-9.737 9.737a1.2566 1.2566 0 0 1-.885.378c-6.075 0-11-4.925-11-11s4.925-11 11-11 11 4.925 11 11Z",
11719
+ clipRule: "evenodd"
11720
+ }
11721
+ ),
11722
+ /* @__PURE__ */ jsxRuntime.jsx(
11723
+ "path",
11724
+ {
11725
+ fill: "currentColor",
11726
+ fillRule: "evenodd",
11727
+ d: "M9.2666 8c0-.5523.4477-1 1-1h3.7301a1 1 0 0 1 .8152 1.5792l-1.3322 1.8751c.103.0586.2041.1232.3022.1938.6523.4699 1.2148 1.2499 1.2148 2.3519 0 1.1274-.5646 1.9136-1.2342 2.3819-.6272.4388-1.3635.6181-1.8973.6181-.9392 0-1.6255-.3592-2.0726-.7321a3.0917 3.0917 0 0 1-.4864-.5092 2.6166 2.6166 0 0 1-.1273-.1839 2.1259 2.1259 0 0 1-.0385-.0636l-.0132-.0235-.0053-.0095-.0022-.0042-.001-.0019-.0005-.0009c-.0003-.0005-.0005-.0009.882-.4712l-.8825.4703c-.2597-.4874-.0752-1.0931.4122-1.3528.4813-.2565 1.0778-.0798 1.3428.3939a.6379.6379 0 0 0 .0297.0424c.0337.0446.0905.1109.1713.1783.1524.1271.3986.2679.7915.2679.1552 0 .4847-.0707.7509-.2569.224-.1567.3806-.3705.3806-.7431 0-.3393-.148-.5592-.3837-.729-.2725-.1963-.6006-.271-.7478-.271a1 1 0 0 1-.8152-1.5792l1.0095-1.4208h-1.7929c-.5523 0-1-.4477-1-1Zm1.6152 5.5279.0001.0002-.0001-.0001v-.0001Zm.0005.001-.0001-.0001-.0001-.0002.0002.0003Z",
11728
+ clipRule: "evenodd"
11729
+ }
11730
+ )
11731
+ )
11732
+ );
11733
+ IconStoryPoints[designSystemBaseIcon.iconSymbol] = true;
11734
+
11476
11735
  const IconStroke1 = react.forwardRef(
11477
11736
  ({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
11478
11737
  StyledIcon,
@@ -13184,6 +13443,41 @@ const IconUsers = react.forwardRef(
13184
13443
  );
13185
13444
  IconUsers[designSystemBaseIcon.iconSymbol] = true;
13186
13445
 
13446
+ const IconVideoCameraSimpleError = react.forwardRef(
13447
+ ({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
13448
+ StyledIcon,
13449
+ {
13450
+ ...props,
13451
+ weight,
13452
+ size,
13453
+ viewBox: "0 0 24 24",
13454
+ fill: "none",
13455
+ ref: forwardRef2
13456
+ },
13457
+ /* @__PURE__ */ jsxRuntime.jsx(
13458
+ "path",
13459
+ {
13460
+ stroke: "currentColor",
13461
+ strokeLinecap: "round",
13462
+ strokeLinejoin: "round",
13463
+ strokeWidth: "var(--svg-stroke-width)",
13464
+ d: "M22 14v3l-5-2v3c0 .5523-.4477 1-1 1h-13c-.5523 0-1-.4477-1-1v-12c0-.5523.4477-1 1-1h6"
13465
+ }
13466
+ ),
13467
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: 18, cy: 8, r: 1, fill: "currentColor" }),
13468
+ /* @__PURE__ */ jsxRuntime.jsx(
13469
+ "path",
13470
+ {
13471
+ stroke: "currentColor",
13472
+ strokeLinecap: "round",
13473
+ strokeWidth: "var(--svg-stroke-width)",
13474
+ d: "M18 3.7778v1.7222m5 .5c0 2.7614-2.2386 5-5 5s-5-2.2386-5-5 2.2386-5 5-5 5 2.2386 5 5Z"
13475
+ }
13476
+ )
13477
+ )
13478
+ );
13479
+ IconVideoCameraSimpleError[designSystemBaseIcon.iconSymbol] = true;
13480
+
13187
13481
  const IconVideoCameraSimpleSlash = react.forwardRef(
13188
13482
  ({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
13189
13483
  StyledIcon,
@@ -13202,7 +13496,7 @@ const IconVideoCameraSimpleSlash = react.forwardRef(
13202
13496
  strokeLinecap: "round",
13203
13497
  strokeLinejoin: "round",
13204
13498
  strokeWidth: "var(--svg-stroke-width)",
13205
- d: "M4 18.5h12c.5523 0 1-.4477 1-1v-3m0-9v3m0 0 5-2v10l-5-2m0-6v6m-3.5-10h-10.5c-.5523 0-1 .4477-1 1v10m0 5 17-17"
13499
+ d: "M4 19h12c.5523 0 1-.4477 1-1v-3m0-9.8823v3.8823m0 0 5-2v10l-5-2m0-6v6m-4.5-10h-9.5c-.5523 0-1 .4477-1 1v10m0 5 17-18"
13206
13500
  }
13207
13501
  )
13208
13502
  )
@@ -13424,6 +13718,7 @@ exports.IconBrush = IconBrush;
13424
13718
  exports.IconCalendarBlank = IconCalendarBlank;
13425
13719
  exports.IconCamera = IconCamera;
13426
13720
  exports.IconCard = IconCard;
13721
+ exports.IconCardCircles = IconCardCircles;
13427
13722
  exports.IconCardNumberThree = IconCardNumberThree;
13428
13723
  exports.IconCardsPoker = IconCardsPoker;
13429
13724
  exports.IconChartBarY = IconChartBarY;
@@ -13475,6 +13770,7 @@ exports.IconConeSerpentine = IconConeSerpentine;
13475
13770
  exports.IconConnectionLineElbows = IconConnectionLineElbows;
13476
13771
  exports.IconConnectionLineStraight = IconConnectionLineStraight;
13477
13772
  exports.IconCornersThreeEyeOpen = IconCornersThreeEyeOpen;
13773
+ exports.IconCounter = IconCounter;
13478
13774
  exports.IconCreditCard = IconCreditCard;
13479
13775
  exports.IconCrop = IconCrop;
13480
13776
  exports.IconCross = IconCross;
@@ -13505,6 +13801,7 @@ exports.IconDiagramCardUser = IconDiagramCardUser;
13505
13801
  exports.IconDistributeHorizontal = IconDistributeHorizontal;
13506
13802
  exports.IconDistributeVertical = IconDistributeVertical;
13507
13803
  exports.IconDollarSignCurrency = IconDollarSignCurrency;
13804
+ exports.IconDotVoting = IconDotVoting;
13508
13805
  exports.IconDotsNine = IconDotsNine;
13509
13806
  exports.IconDotsSixHorizontal = IconDotsSixHorizontal;
13510
13807
  exports.IconDotsSixVertical = IconDotsSixVertical;
@@ -13630,6 +13927,7 @@ exports.IconPen = IconPen;
13630
13927
  exports.IconPenTip = IconPenTip;
13631
13928
  exports.IconPenUnderline = IconPenUnderline;
13632
13929
  exports.IconPentagon = IconPentagon;
13930
+ exports.IconPeopleList = IconPeopleList;
13633
13931
  exports.IconPlaceholder = IconPlaceholder;
13634
13932
  exports.IconPlanet = IconPlanet;
13635
13933
  exports.IconPlay = IconPlay;
@@ -13640,6 +13938,7 @@ exports.IconPlus = IconPlus;
13640
13938
  exports.IconPlusBox = IconPlusBox;
13641
13939
  exports.IconPlusSquare = IconPlusSquare;
13642
13940
  exports.IconPlusText = IconPlusText;
13941
+ exports.IconPolling = IconPolling;
13643
13942
  exports.IconPresentationArrow = IconPresentationArrow;
13644
13943
  exports.IconPresentationEyeOpen = IconPresentationEyeOpen;
13645
13944
  exports.IconPresentationLine = IconPresentationLine;
@@ -13691,6 +13990,7 @@ exports.IconSidebarClosed = IconSidebarClosed;
13691
13990
  exports.IconSidebarGlobalClosed = IconSidebarGlobalClosed;
13692
13991
  exports.IconSidebarGlobalOpen = IconSidebarGlobalOpen;
13693
13992
  exports.IconSidebarOpen = IconSidebarOpen;
13993
+ exports.IconSingleSparksFilled = IconSingleSparksFilled;
13694
13994
  exports.IconSlidersX = IconSlidersX;
13695
13995
  exports.IconSlidersY = IconSlidersY;
13696
13996
  exports.IconSmiley = IconSmiley;
@@ -13744,6 +14044,7 @@ exports.IconStickyNoteStack = IconStickyNoteStack;
13744
14044
  exports.IconStickyNoteWide = IconStickyNoteWide;
13745
14045
  exports.IconStickyNotesTwo = IconStickyNotesTwo;
13746
14046
  exports.IconStopCircle = IconStopCircle;
14047
+ exports.IconStoryPoints = IconStoryPoints;
13747
14048
  exports.IconStroke1 = IconStroke1;
13748
14049
  exports.IconStroke2 = IconStroke2;
13749
14050
  exports.IconStroke3 = IconStroke3;
@@ -13802,6 +14103,7 @@ exports.IconUsers = IconUsers;
13802
14103
  exports.IconUsersThree = IconUsersThree;
13803
14104
  exports.IconVideoCamera = IconVideoCamera;
13804
14105
  exports.IconVideoCameraSimple = IconVideoCameraSimple;
14106
+ exports.IconVideoCameraSimpleError = IconVideoCameraSimpleError;
13805
14107
  exports.IconVideoCameraSimpleSlash = IconVideoCameraSimpleSlash;
13806
14108
  exports.IconViewCenter = IconViewCenter;
13807
14109
  exports.IconViewSideLeft = IconViewSideLeft;