@mirohq/design-system-icons 1.2.0 → 1.4.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 (39) hide show
  1. package/dist/main.js +260 -50
  2. package/dist/main.js.map +1 -1
  3. package/dist/module.js +251 -47
  4. package/dist/module.js.map +1 -1
  5. package/dist/types.d.ts +18 -6
  6. package/package.json +2 -2
  7. package/react/align-bottom.tsx +1 -5
  8. package/react/align-top.tsx +1 -5
  9. package/react/arrow-box-left.tsx +2 -2
  10. package/react/{diagramming-format.tsx → diagramming-shapes.tsx} +2 -2
  11. package/react/index.ts +10 -4
  12. package/react/{video-camera-simple-circle.tsx → mic-lines-dot.tsx} +4 -4
  13. package/react/social-aws.tsx +48 -0
  14. package/react/squares-two-overlap.tsx +4 -2
  15. package/react/{microphone-document.tsx → user-arrow-right.tsx} +6 -8
  16. package/react/user-mic-slash.tsx +40 -0
  17. package/react/user-mic.tsx +44 -0
  18. package/react/{video-camera-simple-mic.tsx → video-camera-dot.tsx} +4 -8
  19. package/react/video-camera-lines-dot.tsx +38 -0
  20. package/react/video-camera-lines.tsx +40 -0
  21. package/react/view-side-right.tsx +39 -0
  22. package/svg/24/align-bottom.svg +1 -1
  23. package/svg/24/align-top.svg +1 -1
  24. package/svg/24/arrow-box-left.svg +1 -1
  25. package/svg/24/mic-lines-dot.svg +2 -0
  26. package/svg/24/social-aws.svg +2 -0
  27. package/svg/24/squares-two-overlap.svg +1 -1
  28. package/svg/24/user-arrow-right.svg +2 -0
  29. package/svg/24/user-mic-slash.svg +2 -0
  30. package/svg/24/user-mic.svg +2 -0
  31. package/svg/24/video-camera-dot.svg +2 -0
  32. package/svg/24/video-camera-lines-dot.svg +2 -0
  33. package/svg/24/video-camera-lines.svg +2 -0
  34. package/svg/24/view-side-right.svg +2 -0
  35. package/svg/meta.json +34 -28
  36. package/svg/24/microphone-document.svg +0 -2
  37. package/svg/24/video-camera-simple-circle.svg +0 -2
  38. package/svg/24/video-camera-simple-mic.svg +0 -2
  39. /package/svg/24/{diagramming-format.svg → diagramming-shapes.svg} +0 -0
package/dist/main.js CHANGED
@@ -187,14 +187,7 @@ const IconAlignBottom = react.forwardRef(
187
187
  "path",
188
188
  {
189
189
  fill: "currentColor",
190
- d: "M3 22v-2h18v2h-18ZM10.9998 16v-12h2v12h-2Z"
191
- }
192
- ),
193
- /* @__PURE__ */ jsxRuntime.jsx(
194
- "path",
195
- {
196
- fill: "currentColor",
197
- d: "m16.293 11.293-4.293 4.2929-4.293-4.2929-1.414 1.414 5 5h1.414l5-5-1.414-1.414Z"
190
+ d: "M3 22v-2h18v2h-18ZM10.9998 4v10.5857l-3.2928-3.2927-1.414 1.414 5 5h1.414l5-5-1.414-1.414-3.2932 3.2932v-10.5862h-2Z"
198
191
  }
199
192
  )
200
193
  );
@@ -376,14 +369,7 @@ const IconAlignTop = react.forwardRef(
376
369
  "path",
377
370
  {
378
371
  fill: "currentColor",
379
- d: "M21 3v2h-18v-2h18ZM13.0002 9v12h-2v-12h2Z"
380
- }
381
- ),
382
- /* @__PURE__ */ jsxRuntime.jsx(
383
- "path",
384
- {
385
- fill: "currentColor",
386
- d: "m7.707 13.707 4.293-4.293 4.293 4.293 1.414-1.414-5-5h-1.414l-5 5 1.414 1.414Z"
372
+ d: "M21 3v2h-18v-2h18ZM16.293 13.707l-3.2928-3.2927v10.5857h-2v-10.5862l-3.2932 3.2932-1.414-1.414 5-5h1.414l5 5-1.414 1.414Z"
387
373
  }
388
374
  )
389
375
  );
@@ -645,14 +631,14 @@ const IconArrowBoxLeft = react.forwardRef(
645
631
  "path",
646
632
  {
647
633
  fill: "currentColor",
648
- d: "m13.7075 12.2932-1.4142 1.4142-10.0003-10.0003 1.4142-1.4142 10.0003 10.0003Z"
634
+ d: "M5.0001 19v-5h2v5c0 .5523.4477 1 1 1h11c.5523 0 1-.4477 1-1v-11c0-.5523-.4477-1-1-1h-5v-2h5c1.6569 0 3 1.3431 3 3v11c0 1.6569-1.3431 3-3 3h-11c-1.6568 0-3-1.3431-3-3Z"
649
635
  }
650
636
  ),
651
637
  /* @__PURE__ */ jsxRuntime.jsx(
652
638
  "path",
653
639
  {
654
640
  fill: "currentColor",
655
- d: "m4.0003 11.0003-.0007-7h7.0006v-1.9998l-7.9998-.0007-1 1v8.0005h1.9999ZM5.0001 19v-5h2v5c0 .5523.4477 1 1 1h11c.5523 0 1-.4477 1-1v-11c0-.5523-.4477-1-1-1h-5v-2h5c1.6569 0 3 1.3431 3 3v11c0 1.6569-1.3431 3-3 3h-11c-1.6568 0-3-1.3431-3-3Z"
641
+ d: "m4.0003 11.0003-.0006-5.5865 8.2936 8.2936 1.4142-1.4142-8.2928-8.2929h5.5855v-1.9998l-7.9998-.0007-1 1v8.0005h1.9999Z"
656
642
  }
657
643
  )
658
644
  );
