@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,70 @@
1
+ import { jsxs as H, jsx as C } from "react/jsx-runtime";
2
+ import i from "react";
3
+ function t(V) {
4
+ return /* @__PURE__ */ H(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 280 60",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...V,
11
+ children: [
12
+ /* @__PURE__ */ H("g", { clipPath: "url(#clip0_2357_245)", children: [
13
+ /* @__PURE__ */ C("path", { d: "M119.537 27.136V18.0516H122.677L124.281 24.6784L125.884 18.0516H129.025V27.136H127.182V20.1092H126.982L125.205 26.736H123.362L121.586 20.1092H121.386V27.136H119.537Z", fill: "white" }),
14
+ /* @__PURE__ */ C("path", { d: "M134.1 24.1036C134.1 25.1631 134.639 25.6928 135.717 25.6928C136.794 25.6928 137.333 25.1631 137.333 24.1036V18.0516H139.176V24.064C139.176 25.1775 138.89 25.9955 138.315 26.5162C137.74 27.0369 136.873 27.2981 135.717 27.2981C134.56 27.2981 133.693 27.0369 133.119 26.5162C132.544 25.9955 132.257 25.1775 132.257 24.064V18.0516H134.1V24.1036Z", fill: "white" }),
15
+ /* @__PURE__ */ C("path", { d: "M147.579 27.136H142.408V18.0516H144.252V25.5072H147.578V27.136H147.579Z", fill: "white" }),
16
+ /* @__PURE__ */ C("path", { d: "M148.221 19.6821V18.0516H154.902V19.6821H152.496V27.1378H150.653V19.6821H148.221Z", fill: "white" }),
17
+ /* @__PURE__ */ C("path", { d: "M157.399 27.136V18.0516H159.242V27.136H157.399Z", fill: "white" }),
18
+ /* @__PURE__ */ C("path", { d: "M165.896 24.491H164.4V27.136H162.557V18.0516H165.898C168.053 18.0516 169.132 19.102 169.132 21.2046C169.132 22.264 168.858 23.0766 168.31 23.6424C167.761 24.2081 166.957 24.491 165.896 24.491ZM164.4 22.9145H165.883C166.8 22.9145 167.26 22.3451 167.26 21.2046C167.26 20.6425 167.148 20.2407 166.927 19.9956C166.703 19.7506 166.357 19.6281 165.885 19.6281H164.402V22.9145H164.4Z", fill: "white" }),
19
+ /* @__PURE__ */ C("path", { d: "M176.932 27.136H171.761V18.0516H173.604V25.5072H176.932V27.136Z", fill: "white" }),
20
+ /* @__PURE__ */ C("path", { d: "M178.641 27.136L180.686 18.0516H184.187L186.232 27.136H184.389L184.029 25.4928H180.849L180.488 27.136H178.641ZM182.115 19.574L181.193 23.8892H183.677L182.755 19.574H182.115Z", fill: "white" }),
21
+ /* @__PURE__ */ C("path", { d: "M189.892 27.136V23.4622L187.086 18.0516H189.131L190.801 21.6731L192.472 18.0516H194.517L191.738 23.4622V27.136H189.892Z", fill: "white" }),
22
+ /* @__PURE__ */ C("path", { d: "M196.852 18.0516H202.731V19.6551H198.697V21.7794H201.931V23.3559H198.697V25.5342H202.731V27.1378H196.852V18.0516Z", fill: "white" }),
23
+ /* @__PURE__ */ C("path", { d: "M207.433 24.091V27.1378H205.59V18.0534H209.118C211.255 18.0534 212.325 19.0515 212.325 21.0461C212.325 22.2316 211.88 23.1037 210.988 23.664L212.284 27.1378H210.266L209.21 24.091H207.433ZM210.118 22.1127C210.332 21.846 210.439 21.4929 210.439 21.0569C210.439 20.6209 210.325 20.2731 210.098 20.0155C209.871 19.7578 209.543 19.6281 209.116 19.6281H207.433V22.5145H209.143C209.579 22.5145 209.905 22.3794 210.118 22.1127Z", fill: "white" }),
24
+ /* @__PURE__ */ C("path", { d: "M222.276 19.4948C221.305 19.4948 220.82 19.8155 220.82 20.4569C220.82 20.7416 220.941 20.9596 221.181 21.1109C221.42 21.2623 221.984 21.4803 222.871 21.765C223.757 22.0496 224.379 22.3722 224.734 22.7343C225.091 23.0947 225.269 23.6496 225.269 24.3973C225.269 25.3504 224.979 26.0711 224.4 26.5612C223.822 27.0513 223.064 27.2963 222.128 27.2963C221.433 27.2963 220.583 27.19 219.577 26.9756L219.096 26.8819L219.284 25.4531C220.476 25.6135 221.39 25.6928 222.022 25.6928C222.966 25.6928 223.438 25.3 223.438 24.5162C223.438 24.2316 223.328 24.0081 223.11 23.8478C222.892 23.6874 222.458 23.5145 221.808 23.3271C220.774 23.0334 220.046 22.6839 219.624 22.2785C219.201 21.8731 218.99 21.3091 218.99 20.5884C218.99 19.6803 219.265 19.0029 219.819 18.5579C220.37 18.1128 221.128 17.8894 222.091 17.8894C222.75 17.8894 223.586 17.9795 224.602 18.1561L225.083 18.2498L224.936 19.7056C223.68 19.565 222.793 19.4948 222.276 19.4948Z", fill: "white" }),
25
+ /* @__PURE__ */ C("path", { d: "M228.089 18.0516H233.968V19.6551H229.934V21.7794H233.168V23.3559H229.934V25.5342H233.968V27.1378H228.089V18.0516Z", fill: "white" }),
26
+ /* @__PURE__ */ C("path", { d: "M238.669 24.091V27.1378H236.825V18.0534H240.353C242.49 18.0534 243.56 19.0515 243.56 21.0461C243.56 22.2316 243.115 23.1037 242.223 23.664L243.519 27.1378H241.501L240.445 24.091H238.669ZM241.355 22.1127C241.569 21.846 241.676 21.4929 241.676 21.0569C241.676 20.6209 241.562 20.2731 241.335 20.0155C241.108 19.7578 240.78 19.6281 240.353 19.6281H238.67V22.5145H240.38C240.816 22.5145 241.141 22.3794 241.355 22.1127Z", fill: "white" }),
27
+ /* @__PURE__ */ C("path", { d: "M251.241 18.0516H253.178L251.066 27.136H247.659L245.548 18.0516H247.484L249.061 25.5342H249.663L251.241 18.0516Z", fill: "white" }),
28
+ /* @__PURE__ */ C("path", { d: "M255.717 18.0516H261.596V19.6551H257.562V21.7794H260.796V23.3559H257.562V25.5342H261.596V27.1378H255.717V18.0516Z", fill: "white" }),
29
+ /* @__PURE__ */ C("path", { d: "M266.298 24.091V27.1378H264.455V18.0534H267.983C270.12 18.0534 271.19 19.0515 271.19 21.0461C271.19 22.2316 270.745 23.1037 269.853 23.664L271.149 27.1378H269.131L268.075 24.091H266.298ZM268.983 22.1127C269.197 21.846 269.304 21.4929 269.304 21.0569C269.304 20.6209 269.19 20.2731 268.963 20.0155C268.736 19.7578 268.408 19.6281 267.981 19.6281H266.298V22.5145H268.008C268.444 22.5145 268.77 22.3794 268.983 22.1127Z", fill: "white" }),
30
+ /* @__PURE__ */ C("path", { d: "M276.866 19.4948C275.894 19.4948 275.41 19.8155 275.41 20.4569C275.41 20.7416 275.53 20.9596 275.77 21.1109C276.01 21.2623 276.574 21.4803 277.46 21.765C278.347 22.0496 278.968 22.3722 279.323 22.7343C279.68 23.0947 279.858 23.6496 279.858 24.3973C279.858 25.3504 279.568 26.0711 278.99 26.5612C278.411 27.0513 277.653 27.2963 276.718 27.2963C276.022 27.2963 275.172 27.19 274.167 26.9756L273.685 26.8819L273.873 25.4531C275.066 25.6135 275.979 25.6928 276.611 25.6928C277.556 25.6928 278.028 25.3 278.028 24.5162C278.028 24.2316 277.918 24.0081 277.7 23.8478C277.482 23.6874 277.048 23.5145 276.397 23.3271C275.363 23.0334 274.635 22.6839 274.213 22.2785C273.79 21.8731 273.579 21.3091 273.579 20.5884C273.579 19.6803 273.855 19.0029 274.408 18.5579C274.959 18.1128 275.718 17.8894 276.68 17.8894C277.339 17.8894 278.175 17.9795 279.192 18.1561L279.673 18.2498L279.525 19.7056C278.269 19.565 277.383 19.4948 276.866 19.4948Z", fill: "white" }),
31
+ /* @__PURE__ */ C("path", { d: "M119.512 40.6347V32.6313H124.62V34.0439H121.135V36.397H123.984V37.8095H121.135V40.6347H119.512Z", fill: "white" }),
32
+ /* @__PURE__ */ C("path", { d: "M131.299 39.7824C130.8 40.4455 129.944 40.777 128.728 40.777C127.511 40.777 126.654 40.4455 126.157 39.7824C125.657 39.1194 125.409 38.0816 125.409 36.669C125.409 35.2565 125.657 34.2078 126.157 33.5214C126.656 32.8349 127.511 32.4908 128.728 32.4908C129.944 32.4908 130.801 32.8331 131.299 33.5214C131.798 34.2078 132.046 35.2565 132.046 36.669C132.046 38.0816 131.798 39.1194 131.299 39.7824ZM127.427 38.7464C127.657 39.159 128.092 39.3644 128.728 39.3644C129.364 39.3644 129.796 39.159 130.029 38.7464C130.261 38.3338 130.376 37.6438 130.376 36.6744C130.376 35.7051 130.259 35.0006 130.023 34.561C129.787 34.1213 129.356 33.9015 128.728 33.9015C128.099 33.9015 127.668 34.1213 127.432 34.561C127.196 35.0006 127.079 35.7051 127.079 36.6744C127.079 37.6438 127.194 38.3338 127.427 38.7464Z", fill: "white" }),
33
+ /* @__PURE__ */ C("path", { d: "M135.059 40.6365H133.434V32.6331H136.542C138.425 32.6331 139.367 33.5124 139.367 35.2691C139.367 36.3123 138.974 37.0816 138.19 37.5753L139.333 40.6347H137.556L136.627 37.9501H135.059V40.6365ZM137.425 36.2096C137.612 35.9735 137.708 35.6636 137.708 35.2799C137.708 34.8961 137.608 34.5898 137.407 34.361C137.207 34.134 136.918 34.0205 136.542 34.0205H135.059V36.5627H136.565C136.951 36.5627 137.237 36.4456 137.425 36.2096Z", fill: "white" }),
34
+ /* @__PURE__ */ C("path", { d: "M146.653 36.3501H148.983V40.5049C147.86 40.6851 146.951 40.7752 146.251 40.7752C145.005 40.7752 144.147 40.4419 143.68 39.7752C143.214 39.1086 142.979 38.0492 142.979 36.5969C142.979 35.1447 143.223 34.0979 143.709 33.4547C144.196 32.8115 145.023 32.489 146.192 32.489C146.922 32.489 147.711 32.5718 148.558 32.7358L148.981 32.8187L148.934 34.0781C147.992 33.9772 147.221 33.925 146.621 33.925C146.021 33.925 145.599 33.9952 145.356 34.1376C145.113 34.2781 144.934 34.5394 144.821 34.9195C144.707 35.2997 144.65 35.9519 144.65 36.8744C144.65 37.7969 144.763 38.4419 144.99 38.8113C145.217 39.1807 145.689 39.3644 146.403 39.3644L147.379 39.3176V37.7645H146.653V36.3501Z", fill: "white" }),
35
+ /* @__PURE__ */ C("path", { d: "M149.842 40.6347L151.644 32.6313H154.729L156.53 40.6347H154.905L154.588 39.1861H151.786L151.469 40.6347H149.842ZM152.904 33.9736L152.091 37.7753H154.28L153.467 33.9736H152.904Z", fill: "white" }),
36
+ /* @__PURE__ */ C("path", { d: "M157.599 40.6347V32.6313H160.365L161.777 38.469L163.19 32.6313H165.955V40.6347H164.33V34.4439H164.154L162.588 40.2815H160.963L159.397 34.4439H159.22V40.6347H157.599Z", fill: "white" }),
37
+ /* @__PURE__ */ C("path", { d: "M167.698 32.6313H172.876V34.0439H169.321V35.9159H172.17V37.305H169.321V39.2239H172.876V40.6365H167.698V32.6313Z", fill: "white" }),
38
+ /* @__PURE__ */ C("path", { d: "M179.267 33.9033C178.411 33.9033 177.984 34.1862 177.984 34.7502C177.984 35.0006 178.09 35.1934 178.301 35.3267C178.514 35.46 179.009 35.6528 179.789 35.9033C180.569 36.1537 181.117 36.4384 181.431 36.7573C181.744 37.0744 181.901 37.5627 181.901 38.2221C181.901 39.0617 181.645 39.6978 181.135 40.1284C180.625 40.559 179.959 40.7752 179.133 40.7752C178.521 40.7752 177.771 40.6815 176.885 40.4923L176.461 40.4094L176.625 39.15C177.678 39.2906 178.481 39.3626 179.038 39.3626C179.868 39.3626 180.285 39.0167 180.285 38.3266C180.285 38.0762 180.189 37.8798 179.996 37.7375C179.804 37.5969 179.422 37.4438 178.849 37.278C177.939 37.0186 177.297 36.7105 176.924 36.3537C176.551 35.997 176.366 35.5015 176.366 34.8655C176.366 34.0655 176.609 33.4691 177.096 33.0763C177.582 32.6836 178.249 32.4872 179.096 32.4872C179.676 32.4872 180.414 32.5646 181.308 32.7232L181.731 32.8061L181.602 34.0889C180.503 33.9664 179.723 33.9033 179.267 33.9033Z", fill: "white" }),
39
+ /* @__PURE__ */ C("path", { d: "M182.492 34.0673V32.6313H188.376V34.0673H186.257V40.6347H184.634V34.0673H182.492Z", fill: "white" }),
40
+ /* @__PURE__ */ C("path", { d: "M190.955 37.9627C190.955 38.896 191.428 39.3626 192.378 39.3626C193.328 39.3626 193.801 38.896 193.801 37.9627V32.6313H195.425V37.9284C195.425 38.9104 195.173 39.6293 194.666 40.0887C194.16 40.5482 193.396 40.777 192.376 40.777C191.356 40.777 190.592 40.5482 190.086 40.0887C189.58 39.6293 189.328 38.9104 189.328 37.9284V32.6313H190.953V37.9627H190.955Z", fill: "white" }),
41
+ /* @__PURE__ */ C("path", { d: "M199.794 40.6347H197.099V32.6313H199.794C200.484 32.6313 201.053 32.7034 201.5 32.8493C201.947 32.9953 202.295 33.2331 202.542 33.5682C202.788 33.9015 202.96 34.2943 203.053 34.7448C203.147 35.197 203.194 35.7826 203.194 36.5051C203.194 37.2276 203.151 37.8257 203.064 38.2996C202.978 38.7735 202.816 39.1987 202.576 39.5716C202.336 39.9446 201.989 40.2149 201.534 40.3842C201.08 40.5518 200.5 40.6347 199.794 40.6347ZM201.5 37.4582C201.516 37.2077 201.524 36.86 201.524 36.4168C201.524 35.9735 201.507 35.6186 201.477 35.3519C201.446 35.0853 201.371 34.842 201.253 34.6222C201.136 34.4024 200.962 34.2511 200.729 34.1682C200.497 34.0853 200.187 34.0439 199.794 34.0439H198.724V39.2221H199.794C200.383 39.2221 200.81 39.0726 201.077 38.7753C201.304 38.532 201.446 38.0924 201.5 37.4582Z", fill: "white" }),
42
+ /* @__PURE__ */ C("path", { d: "M204.608 40.6347V32.6313H206.233V40.6347H204.608Z", fill: "white" }),
43
+ /* @__PURE__ */ C("path", { d: "M213.513 39.7824C213.013 40.4455 212.158 40.777 210.941 40.777C209.725 40.777 208.868 40.4455 208.37 39.7824C207.871 39.1194 207.623 38.0816 207.623 36.669C207.623 35.2565 207.871 34.2078 208.37 33.5214C208.868 32.8349 209.725 32.4908 210.941 32.4908C212.158 32.4908 213.015 32.8331 213.513 33.5214C214.01 34.2078 214.26 35.2565 214.26 36.669C214.26 38.0816 214.01 39.1194 213.513 39.7824ZM209.641 38.7464C209.871 39.159 210.305 39.3644 210.941 39.3644C211.577 39.3644 212.01 39.159 212.242 38.7464C212.473 38.3338 212.59 37.6438 212.59 36.6744C212.59 35.7051 212.473 35.0006 212.237 34.561C212.001 34.1213 211.57 33.9015 210.943 33.9015C210.316 33.9015 209.884 34.1213 209.648 34.561C209.412 35.0006 209.295 35.7051 209.295 36.6744C209.293 37.6438 209.408 38.3338 209.641 38.7464Z", fill: "white" }),
44
+ /* @__PURE__ */ C("path", { d: "M218.109 33.9033C217.253 33.9033 216.826 34.1862 216.826 34.7502C216.826 35.0006 216.932 35.1934 217.143 35.3267C217.354 35.46 217.851 35.6528 218.631 35.9033C219.411 36.1537 219.959 36.4384 220.273 36.7573C220.586 37.0744 220.743 37.5627 220.743 38.2221C220.743 39.0617 220.487 39.6978 219.977 40.1284C219.467 40.559 218.801 40.7752 217.977 40.7752C217.365 40.7752 216.615 40.6815 215.729 40.4923L215.305 40.4094L215.469 39.15C216.521 39.2906 217.325 39.3626 217.882 39.3626C218.714 39.3626 219.13 39.0167 219.13 38.3266C219.13 38.0762 219.035 37.8798 218.842 37.7375C218.649 37.5969 218.267 37.4438 217.694 37.278C216.784 37.0186 216.143 36.7105 215.77 36.3537C215.397 35.997 215.212 35.5015 215.212 34.8655C215.212 34.0655 215.455 33.4691 215.941 33.0763C216.428 32.6836 217.094 32.4872 217.941 32.4872C218.521 32.4872 219.26 32.5646 220.154 32.7232L220.577 32.8061L220.447 34.0889C219.345 33.9664 218.563 33.9033 218.109 33.9033Z", fill: "white" }),
45
+ /* @__PURE__ */ C("path", { d: "M225.736 32.7322C226.175 32.4151 226.77 32.2547 227.519 32.2547C228.269 32.2547 228.851 32.4169 229.267 32.743C229.683 33.0691 229.89 33.5142 229.89 34.0781C229.89 34.6421 229.773 35.0871 229.537 35.4078C229.301 35.7303 228.881 36.1015 228.278 36.5267L229.431 37.6798C229.478 37.5627 229.525 37.3339 229.571 36.9969C229.618 36.66 229.645 36.3843 229.654 36.1735L231.184 36.2096C231.067 37.1195 230.867 37.9158 230.584 38.5987L231.903 39.7518L231.009 40.7752L229.761 39.7518C229.485 40.0509 229.135 40.2959 228.707 40.4869C228.28 40.6797 227.826 40.7752 227.346 40.7752C226.2 40.7752 225.386 40.5698 224.905 40.1572C224.422 39.7446 224.181 39.1356 224.181 38.3266C224.181 37.6906 224.314 37.1915 224.581 36.8258C224.847 36.4618 225.271 36.1645 225.853 35.9375C225.53 35.5447 225.321 35.2276 225.222 34.9844C225.123 34.7411 225.074 34.424 225.074 34.0313C225.076 33.4835 225.296 33.0493 225.736 32.7322ZM227.148 39.3644C227.462 39.3644 227.768 39.3212 228.067 39.2347C228.364 39.1482 228.573 39.0347 228.69 38.8942L226.654 36.8582C226.074 37.1411 225.784 37.5879 225.784 38.2005C225.784 38.9753 226.238 39.3644 227.148 39.3644ZM226.676 34.3862C226.676 34.6997 226.853 35.0456 227.206 35.4222L227.406 35.6348C227.728 35.3988 227.955 35.1898 228.089 35.0042C228.222 34.8204 228.289 34.5988 228.289 34.3394C228.289 33.8457 228.02 33.597 227.481 33.597C226.943 33.597 226.676 33.8601 226.676 34.3862Z", fill: "white" }),
46
+ /* @__PURE__ */ C("path", { d: "M238.423 38.305H237.105V40.6365H235.479V32.6331H238.422C240.321 32.6331 241.27 33.5592 241.27 35.4114C241.27 36.3447 241.029 37.0618 240.546 37.5591C240.065 38.0564 239.357 38.305 238.423 38.305ZM237.105 36.9159H238.411C239.22 36.9159 239.623 36.4132 239.623 35.4096C239.623 34.9159 239.524 34.561 239.33 34.3448C239.133 34.1286 238.827 34.0205 238.411 34.0205H237.105V36.9159Z", fill: "white" }),
47
+ /* @__PURE__ */ C("path", { d: "M242.414 40.6347V32.6313H244.04V39.1987H246.971V40.6347H242.414Z", fill: "white" }),
48
+ /* @__PURE__ */ C("path", { d: "M247.297 40.6347L249.097 32.6313H252.182L253.983 40.6347H252.358L252.041 39.1861H249.239L248.922 40.6347H247.297ZM250.358 33.9736L249.546 37.7753H251.735L250.922 33.9736H250.358Z", fill: "white" }),
49
+ /* @__PURE__ */ C("path", { d: "M257.655 40.6347H256.03V37.3987L253.558 32.6313H255.36L256.83 35.8204L258.302 32.6313H260.104L257.655 37.3987V40.6347Z", fill: "white" }),
50
+ /* @__PURE__ */ C("path", { d: "M260.987 32.6313H266.165V34.0439H262.61V35.9159H265.459V37.305H262.61V39.2239H266.165V40.6365H260.987V32.6313Z", fill: "white" }),
51
+ /* @__PURE__ */ C("path", { d: "M269.131 40.6365H267.505V32.6331H270.613C272.496 32.6331 273.439 33.5124 273.439 35.2691C273.439 36.3123 273.046 37.0816 272.262 37.5753L273.404 40.6347H271.628L270.698 37.9501H269.131V40.6365ZM271.496 36.2096C271.686 35.9735 271.779 35.6636 271.779 35.2799C271.779 34.8961 271.678 34.5898 271.478 34.361C271.278 34.134 270.99 34.0205 270.613 34.0205H269.131V36.5627H270.637C271.022 36.5627 271.309 36.4456 271.496 36.2096Z", fill: "white" }),
52
+ /* @__PURE__ */ C("path", { d: "M277.264 33.9033C276.408 33.9033 275.981 34.1862 275.981 34.7502C275.981 35.0006 276.087 35.1934 276.298 35.3267C276.509 35.46 277.006 35.6528 277.786 35.9033C278.566 36.1537 279.114 36.4384 279.428 36.7573C279.741 37.0744 279.898 37.5627 279.898 38.2221C279.898 39.0617 279.642 39.6978 279.132 40.1284C278.622 40.559 277.956 40.7752 277.132 40.7752C276.52 40.7752 275.77 40.6815 274.884 40.4923L274.46 40.4094L274.624 39.15C275.676 39.2906 276.48 39.3626 277.037 39.3626C277.869 39.3626 278.285 39.0167 278.285 38.3266C278.285 38.0762 278.19 37.8798 277.997 37.7375C277.804 37.5969 277.422 37.4438 276.849 37.278C275.939 37.0186 275.298 36.7105 274.925 36.3537C274.552 35.997 274.367 35.5015 274.367 34.8655C274.367 34.0655 274.61 33.4691 275.096 33.0763C275.583 32.6836 276.249 32.4872 277.096 32.4872C277.676 32.4872 278.415 32.5646 279.309 32.7232L279.732 32.8061L279.602 34.0889C278.5 33.9664 277.72 33.9033 277.264 33.9033Z", fill: "white" }),
53
+ /* @__PURE__ */ C("path", { d: "M10.9889 30.264L4.88093 13.4969C4.76742 13.1852 4.30798 13.2681 4.30798 13.5978V30.1613C4.30798 30.3252 4.17465 30.4567 4.01249 30.4567H0.295487C0.131528 30.4567 0 30.3252 0 30.1613V0.295487C0 0.133329 0.131528 0 0.295487 0H3.87556C3.99988 0 4.11159 0.0774752 4.15303 0.194589L10.2195 16.8878C10.333 17.1995 10.7925 17.1184 10.7925 16.7869V0.295487C10.7925 0.133329 10.9258 0 11.0898 0H14.805C14.9689 0 15.1004 0.131528 15.1004 0.295487V30.1613C15.1004 30.3252 14.9689 30.4567 14.805 30.4567H11.2663C11.142 30.4585 11.0303 30.3811 10.9889 30.264Z", fill: "white" }),
54
+ /* @__PURE__ */ C("path", { d: "M17.2806 30.1631V0.295487C17.2806 0.131528 17.4121 0 17.576 0H21.2913C21.4552 0 21.5867 0.131528 21.5867 0.295487V30.1613C21.5867 30.3252 21.4552 30.4567 21.2913 30.4567H17.576C17.4121 30.4585 17.2806 30.3252 17.2806 30.1631Z", fill: "white" }),
55
+ /* @__PURE__ */ C("path", { d: "M28.8424 30.1631V4.35482C28.8424 4.19087 28.7091 4.05934 28.5469 4.05934H24.0641C23.9002 4.05934 23.7687 3.92781 23.7687 3.76385V0.295487C23.7687 0.131528 23.902 0 24.0641 0H38.0259C38.1898 0 38.3214 0.131528 38.3214 0.295487V3.76205C38.3214 3.92601 38.1898 4.05754 38.0259 4.05754H33.444C33.2801 4.05754 33.1486 4.19087 33.1486 4.35302V30.1613C33.1486 30.3252 33.0152 30.4567 32.8531 30.4567H29.1379C28.9757 30.4567 28.8424 30.3252 28.8424 30.1631Z", fill: "white" }),
56
+ /* @__PURE__ */ C("path", { d: "M40.5033 30.1631V0.295487C40.5033 0.131528 40.6348 0 40.7988 0H48.067C50.067 0 51.7444 0.702682 53.0993 2.10624C54.456 3.5098 55.1407 5.20885 55.1407 7.2178V10.0538C55.1407 12.7726 54.029 14.8788 51.8075 16.3617C51.6958 16.4355 51.6471 16.5725 51.6885 16.7004L56.0632 30.0694C56.1262 30.2604 55.9839 30.4567 55.7821 30.4567H51.8489C51.7192 30.4567 51.6057 30.3739 51.566 30.2495L47.5986 17.6049C47.5607 17.4824 47.4454 17.3977 47.3157 17.3977H45.1032C44.9392 17.3977 44.8077 17.531 44.8077 17.6932V30.1613C44.8077 30.3252 44.6743 30.4567 44.5122 30.4567H40.797C40.6348 30.4585 40.5033 30.3252 40.5033 30.1631ZM50.0922 12.6266C50.103 12.6158 50.112 12.605 50.121 12.5924C50.3787 12.2591 50.5697 11.8861 50.6796 11.4735C50.7913 11.0519 50.8327 10.5745 50.8327 10.0556V7.20519C50.8327 6.26468 50.5805 5.49173 50.0634 4.91697C49.5463 4.34041 48.8184 4.04673 47.8833 4.04673H45.1032C44.9392 4.04673 44.8077 4.18005 44.8077 4.34221V13.2717C44.8077 13.4356 44.9392 13.5672 45.1032 13.5672H47.8418C48.7427 13.5654 49.4922 13.2483 50.0922 12.6266Z", fill: "white" }),
57
+ /* @__PURE__ */ C("path", { d: "M58.4433 30.1018L64.6413 0.236029C64.6683 0.0990961 64.7908 0 64.9296 0H68.6466C68.7853 0 68.906 0.0954926 68.9349 0.232425L75.5563 30.0982C75.5977 30.282 75.4572 30.4585 75.268 30.4585H71.2411C71.0988 30.4585 70.9763 30.3576 70.951 30.2171L69.8249 24.1434C69.7997 24.0029 69.6772 23.902 69.5349 23.902H64.4341C64.2918 23.902 64.1693 24.0029 64.144 24.1434L63.0179 30.2171C62.9927 30.3576 62.8702 30.4585 62.7278 30.4585H58.737C58.546 30.4585 58.4055 30.2856 58.4433 30.1018ZM65.2557 19.8553H68.625C68.8106 19.8553 68.9493 19.6877 68.9151 19.5057L67.2304 10.5709C67.1692 10.2501 66.7097 10.2501 66.6503 10.5709L64.9656 19.5057C64.9314 19.6877 65.0701 19.8553 65.2557 19.8553Z", fill: "white" }),
58
+ /* @__PURE__ */ C("path", { d: "M84.6497 0C86.5812 0 88.2586 0.688268 89.6568 2.07922C91.0693 3.47017 91.7684 5.12777 91.7684 7.08087V22.9272C91.7684 25.1182 91.0964 26.9307 89.7541 28.3361C88.4118 29.7559 86.6623 30.4567 84.5236 30.4567H78.1058C77.9418 30.4567 77.8103 30.3234 77.8103 30.1613V0.295487C77.8103 0.131528 77.9418 0 78.1058 0H84.6497ZM87.4622 22.9417V7.08087C87.4622 6.22324 87.1541 5.52236 86.5524 4.96021C85.9362 4.39807 85.2101 4.11699 84.3416 4.11699H82.4137C82.2498 4.11699 82.1183 4.25032 82.1183 4.41248V26.1434C82.1183 26.3073 82.2498 26.4388 82.4137 26.4388H84.2173C86.3848 26.4118 87.4622 25.2605 87.4622 22.9417Z", fill: "white" }),
59
+ /* @__PURE__ */ C("path", { d: "M95.2314 3.09901C95.9196 2.14408 96.7737 1.38374 97.8205 0.830606C98.8673 0.277469 99.9556 0 101.083 0C102.211 0 103.219 0.221615 104.182 0.677457C105.146 1.12069 105.945 1.74229 106.591 2.51704C107.226 3.29179 107.665 4.08096 107.914 4.89715C108.148 5.69893 108.272 6.58359 108.272 7.53851V22.7813C108.272 23.6804 108.19 24.4695 108.024 25.1326C107.858 25.81 107.514 26.5578 106.977 27.401C106.44 28.2316 105.654 28.9505 104.608 29.5595C103.561 30.154 102.431 30.4585 101.22 30.4585C99.815 30.4585 98.5358 30.0982 97.3647 29.3793C96.1953 28.6604 95.3683 27.8442 94.9143 26.9307C94.4458 26.0172 94.1702 25.2857 94.0873 24.7308C94.0044 24.1777 93.9503 23.5272 93.9503 22.7813V7.53851C93.9503 6.63944 94.0476 5.85208 94.2386 5.16021C94.4188 4.46833 94.7629 3.77646 95.2314 3.09901ZM103.494 5.4647C102.901 4.66292 102.13 4.24672 101.166 4.24672C100.656 4.24672 100.161 4.38545 99.6655 4.67554C99.17 4.96562 98.8259 5.27011 98.6331 5.61605C98.4403 5.96198 98.316 6.30792 98.2475 6.66647C98.1917 7.02682 98.1646 7.32951 98.1646 7.56554V22.8227C98.1646 23.1272 98.1917 23.4461 98.2331 23.8047C98.2745 24.165 98.5232 24.6479 98.9484 25.2569C99.3754 25.8659 100.12 26.1704 101.166 26.1704C101.703 26.1704 102.184 26.0461 102.613 25.783C103.04 25.5344 103.357 25.2443 103.55 24.911C103.743 24.5794 103.867 24.2749 103.921 23.9704C103.977 23.666 104.019 23.2786 104.019 22.8083V7.57995C104.019 6.98538 103.991 6.57097 103.95 6.32053C103.921 6.0863 103.755 5.79622 103.494 5.4647Z", fill: "white" }),
60
+ /* @__PURE__ */ C("path", { d: "M29.4316 37.8529H78.8427C79.1165 37.8529 79.2427 38.1916 79.0373 38.3718L54.3371 59.9261C54.2254 60.0234 54.0596 60.0234 53.9479 59.9261L29.237 38.37C29.0298 38.1916 29.1577 37.8529 29.4316 37.8529Z", fill: "white" })
61
+ ] }),
62
+ /* @__PURE__ */ C("defs", { children: /* @__PURE__ */ C("clipPath", { id: "clip0_2357_245", children: /* @__PURE__ */ C("rect", { width: "279.898", height: "60", fill: "white" }) }) })
63
+ ]
64
+ }
65
+ );
66
+ }
67
+ const L = i.memo(t);
68
+ export {
69
+ L as default
70
+ };
@@ -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,70 @@
1
+ import { jsxs as H, jsx as C } from "react/jsx-runtime";
2
+ import V from "react";
3
+ function a(l) {
4
+ return /* @__PURE__ */ H(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 280 60",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...l,
11
+ children: [
12
+ /* @__PURE__ */ H("g", { clipPath: "url(#clip0_1334_2199)", children: [
13
+ /* @__PURE__ */ C("path", { d: "M119.537 27.136V18.0516H122.677L124.281 24.6784L125.884 18.0516H129.025V27.136H127.182V20.1092H126.982L125.205 26.736H123.362L121.586 20.1092H121.386V27.136H119.537Z", fill: "black" }),
14
+ /* @__PURE__ */ C("path", { d: "M134.1 24.1036C134.1 25.1631 134.639 25.6928 135.717 25.6928C136.794 25.6928 137.333 25.1631 137.333 24.1036V18.0516H139.176V24.064C139.176 25.1775 138.89 25.9955 138.315 26.5162C137.74 27.0369 136.873 27.2981 135.717 27.2981C134.56 27.2981 133.693 27.0369 133.119 26.5162C132.544 25.9955 132.257 25.1775 132.257 24.064V18.0516H134.1V24.1036Z", fill: "black" }),
15
+ /* @__PURE__ */ C("path", { d: "M147.579 27.136H142.408V18.0516H144.252V25.5072H147.578V27.136H147.579Z", fill: "black" }),
16
+ /* @__PURE__ */ C("path", { d: "M148.221 19.6821V18.0516H154.902V19.6821H152.496V27.1378H150.653V19.6821H148.221Z", fill: "black" }),
17
+ /* @__PURE__ */ C("path", { d: "M157.399 27.136V18.0516H159.242V27.136H157.399Z", fill: "black" }),
18
+ /* @__PURE__ */ C("path", { d: "M165.896 24.491H164.4V27.136H162.557V18.0516H165.898C168.053 18.0516 169.132 19.102 169.132 21.2046C169.132 22.264 168.858 23.0766 168.31 23.6424C167.761 24.2081 166.957 24.491 165.896 24.491ZM164.4 22.9145H165.883C166.8 22.9145 167.26 22.3451 167.26 21.2046C167.26 20.6425 167.148 20.2407 166.927 19.9956C166.703 19.7506 166.357 19.6281 165.885 19.6281H164.402V22.9145H164.4Z", fill: "black" }),
19
+ /* @__PURE__ */ C("path", { d: "M176.932 27.136H171.761V18.0516H173.604V25.5072H176.932V27.136Z", fill: "black" }),
20
+ /* @__PURE__ */ C("path", { d: "M178.641 27.136L180.686 18.0516H184.187L186.232 27.136H184.389L184.029 25.4928H180.849L180.488 27.136H178.641ZM182.115 19.574L181.193 23.8892H183.677L182.755 19.574H182.115Z", fill: "black" }),
21
+ /* @__PURE__ */ C("path", { d: "M189.892 27.136V23.4622L187.086 18.0516H189.131L190.801 21.6731L192.472 18.0516H194.517L191.738 23.4622V27.136H189.892Z", fill: "black" }),
22
+ /* @__PURE__ */ C("path", { d: "M196.852 18.0516H202.731V19.6551H198.697V21.7794H201.931V23.3559H198.697V25.5342H202.731V27.1378H196.852V18.0516Z", fill: "black" }),
23
+ /* @__PURE__ */ C("path", { d: "M207.433 24.091V27.1378H205.59V18.0534H209.118C211.255 18.0534 212.325 19.0515 212.325 21.0461C212.325 22.2316 211.88 23.1037 210.988 23.664L212.284 27.1378H210.266L209.21 24.091H207.433ZM210.118 22.1127C210.332 21.846 210.439 21.4929 210.439 21.0569C210.439 20.6209 210.325 20.2731 210.098 20.0155C209.871 19.7578 209.543 19.6281 209.116 19.6281H207.433V22.5145H209.143C209.579 22.5145 209.905 22.3794 210.118 22.1127Z", fill: "black" }),
24
+ /* @__PURE__ */ C("path", { d: "M222.276 19.4948C221.305 19.4948 220.82 19.8155 220.82 20.4569C220.82 20.7416 220.941 20.9596 221.181 21.1109C221.42 21.2623 221.984 21.4803 222.871 21.765C223.757 22.0496 224.379 22.3722 224.734 22.7343C225.091 23.0947 225.269 23.6496 225.269 24.3973C225.269 25.3504 224.979 26.0711 224.4 26.5612C223.822 27.0513 223.064 27.2963 222.128 27.2963C221.433 27.2963 220.583 27.19 219.577 26.9756L219.096 26.8819L219.284 25.4531C220.476 25.6135 221.39 25.6928 222.022 25.6928C222.966 25.6928 223.438 25.3 223.438 24.5162C223.438 24.2316 223.328 24.0081 223.11 23.8478C222.892 23.6874 222.458 23.5145 221.808 23.3271C220.774 23.0334 220.046 22.6839 219.624 22.2785C219.201 21.8731 218.99 21.3091 218.99 20.5884C218.99 19.6803 219.265 19.0029 219.819 18.5579C220.37 18.1128 221.128 17.8894 222.091 17.8894C222.75 17.8894 223.586 17.9795 224.602 18.1561L225.083 18.2498L224.936 19.7056C223.68 19.565 222.793 19.4948 222.276 19.4948Z", fill: "black" }),
25
+ /* @__PURE__ */ C("path", { d: "M228.089 18.0516H233.968V19.6551H229.934V21.7794H233.168V23.3559H229.934V25.5342H233.968V27.1378H228.089V18.0516Z", fill: "black" }),
26
+ /* @__PURE__ */ C("path", { d: "M238.669 24.091V27.1378H236.825V18.0534H240.353C242.49 18.0534 243.56 19.0515 243.56 21.0461C243.56 22.2316 243.115 23.1037 242.223 23.664L243.519 27.1378H241.501L240.445 24.091H238.669ZM241.355 22.1127C241.569 21.846 241.676 21.4929 241.676 21.0569C241.676 20.6209 241.562 20.2731 241.335 20.0155C241.108 19.7578 240.78 19.6281 240.353 19.6281H238.67V22.5145H240.38C240.816 22.5145 241.141 22.3794 241.355 22.1127Z", fill: "black" }),
27
+ /* @__PURE__ */ C("path", { d: "M251.241 18.0516H253.178L251.066 27.136H247.659L245.548 18.0516H247.484L249.061 25.5342H249.663L251.241 18.0516Z", fill: "black" }),
28
+ /* @__PURE__ */ C("path", { d: "M255.717 18.0516H261.596V19.6551H257.562V21.7794H260.796V23.3559H257.562V25.5342H261.596V27.1378H255.717V18.0516Z", fill: "black" }),
29
+ /* @__PURE__ */ C("path", { d: "M266.298 24.091V27.1378H264.455V18.0534H267.983C270.12 18.0534 271.19 19.0515 271.19 21.0461C271.19 22.2316 270.745 23.1037 269.853 23.664L271.149 27.1378H269.131L268.075 24.091H266.298ZM268.983 22.1127C269.197 21.846 269.304 21.4929 269.304 21.0569C269.304 20.6209 269.19 20.2731 268.963 20.0155C268.736 19.7578 268.408 19.6281 267.981 19.6281H266.298V22.5145H268.008C268.444 22.5145 268.77 22.3794 268.983 22.1127Z", fill: "black" }),
30
+ /* @__PURE__ */ C("path", { d: "M276.866 19.4948C275.894 19.4948 275.41 19.8155 275.41 20.4569C275.41 20.7416 275.53 20.9596 275.77 21.1109C276.01 21.2623 276.574 21.4803 277.46 21.765C278.347 22.0496 278.968 22.3722 279.323 22.7343C279.68 23.0947 279.858 23.6496 279.858 24.3973C279.858 25.3504 279.568 26.0711 278.99 26.5612C278.411 27.0513 277.653 27.2963 276.718 27.2963C276.022 27.2963 275.172 27.19 274.167 26.9756L273.685 26.8819L273.873 25.4531C275.066 25.6135 275.979 25.6928 276.611 25.6928C277.556 25.6928 278.028 25.3 278.028 24.5162C278.028 24.2316 277.918 24.0081 277.7 23.8478C277.482 23.6874 277.048 23.5145 276.397 23.3271C275.363 23.0334 274.635 22.6839 274.213 22.2785C273.79 21.8731 273.579 21.3091 273.579 20.5884C273.579 19.6803 273.855 19.0029 274.408 18.5579C274.959 18.1128 275.718 17.8894 276.68 17.8894C277.339 17.8894 278.175 17.9795 279.192 18.1561L279.673 18.2498L279.525 19.7056C278.269 19.565 277.383 19.4948 276.866 19.4948Z", fill: "black" }),
31
+ /* @__PURE__ */ C("path", { d: "M119.512 40.6347V32.6313H124.62V34.0439H121.135V36.397H123.984V37.8095H121.135V40.6347H119.512Z", fill: "black" }),
32
+ /* @__PURE__ */ C("path", { d: "M131.299 39.7824C130.8 40.4455 129.944 40.777 128.728 40.777C127.511 40.777 126.654 40.4455 126.157 39.7824C125.657 39.1194 125.409 38.0816 125.409 36.669C125.409 35.2565 125.657 34.2078 126.157 33.5214C126.656 32.8349 127.511 32.4908 128.728 32.4908C129.944 32.4908 130.801 32.8331 131.299 33.5214C131.798 34.2078 132.046 35.2565 132.046 36.669C132.046 38.0816 131.798 39.1194 131.299 39.7824ZM127.427 38.7464C127.657 39.159 128.092 39.3644 128.728 39.3644C129.364 39.3644 129.796 39.159 130.029 38.7464C130.261 38.3338 130.376 37.6438 130.376 36.6744C130.376 35.7051 130.259 35.0006 130.023 34.561C129.787 34.1213 129.356 33.9015 128.728 33.9015C128.099 33.9015 127.668 34.1213 127.432 34.561C127.196 35.0006 127.079 35.7051 127.079 36.6744C127.079 37.6438 127.194 38.3338 127.427 38.7464Z", fill: "black" }),
33
+ /* @__PURE__ */ C("path", { d: "M135.059 40.6365H133.434V32.6331H136.542C138.425 32.6331 139.367 33.5124 139.367 35.2691C139.367 36.3123 138.974 37.0816 138.19 37.5753L139.333 40.6347H137.556L136.627 37.9501H135.059V40.6365ZM137.425 36.2096C137.612 35.9735 137.708 35.6636 137.708 35.2799C137.708 34.8961 137.608 34.5898 137.407 34.361C137.207 34.134 136.918 34.0205 136.542 34.0205H135.059V36.5627H136.565C136.951 36.5627 137.237 36.4456 137.425 36.2096Z", fill: "black" }),
34
+ /* @__PURE__ */ C("path", { d: "M146.653 36.3501H148.983V40.5049C147.86 40.6851 146.951 40.7752 146.251 40.7752C145.005 40.7752 144.147 40.4419 143.68 39.7752C143.214 39.1086 142.979 38.0492 142.979 36.5969C142.979 35.1447 143.223 34.0979 143.709 33.4547C144.196 32.8115 145.023 32.489 146.192 32.489C146.922 32.489 147.711 32.5718 148.558 32.7358L148.981 32.8187L148.934 34.0781C147.992 33.9772 147.221 33.925 146.621 33.925C146.021 33.925 145.599 33.9952 145.356 34.1376C145.113 34.2781 144.934 34.5394 144.821 34.9195C144.707 35.2997 144.65 35.9519 144.65 36.8744C144.65 37.7969 144.763 38.4419 144.99 38.8113C145.217 39.1807 145.689 39.3644 146.403 39.3644L147.379 39.3176V37.7645H146.653V36.3501Z", fill: "black" }),
35
+ /* @__PURE__ */ C("path", { d: "M149.842 40.6347L151.644 32.6313H154.729L156.53 40.6347H154.905L154.588 39.1861H151.786L151.469 40.6347H149.842ZM152.904 33.9736L152.091 37.7753H154.28L153.467 33.9736H152.904Z", fill: "black" }),
36
+ /* @__PURE__ */ C("path", { d: "M157.599 40.6347V32.6313H160.365L161.777 38.469L163.19 32.6313H165.955V40.6347H164.33V34.4439H164.154L162.588 40.2815H160.963L159.397 34.4439H159.22V40.6347H157.599Z", fill: "black" }),
37
+ /* @__PURE__ */ C("path", { d: "M167.698 32.6313H172.876V34.0439H169.321V35.9159H172.17V37.305H169.321V39.2239H172.876V40.6365H167.698V32.6313Z", fill: "black" }),
38
+ /* @__PURE__ */ C("path", { d: "M179.267 33.9033C178.411 33.9033 177.984 34.1862 177.984 34.7502C177.984 35.0006 178.09 35.1934 178.301 35.3267C178.514 35.46 179.009 35.6528 179.789 35.9033C180.569 36.1537 181.117 36.4384 181.431 36.7573C181.744 37.0744 181.901 37.5627 181.901 38.2221C181.901 39.0617 181.645 39.6978 181.135 40.1284C180.625 40.559 179.959 40.7752 179.133 40.7752C178.521 40.7752 177.771 40.6815 176.885 40.4923L176.461 40.4094L176.625 39.15C177.678 39.2906 178.481 39.3626 179.038 39.3626C179.868 39.3626 180.285 39.0167 180.285 38.3266C180.285 38.0762 180.189 37.8798 179.996 37.7375C179.804 37.5969 179.422 37.4438 178.849 37.278C177.939 37.0186 177.297 36.7105 176.924 36.3537C176.551 35.997 176.366 35.5015 176.366 34.8655C176.366 34.0655 176.609 33.4691 177.096 33.0763C177.582 32.6836 178.249 32.4872 179.096 32.4872C179.676 32.4872 180.414 32.5646 181.308 32.7232L181.731 32.8061L181.602 34.0889C180.503 33.9664 179.723 33.9033 179.267 33.9033Z", fill: "black" }),
39
+ /* @__PURE__ */ C("path", { d: "M182.492 34.0673V32.6313H188.376V34.0673H186.257V40.6347H184.634V34.0673H182.492Z", fill: "black" }),
40
+ /* @__PURE__ */ C("path", { d: "M190.955 37.9627C190.955 38.896 191.428 39.3626 192.378 39.3626C193.328 39.3626 193.801 38.896 193.801 37.9627V32.6313H195.425V37.9284C195.425 38.9104 195.173 39.6293 194.666 40.0887C194.16 40.5482 193.396 40.777 192.376 40.777C191.356 40.777 190.592 40.5482 190.086 40.0887C189.58 39.6293 189.328 38.9104 189.328 37.9284V32.6313H190.953V37.9627H190.955Z", fill: "black" }),
41
+ /* @__PURE__ */ C("path", { d: "M199.794 40.6347H197.099V32.6313H199.794C200.484 32.6313 201.053 32.7034 201.5 32.8493C201.947 32.9953 202.295 33.2331 202.542 33.5682C202.788 33.9015 202.96 34.2943 203.053 34.7448C203.147 35.197 203.194 35.7826 203.194 36.5051C203.194 37.2276 203.151 37.8257 203.064 38.2996C202.978 38.7735 202.816 39.1987 202.576 39.5716C202.336 39.9446 201.989 40.2149 201.534 40.3842C201.08 40.5518 200.5 40.6347 199.794 40.6347ZM201.5 37.4582C201.516 37.2077 201.524 36.86 201.524 36.4168C201.524 35.9735 201.507 35.6186 201.477 35.3519C201.446 35.0853 201.371 34.842 201.253 34.6222C201.136 34.4024 200.962 34.2511 200.729 34.1682C200.497 34.0853 200.187 34.0439 199.794 34.0439H198.724V39.2221H199.794C200.383 39.2221 200.81 39.0726 201.077 38.7753C201.304 38.532 201.446 38.0924 201.5 37.4582Z", fill: "black" }),
42
+ /* @__PURE__ */ C("path", { d: "M204.608 40.6347V32.6313H206.233V40.6347H204.608Z", fill: "black" }),
43
+ /* @__PURE__ */ C("path", { d: "M213.513 39.7824C213.013 40.4455 212.158 40.777 210.941 40.777C209.725 40.777 208.868 40.4455 208.37 39.7824C207.871 39.1194 207.623 38.0816 207.623 36.669C207.623 35.2565 207.871 34.2078 208.37 33.5214C208.868 32.8349 209.725 32.4908 210.941 32.4908C212.158 32.4908 213.015 32.8331 213.513 33.5214C214.01 34.2078 214.26 35.2565 214.26 36.669C214.26 38.0816 214.01 39.1194 213.513 39.7824ZM209.641 38.7464C209.871 39.159 210.305 39.3644 210.941 39.3644C211.577 39.3644 212.01 39.159 212.242 38.7464C212.473 38.3338 212.59 37.6438 212.59 36.6744C212.59 35.7051 212.473 35.0006 212.237 34.561C212.001 34.1213 211.57 33.9015 210.943 33.9015C210.316 33.9015 209.884 34.1213 209.648 34.561C209.412 35.0006 209.295 35.7051 209.295 36.6744C209.293 37.6438 209.408 38.3338 209.641 38.7464Z", fill: "black" }),
44
+ /* @__PURE__ */ C("path", { d: "M218.109 33.9033C217.253 33.9033 216.826 34.1862 216.826 34.7502C216.826 35.0006 216.932 35.1934 217.143 35.3267C217.354 35.46 217.851 35.6528 218.631 35.9033C219.411 36.1537 219.959 36.4384 220.273 36.7573C220.586 37.0744 220.743 37.5627 220.743 38.2221C220.743 39.0617 220.487 39.6978 219.977 40.1284C219.467 40.559 218.801 40.7752 217.977 40.7752C217.365 40.7752 216.615 40.6815 215.729 40.4923L215.305 40.4094L215.469 39.15C216.521 39.2906 217.325 39.3626 217.882 39.3626C218.714 39.3626 219.13 39.0167 219.13 38.3266C219.13 38.0762 219.035 37.8798 218.842 37.7375C218.649 37.5969 218.267 37.4438 217.694 37.278C216.784 37.0186 216.143 36.7105 215.77 36.3537C215.397 35.997 215.212 35.5015 215.212 34.8655C215.212 34.0655 215.455 33.4691 215.941 33.0763C216.428 32.6836 217.094 32.4872 217.941 32.4872C218.521 32.4872 219.26 32.5646 220.154 32.7232L220.577 32.8061L220.447 34.0889C219.345 33.9664 218.563 33.9033 218.109 33.9033Z", fill: "black" }),
45
+ /* @__PURE__ */ C("path", { d: "M225.736 32.7322C226.175 32.4151 226.77 32.2547 227.519 32.2547C228.269 32.2547 228.851 32.4169 229.267 32.743C229.683 33.0691 229.89 33.5142 229.89 34.0781C229.89 34.6421 229.773 35.0871 229.537 35.4078C229.301 35.7303 228.881 36.1015 228.278 36.5267L229.431 37.6798C229.478 37.5627 229.525 37.3339 229.571 36.9969C229.618 36.66 229.645 36.3843 229.654 36.1735L231.184 36.2096C231.067 37.1195 230.867 37.9158 230.584 38.5987L231.903 39.7518L231.009 40.7752L229.761 39.7518C229.485 40.0509 229.135 40.2959 228.707 40.4869C228.28 40.6797 227.826 40.7752 227.346 40.7752C226.2 40.7752 225.386 40.5698 224.905 40.1572C224.422 39.7446 224.181 39.1356 224.181 38.3266C224.181 37.6906 224.314 37.1915 224.581 36.8258C224.847 36.4618 225.271 36.1645 225.853 35.9375C225.53 35.5447 225.321 35.2276 225.222 34.9844C225.123 34.7411 225.074 34.424 225.074 34.0313C225.076 33.4835 225.296 33.0493 225.736 32.7322ZM227.148 39.3644C227.462 39.3644 227.768 39.3212 228.067 39.2347C228.364 39.1482 228.573 39.0347 228.69 38.8942L226.654 36.8582C226.074 37.1411 225.784 37.5879 225.784 38.2005C225.784 38.9753 226.238 39.3644 227.148 39.3644ZM226.676 34.3862C226.676 34.6997 226.853 35.0456 227.206 35.4222L227.406 35.6348C227.728 35.3988 227.955 35.1898 228.089 35.0042C228.222 34.8204 228.289 34.5988 228.289 34.3394C228.289 33.8457 228.02 33.597 227.481 33.597C226.943 33.597 226.676 33.8601 226.676 34.3862Z", fill: "black" }),
46
+ /* @__PURE__ */ C("path", { d: "M238.423 38.305H237.105V40.6365H235.479V32.6331H238.422C240.321 32.6331 241.27 33.5592 241.27 35.4114C241.27 36.3447 241.029 37.0618 240.546 37.5591C240.065 38.0564 239.357 38.305 238.423 38.305ZM237.105 36.9159H238.411C239.22 36.9159 239.623 36.4132 239.623 35.4096C239.623 34.9159 239.524 34.561 239.33 34.3448C239.133 34.1286 238.827 34.0205 238.411 34.0205H237.105V36.9159Z", fill: "black" }),
47
+ /* @__PURE__ */ C("path", { d: "M242.414 40.6347V32.6313H244.04V39.1987H246.971V40.6347H242.414Z", fill: "black" }),
48
+ /* @__PURE__ */ C("path", { d: "M247.297 40.6347L249.097 32.6313H252.182L253.983 40.6347H252.358L252.041 39.1861H249.239L248.922 40.6347H247.297ZM250.358 33.9736L249.546 37.7753H251.735L250.922 33.9736H250.358Z", fill: "black" }),
49
+ /* @__PURE__ */ C("path", { d: "M257.655 40.6347H256.03V37.3987L253.558 32.6313H255.36L256.83 35.8204L258.302 32.6313H260.104L257.655 37.3987V40.6347Z", fill: "black" }),
50
+ /* @__PURE__ */ C("path", { d: "M260.987 32.6313H266.165V34.0439H262.61V35.9159H265.459V37.305H262.61V39.2239H266.165V40.6365H260.987V32.6313Z", fill: "black" }),
51
+ /* @__PURE__ */ C("path", { d: "M269.131 40.6365H267.505V32.6331H270.613C272.496 32.6331 273.439 33.5124 273.439 35.2691C273.439 36.3123 273.046 37.0816 272.262 37.5753L273.404 40.6347H271.628L270.698 37.9501H269.131V40.6365ZM271.496 36.2096C271.686 35.9735 271.779 35.6636 271.779 35.2799C271.779 34.8961 271.678 34.5898 271.478 34.361C271.278 34.134 270.99 34.0205 270.613 34.0205H269.131V36.5627H270.637C271.022 36.5627 271.309 36.4456 271.496 36.2096Z", fill: "black" }),
52
+ /* @__PURE__ */ C("path", { d: "M277.264 33.9033C276.408 33.9033 275.981 34.1862 275.981 34.7502C275.981 35.0006 276.087 35.1934 276.298 35.3267C276.509 35.46 277.006 35.6528 277.786 35.9033C278.566 36.1537 279.114 36.4384 279.428 36.7573C279.741 37.0744 279.898 37.5627 279.898 38.2221C279.898 39.0617 279.642 39.6978 279.132 40.1284C278.622 40.559 277.956 40.7752 277.132 40.7752C276.52 40.7752 275.77 40.6815 274.884 40.4923L274.46 40.4094L274.624 39.15C275.676 39.2906 276.48 39.3626 277.037 39.3626C277.869 39.3626 278.285 39.0167 278.285 38.3266C278.285 38.0762 278.19 37.8798 277.997 37.7375C277.804 37.5969 277.422 37.4438 276.849 37.278C275.939 37.0186 275.298 36.7105 274.925 36.3537C274.552 35.997 274.367 35.5015 274.367 34.8655C274.367 34.0655 274.61 33.4691 275.096 33.0763C275.583 32.6836 276.249 32.4872 277.096 32.4872C277.676 32.4872 278.415 32.5646 279.309 32.7232L279.732 32.8061L279.602 34.0889C278.5 33.9664 277.72 33.9033 277.264 33.9033Z", fill: "black" }),
53
+ /* @__PURE__ */ C("path", { d: "M10.9889 30.264L4.88093 13.4969C4.76742 13.1852 4.30798 13.2681 4.30798 13.5978V30.1613C4.30798 30.3252 4.17465 30.4567 4.01249 30.4567H0.295487C0.131528 30.4567 0 30.3252 0 30.1613V0.295487C0 0.133329 0.131528 0 0.295487 0H3.87556C3.99988 0 4.11159 0.0774752 4.15303 0.194589L10.2195 16.8878C10.333 17.1995 10.7925 17.1184 10.7925 16.7869V0.295487C10.7925 0.133329 10.9258 0 11.0898 0H14.805C14.9689 0 15.1004 0.131528 15.1004 0.295487V30.1613C15.1004 30.3252 14.9689 30.4567 14.805 30.4567H11.2663C11.142 30.4585 11.0303 30.3811 10.9889 30.264Z", fill: "#FFD744" }),
54
+ /* @__PURE__ */ C("path", { d: "M17.2806 30.1631V0.295487C17.2806 0.131528 17.4121 0 17.576 0H21.2913C21.4552 0 21.5867 0.131528 21.5867 0.295487V30.1613C21.5867 30.3252 21.4552 30.4567 21.2913 30.4567H17.576C17.4121 30.4585 17.2806 30.3252 17.2806 30.1631Z", fill: "#FFD744" }),
55
+ /* @__PURE__ */ C("path", { d: "M28.8424 30.1631V4.35482C28.8424 4.19087 28.7091 4.05934 28.5469 4.05934H24.0641C23.9002 4.05934 23.7687 3.92781 23.7687 3.76385V0.295487C23.7687 0.131528 23.902 0 24.0641 0H38.0259C38.1898 0 38.3214 0.131528 38.3214 0.295487V3.76205C38.3214 3.92601 38.1898 4.05754 38.0259 4.05754H33.444C33.2801 4.05754 33.1486 4.19087 33.1486 4.35302V30.1613C33.1486 30.3252 33.0152 30.4567 32.8531 30.4567H29.1379C28.9757 30.4567 28.8424 30.3252 28.8424 30.1631Z", fill: "#FFD744" }),
56
+ /* @__PURE__ */ C("path", { d: "M40.5033 30.1631V0.295487C40.5033 0.131528 40.6348 0 40.7988 0H48.067C50.067 0 51.7444 0.702682 53.0993 2.10624C54.456 3.5098 55.1407 5.20885 55.1407 7.2178V10.0538C55.1407 12.7726 54.029 14.8788 51.8075 16.3617C51.6958 16.4355 51.6471 16.5725 51.6885 16.7004L56.0632 30.0694C56.1262 30.2604 55.9839 30.4567 55.7821 30.4567H51.8489C51.7192 30.4567 51.6057 30.3739 51.566 30.2495L47.5986 17.6049C47.5607 17.4824 47.4454 17.3977 47.3157 17.3977H45.1032C44.9392 17.3977 44.8077 17.531 44.8077 17.6932V30.1613C44.8077 30.3252 44.6743 30.4567 44.5122 30.4567H40.797C40.6348 30.4585 40.5033 30.3252 40.5033 30.1631ZM50.0922 12.6266C50.103 12.6158 50.112 12.605 50.121 12.5924C50.3787 12.2591 50.5697 11.8861 50.6796 11.4735C50.7913 11.0519 50.8327 10.5745 50.8327 10.0556V7.20519C50.8327 6.26468 50.5805 5.49173 50.0634 4.91697C49.5463 4.34041 48.8184 4.04673 47.8833 4.04673H45.1032C44.9392 4.04673 44.8077 4.18005 44.8077 4.34221V13.2717C44.8077 13.4356 44.9392 13.5672 45.1032 13.5672H47.8418C48.7427 13.5654 49.4922 13.2483 50.0922 12.6266Z", fill: "#FFD744" }),
57
+ /* @__PURE__ */ C("path", { d: "M58.4433 30.1018L64.6413 0.236029C64.6683 0.0990961 64.7908 0 64.9296 0H68.6466C68.7853 0 68.906 0.0954926 68.9349 0.232425L75.5563 30.0982C75.5977 30.282 75.4572 30.4585 75.268 30.4585H71.2411C71.0988 30.4585 70.9763 30.3576 70.951 30.2171L69.8249 24.1434C69.7997 24.0029 69.6772 23.902 69.5349 23.902H64.4341C64.2918 23.902 64.1693 24.0029 64.144 24.1434L63.0179 30.2171C62.9927 30.3576 62.8702 30.4585 62.7278 30.4585H58.737C58.546 30.4585 58.4055 30.2856 58.4433 30.1018ZM65.2557 19.8553H68.625C68.8106 19.8553 68.9493 19.6877 68.9151 19.5057L67.2304 10.5709C67.1692 10.2501 66.7097 10.2501 66.6503 10.5709L64.9656 19.5057C64.9314 19.6877 65.0701 19.8553 65.2557 19.8553Z", fill: "#FFD744" }),
58
+ /* @__PURE__ */ C("path", { d: "M84.6497 0C86.5812 0 88.2586 0.688268 89.6568 2.07922C91.0693 3.47017 91.7684 5.12777 91.7684 7.08087V22.9272C91.7684 25.1182 91.0964 26.9307 89.7541 28.3361C88.4118 29.7559 86.6623 30.4567 84.5236 30.4567H78.1058C77.9418 30.4567 77.8103 30.3234 77.8103 30.1613V0.295487C77.8103 0.131528 77.9418 0 78.1058 0H84.6497ZM87.4622 22.9417V7.08087C87.4622 6.22324 87.1541 5.52236 86.5524 4.96021C85.9362 4.39807 85.2101 4.11699 84.3416 4.11699H82.4137C82.2498 4.11699 82.1183 4.25032 82.1183 4.41248V26.1434C82.1183 26.3073 82.2498 26.4388 82.4137 26.4388H84.2173C86.3848 26.4118 87.4622 25.2605 87.4622 22.9417Z", fill: "#FFD744" }),
59
+ /* @__PURE__ */ C("path", { d: "M95.2314 3.09901C95.9196 2.14408 96.7737 1.38374 97.8205 0.830606C98.8673 0.277469 99.9556 0 101.083 0C102.211 0 103.219 0.221615 104.182 0.677457C105.146 1.12069 105.945 1.74229 106.591 2.51704C107.226 3.29179 107.665 4.08096 107.914 4.89715C108.148 5.69893 108.272 6.58359 108.272 7.53851V22.7813C108.272 23.6804 108.19 24.4695 108.024 25.1326C107.858 25.81 107.514 26.5578 106.977 27.401C106.44 28.2316 105.654 28.9505 104.608 29.5595C103.561 30.154 102.431 30.4585 101.22 30.4585C99.815 30.4585 98.5358 30.0982 97.3647 29.3793C96.1953 28.6604 95.3683 27.8442 94.9143 26.9307C94.4458 26.0172 94.1702 25.2857 94.0873 24.7308C94.0044 24.1777 93.9503 23.5272 93.9503 22.7813V7.53851C93.9503 6.63944 94.0476 5.85208 94.2386 5.16021C94.4188 4.46833 94.7629 3.77646 95.2314 3.09901ZM103.494 5.4647C102.901 4.66292 102.13 4.24672 101.166 4.24672C100.656 4.24672 100.161 4.38545 99.6655 4.67554C99.17 4.96562 98.8259 5.27011 98.6331 5.61605C98.4403 5.96198 98.316 6.30792 98.2475 6.66647C98.1917 7.02682 98.1646 7.32951 98.1646 7.56554V22.8227C98.1646 23.1272 98.1917 23.4461 98.2331 23.8047C98.2745 24.165 98.5232 24.6479 98.9484 25.2569C99.3754 25.8659 100.12 26.1704 101.166 26.1704C101.703 26.1704 102.184 26.0461 102.613 25.783C103.04 25.5344 103.357 25.2443 103.55 24.911C103.743 24.5794 103.867 24.2749 103.921 23.9704C103.977 23.666 104.019 23.2786 104.019 22.8083V7.57995C104.019 6.98538 103.991 6.57097 103.95 6.32053C103.921 6.0863 103.755 5.79622 103.494 5.4647Z", fill: "#FFD744" }),
60
+ /* @__PURE__ */ C("path", { d: "M29.4316 37.8529H78.8427C79.1165 37.8529 79.2427 38.1916 79.0373 38.3718L54.3371 59.9261C54.2254 60.0234 54.0596 60.0234 53.9479 59.9261L29.237 38.37C29.0298 38.1916 29.1577 37.8529 29.4316 37.8529Z", fill: "#FFD744" })
61
+ ] }),
62
+ /* @__PURE__ */ C("defs", { children: /* @__PURE__ */ C("clipPath", { id: "clip0_1334_2199", children: /* @__PURE__ */ C("rect", { width: "279.898", height: "60", fill: "white" }) }) })
63
+ ]
64
+ }
65
+ );
66
+ }
67
+ const t = V.memo(a);
68
+ export {
69
+ t as default
70
+ };
@@ -0,0 +1,4 @@
1
+ export { default as Icon } from './Icon';
2
+ export { default as IconColor } from './IconColor';
3
+ export { default as LogoHorizontal } from './LogoHorizontal';
4
+ export { default as LogoHorizontalColor } from './LogoHorizontalColor';
@@ -0,0 +1,10 @@
1
+ import { default as a } from "./Icon.js";
2
+ import { default as e } from "./IconColor.js";
3
+ import { default as l } from "./LogoHorizontal.js";
4
+ import { default as m } from "./LogoHorizontalColor.js";
5
+ export {
6
+ a as Icon,
7
+ e as IconColor,
8
+ l as LogoHorizontal,
9
+ m as LogoHorizontalColor
10
+ };
@@ -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,29 @@
1
+ import { jsxs as i, jsx as L } from "react/jsx-runtime";
2
+ import l from "react";
3
+ function h(t) {
4
+ return /* @__PURE__ */ i(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 60 65",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...t,
11
+ children: [
12
+ /* @__PURE__ */ L("path", { d: "M56.9966 47.6953L56.5288 47.9648L30.4663 62.9648L30.0005 63.2324L29.5347 62.9648L3.47217 47.9648L3.00439 47.6953V16.6152L3.47217 16.3457L29.5347 1.3457L30.0005 1.07812L30.4663 1.3457L56.5288 16.3457L56.9966 16.6152V47.6953Z", stroke: "white", strokeWidth: "1.86792" }),
13
+ /* @__PURE__ */ L("path", { d: "M42.75 17.5303V24.8428L49.125 28.4053L43.875 31.5928L37.5 27.8428V20.7178L42.75 17.5303Z", fill: "white" }),
14
+ /* @__PURE__ */ L("path", { d: "M43.688 24.2803V17.5303L49.688 20.9053V27.6553L43.688 24.2803Z", fill: "white" }),
15
+ /* @__PURE__ */ L("path", { d: "M17.2505 17.5303V24.8428L10.8755 28.4053L16.313 31.5928L22.5005 27.8428V20.7178L17.2505 17.5303Z", fill: "white" }),
16
+ /* @__PURE__ */ L("path", { d: "M16.313 24.2803V17.5303L10.5005 20.9053V27.6553L16.313 24.2803Z", fill: "white" }),
17
+ /* @__PURE__ */ L("path", { d: "M30.0005 46.9678L36.3755 50.5303V44.5303L30.0005 40.7803L23.813 44.5303V50.5303L30.0005 46.9678Z", fill: "white" }),
18
+ /* @__PURE__ */ L("path", { d: "M30 47.9053L24.1875 51.2803L30 54.8428L36 51.2803L30 47.9053Z", fill: "white" }),
19
+ /* @__PURE__ */ L("path", { d: "M30.563 31.9678L49.688 42.8428V36.2803L36.3755 28.5928V13.2178L30.563 9.84277V31.9678Z", fill: "white" }),
20
+ /* @__PURE__ */ L("path", { d: "M29.6255 31.9678V9.84277L23.813 13.2178V28.5928L10.5005 36.2803V42.8428L29.6255 31.9678Z", fill: "white" }),
21
+ /* @__PURE__ */ L("path", { d: "M30.0005 32.7178L10.8755 43.7803L16.688 47.1553L30.0005 39.4678L43.313 47.1553L49.1255 43.7803L30.0005 32.7178Z", fill: "white" })
22
+ ]
23
+ }
24
+ );
25
+ }
26
+ const f = l.memo(h);
27
+ export {
28
+ f as default
29
+ };
@@ -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,29 @@
1
+ import { jsxs as l, jsx as L } from "react/jsx-runtime";
2
+ import i from "react";
3
+ function h(t) {
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
+ ...t,
11
+ children: [
12
+ /* @__PURE__ */ L("path", { d: "M3.93799 15L30.0005 0L56.063 15V45L30.0005 60L3.93799 45V15Z", fill: "#0EA7E7" }),
13
+ /* @__PURE__ */ L("path", { d: "M42.7505 15.375V22.6875L49.1255 26.25L43.8755 29.4375L37.5005 25.6875V18.5625L42.7505 15.375Z", fill: "white" }),
14
+ /* @__PURE__ */ L("path", { d: "M43.688 22.125V15.375L49.688 18.75V25.5L43.688 22.125Z", fill: "white" }),
15
+ /* @__PURE__ */ L("path", { d: "M17.2505 15.375V22.6875L10.8755 26.25L16.313 29.4375L22.5005 25.6875V18.5625L17.2505 15.375Z", fill: "white" }),
16
+ /* @__PURE__ */ L("path", { d: "M16.313 22.125V15.375L10.5005 18.75V25.5L16.313 22.125Z", fill: "white" }),
17
+ /* @__PURE__ */ L("path", { d: "M30.0005 44.8125L36.3755 48.375V42.375L30.0005 38.625L23.813 42.375V48.375L30.0005 44.8125Z", fill: "white" }),
18
+ /* @__PURE__ */ L("path", { d: "M30 45.75L24.1875 49.125L30 52.6875L36 49.125L30 45.75Z", fill: "white" }),
19
+ /* @__PURE__ */ L("path", { d: "M30.563 29.8125L49.688 40.6875V34.125L36.3755 26.4375V11.0625L30.563 7.6875V29.8125Z", fill: "white" }),
20
+ /* @__PURE__ */ L("path", { d: "M29.6255 29.8125V7.6875L23.813 11.0625V26.4375L10.5005 34.125V40.6875L29.6255 29.8125Z", fill: "white" }),
21
+ /* @__PURE__ */ L("path", { d: "M30.0005 30.5625L10.8755 41.625L16.688 45L30.0005 37.3125L43.313 45L49.1255 41.625L30.0005 30.5625Z", fill: "white" })
22
+ ]
23
+ }
24
+ );
25
+ }
26
+ const f = i.memo(h);
27
+ export {
28
+ f as default
29
+ };
@@ -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,38 @@
1
+ import { jsxs as V, jsx as L } from "react/jsx-runtime";
2
+ import i from "react";
3
+ function l(t) {
4
+ return /* @__PURE__ */ V(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 294 68",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...t,
11
+ children: [
12
+ /* @__PURE__ */ L("path", { d: "M73.8795 23.0632V48.5613H70.1914V18.6119H75.4977L88.5383 44.2451V18.6119H92.2264V48.5613H86.9202L73.8795 23.0632Z", fill: "white" }),
13
+ /* @__PURE__ */ L("path", { d: "M119.663 39.882C119.663 44.8338 116.585 48.8951 108.91 48.8951C101.236 48.8951 98.1571 44.8357 98.1571 39.882V27.3007C98.1571 22.3488 101.236 18.2876 108.91 18.2876C116.585 18.2876 119.663 22.3488 119.663 27.3007V39.882ZM101.995 39.7939C101.995 43.452 104.226 45.5051 108.91 45.5051C113.594 45.5051 115.825 43.452 115.825 39.7939V27.3907C115.825 23.7326 113.594 21.6795 108.91 21.6795C104.226 21.6795 101.995 23.7307 101.995 27.3907V39.7939Z", fill: "white" }),
14
+ /* @__PURE__ */ L("path", { d: "M136.071 18.6119C143.4 18.6119 145.696 22.435 145.696 27.2013V39.9719C145.696 44.7382 143.402 48.5613 136.071 48.5613H125.594V18.6119H136.071ZM129.46 45.1001H135.936C140.477 45.1001 141.827 43.2119 141.827 39.7038V27.4732C141.827 23.965 140.477 22.0769 135.936 22.0769H129.46V45.1001Z", fill: "white" }),
15
+ /* @__PURE__ */ L("path", { d: "M151.315 18.6119H168.944V22.075H155.183V31.4744H167.954V34.9376H155.183V45.1019H168.987V48.5632H151.315V18.6119Z", fill: "white" }),
16
+ /* @__PURE__ */ L("path", { d: "M177.715 39.9232C177.715 44.0651 179.318 45.4001 184.171 45.4001C185.954 45.4001 188.847 45.1788 191.119 44.7776L191.521 48.0738C189.383 48.5632 186.267 48.8744 184.039 48.8744C176.779 48.8744 173.886 45.7563 173.886 40.1444V27.0513C173.886 21.4413 176.779 18.3232 184.039 18.3232C186.265 18.3232 189.383 18.6344 191.521 19.1257L191.119 22.4219C188.849 22.0207 185.954 21.7976 184.171 21.7976C179.318 21.7976 177.715 23.1344 177.715 27.2744V39.9232Z", fill: "white" }),
17
+ /* @__PURE__ */ L("path", { d: "M207.749 37.7238H200.417V48.5613H196.551V18.6119H207.974C214.403 18.6119 216.651 21.4 216.651 25.9863V30.3025C216.651 33.8538 215.348 36.2838 211.885 37.2738L219.664 48.5613H215.211L207.749 37.7238ZM207.839 22.075H200.417V34.3076H207.839C211.525 34.3076 212.785 33.2726 212.785 30.3494V26.0332C212.785 23.065 211.525 22.075 207.839 22.075Z", fill: "white" }),
18
+ /* @__PURE__ */ L("path", { d: "M246.856 48.5613H242.943L240.47 41.3669H227.744L225.316 48.5613H221.403L231.522 18.6119H236.738L246.856 48.5613ZM234.13 21.4L228.779 37.9938H239.481L234.13 21.4Z", fill: "white" }),
19
+ /* @__PURE__ */ L("path", { d: "M250.812 48.5613V18.6119H268.619V22.075H254.678V32.0575H267.674V35.5207H254.678V48.5613H250.81H250.812Z", fill: "white" }),
20
+ /* @__PURE__ */ L("path", { d: "M280.936 22.075H271.986V18.6119H293.751V22.075H284.802V48.5613H280.934V22.075H280.936Z", fill: "white" }),
21
+ /* @__PURE__ */ L("path", { d: "M56.7744 49.5142L55.9912 49.9663L29.9512 64.9604L29.1699 65.4097L28.3887 64.9604L2.34863 49.9663L1.56543 49.5142V17.7075L2.34863 17.2554L28.3887 2.25537L29.1699 1.80615L29.9512 2.25537L55.9912 17.2554L56.7744 17.7075V49.5142Z", stroke: "white", strokeWidth: "3.12981" }),
22
+ /* @__PURE__ */ L("path", { d: "M41.9391 19.0769V26.3032L48.2803 29.9538L42.9516 33.0044L36.6741 29.3932V22.1088L41.9391 19.0769Z", fill: "white" }),
23
+ /* @__PURE__ */ L("path", { d: "M42.8447 25.7801V18.9682L48.7566 22.3863V29.1832L42.8447 25.7801Z", fill: "white" }),
24
+ /* @__PURE__ */ L("path", { d: "M16.3978 19.0769V26.3032L10.0547 29.9538L15.3853 33.0044L21.6609 29.3932V22.1088L16.3978 19.0769Z", fill: "white" }),
25
+ /* @__PURE__ */ L("path", { d: "M15.49 25.7801V18.9682L9.57812 22.3863V29.1832L15.49 25.7801Z", fill: "white" }),
26
+ /* @__PURE__ */ L("path", { d: "M29.1608 48.3701L35.4646 52.0151L35.4627 45.927L29.1608 42.282L22.8908 45.9045V51.9983L29.1608 48.3701Z", fill: "white" }),
27
+ /* @__PURE__ */ L("path", { d: "M29.1608 49.4182L23.2602 52.8288L29.1702 56.2338L35.0709 52.8344L29.1608 49.4182Z", fill: "white" }),
28
+ /* @__PURE__ */ L("path", { d: "M29.6241 33.4038L48.7716 44.3932V37.7445L35.4816 30.087L35.4759 14.7307L29.6241 11.3613V33.4038Z", fill: "white" }),
29
+ /* @__PURE__ */ L("path", { d: "M28.7163 33.4038V11.3669L22.8738 14.7307L22.8681 30.0869L9.57812 37.7444V44.3876L28.7163 33.4038Z", fill: "white" }),
30
+ /* @__PURE__ */ L("path", { d: "M29.1703 34.1894L9.99469 45.1919L15.8822 48.5969L29.1797 40.9169L42.4622 48.5894L48.3422 45.1901L29.1703 34.1894Z", fill: "white" })
31
+ ]
32
+ }
33
+ );
34
+ }
35
+ const e = i.memo(l);
36
+ export {
37
+ e as default
38
+ };
@@ -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,41 @@
1
+ import { jsxs as i, jsx as l } from "react/jsx-runtime";
2
+ import L from "react";
3
+ function V(t) {
4
+ return /* @__PURE__ */ i(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 291 60",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...t,
11
+ children: [
12
+ /* @__PURE__ */ i("g", { clipPath: "url(#clip0_1334_890)", children: [
13
+ /* @__PURE__ */ l("path", { d: "M70.755 19.4514V44.9495H67.0669V15.0001H72.3731L85.4138 40.6332V15.0001H89.1019V44.9495H83.7956L70.755 19.4514Z", fill: "white" }),
14
+ /* @__PURE__ */ l("path", { d: "M116.539 36.2702C116.539 41.222 113.46 45.2833 105.786 45.2833C98.1113 45.2833 95.0326 41.2239 95.0326 36.2702V23.6889C95.0326 18.737 98.1113 14.6758 105.786 14.6758C113.46 14.6758 116.539 18.737 116.539 23.6889V36.2702ZM98.8707 36.182C98.8707 39.8402 101.102 41.8933 105.786 41.8933C110.469 41.8933 112.701 39.8402 112.701 36.182V23.7789C112.701 20.1208 110.469 18.0677 105.786 18.0677C101.102 18.0677 98.8707 20.1189 98.8707 23.7789V36.182Z", fill: "white" }),
15
+ /* @__PURE__ */ l("path", { d: "M132.947 15.0001C140.276 15.0001 142.571 18.8232 142.571 23.5895V36.3601C142.571 41.1264 140.278 44.9495 132.947 44.9495H122.469V15.0001H132.947ZM126.335 41.4882H132.812C137.353 41.4882 138.703 39.6001 138.703 36.092V23.8614C138.703 20.3532 137.353 18.4651 132.812 18.4651H126.335V41.4882Z", fill: "white" }),
16
+ /* @__PURE__ */ l("path", { d: "M148.19 15.0001H165.819V18.4632H152.059V27.8626H164.829V31.3257H152.059V41.4901H165.862V44.9514H148.19V15.0001Z", fill: "white" }),
17
+ /* @__PURE__ */ l("path", { d: "M174.591 36.3114C174.591 40.4532 176.194 41.7883 181.046 41.7883C182.829 41.7883 185.722 41.567 187.995 41.1657L188.396 44.462C186.259 44.9514 183.142 45.2626 180.915 45.2626C173.655 45.2626 170.762 42.1445 170.762 36.5326V23.4395C170.762 17.8295 173.655 14.7114 180.915 14.7114C183.141 14.7114 186.259 15.0226 188.396 15.5139L187.995 18.8101C185.724 18.4089 182.829 18.1857 181.046 18.1857C176.194 18.1857 174.591 19.5226 174.591 23.6626V36.3114Z", fill: "white" }),
18
+ /* @__PURE__ */ l("path", { d: "M204.624 34.112H197.293V44.9495H193.427V15.0001H204.849C211.278 15.0001 213.527 17.7882 213.527 22.3745V26.6907C213.527 30.242 212.223 32.672 208.76 33.662L216.54 44.9495H212.087L204.624 34.112ZM204.714 18.4632H197.293V30.6957H204.714C208.4 30.6957 209.66 29.6607 209.66 26.7376V22.4214C209.66 19.4532 208.4 18.4632 204.714 18.4632Z", fill: "white" }),
19
+ /* @__PURE__ */ l("path", { d: "M243.731 44.9495H239.818L237.345 37.7551H224.619L222.191 44.9495H218.278L228.398 15.0001H233.614L243.731 44.9495ZM231.006 17.7882L225.654 34.382H236.357L231.006 17.7882Z", fill: "white" }),
20
+ /* @__PURE__ */ l("path", { d: "M247.688 44.9495V15.0001H265.495V18.4632H251.554V28.4457H264.55V31.9089H251.554V44.9495H247.686H247.688Z", fill: "white" }),
21
+ /* @__PURE__ */ l("path", { d: "M277.811 18.4632H268.862V15.0001H290.627V18.4632H281.678V44.9495H277.809V18.4632H277.811Z", fill: "white" }),
22
+ /* @__PURE__ */ l("path", { d: "M0.00537109 15L26.0454 0L52.0854 15V44.9981L26.0454 59.9925L0.00537109 44.9981V15Z", fill: "#0EA7E7" }),
23
+ /* @__PURE__ */ l("path", { d: "M38.8146 15.4651V22.6914L45.1558 26.342L39.8271 29.3926L33.5496 25.7814V18.497L38.8146 15.4651Z", fill: "white" }),
24
+ /* @__PURE__ */ l("path", { d: "M39.7202 22.1683V15.3564L45.6321 18.7745V25.5714L39.7202 22.1683Z", fill: "white" }),
25
+ /* @__PURE__ */ l("path", { d: "M13.2733 15.4651V22.6914L6.93015 26.342L12.2608 29.3926L18.5364 25.7814V18.497L13.2733 15.4651Z", fill: "white" }),
26
+ /* @__PURE__ */ l("path", { d: "M12.3655 22.1683V15.3564L6.45361 18.7745V25.5714L12.3655 22.1683Z", fill: "white" }),
27
+ /* @__PURE__ */ l("path", { d: "M26.0363 44.7583L32.34 48.4033L32.3382 42.3152L26.0363 38.6702L19.7663 42.2927V48.3864L26.0363 44.7583Z", fill: "white" }),
28
+ /* @__PURE__ */ l("path", { d: "M26.0363 45.8064L20.1357 49.217L26.0457 52.622L31.9463 49.2226L26.0363 45.8064Z", fill: "white" }),
29
+ /* @__PURE__ */ l("path", { d: "M26.4995 29.792L45.647 40.7814V34.1326L32.357 26.4751L32.3514 11.1189L26.4995 7.74951V29.792Z", fill: "white" }),
30
+ /* @__PURE__ */ l("path", { d: "M25.5917 29.792V7.75512L19.7492 11.1189L19.7436 26.4751L6.45361 34.1326V40.7757L25.5917 29.792Z", fill: "white" }),
31
+ /* @__PURE__ */ l("path", { d: "M26.0458 30.5776L6.87018 41.5801L12.7577 44.9851L26.0552 37.3051L39.3377 44.9776L45.2177 41.5782L26.0458 30.5776Z", fill: "white" })
32
+ ] }),
33
+ /* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_1334_890", children: /* @__PURE__ */ l("rect", { width: "290.625", height: "60", fill: "white" }) }) })
34
+ ]
35
+ }
36
+ );
37
+ }
38
+ const e = L.memo(V);
39
+ export {
40
+ e as default
41
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function LogoColor2(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof LogoColor2>;
5
+ export default _default;
@@ -0,0 +1,41 @@
1
+ import { jsxs as L, jsx as l } from "react/jsx-runtime";
2
+ import i from "react";
3
+ function t(V) {
4
+ return /* @__PURE__ */ L(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 291 60",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...V,
11
+ children: [
12
+ /* @__PURE__ */ L("g", { clipPath: "url(#clip0_2357_346)", children: [
13
+ /* @__PURE__ */ l("path", { d: "M70.755 19.4514V44.9495H67.0669V15.0001H72.3731L85.4138 40.6332V15.0001H89.1019V44.9495H83.7956L70.755 19.4514Z", fill: "#282A29" }),
14
+ /* @__PURE__ */ l("path", { d: "M116.539 36.2702C116.539 41.222 113.46 45.2833 105.786 45.2833C98.1113 45.2833 95.0326 41.2239 95.0326 36.2702V23.6889C95.0326 18.737 98.1113 14.6758 105.786 14.6758C113.46 14.6758 116.539 18.737 116.539 23.6889V36.2702ZM98.8707 36.182C98.8707 39.8402 101.102 41.8933 105.786 41.8933C110.469 41.8933 112.701 39.8402 112.701 36.182V23.7789C112.701 20.1208 110.469 18.0677 105.786 18.0677C101.102 18.0677 98.8707 20.1189 98.8707 23.7789V36.182Z", fill: "#282A29" }),
15
+ /* @__PURE__ */ l("path", { d: "M132.947 15.0001C140.276 15.0001 142.571 18.8232 142.571 23.5895V36.3601C142.571 41.1264 140.278 44.9495 132.947 44.9495H122.469V15.0001H132.947ZM126.335 41.4882H132.812C137.353 41.4882 138.703 39.6001 138.703 36.092V23.8614C138.703 20.3532 137.353 18.4651 132.812 18.4651H126.335V41.4882Z", fill: "#282A29" }),
16
+ /* @__PURE__ */ l("path", { d: "M148.19 15.0001H165.819V18.4632H152.059V27.8626H164.829V31.3257H152.059V41.4901H165.862V44.9514H148.19V15.0001Z", fill: "#282A29" }),
17
+ /* @__PURE__ */ l("path", { d: "M174.591 36.3114C174.591 40.4532 176.194 41.7883 181.046 41.7883C182.829 41.7883 185.722 41.567 187.995 41.1657L188.396 44.462C186.259 44.9514 183.142 45.2626 180.915 45.2626C173.655 45.2626 170.762 42.1445 170.762 36.5326V23.4395C170.762 17.8295 173.655 14.7114 180.915 14.7114C183.141 14.7114 186.259 15.0226 188.396 15.5139L187.995 18.8101C185.724 18.4089 182.829 18.1857 181.046 18.1857C176.194 18.1857 174.591 19.5226 174.591 23.6626V36.3114Z", fill: "#282A29" }),
18
+ /* @__PURE__ */ l("path", { d: "M204.624 34.112H197.293V44.9495H193.427V15.0001H204.849C211.278 15.0001 213.527 17.7882 213.527 22.3745V26.6907C213.527 30.242 212.223 32.672 208.76 33.662L216.54 44.9495H212.087L204.624 34.112ZM204.714 18.4632H197.293V30.6957H204.714C208.4 30.6957 209.66 29.6607 209.66 26.7376V22.4214C209.66 19.4532 208.4 18.4632 204.714 18.4632Z", fill: "#282A29" }),
19
+ /* @__PURE__ */ l("path", { d: "M243.731 44.9495H239.818L237.345 37.7551H224.619L222.191 44.9495H218.278L228.398 15.0001H233.614L243.731 44.9495ZM231.006 17.7882L225.654 34.382H236.357L231.006 17.7882Z", fill: "#282A29" }),
20
+ /* @__PURE__ */ l("path", { d: "M247.688 44.9495V15.0001H265.495V18.4632H251.554V28.4457H264.55V31.9089H251.554V44.9495H247.686H247.688Z", fill: "#282A29" }),
21
+ /* @__PURE__ */ l("path", { d: "M277.811 18.4632H268.862V15.0001H290.627V18.4632H281.678V44.9495H277.809V18.4632H277.811Z", fill: "#282A29" }),
22
+ /* @__PURE__ */ l("path", { d: "M0.00537109 15L26.0454 0L52.0854 15V44.9981L26.0454 59.9925L0.00537109 44.9981V15Z", fill: "#0EA7E7" }),
23
+ /* @__PURE__ */ l("path", { d: "M38.8146 15.4651V22.6914L45.1558 26.342L39.8271 29.3926L33.5496 25.7814V18.497L38.8146 15.4651Z", fill: "white" }),
24
+ /* @__PURE__ */ l("path", { d: "M39.7202 22.1683V15.3564L45.6321 18.7745V25.5714L39.7202 22.1683Z", fill: "white" }),
25
+ /* @__PURE__ */ l("path", { d: "M13.2733 15.4651V22.6914L6.93015 26.342L12.2608 29.3926L18.5364 25.7814V18.497L13.2733 15.4651Z", fill: "white" }),
26
+ /* @__PURE__ */ l("path", { d: "M12.3655 22.1683V15.3564L6.45361 18.7745V25.5714L12.3655 22.1683Z", fill: "white" }),
27
+ /* @__PURE__ */ l("path", { d: "M26.0363 44.7583L32.34 48.4033L32.3382 42.3152L26.0363 38.6702L19.7663 42.2927V48.3864L26.0363 44.7583Z", fill: "white" }),
28
+ /* @__PURE__ */ l("path", { d: "M26.0363 45.8064L20.1357 49.217L26.0457 52.622L31.9463 49.2226L26.0363 45.8064Z", fill: "white" }),
29
+ /* @__PURE__ */ l("path", { d: "M26.4995 29.792L45.647 40.7814V34.1326L32.357 26.4751L32.3514 11.1189L26.4995 7.74951V29.792Z", fill: "white" }),
30
+ /* @__PURE__ */ l("path", { d: "M25.5917 29.792V7.75512L19.7492 11.1189L19.7436 26.4751L6.45361 34.1326V40.7757L25.5917 29.792Z", fill: "white" }),
31
+ /* @__PURE__ */ l("path", { d: "M26.0458 30.5776L6.87018 41.5801L12.7577 44.9851L26.0552 37.3051L39.3377 44.9776L45.2177 41.5782L26.0458 30.5776Z", fill: "white" })
32
+ ] }),
33
+ /* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_2357_346", children: /* @__PURE__ */ l("rect", { width: "290.625", height: "60", fill: "white" }) }) })
34
+ ]
35
+ }
36
+ );
37
+ }
38
+ const d = i.memo(t);
39
+ export {
40
+ d as default
41
+ };
@@ -0,0 +1,5 @@
1
+ export { default as Icon } from './Icon';
2
+ export { default as IconColor } from './IconColor';
3
+ export { default as LogoColor } from './LogoColor';
4
+ export { default as Logo } from './Logo';
5
+ export { default as LogoColor2 } from './LogoColor2';
@@ -0,0 +1,12 @@
1
+ import { default as a } from "./Icon.js";
2
+ import { default as f } from "./IconColor.js";
3
+ import { default as l } from "./LogoColor.js";
4
+ import { default as m } from "./Logo.js";
5
+ import { default as s } from "./LogoColor2.js";
6
+ export {
7
+ a as Icon,
8
+ f as IconColor,
9
+ m as Logo,
10
+ l as LogoColor,
11
+ s as LogoColor2
12
+ };
@@ -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,18 @@
1
+ import { jsx as C } from "react/jsx-runtime";
2
+ import V from "react";
3
+ function e(H) {
4
+ return /* @__PURE__ */ C(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 463 60",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...H,
11
+ children: /* @__PURE__ */ C("path", { d: "M39.4059 40.2096C43.2448 38.5455 46.2138 36.1154 48.3035 32.9194C50.3932 29.7282 51.438 25.8987 51.438 21.4357C51.438 16.9727 50.3932 13.2141 48.3035 9.99451C46.2138 6.77491 43.2448 4.30229 39.4059 2.58138C35.5622 0.86048 30.9857 2.80524e-05 25.6765 2.80524e-05H0V59.3192H13.8145V42.7106H25.6765C25.8798 42.7106 26.0736 42.7011 26.2769 42.6964L37.7937 59.3192H52.5396L39.3208 40.2427C39.3491 40.2333 39.3775 40.2238 39.4059 40.2096ZM34.4039 13.8524C36.5503 15.63 37.6235 18.1594 37.6235 21.4357C37.6235 24.712 36.5503 27.2556 34.4039 29.0616C32.2575 30.8723 29.0946 31.7753 24.9106 31.7753H13.8098V11.1859H24.9106C29.0899 11.1859 32.2528 12.0747 34.4039 13.8571V13.8524ZM76.0129 48.2988H108.299V59.3145H62.3686V2.80524e-05H107.197V11.0157H76.0129V23.8138H103.552V34.5741H76.0129V48.3035V48.2988ZM163.212 3.68768C158.295 1.22925 152.617 2.80524e-05 146.178 2.80524e-05H119.229V59.3192H146.178C152.617 59.3192 158.295 58.09 163.212 55.6316C168.129 53.1731 171.968 49.7266 174.738 45.292C177.504 40.8573 178.889 35.6473 178.889 29.6573C178.889 23.6672 177.504 18.4572 174.738 14.0226C171.968 9.58792 168.129 6.14139 163.212 3.68295V3.68768ZM162.578 39.4485C160.966 42.2473 158.706 44.3937 155.799 45.8877C152.886 47.3864 149.454 48.1333 145.502 48.1333H133.044V11.1859H145.502C149.454 11.1859 152.886 11.9329 155.799 13.4316C158.706 14.9303 160.966 17.0625 162.578 19.8282C164.19 22.5987 164.994 25.8751 164.994 29.6573C164.994 33.4395 164.19 36.6496 162.578 39.4437V39.4485ZM202.873 48.3035H235.159V59.3192H189.229V2.80524e-05H234.057V11.0157H202.873V23.8138H230.412V34.5741H202.873V48.3035ZM301.428 2.80524e-05H312.869V59.3192H300.071L299.92 23.9367L282.446 52.9604H276.342L258.887 24.3291V59.3192H246.089V2.80524e-05H257.445L279.661 36.8245L301.428 2.80524e-05ZM336.848 15.3369C338.427 16.8639 339.221 18.8685 339.221 21.3553C339.221 23.8421 338.432 25.6907 336.848 27.2461C335.264 28.8015 333.316 29.5769 331 29.5769C328.683 29.5769 326.806 28.8015 325.194 27.2461C323.582 25.6907 322.778 23.7287 322.778 21.3553C322.778 18.982 323.582 16.8639 325.194 15.3369C326.806 13.8098 328.74 13.0486 331 13.0486C333.26 13.0486 335.264 13.8098 336.848 15.3369ZM336.848 45.76C338.427 47.2871 339.221 49.2916 339.221 51.7784C339.221 54.2653 338.432 56.1138 336.848 57.6692C335.264 59.2247 333.316 60 331 60C328.683 60 326.806 59.2247 325.194 57.6692C323.582 56.1138 322.778 54.1518 322.778 51.7784C322.778 49.4051 323.582 47.2871 325.194 45.76C326.806 44.2329 328.74 43.4718 331 43.4718C333.26 43.4718 335.264 44.2329 336.848 45.76ZM388.541 40.2096C392.38 38.5455 395.349 36.1154 397.439 32.9194C399.529 29.7282 400.574 25.8987 400.574 21.4357C400.574 16.9727 399.529 13.2141 397.439 9.99451C395.349 6.77491 392.38 4.30229 388.541 2.58138C384.698 0.86048 380.121 -0.00469971 374.812 -0.00469971H349.136V59.3145H362.95V42.7059H374.812C375.015 42.7059 375.209 42.6964 375.412 42.6917L386.929 59.3145H401.675L388.456 40.238C388.485 40.2285 388.513 40.2191 388.541 40.2049V40.2096ZM383.539 13.8524C385.686 15.63 386.759 18.1594 386.759 21.4357C386.759 24.712 385.686 27.2556 383.539 29.0616C381.393 30.8723 378.23 31.7753 374.046 31.7753H362.945V11.1859H374.046C378.225 11.1859 381.388 12.0747 383.539 13.8571V13.8524ZM459.808 9.99451C457.718 6.77491 454.749 4.30229 450.91 2.58138C447.066 0.86048 442.49 -0.00469971 437.181 -0.00469971H411.504V59.3145H425.319V42.9612H437.181C442.49 42.9612 447.066 42.0865 450.91 40.3325C454.749 38.5833 457.718 36.1107 459.808 32.9194C461.897 29.7282 462.942 25.8987 462.942 21.4357C462.942 16.9727 461.897 13.2141 459.808 9.99451ZM445.908 29.0616C443.762 30.8723 440.599 31.7753 436.415 31.7753H425.314V11.1859H436.415C440.594 11.1859 443.757 12.0747 445.908 13.8571C448.055 15.6347 449.128 18.1641 449.128 21.4404C449.128 24.7168 448.055 27.2603 445.908 29.0663V29.0616Z", fill: "#D70000" })
12
+ }
13
+ );
14
+ }
15
+ const M = V.memo(e);
16
+ export {
17
+ M as default
18
+ };
@@ -1 +1,2 @@
1
1
  export { default as Icon } from './Icon';
