@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,130 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* @param {React.SVGProps<SVGSVGElement>} props
|
|
4
|
+
*/
|
|
5
|
+
export default function SvgProjectLogoLitmusDark(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
|
+
<g clipPath="url(#clip0_1514_57001)">
|
|
16
|
+
<g filter="url(#filter0_dd_1514_57001)">
|
|
17
|
+
<path
|
|
18
|
+
d="M20 28.0325C24.4183 28.0325 28 24.4363 28 20.0001C28 15.564 24.4183 11.9678 20 11.9678C15.5817 11.9678 12 15.564 12 20.0001C12 24.4363 15.5817 28.0325 20 28.0325Z"
|
|
19
|
+
fill="#6822FB"
|
|
20
|
+
/>
|
|
21
|
+
</g>
|
|
22
|
+
<g filter="url(#filter1_f_1514_57001)">
|
|
23
|
+
<path
|
|
24
|
+
fillRule="evenodd"
|
|
25
|
+
clipRule="evenodd"
|
|
26
|
+
d="M34.0712 24.4479C33.6126 24.4035 33.1499 24.466 32.7197 24.6303C32.2894 24.7947 31.9033 25.0565 31.5918 25.3951L31.5912 25.3957L22.8318 34.802C25.4414 34.2949 27.8732 33.214 29.8563 31.4543C31.9618 29.586 33.4999 27.1663 34.2958 24.4701L34.0715 24.4479H34.0712ZM32.5262 24.1265C33.0348 23.9322 33.5817 23.8584 34.1238 23.9108L34.1243 23.9109L34.9889 23.9963L34.9052 24.304C34.1108 27.2226 32.4814 29.8472 30.216 31.8575C27.9437 33.8736 25.1182 35.024 22.1291 35.47L21.3653 35.5839L31.1931 25.0303L31.1936 25.0296C31.5618 24.6298 32.018 24.3207 32.5262 24.1265ZM18.2807 4.99805L8.97597 15.1187C8.55276 15.5787 8.01409 15.9176 7.41561 16.1006C6.81713 16.2836 6.18053 16.3039 5.57154 16.1594L5.57057 16.1592L5.18408 16.0703L5.26905 15.7934C6.11056 13.0548 7.70223 10.605 9.86473 8.72007C12.0272 6.83512 14.6746 5.58994 17.5085 5.12484L18.2807 4.99805ZM5.87554 15.6713C6.36688 15.7565 6.87182 15.7171 7.34394 15.5568C7.81605 15.3966 8.24019 15.1205 8.57738 14.7541L16.8 5.81034C14.2773 6.36664 11.9434 7.56845 10.0279 9.29748C8.11245 11.0265 6.6813 13.2232 5.87554 15.6713ZM34.8875 19.9418C34.8385 17.8291 34.3376 15.7513 33.4182 13.8473L33.9058 13.6132C34.8585 15.5865 35.3776 17.7398 35.4285 19.9293L34.8875 19.9418ZM29.7008 9.02727C28.3418 7.86057 26.7819 6.9494 25.0967 6.33799L25.2817 5.83093C27.0283 6.46464 28.6452 7.40906 30.0538 8.61832L29.7008 9.02727Z"
|
|
27
|
+
fill="#C5FBFF"
|
|
28
|
+
/>
|
|
29
|
+
<path
|
|
30
|
+
fillRule="evenodd"
|
|
31
|
+
clipRule="evenodd"
|
|
32
|
+
d="M8.4739 10.2395C10.8392 7.46001 14.1177 5.60899 17.7245 5.0166L17.8125 5.549C14.4419 6.10256 11.3649 7.79598 9.09838 10.3449C6.83184 12.8937 5.51378 16.1428 5.36557 19.5464L6.59693 18.2042C6.96519 17.8041 7.42156 17.4947 7.93011 17.3005C8.43866 17.1062 8.98548 17.0324 9.52752 17.0847L12.1029 17.3384H12.1033C12.8119 17.4072 13.5269 17.3109 14.1919 17.0571C14.8568 16.8033 15.4536 16.399 15.9352 15.876M15.9353 15.8758L25.3281 5.66102L25.4978 5.72259C27.2445 6.35631 28.8614 7.30076 30.27 8.51008L30.4815 8.69175L21.5956 18.3558L21.5955 18.3559C21.1721 18.8159 20.6333 19.1549 20.0347 19.3379C19.436 19.5208 18.7992 19.541 18.1901 19.3964L18.1891 19.3962L15.9908 18.8568L15.9899 18.8566C15.4746 18.7345 14.936 18.7517 14.4296 18.9065C13.9232 19.0613 13.4674 19.3481 13.1092 19.7372L13.1086 19.738L6.68611 26.6645C7.51768 28.3769 8.77909 29.8704 10.1965 31.1472L19.0138 21.5658C19.3821 21.1657 19.8384 20.8564 20.347 20.6621C20.8555 20.4679 21.4023 20.394 21.9444 20.4464L21.9448 20.4465L24.5225 20.7C25.2313 20.7687 25.9463 20.6723 26.6114 20.4185C27.2764 20.1647 27.8733 19.7604 28.355 19.2374L33.9539 13.1462L34.1272 13.505C35.0799 15.4782 35.5991 17.6316 35.6499 19.821L35.6524 19.9287L34.0211 21.7224L34.0206 21.7229C33.5972 22.1829 33.0584 22.5219 32.4597 22.7048C31.8611 22.8877 31.2243 22.908 30.6152 22.7634L28.4131 22.2373C27.8977 22.115 27.3589 22.1321 26.8524 22.2869C26.3458 22.4416 25.8899 22.7285 25.5316 23.1177L15.3388 34.2027C16.9153 34.752 18.5735 35.0318 20.2435 35.0301H20.2441C20.9497 35.0309 21.6544 34.9805 22.3527 34.8791L22.3534 34.879C25.2338 34.4677 27.93 33.2231 30.1084 31.2992C32.2868 29.3753 33.8518 26.8567 34.6097 24.0549L35.1321 24.1954C34.3467 27.0989 32.7249 29.7092 30.4674 31.703C28.2099 33.6968 25.4157 34.9867 22.4307 35.4132C21.7065 35.5183 20.9756 35.5706 20.2437 35.5697C18.3733 35.5715 16.5181 35.2328 14.7697 34.57L14.3968 34.4288L25.1329 22.753C25.5563 22.2929 26.0951 21.9538 26.6938 21.7709C27.2925 21.588 27.9293 21.5678 28.5384 21.7124L30.7405 22.2385C31.2558 22.3608 31.7944 22.3437 32.3009 22.189C32.8073 22.0343 33.2632 21.7477 33.6215 21.3586L33.6219 21.3581L35.1061 19.7263C35.047 17.785 34.6063 15.8742 33.809 14.1023L28.7536 19.6023L28.7535 19.6024C28.2151 20.1869 27.5481 20.6389 26.8048 20.9225C26.0615 21.2062 25.2623 21.3139 24.4702 21.2371L21.8922 20.9835C21.4335 20.9391 20.9708 21.0015 20.5404 21.1659C20.1101 21.3302 19.7239 21.592 19.4124 21.9307L10.2356 31.9026L10.0367 31.728C8.45768 30.3416 7.0259 28.6778 6.11801 26.7289L6.04157 26.565L12.7107 19.3724C13.134 18.9124 13.6729 18.5734 14.2715 18.3905C14.8702 18.2076 15.5069 18.1873 16.1161 18.3319L16.117 18.3322L18.3154 18.8715L18.3163 18.8717C18.8315 18.9939 19.3702 18.9767 19.8766 18.822C20.383 18.6672 20.8387 18.3804 21.1968 17.9912L21.1969 17.991L29.7036 8.7393C28.4416 7.69651 27.015 6.8696 25.4818 6.29218L16.3339 16.2406L16.3338 16.2408C15.7955 16.8253 15.1284 17.2773 14.3851 17.561C13.6418 17.8446 12.8427 17.9523 12.0505 17.8755L12.0501 17.8754L9.4752 17.6219L9.47498 17.6218C9.01636 17.5775 8.55369 17.64 8.12341 17.8044C7.69313 17.9688 7.30699 18.2305 6.99541 18.5691L4.81055 20.9508V20.1916C4.81024 16.546 6.10856 13.0189 8.4739 10.2395"
|
|
33
|
+
fill="black"
|
|
34
|
+
/>
|
|
35
|
+
</g>
|
|
36
|
+
<path
|
|
37
|
+
fillRule="evenodd"
|
|
38
|
+
clipRule="evenodd"
|
|
39
|
+
d="M34.0712 24.4479C33.6126 24.4035 33.1499 24.466 32.7197 24.6303C32.2894 24.7947 31.9033 25.0565 31.5918 25.3951L31.5912 25.3957L22.8318 34.802C25.4414 34.2949 27.8732 33.214 29.8563 31.4543C31.9618 29.586 33.4999 27.1663 34.2958 24.4701L34.0715 24.4479H34.0712ZM32.5262 24.1265C33.0348 23.9322 33.5817 23.8584 34.1238 23.9108L34.1243 23.9109L34.9889 23.9963L34.9052 24.304C34.1108 27.2226 32.4814 29.8472 30.216 31.8575C27.9437 33.8736 25.1182 35.024 22.1291 35.47L21.3653 35.5839L31.1931 25.0303L31.1936 25.0296C31.5618 24.6298 32.018 24.3207 32.5262 24.1265ZM18.2807 4.99805L8.97597 15.1187C8.55276 15.5787 8.01409 15.9176 7.41561 16.1006C6.81713 16.2836 6.18053 16.3039 5.57154 16.1594L5.57057 16.1592L5.18408 16.0703L5.26905 15.7934C6.11056 13.0548 7.70223 10.605 9.86473 8.72007C12.0272 6.83512 14.6746 5.58994 17.5085 5.12484L18.2807 4.99805ZM5.87554 15.6713C6.36688 15.7565 6.87182 15.7171 7.34394 15.5568C7.81605 15.3966 8.24019 15.1205 8.57738 14.7541L16.8 5.81034C14.2773 6.36664 11.9434 7.56845 10.0279 9.29748C8.11245 11.0265 6.6813 13.2232 5.87554 15.6713ZM34.8875 19.9418C34.8385 17.8291 34.3376 15.7513 33.4182 13.8473L33.9058 13.6132C34.8585 15.5865 35.3776 17.7398 35.4285 19.9293L34.8875 19.9418ZM29.7008 9.02727C28.3418 7.86057 26.7819 6.9494 25.0967 6.33799L25.2817 5.83093C27.0283 6.46464 28.6452 7.40906 30.0538 8.61832L29.7008 9.02727Z"
|
|
40
|
+
fill="black"
|
|
41
|
+
/>
|
|
42
|
+
<path
|
|
43
|
+
fillRule="evenodd"
|
|
44
|
+
clipRule="evenodd"
|
|
45
|
+
d="M8.25759 10.3479C10.6229 7.56842 13.9014 5.7174 17.5082 5.125L17.5962 5.6574C14.2256 6.21096 11.1486 7.90438 8.88207 10.4533C6.61553 13.0021 5.29747 16.2512 5.14927 19.6548L6.38062 18.3126C6.74888 17.9125 7.20525 17.6031 7.7138 17.4089C8.22235 17.2146 8.76917 17.1408 9.31121 17.1931L11.8866 17.4468H11.887C12.5956 17.5156 13.3106 17.4193 13.9756 17.1655C14.6405 16.9117 15.2373 16.5074 15.7189 15.9844M15.719 15.9842L25.1118 5.76942L25.2815 5.83098C27.0281 6.46471 28.6451 7.40916 30.0537 8.61848L30.2652 8.80015L21.3793 18.4642L21.3792 18.4643C20.9558 18.9243 20.417 19.2633 19.8183 19.4463C19.2197 19.6292 18.5829 19.6494 17.9738 19.5048L17.9728 19.5046L15.7745 18.9652L15.7736 18.965C15.2583 18.8429 14.7197 18.8601 14.2133 19.0149C13.7069 19.1697 13.2511 19.4565 12.8929 19.8456L12.8923 19.8464L6.46981 26.7729C7.30137 28.4853 8.56278 29.9788 9.98018 31.2556L18.7975 21.6742C19.1658 21.2741 19.6221 20.9648 20.1307 20.7705C20.6392 20.5763 21.186 20.5024 21.7281 20.5548L21.7285 20.5549L24.3062 20.8084C25.015 20.8771 25.73 20.7807 26.395 20.5269C27.0601 20.2731 27.657 19.8688 28.1387 19.3458L33.7376 13.2546L33.9109 13.6134C34.8636 15.5866 35.3828 17.74 35.4336 19.9294L35.4361 20.0371L33.8048 21.8308L33.8043 21.8313C33.3809 22.2913 32.842 22.6303 32.2434 22.8132C31.6448 22.9961 31.008 23.0164 30.3989 22.8718L28.1968 22.3457C27.6814 22.2234 27.1426 22.2405 26.6361 22.3953C26.1295 22.55 25.6736 22.8369 25.3153 23.2261L15.1225 34.3111C16.699 34.8604 18.3572 35.1401 20.0272 35.1385H20.0278C20.7334 35.1393 21.4381 35.0889 22.1364 34.9875L22.137 34.9874C25.0174 34.5761 27.7137 33.3315 29.8921 31.4076C32.0705 29.4837 33.6355 26.9651 34.3934 24.1633L34.9158 24.3038C34.1304 27.2073 32.5086 29.8176 30.2511 31.8114C27.9936 33.8052 25.1994 35.0951 22.2143 35.5215C21.4902 35.6267 20.7592 35.679 20.0274 35.6781C18.1569 35.6799 16.3018 35.3412 14.5534 34.6784L14.1805 34.5372L24.9166 22.8614C25.34 22.4013 25.8788 22.0622 26.4775 21.8793C27.0762 21.6964 27.713 21.6762 28.3221 21.8208L30.5242 22.3469C31.0395 22.4692 31.5781 22.4521 32.0846 22.2974C32.591 22.1427 33.0469 21.8561 33.4052 21.467L33.4056 21.4665L34.8898 19.8346C34.8307 17.8934 34.39 15.9826 33.5927 14.2107L28.5373 19.7107L28.5372 19.7108C27.9988 20.2953 27.3318 20.7473 26.5885 21.0309C25.8452 21.3146 25.046 21.4223 24.2539 21.3455L21.6759 21.0919C21.2172 21.0475 20.7545 21.1099 20.3241 21.2743C19.8938 21.4386 19.5076 21.7004 19.1961 22.0391L10.0193 32.011L9.8204 31.8364C8.24137 30.45 6.80959 28.7862 5.9017 26.8373L5.82527 26.6734L12.4943 19.4808C12.9177 19.0208 13.4566 18.6818 14.0552 18.4989C14.6539 18.3159 15.2906 18.2957 15.8998 18.4403L15.9007 18.4406L18.0991 18.9799L18.1 18.9801C18.6152 19.1023 19.1539 19.0851 19.6603 18.9303C20.1666 18.7756 20.6224 18.4887 20.9805 18.0996L20.9806 18.0994L29.4873 8.8477C28.2253 7.80491 26.7987 6.97799 25.2655 6.40058L16.1176 16.349L16.1175 16.3491C15.5792 16.9337 14.9121 17.3857 14.1688 17.6694C13.4255 17.953 12.6264 18.0607 11.8342 17.9839L11.8338 17.9838L9.25889 17.7303L9.25867 17.7302C8.80005 17.6859 8.33738 17.7484 7.9071 17.9128C7.47682 18.0772 7.09069 18.3389 6.7791 18.6775L4.59424 21.0592V20.3C4.59393 16.6544 5.89225 13.1273 8.25759 10.3479"
|
|
46
|
+
fill="black"
|
|
47
|
+
/>
|
|
48
|
+
</g>
|
|
49
|
+
<defs>
|
|
50
|
+
<filter
|
|
51
|
+
id="filter0_dd_1514_57001"
|
|
52
|
+
x={0.0323448}
|
|
53
|
+
y={0.000118256}
|
|
54
|
+
width={39.9353}
|
|
55
|
+
height={39.9998}
|
|
56
|
+
filterUnits="userSpaceOnUse"
|
|
57
|
+
colorInterpolationFilters="sRGB"
|
|
58
|
+
>
|
|
59
|
+
<feFlood floodOpacity={0} result="BackgroundImageFix" />
|
|
60
|
+
<feColorMatrix
|
|
61
|
+
in="SourceAlpha"
|
|
62
|
+
type="matrix"
|
|
63
|
+
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
64
|
+
result="hardAlpha"
|
|
65
|
+
/>
|
|
66
|
+
<feOffset />
|
|
67
|
+
<feGaussianBlur stdDeviation={5.98383} />
|
|
68
|
+
<feComposite in2="hardAlpha" operator="out" />
|
|
69
|
+
<feColorMatrix
|
|
70
|
+
type="matrix"
|
|
71
|
+
values="0 0 0 0 0.406608 0 0 0 0 0.135208 0 0 0 0 0.983333 0 0 0 1 0"
|
|
72
|
+
/>
|
|
73
|
+
<feBlend
|
|
74
|
+
mode="normal"
|
|
75
|
+
in2="BackgroundImageFix"
|
|
76
|
+
result="effect1_dropShadow_1514_57001"
|
|
77
|
+
/>
|
|
78
|
+
<feColorMatrix
|
|
79
|
+
in="SourceAlpha"
|
|
80
|
+
type="matrix"
|
|
81
|
+
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
82
|
+
result="hardAlpha"
|
|
83
|
+
/>
|
|
84
|
+
<feOffset />
|
|
85
|
+
<feGaussianBlur stdDeviation={0.754717} />
|
|
86
|
+
<feComposite in2="hardAlpha" operator="out" />
|
|
87
|
+
<feColorMatrix
|
|
88
|
+
type="matrix"
|
|
89
|
+
values="0 0 0 0 0.179167 0 0 0 0 0.45825 0 0 0 0 1 0 0 0 0.65 0"
|
|
90
|
+
/>
|
|
91
|
+
<feBlend
|
|
92
|
+
mode="normal"
|
|
93
|
+
in2="effect1_dropShadow_1514_57001"
|
|
94
|
+
result="effect2_dropShadow_1514_57001"
|
|
95
|
+
/>
|
|
96
|
+
<feBlend
|
|
97
|
+
mode="normal"
|
|
98
|
+
in="SourceGraphic"
|
|
99
|
+
in2="effect2_dropShadow_1514_57001"
|
|
100
|
+
result="shape"
|
|
101
|
+
/>
|
|
102
|
+
</filter>
|
|
103
|
+
<filter
|
|
104
|
+
id="filter1_f_1514_57001"
|
|
105
|
+
x={2.65421}
|
|
106
|
+
y={2.84171}
|
|
107
|
+
width={35.1545}
|
|
108
|
+
height={34.8986}
|
|
109
|
+
filterUnits="userSpaceOnUse"
|
|
110
|
+
colorInterpolationFilters="sRGB"
|
|
111
|
+
>
|
|
112
|
+
<feFlood floodOpacity={0} result="BackgroundImageFix" />
|
|
113
|
+
<feBlend
|
|
114
|
+
mode="normal"
|
|
115
|
+
in="SourceGraphic"
|
|
116
|
+
in2="BackgroundImageFix"
|
|
117
|
+
result="shape"
|
|
118
|
+
/>
|
|
119
|
+
<feGaussianBlur
|
|
120
|
+
stdDeviation={1.07817}
|
|
121
|
+
result="effect1_foregroundBlur_1514_57001"
|
|
122
|
+
/>
|
|
123
|
+
</filter>
|
|
124
|
+
<clipPath id="clip0_1514_57001">
|
|
125
|
+
<rect width={40} height={40} fill="white" />
|
|
126
|
+
</clipPath>
|
|
127
|
+
</defs>
|
|
128
|
+
</svg>
|
|
129
|
+
);
|
|
130
|
+
}
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* @param {React.SVGProps<SVGSVGElement>} props
|
|
4
|
+
*/
|
|
5
|
+
export default function SvgProjectLogoLitmusLight(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
|
+
<g clipPath="url(#clip0_1514_56940)">
|
|
16
|
+
<g filter="url(#filter0_dd_1514_56940)">
|
|
17
|
+
<path
|
|
18
|
+
d="M20 28.0325C24.4183 28.0325 28 24.4363 28 20.0001C28 15.564 24.4183 11.9678 20 11.9678C15.5817 11.9678 12 15.564 12 20.0001C12 24.4363 15.5817 28.0325 20 28.0325Z"
|
|
19
|
+
fill="#6822FB"
|
|
20
|
+
/>
|
|
21
|
+
</g>
|
|
22
|
+
<g filter="url(#filter1_f_1514_56940)">
|
|
23
|
+
<path
|
|
24
|
+
fillRule="evenodd"
|
|
25
|
+
clipRule="evenodd"
|
|
26
|
+
d="M34.0712 24.4479C33.6126 24.4035 33.1499 24.466 32.7197 24.6303C32.2894 24.7947 31.9033 25.0565 31.5918 25.3951L31.5912 25.3957L22.8318 34.802C25.4414 34.2949 27.8732 33.214 29.8563 31.4543C31.9618 29.586 33.4999 27.1663 34.2958 24.4701L34.0715 24.4479H34.0712ZM32.5262 24.1265C33.0348 23.9322 33.5817 23.8584 34.1238 23.9108L34.1243 23.9109L34.9889 23.9963L34.9052 24.304C34.1108 27.2226 32.4814 29.8472 30.216 31.8575C27.9437 33.8736 25.1182 35.024 22.1291 35.47L21.3653 35.5839L31.1931 25.0303L31.1936 25.0296C31.5618 24.6298 32.018 24.3207 32.5262 24.1265ZM18.2807 4.99805L8.97597 15.1187C8.55276 15.5787 8.01409 15.9176 7.41561 16.1006C6.81713 16.2836 6.18053 16.3039 5.57154 16.1594L5.57057 16.1592L5.18408 16.0703L5.26905 15.7934C6.11056 13.0548 7.70223 10.605 9.86473 8.72007C12.0272 6.83512 14.6746 5.58994 17.5085 5.12484L18.2807 4.99805ZM5.87554 15.6713C6.36688 15.7565 6.87182 15.7171 7.34394 15.5568C7.81605 15.3966 8.24019 15.1205 8.57738 14.7541L16.8 5.81034C14.2773 6.36664 11.9434 7.56845 10.0279 9.29748C8.11245 11.0265 6.6813 13.2232 5.87554 15.6713ZM34.8875 19.9418C34.8385 17.8291 34.3376 15.7513 33.4182 13.8473L33.9058 13.6132C34.8585 15.5865 35.3776 17.7398 35.4285 19.9293L34.8875 19.9418ZM29.7008 9.02727C28.3418 7.86057 26.7819 6.9494 25.0967 6.33799L25.2817 5.83093C27.0283 6.46464 28.6452 7.40906 30.0538 8.61832L29.7008 9.02727Z"
|
|
27
|
+
fill="#C5FBFF"
|
|
28
|
+
/>
|
|
29
|
+
<path
|
|
30
|
+
fillRule="evenodd"
|
|
31
|
+
clipRule="evenodd"
|
|
32
|
+
d="M8.4739 10.2395C10.8392 7.46001 14.1177 5.60899 17.7245 5.0166L17.8125 5.549C14.4419 6.10256 11.3649 7.79598 9.09838 10.3449C6.83184 12.8937 5.51378 16.1428 5.36557 19.5464L6.59693 18.2042C6.96519 17.8041 7.42156 17.4947 7.93011 17.3005C8.43866 17.1062 8.98548 17.0324 9.52752 17.0847L12.1029 17.3384H12.1033C12.8119 17.4072 13.5269 17.3109 14.1919 17.0571C14.8568 16.8033 15.4536 16.399 15.9352 15.876M15.9353 15.8758L25.3281 5.66102L25.4978 5.72259C27.2445 6.35631 28.8614 7.30076 30.27 8.51008L30.4815 8.69175L21.5956 18.3558L21.5955 18.3559C21.1721 18.8159 20.6333 19.1549 20.0347 19.3379C19.436 19.5208 18.7992 19.541 18.1901 19.3964L18.1891 19.3962L15.9908 18.8568L15.9899 18.8566C15.4746 18.7345 14.936 18.7517 14.4296 18.9065C13.9232 19.0613 13.4674 19.3481 13.1092 19.7372L13.1086 19.738L6.68611 26.6645C7.51768 28.3769 8.77909 29.8704 10.1965 31.1472L19.0138 21.5658C19.3821 21.1657 19.8384 20.8564 20.347 20.6621C20.8555 20.4679 21.4023 20.394 21.9444 20.4464L21.9448 20.4465L24.5225 20.7C25.2313 20.7687 25.9463 20.6723 26.6114 20.4185C27.2764 20.1647 27.8733 19.7604 28.355 19.2374L33.9539 13.1462L34.1272 13.505C35.0799 15.4782 35.5991 17.6316 35.6499 19.821L35.6524 19.9287L34.0211 21.7224L34.0206 21.7229C33.5972 22.1829 33.0584 22.5219 32.4597 22.7048C31.8611 22.8877 31.2243 22.908 30.6152 22.7634L28.4131 22.2373C27.8977 22.115 27.3589 22.1321 26.8524 22.2869C26.3458 22.4416 25.8899 22.7285 25.5316 23.1177L15.3388 34.2027C16.9153 34.752 18.5735 35.0318 20.2435 35.0301H20.2441C20.9497 35.0309 21.6544 34.9805 22.3527 34.8791L22.3534 34.879C25.2338 34.4677 27.93 33.2231 30.1084 31.2992C32.2868 29.3753 33.8518 26.8567 34.6097 24.0549L35.1321 24.1954C34.3467 27.0989 32.7249 29.7092 30.4674 31.703C28.2099 33.6968 25.4157 34.9867 22.4307 35.4132C21.7065 35.5183 20.9756 35.5706 20.2437 35.5697C18.3733 35.5715 16.5181 35.2328 14.7697 34.57L14.3968 34.4288L25.1329 22.753C25.5563 22.2929 26.0951 21.9538 26.6938 21.7709C27.2925 21.588 27.9293 21.5678 28.5384 21.7124L30.7405 22.2385C31.2558 22.3608 31.7944 22.3437 32.3009 22.189C32.8073 22.0343 33.2632 21.7477 33.6215 21.3586L33.6219 21.3581L35.1061 19.7263C35.047 17.785 34.6063 15.8742 33.809 14.1023L28.7536 19.6023L28.7535 19.6024C28.2151 20.1869 27.5481 20.6389 26.8048 20.9225C26.0615 21.2062 25.2623 21.3139 24.4702 21.2371L21.8922 20.9835C21.4335 20.9391 20.9708 21.0015 20.5404 21.1659C20.1101 21.3302 19.7239 21.592 19.4124 21.9307L10.2356 31.9026L10.0367 31.728C8.45768 30.3416 7.0259 28.6778 6.11801 26.7289L6.04157 26.565L12.7107 19.3724C13.134 18.9124 13.6729 18.5734 14.2715 18.3905C14.8702 18.2076 15.5069 18.1873 16.1161 18.3319L16.117 18.3322L18.3154 18.8715L18.3163 18.8717C18.8315 18.9939 19.3702 18.9767 19.8766 18.822C20.383 18.6672 20.8387 18.3804 21.1968 17.9912L21.1969 17.991L29.7036 8.7393C28.4416 7.69651 27.015 6.8696 25.4818 6.29218L16.3339 16.2406L16.3338 16.2408C15.7955 16.8253 15.1284 17.2773 14.3851 17.561C13.6418 17.8446 12.8427 17.9523 12.0505 17.8755L12.0501 17.8754L9.4752 17.6219L9.47498 17.6218C9.01636 17.5775 8.55369 17.64 8.12341 17.8044C7.69313 17.9688 7.30699 18.2305 6.99541 18.5691L4.81055 20.9508V20.1916C4.81024 16.546 6.10856 13.0189 8.4739 10.2395"
|
|
33
|
+
fill="white"
|
|
34
|
+
/>
|
|
35
|
+
</g>
|
|
36
|
+
<path
|
|
37
|
+
fillRule="evenodd"
|
|
38
|
+
clipRule="evenodd"
|
|
39
|
+
d="M34.0712 24.4479C33.6126 24.4035 33.1499 24.466 32.7197 24.6303C32.2894 24.7947 31.9033 25.0565 31.5918 25.3951L31.5912 25.3957L22.8318 34.802C25.4414 34.2949 27.8732 33.214 29.8563 31.4543C31.9618 29.586 33.4999 27.1663 34.2958 24.4701L34.0715 24.4479H34.0712ZM32.5262 24.1265C33.0348 23.9322 33.5817 23.8584 34.1238 23.9108L34.1243 23.9109L34.9889 23.9963L34.9052 24.304C34.1108 27.2226 32.4814 29.8472 30.216 31.8575C27.9437 33.8736 25.1182 35.024 22.1291 35.47L21.3653 35.5839L31.1931 25.0303L31.1936 25.0296C31.5618 24.6298 32.018 24.3207 32.5262 24.1265ZM18.2807 4.99805L8.97597 15.1187C8.55276 15.5787 8.01409 15.9176 7.41561 16.1006C6.81713 16.2836 6.18053 16.3039 5.57154 16.1594L5.57057 16.1592L5.18408 16.0703L5.26905 15.7934C6.11056 13.0548 7.70223 10.605 9.86473 8.72007C12.0272 6.83512 14.6746 5.58994 17.5085 5.12484L18.2807 4.99805ZM5.87554 15.6713C6.36688 15.7565 6.87182 15.7171 7.34394 15.5568C7.81605 15.3966 8.24019 15.1205 8.57738 14.7541L16.8 5.81034C14.2773 6.36664 11.9434 7.56845 10.0279 9.29748C8.11245 11.0265 6.6813 13.2232 5.87554 15.6713ZM34.8875 19.9418C34.8385 17.8291 34.3376 15.7513 33.4182 13.8473L33.9058 13.6132C34.8585 15.5865 35.3776 17.7398 35.4285 19.9293L34.8875 19.9418ZM29.7008 9.02727C28.3418 7.86057 26.7819 6.9494 25.0967 6.33799L25.2817 5.83093C27.0283 6.46464 28.6452 7.40906 30.0538 8.61832L29.7008 9.02727Z"
|
|
40
|
+
fill="white"
|
|
41
|
+
/>
|
|
42
|
+
<path
|
|
43
|
+
fillRule="evenodd"
|
|
44
|
+
clipRule="evenodd"
|
|
45
|
+
d="M8.25759 10.3479C10.6229 7.56842 13.9014 5.7174 17.5082 5.125L17.5962 5.6574C14.2256 6.21096 11.1486 7.90438 8.88207 10.4533C6.61553 13.0021 5.29747 16.2512 5.14927 19.6548L6.38062 18.3126C6.74888 17.9125 7.20525 17.6031 7.7138 17.4089C8.22235 17.2146 8.76917 17.1408 9.31121 17.1931L11.8866 17.4468H11.887C12.5956 17.5156 13.3106 17.4193 13.9756 17.1655C14.6405 16.9117 15.2373 16.5074 15.7189 15.9844M15.719 15.9842L25.1118 5.76942L25.2815 5.83098C27.0281 6.46471 28.6451 7.40916 30.0537 8.61848L30.2652 8.80015L21.3793 18.4642L21.3792 18.4643C20.9558 18.9243 20.417 19.2633 19.8183 19.4463C19.2197 19.6292 18.5829 19.6494 17.9738 19.5048L17.9728 19.5046L15.7745 18.9652L15.7736 18.965C15.2583 18.8429 14.7197 18.8601 14.2133 19.0149C13.7069 19.1697 13.2511 19.4565 12.8929 19.8456L12.8923 19.8464L6.46981 26.7729C7.30137 28.4853 8.56278 29.9788 9.98018 31.2556L18.7975 21.6742C19.1658 21.2741 19.6221 20.9648 20.1307 20.7705C20.6392 20.5763 21.186 20.5024 21.7281 20.5548L21.7285 20.5549L24.3062 20.8084C25.015 20.8771 25.73 20.7807 26.395 20.5269C27.0601 20.2731 27.657 19.8688 28.1387 19.3458L33.7376 13.2546L33.9109 13.6134C34.8636 15.5866 35.3828 17.74 35.4336 19.9294L35.4361 20.0371L33.8048 21.8308L33.8043 21.8313C33.3809 22.2913 32.842 22.6303 32.2434 22.8132C31.6448 22.9961 31.008 23.0164 30.3989 22.8718L28.1968 22.3457C27.6814 22.2234 27.1426 22.2405 26.6361 22.3953C26.1295 22.55 25.6736 22.8369 25.3153 23.2261L15.1225 34.3111C16.699 34.8604 18.3572 35.1401 20.0272 35.1385H20.0278C20.7334 35.1393 21.4381 35.0889 22.1364 34.9875L22.137 34.9874C25.0174 34.5761 27.7137 33.3315 29.8921 31.4076C32.0705 29.4837 33.6355 26.9651 34.3934 24.1633L34.9158 24.3038C34.1304 27.2073 32.5086 29.8176 30.2511 31.8114C27.9936 33.8052 25.1994 35.0951 22.2143 35.5215C21.4902 35.6267 20.7592 35.679 20.0274 35.6781C18.1569 35.6799 16.3018 35.3412 14.5534 34.6784L14.1805 34.5372L24.9166 22.8614C25.34 22.4013 25.8788 22.0622 26.4775 21.8793C27.0762 21.6964 27.713 21.6762 28.3221 21.8208L30.5242 22.3469C31.0395 22.4692 31.5781 22.4521 32.0846 22.2974C32.591 22.1427 33.0469 21.8561 33.4052 21.467L33.4056 21.4665L34.8898 19.8346C34.8307 17.8934 34.39 15.9826 33.5927 14.2107L28.5373 19.7107L28.5372 19.7108C27.9988 20.2953 27.3318 20.7473 26.5885 21.0309C25.8452 21.3146 25.046 21.4223 24.2539 21.3455L21.6759 21.0919C21.2172 21.0475 20.7545 21.1099 20.3241 21.2743C19.8938 21.4386 19.5076 21.7004 19.1961 22.0391L10.0193 32.011L9.8204 31.8364C8.24137 30.45 6.80959 28.7862 5.9017 26.8373L5.82527 26.6734L12.4943 19.4808C12.9177 19.0208 13.4566 18.6818 14.0552 18.4989C14.6539 18.3159 15.2906 18.2957 15.8998 18.4403L15.9007 18.4406L18.0991 18.9799L18.1 18.9801C18.6152 19.1023 19.1539 19.0851 19.6603 18.9303C20.1666 18.7756 20.6224 18.4887 20.9805 18.0996L20.9806 18.0994L29.4873 8.8477C28.2253 7.80491 26.7987 6.97799 25.2655 6.40058L16.1176 16.349L16.1175 16.3491C15.5792 16.9337 14.9121 17.3857 14.1688 17.6694C13.4255 17.953 12.6264 18.0607 11.8342 17.9839L11.8338 17.9838L9.25889 17.7303L9.25867 17.7302C8.80005 17.6859 8.33738 17.7484 7.9071 17.9128C7.47682 18.0772 7.09069 18.3389 6.7791 18.6775L4.59424 21.0592V20.3C4.59393 16.6544 5.89225 13.1273 8.25759 10.3479"
|
|
46
|
+
fill="white"
|
|
47
|
+
/>
|
|
48
|
+
</g>
|
|
49
|
+
<defs>
|
|
50
|
+
<filter
|
|
51
|
+
id="filter0_dd_1514_56940"
|
|
52
|
+
x={0.0323448}
|
|
53
|
+
y={0.000118256}
|
|
54
|
+
width={39.9353}
|
|
55
|
+
height={39.9998}
|
|
56
|
+
filterUnits="userSpaceOnUse"
|
|
57
|
+
colorInterpolationFilters="sRGB"
|
|
58
|
+
>
|
|
59
|
+
<feFlood floodOpacity={0} result="BackgroundImageFix" />
|
|
60
|
+
<feColorMatrix
|
|
61
|
+
in="SourceAlpha"
|
|
62
|
+
type="matrix"
|
|
63
|
+
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
64
|
+
result="hardAlpha"
|
|
65
|
+
/>
|
|
66
|
+
<feOffset />
|
|
67
|
+
<feGaussianBlur stdDeviation={5.98383} />
|
|
68
|
+
<feComposite in2="hardAlpha" operator="out" />
|
|
69
|
+
<feColorMatrix
|
|
70
|
+
type="matrix"
|
|
71
|
+
values="0 0 0 0 0.406608 0 0 0 0 0.135208 0 0 0 0 0.983333 0 0 0 1 0"
|
|
72
|
+
/>
|
|
73
|
+
<feBlend
|
|
74
|
+
mode="normal"
|
|
75
|
+
in2="BackgroundImageFix"
|
|
76
|
+
result="effect1_dropShadow_1514_56940"
|
|
77
|
+
/>
|
|
78
|
+
<feColorMatrix
|
|
79
|
+
in="SourceAlpha"
|
|
80
|
+
type="matrix"
|
|
81
|
+
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
82
|
+
result="hardAlpha"
|
|
83
|
+
/>
|
|
84
|
+
<feOffset />
|
|
85
|
+
<feGaussianBlur stdDeviation={0.754717} />
|
|
86
|
+
<feComposite in2="hardAlpha" operator="out" />
|
|
87
|
+
<feColorMatrix
|
|
88
|
+
type="matrix"
|
|
89
|
+
values="0 0 0 0 0.179167 0 0 0 0 0.45825 0 0 0 0 1 0 0 0 0.65 0"
|
|
90
|
+
/>
|
|
91
|
+
<feBlend
|
|
92
|
+
mode="normal"
|
|
93
|
+
in2="effect1_dropShadow_1514_56940"
|
|
94
|
+
result="effect2_dropShadow_1514_56940"
|
|
95
|
+
/>
|
|
96
|
+
<feBlend
|
|
97
|
+
mode="normal"
|
|
98
|
+
in="SourceGraphic"
|
|
99
|
+
in2="effect2_dropShadow_1514_56940"
|
|
100
|
+
result="shape"
|
|
101
|
+
/>
|
|
102
|
+
</filter>
|
|
103
|
+
<filter
|
|
104
|
+
id="filter1_f_1514_56940"
|
|
105
|
+
x={2.65421}
|
|
106
|
+
y={2.84171}
|
|
107
|
+
width={35.1545}
|
|
108
|
+
height={34.8986}
|
|
109
|
+
filterUnits="userSpaceOnUse"
|
|
110
|
+
colorInterpolationFilters="sRGB"
|
|
111
|
+
>
|
|
112
|
+
<feFlood floodOpacity={0} result="BackgroundImageFix" />
|
|
113
|
+
<feBlend
|
|
114
|
+
mode="normal"
|
|
115
|
+
in="SourceGraphic"
|
|
116
|
+
in2="BackgroundImageFix"
|
|
117
|
+
result="shape"
|
|
118
|
+
/>
|
|
119
|
+
<feGaussianBlur
|
|
120
|
+
stdDeviation={1.07817}
|
|
121
|
+
result="effect1_foregroundBlur_1514_56940"
|
|
122
|
+
/>
|
|
123
|
+
</filter>
|
|
124
|
+
<clipPath id="clip0_1514_56940">
|
|
125
|
+
<rect width={40} height={40} fill="white" />
|
|
126
|
+
</clipPath>
|
|
127
|
+
</defs>
|
|
128
|
+
</svg>
|
|
129
|
+
);
|
|
130
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* @param {React.SVGProps<SVGSVGElement>} props
|
|
4
|
+
*/
|
|
5
|
+
export default function SvgProjectLogoPhalaDark(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="M29.3329 5.83301H6.6665V20.0003H12.3347V25.666H29.3329V20.0003H34.9998V11.4999L29.3329 11.4999V5.83301ZM29.3329 19.999V11.4999H12.3347V19.999H29.3329Z"
|
|
19
|
+
fill="#CDFA50"
|
|
20
|
+
/>
|
|
21
|
+
<path
|
|
22
|
+
d="M6.6665 25.6672H12.3347L12.3334 34.1663H6.6665V25.6672Z"
|
|
23
|
+
fill="#CDFA50"
|
|
24
|
+
/>
|
|
25
|
+
</svg>
|
|
26
|
+
);
|
|
27
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* @param {React.SVGProps<SVGSVGElement>} props
|
|
4
|
+
*/
|
|
5
|
+
export default function SvgProjectLogoPhalaLight(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="M29.3329 5.83301H6.6665V20.0003H12.3347V25.666H29.3329V20.0003H34.9998V11.4999L29.3329 11.4999V5.83301ZM29.3329 19.999V11.4999H12.3347V19.999H29.3329Z"
|
|
19
|
+
fill="#CDFA50"
|
|
20
|
+
/>
|
|
21
|
+
<path
|
|
22
|
+
d="M6.6665 25.6672H12.3347L12.3334 34.1663H6.6665V25.6672Z"
|
|
23
|
+
fill="#CDFA50"
|
|
24
|
+
/>
|
|
25
|
+
</svg>
|
|
26
|
+
);
|
|
27
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* @param {React.SVGProps<SVGSVGElement>} props
|
|
4
|
+
*/
|
|
5
|
+
export default function SvgProjectLogoPolkadotCollectivesDark(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
|
+
<circle cx={32.5295} cy={29.279} r={4.6911} fill="#E6007A" />
|
|
44
|
+
<path
|
|
45
|
+
d="M32.5292 27.3514C33.1916 27.3514 33.7286 27.0393 33.7286 26.6542C33.7286 26.2692 33.1916 25.957 32.5292 25.957C31.8669 25.957 31.3299 26.2692 31.3299 26.6542C31.3299 27.0393 31.8669 27.3514 32.5292 27.3514Z"
|
|
46
|
+
fill="white"
|
|
47
|
+
/>
|
|
48
|
+
<path
|
|
49
|
+
d="M32.5292 32.6028C33.1916 32.6028 33.7286 32.2906 33.7286 31.9056C33.7286 31.5205 33.1916 31.2084 32.5292 31.2084C31.8669 31.2084 31.3299 31.5205 31.3299 31.9056C31.3299 32.2906 31.8669 32.6028 32.5292 32.6028Z"
|
|
50
|
+
fill="white"
|
|
51
|
+
/>
|
|
52
|
+
<path
|
|
53
|
+
d="M30.8576 28.3157C31.1888 27.7426 31.1867 27.1219 30.8529 26.9294C30.5191 26.7369 29.9801 27.0454 29.6489 27.6185C29.3177 28.1916 29.3198 28.8122 29.6536 29.0048C29.9873 29.1973 30.5264 28.8888 30.8576 28.3157Z"
|
|
54
|
+
fill="white"
|
|
55
|
+
/>
|
|
56
|
+
<path
|
|
57
|
+
d="M35.4096 30.9413C35.7408 30.3682 35.7387 29.7476 35.4049 29.5551C35.0712 29.3625 34.5321 29.6711 34.2009 30.2442C33.8697 30.8172 33.8718 31.4379 34.2056 31.6304C34.5394 31.823 35.0784 31.5144 35.4096 30.9413Z"
|
|
58
|
+
fill="white"
|
|
59
|
+
/>
|
|
60
|
+
<path
|
|
61
|
+
d="M30.8529 31.6304C31.1867 31.4379 31.1888 30.8172 30.8576 30.2441C30.5264 29.671 29.9873 29.3625 29.6536 29.555C29.3198 29.7476 29.3177 30.3682 29.6489 30.9413C29.9801 31.5144 30.5191 31.8229 30.8529 31.6304Z"
|
|
62
|
+
fill="white"
|
|
63
|
+
/>
|
|
64
|
+
<path
|
|
65
|
+
d="M35.4049 29.0048C35.7387 28.8123 35.7408 28.1916 35.4096 27.6185C35.0784 27.0454 34.5393 26.7369 34.2056 26.9294C33.8718 27.1219 33.8697 27.7426 34.2009 28.3157C34.5321 28.8888 35.0711 29.1973 35.4049 29.0048Z"
|
|
66
|
+
fill="white"
|
|
67
|
+
/>
|
|
68
|
+
</svg>
|
|
69
|
+
);
|
|
70
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* @param {React.SVGProps<SVGSVGElement>} props
|
|
4
|
+
*/
|
|
5
|
+
export default function SvgProjectLogoPolkadotCollectivesLight(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
|
+
<circle cx={32.5295} cy={29.279} r={4.6911} fill="#E6007A" />
|
|
44
|
+
<path
|
|
45
|
+
d="M32.5292 27.3514C33.1916 27.3514 33.7286 27.0393 33.7286 26.6542C33.7286 26.2692 33.1916 25.957 32.5292 25.957C31.8669 25.957 31.3299 26.2692 31.3299 26.6542C31.3299 27.0393 31.8669 27.3514 32.5292 27.3514Z"
|
|
46
|
+
fill="white"
|
|
47
|
+
/>
|
|
48
|
+
<path
|
|
49
|
+
d="M32.5292 32.6028C33.1916 32.6028 33.7286 32.2906 33.7286 31.9056C33.7286 31.5205 33.1916 31.2084 32.5292 31.2084C31.8669 31.2084 31.3299 31.5205 31.3299 31.9056C31.3299 32.2906 31.8669 32.6028 32.5292 32.6028Z"
|
|
50
|
+
fill="white"
|
|
51
|
+
/>
|
|
52
|
+
<path
|
|
53
|
+
d="M30.8576 28.3157C31.1888 27.7426 31.1867 27.1219 30.8529 26.9294C30.5191 26.7369 29.9801 27.0454 29.6489 27.6185C29.3177 28.1916 29.3198 28.8122 29.6536 29.0048C29.9873 29.1973 30.5264 28.8888 30.8576 28.3157Z"
|
|
54
|
+
fill="white"
|
|
55
|
+
/>
|
|
56
|
+
<path
|
|
57
|
+
d="M35.4096 30.9413C35.7408 30.3682 35.7387 29.7476 35.4049 29.5551C35.0712 29.3625 34.5321 29.6711 34.2009 30.2442C33.8697 30.8172 33.8718 31.4379 34.2056 31.6304C34.5394 31.823 35.0784 31.5144 35.4096 30.9413Z"
|
|
58
|
+
fill="white"
|
|
59
|
+
/>
|
|
60
|
+
<path
|
|
61
|
+
d="M30.8529 31.6304C31.1867 31.4379 31.1888 30.8172 30.8576 30.2441C30.5264 29.671 29.9873 29.3625 29.6536 29.555C29.3198 29.7476 29.3177 30.3682 29.6489 30.9413C29.9801 31.5144 30.5191 31.8229 30.8529 31.6304Z"
|
|
62
|
+
fill="white"
|
|
63
|
+
/>
|
|
64
|
+
<path
|
|
65
|
+
d="M35.4049 29.0048C35.7387 28.8123 35.7408 28.1916 35.4096 27.6185C35.0784 27.0454 34.5393 26.7369 34.2056 26.9294C33.8718 27.1219 33.8697 27.7426 34.2009 28.3157C34.5321 28.8888 35.0711 29.1973 35.4049 29.0048Z"
|
|
66
|
+
fill="white"
|
|
67
|
+
/>
|
|
68
|
+
</svg>
|
|
69
|
+
);
|
|
70
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* @param {React.SVGProps<SVGSVGElement>} props
|
|
4
|
+
*/
|
|
5
|
+
export default function SvgProjectLogoPolkadotDark(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="M19.9999 10.8112C23.1769 10.8112 25.7524 9.32386 25.7524 7.48911C25.7524 5.65436 23.1769 4.16699 19.9999 4.16699C16.8229 4.16699 14.2475 5.65436 14.2475 7.48911C14.2475 9.32386 16.8229 10.8112 19.9999 10.8112Z"
|
|
17
|
+
fill="#E6007A"
|
|
18
|
+
/>
|
|
19
|
+
<path
|
|
20
|
+
d="M19.9999 35.8337C23.1769 35.8337 25.7524 34.3463 25.7524 32.5115C25.7524 30.6768 23.1769 29.1894 19.9999 29.1894C16.8229 29.1894 14.2475 30.6768 14.2475 32.5115C14.2475 34.3463 16.8229 35.8337 19.9999 35.8337Z"
|
|
21
|
+
fill="#E6007A"
|
|
22
|
+
/>
|
|
23
|
+
<path
|
|
24
|
+
d="M11.9822 15.4059C13.5707 12.6751 13.5607 9.71768 11.9597 8.8003C10.3588 7.88293 7.77332 9.35299 6.18483 12.0838C4.59634 14.8146 4.6064 17.772 6.2073 18.6894C7.80821 19.6068 10.3937 18.1367 11.9822 15.4059Z"
|
|
25
|
+
fill="#E6007A"
|
|
26
|
+
/>
|
|
27
|
+
<path
|
|
28
|
+
d="M33.8152 27.9171C35.4037 25.1863 35.3936 22.2289 33.7927 21.3115C32.1918 20.3941 29.6063 21.8642 28.0178 24.595C26.4293 27.3258 26.4394 30.2832 28.0403 31.2006C29.6412 32.1179 32.2267 30.6479 33.8152 27.9171Z"
|
|
29
|
+
fill="#E6007A"
|
|
30
|
+
/>
|
|
31
|
+
<path
|
|
32
|
+
d="M11.9597 31.2004C13.5606 30.283 13.5707 27.3256 11.9822 24.5948C10.3937 21.864 7.8082 20.3939 6.20729 21.3113C4.60639 22.2287 4.59633 25.1861 6.18482 27.9169C7.77331 30.6477 10.3588 32.1178 11.9597 31.2004Z"
|
|
33
|
+
fill="#E6007A"
|
|
34
|
+
/>
|
|
35
|
+
<path
|
|
36
|
+
d="M33.7926 18.6895C35.3935 17.7721 35.4035 14.8147 33.815 12.0839C32.2266 9.35309 29.641 7.88302 28.0401 8.8004C26.4392 9.71778 26.4292 12.6752 28.0177 15.406C29.6061 18.1368 32.1917 19.6069 33.7926 18.6895Z"
|
|
37
|
+
fill="#E6007A"
|
|
38
|
+
/>
|
|
39
|
+
</svg>
|
|
40
|
+
);
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* @param {React.SVGProps<SVGSVGElement>} props
|
|
4
|
+
*/
|
|
5
|
+
export default function SvgProjectLogoPolkadotLight(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="M19.9999 10.8112C23.1769 10.8112 25.7524 9.32386 25.7524 7.48911C25.7524 5.65436 23.1769 4.16699 19.9999 4.16699C16.8229 4.16699 14.2475 5.65436 14.2475 7.48911C14.2475 9.32386 16.8229 10.8112 19.9999 10.8112Z"
|
|
17
|
+
fill="#E6007A"
|
|
18
|
+
/>
|
|
19
|
+
<path
|
|
20
|
+
d="M19.9999 35.8337C23.1769 35.8337 25.7524 34.3463 25.7524 32.5115C25.7524 30.6768 23.1769 29.1894 19.9999 29.1894C16.8229 29.1894 14.2475 30.6768 14.2475 32.5115C14.2475 34.3463 16.8229 35.8337 19.9999 35.8337Z"
|
|
21
|
+
fill="#E6007A"
|
|
22
|
+
/>
|
|
23
|
+
<path
|
|
24
|
+
d="M11.9822 15.4059C13.5707 12.6751 13.5607 9.71768 11.9597 8.8003C10.3588 7.88293 7.77332 9.35299 6.18483 12.0838C4.59634 14.8146 4.6064 17.772 6.2073 18.6894C7.80821 19.6068 10.3937 18.1367 11.9822 15.4059Z"
|
|
25
|
+
fill="#E6007A"
|
|
26
|
+
/>
|
|
27
|
+
<path
|
|
28
|
+
d="M33.8152 27.9171C35.4037 25.1863 35.3936 22.2289 33.7927 21.3115C32.1918 20.3941 29.6063 21.8642 28.0178 24.595C26.4293 27.3258 26.4394 30.2832 28.0403 31.2006C29.6412 32.1179 32.2267 30.6479 33.8152 27.9171Z"
|
|
29
|
+
fill="#E6007A"
|
|
30
|
+
/>
|
|
31
|
+
<path
|
|
32
|
+
d="M11.9597 31.2004C13.5606 30.283 13.5707 27.3256 11.9822 24.5948C10.3937 21.864 7.8082 20.3939 6.20729 21.3113C4.60639 22.2287 4.59633 25.1861 6.18482 27.9169C7.77331 30.6477 10.3588 32.1178 11.9597 31.2004Z"
|
|
33
|
+
fill="#E6007A"
|
|
34
|
+
/>
|
|
35
|
+
<path
|
|
36
|
+
d="M33.7926 18.6895C35.3935 17.7721 35.4035 14.8147 33.815 12.0839C32.2266 9.35309 29.641 7.88302 28.0401 8.8004C26.4392 9.71778 26.4292 12.6752 28.0177 15.406C29.6061 18.1368 32.1917 19.6069 33.7926 18.6895Z"
|
|
37
|
+
fill="#E6007A"
|
|
38
|
+
/>
|
|
39
|
+
</svg>
|
|
40
|
+
);
|
|
41
|
+
}
|