@osn/icons 1.5.0 → 1.6.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/projectIconAcalaDark.svg +34 -0
- package/source/subsquare/projectIconAcalaLight.svg +34 -0
- package/source/subsquare/projectIconAltairDark.svg +29 -0
- package/source/subsquare/projectIconAltairLight.svg +29 -0
- package/source/subsquare/projectIconBasiliskDark.svg +3 -0
- package/source/subsquare/projectIconBasiliskLight.svg +3 -0
- package/source/subsquare/projectIconBifrostKusamaDark.svg +43 -0
- package/source/subsquare/projectIconBifrostKusamaLight.svg +43 -0
- package/source/subsquare/projectIconBifrostPolkadotDark.svg +40 -0
- package/source/subsquare/projectIconBifrostPolkadotLight.svg +40 -0
- package/source/subsquare/projectIconCentrifugeDark.svg +5 -0
- package/source/subsquare/projectIconCentrifugeLight.svg +5 -0
- package/source/subsquare/projectIconCrustDark.svg +4 -0
- package/source/subsquare/projectIconCrustLight.svg +4 -0
- package/source/subsquare/projectIconDarwinia2Dark.svg +3 -0
- package/source/subsquare/projectIconDarwinia2Light.svg +3 -0
- package/source/subsquare/projectIconHydradxDark.svg +3 -0
- package/source/subsquare/projectIconHydradxLight.svg +3 -0
- package/source/subsquare/projectIconInterlayDark.svg +5 -0
- package/source/subsquare/projectIconInterlayLight.svg +5 -0
- package/source/subsquare/projectIconKaruraDark.svg +14 -0
- package/source/subsquare/projectIconKaruraLight.svg +14 -0
- package/source/subsquare/projectIconKhalaDark.svg +4 -0
- package/source/subsquare/projectIconKhalaLight.svg +4 -0
- package/source/subsquare/projectIconKintsugiDark.svg +25 -0
- package/source/subsquare/projectIconKintsugiLight.svg +25 -0
- package/source/subsquare/projectIconKusamaDark.svg +3 -0
- package/source/subsquare/projectIconKusamaLight.svg +3 -0
- package/source/subsquare/projectIconLitentryDark.svg +24 -0
- package/source/subsquare/projectIconLitentryLight.svg +24 -0
- package/source/subsquare/projectIconLitmusDark.svg +8 -0
- package/source/subsquare/projectIconLitmusLight.svg +8 -0
- package/source/subsquare/projectIconMoonbeamDark.svg +17 -0
- package/source/subsquare/projectIconMoonbeamLight.svg +17 -0
- package/source/subsquare/projectIconMoonriverDark.svg +13 -0
- package/source/subsquare/projectIconMoonriverLight.svg +13 -0
- package/source/subsquare/projectIconPhalaDark.svg +4 -0
- package/source/subsquare/projectIconPhalaLight.svg +4 -0
- package/source/subsquare/projectIconPolkadotCollectivesDark.svg +9 -0
- package/source/subsquare/projectIconPolkadotCollectivesLight.svg +9 -0
- package/source/subsquare/projectIconPolkadotDark.svg +8 -0
- package/source/subsquare/projectIconPolkadotLight.svg +8 -0
- package/source/subsquare/projectIconRococoDark.svg +41 -0
- package/source/subsquare/projectIconRococoLight.svg +41 -0
- package/source/subsquare/projectIconTuringDark.svg +9 -0
- package/source/subsquare/projectIconTuringLight.svg +9 -0
- package/source/subsquare/projectIconWestendCollectivesDark.svg +9 -0
- package/source/subsquare/projectIconWestendCollectivesLight.svg +9 -0
- package/source/subsquare/projectIconZeigeistDark.svg +9 -0
- package/source/subsquare/projectIconZeigeistLight.svg +9 -0
- package/subsquare/ProjectIconAcalaDark.d.ts +5 -0
- package/subsquare/ProjectIconAcalaDark.js +103 -0
- package/subsquare/ProjectIconAcalaLight.d.ts +5 -0
- package/subsquare/ProjectIconAcalaLight.js +103 -0
- package/subsquare/ProjectIconAltairDark.d.ts +5 -0
- package/subsquare/ProjectIconAltairDark.js +94 -0
- package/subsquare/ProjectIconAltairLight.d.ts +5 -0
- package/subsquare/ProjectIconAltairLight.js +94 -0
- package/subsquare/ProjectIconBasiliskDark.d.ts +5 -0
- package/subsquare/ProjectIconBasiliskDark.js +23 -0
- package/subsquare/ProjectIconBasiliskLight.d.ts +5 -0
- package/subsquare/ProjectIconBasiliskLight.js +23 -0
- package/subsquare/ProjectIconBifrostKusamaDark.d.ts +5 -0
- package/subsquare/ProjectIconBifrostKusamaDark.js +127 -0
- package/subsquare/ProjectIconBifrostKusamaLight.d.ts +5 -0
- package/subsquare/ProjectIconBifrostKusamaLight.js +127 -0
- package/subsquare/ProjectIconBifrostPolkadotDark.d.ts +5 -0
- package/subsquare/ProjectIconBifrostPolkadotDark.js +115 -0
- package/subsquare/ProjectIconBifrostPolkadotLight.d.ts +5 -0
- package/subsquare/ProjectIconBifrostPolkadotLight.js +115 -0
- package/subsquare/ProjectIconCentrifugeDark.d.ts +5 -0
- package/subsquare/ProjectIconCentrifugeDark.js +35 -0
- package/subsquare/ProjectIconCentrifugeLight.d.ts +5 -0
- package/subsquare/ProjectIconCentrifugeLight.js +35 -0
- package/subsquare/ProjectIconCrustDark.d.ts +5 -0
- package/subsquare/ProjectIconCrustDark.js +25 -0
- package/subsquare/ProjectIconCrustLight.d.ts +5 -0
- package/subsquare/ProjectIconCrustLight.js +25 -0
- package/subsquare/ProjectIconDarwinia2Dark.d.ts +5 -0
- package/subsquare/ProjectIconDarwinia2Dark.js +21 -0
- package/subsquare/ProjectIconDarwinia2Light.d.ts +5 -0
- package/subsquare/ProjectIconDarwinia2Light.js +21 -0
- package/subsquare/ProjectIconHydradxDark.d.ts +5 -0
- package/subsquare/ProjectIconHydradxDark.js +23 -0
- package/subsquare/ProjectIconHydradxLight.d.ts +5 -0
- package/subsquare/ProjectIconHydradxLight.js +23 -0
- package/subsquare/ProjectIconInterlayDark.d.ts +5 -0
- package/subsquare/ProjectIconInterlayDark.js +29 -0
- package/subsquare/ProjectIconInterlayLight.d.ts +5 -0
- package/subsquare/ProjectIconInterlayLight.js +29 -0
- package/subsquare/ProjectIconKaruraDark.d.ts +5 -0
- package/subsquare/ProjectIconKaruraDark.js +49 -0
- package/subsquare/ProjectIconKaruraLight.d.ts +5 -0
- package/subsquare/ProjectIconKaruraLight.js +49 -0
- package/subsquare/ProjectIconKhalaDark.d.ts +5 -0
- package/subsquare/ProjectIconKhalaDark.js +25 -0
- package/subsquare/ProjectIconKhalaLight.d.ts +5 -0
- package/subsquare/ProjectIconKhalaLight.js +25 -0
- package/subsquare/ProjectIconKintsugiDark.d.ts +5 -0
- package/subsquare/ProjectIconKintsugiDark.js +86 -0
- package/subsquare/ProjectIconKintsugiLight.d.ts +5 -0
- package/subsquare/ProjectIconKintsugiLight.js +86 -0
- package/subsquare/ProjectIconKusamaDark.d.ts +5 -0
- package/subsquare/ProjectIconKusamaDark.js +21 -0
- package/subsquare/ProjectIconKusamaLight.d.ts +5 -0
- package/subsquare/ProjectIconKusamaLight.js +21 -0
- package/subsquare/ProjectIconLitentryDark.d.ts +5 -0
- package/subsquare/ProjectIconLitentryDark.js +79 -0
- package/subsquare/ProjectIconLitentryLight.d.ts +5 -0
- package/subsquare/ProjectIconLitentryLight.js +79 -0
- package/subsquare/ProjectIconLitmusDark.d.ts +5 -0
- package/subsquare/ProjectIconLitmusDark.js +49 -0
- package/subsquare/ProjectIconLitmusLight.d.ts +5 -0
- package/subsquare/ProjectIconLitmusLight.js +49 -0
- package/subsquare/ProjectIconMoonbeamDark.d.ts +5 -0
- package/subsquare/ProjectIconMoonbeamDark.js +77 -0
- package/subsquare/ProjectIconMoonbeamLight.d.ts +5 -0
- package/subsquare/ProjectIconMoonbeamLight.js +77 -0
- package/subsquare/ProjectIconMoonriverDark.d.ts +5 -0
- package/subsquare/ProjectIconMoonriverDark.js +61 -0
- package/subsquare/ProjectIconMoonriverLight.d.ts +5 -0
- package/subsquare/ProjectIconMoonriverLight.js +61 -0
- package/subsquare/ProjectIconPhalaDark.d.ts +5 -0
- package/subsquare/ProjectIconPhalaDark.js +24 -0
- package/subsquare/ProjectIconPhalaLight.d.ts +5 -0
- package/subsquare/ProjectIconPhalaLight.js +24 -0
- package/subsquare/ProjectIconPolkadotCollectivesDark.d.ts +5 -0
- package/subsquare/ProjectIconPolkadotCollectivesDark.js +46 -0
- package/subsquare/ProjectIconPolkadotCollectivesLight.d.ts +5 -0
- package/subsquare/ProjectIconPolkadotCollectivesLight.js +46 -0
- package/subsquare/ProjectIconPolkadotDark.d.ts +5 -0
- package/subsquare/ProjectIconPolkadotDark.js +41 -0
- package/subsquare/ProjectIconPolkadotLight.d.ts +5 -0
- package/subsquare/ProjectIconPolkadotLight.js +41 -0
- package/subsquare/ProjectIconRococoDark.d.ts +5 -0
- package/subsquare/ProjectIconRococoDark.js +142 -0
- package/subsquare/ProjectIconRococoLight.d.ts +5 -0
- package/subsquare/ProjectIconRococoLight.js +142 -0
- package/subsquare/ProjectIconTuringDark.d.ts +5 -0
- package/subsquare/ProjectIconTuringDark.js +36 -0
- package/subsquare/ProjectIconTuringLight.d.ts +5 -0
- package/subsquare/ProjectIconTuringLight.js +36 -0
- package/subsquare/ProjectIconWestendCollectivesDark.d.ts +5 -0
- package/subsquare/ProjectIconWestendCollectivesDark.js +46 -0
- package/subsquare/ProjectIconWestendCollectivesLight.d.ts +5 -0
- package/subsquare/ProjectIconWestendCollectivesLight.js +46 -0
- package/subsquare/ProjectIconZeigeistDark.d.ts +5 -0
- package/subsquare/ProjectIconZeigeistDark.js +45 -0
- package/subsquare/ProjectIconZeigeistLight.d.ts +5 -0
- package/subsquare/ProjectIconZeigeistLight.js +45 -0
- package/subsquare/index.d.ts +50 -0
- package/subsquare/index.js +50 -0
package/package.json
CHANGED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M11.9276 13.3281C11.5014 13.3281 11.0871 13.3637 10.6862 13.4316L11.3035 12.3623C11.512 12.3486 11.7206 12.3416 11.9276 12.3416C12.4123 12.3416 12.9056 12.3816 13.3825 12.4581L10.9853 8.30601L6.99463 15.218L6.42432 14.2302L10.9763 6.34595L10.9857 6.36222L10.9946 6.34666L16.4879 15.8613H15.3473L14.0634 13.6376C13.3945 13.4358 12.6793 13.3281 11.9276 13.3281Z" fill="url(#paint0_linear_1532_63399)"/>
|
|
3
|
+
<path d="M16.8428 15.2344L11.5244 6.02271H12.665L17.4131 14.2466L16.8428 15.2344Z" fill="url(#paint1_linear_1532_63399)"/>
|
|
4
|
+
<path d="M11.5644 10.5674L9.38054 14.3499C10.1619 14.1142 11.0818 14.0089 11.9495 14.0089C12.0197 14.0089 12.09 14.0097 12.1604 14.0114C12.6535 14.023 13.1515 14.0752 13.6287 14.1643L14.3573 15.4263C13.6114 15.155 12.8042 14.9954 11.9495 14.9954C10.6856 14.9954 9.52484 15.308 8.51393 15.8519L8.52985 15.8234L8.50802 15.8612H7.36743L10.9941 9.57959L11.5644 10.5674Z" fill="url(#paint2_linear_1532_63399)"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.9998 20.7858C16.852 20.7858 20.7855 16.8523 20.7855 12.0001C20.7855 7.14788 16.852 3.21436 11.9998 3.21436C7.14761 3.21436 3.21411 7.14788 3.21411 12.0001C3.21411 16.8523 7.14761 20.7858 11.9998 20.7858ZM12.0212 19.7144C16.2936 19.7144 19.757 16.2509 19.757 11.9786C19.757 7.70633 16.2936 4.24293 12.0212 4.24293C7.74894 4.24293 4.28554 7.70633 4.28554 11.9786C4.28554 16.2509 7.74894 19.7144 12.0212 19.7144Z" fill="url(#paint3_linear_1532_63399)"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 22.5C17.799 22.5 22.5 17.799 22.5 12C22.5 6.20101 17.799 1.5 12 1.5C6.20101 1.5 1.5 6.20101 1.5 12C1.5 17.799 6.20101 22.5 12 22.5ZM12.0429 21.5143C17.2974 21.5143 21.5571 17.2546 21.5571 12C21.5571 6.74542 17.2974 2.48572 12.0429 2.48572C6.78826 2.48572 2.52857 6.74542 2.52857 12C2.52857 17.2546 6.78826 21.5143 12.0429 21.5143Z" fill="url(#paint4_linear_1532_63399)"/>
|
|
7
|
+
<defs>
|
|
8
|
+
<linearGradient id="paint0_linear_1532_63399" x1="19.8" y1="21.8787" x2="7.52142" y2="3.06439" gradientUnits="userSpaceOnUse">
|
|
9
|
+
<stop offset="0.0076157" stop-color="#645AFF"/>
|
|
10
|
+
<stop offset="0.484678" stop-color="#E40C5B"/>
|
|
11
|
+
<stop offset="1" stop-color="#FF4C3B"/>
|
|
12
|
+
</linearGradient>
|
|
13
|
+
<linearGradient id="paint1_linear_1532_63399" x1="19.7999" y1="21.8785" x2="7.52131" y2="3.06421" gradientUnits="userSpaceOnUse">
|
|
14
|
+
<stop offset="0.0076157" stop-color="#645AFF"/>
|
|
15
|
+
<stop offset="0.484678" stop-color="#E40C5B"/>
|
|
16
|
+
<stop offset="1" stop-color="#FF4C3B"/>
|
|
17
|
+
</linearGradient>
|
|
18
|
+
<linearGradient id="paint2_linear_1532_63399" x1="19.8" y1="21.8785" x2="7.52148" y2="3.06423" gradientUnits="userSpaceOnUse">
|
|
19
|
+
<stop offset="0.0076157" stop-color="#645AFF"/>
|
|
20
|
+
<stop offset="0.484678" stop-color="#E40C5B"/>
|
|
21
|
+
<stop offset="1" stop-color="#FF4C3B"/>
|
|
22
|
+
</linearGradient>
|
|
23
|
+
<linearGradient id="paint3_linear_1532_63399" x1="19.7998" y1="21.8787" x2="7.52125" y2="3.06436" gradientUnits="userSpaceOnUse">
|
|
24
|
+
<stop offset="0.0076157" stop-color="#645AFF"/>
|
|
25
|
+
<stop offset="0.484678" stop-color="#E40C5B"/>
|
|
26
|
+
<stop offset="1" stop-color="#FF4C3B"/>
|
|
27
|
+
</linearGradient>
|
|
28
|
+
<linearGradient id="paint4_linear_1532_63399" x1="19.8" y1="21.8786" x2="7.52142" y2="3.06429" gradientUnits="userSpaceOnUse">
|
|
29
|
+
<stop offset="0.0076157" stop-color="#645AFF"/>
|
|
30
|
+
<stop offset="0.484678" stop-color="#E40C5B"/>
|
|
31
|
+
<stop offset="1" stop-color="#FF4C3B"/>
|
|
32
|
+
</linearGradient>
|
|
33
|
+
</defs>
|
|
34
|
+
</svg>
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M11.9276 13.3281C11.5014 13.3281 11.0871 13.3637 10.6862 13.4316L11.3035 12.3623C11.512 12.3486 11.7206 12.3416 11.9276 12.3416C12.4123 12.3416 12.9056 12.3816 13.3825 12.4581L10.9853 8.30601L6.99463 15.218L6.42432 14.2302L10.9763 6.34595L10.9857 6.36222L10.9946 6.34666L16.4879 15.8613H15.3473L14.0634 13.6376C13.3945 13.4358 12.6793 13.3281 11.9276 13.3281Z" fill="url(#paint0_linear_1532_63355)"/>
|
|
3
|
+
<path d="M16.8428 15.2344L11.5244 6.02271H12.665L17.4131 14.2466L16.8428 15.2344Z" fill="url(#paint1_linear_1532_63355)"/>
|
|
4
|
+
<path d="M11.5644 10.5674L9.38054 14.3499C10.1619 14.1142 11.0818 14.0089 11.9495 14.0089C12.0197 14.0089 12.09 14.0097 12.1604 14.0114C12.6535 14.023 13.1515 14.0752 13.6287 14.1643L14.3573 15.4263C13.6114 15.155 12.8042 14.9954 11.9495 14.9954C10.6856 14.9954 9.52484 15.308 8.51393 15.8519L8.52985 15.8234L8.50802 15.8612H7.36743L10.9941 9.57959L11.5644 10.5674Z" fill="url(#paint2_linear_1532_63355)"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.9998 20.7858C16.852 20.7858 20.7855 16.8523 20.7855 12.0001C20.7855 7.14788 16.852 3.21436 11.9998 3.21436C7.14761 3.21436 3.21411 7.14788 3.21411 12.0001C3.21411 16.8523 7.14761 20.7858 11.9998 20.7858ZM12.0212 19.7144C16.2936 19.7144 19.757 16.2509 19.757 11.9786C19.757 7.70633 16.2936 4.24293 12.0212 4.24293C7.74894 4.24293 4.28554 7.70633 4.28554 11.9786C4.28554 16.2509 7.74894 19.7144 12.0212 19.7144Z" fill="url(#paint3_linear_1532_63355)"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 22.5C17.799 22.5 22.5 17.799 22.5 12C22.5 6.20101 17.799 1.5 12 1.5C6.20101 1.5 1.5 6.20101 1.5 12C1.5 17.799 6.20101 22.5 12 22.5ZM12.0429 21.5143C17.2974 21.5143 21.5571 17.2546 21.5571 12C21.5571 6.74542 17.2974 2.48572 12.0429 2.48572C6.78826 2.48572 2.52857 6.74542 2.52857 12C2.52857 17.2546 6.78826 21.5143 12.0429 21.5143Z" fill="url(#paint4_linear_1532_63355)"/>
|
|
7
|
+
<defs>
|
|
8
|
+
<linearGradient id="paint0_linear_1532_63355" x1="19.8" y1="21.8787" x2="7.52142" y2="3.06439" gradientUnits="userSpaceOnUse">
|
|
9
|
+
<stop offset="0.0076157" stop-color="#645AFF"/>
|
|
10
|
+
<stop offset="0.484678" stop-color="#E40C5B"/>
|
|
11
|
+
<stop offset="1" stop-color="#FF4C3B"/>
|
|
12
|
+
</linearGradient>
|
|
13
|
+
<linearGradient id="paint1_linear_1532_63355" x1="19.7999" y1="21.8785" x2="7.52131" y2="3.06421" gradientUnits="userSpaceOnUse">
|
|
14
|
+
<stop offset="0.0076157" stop-color="#645AFF"/>
|
|
15
|
+
<stop offset="0.484678" stop-color="#E40C5B"/>
|
|
16
|
+
<stop offset="1" stop-color="#FF4C3B"/>
|
|
17
|
+
</linearGradient>
|
|
18
|
+
<linearGradient id="paint2_linear_1532_63355" x1="19.8" y1="21.8785" x2="7.52148" y2="3.06423" gradientUnits="userSpaceOnUse">
|
|
19
|
+
<stop offset="0.0076157" stop-color="#645AFF"/>
|
|
20
|
+
<stop offset="0.484678" stop-color="#E40C5B"/>
|
|
21
|
+
<stop offset="1" stop-color="#FF4C3B"/>
|
|
22
|
+
</linearGradient>
|
|
23
|
+
<linearGradient id="paint3_linear_1532_63355" x1="19.7998" y1="21.8787" x2="7.52125" y2="3.06436" gradientUnits="userSpaceOnUse">
|
|
24
|
+
<stop offset="0.0076157" stop-color="#645AFF"/>
|
|
25
|
+
<stop offset="0.484678" stop-color="#E40C5B"/>
|
|
26
|
+
<stop offset="1" stop-color="#FF4C3B"/>
|
|
27
|
+
</linearGradient>
|
|
28
|
+
<linearGradient id="paint4_linear_1532_63355" x1="19.8" y1="21.8786" x2="7.52142" y2="3.06429" gradientUnits="userSpaceOnUse">
|
|
29
|
+
<stop offset="0.0076157" stop-color="#645AFF"/>
|
|
30
|
+
<stop offset="0.484678" stop-color="#E40C5B"/>
|
|
31
|
+
<stop offset="1" stop-color="#FF4C3B"/>
|
|
32
|
+
</linearGradient>
|
|
33
|
+
</defs>
|
|
34
|
+
</svg>
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M19.0284 8.01299C18.9571 8.20034 15.9604 6.31977 13.2238 7.60276C11.2341 8.53559 10.4121 10.344 10.4121 11.886C10.4121 13.101 10.8346 14.019 11.2963 14.6172C12.0474 15.5901 12.7461 15.9561 13.3495 16.2814C14.3215 16.8053 15.9745 16.8227 16.4764 16.7967C17.4109 16.7483 18.5089 16.4784 19.4347 16.0467C19.7881 15.8819 20.3622 15.5245 20.865 15.1247C21.7236 14.442 22.5144 13.5832 22.5006 13.6496C22.4788 13.755 22.4876 13.8384 22.0583 14.5909C20.7861 16.8205 18.6711 17.7931 18.6711 17.7931C15.6916 19.3674 13.0474 18.5509 12.5334 18.3549C10.2774 17.4945 9.10068 15.8813 8.82574 15.3683C8.3774 14.5316 7.57363 11.4586 8.65059 9.01594C9.44867 7.20582 11.299 6.31646 11.5033 6.23134C14.7999 4.8571 19.0932 7.84275 19.0284 8.01299Z" fill="url(#paint0_linear_1532_63500)"/>
|
|
3
|
+
<path d="M19.1225 7.85726C18.9885 7.98121 18.0261 6.82769 16.4811 5.99465C16.0393 5.75652 14.354 4.90068 12.2956 4.94463C8.88332 5.01713 6.61569 7.51693 6.21132 7.98021C4.19024 10.2957 3.23867 13.8611 4.37544 16.6357C5.85284 20.2411 10.796 22.3149 10.4202 22.3558L9.9877 22.2177C9.46594 22.0122 3.06263 19.1323 2.83326 13.3935C2.70395 10.1598 3.74511 7.54098 4.37544 6.8261C5.47687 5.577 6.36002 4.97566 7.10453 4.57846C8.60053 3.78094 11.4141 3.09754 13.5021 3.41147C15.845 3.76383 17.3157 5.39718 18.0329 6.19373C18.6798 6.91207 19.2307 7.75703 19.1225 7.85726Z" fill="url(#paint1_linear_1532_63500)"/>
|
|
4
|
+
<path d="M19.1052 8.01007C19.2634 7.93987 19.0522 5.79258 17.6548 4.15964C17.0912 3.4998 16.4715 2.89981 15.7107 2.47993C12.5655 0.778387 8.69829 2.14669 7.86116 2.47993C7.00364 2.82111 5.17396 3.75346 3.6379 5.66637C1.90642 7.8229 1.64999 10.1365 1.55141 11.1493C1.13016 15.4737 3.38291 18.8697 3.54323 18.8185C3.63667 18.7887 2.61468 16.6279 2.83295 13.3935C2.91608 12.1623 3.08689 9.90702 4.65119 7.74235C5.5988 6.4657 6.69503 5.40303 8.12509 4.70143C8.95257 4.29339 11.9135 2.97821 14.8786 4.0227C15.782 4.34744 16.6137 4.84316 17.3281 5.4825C18.6189 6.66011 18.9757 8.06765 19.1052 8.01007Z" fill="url(#paint2_linear_1532_63500)"/>
|
|
5
|
+
<path d="M14.5498 20.1229C14.4756 20.249 9.34554 18.7878 7.41834 15.1866C7.12831 14.6448 5.78885 11.757 6.66763 9.50884C7.03512 8.56848 7.75867 7.51571 8.05092 7.18871C8.52302 6.66062 9.32387 6.18583 10.3408 5.7556C10.7978 5.56683 11.6325 5.37035 12.1229 5.30527C12.609 5.24555 13.3556 5.25835 13.8431 5.30527C14.7909 5.39644 16.0717 6.50103 16.0357 6.50103C16.026 6.50103 15.0191 6.17882 13.978 6.1074C13.115 6.04822 12.1789 6.24823 11.8469 6.36539C11.1144 6.62387 10.1104 7.18871 9.52988 7.90237C8.94935 8.61603 8.45379 9.62474 8.34824 10.9769C8.27086 11.9681 8.37705 13.414 8.80753 14.5412C9.01388 15.0815 9.36926 15.7691 10.0523 16.6747C11.5063 18.6022 14.6036 20.0325 14.5498 20.1229Z" fill="url(#paint3_linear_1532_63500)"/>
|
|
6
|
+
<path d="M11.7702 4.85318C12.6601 4.72515 13.4218 4.68098 14.3042 4.85318C15.317 5.0562 15.8771 5.26545 16.5668 5.61752C17.7448 6.21888 19.2358 7.76084 19.1222 7.99225C18.92 8.40479 15.7807 5.08994 11.4681 6.23073C10.2484 6.64623 9.49623 7.03418 8.71735 7.62679C7.39071 8.63609 6.73333 9.96367 6.5256 10.5066C6.16898 11.4387 6.0721 11.9632 6.02895 12.9551C6.02895 14.2907 6.27939 15.0654 6.58224 15.9145C7.01309 17.1232 7.81667 18.5049 7.68759 18.4153C6.21131 17.3918 5.28878 14.2335 5.18685 13.5789C5.08493 12.9244 4.64967 10.0891 6.5256 7.72825C8.2358 5.57605 11.1067 4.94962 11.7702 4.85318Z" fill="url(#paint4_linear_1532_63500)"/>
|
|
7
|
+
<defs>
|
|
8
|
+
<linearGradient id="paint0_linear_1532_63500" x1="17.1512" y1="5.94038" x2="17.1512" y2="18.7954" gradientUnits="userSpaceOnUse">
|
|
9
|
+
<stop stop-color="#FAB961"/>
|
|
10
|
+
<stop offset="1"/>
|
|
11
|
+
</linearGradient>
|
|
12
|
+
<linearGradient id="paint1_linear_1532_63500" x1="10.9792" y1="3.33348" x2="10.9792" y2="22.3876" gradientUnits="userSpaceOnUse">
|
|
13
|
+
<stop stop-color="#FAB961"/>
|
|
14
|
+
<stop offset="1"/>
|
|
15
|
+
</linearGradient>
|
|
16
|
+
<linearGradient id="paint2_linear_1532_63500" x1="10.3274" y1="1.75086" x2="10.3274" y2="18.8195" gradientUnits="userSpaceOnUse">
|
|
17
|
+
<stop/>
|
|
18
|
+
<stop offset="0.414296" stop-color="#FAB961"/>
|
|
19
|
+
</linearGradient>
|
|
20
|
+
<linearGradient id="paint3_linear_1532_63500" x1="10.5333" y1="5.89131" x2="10.5333" y2="19.7715" gradientUnits="userSpaceOnUse">
|
|
21
|
+
<stop/>
|
|
22
|
+
<stop offset="1" stop-color="#FAB961"/>
|
|
23
|
+
</linearGradient>
|
|
24
|
+
<linearGradient id="paint4_linear_1532_63500" x1="12.0993" y1="5.07417" x2="12.0993" y2="18.4194" gradientUnits="userSpaceOnUse">
|
|
25
|
+
<stop/>
|
|
26
|
+
<stop offset="1" stop-color="#FAB961"/>
|
|
27
|
+
</linearGradient>
|
|
28
|
+
</defs>
|
|
29
|
+
</svg>
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M19.0286 8.01299C18.9573 8.20034 15.9607 6.31977 13.2241 7.60276C11.2344 8.53559 10.4124 10.344 10.4124 11.886C10.4124 13.101 10.8348 14.019 11.2966 14.6172C12.0476 15.5901 12.7463 15.9561 13.3498 16.2814C14.3217 16.8053 15.9747 16.8227 16.4766 16.7967C17.4111 16.7483 18.5091 16.4784 19.4349 16.0467C19.7884 15.8819 20.3624 15.5245 20.8652 15.1247C21.7238 14.442 22.5146 13.5832 22.5009 13.6496C22.479 13.755 22.4879 13.8384 22.0585 14.5909C20.7863 16.8205 18.6714 17.7931 18.6714 17.7931C15.6918 19.3674 13.0476 18.5509 12.5337 18.3549C10.2776 17.4945 9.10093 15.8813 8.82598 15.3683C8.37764 14.5316 7.57388 11.4586 8.65083 9.01594C9.44891 7.20582 11.2992 6.31646 11.5035 6.23134C14.8002 4.8571 19.0935 7.84275 19.0286 8.01299Z" fill="url(#paint0_linear_1532_63445)"/>
|
|
3
|
+
<path d="M19.1227 7.85726C18.9888 7.98121 18.0264 6.82769 16.4813 5.99465C16.0395 5.75652 14.3542 4.90068 12.2958 4.94463C8.88357 5.01713 6.61593 7.51693 6.21157 7.98021C4.19048 10.2957 3.23892 13.8611 4.37569 16.6357C5.85308 20.2411 10.7963 22.3149 10.4204 22.3558L9.98794 22.2177C9.46618 22.0122 3.06287 19.1323 2.83351 13.3935C2.7042 10.1598 3.74536 7.54098 4.37569 6.8261C5.47711 5.577 6.36027 4.97566 7.10477 4.57846C8.60077 3.78094 11.4143 3.09754 13.5024 3.41147C15.8453 3.76383 17.316 5.39718 18.0331 6.19373C18.6801 6.91207 19.2309 7.75703 19.1227 7.85726Z" fill="url(#paint1_linear_1532_63445)"/>
|
|
4
|
+
<path d="M19.1054 8.01007C19.2637 7.93987 19.0524 5.79258 17.655 4.15964C17.0914 3.4998 16.4718 2.89981 15.711 2.47993C12.5657 0.778387 8.69853 2.14669 7.86141 2.47993C7.00388 2.82111 5.1742 3.75346 3.63815 5.66637C1.90666 7.8229 1.65024 10.1365 1.55166 11.1493C1.1304 15.4737 3.38315 18.8697 3.54347 18.8185C3.63692 18.7887 2.61492 16.6279 2.83319 13.3935C2.91632 12.1623 3.08714 9.90702 4.65144 7.74235C5.59904 6.4657 6.69527 5.40303 8.12533 4.70143C8.95282 4.29339 11.9137 2.97821 14.8788 4.0227C15.7822 4.34744 16.614 4.84316 17.3283 5.4825C18.6192 6.66011 18.976 8.06765 19.1054 8.01007Z" fill="url(#paint2_linear_1532_63445)"/>
|
|
5
|
+
<path d="M14.5501 20.1229C14.4758 20.249 9.34578 18.7878 7.41859 15.1866C7.12855 14.6448 5.78909 11.757 6.66788 9.50884C7.03537 8.56848 7.75892 7.51571 8.05116 7.18871C8.52326 6.66062 9.32411 6.18583 10.3411 5.7556C10.798 5.56683 11.6328 5.37035 12.1231 5.30527C12.6093 5.24555 13.3559 5.25835 13.8434 5.30527C14.7911 5.39644 16.072 6.50103 16.036 6.50103C16.0262 6.50103 15.0193 6.17882 13.9782 6.1074C13.1153 6.04822 12.1792 6.24823 11.8472 6.36539C11.1147 6.62387 10.1107 7.18871 9.53012 7.90237C8.9496 8.61603 8.45403 9.62474 8.34848 10.9769C8.27111 11.9681 8.37729 13.414 8.80777 14.5412C9.01412 15.0815 9.36951 15.7691 10.0526 16.6747C11.5065 18.6022 14.6038 20.0325 14.5501 20.1229Z" fill="url(#paint3_linear_1532_63445)"/>
|
|
6
|
+
<path d="M11.7704 4.85318C12.6604 4.72515 13.4221 4.68098 14.3045 4.85318C15.3172 5.0562 15.8773 5.26545 16.567 5.61752C17.745 6.21888 19.236 7.76084 19.1225 7.99225C18.9202 8.40479 15.781 5.08994 11.4683 6.23073C10.2487 6.64623 9.49647 7.03418 8.71759 7.62679C7.39095 8.63609 6.73357 9.96367 6.52584 10.5066C6.16923 11.4387 6.07235 11.9632 6.02919 12.9551C6.02919 14.2907 6.27963 15.0654 6.58248 15.9145C7.01334 17.1232 7.81692 18.5049 7.68783 18.4153C6.21156 17.3918 5.28902 14.2335 5.1871 13.5789C5.08517 12.9244 4.64991 10.0891 6.52584 7.72825C8.23604 5.57605 11.107 4.94962 11.7704 4.85318Z" fill="url(#paint4_linear_1532_63445)"/>
|
|
7
|
+
<defs>
|
|
8
|
+
<linearGradient id="paint0_linear_1532_63445" x1="17.1514" y1="5.94038" x2="17.1514" y2="18.7954" gradientUnits="userSpaceOnUse">
|
|
9
|
+
<stop stop-color="#FAB961"/>
|
|
10
|
+
<stop offset="1"/>
|
|
11
|
+
</linearGradient>
|
|
12
|
+
<linearGradient id="paint1_linear_1532_63445" x1="10.9794" y1="3.33348" x2="10.9794" y2="22.3876" gradientUnits="userSpaceOnUse">
|
|
13
|
+
<stop stop-color="#FAB961"/>
|
|
14
|
+
<stop offset="1"/>
|
|
15
|
+
</linearGradient>
|
|
16
|
+
<linearGradient id="paint2_linear_1532_63445" x1="10.3277" y1="1.75086" x2="10.3277" y2="18.8195" gradientUnits="userSpaceOnUse">
|
|
17
|
+
<stop/>
|
|
18
|
+
<stop offset="0.414296" stop-color="#FAB961"/>
|
|
19
|
+
</linearGradient>
|
|
20
|
+
<linearGradient id="paint3_linear_1532_63445" x1="10.5336" y1="5.89131" x2="10.5336" y2="19.7715" gradientUnits="userSpaceOnUse">
|
|
21
|
+
<stop/>
|
|
22
|
+
<stop offset="1" stop-color="#FAB961"/>
|
|
23
|
+
</linearGradient>
|
|
24
|
+
<linearGradient id="paint4_linear_1532_63445" x1="12.0995" y1="5.07417" x2="12.0995" y2="18.4194" gradientUnits="userSpaceOnUse">
|
|
25
|
+
<stop/>
|
|
26
|
+
<stop offset="1" stop-color="#FAB961"/>
|
|
27
|
+
</linearGradient>
|
|
28
|
+
</defs>
|
|
29
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.3328 4.01755C15.7541 2.96272 13.8979 2.39979 11.9992 2.3999C10.7388 2.3999 9.49057 2.64821 8.3257 3.13063C7.16127 3.61305 6.10279 4.32011 5.21136 5.21148C4.31993 6.1029 3.61322 7.1611 3.13061 8.32574C2.648 9.49043 2.3999 10.7387 2.3999 11.9993C2.3999 13.8981 2.96265 15.7542 4.01751 17.333C5.07237 18.9118 6.57182 20.1423 8.3257 20.869C10.08 21.5957 12.0105 21.7859 13.8726 21.4155C15.7351 21.0451 17.4455 20.1307 18.7883 18.7881C20.1307 17.4454 21.0452 15.7349 21.4155 13.8726C21.7858 12.0104 21.5957 10.0801 20.8691 8.32585C20.1424 6.57169 18.9119 5.07237 17.3328 4.01755ZM11.9992 20.3992C11.9992 20.3992 8.86762 16.6386 8.86762 11.9993C8.86762 7.36067 11.9992 3.60003 11.9992 3.60003C11.9992 3.60003 15.1311 7.36011 15.1311 11.9993C15.1311 16.6386 11.9992 20.3992 11.9992 20.3992Z" fill="#4FFFB0"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.3328 4.01755C15.7541 2.96272 13.8979 2.39979 11.9992 2.3999C10.7388 2.3999 9.49057 2.64821 8.3257 3.13063C7.16127 3.61305 6.10279 4.32011 5.21136 5.21148C4.31993 6.1029 3.61322 7.1611 3.13061 8.32574C2.648 9.49043 2.3999 10.7387 2.3999 11.9993C2.3999 13.8981 2.96265 15.7542 4.01751 17.333C5.07237 18.9118 6.57182 20.1423 8.3257 20.869C10.08 21.5957 12.0105 21.7859 13.8726 21.4155C15.7351 21.0451 17.4455 20.1307 18.7883 18.7881C20.1307 17.4454 21.0452 15.7349 21.4155 13.8726C21.7858 12.0104 21.5957 10.0801 20.8691 8.32585C20.1424 6.57169 18.9119 5.07237 17.3328 4.01755ZM11.9992 20.3992C11.9992 20.3992 8.86762 16.6386 8.86762 11.9993C8.86762 7.36067 11.9992 3.60003 11.9992 3.60003C11.9992 3.60003 15.1311 7.36011 15.1311 11.9993C15.1311 16.6386 11.9992 20.3992 11.9992 20.3992Z" fill="#4FFFB0"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_1532_63515)">
|
|
3
|
+
<path d="M22.5 12C22.5 6.20101 17.799 1.5 12 1.5C6.20101 1.5 1.5 6.20101 1.5 12C1.5 17.799 6.20101 22.5 12 22.5C17.799 22.5 22.5 17.799 22.5 12Z" fill="#11091B"/>
|
|
4
|
+
<path d="M12.041 13.8867H6.75L14.6865 6.01172H17.332L12.041 13.8867Z" fill="url(#paint0_linear_1532_63515)"/>
|
|
5
|
+
<path opacity="0.7" d="M1.5 16.0195C1.5 16.0195 6.29883 17.8607 12.2051 17.8607C18.1113 17.8607 22.5 16.0195 22.5 16.0195V23.3203H1.5V16.0195Z" fill="url(#paint1_linear_1532_63515)"/>
|
|
6
|
+
<path d="M1.5 17.9547C1.5 17.9547 7.36523 17.0859 12 17.0859C16.6348 17.0859 22.5 17.9547 22.5 17.9547V23.1562H1.5V17.9547Z" fill="url(#paint2_linear_1532_63515)"/>
|
|
7
|
+
<path d="M1.5 18.1188C1.5 18.1188 7.36523 17.25 12 17.25C16.6348 17.25 22.5 18.1188 22.5 18.1188" stroke="url(#paint3_linear_1532_63515)" stroke-width="4.2"/>
|
|
8
|
+
<path d="M7.33046 20.4878C7.19158 20.4878 7.07812 20.3753 7.07812 20.2376V19.0294C7.07812 18.8917 7.19158 18.7811 7.33046 18.7811C7.46935 18.7811 7.58281 18.8936 7.58281 19.0313V20.2396C7.58085 20.3753 7.46935 20.4878 7.33046 20.4878Z" fill="white"/>
|
|
9
|
+
<path d="M8.39673 20.4878C8.3224 20.4878 8.25002 20.4548 8.20308 20.3986L7.69448 19.7954C7.61624 19.7023 7.61624 19.5685 7.69448 19.4754L8.20308 18.8704C8.29306 18.7637 8.4515 18.7501 8.55713 18.8374C8.66276 18.9247 8.67842 19.0837 8.59039 19.1884L8.21677 19.6345L8.59039 20.0786C8.67842 20.1853 8.66472 20.3423 8.55713 20.4296C8.51215 20.4665 8.45541 20.4878 8.39673 20.4878Z" fill="white"/>
|
|
10
|
+
<path d="M10.071 20.4878H9.00483C8.86595 20.4878 8.7525 20.3753 8.7525 20.2376V19.0294C8.7525 18.8917 8.86595 18.7792 9.00483 18.7792C9.14372 18.7792 9.25718 18.8917 9.25718 19.0294V19.9874H9.82051V19.0294C9.82051 18.8917 9.93396 18.7792 10.0728 18.7792C10.2118 18.7792 10.3252 18.8917 10.3252 19.0294V20.2376C10.3233 20.3753 10.2098 20.4878 10.071 20.4878Z" fill="white"/>
|
|
11
|
+
<path d="M11.7476 20.4878H10.6815C10.5426 20.4839 10.4331 20.3695 10.437 20.2318C10.4409 20.0999 10.5485 19.9932 10.6815 19.9894H11.4953V19.9757L10.6111 19.7256C10.5035 19.6945 10.4292 19.5976 10.4292 19.4851V19.0294C10.4292 18.8917 10.5426 18.7811 10.6815 18.7811H11.7476C11.8865 18.7811 11.9999 18.8936 11.9999 19.0313C11.9999 19.169 11.8865 19.2815 11.7476 19.2815H10.9338V19.297L11.8181 19.5472C11.9256 19.5782 11.9999 19.6752 11.9999 19.7877V20.2396C11.9999 20.3772 11.8865 20.4878 11.7476 20.4878Z" fill="white"/>
|
|
12
|
+
<path d="M15.2507 20.4878C15.1118 20.4878 15.0002 20.3753 15.0002 20.2376V19.5724L14.8829 19.6732C14.789 19.7528 14.6501 19.7528 14.5542 19.6732L14.4369 19.5724V20.2376C14.4369 20.3753 14.3235 20.4878 14.1846 20.4878C14.0457 20.4878 13.9322 20.3753 13.9322 20.2376V19.0294C13.9322 18.8917 14.0457 18.7792 14.1846 18.7792C14.2452 18.7792 14.3019 18.8006 14.3489 18.8393L14.7186 19.1535L15.0863 18.8393C15.1919 18.7501 15.3504 18.7618 15.4424 18.8664C15.4814 18.9111 15.503 18.9692 15.503 19.0294V20.2376C15.5049 20.3753 15.3915 20.4878 15.2507 20.4878Z" fill="white"/>
|
|
13
|
+
<path d="M13.5745 20.4878C13.4356 20.4878 13.3222 20.3753 13.3222 20.2376V20.0262L12.6942 19.2796H12.6082V19.9874H12.9877C13.1265 19.9913 13.2361 20.1057 13.2322 20.2434C13.2283 20.3753 13.1207 20.482 12.9877 20.4858H12.3559C12.217 20.4858 12.1055 20.3734 12.1055 20.2356V19.0294C12.1055 18.8917 12.2189 18.7811 12.3559 18.7811H12.8136C12.8879 18.7811 12.9603 18.8141 13.0073 18.8704L13.7682 19.776C13.8053 19.8206 13.8268 19.8769 13.8268 19.9351V20.2376C13.8268 20.3753 13.7154 20.4878 13.5745 20.4878Z" fill="white"/>
|
|
14
|
+
<path d="M17.0797 20.4878C16.9408 20.4878 16.8274 20.3753 16.8274 20.2376V20.0262L16.1994 19.2796H16.1114V19.9874H16.4909C16.6298 19.9913 16.7394 20.1057 16.7354 20.2434C16.7315 20.3753 16.6239 20.482 16.4909 20.4858H15.861C15.7222 20.4858 15.6087 20.3734 15.6087 20.2356V19.0294C15.6087 18.8917 15.7222 18.7811 15.861 18.7811H16.3188C16.3931 18.7811 16.4635 18.8141 16.5125 18.8704L17.2734 19.776C17.3105 19.8206 17.332 19.8769 17.332 19.9351V20.2376C17.332 20.3772 17.2186 20.4878 17.0797 20.4878Z" fill="white"/>
|
|
15
|
+
<path d="M12.5964 18.1722C12.5787 18.1567 12.5592 18.1451 12.5357 18.1411C12.5064 18.1373 12.477 18.1567 12.4575 18.1702C12.4379 18.1839 12.3988 18.2187 12.3832 18.2323C12.3675 18.2459 12.3284 18.2537 12.2638 18.2924C12.1993 18.3312 11.9489 18.4902 11.9489 18.4902H12.0135L11.722 18.6395H11.7513L11.7103 18.6706C11.7337 18.6765 11.7572 18.6725 11.7787 18.6609V18.6706C11.7787 18.6706 12.1249 18.5349 12.1915 18.5697L12.1504 18.5814C12.1543 18.5814 12.2188 18.5852 12.2188 18.5852C12.2227 18.6124 12.2384 18.6377 12.2618 18.6512C12.301 18.6765 12.3029 18.692 12.3029 18.692C12.3029 18.692 12.2833 18.6997 12.2833 18.7113C12.3205 18.6997 12.3596 18.6997 12.3949 18.7113C12.3949 18.7113 12.3929 18.6997 12.3655 18.692C12.3381 18.6803 12.3147 18.6628 12.297 18.6377C12.2814 18.6163 12.2755 18.5892 12.2853 18.5639C12.2951 18.5387 12.3284 18.5251 12.3968 18.4902C12.477 18.4495 12.4966 18.4185 12.5064 18.3933C12.5161 18.368 12.5357 18.3215 12.5435 18.2982C12.5513 18.2769 12.565 18.2595 12.5827 18.2439C12.6042 18.2323 12.6276 18.2226 12.6492 18.2149C12.6531 18.2168 12.6101 18.1819 12.5964 18.1722Z" fill="white"/>
|
|
16
|
+
</g>
|
|
17
|
+
<defs>
|
|
18
|
+
<linearGradient id="paint0_linear_1532_63515" x1="12.041" y1="6.01172" x2="12.041" y2="13.8867" gradientUnits="userSpaceOnUse">
|
|
19
|
+
<stop stop-color="#7AEDCF"/>
|
|
20
|
+
<stop offset="0.201333" stop-color="#68CEFA"/>
|
|
21
|
+
<stop offset="0.403244" stop-color="#689CF8"/>
|
|
22
|
+
<stop offset="0.602076" stop-color="#AC57C0"/>
|
|
23
|
+
<stop offset="0.801867" stop-color="#E65659"/>
|
|
24
|
+
<stop offset="1" stop-color="#F2C241"/>
|
|
25
|
+
</linearGradient>
|
|
26
|
+
<linearGradient id="paint1_linear_1532_63515" x1="1.5" y1="16.0195" x2="22.7871" y2="19.752" gradientUnits="userSpaceOnUse">
|
|
27
|
+
<stop stop-color="#9E3BFF"/>
|
|
28
|
+
<stop offset="1" stop-color="#6D55FF"/>
|
|
29
|
+
</linearGradient>
|
|
30
|
+
<linearGradient id="paint2_linear_1532_63515" x1="1.5" y1="16.8932" x2="22.5" y2="16.8932" gradientUnits="userSpaceOnUse">
|
|
31
|
+
<stop stop-color="#9E3BFF"/>
|
|
32
|
+
<stop offset="1" stop-color="#492CFF"/>
|
|
33
|
+
</linearGradient>
|
|
34
|
+
<linearGradient id="paint3_linear_1532_63515" x1="1.5" y1="19.2598" x2="22.5" y2="19.1367" gradientUnits="userSpaceOnUse">
|
|
35
|
+
<stop stop-color="white" stop-opacity="0"/>
|
|
36
|
+
<stop offset="0.500885" stop-color="#9F7BFF"/>
|
|
37
|
+
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
|
38
|
+
</linearGradient>
|
|
39
|
+
<clipPath id="clip0_1532_63515">
|
|
40
|
+
<rect x="1.5" y="1.5" width="21" height="21" rx="10.5" fill="white"/>
|
|
41
|
+
</clipPath>
|
|
42
|
+
</defs>
|
|
43
|
+
</svg>
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_1532_63460)">
|
|
3
|
+
<path d="M22.5 12C22.5 6.20101 17.799 1.5 12 1.5C6.20101 1.5 1.5 6.20101 1.5 12C1.5 17.799 6.20101 22.5 12 22.5C17.799 22.5 22.5 17.799 22.5 12Z" fill="#11091B"/>
|
|
4
|
+
<path d="M12.041 13.8867H6.75L14.6865 6.01172H17.332L12.041 13.8867Z" fill="url(#paint0_linear_1532_63460)"/>
|
|
5
|
+
<path opacity="0.7" d="M1.5 16.0195C1.5 16.0195 6.29883 17.8607 12.2051 17.8607C18.1113 17.8607 22.5 16.0195 22.5 16.0195V23.3203H1.5V16.0195Z" fill="url(#paint1_linear_1532_63460)"/>
|
|
6
|
+
<path d="M1.5 17.9547C1.5 17.9547 7.36523 17.0859 12 17.0859C16.6348 17.0859 22.5 17.9547 22.5 17.9547V23.1562H1.5V17.9547Z" fill="url(#paint2_linear_1532_63460)"/>
|
|
7
|
+
<path d="M1.5 18.1188C1.5 18.1188 7.36523 17.25 12 17.25C16.6348 17.25 22.5 18.1188 22.5 18.1188" stroke="url(#paint3_linear_1532_63460)" stroke-width="4.2"/>
|
|
8
|
+
<path d="M7.33046 20.4878C7.19158 20.4878 7.07812 20.3753 7.07812 20.2376V19.0294C7.07812 18.8917 7.19158 18.7811 7.33046 18.7811C7.46935 18.7811 7.58281 18.8936 7.58281 19.0313V20.2396C7.58085 20.3753 7.46935 20.4878 7.33046 20.4878Z" fill="white"/>
|
|
9
|
+
<path d="M8.39673 20.4878C8.3224 20.4878 8.25002 20.4548 8.20308 20.3986L7.69448 19.7954C7.61624 19.7023 7.61624 19.5685 7.69448 19.4754L8.20308 18.8704C8.29306 18.7637 8.4515 18.7501 8.55713 18.8374C8.66276 18.9247 8.67842 19.0837 8.59039 19.1884L8.21677 19.6345L8.59039 20.0786C8.67842 20.1853 8.66472 20.3423 8.55713 20.4296C8.51215 20.4665 8.45541 20.4878 8.39673 20.4878Z" fill="white"/>
|
|
10
|
+
<path d="M10.071 20.4878H9.00483C8.86595 20.4878 8.7525 20.3753 8.7525 20.2376V19.0294C8.7525 18.8917 8.86595 18.7792 9.00483 18.7792C9.14372 18.7792 9.25718 18.8917 9.25718 19.0294V19.9874H9.82051V19.0294C9.82051 18.8917 9.93396 18.7792 10.0728 18.7792C10.2118 18.7792 10.3252 18.8917 10.3252 19.0294V20.2376C10.3233 20.3753 10.2098 20.4878 10.071 20.4878Z" fill="white"/>
|
|
11
|
+
<path d="M11.7476 20.4878H10.6815C10.5426 20.4839 10.4331 20.3695 10.437 20.2318C10.4409 20.0999 10.5485 19.9932 10.6815 19.9894H11.4953V19.9757L10.6111 19.7256C10.5035 19.6945 10.4292 19.5976 10.4292 19.4851V19.0294C10.4292 18.8917 10.5426 18.7811 10.6815 18.7811H11.7476C11.8865 18.7811 11.9999 18.8936 11.9999 19.0313C11.9999 19.169 11.8865 19.2815 11.7476 19.2815H10.9338V19.297L11.8181 19.5472C11.9256 19.5782 11.9999 19.6752 11.9999 19.7877V20.2396C11.9999 20.3772 11.8865 20.4878 11.7476 20.4878Z" fill="white"/>
|
|
12
|
+
<path d="M15.2507 20.4878C15.1118 20.4878 15.0002 20.3753 15.0002 20.2376V19.5724L14.8829 19.6732C14.789 19.7528 14.6501 19.7528 14.5542 19.6732L14.4369 19.5724V20.2376C14.4369 20.3753 14.3235 20.4878 14.1846 20.4878C14.0457 20.4878 13.9322 20.3753 13.9322 20.2376V19.0294C13.9322 18.8917 14.0457 18.7792 14.1846 18.7792C14.2452 18.7792 14.3019 18.8006 14.3489 18.8393L14.7186 19.1535L15.0863 18.8393C15.1919 18.7501 15.3504 18.7618 15.4424 18.8664C15.4814 18.9111 15.503 18.9692 15.503 19.0294V20.2376C15.5049 20.3753 15.3915 20.4878 15.2507 20.4878Z" fill="white"/>
|
|
13
|
+
<path d="M13.5745 20.4878C13.4356 20.4878 13.3222 20.3753 13.3222 20.2376V20.0262L12.6942 19.2796H12.6082V19.9874H12.9877C13.1265 19.9913 13.2361 20.1057 13.2322 20.2434C13.2283 20.3753 13.1207 20.482 12.9877 20.4858H12.3559C12.217 20.4858 12.1055 20.3734 12.1055 20.2356V19.0294C12.1055 18.8917 12.2189 18.7811 12.3559 18.7811H12.8136C12.8879 18.7811 12.9603 18.8141 13.0073 18.8704L13.7682 19.776C13.8053 19.8206 13.8268 19.8769 13.8268 19.9351V20.2376C13.8268 20.3753 13.7154 20.4878 13.5745 20.4878Z" fill="white"/>
|
|
14
|
+
<path d="M17.0797 20.4878C16.9408 20.4878 16.8274 20.3753 16.8274 20.2376V20.0262L16.1994 19.2796H16.1114V19.9874H16.4909C16.6298 19.9913 16.7394 20.1057 16.7354 20.2434C16.7315 20.3753 16.6239 20.482 16.4909 20.4858H15.861C15.7222 20.4858 15.6087 20.3734 15.6087 20.2356V19.0294C15.6087 18.8917 15.7222 18.7811 15.861 18.7811H16.3188C16.3931 18.7811 16.4635 18.8141 16.5125 18.8704L17.2734 19.776C17.3105 19.8206 17.332 19.8769 17.332 19.9351V20.2376C17.332 20.3772 17.2186 20.4878 17.0797 20.4878Z" fill="white"/>
|
|
15
|
+
<path d="M12.5964 18.1722C12.5787 18.1567 12.5592 18.1451 12.5357 18.1411C12.5064 18.1373 12.477 18.1567 12.4575 18.1702C12.4379 18.1839 12.3988 18.2187 12.3832 18.2323C12.3675 18.2459 12.3284 18.2537 12.2638 18.2924C12.1993 18.3312 11.9489 18.4902 11.9489 18.4902H12.0135L11.722 18.6395H11.7513L11.7103 18.6706C11.7337 18.6765 11.7572 18.6725 11.7787 18.6609V18.6706C11.7787 18.6706 12.1249 18.5349 12.1915 18.5697L12.1504 18.5814C12.1543 18.5814 12.2188 18.5852 12.2188 18.5852C12.2227 18.6124 12.2384 18.6377 12.2618 18.6512C12.301 18.6765 12.3029 18.692 12.3029 18.692C12.3029 18.692 12.2833 18.6997 12.2833 18.7113C12.3205 18.6997 12.3596 18.6997 12.3949 18.7113C12.3949 18.7113 12.3929 18.6997 12.3655 18.692C12.3381 18.6803 12.3147 18.6628 12.297 18.6377C12.2814 18.6163 12.2755 18.5892 12.2853 18.5639C12.2951 18.5387 12.3284 18.5251 12.3968 18.4902C12.477 18.4495 12.4966 18.4185 12.5064 18.3933C12.5161 18.368 12.5357 18.3215 12.5435 18.2982C12.5513 18.2769 12.565 18.2595 12.5827 18.2439C12.6042 18.2323 12.6276 18.2226 12.6492 18.2149C12.6531 18.2168 12.6101 18.1819 12.5964 18.1722Z" fill="white"/>
|
|
16
|
+
</g>
|
|
17
|
+
<defs>
|
|
18
|
+
<linearGradient id="paint0_linear_1532_63460" x1="12.041" y1="6.01172" x2="12.041" y2="13.8867" gradientUnits="userSpaceOnUse">
|
|
19
|
+
<stop stop-color="#7AEDCF"/>
|
|
20
|
+
<stop offset="0.201333" stop-color="#68CEFA"/>
|
|
21
|
+
<stop offset="0.403244" stop-color="#689CF8"/>
|
|
22
|
+
<stop offset="0.602076" stop-color="#AC57C0"/>
|
|
23
|
+
<stop offset="0.801867" stop-color="#E65659"/>
|
|
24
|
+
<stop offset="1" stop-color="#F2C241"/>
|
|
25
|
+
</linearGradient>
|
|
26
|
+
<linearGradient id="paint1_linear_1532_63460" x1="1.5" y1="16.0195" x2="22.7871" y2="19.752" gradientUnits="userSpaceOnUse">
|
|
27
|
+
<stop stop-color="#9E3BFF"/>
|
|
28
|
+
<stop offset="1" stop-color="#6D55FF"/>
|
|
29
|
+
</linearGradient>
|
|
30
|
+
<linearGradient id="paint2_linear_1532_63460" x1="1.5" y1="16.8932" x2="22.5" y2="16.8932" gradientUnits="userSpaceOnUse">
|
|
31
|
+
<stop stop-color="#9E3BFF"/>
|
|
32
|
+
<stop offset="1" stop-color="#492CFF"/>
|
|
33
|
+
</linearGradient>
|
|
34
|
+
<linearGradient id="paint3_linear_1532_63460" x1="1.5" y1="19.2598" x2="22.5" y2="19.1367" gradientUnits="userSpaceOnUse">
|
|
35
|
+
<stop stop-color="white" stop-opacity="0"/>
|
|
36
|
+
<stop offset="0.500885" stop-color="#9F7BFF"/>
|
|
37
|
+
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
|
38
|
+
</linearGradient>
|
|
39
|
+
<clipPath id="clip0_1532_63460">
|
|
40
|
+
<rect x="1.5" y="1.5" width="21" height="21" rx="10.5" fill="white"/>
|
|
41
|
+
</clipPath>
|
|
42
|
+
</defs>
|
|
43
|
+
</svg>
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_1532_63417)">
|
|
3
|
+
<path d="M22.5 12C22.5 6.20101 17.799 1.5 12 1.5C6.20101 1.5 1.5 6.20101 1.5 12C1.5 17.799 6.20101 22.5 12 22.5C17.799 22.5 22.5 17.799 22.5 12Z" fill="#11091B"/>
|
|
4
|
+
<path d="M12.041 13.8867H6.75L14.6865 6.01172H17.332L12.041 13.8867Z" fill="url(#paint0_linear_1532_63417)"/>
|
|
5
|
+
<path opacity="0.7" d="M1.5 16.0195C1.5 16.0195 6.29883 17.8607 12.2051 17.8607C18.1113 17.8607 22.5 16.0195 22.5 16.0195V23.3203H1.5V16.0195Z" fill="url(#paint1_linear_1532_63417)"/>
|
|
6
|
+
<path d="M1.5 17.9547C1.5 17.9547 7.36523 17.0859 12 17.0859C16.6348 17.0859 22.5 17.9547 22.5 17.9547V23.1562H1.5V17.9547Z" fill="url(#paint2_linear_1532_63417)"/>
|
|
7
|
+
<path d="M1.5 18.1188C1.5 18.1188 7.36523 17.25 12 17.25C16.6348 17.25 22.5 18.1188 22.5 18.1188" stroke="url(#paint3_linear_1532_63417)" stroke-width="4.2"/>
|
|
8
|
+
<path d="M7.86209 18.3894C7.70128 18.3894 7.54629 18.4096 7.48317 18.4267C7.39131 18.4525 7.36839 18.4927 7.3511 18.5761L6.98655 20.2582C6.98072 20.2926 6.9751 20.3213 6.9751 20.35C6.9751 20.4334 7.02968 20.4877 7.11863 20.4877C7.21632 20.4877 7.25653 20.4246 7.27653 20.3269L7.37985 19.8476C7.45151 19.8561 7.54629 19.8649 7.68128 19.8649C8.2756 19.8649 8.64577 19.5435 8.64577 19.0583C8.64577 18.6333 8.34996 18.3894 7.86209 18.3894ZM7.6669 19.5893C7.57504 19.5893 7.50317 19.5864 7.43734 19.5778L7.62962 18.685C7.68982 18.6765 7.77898 18.6648 7.87084 18.6648C8.18665 18.6648 8.34746 18.8142 8.34746 19.061C8.34725 19.3768 8.11749 19.5893 7.6669 19.5893Z" fill="white"/>
|
|
9
|
+
<path d="M17.2143 19.9336C17.1656 19.9336 17.1339 19.9624 17.0737 20.0284C16.9675 20.1376 16.9014 20.1978 16.8183 20.1978C16.7437 20.1978 16.7035 20.1376 16.7035 20.0399C16.7035 19.9853 16.715 19.9193 16.7293 19.8476L16.8356 19.3481H17.1543C17.2547 19.3481 17.3151 19.2906 17.3151 19.1872C17.3151 19.1297 17.2778 19.0868 17.1918 19.0868H16.8929L16.9445 18.8544C16.9504 18.82 16.956 18.7883 16.956 18.7596C16.956 18.6792 16.9014 18.6217 16.8125 18.6217C16.7177 18.6217 16.6748 18.6848 16.6546 18.7825L16.5885 19.0868H16.4535C16.3502 19.0868 16.29 19.1443 16.29 19.2477C16.29 19.3051 16.3302 19.3481 16.4163 19.3481H16.534L16.4277 19.8418C16.4163 19.8963 16.4019 19.9853 16.4019 20.0772C16.4019 20.3096 16.5225 20.479 16.7808 20.479C16.9302 20.479 17.062 20.4044 17.1626 20.3153C17.2603 20.2292 17.332 20.123 17.332 20.054C17.332 19.9882 17.2803 19.9336 17.2143 19.9336Z" fill="white"/>
|
|
10
|
+
<path d="M10.612 18.5588C10.612 18.4754 10.5545 18.4209 10.4656 18.4209C10.3708 18.4209 10.3279 18.484 10.3077 18.5817L9.94897 20.2494C9.94043 20.2838 9.9346 20.3125 9.9346 20.3413C9.9346 20.4246 9.99209 20.479 10.0781 20.479C10.1758 20.479 10.2187 20.4159 10.2389 20.3182L10.5977 18.6506C10.6035 18.616 10.612 18.5875 10.612 18.5588Z" fill="white"/>
|
|
11
|
+
<path d="M15.7359 19.0581C15.2766 19.0581 14.9637 19.5145 14.9637 19.948C14.9637 19.9561 14.9639 19.9642 14.9641 19.9722C14.892 20.0815 14.8 20.1949 14.7368 20.1949C14.691 20.1949 14.6737 20.1517 14.6737 20.0857C14.6737 20.0053 14.6966 19.8703 14.7225 19.7526L14.9608 18.6502C14.9666 18.6158 14.9722 18.5871 14.9722 18.5583C14.9722 18.475 14.9177 18.4204 14.8287 18.4204C14.731 18.4204 14.691 18.4836 14.6708 18.5813L14.5416 19.1783C14.4727 19.1066 14.3721 19.0577 14.22 19.0577C13.915 19.0577 13.6082 19.2924 13.4886 19.6526C13.357 19.993 13.2393 20.1944 13.1464 20.1944C13.112 20.1944 13.0918 20.1657 13.0918 20.1169C13.0918 19.9734 13.1722 19.6232 13.2066 19.4539C13.218 19.3908 13.2239 19.3649 13.2239 19.3276C13.2239 19.2014 13.0143 19.052 12.7416 19.052C12.4262 19.052 12.1406 19.2518 11.9975 19.5485C11.7848 19.9243 11.5896 20.1944 11.493 20.1944C11.4499 20.1944 11.4355 20.1399 11.424 20.0882L11.3526 19.6926L11.7917 19.3339C11.8319 19.2995 11.8836 19.2506 11.8836 19.1875C11.8836 19.11 11.8319 19.0583 11.7544 19.0583C11.6969 19.0583 11.6482 19.0927 11.5994 19.1329L10.9393 19.6782L11.1603 18.6506C11.1661 18.6163 11.1747 18.5875 11.1747 18.5588C11.1747 18.4754 11.1172 18.4209 11.0282 18.4209C10.9335 18.4209 10.8905 18.484 10.8703 18.5817L10.5116 20.2494C10.5031 20.2838 10.4973 20.3125 10.4973 20.3413C10.4973 20.4246 10.5547 20.479 10.6408 20.479C10.7385 20.479 10.7814 20.4159 10.8016 20.3182L10.8476 20.103L11.1174 19.8849L11.1834 20.2178C11.2093 20.3498 11.2782 20.479 11.4561 20.479C11.6332 20.479 11.7725 20.3173 11.9121 20.0988C11.9544 20.3278 12.1173 20.479 12.3433 20.479C12.5702 20.479 12.7252 20.344 12.8256 20.1632V20.169C12.8256 20.3557 12.9203 20.479 13.0868 20.479C13.2374 20.479 13.3624 20.3882 13.474 20.1953C13.5374 20.3634 13.679 20.479 13.8761 20.479C14.1086 20.479 14.275 20.3384 14.3812 20.1432V20.1605C14.3812 20.3671 14.4846 20.4792 14.6539 20.4792C14.8035 20.4792 14.9306 20.3923 15.0391 20.2511C15.1216 20.3923 15.2695 20.4792 15.4693 20.4792C15.9286 20.4792 16.2415 20.0228 16.2415 19.5864C16.2413 19.2791 16.0546 19.0581 15.7359 19.0581ZM12.8741 19.6409C12.7908 19.9997 12.6129 20.2036 12.4119 20.2036C12.2769 20.2036 12.2023 20.1003 12.2023 19.9453C12.2023 19.6409 12.4233 19.3137 12.7189 19.3137C12.8079 19.3137 12.8768 19.3395 12.937 19.3768L12.8741 19.6409ZM14.4729 19.4889C14.381 19.9109 14.1715 20.2036 13.9419 20.2036C13.8157 20.2036 13.7409 20.1059 13.7409 19.9453C13.7409 19.6382 13.9534 19.3195 14.2375 19.3195C14.3467 19.3195 14.4298 19.3568 14.4902 19.4056L14.4729 19.4889ZM15.5034 20.2036C15.337 20.2036 15.268 20.083 15.268 19.9309C15.268 19.6524 15.4603 19.3339 15.7015 19.3339C15.868 19.3339 15.9369 19.4545 15.9369 19.6066C15.9369 19.8878 15.7447 20.2036 15.5034 20.2036Z" fill="white"/>
|
|
12
|
+
<path d="M9.36049 19.0581C8.90116 19.0581 8.58827 19.5145 8.58827 19.948C8.58827 20.258 8.77492 20.479 9.09343 20.479C9.55276 20.479 9.86565 20.0226 9.86565 19.5862C9.86565 19.2791 9.679 19.0581 9.36049 19.0581ZM9.12801 20.2036C8.96157 20.2036 8.89262 20.083 8.89262 19.9309C8.89262 19.6524 9.08489 19.3339 9.32612 19.3339C9.49256 19.3339 9.56151 19.4545 9.56151 19.6066C9.5613 19.8878 9.36903 20.2036 9.12801 20.2036Z" fill="white"/>
|
|
13
|
+
</g>
|
|
14
|
+
<defs>
|
|
15
|
+
<linearGradient id="paint0_linear_1532_63417" x1="12.041" y1="6.01172" x2="12.041" y2="13.8867" gradientUnits="userSpaceOnUse">
|
|
16
|
+
<stop stop-color="#7AEDCF"/>
|
|
17
|
+
<stop offset="0.201333" stop-color="#68CEFA"/>
|
|
18
|
+
<stop offset="0.403244" stop-color="#689CF8"/>
|
|
19
|
+
<stop offset="0.602076" stop-color="#AC57C0"/>
|
|
20
|
+
<stop offset="0.801867" stop-color="#E65659"/>
|
|
21
|
+
<stop offset="1" stop-color="#F2C241"/>
|
|
22
|
+
</linearGradient>
|
|
23
|
+
<linearGradient id="paint1_linear_1532_63417" x1="1.5" y1="16.0195" x2="22.7871" y2="19.752" gradientUnits="userSpaceOnUse">
|
|
24
|
+
<stop stop-color="#9E3BFF"/>
|
|
25
|
+
<stop offset="1" stop-color="#6D55FF"/>
|
|
26
|
+
</linearGradient>
|
|
27
|
+
<linearGradient id="paint2_linear_1532_63417" x1="1.5" y1="16.8932" x2="22.5" y2="16.8932" gradientUnits="userSpaceOnUse">
|
|
28
|
+
<stop stop-color="#9E3BFF"/>
|
|
29
|
+
<stop offset="1" stop-color="#492CFF"/>
|
|
30
|
+
</linearGradient>
|
|
31
|
+
<linearGradient id="paint3_linear_1532_63417" x1="1.5" y1="19.2598" x2="22.5" y2="19.1367" gradientUnits="userSpaceOnUse">
|
|
32
|
+
<stop stop-color="white" stop-opacity="0"/>
|
|
33
|
+
<stop offset="0.500885" stop-color="#9F7BFF"/>
|
|
34
|
+
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
|
35
|
+
</linearGradient>
|
|
36
|
+
<clipPath id="clip0_1532_63417">
|
|
37
|
+
<rect x="1.5" y="1.5" width="21" height="21" rx="10.5" fill="white"/>
|
|
38
|
+
</clipPath>
|
|
39
|
+
</defs>
|
|
40
|
+
</svg>
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_1532_63371)">
|
|
3
|
+
<path d="M22.5 12C22.5 6.20101 17.799 1.5 12 1.5C6.20101 1.5 1.5 6.20101 1.5 12C1.5 17.799 6.20101 22.5 12 22.5C17.799 22.5 22.5 17.799 22.5 12Z" fill="#11091B"/>
|
|
4
|
+
<path d="M12.041 13.8867H6.75L14.6865 6.01172H17.332L12.041 13.8867Z" fill="url(#paint0_linear_1532_63371)"/>
|
|
5
|
+
<path opacity="0.7" d="M1.5 16.0195C1.5 16.0195 6.29883 17.8607 12.2051 17.8607C18.1113 17.8607 22.5 16.0195 22.5 16.0195V23.3203H1.5V16.0195Z" fill="url(#paint1_linear_1532_63371)"/>
|
|
6
|
+
<path d="M1.5 17.9547C1.5 17.9547 7.36523 17.0859 12 17.0859C16.6348 17.0859 22.5 17.9547 22.5 17.9547V23.1562H1.5V17.9547Z" fill="url(#paint2_linear_1532_63371)"/>
|
|
7
|
+
<path d="M1.5 18.1188C1.5 18.1188 7.36523 17.25 12 17.25C16.6348 17.25 22.5 18.1188 22.5 18.1188" stroke="url(#paint3_linear_1532_63371)" stroke-width="4.2"/>
|
|
8
|
+
<path d="M7.86209 18.3894C7.70128 18.3894 7.54629 18.4096 7.48317 18.4267C7.39131 18.4525 7.36839 18.4927 7.3511 18.5761L6.98655 20.2582C6.98072 20.2926 6.9751 20.3213 6.9751 20.35C6.9751 20.4334 7.02968 20.4877 7.11863 20.4877C7.21632 20.4877 7.25653 20.4246 7.27653 20.3269L7.37985 19.8476C7.45151 19.8561 7.54629 19.8649 7.68128 19.8649C8.2756 19.8649 8.64577 19.5435 8.64577 19.0583C8.64577 18.6333 8.34996 18.3894 7.86209 18.3894ZM7.6669 19.5893C7.57504 19.5893 7.50317 19.5864 7.43734 19.5778L7.62962 18.685C7.68982 18.6765 7.77898 18.6648 7.87084 18.6648C8.18665 18.6648 8.34746 18.8142 8.34746 19.061C8.34725 19.3768 8.11749 19.5893 7.6669 19.5893Z" fill="white"/>
|
|
9
|
+
<path d="M17.2143 19.9336C17.1656 19.9336 17.1339 19.9624 17.0737 20.0284C16.9675 20.1376 16.9014 20.1978 16.8183 20.1978C16.7437 20.1978 16.7035 20.1376 16.7035 20.0399C16.7035 19.9853 16.715 19.9193 16.7293 19.8476L16.8356 19.3481H17.1543C17.2547 19.3481 17.3151 19.2906 17.3151 19.1872C17.3151 19.1297 17.2778 19.0868 17.1918 19.0868H16.8929L16.9445 18.8544C16.9504 18.82 16.956 18.7883 16.956 18.7596C16.956 18.6792 16.9014 18.6217 16.8125 18.6217C16.7177 18.6217 16.6748 18.6848 16.6546 18.7825L16.5885 19.0868H16.4535C16.3502 19.0868 16.29 19.1443 16.29 19.2477C16.29 19.3051 16.3302 19.3481 16.4163 19.3481H16.534L16.4277 19.8418C16.4163 19.8963 16.4019 19.9853 16.4019 20.0772C16.4019 20.3096 16.5225 20.479 16.7808 20.479C16.9302 20.479 17.062 20.4044 17.1626 20.3153C17.2603 20.2292 17.332 20.123 17.332 20.054C17.332 19.9882 17.2803 19.9336 17.2143 19.9336Z" fill="white"/>
|
|
10
|
+
<path d="M10.612 18.5588C10.612 18.4754 10.5545 18.4209 10.4656 18.4209C10.3708 18.4209 10.3279 18.484 10.3077 18.5817L9.94897 20.2494C9.94043 20.2838 9.9346 20.3125 9.9346 20.3413C9.9346 20.4246 9.99209 20.479 10.0781 20.479C10.1758 20.479 10.2187 20.4159 10.2389 20.3182L10.5977 18.6506C10.6035 18.616 10.612 18.5875 10.612 18.5588Z" fill="white"/>
|
|
11
|
+
<path d="M15.7359 19.0581C15.2766 19.0581 14.9637 19.5145 14.9637 19.948C14.9637 19.9561 14.9639 19.9642 14.9641 19.9722C14.892 20.0815 14.8 20.1949 14.7368 20.1949C14.691 20.1949 14.6737 20.1517 14.6737 20.0857C14.6737 20.0053 14.6966 19.8703 14.7225 19.7526L14.9608 18.6502C14.9666 18.6158 14.9722 18.5871 14.9722 18.5583C14.9722 18.475 14.9177 18.4204 14.8287 18.4204C14.731 18.4204 14.691 18.4836 14.6708 18.5813L14.5416 19.1783C14.4727 19.1066 14.3721 19.0577 14.22 19.0577C13.915 19.0577 13.6082 19.2924 13.4886 19.6526C13.357 19.993 13.2393 20.1944 13.1464 20.1944C13.112 20.1944 13.0918 20.1657 13.0918 20.1169C13.0918 19.9734 13.1722 19.6232 13.2066 19.4539C13.218 19.3908 13.2239 19.3649 13.2239 19.3276C13.2239 19.2014 13.0143 19.052 12.7416 19.052C12.4262 19.052 12.1406 19.2518 11.9975 19.5485C11.7848 19.9243 11.5896 20.1944 11.493 20.1944C11.4499 20.1944 11.4355 20.1399 11.424 20.0882L11.3526 19.6926L11.7917 19.3339C11.8319 19.2995 11.8836 19.2506 11.8836 19.1875C11.8836 19.11 11.8319 19.0583 11.7544 19.0583C11.6969 19.0583 11.6482 19.0927 11.5994 19.1329L10.9393 19.6782L11.1603 18.6506C11.1661 18.6163 11.1747 18.5875 11.1747 18.5588C11.1747 18.4754 11.1172 18.4209 11.0282 18.4209C10.9335 18.4209 10.8905 18.484 10.8703 18.5817L10.5116 20.2494C10.5031 20.2838 10.4973 20.3125 10.4973 20.3413C10.4973 20.4246 10.5547 20.479 10.6408 20.479C10.7385 20.479 10.7814 20.4159 10.8016 20.3182L10.8476 20.103L11.1174 19.8849L11.1834 20.2178C11.2093 20.3498 11.2782 20.479 11.4561 20.479C11.6332 20.479 11.7725 20.3173 11.9121 20.0988C11.9544 20.3278 12.1173 20.479 12.3433 20.479C12.5702 20.479 12.7252 20.344 12.8256 20.1632V20.169C12.8256 20.3557 12.9203 20.479 13.0868 20.479C13.2374 20.479 13.3624 20.3882 13.474 20.1953C13.5374 20.3634 13.679 20.479 13.8761 20.479C14.1086 20.479 14.275 20.3384 14.3812 20.1432V20.1605C14.3812 20.3671 14.4846 20.4792 14.6539 20.4792C14.8035 20.4792 14.9306 20.3923 15.0391 20.2511C15.1216 20.3923 15.2695 20.4792 15.4693 20.4792C15.9286 20.4792 16.2415 20.0228 16.2415 19.5864C16.2413 19.2791 16.0546 19.0581 15.7359 19.0581ZM12.8741 19.6409C12.7908 19.9997 12.6129 20.2036 12.4119 20.2036C12.2769 20.2036 12.2023 20.1003 12.2023 19.9453C12.2023 19.6409 12.4233 19.3137 12.7189 19.3137C12.8079 19.3137 12.8768 19.3395 12.937 19.3768L12.8741 19.6409ZM14.4729 19.4889C14.381 19.9109 14.1715 20.2036 13.9419 20.2036C13.8157 20.2036 13.7409 20.1059 13.7409 19.9453C13.7409 19.6382 13.9534 19.3195 14.2375 19.3195C14.3467 19.3195 14.4298 19.3568 14.4902 19.4056L14.4729 19.4889ZM15.5034 20.2036C15.337 20.2036 15.268 20.083 15.268 19.9309C15.268 19.6524 15.4603 19.3339 15.7015 19.3339C15.868 19.3339 15.9369 19.4545 15.9369 19.6066C15.9369 19.8878 15.7447 20.2036 15.5034 20.2036Z" fill="white"/>
|
|
12
|
+
<path d="M9.36049 19.0581C8.90116 19.0581 8.58827 19.5145 8.58827 19.948C8.58827 20.258 8.77492 20.479 9.09343 20.479C9.55276 20.479 9.86565 20.0226 9.86565 19.5862C9.86565 19.2791 9.679 19.0581 9.36049 19.0581ZM9.12801 20.2036C8.96157 20.2036 8.89262 20.083 8.89262 19.9309C8.89262 19.6524 9.08489 19.3339 9.32612 19.3339C9.49256 19.3339 9.56151 19.4545 9.56151 19.6066C9.5613 19.8878 9.36903 20.2036 9.12801 20.2036Z" fill="white"/>
|
|
13
|
+
</g>
|
|
14
|
+
<defs>
|
|
15
|
+
<linearGradient id="paint0_linear_1532_63371" x1="12.041" y1="6.01172" x2="12.041" y2="13.8867" gradientUnits="userSpaceOnUse">
|
|
16
|
+
<stop stop-color="#7AEDCF"/>
|
|
17
|
+
<stop offset="0.201333" stop-color="#68CEFA"/>
|
|
18
|
+
<stop offset="0.403244" stop-color="#689CF8"/>
|
|
19
|
+
<stop offset="0.602076" stop-color="#AC57C0"/>
|
|
20
|
+
<stop offset="0.801867" stop-color="#E65659"/>
|
|
21
|
+
<stop offset="1" stop-color="#F2C241"/>
|
|
22
|
+
</linearGradient>
|
|
23
|
+
<linearGradient id="paint1_linear_1532_63371" x1="1.5" y1="16.0195" x2="22.7871" y2="19.752" gradientUnits="userSpaceOnUse">
|
|
24
|
+
<stop stop-color="#9E3BFF"/>
|
|
25
|
+
<stop offset="1" stop-color="#6D55FF"/>
|
|
26
|
+
</linearGradient>
|
|
27
|
+
<linearGradient id="paint2_linear_1532_63371" x1="1.5" y1="16.8932" x2="22.5" y2="16.8932" gradientUnits="userSpaceOnUse">
|
|
28
|
+
<stop stop-color="#9E3BFF"/>
|
|
29
|
+
<stop offset="1" stop-color="#492CFF"/>
|
|
30
|
+
</linearGradient>
|
|
31
|
+
<linearGradient id="paint3_linear_1532_63371" x1="1.5" y1="19.2598" x2="22.5" y2="19.1367" gradientUnits="userSpaceOnUse">
|
|
32
|
+
<stop stop-color="white" stop-opacity="0"/>
|
|
33
|
+
<stop offset="0.500885" stop-color="#9F7BFF"/>
|
|
34
|
+
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
|
35
|
+
</linearGradient>
|
|
36
|
+
<clipPath id="clip0_1532_63371">
|
|
37
|
+
<rect x="1.5" y="1.5" width="21" height="21" rx="10.5" fill="white"/>
|
|
38
|
+
</clipPath>
|
|
39
|
+
</defs>
|
|
40
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.64959 15.8521C3.10016 14.6759 2.79326 13.3636 2.79326 11.9797C2.79326 6.92048 6.8946 2.81916 11.9539 2.81916C14.7709 2.81916 17.2909 4.09085 18.9713 6.09137L19.9739 5.25018C18.0533 2.96385 15.1734 1.5105 11.9539 1.5105C6.17186 1.5105 1.48462 6.19774 1.48462 11.9797C1.48462 13.5614 1.83534 15.0611 2.46326 16.4052L3.64959 15.8521Z" fill="white"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.9537 18.196C8.52066 18.196 5.73762 15.4129 5.73762 11.9798C5.73762 8.54679 8.52066 5.76372 11.9537 5.76372C13.8653 5.76372 15.575 6.62688 16.7153 7.98438L17.7181 7.14298C16.3378 5.49969 14.2677 4.45508 11.9537 4.45508C7.7979 4.45508 4.42896 7.82402 4.42896 11.9798C4.42896 16.1357 7.7979 19.5046 11.9537 19.5046V18.196Z" fill="white"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.2093 13.8723C13.6693 14.5153 12.8593 14.9242 11.9538 14.9242C10.3276 14.9242 9.00935 13.6059 9.00935 11.9797C9.00935 10.3535 10.3276 9.03523 11.9538 9.03523C12.8593 9.03523 13.6693 9.4441 14.2093 10.0871L15.337 9.14083C14.5269 8.17629 13.3121 7.56299 11.9538 7.56299C9.51454 7.56299 7.53711 9.54042 7.53711 11.9797C7.53711 14.4189 9.51454 16.3964 11.9538 16.3964C13.1986 16.3964 14.3226 15.8811 15.1254 15.0526L14.2093 13.8723Z" fill="white"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.64959 15.8521C3.10016 14.6759 2.79326 13.3636 2.79326 11.9797C2.79326 6.92048 6.8946 2.81916 11.9539 2.81916C14.7709 2.81916 17.2909 4.09085 18.9713 6.09137L19.9739 5.25018C18.0533 2.96385 15.1734 1.5105 11.9539 1.5105C6.17186 1.5105 1.48462 6.19774 1.48462 11.9797C1.48462 13.5614 1.83534 15.0611 2.46326 16.4052L3.64959 15.8521Z" fill="black"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.9537 18.196C8.52066 18.196 5.73762 15.4129 5.73762 11.9798C5.73762 8.54679 8.52066 5.76372 11.9537 5.76372C13.8653 5.76372 15.575 6.62688 16.7153 7.98438L17.7181 7.14298C16.3378 5.49969 14.2677 4.45508 11.9537 4.45508C7.7979 4.45508 4.42896 7.82402 4.42896 11.9798C4.42896 16.1357 7.7979 19.5046 11.9537 19.5046V18.196Z" fill="black"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.2093 13.8723C13.6693 14.5153 12.8593 14.9242 11.9538 14.9242C10.3276 14.9242 9.00935 13.6059 9.00935 11.9797C9.00935 10.3535 10.3276 9.03523 11.9538 9.03523C12.8593 9.03523 13.6693 9.4441 14.2093 10.0871L15.337 9.14083C14.5269 8.17629 13.3121 7.56299 11.9538 7.56299C9.51454 7.56299 7.53711 9.54042 7.53711 11.9797C7.53711 14.4189 9.51454 16.3964 11.9538 16.3964C13.1986 16.3964 14.3226 15.8811 15.1254 15.0526L14.2093 13.8723Z" fill="black"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M5.0904 6.5728L12.9331 1.87398C13.2037 1.7116 13.5365 1.7116 13.8072 1.87398L18.7467 4.83297C19.2434 5.12939 19.3328 5.83563 18.928 6.25834L17.2542 8.00589C16.9761 8.29715 16.5415 8.35644 16.1988 8.15024L13.8147 6.72229C13.539 6.55733 13.1988 6.55733 12.9231 6.72229L4.65332 11.7278V7.35894C4.65332 7.03417 4.81971 6.73518 5.0904 6.5728Z" fill="#FA8C16"/>
|
|
3
|
+
<path d="M18.7641 19.154L13.8047 22.1259C13.534 22.2882 13.2013 22.2882 12.9331 22.1259L5.0904 17.427C4.81971 17.2647 4.65332 16.9657 4.65332 16.6409V12.6793L8.69385 10.2487V14.2206C8.69385 14.5454 8.86024 14.8444 9.13093 15.0042L12.9331 17.2827C13.2037 17.4451 13.5365 17.4451 13.8047 17.2827L16.2112 15.8419C16.5539 15.6357 16.986 15.695 17.2641 15.9862L18.9429 17.7286C19.3502 18.1487 19.2608 18.8576 18.7641 19.154Z" fill="white"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M5.0904 6.5728L12.9331 1.87398C13.2037 1.7116 13.5365 1.7116 13.8072 1.87398L18.7467 4.83297C19.2434 5.12939 19.3328 5.83563 18.928 6.25834L17.2542 8.00589C16.9761 8.29715 16.5415 8.35644 16.1988 8.15024L13.8147 6.72229C13.539 6.55733 13.1988 6.55733 12.9231 6.72229L4.65332 11.7278V7.35894C4.65332 7.03417 4.81971 6.73518 5.0904 6.5728Z" fill="#FA8C16"/>
|
|
3
|
+
<path d="M18.7641 19.154L13.8047 22.1259C13.534 22.2882 13.2013 22.2882 12.9331 22.1259L5.0904 17.427C4.81971 17.2647 4.65332 16.9657 4.65332 16.6409V12.6793L8.69385 10.2487V14.2206C8.69385 14.5454 8.86024 14.8444 9.13093 15.0042L12.9331 17.2827C13.2037 17.4451 13.5365 17.4451 13.8047 17.2827L16.2112 15.8419C16.5539 15.6357 16.986 15.695 17.2641 15.9862L18.9429 17.7286C19.3502 18.1487 19.2608 18.8576 18.7641 19.154Z" fill="#1F1F1F"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M5.49245 6.8999C6.16953 6.8999 6.71845 7.44988 6.71845 8.12833C6.71845 8.65951 6.3819 9.11199 5.91082 9.28336L5.91089 15.6469C6.78787 15.6081 7.60338 15.4473 8.32793 15.1808L8.32791 10.3022C7.85683 10.1308 7.52028 9.67834 7.52028 9.14716C7.52028 8.46871 8.0692 7.91874 8.74627 7.91874C9.42335 7.91874 9.97227 8.46871 9.97227 9.14716C9.97227 9.67834 9.63572 10.1308 9.16464 10.3022L9.16468 14.8044C9.97026 14.368 10.6156 13.7774 11.0436 13.0642C10.7532 12.802 10.5707 12.4223 10.5707 11.9999C10.5707 11.2089 11.2107 10.5677 12.0001 10.5677C12.0649 10.5677 12.1287 10.572 12.1913 10.5804C13.2799 8.68375 15.6143 7.53498 18.3994 7.50595L18.5077 7.50538H22.9817C23.2128 7.50538 23.4001 7.69305 23.4001 7.92456C23.4001 8.1478 23.2259 8.33028 23.0063 8.34303L22.9817 8.34374H22.1799L22.1799 14.7164C22.651 14.8878 22.9876 15.3403 22.9876 15.8715C22.9876 16.5499 22.4386 17.0999 21.7616 17.0999C21.0845 17.0999 20.5356 16.5499 20.5356 15.8715C20.5356 15.3402 20.8722 14.8877 21.3433 14.7164L21.3432 8.34374H18.926L18.9261 14.7164C19.3972 14.8878 19.7337 15.3403 19.7337 15.8715C19.7337 16.5499 19.1848 17.0999 18.5077 17.0999C17.8307 17.0999 17.2817 16.5499 17.2817 15.8715C17.2817 15.3403 17.6183 14.8878 18.0894 14.7164L18.0893 8.35293C17.2123 8.39172 16.3968 8.55251 15.6723 8.81901L15.6723 13.6976C16.1434 13.869 16.4799 14.3214 16.4799 14.8526C16.4799 15.531 15.931 16.0811 15.2539 16.0811C14.5769 16.0811 14.0279 15.531 14.0279 14.8526C14.0279 14.3214 14.3645 13.869 14.8355 13.6976L14.8355 9.19543C14.0299 9.6318 13.3846 10.2224 12.9566 10.9356C13.247 11.1978 13.4295 11.5775 13.4295 11.9999C13.4295 12.7909 12.7895 13.4321 12.0001 13.4321C11.9353 13.4321 11.8715 13.4278 11.8089 13.4194C10.7203 15.316 8.38594 16.4648 5.60079 16.4939L5.49245 16.4944H1.01845C0.787399 16.4944 0.600098 16.3068 0.600098 16.0752C0.600098 15.852 0.774259 15.6695 0.993865 15.6568L1.01845 15.6561L1.82028 15.656L1.82028 9.28337C1.34919 9.112 1.01264 8.65952 1.01264 8.12833C1.01264 7.44988 1.56155 6.8999 2.23863 6.8999C2.91571 6.8999 3.46462 7.44988 3.46462 8.12833C3.46462 8.65946 3.12813 9.11191 2.65712 9.28331L2.65698 15.656H5.07406L5.07408 9.28336C4.60301 9.11199 4.26646 8.65951 4.26646 8.12833C4.26646 7.44988 4.81537 6.8999 5.49245 6.8999Z" fill="white"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M5.49245 6.8999C6.16953 6.8999 6.71845 7.44988 6.71845 8.12833C6.71845 8.65951 6.3819 9.11199 5.91082 9.28336L5.91089 15.6469C6.78787 15.6081 7.60338 15.4473 8.32793 15.1808L8.32791 10.3022C7.85683 10.1308 7.52028 9.67834 7.52028 9.14716C7.52028 8.46871 8.0692 7.91874 8.74627 7.91874C9.42335 7.91874 9.97227 8.46871 9.97227 9.14716C9.97227 9.67834 9.63572 10.1308 9.16464 10.3022L9.16468 14.8044C9.97026 14.368 10.6156 13.7774 11.0436 13.0642C10.7532 12.802 10.5707 12.4223 10.5707 11.9999C10.5707 11.2089 11.2107 10.5677 12.0001 10.5677C12.0649 10.5677 12.1287 10.572 12.1913 10.5804C13.2799 8.68375 15.6143 7.53498 18.3994 7.50595L18.5077 7.50538H22.9817C23.2128 7.50538 23.4001 7.69305 23.4001 7.92456C23.4001 8.1478 23.2259 8.33028 23.0063 8.34303L22.9817 8.34374H22.1799L22.1799 14.7164C22.651 14.8878 22.9876 15.3403 22.9876 15.8715C22.9876 16.5499 22.4386 17.0999 21.7616 17.0999C21.0845 17.0999 20.5356 16.5499 20.5356 15.8715C20.5356 15.3402 20.8722 14.8877 21.3433 14.7164L21.3432 8.34374H18.926L18.9261 14.7164C19.3972 14.8878 19.7337 15.3403 19.7337 15.8715C19.7337 16.5499 19.1848 17.0999 18.5077 17.0999C17.8307 17.0999 17.2817 16.5499 17.2817 15.8715C17.2817 15.3403 17.6183 14.8878 18.0894 14.7164L18.0893 8.35293C17.2123 8.39172 16.3968 8.55251 15.6723 8.81901L15.6723 13.6976C16.1434 13.869 16.4799 14.3214 16.4799 14.8526C16.4799 15.531 15.931 16.0811 15.2539 16.0811C14.5769 16.0811 14.0279 15.531 14.0279 14.8526C14.0279 14.3214 14.3645 13.869 14.8355 13.6976L14.8355 9.19543C14.0299 9.6318 13.3846 10.2224 12.9566 10.9356C13.247 11.1978 13.4295 11.5775 13.4295 11.9999C13.4295 12.7909 12.7895 13.4321 12.0001 13.4321C11.9353 13.4321 11.8715 13.4278 11.8089 13.4194C10.7203 15.316 8.38594 16.4648 5.60079 16.4939L5.49245 16.4944H1.01845C0.787399 16.4944 0.600098 16.3068 0.600098 16.0752C0.600098 15.852 0.774259 15.6695 0.993865 15.6568L1.01845 15.6561L1.82028 15.656L1.82028 9.28337C1.34919 9.112 1.01264 8.65952 1.01264 8.12833C1.01264 7.44988 1.56155 6.8999 2.23863 6.8999C2.91571 6.8999 3.46462 7.44988 3.46462 8.12833C3.46462 8.65946 3.12813 9.11191 2.65712 9.28331L2.65698 15.656H5.07406L5.07408 9.28336C4.60301 9.11199 4.26646 8.65951 4.26646 8.12833C4.26646 7.44988 4.81537 6.8999 5.49245 6.8999Z" fill="#DB378A"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.19995 12.0003L12.0038 1.19995L22.8 12.0031L12.0038 22.8L1.19995 12.0003ZM5.17528 8.77779C4.71909 9.29123 3.76424 10.5413 3.76424 12.0003C3.76424 13.4651 4.72658 14.7192 5.18063 15.2289L7.51622 17.5663L7.5272 17.5556C8.46221 16.6413 10.0166 15.4396 11.7886 15.3481C11.3424 15.8454 10.3586 17.1101 10.3586 18.59C10.3586 20.0699 11.3424 21.3345 11.7886 21.8319L12.0038 22.0575L12.2191 21.8319C12.6652 21.3345 13.649 20.0699 13.649 18.59C13.649 17.1101 12.6652 15.8454 12.2191 15.3481C13.998 15.4399 15.5576 16.6507 16.4914 17.5663L18.8821 15.1738L18.8876 15.1674C19.3603 14.6242 20.2514 13.4098 20.2514 12.0003C20.2514 10.5854 19.3533 9.36693 18.8821 8.82693L16.5025 6.4455L16.4916 6.45625C15.5575 7.37179 13.998 8.58249 12.2191 8.67438C12.6652 8.17699 13.649 6.91238 13.649 5.43246C13.649 3.95256 12.6652 2.68793 12.2191 2.19056L12.0038 1.94321L11.7886 2.19056C11.3424 2.68793 10.3586 3.95256 10.3586 5.43246C10.3586 6.91238 11.3424 8.17699 11.7886 8.67438C10.0027 8.58214 8.4379 7.36229 7.50507 6.4455L5.17528 8.77779ZM5.6322 8.75869C8.51565 8.91127 10.8212 12.0003 10.8212 12.0003C10.8212 12.0003 8.51565 15.0894 5.6322 15.242C6.08104 14.7405 7.05977 13.4775 7.05977 12.0003C7.05977 10.5232 6.08104 9.26022 5.6322 8.75869ZM18.3835 8.75869C17.9346 9.26022 16.9559 10.5232 16.9559 12.0003C16.9559 13.4775 17.9346 14.7405 18.3835 15.242C15.5 15.0894 13.1945 12.0003 13.1945 12.0003C13.1945 12.0003 15.5 8.91127 18.3835 8.75869Z" fill="white"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.19995 12.0003L12.0038 1.19995L22.8 12.0031L12.0038 22.8L1.19995 12.0003ZM5.17528 8.77779C4.71909 9.29123 3.76424 10.5413 3.76424 12.0003C3.76424 13.4651 4.72658 14.7192 5.18063 15.2289L7.51622 17.5663L7.5272 17.5556C8.46221 16.6413 10.0166 15.4396 11.7886 15.3481C11.3424 15.8454 10.3586 17.1101 10.3586 18.59C10.3586 20.0699 11.3424 21.3345 11.7886 21.8319L12.0038 22.0575L12.2191 21.8319C12.6652 21.3345 13.649 20.0699 13.649 18.59C13.649 17.1101 12.6652 15.8454 12.2191 15.3481C13.998 15.4399 15.5576 16.6507 16.4914 17.5663L18.8821 15.1738L18.8876 15.1674C19.3603 14.6242 20.2514 13.4098 20.2514 12.0003C20.2514 10.5854 19.3533 9.36693 18.8821 8.82693L16.5025 6.4455L16.4916 6.45625C15.5575 7.37179 13.998 8.58249 12.2191 8.67438C12.6652 8.17699 13.649 6.91238 13.649 5.43246C13.649 3.95256 12.6652 2.68793 12.2191 2.19056L12.0038 1.94321L11.7886 2.19056C11.3424 2.68793 10.3586 3.95256 10.3586 5.43246C10.3586 6.91238 11.3424 8.17699 11.7886 8.67438C10.0027 8.58214 8.4379 7.36229 7.50507 6.4455L5.17528 8.77779ZM5.6322 8.75869C8.51565 8.91127 10.8212 12.0003 10.8212 12.0003C10.8212 12.0003 8.51565 15.0894 5.6322 15.242C6.08104 14.7405 7.05977 13.4775 7.05977 12.0003C7.05977 10.5232 6.08104 9.26022 5.6322 8.75869ZM18.3835 8.75869C17.9346 9.26022 16.9559 10.5232 16.9559 12.0003C16.9559 13.4775 17.9346 14.7405 18.3835 15.242C15.5 15.0894 13.1945 12.0003 13.1945 12.0003C13.1945 12.0003 15.5 8.91127 18.3835 8.75869Z" fill="black"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M22.4173 20.4001H7.77961C7.71098 20.4001 7.64235 20.3817 7.57995 20.345L2.28893 17.1442C2.11423 17.0402 2.05183 16.8137 2.1579 16.6424C2.22654 16.5322 2.35133 16.4588 2.48859 16.4649H17.1262C17.1949 16.4649 17.2635 16.4832 17.3259 16.52L22.6169 19.7208C22.7916 19.8248 22.854 20.0513 22.748 20.2226C22.6793 20.3328 22.5545 20.4001 22.4173 20.4001ZM7.88568 19.6596H21.0945L17.0264 17.1932H3.81759L7.88568 19.6596Z" fill="white"/>
|
|
3
|
+
<path d="M21.5065 7.53569H6.86882C6.80019 7.53569 6.73155 7.51733 6.66916 7.48061L1.38438 4.27981C1.20344 4.17577 1.14728 3.94933 1.25335 3.77796C1.32199 3.66168 1.44678 3.59436 1.58404 3.60048H16.2217C16.2903 3.60048 16.359 3.61884 16.4213 3.65556L21.7124 6.85637C21.8933 6.96041 21.9495 7.18685 21.8434 7.35821C21.7685 7.47449 21.6437 7.54181 21.5065 7.53569ZM6.97489 6.80128H20.1837L16.1156 4.33489H2.9068L6.97489 6.80128Z" fill="white"/>
|
|
4
|
+
<path d="M11.8244 9.74504C10.5764 9.74504 9.55501 10.9137 9.62807 12.1319C9.6967 13.2886 10.6451 14.2127 11.8244 14.2678C13.0706 14.2678 14.1456 13.2465 14.133 11.985C14.107 10.7498 13.0532 9.74504 11.8244 9.74504Z" fill="white"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M22.4173 20.4001H7.77961C7.71098 20.4001 7.64235 20.3817 7.57995 20.345L2.28893 17.1442C2.11423 17.0402 2.05183 16.8137 2.1579 16.6424C2.22654 16.5322 2.35133 16.4588 2.48859 16.4649H17.1262C17.1949 16.4649 17.2635 16.4832 17.3259 16.52L22.6169 19.7208C22.7916 19.8248 22.854 20.0513 22.748 20.2226C22.6793 20.3328 22.5545 20.4001 22.4173 20.4001ZM7.88568 19.6596H21.0945L17.0264 17.1932H3.81759L7.88568 19.6596Z" fill="#075ABC"/>
|
|
3
|
+
<path d="M21.5065 7.53569H6.86882C6.80019 7.53569 6.73155 7.51733 6.66916 7.48061L1.38438 4.27981C1.20344 4.17577 1.14728 3.94933 1.25335 3.77796C1.32199 3.66168 1.44678 3.59436 1.58404 3.60048H16.2217C16.2903 3.60048 16.359 3.61884 16.4213 3.65556L21.7124 6.85637C21.8933 6.96041 21.9495 7.18685 21.8434 7.35821C21.7685 7.47449 21.6437 7.54181 21.5065 7.53569ZM6.97489 6.80128H20.1837L16.1156 4.33489H2.9068L6.97489 6.80128Z" fill="#075ABC"/>
|
|
4
|
+
<path d="M11.8244 9.74504C10.5764 9.74504 9.55501 10.9137 9.62807 12.1319C9.6967 13.2886 10.6451 14.2127 11.8244 14.2678C13.0706 14.2678 14.1456 13.2465 14.133 11.985C14.107 10.7498 13.0532 9.74504 11.8244 9.74504Z" fill="#075ABC"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M16.6684 2.6123L10.4908 8.19989C9.85111 8.77825 9.01877 9.10006 8.15461 9.10313L6.31332 9.1075L6.30704 2.61293H2.97803V21.1734H4.79357C5.80904 21.1734 6.75606 20.6377 7.25281 19.7576C7.2572 19.7513 7.25909 19.7451 7.26285 19.7413C7.59255 19.1519 7.75772 17.9874 7.72569 17.1923C7.6541 15.3745 7.36019 14.902 7.36019 14.902C7.29865 16.1478 5.99116 16.2153 5.99116 16.2153C6.92122 15.3314 6.41443 14.6626 6.41443 14.6626C4.76782 15.8296 4.35648 14.5838 4.32508 14.4707C4.37658 14.5144 4.84506 14.9039 5.73556 13.6893C6.67693 12.406 7.9323 10.2664 8.73111 9.71633C9.53118 9.16438 10.2904 9.21002 10.2904 9.21002C10.2904 9.21002 10.7275 8.62057 11.8837 8.1305C13.0392 7.64357 13.7802 8.35803 13.7802 8.35803C12.5983 9.3069 10.9938 10.8652 10.904 13.0986C10.8324 14.9057 14.7461 18.0068 14.0584 22.5873C14.4698 21.5472 14.6349 20.5052 14.4936 19.2157C14.3806 18.1749 13.7067 16.0015 13.7067 16.0015L17.4653 21.1709H21.6214L13.4982 10.0632L21.6214 2.6123H16.6684Z" fill="url(#paint0_linear_1532_63523)"/>
|
|
3
|
+
<path d="M9.09972 10.6046C8.83722 11.0378 8.83722 11.1703 8.83722 11.1703C8.83722 11.1703 9.75472 11.0159 10.0034 9.93013C10.0053 9.93013 9.41749 10.0801 9.09909 10.6046H9.09972Z" fill="url(#paint1_linear_1532_63523)"/>
|
|
4
|
+
<defs>
|
|
5
|
+
<linearGradient id="paint0_linear_1532_63523" x1="30.9936" y1="15.6821" x2="15.6359" y2="-1.08882" gradientUnits="userSpaceOnUse">
|
|
6
|
+
<stop stop-color="#E40C5B"/>
|
|
7
|
+
<stop offset="1" stop-color="#FF4C3B"/>
|
|
8
|
+
</linearGradient>
|
|
9
|
+
<linearGradient id="paint1_linear_1532_63523" x1="10.5893" y1="10.7415" x2="9.6365" y2="9.69318" 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="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M16.6686 2.61255L10.491 8.20013C9.85135 8.77849 9.01901 9.1003 8.15485 9.10337L6.31357 9.10775L6.30729 2.61317H2.97827V21.1736H4.79381C5.80928 21.1736 6.7563 20.638 7.25305 19.7578C7.25745 19.7516 7.25933 19.7453 7.2631 19.7416C7.5928 19.1521 7.75796 17.9876 7.72593 17.1925C7.65434 15.3748 7.36044 14.9022 7.36044 14.9022C7.29889 16.148 5.9914 16.2155 5.9914 16.2155C6.92147 15.3317 6.41467 14.6628 6.41467 14.6628C4.76806 15.8298 4.35673 14.5841 4.32533 14.4709C4.37682 14.5147 4.84531 14.9041 5.73581 13.6896C6.67718 12.4063 7.93254 10.2666 8.73136 9.71657C9.53143 9.16463 10.2907 9.21026 10.2907 9.21026C10.2907 9.21026 10.7278 8.62081 11.8839 8.13075C13.0394 7.64381 13.7805 8.35828 13.7805 8.35828C12.5986 9.30715 10.994 10.8655 10.9042 13.0989C10.8326 14.906 14.7463 18.007 14.0587 22.5876C14.47 21.5474 14.6352 20.5054 14.4939 19.2159C14.3808 18.1751 13.707 16.0017 13.707 16.0017L17.4655 21.1711H21.6216L13.4985 10.0635L21.6216 2.61255H16.6686Z" fill="url(#paint0_linear_1532_63468)"/>
|
|
3
|
+
<path d="M9.09996 10.6048C8.83746 11.038 8.83746 11.1705 8.83746 11.1705C8.83746 11.1705 9.75496 11.0161 10.0037 9.93037C10.0055 9.93037 9.41773 10.0804 9.09933 10.6048H9.09996Z" fill="url(#paint1_linear_1532_63468)"/>
|
|
4
|
+
<defs>
|
|
5
|
+
<linearGradient id="paint0_linear_1532_63468" x1="30.9939" y1="15.6823" x2="15.6362" y2="-1.08857" gradientUnits="userSpaceOnUse">
|
|
6
|
+
<stop stop-color="#E40C5B"/>
|
|
7
|
+
<stop offset="1" stop-color="#FF4C3B"/>
|
|
8
|
+
</linearGradient>
|
|
9
|
+
<linearGradient id="paint1_linear_1532_63468" x1="10.5896" y1="10.7417" x2="9.63674" y2="9.69342" 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="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M21.5 21.5H16.3182V17.3696H12.8636V12.413H18.0455V16.5435H21.5V21.5Z" fill="#02FFFF"/>
|
|
3
|
+
<path d="M7.68182 12.413H12.8636V7.45652H21.5V2.5H12.8636V7.45652H7.68182V2.5H2.5V21.5H7.68182V12.413Z" fill="#02FFFF"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M21.5 21.5H16.3182V17.3696H12.8636V12.413H18.0455V16.5435H21.5V21.5Z" fill="#02FFFF"/>
|
|
3
|
+
<path d="M7.68182 12.413H12.8636V7.45652H21.5V2.5H12.8636V7.45652H7.68182V2.5H2.5V21.5H7.68182V12.413Z" fill="#02FFFF"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M22.5 12C22.5 6.20101 17.799 1.5 12 1.5C6.20101 1.5 1.5 6.20101 1.5 12C1.5 17.799 6.20101 22.5 12 22.5C17.799 22.5 22.5 17.799 22.5 12Z" fill="#11091B"/>
|
|
3
|
+
<path d="M14.336 9.67669C13.7339 9.08325 12.9219 8.75138 12.0765 8.75318C12.0656 8.75318 12.054 8.75318 12.0443 8.75318C11.1876 8.75745 10.3678 9.10186 9.76503 9.71063C9.1623 10.3194 8.82609 11.1427 8.83036 11.9993C8.83464 12.856 9.17904 13.6759 9.78781 14.2786C10.3966 14.8813 11.2199 15.2175 12.0765 15.2133H12.1087C12.7475 15.2067 13.37 15.0109 13.8974 14.6506C14.4249 14.2903 14.8337 13.7817 15.0721 13.1891C15.3105 12.5965 15.3678 11.9464 15.2368 11.3212C15.1058 10.696 14.7923 10.1237 14.336 9.67669Z" fill="url(#paint0_linear_1532_63527)"/>
|
|
4
|
+
<path d="M13.4543 9.28572C13.0757 9.18905 12.7715 9.26768 12.5244 9.5216C12.4939 9.55378 12.4653 9.58766 12.4386 9.6231C12.3742 9.70462 12.3194 9.77519 12.1944 9.80419C12.0259 9.8378 11.8531 9.84498 11.6824 9.82546C11.6334 9.81805 11.5925 9.80903 11.5564 9.80065C11.4291 9.77165 11.3521 9.75425 11.1997 9.89925C11.152 9.94755 11.1089 10.0001 11.0708 10.0562C11.0031 10.1493 10.9393 10.2373 10.8346 10.2775C10.786 10.2955 10.7351 10.3064 10.6835 10.3098L10.6696 10.3036L10.6664 10.3104C10.5923 10.3122 10.5182 10.3075 10.445 10.2962C10.3874 10.2877 10.3293 10.2825 10.271 10.2808C10.3502 10.1653 10.4195 10.0434 10.4782 9.91633C10.5848 9.89989 10.6757 9.82997 10.7637 9.76134C10.8101 9.72316 10.8595 9.68868 10.9113 9.65822C11.0875 9.56155 11.1729 9.47938 11.326 9.3115C11.471 9.15264 11.6269 9.05372 11.8158 8.95415C11.9103 8.90589 11.9924 8.83654 12.0558 8.75146C12.6864 8.75598 13.2768 8.90324 13.7959 9.24609C13.7401 9.28089 13.6238 9.32826 13.4543 9.28572Z" fill="#DADADA"/>
|
|
5
|
+
<path d="M15.2049 11.533C15.1603 11.5157 15.1172 11.4948 15.076 11.4705C15.0123 11.4301 14.9418 11.4018 14.8678 11.387L14.6793 11.2945C14.3822 11.2433 14.2604 11.282 13.9604 11.1978C13.8213 11.1568 13.6764 11.1388 13.5315 11.1447L13.5241 11.1386L13.5186 11.1453C13.4158 11.1498 13.3124 11.1643 13.1964 11.1804L13.1168 11.1917C13.0846 11.1959 13.0485 11.2017 13.0076 11.2082C12.7521 11.2484 12.3238 11.3161 12.1753 11.1495L12.1669 11.1572C11.9392 11.0231 11.6797 10.9522 11.4154 10.952C11.0036 10.952 10.8744 10.8408 10.6395 10.6388C10.5996 10.6043 10.5551 10.5663 10.5061 10.5257C10.5274 10.5257 10.5486 10.5257 10.5705 10.5257C10.6769 10.5625 10.7886 10.5813 10.9012 10.5814C10.9227 10.5815 10.9442 10.5804 10.9656 10.5782C11.0244 10.5718 11.0793 10.5454 11.1209 10.5034C11.1395 10.4873 11.1591 10.4723 11.1796 10.4587C11.225 10.4316 11.2776 10.4188 11.3304 10.4219C11.3532 10.4219 11.3771 10.42 11.4029 10.4168C11.5147 10.4029 11.5933 10.3404 11.6694 10.2798C11.7399 10.2237 11.8066 10.1706 11.8972 10.1561C11.9197 10.1522 11.9426 10.1506 11.9665 10.1487C12.0266 10.1491 12.0859 10.1347 12.1392 10.1068C12.1679 10.0885 12.1942 10.0669 12.2178 10.0423C12.2446 10.0113 12.2775 9.98608 12.3145 9.96822C12.4337 9.92729 12.4869 9.82901 12.5507 9.74749C12.579 9.7114 12.7118 9.69207 12.7475 9.65565C13.016 9.3795 13.2309 9.28122 13.6421 9.3853C13.8515 9.43783 13.9321 9.44749 14.0023 9.39626C14.3478 9.65306 14.6385 9.97634 14.8572 10.3471C15.076 10.7179 15.2184 11.1286 15.2761 11.5552C15.2519 11.5493 15.2281 11.5419 15.2049 11.533Z" fill="#DADADA"/>
|
|
6
|
+
<path d="M11.1171 14.3248C11.1132 14.3048 11.1113 14.2844 11.1113 14.2639C11.1106 14.2165 11.1053 14.1692 11.0955 14.1228C11.0733 14.0145 11.0424 13.9939 11.0034 13.9659C10.9706 13.9447 10.9423 13.9172 10.9203 13.885C10.8816 13.8257 10.8531 13.7603 10.8362 13.6916L10.8333 13.6826C10.8616 13.7004 10.8909 13.7168 10.9209 13.7316C10.9354 13.739 10.9531 13.7493 10.9757 13.7609C11.0591 13.806 11.1739 13.8685 11.2319 13.8634C11.2818 13.8563 11.3272 13.8305 11.3588 13.7912C11.3859 13.7641 11.4732 13.8154 11.5106 13.8086C11.5792 13.7964 11.6588 13.7764 11.7619 13.8186C11.8054 13.8363 11.8431 13.8508 11.8718 13.8608C11.9256 13.8776 11.9804 13.9008 12.0329 13.9227C12.1199 13.9635 12.2116 13.9935 12.3058 14.0119C12.3584 14.0191 12.4114 14.0223 12.4644 14.0216C12.5624 14.0159 12.6601 14.0366 12.7473 14.0815C12.9493 14.1824 12.9928 14.1905 13.2132 14.1689C13.3786 14.1524 13.5886 14.1366 13.7488 14.1627C13.9002 14.1872 14.0388 14.2578 14.1738 14.3458C14.1738 14.3593 14.1941 14.4051 14.1954 14.4183C13.6363 14.9315 12.9046 15.2156 12.1457 15.2142C12.079 15.2142 12.0129 15.2116 11.9475 15.2071C11.9174 15.1748 11.8843 15.1454 11.8486 15.1194C11.806 15.0931 11.7602 15.0723 11.7123 15.0576C11.6498 15.035 11.5834 15.0118 11.5486 14.9722C11.4983 14.9168 11.5038 14.8549 11.509 14.795C11.5167 14.7545 11.5133 14.7127 11.499 14.6741C11.4693 14.6129 11.4046 14.5752 11.3359 14.5356C11.2952 14.5137 11.2565 14.488 11.2206 14.4589C11.1849 14.4309 11.1542 14.3971 11.1297 14.359C11.1336 14.3487 11.1171 14.3248 11.1171 14.3248Z" fill="#DADADA"/>
|
|
7
|
+
<path d="M10.322 9.43333C10.3164 9.51541 10.3209 9.59786 10.3352 9.67887C10.35 9.78617 10.3639 9.88767 10.323 10.0034L10.3188 10.015H10.3149V10.0233C10.2608 10.1619 10.1338 10.3581 10.0736 10.4477C9.93694 10.4293 9.87378 10.3275 9.80676 10.2199C9.76664 10.1466 9.71433 10.0807 9.65209 10.0249C9.62138 10.0013 9.58908 9.97974 9.55542 9.9605C9.78705 9.67247 10.0661 9.42608 10.3807 9.23193C10.3499 9.29529 10.3301 9.36338 10.322 9.43333Z" fill="#DADADA"/>
|
|
8
|
+
<path d="M14.3632 14.2292C14.3584 14.1647 14.3551 14.097 14.3545 14.0294C14.3509 13.6749 14.3342 13.5586 14.0967 13.3595C13.914 13.2054 13.7033 13.1294 13.6359 12.8996C13.5989 12.7727 13.5979 12.6096 13.5969 12.4395C13.5969 12.3644 13.5969 12.2887 13.5924 12.2139C13.61 12.1409 13.6363 12.0703 13.6707 12.0035C13.7107 11.9165 13.7751 11.8263 13.7616 11.7315C13.7503 11.6523 13.7616 11.7093 13.7271 11.6027C13.6968 11.5089 13.6401 11.4564 13.5728 11.4019C13.6999 11.4008 13.8266 11.4186 13.9485 11.4548C14.2494 11.5408 14.5311 11.4283 14.8295 11.4796L14.8594 11.4847C14.9298 11.4987 14.997 11.5256 15.0576 11.564C15.0998 11.5892 15.1441 11.6107 15.19 11.6284C15.2197 11.639 15.2502 11.6472 15.2812 11.6529C15.2973 11.7623 15.3053 11.8727 15.3054 11.9832C15.3067 12.8281 14.976 13.6397 14.3845 14.243L14.3632 14.2292Z" fill="#DADADA"/>
|
|
9
|
+
<path d="M9.19664 12.9294C9.22468 12.9391 9.25207 12.9484 9.2772 12.9581C9.38941 12.9963 9.49637 13.0485 9.59557 13.1134C9.70029 13.1853 9.78214 13.2565 9.84207 13.3712C9.90652 13.494 9.95453 13.5732 10.0844 13.6412L10.1231 13.6615C10.2826 13.7443 10.3976 13.8043 10.4811 13.9657C10.5316 14.0624 10.6235 14.104 10.7121 14.1429C10.7604 14.1625 10.8068 14.1864 10.8507 14.2145L10.8684 14.2267L10.9006 14.248C10.9145 14.2918 10.946 14.3337 11.0237 14.4017C11.0654 14.4356 11.1101 14.4655 11.1574 14.491C11.2286 14.5325 11.296 14.5715 11.3243 14.6295C11.3369 14.6666 11.3396 14.7064 11.3321 14.7449C11.3259 14.8158 11.3185 14.896 11.3852 14.9704C11.4313 15.0213 11.5077 15.0487 11.5815 15.0752C11.6316 15.0905 11.6795 15.1122 11.7242 15.1396C11.7511 15.1592 11.7765 15.1808 11.8003 15.204C11.1376 15.1472 10.5085 14.8874 9.99884 14.46C9.4892 14.0326 9.12377 13.4584 8.95239 12.8157C9.01974 12.8695 9.11383 12.9017 9.19664 12.9294Z" fill="#DADADA"/>
|
|
10
|
+
<path d="M9.71194 10.3035C9.76736 10.3924 9.8244 10.4833 9.92493 10.5262C9.83278 10.5419 9.80313 10.5165 9.70614 10.599C9.65458 10.6428 9.54309 10.6354 9.49637 10.6853C9.41678 10.7698 9.39809 10.9164 9.29723 10.9692C9.19035 11.023 9.07937 11.0681 8.96533 11.1042C9.08134 10.6931 9.22312 10.3857 9.4809 10.0586C9.51117 10.0758 9.53995 10.0955 9.56694 10.1176C9.62539 10.1709 9.67441 10.2338 9.71194 10.3035Z" fill="#DADADA"/>
|
|
11
|
+
<path d="M13.7963 13.3764L13.8179 13.3945C14.0276 13.5708 14.0844 13.6184 14.0873 13.9236C14.0873 13.9768 14.0898 14.0293 14.0934 14.0815C13.9619 13.9984 13.8243 13.93 13.6764 13.9065C13.5124 13.8801 13.2997 13.8956 13.1325 13.912C12.9185 13.9333 12.9646 13.8762 12.768 13.7779C12.6427 13.7154 12.4755 13.7651 12.3868 13.7647C12.3354 13.7655 12.2841 13.7623 12.2331 13.7554C12.1415 13.7374 12.0524 13.7081 11.9679 13.6684C11.9145 13.6462 11.9377 13.6017 11.8822 13.5843C11.8548 13.5756 11.7392 13.5817 11.696 13.5643C11.5835 13.5185 11.443 13.4618 11.3654 13.4757C11.3234 13.4863 11.2859 13.5102 11.2584 13.5437C11.2322 13.5779 11.1939 13.601 11.1514 13.6081C11.1028 13.6117 10.9903 13.5501 10.9133 13.5092C10.8914 13.4973 10.872 13.487 10.8572 13.4796C10.8166 13.4593 10.7775 13.4364 10.7399 13.4109C10.7399 13.4083 10.7383 13.4051 10.7373 13.4025L10.7309 13.4048C10.6424 13.3415 10.5585 13.2719 10.4799 13.1966C10.3204 13.0467 10.1291 12.9349 9.92017 12.8696C10.0516 12.8515 10.1615 12.7887 10.2746 12.7233C10.3687 12.6639 10.4698 12.6164 10.5756 12.5818C10.7045 12.5438 10.8521 12.5432 10.9945 12.5422C11.1453 12.5422 11.3012 12.5406 11.4376 12.4955C11.5793 12.4484 11.686 12.3463 11.7894 12.2474C11.8983 12.1429 12.0334 12.1268 12.1867 12.0862C12.3092 12.054 12.4645 11.9512 12.6524 11.9396C12.8857 11.9258 13.1264 11.9109 13.2797 11.8523C13.3674 11.9628 13.3935 12.1191 13.4019 12.2857C13.402 12.2863 13.402 12.287 13.4019 12.2876C13.4051 12.3547 13.4057 12.423 13.4061 12.491C13.4061 12.6476 13.408 12.7955 13.4428 12.914C13.5053 13.1319 13.6339 13.2398 13.7963 13.3764Z" fill="#DADADA"/>
|
|
12
|
+
<path d="M8.93251 12.7365C8.87396 12.5036 8.84441 12.2645 8.84455 12.0244C8.84105 11.7712 8.86733 11.5186 8.92285 11.2716C9.04092 11.2369 9.1561 11.1929 9.26731 11.1402C9.36398 11.0902 9.43842 11.0738 9.51189 10.9958C9.55247 10.9505 9.5955 10.9075 9.64078 10.8669C9.82026 10.7145 9.98395 10.7351 10.1563 10.7573C10.1976 10.7628 10.2395 10.7677 10.282 10.7706C10.3397 10.817 10.3903 10.796 10.4351 10.835C10.6452 11.0158 10.7705 11.2001 11.1533 11.2001C11.4311 11.2001 11.6473 11.203 11.8667 11.3348C11.8725 11.3387 11.8783 11.3422 11.8848 11.3457C11.9418 11.3805 11.9995 11.4192 12.0588 11.4611L12.0962 11.4878C12.2189 11.5755 12.3349 11.6586 12.4961 11.6847C12.5512 11.6921 12.6068 11.6945 12.6623 11.6918C12.7677 11.6899 12.8599 11.6879 12.9398 11.7698C12.7906 11.823 12.5583 11.8371 12.333 11.8507C12.1435 11.8623 11.9644 11.8732 11.839 11.9061C11.6779 11.949 11.5616 12.0598 11.4495 12.1671C11.3441 12.268 11.2448 12.363 11.1098 12.4078C10.9748 12.4526 10.825 12.4523 10.6767 12.4529C10.5285 12.4536 10.3835 12.4549 10.2495 12.4938C10.1413 12.5291 10.038 12.5776 9.94174 12.6382C9.80383 12.7178 9.67171 12.7935 9.49803 12.7842C9.44808 12.7723 9.39782 12.7632 9.34723 12.7558L9.33305 12.7516V12.7539C9.20021 12.7374 9.06628 12.7316 8.93251 12.7365Z" fill="#DADADA"/>
|
|
13
|
+
<path d="M7.32745 8.55573C7.01123 8.55813 6.69515 8.54242 6.38073 8.50868C5.72886 8.43167 5.39052 8.2683 5.31737 7.99311C5.19976 7.56165 5.82746 7.19882 6.31016 6.96198C8.14688 6.06617 12.1748 5.13654 15.2898 4.88971C16.2529 4.81334 17.062 4.80851 17.633 4.87553C18.2849 4.95255 18.6232 5.11592 18.6964 5.3911C18.814 5.82257 18.1863 6.1854 17.7036 6.42224C15.8669 7.31804 11.839 8.24768 8.72399 8.4945C8.21132 8.53543 7.74151 8.55573 7.32745 8.55573ZM16.677 5.21774C16.3067 5.21774 15.8591 5.23482 15.3194 5.27768C12.2447 5.52257 8.27867 6.43416 6.47869 7.31224C5.70534 7.68957 5.6889 7.89226 5.68955 7.89226C5.715 7.98635 6.30178 8.29859 8.69403 8.10879C11.7688 7.86519 15.7348 6.95231 17.5347 6.07423C18.3081 5.6969 18.3245 5.49583 18.3239 5.49422C18.3039 5.42139 17.9485 5.21774 16.677 5.21774Z" fill="#DADADA"/>
|
|
14
|
+
<path d="M7.31438 19.1677C6.99817 19.17 6.68208 19.1543 6.36767 19.1206C5.71579 19.0436 5.37745 18.8802 5.30431 18.605C5.18508 18.1749 5.81311 17.812 6.29645 17.5765C8.13317 16.6807 12.1611 15.751 15.2761 15.5042C16.2392 15.4278 17.0483 15.423 17.6193 15.49C18.2712 15.567 18.6095 15.7304 18.6843 16.0056C18.8019 16.4371 18.1742 16.7999 17.6915 17.0367C15.8548 17.9325 11.8269 18.8622 8.7119 19.109C8.19762 19.147 7.7278 19.1677 7.31438 19.1677ZM16.6633 15.8297C16.293 15.8297 15.8454 15.8467 15.3057 15.8896C12.231 16.1332 8.26496 17.0461 6.46498 17.9242C5.69163 18.3015 5.67519 18.5026 5.67584 18.5042C5.70162 18.5983 6.28647 18.9105 8.68032 18.7207C11.755 18.4768 15.7211 17.5642 17.521 16.6862C18.2944 16.3088 18.3108 16.1061 18.3102 16.1061C18.2902 16.0333 17.9348 15.8297 16.6633 15.8297Z" fill="#DADADA"/>
|
|
15
|
+
<defs>
|
|
16
|
+
<linearGradient id="paint0_linear_1532_63527" x1="12.0749" y1="15.2139" x2="12.0749" y2="8.75318" gradientUnits="userSpaceOnUse">
|
|
17
|
+
<stop stop-color="#603211"/>
|
|
18
|
+
<stop offset="0.17" stop-color="#DD7D26"/>
|
|
19
|
+
<stop offset="0.35" stop-color="#603211"/>
|
|
20
|
+
<stop offset="0.54" stop-color="#9C3520"/>
|
|
21
|
+
<stop offset="0.77" stop-color="#DD7D26"/>
|
|
22
|
+
<stop offset="1" stop-color="#603211"/>
|
|
23
|
+
</linearGradient>
|
|
24
|
+
</defs>
|
|
25
|
+
</svg>
|