@osn/icons 1.2.0 → 1.4.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.
- package/package.json +1 -1
- package/source/subsquare/footerLogoDark.svg +20 -0
- package/source/subsquare/footerLogoLight.svg +20 -0
- package/source/subsquare/projectLogoAcalaDark.svg +34 -0
- package/source/subsquare/projectLogoAcalaLight.svg +34 -0
- package/source/subsquare/projectLogoAltairDark.svg +35 -0
- package/source/subsquare/projectLogoAltairLight.svg +40 -0
- package/source/subsquare/projectLogoBasiliskDark.svg +3 -0
- package/source/subsquare/projectLogoBasiliskLight.svg +3 -0
- package/source/subsquare/projectLogoBifrostKusamaDark.svg +44 -0
- package/source/subsquare/projectLogoBifrostKusamaLight.svg +44 -0
- package/source/subsquare/projectLogoBifrostPolkadotDark.svg +41 -0
- package/source/subsquare/projectLogoBifrostPolkadotLight.svg +41 -0
- package/source/subsquare/projectLogoCentrifugeDark.svg +5 -0
- package/source/subsquare/projectLogoCentrifugeLight.svg +5 -0
- package/source/subsquare/projectLogoCrustDark.svg +4 -0
- package/source/subsquare/projectLogoCrustLight.svg +4 -0
- package/source/subsquare/projectLogoDarwinia2Dark.svg +3 -0
- package/source/subsquare/projectLogoDarwinia2Light.svg +3 -0
- package/source/subsquare/projectLogoHydradxDark.svg +3 -0
- package/source/subsquare/projectLogoHydradxLight.svg +3 -0
- package/source/subsquare/projectLogoInterlayDark.svg +5 -0
- package/source/subsquare/projectLogoInterlayLight.svg +5 -0
- package/source/subsquare/projectLogoKaruraDark.svg +14 -0
- package/source/subsquare/projectLogoKaruraLight.svg +14 -0
- package/source/subsquare/projectLogoKhalaDark.svg +4 -0
- package/source/subsquare/projectLogoKhalaLight.svg +4 -0
- package/source/subsquare/projectLogoKintsugiDark.svg +24 -0
- package/source/subsquare/projectLogoKintsugiLight.svg +24 -0
- package/source/subsquare/projectLogoKusamaDark.svg +3 -0
- package/source/subsquare/projectLogoKusamaLight.svg +3 -0
- package/source/subsquare/projectLogoLitentryDark.svg +24 -0
- package/source/subsquare/projectLogoLitentryLight.svg +24 -0
- package/source/subsquare/projectLogoLitmusDark.svg +39 -0
- package/source/subsquare/projectLogoLitmusLight.svg +39 -0
- package/source/subsquare/projectLogoPhalaDark.svg +4 -0
- package/source/subsquare/projectLogoPhalaLight.svg +4 -0
- package/source/subsquare/projectLogoPolkadotCollectivesDark.svg +15 -0
- package/source/subsquare/projectLogoPolkadotCollectivesLight.svg +15 -0
- package/source/subsquare/projectLogoPolkadotDark.svg +8 -0
- package/source/subsquare/projectLogoPolkadotLight.svg +8 -0
- package/source/subsquare/projectLogoRococoDark.svg +41 -0
- package/source/subsquare/projectLogoRococoLight.svg +41 -0
- package/source/subsquare/projectLogoTuringDark.svg +9 -0
- package/source/subsquare/projectLogoTuringLight.svg +9 -0
- package/source/subsquare/projectLogoWestendCollectivesDark.svg +18 -0
- package/source/subsquare/projectLogoWestendCollectivesLight.svg +18 -0
- package/source/subsquare/projectLogoZeigeistDark.svg +9 -0
- package/source/subsquare/projectLogoZeigeistLight.svg +9 -0
- package/subsquare/FooterLogoDark.d.ts +5 -0
- package/subsquare/FooterLogoDark.js +77 -0
- package/subsquare/FooterLogoLight.d.ts +5 -0
- package/subsquare/FooterLogoLight.js +77 -0
- package/subsquare/ProjectLogoAcalaDark.d.ts +5 -0
- package/subsquare/ProjectLogoAcalaDark.js +103 -0
- package/subsquare/ProjectLogoAcalaLight.d.ts +5 -0
- package/subsquare/ProjectLogoAcalaLight.js +103 -0
- package/subsquare/ProjectLogoAltairDark.d.ts +5 -0
- package/subsquare/ProjectLogoAltairDark.js +118 -0
- package/subsquare/ProjectLogoAltairLight.d.ts +5 -0
- package/subsquare/ProjectLogoAltairLight.js +123 -0
- package/subsquare/ProjectLogoBasiliskDark.d.ts +5 -0
- package/subsquare/ProjectLogoBasiliskDark.js +23 -0
- package/subsquare/ProjectLogoBasiliskLight.d.ts +5 -0
- package/subsquare/ProjectLogoBasiliskLight.js +23 -0
- package/subsquare/ProjectLogoBifrostKusamaDark.d.ts +5 -0
- package/subsquare/ProjectLogoBifrostKusamaDark.js +147 -0
- package/subsquare/ProjectLogoBifrostKusamaLight.d.ts +5 -0
- package/subsquare/ProjectLogoBifrostKusamaLight.js +146 -0
- package/subsquare/ProjectLogoBifrostPolkadotDark.d.ts +5 -0
- package/subsquare/ProjectLogoBifrostPolkadotDark.js +135 -0
- package/subsquare/ProjectLogoBifrostPolkadotLight.d.ts +5 -0
- package/subsquare/ProjectLogoBifrostPolkadotLight.js +134 -0
- package/subsquare/ProjectLogoCentrifugeDark.d.ts +5 -0
- package/subsquare/ProjectLogoCentrifugeDark.js +35 -0
- package/subsquare/ProjectLogoCentrifugeLight.d.ts +5 -0
- package/subsquare/ProjectLogoCentrifugeLight.js +35 -0
- package/subsquare/ProjectLogoCrustDark.d.ts +5 -0
- package/subsquare/ProjectLogoCrustDark.js +25 -0
- package/subsquare/ProjectLogoCrustLight.d.ts +5 -0
- package/subsquare/ProjectLogoCrustLight.js +25 -0
- package/subsquare/ProjectLogoDarwinia2Dark.d.ts +5 -0
- package/subsquare/ProjectLogoDarwinia2Dark.js +21 -0
- package/subsquare/ProjectLogoDarwinia2Light.d.ts +5 -0
- package/subsquare/ProjectLogoDarwinia2Light.js +21 -0
- package/subsquare/ProjectLogoHydradxDark.d.ts +5 -0
- package/subsquare/ProjectLogoHydradxDark.js +23 -0
- package/subsquare/ProjectLogoHydradxLight.d.ts +5 -0
- package/subsquare/ProjectLogoHydradxLight.js +23 -0
- package/subsquare/ProjectLogoInterlayDark.d.ts +5 -0
- package/subsquare/ProjectLogoInterlayDark.js +29 -0
- package/subsquare/ProjectLogoInterlayLight.d.ts +5 -0
- package/subsquare/ProjectLogoInterlayLight.js +29 -0
- package/subsquare/ProjectLogoKaruraDark.d.ts +5 -0
- package/subsquare/ProjectLogoKaruraDark.js +49 -0
- package/subsquare/ProjectLogoKaruraLight.d.ts +5 -0
- package/subsquare/ProjectLogoKaruraLight.js +49 -0
- package/subsquare/ProjectLogoKhalaDark.d.ts +5 -0
- package/subsquare/ProjectLogoKhalaDark.js +25 -0
- package/subsquare/ProjectLogoKhalaLight.d.ts +5 -0
- package/subsquare/ProjectLogoKhalaLight.js +25 -0
- package/subsquare/ProjectLogoKintsugiDark.d.ts +5 -0
- package/subsquare/ProjectLogoKintsugiDark.js +82 -0
- package/subsquare/ProjectLogoKintsugiLight.d.ts +5 -0
- package/subsquare/ProjectLogoKintsugiLight.js +82 -0
- package/subsquare/ProjectLogoKusamaDark.d.ts +5 -0
- package/subsquare/ProjectLogoKusamaDark.js +21 -0
- package/subsquare/ProjectLogoKusamaLight.d.ts +5 -0
- package/subsquare/ProjectLogoKusamaLight.js +21 -0
- package/subsquare/ProjectLogoLitentryDark.d.ts +5 -0
- package/subsquare/ProjectLogoLitentryDark.js +79 -0
- package/subsquare/ProjectLogoLitentryLight.d.ts +5 -0
- package/subsquare/ProjectLogoLitentryLight.js +79 -0
- package/subsquare/ProjectLogoLitmusDark.d.ts +5 -0
- package/subsquare/ProjectLogoLitmusDark.js +130 -0
- package/subsquare/ProjectLogoLitmusLight.d.ts +5 -0
- package/subsquare/ProjectLogoLitmusLight.js +130 -0
- package/subsquare/ProjectLogoPhalaDark.d.ts +5 -0
- package/subsquare/ProjectLogoPhalaDark.js +27 -0
- package/subsquare/ProjectLogoPhalaLight.d.ts +5 -0
- package/subsquare/ProjectLogoPhalaLight.js +27 -0
- package/subsquare/ProjectLogoPolkadotCollectivesDark.d.ts +5 -0
- package/subsquare/ProjectLogoPolkadotCollectivesDark.js +70 -0
- package/subsquare/ProjectLogoPolkadotCollectivesLight.d.ts +5 -0
- package/subsquare/ProjectLogoPolkadotCollectivesLight.js +70 -0
- package/subsquare/ProjectLogoPolkadotDark.d.ts +5 -0
- package/subsquare/ProjectLogoPolkadotDark.js +41 -0
- package/subsquare/ProjectLogoPolkadotLight.d.ts +5 -0
- package/subsquare/ProjectLogoPolkadotLight.js +41 -0
- package/subsquare/ProjectLogoRococoDark.d.ts +5 -0
- package/subsquare/ProjectLogoRococoDark.js +142 -0
- package/subsquare/ProjectLogoRococoLight.d.ts +5 -0
- package/subsquare/ProjectLogoRococoLight.js +142 -0
- package/subsquare/ProjectLogoTuringDark.d.ts +5 -0
- package/subsquare/ProjectLogoTuringDark.js +36 -0
- package/subsquare/ProjectLogoTuringLight.d.ts +5 -0
- package/subsquare/ProjectLogoTuringLight.js +36 -0
- package/subsquare/ProjectLogoWestendCollectivesDark.d.ts +5 -0
- package/subsquare/ProjectLogoWestendCollectivesDark.js +76 -0
- package/subsquare/ProjectLogoWestendCollectivesLight.d.ts +5 -0
- package/subsquare/ProjectLogoWestendCollectivesLight.js +76 -0
- package/subsquare/ProjectLogoZeigeistDark.d.ts +5 -0
- package/subsquare/ProjectLogoZeigeistDark.js +45 -0
- package/subsquare/ProjectLogoZeigeistLight.d.ts +5 -0
- package/subsquare/ProjectLogoZeigeistLight.js +45 -0
- package/subsquare/index.d.ts +48 -0
- package/subsquare/index.js +48 -0
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* @param {React.SVGProps<SVGSVGElement>} props
|
|
4
|
+
*/
|
|
5
|
+
export default function SvgProjectLogoBifrostPolkadotDark(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="M38 30.125C38 34.4742 34.4742 38 30.125 38L9.875 38C5.52576 38 2 34.4742 2 30.125L2.00001 9.875C2.00001 5.52576 5.52577 2 9.87501 2L30.125 2C34.4742 2 38 5.52576 38 9.875L38 30.125Z"
|
|
17
|
+
fill="black"
|
|
18
|
+
/>
|
|
19
|
+
<path
|
|
20
|
+
fillRule="evenodd"
|
|
21
|
+
clipRule="evenodd"
|
|
22
|
+
d="M9.875 37L30.125 37C33.922 37 37 33.922 37 30.125L37 9.875C37 6.07805 33.922 3 30.125 3L9.87501 3C6.07805 3 3.00001 6.07804 3.00001 9.875L3 30.125C3 33.922 6.07805 37 9.875 37ZM30.125 38C34.4742 38 38 34.4742 38 30.125L38 9.875C38 5.52576 34.4742 2 30.125 2L9.87501 2C5.52576 2 2.00001 5.52576 2.00001 9.875L2 30.125C2 34.4742 5.52576 38 9.875 38L30.125 38Z"
|
|
23
|
+
fill="white"
|
|
24
|
+
fillOpacity={0.12}
|
|
25
|
+
/>
|
|
26
|
+
<mask
|
|
27
|
+
id="mask0_1514_56857"
|
|
28
|
+
style={{
|
|
29
|
+
maskType: "alpha",
|
|
30
|
+
}}
|
|
31
|
+
maskUnits="userSpaceOnUse"
|
|
32
|
+
x={2}
|
|
33
|
+
y={2}
|
|
34
|
+
width={36}
|
|
35
|
+
height={36}
|
|
36
|
+
>
|
|
37
|
+
<path
|
|
38
|
+
d="M2.90088 9.64649C2.90088 5.91857 5.92296 2.89648 9.65088 2.89648H30.3509C34.0788 2.89648 37.1009 5.91856 37.1009 9.64648V30.3465C37.1009 34.0744 34.0788 37.0965 30.3509 37.0965H9.65088C5.92296 37.0965 2.90088 34.0744 2.90088 30.3465V9.64649Z"
|
|
39
|
+
fill="#D9D9D9"
|
|
40
|
+
/>
|
|
41
|
+
</mask>
|
|
42
|
+
<g mask="url(#mask0_1514_56857)">
|
|
43
|
+
<path
|
|
44
|
+
opacity={0.7}
|
|
45
|
+
d="M-2.03589 25.0107C-2.03589 25.0107 8.03587 28.875 20.4319 28.875C32.8279 28.875 42.0388 25.0107 42.0388 25.0107V40.3336H-2.03589V25.0107Z"
|
|
46
|
+
fill="url(#paint0_linear_1514_56857)"
|
|
47
|
+
/>
|
|
48
|
+
<path
|
|
49
|
+
d="M-2.03589 29.0715C-2.03589 29.0715 10.274 27.248 20.0015 27.248C29.7289 27.248 42.0388 29.0715 42.0388 29.0715V39.9884H-2.03589V29.0715Z"
|
|
50
|
+
fill="url(#paint1_linear_1514_56857)"
|
|
51
|
+
/>
|
|
52
|
+
<path
|
|
53
|
+
d="M-2.03589 29.4162C-2.03589 29.4162 10.274 27.5928 20.0015 27.5928C29.7289 27.5928 42.0388 29.4162 42.0388 29.4162"
|
|
54
|
+
stroke="url(#paint2_linear_1514_56857)"
|
|
55
|
+
strokeWidth={3.6}
|
|
56
|
+
/>
|
|
57
|
+
<path
|
|
58
|
+
d="M10.9355 29.9023C10.5862 29.9023 10.2496 29.9462 10.1125 29.9833C9.91301 30.0394 9.86324 30.1268 9.82569 30.3077L9.03392 33.9612C9.02125 34.0358 9.00903 34.0983 9.00903 34.1607C9.00903 34.3417 9.12757 34.4598 9.32076 34.4598C9.53296 34.4598 9.62028 34.3227 9.66371 34.1105L9.88812 33.0694C10.0438 33.088 10.2496 33.107 10.5428 33.107C11.8336 33.107 12.6376 32.4089 12.6376 31.3551C12.6376 30.4321 11.9951 29.9023 10.9355 29.9023ZM10.5116 32.5084C10.3121 32.5084 10.156 32.5021 10.013 32.4835L10.4306 30.5444C10.5614 30.5258 10.755 30.5005 10.9545 30.5005C11.6404 30.5005 11.9897 30.8249 11.9897 31.361C11.9892 32.0469 11.4902 32.5084 10.5116 32.5084Z"
|
|
59
|
+
fill="white"
|
|
60
|
+
/>
|
|
61
|
+
<path
|
|
62
|
+
d="M31.2478 33.2563C31.1419 33.2563 31.0731 33.3187 30.9424 33.4621C30.7116 33.6992 30.5682 33.83 30.3877 33.83C30.2257 33.83 30.1384 33.6992 30.1384 33.487C30.1384 33.3685 30.1633 33.2251 30.1945 33.0694L30.4252 31.9845H31.1175C31.3355 31.9845 31.4667 31.8596 31.4667 31.6352C31.4667 31.5103 31.3858 31.4171 31.1989 31.4171H30.5497L30.6619 30.9122C30.6745 30.8375 30.6867 30.7688 30.6867 30.7063C30.6867 30.5317 30.5682 30.4068 30.375 30.4068C30.1691 30.4068 30.0759 30.5439 30.0321 30.7561L29.8886 31.4171H29.5955C29.371 31.4171 29.2403 31.542 29.2403 31.7664C29.2403 31.8913 29.3276 31.9845 29.5145 31.9845H29.7701L29.5394 33.0567C29.5145 33.1753 29.4833 33.3685 29.4833 33.568C29.4833 34.0729 29.7452 34.4408 30.3062 34.4408C30.6306 34.4408 30.917 34.2788 31.1356 34.0851C31.3478 33.8983 31.5034 33.6675 31.5034 33.5178C31.5034 33.3748 31.3912 33.2563 31.2478 33.2563Z"
|
|
63
|
+
fill="white"
|
|
64
|
+
/>
|
|
65
|
+
<path
|
|
66
|
+
d="M16.9082 30.2702C16.9082 30.0892 16.7833 29.9707 16.5901 29.9707C16.3842 29.9707 16.291 30.1078 16.2472 30.3199L15.4681 33.9422C15.4495 34.0168 15.4368 34.0793 15.4368 34.1417C15.4368 34.3227 15.5617 34.4408 15.7486 34.4408C15.9608 34.4408 16.054 34.3037 16.0978 34.0915L16.8769 30.4697C16.8896 30.3946 16.9082 30.3326 16.9082 30.2702Z"
|
|
67
|
+
fill="white"
|
|
68
|
+
/>
|
|
69
|
+
<path
|
|
70
|
+
d="M28.0368 31.3547C27.0392 31.3547 26.3596 32.346 26.3596 33.2875C26.3596 33.3051 26.3601 33.3228 26.3605 33.34C26.204 33.5775 26.004 33.8236 25.8669 33.8236C25.7674 33.8236 25.7298 33.73 25.7298 33.5866C25.7298 33.4119 25.7796 33.1187 25.8357 32.8631L26.3533 30.4688C26.3659 30.3941 26.3782 30.3317 26.3782 30.2693C26.3782 30.0883 26.2596 29.9698 26.0664 29.9698C25.8542 29.9698 25.7674 30.1068 25.7235 30.319L25.443 31.6157C25.2932 31.4601 25.0747 31.3538 24.7444 31.3538C24.082 31.3538 23.4156 31.8637 23.1559 32.6459C22.87 33.3852 22.6143 33.8227 22.4125 33.8227C22.3379 33.8227 22.294 33.7603 22.294 33.6544C22.294 33.3427 22.4686 32.5821 22.5433 32.2143C22.5682 32.0772 22.5808 32.0211 22.5808 31.9401C22.5808 31.666 22.1257 31.3416 21.5334 31.3416C20.8485 31.3416 20.2282 31.7754 19.9173 32.4197C19.4554 33.2359 19.0315 33.8227 18.8215 33.8227C18.7279 33.8227 18.6967 33.7042 18.6718 33.592L18.5166 32.7328L19.4703 31.9537C19.5576 31.879 19.6699 31.7727 19.6699 31.6356C19.6699 31.4673 19.5576 31.3551 19.3893 31.3551C19.2645 31.3551 19.1586 31.4298 19.0527 31.5171L17.6189 32.7016L18.099 30.4697C18.1117 30.395 18.1302 30.3326 18.1302 30.2702C18.1302 30.0892 18.0053 29.9707 17.8121 29.9707C17.6063 29.9707 17.5131 30.1078 17.4692 30.3199L16.6901 33.9422C16.6715 34.0168 16.6589 34.0793 16.6589 34.1417C16.6589 34.3227 16.7837 34.4408 16.9706 34.4408C17.1828 34.4408 17.276 34.3037 17.3199 34.0915L17.4199 33.6241L18.0058 33.1504L18.1492 33.8734C18.2053 34.1602 18.3551 34.4408 18.7414 34.4408C19.126 34.4408 19.4287 34.0897 19.7318 33.6151C19.8237 34.1123 20.1775 34.4408 20.6684 34.4408C21.1611 34.4408 21.4977 34.1476 21.7158 33.7549V33.7675C21.7158 34.1729 21.9216 34.4408 22.2831 34.4408C22.6103 34.4408 22.8817 34.2435 23.1242 33.8245C23.2618 34.1897 23.5694 34.4408 23.9974 34.4408C24.5024 34.4408 24.8639 34.1354 25.0946 33.7114V33.749C25.0946 34.1978 25.319 34.4412 25.6868 34.4412C26.0117 34.4412 26.2877 34.2525 26.5234 33.9458C26.7026 34.2525 27.0238 34.4412 27.4577 34.4412C28.4553 34.4412 29.1349 33.4499 29.1349 32.5021C29.1344 31.8347 28.729 31.3547 28.0368 31.3547ZM21.8212 32.6206C21.6402 33.3997 21.2538 33.8426 20.8172 33.8426C20.5241 33.8426 20.3621 33.6182 20.3621 33.2816C20.3621 32.6206 20.8421 31.9098 21.4841 31.9098C21.6773 31.9098 21.8271 31.9659 21.9578 32.0469L21.8212 32.6206ZM25.2937 32.2903C25.0941 33.207 24.639 33.8426 24.1404 33.8426C23.8662 33.8426 23.7038 33.6304 23.7038 33.2816C23.7038 32.6147 24.1653 31.9225 24.7824 31.9225C25.0195 31.9225 25.2 32.0035 25.3312 32.1093L25.2937 32.2903ZM27.5319 33.8426C27.1704 33.8426 27.0206 33.5807 27.0206 33.2504C27.0206 32.6455 27.4382 31.9537 27.9622 31.9537C28.3237 31.9537 28.4734 32.2157 28.4734 32.5459C28.4734 33.1567 28.0558 33.8426 27.5319 33.8426Z"
|
|
71
|
+
fill="white"
|
|
72
|
+
/>
|
|
73
|
+
<path
|
|
74
|
+
d="M14.1899 31.3547C13.1923 31.3547 12.5127 32.346 12.5127 33.2875C12.5127 33.9607 12.9181 34.4408 13.6099 34.4408C14.6075 34.4408 15.2871 33.4495 15.2871 32.5016C15.2871 31.8347 14.8817 31.3547 14.1899 31.3547ZM13.685 33.8426C13.3235 33.8426 13.1737 33.5807 13.1737 33.2504C13.1737 32.6455 13.5913 31.9537 14.1153 31.9537C14.4768 31.9537 14.6265 32.2157 14.6265 32.5459C14.6261 33.1567 14.2085 33.8426 13.685 33.8426Z"
|
|
75
|
+
fill="white"
|
|
76
|
+
/>
|
|
77
|
+
</g>
|
|
78
|
+
<path
|
|
79
|
+
d="M20.0001 21.3541H10.8953L24.5525 7.80273H29.1049L20.0001 21.3541Z"
|
|
80
|
+
fill="url(#paint3_linear_1514_56857)"
|
|
81
|
+
/>
|
|
82
|
+
<defs>
|
|
83
|
+
<linearGradient
|
|
84
|
+
id="paint0_linear_1514_56857"
|
|
85
|
+
x1={-2.03589}
|
|
86
|
+
y1={25.0107}
|
|
87
|
+
x2={42.6414}
|
|
88
|
+
y2={32.8443}
|
|
89
|
+
gradientUnits="userSpaceOnUse"
|
|
90
|
+
>
|
|
91
|
+
<stop stopColor="#9E3BFF" />
|
|
92
|
+
<stop offset={1} stopColor="#6D55FF" />
|
|
93
|
+
</linearGradient>
|
|
94
|
+
<linearGradient
|
|
95
|
+
id="paint1_linear_1514_56857"
|
|
96
|
+
x1={-2.03589}
|
|
97
|
+
y1={26.8436}
|
|
98
|
+
x2={42.0388}
|
|
99
|
+
y2={26.8436}
|
|
100
|
+
gradientUnits="userSpaceOnUse"
|
|
101
|
+
>
|
|
102
|
+
<stop stopColor="#9E3BFF" />
|
|
103
|
+
<stop offset={1} stopColor="#492CFF" />
|
|
104
|
+
</linearGradient>
|
|
105
|
+
<linearGradient
|
|
106
|
+
id="paint2_linear_1514_56857"
|
|
107
|
+
x1={-2.03589}
|
|
108
|
+
y1={31.8109}
|
|
109
|
+
x2={42.0388}
|
|
110
|
+
y2={31.5526}
|
|
111
|
+
gradientUnits="userSpaceOnUse"
|
|
112
|
+
>
|
|
113
|
+
<stop stopColor="white" stopOpacity={0} />
|
|
114
|
+
<stop offset={0.500885} stopColor="#9F7BFF" />
|
|
115
|
+
<stop offset={1} stopColor="white" stopOpacity={0} />
|
|
116
|
+
</linearGradient>
|
|
117
|
+
<linearGradient
|
|
118
|
+
id="paint3_linear_1514_56857"
|
|
119
|
+
x1={20.0001}
|
|
120
|
+
y1={7.80273}
|
|
121
|
+
x2={20.0001}
|
|
122
|
+
y2={21.3541}
|
|
123
|
+
gradientUnits="userSpaceOnUse"
|
|
124
|
+
>
|
|
125
|
+
<stop stopColor="#7AEDCF" />
|
|
126
|
+
<stop offset={0.201333} stopColor="#68CEFA" />
|
|
127
|
+
<stop offset={0.403244} stopColor="#689CF8" />
|
|
128
|
+
<stop offset={0.602076} stopColor="#AC57C0" />
|
|
129
|
+
<stop offset={0.801867} stopColor="#E65659" />
|
|
130
|
+
<stop offset={1} stopColor="#F2C241" />
|
|
131
|
+
</linearGradient>
|
|
132
|
+
</defs>
|
|
133
|
+
</svg>
|
|
134
|
+
);
|
|
135
|
+
}
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* @param {React.SVGProps<SVGSVGElement>} props
|
|
4
|
+
*/
|
|
5
|
+
export default function SvgProjectLogoBifrostPolkadotLight(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="M38 30.125C38 34.4742 34.4742 38 30.125 38L9.875 38C5.52576 38 2 34.4742 2 30.125L2.00001 9.875C2.00001 5.52576 5.52577 2 9.87501 2L30.125 2C34.4742 2 38 5.52576 38 9.875L38 30.125Z"
|
|
17
|
+
fill="black"
|
|
18
|
+
/>
|
|
19
|
+
<path
|
|
20
|
+
fillRule="evenodd"
|
|
21
|
+
clipRule="evenodd"
|
|
22
|
+
d="M9.875 37L30.125 37C33.922 37 37 33.922 37 30.125L37 9.875C37 6.07805 33.922 3 30.125 3L9.87501 3C6.07805 3 3.00001 6.07804 3.00001 9.875L3 30.125C3 33.922 6.07805 37 9.875 37ZM30.125 38C34.4742 38 38 34.4742 38 30.125L38 9.875C38 5.52576 34.4742 2 30.125 2L9.87501 2C5.52576 2 2.00001 5.52576 2.00001 9.875L2 30.125C2 34.4742 5.52576 38 9.875 38L30.125 38Z"
|
|
23
|
+
fill="#EBEEF4"
|
|
24
|
+
/>
|
|
25
|
+
<mask
|
|
26
|
+
id="mask0_1514_56809"
|
|
27
|
+
style={{
|
|
28
|
+
maskType: "alpha",
|
|
29
|
+
}}
|
|
30
|
+
maskUnits="userSpaceOnUse"
|
|
31
|
+
x={2}
|
|
32
|
+
y={2}
|
|
33
|
+
width={36}
|
|
34
|
+
height={36}
|
|
35
|
+
>
|
|
36
|
+
<path
|
|
37
|
+
d="M2.90088 9.64649C2.90088 5.91857 5.92296 2.89648 9.65088 2.89648H30.3509C34.0788 2.89648 37.1009 5.91856 37.1009 9.64648V30.3465C37.1009 34.0744 34.0788 37.0965 30.3509 37.0965H9.65088C5.92296 37.0965 2.90088 34.0744 2.90088 30.3465V9.64649Z"
|
|
38
|
+
fill="#D9D9D9"
|
|
39
|
+
/>
|
|
40
|
+
</mask>
|
|
41
|
+
<g mask="url(#mask0_1514_56809)">
|
|
42
|
+
<path
|
|
43
|
+
opacity={0.7}
|
|
44
|
+
d="M-2.03589 25.0107C-2.03589 25.0107 8.03587 28.875 20.4319 28.875C32.8279 28.875 42.0388 25.0107 42.0388 25.0107V40.3336H-2.03589V25.0107Z"
|
|
45
|
+
fill="url(#paint0_linear_1514_56809)"
|
|
46
|
+
/>
|
|
47
|
+
<path
|
|
48
|
+
d="M-2.03589 29.0715C-2.03589 29.0715 10.274 27.248 20.0015 27.248C29.7289 27.248 42.0388 29.0715 42.0388 29.0715V39.9884H-2.03589V29.0715Z"
|
|
49
|
+
fill="url(#paint1_linear_1514_56809)"
|
|
50
|
+
/>
|
|
51
|
+
<path
|
|
52
|
+
d="M-2.03589 29.4162C-2.03589 29.4162 10.274 27.5928 20.0015 27.5928C29.7289 27.5928 42.0388 29.4162 42.0388 29.4162"
|
|
53
|
+
stroke="url(#paint2_linear_1514_56809)"
|
|
54
|
+
strokeWidth={3.6}
|
|
55
|
+
/>
|
|
56
|
+
<path
|
|
57
|
+
d="M10.9355 29.9014C10.5862 29.9014 10.2496 29.9453 10.1125 29.9824C9.91301 30.0385 9.86324 30.1258 9.82569 30.3068L9.03392 33.9602C9.02125 34.0348 9.00903 34.0973 9.00903 34.1597C9.00903 34.3407 9.12757 34.4588 9.32076 34.4588C9.53296 34.4588 9.62028 34.3217 9.66371 34.1095L9.88812 33.0684C10.0438 33.087 10.2496 33.106 10.5428 33.106C11.8336 33.106 12.6376 32.4079 12.6376 31.3541C12.6376 30.4312 11.9951 29.9014 10.9355 29.9014ZM10.5116 32.5074C10.3121 32.5074 10.156 32.5011 10.013 32.4825L10.4306 30.5434C10.5614 30.5248 10.755 30.4995 10.9545 30.4995C11.6404 30.4995 11.9897 30.8239 11.9897 31.36C11.9892 32.0459 11.4902 32.5074 10.5116 32.5074Z"
|
|
58
|
+
fill="white"
|
|
59
|
+
/>
|
|
60
|
+
<path
|
|
61
|
+
d="M31.2478 33.2553C31.1419 33.2553 31.0731 33.3177 30.9424 33.4612C30.7116 33.6982 30.5682 33.829 30.3877 33.829C30.2257 33.829 30.1384 33.6982 30.1384 33.486C30.1384 33.3675 30.1633 33.2241 30.1945 33.0684L30.4252 31.9835H31.1175C31.3355 31.9835 31.4667 31.8586 31.4667 31.6342C31.4667 31.5093 31.3858 31.4161 31.1989 31.4161H30.5497L30.6619 30.9112C30.6745 30.8366 30.6867 30.7678 30.6867 30.7054C30.6867 30.5307 30.5682 30.4058 30.375 30.4058C30.1691 30.4058 30.0759 30.5429 30.0321 30.7551L29.8886 31.4161H29.5955C29.371 31.4161 29.2403 31.541 29.2403 31.7654C29.2403 31.8903 29.3276 31.9835 29.5145 31.9835H29.7701L29.5394 33.0558C29.5145 33.1743 29.4833 33.3675 29.4833 33.567C29.4833 34.0719 29.7452 34.4398 30.3062 34.4398C30.6306 34.4398 30.917 34.2778 31.1356 34.0842C31.3478 33.8973 31.5034 33.6666 31.5034 33.5168C31.5034 33.3738 31.3912 33.2553 31.2478 33.2553Z"
|
|
62
|
+
fill="white"
|
|
63
|
+
/>
|
|
64
|
+
<path
|
|
65
|
+
d="M16.9082 30.2692C16.9082 30.0882 16.7833 29.9697 16.5901 29.9697C16.3842 29.9697 16.291 30.1068 16.2472 30.319L15.4681 33.9412C15.4495 34.0158 15.4368 34.0783 15.4368 34.1407C15.4368 34.3217 15.5617 34.4398 15.7486 34.4398C15.9608 34.4398 16.054 34.3027 16.0978 34.0905L16.8769 30.4687C16.8896 30.3936 16.9082 30.3316 16.9082 30.2692Z"
|
|
66
|
+
fill="white"
|
|
67
|
+
/>
|
|
68
|
+
<path
|
|
69
|
+
d="M28.0368 31.3537C27.0392 31.3537 26.3596 32.345 26.3596 33.2865C26.3596 33.3042 26.3601 33.3218 26.3605 33.339C26.204 33.5765 26.004 33.8227 25.8669 33.8227C25.7674 33.8227 25.7298 33.729 25.7298 33.5856C25.7298 33.4109 25.7796 33.1178 25.8357 32.8621L26.3533 30.4678C26.3659 30.3932 26.3782 30.3307 26.3782 30.2683C26.3782 30.0873 26.2596 29.9688 26.0664 29.9688C25.8542 29.9688 25.7674 30.1059 25.7235 30.3181L25.443 31.6148C25.2932 31.4591 25.0747 31.3528 24.7444 31.3528C24.082 31.3528 23.4156 31.8627 23.1559 32.645C22.87 33.3842 22.6143 33.8218 22.4125 33.8218C22.3379 33.8218 22.294 33.7593 22.294 33.6534C22.294 33.3417 22.4686 32.5812 22.5433 32.2133C22.5682 32.0762 22.5808 32.0201 22.5808 31.9392C22.5808 31.665 22.1257 31.3406 21.5334 31.3406C20.8485 31.3406 20.2282 31.7745 19.9173 32.4187C19.4554 33.2349 19.0315 33.8218 18.8215 33.8218C18.7279 33.8218 18.6967 33.7032 18.6718 33.591L18.5166 32.7318L19.4703 31.9527C19.5576 31.8781 19.6699 31.7717 19.6699 31.6347C19.6699 31.4664 19.5576 31.3541 19.3893 31.3541C19.2645 31.3541 19.1586 31.4288 19.0527 31.5161L17.6189 32.7006L18.099 30.4687C18.1117 30.3941 18.1302 30.3316 18.1302 30.2692C18.1302 30.0882 18.0053 29.9697 17.8121 29.9697C17.6063 29.9697 17.5131 30.1068 17.4692 30.319L16.6901 33.9412C16.6715 34.0158 16.6589 34.0783 16.6589 34.1407C16.6589 34.3217 16.7837 34.4398 16.9706 34.4398C17.1828 34.4398 17.276 34.3027 17.3199 34.0905L17.4199 33.6231L18.0058 33.1494L18.1492 33.8724C18.2053 34.1593 18.3551 34.4398 18.7414 34.4398C19.126 34.4398 19.4287 34.0887 19.7318 33.6141C19.8237 34.1113 20.1775 34.4398 20.6684 34.4398C21.1611 34.4398 21.4977 34.1466 21.7158 33.7539V33.7666C21.7158 34.1719 21.9216 34.4398 22.2831 34.4398C22.6103 34.4398 22.8817 34.2425 23.1242 33.8236C23.2618 34.1887 23.5694 34.4398 23.9974 34.4398C24.5024 34.4398 24.8639 34.1344 25.0946 33.7105V33.748C25.0946 34.1968 25.319 34.4402 25.6868 34.4402C26.0117 34.4402 26.2877 34.2516 26.5234 33.9448C26.7026 34.2516 27.0238 34.4402 27.4577 34.4402C28.4553 34.4402 29.1349 33.4489 29.1349 32.5011C29.1344 31.8337 28.729 31.3537 28.0368 31.3537ZM21.8212 32.6196C21.6402 33.3987 21.2538 33.8417 20.8172 33.8417C20.5241 33.8417 20.3621 33.6172 20.3621 33.2806C20.3621 32.6196 20.8421 31.9088 21.4841 31.9088C21.6773 31.9088 21.8271 31.9649 21.9578 32.0459L21.8212 32.6196ZM25.2937 32.2893C25.0941 33.206 24.639 33.8417 24.1404 33.8417C23.8662 33.8417 23.7038 33.6295 23.7038 33.2806C23.7038 32.6137 24.1653 31.9215 24.7824 31.9215C25.0195 31.9215 25.2 32.0025 25.3312 32.1084L25.2937 32.2893ZM27.5319 33.8417C27.1704 33.8417 27.0206 33.5797 27.0206 33.2494C27.0206 32.6445 27.4382 31.9527 27.9622 31.9527C28.3237 31.9527 28.4734 32.2147 28.4734 32.545C28.4734 33.1558 28.0558 33.8417 27.5319 33.8417Z"
|
|
70
|
+
fill="white"
|
|
71
|
+
/>
|
|
72
|
+
<path
|
|
73
|
+
d="M14.1899 31.3537C13.1923 31.3537 12.5127 32.345 12.5127 33.2865C12.5127 33.9597 12.9181 34.4398 13.6099 34.4398C14.6075 34.4398 15.2871 33.4485 15.2871 32.5006C15.2871 31.8337 14.8817 31.3537 14.1899 31.3537ZM13.685 33.8417C13.3235 33.8417 13.1737 33.5797 13.1737 33.2494C13.1737 32.6445 13.5913 31.9527 14.1153 31.9527C14.4768 31.9527 14.6265 32.2147 14.6265 32.545C14.6261 33.1558 14.2085 33.8417 13.685 33.8417Z"
|
|
74
|
+
fill="white"
|
|
75
|
+
/>
|
|
76
|
+
</g>
|
|
77
|
+
<path
|
|
78
|
+
d="M20.0001 21.3541H10.8953L24.5525 7.80273H29.1049L20.0001 21.3541Z"
|
|
79
|
+
fill="url(#paint3_linear_1514_56809)"
|
|
80
|
+
/>
|
|
81
|
+
<defs>
|
|
82
|
+
<linearGradient
|
|
83
|
+
id="paint0_linear_1514_56809"
|
|
84
|
+
x1={-2.03589}
|
|
85
|
+
y1={25.0107}
|
|
86
|
+
x2={42.6414}
|
|
87
|
+
y2={32.8443}
|
|
88
|
+
gradientUnits="userSpaceOnUse"
|
|
89
|
+
>
|
|
90
|
+
<stop stopColor="#9E3BFF" />
|
|
91
|
+
<stop offset={1} stopColor="#6D55FF" />
|
|
92
|
+
</linearGradient>
|
|
93
|
+
<linearGradient
|
|
94
|
+
id="paint1_linear_1514_56809"
|
|
95
|
+
x1={-2.03589}
|
|
96
|
+
y1={26.8436}
|
|
97
|
+
x2={42.0388}
|
|
98
|
+
y2={26.8436}
|
|
99
|
+
gradientUnits="userSpaceOnUse"
|
|
100
|
+
>
|
|
101
|
+
<stop stopColor="#9E3BFF" />
|
|
102
|
+
<stop offset={1} stopColor="#492CFF" />
|
|
103
|
+
</linearGradient>
|
|
104
|
+
<linearGradient
|
|
105
|
+
id="paint2_linear_1514_56809"
|
|
106
|
+
x1={-2.03589}
|
|
107
|
+
y1={31.8109}
|
|
108
|
+
x2={42.0388}
|
|
109
|
+
y2={31.5526}
|
|
110
|
+
gradientUnits="userSpaceOnUse"
|
|
111
|
+
>
|
|
112
|
+
<stop stopColor="white" stopOpacity={0} />
|
|
113
|
+
<stop offset={0.500885} stopColor="#9F7BFF" />
|
|
114
|
+
<stop offset={1} stopColor="white" stopOpacity={0} />
|
|
115
|
+
</linearGradient>
|
|
116
|
+
<linearGradient
|
|
117
|
+
id="paint3_linear_1514_56809"
|
|
118
|
+
x1={20.0001}
|
|
119
|
+
y1={7.80273}
|
|
120
|
+
x2={20.0001}
|
|
121
|
+
y2={21.3541}
|
|
122
|
+
gradientUnits="userSpaceOnUse"
|
|
123
|
+
>
|
|
124
|
+
<stop stopColor="#7AEDCF" />
|
|
125
|
+
<stop offset={0.201333} stopColor="#68CEFA" />
|
|
126
|
+
<stop offset={0.403244} stopColor="#689CF8" />
|
|
127
|
+
<stop offset={0.602076} stopColor="#AC57C0" />
|
|
128
|
+
<stop offset={0.801867} stopColor="#E65659" />
|
|
129
|
+
<stop offset={1} stopColor="#F2C241" />
|
|
130
|
+
</linearGradient>
|
|
131
|
+
</defs>
|
|
132
|
+
</svg>
|
|
133
|
+
);
|
|
134
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* @param {React.SVGProps<SVGSVGElement>} props
|
|
4
|
+
*/
|
|
5
|
+
export default function SvgProjectLogoCentrifugeDark(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="M6.08265 26.4203C5.16693 24.46 4.65544 22.2728 4.65544 19.9663C4.65544 11.5342 11.491 4.69869 19.9231 4.69869C24.6182 4.69869 28.8182 6.81816 31.6188 10.1524L33.2898 8.75038C30.0889 4.93983 25.289 2.51758 19.9231 2.51758C10.2864 2.51758 2.47437 10.3296 2.47437 19.9663C2.47437 22.6023 3.0589 25.1018 4.10543 27.3422L6.08265 26.4203Z"
|
|
19
|
+
fill="white"
|
|
20
|
+
/>
|
|
21
|
+
<path
|
|
22
|
+
fillRule="evenodd"
|
|
23
|
+
clipRule="evenodd"
|
|
24
|
+
d="M19.9231 30.3263C14.2014 30.3263 9.56294 25.6878 9.56294 19.9661C9.56294 14.2443 14.2014 9.60588 19.9231 9.60588C23.1092 9.60588 25.9586 11.0445 27.8591 13.307L29.5304 11.9046C27.2299 9.16582 23.7798 7.4248 19.9231 7.4248C12.9967 7.4248 7.38184 13.0397 7.38184 19.9661C7.38184 26.8925 12.9967 32.5073 19.9231 32.5073V30.3263Z"
|
|
25
|
+
fill="white"
|
|
26
|
+
/>
|
|
27
|
+
<path
|
|
28
|
+
fillRule="evenodd"
|
|
29
|
+
clipRule="evenodd"
|
|
30
|
+
d="M23.6822 23.1211C22.782 24.1927 21.4321 24.8741 19.923 24.8741C17.2127 24.8741 15.0155 22.677 15.0155 19.9667C15.0155 17.2564 17.2127 15.0592 19.923 15.0592C21.4321 15.0592 22.782 15.7407 23.6822 16.8124L25.5617 15.2352C24.2114 13.6276 22.1868 12.6055 19.923 12.6055C15.8575 12.6055 12.5618 15.9012 12.5618 19.9667C12.5618 24.0321 15.8575 27.3279 19.923 27.3279C21.9976 27.3279 23.871 26.469 25.209 25.0881L23.6822 23.1211Z"
|
|
31
|
+
fill="white"
|
|
32
|
+
/>
|
|
33
|
+
</svg>
|
|
34
|
+
);
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* @param {React.SVGProps<SVGSVGElement>} props
|
|
4
|
+
*/
|
|
5
|
+
export default function SvgProjectLogoCentrifugeLight(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="M6.08265 26.4203C5.16693 24.46 4.65544 22.2728 4.65544 19.9663C4.65544 11.5342 11.491 4.69869 19.9231 4.69869C24.6182 4.69869 28.8182 6.81816 31.6188 10.1524L33.2898 8.75038C30.0889 4.93983 25.289 2.51758 19.9231 2.51758C10.2864 2.51758 2.47437 10.3296 2.47437 19.9663C2.47437 22.6023 3.0589 25.1018 4.10543 27.3422L6.08265 26.4203Z"
|
|
19
|
+
fill="black"
|
|
20
|
+
/>
|
|
21
|
+
<path
|
|
22
|
+
fillRule="evenodd"
|
|
23
|
+
clipRule="evenodd"
|
|
24
|
+
d="M19.9231 30.3263C14.2014 30.3263 9.56294 25.6878 9.56294 19.9661C9.56294 14.2443 14.2014 9.60588 19.9231 9.60588C23.1092 9.60588 25.9586 11.0445 27.8591 13.307L29.5304 11.9046C27.2299 9.16582 23.7798 7.4248 19.9231 7.4248C12.9967 7.4248 7.38184 13.0397 7.38184 19.9661C7.38184 26.8925 12.9967 32.5073 19.9231 32.5073V30.3263Z"
|
|
25
|
+
fill="black"
|
|
26
|
+
/>
|
|
27
|
+
<path
|
|
28
|
+
fillRule="evenodd"
|
|
29
|
+
clipRule="evenodd"
|
|
30
|
+
d="M23.6822 23.1211C22.782 24.1927 21.4321 24.8741 19.923 24.8741C17.2127 24.8741 15.0155 22.677 15.0155 19.9667C15.0155 17.2564 17.2127 15.0592 19.923 15.0592C21.4321 15.0592 22.782 15.7407 23.6822 16.8124L25.5617 15.2352C24.2114 13.6276 22.1868 12.6055 19.923 12.6055C15.8575 12.6055 12.5618 15.9012 12.5618 19.9667C12.5618 24.0321 15.8575 27.3279 19.923 27.3279C21.9976 27.3279 23.871 26.469 25.209 25.0881L23.6822 23.1211Z"
|
|
31
|
+
fill="black"
|
|
32
|
+
/>
|
|
33
|
+
</svg>
|
|
34
|
+
);
|
|
35
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* @param {React.SVGProps<SVGSVGElement>} props
|
|
4
|
+
*/
|
|
5
|
+
export default function SvgProjectLogoCrustDark(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="M8.48409 10.9543L21.5552 3.1229C22.0063 2.85226 22.561 2.85226 23.0121 3.1229L31.2447 8.05455C32.0725 8.54857 32.2215 9.72564 31.5468 10.4302L28.7571 13.3428C28.2935 13.8282 27.5692 13.927 26.998 13.5833L23.0245 11.2034C22.5651 10.9285 21.998 10.9285 21.5386 11.2034L7.75562 19.546V12.2645C7.75562 11.7232 8.03293 11.2249 8.48409 10.9543Z"
|
|
17
|
+
fill="#FA8C16"
|
|
18
|
+
/>
|
|
19
|
+
<path
|
|
20
|
+
d="M31.2736 31.9233L23.008 36.8764C22.5568 37.147 22.0022 37.147 21.5552 36.8764L8.48409 29.045C8.03293 28.7744 7.75562 28.2761 7.75562 27.7348V21.1321L14.4898 17.0811V23.701C14.4898 24.2423 14.7671 24.7406 15.2183 25.0069L21.5552 28.8045C22.0063 29.0751 22.561 29.0751 23.008 28.8045L27.0187 26.4031C27.5899 26.0594 28.3101 26.1582 28.7736 26.6436L31.5716 29.5476C32.2504 30.2479 32.1014 31.4292 31.2736 31.9233Z"
|
|
21
|
+
fill="white"
|
|
22
|
+
/>
|
|
23
|
+
</svg>
|
|
24
|
+
);
|
|
25
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* @param {React.SVGProps<SVGSVGElement>} props
|
|
4
|
+
*/
|
|
5
|
+
export default function SvgProjectLogoCrustLight(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="M8.48409 10.9543L21.5552 3.1229C22.0063 2.85226 22.561 2.85226 23.0121 3.1229L31.2447 8.05455C32.0725 8.54857 32.2215 9.72564 31.5468 10.4302L28.7571 13.3428C28.2935 13.8282 27.5692 13.927 26.998 13.5833L23.0245 11.2034C22.5651 10.9285 21.998 10.9285 21.5386 11.2034L7.75562 19.546V12.2645C7.75562 11.7232 8.03293 11.2249 8.48409 10.9543Z"
|
|
17
|
+
fill="#FA8C16"
|
|
18
|
+
/>
|
|
19
|
+
<path
|
|
20
|
+
d="M31.2736 31.9233L23.008 36.8764C22.5568 37.147 22.0022 37.147 21.5552 36.8764L8.48409 29.045C8.03293 28.7744 7.75562 28.2761 7.75562 27.7348V21.1321L14.4898 17.0811V23.701C14.4898 24.2423 14.7671 24.7406 15.2183 25.0069L21.5552 28.8045C22.0063 29.0751 22.561 29.0751 23.008 28.8045L27.0187 26.4031C27.5899 26.0594 28.3101 26.1582 28.7736 26.6436L31.5716 29.5476C32.2504 30.2479 32.1014 31.4292 31.2736 31.9233Z"
|
|
21
|
+
fill="#1F1F1F"
|
|
22
|
+
/>
|
|
23
|
+
</svg>
|
|
24
|
+
);
|
|
25
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* @param {React.SVGProps<SVGSVGElement>} props
|
|
4
|
+
*/
|
|
5
|
+
export default function SvgProjectLogoDarwinia2Dark(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.15392 11.5C10.2824 11.5 11.1972 12.4166 11.1972 13.5474C11.1972 14.4327 10.6363 15.1868 9.85121 15.4724L9.85131 26.0783C11.313 26.0136 12.6721 25.7457 13.8797 25.3015L13.8797 17.1705C13.0946 16.8849 12.5336 16.1307 12.5336 15.2454C12.5336 14.1147 13.4485 13.1981 14.577 13.1981C15.7054 13.1981 16.6203 14.1147 16.6203 15.2454C16.6203 16.1307 16.0594 16.8849 15.2742 17.1705L15.2743 24.6741C16.6169 23.9468 17.6926 22.9625 18.4059 21.7738C17.9219 21.3368 17.6177 20.704 17.6177 20C17.6177 18.6816 18.6843 17.613 20 17.613C20.108 17.613 20.2144 17.6202 20.3186 17.6342C22.1331 14.4731 26.0236 12.5585 30.6655 12.5101L30.8461 12.5091H38.3028C38.6878 12.5091 39 12.8219 39 13.2078C39 13.5798 38.7097 13.884 38.3437 13.9052L38.3028 13.9064H36.9664L36.9664 24.5276C37.7516 24.8132 38.3124 25.5673 38.3124 26.4526C38.3124 27.5833 37.3975 28.5 36.2691 28.5C35.1407 28.5 34.2258 27.5833 34.2258 26.4526C34.2258 25.5672 34.7868 24.813 35.572 24.5275L35.5719 13.9064H31.5432L31.5434 24.5276C32.3285 24.8132 32.8894 25.5673 32.8894 26.4526C32.8894 27.5833 31.9745 28.5 30.8461 28.5C29.7177 28.5 28.8028 27.5833 28.8028 26.4526C28.8028 25.5673 29.3636 24.8132 30.1488 24.5276L30.1487 13.9217C28.687 13.9864 27.3279 14.2543 26.1203 14.6985L26.1203 22.8295C26.9055 23.1151 27.4664 23.8692 27.4664 24.7546C27.4664 25.8852 26.5515 26.8019 25.423 26.8019C24.2946 26.8019 23.3797 25.8852 23.3797 24.7546C23.3797 23.8692 23.9406 23.1151 24.7257 22.8295L24.7257 15.3259C23.3831 16.0532 22.3074 17.0375 21.5941 18.2262C22.0781 18.6632 22.3823 19.296 22.3823 20C22.3823 21.3183 21.3157 22.387 20 22.387C19.892 22.387 19.7856 22.3798 19.6814 22.3658C17.867 25.5269 13.9764 27.4415 9.33449 27.4899L9.15392 27.4909H1.69725C1.31217 27.4909 1 27.1781 1 26.7922C1 26.4202 1.29027 26.116 1.65628 26.0948L1.69725 26.0936L3.03364 26.0935L3.03364 15.4724C2.24849 15.1868 1.68756 14.4327 1.68756 13.5474C1.68756 12.4166 2.60242 11.5 3.73089 11.5C4.85935 11.5 5.77421 12.4166 5.77421 13.5474C5.77421 14.4326 5.21339 15.1867 4.42837 15.4724L4.42813 26.0935H8.4566L8.45664 15.4724C7.67151 15.1868 7.1106 14.4327 7.1106 13.5474C7.1106 12.4166 8.02546 11.5 9.15392 11.5Z"
|
|
17
|
+
fill="white"
|
|
18
|
+
/>
|
|
19
|
+
</svg>
|
|
20
|
+
);
|
|
21
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* @param {React.SVGProps<SVGSVGElement>} props
|
|
4
|
+
*/
|
|
5
|
+
export default function SvgProjectLogoDarwinia2Light(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.15392 11.5C10.2824 11.5 11.1972 12.4166 11.1972 13.5474C11.1972 14.4327 10.6363 15.1868 9.85121 15.4724L9.85131 26.0783C11.313 26.0136 12.6721 25.7457 13.8797 25.3015L13.8797 17.1705C13.0946 16.8849 12.5336 16.1307 12.5336 15.2454C12.5336 14.1147 13.4485 13.1981 14.577 13.1981C15.7054 13.1981 16.6203 14.1147 16.6203 15.2454C16.6203 16.1307 16.0594 16.8849 15.2742 17.1705L15.2743 24.6741C16.6169 23.9468 17.6926 22.9625 18.4059 21.7738C17.9219 21.3368 17.6177 20.704 17.6177 20C17.6177 18.6816 18.6843 17.613 20 17.613C20.108 17.613 20.2144 17.6202 20.3186 17.6342C22.1331 14.4731 26.0236 12.5585 30.6655 12.5101L30.8461 12.5091H38.3028C38.6878 12.5091 39 12.8219 39 13.2078C39 13.5798 38.7097 13.884 38.3437 13.9052L38.3028 13.9064H36.9664L36.9664 24.5276C37.7516 24.8132 38.3124 25.5673 38.3124 26.4526C38.3124 27.5833 37.3975 28.5 36.2691 28.5C35.1407 28.5 34.2258 27.5833 34.2258 26.4526C34.2258 25.5672 34.7868 24.813 35.572 24.5275L35.5719 13.9064H31.5432L31.5434 24.5276C32.3285 24.8132 32.8894 25.5673 32.8894 26.4526C32.8894 27.5833 31.9745 28.5 30.8461 28.5C29.7177 28.5 28.8028 27.5833 28.8028 26.4526C28.8028 25.5673 29.3636 24.8132 30.1488 24.5276L30.1487 13.9217C28.687 13.9864 27.3279 14.2543 26.1203 14.6985L26.1203 22.8295C26.9055 23.1151 27.4664 23.8692 27.4664 24.7546C27.4664 25.8852 26.5515 26.8019 25.423 26.8019C24.2946 26.8019 23.3797 25.8852 23.3797 24.7546C23.3797 23.8692 23.9406 23.1151 24.7257 22.8295L24.7257 15.3259C23.3831 16.0532 22.3074 17.0375 21.5941 18.2262C22.0781 18.6632 22.3823 19.296 22.3823 20C22.3823 21.3183 21.3157 22.387 20 22.387C19.892 22.387 19.7856 22.3798 19.6814 22.3658C17.867 25.5269 13.9764 27.4415 9.33449 27.4899L9.15392 27.4909H1.69725C1.31217 27.4909 1 27.1781 1 26.7922C1 26.4202 1.29027 26.116 1.65628 26.0948L1.69725 26.0936L3.03364 26.0935L3.03364 15.4724C2.24849 15.1868 1.68756 14.4327 1.68756 13.5474C1.68756 12.4166 2.60242 11.5 3.73089 11.5C4.85935 11.5 5.77421 12.4166 5.77421 13.5474C5.77421 14.4326 5.21339 15.1867 4.42837 15.4724L4.42813 26.0935H8.4566L8.45664 15.4724C7.67151 15.1868 7.1106 14.4327 7.1106 13.5474C7.1106 12.4166 8.02546 11.5 9.15392 11.5Z"
|
|
17
|
+
fill="#DB378A"
|
|
18
|
+
/>
|
|
19
|
+
</svg>
|
|
20
|
+
);
|
|
21
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* @param {React.SVGProps<SVGSVGElement>} props
|
|
4
|
+
*/
|
|
5
|
+
export default function SvgProjectLogoHydradxDark(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="M2 20.0006L20.0064 2L38 20.0053L20.0064 38L2 20.0006ZM8.62555 14.6297C7.86523 15.4855 6.27381 17.5689 6.27381 20.0006C6.27381 22.4419 7.87772 24.5321 8.63446 25.3816L12.5271 29.2773L12.5454 29.2594C14.1038 27.7355 16.6943 25.7327 19.6477 25.5802C18.9041 26.4091 17.2645 28.5169 17.2645 30.9834C17.2645 33.4499 18.9041 35.5576 19.6477 36.3866L20.0064 36.7625L20.3652 36.3866C21.1087 35.5576 22.7484 33.4499 22.7484 30.9834C22.7484 28.5169 21.1087 26.4091 20.3652 25.5802C23.3301 25.7333 25.9293 27.7512 27.4858 29.2773L31.4702 25.2897L31.4794 25.2791C32.2673 24.3738 33.7524 22.3497 33.7524 20.0006C33.7524 17.6424 32.2556 15.6116 31.4702 14.7116L27.5043 10.7426L27.486 10.7605C25.9292 12.2864 23.33 14.3042 20.3652 14.4574C21.1087 13.6284 22.7484 11.5207 22.7484 9.05418C22.7484 6.58768 21.1087 4.47996 20.3652 3.65101L20.0064 3.23877L19.6477 3.65101C18.9041 4.47996 17.2645 6.58768 17.2645 9.05418C17.2645 11.5207 18.9041 13.6284 19.6477 14.4574C16.6712 14.3036 14.0633 12.2706 12.5085 10.7426L8.62555 14.6297ZM9.38708 14.5979C14.1928 14.8522 18.0353 20.0006 18.0353 20.0006C18.0353 20.0006 14.1928 25.1491 9.38708 25.4034C10.1352 24.5675 11.7664 22.4626 11.7664 20.0006C11.7664 17.5387 10.1352 15.4338 9.38708 14.5979ZM30.6392 14.5979C29.8911 15.4338 28.2599 17.5387 28.2599 20.0006C28.2599 22.4626 29.8911 24.5675 30.6392 25.4034C25.8335 25.1491 21.9909 20.0006 21.9909 20.0006C21.9909 20.0006 25.8335 14.8522 30.6392 14.5979Z"
|
|
19
|
+
fill="white"
|
|
20
|
+
/>
|
|
21
|
+
</svg>
|
|
22
|
+
);
|
|
23
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* @param {React.SVGProps<SVGSVGElement>} props
|
|
4
|
+
*/
|
|
5
|
+
export default function SvgProjectLogoHydradxLight(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="M2 20.0006L20.0064 2L38 20.0053L20.0064 38L2 20.0006ZM8.62555 14.6297C7.86523 15.4855 6.27381 17.5689 6.27381 20.0006C6.27381 22.4419 7.87772 24.5321 8.63446 25.3816L12.5271 29.2773L12.5454 29.2594C14.1038 27.7355 16.6943 25.7327 19.6477 25.5802C18.9041 26.4091 17.2645 28.5169 17.2645 30.9834C17.2645 33.4499 18.9041 35.5576 19.6477 36.3866L20.0064 36.7625L20.3652 36.3866C21.1087 35.5576 22.7484 33.4499 22.7484 30.9834C22.7484 28.5169 21.1087 26.4091 20.3652 25.5802C23.3301 25.7333 25.9293 27.7512 27.4858 29.2773L31.4702 25.2897L31.4794 25.2791C32.2673 24.3738 33.7524 22.3497 33.7524 20.0006C33.7524 17.6424 32.2556 15.6116 31.4702 14.7116L27.5043 10.7426L27.486 10.7605C25.9292 12.2864 23.33 14.3042 20.3652 14.4574C21.1087 13.6284 22.7484 11.5207 22.7484 9.05418C22.7484 6.58768 21.1087 4.47996 20.3652 3.65101L20.0064 3.23877L19.6477 3.65101C18.9041 4.47996 17.2645 6.58768 17.2645 9.05418C17.2645 11.5207 18.9041 13.6284 19.6477 14.4574C16.6712 14.3036 14.0633 12.2706 12.5085 10.7426L8.62555 14.6297ZM9.38708 14.5979C14.1928 14.8522 18.0353 20.0006 18.0353 20.0006C18.0353 20.0006 14.1928 25.1491 9.38708 25.4034C10.1352 24.5675 11.7664 22.4626 11.7664 20.0006C11.7664 17.5387 10.1352 15.4338 9.38708 14.5979ZM30.6392 14.5979C29.8911 15.4338 28.2599 17.5387 28.2599 20.0006C28.2599 22.4626 29.8911 24.5675 30.6392 25.4034C25.8335 25.1491 21.9909 20.0006 21.9909 20.0006C21.9909 20.0006 25.8335 14.8522 30.6392 14.5979Z"
|
|
19
|
+
fill="black"
|
|
20
|
+
/>
|
|
21
|
+
</svg>
|
|
22
|
+
);
|
|
23
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* @param {React.SVGProps<SVGSVGElement>} props
|
|
4
|
+
*/
|
|
5
|
+
export default function SvgProjectLogoInterlayDark(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="M37.3622 34H12.9661C12.8517 34 12.7373 33.9694 12.6333 33.9082L3.81497 28.5735C3.5238 28.4001 3.4198 28.0227 3.59659 27.7371C3.71098 27.5535 3.91896 27.4311 4.14774 27.4413H28.5438C28.6582 27.4413 28.7726 27.4719 28.8766 27.5331L37.695 32.8678C37.9861 33.0412 38.0901 33.4186 37.9133 33.7042C37.799 33.8878 37.591 34 37.3622 34ZM13.1429 32.7658H35.1576L28.3774 28.6551H6.36273L13.1429 32.7658Z"
|
|
17
|
+
fill="white"
|
|
18
|
+
/>
|
|
19
|
+
<path
|
|
20
|
+
d="M35.8442 12.5593H11.4481C11.3337 12.5593 11.2193 12.5287 11.1153 12.4675L2.30739 7.13286C2.00581 6.95945 1.91222 6.58205 2.08901 6.29645C2.20339 6.10264 2.41137 5.99044 2.64015 6.00064H27.0362C27.1506 6.00064 27.265 6.03124 27.369 6.09244L36.1874 11.4271C36.4889 11.6005 36.5825 11.9779 36.4057 12.2635C36.2809 12.4573 36.073 12.5695 35.8442 12.5593ZM11.6249 11.3353H33.6396L26.8594 7.22466H4.84474L11.6249 11.3353Z"
|
|
21
|
+
fill="white"
|
|
22
|
+
/>
|
|
23
|
+
<path
|
|
24
|
+
d="M19.7073 16.2416C17.6274 16.2416 15.9251 18.1894 16.0469 20.2196C16.1613 22.1475 17.7419 23.6877 19.7073 23.7795C21.7845 23.7795 23.576 22.0774 23.555 19.9748C23.5117 17.9162 21.7553 16.2416 19.7073 16.2416Z"
|
|
25
|
+
fill="white"
|
|
26
|
+
/>
|
|
27
|
+
</svg>
|
|
28
|
+
);
|
|
29
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* @param {React.SVGProps<SVGSVGElement>} props
|
|
4
|
+
*/
|
|
5
|
+
export default function SvgProjectLogoInterlayLight(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="M37.3622 34H12.9661C12.8517 34 12.7373 33.9694 12.6333 33.9082L3.81497 28.5735C3.5238 28.4001 3.4198 28.0227 3.59659 27.7371C3.71098 27.5535 3.91896 27.4311 4.14774 27.4413H28.5438C28.6582 27.4413 28.7726 27.4719 28.8766 27.5331L37.695 32.8678C37.9861 33.0412 38.0901 33.4186 37.9133 33.7042C37.799 33.8878 37.591 34 37.3622 34ZM13.1429 32.7658H35.1576L28.3774 28.6551H6.36273L13.1429 32.7658Z"
|
|
17
|
+
fill="#075ABC"
|
|
18
|
+
/>
|
|
19
|
+
<path
|
|
20
|
+
d="M35.8442 12.5593H11.4481C11.3337 12.5593 11.2193 12.5287 11.1153 12.4675L2.30739 7.13286C2.00581 6.95945 1.91222 6.58205 2.08901 6.29645C2.20339 6.10264 2.41137 5.99044 2.64015 6.00064H27.0362C27.1506 6.00064 27.265 6.03124 27.369 6.09244L36.1874 11.4271C36.4889 11.6005 36.5825 11.9779 36.4057 12.2635C36.2809 12.4573 36.073 12.5695 35.8442 12.5593ZM11.6249 11.3353H33.6396L26.8594 7.22466H4.84474L11.6249 11.3353Z"
|
|
21
|
+
fill="#075ABC"
|
|
22
|
+
/>
|
|
23
|
+
<path
|
|
24
|
+
d="M19.7073 16.2416C17.6274 16.2416 15.9251 18.1894 16.0469 20.2196C16.1613 22.1475 17.7419 23.6877 19.7073 23.7795C21.7845 23.7795 23.576 22.0774 23.555 19.9748C23.5117 17.9162 21.7553 16.2416 19.7073 16.2416Z"
|
|
25
|
+
fill="#075ABC"
|
|
26
|
+
/>
|
|
27
|
+
</svg>
|
|
28
|
+
);
|
|
29
|
+
}
|