@cfx-dev/ui-components 5.0.24 → 5.0.26
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-Dy-zFg88.js} +5 -3
- package/dist/assets/css/Badge.css +1 -1
- package/dist/assets/css/BurgerMenu.css +1 -1
- package/dist/assets/css/Button.css +1 -1
- package/dist/assets/css/InputDropzone.css +1 -1
- package/dist/assets/general/global.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 +4 -1
- package/dist/components/BurgerMenu/BurgerMenu.js +75 -62
- package/dist/components/BurgerMenu/BurgerMenuButton.js +1 -1
- package/dist/components/BurgerMenu/BurgerMenuShowcase.js +44 -26
- package/dist/components/Button/Button.d.ts +2 -1
- package/dist/components/Button/Button.js +71 -65
- package/dist/components/Button/ButtonShowcase.js +46 -22
- 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/WhiteLogo.js +9 -9
- 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/WhiteLogo.js +8 -30
- 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/Shroud/Shroud.js +3 -3
- package/dist/components/Table/TableCell.js +35 -33
- 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/dist/styles-scss/tokens.scss +1 -1
- package/dist/utils/hooks/usePopoverController.js +25 -22
- 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,40 +1,18 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
function e(
|
|
4
|
-
return /* @__PURE__ */
|
|
1
|
+
import { jsx as L } from "react/jsx-runtime";
|
|
2
|
+
import t from "react";
|
|
3
|
+
function e(o) {
|
|
4
|
+
return /* @__PURE__ */ L(
|
|
5
5
|
"svg",
|
|
6
6
|
{
|
|
7
|
-
viewBox: "0 0
|
|
7
|
+
viewBox: "0 0 34 60",
|
|
8
8
|
fill: "none",
|
|
9
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
-
...
|
|
11
|
-
children:
|
|
12
|
-
/* @__PURE__ */ L(
|
|
13
|
-
"path",
|
|
14
|
-
{
|
|
15
|
-
d: "M18.3867 17.7033L18.1967 17.6833L18.5167 16.06L18.7533 14.8667L18.7767 14.7533L18.7833 14.7267L18.6267 14.7033L18.4667 14.68L18.1333 14.63L17.9 14.5967L15.67 14.2667L15.6433 14.3967L15.53 14.9333L15.5167 15L15.4533 15.3L15.4367 15.3867L15.0467 17.57H12.9667L13.0833 15.9833L13.1467 15.1367V15.0867L13.1533 15.0367L13.1733 14.7733L13.18 14.6933L13.4 11.6767V9.46L13.4167 9.04L13.43 8.71667L13.4433 8.47L13.4633 7.99L13.48 7.62333L13.49 7.37333L13.55 5.16L11.2433 5.08667L10.2933 5.05333L10.3033 5.29333L10.2767 5.75333V8.13333L10.2567 8.41L10.2233 8.77667V12.29L10.1367 12.48L10.1433 12.6567L10.0933 13.4533L10.06 13.9933L10 14.2633V14.7533L10.0067 14.9933V24.9967H20.3033V24.35L20.7633 17.5933L19.0867 17.7033H18.3867ZM12.8467 22L13.01 21.19V20.62L12.8467 20.24H17.8733L17.82 21.0233L17.8733 22H12.8467Z",
|
|
16
|
-
fill: "#F1F1E4"
|
|
17
|
-
}
|
|
18
|
-
),
|
|
19
|
-
/* @__PURE__ */ L(
|
|
20
|
-
"path",
|
|
21
|
-
{
|
|
22
|
-
d: "M10.25 5.81L10.2767 5.78333L10.25 5.75667V5.81Z",
|
|
23
|
-
fill: "#F1F1E4"
|
|
24
|
-
}
|
|
25
|
-
),
|
|
26
|
-
/* @__PURE__ */ L(
|
|
27
|
-
"path",
|
|
28
|
-
{
|
|
29
|
-
d: "M18.2 5L17.8733 5.94L17.78 6.22L17.4567 7.16L17.3633 7.43667L17.24 7.79L16.9567 8.62333L16.5767 9.94333L16.3733 10.9033L18.0167 11.15L19.62 11.3867L19.98 9.97L20.6233 6.69333L20.69 6.36L20.74 6.09333L20.84 5.59L20.96 5H18.2Z",
|
|
30
|
-
fill: "#F1F1E4"
|
|
31
|
-
}
|
|
32
|
-
)
|
|
33
|
-
]
|
|
10
|
+
...o,
|
|
11
|
+
children: /* @__PURE__ */ L("path", { d: "M20.376 13.719L21.195 10.869L22.047 8.367L22.413 7.311L22.698 6.477L23.247 4.881L23.664 3.663L23.946 2.817L24.921 0H33.27L33.063 0.621L32.838 1.77L32.661 3.072L32.388 4.08L32.187 5.085L31.377 9.225L20.37 13.722L20.376 13.719ZM27.585 38.112L32.616 37.785L31.233 58.056V59.997H0.345L0 44.391L0.129 36.225L0.114 33.516L0.324 30.567L0.507 26.991L0.609 25.371L0.762 22.986L0.741 22.458L0.861 18.399L0.996 15.201V12.099V11.346L1.026 11.01L1.098 10.236L1.158 9.402V2.268L1.239 0.885L1.209 0.165L4.014 0.255L5.862 0.315L10.935 0.48L10.752 7.119L10.731 7.872L10.677 8.97L10.62 10.413L10.581 11.157L10.539 12.123L10.488 13.383V20.031L10.095 25.374L9.822 29.079L9.804 29.316L9.747 30.111L9.735 30.264L9.723 30.411L9.537 32.952L9.186 37.71H15.426L16.278 32.952L16.599 31.161L16.647 30.897L16.839 29.997L16.881 29.796L17.223 28.188L17.307 27.795L18.141 23.856L29.112 19.425L26.655 29.187L26.64 29.262L26.574 29.601L25.869 33.18L24.909 38.052L25.479 38.112H27.582H27.585ZM23.946 51.003L23.784 48.075L23.946 45.726H8.862L9.054 47.604V49.311L8.862 51H23.946V51.003Z", fill: "#EBEBEB" })
|
|
34
12
|
}
|
|
35
13
|
);
|
|
36
14
|
}
|
|
37
|
-
const r =
|
|
15
|
+
const r = t.memo(e);
|
|
38
16
|
export {
|
|
39
17
|
r as default
|
|
40
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,33 @@
|
|
|
1
|
+
import { jsxs as L, jsx as C } from "react/jsx-runtime";
|
|
2
|
+
import t from "react";
|
|
3
|
+
function l(H) {
|
|
4
|
+
return /* @__PURE__ */ L(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 505 60",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...H,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ C("path", { d: "M337.327 13.7217C337.435 10.2224 334.548 8.23162 331.11 8.23162C323.216 8.23162 319.923 16.1795 319.923 22.8641C319.923 28.1397 322.481 31.1183 327.496 31.1183C332.098 31.1183 334.609 29.5563 336.072 25.1152H329.226L330.735 17.9024H346.263L341.922 38.3388H335.704L335.911 34.5792H335.811C333.56 37.665 331.003 39.1198 325 39.1198C317.894 39.1198 310.207 35.4138 310.207 22.8717C310.207 20.0463 311.623 0.245398 331.263 0.245398C340.674 0.245398 346.784 4.4797 346.524 13.7293H337.327V13.7217Z", fill: "white" }),
|
|
13
|
+
/* @__PURE__ */ C("path", { d: "M366.631 1.01876H376.455L382.573 38.3312H372.795L371.906 31.639H358.79L355.03 38.3312H344.839L366.631 1.01876ZM362.557 24.4338H371.072L369.663 11.0034H369.556L362.557 24.4338Z", fill: "white" }),
|
|
14
|
+
/* @__PURE__ */ C("path", { d: "M393.07 1.01876H406.455L408.231 27.6191H408.338L421.194 1.01876H434.571L426.784 38.3312H417.58L423.966 11.3863H423.859L409.747 38.3312H402.274L399.686 10.8962H399.586L394.433 38.3312H385.237L393.07 1.01876Z", fill: "white" }),
|
|
15
|
+
/* @__PURE__ */ C("path", { d: "M439.02 1.01876H468.813L467.029 9.38017H446.968L445.765 15.3373H464.265L462.695 22.8641H444.196L442.733 29.9698H462.963L461.187 38.3388H431.301L439.027 1.02642L439.02 1.01876Z", fill: "white" }),
|
|
16
|
+
/* @__PURE__ */ C("path", { d: "M476.217 25.789C476.217 29.8089 478.468 31.1183 483.063 31.1183C486.983 31.1183 488.606 29.4491 488.606 27.4123C488.606 23.6987 482.963 23.2852 479.096 21.9223C474.441 20.2454 470.674 17.7952 470.674 12.3051C470.674 3.8365 478.361 0.230069 485.834 0.230069C493.782 0.230069 500.52 3.15503 500.26 12.2515H490.536C490.536 10.8426 490.069 9.84722 489.234 9.21935C488.338 8.53788 487.036 8.22394 485.314 8.22394C482.909 8.22394 480.398 9.21935 480.398 11.57C480.398 13.9207 481.968 14.0815 487.197 15.4904C492.32 16.8993 498.323 19.5716 498.323 26.884C498.323 33.5226 492.419 39.1122 481.493 39.1122C472.611 39.1122 466.393 34.6175 466.493 25.789H476.217Z", fill: "white" }),
|
|
17
|
+
/* @__PURE__ */ C("path", { d: "M503.76 38.1625C503.178 38.7444 502.466 39.0354 501.639 39.0354C500.812 39.0354 500.1 38.7444 499.525 38.1625C498.951 37.5806 498.66 36.8685 498.66 36.0415C498.66 35.2146 498.951 34.5178 499.533 33.9359C500.107 33.3539 500.819 33.063 501.639 33.063C502.458 33.063 503.178 33.3539 503.76 33.9359C504.349 34.5178 504.632 35.2222 504.632 36.0415C504.632 36.8608 504.349 37.5729 503.76 38.1625ZM499.832 34.2268C499.326 34.7322 499.081 35.3371 499.081 36.0415C499.081 36.746 499.319 37.3662 499.832 37.8716C500.322 38.3769 500.934 38.6219 501.646 38.6219C502.358 38.6219 502.971 38.3693 503.469 37.8716C503.966 37.3662 504.219 36.7613 504.219 36.0415C504.219 35.3218 503.966 34.7322 503.469 34.2268C502.971 33.7291 502.358 33.4688 501.646 33.4688C500.934 33.4688 500.329 33.7215 499.832 34.2268ZM501.593 34.3953C501.999 34.3953 502.297 34.4336 502.489 34.5101C502.825 34.6556 503.002 34.9313 503.002 35.3448C503.002 35.6357 502.894 35.8578 502.68 35.9879C502.573 36.0645 502.404 36.1181 502.205 36.1487C502.466 36.187 502.649 36.2942 502.772 36.4627C502.887 36.6388 502.956 36.7996 502.956 36.968V37.2054C502.956 37.2743 502.956 37.3585 502.963 37.4428C502.963 37.5346 502.971 37.5882 502.986 37.6112L503.002 37.6495H502.466C502.466 37.6495 502.466 37.6265 502.466 37.6189C502.466 37.6036 502.466 37.5959 502.458 37.5806V37.481L502.45 37.2207C502.45 36.8379 502.351 36.5928 502.136 36.478C502.006 36.4091 501.799 36.3708 501.485 36.3708H501.034V37.6495H500.452V34.3723H501.608L501.593 34.3953ZM502.221 34.9313C502.067 34.847 501.838 34.8088 501.516 34.8088H501.018V35.9803H501.539C501.784 35.9803 501.968 35.9573 502.098 35.9037C502.328 35.8195 502.435 35.651 502.435 35.3983C502.435 35.161 502.358 35.0002 502.213 34.9236L502.221 34.9313Z", fill: "white" }),
|
|
18
|
+
/* @__PURE__ */ C("path", { d: "M7.76417 0.788934H26.1256C32.9479 0.788934 38.147 2.51941 38.147 10.498C38.147 16.1105 35.4747 20.0998 29.5942 20.9344V21.0416C32.3813 21.7231 33.4303 23.6603 33.4303 27.282C33.4303 30.0079 33.2772 32.1136 33.2772 34.2652C33.2772 35.5822 33.2772 37.2055 33.8591 38.2468H24.0429C23.8821 37.5118 23.7289 36.8379 23.7289 36.0952C23.7289 34.1503 23.9893 32.1595 23.9893 29.6404C23.9893 26.3326 22.5727 24.6021 19.1118 24.6021H12.611L9.77795 38.2392H0L7.76417 0.788934ZM14.0659 17.3663H21.83C25.3446 17.3663 28.3844 16.2637 28.3844 12.2284C28.3844 9.02783 25.7121 8.34636 23.1394 8.34636H15.9571L14.0659 17.3663Z", fill: "white" }),
|
|
19
|
+
/* @__PURE__ */ C("path", { d: "M60.7735 0.000244141C67.2743 0.000244141 77.458 2.41985 77.458 15.8502C77.458 29.2805 69.6862 39.0431 56.2559 39.0431C45.8118 39.0431 39.7781 32.9022 39.7781 22.4658C39.7781 10.0232 47.8639 0.000244141 60.7735 0.000244141ZM57.0446 31.011C64.0813 31.011 67.6954 22.6113 67.6954 16.6848C67.6954 11.1182 65.7046 8.02475 60.4596 8.02475C52.8945 8.02475 49.5407 16.3096 49.5407 22.5041C49.5407 27.328 51.8531 31.0033 57.0369 31.0033", fill: "white" }),
|
|
20
|
+
/* @__PURE__ */ C("path", { d: "M106.784 14.2728C107.205 10.8042 105.314 8.0324 100.75 8.0324C93.3536 8.0324 90.5741 16.5852 90.5741 22.5117C90.5741 27.3356 91.9907 31.011 97.496 31.011C101.592 31.011 104.747 28.1779 105.421 24.3953H115.184C113.086 33.9972 107.052 39.0355 96.1331 39.0355C90.2066 39.0355 80.8191 36.0416 80.8191 22.1442C80.8191 10.0768 88.2158 0.000244141 100.911 0.000244141C110.306 0.000244141 116.654 4.41066 116.547 14.2728H106.784Z", fill: "white" }),
|
|
21
|
+
/* @__PURE__ */ C("path", { d: "M125.23 0.788934H134.992L131.899 15.475H131.998L147.266 0.788934H160.176L142.289 16.2177L153.407 38.2468H142.289L134.571 22.5118L129.479 26.8609L127.067 38.2468H117.312L125.23 0.788934Z", fill: "white" }),
|
|
22
|
+
/* @__PURE__ */ C("path", { d: "M164.533 25.6587C164.533 29.7016 166.784 31.011 171.401 31.011C175.337 31.011 176.968 29.3341 176.968 27.282C176.968 23.5607 171.302 23.1396 167.42 21.7767C162.749 20.0998 158.974 17.6342 158.974 12.1212C158.974 3.62199 166.685 0.000244141 174.189 0.000244141C182.167 0.000244141 188.928 2.94052 188.668 12.0676H178.913C178.913 10.6511 178.438 9.65568 177.604 9.02781C176.708 8.34634 175.398 8.0324 173.668 8.0324C171.256 8.0324 168.729 9.02781 168.729 11.3938C168.729 13.7598 170.299 13.913 175.551 15.3295C180.697 16.746 186.731 19.4183 186.731 26.769C186.731 33.4306 180.796 39.0431 169.839 39.0431C160.919 39.0431 154.679 34.5332 154.778 25.6664H164.541L164.533 25.6587Z", fill: "white" }),
|
|
23
|
+
/* @__PURE__ */ C("path", { d: "M223.629 9.18863H212.611L206.47 38.2468H196.715L202.848 9.18863H191.838L193.507 0.788934H225.314L223.629 9.18863Z", fill: "white" }),
|
|
24
|
+
/* @__PURE__ */ C("path", { d: "M235.322 0.788934H245.184L251.325 38.2468H241.516L240.62 31.5317H227.45L223.675 38.2468H213.438L235.322 0.788934ZM231.225 24.2958H239.778L238.369 10.8119H238.254L231.225 24.2958Z", fill: "white" }),
|
|
25
|
+
/* @__PURE__ */ C("path", { d: "M311.937 39.1809H299.318C299.104 37.8486 297.32 26.5929 297.32 26.5929C297.32 26.5929 290.413 38.2697 289.923 39.0967H288.545C287.71 37.6495 287.373 35.5285 287.373 34.2345C287.373 32.0906 287.534 29.9926 287.534 27.259C287.534 23.6373 286.47 21.7001 283.629 21.0186V20.9114C289.655 20.0691 292.396 16.0798 292.396 10.4596C292.396 2.46576 287.083 0.735283 280.122 0.735283H261.393L253.468 38.2315H263.422L266.302 24.5867H272.925C276.447 24.5867 277.894 26.3096 277.894 29.6174C277.894 32.1365 277.634 34.1273 277.634 36.0645C277.634 36.7843 277.802 38.4535 278.292 39.0967C278.292 39.0967 284.724 45.9037 285.475 46.6847C285 47.7108 279.28 60.0002 279.28 60.0002C279.28 60.0002 291.554 52.7108 292.527 52.1365C293.392 52.8027 302.389 59.7169 302.389 59.7169C302.389 59.7169 300.697 48.1625 300.559 47.1518C301.393 46.5699 311.937 39.1809 311.937 39.1809ZM275.903 17.5653H267.986L269.877 8.52242H277.236C279.854 8.52242 282.58 9.20389 282.58 12.4122C282.58 16.455 279.479 17.5576 275.896 17.5576L275.903 17.5653ZM292.657 49.916L283.445 55.3907C284.885 52.2896 287.664 46.3249 287.664 46.3249C287.664 46.3249 284.234 42.7184 282.527 40.919H290.972C290.972 40.919 294.663 34.6786 296.309 31.8991C296.784 34.8624 297.756 41.0109 297.756 41.0109H306.133C303.468 42.8716 298.576 46.3019 298.576 46.3019C298.576 46.3019 299.517 52.6878 299.931 55.5056C297.687 53.7828 292.657 49.9236 292.657 49.9236V49.916Z", fill: "white" })
|
|
26
|
+
]
|
|
27
|
+
}
|
|
28
|
+
);
|
|
29
|
+
}
|
|
30
|
+
const e = t.memo(l);
|
|
31
|
+
export {
|
|
32
|
+
e as default
|
|
33
|
+
};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { jsxs as L, jsx as C } from "react/jsx-runtime";
|
|
2
|
+
import t from "react";
|
|
3
|
+
function l(H) {
|
|
4
|
+
return /* @__PURE__ */ L(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 312 82",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...H,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ C("path", { d: "M72.9086 55.6678C73.0158 52.1776 70.1285 50.192 66.6899 50.192C58.794 50.192 55.5008 58.1194 55.5008 64.7866C55.5008 70.0486 58.0587 73.0195 63.0751 73.0195C67.6778 73.0195 70.1898 71.4615 71.6526 67.0319H64.8059L66.3146 59.8377H81.8461L77.5037 80.2214H71.285L71.4918 76.4715H71.3922C69.1406 79.5493 66.5827 81.008 60.5784 81.008C53.4713 81.008 45.7821 77.304 45.7821 64.8019C45.7821 61.9838 47.199 42.234 66.843 42.234C76.2554 42.234 82.3668 46.4574 82.1065 55.6831H72.9086V55.6678Z", fill: "white" }),
|
|
13
|
+
/* @__PURE__ */ C("path", { d: "M102.218 43.0049H112.044L118.163 80.2209H108.383L107.495 73.546H94.376L90.6156 80.2209H80.4222L102.218 43.0049ZM98.144 66.3518H106.66L105.251 52.9562H105.144L98.144 66.3518Z", fill: "white" }),
|
|
14
|
+
/* @__PURE__ */ C("path", { d: "M128.655 43.0049H142.042L143.819 69.5288H143.926L156.785 43.0049H170.164L162.376 80.2209H153.17L159.557 53.3456H159.45L145.336 80.2209H137.861L135.272 52.8569H135.173L130.019 80.2209H120.821L128.655 43.0049Z", fill: "white" }),
|
|
15
|
+
/* @__PURE__ */ C("path", { d: "M174.614 43.0049H204.413L202.629 51.3447H182.564L181.361 57.2864H199.864L198.294 64.7938H179.791L178.328 71.8811H198.562L196.785 80.2285H166.894L174.622 43.0125L174.614 43.0049Z", fill: "white" }),
|
|
16
|
+
/* @__PURE__ */ C("path", { d: "M211.827 67.7112C211.827 71.7207 214.078 73.0267 218.674 73.0267C222.595 73.0267 224.218 71.3618 224.218 69.3303C224.218 65.6262 218.574 65.2138 214.706 63.8544C210.05 62.1819 206.282 59.738 206.282 54.2621C206.282 45.823 213.971 42.2183 221.446 42.2183C229.395 42.2183 236.135 45.1357 235.875 54.2087H226.148C226.148 52.8034 225.681 51.8106 224.846 51.1843C223.95 50.5046 222.648 50.1915 220.925 50.1915C218.52 50.1915 216.008 51.1843 216.008 53.5289C216.008 55.8736 217.578 56.0339 222.809 57.4392C227.933 58.8444 233.937 61.5098 233.937 68.8033C233.937 75.4248 228.032 80.9999 217.104 80.9999C208.22 80.9999 202.001 76.5169 202.101 67.7112H211.827Z", fill: "white" }),
|
|
17
|
+
/* @__PURE__ */ C("path", { d: "M239.374 80.0452C238.792 80.6257 238.08 80.9159 237.253 80.9159C236.426 80.9159 235.714 80.6257 235.139 80.0452C234.565 79.4648 234.274 78.7546 234.274 77.9297C234.274 77.1049 234.565 76.4099 235.147 75.8295C235.721 75.2491 236.433 74.9589 237.253 74.9589C238.072 74.9589 238.792 75.2491 239.374 75.8295C239.964 76.4099 240.247 77.1126 240.247 77.9297C240.247 78.7469 239.964 79.4572 239.374 80.0452ZM235.438 76.1274C234.932 76.6314 234.687 77.2348 234.687 77.9374C234.687 78.64 234.925 79.2586 235.438 79.7627C235.928 80.2591 236.541 80.5111 237.253 80.5111C237.965 80.5111 238.578 80.2591 239.076 79.7627C239.573 79.2586 239.826 78.6553 239.826 77.9374C239.826 77.2195 239.573 76.6314 239.076 76.1274C238.578 75.631 237.965 75.3713 237.253 75.3713C236.541 75.3713 235.936 75.6233 235.438 76.1274ZM237.207 76.2954C237.613 76.2954 237.912 76.3336 238.103 76.4099C238.44 76.555 238.616 76.83 238.616 77.2424C238.616 77.5326 238.509 77.7541 238.294 77.8839C238.187 77.9603 238.019 78.0138 237.82 78.0443C238.08 78.0825 238.264 78.1894 238.386 78.3574C238.501 78.5331 238.57 78.6935 238.57 78.8615V79.0982C238.57 79.167 238.57 79.251 238.578 79.335C238.578 79.4266 238.585 79.4801 238.601 79.503L238.616 79.5412H238.08C238.08 79.5412 238.08 79.5183 238.08 79.5106C238.08 79.4954 238.08 79.4877 238.072 79.4725V79.3732L238.065 79.1135C238.065 78.7316 237.965 78.4873 237.751 78.3727C237.621 78.304 237.414 78.2658 237.1 78.2658H236.648V79.5412H236.066V76.2725H237.222L237.207 76.2954ZM237.835 76.8223C237.682 76.7383 237.452 76.7002 237.13 76.7002H236.633V77.8686H237.153C237.398 77.8686 237.582 77.8457 237.712 77.7923C237.942 77.7083 238.049 77.5402 238.049 77.2882C238.049 77.0515 237.973 76.8911 237.827 76.8147L237.835 76.8223Z", fill: "white" }),
|
|
18
|
+
/* @__PURE__ */ C("path", { d: "M7.76573 0.786635H26.1308C32.9546 0.786635 38.1547 2.51264 38.1547 10.4706C38.1547 16.0686 35.4819 20.0476 29.6001 20.8801V20.987C32.3878 21.6667 33.437 23.5989 33.437 27.2113C33.437 29.9301 33.2762 32.0304 33.2762 34.1764C33.2762 35.49 33.2762 37.1091 33.8583 38.1478H24.0401C23.8792 37.4146 23.7261 36.7425 23.7261 36.0093C23.7261 34.0695 23.9864 32.0838 23.9864 29.5712C23.9864 26.2719 22.5696 24.5459 19.108 24.5459H12.6059L9.77226 38.1478H0L7.76573 0.786635ZM14.0687 17.3211H21.8344C25.3497 17.3211 28.3901 16.2214 28.3901 12.1966C28.3901 9.00425 25.7173 8.32454 23.144 8.32454H15.9603L14.0687 17.3211Z", fill: "white" }),
|
|
19
|
+
/* @__PURE__ */ C("path", { d: "M60.7859 0C67.288 0 77.4738 2.41335 77.4738 15.809C77.4738 29.2046 69.7004 38.942 56.2674 38.942C45.8212 38.942 39.7863 32.817 39.7863 22.4075C39.7863 9.99708 47.8737 0 60.7859 0ZM57.0562 30.9306C64.0944 30.9306 67.7092 22.5526 67.7092 16.6414C67.7092 11.0892 65.718 8.00377 60.4719 8.00377C52.9053 8.00377 49.5509 16.2672 49.5509 22.4457C49.5509 27.2571 51.8638 30.923 57.0486 30.923", fill: "white" }),
|
|
20
|
+
/* @__PURE__ */ C("path", { d: "M106.806 14.2357C107.227 10.7761 105.335 8.01141 100.771 8.01141C93.3726 8.01141 90.5925 16.5421 90.5925 22.4533C90.5925 27.2648 92.0094 30.9306 97.5158 30.9306C101.613 30.9306 104.768 28.1048 105.442 24.3321H115.207C113.109 33.9091 107.074 38.9344 96.1526 38.9344C90.2249 38.9344 80.8356 35.9482 80.8356 22.0867C80.8356 10.0505 88.2337 0 100.932 0C110.329 0 116.677 4.39902 116.57 14.2357H106.806Z", fill: "white" }),
|
|
21
|
+
/* @__PURE__ */ C("path", { d: "M125.255 0.786635H135.02L131.926 15.4348H132.025L147.296 0.786635H160.209L142.318 16.1756L153.438 38.1478H142.318L134.599 22.4533L129.506 26.7913L127.093 38.1478H117.336L125.255 0.786635Z", fill: "white" }),
|
|
22
|
+
/* @__PURE__ */ C("path", { d: "M164.566 25.5922C164.566 29.6246 166.818 30.9306 171.436 30.9306C175.372 30.9306 177.004 29.2581 177.004 27.2113C177.004 23.4996 171.336 23.0796 167.453 21.7202C162.782 20.0476 159.006 17.5884 159.006 12.0897C159.006 3.61239 166.718 0 174.224 0C182.204 0 188.966 2.93268 188.706 12.0362H178.949C178.949 10.6233 178.474 9.63049 177.639 9.00424C176.743 8.32453 175.434 8.01141 173.703 8.01141C171.29 8.01141 168.763 9.00424 168.763 11.3641C168.763 13.724 170.333 13.8768 175.587 15.2896C180.733 16.7025 186.768 19.3679 186.768 26.6996C186.768 33.344 180.833 38.942 169.874 38.942C160.951 38.942 154.71 34.4437 154.809 25.5998H164.574L164.566 25.5922Z", fill: "white" }),
|
|
23
|
+
/* @__PURE__ */ C("path", { d: "M223.675 9.16463H212.654L206.512 38.1478H196.755L202.889 9.16463H191.876L193.546 0.786635H225.359L223.675 9.16463Z", fill: "white" }),
|
|
24
|
+
/* @__PURE__ */ C("path", { d: "M235.369 0.786635H245.233L251.375 38.1478H241.565L240.669 31.4499H227.496L223.72 38.1478H213.481L235.369 0.786635ZM231.272 24.2328H239.826L238.417 10.7837H238.302L231.272 24.2328Z", fill: "white" }),
|
|
25
|
+
/* @__PURE__ */ C("path", { d: "M312 39.0794H299.379C299.164 37.7505 297.38 26.5238 297.38 26.5238C297.38 26.5238 290.472 38.1629 289.982 38.9954H288.603C287.768 37.5519 287.431 35.4364 287.431 34.1458C287.431 32.0073 287.592 29.9148 287.592 27.1883C287.592 23.5759 286.528 21.6437 283.686 20.964V20.8571C289.714 20.017 292.455 16.038 292.455 10.4323C292.455 2.45907 287.14 0.733066 280.179 0.733066H261.446L253.519 38.1324H263.475L266.355 24.5305H272.98C276.503 24.5305 277.95 26.2489 277.95 29.5482C277.95 32.0608 277.69 34.0465 277.69 35.9787C277.69 36.6966 277.858 38.3615 278.348 39.003C278.348 39.003 284.781 45.7925 285.532 46.5715C285.057 47.5948 279.336 59.8525 279.336 59.8525C279.336 59.8525 291.613 52.5819 292.585 52.0015C293.451 52.6736 302.45 59.5623 302.45 59.5623C302.45 59.5623 300.757 48.0378 300.619 47.0297C301.454 46.4493 312 39.0794 312 39.0794ZM275.959 17.5196H268.04L269.932 8.50008H277.291C279.911 8.50008 282.637 9.17979 282.637 12.3798C282.637 16.4122 279.535 17.512 275.951 17.512L275.959 17.5196ZM292.716 49.7867L283.502 55.2473C284.942 52.1542 287.722 46.2049 287.722 46.2049C287.722 46.2049 284.291 42.6078 282.583 40.813H291.031C291.031 40.813 294.722 34.5887 296.369 31.8164C296.844 34.772 297.816 40.9047 297.816 40.9047H306.195C303.529 42.7605 298.636 46.1743 298.636 46.1743C298.636 46.1743 299.578 52.5437 299.991 55.3542C297.747 53.6359 292.716 49.7867 292.716 49.7867Z", fill: "white" })
|
|
26
|
+
]
|
|
27
|
+
}
|
|
28
|
+
);
|
|
29
|
+
}
|
|
30
|
+
const e = t.memo(l);
|
|
31
|
+
export {
|
|
32
|
+
e as default
|
|
33
|
+
};
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
import { default as
|
|
1
|
+
import { default as o } from "./Icon.js";
|
|
2
|
+
import { default as t } from "./Wordmark.js";
|
|
3
|
+
import { default as d } from "./WordmarkVertical.js";
|
|
2
4
|
export {
|
|
3
|
-
|
|
5
|
+
o as Icon,
|
|
6
|
+
t as Wordmark,
|
|
7
|
+
d as WordmarkVertical
|
|
4
8
|
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsxs as t, jsx as i } from "react/jsx-runtime";
|
|
2
|
+
import e from "react";
|
|
3
|
+
function h(l) {
|
|
4
|
+
return /* @__PURE__ */ t(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 55 60",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...l,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ t("g", { clipPath: "url(#clip0_2357_569)", children: [
|
|
13
|
+
/* @__PURE__ */ i("path", { d: "M29.1604 34.8466L0.378811 58.2943C0.351735 58.3214 0.297584 58.3485 0.270508 58.3755L23.2037 33.1409C24.5846 33.5199 27.7525 34.4405 29.1604 34.8466Z", fill: "white" }),
|
|
14
|
+
/* @__PURE__ */ i("path", { d: "M54.4491 1.65161L31.6513 26.7238C30.3245 26.3448 27.3191 25.5325 25.9653 25.1263L43.8624 10.3971L49.1422 6.03789L54.3679 1.70576C54.3949 1.67869 54.4491 1.65161 54.4491 1.65161Z", fill: "white" }),
|
|
15
|
+
/* @__PURE__ */ i("path", { d: "M54.449 0.297828C54.4219 0.270752 54.4219 0.270752 54.4219 0.270752L54.449 0.297828Z", fill: "white" }),
|
|
16
|
+
/* @__PURE__ */ i("path", { d: "M54.7201 1.08297C54.693 1.32665 54.5576 1.57033 54.3681 1.73279L49.1425 6.06492L43.8627 10.397L27.0757 24.2869C26.6695 24.6389 26.8049 25.3158 27.3194 25.4512L29.5667 26.101C30.1353 26.2635 31.0558 26.5342 31.6244 26.6967L45.6768 30.7581C46.0558 30.8664 46.3266 31.1913 46.3807 31.5433C46.4349 31.9223 46.2454 32.3014 45.9204 32.4909L1.51612 59.8375C0.48724 60.4873 -0.568717 59.0794 0.351861 58.2942L5.36089 54.2057L10.4241 50.0631L28.0775 35.6588C28.5107 35.3068 28.3482 34.6299 27.8338 34.4945L25.2616 33.7635C24.693 33.601 23.7724 33.3303 23.1768 33.1678L8.93489 29.1877C8.12262 28.9981 7.98724 27.8609 8.69121 27.4277L53.1768 0.189466C53.8807 -0.297899 54.8013 0.243618 54.7201 1.08297Z", fill: "white" })
|
|
17
|
+
] }),
|
|
18
|
+
/* @__PURE__ */ i("defs", { children: /* @__PURE__ */ i("clipPath", { id: "clip0_2357_569", children: /* @__PURE__ */ i("rect", { width: "54.7202", height: "60", fill: "white" }) }) })
|
|
19
|
+
]
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
}
|
|
23
|
+
const c = e.memo(h);
|
|
24
|
+
export {
|
|
25
|
+
c as default
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsxs as i, jsx as l } from "react/jsx-runtime";
|
|
2
|
+
import L from "react";
|
|
3
|
+
function e(t) {
|
|
4
|
+
return /* @__PURE__ */ i(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 55 60",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...t,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ i("g", { clipPath: "url(#clip0_2357_532)", children: [
|
|
13
|
+
/* @__PURE__ */ l("path", { d: "M29.1604 34.8466L0.378811 58.2943C0.351735 58.3214 0.297584 58.3485 0.270508 58.3755L23.2037 33.1409C24.5846 33.5199 27.7525 34.4405 29.1604 34.8466Z", fill: "#DDDDDD" }),
|
|
14
|
+
/* @__PURE__ */ l("path", { d: "M54.4491 1.65161L31.6513 26.7238C30.3245 26.3448 27.3191 25.5325 25.9653 25.1263L43.8624 10.3971L49.1422 6.03789L54.3679 1.70576C54.3949 1.67869 54.4491 1.65161 54.4491 1.65161Z", fill: "#DDDDDD" }),
|
|
15
|
+
/* @__PURE__ */ l("path", { d: "M54.449 0.297828C54.4219 0.270752 54.4219 0.270752 54.4219 0.270752L54.449 0.297828Z", fill: "#DDDDDD" }),
|
|
16
|
+
/* @__PURE__ */ l("path", { d: "M54.7201 1.08297C54.693 1.32665 54.5576 1.57033 54.3681 1.73279L49.1425 6.06492L43.8627 10.397L27.0757 24.2869C26.6695 24.6389 26.8049 25.3158 27.3194 25.4512L29.5667 26.101C30.1353 26.2635 31.0558 26.5342 31.6244 26.6967L45.6768 30.7581C46.0558 30.8664 46.3266 31.1913 46.3807 31.5433C46.4349 31.9223 46.2454 32.3014 45.9204 32.4909L1.51612 59.8375C0.48724 60.4873 -0.568717 59.0794 0.351861 58.2942L5.36089 54.2057L10.4241 50.0631L28.0775 35.6588C28.5107 35.3068 28.3482 34.6299 27.8338 34.4945L25.2616 33.7635C24.693 33.601 23.7724 33.3303 23.1768 33.1678L8.93489 29.1877C8.12262 28.9981 7.98724 27.8609 8.69121 27.4277L53.1768 0.189466C53.8807 -0.297899 54.8013 0.243618 54.7201 1.08297Z", fill: "white" })
|
|
17
|
+
] }),
|
|
18
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_2357_532", children: /* @__PURE__ */ l("rect", { width: "54.7202", height: "60", fill: "white" }) }) })
|
|
19
|
+
]
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
}
|
|
23
|
+
const C = L.memo(e);
|
|
24
|
+
export {
|
|
25
|
+
C as default
|
|
26
|
+
};
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { jsxs as t, jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import e from "react";
|
|
3
|
+
function r(s) {
|
|
4
|
+
return /* @__PURE__ */ t(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 55 60",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...s,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ t("g", { clipPath: "url(#clip0_2357_534)", children: [
|
|
13
|
+
/* @__PURE__ */ o("path", { d: "M29.1604 34.8466L0.378811 58.2943C0.351735 58.3214 0.297584 58.3485 0.270508 58.3755L23.2037 33.1409C24.5846 33.5199 27.7525 34.4405 29.1604 34.8466Z", fill: "url(#paint0_linear_2357_534)" }),
|
|
14
|
+
/* @__PURE__ */ o("path", { d: "M54.4496 1.65161L31.6517 26.7238C30.325 26.3448 27.3196 25.5325 25.9658 25.1263L43.8629 10.3971L49.1427 6.03789L54.3683 1.70576C54.3954 1.67869 54.4496 1.65161 54.4496 1.65161Z", fill: "url(#paint1_linear_2357_534)" }),
|
|
15
|
+
/* @__PURE__ */ o("path", { d: "M54.4494 0.297828C54.4224 0.270752 54.4224 0.270752 54.4224 0.270752L54.4494 0.297828Z", fill: "url(#paint2_linear_2357_534)" }),
|
|
16
|
+
/* @__PURE__ */ o("path", { d: "M54.7201 1.08297C54.693 1.32665 54.5576 1.57033 54.3681 1.73279L49.1425 6.06492L43.8627 10.397L27.0757 24.2869C26.6695 24.6389 26.8049 25.3158 27.3194 25.4512L29.5667 26.101C30.1353 26.2635 31.0558 26.5342 31.6244 26.6967L45.6768 30.7581C46.0558 30.8664 46.3266 31.1913 46.3807 31.5433C46.4349 31.9223 46.2454 32.3014 45.9204 32.4909L1.51612 59.8375C0.48724 60.4873 -0.568717 59.0794 0.351861 58.2942L5.36089 54.2057L10.4241 50.0631L28.0775 35.6588C28.5107 35.3068 28.3482 34.6299 27.8338 34.4945L25.2616 33.7635C24.693 33.601 23.7724 33.3303 23.1768 33.1678L8.93489 29.1877C8.12262 28.9981 7.98724 27.8609 8.69121 27.4277L53.1768 0.189466C53.8807 -0.297899 54.8013 0.243618 54.7201 1.08297Z", fill: "url(#paint3_linear_2357_534)" })
|
|
17
|
+
] }),
|
|
18
|
+
/* @__PURE__ */ t("defs", { children: [
|
|
19
|
+
/* @__PURE__ */ t("linearGradient", { id: "paint0_linear_2357_534", x1: "27.4717", y1: "31.5773", x2: "-1.16993", y2: "65.3218", gradientUnits: "userSpaceOnUse", children: [
|
|
20
|
+
/* @__PURE__ */ o("stop", { stopColor: "#208CEE" }),
|
|
21
|
+
/* @__PURE__ */ o("stop", { offset: "0.1", stopColor: "#1F84E5" }),
|
|
22
|
+
/* @__PURE__ */ o("stop", { offset: "0.7", stopColor: "#1F5BBC" }),
|
|
23
|
+
/* @__PURE__ */ o("stop", { offset: "1", stopColor: "#1F4CAC" })
|
|
24
|
+
] }),
|
|
25
|
+
/* @__PURE__ */ t("linearGradient", { id: "paint1_linear_2357_534", x1: "27.4351", y1: "27.1495", x2: "66.8174", y2: "-5.56617", gradientUnits: "userSpaceOnUse", children: [
|
|
26
|
+
/* @__PURE__ */ o("stop", { stopColor: "#188BFF" }),
|
|
27
|
+
/* @__PURE__ */ o("stop", { offset: "0.45", stopColor: "#0BC0FF" }),
|
|
28
|
+
/* @__PURE__ */ o("stop", { offset: "0.81", stopColor: "#03E5FF" }),
|
|
29
|
+
/* @__PURE__ */ o("stop", { offset: "1", stopColor: "#00F3FF" })
|
|
30
|
+
] }),
|
|
31
|
+
/* @__PURE__ */ t("linearGradient", { id: "paint2_linear_2357_534", x1: "27.4333", y1: "27.1495", x2: "66.816", y2: "-5.56853", gradientUnits: "userSpaceOnUse", children: [
|
|
32
|
+
/* @__PURE__ */ o("stop", { stopColor: "#188BFF" }),
|
|
33
|
+
/* @__PURE__ */ o("stop", { offset: "0.45", stopColor: "#0BC0FF" }),
|
|
34
|
+
/* @__PURE__ */ o("stop", { offset: "0.81", stopColor: "#03E5FF" }),
|
|
35
|
+
/* @__PURE__ */ o("stop", { offset: "1", stopColor: "#00F3FF" })
|
|
36
|
+
] }),
|
|
37
|
+
/* @__PURE__ */ t("linearGradient", { id: "paint3_linear_2357_534", x1: "8.19673", y1: "62.2372", x2: "46.8795", y2: "-2.94735", gradientUnits: "userSpaceOnUse", children: [
|
|
38
|
+
/* @__PURE__ */ o("stop", { stopColor: "#2275FF" }),
|
|
39
|
+
/* @__PURE__ */ o("stop", { offset: "0.13", stopColor: "#2179FD" }),
|
|
40
|
+
/* @__PURE__ */ o("stop", { offset: "0.28", stopColor: "#2186FA" }),
|
|
41
|
+
/* @__PURE__ */ o("stop", { offset: "0.43", stopColor: "#209CF3" }),
|
|
42
|
+
/* @__PURE__ */ o("stop", { offset: "0.49", stopColor: "#20A6F1" }),
|
|
43
|
+
/* @__PURE__ */ o("stop", { offset: "1", stopColor: "#18F2F8" })
|
|
44
|
+
] }),
|
|
45
|
+
/* @__PURE__ */ o("clipPath", { id: "clip0_2357_534", children: /* @__PURE__ */ o("rect", { width: "54.7202", height: "60", fill: "white" }) })
|
|
46
|
+
] })
|
|
47
|
+
]
|
|
48
|
+
}
|
|
49
|
+
);
|
|
50
|
+
}
|
|
51
|
+
const p = e.memo(r);
|
|
52
|
+
export {
|
|
53
|
+
p as default
|
|
54
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { jsxs as L, jsx as C } from "react/jsx-runtime";
|
|
2
|
+
import i from "react";
|
|
3
|
+
function t(H) {
|
|
4
|
+
return /* @__PURE__ */ L(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 279 60",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...H,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ L("g", { clipPath: "url(#clip0_2357_595)", children: [
|
|
13
|
+
/* @__PURE__ */ C("path", { d: "M70.408 22.7296C69.8613 23.162 69.6153 23.7566 69.6153 24.4593C69.6153 25.162 69.9433 25.7566 70.5993 26.162C71.2553 26.5944 72.7586 27.0809 75.1365 27.6755C77.5144 28.2431 79.3457 29.108 80.6576 30.2701C81.9696 31.4323 82.6255 33.108 82.6255 35.3242C82.6255 37.5404 81.7782 39.3242 80.111 40.7026C78.4437 42.0809 76.2298 42.7566 73.4965 42.7566C69.5607 42.7566 65.9801 41.2971 62.8369 38.4053L66.1441 34.3782C68.8227 36.7025 71.3099 37.8647 73.6059 37.8647C74.6172 37.8647 75.4371 37.6485 76.0111 37.2161C76.5851 36.7836 76.8857 36.189 76.8857 35.4593C76.8857 34.7296 76.5851 34.135 75.9564 33.7025C75.3278 33.2701 74.0978 32.8377 72.2666 32.3782C69.3693 31.7026 67.2374 30.8107 65.8981 29.7026C64.5589 28.5944 63.8755 26.8917 63.8755 24.5404C63.8755 22.189 64.7228 20.4053 66.4175 19.108C68.1121 17.8377 70.244 17.2161 72.7859 17.2161C74.4532 17.2161 76.1204 17.4863 77.7877 18.0539C79.455 18.6215 80.9036 19.4323 82.1336 20.4593L79.3183 24.4863C77.1591 22.8647 74.9178 22.0539 72.6219 22.0539C71.6653 22.0809 70.9273 22.2971 70.408 22.7296ZM102.469 17.8107H108.045V42.4863H102.469V32.7836H92.5472V42.4863H86.9714V17.8107H92.5472V28.108H102.469V17.8107ZM134.776 39.0809C132.261 41.5134 129.145 42.7296 125.455 42.7296C121.765 42.7296 118.65 41.5134 116.135 39.0809C113.62 36.6485 112.363 33.6215 112.363 29.9998C112.363 26.3782 113.62 23.3512 116.135 20.9188C118.65 18.4863 121.765 17.2701 125.455 17.2701C129.145 17.2701 132.261 18.4863 134.776 20.9188C137.29 23.3512 138.575 26.3512 138.575 29.9728C138.575 33.5944 137.318 36.6215 134.776 39.0809ZM132.89 29.9998C132.89 27.8107 132.179 25.9188 130.758 24.3782C129.337 22.8107 127.587 22.0539 125.483 22.0539C123.378 22.0539 121.656 22.8377 120.208 24.3782C118.786 25.9458 118.076 27.8107 118.076 29.9998C118.076 32.189 118.786 34.0809 120.208 35.6215C121.629 37.162 123.378 37.9458 125.483 37.9458C127.587 37.9458 129.309 37.162 130.758 35.6215C132.179 34.0809 132.89 32.189 132.89 29.9998ZM154.373 37.5944C157.106 37.5944 159.347 36.5134 161.069 34.3782L164.65 37.9998C161.807 41.162 158.473 42.7296 154.646 42.7296C150.82 42.7296 147.649 41.5404 145.162 39.135C142.675 36.7296 141.445 33.7025 141.445 30.0539C141.445 26.4053 142.702 23.3512 145.244 20.8917C147.786 18.4323 150.874 17.2161 154.537 17.2161C158.637 17.2161 162.053 18.7566 164.814 21.8377L161.343 25.7296C159.593 23.5674 157.38 22.4863 154.783 22.4863C152.678 22.4863 150.902 23.162 149.398 24.5134C147.895 25.8647 147.157 27.7026 147.157 29.9728C147.157 32.2431 147.868 34.108 149.262 35.4863C150.656 36.8647 152.378 37.5944 154.373 37.5944ZM168.695 17.8107H174.271V27.9458L183.673 17.8107H190.561L180.639 28.7296C181.487 29.8917 183.072 32.108 185.395 35.3242C187.718 38.5404 189.44 40.9458 190.561 42.5134H184.056L176.731 32.7566L174.244 35.5134V42.5134H168.668L168.695 17.8107ZM204.583 42.4863H193.65V17.8107H203.353C205.047 17.8107 206.496 17.9998 207.726 18.4053C208.956 18.8107 209.858 19.3512 210.486 20.0269C211.607 21.2971 212.154 22.7296 212.154 24.3242C212.154 26.2431 211.525 27.6755 210.268 28.6215C209.83 28.9458 209.53 29.162 209.366 29.2431C209.202 29.3242 208.901 29.4593 208.464 29.6485C210.022 29.9728 211.252 30.6755 212.154 31.7026C213.056 32.7566 213.52 34.0539 213.52 35.5944C213.52 37.3242 212.919 38.8377 211.744 40.162C210.404 41.7026 207.999 42.4863 204.583 42.4863ZM199.225 27.7836H201.877C203.435 27.7836 204.583 27.6215 205.321 27.2971C206.058 26.9728 206.441 26.2701 206.441 25.162C206.441 24.0539 206.086 23.3512 205.402 22.9998C204.719 22.6485 203.544 22.4593 201.904 22.4593H199.225V27.7836ZM199.225 37.8107H203.052C204.637 37.8107 205.84 37.6215 206.632 37.2161C207.425 36.8107 207.835 36.0539 207.835 34.9188C207.835 33.7836 207.425 33.0269 206.578 32.6485C205.73 32.2971 204.391 32.108 202.533 32.108H199.253L199.225 37.8107ZM227.924 42.4863H222.349V32.7296L213.712 17.8107H219.752L225.136 26.9998L230.521 17.8107H236.561L227.924 32.7296V42.4863ZM249.435 22.5674V42.4863H243.859V22.5674H236.807V17.8107H256.514V22.5674H249.435ZM278.189 17.8107V22.7026H265.78V27.7836H276.959V32.4863H265.78V37.5944H278.599V42.4593H260.204V17.8107H278.189Z", fill: "white" }),
|
|
14
|
+
/* @__PURE__ */ C("path", { d: "M29.3008 34.7786L0.246536 58.184C0.219204 58.2111 0.164539 58.2381 0.137207 58.2651L23.2877 33.0759C24.6817 33.4543 27.8796 34.3732 29.3008 34.7786Z", fill: "white" }),
|
|
15
|
+
/* @__PURE__ */ C("path", { d: "M54.8293 1.64331L31.8155 26.6703C30.4762 26.292 27.4423 25.4812 26.0757 25.0757L44.1424 10.373L49.4722 6.02169L54.7473 1.69736C54.7747 1.67034 54.8293 1.64331 54.8293 1.64331Z", fill: "white" }),
|
|
16
|
+
/* @__PURE__ */ C("path", { d: "M54.8291 0.29192C54.8018 0.264893 54.8018 0.264893 54.8018 0.264893L54.8291 0.29192Z", fill: "white" }),
|
|
17
|
+
/* @__PURE__ */ C("path", { d: "M55.1024 1.0759C55.075 1.31914 54.9384 1.56239 54.747 1.72455L49.4719 6.04887L44.1421 10.3732L27.196 24.2381C26.786 24.5894 26.9227 25.2651 27.442 25.4002L29.7106 26.0489C30.2846 26.211 31.2139 26.4813 31.7878 26.6435L45.9733 30.6975C46.356 30.8056 46.6293 31.13 46.684 31.4813C46.7387 31.8597 46.5473 32.2381 46.2193 32.4273L1.39426 59.7245C0.355635 60.3732 -0.710327 58.9678 0.218973 58.184L5.27546 54.1029L10.3866 49.9678L28.2073 35.5894C28.6446 35.2381 28.4806 34.5624 27.9613 34.4273L25.3647 33.6975C24.7908 33.5354 23.8615 33.2651 23.2602 33.1029L8.88333 29.13C8.06336 28.9408 7.9267 27.8056 8.63734 27.3732L53.5444 0.184007C54.255 -0.30248 55.1843 0.238061 55.1024 1.0759Z", fill: "white" })
|
|
18
|
+
] }),
|
|
19
|
+
/* @__PURE__ */ C("defs", { children: /* @__PURE__ */ C("clipPath", { id: "clip0_2357_595", children: /* @__PURE__ */ C("rect", { width: "278.571", height: "60", fill: "white" }) }) })
|
|
20
|
+
]
|
|
21
|
+
}
|
|
22
|
+
);
|
|
23
|
+
}
|
|
24
|
+
const V = i.memo(t);
|
|
25
|
+
export {
|
|
26
|
+
V as default
|
|
27
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { jsxs as H, jsx as C } from "react/jsx-runtime";
|
|
2
|
+
import V from "react";
|
|
3
|
+
function l(L) {
|
|
4
|
+
return /* @__PURE__ */ H(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 277 60",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...L,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ C("path", { d: "M70.1943 22.7269C69.6525 23.1603 69.4088 23.7562 69.4088 24.4605C69.4088 25.1648 69.7338 25.7607 70.3839 26.1671C71.034 26.6005 72.5239 27.0881 74.8805 27.684C77.2372 28.2528 79.0521 29.1197 80.3523 30.2845C81.6525 31.4492 82.3027 33.1287 82.3027 35.3499C82.3027 37.5711 81.4629 39.3589 79.8106 40.7404C78.1582 42.1219 75.9641 42.7991 73.2552 42.7991C69.3546 42.7991 65.806 41.3364 62.6909 38.4379L65.9686 34.4018C68.6232 36.7314 71.0882 37.8962 73.3636 37.8962C74.3659 37.8962 75.1785 37.6795 75.7474 37.2461C76.3162 36.8127 76.6142 36.2167 76.6142 35.4854C76.6142 34.754 76.3162 34.158 75.6932 33.7246C75.0701 33.2912 73.8512 32.8578 72.0363 32.3973C69.165 31.7201 67.0521 30.8262 65.7248 29.7156C64.3975 28.605 63.7203 26.8984 63.7203 24.5418C63.7203 22.1851 64.56 20.3973 66.2394 19.0971C67.9189 17.824 70.0318 17.2009 72.551 17.2009C74.2033 17.2009 75.8557 17.4718 77.5081 18.0407C79.1604 18.6095 80.5961 19.4221 81.8151 20.4515L79.025 24.4876C76.885 22.8623 74.6638 22.0497 72.3884 22.0497C71.4404 22.0768 70.709 22.2935 70.1943 22.7269ZM101.969 17.7969H107.495V42.5282H101.969V32.8036H92.1356V42.5282H86.6097V17.7969H92.1356V28.1174H101.969V17.7969ZM133.987 39.1151C131.495 41.5531 128.406 42.772 124.75 42.772C121.093 42.772 118.005 41.5531 115.513 39.1151C113.02 36.6772 111.774 33.6434 111.774 30.0136C111.774 26.3838 113.02 23.3499 115.513 20.912C118.005 18.4741 121.093 17.2551 124.75 17.2551C128.406 17.2551 131.495 18.4741 133.987 20.912C136.479 23.3499 137.752 26.3567 137.752 29.9865C137.752 33.6163 136.506 36.6501 133.987 39.1151ZM132.118 30.0136C132.118 27.8194 131.413 25.9233 130.005 24.3793C128.596 22.8082 126.862 22.0497 124.777 22.0497C122.691 22.0497 120.984 22.8352 119.549 24.3793C118.113 25.9233 117.436 27.7924 117.436 30.0136C117.436 32.2348 118.14 34.1039 119.549 35.6479C120.957 37.1919 122.691 37.9775 124.777 37.9775C126.862 37.9775 128.569 37.1919 130.005 35.6479C131.413 34.1039 132.118 32.2077 132.118 30.0136ZM153.409 37.6253C156.118 37.6253 158.339 36.5418 160.045 34.4018L163.594 38.0316C160.777 41.2009 157.472 42.772 153.68 42.772C149.887 42.772 146.745 41.5802 144.28 39.1693C141.815 36.7585 140.596 33.7246 140.596 30.0677C140.596 26.4109 141.842 23.3499 144.361 20.8849C146.881 18.4199 149.941 17.2009 153.571 17.2009C157.634 17.2009 161.021 18.7449 163.756 21.833L160.316 25.7337C158.583 23.5666 156.388 22.4831 153.815 22.4831C151.729 22.4831 149.969 23.1603 148.479 24.5147C146.989 25.8691 146.258 27.7111 146.258 29.9865C146.258 32.2619 146.962 34.131 148.343 35.5124C149.725 36.8939 151.431 37.6253 153.409 37.6253ZM167.603 17.7969H173.129V27.9549L182.447 17.7969H189.273L179.44 28.7404C180.28 29.9052 181.851 32.1264 184.154 35.3499C186.456 38.5734 188.163 40.9842 189.273 42.5553H182.826L175.567 32.7765L173.102 35.5395V42.5553H167.576L167.603 17.7969ZM203.169 42.5282H192.334V17.7969H201.951C203.63 17.7969 205.066 17.9865 206.285 18.3928C207.504 18.7991 208.397 19.3409 209.02 20.0181C210.131 21.2912 210.673 22.7269 210.673 24.3251C210.673 26.2483 210.05 27.684 208.804 28.6321C208.37 28.9571 208.072 29.1738 207.91 29.2551C207.747 29.3364 207.449 29.4718 207.016 29.6614C208.56 29.9865 209.779 30.6908 210.673 31.7201C211.567 32.7765 212.027 34.0768 212.027 35.6208C212.027 37.3544 211.431 38.8714 210.267 40.1987C208.939 41.7427 206.555 42.5282 203.169 42.5282ZM197.86 27.7923H200.488C202.032 27.7923 203.169 27.6298 203.901 27.3048C204.632 26.9797 205.011 26.2754 205.011 25.1648C205.011 24.0542 204.659 23.3499 203.982 22.9978C203.305 22.6456 202.14 22.456 200.515 22.456H197.86V27.7923ZM197.86 37.842H201.653C203.224 37.842 204.416 37.6524 205.201 37.2461C205.987 36.8668 206.393 36.0813 206.393 34.9436C206.393 33.8059 205.987 33.0474 205.147 32.6682C204.307 32.3161 202.98 32.1264 201.138 32.1264H197.887L197.86 37.842ZM226.303 42.5282H220.777V32.7495L212.217 17.7969H218.203L223.54 27.0068L228.876 17.7969H234.862L226.303 32.7495V42.5282ZM247.621 22.5644V42.5282H242.095V22.5644H235.106V17.7969H254.637V22.5644H247.621ZM276.118 17.7969V22.6998H263.82V27.7923H274.899V32.5057H263.82V37.6253H276.524V42.5012H258.294V17.7969H276.118Z", fill: "white" }),
|
|
13
|
+
/* @__PURE__ */ C("path", { d: "M29.1619 34.8466L0.380276 58.2943C0.3532 58.3214 0.299048 58.3484 0.271973 58.3755L23.2052 33.1409C24.586 33.5199 27.7539 34.4405 29.1619 34.8466Z", fill: "#DDDDDD" }),
|
|
14
|
+
/* @__PURE__ */ C("path", { d: "M54.4506 1.65161L31.6527 26.7238C30.326 26.3448 27.3206 25.5325 25.9668 25.1263L43.8639 10.3971L49.1437 6.03789L54.3693 1.70576C54.3964 1.67869 54.4506 1.65161 54.4506 1.65161Z", fill: "#DDDDDD" }),
|
|
15
|
+
/* @__PURE__ */ C("path", { d: "M54.4504 0.297828C54.4233 0.270752 54.4233 0.270752 54.4233 0.270752L54.4504 0.297828Z", fill: "#DDDDDD" }),
|
|
16
|
+
/* @__PURE__ */ C("path", { d: "M54.7211 1.08297C54.694 1.32665 54.5586 1.57033 54.3691 1.73279L49.1434 6.06492L43.8637 10.397L27.0767 24.2869C26.6705 24.6389 26.8059 25.3158 27.3203 25.4512L29.5676 26.101C30.1362 26.2635 31.0568 26.5342 31.6254 26.6967L45.6777 30.7581C46.0568 30.8664 46.3276 31.1913 46.3817 31.5433C46.4359 31.9223 46.2463 32.3014 45.9214 32.4909L1.5171 59.8375C0.488216 60.4873 -0.56774 59.0793 0.352837 58.2942L5.36186 54.2057L10.425 50.0631L28.0785 35.6588C28.5117 35.3068 28.3492 34.6299 27.8348 34.4945L25.2626 33.7635C24.694 33.601 23.7734 33.3303 23.1777 33.1678L8.93587 29.1877C8.12359 28.9981 7.98821 27.8609 8.69219 27.4277L53.1777 0.189466C53.8817 -0.297899 54.8023 0.243618 54.7211 1.08297Z", fill: "white" })
|
|
17
|
+
]
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
}
|
|
21
|
+
const D = V.memo(l);
|
|
22
|
+
export {
|
|
23
|
+
D as default
|
|
24
|
+
};
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { jsxs as o, jsx as C } from "react/jsx-runtime";
|
|
2
|
+
import s from "react";
|
|
3
|
+
function e(t) {
|
|
4
|
+
return /* @__PURE__ */ o(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 279 60",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...t,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ o("g", { clipPath: "url(#clip0_2357_571)", children: [
|
|
13
|
+
/* @__PURE__ */ C("path", { d: "M70.408 22.7296C69.8613 23.162 69.6153 23.7566 69.6153 24.4593C69.6153 25.162 69.9433 25.7566 70.5993 26.162C71.2553 26.5944 72.7586 27.0809 75.1365 27.6755C77.5144 28.2431 79.3457 29.108 80.6576 30.2701C81.9696 31.4323 82.6255 33.108 82.6255 35.3242C82.6255 37.5404 81.7782 39.3242 80.111 40.7026C78.4437 42.0809 76.2298 42.7566 73.4965 42.7566C69.5607 42.7566 65.9801 41.2971 62.8369 38.4053L66.1441 34.3782C68.8227 36.7025 71.3099 37.8647 73.6059 37.8647C74.6172 37.8647 75.4371 37.6485 76.0111 37.2161C76.5851 36.7836 76.8857 36.189 76.8857 35.4593C76.8857 34.7296 76.5851 34.135 75.9564 33.7025C75.3278 33.2701 74.0978 32.8377 72.2666 32.3782C69.3693 31.7026 67.2374 30.8107 65.8981 29.7026C64.5589 28.5944 63.8755 26.8917 63.8755 24.5404C63.8755 22.189 64.7228 20.4053 66.4175 19.108C68.1121 17.8377 70.244 17.2161 72.7859 17.2161C74.4532 17.2161 76.1204 17.4863 77.7877 18.0539C79.455 18.6215 80.9036 19.4323 82.1336 20.4593L79.3183 24.4863C77.1591 22.8647 74.9178 22.0539 72.6219 22.0539C71.6653 22.0809 70.9273 22.2971 70.408 22.7296ZM102.469 17.8107H108.045V42.4863H102.469V32.7836H92.5472V42.4863H86.9714V17.8107H92.5472V28.108H102.469V17.8107ZM134.776 39.0809C132.261 41.5134 129.145 42.7296 125.455 42.7296C121.765 42.7296 118.65 41.5134 116.135 39.0809C113.62 36.6485 112.363 33.6215 112.363 29.9998C112.363 26.3782 113.62 23.3512 116.135 20.9188C118.65 18.4863 121.765 17.2701 125.455 17.2701C129.145 17.2701 132.261 18.4863 134.776 20.9188C137.29 23.3512 138.575 26.3512 138.575 29.9728C138.575 33.5944 137.318 36.6215 134.776 39.0809ZM132.89 29.9998C132.89 27.8107 132.179 25.9188 130.758 24.3782C129.337 22.8107 127.587 22.0539 125.483 22.0539C123.378 22.0539 121.656 22.8377 120.208 24.3782C118.786 25.9458 118.076 27.8107 118.076 29.9998C118.076 32.189 118.786 34.0809 120.208 35.6215C121.629 37.162 123.378 37.9458 125.483 37.9458C127.587 37.9458 129.309 37.162 130.758 35.6215C132.179 34.0809 132.89 32.189 132.89 29.9998ZM154.373 37.5944C157.106 37.5944 159.347 36.5134 161.069 34.3782L164.65 37.9998C161.807 41.162 158.473 42.7296 154.646 42.7296C150.82 42.7296 147.649 41.5404 145.162 39.135C142.675 36.7296 141.445 33.7025 141.445 30.0539C141.445 26.4053 142.702 23.3512 145.244 20.8917C147.786 18.4323 150.874 17.2161 154.537 17.2161C158.637 17.2161 162.053 18.7566 164.814 21.8377L161.343 25.7296C159.593 23.5674 157.38 22.4863 154.783 22.4863C152.678 22.4863 150.902 23.162 149.398 24.5134C147.895 25.8647 147.157 27.7026 147.157 29.9728C147.157 32.2431 147.868 34.108 149.262 35.4863C150.656 36.8647 152.378 37.5944 154.373 37.5944ZM168.695 17.8107H174.271V27.9458L183.673 17.8107H190.561L180.639 28.7296C181.487 29.8917 183.072 32.108 185.395 35.3242C187.718 38.5404 189.44 40.9458 190.561 42.5134H184.056L176.731 32.7566L174.244 35.5134V42.5134H168.668L168.695 17.8107ZM204.583 42.4863H193.65V17.8107H203.353C205.047 17.8107 206.496 17.9998 207.726 18.4053C208.956 18.8107 209.858 19.3512 210.486 20.0269C211.607 21.2971 212.154 22.7296 212.154 24.3242C212.154 26.2431 211.525 27.6755 210.268 28.6215C209.83 28.9458 209.53 29.162 209.366 29.2431C209.202 29.3242 208.901 29.4593 208.464 29.6485C210.022 29.9728 211.252 30.6755 212.154 31.7026C213.056 32.7566 213.52 34.0539 213.52 35.5944C213.52 37.3242 212.919 38.8377 211.744 40.162C210.404 41.7026 207.999 42.4863 204.583 42.4863ZM199.225 27.7836H201.877C203.435 27.7836 204.583 27.6215 205.321 27.2971C206.058 26.9728 206.441 26.2701 206.441 25.162C206.441 24.0539 206.086 23.3512 205.402 22.9998C204.719 22.6485 203.544 22.4593 201.904 22.4593H199.225V27.7836ZM199.225 37.8107H203.052C204.637 37.8107 205.84 37.6215 206.632 37.2161C207.425 36.8107 207.835 36.0539 207.835 34.9188C207.835 33.7836 207.425 33.0269 206.578 32.6485C205.73 32.2971 204.391 32.108 202.533 32.108H199.253L199.225 37.8107ZM227.924 42.4863H222.349V32.7296L213.712 17.8107H219.752L225.136 26.9998L230.521 17.8107H236.561L227.924 32.7296V42.4863ZM249.435 22.5674V42.4863H243.859V22.5674H236.807V17.8107H256.514V22.5674H249.435ZM278.189 17.8107V22.7026H265.78V27.7836H276.959V32.4863H265.78V37.5944H278.599V42.4593H260.204V17.8107H278.189Z", fill: "white" }),
|
|
14
|
+
/* @__PURE__ */ C("path", { d: "M29.3008 34.7786L0.246536 58.184C0.219204 58.2111 0.164539 58.2381 0.137207 58.2651L23.2877 33.0759C24.6817 33.4543 27.8796 34.3732 29.3008 34.7786Z", fill: "url(#paint0_linear_2357_571)" }),
|
|
15
|
+
/* @__PURE__ */ C("path", { d: "M54.8293 1.64331L31.8155 26.6703C30.4762 26.292 27.4423 25.4812 26.0757 25.0757L44.1424 10.373L49.4722 6.02169L54.7473 1.69736C54.7747 1.67034 54.8293 1.64331 54.8293 1.64331Z", fill: "url(#paint1_linear_2357_571)" }),
|
|
16
|
+
/* @__PURE__ */ C("path", { d: "M54.8291 0.29192C54.8018 0.264893 54.8018 0.264893 54.8018 0.264893L54.8291 0.29192Z", fill: "url(#paint2_linear_2357_571)" }),
|
|
17
|
+
/* @__PURE__ */ C("path", { d: "M55.1024 1.0759C55.075 1.31914 54.9384 1.56239 54.747 1.72455L49.4719 6.04887L44.1421 10.3732L27.196 24.2381C26.786 24.5894 26.9227 25.2651 27.442 25.4002L29.7106 26.0489C30.2846 26.211 31.2139 26.4813 31.7878 26.6435L45.9733 30.6975C46.356 30.8056 46.6293 31.13 46.684 31.4813C46.7387 31.8597 46.5473 32.2381 46.2193 32.4273L1.39426 59.7245C0.355635 60.3732 -0.710327 58.9678 0.218973 58.184L5.27546 54.1029L10.3866 49.9678L28.2073 35.5894C28.6446 35.2381 28.4806 34.5624 27.9613 34.4273L25.3647 33.6975C24.7908 33.5354 23.8615 33.2651 23.2602 33.1029L8.88333 29.13C8.06336 28.9408 7.9267 27.8056 8.63734 27.3732L53.5444 0.184007C54.255 -0.30248 55.1843 0.238061 55.1024 1.0759Z", fill: "url(#paint3_linear_2357_571)" })
|
|
18
|
+
] }),
|
|
19
|
+
/* @__PURE__ */ o("defs", { children: [
|
|
20
|
+
/* @__PURE__ */ o("linearGradient", { id: "paint0_linear_2357_571", x1: "27.5962", y1: "31.5151", x2: "-0.939989", y2: "65.5152", gradientUnits: "userSpaceOnUse", children: [
|
|
21
|
+
/* @__PURE__ */ C("stop", { stopColor: "#208CEE" }),
|
|
22
|
+
/* @__PURE__ */ C("stop", { offset: "0.1", stopColor: "#1F84E5" }),
|
|
23
|
+
/* @__PURE__ */ C("stop", { offset: "0.7", stopColor: "#1F5BBC" }),
|
|
24
|
+
/* @__PURE__ */ C("stop", { offset: "1", stopColor: "#1F4CAC" })
|
|
25
|
+
] }),
|
|
26
|
+
/* @__PURE__ */ o("linearGradient", { id: "paint1_linear_2357_571", x1: "27.5589", y1: "27.0953", x2: "66.9489", y2: "-5.99649", gradientUnits: "userSpaceOnUse", children: [
|
|
27
|
+
/* @__PURE__ */ C("stop", { stopColor: "#188BFF" }),
|
|
28
|
+
/* @__PURE__ */ C("stop", { offset: "0.45", stopColor: "#0BC0FF" }),
|
|
29
|
+
/* @__PURE__ */ C("stop", { offset: "0.81", stopColor: "#03E5FF" }),
|
|
30
|
+
/* @__PURE__ */ C("stop", { offset: "1", stopColor: "#00F3FF" })
|
|
31
|
+
] }),
|
|
32
|
+
/* @__PURE__ */ o("linearGradient", { id: "paint2_linear_2357_571", x1: "27.557", y1: "27.0953", x2: "66.9474", y2: "-5.99889", gradientUnits: "userSpaceOnUse", children: [
|
|
33
|
+
/* @__PURE__ */ C("stop", { stopColor: "#188BFF" }),
|
|
34
|
+
/* @__PURE__ */ C("stop", { offset: "0.45", stopColor: "#0BC0FF" }),
|
|
35
|
+
/* @__PURE__ */ C("stop", { offset: "0.81", stopColor: "#03E5FF" }),
|
|
36
|
+
/* @__PURE__ */ C("stop", { offset: "1", stopColor: "#00F3FF" })
|
|
37
|
+
] }),
|
|
38
|
+
/* @__PURE__ */ o("linearGradient", { id: "paint3_linear_2357_571", x1: "8.13817", y1: "62.1199", x2: "46.5421", y2: "-3.32585", gradientUnits: "userSpaceOnUse", children: [
|
|
39
|
+
/* @__PURE__ */ C("stop", { stopColor: "#2275FF" }),
|
|
40
|
+
/* @__PURE__ */ C("stop", { offset: "0.13", stopColor: "#2179FD" }),
|
|
41
|
+
/* @__PURE__ */ C("stop", { offset: "0.28", stopColor: "#2186FA" }),
|
|
42
|
+
/* @__PURE__ */ C("stop", { offset: "0.43", stopColor: "#209CF3" }),
|
|
43
|
+
/* @__PURE__ */ C("stop", { offset: "0.49", stopColor: "#20A6F1" }),
|
|
44
|
+
/* @__PURE__ */ C("stop", { offset: "1", stopColor: "#18F2F8" })
|
|
45
|
+
] }),
|
|
46
|
+
/* @__PURE__ */ C("clipPath", { id: "clip0_2357_571", children: /* @__PURE__ */ C("rect", { width: "278.571", height: "60", fill: "white" }) })
|
|
47
|
+
] })
|
|
48
|
+
]
|
|
49
|
+
}
|
|
50
|
+
);
|
|
51
|
+
}
|
|
52
|
+
const i = s.memo(e);
|
|
53
|
+
export {
|
|
54
|
+
i as default
|
|
55
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { default as Logo } from './Logo';
|
|
2
|
+
export { default as LogoColor } from './LogoColor';
|
|
3
|
+
export { default as LogoColor2 } from './LogoColor2';
|
|
4
|
+
export { default as Icon } from './Icon';
|
|
5
|
+
export { default as IconColor } from './IconColor';
|
|
6
|
+
export { default as IconColor2 } from './IconColor2';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { default as a } from "./Logo.js";
|
|
2
|
+
import { default as f } from "./LogoColor.js";
|
|
3
|
+
import { default as l } from "./LogoColor2.js";
|
|
4
|
+
import { default as m } from "./Icon.js";
|
|
5
|
+
import { default as s } from "./IconColor.js";
|
|
6
|
+
import { default as x } from "./IconColor2.js";
|
|
7
|
+
export {
|
|
8
|
+
m as Icon,
|
|
9
|
+
s as IconColor,
|
|
10
|
+
x as IconColor2,
|
|
11
|
+
a as Logo,
|
|
12
|
+
f as LogoColor,
|
|
13
|
+
l as LogoColor2
|
|
14
|
+
};
|
|
@@ -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 424 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.562 50.1526C131.272 50.1526 126.948 48.314 123.59 44.6221C120.233 40.9375 118.554 35.9956 118.554 29.7892C118.554 23.5829 120.233 18.641 123.59 14.9564C126.948 11.2718 131.272 9.42587 136.562 9.42587C140.647 9.42587 144.193 10.5378 147.209 12.7616C150.218 14.9855 152.195 18.343 153.147 22.8343H148.496C147.653 19.6221 146.177 17.2892 144.062 15.8285C141.948 14.3677 139.448 13.641 136.562 13.641C132.587 13.641 129.397 15.0727 126.984 17.936C124.578 20.7994 123.372 24.7529 123.372 29.782C123.372 34.8111 124.578 38.7645 126.984 41.6279C129.39 44.4913 132.587 45.923 136.562 45.923C139.557 45.923 142.217 45 144.549 43.1613C146.882 41.3227 148.292 38.6265 148.765 35.0872H153.365C152.892 39.9055 151.047 43.6192 147.834 46.2209C144.622 48.8299 140.865 50.1308 136.562 50.1308V50.1526ZM169.724 14.0334C167.209 14.0334 165.945 15.3634 165.945 18.0305V21.0392H171.962V24.8692H165.945V49.2733H161.57V24.8692H156.919V21.0392H161.57V18.1395C161.57 12.8488 164.193 10.2035 169.448 10.2035C170.436 10.2035 171.366 10.2398 172.238 10.3125V14.0334H169.724ZM200.48 21.0392L190.247 34.8329L201.025 49.2805H195.879L194.346 47.1439C192.013 43.8227 189.804 40.7558 187.725 37.9506C184.658 42.0712 182.42 45.1599 180.996 47.202L179.52 49.2805H174.433L185.211 34.8329L174.978 21.0392H180.124L182.311 24.048C184.462 26.9695 186.286 29.5204 187.783 31.7079C189.644 29.077 191.468 26.5262 193.256 24.048L195.392 21.0392H200.48ZM233.321 50.1526C228.067 50.1526 223.983 48.9753 221.061 46.6206C218.14 44.266 216.664 40.8648 216.628 36.4172H223.91C223.946 39.266 224.797 41.2718 226.453 42.4346C228.11 43.6047 230.385 44.1861 233.27 44.1861C238.706 44.1861 241.424 42.3111 241.424 38.5465C241.424 37.0131 240.843 35.8503 239.673 35.0436C238.503 34.2442 236.424 33.532 233.437 32.907L230.153 32.2529C221.795 30.6831 217.624 26.7442 217.624 20.4288C217.624 17.1076 218.888 14.4477 221.424 12.4419C223.961 10.436 227.507 9.43314 232.071 9.43314C237.326 9.43314 241.243 10.5451 243.837 12.7689C246.424 14.9927 247.798 18.0378 247.943 21.9113H240.778C240.632 19.7238 239.898 18.0887 238.59 17.0131C237.275 15.9375 235.145 15.3997 232.187 15.3997C229.891 15.3997 228.147 15.8285 226.962 16.686C225.778 17.5436 225.182 18.7209 225.182 20.218C225.182 21.7878 225.727 22.9942 226.824 23.8299C227.921 24.673 229.906 25.3779 232.791 25.9666L236.185 26.6206C240.741 27.5363 244.041 28.9026 246.061 30.7267C248.089 32.5509 249.099 35.0291 249.099 38.1686C249.099 41.9986 247.703 44.9564 244.913 47.0349C242.122 49.1134 238.263 50.1526 233.336 50.1526H233.321ZM272.558 36.8532V21.0392H279.455V49.2805H272.776V45.1744C270.625 48.3503 267.667 49.9346 263.91 49.9346C260.916 49.9346 258.525 49.0625 256.744 47.3111C254.956 45.5596 254.062 43.0451 254.062 39.7602V21.0465H260.959V38.6119C260.959 42.1875 262.725 43.9753 266.265 43.9753C267.943 43.9753 269.411 43.3721 270.669 42.173C271.926 40.9666 272.558 39.2006 272.558 36.8677V36.8532ZM301.781 20.3852C305.647 20.3852 308.721 21.7224 311.003 24.4041C313.285 27.0858 314.426 30.6686 314.426 35.1599C314.426 39.6512 313.285 43.234 311.003 45.9157C308.721 48.5974 305.647 49.9346 301.781 49.9346C297.914 49.9346 295.029 48.4956 293.023 45.6105V60H286.126V21.0392H292.747V25.0872C294.789 21.9477 297.798 20.3779 301.773 20.3779L301.781 20.3852ZM294.804 41.9186C296.097 43.4666 297.878 44.2442 300.138 44.2442C302.398 44.2442 304.179 43.4302 305.472 41.8096C306.766 40.189 307.413 37.8997 307.413 34.9419C307.413 31.984 306.773 29.8183 305.494 28.3212C304.215 26.8241 302.427 26.0756 300.131 26.0756C297.834 26.0756 296.09 26.8532 294.797 28.4012C293.503 29.9491 292.856 32.202 292.856 35.1599C292.856 38.1177 293.503 40.3706 294.797 41.9186H294.804ZM335.487 20.3852C339.353 20.3852 342.427 21.7224 344.709 24.4041C346.991 27.0858 348.132 30.6686 348.132 35.1599C348.132 39.6512 346.991 43.234 344.709 45.9157C342.427 48.5974 339.353 49.9346 335.487 49.9346C331.621 49.9346 328.735 48.4956 326.73 45.6105V60H319.833V21.0392H326.453V25.0872C328.496 21.9477 331.504 20.3779 335.48 20.3779L335.487 20.3852ZM328.51 41.9186C329.804 43.4666 331.584 44.2442 333.844 44.2442C336.105 44.2442 337.885 43.4302 339.179 41.8096C340.472 40.189 341.119 37.8997 341.119 34.9419C341.119 31.984 340.48 29.8183 339.201 28.3212C337.922 26.8241 336.134 26.0756 333.837 26.0756C331.541 26.0756 329.797 26.8532 328.503 28.4012C327.209 29.9491 326.562 32.202 326.562 35.1599C326.562 38.1177 327.209 40.3706 328.503 41.9186H328.51ZM377.078 45.9157C374.455 48.5974 370.988 49.9346 366.679 49.9346C362.369 49.9346 358.895 48.5829 356.25 45.8866C353.605 43.1904 352.282 39.6148 352.282 35.1599C352.282 30.7049 353.605 27.1366 356.25 24.4331C358.895 21.7369 362.369 20.3852 366.679 20.3852C370.988 20.3852 374.448 21.7224 377.078 24.4041C379.702 27.0858 381.017 30.6686 381.017 35.1599C381.017 39.6512 379.702 43.234 377.078 45.9157ZM366.686 44.2442C368.946 44.2442 370.734 43.4593 372.049 41.8895C373.365 40.3198 374.019 38.0741 374.019 35.1599C374.019 32.2456 373.365 30 372.049 28.4302C370.734 26.8605 368.946 26.0756 366.686 26.0756C364.426 26.0756 362.587 26.8605 361.294 28.4302C360 30 359.353 32.2456 359.353 35.1599C359.353 38.0741 360 40.3198 361.294 41.8895C362.587 43.4593 364.382 44.2442 366.686 44.2442ZM401.541 20.6032C402.267 20.6032 402.834 20.6395 403.234 20.7122V27.064H401.483C398.895 27.064 396.882 27.718 395.465 29.0334C394.041 30.3488 393.328 32.3183 393.328 34.9419V49.2805H386.432V21.0392H393.11V26.0756C394.68 22.4273 397.485 20.6032 401.541 20.6032ZM423.052 21.0392V26.4026H417.471V41.5044C417.471 42.4201 417.718 43.0523 418.212 43.423C418.706 43.7863 419.535 43.968 420.705 43.968H423.06V49.2733C421.853 49.3823 420.654 49.4404 419.448 49.4404C416.417 49.4404 414.193 48.8881 412.769 47.7689C411.344 46.657 410.632 44.8256 410.632 42.2674V26.3953H406.257V21.032H410.632V12.8198H417.471V21.032H423.052V21.0392Z"
|
|
9
|
+
}
|
|
10
|
+
) });
|
|
11
|
+
}
|
|
12
|
+
const Z = L.memo(V);
|
|
13
|
+
export {
|
|
14
|
+
Z as default
|
|
15
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as CompositeLogo } from './CompositeLogo';
|