@osn/icons 1.3.0 → 1.4.1

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 (143) hide show
  1. package/package.json +1 -1
  2. package/source/subsquare/projectLogoAcalaDark.svg +34 -0
  3. package/source/subsquare/projectLogoAcalaLight.svg +34 -0
  4. package/source/subsquare/projectLogoAltairDark.svg +35 -0
  5. package/source/subsquare/projectLogoAltairLight.svg +40 -0
  6. package/source/subsquare/projectLogoBasiliskDark.svg +3 -0
  7. package/source/subsquare/projectLogoBasiliskLight.svg +3 -0
  8. package/source/subsquare/projectLogoBifrostKusamaDark.svg +44 -0
  9. package/source/subsquare/projectLogoBifrostKusamaLight.svg +44 -0
  10. package/source/subsquare/projectLogoBifrostPolkadotDark.svg +41 -0
  11. package/source/subsquare/projectLogoBifrostPolkadotLight.svg +41 -0
  12. package/source/subsquare/projectLogoCentrifugeDark.svg +5 -0
  13. package/source/subsquare/projectLogoCentrifugeLight.svg +5 -0
  14. package/source/subsquare/projectLogoCrustDark.svg +4 -0
  15. package/source/subsquare/projectLogoCrustLight.svg +4 -0
  16. package/source/subsquare/projectLogoDarwinia2Dark.svg +3 -0
  17. package/source/subsquare/projectLogoDarwinia2Light.svg +3 -0
  18. package/source/subsquare/projectLogoHydradxDark.svg +3 -0
  19. package/source/subsquare/projectLogoHydradxLight.svg +3 -0
  20. package/source/subsquare/projectLogoInterlayDark.svg +5 -0
  21. package/source/subsquare/projectLogoInterlayLight.svg +5 -0
  22. package/source/subsquare/projectLogoKaruraDark.svg +14 -0
  23. package/source/subsquare/projectLogoKaruraLight.svg +14 -0
  24. package/source/subsquare/projectLogoKhalaDark.svg +4 -0
  25. package/source/subsquare/projectLogoKhalaLight.svg +4 -0
  26. package/source/subsquare/projectLogoKintsugiDark.svg +24 -0
  27. package/source/subsquare/projectLogoKintsugiLight.svg +24 -0
  28. package/source/subsquare/projectLogoKusamaDark.svg +3 -0
  29. package/source/subsquare/projectLogoKusamaLight.svg +3 -0
  30. package/source/subsquare/projectLogoLitentryDark.svg +24 -0
  31. package/source/subsquare/projectLogoLitentryLight.svg +24 -0
  32. package/source/subsquare/projectLogoLitmusDark.svg +39 -0
  33. package/source/subsquare/projectLogoLitmusLight.svg +39 -0
  34. package/source/subsquare/projectLogoPhalaDark.svg +4 -0
  35. package/source/subsquare/projectLogoPhalaLight.svg +4 -0
  36. package/source/subsquare/projectLogoPolkadotCollectivesDark.svg +15 -0
  37. package/source/subsquare/projectLogoPolkadotCollectivesLight.svg +15 -0
  38. package/source/subsquare/projectLogoPolkadotDark.svg +8 -0
  39. package/source/subsquare/projectLogoPolkadotLight.svg +8 -0
  40. package/source/subsquare/projectLogoRococoDark.svg +41 -0
  41. package/source/subsquare/projectLogoRococoLight.svg +41 -0
  42. package/source/subsquare/projectLogoTuringDark.svg +9 -0
  43. package/source/subsquare/projectLogoTuringLight.svg +9 -0
  44. package/source/subsquare/projectLogoWestendCollectivesDark.svg +18 -0
  45. package/source/subsquare/projectLogoWestendCollectivesLight.svg +18 -0
  46. package/source/subsquare/projectLogoZeigeistDark.svg +9 -0
  47. package/source/subsquare/projectLogoZeigeistLight.svg +9 -0
  48. package/source/subsquare/systemPlus.svg +1 -1
  49. package/subsquare/ProjectLogoAcalaDark.d.ts +5 -0
  50. package/subsquare/ProjectLogoAcalaDark.js +103 -0
  51. package/subsquare/ProjectLogoAcalaLight.d.ts +5 -0
  52. package/subsquare/ProjectLogoAcalaLight.js +103 -0
  53. package/subsquare/ProjectLogoAltairDark.d.ts +5 -0
  54. package/subsquare/ProjectLogoAltairDark.js +118 -0
  55. package/subsquare/ProjectLogoAltairLight.d.ts +5 -0
  56. package/subsquare/ProjectLogoAltairLight.js +123 -0
  57. package/subsquare/ProjectLogoBasiliskDark.d.ts +5 -0
  58. package/subsquare/ProjectLogoBasiliskDark.js +23 -0
  59. package/subsquare/ProjectLogoBasiliskLight.d.ts +5 -0
  60. package/subsquare/ProjectLogoBasiliskLight.js +23 -0
  61. package/subsquare/ProjectLogoBifrostKusamaDark.d.ts +5 -0
  62. package/subsquare/ProjectLogoBifrostKusamaDark.js +147 -0
  63. package/subsquare/ProjectLogoBifrostKusamaLight.d.ts +5 -0
  64. package/subsquare/ProjectLogoBifrostKusamaLight.js +146 -0
  65. package/subsquare/ProjectLogoBifrostPolkadotDark.d.ts +5 -0
  66. package/subsquare/ProjectLogoBifrostPolkadotDark.js +135 -0
  67. package/subsquare/ProjectLogoBifrostPolkadotLight.d.ts +5 -0
  68. package/subsquare/ProjectLogoBifrostPolkadotLight.js +134 -0
  69. package/subsquare/ProjectLogoCentrifugeDark.d.ts +5 -0
  70. package/subsquare/ProjectLogoCentrifugeDark.js +35 -0
  71. package/subsquare/ProjectLogoCentrifugeLight.d.ts +5 -0
  72. package/subsquare/ProjectLogoCentrifugeLight.js +35 -0
  73. package/subsquare/ProjectLogoCrustDark.d.ts +5 -0
  74. package/subsquare/ProjectLogoCrustDark.js +25 -0
  75. package/subsquare/ProjectLogoCrustLight.d.ts +5 -0
  76. package/subsquare/ProjectLogoCrustLight.js +25 -0
  77. package/subsquare/ProjectLogoDarwinia2Dark.d.ts +5 -0
  78. package/subsquare/ProjectLogoDarwinia2Dark.js +21 -0
  79. package/subsquare/ProjectLogoDarwinia2Light.d.ts +5 -0
  80. package/subsquare/ProjectLogoDarwinia2Light.js +21 -0
  81. package/subsquare/ProjectLogoHydradxDark.d.ts +5 -0
  82. package/subsquare/ProjectLogoHydradxDark.js +23 -0
  83. package/subsquare/ProjectLogoHydradxLight.d.ts +5 -0
  84. package/subsquare/ProjectLogoHydradxLight.js +23 -0
  85. package/subsquare/ProjectLogoInterlayDark.d.ts +5 -0
  86. package/subsquare/ProjectLogoInterlayDark.js +29 -0
  87. package/subsquare/ProjectLogoInterlayLight.d.ts +5 -0
  88. package/subsquare/ProjectLogoInterlayLight.js +29 -0
  89. package/subsquare/ProjectLogoKaruraDark.d.ts +5 -0
  90. package/subsquare/ProjectLogoKaruraDark.js +49 -0
  91. package/subsquare/ProjectLogoKaruraLight.d.ts +5 -0
  92. package/subsquare/ProjectLogoKaruraLight.js +49 -0
  93. package/subsquare/ProjectLogoKhalaDark.d.ts +5 -0
  94. package/subsquare/ProjectLogoKhalaDark.js +25 -0
  95. package/subsquare/ProjectLogoKhalaLight.d.ts +5 -0
  96. package/subsquare/ProjectLogoKhalaLight.js +25 -0
  97. package/subsquare/ProjectLogoKintsugiDark.d.ts +5 -0
  98. package/subsquare/ProjectLogoKintsugiDark.js +82 -0
  99. package/subsquare/ProjectLogoKintsugiLight.d.ts +5 -0
  100. package/subsquare/ProjectLogoKintsugiLight.js +82 -0
  101. package/subsquare/ProjectLogoKusamaDark.d.ts +5 -0
  102. package/subsquare/ProjectLogoKusamaDark.js +21 -0
  103. package/subsquare/ProjectLogoKusamaLight.d.ts +5 -0
  104. package/subsquare/ProjectLogoKusamaLight.js +21 -0
  105. package/subsquare/ProjectLogoLitentryDark.d.ts +5 -0
  106. package/subsquare/ProjectLogoLitentryDark.js +79 -0
  107. package/subsquare/ProjectLogoLitentryLight.d.ts +5 -0
  108. package/subsquare/ProjectLogoLitentryLight.js +79 -0
  109. package/subsquare/ProjectLogoLitmusDark.d.ts +5 -0
  110. package/subsquare/ProjectLogoLitmusDark.js +130 -0
  111. package/subsquare/ProjectLogoLitmusLight.d.ts +5 -0
  112. package/subsquare/ProjectLogoLitmusLight.js +130 -0
  113. package/subsquare/ProjectLogoPhalaDark.d.ts +5 -0
  114. package/subsquare/ProjectLogoPhalaDark.js +27 -0
  115. package/subsquare/ProjectLogoPhalaLight.d.ts +5 -0
  116. package/subsquare/ProjectLogoPhalaLight.js +27 -0
  117. package/subsquare/ProjectLogoPolkadotCollectivesDark.d.ts +5 -0
  118. package/subsquare/ProjectLogoPolkadotCollectivesDark.js +70 -0
  119. package/subsquare/ProjectLogoPolkadotCollectivesLight.d.ts +5 -0
  120. package/subsquare/ProjectLogoPolkadotCollectivesLight.js +70 -0
  121. package/subsquare/ProjectLogoPolkadotDark.d.ts +5 -0
  122. package/subsquare/ProjectLogoPolkadotDark.js +41 -0
  123. package/subsquare/ProjectLogoPolkadotLight.d.ts +5 -0
  124. package/subsquare/ProjectLogoPolkadotLight.js +41 -0
  125. package/subsquare/ProjectLogoRococoDark.d.ts +5 -0
  126. package/subsquare/ProjectLogoRococoDark.js +142 -0
  127. package/subsquare/ProjectLogoRococoLight.d.ts +5 -0
  128. package/subsquare/ProjectLogoRococoLight.js +142 -0
  129. package/subsquare/ProjectLogoTuringDark.d.ts +5 -0
  130. package/subsquare/ProjectLogoTuringDark.js +36 -0
  131. package/subsquare/ProjectLogoTuringLight.d.ts +5 -0
  132. package/subsquare/ProjectLogoTuringLight.js +36 -0
  133. package/subsquare/ProjectLogoWestendCollectivesDark.d.ts +5 -0
  134. package/subsquare/ProjectLogoWestendCollectivesDark.js +76 -0
  135. package/subsquare/ProjectLogoWestendCollectivesLight.d.ts +5 -0
  136. package/subsquare/ProjectLogoWestendCollectivesLight.js +76 -0
  137. package/subsquare/ProjectLogoZeigeistDark.d.ts +5 -0
  138. package/subsquare/ProjectLogoZeigeistDark.js +45 -0
  139. package/subsquare/ProjectLogoZeigeistLight.d.ts +5 -0
  140. package/subsquare/ProjectLogoZeigeistLight.js +45 -0
  141. package/subsquare/SystemPlus.js +1 -1
  142. package/subsquare/index.d.ts +46 -0
  143. package/subsquare/index.js +46 -0
