@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,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12.7504 4.6665C12.7504 4.25229 12.4146 3.9165 12.0004 3.9165C11.5862 3.9165 11.2504 4.25229 11.2504 4.6665V11.2498H4.66699C4.25278 11.2498 3.91699 11.5856 3.91699 11.9998C3.91699 12.414 4.25278 12.7498 4.66699 12.7498L11.2504 12.7498L11.2504 19.3332C11.2504 19.7474 11.5862 20.0832 12.0004 20.0832C12.4146 20.0832 12.7504 19.7474 12.7504 19.3332V12.7498H19.3337C19.7479 12.7498 20.0837 12.414 20.0837 11.9998C20.0837 11.5856 19.7479 11.2498 19.3337 11.2498L12.7504 11.2498L12.7504 4.6665Z" fill="#1E2134"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12 3.75C7.44021 3.75 3.75 7.44021 3.75 12C3.75 13.3239 4.08241 14.5683 4.64516 15.6883C4.83113 16.0584 4.68185 16.5092 4.31173 16.6952C3.94162 16.8811 3.49082 16.7319 3.30484 16.3617C2.64759 15.0537 2.25 13.5801 2.25 12C2.25 6.61179 6.61179 2.25 12 2.25C17.3882 2.25 21.75 6.61179 21.75 12C21.75 13.5774 21.3547 15.0528 20.6922 16.3617C20.5051 16.7313 20.0539 16.8792 19.6843 16.6922C19.3147 16.5051 19.1668 16.0538 19.3538 15.6843C19.9193 14.5672 20.25 13.3226 20.25 12C20.25 7.44021 16.5598 3.75 12 3.75ZM7.14095 18.5789C8.48947 19.6286 10.164 20.25 11.977 20.25C13.8109 20.25 15.5057 19.6138 16.859 18.542C15.5105 17.4923 13.836 16.871 12.023 16.871C10.1891 16.871 8.49434 17.5072 7.14095 18.5789ZM5.47726 18.0462C7.17849 16.3926 9.48621 15.371 12.023 15.371C14.5351 15.371 16.8176 16.3722 18.5177 17.9943C18.6652 18.135 18.749 18.3297 18.75 18.5335C18.7509 18.7373 18.6689 18.9327 18.5227 19.0748C16.8215 20.7283 14.5138 21.75 11.977 21.75C9.4649 21.75 7.18239 20.7487 5.48227 19.1266C5.3348 18.9859 5.25095 18.7913 5.25001 18.5874C5.24906 18.3836 5.33111 18.1882 5.47726 18.0462ZM10.409 8.40901C11.2877 7.53033 12.7123 7.53033 13.591 8.40901C14.4697 9.28768 14.4697 10.7123 13.591 11.591C12.7123 12.4697 11.2877 12.4697 10.409 11.591C9.53033 10.7123 9.53033 9.28768 10.409 8.40901ZM9.34835 7.34835C10.8128 5.88388 13.1872 5.88388 14.6516 7.34835C16.1161 8.81281 16.1161 11.1872 14.6516 12.6516C13.1872 14.1161 10.8128 14.1161 9.34835 12.6516C7.88388 11.1872 7.88388 8.81281 9.34835 7.34835Z" fill="#1E2134"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.18359 7.18359C9.42836 4.9388 13.0679 4.9388 15.3126 7.18359C17.5369 9.40781 17.5572 13.0013 15.3737 15.2506C15.3512 15.2685 15.3295 15.2878 15.3087 15.3087C15.2878 15.3295 15.2685 15.3512 15.2506 15.3737C13.0013 17.5572 9.40781 17.5369 7.18359 15.3126C4.9388 13.0679 4.9388 9.42836 7.18359 7.18359ZM15.8159 16.8765C12.9691 19.1925 8.77442 19.0248 6.12292 16.3733C3.29236 13.5427 3.29236 8.95349 6.12292 6.12292C8.95349 3.29236 13.5427 3.29236 16.3733 6.12292C19.0248 8.77442 19.1925 12.9691 16.8765 15.8159L19.7758 18.7151C20.0686 19.008 20.0686 19.4829 19.7758 19.7758C19.4829 20.0686 19.008 20.0686 18.7151 19.7758L15.8159 16.8765Z" fill="#1E2134"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15.2925 6.29844C14.7958 6.01166 14.4119 5.54129 14.3344 4.97299L14.1552 3.65926C14.0996 3.25151 13.7514 2.94751 13.3398 2.94751L10.6618 2.94751C10.2503 2.94751 9.90202 3.25151 9.84641 3.65926L9.6673 4.97276C9.58976 5.54139 9.20804 6.00993 8.71066 6.29622C8.21372 6.58225 7.61188 6.68218 7.08114 6.46521L5.85479 5.96388C5.47387 5.80815 5.03647 5.95776 4.8307 6.31415L3.49169 8.6334C3.28592 8.98979 3.37506 9.44339 3.70038 9.69542L4.74774 10.5068C5.201 10.858 5.41538 11.4291 5.41614 12.0025C5.4169 12.5764 5.20199 13.1412 4.74832 13.4926L3.70036 14.3045C3.37503 14.5565 3.28589 15.0101 3.49166 15.3665L4.83067 17.6858C5.03644 18.0422 5.47384 18.1918 5.85477 18.0361L7.08195 17.5344C7.6129 17.3173 8.21225 17.4147 8.709 17.7015C9.20581 17.9883 9.58981 18.4587 9.66732 19.0271L9.84641 20.3405C9.90202 20.7482 10.2503 21.0522 10.6618 21.0522L13.3398 21.0522C13.7514 21.0522 14.0996 20.7482 14.1552 20.3405L14.3343 19.027C14.4119 18.4584 14.7936 17.9899 15.2909 17.7037C15.7878 17.4176 16.3896 17.3177 16.9203 17.5347L18.1467 18.036C18.5277 18.1918 18.9651 18.0421 19.1708 17.6858L20.5098 15.3665C20.7156 15.0101 20.6265 14.5565 20.3011 14.3045L19.2538 13.4931C18.8005 13.1419 18.5861 12.5708 18.5854 11.9974C18.5846 11.4236 18.7995 10.8587 19.2532 10.5073L20.3011 9.69546C20.6264 9.44342 20.7156 8.98982 20.5098 8.63343L19.1708 6.31418C18.965 5.95779 18.5276 5.80818 18.1467 5.96391L16.9197 6.46552C16.3887 6.68259 15.7893 6.58526 15.2925 6.29844Z" stroke="#1E2134" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M14.1388 13.2343C13.4571 14.4152 11.9472 14.8197 10.7664 14.138C9.58555 13.4562 9.18097 11.9463 9.86271 10.7655C10.5445 9.58469 12.0544 9.18011 13.2352 9.86186C14.416 10.5436 14.8206 12.0535 14.1388 13.2343Z" stroke="#1E2134" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M21.4175 5.40771L8.86101 18.592L2.58276 12.0002" stroke="#4CAF50" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M21.4175 5.40771L8.86101 18.592L2.58276 12.0002" stroke="#4CAF50" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M5 5L12 12M12 12L19 19M12 12L19 5M12 12L5 19" stroke="#F44336" stroke-width="1.5" stroke-linecap="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M5 5L12 12M12 12L19 19M12 12L19 5M12 12L5 19" stroke="#F44336" stroke-width="1.5" stroke-linecap="round"/>
3
+ </svg>
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @param {React.SVGProps<SVGSVGElement>} props
3
+ */
4
+ export default function SvgArrowDown(props: React.SVGProps<SVGSVGElement>): React.JSX.Element;
5
+ import * as React from "react";
@@ -0,0 +1,24 @@
1
+ import * as React from "react";
2
+ /**
3
+ * @param {React.SVGProps<SVGSVGElement>} props
4
+ */
5
+ export default function SvgArrowDown(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 10L12 14L16 10"
17
+ stroke="#1E2134"
18
+ strokeWidth={1.5}
19
+ strokeLinecap="round"
20
+ strokeLinejoin="round"
21
+ />
22
+ </svg>
23
+ );
24
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @param {React.SVGProps<SVGSVGElement>} props
3
+ */
4
+ export default function SvgArrowExpend(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 SvgArrowExpend(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.9996 3.75788C21.0015 3.56348 20.9283 3.36849 20.78 3.22016C20.629 3.06918 20.4297 2.99602 20.2318 3.0007L15.0333 3.0007C14.619 3.0007 14.2833 3.33649 14.2833 3.7507C14.2833 4.16491 14.619 4.5007 15.0333 4.5007L18.4388 4.5007L13.9836 8.95588C13.6907 9.24877 13.6907 9.72364 13.9836 10.0165C14.2765 10.3094 14.7514 10.3094 15.0443 10.0165L19.4996 5.56119V8.96707C19.4996 9.38128 19.8354 9.71707 20.2496 9.71707C20.6638 9.71707 20.9996 9.38128 20.9996 8.96707V3.75788ZM4.5015 18.4382L4.5015 15.0328C4.5015 14.6186 4.16571 14.2828 3.7515 14.2828C3.33729 14.2828 3.0015 14.6186 3.0015 15.0328L3.0015 20.2213C2.99401 20.4225 3.06705 20.6262 3.22065 20.7798C3.37164 20.9307 3.571 21.0039 3.76885 20.9992L8.96787 20.9992C9.38208 20.9992 9.71787 20.6634 9.71787 20.2492C9.71787 19.835 9.38208 19.4992 8.96787 19.4992L5.56185 19.4992L10.017 15.044C10.3099 14.7511 10.3099 14.2763 10.017 13.9834C9.72413 13.6905 9.24926 13.6905 8.95637 13.9834L4.5015 18.4382Z"
19
+ fill="#1E2134"
20
+ />
21
+ </svg>
22
+ );
23
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @param {React.SVGProps<SVGSVGElement>} props
3
+ */
4
+ export default function SvgArrowFold(props: React.SVGProps<SVGSVGElement>): React.JSX.Element;
5
+ import * as React from "react";
@@ -0,0 +1,24 @@
1
+ import * as React from "react";
2
+ /**
3
+ * @param {React.SVGProps<SVGSVGElement>} props
4
+ */
5
+ export default function SvgArrowFold(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="M10.3999 8L6.3999 12L10.3999 16M15.9999 8V16"
17
+ stroke="#1E2134"
18
+ strokeWidth={1.5}
19
+ strokeLinecap="round"
20
+ strokeLinejoin="round"
21
+ />
22
+ </svg>
23
+ );
24
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @param {React.SVGProps<SVGSVGElement>} props
3
+ */
4
+ export default function SvgArrowLeft(props: React.SVGProps<SVGSVGElement>): React.JSX.Element;
5
+ import * as React from "react";
@@ -0,0 +1,24 @@
1
+ import * as React from "react";
2
+ /**
3
+ * @param {React.SVGProps<SVGSVGElement>} props
4
+ */
5
+ export default function SvgArrowLeft(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="M14 8L10 12L14 16"
17
+ stroke="#1E2134"
18
+ strokeWidth={1.5}
19
+ strokeLinecap="round"
20
+ strokeLinejoin="round"
21
+ />
22
+ </svg>
23
+ );
24
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @param {React.SVGProps<SVGSVGElement>} props
3
+ */
4
+ export default function SvgArrowRight(props: React.SVGProps<SVGSVGElement>): React.JSX.Element;
5
+ import * as React from "react";
@@ -0,0 +1,24 @@
1
+ import * as React from "react";
2
+ /**
3
+ * @param {React.SVGProps<SVGSVGElement>} props
4
+ */
5
+ export default function SvgArrowRight(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="M10 16L14 12L10 8"
17
+ stroke="#1E2134"
18
+ strokeWidth={1.5}
19
+ strokeLinecap="round"
20
+ strokeLinejoin="round"
21
+ />
22
+ </svg>
23
+ );
24
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @param {React.SVGProps<SVGSVGElement>} props
3
+ */
4
+ export default function SvgArrowUnfold(props: React.SVGProps<SVGSVGElement>): React.JSX.Element;
5
+ import * as React from "react";
@@ -0,0 +1,24 @@
1
+ import * as React from "react";
2
+ /**
3
+ * @param {React.SVGProps<SVGSVGElement>} props
4
+ */
5
+ export default function SvgArrowUnfold(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="M13.6 16L17.6 12L13.6 8M8 16L8 8"
17
+ stroke="#1E2134"
18
+ strokeWidth={1.5}
19
+ strokeLinecap="round"
20
+ strokeLinejoin="round"
21
+ />
22
+ </svg>
23
+ );
24
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @param {React.SVGProps<SVGSVGElement>} props
3
+ */
4
+ export default function SvgArrowUp(props: React.SVGProps<SVGSVGElement>): React.JSX.Element;
5
+ import * as React from "react";
@@ -0,0 +1,24 @@
1
+ import * as React from "react";
2
+ /**
3
+ * @param {React.SVGProps<SVGSVGElement>} props
4
+ */
5
+ export default function SvgArrowUp(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="M16 14L12 10L8 14"
17
+ stroke="#1E2134"
18
+ strokeWidth={1.5}
19
+ strokeLinecap="round"
20
+ strokeLinejoin="round"
21
+ />
22
+ </svg>
23
+ );
24
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @param {React.SVGProps<SVGSVGElement>} props
3
+ */
4
+ export default function SvgIdentityAuthorized(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 SvgIdentityAuthorized(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_51944)">
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="#4CAF50"
19
+ />
20
+ <path
21
+ fillRule="evenodd"
22
+ clipRule="evenodd"
23
+ d="M17.5221 7.93858C17.8826 8.29906 17.8826 8.88352 17.5221 9.244L10.4744 16.2917C10.3013 16.4648 10.0665 16.5621 9.8217 16.5621C9.57689 16.5621 9.3421 16.4648 9.16899 16.2917L6.14854 13.2713C5.78805 12.9108 5.78805 12.3263 6.14854 11.9658C6.50902 11.6054 7.09348 11.6054 7.45396 11.9658L9.8217 14.3336L16.2167 7.93858C16.5772 7.57809 17.1616 7.57809 17.5221 7.93858Z"
24
+ fill="white"
25
+ />
26
+ </g>
27
+ <defs>
28
+ <clipPath id="clip0_1476_51944">
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 SvgIdentityAuthorizedDark(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 SvgIdentityAuthorizedDark(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_52095)">
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="#4CAF50"
19
+ />
20
+ <path
21
+ fillRule="evenodd"
22
+ clipRule="evenodd"
23
+ d="M17.5221 7.93858C17.8826 8.29906 17.8826 8.88352 17.5221 9.244L10.4744 16.2917C10.3013 16.4648 10.0665 16.5621 9.8217 16.5621C9.57689 16.5621 9.3421 16.4648 9.16899 16.2917L6.14854 13.2713C5.78805 12.9108 5.78805 12.3263 6.14854 11.9658C6.50902 11.6054 7.09348 11.6054 7.45396 11.9658L9.8217 14.3336L16.2167 7.93858C16.5772 7.57809 17.1616 7.57809 17.5221 7.93858Z"
24
+ fill="white"
25
+ />
26
+ </g>
27
+ <defs>
28
+ <clipPath id="clip0_1476_52095">
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 SvgIdentityAuthorizedSub(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 SvgIdentityAuthorizedSub(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_51945)">
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="#4CAF50"
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.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.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.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_51945">
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 SvgIdentityAuthorizedSubDark(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 SvgIdentityAuthorizedSubDark(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_52096)">
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="#4CAF50"
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.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.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.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_52096">
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 SvgIdentityError(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 SvgIdentityError(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_51948)">
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="M6 12C6 11.4477 6.42415 11 6.94737 11H17.0526C17.5758 11 18 11.4477 18 12C18 12.5523 17.5758 13 17.0526 13H6.94737C6.42415 13 6 12.5523 6 12Z"
24
+ fill="white"
25
+ />
26
+ </g>
27
+ <defs>
28
+ <clipPath id="clip0_1476_51948">
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 SvgIdentityErrorDark(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 SvgIdentityErrorDark(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_52099)">
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="M6 12C6 11.4477 6.42415 11 6.94737 11H17.0526C17.5758 11 18 11.4477 18 12C18 12.5523 17.5758 13 17.0526 13H6.94737C6.42415 13 6 12.5523 6 12Z"
24
+ fill="white"
25
+ />
26
+ </g>
27
+ <defs>
28
+ <clipPath id="clip0_1476_52099">
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 SvgIdentityUnauthorized(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 SvgIdentityUnauthorized(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_51949)">
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="M6 12C6 11.4477 6.42415 11 6.94737 11H17.0526C17.5758 11 18 11.4477 18 12C18 12.5523 17.5758 13 17.0526 13H6.94737C6.42415 13 6 12.5523 6 12Z"
24
+ fill="#9DA9BB"
25
+ />
26
+ </g>
27
+ <defs>
28
+ <clipPath id="clip0_1476_51949">
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 SvgIdentityUnauthorizedDark(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 SvgIdentityUnauthorizedDark(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_52100)">
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="M6 12C6 11.4477 6.42415 11 6.94737 11H17.0526C17.5758 11 18 11.4477 18 12C18 12.5523 17.5758 13 17.0526 13H6.94737C6.42415 13 6 12.5523 6 12Z"
24
+ fill="white"
25
+ fillOpacity={0.2}
26
+ />
27
+ </g>
28
+ <defs>
29
+ <clipPath id="clip0_1476_52100">
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 SvgIdentityUnauthorizedError(props: React.SVGProps<SVGSVGElement>): React.JSX.Element;
5
+ import * as React from "react";