@osn/icons 1.0.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 (196) hide show
  1. package/README.md +20 -0
  2. package/package.json +46 -0
  3. package/source/subsquare/arrowDown.svg +3 -0
  4. package/source/subsquare/arrowExpend.svg +3 -0
  5. package/source/subsquare/arrowFold.svg +3 -0
  6. package/source/subsquare/arrowLeft.svg +3 -0
  7. package/source/subsquare/arrowRight.svg +3 -0
  8. package/source/subsquare/arrowUnfold.svg +3 -0
  9. package/source/subsquare/arrowUp.svg +3 -0
  10. package/source/subsquare/identityAuthorized.svg +11 -0
  11. package/source/subsquare/identityAuthorizedDark.svg +11 -0
  12. package/source/subsquare/identityAuthorizedSub.svg +11 -0
  13. package/source/subsquare/identityAuthorizedSubDark.svg +11 -0
  14. package/source/subsquare/identityError.svg +11 -0
  15. package/source/subsquare/identityErrorDark.svg +11 -0
  16. package/source/subsquare/identityUnauthorized.svg +11 -0
  17. package/source/subsquare/identityUnauthorizedDark.svg +11 -0
  18. package/source/subsquare/identityUnauthorizedError.svg +11 -0
  19. package/source/subsquare/identityUnauthorizedErrorDark.svg +11 -0
  20. package/source/subsquare/identityUnauthorizedSub.svg +11 -0
  21. package/source/subsquare/identityUnauthorizedSubDark.svg +11 -0
  22. package/source/subsquare/linkDiscord.svg +3 -0
  23. package/source/subsquare/linkGithub.svg +3 -0
  24. package/source/subsquare/linkTelegram.svg +3 -0
  25. package/source/subsquare/linkTwitter.svg +3 -0
  26. package/source/subsquare/linkWebsite.svg +3 -0
  27. package/source/subsquare/menuCalendar.svg +3 -0
  28. package/source/subsquare/menuCouncil.svg +3 -0
  29. package/source/subsquare/menuDemocracy.svg +3 -0
  30. package/source/subsquare/menuDiscussions.svg +3 -0
  31. package/source/subsquare/menuFellowship.svg +3 -0
  32. package/source/subsquare/menuNavigation.svg +3 -0
  33. package/source/subsquare/menuOffChainVoting.svg +3 -0
  34. package/source/subsquare/menuOverview.svg +3 -0
  35. package/source/subsquare/menuPolkassembly.svg +3 -0
  36. package/source/subsquare/menuPreimages.svg +3 -0
  37. package/source/subsquare/menuReferenda.svg +3 -0
  38. package/source/subsquare/menuTechComm.svg +3 -0
  39. package/source/subsquare/menuTreasury.svg +3 -0
  40. package/source/subsquare/shortcutSlash.svg +3 -0
  41. package/source/subsquare/signalDefault.svg +5 -0
  42. package/source/subsquare/signalDefaultDark.svg +5 -0
  43. package/source/subsquare/signalFast.svg +5 -0
  44. package/source/subsquare/signalFastDark.svg +5 -0
  45. package/source/subsquare/signalMedium.svg +5 -0
  46. package/source/subsquare/signalMediumDark.svg +5 -0
  47. package/source/subsquare/signalSlow.svg +5 -0
  48. package/source/subsquare/signalSlowDark.svg +5 -0
  49. package/source/subsquare/systemActivity.svg +3 -0
  50. package/source/subsquare/systemCheckboxOff.svg +3 -0
  51. package/source/subsquare/systemCheckboxOffDark.svg +3 -0
  52. package/source/subsquare/systemCheckboxOn.svg +3 -0
  53. package/source/subsquare/systemCheckboxOnDark.svg +3 -0
  54. package/source/subsquare/systemClose.svg +3 -0
  55. package/source/subsquare/systemComment.svg +3 -0
  56. package/source/subsquare/systemCopy.svg +3 -0
  57. package/source/subsquare/systemLogout.svg +3 -0
  58. package/source/subsquare/systemMenu.svg +3 -0
  59. package/source/subsquare/systemNew.svg +3 -0
  60. package/source/subsquare/systemProfile.svg +3 -0
  61. package/source/subsquare/systemSearch.svg +3 -0
  62. package/source/subsquare/systemSetting.svg +4 -0
  63. package/source/subsquare/systemVoteAye.svg +3 -0
  64. package/source/subsquare/systemVoteAyeDark.svg +3 -0
  65. package/source/subsquare/systemVoteNay.svg +3 -0
  66. package/source/subsquare/systemVoteNayDark.svg +3 -0
  67. package/subsquare/ArrowDown.d.ts +5 -0
  68. package/subsquare/ArrowDown.js +24 -0
  69. package/subsquare/ArrowExpend.d.ts +5 -0
  70. package/subsquare/ArrowExpend.js +23 -0
  71. package/subsquare/ArrowFold.d.ts +5 -0
  72. package/subsquare/ArrowFold.js +24 -0
  73. package/subsquare/ArrowLeft.d.ts +5 -0
  74. package/subsquare/ArrowLeft.js +24 -0
  75. package/subsquare/ArrowRight.d.ts +5 -0
  76. package/subsquare/ArrowRight.js +24 -0
  77. package/subsquare/ArrowUnfold.d.ts +5 -0
  78. package/subsquare/ArrowUnfold.js +24 -0
  79. package/subsquare/ArrowUp.d.ts +5 -0
  80. package/subsquare/ArrowUp.js +24 -0
  81. package/subsquare/IdentityAuthorized.d.ts +5 -0
  82. package/subsquare/IdentityAuthorized.js +34 -0
  83. package/subsquare/IdentityAuthorizedDark.d.ts +5 -0
  84. package/subsquare/IdentityAuthorizedDark.js +34 -0
  85. package/subsquare/IdentityAuthorizedSub.d.ts +5 -0
  86. package/subsquare/IdentityAuthorizedSub.js +34 -0
  87. package/subsquare/IdentityAuthorizedSubDark.d.ts +5 -0
  88. package/subsquare/IdentityAuthorizedSubDark.js +34 -0
  89. package/subsquare/IdentityError.d.ts +5 -0
  90. package/subsquare/IdentityError.js +34 -0
  91. package/subsquare/IdentityErrorDark.d.ts +5 -0
  92. package/subsquare/IdentityErrorDark.js +34 -0
  93. package/subsquare/IdentityUnauthorized.d.ts +5 -0
  94. package/subsquare/IdentityUnauthorized.js +34 -0
  95. package/subsquare/IdentityUnauthorizedDark.d.ts +5 -0
  96. package/subsquare/IdentityUnauthorizedDark.js +35 -0
  97. package/subsquare/IdentityUnauthorizedError.d.ts +5 -0
  98. package/subsquare/IdentityUnauthorizedError.js +34 -0
  99. package/subsquare/IdentityUnauthorizedErrorDark.d.ts +5 -0
  100. package/subsquare/IdentityUnauthorizedErrorDark.js +34 -0
  101. package/subsquare/IdentityUnauthorizedSub.d.ts +5 -0
  102. package/subsquare/IdentityUnauthorizedSub.js +34 -0
  103. package/subsquare/IdentityUnauthorizedSubDark.d.ts +5 -0
  104. package/subsquare/IdentityUnauthorizedSubDark.js +35 -0
  105. package/subsquare/LinkDiscord.d.ts +5 -0
  106. package/subsquare/LinkDiscord.js +21 -0
  107. package/subsquare/LinkGithub.d.ts +5 -0
  108. package/subsquare/LinkGithub.js +21 -0
  109. package/subsquare/LinkTelegram.d.ts +5 -0
  110. package/subsquare/LinkTelegram.js +21 -0
  111. package/subsquare/LinkTwitter.d.ts +5 -0
  112. package/subsquare/LinkTwitter.js +23 -0
  113. package/subsquare/LinkWebsite.d.ts +5 -0
  114. package/subsquare/LinkWebsite.js +21 -0
  115. package/subsquare/MenuCalendar.d.ts +5 -0
  116. package/subsquare/MenuCalendar.js +23 -0
  117. package/subsquare/MenuCouncil.d.ts +5 -0
  118. package/subsquare/MenuCouncil.js +23 -0
  119. package/subsquare/MenuDemocracy.d.ts +5 -0
  120. package/subsquare/MenuDemocracy.js +23 -0
  121. package/subsquare/MenuDiscussions.d.ts +5 -0
  122. package/subsquare/MenuDiscussions.js +23 -0
  123. package/subsquare/MenuFellowship.d.ts +5 -0
  124. package/subsquare/MenuFellowship.js +23 -0
  125. package/subsquare/MenuNavigation.d.ts +5 -0
  126. package/subsquare/MenuNavigation.js +23 -0
  127. package/subsquare/MenuOffChainVoting.d.ts +5 -0
  128. package/subsquare/MenuOffChainVoting.js +23 -0
  129. package/subsquare/MenuOverview.d.ts +5 -0
  130. package/subsquare/MenuOverview.js +23 -0
  131. package/subsquare/MenuPolkassembly.d.ts +5 -0
  132. package/subsquare/MenuPolkassembly.js +23 -0
  133. package/subsquare/MenuPreimages.d.ts +5 -0
  134. package/subsquare/MenuPreimages.js +23 -0
  135. package/subsquare/MenuReferenda.d.ts +5 -0
  136. package/subsquare/MenuReferenda.js +23 -0
  137. package/subsquare/MenuTechComm.d.ts +5 -0
  138. package/subsquare/MenuTechComm.js +23 -0
  139. package/subsquare/MenuTreasury.d.ts +5 -0
  140. package/subsquare/MenuTreasury.js +23 -0
  141. package/subsquare/ShortcutSlash.d.ts +5 -0
  142. package/subsquare/ShortcutSlash.js +23 -0
  143. package/subsquare/SignalDefault.d.ts +5 -0
  144. package/subsquare/SignalDefault.js +29 -0
  145. package/subsquare/SignalDefaultDark.d.ts +5 -0
  146. package/subsquare/SignalDefaultDark.js +32 -0
  147. package/subsquare/SignalFast.d.ts +5 -0
  148. package/subsquare/SignalFast.js +29 -0
  149. package/subsquare/SignalFastDark.d.ts +5 -0
  150. package/subsquare/SignalFastDark.js +29 -0
  151. package/subsquare/SignalMedium.d.ts +5 -0
  152. package/subsquare/SignalMedium.js +30 -0
  153. package/subsquare/SignalMediumDark.d.ts +5 -0
  154. package/subsquare/SignalMediumDark.js +30 -0
  155. package/subsquare/SignalSlow.d.ts +5 -0
  156. package/subsquare/SignalSlow.js +31 -0
  157. package/subsquare/SignalSlowDark.d.ts +5 -0
  158. package/subsquare/SignalSlowDark.js +31 -0
  159. package/subsquare/SystemActivity.d.ts +5 -0
  160. package/subsquare/SystemActivity.js +24 -0
  161. package/subsquare/SystemCheckboxOff.d.ts +5 -0
  162. package/subsquare/SystemCheckboxOff.js +23 -0
  163. package/subsquare/SystemCheckboxOffDark.d.ts +5 -0
  164. package/subsquare/SystemCheckboxOffDark.js +24 -0
  165. package/subsquare/SystemCheckboxOn.d.ts +5 -0
  166. package/subsquare/SystemCheckboxOn.js +23 -0
  167. package/subsquare/SystemCheckboxOnDark.d.ts +5 -0
  168. package/subsquare/SystemCheckboxOnDark.js +23 -0
  169. package/subsquare/SystemClose.d.ts +5 -0
  170. package/subsquare/SystemClose.js +23 -0
  171. package/subsquare/SystemComment.d.ts +5 -0
  172. package/subsquare/SystemComment.js +24 -0
  173. package/subsquare/SystemCopy.d.ts +5 -0
  174. package/subsquare/SystemCopy.js +23 -0
  175. package/subsquare/SystemLogout.d.ts +5 -0
  176. package/subsquare/SystemLogout.js +23 -0
  177. package/subsquare/SystemMenu.d.ts +5 -0
  178. package/subsquare/SystemMenu.js +23 -0
  179. package/subsquare/SystemNew.d.ts +5 -0
  180. package/subsquare/SystemNew.js +23 -0
  181. package/subsquare/SystemProfile.d.ts +5 -0
  182. package/subsquare/SystemProfile.js +23 -0
  183. package/subsquare/SystemSearch.d.ts +5 -0
  184. package/subsquare/SystemSearch.js +23 -0
  185. package/subsquare/SystemSetting.d.ts +5 -0
  186. package/subsquare/SystemSetting.js +31 -0
  187. package/subsquare/SystemVoteAye.d.ts +5 -0
  188. package/subsquare/SystemVoteAye.js +24 -0
  189. package/subsquare/SystemVoteAyeDark.d.ts +5 -0
  190. package/subsquare/SystemVoteAyeDark.js +24 -0
  191. package/subsquare/SystemVoteNay.d.ts +5 -0
  192. package/subsquare/SystemVoteNay.js +23 -0
  193. package/subsquare/SystemVoteNayDark.d.ts +5 -0
  194. package/subsquare/SystemVoteNayDark.js +23 -0
  195. package/subsquare/index.d.ts +64 -0
  196. package/subsquare/index.js +64 -0
