@mirohq/design-system-icons 1.19.1 → 1.20.1

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 (46) hide show
  1. package/dist/main.js +465 -2
  2. package/dist/main.js.map +1 -1
  3. package/dist/module.js +449 -3
  4. package/dist/module.js.map +1 -1
  5. package/dist/types.d.ts +37 -3
  6. package/package.json +4 -4
  7. package/react/activity-sparkle.tsx +1 -1
  8. package/react/android-share.tsx +36 -0
  9. package/react/box-lines-textarea.tsx +34 -0
  10. package/react/briefcase.tsx +34 -0
  11. package/react/chart-bar-x-simple.tsx +34 -0
  12. package/react/circle-dashed-loop.tsx +34 -0
  13. package/react/folder-filled.tsx +34 -0
  14. package/react/image-sparkle.tsx +1 -1
  15. package/react/index.ts +17 -0
  16. package/react/insights-search.tsx +34 -0
  17. package/react/ios-share.tsx +34 -0
  18. package/react/map-user.tsx +34 -0
  19. package/react/measure-pencil.tsx +34 -0
  20. package/react/miro-mark.tsx +36 -0
  21. package/react/screen-user.tsx +34 -0
  22. package/react/shopping-bag.tsx +34 -0
  23. package/react/target-arrow.tsx +34 -0
  24. package/react/timeline-location.tsx +34 -0
  25. package/react/user-sparkle.tsx +34 -0
  26. package/react/word-cloud.tsx +34 -0
  27. package/svg/24/activity-sparkle.svg +1 -1
  28. package/svg/24/android-share.svg +2 -0
  29. package/svg/24/box-lines-textarea.svg +2 -0
  30. package/svg/24/briefcase.svg +2 -0
  31. package/svg/24/chart-bar-x-simple.svg +2 -0
  32. package/svg/24/circle-dashed-loop.svg +2 -0
  33. package/svg/24/folder-filled.svg +2 -0
  34. package/svg/24/image-sparkle.svg +1 -1
  35. package/svg/24/insights-search.svg +2 -0
  36. package/svg/24/ios-share.svg +2 -0
  37. package/svg/24/map-user.svg +2 -0
  38. package/svg/24/measure-pencil.svg +2 -0
  39. package/svg/24/miro-mark.svg +2 -0
  40. package/svg/24/screen-user.svg +2 -0
  41. package/svg/24/shopping-bag.svg +2 -0
  42. package/svg/24/target-arrow.svg +2 -0
  43. package/svg/24/timeline-location.svg +2 -0
  44. package/svg/24/user-sparkle.svg +2 -0
  45. package/svg/24/word-cloud.svg +2 -0
  46. package/svg/meta.json +169 -6
package/dist/main.js CHANGED
@@ -44,7 +44,7 @@ const IconActivitySparkle = react.forwardRef(
44
44
  "path",
45
45
  {
46
46
  fill: "currentColor",
47
- d: "M16.74 2.59c.187-.786 1.334-.788 1.521 0l.015.082.024.148a3.603 3.603 0 0 0 3.027 2.904c.895.128.9 1.423 0 1.552a3.602 3.602 0 0 0-3.05 3.052c-.13.899-1.425.894-1.553 0a3.602 3.602 0 0 0-3.052-3.052c-.897-.13-.895-1.423 0-1.552l.148-.025a3.602 3.602 0 0 0 2.904-3.027l.015-.081ZM12 4a8 8 0 0 0-6.953 11.959l.137.23.103.822-.764 2.457 2.431-.77.83.103.282.167A7.965 7.965 0 0 0 12 20a8 8 0 0 0 7.936-7h2.014c-.502 5.053-4.765 9-9.95 9a9.973 9.973 0 0 1-4.864-1.263l-3.833 1.216-1.258-1.25 1.201-3.867A9.958 9.958 0 0 1 2 12C2 6.477 6.477 2 12 2v2Zm-.08 8.923.616-1.232.09-.151a1.25 1.25 0 0 1 1.028-.54H15l-.882 2-1.223 2.447-1.752.068L9 11.943l-.643 1.072-1.714-1.03 1.5-2.5h1.714l2.063 3.438Z"
47
+ d: "M12 4a8 8 0 0 0-6.953 11.959l.137.23.103.822-.764 2.457 2.431-.77.83.103.282.167A7.965 7.965 0 0 0 12 20a8 8 0 0 0 7.936-7h2.014c-.502 5.053-4.765 9-9.95 9a9.973 9.973 0 0 1-4.864-1.263l-3.833 1.216-1.258-1.25 1.201-3.867A9.958 9.958 0 0 1 2 12C2 6.477 6.477 2 12 2v2Zm-.08 8.923.616-1.232.09-.151a1.25 1.25 0 0 1 1.028-.54H15l-.882 2-1.223 2.447-1.752.068L9 11.943l-.643 1.072-1.714-1.03 1.5-2.5h1.714l2.063 3.438ZM19.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.5Z"
48
48
  }
49
49
  )
50
50
  );
@@ -526,6 +526,34 @@ const IconAltText = react.forwardRef(
526
526
  );
527
527
  IconAltText[designSystemBaseIcon.iconSymbol] = true;
528
528
 
