@@ -16,7 +16,9 @@ export type IconName =
1616 | "Sticker"
1717 | "Delete"
1818 | "Phone"
19+ | "PhoneDown"
1920 | "Headphone"
21+ | "HeadphoneMute"
2022 | "Send"
2123 | "Bell"
2224 | "BellRing"
@@ -58,7 +60,9 @@ export type IconName =
5860 | "Thread"
5961 | "ThreadPlus"
6062 | "ThreadUnread"
63+ | "ThreadReply"
6164 | "Monitor"
65+ | "ScreenShare"
6266 | "Server"
6367 | "Prohibited"
6468 | "NoEntry"
@@ -127,7 +131,8 @@ export type IconName =
127131 | "ArrowDropLeft"
128132 | "ArrowDropTop"
129133 | "ArrowDropBottom"
130- | "Reload" ;
134+ | "Reload"
135+ | "Globe" ;
131136
132137export const Icons : Record < IconName , IconSrc > = {
133138 Home : ( filled ) =>
@@ -424,14 +429,25 @@ export const Icons: Record<IconName, IconSrc> = {
424429 Phone : ( filled ) =>
425430 filled ? (
426431 < path
427- d = "M2 5L5 2L12 9L9 12L12 15L15 12L22 19L19 22V22C9.61116 22 2 14.3888 2 5V5Z "
432+ d = "M13.1213 8.05022L6.75735 1.68626C6.75735 1.68626 -2.43506 6.63599 7.46446 16.5355C17.364 26.435 22.3137 17.2426 22.3137 17.2426L15.9497 10.8786L13.1213 13.7071L10.2929 10.8786L13.1213 8.05022Z "
428433 fill = "currentColor"
429434 />
430435 ) : (
431436 < path
432- fillRule = "evenodd"
433- clipRule = "evenodd"
434- d = "M12 9L5 2L2 5C2 14.3888 9.61116 22 19 22L22 19L15 12L12 15L9 12L12 9ZM15 14.1213L12 17.1213L6.87868 12L9.87868 9.00001L5 4.12132L3.51177 5.60955C3.82406 13.6852 10.3148 20.176 18.3904 20.4883L19.8787 19L15 14.1213Z"
437+ d = "M8.1715 10.8786L10.9999 8.05016L6.58808 3.63831C6.54757 3.67226 6.50562 3.70668 6.46379 3.74328C5.8629 4.26905 5.19159 5.02407 4.77751 5.99027C4.37648 6.92628 4.18938 8.11882 4.62007 9.62664C5.05966 11.1652 6.16859 13.1182 8.52507 15.4748C10.8818 17.8315 12.8353 18.9409 14.3739 19.3805C15.8817 19.8112 17.0743 19.6241 18.0103 19.2231C18.9765 18.809 19.7315 18.1377 20.2573 17.5368C20.2939 17.4949 20.3276 17.4523 20.3616 17.4118L15.9497 12.9999L13.1213 15.8284L8.1715 10.8786ZM13.1213 13.707L15.9497 10.8786L22.3137 17.2426C22.3137 17.2426 17.364 26.435 7.46441 16.5355C-2.41399 6.65674 6.71915 1.70676 6.75726 1.68617L13.1213 8.05017L10.2928 10.8786L13.1213 13.707Z"
438+ fill = "currentColor"
439+ />
440+ ) ,
441+
442+ PhoneDown : ( filled ) =>
443+ filled ? (
444+ < path
445+ d = "M8.05028 13.1213L1.68632 6.75735C1.68632 6.75735 6.63606 -2.43504 16.5356 7.46445C26.4351 17.3639 17.2427 22.3137 17.2427 22.3137L10.8787 15.9497L13.7071 13.1213L10.8787 10.2929L8.05028 13.1213Z"
446+ fill = "currentColor"
447+ />
448+ ) : (
449+ < path
450+ d = "M10.8786 8.1715L8.05022 10.9999L3.63837 6.58808C3.67232 6.54757 3.70674 6.50561 3.74333 6.46378C4.26911 5.86289 5.02413 5.19159 5.99033 4.7775C6.92633 4.37648 8.11888 4.18938 9.62669 4.62007C11.1652 5.05966 13.1183 6.16859 15.4749 8.52507C17.8316 10.8818 18.9409 12.8353 19.3805 14.3739C19.8112 15.8817 19.6241 17.0743 19.2231 18.0103C18.809 18.9765 18.1377 19.7315 17.5368 20.2573C17.495 20.2939 17.4524 20.3276 17.4118 20.3616L13 15.9497L15.8284 13.1213L10.8786 8.1715ZM13.7071 13.1213L10.8787 15.9497L17.2427 22.3137C17.2427 22.3137 26.4351 17.364 16.5355 7.46441C6.65669 -2.4141 1.70669 6.71938 1.68623 6.75726L8.05022 13.1213L10.8787 10.2928L13.7071 13.1213Z"
435451 fill = "currentColor"
436452 />
437453 ) ,
@@ -451,6 +467,46 @@ export const Icons: Record<IconName, IconSrc> = {
451467 />
452468 ) ,
453469
470+ HeadphoneMute : ( filled ) =>
471+ filled ? (
472+ < >
473+ < path
474+ d = "M6.30762 7.11816C5.18136 8.43019 4.5 10.1353 4.5 12V13H10V21H3V12C3 9.72099 3.84765 7.64033 5.24414 6.05469L6.30762 7.11816Z"
475+ fill = "currentColor"
476+ />
477+ < path d = "M20.1895 21H14V14.8105L20.1895 21Z" fill = "currentColor" />
478+ < path
479+ d = "M12 3C16.9706 3 21 7.02944 21 12V18.2754L15.7246 13H19.5V12C19.5 7.85786 16.1421 4.5 12 4.5C10.6283 4.5 9.34351 4.8697 8.2373 5.5127L7.14648 4.42188C8.54711 3.52296 10.2121 3 12 3Z"
480+ fill = "currentColor"
481+ />
482+ < path
483+ d = "M2.67371 4.89856L3.73437 3.8379L21.0585 21.162L19.9978 22.2227L2.67371 4.89856Z"
484+ fill = "currentColor"
485+ />
486+ </ >
487+ ) : (
488+ < >
489+ < path
490+ fillRule = "evenodd"
491+ clipRule = "evenodd"
492+ d = "M6.30762 7.11816C5.18136 8.43019 4.5 10.1353 4.5 12V13H10V21H3V12C3 9.72099 3.84765 7.64033 5.24414 6.05469L6.30762 7.11816ZM4.5 19.5H8.5V14.5H4.5V19.5Z"
493+ fill = "currentColor"
494+ />
495+ < path
496+ d = "M15.5 16.3105V19.5H18.6895L20.1895 21H14V14.8105L15.5 16.3105Z"
497+ fill = "currentColor"
498+ />
499+ < path
500+ d = "M12 3C16.9706 3 21 7.02944 21 12V18.2754L19.5 16.7754V14.5H17.2246L15.7246 13H19.5V12C19.5 7.85786 16.1421 4.5 12 4.5C10.6283 4.5 9.34351 4.8697 8.2373 5.5127L7.14648 4.42188C8.54711 3.52296 10.2121 3 12 3Z"
501+ fill = "currentColor"
502+ />
503+ < path
504+ d = "M2.67371 4.89868L3.73437 3.83802L21.0585 21.1621L19.9978 22.2228L2.67371 4.89868Z"
505+ fill = "currentColor"
506+ />
507+ </ >
508+ ) ,
509+
454510 Send : ( filled ) =>
455511 filled ? (
456512 < path d = "M3 22L23 12L3 2V11H11V13H3V22Z" fill = "currentColor" />
@@ -1425,6 +1481,28 @@ export const Icons: Record<IconName, IconSrc> = {
14251481 />
14261482 </ >
14271483 ) ,
1484+ ThreadReply : ( filled ) =>
1485+ filled ? (
1486+ < path
1487+ fillRule = "evenodd"
1488+ clipRule = "evenodd"
1489+ d = "M16 2C18.7614 2 21 4.23858 21 7V22L16 20H8C5.23858 20 3 17.7614 3 15V7C3 4.23858 5.23858 2 8 2H16ZM7.58594 11L11.293 14.707L12.707 13.293L11.4141 12H13C14.1046 12 15 12.8954 15 14H17C17 11.7909 15.2091 10 13 10H11.4141L12.707 8.70703L11.293 7.29297L7.58594 11Z"
1490+ fill = "currentColor"
1491+ />
1492+ ) : (
1493+ < >
1494+ < path
1495+ fillRule = "evenodd"
1496+ clipRule = "evenodd"
1497+ d = "M16 20H8C5.23858 20 3 17.7614 3 15V7C3 4.23858 5.23858 2 8 2H16C18.7614 2 21 4.23858 21 7V22L16 20ZM19.5 19.7845L16.2889 18.5H8C6.067 18.5 4.5 16.933 4.5 15V7C4.5 5.067 6.067 3.5 8 3.5H16C17.933 3.5 19.5 5.067 19.5 7V19.7845Z"
1498+ fill = "currentColor"
1499+ />
1500+ < path
1501+ d = "M12.707 8.70703L11.4141 10H13C15.2091 10 17 11.7909 17 14H15C15 12.8954 14.1046 12 13 12H11.4141L12.707 13.293L11.293 14.707L7.58594 11L11.293 7.29297L12.707 8.70703Z"
1502+ fill = "currentColor"
1503+ />
1504+ </ >
1505+ ) ,
14281506 Monitor : ( filled ) =>
14291507 filled ? (
14301508 < >
@@ -1446,6 +1524,30 @@ export const Icons: Record<IconName, IconSrc> = {
14461524 < circle cx = "12" cy = "15" r = "1" fill = "currentColor" />
14471525 </ >
14481526 ) ,
1527+ ScreenShare : ( filled ) =>
1528+ filled ? (
1529+ < >
1530+ < rect x = "8" y = "20" width = "8" height = "2" fill = "currentColor" />
1531+ < path
1532+ fillRule = "evenodd"
1533+ clipRule = "evenodd"
1534+ d = "M18 3C20.2091 3 22 4.79086 22 7V15C22 17.2091 20.2091 19 18 19H6C3.79086 19 2 17.2091 2 15V7C2 4.79086 3.79086 3 6 3H18ZM7.29297 11.293L8.70703 12.707L11 10.4141V15H13V10.4141L15.293 12.707L16.707 11.293L12 6.58594L7.29297 11.293Z"
1535+ fill = "currentColor"
1536+ />
1537+ </ >
1538+ ) : (
1539+ < >
1540+ < rect x = "8" y = "19" width = "8" height = "3" fill = "currentColor" />
1541+ < path
1542+ d = "M18 17.5V19H6V17.5H18ZM20.5 15V7C20.5 5.61929 19.3807 4.5 18 4.5H6C4.61929 4.5 3.5 5.61929 3.5 7V15C3.5 16.3807 4.61929 17.5 6 17.5V19L5.79395 18.9951C3.68056 18.8879 2 17.14 2 15V7C2 4.79086 3.79086 3 6 3H18C20.2091 3 22 4.79086 22 7V15C22 17.2091 20.2091 19 18 19V17.5C19.3807 17.5 20.5 16.3807 20.5 15Z"
1543+ fill = "currentColor"
1544+ />
1545+ < path
1546+ d = "M16.707 11.293L15.293 12.707L13 10.4141V15H11V10.4141L8.70703 12.707L7.29297 11.293L12 6.58594L16.707 11.293Z"
1547+ fill = "currentColor"
1548+ />
1549+ </ >
1550+ ) ,
14491551 Server : ( filled ) =>
14501552 filled ? (
14511553 < >
@@ -1517,83 +1619,75 @@ export const Icons: Record<IconName, IconSrc> = {
15171619 Mic : ( filled ) =>
15181620 filled ? (
15191621 < >
1520- < rect x = "11" y = "19" width = "2" height = "3" fill = "currentColor" />
15211622 < path
1522- d = "M21 11C21 15.9706 16.9706 20 12 20C7.18468 20 3.25264 16.2183 3.01172 11.4629L3 11H4.5C4. 5 15.1421 7.85786 18.5 12 18.5C16.0128 18.5 19.2895 15.3486 19.4902 11.3857L19.5 11H21Z "
1623+ d = "M12 18.5C8.41015 18.5 5.5 15.5899 5.5 12H4C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12H18.5C18. 5 15.5899 15.5899 18.5 12 18.5Z "
15231624 fill = "currentColor"
15241625 />
1626+ < rect x = "11" y = "19" width = "2" height = "3" fill = "currentColor" />
15251627 < path
1526- d = "M7 7C7 4.23858 9.23858 2 12 2C14.7614 2 17 4.23858 17 7V11C17 13.7614 14.7614 16 12 16C9.23858 16 7 13.7614 7 11V7Z "
1628+ d = "M8 6C8 3.79086 9.79086 2 12 2C14.2091 2 16 3.79086 16 6V12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12V6Z "
15271629 fill = "currentColor"
15281630 />
15291631 </ >
15301632 ) : (
15311633 < >
1532- < rect x = "11" y = "19" width = "2" height = "3" fill = "currentColor" />
15331634 < path
1534- d = "M21 11C21 15.9706 16.9706 20 12 20C7.18468 20 3.25264 16.2183 3.01172 11.4629L3 11H4.5C4.5 15.1421 7.85786 18 .5 12 18.5C16.0128 18.5 19.2895 15.3486 19.4902 11.3857L19.5 11H21Z "
1635+ d = "M14.5 12V6C14.5 4.61929 13.3807 3.5 12 3.5C10.6193 3.5 9.5 4.61929 9.5 6V12C9.5 13.3807 10.6193 14 .5 12 14.5V16C9.85996 16 8.11211 14.3194 8.00488 12.2061L8 12V6C8 3.79086 9.79086 2 12 2C14.2091 2 16 3.79086 16 6V12C16 14.2091 14.2091 16 12 16V14.5C13.3807 14.5 14.5 13.3807 14.5 12Z "
15351636 fill = "currentColor"
15361637 />
15371638 < path
1538- d = "M15.5 11V7C15.5 5.067 13.933 3.5 12 3.5C10.067 3.5 8 .5 5.067 8.5 7V11C8 .5 12.933 10.067 14.5 12 14.5V16C9.32472 16 7.14053 13.8989 7.00684 11.2568L7 11V7C7 4.23858 9.23858 2 12 2C14.7614 2 17 4.23858 17 7V11L16.9932 11.2568C16.8595 13.8989 14.6753 16 12 16V14.5C13.933 14.5 15.5 12.933 15.5 11Z "
1639+ d = "M12 18.5C8.41015 18.5 5 .5 15.5899 5 .5 12H4C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12H18.5C18.5 15.5899 15.5899 18.5 12 18.5Z "
15391640 fill = "currentColor"
15401641 />
1642+ < rect x = "11" y = "19" width = "2" height = "3" fill = "currentColor" />
15411643 </ >
15421644 ) ,
15431645 MicMute : ( filled ) =>
15441646 filled ? (
15451647 < >
15461648 < rect x = "11" y = "19" width = "2" height = "3" fill = "currentColor" />
15471649 < path
1548- d = "M4.5 11C4.5 15.1421 7.85786 18.5 12 18.5C13.9175 18.5 15.6652 17.7786 16.9912 16.5947L18.0547 17.6582C16.456 19.1128 14.3317 20 12 20C7.18468 20 3.25264 16.2183 3.01172 11.4629L3 11H4.5Z "
1650+ d = "M14.668 14.9785C13.96 15.6131 13.0255 16 12 16C9.79086 16 8 14.2091 8 12V8.31055L14.668 14.9785Z "
15491651 fill = "currentColor"
15501652 />
15511653 < path
1552- d = "M21 11C21 12.917 20.3985 14.6925 19.377 16.1523L18.2979 15.0732C18.9926 14.0013 19.4216 12.7412 19.4902 11.3857L19.5 11H21Z "
1654+ d = "M12 2C14.2091 2 16 3.79086 16 6V12C16 12.2427 15.977 12.4801 15.9355 12.7109L8.14746 4.92285C8.61782 3.237 10.1641 2 12 2Z "
15531655 fill = "currentColor"
15541656 />
15551657 < path
1556- d = "M15.2197 14.8232C14.3497 15.5567 13.227 16 12 16C9.23858 16 7 13.7614 7 11V7C7 6.87183 7.00615 6.74489 7.01562 6.61914L15.2197 14.8232Z "
1658+ d = "M5.5 12C5.5 15.5899 8.41015 18.5 12 18.5C13.7159 18.5 15.2748 17.8333 16.4365 16.7471L17.4971 17.8076C16.0635 19.165 14.1301 20 12 20C7.58172 20 4 16.4183 4 12H5.5Z "
15571659 fill = "currentColor"
15581660 />
15591661 < path
1560- d = "M12 2C14.7614 2 17 4.23858 17 7V11C17 11.8069 16.8072 12.5684 16.4678 13.2432L7.68945 4.46484C8.55887 2.98975 10.1638 2 12 2Z "
1662+ d = "M20 12C20 13.3797 19.6501 14.6776 19.0352 15.8105L17.916 14.6914C18.2898 13.8711 18.5 12.9603 18.5 12H20Z "
15611663 fill = "currentColor"
15621664 />
1563- < rect
1564- x = "2.27728"
1565- y = "4.00195"
1566- width = "1.5"
1567- height = "24"
1568- transform = "rotate(-45 2.27728 4.00195)"
1665+ < path
1666+ d = "M3.73438 5.45947L4.79504 4.39881L20.3514 19.9552L19.2907 21.0158L3.73438 5.45947Z"
15691667 fill = "currentColor"
15701668 />
15711669 </ >
15721670 ) : (
15731671 < >
15741672 < rect x = "11" y = "19" width = "2" height = "3" fill = "currentColor" />
15751673 < path
1576- d = "M4 .5 11C4.5 15.1421 7.85786 18 .5 12 18.5C13.9175 18 .5 15.6652 17.7786 16.9912 16.5947L18.0547 17.6582C16.456 19.1128 14.3317 20 12 20C7.18468 20 3.25264 16.2183 3.01172 11.4629L3 11H4.5Z "
1674+ d = "M9 .5 9.81055V12C9.5 13.3807 10.6193 14 .5 12 14.5C12.6112 14 .5 13.1702 14.2793 13.6045 13.915L14.668 14.9785C13.96 15.6131 13.0255 16 12 16C9.85996 16 8.11211 14.3194 8.00488 12.2061L8 12V8.31055L9.5 9.81055Z "
15771675 fill = "currentColor"
15781676 />
15791677 < path
1580- d = "M21 11C21 12.917 20.3985 14.6925 19.377 16.1523L18.2979 15.0732C18.9926 14.0013 19.4216 12.7412 19.4902 11.3857L19.5 11H21Z "
1678+ d = "M12 2C14.2091 2 16 3.79086 16 6V12C16 12.2427 15.977 12.4801 15.9355 12.7109L14.5 11.2754V6C14.5 4.61929 13.3807 3.5 12 3.5C10.6193 3.5 9.5 4.61929 9.5 6V6.27539L8.14746 4.92285C8.61782 3.237 10.1641 2 12 2Z "
15811679 fill = "currentColor"
15821680 />
15831681 < path
1584- d = "M8 .5 8.10352V11C8.5 12.933 10.067 14 .5 12 14.5C12.8126 14 .5 13.5593 14.2215 14.1533 13.7568L15.2197 14.8232C14.3498 15.5567 13.2271 16 12 16C9.32472 16 7.14053 13.8989 7.00684 11.2568L7 11V7C7 6.87183 7.00615 6.74489 7.01562 6.61914L8.5 8.10352Z "
1682+ d = "M5 .5 12C5.5 15.5899 8.41015 18 .5 12 18.5C13.7159 18 .5 15.2748 17.8333 16.4365 16.7471L17.4971 17.8076C16.0635 19.165 14.1301 20 12 20C7.58172 20 4 16.4183 4 12H5.5Z "
15851683 fill = "currentColor"
15861684 />
15871685 < path
1588- d = "M12 2C14.7614 2 17 4.23858 17 7V11L16.9932 11.2568C16.9571 11.9686 16.7709 12.6404 16.4678 13.2432L15.3232 12.0986C15.4374 11.753 15.5 11.3839 15.5 11V7C15.5 5.067 13.933 3 .5 12 3.5C10.5737 3 .5 9.34704 4.35332 8.80176 5.57715L7.68945 4.46484C8.55887 2.98975 10.1638 2 12 2Z "
1686+ d = "M20 12C20 13.3797 19.6501 14.6776 19.0352 15.8105L17.916 14.6914C18.2898 13.8711 18 .5 12.9603 18 .5 12H20Z "
15891687 fill = "currentColor"
15901688 />
1591- < rect
1592- x = "2.27728"
1593- y = "4.00195"
1594- width = "1.5"
1595- height = "24"
1596- transform = "rotate(-45 2.27728 4.00195)"
1689+ < path
1690+ d = "M3.73438 5.45947L4.79504 4.39881L20.3514 19.9552L19.2907 21.0158L3.73438 5.45947Z"
15971691 fill = "currentColor"
15981692 />
15991693 </ >
@@ -1656,6 +1750,39 @@ export const Icons: Record<IconName, IconSrc> = {
16561750 </ >
16571751 ) ,
16581752
1753+ BlockQuote : ( filled ) =>
1754+ filled ? (
1755+ < >
1756+ < path
1757+ fillRule = "evenodd"
1758+ clipRule = "evenodd"
1759+ d = "M2 20H11V11H3.5C3.5 7.96243 5.96243 5.5 9 5.5H11V4H9C5.13401 4 2 7.13401 2 11V20Z"
1760+ fill = "currentColor"
1761+ />
1762+ < path
1763+ fillRule = "evenodd"
1764+ clipRule = "evenodd"
1765+ d = "M13 20H22V11H14.5C14.5 7.96243 16.9624 5.5 20 5.5H22V4H20C16.134 4 13 7.13401 13 11V20Z"
1766+ fill = "currentColor"
1767+ />
1768+ </ >
1769+ ) : (
1770+ < >
1771+ < path
1772+ fillRule = "evenodd"
1773+ clipRule = "evenodd"
1774+ d = "M2 20H11V11H3.5C3.5 7.96243 5.96243 5.5 9 5.5H11V4H9C5.13401 4 2 7.13401 2 11V20ZM9.5 12.5H3.5V18.5H9.5V12.5Z"
1775+ fill = "currentColor"
1776+ />
1777+ < path
1778+ fillRule = "evenodd"
1779+ clipRule = "evenodd"
1780+ d = "M13 20H22V11H14.5C14.5 7.96243 16.9624 5.5 20 5.5H22V4H20C16.134 4 13 7.13401 13 11V20ZM20.5 12.5H14.5V18.5H20.5V12.5Z"
1781+ fill = "currentColor"
1782+ />
1783+ </ >
1784+ ) ,
1785+
16591786 Hash : ( ) => (
16601787 < path
16611788 fillRule = "evenodd"
@@ -2134,23 +2261,6 @@ export const Icons: Record<IconName, IconSrc> = {
21342261 </ >
21352262 ) ,
21362263
2137- BlockQuote : ( ) => (
2138- < >
2139- < path
2140- fillRule = "evenodd"
2141- clipRule = "evenodd"
2142- d = "M21 6H18C15.2386 6 13 8.23858 13 11V20H21V12H14.5V11C14.5 9.067 16.067 7.5 18 7.5H21V6ZM19.5 13.5H14.5V18.5H19.5V13.5Z"
2143- fill = "currentColor"
2144- />
2145- < path
2146- fillRule = "evenodd"
2147- clipRule = "evenodd"
2148- d = "M3 20H11V12H4.5V11C4.5 9.067 6.067 7.5 8 7.5H11V6H8C5.23858 6 3 8.23858 3 11V20ZM9.5 13.5H4.5V18.5H9.5V13.5Z"
2149- fill = "currentColor"
2150- />
2151- </ >
2152- ) ,
2153-
21542264 OrderList : ( ) => (
21552265 < >
21562266 < path d = "M8 5H22V6.5H8V5Z" fill = "currentColor" />
@@ -2266,4 +2376,12 @@ export const Icons: Record<IconName, IconSrc> = {
22662376 < path d = "M4.5 3H3V8H8V6.5H4.5V3Z" fill = "currentColor" />
22672377 </ >
22682378 ) ,
2379+ Globe : ( ) => (
2380+ < path
2381+ fillRule = "evenodd"
2382+ clipRule = "evenodd"
2383+ d = "M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM3.53418 12.7451C3.83448 16.2022 6.2028 19.065 9.39648 20.0918C9.24751 19.9488 9.09595 19.7956 8.94531 19.6299C7.67231 18.2296 6.43398 16.0283 6.26953 12.7451H3.53418ZM17.7305 12.7451C17.566 16.0283 16.3277 18.2296 15.0547 19.6299C14.9042 19.7954 14.7523 19.9479 14.6035 20.0908C17.7971 19.064 20.1655 16.2021 20.4658 12.7451H17.7305ZM7.77344 12.7451C7.93424 15.617 9.00957 17.4704 10.0547 18.6201C10.4728 19.0801 10.8906 19.4317 11.25 19.6924V12.7451H7.77344ZM12.75 12.7451V19.6924C13.1094 19.4317 13.5272 19.0801 13.9453 18.6201C14.9904 17.4704 16.0658 15.617 16.2266 12.7451H12.75ZM9.39648 3.90723C6.20567 4.93294 3.83908 7.79235 3.53516 11.2451H6.26953C6.43594 7.96737 7.67357 5.76904 8.94531 4.37012C9.09612 4.20425 9.24735 4.05038 9.39648 3.90723ZM11.25 4.30664C10.8905 4.56736 10.473 4.91975 10.0547 5.37988C9.01075 6.52835 7.93613 8.37883 7.77344 11.2451H11.25V4.30664ZM12.75 11.2451H16.2266C16.0639 8.37883 14.9893 6.52835 13.9453 5.37988C13.527 4.91975 13.1095 4.56736 12.75 4.30664V11.2451ZM14.6025 3.90723C14.7518 4.05052 14.9037 4.20406 15.0547 4.37012C16.3264 5.76904 17.5641 7.96737 17.7305 11.2451H20.4648C20.1609 7.79203 17.7938 4.93269 14.6025 3.90723Z"
2384+ fill = "currentColor"
2385+ />
2386+ ) ,
22692387} ;
0 commit comments