2
+ export { default as IconColor } from './IconColor';
@@ -1,4 +1,6 @@
1
- import { default as e } from "./Icon.js";
1
+ import { default as a } from "./Icon.js";
2
+ import { default as f } from "./IconColor.js";
2
3
  export {
3
- e as Icon
4
+ a as Icon,
5
+ f as IconColor
4
6
  };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function SimpleLogo(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof SimpleLogo>;
5
+ export default _default;
@@ -0,0 +1,21 @@
1
+ import { jsxs as H, jsx as L } from "react/jsx-runtime";
2
+ import V from "react";
3
+ function i(C) {
4
+ return /* @__PURE__ */ H(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 212 60",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...C,
11
+ children: [
12
+ /* @__PURE__ */ L("g", { clipPath: "url(#clip0_4413_4702)", children: /* @__PURE__ */ L("path", { d: "M85.464 38.025L85.854 44.433C86.001 46.587 86.484 48.279 87.303 49.506H82.455C81.675 48.354 81.246 46.59 81.174 44.211L81.006 39.975C80.895 37.263 80.289 35.349 79.194 34.236C78.099 33.12 76.341 32.565 73.926 32.565H60.996V49.506H56.316V9.825H73.092C77.106 9.825 80.346 10.764 82.818 12.639C85.287 14.514 86.523 17.181 86.523 20.637C86.523 23.127 85.929 25.188 84.741 26.823C83.55 28.458 81.972 29.592 80.004 30.222C83.385 31.299 85.206 33.9 85.467 38.025H85.464ZM60.999 28.329H73.65C76.065 28.329 78.006 27.699 79.473 26.433C80.94 25.17 81.675 23.331 81.675 20.916C81.675 18.501 80.913 16.896 79.389 15.762C77.865 14.628 75.765 14.061 73.092 14.061H60.999V28.329ZM104.775 50.175C100.8 50.175 97.575 48.819 95.106 46.107C92.634 43.395 91.401 39.735 91.401 35.127C91.401 30.519 92.619 26.952 95.052 24.204C97.485 21.456 100.689 20.079 104.667 20.079C108.645 20.079 112.023 21.51 114.363 24.369C116.703 27.231 117.873 30.816 117.873 35.124V36.684H96.027C96.249 39.843 97.131 42.201 98.673 43.761C100.215 45.321 102.285 46.101 104.886 46.101C108.861 46.101 111.408 44.319 112.521 40.752H117.147C116.403 43.575 114.981 45.852 112.884 47.58C110.784 49.308 108.081 50.172 104.775 50.172V50.175ZM96.135 32.676H113.076C112.854 30.189 112.008 28.143 110.541 26.547C109.074 24.951 107.115 24.15 104.661 24.15C102.357 24.15 100.452 24.876 98.949 26.325C97.443 27.774 96.504 29.892 96.135 32.679V32.676ZM145.53 24.873V9.825H149.988V49.506H145.752V45.048C143.484 48.468 140.196 50.175 135.888 50.175C131.838 50.175 128.595 48.81 126.162 46.08C123.729 43.35 122.511 39.699 122.511 35.13C122.511 30.561 123.729 26.91 126.162 24.18C128.595 21.45 131.838 20.085 135.888 20.085C139.938 20.085 143.262 21.684 145.53 24.879V24.873ZM129.702 43.32C131.373 45.216 133.62 46.161 136.446 46.161C139.272 46.161 141.519 45.186 143.19 43.236C144.861 41.286 145.698 38.583 145.698 35.127C145.698 31.671 144.861 28.968 143.19 27.018C141.519 25.068 139.269 24.093 136.446 24.093C133.623 24.093 131.421 25.107 129.729 27.129C128.037 29.154 127.194 31.893 127.194 35.349C127.194 38.805 128.031 41.424 129.702 43.317V43.32ZM182.28 31.728L191.142 9.825H197.274V49.506H192.705V36.798C192.705 28.437 192.762 21.696 192.873 16.566C191.982 19.017 190.812 22.029 189.363 25.593L179.553 49.503H175.539L165.675 25.593C164.226 22.026 163.056 19.017 162.165 16.566C162.276 21.693 162.333 28.437 162.333 36.798V49.506H157.764V9.825H163.893L173.088 32.397C174.387 35.517 175.893 39.327 177.603 43.821C179.979 37.542 181.542 33.51 182.283 31.728H182.28ZM20.376 13.719L21.195 10.869L22.047 8.367L22.413 7.311L22.698 6.477L23.247 4.881L23.664 3.663L23.946 2.817L24.921 0H33.27L33.063 0.621L32.838 1.77L32.661 3.072L32.388 4.08L32.187 5.085L31.377 9.225L20.37 13.722L20.376 13.719ZM27.585 38.112L32.616 37.785L31.233 58.056V59.997H0.345L0 44.391L0.129 36.225L0.114 33.516L0.324 30.567L0.507 26.991L0.609 25.371L0.762 22.986L0.741 22.458L0.861 18.399L0.996 15.201V12.099V11.346L1.026 11.01L1.098 10.236L1.158 9.402V2.268L1.239 0.885L1.209 0.165L4.014 0.255L5.862 0.315L10.935 0.48L10.752 7.119L10.731 7.872L10.677 8.97L10.62 10.413L10.581 11.157L10.539 12.123L10.488 13.383V20.031L10.095 25.374L9.822 29.079L9.804 29.316L9.747 30.111L9.735 30.264L9.723 30.411L9.537 32.952L9.186 37.71H15.426L16.278 32.952L16.599 31.161L16.647 30.897L16.839 29.997L16.881 29.796L17.223 28.188L17.307 27.795L18.141 23.856L29.112 19.425L26.655 29.187L26.64 29.262L26.574 29.601L25.869 33.18L24.909 38.052L25.479 38.112H27.582H27.585ZM23.946 51.003L23.784 48.075L23.946 45.726H8.862L9.054 47.604V49.311L8.862 51H23.946V51.003Z", fill: "#EBEBEB" }) }),
13
+ /* @__PURE__ */ L("defs", { children: /* @__PURE__ */ L("clipPath", { id: "clip0_4413_4702", children: /* @__PURE__ */ L("rect", { width: "198", height: "60", fill: "white" }) }) })
14
+ ]
15
+ }
16
+ );
17
+ }
18
+ const t = V.memo(i);
19
+ export {
20
+ t as default
21
+ };