@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.
Files changed (276) hide show
  1. package/dist/{BurgerMenu.module-DzFXW4p3.js → BurgerMenu.module-Dy-zFg88.js} +5 -3
  2. package/dist/assets/css/Badge.css +1 -1
  3. package/dist/assets/css/BurgerMenu.css +1 -1
  4. package/dist/assets/css/Button.css +1 -1
  5. package/dist/assets/css/InputDropzone.css +1 -1
  6. package/dist/assets/general/global.css +1 -1
  7. package/dist/cfxIcons-B2ocwAjm.js +136 -0
  8. package/dist/cfxIconsXLarge-C9n01-rM.js +136 -0
  9. package/dist/components/Badge/Badge.d.ts +2 -1
  10. package/dist/components/Badge/Badge.js +39 -35
  11. package/dist/components/Badge/BadgeShowcase.js +66 -36
  12. package/dist/components/BurgerMenu/BurgerMenu.d.ts +4 -1
  13. package/dist/components/BurgerMenu/BurgerMenu.js +75 -62
  14. package/dist/components/BurgerMenu/BurgerMenuButton.js +1 -1
  15. package/dist/components/BurgerMenu/BurgerMenuShowcase.js +44 -26
  16. package/dist/components/Button/Button.d.ts +2 -1
  17. package/dist/components/Button/Button.js +71 -65
  18. package/dist/components/Button/ButtonShowcase.js +46 -22
  19. package/dist/components/Checkbox/Checkbox.js +57 -31
  20. package/dist/components/Checkbox/CheckboxShowcase.js +28 -2
  21. package/dist/components/Icon/Icon.js +2 -2
  22. package/dist/components/Icons/IconsShowcase.js +71 -29
  23. package/dist/components/Icons/cfx-icons/Car.d.ts +5 -0
  24. package/dist/components/Icons/cfx-icons/Car.js +26 -0
  25. package/dist/components/Icons/cfx-icons/Creator.d.ts +5 -0
  26. package/dist/components/Icons/cfx-icons/Creator.js +26 -0
  27. package/dist/components/Icons/cfx-icons/Documentation.d.ts +5 -0
  28. package/dist/components/Icons/cfx-icons/Documentation.js +26 -0
  29. package/dist/components/Icons/cfx-icons/Expand2.d.ts +5 -0
  30. package/dist/components/Icons/cfx-icons/Expand2.js +26 -0
  31. package/dist/components/Icons/cfx-icons/FiveMServer.d.ts +5 -0
  32. package/dist/components/Icons/cfx-icons/FiveMServer.js +27 -0
  33. package/dist/components/Icons/cfx-icons/Hat.d.ts +5 -0
  34. package/dist/components/Icons/cfx-icons/Hat.js +18 -0
  35. package/dist/components/Icons/cfx-icons/Integration.d.ts +5 -0
  36. package/dist/components/Icons/cfx-icons/Integration.js +26 -0
  37. package/dist/components/Icons/cfx-icons/Pen.d.ts +5 -0
  38. package/dist/components/Icons/cfx-icons/Pen.js +26 -0
  39. package/dist/components/Icons/cfx-icons/Population.d.ts +5 -0
  40. package/dist/components/Icons/cfx-icons/Population.js +26 -0
  41. package/dist/components/Icons/cfx-icons/RedMServer.d.ts +5 -0
  42. package/dist/components/Icons/cfx-icons/RedMServer.js +26 -0
  43. package/dist/components/Icons/cfx-icons/Script.d.ts +5 -0
  44. package/dist/components/Icons/cfx-icons/Script.js +26 -0
  45. package/dist/components/Icons/cfx-icons/Snail.d.ts +5 -0
  46. package/dist/components/Icons/cfx-icons/Snail.js +18 -0
  47. package/dist/components/Icons/cfx-icons/Tooling.d.ts +5 -0
  48. package/dist/components/Icons/cfx-icons/Tooling.js +26 -0
  49. package/dist/components/Icons/cfx-iconsXLarge/Car.d.ts +5 -0
  50. package/dist/components/Icons/cfx-iconsXLarge/Car.js +26 -0
  51. package/dist/components/Icons/cfx-iconsXLarge/Creator.d.ts +5 -0
  52. package/dist/components/Icons/cfx-iconsXLarge/Creator.js +26 -0
  53. package/dist/components/Icons/cfx-iconsXLarge/Documentation.d.ts +5 -0
  54. package/dist/components/Icons/cfx-iconsXLarge/Documentation.js +26 -0
  55. package/dist/components/Icons/cfx-iconsXLarge/Expand2.d.ts +5 -0
  56. package/dist/components/Icons/cfx-iconsXLarge/Expand2.js +26 -0
  57. package/dist/components/Icons/cfx-iconsXLarge/FiveMServer.d.ts +5 -0
  58. package/dist/components/Icons/cfx-iconsXLarge/FiveMServer.js +27 -0
  59. package/dist/components/Icons/cfx-iconsXLarge/Hat.d.ts +5 -0
  60. package/dist/components/Icons/cfx-iconsXLarge/Hat.js +18 -0
  61. package/dist/components/Icons/cfx-iconsXLarge/Integration.d.ts +5 -0
  62. package/dist/components/Icons/cfx-iconsXLarge/Integration.js +26 -0
  63. package/dist/components/Icons/cfx-iconsXLarge/Pen.d.ts +5 -0
  64. package/dist/components/Icons/cfx-iconsXLarge/Pen.js +26 -0
  65. package/dist/components/Icons/cfx-iconsXLarge/Population.d.ts +5 -0
  66. package/dist/components/Icons/cfx-iconsXLarge/Population.js +26 -0
  67. package/dist/components/Icons/cfx-iconsXLarge/RedMServer.d.ts +5 -0
  68. package/dist/components/Icons/cfx-iconsXLarge/RedMServer.js +26 -0
  69. package/dist/components/Icons/cfx-iconsXLarge/Script.d.ts +5 -0
  70. package/dist/components/Icons/cfx-iconsXLarge/Script.js +26 -0
  71. package/dist/components/Icons/cfx-iconsXLarge/Snail.d.ts +5 -0
  72. package/dist/components/Icons/cfx-iconsXLarge/Snail.js +21 -0
  73. package/dist/components/Icons/cfx-iconsXLarge/Tooling.d.ts +5 -0
  74. package/dist/components/Icons/cfx-iconsXLarge/Tooling.js +26 -0
  75. package/dist/components/Icons/cfxIcons.d.ts +13 -0
  76. package/dist/components/Icons/cfxIcons.js +98 -72
  77. package/dist/components/Icons/cfxIconsXLarge.d.ts +13 -0
  78. package/dist/components/Icons/cfxIconsXLarge.js +98 -72
  79. package/dist/components/Icons/index.js +2 -2
  80. package/dist/components/InputDropzone/InputDropzone.js +1 -1
  81. package/dist/components/Logos/Logos.types.d.ts +26 -0
  82. package/dist/components/Logos/LogosShowcase.js +28 -27
  83. package/dist/components/Logos/c/Logo.d.ts +5 -0
  84. package/dist/components/Logos/c/Logo.js +18 -0
  85. package/dist/components/Logos/c/index.d.ts +1 -0
  86. package/dist/components/Logos/c/index.js +4 -0
  87. package/dist/components/Logos/cfx/CompositeIcon.d.ts +5 -0
  88. package/dist/components/Logos/cfx/CompositeIcon.js +9 -0
  89. package/dist/components/Logos/cfx/index.d.ts +1 -0
  90. package/dist/components/Logos/cfx/index.js +8 -6
  91. package/dist/components/Logos/discord/IconColor.d.ts +5 -0
  92. package/dist/components/Logos/discord/IconColor.js +24 -0
  93. package/dist/components/Logos/discord/Logo.d.ts +5 -0
  94. package/dist/components/Logos/discord/Logo.js +24 -0
  95. package/dist/components/Logos/discord/LogoColor.d.ts +5 -0
  96. package/dist/components/Logos/discord/LogoColor.js +24 -0
  97. package/dist/components/Logos/discord/index.d.ts +3 -0
  98. package/dist/components/Logos/discord/index.js +8 -2
  99. package/dist/components/Logos/esx/IconColor.d.ts +5 -0
  100. package/dist/components/Logos/esx/IconColor.js +24 -0
  101. package/dist/components/Logos/esx/index.d.ts +1 -0
  102. package/dist/components/Logos/esx/index.js +4 -2
  103. package/dist/components/Logos/fivem/SimpleLogo.d.ts +5 -0
  104. package/dist/components/Logos/fivem/SimpleLogo.js +18 -0
  105. package/dist/components/Logos/fivem/WhiteLogo.js +9 -9
  106. package/dist/components/Logos/fivem/index.d.ts +1 -0
  107. package/dist/components/Logos/fivem/index.js +8 -6
  108. package/dist/components/Logos/forum/CompositeLogo.d.ts +5 -0
  109. package/dist/components/Logos/forum/CompositeLogo.js +15 -0
  110. package/dist/components/Logos/forum/index.d.ts +1 -0
  111. package/dist/components/Logos/forum/index.js +4 -0
  112. package/dist/components/Logos/google/WordmarkWhite.d.ts +5 -0
  113. package/dist/components/Logos/google/WordmarkWhite.js +25 -0
  114. package/dist/components/Logos/google/index.d.ts +1 -0
  115. package/dist/components/Logos/google/index.js +4 -2
  116. package/dist/components/Logos/gportal/Icon.d.ts +5 -0
  117. package/dist/components/Logos/gportal/Icon.js +22 -0
  118. package/dist/components/Logos/gportal/IconColor.d.ts +5 -0
  119. package/dist/components/Logos/gportal/IconColor.js +22 -0
  120. package/dist/components/Logos/gportal/Logo.d.ts +5 -0
  121. package/dist/components/Logos/gportal/Logo.js +29 -0
  122. package/dist/components/Logos/gportal/LogoColor.d.ts +5 -0
  123. package/dist/components/Logos/gportal/LogoColor.js +32 -0
  124. package/dist/components/Logos/gportal/LogoHorizontal.d.ts +5 -0
  125. package/dist/components/Logos/gportal/LogoHorizontal.js +29 -0
  126. package/dist/components/Logos/gportal/LogoHorizontalColor.d.ts +5 -0
  127. package/dist/components/Logos/gportal/LogoHorizontalColor.js +29 -0
  128. package/dist/components/Logos/gportal/index.d.ts +6 -0
  129. package/dist/components/Logos/gportal/index.js +14 -0
  130. package/dist/components/Logos/index.d.ts +26 -0
  131. package/dist/components/Logos/index.js +60 -34
  132. package/dist/components/Logos/javascript/Logo.d.ts +5 -0
  133. package/dist/components/Logos/javascript/Logo.js +18 -0
  134. package/dist/components/Logos/javascript/index.d.ts +1 -0
  135. package/dist/components/Logos/javascript/index.js +4 -0
  136. package/dist/components/Logos/lua/Logo.d.ts +5 -0
  137. package/dist/components/Logos/lua/Logo.js +18 -0
  138. package/dist/components/Logos/lua/index.d.ts +1 -0
  139. package/dist/components/Logos/lua/index.js +4 -0
  140. package/dist/components/Logos/marketplace/CompositeLogo.d.ts +5 -0
  141. package/dist/components/Logos/marketplace/CompositeLogo.js +15 -0
  142. package/dist/components/Logos/marketplace/index.d.ts +1 -0
  143. package/dist/components/Logos/marketplace/index.js +4 -0
  144. package/dist/components/Logos/nitrado/Icon.d.ts +5 -0
  145. package/dist/components/Logos/nitrado/Icon.js +27 -0
  146. package/dist/components/Logos/nitrado/IconColor.d.ts +5 -0
  147. package/dist/components/Logos/nitrado/IconColor.js +27 -0
  148. package/dist/components/Logos/nitrado/LogoHorizontal.d.ts +5 -0
  149. package/dist/components/Logos/nitrado/LogoHorizontal.js +70 -0
  150. package/dist/components/Logos/nitrado/LogoHorizontalColor.d.ts +5 -0
  151. package/dist/components/Logos/nitrado/LogoHorizontalColor.js +70 -0
  152. package/dist/components/Logos/nitrado/index.d.ts +4 -0
  153. package/dist/components/Logos/nitrado/index.js +10 -0
  154. package/dist/components/Logos/nodecraft/Icon.d.ts +5 -0
  155. package/dist/components/Logos/nodecraft/Icon.js +29 -0
  156. package/dist/components/Logos/nodecraft/IconColor.d.ts +5 -0
  157. package/dist/components/Logos/nodecraft/IconColor.js +29 -0
  158. package/dist/components/Logos/nodecraft/Logo.d.ts +5 -0
  159. package/dist/components/Logos/nodecraft/Logo.js +38 -0
  160. package/dist/components/Logos/nodecraft/LogoColor.d.ts +5 -0
  161. package/dist/components/Logos/nodecraft/LogoColor.js +41 -0
  162. package/dist/components/Logos/nodecraft/LogoColor2.d.ts +5 -0
  163. package/dist/components/Logos/nodecraft/LogoColor2.js +41 -0
  164. package/dist/components/Logos/nodecraft/index.d.ts +5 -0
  165. package/dist/components/Logos/nodecraft/index.js +12 -0
  166. package/dist/components/Logos/redemrp/IconColor.d.ts +5 -0
  167. package/dist/components/Logos/redemrp/IconColor.js +18 -0
  168. package/dist/components/Logos/redemrp/index.d.ts +1 -0
  169. package/dist/components/Logos/redemrp/index.js +4 -2
  170. package/dist/components/Logos/redm/SimpleLogo.d.ts +5 -0
  171. package/dist/components/Logos/redm/SimpleLogo.js +21 -0
  172. package/dist/components/Logos/redm/WhiteLogo.js +8 -30
  173. package/dist/components/Logos/redm/index.d.ts +1 -0
  174. package/dist/components/Logos/redm/index.js +8 -6
  175. package/dist/components/Logos/rockstar/Wordmark.d.ts +5 -0
  176. package/dist/components/Logos/rockstar/Wordmark.js +33 -0
  177. package/dist/components/Logos/rockstar/WordmarkVertical.d.ts +5 -0
  178. package/dist/components/Logos/rockstar/WordmarkVertical.js +33 -0
  179. package/dist/components/Logos/rockstar/index.d.ts +2 -0
  180. package/dist/components/Logos/rockstar/index.js +6 -2
  181. package/dist/components/Logos/shockbyte/Icon.d.ts +5 -0
  182. package/dist/components/Logos/shockbyte/Icon.js +26 -0
  183. package/dist/components/Logos/shockbyte/IconColor.d.ts +5 -0
  184. package/dist/components/Logos/shockbyte/IconColor.js +26 -0
  185. package/dist/components/Logos/shockbyte/IconColor2.d.ts +5 -0
  186. package/dist/components/Logos/shockbyte/IconColor2.js +54 -0
  187. package/dist/components/Logos/shockbyte/Logo.d.ts +5 -0
  188. package/dist/components/Logos/shockbyte/Logo.js +27 -0
  189. package/dist/components/Logos/shockbyte/LogoColor.d.ts +5 -0
  190. package/dist/components/Logos/shockbyte/LogoColor.js +24 -0
  191. package/dist/components/Logos/shockbyte/LogoColor2.d.ts +5 -0
  192. package/dist/components/Logos/shockbyte/LogoColor2.js +55 -0
  193. package/dist/components/Logos/shockbyte/index.d.ts +6 -0
  194. package/dist/components/Logos/shockbyte/index.js +14 -0
  195. package/dist/components/Logos/support/CompositeLogo.d.ts +5 -0
  196. package/dist/components/Logos/support/CompositeLogo.js +15 -0
  197. package/dist/components/Logos/support/index.d.ts +1 -0
  198. package/dist/components/Logos/support/index.js +4 -0
  199. package/dist/components/Logos/tebex/WhiteWordmark.d.ts +5 -0
  200. package/dist/components/Logos/tebex/WhiteWordmark.js +35 -0
  201. package/dist/components/Logos/tebex/index.d.ts +1 -0
  202. package/dist/components/Logos/tebex/index.js +4 -2
  203. package/dist/components/Logos/txadmin/Icon.d.ts +5 -0
  204. package/dist/components/Logos/txadmin/Icon.js +24 -0
  205. package/dist/components/Logos/txadmin/IconColor.d.ts +5 -0
  206. package/dist/components/Logos/txadmin/IconColor.js +24 -0
  207. package/dist/components/Logos/txadmin/Logo.d.ts +5 -0
  208. package/dist/components/Logos/txadmin/Logo.js +24 -0
  209. package/dist/components/Logos/txadmin/LogoColor.d.ts +5 -0
  210. package/dist/components/Logos/txadmin/LogoColor.js +24 -0
  211. package/dist/components/Logos/txadmin/index.d.ts +4 -0
  212. package/dist/components/Logos/txadmin/index.js +10 -0
  213. package/dist/components/Logos/vorpcore/IconColor.d.ts +5 -0
  214. package/dist/components/Logos/vorpcore/IconColor.js +27 -0
  215. package/dist/components/Logos/vorpcore/index.d.ts +1 -0
  216. package/dist/components/Logos/vorpcore/index.js +4 -2
  217. package/dist/components/Logos/xrealm/Icon.d.ts +5 -0
  218. package/dist/components/Logos/xrealm/Icon.js +21 -0
  219. package/dist/components/Logos/xrealm/IconColor.d.ts +5 -0
  220. package/dist/components/Logos/xrealm/IconColor.js +21 -0
  221. package/dist/components/Logos/xrealm/IconColor2.d.ts +5 -0
  222. package/dist/components/Logos/xrealm/IconColor2.js +21 -0
  223. package/dist/components/Logos/xrealm/Logo.d.ts +5 -0
  224. package/dist/components/Logos/xrealm/Logo.js +26 -0
  225. package/dist/components/Logos/xrealm/LogoColor.d.ts +5 -0
  226. package/dist/components/Logos/xrealm/LogoColor.js +26 -0
  227. package/dist/components/Logos/xrealm/LogoColor2.d.ts +5 -0
  228. package/dist/components/Logos/xrealm/LogoColor2.js +26 -0
  229. package/dist/components/Logos/xrealm/index.d.ts +6 -0
  230. package/dist/components/Logos/xrealm/index.js +14 -0
  231. package/dist/components/Logos/zap/Icon.d.ts +5 -0
  232. package/dist/components/Logos/zap/Icon.js +24 -0
  233. package/dist/components/Logos/zap/IconColor.d.ts +5 -0
  234. package/dist/components/Logos/zap/IconColor.js +24 -0
  235. package/dist/components/Logos/zap/IconColor2.d.ts +5 -0
  236. package/dist/components/Logos/zap/IconColor2.js +24 -0
  237. package/dist/components/Logos/zap/Logo.d.ts +5 -0
  238. package/dist/components/Logos/zap/Logo.js +33 -0
  239. package/dist/components/Logos/zap/LogoColor.d.ts +5 -0
  240. package/dist/components/Logos/zap/LogoColor.js +33 -0
  241. package/dist/components/Logos/zap/index.d.ts +5 -0
  242. package/dist/components/Logos/zap/index.js +12 -0
  243. package/dist/components/Shroud/Shroud.js +3 -3
  244. package/dist/components/Table/TableCell.js +35 -33
  245. package/dist/index--7ftEy7B.js +14 -0
  246. package/dist/index-6ymEiKOk.js +12 -0
  247. package/dist/index-B4ozsXlE.js +16 -0
  248. package/dist/index-B894ectI.js +10 -0
  249. package/dist/index-BGU_SN2o.js +16 -0
  250. package/dist/{index-CZVyC53C.js → index-BOn_iaK2.js} +4 -2
  251. package/dist/index-BRHcJhJG.js +18 -0
  252. package/dist/index-B_EMgg52.js +14 -0
  253. package/dist/index-B_Vaq81q.js +10 -0
  254. package/dist/index-C9Lozqbl.js +8 -0
  255. package/dist/index-Cq4jCzEv.js +12 -0
  256. package/dist/{index-CndZSWbO.js → index-CztR26xF.js} +3 -3
  257. package/dist/index-D1C1OavJ.js +14 -0
  258. package/dist/index-DhOP0QKO.js +18 -0
  259. package/dist/{index-DmiGJpGO.js → index-DwlnwP6x.js} +3 -3
  260. package/dist/{index-BFDtbr-9.js → index-FdoLqVRX.js} +3 -3
  261. package/dist/{index-BcJ929FX.js → index-RuvVYarm.js} +6 -4
  262. package/dist/{index-CaQzR2YA.js → index-lyU2TVKU.js} +3 -3
  263. package/dist/{index-zDYfHjPd.js → index-nlWIqgCS.js} +4 -4
  264. package/dist/index-sokrkox7.js +16 -0
  265. package/dist/index-srJbL-Sj.js +8 -0
  266. package/dist/index-ugQO1I1Q.js +12 -0
  267. package/dist/index-zV_VvyQi.js +18 -0
  268. package/dist/main.js +2 -2
  269. package/dist/styles-scss/tokens.scss +1 -1
  270. package/dist/utils/hooks/usePopoverController.js +25 -22
  271. package/package.json +1 -1
  272. package/dist/cfxIcons-YyDWNxmM.js +0 -110
  273. package/dist/cfxIconsXLarge-Dw37ZSw2.js +0 -110
  274. package/dist/index-Bg26abkD.js +0 -14
  275. package/dist/index-DXAZagKA.js +0 -8
  276. package/dist/index-DxFgF-nY.js +0 -10
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function IconColor(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof IconColor>;
5
+ export default _default;
@@ -0,0 +1,22 @@
1
+ import { jsxs as t, jsx as o } from "react/jsx-runtime";
2
+ import r from "react";
3
+ function e(l) {
4
+ return /* @__PURE__ */ t(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 108 60",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...l,
11
+ children: [
12
+ /* @__PURE__ */ o("path", { d: "M56.4292 3.46505V60L79.7727 36.8389H107.311V0L56.4292 3.46505Z", fill: "#50FFEA" }),
13
+ /* @__PURE__ */ o("path", { d: "M0.98877 48.8753H40.7456V42.3099H0.98877V48.8753Z", fill: "#50FFEA" }),
14
+ /* @__PURE__ */ o("path", { d: "M0.98877 0V36.8389H40.1985V30.4559H7.37175V6.74772L45.4872 9.48328V53.617H0.98877V60H51.8702V3.46505L0.98877 0Z", fill: "#50FFEA" })
15
+ ]
16
+ }
17
+ );
18
+ }
19
+ const V = r.memo(e);
20
+ export {
21
+ V as default
22
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function Logo(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Logo>;
5
+ export default _default;
@@ -0,0 +1,29 @@
1
+ import { jsxs as H, jsx as C } from "react/jsx-runtime";
2
+ import t from "react";
3
+ function l(V) {
4
+ return /* @__PURE__ */ H(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 97 60",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...V,
11
+ children: [
12
+ /* @__PURE__ */ C("path", { d: "M40.5271 26.569H15.3593V30.7726H40.5271V26.569Z", fill: "white" }),
13
+ /* @__PURE__ */ C("path", { d: "M40.1498 19.2396H19.4013V4.31139L43.4911 5.98205V33.7905H15.3593V37.7786H47.5331V2.26348L15.3593 0V23.2276H40.1498V19.2396Z", fill: "white" }),
14
+ /* @__PURE__ */ C("path", { d: "M50.2816 37.7786L65.0481 23.2276H82.5092V0L50.2816 2.26348V37.7786Z", fill: "white" }),
15
+ /* @__PURE__ */ C("path", { d: "M9.9162 47.1558H2.20959C1.61677 47.1558 1.07785 47.3714 0.646709 47.8025C0.21557 48.2337 0 48.7726 0 49.3654V57.1259C0 57.7187 0.21557 58.2577 0.646709 58.6888C1.02396 59.1199 1.61677 59.3355 2.20959 59.3355H9.9162C10.509 59.3355 11.0479 59.1199 11.4791 58.6888C11.9102 58.2577 12.1258 57.7187 12.1258 57.1259V52.6529H7.43715V54.4852H10.2934V57.1259C10.2934 57.2337 10.2396 57.3415 10.1857 57.3954C10.1318 57.4493 10.024 57.5032 9.9162 57.5032H2.20959C2.1018 57.5032 1.99402 57.4493 1.94013 57.3954C1.88623 57.3415 1.83234 57.2337 1.83234 57.1259V49.3654C1.83234 49.2576 1.88623 49.1499 1.94013 49.096C1.99402 49.0421 2.1018 48.9882 2.20959 48.9882H9.9162C10.1318 48.9882 10.2934 49.1499 10.2934 49.3654V50.066H12.1258V49.3654C12.1258 48.7726 11.9102 48.2337 11.4791 47.8025C11.0479 47.4253 10.509 47.1558 9.9162 47.1558Z", fill: "white" }),
16
+ /* @__PURE__ */ C("path", { d: "M80.2996 47.1558H72.5391C71.9463 47.1558 71.4074 47.3714 70.9762 47.8025C70.5451 48.2337 70.3295 48.7726 70.3295 49.3654V59.3355H72.1619V55.078H80.623V59.3355H82.4553V49.3654C82.4553 48.7726 82.2397 48.2337 81.8086 47.8025C81.4313 47.4253 80.8385 47.1558 80.2996 47.1558ZM72.1619 53.2457V49.3654C72.1619 49.2576 72.2158 49.1499 72.2696 49.096C72.3235 49.0421 72.4313 48.9882 72.5391 48.9882H80.2457C80.4613 48.9882 80.623 49.1499 80.623 49.3654V53.2457H72.1619Z", fill: "white" }),
17
+ /* @__PURE__ */ C("path", { d: "M86.7128 57.5571V47.1558H84.9344V59.3355H97.0063V57.5032L86.7128 57.5571Z", fill: "white" }),
18
+ /* @__PURE__ */ C("path", { d: "M52.5989 47.2097H42.6827V59.3355H44.5151V54.9702C44.6229 54.9702 44.7845 55.0241 44.8923 55.0241H49.042L52.6528 59.3894H54.8085V59.1199L51.4133 55.0241H52.6528C53.2456 55.0241 53.7846 54.8085 54.2157 54.3774C54.6468 53.9463 54.8624 53.4073 54.8624 52.8145V49.4193C54.8624 48.8265 54.6468 48.2876 54.2157 47.8564C53.7307 47.4792 53.1917 47.2097 52.5989 47.2097ZM52.9762 52.8145C52.9762 53.0301 52.8145 53.1918 52.5989 53.1918H44.8384C44.7306 53.1918 44.6229 53.1379 44.569 53.084C44.569 53.0301 44.4612 52.9223 44.4612 52.8145V49.4193C44.4612 49.3115 44.4612 49.2037 44.569 49.1498C44.6768 49.0959 44.7306 49.0421 44.8384 49.0421H52.5989C52.7067 49.0421 52.8145 49.0959 52.8684 49.1498C52.8684 49.2037 52.9762 49.3115 52.9762 49.4193V52.8145Z", fill: "white" }),
19
+ /* @__PURE__ */ C("path", { d: "M24.4132 47.2097H14.497V59.3355H16.3294V54.9702C16.4372 54.9702 16.5988 55.0241 16.7066 55.0241H24.4132C25.006 55.0241 25.545 54.8085 25.9761 54.3774C26.4072 53.9463 26.6228 53.4073 26.6228 52.8145V49.4193C26.6228 48.8265 26.4072 48.2876 25.9761 47.8564C25.545 47.4253 24.9522 47.2097 24.4132 47.2097ZM24.7905 52.8145C24.7905 53.0301 24.6288 53.1918 24.4132 53.1918H16.6527C16.5449 53.1918 16.4372 53.1379 16.3833 53.084C16.3833 53.0301 16.2755 52.9223 16.2755 52.8145V49.4193C16.2755 49.3115 16.2755 49.2037 16.3833 49.1498C16.3833 49.0959 16.5449 49.0421 16.6527 49.0421H24.3593C24.4671 49.0421 24.5749 49.0959 24.6288 49.1498C24.6288 49.2037 24.7366 49.3115 24.7366 49.4193V52.8145H24.7905Z", fill: "white" }),
20
+ /* @__PURE__ */ C("path", { d: "M38.1558 47.1558H30.4492C29.8564 47.1558 29.3174 47.3714 28.8863 47.8025C28.4552 48.2337 28.2396 48.7726 28.2396 49.3654V57.1259C28.2396 57.7187 28.4552 58.2577 28.8863 58.6888C29.2635 59.1199 29.8564 59.3355 30.4492 59.3355H38.1558C38.7486 59.3355 39.2875 59.1199 39.7187 58.6888C40.1498 58.2577 40.3654 57.7187 40.3654 57.1259V49.3654C40.3654 48.7726 40.1498 48.2337 39.7187 47.8025C39.2875 47.4253 38.7486 47.1558 38.1558 47.1558ZM38.4252 57.4493C38.4252 57.5032 38.2636 57.5571 38.1558 57.5571H30.4492C30.3414 57.5571 30.2336 57.5032 30.1797 57.4493C30.1797 57.3954 30.0719 57.2876 30.0719 57.1798V49.4193C30.0719 49.2037 30.2336 49.0421 30.4492 49.0421H38.1558C38.2636 49.0421 38.3713 49.096 38.4252 49.1498C38.4252 49.2037 38.533 49.3115 38.533 49.4193V57.1798C38.533 57.2876 38.533 57.3415 38.4252 57.4493Z", fill: "white" }),
21
+ /* @__PURE__ */ C("path", { d: "M56.4792 49.0421H61.599V59.3355H63.4313V48.9882H68.5511V47.1558H56.4792V49.0421Z", fill: "white" })
22
+ ]
23
+ }
24
+ );
25
+ }
26
+ const e = t.memo(l);
27
+ export {
28
+ e as default
29
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function LogoColor(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof LogoColor>;
5
+ export default _default;
@@ -0,0 +1,32 @@
1
+ import { jsxs as V, jsx as C } from "react/jsx-runtime";
2
+ import l from "react";
3
+ function i(H) {
4
+ return /* @__PURE__ */ V(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 97 60",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...H,
11
+ children: [
12
+ /* @__PURE__ */ V("g", { clipPath: "url(#clip0_2357_135)", children: [
13
+ /* @__PURE__ */ C("path", { d: "M40.7263 26.7164H15.5585V30.92H40.7263V26.7164Z", fill: "#50FFEA" }),
14
+ /* @__PURE__ */ C("path", { d: "M40.349 19.387H19.6005V4.45885L43.6904 6.12951V33.938H15.5585V37.926H47.7323V2.41094L15.5585 0.147461V23.3751H40.349V19.387Z", fill: "#50FFEA" }),
15
+ /* @__PURE__ */ C("path", { d: "M50.4808 37.926L65.2473 23.3751H82.7084V0.147461L50.4808 2.41094V37.926Z", fill: "#50FFEA" }),
16
+ /* @__PURE__ */ C("path", { d: "M10.1154 47.3033H2.40881C1.81599 47.3033 1.27707 47.5189 0.845928 47.95C0.414789 48.3811 0.199219 48.9201 0.199219 49.5129V57.2734C0.199219 57.8662 0.414789 58.4051 0.845928 58.8363C1.22317 59.2674 1.81599 59.483 2.40881 59.483H10.1154C10.7082 59.483 11.2472 59.2674 11.6783 58.8363C12.1094 58.4051 12.325 57.8662 12.325 57.2734V52.8003H7.63637V54.6327H10.4927V57.2734C10.4927 57.3812 10.4388 57.4889 10.3849 57.5428C10.331 57.5967 10.2232 57.6506 10.1154 57.6506H2.40881C2.30102 57.6506 2.19324 57.5967 2.13934 57.5428C2.08545 57.4889 2.03156 57.3812 2.03156 57.2734V49.5129C2.03156 49.4051 2.08545 49.2973 2.13934 49.2434C2.19324 49.1895 2.30102 49.1356 2.40881 49.1356H10.1154C10.331 49.1356 10.4927 49.2973 10.4927 49.5129V50.2135H12.325V49.5129C12.325 48.9201 12.1094 48.3811 11.6783 47.95C11.2472 47.5728 10.7082 47.3033 10.1154 47.3033Z", fill: "#50FFEA" }),
17
+ /* @__PURE__ */ C("path", { d: "M80.4988 47.3033H72.7383C72.1455 47.3033 71.6066 47.5189 71.1754 47.95C70.7443 48.3811 70.5287 48.9201 70.5287 49.5129V59.483H72.3611V55.2255H80.8222V59.483H82.6545V49.5129C82.6545 48.9201 82.4389 48.3811 82.0078 47.95C81.6306 47.5728 81.0378 47.3033 80.4988 47.3033ZM72.3611 53.3931V49.5129C72.3611 49.4051 72.415 49.2973 72.4689 49.2434C72.5228 49.1895 72.6305 49.1356 72.7383 49.1356H80.4449C80.6605 49.1356 80.8222 49.2973 80.8222 49.5129V53.3931H72.3611Z", fill: "#50FFEA" }),
18
+ /* @__PURE__ */ C("path", { d: "M86.912 57.7045V47.3033H85.1336V59.483H97.2055V57.6506L86.912 57.7045Z", fill: "#50FFEA" }),
19
+ /* @__PURE__ */ C("path", { d: "M52.7982 47.3572H42.882V59.483H44.7143V55.1177C44.8221 55.1177 44.9838 55.1716 45.0915 55.1716H49.2413L52.852 59.5368H55.0077V59.2674L51.6125 55.1716H52.852C53.4449 55.1716 53.9838 54.956 54.4149 54.5249C54.8461 54.0937 55.0616 53.5548 55.0616 52.962V49.5668C55.0616 48.9739 54.8461 48.435 54.4149 48.0039C53.9299 47.6266 53.391 47.3572 52.7982 47.3572ZM53.1754 52.962C53.1754 53.1776 53.0137 53.3392 52.7982 53.3392H45.0376C44.9299 53.3392 44.8221 53.2853 44.7682 53.2314C44.7682 53.1776 44.6604 53.0698 44.6604 52.962V49.5668C44.6604 49.459 44.6604 49.3512 44.7682 49.2973C44.876 49.2434 44.9299 49.1895 45.0376 49.1895H52.7982C52.9059 49.1895 53.0137 49.2434 53.0676 49.2973C53.0676 49.3512 53.1754 49.459 53.1754 49.5668V52.962Z", fill: "#50FFEA" }),
20
+ /* @__PURE__ */ C("path", { d: "M24.6124 47.3572H14.6962V59.483H16.5286V55.1177C16.6364 55.1177 16.7981 55.1716 16.9058 55.1716H24.6124C25.2053 55.1716 25.7442 54.956 26.1753 54.5249C26.6065 54.0937 26.822 53.5548 26.822 52.962V49.5668C26.822 48.9739 26.6065 48.435 26.1753 48.0039C25.7442 47.5727 25.1514 47.3572 24.6124 47.3572ZM24.9897 52.962C24.9897 53.1776 24.828 53.3392 24.6124 53.3392H16.8519C16.7442 53.3392 16.6364 53.2853 16.5825 53.2314C16.5825 53.1776 16.4747 53.0698 16.4747 52.962V49.5668C16.4747 49.459 16.4747 49.3512 16.5825 49.2973C16.5825 49.2434 16.7442 49.1895 16.8519 49.1895H24.5586C24.6663 49.1895 24.7741 49.2434 24.828 49.2973C24.828 49.3512 24.9358 49.459 24.9358 49.5668V52.962H24.9897Z", fill: "#50FFEA" }),
21
+ /* @__PURE__ */ C("path", { d: "M38.355 47.3033H30.6484C30.0556 47.3033 29.5167 47.5189 29.0855 47.95C28.6544 48.3811 28.4388 48.9201 28.4388 49.5129V57.2734C28.4388 57.8662 28.6544 58.4051 29.0855 58.8363C29.4628 59.2674 30.0556 59.483 30.6484 59.483H38.355C38.9478 59.483 39.4867 59.2674 39.9179 58.8363C40.349 58.4051 40.5646 57.8662 40.5646 57.2734V49.5129C40.5646 48.9201 40.349 48.3811 39.9179 47.95C39.4867 47.5728 38.9478 47.3033 38.355 47.3033ZM38.6245 57.5967C38.6245 57.6506 38.4628 57.7045 38.355 57.7045H30.6484C30.5406 57.7045 30.4328 57.6506 30.3789 57.5967C30.3789 57.5428 30.2711 57.4351 30.2711 57.3273V49.5668C30.2711 49.3512 30.4328 49.1895 30.6484 49.1895H38.355C38.4628 49.1895 38.5706 49.2434 38.6245 49.2973C38.6245 49.3512 38.7322 49.459 38.7322 49.5668V57.3273C38.7322 57.4351 38.7322 57.489 38.6245 57.5967Z", fill: "#50FFEA" }),
22
+ /* @__PURE__ */ C("path", { d: "M56.6784 49.1895H61.7982V59.483H63.6305V49.1356H68.7503V47.3033H56.6784V49.1895Z", fill: "#50FFEA" })
23
+ ] }),
24
+ /* @__PURE__ */ C("defs", { children: /* @__PURE__ */ C("clipPath", { id: "clip0_2357_135", children: /* @__PURE__ */ C("rect", { width: "97.2973", height: "60", fill: "white" }) }) })
25
+ ]
26
+ }
27
+ );
28
+ }
29
+ const d = l.memo(i);
30
+ export {
31
+ d as default
32
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function LogoHorizontal(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof LogoHorizontal>;
5
+ export default _default;
@@ -0,0 +1,29 @@
1
+ import { jsxs as V, jsx as C } from "react/jsx-runtime";
2
+ import t from "react";
3
+ function l(H) {
4
+ return /* @__PURE__ */ V(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 489 60",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...H,
11
+ children: [
12
+ /* @__PURE__ */ C("path", { d: "M55.4404 3.46505V60L78.7839 36.8389H106.322V0L55.4404 3.46505Z", fill: "white" }),
13
+ /* @__PURE__ */ C("path", { d: "M0 48.8754H39.7568V42.3101H0V48.8754Z", fill: "white" }),
14
+ /* @__PURE__ */ C("path", { d: "M0 0V36.8389H39.2097V30.4559H6.38298V6.74772L44.4985 9.48328V53.617H0V60H50.8815V3.46505L0 0Z", fill: "white" }),
15
+ /* @__PURE__ */ C("path", { d: "M179.635 17.1428V19.696H173.07V17.1428C173.07 16.4134 172.522 15.8662 171.793 15.8662H143.708C142.978 15.8662 142.431 16.4134 142.431 17.1428V45.4103C142.431 46.1398 142.978 46.6869 143.708 46.6869H171.793C172.522 46.6869 173.07 46.1398 173.07 45.4103V35.7447H162.674V29.1793H179.635V45.4103C179.635 49.7872 176.17 53.4346 171.793 53.4346H143.708C141.519 53.4346 139.513 52.7052 138.054 51.0638C136.595 49.6048 135.684 47.5988 135.684 45.4103V17.1428C135.684 14.9544 136.413 12.9483 138.054 11.4893C139.513 10.0304 141.519 9.11853 143.708 9.11853H171.793C173.981 9.11853 175.988 9.84801 177.447 11.4893C178.905 12.9483 179.635 14.9544 179.635 17.1428Z", fill: "white" }),
16
+ /* @__PURE__ */ C("path", { d: "M194.771 53.4346H188.206V9.11853H224.315C226.504 9.11853 228.51 10.0304 229.969 11.4893C231.428 12.9483 232.34 14.9544 232.34 17.1428V29.5441C232.34 31.7325 231.61 33.7386 229.969 35.1976C228.51 36.6565 226.504 37.5684 224.315 37.5684H196.23C195.866 37.5684 195.319 37.5684 194.954 37.386V53.4346H194.771ZM196.23 15.8662C195.501 15.8662 194.954 16.4134 194.954 17.1428V29.5441C194.954 30.2735 195.501 30.8207 196.23 30.8207H224.315C225.045 30.8207 225.592 30.2735 225.592 29.5441V17.1428C225.592 16.4134 225.045 15.8662 224.315 15.8662H196.23Z", fill: "white" }),
17
+ /* @__PURE__ */ C("path", { d: "M274.468 53.4346H246.383C244.194 53.4346 242.188 52.7052 240.729 51.0638C239.27 49.6048 238.358 47.5988 238.358 45.4103V17.1428C238.358 14.9544 239.088 12.9483 240.729 11.4893C242.188 10.0304 244.194 9.11853 246.383 9.11853H274.468C276.656 9.11853 278.662 9.84801 280.121 11.4893C281.58 12.9483 282.492 14.9544 282.492 17.1428V45.4103C282.492 49.7872 278.845 53.4346 274.468 53.4346ZM246.383 15.8662C245.653 15.8662 245.106 16.4134 245.106 17.1428V45.4103C245.106 46.1398 245.653 46.6869 246.383 46.6869H274.468C275.197 46.6869 275.744 46.1398 275.744 45.4103V17.1428C275.744 16.4134 275.197 15.8662 274.468 15.8662H246.383Z", fill: "white" }),
18
+ /* @__PURE__ */ C("path", { d: "M297.447 53.4346H290.881V9.11853H326.991C329.179 9.11853 331.185 10.0304 332.644 11.4893C334.103 12.9483 335.015 14.9544 335.015 17.1428V29.5441C335.015 31.7325 334.286 33.7386 332.644 35.1976C331.185 36.6565 329.179 37.5684 326.991 37.5684H322.431L334.833 52.5228V53.4346H326.991L313.86 37.5684H298.723C298.359 37.5684 297.811 37.5684 297.447 37.386V53.4346ZM298.906 15.8662C298.176 15.8662 297.629 16.4134 297.629 17.1428V29.5441C297.629 30.2735 298.176 30.8207 298.906 30.8207H326.991C327.72 30.8207 328.267 30.2735 328.267 29.5441V17.1428C328.267 16.4134 327.72 15.8662 326.991 15.8662H298.906Z", fill: "white" }),
19
+ /* @__PURE__ */ C("path", { d: "M341.034 9.11853H385.167V15.6839H366.383V53.2523H359.818V15.8662H341.034V9.11853Z", fill: "white" }),
20
+ /* @__PURE__ */ C("path", { d: "M435.866 53.4346H429.301V37.9331H398.298V53.4346H391.732V17.1428C391.732 14.9544 392.462 12.9483 394.103 11.4893C395.562 10.0304 397.568 9.11853 399.757 9.11853H427.842C430.03 9.11853 432.036 9.84801 433.495 11.4893C434.954 12.9483 435.866 14.9544 435.866 17.1428V53.4346ZM399.757 15.8662C399.027 15.8662 398.48 16.4134 398.48 17.1428V31.1854H429.301V17.1428C429.301 16.4134 428.754 15.8662 428.024 15.8662H399.757Z", fill: "white" }),
21
+ /* @__PURE__ */ C("path", { d: "M444.62 53.4346V9.11853H451.185V46.8693H488.753V53.4346H444.62Z", fill: "white" })
22
+ ]
23
+ }
24
+ );
25
+ }
26
+ const e = t.memo(l);
27
+ export {
28
+ e as default
29
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function LogoHorizontalColor(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof LogoHorizontalColor>;
5
+ export default _default;
@@ -0,0 +1,29 @@
1
+ import { jsxs as V, jsx as C } from "react/jsx-runtime";
2
+ import l from "react";
3
+ function t(H) {
4
+ return /* @__PURE__ */ V(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 489 60",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...H,
11
+ children: [
12
+ /* @__PURE__ */ C("path", { d: "M55.4404 3.46505V60L78.7839 36.8389H106.322V0L55.4404 3.46505Z", fill: "#50FFEA" }),
13
+ /* @__PURE__ */ C("path", { d: "M0 48.8754H39.7568V42.3101H0V48.8754Z", fill: "#50FFEA" }),
14
+ /* @__PURE__ */ C("path", { d: "M0 0V36.8389H39.2097V30.4559H6.38298V6.74772L44.4985 9.48328V53.617H0V60H50.8815V3.46505L0 0Z", fill: "#50FFEA" }),
15
+ /* @__PURE__ */ C("path", { d: "M179.635 17.1428V19.696H173.07V17.1428C173.07 16.4134 172.522 15.8662 171.793 15.8662H143.708C142.978 15.8662 142.431 16.4134 142.431 17.1428V45.4103C142.431 46.1398 142.978 46.6869 143.708 46.6869H171.793C172.522 46.6869 173.07 46.1398 173.07 45.4103V35.7447H162.674V29.1793H179.635V45.4103C179.635 49.7872 176.17 53.4346 171.793 53.4346H143.708C141.519 53.4346 139.513 52.7052 138.054 51.0638C136.595 49.6048 135.684 47.5988 135.684 45.4103V17.1428C135.684 14.9544 136.413 12.9483 138.054 11.4893C139.513 10.0304 141.519 9.11853 143.708 9.11853H171.793C173.981 9.11853 175.988 9.84801 177.447 11.4893C178.905 12.9483 179.635 14.9544 179.635 17.1428Z", fill: "#50FFEA" }),
16
+ /* @__PURE__ */ C("path", { d: "M194.771 53.4346H188.206V9.11853H224.315C226.504 9.11853 228.51 10.0304 229.969 11.4893C231.428 12.9483 232.34 14.9544 232.34 17.1428V29.5441C232.34 31.7325 231.61 33.7386 229.969 35.1976C228.51 36.6565 226.504 37.5684 224.315 37.5684H196.23C195.866 37.5684 195.319 37.5684 194.954 37.386V53.4346H194.771ZM196.23 15.8662C195.501 15.8662 194.954 16.4134 194.954 17.1428V29.5441C194.954 30.2735 195.501 30.8207 196.23 30.8207H224.315C225.045 30.8207 225.592 30.2735 225.592 29.5441V17.1428C225.592 16.4134 225.045 15.8662 224.315 15.8662H196.23Z", fill: "#50FFEA" }),
17
+ /* @__PURE__ */ C("path", { d: "M274.468 53.4346H246.383C244.194 53.4346 242.188 52.7052 240.729 51.0638C239.27 49.6048 238.358 47.5988 238.358 45.4103V17.1428C238.358 14.9544 239.088 12.9483 240.729 11.4893C242.188 10.0304 244.194 9.11853 246.383 9.11853H274.468C276.656 9.11853 278.662 9.84801 280.121 11.4893C281.58 12.9483 282.492 14.9544 282.492 17.1428V45.4103C282.492 49.7872 278.845 53.4346 274.468 53.4346ZM246.383 15.8662C245.653 15.8662 245.106 16.4134 245.106 17.1428V45.4103C245.106 46.1398 245.653 46.6869 246.383 46.6869H274.468C275.197 46.6869 275.744 46.1398 275.744 45.4103V17.1428C275.744 16.4134 275.197 15.8662 274.468 15.8662H246.383Z", fill: "#50FFEA" }),
18
+ /* @__PURE__ */ C("path", { d: "M297.447 53.4346H290.881V9.11853H326.991C329.179 9.11853 331.185 10.0304 332.644 11.4893C334.103 12.9483 335.015 14.9544 335.015 17.1428V29.5441C335.015 31.7325 334.286 33.7386 332.644 35.1976C331.185 36.6565 329.179 37.5684 326.991 37.5684H322.431L334.833 52.5228V53.4346H326.991L313.86 37.5684H298.723C298.359 37.5684 297.811 37.5684 297.447 37.386V53.4346ZM298.906 15.8662C298.176 15.8662 297.629 16.4134 297.629 17.1428V29.5441C297.629 30.2735 298.176 30.8207 298.906 30.8207H326.991C327.72 30.8207 328.267 30.2735 328.267 29.5441V17.1428C328.267 16.4134 327.72 15.8662 326.991 15.8662H298.906Z", fill: "#50FFEA" }),
19
+ /* @__PURE__ */ C("path", { d: "M341.034 9.11853H385.167V15.6839H366.383V53.2523H359.818V15.8662H341.034V9.11853Z", fill: "#50FFEA" }),
20
+ /* @__PURE__ */ C("path", { d: "M435.866 53.4346H429.301V37.9331H398.298V53.4346H391.732V17.1428C391.732 14.9544 392.462 12.9483 394.103 11.4893C395.562 10.0304 397.568 9.11853 399.757 9.11853H427.842C430.03 9.11853 432.036 9.84801 433.495 11.4893C434.954 12.9483 435.866 14.9544 435.866 17.1428V53.4346ZM399.757 15.8662C399.027 15.8662 398.48 16.4134 398.48 17.1428V31.1854H429.301V17.1428C429.301 16.4134 428.754 15.8662 428.024 15.8662H399.757Z", fill: "#50FFEA" }),
21
+ /* @__PURE__ */ C("path", { d: "M444.62 53.4346V9.11853H451.185V46.8693H488.753V53.4346H444.62Z", fill: "#50FFEA" })
22
+ ]
23
+ }
24
+ );
25
+ }
26
+ const i = l.memo(t);
27
+ export {
28
+ i as default
29
+ };
@@ -0,0 +1,6 @@
1
+ export { default as Logo } from './Logo';
2
+ export { default as Icon } from './Icon';
3
+ export { default as LogoHorizontal } from './LogoHorizontal';
4
+ export { default as LogoColor } from './LogoColor';
5
+ export { default as IconColor } from './IconColor';
6
+ export { default as LogoHorizontalColor } from './LogoHorizontalColor';
@@ -0,0 +1,14 @@
1
+ import { default as a } from "./Logo.js";
2
+ import { default as e } from "./Icon.js";
3
+ import { default as l } from "./LogoHorizontal.js";
4
+ import { default as m } from "./LogoColor.js";
5
+ import { default as s } from "./IconColor.js";
6
+ import { default as x } from "./LogoHorizontalColor.js";
7
+ export {
8
+ e as Icon,
9
+ s as IconColor,
10
+ a as Logo,
11
+ m as LogoColor,
12
+ l as LogoHorizontal,
13
+ x as LogoHorizontalColor
14
+ };
@@ -1,21 +1,37 @@
1
+ import * as C from './c';
1
2
  import * as Cfx from './cfx';
2
3
  import * as Discord from './discord';
3
4
  import * as ESX from './esx';
4
5
  import * as FiveM from './fivem';
6
+ import * as Forum from './forum';
5
7
  import * as Github from './github';
6
8
  import * as Google from './google';
9
+ import * as GPortal from './gportal';
10
+ import * as Javascript from './javascript';
11
+ import * as Lua from './lua';
12
+ import * as Marketplace from './marketplace';
13
+ import * as Nitrado from './nitrado';
14
+ import * as Nodecraft from './nodecraft';
7
15
  import * as Patreon from './patreon';
8
16
  import * as Portal from './portal';
9
17
  import * as QBcore from './qbcore';
10
18
  import * as RedemRP from './redemrp';
11
19
  import * as RedM from './redm';
12
20
  import * as Rockstar from './rockstar';
21
+ import * as Shockbyte from './shockbyte';
22
+ import * as Support from './support';
13
23
  import * as Tebex from './tebex';
24
+ import * as TxAdmin from './txadmin';
14
25
  import * as VorpCore from './vorpcore';
15
26
  import * as X from './x';
27
+ import * as Xrealm from './xrealm';
28
+ import * as Zap from './zap';
16
29
  export declare const Logos: {
17
30
  Cfx: typeof Cfx;
18
31
  Portal: typeof Portal;
32
+ Marketplace: typeof Marketplace;
33
+ Forum: typeof Forum;
34
+ Support: typeof Support;
19
35
  FiveM: typeof FiveM;
20
36
  RedM: typeof RedM;
21
37
  Rockstar: typeof Rockstar;
@@ -29,5 +45,15 @@ export declare const Logos: {
29
45
  Discord: typeof Discord;
30
46
  Github: typeof Github;
31
47
  X: typeof X;
48
+ TxAdmin: typeof TxAdmin;
49
+ GPortal: typeof GPortal;
50
+ Nitrado: typeof Nitrado;
51
+ Nodecraft: typeof Nodecraft;
52
+ Xrealm: typeof Xrealm;
53
+ Shockbyte: typeof Shockbyte;
54
+ Zap: typeof Zap;
55
+ Lua: typeof Lua;
56
+ C: typeof C;
57
+ Javascript: typeof Javascript;
32
58
  };
33
59
  export * as LogoNames from './Logos.types';
@@ -1,37 +1,63 @@
1
- import { C as o } from "../../index-Bg26abkD.js";
2
- import { D as r } from "../../index-CaQzR2YA.js";
3
- import { E as m } from "../../index-CndZSWbO.js";
4
- import { F as t } from "../../index-BcJ929FX.js";
5
- import { G as s } from "../../index-SuteELrX.js";
6
- import { G as a } from "../../index-zDYfHjPd.js";
7
- import { P as i } from "../../index-BcnrbBqR.js";
8
- import { P as p } from "../../index-D3KngHO9.js";
9
- import { Q as f } from "../../index-DqqOUOlj.js";
10
- import { R as e } from "../../index-BFDtbr-9.js";
11
- import { R } from "../../index-CZVyC53C.js";
12
- import { R as P } from "../../index-DmiGJpGO.js";
13
- import { T as c } from "../../index-DxFgF-nY.js";
14
- import { V as x } from "../../index-DXAZagKA.js";
15
- import { X as G } from "../../index-Bc4HE9pX.js";
16
- import { L as v } from "../../Logos.types-Bdec3F0Q.js";
17
- const h = {
18
- Cfx: o,
19
- Portal: p,
20
- FiveM: t,
21
- RedM: R,
22
- Rockstar: P,
23
- Google: a,
24
- Patreon: i,
25
- Tebex: c,
26
- QBcore: f,
27
- ESX: m,
28
- VorpCore: x,
29
- RedemRP: e,
30
- Discord: r,
31
- Github: s,
32
- X: G
1
+ import { C as o } from "../../index-CztR26xF.js";
2
+ import { C as r } from "../../index-BGU_SN2o.js";
3
+ import { D as m } from "../../index--7ftEy7B.js";
4
+ import { E as t } from "../../index-nlWIqgCS.js";
5
+ import { F as a } from "../../index-RuvVYarm.js";
6
+ import { F as p } from "../../index-FdoLqVRX.js";
7
+ import { G as i } from "../../index-SuteELrX.js";
8
+ import { G as s } from "../../index-ugQO1I1Q.js";
9
+ import { G as f } from "../../index-zV_VvyQi.js";
10
+ import { J as e } from "../../index-DwlnwP6x.js";
11
+ import { L as c } from "../../index-lyU2TVKU.js";
12
+ import { M as R } from "../../index-C9Lozqbl.js";
13
+ import { N as d } from "../../index-B_EMgg52.js";
14
+ import { N as G } from "../../index-B4ozsXlE.js";
15
+ import { P } from "../../index-BcnrbBqR.js";
16
+ import { P as l } from "../../index-D3KngHO9.js";
17
+ import { Q as x } from "../../index-DqqOUOlj.js";
18
+ import { R as L } from "../../index-B894ectI.js";
19
+ import { R as N } from "../../index-BOn_iaK2.js";
20
+ import { R as S } from "../../index-6ymEiKOk.js";
21
+ import { S as u } from "../../index-DhOP0QKO.js";
22
+ import { S as C } from "../../index-srJbL-Sj.js";
23
+ import { T as F } from "../../index-Cq4jCzEv.js";
24
+ import { T as M } from "../../index-D1C1OavJ.js";
25
+ import { V as T } from "../../index-B_Vaq81q.js";
26
+ import { X } from "../../index-Bc4HE9pX.js";
27
+ import { X as b } from "../../index-BRHcJhJG.js";
28
+ import { Z as g } from "../../index-sokrkox7.js";
29
+ import { L as po } from "../../Logos.types-Bdec3F0Q.js";
30
+ const mo = {
31
+ Cfx: r,
32
+ Portal: l,
33
+ Marketplace: R,
34
+ Forum: p,
35
+ Support: C,
36
+ FiveM: a,
37
+ RedM: N,
38
+ Rockstar: S,
39
+ Google: s,
40
+ Patreon: P,
41
+ Tebex: F,
42
+ QBcore: x,
43
+ ESX: t,
44
+ VorpCore: T,
45
+ RedemRP: L,
46
+ Discord: m,
47
+ Github: i,
48
+ X,
49
+ TxAdmin: M,
50
+ GPortal: f,
51
+ Nitrado: d,
52
+ Nodecraft: G,
53
+ Xrealm: b,
54
+ Shockbyte: u,
55
+ Zap: g,
56
+ Lua: c,
57
+ C: o,
58
+ Javascript: e
33
59
  };
34
60
  export {
35
- v as LogoNames,
36
- h as Logos
61
+ po as LogoNames,
62
+ mo as Logos
37
63
  };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function Logo(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Logo>;
5
+ export default _default;
@@ -0,0 +1,18 @@
1
+ import { jsx as C } from "react/jsx-runtime";
2
+ import t from "react";
3
+ function e(o) {
4
+ return /* @__PURE__ */ C(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 40 40",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...o,
11
+ children: /* @__PURE__ */ C("path", { d: "M3.66797 6.70338V33.9626C3.66797 35.2723 4.72871 36.333 6.03834 36.333H33.2976C34.6072 36.333 35.668 35.2723 35.668 33.9626V6.70338C35.668 5.39375 34.6072 4.33301 33.2976 4.33301H6.03834C4.72871 4.33301 3.66797 5.39375 3.66797 6.70338ZM21.0843 29.293C21.0843 32.41 19.2591 33.8263 16.5924 33.8263C14.1865 33.8263 12.788 32.5819 12.0828 31.0767L14.5302 29.5952C15.0043 30.4308 15.4309 31.1419 16.462 31.1419C17.4932 31.1419 18.0739 30.7567 18.0739 29.2515V19.0293H21.0783V29.2989L21.0843 29.293ZM28.1954 33.8263C25.4043 33.8263 23.5969 32.493 22.7198 30.7567L25.1672 29.3404C25.8132 30.3952 26.6487 31.1656 28.1302 31.1656C29.3746 31.1656 30.1687 30.5434 30.1687 29.6841C30.1687 28.653 29.3509 28.2856 27.9761 27.6871L27.2235 27.3671C25.0546 26.4426 23.6146 25.2812 23.6146 22.8337C23.6146 20.576 25.3332 18.8575 28.0176 18.8575C29.9317 18.8575 31.3065 19.5212 32.2902 21.2634L29.9494 22.7686C29.4339 21.8441 28.8769 21.4826 28.0176 21.4826C27.1583 21.4826 26.5776 22.0397 26.5776 22.7686C26.5776 23.6693 27.1346 24.0367 28.4265 24.5937L29.1791 24.9137C31.7332 26.01 33.1732 27.1241 33.1732 29.6367C33.1732 32.3449 31.0457 33.8263 28.1895 33.8263H28.1954Z", fill: "#EBEBEB" })
12
+ }
13
+ );
14
+ }
15
+ const f = t.memo(e);
16
+ export {
17
+ f as default
18
+ };
@@ -0,0 +1 @@
1
+ export { default as Logo } from './Logo';
@@ -0,0 +1,4 @@
1
+ import { default as e } from "./Logo.js";
2
+ export {
3
+ e as Logo
4
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function Logo(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Logo>;
5
+ export default _default;
@@ -0,0 +1,18 @@
1
+ import { jsx as C } from "react/jsx-runtime";
2
+ import M from "react";
3
+ function Z(L) {
4
+ return /* @__PURE__ */ C(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 40 40",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...L,
11
+ children: /* @__PURE__ */ C("path", { d: "M39.78 4.7C39.78 2.22667 37.7733 0.22 35.3 0.22C32.8267 0.22 30.82 2.22667 30.82 4.7C30.82 7.17333 32.8267 9.18 35.3 9.18C37.7733 9.18 39.78 7.18 39.78 4.7ZM20.7067 40L20.6933 39.54C21.26 39.52 21.8333 39.4733 22.3933 39.4067L22.4467 39.86C21.8733 39.9267 21.2867 39.9733 20.7067 39.9933V40ZM18.9667 39.9867C18.3933 39.96 17.8067 39.9 17.2267 39.82L17.2867 39.3667C17.8467 39.4467 18.42 39.5 18.9867 39.5267L18.9667 39.9867ZM24.1733 39.5733L24.08 39.1267C24.6333 39.0067 25.1867 38.8667 25.7333 38.7L25.8667 39.14C25.3133 39.3067 24.7467 39.4533 24.18 39.5733H24.1733ZM15.5133 39.5067C14.9467 39.38 14.38 39.22 13.8333 39.04L13.9733 38.6067C14.5133 38.78 15.06 38.9333 15.62 39.06L15.52 39.5067H15.5133ZM27.5067 38.5533L27.3333 38.1267C27.86 37.9133 28.38 37.6733 28.8867 37.42L29.0933 37.8267C28.58 38.0933 28.0467 38.3333 27.5067 38.5533ZM12.1933 38.4267C11.66 38.2 11.1267 37.9467 10.62 37.6733L10.8333 37.2667C11.3333 37.5333 11.8533 37.78 12.3733 38L12.1933 38.42V38.4267ZM30.6133 36.9667L30.3667 36.58C30.8467 36.28 31.32 35.9533 31.7667 35.6133L32.0467 35.98C31.5867 36.3267 31.1 36.66 30.6067 36.9733L30.6133 36.9667ZM9.11333 36.7933C8.62667 36.48 8.14667 36.1333 7.69333 35.78L7.97333 35.42C8.42 35.7667 8.88667 36.1 9.36 36.4133L9.11333 36.8V36.7933ZM33.3933 34.8667L33.0867 34.5267C33.5067 34.1467 33.92 33.7467 34.3 33.3333L34.6333 33.6467C34.24 34.0667 33.82 34.48 33.3867 34.8733L33.3933 34.8667ZM6.36667 34.6467C5.94 34.2533 5.53333 33.8333 5.14 33.4L5.48 33.0933C5.86 33.5133 6.26 33.92 6.67333 34.3067L6.36 34.64L6.36667 34.6467ZM35.7733 32.3133L35.4133 32.0267C35.7667 31.58 36.1 31.1133 36.4067 30.64L36.7933 30.8867C36.48 31.3733 36.1333 31.8467 35.78 32.3067L35.7733 32.3133ZM4.02667 32.0533C3.67333 31.5867 3.34 31.1067 3.03333 30.6133L3.42 30.3667C3.72 30.8467 4.04667 31.32 4.38667 31.7667L4.02 32.0467L4.02667 32.0533ZM37.6733 29.3933L37.2667 29.18C37.5333 28.68 37.78 28.16 38 27.64L38.42 27.82C38.1933 28.3533 37.94 28.88 37.6667 29.3933H37.6733ZM2.17333 29.1C1.90667 28.5867 1.66667 28.0533 1.44667 27.5133L1.87333 27.34C2.08667 27.8667 2.32667 28.3867 2.58 28.8867L2.17333 29.0933V29.1ZM39.04 26.18L38.6067 26.04C38.78 25.5 38.9333 24.9467 39.06 24.4L39.5067 24.5C39.38 25.06 39.22 25.6267 39.04 26.18ZM0.866667 25.8733C0.693333 25.32 0.546667 24.7467 0.426667 24.1867L0.873333 24.0933C0.986667 24.6467 1.13333 25.2 1.3 25.74L0.86 25.8733H0.866667ZM39.82 22.78L39.3667 22.72C39.4467 22.16 39.5 21.5867 39.5267 21.02L39.9867 21.04C39.96 21.62 39.9 22.2067 39.82 22.78ZM0.133333 22.46C0.06 21.88 0.02 21.3 0 20.72L0.46 20.7067C0.48 21.2733 0.526667 21.84 0.593333 22.4067L0.14 22.46H0.133333ZM39.54 19.3133C39.52 18.7467 39.4733 18.1733 39.4067 17.6133L39.86 17.5533C39.9333 18.1267 39.9733 18.7133 39.9933 19.2933L39.5333 19.3067L39.54 19.3133ZM0.473333 19L0.0133333 18.98C0.04 18.4 0.1 17.8133 0.173333 17.24L0.626667 17.3C0.546667 17.86 0.493333 18.4333 0.466667 19H0.473333ZM39.1267 15.9333C39.0067 15.38 38.8667 14.8267 38.7 14.28L39.14 14.1467C39.3067 14.7 39.4533 15.2733 39.58 15.84L39.1333 15.9333H39.1267ZM0.94 15.62L0.493333 15.52C0.62 14.96 0.78 14.3933 0.953333 13.84L1.38667 13.98C1.21333 14.52 1.06 15.0733 0.933333 15.62H0.94ZM38.1267 12.6733C37.92 12.1533 37.68 11.6333 37.42 11.12L37.8267 10.9133C38.0933 11.4333 38.3333 11.9667 38.5467 12.5L38.12 12.6733H38.1267ZM1.98667 12.38L1.56667 12.2C1.79333 11.6667 2.04667 11.14 2.32 10.6267L2.72667 10.84C2.46 11.34 2.21333 11.86 1.99333 12.38H1.98667ZM3.58667 9.37333L3.2 9.12667C3.51333 8.64 3.86 8.16 4.21333 7.70667L4.57333 7.99333C4.22667 8.44 3.89333 8.90667 3.58 9.38L3.58667 9.37333ZM5.68667 6.68667L5.35333 6.37333C5.75333 5.94667 6.16667 5.53333 6.59333 5.14667L6.9 5.48667C6.48 5.86667 6.07333 6.26667 5.68667 6.68667ZM8.21333 4.4L7.93333 4.03333C8.39333 3.68 8.88 3.34667 9.36667 3.04L9.61333 3.42667C9.13333 3.72667 8.66 4.05333 8.21333 4.39333V4.4ZM29.1533 2.71333C28.6533 2.44667 28.1333 2.2 27.6133 1.98L27.7933 1.56C28.3267 1.78667 28.86 2.03333 29.3733 2.30667L29.16 2.71333H29.1533ZM11.1 2.58667L10.8933 2.18C11.4133 1.91333 11.9467 1.66667 12.48 1.45333L12.6533 1.88C12.1333 2.09333 11.6133 2.33333 11.1067 2.59333L11.1 2.58667ZM26.0133 1.39333C25.4733 1.22 24.92 1.06667 24.3667 0.94L24.4667 0.493333C25.0333 0.62 25.6 0.78 26.1533 0.953333L26.0133 1.38667V1.39333ZM14.2533 1.30667L14.12 0.866667C14.6733 0.693333 15.24 0.546667 15.8067 0.426667L15.9 0.873333C15.3467 0.993333 14.7933 1.13333 14.2533 1.3V1.30667ZM22.6867 0.633333C22.1267 0.553333 21.5533 0.5 20.9867 0.473333L21.0067 0.0133333C21.5867 0.04 22.1733 0.1 22.7467 0.18L22.6867 0.633333ZM17.5867 0.593333L17.5333 0.14C18.1067 0.0666667 18.6933 0.0266667 19.2733 0L19.2933 0.46C18.7267 0.48 18.1533 0.526667 17.5933 0.593333H17.5867ZM27.34 24.48C28.5533 24.3133 28.8 24.26 29.1867 24.08V25.3733C29.1867 25.76 29.0733 25.9933 28.7333 26.3133C28.2667 26.74 27.7 26.96 27.0267 26.96C26.1333 26.96 25.6067 26.5333 25.6067 25.8C25.6067 25.0667 26.12 24.6533 27.3467 24.48H27.34ZM20 4.70667C11.5533 4.70667 4.7 11.56 4.7 20.0067C4.7 28.4533 11.5533 35.3067 20 35.3067C28.4467 35.3067 35.3 28.4533 35.3 20.0067C35.3 11.56 28.4467 4.70667 20 4.70667ZM15.8533 27.6467H9.61333V17.6067H10.8933V26.5133H15.8533V27.64V27.6467ZM22.8067 27.6467H21.7733V26.64C21.1 27.5933 20.4267 27.96 19.3667 27.96C17.9667 27.96 17.0667 27.1933 17.0667 25.9933V20.4333H18.2067V25.54C18.2067 26.4067 18.7867 26.96 19.6933 26.96C20.8867 26.96 21.66 25.9933 21.66 24.52V20.4267H22.8V27.64L22.8067 27.6467ZM21.86 13.6667C21.86 11.1933 23.8667 9.18667 26.34 9.18667C28.8133 9.18667 30.82 11.1933 30.82 13.6667C30.82 16.14 28.8133 18.1467 26.34 18.1467C23.8667 18.1467 21.86 16.14 21.86 13.6667ZM30.4067 27.9667C29.66 27.9667 29.3067 27.64 29.2267 26.9067C28.4133 27.6533 27.6867 27.9667 26.7733 27.9667C25.3133 27.9667 24.4067 27.14 24.4067 25.8333C24.4067 24.8933 24.8333 24.2467 25.6733 23.9067C26.1133 23.7267 26.36 23.6733 27.9867 23.4667C28.8933 23.36 29.18 23.1467 29.18 22.6667V22.36C29.18 21.6733 28.6 21.2867 27.5667 21.2867C26.5333 21.2867 25.9667 21.6867 25.8733 22.5667H24.7133C24.74 21.8533 24.88 21.44 25.2067 21.0667C25.6867 20.5267 26.5533 20.2267 27.6 20.2267C29.3733 20.2267 30.3133 20.9133 30.3133 22.1933V26.4333C30.3133 26.7933 30.5333 27 30.9333 27C31 27 31.0533 27 31.18 26.9733V27.84C30.8067 27.94 30.6333 27.96 30.3933 27.96L30.4067 27.9667Z", fill: "#EBEBEB" })
12
+ }
13
+ );
14
+ }
15
+ const o = M.memo(Z);
16
+ export {
17
+ o as default
18
+ };
@@ -0,0 +1 @@
1
+ export { default as Logo } from './Logo';
@@ -0,0 +1,4 @@
1
+ import { default as e } from "./Logo.js";
2
+ export {
3
+ e as Logo
4
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function CompositeLogo(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof CompositeLogo>;
5
+ export default _default;
@@ -0,0 +1,15 @@
1
+ import { jsx as C } from "react/jsx-runtime";
2
+ import L from "react";
3
+ function V(H) {
4
+ return /* @__PURE__ */ C("svg", { viewBox: "0 0 534 60", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...H, children: /* @__PURE__ */ C(
5
+ "path",
6
+ {
7
+ fill: "#F1F1E4",
8
+ d: "M82.1221 0H85.0291V58.8663H82.1221V0ZM0 40.8939H8.44477L10.8939 29.2006H16.5044C19.3096 29.2006 20.7122 30.6468 20.7122 33.5392C20.7122 34.9709 20.6323 36.8023 20.4651 39.0407C20.4651 40.3779 20.6686 41.2645 21.0756 41.7006H29.7529C29.0552 40.5087 28.7064 39.1061 28.7064 37.4782C28.8227 35.0509 28.8808 33.0596 28.8808 31.5044C28.859 28.4666 27.7544 26.686 25.5741 26.1483V26.0756C30.516 25.3706 32.9869 22.3837 32.9869 17.1148C32.9869 13.9099 31.9913 11.657 30 10.3416C28.3721 9.27326 25.9012 8.75 22.5872 8.7718L6.75872 8.73547L0 40.8939ZM20.1381 15.4288C23.1831 15.4288 24.7093 16.548 24.7093 18.7791C24.6875 21.7224 22.7907 23.1904 19.0262 23.1904H12.2965L13.9172 15.4288H20.1381ZM49.5349 41.7297L39.8983 48.5829L41.439 59.3314L33.0959 52.8488L21.875 59.593L27.1221 48.1468L21.0029 41.6279L30.8939 41.657L37.1584 30.9084L38.8445 41.7297H49.5276H49.5349ZM38.1977 47.8198L44.6003 43.3067H37.5218L36.2936 35.4724L31.7951 43.2267H24.6366L28.9826 47.8561L25.3852 55.6177L33.1904 50.952L39.3459 55.7267L38.1904 47.8125L38.1977 47.8198ZM136.599 50.1526C131.308 50.1526 126.984 48.314 123.626 44.6221C120.269 40.9375 118.59 35.9956 118.59 29.7892C118.59 23.5829 120.269 18.641 123.626 14.9564C126.984 11.2718 131.308 9.42587 136.599 9.42587C140.683 9.42587 144.23 10.5378 147.246 12.7616C150.254 14.9855 152.231 18.343 153.183 22.8343H148.532C147.689 19.6221 146.214 17.2892 144.099 15.8285C141.984 14.3677 139.484 13.641 136.599 13.641C132.624 13.641 129.433 15.0727 127.02 17.936C124.615 20.7994 123.408 24.7529 123.408 29.782C123.408 34.8111 124.615 38.7645 127.02 41.6279C129.426 44.4913 132.624 45.923 136.599 45.923C139.593 45.923 142.253 45 144.586 43.1613C146.919 41.3227 148.328 38.6265 148.801 35.0872H153.401C152.929 39.9055 151.083 43.6192 147.871 46.2209C144.658 48.8299 140.901 50.1308 136.599 50.1308V50.1526ZM169.76 14.0334C167.246 14.0334 165.981 15.3634 165.981 18.0305V21.0392H171.999V24.8692H165.981V49.2733H161.606V24.8692H156.955V21.0392H161.606V18.1395C161.606 12.8488 164.23 10.2035 169.484 10.2035C170.472 10.2035 171.403 10.2398 172.275 10.3125V14.0334H169.76ZM200.516 21.0392L190.283 34.8329L201.061 49.2805H195.916L194.382 47.1439C192.049 43.8227 189.84 40.7558 187.762 37.9506C184.695 42.0712 182.456 45.1599 181.032 47.202L179.557 49.2805H174.469L185.247 34.8329L175.015 21.0392H180.16L182.347 24.048C184.499 26.9695 186.323 29.5204 187.82 31.7079C189.68 29.077 191.504 26.5262 193.292 24.048L195.429 21.0392H200.516ZM242.762 28.8663L249.273 10.3125H260V49.2805H252.943V37.4055C252.943 30.7994 253.016 24.3605 253.161 18.0887C252.398 20.7122 251.41 23.7064 250.204 27.064L242.326 49.2805H236.25L228.314 27.064C227.108 23.5247 226.141 20.5741 225.414 18.1977C225.56 24.4331 225.632 30.843 225.632 37.4055V49.2805H218.517V10.3125H229.244L235.974 29.2515C237.071 32.609 238.183 36.1265 239.31 39.811C240.443 35.8721 241.592 32.2238 242.754 28.8663H242.762ZM292.129 49.2805H285.233C284.869 48.6265 284.615 47.4709 284.469 45.8358C282.536 48.5756 279.506 49.9419 275.385 49.9419C272.318 49.9419 269.855 49.2006 267.994 47.7253C266.134 46.25 265.204 44.157 265.204 41.4608C265.204 36.2791 268.815 33.343 276.039 32.6526L280.305 32.2674C281.693 32.0858 282.704 31.7587 283.343 31.2791C283.983 30.8067 284.302 30.0581 284.302 29.0334C284.302 27.8634 283.917 26.9913 283.154 26.4099C282.391 25.8285 281.054 25.5305 279.157 25.5305C277.151 25.5305 275.712 25.8576 274.833 26.5189C273.954 27.173 273.445 28.343 273.299 30.0218H266.512C266.911 23.6047 271.148 20.3924 279.208 20.3924C287.267 20.3924 290.974 23.2195 290.974 28.8735V43.9244C290.974 46.4099 291.359 48.1904 292.122 49.2878L292.129 49.2805ZM277.02 45.0073C279.062 45.0073 280.785 44.4331 282.195 43.2849C283.597 42.1366 284.302 40.4142 284.302 38.1105V35.5378C283.648 36.1192 282.573 36.5044 281.076 36.6861L277.355 37.1221C275.494 37.3401 274.179 37.7762 273.416 38.4375C272.653 39.0988 272.267 40.0073 272.267 41.1773C272.267 42.3474 272.667 43.3212 273.474 43.9971C274.273 44.673 275.465 45.0073 277.035 45.0073H277.02ZM312.427 20.6032C313.154 20.6032 313.721 20.6395 314.121 20.7122V27.064H312.369C309.782 27.064 307.769 27.718 306.352 29.0334C304.927 30.3488 304.215 32.3183 304.215 34.9419V49.2805H297.318V21.0392H303.997V26.0756C305.567 22.4273 308.372 20.6032 312.427 20.6032ZM346.083 49.2805H338.205L329.993 36.1483L325.727 40.4142V49.2805H318.939V10.3125H325.727V32.7544L337.217 21.0392H345.429L334.76 31.7079L346.09 49.2733L346.083 49.2805ZM360.807 49.9346C356.613 49.9346 353.219 48.5974 350.625 45.9157C348.031 43.234 346.737 39.6512 346.737 35.1599C346.737 30.6686 348.016 27.1802 350.567 24.4622C353.118 21.7442 356.497 20.3852 360.69 20.3852C364.884 20.3852 368.35 21.7878 370.872 24.6003C373.387 27.4128 374.651 31.0974 374.651 35.6541V37.2965H353.525C354.07 42.1512 356.519 44.5785 360.858 44.5785C364.07 44.5785 366.199 43.2267 367.26 40.5305H373.939C373.212 43.4157 371.679 45.7049 369.339 47.3983C367.006 49.0916 364.157 49.9419 360.799 49.9419L360.807 49.9346ZM353.583 32.4782H367.754C367.464 30.436 366.708 28.8009 365.487 27.5799C364.266 26.359 362.653 25.7485 360.647 25.7485C358.75 25.7485 357.18 26.3154 355.938 27.4419C354.695 28.5756 353.91 30.2544 353.583 32.4782ZM393.481 21.0392V26.4026H387.9V41.5044C387.9 42.4201 388.147 43.0523 388.641 43.423C389.135 43.7863 389.964 43.968 391.134 43.968H393.488V49.2733C392.282 49.3823 391.083 49.4404 389.876 49.4404C386.846 49.4404 384.622 48.8881 383.198 47.7689C381.773 46.657 381.061 44.8256 381.061 42.2674V26.3953H376.686V21.032H381.061V12.8198H387.9V21.032H393.481V21.0392ZM414.273 20.3852C418.14 20.3852 421.214 21.7224 423.496 24.4041C425.778 27.0858 426.919 30.6686 426.919 35.1599C426.919 39.6512 425.778 43.234 423.496 45.9157C421.214 48.5974 418.14 49.9346 414.273 49.9346C410.407 49.9346 407.522 48.4956 405.516 45.6105V60H398.619V21.0392H405.24V25.0872C407.282 21.9477 410.291 20.3779 414.266 20.3779L414.273 20.3852ZM407.297 41.9186C408.59 43.4666 410.371 44.2442 412.631 44.2442C414.891 44.2442 416.672 43.4302 417.965 41.8096C419.259 40.189 419.906 37.8997 419.906 34.9419C419.906 31.984 419.266 29.8183 417.987 28.3212C416.708 26.8241 414.92 26.0756 412.624 26.0756C410.327 26.0756 408.583 26.8532 407.289 28.4012C405.996 29.9491 405.349 32.202 405.349 35.1599C405.349 38.1177 405.996 40.3706 407.289 41.9186H407.297ZM439.23 49.2805H432.333V10.3125H439.23V49.2805ZM471.301 49.2805H464.404C464.041 48.6265 463.786 47.4709 463.641 45.8358C461.708 48.5756 458.677 49.9419 454.557 49.9419C451.49 49.9419 449.026 49.2006 447.166 47.7253C445.305 46.25 444.375 44.157 444.375 41.4608C444.375 36.2791 447.987 33.343 455.211 32.6526L459.477 32.2674C460.865 32.0858 461.875 31.7587 462.515 31.2791C463.154 30.8067 463.474 30.0581 463.474 29.0334C463.474 27.8634 463.089 26.9913 462.326 26.4099C461.562 25.8285 460.225 25.5305 458.328 25.5305C456.323 25.5305 454.884 25.8576 454.004 26.5189C453.125 27.173 452.616 28.343 452.471 30.0218H445.683C446.083 23.6047 450.32 20.3924 458.379 20.3924C466.439 20.3924 470.145 23.2195 470.145 28.8735V43.9244C470.145 46.4099 470.531 48.1904 471.294 49.2878L471.301 49.2805ZM456.192 45.0073C458.234 45.0073 459.956 44.4331 461.366 43.2849C462.769 42.1366 463.474 40.4142 463.474 38.1105V35.5378C462.82 36.1192 461.744 36.5044 460.247 36.6861L456.526 37.1221C454.666 37.3401 453.35 37.7762 452.587 38.4375C451.824 39.0988 451.439 40.0073 451.439 41.1773C451.439 42.3474 451.839 43.3212 452.645 43.9971C453.445 44.673 454.637 45.0073 456.206 45.0073H456.192ZM488.917 49.9346C484.724 49.9346 481.345 48.5974 478.794 45.9157C476.243 43.234 474.964 39.6512 474.964 35.1599C474.964 30.6686 476.228 27.0858 478.765 24.4041C481.301 21.7224 484.68 20.3852 488.917 20.3852C492.602 20.3852 495.611 21.359 497.951 23.314C500.283 25.2689 501.65 27.8997 502.057 31.2209H495.16C494.833 29.5422 494.113 28.2776 493.001 27.4201C491.89 26.5625 490.531 26.1337 488.924 26.1337C486.81 26.1337 485.131 26.8895 483.888 28.4012C482.645 29.9128 482.028 32.1657 482.028 35.1599C482.028 38.1541 482.66 40.407 483.917 41.9186C485.174 43.4302 486.846 44.1861 488.924 44.1861C490.567 44.1861 491.97 43.7282 493.14 42.8198C494.31 41.9113 495.015 40.5596 495.276 38.7718H502.173C501.81 42.202 500.422 44.9201 498.016 46.9259C495.611 48.9317 492.58 49.9346 488.932 49.9346H488.917ZM519.949 49.9346C515.756 49.9346 512.362 48.5974 509.767 45.9157C507.173 43.234 505.879 39.6512 505.879 35.1599C505.879 30.6686 507.158 27.1802 509.709 24.4622C512.26 21.7442 515.64 20.3852 519.833 20.3852C524.026 20.3852 527.493 21.7878 530.015 24.6003C532.529 27.4128 533.794 31.0974 533.794 35.6541V37.2965H512.667C513.212 42.1512 515.661 44.5785 520 44.5785C523.212 44.5785 525.342 43.2267 526.403 40.5305H533.081C532.355 43.4157 530.821 45.7049 528.481 47.3983C526.148 49.0916 523.299 49.9419 519.942 49.9419L519.949 49.9346ZM512.725 32.4782H526.897C526.606 30.436 525.85 28.8009 524.629 27.5799C523.408 26.359 521.795 25.7485 519.789 25.7485C517.892 25.7485 516.323 26.3154 515.08 27.4419C513.837 28.5756 513.052 30.2544 512.725 32.4782Z"
9
+ }
10
+ ) });
11
+ }
12
+ const o = L.memo(V);
13
+ export {
14
+ o as default
15
+ };
@@ -0,0 +1 @@
1
+ export { default as CompositeLogo } from './CompositeLogo';
@@ -0,0 +1,4 @@
1
+ import { default as t } from "./CompositeLogo.js";
2
+ export {
3
+ t as CompositeLogo
4
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function Icon(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Icon>;
5
+ export default _default;
@@ -0,0 +1,27 @@
1
+ import { jsxs as H, jsx as C } from "react/jsx-runtime";
2
+ import l from "react";
3
+ function V(t) {
4
+ return /* @__PURE__ */ H(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 108 60",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...t,
11
+ children: [
12
+ /* @__PURE__ */ C("path", { d: "M10.9891 30.2675L4.87901 13.4994C4.76581 13.1881 4.30451 13.2701 4.30451 13.6013V30.1684C4.30451 30.3325 4.1715 30.4627 4.01019 30.4627H0.294326C0.130183 30.4627 0 30.3297 0 30.1684V0.297163C0 0.13302 0.133013 7.38329e-06 0.294326 7.38329e-06H3.87435C3.99887 7.38329e-06 4.10924 0.0764189 4.15169 0.195281L10.2193 16.8898C10.3325 17.2011 10.7938 17.119 10.7938 16.7879V0.297163C10.7938 0.13302 10.9268 0.00283744 11.0882 0.00283744H14.804C14.9682 0.00283744 15.0983 0.13585 15.0983 0.297163V30.1656C15.0983 30.3297 14.9653 30.4599 14.804 30.4599H11.2664C11.1419 30.4599 11.0316 30.3835 10.9891 30.2675Z", fill: "white" }),
13
+ /* @__PURE__ */ C("path", { d: "M17.2803 30.1656V0.297159C17.2803 0.133015 17.4133 0.00283282 17.5746 0.00283282H21.2905C21.4546 0.00283282 21.5848 0.135845 21.5848 0.297159V30.1656C21.5848 30.3297 21.4518 30.4599 21.2905 30.4599H17.5746C17.4133 30.4599 17.2803 30.3297 17.2803 30.1656Z", fill: "white" }),
14
+ /* @__PURE__ */ C("path", { d: "M28.8439 30.1656V4.35546C28.8439 4.19131 28.7109 4.06113 28.5496 4.06113H24.0667C23.9026 4.06113 23.7696 3.92812 23.7696 3.76398V0.297159C23.7696 0.133015 23.9026 0.00283282 24.0667 0.00283282H38.0302C38.1944 0.00283282 38.3246 0.135845 38.3246 0.297159V3.76398C38.3246 3.92812 38.1916 4.06113 38.0302 4.06113H33.4484C33.2842 4.06113 33.1512 4.19415 33.1512 4.35546V30.1656C33.1512 30.3297 33.0182 30.4599 32.8569 30.4599H29.141C28.9769 30.4599 28.8439 30.3297 28.8439 30.1656Z", fill: "white" }),
15
+ /* @__PURE__ */ C("path", { d: "M40.5065 30.1656V0.297159C40.5065 0.133015 40.6396 0.00283282 40.8009 0.00283282H48.0685C50.0665 0.00283282 51.7447 0.704686 53.1031 2.10839C54.4587 3.5121 55.1436 5.21297 55.1436 7.21947V10.0552C55.1436 12.7749 54.0314 14.8804 51.8098 16.3634C51.6994 16.437 51.6485 16.5756 51.6909 16.7002L56.0662 30.0722C56.1284 30.2646 55.9869 30.4599 55.786 30.4599H51.8522C51.7221 30.4599 51.6089 30.375 51.5692 30.2533L47.6015 17.6058C47.5619 17.4813 47.4487 17.3992 47.3185 17.3992H45.1054C44.9412 17.3992 44.8111 17.5322 44.8111 17.6935V30.1627C44.8111 30.3269 44.678 30.4571 44.5139 30.4571H40.798C40.6396 30.4599 40.5065 30.3297 40.5065 30.1656ZM50.0976 12.6277C50.0976 12.6277 50.1174 12.6051 50.1259 12.5938C50.3834 12.2598 50.5759 11.8891 50.6863 11.473C50.7995 11.0514 50.8391 10.5731 50.8391 10.0552V7.20532C50.8391 6.26291 50.5872 5.49314 50.0693 4.91581C49.5514 4.34131 48.8241 4.04415 47.8873 4.04415H45.1082C44.9441 4.04415 44.8139 4.17716 44.8139 4.34131V13.2701C44.8139 13.4343 44.9469 13.5645 45.1082 13.5645H47.8477C48.7477 13.5645 49.4976 13.2503 50.0976 12.6277Z", fill: "white" }),
16
+ /* @__PURE__ */ C("path", { d: "M58.4491 30.1061L64.6469 0.237727C64.6752 0.0990547 64.7969 0.00283282 64.9356 0.00283282H68.6515C68.7901 0.00283282 68.909 0.0990547 68.9401 0.234897L75.5624 30.1033C75.6021 30.2873 75.4634 30.4627 75.2738 30.4627H71.2466C71.1051 30.4627 70.9806 30.3608 70.9551 30.2222L69.8288 24.146C69.8033 24.0074 69.6816 23.9055 69.5373 23.9055H64.4375C64.296 23.9055 64.1715 24.0074 64.146 24.146L63.0196 30.2222C62.9942 30.3637 62.8725 30.4627 62.7281 30.4627H58.7378C58.551 30.4627 58.4123 30.2901 58.4491 30.1061ZM65.261 19.8585H68.6316C68.8156 19.8585 68.9571 19.6915 68.9231 19.5076L67.2393 10.5731C67.1798 10.2505 66.7185 10.2505 66.6591 10.5731L64.9752 19.5076C64.9384 19.6887 65.0771 19.8585 65.261 19.8585Z", fill: "white" }),
17
+ /* @__PURE__ */ C("path", { d: "M84.6582 0C86.5883 0 88.2665 0.687703 89.6674 2.08009C91.0796 3.47248 91.7786 5.12806 91.7786 7.0808V22.9291C91.7786 25.1224 91.1079 26.9336 89.7636 28.3373C88.4222 29.7552 86.6732 30.4599 84.5309 30.4599H78.1123C77.9482 30.4599 77.8152 30.3269 77.8152 30.1656V0.294326C77.8152 0.130183 77.9482 0 78.1123 0H84.6582ZM87.4713 22.9433V7.0808C87.4713 6.22329 87.1628 5.52144 86.5629 4.95826C85.9487 4.39508 85.2186 4.1149 84.3526 4.1149H82.4253C82.2612 4.1149 82.131 4.24791 82.131 4.40923V26.1441C82.131 26.3082 82.264 26.4384 82.4253 26.4384H84.2281C86.3931 26.4157 87.4713 25.2611 87.4713 22.9433Z", fill: "white" }),
18
+ /* @__PURE__ */ C("path", { d: "M95.2398 3.09891C95.9275 2.14518 96.7822 1.3839 97.8293 0.829206C98.8764 0.277345 99.966 0 101.095 0C102.224 0 103.229 0.220744 104.194 0.679213C105.159 1.1207 105.957 1.74331 106.605 2.51875C107.239 3.29418 107.681 4.08094 107.927 4.89883C108.162 5.69973 108.286 6.58554 108.286 7.5421V22.7876C108.286 23.6876 108.204 24.4743 108.037 25.1394C107.873 25.8186 107.528 26.5629 106.99 27.4091C106.452 28.2383 105.669 28.9571 104.621 29.5684C103.574 30.1627 102.445 30.4684 101.234 30.4684C99.8302 30.4684 98.5482 30.109 97.3765 29.3901C96.2049 28.6713 95.3785 27.8534 94.9257 26.9421C94.4587 26.028 94.1814 25.295 94.0993 24.7432C94.0172 24.1885 93.9635 23.5404 93.9635 22.7933V7.53927C93.9635 6.63931 94.0597 5.85255 94.2521 5.15919C94.4276 4.46866 94.7729 3.77812 95.2398 3.09891ZM103.504 5.46484C102.912 4.66393 102.139 4.24791 101.174 4.24791C100.665 4.24791 100.17 4.38659 99.6745 4.67808C99.1793 4.96958 98.834 5.27239 98.6415 5.61766C98.4491 5.96293 98.3246 6.30819 98.2567 6.67044C98.2029 7.02986 98.1746 7.3355 98.1746 7.5704V22.8272C98.1746 23.1329 98.2029 23.4498 98.2453 23.8093C98.2878 24.1687 98.534 24.6526 98.9613 25.2611C99.3887 25.8695 100.133 26.1752 101.18 26.1752C101.718 26.1752 102.199 26.0507 102.626 25.7875C103.054 25.5384 103.371 25.2469 103.563 24.9158C103.755 24.5847 103.88 24.279 103.934 23.9762C103.99 23.6734 104.03 23.2857 104.03 22.8131V7.58172C104.03 6.98741 104.002 6.57139 103.962 6.32234C103.931 6.08745 103.767 5.79595 103.504 5.46484Z", fill: "white" }),
19
+ /* @__PURE__ */ C("path", { d: "M29.4325 37.8548H78.8481C79.1226 37.8548 79.2472 38.1944 79.0434 38.3727L54.3427 59.9293C54.2323 60.0255 54.0653 60.0255 53.955 59.9293L29.2401 38.3727C29.0335 38.1944 29.1608 37.8548 29.4325 37.8548Z", fill: "white" })
20
+ ]
21
+ }
22
+ );
23
+ }
24
+ const h = l.memo(V);
25
+ export {
26
+ h as default
27
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function IconColor(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof IconColor>;
5
+ export default _default;
@@ -0,0 +1,27 @@
1
+ import { jsxs as l, jsx as C } from "react/jsx-runtime";
2
+ import V from "react";
3
+ function t(H) {
4
+ return /* @__PURE__ */ l(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 108 60",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...H,
11
+ children: [
12
+ /* @__PURE__ */ C("path", { d: "M10.9891 30.2675L4.87901 13.4994C4.76581 13.1881 4.30451 13.2701 4.30451 13.6013V30.1684C4.30451 30.3325 4.1715 30.4627 4.01019 30.4627H0.294326C0.130183 30.4627 0 30.3297 0 30.1684V0.297163C0 0.13302 0.133013 7.38329e-06 0.294326 7.38329e-06H3.87435C3.99887 7.38329e-06 4.10924 0.0764189 4.15169 0.195281L10.2193 16.8898C10.3325 17.2011 10.7938 17.119 10.7938 16.7879V0.297163C10.7938 0.13302 10.9268 0.00283744 11.0882 0.00283744H14.804C14.9682 0.00283744 15.0983 0.13585 15.0983 0.297163V30.1656C15.0983 30.3297 14.9653 30.4599 14.804 30.4599H11.2664C11.1419 30.4599 11.0316 30.3835 10.9891 30.2675Z", fill: "#FFD744" }),
13
+ /* @__PURE__ */ C("path", { d: "M17.2803 30.1656V0.297159C17.2803 0.133015 17.4133 0.00283282 17.5746 0.00283282H21.2905C21.4546 0.00283282 21.5848 0.135845 21.5848 0.297159V30.1656C21.5848 30.3297 21.4518 30.4599 21.2905 30.4599H17.5746C17.4133 30.4599 17.2803 30.3297 17.2803 30.1656Z", fill: "#FFD744" }),
14
+ /* @__PURE__ */ C("path", { d: "M28.8439 30.1656V4.35546C28.8439 4.19131 28.7109 4.06113 28.5496 4.06113H24.0667C23.9026 4.06113 23.7696 3.92812 23.7696 3.76398V0.297159C23.7696 0.133015 23.9026 0.00283282 24.0667 0.00283282H38.0302C38.1944 0.00283282 38.3246 0.135845 38.3246 0.297159V3.76398C38.3246 3.92812 38.1916 4.06113 38.0302 4.06113H33.4484C33.2842 4.06113 33.1512 4.19415 33.1512 4.35546V30.1656C33.1512 30.3297 33.0182 30.4599 32.8569 30.4599H29.141C28.9769 30.4599 28.8439 30.3297 28.8439 30.1656Z", fill: "#FFD744" }),
15
+ /* @__PURE__ */ C("path", { d: "M40.5065 30.1656V0.297159C40.5065 0.133015 40.6396 0.00283282 40.8009 0.00283282H48.0685C50.0665 0.00283282 51.7447 0.704686 53.1031 2.10839C54.4587 3.5121 55.1436 5.21297 55.1436 7.21947V10.0552C55.1436 12.7749 54.0314 14.8804 51.8098 16.3634C51.6994 16.437 51.6485 16.5756 51.6909 16.7002L56.0662 30.0722C56.1284 30.2646 55.9869 30.4599 55.786 30.4599H51.8522C51.7221 30.4599 51.6089 30.375 51.5692 30.2533L47.6015 17.6058C47.5619 17.4813 47.4487 17.3992 47.3185 17.3992H45.1054C44.9412 17.3992 44.8111 17.5322 44.8111 17.6935V30.1627C44.8111 30.3269 44.678 30.4571 44.5139 30.4571H40.798C40.6396 30.4599 40.5065 30.3297 40.5065 30.1656ZM50.0976 12.6277C50.0976 12.6277 50.1174 12.6051 50.1259 12.5938C50.3834 12.2598 50.5759 11.8891 50.6863 11.473C50.7995 11.0514 50.8391 10.5731 50.8391 10.0552V7.20532C50.8391 6.26291 50.5872 5.49314 50.0693 4.91581C49.5514 4.34131 48.8241 4.04415 47.8873 4.04415H45.1082C44.9441 4.04415 44.8139 4.17716 44.8139 4.34131V13.2701C44.8139 13.4343 44.9469 13.5645 45.1082 13.5645H47.8477C48.7477 13.5645 49.4976 13.2503 50.0976 12.6277Z", fill: "#FFD744" }),
16
+ /* @__PURE__ */ C("path", { d: "M58.4491 30.1061L64.6469 0.237727C64.6752 0.0990547 64.7969 0.00283282 64.9356 0.00283282H68.6515C68.7901 0.00283282 68.909 0.0990547 68.9401 0.234897L75.5624 30.1033C75.6021 30.2873 75.4634 30.4627 75.2738 30.4627H71.2466C71.1051 30.4627 70.9806 30.3608 70.9551 30.2222L69.8288 24.146C69.8033 24.0074 69.6816 23.9055 69.5373 23.9055H64.4375C64.296 23.9055 64.1715 24.0074 64.146 24.146L63.0196 30.2222C62.9942 30.3637 62.8725 30.4627 62.7281 30.4627H58.7378C58.551 30.4627 58.4123 30.2901 58.4491 30.1061ZM65.261 19.8585H68.6316C68.8156 19.8585 68.9571 19.6915 68.9231 19.5076L67.2393 10.5731C67.1798 10.2505 66.7185 10.2505 66.6591 10.5731L64.9752 19.5076C64.9384 19.6887 65.0771 19.8585 65.261 19.8585Z", fill: "#FFD744" }),
17
+ /* @__PURE__ */ C("path", { d: "M84.6582 0C86.5883 0 88.2665 0.687703 89.6674 2.08009C91.0796 3.47248 91.7786 5.12806 91.7786 7.0808V22.9291C91.7786 25.1224 91.1079 26.9336 89.7636 28.3373C88.4222 29.7552 86.6732 30.4599 84.5309 30.4599H78.1123C77.9482 30.4599 77.8152 30.3269 77.8152 30.1656V0.294326C77.8152 0.130183 77.9482 0 78.1123 0H84.6582ZM87.4713 22.9433V7.0808C87.4713 6.22329 87.1628 5.52144 86.5629 4.95826C85.9487 4.39508 85.2186 4.1149 84.3526 4.1149H82.4253C82.2612 4.1149 82.131 4.24791 82.131 4.40923V26.1441C82.131 26.3082 82.264 26.4384 82.4253 26.4384H84.2281C86.3931 26.4157 87.4713 25.2611 87.4713 22.9433Z", fill: "#FFD744" }),
18
+ /* @__PURE__ */ C("path", { d: "M95.2398 3.09891C95.9275 2.14518 96.7822 1.3839 97.8293 0.829206C98.8764 0.277345 99.966 0 101.095 0C102.224 0 103.229 0.220744 104.194 0.679213C105.159 1.1207 105.957 1.74331 106.605 2.51875C107.239 3.29418 107.681 4.08094 107.927 4.89883C108.162 5.69973 108.286 6.58554 108.286 7.5421V22.7876C108.286 23.6876 108.204 24.4743 108.037 25.1394C107.873 25.8186 107.528 26.5629 106.99 27.4091C106.452 28.2383 105.669 28.9571 104.621 29.5684C103.574 30.1627 102.445 30.4684 101.234 30.4684C99.8302 30.4684 98.5482 30.109 97.3765 29.3901C96.2049 28.6713 95.3785 27.8534 94.9257 26.9421C94.4587 26.028 94.1814 25.295 94.0993 24.7432C94.0172 24.1885 93.9635 23.5404 93.9635 22.7933V7.53927C93.9635 6.63931 94.0597 5.85255 94.2521 5.15919C94.4276 4.46866 94.7729 3.77812 95.2398 3.09891ZM103.504 5.46484C102.912 4.66393 102.139 4.24791 101.174 4.24791C100.665 4.24791 100.17 4.38659 99.6745 4.67808C99.1793 4.96958 98.834 5.27239 98.6415 5.61766C98.4491 5.96293 98.3246 6.30819 98.2567 6.67044C98.2029 7.02986 98.1746 7.3355 98.1746 7.5704V22.8272C98.1746 23.1329 98.2029 23.4498 98.2453 23.8093C98.2878 24.1687 98.534 24.6526 98.9613 25.2611C99.3887 25.8695 100.133 26.1752 101.18 26.1752C101.718 26.1752 102.199 26.0507 102.626 25.7875C103.054 25.5384 103.371 25.2469 103.563 24.9158C103.755 24.5847 103.88 24.279 103.934 23.9762C103.99 23.6734 104.03 23.2857 104.03 22.8131V7.58172C104.03 6.98741 104.002 6.57139 103.962 6.32234C103.931 6.08745 103.767 5.79595 103.504 5.46484Z", fill: "#FFD744" }),
19
+ /* @__PURE__ */ C("path", { d: "M29.4325 37.8548H78.8481C79.1226 37.8548 79.2472 38.1944 79.0434 38.3727L54.3427 59.9293C54.2323 60.0255 54.0653 60.0255 53.955 59.9293L29.2401 38.3727C29.0335 38.1944 29.1608 37.8548 29.4325 37.8548Z", fill: "#FFD744" })
20
+ ]
21
+ }
22
+ );
23
+ }
24
+ const f = V.memo(t);
25
+ export {
26
+ f as default
27
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function LogoHorizontal(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof LogoHorizontal>;
5
+ export default _default;