@cfx-dev/ui-components 5.0.24 → 5.0.25
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/dist/{BurgerMenu.module-DzFXW4p3.js → BurgerMenu.module-DA0ojIYf.js} +4 -3
- package/dist/assets/css/Badge.css +1 -1
- package/dist/assets/css/BurgerMenu.css +1 -1
- package/dist/assets/css/InputDropzone.css +1 -1
- package/dist/cfxIcons-B2ocwAjm.js +136 -0
- package/dist/cfxIconsXLarge-C9n01-rM.js +136 -0
- package/dist/components/Badge/Badge.d.ts +2 -1
- package/dist/components/Badge/Badge.js +39 -35
- package/dist/components/Badge/BadgeShowcase.js +66 -36
- package/dist/components/BurgerMenu/BurgerMenu.d.ts +2 -1
- package/dist/components/BurgerMenu/BurgerMenu.js +58 -46
- package/dist/components/BurgerMenu/BurgerMenuButton.js +1 -1
- package/dist/components/BurgerMenu/BurgerMenuShowcase.js +40 -25
- package/dist/components/Checkbox/Checkbox.js +57 -31
- package/dist/components/Checkbox/CheckboxShowcase.js +28 -2
- package/dist/components/Icon/Icon.js +2 -2
- package/dist/components/Icons/IconsShowcase.js +71 -29
- package/dist/components/Icons/cfx-icons/Car.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Car.js +26 -0
- package/dist/components/Icons/cfx-icons/Creator.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Creator.js +26 -0
- package/dist/components/Icons/cfx-icons/Documentation.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Documentation.js +26 -0
- package/dist/components/Icons/cfx-icons/Expand2.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Expand2.js +26 -0
- package/dist/components/Icons/cfx-icons/FiveMServer.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/FiveMServer.js +27 -0
- package/dist/components/Icons/cfx-icons/Hat.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Hat.js +18 -0
- package/dist/components/Icons/cfx-icons/Integration.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Integration.js +26 -0
- package/dist/components/Icons/cfx-icons/Pen.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Pen.js +26 -0
- package/dist/components/Icons/cfx-icons/Population.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Population.js +26 -0
- package/dist/components/Icons/cfx-icons/RedMServer.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/RedMServer.js +26 -0
- package/dist/components/Icons/cfx-icons/Script.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Script.js +26 -0
- package/dist/components/Icons/cfx-icons/Snail.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Snail.js +18 -0
- package/dist/components/Icons/cfx-icons/Tooling.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Tooling.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Car.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Car.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Creator.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Creator.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Documentation.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Documentation.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Expand2.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Expand2.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/FiveMServer.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/FiveMServer.js +27 -0
- package/dist/components/Icons/cfx-iconsXLarge/Hat.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Hat.js +18 -0
- package/dist/components/Icons/cfx-iconsXLarge/Integration.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Integration.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Pen.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Pen.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Population.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Population.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/RedMServer.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/RedMServer.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Script.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Script.js +26 -0
- package/dist/components/Icons/cfx-iconsXLarge/Snail.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Snail.js +21 -0
- package/dist/components/Icons/cfx-iconsXLarge/Tooling.d.ts +5 -0
- package/dist/components/Icons/cfx-iconsXLarge/Tooling.js +26 -0
- package/dist/components/Icons/cfxIcons.d.ts +13 -0
- package/dist/components/Icons/cfxIcons.js +98 -72
- package/dist/components/Icons/cfxIconsXLarge.d.ts +13 -0
- package/dist/components/Icons/cfxIconsXLarge.js +98 -72
- package/dist/components/Icons/index.js +2 -2
- package/dist/components/InputDropzone/InputDropzone.js +1 -1
- package/dist/components/Logos/Logos.types.d.ts +26 -0
- package/dist/components/Logos/LogosShowcase.js +28 -27
- package/dist/components/Logos/c/Logo.d.ts +5 -0
- package/dist/components/Logos/c/Logo.js +18 -0
- package/dist/components/Logos/c/index.d.ts +1 -0
- package/dist/components/Logos/c/index.js +4 -0
- package/dist/components/Logos/cfx/CompositeIcon.d.ts +5 -0
- package/dist/components/Logos/cfx/CompositeIcon.js +9 -0
- package/dist/components/Logos/cfx/index.d.ts +1 -0
- package/dist/components/Logos/cfx/index.js +8 -6
- package/dist/components/Logos/discord/IconColor.d.ts +5 -0
- package/dist/components/Logos/discord/IconColor.js +24 -0
- package/dist/components/Logos/discord/Logo.d.ts +5 -0
- package/dist/components/Logos/discord/Logo.js +24 -0
- package/dist/components/Logos/discord/LogoColor.d.ts +5 -0
- package/dist/components/Logos/discord/LogoColor.js +24 -0
- package/dist/components/Logos/discord/index.d.ts +3 -0
- package/dist/components/Logos/discord/index.js +8 -2
- package/dist/components/Logos/esx/IconColor.d.ts +5 -0
- package/dist/components/Logos/esx/IconColor.js +24 -0
- package/dist/components/Logos/esx/index.d.ts +1 -0
- package/dist/components/Logos/esx/index.js +4 -2
- package/dist/components/Logos/fivem/SimpleLogo.d.ts +5 -0
- package/dist/components/Logos/fivem/SimpleLogo.js +18 -0
- package/dist/components/Logos/fivem/index.d.ts +1 -0
- package/dist/components/Logos/fivem/index.js +8 -6
- package/dist/components/Logos/forum/CompositeLogo.d.ts +5 -0
- package/dist/components/Logos/forum/CompositeLogo.js +15 -0
- package/dist/components/Logos/forum/index.d.ts +1 -0
- package/dist/components/Logos/forum/index.js +4 -0
- package/dist/components/Logos/google/WordmarkWhite.d.ts +5 -0
- package/dist/components/Logos/google/WordmarkWhite.js +25 -0
- package/dist/components/Logos/google/index.d.ts +1 -0
- package/dist/components/Logos/google/index.js +4 -2
- package/dist/components/Logos/gportal/Icon.d.ts +5 -0
- package/dist/components/Logos/gportal/Icon.js +22 -0
- package/dist/components/Logos/gportal/IconColor.d.ts +5 -0
- package/dist/components/Logos/gportal/IconColor.js +22 -0
- package/dist/components/Logos/gportal/Logo.d.ts +5 -0
- package/dist/components/Logos/gportal/Logo.js +29 -0
- package/dist/components/Logos/gportal/LogoColor.d.ts +5 -0
- package/dist/components/Logos/gportal/LogoColor.js +32 -0
- package/dist/components/Logos/gportal/LogoHorizontal.d.ts +5 -0
- package/dist/components/Logos/gportal/LogoHorizontal.js +29 -0
- package/dist/components/Logos/gportal/LogoHorizontalColor.d.ts +5 -0
- package/dist/components/Logos/gportal/LogoHorizontalColor.js +29 -0
- package/dist/components/Logos/gportal/index.d.ts +6 -0
- package/dist/components/Logos/gportal/index.js +14 -0
- package/dist/components/Logos/index.d.ts +26 -0
- package/dist/components/Logos/index.js +60 -34
- package/dist/components/Logos/javascript/Logo.d.ts +5 -0
- package/dist/components/Logos/javascript/Logo.js +18 -0
- package/dist/components/Logos/javascript/index.d.ts +1 -0
- package/dist/components/Logos/javascript/index.js +4 -0
- package/dist/components/Logos/lua/Logo.d.ts +5 -0
- package/dist/components/Logos/lua/Logo.js +18 -0
- package/dist/components/Logos/lua/index.d.ts +1 -0
- package/dist/components/Logos/lua/index.js +4 -0
- package/dist/components/Logos/marketplace/CompositeLogo.d.ts +5 -0
- package/dist/components/Logos/marketplace/CompositeLogo.js +15 -0
- package/dist/components/Logos/marketplace/index.d.ts +1 -0
- package/dist/components/Logos/marketplace/index.js +4 -0
- package/dist/components/Logos/nitrado/Icon.d.ts +5 -0
- package/dist/components/Logos/nitrado/Icon.js +27 -0
- package/dist/components/Logos/nitrado/IconColor.d.ts +5 -0
- package/dist/components/Logos/nitrado/IconColor.js +27 -0
- package/dist/components/Logos/nitrado/LogoHorizontal.d.ts +5 -0
- package/dist/components/Logos/nitrado/LogoHorizontal.js +70 -0
- package/dist/components/Logos/nitrado/LogoHorizontalColor.d.ts +5 -0
- package/dist/components/Logos/nitrado/LogoHorizontalColor.js +70 -0
- package/dist/components/Logos/nitrado/index.d.ts +4 -0
- package/dist/components/Logos/nitrado/index.js +10 -0
- package/dist/components/Logos/nodecraft/Icon.d.ts +5 -0
- package/dist/components/Logos/nodecraft/Icon.js +29 -0
- package/dist/components/Logos/nodecraft/IconColor.d.ts +5 -0
- package/dist/components/Logos/nodecraft/IconColor.js +29 -0
- package/dist/components/Logos/nodecraft/Logo.d.ts +5 -0
- package/dist/components/Logos/nodecraft/Logo.js +38 -0
- package/dist/components/Logos/nodecraft/LogoColor.d.ts +5 -0
- package/dist/components/Logos/nodecraft/LogoColor.js +41 -0
- package/dist/components/Logos/nodecraft/LogoColor2.d.ts +5 -0
- package/dist/components/Logos/nodecraft/LogoColor2.js +41 -0
- package/dist/components/Logos/nodecraft/index.d.ts +5 -0
- package/dist/components/Logos/nodecraft/index.js +12 -0
- package/dist/components/Logos/redemrp/IconColor.d.ts +5 -0
- package/dist/components/Logos/redemrp/IconColor.js +18 -0
- package/dist/components/Logos/redemrp/index.d.ts +1 -0
- package/dist/components/Logos/redemrp/index.js +4 -2
- package/dist/components/Logos/redm/SimpleLogo.d.ts +5 -0
- package/dist/components/Logos/redm/SimpleLogo.js +21 -0
- package/dist/components/Logos/redm/index.d.ts +1 -0
- package/dist/components/Logos/redm/index.js +8 -6
- package/dist/components/Logos/rockstar/Wordmark.d.ts +5 -0
- package/dist/components/Logos/rockstar/Wordmark.js +33 -0
- package/dist/components/Logos/rockstar/WordmarkVertical.d.ts +5 -0
- package/dist/components/Logos/rockstar/WordmarkVertical.js +33 -0
- package/dist/components/Logos/rockstar/index.d.ts +2 -0
- package/dist/components/Logos/rockstar/index.js +6 -2
- package/dist/components/Logos/shockbyte/Icon.d.ts +5 -0
- package/dist/components/Logos/shockbyte/Icon.js +26 -0
- package/dist/components/Logos/shockbyte/IconColor.d.ts +5 -0
- package/dist/components/Logos/shockbyte/IconColor.js +26 -0
- package/dist/components/Logos/shockbyte/IconColor2.d.ts +5 -0
- package/dist/components/Logos/shockbyte/IconColor2.js +54 -0
- package/dist/components/Logos/shockbyte/Logo.d.ts +5 -0
- package/dist/components/Logos/shockbyte/Logo.js +27 -0
- package/dist/components/Logos/shockbyte/LogoColor.d.ts +5 -0
- package/dist/components/Logos/shockbyte/LogoColor.js +24 -0
- package/dist/components/Logos/shockbyte/LogoColor2.d.ts +5 -0
- package/dist/components/Logos/shockbyte/LogoColor2.js +55 -0
- package/dist/components/Logos/shockbyte/index.d.ts +6 -0
- package/dist/components/Logos/shockbyte/index.js +14 -0
- package/dist/components/Logos/support/CompositeLogo.d.ts +5 -0
- package/dist/components/Logos/support/CompositeLogo.js +15 -0
- package/dist/components/Logos/support/index.d.ts +1 -0
- package/dist/components/Logos/support/index.js +4 -0
- package/dist/components/Logos/tebex/WhiteWordmark.d.ts +5 -0
- package/dist/components/Logos/tebex/WhiteWordmark.js +35 -0
- package/dist/components/Logos/tebex/index.d.ts +1 -0
- package/dist/components/Logos/tebex/index.js +4 -2
- package/dist/components/Logos/txadmin/Icon.d.ts +5 -0
- package/dist/components/Logos/txadmin/Icon.js +24 -0
- package/dist/components/Logos/txadmin/IconColor.d.ts +5 -0
- package/dist/components/Logos/txadmin/IconColor.js +24 -0
- package/dist/components/Logos/txadmin/Logo.d.ts +5 -0
- package/dist/components/Logos/txadmin/Logo.js +24 -0
- package/dist/components/Logos/txadmin/LogoColor.d.ts +5 -0
- package/dist/components/Logos/txadmin/LogoColor.js +24 -0
- package/dist/components/Logos/txadmin/index.d.ts +4 -0
- package/dist/components/Logos/txadmin/index.js +10 -0
- package/dist/components/Logos/vorpcore/IconColor.d.ts +5 -0
- package/dist/components/Logos/vorpcore/IconColor.js +27 -0
- package/dist/components/Logos/vorpcore/index.d.ts +1 -0
- package/dist/components/Logos/vorpcore/index.js +4 -2
- package/dist/components/Logos/xrealm/Icon.d.ts +5 -0
- package/dist/components/Logos/xrealm/Icon.js +21 -0
- package/dist/components/Logos/xrealm/IconColor.d.ts +5 -0
- package/dist/components/Logos/xrealm/IconColor.js +21 -0
- package/dist/components/Logos/xrealm/IconColor2.d.ts +5 -0
- package/dist/components/Logos/xrealm/IconColor2.js +21 -0
- package/dist/components/Logos/xrealm/Logo.d.ts +5 -0
- package/dist/components/Logos/xrealm/Logo.js +26 -0
- package/dist/components/Logos/xrealm/LogoColor.d.ts +5 -0
- package/dist/components/Logos/xrealm/LogoColor.js +26 -0
- package/dist/components/Logos/xrealm/LogoColor2.d.ts +5 -0
- package/dist/components/Logos/xrealm/LogoColor2.js +26 -0
- package/dist/components/Logos/xrealm/index.d.ts +6 -0
- package/dist/components/Logos/xrealm/index.js +14 -0
- package/dist/components/Logos/zap/Icon.d.ts +5 -0
- package/dist/components/Logos/zap/Icon.js +24 -0
- package/dist/components/Logos/zap/IconColor.d.ts +5 -0
- package/dist/components/Logos/zap/IconColor.js +24 -0
- package/dist/components/Logos/zap/IconColor2.d.ts +5 -0
- package/dist/components/Logos/zap/IconColor2.js +24 -0
- package/dist/components/Logos/zap/Logo.d.ts +5 -0
- package/dist/components/Logos/zap/Logo.js +33 -0
- package/dist/components/Logos/zap/LogoColor.d.ts +5 -0
- package/dist/components/Logos/zap/LogoColor.js +33 -0
- package/dist/components/Logos/zap/index.d.ts +5 -0
- package/dist/components/Logos/zap/index.js +12 -0
- package/dist/index--7ftEy7B.js +14 -0
- package/dist/index-6ymEiKOk.js +12 -0
- package/dist/index-B4ozsXlE.js +16 -0
- package/dist/index-B894ectI.js +10 -0
- package/dist/index-BGU_SN2o.js +16 -0
- package/dist/{index-CZVyC53C.js → index-BOn_iaK2.js} +4 -2
- package/dist/index-BRHcJhJG.js +18 -0
- package/dist/index-B_EMgg52.js +14 -0
- package/dist/index-B_Vaq81q.js +10 -0
- package/dist/index-C9Lozqbl.js +8 -0
- package/dist/index-Cq4jCzEv.js +12 -0
- package/dist/{index-CndZSWbO.js → index-CztR26xF.js} +3 -3
- package/dist/index-D1C1OavJ.js +14 -0
- package/dist/index-DhOP0QKO.js +18 -0
- package/dist/{index-DmiGJpGO.js → index-DwlnwP6x.js} +3 -3
- package/dist/{index-BFDtbr-9.js → index-FdoLqVRX.js} +3 -3
- package/dist/{index-BcJ929FX.js → index-RuvVYarm.js} +6 -4
- package/dist/{index-CaQzR2YA.js → index-lyU2TVKU.js} +3 -3
- package/dist/{index-zDYfHjPd.js → index-nlWIqgCS.js} +4 -4
- package/dist/index-sokrkox7.js +16 -0
- package/dist/index-srJbL-Sj.js +8 -0
- package/dist/index-ugQO1I1Q.js +12 -0
- package/dist/index-zV_VvyQi.js +18 -0
- package/dist/main.js +2 -2
- package/package.json +1 -1
- package/dist/cfxIcons-YyDWNxmM.js +0 -110
- package/dist/cfxIconsXLarge-Dw37ZSw2.js +0 -110
- package/dist/index-Bg26abkD.js +0 -14
- package/dist/index-DXAZagKA.js +0 -8
- package/dist/index-DxFgF-nY.js +0 -10
|
@@ -1,10 +1,12 @@
|
|
|
1
|
-
import { default as
|
|
2
|
-
import { default as
|
|
1
|
+
import { default as r } from "./CompositeLogo.js";
|
|
2
|
+
import { default as a } from "./Icon.js";
|
|
3
3
|
import { default as m } from "./Logo.js";
|
|
4
|
-
import { default as
|
|
4
|
+
import { default as s } from "./Wordmark.js";
|
|
5
|
+
import { default as l } from "./CompositeIcon.js";
|
|
5
6
|
export {
|
|
6
|
-
|
|
7
|
-
|
|
7
|
+
l as CompositeIcon,
|
|
8
|
+
r as CompositeLogo,
|
|
9
|
+
a as Icon,
|
|
8
10
|
m as Logo,
|
|
9
|
-
|
|
11
|
+
s as Wordmark
|
|
10
12
|
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
+
import t from "react";
|
|
3
|
+
function l(o) {
|
|
4
|
+
return /* @__PURE__ */ C(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 80 60",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...o,
|
|
11
|
+
children: /* @__PURE__ */ C(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
fill: "#5865F2",
|
|
15
|
+
d: "M67.061 5.02491C61.8597 2.64364 56.3688 0.954283 50.7285 0C49.9566 1.37975 49.2583 2.79933 48.6363 4.2528C42.6283 3.34746 36.5185 3.34746 30.5105 4.2528C29.8882 2.79948 29.1899 1.37992 28.4184 0C22.7745 0.962341 17.2799 2.6557 12.0734 5.03736C1.73718 20.33 -1.06482 35.2428 0.336179 49.944C6.38934 54.4163 13.1646 57.8176 20.3673 60C21.9892 57.8187 23.4243 55.5045 24.6575 53.0822C22.3152 52.2074 20.0545 51.1281 17.9016 49.8568C18.4682 49.4458 19.0224 49.0224 19.5578 48.6115C25.8225 51.5576 32.66 53.0851 39.5828 53.0851C46.5055 53.0851 53.343 51.5576 59.6077 48.6115C60.1494 49.0535 60.7035 49.477 61.2639 49.8568C59.1068 51.1301 56.842 52.2115 54.4956 53.0884C55.7272 55.5097 57.1625 57.8218 58.7857 60C65.9947 57.8264 72.7751 54.4267 78.8293 49.9502C80.4732 32.9016 76.0211 18.1258 67.061 5.02491ZM26.4321 40.9029C22.528 40.9029 19.3026 37.3599 19.3026 33.0012C19.3026 28.6426 22.4159 25.0685 26.4196 25.0685C30.4234 25.0685 33.6238 28.6426 33.5554 33.0012C33.4869 37.3599 30.4109 40.9029 26.4321 40.9029ZM52.7334 40.9029C48.8231 40.9029 45.6101 37.3599 45.6101 33.0012C45.6101 28.6426 48.7235 25.0685 52.7334 25.0685C56.7434 25.0685 59.919 28.6426 59.8505 33.0012C59.782 37.3599 56.7123 40.9029 52.7334 40.9029Z"
|
|
16
|
+
}
|
|
17
|
+
)
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
}
|
|
21
|
+
const n = t.memo(l);
|
|
22
|
+
export {
|
|
23
|
+
n as default
|
|
24
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
+
import o from "react";
|
|
3
|
+
function t(V) {
|
|
4
|
+
return /* @__PURE__ */ C(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 404 60",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...V,
|
|
11
|
+
children: /* @__PURE__ */ C(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
fill: "white",
|
|
15
|
+
d: "M51.5588 0C50.771 1.37486 50.0657 2.79346 49.424 4.24331C43.3247 3.3434 37.1173 3.3434 31.0052 4.24331C30.3762 2.79346 29.6583 1.36861 28.8704 0C23.1396 0.9624 17.5549 2.64972 12.2624 5.03698C1.76639 20.3291 -1.07362 35.2276 0.336855 49.926C6.48069 54.3943 13.3679 57.8002 20.6998 59.9813C22.3517 57.8002 23.8131 55.4817 25.0647 53.0695C22.6885 52.2008 20.3949 51.1134 18.1966 49.8511C18.7747 49.4386 19.3338 49.0136 19.8802 48.6012C32.7651 54.5693 47.6895 54.5693 60.5935 48.6012C61.1399 49.0449 61.699 49.4698 62.2772 49.8511C60.0789 51.1322 57.7852 52.2008 55.3963 53.0882C56.648 55.5005 58.1093 57.8252 59.7612 60C67.0931 57.819 73.9803 54.4256 80.1242 49.9635C81.7951 32.9153 77.2651 18.1419 68.1669 5.06197C62.8871 2.66847 57.3024 0.981148 51.5779 0.0312467L51.5588 0ZM26.8627 40.877C22.8981 40.877 19.607 37.3399 19.607 32.9716C19.607 28.6033 22.7711 25.0474 26.8437 25.0474C30.9163 25.0474 34.1629 28.6158 34.0994 32.9716C34.0358 37.3274 30.9036 40.877 26.8627 40.877ZM53.5983 40.877C49.621 40.877 46.3616 37.3399 46.3616 32.9716C46.3616 28.6033 49.5257 25.0474 53.5983 25.0474C57.6709 25.0474 60.8985 28.6158 60.8349 32.9716C60.7714 37.3274 57.6391 40.877 53.5983 40.877ZM107.273 8.31788H131.225C137.001 8.31788 141.88 9.20529 145.877 10.9739C149.555 12.4924 152.675 15.0734 154.835 18.3793C156.855 21.6415 157.891 25.3974 157.815 29.2157C157.859 33.0528 156.786 36.8212 154.721 40.0708C152.414 43.508 149.117 46.1889 145.254 47.77C141.023 49.6698 135.768 50.6135 129.504 50.6072H107.273V8.31788ZM129.256 39.8521C133.144 39.8521 136.137 38.8959 138.221 36.9899C140.362 34.9464 141.366 32.1654 141.353 29.1657C141.366 26.3848 140.476 23.7975 138.564 21.829C136.689 19.9979 133.875 19.0793 130.114 19.0793H122.623V39.8583H129.256V39.8521ZM193.68 50.5447C190.523 49.7636 187.498 48.5262 184.716 46.8576V36.8337C187.149 38.571 189.881 39.8521 192.785 40.6145C195.961 41.5707 199.265 42.0644 202.582 42.0894C203.725 42.1519 204.875 41.9519 205.93 41.5207C206.686 41.1395 207.061 40.6583 207.061 40.1583C207.08 39.5959 206.858 39.0459 206.445 38.646C205.746 38.1148 204.92 37.7648 204.049 37.6211L196.679 35.99C192.454 35.0214 189.462 33.684 187.689 31.9779C185.891 30.1906 184.938 27.7471 185.059 25.2411C185.027 22.9914 185.859 20.8103 187.39 19.1418C189.207 17.2545 191.495 15.8733 194.023 15.1297C197.283 14.1235 200.682 13.6423 204.094 13.7048C207.283 13.6736 210.46 14.0423 213.554 14.7922C216.051 15.3734 218.453 16.3108 220.676 17.5732V27.0659C218.592 25.8723 216.343 24.9724 214.012 24.385C211.477 23.7163 208.872 23.3788 206.248 23.3851C202.397 23.3851 200.472 24.0287 200.472 25.3161C200.46 25.9036 200.803 26.441 201.349 26.6785C202.397 27.1159 203.503 27.4284 204.627 27.6096L210.771 28.697C214.761 29.3844 217.735 30.5968 219.692 32.3216C221.648 34.0465 222.633 36.5712 222.64 39.8958C222.703 43.4517 220.842 46.7764 217.754 48.6262C214.52 50.7635 209.901 51.8259 203.903 51.8196C200.453 51.8196 197.016 51.4009 193.674 50.551L193.68 50.5447ZM237.157 49.2761C233.873 47.795 231.109 45.389 229.203 42.3706C227.424 39.4084 226.515 36.0212 226.572 32.5841C226.522 29.147 227.481 25.7723 229.336 22.8601C231.312 19.8917 234.133 17.5482 237.443 16.1296C241.465 14.4047 245.83 13.5673 250.214 13.6798C256.358 13.6798 261.453 14.9484 265.507 17.4857V28.5595C263.963 27.5409 262.279 26.7472 260.507 26.2035C258.518 25.5848 256.447 25.2786 254.363 25.2974C250.557 25.2974 247.577 25.9848 245.423 27.3534C242.399 29.0157 241.313 32.7716 243.003 35.7463C243.555 36.7149 244.356 37.5211 245.334 38.0773C247.425 39.4646 250.449 40.1583 254.426 40.1583C256.478 40.1583 258.518 39.8708 260.481 39.2959C262.273 38.7897 263.995 38.071 265.602 37.1461V47.845C260.856 50.5697 255.436 51.9446 249.941 51.8321C245.538 51.9508 241.166 51.0759 237.157 49.2761ZM280.793 49.2761C277.47 47.7825 274.656 45.389 272.68 42.3706C270.812 39.4146 269.846 36.0025 269.891 32.5216C269.833 29.0845 270.799 25.7098 272.68 22.8164C274.668 19.8792 277.47 17.5607 280.761 16.1358C288.837 12.9112 297.865 12.9112 305.94 16.1358C309.212 17.5482 312.008 19.8542 313.984 22.7789C315.852 25.6848 316.811 29.0657 316.748 32.5029C316.792 35.9775 315.833 39.3896 313.984 42.3456C312.027 45.364 309.225 47.7638 305.915 49.2511C297.897 52.632 288.818 52.632 280.8 49.2511V49.2699L280.793 49.2761ZM299.453 38.5585C300.985 37.0024 301.798 34.8901 301.696 32.7278C301.804 30.5843 300.991 28.4908 299.453 26.9659C297.789 25.4598 295.572 24.6849 293.31 24.8162C291.054 24.6974 288.843 25.4723 287.166 26.9659C285.635 28.497 284.821 30.5843 284.929 32.7278C284.828 34.8901 285.641 37.0024 287.166 38.5585C288.824 40.0833 291.041 40.877 293.31 40.7583C295.578 40.8895 297.802 40.0896 299.453 38.5585ZM353.649 15.9171V28.9845C351.813 27.9096 349.703 27.3846 347.569 27.4721C344.297 27.4721 341.768 28.4533 340.014 30.4031C338.261 32.3529 337.384 35.3838 337.384 39.4896V50.601H322.339V15.2672H337.079V26.4847C337.899 22.3789 339.22 19.348 341.044 17.3982C342.835 15.4546 345.434 14.436 348.064 14.4672C350.008 14.4672 351.972 14.9172 353.655 15.9171H353.649ZM403.638 7.11176V50.601H388.593V42.6643C387.456 45.489 385.423 47.8763 382.786 49.4636C379.876 51.0947 376.572 51.9071 373.224 51.8134C370.073 51.8883 366.979 51.0384 364.316 49.3699C361.743 47.7263 359.697 45.4015 358.401 42.6643C356.991 39.6459 356.292 36.3462 356.349 33.0278C356.247 29.5844 356.997 26.166 358.522 23.0601C359.926 20.2166 362.118 17.8231 364.85 16.1546C367.652 14.486 370.88 13.6236 374.158 13.6798C381.318 13.6798 386.128 16.742 388.587 22.8601V7.11176H403.632H403.638ZM386.382 38.3523C387.932 36.8524 388.771 34.7776 388.688 32.6404C388.752 30.5656 387.913 28.5595 386.382 27.1347C382.837 24.2912 377.748 24.2912 374.196 27.1347C372.665 28.5908 371.839 30.6218 371.922 32.7153C371.845 34.8276 372.678 36.8774 374.222 38.3523C375.848 39.8396 378.021 40.6208 380.238 40.5208C382.5 40.6458 384.711 39.8646 386.382 38.3523ZM170.496 5.7744C174.639 5.7744 178 8.74284 178 12.3987C178 16.0546 174.639 19.023 170.496 19.023C166.354 19.023 162.993 16.0546 162.993 12.3987C162.993 8.74284 166.354 5.7744 170.496 5.7744ZM162.987 23.5913C167.79 25.5786 173.197 25.5786 178 23.5913V50.7885H162.987V23.5913Z"
|
|
16
|
+
}
|
|
17
|
+
)
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
}
|
|
21
|
+
const e = o.memo(t);
|
|
22
|
+
export {
|
|
23
|
+
e as default
|
|
24
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
+
import V from "react";
|
|
3
|
+
function M(o) {
|
|
4
|
+
return /* @__PURE__ */ C(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 404 60",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...o,
|
|
11
|
+
children: /* @__PURE__ */ C(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
d: "M51.5588 0C50.771 1.37486 50.0657 2.79346 49.424 4.24331C43.3247 3.3434 37.1173 3.3434 31.0052 4.24331C30.3762 2.79346 29.6583 1.36861 28.8704 0C23.1396 0.9624 17.5549 2.64972 12.2624 5.03698C1.76639 20.3291 -1.07362 35.2276 0.336855 49.926C6.48069 54.3943 13.3679 57.8002 20.6998 59.9813C22.3517 57.8002 23.8131 55.4817 25.0647 53.0695C22.6885 52.2008 20.3949 51.1134 18.1966 49.8511C18.7747 49.4386 19.3338 49.0136 19.8802 48.6012C32.7651 54.5693 47.6895 54.5693 60.5935 48.6012C61.1399 49.0449 61.699 49.4698 62.2772 49.8511C60.0789 51.1322 57.7852 52.2008 55.3963 53.0882C56.648 55.5005 58.1093 57.8252 59.7612 60C67.0931 57.819 73.9803 54.4256 80.1242 49.9635C81.7951 32.9153 77.2651 18.1419 68.1669 5.06197C62.8871 2.66847 57.3024 0.981148 51.5779 0.0312467L51.5588 0ZM26.8627 40.877C22.8981 40.877 19.607 37.3399 19.607 32.9716C19.607 28.6033 22.7711 25.0474 26.8437 25.0474C30.9163 25.0474 34.1629 28.6158 34.0994 32.9716C34.0358 37.3274 30.9036 40.877 26.8627 40.877ZM53.5983 40.877C49.621 40.877 46.3616 37.3399 46.3616 32.9716C46.3616 28.6033 49.5257 25.0474 53.5983 25.0474C57.6709 25.0474 60.8985 28.6158 60.8349 32.9716C60.7714 37.3274 57.6391 40.877 53.5983 40.877ZM107.273 8.31788H131.225C137.001 8.31788 141.88 9.20529 145.877 10.9739C149.555 12.4924 152.675 15.0734 154.835 18.3793C156.855 21.6415 157.891 25.3974 157.815 29.2157C157.859 33.0528 156.786 36.8212 154.721 40.0708C152.414 43.508 149.117 46.1889 145.254 47.77C141.023 49.6698 135.768 50.6135 129.504 50.6072H107.273V8.31788ZM129.256 39.8521C133.144 39.8521 136.137 38.8959 138.221 36.9899C140.362 34.9464 141.366 32.1654 141.353 29.1657C141.366 26.3848 140.476 23.7975 138.564 21.829C136.689 19.9979 133.875 19.0793 130.114 19.0793H122.623V39.8583H129.256V39.8521ZM193.68 50.5447C190.523 49.7636 187.498 48.5262 184.716 46.8576V36.8337C187.149 38.571 189.881 39.8521 192.785 40.6145C195.961 41.5707 199.265 42.0644 202.582 42.0894C203.725 42.1519 204.875 41.9519 205.93 41.5207C206.686 41.1395 207.061 40.6583 207.061 40.1583C207.08 39.5959 206.858 39.0459 206.445 38.646C205.746 38.1148 204.92 37.7648 204.049 37.6211L196.679 35.99C192.454 35.0214 189.462 33.684 187.689 31.9779C185.891 30.1906 184.938 27.7471 185.059 25.2411C185.027 22.9914 185.859 20.8103 187.39 19.1418C189.207 17.2545 191.495 15.8733 194.023 15.1297C197.283 14.1235 200.682 13.6423 204.094 13.7048C207.283 13.6736 210.46 14.0423 213.554 14.7922C216.051 15.3734 218.453 16.3108 220.676 17.5732V27.0659C218.592 25.8723 216.343 24.9724 214.012 24.385C211.477 23.7163 208.872 23.3788 206.248 23.3851C202.397 23.3851 200.472 24.0287 200.472 25.3161C200.46 25.9036 200.803 26.441 201.349 26.6785C202.397 27.1159 203.503 27.4284 204.627 27.6096L210.771 28.697C214.761 29.3844 217.735 30.5968 219.692 32.3216C221.648 34.0465 222.633 36.5712 222.64 39.8958C222.703 43.4517 220.842 46.7764 217.754 48.6262C214.52 50.7635 209.901 51.8259 203.903 51.8196C200.453 51.8196 197.016 51.4009 193.674 50.551L193.68 50.5447ZM237.157 49.2761C233.873 47.795 231.109 45.389 229.203 42.3706C227.424 39.4084 226.515 36.0212 226.572 32.5841C226.522 29.147 227.481 25.7723 229.336 22.8601C231.312 19.8917 234.133 17.5482 237.443 16.1296C241.465 14.4047 245.83 13.5673 250.214 13.6798C256.358 13.6798 261.453 14.9484 265.507 17.4857V28.5595C263.963 27.5409 262.279 26.7472 260.507 26.2035C258.518 25.5848 256.447 25.2786 254.363 25.2974C250.557 25.2974 247.577 25.9848 245.423 27.3534C242.399 29.0157 241.313 32.7716 243.003 35.7463C243.555 36.7149 244.356 37.5211 245.334 38.0773C247.425 39.4646 250.449 40.1583 254.426 40.1583C256.478 40.1583 258.518 39.8708 260.481 39.2959C262.273 38.7897 263.995 38.071 265.602 37.1461V47.845C260.856 50.5697 255.436 51.9446 249.941 51.8321C245.538 51.9508 241.166 51.0759 237.157 49.2761ZM280.793 49.2761C277.47 47.7825 274.656 45.389 272.68 42.3706C270.812 39.4146 269.846 36.0025 269.891 32.5216C269.833 29.0845 270.799 25.7098 272.68 22.8164C274.668 19.8792 277.47 17.5607 280.761 16.1358C288.837 12.9112 297.865 12.9112 305.94 16.1358C309.212 17.5482 312.008 19.8542 313.984 22.7789C315.852 25.6848 316.811 29.0657 316.748 32.5029C316.792 35.9775 315.833 39.3896 313.984 42.3456C312.027 45.364 309.225 47.7638 305.915 49.2511C297.897 52.632 288.818 52.632 280.8 49.2511V49.2699L280.793 49.2761ZM299.453 38.5585C300.985 37.0024 301.798 34.8901 301.696 32.7278C301.804 30.5843 300.991 28.4908 299.453 26.9659C297.789 25.4598 295.572 24.6849 293.31 24.8162C291.054 24.6974 288.843 25.4723 287.166 26.9659C285.635 28.497 284.821 30.5843 284.929 32.7278C284.828 34.8901 285.641 37.0024 287.166 38.5585C288.824 40.0833 291.041 40.877 293.31 40.7583C295.578 40.8895 297.802 40.0896 299.453 38.5585ZM353.649 15.9171V28.9845C351.813 27.9096 349.703 27.3846 347.569 27.4721C344.297 27.4721 341.768 28.4533 340.014 30.4031C338.261 32.3529 337.384 35.3838 337.384 39.4896V50.601H322.339V15.2672H337.079V26.4847C337.899 22.3789 339.22 19.348 341.044 17.3982C342.835 15.4546 345.434 14.436 348.064 14.4672C350.008 14.4672 351.972 14.9172 353.655 15.9171H353.649ZM403.638 7.11176V50.601H388.593V42.6643C387.456 45.489 385.423 47.8763 382.786 49.4636C379.876 51.0947 376.572 51.9071 373.224 51.8134C370.073 51.8883 366.979 51.0384 364.316 49.3699C361.743 47.7263 359.697 45.4015 358.401 42.6643C356.991 39.6459 356.292 36.3462 356.349 33.0278C356.247 29.5844 356.997 26.166 358.522 23.0601C359.926 20.2166 362.118 17.8231 364.85 16.1546C367.652 14.486 370.88 13.6236 374.158 13.6798C381.318 13.6798 386.128 16.742 388.587 22.8601V7.11176H403.632H403.638ZM386.382 38.3523C387.932 36.8524 388.771 34.7776 388.688 32.6404C388.752 30.5656 387.913 28.5595 386.382 27.1347C382.837 24.2912 377.748 24.2912 374.196 27.1347C372.665 28.5908 371.839 30.6218 371.922 32.7153C371.845 34.8276 372.678 36.8774 374.222 38.3523C375.848 39.8396 378.021 40.6208 380.238 40.5208C382.5 40.6458 384.711 39.8646 386.382 38.3523ZM170.496 5.7744C174.639 5.7744 178 8.74284 178 12.3987C178 16.0546 174.639 19.023 170.496 19.023C166.354 19.023 162.993 16.0546 162.993 12.3987C162.993 8.74284 166.354 5.7744 170.496 5.7744ZM162.987 23.5913C167.79 25.5786 173.197 25.5786 178 23.5913V50.7885H162.987V23.5913Z",
|
|
15
|
+
fill: "#5865F2"
|
|
16
|
+
}
|
|
17
|
+
)
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
}
|
|
21
|
+
const l = V.memo(M);
|
|
22
|
+
export {
|
|
23
|
+
l as default
|
|
24
|
+
};
|
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
import { default as
|
|
1
|
+
import { default as a } from "./Icon.js";
|
|
2
|
+
import { default as f } from "./IconColor.js";
|
|
3
|
+
import { default as l } from "./Logo.js";
|
|
4
|
+
import { default as m } from "./LogoColor.js";
|
|
2
5
|
export {
|
|
3
|
-
|
|
6
|
+
a as Icon,
|
|
7
|
+
f as IconColor,
|
|
8
|
+
l as Logo,
|
|
9
|
+
m as LogoColor
|
|
4
10
|
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { jsxs as i, jsx as l } from "react/jsx-runtime";
|
|
2
|
+
import e from "react";
|
|
3
|
+
function o(t) {
|
|
4
|
+
return /* @__PURE__ */ i(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 166 60",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...t,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ i("g", { clipPath: "url(#clip0_2853_2604)", children: [
|
|
13
|
+
/* @__PURE__ */ l("path", { d: "M164.902 60H144.347L134.005 44.8088L123.662 60H103.107L123.727 29.7111L114.211 15.7349L124.466 0.603229L134.005 14.6163L143.957 0H164.512L144.282 29.714L164.902 60.0028V60Z", fill: "#FD9800" }),
|
|
14
|
+
/* @__PURE__ */ l("path", { d: "M108.802 40.7703C108.802 30.1671 100.176 21.5406 89.5723 21.5406H71.7587C70.5239 21.5406 69.5214 20.5381 69.5214 19.3033V19.2268C69.5214 17.9921 70.5239 16.9895 71.7587 16.9895H108.924L120.439 0H71.7587C61.1555 0 52.529 8.62645 52.529 19.2297V19.3061C52.529 29.9094 61.1555 38.5358 71.7587 38.5358H89.5723C90.8071 38.5358 91.8097 39.5384 91.8097 40.7731C91.8097 42.0079 90.8071 43.0105 89.5723 43.0105H51.736L63.2512 60.0028H89.5723C100.176 60.0028 108.802 51.3764 108.802 40.7731V40.7703ZM16.9924 43.0076V37.117H40.5862V22.9567H16.9924V16.9924H51.3056V0H0V60H58.8134L47.2982 43.0076H16.9924Z", fill: "white" })
|
|
15
|
+
] }),
|
|
16
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_2853_2604", children: /* @__PURE__ */ l("rect", { width: "164.902", height: "60", fill: "white" }) }) })
|
|
17
|
+
]
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
}
|
|
21
|
+
const c = e.memo(o);
|
|
22
|
+
export {
|
|
23
|
+
c as default
|
|
24
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { jsx as H } from "react/jsx-runtime";
|
|
2
|
+
import L from "react";
|
|
3
|
+
function V(C) {
|
|
4
|
+
return /* @__PURE__ */ H(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 212 60",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...C,
|
|
11
|
+
children: /* @__PURE__ */ H("path", { d: "M97.02 9.825V14.061H75.453V26.712H94.791V30.948H75.453V49.506H70.773V9.825H97.023H97.02ZM106.572 16.848H101.778V11.385H106.572V16.848ZM106.461 49.506H102.003V20.748H106.461V49.506ZM128.67 33.51L133.407 20.748H138.201L126.888 49.506H122.208L110.949 20.748H115.797L120.534 33.567C122.91 39.957 124.269 43.674 124.602 44.712C125.085 43.227 126.441 39.492 128.67 33.51ZM153.441 50.175C149.466 50.175 146.241 48.819 143.772 46.107C141.3 43.395 140.067 39.735 140.067 35.127C140.067 30.519 141.285 26.952 143.718 24.204C146.151 21.456 149.355 20.079 153.333 20.079C157.311 20.079 160.689 21.51 163.029 24.369C165.369 27.231 166.539 30.816 166.539 35.124V36.684H144.693C144.915 39.843 145.797 42.201 147.339 43.761C148.881 45.321 150.951 46.101 153.552 46.101C157.527 46.101 160.074 44.319 161.187 40.752H165.813C165.069 43.575 163.647 45.852 161.55 47.58C159.45 49.308 156.747 50.172 153.441 50.172V50.175ZM144.804 32.676H161.745C161.523 30.189 160.677 28.143 159.21 26.547C157.743 24.951 155.784 24.15 153.33 24.15C151.026 24.15 149.121 24.876 147.618 26.325C146.112 27.774 145.173 29.892 144.804 32.679V32.676ZM197.346 31.728L206.208 9.825H212.34V49.506H207.771V36.798C207.771 28.437 207.828 21.696 207.939 16.566C207.048 19.017 205.878 22.029 204.429 25.593L194.619 49.503H190.605L180.741 25.593C179.292 22.026 178.122 19.017 177.231 16.566C177.342 21.693 177.399 28.437 177.399 36.798V49.506H172.83V9.825H178.959L188.154 32.397C189.453 35.517 190.959 39.327 192.669 43.821C195.045 37.542 196.608 33.51 197.349 31.728H197.346ZM10.959 27.123L19.509 1.473C19.803 0.591 20.625 0 21.552 0H30.99L32.787 5.403L10.959 27.123ZM35.67 14.07L27.624 22.107L38.817 60H50.949L35.67 14.07ZM5.148 44.553L0 60H12.123L21.588 28.137L5.148 44.556V44.553Z", fill: "#EBEBEB" })
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
}
|
|
15
|
+
const e = L.memo(V);
|
|
16
|
+
export {
|
|
17
|
+
e as default
|
|
18
|
+
};
|
|
@@ -5,3 +5,4 @@ export { default as LockupLandscape } from './LockupLandscape';
|
|
|
5
5
|
export { default as LockupPortrait } from './LockupPortrait';
|
|
6
6
|
export { default as Wordmark } from './Wordmark';
|
|
7
7
|
export { default as WhiteLogo } from './WhiteLogo';
|
|
8
|
+
export { default as SimpleLogo } from './SimpleLogo';
|
|
@@ -1,16 +1,18 @@
|
|
|
1
|
-
import { default as
|
|
2
|
-
import { default as
|
|
1
|
+
import { default as e } from "./CompositeLogo.js";
|
|
2
|
+
import { default as t } from "./Icon.js";
|
|
3
3
|
import { default as p } from "./Logo.js";
|
|
4
|
-
import { default as
|
|
4
|
+
import { default as d } from "./LockupLandscape.js";
|
|
5
5
|
import { default as u } from "./LockupPortrait.js";
|
|
6
6
|
import { default as x } from "./Wordmark.js";
|
|
7
7
|
import { default as c } from "./WhiteLogo.js";
|
|
8
|
+
import { default as i } from "./SimpleLogo.js";
|
|
8
9
|
export {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
e as CompositeLogo,
|
|
11
|
+
t as Icon,
|
|
12
|
+
d as LockupLandscape,
|
|
12
13
|
u as LockupPortrait,
|
|
13
14
|
p as Logo,
|
|
15
|
+
i as SimpleLogo,
|
|
14
16
|
c as WhiteLogo,
|
|
15
17
|
x as Wordmark
|
|
16
18
|
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
+
import L from "react";
|
|
3
|
+
function V(H) {
|
|
4
|
+
return /* @__PURE__ */ C("svg", { viewBox: "0 0 381 60", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...H, children: /* @__PURE__ */ C(
|
|
5
|
+
"path",
|
|
6
|
+
{
|
|
7
|
+
fill: "#F1F1E4",
|
|
8
|
+
d: "M82.6829 0H85.6098V59.2683H82.6829V0ZM0 41.1732H8.50244L10.9683 29.4H16.6171C19.4415 29.4 20.8537 30.8561 20.8537 33.7683C20.8537 35.2098 20.7732 37.0537 20.6049 39.3073C20.6049 40.6537 20.8098 41.5463 21.2195 41.9854H29.9561C29.2537 40.7854 28.9024 39.3732 28.9024 37.7341C29.0195 35.2902 29.0781 33.2854 29.0781 31.7195C29.0561 28.661 27.9439 26.8683 25.7488 26.3268V26.2537C30.7244 25.5439 33.2122 22.5366 33.2122 17.2317C33.2122 14.0049 32.2098 11.7366 30.2049 10.4122C28.5659 9.33659 26.078 8.80976 22.7415 8.83171L6.80488 8.79512L0 41.1732ZM20.2756 15.5341C23.3415 15.5341 24.878 16.661 24.878 18.9073C24.8561 21.8707 22.9463 23.3488 19.1561 23.3488H12.3805L14.0122 15.5341H20.2756ZM49.8732 42.0146L40.1707 48.9146L41.722 59.7366L33.322 53.2098L22.0244 60L27.3073 48.4756L21.1463 41.9122L31.1049 41.9415L37.4122 31.1195L39.1098 42.0146H49.8659H49.8732ZM38.4585 48.1463L44.9049 43.6024H37.778L36.5415 35.7146L32.0122 43.522H24.8049L29.1805 48.1829L25.5585 55.9976L33.4171 51.3L39.6146 56.1073L38.4512 48.139L38.4585 48.1463ZM148.749 46.5585C151.983 43.9317 153.834 40.1927 154.317 35.3488H149.685C149.21 38.9122 147.79 41.6195 145.441 43.4781C143.093 45.3366 140.407 46.2585 137.4 46.2585C133.398 46.2585 130.185 44.8171 127.756 41.9341C125.334 39.0512 124.12 35.0707 124.12 30.0073C124.12 24.9439 125.334 20.9634 127.756 18.0805C130.178 15.1976 133.398 13.7561 137.4 13.7561C140.305 13.7561 142.815 14.4878 144.951 15.9585C147.08 17.4293 148.566 19.778 149.415 23.0122H154.098C153.139 18.4976 151.149 15.1171 148.12 12.8707C145.09 10.6317 141.52 9.5122 137.4 9.5122C132.073 9.5122 127.72 11.3707 124.339 15.0805C120.959 18.7902 119.268 23.7659 119.268 30.0146C119.268 36.2634 120.959 41.239 124.339 44.9488C127.72 48.6585 132.073 50.5171 137.4 50.5171C141.732 50.5171 145.515 49.2073 148.749 46.5805V46.5585ZM173.32 14.1293V10.3829C172.441 10.3098 171.505 10.2732 170.51 10.2732C165.22 10.2732 162.578 12.9366 162.578 18.2634V21.1829H157.895V25.039H162.578V49.6098H166.983V25.039H173.041V21.1829H166.983V18.1537C166.983 15.4756 168.249 14.1293 170.788 14.1293H173.32ZM196.624 21.1829L194.473 24.2122C192.673 26.7146 190.837 29.2829 188.963 31.9244C187.456 29.722 185.62 27.1463 183.454 24.2122L181.251 21.1829H176.071L186.373 35.0707L175.522 49.6171H180.644L182.129 47.5244C183.563 45.4683 185.817 42.3659 188.905 38.2098C190.998 41.0415 193.222 44.122 195.571 47.4659L197.115 49.6171H202.295L191.444 35.0707L201.746 21.1829H196.624ZM219.878 10.3829V49.6171H227.32V32.7H245.78V26.3049H227.32V17.0488H247.595V10.3829H219.878ZM279.329 35.4C279.329 30.878 278.005 27.2707 275.363 24.5707C272.722 21.8707 269.232 20.5244 264.893 20.5244C260.554 20.5244 257.056 21.8854 254.393 24.6C251.729 27.322 250.398 30.9146 250.398 35.4C250.398 39.8854 251.729 43.4781 254.393 46.2C257.056 48.922 260.554 50.2756 264.893 50.2756C269.232 50.2756 272.715 48.9293 275.363 46.2293C278.005 43.5293 279.329 39.922 279.329 35.4ZM259.471 42.1756C258.168 40.5951 257.517 38.3341 257.517 35.4C257.517 32.4659 258.168 30.2049 259.471 28.6244C260.773 27.0439 262.581 26.2537 264.9 26.2537C267.22 26.2537 268.976 27.0439 270.3 28.6244C271.624 30.2049 272.283 32.4659 272.283 35.4C272.283 38.3341 271.624 40.5951 270.3 42.1756C268.976 43.7561 267.176 44.5463 264.9 44.5463C262.624 44.5463 260.773 43.7561 259.471 42.1756ZM291.505 26.2537V21.1829H284.781V49.6171H291.724V35.1805C291.724 32.539 292.441 30.5488 293.876 29.2317C295.31 27.9073 297.329 27.2488 299.934 27.2488H301.698V20.8537C301.295 20.7805 300.724 20.7439 299.993 20.7439C295.917 20.7439 293.085 22.5805 291.505 26.2537ZM322.998 42.4537C321.732 43.6683 320.254 44.2683 318.563 44.2683C315 44.2683 313.222 42.4683 313.222 38.8683V21.1829H306.278V40.0244C306.278 43.3317 307.178 45.8634 308.978 47.6268C310.778 49.3902 313.185 50.2683 316.193 50.2683C319.976 50.2683 322.954 48.6732 325.12 45.4756V49.6098H331.844V21.1829H324.9V37.1049C324.9 39.4537 324.263 41.239 322.998 42.4463V42.4537ZM362.202 25.8146C360.659 22.2878 357.717 20.5244 353.385 20.5244C349.932 20.5244 347.232 22.1049 345.285 25.2659V21.1902H338.561V49.6244H345.505V33.9732C345.505 31.4781 346.076 29.6122 347.21 28.3829C348.351 27.1537 349.727 26.539 351.344 26.539C354.651 26.539 356.305 28.339 356.305 31.939V49.6244H363.19V33.9732C363.19 31.4781 363.746 29.6122 364.873 28.3829C365.993 27.1537 367.398 26.539 369.088 26.539C372.359 26.539 373.99 28.339 373.99 31.939V49.6244H380.934V30.8341C380.934 27.6366 380.063 25.1195 378.315 23.2829C376.566 21.4463 374.137 20.5317 371.012 20.5317C367.302 20.5317 364.361 22.2951 362.195 25.822L362.202 25.8146Z"
|
|
9
|
+
}
|
|
10
|
+
) });
|
|
11
|
+
}
|
|
12
|
+
const M = L.memo(V);
|
|
13
|
+
export {
|
|
14
|
+
M as default
|
|
15
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as CompositeLogo } from './CompositeLogo';
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { jsxs as i, jsx as C } from "react/jsx-runtime";
|
|
2
|
+
import l from "react";
|
|
3
|
+
function e(t) {
|
|
4
|
+
return /* @__PURE__ */ i(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 178 68",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...t,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ C("path", { d: "M43.3984 20.8814H22.8014V27.1358H37.4101C36.6862 35.8784 29.5629 39.6277 22.8343 39.6277C13.9671 39.6613 6.74501 32.3477 6.7121 23.2857C6.7121 23.1848 6.7121 23.0839 6.7121 22.9998C6.7121 13.5511 13.8684 6.27116 22.8508 6.27116C29.7767 6.27116 33.8566 10.777 33.8566 10.777L38.134 6.25434C38.134 6.25434 32.6392 0 22.6204 0C9.87074 0 0 10.9955 0 22.8822C0 34.7688 9.27849 45.882 22.9495 45.882C34.9753 45.882 43.7767 37.4588 43.7767 25.0174C43.7767 22.3946 43.3984 20.8814 43.3984 20.8814Z", fill: "white" }),
|
|
13
|
+
/* @__PURE__ */ C("path", { d: "M60.2773 16.3588C51.8214 16.3588 45.7673 23.1175 45.7673 30.9859C45.7673 38.8543 51.6404 45.8652 60.376 45.8652C68.2891 45.8652 74.7544 39.6949 74.7544 31.1708C74.7544 21.4194 67.2197 16.3756 60.2773 16.3756V16.3588ZM60.3596 22.1592C64.5217 22.1592 68.4536 25.589 68.4536 31.1204C68.4536 36.6518 64.5382 40.0648 60.3431 40.0648C55.7368 40.0648 52.1175 36.2987 52.1175 31.07C52.1175 25.8412 55.7039 22.1424 60.376 22.1424L60.3596 22.1592Z", fill: "white" }),
|
|
14
|
+
/* @__PURE__ */ C("path", { d: "M91.8308 16.3588C83.3749 16.3588 77.3208 23.1175 77.3208 30.9859C77.3208 38.8543 83.1939 45.8652 91.9295 45.8652C99.8425 45.8652 106.308 39.6949 106.308 31.1708C106.308 21.4194 98.7732 16.3756 91.8308 16.3756V16.3588ZM91.913 22.1592C96.0752 22.1592 100.007 25.589 100.007 31.1204C100.007 36.6518 96.0917 40.0648 91.8966 40.0648C87.2902 40.0648 83.671 36.2987 83.671 31.07C83.671 25.8412 87.2573 22.1424 91.9295 22.1424L91.913 22.1592Z", fill: "white" }),
|
|
15
|
+
/* @__PURE__ */ C("path", { d: "M122.776 16.3756C115.011 16.3756 108.924 23.3193 108.924 31.1204C108.924 39.9975 115.998 45.882 122.644 45.882C126.757 45.882 128.945 44.2175 130.541 42.3009V45.2095C130.541 50.3037 127.514 53.3469 122.957 53.3469C118.4 53.3469 116.343 50.0011 115.553 48.1013L110.009 50.4551C111.984 54.7087 115.932 59.1472 123.006 59.1472C130.738 59.1472 136.595 54.1875 136.595 43.7636V17.2667H130.573V19.7718C128.714 17.7206 126.165 16.3924 122.792 16.3924L122.776 16.3756ZM123.335 22.1592C127.135 22.1592 131.051 25.4713 131.051 31.1372C131.051 36.8031 127.152 40.0648 123.253 40.0648C119.123 40.0648 115.274 36.635 115.274 31.1876C115.274 25.7403 119.271 22.1424 123.335 22.1424V22.1592Z", fill: "white" }),
|
|
16
|
+
/* @__PURE__ */ C("path", { d: "M163.542 16.342C156.221 16.342 150.085 22.2937 150.085 31.07C150.085 40.3674 156.928 45.8652 164.233 45.8652C170.336 45.8652 174.103 42.4522 176.324 39.3923L171.34 35.9961C170.04 38.0473 167.885 40.0648 164.266 40.0648C160.202 40.0648 158.343 37.7951 157.192 35.5926L176.538 27.388L175.551 24.9837C173.676 20.2762 169.316 16.342 163.558 16.342H163.542ZM163.788 22.0079C166.421 22.0079 168.329 23.437 169.135 25.1519L156.204 30.6665C155.645 26.396 159.61 21.9911 163.772 21.9911H163.788V22.0079Z", fill: "white" }),
|
|
17
|
+
/* @__PURE__ */ C("path", { d: "M140.839 45.0077H147.189V1.52996H140.839V45.0077Z", fill: "white" })
|
|
18
|
+
]
|
|
19
|
+
}
|
|
20
|
+
);
|
|
21
|
+
}
|
|
22
|
+
const f = l.memo(e);
|
|
23
|
+
export {
|
|
24
|
+
f as default
|
|
25
|
+
};
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { default as a } from "./Icon.js";
|
|
2
|
-
import { default as
|
|
2
|
+
import { default as t } from "./Wordmark.js";
|
|
3
|
+
import { default as d } from "./WordmarkWhite.js";
|
|
3
4
|
export {
|
|
4
5
|
a as Icon,
|
|
5
|
-
|
|
6
|
+
t as Wordmark,
|
|
7
|
+
d as WordmarkWhite
|
|
6
8
|
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { jsxs as l, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import o from "react";
|
|
3
|
+
function i(e) {
|
|
4
|
+
return /* @__PURE__ */ l(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 108 60",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...e,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ t("path", { d: "M56.4292 3.46505V60L79.7727 36.8389H107.311V0L56.4292 3.46505Z", fill: "white" }),
|
|
13
|
+
/* @__PURE__ */ t("path", { d: "M0.98877 48.8753H40.7456V42.3099H0.98877V48.8753Z", fill: "white" }),
|
|
14
|
+
/* @__PURE__ */ t("path", { d: "M0.98877 0V36.8389H40.1985V30.4559H7.37175V6.74772L45.4872 9.48328V53.617H0.98877V60H51.8702V3.46505L0.98877 0Z", fill: "white" })
|
|
15
|
+
]
|
|
16
|
+
}
|
|
17
|
+
);
|
|
18
|
+
}
|
|
19
|
+
const V = o.memo(i);
|
|
20
|
+
export {
|
|
21
|
+
V as default
|
|
22
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { jsxs as t, jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import r from "react";
|
|
3
|
+
function e(l) {
|
|
4
|
+
return /* @__PURE__ */ t(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 108 60",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...l,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ o("path", { d: "M56.4292 3.46505V60L79.7727 36.8389H107.311V0L56.4292 3.46505Z", fill: "#50FFEA" }),
|
|
13
|
+
/* @__PURE__ */ o("path", { d: "M0.98877 48.8753H40.7456V42.3099H0.98877V48.8753Z", fill: "#50FFEA" }),
|
|
14
|
+
/* @__PURE__ */ o("path", { d: "M0.98877 0V36.8389H40.1985V30.4559H7.37175V6.74772L45.4872 9.48328V53.617H0.98877V60H51.8702V3.46505L0.98877 0Z", fill: "#50FFEA" })
|
|
15
|
+
]
|
|
16
|
+
}
|
|
17
|
+
);
|
|
18
|
+
}
|
|
19
|
+
const V = r.memo(e);
|
|
20
|
+
export {
|
|
21
|
+
V as default
|
|
22
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { jsxs as H, jsx as C } from "react/jsx-runtime";
|
|
2
|
+
import t from "react";
|
|
3
|
+
function l(V) {
|
|
4
|
+
return /* @__PURE__ */ H(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 97 60",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...V,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ C("path", { d: "M40.5271 26.569H15.3593V30.7726H40.5271V26.569Z", fill: "white" }),
|
|
13
|
+
/* @__PURE__ */ C("path", { d: "M40.1498 19.2396H19.4013V4.31139L43.4911 5.98205V33.7905H15.3593V37.7786H47.5331V2.26348L15.3593 0V23.2276H40.1498V19.2396Z", fill: "white" }),
|
|
14
|
+
/* @__PURE__ */ C("path", { d: "M50.2816 37.7786L65.0481 23.2276H82.5092V0L50.2816 2.26348V37.7786Z", fill: "white" }),
|
|
15
|
+
/* @__PURE__ */ C("path", { d: "M9.9162 47.1558H2.20959C1.61677 47.1558 1.07785 47.3714 0.646709 47.8025C0.21557 48.2337 0 48.7726 0 49.3654V57.1259C0 57.7187 0.21557 58.2577 0.646709 58.6888C1.02396 59.1199 1.61677 59.3355 2.20959 59.3355H9.9162C10.509 59.3355 11.0479 59.1199 11.4791 58.6888C11.9102 58.2577 12.1258 57.7187 12.1258 57.1259V52.6529H7.43715V54.4852H10.2934V57.1259C10.2934 57.2337 10.2396 57.3415 10.1857 57.3954C10.1318 57.4493 10.024 57.5032 9.9162 57.5032H2.20959C2.1018 57.5032 1.99402 57.4493 1.94013 57.3954C1.88623 57.3415 1.83234 57.2337 1.83234 57.1259V49.3654C1.83234 49.2576 1.88623 49.1499 1.94013 49.096C1.99402 49.0421 2.1018 48.9882 2.20959 48.9882H9.9162C10.1318 48.9882 10.2934 49.1499 10.2934 49.3654V50.066H12.1258V49.3654C12.1258 48.7726 11.9102 48.2337 11.4791 47.8025C11.0479 47.4253 10.509 47.1558 9.9162 47.1558Z", fill: "white" }),
|
|
16
|
+
/* @__PURE__ */ C("path", { d: "M80.2996 47.1558H72.5391C71.9463 47.1558 71.4074 47.3714 70.9762 47.8025C70.5451 48.2337 70.3295 48.7726 70.3295 49.3654V59.3355H72.1619V55.078H80.623V59.3355H82.4553V49.3654C82.4553 48.7726 82.2397 48.2337 81.8086 47.8025C81.4313 47.4253 80.8385 47.1558 80.2996 47.1558ZM72.1619 53.2457V49.3654C72.1619 49.2576 72.2158 49.1499 72.2696 49.096C72.3235 49.0421 72.4313 48.9882 72.5391 48.9882H80.2457C80.4613 48.9882 80.623 49.1499 80.623 49.3654V53.2457H72.1619Z", fill: "white" }),
|
|
17
|
+
/* @__PURE__ */ C("path", { d: "M86.7128 57.5571V47.1558H84.9344V59.3355H97.0063V57.5032L86.7128 57.5571Z", fill: "white" }),
|
|
18
|
+
/* @__PURE__ */ C("path", { d: "M52.5989 47.2097H42.6827V59.3355H44.5151V54.9702C44.6229 54.9702 44.7845 55.0241 44.8923 55.0241H49.042L52.6528 59.3894H54.8085V59.1199L51.4133 55.0241H52.6528C53.2456 55.0241 53.7846 54.8085 54.2157 54.3774C54.6468 53.9463 54.8624 53.4073 54.8624 52.8145V49.4193C54.8624 48.8265 54.6468 48.2876 54.2157 47.8564C53.7307 47.4792 53.1917 47.2097 52.5989 47.2097ZM52.9762 52.8145C52.9762 53.0301 52.8145 53.1918 52.5989 53.1918H44.8384C44.7306 53.1918 44.6229 53.1379 44.569 53.084C44.569 53.0301 44.4612 52.9223 44.4612 52.8145V49.4193C44.4612 49.3115 44.4612 49.2037 44.569 49.1498C44.6768 49.0959 44.7306 49.0421 44.8384 49.0421H52.5989C52.7067 49.0421 52.8145 49.0959 52.8684 49.1498C52.8684 49.2037 52.9762 49.3115 52.9762 49.4193V52.8145Z", fill: "white" }),
|
|
19
|
+
/* @__PURE__ */ C("path", { d: "M24.4132 47.2097H14.497V59.3355H16.3294V54.9702C16.4372 54.9702 16.5988 55.0241 16.7066 55.0241H24.4132C25.006 55.0241 25.545 54.8085 25.9761 54.3774C26.4072 53.9463 26.6228 53.4073 26.6228 52.8145V49.4193C26.6228 48.8265 26.4072 48.2876 25.9761 47.8564C25.545 47.4253 24.9522 47.2097 24.4132 47.2097ZM24.7905 52.8145C24.7905 53.0301 24.6288 53.1918 24.4132 53.1918H16.6527C16.5449 53.1918 16.4372 53.1379 16.3833 53.084C16.3833 53.0301 16.2755 52.9223 16.2755 52.8145V49.4193C16.2755 49.3115 16.2755 49.2037 16.3833 49.1498C16.3833 49.0959 16.5449 49.0421 16.6527 49.0421H24.3593C24.4671 49.0421 24.5749 49.0959 24.6288 49.1498C24.6288 49.2037 24.7366 49.3115 24.7366 49.4193V52.8145H24.7905Z", fill: "white" }),
|
|
20
|
+
/* @__PURE__ */ C("path", { d: "M38.1558 47.1558H30.4492C29.8564 47.1558 29.3174 47.3714 28.8863 47.8025C28.4552 48.2337 28.2396 48.7726 28.2396 49.3654V57.1259C28.2396 57.7187 28.4552 58.2577 28.8863 58.6888C29.2635 59.1199 29.8564 59.3355 30.4492 59.3355H38.1558C38.7486 59.3355 39.2875 59.1199 39.7187 58.6888C40.1498 58.2577 40.3654 57.7187 40.3654 57.1259V49.3654C40.3654 48.7726 40.1498 48.2337 39.7187 47.8025C39.2875 47.4253 38.7486 47.1558 38.1558 47.1558ZM38.4252 57.4493C38.4252 57.5032 38.2636 57.5571 38.1558 57.5571H30.4492C30.3414 57.5571 30.2336 57.5032 30.1797 57.4493C30.1797 57.3954 30.0719 57.2876 30.0719 57.1798V49.4193C30.0719 49.2037 30.2336 49.0421 30.4492 49.0421H38.1558C38.2636 49.0421 38.3713 49.096 38.4252 49.1498C38.4252 49.2037 38.533 49.3115 38.533 49.4193V57.1798C38.533 57.2876 38.533 57.3415 38.4252 57.4493Z", fill: "white" }),
|
|
21
|
+
/* @__PURE__ */ C("path", { d: "M56.4792 49.0421H61.599V59.3355H63.4313V48.9882H68.5511V47.1558H56.4792V49.0421Z", fill: "white" })
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
);
|
|
25
|
+
}
|
|
26
|
+
const e = t.memo(l);
|
|
27
|
+
export {
|
|
28
|
+
e as default
|
|
29
|
+
};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { jsxs as V, jsx as C } from "react/jsx-runtime";
|
|
2
|
+
import l from "react";
|
|
3
|
+
function i(H) {
|
|
4
|
+
return /* @__PURE__ */ V(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 97 60",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...H,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ V("g", { clipPath: "url(#clip0_2357_135)", children: [
|
|
13
|
+
/* @__PURE__ */ C("path", { d: "M40.7263 26.7164H15.5585V30.92H40.7263V26.7164Z", fill: "#50FFEA" }),
|
|
14
|
+
/* @__PURE__ */ C("path", { d: "M40.349 19.387H19.6005V4.45885L43.6904 6.12951V33.938H15.5585V37.926H47.7323V2.41094L15.5585 0.147461V23.3751H40.349V19.387Z", fill: "#50FFEA" }),
|
|
15
|
+
/* @__PURE__ */ C("path", { d: "M50.4808 37.926L65.2473 23.3751H82.7084V0.147461L50.4808 2.41094V37.926Z", fill: "#50FFEA" }),
|
|
16
|
+
/* @__PURE__ */ C("path", { d: "M10.1154 47.3033H2.40881C1.81599 47.3033 1.27707 47.5189 0.845928 47.95C0.414789 48.3811 0.199219 48.9201 0.199219 49.5129V57.2734C0.199219 57.8662 0.414789 58.4051 0.845928 58.8363C1.22317 59.2674 1.81599 59.483 2.40881 59.483H10.1154C10.7082 59.483 11.2472 59.2674 11.6783 58.8363C12.1094 58.4051 12.325 57.8662 12.325 57.2734V52.8003H7.63637V54.6327H10.4927V57.2734C10.4927 57.3812 10.4388 57.4889 10.3849 57.5428C10.331 57.5967 10.2232 57.6506 10.1154 57.6506H2.40881C2.30102 57.6506 2.19324 57.5967 2.13934 57.5428C2.08545 57.4889 2.03156 57.3812 2.03156 57.2734V49.5129C2.03156 49.4051 2.08545 49.2973 2.13934 49.2434C2.19324 49.1895 2.30102 49.1356 2.40881 49.1356H10.1154C10.331 49.1356 10.4927 49.2973 10.4927 49.5129V50.2135H12.325V49.5129C12.325 48.9201 12.1094 48.3811 11.6783 47.95C11.2472 47.5728 10.7082 47.3033 10.1154 47.3033Z", fill: "#50FFEA" }),
|
|
17
|
+
/* @__PURE__ */ C("path", { d: "M80.4988 47.3033H72.7383C72.1455 47.3033 71.6066 47.5189 71.1754 47.95C70.7443 48.3811 70.5287 48.9201 70.5287 49.5129V59.483H72.3611V55.2255H80.8222V59.483H82.6545V49.5129C82.6545 48.9201 82.4389 48.3811 82.0078 47.95C81.6306 47.5728 81.0378 47.3033 80.4988 47.3033ZM72.3611 53.3931V49.5129C72.3611 49.4051 72.415 49.2973 72.4689 49.2434C72.5228 49.1895 72.6305 49.1356 72.7383 49.1356H80.4449C80.6605 49.1356 80.8222 49.2973 80.8222 49.5129V53.3931H72.3611Z", fill: "#50FFEA" }),
|
|
18
|
+
/* @__PURE__ */ C("path", { d: "M86.912 57.7045V47.3033H85.1336V59.483H97.2055V57.6506L86.912 57.7045Z", fill: "#50FFEA" }),
|
|
19
|
+
/* @__PURE__ */ C("path", { d: "M52.7982 47.3572H42.882V59.483H44.7143V55.1177C44.8221 55.1177 44.9838 55.1716 45.0915 55.1716H49.2413L52.852 59.5368H55.0077V59.2674L51.6125 55.1716H52.852C53.4449 55.1716 53.9838 54.956 54.4149 54.5249C54.8461 54.0937 55.0616 53.5548 55.0616 52.962V49.5668C55.0616 48.9739 54.8461 48.435 54.4149 48.0039C53.9299 47.6266 53.391 47.3572 52.7982 47.3572ZM53.1754 52.962C53.1754 53.1776 53.0137 53.3392 52.7982 53.3392H45.0376C44.9299 53.3392 44.8221 53.2853 44.7682 53.2314C44.7682 53.1776 44.6604 53.0698 44.6604 52.962V49.5668C44.6604 49.459 44.6604 49.3512 44.7682 49.2973C44.876 49.2434 44.9299 49.1895 45.0376 49.1895H52.7982C52.9059 49.1895 53.0137 49.2434 53.0676 49.2973C53.0676 49.3512 53.1754 49.459 53.1754 49.5668V52.962Z", fill: "#50FFEA" }),
|
|
20
|
+
/* @__PURE__ */ C("path", { d: "M24.6124 47.3572H14.6962V59.483H16.5286V55.1177C16.6364 55.1177 16.7981 55.1716 16.9058 55.1716H24.6124C25.2053 55.1716 25.7442 54.956 26.1753 54.5249C26.6065 54.0937 26.822 53.5548 26.822 52.962V49.5668C26.822 48.9739 26.6065 48.435 26.1753 48.0039C25.7442 47.5727 25.1514 47.3572 24.6124 47.3572ZM24.9897 52.962C24.9897 53.1776 24.828 53.3392 24.6124 53.3392H16.8519C16.7442 53.3392 16.6364 53.2853 16.5825 53.2314C16.5825 53.1776 16.4747 53.0698 16.4747 52.962V49.5668C16.4747 49.459 16.4747 49.3512 16.5825 49.2973C16.5825 49.2434 16.7442 49.1895 16.8519 49.1895H24.5586C24.6663 49.1895 24.7741 49.2434 24.828 49.2973C24.828 49.3512 24.9358 49.459 24.9358 49.5668V52.962H24.9897Z", fill: "#50FFEA" }),
|
|
21
|
+
/* @__PURE__ */ C("path", { d: "M38.355 47.3033H30.6484C30.0556 47.3033 29.5167 47.5189 29.0855 47.95C28.6544 48.3811 28.4388 48.9201 28.4388 49.5129V57.2734C28.4388 57.8662 28.6544 58.4051 29.0855 58.8363C29.4628 59.2674 30.0556 59.483 30.6484 59.483H38.355C38.9478 59.483 39.4867 59.2674 39.9179 58.8363C40.349 58.4051 40.5646 57.8662 40.5646 57.2734V49.5129C40.5646 48.9201 40.349 48.3811 39.9179 47.95C39.4867 47.5728 38.9478 47.3033 38.355 47.3033ZM38.6245 57.5967C38.6245 57.6506 38.4628 57.7045 38.355 57.7045H30.6484C30.5406 57.7045 30.4328 57.6506 30.3789 57.5967C30.3789 57.5428 30.2711 57.4351 30.2711 57.3273V49.5668C30.2711 49.3512 30.4328 49.1895 30.6484 49.1895H38.355C38.4628 49.1895 38.5706 49.2434 38.6245 49.2973C38.6245 49.3512 38.7322 49.459 38.7322 49.5668V57.3273C38.7322 57.4351 38.7322 57.489 38.6245 57.5967Z", fill: "#50FFEA" }),
|
|
22
|
+
/* @__PURE__ */ C("path", { d: "M56.6784 49.1895H61.7982V59.483H63.6305V49.1356H68.7503V47.3033H56.6784V49.1895Z", fill: "#50FFEA" })
|
|
23
|
+
] }),
|
|
24
|
+
/* @__PURE__ */ C("defs", { children: /* @__PURE__ */ C("clipPath", { id: "clip0_2357_135", children: /* @__PURE__ */ C("rect", { width: "97.2973", height: "60", fill: "white" }) }) })
|
|
25
|
+
]
|
|
26
|
+
}
|
|
27
|
+
);
|
|
28
|
+
}
|
|
29
|
+
const d = l.memo(i);
|
|
30
|
+
export {
|
|
31
|
+
d as default
|
|
32
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { jsxs as V, jsx as C } from "react/jsx-runtime";
|
|
2
|
+
import t from "react";
|
|
3
|
+
function l(H) {
|
|
4
|
+
return /* @__PURE__ */ V(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 489 60",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...H,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ C("path", { d: "M55.4404 3.46505V60L78.7839 36.8389H106.322V0L55.4404 3.46505Z", fill: "white" }),
|
|
13
|
+
/* @__PURE__ */ C("path", { d: "M0 48.8754H39.7568V42.3101H0V48.8754Z", fill: "white" }),
|
|
14
|
+
/* @__PURE__ */ C("path", { d: "M0 0V36.8389H39.2097V30.4559H6.38298V6.74772L44.4985 9.48328V53.617H0V60H50.8815V3.46505L0 0Z", fill: "white" }),
|
|
15
|
+
/* @__PURE__ */ C("path", { d: "M179.635 17.1428V19.696H173.07V17.1428C173.07 16.4134 172.522 15.8662 171.793 15.8662H143.708C142.978 15.8662 142.431 16.4134 142.431 17.1428V45.4103C142.431 46.1398 142.978 46.6869 143.708 46.6869H171.793C172.522 46.6869 173.07 46.1398 173.07 45.4103V35.7447H162.674V29.1793H179.635V45.4103C179.635 49.7872 176.17 53.4346 171.793 53.4346H143.708C141.519 53.4346 139.513 52.7052 138.054 51.0638C136.595 49.6048 135.684 47.5988 135.684 45.4103V17.1428C135.684 14.9544 136.413 12.9483 138.054 11.4893C139.513 10.0304 141.519 9.11853 143.708 9.11853H171.793C173.981 9.11853 175.988 9.84801 177.447 11.4893C178.905 12.9483 179.635 14.9544 179.635 17.1428Z", fill: "white" }),
|
|
16
|
+
/* @__PURE__ */ C("path", { d: "M194.771 53.4346H188.206V9.11853H224.315C226.504 9.11853 228.51 10.0304 229.969 11.4893C231.428 12.9483 232.34 14.9544 232.34 17.1428V29.5441C232.34 31.7325 231.61 33.7386 229.969 35.1976C228.51 36.6565 226.504 37.5684 224.315 37.5684H196.23C195.866 37.5684 195.319 37.5684 194.954 37.386V53.4346H194.771ZM196.23 15.8662C195.501 15.8662 194.954 16.4134 194.954 17.1428V29.5441C194.954 30.2735 195.501 30.8207 196.23 30.8207H224.315C225.045 30.8207 225.592 30.2735 225.592 29.5441V17.1428C225.592 16.4134 225.045 15.8662 224.315 15.8662H196.23Z", fill: "white" }),
|
|
17
|
+
/* @__PURE__ */ C("path", { d: "M274.468 53.4346H246.383C244.194 53.4346 242.188 52.7052 240.729 51.0638C239.27 49.6048 238.358 47.5988 238.358 45.4103V17.1428C238.358 14.9544 239.088 12.9483 240.729 11.4893C242.188 10.0304 244.194 9.11853 246.383 9.11853H274.468C276.656 9.11853 278.662 9.84801 280.121 11.4893C281.58 12.9483 282.492 14.9544 282.492 17.1428V45.4103C282.492 49.7872 278.845 53.4346 274.468 53.4346ZM246.383 15.8662C245.653 15.8662 245.106 16.4134 245.106 17.1428V45.4103C245.106 46.1398 245.653 46.6869 246.383 46.6869H274.468C275.197 46.6869 275.744 46.1398 275.744 45.4103V17.1428C275.744 16.4134 275.197 15.8662 274.468 15.8662H246.383Z", fill: "white" }),
|
|
18
|
+
/* @__PURE__ */ C("path", { d: "M297.447 53.4346H290.881V9.11853H326.991C329.179 9.11853 331.185 10.0304 332.644 11.4893C334.103 12.9483 335.015 14.9544 335.015 17.1428V29.5441C335.015 31.7325 334.286 33.7386 332.644 35.1976C331.185 36.6565 329.179 37.5684 326.991 37.5684H322.431L334.833 52.5228V53.4346H326.991L313.86 37.5684H298.723C298.359 37.5684 297.811 37.5684 297.447 37.386V53.4346ZM298.906 15.8662C298.176 15.8662 297.629 16.4134 297.629 17.1428V29.5441C297.629 30.2735 298.176 30.8207 298.906 30.8207H326.991C327.72 30.8207 328.267 30.2735 328.267 29.5441V17.1428C328.267 16.4134 327.72 15.8662 326.991 15.8662H298.906Z", fill: "white" }),
|
|
19
|
+
/* @__PURE__ */ C("path", { d: "M341.034 9.11853H385.167V15.6839H366.383V53.2523H359.818V15.8662H341.034V9.11853Z", fill: "white" }),
|
|
20
|
+
/* @__PURE__ */ C("path", { d: "M435.866 53.4346H429.301V37.9331H398.298V53.4346H391.732V17.1428C391.732 14.9544 392.462 12.9483 394.103 11.4893C395.562 10.0304 397.568 9.11853 399.757 9.11853H427.842C430.03 9.11853 432.036 9.84801 433.495 11.4893C434.954 12.9483 435.866 14.9544 435.866 17.1428V53.4346ZM399.757 15.8662C399.027 15.8662 398.48 16.4134 398.48 17.1428V31.1854H429.301V17.1428C429.301 16.4134 428.754 15.8662 428.024 15.8662H399.757Z", fill: "white" }),
|
|
21
|
+
/* @__PURE__ */ C("path", { d: "M444.62 53.4346V9.11853H451.185V46.8693H488.753V53.4346H444.62Z", fill: "white" })
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
);
|
|
25
|
+
}
|
|
26
|
+
const e = t.memo(l);
|
|
27
|
+
export {
|
|
28
|
+
e as default
|
|
29
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { jsxs as V, jsx as C } from "react/jsx-runtime";
|
|
2
|
+
import l from "react";
|
|
3
|
+
function t(H) {
|
|
4
|
+
return /* @__PURE__ */ V(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 489 60",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...H,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ C("path", { d: "M55.4404 3.46505V60L78.7839 36.8389H106.322V0L55.4404 3.46505Z", fill: "#50FFEA" }),
|
|
13
|
+
/* @__PURE__ */ C("path", { d: "M0 48.8754H39.7568V42.3101H0V48.8754Z", fill: "#50FFEA" }),
|
|
14
|
+
/* @__PURE__ */ C("path", { d: "M0 0V36.8389H39.2097V30.4559H6.38298V6.74772L44.4985 9.48328V53.617H0V60H50.8815V3.46505L0 0Z", fill: "#50FFEA" }),
|
|
15
|
+
/* @__PURE__ */ C("path", { d: "M179.635 17.1428V19.696H173.07V17.1428C173.07 16.4134 172.522 15.8662 171.793 15.8662H143.708C142.978 15.8662 142.431 16.4134 142.431 17.1428V45.4103C142.431 46.1398 142.978 46.6869 143.708 46.6869H171.793C172.522 46.6869 173.07 46.1398 173.07 45.4103V35.7447H162.674V29.1793H179.635V45.4103C179.635 49.7872 176.17 53.4346 171.793 53.4346H143.708C141.519 53.4346 139.513 52.7052 138.054 51.0638C136.595 49.6048 135.684 47.5988 135.684 45.4103V17.1428C135.684 14.9544 136.413 12.9483 138.054 11.4893C139.513 10.0304 141.519 9.11853 143.708 9.11853H171.793C173.981 9.11853 175.988 9.84801 177.447 11.4893C178.905 12.9483 179.635 14.9544 179.635 17.1428Z", fill: "#50FFEA" }),
|
|
16
|
+
/* @__PURE__ */ C("path", { d: "M194.771 53.4346H188.206V9.11853H224.315C226.504 9.11853 228.51 10.0304 229.969 11.4893C231.428 12.9483 232.34 14.9544 232.34 17.1428V29.5441C232.34 31.7325 231.61 33.7386 229.969 35.1976C228.51 36.6565 226.504 37.5684 224.315 37.5684H196.23C195.866 37.5684 195.319 37.5684 194.954 37.386V53.4346H194.771ZM196.23 15.8662C195.501 15.8662 194.954 16.4134 194.954 17.1428V29.5441C194.954 30.2735 195.501 30.8207 196.23 30.8207H224.315C225.045 30.8207 225.592 30.2735 225.592 29.5441V17.1428C225.592 16.4134 225.045 15.8662 224.315 15.8662H196.23Z", fill: "#50FFEA" }),
|
|
17
|
+
/* @__PURE__ */ C("path", { d: "M274.468 53.4346H246.383C244.194 53.4346 242.188 52.7052 240.729 51.0638C239.27 49.6048 238.358 47.5988 238.358 45.4103V17.1428C238.358 14.9544 239.088 12.9483 240.729 11.4893C242.188 10.0304 244.194 9.11853 246.383 9.11853H274.468C276.656 9.11853 278.662 9.84801 280.121 11.4893C281.58 12.9483 282.492 14.9544 282.492 17.1428V45.4103C282.492 49.7872 278.845 53.4346 274.468 53.4346ZM246.383 15.8662C245.653 15.8662 245.106 16.4134 245.106 17.1428V45.4103C245.106 46.1398 245.653 46.6869 246.383 46.6869H274.468C275.197 46.6869 275.744 46.1398 275.744 45.4103V17.1428C275.744 16.4134 275.197 15.8662 274.468 15.8662H246.383Z", fill: "#50FFEA" }),
|
|
18
|
+
/* @__PURE__ */ C("path", { d: "M297.447 53.4346H290.881V9.11853H326.991C329.179 9.11853 331.185 10.0304 332.644 11.4893C334.103 12.9483 335.015 14.9544 335.015 17.1428V29.5441C335.015 31.7325 334.286 33.7386 332.644 35.1976C331.185 36.6565 329.179 37.5684 326.991 37.5684H322.431L334.833 52.5228V53.4346H326.991L313.86 37.5684H298.723C298.359 37.5684 297.811 37.5684 297.447 37.386V53.4346ZM298.906 15.8662C298.176 15.8662 297.629 16.4134 297.629 17.1428V29.5441C297.629 30.2735 298.176 30.8207 298.906 30.8207H326.991C327.72 30.8207 328.267 30.2735 328.267 29.5441V17.1428C328.267 16.4134 327.72 15.8662 326.991 15.8662H298.906Z", fill: "#50FFEA" }),
|
|
19
|
+
/* @__PURE__ */ C("path", { d: "M341.034 9.11853H385.167V15.6839H366.383V53.2523H359.818V15.8662H341.034V9.11853Z", fill: "#50FFEA" }),
|
|
20
|
+
/* @__PURE__ */ C("path", { d: "M435.866 53.4346H429.301V37.9331H398.298V53.4346H391.732V17.1428C391.732 14.9544 392.462 12.9483 394.103 11.4893C395.562 10.0304 397.568 9.11853 399.757 9.11853H427.842C430.03 9.11853 432.036 9.84801 433.495 11.4893C434.954 12.9483 435.866 14.9544 435.866 17.1428V53.4346ZM399.757 15.8662C399.027 15.8662 398.48 16.4134 398.48 17.1428V31.1854H429.301V17.1428C429.301 16.4134 428.754 15.8662 428.024 15.8662H399.757Z", fill: "#50FFEA" }),
|
|
21
|
+
/* @__PURE__ */ C("path", { d: "M444.62 53.4346V9.11853H451.185V46.8693H488.753V53.4346H444.62Z", fill: "#50FFEA" })
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
);
|
|
25
|
+
}
|
|
26
|
+
const i = l.memo(t);
|
|
27
|
+
export {
|
|
28
|
+
i as default
|
|
29
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { default as Logo } from './Logo';
|
|
2
|
+
export { default as Icon } from './Icon';
|
|
3
|
+
export { default as LogoHorizontal } from './LogoHorizontal';
|
|
4
|
+
export { default as LogoColor } from './LogoColor';
|
|
5
|
+
export { default as IconColor } from './IconColor';
|
|
6
|
+
export { default as LogoHorizontalColor } from './LogoHorizontalColor';
|