@cfx-dev/ui-components 5.0.24 → 5.0.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (265) hide show
  1. package/dist/{BurgerMenu.module-DzFXW4p3.js → BurgerMenu.module-DA0ojIYf.js} +4 -3
  2. package/dist/assets/css/Badge.css +1 -1
  3. package/dist/assets/css/BurgerMenu.css +1 -1
  4. package/dist/assets/css/InputDropzone.css +1 -1
  5. package/dist/cfxIcons-B2ocwAjm.js +136 -0
  6. package/dist/cfxIconsXLarge-C9n01-rM.js +136 -0
  7. package/dist/components/Badge/Badge.d.ts +2 -1
  8. package/dist/components/Badge/Badge.js +39 -35
  9. package/dist/components/Badge/BadgeShowcase.js +66 -36
  10. package/dist/components/BurgerMenu/BurgerMenu.d.ts +2 -1
  11. package/dist/components/BurgerMenu/BurgerMenu.js +58 -46
  12. package/dist/components/BurgerMenu/BurgerMenuButton.js +1 -1
  13. package/dist/components/BurgerMenu/BurgerMenuShowcase.js +40 -25
  14. package/dist/components/Checkbox/Checkbox.js +57 -31
  15. package/dist/components/Checkbox/CheckboxShowcase.js +28 -2
  16. package/dist/components/Icon/Icon.js +2 -2
  17. package/dist/components/Icons/IconsShowcase.js +71 -29
  18. package/dist/components/Icons/cfx-icons/Car.d.ts +5 -0
  19. package/dist/components/Icons/cfx-icons/Car.js +26 -0
  20. package/dist/components/Icons/cfx-icons/Creator.d.ts +5 -0
  21. package/dist/components/Icons/cfx-icons/Creator.js +26 -0
  22. package/dist/components/Icons/cfx-icons/Documentation.d.ts +5 -0
  23. package/dist/components/Icons/cfx-icons/Documentation.js +26 -0
  24. package/dist/components/Icons/cfx-icons/Expand2.d.ts +5 -0
  25. package/dist/components/Icons/cfx-icons/Expand2.js +26 -0
  26. package/dist/components/Icons/cfx-icons/FiveMServer.d.ts +5 -0
  27. package/dist/components/Icons/cfx-icons/FiveMServer.js +27 -0
  28. package/dist/components/Icons/cfx-icons/Hat.d.ts +5 -0
  29. package/dist/components/Icons/cfx-icons/Hat.js +18 -0
  30. package/dist/components/Icons/cfx-icons/Integration.d.ts +5 -0
  31. package/dist/components/Icons/cfx-icons/Integration.js +26 -0
  32. package/dist/components/Icons/cfx-icons/Pen.d.ts +5 -0
  33. package/dist/components/Icons/cfx-icons/Pen.js +26 -0
  34. package/dist/components/Icons/cfx-icons/Population.d.ts +5 -0
  35. package/dist/components/Icons/cfx-icons/Population.js +26 -0
  36. package/dist/components/Icons/cfx-icons/RedMServer.d.ts +5 -0
  37. package/dist/components/Icons/cfx-icons/RedMServer.js +26 -0
  38. package/dist/components/Icons/cfx-icons/Script.d.ts +5 -0
  39. package/dist/components/Icons/cfx-icons/Script.js +26 -0
  40. package/dist/components/Icons/cfx-icons/Snail.d.ts +5 -0
  41. package/dist/components/Icons/cfx-icons/Snail.js +18 -0
  42. package/dist/components/Icons/cfx-icons/Tooling.d.ts +5 -0
  43. package/dist/components/Icons/cfx-icons/Tooling.js +26 -0
  44. package/dist/components/Icons/cfx-iconsXLarge/Car.d.ts +5 -0
  45. package/dist/components/Icons/cfx-iconsXLarge/Car.js +26 -0
  46. package/dist/components/Icons/cfx-iconsXLarge/Creator.d.ts +5 -0
  47. package/dist/components/Icons/cfx-iconsXLarge/Creator.js +26 -0
  48. package/dist/components/Icons/cfx-iconsXLarge/Documentation.d.ts +5 -0
  49. package/dist/components/Icons/cfx-iconsXLarge/Documentation.js +26 -0
  50. package/dist/components/Icons/cfx-iconsXLarge/Expand2.d.ts +5 -0
  51. package/dist/components/Icons/cfx-iconsXLarge/Expand2.js +26 -0
  52. package/dist/components/Icons/cfx-iconsXLarge/FiveMServer.d.ts +5 -0
  53. package/dist/components/Icons/cfx-iconsXLarge/FiveMServer.js +27 -0
  54. package/dist/components/Icons/cfx-iconsXLarge/Hat.d.ts +5 -0
  55. package/dist/components/Icons/cfx-iconsXLarge/Hat.js +18 -0
  56. package/dist/components/Icons/cfx-iconsXLarge/Integration.d.ts +5 -0
  57. package/dist/components/Icons/cfx-iconsXLarge/Integration.js +26 -0
  58. package/dist/components/Icons/cfx-iconsXLarge/Pen.d.ts +5 -0
  59. package/dist/components/Icons/cfx-iconsXLarge/Pen.js +26 -0
  60. package/dist/components/Icons/cfx-iconsXLarge/Population.d.ts +5 -0
  61. package/dist/components/Icons/cfx-iconsXLarge/Population.js +26 -0
  62. package/dist/components/Icons/cfx-iconsXLarge/RedMServer.d.ts +5 -0
  63. package/dist/components/Icons/cfx-iconsXLarge/RedMServer.js +26 -0
  64. package/dist/components/Icons/cfx-iconsXLarge/Script.d.ts +5 -0
  65. package/dist/components/Icons/cfx-iconsXLarge/Script.js +26 -0
  66. package/dist/components/Icons/cfx-iconsXLarge/Snail.d.ts +5 -0
  67. package/dist/components/Icons/cfx-iconsXLarge/Snail.js +21 -0
  68. package/dist/components/Icons/cfx-iconsXLarge/Tooling.d.ts +5 -0
  69. package/dist/components/Icons/cfx-iconsXLarge/Tooling.js +26 -0
  70. package/dist/components/Icons/cfxIcons.d.ts +13 -0
  71. package/dist/components/Icons/cfxIcons.js +98 -72
  72. package/dist/components/Icons/cfxIconsXLarge.d.ts +13 -0
  73. package/dist/components/Icons/cfxIconsXLarge.js +98 -72
  74. package/dist/components/Icons/index.js +2 -2
  75. package/dist/components/InputDropzone/InputDropzone.js +1 -1
  76. package/dist/components/Logos/Logos.types.d.ts +26 -0
  77. package/dist/components/Logos/LogosShowcase.js +28 -27
  78. package/dist/components/Logos/c/Logo.d.ts +5 -0
  79. package/dist/components/Logos/c/Logo.js +18 -0
  80. package/dist/components/Logos/c/index.d.ts +1 -0
  81. package/dist/components/Logos/c/index.js +4 -0
  82. package/dist/components/Logos/cfx/CompositeIcon.d.ts +5 -0
  83. package/dist/components/Logos/cfx/CompositeIcon.js +9 -0
  84. package/dist/components/Logos/cfx/index.d.ts +1 -0
  85. package/dist/components/Logos/cfx/index.js +8 -6
  86. package/dist/components/Logos/discord/IconColor.d.ts +5 -0
  87. package/dist/components/Logos/discord/IconColor.js +24 -0
  88. package/dist/components/Logos/discord/Logo.d.ts +5 -0
  89. package/dist/components/Logos/discord/Logo.js +24 -0
  90. package/dist/components/Logos/discord/LogoColor.d.ts +5 -0
  91. package/dist/components/Logos/discord/LogoColor.js +24 -0
  92. package/dist/components/Logos/discord/index.d.ts +3 -0
  93. package/dist/components/Logos/discord/index.js +8 -2
  94. package/dist/components/Logos/esx/IconColor.d.ts +5 -0
  95. package/dist/components/Logos/esx/IconColor.js +24 -0
  96. package/dist/components/Logos/esx/index.d.ts +1 -0
  97. package/dist/components/Logos/esx/index.js +4 -2
  98. package/dist/components/Logos/fivem/SimpleLogo.d.ts +5 -0
  99. package/dist/components/Logos/fivem/SimpleLogo.js +18 -0
  100. package/dist/components/Logos/fivem/index.d.ts +1 -0
  101. package/dist/components/Logos/fivem/index.js +8 -6
  102. package/dist/components/Logos/forum/CompositeLogo.d.ts +5 -0
  103. package/dist/components/Logos/forum/CompositeLogo.js +15 -0
  104. package/dist/components/Logos/forum/index.d.ts +1 -0
  105. package/dist/components/Logos/forum/index.js +4 -0
  106. package/dist/components/Logos/google/WordmarkWhite.d.ts +5 -0
  107. package/dist/components/Logos/google/WordmarkWhite.js +25 -0
  108. package/dist/components/Logos/google/index.d.ts +1 -0
  109. package/dist/components/Logos/google/index.js +4 -2
  110. package/dist/components/Logos/gportal/Icon.d.ts +5 -0
  111. package/dist/components/Logos/gportal/Icon.js +22 -0
  112. package/dist/components/Logos/gportal/IconColor.d.ts +5 -0
  113. package/dist/components/Logos/gportal/IconColor.js +22 -0
  114. package/dist/components/Logos/gportal/Logo.d.ts +5 -0
  115. package/dist/components/Logos/gportal/Logo.js +29 -0
  116. package/dist/components/Logos/gportal/LogoColor.d.ts +5 -0
  117. package/dist/components/Logos/gportal/LogoColor.js +32 -0
  118. package/dist/components/Logos/gportal/LogoHorizontal.d.ts +5 -0
  119. package/dist/components/Logos/gportal/LogoHorizontal.js +29 -0
  120. package/dist/components/Logos/gportal/LogoHorizontalColor.d.ts +5 -0
  121. package/dist/components/Logos/gportal/LogoHorizontalColor.js +29 -0
  122. package/dist/components/Logos/gportal/index.d.ts +6 -0
  123. package/dist/components/Logos/gportal/index.js +14 -0
  124. package/dist/components/Logos/index.d.ts +26 -0
  125. package/dist/components/Logos/index.js +60 -34
  126. package/dist/components/Logos/javascript/Logo.d.ts +5 -0
  127. package/dist/components/Logos/javascript/Logo.js +18 -0
  128. package/dist/components/Logos/javascript/index.d.ts +1 -0
  129. package/dist/components/Logos/javascript/index.js +4 -0
  130. package/dist/components/Logos/lua/Logo.d.ts +5 -0
  131. package/dist/components/Logos/lua/Logo.js +18 -0
  132. package/dist/components/Logos/lua/index.d.ts +1 -0
  133. package/dist/components/Logos/lua/index.js +4 -0
  134. package/dist/components/Logos/marketplace/CompositeLogo.d.ts +5 -0
  135. package/dist/components/Logos/marketplace/CompositeLogo.js +15 -0
  136. package/dist/components/Logos/marketplace/index.d.ts +1 -0
  137. package/dist/components/Logos/marketplace/index.js +4 -0
  138. package/dist/components/Logos/nitrado/Icon.d.ts +5 -0
  139. package/dist/components/Logos/nitrado/Icon.js +27 -0
  140. package/dist/components/Logos/nitrado/IconColor.d.ts +5 -0
  141. package/dist/components/Logos/nitrado/IconColor.js +27 -0
  142. package/dist/components/Logos/nitrado/LogoHorizontal.d.ts +5 -0
  143. package/dist/components/Logos/nitrado/LogoHorizontal.js +70 -0
  144. package/dist/components/Logos/nitrado/LogoHorizontalColor.d.ts +5 -0
  145. package/dist/components/Logos/nitrado/LogoHorizontalColor.js +70 -0
  146. package/dist/components/Logos/nitrado/index.d.ts +4 -0
  147. package/dist/components/Logos/nitrado/index.js +10 -0
  148. package/dist/components/Logos/nodecraft/Icon.d.ts +5 -0
  149. package/dist/components/Logos/nodecraft/Icon.js +29 -0
  150. package/dist/components/Logos/nodecraft/IconColor.d.ts +5 -0
  151. package/dist/components/Logos/nodecraft/IconColor.js +29 -0
  152. package/dist/components/Logos/nodecraft/Logo.d.ts +5 -0
  153. package/dist/components/Logos/nodecraft/Logo.js +38 -0
  154. package/dist/components/Logos/nodecraft/LogoColor.d.ts +5 -0
  155. package/dist/components/Logos/nodecraft/LogoColor.js +41 -0
  156. package/dist/components/Logos/nodecraft/LogoColor2.d.ts +5 -0
  157. package/dist/components/Logos/nodecraft/LogoColor2.js +41 -0
  158. package/dist/components/Logos/nodecraft/index.d.ts +5 -0
  159. package/dist/components/Logos/nodecraft/index.js +12 -0
  160. package/dist/components/Logos/redemrp/IconColor.d.ts +5 -0
  161. package/dist/components/Logos/redemrp/IconColor.js +18 -0
  162. package/dist/components/Logos/redemrp/index.d.ts +1 -0
  163. package/dist/components/Logos/redemrp/index.js +4 -2
  164. package/dist/components/Logos/redm/SimpleLogo.d.ts +5 -0
  165. package/dist/components/Logos/redm/SimpleLogo.js +21 -0
  166. package/dist/components/Logos/redm/index.d.ts +1 -0
  167. package/dist/components/Logos/redm/index.js +8 -6
  168. package/dist/components/Logos/rockstar/Wordmark.d.ts +5 -0
  169. package/dist/components/Logos/rockstar/Wordmark.js +33 -0
  170. package/dist/components/Logos/rockstar/WordmarkVertical.d.ts +5 -0
  171. package/dist/components/Logos/rockstar/WordmarkVertical.js +33 -0
  172. package/dist/components/Logos/rockstar/index.d.ts +2 -0
  173. package/dist/components/Logos/rockstar/index.js +6 -2
  174. package/dist/components/Logos/shockbyte/Icon.d.ts +5 -0
  175. package/dist/components/Logos/shockbyte/Icon.js +26 -0
  176. package/dist/components/Logos/shockbyte/IconColor.d.ts +5 -0
  177. package/dist/components/Logos/shockbyte/IconColor.js +26 -0
  178. package/dist/components/Logos/shockbyte/IconColor2.d.ts +5 -0
  179. package/dist/components/Logos/shockbyte/IconColor2.js +54 -0
  180. package/dist/components/Logos/shockbyte/Logo.d.ts +5 -0
  181. package/dist/components/Logos/shockbyte/Logo.js +27 -0
  182. package/dist/components/Logos/shockbyte/LogoColor.d.ts +5 -0
  183. package/dist/components/Logos/shockbyte/LogoColor.js +24 -0
  184. package/dist/components/Logos/shockbyte/LogoColor2.d.ts +5 -0
  185. package/dist/components/Logos/shockbyte/LogoColor2.js +55 -0
  186. package/dist/components/Logos/shockbyte/index.d.ts +6 -0
  187. package/dist/components/Logos/shockbyte/index.js +14 -0
  188. package/dist/components/Logos/support/CompositeLogo.d.ts +5 -0
  189. package/dist/components/Logos/support/CompositeLogo.js +15 -0
  190. package/dist/components/Logos/support/index.d.ts +1 -0
  191. package/dist/components/Logos/support/index.js +4 -0
  192. package/dist/components/Logos/tebex/WhiteWordmark.d.ts +5 -0
  193. package/dist/components/Logos/tebex/WhiteWordmark.js +35 -0
  194. package/dist/components/Logos/tebex/index.d.ts +1 -0
  195. package/dist/components/Logos/tebex/index.js +4 -2
  196. package/dist/components/Logos/txadmin/Icon.d.ts +5 -0
  197. package/dist/components/Logos/txadmin/Icon.js +24 -0
  198. package/dist/components/Logos/txadmin/IconColor.d.ts +5 -0
  199. package/dist/components/Logos/txadmin/IconColor.js +24 -0
  200. package/dist/components/Logos/txadmin/Logo.d.ts +5 -0
  201. package/dist/components/Logos/txadmin/Logo.js +24 -0
  202. package/dist/components/Logos/txadmin/LogoColor.d.ts +5 -0
  203. package/dist/components/Logos/txadmin/LogoColor.js +24 -0
  204. package/dist/components/Logos/txadmin/index.d.ts +4 -0
  205. package/dist/components/Logos/txadmin/index.js +10 -0
  206. package/dist/components/Logos/vorpcore/IconColor.d.ts +5 -0
  207. package/dist/components/Logos/vorpcore/IconColor.js +27 -0
  208. package/dist/components/Logos/vorpcore/index.d.ts +1 -0
  209. package/dist/components/Logos/vorpcore/index.js +4 -2
  210. package/dist/components/Logos/xrealm/Icon.d.ts +5 -0
  211. package/dist/components/Logos/xrealm/Icon.js +21 -0
  212. package/dist/components/Logos/xrealm/IconColor.d.ts +5 -0
  213. package/dist/components/Logos/xrealm/IconColor.js +21 -0
  214. package/dist/components/Logos/xrealm/IconColor2.d.ts +5 -0
  215. package/dist/components/Logos/xrealm/IconColor2.js +21 -0
  216. package/dist/components/Logos/xrealm/Logo.d.ts +5 -0
  217. package/dist/components/Logos/xrealm/Logo.js +26 -0
  218. package/dist/components/Logos/xrealm/LogoColor.d.ts +5 -0
  219. package/dist/components/Logos/xrealm/LogoColor.js +26 -0
  220. package/dist/components/Logos/xrealm/LogoColor2.d.ts +5 -0
  221. package/dist/components/Logos/xrealm/LogoColor2.js +26 -0
  222. package/dist/components/Logos/xrealm/index.d.ts +6 -0
  223. package/dist/components/Logos/xrealm/index.js +14 -0
  224. package/dist/components/Logos/zap/Icon.d.ts +5 -0
  225. package/dist/components/Logos/zap/Icon.js +24 -0
  226. package/dist/components/Logos/zap/IconColor.d.ts +5 -0
  227. package/dist/components/Logos/zap/IconColor.js +24 -0
  228. package/dist/components/Logos/zap/IconColor2.d.ts +5 -0
  229. package/dist/components/Logos/zap/IconColor2.js +24 -0
  230. package/dist/components/Logos/zap/Logo.d.ts +5 -0
  231. package/dist/components/Logos/zap/Logo.js +33 -0
  232. package/dist/components/Logos/zap/LogoColor.d.ts +5 -0
  233. package/dist/components/Logos/zap/LogoColor.js +33 -0
  234. package/dist/components/Logos/zap/index.d.ts +5 -0
  235. package/dist/components/Logos/zap/index.js +12 -0
  236. package/dist/index--7ftEy7B.js +14 -0
  237. package/dist/index-6ymEiKOk.js +12 -0
  238. package/dist/index-B4ozsXlE.js +16 -0
  239. package/dist/index-B894ectI.js +10 -0
  240. package/dist/index-BGU_SN2o.js +16 -0
  241. package/dist/{index-CZVyC53C.js → index-BOn_iaK2.js} +4 -2
  242. package/dist/index-BRHcJhJG.js +18 -0
  243. package/dist/index-B_EMgg52.js +14 -0
  244. package/dist/index-B_Vaq81q.js +10 -0
  245. package/dist/index-C9Lozqbl.js +8 -0
  246. package/dist/index-Cq4jCzEv.js +12 -0
  247. package/dist/{index-CndZSWbO.js → index-CztR26xF.js} +3 -3
  248. package/dist/index-D1C1OavJ.js +14 -0
  249. package/dist/index-DhOP0QKO.js +18 -0
  250. package/dist/{index-DmiGJpGO.js → index-DwlnwP6x.js} +3 -3
  251. package/dist/{index-BFDtbr-9.js → index-FdoLqVRX.js} +3 -3
  252. package/dist/{index-BcJ929FX.js → index-RuvVYarm.js} +6 -4
  253. package/dist/{index-CaQzR2YA.js → index-lyU2TVKU.js} +3 -3
  254. package/dist/{index-zDYfHjPd.js → index-nlWIqgCS.js} +4 -4
  255. package/dist/index-sokrkox7.js +16 -0
  256. package/dist/index-srJbL-Sj.js +8 -0
  257. package/dist/index-ugQO1I1Q.js +12 -0
  258. package/dist/index-zV_VvyQi.js +18 -0
  259. package/dist/main.js +2 -2
  260. package/package.json +1 -1
  261. package/dist/cfxIcons-YyDWNxmM.js +0 -110
  262. package/dist/cfxIconsXLarge-Dw37ZSw2.js +0 -110
  263. package/dist/index-Bg26abkD.js +0 -14
  264. package/dist/index-DXAZagKA.js +0 -8
  265. package/dist/index-DxFgF-nY.js +0 -10
