@osn/icons 1.4.2 → 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/source/subsquare/projectLogoMoonbeamDark.svg +16 -0
- package/source/subsquare/projectLogoMoonbeamLight.svg +16 -0
- package/source/subsquare/projectLogoMoonriverDark.svg +12 -0
- package/source/subsquare/projectLogoMoonriverLight.svg +12 -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/ProjectLogoMoonbeamDark.d.ts +5 -0
- package/subsquare/ProjectLogoMoonbeamDark.js +73 -0
- package/subsquare/ProjectLogoMoonbeamLight.d.ts +5 -0
- package/subsquare/ProjectLogoMoonbeamLight.js +73 -0
- package/subsquare/ProjectLogoMoonriverDark.d.ts +5 -0
- package/subsquare/ProjectLogoMoonriverDark.js +57 -0
- package/subsquare/ProjectLogoMoonriverLight.d.ts +5 -0
- package/subsquare/ProjectLogoMoonriverLight.js +57 -0
- package/subsquare/index.d.ts +54 -0
- package/subsquare/index.js +54 -0
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M11.8656 20.3737C12.2362 20.3737 12.5366 20.6741 12.5366 21.0448L12.5366 28.9429C12.5366 29.3135 12.2362 29.6139 11.8656 29.6139C11.4949 29.6139 11.1945 29.3135 11.1945 28.9429L11.1945 21.0448C11.1945 20.6741 11.4949 20.3737 11.8656 20.3737Z" fill="#4FCCC6"/>
|
|
3
|
+
<path d="M8.60337 22.2479C8.97399 22.2479 9.27444 22.5483 9.27444 22.9189L9.27444 28.5276C9.27444 28.8982 8.974 29.1987 8.60337 29.1987C8.23275 29.1987 7.9323 28.8983 7.9323 28.5276L7.9323 22.9189C7.9323 22.5483 8.23275 22.2479 8.60337 22.2479Z" fill="#4FCCC6"/>
|
|
4
|
+
<path d="M15.6844 21.0448C15.6844 20.6741 15.3839 20.3737 15.0133 20.3737C14.6427 20.3737 14.3422 20.6741 14.3422 21.0448V36.4714C14.3422 36.8421 14.6427 37.1425 15.0133 37.1425C15.3839 37.1425 15.6844 36.8421 15.6844 36.4714L15.6844 21.0448Z" fill="#4FCCC6"/>
|
|
5
|
+
<path d="M18.1038 21.5746C18.4744 21.5746 18.7748 21.875 18.7748 22.2457V27.742C18.7748 28.1126 18.4744 28.413 18.1038 28.413C17.7332 28.413 17.4327 28.1126 17.4327 27.742V22.2457C17.4327 21.875 17.7332 21.5746 18.1038 21.5746Z" fill="#4FCCC6"/>
|
|
6
|
+
<path d="M21.9798 23.9546C21.9798 23.584 21.6794 23.2835 21.3087 23.2835C20.9381 23.2835 20.6377 23.584 20.6377 23.9546V25.7233C20.6377 26.0939 20.9381 26.3943 21.3087 26.3943C21.6794 26.3943 21.9798 26.0939 21.9798 25.7233V23.9546Z" fill="#4FCCC6"/>
|
|
7
|
+
<path d="M24.4565 24.6365C24.8271 24.6365 25.1275 24.937 25.1275 25.3076V33.4231C25.1275 33.7937 24.8271 34.0941 24.4565 34.0941C24.0858 34.0941 23.7854 33.7937 23.7854 33.4231V25.3076C23.7854 24.937 24.0858 24.6365 24.4565 24.6365Z" fill="#4FCCC6"/>
|
|
8
|
+
<path d="M28.3325 25.7233C28.3325 25.3527 28.032 25.0522 27.6614 25.0522C27.2908 25.0522 26.9903 25.3527 26.9903 25.7233V32.4069C26.9903 32.7776 27.2908 33.078 27.6614 33.078C28.032 33.078 28.3325 32.7776 28.3325 32.4069V25.7233Z" fill="#4FCCC6"/>
|
|
9
|
+
<path d="M30.9236 24.1678C31.2942 24.1678 31.5947 24.4683 31.5947 24.8389V28.1119C31.5947 28.4825 31.2942 28.783 30.9236 28.783C30.553 28.783 30.2525 28.4825 30.2525 28.1119V24.8389C30.2525 24.4683 30.553 24.1678 30.9236 24.1678Z" fill="#4FCCC6"/>
|
|
10
|
+
<path d="M33.0036 15.8616C33.0036 16.6894 32.9263 17.4992 32.7784 18.2841C26.445 21.6634 23.4685 19.7137 20.5128 17.7776C17.3752 15.7224 14.2607 13.6824 7.17846 18.0487C7.05804 17.3376 6.99534 16.6069 6.99534 15.8616C6.99534 8.67954 12.8175 2.85742 19.9995 2.85742C27.1814 2.85742 33.0036 8.67954 33.0036 15.8616Z" fill="#F2B705"/>
|
|
11
|
+
<path d="M15.0472 18.533C13.1899 18.3894 10.7899 18.9583 7.35148 21.1109C7.03734 21.3076 6.62325 21.2124 6.42658 20.8982C6.22991 20.5841 6.32514 20.17 6.63928 19.9734C10.2145 17.7351 12.9029 17.0211 15.1506 17.1948C19.0942 17.4997 21.6118 21.0652 25.3939 21.7259C27.1687 22.036 29.4313 21.7302 32.6818 19.9533C33.007 19.7755 33.4147 19.8951 33.5925 20.2203C33.7702 20.5455 33.6507 20.9532 33.3255 21.131C29.8987 23.0042 27.325 23.4258 25.163 23.048C19.6489 21.5746 18.8794 18.8293 15.0472 18.533Z" fill="#4FCCC6"/>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M11.8656 20.3737C12.2362 20.3737 12.5366 20.6741 12.5366 21.0448L12.5366 28.9429C12.5366 29.3135 12.2362 29.6139 11.8656 29.6139C11.4949 29.6139 11.1945 29.3135 11.1945 28.9429L11.1945 21.0448C11.1945 20.6741 11.4949 20.3737 11.8656 20.3737Z" fill="#4FCCC6"/>
|
|
3
|
+
<path d="M8.60337 22.2479C8.97399 22.2479 9.27444 22.5483 9.27444 22.9189L9.27444 28.5276C9.27444 28.8982 8.974 29.1987 8.60337 29.1987C8.23275 29.1987 7.9323 28.8983 7.9323 28.5276L7.9323 22.9189C7.9323 22.5483 8.23275 22.2479 8.60337 22.2479Z" fill="#4FCCC6"/>
|
|
4
|
+
<path d="M15.6844 21.0448C15.6844 20.6741 15.3839 20.3737 15.0133 20.3737C14.6427 20.3737 14.3422 20.6741 14.3422 21.0448V36.4714C14.3422 36.8421 14.6427 37.1425 15.0133 37.1425C15.3839 37.1425 15.6844 36.8421 15.6844 36.4714L15.6844 21.0448Z" fill="#4FCCC6"/>
|
|
5
|
+
<path d="M18.1038 21.5746C18.4744 21.5746 18.7748 21.875 18.7748 22.2457V27.742C18.7748 28.1126 18.4744 28.413 18.1038 28.413C17.7332 28.413 17.4327 28.1126 17.4327 27.742V22.2457C17.4327 21.875 17.7332 21.5746 18.1038 21.5746Z" fill="#4FCCC6"/>
|
|
6
|
+
<path d="M21.9798 23.9546C21.9798 23.584 21.6794 23.2835 21.3087 23.2835C20.9381 23.2835 20.6377 23.584 20.6377 23.9546V25.7233C20.6377 26.0939 20.9381 26.3943 21.3087 26.3943C21.6794 26.3943 21.9798 26.0939 21.9798 25.7233V23.9546Z" fill="#4FCCC6"/>
|
|
7
|
+
<path d="M24.4565 24.6365C24.8271 24.6365 25.1275 24.937 25.1275 25.3076V33.4231C25.1275 33.7937 24.8271 34.0941 24.4565 34.0941C24.0858 34.0941 23.7854 33.7937 23.7854 33.4231V25.3076C23.7854 24.937 24.0858 24.6365 24.4565 24.6365Z" fill="#4FCCC6"/>
|
|
8
|
+
<path d="M28.3325 25.7233C28.3325 25.3527 28.032 25.0522 27.6614 25.0522C27.2908 25.0522 26.9903 25.3527 26.9903 25.7233V32.4069C26.9903 32.7776 27.2908 33.078 27.6614 33.078C28.032 33.078 28.3325 32.7776 28.3325 32.4069V25.7233Z" fill="#4FCCC6"/>
|
|
9
|
+
<path d="M30.9236 24.1678C31.2942 24.1678 31.5947 24.4683 31.5947 24.8389V28.1119C31.5947 28.4825 31.2942 28.783 30.9236 28.783C30.553 28.783 30.2525 28.4825 30.2525 28.1119V24.8389C30.2525 24.4683 30.553 24.1678 30.9236 24.1678Z" fill="#4FCCC6"/>
|
|
10
|
+
<path d="M33.0036 15.8616C33.0036 16.6894 32.9263 17.4992 32.7784 18.2841C26.445 21.6634 23.4685 19.7137 20.5128 17.7776C17.3752 15.7224 14.2607 13.6824 7.17846 18.0487C7.05804 17.3376 6.99534 16.6069 6.99534 15.8616C6.99534 8.67954 12.8175 2.85742 19.9995 2.85742C27.1814 2.85742 33.0036 8.67954 33.0036 15.8616Z" fill="#F2B705"/>
|
|
11
|
+
<path d="M15.0472 18.533C13.1899 18.3894 10.7899 18.9583 7.35148 21.1109C7.03734 21.3076 6.62325 21.2124 6.42658 20.8982C6.22991 20.5841 6.32514 20.17 6.63928 19.9734C10.2145 17.7351 12.9029 17.0211 15.1506 17.1948C19.0942 17.4997 21.6118 21.0652 25.3939 21.7259C27.1687 22.036 29.4313 21.7302 32.6818 19.9533C33.007 19.7755 33.4147 19.8951 33.5925 20.2203C33.7702 20.5455 33.6507 20.9532 33.3255 21.131C29.8987 23.0042 27.325 23.4258 25.163 23.048C19.6489 21.5746 18.8794 18.8293 15.0472 18.533Z" fill="#4FCCC6"/>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* @param {React.SVGProps<SVGSVGElement>} props
|
|
4
|
+
*/
|
|
5
|
+
export default function SvgProjectIconAcalaDark(props) {
|
|
6
|
+
return (
|
|
7
|
+
<svg
|
|
8
|
+
width={24}
|
|
9
|
+
height={24}
|
|
10
|
+
viewBox="0 0 24 24"
|
|
11
|
+
fill="none"
|
|
12
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
+
{...props}
|
|
14
|
+
>
|
|
15
|
+
<path
|
|
16
|
+
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"
|
|
17
|
+
fill="url(#paint0_linear_1532_63399)"
|
|
18
|
+
/>
|
|
19
|
+
<path
|
|
20
|
+
d="M16.8428 15.2344L11.5244 6.02271H12.665L17.4131 14.2466L16.8428 15.2344Z"
|
|
21
|
+
fill="url(#paint1_linear_1532_63399)"
|
|
22
|
+
/>
|
|
23
|
+
<path
|
|
24
|
+
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"
|
|
25
|
+
fill="url(#paint2_linear_1532_63399)"
|
|
26
|
+
/>
|
|
27
|
+
<path
|
|
28
|
+
fillRule="evenodd"
|
|
29
|
+
clipRule="evenodd"
|
|
30
|
+
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"
|
|
31
|
+
fill="url(#paint3_linear_1532_63399)"
|
|
32
|
+
/>
|
|
33
|
+
<path
|
|
34
|
+
fillRule="evenodd"
|
|
35
|
+
clipRule="evenodd"
|
|
36
|
+
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"
|
|
37
|
+
fill="url(#paint4_linear_1532_63399)"
|
|
38
|
+
/>
|
|
39
|
+
<defs>
|
|
40
|
+
<linearGradient
|
|
41
|
+
id="paint0_linear_1532_63399"
|
|
42
|
+
x1={19.8}
|
|
43
|
+
y1={21.8787}
|
|
44
|
+
x2={7.52142}
|
|
45
|
+
y2={3.06439}
|
|
46
|
+
gradientUnits="userSpaceOnUse"
|
|
47
|
+
>
|
|
48
|
+
<stop offset={0.0076157} stopColor="#645AFF" />
|
|
49
|
+
<stop offset={0.484678} stopColor="#E40C5B" />
|
|
50
|
+
<stop offset={1} stopColor="#FF4C3B" />
|
|
51
|
+
</linearGradient>
|
|
52
|
+
<linearGradient
|
|
53
|
+
id="paint1_linear_1532_63399"
|
|
54
|
+
x1={19.7999}
|
|
55
|
+
y1={21.8785}
|
|
56
|
+
x2={7.52131}
|
|
57
|
+
y2={3.06421}
|
|
58
|
+
gradientUnits="userSpaceOnUse"
|
|
59
|
+
>
|
|
60
|
+
<stop offset={0.0076157} stopColor="#645AFF" />
|
|
61
|
+
<stop offset={0.484678} stopColor="#E40C5B" />
|
|
62
|
+
<stop offset={1} stopColor="#FF4C3B" />
|
|
63
|
+
</linearGradient>
|
|
64
|
+
<linearGradient
|
|
65
|
+
id="paint2_linear_1532_63399"
|
|
66
|
+
x1={19.8}
|
|
67
|
+
y1={21.8785}
|
|
68
|
+
x2={7.52148}
|
|
69
|
+
y2={3.06423}
|
|
70
|
+
gradientUnits="userSpaceOnUse"
|
|
71
|
+
>
|
|
72
|
+
<stop offset={0.0076157} stopColor="#645AFF" />
|
|
73
|
+
<stop offset={0.484678} stopColor="#E40C5B" />
|
|
74
|
+
<stop offset={1} stopColor="#FF4C3B" />
|
|
75
|
+
</linearGradient>
|
|
76
|
+
<linearGradient
|
|
77
|
+
id="paint3_linear_1532_63399"
|
|
78
|
+
x1={19.7998}
|
|
79
|
+
y1={21.8787}
|
|
80
|
+
x2={7.52125}
|
|
81
|
+
y2={3.06436}
|
|
82
|
+
gradientUnits="userSpaceOnUse"
|
|
83
|
+
>
|
|
84
|
+
<stop offset={0.0076157} stopColor="#645AFF" />
|
|
85
|
+
<stop offset={0.484678} stopColor="#E40C5B" />
|
|
86
|
+
<stop offset={1} stopColor="#FF4C3B" />
|
|
87
|
+
</linearGradient>
|
|
88
|
+
<linearGradient
|
|
89
|
+
id="paint4_linear_1532_63399"
|
|
90
|
+
x1={19.8}
|
|
91
|
+
y1={21.8786}
|
|
92
|
+
x2={7.52142}
|
|
93
|
+
y2={3.06429}
|
|
94
|
+
gradientUnits="userSpaceOnUse"
|
|
95
|
+
>
|
|
96
|
+
<stop offset={0.0076157} stopColor="#645AFF" />
|
|
97
|
+
<stop offset={0.484678} stopColor="#E40C5B" />
|
|
98
|
+
<stop offset={1} stopColor="#FF4C3B" />
|
|
99
|
+
</linearGradient>
|
|
100
|
+
</defs>
|
|
101
|
+
</svg>
|
|
102
|
+
);
|
|
103
|
+
}
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* @param {React.SVGProps<SVGSVGElement>} props
|
|
4
|
+
*/
|
|
5
|
+
export default function SvgProjectIconAcalaLight(props) {
|
|
6
|
+
return (
|
|
7
|
+
<svg
|
|
8
|
+
width={24}
|
|
9
|
+
height={24}
|
|
10
|
+
viewBox="0 0 24 24"
|
|
11
|
+
fill="none"
|
|
12
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
+
{...props}
|
|
14
|
+
>
|
|
15
|
+
<path
|
|
16
|
+
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"
|
|
17
|
+
fill="url(#paint0_linear_1532_63355)"
|
|
18
|
+
/>
|
|
19
|
+
<path
|
|
20
|
+
d="M16.8428 15.2344L11.5244 6.02271H12.665L17.4131 14.2466L16.8428 15.2344Z"
|
|
21
|
+
fill="url(#paint1_linear_1532_63355)"
|
|
22
|
+
/>
|
|
23
|
+
<path
|
|
24
|
+
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"
|
|
25
|
+
fill="url(#paint2_linear_1532_63355)"
|
|
26
|
+
/>
|
|
27
|
+
<path
|
|
28
|
+
fillRule="evenodd"
|
|
29
|
+
clipRule="evenodd"
|
|
30
|
+
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"
|
|
31
|
+
fill="url(#paint3_linear_1532_63355)"
|
|
32
|
+
/>
|
|
33
|
+
<path
|
|
34
|
+
fillRule="evenodd"
|
|
35
|
+
clipRule="evenodd"
|
|
36
|
+
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"
|
|
37
|
+
fill="url(#paint4_linear_1532_63355)"
|
|
38
|
+
/>
|
|
39
|
+
<defs>
|
|
40
|
+
<linearGradient
|
|
41
|
+
id="paint0_linear_1532_63355"
|
|
42
|
+
x1={19.8}
|
|
43
|
+
y1={21.8787}
|
|
44
|
+
x2={7.52142}
|
|
45
|
+
y2={3.06439}
|
|
46
|
+
gradientUnits="userSpaceOnUse"
|
|
47
|
+
>
|
|
48
|
+
<stop offset={0.0076157} stopColor="#645AFF" />
|
|
49
|
+
<stop offset={0.484678} stopColor="#E40C5B" />
|
|
50
|
+
<stop offset={1} stopColor="#FF4C3B" />
|
|
51
|
+
</linearGradient>
|
|
52
|
+
<linearGradient
|
|
53
|
+
id="paint1_linear_1532_63355"
|
|
54
|
+
x1={19.7999}
|
|
55
|
+
y1={21.8785}
|
|
56
|
+
x2={7.52131}
|
|
57
|
+
y2={3.06421}
|
|
58
|
+
gradientUnits="userSpaceOnUse"
|
|
59
|
+
>
|
|
60
|
+
<stop offset={0.0076157} stopColor="#645AFF" />
|
|
61
|
+
<stop offset={0.484678} stopColor="#E40C5B" />
|
|
62
|
+
<stop offset={1} stopColor="#FF4C3B" />
|
|
63
|
+
</linearGradient>
|
|
64
|
+
<linearGradient
|
|
65
|
+
id="paint2_linear_1532_63355"
|
|
66
|
+
x1={19.8}
|
|
67
|
+
y1={21.8785}
|
|
68
|
+
x2={7.52148}
|
|
69
|
+
y2={3.06423}
|
|
70
|
+
gradientUnits="userSpaceOnUse"
|
|
71
|
+
>
|
|
72
|
+
<stop offset={0.0076157} stopColor="#645AFF" />
|
|
73
|
+
<stop offset={0.484678} stopColor="#E40C5B" />
|
|
74
|
+
<stop offset={1} stopColor="#FF4C3B" />
|
|
75
|
+
</linearGradient>
|
|
76
|
+
<linearGradient
|
|
77
|
+
id="paint3_linear_1532_63355"
|
|
78
|
+
x1={19.7998}
|
|
79
|
+
y1={21.8787}
|
|
80
|
+
x2={7.52125}
|
|
81
|
+
y2={3.06436}
|
|
82
|
+
gradientUnits="userSpaceOnUse"
|
|
83
|
+
>
|
|
84
|
+
<stop offset={0.0076157} stopColor="#645AFF" />
|
|
85
|
+
<stop offset={0.484678} stopColor="#E40C5B" />
|
|
86
|
+
<stop offset={1} stopColor="#FF4C3B" />
|
|
87
|
+
</linearGradient>
|
|
88
|
+
<linearGradient
|
|
89
|
+
id="paint4_linear_1532_63355"
|
|
90
|
+
x1={19.8}
|
|
91
|
+
y1={21.8786}
|
|
92
|
+
x2={7.52142}
|
|
93
|
+
y2={3.06429}
|
|
94
|
+
gradientUnits="userSpaceOnUse"
|
|
95
|
+
>
|
|
96
|
+
<stop offset={0.0076157} stopColor="#645AFF" />
|
|
97
|
+
<stop offset={0.484678} stopColor="#E40C5B" />
|
|
98
|
+
<stop offset={1} stopColor="#FF4C3B" />
|
|
99
|
+
</linearGradient>
|
|
100
|
+
</defs>
|
|
101
|
+
</svg>
|
|
102
|
+
);
|
|
103
|
+
}
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* @param {React.SVGProps<SVGSVGElement>} props
|
|
4
|
+
*/
|
|
5
|
+
export default function SvgProjectIconAltairDark(props) {
|
|
6
|
+
return (
|
|
7
|
+
<svg
|
|
8
|
+
width={24}
|
|
9
|
+
height={24}
|
|
10
|
+
viewBox="0 0 24 24"
|
|
11
|
+
fill="none"
|
|
12
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
+
{...props}
|
|
14
|
+
>
|
|
15
|
+
<path
|
|
16
|
+
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"
|
|
17
|
+
fill="url(#paint0_linear_1532_63500)"
|
|
18
|
+
/>
|
|
19
|
+
<path
|
|
20
|
+
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"
|
|
21
|
+
fill="url(#paint1_linear_1532_63500)"
|
|
22
|
+
/>
|
|
23
|
+
<path
|
|
24
|
+
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"
|
|
25
|
+
fill="url(#paint2_linear_1532_63500)"
|
|
26
|
+
/>
|
|
27
|
+
<path
|
|
28
|
+
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"
|
|
29
|
+
fill="url(#paint3_linear_1532_63500)"
|
|
30
|
+
/>
|
|
31
|
+
<path
|
|
32
|
+
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"
|
|
33
|
+
fill="url(#paint4_linear_1532_63500)"
|
|
34
|
+
/>
|
|
35
|
+
<defs>
|
|
36
|
+
<linearGradient
|
|
37
|
+
id="paint0_linear_1532_63500"
|
|
38
|
+
x1={17.1512}
|
|
39
|
+
y1={5.94038}
|
|
40
|
+
x2={17.1512}
|
|
41
|
+
y2={18.7954}
|
|
42
|
+
gradientUnits="userSpaceOnUse"
|
|
43
|
+
>
|
|
44
|
+
<stop stopColor="#FAB961" />
|
|
45
|
+
<stop offset={1} />
|
|
46
|
+
</linearGradient>
|
|
47
|
+
<linearGradient
|
|
48
|
+
id="paint1_linear_1532_63500"
|
|
49
|
+
x1={10.9792}
|
|
50
|
+
y1={3.33348}
|
|
51
|
+
x2={10.9792}
|
|
52
|
+
y2={22.3876}
|
|
53
|
+
gradientUnits="userSpaceOnUse"
|
|
54
|
+
>
|
|
55
|
+
<stop stopColor="#FAB961" />
|
|
56
|
+
<stop offset={1} />
|
|
57
|
+
</linearGradient>
|
|
58
|
+
<linearGradient
|
|
59
|
+
id="paint2_linear_1532_63500"
|
|
60
|
+
x1={10.3274}
|
|
61
|
+
y1={1.75086}
|
|
62
|
+
x2={10.3274}
|
|
63
|
+
y2={18.8195}
|
|
64
|
+
gradientUnits="userSpaceOnUse"
|
|
65
|
+
>
|
|
66
|
+
<stop />
|
|
67
|
+
<stop offset={0.414296} stopColor="#FAB961" />
|
|
68
|
+
</linearGradient>
|
|
69
|
+
<linearGradient
|
|
70
|
+
id="paint3_linear_1532_63500"
|
|
71
|
+
x1={10.5333}
|
|
72
|
+
y1={5.89131}
|
|
73
|
+
x2={10.5333}
|
|
74
|
+
y2={19.7715}
|
|
75
|
+
gradientUnits="userSpaceOnUse"
|
|
76
|
+
>
|
|
77
|
+
<stop />
|
|
78
|
+
<stop offset={1} stopColor="#FAB961" />
|
|
79
|
+
</linearGradient>
|
|
80
|
+
<linearGradient
|
|
81
|
+
id="paint4_linear_1532_63500"
|
|
82
|
+
x1={12.0993}
|
|
83
|
+
y1={5.07417}
|
|
84
|
+
x2={12.0993}
|
|
85
|
+
y2={18.4194}
|
|
86
|
+
gradientUnits="userSpaceOnUse"
|
|
87
|
+
>
|
|
88
|
+
<stop />
|
|
89
|
+
<stop offset={1} stopColor="#FAB961" />
|
|
90
|
+
</linearGradient>
|
|
91
|
+
</defs>
|
|
92
|
+
</svg>
|
|
93
|
+
);
|
|
94
|
+
}
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* @param {React.SVGProps<SVGSVGElement>} props
|
|
4
|
+
*/
|
|
5
|
+
export default function SvgProjectIconAltairLight(props) {
|
|
6
|
+
return (
|
|
7
|
+
<svg
|
|
8
|
+
width={24}
|
|
9
|
+
height={24}
|
|
10
|
+
viewBox="0 0 24 24"
|
|
11
|
+
fill="none"
|
|
12
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
+
{...props}
|
|
14
|
+
>
|
|
15
|
+
<path
|
|
16
|
+
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"
|
|
17
|
+
fill="url(#paint0_linear_1532_63445)"
|
|
18
|
+
/>
|
|
19
|
+
<path
|
|
20
|
+
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"
|
|
21
|
+
fill="url(#paint1_linear_1532_63445)"
|
|
22
|
+
/>
|
|
23
|
+
<path
|
|
24
|
+
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"
|
|
25
|
+
fill="url(#paint2_linear_1532_63445)"
|
|
26
|
+
/>
|
|
27
|
+
<path
|
|
28
|
+
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"
|
|
29
|
+
fill="url(#paint3_linear_1532_63445)"
|
|
30
|
+
/>
|
|
31
|
+
<path
|
|
32
|
+
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"
|
|
33
|
+
fill="url(#paint4_linear_1532_63445)"
|
|
34
|
+
/>
|
|
35
|
+
<defs>
|
|
36
|
+
<linearGradient
|
|
37
|
+
id="paint0_linear_1532_63445"
|
|
38
|
+
x1={17.1514}
|
|
39
|
+
y1={5.94038}
|
|
40
|
+
x2={17.1514}
|
|
41
|
+
y2={18.7954}
|
|
42
|
+
gradientUnits="userSpaceOnUse"
|
|
43
|
+
>
|
|
44
|
+
<stop stopColor="#FAB961" />
|
|
45
|
+
<stop offset={1} />
|
|
46
|
+
</linearGradient>
|
|
47
|
+
<linearGradient
|
|
48
|
+
id="paint1_linear_1532_63445"
|
|
49
|
+
x1={10.9794}
|
|
50
|
+
y1={3.33348}
|
|
51
|
+
x2={10.9794}
|
|
52
|
+
y2={22.3876}
|
|
53
|
+
gradientUnits="userSpaceOnUse"
|
|
54
|
+
>
|
|
55
|
+
<stop stopColor="#FAB961" />
|
|
56
|
+
<stop offset={1} />
|
|
57
|
+
</linearGradient>
|
|
58
|
+
<linearGradient
|
|
59
|
+
id="paint2_linear_1532_63445"
|
|
60
|
+
x1={10.3277}
|
|
61
|
+
y1={1.75086}
|
|
62
|
+
x2={10.3277}
|
|
63
|
+
y2={18.8195}
|
|
64
|
+
gradientUnits="userSpaceOnUse"
|
|
65
|
+
>
|
|
66
|
+
<stop />
|
|
67
|
+
<stop offset={0.414296} stopColor="#FAB961" />
|
|
68
|
+
</linearGradient>
|
|
69
|
+
<linearGradient
|
|
70
|
+
id="paint3_linear_1532_63445"
|
|
71
|
+
x1={10.5336}
|
|
72
|
+
y1={5.89131}
|
|
73
|
+
x2={10.5336}
|
|
74
|
+
y2={19.7715}
|
|
75
|
+
gradientUnits="userSpaceOnUse"
|
|
76
|
+
>
|
|
77
|
+
<stop />
|
|
78
|
+
<stop offset={1} stopColor="#FAB961" />
|
|
79
|
+
</linearGradient>
|
|
80
|
+
<linearGradient
|
|
81
|
+
id="paint4_linear_1532_63445"
|
|
82
|
+
x1={12.0995}
|
|
83
|
+
y1={5.07417}
|
|
84
|
+
x2={12.0995}
|
|
85
|
+
y2={18.4194}
|
|
86
|
+
gradientUnits="userSpaceOnUse"
|
|
87
|
+
>
|
|
88
|
+
<stop />
|
|
89
|
+
<stop offset={1} stopColor="#FAB961" />
|
|
90
|
+
</linearGradient>
|
|
91
|
+
</defs>
|
|
92
|
+
</svg>
|
|
93
|
+
);
|
|
94
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* @param {React.SVGProps<SVGSVGElement>} props
|
|
4
|
+
*/
|
|
5
|
+
export default function SvgProjectIconBasiliskDark(props) {
|
|
6
|
+
return (
|
|
7
|
+
<svg
|
|
8
|
+
width={24}
|
|
9
|
+
height={24}
|
|
10
|
+
viewBox="0 0 24 24"
|
|
11
|
+
fill="none"
|
|
12
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
+
{...props}
|
|
14
|
+
>
|
|
15
|
+
<path
|
|
16
|
+
fillRule="evenodd"
|
|
17
|
+
clipRule="evenodd"
|
|
18
|
+
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"
|
|
19
|
+
fill="#4FFFB0"
|
|
20
|
+
/>
|
|
21
|
+
</svg>
|
|
22
|
+
);
|
|
23
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* @param {React.SVGProps<SVGSVGElement>} props
|
|
4
|
+
*/
|
|
5
|
+
export default function SvgProjectIconBasiliskLight(props) {
|
|
6
|
+
return (
|
|
7
|
+
<svg
|
|
8
|
+
width={24}
|
|
9
|
+
height={24}
|
|
10
|
+
viewBox="0 0 24 24"
|
|
11
|
+
fill="none"
|
|
12
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
+
{...props}
|
|
14
|
+
>
|
|
15
|
+
<path
|
|
16
|
+
fillRule="evenodd"
|
|
17
|
+
clipRule="evenodd"
|
|
18
|
+
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"
|
|
19
|
+
fill="#4FFFB0"
|
|
20
|
+
/>
|
|
21
|
+
</svg>
|
|
22
|
+
);
|
|
23
|
+
}
|