@@ -5161,7 +5147,7 @@ const IconDiagramCardUser = react.forwardRef(
5161
5147
  );
5162
5148
  IconDiagramCardUser[designSystemBaseIcon.iconSymbol] = true;
5163
5149
 
5164
- const IconDiagrammingFormat = react.forwardRef(
5150
+ const IconDiagrammingShapes = react.forwardRef(
5165
5151
  ({ size = "medium", ...props }, forwardRef2) => {
5166
5152
  const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
5167
5153
  return react.createElement(
@@ -5187,7 +5173,7 @@ const IconDiagrammingFormat = react.forwardRef(
5187
5173
  );
5188
5174
  }
5189
5175
  );
5190
- IconDiagrammingFormat[designSystemBaseIcon.iconSymbol] = true;
5176
+ IconDiagrammingShapes[designSystemBaseIcon.iconSymbol] = true;
5191
5177
 
5192
5178
  const IconDiagramming = react.forwardRef(
5193
5179
  ({ size = "medium", ...props }, forwardRef2) => {
@@ -8290,7 +8276,7 @@ const IconMermaid = react.forwardRef(
8290
8276
  );
8291
8277
  IconMermaid[designSystemBaseIcon.iconSymbol] = true;
8292
8278
 
8293
- const IconMicrophoneDocument = react.forwardRef(
8279
+ const IconMicLinesDot = react.forwardRef(
8294
8280
  ({ size = "medium", ...props }, forwardRef2) => {
8295
8281
  const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
8296
8282
  return react.createElement(
@@ -8308,27 +8294,20 @@ const IconMicrophoneDocument = react.forwardRef(
8308
8294
  "path",
8309
8295
  {
8310
8296
  fill: "currentColor",
8311
- d: "M2 19v-13c0-1.6569 1.3432-3 3-3h8v2h-8c-.5523 0-1 .4477-1 1v13c0 .5523.4477 1 1 1h13c.5523 0 1-.4477 1-1v-4h2v4c0 1.6569-1.3431 3-3 3h-13c-1.6568 0-3-1.3431-3-3Z"
8297
+ d: "M11.5 12c0 2.2937 1.9703 4 4.5 4s4.5-1.7062 4.5-4v-1h2v1c0 3.287-2.5331 5.5844-5.5 6v2h-2v-2c-2.9669-.4156-5.5-2.713-5.5-6v-1h2v1Z"
8312
8298
  }
8313
8299
  ),
8314
8300
  /* @__PURE__ */ jsxRuntime.jsx(
8315
8301
  "path",
8316
8302
  {
8317
8303
  fill: "currentColor",
8318
- d: "M12 12v2h-6v-2h6ZM17 16v2h-11v-2h11ZM21 6.5682v-3.1364c0-.7908-.6716-1.4318-1.5-1.4318s-1.5.641-1.5 1.4318v3.1364c0 .7908.6716 1.4318 1.5 1.4318s1.5-.641 1.5-1.4318Z"
8319
- }
8320
- ),
8321
- /* @__PURE__ */ jsxRuntime.jsx(
8322
- "path",
8323
- {
8324
- fill: "currentColor",
8325
- d: "M15 6.5v-.5h2v.5c0 1.3807 1.1193 2.5 2.5 2.5s2.5-1.1193 2.5-2.5v-.5h2v.5c0 2.1415-1.4962 3.9318-3.5 4.3867v2.1133h-2v-2.1133c-2.0038-.4549-3.5-2.2452-3.5-4.3867Z"
8304
+ d: "M16 4c1.3595 0 2.5 1.2023 2.5 2.5v5c0 1.2977-1.1405 2.5-2.5 2.5s-2.5-1.2023-2.5-2.5v-5c0-1.2977 1.1405-2.5 2.5-2.5ZM6 13h-4v-2h4v2ZM10 9h-8v-2h8v2ZM7 5h-5v-2h5v2ZM10 5h-2v-2h2v2Z"
8326
8305
  }
8327
8306
  )
8328
8307
  );
8329
8308
  }
8330
8309
  );
8331
- IconMicrophoneDocument[designSystemBaseIcon.iconSymbol] = true;
8310
+ IconMicLinesDot[designSystemBaseIcon.iconSymbol] = true;
8332
8311
 
8333
8312
  const IconMicrophoneSlash = react.forwardRef(
8334
8313
  ({ size = "medium", ...props }, forwardRef2) => {
@@ -12884,6 +12863,55 @@ const IconSocialAsana = react.forwardRef(
12884
12863
  );
12885
12864
  IconSocialAsana[designSystemBaseIcon.iconSymbol] = true;
12886
12865
 
12866
+ const IconSocialAws = react.forwardRef(
12867
+ ({ size = "medium", ...props }, forwardRef2) => {
12868
+ const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
12869
+ return react.createElement(
12870
+ StyledIcon,
12871
+ {
12872
+ ...props,
12873
+ debug,
12874
+ "aria-hidden": true,
12875
+ size,
12876
+ viewBox: "0 0 24 24",
12877
+ fill: "none",
12878
+ ref: forwardRef2
12879
+ },
12880
+ /* @__PURE__ */ jsxRuntime.jsx(
12881
+ "path",
12882
+ {
12883
+ fill: "currentColor",
12884
+ d: "M1.0918 15.0115c-.223-.2059.0001-.4806.2461-.3261a21.9053 21.9053 0 0 0 10.8692 2.8886 21.6353 21.6353 0 0 0 8.3007-1.7158c.4119-.1544.755.2854.3545.5772-2.4027 1.779-5.8923 2.7236-8.9013 2.7236a16.1159 16.1159 0 0 1-10.8692-4.1475Z"
12885
+ }
12886
+ ),
12887
+ /* @__PURE__ */ jsxRuntime.jsx(
12888
+ "path",
12889
+ {
12890
+ fill: "currentColor",
12891
+ d: "M19.0205 14.8738c1.3785-.9666 3.6318-.6865 3.8955-.3662.2632.3204-.0684 2.5917-1.3613 3.6729-.1944.1658-.3836.0795-.2978-.1436.2688-.7264.9153-2.3497.6357-2.7451-.3089-.3947-2.0362-.1833-2.8144-.0918-.2346.0286-.2693-.1774-.0577-.3262ZM19.9649 6.0467l.2461.0224.123.0088c.0405.0054.0806.013.1201.0215l.2315.0557.2099.0518.208.0625.1543.0556c.0505.021.1001.0449.1485.0703a.7664.7664 0 0 1 .2236.1836.4134.4134 0 0 1 .0625.2402v.3428l-.0107.1026c-.0212.0872-.0741.1326-.1553.1328a.867.867 0 0 1-.2861-.0918 3.3835 3.3835 0 0 0-1.4073-.2803 1.9247 1.9247 0 0 0-.9726.206.7616.7616 0 0 0-.2207.2364.7594.7594 0 0 0-.1035.3066.7623.7623 0 0 0 .0341.3223.7618.7618 0 0 0 .1651.2783c.2371.1906.5123.3294.8066.4063l1.0352.332a2.2205 2.2205 0 0 1 1.1435.7031c.2253.2932.3448.6548.3379 1.0244a1.8882 1.8882 0 0 1-.166.8467 2.067 2.067 0 0 1-.5723.6465 2.412 2.412 0 0 1-.8115.4063 3.5185 3.5185 0 0 1-1.0244.1425v-.0107a4.9494 4.9494 0 0 1-1.1445-.1318 3.4953 3.4953 0 0 1-.8467-.292.4933.4933 0 0 1-.2227-.2061.5401.5401 0 0 1-.0459-.206v-.3711c0-.1488.0574-.2295.1661-.2295a.3972.3972 0 0 1 .1367 0l.1836.0742c.2596.1121.53.1988.8066.2578l.0488.0078c.2705.0504.5451.0777.8203.0781a1.9934 1.9934 0 0 0 1.0704-.2402.7805.7805 0 0 0 .3945-.6523.7062.7062 0 0 0-.2002-.5088 1.8913 1.8913 0 0 0-.7324-.3838l-1.0635-.337a2.2907 2.2907 0 0 1-1.1445-.7382 1.7573 1.7573 0 0 1-.3946-1.0645 1.6262 1.6262 0 0 1 .1944-.8125c.137-.2224.316-.4163.5263-.5713a2.2904 2.2904 0 0 1 .7608-.3779 3.2579 3.2579 0 0 1 .9209-.126c.082-.0009.1641.0012.2461.0059Z"
12892
+ }
12893
+ ),
12894
+ /* @__PURE__ */ jsxRuntime.jsx(
12895
+ "path",
12896
+ {
12897
+ fill: "currentColor",
12898
+ fillRule: "evenodd",
12899
+ d: "M4.6621 6.0125a2.6318 2.6318 0 0 1 1.9102.5723c.2175.2426.384.5272.4883.836.104.3085.1442.6352.1181.9599l.0059 2.4023a1.9995 1.9995 0 0 0 .086.6524c.0617.1821.1402.3586.2343.5263a.328.328 0 0 1 .0518.166.2807.2807 0 0 1-.045.126l-.0439.0518a.2829.2829 0 0 1-.0537.04l-.458.3028a.3505.3505 0 0 1-.1944.0683.3095.3095 0 0 1-.2177-.1025c-.1-.1029-.187-.218-.2578-.3428-.0744-.1201-.1485-.2637-.2286-.4238a2.7143 2.7143 0 0 1-2.1455 1.0068 1.994 1.994 0 0 1-.788-.1103 1.9933 1.9933 0 0 1-.6817-.4102 1.89 1.89 0 0 1-.417-.6504 1.8887 1.8887 0 0 1-.121-.7627 1.8656 1.8656 0 0 1 .1581-.8262c.115-.2597.2885-.49.5059-.6728a2.65 2.65 0 0 1 1.79-.5723c.2582.0027.5167.0222.7725.0576.2687.04.5721.0916.8408.1602v-.538a1.5964 1.5964 0 0 0-.3428-1.1436 1.673 1.673 0 0 0-1.1904-.3438 3.47 3.47 0 0 0-.789.0977 5.5078 5.5078 0 0 0-.7891.252 1.4313 1.4313 0 0 1-.252.0907.3924.3924 0 0 1-.1142 0c-.103 0-.1553-.0797-.1553-.2285v-.4267a.4818.4818 0 0 1 .0518-.1914c.0345-.0418.0765-.0762.121-.1065l.0792-.0478a5.2346 5.2346 0 0 1 .9267-.332 4.582 4.582 0 0 1 1.1445-.1368Zm-.0459 3.707a1.6661 1.6661 0 0 0-1.0869.2969 1.0212 1.0212 0 0 0-.2803.3779 1.021 1.021 0 0 0-.08.4639 1.0529 1.0529 0 0 0 .0547.416c.0461.1335.1192.2565.2138.3614.1062.0921.2299.1628.3633.207.1334.0441.275.0614.415.0508a2.2902 2.2902 0 0 0 .755-.1319 1.6088 1.6088 0 0 0 .6923-.4687 1.1878 1.1878 0 0 0 .252-.4639 2.5697 2.5697 0 0 0 .0683-.6347v-.3086a5.8132 5.8132 0 0 0-.6806-.1202 5.6956 5.6956 0 0 0-.6866-.0459Z",
12900
+ clipRule: "evenodd"
12901
+ }
12902
+ ),
12903
+ /* @__PURE__ */ jsxRuntime.jsx(
12904
+ "path",
12905
+ {
12906
+ fill: "currentColor",
12907
+ d: "M15.8858 6.201h.7177a.1652.1652 0 0 1 .0362.0078.1614.1614 0 0 1 .1045.1758 1.0696 1.0696 0 0 1 0 .1201l-.0518.1768-1.7793 5.6523a.527.527 0 0 1-.1543.2861l-.0713.0342a.4473.4473 0 0 1-.2314.0225h-.5723a.4645.4645 0 0 1-.2285-.0362l-.0693-.038a.5322.5322 0 0 1-.1368-.2969l-1.1445-4.708-1.1435 4.708a.5739.5739 0 0 1-.1436.2969l-.0674.038a.449.449 0 0 1-.2246.0362h-.708a.4609.4609 0 0 1-.1416-.0342l-.0654-.0342a.5267.5267 0 0 1-.1543-.2861l-1.7168-5.6572a1.4393 1.4393 0 0 1-.0625-.2803.1619.1619 0 0 1 .0078-.0713.1611.1611 0 0 1 .0986-.0986.1636.1636 0 0 1 .0352-.0078h.831a.4714.4714 0 0 1 .212.0683.648.648 0 0 1 .1484.292l1.2412 4.8281 1.1445-4.834a.5724.5724 0 0 1 .0918-.2265l.0508-.0655a.488.488 0 0 1 .2158-.0683h.7256a.5108.5108 0 0 1 .2197.0684.5741.5741 0 0 1 .1377.292l1.1446 4.8974 1.2636-4.8975a.6482.6482 0 0 1 .1543-.292.4596.4596 0 0 1 .2862-.0683Z"
12908
+ }
12909
+ )
12910
+ );
12911
+ }
12912
+ );
12913
+ IconSocialAws[designSystemBaseIcon.iconSymbol] = true;
12914
+
12887
12915
  const IconSocialDrawio = react.forwardRef(
12888
12916
  ({ size = "medium", ...props }, forwardRef2) => {
12889
12917
  const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
@@ -13905,14 +13933,16 @@ const IconSquaresTwoOverlap = react.forwardRef(
13905
13933
  "path",
13906
13934
  {
13907
13935
  fill: "currentColor",
13908
- d: "M4 9c0-.5523.4477-1 1-1h5.8701l3.1299 3.3906v7.6094c0 .5523-.4477 1-1 1h-8c-.5523 0-1-.4477-1-1v-10Zm-2 10c0 1.6569 1.3432 3 3 3h8c1.6569 0 3-1.3431 3-3v-8.3906l-3.957-4.2881-.2979-.3213h-6.7451c-1.6568 0-3 1.3431-3 3v10Z"
13936
+ fillRule: "evenodd",
13937
+ d: "M13.1543 6.004c1.5851.0802 2.8457 1.3909 2.8457 2.996v10c0 1.6569-1.3431 3-3 3h-8c-1.6568 0-3-1.3431-3-3v-10c0-1.6569 1.3432-3 3-3h8l.1543.004Zm-8.1543 1.996c-.5523 0-1 .4477-1 1v10c0 .5523.4477 1 1 1h8c.5523 0 1-.4477 1-1v-10c0-.5177-.3933-.9438-.8975-.9951l-.1025-.0049h-8Z",
13938
+ clipRule: "evenodd"
13909
13939
  }
13910
13940
  ),
13911
13941
  /* @__PURE__ */ jsxRuntime.jsx(
13912
13942
  "path",
13913
13943
  {
13914
13944
  fill: "currentColor",
13915
- d: "M22 15v-8.3906l-3.957-4.2881-.2979-.3213h-6.7451c-1.6569 0-3 1.3432-3 3h2c0-.5523.4477-1 1-1h5.8701l3.1299 3.3906v7.6094c0 .5523-.4477 1-1 1h-1v2h1c1.6569 0 3-1.3431 3-3Z"
13945
+ d: "M19.1543 2.004c1.5851.0802 2.8457 1.3909 2.8457 2.996v10c0 1.6569-1.3431 3-3 3h-1v-2h1c.5523 0 1-.4477 1-1v-10c0-.5177-.3933-.9438-.8975-.9951l-.1025-.0049h-8c-.5523 0-1 .4477-1 1h-2c0-1.6568 1.3431-3 3-3h8l.1543.004Z"
13916
13946
  }
13917
13947
  )
13918
13948
  );
@@ -15998,6 +16028,41 @@ const IconUserArrowRightUp = react.forwardRef(
15998
16028
  );
15999
16029
  IconUserArrowRightUp[designSystemBaseIcon.iconSymbol] = true;
16000
16030
 
16031
+ const IconUserArrowRight = react.forwardRef(
16032
+ ({ size = "medium", ...props }, forwardRef2) => {
16033
+ const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
16034
+ return react.createElement(
16035
+ StyledIcon,
16036
+ {
16037
+ ...props,
16038
+ debug,
16039
+ "aria-hidden": true,
16040
+ size,
16041
+ viewBox: "0 0 24 24",
16042
+ fill: "none",
16043
+ ref: forwardRef2
16044
+ },
16045
+ /* @__PURE__ */ jsxRuntime.jsx(
16046
+ "path",
16047
+ {
16048
+ fill: "currentColor",
16049
+ d: "M21.707 16.293v1.414l-3.5 3.5-1.414-1.414 1.7929-1.793h-5.5859v-2h5.5859l-1.7929-1.793 1.414-1.414 3.5 3.5ZM11.9502 15c-2.6085 0-4.7922 1.9767-5.0518 4.5723l-.1533 1.5273-1.9902-.1992.1533-1.5274c.3619-3.6179 3.406-6.373 7.042-6.373v2Z"
16050
+ }
16051
+ ),
16052
+ /* @__PURE__ */ jsxRuntime.jsx(
16053
+ "path",
16054
+ {
16055
+ fill: "currentColor",
16056
+ fillRule: "evenodd",
16057
+ d: "M11.9502 3c2.4853 0 4.5 2.0147 4.5 4.5s-2.0147 4.5-4.5 4.5-4.5-2.0147-4.5-4.5 2.0147-4.5 4.5-4.5Zm0 2c-1.3807 0-2.5 1.1193-2.5 2.5s1.1193 2.5 2.5 2.5 2.5-1.1193 2.5-2.5-1.1193-2.5-2.5-2.5Z",
16058
+ clipRule: "evenodd"
16059
+ }
16060
+ )
16061
+ );
16062
+ }
16063
+ );
16064
+ IconUserArrowRight[designSystemBaseIcon.iconSymbol] = true;
16065
+
16001
16066
  const IconUserBackgroundBlur = react.forwardRef(
16002
16067
  ({ size = "medium", ...props }, forwardRef2) => {
16003
16068
  const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
@@ -16193,6 +16258,83 @@ const IconUserLoad = react.forwardRef(
16193
16258
  );
16194
16259
  IconUserLoad[designSystemBaseIcon.iconSymbol] = true;
16195
16260
 
16261
+ const IconUserMicSlash = react.forwardRef(
16262
+ ({ size = "medium", ...props }, forwardRef2) => {
16263
+ const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
16264
+ return react.createElement(
16265
+ StyledIcon,
16266
+ {
16267
+ ...props,
16268
+ debug,
16269
+ "aria-hidden": true,
16270
+ size,
16271
+ viewBox: "0 0 24 24",
16272
+ fill: "none",
16273
+ ref: forwardRef2
16274
+ },
16275
+ /* @__PURE__ */ jsxRuntime.jsx(
16276
+ "path",
16277
+ {
16278
+ fill: "currentColor",
16279
+ d: "m22.7578 8.1533-3.9805 4.6172v2.2295c-.0001 1.3542-.9004 2.5918-2.2773 2.5918-.5606 0-1.0406-.2063-1.4141-.541l-.8945 1.0371c.6211.5702 1.433.9121 2.3086.9121 1.899 0 3.5-1.6074 3.5-3.667v-1.333h2v1.333c0 2.7502-1.9178 5.0856-4.5 5.5723v1.0947h-2v-1.0947c-.9935-.1881-1.888-.6497-2.6133-1.3037l-2.6289 3.0517-1.5156-1.3066 12.5-14.5 1.5156 1.3066ZM9 15c-2.6085 0-4.843 1.9767-5.1025 4.5723l-.1524 1.5273-1.9902-.1992.1523-1.5274c.3619-3.6179 3.4568-6.373 7.0928-6.373v2ZM13 14.1602l-1.8975 2.2617a5.8463 5.8463 0 0 1-.1025-1.0889v-1.333h2v.1602ZM16.5 9.0371c.3318 0 .6531.071.9463.205l-3.2236 3.8448v-1.5869c0-.695.2238-1.3166.6494-1.7705.4261-.4543 1.0103-.6924 1.6279-.6924Z"
16280
+ }
16281
+ ),
16282
+ /* @__PURE__ */ jsxRuntime.jsx(
16283
+ "path",
16284
+ {
16285
+ fill: "currentColor",
16286
+ fillRule: "evenodd",
16287
+ d: "M9 3c2.4853 0 4.5 2.0147 4.5 4.5s-2.0147 4.5-4.5 4.5-4.5-2.0147-4.5-4.5 2.0147-4.5 4.5-4.5Zm0 2c-1.3807 0-2.5 1.1193-2.5 2.5s1.1193 2.5 2.5 2.5 2.5-1.1193 2.5-2.5-1.1193-2.5-2.5-2.5Z",
16288
+ clipRule: "evenodd"
16289
+ }
16290
+ )
16291
+ );
16292
+ }
16293
+ );
16294
+ IconUserMicSlash[designSystemBaseIcon.iconSymbol] = true;
16295
+
16296
+ const IconUserMic = react.forwardRef(
16297
+ ({ size = "medium", ...props }, forwardRef2) => {
16298
+ const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
16299
+ return react.createElement(
16300
+ StyledIcon,
16301
+ {
16302
+ ...props,
16303
+ debug,
16304
+ "aria-hidden": true,
16305
+ size,
16306
+ viewBox: "0 0 24 24",
16307
+ fill: "none",
16308
+ ref: forwardRef2
16309
+ },
16310
+ /* @__PURE__ */ jsxRuntime.jsx(
16311
+ "path",
16312
+ {
16313
+ fill: "currentColor",
16314
+ d: "M13 15.333c0 2.0596 1.601 3.667 3.5 3.667s3.5-1.6074 3.5-3.667v-1.333h2v1.333c0 2.7502-1.9178 5.0856-4.5 5.5723v1.0947h-2v-1.0947c-2.5822-.4867-4.5-2.8221-4.5-5.5723v-1.333h2v1.333ZM9 15c-2.6085 0-4.843 1.9767-5.1025 4.5723l-.1524 1.5273-1.9902-.1992.1523-1.5274c.3619-3.6179 3.4568-6.373 7.0928-6.373v2Z"
16315
+ }
16316
+ ),
16317
+ /* @__PURE__ */ jsxRuntime.jsx(
16318
+ "path",
16319
+ {
16320
+ fill: "currentColor",
16321
+ d: "M16.5 9.0645c.6104 0 1.1868.236 1.6074.6845.4201.448.6425 1.062.6426 1.751v3.5c-.0002 1.3435-.8927 2.5645-2.25 2.5645s-2.2498-1.221-2.25-2.5645v-3.5c.0001-.689.2225-1.303.6426-1.751.4206-.4484.997-.6845 1.6074-.6845Z"
16322
+ }
16323
+ ),
16324
+ /* @__PURE__ */ jsxRuntime.jsx(
16325
+ "path",
16326
+ {
16327
+ fill: "currentColor",
16328
+ fillRule: "evenodd",
16329
+ d: "M9 3c2.4853 0 4.5 2.0147 4.5 4.5s-2.0147 4.5-4.5 4.5-4.5-2.0147-4.5-4.5 2.0147-4.5 4.5-4.5Zm0 2c-1.3807 0-2.5 1.1193-2.5 2.5s1.1193 2.5 2.5 2.5 2.5-1.1193 2.5-2.5-1.1193-2.5-2.5-2.5Z",
16330
+ clipRule: "evenodd"
16331
+ }
16332
+ )
16333
+ );
16334
+ }
16335
+ );
16336
+ IconUserMic[designSystemBaseIcon.iconSymbol] = true;
16337
+
16196
16338
  const IconUserNumberThree = react.forwardRef(
16197
16339
  ({ size = "medium", ...props }, forwardRef2) => {
16198
16340
  const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
@@ -16382,7 +16524,7 @@ const IconUsers = react.forwardRef(
16382
16524
  );
16383
16525
  IconUsers[designSystemBaseIcon.iconSymbol] = true;
16384
16526
 
16385
- const IconVideoCameraSimpleCircle = react.forwardRef(
16527
+ const IconVideoCameraDot = react.forwardRef(
16386
16528
  ({ size = "medium", ...props }, forwardRef2) => {
16387
16529
  const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
16388
16530
  return react.createElement(
@@ -16400,22 +16542,22 @@ const IconVideoCameraSimpleCircle = react.forwardRef(
16400
16542
  "path",
16401
16543
  {
16402
16544
  fill: "currentColor",
16403
- d: "M14 4c1.6569 0 3 1.3431 3 3v1.3643l1.3594-1.1329.2783-.2314h2.3623l1 1v8l-1 1h-2.3623l-.2783-.2314-1.3594-1.1329v1.3643c0 1.6569-1.3431 3-3 3h-1v-2h1c.5523 0 1-.4477 1-1v-10c0-.5523-.4477-1-1-1h-9c-.5523 0-1 .4477-1 1v2h-2v-2c0-1.6569 1.3432-3 3-3h9Zm5.3633 5-2.3633 1.9688v2.0615l2.3633 1.9697h.6367v-6h-.6367Z"
16545
+ d: "M12 6h-7c-.5523 0-1 .4477-1 1v10c0 .5523.4477 1 1 1h9c.5523 0 1-.4477 1-1v-6.5h2v2.5303l2.3633 1.9697h.6367v-6h2v7l-1 1h-2.3623l-.2783-.2314-1.3594-1.1329v1.3643c0 1.6569-1.3431 3-3 3h-9c-1.6568 0-3-1.3431-3-3v-10c0-1.6569 1.3432-3 3-3h7v2Z"
16404
16546
  }
16405
16547
  ),
16406
16548
  /* @__PURE__ */ jsxRuntime.jsx(
16407
16549
  "path",
16408
16550
  {
16409
16551
  fill: "currentColor",
16410
- d: "M11 16c0 2.7614-2.2386 5-5 5s-5-2.2386-5-5 2.2386-5 5-5 5 2.2386 5 5Z"
16552
+ d: "M17.5 2c1.933 0 3.5 1.567 3.5 3.5s-1.567 3.5-3.5 3.5-3.5-1.567-3.5-3.5 1.567-3.5 3.5-3.5Z"
16411
16553
  }
16412
16554
  )
16413
16555
  );
16414
16556
  }
16415
16557
  );
16416
- IconVideoCameraSimpleCircle[designSystemBaseIcon.iconSymbol] = true;
16558
+ IconVideoCameraDot[designSystemBaseIcon.iconSymbol] = true;
16417
16559
 
16418
- const IconVideoCameraSimpleError = react.forwardRef(
16560
+ const IconVideoCameraLinesDot = react.forwardRef(
16419
16561
  ({ size = "medium", ...props }, forwardRef2) => {
16420
16562
  const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
16421
16563
  return react.createElement(
@@ -16433,22 +16575,22 @@ const IconVideoCameraSimpleError = react.forwardRef(
16433
16575
  "path",
16434
16576
  {
16435
16577
  fill: "currentColor",
16436
- d: "M14 4c1.6569 0 3 1.3431 3 3v1.3643l1.3594-1.1329.2783-.2314h2.3623l1 1v8l-1 1h-2.3623l-.2783-.2314-1.3594-1.1329v1.3643c0 1.6569-1.3431 3-3 3v-2c.5523 0 1-.4477 1-1v-10c0-.5523-.4477-1-1-1h-9c-.5523 0-1 .4477-1 1v1h-2v-1c0-1.6569 1.3432-3 3-3h9Zm5.3633 5-2.3633 1.9688v2.0615l2.3633 1.9697h.6367v-6h-.6367ZM8 17c0 .5523-.4477 1-1 1s-1-.4477-1-1 .4477-1 1-1 1 .4477 1 1Z"
16578
+ d: "M12 6h-7c-.5523 0-1 .4477-1 1v10c0 .5523.4477 1 1 1h9c.5523 0 1-.4477 1-1v-6.5h2v2.5303l2.3633 1.9697h.6367v-6h2v7l-1 1h-2.3623l-.2783-.2314-1.3594-1.1329v1.3643c0 1.6569-1.3431 3-3 3h-9c-1.6568 0-3-1.3431-3-3v-10c0-1.6569 1.3432-3 3-3h7v2Z"
16437
16579
  }
16438
16580
  ),
16439
16581
  /* @__PURE__ */ jsxRuntime.jsx(
16440
16582
  "path",
16441
16583
  {
16442
16584
  fill: "currentColor",
16443
- d: "M11 15c0-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-3-3v3h-2v-3h2Zm5 3c0 3.3137-2.6863 6-6 6s-6-2.6863-6-6 2.6863-6 6-6 6 2.6863 6 6Z"
16585
+ d: "M10 13v2h-4v-2h4ZM13 13v2h-2v-2h2ZM13 9v2h-7v-2h7ZM17.5 2c1.933 0 3.5 1.567 3.5 3.5s-1.567 3.5-3.5 3.5-3.5-1.567-3.5-3.5 1.567-3.5 3.5-3.5Z"
16444
16586
  }
16445
16587
  )
16446
16588
  );
16447
16589
  }
16448
16590
  );
16449
- IconVideoCameraSimpleError[designSystemBaseIcon.iconSymbol] = true;
16591
+ IconVideoCameraLinesDot[designSystemBaseIcon.iconSymbol] = true;
16450
16592
 
16451
- const IconVideoCameraSimpleMic = react.forwardRef(
16593
+ const IconVideoCameraLines = react.forwardRef(
16452
16594
  ({ size = "medium", ...props }, forwardRef2) => {
16453
16595
  const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
16454
16596
  return react.createElement(
@@ -16466,27 +16608,55 @@ const IconVideoCameraSimpleMic = react.forwardRef(
16466
16608
  "path",
16467
16609
  {
16468
16610
  fill: "currentColor",
16469
- d: "M8 15.5682v-3.1364c0-.7908-.6716-1.4318-1.5-1.4318s-1.5.641-1.5 1.4318v3.1364c0 .7908.6716 1.4318 1.5 1.4318s1.5-.641 1.5-1.4318Z"
16611
+ d: "M10 13v2h-4v-2h4ZM13 13v2h-2v-2h2ZM13 9v2h-7v-2h7Z"
16470
16612
  }
16471
16613
  ),
16472
16614
  /* @__PURE__ */ jsxRuntime.jsx(
16473
16615
  "path",
16474
16616
  {
16475
16617
  fill: "currentColor",
16476
- d: "M2 15.5v-.5h2v.5c0 1.3807 1.1193 2.5 2.5 2.5s2.5-1.1193 2.5-2.5v-.5h2v.5c0 2.1415-1.4962 3.9318-3.5 4.3867v1.1133h-2v-1.1133c-2.0038-.4549-3.5-2.2452-3.5-4.3867Z"
16618
+ fillRule: "evenodd",
16619
+ d: "M14 4c1.6569 0 3 1.3431 3 3v1.3652l1.6377-1.3652h2.3623l1 1v8l-1 1h-2.3623l-1.6377-1.3652v1.3652c0 1.6569-1.3431 3-3 3h-9c-1.6568 0-3-1.3431-3-3v-10c0-1.6569 1.3432-3 3-3h9Zm-9 2c-.5523 0-1 .4477-1 1v10c0 .5523.4477 1 1 1h9c.5523 0 1-.4477 1-1v-10c0-.5523-.4477-1-1-1h-9Zm12 4.9688v2.0624l2.3623 1.9688h.6377v-6h-.6377l-2.3623 1.9688Z",
16620
+ clipRule: "evenodd"
16621
+ }
16622
+ )
16623
+ );
16624
+ }
16625
+ );
16626
+ IconVideoCameraLines[designSystemBaseIcon.iconSymbol] = true;
16627
+
16628
+ const IconVideoCameraSimpleError = react.forwardRef(
16629
+ ({ size = "medium", ...props }, forwardRef2) => {
16630
+ const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
16631
+ return react.createElement(
16632
+ StyledIcon,
16633
+ {
16634
+ ...props,
16635
+ debug,
16636
+ "aria-hidden": true,
16637
+ size,
16638
+ viewBox: "0 0 24 24",
16639
+ fill: "none",
16640
+ ref: forwardRef2
16641
+ },
16642
+ /* @__PURE__ */ jsxRuntime.jsx(
16643
+ "path",
16644
+ {
16645
+ fill: "currentColor",
16646
+ d: "M14 4c1.6569 0 3 1.3431 3 3v1.3643l1.3594-1.1329.2783-.2314h2.3623l1 1v8l-1 1h-2.3623l-.2783-.2314-1.3594-1.1329v1.3643c0 1.6569-1.3431 3-3 3v-2c.5523 0 1-.4477 1-1v-10c0-.5523-.4477-1-1-1h-9c-.5523 0-1 .4477-1 1v1h-2v-1c0-1.6569 1.3432-3 3-3h9Zm5.3633 5-2.3633 1.9688v2.0615l2.3633 1.9697h.6367v-6h-.6367ZM8 17c0 .5523-.4477 1-1 1s-1-.4477-1-1 .4477-1 1-1 1 .4477 1 1Z"
16477
16647
  }
16478
16648
  ),
16479
16649
  /* @__PURE__ */ jsxRuntime.jsx(
16480
16650
  "path",
16481
16651
  {
16482
16652
  fill: "currentColor",
16483
- d: "M14 4c1.6569 0 3 1.3431 3 3v1.3643l1.3594-1.1329.2783-.2314h2.3623l1 1v8l-1 1h-2.3623l-.2783-.2314-1.3594-1.1329v1.3643c0 1.6569-1.3431 3-3 3h-2v-2h2c.5523 0 1-.4477 1-1v-10c0-.5523-.4477-1-1-1h-9c-.5523 0-1 .4477-1 1v3h-2v-3c0-1.6569 1.3432-3 3-3h9Zm5.3633 5-2.3633 1.9688v2.0615l2.3633 1.9697h.6367v-6h-.6367Z"
16653
+ d: "M11 15c0-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-3-3v3h-2v-3h2Zm5 3c0 3.3137-2.6863 6-6 6s-6-2.6863-6-6 2.6863-6 6-6 6 2.6863 6 6Z"
16484
16654
  }
16485
16655
  )
16486
16656
  );
16487
16657
  }
16488
16658
  );
16489
- IconVideoCameraSimpleMic[designSystemBaseIcon.iconSymbol] = true;
16659
+ IconVideoCameraSimpleError[designSystemBaseIcon.iconSymbol] = true;
16490
16660
 
16491
16661
  const IconVideoCameraSimpleSlash = react.forwardRef(
16492
16662
  ({ size = "medium", ...props }, forwardRef2) => {
@@ -16648,6 +16818,40 @@ const IconViewSideLeft = react.forwardRef(
16648
16818
  );
16649
16819
  IconViewSideLeft[designSystemBaseIcon.iconSymbol] = true;
16650
16820
 
16821
+ const IconViewSideRight = react.forwardRef(
16822
+ ({ size = "medium", ...props }, forwardRef2) => {
16823
+ const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
16824
+ return react.createElement(
16825
+ StyledIcon,
16826
+ {
16827
+ ...props,
16828
+ debug,
16829
+ "aria-hidden": true,
16830
+ size,
16831
+ viewBox: "0 0 24 24",
16832
+ fill: "none",
16833
+ ref: forwardRef2
16834
+ },
16835
+ /* @__PURE__ */ jsxRuntime.jsx(
16836
+ "path",
16837
+ {
16838
+ fill: "currentColor",
16839
+ d: "M20 6c0-.5523-.4477-1-1-1h-14c-.5523 0-1 .4477-1 1v12c0 .5523.4477 1 1 1h14c.5523 0 1-.4477 1-1v-12Zm2 12c0 1.6569-1.3431 3-3 3h-14c-1.6568 0-3-1.3431-3-3v-12c0-1.6569 1.3432-3 3-3h14c1.6569 0 3 1.3431 3 3v12Z"
16840
+ }
16841
+ ),
16842
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M13 16v-8h4v8h-4Z" }),
16843
+ /* @__PURE__ */ jsxRuntime.jsx(
16844
+ "path",
16845
+ {
16846
+ fill: "currentColor",
16847
+ d: "M17 7c.5523 0 1 .4477 1 1v8c0 .5523-.4477 1-1 1h-4c-.5523 0-1-.4477-1-1v-8l.0049-.1025a1.0003 1.0003 0 0 1 .9951-.8975h4Zm-3 8h2v-6h-2v6Z"
16848
+ }
16849
+ )
16850
+ );
16851
+ }
16852
+ );
16853
+ IconViewSideRight[designSystemBaseIcon.iconSymbol] = true;
16854
+
16651
16855
  const IconWallet = react.forwardRef(
16652
16856
  ({ size = "medium", ...props }, forwardRef2) => {
16653
16857
  const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
@@ -16990,7 +17194,7 @@ exports.IconDiagramCardSmall3 = IconDiagramCardSmall3;
16990
17194
  exports.IconDiagramCardTeam = IconDiagramCardTeam;
16991
17195
  exports.IconDiagramCardUser = IconDiagramCardUser;
16992
17196
  exports.IconDiagramming = IconDiagramming;
16993
- exports.IconDiagrammingFormat = IconDiagrammingFormat;
17197
+ exports.IconDiagrammingShapes = IconDiagrammingShapes;
16994
17198
  exports.IconDistributeHorizontal = IconDistributeHorizontal;
16995
17199
  exports.IconDistributeVertical = IconDistributeVertical;
16996
17200
  exports.IconDocFormat = IconDocFormat;
@@ -17093,8 +17297,8 @@ exports.IconMagnifyingGlassPlus = IconMagnifyingGlassPlus;
17093
17297
  exports.IconMap = IconMap;
17094
17298
  exports.IconMegaphone = IconMegaphone;
17095
17299
  exports.IconMermaid = IconMermaid;
17300
+ exports.IconMicLinesDot = IconMicLinesDot;
17096
17301
  exports.IconMicrophone = IconMicrophone;
17097
- exports.IconMicrophoneDocument = IconMicrophoneDocument;
17098
17302
  exports.IconMicrophoneSlash = IconMicrophoneSlash;
17099
17303
  exports.IconMinus = IconMinus;
17100
17304
  exports.IconMobile = IconMobile;
@@ -17240,6 +17444,7 @@ exports.IconSmileyPlus = IconSmileyPlus;
17240
17444
  exports.IconSmileySticker = IconSmileySticker;
17241
17445
  exports.IconSocialAdo = IconSocialAdo;
17242
17446
  exports.IconSocialAsana = IconSocialAsana;
17447
+ exports.IconSocialAws = IconSocialAws;
17243
17448
  exports.IconSocialDrawio = IconSocialDrawio;
17244
17449
  exports.IconSocialFacebook = IconSocialFacebook;
17245
17450
  exports.IconSocialInstagram = IconSocialInstagram;
@@ -17344,6 +17549,7 @@ exports.IconTrophy = IconTrophy;
17344
17549
  exports.IconTshirt = IconTshirt;
17345
17550
  exports.IconUser = IconUser;
17346
17551
  exports.IconUserAdd = IconUserAdd;
17552
+ exports.IconUserArrowRight = IconUserArrowRight;
17347
17553
  exports.IconUserArrowRightUp = IconUserArrowRightUp;
17348
17554
  exports.IconUserBackgroundBlur = IconUserBackgroundBlur;
17349
17555
  exports.IconUserCog = IconUserCog;
@@ -17351,6 +17557,8 @@ exports.IconUserCogPlus = IconUserCogPlus;
17351
17557
  exports.IconUserEyeOpen = IconUserEyeOpen;
17352
17558
  exports.IconUserFilter = IconUserFilter;
17353
17559
  exports.IconUserLoad = IconUserLoad;
17560
+ exports.IconUserMic = IconUserMic;
17561
+ exports.IconUserMicSlash = IconUserMicSlash;
17354
17562
  exports.IconUserNumberThree = IconUserNumberThree;
17355
17563
  exports.IconUserPenDashesBottom = IconUserPenDashesBottom;
17356
17564
  exports.IconUserPenLineBottom = IconUserPenLineBottom;
@@ -17358,13 +17566,15 @@ exports.IconUserTickDown = IconUserTickDown;
17358
17566
  exports.IconUsers = IconUsers;
17359
17567
  exports.IconUsersThree = IconUsersThree;
17360
17568
  exports.IconVideoCamera = IconVideoCamera;
17569
+ exports.IconVideoCameraDot = IconVideoCameraDot;
17570
+ exports.IconVideoCameraLines = IconVideoCameraLines;
17571
+ exports.IconVideoCameraLinesDot = IconVideoCameraLinesDot;
17361
17572
  exports.IconVideoCameraSimple = IconVideoCameraSimple;
17362
- exports.IconVideoCameraSimpleCircle = IconVideoCameraSimpleCircle;
17363
17573
  exports.IconVideoCameraSimpleError = IconVideoCameraSimpleError;
17364
- exports.IconVideoCameraSimpleMic = IconVideoCameraSimpleMic;
17365
17574
  exports.IconVideoCameraSimpleSlash = IconVideoCameraSimpleSlash;
17366
17575
  exports.IconViewCenter = IconViewCenter;
17367
17576
  exports.IconViewSideLeft = IconViewSideLeft;
17577
+ exports.IconViewSideRight = IconViewSideRight;
17368
17578
  exports.IconWallet = IconWallet;
17369
17579
  exports.IconWand = IconWand;
17370
17580
  exports.IconWarning = IconWarning;