@@ -0,0 +1,34 @@
1
+ import * as React from "react";
2
+ /**
3
+ * @param {React.SVGProps<SVGSVGElement>} props
4
+ */
5
+ export default function SvgIdentityUnauthorizedError(props) {
6
+ return (
7
+ <svg
8
+ width={24}
9
+ height={24}
10
+ viewBox="0 0 24 24"
11
+ fill="none"
12
+ xmlns="http://www.w3.org/2000/svg"
13
+ {...props}
14
+ >
15
+ <g clipPath="url(#clip0_1476_51946)">
16
+ <path
17
+ d="M12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0Z"
18
+ fill="#F44336"
19
+ />
20
+ <path
21
+ fillRule="evenodd"
22
+ clipRule="evenodd"
23
+ d="M16.0613 6.6773C15.7784 6.56018 15.4753 6.49993 15.1691 6.5C14.863 6.50007 14.5599 6.56046 14.2771 6.67772C13.9943 6.79497 13.7373 6.9668 13.521 7.18337L12.1345 8.56981C11.8416 8.8627 11.3668 8.8627 11.0739 8.56981C10.781 8.27691 10.781 7.80204 11.0739 7.50915L12.4598 6.12321V6.12321C12.8154 5.76735 13.2378 5.48478 13.7025 5.2921C14.1674 5.09937 14.6656 5.00012 15.1688 5C15.672 4.99988 16.1703 5.09891 16.6352 5.29141C17.1001 5.48392 17.5225 5.76614 17.8783 6.12195C18.2341 6.47775 18.5163 6.90018 18.7088 7.36508C18.9013 7.82999 19.0004 8.32827 19.0002 8.83146C19.0001 9.33464 18.9009 9.83288 18.7082 10.2977C18.5155 10.7624 18.2331 11.1846 17.8773 11.5402V11.5402L15.897 13.5205C15.5413 13.8762 15.119 14.1583 14.6543 14.3508C14.1896 14.5433 13.6914 14.6424 13.1884 14.6424C12.6854 14.6424 12.1873 14.5433 11.7225 14.3508C11.2578 14.1583 10.8355 13.8762 10.4798 13.5205C10.1869 13.2276 10.1869 12.7527 10.4798 12.4598C10.7727 12.1669 11.2476 12.1669 11.5404 12.4598C11.7569 12.6762 12.0138 12.8479 12.2965 12.965C12.5793 13.0821 12.8823 13.1424 13.1884 13.1424C13.4945 13.1424 13.7975 13.0821 14.0803 12.965C14.363 12.8479 14.6199 12.6762 14.8364 12.4598L16.8166 10.4795C17.0332 10.2632 17.2053 10.006 17.3225 9.72319C17.4398 9.44039 17.5002 9.13725 17.5002 8.83111C17.5003 8.52496 17.4401 8.2218 17.3229 7.93895C17.2058 7.65609 17.0341 7.39908 16.8176 7.18261C16.6012 6.96613 16.3442 6.79442 16.0613 6.6773ZM10.8121 10.8576C10.506 10.8576 10.203 10.9179 9.92022 11.035C9.63746 11.1521 9.38054 11.3238 9.16413 11.5402L7.18387 13.5205C6.96729 13.7368 6.79522 13.994 6.67796 14.2768C6.5607 14.5596 6.50032 14.8627 6.50024 15.1689C6.50017 15.475 6.56042 15.7782 6.67754 16.0611C6.79467 16.3439 6.96637 16.6009 7.18285 16.8174C7.39933 17.0339 7.65634 17.2056 7.93919 17.3227C8.22205 17.4398 8.52521 17.5001 8.83135 17.5C9.1375 17.4999 9.44063 17.4395 9.72343 17.3223C10.0062 17.205 10.2632 17.0332 10.4795 16.8166L11.866 15.4302C12.1589 15.1373 12.6337 15.1373 12.9266 15.4302C13.2195 15.7231 13.2195 16.198 12.9266 16.4909L11.5407 17.8768V17.8768C11.1851 18.2326 10.7627 18.5152 10.2979 18.7079C9.83312 18.9006 9.33489 18.9999 8.8317 19C8.32852 19.0001 7.83024 18.9011 7.36533 18.7086C6.90042 18.5161 6.478 18.2339 6.12219 17.8781C5.76638 17.5222 5.48417 17.0998 5.29166 16.6349C5.09915 16.17 5.00013 15.6717 5.00024 15.1685C5.00036 14.6654 5.09962 14.1671 5.29234 13.7023C5.48506 13.2375 5.76748 12.8152 6.12345 12.4596L8.10347 10.4795C8.45917 10.1238 8.88145 9.84168 9.3462 9.64918C9.81094 9.45667 10.3091 9.35759 10.8121 9.35759C11.3151 9.35759 11.8132 9.45667 12.278 9.64918C12.7427 9.84168 13.165 10.1238 13.5207 10.4795C13.8136 10.7724 13.8136 11.2473 13.5207 11.5402C13.2278 11.8331 12.7529 11.8331 12.4601 11.5402C12.2436 11.3238 11.9867 11.1521 11.704 11.035C11.4212 10.9179 11.1181 10.8576 10.8121 10.8576Z"
24
+ fill="white"
25
+ />
26
+ </g>
27
+ <defs>
28
+ <clipPath id="clip0_1476_51946">
29
+ <rect width={24} height={24} fill="white" />
30
+ </clipPath>
31
+ </defs>
32
+ </svg>
33
+ );
34
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @param {React.SVGProps<SVGSVGElement>} props
3
+ */
4
+ export default function SvgIdentityUnauthorizedErrorDark(props: React.SVGProps<SVGSVGElement>): React.JSX.Element;
5
+ import * as React from "react";
@@ -0,0 +1,34 @@
1
+ import * as React from "react";
2
+ /**
3
+ * @param {React.SVGProps<SVGSVGElement>} props
4
+ */
5
+ export default function SvgIdentityUnauthorizedErrorDark(props) {
6
+ return (
7
+ <svg
8
+ width={24}
9
+ height={24}
10
+ viewBox="0 0 24 24"
11
+ fill="none"
12
+ xmlns="http://www.w3.org/2000/svg"
13
+ {...props}
14
+ >
15
+ <g clipPath="url(#clip0_1476_52097)">
16
+ <path
17
+ d="M12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0Z"
18
+ fill="#F44336"
19
+ />
20
+ <path
21
+ fillRule="evenodd"
22
+ clipRule="evenodd"
23
+ d="M16.0613 6.6773C15.7784 6.56018 15.4753 6.49993 15.1691 6.5C14.863 6.50007 14.5599 6.56046 14.2771 6.67772C13.9943 6.79497 13.7373 6.9668 13.521 7.18337L12.1345 8.56981C11.8416 8.8627 11.3668 8.8627 11.0739 8.56981C10.781 8.27691 10.781 7.80204 11.0739 7.50915L12.4598 6.12321V6.12321C12.8154 5.76735 13.2378 5.48478 13.7025 5.2921C14.1674 5.09937 14.6656 5.00012 15.1688 5C15.672 4.99988 16.1703 5.09891 16.6352 5.29141C17.1001 5.48392 17.5225 5.76614 17.8783 6.12195C18.2341 6.47775 18.5163 6.90018 18.7088 7.36508C18.9013 7.82999 19.0004 8.32827 19.0002 8.83146C19.0001 9.33464 18.9009 9.83288 18.7082 10.2977C18.5155 10.7624 18.2331 11.1846 17.8773 11.5402V11.5402L15.897 13.5205C15.5413 13.8762 15.119 14.1583 14.6543 14.3508C14.1896 14.5433 13.6914 14.6424 13.1884 14.6424C12.6854 14.6424 12.1873 14.5433 11.7225 14.3508C11.2578 14.1583 10.8355 13.8762 10.4798 13.5205C10.1869 13.2276 10.1869 12.7527 10.4798 12.4598C10.7727 12.1669 11.2476 12.1669 11.5404 12.4598C11.7569 12.6762 12.0138 12.8479 12.2965 12.965C12.5793 13.0821 12.8823 13.1424 13.1884 13.1424C13.4945 13.1424 13.7975 13.0821 14.0803 12.965C14.363 12.8479 14.6199 12.6762 14.8364 12.4598L16.8166 10.4795C17.0332 10.2632 17.2053 10.006 17.3225 9.72319C17.4398 9.44039 17.5002 9.13725 17.5002 8.83111C17.5003 8.52496 17.4401 8.2218 17.3229 7.93895C17.2058 7.65609 17.0341 7.39908 16.8176 7.18261C16.6012 6.96613 16.3442 6.79442 16.0613 6.6773ZM10.8121 10.8576C10.506 10.8576 10.203 10.9179 9.92022 11.035C9.63746 11.1521 9.38054 11.3238 9.16413 11.5402L7.18387 13.5205C6.96729 13.7368 6.79522 13.994 6.67796 14.2768C6.5607 14.5596 6.50032 14.8627 6.50024 15.1689C6.50017 15.475 6.56042 15.7782 6.67754 16.0611C6.79467 16.3439 6.96637 16.6009 7.18285 16.8174C7.39933 17.0339 7.65634 17.2056 7.93919 17.3227C8.22205 17.4398 8.52521 17.5001 8.83135 17.5C9.1375 17.4999 9.44063 17.4395 9.72343 17.3223C10.0062 17.205 10.2632 17.0332 10.4795 16.8166L11.866 15.4302C12.1589 15.1373 12.6337 15.1373 12.9266 15.4302C13.2195 15.7231 13.2195 16.198 12.9266 16.4909L11.5407 17.8768V17.8768C11.1851 18.2326 10.7627 18.5152 10.2979 18.7079C9.83312 18.9006 9.33489 18.9999 8.8317 19C8.32852 19.0001 7.83024 18.9011 7.36533 18.7086C6.90042 18.5161 6.478 18.2339 6.12219 17.8781C5.76638 17.5222 5.48417 17.0998 5.29166 16.6349C5.09915 16.17 5.00013 15.6717 5.00024 15.1685C5.00036 14.6654 5.09962 14.1671 5.29234 13.7023C5.48506 13.2375 5.76748 12.8152 6.12345 12.4596L8.10347 10.4795C8.45917 10.1238 8.88145 9.84168 9.3462 9.64918C9.81094 9.45667 10.3091 9.35759 10.8121 9.35759C11.3151 9.35759 11.8132 9.45667 12.278 9.64918C12.7427 9.84168 13.165 10.1238 13.5207 10.4795C13.8136 10.7724 13.8136 11.2473 13.5207 11.5402C13.2278 11.8331 12.7529 11.8331 12.4601 11.5402C12.2436 11.3238 11.9867 11.1521 11.704 11.035C11.4212 10.9179 11.1181 10.8576 10.8121 10.8576Z"
24
+ fill="white"
25
+ />
26
+ </g>
27
+ <defs>
28
+ <clipPath id="clip0_1476_52097">
29
+ <rect width={24} height={24} fill="white" />
30
+ </clipPath>
31
+ </defs>
32
+ </svg>
33
+ );
34
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @param {React.SVGProps<SVGSVGElement>} props
3
+ */
4
+ export default function SvgIdentityUnauthorizedSub(props: React.SVGProps<SVGSVGElement>): React.JSX.Element;
5
+ import * as React from "react";
@@ -0,0 +1,34 @@
1
+ import * as React from "react";
2
+ /**
3
+ * @param {React.SVGProps<SVGSVGElement>} props
4
+ */
5
+ export default function SvgIdentityUnauthorizedSub(props) {
6
+ return (
7
+ <svg
8
+ width={24}
9
+ height={24}
10
+ viewBox="0 0 24 24"
11
+ fill="none"
12
+ xmlns="http://www.w3.org/2000/svg"
13
+ {...props}
14
+ >
15
+ <g clipPath="url(#clip0_1476_51947)">
16
+ <path
17
+ d="M12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0Z"
18
+ fill="#EBEEF4"
19
+ />
20
+ <path
21
+ fillRule="evenodd"
22
+ clipRule="evenodd"
23
+ d="M16.0613 6.6773C15.7784 6.56018 15.4753 6.49993 15.1691 6.5C14.863 6.50007 14.5599 6.56046 14.2771 6.67772C13.9943 6.79497 13.7373 6.9668 13.521 7.18337L12.1345 8.56981C11.8416 8.8627 11.3668 8.8627 11.0739 8.56981C10.781 8.27691 10.781 7.80204 11.0739 7.50915L12.4598 6.12321V6.12321C12.8154 5.76735 13.2378 5.48478 13.7025 5.2921C14.1674 5.09937 14.6656 5.00012 15.1688 5C15.672 4.99988 16.1703 5.09891 16.6352 5.29141C17.1001 5.48392 17.5225 5.76614 17.8783 6.12195C18.2341 6.47775 18.5163 6.90018 18.7088 7.36508C18.9013 7.82999 19.0004 8.32827 19.0002 8.83146C19.0001 9.33464 18.9009 9.83288 18.7082 10.2977C18.5155 10.7624 18.2331 11.1846 17.8773 11.5402V11.5402L15.897 13.5205C15.5413 13.8762 15.119 14.1583 14.6543 14.3508C14.1896 14.5433 13.6914 14.6424 13.1884 14.6424C12.6854 14.6424 12.1873 14.5433 11.7225 14.3508C11.2578 14.1583 10.8355 13.8762 10.4798 13.5205C10.1869 13.2276 10.1869 12.7527 10.4798 12.4598C10.7727 12.1669 11.2476 12.1669 11.5404 12.4598C11.7569 12.6762 12.0138 12.8479 12.2965 12.965C12.5793 13.0821 12.8823 13.1424 13.1884 13.1424C13.4945 13.1424 13.7975 13.0821 14.0803 12.965C14.363 12.8479 14.6199 12.6762 14.8364 12.4598L16.8166 10.4795C17.0332 10.2632 17.2053 10.006 17.3225 9.72319C17.4398 9.44039 17.5002 9.13725 17.5002 8.83111C17.5003 8.52496 17.4401 8.2218 17.3229 7.93895C17.2058 7.65609 17.0341 7.39908 16.8176 7.18261C16.6012 6.96613 16.3442 6.79442 16.0613 6.6773ZM10.8121 10.8576C10.506 10.8576 10.203 10.9179 9.92022 11.035C9.63746 11.1521 9.38054 11.3238 9.16413 11.5402L7.18387 13.5205C6.96729 13.7368 6.79522 13.994 6.67796 14.2768C6.5607 14.5596 6.50032 14.8627 6.50024 15.1689C6.50017 15.475 6.56042 15.7782 6.67754 16.0611C6.79467 16.3439 6.96637 16.6009 7.18285 16.8174C7.39933 17.0339 7.65634 17.2056 7.93919 17.3227C8.22205 17.4398 8.52521 17.5001 8.83135 17.5C9.1375 17.4999 9.44063 17.4395 9.72343 17.3223C10.0062 17.205 10.2632 17.0332 10.4795 16.8166L11.866 15.4302C12.1589 15.1373 12.6337 15.1373 12.9266 15.4302C13.2195 15.7231 13.2195 16.198 12.9266 16.4909L11.5407 17.8768V17.8768C11.1851 18.2326 10.7627 18.5152 10.2979 18.7079C9.83312 18.9006 9.33489 18.9999 8.8317 19C8.32852 19.0001 7.83024 18.9011 7.36533 18.7086C6.90042 18.5161 6.478 18.2339 6.12219 17.8781C5.76638 17.5222 5.48417 17.0998 5.29166 16.6349C5.09915 16.17 5.00013 15.6717 5.00024 15.1685C5.00036 14.6654 5.09962 14.1671 5.29234 13.7023C5.48506 13.2375 5.76748 12.8152 6.12345 12.4596L8.10347 10.4795C8.45917 10.1238 8.88145 9.84168 9.3462 9.64918C9.81094 9.45667 10.3091 9.35759 10.8121 9.35759C11.3151 9.35759 11.8132 9.45667 12.278 9.64918C12.7427 9.84168 13.165 10.1238 13.5207 10.4795C13.8136 10.7724 13.8136 11.2473 13.5207 11.5402C13.2278 11.8331 12.7529 11.8331 12.4601 11.5402C12.2436 11.3238 11.9867 11.1521 11.704 11.035C11.4212 10.9179 11.1181 10.8576 10.8121 10.8576Z"
24
+ fill="#9DA9BB"
25
+ />
26
+ </g>
27
+ <defs>
28
+ <clipPath id="clip0_1476_51947">
29
+ <rect width={24} height={24} fill="white" />
30
+ </clipPath>
31
+ </defs>
32
+ </svg>
33
+ );
34
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @param {React.SVGProps<SVGSVGElement>} props
3
+ */
4
+ export default function SvgIdentityUnauthorizedSubDark(props: React.SVGProps<SVGSVGElement>): React.JSX.Element;
5
+ import * as React from "react";
@@ -0,0 +1,35 @@
1
+ import * as React from "react";
2
+ /**
3
+ * @param {React.SVGProps<SVGSVGElement>} props
4
+ */
5
+ export default function SvgIdentityUnauthorizedSubDark(props) {
6
+ return (
7
+ <svg
8
+ width={24}
9
+ height={24}
10
+ viewBox="0 0 24 24"
11
+ fill="none"
12
+ xmlns="http://www.w3.org/2000/svg"
13
+ {...props}
14
+ >
15
+ <g clipPath="url(#clip0_1476_52098)">
16
+ <path
17
+ d="M12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0Z"
18
+ fill="#272A3A"
19
+ />
20
+ <path
21
+ fillRule="evenodd"
22
+ clipRule="evenodd"
23
+ d="M16.0613 6.6773C15.7784 6.56018 15.4753 6.49993 15.1691 6.5C14.863 6.50007 14.5599 6.56046 14.2771 6.67772C13.9943 6.79497 13.7373 6.9668 13.521 7.18337L12.1345 8.56981C11.8416 8.8627 11.3668 8.8627 11.0739 8.56981C10.781 8.27691 10.781 7.80204 11.0739 7.50915L12.4598 6.12321V6.12321C12.8154 5.76735 13.2378 5.48478 13.7025 5.2921C14.1674 5.09937 14.6656 5.00012 15.1688 5C15.672 4.99988 16.1703 5.09891 16.6352 5.29141C17.1001 5.48392 17.5225 5.76614 17.8783 6.12195C18.2341 6.47775 18.5163 6.90018 18.7088 7.36508C18.9013 7.82999 19.0004 8.32827 19.0002 8.83146C19.0001 9.33464 18.9009 9.83288 18.7082 10.2977C18.5155 10.7624 18.2331 11.1846 17.8773 11.5402V11.5402L15.897 13.5205C15.5413 13.8762 15.119 14.1583 14.6543 14.3508C14.1896 14.5433 13.6914 14.6424 13.1884 14.6424C12.6854 14.6424 12.1873 14.5433 11.7225 14.3508C11.2578 14.1583 10.8355 13.8762 10.4798 13.5205C10.1869 13.2276 10.1869 12.7527 10.4798 12.4598C10.7727 12.1669 11.2476 12.1669 11.5404 12.4598C11.7569 12.6762 12.0138 12.8479 12.2965 12.965C12.5793 13.0821 12.8823 13.1424 13.1884 13.1424C13.4945 13.1424 13.7975 13.0821 14.0803 12.965C14.363 12.8479 14.6199 12.6762 14.8364 12.4598L16.8166 10.4795C17.0332 10.2632 17.2053 10.006 17.3225 9.72319C17.4398 9.44039 17.5002 9.13725 17.5002 8.83111C17.5003 8.52496 17.4401 8.2218 17.3229 7.93895C17.2058 7.65609 17.0341 7.39908 16.8176 7.18261C16.6012 6.96613 16.3442 6.79442 16.0613 6.6773ZM10.8121 10.8576C10.506 10.8576 10.203 10.9179 9.92022 11.035C9.63746 11.1521 9.38054 11.3238 9.16413 11.5402L7.18387 13.5205C6.96729 13.7368 6.79522 13.994 6.67796 14.2768C6.5607 14.5596 6.50032 14.8627 6.50024 15.1689C6.50017 15.475 6.56042 15.7782 6.67754 16.0611C6.79467 16.3439 6.96637 16.6009 7.18285 16.8174C7.39933 17.0339 7.65634 17.2056 7.93919 17.3227C8.22205 17.4398 8.52521 17.5001 8.83135 17.5C9.1375 17.4999 9.44063 17.4395 9.72343 17.3223C10.0062 17.205 10.2632 17.0332 10.4795 16.8166L11.866 15.4302C12.1589 15.1373 12.6337 15.1373 12.9266 15.4302C13.2195 15.7231 13.2195 16.198 12.9266 16.4909L11.5407 17.8768V17.8768C11.1851 18.2326 10.7627 18.5152 10.2979 18.7079C9.83312 18.9006 9.33489 18.9999 8.8317 19C8.32852 19.0001 7.83024 18.9011 7.36533 18.7086C6.90042 18.5161 6.478 18.2339 6.12219 17.8781C5.76638 17.5222 5.48417 17.0998 5.29166 16.6349C5.09915 16.17 5.00013 15.6717 5.00024 15.1685C5.00036 14.6654 5.09962 14.1671 5.29234 13.7023C5.48506 13.2375 5.76748 12.8152 6.12345 12.4596L8.10347 10.4795C8.45917 10.1238 8.88145 9.84168 9.3462 9.64918C9.81094 9.45667 10.3091 9.35759 10.8121 9.35759C11.3151 9.35759 11.8132 9.45667 12.278 9.64918C12.7427 9.84168 13.165 10.1238 13.5207 10.4795C13.8136 10.7724 13.8136 11.2473 13.5207 11.5402C13.2278 11.8331 12.7529 11.8331 12.4601 11.5402C12.2436 11.3238 11.9867 11.1521 11.704 11.035C11.4212 10.9179 11.1181 10.8576 10.8121 10.8576Z"
24
+ fill="white"
25
+ fillOpacity={0.2}
26
+ />
27
+ </g>
28
+ <defs>
29
+ <clipPath id="clip0_1476_52098">
30
+ <rect width={24} height={24} fill="white" />
31
+ </clipPath>
32
+ </defs>
33
+ </svg>
34
+ );
35
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @param {React.SVGProps<SVGSVGElement>} props
3
+ */
4
+ export default function SvgLinkDiscord(props: React.SVGProps<SVGSVGElement>): React.JSX.Element;
5
+ import * as React from "react";
@@ -0,0 +1,21 @@
1
+ import * as React from "react";
2
+ /**
3
+ * @param {React.SVGProps<SVGSVGElement>} props
4
+ */
5
+ export default function SvgLinkDiscord(props) {
6
+ return (
7
+ <svg
8
+ width={24}
9
+ height={24}
10
+ viewBox="0 0 24 24"
11
+ fill="none"
12
+ xmlns="http://www.w3.org/2000/svg"
13
+ {...props}
14
+ >
15
+ <path
16
+ d="M19.6512 4.92799C18.217 4.25933 16.6939 3.772 15.104 3.5C14.9039 3.85134 14.6815 4.32733 14.5259 4.70133C12.8349 4.45199 11.1561 4.45199 9.48839 4.70133C9.33273 4.32733 9.09925 3.85134 8.91023 3.5C7.3093 3.772 5.78616 4.25933 4.36197 4.92799C1.48247 9.25731 0.704216 13.4846 1.09334 17.6553C3.0056 19.0719 4.85117 19.9333 6.66449 20.5C7.1092 19.888 7.50945 19.2306 7.8541 18.5393C7.19815 18.29 6.57555 17.984 5.97519 17.6213C6.13084 17.508 6.28649 17.3833 6.43102 17.2587C10.0554 18.9473 13.9811 18.9473 17.561 17.2587C17.7167 17.3833 17.8612 17.508 18.0169 17.6213C17.4165 17.984 16.7939 18.29 16.1379 18.5393C16.4826 19.2306 16.8829 19.888 17.3275 20.5C19.1398 19.9333 20.9964 19.0719 22.8987 17.6553C23.3767 12.8273 22.1416 8.63402 19.6512 4.92799ZM8.35439 15.0826C7.26483 15.0826 6.37541 14.074 6.37541 12.8387C6.37541 11.6034 7.2426 10.5946 8.35439 10.5946C9.45503 10.5946 10.3555 11.6034 10.3333 12.8387C10.3333 14.074 9.45503 15.0826 8.35439 15.0826ZM15.6599 15.0826C14.5703 15.0826 13.6798 14.074 13.6798 12.8387C13.6798 11.6034 14.5481 10.5946 15.6599 10.5946C16.7606 10.5946 17.6611 11.6034 17.6389 12.8387C17.6389 14.074 16.7717 15.0826 15.6599 15.0826Z"
17
+ fill="#1E2134"
18
+ />
19
+ </svg>
20
+ );
21
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @param {React.SVGProps<SVGSVGElement>} props
3
+ */
4
+ export default function SvgLinkGithub(props: React.SVGProps<SVGSVGElement>): React.JSX.Element;
5
+ import * as React from "react";
@@ -0,0 +1,21 @@
1
+ import * as React from "react";
2
+ /**
3
+ * @param {React.SVGProps<SVGSVGElement>} props
4
+ */
5
+ export default function SvgLinkGithub(props) {
6
+ return (
7
+ <svg
8
+ width={24}
9
+ height={24}
10
+ viewBox="0 0 24 24"
11
+ fill="none"
12
+ xmlns="http://www.w3.org/2000/svg"
13
+ {...props}
14
+ >
15
+ <path
16
+ d="M8.68952 17.9516C8.68952 18.0323 8.59677 18.0968 8.47984 18.0968C8.34677 18.1089 8.25403 18.0444 8.25403 17.9516C8.25403 17.871 8.34677 17.8065 8.46371 17.8065C8.58468 17.7944 8.68952 17.8589 8.68952 17.9516ZM7.43548 17.7702C7.40726 17.8508 7.4879 17.9435 7.60887 17.9677C7.71371 18.0081 7.83468 17.9677 7.85887 17.8871C7.88306 17.8065 7.80645 17.7137 7.68548 17.6774C7.58064 17.6492 7.46371 17.6895 7.43548 17.7702ZM9.21774 17.7016C9.10081 17.7298 9.02016 17.8065 9.03226 17.8992C9.04435 17.9798 9.14919 18.0323 9.27016 18.004C9.3871 17.9758 9.46774 17.8992 9.45564 17.8185C9.44355 17.7419 9.33468 17.6895 9.21774 17.7016ZM11.871 2.25C6.27823 2.25 2 6.49597 2 12.0887C2 16.5605 4.81452 20.3871 8.83468 21.7339C9.35081 21.8266 9.53226 21.5081 9.53226 21.246C9.53226 20.996 9.52016 19.6169 9.52016 18.7702C9.52016 18.7702 6.69758 19.375 6.10484 17.5685C6.10484 17.5685 5.64516 16.3952 4.98387 16.0927C4.98387 16.0927 4.06048 15.4597 5.04839 15.4718C5.04839 15.4718 6.05242 15.5524 6.60484 16.5121C7.4879 18.0685 8.96774 17.621 9.54435 17.3548C9.6371 16.7097 9.89919 16.2621 10.1895 15.996C7.93548 15.746 5.66129 15.4194 5.66129 11.5403C5.66129 10.4315 5.96774 9.875 6.6129 9.16532C6.50806 8.90323 6.16532 7.82258 6.71774 6.42742C7.56048 6.16532 9.5 7.51613 9.5 7.51613C10.3065 7.29032 11.1734 7.17339 12.0323 7.17339C12.8911 7.17339 13.7581 7.29032 14.5645 7.51613C14.5645 7.51613 16.504 6.16129 17.3468 6.42742C17.8992 7.82661 17.5565 8.90323 17.4516 9.16532C18.0968 9.87903 18.4919 10.4355 18.4919 11.5403C18.4919 15.4315 16.1169 15.7419 13.8629 15.996C14.2339 16.3145 14.5484 16.9194 14.5484 17.8669C14.5484 19.2258 14.5363 20.9073 14.5363 21.2379C14.5363 21.5 14.7218 21.8185 15.2339 21.7258C19.2661 20.3871 22 16.5605 22 12.0887C22 6.49597 17.4637 2.25 11.871 2.25ZM5.91935 16.1573C5.86694 16.1976 5.87903 16.2903 5.94758 16.3669C6.0121 16.4315 6.10484 16.4597 6.15726 16.4073C6.20968 16.3669 6.19758 16.2742 6.12903 16.1976C6.06452 16.1331 5.97177 16.1048 5.91935 16.1573ZM5.48387 15.8306C5.45565 15.8831 5.49597 15.9476 5.57661 15.9879C5.64113 16.0282 5.72177 16.0161 5.75 15.9597C5.77823 15.9073 5.7379 15.8427 5.65726 15.8024C5.57661 15.7782 5.5121 15.7903 5.48387 15.8306ZM6.79032 17.2661C6.72581 17.3185 6.75 17.4395 6.84274 17.5161C6.93548 17.6089 7.05242 17.621 7.10484 17.5565C7.15726 17.504 7.13306 17.3831 7.05242 17.3065C6.96371 17.2137 6.84274 17.2016 6.79032 17.2661ZM6.33065 16.6734C6.26613 16.7137 6.26613 16.8185 6.33065 16.9113C6.39516 17.004 6.50403 17.0444 6.55645 17.004C6.62097 16.9516 6.62097 16.8468 6.55645 16.754C6.5 16.6613 6.39516 16.621 6.33065 16.6734Z"
17
+ fill="#1E2134"
18
+ />
19
+ </svg>
20
+ );
21
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @param {React.SVGProps<SVGSVGElement>} props
3
+ */
4
+ export default function SvgLinkTelegram(props: React.SVGProps<SVGSVGElement>): React.JSX.Element;
5
+ import * as React from "react";
@@ -0,0 +1,21 @@
1
+ import * as React from "react";
2
+ /**
3
+ * @param {React.SVGProps<SVGSVGElement>} props
4
+ */
5
+ export default function SvgLinkTelegram(props) {
6
+ return (
7
+ <svg
8
+ width={24}
9
+ height={24}
10
+ viewBox="0 0 24 24"
11
+ fill="none"
12
+ xmlns="http://www.w3.org/2000/svg"
13
+ {...props}
14
+ >
15
+ <path
16
+ d="M22.4168 5.16783L19.2549 20.0795C19.0163 21.1319 18.3942 21.3939 17.5102 20.8981L12.6924 17.3479L10.3677 19.5837C10.1105 19.841 9.89529 20.0561 9.39948 20.0561L9.74562 15.1495L18.6749 7.0809C19.0631 6.73477 18.5907 6.54299 18.0715 6.88913L7.0327 13.8398L2.28042 12.3524C1.2467 12.0296 1.22799 11.3187 2.49558 10.8229L21.0837 3.66169C21.9444 3.33895 22.6975 3.85347 22.4168 5.16783V5.16783Z"
17
+ fill="#1E2134"
18
+ />
19
+ </svg>
20
+ );
21
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @param {React.SVGProps<SVGSVGElement>} props
3
+ */
4
+ export default function SvgLinkTwitter(props: React.SVGProps<SVGSVGElement>): React.JSX.Element;
5
+ import * as React from "react";
@@ -0,0 +1,23 @@
1
+ import * as React from "react";
2
+ /**
3
+ * @param {React.SVGProps<SVGSVGElement>} props
4
+ */
5
+ export default function SvgLinkTwitter(props) {
6
+ return (
7
+ <svg
8
+ width={24}
9
+ height={24}
10
+ viewBox="0 0 24 24"
11
+ fill="none"
12
+ xmlns="http://www.w3.org/2000/svg"
13
+ {...props}
14
+ >
15
+ <path
16
+ fillRule="evenodd"
17
+ clipRule="evenodd"
18
+ d="M20.8513 7.47974C20.8592 7.67764 20.8618 7.87546 20.8618 8.07336C20.8618 14.0734 16.5286 21 8.60452 21C6.1704 21 3.90702 20.2444 2 18.958C2.3371 18.994 2.67946 19.021 3.02706 19.021C5.04528 19.021 6.90415 18.2923 8.37863 17.0689C6.4935 17.0419 4.90169 15.7195 4.3527 13.9204C4.61625 13.9744 4.88767 14.0015 5.16523 14.0015C5.55661 14.0015 5.93661 13.9476 6.30085 13.8396C4.32816 13.4258 2.84232 11.5908 2.84232 9.38689C2.84232 9.35991 2.84232 9.35086 2.84232 9.33287C3.4237 9.6657 4.08914 9.87249 4.79573 9.89948C3.63821 9.08089 2.87732 7.68662 2.87732 6.11241C2.87732 5.28482 3.08921 4.50218 3.46221 3.82752C5.58637 6.58014 8.76214 8.38826 12.3424 8.57717C12.2689 8.24433 12.2312 7.89359 12.2312 7.54277C12.2312 5.03303 14.1601 3 16.5399 3C17.7789 3 18.8979 3.5488 19.6833 4.43036C20.6665 4.23246 21.5877 3.85468 22.4212 3.33294C22.0981 4.39441 21.416 5.28478 20.5247 5.8425C21.3968 5.73455 22.2286 5.49186 23 5.13204C22.4212 6.04058 21.6927 6.84106 20.8513 7.47974Z"
19
+ fill="#1E2134"
20
+ />
21
+ </svg>
22
+ );
23
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @param {React.SVGProps<SVGSVGElement>} props
3
+ */
4
+ export default function SvgLinkWebsite(props: React.SVGProps<SVGSVGElement>): React.JSX.Element;
5
+ import * as React from "react";
@@ -0,0 +1,21 @@
1
+ import * as React from "react";
2
+ /**
3
+ * @param {React.SVGProps<SVGSVGElement>} props
4
+ */
5
+ export default function SvgLinkWebsite(props) {
6
+ return (
7
+ <svg
8
+ width={24}
9
+ height={24}
10
+ viewBox="0 0 24 24"
11
+ fill="none"
12
+ xmlns="http://www.w3.org/2000/svg"
13
+ {...props}
14
+ >
15
+ <path
16
+ d="M9.52406 15.5996H14.4764C13.9805 18.2182 12.988 20 12.0002 20C11.0429 20 10.0807 18.3246 9.57045 15.8364L9.52406 15.6012V15.5996ZM4.85482 15.6004H8.29876C8.58989 17.2661 9.08497 18.6839 9.73201 19.6752C7.69854 19.0715 5.9869 17.6866 4.97159 15.8236L4.85482 15.6004ZM15.7025 15.6004H19.1457C18.6532 16.576 17.9666 17.4407 17.128 18.1414C16.2895 18.8421 15.3167 19.364 14.2693 19.6752C14.8731 18.7487 15.3442 17.4525 15.6409 15.93L15.7025 15.6004ZM15.9441 10.3998H19.8391C20.1091 11.7293 20.0384 13.1055 19.6335 14.4002H15.8713C15.9938 13.246 16.0285 12.0842 15.9753 10.9247L15.9433 10.399L15.9441 10.3998ZM4.16219 10.399H8.05722C7.97355 11.5767 7.98238 12.7591 8.08362 13.9354L8.12921 14.3994H4.36694C3.96181 13.1048 3.89082 11.7286 4.16059 10.399H4.16219ZM9.26252 10.399H14.7404C14.8317 11.5778 14.8218 12.7623 14.7108 13.9394L14.6612 14.3994H9.3401C9.20031 13.2015 9.16499 11.9936 9.23453 10.7895L9.26252 10.399H14.7404H9.26092H9.26252ZM14.3557 4.45925L14.2693 4.32323C15.458 4.67638 16.5487 5.30047 17.4556 6.14646C18.3625 6.99246 19.0609 8.03731 19.496 9.19892H15.8249C15.5722 7.26593 15.0595 5.60496 14.3549 4.46005L14.3557 4.45925ZM9.63523 4.35284L9.73281 4.32323C9.02738 5.40414 8.50351 6.9875 8.22518 8.84689L8.17559 9.19892H4.50611C4.93519 8.05347 5.62041 7.02132 6.50939 6.1814C7.39837 5.34148 8.46756 4.71602 9.63523 4.35284ZM12.0002 4C13.0552 4 14.1165 6.0338 14.5708 8.9469L14.6084 9.19892H9.39209C9.82478 6.15142 10.9157 4 12.0002 4Z"
17
+ fill="#1E2134"
18
+ />
19
+ </svg>
20
+ );
21
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @param {React.SVGProps<SVGSVGElement>} props
3
+ */
4
+ export default function SvgMenuCalendar(props: React.SVGProps<SVGSVGElement>): React.JSX.Element;
5
+ import * as React from "react";
@@ -0,0 +1,23 @@
1
+ import * as React from "react";
2
+ /**
3
+ * @param {React.SVGProps<SVGSVGElement>} props
4
+ */
5
+ export default function SvgMenuCalendar(props) {
6
+ return (
7
+ <svg
8
+ width={24}
9
+ height={24}
10
+ viewBox="0 0 24 24"
11
+ fill="none"
12
+ xmlns="http://www.w3.org/2000/svg"
13
+ {...props}
14
+ >
15
+ <path
16
+ fillRule="evenodd"
17
+ clipRule="evenodd"
18
+ d="M7.50005 2.25C7.91426 2.25 8.25005 2.58579 8.25005 3V3.75H15.75V3C15.75 2.58579 16.0858 2.25 16.5 2.25C16.9143 2.25 17.25 2.58579 17.25 3V3.75H18C20.0711 3.75 21.75 5.42893 21.75 7.5V18C21.75 20.0711 20.0711 21.75 18 21.75H6C3.92893 21.75 2.25 20.0711 2.25 18V7.5C2.25 5.42893 3.92893 3.75 6 3.75H6.75005V3C6.75005 2.58579 7.08583 2.25 7.50005 2.25ZM6.75005 5.25H6C4.75736 5.25 3.75 6.25736 3.75 7.5V18C3.75 19.2426 4.75736 20.25 6 20.25H18C19.2426 20.25 20.25 19.2426 20.25 18V7.5C20.25 6.25736 19.2426 5.25 18 5.25H17.25V6C17.25 6.41421 16.9143 6.75 16.5 6.75C16.0858 6.75 15.75 6.41421 15.75 6V5.25H8.25005V6C8.25005 6.41421 7.91426 6.75 7.50005 6.75C7.08583 6.75 6.75005 6.41421 6.75005 6V5.25ZM10.25 11.5C10.25 11.0858 10.5857 10.75 11 10.75H17C17.4142 10.75 17.75 11.0858 17.75 11.5C17.75 11.9142 17.4142 12.25 17 12.25H11C10.5857 12.25 10.25 11.9142 10.25 11.5ZM11 14.75C10.5857 14.75 10.25 15.0858 10.25 15.5C10.25 15.9142 10.5857 16.25 11 16.25H17C17.4142 16.25 17.75 15.9142 17.75 15.5C17.75 15.0858 17.4142 14.75 17 14.75H11ZM6.25005 11.5C6.25005 11.0858 6.58583 10.75 7.00005 10.75H8.00005C8.41426 10.75 8.75005 11.0858 8.75005 11.5C8.75005 11.9142 8.41426 12.25 8.00005 12.25H7.00005C6.58583 12.25 6.25005 11.9142 6.25005 11.5ZM7.00005 14.75C6.58583 14.75 6.25005 15.0858 6.25005 15.5C6.25005 15.9142 6.58583 16.25 7.00005 16.25H8.00005C8.41426 16.25 8.75005 15.9142 8.75005 15.5C8.75005 15.0858 8.41426 14.75 8.00005 14.75H7.00005Z"
19
+ fill="#1E2134"
20
+ />
21
+ </svg>
22
+ );
23
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @param {React.SVGProps<SVGSVGElement>} props
3
+ */
4
+ export default function SvgMenuCouncil(props: React.SVGProps<SVGSVGElement>): React.JSX.Element;
5
+ import * as React from "react";
@@ -0,0 +1,23 @@
1
+ import * as React from "react";
2
+ /**
3
+ * @param {React.SVGProps<SVGSVGElement>} props
4
+ */
5
+ export default function SvgMenuCouncil(props) {
6
+ return (
7
+ <svg
8
+ width={24}
9
+ height={24}
10
+ viewBox="0 0 24 24"
11
+ fill="none"
12
+ xmlns="http://www.w3.org/2000/svg"
13
+ {...props}
14
+ >
15
+ <path
16
+ fillRule="evenodd"
17
+ clipRule="evenodd"
18
+ d="M8.06111 3.55311C9.13192 2.4823 10.8681 2.4823 11.9389 3.55311C13.0097 4.62393 13.0097 6.36007 11.9389 7.43088C10.8681 8.5017 9.13192 8.5017 8.06111 7.43088C6.99029 6.36007 6.99029 4.62393 8.06111 3.55311ZM7.00045 2.49245C8.65705 0.835849 11.3429 0.835849 12.9995 2.49245C14.6561 4.14906 14.6561 6.83494 12.9995 8.49154C11.3429 10.1481 8.65705 10.1481 7.00045 8.49154C5.34384 6.83494 5.34384 4.14906 7.00045 2.49245ZM10 11.241C7.86705 11.241 5.73203 11.757 4.10462 12.7045C2.48403 13.6481 1.25 15.1018 1.25 16.983V17.983C1.25 18.9492 2.03379 19.733 3 19.733H11.9397C12.9122 21.5299 14.8138 22.75 17 22.75C20.1763 22.75 22.75 20.1751 22.75 17C22.75 13.8262 20.1788 11.2525 17.0048 11.25L17.0045 11.25C16.0249 11.249 15.093 11.5083 14.2754 11.9611C12.9678 11.4928 11.4877 11.241 10 11.241ZM13.0701 18.6213C13.093 18.6626 13.112 18.7064 13.1268 18.7521C13.7942 20.2254 15.2776 21.25 17 21.25H17.0006C19.348 21.2497 21.25 19.3467 21.25 17C21.25 14.6542 19.3498 12.7521 17.0042 12.75L17.0035 12.75H17.0032C16.2338 12.7491 15.5012 12.9703 14.8675 13.3512C14.8051 13.4078 14.7339 13.4532 14.6573 13.4859C13.5198 14.261 12.75 15.5664 12.75 17C12.75 17.5742 12.8638 18.1217 13.0701 18.6213ZM11.25 17C11.25 15.506 11.8551 14.1229 12.8285 13.0877C11.9365 12.8626 10.9734 12.741 10 12.741C8.08495 12.741 6.21997 13.2086 4.85938 14.0008C3.49197 14.797 2.75 15.8393 2.75 16.983V17.983C2.75 18.1208 2.86221 18.233 3 18.233H11.3825C11.2957 17.8358 11.25 17.4233 11.25 17ZM19.7523 16.4193C20.0452 16.1264 20.0452 15.6515 19.7523 15.3586C19.4595 15.0658 18.9846 15.0658 18.6917 15.3586L16.4442 17.6062L15.3085 16.4698C15.0157 16.1768 14.5408 16.1767 14.2478 16.4695C13.9549 16.7623 13.9547 17.2372 14.2475 17.5301L15.9135 19.1971C16.0542 19.3379 16.245 19.4169 16.4439 19.417C16.6429 19.417 16.8337 19.338 16.9743 19.1973L19.7523 16.4193Z"
19
+ fill="#1E2134"
20
+ />
21
+ </svg>
22
+ );
23
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @param {React.SVGProps<SVGSVGElement>} props
3
+ */
4
+ export default function SvgMenuDemocracy(props: React.SVGProps<SVGSVGElement>): React.JSX.Element;
5
+ import * as React from "react";
@@ -0,0 +1,23 @@
1
+ import * as React from "react";
2
+ /**
3
+ * @param {React.SVGProps<SVGSVGElement>} props
4
+ */
5
+ export default function SvgMenuDemocracy(props) {
6
+ return (
7
+ <svg
8
+ width={24}
9
+ height={24}
10
+ viewBox="0 0 24 24"
11
+ fill="none"
12
+ xmlns="http://www.w3.org/2000/svg"
13
+ {...props}
14
+ >
15
+ <path
16
+ fillRule="evenodd"
17
+ clipRule="evenodd"
18
+ d="M11.5 2.75C11.0862 2.75 10.75 3.08621 10.75 3.5V5.5V12C10.75 12.4142 10.4142 12.75 10 12.75C9.58579 12.75 9.25 12.4142 9.25 12V5.5C9.25 5.08621 8.91379 4.75 8.5 4.75C8.08621 4.75 7.75 5.08621 7.75 5.5V7.5V12C7.75 12.4142 7.41421 12.75 7 12.75C6.58579 12.75 6.25 12.4142 6.25 12V7.5C6.25 7.08621 5.91379 6.75 5.5 6.75C5.08621 6.75 4.75 7.08621 4.75 7.5V11V16C4.75 18.8998 7.10021 21.25 10 21.25H11.789C13.544 21.25 15.183 20.3725 16.157 18.912L16.157 18.9119L19.669 13.644L19.6691 13.6437C19.8816 13.3252 19.8398 12.9005 19.5687 12.6293C19.2546 12.3152 18.7454 12.3152 18.4313 12.6293L16.5303 14.5303C16.3158 14.7448 15.9932 14.809 15.713 14.6929C15.4327 14.5768 15.25 14.3033 15.25 14V11V5.5C15.25 5.08621 14.9138 4.75 14.5 4.75C14.0862 4.75 13.75 5.08621 13.75 5.5V12C13.75 12.4142 13.4142 12.75 13 12.75C12.5858 12.75 12.25 12.4142 12.25 12V5.5V3.5C12.25 3.08621 11.9138 2.75 11.5 2.75ZM13.7468 3.37927C13.684 2.19314 12.7017 1.25 11.5 1.25C10.2983 1.25 9.31597 2.19314 9.25319 3.37927C9.01768 3.29557 8.76414 3.25 8.5 3.25C7.29829 3.25 6.31597 4.19314 6.25319 5.37927C6.01768 5.29557 5.76414 5.25 5.5 5.25C4.25779 5.25 3.25 6.25779 3.25 7.5V11V16C3.25 19.7282 6.27179 22.75 10 22.75H11.789C14.0459 22.75 16.153 21.6215 17.405 19.7441L17.405 19.744L20.9169 14.4763L20.917 14.476C21.5264 13.5626 21.4061 12.3455 20.6293 11.5687C19.7294 10.6688 18.2706 10.6688 17.3707 11.5687L16.75 12.1893V11V5.5C16.75 4.25779 15.7422 3.25 14.5 3.25C14.2359 3.25 13.9823 3.29557 13.7468 3.37927Z"
19
+ fill="#1E2134"
20
+ />
21
+ </svg>
22
+ );
23
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @param {React.SVGProps<SVGSVGElement>} props
3
+ */
4
+ export default function SvgMenuDiscussions(props: React.SVGProps<SVGSVGElement>): React.JSX.Element;
5
+ import * as React from "react";
@@ -0,0 +1,23 @@
1
+ import * as React from "react";
2
+ /**
3
+ * @param {React.SVGProps<SVGSVGElement>} props
4
+ */
5
+ export default function SvgMenuDiscussions(props) {
6
+ return (
7
+ <svg
8
+ width={24}
9
+ height={24}
10
+ viewBox="0 0 24 24"
11
+ fill="none"
12
+ xmlns="http://www.w3.org/2000/svg"
13
+ {...props}
14
+ >
15
+ <path
16
+ fillRule="evenodd"
17
+ clipRule="evenodd"
18
+ d="M5.435 2.25C3.67579 2.25 2.25 3.67579 2.25 5.435V12.131C2.25 13.8902 3.67579 15.316 5.435 15.316H5.902V17C5.902 17.2766 6.05422 17.5307 6.29807 17.6612C6.54192 17.7918 6.83782 17.7775 7.06796 17.6241L8.25 16.8362V17C8.25 18.5192 9.48079 19.75 11 19.75H14.7729L17.584 21.624C17.8141 21.7775 18.11 21.7918 18.3539 21.6613C18.5978 21.5307 18.75 21.2766 18.75 21V19.75H19C20.5192 19.75 21.75 18.5192 21.75 17V11.5C21.75 9.98079 20.5192 8.75 19 8.75H18.359V5.435C18.359 3.67579 16.9332 2.25 15.174 2.25H5.435ZM17.6078 10.25C17.6082 10.25 17.6086 10.25 17.609 10.25C17.6094 10.25 17.6098 10.25 17.6102 10.25H19C19.6908 10.25 20.25 10.8092 20.25 11.5V17C20.25 17.6908 19.6908 18.25 19 18.25H18C17.5858 18.25 17.25 18.5858 17.25 19V19.5986L15.416 18.376C15.2928 18.2938 15.1481 18.25 15 18.25H11C10.3092 18.25 9.75 17.6908 9.75 17V15.4453C9.75011 15.438 9.75011 15.4307 9.75 15.4234V11.5C9.75 10.8092 10.3092 10.25 11 10.25H17.6078ZM16.859 8.75V5.435C16.859 4.50421 16.1048 3.75 15.174 3.75H5.435C4.50421 3.75 3.75 4.50421 3.75 5.435V12.131C3.75 13.0618 4.50421 13.816 5.435 13.816H6.652C7.06621 13.816 7.402 14.1518 7.402 14.566V15.5988L8.25 15.0336V11.5C8.25 9.98079 9.48079 8.75 11 8.75H16.859Z"
19
+ fill="#1E2134"
20
+ />
21
+ </svg>
22
+ );
23
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @param {React.SVGProps<SVGSVGElement>} props
3
+ */
4
+ export default function SvgMenuFellowship(props: React.SVGProps<SVGSVGElement>): React.JSX.Element;
5
+ import * as React from "react";
@@ -0,0 +1,23 @@
1
+ import * as React from "react";
2
+ /**
3
+ * @param {React.SVGProps<SVGSVGElement>} props
4
+ */
5
+ export default function SvgMenuFellowship(props) {
6
+ return (
7
+ <svg
8
+ width={24}
9
+ height={24}
10
+ viewBox="0 0 24 24"
11
+ fill="none"
12
+ xmlns="http://www.w3.org/2000/svg"
13
+ {...props}
14
+ >
15
+ <path
16
+ fillRule="evenodd"
17
+ clipRule="evenodd"
18
+ d="M8.342 6.30102C7.65248 5.54633 6.45098 5.50954 5.63033 6.33019C4.78689 7.17362 4.75828 8.39748 5.53033 9.16953C6.33744 9.97664 7.56256 9.97664 8.36967 9.16953C9.17568 8.36352 9.17677 7.14062 8.37295 6.33347C8.36767 6.32825 8.36244 6.32293 8.35729 6.31751C8.35209 6.31208 8.347 6.30658 8.342 6.30102ZM9.44284 5.2821C8.13048 3.85353 5.94358 3.89562 4.56967 5.26953C3.2131 6.62609 3.04172 8.80224 4.46967 10.2302C5.86256 11.6231 8.03744 11.6231 9.43033 10.2302C10.819 8.84148 10.8232 6.67548 9.44284 5.2821ZM18.342 6.30107C17.6522 5.54633 16.351 5.50953 15.5303 6.33019C14.7232 7.1373 14.7232 8.36242 15.5303 9.16953C16.3374 9.97664 17.5626 9.97664 18.3697 9.16953C19.1757 8.36352 19.1768 7.14062 18.3729 6.33347C18.3677 6.32825 18.3624 6.32293 18.3573 6.31751C18.3521 6.31209 18.347 6.30661 18.342 6.30107ZM19.4428 5.28206C18.1298 3.85353 15.8436 3.89563 14.4697 5.26953C13.0768 6.66242 13.0768 8.8373 14.4697 10.2302C15.8626 11.6231 18.0374 11.6231 19.4303 10.2302C20.8191 8.84146 20.8232 6.67544 19.4428 5.28206ZM7 13.2499C3.78579 13.2499 1.25 15.7857 1.25 18.9999C1.25 19.4141 1.58579 19.7499 2 19.7499C2.41421 19.7499 2.75 19.4141 2.75 18.9999C2.75 16.6141 4.61421 14.7499 7 14.7499C9.38579 14.7499 11.25 16.6141 11.25 18.9999C11.25 19.4141 11.5858 19.7499 12 19.7499C12.4142 19.7499 12.75 19.4141 12.75 18.9999C12.75 16.6141 14.6142 14.7499 17 14.7499C19.3858 14.7499 21.25 16.6141 21.25 18.9999C21.25 19.4141 21.5858 19.7499 22 19.7499C22.4142 19.7499 22.75 19.4141 22.75 18.9999C22.75 15.7857 20.2142 13.2499 17 13.2499C14.8379 13.2499 12.9828 14.3972 12 16.1267C11.0172 14.3972 9.16207 13.2499 7 13.2499Z"
19
+ fill="#1E2134"
20
+ />
21
+ </svg>
22
+ );
23
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @param {React.SVGProps<SVGSVGElement>} props
3
+ */
4
+ export default function SvgMenuNavigation(props: React.SVGProps<SVGSVGElement>): React.JSX.Element;
5
+ import * as React from "react";
@@ -0,0 +1,23 @@
1
+ import * as React from "react";
2
+ /**
3
+ * @param {React.SVGProps<SVGSVGElement>} props
4
+ */
5
+ export default function SvgMenuNavigation(props) {
6
+ return (
7
+ <svg
8
+ width={24}
9
+ height={24}
10
+ viewBox="0 0 24 24"
11
+ fill="none"
12
+ xmlns="http://www.w3.org/2000/svg"
13
+ {...props}
14
+ >
15
+ <path
16
+ fillRule="evenodd"
17
+ clipRule="evenodd"
18
+ d="M6.66667 4.75C5.60799 4.75 4.75 5.60799 4.75 6.66667C4.75 7.72534 5.60799 8.58333 6.66667 8.58333H8.58333V6.66667C8.58333 5.60799 7.72534 4.75 6.66667 4.75ZM6.66667 3.25C4.77956 3.25 3.25 4.77956 3.25 6.66667C3.25 8.55377 4.77956 10.0833 6.66667 10.0833H8.58335V13.9167H6.66667C4.77956 13.9167 3.25 15.4462 3.25 17.3333C3.25 19.2204 4.77956 20.75 6.66667 20.75C8.55377 20.75 10.0833 19.2204 10.0833 17.3333V15.4167H13.9167V17.3333C13.9167 19.2204 15.4463 20.75 17.3334 20.75C19.2205 20.75 20.75 19.2204 20.75 17.3333C20.75 15.4462 19.2205 13.9167 17.3334 13.9167H15.4167V10.0833H17.3334C19.2205 10.0833 20.75 8.55377 20.75 6.66667C20.75 4.77956 19.2205 3.25 17.3334 3.25C15.4463 3.25 13.9167 4.77956 13.9167 6.66667V8.58333H10.0833V6.66667C10.0833 4.77956 8.55377 3.25 6.66667 3.25ZM10.0833 10.0833V13.9167H13.9167V10.0833H10.0833ZM4.75 17.3333C4.75 16.2747 5.60799 15.4167 6.66667 15.4167H8.58333V17.3333C8.58333 18.392 7.72534 19.25 6.66667 19.25C5.60799 19.25 4.75 18.392 4.75 17.3333ZM17.3334 19.25C18.392 19.25 19.25 18.392 19.25 17.3333C19.25 16.2747 18.392 15.4167 17.3334 15.4167H15.4167V17.3333C15.4167 18.392 16.2747 19.25 17.3334 19.25ZM15.4167 6.66667C15.4167 5.60799 16.2747 4.75 17.3334 4.75C18.392 4.75 19.25 5.60799 19.25 6.66667C19.25 7.72534 18.392 8.58333 17.3334 8.58333H15.4167V6.66667Z"
19
+ fill="#1E2134"
20
+ />
21
+ </svg>
22
+ );
23
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @param {React.SVGProps<SVGSVGElement>} props
3
+ */
4
+ export default function SvgMenuOffChainVoting(props: React.SVGProps<SVGSVGElement>): React.JSX.Element;
5
+ import * as React from "react";
@@ -0,0 +1,23 @@
1
+ import * as React from "react";
2
+ /**
3
+ * @param {React.SVGProps<SVGSVGElement>} props
4
+ */
5
+ export default function SvgMenuOffChainVoting(props) {
6
+ return (
7
+ <svg
8
+ width={24}
9
+ height={24}
10
+ viewBox="0 0 24 24"
11
+ fill="none"
12
+ xmlns="http://www.w3.org/2000/svg"
13
+ {...props}
14
+ >
15
+ <path
16
+ fillRule="evenodd"
17
+ clipRule="evenodd"
18
+ d="M15.3136 2.40636C14.6302 1.72294 13.5222 1.72294 12.8388 2.40636L4.58705 10.6581C3.90363 11.3415 3.90363 12.4495 4.58705 13.133L7.70409 16.25H6.41424C5.95011 16.25 5.50499 16.4344 5.1768 16.7626L1.46969 20.4697C1.25519 20.6842 1.19103 21.0068 1.30711 21.287C1.4232 21.5673 1.69668 21.75 2.00002 21.75H22C22.3034 21.75 22.5768 21.5673 22.6929 21.287C22.809 21.0068 22.7449 20.6842 22.5304 20.4697L18.8232 16.7626C18.4951 16.4344 18.0499 16.25 17.5858 16.25H14.438L20.5602 10.1278C21.2436 9.44439 21.2436 8.33635 20.5602 7.65293L15.3136 2.40636ZM12.938 17.75L12.3085 18.3795C11.6251 19.0629 10.517 19.0629 9.83362 18.3795L9.20409 17.75H6.41424C6.34793 17.75 6.28434 17.7763 6.23746 17.8232L3.81068 20.25H20.1894L17.7626 17.8232C17.7157 17.7763 17.6521 17.75 17.5858 17.75H12.938ZM10.047 16.4716L10.8943 17.3189C10.9919 17.4165 11.1502 17.4165 11.2478 17.3189L19.4996 9.06714C19.5972 8.96951 19.5972 8.81122 19.4996 8.71359L14.253 3.46702C14.1554 3.36939 13.9971 3.36939 13.8994 3.46702L5.64771 11.7187C5.55008 11.8164 5.55008 11.9747 5.64771 12.0723L10.0431 16.4677C10.0444 16.469 10.0457 16.4703 10.047 16.4716Z"
19
+ fill="#1E2134"
20
+ />
21
+ </svg>
22
+ );
23
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @param {React.SVGProps<SVGSVGElement>} props
3
+ */
4
+ export default function SvgMenuOverview(props: React.SVGProps<SVGSVGElement>): React.JSX.Element;
5
+ import * as React from "react";
@@ -0,0 +1,23 @@
1
+ import * as React from "react";
2
+ /**
3
+ * @param {React.SVGProps<SVGSVGElement>} props
4
+ */
5
+ export default function SvgMenuOverview(props) {
6
+ return (
7
+ <svg
8
+ width={24}
9
+ height={24}
10
+ viewBox="0 0 24 24"
11
+ fill="none"
12
+ xmlns="http://www.w3.org/2000/svg"
13
+ {...props}
14
+ >
15
+ <path
16
+ fillRule="evenodd"
17
+ clipRule="evenodd"
18
+ d="M2.24634 7.99634C2.24634 4.8207 4.8207 2.24634 7.99634 2.24634H16.0038C19.1795 2.24634 21.7538 4.8207 21.7538 7.99634V16.0038C21.7538 19.1795 19.1795 21.7538 16.0038 21.7538H7.99634C4.8207 21.7538 2.24634 19.1795 2.24634 16.0038V7.99634ZM7.99634 3.74634C5.64913 3.74634 3.74634 5.64913 3.74634 7.99634V16.0038C3.74634 18.351 5.64913 20.2538 7.99634 20.2538H16.0038C18.351 20.2538 20.2538 18.351 20.2538 16.0038V7.99634C20.2538 5.64913 18.351 3.74634 16.0038 3.74634H7.99634ZM7.74858 8.99884C7.74858 8.30837 8.30832 7.74863 8.99879 7.74863C9.68926 7.74863 10.249 8.30837 10.249 8.99884C10.249 9.68931 9.68926 10.249 8.99879 10.249C8.30832 10.249 7.74858 9.68931 7.74858 8.99884ZM15.0013 7.74863C14.3108 7.74863 13.7511 8.30837 13.7511 8.99884C13.7511 9.68931 14.3108 10.249 15.0013 10.249C15.6918 10.249 16.2515 9.68931 16.2515 8.99884C16.2515 8.30837 15.6918 7.74863 15.0013 7.74863ZM7.74858 15.0013C7.74858 14.3109 8.30832 13.7511 8.99879 13.7511C9.68926 13.7511 10.249 14.3109 10.249 15.0013C10.249 15.6918 9.68926 16.2515 8.99879 16.2515C8.30832 16.2515 7.74858 15.6918 7.74858 15.0013ZM15.0013 13.7511C14.3108 13.7511 13.7511 14.3109 13.7511 15.0013C13.7511 15.6918 14.3108 16.2515 15.0013 16.2515C15.6918 16.2515 16.2515 15.6918 16.2515 15.0013C16.2515 14.3109 15.6918 13.7511 15.0013 13.7511Z"
19
+ fill="#1E2134"
20
+ />
21
+ </svg>
22
+ );
23
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @param {React.SVGProps<SVGSVGElement>} props
3
+ */
4
+ export default function SvgMenuPolkassembly(props: React.SVGProps<SVGSVGElement>): React.JSX.Element;
5
+ import * as React from "react";
@@ -0,0 +1,23 @@
1
+ import * as React from "react";
2
+ /**
3
+ * @param {React.SVGProps<SVGSVGElement>} props
4
+ */
5
+ export default function SvgMenuPolkassembly(props) {
6
+ return (
7
+ <svg
8
+ width={24}
9
+ height={24}
10
+ viewBox="0 0 24 24"
11
+ fill="none"
12
+ xmlns="http://www.w3.org/2000/svg"
13
+ {...props}
14
+ >
15
+ <path
16
+ fillRule="evenodd"
17
+ clipRule="evenodd"
18
+ d="M9.68726 2.5317C9.8531 2.91126 9.67984 3.3534 9.30028 3.51924C6.03179 4.94731 3.75 8.20796 3.75 11.9999C3.75 17.1085 7.89137 21.2499 13 21.2499C15.5877 21.2499 17.9262 20.1883 19.6059 18.4749C19.8958 18.1791 20.3707 18.1743 20.6665 18.4643C20.9623 18.7543 20.967 19.2291 20.677 19.5249C18.7268 21.5142 16.007 22.7499 13 22.7499C7.06294 22.7499 2.25 17.937 2.25 11.9999C2.25 7.59054 4.90459 3.80287 8.69972 2.14471C9.07929 1.97887 9.52143 2.15213 9.68726 2.5317ZM13 5.74989C9.54822 5.74989 6.75 8.54811 6.75 11.9999C6.75 15.4517 9.54822 18.2499 13 18.2499C13.4142 18.2499 13.75 18.5857 13.75 18.9999C13.75 19.4141 13.4142 19.7499 13 19.7499C8.71979 19.7499 5.25 16.2801 5.25 11.9999C5.25 7.71968 8.71979 4.24989 13 4.24989C14.8965 4.24989 16.6356 4.93204 17.9824 6.06352C18.2996 6.32996 18.3407 6.80305 18.0743 7.1202C17.8078 7.43735 17.3347 7.47846 17.0176 7.21202C15.9309 6.29909 14.5306 5.74989 13 5.74989ZM9.75 11.9999C9.75 10.205 11.2051 8.74989 13 8.74989C13.5726 8.74989 14.1085 8.89731 14.5741 9.15569C14.9363 9.35667 15.3928 9.22598 15.5938 8.86379C15.7948 8.5016 15.6641 8.04506 15.3019 7.84409C14.6193 7.46531 13.8337 7.24989 13 7.24989C10.3766 7.24989 8.25 9.37653 8.25 11.9999C8.25 14.6232 10.3766 16.7499 13 16.7499C14.1226 16.7499 15.156 16.3595 15.9691 15.7078C16.2923 15.4487 16.3443 14.9767 16.0852 14.6535C15.8261 14.3303 15.3541 14.2783 15.0309 14.5374C14.4744 14.9835 13.7693 15.2499 13 15.2499C11.2051 15.2499 9.75 13.7948 9.75 11.9999Z"
19
+ fill="#1E2134"
20
+ />
21
+ </svg>
22
+ );
23
+ }