@@ -0,0 +1,36 @@
1
+ import * as React from "react";
2
+ /**
3
+ * @param {React.SVGProps<SVGSVGElement>} props
4
+ */
5
+ export default function SvgProjectLogoTuringDark(props) {
6
+ return (
7
+ <svg
8
+ width={40}
9
+ height={40}
10
+ viewBox="0 0 40 40"
11
+ fill="none"
12
+ xmlns="http://www.w3.org/2000/svg"
13
+ {...props}
14
+ >
15
+ <path
16
+ fillRule="evenodd"
17
+ clipRule="evenodd"
18
+ d="M14.6571 4.2311C12.199 5.08015 10.0535 6.41818 8.24113 8.23247C6.92577 9.54919 5.88904 10.9955 5.07204 12.6535C4.14819 14.5284 3.60099 16.5092 3.41823 18.64C3.37689 19.1219 3.36081 20.3827 3.38953 20.8886C3.62533 25.0408 5.33303 28.8581 8.26095 31.7778C10.8917 34.4011 14.3069 36.065 17.9796 36.5126C18.6158 36.5901 18.9774 36.6123 19.7688 36.6226C20.7487 36.6354 21.3249 36.6046 22.1805 36.4936C28.1596 35.7185 33.2857 31.7062 35.4997 26.0682C35.6217 25.7576 35.8333 25.1673 35.8333 25.1377C35.8333 25.1318 35.7229 25.2937 35.588 25.4974C33.4927 28.6611 30.295 30.9348 26.6391 31.8605C24.2286 32.4709 21.6564 32.4786 19.2399 31.8825C16.0003 31.0834 13.113 29.2342 11.0114 26.6124C8.42186 23.3821 7.27086 19.2602 7.80397 15.1264C8.1384 12.5333 9.14317 10.0739 10.7288 7.96746C11.1892 7.35572 11.5179 6.97686 12.0861 6.40281C12.8518 5.62921 13.598 5.01396 14.4926 4.41856C14.7016 4.27939 14.865 4.16619 14.8556 4.167C14.8462 4.1678 14.7568 4.19663 14.6571 4.2311ZM22.1805 4.52082C22.1332 4.52475 21.9828 4.53686 21.8463 4.54771C20.5256 4.65266 19.121 5.00476 17.8764 5.54289C16.1001 6.31094 14.4832 7.52276 13.2171 9.03493C10.781 11.9444 9.79183 15.8282 10.5349 19.5662C10.5662 19.7237 10.6386 20.0365 10.6959 20.2613C10.7531 20.4861 10.7999 20.673 10.7999 20.6766C10.7999 20.6803 10.8073 20.6833 10.8164 20.6833C10.8254 20.6833 10.8387 20.6258 10.8459 20.5555C10.9069 19.9604 11.2029 18.8804 11.4965 18.1817C12.461 15.8867 14.2165 13.977 16.4198 12.8259C18.1377 11.9285 20.1923 11.518 21.8676 11.7376C23.7722 11.9873 25.2791 13.062 26.0247 14.7025C26.2378 15.1714 26.3974 15.7503 26.431 16.1767C26.444 16.3409 26.4627 16.4058 26.497 16.4058C26.5282 16.4058 27.3388 16.8046 27.7373 17.016C28.7439 17.5499 29.8676 18.2244 30.0008 18.3746L30.038 18.4165L29.9044 18.4041C29.0842 18.3274 28.2479 18.3502 27.5086 18.4692C25.4783 18.7961 24.0377 19.7636 23.2875 21.3039C23.0059 21.8819 22.8299 22.4695 22.7435 23.1201C22.7079 23.3878 22.7027 23.9746 22.7337 24.2255C22.8971 25.5486 23.5738 26.654 24.6701 27.3888C25.1875 27.7355 25.774 27.9672 26.4386 28.0875C26.6914 28.1332 26.7603 28.1377 27.2311 28.1386C27.7826 28.1397 27.9287 28.1251 28.3863 28.0232C28.665 27.9612 29.1501 27.8012 29.4461 27.6736C30.3494 27.2844 31.2516 26.6201 32.0736 25.7392C34.0449 23.6266 35.1799 21.0865 35.4548 18.1722C35.4944 17.7526 35.4885 16.3505 35.4454 15.938C35.2736 14.2947 34.8584 12.8498 34.1532 11.4414C32.9492 9.03689 30.9437 7.0364 28.5295 5.83181C27.1416 5.13927 25.6865 4.72281 24.0709 4.55569C23.7927 4.52691 22.4126 4.50144 22.1805 4.52082ZM22.8774 13.9682C22.7513 14.0098 22.675 14.0567 22.5661 14.1597C22.3782 14.3374 22.2853 14.6066 22.3296 14.845C22.363 15.0245 22.4496 15.1827 22.5811 15.3045C22.7412 15.4526 22.8613 15.4969 23.1066 15.4979C23.3537 15.4989 23.4707 15.4549 23.6382 15.2983C23.7634 15.1812 23.8291 15.0721 23.8723 14.91C23.9655 14.5601 23.7847 14.1821 23.444 14.0144C23.3342 13.9603 23.2983 13.9525 23.1367 13.948C23.0229 13.9449 22.9249 13.9525 22.8774 13.9682Z"
19
+ fill="url(#paint0_linear_1514_57009)"
20
+ />
21
+ <defs>
22
+ <linearGradient
23
+ id="paint0_linear_1514_57009"
24
+ x1={3.375}
25
+ y1={4.16699}
26
+ x2={35.8757}
27
+ y2={36.6665}
28
+ gradientUnits="userSpaceOnUse"
29
+ >
30
+ <stop stopColor="#00D2D3" />
31
+ <stop offset={1} stopColor="#C70CBA" />
32
+ </linearGradient>
33
+ </defs>
34
+ </svg>
35
+ );
36
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @param {React.SVGProps<SVGSVGElement>} props
3
+ */
4
+ export default function SvgProjectLogoTuringLight(props: React.SVGProps<SVGSVGElement>): React.JSX.Element;
5
+ import * as React from "react";
@@ -0,0 +1,36 @@
1
+ import * as React from "react";
2
+ /**
3
+ * @param {React.SVGProps<SVGSVGElement>} props
4
+ */
5
+ export default function SvgProjectLogoTuringLight(props) {
6
+ return (
7
+ <svg
8
+ width={40}
9
+ height={40}
10
+ viewBox="0 0 40 40"
11
+ fill="none"
12
+ xmlns="http://www.w3.org/2000/svg"
13
+ {...props}
14
+ >
15
+ <path
16
+ fillRule="evenodd"
17
+ clipRule="evenodd"
18
+ d="M14.6571 4.2311C12.199 5.08015 10.0535 6.41818 8.24113 8.23247C6.92577 9.54919 5.88904 10.9955 5.07204 12.6535C4.14819 14.5284 3.60099 16.5092 3.41823 18.64C3.37689 19.1219 3.36081 20.3827 3.38953 20.8886C3.62533 25.0408 5.33303 28.8581 8.26095 31.7778C10.8917 34.4011 14.3069 36.065 17.9796 36.5126C18.6158 36.5901 18.9774 36.6123 19.7688 36.6226C20.7487 36.6354 21.3249 36.6046 22.1805 36.4936C28.1596 35.7185 33.2857 31.7062 35.4997 26.0682C35.6217 25.7576 35.8333 25.1673 35.8333 25.1377C35.8333 25.1318 35.7229 25.2937 35.588 25.4974C33.4927 28.6611 30.295 30.9348 26.6391 31.8605C24.2286 32.4709 21.6564 32.4786 19.2399 31.8825C16.0003 31.0834 13.113 29.2342 11.0114 26.6124C8.42186 23.3821 7.27086 19.2602 7.80397 15.1264C8.1384 12.5333 9.14317 10.0739 10.7288 7.96746C11.1892 7.35572 11.5179 6.97686 12.0861 6.40281C12.8518 5.62921 13.598 5.01396 14.4926 4.41856C14.7016 4.27939 14.865 4.16619 14.8556 4.167C14.8462 4.1678 14.7568 4.19663 14.6571 4.2311ZM22.1805 4.52082C22.1332 4.52475 21.9828 4.53686 21.8463 4.54771C20.5256 4.65266 19.121 5.00476 17.8764 5.54289C16.1001 6.31094 14.4832 7.52276 13.2171 9.03493C10.781 11.9444 9.79183 15.8282 10.5349 19.5662C10.5662 19.7237 10.6386 20.0365 10.6959 20.2613C10.7531 20.4861 10.7999 20.673 10.7999 20.6766C10.7999 20.6803 10.8073 20.6833 10.8164 20.6833C10.8254 20.6833 10.8387 20.6258 10.8459 20.5555C10.9069 19.9604 11.2029 18.8804 11.4965 18.1817C12.461 15.8867 14.2165 13.977 16.4198 12.8259C18.1377 11.9285 20.1923 11.518 21.8676 11.7376C23.7722 11.9873 25.2791 13.062 26.0247 14.7025C26.2378 15.1714 26.3974 15.7503 26.431 16.1767C26.444 16.3409 26.4627 16.4058 26.497 16.4058C26.5282 16.4058 27.3388 16.8046 27.7373 17.016C28.7439 17.5499 29.8676 18.2244 30.0008 18.3746L30.038 18.4165L29.9044 18.4041C29.0842 18.3274 28.2479 18.3502 27.5086 18.4692C25.4783 18.7961 24.0377 19.7636 23.2875 21.3039C23.0059 21.8819 22.8299 22.4695 22.7435 23.1201C22.7079 23.3878 22.7027 23.9746 22.7337 24.2255C22.8971 25.5486 23.5738 26.654 24.6701 27.3888C25.1875 27.7355 25.774 27.9672 26.4386 28.0875C26.6914 28.1332 26.7603 28.1377 27.2311 28.1386C27.7826 28.1397 27.9287 28.1251 28.3863 28.0232C28.665 27.9612 29.1501 27.8012 29.4461 27.6736C30.3494 27.2844 31.2516 26.6201 32.0736 25.7392C34.0449 23.6266 35.1799 21.0865 35.4548 18.1722C35.4944 17.7526 35.4885 16.3505 35.4454 15.938C35.2736 14.2947 34.8584 12.8498 34.1532 11.4414C32.9492 9.03689 30.9437 7.0364 28.5295 5.83181C27.1416 5.13927 25.6865 4.72281 24.0709 4.55569C23.7927 4.52691 22.4126 4.50144 22.1805 4.52082ZM22.8774 13.9682C22.7513 14.0098 22.675 14.0567 22.5661 14.1597C22.3782 14.3374 22.2853 14.6066 22.3296 14.845C22.363 15.0245 22.4496 15.1827 22.5811 15.3045C22.7412 15.4526 22.8613 15.4969 23.1066 15.4979C23.3537 15.4989 23.4707 15.4549 23.6382 15.2983C23.7634 15.1812 23.8291 15.0721 23.8723 14.91C23.9655 14.5601 23.7847 14.1821 23.444 14.0144C23.3342 13.9603 23.2983 13.9525 23.1367 13.948C23.0229 13.9449 22.9249 13.9525 22.8774 13.9682Z"
19
+ fill="url(#paint0_linear_1514_56948)"
20
+ />
21
+ <defs>
22
+ <linearGradient
23
+ id="paint0_linear_1514_56948"
24
+ x1={3.375}
25
+ y1={4.16699}
26
+ x2={35.8757}
27
+ y2={36.6665}
28
+ gradientUnits="userSpaceOnUse"
29
+ >
30
+ <stop stopColor="#00D2D3" />
31
+ <stop offset={1} stopColor="#C70CBA" />
32
+ </linearGradient>
33
+ </defs>
34
+ </svg>
35
+ );
36
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @param {React.SVGProps<SVGSVGElement>} props
3
+ */
4
+ export default function SvgProjectLogoWestendCollectivesDark(props: React.SVGProps<SVGSVGElement>): React.JSX.Element;
5
+ import * as React from "react";
@@ -0,0 +1,76 @@
1
+ import * as React from "react";
2
+ /**
3
+ * @param {React.SVGProps<SVGSVGElement>} props
4
+ */
5
+ export default function SvgProjectLogoWestendCollectivesDark(props) {
6
+ return (
7
+ <svg
8
+ width={40}
9
+ height={40}
10
+ viewBox="0 0 40 40"
11
+ fill="none"
12
+ xmlns="http://www.w3.org/2000/svg"
13
+ {...props}
14
+ >
15
+ <path
16
+ d="M9.2 14.0998C10.9381 14.0998 12.35 12.6879 12.35 10.9498C12.35 9.21168 10.9381 7.7998 9.2 7.7998C7.46187 7.7998 6.05 9.21168 6.05 10.9498C6.05 12.6879 7.46187 14.0998 9.2 14.0998Z"
17
+ fill="white"
18
+ />
19
+ <path
20
+ fillRule="evenodd"
21
+ clipRule="evenodd"
22
+ d="M11 23.0998C11 20.6923 12.0519 18.5267 13.7225 17.0473V17.0417C12.6987 16.3217 11.45 15.8998 10.1 15.8998H8.3C4.81812 15.8998 2 18.7179 2 22.1998C2 24.7142 3.47375 26.8798 5.6 27.8923V29.3998C5.6 30.3954 6.40437 31.1998 7.4 31.1998H11C11.9956 31.1998 12.8 30.3954 12.8 29.3998V28.1904C11.675 26.8011 11 25.0292 11 23.0998ZM4.7 22.1998C4.7 21.2886 5.0375 20.4504 5.6 19.8204V24.5792C5.0375 23.9492 4.7 23.1111 4.7 22.1998Z"
23
+ fill="white"
24
+ />
25
+ <path
26
+ d="M28.8645 24.5829C29.8752 23.7931 31.1473 23.3224 32.5294 23.3224C33.1828 23.3224 33.8117 23.4276 34.4 23.622V19.8261C34.9625 20.4561 35.3 21.2942 35.3 22.2054C35.3 22.786 35.163 23.3346 34.9181 23.8207C35.7649 24.1917 36.5087 24.754 37.0951 25.4529C37.6693 24.5038 38 23.3909 38 22.1998C38 18.7179 35.1819 15.8998 31.7 15.8998H29.9C28.55 15.8998 27.3013 16.3217 26.2775 17.0417C27.9481 18.5267 29 20.6923 29 23.0998C29 23.6064 28.9535 24.1021 28.8645 24.5829Z"
27
+ fill="white"
28
+ />
29
+ <path
30
+ d="M30.8 14.0998C32.5381 14.0998 33.95 12.6879 33.95 10.9498C33.95 9.21168 32.5381 7.7998 30.8 7.7998C29.0619 7.7998 27.65 9.21168 27.65 10.9498C27.65 12.6879 29.0619 14.0998 30.8 14.0998Z"
31
+ fill="white"
32
+ />
33
+ <path
34
+ d="M16.4 11.3998C16.4 13.3854 18.0144 14.9998 20 14.9998C21.9856 14.9998 23.6 13.3854 23.6 11.3998C23.6 9.41418 21.9856 7.7998 20 7.7998C18.0144 7.7998 16.4 9.41418 16.4 11.3998Z"
35
+ fill="white"
36
+ />
37
+ <path
38
+ fillRule="evenodd"
39
+ clipRule="evenodd"
40
+ d="M23.6 28.7923C25.7262 27.7798 27.2 25.6142 27.2 23.0998C27.2 19.6179 24.3819 16.7998 20.9 16.7998H19.1C15.6181 16.7998 12.8 19.6179 12.8 23.0998C12.8 25.6142 14.2737 27.7798 16.4 28.7923V31.1998C16.4 32.1954 17.2044 32.9998 18.2 32.9998H21.8C22.7956 32.9998 23.6 32.1954 23.6 31.1998V28.7923ZM16.4 25.4792C15.8375 24.8436 15.5 24.0111 15.5 23.0998C15.5 22.1886 15.8375 21.3561 16.4 20.7204V25.4792ZM23.6 25.4848V20.7261C24.1625 21.3561 24.5 22.1942 24.5 23.1054C24.5 24.0167 24.1625 24.8492 23.6 25.4848Z"
41
+ fill="white"
42
+ />
43
+ <path
44
+ d="M32.6895 33.967C35.2795 33.967 37.3791 31.8674 37.3791 29.2774C37.3791 26.6875 35.2795 24.5879 32.6895 24.5879C30.0996 24.5879 28 26.6875 28 29.2774C28 31.8674 30.0996 33.967 32.6895 33.967Z"
45
+ fill="#E6007A"
46
+ />
47
+ <path
48
+ d="M32.6895 33.967C35.2795 33.967 37.3791 31.8674 37.3791 29.2774C37.3791 26.6875 35.2795 24.5879 32.6895 24.5879C30.0996 24.5879 28 26.6875 28 29.2774C28 31.8674 30.0996 33.967 32.6895 33.967Z"
49
+ fill="url(#paint0_linear_1514_57045)"
50
+ />
51
+ <path
52
+ fillRule="evenodd"
53
+ clipRule="evenodd"
54
+ d="M28.0125 29.6079C28.0155 29.6509 28.0191 29.6937 28.0232 29.7364C28.0279 29.7847 28.0333 29.8328 28.0395 29.8806C28.0988 30.343 28.2254 30.7842 28.4092 31.1942C28.4003 31.1454 28.3903 31.0972 28.3801 31.0504C28.3592 30.9511 28.3279 30.8339 28.2937 30.7063C28.2245 30.4475 28.1438 30.1456 28.1151 29.8627C28.1628 29.8517 28.2107 29.8416 28.2588 29.8321C29.1881 30.6803 30.1055 31.5415 31.0109 32.4157C30.8938 32.7781 30.77 33.1384 30.6395 33.4963C30.684 33.518 30.7288 33.5389 30.774 33.5592C30.8987 33.2186 31.0175 32.8758 31.1303 32.531C31.3059 32.701 31.4811 32.8715 31.6558 33.0424C31.9689 33.349 32.2806 33.657 32.5908 33.9664C32.624 33.9671 32.6573 33.9675 32.6906 33.9675C32.7294 33.9675 32.7681 33.967 32.8066 33.9661C32.2696 33.4298 31.7282 32.8979 31.1824 32.3703C31.3628 31.8085 31.5274 31.2417 31.6758 30.6708C32.0019 31.5796 32.5932 32.3565 33.5802 32.6807C34.2916 32.9148 35.0651 32.8996 35.8005 32.7881C35.8601 32.7353 35.9182 32.681 35.975 32.6253C35.6392 32.679 35.3025 32.7107 34.9691 32.7184C34.1883 32.736 33.37 32.5828 32.7544 32.0703C32.2733 31.6709 31.9637 31.1132 31.771 30.5217C31.7843 30.5271 31.7976 30.5326 31.811 30.5379C32.4591 30.7967 33.1173 30.7188 33.6753 30.2942C34.0265 30.0269 34.282 29.7005 34.4887 29.3434C34.9443 29.3465 35.3999 29.3407 35.8551 29.326C35.695 29.7158 35.5479 30.1404 35.7574 30.5078C35.8498 30.6682 35.983 30.8038 36.1122 30.9354C36.1368 30.9604 36.1613 30.9853 36.1853 31.0102C36.3729 31.2053 36.5606 31.3985 36.7554 31.586C36.7208 31.6547 36.6858 31.7232 36.6504 31.7915C36.6909 31.7278 36.7299 31.6631 36.7673 31.5974C36.7934 31.5517 36.8187 31.5055 36.8432 31.4589C36.8575 31.4318 36.8715 31.4046 36.8852 31.3773C36.9422 31.2636 36.9947 31.1473 37.0425 31.0286C37.0723 30.9545 37.1003 30.8795 37.1264 30.8036C37.0988 30.8656 37.0708 30.9275 37.0425 30.9891C37.0438 30.4082 37.0881 29.8287 37.1885 29.2574C37.2524 29.2529 37.3162 29.2482 37.38 29.2434C37.3797 29.194 37.3786 29.1448 37.3767 29.0958C37.3232 29.0999 37.2697 29.1038 37.2162 29.1076C37.2493 28.9367 37.2875 28.7667 37.3312 28.5976C37.3139 28.4789 37.2922 28.3617 37.2663 28.2462C37.1802 28.533 37.1099 28.8241 37.0542 29.1186C36.7301 29.1401 36.4057 29.157 36.0812 29.1693C36.3639 28.3769 36.6175 27.5645 36.6253 26.7254C36.5759 26.6495 36.5245 26.5751 36.4709 26.5024C36.4786 26.6558 36.4775 26.8092 36.468 26.9607C36.4255 27.6289 36.2428 28.2796 36.0226 28.9076C35.9929 28.9931 35.9563 29.0827 35.9178 29.1751C35.4692 29.1901 35.0203 29.1964 34.5714 29.1942C34.7495 28.8591 34.8918 28.5015 35.0345 28.143C35.2468 27.6095 35.4598 27.0743 35.7924 26.609C35.826 26.5619 35.8609 26.5166 35.8969 26.4728C36.0712 26.4603 36.2454 26.4473 36.4196 26.4339C36.383 26.3859 36.3454 26.3387 36.307 26.2922C36.2182 26.299 36.1294 26.3056 36.0406 26.3121C36.091 26.2602 36.1431 26.2108 36.1966 26.1634C36.1658 26.1287 36.1344 26.0945 36.1025 26.0607C36.095 26.0676 36.0876 26.0745 36.0802 26.0815C35.9982 26.1585 35.9219 26.2403 35.8504 26.3259C34.852 26.3975 33.8518 26.4538 32.851 26.4904C32.8468 26.3345 32.8268 26.1825 32.7869 26.0388C32.7392 25.8688 32.6562 25.7328 32.5485 25.6278C32.5796 25.282 32.6049 24.9356 32.6245 24.5889C32.5734 24.5896 32.5225 24.5911 32.4718 24.5934C32.4544 24.9009 32.4324 25.2082 32.4058 25.515C32.301 25.4482 32.1822 25.4022 32.0557 25.3752C32.0608 25.3619 32.066 25.3487 32.0712 25.3354C32.1707 25.0834 32.2831 24.8375 32.4065 24.5969C32.3481 24.6004 32.29 24.6049 32.2322 24.6105C32.1123 24.8528 32.0039 25.1005 31.9073 25.3526C31.8145 25.3437 31.7191 25.3441 31.6233 25.353C31.0847 25.4037 30.5708 25.6355 30.0757 25.8589C30.0276 25.8806 29.9797 25.9022 29.932 25.9235C29.895 25.8047 29.8593 25.6854 29.8247 25.5658C29.7807 25.5998 29.7374 25.6345 29.6947 25.67C29.7258 25.7756 29.7578 25.881 29.7908 25.986C29.5447 26.0934 29.2995 26.2034 29.0552 26.3154C29.0004 26.3826 28.9474 26.4513 28.8963 26.5215C28.8815 26.5418 28.8669 26.5623 28.8524 26.5829C28.8326 26.611 28.8131 26.6394 28.7939 26.6679C29.2052 26.6785 29.6167 26.6846 30.0282 26.6866C30.1417 26.9974 30.2657 27.305 30.4021 27.6088C30.5497 27.9404 30.7124 28.2645 30.8926 28.5785C30.9869 28.7447 31.0975 28.9212 31.2642 29.0133C30.6596 28.9476 30.057 28.8673 29.4526 28.7867C29.3779 28.7767 29.3032 28.7668 29.2284 28.7569C28.8606 28.7091 28.4552 28.7116 28.1824 29.0056C28.0918 29.1021 28.0347 29.2163 28.0015 29.3384C28.0017 29.3563 28.002 29.3743 28.0024 29.3922C28.0042 29.4645 28.0075 29.5364 28.0125 29.6079ZM28.1045 29.6915C28.1047 29.7 28.1049 29.7084 28.1052 29.7169C28.1124 29.7152 28.1197 29.7136 28.1269 29.7119C28.1195 29.7051 28.112 29.6983 28.1045 29.6915ZM28.3122 29.6741C28.2463 29.6139 28.1803 29.5538 28.1142 29.4937C28.1554 29.1661 28.3324 28.9176 28.783 28.8825C28.9877 28.8655 29.1959 28.9004 29.3987 28.9343C29.4364 28.9406 29.4739 28.9469 29.5112 28.9528C29.7865 28.9955 30.0618 29.0332 30.337 29.0684C30.6782 29.1121 31.0203 29.1504 31.3633 29.1833C31.3942 29.5353 31.4518 29.8922 31.5423 30.238C31.4847 30.2109 31.4273 30.1836 31.3702 30.1563C30.996 29.978 30.6279 29.8025 30.2144 29.7064C29.597 29.5644 28.9441 29.5577 28.3122 29.6741ZM28.4487 29.7989C29.3305 30.6061 30.2019 31.4249 31.0625 32.2546C31.253 31.654 31.4252 31.0477 31.5789 30.4368C31.4778 30.3897 31.3779 30.34 31.278 30.2902C31.0968 30.1998 30.9157 30.1096 30.7274 30.0355C30.3971 29.9049 30.0492 29.8195 29.6989 29.7768C29.2843 29.7267 28.8624 29.7351 28.4487 29.7989ZM31.6576 30.1167C31.7287 29.8211 31.7954 29.5245 31.8578 29.2269C31.74 29.2174 31.6222 29.2073 31.5046 29.1965C31.5352 29.5072 31.5857 29.8149 31.6576 30.1167ZM31.6842 29.0564C31.7525 29.063 31.8208 29.0693 31.8892 29.0754C31.8983 29.0306 31.9074 28.9857 31.9164 28.9408C31.8447 28.9933 31.7674 29.0335 31.6842 29.0564ZM32.1077 28.7596C32.0865 28.8694 32.0648 28.9791 32.0424 29.0886C32.2003 29.1018 32.3583 29.1135 32.5167 29.1236C33.1563 29.1643 33.7972 29.1875 34.4383 29.1932C34.645 28.8232 34.8048 28.4189 34.9624 28.0203C35.0417 27.8197 35.1204 27.6206 35.2043 27.428C35.348 27.0992 35.514 26.7749 35.7262 26.485C35.2396 26.5192 34.7528 26.5498 34.2659 26.5764C33.7944 26.6018 33.3226 26.6233 32.8504 26.6405C32.8346 27.1057 32.694 27.5925 32.5367 27.9882C32.4459 28.2155 32.3052 28.5276 32.1077 28.7596ZM32.6873 26.6462C32.6805 26.8265 32.6554 27.0068 32.6243 27.1692C32.5642 27.4832 32.4691 27.7922 32.339 28.0836C32.2918 28.1903 32.2369 28.3084 32.1708 28.4218C32.2771 27.8355 32.3667 27.246 32.4394 26.6543C32.522 26.6517 32.6047 26.649 32.6873 26.6462ZM32.6884 26.4962C32.6827 26.2584 32.6387 26.0293 32.5277 25.8509C32.5066 26.0688 32.4832 26.2864 32.4576 26.5038C32.5345 26.5014 32.6115 26.4988 32.6884 26.4962ZM32.3037 26.5084C32.3362 26.2355 32.3651 25.962 32.3903 25.6882C32.2923 25.6029 32.1654 25.5419 32.0029 25.5149C31.8826 25.8421 31.7807 26.1796 31.6992 26.5235C31.9007 26.5194 32.1022 26.5143 32.3037 26.5084ZM31.5495 26.5265C31.6293 26.1787 31.7304 25.8358 31.8522 25.5001C31.3278 25.478 30.8033 25.711 30.3212 25.925C30.2393 25.9614 30.1586 25.9973 30.0793 26.0313C30.046 26.0456 30.0128 26.0599 29.9796 26.0743C30.0294 26.2296 30.0815 26.3841 30.1361 26.5377C30.6072 26.5391 31.0784 26.5352 31.5495 26.5265ZM30.1901 26.6872C30.6322 26.6882 31.0744 26.6846 31.5165 26.6767C31.364 27.4005 31.3038 28.1436 31.3424 28.8849C31.16 28.787 31.0381 28.5482 30.9399 28.3558C30.9226 28.3219 30.9061 28.2894 30.8901 28.2595C30.7274 27.953 30.5773 27.6365 30.4396 27.3174C30.3509 27.1093 30.268 26.8991 30.1901 26.6872ZM31.4831 28.9282C31.4367 28.1765 31.5037 27.412 31.665 26.6739C31.8718 26.6698 32.0786 26.6648 32.2854 26.6588C32.2004 27.3445 32.0927 28.0273 31.9625 28.7057C31.8678 28.8037 31.7569 28.8799 31.6258 28.9151C31.575 28.9287 31.5276 28.9325 31.4831 28.9282ZM29.9745 26.5371C29.9274 26.4038 29.8822 26.2701 29.8386 26.1358C29.5509 26.2619 29.265 26.3913 28.9803 26.5234C29.3116 26.5307 29.643 26.5352 29.9745 26.5371ZM34.3513 29.3422C33.5831 29.334 32.815 29.3005 32.0487 29.2417C32.0363 29.2408 32.0239 29.2398 32.0114 29.2389C31.9616 29.4774 31.9089 29.7153 31.8535 29.9526C31.8233 30.0813 31.7922 30.2098 31.7604 30.3381C32.3371 30.5901 32.9154 30.6249 33.4651 30.2767C33.847 30.0349 34.1267 29.7092 34.3513 29.3422ZM36.027 29.32C35.9977 29.401 35.9683 29.4818 35.9389 29.5624C35.9284 29.5912 35.918 29.6199 35.9075 29.6486C35.8299 29.8622 35.7574 30.0883 35.8349 30.3143C35.885 30.4626 35.9876 30.5781 36.0902 30.6912C36.2578 30.8745 36.433 31.0529 36.6082 31.2287C36.6803 31.3007 36.753 31.3722 36.8266 31.4429C36.8459 31.4039 36.865 31.3647 36.884 31.3255C36.869 30.6314 36.9111 29.9417 37.0271 29.2684C36.694 29.2904 36.3606 29.3076 36.027 29.32Z"
55
+ fill="#E6007A"
56
+ />
57
+ <path
58
+ d="M31.023 31.0574H32.1541L32.5147 29.7498C32.5644 29.5695 32.8179 29.5697 32.8675 29.75L33.2268 31.0574H34.3557L35.2212 27.7139H34.1614L33.8907 29.0408C33.8514 29.2335 33.5804 29.2388 33.5337 29.0478L33.2074 27.7139H32.1735L31.8556 29.0561C31.8103 29.2477 31.5386 29.244 31.4984 29.0512L31.403 28.5936C31.296 28.0809 30.8475 27.7139 30.328 27.7139H30.1597L31.023 31.0574Z"
59
+ fill="white"
60
+ />
61
+ <defs>
62
+ <linearGradient
63
+ id="paint0_linear_1514_57045"
64
+ x1={28.2228}
65
+ y1={29.0095}
66
+ x2={43.4364}
67
+ y2={29.0209}
68
+ gradientUnits="userSpaceOnUse"
69
+ >
70
+ <stop stopColor="#F79420" stopOpacity={0.92} />
71
+ <stop offset={1} stopColor="#C4C4C4" stopOpacity={0} />
72
+ </linearGradient>
73
+ </defs>
74
+ </svg>
75
+ );
76
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @param {React.SVGProps<SVGSVGElement>} props
3
+ */
4
+ export default function SvgProjectLogoWestendCollectivesLight(props: React.SVGProps<SVGSVGElement>): React.JSX.Element;
5
+ import * as React from "react";
@@ -0,0 +1,76 @@
1
+ import * as React from "react";
2
+ /**
3
+ * @param {React.SVGProps<SVGSVGElement>} props
4
+ */
5
+ export default function SvgProjectLogoWestendCollectivesLight(props) {
6
+ return (
7
+ <svg
8
+ width={40}
9
+ height={40}
10
+ viewBox="0 0 40 40"
11
+ fill="none"
12
+ xmlns="http://www.w3.org/2000/svg"
13
+ {...props}
14
+ >
15
+ <path
16
+ d="M9.2 14.0998C10.9381 14.0998 12.35 12.6879 12.35 10.9498C12.35 9.21168 10.9381 7.7998 9.2 7.7998C7.46187 7.7998 6.05 9.21168 6.05 10.9498C6.05 12.6879 7.46187 14.0998 9.2 14.0998Z"
17
+ fill="black"
18
+ />
19
+ <path
20
+ fillRule="evenodd"
21
+ clipRule="evenodd"
22
+ d="M11 23.0998C11 20.6923 12.0519 18.5267 13.7225 17.0473V17.0417C12.6987 16.3217 11.45 15.8998 10.1 15.8998H8.3C4.81812 15.8998 2 18.7179 2 22.1998C2 24.7142 3.47375 26.8798 5.6 27.8923V29.3998C5.6 30.3954 6.40437 31.1998 7.4 31.1998H11C11.9956 31.1998 12.8 30.3954 12.8 29.3998V28.1904C11.675 26.8011 11 25.0292 11 23.0998ZM4.7 22.1998C4.7 21.2886 5.0375 20.4504 5.6 19.8204V24.5792C5.0375 23.9492 4.7 23.1111 4.7 22.1998Z"
23
+ fill="black"
24
+ />
25
+ <path
26
+ d="M28.8645 24.5829C29.8752 23.7931 31.1473 23.3224 32.5294 23.3224C33.1828 23.3224 33.8117 23.4276 34.4 23.622V19.8261C34.9625 20.4561 35.3 21.2942 35.3 22.2054C35.3 22.786 35.163 23.3346 34.9181 23.8207C35.7649 24.1917 36.5087 24.754 37.0951 25.4529C37.6693 24.5038 38 23.3909 38 22.1998C38 18.7179 35.1819 15.8998 31.7 15.8998H29.9C28.55 15.8998 27.3013 16.3217 26.2775 17.0417C27.9481 18.5267 29 20.6923 29 23.0998C29 23.6064 28.9535 24.1021 28.8645 24.5829Z"
27
+ fill="black"
28
+ />
29
+ <path
30
+ d="M30.8 14.0998C32.5381 14.0998 33.95 12.6879 33.95 10.9498C33.95 9.21168 32.5381 7.7998 30.8 7.7998C29.0619 7.7998 27.65 9.21168 27.65 10.9498C27.65 12.6879 29.0619 14.0998 30.8 14.0998Z"
31
+ fill="black"
32
+ />
33
+ <path
34
+ d="M16.4 11.3998C16.4 13.3854 18.0144 14.9998 20 14.9998C21.9856 14.9998 23.6 13.3854 23.6 11.3998C23.6 9.41418 21.9856 7.7998 20 7.7998C18.0144 7.7998 16.4 9.41418 16.4 11.3998Z"
35
+ fill="black"
36
+ />
37
+ <path
38
+ fillRule="evenodd"
39
+ clipRule="evenodd"
40
+ d="M23.6 28.7923C25.7262 27.7798 27.2 25.6142 27.2 23.0998C27.2 19.6179 24.3819 16.7998 20.9 16.7998H19.1C15.6181 16.7998 12.8 19.6179 12.8 23.0998C12.8 25.6142 14.2737 27.7798 16.4 28.7923V31.1998C16.4 32.1954 17.2044 32.9998 18.2 32.9998H21.8C22.7956 32.9998 23.6 32.1954 23.6 31.1998V28.7923ZM16.4 25.4792C15.8375 24.8436 15.5 24.0111 15.5 23.0998C15.5 22.1886 15.8375 21.3561 16.4 20.7204V25.4792ZM23.6 25.4848V20.7261C24.1625 21.3561 24.5 22.1942 24.5 23.1054C24.5 24.0167 24.1625 24.8492 23.6 25.4848Z"
41
+ fill="black"
42
+ />
43
+ <path
44
+ d="M32.6895 33.967C35.2795 33.967 37.3791 31.8674 37.3791 29.2774C37.3791 26.6875 35.2795 24.5879 32.6895 24.5879C30.0996 24.5879 28 26.6875 28 29.2774C28 31.8674 30.0996 33.967 32.6895 33.967Z"
45
+ fill="#E6007A"
46
+ />
47
+ <path
48
+ d="M32.6895 33.967C35.2795 33.967 37.3791 31.8674 37.3791 29.2774C37.3791 26.6875 35.2795 24.5879 32.6895 24.5879C30.0996 24.5879 28 26.6875 28 29.2774C28 31.8674 30.0996 33.967 32.6895 33.967Z"
49
+ fill="url(#paint0_linear_1514_57025)"
50
+ />
51
+ <path
52
+ fillRule="evenodd"
53
+ clipRule="evenodd"
54
+ d="M28.0125 29.6079C28.0155 29.6509 28.0191 29.6937 28.0232 29.7364C28.0279 29.7847 28.0333 29.8328 28.0395 29.8806C28.0988 30.343 28.2254 30.7842 28.4092 31.1942C28.4003 31.1454 28.3903 31.0972 28.3801 31.0504C28.3592 30.9511 28.3279 30.8339 28.2937 30.7063C28.2245 30.4475 28.1438 30.1456 28.1151 29.8627C28.1628 29.8517 28.2107 29.8416 28.2588 29.8321C29.1881 30.6803 30.1055 31.5415 31.0109 32.4157C30.8938 32.7781 30.77 33.1384 30.6395 33.4963C30.684 33.518 30.7288 33.5389 30.774 33.5592C30.8987 33.2186 31.0175 32.8758 31.1303 32.531C31.3059 32.701 31.4811 32.8715 31.6558 33.0424C31.9689 33.349 32.2806 33.657 32.5908 33.9664C32.624 33.9671 32.6573 33.9675 32.6906 33.9675C32.7294 33.9675 32.7681 33.967 32.8066 33.9661C32.2696 33.4298 31.7282 32.8979 31.1824 32.3703C31.3628 31.8085 31.5274 31.2417 31.6758 30.6708C32.0019 31.5796 32.5932 32.3565 33.5802 32.6807C34.2916 32.9148 35.0651 32.8996 35.8005 32.7881C35.8601 32.7353 35.9182 32.681 35.975 32.6253C35.6392 32.679 35.3025 32.7107 34.9691 32.7184C34.1883 32.736 33.37 32.5828 32.7544 32.0703C32.2733 31.6709 31.9637 31.1132 31.771 30.5217C31.7843 30.5271 31.7976 30.5326 31.811 30.5379C32.4591 30.7967 33.1173 30.7188 33.6753 30.2942C34.0265 30.0269 34.282 29.7005 34.4887 29.3434C34.9443 29.3465 35.3999 29.3407 35.8551 29.326C35.695 29.7158 35.5479 30.1404 35.7574 30.5078C35.8498 30.6682 35.983 30.8038 36.1122 30.9354C36.1368 30.9604 36.1613 30.9853 36.1853 31.0102C36.3729 31.2053 36.5606 31.3985 36.7554 31.586C36.7208 31.6547 36.6858 31.7232 36.6504 31.7915C36.6909 31.7278 36.7299 31.6631 36.7673 31.5974C36.7934 31.5517 36.8187 31.5055 36.8432 31.4589C36.8575 31.4318 36.8715 31.4046 36.8852 31.3773C36.9422 31.2636 36.9947 31.1473 37.0425 31.0286C37.0723 30.9545 37.1003 30.8795 37.1264 30.8036C37.0988 30.8656 37.0708 30.9275 37.0425 30.9891C37.0438 30.4082 37.0881 29.8287 37.1885 29.2574C37.2524 29.2529 37.3162 29.2482 37.38 29.2434C37.3797 29.194 37.3786 29.1448 37.3767 29.0958C37.3232 29.0999 37.2697 29.1038 37.2162 29.1076C37.2493 28.9367 37.2875 28.7667 37.3312 28.5976C37.3139 28.4789 37.2922 28.3617 37.2663 28.2462C37.1802 28.533 37.1099 28.8241 37.0542 29.1186C36.7301 29.1401 36.4057 29.157 36.0812 29.1693C36.3639 28.3769 36.6175 27.5645 36.6253 26.7254C36.5759 26.6495 36.5245 26.5751 36.4709 26.5024C36.4786 26.6558 36.4775 26.8092 36.468 26.9607C36.4255 27.6289 36.2428 28.2796 36.0226 28.9076C35.9929 28.9931 35.9563 29.0827 35.9178 29.1751C35.4692 29.1901 35.0203 29.1964 34.5714 29.1942C34.7495 28.8591 34.8918 28.5015 35.0345 28.143C35.2468 27.6095 35.4598 27.0743 35.7924 26.609C35.826 26.5619 35.8609 26.5166 35.8969 26.4728C36.0712 26.4603 36.2454 26.4473 36.4196 26.4339C36.383 26.3859 36.3454 26.3387 36.307 26.2922C36.2182 26.299 36.1294 26.3056 36.0406 26.3121C36.091 26.2602 36.1431 26.2108 36.1966 26.1634C36.1658 26.1287 36.1344 26.0945 36.1025 26.0607C36.095 26.0676 36.0876 26.0745 36.0802 26.0815C35.9982 26.1585 35.9219 26.2403 35.8504 26.3259C34.852 26.3975 33.8518 26.4538 32.851 26.4904C32.8468 26.3345 32.8268 26.1825 32.7869 26.0388C32.7392 25.8688 32.6562 25.7328 32.5485 25.6278C32.5796 25.282 32.6049 24.9356 32.6245 24.5889C32.5734 24.5896 32.5225 24.5911 32.4718 24.5934C32.4544 24.9009 32.4324 25.2082 32.4058 25.515C32.301 25.4482 32.1822 25.4022 32.0557 25.3752C32.0608 25.3619 32.066 25.3487 32.0712 25.3354C32.1707 25.0834 32.2831 24.8375 32.4065 24.5969C32.3481 24.6004 32.29 24.6049 32.2322 24.6105C32.1123 24.8528 32.0039 25.1005 31.9073 25.3526C31.8145 25.3437 31.7191 25.3441 31.6233 25.353C31.0847 25.4037 30.5708 25.6355 30.0757 25.8589C30.0276 25.8806 29.9797 25.9022 29.932 25.9235C29.895 25.8047 29.8593 25.6854 29.8247 25.5658C29.7807 25.5998 29.7374 25.6345 29.6947 25.67C29.7258 25.7756 29.7578 25.881 29.7908 25.986C29.5447 26.0934 29.2995 26.2034 29.0552 26.3154C29.0004 26.3826 28.9474 26.4513 28.8963 26.5215C28.8815 26.5418 28.8669 26.5623 28.8524 26.5829C28.8326 26.611 28.8131 26.6394 28.7939 26.6679C29.2052 26.6785 29.6167 26.6846 30.0282 26.6866C30.1417 26.9974 30.2657 27.305 30.4021 27.6088C30.5497 27.9404 30.7124 28.2645 30.8926 28.5785C30.9869 28.7447 31.0975 28.9212 31.2642 29.0133C30.6596 28.9476 30.057 28.8673 29.4526 28.7867C29.3779 28.7767 29.3032 28.7668 29.2284 28.7569C28.8606 28.7091 28.4552 28.7116 28.1824 29.0056C28.0918 29.1021 28.0347 29.2163 28.0015 29.3384C28.0017 29.3563 28.002 29.3743 28.0024 29.3922C28.0042 29.4645 28.0075 29.5364 28.0125 29.6079ZM28.1045 29.6915C28.1047 29.7 28.1049 29.7084 28.1052 29.7169C28.1124 29.7152 28.1197 29.7136 28.1269 29.7119C28.1195 29.7051 28.112 29.6983 28.1045 29.6915ZM28.3122 29.6741C28.2463 29.6139 28.1803 29.5538 28.1142 29.4937C28.1554 29.1661 28.3324 28.9176 28.783 28.8825C28.9877 28.8655 29.1959 28.9004 29.3987 28.9343C29.4364 28.9406 29.4739 28.9469 29.5112 28.9528C29.7865 28.9955 30.0618 29.0332 30.337 29.0684C30.6782 29.1121 31.0203 29.1504 31.3633 29.1833C31.3942 29.5353 31.4518 29.8922 31.5423 30.238C31.4847 30.2109 31.4273 30.1836 31.3702 30.1563C30.996 29.978 30.6279 29.8025 30.2144 29.7064C29.597 29.5644 28.9441 29.5577 28.3122 29.6741ZM28.4487 29.7989C29.3305 30.6061 30.2019 31.4249 31.0625 32.2546C31.253 31.654 31.4252 31.0477 31.5789 30.4368C31.4778 30.3897 31.3779 30.34 31.278 30.2902C31.0968 30.1998 30.9157 30.1096 30.7274 30.0355C30.3971 29.9049 30.0492 29.8195 29.6989 29.7768C29.2843 29.7267 28.8624 29.7351 28.4487 29.7989ZM31.6576 30.1167C31.7287 29.8211 31.7954 29.5245 31.8578 29.2269C31.74 29.2174 31.6222 29.2073 31.5046 29.1965C31.5352 29.5072 31.5857 29.8149 31.6576 30.1167ZM31.6842 29.0564C31.7525 29.063 31.8208 29.0693 31.8892 29.0754C31.8983 29.0306 31.9074 28.9857 31.9164 28.9408C31.8447 28.9933 31.7674 29.0335 31.6842 29.0564ZM32.1077 28.7596C32.0865 28.8694 32.0648 28.9791 32.0424 29.0886C32.2003 29.1018 32.3583 29.1135 32.5167 29.1236C33.1563 29.1643 33.7972 29.1875 34.4383 29.1932C34.645 28.8232 34.8048 28.4189 34.9624 28.0203C35.0417 27.8197 35.1204 27.6206 35.2043 27.428C35.348 27.0992 35.514 26.7749 35.7262 26.485C35.2396 26.5192 34.7528 26.5498 34.2659 26.5764C33.7944 26.6018 33.3226 26.6233 32.8504 26.6405C32.8346 27.1057 32.694 27.5925 32.5367 27.9882C32.4459 28.2155 32.3052 28.5276 32.1077 28.7596ZM32.6873 26.6462C32.6805 26.8265 32.6554 27.0068 32.6243 27.1692C32.5642 27.4832 32.4691 27.7922 32.339 28.0836C32.2918 28.1903 32.2369 28.3084 32.1708 28.4218C32.2771 27.8355 32.3667 27.246 32.4394 26.6543C32.522 26.6517 32.6047 26.649 32.6873 26.6462ZM32.6884 26.4962C32.6827 26.2584 32.6387 26.0293 32.5277 25.8509C32.5066 26.0688 32.4832 26.2864 32.4576 26.5038C32.5345 26.5014 32.6115 26.4988 32.6884 26.4962ZM32.3037 26.5084C32.3362 26.2355 32.3651 25.962 32.3903 25.6882C32.2923 25.6029 32.1654 25.5419 32.0029 25.5149C31.8826 25.8421 31.7807 26.1796 31.6992 26.5235C31.9007 26.5194 32.1022 26.5143 32.3037 26.5084ZM31.5495 26.5265C31.6293 26.1787 31.7304 25.8358 31.8522 25.5001C31.3278 25.478 30.8033 25.711 30.3212 25.925C30.2393 25.9614 30.1586 25.9973 30.0793 26.0313C30.046 26.0456 30.0128 26.0599 29.9796 26.0743C30.0294 26.2296 30.0815 26.3841 30.1361 26.5377C30.6072 26.5391 31.0784 26.5352 31.5495 26.5265ZM30.1901 26.6872C30.6322 26.6882 31.0744 26.6846 31.5165 26.6767C31.364 27.4005 31.3038 28.1436 31.3424 28.8849C31.16 28.787 31.0381 28.5482 30.9399 28.3558C30.9226 28.3219 30.9061 28.2894 30.8901 28.2595C30.7274 27.953 30.5773 27.6365 30.4396 27.3174C30.3509 27.1093 30.268 26.8991 30.1901 26.6872ZM31.4831 28.9282C31.4367 28.1765 31.5037 27.412 31.665 26.6739C31.8718 26.6698 32.0786 26.6648 32.2854 26.6588C32.2004 27.3445 32.0927 28.0273 31.9625 28.7057C31.8678 28.8037 31.7569 28.8799 31.6258 28.9151C31.575 28.9287 31.5276 28.9325 31.4831 28.9282ZM29.9745 26.5371C29.9274 26.4038 29.8822 26.2701 29.8386 26.1358C29.5509 26.2619 29.265 26.3913 28.9803 26.5234C29.3116 26.5307 29.643 26.5352 29.9745 26.5371ZM34.3513 29.3422C33.5831 29.334 32.815 29.3005 32.0487 29.2417C32.0363 29.2408 32.0239 29.2398 32.0114 29.2389C31.9616 29.4774 31.9089 29.7153 31.8535 29.9526C31.8233 30.0813 31.7922 30.2098 31.7604 30.3381C32.3371 30.5901 32.9154 30.6249 33.4651 30.2767C33.847 30.0349 34.1267 29.7092 34.3513 29.3422ZM36.027 29.32C35.9977 29.401 35.9683 29.4818 35.9389 29.5624C35.9284 29.5912 35.918 29.6199 35.9075 29.6486C35.8299 29.8622 35.7574 30.0883 35.8349 30.3143C35.885 30.4626 35.9876 30.5781 36.0902 30.6912C36.2578 30.8745 36.433 31.0529 36.6082 31.2287C36.6803 31.3007 36.753 31.3722 36.8266 31.4429C36.8459 31.4039 36.865 31.3647 36.884 31.3255C36.869 30.6314 36.9111 29.9417 37.0271 29.2684C36.694 29.2904 36.3606 29.3076 36.027 29.32Z"
55
+ fill="#E6007A"
56
+ />
57
+ <path
58
+ d="M31.023 31.0574H32.1541L32.5147 29.7498C32.5644 29.5695 32.8179 29.5697 32.8675 29.75L33.2268 31.0574H34.3557L35.2212 27.7139H34.1614L33.8907 29.0408C33.8514 29.2335 33.5804 29.2388 33.5337 29.0478L33.2074 27.7139H32.1735L31.8556 29.0561C31.8103 29.2477 31.5386 29.244 31.4984 29.0512L31.403 28.5936C31.296 28.0809 30.8475 27.7139 30.328 27.7139H30.1597L31.023 31.0574Z"
59
+ fill="white"
60
+ />
61
+ <defs>
62
+ <linearGradient
63
+ id="paint0_linear_1514_57025"
64
+ x1={28.2228}
65
+ y1={29.0095}
66
+ x2={43.4364}
67
+ y2={29.0209}
68
+ gradientUnits="userSpaceOnUse"
69
+ >
70
+ <stop stopColor="#F79420" stopOpacity={0.92} />
71
+ <stop offset={1} stopColor="#C4C4C4" stopOpacity={0} />
72
+ </linearGradient>
73
+ </defs>
74
+ </svg>
75
+ );
76
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @param {React.SVGProps<SVGSVGElement>} props
3
+ */
4
+ export default function SvgProjectLogoZeigeistDark(props: React.SVGProps<SVGSVGElement>): React.JSX.Element;
5
+ import * as React from "react";
@@ -0,0 +1,45 @@
1
+ import * as React from "react";
2
+ /**
3
+ * @param {React.SVGProps<SVGSVGElement>} props
4
+ */
5
+ export default function SvgProjectLogoZeigeistDark(props) {
6
+ return (
7
+ <svg
8
+ width={40}
9
+ height={40}
10
+ viewBox="0 0 40 40"
11
+ fill="none"
12
+ xmlns="http://www.w3.org/2000/svg"
13
+ {...props}
14
+ >
15
+ <path
16
+ d="M36 20.9603H4.02837C4.10513 22.2559 4.33618 23.5099 4.70341 24.7044L18.4626 24.7042L19.3236 23.5202H35.6395C35.8262 22.6895 35.9482 21.8344 36 20.9603Z"
17
+ fill="white"
18
+ />
19
+ <path
20
+ d="M34.5956 26.6244H5.43272C6.05302 27.9852 6.85854 29.2439 7.8171 30.3685L14.3438 30.3683L15.2047 29.1843H33.1289C33.6928 28.382 34.1848 27.5256 34.5956 26.6244Z"
21
+ fill="white"
22
+ />
23
+ <path
24
+ d="M30.2705 32.2885H9.75782C12.536 34.6057 16.1121 36 20.0142 36C23.9162 36 27.4923 34.6057 30.2705 32.2885Z"
25
+ fill="white"
26
+ />
27
+ <path
28
+ d="M4.02833 19.0403C4.10504 17.7448 4.33603 16.4908 4.70321 15.2963H35.3251C35.5793 16.123 35.7682 16.9783 35.8858 17.8562H23.4424L22.5814 19.0402L4.02833 19.0403Z"
29
+ fill="white"
30
+ />
31
+ <path
32
+ d="M26.7002 13.3761L27.5612 12.1921H33.9954C33.484 11.28 32.8859 10.4231 32.212 9.6325H7.81629C6.85794 10.757 6.05259 12.0156 5.43242 13.3763L26.7002 13.3761Z"
33
+ fill="white"
34
+ />
35
+ <path
36
+ d="M9.75668 7.7125H30.2717C27.4933 5.39473 23.9167 4 20.0142 4C16.1116 4 12.5351 5.39473 9.75668 7.7125Z"
37
+ fill="white"
38
+ />
39
+ <path
40
+ d="M4.00015 19.9303C4.00005 19.9535 4 19.9768 4 20C4 20.0232 4.00005 20.0465 4.00015 20.0697V19.9303Z"
41
+ fill="white"
42
+ />
43
+ </svg>
44
+ );
45
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @param {React.SVGProps<SVGSVGElement>} props
3
+ */
4
+ export default function SvgProjectLogoZeigeistLight(props: React.SVGProps<SVGSVGElement>): React.JSX.Element;
5
+ import * as React from "react";
@@ -0,0 +1,45 @@
1
+ import * as React from "react";
2
+ /**
3
+ * @param {React.SVGProps<SVGSVGElement>} props
4
+ */
5
+ export default function SvgProjectLogoZeigeistLight(props) {
6
+ return (
7
+ <svg
8
+ width={40}
9
+ height={40}
10
+ viewBox="0 0 40 40"
11
+ fill="none"
12
+ xmlns="http://www.w3.org/2000/svg"
13
+ {...props}
14
+ >
15
+ <path
16
+ d="M36 20.9603H4.02837C4.10513 22.2559 4.33618 23.5099 4.70341 24.7044L18.4626 24.7042L19.3236 23.5202H35.6395C35.8262 22.6895 35.9482 21.8344 36 20.9603Z"
17
+ fill="black"
18
+ />
19
+ <path
20
+ d="M34.5956 26.6244H5.43272C6.05302 27.9852 6.85854 29.2439 7.8171 30.3685L14.3438 30.3683L15.2047 29.1843H33.1289C33.6928 28.382 34.1848 27.5256 34.5956 26.6244Z"
21
+ fill="black"
22
+ />
23
+ <path
24
+ d="M30.2705 32.2885H9.75782C12.536 34.6057 16.1121 36 20.0142 36C23.9162 36 27.4923 34.6057 30.2705 32.2885Z"
25
+ fill="black"
26
+ />
27
+ <path
28
+ d="M4.02833 19.0403C4.10504 17.7448 4.33603 16.4908 4.70321 15.2963H35.3251C35.5793 16.123 35.7682 16.9783 35.8858 17.8562H23.4424L22.5814 19.0402L4.02833 19.0403Z"
29
+ fill="black"
30
+ />
31
+ <path
32
+ d="M26.7002 13.3761L27.5612 12.1921H33.9954C33.484 11.28 32.8859 10.4231 32.212 9.6325H7.81629C6.85794 10.757 6.05259 12.0156 5.43242 13.3763L26.7002 13.3761Z"
33
+ fill="black"
34
+ />
35
+ <path
36
+ d="M9.75668 7.7125H30.2717C27.4933 5.39473 23.9167 4 20.0142 4C16.1116 4 12.5351 5.39473 9.75668 7.7125Z"
37
+ fill="black"
38
+ />
39
+ <path
40
+ d="M4.00015 19.9303C4.00005 19.9535 4 19.9768 4 20C4 20.0232 4.00005 20.0465 4.00015 20.0697V19.9303Z"
41
+ fill="black"
42
+ />
43
+ </svg>
44
+ );
45
+ }
@@ -15,7 +15,7 @@ export default function SvgSystemPlus(props) {
15
15
  <path
16
16
  fillRule="evenodd"
17
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"
18
+ d="M12.7499 5.74902C12.7499 5.33481 12.4141 4.99902 11.9999 4.99902C11.5857 4.99902 11.2499 5.33481 11.2499 5.74902V11.25H5.74902C5.33481 11.25 4.99902 11.5858 4.99902 12C4.99902 12.4142 5.33481 12.75 5.74902 12.75H11.2499L11.2499 18.2512C11.2499 18.6654 11.5857 19.0012 11.9999 19.0012C12.4141 19.0012 12.7499 18.6654 12.7499 18.2512L12.7499 12.75L18.2512 12.75C18.6654 12.75 19.0012 12.4142 19.0012 12C19.0012 11.5858 18.6654 11.25 18.2512 11.25L12.7499 11.25V5.74902Z"
19
19
  fill="#1E2134"
20
20
  />
21
21
  </svg>
@@ -37,6 +37,52 @@ export { default as MenuPreimages } from "./MenuPreimages";
37
37
  export { default as MenuReferenda } from "./MenuReferenda";
38
38
  export { default as MenuTechComm } from "./MenuTechComm";
39
39
  export { default as MenuTreasury } from "./MenuTreasury";
40
+ export { default as ProjectLogoAcalaDark } from "./ProjectLogoAcalaDark";
41
+ export { default as ProjectLogoAcalaLight } from "./ProjectLogoAcalaLight";
42
+ export { default as ProjectLogoAltairDark } from "./ProjectLogoAltairDark";
43
+ export { default as ProjectLogoAltairLight } from "./ProjectLogoAltairLight";
44
+ export { default as ProjectLogoBasiliskDark } from "./ProjectLogoBasiliskDark";
45
+ export { default as ProjectLogoBasiliskLight } from "./ProjectLogoBasiliskLight";
46
+ export { default as ProjectLogoBifrostKusamaDark } from "./ProjectLogoBifrostKusamaDark";
47
+ export { default as ProjectLogoBifrostKusamaLight } from "./ProjectLogoBifrostKusamaLight";
48
+ export { default as ProjectLogoBifrostPolkadotDark } from "./ProjectLogoBifrostPolkadotDark";
49
+ export { default as ProjectLogoBifrostPolkadotLight } from "./ProjectLogoBifrostPolkadotLight";
50
+ export { default as ProjectLogoCentrifugeDark } from "./ProjectLogoCentrifugeDark";
51
+ export { default as ProjectLogoCentrifugeLight } from "./ProjectLogoCentrifugeLight";
52
+ export { default as ProjectLogoCrustDark } from "./ProjectLogoCrustDark";
53
+ export { default as ProjectLogoCrustLight } from "./ProjectLogoCrustLight";
54
+ export { default as ProjectLogoDarwinia2Dark } from "./ProjectLogoDarwinia2Dark";
55
+ export { default as ProjectLogoDarwinia2Light } from "./ProjectLogoDarwinia2Light";
56
+ export { default as ProjectLogoHydradxDark } from "./ProjectLogoHydradxDark";
57
+ export { default as ProjectLogoHydradxLight } from "./ProjectLogoHydradxLight";
58
+ export { default as ProjectLogoInterlayDark } from "./ProjectLogoInterlayDark";
59
+ export { default as ProjectLogoInterlayLight } from "./ProjectLogoInterlayLight";
60
+ export { default as ProjectLogoKaruraDark } from "./ProjectLogoKaruraDark";
61
+ export { default as ProjectLogoKaruraLight } from "./ProjectLogoKaruraLight";
62
+ export { default as ProjectLogoKhalaDark } from "./ProjectLogoKhalaDark";
63
+ export { default as ProjectLogoKhalaLight } from "./ProjectLogoKhalaLight";
64
+ export { default as ProjectLogoKintsugiDark } from "./ProjectLogoKintsugiDark";
65
+ export { default as ProjectLogoKintsugiLight } from "./ProjectLogoKintsugiLight";
66
+ export { default as ProjectLogoKusamaDark } from "./ProjectLogoKusamaDark";
67
+ export { default as ProjectLogoKusamaLight } from "./ProjectLogoKusamaLight";
68
+ export { default as ProjectLogoLitentryDark } from "./ProjectLogoLitentryDark";
69
+ export { default as ProjectLogoLitentryLight } from "./ProjectLogoLitentryLight";
70
+ export { default as ProjectLogoLitmusDark } from "./ProjectLogoLitmusDark";
71
+ export { default as ProjectLogoLitmusLight } from "./ProjectLogoLitmusLight";
72
+ export { default as ProjectLogoPhalaDark } from "./ProjectLogoPhalaDark";
73
+ export { default as ProjectLogoPhalaLight } from "./ProjectLogoPhalaLight";
74
+ export { default as ProjectLogoPolkadotCollectivesDark } from "./ProjectLogoPolkadotCollectivesDark";
75
+ export { default as ProjectLogoPolkadotCollectivesLight } from "./ProjectLogoPolkadotCollectivesLight";
76
+ export { default as ProjectLogoPolkadotDark } from "./ProjectLogoPolkadotDark";
77
+ export { default as ProjectLogoPolkadotLight } from "./ProjectLogoPolkadotLight";
78
+ export { default as ProjectLogoRococoDark } from "./ProjectLogoRococoDark";
79
+ export { default as ProjectLogoRococoLight } from "./ProjectLogoRococoLight";
80
+ export { default as ProjectLogoTuringDark } from "./ProjectLogoTuringDark";
81
+ export { default as ProjectLogoTuringLight } from "./ProjectLogoTuringLight";
82
+ export { default as ProjectLogoWestendCollectivesDark } from "./ProjectLogoWestendCollectivesDark";
83
+ export { default as ProjectLogoWestendCollectivesLight } from "./ProjectLogoWestendCollectivesLight";
84
+ export { default as ProjectLogoZeigeistDark } from "./ProjectLogoZeigeistDark";
85
+ export { default as ProjectLogoZeigeistLight } from "./ProjectLogoZeigeistLight";
40
86
  export { default as ShortcutSlash } from "./ShortcutSlash";
41
87
  export { default as SignalDefault } from "./SignalDefault";
42
88
  export { default as SignalDefaultDark } from "./SignalDefaultDark";
@@ -37,6 +37,52 @@ export { default as MenuPreimages } from "./MenuPreimages";
37
37
  export { default as MenuReferenda } from "./MenuReferenda";
38
38
  export { default as MenuTechComm } from "./MenuTechComm";
39
39
  export { default as MenuTreasury } from "./MenuTreasury";
40
+ export { default as ProjectLogoAcalaDark } from "./ProjectLogoAcalaDark";
41
+ export { default as ProjectLogoAcalaLight } from "./ProjectLogoAcalaLight";
42
+ export { default as ProjectLogoAltairDark } from "./ProjectLogoAltairDark";
43
+ export { default as ProjectLogoAltairLight } from "./ProjectLogoAltairLight";
44
+ export { default as ProjectLogoBasiliskDark } from "./ProjectLogoBasiliskDark";
45
+ export { default as ProjectLogoBasiliskLight } from "./ProjectLogoBasiliskLight";
46
+ export { default as ProjectLogoBifrostKusamaDark } from "./ProjectLogoBifrostKusamaDark";
47
+ export { default as ProjectLogoBifrostKusamaLight } from "./ProjectLogoBifrostKusamaLight";
48
+ export { default as ProjectLogoBifrostPolkadotDark } from "./ProjectLogoBifrostPolkadotDark";
49
+ export { default as ProjectLogoBifrostPolkadotLight } from "./ProjectLogoBifrostPolkadotLight";
50
+ export { default as ProjectLogoCentrifugeDark } from "./ProjectLogoCentrifugeDark";
51
+ export { default as ProjectLogoCentrifugeLight } from "./ProjectLogoCentrifugeLight";
52
+ export { default as ProjectLogoCrustDark } from "./ProjectLogoCrustDark";
53
+ export { default as ProjectLogoCrustLight } from "./ProjectLogoCrustLight";
54
+ export { default as ProjectLogoDarwinia2Dark } from "./ProjectLogoDarwinia2Dark";
55
+ export { default as ProjectLogoDarwinia2Light } from "./ProjectLogoDarwinia2Light";
56
+ export { default as ProjectLogoHydradxDark } from "./ProjectLogoHydradxDark";
57
+ export { default as ProjectLogoHydradxLight } from "./ProjectLogoHydradxLight";
58
+ export { default as ProjectLogoInterlayDark } from "./ProjectLogoInterlayDark";
59
+ export { default as ProjectLogoInterlayLight } from "./ProjectLogoInterlayLight";
60
+ export { default as ProjectLogoKaruraDark } from "./ProjectLogoKaruraDark";
61
+ export { default as ProjectLogoKaruraLight } from "./ProjectLogoKaruraLight";
62
+ export { default as ProjectLogoKhalaDark } from "./ProjectLogoKhalaDark";
63
+ export { default as ProjectLogoKhalaLight } from "./ProjectLogoKhalaLight";
64
+ export { default as ProjectLogoKintsugiDark } from "./ProjectLogoKintsugiDark";
65
+ export { default as ProjectLogoKintsugiLight } from "./ProjectLogoKintsugiLight";
66
+ export { default as ProjectLogoKusamaDark } from "./ProjectLogoKusamaDark";
67
+ export { default as ProjectLogoKusamaLight } from "./ProjectLogoKusamaLight";
68
+ export { default as ProjectLogoLitentryDark } from "./ProjectLogoLitentryDark";
69
+ export { default as ProjectLogoLitentryLight } from "./ProjectLogoLitentryLight";
70
+ export { default as ProjectLogoLitmusDark } from "./ProjectLogoLitmusDark";
71
+ export { default as ProjectLogoLitmusLight } from "./ProjectLogoLitmusLight";
72
+ export { default as ProjectLogoPhalaDark } from "./ProjectLogoPhalaDark";
73
+ export { default as ProjectLogoPhalaLight } from "./ProjectLogoPhalaLight";
74
+ export { default as ProjectLogoPolkadotCollectivesDark } from "./ProjectLogoPolkadotCollectivesDark";
75
+ export { default as ProjectLogoPolkadotCollectivesLight } from "./ProjectLogoPolkadotCollectivesLight";
76
+ export { default as ProjectLogoPolkadotDark } from "./ProjectLogoPolkadotDark";
77
+ export { default as ProjectLogoPolkadotLight } from "./ProjectLogoPolkadotLight";
78
+ export { default as ProjectLogoRococoDark } from "./ProjectLogoRococoDark";
79
+ export { default as ProjectLogoRococoLight } from "./ProjectLogoRococoLight";
80
+ export { default as ProjectLogoTuringDark } from "./ProjectLogoTuringDark";
81
+ export { default as ProjectLogoTuringLight } from "./ProjectLogoTuringLight";
82
+ export { default as ProjectLogoWestendCollectivesDark } from "./ProjectLogoWestendCollectivesDark";
83
+ export { default as ProjectLogoWestendCollectivesLight } from "./ProjectLogoWestendCollectivesLight";
84
+ export { default as ProjectLogoZeigeistDark } from "./ProjectLogoZeigeistDark";
85
+ export { default as ProjectLogoZeigeistLight } from "./ProjectLogoZeigeistLight";
40
86
  export { default as ShortcutSlash } from "./ShortcutSlash";
41
87
  export { default as SignalDefault } from "./SignalDefault";
42
88
  export { default as SignalDefaultDark } from "./SignalDefaultDark";