@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,36 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* @param {React.SVGProps<SVGSVGElement>} props
|
|
4
|
+
*/
|
|
5
|
+
export default function SvgProjectIconTuringDark(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="M8.79415 2.53846C7.31929 3.04789 6.03203 3.85071 4.94458 4.93929C4.15537 5.72932 3.53332 6.5971 3.04313 7.59193C2.48882 8.71687 2.16049 9.90532 2.05084 11.1838C2.02604 11.4729 2.01639 12.2294 2.03362 12.5329C2.1751 15.0243 3.19972 17.3147 4.95647 19.0665C6.53489 20.6405 8.58406 21.6388 10.7877 21.9073C11.1694 21.9539 11.3864 21.9672 11.8612 21.9734C12.4491 21.981 12.7948 21.9625 13.3082 21.896C16.8957 21.4309 19.9713 19.0235 21.2997 15.6407C21.3729 15.4544 21.4999 15.1002 21.4999 15.0824C21.4999 15.0789 21.4337 15.176 21.3527 15.2982C20.0955 17.1964 18.1769 18.5607 15.9834 19.1161C14.5371 19.4824 12.9937 19.4869 11.5438 19.1293C9.60007 18.6499 7.86773 17.5404 6.60672 15.9673C5.05302 14.0291 4.36242 11.5559 4.68228 9.07566C4.88294 7.5198 5.4858 6.04416 6.43717 4.78028C6.71344 4.41323 6.91064 4.18592 7.25156 3.84149C7.71098 3.37733 8.15869 3.00818 8.69543 2.65094C8.82089 2.56744 8.9189 2.49952 8.91325 2.5C8.90761 2.50048 8.85401 2.51778 8.79415 2.53846ZM13.3082 2.7123C13.2798 2.71466 13.1896 2.72192 13.1077 2.72843C12.3153 2.7914 11.4725 3.00266 10.7258 3.32554C9.65997 3.78637 8.68984 4.51346 7.93017 5.42076C6.4685 7.16646 5.875 9.49673 6.32084 11.7395C6.33963 11.834 6.38309 12.0217 6.41743 12.1566C6.45175 12.2914 6.47984 12.4036 6.47984 12.4058C6.47984 12.408 6.48429 12.4098 6.48972 12.4098C6.49515 12.4098 6.50312 12.3753 6.50744 12.3331C6.54403 11.976 6.72162 11.3281 6.8978 10.9088C7.47652 9.53184 8.52981 8.38601 9.8518 7.69536C10.8825 7.15688 12.1153 6.91062 13.1205 7.04239C14.2632 7.19221 15.1673 7.83702 15.6147 8.82132C15.7426 9.10267 15.8383 9.44996 15.8585 9.70582C15.8663 9.80433 15.8775 9.8433 15.8981 9.8433C15.9168 9.8433 16.4032 10.0826 16.6423 10.2094C17.2462 10.5298 17.9204 10.9344 18.0004 11.0246L18.0227 11.0497L17.9425 11.0422C17.4504 10.9963 16.9486 11.0099 16.505 11.0813C15.2869 11.2775 14.4225 11.8579 13.9724 12.7821C13.8035 13.1289 13.6978 13.4815 13.646 13.8719C13.6247 14.0325 13.6215 14.3846 13.6401 14.5351C13.7382 15.3289 14.1442 15.9922 14.802 16.4331C15.1124 16.6411 15.4643 16.7801 15.8631 16.8523C16.0148 16.8797 16.0561 16.8824 16.3385 16.883C16.6695 16.8836 16.7571 16.8749 17.0317 16.8137C17.1989 16.7765 17.4899 16.6805 17.6676 16.604C18.2095 16.3704 18.7509 15.9719 19.2441 15.4433C20.4268 14.1757 21.1078 12.6517 21.2728 10.9031C21.2966 10.6513 21.293 9.8101 21.2671 9.5626C21.1641 8.57661 20.9149 7.70966 20.4918 6.86465C19.7694 5.42194 18.5661 4.22164 17.1176 3.49889C16.2848 3.08337 15.4118 2.83349 14.4424 2.73322C14.2755 2.71595 13.4474 2.70067 13.3082 2.7123ZM13.7264 8.3807C13.6507 8.40568 13.6049 8.43384 13.5396 8.49563C13.4268 8.60225 13.3711 8.76378 13.3977 8.90678C13.4177 9.01451 13.4696 9.1094 13.5486 9.18249C13.6446 9.27138 13.7167 9.29792 13.8638 9.29852C14.0121 9.29914 14.0823 9.27277 14.1828 9.17877C14.2579 9.1085 14.2974 9.04309 14.3233 8.94578C14.3792 8.73585 14.2707 8.50906 14.0663 8.40842C14.0004 8.37598 13.9789 8.37133 13.8819 8.36863C13.8137 8.36672 13.7549 8.37128 13.7264 8.3807Z"
|
|
19
|
+
fill="url(#paint0_linear_1532_63552)"
|
|
20
|
+
/>
|
|
21
|
+
<defs>
|
|
22
|
+
<linearGradient
|
|
23
|
+
id="paint0_linear_1532_63552"
|
|
24
|
+
x1={2.0249}
|
|
25
|
+
y1={2.5}
|
|
26
|
+
x2={21.5253}
|
|
27
|
+
y2={21.9997}
|
|
28
|
+
gradientUnits="userSpaceOnUse"
|
|
29
|
+
>
|
|
30
|
+
<stop stopColor="#00D2D3" />
|
|
31
|
+
<stop offset={1} stopColor="#C70CBA" />
|
|
32
|
+
</linearGradient>
|
|
33
|
+
</defs>
|
|
34
|
+
</svg>
|
|
35
|
+
);
|
|
36
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* @param {React.SVGProps<SVGSVGElement>} props
|
|
4
|
+
*/
|
|
5
|
+
export default function SvgProjectIconTuringLight(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="M8.79415 2.53846C7.31929 3.04789 6.03203 3.85071 4.94458 4.93929C4.15537 5.72932 3.53332 6.5971 3.04313 7.59193C2.48882 8.71687 2.16049 9.90532 2.05084 11.1838C2.02604 11.4729 2.01639 12.2294 2.03362 12.5329C2.1751 15.0243 3.19972 17.3147 4.95647 19.0665C6.53489 20.6405 8.58406 21.6388 10.7877 21.9073C11.1694 21.9539 11.3864 21.9672 11.8612 21.9734C12.4491 21.981 12.7948 21.9625 13.3082 21.896C16.8957 21.4309 19.9713 19.0235 21.2997 15.6407C21.3729 15.4544 21.4999 15.1002 21.4999 15.0824C21.4999 15.0789 21.4337 15.176 21.3527 15.2982C20.0955 17.1964 18.1769 18.5607 15.9834 19.1161C14.5371 19.4824 12.9937 19.4869 11.5438 19.1293C9.60007 18.6499 7.86773 17.5404 6.60672 15.9673C5.05302 14.0291 4.36242 11.5559 4.68228 9.07566C4.88294 7.5198 5.4858 6.04416 6.43717 4.78028C6.71344 4.41323 6.91064 4.18592 7.25156 3.84149C7.71098 3.37733 8.15869 3.00818 8.69543 2.65094C8.82089 2.56744 8.9189 2.49952 8.91325 2.5C8.90761 2.50048 8.85401 2.51778 8.79415 2.53846ZM13.3082 2.7123C13.2798 2.71466 13.1896 2.72192 13.1077 2.72843C12.3153 2.7914 11.4725 3.00266 10.7258 3.32554C9.65997 3.78637 8.68984 4.51346 7.93017 5.42076C6.4685 7.16646 5.875 9.49673 6.32084 11.7395C6.33963 11.834 6.38309 12.0217 6.41743 12.1566C6.45175 12.2914 6.47984 12.4036 6.47984 12.4058C6.47984 12.408 6.48429 12.4098 6.48972 12.4098C6.49515 12.4098 6.50312 12.3753 6.50744 12.3331C6.54403 11.976 6.72162 11.3281 6.8978 10.9088C7.47652 9.53184 8.52981 8.38601 9.8518 7.69536C10.8825 7.15688 12.1153 6.91062 13.1205 7.04239C14.2632 7.19221 15.1673 7.83702 15.6147 8.82132C15.7426 9.10267 15.8383 9.44996 15.8585 9.70582C15.8663 9.80433 15.8775 9.8433 15.8981 9.8433C15.9168 9.8433 16.4032 10.0826 16.6423 10.2094C17.2462 10.5298 17.9204 10.9344 18.0004 11.0246L18.0227 11.0497L17.9425 11.0422C17.4504 10.9963 16.9486 11.0099 16.505 11.0813C15.2869 11.2775 14.4225 11.8579 13.9724 12.7821C13.8035 13.1289 13.6978 13.4815 13.646 13.8719C13.6247 14.0325 13.6215 14.3846 13.6401 14.5351C13.7382 15.3289 14.1442 15.9922 14.802 16.4331C15.1124 16.6411 15.4643 16.7801 15.8631 16.8523C16.0148 16.8797 16.0561 16.8824 16.3385 16.883C16.6695 16.8836 16.7571 16.8749 17.0317 16.8137C17.1989 16.7765 17.4899 16.6805 17.6676 16.604C18.2095 16.3704 18.7509 15.9719 19.2441 15.4433C20.4268 14.1757 21.1078 12.6517 21.2728 10.9031C21.2966 10.6513 21.293 9.8101 21.2671 9.5626C21.1641 8.57661 20.9149 7.70966 20.4918 6.86465C19.7694 5.42194 18.5661 4.22164 17.1176 3.49889C16.2848 3.08337 15.4118 2.83349 14.4424 2.73322C14.2755 2.71595 13.4474 2.70067 13.3082 2.7123ZM13.7264 8.3807C13.6507 8.40568 13.6049 8.43384 13.5396 8.49563C13.4268 8.60225 13.3711 8.76378 13.3977 8.90678C13.4177 9.01451 13.4696 9.1094 13.5486 9.18249C13.6446 9.27138 13.7167 9.29792 13.8638 9.29852C14.0121 9.29914 14.0823 9.27277 14.1828 9.17877C14.2579 9.1085 14.2974 9.04309 14.3233 8.94578C14.3792 8.73585 14.2707 8.50906 14.0663 8.40842C14.0004 8.37598 13.9789 8.37133 13.8819 8.36863C13.8137 8.36672 13.7549 8.37128 13.7264 8.3807Z"
|
|
19
|
+
fill="url(#paint0_linear_1532_63497)"
|
|
20
|
+
/>
|
|
21
|
+
<defs>
|
|
22
|
+
<linearGradient
|
|
23
|
+
id="paint0_linear_1532_63497"
|
|
24
|
+
x1={2.0249}
|
|
25
|
+
y1={2.5}
|
|
26
|
+
x2={21.5253}
|
|
27
|
+
y2={21.9997}
|
|
28
|
+
gradientUnits="userSpaceOnUse"
|
|
29
|
+
>
|
|
30
|
+
<stop stopColor="#00D2D3" />
|
|
31
|
+
<stop offset={1} stopColor="#C70CBA" />
|
|
32
|
+
</linearGradient>
|
|
33
|
+
</defs>
|
|
34
|
+
</svg>
|
|
35
|
+
);
|
|
36
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* @param {React.SVGProps<SVGSVGElement>} props
|
|
4
|
+
*/
|
|
5
|
+
export default function SvgProjectIconWestendCollectivesDark(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="M5.51995 8.45993C6.56283 8.45993 7.40995 7.61281 7.40995 6.56993C7.40995 5.52706 6.56283 4.67993 5.51995 4.67993C4.47708 4.67993 3.62995 5.52706 3.62995 6.56993C3.62995 7.61281 4.47708 8.45993 5.51995 8.45993Z"
|
|
17
|
+
fill="white"
|
|
18
|
+
/>
|
|
19
|
+
<path
|
|
20
|
+
fillRule="evenodd"
|
|
21
|
+
clipRule="evenodd"
|
|
22
|
+
d="M6.59995 13.8599C6.59995 12.4154 7.23108 11.1161 8.23345 10.2284V10.2251C7.6192 9.79306 6.86995 9.53993 6.05995 9.53993H4.97995C2.89083 9.53993 1.19995 11.2308 1.19995 13.3199C1.19995 14.8286 2.0842 16.1279 3.35995 16.7354V17.6399C3.35995 18.2373 3.84258 18.7199 4.43995 18.7199H6.59995C7.19733 18.7199 7.67995 18.2373 7.67995 17.6399V16.9143C7.00495 16.0807 6.59995 15.0176 6.59995 13.8599ZM2.81995 13.3199C2.81995 12.7732 3.02245 12.2703 3.35995 11.8923V14.7476C3.02245 14.3696 2.81995 13.8667 2.81995 13.3199Z"
|
|
23
|
+
fill="white"
|
|
24
|
+
/>
|
|
25
|
+
<path
|
|
26
|
+
d="M17.3186 14.7498C17.925 14.2759 18.6883 13.9935 19.5176 13.9935C19.9097 13.9935 20.287 14.0566 20.64 14.1732V11.8957C20.9775 12.2737 21.18 12.7766 21.18 13.3233C21.18 13.6716 21.0978 14.0008 20.9508 14.2924C21.4589 14.5151 21.9052 14.8525 22.257 15.2718C22.6015 14.7023 22.8 14.0346 22.8 13.3199C22.8 11.2308 21.1091 9.53993 19.02 9.53993H17.94C17.13 9.53993 16.3807 9.79306 15.7665 10.2251C16.7688 11.1161 17.4 12.4154 17.4 13.8599C17.4 14.1639 17.372 14.4613 17.3186 14.7498Z"
|
|
27
|
+
fill="white"
|
|
28
|
+
/>
|
|
29
|
+
<path
|
|
30
|
+
d="M18.48 8.45993C19.5228 8.45993 20.37 7.61281 20.37 6.56993C20.37 5.52706 19.5228 4.67993 18.48 4.67993C17.4371 4.67993 16.59 5.52706 16.59 6.56993C16.59 7.61281 17.4371 8.45993 18.48 8.45993Z"
|
|
31
|
+
fill="white"
|
|
32
|
+
/>
|
|
33
|
+
<path
|
|
34
|
+
d="M9.83995 6.83993C9.83995 8.03131 10.8086 8.99993 12 8.99993C13.1913 8.99993 14.16 8.03131 14.16 6.83993C14.16 5.64856 13.1913 4.67993 12 4.67993C10.8086 4.67993 9.83995 5.64856 9.83995 6.83993Z"
|
|
35
|
+
fill="white"
|
|
36
|
+
/>
|
|
37
|
+
<path
|
|
38
|
+
fillRule="evenodd"
|
|
39
|
+
clipRule="evenodd"
|
|
40
|
+
d="M14.16 17.2754C15.4357 16.6679 16.32 15.3686 16.32 13.8599C16.32 11.7708 14.6291 10.0799 12.54 10.0799H11.46C9.37083 10.0799 7.67995 11.7708 7.67995 13.8599C7.67995 15.3686 8.5642 16.6679 9.83995 17.2754V18.7199C9.83995 19.3173 10.3226 19.7999 10.92 19.7999H13.08C13.6773 19.7999 14.16 19.3173 14.16 18.7199V17.2754ZM9.83995 15.2876C9.50245 14.9062 9.29995 14.4067 9.29995 13.8599C9.29995 13.3132 9.50245 12.8137 9.83995 12.4323V15.2876ZM14.16 15.2909V12.4357C14.4975 12.8137 14.7 13.3166 14.7 13.8633C14.7 14.4101 14.4975 14.9096 14.16 15.2909Z"
|
|
41
|
+
fill="white"
|
|
42
|
+
/>
|
|
43
|
+
<circle cx={19.5179} cy={18.0074} r={2.17411} fill="#EF486A" />
|
|
44
|
+
</svg>
|
|
45
|
+
);
|
|
46
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* @param {React.SVGProps<SVGSVGElement>} props
|
|
4
|
+
*/
|
|
5
|
+
export default function SvgProjectIconWestendCollectivesLight(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="M5.51995 8.45993C6.56283 8.45993 7.40995 7.61281 7.40995 6.56993C7.40995 5.52706 6.56283 4.67993 5.51995 4.67993C4.47708 4.67993 3.62995 5.52706 3.62995 6.56993C3.62995 7.61281 4.47708 8.45993 5.51995 8.45993Z"
|
|
17
|
+
fill="black"
|
|
18
|
+
/>
|
|
19
|
+
<path
|
|
20
|
+
fillRule="evenodd"
|
|
21
|
+
clipRule="evenodd"
|
|
22
|
+
d="M6.59995 13.8599C6.59995 12.4154 7.23108 11.1161 8.23345 10.2284V10.2251C7.6192 9.79306 6.86995 9.53993 6.05995 9.53993H4.97995C2.89083 9.53993 1.19995 11.2308 1.19995 13.3199C1.19995 14.8286 2.0842 16.1279 3.35995 16.7354V17.6399C3.35995 18.2373 3.84258 18.7199 4.43995 18.7199H6.59995C7.19733 18.7199 7.67995 18.2373 7.67995 17.6399V16.9143C7.00495 16.0807 6.59995 15.0176 6.59995 13.8599ZM2.81995 13.3199C2.81995 12.7732 3.02245 12.2703 3.35995 11.8923V14.7476C3.02245 14.3696 2.81995 13.8667 2.81995 13.3199Z"
|
|
23
|
+
fill="black"
|
|
24
|
+
/>
|
|
25
|
+
<path
|
|
26
|
+
d="M17.3186 14.7498C17.925 14.2759 18.6883 13.9935 19.5176 13.9935C19.9097 13.9935 20.287 14.0566 20.64 14.1732V11.8957C20.9775 12.2737 21.18 12.7766 21.18 13.3233C21.18 13.6716 21.0978 14.0008 20.9508 14.2924C21.4589 14.5151 21.9052 14.8525 22.257 15.2718C22.6015 14.7023 22.8 14.0346 22.8 13.3199C22.8 11.2308 21.1091 9.53993 19.02 9.53993H17.94C17.13 9.53993 16.3807 9.79306 15.7665 10.2251C16.7688 11.1161 17.4 12.4154 17.4 13.8599C17.4 14.1639 17.372 14.4613 17.3186 14.7498Z"
|
|
27
|
+
fill="black"
|
|
28
|
+
/>
|
|
29
|
+
<path
|
|
30
|
+
d="M18.48 8.45993C19.5228 8.45993 20.37 7.61281 20.37 6.56993C20.37 5.52706 19.5228 4.67993 18.48 4.67993C17.4371 4.67993 16.59 5.52706 16.59 6.56993C16.59 7.61281 17.4371 8.45993 18.48 8.45993Z"
|
|
31
|
+
fill="black"
|
|
32
|
+
/>
|
|
33
|
+
<path
|
|
34
|
+
d="M9.83995 6.83993C9.83995 8.03131 10.8086 8.99993 12 8.99993C13.1913 8.99993 14.16 8.03131 14.16 6.83993C14.16 5.64856 13.1913 4.67993 12 4.67993C10.8086 4.67993 9.83995 5.64856 9.83995 6.83993Z"
|
|
35
|
+
fill="black"
|
|
36
|
+
/>
|
|
37
|
+
<path
|
|
38
|
+
fillRule="evenodd"
|
|
39
|
+
clipRule="evenodd"
|
|
40
|
+
d="M14.16 17.2754C15.4357 16.6679 16.32 15.3686 16.32 13.8599C16.32 11.7708 14.6291 10.0799 12.54 10.0799H11.46C9.37083 10.0799 7.67995 11.7708 7.67995 13.8599C7.67995 15.3686 8.5642 16.6679 9.83995 17.2754V18.7199C9.83995 19.3173 10.3226 19.7999 10.92 19.7999H13.08C13.6773 19.7999 14.16 19.3173 14.16 18.7199V17.2754ZM9.83995 15.2876C9.50245 14.9062 9.29995 14.4067 9.29995 13.8599C9.29995 13.3132 9.50245 12.8137 9.83995 12.4323V15.2876ZM14.16 15.2909V12.4357C14.4975 12.8137 14.7 13.3166 14.7 13.8633C14.7 14.4101 14.4975 14.9096 14.16 15.2909Z"
|
|
41
|
+
fill="black"
|
|
42
|
+
/>
|
|
43
|
+
<circle cx={19.5179} cy={18.0074} r={2.17411} fill="#EF486A" />
|
|
44
|
+
</svg>
|
|
45
|
+
);
|
|
46
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* @param {React.SVGProps<SVGSVGElement>} props
|
|
4
|
+
*/
|
|
5
|
+
export default function SvgProjectIconZeigeistDark(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="M22 12.6002H2.01773C2.06571 13.4099 2.21011 14.1937 2.43963 14.9402L11.0391 14.9401L11.5772 14.2001H21.7747C21.8914 13.6809 21.9676 13.1465 22 12.6002Z"
|
|
17
|
+
fill="white"
|
|
18
|
+
/>
|
|
19
|
+
<path
|
|
20
|
+
d="M21.1223 16.1402H2.89545C3.28314 16.9907 3.78659 17.7775 4.38569 18.4803L8.46485 18.4802L9.00296 17.7402H20.2056C20.558 17.2387 20.8655 16.7035 21.1223 16.1402Z"
|
|
21
|
+
fill="white"
|
|
22
|
+
/>
|
|
23
|
+
<path
|
|
24
|
+
d="M18.4191 19.6803H5.59864C7.33503 21.1285 9.57008 22 12.0089 22C14.4476 22 16.6827 21.1285 18.4191 19.6803Z"
|
|
25
|
+
fill="white"
|
|
26
|
+
/>
|
|
27
|
+
<path
|
|
28
|
+
d="M2.01771 11.4002C2.06565 10.5905 2.21002 9.80672 2.4395 9.06017H21.5782C21.737 9.5769 21.8551 10.1115 21.9286 10.6601H14.1515L13.6134 11.4001L2.01771 11.4002Z"
|
|
29
|
+
fill="white"
|
|
30
|
+
/>
|
|
31
|
+
<path
|
|
32
|
+
d="M16.1876 7.86007L16.7258 7.12007H20.7471C20.4275 6.55002 20.0537 6.01444 19.6325 5.52031H4.38518C3.78621 6.2231 3.28287 7.00975 2.89526 7.86017L16.1876 7.86007Z"
|
|
33
|
+
fill="white"
|
|
34
|
+
/>
|
|
35
|
+
<path
|
|
36
|
+
d="M5.59792 4.32031H18.4198C16.6833 2.8717 14.448 2 12.0089 2C9.56974 2 7.33441 2.8717 5.59792 4.32031Z"
|
|
37
|
+
fill="white"
|
|
38
|
+
/>
|
|
39
|
+
<path
|
|
40
|
+
d="M2.00009 11.9564C2.00003 11.971 2 11.9855 2 12C2 12.0145 2.00003 12.029 2.00009 12.0436V11.9564Z"
|
|
41
|
+
fill="white"
|
|
42
|
+
/>
|
|
43
|
+
</svg>
|
|
44
|
+
);
|
|
45
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* @param {React.SVGProps<SVGSVGElement>} props
|
|
4
|
+
*/
|
|
5
|
+
export default function SvgProjectIconZeigeistLight(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="M22 12.6002H2.01773C2.06571 13.4099 2.21011 14.1937 2.43963 14.9402L11.0391 14.9401L11.5772 14.2001H21.7747C21.8914 13.6809 21.9676 13.1465 22 12.6002Z"
|
|
17
|
+
fill="black"
|
|
18
|
+
/>
|
|
19
|
+
<path
|
|
20
|
+
d="M21.1223 16.1402H2.89545C3.28314 16.9907 3.78659 17.7775 4.38569 18.4803L8.46485 18.4802L9.00296 17.7402H20.2056C20.558 17.2387 20.8655 16.7035 21.1223 16.1402Z"
|
|
21
|
+
fill="black"
|
|
22
|
+
/>
|
|
23
|
+
<path
|
|
24
|
+
d="M18.4191 19.6803H5.59864C7.33503 21.1285 9.57008 22 12.0089 22C14.4476 22 16.6827 21.1285 18.4191 19.6803Z"
|
|
25
|
+
fill="black"
|
|
26
|
+
/>
|
|
27
|
+
<path
|
|
28
|
+
d="M2.01771 11.4002C2.06565 10.5905 2.21002 9.80672 2.4395 9.06017H21.5782C21.737 9.5769 21.8551 10.1115 21.9286 10.6601H14.1515L13.6134 11.4001L2.01771 11.4002Z"
|
|
29
|
+
fill="black"
|
|
30
|
+
/>
|
|
31
|
+
<path
|
|
32
|
+
d="M16.1876 7.86007L16.7258 7.12007H20.7471C20.4275 6.55002 20.0537 6.01444 19.6325 5.52031H4.38518C3.78621 6.2231 3.28287 7.00975 2.89526 7.86017L16.1876 7.86007Z"
|
|
33
|
+
fill="black"
|
|
34
|
+
/>
|
|
35
|
+
<path
|
|
36
|
+
d="M5.59792 4.32031H18.4198C16.6833 2.8717 14.448 2 12.0089 2C9.56974 2 7.33441 2.8717 5.59792 4.32031Z"
|
|
37
|
+
fill="black"
|
|
38
|
+
/>
|
|
39
|
+
<path
|
|
40
|
+
d="M2.00009 11.9564C2.00003 11.971 2 11.9855 2 12C2 12.0145 2.00003 12.029 2.00009 12.0436V11.9564Z"
|
|
41
|
+
fill="black"
|
|
42
|
+
/>
|
|
43
|
+
</svg>
|
|
44
|
+
);
|
|
45
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* @param {React.SVGProps<SVGSVGElement>} props
|
|
4
|
+
*/
|
|
5
|
+
export default function SvgProjectLogoMoonbeamDark(props) {
|
|
6
|
+
return (
|
|
7
|
+
<svg
|
|
8
|
+
width={40}
|
|
9
|
+
height={40}
|
|
10
|
+
viewBox="0 0 40 40"
|
|
11
|
+
fill="none"
|
|
12
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
+
{...props}
|
|
14
|
+
>
|
|
15
|
+
<path
|
|
16
|
+
d="M23.4789 4.48291C17.4446 4.48291 12.4893 9.22401 11.9565 15.2747C11.904 15.8707 12.394 16.3573 12.9923 16.3573H33.9654C34.5637 16.3573 35.0538 15.8707 35.0013 15.2747C34.4685 9.22402 29.5132 4.48291 23.4789 4.48291Z"
|
|
17
|
+
fill="#53CBC8"
|
|
18
|
+
/>
|
|
19
|
+
<path
|
|
20
|
+
d="M37.0028 19.9154C37.3852 19.9154 37.6953 19.6053 37.6953 19.2228C37.6953 18.8403 37.3852 18.5303 37.0028 18.5303L10.249 18.5303C9.86648 18.5303 9.55642 18.8403 9.55642 19.2228C9.55642 19.6053 9.86648 19.9154 10.249 19.9154L37.0028 19.9154Z"
|
|
21
|
+
fill="#E1147B"
|
|
22
|
+
/>
|
|
23
|
+
<path
|
|
24
|
+
d="M24.2408 23.0863C24.6233 23.0863 24.9333 22.7762 24.9333 22.3937C24.9333 22.0113 24.6233 21.7012 24.2408 21.7012L4.79079 21.7012C4.4083 21.7012 4.09824 22.0113 4.09824 22.3937C4.09824 22.7762 4.4083 23.0863 4.79079 23.0863H24.2408Z"
|
|
25
|
+
fill="#E1147B"
|
|
26
|
+
/>
|
|
27
|
+
<path
|
|
28
|
+
d="M33.6326 26.2567C34.0151 26.2567 34.3251 25.9466 34.3251 25.5641C34.3251 25.1816 34.0151 24.8716 33.6326 24.8716H10.2491C9.86662 24.8716 9.55655 25.1816 9.55655 25.5641C9.55655 25.9466 9.86662 26.2567 10.2491 26.2567H33.6326Z"
|
|
29
|
+
fill="#E1147B"
|
|
30
|
+
/>
|
|
31
|
+
<path
|
|
32
|
+
d="M15.4463 29.4271C15.8288 29.4271 16.1389 29.117 16.1389 28.7345C16.1389 28.352 15.8288 28.042 15.4463 28.042H6.17037C5.78789 28.042 5.47782 28.352 5.47782 28.7345C5.47782 29.117 5.78789 29.4271 6.17037 29.4271H15.4463Z"
|
|
33
|
+
fill="#E1147B"
|
|
34
|
+
/>
|
|
35
|
+
<path
|
|
36
|
+
d="M34.0734 32.5975C34.4559 32.5975 34.766 32.2874 34.766 31.9049C34.766 31.5224 34.4559 31.2124 34.0734 31.2124H22.1448C21.7623 31.2124 21.4523 31.5224 21.4523 31.9049C21.4523 32.2874 21.7623 32.5975 22.1448 32.5975H34.0734Z"
|
|
37
|
+
fill="#E1147B"
|
|
38
|
+
/>
|
|
39
|
+
<path
|
|
40
|
+
d="M26.8585 35.7679C27.241 35.7679 27.551 35.4578 27.551 35.0753C27.551 34.6928 27.241 34.3828 26.8585 34.3828H14.9299C14.5474 34.3828 14.2374 34.6928 14.2374 35.0753C14.2374 35.4578 14.5474 35.7679 14.9299 35.7679H26.8585Z"
|
|
41
|
+
fill="#E1147B"
|
|
42
|
+
/>
|
|
43
|
+
<path
|
|
44
|
+
d="M37.5401 29.4271C37.9226 29.4271 38.2327 29.117 38.2327 28.7345C38.2327 28.352 37.9226 28.042 37.5401 28.042H18.3196C17.9371 28.042 17.6271 28.352 17.6271 28.7345C17.6271 29.117 17.9371 29.4271 18.3196 29.4271H37.5401Z"
|
|
45
|
+
fill="#E1147B"
|
|
46
|
+
/>
|
|
47
|
+
<path
|
|
48
|
+
d="M7.06073 19.2201C7.06073 18.8391 7.36955 18.5303 7.75051 18.5303C8.13146 18.5303 8.44029 18.8391 8.44029 19.2201C8.44029 19.601 8.13146 19.9098 7.75051 19.9098C7.36955 19.9098 7.06073 19.601 7.06073 19.2201Z"
|
|
49
|
+
fill="#E1147B"
|
|
50
|
+
/>
|
|
51
|
+
<path
|
|
52
|
+
d="M1.60254 22.391C1.60254 22.01 1.91136 21.7012 2.29232 21.7012C2.67327 21.7012 2.9821 22.01 2.9821 22.391C2.9821 22.7719 2.67327 23.0808 2.29232 23.0808C1.91136 23.0808 1.60254 22.7719 1.60254 22.391Z"
|
|
53
|
+
fill="#E1147B"
|
|
54
|
+
/>
|
|
55
|
+
<path
|
|
56
|
+
d="M7.06073 25.5614C7.06073 25.1804 7.36955 24.8716 7.75051 24.8716C8.13146 24.8716 8.44029 25.1804 8.44029 25.5614C8.44029 25.9423 8.13146 26.2511 7.75051 26.2511C7.36955 26.2511 7.06073 25.9423 7.06073 25.5614Z"
|
|
57
|
+
fill="#E1147B"
|
|
58
|
+
/>
|
|
59
|
+
<path
|
|
60
|
+
d="M2.9821 28.7318C2.9821 28.3508 3.29092 28.042 3.67187 28.042C4.05283 28.042 4.36165 28.3508 4.36165 28.7318C4.36165 29.1127 4.05283 29.4215 3.67187 29.4215C3.29092 29.4215 2.9821 29.1127 2.9821 28.7318Z"
|
|
61
|
+
fill="#E1147B"
|
|
62
|
+
/>
|
|
63
|
+
<path
|
|
64
|
+
d="M18.9565 31.9021C18.9565 31.5212 19.2653 31.2124 19.6463 31.2124C20.0272 31.2124 20.3361 31.5212 20.3361 31.9021C20.3361 32.2831 20.0272 32.5919 19.6463 32.5919C19.2653 32.5919 18.9565 32.2831 18.9565 31.9021Z"
|
|
65
|
+
fill="#E1147B"
|
|
66
|
+
/>
|
|
67
|
+
<path
|
|
68
|
+
d="M11.7416 35.0725C11.7416 34.6916 12.0504 34.3828 12.4314 34.3828C12.8123 34.3828 13.1212 34.6916 13.1212 35.0725C13.1212 35.4535 12.8123 35.7623 12.4314 35.7623C12.0504 35.7623 11.7416 35.4535 11.7416 35.0725Z"
|
|
69
|
+
fill="#E1147B"
|
|
70
|
+
/>
|
|
71
|
+
</svg>
|
|
72
|
+
);
|
|
73
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* @param {React.SVGProps<SVGSVGElement>} props
|
|
4
|
+
*/
|
|
5
|
+
export default function SvgProjectLogoMoonbeamLight(props) {
|
|
6
|
+
return (
|
|
7
|
+
<svg
|
|
8
|
+
width={40}
|
|
9
|
+
height={40}
|
|
10
|
+
viewBox="0 0 40 40"
|
|
11
|
+
fill="none"
|
|
12
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
+
{...props}
|
|
14
|
+
>
|
|
15
|
+
<path
|
|
16
|
+
d="M23.4789 4.48291C17.4446 4.48291 12.4893 9.22401 11.9565 15.2747C11.904 15.8707 12.394 16.3573 12.9923 16.3573H33.9654C34.5637 16.3573 35.0538 15.8707 35.0013 15.2747C34.4685 9.22402 29.5132 4.48291 23.4789 4.48291Z"
|
|
17
|
+
fill="#53CBC8"
|
|
18
|
+
/>
|
|
19
|
+
<path
|
|
20
|
+
d="M37.0028 19.9154C37.3852 19.9154 37.6953 19.6053 37.6953 19.2228C37.6953 18.8403 37.3852 18.5303 37.0028 18.5303L10.249 18.5303C9.86648 18.5303 9.55642 18.8403 9.55642 19.2228C9.55642 19.6053 9.86648 19.9154 10.249 19.9154L37.0028 19.9154Z"
|
|
21
|
+
fill="#E1147B"
|
|
22
|
+
/>
|
|
23
|
+
<path
|
|
24
|
+
d="M24.2408 23.0863C24.6233 23.0863 24.9333 22.7762 24.9333 22.3937C24.9333 22.0113 24.6233 21.7012 24.2408 21.7012L4.79079 21.7012C4.4083 21.7012 4.09824 22.0113 4.09824 22.3937C4.09824 22.7762 4.4083 23.0863 4.79079 23.0863H24.2408Z"
|
|
25
|
+
fill="#E1147B"
|
|
26
|
+
/>
|
|
27
|
+
<path
|
|
28
|
+
d="M33.6326 26.2567C34.0151 26.2567 34.3251 25.9466 34.3251 25.5641C34.3251 25.1816 34.0151 24.8716 33.6326 24.8716H10.2491C9.86662 24.8716 9.55655 25.1816 9.55655 25.5641C9.55655 25.9466 9.86662 26.2567 10.2491 26.2567H33.6326Z"
|
|
29
|
+
fill="#E1147B"
|
|
30
|
+
/>
|
|
31
|
+
<path
|
|
32
|
+
d="M15.4463 29.4271C15.8288 29.4271 16.1389 29.117 16.1389 28.7345C16.1389 28.352 15.8288 28.042 15.4463 28.042H6.17037C5.78789 28.042 5.47782 28.352 5.47782 28.7345C5.47782 29.117 5.78789 29.4271 6.17037 29.4271H15.4463Z"
|
|
33
|
+
fill="#E1147B"
|
|
34
|
+
/>
|
|
35
|
+
<path
|
|
36
|
+
d="M34.0734 32.5975C34.4559 32.5975 34.766 32.2874 34.766 31.9049C34.766 31.5224 34.4559 31.2124 34.0734 31.2124H22.1448C21.7623 31.2124 21.4523 31.5224 21.4523 31.9049C21.4523 32.2874 21.7623 32.5975 22.1448 32.5975H34.0734Z"
|
|
37
|
+
fill="#E1147B"
|
|
38
|
+
/>
|
|
39
|
+
<path
|
|
40
|
+
d="M26.8585 35.7679C27.241 35.7679 27.551 35.4578 27.551 35.0753C27.551 34.6928 27.241 34.3828 26.8585 34.3828H14.9299C14.5474 34.3828 14.2374 34.6928 14.2374 35.0753C14.2374 35.4578 14.5474 35.7679 14.9299 35.7679H26.8585Z"
|
|
41
|
+
fill="#E1147B"
|
|
42
|
+
/>
|
|
43
|
+
<path
|
|
44
|
+
d="M37.5401 29.4271C37.9226 29.4271 38.2327 29.117 38.2327 28.7345C38.2327 28.352 37.9226 28.042 37.5401 28.042H18.3196C17.9371 28.042 17.6271 28.352 17.6271 28.7345C17.6271 29.117 17.9371 29.4271 18.3196 29.4271H37.5401Z"
|
|
45
|
+
fill="#E1147B"
|
|
46
|
+
/>
|
|
47
|
+
<path
|
|
48
|
+
d="M7.06073 19.2201C7.06073 18.8391 7.36955 18.5303 7.75051 18.5303C8.13146 18.5303 8.44029 18.8391 8.44029 19.2201C8.44029 19.601 8.13146 19.9098 7.75051 19.9098C7.36955 19.9098 7.06073 19.601 7.06073 19.2201Z"
|
|
49
|
+
fill="#E1147B"
|
|
50
|
+
/>
|
|
51
|
+
<path
|
|
52
|
+
d="M1.60254 22.391C1.60254 22.01 1.91136 21.7012 2.29232 21.7012C2.67327 21.7012 2.9821 22.01 2.9821 22.391C2.9821 22.7719 2.67327 23.0808 2.29232 23.0808C1.91136 23.0808 1.60254 22.7719 1.60254 22.391Z"
|
|
53
|
+
fill="#E1147B"
|
|
54
|
+
/>
|
|
55
|
+
<path
|
|
56
|
+
d="M7.06073 25.5614C7.06073 25.1804 7.36955 24.8716 7.75051 24.8716C8.13146 24.8716 8.44029 25.1804 8.44029 25.5614C8.44029 25.9423 8.13146 26.2511 7.75051 26.2511C7.36955 26.2511 7.06073 25.9423 7.06073 25.5614Z"
|
|
57
|
+
fill="#E1147B"
|
|
58
|
+
/>
|
|
59
|
+
<path
|
|
60
|
+
d="M2.9821 28.7318C2.9821 28.3508 3.29092 28.042 3.67187 28.042C4.05283 28.042 4.36165 28.3508 4.36165 28.7318C4.36165 29.1127 4.05283 29.4215 3.67187 29.4215C3.29092 29.4215 2.9821 29.1127 2.9821 28.7318Z"
|
|
61
|
+
fill="#E1147B"
|
|
62
|
+
/>
|
|
63
|
+
<path
|
|
64
|
+
d="M18.9565 31.9021C18.9565 31.5212 19.2653 31.2124 19.6463 31.2124C20.0272 31.2124 20.3361 31.5212 20.3361 31.9021C20.3361 32.2831 20.0272 32.5919 19.6463 32.5919C19.2653 32.5919 18.9565 32.2831 18.9565 31.9021Z"
|
|
65
|
+
fill="#E1147B"
|
|
66
|
+
/>
|
|
67
|
+
<path
|
|
68
|
+
d="M11.7416 35.0725C11.7416 34.6916 12.0504 34.3828 12.4314 34.3828C12.8123 34.3828 13.1212 34.6916 13.1212 35.0725C13.1212 35.4535 12.8123 35.7623 12.4314 35.7623C12.0504 35.7623 11.7416 35.4535 11.7416 35.0725Z"
|
|
69
|
+
fill="#E1147B"
|
|
70
|
+
/>
|
|
71
|
+
</svg>
|
|
72
|
+
);
|
|
73
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* @param {React.SVGProps<SVGSVGElement>} props
|
|
4
|
+
*/
|
|
5
|
+
export default function SvgProjectLogoMoonriverDark(props) {
|
|
6
|
+
return (
|
|
7
|
+
<svg
|
|
8
|
+
width={40}
|
|
9
|
+
height={40}
|
|
10
|
+
viewBox="0 0 40 40"
|
|
11
|
+
fill="none"
|
|
12
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
+
{...props}
|
|
14
|
+
>
|
|
15
|
+
<path
|
|
16
|
+
d="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"
|
|
17
|
+
fill="#4FCCC6"
|
|
18
|
+
/>
|
|
19
|
+
<path
|
|
20
|
+
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"
|
|
21
|
+
fill="#4FCCC6"
|
|
22
|
+
/>
|
|
23
|
+
<path
|
|
24
|
+
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"
|
|
25
|
+
fill="#4FCCC6"
|
|
26
|
+
/>
|
|
27
|
+
<path
|
|
28
|
+
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"
|
|
29
|
+
fill="#4FCCC6"
|
|
30
|
+
/>
|
|
31
|
+
<path
|
|
32
|
+
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"
|
|
33
|
+
fill="#4FCCC6"
|
|
34
|
+
/>
|
|
35
|
+
<path
|
|
36
|
+
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"
|
|
37
|
+
fill="#4FCCC6"
|
|
38
|
+
/>
|
|
39
|
+
<path
|
|
40
|
+
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"
|
|
41
|
+
fill="#4FCCC6"
|
|
42
|
+
/>
|
|
43
|
+
<path
|
|
44
|
+
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"
|
|
45
|
+
fill="#4FCCC6"
|
|
46
|
+
/>
|
|
47
|
+
<path
|
|
48
|
+
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"
|
|
49
|
+
fill="#F2B705"
|
|
50
|
+
/>
|
|
51
|
+
<path
|
|
52
|
+
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"
|
|
53
|
+
fill="#4FCCC6"
|
|
54
|
+
/>
|
|
55
|
+
</svg>
|
|
56
|
+
);
|
|
57
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* @param {React.SVGProps<SVGSVGElement>} props
|
|
4
|
+
*/
|
|
5
|
+
export default function SvgProjectLogoMoonriverLight(props) {
|
|
6
|
+
return (
|
|
7
|
+
<svg
|
|
8
|
+
width={40}
|
|
9
|
+
height={40}
|
|
10
|
+
viewBox="0 0 40 40"
|
|
11
|
+
fill="none"
|
|
12
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
+
{...props}
|
|
14
|
+
>
|
|
15
|
+
<path
|
|
16
|
+
d="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"
|
|
17
|
+
fill="#4FCCC6"
|
|
18
|
+
/>
|
|
19
|
+
<path
|
|
20
|
+
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"
|
|
21
|
+
fill="#4FCCC6"
|
|
22
|
+
/>
|
|
23
|
+
<path
|
|
24
|
+
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"
|
|
25
|
+
fill="#4FCCC6"
|
|
26
|
+
/>
|
|
27
|
+
<path
|
|
28
|
+
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"
|
|
29
|
+
fill="#4FCCC6"
|
|
30
|
+
/>
|
|
31
|
+
<path
|
|
32
|
+
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"
|
|
33
|
+
fill="#4FCCC6"
|
|
34
|
+
/>
|
|
35
|
+
<path
|
|
36
|
+
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"
|
|
37
|
+
fill="#4FCCC6"
|
|
38
|
+
/>
|
|
39
|
+
<path
|
|
40
|
+
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"
|
|
41
|
+
fill="#4FCCC6"
|
|
42
|
+
/>
|
|
43
|
+
<path
|
|
44
|
+
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"
|
|
45
|
+
fill="#4FCCC6"
|
|
46
|
+
/>
|
|
47
|
+
<path
|
|
48
|
+
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"
|
|
49
|
+
fill="#F2B705"
|
|
50
|
+
/>
|
|
51
|
+
<path
|
|
52
|
+
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"
|
|
53
|
+
fill="#4FCCC6"
|
|
54
|
+
/>
|
|
55
|
+
</svg>
|
|
56
|
+
);
|
|
57
|
+
}
|