@@ -0,0 +1,24 @@
1
+ import { jsxs as o, jsx as C } from "react/jsx-runtime";
2
+ import V from "react";
3
+ function H(L) {
4
+ return /* @__PURE__ */ o(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 233 60",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...L,
11
+ children: [
12
+ /* @__PURE__ */ C("path", { d: "M0 10.0562V49.9437C0 55.4979 4.50208 60 10.0562 60H49.9437C55.4979 60 60 55.4979 60 49.9437V10.0562C60 4.50208 55.4979 0 49.9437 0H10.0562C4.50208 0 0 4.50208 0 10.0562ZM7.53958 32.1792L7.55417 10.0458C9.2125 10.0458 10.7104 10.7188 11.8 11.8042C12.8854 12.8896 13.5562 14.3917 13.5562 16.05V24.1375H24.0687C24.0687 27.35 21.4646 29.9521 18.2542 29.9521H13.5562V30.3062C13.5562 41.7188 23.9896 41.5229 23.9896 41.5229H28.5958L23.5167 47.45C7.30417 47.1625 7.53958 32.1792 7.53958 32.1792ZM48.0542 47.4542C46.5042 47.4542 45.0333 46.775 44.0292 45.5958L42.6458 43.9688L39.4854 40.2562L34.9417 45.5958C33.9375 46.775 32.4667 47.4542 30.9167 47.4542H25.6104L30.6917 41.5229H30.725L35.6437 35.7458L34.6 34.5208L25.7604 24.1375H30.9979C32.5458 24.1375 34.0167 24.8167 35.0208 25.9958L38.45 30.0229L39.4833 31.2375L41.0833 29.3583L43.9479 25.9958C44.9521 24.8167 46.4229 24.1375 47.9708 24.1375H53.2083L47.0542 31.3667L43.325 35.7458L46.4854 39.4583L53.2917 47.4542H48.0542ZM64.6729 50.1417L80.4 12.4729C81.1187 10.75 82.8021 9.62917 84.6687 9.62917C86.5354 9.62917 88.2167 10.75 88.9375 12.4729L104.665 50.1417H96.9917L93.6792 42.0625H75.6625L72.35 50.1417H64.675H64.6729ZM77.9229 36.0771H91.4062L84.6646 19.5708L77.9229 36.0771ZM128.373 25.0917V14.2562C128.373 11.7021 130.442 9.63125 132.998 9.63125H135.348V41.3063C135.348 43.8042 135.929 44.7354 137.5 44.7354C137.906 44.7354 138.431 44.6792 138.954 44.6187V50.2562C138.2 50.5458 137.035 50.7208 135.525 50.7208C133.84 50.7208 132.502 50.4313 131.456 49.7896C130.179 48.9188 129.365 47.7542 129.075 46.2437C127.04 49.3229 123.671 50.8354 119.021 50.8354C114.894 50.8354 111.408 49.3812 108.558 46.4187C105.769 43.4542 104.375 39.85 104.375 35.4937C104.375 31.1375 105.769 27.5312 108.558 24.625C111.406 21.6604 114.894 20.2083 119.021 20.2083C123.725 20.2125 127.271 22.3042 128.375 25.0937L128.373 25.0917ZM126.281 41.8875C128.025 40.2021 128.896 38.0521 128.896 35.4958C128.896 32.9396 128.025 30.7875 126.281 29.1042C124.596 27.4187 122.446 26.5458 119.946 26.5458C117.446 26.5458 115.412 27.4167 113.727 29.1042C112.1 30.7896 111.285 32.9396 111.285 35.4958C111.285 38.0521 112.1 40.2021 113.727 41.8875C115.412 43.5729 117.446 44.4458 119.946 44.4458C122.446 44.4458 124.596 43.5729 126.281 41.8875ZM141.683 50.1417V25.475C141.683 22.9208 143.752 20.85 146.308 20.85H148.602V25.0333C149.823 22.1854 152.729 20.2667 156.448 20.2667C160.458 20.2667 163.248 21.9521 164.7 25.3813C166.385 21.9521 169.525 20.2667 174.115 20.2667C180.45 20.2667 184.112 24.7437 184.112 32.0062V41.2479C184.112 43.5125 184.519 44.3271 186.087 44.3271H187.048C187.062 44.325 187.075 44.3375 187.075 44.3521V50.0792C186.377 50.3125 185.39 50.4292 184.052 50.4292C179.462 50.4292 177.194 47.8708 177.194 42.7562V32.9917C177.194 28.9812 175.333 26.4833 172.079 26.4833C168.825 26.4833 166.442 29.3312 166.442 33.2812V50.1354H159.523V32.9896C159.523 28.9792 157.604 26.4812 154.292 26.4812C150.979 26.4812 148.596 29.3292 148.596 33.2812V50.1354H141.679V50.1458L141.683 50.1417ZM188.933 13.3125C188.923 11.2125 190.556 9.425 192.644 9.19375C195.121 8.92083 197.248 10.8083 197.248 13.2937C197.248 15.6187 195.387 17.4208 193.121 17.4208C190.854 17.4208 188.944 15.6292 188.935 13.3146L188.933 13.3125ZM194.256 20.8479H196.606V41.4208C196.606 43.6854 197.071 44.5 198.642 44.5C199.165 44.5 199.573 44.4437 199.862 44.3833V50.2542C199.165 50.5438 198.002 50.7188 196.377 50.7188C191.9 50.7188 189.635 48.2208 189.635 43.2792V25.4708C189.633 22.9208 191.704 20.8479 194.258 20.8479H194.256ZM202.475 50.1417V25.475C202.475 22.9208 204.544 20.85 207.1 20.85H209.394V25.0333C210.787 22.1854 214.044 20.2667 218.171 20.2667C225.085 20.2667 229.096 24.7437 229.096 32.0062V41.2479C229.096 43.5125 229.502 44.3271 231.071 44.3271H232.031C232.046 44.325 232.058 44.3375 232.058 44.3521V50.0792C231.244 50.3125 230.256 50.4292 229.035 50.4292C224.446 50.4292 222.177 47.8708 222.177 42.7562V32.9917C222.177 28.9812 219.912 26.4833 216.017 26.4833C212.121 26.4833 209.392 29.2729 209.392 33.2812V50.1354H202.475V50.1437V50.1417Z", fill: "url(#paint0_linear_1999_3291)" }),
13
+ /* @__PURE__ */ C("defs", { children: /* @__PURE__ */ o("linearGradient", { id: "paint0_linear_1999_3291", x1: "116.029", y1: "60.1042", x2: "116.029", y2: "1.96041", gradientUnits: "userSpaceOnUse", children: [
14
+ /* @__PURE__ */ C("stop", { stopColor: "#00888F" }),
15
+ /* @__PURE__ */ C("stop", { offset: "0.72", stopColor: "#5BBE83" })
16
+ ] }) })
17
+ ]
18
+ }
19
+ );
20
+ }
21
+ const r = V.memo(H);
22
+ export {
23
+ r as default
24
+ };
@@ -0,0 +1,4 @@
1
+ export { default as Logo } from './Logo';
2
+ export { default as Icon } from './Icon';
3
+ export { default as LogoColor } from './LogoColor';
4
+ export { default as IconColor } from './IconColor';
@@ -0,0 +1,10 @@
1
+ import { default as a } from "./Logo.js";
2
+ import { default as f } from "./Icon.js";
3
+ import { default as l } from "./LogoColor.js";
4
+ import { default as m } from "./IconColor.js";
5
+ export {
6
+ f as Icon,
7
+ m as IconColor,
8
+ a as Logo,
9
+ l as LogoColor
10
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function IconColor(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof IconColor>;
5
+ export default _default;
@@ -0,0 +1,27 @@
1
+ import { jsxs as e, jsx as C } from "react/jsx-runtime";
2
+ import t from "react";
3
+ function l(i) {
4
+ return /* @__PURE__ */ e(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 101 60",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...i,
11
+ children: [
12
+ /* @__PURE__ */ C("g", { clipPath: "url(#clip0_2853_2606)", children: /* @__PURE__ */ C("path", { d: "M0 0.294886H4.00061C4.43108 0.294886 4.78095 0.399297 5.05205 0.60812C5.32316 0.816943 5.52465 1.08805 5.6602 1.4196L11.9286 17.6822C12.1374 18.2115 12.337 18.7922 12.5276 19.4242C12.7181 20.058 12.8994 20.7247 13.0716 21.4245C13.3537 20.0103 13.7054 18.7629 14.123 17.6822L20.3749 1.4196C20.4848 1.13751 20.6826 0.879224 20.9647 0.644756C21.2468 0.41212 21.5985 0.294886 22.0162 0.294886H26.0168L15.2496 26.9565H10.769L0 0.294886ZM53.3415 13.6266C53.3415 15.5811 53.0154 17.3909 52.3651 19.056C51.713 20.7211 50.7971 22.1627 49.6175 23.379C48.4378 24.5953 47.0182 25.546 45.3586 26.2274C43.699 26.9088 41.8617 27.2514 39.8449 27.2514C37.8281 27.2514 35.989 26.9107 34.3221 26.2274C32.657 25.546 31.23 24.5953 30.0449 23.379C28.8579 22.1627 27.9402 20.7211 27.288 19.056C26.6359 17.3909 26.3117 15.5811 26.3117 13.6266C26.3117 11.6721 26.6378 9.86228 27.288 8.19719C27.9402 6.5321 28.8579 5.09049 30.0449 3.87419C31.2319 2.65788 32.657 1.70719 34.3221 1.02577C35.9872 0.344344 37.8281 0.00180054 39.8449 0.00180054C41.8617 0.00180054 43.699 0.346175 45.3586 1.03493C47.0182 1.72368 48.4378 2.67254 49.6175 3.88335C50.7971 5.09415 51.713 6.5321 52.3651 8.19719C53.0173 9.86228 53.3415 11.6721 53.3415 13.6266ZM48.2528 13.6266C48.2528 12.1648 48.0586 10.8514 47.6721 9.69009C47.2856 8.52874 46.7287 7.54141 46.0034 6.72993C45.278 5.91846 44.3969 5.29748 43.3583 4.86701C42.3196 4.43654 41.1491 4.22223 39.8449 4.22223C38.5407 4.22223 37.3683 4.43654 36.3224 4.86701C35.2783 5.29748 34.3899 5.91846 33.659 6.72993C32.9281 7.54141 32.3657 8.52691 31.9719 9.69009C31.5781 10.8514 31.3821 12.1648 31.3821 13.6266C31.3821 15.0884 31.5781 16.4017 31.9719 17.5631C32.3657 18.7244 32.9281 19.7081 33.659 20.5141C34.3899 21.3201 35.2783 21.9374 36.3224 22.3679C37.3665 22.7983 38.5407 23.0126 39.8449 23.0126C41.1491 23.0126 42.3178 22.7983 43.3583 22.3679C44.3969 21.9374 45.278 21.3201 46.0034 20.5141C46.7287 19.7099 47.2856 18.7263 47.6721 17.5631C48.0586 16.4017 48.2528 15.0902 48.2528 13.6266ZM62.3758 16.5391V26.9565H57.4154V0.294886H65.5466C67.3656 0.294886 68.9244 0.481727 70.2213 0.857242C71.5182 1.23276 72.5807 1.75848 73.4105 2.43441C74.2403 3.11033 74.8484 3.91815 75.2368 4.85969C75.6251 5.80122 75.8174 6.83618 75.8174 7.96639C75.8174 8.86396 75.6855 9.71208 75.4218 10.5107C75.158 11.3094 74.777 12.0348 74.2787 12.6869C73.7805 13.339 73.1668 13.9105 72.4341 14.4014C71.7032 14.8924 70.8698 15.2862 69.9356 15.5811C70.562 15.9383 71.1024 16.4475 71.5585 17.1106L78.2336 26.9565H73.7713C73.3409 26.9565 72.9745 26.8704 72.6741 26.6982C72.3718 26.526 72.1172 26.2805 71.9084 25.96L66.3032 17.4239C66.0943 17.1051 65.8635 16.878 65.6126 16.7425C65.3598 16.6069 64.9879 16.5391 64.497 16.5391H62.3758ZM62.3758 12.98H65.4734C66.4076 12.98 67.2227 12.8627 67.917 12.6301C68.6112 12.3975 69.1827 12.0732 69.6315 11.6629C70.0803 11.2508 70.4155 10.7617 70.6372 10.1975C70.8588 9.63148 70.9687 9.0105 70.9687 8.33458C70.9687 6.98272 70.5236 5.9441 69.6315 5.21871C68.7394 4.49333 67.3784 4.13064 65.5466 4.13064H62.3758V12.9818V12.98ZM86.5297 17.5704V26.9546H81.5692V0.294886H90.2537C92.036 0.294886 93.5784 0.503709 94.8808 0.921355C96.1832 1.339 97.2584 1.92334 98.1066 2.67254C98.9547 3.42174 99.5811 4.31931 99.9878 5.36526C100.393 6.40937 100.596 7.5524 100.596 8.79435C100.596 10.0363 100.382 11.2691 99.9512 12.3443C99.5207 13.4196 98.8759 14.3447 98.015 15.1195C97.154 15.8943 96.0788 16.497 94.7874 16.9256C93.496 17.3561 91.9847 17.5704 90.2519 17.5704H86.5279H86.5297ZM86.5297 13.698H90.2537C91.1641 13.698 91.9554 13.5845 92.6314 13.3573C93.3073 13.1302 93.866 12.8041 94.3093 12.381C94.7526 11.9578 95.0841 11.4413 95.3057 10.8313C95.5274 10.2231 95.6373 9.54355 95.6373 8.79435C95.6373 8.04515 95.5274 7.437 95.3057 6.85816C95.0841 6.28115 94.7526 5.7884 94.3093 5.38357C93.866 4.97875 93.3073 4.66735 92.6314 4.45303C91.9554 4.23871 91.1623 4.13064 90.2537 4.13064H86.5297V13.6999V13.698ZM21.8129 53.4165C22.084 53.4165 22.3166 53.521 22.5126 53.7298L24.4671 55.851C23.3845 57.19 22.0546 58.2176 20.4757 58.9302C18.8967 59.6428 17.0008 60 14.788 60C12.8096 60 11.0292 59.6629 9.45016 58.9852C7.87116 58.3092 6.52114 57.3695 5.40376 56.1642C4.28454 54.9589 3.42726 53.521 2.83193 51.8504C2.23477 50.1798 1.93802 48.3535 1.93802 46.3734C1.93802 44.3932 2.26958 42.5358 2.93451 40.8688C3.59762 39.2038 4.53183 37.7676 5.73714 36.5642C6.94245 35.3588 8.38223 34.4228 10.0601 33.7524C11.7381 33.0819 13.5918 32.7467 15.6196 32.7467C17.6474 32.7467 19.329 33.0636 20.809 33.6956C22.2909 34.3294 23.5585 35.1683 24.6173 36.2125L22.9577 38.5168C22.8588 38.6652 22.7324 38.7934 22.5804 38.9033C22.4265 39.0133 22.214 39.07 21.9447 39.07C21.6755 39.07 21.3732 38.9601 21.0783 38.7385C20.7834 38.5168 20.4079 38.2769 19.9536 38.0186C19.4993 37.7603 18.9241 37.5204 18.2299 37.2987C17.5356 37.0771 16.6527 36.9672 15.5848 36.9672C14.3319 36.9672 13.1778 37.1851 12.1282 37.6211C11.0768 38.0571 10.1737 38.6817 9.41719 39.4932C8.66066 40.3047 8.07083 41.2902 7.64769 42.4533C7.22455 43.6147 7.01206 44.9207 7.01206 46.3715C7.01206 47.8223 7.22455 49.2053 7.64769 50.3721C8.07266 51.5408 8.64601 52.5226 9.37139 53.3231C10.0968 54.1218 10.9504 54.7336 11.9341 55.1586C12.9177 55.5817 13.9747 55.7942 15.1049 55.7942C15.7808 55.7942 16.3926 55.7576 16.9403 55.6843C17.488 55.611 17.9918 55.4938 18.4515 55.3344C18.9131 55.1751 19.3491 54.9681 19.7613 54.7171C20.1734 54.4643 20.5819 54.1548 20.9867 53.7866C21.1094 53.6767 21.2377 53.5869 21.3732 53.5191C21.5088 53.4514 21.6553 53.4184 21.8165 53.4184L21.8129 53.4165ZM53.7848 46.3734C53.7848 48.3279 53.4587 50.1377 52.8084 51.8027C52.1563 53.4678 51.2404 54.9095 50.0608 56.1258C48.8811 57.3421 47.4615 58.2928 45.8019 58.9742C44.1423 59.6556 42.305 59.9981 40.2882 59.9981C38.2714 59.9981 36.4323 59.6574 34.7654 58.9742C33.1003 58.2928 31.6733 57.3421 30.4882 56.1258C29.3012 54.9095 28.3835 53.4678 27.7313 51.8027C27.0792 50.1377 26.755 48.3279 26.755 46.3734C26.755 44.4188 27.0811 42.609 27.7313 40.944C28.3835 39.2789 29.3012 37.8372 30.4882 36.6209C31.6752 35.4046 33.1003 34.4539 34.7654 33.7725C36.4305 33.0911 38.2714 32.7486 40.2882 32.7486C42.305 32.7486 44.1423 33.0929 45.8019 33.7817C47.4615 34.4704 48.8811 35.4193 50.0608 36.6301C51.2404 37.8409 52.1563 39.2789 52.8084 40.944C53.4605 42.609 53.7848 44.4188 53.7848 46.3734ZM48.6961 46.3734C48.6961 44.9116 48.5019 43.5982 48.1154 42.4369C47.7289 41.2755 47.172 40.2882 46.4466 39.4767C45.7213 38.6652 44.8402 38.0442 43.8016 37.6138C42.7629 37.1833 41.5924 36.969 40.2882 36.969C38.984 36.969 37.8116 37.1833 36.7657 37.6138C35.7216 38.0442 34.8332 38.6652 34.1023 39.4767C33.3714 40.2882 32.809 41.2737 32.4152 42.4369C32.0214 43.5982 31.8254 44.9116 31.8254 46.3734C31.8254 47.8351 32.0214 49.1485 32.4152 50.3098C32.809 51.4712 33.3714 52.4549 34.1023 53.2608C34.8332 54.0668 35.7216 54.6841 36.7657 55.1146C37.8098 55.5451 38.984 55.7594 40.2882 55.7594C41.5924 55.7594 42.7611 55.5451 43.8016 55.1146C44.8402 54.6841 45.7213 54.0668 46.4466 53.2608C47.172 52.4567 47.7289 51.473 48.1154 50.3098C48.5019 49.1485 48.6961 47.8369 48.6961 46.3734ZM62.8191 49.2859V59.7032H57.8586V33.0416H65.9899C67.8089 33.0416 69.3677 33.2285 70.6646 33.604C71.9615 33.9795 73.024 34.5052 73.8538 35.1812C74.6836 35.8571 75.2917 36.6649 75.68 37.6064C76.0684 38.548 76.2607 39.5829 76.2607 40.7131C76.2607 41.6107 76.1288 42.4588 75.8651 43.2575C75.6013 44.0561 75.2203 44.7815 74.722 45.4336C74.2238 46.0858 73.6101 46.6573 72.8774 47.1482C72.1465 47.6391 71.3131 48.0329 70.3789 48.3279C71.0053 48.6851 71.5457 49.1943 72.0018 49.8574L78.6768 59.7032H74.2146C73.7842 59.7032 73.4178 59.6171 73.1174 59.4449C72.8151 59.2728 72.5605 59.0273 72.3517 58.7067L66.7465 50.1706C66.5376 49.8519 66.3068 49.6248 66.0559 49.4892C65.8031 49.3537 65.4312 49.2859 64.9403 49.2859H62.8191ZM62.8191 45.7267H65.9167C66.8509 45.7267 67.666 45.6095 68.3603 45.3769C69.0545 45.1442 69.626 44.82 70.0748 44.4097C70.5236 43.9975 70.8588 43.5084 71.0804 42.9443C71.3021 42.3782 71.412 41.7573 71.412 41.0813C71.412 39.7295 70.9669 38.6909 70.0748 37.9655C69.1827 37.2401 67.8217 36.8774 65.9899 36.8774H62.8191V45.7286V45.7267ZM98.6634 33.0416V36.9873H86.8448V44.3804H96.1557V48.1978H86.8448V55.7393H98.6634V59.7032H81.8477V33.0416H98.6634Z", fill: "url(#paint0_linear_2853_2606)" }) }),
13
+ /* @__PURE__ */ e("defs", { children: [
14
+ /* @__PURE__ */ e("linearGradient", { id: "paint0_linear_2853_2606", x1: "101", y1: "-2.95506e-05", x2: "1.74075e-08", y2: "60", gradientUnits: "userSpaceOnUse", children: [
15
+ /* @__PURE__ */ C("stop", { stopColor: "#FED185" }),
16
+ /* @__PURE__ */ C("stop", { offset: "1", stopColor: "#EF9248" })
17
+ ] }),
18
+ /* @__PURE__ */ C("clipPath", { id: "clip0_2853_2606", children: /* @__PURE__ */ C("rect", { width: "100.598", height: "60", fill: "white" }) })
19
+ ] })
20
+ ]
21
+ }
22
+ );
23
+ }
24
+ const r = t.memo(l);
25
+ export {
26
+ r as default
27
+ };
@@ -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 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,21 @@
1
+ import { jsxs as o, jsx as C } from "react/jsx-runtime";
2
+ import e from "react";
3
+ function l(t) {
4
+ return /* @__PURE__ */ o(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 36 60",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...t,
11
+ children: [
12
+ /* @__PURE__ */ C("path", { d: "M35.8433 48.0338V58.716C35.8433 59.0402 35.775 59.2959 35.6385 59.4794C35.5019 59.6626 35.3142 59.7521 35.0795 59.7521C34.8448 59.7521 34.5973 59.6711 34.337 59.4965L17.5888 49.0744L1.4764 59.5005C1.20331 59.6756 0.955822 59.7566 0.733934 59.7566C0.512046 59.7566 0.341365 59.667 0.204819 59.4835C0.0682728 59.3003 0 59.0402 0 58.699V47.9227C0 47.5985 0.0597389 47.3174 0.18775 47.0912C0.315762 46.8651 0.533382 46.6605 0.85341 46.4859L9.41315 42.2725L0.85341 38.0593C0.537649 37.91 0.315762 37.7181 0.18775 37.5006C0.0597389 37.2831 0 37.0017 0 36.6562V25.829C0 25.5049 0.0597389 25.2533 0.18775 25.0656C0.315762 24.8823 0.499245 24.7927 0.729667 24.7927C0.985688 24.7927 1.22891 24.8695 1.47214 25.0188L17.5888 35.1296L33.9188 25.0188C34.1535 24.8695 34.3882 24.7927 34.6272 24.7927C34.8661 24.7927 35.0496 24.8823 35.1861 25.0656C35.3227 25.249 35.391 25.5049 35.391 25.829V36.5411C35.391 36.8652 35.3312 37.1467 35.2032 37.3727C35.0752 37.5987 34.8618 37.8034 34.5674 37.9782L25.5597 42.3279L35.0155 46.5924C35.5659 46.8781 35.839 47.3554 35.839 48.0253V48.0338H35.8433Z", fill: "white" }),
13
+ /* @__PURE__ */ C("path", { d: "M17.5118 23.7564C17.3326 23.5815 17.1789 23.4536 17.0424 23.3129C14.4822 20.7542 11.9134 18.1956 9.35315 15.6284C7.10015 13.3726 7.0959 10.5453 9.3361 8.30648C12.0414 5.60285 14.7382 2.89924 17.4819 0.165771C17.6398 0.310761 17.7849 0.430164 17.9214 0.566623C20.5585 3.19349 23.187 5.82888 25.824 8.46427C27.8125 10.4557 27.885 13.3513 25.9222 15.3555C23.1656 18.1743 20.3536 20.9291 17.5118 23.7606V23.7564Z", fill: "white" })
14
+ ]
15
+ }
16
+ );
17
+ }
18
+ const f = e.memo(l);
19
+ export {
20
+ f as default
21
+ };
@@ -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,21 @@
1
+ import { jsxs as t, jsx as C } from "react/jsx-runtime";
2
+ import l from "react";
3
+ function r(o) {
4
+ return /* @__PURE__ */ t(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 36 60",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...o,
11
+ children: [
12
+ /* @__PURE__ */ C("path", { d: "M35.8433 48.0338V58.716C35.8433 59.0402 35.775 59.2959 35.6385 59.4794C35.5019 59.6626 35.3142 59.7521 35.0795 59.7521C34.8448 59.7521 34.5973 59.6711 34.337 59.4965L17.5888 49.0744L1.4764 59.5005C1.20331 59.6756 0.955822 59.7566 0.733934 59.7566C0.512046 59.7566 0.341365 59.667 0.204819 59.4835C0.0682728 59.3003 0 59.0402 0 58.699V47.9227C0 47.5985 0.0597389 47.3174 0.18775 47.0912C0.315762 46.8651 0.533382 46.6605 0.85341 46.4859L9.41315 42.2725L0.85341 38.0593C0.537649 37.91 0.315762 37.7181 0.18775 37.5006C0.0597389 37.2831 0 37.0017 0 36.6562V25.829C0 25.5049 0.0597389 25.2533 0.18775 25.0656C0.315762 24.8823 0.499245 24.7927 0.729667 24.7927C0.985688 24.7927 1.22891 24.8695 1.47214 25.0188L17.5888 35.1296L33.9188 25.0188C34.1535 24.8695 34.3882 24.7927 34.6272 24.7927C34.8661 24.7927 35.0496 24.8823 35.1861 25.0656C35.3227 25.249 35.391 25.5049 35.391 25.829V36.5411C35.391 36.8652 35.3312 37.1467 35.2032 37.3727C35.0752 37.5987 34.8618 37.8034 34.5674 37.9782L25.5597 42.3279L35.0155 46.5924C35.5659 46.8781 35.839 47.3554 35.839 48.0253V48.0338H35.8433Z", fill: "#D5CEC5" }),
13
+ /* @__PURE__ */ C("path", { d: "M17.5118 23.7564C17.3326 23.5815 17.1789 23.4536 17.0424 23.3129C14.4822 20.7542 11.9134 18.1956 9.35315 15.6284C7.10015 13.3726 7.0959 10.5453 9.3361 8.30648C12.0414 5.60285 14.7382 2.89924 17.4819 0.165771C17.6398 0.310761 17.7849 0.430164 17.9214 0.566623C20.5585 3.19349 23.187 5.82888 25.824 8.46427C27.8125 10.4557 27.885 13.3513 25.9222 15.3555C23.1656 18.1743 20.3536 20.9291 17.5118 23.7606V23.7564Z", fill: "#F8490A" })
14
+ ]
15
+ }
16
+ );
17
+ }
18
+ const f = l.memo(r);
19
+ export {
20
+ f as default
21
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function IconColor2(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof IconColor2>;
5
+ export default _default;
@@ -0,0 +1,21 @@
1
+ import { jsxs as t, jsx as C } from "react/jsx-runtime";
2
+ import l from "react";
3
+ function r(o) {
4
+ return /* @__PURE__ */ t(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 36 60",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...o,
11
+ children: [
12
+ /* @__PURE__ */ C("path", { d: "M35.8433 48.0338V58.716C35.8433 59.0402 35.775 59.2959 35.6385 59.4794C35.5019 59.6626 35.3142 59.7521 35.0795 59.7521C34.8448 59.7521 34.5973 59.6711 34.337 59.4965L17.5888 49.0744L1.4764 59.5005C1.20331 59.6756 0.955822 59.7566 0.733934 59.7566C0.512046 59.7566 0.341365 59.667 0.204819 59.4835C0.0682728 59.3003 0 59.0402 0 58.699V47.9227C0 47.5985 0.0597389 47.3174 0.18775 47.0912C0.315762 46.8651 0.533382 46.6605 0.85341 46.4859L9.41315 42.2725L0.85341 38.0593C0.537649 37.91 0.315762 37.7181 0.18775 37.5006C0.0597389 37.2831 0 37.0017 0 36.6562V25.829C0 25.5049 0.0597389 25.2533 0.18775 25.0656C0.315762 24.8823 0.499245 24.7927 0.729667 24.7927C0.985688 24.7927 1.22891 24.8695 1.47214 25.0188L17.5888 35.1296L33.9188 25.0188C34.1535 24.8695 34.3882 24.7927 34.6272 24.7927C34.8661 24.7927 35.0496 24.8823 35.1861 25.0656C35.3227 25.249 35.391 25.5049 35.391 25.829V36.5411C35.391 36.8652 35.3312 37.1467 35.2032 37.3727C35.0752 37.5987 34.8618 37.8034 34.5674 37.9782L25.5597 42.3279L35.0155 46.5924C35.5659 46.8781 35.839 47.3554 35.839 48.0253V48.0338H35.8433Z", fill: "#0D0B0B" }),
13
+ /* @__PURE__ */ C("path", { d: "M17.5118 23.7564C17.3326 23.5815 17.1789 23.4536 17.0424 23.3129C14.4822 20.7542 11.9134 18.1956 9.35315 15.6284C7.10015 13.3726 7.0959 10.5453 9.3361 8.30648C12.0414 5.60285 14.7382 2.89924 17.4819 0.165771C17.6398 0.310761 17.7849 0.430164 17.9214 0.566623C20.5585 3.19349 23.187 5.82888 25.824 8.46427C27.8125 10.4557 27.885 13.3513 25.9222 15.3555C23.1656 18.1743 20.3536 20.9291 17.5118 23.7606V23.7564Z", fill: "#F8490A" })
14
+ ]
15
+ }
16
+ );
17
+ }
18
+ const f = l.memo(r);
19
+ export {
20
+ f as default
21
+ };
@@ -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,26 @@
1
+ import { jsxs as H, jsx as C } from "react/jsx-runtime";
2
+ import t from "react";
3
+ function l(L) {
4
+ return /* @__PURE__ */ H(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 281 61",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...L,
11
+ children: [
12
+ /* @__PURE__ */ C("path", { d: "M29.8323 39.8401V48.7309C29.8323 49.0007 29.7755 49.2135 29.6618 49.3663C29.5482 49.5187 29.3919 49.5933 29.1966 49.5933C29.0012 49.5933 28.7953 49.5258 28.5786 49.3805L14.6391 40.7062L1.22881 49.3838C1.00151 49.5295 0.795529 49.597 0.610852 49.597C0.426175 49.597 0.284117 49.5224 0.17047 49.3697C0.0568233 49.2172 0 49.0007 0 48.7167V39.7477C0 39.4779 0.0497206 39.2438 0.156264 39.0556C0.262808 38.8674 0.443933 38.6971 0.710292 38.5518L7.83455 35.045L0.710292 31.5383C0.447484 31.4141 0.262808 31.2544 0.156264 31.0733C0.0497206 30.8923 0 30.6581 0 30.3706V21.3591C0 21.0893 0.0497206 20.8799 0.156264 20.7238C0.262808 20.5711 0.415521 20.4966 0.607301 20.4966C0.820386 20.4966 1.02282 20.5605 1.22526 20.6847L14.6391 29.1L28.2306 20.6847C28.4259 20.5605 28.6212 20.4966 28.8201 20.4966C29.019 20.4966 29.1717 20.5711 29.2854 20.7238C29.399 20.8764 29.4558 21.0893 29.4558 21.3591V30.2748C29.4558 30.5445 29.4061 30.7788 29.2996 30.9669C29.193 31.155 29.0154 31.3253 28.7704 31.4709L21.2733 35.0911L29.1433 38.6405C29.6015 38.8782 29.8288 39.2755 29.8288 39.833V39.8401H29.8323Z", fill: "white" }),
13
+ /* @__PURE__ */ C("path", { d: "M38.409 9.09689C38.409 8.06087 38.9311 7.53913 39.9679 7.53913H61.5664C65.1835 7.53913 68.4056 8.3031 71.232 9.84223C74.0587 11.3776 76.2552 13.5056 77.829 16.2298C79.3987 18.954 80.1932 22.0621 80.1932 25.554C80.1932 31.6956 77.7615 36.4025 72.9101 39.6671L82.1993 57.9056C82.3521 58.2037 82.4229 58.4609 82.4229 58.6845C82.4229 59.0087 82.3036 59.2584 82.0726 59.4447C81.8337 59.6311 81.4983 59.7205 81.0507 59.7205H67.0744C66.2091 59.7205 65.6013 59.3366 65.2506 58.5652L58.1844 43.595H53.7615V58.159C53.7615 59.2025 53.2394 59.7168 52.203 59.7168H39.9753C38.9311 59.7168 38.4164 59.195 38.4164 58.159L38.409 58.1739V9.09689ZM63.3339 29.1578C64.1918 28.1963 64.613 27 64.613 25.595C64.613 24.0857 64.1769 22.9491 63.3116 22.1776C62.4466 21.4137 61.4434 21.0224 60.3023 21.0224H53.7578V30.6037H60.1495C61.4098 30.6037 62.4727 30.123 63.3265 29.1503L63.3339 29.1578Z", fill: "white" }),
14
+ /* @__PURE__ */ C("path", { d: "M124.151 59.318C123.879 59.5901 123.498 59.728 123.002 59.728H87.2109C86.167 59.728 85.6524 59.2062 85.6524 58.1702V9.09689C85.6524 8.06087 86.1745 7.53913 87.2109 7.53913H122.45C122.946 7.53913 123.331 7.67702 123.606 7.94907C123.879 8.22112 124.017 8.60124 124.017 9.09689V19.7925C124.017 20.8099 123.494 21.3168 122.458 21.3168H101.012V27.0783H117.181C117.677 27.0783 118.061 27.2161 118.337 27.4882C118.61 27.7602 118.747 28.1404 118.747 28.636V38.4074C118.747 39.4509 118.225 39.9652 117.189 39.9652H101.02V45.9429H123.025C124.069 45.9429 124.583 46.4497 124.583 47.4671V58.1627C124.583 58.6584 124.446 59.0422 124.173 59.318H124.151Z", fill: "white" }),
15
+ /* @__PURE__ */ C("path", { d: "M179.855 58.6097C179.855 58.9601 179.736 59.2321 179.505 59.4296C179.266 59.6271 178.942 59.7278 178.52 59.7278H165.923C165.032 59.7278 164.451 59.2917 164.174 58.4271L162.351 52.6656H145.403L143.579 58.4271C143.307 59.2917 142.729 59.7278 141.83 59.7278H129.304C128.857 59.7278 128.518 59.6234 128.283 59.411C128.044 59.1986 127.925 58.9228 127.925 58.5725C127.925 58.375 127.966 58.1625 128.037 57.9389L146.812 8.67931C147.111 7.85943 147.704 7.45322 148.595 7.45322H159.297C160.188 7.45322 160.781 7.86316 161.079 8.67931L179.706 57.9352C179.807 58.1588 179.852 58.3824 179.852 58.6023L179.859 58.6097H179.855ZM158.148 39.965L154.617 28.524L153.838 25.7737L153.204 28.524L149.672 39.965H158.148Z", fill: "white" }),
16
+ /* @__PURE__ */ C("path", { d: "M218.197 59.318C217.929 59.5901 217.545 59.728 217.049 59.728H184.677C183.633 59.728 183.118 59.2062 183.118 58.1702V9.09689C183.118 8.06087 183.64 7.53913 184.677 7.53913H196.904C197.941 7.53913 198.463 8.06087 198.463 9.09689V45.0522H217.049C217.545 45.0522 217.929 45.1901 218.197 45.4621C218.469 45.7342 218.608 46.1143 218.608 46.6174V58.1702C218.608 58.6658 218.469 59.0497 218.197 59.3255V59.318Z", fill: "white" }),
17
+ /* @__PURE__ */ C("path", { d: "M222.874 59.728C222.351 59.728 221.963 59.5826 221.706 59.2994C221.449 59.0161 221.348 58.6137 221.43 58.0919L227.971 8.98509C228.023 8.51552 228.195 8.15403 228.493 7.90807C228.791 7.66211 229.172 7.53913 229.649 7.53913H243.995C244.912 7.53913 245.479 7.98261 245.706 8.87702L252.773 38.5565L259.839 8.87702C260.063 7.98633 260.619 7.53913 261.51 7.53913H278.57C279.04 7.53913 279.428 7.66583 279.726 7.90807C280.024 8.15031 280.196 8.51552 280.248 8.98509L280.222 58.1292C280.349 59.2174 279.853 59.7652 278.738 59.7652H270.288C269.296 59.7652 268.748 59.2696 268.651 58.282L265.866 32.2062L259.918 58.3938C259.694 59.2845 259.138 59.7317 258.247 59.7317H247.545C246.627 59.7317 246.06 59.2845 245.833 58.3938L239.885 32.2062L236.913 58.2447C236.786 59.236 236.246 59.728 235.276 59.728H222.874Z", fill: "white" }),
18
+ /* @__PURE__ */ C("path", { d: "M14.5747 19.6344C14.4256 19.4889 14.2977 19.3824 14.1841 19.2653C12.0532 17.1357 9.91523 15.0062 7.78433 12.8696C5.90916 10.992 5.90562 8.63884 7.77013 6.77549C10.0218 4.5253 12.2663 2.27507 14.5499 0C14.6813 0.120674 14.802 0.220053 14.9157 0.333629C17.1105 2.51996 19.2982 4.71339 21.493 6.90682C23.148 8.56431 23.2084 10.9743 21.5747 12.6424C19.2804 14.9884 16.94 17.2813 14.5747 19.638V19.6344Z", fill: "white" })
19
+ ]
20
+ }
21
+ );
22
+ }
23
+ const e = t.memo(l);
24
+ export {
25
+ e as default
26
+ };
@@ -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,26 @@
1
+ import { jsxs as H, jsx as C } from "react/jsx-runtime";
2
+ import l from "react";
3
+ function o(L) {
4
+ return /* @__PURE__ */ H(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 281 61",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...L,
11
+ children: [
12
+ /* @__PURE__ */ C("path", { d: "M29.8323 39.84V48.7308C29.8323 49.0006 29.7755 49.2134 29.6618 49.3662C29.5482 49.5186 29.3919 49.5932 29.1966 49.5932C29.0012 49.5932 28.7953 49.5257 28.5786 49.3804L14.6391 40.7061L1.22881 49.3837C1.00151 49.5294 0.795529 49.5969 0.610852 49.5969C0.426175 49.5969 0.284117 49.5224 0.17047 49.3696C0.0568233 49.2171 0 49.0006 0 48.7166V39.7476C0 39.4778 0.0497206 39.2437 0.156264 39.0555C0.262808 38.8673 0.443933 38.697 0.710292 38.5517L7.83455 35.0449L0.710292 31.5382C0.447484 31.414 0.262808 31.2543 0.156264 31.0732C0.0497206 30.8922 0 30.658 0 30.3705V21.359C0 21.0893 0.0497206 20.8798 0.156264 20.7237C0.262808 20.5711 0.415521 20.4965 0.607301 20.4965C0.820386 20.4965 1.02282 20.5604 1.22526 20.6846L14.6391 29.0999L28.2306 20.6846C28.4259 20.5604 28.6212 20.4965 28.8201 20.4965C29.019 20.4965 29.1717 20.5711 29.2854 20.7237C29.399 20.8763 29.4558 21.0893 29.4558 21.359V30.2747C29.4558 30.5444 29.4061 30.7787 29.2996 30.9668C29.193 31.1549 29.0154 31.3253 28.7704 31.4708L21.2733 35.091L29.1433 38.6404C29.6015 38.8781 29.8288 39.2754 29.8288 39.8329V39.84H29.8323Z", fill: "#D5CEC5" }),
13
+ /* @__PURE__ */ C("path", { d: "M38.409 9.09679C38.409 8.06077 38.9311 7.53903 39.9679 7.53903H61.5664C65.1835 7.53903 68.4056 8.30301 71.232 9.84214C74.0587 11.3775 76.2552 13.5055 77.829 16.2297C79.3987 18.9539 80.1932 22.062 80.1932 25.5539C80.1932 31.6956 77.7615 36.4024 72.9101 39.667L82.1993 57.9055C82.3521 58.2036 82.4229 58.4608 82.4229 58.6844C82.4229 59.0086 82.3036 59.2583 82.0726 59.4446C81.8337 59.631 81.4983 59.7204 81.0507 59.7204H67.0744C66.2091 59.7204 65.6013 59.3365 65.2506 58.5651L58.1844 43.5949H53.7615V58.1589C53.7615 59.2024 53.2394 59.7167 52.203 59.7167H39.9753C38.9311 59.7167 38.4164 59.1949 38.4164 58.1589L38.409 58.1738V9.09679ZM63.3339 29.1577C64.1918 28.1962 64.613 26.9999 64.613 25.5949C64.613 24.0856 64.1769 22.949 63.3116 22.1775C62.4466 21.4136 61.4434 21.0223 60.3023 21.0223H53.7578V30.6036H60.1495C61.4098 30.6036 62.4727 30.1229 63.3265 29.1502L63.3339 29.1577Z", fill: "#D5CEC5" }),
14
+ /* @__PURE__ */ C("path", { d: "M124.151 59.3179C123.879 59.59 123.498 59.7279 123.002 59.7279H87.2109C86.167 59.7279 85.6524 59.2061 85.6524 58.1701V9.09679C85.6524 8.06077 86.1745 7.53903 87.2109 7.53903H122.45C122.946 7.53903 123.331 7.67692 123.606 7.94897C123.879 8.22102 124.017 8.60114 124.017 9.09679V19.7924C124.017 20.8098 123.494 21.3167 122.458 21.3167H101.012V27.0782H117.181C117.677 27.0782 118.061 27.216 118.337 27.4881C118.61 27.7601 118.747 28.1403 118.747 28.6359V38.4074C118.747 39.4508 118.225 39.9651 117.189 39.9651H101.02V45.9428H123.025C124.069 45.9428 124.583 46.4496 124.583 47.467V58.1626C124.583 58.6583 124.446 59.0421 124.173 59.3179H124.151Z", fill: "#D5CEC5" }),
15
+ /* @__PURE__ */ C("path", { d: "M179.855 58.6096C179.855 58.96 179.736 59.232 179.505 59.4295C179.266 59.627 178.942 59.7277 178.52 59.7277H165.923C165.032 59.7277 164.451 59.2916 164.174 58.427L162.351 52.6655H145.403L143.579 58.427C143.307 59.2916 142.729 59.7277 141.83 59.7277H129.304C128.857 59.7277 128.518 59.6233 128.283 59.4109C128.044 59.1985 127.925 58.9227 127.925 58.5724C127.925 58.3749 127.966 58.1624 128.037 57.9388L146.812 8.67921C147.111 7.85934 147.704 7.45312 148.595 7.45312H159.297C160.188 7.45312 160.781 7.86306 161.079 8.67921L179.706 57.9351C179.807 58.1587 179.852 58.3823 179.852 58.6022L179.859 58.6096H179.855ZM158.148 39.9649L154.617 28.5239L153.838 25.7736L153.204 28.5239L149.672 39.9649H158.148Z", fill: "#D5CEC5" }),
16
+ /* @__PURE__ */ C("path", { d: "M218.197 59.3179C217.929 59.59 217.545 59.7279 217.049 59.7279H184.677C183.633 59.7279 183.118 59.2061 183.118 58.1701V9.09679C183.118 8.06077 183.64 7.53903 184.677 7.53903H196.904C197.941 7.53903 198.463 8.06077 198.463 9.09679V45.0521H217.049C217.545 45.0521 217.929 45.19 218.197 45.462C218.469 45.7341 218.608 46.1142 218.608 46.6173V58.1701C218.608 58.6657 218.469 59.0496 218.197 59.3254V59.3179Z", fill: "#D5CEC5" }),
17
+ /* @__PURE__ */ C("path", { d: "M222.874 59.7279C222.351 59.7279 221.963 59.5825 221.706 59.2993C221.449 59.016 221.348 58.6136 221.43 58.0918L227.971 8.98499C228.023 8.51543 228.195 8.15394 228.493 7.90797C228.791 7.66201 229.172 7.53903 229.649 7.53903H243.995C244.912 7.53903 245.479 7.98251 245.706 8.87692L252.773 38.5564L259.839 8.87692C260.063 7.98624 260.619 7.53903 261.51 7.53903H278.57C279.04 7.53903 279.428 7.66574 279.726 7.90797C280.024 8.15021 280.196 8.51543 280.248 8.98499L280.222 58.1291C280.349 59.2173 279.853 59.7651 278.738 59.7651H270.288C269.296 59.7651 268.748 59.2695 268.651 58.2819L265.866 32.2061L259.918 58.3937C259.694 59.2844 259.138 59.7316 258.247 59.7316H247.545C246.627 59.7316 246.06 59.2844 245.833 58.3937L239.885 32.2061L236.913 58.2446C236.786 59.2359 236.246 59.7279 235.276 59.7279H222.874Z", fill: "#D5CEC5" }),
18
+ /* @__PURE__ */ C("path", { d: "M14.5744 19.6344C14.4253 19.4889 14.2974 19.3824 14.1837 19.2653C12.0529 17.1357 9.91489 15.0062 7.784 12.8696C5.90883 10.992 5.90529 8.63884 7.7698 6.77549C10.0214 4.5253 12.266 2.27507 14.5495 0C14.6809 0.120674 14.8017 0.220053 14.9154 0.333629C17.1102 2.51996 19.2978 4.71339 21.4927 6.90682C23.1476 8.56431 23.208 10.9743 21.5743 12.6424C19.2801 14.9884 16.9397 17.2813 14.5744 19.638V19.6344Z", fill: "#F8490A" })
19
+ ]
20
+ }
21
+ );
22
+ }
23
+ const f = l.memo(o);
24
+ export {
25
+ f as default
26
+ };
@@ -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,26 @@
1
+ import { jsxs as H, jsx as C } from "react/jsx-runtime";
2
+ import l from "react";
3
+ function o(L) {
4
+ return /* @__PURE__ */ H(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 281 61",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...L,
11
+ children: [
12
+ /* @__PURE__ */ C("path", { d: "M29.8323 39.8405V48.7313C29.8323 49.0011 29.7755 49.2139 29.6618 49.3667C29.5482 49.5191 29.3919 49.5937 29.1966 49.5937C29.0012 49.5937 28.7953 49.5262 28.5786 49.3809L14.6391 40.7066L1.22881 49.3842C1.00151 49.5299 0.795529 49.5974 0.610852 49.5974C0.426175 49.5974 0.284117 49.5229 0.17047 49.3701C0.0568233 49.2176 0 49.0011 0 48.7171V39.7481C0 39.4783 0.0497206 39.2442 0.156264 39.056C0.262808 38.8678 0.443933 38.6975 0.710292 38.5522L7.83455 35.0454L0.710292 31.5387C0.447484 31.4145 0.262808 31.2548 0.156264 31.0737C0.0497206 30.8927 0 30.6585 0 30.371V21.3595C0 21.0897 0.0497206 20.8803 0.156264 20.7242C0.262808 20.5715 0.415521 20.497 0.607301 20.497C0.820386 20.497 1.02282 20.5609 1.22526 20.6851L14.6391 29.1004L28.2306 20.6851C28.4259 20.5609 28.6212 20.497 28.8201 20.497C29.019 20.497 29.1717 20.5715 29.2854 20.7242C29.399 20.8768 29.4558 21.0897 29.4558 21.3595V30.2752C29.4558 30.5449 29.4061 30.7792 29.2996 30.9673C29.193 31.1554 29.0154 31.3257 28.7704 31.4713L21.2733 35.0915L29.1433 38.6409C29.6015 38.8786 29.8288 39.2759 29.8288 39.8334V39.8405H29.8323Z", fill: "#0D0B0B" }),
13
+ /* @__PURE__ */ C("path", { d: "M38.409 9.09704C38.409 8.06101 38.9311 7.53927 39.9679 7.53927H61.5664C65.1835 7.53927 68.4056 8.30325 71.232 9.84238C74.0587 11.3778 76.2552 13.5057 77.829 16.23C79.3987 18.9542 80.1932 22.0623 80.1932 25.5542C80.1932 31.6958 77.7615 36.4026 72.9101 39.6672L82.1993 57.9057C82.3521 58.2039 82.4229 58.461 82.4229 58.6846C82.4229 59.0088 82.3036 59.2585 82.0726 59.4449C81.8337 59.6312 81.4983 59.7206 81.0507 59.7206H67.0744C66.2091 59.7206 65.6013 59.3368 65.2506 58.5654L58.1844 43.5952H53.7615V58.1591C53.7615 59.2026 53.2394 59.7169 52.203 59.7169H39.9753C38.9311 59.7169 38.4164 59.1952 38.4164 58.1591L38.409 58.1741V9.09704ZM63.3339 29.1579C64.1918 28.1964 64.613 27.0001 64.613 25.5952C64.613 24.0859 64.1769 22.9492 63.3116 22.1778C62.4466 21.4138 61.4434 21.0225 60.3023 21.0225H53.7578V30.6039H60.1495C61.4098 30.6039 62.4727 30.1231 63.3265 29.1505L63.3339 29.1579Z", fill: "#0D0B0B" }),
14
+ /* @__PURE__ */ C("path", { d: "M124.151 59.3182C123.879 59.5902 123.498 59.7281 123.002 59.7281H87.2109C86.167 59.7281 85.6524 59.2064 85.6524 58.1703V9.09704C85.6524 8.06101 86.1745 7.53927 87.2109 7.53927H122.45C122.946 7.53927 123.331 7.67716 123.606 7.94921C123.879 8.22126 124.017 8.60139 124.017 9.09704V19.7927C124.017 20.8101 123.494 21.3169 122.458 21.3169H101.012V27.0784H117.181C117.677 27.0784 118.061 27.2163 118.337 27.4883C118.61 27.7604 118.747 28.1405 118.747 28.6362V38.4076C118.747 39.4511 118.225 39.9654 117.189 39.9654H101.02V45.943H123.025C124.069 45.943 124.583 46.4498 124.583 47.4672V58.1629C124.583 58.6585 124.446 59.0424 124.173 59.3182H124.151Z", fill: "#0D0B0B" }),
15
+ /* @__PURE__ */ C("path", { d: "M179.855 58.6099C179.855 58.9602 179.736 59.2323 179.505 59.4298C179.266 59.6273 178.942 59.7279 178.52 59.7279H165.923C165.032 59.7279 164.451 59.2919 164.174 58.4273L162.351 52.6658H145.403L143.579 58.4273C143.307 59.2919 142.729 59.7279 141.83 59.7279H129.304C128.857 59.7279 128.518 59.6236 128.283 59.4111C128.044 59.1987 127.925 58.9229 127.925 58.5726C127.925 58.3751 127.966 58.1627 128.037 57.9391L146.812 8.67946C147.111 7.85958 147.704 7.45337 148.595 7.45337H159.297C160.188 7.45337 160.781 7.86331 161.079 8.67946L179.706 57.9354C179.807 58.159 179.852 58.3826 179.852 58.6024L179.859 58.6099H179.855ZM158.148 39.9652L154.617 28.5242L153.838 25.7739L153.204 28.5242L149.672 39.9652H158.148Z", fill: "#0D0B0B" }),
16
+ /* @__PURE__ */ C("path", { d: "M218.197 59.3182C217.929 59.5902 217.545 59.7281 217.049 59.7281H184.677C183.633 59.7281 183.118 59.2064 183.118 58.1703V9.09704C183.118 8.06101 183.64 7.53927 184.677 7.53927H196.904C197.941 7.53927 198.463 8.06101 198.463 9.09704V45.0523H217.049C217.545 45.0523 217.929 45.1902 218.197 45.4623C218.469 45.7343 218.608 46.1144 218.608 46.6175V58.1703C218.608 58.666 218.469 59.0498 218.197 59.3256V59.3182Z", fill: "#0D0B0B" }),
17
+ /* @__PURE__ */ C("path", { d: "M222.874 59.7281C222.351 59.7281 221.963 59.5828 221.706 59.2995C221.449 59.0163 221.348 58.6138 221.43 58.0921L227.971 8.98524C228.023 8.51567 228.195 8.15418 228.493 7.90822C228.792 7.66226 229.172 7.53927 229.649 7.53927H243.995C244.912 7.53927 245.479 7.98275 245.706 8.87716L252.773 38.5567L259.839 8.87716C260.063 7.98648 260.619 7.53927 261.51 7.53927H278.57C279.04 7.53927 279.428 7.66598 279.726 7.90822C280.025 8.15045 280.196 8.51567 280.248 8.98524L280.222 58.1293C280.349 59.2175 279.853 59.7654 278.738 59.7654H270.288C269.296 59.7654 268.748 59.2697 268.651 58.2821L265.866 32.2064L259.918 58.3939C259.694 59.2846 259.139 59.7318 258.247 59.7318H247.545C246.628 59.7318 246.061 59.2846 245.833 58.3939L239.885 32.2064L236.913 58.2449C236.786 59.2362 236.246 59.7281 235.276 59.7281H222.874Z", fill: "#0D0B0B" }),
18
+ /* @__PURE__ */ C("path", { d: "M14.5744 19.6344C14.4253 19.4889 14.2974 19.3824 14.1837 19.2653C12.0529 17.1357 9.91489 15.0062 7.784 12.8696C5.90883 10.992 5.90529 8.63884 7.7698 6.77549C10.0214 4.5253 12.266 2.27507 14.5495 0C14.6809 0.120674 14.8017 0.220053 14.9154 0.333629C17.1102 2.51996 19.2978 4.71339 21.4927 6.90682C23.1476 8.56431 23.208 10.9743 21.5743 12.6424C19.2801 14.9884 16.9397 17.2813 14.5744 19.638V19.6344Z", fill: "#F8490A" })
19
+ ]
20
+ }
21
+ );
22
+ }
23
+ const f = l.memo(o);
24
+ export {
25
+ f as default
26
+ };
@@ -0,0 +1,6 @@
1
+ export { default as Logo } from './Logo';
2
+ export { default as LogoColor } from './LogoColor';
3
+ export { default as LogoColor2 } from './LogoColor2';
4
+ export { default as Icon } from './Icon';
5
+ export { default as IconColor } from './IconColor';
6
+ export { default as IconColor2 } from './IconColor2';
@@ -0,0 +1,14 @@
1
+ import { default as a } from "./Logo.js";
2
+ import { default as f } from "./LogoColor.js";
3
+ import { default as l } from "./LogoColor2.js";
4
+ import { default as m } from "./Icon.js";
5
+ import { default as s } from "./IconColor.js";
6
+ import { default as x } from "./IconColor2.js";
7
+ export {
8
+ m as Icon,
9
+ s as IconColor,
10
+ x as IconColor2,
11
+ a as Logo,
12
+ f as LogoColor,
13
+ l as LogoColor2
14
+ };
@@ -0,0 +1,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,24 @@
1
+ import { jsxs as e, jsx as C } from "react/jsx-runtime";
2
+ import i from "react";
3
+ function t(l) {
4
+ return /* @__PURE__ */ e(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 53 60",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...l,
11
+ children: [
12
+ /* @__PURE__ */ e("g", { clipPath: "url(#clip0_2358_125)", children: [
13
+ /* @__PURE__ */ C("path", { opacity: "0.984", fillRule: "evenodd", clipRule: "evenodd", d: "M26.2721 -0.0292969C26.3308 -0.0292969 26.3895 -0.0292969 26.4482 -0.0292969C26.6805 0.0201304 26.9153 0.0886237 27.1527 0.176183C35.3571 4.60293 43.5763 9.00605 51.8102 13.3856C52.3588 13.6691 52.6915 14.1094 52.8083 14.7065C52.8083 14.8631 52.8083 15.0196 52.8083 15.1762C49.9186 23.8549 47.0321 32.5438 44.1488 41.2427C43.4834 43.1605 42.818 45.0783 42.1527 46.9961C41.8854 47.7589 41.5723 48.5025 41.2134 49.2271C41.1058 49.3347 40.9981 49.4423 40.8905 49.55C36.3986 52.882 31.9172 56.2284 27.4462 59.5891C27.1893 59.767 26.9153 59.8938 26.6243 59.9707C26.4482 59.9707 26.2721 59.9707 26.0959 59.9707C25.805 59.8938 25.531 59.767 25.274 59.5891C20.8031 56.2284 16.3217 52.882 11.8298 49.55C11.7026 49.4619 11.595 49.3543 11.5069 49.2271C11.1417 48.4185 10.809 47.5966 10.5089 46.7613C6.871 36.249 3.3583 25.701 -0.0292969 15.1175C-0.0292969 14.9609 -0.0292969 14.8044 -0.0292969 14.6478C0.0753832 14.0782 0.388494 13.6574 0.910038 13.3856C9.14395 9.00605 17.3631 4.60293 25.5676 0.176183C25.8049 0.0886237 26.0398 0.0201304 26.2721 -0.0292969ZM26.3308 3.61062C33.4721 7.43571 40.6149 11.2616 47.7594 15.0881C40.6213 19.6698 33.4882 24.2589 26.3601 28.8552C19.2321 24.2589 12.099 19.6698 4.96092 15.0881C12.0972 11.2755 19.2205 7.44969 26.3308 3.61062ZM4.72608 18.9922C11.3732 23.2504 18.0171 27.5166 24.6576 31.7907C24.6968 35.2153 24.6968 38.64 24.6576 42.0646C19.4325 38.6204 14.2075 35.1762 8.98244 31.732C7.56898 27.4818 6.15023 23.2353 4.72608 18.9922ZM47.9355 18.9922C46.572 23.2296 45.1728 27.4762 43.7378 31.732C38.5128 35.1762 33.2877 38.6204 28.0627 42.0646C28.0235 38.64 28.0235 35.2153 28.0627 31.7907C34.6957 27.5304 41.32 23.2643 47.9355 18.9922ZM10.7731 37.0157C15.413 40.0259 20.0411 43.0591 24.6576 46.1155C24.7065 49.0316 24.6968 51.9474 24.6282 54.8631C21.1253 52.2407 17.6224 49.6185 14.1194 46.9961C12.9803 43.6767 11.8649 40.3498 10.7731 37.0157ZM41.8298 37.0157C41.8812 37.008 41.9204 37.0276 41.9472 37.0744C40.8434 40.386 39.7279 43.6933 38.6008 46.9961C35.0964 49.6297 31.5837 52.2521 28.0627 54.8631C28.0235 51.9472 28.0235 49.0314 28.0627 46.1155C32.6621 43.0903 37.2511 40.057 41.8298 37.0157Z", fill: "white" }),
14
+ /* @__PURE__ */ C("path", { opacity: "0.971", fillRule: "evenodd", clipRule: "evenodd", d: "M25.8611 9.48146C28.3875 9.41718 30.775 9.95536 33.0235 11.0959C34.3084 11.8132 35.2966 12.8211 35.9883 14.1194C36.5929 15.6275 36.4168 17.0365 35.4599 18.3464C34.5632 19.459 33.477 20.3298 32.2016 20.959C32.1234 20.9981 32.045 20.9981 31.9668 20.959C28.2624 18.5736 24.554 16.1959 20.8415 13.8259C20.3003 14.3025 20.0361 14.9091 20.049 15.6458C20.1477 16.8506 20.6956 17.7997 21.6928 18.4932C22.5107 19.0662 23.4109 19.4575 24.3934 19.6674C25.081 19.7704 25.7659 19.8878 26.4482 20.0196C27.2389 20.2337 27.914 20.6348 28.4736 21.2231C28.6391 21.4359 28.737 21.6707 28.7672 21.9276C25.9274 22.3949 23.1779 22.072 20.5186 20.959C18.9231 20.2741 17.6804 19.188 16.7906 17.7006C16.1152 16.1463 16.2718 14.6786 17.2603 13.2975C18.171 12.1421 19.2963 11.2615 20.636 10.6556C24.3873 13.0353 28.1348 15.4228 31.8787 17.8181C32.6952 16.9967 32.8909 16.0377 32.4658 14.9413C31.8976 13.7666 31.0072 12.9349 29.7946 12.4462C29.3168 12.2544 28.8276 12.0978 28.3269 11.9766C27.4482 11.8819 26.5872 11.7057 25.7437 11.4482C24.8741 11.146 24.2478 10.5784 23.865 9.74565C24.5264 9.59941 25.1917 9.51135 25.8611 9.48146Z", fill: "white" })
15
+ ] }),
16
+ /* @__PURE__ */ C("defs", { children: /* @__PURE__ */ C("clipPath", { id: "clip0_2358_125", children: /* @__PURE__ */ C("rect", { width: "52.8376", height: "60", fill: "white" }) }) })
17
+ ]
18
+ }
19
+ );
20
+ }
21
+ const c = i.memo(t);
22
+ export {
23
+ c as default
24
+ };
@@ -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,24 @@
1
+ import { jsxs as l, jsx as C } from "react/jsx-runtime";
2
+ import i from "react";
3
+ function o(e) {
4
+ return /* @__PURE__ */ l(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 53 60",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...e,
11
+ children: [
12
+ /* @__PURE__ */ l("g", { clipPath: "url(#clip0_1334_978)", children: [
13
+ /* @__PURE__ */ C("path", { opacity: "0.984", fillRule: "evenodd", clipRule: "evenodd", d: "M26.2721 -0.0292969C26.3308 -0.0292969 26.3895 -0.0292969 26.4482 -0.0292969C26.6805 0.0201304 26.9153 0.0886237 27.1527 0.176183C35.3571 4.60293 43.5763 9.00605 51.8102 13.3856C52.3588 13.6691 52.6915 14.1094 52.8083 14.7065C52.8083 14.8631 52.8083 15.0196 52.8083 15.1762C49.9186 23.8549 47.0321 32.5438 44.1488 41.2427C43.4834 43.1605 42.818 45.0783 42.1527 46.9961C41.8854 47.7589 41.5723 48.5025 41.2134 49.2271C41.1058 49.3347 40.9981 49.4423 40.8905 49.55C36.3986 52.882 31.9172 56.2284 27.4462 59.5891C27.1893 59.767 26.9153 59.8938 26.6243 59.9707C26.4482 59.9707 26.2721 59.9707 26.0959 59.9707C25.805 59.8938 25.531 59.767 25.274 59.5891C20.8031 56.2284 16.3217 52.882 11.8298 49.55C11.7026 49.4619 11.595 49.3543 11.5069 49.2271C11.1417 48.4185 10.809 47.5966 10.5089 46.7613C6.871 36.249 3.3583 25.701 -0.0292969 15.1175C-0.0292969 14.9609 -0.0292969 14.8044 -0.0292969 14.6478C0.0753832 14.0782 0.388494 13.6574 0.910038 13.3856C9.14395 9.00605 17.3631 4.60293 25.5676 0.176183C25.8049 0.0886237 26.0398 0.0201304 26.2721 -0.0292969ZM26.3308 3.61062C33.4721 7.43571 40.6149 11.2616 47.7594 15.0881C40.6213 19.6698 33.4882 24.2589 26.3601 28.8552C19.2321 24.2589 12.099 19.6698 4.96092 15.0881C12.0972 11.2755 19.2205 7.44969 26.3308 3.61062ZM4.72608 18.9922C11.3732 23.2504 18.0171 27.5166 24.6576 31.7907C24.6968 35.2153 24.6968 38.64 24.6576 42.0646C19.4325 38.6204 14.2075 35.1762 8.98244 31.732C7.56898 27.4818 6.15023 23.2353 4.72608 18.9922ZM47.9355 18.9922C46.572 23.2296 45.1728 27.4762 43.7378 31.732C38.5128 35.1762 33.2877 38.6204 28.0627 42.0646C28.0235 38.64 28.0235 35.2153 28.0627 31.7907C34.6957 27.5304 41.32 23.2643 47.9355 18.9922ZM10.7731 37.0157C15.413 40.0259 20.0411 43.0591 24.6576 46.1155C24.7065 49.0316 24.6968 51.9474 24.6282 54.8631C21.1253 52.2407 17.6224 49.6185 14.1194 46.9961C12.9803 43.6767 11.8649 40.3498 10.7731 37.0157ZM41.8298 37.0157C41.8812 37.008 41.9204 37.0276 41.9472 37.0744C40.8434 40.386 39.7279 43.6933 38.6008 46.9961C35.0964 49.6297 31.5837 52.2521 28.0627 54.8631C28.0235 51.9472 28.0235 49.0314 28.0627 46.1155C32.6621 43.0903 37.2511 40.057 41.8298 37.0157Z", fill: "white" }),
14
+ /* @__PURE__ */ C("path", { opacity: "0.971", fillRule: "evenodd", clipRule: "evenodd", d: "M25.8611 9.48122C28.3875 9.41693 30.775 9.95511 33.0235 11.0957C34.3084 11.813 35.2966 12.8208 35.9883 14.1192C36.5929 15.6272 36.4168 17.0362 35.4599 18.3462C34.5632 19.4588 33.477 20.3296 32.2016 20.9587C32.1234 20.9979 32.045 20.9979 31.9668 20.9587C28.2624 18.5733 24.554 16.1956 20.8415 13.8256C20.3003 14.3022 20.0361 14.9089 20.049 15.6456C20.1477 16.8504 20.6956 17.7995 21.6928 18.493C22.5107 19.066 23.4109 19.4573 24.3934 19.6671C25.081 19.7702 25.7659 19.8876 26.4482 20.0194C27.2389 20.2334 27.914 20.6346 28.4736 21.2229C28.6391 21.4357 28.737 21.6705 28.7672 21.9274C25.9274 22.3947 23.1779 22.0718 20.5186 20.9587C18.9231 20.2739 17.6804 19.1878 16.7906 17.7004C16.1152 16.1461 16.2718 14.6784 17.2603 13.2973C18.171 12.1419 19.2963 11.2613 20.636 10.6554C24.3873 13.035 28.1348 15.4225 31.8787 17.8178C32.6952 16.9964 32.8909 16.0375 32.4658 14.9411C31.8976 13.7663 31.0072 12.9346 29.7946 12.446C29.3168 12.2541 28.8276 12.0976 28.3269 11.9763C27.4482 11.8816 26.5872 11.7055 25.7437 11.448C24.8741 11.1457 24.2478 10.5782 23.865 9.74541C24.5264 9.59916 25.1917 9.5111 25.8611 9.48122Z", fill: "#18E887" })
15
+ ] }),
16
+ /* @__PURE__ */ C("defs", { children: /* @__PURE__ */ C("clipPath", { id: "clip0_1334_978", children: /* @__PURE__ */ C("rect", { width: "52.8376", height: "60", fill: "white" }) }) })
17
+ ]
18
+ }
19
+ );
20
+ }
21
+ const c = i.memo(o);
22
+ export {
23
+ c as default
24
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function IconColor2(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof IconColor2>;
5
+ export default _default;
@@ -0,0 +1,24 @@
1
+ import { jsxs as l, jsx as C } from "react/jsx-runtime";
2
+ import i from "react";
3
+ function o(e) {
4
+ return /* @__PURE__ */ l(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 53 60",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...e,
11
+ children: [
12
+ /* @__PURE__ */ l("g", { clipPath: "url(#clip0_1334_979)", children: [
13
+ /* @__PURE__ */ C("path", { opacity: "0.984", fillRule: "evenodd", clipRule: "evenodd", d: "M26.2721 -0.0292969C26.3308 -0.0292969 26.3895 -0.0292969 26.4482 -0.0292969C26.6805 0.0201304 26.9153 0.0886237 27.1527 0.176183C35.3571 4.60293 43.5763 9.00605 51.8102 13.3856C52.3588 13.6691 52.6915 14.1094 52.8083 14.7065C52.8083 14.8631 52.8083 15.0196 52.8083 15.1762C49.9186 23.8549 47.0321 32.5438 44.1488 41.2427C43.4834 43.1605 42.818 45.0783 42.1527 46.9961C41.8854 47.7589 41.5723 48.5025 41.2134 49.2271C41.1058 49.3347 40.9981 49.4423 40.8905 49.55C36.3986 52.882 31.9172 56.2284 27.4462 59.5891C27.1893 59.767 26.9153 59.8938 26.6243 59.9707C26.4482 59.9707 26.2721 59.9707 26.0959 59.9707C25.805 59.8938 25.531 59.767 25.274 59.5891C20.8031 56.2284 16.3217 52.882 11.8298 49.55C11.7026 49.4619 11.595 49.3543 11.5069 49.2271C11.1417 48.4185 10.809 47.5966 10.5089 46.7613C6.871 36.249 3.3583 25.701 -0.0292969 15.1175C-0.0292969 14.9609 -0.0292969 14.8044 -0.0292969 14.6478C0.0753832 14.0782 0.388494 13.6574 0.910038 13.3856C9.14395 9.00605 17.3631 4.60293 25.5676 0.176183C25.8049 0.0886237 26.0398 0.0201304 26.2721 -0.0292969ZM26.3308 3.61062C33.4721 7.43571 40.6149 11.2616 47.7594 15.0881C40.6213 19.6698 33.4882 24.2589 26.3601 28.8552C19.2321 24.2589 12.099 19.6698 4.96092 15.0881C12.0972 11.2755 19.2205 7.44969 26.3308 3.61062ZM4.72608 18.9922C11.3732 23.2504 18.0171 27.5166 24.6576 31.7907C24.6968 35.2153 24.6968 38.64 24.6576 42.0646C19.4325 38.6204 14.2075 35.1762 8.98244 31.732C7.56898 27.4818 6.15023 23.2353 4.72608 18.9922ZM47.9355 18.9922C46.572 23.2296 45.1728 27.4762 43.7378 31.732C38.5128 35.1762 33.2877 38.6204 28.0627 42.0646C28.0235 38.64 28.0235 35.2153 28.0627 31.7907C34.6957 27.5304 41.32 23.2643 47.9355 18.9922ZM10.7731 37.0157C15.413 40.0259 20.0411 43.0591 24.6576 46.1155C24.7065 49.0316 24.6968 51.9474 24.6282 54.8631C21.1253 52.2407 17.6224 49.6185 14.1194 46.9961C12.9803 43.6767 11.8649 40.3498 10.7731 37.0157ZM41.8298 37.0157C41.8812 37.008 41.9204 37.0276 41.9472 37.0744C40.8434 40.386 39.7279 43.6933 38.6008 46.9961C35.0964 49.6297 31.5837 52.2521 28.0627 54.8631C28.0235 51.9472 28.0235 49.0314 28.0627 46.1155C32.6621 43.0903 37.2511 40.057 41.8298 37.0157Z", fill: "#1A1434" }),
14
+ /* @__PURE__ */ C("path", { opacity: "0.971", fillRule: "evenodd", clipRule: "evenodd", d: "M25.8611 9.48122C28.3875 9.41693 30.775 9.95511 33.0235 11.0957C34.3084 11.813 35.2966 12.8208 35.9883 14.1192C36.5929 15.6272 36.4168 17.0362 35.4599 18.3462C34.5632 19.4588 33.477 20.3296 32.2016 20.9587C32.1233 20.9979 32.045 20.9979 31.9668 20.9587C28.2624 18.5733 24.554 16.1956 20.8415 13.8256C20.3003 14.3022 20.0361 14.9089 20.049 15.6456C20.1477 16.8504 20.6956 17.7995 21.6928 18.493C22.5107 19.066 23.4109 19.4573 24.3934 19.6671C25.081 19.7702 25.7659 19.8876 26.4482 20.0194C27.2389 20.2334 27.914 20.6346 28.4736 21.2229C28.6391 21.4357 28.737 21.6705 28.7672 21.9274C25.9274 22.3947 23.1779 22.0718 20.5186 20.9587C18.9231 20.2739 17.6804 19.1878 16.7906 17.7004C16.1152 16.1461 16.2718 14.6784 17.2603 13.2973C18.171 12.1419 19.2963 11.2613 20.636 10.6554C24.3873 13.035 28.1348 15.4225 31.8787 17.8178C32.6952 16.9964 32.8909 16.0375 32.4658 14.9411C31.8976 13.7663 31.0072 12.9346 29.7946 12.446C29.3168 12.2541 28.8276 12.0976 28.3269 11.9763C27.4482 11.8816 26.5872 11.7055 25.7437 11.448C24.8741 11.1457 24.2478 10.5782 23.865 9.74541C24.5264 9.59916 25.1917 9.5111 25.8611 9.48122Z", fill: "#18E887" })
15
+ ] }),
16
+ /* @__PURE__ */ C("defs", { children: /* @__PURE__ */ C("clipPath", { id: "clip0_1334_979", children: /* @__PURE__ */ C("rect", { width: "52.8376", height: "60", fill: "white" }) }) })
17
+ ]
18
+ }
19
+ );
20
+ }
21
+ const c = i.memo(o);
22
+ export {
23
+ c as default
24
+ };
@@ -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,33 @@
1
+ import { jsxs as L, jsx as C } from "react/jsx-runtime";
2
+ import l from "react";
3
+ function i(t) {
4
+ return /* @__PURE__ */ L(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 152 60",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...t,
11
+ children: [
12
+ /* @__PURE__ */ C("path", { d: "M63.8067 46.6394V50.3023H59.9184V46.6394H58.1004V55.5431H59.9184V51.7552H63.8067V55.5431H65.6247V46.6394H63.8067Z", fill: "white" }),
13
+ /* @__PURE__ */ C("path", { d: "M75.81 48.7244C75.3983 48.031 74.8397 47.4871 74.1341 47.0975C73.426 46.7055 72.6444 46.512 71.7869 46.512C70.9293 46.512 70.1575 46.7055 69.447 47.0975C68.7365 47.4896 68.1705 48.031 67.7564 48.7244C67.3423 49.4178 67.1341 50.1969 67.1341 51.0643C67.1341 51.9316 67.3423 52.7255 67.7564 53.4188C68.1729 54.1122 68.7365 54.6562 69.447 55.0457C70.1551 55.4377 70.9367 55.6338 71.7869 55.6338C72.6371 55.6338 73.4162 55.4377 74.1267 55.0457C74.8348 54.6562 75.4008 54.1147 75.81 53.4188C76.2216 52.7255 76.4274 51.9414 76.4274 51.0643C76.4274 50.1871 76.2216 49.4178 75.81 48.7244ZM74.2051 52.6348C73.9699 53.0856 73.6465 53.4336 73.23 53.6737C72.8135 53.9162 72.3332 54.0387 71.7869 54.0387C71.2405 54.0387 70.7578 53.9187 70.3364 53.6737C69.915 53.4311 69.5891 53.0856 69.3564 52.6348C69.1211 52.184 69.006 51.6621 69.006 51.0643C69.006 50.4665 69.1211 49.9495 69.3564 49.5036C69.5891 49.0576 69.915 48.7146 70.3364 48.477C70.7578 48.2369 71.2405 48.1192 71.7869 48.1192C72.3332 48.1192 72.8135 48.2393 73.23 48.477C73.6465 48.7146 73.9699 49.0576 74.2051 49.5036C74.4379 49.9519 74.5555 50.4714 74.5555 51.0643C74.5555 51.6572 74.4379 52.184 74.2051 52.6348Z", fill: "white" }),
14
+ /* @__PURE__ */ C("path", { d: "M83.8755 51.6279C83.606 51.2873 83.285 51.0325 82.9126 50.8634C82.5402 50.6919 82.06 50.5229 81.4695 50.3514C81.0358 50.224 80.7002 50.1112 80.4625 50.0132C80.2224 49.9152 80.0239 49.7878 79.8647 49.6286C79.7054 49.4718 79.6221 49.2733 79.6221 49.0357C79.6221 48.6951 79.7275 48.4354 79.9406 48.2565C80.1538 48.0801 80.4356 47.987 80.7933 47.987C81.2 47.987 81.5283 48.0874 81.7758 48.2884C82.0232 48.4868 82.1531 48.7416 82.1727 49.0479H84.1744C84.1132 48.2492 83.7898 47.6268 83.2066 47.1785C82.6235 46.7325 81.8591 46.5096 80.9256 46.5096C80.3032 46.5096 79.7471 46.6149 79.262 46.8232C78.7793 47.0314 78.3995 47.3328 78.1324 47.7224C77.8629 48.1144 77.7306 48.5726 77.7306 49.1018C77.7306 49.6629 77.8629 50.1137 78.1275 50.4494C78.3922 50.785 78.7082 51.0349 79.0757 51.2015C79.4433 51.3682 79.9235 51.5348 80.5115 51.7038C80.9452 51.8239 81.2857 51.9317 81.5332 52.0297C81.7807 52.1277 81.984 52.26 82.1506 52.4315C82.3148 52.603 82.3981 52.8186 82.3981 53.0832C82.3981 53.4042 82.278 53.6664 82.033 53.8673C81.7905 54.0682 81.4548 54.1686 81.0334 54.1686C80.6095 54.1686 80.291 54.0633 80.0509 53.8501C79.8108 53.6345 79.6809 53.3479 79.654 52.9828H77.7037C77.711 53.5267 77.8629 53.9996 78.1569 54.3989C78.4534 54.7983 78.8528 55.1046 79.3599 55.3177C79.8671 55.5334 80.4356 55.6387 81.0701 55.6387C81.7366 55.6387 82.3148 55.5187 82.7999 55.2736C83.2826 55.0311 83.6525 54.7077 83.9049 54.2985C84.1548 53.8893 84.2798 53.4483 84.2798 52.9705C84.2773 52.4119 84.1426 51.966 83.8755 51.6279Z", fill: "white" }),
15
+ /* @__PURE__ */ C("path", { d: "M85.527 48.0826H87.9453V55.5432H89.7633V48.0801H92.1815V46.637H85.527V48.0826Z", fill: "white" }),
16
+ /* @__PURE__ */ C("path", { d: "M93.6639 46.6394V55.5431H95.4843V46.6394H93.6639Z", fill: "white" }),
17
+ /* @__PURE__ */ C("path", { d: "M103.376 46.6248V52.75L99.2574 46.6248H97.4369V55.5432H99.2574V49.4326L103.376 55.5432H105.196V46.6248H103.376Z", fill: "white" }),
18
+ /* @__PURE__ */ C("path", { d: "M110.861 50.5938V51.9561H113.983C113.843 52.6054 113.554 53.1076 113.11 53.4678C112.669 53.8304 112.101 54.0117 111.408 54.0117C110.844 54.0117 110.352 53.8917 109.925 53.654C109.501 53.4163 109.168 53.0758 108.93 52.6348C108.693 52.1937 108.573 51.6743 108.573 51.0789C108.573 50.4836 108.69 49.9911 108.923 49.5476C109.156 49.1066 109.482 48.766 109.898 48.5284C110.312 48.2907 110.79 48.1706 111.327 48.1706C111.809 48.1706 112.238 48.2687 112.601 48.4647C112.966 48.6607 113.25 48.9449 113.458 49.3198H115.551C115.264 48.4353 114.747 47.7492 113.992 47.2592C113.238 46.7692 112.348 46.5266 111.327 46.5266C110.459 46.5266 109.673 46.7202 108.967 47.1073C108.259 47.492 107.705 48.0334 107.304 48.7268C106.902 49.4202 106.698 50.2042 106.698 51.0789C106.698 51.9536 106.902 52.7377 107.304 53.4261C107.705 54.1171 108.259 54.6512 108.967 55.0408C109.673 55.4279 110.464 55.6215 111.339 55.6215C112.118 55.6215 112.821 55.4622 113.451 55.1437C114.081 54.8252 114.593 54.4013 114.992 53.8745C115.389 53.3477 115.649 52.7744 115.771 52.1521V50.5963L110.861 50.5938Z", fill: "white" }),
19
+ /* @__PURE__ */ C("path", { d: "M80.8005 43.4348H61.2927C60.0897 43.4348 58.992 42.7537 58.4555 41.6756C57.9213 40.5976 58.0414 39.3112 58.7691 38.3532L73.6584 17.7527H61.1996C59.4502 17.7527 58.034 16.334 58.034 14.5871C58.034 12.8377 59.4526 11.4216 61.1996 11.4216H80.0336C81.2366 11.4216 82.3343 12.1027 82.8709 13.1808C83.4074 14.2588 83.2849 15.5451 82.5572 16.5031L67.6679 37.1037H80.8005C82.5499 37.1037 83.9661 38.5223 83.9661 40.2692C83.9661 42.0162 82.5499 43.4348 80.8005 43.4348Z", fill: "white" }),
20
+ /* @__PURE__ */ C("path", { d: "M105.593 43.5278H99.7226C90.8703 43.5278 83.6694 36.3269 83.6694 27.4747C83.6694 18.6224 90.8703 11.4215 99.7226 11.4215C108.575 11.4215 115.776 18.6224 115.776 27.4747V43.3514H109.442V27.4747C109.442 22.1138 105.083 17.7551 99.7226 17.7551C94.3617 17.7551 90.0029 22.1138 90.0029 27.4747C90.0029 32.8355 94.3617 37.1943 99.7226 37.1943H105.593V43.5278Z", fill: "white" }),
21
+ /* @__PURE__ */ C("path", { d: "M130.16 19.176C127.365 20.8862 125.498 23.9635 125.498 27.4721V55.6313H119.164V27.4721C119.164 21.6678 122.259 16.5764 126.885 13.7563L130.16 19.176Z", fill: "white" }),
22
+ /* @__PURE__ */ C("path", { d: "M151.273 27.4722C151.273 36.3245 144.07 43.5253 135.218 43.5253H129.217V37.1893H135.218C140.578 37.1893 144.937 32.8306 144.937 27.4697C144.937 23.9612 143.07 20.8814 140.275 19.1736L143.55 13.754C148.176 16.5765 151.273 21.6679 151.273 27.4722Z", fill: "white" }),
23
+ /* @__PURE__ */ C("path", { d: "M141.02 13.2543C140.988 13.3744 140.932 13.4944 140.865 13.6096L137.452 19.2595C136.948 19.9529 136.318 21.7489 135.22 21.6092C134.125 21.7464 133.488 19.9603 132.988 19.2595L129.575 13.6096C129.516 13.5165 129.47 13.416 129.436 13.318C129.286 12.877 129.539 12.4017 129.98 12.2498C130.114 12.2032 130.249 12.1591 130.384 12.115C131.908 11.6348 133.5 11.4265 135.098 11.4265H135.343C136.94 11.4265 138.535 11.6348 140.057 12.115C140.192 12.1591 140.326 12.2032 140.461 12.2473C140.875 12.3894 141.137 12.8231 141.022 13.2469C141.022 13.2494 141.02 13.2518 141.02 13.2543Z", fill: "white" }),
24
+ /* @__PURE__ */ C("path", { d: "M36.3115 16.4271C36.0812 18.1985 34.0795 20.0263 32.1292 20.9819L20.8366 13.7295C19.3935 15.202 19.9913 17.2405 21.6133 18.4534C22.608 19.2153 23.9532 19.7176 25.4036 19.8622C27.104 20.0361 28.4442 20.83 28.8142 21.8835L28.8264 21.9227C25.6584 22.4348 21.9661 21.9399 19.2955 20.237C14.5986 17.1033 16.0589 12.9553 20.643 10.6546L31.9356 17.907C33.3812 16.4345 32.7785 14.396 31.1589 13.1832C30.1691 12.4236 28.8215 11.9238 27.3686 11.7743C25.6682 11.5979 24.328 10.8065 23.9581 9.75054L23.9458 9.71134C27.3294 9.16251 31.4995 9.79219 34.1407 11.8723C35.7946 13.1636 36.5664 14.7855 36.3115 16.4271Z", fill: "white" }),
25
+ /* @__PURE__ */ C("path", { d: "M51.9777 13.4968L51.9752 13.5041C51.8797 13.4404 51.767 13.3792 51.6445 13.3155L50.7134 12.8132C49.9147 12.3844 48.7827 11.7792 47.4376 11.0565C44.7523 9.61825 41.2217 7.72921 37.865 5.93327C33.0628 3.36065 28.4982 0.920329 27.4104 0.334751L27.1531 0.19264C26.6704 -0.0646219 26.0971 -0.0646195 25.6193 0.195093L0.804533 13.4845C0.160152 13.8422 -0.148562 14.6312 0.069498 15.3662C0.165053 15.6823 10.73 48.3913 11.6095 49.3518L11.6561 49.4032L25.4086 59.6741C25.6953 59.8922 26.0432 60 26.3862 60C26.7292 60 27.0747 59.8922 27.3565 59.6766L41.0183 49.4743C41.4495 49.2072 41.9126 48.2443 49.5129 25.1348C51.0589 20.4355 52.5216 15.9934 52.7274 15.4887L52.774 15.4152L52.7985 15.2903C52.9455 14.5797 52.6098 13.8422 51.9777 13.4968ZM24.7446 55.0361L14.0793 47.0707L10.6687 36.8954L24.7446 46.147V55.0361ZM24.7446 42.1754L8.96097 31.7967L4.63652 18.8895L24.7446 31.7894V42.1754ZM26.3862 28.8982L4.85702 15.0894L26.3862 3.55911L47.9154 15.0894L26.3862 28.8982ZM28.0302 42.1754V31.7918L48.1383 18.8919L43.8114 31.7991L28.0302 42.1754ZM38.6956 47.0732L28.0302 55.0385V46.1495L42.1061 36.8978L38.6956 47.0732Z", fill: "white" })
26
+ ]
27
+ }
28
+ );
29
+ }
30
+ const V = l.memo(i);
31
+ export {
32
+ V as default
33
+ };
@@ -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,33 @@
1
+ import { jsxs as t, jsx as C } from "react/jsx-runtime";
2
+ import l from "react";
3
+ function i(L) {
4
+ return /* @__PURE__ */ t(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 152 60",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...L,
11
+ children: [
12
+ /* @__PURE__ */ C("path", { d: "M63.8064 46.6392V50.3021H59.9181V46.6392H58.1001V55.5429H59.9181V51.755H63.8064V55.5429H65.6244V46.6392H63.8064Z", fill: "white" }),
13
+ /* @__PURE__ */ C("path", { d: "M75.8097 48.7242C75.398 48.0308 74.8394 47.4869 74.1338 47.0973C73.4257 46.7053 72.6441 46.5117 71.7866 46.5117C70.929 46.5117 70.1572 46.7053 69.4467 47.0973C68.7362 47.4893 68.1702 48.0308 67.7561 48.7242C67.3421 49.4176 67.1338 50.1967 67.1338 51.064C67.1338 51.9314 67.3421 52.7252 67.7561 53.4186C68.1726 54.112 68.7362 54.6559 69.4467 55.0455C70.1548 55.4375 70.9364 55.6335 71.7866 55.6335C72.6368 55.6335 73.4159 55.4375 74.1264 55.0455C74.8345 54.6559 75.4005 54.1144 75.8097 53.4186C76.2213 52.7252 76.4271 51.9412 76.4271 51.064C76.4271 50.1869 76.2213 49.4176 75.8097 48.7242ZM74.2048 52.6346C73.9696 53.0854 73.6462 53.4333 73.2297 53.6734C72.8132 53.916 72.3329 54.0385 71.7866 54.0385C71.2402 54.0385 70.7575 53.9184 70.3361 53.6734C69.9147 53.4309 69.5888 53.0854 69.3561 52.6346C69.1208 52.1838 69.0057 51.6619 69.0057 51.064C69.0057 50.4662 69.1208 49.9492 69.3561 49.5033C69.5888 49.0574 69.9147 48.7144 70.3361 48.4767C70.7575 48.2366 71.2402 48.119 71.7866 48.119C72.3329 48.119 72.8132 48.2391 73.2297 48.4767C73.6462 48.7144 73.9696 49.0574 74.2048 49.5033C74.4376 49.9517 74.5552 50.4711 74.5552 51.064C74.5552 51.657 74.4376 52.1838 74.2048 52.6346Z", fill: "white" }),
14
+ /* @__PURE__ */ C("path", { d: "M83.8755 51.6276C83.6059 51.287 83.285 51.0322 82.9126 50.8631C82.5401 50.6916 82.0599 50.5226 81.4695 50.3511C81.0358 50.2237 80.7001 50.1109 80.4624 50.0129C80.2223 49.9149 80.0239 49.7875 79.8646 49.6283C79.7054 49.4715 79.6221 49.273 79.6221 49.0353C79.6221 48.6948 79.7274 48.4351 79.9406 48.2562C80.1537 48.0798 80.4355 47.9867 80.7932 47.9867C81.1999 47.9867 81.5283 48.0871 81.7757 48.288C82.0232 48.4865 82.153 48.7413 82.1726 49.0476H84.1744C84.1131 48.2489 83.7897 47.6265 83.2066 47.1782C82.6235 46.7322 81.859 46.5093 80.9255 46.5093C80.3032 46.5093 79.747 46.6146 79.2619 46.8229C78.7792 47.0311 78.3994 47.3325 78.1324 47.7221C77.8629 48.1141 77.7306 48.5723 77.7306 49.1015C77.7306 49.6626 77.8629 50.1134 78.1275 50.4491C78.3921 50.7847 78.7082 51.0346 79.0757 51.2012C79.4432 51.3678 79.9234 51.5345 80.5115 51.7035C80.9451 51.8236 81.2857 51.9314 81.5331 52.0294C81.7806 52.1274 81.984 52.2597 82.1506 52.4312C82.3147 52.6027 82.398 52.8183 82.398 53.0829C82.398 53.4039 82.278 53.6661 82.033 53.867C81.7904 54.0679 81.4547 54.1683 81.0333 54.1683C80.6095 54.1683 80.2909 54.063 80.0508 53.8498C79.8107 53.6342 79.6809 53.3475 79.6539 52.9825H77.7036C77.711 53.5264 77.8629 53.9993 78.1569 54.3986C78.4534 54.798 78.8527 55.1043 79.3599 55.3174C79.8671 55.533 80.4355 55.6384 81.0701 55.6384C81.7365 55.6384 82.3147 55.5183 82.7999 55.2733C83.2825 55.0308 83.6525 54.7074 83.9049 54.2982C84.1548 53.889 84.2797 53.448 84.2797 52.9702C84.2773 52.4116 84.1425 51.9657 83.8755 51.6276Z", fill: "white" }),
15
+ /* @__PURE__ */ C("path", { d: "M85.5269 46.6392V48.0823H87.9451V55.5429H89.7631V48.0798H92.1814V46.6367H85.5269V46.6392Z", fill: "white" }),
16
+ /* @__PURE__ */ C("path", { d: "M93.6636 46.6392V55.5429H95.484V46.6392H93.6636Z", fill: "white" }),
17
+ /* @__PURE__ */ C("path", { d: "M103.376 46.6245V52.7498L99.2574 46.6245H97.437V55.5429H99.2574V49.4324L103.376 55.5429H105.197V46.6245H103.376Z", fill: "white" }),
18
+ /* @__PURE__ */ C("path", { d: "M110.861 50.5936V51.9558H113.982C113.843 52.6051 113.554 53.1074 113.11 53.4676C112.669 53.8302 112.101 54.0115 111.407 54.0115C110.844 54.0115 110.351 53.8914 109.925 53.6538C109.501 53.4161 109.168 53.0755 108.93 52.6345C108.693 52.1935 108.573 51.6741 108.573 51.0787C108.573 50.4833 108.69 49.9908 108.923 49.5474C109.156 49.1063 109.482 48.7658 109.898 48.5281C110.312 48.2905 110.79 48.1704 111.327 48.1704C111.809 48.1704 112.238 48.2684 112.601 48.4644C112.966 48.6604 113.25 48.9446 113.458 49.3195H115.551C115.264 48.435 114.747 47.749 113.992 47.259C113.238 46.7689 112.348 46.5264 111.327 46.5264C110.459 46.5264 109.673 46.7199 108.967 47.1071C108.259 47.4917 107.705 48.0332 107.303 48.7266C106.902 49.42 106.698 50.204 106.698 51.0787C106.698 51.9534 106.902 52.7374 107.303 53.4259C107.705 54.1168 108.259 54.651 108.967 55.0405C109.673 55.4276 110.464 55.6212 111.339 55.6212C112.118 55.6212 112.821 55.462 113.451 55.1434C114.08 54.8249 114.593 54.4011 114.992 53.8743C115.389 53.3475 115.649 52.7742 115.771 52.1518V50.596L110.861 50.5936Z", fill: "white" }),
19
+ /* @__PURE__ */ C("path", { d: "M80.8007 43.4346H61.2928C60.0898 43.4346 58.9922 42.7535 58.4556 41.6754C57.9215 40.5974 58.0415 39.3111 58.7692 38.3531L73.6586 17.7525H61.1997C59.4503 17.7525 58.0342 16.3339 58.0342 14.5869C58.0342 12.8376 59.4528 11.4214 61.1997 11.4214H80.0338C81.2368 11.4214 82.3344 12.1025 82.871 13.1806C83.4076 14.2586 83.2851 15.5449 82.5574 16.5029L67.668 37.1035H80.8007C82.55 37.1035 83.9662 38.5221 83.9662 40.2691C83.9662 42.016 82.55 43.4346 80.8007 43.4346Z", fill: "white" }),
20
+ /* @__PURE__ */ C("path", { d: "M105.593 43.5277H99.7226C90.8703 43.5277 83.6694 36.3268 83.6694 27.4745C83.6694 18.6223 90.8703 11.4214 99.7226 11.4214C108.575 11.4214 115.776 18.6223 115.776 27.4745V43.3513H109.442V27.4745C109.442 22.1137 105.083 17.7549 99.7226 17.7549C94.3617 17.7549 90.003 22.1137 90.003 27.4745C90.003 32.8354 94.3617 37.1942 99.7226 37.1942H105.593V43.5277Z", fill: "white" }),
21
+ /* @__PURE__ */ C("path", { d: "M130.161 19.176C127.365 20.8862 125.498 23.9635 125.498 27.4721V55.6313H119.165V27.4721C119.165 21.6678 122.259 16.5764 126.885 13.7563L130.161 19.176Z", fill: "white" }),
22
+ /* @__PURE__ */ C("path", { d: "M151.273 27.4721C151.273 36.3244 144.07 43.5253 135.218 43.5253H129.217V37.1893H135.218C140.578 37.1893 144.937 32.8305 144.937 27.4697C144.937 23.9611 143.07 20.8813 140.275 19.1736L143.55 13.7539C148.176 16.5764 151.273 21.6678 151.273 27.4721Z", fill: "white" }),
23
+ /* @__PURE__ */ C("path", { d: "M141.02 13.2545C140.988 13.3746 140.932 13.4947 140.866 13.6098L137.453 19.2598C136.948 19.9532 136.318 21.7491 135.22 21.6094C134.125 21.7466 133.488 19.9605 132.988 19.2598L129.575 13.6098C129.517 13.5167 129.47 13.4163 129.436 13.3182C129.286 12.8772 129.539 12.4019 129.98 12.25C130.114 12.2034 130.249 12.1593 130.384 12.1152C131.908 11.635 133.5 11.4268 135.098 11.4268H135.343C136.94 11.4268 138.535 11.635 140.057 12.1152C140.192 12.1593 140.327 12.2034 140.461 12.2475C140.875 12.3897 141.138 12.8233 141.022 13.2472C141.022 13.2496 141.02 13.2521 141.02 13.2545Z", fill: "#18E887" }),
24
+ /* @__PURE__ */ C("path", { d: "M36.3117 16.4271C36.0814 18.1985 34.0796 20.0263 32.1293 20.9819L20.8368 13.7295C19.3936 15.202 19.9915 17.2405 21.6134 18.4534C22.6082 19.2153 23.9533 19.7176 25.4038 19.8622C27.1042 20.0361 28.4444 20.83 28.8143 21.8835L28.8266 21.9227C25.6586 22.4348 21.9663 21.9399 19.2956 20.237C14.5988 17.1033 16.059 12.9553 20.6432 10.6546L31.9358 17.907C33.3813 16.4345 32.7786 14.396 31.1591 13.1832C30.1692 12.4236 28.8217 11.9238 27.3688 11.7743C25.6684 11.5979 24.3282 10.8065 23.9582 9.75054L23.9459 9.71134C27.3296 9.16251 31.4997 9.79219 34.1409 11.8723C35.7947 13.1636 36.5665 14.7855 36.3117 16.4271Z", fill: "#18E887" }),
25
+ /* @__PURE__ */ C("path", { d: "M51.9777 13.4968L51.9752 13.5041C51.8797 13.4404 51.767 13.3792 51.6445 13.3155L50.7134 12.8132C49.9147 12.3844 48.7827 11.7792 47.4376 11.0565C44.7523 9.61825 41.2217 7.72921 37.865 5.93327C33.0628 3.36065 28.4982 0.920329 27.4104 0.334751L27.1531 0.19264C26.6704 -0.0646219 26.0971 -0.0646195 25.6193 0.195093L0.804533 13.4845C0.160152 13.8422 -0.148562 14.6312 0.069498 15.3662C0.165053 15.6823 10.73 48.3913 11.6095 49.3518L11.6561 49.4032L25.4086 59.6741C25.6953 59.8922 26.0432 60 26.3862 60C26.7292 60 27.0747 59.8922 27.3565 59.6766L41.0183 49.4743C41.4495 49.2072 41.9126 48.2443 49.5129 25.1348C51.0589 20.4355 52.5216 15.9934 52.7274 15.4887L52.774 15.4152L52.7985 15.2903C52.9455 14.5797 52.6098 13.8422 51.9777 13.4968ZM24.7446 55.0361L14.0793 47.0707L10.6687 36.8954L24.7446 46.147V55.0361ZM24.7446 42.1754L8.96097 31.7967L4.63652 18.8895L24.7446 31.7894V42.1754ZM26.3862 28.8982L4.85702 15.0894L26.3862 3.55911L47.9154 15.0894L26.3862 28.8982ZM28.0302 42.1754V31.7918L48.1383 18.8919L43.8114 31.7991L28.0302 42.1754ZM38.6956 47.0732L28.0302 55.0385V46.1495L42.1061 36.8978L38.6956 47.0732Z", fill: "white" })
26
+ ]
27
+ }
28
+ );
29
+ }
30
+ const h = l.memo(i);
31
+ export {
32
+ h as default
33
+ };
@@ -0,0 +1,5 @@
1
+ export { default as Logo } from './Logo';
2
+ export { default as LogoColor } from './LogoColor';
3
+ export { default as Icon } from './Icon';
4
+ export { default as IconColor } from './IconColor';
5
+ export { default as IconColor2 } from './IconColor2';