@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,23 @@
1
+ import * as React from "react";
2
+ /**
3
+ * @param {React.SVGProps<SVGSVGElement>} props
4
+ */
5
+ export default function SvgSystemClose(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="M19.2806 5.78009C19.5735 5.48719 19.5735 5.01232 19.2806 4.71943C18.9877 4.42653 18.5129 4.42653 18.22 4.71943L11.9999 10.9395L5.77984 4.71943C5.48695 4.42653 5.01207 4.42653 4.71918 4.71943C4.42629 5.01232 4.42629 5.48719 4.71918 5.78009L10.9392 12.0001L4.71918 18.2202C4.42629 18.5131 4.42629 18.988 4.71918 19.2809C5.01207 19.5738 5.48695 19.5738 5.77984 19.2809L11.9999 13.0608L18.22 19.2809C18.5129 19.5738 18.9877 19.5738 19.2806 19.2809C19.5735 18.988 19.5735 18.5131 19.2806 18.2202L13.0606 12.0001L19.2806 5.78009Z"
19
+ fill="#1E2134"
20
+ />
21
+ </svg>
22
+ );
23
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @param {React.SVGProps<SVGSVGElement>} props
3
+ */
4
+ export default function SvgSystemComment(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 SvgSystemComment(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.86961 9.88772H14.7392M8.86961 14.2703H14.7392M12 21H3.75C3.55109 21 3.36032 20.921 3.21967 20.7803C3.07902 20.6397 3 20.4489 3 20.25V12C3 10.8181 3.23279 9.64777 3.68508 8.55584C4.13737 7.46391 4.80031 6.47176 5.63603 5.63603C6.47176 4.80031 7.46391 4.13737 8.55584 3.68508C9.64777 3.23279 10.8181 3 12 3C13.1819 3 14.3522 3.23279 15.4442 3.68508C16.5361 4.13738 17.5282 4.80031 18.364 5.63604C19.1997 6.47177 19.8626 7.46392 20.3149 8.55585C20.7672 9.64778 21 10.8181 21 12C21 14.3869 20.0518 16.6761 18.364 18.364C16.6761 20.0518 14.387 21 12 21Z"
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 SvgSystemCopy(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 SvgSystemCopy(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.7692 2.25C9.82561 2.25 8.25 3.82561 8.25 5.76923V8.25H5.76923C3.82561 8.25 2.25 9.82561 2.25 11.7692V18.2308C2.25 20.1744 3.82561 21.75 5.76923 21.75H12.2308C14.1744 21.75 15.75 20.1744 15.75 18.2308V15.75H18.2308C20.1744 15.75 21.75 14.1744 21.75 12.2308V5.76923C21.75 3.82561 20.1744 2.25 18.2308 2.25H11.7692ZM14.25 15.75H11.7692C9.82561 15.75 8.25 14.1744 8.25 12.2308V9.75H5.76923C4.65404 9.75 3.75 10.654 3.75 11.7692V18.2308C3.75 19.346 4.65404 20.25 5.76923 20.25H12.2308C13.346 20.25 14.25 19.346 14.25 18.2308V15.75ZM9.75 5.76923C9.75 4.65404 10.654 3.75 11.7692 3.75H18.2308C19.346 3.75 20.25 4.65404 20.25 5.76923V12.2308C20.25 13.346 19.346 14.25 18.2308 14.25H11.7692C10.654 14.25 9.75 13.346 9.75 12.2308V5.76923Z"
19
+ fill="#1E2134"
20
+ />
21
+ </svg>
22
+ );
23
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @param {React.SVGProps<SVGSVGElement>} props
3
+ */
4
+ export default function SvgSystemLogout(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 SvgSystemLogout(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="M18.7549 3.21393C19.5283 3.05923 20.25 3.65085 20.25 4.43966V19.5604C20.25 20.3492 19.5283 20.9409 18.7549 20.7862L7.75485 18.5862C7.17057 18.4693 6.75 17.9563 6.75 17.3604V15.5C6.75 15.0858 6.41421 14.75 6 14.75C5.58579 14.75 5.25 15.0858 5.25 15.5V17.3604C5.25 18.6713 6.17526 19.8 7.46068 20.057L18.4607 22.257C20.1624 22.5974 21.75 21.2958 21.75 19.5604V4.43966C21.75 2.70428 20.1624 1.40272 18.4607 1.74306L7.46068 3.94306C6.17526 4.20014 5.25 5.32878 5.25 6.63966V8.50005C5.25 8.91426 5.58579 9.25005 6 9.25005C6.41421 9.25005 6.75 8.91426 6.75 8.50005V6.63966C6.75 6.0438 7.17057 5.53079 7.75485 5.41393L18.7549 3.21393ZM10.4697 8.46846C10.7626 8.17557 11.2374 8.17557 11.5303 8.46846L14.5316 11.4697C14.8245 11.7626 14.8245 12.2375 14.5316 12.5304L11.5303 15.5316C11.2374 15.8245 10.7626 15.8245 10.4697 15.5316C10.1768 15.2387 10.1768 14.7639 10.4697 14.471L12.1907 12.75H2.99609C2.58188 12.75 2.24609 12.4142 2.24609 12C2.24609 11.5858 2.58188 11.25 2.99609 11.25H12.1905L10.4697 9.52912C10.1768 9.23623 10.1768 8.76135 10.4697 8.46846Z"
19
+ fill="#1E2134"
20
+ />
21
+ </svg>
22
+ );
23
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @param {React.SVGProps<SVGSVGElement>} props
3
+ */
4
+ export default function SvgSystemMenu(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 SvgSystemMenu(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="M3.75024 5.5C3.75024 5.08579 4.08603 4.75 4.50024 4.75L19.5002 4.75C19.9145 4.75 20.2502 5.08579 20.2502 5.5C20.2502 5.91421 19.9145 6.25 19.5002 6.25L4.50024 6.25C4.08603 6.25 3.75024 5.91421 3.75024 5.5ZM3.75024 12.0013C3.75024 11.5871 4.08603 11.2513 4.50024 11.2513L19.5002 11.2513C19.9145 11.2513 20.2502 11.5871 20.2502 12.0013C20.2502 12.4156 19.9145 12.7513 19.5002 12.7513L4.50024 12.7513C4.08603 12.7513 3.75024 12.4156 3.75024 12.0013ZM4.50024 17.75C4.08603 17.75 3.75024 18.0858 3.75024 18.5C3.75024 18.9142 4.08603 19.25 4.50024 19.25H19.5002C19.9145 19.25 20.2502 18.9142 20.2502 18.5C20.2502 18.0858 19.9145 17.75 19.5002 17.75H4.50024Z"
19
+ fill="#1E2134"
20
+ />
21
+ </svg>
22
+ );
23
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @param {React.SVGProps<SVGSVGElement>} props
3
+ */
4
+ export default function SvgSystemNew(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 SvgSystemNew(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="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"
19
+ fill="#1E2134"
20
+ />
21
+ </svg>
22
+ );
23
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @param {React.SVGProps<SVGSVGElement>} props
3
+ */
4
+ export default function SvgSystemProfile(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 SvgSystemProfile(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="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"
19
+ fill="#1E2134"
20
+ />
21
+ </svg>
22
+ );
23
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @param {React.SVGProps<SVGSVGElement>} props
3
+ */
4
+ export default function SvgSystemSearch(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 SvgSystemSearch(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.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"
19
+ fill="#1E2134"
20
+ />
21
+ </svg>
22
+ );
23
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @param {React.SVGProps<SVGSVGElement>} props
3
+ */
4
+ export default function SvgSystemSetting(props: React.SVGProps<SVGSVGElement>): React.JSX.Element;
5
+ import * as React from "react";
@@ -0,0 +1,31 @@
1
+ import * as React from "react";
2
+ /**
3
+ * @param {React.SVGProps<SVGSVGElement>} props
4
+ */
5
+ export default function SvgSystemSetting(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="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"
17
+ stroke="#1E2134"
18
+ strokeWidth={1.5}
19
+ strokeLinecap="round"
20
+ strokeLinejoin="round"
21
+ />
22
+ <path
23
+ 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"
24
+ stroke="#1E2134"
25
+ strokeWidth={1.5}
26
+ strokeLinecap="round"
27
+ strokeLinejoin="round"
28
+ />
29
+ </svg>
30
+ );
31
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @param {React.SVGProps<SVGSVGElement>} props
3
+ */
4
+ export default function SvgSystemVoteAye(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 SvgSystemVoteAye(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="M21.4175 5.40771L8.86101 18.592L2.58276 12.0002"
17
+ stroke="#4CAF50"
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 SvgSystemVoteAyeDark(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 SvgSystemVoteAyeDark(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="M21.4175 5.40771L8.86101 18.592L2.58276 12.0002"
17
+ stroke="#4CAF50"
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 SvgSystemVoteNay(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 SvgSystemVoteNay(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="M5 5L12 12M12 12L19 19M12 12L19 5M12 12L5 19"
17
+ stroke="#F44336"
18
+ strokeWidth={1.5}
19
+ strokeLinecap="round"
20
+ />
21
+ </svg>
22
+ );
23
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @param {React.SVGProps<SVGSVGElement>} props
3
+ */
4
+ export default function SvgSystemVoteNayDark(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 SvgSystemVoteNayDark(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="M5 5L12 12M12 12L19 19M12 12L19 5M12 12L5 19"
17
+ stroke="#F44336"
18
+ strokeWidth={1.5}
19
+ strokeLinecap="round"
20
+ />
21
+ </svg>
22
+ );
23
+ }
@@ -0,0 +1,64 @@
1
+ export { default as ArrowDown } from "./ArrowDown";
2
+ export { default as ArrowExpend } from "./ArrowExpend";
3
+ export { default as ArrowFold } from "./ArrowFold";
4
+ export { default as ArrowLeft } from "./ArrowLeft";
5
+ export { default as ArrowRight } from "./ArrowRight";
6
+ export { default as ArrowUnfold } from "./ArrowUnfold";
7
+ export { default as ArrowUp } from "./ArrowUp";
8
+ export { default as IdentityAuthorized } from "./IdentityAuthorized";
9
+ export { default as IdentityAuthorizedDark } from "./IdentityAuthorizedDark";
10
+ export { default as IdentityAuthorizedSub } from "./IdentityAuthorizedSub";
11
+ export { default as IdentityAuthorizedSubDark } from "./IdentityAuthorizedSubDark";
12
+ export { default as IdentityError } from "./IdentityError";
13
+ export { default as IdentityErrorDark } from "./IdentityErrorDark";
14
+ export { default as IdentityUnauthorized } from "./IdentityUnauthorized";
15
+ export { default as IdentityUnauthorizedDark } from "./IdentityUnauthorizedDark";
16
+ export { default as IdentityUnauthorizedError } from "./IdentityUnauthorizedError";
17
+ export { default as IdentityUnauthorizedErrorDark } from "./IdentityUnauthorizedErrorDark";
18
+ export { default as IdentityUnauthorizedSub } from "./IdentityUnauthorizedSub";
19
+ export { default as IdentityUnauthorizedSubDark } from "./IdentityUnauthorizedSubDark";
20
+ export { default as LinkDiscord } from "./LinkDiscord";
21
+ export { default as LinkGithub } from "./LinkGithub";
22
+ export { default as LinkTelegram } from "./LinkTelegram";
23
+ export { default as LinkTwitter } from "./LinkTwitter";
24
+ export { default as LinkWebsite } from "./LinkWebsite";
25
+ export { default as MenuCalendar } from "./MenuCalendar";
26
+ export { default as MenuCouncil } from "./MenuCouncil";
27
+ export { default as MenuDemocracy } from "./MenuDemocracy";
28
+ export { default as MenuDiscussions } from "./MenuDiscussions";
29
+ export { default as MenuFellowship } from "./MenuFellowship";
30
+ export { default as MenuNavigation } from "./MenuNavigation";
31
+ export { default as MenuOffChainVoting } from "./MenuOffChainVoting";
32
+ export { default as MenuOverview } from "./MenuOverview";
33
+ export { default as MenuPolkassembly } from "./MenuPolkassembly";
34
+ export { default as MenuPreimages } from "./MenuPreimages";
35
+ export { default as MenuReferenda } from "./MenuReferenda";
36
+ export { default as MenuTechComm } from "./MenuTechComm";
37
+ export { default as MenuTreasury } from "./MenuTreasury";
38
+ export { default as ShortcutSlash } from "./ShortcutSlash";
39
+ export { default as SignalDefault } from "./SignalDefault";
40
+ export { default as SignalDefaultDark } from "./SignalDefaultDark";
41
+ export { default as SignalFast } from "./SignalFast";
42
+ export { default as SignalFastDark } from "./SignalFastDark";
43
+ export { default as SignalMedium } from "./SignalMedium";
44
+ export { default as SignalMediumDark } from "./SignalMediumDark";
45
+ export { default as SignalSlow } from "./SignalSlow";
46
+ export { default as SignalSlowDark } from "./SignalSlowDark";
47
+ export { default as SystemActivity } from "./SystemActivity";
48
+ export { default as SystemCheckboxOff } from "./SystemCheckboxOff";
49
+ export { default as SystemCheckboxOffDark } from "./SystemCheckboxOffDark";
50
+ export { default as SystemCheckboxOn } from "./SystemCheckboxOn";
51
+ export { default as SystemCheckboxOnDark } from "./SystemCheckboxOnDark";
52
+ export { default as SystemClose } from "./SystemClose";
53
+ export { default as SystemComment } from "./SystemComment";
54
+ export { default as SystemCopy } from "./SystemCopy";
55
+ export { default as SystemLogout } from "./SystemLogout";
56
+ export { default as SystemMenu } from "./SystemMenu";
57
+ export { default as SystemNew } from "./SystemNew";
58
+ export { default as SystemProfile } from "./SystemProfile";
59
+ export { default as SystemSearch } from "./SystemSearch";
60
+ export { default as SystemSetting } from "./SystemSetting";
61
+ export { default as SystemVoteAye } from "./SystemVoteAye";
62
+ export { default as SystemVoteAyeDark } from "./SystemVoteAyeDark";
63
+ export { default as SystemVoteNay } from "./SystemVoteNay";
64
+ export { default as SystemVoteNayDark } from "./SystemVoteNayDark";
@@ -0,0 +1,64 @@
1
+ export { default as ArrowDown } from "./ArrowDown";
2
+ export { default as ArrowExpend } from "./ArrowExpend";
3
+ export { default as ArrowFold } from "./ArrowFold";
4
+ export { default as ArrowLeft } from "./ArrowLeft";
5
+ export { default as ArrowRight } from "./ArrowRight";
6
+ export { default as ArrowUnfold } from "./ArrowUnfold";
7
+ export { default as ArrowUp } from "./ArrowUp";
8
+ export { default as IdentityAuthorized } from "./IdentityAuthorized";
9
+ export { default as IdentityAuthorizedDark } from "./IdentityAuthorizedDark";
10
+ export { default as IdentityAuthorizedSub } from "./IdentityAuthorizedSub";
11
+ export { default as IdentityAuthorizedSubDark } from "./IdentityAuthorizedSubDark";
12
+ export { default as IdentityError } from "./IdentityError";
13
+ export { default as IdentityErrorDark } from "./IdentityErrorDark";
14
+ export { default as IdentityUnauthorized } from "./IdentityUnauthorized";
15
+ export { default as IdentityUnauthorizedDark } from "./IdentityUnauthorizedDark";
16
+ export { default as IdentityUnauthorizedError } from "./IdentityUnauthorizedError";
17
+ export { default as IdentityUnauthorizedErrorDark } from "./IdentityUnauthorizedErrorDark";
18
+ export { default as IdentityUnauthorizedSub } from "./IdentityUnauthorizedSub";
19
+ export { default as IdentityUnauthorizedSubDark } from "./IdentityUnauthorizedSubDark";
20
+ export { default as LinkDiscord } from "./LinkDiscord";
21
+ export { default as LinkGithub } from "./LinkGithub";
22
+ export { default as LinkTelegram } from "./LinkTelegram";
23
+ export { default as LinkTwitter } from "./LinkTwitter";
24
+ export { default as LinkWebsite } from "./LinkWebsite";
25
+ export { default as MenuCalendar } from "./MenuCalendar";
26
+ export { default as MenuCouncil } from "./MenuCouncil";
27
+ export { default as MenuDemocracy } from "./MenuDemocracy";
28
+ export { default as MenuDiscussions } from "./MenuDiscussions";
29
+ export { default as MenuFellowship } from "./MenuFellowship";
30
+ export { default as MenuNavigation } from "./MenuNavigation";
31
+ export { default as MenuOffChainVoting } from "./MenuOffChainVoting";
32
+ export { default as MenuOverview } from "./MenuOverview";
33
+ export { default as MenuPolkassembly } from "./MenuPolkassembly";
34
+ export { default as MenuPreimages } from "./MenuPreimages";
35
+ export { default as MenuReferenda } from "./MenuReferenda";
36
+ export { default as MenuTechComm } from "./MenuTechComm";
37
+ export { default as MenuTreasury } from "./MenuTreasury";
38
+ export { default as ShortcutSlash } from "./ShortcutSlash";
39
+ export { default as SignalDefault } from "./SignalDefault";
40
+ export { default as SignalDefaultDark } from "./SignalDefaultDark";
41
+ export { default as SignalFast } from "./SignalFast";
42
+ export { default as SignalFastDark } from "./SignalFastDark";
43
+ export { default as SignalMedium } from "./SignalMedium";
44
+ export { default as SignalMediumDark } from "./SignalMediumDark";
45
+ export { default as SignalSlow } from "./SignalSlow";
46
+ export { default as SignalSlowDark } from "./SignalSlowDark";
47
+ export { default as SystemActivity } from "./SystemActivity";
48
+ export { default as SystemCheckboxOff } from "./SystemCheckboxOff";
49
+ export { default as SystemCheckboxOffDark } from "./SystemCheckboxOffDark";
50
+ export { default as SystemCheckboxOn } from "./SystemCheckboxOn";
51
+ export { default as SystemCheckboxOnDark } from "./SystemCheckboxOnDark";
52
+ export { default as SystemClose } from "./SystemClose";
53
+ export { default as SystemComment } from "./SystemComment";
54
+ export { default as SystemCopy } from "./SystemCopy";
55
+ export { default as SystemLogout } from "./SystemLogout";
56
+ export { default as SystemMenu } from "./SystemMenu";
57
+ export { default as SystemNew } from "./SystemNew";
58
+ export { default as SystemProfile } from "./SystemProfile";
59
+ export { default as SystemSearch } from "./SystemSearch";
60
+ export { default as SystemSetting } from "./SystemSetting";
61
+ export { default as SystemVoteAye } from "./SystemVoteAye";
62
+ export { default as SystemVoteAyeDark } from "./SystemVoteAyeDark";
63
+ export { default as SystemVoteNay } from "./SystemVoteNay";
64
+ export { default as SystemVoteNayDark } from "./SystemVoteNayDark";