@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,14 @@
|
|
|
1
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M27.0612 6L17.7832 14.3919C16.8225 15.2605 15.5724 15.7438 14.2746 15.7484L11.5092 15.755L11.4998 6.00094H6.5V33.8765H9.22672C10.7518 33.8765 12.1741 33.0719 12.9202 31.7501C12.9268 31.7407 12.9296 31.7313 12.9353 31.7257C13.4304 30.8404 13.6785 29.0914 13.6304 27.8973C13.5229 25.1673 13.0815 24.4576 13.0815 24.4576C12.989 26.3286 11.0253 26.43 11.0253 26.43C12.4222 25.1025 11.661 24.098 11.661 24.098C9.18805 25.8507 8.57027 23.9797 8.52311 23.8098C8.60045 23.8755 9.30406 24.4604 10.6415 22.6363C12.0553 20.709 13.9407 17.4955 15.1404 16.6694C16.342 15.8404 17.4823 15.9089 17.4823 15.9089C17.4823 15.9089 18.1388 15.0237 19.8751 14.2876C21.6106 13.5563 22.7235 14.6294 22.7235 14.6294C20.9485 16.0545 18.5387 18.3949 18.4038 21.7492C18.2963 24.4632 24.1741 29.1205 23.1414 36C23.7591 34.4379 24.0072 32.8729 23.795 30.9362C23.6252 29.3731 22.6132 26.1089 22.6132 26.1089L28.2581 33.8727H34.5L22.3 17.1904L34.5 6H27.0612Z" fill="url(#paint0_linear_1514_56983)"/>
|
|
3
|
+
<path d="M15.694 18.0034C15.2998 18.654 15.2998 18.853 15.2998 18.853C15.2998 18.853 16.6777 18.6211 17.0512 16.9905C17.0541 16.9905 16.1713 17.2158 15.6931 18.0034H15.694Z" fill="url(#paint1_linear_1514_56983)"/>
|
|
4
|
+
<defs>
|
|
5
|
+
<linearGradient id="paint0_linear_1514_56983" x1="48.5759" y1="25.6292" x2="25.5106" y2="0.441378" gradientUnits="userSpaceOnUse">
|
|
6
|
+
<stop stop-color="#E40C5B"/>
|
|
7
|
+
<stop offset="1" stop-color="#FF4C3B"/>
|
|
8
|
+
</linearGradient>
|
|
9
|
+
<linearGradient id="paint1_linear_1514_56983" x1="17.9312" y1="18.209" x2="16.5002" y2="16.6346" gradientUnits="userSpaceOnUse">
|
|
10
|
+
<stop stop-color="#E40C5B"/>
|
|
11
|
+
<stop offset="1" stop-color="#FF4C3B"/>
|
|
12
|
+
</linearGradient>
|
|
13
|
+
</defs>
|
|
14
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M27.0612 6L17.7832 14.3919C16.8225 15.2605 15.5724 15.7438 14.2746 15.7484L11.5092 15.755L11.4998 6.00094H6.5V33.8765H9.22672C10.7518 33.8765 12.1741 33.0719 12.9202 31.7501C12.9268 31.7407 12.9296 31.7313 12.9353 31.7257C13.4304 30.8404 13.6785 29.0914 13.6304 27.8973C13.5229 25.1673 13.0815 24.4576 13.0815 24.4576C12.989 26.3286 11.0253 26.43 11.0253 26.43C12.4222 25.1025 11.661 24.098 11.661 24.098C9.18805 25.8507 8.57027 23.9797 8.52311 23.8098C8.60045 23.8755 9.30406 24.4604 10.6415 22.6363C12.0553 20.709 13.9407 17.4955 15.1404 16.6694C16.342 15.8404 17.4823 15.9089 17.4823 15.9089C17.4823 15.9089 18.1388 15.0237 19.8751 14.2876C21.6106 13.5563 22.7235 14.6294 22.7235 14.6294C20.9485 16.0545 18.5387 18.3949 18.4038 21.7492C18.2963 24.4632 24.1741 29.1205 23.1414 36C23.7591 34.4379 24.0072 32.8729 23.795 30.9362C23.6252 29.3731 22.6132 26.1089 22.6132 26.1089L28.2581 33.8727H34.5L22.3 17.1904L34.5 6H27.0612Z" fill="url(#paint0_linear_1514_56922)"/>
|
|
3
|
+
<path d="M15.694 18.0034C15.2998 18.654 15.2998 18.853 15.2998 18.853C15.2998 18.853 16.6777 18.6211 17.0512 16.9905C17.0541 16.9905 16.1713 17.2158 15.6931 18.0034H15.694Z" fill="url(#paint1_linear_1514_56922)"/>
|
|
4
|
+
<defs>
|
|
5
|
+
<linearGradient id="paint0_linear_1514_56922" x1="48.5759" y1="25.6292" x2="25.5106" y2="0.441378" gradientUnits="userSpaceOnUse">
|
|
6
|
+
<stop stop-color="#E40C5B"/>
|
|
7
|
+
<stop offset="1" stop-color="#FF4C3B"/>
|
|
8
|
+
</linearGradient>
|
|
9
|
+
<linearGradient id="paint1_linear_1514_56922" x1="17.9312" y1="18.209" x2="16.5002" y2="16.6346" gradientUnits="userSpaceOnUse">
|
|
10
|
+
<stop stop-color="#E40C5B"/>
|
|
11
|
+
<stop offset="1" stop-color="#FF4C3B"/>
|
|
12
|
+
</linearGradient>
|
|
13
|
+
</defs>
|
|
14
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M33.3332 33.3337H26.0604V27.5366H21.212V20.58H28.4847V26.3771H33.3332V33.3337Z" fill="#02FFFF"/>
|
|
3
|
+
<path d="M13.9392 20.58H21.212V13.6235H33.3332V6.66699H21.212V13.6235H13.9392V6.66699H6.6665V33.3337H13.9392V20.58Z" fill="#02FFFF"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M33.3332 33.3337H26.0604V27.5366H21.212V20.58H28.4847V26.3771H33.3332V33.3337Z" fill="#02FFFF"/>
|
|
3
|
+
<path d="M13.9392 20.58H21.212V13.6235H33.3332V6.66699H21.212V13.6235H13.9392V6.66699H6.6665V33.3337H13.9392V20.58Z" fill="#02FFFF"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M25.7998 14.2332C24.3049 12.7599 22.289 11.936 20.1902 11.9404C20.163 11.9404 20.1342 11.9404 20.1102 11.9404C17.9833 11.9511 15.9478 12.8061 14.4514 14.3175C12.9551 15.8289 12.1204 17.8728 12.131 19.9996C12.1416 22.1265 12.9966 24.162 14.508 25.6584C16.0194 27.1548 18.0633 27.9895 20.1902 27.9788H20.2702C21.856 27.9626 23.4014 27.4766 24.7109 26.582C26.0205 25.6875 27.0354 24.4248 27.6273 22.9535C28.2192 21.4821 28.3614 19.8683 28.0362 18.3162C27.7109 16.764 26.9326 15.3431 25.7998 14.2332Z" fill="url(#paint0_linear_1514_56987)"/>
|
|
3
|
+
<path d="M23.6102 13.2629C22.6702 13.0229 21.915 13.2181 21.3014 13.8485C21.2258 13.9284 21.1547 14.0126 21.0886 14.1005C20.9286 14.3029 20.7926 14.4781 20.4822 14.5501C20.0638 14.6336 19.6349 14.6514 19.211 14.6029C19.0894 14.5845 18.9878 14.5621 18.8982 14.5413C18.5822 14.4693 18.391 14.4261 18.0126 14.7861C17.8944 14.906 17.7873 15.0364 17.6926 15.1757C17.5246 15.4069 17.3662 15.6253 17.1062 15.7253C16.9857 15.77 16.8593 15.7969 16.731 15.8053L16.6966 15.7901L16.6886 15.8069C16.5048 15.8114 16.3208 15.7996 16.139 15.7717C15.9959 15.7505 15.8517 15.7376 15.707 15.7333C15.9036 15.4467 16.0756 15.144 16.2214 14.8285C16.4862 14.7877 16.7118 14.6141 16.9302 14.4437C17.0455 14.3489 17.168 14.2633 17.2966 14.1877C17.7342 13.9477 17.9462 13.7437 18.3262 13.3269C18.6862 12.9325 19.0734 12.6869 19.5422 12.4397C19.7769 12.3199 19.9808 12.1477 20.1382 11.9365C21.7038 11.9477 23.1694 12.3133 24.4582 13.1645C24.3198 13.2509 24.031 13.3685 23.6102 13.2629Z" fill="#DADADA"/>
|
|
4
|
+
<path d="M27.9566 18.8419C27.8459 18.7991 27.7388 18.7472 27.6366 18.6867C27.4786 18.5864 27.3034 18.5162 27.1198 18.4795L26.6518 18.2499C25.9142 18.1227 25.6118 18.2187 24.867 18.0099C24.5217 17.908 24.162 17.8634 23.8022 17.8779L23.7838 17.8627L23.7702 17.8795C23.515 17.8907 23.2582 17.9267 22.9702 17.9667L22.7726 17.9947C22.6926 18.0051 22.603 18.0195 22.5014 18.0355C21.867 18.1355 20.8038 18.3035 20.435 17.8899L20.4142 17.9091C19.8489 17.576 19.2048 17.4 18.5486 17.3995C17.5262 17.3995 17.2054 17.1235 16.6222 16.6219C16.523 16.5363 16.4126 16.4419 16.291 16.3411C16.3438 16.3411 16.3966 16.3411 16.451 16.3411C16.715 16.4326 16.9924 16.4793 17.2718 16.4795C17.3253 16.4798 17.3787 16.4771 17.4318 16.4715C17.5778 16.4557 17.714 16.3902 17.8174 16.2859C17.8635 16.2458 17.9122 16.2087 17.963 16.1747C18.0759 16.1076 18.2063 16.0758 18.3374 16.0835C18.3942 16.0835 18.4534 16.0787 18.5174 16.0707C18.795 16.0363 18.9902 15.8811 19.179 15.7307C19.3542 15.5915 19.5198 15.4595 19.7446 15.4235C19.8006 15.4139 19.8574 15.4099 19.9166 15.4051C20.0659 15.4062 20.2132 15.3705 20.3454 15.3011C20.4166 15.2557 20.4822 15.202 20.5406 15.1411C20.6073 15.0641 20.6889 15.0015 20.7806 14.9571C21.0766 14.8555 21.2086 14.6115 21.367 14.4091C21.4374 14.3195 21.767 14.2715 21.8558 14.1811C22.5222 13.4955 23.0558 13.2515 24.0766 13.5099C24.5966 13.6403 24.7966 13.6643 24.971 13.5371C25.8288 14.1747 26.5504 14.9773 27.0935 15.8978C27.6366 16.8182 27.9901 17.838 28.1334 18.8971C28.0734 18.8825 28.0143 18.864 27.9566 18.8419Z" fill="#DADADA"/>
|
|
5
|
+
<path d="M17.8078 25.7731C17.7981 25.7233 17.7932 25.6727 17.7934 25.6219C17.7915 25.5041 17.7784 25.3868 17.7542 25.2715C17.699 25.0027 17.6222 24.9515 17.5254 24.8819C17.444 24.8294 17.3738 24.7611 17.319 24.6811C17.223 24.534 17.1524 24.3717 17.1102 24.2011L17.103 24.1787C17.1735 24.2229 17.2461 24.2635 17.3206 24.3003C17.3566 24.3187 17.4006 24.3443 17.4566 24.3731C17.6638 24.4851 17.9486 24.6403 18.0926 24.6275C18.2166 24.6099 18.3293 24.5459 18.4078 24.4483C18.475 24.3811 18.6918 24.5083 18.7846 24.4915C18.955 24.4611 19.1526 24.4115 19.4086 24.5163C19.5166 24.5603 19.6102 24.5963 19.6814 24.6211C19.815 24.6627 19.951 24.7203 20.0814 24.7747C20.2974 24.8761 20.5249 24.9505 20.759 24.9963C20.8894 25.0141 21.021 25.0221 21.1526 25.0203C21.3959 25.0061 21.6385 25.0575 21.855 25.1691C22.3566 25.4195 22.4646 25.4395 23.0118 25.3859C23.4222 25.3451 23.9438 25.3059 24.3414 25.3707C24.7174 25.4315 25.0614 25.6067 25.3966 25.8251C25.3966 25.8587 25.447 25.9723 25.4502 26.0051C24.0622 27.2793 22.2456 27.9847 20.3614 27.9811C20.1958 27.9811 20.0318 27.9747 19.8694 27.9635C19.7947 27.8833 19.7124 27.8105 19.6238 27.7459C19.518 27.6806 19.4043 27.6289 19.2854 27.5923C19.1302 27.5363 18.9654 27.4787 18.879 27.3803C18.7542 27.2427 18.7678 27.0891 18.7806 26.9403C18.7999 26.8399 18.7913 26.7362 18.7558 26.6403C18.6822 26.4883 18.5214 26.3947 18.351 26.2963C18.2498 26.2419 18.1539 26.1782 18.0646 26.1059C17.9761 26.0365 17.8998 25.9526 17.839 25.8579C17.8486 25.8323 17.8078 25.7731 17.8078 25.7731Z" fill="#DADADA"/>
|
|
6
|
+
<path d="M15.8339 13.6289C15.82 13.8327 15.831 14.0374 15.8667 14.2385C15.9035 14.5049 15.9379 14.7569 15.8363 15.0441L15.8259 15.0729H15.8163V15.0937C15.6819 15.4377 15.3667 15.9249 15.2171 16.1473C14.8779 16.1017 14.7211 15.8489 14.5547 15.5817C14.4551 15.3998 14.3252 15.2361 14.1707 15.0977C14.0944 15.0389 14.0142 14.9855 13.9307 14.9377C14.5057 14.2226 15.1986 13.6109 15.9795 13.1289C15.9032 13.2862 15.8539 13.4552 15.8339 13.6289Z" fill="#DADADA"/>
|
|
7
|
+
<path d="M25.8667 25.5359C25.8547 25.3759 25.8467 25.2079 25.8451 25.0399C25.8363 24.1599 25.7947 23.8711 25.2051 23.3767C24.7515 22.9943 24.2283 22.8055 24.0611 22.2351C23.9691 21.9199 23.9667 21.5151 23.9643 21.0927C23.9643 20.9063 23.9643 20.7183 23.9531 20.5327C23.9968 20.3514 24.062 20.1761 24.1475 20.0103C24.2467 19.7943 24.4067 19.5703 24.3731 19.3351C24.3451 19.1383 24.3731 19.2799 24.2875 19.0151C24.2123 18.7823 24.0715 18.6519 23.9043 18.5167C24.22 18.5139 24.5344 18.5582 24.8371 18.6479C25.5843 18.8615 26.2835 18.5823 27.0243 18.7095L27.0987 18.7223C27.2734 18.7572 27.4402 18.8239 27.5907 18.9191C27.6956 18.9816 27.8056 19.0351 27.9195 19.0791C27.9932 19.1054 28.0689 19.1257 28.1459 19.1399C28.1857 19.4114 28.2058 19.6855 28.2059 19.9599C28.2093 22.0576 27.3881 24.0725 25.9195 25.5703L25.8667 25.5359Z" fill="#DADADA"/>
|
|
8
|
+
<path d="M13.04 22.3088C13.1096 22.3328 13.1776 22.356 13.24 22.38C13.5186 22.4749 13.7841 22.6044 14.0304 22.7656C14.2904 22.944 14.4936 23.1208 14.6424 23.4056C14.8024 23.7104 14.9216 23.9072 15.244 24.076L15.34 24.1264C15.736 24.332 16.0216 24.4808 16.2288 24.8816C16.3544 25.1216 16.5824 25.2248 16.8024 25.3216C16.9223 25.37 17.0375 25.4295 17.1464 25.4992L17.1904 25.5296L17.2704 25.5824C17.3048 25.6912 17.3832 25.7952 17.576 25.964C17.6795 26.0481 17.7906 26.1223 17.908 26.1856C18.0848 26.2888 18.252 26.3856 18.3224 26.5296C18.3536 26.6217 18.3602 26.7205 18.3416 26.816C18.3264 26.992 18.308 27.1912 18.4736 27.376C18.588 27.5024 18.7776 27.5704 18.9608 27.636C19.0852 27.6741 19.2043 27.7279 19.3152 27.796C19.3819 27.8447 19.445 27.8982 19.504 27.956C17.8587 27.8149 16.2969 27.1698 15.0316 26.1087C13.7663 25.0475 12.8591 23.622 12.4336 22.0264C12.6008 22.16 12.8344 22.24 13.04 22.3088Z" fill="#DADADA"/>
|
|
9
|
+
<path d="M14.3194 15.7896C14.457 16.0104 14.5986 16.236 14.8482 16.3424C14.6194 16.3816 14.5458 16.3184 14.305 16.5232C14.177 16.632 13.9002 16.6136 13.7842 16.7376C13.5866 16.9472 13.5402 17.3112 13.2898 17.4424C13.0245 17.5758 12.7489 17.6879 12.4658 17.7776C12.7538 16.7568 13.1058 15.9936 13.7458 15.1816C13.821 15.2244 13.8924 15.2734 13.9594 15.328C14.1045 15.4606 14.2262 15.6166 14.3194 15.7896Z" fill="#DADADA"/>
|
|
10
|
+
<path d="M24.4601 23.4188L24.5137 23.4636C25.0345 23.9012 25.1753 24.0196 25.1825 24.7772C25.1825 24.9092 25.1889 25.0396 25.1977 25.1692C24.8713 24.9628 24.5297 24.7932 24.1625 24.7348C23.7553 24.6692 23.2273 24.7076 22.8121 24.7484C22.2809 24.8012 22.3953 24.6596 21.9073 24.4156C21.5961 24.2604 21.1809 24.3836 20.9609 24.3828C20.8333 24.3846 20.7058 24.3768 20.5793 24.3596C20.3518 24.3148 20.1307 24.2422 19.9209 24.1436C19.7881 24.0884 19.8457 23.978 19.7081 23.9348C19.6401 23.9132 19.3529 23.9284 19.2457 23.8852C18.9665 23.7716 18.6177 23.6308 18.4249 23.6652C18.3206 23.6916 18.2275 23.7508 18.1593 23.834C18.0942 23.919 17.9993 23.9762 17.8937 23.994C17.7729 24.0028 17.4937 23.85 17.3025 23.7484C17.2481 23.7188 17.2001 23.6932 17.1633 23.6748C17.0626 23.6245 16.9653 23.5675 16.8721 23.5044C16.8721 23.498 16.8681 23.49 16.8657 23.4836L16.8497 23.4892C16.63 23.3319 16.4217 23.1592 16.2265 22.9724C15.8306 22.6002 15.3555 22.3225 14.8369 22.1604C15.1633 22.1156 15.4361 21.9596 15.7169 21.7972C15.9506 21.6498 16.2016 21.5319 16.4641 21.446C16.7841 21.3516 17.1505 21.35 17.5041 21.3476C17.8785 21.3476 18.2657 21.3436 18.6041 21.2316C18.9561 21.1148 19.2209 20.8612 19.4777 20.6156C19.7481 20.3564 20.0833 20.3164 20.4641 20.2156C20.7681 20.1356 21.1537 19.8804 21.6201 19.8516C22.1993 19.8172 22.7969 19.7804 23.1777 19.6348C23.3953 19.9092 23.4601 20.2972 23.4809 20.7108C23.4813 20.7123 23.4813 20.714 23.4809 20.7156C23.4889 20.882 23.4905 21.0516 23.4913 21.2204C23.4913 21.6092 23.4961 21.9764 23.5825 22.2708C23.7377 22.8116 24.0569 23.0796 24.4601 23.4188Z" fill="#DADADA"/>
|
|
11
|
+
<path d="M12.3837 21.8298C12.2383 21.2517 12.165 20.6579 12.1653 20.0618C12.1566 19.4334 12.2219 18.8061 12.3597 18.193C12.6529 18.1067 12.9388 17.9975 13.2149 17.8666C13.4549 17.7426 13.6397 17.7018 13.8221 17.5082C13.9229 17.3958 14.0297 17.2889 14.1421 17.1882C14.5877 16.8098 14.9941 16.861 15.4221 16.9162C15.5245 16.9298 15.6285 16.9418 15.7341 16.949C15.8773 17.0642 16.0029 17.0122 16.1141 17.109C16.6357 17.5578 16.9469 18.0154 17.8973 18.0154C18.5869 18.0154 19.1237 18.0226 19.6685 18.3498C19.6829 18.3594 19.6973 18.3682 19.7133 18.377C19.8549 18.4634 19.9981 18.5594 20.1453 18.6634L20.2381 18.7298C20.5429 18.9474 20.8309 19.1538 21.2309 19.2186C21.3677 19.237 21.5059 19.2428 21.6437 19.2362C21.9053 19.2314 22.1341 19.2266 22.3325 19.4298C21.9621 19.5618 21.3853 19.597 20.8261 19.6306C20.3557 19.6594 19.9109 19.6866 19.5997 19.7682C19.1997 19.8746 18.9109 20.1498 18.6325 20.4162C18.3709 20.6666 18.1245 20.9026 17.7893 21.0138C17.4541 21.125 17.0821 21.1242 16.7141 21.1258C16.3461 21.1274 15.9861 21.1306 15.6533 21.2274C15.3849 21.3149 15.1283 21.4353 14.8893 21.5858C14.5469 21.7834 14.2189 21.9714 13.7877 21.9482C13.6637 21.9186 13.5389 21.8962 13.4133 21.8778L13.3781 21.8674V21.873C13.0483 21.8321 12.7158 21.8177 12.3837 21.8298Z" fill="#DADADA"/>
|
|
12
|
+
<path d="M8.39966 11.4506C7.61461 11.4565 6.82986 11.4175 6.04927 11.3338C4.43087 11.1426 3.59086 10.737 3.40926 10.0538C3.11726 8.98255 4.67566 8.08175 5.87406 7.49375C10.4341 5.26975 20.4341 2.96175 28.1677 2.34895C30.5589 2.15935 32.5677 2.14735 33.9853 2.31375C35.6037 2.50495 36.4437 2.91055 36.6253 3.59375C36.9173 4.66495 35.3589 5.56575 34.1605 6.15375C29.6005 8.37775 19.6005 10.6858 11.8669 11.2986C10.5941 11.4002 9.42766 11.4506 8.39966 11.4506ZM31.6117 3.16335C30.6925 3.16335 29.5813 3.20575 28.2413 3.31215C20.6077 3.92015 10.7613 6.18335 6.29247 8.36335C4.37247 9.30015 4.33166 9.80335 4.33326 9.80335C4.39646 10.037 5.85327 10.8122 11.7925 10.341C19.4261 9.73615 29.2725 7.46975 33.7413 5.28975C35.6613 4.35295 35.7021 3.85375 35.7005 3.84975C35.6509 3.66895 34.7685 3.16335 31.6117 3.16335Z" fill="#DADADA"/>
|
|
13
|
+
<path d="M8.36688 37.7967C7.58182 37.8026 6.79707 37.7636 6.01648 37.6799C4.39808 37.4887 3.55808 37.0831 3.37648 36.3999C3.08048 35.3319 4.63968 34.4311 5.83968 33.8463C10.3997 31.6223 20.3997 29.3143 28.1333 28.7015C30.5245 28.5119 32.5333 28.4999 33.9509 28.6663C35.5693 28.8575 36.4093 29.2631 36.5949 29.9463C36.8869 31.0175 35.3285 31.9183 34.1301 32.5063C29.5701 34.7303 19.5701 37.0383 11.8365 37.6511C10.5597 37.7455 9.39328 37.7967 8.36688 37.7967ZM31.5773 29.5095C30.6581 29.5095 29.5469 29.5519 28.2069 29.6583C20.5733 30.2631 10.7269 32.5295 6.25808 34.7095C4.33808 35.6463 4.29728 36.1455 4.29888 36.1495C4.36288 36.3831 5.81488 37.1583 11.7581 36.6871C19.3917 36.0815 29.2381 33.8159 33.7069 31.6359C35.6269 30.6991 35.6677 30.1959 35.6661 30.1959C35.6165 30.0151 34.7341 29.5095 31.5773 29.5095Z" fill="#DADADA"/>
|
|
14
|
+
<defs>
|
|
15
|
+
<linearGradient id="paint0_linear_1514_56987" x1="20.1862" y1="27.9804" x2="20.1862" y2="11.9404" gradientUnits="userSpaceOnUse">
|
|
16
|
+
<stop stop-color="#603211"/>
|
|
17
|
+
<stop offset="0.17" stop-color="#DD7D26"/>
|
|
18
|
+
<stop offset="0.35" stop-color="#603211"/>
|
|
19
|
+
<stop offset="0.54" stop-color="#9C3520"/>
|
|
20
|
+
<stop offset="0.77" stop-color="#DD7D26"/>
|
|
21
|
+
<stop offset="1" stop-color="#603211"/>
|
|
22
|
+
</linearGradient>
|
|
23
|
+
</defs>
|
|
24
|
+
</svg>
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M25.7998 14.2332C24.3049 12.7599 22.289 11.936 20.1902 11.9404C20.163 11.9404 20.1342 11.9404 20.1102 11.9404C17.9833 11.9511 15.9478 12.8061 14.4514 14.3175C12.9551 15.8289 12.1204 17.8728 12.131 19.9996C12.1416 22.1265 12.9966 24.162 14.508 25.6584C16.0194 27.1548 18.0633 27.9895 20.1902 27.9788H20.2702C21.856 27.9626 23.4014 27.4766 24.7109 26.582C26.0205 25.6875 27.0354 24.4248 27.6273 22.9535C28.2192 21.4821 28.3614 19.8683 28.0362 18.3162C27.7109 16.764 26.9326 15.3431 25.7998 14.2332Z" fill="url(#paint0_linear_1514_56926)"/>
|
|
3
|
+
<path d="M23.6102 13.2629C22.6702 13.0229 21.915 13.2181 21.3014 13.8485C21.2258 13.9284 21.1547 14.0126 21.0886 14.1005C20.9286 14.3029 20.7926 14.4781 20.4822 14.5501C20.0638 14.6336 19.6349 14.6514 19.211 14.6029C19.0894 14.5845 18.9878 14.5621 18.8982 14.5413C18.5822 14.4693 18.391 14.4261 18.0126 14.7861C17.8944 14.906 17.7873 15.0364 17.6926 15.1757C17.5246 15.4069 17.3662 15.6253 17.1062 15.7253C16.9857 15.77 16.8593 15.7969 16.731 15.8053L16.6966 15.7901L16.6886 15.8069C16.5048 15.8114 16.3208 15.7996 16.139 15.7717C15.9959 15.7505 15.8517 15.7376 15.707 15.7333C15.9036 15.4467 16.0756 15.144 16.2214 14.8285C16.4862 14.7877 16.7118 14.6141 16.9302 14.4437C17.0455 14.3489 17.168 14.2633 17.2966 14.1877C17.7342 13.9477 17.9462 13.7437 18.3262 13.3269C18.6862 12.9325 19.0734 12.6869 19.5422 12.4397C19.7769 12.3199 19.9808 12.1477 20.1382 11.9365C21.7038 11.9477 23.1694 12.3133 24.4582 13.1645C24.3198 13.2509 24.031 13.3685 23.6102 13.2629Z" fill="#041333"/>
|
|
4
|
+
<path d="M27.9566 18.8419C27.8459 18.7991 27.7388 18.7472 27.6366 18.6867C27.4786 18.5864 27.3034 18.5162 27.1198 18.4795L26.6518 18.2499C25.9142 18.1227 25.6118 18.2187 24.867 18.0099C24.5217 17.908 24.162 17.8634 23.8022 17.8779L23.7838 17.8627L23.7702 17.8795C23.515 17.8907 23.2582 17.9267 22.9702 17.9667L22.7726 17.9947C22.6926 18.0051 22.603 18.0195 22.5014 18.0355C21.867 18.1355 20.8038 18.3035 20.435 17.8899L20.4142 17.9091C19.8489 17.576 19.2048 17.4 18.5486 17.3995C17.5262 17.3995 17.2054 17.1235 16.6222 16.6219C16.523 16.5363 16.4126 16.4419 16.291 16.3411C16.3438 16.3411 16.3966 16.3411 16.451 16.3411C16.715 16.4326 16.9924 16.4793 17.2718 16.4795C17.3253 16.4798 17.3787 16.4771 17.4318 16.4715C17.5778 16.4557 17.714 16.3902 17.8174 16.2859C17.8635 16.2458 17.9122 16.2087 17.963 16.1747C18.0759 16.1076 18.2063 16.0758 18.3374 16.0835C18.3942 16.0835 18.4534 16.0787 18.5174 16.0707C18.795 16.0363 18.9902 15.8811 19.179 15.7307C19.3542 15.5915 19.5198 15.4595 19.7446 15.4235C19.8006 15.4139 19.8574 15.4099 19.9166 15.4051C20.0659 15.4062 20.2132 15.3705 20.3454 15.3011C20.4166 15.2557 20.4822 15.202 20.5406 15.1411C20.6073 15.0641 20.6889 15.0015 20.7806 14.9571C21.0766 14.8555 21.2086 14.6115 21.367 14.4091C21.4374 14.3195 21.767 14.2715 21.8558 14.1811C22.5222 13.4955 23.0558 13.2515 24.0766 13.5099C24.5966 13.6403 24.7966 13.6643 24.971 13.5371C25.8288 14.1747 26.5504 14.9773 27.0935 15.8978C27.6366 16.8182 27.9901 17.838 28.1334 18.8971C28.0734 18.8825 28.0143 18.864 27.9566 18.8419Z" fill="#041333"/>
|
|
5
|
+
<path d="M17.8078 25.7731C17.7981 25.7233 17.7932 25.6727 17.7934 25.6219C17.7915 25.5041 17.7784 25.3868 17.7542 25.2715C17.699 25.0027 17.6222 24.9515 17.5254 24.8819C17.444 24.8294 17.3738 24.7611 17.319 24.6811C17.223 24.534 17.1524 24.3717 17.1102 24.2011L17.103 24.1787C17.1735 24.2229 17.2461 24.2635 17.3206 24.3003C17.3566 24.3187 17.4006 24.3443 17.4566 24.3731C17.6638 24.4851 17.9486 24.6403 18.0926 24.6275C18.2166 24.6099 18.3293 24.5459 18.4078 24.4483C18.475 24.3811 18.6918 24.5083 18.7846 24.4915C18.955 24.4611 19.1526 24.4115 19.4086 24.5163C19.5166 24.5603 19.6102 24.5963 19.6814 24.6211C19.815 24.6627 19.951 24.7203 20.0814 24.7747C20.2974 24.8761 20.5249 24.9505 20.759 24.9963C20.8894 25.0141 21.021 25.0221 21.1526 25.0203C21.3959 25.0061 21.6385 25.0575 21.855 25.1691C22.3566 25.4195 22.4646 25.4395 23.0118 25.3859C23.4222 25.3451 23.9438 25.3059 24.3414 25.3707C24.7174 25.4315 25.0614 25.6067 25.3966 25.8251C25.3966 25.8587 25.447 25.9723 25.4502 26.0051C24.0622 27.2793 22.2456 27.9847 20.3614 27.9811C20.1958 27.9811 20.0318 27.9747 19.8694 27.9635C19.7947 27.8833 19.7124 27.8105 19.6238 27.7459C19.518 27.6806 19.4043 27.6289 19.2854 27.5923C19.1302 27.5363 18.9654 27.4787 18.879 27.3803C18.7542 27.2427 18.7678 27.0891 18.7806 26.9403C18.7999 26.8399 18.7913 26.7362 18.7558 26.6403C18.6822 26.4883 18.5214 26.3947 18.351 26.2963C18.2498 26.2419 18.1539 26.1782 18.0646 26.1059C17.9761 26.0365 17.8998 25.9526 17.839 25.8579C17.8486 25.8323 17.8078 25.7731 17.8078 25.7731Z" fill="#041333"/>
|
|
6
|
+
<path d="M15.8339 13.6289C15.82 13.8327 15.831 14.0374 15.8667 14.2385C15.9035 14.5049 15.9379 14.7569 15.8363 15.0441L15.8259 15.0729H15.8163V15.0937C15.6819 15.4377 15.3667 15.9249 15.2171 16.1473C14.8779 16.1017 14.7211 15.8489 14.5547 15.5817C14.4551 15.3998 14.3252 15.2361 14.1707 15.0977C14.0944 15.0389 14.0142 14.9855 13.9307 14.9377C14.5057 14.2226 15.1986 13.6109 15.9795 13.1289C15.9032 13.2862 15.8539 13.4552 15.8339 13.6289Z" fill="#041333"/>
|
|
7
|
+
<path d="M25.8667 25.5359C25.8547 25.3759 25.8467 25.2079 25.8451 25.0399C25.8363 24.1599 25.7947 23.8711 25.2051 23.3767C24.7515 22.9943 24.2283 22.8055 24.0611 22.2351C23.9691 21.9199 23.9667 21.5151 23.9643 21.0927C23.9643 20.9063 23.9643 20.7183 23.9531 20.5327C23.9968 20.3514 24.062 20.1761 24.1475 20.0103C24.2467 19.7943 24.4067 19.5703 24.3731 19.3351C24.3451 19.1383 24.3731 19.2799 24.2875 19.0151C24.2123 18.7823 24.0715 18.6519 23.9043 18.5167C24.22 18.5139 24.5344 18.5582 24.8371 18.6479C25.5843 18.8615 26.2835 18.5823 27.0243 18.7095L27.0987 18.7223C27.2734 18.7572 27.4402 18.8239 27.5907 18.9191C27.6956 18.9816 27.8056 19.0351 27.9195 19.0791C27.9932 19.1054 28.0689 19.1257 28.1459 19.1399C28.1857 19.4114 28.2058 19.6855 28.2059 19.9599C28.2093 22.0576 27.3881 24.0725 25.9195 25.5703L25.8667 25.5359Z" fill="#041333"/>
|
|
8
|
+
<path d="M13.04 22.3088C13.1096 22.3328 13.1776 22.356 13.24 22.38C13.5186 22.4749 13.7841 22.6044 14.0304 22.7656C14.2904 22.944 14.4936 23.1208 14.6424 23.4056C14.8024 23.7104 14.9216 23.9072 15.244 24.076L15.34 24.1264C15.736 24.332 16.0216 24.4808 16.2288 24.8816C16.3544 25.1216 16.5824 25.2248 16.8024 25.3216C16.9223 25.37 17.0375 25.4295 17.1464 25.4992L17.1904 25.5296L17.2704 25.5824C17.3048 25.6912 17.3832 25.7952 17.576 25.964C17.6795 26.0481 17.7906 26.1223 17.908 26.1856C18.0848 26.2888 18.252 26.3856 18.3224 26.5296C18.3536 26.6217 18.3602 26.7205 18.3416 26.816C18.3264 26.992 18.308 27.1912 18.4736 27.376C18.588 27.5024 18.7776 27.5704 18.9608 27.636C19.0852 27.6741 19.2043 27.7279 19.3152 27.796C19.3819 27.8447 19.445 27.8982 19.504 27.956C17.8587 27.8149 16.2969 27.1698 15.0316 26.1087C13.7663 25.0475 12.8591 23.622 12.4336 22.0264C12.6008 22.16 12.8344 22.24 13.04 22.3088Z" fill="#041333"/>
|
|
9
|
+
<path d="M14.3194 15.7896C14.457 16.0104 14.5986 16.236 14.8482 16.3424C14.6194 16.3816 14.5458 16.3184 14.305 16.5232C14.177 16.632 13.9002 16.6136 13.7842 16.7376C13.5866 16.9472 13.5402 17.3112 13.2898 17.4424C13.0245 17.5758 12.7489 17.6879 12.4658 17.7776C12.7538 16.7568 13.1058 15.9936 13.7458 15.1816C13.821 15.2244 13.8924 15.2734 13.9594 15.328C14.1045 15.4606 14.2262 15.6166 14.3194 15.7896Z" fill="#041333"/>
|
|
10
|
+
<path d="M24.4601 23.4188L24.5137 23.4636C25.0345 23.9012 25.1753 24.0196 25.1825 24.7772C25.1825 24.9092 25.1889 25.0396 25.1977 25.1692C24.8713 24.9628 24.5297 24.7932 24.1625 24.7348C23.7553 24.6692 23.2273 24.7076 22.8121 24.7484C22.2809 24.8012 22.3953 24.6596 21.9073 24.4156C21.5961 24.2604 21.1809 24.3836 20.9609 24.3828C20.8333 24.3846 20.7058 24.3768 20.5793 24.3596C20.3518 24.3148 20.1307 24.2422 19.9209 24.1436C19.7881 24.0884 19.8457 23.978 19.7081 23.9348C19.6401 23.9132 19.3529 23.9284 19.2457 23.8852C18.9665 23.7716 18.6177 23.6308 18.4249 23.6652C18.3206 23.6916 18.2275 23.7508 18.1593 23.834C18.0942 23.919 17.9993 23.9762 17.8937 23.994C17.7729 24.0028 17.4937 23.85 17.3025 23.7484C17.2481 23.7188 17.2001 23.6932 17.1633 23.6748C17.0626 23.6245 16.9653 23.5675 16.8721 23.5044C16.8721 23.498 16.8681 23.49 16.8657 23.4836L16.8497 23.4892C16.63 23.3319 16.4217 23.1592 16.2265 22.9724C15.8306 22.6002 15.3555 22.3225 14.8369 22.1604C15.1633 22.1156 15.4361 21.9596 15.7169 21.7972C15.9506 21.6498 16.2016 21.5319 16.4641 21.446C16.7841 21.3516 17.1505 21.35 17.5041 21.3476C17.8785 21.3476 18.2657 21.3436 18.6041 21.2316C18.9561 21.1148 19.2209 20.8612 19.4777 20.6156C19.7481 20.3564 20.0833 20.3164 20.4641 20.2156C20.7681 20.1356 21.1537 19.8804 21.6201 19.8516C22.1993 19.8172 22.7969 19.7804 23.1777 19.6348C23.3953 19.9092 23.4601 20.2972 23.4809 20.7108C23.4813 20.7123 23.4813 20.714 23.4809 20.7156C23.4889 20.882 23.4905 21.0516 23.4913 21.2204C23.4913 21.6092 23.4961 21.9764 23.5825 22.2708C23.7377 22.8116 24.0569 23.0796 24.4601 23.4188Z" fill="#041333"/>
|
|
11
|
+
<path d="M12.3837 21.8298C12.2383 21.2517 12.165 20.6579 12.1653 20.0618C12.1566 19.4334 12.2219 18.8061 12.3597 18.193C12.6529 18.1067 12.9388 17.9975 13.2149 17.8666C13.4549 17.7426 13.6397 17.7018 13.8221 17.5082C13.9229 17.3958 14.0297 17.2889 14.1421 17.1882C14.5877 16.8098 14.9941 16.861 15.4221 16.9162C15.5245 16.9298 15.6285 16.9418 15.7341 16.949C15.8773 17.0642 16.0029 17.0122 16.1141 17.109C16.6357 17.5578 16.9469 18.0154 17.8973 18.0154C18.5869 18.0154 19.1237 18.0226 19.6685 18.3498C19.6829 18.3594 19.6973 18.3682 19.7133 18.377C19.8549 18.4634 19.9981 18.5594 20.1453 18.6634L20.2381 18.7298C20.5429 18.9474 20.8309 19.1538 21.2309 19.2186C21.3677 19.237 21.5059 19.2428 21.6437 19.2362C21.9053 19.2314 22.1341 19.2266 22.3325 19.4298C21.9621 19.5618 21.3853 19.597 20.8261 19.6306C20.3557 19.6594 19.9109 19.6866 19.5997 19.7682C19.1997 19.8746 18.9109 20.1498 18.6325 20.4162C18.3709 20.6666 18.1245 20.9026 17.7893 21.0138C17.4541 21.125 17.0821 21.1242 16.7141 21.1258C16.3461 21.1274 15.9861 21.1306 15.6533 21.2274C15.3849 21.3149 15.1283 21.4353 14.8893 21.5858C14.5469 21.7834 14.2189 21.9714 13.7877 21.9482C13.6637 21.9186 13.5389 21.8962 13.4133 21.8778L13.3781 21.8674V21.873C13.0483 21.8321 12.7158 21.8177 12.3837 21.8298Z" fill="#041333"/>
|
|
12
|
+
<path d="M8.39966 11.4506C7.61461 11.4565 6.82986 11.4175 6.04927 11.3338C4.43087 11.1426 3.59086 10.737 3.40926 10.0538C3.11726 8.98255 4.67566 8.08175 5.87406 7.49375C10.4341 5.26975 20.4341 2.96175 28.1677 2.34895C30.5589 2.15935 32.5677 2.14735 33.9853 2.31375C35.6037 2.50495 36.4437 2.91055 36.6253 3.59375C36.9173 4.66495 35.3589 5.56575 34.1605 6.15375C29.6005 8.37775 19.6005 10.6858 11.8669 11.2986C10.5941 11.4002 9.42766 11.4506 8.39966 11.4506ZM31.6117 3.16335C30.6925 3.16335 29.5813 3.20575 28.2413 3.31215C20.6077 3.92015 10.7613 6.18335 6.29247 8.36335C4.37247 9.30015 4.33166 9.80335 4.33326 9.80335C4.39646 10.037 5.85327 10.8122 11.7925 10.341C19.4261 9.73615 29.2725 7.46975 33.7413 5.28975C35.6613 4.35295 35.7021 3.85375 35.7005 3.84975C35.6509 3.66895 34.7685 3.16335 31.6117 3.16335Z" fill="#041333"/>
|
|
13
|
+
<path d="M8.36688 37.7967C7.58182 37.8026 6.79707 37.7636 6.01648 37.6799C4.39808 37.4887 3.55808 37.0831 3.37648 36.3999C3.08048 35.3319 4.63968 34.4311 5.83968 33.8463C10.3997 31.6223 20.3997 29.3143 28.1333 28.7015C30.5245 28.5119 32.5333 28.4999 33.9509 28.6663C35.5693 28.8575 36.4093 29.2631 36.5949 29.9463C36.8869 31.0175 35.3285 31.9183 34.1301 32.5063C29.5701 34.7303 19.5701 37.0383 11.8365 37.6511C10.5597 37.7455 9.39328 37.7967 8.36688 37.7967ZM31.5773 29.5095C30.6581 29.5095 29.5469 29.5519 28.2069 29.6583C20.5733 30.2631 10.7269 32.5295 6.25808 34.7095C4.33808 35.6463 4.29728 36.1455 4.29888 36.1495C4.36288 36.3831 5.81488 37.1583 11.7581 36.6871C19.3917 36.0815 29.2381 33.8159 33.7069 31.6359C35.6269 30.6991 35.6677 30.1959 35.6661 30.1959C35.6165 30.0151 34.7341 29.5095 31.5773 29.5095Z" fill="#041333"/>
|
|
14
|
+
<defs>
|
|
15
|
+
<linearGradient id="paint0_linear_1514_56926" x1="20.1862" y1="27.9804" x2="20.1862" y2="11.9404" gradientUnits="userSpaceOnUse">
|
|
16
|
+
<stop stop-color="#603211"/>
|
|
17
|
+
<stop offset="0.17" stop-color="#DD7D26"/>
|
|
18
|
+
<stop offset="0.35" stop-color="#603211"/>
|
|
19
|
+
<stop offset="0.54" stop-color="#9C3520"/>
|
|
20
|
+
<stop offset="0.77" stop-color="#DD7D26"/>
|
|
21
|
+
<stop offset="1" stop-color="#603211"/>
|
|
22
|
+
</linearGradient>
|
|
23
|
+
</defs>
|
|
24
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M2.87612 29.0434V29.4074C2.87612 29.4074 17.6238 24.1541 20.4908 25.5108L18.7615 25.97C18.9128 25.97 21.7156 26.1354 21.7156 26.1354C21.7812 26.6573 21.9745 27.1596 22.2815 27.6059C22.5885 28.0523 23.0016 28.4317 23.4908 28.7166C25.1789 29.7218 25.211 30.2678 25.211 30.2678C25.211 30.2678 24.3348 30.5905 24.3348 31C25.1495 30.7897 25.9921 30.6798 26.8395 30.6732C27.6038 30.6978 28.3619 30.8076 29.0963 31C29.0963 31 29.0092 30.5863 27.8303 30.2678C26.6514 29.9493 25.5138 28.8242 24.9404 28.1996C24.5965 27.8003 24.3734 27.3274 24.293 26.8271C24.2126 26.3268 24.2776 25.8162 24.4817 25.3454C24.8899 24.4022 26.3165 23.8769 29.211 22.5201C32.6468 20.9193 33.4312 19.7197 33.9128 18.7973C34.3945 17.8748 35.1193 16.0258 35.5183 15.1571C35.8501 14.3452 36.4211 13.6301 37.1697 13.0889C37.6789 12.7373 40 11.9472 40 11.9472C40 11.9472 38.2294 10.5863 37.6514 10.1767C36.929 9.55978 36.0154 9.15579 35.0321 9.01852C33.8028 8.87374 32.555 9.61004 31.711 10.1023C30.867 10.5945 29.2339 12.034 28.5734 12.4477C27.9128 12.8614 26.2202 13.275 23.5275 14.76C20.8349 16.245 10.1468 22.396 10.1468 22.396L12.8991 22.4209L0.545867 28.1996H1.77982L0 29.4405C0.985762 29.644 2.02045 29.5021 2.8945 29.0434H2.87612Z" fill="white"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M2.87612 29.0434V29.4074C2.87612 29.4074 17.6238 24.1541 20.4908 25.5108L18.7615 25.97C18.9128 25.97 21.7156 26.1354 21.7156 26.1354C21.7812 26.6573 21.9745 27.1596 22.2815 27.6059C22.5885 28.0523 23.0016 28.4317 23.4908 28.7166C25.1789 29.7218 25.211 30.2678 25.211 30.2678C25.211 30.2678 24.3348 30.5905 24.3348 31C25.1495 30.7897 25.9921 30.6798 26.8395 30.6732C27.6038 30.6978 28.3619 30.8076 29.0963 31C29.0963 31 29.0092 30.5863 27.8303 30.2678C26.6514 29.9493 25.5138 28.8242 24.9404 28.1996C24.5965 27.8003 24.3734 27.3274 24.293 26.8271C24.2126 26.3268 24.2776 25.8162 24.4817 25.3454C24.8899 24.4022 26.3165 23.8769 29.211 22.5201C32.6468 20.9193 33.4312 19.7197 33.9128 18.7973C34.3945 17.8748 35.1193 16.0258 35.5183 15.1571C35.8501 14.3452 36.4211 13.6301 37.1697 13.0889C37.6789 12.7373 40 11.9472 40 11.9472C40 11.9472 38.2294 10.5863 37.6514 10.1767C36.929 9.55978 36.0154 9.15579 35.0321 9.01852C33.8028 8.87374 32.555 9.61004 31.711 10.1023C30.867 10.5945 29.2339 12.034 28.5734 12.4477C27.9128 12.8614 26.2202 13.275 23.5275 14.76C20.8349 16.245 10.1468 22.396 10.1468 22.396L12.8991 22.4209L0.545867 28.1996H1.77982L0 29.4405C0.985762 29.644 2.02045 29.5021 2.8945 29.0434H2.87612Z" fill="black"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M39.0002 21.2446L36.4529 18.9092L33.9836 21.6025C33.047 22.6243 31.6837 23.1454 30.3041 23.0091L29.6573 22.9452C28.7379 22.8543 27.8288 23.2017 27.2045 23.8829L17.4277 34.5472L19.9751 36.8827L31.1335 24.7114C31.854 23.9254 32.944 23.5918 33.9809 23.84L34.4657 23.956C35.5026 24.2042 36.5927 23.8706 37.3131 23.0847L39.0002 21.2446Z" fill="url(#paint0_linear_1514_56879)"/>
|
|
3
|
+
<path d="M33.5254 16.2251L30.9781 13.8896L25.9141 19.4134C24.9773 20.4352 23.6141 20.9563 22.2346 20.82L21.588 20.7561C20.6683 20.6652 19.7595 21.0126 19.135 21.6938L11.9531 29.5278L14.5006 31.8629L23.064 22.5223C23.7845 21.7363 24.8746 21.4028 25.9116 21.6509L26.3961 21.7669C27.4331 22.0151 28.5231 21.6816 29.2436 20.8956L33.5254 16.2251Z" fill="url(#paint1_linear_1514_56879)"/>
|
|
4
|
+
<path d="M28.0471 11.2045L25.4996 8.86914L17.8407 17.2233C16.9039 18.2451 15.5407 18.7663 14.1612 18.6299L13.5146 18.566C12.5949 18.4751 11.6861 18.8226 11.0616 19.5038L6.47461 24.5072L9.02204 26.8426L14.9905 20.3322C15.7111 19.5463 16.8011 19.2127 17.8382 19.4609L18.3227 19.5769C19.3597 19.8251 20.4498 19.4915 21.1703 18.7055L28.0471 11.2045Z" fill="url(#paint2_linear_1514_56879)"/>
|
|
5
|
+
<path d="M22.5724 6.18501L20.025 3.84961L9.77116 15.0343C8.83441 16.0561 7.47121 16.5772 6.09168 16.4409L5.44503 16.377C4.52535 16.2861 3.61656 16.6335 2.99205 17.3147L1 19.4876L3.5474 21.8231L6.92101 18.1432C7.64158 17.3572 8.73162 17.0237 9.76863 17.2718L10.2532 17.3878C11.2902 17.636 12.3802 17.3025 13.1008 16.5165L22.5724 6.18501Z" fill="url(#paint3_linear_1514_56879)"/>
|
|
6
|
+
<defs>
|
|
7
|
+
<linearGradient id="paint0_linear_1514_56879" x1="36.4529" y1="18.9092" x2="19.9752" y2="36.8827" gradientUnits="userSpaceOnUse">
|
|
8
|
+
<stop offset="0.209652" stop-color="#0BA37B"/>
|
|
9
|
+
<stop offset="0.335908" stop-color="#0CFEC0"/>
|
|
10
|
+
</linearGradient>
|
|
11
|
+
<linearGradient id="paint1_linear_1514_56879" x1="30.9781" y1="13.8896" x2="14.5006" y2="31.8629" gradientUnits="userSpaceOnUse">
|
|
12
|
+
<stop offset="0.321604" stop-color="#13936C"/>
|
|
13
|
+
<stop offset="0.506424" stop-color="#28D596"/>
|
|
14
|
+
</linearGradient>
|
|
15
|
+
<linearGradient id="paint2_linear_1514_56879" x1="25.4996" y1="8.86914" x2="9.02204" y2="26.8426" gradientUnits="userSpaceOnUse">
|
|
16
|
+
<stop offset="0.501239" stop-color="#1D8C68"/>
|
|
17
|
+
<stop offset="0.641372" stop-color="#15B786"/>
|
|
18
|
+
</linearGradient>
|
|
19
|
+
<linearGradient id="paint3_linear_1514_56879" x1="20.025" y1="3.84961" x2="3.5474" y2="21.8231" gradientUnits="userSpaceOnUse">
|
|
20
|
+
<stop offset="0.649631" stop-color="#1B7E5E"/>
|
|
21
|
+
<stop offset="0.796711" stop-color="#13A076"/>
|
|
22
|
+
</linearGradient>
|
|
23
|
+
</defs>
|
|
24
|
+
</svg>
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M39.0002 21.2446L36.4529 18.9092L33.9836 21.6025C33.047 22.6243 31.6837 23.1454 30.3041 23.0091L29.6573 22.9452C28.7379 22.8543 27.8288 23.2017 27.2045 23.8829L17.4277 34.5472L19.9751 36.8827L31.1335 24.7114C31.854 23.9254 32.944 23.5918 33.9809 23.84L34.4657 23.956C35.5026 24.2042 36.5927 23.8706 37.3131 23.0847L39.0002 21.2446Z" fill="url(#paint0_linear_1514_56831)"/>
|
|
3
|
+
<path d="M33.5254 16.2251L30.9781 13.8896L25.9141 19.4134C24.9773 20.4352 23.6141 20.9563 22.2346 20.82L21.588 20.7561C20.6683 20.6652 19.7595 21.0126 19.135 21.6938L11.9531 29.5278L14.5006 31.8629L23.064 22.5223C23.7845 21.7363 24.8746 21.4028 25.9116 21.6509L26.3961 21.7669C27.4331 22.0151 28.5231 21.6816 29.2436 20.8956L33.5254 16.2251Z" fill="url(#paint1_linear_1514_56831)"/>
|
|
4
|
+
<path d="M28.0471 11.2045L25.4996 8.86914L17.8407 17.2233C16.9039 18.2451 15.5407 18.7663 14.1612 18.6299L13.5146 18.566C12.5949 18.4751 11.6861 18.8226 11.0616 19.5038L6.47461 24.5072L9.02204 26.8426L14.9905 20.3322C15.7111 19.5463 16.8011 19.2127 17.8382 19.4609L18.3227 19.5769C19.3597 19.8251 20.4498 19.4915 21.1703 18.7055L28.0471 11.2045Z" fill="url(#paint2_linear_1514_56831)"/>
|
|
5
|
+
<path d="M22.5724 6.18501L20.025 3.84961L9.77116 15.0343C8.83441 16.0561 7.47121 16.5772 6.09168 16.4409L5.44503 16.377C4.52535 16.2861 3.61656 16.6335 2.99205 17.3147L1 19.4876L3.5474 21.8231L6.92101 18.1432C7.64158 17.3572 8.73162 17.0237 9.76863 17.2718L10.2532 17.3878C11.2902 17.636 12.3802 17.3025 13.1008 16.5165L22.5724 6.18501Z" fill="url(#paint3_linear_1514_56831)"/>
|
|
6
|
+
<defs>
|
|
7
|
+
<linearGradient id="paint0_linear_1514_56831" x1="36.4529" y1="18.9092" x2="19.9752" y2="36.8827" gradientUnits="userSpaceOnUse">
|
|
8
|
+
<stop offset="0.209652" stop-color="#0BA37B"/>
|
|
9
|
+
<stop offset="0.335908" stop-color="#0CFEC0"/>
|
|
10
|
+
</linearGradient>
|
|
11
|
+
<linearGradient id="paint1_linear_1514_56831" x1="30.9781" y1="13.8896" x2="14.5006" y2="31.8629" gradientUnits="userSpaceOnUse">
|
|
12
|
+
<stop offset="0.321604" stop-color="#13936C"/>
|
|
13
|
+
<stop offset="0.506424" stop-color="#28D596"/>
|
|
14
|
+
</linearGradient>
|
|
15
|
+
<linearGradient id="paint2_linear_1514_56831" x1="25.4996" y1="8.86914" x2="9.02204" y2="26.8426" gradientUnits="userSpaceOnUse">
|
|
16
|
+
<stop offset="0.501239" stop-color="#1D8C68"/>
|
|
17
|
+
<stop offset="0.641372" stop-color="#15B786"/>
|
|
18
|
+
</linearGradient>
|
|
19
|
+
<linearGradient id="paint3_linear_1514_56831" x1="20.025" y1="3.84961" x2="3.5474" y2="21.8231" gradientUnits="userSpaceOnUse">
|
|
20
|
+
<stop offset="0.649631" stop-color="#1B7E5E"/>
|
|
21
|
+
<stop offset="0.796711" stop-color="#13A076"/>
|
|
22
|
+
</linearGradient>
|
|
23
|
+
</defs>
|
|
24
|
+
</svg>
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_1514_57001)">
|
|
3
|
+
<g filter="url(#filter0_dd_1514_57001)">
|
|
4
|
+
<path 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" fill="#6822FB"/>
|
|
5
|
+
</g>
|
|
6
|
+
<g filter="url(#filter1_f_1514_57001)">
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" 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" fill="#C5FBFF"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" 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" fill="black"/>
|
|
9
|
+
</g>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" 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" fill="black"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" 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" fill="black"/>
|
|
12
|
+
</g>
|
|
13
|
+
<defs>
|
|
14
|
+
<filter id="filter0_dd_1514_57001" x="0.0323448" y="0.000118256" width="39.9353" height="39.9998" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
15
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
16
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
17
|
+
<feOffset/>
|
|
18
|
+
<feGaussianBlur stdDeviation="5.98383"/>
|
|
19
|
+
<feComposite in2="hardAlpha" operator="out"/>
|
|
20
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0.406608 0 0 0 0 0.135208 0 0 0 0 0.983333 0 0 0 1 0"/>
|
|
21
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1514_57001"/>
|
|
22
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
23
|
+
<feOffset/>
|
|
24
|
+
<feGaussianBlur stdDeviation="0.754717"/>
|
|
25
|
+
<feComposite in2="hardAlpha" operator="out"/>
|
|
26
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0.179167 0 0 0 0 0.45825 0 0 0 0 1 0 0 0 0.65 0"/>
|
|
27
|
+
<feBlend mode="normal" in2="effect1_dropShadow_1514_57001" result="effect2_dropShadow_1514_57001"/>
|
|
28
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow_1514_57001" result="shape"/>
|
|
29
|
+
</filter>
|
|
30
|
+
<filter id="filter1_f_1514_57001" x="2.65421" y="2.84171" width="35.1545" height="34.8986" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
31
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
32
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
33
|
+
<feGaussianBlur stdDeviation="1.07817" result="effect1_foregroundBlur_1514_57001"/>
|
|
34
|
+
</filter>
|
|
35
|
+
<clipPath id="clip0_1514_57001">
|
|
36
|
+
<rect width="40" height="40" fill="white"/>
|
|
37
|
+
</clipPath>
|
|
38
|
+
</defs>
|
|
39
|
+
</svg>
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_1514_56940)">
|
|
3
|
+
<g filter="url(#filter0_dd_1514_56940)">
|
|
4
|
+
<path 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" fill="#6822FB"/>
|
|
5
|
+
</g>
|
|
6
|
+
<g filter="url(#filter1_f_1514_56940)">
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" 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" fill="#C5FBFF"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" 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" fill="white"/>
|
|
9
|
+
</g>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" 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" fill="white"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" 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" fill="white"/>
|
|
12
|
+
</g>
|
|
13
|
+
<defs>
|
|
14
|
+
<filter id="filter0_dd_1514_56940" x="0.0323448" y="0.000118256" width="39.9353" height="39.9998" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
15
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
16
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
17
|
+
<feOffset/>
|
|
18
|
+
<feGaussianBlur stdDeviation="5.98383"/>
|
|
19
|
+
<feComposite in2="hardAlpha" operator="out"/>
|
|
20
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0.406608 0 0 0 0 0.135208 0 0 0 0 0.983333 0 0 0 1 0"/>
|
|
21
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1514_56940"/>
|
|
22
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
23
|
+
<feOffset/>
|
|
24
|
+
<feGaussianBlur stdDeviation="0.754717"/>
|
|
25
|
+
<feComposite in2="hardAlpha" operator="out"/>
|
|
26
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0.179167 0 0 0 0 0.45825 0 0 0 0 1 0 0 0 0.65 0"/>
|
|
27
|
+
<feBlend mode="normal" in2="effect1_dropShadow_1514_56940" result="effect2_dropShadow_1514_56940"/>
|
|
28
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow_1514_56940" result="shape"/>
|
|
29
|
+
</filter>
|
|
30
|
+
<filter id="filter1_f_1514_56940" x="2.65421" y="2.84171" width="35.1545" height="34.8986" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
31
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
32
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
33
|
+
<feGaussianBlur stdDeviation="1.07817" result="effect1_foregroundBlur_1514_56940"/>
|
|
34
|
+
</filter>
|
|
35
|
+
<clipPath id="clip0_1514_56940">
|
|
36
|
+
<rect width="40" height="40" fill="white"/>
|
|
37
|
+
</clipPath>
|
|
38
|
+
</defs>
|
|
39
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.3329 5.83301H6.6665V20.0003H12.3347V25.666H29.3329V20.0003H34.9998V11.4999L29.3329 11.4999V5.83301ZM29.3329 19.999V11.4999H12.3347V19.999H29.3329Z" fill="#CDFA50"/>
|
|
3
|
+
<path d="M6.6665 25.6672H12.3347L12.3334 34.1663H6.6665V25.6672Z" fill="#CDFA50"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.3329 5.83301H6.6665V20.0003H12.3347V25.666H29.3329V20.0003H34.9998V11.4999L29.3329 11.4999V5.83301ZM29.3329 19.999V11.4999H12.3347V19.999H29.3329Z" fill="#CDFA50"/>
|
|
3
|
+
<path d="M6.6665 25.6672H12.3347L12.3334 34.1663H6.6665V25.6672Z" fill="#CDFA50"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path 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" fill="white"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" 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" fill="white"/>
|
|
4
|
+
<path 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" fill="white"/>
|
|
5
|
+
<path 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" fill="white"/>
|
|
6
|
+
<path 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" fill="white"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" 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" fill="white"/>
|
|
8
|
+
<circle cx="32.5295" cy="29.279" r="4.6911" fill="#E6007A"/>
|
|
9
|
+
<path 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" fill="white"/>
|
|
10
|
+
<path 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" fill="white"/>
|
|
11
|
+
<path 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" fill="white"/>
|
|
12
|
+
<path 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" fill="white"/>
|
|
13
|
+
<path 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" fill="white"/>
|
|
14
|
+
<path 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" fill="white"/>
|
|
15
|
+
</svg>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path 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" fill="black"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" 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" fill="black"/>
|
|
4
|
+
<path 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" fill="black"/>
|
|
5
|
+
<path 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" fill="black"/>
|
|
6
|
+
<path 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" fill="black"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" 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" fill="black"/>
|
|
8
|
+
<circle cx="32.5295" cy="29.279" r="4.6911" fill="#E6007A"/>
|
|
9
|
+
<path 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" fill="white"/>
|
|
10
|
+
<path 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" fill="white"/>
|
|
11
|
+
<path 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" fill="white"/>
|
|
12
|
+
<path 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" fill="white"/>
|
|
13
|
+
<path 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" fill="white"/>
|
|
14
|
+
<path 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" fill="white"/>
|
|
15
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path 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" fill="#E6007A"/>
|
|
3
|
+
<path 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" fill="#E6007A"/>
|
|
4
|
+
<path 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" fill="#E6007A"/>
|
|
5
|
+
<path 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" fill="#E6007A"/>
|
|
6
|
+
<path 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" fill="#E6007A"/>
|
|
7
|
+
<path 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" fill="#E6007A"/>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path 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" fill="#E6007A"/>
|
|
3
|
+
<path 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" fill="#E6007A"/>
|
|
4
|
+
<path 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" fill="#E6007A"/>
|
|
5
|
+
<path 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" fill="#E6007A"/>
|
|
6
|
+
<path 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" fill="#E6007A"/>
|
|
7
|
+
<path 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" fill="#E6007A"/>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_1514_57036)">
|
|
3
|
+
<mask id="mask0_1514_57036" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="2" y="2" width="36" height="36">
|
|
4
|
+
<path d="M20 38C29.9411 38 38 29.9411 38 20C38 10.0589 29.9411 2 20 2C10.0589 2 2 10.0589 2 20C2 29.9411 10.0589 38 20 38Z" fill="white"/>
|
|
5
|
+
</mask>
|
|
6
|
+
<g mask="url(#mask0_1514_57036)">
|
|
7
|
+
<rect x="-1.6001" y="-1.59961" width="43.2" height="43.2" fill="#E6007A"/>
|
|
8
|
+
<g filter="url(#filter0_f_1514_57036)">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M39.44 -2.13983C32.4199 16.7602 12.819 16.7018 9.73989 26.4802C5.19095 40.9265 29.5644 63.7737 44.2998 45.9203C57.0226 30.5055 44.8312 -16.6546 39.44 -2.13983Z" fill="#921FC0"/>
|
|
10
|
+
</g>
|
|
11
|
+
<g filter="url(#filter1_f_1514_57036)">
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M46.9989 11.359C35.6612 23.0839 25.9388 17.839 18.0981 23.9635C12.7544 28.1376 22.9858 39.6535 19.9999 48.6201C17.3019 56.7221 38.9159 61.1961 46.9988 55.6392C60.7097 46.213 56.6576 1.37042 46.9989 11.359Z" fill="url(#paint0_radial_1514_57036)"/>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
<path d="M11.1616 11.5845V12.8892C11.3396 12.4802 11.6389 12.1357 12.019 11.9024C12.3991 11.6691 12.8418 11.5581 13.287 11.5845H14.4621V13.2348H12.9933C11.6886 13.2348 11.1875 13.8482 11.1875 15.3516V17.7362H13.9523V19.2828H7.2131V17.7362H9.13118V13.1484H7.2131V11.5845H11.1616Z" fill="white"/>
|
|
16
|
+
<path d="M20.0003 19.4729C18.1081 19.4729 16.3197 18.3842 16.3197 15.438C16.3197 12.4917 18.1081 11.4204 20.0003 11.4204C21.8925 11.4204 23.6723 12.4917 23.6723 15.438C23.6723 18.3842 21.8752 19.4729 20.0003 19.4729ZM20.0003 12.9324C19.0153 12.9324 18.3846 13.6668 18.3846 15.438C18.3846 17.2092 19.0153 17.9522 20.0003 17.9522C20.9853 17.9522 21.616 17.2092 21.616 15.438C21.616 13.6668 20.9853 12.9324 20.0003 12.9324Z" fill="white"/>
|
|
17
|
+
<path d="M32.632 14.3666H30.688C30.567 13.5458 30.1869 12.9324 29.271 12.9324C28.3552 12.9324 27.7763 13.7186 27.7763 15.4466C27.7763 17.1746 28.3465 17.9522 29.2624 17.9522C29.8931 17.9522 30.5325 17.6412 30.7225 16.4661H32.7011C32.616 17.313 32.211 18.0956 31.5689 18.6543C30.9267 19.213 30.0956 19.5057 29.2451 19.4729C26.9987 19.4729 25.7286 17.7449 25.7286 15.4466C25.7286 13.1484 27.0333 11.4204 29.2883 11.4204C30.1173 11.3884 30.9268 11.6764 31.5493 12.2249C32.1717 12.7733 32.5594 13.5402 32.632 14.3666Z" fill="white"/>
|
|
18
|
+
<path d="M10.7555 29.9359C8.87198 29.9359 7.0835 28.8473 7.0835 25.901C7.0835 22.9548 8.87198 21.8834 10.7555 21.8834C12.639 21.8834 14.4361 22.9548 14.4361 25.901C14.4361 28.8473 12.6304 29.9359 10.7555 29.9359ZM10.7555 23.3954C9.77054 23.3954 9.13982 24.1298 9.13982 25.901C9.13982 27.6722 9.77054 28.4153 10.7555 28.4153C11.7405 28.4153 12.3798 27.6722 12.3798 25.901C12.3798 24.1298 11.7491 23.3954 10.7555 23.3954Z" fill="white"/>
|
|
19
|
+
<path d="M23.3872 24.8297H21.4432C21.3309 24.0089 20.9421 23.3954 20.0262 23.3954C19.1104 23.3954 18.5401 24.1817 18.5401 25.9183C18.5401 27.6549 19.1363 28.4153 20.0003 28.4153C20.631 28.4153 21.279 28.1042 21.4605 26.9292H23.4563C23.3692 27.7753 22.9637 28.5566 22.322 29.1149C21.6802 29.6732 20.8503 29.9667 20.0003 29.9359C17.7539 29.9359 16.4838 28.2079 16.4838 25.9183C16.4838 23.6287 17.7798 21.8834 20.0435 21.8834C20.8736 21.8471 21.6855 22.1336 22.3089 22.6829C22.9323 23.2322 23.3187 24.0016 23.3872 24.8297Z" fill="white"/>
|
|
20
|
+
<path d="M29.2365 29.9359C27.3529 29.9359 25.5645 28.8473 25.5645 25.901C25.5645 22.9548 27.3529 21.8834 29.2365 21.8834C31.12 21.8834 32.9603 22.9548 32.9603 25.901C32.9603 28.8473 31.1113 29.9359 29.2365 29.9359ZM29.2365 23.3954C28.2515 23.3954 27.6208 24.1298 27.6208 25.901C27.6208 27.6722 28.2515 28.4153 29.2365 28.4153C30.2214 28.4153 30.8608 27.6722 30.8608 25.901C30.8608 24.1298 30.2301 23.3954 29.2365 23.3954Z" fill="white"/>
|
|
21
|
+
</g>
|
|
22
|
+
<defs>
|
|
23
|
+
<filter id="filter0_f_1514_57036" x="4.18286" y="-9.87891" width="50.7166" height="67.334" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
24
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
25
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
26
|
+
<feGaussianBlur stdDeviation="2.5" result="effect1_foregroundBlur_1514_57036"/>
|
|
27
|
+
</filter>
|
|
28
|
+
<filter id="filter1_f_1514_57036" x="10.5251" y="3.91699" width="51.3022" height="60.1895" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
29
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
30
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
31
|
+
<feGaussianBlur stdDeviation="3" result="effect1_foregroundBlur_1514_57036"/>
|
|
32
|
+
</filter>
|
|
33
|
+
<radialGradient id="paint0_radial_1514_57036" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(38.3669 29.4061) rotate(48.005) scale(17.6089 21.9395)">
|
|
34
|
+
<stop stop-color="#1AA0FF"/>
|
|
35
|
+
<stop offset="1" stop-color="#1AA0FF"/>
|
|
36
|
+
</radialGradient>
|
|
37
|
+
<clipPath id="clip0_1514_57036">
|
|
38
|
+
<rect width="40" height="40" fill="white"/>
|
|
39
|
+
</clipPath>
|
|
40
|
+
</defs>
|
|
41
|
+
</svg>
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_1514_57016)">
|
|
3
|
+
<mask id="mask0_1514_57016" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="2" y="2" width="36" height="36">
|
|
4
|
+
<path d="M20 38C29.9411 38 38 29.9411 38 20C38 10.0589 29.9411 2 20 2C10.0589 2 2 10.0589 2 20C2 29.9411 10.0589 38 20 38Z" fill="white"/>
|
|
5
|
+
</mask>
|
|
6
|
+
<g mask="url(#mask0_1514_57016)">
|
|
7
|
+
<rect x="-1.6001" y="-1.59961" width="43.2" height="43.2" fill="#E6007A"/>
|
|
8
|
+
<g filter="url(#filter0_f_1514_57016)">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M39.44 -2.13983C32.4199 16.7602 12.819 16.7018 9.73989 26.4802C5.19095 40.9265 29.5644 63.7737 44.2998 45.9203C57.0226 30.5055 44.8312 -16.6546 39.44 -2.13983Z" fill="#921FC0"/>
|
|
10
|
+
</g>
|
|
11
|
+
<g filter="url(#filter1_f_1514_57016)">
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M46.9989 11.359C35.6612 23.0839 25.9388 17.839 18.0981 23.9635C12.7544 28.1376 22.9858 39.6535 19.9999 48.6201C17.3019 56.7221 38.9159 61.1961 46.9988 55.6392C60.7097 46.213 56.6576 1.37042 46.9989 11.359Z" fill="url(#paint0_radial_1514_57016)"/>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
<path d="M11.1616 11.5845V12.8892C11.3396 12.4802 11.6389 12.1357 12.019 11.9024C12.3991 11.6691 12.8418 11.5581 13.287 11.5845H14.4621V13.2348H12.9933C11.6886 13.2348 11.1875 13.8482 11.1875 15.3516V17.7362H13.9523V19.2828H7.2131V17.7362H9.13118V13.1484H7.2131V11.5845H11.1616Z" fill="white"/>
|
|
16
|
+
<path d="M20.0003 19.4729C18.1081 19.4729 16.3197 18.3842 16.3197 15.438C16.3197 12.4917 18.1081 11.4204 20.0003 11.4204C21.8925 11.4204 23.6723 12.4917 23.6723 15.438C23.6723 18.3842 21.8752 19.4729 20.0003 19.4729ZM20.0003 12.9324C19.0153 12.9324 18.3846 13.6668 18.3846 15.438C18.3846 17.2092 19.0153 17.9522 20.0003 17.9522C20.9853 17.9522 21.616 17.2092 21.616 15.438C21.616 13.6668 20.9853 12.9324 20.0003 12.9324Z" fill="white"/>
|
|
17
|
+
<path d="M32.632 14.3666H30.688C30.567 13.5458 30.1869 12.9324 29.271 12.9324C28.3552 12.9324 27.7763 13.7186 27.7763 15.4466C27.7763 17.1746 28.3465 17.9522 29.2624 17.9522C29.8931 17.9522 30.5325 17.6412 30.7225 16.4661H32.7011C32.616 17.313 32.211 18.0956 31.5689 18.6543C30.9267 19.213 30.0956 19.5057 29.2451 19.4729C26.9987 19.4729 25.7286 17.7449 25.7286 15.4466C25.7286 13.1484 27.0333 11.4204 29.2883 11.4204C30.1173 11.3884 30.9268 11.6764 31.5493 12.2249C32.1717 12.7733 32.5594 13.5402 32.632 14.3666Z" fill="white"/>
|
|
18
|
+
<path d="M10.7555 29.9359C8.87198 29.9359 7.0835 28.8473 7.0835 25.901C7.0835 22.9548 8.87198 21.8834 10.7555 21.8834C12.639 21.8834 14.4361 22.9548 14.4361 25.901C14.4361 28.8473 12.6304 29.9359 10.7555 29.9359ZM10.7555 23.3954C9.77054 23.3954 9.13982 24.1298 9.13982 25.901C9.13982 27.6722 9.77054 28.4153 10.7555 28.4153C11.7405 28.4153 12.3798 27.6722 12.3798 25.901C12.3798 24.1298 11.7491 23.3954 10.7555 23.3954Z" fill="white"/>
|
|
19
|
+
<path d="M23.3872 24.8297H21.4432C21.3309 24.0089 20.9421 23.3954 20.0262 23.3954C19.1104 23.3954 18.5401 24.1817 18.5401 25.9183C18.5401 27.6549 19.1363 28.4153 20.0003 28.4153C20.631 28.4153 21.279 28.1042 21.4605 26.9292H23.4563C23.3692 27.7753 22.9637 28.5566 22.322 29.1149C21.6802 29.6732 20.8503 29.9667 20.0003 29.9359C17.7539 29.9359 16.4838 28.2079 16.4838 25.9183C16.4838 23.6287 17.7798 21.8834 20.0435 21.8834C20.8736 21.8471 21.6855 22.1336 22.3089 22.6829C22.9323 23.2322 23.3187 24.0016 23.3872 24.8297Z" fill="white"/>
|
|
20
|
+
<path d="M29.2365 29.9359C27.3529 29.9359 25.5645 28.8473 25.5645 25.901C25.5645 22.9548 27.3529 21.8834 29.2365 21.8834C31.12 21.8834 32.9603 22.9548 32.9603 25.901C32.9603 28.8473 31.1113 29.9359 29.2365 29.9359ZM29.2365 23.3954C28.2515 23.3954 27.6208 24.1298 27.6208 25.901C27.6208 27.6722 28.2515 28.4153 29.2365 28.4153C30.2214 28.4153 30.8608 27.6722 30.8608 25.901C30.8608 24.1298 30.2301 23.3954 29.2365 23.3954Z" fill="white"/>
|
|
21
|
+
</g>
|
|
22
|
+
<defs>
|
|
23
|
+
<filter id="filter0_f_1514_57016" x="4.18286" y="-9.87891" width="50.7166" height="67.334" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
24
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
25
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
26
|
+
<feGaussianBlur stdDeviation="2.5" result="effect1_foregroundBlur_1514_57016"/>
|
|
27
|
+
</filter>
|
|
28
|
+
<filter id="filter1_f_1514_57016" x="10.5251" y="3.91699" width="51.3022" height="60.1895" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
29
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
30
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
31
|
+
<feGaussianBlur stdDeviation="3" result="effect1_foregroundBlur_1514_57016"/>
|
|
32
|
+
</filter>
|
|
33
|
+
<radialGradient id="paint0_radial_1514_57016" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(38.3669 29.4061) rotate(48.005) scale(17.6089 21.9395)">
|
|
34
|
+
<stop stop-color="#1AA0FF"/>
|
|
35
|
+
<stop offset="1" stop-color="#1AA0FF"/>
|
|
36
|
+
</radialGradient>
|
|
37
|
+
<clipPath id="clip0_1514_57016">
|
|
38
|
+
<rect width="40" height="40" fill="white"/>
|
|
39
|
+
</clipPath>
|
|
40
|
+
</defs>
|
|
41
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.6571 4.2311C12.199 5.08015 10.0535 6.41818 8.24113 8.23247C6.92577 9.54919 5.88904 10.9955 5.07204 12.6535C4.14819 14.5284 3.60099 16.5092 3.41823 18.64C3.37689 19.1219 3.36081 20.3827 3.38953 20.8886C3.62533 25.0408 5.33303 28.8581 8.26095 31.7778C10.8917 34.4011 14.3069 36.065 17.9796 36.5126C18.6158 36.5901 18.9774 36.6123 19.7688 36.6226C20.7487 36.6354 21.3249 36.6046 22.1805 36.4936C28.1596 35.7185 33.2857 31.7062 35.4997 26.0682C35.6217 25.7576 35.8333 25.1673 35.8333 25.1377C35.8333 25.1318 35.7229 25.2937 35.588 25.4974C33.4927 28.6611 30.295 30.9348 26.6391 31.8605C24.2286 32.4709 21.6564 32.4786 19.2399 31.8825C16.0003 31.0834 13.113 29.2342 11.0114 26.6124C8.42186 23.3821 7.27086 19.2602 7.80397 15.1264C8.1384 12.5333 9.14317 10.0739 10.7288 7.96746C11.1892 7.35572 11.5179 6.97686 12.0861 6.40281C12.8518 5.62921 13.598 5.01396 14.4926 4.41856C14.7016 4.27939 14.865 4.16619 14.8556 4.167C14.8462 4.1678 14.7568 4.19663 14.6571 4.2311ZM22.1805 4.52082C22.1332 4.52475 21.9828 4.53686 21.8463 4.54771C20.5256 4.65266 19.121 5.00476 17.8764 5.54289C16.1001 6.31094 14.4832 7.52276 13.2171 9.03493C10.781 11.9444 9.79183 15.8282 10.5349 19.5662C10.5662 19.7237 10.6386 20.0365 10.6959 20.2613C10.7531 20.4861 10.7999 20.673 10.7999 20.6766C10.7999 20.6803 10.8073 20.6833 10.8164 20.6833C10.8254 20.6833 10.8387 20.6258 10.8459 20.5555C10.9069 19.9604 11.2029 18.8804 11.4965 18.1817C12.461 15.8867 14.2165 13.977 16.4198 12.8259C18.1377 11.9285 20.1923 11.518 21.8676 11.7376C23.7722 11.9873 25.2791 13.062 26.0247 14.7025C26.2378 15.1714 26.3974 15.7503 26.431 16.1767C26.444 16.3409 26.4627 16.4058 26.497 16.4058C26.5282 16.4058 27.3388 16.8046 27.7373 17.016C28.7439 17.5499 29.8676 18.2244 30.0008 18.3746L30.038 18.4165L29.9044 18.4041C29.0842 18.3274 28.2479 18.3502 27.5086 18.4692C25.4783 18.7961 24.0377 19.7636 23.2875 21.3039C23.0059 21.8819 22.8299 22.4695 22.7435 23.1201C22.7079 23.3878 22.7027 23.9746 22.7337 24.2255C22.8971 25.5486 23.5738 26.654 24.6701 27.3888C25.1875 27.7355 25.774 27.9672 26.4386 28.0875C26.6914 28.1332 26.7603 28.1377 27.2311 28.1386C27.7826 28.1397 27.9287 28.1251 28.3863 28.0232C28.665 27.9612 29.1501 27.8012 29.4461 27.6736C30.3494 27.2844 31.2516 26.6201 32.0736 25.7392C34.0449 23.6266 35.1799 21.0865 35.4548 18.1722C35.4944 17.7526 35.4885 16.3505 35.4454 15.938C35.2736 14.2947 34.8584 12.8498 34.1532 11.4414C32.9492 9.03689 30.9437 7.0364 28.5295 5.83181C27.1416 5.13927 25.6865 4.72281 24.0709 4.55569C23.7927 4.52691 22.4126 4.50144 22.1805 4.52082ZM22.8774 13.9682C22.7513 14.0098 22.675 14.0567 22.5661 14.1597C22.3782 14.3374 22.2853 14.6066 22.3296 14.845C22.363 15.0245 22.4496 15.1827 22.5811 15.3045C22.7412 15.4526 22.8613 15.4969 23.1066 15.4979C23.3537 15.4989 23.4707 15.4549 23.6382 15.2983C23.7634 15.1812 23.8291 15.0721 23.8723 14.91C23.9655 14.5601 23.7847 14.1821 23.444 14.0144C23.3342 13.9603 23.2983 13.9525 23.1367 13.948C23.0229 13.9449 22.9249 13.9525 22.8774 13.9682Z" fill="url(#paint0_linear_1514_57009)"/>
|
|
3
|
+
<defs>
|
|
4
|
+
<linearGradient id="paint0_linear_1514_57009" x1="3.375" y1="4.16699" x2="35.8757" y2="36.6665" gradientUnits="userSpaceOnUse">
|
|
5
|
+
<stop stop-color="#00D2D3"/>
|
|
6
|
+
<stop offset="1" stop-color="#C70CBA"/>
|
|
7
|
+
</linearGradient>
|
|
8
|
+
</defs>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.6571 4.2311C12.199 5.08015 10.0535 6.41818 8.24113 8.23247C6.92577 9.54919 5.88904 10.9955 5.07204 12.6535C4.14819 14.5284 3.60099 16.5092 3.41823 18.64C3.37689 19.1219 3.36081 20.3827 3.38953 20.8886C3.62533 25.0408 5.33303 28.8581 8.26095 31.7778C10.8917 34.4011 14.3069 36.065 17.9796 36.5126C18.6158 36.5901 18.9774 36.6123 19.7688 36.6226C20.7487 36.6354 21.3249 36.6046 22.1805 36.4936C28.1596 35.7185 33.2857 31.7062 35.4997 26.0682C35.6217 25.7576 35.8333 25.1673 35.8333 25.1377C35.8333 25.1318 35.7229 25.2937 35.588 25.4974C33.4927 28.6611 30.295 30.9348 26.6391 31.8605C24.2286 32.4709 21.6564 32.4786 19.2399 31.8825C16.0003 31.0834 13.113 29.2342 11.0114 26.6124C8.42186 23.3821 7.27086 19.2602 7.80397 15.1264C8.1384 12.5333 9.14317 10.0739 10.7288 7.96746C11.1892 7.35572 11.5179 6.97686 12.0861 6.40281C12.8518 5.62921 13.598 5.01396 14.4926 4.41856C14.7016 4.27939 14.865 4.16619 14.8556 4.167C14.8462 4.1678 14.7568 4.19663 14.6571 4.2311ZM22.1805 4.52082C22.1332 4.52475 21.9828 4.53686 21.8463 4.54771C20.5256 4.65266 19.121 5.00476 17.8764 5.54289C16.1001 6.31094 14.4832 7.52276 13.2171 9.03493C10.781 11.9444 9.79183 15.8282 10.5349 19.5662C10.5662 19.7237 10.6386 20.0365 10.6959 20.2613C10.7531 20.4861 10.7999 20.673 10.7999 20.6766C10.7999 20.6803 10.8073 20.6833 10.8164 20.6833C10.8254 20.6833 10.8387 20.6258 10.8459 20.5555C10.9069 19.9604 11.2029 18.8804 11.4965 18.1817C12.461 15.8867 14.2165 13.977 16.4198 12.8259C18.1377 11.9285 20.1923 11.518 21.8676 11.7376C23.7722 11.9873 25.2791 13.062 26.0247 14.7025C26.2378 15.1714 26.3974 15.7503 26.431 16.1767C26.444 16.3409 26.4627 16.4058 26.497 16.4058C26.5282 16.4058 27.3388 16.8046 27.7373 17.016C28.7439 17.5499 29.8676 18.2244 30.0008 18.3746L30.038 18.4165L29.9044 18.4041C29.0842 18.3274 28.2479 18.3502 27.5086 18.4692C25.4783 18.7961 24.0377 19.7636 23.2875 21.3039C23.0059 21.8819 22.8299 22.4695 22.7435 23.1201C22.7079 23.3878 22.7027 23.9746 22.7337 24.2255C22.8971 25.5486 23.5738 26.654 24.6701 27.3888C25.1875 27.7355 25.774 27.9672 26.4386 28.0875C26.6914 28.1332 26.7603 28.1377 27.2311 28.1386C27.7826 28.1397 27.9287 28.1251 28.3863 28.0232C28.665 27.9612 29.1501 27.8012 29.4461 27.6736C30.3494 27.2844 31.2516 26.6201 32.0736 25.7392C34.0449 23.6266 35.1799 21.0865 35.4548 18.1722C35.4944 17.7526 35.4885 16.3505 35.4454 15.938C35.2736 14.2947 34.8584 12.8498 34.1532 11.4414C32.9492 9.03689 30.9437 7.0364 28.5295 5.83181C27.1416 5.13927 25.6865 4.72281 24.0709 4.55569C23.7927 4.52691 22.4126 4.50144 22.1805 4.52082ZM22.8774 13.9682C22.7513 14.0098 22.675 14.0567 22.5661 14.1597C22.3782 14.3374 22.2853 14.6066 22.3296 14.845C22.363 15.0245 22.4496 15.1827 22.5811 15.3045C22.7412 15.4526 22.8613 15.4969 23.1066 15.4979C23.3537 15.4989 23.4707 15.4549 23.6382 15.2983C23.7634 15.1812 23.8291 15.0721 23.8723 14.91C23.9655 14.5601 23.7847 14.1821 23.444 14.0144C23.3342 13.9603 23.2983 13.9525 23.1367 13.948C23.0229 13.9449 22.9249 13.9525 22.8774 13.9682Z" fill="url(#paint0_linear_1514_56948)"/>
|
|
3
|
+
<defs>
|
|
4
|
+
<linearGradient id="paint0_linear_1514_56948" x1="3.375" y1="4.16699" x2="35.8757" y2="36.6665" gradientUnits="userSpaceOnUse">
|
|
5
|
+
<stop stop-color="#00D2D3"/>
|
|
6
|
+
<stop offset="1" stop-color="#C70CBA"/>
|
|
7
|
+
</linearGradient>
|
|
8
|
+
</defs>
|
|
9
|
+
</svg>
|