@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,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';
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { jsxs as e, jsx as C } from "react/jsx-runtime";
|
|
2
|
+
import H from "react";
|
|
3
|
+
function t(L) {
|
|
4
|
+
return /* @__PURE__ */ e(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 162 84",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...L,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ C(
|
|
13
|
+
"path",
|
|
14
|
+
{
|
|
15
|
+
fill: "white",
|
|
16
|
+
d: "M19.3259 21.3465C22.5347 16.086 28.3545 14.5635 28.3545 14.5635C28.3545 14.5635 17.2497 11.6445 17.2497 0C17.2497 11.6445 6.14486 14.5635 6.14486 14.5635C6.14486 14.5635 11.9647 16.086 15.1734 21.3465H0V41.517L3.44993 35.2695H10.3498V70.077L24.1495 84V41.3805C20.6262 39.7425 15.5719 35.5845 13.7683 32.4135C16.8617 33.3585 21.0037 34.5975 24.2334 35.28H34.4993V21.357H19.3259V21.3465Z"
|
|
17
|
+
}
|
|
18
|
+
),
|
|
19
|
+
/* @__PURE__ */ C(
|
|
20
|
+
"path",
|
|
21
|
+
{
|
|
22
|
+
fill: "white",
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
clipRule: "evenodd",
|
|
25
|
+
d: "M96.0738 40.8345C97.8564 38.388 100.635 37.0545 103.97 37.0545C110.398 37.0545 114.886 41.916 114.886 48.678C114.886 55.44 110.261 60.333 103.886 60.333C100.478 60.333 97.7621 59.0625 96.0004 56.637L95.885 59.787H91.0195V28.5915H96.0738V40.8345ZM103.624 56.0595C107.535 56.0595 110.262 53.0775 110.262 48.825C110.262 44.5725 107.829 41.5485 103.875 41.5485C99.9222 41.5485 97.1539 44.436 97.1539 48.825C97.1539 53.214 99.723 56.0595 103.634 56.0595H103.624ZM60.9348 55.335C59.687 56.2905 58.6908 56.658 57.3695 56.658C55.4296 56.658 54.3181 55.482 54.3181 53.4135V41.7795H62.4343V37.3065H54.3181V31.4895H49.2638V37.296H45.7509L44.6079 41.769H49.2638V53.445C49.2638 58.5375 51.9692 61.341 56.8872 61.341C59.1312 61.341 61.1341 60.648 63.0006 59.22L63.1369 59.115L61.1236 55.1565L60.9243 55.3035L60.9348 55.335ZM75.6888 36.876C69.2293 36.876 64.542 41.7795 64.542 48.5415C64.542 55.65 68.9986 60.249 75.8985 60.249C79.8413 60.249 82.7774 59.0415 85.1577 56.4585L85.2836 56.322L82.5991 53.088L82.4418 53.2455C80.5963 55.0515 78.6878 55.86 76.2341 55.86C72.3961 55.86 70.0368 53.7495 69.5754 49.917H86.1644V49.707C86.1644 49.497 86.1644 49.308 86.1854 49.1085C86.1959 48.909 86.2064 48.7095 86.2064 48.489C86.2064 41.433 82.0748 36.8655 75.6888 36.8655V36.876ZM69.6698 46.599C70.3094 43.386 72.6373 41.328 75.6468 41.328C78.6563 41.328 80.6907 43.2495 81.1311 46.599H69.6698ZM128.612 36.876C122.153 36.876 117.465 41.7795 117.465 48.5415C117.465 55.65 121.922 60.249 128.822 60.249C132.765 60.249 135.701 59.0415 138.081 56.4585L138.207 56.322L135.523 53.088L135.365 53.2455C133.52 55.0515 131.611 55.86 129.157 55.86C125.32 55.86 122.96 53.7495 122.499 49.917H139.098V49.707C139.098 49.497 139.098 49.308 139.119 49.1085C139.13 48.909 139.14 48.7095 139.14 48.489C139.14 41.433 135.009 36.8655 128.623 36.8655L128.612 36.876ZM128.57 41.328C131.622 41.328 133.614 43.2495 134.054 46.599H122.593C123.233 43.386 125.561 41.328 128.57 41.328ZM161.119 37.317L153.286 48.006L162 59.7975H156.002L150.371 51.744L144.866 59.7975H139.161L147.582 48.3L139.539 37.317H145.537L150.497 44.6355L155.415 37.317H161.119Z"
|
|
26
|
+
}
|
|
27
|
+
)
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
const V = H.memo(t);
|
|
33
|
+
export {
|
|
34
|
+
V as default
|
|
35
|
+
};
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { default as a } from "./Icon.js";
|
|
2
|
-
import { default as
|
|
2
|
+
import { default as t } from "./Wordmark.js";
|
|
3
|
+
import { default as d } from "./WhiteWordmark.js";
|
|
3
4
|
export {
|
|
4
5
|
a as Icon,
|
|
5
|
-
|
|
6
|
+
d as WhiteWordmark,
|
|
7
|
+
t as Wordmark
|
|
6
8
|
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { jsx as L } from "react/jsx-runtime";
|
|
2
|
+
import t from "react";
|
|
3
|
+
function C(o) {
|
|
4
|
+
return /* @__PURE__ */ L(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 60 60",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...o,
|
|
11
|
+
children: /* @__PURE__ */ L(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
fill: "#F1F1E4",
|
|
15
|
+
d: "M0 10.0562V49.9437C0 55.4979 4.50208 60 10.0562 60H49.9437C55.4979 60 60 55.4979 60 49.9437V10.0562C60 4.50208 55.4979 0 49.9437 0H10.0562C4.50208 0 0 4.50208 0 10.0562ZM7.53958 32.1792L7.55417 10.0458C9.2125 10.0458 10.7104 10.7188 11.8 11.8042C12.8854 12.8896 13.5562 14.3917 13.5562 16.05V24.1375H24.0687C24.0687 27.35 21.4646 29.9521 18.2542 29.9521H13.5562V30.3062C13.5562 41.7188 23.9896 41.5229 23.9896 41.5229H28.5958L23.5167 47.45C7.30417 47.1625 7.53958 32.1792 7.53958 32.1792ZM48.0542 47.4542C46.5042 47.4542 45.0333 46.775 44.0292 45.5958L42.6458 43.9688L39.4854 40.2562L34.9417 45.5958C33.9375 46.775 32.4667 47.4542 30.9167 47.4542H25.6104L30.6917 41.5229H30.725L35.6437 35.7458L34.6 34.5208L25.7604 24.1375H30.9979C32.5458 24.1375 34.0167 24.8167 35.0208 25.9958L38.45 30.0229L39.4833 31.2375L41.0833 29.3583L43.9479 25.9958C44.9521 24.8167 46.4229 24.1375 47.9708 24.1375H53.2083L47.0542 31.3667L43.325 35.7458L46.4854 39.4583L53.2917 47.4542H48.0542Z"
|
|
16
|
+
}
|
|
17
|
+
)
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
}
|
|
21
|
+
const H = t.memo(C);
|
|
22
|
+
export {
|
|
23
|
+
H as default
|
|
24
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { jsxs as t, jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import r from "react";
|
|
3
|
+
function n(e) {
|
|
4
|
+
return /* @__PURE__ */ t(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 60 60",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...e,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ o("path", { d: "M0 10.0562V49.9437C0 55.4979 4.50208 60 10.0562 60H49.9437C55.4979 60 60 55.4979 60 49.9437V10.0562C60 4.50208 55.4979 0 49.9437 0H10.0562C4.50208 0 0 4.50208 0 10.0562ZM7.53958 32.1792L7.55417 10.0458C9.2125 10.0458 10.7104 10.7188 11.8 11.8042C12.8854 12.8896 13.5562 14.3917 13.5562 16.05V24.1375H24.0687C24.0687 27.35 21.4646 29.9521 18.2542 29.9521H13.5562V30.3062C13.5562 41.7188 23.9896 41.5229 23.9896 41.5229H28.5958L23.5167 47.45C7.30417 47.1625 7.53958 32.1792 7.53958 32.1792ZM48.0542 47.4542C46.5042 47.4542 45.0333 46.775 44.0292 45.5958L42.6458 43.9688L39.4854 40.2562L34.9417 45.5958C33.9375 46.775 32.4667 47.4542 30.9167 47.4542H25.6104L30.6917 41.5229H30.725L35.6437 35.7458L34.6 34.5208L25.7604 24.1375H30.9979C32.5458 24.1375 34.0167 24.8167 35.0208 25.9958L38.45 30.0229L39.4833 31.2375L41.0833 29.3583L43.9479 25.9958C44.9521 24.8167 46.4229 24.1375 47.9708 24.1375H53.2083L47.0542 31.3667L43.325 35.7458L46.4854 39.4583L53.2917 47.4542H48.0542Z", fill: "url(#paint0_linear_2852_2564)" }),
|
|
13
|
+
/* @__PURE__ */ o("defs", { children: /* @__PURE__ */ t("linearGradient", { id: "paint0_linear_2852_2564", x1: "116.029", y1: "60.1042", x2: "116.029", y2: "1.96041", gradientUnits: "userSpaceOnUse", children: [
|
|
14
|
+
/* @__PURE__ */ o("stop", { stopColor: "#00888F" }),
|
|
15
|
+
/* @__PURE__ */ o("stop", { offset: "0.72", stopColor: "#5BBE83" })
|
|
16
|
+
] }) })
|
|
17
|
+
]
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
}
|
|
21
|
+
const s = r.memo(n);
|
|
22
|
+
export {
|
|
23
|
+
s as default
|
|
24
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
+
import V from "react";
|
|
3
|
+
function H(L) {
|
|
4
|
+
return /* @__PURE__ */ C(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 233 60",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...L,
|
|
11
|
+
children: /* @__PURE__ */ C(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
d: "M0 10.0562V49.9437C0 55.4979 4.50208 60 10.0562 60H49.9437C55.4979 60 60 55.4979 60 49.9437V10.0562C60 4.50208 55.4979 0 49.9437 0H10.0562C4.50208 0 0 4.50208 0 10.0562ZM7.53958 32.1792L7.55417 10.0458C9.2125 10.0458 10.7104 10.7188 11.8 11.8042C12.8854 12.8896 13.5562 14.3917 13.5562 16.05V24.1375H24.0687C24.0687 27.35 21.4646 29.9521 18.2542 29.9521H13.5562V30.3062C13.5562 41.7188 23.9896 41.5229 23.9896 41.5229H28.5958L23.5167 47.45C7.30417 47.1625 7.53958 32.1792 7.53958 32.1792ZM48.0542 47.4542C46.5042 47.4542 45.0333 46.775 44.0292 45.5958L42.6458 43.9688L39.4854 40.2562L34.9417 45.5958C33.9375 46.775 32.4667 47.4542 30.9167 47.4542H25.6104L30.6917 41.5229H30.725L35.6437 35.7458L34.6 34.5208L25.7604 24.1375H30.9979C32.5458 24.1375 34.0167 24.8167 35.0208 25.9958L38.45 30.0229L39.4833 31.2375L41.0833 29.3583L43.9479 25.9958C44.9521 24.8167 46.4229 24.1375 47.9708 24.1375H53.2083L47.0542 31.3667L43.325 35.7458L46.4854 39.4583L53.2917 47.4542H48.0542ZM64.6729 50.1417L80.4 12.4729C81.1187 10.75 82.8021 9.62917 84.6687 9.62917C86.5354 9.62917 88.2167 10.75 88.9375 12.4729L104.665 50.1417H96.9917L93.6792 42.0625H75.6625L72.35 50.1417H64.675H64.6729ZM77.9229 36.0771H91.4062L84.6646 19.5708L77.9229 36.0771ZM128.373 25.0917V14.2562C128.373 11.7021 130.442 9.63125 132.998 9.63125H135.348V41.3063C135.348 43.8042 135.929 44.7354 137.5 44.7354C137.906 44.7354 138.431 44.6792 138.954 44.6187V50.2562C138.2 50.5458 137.035 50.7208 135.525 50.7208C133.84 50.7208 132.502 50.4313 131.456 49.7896C130.179 48.9188 129.365 47.7542 129.075 46.2437C127.04 49.3229 123.671 50.8354 119.021 50.8354C114.894 50.8354 111.408 49.3812 108.558 46.4187C105.769 43.4542 104.375 39.85 104.375 35.4937C104.375 31.1375 105.769 27.5312 108.558 24.625C111.406 21.6604 114.894 20.2083 119.021 20.2083C123.725 20.2125 127.271 22.3042 128.375 25.0937L128.373 25.0917ZM126.281 41.8875C128.025 40.2021 128.896 38.0521 128.896 35.4958C128.896 32.9396 128.025 30.7875 126.281 29.1042C124.596 27.4187 122.446 26.5458 119.946 26.5458C117.446 26.5458 115.412 27.4167 113.727 29.1042C112.1 30.7896 111.285 32.9396 111.285 35.4958C111.285 38.0521 112.1 40.2021 113.727 41.8875C115.412 43.5729 117.446 44.4458 119.946 44.4458C122.446 44.4458 124.596 43.5729 126.281 41.8875ZM141.683 50.1417V25.475C141.683 22.9208 143.752 20.85 146.308 20.85H148.602V25.0333C149.823 22.1854 152.729 20.2667 156.448 20.2667C160.458 20.2667 163.248 21.9521 164.7 25.3813C166.385 21.9521 169.525 20.2667 174.115 20.2667C180.45 20.2667 184.112 24.7437 184.112 32.0062V41.2479C184.112 43.5125 184.519 44.3271 186.087 44.3271H187.048C187.062 44.325 187.075 44.3375 187.075 44.3521V50.0792C186.377 50.3125 185.39 50.4292 184.052 50.4292C179.462 50.4292 177.194 47.8708 177.194 42.7562V32.9917C177.194 28.9812 175.333 26.4833 172.079 26.4833C168.825 26.4833 166.442 29.3312 166.442 33.2812V50.1354H159.523V32.9896C159.523 28.9792 157.604 26.4812 154.292 26.4812C150.979 26.4812 148.596 29.3292 148.596 33.2812V50.1354H141.679V50.1458L141.683 50.1417ZM188.933 13.3125C188.923 11.2125 190.556 9.425 192.644 9.19375C195.121 8.92083 197.248 10.8083 197.248 13.2937C197.248 15.6187 195.387 17.4208 193.121 17.4208C190.854 17.4208 188.944 15.6292 188.935 13.3146L188.933 13.3125ZM194.256 20.8479H196.606V41.4208C196.606 43.6854 197.071 44.5 198.642 44.5C199.165 44.5 199.573 44.4437 199.862 44.3833V50.2542C199.165 50.5438 198.002 50.7188 196.377 50.7188C191.9 50.7188 189.635 48.2208 189.635 43.2792V25.4708C189.633 22.9208 191.704 20.8479 194.258 20.8479H194.256ZM202.475 50.1417V25.475C202.475 22.9208 204.544 20.85 207.1 20.85H209.394V25.0333C210.787 22.1854 214.044 20.2667 218.171 20.2667C225.085 20.2667 229.096 24.7437 229.096 32.0062V41.2479C229.096 43.5125 229.502 44.3271 231.071 44.3271H232.031C232.046 44.325 232.058 44.3375 232.058 44.3521V50.0792C231.244 50.3125 230.256 50.4292 229.035 50.4292C224.446 50.4292 222.177 47.8708 222.177 42.7562V32.9917C222.177 28.9812 219.912 26.4833 216.017 26.4833C212.121 26.4833 209.392 29.2729 209.392 33.2812V50.1354H202.475V50.1437V50.1417Z",
|
|
15
|
+
fill: "#F1F1E4"
|
|
16
|
+
}
|
|
17
|
+
)
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
}
|
|
21
|
+
const M = V.memo(H);
|
|
22
|
+
export {
|
|
23
|
+
M as default
|
|
24
|
+
};
|