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