529
+ const IconAndroidShare = react.forwardRef(
530
+ ({ size = "medium", ...props }, forwardRef2) => {
531
+ const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
532
+ return react.createElement(
533
+ StyledIcon,
534
+ {
535
+ ...props,
536
+ debug,
537
+ "aria-hidden": true,
538
+ size,
539
+ viewBox: "0 0 24 24",
540
+ fill: "none",
541
+ ref: forwardRef2
542
+ },
543
+ /* @__PURE__ */ jsxRuntime.jsx(
544
+ "path",
545
+ {
546
+ fill: "currentColor",
547
+ fillRule: "evenodd",
548
+ d: "M17.5 3a3.5 3.5 0 1 1-2.724 5.698l-4.92 2.812a3.498 3.498 0 0 1 .127 1.32l4.653 2.658a3.5 3.5 0 1 1-.635 1.94l-4.778-2.73a3.5 3.5 0 1 1-.459-4.867l5.252-3A3.5 3.5 0 0 1 17.5 3Zm0 13a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Zm-11-5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Zm11-6a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Z",
549
+ clipRule: "evenodd"
550
+ }
551
+ )
552
+ );
553
+ }
554
+ );
555
+ IconAndroidShare[designSystemBaseIcon.iconSymbol] = true;
556
+
529
557
  const IconArrowArcLeft = react.forwardRef(
530
558
  ({ size = "medium", ...props }, forwardRef2) => {
531
559
  const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
@@ -2160,6 +2188,32 @@ const IconBoxCaptions = react.forwardRef(
2160
2188
  );
2161
2189
  IconBoxCaptions[designSystemBaseIcon.iconSymbol] = true;
2162
2190
 
2191
+ const IconBoxLinesTextarea = react.forwardRef(
2192
+ ({ size = "medium", ...props }, forwardRef2) => {
2193
+ const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
2194
+ return react.createElement(
2195
+ StyledIcon,
2196
+ {
2197
+ ...props,
2198
+ debug,
2199
+ "aria-hidden": true,
2200
+ size,
2201
+ viewBox: "0 0 24 24",
2202
+ fill: "none",
2203
+ ref: forwardRef2
2204
+ },
2205
+ /* @__PURE__ */ jsxRuntime.jsx(
2206
+ "path",
2207
+ {
2208
+ fill: "currentColor",
2209
+ d: "M3 6v13h18V6H3Zm16 6v2H5v-2h14Zm-3-4v2H5V8h11Zm7 11a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h18a2 2 0 0 1 2 2v13Z"
2210
+ }
2211
+ )
2212
+ );
2213
+ }
2214
+ );
2215
+ IconBoxLinesTextarea[designSystemBaseIcon.iconSymbol] = true;
2216
+
2163
2217
  const IconBracketClose = react.forwardRef(
2164
2218
  ({ size = "medium", ...props }, forwardRef2) => {
2165
2219
  const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
@@ -2316,6 +2370,32 @@ const IconBracketsCurlyCirclesThree = react.forwardRef(
2316
2370
  );
2317
2371
  IconBracketsCurlyCirclesThree[designSystemBaseIcon.iconSymbol] = true;
2318
2372
 
2373
+ const IconBriefcase = react.forwardRef(
2374
+ ({ size = "medium", ...props }, forwardRef2) => {
2375
+ const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
2376
+ return react.createElement(
2377
+ StyledIcon,
2378
+ {
2379
+ ...props,
2380
+ debug,
2381
+ "aria-hidden": true,
2382
+ size,
2383
+ viewBox: "0 0 24 24",
2384
+ fill: "none",
2385
+ ref: forwardRef2
2386
+ },
2387
+ /* @__PURE__ */ jsxRuntime.jsx(
2388
+ "path",
2389
+ {
2390
+ fill: "currentColor",
2391
+ d: "m20 12.54-7.594 3.374h-.812L4 12.54V17a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-4.46ZM13.5 10v2h-3v-2h3ZM20 9a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v1.35l8 3.555 8-3.555V9Zm-5-4a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v1h6V5Zm2 1h2a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V9a3 3 0 0 1 3-3h2V5a3 3 0 0 1 3-3h4a3 3 0 0 1 3 3v1Z"
2392
+ }
2393
+ )
2394
+ );
2395
+ }
2396
+ );
2397
+ IconBriefcase[designSystemBaseIcon.iconSymbol] = true;
2398
+
2319
2399
  const IconBrowser = react.forwardRef(
2320
2400
  ({ size = "medium", ...props }, forwardRef2) => {
2321
2401
  const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
@@ -2666,6 +2746,32 @@ const IconCardsPoker = react.forwardRef(
2666
2746
  );
2667
2747
  IconCardsPoker[designSystemBaseIcon.iconSymbol] = true;
2668
2748
 
2749
+ const IconChartBarXSimple = react.forwardRef(
2750
+ ({ size = "medium", ...props }, forwardRef2) => {
2751
+ const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
2752
+ return react.createElement(
2753
+ StyledIcon,
2754
+ {
2755
+ ...props,
2756
+ debug,
2757
+ "aria-hidden": true,
2758
+ size,
2759
+ viewBox: "0 0 24 24",
2760
+ fill: "none",
2761
+ ref: forwardRef2
2762
+ },
2763
+ /* @__PURE__ */ jsxRuntime.jsx(
2764
+ "path",
2765
+ {
2766
+ fill: "currentColor",
2767
+ d: "M5 4v2h14V4H5Zm16 2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v2ZM5 18v2h5v-2H5Zm7 2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-2a2 2 0 0 1 2-2h5a2 2 0 0 1 2 2v2Zm-7-9v2h9v-2H5Zm11 2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-2a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v2Z"
2768
+ }
2769
+ )
2770
+ );
2771
+ }
2772
+ );
2773
+ IconChartBarXSimple[designSystemBaseIcon.iconSymbol] = true;
2774
+
2669
2775
  const IconChartBarYSimple = react.forwardRef(
2670
2776
  ({ size = "medium", ...props }, forwardRef2) => {
2671
2777
  const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
@@ -3500,6 +3606,32 @@ const IconCircleCorners = react.forwardRef(
3500
3606
  );
3501
3607
  IconCircleCorners[designSystemBaseIcon.iconSymbol] = true;
3502
3608
 
3609
+ const IconCircleDashedLoop = react.forwardRef(
3610
+ ({ size = "medium", ...props }, forwardRef2) => {
3611
+ const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
3612
+ return react.createElement(
3613
+ StyledIcon,
3614
+ {
3615
+ ...props,
3616
+ debug,
3617
+ "aria-hidden": true,
3618
+ size,
3619
+ viewBox: "0 0 24 24",
3620
+ fill: "none",
3621
+ ref: forwardRef2
3622
+ },
3623
+ /* @__PURE__ */ jsxRuntime.jsx(
3624
+ "path",
3625
+ {
3626
+ fill: "currentColor",
3627
+ d: "M11.5 6.022A5.998 5.998 0 0 0 6.022 11.5H4.018A7.998 7.998 0 0 1 11.5 4.017v2.005Zm1-2.005a7.998 7.998 0 0 1 7.482 7.483h-2.005A5.998 5.998 0 0 0 12.5 6.022V4.017ZM6.022 12.5a5.999 5.999 0 0 0 11.956 0h2.004a7.98 7.98 0 0 1-2.694 5.5l-.022.019c-.068.06-.137.118-.207.175l-.054.044a7.84 7.84 0 0 1-.215.165l-.087.066a7.876 7.876 0 0 1-.5.336 7.406 7.406 0 0 1-.321.188l-.072.04a8.103 8.103 0 0 1-.558.276l-.108.046a8.17 8.17 0 0 1-.227.094l-.117.044c-.079.03-.157.058-.237.085-.027.01-.055.018-.083.027a8.151 8.151 0 0 1-.415.123 5.042 5.042 0 0 1-.176.046c-.063.016-.127.029-.19.042-.066.014-.13.029-.196.041-.037.008-.074.013-.111.02-.087.015-.174.03-.262.043-.033.005-.067.007-.1.012-.09.011-.18.022-.27.03-.066.007-.132.01-.198.015-.058.005-.115.01-.173.013-.13.006-.259.01-.389.01H3v-2h3.712a7.98 7.98 0 0 1-2.694-5.5h2.004ZM21 20h-4.878a9.03 9.03 0 0 0 2.585-2H21v2Z"
3628
+ }
3629
+ )
3630
+ );
3631
+ }
3632
+ );
3633
+ IconCircleDashedLoop[designSystemBaseIcon.iconSymbol] = true;
3634
+
3503
3635
  const IconCircleDashed = react.forwardRef(
3504
3636
  ({ size = "medium", ...props }, forwardRef2) => {
3505
3637
  const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
@@ -6114,6 +6246,32 @@ const IconFlip = react.forwardRef(
6114
6246
  );
6115
6247
  IconFlip[designSystemBaseIcon.iconSymbol] = true;
6116
6248
 
6249
+ const IconFolderFilled = react.forwardRef(
6250
+ ({ size = "medium", ...props }, forwardRef2) => {
6251
+ const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
6252
+ return react.createElement(
6253
+ StyledIcon,
6254
+ {
6255
+ ...props,
6256
+ debug,
6257
+ "aria-hidden": true,
6258
+ size,
6259
+ viewBox: "0 0 24 24",
6260
+ fill: "none",
6261
+ ref: forwardRef2
6262
+ },
6263
+ /* @__PURE__ */ jsxRuntime.jsx(
6264
+ "path",
6265
+ {
6266
+ fill: "currentColor",
6267
+ d: "M16 7v2.5h3V7h-3ZM4 19h16v-7.5h-6l-.759-.35-1.006-1.172L10.541 8H4.81a.81.81 0 0 0-.81.81V19ZM6 4v2h5.031l.764.356 1.97 2.333.235.275V4H6Zm10 1h3a2 2 0 0 1 2 2v2.5l1 1V20l-1 1H3l-1-1V8.81a2.81 2.81 0 0 1 2-2.69V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v1Z"
6268
+ }
6269
+ )
6270
+ );
6271
+ }
6272
+ );
6273
+ IconFolderFilled[designSystemBaseIcon.iconSymbol] = true;
6274
+
6117
6275
  const IconFolder = react.forwardRef(
6118
6276
  ({ size = "medium", ...props }, forwardRef2) => {
6119
6277
  const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
@@ -6985,7 +7143,7 @@ const IconImageSparkle = react.forwardRef(
6985
7143
  {
6986
7144
  fill: "currentColor",
6987
7145
  fillRule: "evenodd",
6988
- d: "M12 2v2H5a1 1 0 0 0-1 1v9.148l2.219-2.773L7 11h2l.747.336L17.448 20H19a1 1 0 0 0 1-1v-7h2v7a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h7ZM4 17.352V19a1 1 0 0 0 1 1h9.773l-6.221-7h-1.07L4 17.352ZM15.79 3.599c.19-.798 1.353-.8 1.543 0l.015.083.025.149a3.651 3.651 0 0 0 3.068 2.943c.906.13.911 1.443 0 1.574a3.651 3.651 0 0 0-3.093 3.093c-.131.911-1.443.906-1.574 0a3.651 3.651 0 0 0-3.092-3.093c-.91-.131-.908-1.443 0-1.574l.149-.024a3.652 3.652 0 0 0 2.943-3.068l.016-.083Z",
7146
+ d: "M12 2v2H5a1 1 0 0 0-1 1v9.148l2.219-2.773L7 11h2l.747.336L17.448 20H19a1 1 0 0 0 1-1v-7h2v7a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h7ZM4 17.352V19a1 1 0 0 0 1 1h9.773l-6.221-7h-1.07L4 17.352ZM19.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.5Z",
6989
7147
  clipRule: "evenodd"
6990
7148
  }
6991
7149
  )
@@ -7098,6 +7256,32 @@ const IconInformationMarkCircle = react.forwardRef(
7098
7256
  );
7099
7257
  IconInformationMarkCircle[designSystemBaseIcon.iconSymbol] = true;
7100
7258
 
7259
+ const IconInsightsSearch = react.forwardRef(
7260
+ ({ size = "medium", ...props }, forwardRef2) => {
7261
+ const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
7262
+ return react.createElement(
7263
+ StyledIcon,
7264
+ {
7265
+ ...props,
7266
+ debug,
7267
+ "aria-hidden": true,
7268
+ size,
7269
+ viewBox: "0 0 24 24",
7270
+ fill: "none",
7271
+ ref: forwardRef2
7272
+ },
7273
+ /* @__PURE__ */ jsxRuntime.jsx(
7274
+ "path",
7275
+ {
7276
+ fill: "currentColor",
7277
+ d: "M19.75 17.375a2.375 2.375 0 1 0-4.75 0 2.375 2.375 0 0 0 4.75 0ZM15 10v2h-5v-2h5Zm5.585-5a1 1 0 0 0-.897-.995L19.585 4h-10a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1H11v2H9.585a3 3 0 0 1-3-3V8.65l-1.758.309a1.001 1.001 0 0 0-.811 1.16l1.736 9.847a1 1 0 0 0 1.158.811l4.925-.868.347 1.97-4.924.868a3 3 0 0 1-3.476-2.433l-1.736-9.85A3 3 0 0 1 4.48 6.99l2.105-.372V5a3 3 0 0 1 3-3h10l.154.004A3 3 0 0 1 22.585 5v7h-2V5ZM19 6v2h-9V6h9Zm2.75 11.375c0 .846-.24 1.635-.656 2.305l2.613 2.613-1.414 1.414-2.614-2.614a4.375 4.375 0 1 1 2.071-3.718Z"
7278
+ }
7279
+ )
7280
+ );
7281
+ }
7282
+ );
7283
+ IconInsightsSearch[designSystemBaseIcon.iconSymbol] = true;
7284
+
7101
7285
  const IconInsights = react.forwardRef(
7102
7286
  ({ size = "medium", ...props }, forwardRef2) => {
7103
7287
  const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
@@ -7126,6 +7310,32 @@ const IconInsights = react.forwardRef(
7126
7310
  );
7127
7311
  IconInsights[designSystemBaseIcon.iconSymbol] = true;
7128
7312
 
7313
+ const IconIosShare = react.forwardRef(
7314
+ ({ size = "medium", ...props }, forwardRef2) => {
7315
+ const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
7316
+ return react.createElement(
7317
+ StyledIcon,
7318
+ {
7319
+ ...props,
7320
+ debug,
7321
+ "aria-hidden": true,
7322
+ size,
7323
+ viewBox: "0 0 24 24",
7324
+ fill: "none",
7325
+ ref: forwardRef2
7326
+ },
7327
+ /* @__PURE__ */ jsxRuntime.jsx(
7328
+ "path",
7329
+ {
7330
+ fill: "currentColor",
7331
+ d: "m12.707.293 4 4-1.414 1.414L13 3.414V13h-2V3.414L8.707 5.707 7.293 4.293l4-4h1.414ZM3 19V9a2 2 0 0 1 2-2h4v2H5v10h14V9h-4V7h4a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2Z"
7332
+ }
7333
+ )
7334
+ );
7335
+ }
7336
+ );
7337
+ IconIosShare[designSystemBaseIcon.iconSymbol] = true;
7338
+
7129
7339
  const IconKanban = react.forwardRef(
7130
7340
  ({ size = "medium", ...props }, forwardRef2) => {
7131
7341
  const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
@@ -8068,6 +8278,32 @@ const IconMagnifyingGlass = react.forwardRef(
8068
8278
  );
8069
8279
  IconMagnifyingGlass[designSystemBaseIcon.iconSymbol] = true;
8070
8280
 
8281
+ const IconMapUser = react.forwardRef(
8282
+ ({ size = "medium", ...props }, forwardRef2) => {
8283
+ const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
8284
+ return react.createElement(
8285
+ StyledIcon,
8286
+ {
8287
+ ...props,
8288
+ debug,
8289
+ "aria-hidden": true,
8290
+ size,
8291
+ viewBox: "0 0 24 24",
8292
+ fill: "none",
8293
+ ref: forwardRef2
8294
+ },
8295
+ /* @__PURE__ */ jsxRuntime.jsx(
8296
+ "path",
8297
+ {
8298
+ fill: "currentColor",
8299
+ d: "M7 13a1 1 0 1 0-2 0 1 1 0 0 0 2 0Zm2 0a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm-3 4a4.97 4.97 0 0 1 4.94 4.414l.054.474-1.988.224-.053-.474a2.972 2.972 0 0 0-5.906 0l-.053.474-1.988-.224.054-.474A4.972 4.972 0 0 1 6 17ZM9.316 3.052 15 4.946l5.684-1.894L22 4v14.5l-.615.923-6 2.5h-.77l-2.25-.938.77-1.845.75.312.115.048V6.72L9 5.054 4 6.72V8H2V6l.684-.948 6-2h.632ZM16 6.72V19.5l4-1.667V5.387L16 6.72Z"
8300
+ }
8301
+ )
8302
+ );
8303
+ }
8304
+ );
8305
+ IconMapUser[designSystemBaseIcon.iconSymbol] = true;
8306
+
8071
8307
  const IconMap = react.forwardRef(
8072
8308
  ({ size = "medium", ...props }, forwardRef2) => {
8073
8309
  const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
@@ -8094,6 +8330,32 @@ const IconMap = react.forwardRef(
8094
8330
  );
8095
8331
  IconMap[designSystemBaseIcon.iconSymbol] = true;
8096
8332
 
8333
+ const IconMeasurePencil = react.forwardRef(
8334
+ ({ size = "medium", ...props }, forwardRef2) => {
8335
+ const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
8336
+ return react.createElement(
8337
+ StyledIcon,
8338
+ {
8339
+ ...props,
8340
+ debug,
8341
+ "aria-hidden": true,
8342
+ size,
8343
+ viewBox: "0 0 24 24",
8344
+ fill: "none",
8345
+ ref: forwardRef2
8346
+ },
8347
+ /* @__PURE__ */ jsxRuntime.jsx(
8348
+ "path",
8349
+ {
8350
+ fill: "currentColor",
8351
+ d: "M19.707 19.293 19 21H4l-1-1V5l1.707-.707 15 15ZM5 11h2v2H5v2h2v2H5v2h11.586L5 7.414V11Zm4.793-8.207a3.121 3.121 0 0 1 4.414 0l6.964 6.964.81 4.046-1.177 1.177-3.75-.75-.297-.058-.214-.215-6.75-6.75a3.121 3.121 0 0 1 0-4.414ZM13.414 8l4.328 4.328 1.983.396-.397-1.982L15 6.414 13.414 8Zm-.621-3.793a1.122 1.122 0 0 0-1.586 1.586l.793.793L13.586 5l-.793-.793Z"
8352
+ }
8353
+ )
8354
+ );
8355
+ }
8356
+ );
8357
+ IconMeasurePencil[designSystemBaseIcon.iconSymbol] = true;
8358
+
8097
8359
  const IconMegaphone = react.forwardRef(
8098
8360
  ({ size = "medium", ...props }, forwardRef2) => {
8099
8361
  const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
@@ -8250,6 +8512,34 @@ const IconMinus = react.forwardRef(
8250
8512
  );
8251
8513
  IconMinus[designSystemBaseIcon.iconSymbol] = true;
8252
8514
 
8515
+ const IconMiroMark = react.forwardRef(
8516
+ ({ size = "medium", ...props }, forwardRef2) => {
8517
+ const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
8518
+ return react.createElement(
8519
+ StyledIcon,
8520
+ {
8521
+ ...props,
8522
+ debug,
8523
+ "aria-hidden": true,
8524
+ size,
8525
+ viewBox: "0 0 24 24",
8526
+ fill: "none",
8527
+ ref: forwardRef2
8528
+ },
8529
+ /* @__PURE__ */ jsxRuntime.jsx(
8530
+ "path",
8531
+ {
8532
+ fill: "currentColor",
8533
+ fillRule: "evenodd",
8534
+ d: "M16.17 3h-2.633l2.195 3.857L10.902 3H8.268l2.415 4.714L5.634 3H3l2.634 6L3 21h2.634l5.049-12.857L8.268 21h2.634l4.83-13.714L13.537 21h2.634L21 6l-4.83-3Z",
8535
+ clipRule: "evenodd"
8536
+ }
8537
+ )
8538
+ );
8539
+ }
8540
+ );
8541
+ IconMiroMark[designSystemBaseIcon.iconSymbol] = true;
8542
+
8253
8543
  const IconMobile = react.forwardRef(
8254
8544
  ({ size = "medium", ...props }, forwardRef2) => {
8255
8545
  const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
@@ -11524,6 +11814,32 @@ const IconScissors = react.forwardRef(
11524
11814
  );
11525
11815
  IconScissors[designSystemBaseIcon.iconSymbol] = true;
11526
11816
 
11817
+ const IconScreenUser = react.forwardRef(
11818
+ ({ size = "medium", ...props }, forwardRef2) => {
11819
+ const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
11820
+ return react.createElement(
11821
+ StyledIcon,
11822
+ {
11823
+ ...props,
11824
+ debug,
11825
+ "aria-hidden": true,
11826
+ size,
11827
+ viewBox: "0 0 24 24",
11828
+ fill: "none",
11829
+ ref: forwardRef2
11830
+ },
11831
+ /* @__PURE__ */ jsxRuntime.jsx(
11832
+ "path",
11833
+ {
11834
+ fill: "currentColor",
11835
+ d: "M22 19v2H2v-2h20Zm-10-6a4.972 4.972 0 0 1 4.564 3H19a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h2.437A4.972 4.972 0 0 1 12 13Zm0 2c-.878 0-1.673.385-2.22 1h4.44A2.965 2.965 0 0 0 12 15Zm1-6a1 1 0 1 0-2 0 1 1 0 0 0 2 0Zm2 0a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm7 6a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v9Z"
11836
+ }
11837
+ )
11838
+ );
11839
+ }
11840
+ );
11841
+ IconScreenUser[designSystemBaseIcon.iconSymbol] = true;
11842
+
11527
11843
  const IconScrollbarXy = react.forwardRef(
11528
11844
  ({ size = "medium", ...props }, forwardRef2) => {
11529
11845
  const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
@@ -11820,6 +12136,32 @@ const IconShieldLock = react.forwardRef(
11820
12136
  );
11821
12137
  IconShieldLock[designSystemBaseIcon.iconSymbol] = true;
11822
12138
 
12139
+ const IconShoppingBag = react.forwardRef(
12140
+ ({ size = "medium", ...props }, forwardRef2) => {
12141
+ const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
12142
+ return react.createElement(
12143
+ StyledIcon,
12144
+ {
12145
+ ...props,
12146
+ debug,
12147
+ "aria-hidden": true,
12148
+ size,
12149
+ viewBox: "0 0 24 24",
12150
+ fill: "none",
12151
+ ref: forwardRef2
12152
+ },
12153
+ /* @__PURE__ */ jsxRuntime.jsx(
12154
+ "path",
12155
+ {
12156
+ fill: "currentColor",
12157
+ d: "M13.5 5.5a1.5 1.5 0 1 0-3 0v1h3v-1Zm-8.426 15h13.852l-.857-12H5.93l-.857 12Zm3.425-9V10h2v1.5a1.5 1.5 0 0 0 3 0V10h2v1.5a3.5 3.5 0 1 1-7 0Zm7-5h2.57a2 2 0 0 1 1.995 1.857l.856 12a2 2 0 0 1-1.994 2.143H5.074a2 2 0 0 1-1.996-2.143l.858-12A2 2 0 0 1 5.93 6.5h2.568v-1a3.5 3.5 0 0 1 7 0v1Z"
12158
+ }
12159
+ )
12160
+ );
12161
+ }
12162
+ );
12163
+ IconShoppingBag[designSystemBaseIcon.iconSymbol] = true;
12164
+
11823
12165
  const IconShuffle = react.forwardRef(
11824
12166
  ({ size = "medium", ...props }, forwardRef2) => {
11825
12167
  const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
@@ -13988,6 +14330,32 @@ const IconTag = react.forwardRef(
13988
14330
  );
13989
14331
  IconTag[designSystemBaseIcon.iconSymbol] = true;
13990
14332
 
14333
+ const IconTargetArrow = react.forwardRef(
14334
+ ({ size = "medium", ...props }, forwardRef2) => {
14335
+ const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
14336
+ return react.createElement(
14337
+ StyledIcon,
14338
+ {
14339
+ ...props,
14340
+ debug,
14341
+ "aria-hidden": true,
14342
+ size,
14343
+ viewBox: "0 0 24 24",
14344
+ fill: "none",
14345
+ ref: forwardRef2
14346
+ },
14347
+ /* @__PURE__ */ jsxRuntime.jsx(
14348
+ "path",
14349
+ {
14350
+ fill: "currentColor",
14351
+ d: "M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10v-2a8 8 0 1 1 8-8h2c0-5.523-4.477-10-10-10Zm0 5a5 5 0 0 0 0 10v-2a3 3 0 1 1 3-3h2a5 5 0 0 0-5-5Zm.707 4.293L17.414 16H20v2h-2v2h-2v-2.585l-4.707-4.708 1.414-1.414Z"
14352
+ }
14353
+ )
14354
+ );
14355
+ }
14356
+ );
14357
+ IconTargetArrow[designSystemBaseIcon.iconSymbol] = true;
14358
+
13991
14359
  const IconTasks = react.forwardRef(
13992
14360
  ({ size = "medium", ...props }, forwardRef2) => {
13993
14361
  const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
@@ -14762,6 +15130,32 @@ const IconTimelineFormat = react.forwardRef(
14762
15130
  );
14763
15131
  IconTimelineFormat[designSystemBaseIcon.iconSymbol] = true;
14764
15132
 
15133
+ const IconTimelineLocation = react.forwardRef(
15134
+ ({ size = "medium", ...props }, forwardRef2) => {
15135
+ const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
15136
+ return react.createElement(
15137
+ StyledIcon,
15138
+ {
15139
+ ...props,
15140
+ debug,
15141
+ "aria-hidden": true,
15142
+ size,
15143
+ viewBox: "0 0 24 24",
15144
+ fill: "none",
15145
+ ref: forwardRef2
15146
+ },
15147
+ /* @__PURE__ */ jsxRuntime.jsx(
15148
+ "path",
15149
+ {
15150
+ fill: "currentColor",
15151
+ d: "M2 19v-2a2 2 0 0 1 2-2h7v2H4v2h16v-4a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2ZM15.476 4a5.46 5.46 0 0 1 4.733 2.724l.188.345v.003c.803 1.632.82 3.482-.045 5.055l-.001-.001c-.366.675-1.273 1.896-2.043 2.899a109.54 109.54 0 0 1-1.599 2.028l-.448.567-1.554.019-.473-.569-.005-.007c-.15-.184-.896-1.1-1.68-2.119-.756-.982-1.636-2.175-1.98-2.868-.643-1.291-.741-2.824-.293-4.223l.002-.006c.461-1.406 1.41-2.57 2.726-3.241A5.312 5.312 0 0 1 15.476 4Zm0 2c-.547 0-1.06.126-1.552.38l-.007.004c-.816.415-1.43 1.145-1.738 2.086a3.68 3.68 0 0 0 .11 2.563l.07.154c.24.481.981 1.507 1.775 2.539a93.933 93.933 0 0 0 1.329 1.682c.293-.366.764-.958 1.259-1.602.806-1.05 1.602-2.135 1.873-2.636l.005-.008c.524-.953.542-2.11.002-3.207A3.47 3.47 0 0 0 15.476 6ZM17.5 9.5a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"
15152
+ }
15153
+ )
15154
+ );
15155
+ }
15156
+ );
15157
+ IconTimelineLocation[designSystemBaseIcon.iconSymbol] = true;
15158
+
14765
15159
  const IconTimer = react.forwardRef(
14766
15160
  ({ size = "medium", ...props }, forwardRef2) => {
14767
15161
  const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
@@ -15460,6 +15854,32 @@ const IconUserPenLineBottom = react.forwardRef(
15460
15854
  );
15461
15855
  IconUserPenLineBottom[designSystemBaseIcon.iconSymbol] = true;
15462
15856
 
15857
+ const IconUserSparkle = react.forwardRef(
15858
+ ({ size = "medium", ...props }, forwardRef2) => {
15859
+ const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
15860
+ return react.createElement(
15861
+ StyledIcon,
15862
+ {
15863
+ ...props,
15864
+ debug,
15865
+ "aria-hidden": true,
15866
+ size,
15867
+ viewBox: "0 0 24 24",
15868
+ fill: "none",
15869
+ ref: forwardRef2
15870
+ },
15871
+ /* @__PURE__ */ jsxRuntime.jsx(
15872
+ "path",
15873
+ {
15874
+ fill: "currentColor",
15875
+ d: "M9.45 7.5a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0Zm-2 0a4.5 4.5 0 1 0 9 0 4.5 4.5 0 0 0-9 0Zm4.5 5.5a7.077 7.077 0 0 0-7.042 6.373L4.755 20.9l1.99.2.153-1.528A5.077 5.077 0 0 1 11.95 15v-2Zm6.3 0A3.75 3.75 0 0 0 22 16.75v1.5A3.75 3.75 0 0 0 18.25 22h-1.5A3.75 3.75 0 0 0 13 18.25v-1.5A3.75 3.75 0 0 0 16.75 13h1.5Z"
15876
+ }
15877
+ )
15878
+ );
15879
+ }
15880
+ );
15881
+ IconUserSparkle[designSystemBaseIcon.iconSymbol] = true;
15882
+
15463
15883
  const IconUserTickDown = react.forwardRef(
15464
15884
  ({ size = "medium", ...props }, forwardRef2) => {
15465
15885
  const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
@@ -16054,6 +16474,32 @@ const IconWifi = react.forwardRef(
16054
16474
  );
16055
16475
  IconWifi[designSystemBaseIcon.iconSymbol] = true;
16056
16476
 
16477
+ const IconWordCloud = react.forwardRef(
16478
+ ({ size = "medium", ...props }, forwardRef2) => {
16479
+ const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
16480
+ return react.createElement(
16481
+ StyledIcon,
16482
+ {
16483
+ ...props,
16484
+ debug,
16485
+ "aria-hidden": true,
16486
+ size,
16487
+ viewBox: "0 0 24 24",
16488
+ fill: "none",
16489
+ ref: forwardRef2
16490
+ },
16491
+ /* @__PURE__ */ jsxRuntime.jsx(
16492
+ "path",
16493
+ {
16494
+ fill: "currentColor",
16495
+ d: "M19 12a2 2 0 0 0-2-2H7a2 2 0 1 0 0 4h10a2 2 0 0 0 2-2Zm2 0a4 4 0 0 1-4 4H7a4 4 0 0 1 0-8h10a4 4 0 0 1 4 4Zm-3 7.5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 .5-.5Zm2 0a2.5 2.5 0 0 1-2.5 2.5h-5a2.5 2.5 0 0 1 0-5h5a2.5 2.5 0 0 1 2.5 2.5Zm-13 0a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0 0 1h1a.5.5 0 0 0 .5-.5Zm2 0A2.5 2.5 0 0 1 6.5 22h-1a2.5 2.5 0 0 1 0-5h1A2.5 2.5 0 0 1 9 19.5Zm5-15a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0 0 1h3a.5.5 0 0 0 .5-.5Zm2 0A2.5 2.5 0 0 1 13.5 7h-3a2.5 2.5 0 0 1 0-5h3A2.5 2.5 0 0 1 16 4.5Z"
16496
+ }
16497
+ )
16498
+ );
16499
+ }
16500
+ );
16501
+ IconWordCloud[designSystemBaseIcon.iconSymbol] = true;
16502
+
16057
16503
  exports.IconActivity = IconActivity;
16058
16504
  exports.IconActivitySparkle = IconActivitySparkle;
16059
16505
  exports.IconAddLineBottom = IconAddLineBottom;
@@ -16073,6 +16519,7 @@ exports.IconAlignTopGroup = IconAlignTopGroup;
16073
16519
  exports.IconAlignmentScale = IconAlignmentScale;
16074
16520
  exports.IconAltText = IconAltText;
16075
16521
  exports.IconAltTextUnderline = IconAltTextUnderline;
16522
+ exports.IconAndroidShare = IconAndroidShare;
16076
16523
  exports.IconArrowArcLeft = IconArrowArcLeft;
16077
16524
  exports.IconArrowArcRight = IconArrowArcRight;
16078
16525
  exports.IconArrowBendUpLeft = IconArrowBendUpLeft;
@@ -16135,12 +16582,14 @@ exports.IconBookOpenInfo = IconBookOpenInfo;
16135
16582
  exports.IconBookmark = IconBookmark;
16136
16583
  exports.IconBoxCaptions = IconBoxCaptions;
16137
16584
  exports.IconBoxCaptionsFilled = IconBoxCaptionsFilled;
16585
+ exports.IconBoxLinesTextarea = IconBoxLinesTextarea;
16138
16586
  exports.IconBracketClose = IconBracketClose;
16139
16587
  exports.IconBracketCurlyLeft = IconBracketCurlyLeft;
16140
16588
  exports.IconBracketCurlyRight = IconBracketCurlyRight;
16141
16589
  exports.IconBracketOpen = IconBracketOpen;
16142
16590
  exports.IconBracketsAngleSlash = IconBracketsAngleSlash;
16143
16591
  exports.IconBracketsCurlyCirclesThree = IconBracketsCurlyCirclesThree;
16592
+ exports.IconBriefcase = IconBriefcase;
16144
16593
  exports.IconBrowser = IconBrowser;
16145
16594
  exports.IconBrush = IconBrush;
16146
16595
  exports.IconCalendarBlank = IconCalendarBlank;
@@ -16154,6 +16603,7 @@ exports.IconCard = IconCard;
16154
16603
  exports.IconCardCircles = IconCardCircles;
16155
16604
  exports.IconCardNumberThree = IconCardNumberThree;
16156
16605
  exports.IconCardsPoker = IconCardsPoker;
16606
+ exports.IconChartBarXSimple = IconChartBarXSimple;
16157
16607
  exports.IconChartBarY = IconChartBarY;
16158
16608
  exports.IconChartBarYSimple = IconChartBarYSimple;
16159
16609
  exports.IconChartLine = IconChartLine;
@@ -16188,6 +16638,7 @@ exports.IconChevronUpDownLine = IconChevronUpDownLine;
16188
16638
  exports.IconCircle = IconCircle;
16189
16639
  exports.IconCircleCorners = IconCircleCorners;
16190
16640
  exports.IconCircleDashed = IconCircleDashed;
16641
+ exports.IconCircleDashedLoop = IconCircleDashedLoop;
16191
16642
  exports.IconCircleFullCheck = IconCircleFullCheck;
16192
16643
  exports.IconCircleHalfFill = IconCircleHalfFill;
16193
16644
  exports.IconCircleMotionX = IconCircleMotionX;
@@ -16285,6 +16736,7 @@ exports.IconFlask = IconFlask;
16285
16736
  exports.IconFlip = IconFlip;
16286
16737
  exports.IconFlipCard = IconFlipCard;
16287
16738
  exports.IconFolder = IconFolder;
16739
+ exports.IconFolderFilled = IconFolderFilled;
16288
16740
  exports.IconFormula = IconFormula;
16289
16741
  exports.IconFrame = IconFrame;
16290
16742
  exports.IconFrameLinesTwo = IconFrameLinesTwo;
@@ -16322,6 +16774,8 @@ exports.IconIndentLeft = IconIndentLeft;
16322
16774
  exports.IconIndentRight = IconIndentRight;
16323
16775
  exports.IconInformationMarkCircle = IconInformationMarkCircle;
16324
16776
  exports.IconInsights = IconInsights;
16777
+ exports.IconInsightsSearch = IconInsightsSearch;
16778
+ exports.IconIosShare = IconIosShare;
16325
16779
  exports.IconKanban = IconKanban;
16326
16780
  exports.IconKey = IconKey;
16327
16781
  exports.IconKeycap = IconKeycap;
@@ -16359,12 +16813,15 @@ exports.IconMagnifyingGlassLightning = IconMagnifyingGlassLightning;
16359
16813
  exports.IconMagnifyingGlassMinus = IconMagnifyingGlassMinus;
16360
16814
  exports.IconMagnifyingGlassPlus = IconMagnifyingGlassPlus;
16361
16815
  exports.IconMap = IconMap;
16816
+ exports.IconMapUser = IconMapUser;
16817
+ exports.IconMeasurePencil = IconMeasurePencil;
16362
16818
  exports.IconMegaphone = IconMegaphone;
16363
16819
  exports.IconMermaid = IconMermaid;
16364
16820
  exports.IconMicLinesDot = IconMicLinesDot;
16365
16821
  exports.IconMicrophone = IconMicrophone;
16366
16822
  exports.IconMicrophoneSlash = IconMicrophoneSlash;
16367
16823
  exports.IconMinus = IconMinus;
16824
+ exports.IconMiroMark = IconMiroMark;
16368
16825
  exports.IconMobile = IconMobile;
16369
16826
  exports.IconMonitor = IconMonitor;
16370
16827
  exports.IconMonitorArrow = IconMonitorArrow;
@@ -16488,6 +16945,7 @@ exports.IconRocket = IconRocket;
16488
16945
  exports.IconRss = IconRss;
16489
16946
  exports.IconRssRectangle = IconRssRectangle;
16490
16947
  exports.IconScissors = IconScissors;
16948
+ exports.IconScreenUser = IconScreenUser;
16491
16949
  exports.IconScrollbarXy = IconScrollbarXy;
16492
16950
  exports.IconSelect = IconSelect;
16493
16951
  exports.IconSentiment = IconSentiment;
@@ -16499,6 +16957,7 @@ exports.IconShapesLinesStacked = IconShapesLinesStacked;
16499
16957
  exports.IconShieldCheck = IconShieldCheck;
16500
16958
  exports.IconShieldLock = IconShieldLock;
16501
16959
  exports.IconShieldLockFilled = IconShieldLockFilled;
16960
+ exports.IconShoppingBag = IconShoppingBag;
16502
16961
  exports.IconShuffle = IconShuffle;
16503
16962
  exports.IconSidebarClosed = IconSidebarClosed;
16504
16963
  exports.IconSidebarGlobalClosed = IconSidebarGlobalClosed;
@@ -16580,6 +17039,7 @@ exports.IconTable = IconTable;
16580
17039
  exports.IconTableFormat = IconTableFormat;
16581
17040
  exports.IconTablet = IconTablet;
16582
17041
  exports.IconTag = IconTag;
17042
+ exports.IconTargetArrow = IconTargetArrow;
16583
17043
  exports.IconTasks = IconTasks;
16584
17044
  exports.IconTennisBall = IconTennisBall;
16585
17045
  exports.IconTextAColorSelection = IconTextAColorSelection;
@@ -16609,6 +17069,7 @@ exports.IconThumbsUp = IconThumbsUp;
16609
17069
  exports.IconTickCircle = IconTickCircle;
16610
17070
  exports.IconTicket = IconTicket;
16611
17071
  exports.IconTimelineFormat = IconTimelineFormat;
17072
+ exports.IconTimelineLocation = IconTimelineLocation;
16612
17073
  exports.IconTimer = IconTimer;
16613
17074
  exports.IconToolbar = IconToolbar;
16614
17075
  exports.IconTooltip = IconTooltip;
@@ -16636,6 +17097,7 @@ exports.IconUserMicSlash = IconUserMicSlash;
16636
17097
  exports.IconUserNumberThree = IconUserNumberThree;
16637
17098
  exports.IconUserPenDashesBottom = IconUserPenDashesBottom;
16638
17099
  exports.IconUserPenLineBottom = IconUserPenLineBottom;
17100
+ exports.IconUserSparkle = IconUserSparkle;
16639
17101
  exports.IconUserTickDown = IconUserTickDown;
16640
17102
  exports.IconUsers = IconUsers;
16641
17103
  exports.IconUsersThree = IconUsersThree;
@@ -16657,4 +17119,5 @@ exports.IconWarning = IconWarning;
16657
17119
  exports.IconWidgetColumns = IconWidgetColumns;
16658
17120
  exports.IconWifi = IconWifi;
16659
17121
  exports.IconWifiExclamation = IconWifiExclamation;
17122
+ exports.IconWordCloud = IconWordCloud;
16660
17123
  //# sourceMappingURL=main.js.map