@cfx-dev/ui-components 5.0.23 → 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/components/Title/Title.js +81 -77
- 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
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { default as a } from "./Logo.js";
|
|
2
|
+
import { default as e } from "./Icon.js";
|
|
3
|
+
import { default as l } from "./LogoHorizontal.js";
|
|
4
|
+
import { default as m } from "./LogoColor.js";
|
|
5
|
+
import { default as s } from "./IconColor.js";
|
|
6
|
+
import { default as x } from "./LogoHorizontalColor.js";
|
|
7
|
+
export {
|
|
8
|
+
e as Icon,
|
|
9
|
+
s as IconColor,
|
|
10
|
+
a as Logo,
|
|
11
|
+
m as LogoColor,
|
|
12
|
+
l as LogoHorizontal,
|
|
13
|
+
x as LogoHorizontalColor
|
|
14
|
+
};
|
|
@@ -1,21 +1,37 @@
|
|
|
1
|
+
import * as C from './c';
|
|
1
2
|
import * as Cfx from './cfx';
|
|
2
3
|
import * as Discord from './discord';
|
|
3
4
|
import * as ESX from './esx';
|
|
4
5
|
import * as FiveM from './fivem';
|
|
6
|
+
import * as Forum from './forum';
|
|
5
7
|
import * as Github from './github';
|
|
6
8
|
import * as Google from './google';
|
|
9
|
+
import * as GPortal from './gportal';
|
|
10
|
+
import * as Javascript from './javascript';
|
|
11
|
+
import * as Lua from './lua';
|
|
12
|
+
import * as Marketplace from './marketplace';
|
|
13
|
+
import * as Nitrado from './nitrado';
|
|
14
|
+
import * as Nodecraft from './nodecraft';
|
|
7
15
|
import * as Patreon from './patreon';
|
|
8
16
|
import * as Portal from './portal';
|
|
9
17
|
import * as QBcore from './qbcore';
|
|
10
18
|
import * as RedemRP from './redemrp';
|
|
11
19
|
import * as RedM from './redm';
|
|
12
20
|
import * as Rockstar from './rockstar';
|
|
21
|
+
import * as Shockbyte from './shockbyte';
|
|
22
|
+
import * as Support from './support';
|
|
13
23
|
import * as Tebex from './tebex';
|
|
24
|
+
import * as TxAdmin from './txadmin';
|
|
14
25
|
import * as VorpCore from './vorpcore';
|
|
15
26
|
import * as X from './x';
|
|
27
|
+
import * as Xrealm from './xrealm';
|
|
28
|
+
import * as Zap from './zap';
|
|
16
29
|
export declare const Logos: {
|
|
17
30
|
Cfx: typeof Cfx;
|
|
18
31
|
Portal: typeof Portal;
|
|
32
|
+
Marketplace: typeof Marketplace;
|
|
33
|
+
Forum: typeof Forum;
|
|
34
|
+
Support: typeof Support;
|
|
19
35
|
FiveM: typeof FiveM;
|
|
20
36
|
RedM: typeof RedM;
|
|
21
37
|
Rockstar: typeof Rockstar;
|
|
@@ -29,5 +45,15 @@ export declare const Logos: {
|
|
|
29
45
|
Discord: typeof Discord;
|
|
30
46
|
Github: typeof Github;
|
|
31
47
|
X: typeof X;
|
|
48
|
+
TxAdmin: typeof TxAdmin;
|
|
49
|
+
GPortal: typeof GPortal;
|
|
50
|
+
Nitrado: typeof Nitrado;
|
|
51
|
+
Nodecraft: typeof Nodecraft;
|
|
52
|
+
Xrealm: typeof Xrealm;
|
|
53
|
+
Shockbyte: typeof Shockbyte;
|
|
54
|
+
Zap: typeof Zap;
|
|
55
|
+
Lua: typeof Lua;
|
|
56
|
+
C: typeof C;
|
|
57
|
+
Javascript: typeof Javascript;
|
|
32
58
|
};
|
|
33
59
|
export * as LogoNames from './Logos.types';
|
|
@@ -1,37 +1,63 @@
|
|
|
1
|
-
import { C as o } from "../../index-
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
1
|
+
import { C as o } from "../../index-CztR26xF.js";
|
|
2
|
+
import { C as r } from "../../index-BGU_SN2o.js";
|
|
3
|
+
import { D as m } from "../../index--7ftEy7B.js";
|
|
4
|
+
import { E as t } from "../../index-nlWIqgCS.js";
|
|
5
|
+
import { F as a } from "../../index-RuvVYarm.js";
|
|
6
|
+
import { F as p } from "../../index-FdoLqVRX.js";
|
|
7
|
+
import { G as i } from "../../index-SuteELrX.js";
|
|
8
|
+
import { G as s } from "../../index-ugQO1I1Q.js";
|
|
9
|
+
import { G as f } from "../../index-zV_VvyQi.js";
|
|
10
|
+
import { J as e } from "../../index-DwlnwP6x.js";
|
|
11
|
+
import { L as c } from "../../index-lyU2TVKU.js";
|
|
12
|
+
import { M as R } from "../../index-C9Lozqbl.js";
|
|
13
|
+
import { N as d } from "../../index-B_EMgg52.js";
|
|
14
|
+
import { N as G } from "../../index-B4ozsXlE.js";
|
|
15
|
+
import { P } from "../../index-BcnrbBqR.js";
|
|
16
|
+
import { P as l } from "../../index-D3KngHO9.js";
|
|
17
|
+
import { Q as x } from "../../index-DqqOUOlj.js";
|
|
18
|
+
import { R as L } from "../../index-B894ectI.js";
|
|
19
|
+
import { R as N } from "../../index-BOn_iaK2.js";
|
|
20
|
+
import { R as S } from "../../index-6ymEiKOk.js";
|
|
21
|
+
import { S as u } from "../../index-DhOP0QKO.js";
|
|
22
|
+
import { S as C } from "../../index-srJbL-Sj.js";
|
|
23
|
+
import { T as F } from "../../index-Cq4jCzEv.js";
|
|
24
|
+
import { T as M } from "../../index-D1C1OavJ.js";
|
|
25
|
+
import { V as T } from "../../index-B_Vaq81q.js";
|
|
26
|
+
import { X } from "../../index-Bc4HE9pX.js";
|
|
27
|
+
import { X as b } from "../../index-BRHcJhJG.js";
|
|
28
|
+
import { Z as g } from "../../index-sokrkox7.js";
|
|
29
|
+
import { L as po } from "../../Logos.types-Bdec3F0Q.js";
|
|
30
|
+
const mo = {
|
|
31
|
+
Cfx: r,
|
|
32
|
+
Portal: l,
|
|
33
|
+
Marketplace: R,
|
|
34
|
+
Forum: p,
|
|
35
|
+
Support: C,
|
|
36
|
+
FiveM: a,
|
|
37
|
+
RedM: N,
|
|
38
|
+
Rockstar: S,
|
|
39
|
+
Google: s,
|
|
40
|
+
Patreon: P,
|
|
41
|
+
Tebex: F,
|
|
42
|
+
QBcore: x,
|
|
43
|
+
ESX: t,
|
|
44
|
+
VorpCore: T,
|
|
45
|
+
RedemRP: L,
|
|
46
|
+
Discord: m,
|
|
47
|
+
Github: i,
|
|
48
|
+
X,
|
|
49
|
+
TxAdmin: M,
|
|
50
|
+
GPortal: f,
|
|
51
|
+
Nitrado: d,
|
|
52
|
+
Nodecraft: G,
|
|
53
|
+
Xrealm: b,
|
|
54
|
+
Shockbyte: u,
|
|
55
|
+
Zap: g,
|
|
56
|
+
Lua: c,
|
|
57
|
+
C: o,
|
|
58
|
+
Javascript: e
|
|
33
59
|
};
|
|
34
60
|
export {
|
|
35
|
-
|
|
36
|
-
|
|
61
|
+
po as LogoNames,
|
|
62
|
+
mo as Logos
|
|
37
63
|
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
+
import t from "react";
|
|
3
|
+
function e(o) {
|
|
4
|
+
return /* @__PURE__ */ C(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 40 40",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...o,
|
|
11
|
+
children: /* @__PURE__ */ C("path", { d: "M3.66797 6.70338V33.9626C3.66797 35.2723 4.72871 36.333 6.03834 36.333H33.2976C34.6072 36.333 35.668 35.2723 35.668 33.9626V6.70338C35.668 5.39375 34.6072 4.33301 33.2976 4.33301H6.03834C4.72871 4.33301 3.66797 5.39375 3.66797 6.70338ZM21.0843 29.293C21.0843 32.41 19.2591 33.8263 16.5924 33.8263C14.1865 33.8263 12.788 32.5819 12.0828 31.0767L14.5302 29.5952C15.0043 30.4308 15.4309 31.1419 16.462 31.1419C17.4932 31.1419 18.0739 30.7567 18.0739 29.2515V19.0293H21.0783V29.2989L21.0843 29.293ZM28.1954 33.8263C25.4043 33.8263 23.5969 32.493 22.7198 30.7567L25.1672 29.3404C25.8132 30.3952 26.6487 31.1656 28.1302 31.1656C29.3746 31.1656 30.1687 30.5434 30.1687 29.6841C30.1687 28.653 29.3509 28.2856 27.9761 27.6871L27.2235 27.3671C25.0546 26.4426 23.6146 25.2812 23.6146 22.8337C23.6146 20.576 25.3332 18.8575 28.0176 18.8575C29.9317 18.8575 31.3065 19.5212 32.2902 21.2634L29.9494 22.7686C29.4339 21.8441 28.8769 21.4826 28.0176 21.4826C27.1583 21.4826 26.5776 22.0397 26.5776 22.7686C26.5776 23.6693 27.1346 24.0367 28.4265 24.5937L29.1791 24.9137C31.7332 26.01 33.1732 27.1241 33.1732 29.6367C33.1732 32.3449 31.0457 33.8263 28.1895 33.8263H28.1954Z", fill: "#EBEBEB" })
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
}
|
|
15
|
+
const f = t.memo(e);
|
|
16
|
+
export {
|
|
17
|
+
f as default
|
|
18
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Logo } from './Logo';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
+
import M from "react";
|
|
3
|
+
function Z(L) {
|
|
4
|
+
return /* @__PURE__ */ C(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 40 40",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...L,
|
|
11
|
+
children: /* @__PURE__ */ C("path", { d: "M39.78 4.7C39.78 2.22667 37.7733 0.22 35.3 0.22C32.8267 0.22 30.82 2.22667 30.82 4.7C30.82 7.17333 32.8267 9.18 35.3 9.18C37.7733 9.18 39.78 7.18 39.78 4.7ZM20.7067 40L20.6933 39.54C21.26 39.52 21.8333 39.4733 22.3933 39.4067L22.4467 39.86C21.8733 39.9267 21.2867 39.9733 20.7067 39.9933V40ZM18.9667 39.9867C18.3933 39.96 17.8067 39.9 17.2267 39.82L17.2867 39.3667C17.8467 39.4467 18.42 39.5 18.9867 39.5267L18.9667 39.9867ZM24.1733 39.5733L24.08 39.1267C24.6333 39.0067 25.1867 38.8667 25.7333 38.7L25.8667 39.14C25.3133 39.3067 24.7467 39.4533 24.18 39.5733H24.1733ZM15.5133 39.5067C14.9467 39.38 14.38 39.22 13.8333 39.04L13.9733 38.6067C14.5133 38.78 15.06 38.9333 15.62 39.06L15.52 39.5067H15.5133ZM27.5067 38.5533L27.3333 38.1267C27.86 37.9133 28.38 37.6733 28.8867 37.42L29.0933 37.8267C28.58 38.0933 28.0467 38.3333 27.5067 38.5533ZM12.1933 38.4267C11.66 38.2 11.1267 37.9467 10.62 37.6733L10.8333 37.2667C11.3333 37.5333 11.8533 37.78 12.3733 38L12.1933 38.42V38.4267ZM30.6133 36.9667L30.3667 36.58C30.8467 36.28 31.32 35.9533 31.7667 35.6133L32.0467 35.98C31.5867 36.3267 31.1 36.66 30.6067 36.9733L30.6133 36.9667ZM9.11333 36.7933C8.62667 36.48 8.14667 36.1333 7.69333 35.78L7.97333 35.42C8.42 35.7667 8.88667 36.1 9.36 36.4133L9.11333 36.8V36.7933ZM33.3933 34.8667L33.0867 34.5267C33.5067 34.1467 33.92 33.7467 34.3 33.3333L34.6333 33.6467C34.24 34.0667 33.82 34.48 33.3867 34.8733L33.3933 34.8667ZM6.36667 34.6467C5.94 34.2533 5.53333 33.8333 5.14 33.4L5.48 33.0933C5.86 33.5133 6.26 33.92 6.67333 34.3067L6.36 34.64L6.36667 34.6467ZM35.7733 32.3133L35.4133 32.0267C35.7667 31.58 36.1 31.1133 36.4067 30.64L36.7933 30.8867C36.48 31.3733 36.1333 31.8467 35.78 32.3067L35.7733 32.3133ZM4.02667 32.0533C3.67333 31.5867 3.34 31.1067 3.03333 30.6133L3.42 30.3667C3.72 30.8467 4.04667 31.32 4.38667 31.7667L4.02 32.0467L4.02667 32.0533ZM37.6733 29.3933L37.2667 29.18C37.5333 28.68 37.78 28.16 38 27.64L38.42 27.82C38.1933 28.3533 37.94 28.88 37.6667 29.3933H37.6733ZM2.17333 29.1C1.90667 28.5867 1.66667 28.0533 1.44667 27.5133L1.87333 27.34C2.08667 27.8667 2.32667 28.3867 2.58 28.8867L2.17333 29.0933V29.1ZM39.04 26.18L38.6067 26.04C38.78 25.5 38.9333 24.9467 39.06 24.4L39.5067 24.5C39.38 25.06 39.22 25.6267 39.04 26.18ZM0.866667 25.8733C0.693333 25.32 0.546667 24.7467 0.426667 24.1867L0.873333 24.0933C0.986667 24.6467 1.13333 25.2 1.3 25.74L0.86 25.8733H0.866667ZM39.82 22.78L39.3667 22.72C39.4467 22.16 39.5 21.5867 39.5267 21.02L39.9867 21.04C39.96 21.62 39.9 22.2067 39.82 22.78ZM0.133333 22.46C0.06 21.88 0.02 21.3 0 20.72L0.46 20.7067C0.48 21.2733 0.526667 21.84 0.593333 22.4067L0.14 22.46H0.133333ZM39.54 19.3133C39.52 18.7467 39.4733 18.1733 39.4067 17.6133L39.86 17.5533C39.9333 18.1267 39.9733 18.7133 39.9933 19.2933L39.5333 19.3067L39.54 19.3133ZM0.473333 19L0.0133333 18.98C0.04 18.4 0.1 17.8133 0.173333 17.24L0.626667 17.3C0.546667 17.86 0.493333 18.4333 0.466667 19H0.473333ZM39.1267 15.9333C39.0067 15.38 38.8667 14.8267 38.7 14.28L39.14 14.1467C39.3067 14.7 39.4533 15.2733 39.58 15.84L39.1333 15.9333H39.1267ZM0.94 15.62L0.493333 15.52C0.62 14.96 0.78 14.3933 0.953333 13.84L1.38667 13.98C1.21333 14.52 1.06 15.0733 0.933333 15.62H0.94ZM38.1267 12.6733C37.92 12.1533 37.68 11.6333 37.42 11.12L37.8267 10.9133C38.0933 11.4333 38.3333 11.9667 38.5467 12.5L38.12 12.6733H38.1267ZM1.98667 12.38L1.56667 12.2C1.79333 11.6667 2.04667 11.14 2.32 10.6267L2.72667 10.84C2.46 11.34 2.21333 11.86 1.99333 12.38H1.98667ZM3.58667 9.37333L3.2 9.12667C3.51333 8.64 3.86 8.16 4.21333 7.70667L4.57333 7.99333C4.22667 8.44 3.89333 8.90667 3.58 9.38L3.58667 9.37333ZM5.68667 6.68667L5.35333 6.37333C5.75333 5.94667 6.16667 5.53333 6.59333 5.14667L6.9 5.48667C6.48 5.86667 6.07333 6.26667 5.68667 6.68667ZM8.21333 4.4L7.93333 4.03333C8.39333 3.68 8.88 3.34667 9.36667 3.04L9.61333 3.42667C9.13333 3.72667 8.66 4.05333 8.21333 4.39333V4.4ZM29.1533 2.71333C28.6533 2.44667 28.1333 2.2 27.6133 1.98L27.7933 1.56C28.3267 1.78667 28.86 2.03333 29.3733 2.30667L29.16 2.71333H29.1533ZM11.1 2.58667L10.8933 2.18C11.4133 1.91333 11.9467 1.66667 12.48 1.45333L12.6533 1.88C12.1333 2.09333 11.6133 2.33333 11.1067 2.59333L11.1 2.58667ZM26.0133 1.39333C25.4733 1.22 24.92 1.06667 24.3667 0.94L24.4667 0.493333C25.0333 0.62 25.6 0.78 26.1533 0.953333L26.0133 1.38667V1.39333ZM14.2533 1.30667L14.12 0.866667C14.6733 0.693333 15.24 0.546667 15.8067 0.426667L15.9 0.873333C15.3467 0.993333 14.7933 1.13333 14.2533 1.3V1.30667ZM22.6867 0.633333C22.1267 0.553333 21.5533 0.5 20.9867 0.473333L21.0067 0.0133333C21.5867 0.04 22.1733 0.1 22.7467 0.18L22.6867 0.633333ZM17.5867 0.593333L17.5333 0.14C18.1067 0.0666667 18.6933 0.0266667 19.2733 0L19.2933 0.46C18.7267 0.48 18.1533 0.526667 17.5933 0.593333H17.5867ZM27.34 24.48C28.5533 24.3133 28.8 24.26 29.1867 24.08V25.3733C29.1867 25.76 29.0733 25.9933 28.7333 26.3133C28.2667 26.74 27.7 26.96 27.0267 26.96C26.1333 26.96 25.6067 26.5333 25.6067 25.8C25.6067 25.0667 26.12 24.6533 27.3467 24.48H27.34ZM20 4.70667C11.5533 4.70667 4.7 11.56 4.7 20.0067C4.7 28.4533 11.5533 35.3067 20 35.3067C28.4467 35.3067 35.3 28.4533 35.3 20.0067C35.3 11.56 28.4467 4.70667 20 4.70667ZM15.8533 27.6467H9.61333V17.6067H10.8933V26.5133H15.8533V27.64V27.6467ZM22.8067 27.6467H21.7733V26.64C21.1 27.5933 20.4267 27.96 19.3667 27.96C17.9667 27.96 17.0667 27.1933 17.0667 25.9933V20.4333H18.2067V25.54C18.2067 26.4067 18.7867 26.96 19.6933 26.96C20.8867 26.96 21.66 25.9933 21.66 24.52V20.4267H22.8V27.64L22.8067 27.6467ZM21.86 13.6667C21.86 11.1933 23.8667 9.18667 26.34 9.18667C28.8133 9.18667 30.82 11.1933 30.82 13.6667C30.82 16.14 28.8133 18.1467 26.34 18.1467C23.8667 18.1467 21.86 16.14 21.86 13.6667ZM30.4067 27.9667C29.66 27.9667 29.3067 27.64 29.2267 26.9067C28.4133 27.6533 27.6867 27.9667 26.7733 27.9667C25.3133 27.9667 24.4067 27.14 24.4067 25.8333C24.4067 24.8933 24.8333 24.2467 25.6733 23.9067C26.1133 23.7267 26.36 23.6733 27.9867 23.4667C28.8933 23.36 29.18 23.1467 29.18 22.6667V22.36C29.18 21.6733 28.6 21.2867 27.5667 21.2867C26.5333 21.2867 25.9667 21.6867 25.8733 22.5667H24.7133C24.74 21.8533 24.88 21.44 25.2067 21.0667C25.6867 20.5267 26.5533 20.2267 27.6 20.2267C29.3733 20.2267 30.3133 20.9133 30.3133 22.1933V26.4333C30.3133 26.7933 30.5333 27 30.9333 27C31 27 31.0533 27 31.18 26.9733V27.84C30.8067 27.94 30.6333 27.96 30.3933 27.96L30.4067 27.9667Z", fill: "#EBEBEB" })
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
}
|
|
15
|
+
const o = M.memo(Z);
|
|
16
|
+
export {
|
|
17
|
+
o as default
|
|
18
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Logo } from './Logo';
|
|
@@ -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 534 60", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...H, children: /* @__PURE__ */ C(
|
|
5
|
+
"path",
|
|
6
|
+
{
|
|
7
|
+
fill: "#F1F1E4",
|
|
8
|
+
d: "M82.1221 0H85.0291V58.8663H82.1221V0ZM0 40.8939H8.44477L10.8939 29.2006H16.5044C19.3096 29.2006 20.7122 30.6468 20.7122 33.5392C20.7122 34.9709 20.6323 36.8023 20.4651 39.0407C20.4651 40.3779 20.6686 41.2645 21.0756 41.7006H29.7529C29.0552 40.5087 28.7064 39.1061 28.7064 37.4782C28.8227 35.0509 28.8808 33.0596 28.8808 31.5044C28.859 28.4666 27.7544 26.686 25.5741 26.1483V26.0756C30.516 25.3706 32.9869 22.3837 32.9869 17.1148C32.9869 13.9099 31.9913 11.657 30 10.3416C28.3721 9.27326 25.9012 8.75 22.5872 8.7718L6.75872 8.73547L0 40.8939ZM20.1381 15.4288C23.1831 15.4288 24.7093 16.548 24.7093 18.7791C24.6875 21.7224 22.7907 23.1904 19.0262 23.1904H12.2965L13.9172 15.4288H20.1381ZM49.5349 41.7297L39.8983 48.5829L41.439 59.3314L33.0959 52.8488L21.875 59.593L27.1221 48.1468L21.0029 41.6279L30.8939 41.657L37.1584 30.9084L38.8445 41.7297H49.5276H49.5349ZM38.1977 47.8198L44.6003 43.3067H37.5218L36.2936 35.4724L31.7951 43.2267H24.6366L28.9826 47.8561L25.3852 55.6177L33.1904 50.952L39.3459 55.7267L38.1904 47.8125L38.1977 47.8198ZM136.599 50.1526C131.308 50.1526 126.984 48.314 123.626 44.6221C120.269 40.9375 118.59 35.9956 118.59 29.7892C118.59 23.5829 120.269 18.641 123.626 14.9564C126.984 11.2718 131.308 9.42587 136.599 9.42587C140.683 9.42587 144.23 10.5378 147.246 12.7616C150.254 14.9855 152.231 18.343 153.183 22.8343H148.532C147.689 19.6221 146.214 17.2892 144.099 15.8285C141.984 14.3677 139.484 13.641 136.599 13.641C132.624 13.641 129.433 15.0727 127.02 17.936C124.615 20.7994 123.408 24.7529 123.408 29.782C123.408 34.8111 124.615 38.7645 127.02 41.6279C129.426 44.4913 132.624 45.923 136.599 45.923C139.593 45.923 142.253 45 144.586 43.1613C146.919 41.3227 148.328 38.6265 148.801 35.0872H153.401C152.929 39.9055 151.083 43.6192 147.871 46.2209C144.658 48.8299 140.901 50.1308 136.599 50.1308V50.1526ZM169.76 14.0334C167.246 14.0334 165.981 15.3634 165.981 18.0305V21.0392H171.999V24.8692H165.981V49.2733H161.606V24.8692H156.955V21.0392H161.606V18.1395C161.606 12.8488 164.23 10.2035 169.484 10.2035C170.472 10.2035 171.403 10.2398 172.275 10.3125V14.0334H169.76ZM200.516 21.0392L190.283 34.8329L201.061 49.2805H195.916L194.382 47.1439C192.049 43.8227 189.84 40.7558 187.762 37.9506C184.695 42.0712 182.456 45.1599 181.032 47.202L179.557 49.2805H174.469L185.247 34.8329L175.015 21.0392H180.16L182.347 24.048C184.499 26.9695 186.323 29.5204 187.82 31.7079C189.68 29.077 191.504 26.5262 193.292 24.048L195.429 21.0392H200.516ZM242.762 28.8663L249.273 10.3125H260V49.2805H252.943V37.4055C252.943 30.7994 253.016 24.3605 253.161 18.0887C252.398 20.7122 251.41 23.7064 250.204 27.064L242.326 49.2805H236.25L228.314 27.064C227.108 23.5247 226.141 20.5741 225.414 18.1977C225.56 24.4331 225.632 30.843 225.632 37.4055V49.2805H218.517V10.3125H229.244L235.974 29.2515C237.071 32.609 238.183 36.1265 239.31 39.811C240.443 35.8721 241.592 32.2238 242.754 28.8663H242.762ZM292.129 49.2805H285.233C284.869 48.6265 284.615 47.4709 284.469 45.8358C282.536 48.5756 279.506 49.9419 275.385 49.9419C272.318 49.9419 269.855 49.2006 267.994 47.7253C266.134 46.25 265.204 44.157 265.204 41.4608C265.204 36.2791 268.815 33.343 276.039 32.6526L280.305 32.2674C281.693 32.0858 282.704 31.7587 283.343 31.2791C283.983 30.8067 284.302 30.0581 284.302 29.0334C284.302 27.8634 283.917 26.9913 283.154 26.4099C282.391 25.8285 281.054 25.5305 279.157 25.5305C277.151 25.5305 275.712 25.8576 274.833 26.5189C273.954 27.173 273.445 28.343 273.299 30.0218H266.512C266.911 23.6047 271.148 20.3924 279.208 20.3924C287.267 20.3924 290.974 23.2195 290.974 28.8735V43.9244C290.974 46.4099 291.359 48.1904 292.122 49.2878L292.129 49.2805ZM277.02 45.0073C279.062 45.0073 280.785 44.4331 282.195 43.2849C283.597 42.1366 284.302 40.4142 284.302 38.1105V35.5378C283.648 36.1192 282.573 36.5044 281.076 36.6861L277.355 37.1221C275.494 37.3401 274.179 37.7762 273.416 38.4375C272.653 39.0988 272.267 40.0073 272.267 41.1773C272.267 42.3474 272.667 43.3212 273.474 43.9971C274.273 44.673 275.465 45.0073 277.035 45.0073H277.02ZM312.427 20.6032C313.154 20.6032 313.721 20.6395 314.121 20.7122V27.064H312.369C309.782 27.064 307.769 27.718 306.352 29.0334C304.927 30.3488 304.215 32.3183 304.215 34.9419V49.2805H297.318V21.0392H303.997V26.0756C305.567 22.4273 308.372 20.6032 312.427 20.6032ZM346.083 49.2805H338.205L329.993 36.1483L325.727 40.4142V49.2805H318.939V10.3125H325.727V32.7544L337.217 21.0392H345.429L334.76 31.7079L346.09 49.2733L346.083 49.2805ZM360.807 49.9346C356.613 49.9346 353.219 48.5974 350.625 45.9157C348.031 43.234 346.737 39.6512 346.737 35.1599C346.737 30.6686 348.016 27.1802 350.567 24.4622C353.118 21.7442 356.497 20.3852 360.69 20.3852C364.884 20.3852 368.35 21.7878 370.872 24.6003C373.387 27.4128 374.651 31.0974 374.651 35.6541V37.2965H353.525C354.07 42.1512 356.519 44.5785 360.858 44.5785C364.07 44.5785 366.199 43.2267 367.26 40.5305H373.939C373.212 43.4157 371.679 45.7049 369.339 47.3983C367.006 49.0916 364.157 49.9419 360.799 49.9419L360.807 49.9346ZM353.583 32.4782H367.754C367.464 30.436 366.708 28.8009 365.487 27.5799C364.266 26.359 362.653 25.7485 360.647 25.7485C358.75 25.7485 357.18 26.3154 355.938 27.4419C354.695 28.5756 353.91 30.2544 353.583 32.4782ZM393.481 21.0392V26.4026H387.9V41.5044C387.9 42.4201 388.147 43.0523 388.641 43.423C389.135 43.7863 389.964 43.968 391.134 43.968H393.488V49.2733C392.282 49.3823 391.083 49.4404 389.876 49.4404C386.846 49.4404 384.622 48.8881 383.198 47.7689C381.773 46.657 381.061 44.8256 381.061 42.2674V26.3953H376.686V21.032H381.061V12.8198H387.9V21.032H393.481V21.0392ZM414.273 20.3852C418.14 20.3852 421.214 21.7224 423.496 24.4041C425.778 27.0858 426.919 30.6686 426.919 35.1599C426.919 39.6512 425.778 43.234 423.496 45.9157C421.214 48.5974 418.14 49.9346 414.273 49.9346C410.407 49.9346 407.522 48.4956 405.516 45.6105V60H398.619V21.0392H405.24V25.0872C407.282 21.9477 410.291 20.3779 414.266 20.3779L414.273 20.3852ZM407.297 41.9186C408.59 43.4666 410.371 44.2442 412.631 44.2442C414.891 44.2442 416.672 43.4302 417.965 41.8096C419.259 40.189 419.906 37.8997 419.906 34.9419C419.906 31.984 419.266 29.8183 417.987 28.3212C416.708 26.8241 414.92 26.0756 412.624 26.0756C410.327 26.0756 408.583 26.8532 407.289 28.4012C405.996 29.9491 405.349 32.202 405.349 35.1599C405.349 38.1177 405.996 40.3706 407.289 41.9186H407.297ZM439.23 49.2805H432.333V10.3125H439.23V49.2805ZM471.301 49.2805H464.404C464.041 48.6265 463.786 47.4709 463.641 45.8358C461.708 48.5756 458.677 49.9419 454.557 49.9419C451.49 49.9419 449.026 49.2006 447.166 47.7253C445.305 46.25 444.375 44.157 444.375 41.4608C444.375 36.2791 447.987 33.343 455.211 32.6526L459.477 32.2674C460.865 32.0858 461.875 31.7587 462.515 31.2791C463.154 30.8067 463.474 30.0581 463.474 29.0334C463.474 27.8634 463.089 26.9913 462.326 26.4099C461.562 25.8285 460.225 25.5305 458.328 25.5305C456.323 25.5305 454.884 25.8576 454.004 26.5189C453.125 27.173 452.616 28.343 452.471 30.0218H445.683C446.083 23.6047 450.32 20.3924 458.379 20.3924C466.439 20.3924 470.145 23.2195 470.145 28.8735V43.9244C470.145 46.4099 470.531 48.1904 471.294 49.2878L471.301 49.2805ZM456.192 45.0073C458.234 45.0073 459.956 44.4331 461.366 43.2849C462.769 42.1366 463.474 40.4142 463.474 38.1105V35.5378C462.82 36.1192 461.744 36.5044 460.247 36.6861L456.526 37.1221C454.666 37.3401 453.35 37.7762 452.587 38.4375C451.824 39.0988 451.439 40.0073 451.439 41.1773C451.439 42.3474 451.839 43.3212 452.645 43.9971C453.445 44.673 454.637 45.0073 456.206 45.0073H456.192ZM488.917 49.9346C484.724 49.9346 481.345 48.5974 478.794 45.9157C476.243 43.234 474.964 39.6512 474.964 35.1599C474.964 30.6686 476.228 27.0858 478.765 24.4041C481.301 21.7224 484.68 20.3852 488.917 20.3852C492.602 20.3852 495.611 21.359 497.951 23.314C500.283 25.2689 501.65 27.8997 502.057 31.2209H495.16C494.833 29.5422 494.113 28.2776 493.001 27.4201C491.89 26.5625 490.531 26.1337 488.924 26.1337C486.81 26.1337 485.131 26.8895 483.888 28.4012C482.645 29.9128 482.028 32.1657 482.028 35.1599C482.028 38.1541 482.66 40.407 483.917 41.9186C485.174 43.4302 486.846 44.1861 488.924 44.1861C490.567 44.1861 491.97 43.7282 493.14 42.8198C494.31 41.9113 495.015 40.5596 495.276 38.7718H502.173C501.81 42.202 500.422 44.9201 498.016 46.9259C495.611 48.9317 492.58 49.9346 488.932 49.9346H488.917ZM519.949 49.9346C515.756 49.9346 512.362 48.5974 509.767 45.9157C507.173 43.234 505.879 39.6512 505.879 35.1599C505.879 30.6686 507.158 27.1802 509.709 24.4622C512.26 21.7442 515.64 20.3852 519.833 20.3852C524.026 20.3852 527.493 21.7878 530.015 24.6003C532.529 27.4128 533.794 31.0974 533.794 35.6541V37.2965H512.667C513.212 42.1512 515.661 44.5785 520 44.5785C523.212 44.5785 525.342 43.2267 526.403 40.5305H533.081C532.355 43.4157 530.821 45.7049 528.481 47.3983C526.148 49.0916 523.299 49.9419 519.942 49.9419L519.949 49.9346ZM512.725 32.4782H526.897C526.606 30.436 525.85 28.8009 524.629 27.5799C523.408 26.359 521.795 25.7485 519.789 25.7485C517.892 25.7485 516.323 26.3154 515.08 27.4419C513.837 28.5756 513.052 30.2544 512.725 32.4782Z"
|
|
9
|
+
}
|
|
10
|
+
) });
|
|
11
|
+
}
|
|
12
|
+
const o = L.memo(V);
|
|
13
|
+
export {
|
|
14
|
+
o as default
|
|
15
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as CompositeLogo } from './CompositeLogo';
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { jsxs as H, jsx as C } from "react/jsx-runtime";
|
|
2
|
+
import l from "react";
|
|
3
|
+
function V(t) {
|
|
4
|
+
return /* @__PURE__ */ H(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 108 60",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...t,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ C("path", { d: "M10.9891 30.2675L4.87901 13.4994C4.76581 13.1881 4.30451 13.2701 4.30451 13.6013V30.1684C4.30451 30.3325 4.1715 30.4627 4.01019 30.4627H0.294326C0.130183 30.4627 0 30.3297 0 30.1684V0.297163C0 0.13302 0.133013 7.38329e-06 0.294326 7.38329e-06H3.87435C3.99887 7.38329e-06 4.10924 0.0764189 4.15169 0.195281L10.2193 16.8898C10.3325 17.2011 10.7938 17.119 10.7938 16.7879V0.297163C10.7938 0.13302 10.9268 0.00283744 11.0882 0.00283744H14.804C14.9682 0.00283744 15.0983 0.13585 15.0983 0.297163V30.1656C15.0983 30.3297 14.9653 30.4599 14.804 30.4599H11.2664C11.1419 30.4599 11.0316 30.3835 10.9891 30.2675Z", fill: "white" }),
|
|
13
|
+
/* @__PURE__ */ C("path", { d: "M17.2803 30.1656V0.297159C17.2803 0.133015 17.4133 0.00283282 17.5746 0.00283282H21.2905C21.4546 0.00283282 21.5848 0.135845 21.5848 0.297159V30.1656C21.5848 30.3297 21.4518 30.4599 21.2905 30.4599H17.5746C17.4133 30.4599 17.2803 30.3297 17.2803 30.1656Z", fill: "white" }),
|
|
14
|
+
/* @__PURE__ */ C("path", { d: "M28.8439 30.1656V4.35546C28.8439 4.19131 28.7109 4.06113 28.5496 4.06113H24.0667C23.9026 4.06113 23.7696 3.92812 23.7696 3.76398V0.297159C23.7696 0.133015 23.9026 0.00283282 24.0667 0.00283282H38.0302C38.1944 0.00283282 38.3246 0.135845 38.3246 0.297159V3.76398C38.3246 3.92812 38.1916 4.06113 38.0302 4.06113H33.4484C33.2842 4.06113 33.1512 4.19415 33.1512 4.35546V30.1656C33.1512 30.3297 33.0182 30.4599 32.8569 30.4599H29.141C28.9769 30.4599 28.8439 30.3297 28.8439 30.1656Z", fill: "white" }),
|
|
15
|
+
/* @__PURE__ */ C("path", { d: "M40.5065 30.1656V0.297159C40.5065 0.133015 40.6396 0.00283282 40.8009 0.00283282H48.0685C50.0665 0.00283282 51.7447 0.704686 53.1031 2.10839C54.4587 3.5121 55.1436 5.21297 55.1436 7.21947V10.0552C55.1436 12.7749 54.0314 14.8804 51.8098 16.3634C51.6994 16.437 51.6485 16.5756 51.6909 16.7002L56.0662 30.0722C56.1284 30.2646 55.9869 30.4599 55.786 30.4599H51.8522C51.7221 30.4599 51.6089 30.375 51.5692 30.2533L47.6015 17.6058C47.5619 17.4813 47.4487 17.3992 47.3185 17.3992H45.1054C44.9412 17.3992 44.8111 17.5322 44.8111 17.6935V30.1627C44.8111 30.3269 44.678 30.4571 44.5139 30.4571H40.798C40.6396 30.4599 40.5065 30.3297 40.5065 30.1656ZM50.0976 12.6277C50.0976 12.6277 50.1174 12.6051 50.1259 12.5938C50.3834 12.2598 50.5759 11.8891 50.6863 11.473C50.7995 11.0514 50.8391 10.5731 50.8391 10.0552V7.20532C50.8391 6.26291 50.5872 5.49314 50.0693 4.91581C49.5514 4.34131 48.8241 4.04415 47.8873 4.04415H45.1082C44.9441 4.04415 44.8139 4.17716 44.8139 4.34131V13.2701C44.8139 13.4343 44.9469 13.5645 45.1082 13.5645H47.8477C48.7477 13.5645 49.4976 13.2503 50.0976 12.6277Z", fill: "white" }),
|
|
16
|
+
/* @__PURE__ */ C("path", { d: "M58.4491 30.1061L64.6469 0.237727C64.6752 0.0990547 64.7969 0.00283282 64.9356 0.00283282H68.6515C68.7901 0.00283282 68.909 0.0990547 68.9401 0.234897L75.5624 30.1033C75.6021 30.2873 75.4634 30.4627 75.2738 30.4627H71.2466C71.1051 30.4627 70.9806 30.3608 70.9551 30.2222L69.8288 24.146C69.8033 24.0074 69.6816 23.9055 69.5373 23.9055H64.4375C64.296 23.9055 64.1715 24.0074 64.146 24.146L63.0196 30.2222C62.9942 30.3637 62.8725 30.4627 62.7281 30.4627H58.7378C58.551 30.4627 58.4123 30.2901 58.4491 30.1061ZM65.261 19.8585H68.6316C68.8156 19.8585 68.9571 19.6915 68.9231 19.5076L67.2393 10.5731C67.1798 10.2505 66.7185 10.2505 66.6591 10.5731L64.9752 19.5076C64.9384 19.6887 65.0771 19.8585 65.261 19.8585Z", fill: "white" }),
|
|
17
|
+
/* @__PURE__ */ C("path", { d: "M84.6582 0C86.5883 0 88.2665 0.687703 89.6674 2.08009C91.0796 3.47248 91.7786 5.12806 91.7786 7.0808V22.9291C91.7786 25.1224 91.1079 26.9336 89.7636 28.3373C88.4222 29.7552 86.6732 30.4599 84.5309 30.4599H78.1123C77.9482 30.4599 77.8152 30.3269 77.8152 30.1656V0.294326C77.8152 0.130183 77.9482 0 78.1123 0H84.6582ZM87.4713 22.9433V7.0808C87.4713 6.22329 87.1628 5.52144 86.5629 4.95826C85.9487 4.39508 85.2186 4.1149 84.3526 4.1149H82.4253C82.2612 4.1149 82.131 4.24791 82.131 4.40923V26.1441C82.131 26.3082 82.264 26.4384 82.4253 26.4384H84.2281C86.3931 26.4157 87.4713 25.2611 87.4713 22.9433Z", fill: "white" }),
|
|
18
|
+
/* @__PURE__ */ C("path", { d: "M95.2398 3.09891C95.9275 2.14518 96.7822 1.3839 97.8293 0.829206C98.8764 0.277345 99.966 0 101.095 0C102.224 0 103.229 0.220744 104.194 0.679213C105.159 1.1207 105.957 1.74331 106.605 2.51875C107.239 3.29418 107.681 4.08094 107.927 4.89883C108.162 5.69973 108.286 6.58554 108.286 7.5421V22.7876C108.286 23.6876 108.204 24.4743 108.037 25.1394C107.873 25.8186 107.528 26.5629 106.99 27.4091C106.452 28.2383 105.669 28.9571 104.621 29.5684C103.574 30.1627 102.445 30.4684 101.234 30.4684C99.8302 30.4684 98.5482 30.109 97.3765 29.3901C96.2049 28.6713 95.3785 27.8534 94.9257 26.9421C94.4587 26.028 94.1814 25.295 94.0993 24.7432C94.0172 24.1885 93.9635 23.5404 93.9635 22.7933V7.53927C93.9635 6.63931 94.0597 5.85255 94.2521 5.15919C94.4276 4.46866 94.7729 3.77812 95.2398 3.09891ZM103.504 5.46484C102.912 4.66393 102.139 4.24791 101.174 4.24791C100.665 4.24791 100.17 4.38659 99.6745 4.67808C99.1793 4.96958 98.834 5.27239 98.6415 5.61766C98.4491 5.96293 98.3246 6.30819 98.2567 6.67044C98.2029 7.02986 98.1746 7.3355 98.1746 7.5704V22.8272C98.1746 23.1329 98.2029 23.4498 98.2453 23.8093C98.2878 24.1687 98.534 24.6526 98.9613 25.2611C99.3887 25.8695 100.133 26.1752 101.18 26.1752C101.718 26.1752 102.199 26.0507 102.626 25.7875C103.054 25.5384 103.371 25.2469 103.563 24.9158C103.755 24.5847 103.88 24.279 103.934 23.9762C103.99 23.6734 104.03 23.2857 104.03 22.8131V7.58172C104.03 6.98741 104.002 6.57139 103.962 6.32234C103.931 6.08745 103.767 5.79595 103.504 5.46484Z", fill: "white" }),
|
|
19
|
+
/* @__PURE__ */ C("path", { d: "M29.4325 37.8548H78.8481C79.1226 37.8548 79.2472 38.1944 79.0434 38.3727L54.3427 59.9293C54.2323 60.0255 54.0653 60.0255 53.955 59.9293L29.2401 38.3727C29.0335 38.1944 29.1608 37.8548 29.4325 37.8548Z", fill: "white" })
|
|
20
|
+
]
|
|
21
|
+
}
|
|
22
|
+
);
|
|
23
|
+
}
|
|
24
|
+
const h = l.memo(V);
|
|
25
|
+
export {
|
|
26
|
+
h as default
|
|
27
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { jsxs as l, jsx as C } from "react/jsx-runtime";
|
|
2
|
+
import V from "react";
|
|
3
|
+
function t(H) {
|
|
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
|
+
...H,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ C("path", { d: "M10.9891 30.2675L4.87901 13.4994C4.76581 13.1881 4.30451 13.2701 4.30451 13.6013V30.1684C4.30451 30.3325 4.1715 30.4627 4.01019 30.4627H0.294326C0.130183 30.4627 0 30.3297 0 30.1684V0.297163C0 0.13302 0.133013 7.38329e-06 0.294326 7.38329e-06H3.87435C3.99887 7.38329e-06 4.10924 0.0764189 4.15169 0.195281L10.2193 16.8898C10.3325 17.2011 10.7938 17.119 10.7938 16.7879V0.297163C10.7938 0.13302 10.9268 0.00283744 11.0882 0.00283744H14.804C14.9682 0.00283744 15.0983 0.13585 15.0983 0.297163V30.1656C15.0983 30.3297 14.9653 30.4599 14.804 30.4599H11.2664C11.1419 30.4599 11.0316 30.3835 10.9891 30.2675Z", fill: "#FFD744" }),
|
|
13
|
+
/* @__PURE__ */ C("path", { d: "M17.2803 30.1656V0.297159C17.2803 0.133015 17.4133 0.00283282 17.5746 0.00283282H21.2905C21.4546 0.00283282 21.5848 0.135845 21.5848 0.297159V30.1656C21.5848 30.3297 21.4518 30.4599 21.2905 30.4599H17.5746C17.4133 30.4599 17.2803 30.3297 17.2803 30.1656Z", fill: "#FFD744" }),
|
|
14
|
+
/* @__PURE__ */ C("path", { d: "M28.8439 30.1656V4.35546C28.8439 4.19131 28.7109 4.06113 28.5496 4.06113H24.0667C23.9026 4.06113 23.7696 3.92812 23.7696 3.76398V0.297159C23.7696 0.133015 23.9026 0.00283282 24.0667 0.00283282H38.0302C38.1944 0.00283282 38.3246 0.135845 38.3246 0.297159V3.76398C38.3246 3.92812 38.1916 4.06113 38.0302 4.06113H33.4484C33.2842 4.06113 33.1512 4.19415 33.1512 4.35546V30.1656C33.1512 30.3297 33.0182 30.4599 32.8569 30.4599H29.141C28.9769 30.4599 28.8439 30.3297 28.8439 30.1656Z", fill: "#FFD744" }),
|
|
15
|
+
/* @__PURE__ */ C("path", { d: "M40.5065 30.1656V0.297159C40.5065 0.133015 40.6396 0.00283282 40.8009 0.00283282H48.0685C50.0665 0.00283282 51.7447 0.704686 53.1031 2.10839C54.4587 3.5121 55.1436 5.21297 55.1436 7.21947V10.0552C55.1436 12.7749 54.0314 14.8804 51.8098 16.3634C51.6994 16.437 51.6485 16.5756 51.6909 16.7002L56.0662 30.0722C56.1284 30.2646 55.9869 30.4599 55.786 30.4599H51.8522C51.7221 30.4599 51.6089 30.375 51.5692 30.2533L47.6015 17.6058C47.5619 17.4813 47.4487 17.3992 47.3185 17.3992H45.1054C44.9412 17.3992 44.8111 17.5322 44.8111 17.6935V30.1627C44.8111 30.3269 44.678 30.4571 44.5139 30.4571H40.798C40.6396 30.4599 40.5065 30.3297 40.5065 30.1656ZM50.0976 12.6277C50.0976 12.6277 50.1174 12.6051 50.1259 12.5938C50.3834 12.2598 50.5759 11.8891 50.6863 11.473C50.7995 11.0514 50.8391 10.5731 50.8391 10.0552V7.20532C50.8391 6.26291 50.5872 5.49314 50.0693 4.91581C49.5514 4.34131 48.8241 4.04415 47.8873 4.04415H45.1082C44.9441 4.04415 44.8139 4.17716 44.8139 4.34131V13.2701C44.8139 13.4343 44.9469 13.5645 45.1082 13.5645H47.8477C48.7477 13.5645 49.4976 13.2503 50.0976 12.6277Z", fill: "#FFD744" }),
|
|
16
|
+
/* @__PURE__ */ C("path", { d: "M58.4491 30.1061L64.6469 0.237727C64.6752 0.0990547 64.7969 0.00283282 64.9356 0.00283282H68.6515C68.7901 0.00283282 68.909 0.0990547 68.9401 0.234897L75.5624 30.1033C75.6021 30.2873 75.4634 30.4627 75.2738 30.4627H71.2466C71.1051 30.4627 70.9806 30.3608 70.9551 30.2222L69.8288 24.146C69.8033 24.0074 69.6816 23.9055 69.5373 23.9055H64.4375C64.296 23.9055 64.1715 24.0074 64.146 24.146L63.0196 30.2222C62.9942 30.3637 62.8725 30.4627 62.7281 30.4627H58.7378C58.551 30.4627 58.4123 30.2901 58.4491 30.1061ZM65.261 19.8585H68.6316C68.8156 19.8585 68.9571 19.6915 68.9231 19.5076L67.2393 10.5731C67.1798 10.2505 66.7185 10.2505 66.6591 10.5731L64.9752 19.5076C64.9384 19.6887 65.0771 19.8585 65.261 19.8585Z", fill: "#FFD744" }),
|
|
17
|
+
/* @__PURE__ */ C("path", { d: "M84.6582 0C86.5883 0 88.2665 0.687703 89.6674 2.08009C91.0796 3.47248 91.7786 5.12806 91.7786 7.0808V22.9291C91.7786 25.1224 91.1079 26.9336 89.7636 28.3373C88.4222 29.7552 86.6732 30.4599 84.5309 30.4599H78.1123C77.9482 30.4599 77.8152 30.3269 77.8152 30.1656V0.294326C77.8152 0.130183 77.9482 0 78.1123 0H84.6582ZM87.4713 22.9433V7.0808C87.4713 6.22329 87.1628 5.52144 86.5629 4.95826C85.9487 4.39508 85.2186 4.1149 84.3526 4.1149H82.4253C82.2612 4.1149 82.131 4.24791 82.131 4.40923V26.1441C82.131 26.3082 82.264 26.4384 82.4253 26.4384H84.2281C86.3931 26.4157 87.4713 25.2611 87.4713 22.9433Z", fill: "#FFD744" }),
|
|
18
|
+
/* @__PURE__ */ C("path", { d: "M95.2398 3.09891C95.9275 2.14518 96.7822 1.3839 97.8293 0.829206C98.8764 0.277345 99.966 0 101.095 0C102.224 0 103.229 0.220744 104.194 0.679213C105.159 1.1207 105.957 1.74331 106.605 2.51875C107.239 3.29418 107.681 4.08094 107.927 4.89883C108.162 5.69973 108.286 6.58554 108.286 7.5421V22.7876C108.286 23.6876 108.204 24.4743 108.037 25.1394C107.873 25.8186 107.528 26.5629 106.99 27.4091C106.452 28.2383 105.669 28.9571 104.621 29.5684C103.574 30.1627 102.445 30.4684 101.234 30.4684C99.8302 30.4684 98.5482 30.109 97.3765 29.3901C96.2049 28.6713 95.3785 27.8534 94.9257 26.9421C94.4587 26.028 94.1814 25.295 94.0993 24.7432C94.0172 24.1885 93.9635 23.5404 93.9635 22.7933V7.53927C93.9635 6.63931 94.0597 5.85255 94.2521 5.15919C94.4276 4.46866 94.7729 3.77812 95.2398 3.09891ZM103.504 5.46484C102.912 4.66393 102.139 4.24791 101.174 4.24791C100.665 4.24791 100.17 4.38659 99.6745 4.67808C99.1793 4.96958 98.834 5.27239 98.6415 5.61766C98.4491 5.96293 98.3246 6.30819 98.2567 6.67044C98.2029 7.02986 98.1746 7.3355 98.1746 7.5704V22.8272C98.1746 23.1329 98.2029 23.4498 98.2453 23.8093C98.2878 24.1687 98.534 24.6526 98.9613 25.2611C99.3887 25.8695 100.133 26.1752 101.18 26.1752C101.718 26.1752 102.199 26.0507 102.626 25.7875C103.054 25.5384 103.371 25.2469 103.563 24.9158C103.755 24.5847 103.88 24.279 103.934 23.9762C103.99 23.6734 104.03 23.2857 104.03 22.8131V7.58172C104.03 6.98741 104.002 6.57139 103.962 6.32234C103.931 6.08745 103.767 5.79595 103.504 5.46484Z", fill: "#FFD744" }),
|
|
19
|
+
/* @__PURE__ */ C("path", { d: "M29.4325 37.8548H78.8481C79.1226 37.8548 79.2472 38.1944 79.0434 38.3727L54.3427 59.9293C54.2323 60.0255 54.0653 60.0255 53.955 59.9293L29.2401 38.3727C29.0335 38.1944 29.1608 37.8548 29.4325 37.8548Z", fill: "#FFD744" })
|
|
20
|
+
]
|
|
21
|
+
}
|
|
22
|
+
);
|
|
23
|
+
}
|
|
24
|
+
const f = V.memo(t);
|
|
25
|
+
export {
|
|
26
|
+
f as default
|
|
27
|
+
};
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { jsxs as H, jsx as C } from "react/jsx-runtime";
|
|
2
|
+
import i from "react";
|
|
3
|
+
function t(V) {
|
|
4
|
+
return /* @__PURE__ */ H(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 280 60",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...V,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ H("g", { clipPath: "url(#clip0_2357_245)", children: [
|
|
13
|
+
/* @__PURE__ */ C("path", { d: "M119.537 27.136V18.0516H122.677L124.281 24.6784L125.884 18.0516H129.025V27.136H127.182V20.1092H126.982L125.205 26.736H123.362L121.586 20.1092H121.386V27.136H119.537Z", fill: "white" }),
|
|
14
|
+
/* @__PURE__ */ C("path", { d: "M134.1 24.1036C134.1 25.1631 134.639 25.6928 135.717 25.6928C136.794 25.6928 137.333 25.1631 137.333 24.1036V18.0516H139.176V24.064C139.176 25.1775 138.89 25.9955 138.315 26.5162C137.74 27.0369 136.873 27.2981 135.717 27.2981C134.56 27.2981 133.693 27.0369 133.119 26.5162C132.544 25.9955 132.257 25.1775 132.257 24.064V18.0516H134.1V24.1036Z", fill: "white" }),
|
|
15
|
+
/* @__PURE__ */ C("path", { d: "M147.579 27.136H142.408V18.0516H144.252V25.5072H147.578V27.136H147.579Z", fill: "white" }),
|
|
16
|
+
/* @__PURE__ */ C("path", { d: "M148.221 19.6821V18.0516H154.902V19.6821H152.496V27.1378H150.653V19.6821H148.221Z", fill: "white" }),
|
|
17
|
+
/* @__PURE__ */ C("path", { d: "M157.399 27.136V18.0516H159.242V27.136H157.399Z", fill: "white" }),
|
|
18
|
+
/* @__PURE__ */ C("path", { d: "M165.896 24.491H164.4V27.136H162.557V18.0516H165.898C168.053 18.0516 169.132 19.102 169.132 21.2046C169.132 22.264 168.858 23.0766 168.31 23.6424C167.761 24.2081 166.957 24.491 165.896 24.491ZM164.4 22.9145H165.883C166.8 22.9145 167.26 22.3451 167.26 21.2046C167.26 20.6425 167.148 20.2407 166.927 19.9956C166.703 19.7506 166.357 19.6281 165.885 19.6281H164.402V22.9145H164.4Z", fill: "white" }),
|
|
19
|
+
/* @__PURE__ */ C("path", { d: "M176.932 27.136H171.761V18.0516H173.604V25.5072H176.932V27.136Z", fill: "white" }),
|
|
20
|
+
/* @__PURE__ */ C("path", { d: "M178.641 27.136L180.686 18.0516H184.187L186.232 27.136H184.389L184.029 25.4928H180.849L180.488 27.136H178.641ZM182.115 19.574L181.193 23.8892H183.677L182.755 19.574H182.115Z", fill: "white" }),
|
|
21
|
+
/* @__PURE__ */ C("path", { d: "M189.892 27.136V23.4622L187.086 18.0516H189.131L190.801 21.6731L192.472 18.0516H194.517L191.738 23.4622V27.136H189.892Z", fill: "white" }),
|
|
22
|
+
/* @__PURE__ */ C("path", { d: "M196.852 18.0516H202.731V19.6551H198.697V21.7794H201.931V23.3559H198.697V25.5342H202.731V27.1378H196.852V18.0516Z", fill: "white" }),
|
|
23
|
+
/* @__PURE__ */ C("path", { d: "M207.433 24.091V27.1378H205.59V18.0534H209.118C211.255 18.0534 212.325 19.0515 212.325 21.0461C212.325 22.2316 211.88 23.1037 210.988 23.664L212.284 27.1378H210.266L209.21 24.091H207.433ZM210.118 22.1127C210.332 21.846 210.439 21.4929 210.439 21.0569C210.439 20.6209 210.325 20.2731 210.098 20.0155C209.871 19.7578 209.543 19.6281 209.116 19.6281H207.433V22.5145H209.143C209.579 22.5145 209.905 22.3794 210.118 22.1127Z", fill: "white" }),
|
|
24
|
+
/* @__PURE__ */ C("path", { d: "M222.276 19.4948C221.305 19.4948 220.82 19.8155 220.82 20.4569C220.82 20.7416 220.941 20.9596 221.181 21.1109C221.42 21.2623 221.984 21.4803 222.871 21.765C223.757 22.0496 224.379 22.3722 224.734 22.7343C225.091 23.0947 225.269 23.6496 225.269 24.3973C225.269 25.3504 224.979 26.0711 224.4 26.5612C223.822 27.0513 223.064 27.2963 222.128 27.2963C221.433 27.2963 220.583 27.19 219.577 26.9756L219.096 26.8819L219.284 25.4531C220.476 25.6135 221.39 25.6928 222.022 25.6928C222.966 25.6928 223.438 25.3 223.438 24.5162C223.438 24.2316 223.328 24.0081 223.11 23.8478C222.892 23.6874 222.458 23.5145 221.808 23.3271C220.774 23.0334 220.046 22.6839 219.624 22.2785C219.201 21.8731 218.99 21.3091 218.99 20.5884C218.99 19.6803 219.265 19.0029 219.819 18.5579C220.37 18.1128 221.128 17.8894 222.091 17.8894C222.75 17.8894 223.586 17.9795 224.602 18.1561L225.083 18.2498L224.936 19.7056C223.68 19.565 222.793 19.4948 222.276 19.4948Z", fill: "white" }),
|
|
25
|
+
/* @__PURE__ */ C("path", { d: "M228.089 18.0516H233.968V19.6551H229.934V21.7794H233.168V23.3559H229.934V25.5342H233.968V27.1378H228.089V18.0516Z", fill: "white" }),
|
|
26
|
+
/* @__PURE__ */ C("path", { d: "M238.669 24.091V27.1378H236.825V18.0534H240.353C242.49 18.0534 243.56 19.0515 243.56 21.0461C243.56 22.2316 243.115 23.1037 242.223 23.664L243.519 27.1378H241.501L240.445 24.091H238.669ZM241.355 22.1127C241.569 21.846 241.676 21.4929 241.676 21.0569C241.676 20.6209 241.562 20.2731 241.335 20.0155C241.108 19.7578 240.78 19.6281 240.353 19.6281H238.67V22.5145H240.38C240.816 22.5145 241.141 22.3794 241.355 22.1127Z", fill: "white" }),
|
|
27
|
+
/* @__PURE__ */ C("path", { d: "M251.241 18.0516H253.178L251.066 27.136H247.659L245.548 18.0516H247.484L249.061 25.5342H249.663L251.241 18.0516Z", fill: "white" }),
|
|
28
|
+
/* @__PURE__ */ C("path", { d: "M255.717 18.0516H261.596V19.6551H257.562V21.7794H260.796V23.3559H257.562V25.5342H261.596V27.1378H255.717V18.0516Z", fill: "white" }),
|
|
29
|
+
/* @__PURE__ */ C("path", { d: "M266.298 24.091V27.1378H264.455V18.0534H267.983C270.12 18.0534 271.19 19.0515 271.19 21.0461C271.19 22.2316 270.745 23.1037 269.853 23.664L271.149 27.1378H269.131L268.075 24.091H266.298ZM268.983 22.1127C269.197 21.846 269.304 21.4929 269.304 21.0569C269.304 20.6209 269.19 20.2731 268.963 20.0155C268.736 19.7578 268.408 19.6281 267.981 19.6281H266.298V22.5145H268.008C268.444 22.5145 268.77 22.3794 268.983 22.1127Z", fill: "white" }),
|
|
30
|
+
/* @__PURE__ */ C("path", { d: "M276.866 19.4948C275.894 19.4948 275.41 19.8155 275.41 20.4569C275.41 20.7416 275.53 20.9596 275.77 21.1109C276.01 21.2623 276.574 21.4803 277.46 21.765C278.347 22.0496 278.968 22.3722 279.323 22.7343C279.68 23.0947 279.858 23.6496 279.858 24.3973C279.858 25.3504 279.568 26.0711 278.99 26.5612C278.411 27.0513 277.653 27.2963 276.718 27.2963C276.022 27.2963 275.172 27.19 274.167 26.9756L273.685 26.8819L273.873 25.4531C275.066 25.6135 275.979 25.6928 276.611 25.6928C277.556 25.6928 278.028 25.3 278.028 24.5162C278.028 24.2316 277.918 24.0081 277.7 23.8478C277.482 23.6874 277.048 23.5145 276.397 23.3271C275.363 23.0334 274.635 22.6839 274.213 22.2785C273.79 21.8731 273.579 21.3091 273.579 20.5884C273.579 19.6803 273.855 19.0029 274.408 18.5579C274.959 18.1128 275.718 17.8894 276.68 17.8894C277.339 17.8894 278.175 17.9795 279.192 18.1561L279.673 18.2498L279.525 19.7056C278.269 19.565 277.383 19.4948 276.866 19.4948Z", fill: "white" }),
|
|
31
|
+
/* @__PURE__ */ C("path", { d: "M119.512 40.6347V32.6313H124.62V34.0439H121.135V36.397H123.984V37.8095H121.135V40.6347H119.512Z", fill: "white" }),
|
|
32
|
+
/* @__PURE__ */ C("path", { d: "M131.299 39.7824C130.8 40.4455 129.944 40.777 128.728 40.777C127.511 40.777 126.654 40.4455 126.157 39.7824C125.657 39.1194 125.409 38.0816 125.409 36.669C125.409 35.2565 125.657 34.2078 126.157 33.5214C126.656 32.8349 127.511 32.4908 128.728 32.4908C129.944 32.4908 130.801 32.8331 131.299 33.5214C131.798 34.2078 132.046 35.2565 132.046 36.669C132.046 38.0816 131.798 39.1194 131.299 39.7824ZM127.427 38.7464C127.657 39.159 128.092 39.3644 128.728 39.3644C129.364 39.3644 129.796 39.159 130.029 38.7464C130.261 38.3338 130.376 37.6438 130.376 36.6744C130.376 35.7051 130.259 35.0006 130.023 34.561C129.787 34.1213 129.356 33.9015 128.728 33.9015C128.099 33.9015 127.668 34.1213 127.432 34.561C127.196 35.0006 127.079 35.7051 127.079 36.6744C127.079 37.6438 127.194 38.3338 127.427 38.7464Z", fill: "white" }),
|
|
33
|
+
/* @__PURE__ */ C("path", { d: "M135.059 40.6365H133.434V32.6331H136.542C138.425 32.6331 139.367 33.5124 139.367 35.2691C139.367 36.3123 138.974 37.0816 138.19 37.5753L139.333 40.6347H137.556L136.627 37.9501H135.059V40.6365ZM137.425 36.2096C137.612 35.9735 137.708 35.6636 137.708 35.2799C137.708 34.8961 137.608 34.5898 137.407 34.361C137.207 34.134 136.918 34.0205 136.542 34.0205H135.059V36.5627H136.565C136.951 36.5627 137.237 36.4456 137.425 36.2096Z", fill: "white" }),
|
|
34
|
+
/* @__PURE__ */ C("path", { d: "M146.653 36.3501H148.983V40.5049C147.86 40.6851 146.951 40.7752 146.251 40.7752C145.005 40.7752 144.147 40.4419 143.68 39.7752C143.214 39.1086 142.979 38.0492 142.979 36.5969C142.979 35.1447 143.223 34.0979 143.709 33.4547C144.196 32.8115 145.023 32.489 146.192 32.489C146.922 32.489 147.711 32.5718 148.558 32.7358L148.981 32.8187L148.934 34.0781C147.992 33.9772 147.221 33.925 146.621 33.925C146.021 33.925 145.599 33.9952 145.356 34.1376C145.113 34.2781 144.934 34.5394 144.821 34.9195C144.707 35.2997 144.65 35.9519 144.65 36.8744C144.65 37.7969 144.763 38.4419 144.99 38.8113C145.217 39.1807 145.689 39.3644 146.403 39.3644L147.379 39.3176V37.7645H146.653V36.3501Z", fill: "white" }),
|
|
35
|
+
/* @__PURE__ */ C("path", { d: "M149.842 40.6347L151.644 32.6313H154.729L156.53 40.6347H154.905L154.588 39.1861H151.786L151.469 40.6347H149.842ZM152.904 33.9736L152.091 37.7753H154.28L153.467 33.9736H152.904Z", fill: "white" }),
|
|
36
|
+
/* @__PURE__ */ C("path", { d: "M157.599 40.6347V32.6313H160.365L161.777 38.469L163.19 32.6313H165.955V40.6347H164.33V34.4439H164.154L162.588 40.2815H160.963L159.397 34.4439H159.22V40.6347H157.599Z", fill: "white" }),
|
|
37
|
+
/* @__PURE__ */ C("path", { d: "M167.698 32.6313H172.876V34.0439H169.321V35.9159H172.17V37.305H169.321V39.2239H172.876V40.6365H167.698V32.6313Z", fill: "white" }),
|
|
38
|
+
/* @__PURE__ */ C("path", { d: "M179.267 33.9033C178.411 33.9033 177.984 34.1862 177.984 34.7502C177.984 35.0006 178.09 35.1934 178.301 35.3267C178.514 35.46 179.009 35.6528 179.789 35.9033C180.569 36.1537 181.117 36.4384 181.431 36.7573C181.744 37.0744 181.901 37.5627 181.901 38.2221C181.901 39.0617 181.645 39.6978 181.135 40.1284C180.625 40.559 179.959 40.7752 179.133 40.7752C178.521 40.7752 177.771 40.6815 176.885 40.4923L176.461 40.4094L176.625 39.15C177.678 39.2906 178.481 39.3626 179.038 39.3626C179.868 39.3626 180.285 39.0167 180.285 38.3266C180.285 38.0762 180.189 37.8798 179.996 37.7375C179.804 37.5969 179.422 37.4438 178.849 37.278C177.939 37.0186 177.297 36.7105 176.924 36.3537C176.551 35.997 176.366 35.5015 176.366 34.8655C176.366 34.0655 176.609 33.4691 177.096 33.0763C177.582 32.6836 178.249 32.4872 179.096 32.4872C179.676 32.4872 180.414 32.5646 181.308 32.7232L181.731 32.8061L181.602 34.0889C180.503 33.9664 179.723 33.9033 179.267 33.9033Z", fill: "white" }),
|
|
39
|
+
/* @__PURE__ */ C("path", { d: "M182.492 34.0673V32.6313H188.376V34.0673H186.257V40.6347H184.634V34.0673H182.492Z", fill: "white" }),
|
|
40
|
+
/* @__PURE__ */ C("path", { d: "M190.955 37.9627C190.955 38.896 191.428 39.3626 192.378 39.3626C193.328 39.3626 193.801 38.896 193.801 37.9627V32.6313H195.425V37.9284C195.425 38.9104 195.173 39.6293 194.666 40.0887C194.16 40.5482 193.396 40.777 192.376 40.777C191.356 40.777 190.592 40.5482 190.086 40.0887C189.58 39.6293 189.328 38.9104 189.328 37.9284V32.6313H190.953V37.9627H190.955Z", fill: "white" }),
|
|
41
|
+
/* @__PURE__ */ C("path", { d: "M199.794 40.6347H197.099V32.6313H199.794C200.484 32.6313 201.053 32.7034 201.5 32.8493C201.947 32.9953 202.295 33.2331 202.542 33.5682C202.788 33.9015 202.96 34.2943 203.053 34.7448C203.147 35.197 203.194 35.7826 203.194 36.5051C203.194 37.2276 203.151 37.8257 203.064 38.2996C202.978 38.7735 202.816 39.1987 202.576 39.5716C202.336 39.9446 201.989 40.2149 201.534 40.3842C201.08 40.5518 200.5 40.6347 199.794 40.6347ZM201.5 37.4582C201.516 37.2077 201.524 36.86 201.524 36.4168C201.524 35.9735 201.507 35.6186 201.477 35.3519C201.446 35.0853 201.371 34.842 201.253 34.6222C201.136 34.4024 200.962 34.2511 200.729 34.1682C200.497 34.0853 200.187 34.0439 199.794 34.0439H198.724V39.2221H199.794C200.383 39.2221 200.81 39.0726 201.077 38.7753C201.304 38.532 201.446 38.0924 201.5 37.4582Z", fill: "white" }),
|
|
42
|
+
/* @__PURE__ */ C("path", { d: "M204.608 40.6347V32.6313H206.233V40.6347H204.608Z", fill: "white" }),
|
|
43
|
+
/* @__PURE__ */ C("path", { d: "M213.513 39.7824C213.013 40.4455 212.158 40.777 210.941 40.777C209.725 40.777 208.868 40.4455 208.37 39.7824C207.871 39.1194 207.623 38.0816 207.623 36.669C207.623 35.2565 207.871 34.2078 208.37 33.5214C208.868 32.8349 209.725 32.4908 210.941 32.4908C212.158 32.4908 213.015 32.8331 213.513 33.5214C214.01 34.2078 214.26 35.2565 214.26 36.669C214.26 38.0816 214.01 39.1194 213.513 39.7824ZM209.641 38.7464C209.871 39.159 210.305 39.3644 210.941 39.3644C211.577 39.3644 212.01 39.159 212.242 38.7464C212.473 38.3338 212.59 37.6438 212.59 36.6744C212.59 35.7051 212.473 35.0006 212.237 34.561C212.001 34.1213 211.57 33.9015 210.943 33.9015C210.316 33.9015 209.884 34.1213 209.648 34.561C209.412 35.0006 209.295 35.7051 209.295 36.6744C209.293 37.6438 209.408 38.3338 209.641 38.7464Z", fill: "white" }),
|
|
44
|
+
/* @__PURE__ */ C("path", { d: "M218.109 33.9033C217.253 33.9033 216.826 34.1862 216.826 34.7502C216.826 35.0006 216.932 35.1934 217.143 35.3267C217.354 35.46 217.851 35.6528 218.631 35.9033C219.411 36.1537 219.959 36.4384 220.273 36.7573C220.586 37.0744 220.743 37.5627 220.743 38.2221C220.743 39.0617 220.487 39.6978 219.977 40.1284C219.467 40.559 218.801 40.7752 217.977 40.7752C217.365 40.7752 216.615 40.6815 215.729 40.4923L215.305 40.4094L215.469 39.15C216.521 39.2906 217.325 39.3626 217.882 39.3626C218.714 39.3626 219.13 39.0167 219.13 38.3266C219.13 38.0762 219.035 37.8798 218.842 37.7375C218.649 37.5969 218.267 37.4438 217.694 37.278C216.784 37.0186 216.143 36.7105 215.77 36.3537C215.397 35.997 215.212 35.5015 215.212 34.8655C215.212 34.0655 215.455 33.4691 215.941 33.0763C216.428 32.6836 217.094 32.4872 217.941 32.4872C218.521 32.4872 219.26 32.5646 220.154 32.7232L220.577 32.8061L220.447 34.0889C219.345 33.9664 218.563 33.9033 218.109 33.9033Z", fill: "white" }),
|
|
45
|
+
/* @__PURE__ */ C("path", { d: "M225.736 32.7322C226.175 32.4151 226.77 32.2547 227.519 32.2547C228.269 32.2547 228.851 32.4169 229.267 32.743C229.683 33.0691 229.89 33.5142 229.89 34.0781C229.89 34.6421 229.773 35.0871 229.537 35.4078C229.301 35.7303 228.881 36.1015 228.278 36.5267L229.431 37.6798C229.478 37.5627 229.525 37.3339 229.571 36.9969C229.618 36.66 229.645 36.3843 229.654 36.1735L231.184 36.2096C231.067 37.1195 230.867 37.9158 230.584 38.5987L231.903 39.7518L231.009 40.7752L229.761 39.7518C229.485 40.0509 229.135 40.2959 228.707 40.4869C228.28 40.6797 227.826 40.7752 227.346 40.7752C226.2 40.7752 225.386 40.5698 224.905 40.1572C224.422 39.7446 224.181 39.1356 224.181 38.3266C224.181 37.6906 224.314 37.1915 224.581 36.8258C224.847 36.4618 225.271 36.1645 225.853 35.9375C225.53 35.5447 225.321 35.2276 225.222 34.9844C225.123 34.7411 225.074 34.424 225.074 34.0313C225.076 33.4835 225.296 33.0493 225.736 32.7322ZM227.148 39.3644C227.462 39.3644 227.768 39.3212 228.067 39.2347C228.364 39.1482 228.573 39.0347 228.69 38.8942L226.654 36.8582C226.074 37.1411 225.784 37.5879 225.784 38.2005C225.784 38.9753 226.238 39.3644 227.148 39.3644ZM226.676 34.3862C226.676 34.6997 226.853 35.0456 227.206 35.4222L227.406 35.6348C227.728 35.3988 227.955 35.1898 228.089 35.0042C228.222 34.8204 228.289 34.5988 228.289 34.3394C228.289 33.8457 228.02 33.597 227.481 33.597C226.943 33.597 226.676 33.8601 226.676 34.3862Z", fill: "white" }),
|
|
46
|
+
/* @__PURE__ */ C("path", { d: "M238.423 38.305H237.105V40.6365H235.479V32.6331H238.422C240.321 32.6331 241.27 33.5592 241.27 35.4114C241.27 36.3447 241.029 37.0618 240.546 37.5591C240.065 38.0564 239.357 38.305 238.423 38.305ZM237.105 36.9159H238.411C239.22 36.9159 239.623 36.4132 239.623 35.4096C239.623 34.9159 239.524 34.561 239.33 34.3448C239.133 34.1286 238.827 34.0205 238.411 34.0205H237.105V36.9159Z", fill: "white" }),
|
|
47
|
+
/* @__PURE__ */ C("path", { d: "M242.414 40.6347V32.6313H244.04V39.1987H246.971V40.6347H242.414Z", fill: "white" }),
|
|
48
|
+
/* @__PURE__ */ C("path", { d: "M247.297 40.6347L249.097 32.6313H252.182L253.983 40.6347H252.358L252.041 39.1861H249.239L248.922 40.6347H247.297ZM250.358 33.9736L249.546 37.7753H251.735L250.922 33.9736H250.358Z", fill: "white" }),
|
|
49
|
+
/* @__PURE__ */ C("path", { d: "M257.655 40.6347H256.03V37.3987L253.558 32.6313H255.36L256.83 35.8204L258.302 32.6313H260.104L257.655 37.3987V40.6347Z", fill: "white" }),
|
|
50
|
+
/* @__PURE__ */ C("path", { d: "M260.987 32.6313H266.165V34.0439H262.61V35.9159H265.459V37.305H262.61V39.2239H266.165V40.6365H260.987V32.6313Z", fill: "white" }),
|
|
51
|
+
/* @__PURE__ */ C("path", { d: "M269.131 40.6365H267.505V32.6331H270.613C272.496 32.6331 273.439 33.5124 273.439 35.2691C273.439 36.3123 273.046 37.0816 272.262 37.5753L273.404 40.6347H271.628L270.698 37.9501H269.131V40.6365ZM271.496 36.2096C271.686 35.9735 271.779 35.6636 271.779 35.2799C271.779 34.8961 271.678 34.5898 271.478 34.361C271.278 34.134 270.99 34.0205 270.613 34.0205H269.131V36.5627H270.637C271.022 36.5627 271.309 36.4456 271.496 36.2096Z", fill: "white" }),
|
|
52
|
+
/* @__PURE__ */ C("path", { d: "M277.264 33.9033C276.408 33.9033 275.981 34.1862 275.981 34.7502C275.981 35.0006 276.087 35.1934 276.298 35.3267C276.509 35.46 277.006 35.6528 277.786 35.9033C278.566 36.1537 279.114 36.4384 279.428 36.7573C279.741 37.0744 279.898 37.5627 279.898 38.2221C279.898 39.0617 279.642 39.6978 279.132 40.1284C278.622 40.559 277.956 40.7752 277.132 40.7752C276.52 40.7752 275.77 40.6815 274.884 40.4923L274.46 40.4094L274.624 39.15C275.676 39.2906 276.48 39.3626 277.037 39.3626C277.869 39.3626 278.285 39.0167 278.285 38.3266C278.285 38.0762 278.19 37.8798 277.997 37.7375C277.804 37.5969 277.422 37.4438 276.849 37.278C275.939 37.0186 275.298 36.7105 274.925 36.3537C274.552 35.997 274.367 35.5015 274.367 34.8655C274.367 34.0655 274.61 33.4691 275.096 33.0763C275.583 32.6836 276.249 32.4872 277.096 32.4872C277.676 32.4872 278.415 32.5646 279.309 32.7232L279.732 32.8061L279.602 34.0889C278.5 33.9664 277.72 33.9033 277.264 33.9033Z", fill: "white" }),
|
|
53
|
+
/* @__PURE__ */ C("path", { d: "M10.9889 30.264L4.88093 13.4969C4.76742 13.1852 4.30798 13.2681 4.30798 13.5978V30.1613C4.30798 30.3252 4.17465 30.4567 4.01249 30.4567H0.295487C0.131528 30.4567 0 30.3252 0 30.1613V0.295487C0 0.133329 0.131528 0 0.295487 0H3.87556C3.99988 0 4.11159 0.0774752 4.15303 0.194589L10.2195 16.8878C10.333 17.1995 10.7925 17.1184 10.7925 16.7869V0.295487C10.7925 0.133329 10.9258 0 11.0898 0H14.805C14.9689 0 15.1004 0.131528 15.1004 0.295487V30.1613C15.1004 30.3252 14.9689 30.4567 14.805 30.4567H11.2663C11.142 30.4585 11.0303 30.3811 10.9889 30.264Z", fill: "white" }),
|
|
54
|
+
/* @__PURE__ */ C("path", { d: "M17.2806 30.1631V0.295487C17.2806 0.131528 17.4121 0 17.576 0H21.2913C21.4552 0 21.5867 0.131528 21.5867 0.295487V30.1613C21.5867 30.3252 21.4552 30.4567 21.2913 30.4567H17.576C17.4121 30.4585 17.2806 30.3252 17.2806 30.1631Z", fill: "white" }),
|
|
55
|
+
/* @__PURE__ */ C("path", { d: "M28.8424 30.1631V4.35482C28.8424 4.19087 28.7091 4.05934 28.5469 4.05934H24.0641C23.9002 4.05934 23.7687 3.92781 23.7687 3.76385V0.295487C23.7687 0.131528 23.902 0 24.0641 0H38.0259C38.1898 0 38.3214 0.131528 38.3214 0.295487V3.76205C38.3214 3.92601 38.1898 4.05754 38.0259 4.05754H33.444C33.2801 4.05754 33.1486 4.19087 33.1486 4.35302V30.1613C33.1486 30.3252 33.0152 30.4567 32.8531 30.4567H29.1379C28.9757 30.4567 28.8424 30.3252 28.8424 30.1631Z", fill: "white" }),
|
|
56
|
+
/* @__PURE__ */ C("path", { d: "M40.5033 30.1631V0.295487C40.5033 0.131528 40.6348 0 40.7988 0H48.067C50.067 0 51.7444 0.702682 53.0993 2.10624C54.456 3.5098 55.1407 5.20885 55.1407 7.2178V10.0538C55.1407 12.7726 54.029 14.8788 51.8075 16.3617C51.6958 16.4355 51.6471 16.5725 51.6885 16.7004L56.0632 30.0694C56.1262 30.2604 55.9839 30.4567 55.7821 30.4567H51.8489C51.7192 30.4567 51.6057 30.3739 51.566 30.2495L47.5986 17.6049C47.5607 17.4824 47.4454 17.3977 47.3157 17.3977H45.1032C44.9392 17.3977 44.8077 17.531 44.8077 17.6932V30.1613C44.8077 30.3252 44.6743 30.4567 44.5122 30.4567H40.797C40.6348 30.4585 40.5033 30.3252 40.5033 30.1631ZM50.0922 12.6266C50.103 12.6158 50.112 12.605 50.121 12.5924C50.3787 12.2591 50.5697 11.8861 50.6796 11.4735C50.7913 11.0519 50.8327 10.5745 50.8327 10.0556V7.20519C50.8327 6.26468 50.5805 5.49173 50.0634 4.91697C49.5463 4.34041 48.8184 4.04673 47.8833 4.04673H45.1032C44.9392 4.04673 44.8077 4.18005 44.8077 4.34221V13.2717C44.8077 13.4356 44.9392 13.5672 45.1032 13.5672H47.8418C48.7427 13.5654 49.4922 13.2483 50.0922 12.6266Z", fill: "white" }),
|
|
57
|
+
/* @__PURE__ */ C("path", { d: "M58.4433 30.1018L64.6413 0.236029C64.6683 0.0990961 64.7908 0 64.9296 0H68.6466C68.7853 0 68.906 0.0954926 68.9349 0.232425L75.5563 30.0982C75.5977 30.282 75.4572 30.4585 75.268 30.4585H71.2411C71.0988 30.4585 70.9763 30.3576 70.951 30.2171L69.8249 24.1434C69.7997 24.0029 69.6772 23.902 69.5349 23.902H64.4341C64.2918 23.902 64.1693 24.0029 64.144 24.1434L63.0179 30.2171C62.9927 30.3576 62.8702 30.4585 62.7278 30.4585H58.737C58.546 30.4585 58.4055 30.2856 58.4433 30.1018ZM65.2557 19.8553H68.625C68.8106 19.8553 68.9493 19.6877 68.9151 19.5057L67.2304 10.5709C67.1692 10.2501 66.7097 10.2501 66.6503 10.5709L64.9656 19.5057C64.9314 19.6877 65.0701 19.8553 65.2557 19.8553Z", fill: "white" }),
|
|
58
|
+
/* @__PURE__ */ C("path", { d: "M84.6497 0C86.5812 0 88.2586 0.688268 89.6568 2.07922C91.0693 3.47017 91.7684 5.12777 91.7684 7.08087V22.9272C91.7684 25.1182 91.0964 26.9307 89.7541 28.3361C88.4118 29.7559 86.6623 30.4567 84.5236 30.4567H78.1058C77.9418 30.4567 77.8103 30.3234 77.8103 30.1613V0.295487C77.8103 0.131528 77.9418 0 78.1058 0H84.6497ZM87.4622 22.9417V7.08087C87.4622 6.22324 87.1541 5.52236 86.5524 4.96021C85.9362 4.39807 85.2101 4.11699 84.3416 4.11699H82.4137C82.2498 4.11699 82.1183 4.25032 82.1183 4.41248V26.1434C82.1183 26.3073 82.2498 26.4388 82.4137 26.4388H84.2173C86.3848 26.4118 87.4622 25.2605 87.4622 22.9417Z", fill: "white" }),
|
|
59
|
+
/* @__PURE__ */ C("path", { d: "M95.2314 3.09901C95.9196 2.14408 96.7737 1.38374 97.8205 0.830606C98.8673 0.277469 99.9556 0 101.083 0C102.211 0 103.219 0.221615 104.182 0.677457C105.146 1.12069 105.945 1.74229 106.591 2.51704C107.226 3.29179 107.665 4.08096 107.914 4.89715C108.148 5.69893 108.272 6.58359 108.272 7.53851V22.7813C108.272 23.6804 108.19 24.4695 108.024 25.1326C107.858 25.81 107.514 26.5578 106.977 27.401C106.44 28.2316 105.654 28.9505 104.608 29.5595C103.561 30.154 102.431 30.4585 101.22 30.4585C99.815 30.4585 98.5358 30.0982 97.3647 29.3793C96.1953 28.6604 95.3683 27.8442 94.9143 26.9307C94.4458 26.0172 94.1702 25.2857 94.0873 24.7308C94.0044 24.1777 93.9503 23.5272 93.9503 22.7813V7.53851C93.9503 6.63944 94.0476 5.85208 94.2386 5.16021C94.4188 4.46833 94.7629 3.77646 95.2314 3.09901ZM103.494 5.4647C102.901 4.66292 102.13 4.24672 101.166 4.24672C100.656 4.24672 100.161 4.38545 99.6655 4.67554C99.17 4.96562 98.8259 5.27011 98.6331 5.61605C98.4403 5.96198 98.316 6.30792 98.2475 6.66647C98.1917 7.02682 98.1646 7.32951 98.1646 7.56554V22.8227C98.1646 23.1272 98.1917 23.4461 98.2331 23.8047C98.2745 24.165 98.5232 24.6479 98.9484 25.2569C99.3754 25.8659 100.12 26.1704 101.166 26.1704C101.703 26.1704 102.184 26.0461 102.613 25.783C103.04 25.5344 103.357 25.2443 103.55 24.911C103.743 24.5794 103.867 24.2749 103.921 23.9704C103.977 23.666 104.019 23.2786 104.019 22.8083V7.57995C104.019 6.98538 103.991 6.57097 103.95 6.32053C103.921 6.0863 103.755 5.79622 103.494 5.4647Z", fill: "white" }),
|
|
60
|
+
/* @__PURE__ */ C("path", { d: "M29.4316 37.8529H78.8427C79.1165 37.8529 79.2427 38.1916 79.0373 38.3718L54.3371 59.9261C54.2254 60.0234 54.0596 60.0234 53.9479 59.9261L29.237 38.37C29.0298 38.1916 29.1577 37.8529 29.4316 37.8529Z", fill: "white" })
|
|
61
|
+
] }),
|
|
62
|
+
/* @__PURE__ */ C("defs", { children: /* @__PURE__ */ C("clipPath", { id: "clip0_2357_245", children: /* @__PURE__ */ C("rect", { width: "279.898", height: "60", fill: "white" }) }) })
|
|
63
|
+
]
|
|
64
|
+
}
|
|
65
|
+
);
|
|
66
|
+
}
|
|
67
|
+
const L = i.memo(t);
|
|
68
|
+
export {
|
|
69
|
+
L as default
|
|
70
|
+
};
|