@bothub-chat/ui 2.48.1-fix-message-79720dcc-0313-4bb2-ac15-912e6fc16d36 → 2.48.1-fix-message-81026f5e-584f-4918-8c1c-31e3d26f3769

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 (778) hide show
  1. package/dist/adaptive/stories/styled.d.ts +126 -42
  2. package/dist/components/accordion/index.js +1 -1
  3. package/dist/components/accordion/styled.d.ts +133 -82
  4. package/dist/components/accordion/styled.js +4 -4
  5. package/dist/components/action-message/styled.d.ts +54 -12
  6. package/dist/components/adaptive-button/styled.d.ts +2 -4
  7. package/dist/components/adaptive-button/styled.js +1 -1
  8. package/dist/components/avatar/index.js +1 -1
  9. package/dist/components/avatar/styled.d.ts +15 -1
  10. package/dist/components/avatar/styled.js +3 -3
  11. package/dist/components/backdrop/index.js +1 -1
  12. package/dist/components/backdrop/styled.d.ts +58 -44
  13. package/dist/components/backdrop/styled.js +1 -1
  14. package/dist/components/background/styled.d.ts +78 -36
  15. package/dist/components/background/styled.js +1 -1
  16. package/dist/components/badge/index.js +1 -1
  17. package/dist/components/badge/progress/index.js +1 -1
  18. package/dist/components/badge/progress/styled.d.ts +163 -84
  19. package/dist/components/badge/progress/styled.js +2 -2
  20. package/dist/components/badge/styled.d.ts +21 -7
  21. package/dist/components/badge/styled.js +2 -2
  22. package/dist/components/badge-select-dropdown/index.js +1 -1
  23. package/dist/components/badge-select-dropdown/styled.d.ts +97 -74
  24. package/dist/components/badge-select-dropdown/styled.js +1 -1
  25. package/dist/components/block/styled.d.ts +59 -17
  26. package/dist/components/block/styled.js +9 -9
  27. package/dist/components/bookmark/card/chat/index.js +1 -1
  28. package/dist/components/bookmark/card/chat/styled.d.ts +112 -75
  29. package/dist/components/bookmark/card/index.js +1 -1
  30. package/dist/components/bookmark/card/styled.d.ts +198 -44
  31. package/dist/components/bookmark/card/styled.js +1 -1
  32. package/dist/components/bookmark/index.js +1 -1
  33. package/dist/components/bookmark/list/styled.d.ts +92 -22
  34. package/dist/components/bookmark/styled.d.ts +45 -17
  35. package/dist/components/bookmark/styled.js +1 -1
  36. package/dist/components/breadcrumbs/index.js +1 -1
  37. package/dist/components/breadcrumbs/styled.d.ts +57 -15
  38. package/dist/components/breadcrumbs/styled.js +2 -2
  39. package/dist/components/button/index.js +1 -1
  40. package/dist/components/button/styled.js +10 -10
  41. package/dist/components/checkbox/index.js +1 -1
  42. package/dist/components/checkbox/styled.d.ts +97 -74
  43. package/dist/components/checkbox/styled.js +6 -6
  44. package/dist/components/chip/styled.d.ts +66 -24
  45. package/dist/components/chip/styled.js +2 -2
  46. package/dist/components/color-picker/index.js +1 -1
  47. package/dist/components/color-picker/menu/index.js +1 -1
  48. package/dist/components/color-picker/menu/styled.d.ts +159 -47
  49. package/dist/components/color-picker/menu/styled.js +2 -2
  50. package/dist/components/color-picker/styled.d.ts +72 -16
  51. package/dist/components/color-picker/styled.js +2 -2
  52. package/dist/components/container/styled.js +2 -2
  53. package/dist/components/date-badge/index.js +1 -1
  54. package/dist/components/date-badge/styled.d.ts +36 -8
  55. package/dist/components/date-badge/styled.js +1 -1
  56. package/dist/components/datepicker/hooks/useInfoDate.js +1 -1
  57. package/dist/components/datepicker/ui/calendar/index.js +1 -1
  58. package/dist/components/datepicker/ui/calendar/styled.d.ts +573 -383
  59. package/dist/components/datepicker/ui/calendar/styled.js +1 -1
  60. package/dist/components/description/card/grid/styled.js +1 -1
  61. package/dist/components/description/card/index.js +1 -1
  62. package/dist/components/description/card/styled.d.ts +174 -48
  63. package/dist/components/description/card/styled.js +7 -7
  64. package/dist/components/developer-key/index.js +1 -1
  65. package/dist/components/developer-key/list/styled.d.ts +181 -88
  66. package/dist/components/developer-key/list/styled.js +1 -1
  67. package/dist/components/developer-key/styled.d.ts +209 -149
  68. package/dist/components/developer-key/styled.js +4 -4
  69. package/dist/components/divider/styled.d.ts +30 -2
  70. package/dist/components/divider/styled.js +1 -1
  71. package/dist/components/drawer/index.js +1 -1
  72. package/dist/components/drawer/styled.d.ts +97 -13
  73. package/dist/components/drawer/styled.js +1 -1
  74. package/dist/components/dropzone-field/index.js +1 -1
  75. package/dist/components/dropzone-field/styled.d.ts +112 -14
  76. package/dist/components/dropzone-field/styled.js +1 -1
  77. package/dist/components/file-field/index.js +1 -1
  78. package/dist/components/file-field/styled.d.ts +253 -146
  79. package/dist/components/file-field/styled.js +5 -5
  80. package/dist/components/file-icon/index.d.ts +1 -1
  81. package/dist/components/footer/index.js +1 -1
  82. package/dist/components/footer/mobile/index.js +1 -1
  83. package/dist/components/footer/mobile/styled.d.ts +30 -16
  84. package/dist/components/footer/mobile/styled.js +4 -4
  85. package/dist/components/footer/styled.d.ts +153 -27
  86. package/dist/components/footer/styled.js +1 -1
  87. package/dist/components/form/styled.d.ts +52 -10
  88. package/dist/components/form/styled.js +1 -1
  89. package/dist/components/header/index.js +1 -1
  90. package/dist/components/header/lang-dropdown/index.js +1 -1
  91. package/dist/components/header/lang-dropdown/item/index.js +1 -1
  92. package/dist/components/header/lang-dropdown/item/styled.d.ts +15 -1
  93. package/dist/components/header/lang-dropdown/item/styled.js +1 -1
  94. package/dist/components/header/lang-dropdown/styled.d.ts +203 -143
  95. package/dist/components/header/lang-dropdown/styled.js +2 -2
  96. package/dist/components/header/menu/index.js +1 -1
  97. package/dist/components/header/menu/styled.d.ts +52 -24
  98. package/dist/components/header/menu/styled.js +2 -2
  99. package/dist/components/header/menu/toggle-button/icon/index.js +1 -1
  100. package/dist/components/header/menu/toggle-button/icon/styled.d.ts +15 -1
  101. package/dist/components/header/menu/toggle-button/icon/styled.js +1 -1
  102. package/dist/components/header/menu/toggle-button/index.js +1 -1
  103. package/dist/components/header/menu/toggle-button/styled.d.ts +2 -4
  104. package/dist/components/header/menu/toggle-button/styled.js +2 -2
  105. package/dist/components/header/menu-nav/index.js +1 -1
  106. package/dist/components/header/menu-nav/styled.d.ts +399 -227
  107. package/dist/components/header/menu-nav/styled.js +2 -2
  108. package/dist/components/header/multi-level-menu/config/index.d.ts +760 -670
  109. package/dist/components/header/multi-level-menu/index.js +1 -1
  110. package/dist/components/header/multi-level-menu/multi-level-menu-accordion/ui/index.js +1 -1
  111. package/dist/components/header/multi-level-menu/multi-level-menu-accordion/ui/styled.d.ts +189 -35
  112. package/dist/components/header/multi-level-menu/multi-level-menu-accordion/ui/styled.js +1 -1
  113. package/dist/components/header/multi-level-menu/multi-level-menu-first-level/ui/index.js +1 -1
  114. package/dist/components/header/multi-level-menu/multi-level-menu-first-level/ui/styled.d.ts +112 -75
  115. package/dist/components/header/multi-level-menu/multi-level-menu-first-level/ui/styled.js +1 -1
  116. package/dist/components/header/multi-level-menu/styled.d.ts +1322 -1141
  117. package/dist/components/header/multi-level-menu/styled.js +1 -1
  118. package/dist/components/header/nav/dropdown/index.js +1 -1
  119. package/dist/components/header/nav/dropdown/item/index.js +1 -1
  120. package/dist/components/header/nav/dropdown/item/styled.d.ts +72 -16
  121. package/dist/components/header/nav/dropdown/item/styled.js +1 -1
  122. package/dist/components/header/nav/dropdown/styled.d.ts +145 -96
  123. package/dist/components/header/nav/dropdown/styled.js +1 -1
  124. package/dist/components/header/nav/link/index.js +1 -1
  125. package/dist/components/header/nav/link/styled.d.ts +15 -1
  126. package/dist/components/header/nav/link/styled.js +1 -1
  127. package/dist/components/header/nav/styled.js +2 -2
  128. package/dist/components/header/styled.d.ts +91 -7
  129. package/dist/components/header/styled.js +6 -6
  130. package/dist/components/header/user/button/styled.d.ts +24 -10
  131. package/dist/components/header/user/button/styled.js +1 -1
  132. package/dist/components/header/user/styled.js +1 -1
  133. package/dist/components/header/user-info/index.js +1 -1
  134. package/dist/components/header/user-info/item/index.js +1 -1
  135. package/dist/components/header/user-info/item/styled.d.ts +30 -2
  136. package/dist/components/header/user-info/item/styled.js +1 -1
  137. package/dist/components/header/user-info/styled.d.ts +232 -125
  138. package/dist/components/header/user-info/styled.js +1 -1
  139. package/dist/components/icon/index.js +1 -1
  140. package/dist/components/icon/styled.js +3 -3
  141. package/dist/components/image/index.js +1 -1
  142. package/dist/components/image/styled.d.ts +15 -1
  143. package/dist/components/image/styled.js +5 -5
  144. package/dist/components/image-fullscreen/index.js +1 -1
  145. package/dist/components/image-fullscreen/styled.d.ts +399 -119
  146. package/dist/components/image-fullscreen/styled.js +1 -1
  147. package/dist/components/image-fullscreen/zoommable-image/index.js +1 -1
  148. package/dist/components/image-fullscreen/zoommable-image/styled.d.ts +51 -9
  149. package/dist/components/input-message/index.d.ts +4 -2
  150. package/dist/components/input-message/index.js +1 -1
  151. package/dist/components/input-message/styled.d.ts +3788 -950
  152. package/dist/components/input-message/styled.js +10 -6
  153. package/dist/components/input-message/types.d.ts +6 -0
  154. package/dist/components/input-message/utils.js +1 -1
  155. package/dist/components/lang-switcher/index.js +1 -1
  156. package/dist/components/lang-switcher/styled.d.ts +139 -69
  157. package/dist/components/lang-switcher/styled.js +1 -1
  158. package/dist/components/link/styled.js +1 -1
  159. package/dist/components/loader/styled.d.ts +11 -2
  160. package/dist/components/loader/three-dots-loader/styled.d.ts +30 -2
  161. package/dist/components/loader/three-dots-loader/styled.js +1 -1
  162. package/dist/components/logo/index.js +1 -1
  163. package/dist/components/logo/styled.d.ts +11 -2
  164. package/dist/components/logo/styled.js +1 -1
  165. package/dist/components/logo-halloween/styled.d.ts +11 -2
  166. package/dist/components/logo-halloween/styled.js +1 -1
  167. package/dist/components/logo-new-year/styled.d.ts +11 -2
  168. package/dist/components/logo-new-year/styled.js +1 -1
  169. package/dist/components/main/index.d.ts +15 -1
  170. package/dist/components/main/index.js +1 -1
  171. package/dist/components/menu-dropdown/index.js +1 -1
  172. package/dist/components/menu-dropdown/nav/link/styled.d.ts +21 -7
  173. package/dist/components/menu-dropdown/styled.d.ts +135 -65
  174. package/dist/components/menu-dropdown/styled.js +1 -1
  175. package/dist/components/menu-tabs/index.js +1 -1
  176. package/dist/components/menu-tabs/styled.d.ts +89 -19
  177. package/dist/components/menu-tabs/styled.js +2 -2
  178. package/dist/components/message/actions/copy-button/index.js +1 -1
  179. package/dist/components/message/actions/copy-button/styled.d.ts +58 -44
  180. package/dist/components/message/actions/index.js +1 -1
  181. package/dist/components/message/actions/styled.d.ts +135 -37
  182. package/dist/components/message/actions/styled.js +1 -1
  183. package/dist/components/message/badge-progress/styled.d.ts +22 -8
  184. package/dist/components/message/badge-progress/styled.js +1 -1
  185. package/dist/components/message/button/list/styled.d.ts +38 -10
  186. package/dist/components/message/button/styled.d.ts +24 -10
  187. package/dist/components/message/components/bold/styled.d.ts +1 -3
  188. package/dist/components/message/components/bold/styled.js +2 -2
  189. package/dist/components/message/components/code/inline/styled.d.ts +21 -7
  190. package/dist/components/message/components/code/inline/styled.js +1 -1
  191. package/dist/components/message/components/code/multiline/content/highlight.js +1 -1
  192. package/dist/components/message/components/code/multiline/content/index.js +1 -1
  193. package/dist/components/message/components/code/multiline/content/styled.d.ts +30 -2
  194. package/dist/components/message/components/code/multiline/content/styled.js +1 -1
  195. package/dist/components/message/components/code/multiline/copy/index.js +1 -1
  196. package/dist/components/message/components/code/multiline/copy/styled.d.ts +24 -10
  197. package/dist/components/message/components/code/multiline/copy/styled.js +1 -1
  198. package/dist/components/message/components/code/multiline/styled.d.ts +51 -9
  199. package/dist/components/message/components/code/multiline/styled.js +1 -1
  200. package/dist/components/message/components/image/button/list/styled.d.ts +15 -1
  201. package/dist/components/message/components/image/button/list/styled.js +2 -2
  202. package/dist/components/message/components/image/button/styled.d.ts +54 -12
  203. package/dist/components/message/components/image/grid/styled.d.ts +15 -1
  204. package/dist/components/message/components/image/index.js +1 -1
  205. package/dist/components/message/components/image/styled.d.ts +16 -4
  206. package/dist/components/message/components/image/styled.js +2 -2
  207. package/dist/components/message/components/italic/styled.d.ts +1 -3
  208. package/dist/components/message/components/italic/styled.js +1 -1
  209. package/dist/components/message/components/link/styled.d.ts +1 -3
  210. package/dist/components/message/components/link/styled.js +1 -1
  211. package/dist/components/message/components/list/item/styled.d.ts +21 -7
  212. package/dist/components/message/components/list/item/styled.js +3 -3
  213. package/dist/components/message/components/list/styled.js +2 -2
  214. package/dist/components/message/components/paragraph/styled.d.ts +1 -3
  215. package/dist/components/message/components/paragraph/styled.js +4 -4
  216. package/dist/components/message/components/pre/styled.d.ts +15 -1
  217. package/dist/components/message/components/table/cell/styled.d.ts +221 -179
  218. package/dist/components/message/components/table/cell/styled.js +1 -1
  219. package/dist/components/message/components/table/styled.d.ts +75 -5
  220. package/dist/components/message/components/table/styled.js +1 -1
  221. package/dist/components/message/components/title/styled.js +1 -1
  222. package/dist/components/message/copy/index.js +1 -1
  223. package/dist/components/message/copy/styled.d.ts +24 -10
  224. package/dist/components/message/copy/styled.js +1 -1
  225. package/dist/components/message/file/index.js +1 -1
  226. package/dist/components/message/file/styled.d.ts +87 -17
  227. package/dist/components/message/file/styled.js +1 -1
  228. package/dist/components/message/index.js +1 -1
  229. package/dist/components/message/list/index.js +1 -1
  230. package/dist/components/message/list/styled.d.ts +68 -12
  231. package/dist/components/message/list/styled.js +1 -1
  232. package/dist/components/message/markdown/index.d.ts +2 -2
  233. package/dist/components/message/markdown/index.js +1 -1
  234. package/dist/components/message/markdown/markdown-components.d.ts +2 -2
  235. package/dist/components/message/markdown/markdown-components.js +1 -1
  236. package/dist/components/message/markdown/styled.d.ts +16 -2
  237. package/dist/components/message/markdown/styled.js +22 -22
  238. package/dist/components/message/markdown/useMarkdownPlugins.d.ts +1 -1
  239. package/dist/components/message/markdown/useMarkdownPlugins.js +1 -1
  240. package/dist/components/message/reasoning-block/index.js +1 -1
  241. package/dist/components/message/reasoning-block/markdown-components.d.ts +2 -2
  242. package/dist/components/message/reasoning-block/markdown-components.js +1 -1
  243. package/dist/components/message/reasoning-block/styled.d.ts +31 -3
  244. package/dist/components/message/reasoning-block/styled.js +3 -3
  245. package/dist/components/message/scroll-button/index.d.ts +1 -1
  246. package/dist/components/message/scroll-button/index.js +1 -1
  247. package/dist/components/message/scroll-button/styled.d.ts +76 -67
  248. package/dist/components/message/scroll-button/styled.js +2 -2
  249. package/dist/components/message/search-results/index.js +1 -1
  250. package/dist/components/message/search-results/styled.d.ts +132 -20
  251. package/dist/components/message/search-results/styled.js +1 -1
  252. package/dist/components/message/styled.d.ts +791 -1079
  253. package/dist/components/message/styled.js +1 -1
  254. package/dist/components/message/timestamp/styled.d.ts +21 -7
  255. package/dist/components/message/timestamp/styled.js +1 -1
  256. package/dist/components/message/versions/styled.d.ts +52 -10
  257. package/dist/components/message/versions/styled.js +1 -1
  258. package/dist/components/message/video/index.js +1 -1
  259. package/dist/components/message/video/styled.d.ts +91 -21
  260. package/dist/components/message/video/styled.js +3 -3
  261. package/dist/components/message/video/volume/index.js +1 -1
  262. package/dist/components/message/voice/index.d.ts +4 -0
  263. package/dist/components/message/voice/index.js +1 -1
  264. package/dist/components/message/voice/styled.d.ts +447 -309
  265. package/dist/components/message/voice/styled.js +2 -2
  266. package/dist/components/modal/modal-window/index.js +1 -1
  267. package/dist/components/modal/modal-window/styled.d.ts +224 -131
  268. package/dist/components/modal/modal-window/styled.js +1 -1
  269. package/dist/components/modal/styled.d.ts +15 -1
  270. package/dist/components/modal/styled.js +1 -1
  271. package/dist/components/notification/index.js +1 -1
  272. package/dist/components/notification/list/styled.d.ts +30 -2
  273. package/dist/components/notification/styled.d.ts +209 -116
  274. package/dist/components/notification/styled.js +1 -1
  275. package/dist/components/pagination/paginator.js +1 -1
  276. package/dist/components/pagination/styled.d.ts +226 -166
  277. package/dist/components/pagination/styled.js +4 -4
  278. package/dist/components/pagination/utils.js +1 -1
  279. package/dist/components/portal/index.js +1 -1
  280. package/dist/components/portal/styled.d.ts +20 -6
  281. package/dist/components/portal/styled.js +1 -1
  282. package/dist/components/preset/card/styled.d.ts +328 -137
  283. package/dist/components/preset/card/styled.js +1 -1
  284. package/dist/components/preset/list/styled.d.ts +45 -3
  285. package/dist/components/progress/styled.d.ts +15 -1
  286. package/dist/components/progress/styled.js +1 -1
  287. package/dist/components/prompt/card/index.js +1 -1
  288. package/dist/components/prompt/card/styled.d.ts +127 -76
  289. package/dist/components/prompt/card/styled.js +2 -2
  290. package/dist/components/prompt/list/styled.d.ts +51 -9
  291. package/dist/components/prompt/list/styled.js +3 -3
  292. package/dist/components/radio/index.js +1 -1
  293. package/dist/components/radio/styled.d.ts +52 -10
  294. package/dist/components/radio/styled.js +1 -1
  295. package/dist/components/range-field/index.js +1 -1
  296. package/dist/components/range-field/styled.d.ts +59 -19
  297. package/dist/components/range-field/styled.js +12 -12
  298. package/dist/components/referral/card/index.js +1 -1
  299. package/dist/components/referral/card/link/index.js +1 -1
  300. package/dist/components/referral/card/link/styled.d.ts +112 -75
  301. package/dist/components/referral/card/link/styled.js +1 -1
  302. package/dist/components/referral/card/styled.d.ts +315 -63
  303. package/dist/components/referral/card/styled.js +7 -7
  304. package/dist/components/referral/list/styled.d.ts +69 -13
  305. package/dist/components/referral/radio/styled.d.ts +214 -74
  306. package/dist/components/referral/radio/styled.js +1 -1
  307. package/dist/components/scrollable-tabs/index.js +1 -1
  308. package/dist/components/scrollable-tabs/styled.d.ts +36 -8
  309. package/dist/components/scrollable-tabs/styled.js +4 -4
  310. package/dist/components/scrollbar/index.js +1 -1
  311. package/dist/components/scrollbar/shadow/index.js +1 -1
  312. package/dist/components/scrollbar/shadow/styled.d.ts +58 -44
  313. package/dist/components/scrollbar/shadow/styled.js +1 -1
  314. package/dist/components/scrollbar/style/styled.js +1 -1
  315. package/dist/components/scrollbar/styled.d.ts +15 -1
  316. package/dist/components/scrollbar/styled.js +1 -1
  317. package/dist/components/section/styled.d.ts +1 -3
  318. package/dist/components/section/styled.js +6 -6
  319. package/dist/components/select-field/context.d.ts +1 -1
  320. package/dist/components/select-field/index.d.ts +1 -2
  321. package/dist/components/select-field/index.js +1 -1
  322. package/dist/components/select-field/nodes/index.d.ts +1 -0
  323. package/dist/components/select-field/nodes/value/index.d.ts +7 -0
  324. package/dist/components/select-field/nodes/value/index.js +1 -0
  325. package/dist/components/select-field/select-modal/filterData.js +1 -1
  326. package/dist/components/select-field/select-modal/index.d.ts +1 -1
  327. package/dist/components/select-field/select-modal/index.js +1 -1
  328. package/dist/components/select-field/select-modal/option/collapse/index.js +1 -0
  329. package/dist/components/select-field/{option → select-modal/option}/collapse/styled.d.ts +92 -73
  330. package/dist/components/select-field/select-modal/option/collapse/styled.js +16 -0
  331. package/dist/components/select-field/select-modal/option/list/index.js +1 -0
  332. package/dist/components/select-field/{option → select-modal/option}/list/styled.d.ts +144 -32
  333. package/dist/components/select-field/select-modal/option/list/styled.js +1 -0
  334. package/dist/components/select-field/select-modal/option/select-field-option/index.js +1 -0
  335. package/dist/components/select-field/{option → select-modal/option}/select-field-option/styled.d.ts +42 -14
  336. package/dist/components/select-field/select-modal/option/select-field-option/styled.js +48 -0
  337. package/dist/components/select-field/select-modal/select-field-group/index.js +1 -0
  338. package/dist/components/select-field/{select-field-group → select-modal/select-field-group}/styled.d.ts +15 -1
  339. package/dist/components/select-field/select-modal/select-field-group/styled.js +1 -0
  340. package/dist/components/select-field/select-modal/styled.d.ts +122 -52
  341. package/dist/components/select-field/select-modal/styled.js +5 -5
  342. package/dist/components/select-field/select-modal/types.d.ts +1 -0
  343. package/dist/components/select-field/styled.d.ts +479 -268
  344. package/dist/components/select-field/styled.js +8 -8
  345. package/dist/components/select-field/useSelectField.d.ts +3 -3
  346. package/dist/components/select-field/useSelectField.js +1 -1
  347. package/dist/components/sidebar/buttons/create-chat/index.js +1 -1
  348. package/dist/components/sidebar/buttons/index.js +1 -1
  349. package/dist/components/sidebar/buttons/styled.d.ts +120 -50
  350. package/dist/components/sidebar/buttons/styled.js +5 -5
  351. package/dist/components/sidebar/chat/index.js +1 -1
  352. package/dist/components/sidebar/chat/styled.d.ts +390 -204
  353. package/dist/components/sidebar/chat/styled.js +10 -10
  354. package/dist/components/sidebar/dropdown/index.js +1 -1
  355. package/dist/components/sidebar/dropdown/item/index.js +1 -1
  356. package/dist/components/sidebar/dropdown/item/styled.d.ts +37 -9
  357. package/dist/components/sidebar/dropdown/item/styled.js +1 -1
  358. package/dist/components/sidebar/dropdown/styled.d.ts +203 -143
  359. package/dist/components/sidebar/dropdown/styled.js +1 -1
  360. package/dist/components/sidebar/empty/styled.d.ts +112 -75
  361. package/dist/components/sidebar/empty/styled.js +2 -2
  362. package/dist/components/sidebar/group/index.js +1 -1
  363. package/dist/components/sidebar/group/styled.d.ts +347 -236
  364. package/dist/components/sidebar/group/styled.js +5 -5
  365. package/dist/components/sidebar/group-empty/styled.d.ts +112 -75
  366. package/dist/components/sidebar/group-empty/styled.js +2 -2
  367. package/dist/components/sidebar/index.js +1 -1
  368. package/dist/components/sidebar/lang/index.js +1 -1
  369. package/dist/components/sidebar/lang/item/index.js +1 -1
  370. package/dist/components/sidebar/lang/item/styled.d.ts +15 -1
  371. package/dist/components/sidebar/lang/item/styled.js +1 -1
  372. package/dist/components/sidebar/lang/styled.d.ts +203 -143
  373. package/dist/components/sidebar/lang/styled.js +2 -2
  374. package/dist/components/sidebar/menu/index.js +1 -1
  375. package/dist/components/sidebar/menu/nav/link/index.js +1 -1
  376. package/dist/components/sidebar/menu/nav/link/styled.d.ts +21 -7
  377. package/dist/components/sidebar/menu/nav/link/styled.js +4 -4
  378. package/dist/components/sidebar/menu/styled.d.ts +114 -44
  379. package/dist/components/sidebar/menu/styled.js +3 -3
  380. package/dist/components/sidebar/styled.d.ts +303 -79
  381. package/dist/components/sidebar/styled.js +23 -23
  382. package/dist/components/sidebar/toggle-button/index.js +1 -1
  383. package/dist/components/sidebar/user-info/avatar/index.js +1 -1
  384. package/dist/components/sidebar/user-info/avatar/styled.d.ts +1 -3
  385. package/dist/components/sidebar/user-info/avatar/styled.js +2 -2
  386. package/dist/components/sidebar/user-info/index.js +1 -1
  387. package/dist/components/sidebar/user-info/skeleton/styled.d.ts +21 -7
  388. package/dist/components/sidebar/user-info/styled.d.ts +235 -53
  389. package/dist/components/sidebar/user-info/styled.js +9 -9
  390. package/dist/components/skeleton/styled.js +1 -1
  391. package/dist/components/slider/styled.d.ts +32 -6
  392. package/dist/components/slider/styled.js +1 -1
  393. package/dist/components/slider/useSlider.d.ts +1 -1
  394. package/dist/components/slider/useSlider.js +1 -1
  395. package/dist/components/stepper/index.js +1 -1
  396. package/dist/components/stepper/styled.d.ts +112 -75
  397. package/dist/components/stepper/styled.js +1 -1
  398. package/dist/components/switch/index.js +1 -1
  399. package/dist/components/switch/styled.d.ts +96 -40
  400. package/dist/components/switch/styled.js +1 -1
  401. package/dist/components/tab/list/styled.d.ts +68 -12
  402. package/dist/components/tab/list/styled.js +3 -3
  403. package/dist/components/tab/styled.d.ts +21 -7
  404. package/dist/components/tab/styled.js +3 -3
  405. package/dist/components/table/cell/styled.d.ts +21 -7
  406. package/dist/components/table/cell/styled.js +1 -1
  407. package/dist/components/table/styled.d.ts +68 -12
  408. package/dist/components/table/styled.js +1 -1
  409. package/dist/components/tariff/badge/index.js +1 -1
  410. package/dist/components/tariff/badge/styled.d.ts +21 -7
  411. package/dist/components/tariff/badge/styled.js +2 -2
  412. package/dist/components/tariff/card/styled.d.ts +437 -209
  413. package/dist/components/tariff/card/styled.js +3 -3
  414. package/dist/components/tariff/list/styled.d.ts +16 -2
  415. package/dist/components/tariff/list/styled.js +1 -1
  416. package/dist/components/text-area-field/index.js +1 -1
  417. package/dist/components/text-area-field/styled.d.ts +57 -15
  418. package/dist/components/text-area-field/styled.js +1 -1
  419. package/dist/components/text-field/index.js +1 -1
  420. package/dist/components/text-field/styled.d.ts +148 -64
  421. package/dist/components/text-field/styled.js +7 -7
  422. package/dist/components/theme-cards/index.js +1 -1
  423. package/dist/components/theme-cards/styled.d.ts +15 -1
  424. package/dist/components/theme-cards/theme-card/index.js +1 -1
  425. package/dist/components/theme-cards/theme-card/styled.d.ts +143 -59
  426. package/dist/components/theme-cards/theme-card/styled.js +1 -1
  427. package/dist/components/theme-preview/styled.js +1 -1
  428. package/dist/components/theme-schemes/index.js +1 -1
  429. package/dist/components/theme-schemes/section/index.js +1 -1
  430. package/dist/components/theme-schemes/section/styled.d.ts +85 -43
  431. package/dist/components/theme-schemes/styled.d.ts +45 -17
  432. package/dist/components/theme-schemes/styled.js +1 -1
  433. package/dist/components/theme-schemes/theme-button/index.js +1 -1
  434. package/dist/components/theme-schemes/theme-button/styled.d.ts +109 -25
  435. package/dist/components/theme-schemes/theme-button/styled.js +2 -2
  436. package/dist/components/theme-switcher/index.js +1 -1
  437. package/dist/components/theme-switcher/styled.d.ts +61 -5
  438. package/dist/components/theme-switcher/styled.js +2 -2
  439. package/dist/components/tooltip/arrow/index.js +1 -1
  440. package/dist/components/tooltip/arrow/styled.d.ts +11 -2
  441. package/dist/components/tooltip/index.js +1 -1
  442. package/dist/components/tooltip/styled.d.ts +418 -69
  443. package/dist/components/tooltip/styled.js +3 -3
  444. package/dist/components/typography/index.js +1 -1
  445. package/dist/components/typography/styled.js +1 -1
  446. package/dist/components/uploaded-file/styled.d.ts +329 -171
  447. package/dist/components/uploaded-file/styled.js +1 -1
  448. package/dist/icons/academy/index.js +1 -1
  449. package/dist/icons/action-chat/index.js +1 -1
  450. package/dist/icons/add-chat/index.js +1 -1
  451. package/dist/icons/add-folder/index.js +1 -1
  452. package/dist/icons/add-group/index.js +1 -1
  453. package/dist/icons/add-profile/index.js +1 -1
  454. package/dist/icons/advanced-filter/index.js +1 -1
  455. package/dist/icons/ai/index.js +1 -1
  456. package/dist/icons/analyze-urls/index.js +1 -1
  457. package/dist/icons/apple/index.js +1 -1
  458. package/dist/icons/arrow-2-down/index.js +1 -1
  459. package/dist/icons/arrow-down/index.js +1 -1
  460. package/dist/icons/arrow-narrow-down/index.js +1 -1
  461. package/dist/icons/arrow-narrow-left/index.js +1 -1
  462. package/dist/icons/arrow-narrow-right/index.js +1 -1
  463. package/dist/icons/arrow-narrow-up/index.js +1 -1
  464. package/dist/icons/arrow-up/index.js +1 -1
  465. package/dist/icons/article/index.js +1 -1
  466. package/dist/icons/article-generator/index.js +1 -1
  467. package/dist/icons/articles/index.js +1 -1
  468. package/dist/icons/assembly/index.js +1 -1
  469. package/dist/icons/attach/index.js +1 -1
  470. package/dist/icons/attach-file/index.js +1 -1
  471. package/dist/icons/attach-file-big/index.js +1 -1
  472. package/dist/icons/avatar-add/index.js +1 -1
  473. package/dist/icons/best-chat-bots/index.js +1 -1
  474. package/dist/icons/big-article/index.js +1 -1
  475. package/dist/icons/big-corporate/index.js +1 -1
  476. package/dist/icons/big-favorite/index.js +1 -1
  477. package/dist/icons/big-mj/index.js +1 -1
  478. package/dist/icons/big-models/index.js +1 -1
  479. package/dist/icons/big-presets/index.js +1 -1
  480. package/dist/icons/big-referal/index.js +1 -1
  481. package/dist/icons/big-stats/index.js +1 -1
  482. package/dist/icons/big-success/index.js +1 -1
  483. package/dist/icons/big-users/index.js +1 -1
  484. package/dist/icons/bitcoin/index.js +1 -1
  485. package/dist/icons/black-forest-labs/index.js +1 -1
  486. package/dist/icons/blog-circle/index.js +1 -1
  487. package/dist/icons/blog-post/index.js +1 -1
  488. package/dist/icons/book/index.js +1 -1
  489. package/dist/icons/bookmarks/index.js +1 -1
  490. package/dist/icons/bookmarks-big/index.js +1 -1
  491. package/dist/icons/bot-circle/index.js +1 -1
  492. package/dist/icons/bothub-agg/index.js +1 -1
  493. package/dist/icons/bothub-logo-gradient/index.js +1 -1
  494. package/dist/icons/bow-tie/index.js +1 -1
  495. package/dist/icons/brain/index.js +1 -1
  496. package/dist/icons/brush/index.js +1 -1
  497. package/dist/icons/business-colored/index.js +1 -1
  498. package/dist/icons/calendar/index.js +1 -1
  499. package/dist/icons/card/index.js +1 -1
  500. package/dist/icons/case-study/index.js +1 -1
  501. package/dist/icons/chat/index.js +1 -1
  502. package/dist/icons/chats/index.js +1 -1
  503. package/dist/icons/check-circle/index.js +1 -1
  504. package/dist/icons/check-small/index.js +1 -1
  505. package/dist/icons/checked/index.js +1 -1
  506. package/dist/icons/claude/index.js +1 -1
  507. package/dist/icons/claude-black/index.js +1 -1
  508. package/dist/icons/close/index.js +1 -1
  509. package/dist/icons/code-generation/index.js +1 -1
  510. package/dist/icons/coder/index.js +1 -1
  511. package/dist/icons/comments/index.js +1 -1
  512. package/dist/icons/cookie/index.js +1 -1
  513. package/dist/icons/copy/index.js +1 -1
  514. package/dist/icons/copy-variants/index.js +1 -1
  515. package/dist/icons/corporate/index.js +1 -1
  516. package/dist/icons/cot-r1/index.js +1 -1
  517. package/dist/icons/customer-support/index.js +1 -1
  518. package/dist/icons/dalle/index.js +1 -1
  519. package/dist/icons/dark/index.js +1 -1
  520. package/dist/icons/dashboard/index.js +1 -1
  521. package/dist/icons/data-visualisation/index.js +1 -1
  522. package/dist/icons/decline-circle/index.js +1 -1
  523. package/dist/icons/deepseek/index.js +1 -1
  524. package/dist/icons/delete-chat/index.js +1 -1
  525. package/dist/icons/discord/index.js +1 -1
  526. package/dist/icons/discord-circle/index.js +1 -1
  527. package/dist/icons/document-analisys/index.js +1 -1
  528. package/dist/icons/download-img/index.js +1 -1
  529. package/dist/icons/drag-dot/index.js +1 -1
  530. package/dist/icons/edit/index.js +1 -1
  531. package/dist/icons/email-circle/index.js +1 -1
  532. package/dist/icons/email-colored/index.js +1 -1
  533. package/dist/icons/enter/index.js +1 -1
  534. package/dist/icons/error/index.js +1 -1
  535. package/dist/icons/error-big/index.js +1 -1
  536. package/dist/icons/essay-generation/index.js +1 -1
  537. package/dist/icons/exchange/index.js +1 -1
  538. package/dist/icons/exclamation/index.js +1 -1
  539. package/dist/icons/expand/index.js +1 -1
  540. package/dist/icons/eye/index.js +1 -1
  541. package/dist/icons/face/index.js +1 -1
  542. package/dist/icons/fav-profile/index.js +1 -1
  543. package/dist/icons/filters/index.js +1 -1
  544. package/dist/icons/fire/index.js +1 -1
  545. package/dist/icons/flag-kz/index.js +1 -1
  546. package/dist/icons/flag-ru/index.js +1 -1
  547. package/dist/icons/flux/index.js +1 -1
  548. package/dist/icons/folder/index.js +1 -1
  549. package/dist/icons/free/index.js +1 -1
  550. package/dist/icons/gear/index.js +1 -1
  551. package/dist/icons/gear-min/index.js +1 -1
  552. package/dist/icons/gemini/index.js +1 -1
  553. package/dist/icons/generation/index.js +1 -1
  554. package/dist/icons/gift/index.js +1 -1
  555. package/dist/icons/google/index.js +1 -1
  556. package/dist/icons/gpt-3_5/index.js +1 -1
  557. package/dist/icons/gpt-4/index.js +1 -1
  558. package/dist/icons/grid-horizontal/index.js +1 -1
  559. package/dist/icons/grid-vertical/index.js +1 -1
  560. package/dist/icons/grok/index.js +1 -1
  561. package/dist/icons/guide/index.js +1 -1
  562. package/dist/icons/habr/index.js +1 -1
  563. package/dist/icons/habr-2/index.js +1 -1
  564. package/dist/icons/happy-robot/index.js +1 -1
  565. package/dist/icons/happy-robot-gradient/index.js +1 -1
  566. package/dist/icons/hide-ui/index.js +1 -1
  567. package/dist/icons/hotness/index.js +1 -1
  568. package/dist/icons/image-generation/index.js +1 -1
  569. package/dist/icons/imagine/index.js +1 -1
  570. package/dist/icons/imagine-2/index.js +1 -1
  571. package/dist/icons/include-context/index.js +1 -1
  572. package/dist/icons/info/index.js +1 -1
  573. package/dist/icons/info-big/index.js +1 -1
  574. package/dist/icons/language/index.js +1 -1
  575. package/dist/icons/light/index.js +1 -1
  576. package/dist/icons/lightning/index.js +1 -1
  577. package/dist/icons/links/index.js +1 -1
  578. package/dist/icons/loader/index.js +1 -1
  579. package/dist/icons/loader-circular/index.js +1 -1
  580. package/dist/icons/loader-circular-gradient/index.js +1 -1
  581. package/dist/icons/loader-circular-gradient-2/index.js +1 -1
  582. package/dist/icons/lock-circle/index.js +1 -1
  583. package/dist/icons/logout/index.js +1 -1
  584. package/dist/icons/mail-colored/index.js +1 -1
  585. package/dist/icons/manage-chat/index.js +1 -1
  586. package/dist/icons/marketing/index.js +1 -1
  587. package/dist/icons/max-window/index.js +1 -1
  588. package/dist/icons/medium-circle/index.js +1 -1
  589. package/dist/icons/menu/index.js +1 -1
  590. package/dist/icons/menu-dot/index.js +1 -1
  591. package/dist/icons/min-window/index.js +1 -1
  592. package/dist/icons/minus/index.js +1 -1
  593. package/dist/icons/mistral/index.js +1 -1
  594. package/dist/icons/mj/index.js +1 -1
  595. package/dist/icons/mj-purple/index.js +1 -1
  596. package/dist/icons/mj-white/index.js +1 -1
  597. package/dist/icons/model/index.js +1 -1
  598. package/dist/icons/music-note/index.js +1 -1
  599. package/dist/icons/news/index.js +1 -1
  600. package/dist/icons/optional-presets/index.js +1 -1
  601. package/dist/icons/organization/index.js +1 -1
  602. package/dist/icons/pause/index.js +1 -1
  603. package/dist/icons/pause-button/index.js +1 -1
  604. package/dist/icons/pc-icon-1/index.js +1 -1
  605. package/dist/icons/pc-icon-2/index.js +1 -1
  606. package/dist/icons/pc-icon-3/index.js +1 -1
  607. package/dist/icons/pdf/index.js +1 -1
  608. package/dist/icons/pdf-big/index.js +1 -1
  609. package/dist/icons/phone-colored/index.js +1 -1
  610. package/dist/icons/play/index.js +1 -1
  611. package/dist/icons/play-button/index.js +1 -1
  612. package/dist/icons/plus-1/index.js +1 -1
  613. package/dist/icons/plus-2/index.js +1 -1
  614. package/dist/icons/post/index.js +1 -1
  615. package/dist/icons/presets-big/index.js +1 -1
  616. package/dist/icons/print/index.js +1 -1
  617. package/dist/icons/private/index.js +1 -1
  618. package/dist/icons/problem-solvment/index.js +1 -1
  619. package/dist/icons/prompt/index.js +1 -1
  620. package/dist/icons/public/index.js +1 -1
  621. package/dist/icons/questions/index.js +1 -1
  622. package/dist/icons/queue/index.js +1 -1
  623. package/dist/icons/queue-select/index.js +1 -1
  624. package/dist/icons/quote/index.js +1 -1
  625. package/dist/icons/qwen/index.js +1 -1
  626. package/dist/icons/rabbit/index.js +1 -1
  627. package/dist/icons/ratio-16x9/index.js +1 -1
  628. package/dist/icons/ratio-1x1/index.js +1 -1
  629. package/dist/icons/ratio-21x9/index.js +1 -1
  630. package/dist/icons/ratio-2x3/index.js +1 -1
  631. package/dist/icons/ratio-3x2/index.js +1 -1
  632. package/dist/icons/ratio-4x5/index.js +1 -1
  633. package/dist/icons/ratio-4x7/index.js +1 -1
  634. package/dist/icons/ratio-5x4/index.js +1 -1
  635. package/dist/icons/ratio-7x4/index.js +1 -1
  636. package/dist/icons/ratio-9x16/index.js +1 -1
  637. package/dist/icons/ratio-9x21/index.js +1 -1
  638. package/dist/icons/referal/index.js +1 -1
  639. package/dist/icons/refferal-min/index.js +1 -1
  640. package/dist/icons/refresh/index.js +1 -1
  641. package/dist/icons/report/index.js +1 -1
  642. package/dist/icons/resend/index.js +1 -1
  643. package/dist/icons/restore/index.js +1 -1
  644. package/dist/icons/restore-2/index.js +1 -1
  645. package/dist/icons/review/index.js +1 -1
  646. package/dist/icons/runway/index.js +1 -1
  647. package/dist/icons/sad-robot/index.js +1 -1
  648. package/dist/icons/save/index.js +1 -1
  649. package/dist/icons/scientific-article/index.js +1 -1
  650. package/dist/icons/search-circle/index.js +1 -1
  651. package/dist/icons/search-data/index.js +1 -1
  652. package/dist/icons/search-plus/index.js +1 -1
  653. package/dist/icons/search-simple/index.js +1 -1
  654. package/dist/icons/selector/index.js +1 -1
  655. package/dist/icons/selling-text/index.js +1 -1
  656. package/dist/icons/send/index.js +1 -1
  657. package/dist/icons/setchel/index.js +1 -1
  658. package/dist/icons/setting-analisys/index.js +1 -1
  659. package/dist/icons/settings/index.js +1 -1
  660. package/dist/icons/shield/index.js +1 -1
  661. package/dist/icons/show-ui/index.js +1 -1
  662. package/dist/icons/sidebar-chat/index.js +1 -1
  663. package/dist/icons/sidebar-toggle-left/index.js +1 -1
  664. package/dist/icons/sidebar-toggle-right/index.js +1 -1
  665. package/dist/icons/simple-gear/index.js +1 -1
  666. package/dist/icons/simple-gear-bg/index.js +1 -1
  667. package/dist/icons/sort-alphabet-ascending/index.js +1 -1
  668. package/dist/icons/sort-alphabet-bottom-top/index.js +1 -1
  669. package/dist/icons/sort-alphabet-descending/index.js +1 -1
  670. package/dist/icons/sort-alphabet-top-bottom/index.js +1 -1
  671. package/dist/icons/sort-ascending/index.js +1 -1
  672. package/dist/icons/sort-date-ascending/index.js +1 -1
  673. package/dist/icons/sort-date-descending/index.js +1 -1
  674. package/dist/icons/sort-descending/index.js +1 -1
  675. package/dist/icons/sort-user/index.js +1 -1
  676. package/dist/icons/speech-synthesys/index.js +1 -1
  677. package/dist/icons/spelling/index.js +1 -1
  678. package/dist/icons/square/index.js +1 -1
  679. package/dist/icons/stability-ai/index.js +1 -1
  680. package/dist/icons/stable-diffusion/index.js +1 -1
  681. package/dist/icons/star/index.js +1 -1
  682. package/dist/icons/star-gradient/index.js +1 -1
  683. package/dist/icons/star-unfilled/index.js +1 -1
  684. package/dist/icons/stars/index.js +1 -1
  685. package/dist/icons/stars-gradient/index.js +1 -1
  686. package/dist/icons/stop/index.js +1 -1
  687. package/dist/icons/stripe/index.js +1 -1
  688. package/dist/icons/success/index.js +1 -1
  689. package/dist/icons/success-big/index.js +1 -1
  690. package/dist/icons/system/index.js +1 -1
  691. package/dist/icons/tariff/index.js +1 -1
  692. package/dist/icons/telegram-logo-gradient/index.js +1 -1
  693. package/dist/icons/temp-chat/index.js +1 -1
  694. package/dist/icons/text-bold/index.js +1 -1
  695. package/dist/icons/text-generation/index.js +1 -1
  696. package/dist/icons/text-hide/index.js +1 -1
  697. package/dist/icons/text-italic/index.js +1 -1
  698. package/dist/icons/text-read/index.js +1 -1
  699. package/dist/icons/text-rewrite/index.js +1 -1
  700. package/dist/icons/text-strikethrough/index.js +1 -1
  701. package/dist/icons/text-underline/index.js +1 -1
  702. package/dist/icons/textbook/index.js +1 -1
  703. package/dist/icons/tg/index.js +1 -1
  704. package/dist/icons/tg-circle/index.js +1 -1
  705. package/dist/icons/tg-colored/index.js +1 -1
  706. package/dist/icons/thumb-down/index.js +1 -1
  707. package/dist/icons/thumb-up/index.js +1 -1
  708. package/dist/icons/time/index.js +1 -1
  709. package/dist/icons/token-counter/index.js +1 -1
  710. package/dist/icons/traffic-analisys/index.js +1 -1
  711. package/dist/icons/transcription/index.js +1 -1
  712. package/dist/icons/translation/index.js +1 -1
  713. package/dist/icons/trash/index.js +1 -1
  714. package/dist/icons/turtle/index.js +1 -1
  715. package/dist/icons/txt/index.js +1 -1
  716. package/dist/icons/txt-big/index.js +1 -1
  717. package/dist/icons/update/index.js +1 -1
  718. package/dist/icons/upload/index.js +1 -1
  719. package/dist/icons/upscale/index.js +1 -1
  720. package/dist/icons/url-circle/index.js +1 -1
  721. package/dist/icons/user-profile/index.js +1 -1
  722. package/dist/icons/veo-model/index.js +1 -1
  723. package/dist/icons/video-camera/index.js +1 -1
  724. package/dist/icons/video-generation/index.js +1 -1
  725. package/dist/icons/vk/index.js +1 -1
  726. package/dist/icons/vk-filled/index.js +1 -1
  727. package/dist/icons/voice/index.js +1 -1
  728. package/dist/icons/volume/index.js +1 -1
  729. package/dist/icons/wallet-withdraw/index.js +1 -1
  730. package/dist/icons/warning-big/index.js +1 -1
  731. package/dist/icons/web-search/index.js +1 -1
  732. package/dist/icons/wind/index.js +1 -1
  733. package/dist/icons/withdraw/index.js +1 -1
  734. package/dist/icons/word/index.js +1 -1
  735. package/dist/icons/word-big/index.js +1 -1
  736. package/dist/icons/xls/index.js +1 -1
  737. package/dist/icons/xls-big/index.js +1 -1
  738. package/dist/icons/yandex/index.js +1 -1
  739. package/dist/icons/youcassa/index.js +1 -1
  740. package/dist/index.js +1 -1
  741. package/dist/stories/icons/item/styled.d.ts +15 -1
  742. package/dist/stories/icons/styled.d.ts +51 -9
  743. package/dist/stories/theme/styled.d.ts +185 -35
  744. package/dist/styles/index.js +1 -1
  745. package/dist/styles/manager/plugin/index.js +1 -1
  746. package/dist/styles/scale/styled.js +1 -1
  747. package/dist/styles/styled.js +1 -1
  748. package/dist/theme/index.js +1 -1
  749. package/dist/theme/themes.js +1 -1
  750. package/dist/utils/audio/getWaveData.d.ts +4 -0
  751. package/dist/utils/audio/getWaveData.js +1 -0
  752. package/dist/utils/colors/colorToRgba.js +1 -1
  753. package/dist/utils/colors/hexToRgb.js +1 -1
  754. package/dist/utils/colors/rgbToHsv.js +1 -1
  755. package/dist/utils/getSupportedAudioMimeType.js +1 -1
  756. package/dist/utils/getTgMarkdown.js +1 -1
  757. package/dist/utils/hasSubstring/index.js +1 -1
  758. package/dist/utils/useCarousel.js +1 -1
  759. package/dist/utils/useDelayedVisible.js +1 -1
  760. package/dist/utils/useMeasure.js +1 -1
  761. package/dist/utils/useMessageCopyHandler.d.ts +1 -1
  762. package/dist/utils/useMessageCopyHandler.js +1 -1
  763. package/dist/utils/useOnClickOutside.d.ts +1 -1
  764. package/dist/utils/useOnClickOutside.js +1 -1
  765. package/package.json +12 -9
  766. package/dist/components/select-field/option/collapse/index.js +0 -1
  767. package/dist/components/select-field/option/collapse/styled.js +0 -16
  768. package/dist/components/select-field/option/list/index.js +0 -1
  769. package/dist/components/select-field/option/list/styled.js +0 -1
  770. package/dist/components/select-field/option/select-field-option/index.js +0 -1
  771. package/dist/components/select-field/option/select-field-option/styled.js +0 -48
  772. package/dist/components/select-field/select-field-group/index.js +0 -1
  773. package/dist/components/select-field/select-field-group/styled.js +0 -1
  774. /package/dist/components/select-field/{option → select-modal/option}/collapse/index.d.ts +0 -0
  775. /package/dist/components/select-field/{option → select-modal/option}/index.d.ts +0 -0
  776. /package/dist/components/select-field/{option → select-modal/option}/list/index.d.ts +0 -0
  777. /package/dist/components/select-field/{option → select-modal/option}/select-field-option/index.d.ts +0 -0
  778. /package/dist/components/select-field/{select-field-group → select-modal/select-field-group}/index.d.ts +0 -0
@@ -1 +1 @@
1
- import{__rest as C}from"tslib";import{jsx as i,jsxs as e,Fragment as t}from"react/jsx-runtime";import{Icon as l}from"../../components/icon/index.js";import{icon as n}from"../../components/icon/component.js";import{IconConsumer as o}from"../../components/icon/context.js";const r=n((n=>{var r=C(n,[]);return i(l,Object.assign({size:24,viewBox:"0 0 24 24",fill:"none"},r,{children:i(o,{children:({fill:C="#4785FF"}={fill:"#4785FF"})=>e(t,{children:[i("rect",{width:"24",height:"24",rx:"4",fill:"#313E62"}),i("g",{clipPath:"url(#clip0_2259_25017)",children:i("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.6 5C12.3864 5.00006 13.1512 5.25037 13.7776 5.71271C14.4039 6.17505 14.8574 6.82399 15.0688 7.56044L15.1104 7.71989L16.6064 7.35667C16.7157 7.33021 16.8296 7.3265 16.9405 7.3458C17.0514 7.36509 17.1569 7.40695 17.2501 7.46863C17.3432 7.53031 17.4218 7.61042 17.4809 7.70372C17.54 7.79701 17.5781 7.90138 17.5928 8.01L17.6 8.11111V9.51889C18.051 9.9393 18.4206 10.4351 18.6912 10.9827L18.8016 11.2222H19.2C19.3959 11.2222 19.5851 11.2922 19.7315 11.4188C19.8779 11.5454 19.9715 11.7198 19.9944 11.909L20 12V14.3333C20 14.4613 19.9675 14.5874 19.9054 14.7003C19.8433 14.8132 19.7535 14.9094 19.644 14.9804L19.5576 15.0287L18.6232 15.4837C18.2407 16.2032 17.6866 16.8232 17.0072 17.292L16.8 17.4273V18.2222C16.8 18.4127 16.728 18.5966 16.5978 18.739C16.4676 18.8813 16.2882 18.9723 16.0936 18.9946L16 19H13.6C13.4041 19 13.2149 18.93 13.0685 18.8034C12.9221 18.6769 12.8285 18.5024 12.8056 18.3132L12.8 18.2222H12C12 18.4127 11.928 18.5966 11.7978 18.739C11.6676 18.8813 11.4882 18.9723 11.2936 18.9946L11.2 19H8.8C8.60405 19 8.41493 18.93 8.2685 18.8034C8.12207 18.6769 8.02853 18.5024 8.0056 18.3132L8 18.2222V17.4273C7.42207 17.0681 6.92284 16.6014 6.53102 16.054C6.13919 15.5066 5.86248 14.8893 5.7168 14.2377C5.24506 14.1012 4.82785 13.827 4.52164 13.4524C4.21543 13.0778 4.03501 12.6207 4.0048 12.1431L4 12V11.6111C4.00023 11.4129 4.0783 11.2222 4.21828 11.078C4.35825 10.9339 4.54956 10.8472 4.75312 10.8355C4.95667 10.8239 5.1571 10.8883 5.31347 11.0155C5.46983 11.1428 5.57032 11.3233 5.5944 11.5201L5.6 11.6111V12C5.6 12.1151 5.6256 12.2248 5.672 12.3228C5.79411 11.6226 6.0665 10.9552 6.47146 10.3641C6.87642 9.77298 7.40486 9.2714 8.0224 8.892C7.96564 8.40238 8.01585 7.90662 8.16975 7.43716C8.32365 6.96771 8.57777 6.53513 8.91548 6.16774C9.25319 5.80035 9.66688 5.50643 10.1295 5.3052C10.5921 5.10397 11.0932 4.99997 11.6 5ZM15.2 11.2222C14.9878 11.2222 14.7843 11.3042 14.6343 11.45C14.4843 11.5959 14.4 11.7937 14.4 12C14.4 12.2063 14.4843 12.4041 14.6343 12.55C14.7843 12.6958 14.9878 12.7778 15.2 12.7778C15.4122 12.7778 15.6157 12.6958 15.7657 12.55C15.9157 12.4041 16 12.2063 16 12C16 11.7937 15.9157 11.5959 15.7657 11.45C15.6157 11.3042 15.4122 11.2222 15.2 11.2222ZM11.6 6.55556C11.1154 6.55555 10.6473 6.72659 10.2827 7.03688C9.91811 7.34716 9.68176 7.7756 9.6176 8.24256C10.0053 8.15503 10.402 8.11092 10.8 8.11111H13.5016L13.5576 8.09789C13.4627 7.66152 13.2164 7.27013 12.86 6.98932C12.5036 6.70852 12.0588 6.55537 11.6 6.55556Z",fill:C})}),i("defs",{children:i("clipPath",{id:"clip0_2259_25017",children:i("rect",{width:"16",height:"16",fill:"white",transform:"translate(4 4)"})})})]})})}))}));export{r as BigReferalIcon};
1
+ import{__rest as C}from"tslib";import{jsx as i,jsxs as e,Fragment as t}from"react/jsx-runtime";import{Icon as l}from"../../components/icon/index.js";import{icon as n}from"../../components/icon/component.js";import{IconConsumer as o}from"../../components/icon/context.js";const r=n(n=>{var r=C(n,[]);return i(l,Object.assign({size:24,viewBox:"0 0 24 24",fill:"none"},r,{children:i(o,{children:({fill:C="#4785FF"}={fill:"#4785FF"})=>e(t,{children:[i("rect",{width:"24",height:"24",rx:"4",fill:"#313E62"}),i("g",{clipPath:"url(#clip0_2259_25017)",children:i("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.6 5C12.3864 5.00006 13.1512 5.25037 13.7776 5.71271C14.4039 6.17505 14.8574 6.82399 15.0688 7.56044L15.1104 7.71989L16.6064 7.35667C16.7157 7.33021 16.8296 7.3265 16.9405 7.3458C17.0514 7.36509 17.1569 7.40695 17.2501 7.46863C17.3432 7.53031 17.4218 7.61042 17.4809 7.70372C17.54 7.79701 17.5781 7.90138 17.5928 8.01L17.6 8.11111V9.51889C18.051 9.9393 18.4206 10.4351 18.6912 10.9827L18.8016 11.2222H19.2C19.3959 11.2222 19.5851 11.2922 19.7315 11.4188C19.8779 11.5454 19.9715 11.7198 19.9944 11.909L20 12V14.3333C20 14.4613 19.9675 14.5874 19.9054 14.7003C19.8433 14.8132 19.7535 14.9094 19.644 14.9804L19.5576 15.0287L18.6232 15.4837C18.2407 16.2032 17.6866 16.8232 17.0072 17.292L16.8 17.4273V18.2222C16.8 18.4127 16.728 18.5966 16.5978 18.739C16.4676 18.8813 16.2882 18.9723 16.0936 18.9946L16 19H13.6C13.4041 19 13.2149 18.93 13.0685 18.8034C12.9221 18.6769 12.8285 18.5024 12.8056 18.3132L12.8 18.2222H12C12 18.4127 11.928 18.5966 11.7978 18.739C11.6676 18.8813 11.4882 18.9723 11.2936 18.9946L11.2 19H8.8C8.60405 19 8.41493 18.93 8.2685 18.8034C8.12207 18.6769 8.02853 18.5024 8.0056 18.3132L8 18.2222V17.4273C7.42207 17.0681 6.92284 16.6014 6.53102 16.054C6.13919 15.5066 5.86248 14.8893 5.7168 14.2377C5.24506 14.1012 4.82785 13.827 4.52164 13.4524C4.21543 13.0778 4.03501 12.6207 4.0048 12.1431L4 12V11.6111C4.00023 11.4129 4.0783 11.2222 4.21828 11.078C4.35825 10.9339 4.54956 10.8472 4.75312 10.8355C4.95667 10.8239 5.1571 10.8883 5.31347 11.0155C5.46983 11.1428 5.57032 11.3233 5.5944 11.5201L5.6 11.6111V12C5.6 12.1151 5.6256 12.2248 5.672 12.3228C5.79411 11.6226 6.0665 10.9552 6.47146 10.3641C6.87642 9.77298 7.40486 9.2714 8.0224 8.892C7.96564 8.40238 8.01585 7.90662 8.16975 7.43716C8.32365 6.96771 8.57777 6.53513 8.91548 6.16774C9.25319 5.80035 9.66688 5.50643 10.1295 5.3052C10.5921 5.10397 11.0932 4.99997 11.6 5ZM15.2 11.2222C14.9878 11.2222 14.7843 11.3042 14.6343 11.45C14.4843 11.5959 14.4 11.7937 14.4 12C14.4 12.2063 14.4843 12.4041 14.6343 12.55C14.7843 12.6958 14.9878 12.7778 15.2 12.7778C15.4122 12.7778 15.6157 12.6958 15.7657 12.55C15.9157 12.4041 16 12.2063 16 12C16 11.7937 15.9157 11.5959 15.7657 11.45C15.6157 11.3042 15.4122 11.2222 15.2 11.2222ZM11.6 6.55556C11.1154 6.55555 10.6473 6.72659 10.2827 7.03688C9.91811 7.34716 9.68176 7.7756 9.6176 8.24256C10.0053 8.15503 10.402 8.11092 10.8 8.11111H13.5016L13.5576 8.09789C13.4627 7.66152 13.2164 7.27013 12.86 6.98932C12.5036 6.70852 12.0588 6.55537 11.6 6.55556Z",fill:C})}),i("defs",{children:i("clipPath",{id:"clip0_2259_25017",children:i("rect",{width:"16",height:"16",fill:"white",transform:"translate(4 4)"})})})]})})}))});export{r as BigReferalIcon};
@@ -1 +1 @@
1
- import{__rest as o}from"tslib";import{jsx as i,jsxs as n,Fragment as t}from"react/jsx-runtime";import{Icon as r}from"../../components/icon/index.js";import{icon as e}from"../../components/icon/component.js";import{IconConsumer as c}from"../../components/icon/context.js";const m=e((e=>{var m=o(e,[]);return i(r,Object.assign({size:24,viewBox:"0 0 24 24",fill:"none"},m,{children:i(c,{children:({fill:o="#4785FF"}={fill:"#4785FF"})=>n(t,{children:[i("rect",{width:"24",height:"24",rx:"4",fill:"#313E62"}),i("path",{d:"M18 17.5H6V16.1667H18V17.5ZM9.33333 10.1667H6.66667V14.8333H9.33333V10.1667ZM13.3333 7.5H10.6667V14.8333H13.3333V7.5ZM17.3333 5.5H14.6667V14.8333H17.3333V5.5Z",fill:o})]})})}))}));export{m as BigStatsIcon};
1
+ import{__rest as o}from"tslib";import{jsx as i,jsxs as n,Fragment as t}from"react/jsx-runtime";import{Icon as r}from"../../components/icon/index.js";import{icon as e}from"../../components/icon/component.js";import{IconConsumer as c}from"../../components/icon/context.js";const m=e(e=>{var m=o(e,[]);return i(r,Object.assign({size:24,viewBox:"0 0 24 24",fill:"none"},m,{children:i(c,{children:({fill:o="#4785FF"}={fill:"#4785FF"})=>n(t,{children:[i("rect",{width:"24",height:"24",rx:"4",fill:"#313E62"}),i("path",{d:"M18 17.5H6V16.1667H18V17.5ZM9.33333 10.1667H6.66667V14.8333H9.33333V10.1667ZM13.3333 7.5H10.6667V14.8333H13.3333V7.5ZM17.3333 5.5H14.6667V14.8333H17.3333V5.5Z",fill:o})]})})}))});export{m as BigStatsIcon};
@@ -1 +1 @@
1
- import{__rest as o}from"tslib";import{jsx as i,jsxs as e,Fragment as n}from"react/jsx-runtime";import{Icon as t}from"../../components/icon/index.js";import{icon as r}from"../../components/icon/component.js";import{IconConsumer as l}from"../../components/icon/context.js";const c=r((r=>{var c=o(r,[]);return i(t,Object.assign({size:24,viewBox:"0 0 24 24",fill:"none"},c,{children:i(l,{children:({fill:o="#4785FF"}={fill:"#4785FF"})=>e(n,{children:[i("rect",{width:"24",height:"24",rx:"4",fill:"#313E62"}),i("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5C8.13401 5 5 8.13401 5 12C5 15.866 8.13401 19 12 19ZM16.0001 9.79572C16.0001 9.67274 15.9518 9.55479 15.8658 9.46782C15.7798 9.38088 15.6631 9.33203 15.5415 9.33203C15.4199 9.33203 15.3032 9.38088 15.2172 9.46782L11.1839 13.5459L9.4441 11.7867C9.35759 11.7023 9.24172 11.6555 9.12145 11.6566C9.00119 11.6576 8.88614 11.7064 8.8011 11.7924C8.71605 11.8784 8.66781 11.9947 8.66677 12.1163C8.66572 12.2379 8.71195 12.3551 8.79551 12.4425L10.8596 14.5296C10.9456 14.6165 11.0623 14.6654 11.1839 14.6654C11.3055 14.6654 11.4222 14.6165 11.5082 14.5296L15.8658 10.1236C15.9518 10.0366 16.0001 9.9187 16.0001 9.79572Z",fill:o})]})})}))}));export{c as BigSuccessIcon};
1
+ import{__rest as o}from"tslib";import{jsx as i,jsxs as e,Fragment as n}from"react/jsx-runtime";import{Icon as t}from"../../components/icon/index.js";import{icon as r}from"../../components/icon/component.js";import{IconConsumer as l}from"../../components/icon/context.js";const c=r(r=>{var c=o(r,[]);return i(t,Object.assign({size:24,viewBox:"0 0 24 24",fill:"none"},c,{children:i(l,{children:({fill:o="#4785FF"}={fill:"#4785FF"})=>e(n,{children:[i("rect",{width:"24",height:"24",rx:"4",fill:"#313E62"}),i("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5C8.13401 5 5 8.13401 5 12C5 15.866 8.13401 19 12 19ZM16.0001 9.79572C16.0001 9.67274 15.9518 9.55479 15.8658 9.46782C15.7798 9.38088 15.6631 9.33203 15.5415 9.33203C15.4199 9.33203 15.3032 9.38088 15.2172 9.46782L11.1839 13.5459L9.4441 11.7867C9.35759 11.7023 9.24172 11.6555 9.12145 11.6566C9.00119 11.6576 8.88614 11.7064 8.8011 11.7924C8.71605 11.8784 8.66781 11.9947 8.66677 12.1163C8.66572 12.2379 8.71195 12.3551 8.79551 12.4425L10.8596 14.5296C10.9456 14.6165 11.0623 14.6654 11.1839 14.6654C11.3055 14.6654 11.4222 14.6165 11.5082 14.5296L15.8658 10.1236C15.9518 10.0366 16.0001 9.9187 16.0001 9.79572Z",fill:o})]})})}))});export{c as BigSuccessIcon};
@@ -1 +1 @@
1
- import{__rest as o}from"tslib";import{jsx as C,jsxs as i,Fragment as n}from"react/jsx-runtime";import{Icon as t}from"../../components/icon/index.js";import{icon as r}from"../../components/icon/component.js";import{IconConsumer as e}from"../../components/icon/context.js";const c=r((r=>{var c=o(r,[]);return C(t,Object.assign({size:24,viewBox:"0 0 24 24",fill:"none"},c,{children:C(e,{children:({fill:o="#4785FF"}={fill:"#4785FF"})=>i(n,{children:[C("rect",{width:"24",height:"24",rx:"4",fill:"#313E62"}),C("path",{d:"M6.4 10.6429C7.2825 10.6429 8 9.87411 8 8.92857C8 7.98304 7.2825 7.21429 6.4 7.21429C5.5175 7.21429 4.8 7.98304 4.8 8.92857C4.8 9.87411 5.5175 10.6429 6.4 10.6429ZM17.6 10.6429C18.4825 10.6429 19.2 9.87411 19.2 8.92857C19.2 7.98304 18.4825 7.21429 17.6 7.21429C16.7175 7.21429 16 7.98304 16 8.92857C16 9.87411 16.7175 10.6429 17.6 10.6429ZM18.4 11.5H16.8C16.36 11.5 15.9625 11.6902 15.6725 11.9982C16.68 12.5902 17.395 13.6589 17.55 14.9286H19.2C19.6425 14.9286 20 14.5455 20 14.0714V13.2143C20 12.2688 19.2825 11.5 18.4 11.5ZM12 11.5C13.5475 11.5 14.8 10.158 14.8 8.5C14.8 6.84196 13.5475 5.5 12 5.5C10.4525 5.5 9.2 6.84196 9.2 8.5C9.2 10.158 10.4525 11.5 12 11.5ZM13.92 12.3571H13.7125C13.1925 12.625 12.615 12.7857 12 12.7857C11.385 12.7857 10.81 12.625 10.2875 12.3571H10.08C8.49 12.3571 7.2 13.7393 7.2 15.4429V16.2143C7.2 16.9241 7.7375 17.5 8.4 17.5H15.6C16.2625 17.5 16.8 16.9241 16.8 16.2143V15.4429C16.8 13.7393 15.51 12.3571 13.92 12.3571ZM8.3275 11.9982C8.0375 11.6902 7.64 11.5 7.2 11.5H5.6C4.7175 11.5 4 12.2688 4 13.2143V14.0714C4 14.5455 4.3575 14.9286 4.8 14.9286H6.4475C6.605 13.6589 7.32 12.5902 8.3275 11.9982Z",fill:o})]})})}))}));export{c as BigUsersIcon};
1
+ import{__rest as o}from"tslib";import{jsx as C,jsxs as i,Fragment as n}from"react/jsx-runtime";import{Icon as t}from"../../components/icon/index.js";import{icon as r}from"../../components/icon/component.js";import{IconConsumer as e}from"../../components/icon/context.js";const c=r(r=>{var c=o(r,[]);return C(t,Object.assign({size:24,viewBox:"0 0 24 24",fill:"none"},c,{children:C(e,{children:({fill:o="#4785FF"}={fill:"#4785FF"})=>i(n,{children:[C("rect",{width:"24",height:"24",rx:"4",fill:"#313E62"}),C("path",{d:"M6.4 10.6429C7.2825 10.6429 8 9.87411 8 8.92857C8 7.98304 7.2825 7.21429 6.4 7.21429C5.5175 7.21429 4.8 7.98304 4.8 8.92857C4.8 9.87411 5.5175 10.6429 6.4 10.6429ZM17.6 10.6429C18.4825 10.6429 19.2 9.87411 19.2 8.92857C19.2 7.98304 18.4825 7.21429 17.6 7.21429C16.7175 7.21429 16 7.98304 16 8.92857C16 9.87411 16.7175 10.6429 17.6 10.6429ZM18.4 11.5H16.8C16.36 11.5 15.9625 11.6902 15.6725 11.9982C16.68 12.5902 17.395 13.6589 17.55 14.9286H19.2C19.6425 14.9286 20 14.5455 20 14.0714V13.2143C20 12.2688 19.2825 11.5 18.4 11.5ZM12 11.5C13.5475 11.5 14.8 10.158 14.8 8.5C14.8 6.84196 13.5475 5.5 12 5.5C10.4525 5.5 9.2 6.84196 9.2 8.5C9.2 10.158 10.4525 11.5 12 11.5ZM13.92 12.3571H13.7125C13.1925 12.625 12.615 12.7857 12 12.7857C11.385 12.7857 10.81 12.625 10.2875 12.3571H10.08C8.49 12.3571 7.2 13.7393 7.2 15.4429V16.2143C7.2 16.9241 7.7375 17.5 8.4 17.5H15.6C16.2625 17.5 16.8 16.9241 16.8 16.2143V15.4429C16.8 13.7393 15.51 12.3571 13.92 12.3571ZM8.3275 11.9982C8.0375 11.6902 7.64 11.5 7.2 11.5H5.6C4.7175 11.5 4 12.2688 4 13.2143V14.0714C4 14.5455 4.3575 14.9286 4.8 14.9286H6.4475C6.605 13.6589 7.32 12.5902 8.3275 11.9982Z",fill:o})]})})}))});export{c as BigUsersIcon};
@@ -1 +1 @@
1
- import{__rest as C}from"tslib";import{jsx as L}from"react/jsx-runtime";import{Icon as o}from"../../components/icon/index.js";import{icon as e}from"../../components/icon/component.js";const i=e((e=>{var i=C(e,[]);return L(o,Object.assign({size:18,viewBox:"0 0 18 18",fill:"none"},i,{children:L("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.82127 17.7306C11.6433 18.9329 16.5267 15.9986 17.7287 11.1771L17.7286 11.1772C18.9307 6.35553 15.9966 1.47133 11.1749 0.269311C6.3544 -0.932704 1.47102 2.00177 0.269537 6.82378C-0.933006 11.6449 2.00125 16.5285 6.82127 17.7306ZM10.9857 5.44672C12.2326 5.87621 13.1444 6.52002 12.9653 7.71772L12.9653 7.71763L12.9656 7.71785C12.836 8.5946 12.35 9.01902 11.7047 9.16785C12.5907 9.62914 13.0415 10.3365 12.612 11.5629C12.079 13.0861 10.8128 13.2146 9.12869 12.8959L8.72005 14.5338L7.73241 14.2878L8.13576 12.6718C7.87973 12.6082 7.61821 12.5407 7.34872 12.4676L6.944 14.0912L5.95754 13.8451L6.36622 12.2041C6.2713 12.1798 6.17579 12.1549 6.07958 12.1298C5.94191 12.0939 5.80283 12.0577 5.66209 12.0224L4.37689 11.702L4.86722 10.5715C4.86722 10.5715 5.59492 10.765 5.58502 10.7506C5.86463 10.8199 5.98868 10.6375 6.03756 10.516L6.68339 7.92685C6.70939 7.93308 6.73471 7.93941 6.75906 7.94551C6.7688 7.94794 6.77838 7.95034 6.78778 7.95268C6.74837 7.93684 6.71265 7.92672 6.68511 7.91973L7.14587 6.07144C7.15788 5.8616 7.08556 5.59686 6.68564 5.49705C6.70108 5.48671 5.96836 5.31875 5.96836 5.31875L6.23108 4.26393L7.593 4.60402L7.59185 4.60913C7.79659 4.66007 8.00762 4.70842 8.22247 4.75733L8.62719 3.13547L9.61417 3.38155L9.21755 4.97166C9.48255 5.03215 9.74918 5.09316 10.0088 5.15792L10.4026 3.57824L11.3902 3.82433L10.9857 5.44672ZM7.86182 11.329C8.66762 11.5418 10.4288 12.007 10.7088 10.8818H10.7089C10.9957 9.73148 9.288 9.34824 8.45449 9.16118C8.36127 9.14026 8.27898 9.12179 8.21165 9.10498L7.66932 11.279C7.72457 11.2927 7.78933 11.3098 7.86182 11.329ZM8.62168 8.15217C9.29349 8.33146 10.759 8.72259 11.0143 7.69995H11.0144C11.275 6.65404 9.85072 6.33871 9.15511 6.1847C9.07685 6.16738 9.00782 6.15209 8.95145 6.13804L8.45976 8.10977C8.50618 8.12134 8.56065 8.13588 8.62168 8.15217Z",fill:"white"})}))}));export{i as BitcoinIcon};
1
+ import{__rest as C}from"tslib";import{jsx as L}from"react/jsx-runtime";import{Icon as o}from"../../components/icon/index.js";import{icon as e}from"../../components/icon/component.js";const i=e(e=>{var i=C(e,[]);return L(o,Object.assign({size:18,viewBox:"0 0 18 18",fill:"none"},i,{children:L("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.82127 17.7306C11.6433 18.9329 16.5267 15.9986 17.7287 11.1771L17.7286 11.1772C18.9307 6.35553 15.9966 1.47133 11.1749 0.269311C6.3544 -0.932704 1.47102 2.00177 0.269537 6.82378C-0.933006 11.6449 2.00125 16.5285 6.82127 17.7306ZM10.9857 5.44672C12.2326 5.87621 13.1444 6.52002 12.9653 7.71772L12.9653 7.71763L12.9656 7.71785C12.836 8.5946 12.35 9.01902 11.7047 9.16785C12.5907 9.62914 13.0415 10.3365 12.612 11.5629C12.079 13.0861 10.8128 13.2146 9.12869 12.8959L8.72005 14.5338L7.73241 14.2878L8.13576 12.6718C7.87973 12.6082 7.61821 12.5407 7.34872 12.4676L6.944 14.0912L5.95754 13.8451L6.36622 12.2041C6.2713 12.1798 6.17579 12.1549 6.07958 12.1298C5.94191 12.0939 5.80283 12.0577 5.66209 12.0224L4.37689 11.702L4.86722 10.5715C4.86722 10.5715 5.59492 10.765 5.58502 10.7506C5.86463 10.8199 5.98868 10.6375 6.03756 10.516L6.68339 7.92685C6.70939 7.93308 6.73471 7.93941 6.75906 7.94551C6.7688 7.94794 6.77838 7.95034 6.78778 7.95268C6.74837 7.93684 6.71265 7.92672 6.68511 7.91973L7.14587 6.07144C7.15788 5.8616 7.08556 5.59686 6.68564 5.49705C6.70108 5.48671 5.96836 5.31875 5.96836 5.31875L6.23108 4.26393L7.593 4.60402L7.59185 4.60913C7.79659 4.66007 8.00762 4.70842 8.22247 4.75733L8.62719 3.13547L9.61417 3.38155L9.21755 4.97166C9.48255 5.03215 9.74918 5.09316 10.0088 5.15792L10.4026 3.57824L11.3902 3.82433L10.9857 5.44672ZM7.86182 11.329C8.66762 11.5418 10.4288 12.007 10.7088 10.8818H10.7089C10.9957 9.73148 9.288 9.34824 8.45449 9.16118C8.36127 9.14026 8.27898 9.12179 8.21165 9.10498L7.66932 11.279C7.72457 11.2927 7.78933 11.3098 7.86182 11.329ZM8.62168 8.15217C9.29349 8.33146 10.759 8.72259 11.0143 7.69995H11.0144C11.275 6.65404 9.85072 6.33871 9.15511 6.1847C9.07685 6.16738 9.00782 6.15209 8.95145 6.13804L8.45976 8.10977C8.50618 8.12134 8.56065 8.13588 8.62168 8.15217Z",fill:"white"})}))});export{i as BitcoinIcon};
@@ -1 +1 @@
1
- import{__rest as t}from"tslib";import{jsx as o,jsxs as i,Fragment as r}from"react/jsx-runtime";import{Icon as l}from"../../components/icon/index.js";import{icon as e}from"../../components/icon/component.js";import{IconConsumer as f}from"../../components/icon/context.js";const c=e((e=>{var c=t(e,[]);return o(l,Object.assign({size:24,viewBox:"0 0 24 24",fill:"none"},c,{children:o(f,{children:({fill:t="#ffffff"}={fill:"#ffffff"})=>i(r,{children:[o("rect",{width:"24",height:"24",rx:"5",fill:t}),o("path",{d:"M8.67334 15.8942L10.438 13.215L12.2028 15.8942H8.67334Z",fill:"black",stroke:"black",strokeWidth:"0.2"}),o("path",{d:"M18.4705 11.6723L20.2352 8.99312L21.9999 11.6723H18.4705Z",fill:"black",stroke:"black",strokeWidth:"0.2"}),o("path",{d:"M21.9594 19.2227H20.1947L11.9594 6.76038L4.7789 17.7207H14.9817L15.9554 19.2227H2L11.9797 4L21.9594 19.2227Z",fill:"black",stroke:"black",strokeWidth:"0.2"}),o("path",{d:"M14.211 11.8751H12.4058L17.1725 19.2023H18.9575L14.211 11.8751Z",fill:"black",stroke:"black",strokeWidth:"0.2"})]})})}))}));export{c as BlackForestLabsIcon};
1
+ import{__rest as t}from"tslib";import{jsx as o,jsxs as i,Fragment as r}from"react/jsx-runtime";import{Icon as l}from"../../components/icon/index.js";import{icon as e}from"../../components/icon/component.js";import{IconConsumer as f}from"../../components/icon/context.js";const c=e(e=>{var c=t(e,[]);return o(l,Object.assign({size:24,viewBox:"0 0 24 24",fill:"none"},c,{children:o(f,{children:({fill:t="#ffffff"}={fill:"#ffffff"})=>i(r,{children:[o("rect",{width:"24",height:"24",rx:"5",fill:t}),o("path",{d:"M8.67334 15.8942L10.438 13.215L12.2028 15.8942H8.67334Z",fill:"black",stroke:"black",strokeWidth:"0.2"}),o("path",{d:"M18.4705 11.6723L20.2352 8.99312L21.9999 11.6723H18.4705Z",fill:"black",stroke:"black",strokeWidth:"0.2"}),o("path",{d:"M21.9594 19.2227H20.1947L11.9594 6.76038L4.7789 17.7207H14.9817L15.9554 19.2227H2L11.9797 4L21.9594 19.2227Z",fill:"black",stroke:"black",strokeWidth:"0.2"}),o("path",{d:"M14.211 11.8751H12.4058L17.1725 19.2023H18.9575L14.211 11.8751Z",fill:"black",stroke:"black",strokeWidth:"0.2"})]})})}))});export{c as BlackForestLabsIcon};
@@ -1 +1 @@
1
- import{__rest as o}from"tslib";import{jsx as n}from"react/jsx-runtime";import{Icon as e}from"../../components/icon/index.js";import{icon as i}from"../../components/icon/component.js";import{IconConsumer as t}from"../../components/icon/context.js";const r=i((i=>{var r=o(i,[]);return n(e,Object.assign({size:24,viewBox:"0 0 24 24",fill:"none"},r,{children:n(t,{children:({fill:o="#616D8D"}={fill:"#616D8D"})=>n("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM5.40512 18.5957C5.67462 18.8652 6.01062 19 6.41312 19H17.5869C17.9894 19 18.3257 18.865 18.5957 18.5949C18.8652 18.3254 19 17.9894 19 17.5869V8.87012L15.1299 5H6.41312C6.01062 5 5.67462 5.13504 5.40512 5.40512C5.13504 5.67462 5 6.01062 5 6.41313V17.5869C5 17.9894 5.13504 18.3257 5.40512 18.5957ZM15.9375 14.625V15.5H8.0625V14.625H15.9375ZM18.125 9.375L14 10L14.625 5.875L18.125 9.375ZM12 9.375H8.0625V8.5H12V9.375ZM15.9375 12.4375H8.0625V11.5625H15.9375V12.4375Z",fill:o})})}))}));export{r as BlogCircleIcon};
1
+ import{__rest as o}from"tslib";import{jsx as n}from"react/jsx-runtime";import{Icon as e}from"../../components/icon/index.js";import{icon as i}from"../../components/icon/component.js";import{IconConsumer as t}from"../../components/icon/context.js";const r=i(i=>{var r=o(i,[]);return n(e,Object.assign({size:24,viewBox:"0 0 24 24",fill:"none"},r,{children:n(t,{children:({fill:o="#616D8D"}={fill:"#616D8D"})=>n("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM5.40512 18.5957C5.67462 18.8652 6.01062 19 6.41312 19H17.5869C17.9894 19 18.3257 18.865 18.5957 18.5949C18.8652 18.3254 19 17.9894 19 17.5869V8.87012L15.1299 5H6.41312C6.01062 5 5.67462 5.13504 5.40512 5.40512C5.13504 5.67462 5 6.01062 5 6.41313V17.5869C5 17.9894 5.13504 18.3257 5.40512 18.5957ZM15.9375 14.625V15.5H8.0625V14.625H15.9375ZM18.125 9.375L14 10L14.625 5.875L18.125 9.375ZM12 9.375H8.0625V8.5H12V9.375ZM15.9375 12.4375H8.0625V11.5625H15.9375V12.4375Z",fill:o})})}))});export{r as BlogCircleIcon};
@@ -1 +1 @@
1
- import{__rest as i}from"tslib";import{jsx as t,jsxs as o,Fragment as e}from"react/jsx-runtime";import{Icon as r}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as l}from"../../components/icon/component.js";import{useTheme as n}from"../../theme/hook.js";import{IconConsumer as c}from"../../components/icon/context.js";const m=l((l=>{var m=i(l,[]);const p=n().colors.base.white;return t(r,Object.assign({size:24,viewBox:"0 0 18 19",fill:"none"},m,{children:t(c,{children:({fill:i=p}={fill:p})=>o(e,{children:[o("g",{clipPath:"url(#clip0_9660_356812)",children:[t("path",{d:"M7.6875 14.75H1.125V16.0625H7.6875V14.75Z",fill:i}),t("path",{d:"M7.6875 10.8125H1.125V12.125H7.6875V10.8125Z",fill:i}),t("path",{d:"M15.5625 8.1875H2.4375C2.0894 8.1875 1.75556 8.04922 1.50942 7.80308C1.26328 7.55694 1.125 7.2231 1.125 6.875V2.9375C1.125 2.5894 1.26328 2.25556 1.50942 2.00942C1.75556 1.76328 2.0894 1.625 2.4375 1.625H15.5625C15.9106 1.625 16.2444 1.76328 16.4906 2.00942C16.7367 2.25556 16.875 2.5894 16.875 2.9375V6.875C16.875 7.2231 16.7367 7.55694 16.4906 7.80308C16.2444 8.04922 15.9106 8.1875 15.5625 8.1875ZM2.4375 2.9375V6.875H15.5625V2.9375H2.4375Z",fill:i}),t("path",{d:"M15.5625 17.375H11.625C11.2769 17.375 10.9431 17.2367 10.6969 16.9906C10.4508 16.7444 10.3125 16.4106 10.3125 16.0625V12.125C10.3125 11.7769 10.4508 11.4431 10.6969 11.1969C10.9431 10.9508 11.2769 10.8125 11.625 10.8125H15.5625C15.9106 10.8125 16.2444 10.9508 16.4906 11.1969C16.7367 11.4431 16.875 11.7769 16.875 12.125V16.0625C16.875 16.4106 16.7367 16.7444 16.4906 16.9906C16.2444 17.2367 15.9106 17.375 15.5625 17.375ZM11.625 12.125V16.0625H15.5625V12.125H11.625Z",fill:i})]}),t("defs",{children:t("clipPath",{id:"clip0_9660_356812",children:t("rect",{width:"18",height:"18",fill:i,transform:"translate(0 0.5)"})})})]})})}))}));export{m as BlogPostIcon};
1
+ import{__rest as i}from"tslib";import{jsx as t,jsxs as o,Fragment as e}from"react/jsx-runtime";import{Icon as r}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as l}from"../../components/icon/component.js";import{useTheme as n}from"../../theme/hook.js";import{IconConsumer as c}from"../../components/icon/context.js";const m=l(l=>{var m=i(l,[]);const p=n().colors.base.white;return t(r,Object.assign({size:24,viewBox:"0 0 18 19",fill:"none"},m,{children:t(c,{children:({fill:i=p}={fill:p})=>o(e,{children:[o("g",{clipPath:"url(#clip0_9660_356812)",children:[t("path",{d:"M7.6875 14.75H1.125V16.0625H7.6875V14.75Z",fill:i}),t("path",{d:"M7.6875 10.8125H1.125V12.125H7.6875V10.8125Z",fill:i}),t("path",{d:"M15.5625 8.1875H2.4375C2.0894 8.1875 1.75556 8.04922 1.50942 7.80308C1.26328 7.55694 1.125 7.2231 1.125 6.875V2.9375C1.125 2.5894 1.26328 2.25556 1.50942 2.00942C1.75556 1.76328 2.0894 1.625 2.4375 1.625H15.5625C15.9106 1.625 16.2444 1.76328 16.4906 2.00942C16.7367 2.25556 16.875 2.5894 16.875 2.9375V6.875C16.875 7.2231 16.7367 7.55694 16.4906 7.80308C16.2444 8.04922 15.9106 8.1875 15.5625 8.1875ZM2.4375 2.9375V6.875H15.5625V2.9375H2.4375Z",fill:i}),t("path",{d:"M15.5625 17.375H11.625C11.2769 17.375 10.9431 17.2367 10.6969 16.9906C10.4508 16.7444 10.3125 16.4106 10.3125 16.0625V12.125C10.3125 11.7769 10.4508 11.4431 10.6969 11.1969C10.9431 10.9508 11.2769 10.8125 11.625 10.8125H15.5625C15.9106 10.8125 16.2444 10.9508 16.4906 11.1969C16.7367 11.4431 16.875 11.7769 16.875 12.125V16.0625C16.875 16.4106 16.7367 16.7444 16.4906 16.9906C16.2444 17.2367 15.9106 17.375 15.5625 17.375ZM11.625 12.125V16.0625H15.5625V12.125H11.625Z",fill:i})]}),t("defs",{children:t("clipPath",{id:"clip0_9660_356812",children:t("rect",{width:"18",height:"18",fill:i,transform:"translate(0 0.5)"})})})]})})}))});export{m as BlogPostIcon};
@@ -1 +1 @@
1
- import{__rest as o}from"tslib";import{jsx as t}from"react/jsx-runtime";import{Icon as e}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as n}from"../../components/icon/component.js";import{useTheme as r}from"../../theme/hook.js";import{IconConsumer as i}from"../../components/icon/context.js";const s=n((n=>{var s=o(n,[]);const m=r().colors.base.white;return t(e,Object.assign({size:24,viewBox:"0 0 20 21",fill:"none"},s,{children:t(i,{children:({fill:o=m}={fill:m})=>t("path",{d:"M3.33331 16.3333V5.66667C3.33331 4.73325 3.33331 4.26653 3.51497 3.91002C3.67475 3.59641 3.92972 3.34144 4.24333 3.18166C4.59985 3 5.06656 3 5.99998 3H14C14.9334 3 15.4001 3 15.7566 3.18166C16.0702 3.34144 16.3252 3.59641 16.485 3.91002C16.6666 4.26653 16.6666 4.73325 16.6666 5.66667V14.6667H4.99998C4.0795 14.6667 3.33331 15.4128 3.33331 16.3333ZM3.33331 16.3333C3.33331 17.2538 4.0795 18 4.99998 18H16.6666M7.49998 6.33333H12.5M7.49998 9.66667H12.5M15.8333 14.6667V18",stroke:o,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})}))}));export{s as BookIcon};
1
+ import{__rest as o}from"tslib";import{jsx as t}from"react/jsx-runtime";import{Icon as e}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as n}from"../../components/icon/component.js";import{useTheme as r}from"../../theme/hook.js";import{IconConsumer as i}from"../../components/icon/context.js";const s=n(n=>{var s=o(n,[]);const m=r().colors.base.white;return t(e,Object.assign({size:24,viewBox:"0 0 20 21",fill:"none"},s,{children:t(i,{children:({fill:o=m}={fill:m})=>t("path",{d:"M3.33331 16.3333V5.66667C3.33331 4.73325 3.33331 4.26653 3.51497 3.91002C3.67475 3.59641 3.92972 3.34144 4.24333 3.18166C4.59985 3 5.06656 3 5.99998 3H14C14.9334 3 15.4001 3 15.7566 3.18166C16.0702 3.34144 16.3252 3.59641 16.485 3.91002C16.6666 4.26653 16.6666 4.73325 16.6666 5.66667V14.6667H4.99998C4.0795 14.6667 3.33331 15.4128 3.33331 16.3333ZM3.33331 16.3333C3.33331 17.2538 4.0795 18 4.99998 18H16.6666M7.49998 6.33333H12.5M7.49998 9.66667H12.5M15.8333 14.6667V18",stroke:o,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})}))});export{s as BookIcon};
@@ -1 +1 @@
1
- import{__rest as o}from"tslib";import{jsx as n}from"react/jsx-runtime";import{Icon as i}from"../../components/icon/index.js";import{icon as r}from"../../components/icon/component.js";const t=r((r=>{var t=o(r,[]);return n(i,Object.assign({size:16,viewBox:"0 0 16 16",fill:"none"},t,{children:n("path",{d:"M2 15.3333V4.66667C2 4.30001 2.13067 3.98601 2.392 3.72467C2.65333 3.46334 2.96711 3.33289 3.33333 3.33334H10C10.3667 3.33334 10.6807 3.464 10.942 3.72534C11.2033 3.98667 11.3338 4.30045 11.3333 4.66667V15.3333L6.66667 13.3333L2 15.3333ZM12.6667 13.3333V2.00001H4V0.666672H12.6667C13.0333 0.666672 13.3473 0.797338 13.6087 1.05867C13.87 1.32001 14.0004 1.63378 14 2.00001V13.3333H12.6667Z",fill:"#616D8D"})}))}));export{t as BookmarksIcon};
1
+ import{__rest as o}from"tslib";import{jsx as n}from"react/jsx-runtime";import{Icon as i}from"../../components/icon/index.js";import{icon as r}from"../../components/icon/component.js";const t=r(r=>{var t=o(r,[]);return n(i,Object.assign({size:16,viewBox:"0 0 16 16",fill:"none"},t,{children:n("path",{d:"M2 15.3333V4.66667C2 4.30001 2.13067 3.98601 2.392 3.72467C2.65333 3.46334 2.96711 3.33289 3.33333 3.33334H10C10.3667 3.33334 10.6807 3.464 10.942 3.72534C11.2033 3.98667 11.3338 4.30045 11.3333 4.66667V15.3333L6.66667 13.3333L2 15.3333ZM12.6667 13.3333V2.00001H4V0.666672H12.6667C13.0333 0.666672 13.3473 0.797338 13.6087 1.05867C13.87 1.32001 14.0004 1.63378 14 2.00001V13.3333H12.6667Z",fill:"#616D8D"})}))});export{t as BookmarksIcon};
@@ -1 +1 @@
1
- import{__rest as o}from"tslib";import{jsx as r}from"react/jsx-runtime";import{useTheme as H}from"styled-components";import{Icon as V}from"../../components/icon/index.js";import{icon as n}from"../../components/icon/component.js";import{IconConsumer as t}from"../../components/icon/context.js";const e=n((n=>{var e=o(n,[]);const i=H();return r(V,Object.assign({size:18,viewBox:"0 0 18 18",fill:"none"},e,{children:r(t,{children:({fill:o=i.colors.grayScale.gray1}={fill:i.colors.grayScale.gray1})=>r("path",{d:"M5.11111 4.18078H4.61111V4.68078V7.56078V8.06078H5.11111H8.22222H8.72222V7.56078V4.68078V4.18078H8.22222H5.11111ZM5.11111 8.50078H4.61111V9.00078V10.4408V10.9408H5.11111H12.8889H13.3889V10.4408V9.00078V8.50078H12.8889H5.11111ZM5.11111 11.3808H4.61111V11.8808V13.3208V13.8208H5.11111H12.8889H13.3889V13.3208V11.8808V11.3808H12.8889H5.11111ZM9.77778 4.90078H9.27778V5.40078V6.84078V7.34078H9.77778H12.8889H13.3889V6.84078V5.40078V4.90078H12.8889H9.77778ZM15.2222 15.7008H2.77778C2.69219 15.7008 2.61713 15.6689 2.56747 15.623C2.51911 15.5782 2.5 15.5261 2.5 15.4808V2.52078C2.5 2.47543 2.51911 2.42335 2.56747 2.37858C2.61713 2.33261 2.69219 2.30078 2.77778 2.30078H15.2222C15.3078 2.30078 15.3829 2.33261 15.4325 2.37858C15.4809 2.42335 15.5 2.47543 15.5 2.52078V15.4808C15.5 15.5261 15.4809 15.5782 15.4325 15.623C15.3829 15.6689 15.3078 15.7008 15.2222 15.7008Z",fill:o,stroke:o})})}))}));export{e as BookmarksBigIcon};
1
+ import{__rest as o}from"tslib";import{jsx as r}from"react/jsx-runtime";import{useTheme as H}from"styled-components";import{Icon as V}from"../../components/icon/index.js";import{icon as n}from"../../components/icon/component.js";import{IconConsumer as t}from"../../components/icon/context.js";const e=n(n=>{var e=o(n,[]);const i=H();return r(V,Object.assign({size:18,viewBox:"0 0 18 18",fill:"none"},e,{children:r(t,{children:({fill:o=i.colors.grayScale.gray1}={fill:i.colors.grayScale.gray1})=>r("path",{d:"M5.11111 4.18078H4.61111V4.68078V7.56078V8.06078H5.11111H8.22222H8.72222V7.56078V4.68078V4.18078H8.22222H5.11111ZM5.11111 8.50078H4.61111V9.00078V10.4408V10.9408H5.11111H12.8889H13.3889V10.4408V9.00078V8.50078H12.8889H5.11111ZM5.11111 11.3808H4.61111V11.8808V13.3208V13.8208H5.11111H12.8889H13.3889V13.3208V11.8808V11.3808H12.8889H5.11111ZM9.77778 4.90078H9.27778V5.40078V6.84078V7.34078H9.77778H12.8889H13.3889V6.84078V5.40078V4.90078H12.8889H9.77778ZM15.2222 15.7008H2.77778C2.69219 15.7008 2.61713 15.6689 2.56747 15.623C2.51911 15.5782 2.5 15.5261 2.5 15.4808V2.52078C2.5 2.47543 2.51911 2.42335 2.56747 2.37858C2.61713 2.33261 2.69219 2.30078 2.77778 2.30078H15.2222C15.3078 2.30078 15.3829 2.33261 15.4325 2.37858C15.4809 2.42335 15.5 2.47543 15.5 2.52078V15.4808C15.5 15.5261 15.4809 15.5782 15.4325 15.623C15.3829 15.6689 15.3078 15.7008 15.2222 15.7008Z",fill:o,stroke:o})})}))});export{e as BookmarksBigIcon};
@@ -1 +1 @@
1
- import{__rest as C}from"tslib";import{jsxs as i,jsx as e}from"react/jsx-runtime";import{Icon as o}from"../../components/icon/index.js";import{icon as l}from"../../components/icon/component.js";const n=l((l=>{var n=C(l,[]);return i(o,Object.assign({size:24,viewBox:"0 0 24 24",fill:"none"},n,{children:[e("g",{clipPath:"url(#clip0_62_25450)",children:e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM18.2981 9.16163V11.2523C18.5032 11.2713 18.8063 11.3535 18.9477 11.6964C18.9889 11.7976 19.0062 11.9071 18.998 12.0162V13.3781C18.998 13.5645 18.9243 13.7432 18.7931 13.875C18.6618 14.0068 18.4838 14.0808 18.2981 14.0808V17.5945C18.2981 17.9673 18.1507 18.3248 17.8882 18.5883C17.6256 18.8519 17.2696 19 16.8983 19H7.09971C6.72846 19 6.37241 18.8519 6.1099 18.5883C5.84738 18.3248 5.6999 17.9673 5.6999 17.5945V14.0808C5.51428 14.0808 5.33625 14.0068 5.205 13.875C5.07374 13.7432 5 13.5645 5 13.3781V11.9726C4.99991 11.795 5.06687 11.6239 5.1874 11.4939C5.30793 11.3639 5.47306 11.2846 5.64951 11.272L5.6999 11.2684V9.16163C5.6999 8.78887 5.84738 8.43138 6.1099 8.1678C6.37241 7.90423 6.72846 7.75615 7.09971 7.75615H11.2991V6.83415C11.0857 6.6416 10.9492 6.36472 10.9492 6.05411C10.9492 5.77454 11.0598 5.50643 11.2567 5.30874C11.4536 5.11106 11.7206 5 11.999 5C12.2775 5 12.5445 5.11106 12.7414 5.30874C12.9383 5.50643 13.0489 5.77454 13.0489 6.05411C13.0489 6.36472 12.9124 6.6416 12.6989 6.83415V7.75615H16.8983C17.2696 7.75615 17.6256 7.90423 17.8882 8.1678C18.1507 8.43138 18.2981 8.78887 18.2981 9.16163ZM9.54937 10.5671C8.96985 10.5671 8.49951 11.1968 8.49951 11.9726C8.49951 12.7484 8.96985 13.3781 9.54937 13.3781C10.1289 13.3781 10.5992 12.7484 10.5992 11.9726C10.5992 11.1968 10.1289 10.5671 9.54937 10.5671ZM9.19941 16.189C9.19941 16.189 14.0966 16.1869 14.7972 16.189L14.8 14.7836C14.0994 14.7822 9.19941 14.7836 9.19941 14.7836V16.189ZM13.3988 11.9726C13.3988 12.7484 13.8692 13.3781 14.4487 13.3781C15.0282 13.3781 15.4985 12.7484 15.4985 11.9726C15.4985 11.1968 15.0282 10.5671 14.4487 10.5671C13.8692 10.5671 13.3988 11.1968 13.3988 11.9726Z",fill:"#616D8D"})}),e("defs",{children:e("clipPath",{id:"clip0_62_25450",children:e("rect",{width:"24",height:"24",fill:"white"})})})]}))}));export{n as BotCircleIcon};
1
+ import{__rest as C}from"tslib";import{jsxs as i,jsx as e}from"react/jsx-runtime";import{Icon as o}from"../../components/icon/index.js";import{icon as l}from"../../components/icon/component.js";const n=l(l=>{var n=C(l,[]);return i(o,Object.assign({size:24,viewBox:"0 0 24 24",fill:"none"},n,{children:[e("g",{clipPath:"url(#clip0_62_25450)",children:e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM18.2981 9.16163V11.2523C18.5032 11.2713 18.8063 11.3535 18.9477 11.6964C18.9889 11.7976 19.0062 11.9071 18.998 12.0162V13.3781C18.998 13.5645 18.9243 13.7432 18.7931 13.875C18.6618 14.0068 18.4838 14.0808 18.2981 14.0808V17.5945C18.2981 17.9673 18.1507 18.3248 17.8882 18.5883C17.6256 18.8519 17.2696 19 16.8983 19H7.09971C6.72846 19 6.37241 18.8519 6.1099 18.5883C5.84738 18.3248 5.6999 17.9673 5.6999 17.5945V14.0808C5.51428 14.0808 5.33625 14.0068 5.205 13.875C5.07374 13.7432 5 13.5645 5 13.3781V11.9726C4.99991 11.795 5.06687 11.6239 5.1874 11.4939C5.30793 11.3639 5.47306 11.2846 5.64951 11.272L5.6999 11.2684V9.16163C5.6999 8.78887 5.84738 8.43138 6.1099 8.1678C6.37241 7.90423 6.72846 7.75615 7.09971 7.75615H11.2991V6.83415C11.0857 6.6416 10.9492 6.36472 10.9492 6.05411C10.9492 5.77454 11.0598 5.50643 11.2567 5.30874C11.4536 5.11106 11.7206 5 11.999 5C12.2775 5 12.5445 5.11106 12.7414 5.30874C12.9383 5.50643 13.0489 5.77454 13.0489 6.05411C13.0489 6.36472 12.9124 6.6416 12.6989 6.83415V7.75615H16.8983C17.2696 7.75615 17.6256 7.90423 17.8882 8.1678C18.1507 8.43138 18.2981 8.78887 18.2981 9.16163ZM9.54937 10.5671C8.96985 10.5671 8.49951 11.1968 8.49951 11.9726C8.49951 12.7484 8.96985 13.3781 9.54937 13.3781C10.1289 13.3781 10.5992 12.7484 10.5992 11.9726C10.5992 11.1968 10.1289 10.5671 9.54937 10.5671ZM9.19941 16.189C9.19941 16.189 14.0966 16.1869 14.7972 16.189L14.8 14.7836C14.0994 14.7822 9.19941 14.7836 9.19941 14.7836V16.189ZM13.3988 11.9726C13.3988 12.7484 13.8692 13.3781 14.4487 13.3781C15.0282 13.3781 15.4985 12.7484 15.4985 11.9726C15.4985 11.1968 15.0282 10.5671 14.4487 10.5671C13.8692 10.5671 13.3988 11.1968 13.3988 11.9726Z",fill:"#616D8D"})}),e("defs",{children:e("clipPath",{id:"clip0_62_25450",children:e("rect",{width:"24",height:"24",fill:"white"})})})]}))});export{n as BotCircleIcon};
@@ -1 +1 @@
1
- import{__rest as i}from"tslib";import{jsxs as o,jsx as t}from"react/jsx-runtime";import{Icon as e}from"../../components/icon/index.js";import{icon as r}from"../../components/icon/component.js";const n=r((r=>{var n=i(r,[]);return o(e,Object.assign({size:36,viewBox:"0 0 36 36",fill:"none"},n,{children:[t("rect",{width:"36",height:"36",rx:"10",fill:"url(#paint0_linear_86_2986)"}),t("path",{d:"M23 8C20.2398 8.00309 18.0031 10.2398 18 13H15.5C14.1193 13 13 14.1193 13 15.5V18H8V28H18V23H20.5C21.8807 23 23 21.8807 23 20.5V18C25.7614 18 28 15.7614 28 13C28 10.2386 25.7614 8 23 8ZM16.75 26.75H9.25V19.25H16.75V26.75ZM21.75 20.5C21.75 21.1904 21.1904 21.75 20.5 21.75H18V18H14.25V15.5C14.25 14.8096 14.8096 14.25 15.5 14.25H20.5C21.1904 14.25 21.75 14.8096 21.75 15.5V20.5ZM23 16.75V15.5C23 14.1193 21.8807 13 20.5 13H19.25C19.25 10.9289 20.9289 9.25 23 9.25C25.0711 9.25 26.75 10.9289 26.75 13C26.75 15.0711 25.0711 16.75 23 16.75Z",fill:"white"}),t("defs",{children:o("linearGradient",{id:"paint0_linear_86_2986",x1:"-0.141732",y1:"18",x2:"35.8583",y2:"18",gradientUnits:"userSpaceOnUse",children:[t("stop",{stopColor:"#1C64F2"}),t("stop",{offset:"1",stopColor:"#D41CF2"})]})})]}))}));export{n as BothubAggIcon};
1
+ import{__rest as i}from"tslib";import{jsxs as o,jsx as t}from"react/jsx-runtime";import{Icon as e}from"../../components/icon/index.js";import{icon as r}from"../../components/icon/component.js";const n=r(r=>{var n=i(r,[]);return o(e,Object.assign({size:36,viewBox:"0 0 36 36",fill:"none"},n,{children:[t("rect",{width:"36",height:"36",rx:"10",fill:"url(#paint0_linear_86_2986)"}),t("path",{d:"M23 8C20.2398 8.00309 18.0031 10.2398 18 13H15.5C14.1193 13 13 14.1193 13 15.5V18H8V28H18V23H20.5C21.8807 23 23 21.8807 23 20.5V18C25.7614 18 28 15.7614 28 13C28 10.2386 25.7614 8 23 8ZM16.75 26.75H9.25V19.25H16.75V26.75ZM21.75 20.5C21.75 21.1904 21.1904 21.75 20.5 21.75H18V18H14.25V15.5C14.25 14.8096 14.8096 14.25 15.5 14.25H20.5C21.1904 14.25 21.75 14.8096 21.75 15.5V20.5ZM23 16.75V15.5C23 14.1193 21.8807 13 20.5 13H19.25C19.25 10.9289 20.9289 9.25 23 9.25C25.0711 9.25 26.75 10.9289 26.75 13C26.75 15.0711 25.0711 16.75 23 16.75Z",fill:"white"}),t("defs",{children:o("linearGradient",{id:"paint0_linear_86_2986",x1:"-0.141732",y1:"18",x2:"35.8583",y2:"18",gradientUnits:"userSpaceOnUse",children:[t("stop",{stopColor:"#1C64F2"}),t("stop",{offset:"1",stopColor:"#D41CF2"})]})})]}))});export{n as BothubAggIcon};
@@ -1 +1 @@
1
- import{__rest as C}from"tslib";import{jsx as i,jsxs as t,Fragment as e}from"react/jsx-runtime";import{Icon as o}from"../../components/icon/index.js";import{icon as r}from"../../components/icon/component.js";import{IconConsumer as n}from"../../components/icon/context.js";const l=r((r=>{var l=C(r,[]);return i(o,Object.assign({size:108,viewBox:"0 0 108 108",fill:"none"},l,{children:i(n,{children:()=>t(e,{children:[i("circle",{cx:"54",cy:"54",r:"54",fill:"url(#paint0_linear_2015_61692)"}),i("path",{d:"M32 42.7249V23H40.2001C42.0851 23 43.6875 23.5273 45.007 24.5818C46.3365 25.6272 47.0012 26.8744 47.0012 28.3232C47.0012 29.1669 46.7383 29.9693 46.2125 30.7304C45.6965 31.4823 45.0417 32.005 44.248 32.2985C45.3394 32.5369 46.2273 33.0917 46.9119 33.9629C47.5965 34.834 47.9388 35.8565 47.9388 37.0303C47.9388 38.635 47.2691 39.9876 45.9297 41.088C44.5903 42.1793 42.988 42.7249 41.1228 42.7249H32ZM37.179 30.7579H39.962C40.4878 30.7579 40.9293 30.602 41.2865 30.2902C41.6436 29.9785 41.8222 29.5979 41.8222 29.1486C41.8222 28.7176 41.6387 28.3462 41.2716 28.0344C40.9144 27.7226 40.4779 27.5667 39.962 27.5667H37.179V30.7579ZM37.179 38.1582H40.6614C41.2369 38.1582 41.723 37.9748 42.1199 37.608C42.5266 37.2412 42.73 36.7964 42.73 36.2737C42.73 35.751 42.5316 35.3063 42.1348 34.9395C41.7478 34.5727 41.2765 34.3893 40.7209 34.3893H37.179V38.1582Z",fill:"white"}),i("path",{d:"M51.1277 30.6341C52.616 29.2494 54.4663 28.5571 56.6788 28.5571C58.8913 28.5571 60.7466 29.2494 62.2447 30.6341C63.7429 32.0188 64.4919 33.7474 64.4919 35.8198C64.4919 37.1678 64.1496 38.392 63.4651 39.4924C62.7805 40.5928 61.8429 41.4548 60.6523 42.0784C59.4618 42.6928 58.1372 43 56.6788 43C54.4663 43 52.616 42.3168 51.1277 40.9505C49.6494 39.5841 48.9103 37.8739 48.9103 35.8198C48.9103 33.7382 49.6494 32.0096 51.1277 30.6341ZM56.6788 32.89C55.8255 32.89 55.1162 33.1696 54.5506 33.729C53.9851 34.2792 53.7024 34.9762 53.7024 35.8198C53.7024 36.6359 53.9851 37.3145 54.5506 37.8556C55.1162 38.3966 55.8255 38.6671 56.6788 38.6671C57.5519 38.6671 58.2712 38.3966 58.8367 37.8556C59.4121 37.3145 59.6999 36.6359 59.6999 35.8198C59.6999 34.9762 59.4121 34.2792 58.8367 33.729C58.2712 33.1696 57.5519 32.89 56.6788 32.89Z",fill:"white"}),i("path",{d:"M76 33.1788H72.4283V36.7276C72.4283 37.3604 72.6565 37.8418 73.1129 38.1719C73.5692 38.5021 74.1546 38.6671 74.869 38.6671C75.3154 38.6671 75.6924 38.6304 76 38.5571V42.7249C75.4345 42.8716 74.6805 42.945 73.7379 42.945C71.8826 42.945 70.3894 42.3994 69.2584 41.3081C68.1273 40.2077 67.5618 38.7084 67.5618 36.8102V33.1788H64.8086V28.8322H67.5618V25.2834H72.4283V28.8322H76V33.1788Z",fill:"white"}),i("rect",{x:"22",y:"51",width:"64",height:"33",rx:"4",fill:"#3C0C50"}),i("path",{d:"M38.2698 61.9825C40.2259 61.9825 41.7563 62.5522 42.8611 63.6915C43.9658 64.8308 44.5182 66.4055 44.5182 68.4155V76.2934H39.5165V69.0129C39.5165 68.2163 39.2834 67.5772 38.8171 67.0955C38.3509 66.6046 37.7327 66.3591 36.9624 66.3591C36.2023 66.3591 35.584 66.6046 35.1077 67.0955C34.6415 67.5772 34.4084 68.2163 34.4084 69.0129V76.2934H29.4219V56.3693H34.4084V63.886C35.3712 62.617 36.6584 61.9825 38.2698 61.9825Z",fill:"white"}),i("path",{d:"M56.8974 62.2604H61.8991V76.2934H56.8974V74.6956C55.9244 75.9461 54.6474 76.5713 53.0663 76.5713C51.1103 76.5713 49.5748 76.0063 48.4599 74.8762C47.3552 73.7369 46.8028 72.1622 46.8028 70.1522V62.2604H51.7893V69.5548C51.7893 70.3514 52.0224 70.9905 52.4886 71.4722C52.965 71.9538 53.5934 72.1947 54.3738 72.1947C55.1339 72.1947 55.742 71.9538 56.1981 71.4722C56.6643 70.9905 56.8974 70.3514 56.8974 69.5548V62.2604Z",fill:"white"}),i("path",{d:"M73.6551 61.9825C74.9321 61.9825 76.1027 62.3113 77.1669 62.969C78.2412 63.6266 79.0824 64.5159 79.6905 65.6367C80.3088 66.7482 80.6179 67.9662 80.6179 69.2908C80.6179 71.3008 79.9388 73.019 78.5807 74.4455C77.2328 75.8627 75.5909 76.5713 73.6551 76.5713C71.7395 76.5713 70.2446 75.909 69.1703 74.5844V76.2934H64.1838V56.3693H69.1703V63.9694C70.2446 62.6448 71.7395 61.9825 73.6551 61.9825ZM72.4692 72.2224C73.3713 72.2224 74.1415 71.9399 74.7801 71.3749C75.4186 70.8006 75.7378 70.1059 75.7378 69.2908C75.7378 68.4664 75.4186 67.7717 74.7801 67.2067C74.1517 66.6417 73.3814 66.3591 72.4692 66.3591C71.5469 66.3591 70.7665 66.6417 70.128 67.2067C69.4895 67.7717 69.1703 68.4664 69.1703 69.2908C69.1703 70.1059 69.4895 70.8006 70.128 71.3749C70.7665 71.9399 71.5469 72.2224 72.4692 72.2224Z",fill:"white"}),i("defs",{children:t("linearGradient",{id:"paint0_linear_2015_61692",x1:"76",y1:"149.5",x2:"11.5",y2:"-15",gradientUnits:"userSpaceOnUse",children:[i("stop",{stopColor:"#185DE3"}),i("stop",{offset:"1",stopColor:"#E545FF"})]})})]})})}))}));export{l as BothubLogoGradient};
1
+ import{__rest as C}from"tslib";import{jsx as i,jsxs as t,Fragment as e}from"react/jsx-runtime";import{Icon as o}from"../../components/icon/index.js";import{icon as r}from"../../components/icon/component.js";import{IconConsumer as n}from"../../components/icon/context.js";const l=r(r=>{var l=C(r,[]);return i(o,Object.assign({size:108,viewBox:"0 0 108 108",fill:"none"},l,{children:i(n,{children:()=>t(e,{children:[i("circle",{cx:"54",cy:"54",r:"54",fill:"url(#paint0_linear_2015_61692)"}),i("path",{d:"M32 42.7249V23H40.2001C42.0851 23 43.6875 23.5273 45.007 24.5818C46.3365 25.6272 47.0012 26.8744 47.0012 28.3232C47.0012 29.1669 46.7383 29.9693 46.2125 30.7304C45.6965 31.4823 45.0417 32.005 44.248 32.2985C45.3394 32.5369 46.2273 33.0917 46.9119 33.9629C47.5965 34.834 47.9388 35.8565 47.9388 37.0303C47.9388 38.635 47.2691 39.9876 45.9297 41.088C44.5903 42.1793 42.988 42.7249 41.1228 42.7249H32ZM37.179 30.7579H39.962C40.4878 30.7579 40.9293 30.602 41.2865 30.2902C41.6436 29.9785 41.8222 29.5979 41.8222 29.1486C41.8222 28.7176 41.6387 28.3462 41.2716 28.0344C40.9144 27.7226 40.4779 27.5667 39.962 27.5667H37.179V30.7579ZM37.179 38.1582H40.6614C41.2369 38.1582 41.723 37.9748 42.1199 37.608C42.5266 37.2412 42.73 36.7964 42.73 36.2737C42.73 35.751 42.5316 35.3063 42.1348 34.9395C41.7478 34.5727 41.2765 34.3893 40.7209 34.3893H37.179V38.1582Z",fill:"white"}),i("path",{d:"M51.1277 30.6341C52.616 29.2494 54.4663 28.5571 56.6788 28.5571C58.8913 28.5571 60.7466 29.2494 62.2447 30.6341C63.7429 32.0188 64.4919 33.7474 64.4919 35.8198C64.4919 37.1678 64.1496 38.392 63.4651 39.4924C62.7805 40.5928 61.8429 41.4548 60.6523 42.0784C59.4618 42.6928 58.1372 43 56.6788 43C54.4663 43 52.616 42.3168 51.1277 40.9505C49.6494 39.5841 48.9103 37.8739 48.9103 35.8198C48.9103 33.7382 49.6494 32.0096 51.1277 30.6341ZM56.6788 32.89C55.8255 32.89 55.1162 33.1696 54.5506 33.729C53.9851 34.2792 53.7024 34.9762 53.7024 35.8198C53.7024 36.6359 53.9851 37.3145 54.5506 37.8556C55.1162 38.3966 55.8255 38.6671 56.6788 38.6671C57.5519 38.6671 58.2712 38.3966 58.8367 37.8556C59.4121 37.3145 59.6999 36.6359 59.6999 35.8198C59.6999 34.9762 59.4121 34.2792 58.8367 33.729C58.2712 33.1696 57.5519 32.89 56.6788 32.89Z",fill:"white"}),i("path",{d:"M76 33.1788H72.4283V36.7276C72.4283 37.3604 72.6565 37.8418 73.1129 38.1719C73.5692 38.5021 74.1546 38.6671 74.869 38.6671C75.3154 38.6671 75.6924 38.6304 76 38.5571V42.7249C75.4345 42.8716 74.6805 42.945 73.7379 42.945C71.8826 42.945 70.3894 42.3994 69.2584 41.3081C68.1273 40.2077 67.5618 38.7084 67.5618 36.8102V33.1788H64.8086V28.8322H67.5618V25.2834H72.4283V28.8322H76V33.1788Z",fill:"white"}),i("rect",{x:"22",y:"51",width:"64",height:"33",rx:"4",fill:"#3C0C50"}),i("path",{d:"M38.2698 61.9825C40.2259 61.9825 41.7563 62.5522 42.8611 63.6915C43.9658 64.8308 44.5182 66.4055 44.5182 68.4155V76.2934H39.5165V69.0129C39.5165 68.2163 39.2834 67.5772 38.8171 67.0955C38.3509 66.6046 37.7327 66.3591 36.9624 66.3591C36.2023 66.3591 35.584 66.6046 35.1077 67.0955C34.6415 67.5772 34.4084 68.2163 34.4084 69.0129V76.2934H29.4219V56.3693H34.4084V63.886C35.3712 62.617 36.6584 61.9825 38.2698 61.9825Z",fill:"white"}),i("path",{d:"M56.8974 62.2604H61.8991V76.2934H56.8974V74.6956C55.9244 75.9461 54.6474 76.5713 53.0663 76.5713C51.1103 76.5713 49.5748 76.0063 48.4599 74.8762C47.3552 73.7369 46.8028 72.1622 46.8028 70.1522V62.2604H51.7893V69.5548C51.7893 70.3514 52.0224 70.9905 52.4886 71.4722C52.965 71.9538 53.5934 72.1947 54.3738 72.1947C55.1339 72.1947 55.742 71.9538 56.1981 71.4722C56.6643 70.9905 56.8974 70.3514 56.8974 69.5548V62.2604Z",fill:"white"}),i("path",{d:"M73.6551 61.9825C74.9321 61.9825 76.1027 62.3113 77.1669 62.969C78.2412 63.6266 79.0824 64.5159 79.6905 65.6367C80.3088 66.7482 80.6179 67.9662 80.6179 69.2908C80.6179 71.3008 79.9388 73.019 78.5807 74.4455C77.2328 75.8627 75.5909 76.5713 73.6551 76.5713C71.7395 76.5713 70.2446 75.909 69.1703 74.5844V76.2934H64.1838V56.3693H69.1703V63.9694C70.2446 62.6448 71.7395 61.9825 73.6551 61.9825ZM72.4692 72.2224C73.3713 72.2224 74.1415 71.9399 74.7801 71.3749C75.4186 70.8006 75.7378 70.1059 75.7378 69.2908C75.7378 68.4664 75.4186 67.7717 74.7801 67.2067C74.1517 66.6417 73.3814 66.3591 72.4692 66.3591C71.5469 66.3591 70.7665 66.6417 70.128 67.2067C69.4895 67.7717 69.1703 68.4664 69.1703 69.2908C69.1703 70.1059 69.4895 70.8006 70.128 71.3749C70.7665 71.9399 71.5469 72.2224 72.4692 72.2224Z",fill:"white"}),i("defs",{children:t("linearGradient",{id:"paint0_linear_2015_61692",x1:"76",y1:"149.5",x2:"11.5",y2:"-15",gradientUnits:"userSpaceOnUse",children:[i("stop",{stopColor:"#185DE3"}),i("stop",{offset:"1",stopColor:"#E545FF"})]})})]})})}))});export{l as BothubLogoGradient};
@@ -1 +1 @@
1
- import{__rest as i}from"tslib";import{jsx as o,jsxs as t,Fragment as e}from"react/jsx-runtime";import{Icon as r}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as n}from"../../components/icon/component.js";import{useTheme as c}from"../../theme/hook.js";import{IconConsumer as l}from"../../components/icon/context.js";const m=n((n=>{var m=i(n,[]);const s=c().colors.base.white;return o(r,Object.assign({size:24,viewBox:"0 0 18 19",fill:"none"},m,{children:o(l,{children:({fill:i=s}={fill:s})=>t(e,{children:[o("g",{clipPath:"url(#clip0_9786_99084)",children:o("path",{d:"M17.382 9.50002L17.9743 6.37935C18.1733 5.3305 17.1816 4.4511 16.1654 4.77036L10.8335 6.44513H7.16636L1.83451 4.77036C0.815961 4.45047 -0.172912 5.33289 0.0256149 6.37935L0.617856 9.50002L0.0256149 12.6207C-0.173158 13.6682 0.817121 14.5492 1.83451 14.2297L7.1664 12.5549H10.8335L16.1654 14.2297C17.1834 14.5493 18.173 13.6677 17.9743 12.6207L17.382 9.50002ZM6.48947 8.91309H4.3531C4.02895 8.91309 3.76616 9.17588 3.76616 9.50002C3.76616 9.82416 4.02895 10.087 4.3531 10.087H6.48947V11.5372L1.48273 13.1098C1.31159 13.1634 1.14537 13.0165 1.17895 12.8396L1.79193 9.60947C1.80568 9.53715 1.80568 9.4629 1.79193 9.39058L1.17895 6.16047C1.14559 5.98451 1.31061 5.83626 1.48273 5.89026L6.48947 7.46286V8.91309ZM10.3366 11.3811H9.5869V10.557C9.5869 10.2329 9.32411 9.9701 8.99997 9.9701C8.67583 9.9701 8.41304 10.2329 8.41304 10.557V11.3811H7.66333V7.61899H10.3366V11.3811ZM16.208 9.60947L16.821 12.8396C16.8545 13.0159 16.6888 13.1636 16.5172 13.1098L11.5105 11.5371V10.0869H13.6468C13.971 10.0869 14.2338 9.82409 14.2338 9.49995C14.2338 9.17581 13.971 8.91302 13.6468 8.91302H11.5105V7.46279L16.5172 5.89019C16.6882 5.83657 16.8546 5.98339 16.821 6.1604L16.208 9.39051C16.1943 9.4629 16.1943 9.53715 16.208 9.60947Z",fill:i})}),o("defs",{children:o("clipPath",{id:"clip0_9786_99084",children:o("rect",{width:"18",height:"18",fill:i,transform:"translate(0 0.5)"})})})]})})}))}));export{m as BowTieIcon};
1
+ import{__rest as i}from"tslib";import{jsx as o,jsxs as t,Fragment as e}from"react/jsx-runtime";import{Icon as r}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as n}from"../../components/icon/component.js";import{useTheme as c}from"../../theme/hook.js";import{IconConsumer as l}from"../../components/icon/context.js";const m=n(n=>{var m=i(n,[]);const s=c().colors.base.white;return o(r,Object.assign({size:24,viewBox:"0 0 18 19",fill:"none"},m,{children:o(l,{children:({fill:i=s}={fill:s})=>t(e,{children:[o("g",{clipPath:"url(#clip0_9786_99084)",children:o("path",{d:"M17.382 9.50002L17.9743 6.37935C18.1733 5.3305 17.1816 4.4511 16.1654 4.77036L10.8335 6.44513H7.16636L1.83451 4.77036C0.815961 4.45047 -0.172912 5.33289 0.0256149 6.37935L0.617856 9.50002L0.0256149 12.6207C-0.173158 13.6682 0.817121 14.5492 1.83451 14.2297L7.1664 12.5549H10.8335L16.1654 14.2297C17.1834 14.5493 18.173 13.6677 17.9743 12.6207L17.382 9.50002ZM6.48947 8.91309H4.3531C4.02895 8.91309 3.76616 9.17588 3.76616 9.50002C3.76616 9.82416 4.02895 10.087 4.3531 10.087H6.48947V11.5372L1.48273 13.1098C1.31159 13.1634 1.14537 13.0165 1.17895 12.8396L1.79193 9.60947C1.80568 9.53715 1.80568 9.4629 1.79193 9.39058L1.17895 6.16047C1.14559 5.98451 1.31061 5.83626 1.48273 5.89026L6.48947 7.46286V8.91309ZM10.3366 11.3811H9.5869V10.557C9.5869 10.2329 9.32411 9.9701 8.99997 9.9701C8.67583 9.9701 8.41304 10.2329 8.41304 10.557V11.3811H7.66333V7.61899H10.3366V11.3811ZM16.208 9.60947L16.821 12.8396C16.8545 13.0159 16.6888 13.1636 16.5172 13.1098L11.5105 11.5371V10.0869H13.6468C13.971 10.0869 14.2338 9.82409 14.2338 9.49995C14.2338 9.17581 13.971 8.91302 13.6468 8.91302H11.5105V7.46279L16.5172 5.89019C16.6882 5.83657 16.8546 5.98339 16.821 6.1604L16.208 9.39051C16.1943 9.4629 16.1943 9.53715 16.208 9.60947Z",fill:i})}),o("defs",{children:o("clipPath",{id:"clip0_9786_99084",children:o("rect",{width:"18",height:"18",fill:i,transform:"translate(0 0.5)"})})})]})})}))});export{m as BowTieIcon};
@@ -1 +1 @@
1
- import{__rest as C}from"tslib";import{jsx as o}from"react/jsx-runtime";import{Icon as t}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as e}from"../../components/icon/component.js";import{useTheme as i}from"../../theme/hook.js";import{IconConsumer as n}from"../../components/icon/context.js";const r=e((e=>{var r=C(e,[]);const m=i();return o(t,Object.assign({size:24,viewBox:"0 0 24 24",fill:"none"},r,{children:o(n,{children:({fill:C=m.colors.base.white}={fill:m.colors.base.white})=>o("path",{d:"M22.5 12.0001C22.5002 11.1708 22.1861 10.3723 21.621 9.76543C21.4302 9.57275 21.2855 9.33943 21.1977 9.08292C21.1098 8.82641 21.0811 8.55336 21.1136 8.28418C21.1154 8.2695 21.1163 8.25472 21.1162 8.23993C21.1142 7.43119 20.815 6.65138 20.2756 6.04882C19.7362 5.44626 18.9941 5.06296 18.1905 4.97181C18.0902 4.17418 17.7115 3.4376 17.121 2.89206C16.7917 2.58889 16.4032 2.35733 15.9798 2.212C15.5565 2.06668 15.1077 2.01075 14.6616 2.04775C14.2156 2.08476 13.7821 2.21389 13.3885 2.42699C12.9949 2.64009 12.6498 2.93253 12.375 3.28581V8.62506H13.9957C14.294 8.62476 14.58 8.50614 14.7909 8.29523C15.0018 8.08431 15.1204 7.79834 15.1207 7.50006V6.53256C14.8705 6.4441 14.6597 6.27003 14.5254 6.04113C14.3911 5.81222 14.3421 5.54322 14.3869 5.28166C14.4318 5.0201 14.5677 4.78282 14.7706 4.61177C14.9735 4.44072 15.2304 4.3469 15.4957 4.3469C15.7611 4.3469 16.018 4.44072 16.2209 4.61177C16.4238 4.78282 16.5597 5.0201 16.6045 5.28166C16.6494 5.54322 16.6004 5.81222 16.4661 6.04113C16.3318 6.27003 16.1209 6.4441 15.8707 6.53256V7.50006C15.8701 7.99716 15.6724 8.47373 15.3209 8.82523C14.9694 9.17673 14.4928 9.37446 13.9957 9.37506H12.375V10.6486H16.6185C16.9168 10.6483 17.2027 10.5296 17.4137 10.3187C17.6246 10.1078 17.7432 9.82184 17.7435 9.52356V8.55606C17.4933 8.4676 17.2824 8.29353 17.1481 8.06463C17.0139 7.83572 16.9648 7.56672 17.0097 7.30516C17.0546 7.0436 17.1905 6.80632 17.3934 6.63527C17.5963 6.46422 17.8531 6.3704 18.1185 6.3704C18.3839 6.3704 18.6407 6.46422 18.8436 6.63527C19.0465 6.80632 19.1824 7.0436 19.2273 7.30516C19.2722 7.56672 19.2231 7.83572 19.0889 8.06463C18.9546 8.29353 18.7437 8.4676 18.4935 8.55606V9.52356C18.4929 10.0207 18.2952 10.4972 17.9437 10.8487C17.5922 11.2002 17.1156 11.398 16.6185 11.3986H12.375V12.6016H16.6185C17.1156 12.6022 17.5922 12.7999 17.9437 13.1514C18.2952 13.5029 18.4929 13.9795 18.4935 14.4766V15.4441C18.7437 15.5325 18.9546 15.7066 19.0889 15.9355C19.2231 16.1644 19.2722 16.4334 19.2273 16.695C19.1824 16.9565 19.0465 17.1938 18.8436 17.3649C18.6407 17.5359 18.3839 17.6297 18.1185 17.6297C17.8531 17.6297 17.5963 17.5359 17.3934 17.3649C17.1905 17.1938 17.0546 16.9565 17.0097 16.695C16.9648 16.4334 17.0139 16.1644 17.1481 15.9355C17.2824 15.7066 17.4933 15.5325 17.7435 15.4441V14.4766C17.7432 14.1783 17.6246 13.8923 17.4137 13.6814C17.2027 13.4705 16.9168 13.3519 16.6185 13.3516H12.375V14.6251H13.9957C14.4928 14.6257 14.9694 14.8234 15.3209 15.1749C15.6724 15.5264 15.8701 16.003 15.8707 16.5001V17.4676C16.1209 17.556 16.3318 17.7301 16.4661 17.959C16.6004 18.1879 16.6494 18.4569 16.6045 18.7185C16.5597 18.98 16.4238 19.2173 16.2209 19.3883C16.018 19.5594 15.7611 19.6532 15.4957 19.6532C15.2304 19.6532 14.9735 19.5594 14.7706 19.3883C14.5677 19.2173 14.4318 18.98 14.3869 18.7185C14.3421 18.4569 14.3911 18.1879 14.5254 17.959C14.6597 17.7301 14.8705 17.556 15.1207 17.4676V16.5001C15.1204 16.2018 15.0018 15.9158 14.7909 15.7049C14.58 15.494 14.294 15.3754 13.9957 15.3751H12.375V20.7139C12.6544 21.0745 13.0071 21.3716 13.4098 21.5858C13.8126 21.7999 14.2561 21.9262 14.7112 21.9563C14.78 21.9606 14.8485 21.9627 14.9167 21.9627C15.7508 21.9649 16.5539 21.6472 17.1607 21.0751C17.7317 20.5388 18.0936 19.8171 18.1819 19.0388C18.9883 18.9474 19.7329 18.5627 20.274 17.9578C20.8151 17.353 21.1149 16.5702 21.1162 15.7587C21.1161 15.7444 21.1152 15.7301 21.1136 15.7159C21.0813 15.4456 21.1106 15.1715 21.1993 14.9141C21.288 14.6567 21.4338 14.4228 21.6259 14.2298C22.1885 13.6237 22.5009 12.8271 22.5 12.0001ZM9.28987 2.04381C8.85125 2.01456 8.41127 2.07477 7.99664 2.22078C7.58201 2.36679 7.20138 2.59556 6.87787 2.89318C6.49902 3.24286 6.20526 3.67465 6.01912 4.15543C6.18369 4.70795 6.493 5.20641 6.91499 5.59918C7.22997 5.85259 7.5959 6.03506 7.98782 6.13414C8.37975 6.23323 8.78844 6.24658 9.18599 6.17331C9.2848 6.16167 9.38419 6.18976 9.46229 6.25141C9.54038 6.31305 9.5908 6.40319 9.60243 6.502C9.61407 6.60081 9.58598 6.70019 9.52434 6.77829C9.46269 6.85639 9.37255 6.9068 9.27374 6.91843C9.07662 6.94208 8.87828 6.9541 8.67974 6.95443C7.85363 6.98065 7.0474 6.698 6.41849 6.16168C6.05857 5.83909 5.76641 5.44813 5.55899 5.01156C4.80768 5.15568 4.12989 5.55664 3.6418 6.14572C3.15371 6.73479 2.88571 7.4753 2.88374 8.24031C2.92183 8.51749 2.89564 8.79971 2.80721 9.06514C2.71877 9.33058 2.57046 9.57211 2.37374 9.77106C1.81115 10.3785 1.49903 11.1762 1.5 12.0041C1.50098 12.832 1.81497 13.629 2.37899 14.2351C2.57423 14.4335 2.72127 14.6741 2.80879 14.9383C2.8963 15.2025 2.92195 15.4833 2.88374 15.7591C2.88233 16.5166 3.14257 17.2515 3.62047 17.8393C4.09836 18.4271 4.76458 18.8319 5.50649 18.9852C5.67325 18.7001 5.88469 18.4435 6.13274 18.2254C6.88537 17.5707 7.92637 17.3314 9.22574 17.5122C9.32233 17.5281 9.40886 17.5812 9.46684 17.6601C9.52482 17.739 9.54965 17.8374 9.53604 17.9343C9.52243 18.0313 9.47145 18.119 9.39399 18.1789C9.31653 18.2388 9.21874 18.266 9.12149 18.2547C8.04824 18.1051 7.21087 18.2839 6.62924 18.7876C6.34137 19.0444 6.11699 19.3646 5.97374 19.7228C6.14621 20.2376 6.44313 20.7018 6.83812 21.0743C7.44528 21.6472 8.2492 21.9652 9.08399 21.9627C9.57456 21.9616 10.0584 21.8487 10.4988 21.6324C10.9391 21.4161 11.3243 21.1023 11.625 20.7147V11.0033C11.3151 11.066 10.9999 11.0982 10.6837 11.0997C10.3442 11.1012 10.0059 11.0588 9.67724 10.9737C9.47474 10.9684 8.06287 10.9549 7.57649 11.7919C7.55262 11.8361 7.5201 11.8751 7.48088 11.9065C7.44166 11.9379 7.39652 11.9611 7.34816 11.9747C7.2998 11.9883 7.24919 11.9921 7.19935 11.9858C7.1495 11.9794 7.10144 11.9632 7.05801 11.9379C7.01458 11.9126 6.97666 11.8789 6.94652 11.8387C6.91638 11.7985 6.89462 11.7527 6.88254 11.7039C6.87046 11.6551 6.8683 11.6044 6.8762 11.5548C6.88409 11.5052 6.90188 11.4577 6.92849 11.4151C7.10681 11.1404 7.33883 10.9047 7.61059 10.7221C7.88235 10.5395 8.18824 10.4137 8.50987 10.3523C8.16431 10.0299 7.90757 9.62404 7.76437 9.17368C7.73264 9.07935 7.73969 8.97628 7.78396 8.88714C7.82823 8.798 7.9061 8.7301 8.00043 8.69837C8.09477 8.66664 8.19784 8.67369 8.28698 8.71796C8.37612 8.76223 8.44402 8.8401 8.47574 8.93443C9.05324 10.6538 10.9312 10.3966 11.625 10.2364V3.28581C11.3457 2.92553 10.9931 2.62858 10.5906 2.41456C10.1881 2.20053 9.74475 2.0743 9.28987 2.04418V2.04381Z",fill:C})})}))}));export{r as BrainIcon};
1
+ import{__rest as C}from"tslib";import{jsx as o}from"react/jsx-runtime";import{Icon as t}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as e}from"../../components/icon/component.js";import{useTheme as i}from"../../theme/hook.js";import{IconConsumer as n}from"../../components/icon/context.js";const r=e(e=>{var r=C(e,[]);const m=i();return o(t,Object.assign({size:24,viewBox:"0 0 24 24",fill:"none"},r,{children:o(n,{children:({fill:C=m.colors.base.white}={fill:m.colors.base.white})=>o("path",{d:"M22.5 12.0001C22.5002 11.1708 22.1861 10.3723 21.621 9.76543C21.4302 9.57275 21.2855 9.33943 21.1977 9.08292C21.1098 8.82641 21.0811 8.55336 21.1136 8.28418C21.1154 8.2695 21.1163 8.25472 21.1162 8.23993C21.1142 7.43119 20.815 6.65138 20.2756 6.04882C19.7362 5.44626 18.9941 5.06296 18.1905 4.97181C18.0902 4.17418 17.7115 3.4376 17.121 2.89206C16.7917 2.58889 16.4032 2.35733 15.9798 2.212C15.5565 2.06668 15.1077 2.01075 14.6616 2.04775C14.2156 2.08476 13.7821 2.21389 13.3885 2.42699C12.9949 2.64009 12.6498 2.93253 12.375 3.28581V8.62506H13.9957C14.294 8.62476 14.58 8.50614 14.7909 8.29523C15.0018 8.08431 15.1204 7.79834 15.1207 7.50006V6.53256C14.8705 6.4441 14.6597 6.27003 14.5254 6.04113C14.3911 5.81222 14.3421 5.54322 14.3869 5.28166C14.4318 5.0201 14.5677 4.78282 14.7706 4.61177C14.9735 4.44072 15.2304 4.3469 15.4957 4.3469C15.7611 4.3469 16.018 4.44072 16.2209 4.61177C16.4238 4.78282 16.5597 5.0201 16.6045 5.28166C16.6494 5.54322 16.6004 5.81222 16.4661 6.04113C16.3318 6.27003 16.1209 6.4441 15.8707 6.53256V7.50006C15.8701 7.99716 15.6724 8.47373 15.3209 8.82523C14.9694 9.17673 14.4928 9.37446 13.9957 9.37506H12.375V10.6486H16.6185C16.9168 10.6483 17.2027 10.5296 17.4137 10.3187C17.6246 10.1078 17.7432 9.82184 17.7435 9.52356V8.55606C17.4933 8.4676 17.2824 8.29353 17.1481 8.06463C17.0139 7.83572 16.9648 7.56672 17.0097 7.30516C17.0546 7.0436 17.1905 6.80632 17.3934 6.63527C17.5963 6.46422 17.8531 6.3704 18.1185 6.3704C18.3839 6.3704 18.6407 6.46422 18.8436 6.63527C19.0465 6.80632 19.1824 7.0436 19.2273 7.30516C19.2722 7.56672 19.2231 7.83572 19.0889 8.06463C18.9546 8.29353 18.7437 8.4676 18.4935 8.55606V9.52356C18.4929 10.0207 18.2952 10.4972 17.9437 10.8487C17.5922 11.2002 17.1156 11.398 16.6185 11.3986H12.375V12.6016H16.6185C17.1156 12.6022 17.5922 12.7999 17.9437 13.1514C18.2952 13.5029 18.4929 13.9795 18.4935 14.4766V15.4441C18.7437 15.5325 18.9546 15.7066 19.0889 15.9355C19.2231 16.1644 19.2722 16.4334 19.2273 16.695C19.1824 16.9565 19.0465 17.1938 18.8436 17.3649C18.6407 17.5359 18.3839 17.6297 18.1185 17.6297C17.8531 17.6297 17.5963 17.5359 17.3934 17.3649C17.1905 17.1938 17.0546 16.9565 17.0097 16.695C16.9648 16.4334 17.0139 16.1644 17.1481 15.9355C17.2824 15.7066 17.4933 15.5325 17.7435 15.4441V14.4766C17.7432 14.1783 17.6246 13.8923 17.4137 13.6814C17.2027 13.4705 16.9168 13.3519 16.6185 13.3516H12.375V14.6251H13.9957C14.4928 14.6257 14.9694 14.8234 15.3209 15.1749C15.6724 15.5264 15.8701 16.003 15.8707 16.5001V17.4676C16.1209 17.556 16.3318 17.7301 16.4661 17.959C16.6004 18.1879 16.6494 18.4569 16.6045 18.7185C16.5597 18.98 16.4238 19.2173 16.2209 19.3883C16.018 19.5594 15.7611 19.6532 15.4957 19.6532C15.2304 19.6532 14.9735 19.5594 14.7706 19.3883C14.5677 19.2173 14.4318 18.98 14.3869 18.7185C14.3421 18.4569 14.3911 18.1879 14.5254 17.959C14.6597 17.7301 14.8705 17.556 15.1207 17.4676V16.5001C15.1204 16.2018 15.0018 15.9158 14.7909 15.7049C14.58 15.494 14.294 15.3754 13.9957 15.3751H12.375V20.7139C12.6544 21.0745 13.0071 21.3716 13.4098 21.5858C13.8126 21.7999 14.2561 21.9262 14.7112 21.9563C14.78 21.9606 14.8485 21.9627 14.9167 21.9627C15.7508 21.9649 16.5539 21.6472 17.1607 21.0751C17.7317 20.5388 18.0936 19.8171 18.1819 19.0388C18.9883 18.9474 19.7329 18.5627 20.274 17.9578C20.8151 17.353 21.1149 16.5702 21.1162 15.7587C21.1161 15.7444 21.1152 15.7301 21.1136 15.7159C21.0813 15.4456 21.1106 15.1715 21.1993 14.9141C21.288 14.6567 21.4338 14.4228 21.6259 14.2298C22.1885 13.6237 22.5009 12.8271 22.5 12.0001ZM9.28987 2.04381C8.85125 2.01456 8.41127 2.07477 7.99664 2.22078C7.58201 2.36679 7.20138 2.59556 6.87787 2.89318C6.49902 3.24286 6.20526 3.67465 6.01912 4.15543C6.18369 4.70795 6.493 5.20641 6.91499 5.59918C7.22997 5.85259 7.5959 6.03506 7.98782 6.13414C8.37975 6.23323 8.78844 6.24658 9.18599 6.17331C9.2848 6.16167 9.38419 6.18976 9.46229 6.25141C9.54038 6.31305 9.5908 6.40319 9.60243 6.502C9.61407 6.60081 9.58598 6.70019 9.52434 6.77829C9.46269 6.85639 9.37255 6.9068 9.27374 6.91843C9.07662 6.94208 8.87828 6.9541 8.67974 6.95443C7.85363 6.98065 7.0474 6.698 6.41849 6.16168C6.05857 5.83909 5.76641 5.44813 5.55899 5.01156C4.80768 5.15568 4.12989 5.55664 3.6418 6.14572C3.15371 6.73479 2.88571 7.4753 2.88374 8.24031C2.92183 8.51749 2.89564 8.79971 2.80721 9.06514C2.71877 9.33058 2.57046 9.57211 2.37374 9.77106C1.81115 10.3785 1.49903 11.1762 1.5 12.0041C1.50098 12.832 1.81497 13.629 2.37899 14.2351C2.57423 14.4335 2.72127 14.6741 2.80879 14.9383C2.8963 15.2025 2.92195 15.4833 2.88374 15.7591C2.88233 16.5166 3.14257 17.2515 3.62047 17.8393C4.09836 18.4271 4.76458 18.8319 5.50649 18.9852C5.67325 18.7001 5.88469 18.4435 6.13274 18.2254C6.88537 17.5707 7.92637 17.3314 9.22574 17.5122C9.32233 17.5281 9.40886 17.5812 9.46684 17.6601C9.52482 17.739 9.54965 17.8374 9.53604 17.9343C9.52243 18.0313 9.47145 18.119 9.39399 18.1789C9.31653 18.2388 9.21874 18.266 9.12149 18.2547C8.04824 18.1051 7.21087 18.2839 6.62924 18.7876C6.34137 19.0444 6.11699 19.3646 5.97374 19.7228C6.14621 20.2376 6.44313 20.7018 6.83812 21.0743C7.44528 21.6472 8.2492 21.9652 9.08399 21.9627C9.57456 21.9616 10.0584 21.8487 10.4988 21.6324C10.9391 21.4161 11.3243 21.1023 11.625 20.7147V11.0033C11.3151 11.066 10.9999 11.0982 10.6837 11.0997C10.3442 11.1012 10.0059 11.0588 9.67724 10.9737C9.47474 10.9684 8.06287 10.9549 7.57649 11.7919C7.55262 11.8361 7.5201 11.8751 7.48088 11.9065C7.44166 11.9379 7.39652 11.9611 7.34816 11.9747C7.2998 11.9883 7.24919 11.9921 7.19935 11.9858C7.1495 11.9794 7.10144 11.9632 7.05801 11.9379C7.01458 11.9126 6.97666 11.8789 6.94652 11.8387C6.91638 11.7985 6.89462 11.7527 6.88254 11.7039C6.87046 11.6551 6.8683 11.6044 6.8762 11.5548C6.88409 11.5052 6.90188 11.4577 6.92849 11.4151C7.10681 11.1404 7.33883 10.9047 7.61059 10.7221C7.88235 10.5395 8.18824 10.4137 8.50987 10.3523C8.16431 10.0299 7.90757 9.62404 7.76437 9.17368C7.73264 9.07935 7.73969 8.97628 7.78396 8.88714C7.82823 8.798 7.9061 8.7301 8.00043 8.69837C8.09477 8.66664 8.19784 8.67369 8.28698 8.71796C8.37612 8.76223 8.44402 8.8401 8.47574 8.93443C9.05324 10.6538 10.9312 10.3966 11.625 10.2364V3.28581C11.3457 2.92553 10.9931 2.62858 10.5906 2.41456C10.1881 2.20053 9.74475 2.0743 9.28987 2.04418V2.04381Z",fill:C})})}))});export{r as BrainIcon};
@@ -1 +1 @@
1
- import{__rest as C}from"tslib";import{jsx as o}from"react/jsx-runtime";import{Icon as f}from"../../components/icon/index.js";import{icon as n}from"../../components/icon/component.js";import{IconConsumer as i}from"../../components/icon/context.js";const t=n((n=>{var t=C(n,[]);return o(f,Object.assign({size:16,viewBox:"0 0 16 16",fill:"none"},t,{children:o(i,{children:({fill:C="#ffffff"}={fill:"#ffffff"})=>o("path",{d:"M14.0859 1C14.3516 1 14.599 1.04948 14.8281 1.14844C15.0573 1.2474 15.2604 1.38542 15.4375 1.5625C15.6146 1.73958 15.75 1.9401 15.8438 2.16406C15.9375 2.38802 15.9896 2.63802 16 2.91406C16 3.16927 15.9531 3.41146 15.8594 3.64062C15.7656 3.86979 15.625 4.07812 15.4375 4.26562C13.8594 5.84375 12.2839 7.42188 10.7109 9C9.13802 10.5781 7.5599 12.1562 5.97656 13.7344C5.94531 14.0521 5.85938 14.349 5.71875 14.625C5.57812 14.901 5.39844 15.1406 5.17969 15.3438C4.96094 15.5469 4.70573 15.7057 4.41406 15.8203C4.1224 15.9349 3.81771 15.9948 3.5 16H1.5C1.29167 16 1.09635 15.9609 0.914062 15.8828C0.731771 15.8047 0.572917 15.6979 0.4375 15.5625C0.302083 15.4271 0.195312 15.2682 0.117188 15.0859C0.0390625 14.9036 0 14.7083 0 14.5V14H0.5C0.635417 14 0.752604 13.9505 0.851562 13.8516C0.950521 13.7526 1 13.6354 1 13.5C1 13.1823 1.05729 12.8802 1.17188 12.5938C1.28646 12.3073 1.44792 12.0521 1.65625 11.8281C1.86458 11.6042 2.10417 11.4219 2.375 11.2812C2.64583 11.1406 2.94271 11.0547 3.26562 11.0234C4.84375 9.44531 6.42188 7.86979 8 6.29688C9.57812 4.72396 11.1562 3.14583 12.7344 1.5625C12.9167 1.38021 13.1224 1.24219 13.3516 1.14844C13.5807 1.05469 13.8255 1.00521 14.0859 1ZM4.5 11.2109C4.78646 11.3359 5.04167 11.5104 5.26562 11.7344C5.48958 11.9583 5.66406 12.2135 5.78906 12.5L6.69531 11.5938C6.3776 11.0521 5.94792 10.6224 5.40625 10.3047L4.5 11.2109ZM3.5 15C3.70833 15 3.90365 14.9609 4.08594 14.8828C4.26823 14.8047 4.42708 14.6979 4.5625 14.5625C4.69792 14.4271 4.80469 14.2682 4.88281 14.0859C4.96094 13.9036 5 13.7083 5 13.5C5 13.2917 4.96094 13.0964 4.88281 12.9141C4.80469 12.7318 4.69792 12.5729 4.5625 12.4375C4.42708 12.3021 4.26823 12.1953 4.08594 12.1172C3.90365 12.0391 3.70833 12 3.5 12C3.29167 12 3.09635 12.0391 2.91406 12.1172C2.73177 12.1953 2.57292 12.3021 2.4375 12.4375C2.30208 12.5729 2.19531 12.7318 2.11719 12.9141C2.03906 13.0964 2 13.2917 2 13.5C2 13.7865 1.92448 14.0521 1.77344 14.2969C1.6224 14.5417 1.41406 14.7266 1.14844 14.8516C1.24219 14.9505 1.35938 15 1.5 15H3.5ZM14.7344 3.5625C14.9115 3.38542 15 3.16927 15 2.91406C15 2.78906 14.9766 2.67188 14.9297 2.5625C14.8828 2.45312 14.8177 2.35417 14.7344 2.26562C14.651 2.17708 14.5547 2.11198 14.4453 2.07031C14.3359 2.02865 14.2161 2.00521 14.0859 2C13.8307 2 13.6146 2.08854 13.4375 2.26562L6.13281 9.57812C6.64844 9.92188 7.07812 10.3516 7.42188 10.8672L14.7344 3.5625Z",fill:C})})}))}));export{t as BrushIcon};
1
+ import{__rest as C}from"tslib";import{jsx as o}from"react/jsx-runtime";import{Icon as f}from"../../components/icon/index.js";import{icon as n}from"../../components/icon/component.js";import{IconConsumer as i}from"../../components/icon/context.js";const t=n(n=>{var t=C(n,[]);return o(f,Object.assign({size:16,viewBox:"0 0 16 16",fill:"none"},t,{children:o(i,{children:({fill:C="#ffffff"}={fill:"#ffffff"})=>o("path",{d:"M14.0859 1C14.3516 1 14.599 1.04948 14.8281 1.14844C15.0573 1.2474 15.2604 1.38542 15.4375 1.5625C15.6146 1.73958 15.75 1.9401 15.8438 2.16406C15.9375 2.38802 15.9896 2.63802 16 2.91406C16 3.16927 15.9531 3.41146 15.8594 3.64062C15.7656 3.86979 15.625 4.07812 15.4375 4.26562C13.8594 5.84375 12.2839 7.42188 10.7109 9C9.13802 10.5781 7.5599 12.1562 5.97656 13.7344C5.94531 14.0521 5.85938 14.349 5.71875 14.625C5.57812 14.901 5.39844 15.1406 5.17969 15.3438C4.96094 15.5469 4.70573 15.7057 4.41406 15.8203C4.1224 15.9349 3.81771 15.9948 3.5 16H1.5C1.29167 16 1.09635 15.9609 0.914062 15.8828C0.731771 15.8047 0.572917 15.6979 0.4375 15.5625C0.302083 15.4271 0.195312 15.2682 0.117188 15.0859C0.0390625 14.9036 0 14.7083 0 14.5V14H0.5C0.635417 14 0.752604 13.9505 0.851562 13.8516C0.950521 13.7526 1 13.6354 1 13.5C1 13.1823 1.05729 12.8802 1.17188 12.5938C1.28646 12.3073 1.44792 12.0521 1.65625 11.8281C1.86458 11.6042 2.10417 11.4219 2.375 11.2812C2.64583 11.1406 2.94271 11.0547 3.26562 11.0234C4.84375 9.44531 6.42188 7.86979 8 6.29688C9.57812 4.72396 11.1562 3.14583 12.7344 1.5625C12.9167 1.38021 13.1224 1.24219 13.3516 1.14844C13.5807 1.05469 13.8255 1.00521 14.0859 1ZM4.5 11.2109C4.78646 11.3359 5.04167 11.5104 5.26562 11.7344C5.48958 11.9583 5.66406 12.2135 5.78906 12.5L6.69531 11.5938C6.3776 11.0521 5.94792 10.6224 5.40625 10.3047L4.5 11.2109ZM3.5 15C3.70833 15 3.90365 14.9609 4.08594 14.8828C4.26823 14.8047 4.42708 14.6979 4.5625 14.5625C4.69792 14.4271 4.80469 14.2682 4.88281 14.0859C4.96094 13.9036 5 13.7083 5 13.5C5 13.2917 4.96094 13.0964 4.88281 12.9141C4.80469 12.7318 4.69792 12.5729 4.5625 12.4375C4.42708 12.3021 4.26823 12.1953 4.08594 12.1172C3.90365 12.0391 3.70833 12 3.5 12C3.29167 12 3.09635 12.0391 2.91406 12.1172C2.73177 12.1953 2.57292 12.3021 2.4375 12.4375C2.30208 12.5729 2.19531 12.7318 2.11719 12.9141C2.03906 13.0964 2 13.2917 2 13.5C2 13.7865 1.92448 14.0521 1.77344 14.2969C1.6224 14.5417 1.41406 14.7266 1.14844 14.8516C1.24219 14.9505 1.35938 15 1.5 15H3.5ZM14.7344 3.5625C14.9115 3.38542 15 3.16927 15 2.91406C15 2.78906 14.9766 2.67188 14.9297 2.5625C14.8828 2.45312 14.8177 2.35417 14.7344 2.26562C14.651 2.17708 14.5547 2.11198 14.4453 2.07031C14.3359 2.02865 14.2161 2.00521 14.0859 2C13.8307 2 13.6146 2.08854 13.4375 2.26562L6.13281 9.57812C6.64844 9.92188 7.07812 10.3516 7.42188 10.8672L14.7344 3.5625Z",fill:C})})}))});export{t as BrushIcon};
@@ -1 +1 @@
1
- import{__rest as i}from"tslib";import{jsxs as o,jsx as t}from"react/jsx-runtime";import{Icon as e}from"../../components/icon/index.js";import{icon as r}from"../../components/icon/component.js";const n=r((r=>{var n=i(r,[]);return o(e,Object.assign({size:36,viewBox:"0 0 36 36",fill:"none"},n,{children:[t("rect",{width:"36",height:"36",rx:"10",fill:"url(#paint0_linear_86_3056)"}),t("path",{d:"M18.8333 21.3333H17.1667C16.7083 21.3333 16.3333 20.9583 16.3333 20.5H10.5083V23.8333C10.5083 24.75 11.2583 25.5 12.175 25.5H23.8333C24.75 25.5 25.5 24.75 25.5 23.8333V20.5H19.6667C19.6667 20.9583 19.2917 21.3333 18.8333 21.3333ZM24.6667 13.8333H21.3333C21.3333 11.9917 19.8417 10.5 18 10.5C16.1583 10.5 14.6667 11.9917 14.6667 13.8333H11.3333C10.4167 13.8333 9.66666 14.5833 9.66666 15.5V18C9.66666 18.925 10.4083 19.6667 11.3333 19.6667H16.3333V18.8333C16.3333 18.375 16.7083 18 17.1667 18H18.8333C19.2917 18 19.6667 18.375 19.6667 18.8333V19.6667H24.6667C25.5833 19.6667 26.3333 18.9167 26.3333 18V15.5C26.3333 14.5833 25.5833 13.8333 24.6667 13.8333ZM16.3333 13.8333C16.3333 12.9167 17.0833 12.1667 18 12.1667C18.9167 12.1667 19.6667 12.9167 19.6667 13.8333H16.325H16.3333Z",fill:"white"}),t("defs",{children:o("linearGradient",{id:"paint0_linear_86_3056",x1:"-0.141732",y1:"18",x2:"35.8583",y2:"18",gradientUnits:"userSpaceOnUse",children:[t("stop",{stopColor:"#1C64F2"}),t("stop",{offset:"1",stopColor:"#D41CF2"})]})})]}))}));export{n as BusinessColoredIcon};
1
+ import{__rest as i}from"tslib";import{jsxs as o,jsx as t}from"react/jsx-runtime";import{Icon as e}from"../../components/icon/index.js";import{icon as r}from"../../components/icon/component.js";const n=r(r=>{var n=i(r,[]);return o(e,Object.assign({size:36,viewBox:"0 0 36 36",fill:"none"},n,{children:[t("rect",{width:"36",height:"36",rx:"10",fill:"url(#paint0_linear_86_3056)"}),t("path",{d:"M18.8333 21.3333H17.1667C16.7083 21.3333 16.3333 20.9583 16.3333 20.5H10.5083V23.8333C10.5083 24.75 11.2583 25.5 12.175 25.5H23.8333C24.75 25.5 25.5 24.75 25.5 23.8333V20.5H19.6667C19.6667 20.9583 19.2917 21.3333 18.8333 21.3333ZM24.6667 13.8333H21.3333C21.3333 11.9917 19.8417 10.5 18 10.5C16.1583 10.5 14.6667 11.9917 14.6667 13.8333H11.3333C10.4167 13.8333 9.66666 14.5833 9.66666 15.5V18C9.66666 18.925 10.4083 19.6667 11.3333 19.6667H16.3333V18.8333C16.3333 18.375 16.7083 18 17.1667 18H18.8333C19.2917 18 19.6667 18.375 19.6667 18.8333V19.6667H24.6667C25.5833 19.6667 26.3333 18.9167 26.3333 18V15.5C26.3333 14.5833 25.5833 13.8333 24.6667 13.8333ZM16.3333 13.8333C16.3333 12.9167 17.0833 12.1667 18 12.1667C18.9167 12.1667 19.6667 12.9167 19.6667 13.8333H16.325H16.3333Z",fill:"white"}),t("defs",{children:o("linearGradient",{id:"paint0_linear_86_3056",x1:"-0.141732",y1:"18",x2:"35.8583",y2:"18",gradientUnits:"userSpaceOnUse",children:[t("stop",{stopColor:"#1C64F2"}),t("stop",{offset:"1",stopColor:"#D41CF2"})]})})]}))});export{n as BusinessColoredIcon};
@@ -1 +1 @@
1
- import{__rest as C}from"tslib";import{jsx as o}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as i}from"../../components/icon/component.js";import{IconConsumer as t}from"../../components/icon/context.js";const r=i((i=>{var r=C(i,[]);return o(n,Object.assign({size:20,viewBox:"0 0 20 20",fill:"none"},r,{children:o(t,{children:({fill:C="#848798"}={fill:"#848798"})=>o("path",{d:"M10 11.6C9.77963 11.6 9.59504 11.5232 9.44622 11.3696C9.29689 11.2165 9.22222 11.0267 9.22222 10.8C9.22222 10.5733 9.29689 10.3832 9.44622 10.2296C9.59504 10.0765 9.77963 10 10 10C10.2204 10 10.4052 10.0765 10.5546 10.2296C10.7034 10.3832 10.7778 10.5733 10.7778 10.8C10.7778 11.0267 10.7034 11.2165 10.5546 11.3696C10.4052 11.5232 10.2204 11.6 10 11.6ZM6.88889 11.6C6.66852 11.6 6.48367 11.5232 6.33433 11.3696C6.18552 11.2165 6.11111 11.0267 6.11111 10.8C6.11111 10.5733 6.18552 10.3832 6.33433 10.2296C6.48367 10.0765 6.66852 10 6.88889 10C7.10926 10 7.29411 10.0765 7.44344 10.2296C7.59226 10.3832 7.66667 10.5733 7.66667 10.8C7.66667 11.0267 7.59226 11.2165 7.44344 11.3696C7.29411 11.5232 7.10926 11.6 6.88889 11.6ZM13.1111 11.6C12.8907 11.6 12.7061 11.5232 12.5573 11.3696C12.408 11.2165 12.3333 11.0267 12.3333 10.8C12.3333 10.5733 12.408 10.3832 12.5573 10.2296C12.7061 10.0765 12.8907 10 13.1111 10C13.3315 10 13.5161 10.0765 13.6649 10.2296C13.8142 10.3832 13.8889 10.5733 13.8889 10.8C13.8889 11.0267 13.8142 11.2165 13.6649 11.3696C13.5161 11.5232 13.3315 11.6 13.1111 11.6ZM10 14.8C9.77963 14.8 9.59504 14.7232 9.44622 14.5696C9.29689 14.4165 9.22222 14.2267 9.22222 14C9.22222 13.7733 9.29689 13.5835 9.44622 13.4304C9.59504 13.2768 9.77963 13.2 10 13.2C10.2204 13.2 10.4052 13.2768 10.5546 13.4304C10.7034 13.5835 10.7778 13.7733 10.7778 14C10.7778 14.2267 10.7034 14.4165 10.5546 14.5696C10.4052 14.7232 10.2204 14.8 10 14.8ZM6.88889 14.8C6.66852 14.8 6.48367 14.7232 6.33433 14.5696C6.18552 14.4165 6.11111 14.2267 6.11111 14C6.11111 13.7733 6.18552 13.5835 6.33433 13.4304C6.48367 13.2768 6.66852 13.2 6.88889 13.2C7.10926 13.2 7.29411 13.2768 7.44344 13.4304C7.59226 13.5835 7.66667 13.7733 7.66667 14C7.66667 14.2267 7.59226 14.4165 7.44344 14.5696C7.29411 14.7232 7.10926 14.8 6.88889 14.8ZM13.1111 14.8C12.8907 14.8 12.7061 14.7232 12.5573 14.5696C12.408 14.4165 12.3333 14.2267 12.3333 14C12.3333 13.7733 12.408 13.5835 12.5573 13.4304C12.7061 13.2768 12.8907 13.2 13.1111 13.2C13.3315 13.2 13.5161 13.2768 13.6649 13.4304C13.8142 13.5835 13.8889 13.7733 13.8889 14C13.8889 14.2267 13.8142 14.4165 13.6649 14.5696C13.5161 14.7232 13.3315 14.8 13.1111 14.8ZM4.55556 18C4.12778 18 3.76144 17.8435 3.45656 17.5304C3.15219 17.2168 3 16.84 3 16.4V5.2C3 4.76 3.15219 4.38347 3.45656 4.0704C3.76144 3.7568 4.12778 3.6 4.55556 3.6H5.33333V2H6.88889V3.6H13.1111V2H14.6667V3.6H15.4444C15.8722 3.6 16.2386 3.7568 16.5434 4.0704C16.8478 4.38347 17 4.76 17 5.2V16.4C17 16.84 16.8478 17.2168 16.5434 17.5304C16.2386 17.8435 15.8722 18 15.4444 18H4.55556ZM4.55556 16.4H15.4444V8.4H4.55556V16.4Z",fill:C})})}))}));export{r as CalendarIcon};
1
+ import{__rest as C}from"tslib";import{jsx as o}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as i}from"../../components/icon/component.js";import{IconConsumer as t}from"../../components/icon/context.js";const r=i(i=>{var r=C(i,[]);return o(n,Object.assign({size:20,viewBox:"0 0 20 20",fill:"none"},r,{children:o(t,{children:({fill:C="#848798"}={fill:"#848798"})=>o("path",{d:"M10 11.6C9.77963 11.6 9.59504 11.5232 9.44622 11.3696C9.29689 11.2165 9.22222 11.0267 9.22222 10.8C9.22222 10.5733 9.29689 10.3832 9.44622 10.2296C9.59504 10.0765 9.77963 10 10 10C10.2204 10 10.4052 10.0765 10.5546 10.2296C10.7034 10.3832 10.7778 10.5733 10.7778 10.8C10.7778 11.0267 10.7034 11.2165 10.5546 11.3696C10.4052 11.5232 10.2204 11.6 10 11.6ZM6.88889 11.6C6.66852 11.6 6.48367 11.5232 6.33433 11.3696C6.18552 11.2165 6.11111 11.0267 6.11111 10.8C6.11111 10.5733 6.18552 10.3832 6.33433 10.2296C6.48367 10.0765 6.66852 10 6.88889 10C7.10926 10 7.29411 10.0765 7.44344 10.2296C7.59226 10.3832 7.66667 10.5733 7.66667 10.8C7.66667 11.0267 7.59226 11.2165 7.44344 11.3696C7.29411 11.5232 7.10926 11.6 6.88889 11.6ZM13.1111 11.6C12.8907 11.6 12.7061 11.5232 12.5573 11.3696C12.408 11.2165 12.3333 11.0267 12.3333 10.8C12.3333 10.5733 12.408 10.3832 12.5573 10.2296C12.7061 10.0765 12.8907 10 13.1111 10C13.3315 10 13.5161 10.0765 13.6649 10.2296C13.8142 10.3832 13.8889 10.5733 13.8889 10.8C13.8889 11.0267 13.8142 11.2165 13.6649 11.3696C13.5161 11.5232 13.3315 11.6 13.1111 11.6ZM10 14.8C9.77963 14.8 9.59504 14.7232 9.44622 14.5696C9.29689 14.4165 9.22222 14.2267 9.22222 14C9.22222 13.7733 9.29689 13.5835 9.44622 13.4304C9.59504 13.2768 9.77963 13.2 10 13.2C10.2204 13.2 10.4052 13.2768 10.5546 13.4304C10.7034 13.5835 10.7778 13.7733 10.7778 14C10.7778 14.2267 10.7034 14.4165 10.5546 14.5696C10.4052 14.7232 10.2204 14.8 10 14.8ZM6.88889 14.8C6.66852 14.8 6.48367 14.7232 6.33433 14.5696C6.18552 14.4165 6.11111 14.2267 6.11111 14C6.11111 13.7733 6.18552 13.5835 6.33433 13.4304C6.48367 13.2768 6.66852 13.2 6.88889 13.2C7.10926 13.2 7.29411 13.2768 7.44344 13.4304C7.59226 13.5835 7.66667 13.7733 7.66667 14C7.66667 14.2267 7.59226 14.4165 7.44344 14.5696C7.29411 14.7232 7.10926 14.8 6.88889 14.8ZM13.1111 14.8C12.8907 14.8 12.7061 14.7232 12.5573 14.5696C12.408 14.4165 12.3333 14.2267 12.3333 14C12.3333 13.7733 12.408 13.5835 12.5573 13.4304C12.7061 13.2768 12.8907 13.2 13.1111 13.2C13.3315 13.2 13.5161 13.2768 13.6649 13.4304C13.8142 13.5835 13.8889 13.7733 13.8889 14C13.8889 14.2267 13.8142 14.4165 13.6649 14.5696C13.5161 14.7232 13.3315 14.8 13.1111 14.8ZM4.55556 18C4.12778 18 3.76144 17.8435 3.45656 17.5304C3.15219 17.2168 3 16.84 3 16.4V5.2C3 4.76 3.15219 4.38347 3.45656 4.0704C3.76144 3.7568 4.12778 3.6 4.55556 3.6H5.33333V2H6.88889V3.6H13.1111V2H14.6667V3.6H15.4444C15.8722 3.6 16.2386 3.7568 16.5434 4.0704C16.8478 4.38347 17 4.76 17 5.2V16.4C17 16.84 16.8478 17.2168 16.5434 17.5304C16.2386 17.8435 15.8722 18 15.4444 18H4.55556ZM4.55556 16.4H15.4444V8.4H4.55556V16.4Z",fill:C})})}))});export{r as CalendarIcon};
@@ -1 +1 @@
1
- import{__rest as o}from"tslib";import{jsx as i}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as t}from"../../components/icon/component.js";import{IconConsumer as e}from"../../components/icon/context.js";const r=t((t=>{var r=o(t,[]);return i(n,Object.assign({size:18,viewBox:"0 0 18 19",fill:"none"},r,{children:i(e,{children:({fill:o="white"}={fill:"white"})=>i("path",{d:"M0 14.6136C0 15.2465 0.237053 15.8535 0.65901 16.3011C1.08097 16.7486 1.65326 17 2.25 17H15.75C16.3467 17 16.919 16.7486 17.341 16.3011C17.7629 15.8535 18 15.2465 18 14.6136V8.05114H0V14.6136ZM2.65179 11.375C2.65179 11.0359 2.77878 10.7108 3.00483 10.471C3.23088 10.2313 3.53746 10.0966 3.85714 10.0966H5.78571C6.10539 10.0966 6.41198 10.2313 6.63803 10.471C6.86408 10.7108 6.99107 11.0359 6.99107 11.375V12.2273C6.99107 12.5663 6.86408 12.8915 6.63803 13.1312C6.41198 13.371 6.10539 13.5057 5.78571 13.5057H3.85714C3.53746 13.5057 3.23088 13.371 3.00483 13.1312C2.77878 12.8915 2.65179 12.5663 2.65179 12.2273V11.375ZM15.75 2H2.25C1.65326 2 1.08097 2.25142 0.65901 2.69895C0.237053 3.14648 0 3.75346 0 4.38636V5.49432H18V4.38636C18 3.75346 17.7629 3.14648 17.341 2.69895C16.919 2.25142 16.3467 2 15.75 2Z",fill:o})})}))}));export{r as CardIcon};
1
+ import{__rest as o}from"tslib";import{jsx as i}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as t}from"../../components/icon/component.js";import{IconConsumer as e}from"../../components/icon/context.js";const r=t(t=>{var r=o(t,[]);return i(n,Object.assign({size:18,viewBox:"0 0 18 19",fill:"none"},r,{children:i(e,{children:({fill:o="white"}={fill:"white"})=>i("path",{d:"M0 14.6136C0 15.2465 0.237053 15.8535 0.65901 16.3011C1.08097 16.7486 1.65326 17 2.25 17H15.75C16.3467 17 16.919 16.7486 17.341 16.3011C17.7629 15.8535 18 15.2465 18 14.6136V8.05114H0V14.6136ZM2.65179 11.375C2.65179 11.0359 2.77878 10.7108 3.00483 10.471C3.23088 10.2313 3.53746 10.0966 3.85714 10.0966H5.78571C6.10539 10.0966 6.41198 10.2313 6.63803 10.471C6.86408 10.7108 6.99107 11.0359 6.99107 11.375V12.2273C6.99107 12.5663 6.86408 12.8915 6.63803 13.1312C6.41198 13.371 6.10539 13.5057 5.78571 13.5057H3.85714C3.53746 13.5057 3.23088 13.371 3.00483 13.1312C2.77878 12.8915 2.65179 12.5663 2.65179 12.2273V11.375ZM15.75 2H2.25C1.65326 2 1.08097 2.25142 0.65901 2.69895C0.237053 3.14648 0 3.75346 0 4.38636V5.49432H18V4.38636C18 3.75346 17.7629 3.14648 17.341 2.69895C16.919 2.25142 16.3467 2 15.75 2Z",fill:o})})}))});export{r as CardIcon};
@@ -1 +1 @@
1
- import{__rest as C}from"tslib";import{jsx as o,jsxs as i,Fragment as t}from"react/jsx-runtime";import{Icon as e}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as r}from"../../components/icon/component.js";import{useTheme as n}from"../../theme/hook.js";import{IconConsumer as l}from"../../components/icon/context.js";const c=r((r=>{var c=C(r,[]);const s=n().colors.base.white;return o(e,Object.assign({size:24,viewBox:"0 0 18 19",fill:"none"},c,{children:o(l,{children:({fill:C=s}={fill:s})=>i(t,{children:[i("g",{clipPath:"url(#clip0_9786_93308)",children:[o("path",{d:"M11.6669 8.83004C11.6822 8.82132 11.6948 8.80885 11.7036 8.79385C11.7124 8.77886 11.717 8.76186 11.717 8.74457C11.717 8.72728 11.7124 8.71029 11.7036 8.69529C11.6948 8.6803 11.6822 8.66782 11.6669 8.6591L7.81173 6.46393C7.56506 6.3238 7.28499 6.25 6.99987 6.25C6.71476 6.25 6.43469 6.3238 6.18802 6.46393L2.33356 8.6591C2.31832 8.66782 2.30567 8.6803 2.29689 8.69529C2.2881 8.71029 2.28347 8.72728 2.28347 8.74457C2.28347 8.76186 2.2881 8.77886 2.29689 8.79385C2.30567 8.80885 2.31832 8.82132 2.33356 8.83004L6.94952 11.4913C6.96505 11.5002 6.98274 11.505 7.00076 11.505C7.01878 11.505 7.03647 11.5002 7.052 11.4913L11.6669 8.83004ZM1.90144 9.50314C1.88605 9.49442 1.86858 9.48985 1.8508 9.48988C1.83302 9.48991 1.81557 9.49453 1.8002 9.5033C1.78483 9.51206 1.7721 9.52464 1.76328 9.53977C1.75447 9.5549 1.74989 9.57205 1.75 9.58947V13.891C1.75038 14.0983 1.80613 14.3019 1.9117 14.4815C2.01726 14.6611 2.16897 14.8105 2.35173 14.9149L6.44471 17.3201C6.46005 17.3288 6.47745 17.3333 6.49517 17.3333C6.51288 17.3333 6.53028 17.3288 6.54563 17.3201C6.56097 17.3114 6.57372 17.299 6.58259 17.2839C6.59146 17.2689 6.59614 17.2518 6.59616 17.2345V12.2438C6.59614 12.2264 6.59146 12.2094 6.5826 12.1943C6.57374 12.1793 6.56101 12.1669 6.54567 12.1582L1.90144 9.50314ZM7.40385 12.2611V17.2332C7.40387 17.2506 7.40854 17.2677 7.41741 17.2827C7.42628 17.2977 7.43903 17.3102 7.45437 17.3189C7.46972 17.3275 7.48712 17.3321 7.50483 17.3321C7.52255 17.3321 7.53995 17.3275 7.55529 17.3188L11.648 14.9136C11.8306 14.8094 11.9823 14.6602 12.0879 14.4809C12.1935 14.3015 12.2494 14.0981 12.25 13.891V9.58947C12.2499 9.57213 12.2452 9.55511 12.2363 9.54012C12.2275 9.52512 12.2147 9.51268 12.1994 9.50404C12.184 9.49539 12.1666 9.49085 12.1489 9.49087C12.1313 9.49088 12.1139 9.49546 12.0986 9.50413L7.45433 12.1757C7.43903 12.1844 7.42632 12.1968 7.41746 12.2118C7.4086 12.2268 7.40391 12.2438 7.40385 12.2611Z",fill:C}),o("path",{d:"M14 1.5L14.6786 3.22051C14.7412 3.37933 14.7725 3.45874 14.8205 3.5257C14.863 3.58505 14.9149 3.63702 14.9743 3.67953C15.0413 3.72748 15.1207 3.7588 15.2795 3.82144L17 4.5L15.2795 5.17857C15.1207 5.2412 15.0413 5.2725 14.9743 5.32047C14.9149 5.36297 14.863 5.41493 14.8205 5.4743C14.7725 5.54127 14.7412 5.62067 14.6786 5.7795L14 7.5L13.3214 5.7795C13.2588 5.62067 13.2275 5.54127 13.1795 5.4743C13.137 5.41493 13.0851 5.36297 13.0257 5.32047C12.9587 5.2725 12.8793 5.2412 12.7205 5.17857L11 4.5L12.7205 3.82144C12.8793 3.7588 12.9587 3.72748 13.0257 3.67953C13.0851 3.63702 13.137 3.58505 13.1795 3.5257C13.2275 3.45874 13.2588 3.37933 13.3214 3.22051L14 1.5Z",fill:C,stroke:C,strokeLinecap:"round",strokeLinejoin:"round"})]}),o("defs",{children:o("clipPath",{id:"clip0_9786_93308",children:o("rect",{width:"18",height:"18",fill:C,transform:"translate(0 0.5)"})})})]})})}))}));export{c as CaseStudyIcon};
1
+ import{__rest as C}from"tslib";import{jsx as o,jsxs as i,Fragment as t}from"react/jsx-runtime";import{Icon as e}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as r}from"../../components/icon/component.js";import{useTheme as n}from"../../theme/hook.js";import{IconConsumer as l}from"../../components/icon/context.js";const c=r(r=>{var c=C(r,[]);const s=n().colors.base.white;return o(e,Object.assign({size:24,viewBox:"0 0 18 19",fill:"none"},c,{children:o(l,{children:({fill:C=s}={fill:s})=>i(t,{children:[i("g",{clipPath:"url(#clip0_9786_93308)",children:[o("path",{d:"M11.6669 8.83004C11.6822 8.82132 11.6948 8.80885 11.7036 8.79385C11.7124 8.77886 11.717 8.76186 11.717 8.74457C11.717 8.72728 11.7124 8.71029 11.7036 8.69529C11.6948 8.6803 11.6822 8.66782 11.6669 8.6591L7.81173 6.46393C7.56506 6.3238 7.28499 6.25 6.99987 6.25C6.71476 6.25 6.43469 6.3238 6.18802 6.46393L2.33356 8.6591C2.31832 8.66782 2.30567 8.6803 2.29689 8.69529C2.2881 8.71029 2.28347 8.72728 2.28347 8.74457C2.28347 8.76186 2.2881 8.77886 2.29689 8.79385C2.30567 8.80885 2.31832 8.82132 2.33356 8.83004L6.94952 11.4913C6.96505 11.5002 6.98274 11.505 7.00076 11.505C7.01878 11.505 7.03647 11.5002 7.052 11.4913L11.6669 8.83004ZM1.90144 9.50314C1.88605 9.49442 1.86858 9.48985 1.8508 9.48988C1.83302 9.48991 1.81557 9.49453 1.8002 9.5033C1.78483 9.51206 1.7721 9.52464 1.76328 9.53977C1.75447 9.5549 1.74989 9.57205 1.75 9.58947V13.891C1.75038 14.0983 1.80613 14.3019 1.9117 14.4815C2.01726 14.6611 2.16897 14.8105 2.35173 14.9149L6.44471 17.3201C6.46005 17.3288 6.47745 17.3333 6.49517 17.3333C6.51288 17.3333 6.53028 17.3288 6.54563 17.3201C6.56097 17.3114 6.57372 17.299 6.58259 17.2839C6.59146 17.2689 6.59614 17.2518 6.59616 17.2345V12.2438C6.59614 12.2264 6.59146 12.2094 6.5826 12.1943C6.57374 12.1793 6.56101 12.1669 6.54567 12.1582L1.90144 9.50314ZM7.40385 12.2611V17.2332C7.40387 17.2506 7.40854 17.2677 7.41741 17.2827C7.42628 17.2977 7.43903 17.3102 7.45437 17.3189C7.46972 17.3275 7.48712 17.3321 7.50483 17.3321C7.52255 17.3321 7.53995 17.3275 7.55529 17.3188L11.648 14.9136C11.8306 14.8094 11.9823 14.6602 12.0879 14.4809C12.1935 14.3015 12.2494 14.0981 12.25 13.891V9.58947C12.2499 9.57213 12.2452 9.55511 12.2363 9.54012C12.2275 9.52512 12.2147 9.51268 12.1994 9.50404C12.184 9.49539 12.1666 9.49085 12.1489 9.49087C12.1313 9.49088 12.1139 9.49546 12.0986 9.50413L7.45433 12.1757C7.43903 12.1844 7.42632 12.1968 7.41746 12.2118C7.4086 12.2268 7.40391 12.2438 7.40385 12.2611Z",fill:C}),o("path",{d:"M14 1.5L14.6786 3.22051C14.7412 3.37933 14.7725 3.45874 14.8205 3.5257C14.863 3.58505 14.9149 3.63702 14.9743 3.67953C15.0413 3.72748 15.1207 3.7588 15.2795 3.82144L17 4.5L15.2795 5.17857C15.1207 5.2412 15.0413 5.2725 14.9743 5.32047C14.9149 5.36297 14.863 5.41493 14.8205 5.4743C14.7725 5.54127 14.7412 5.62067 14.6786 5.7795L14 7.5L13.3214 5.7795C13.2588 5.62067 13.2275 5.54127 13.1795 5.4743C13.137 5.41493 13.0851 5.36297 13.0257 5.32047C12.9587 5.2725 12.8793 5.2412 12.7205 5.17857L11 4.5L12.7205 3.82144C12.8793 3.7588 12.9587 3.72748 13.0257 3.67953C13.0851 3.63702 13.137 3.58505 13.1795 3.5257C13.2275 3.45874 13.2588 3.37933 13.3214 3.22051L14 1.5Z",fill:C,stroke:C,strokeLinecap:"round",strokeLinejoin:"round"})]}),o("defs",{children:o("clipPath",{id:"clip0_9786_93308",children:o("rect",{width:"18",height:"18",fill:C,transform:"translate(0 0.5)"})})})]})})}))});export{c as CaseStudyIcon};
@@ -1 +1 @@
1
- import{__rest as o}from"tslib";import{jsx as C}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as i}from"../../components/icon/component.js";import{IconConsumer as t}from"../../components/icon/context.js";const r=i((i=>{var r=o(i,[]);return C(n,Object.assign({size:16,viewBox:"0 0 16 16",fill:"none"},r,{children:C(t,{children:({fill:o="#616D8D"}={fill:"#616D8D"})=>C("path",{d:"M6.15385 0C2.79815 0 0 2.30769 0 5.23077C0 6.72615 0.818462 8.02954 1.98092 8.98092C1.90586 9.48644 1.70034 9.96367 1.38462 10.3655C1.25577 10.5305 1.12112 10.6908 0.980923 10.8462C0.908349 10.9226 0.843807 11.0064 0.788308 11.096C0.753231 11.1532 0.698462 11.2172 0.673231 11.3465C0.647385 11.4751 0.682462 11.6868 0.788308 11.8462L0.865231 11.9809L1.01908 12.0578C1.55754 12.3268 2.13908 12.2794 2.67323 12.1348C3.20677 11.9895 3.72 11.7409 4.21169 11.4806C4.70277 11.2209 5.16985 10.9489 5.53846 10.7502C5.59015 10.7225 5.62338 10.7157 5.67323 10.6923C6.64369 12.0265 8.42092 12.9231 10.4037 12.9231C10.4228 12.9255 10.4406 12.9231 10.4615 12.9231C11.2615 12.9231 13.8462 15.5655 15.3846 14.5194C15.4462 14.2738 14.032 13.6578 13.9612 11.8271C15.1655 10.976 15.9428 9.71015 15.9428 8.30769C15.9428 6.23262 14.296 4.51815 12.0966 3.904C11.4006 1.63938 8.98092 0 6.15385 0ZM6.15385 1.23077C8.952 1.23077 11.0769 3.10769 11.0769 5.23077C11.0769 7.35385 8.952 9.23077 6.15385 9.23077C5.65415 9.23077 5.36738 9.43508 4.96123 9.65415C4.55508 9.87262 4.08923 10.144 3.63446 10.3846C3.24062 10.5926 2.86523 10.7526 2.51938 10.8652C2.856 10.3791 3.20738 9.73969 3.26892 8.84615L3.28862 8.49969L3 8.28862C1.90338 7.52 1.23077 6.41415 1.23077 5.23077C1.23077 3.10769 3.35569 1.23077 6.15385 1.23077Z",fill:o})})}))}));export{r as ChatIcon};
1
+ import{__rest as o}from"tslib";import{jsx as C}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as i}from"../../components/icon/component.js";import{IconConsumer as t}from"../../components/icon/context.js";const r=i(i=>{var r=o(i,[]);return C(n,Object.assign({size:16,viewBox:"0 0 16 16",fill:"none"},r,{children:C(t,{children:({fill:o="#616D8D"}={fill:"#616D8D"})=>C("path",{d:"M6.15385 0C2.79815 0 0 2.30769 0 5.23077C0 6.72615 0.818462 8.02954 1.98092 8.98092C1.90586 9.48644 1.70034 9.96367 1.38462 10.3655C1.25577 10.5305 1.12112 10.6908 0.980923 10.8462C0.908349 10.9226 0.843807 11.0064 0.788308 11.096C0.753231 11.1532 0.698462 11.2172 0.673231 11.3465C0.647385 11.4751 0.682462 11.6868 0.788308 11.8462L0.865231 11.9809L1.01908 12.0578C1.55754 12.3268 2.13908 12.2794 2.67323 12.1348C3.20677 11.9895 3.72 11.7409 4.21169 11.4806C4.70277 11.2209 5.16985 10.9489 5.53846 10.7502C5.59015 10.7225 5.62338 10.7157 5.67323 10.6923C6.64369 12.0265 8.42092 12.9231 10.4037 12.9231C10.4228 12.9255 10.4406 12.9231 10.4615 12.9231C11.2615 12.9231 13.8462 15.5655 15.3846 14.5194C15.4462 14.2738 14.032 13.6578 13.9612 11.8271C15.1655 10.976 15.9428 9.71015 15.9428 8.30769C15.9428 6.23262 14.296 4.51815 12.0966 3.904C11.4006 1.63938 8.98092 0 6.15385 0ZM6.15385 1.23077C8.952 1.23077 11.0769 3.10769 11.0769 5.23077C11.0769 7.35385 8.952 9.23077 6.15385 9.23077C5.65415 9.23077 5.36738 9.43508 4.96123 9.65415C4.55508 9.87262 4.08923 10.144 3.63446 10.3846C3.24062 10.5926 2.86523 10.7526 2.51938 10.8652C2.856 10.3791 3.20738 9.73969 3.26892 8.84615L3.28862 8.49969L3 8.28862C1.90338 7.52 1.23077 6.41415 1.23077 5.23077C1.23077 3.10769 3.35569 1.23077 6.15385 1.23077Z",fill:o})})}))});export{r as ChatIcon};
@@ -1 +1 @@
1
- import{__rest as L}from"tslib";import{jsx as C,jsxs as M,Fragment as Z}from"react/jsx-runtime";import{useTheme as H}from"styled-components";import{Icon as V}from"../../components/icon/index.js";import{icon as o}from"../../components/icon/component.js";import{IconConsumer as i}from"../../components/icon/context.js";const n=o((o=>{var n=L(o,[]);const r=H();return C(V,Object.assign({size:18,viewBox:"0 0 18 18",fill:"none"},n,{children:C(i,{children:({fill:L=r.colors.grayScale.gray1}={fill:r.colors.grayScale.gray1})=>M(Z,{children:[C("mask",{id:"path-1-inside-1_8497_58842",fill:"white",children:C("path",{d:"M16.3124 6.74998C16.3121 6.45172 16.1935 6.16577 15.9826 5.95487C15.7717 5.74396 15.4857 5.62533 15.1874 5.62499H12.9375V3.375C12.9371 3.07673 12.8185 2.79078 12.6076 2.57988C12.3967 2.36898 12.1107 2.25034 11.8125 2.25H2.8125C2.51423 2.25034 2.22828 2.36898 2.01738 2.57988C1.80648 2.79078 1.68784 3.07673 1.6875 3.375V12.375C1.6875 12.4812 1.71756 12.5852 1.77421 12.675C1.83086 12.7649 1.91178 12.8368 2.00762 12.8826C2.10346 12.9283 2.21029 12.946 2.31576 12.9336C2.42123 12.9212 2.52103 12.8792 2.60362 12.8124L5.06249 10.8246L5.06256 12.9375C5.0629 13.2357 5.18153 13.5217 5.39244 13.7326C5.60334 13.9435 5.88929 14.0621 6.18755 14.0625H12.7679L15.3964 16.1874C15.479 16.2541 15.5788 16.2962 15.6843 16.3086C15.7897 16.321 15.8966 16.3033 15.9924 16.2576C16.0882 16.2118 16.1692 16.1398 16.2258 16.05C16.2825 15.9602 16.3125 15.8561 16.3125 15.7499L16.3124 6.74998ZM13.3205 13.0625C13.2204 12.9816 13.0956 12.9375 12.9668 12.9375H6.18755L6.18748 10.6875H11.8125C12.1107 10.6871 12.3967 10.5685 12.6076 10.3576C12.8185 10.1467 12.9371 9.86073 12.9375 9.56247V6.74998H15.1874L15.1875 14.5719L13.3205 13.0625Z"})}),C("path",{d:"M16.3124 6.74998C16.3121 6.45172 16.1935 6.16577 15.9826 5.95487C15.7717 5.74396 15.4857 5.62533 15.1874 5.62499H12.9375V3.375C12.9371 3.07673 12.8185 2.79078 12.6076 2.57988C12.3967 2.36898 12.1107 2.25034 11.8125 2.25H2.8125C2.51423 2.25034 2.22828 2.36898 2.01738 2.57988C1.80648 2.79078 1.68784 3.07673 1.6875 3.375V12.375C1.6875 12.4812 1.71756 12.5852 1.77421 12.675C1.83086 12.7649 1.91178 12.8368 2.00762 12.8826C2.10346 12.9283 2.21029 12.946 2.31576 12.9336C2.42123 12.9212 2.52103 12.8792 2.60362 12.8124L5.06249 10.8246L5.06256 12.9375C5.0629 13.2357 5.18153 13.5217 5.39244 13.7326C5.60334 13.9435 5.88929 14.0621 6.18755 14.0625H12.7679L15.3964 16.1874C15.479 16.2541 15.5788 16.2962 15.6843 16.3086C15.7897 16.321 15.8966 16.3033 15.9924 16.2576C16.0882 16.2118 16.1692 16.1398 16.2258 16.05C16.2825 15.9602 16.3125 15.8561 16.3125 15.7499L16.3124 6.74998ZM13.3205 13.0625C13.2204 12.9816 13.0956 12.9375 12.9668 12.9375H6.18755L6.18748 10.6875H11.8125C12.1107 10.6871 12.3967 10.5685 12.6076 10.3576C12.8185 10.1467 12.9371 9.86073 12.9375 9.56247V6.74998H15.1874L15.1875 14.5719L13.3205 13.0625Z",fill:L}),C("path",{d:"M16.3124 6.74998L19.4374 6.74996L19.4374 6.74641L16.3124 6.74998ZM15.1874 5.62499L15.191 2.5H15.1874V5.62499ZM12.9375 5.62499H9.81247V8.74998H12.9375V5.62499ZM12.9375 3.375H16.0624L16.0624 3.37142L12.9375 3.375ZM11.8125 2.25L11.816 -0.874988H11.8125V2.25ZM2.8125 2.25V-0.87499L2.80892 -0.874986L2.8125 2.25ZM1.6875 3.375L-1.43749 3.37142V3.375H1.6875ZM1.6875 12.375L4.81249 12.375V12.375H1.6875ZM2.60362 12.8124L0.638988 10.3822L0.638916 10.3823L2.60362 12.8124ZM5.06249 10.8246L8.18748 10.8245L8.18726 4.27996L3.09786 8.39438L5.06249 10.8246ZM5.06256 12.9375L1.93757 12.9376L1.93757 12.941L5.06256 12.9375ZM6.18755 14.0625L6.18398 17.1874H6.18755V14.0625ZM12.7679 14.0625L14.7325 11.6323L13.8731 10.9375H12.7679V14.0625ZM15.3964 16.1874L17.3611 13.7572L17.361 13.7572L15.3964 16.1874ZM16.3125 15.7499L13.1875 15.75V15.75L16.3125 15.7499ZM13.3205 13.0625L11.3557 15.4926L11.3559 15.4927L13.3205 13.0625ZM12.9668 12.9375L12.9669 9.81247H12.9668V12.9375ZM6.18755 12.9375L3.06257 12.9376L3.06266 16.0624H6.18755V12.9375ZM6.18748 10.6875V7.56248H3.0624L3.06249 10.6876L6.18748 10.6875ZM11.8125 10.6875V13.8125L11.816 13.8125L11.8125 10.6875ZM12.9375 9.56247L16.0624 9.56605V9.56247H12.9375ZM12.9375 6.74998V3.62499H9.81247V6.74998H12.9375ZM15.1874 6.74998L18.3124 6.74995L18.3124 3.62499H15.1874V6.74998ZM15.1875 14.5719L13.2229 17.0021L18.3126 21.1166L18.3125 14.5718L15.1875 14.5719ZM19.4374 6.74641C19.4361 5.62059 18.9883 4.54124 18.1923 3.74517L13.7729 8.16457C13.3986 7.7903 13.1881 7.28285 13.1875 6.75356L19.4374 6.74641ZM18.1923 3.74517C17.3962 2.94909 16.3168 2.50129 15.191 2.5L15.1839 8.74997C14.6546 8.74937 14.1471 8.53884 13.7729 8.16457L18.1923 3.74517ZM15.1874 2.5H12.9375V8.74998H15.1874V2.5ZM16.0624 5.62499V3.375H9.81247V5.62499H16.0624ZM16.0624 3.37142C16.0612 2.2456 15.6134 1.16626 14.8173 0.37018L10.3979 4.78958C10.0236 4.41531 9.81308 3.90787 9.81247 3.37857L16.0624 3.37142ZM14.8173 0.37018C14.0212 -0.425897 12.9419 -0.873698 11.816 -0.874986L11.8089 5.37499C11.2796 5.37438 10.7721 5.16385 10.3979 4.78958L14.8173 0.37018ZM11.8125 -0.874988H2.8125V5.37499H11.8125V-0.874988ZM2.80892 -0.874986C1.6831 -0.873698 0.603757 -0.425897 -0.19232 0.37018L4.22708 4.78958C3.85281 5.16385 3.34537 5.37438 2.81607 5.37499L2.80892 -0.874986ZM-0.19232 0.37018C-0.988397 1.16626 -1.4362 2.2456 -1.43749 3.37142L4.81249 3.37857C4.81188 3.90787 4.60135 4.41531 4.22708 4.78958L-0.19232 0.37018ZM-1.43749 3.375V12.375H4.81249V3.375H-1.43749ZM-1.43749 12.3749C-1.43751 13.0711 -1.24043 13.7531 -0.869043 14.342L4.41746 11.0081C4.67555 11.4173 4.8125 11.8912 4.81249 12.375L-1.43749 12.3749ZM-0.869043 14.342C-0.497658 14.9309 0.0328553 15.4026 0.661126 15.7026L3.35411 10.0625C3.79071 10.271 4.15938 10.5988 4.41746 11.0081L-0.869043 14.342ZM0.661126 15.7026C1.2894 16.0026 1.98976 16.1186 2.68121 16.0371L1.95032 9.83005C2.43081 9.77347 2.91751 9.85408 3.35411 10.0625L0.661126 15.7026ZM2.68121 16.0371C3.37264 15.9557 4.02691 15.6802 4.56832 15.2425L0.638916 10.3823C1.01516 10.0781 1.46982 9.88663 1.95032 9.83005L2.68121 16.0371ZM4.56825 15.2426L7.02712 13.2547L3.09786 8.39438L0.638988 10.3822L4.56825 15.2426ZM1.9375 10.8247L1.93757 12.9376L8.18755 12.9374L8.18748 10.8245L1.9375 10.8247ZM1.93757 12.941C1.93886 14.0669 2.38666 15.1462 3.18274 15.9423L7.60214 11.5229C7.97641 11.8971 8.18694 12.4046 8.18754 12.9339L1.93757 12.941ZM3.18274 15.9423C3.97881 16.7384 5.05816 17.1862 6.18398 17.1874L6.19113 10.9375C6.72042 10.9381 7.22787 11.1486 7.60214 11.5229L3.18274 15.9423ZM6.18755 17.1874H12.7679V10.9375H6.18755V17.1874ZM10.8033 16.4926L13.4318 18.6176L17.361 13.7572L14.7325 11.6323L10.8033 16.4926ZM13.4317 18.6175C13.9731 19.0552 14.6274 19.3307 15.3188 19.4121L16.0497 13.205C16.5302 13.2616 16.9849 13.4531 17.3611 13.7572L13.4317 18.6175ZM15.3188 19.4121C16.0103 19.4936 16.7106 19.3775 17.3389 19.0776L14.6459 13.4375C15.0825 13.2291 15.5692 13.1485 16.0497 13.205L15.3188 19.4121ZM17.3389 19.0776C17.9671 18.7776 18.4977 18.3059 18.8691 17.717L13.5826 14.383C13.8406 13.9738 14.2093 13.646 14.6459 13.4375L17.3389 19.0776ZM18.8691 17.717C19.2404 17.1281 19.4375 16.4461 19.4375 15.7499L13.1875 15.75C13.1875 15.2662 13.3245 14.7923 13.5826 14.383L18.8691 17.717ZM19.4375 15.7499L19.4374 6.74996L13.1875 6.75001L13.1875 15.75L19.4375 15.7499ZM15.2852 10.6325C14.629 10.1019 13.8107 9.81247 12.9669 9.81247L12.9668 16.0624C12.3804 16.0624 11.8117 15.8613 11.3557 15.4926L15.2852 10.6325ZM12.9668 9.81247H6.18755V16.0624H12.9668V9.81247ZM9.31254 12.9374L9.31247 10.6874L3.06249 10.6876L3.06257 12.9376L9.31254 12.9374ZM6.18748 13.8125H11.8125V7.56248H6.18748V13.8125ZM11.816 13.8125C12.9419 13.8112 14.0212 13.3634 14.8173 12.5673L10.3979 8.14789C10.7721 7.77362 11.2796 7.56309 11.8089 7.56248L11.816 13.8125ZM14.8173 12.5673C15.6134 11.7712 16.0612 10.6919 16.0624 9.56605L9.81247 9.5589C9.81308 9.0296 10.0236 8.52216 10.3979 8.14789L14.8173 12.5673ZM16.0624 9.56247V6.74998H9.81247V9.56247H16.0624ZM12.9375 9.87497H15.1874V3.62499H12.9375V9.87497ZM12.0625 6.75001L12.0625 14.5719L18.3125 14.5718L18.3124 6.74995L12.0625 6.75001ZM17.1521 12.1417L15.2851 10.6323L11.3559 15.4927L13.2229 17.0021L17.1521 12.1417Z",fill:"none",mask:"url(#path-1-inside-1_8497_58842)"})]})})}))}));export{n as ChatsIcon};
1
+ import{__rest as L}from"tslib";import{jsx as C,jsxs as M,Fragment as Z}from"react/jsx-runtime";import{useTheme as H}from"styled-components";import{Icon as V}from"../../components/icon/index.js";import{icon as o}from"../../components/icon/component.js";import{IconConsumer as i}from"../../components/icon/context.js";const n=o(o=>{var n=L(o,[]);const r=H();return C(V,Object.assign({size:18,viewBox:"0 0 18 18",fill:"none"},n,{children:C(i,{children:({fill:L=r.colors.grayScale.gray1}={fill:r.colors.grayScale.gray1})=>M(Z,{children:[C("mask",{id:"path-1-inside-1_8497_58842",fill:"white",children:C("path",{d:"M16.3124 6.74998C16.3121 6.45172 16.1935 6.16577 15.9826 5.95487C15.7717 5.74396 15.4857 5.62533 15.1874 5.62499H12.9375V3.375C12.9371 3.07673 12.8185 2.79078 12.6076 2.57988C12.3967 2.36898 12.1107 2.25034 11.8125 2.25H2.8125C2.51423 2.25034 2.22828 2.36898 2.01738 2.57988C1.80648 2.79078 1.68784 3.07673 1.6875 3.375V12.375C1.6875 12.4812 1.71756 12.5852 1.77421 12.675C1.83086 12.7649 1.91178 12.8368 2.00762 12.8826C2.10346 12.9283 2.21029 12.946 2.31576 12.9336C2.42123 12.9212 2.52103 12.8792 2.60362 12.8124L5.06249 10.8246L5.06256 12.9375C5.0629 13.2357 5.18153 13.5217 5.39244 13.7326C5.60334 13.9435 5.88929 14.0621 6.18755 14.0625H12.7679L15.3964 16.1874C15.479 16.2541 15.5788 16.2962 15.6843 16.3086C15.7897 16.321 15.8966 16.3033 15.9924 16.2576C16.0882 16.2118 16.1692 16.1398 16.2258 16.05C16.2825 15.9602 16.3125 15.8561 16.3125 15.7499L16.3124 6.74998ZM13.3205 13.0625C13.2204 12.9816 13.0956 12.9375 12.9668 12.9375H6.18755L6.18748 10.6875H11.8125C12.1107 10.6871 12.3967 10.5685 12.6076 10.3576C12.8185 10.1467 12.9371 9.86073 12.9375 9.56247V6.74998H15.1874L15.1875 14.5719L13.3205 13.0625Z"})}),C("path",{d:"M16.3124 6.74998C16.3121 6.45172 16.1935 6.16577 15.9826 5.95487C15.7717 5.74396 15.4857 5.62533 15.1874 5.62499H12.9375V3.375C12.9371 3.07673 12.8185 2.79078 12.6076 2.57988C12.3967 2.36898 12.1107 2.25034 11.8125 2.25H2.8125C2.51423 2.25034 2.22828 2.36898 2.01738 2.57988C1.80648 2.79078 1.68784 3.07673 1.6875 3.375V12.375C1.6875 12.4812 1.71756 12.5852 1.77421 12.675C1.83086 12.7649 1.91178 12.8368 2.00762 12.8826C2.10346 12.9283 2.21029 12.946 2.31576 12.9336C2.42123 12.9212 2.52103 12.8792 2.60362 12.8124L5.06249 10.8246L5.06256 12.9375C5.0629 13.2357 5.18153 13.5217 5.39244 13.7326C5.60334 13.9435 5.88929 14.0621 6.18755 14.0625H12.7679L15.3964 16.1874C15.479 16.2541 15.5788 16.2962 15.6843 16.3086C15.7897 16.321 15.8966 16.3033 15.9924 16.2576C16.0882 16.2118 16.1692 16.1398 16.2258 16.05C16.2825 15.9602 16.3125 15.8561 16.3125 15.7499L16.3124 6.74998ZM13.3205 13.0625C13.2204 12.9816 13.0956 12.9375 12.9668 12.9375H6.18755L6.18748 10.6875H11.8125C12.1107 10.6871 12.3967 10.5685 12.6076 10.3576C12.8185 10.1467 12.9371 9.86073 12.9375 9.56247V6.74998H15.1874L15.1875 14.5719L13.3205 13.0625Z",fill:L}),C("path",{d:"M16.3124 6.74998L19.4374 6.74996L19.4374 6.74641L16.3124 6.74998ZM15.1874 5.62499L15.191 2.5H15.1874V5.62499ZM12.9375 5.62499H9.81247V8.74998H12.9375V5.62499ZM12.9375 3.375H16.0624L16.0624 3.37142L12.9375 3.375ZM11.8125 2.25L11.816 -0.874988H11.8125V2.25ZM2.8125 2.25V-0.87499L2.80892 -0.874986L2.8125 2.25ZM1.6875 3.375L-1.43749 3.37142V3.375H1.6875ZM1.6875 12.375L4.81249 12.375V12.375H1.6875ZM2.60362 12.8124L0.638988 10.3822L0.638916 10.3823L2.60362 12.8124ZM5.06249 10.8246L8.18748 10.8245L8.18726 4.27996L3.09786 8.39438L5.06249 10.8246ZM5.06256 12.9375L1.93757 12.9376L1.93757 12.941L5.06256 12.9375ZM6.18755 14.0625L6.18398 17.1874H6.18755V14.0625ZM12.7679 14.0625L14.7325 11.6323L13.8731 10.9375H12.7679V14.0625ZM15.3964 16.1874L17.3611 13.7572L17.361 13.7572L15.3964 16.1874ZM16.3125 15.7499L13.1875 15.75V15.75L16.3125 15.7499ZM13.3205 13.0625L11.3557 15.4926L11.3559 15.4927L13.3205 13.0625ZM12.9668 12.9375L12.9669 9.81247H12.9668V12.9375ZM6.18755 12.9375L3.06257 12.9376L3.06266 16.0624H6.18755V12.9375ZM6.18748 10.6875V7.56248H3.0624L3.06249 10.6876L6.18748 10.6875ZM11.8125 10.6875V13.8125L11.816 13.8125L11.8125 10.6875ZM12.9375 9.56247L16.0624 9.56605V9.56247H12.9375ZM12.9375 6.74998V3.62499H9.81247V6.74998H12.9375ZM15.1874 6.74998L18.3124 6.74995L18.3124 3.62499H15.1874V6.74998ZM15.1875 14.5719L13.2229 17.0021L18.3126 21.1166L18.3125 14.5718L15.1875 14.5719ZM19.4374 6.74641C19.4361 5.62059 18.9883 4.54124 18.1923 3.74517L13.7729 8.16457C13.3986 7.7903 13.1881 7.28285 13.1875 6.75356L19.4374 6.74641ZM18.1923 3.74517C17.3962 2.94909 16.3168 2.50129 15.191 2.5L15.1839 8.74997C14.6546 8.74937 14.1471 8.53884 13.7729 8.16457L18.1923 3.74517ZM15.1874 2.5H12.9375V8.74998H15.1874V2.5ZM16.0624 5.62499V3.375H9.81247V5.62499H16.0624ZM16.0624 3.37142C16.0612 2.2456 15.6134 1.16626 14.8173 0.37018L10.3979 4.78958C10.0236 4.41531 9.81308 3.90787 9.81247 3.37857L16.0624 3.37142ZM14.8173 0.37018C14.0212 -0.425897 12.9419 -0.873698 11.816 -0.874986L11.8089 5.37499C11.2796 5.37438 10.7721 5.16385 10.3979 4.78958L14.8173 0.37018ZM11.8125 -0.874988H2.8125V5.37499H11.8125V-0.874988ZM2.80892 -0.874986C1.6831 -0.873698 0.603757 -0.425897 -0.19232 0.37018L4.22708 4.78958C3.85281 5.16385 3.34537 5.37438 2.81607 5.37499L2.80892 -0.874986ZM-0.19232 0.37018C-0.988397 1.16626 -1.4362 2.2456 -1.43749 3.37142L4.81249 3.37857C4.81188 3.90787 4.60135 4.41531 4.22708 4.78958L-0.19232 0.37018ZM-1.43749 3.375V12.375H4.81249V3.375H-1.43749ZM-1.43749 12.3749C-1.43751 13.0711 -1.24043 13.7531 -0.869043 14.342L4.41746 11.0081C4.67555 11.4173 4.8125 11.8912 4.81249 12.375L-1.43749 12.3749ZM-0.869043 14.342C-0.497658 14.9309 0.0328553 15.4026 0.661126 15.7026L3.35411 10.0625C3.79071 10.271 4.15938 10.5988 4.41746 11.0081L-0.869043 14.342ZM0.661126 15.7026C1.2894 16.0026 1.98976 16.1186 2.68121 16.0371L1.95032 9.83005C2.43081 9.77347 2.91751 9.85408 3.35411 10.0625L0.661126 15.7026ZM2.68121 16.0371C3.37264 15.9557 4.02691 15.6802 4.56832 15.2425L0.638916 10.3823C1.01516 10.0781 1.46982 9.88663 1.95032 9.83005L2.68121 16.0371ZM4.56825 15.2426L7.02712 13.2547L3.09786 8.39438L0.638988 10.3822L4.56825 15.2426ZM1.9375 10.8247L1.93757 12.9376L8.18755 12.9374L8.18748 10.8245L1.9375 10.8247ZM1.93757 12.941C1.93886 14.0669 2.38666 15.1462 3.18274 15.9423L7.60214 11.5229C7.97641 11.8971 8.18694 12.4046 8.18754 12.9339L1.93757 12.941ZM3.18274 15.9423C3.97881 16.7384 5.05816 17.1862 6.18398 17.1874L6.19113 10.9375C6.72042 10.9381 7.22787 11.1486 7.60214 11.5229L3.18274 15.9423ZM6.18755 17.1874H12.7679V10.9375H6.18755V17.1874ZM10.8033 16.4926L13.4318 18.6176L17.361 13.7572L14.7325 11.6323L10.8033 16.4926ZM13.4317 18.6175C13.9731 19.0552 14.6274 19.3307 15.3188 19.4121L16.0497 13.205C16.5302 13.2616 16.9849 13.4531 17.3611 13.7572L13.4317 18.6175ZM15.3188 19.4121C16.0103 19.4936 16.7106 19.3775 17.3389 19.0776L14.6459 13.4375C15.0825 13.2291 15.5692 13.1485 16.0497 13.205L15.3188 19.4121ZM17.3389 19.0776C17.9671 18.7776 18.4977 18.3059 18.8691 17.717L13.5826 14.383C13.8406 13.9738 14.2093 13.646 14.6459 13.4375L17.3389 19.0776ZM18.8691 17.717C19.2404 17.1281 19.4375 16.4461 19.4375 15.7499L13.1875 15.75C13.1875 15.2662 13.3245 14.7923 13.5826 14.383L18.8691 17.717ZM19.4375 15.7499L19.4374 6.74996L13.1875 6.75001L13.1875 15.75L19.4375 15.7499ZM15.2852 10.6325C14.629 10.1019 13.8107 9.81247 12.9669 9.81247L12.9668 16.0624C12.3804 16.0624 11.8117 15.8613 11.3557 15.4926L15.2852 10.6325ZM12.9668 9.81247H6.18755V16.0624H12.9668V9.81247ZM9.31254 12.9374L9.31247 10.6874L3.06249 10.6876L3.06257 12.9376L9.31254 12.9374ZM6.18748 13.8125H11.8125V7.56248H6.18748V13.8125ZM11.816 13.8125C12.9419 13.8112 14.0212 13.3634 14.8173 12.5673L10.3979 8.14789C10.7721 7.77362 11.2796 7.56309 11.8089 7.56248L11.816 13.8125ZM14.8173 12.5673C15.6134 11.7712 16.0612 10.6919 16.0624 9.56605L9.81247 9.5589C9.81308 9.0296 10.0236 8.52216 10.3979 8.14789L14.8173 12.5673ZM16.0624 9.56247V6.74998H9.81247V9.56247H16.0624ZM12.9375 9.87497H15.1874V3.62499H12.9375V9.87497ZM12.0625 6.75001L12.0625 14.5719L18.3125 14.5718L18.3124 6.74995L12.0625 6.75001ZM17.1521 12.1417L15.2851 10.6323L11.3559 15.4927L13.2229 17.0021L17.1521 12.1417Z",fill:"none",mask:"url(#path-1-inside-1_8497_58842)"})]})})}))});export{n as ChatsIcon};
@@ -1 +1 @@
1
- import{__rest as o}from"tslib";import{jsx as i,jsxs as e,Fragment as n}from"react/jsx-runtime";import{Icon as r}from"../../components/icon/index.js";import{icon as l}from"../../components/icon/component.js";import{IconConsumer as t}from"../../components/icon/context.js";const c=l((l=>{var c=o(l,[]);return i(r,Object.assign({size:24,viewBox:"0 0 24 24",fill:"none"},c,{children:i(t,{children:({fill:o="#1C64F2"}={fill:"#1C64F2"})=>e(n,{children:[i("circle",{cx:"12",cy:"12",r:"12",fill:o}),i("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.7986 8.20369C17.9275 8.33414 18 8.51106 18 8.69553C18 8.88 17.9275 9.05691 17.7986 9.18737L11.2622 15.7963C11.1332 15.9267 10.9582 16 10.7758 16C10.5933 16 10.4183 15.9267 10.2893 15.7963L7.19314 12.6658C7.06781 12.5346 6.99846 12.3588 7.00003 12.1764C7.00159 11.994 7.07395 11.8195 7.20152 11.6905C7.32909 11.5616 7.50166 11.4884 7.68206 11.4868C7.86246 11.4852 8.03626 11.5554 8.16603 11.6821L10.7758 14.3208L16.8257 8.20369C16.9547 8.07327 17.1297 8 17.3121 8C17.4946 8 17.6695 8.07327 17.7986 8.20369Z",fill:"white"})]})})}))}));export{c as CheckCircleIcon};
1
+ import{__rest as o}from"tslib";import{jsx as i,jsxs as e,Fragment as n}from"react/jsx-runtime";import{Icon as r}from"../../components/icon/index.js";import{icon as l}from"../../components/icon/component.js";import{IconConsumer as t}from"../../components/icon/context.js";const c=l(l=>{var c=o(l,[]);return i(r,Object.assign({size:24,viewBox:"0 0 24 24",fill:"none"},c,{children:i(t,{children:({fill:o="#1C64F2"}={fill:"#1C64F2"})=>e(n,{children:[i("circle",{cx:"12",cy:"12",r:"12",fill:o}),i("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.7986 8.20369C17.9275 8.33414 18 8.51106 18 8.69553C18 8.88 17.9275 9.05691 17.7986 9.18737L11.2622 15.7963C11.1332 15.9267 10.9582 16 10.7758 16C10.5933 16 10.4183 15.9267 10.2893 15.7963L7.19314 12.6658C7.06781 12.5346 6.99846 12.3588 7.00003 12.1764C7.00159 11.994 7.07395 11.8195 7.20152 11.6905C7.32909 11.5616 7.50166 11.4884 7.68206 11.4868C7.86246 11.4852 8.03626 11.5554 8.16603 11.6821L10.7758 14.3208L16.8257 8.20369C16.9547 8.07327 17.1297 8 17.3121 8C17.4946 8 17.6695 8.07327 17.7986 8.20369Z",fill:"white"})]})})}))});export{c as CheckCircleIcon};
@@ -1 +1 @@
1
- import{__rest as o}from"tslib";import{jsx as i}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as t}from"../../components/icon/component.js";import{IconConsumer as e}from"../../components/icon/context.js";const r=t((t=>{var r=o(t,[]);return i(n,Object.assign({size:16,viewBox:"0 0 16 17",fill:"none"},r,{children:i(e,{children:({fill:o="white"}={fill:"white"})=>i("path",{d:"M12.7908 4.23434C13.0697 4.54679 13.0697 5.05421 12.7908 5.36666L7.07711 11.7657C6.79813 12.0781 6.34505 12.0781 6.06606 11.7657L3.20924 8.56616C2.93025 8.25371 2.93025 7.74629 3.20924 7.43384C3.48823 7.12139 3.9413 7.12139 4.22029 7.43384L6.5727 10.0659L11.7819 4.23434C12.0609 3.92189 12.514 3.92189 12.793 4.23434H12.7908Z",fill:o})})}))}));export{r as CheckSmallIcon};
1
+ import{__rest as o}from"tslib";import{jsx as i}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as t}from"../../components/icon/component.js";import{IconConsumer as e}from"../../components/icon/context.js";const r=t(t=>{var r=o(t,[]);return i(n,Object.assign({size:16,viewBox:"0 0 16 17",fill:"none"},r,{children:i(e,{children:({fill:o="white"}={fill:"white"})=>i("path",{d:"M12.7908 4.23434C13.0697 4.54679 13.0697 5.05421 12.7908 5.36666L7.07711 11.7657C6.79813 12.0781 6.34505 12.0781 6.06606 11.7657L3.20924 8.56616C2.93025 8.25371 2.93025 7.74629 3.20924 7.43384C3.48823 7.12139 3.9413 7.12139 4.22029 7.43384L6.5727 10.0659L11.7819 4.23434C12.0609 3.92189 12.514 3.92189 12.793 4.23434H12.7908Z",fill:o})})}))});export{r as CheckSmallIcon};
@@ -1 +1 @@
1
- import{__rest as i}from"tslib";import{jsxs as o,jsx as t}from"react/jsx-runtime";import{Icon as e}from"../../components/icon/index.js";import{icon as r}from"../../components/icon/component.js";const n=r((r=>{var n=i(r,[]);return o(e,Object.assign({size:50,viewBox:"0 0 50 51",fill:"none"},n,{children:[t("rect",{y:"0.5",width:"50",height:"50",rx:"10",fill:"url(#paint0_linear_294_9062)"}),t("path",{d:"M36.4978 16.998C37.1674 17.6619 37.1674 18.7402 36.4978 19.4042L22.7851 33.002C22.1155 33.666 21.0281 33.666 20.3586 33.002L13.5022 26.2031C12.8326 25.5391 12.8326 24.4609 13.5022 23.7969C14.1717 23.1329 15.2591 23.1329 15.9287 23.7969L21.5745 29.3901L34.0767 16.998C34.7462 16.334 35.8336 16.334 36.5032 16.998H36.4978Z",fill:"white"}),t("defs",{children:o("linearGradient",{id:"paint0_linear_294_9062",x1:"-0.19685",y1:"25.5",x2:"49.8031",y2:"25.5",gradientUnits:"userSpaceOnUse",children:[t("stop",{stopColor:"#1C64F2"}),t("stop",{offset:"1",stopColor:"#D41CF2"})]})})]}))}));export{n as CheckedIcon};
1
+ import{__rest as i}from"tslib";import{jsxs as o,jsx as t}from"react/jsx-runtime";import{Icon as e}from"../../components/icon/index.js";import{icon as r}from"../../components/icon/component.js";const n=r(r=>{var n=i(r,[]);return o(e,Object.assign({size:50,viewBox:"0 0 50 51",fill:"none"},n,{children:[t("rect",{y:"0.5",width:"50",height:"50",rx:"10",fill:"url(#paint0_linear_294_9062)"}),t("path",{d:"M36.4978 16.998C37.1674 17.6619 37.1674 18.7402 36.4978 19.4042L22.7851 33.002C22.1155 33.666 21.0281 33.666 20.3586 33.002L13.5022 26.2031C12.8326 25.5391 12.8326 24.4609 13.5022 23.7969C14.1717 23.1329 15.2591 23.1329 15.9287 23.7969L21.5745 29.3901L34.0767 16.998C34.7462 16.334 35.8336 16.334 36.5032 16.998H36.4978Z",fill:"white"}),t("defs",{children:o("linearGradient",{id:"paint0_linear_294_9062",x1:"-0.19685",y1:"25.5",x2:"49.8031",y2:"25.5",gradientUnits:"userSpaceOnUse",children:[t("stop",{stopColor:"#1C64F2"}),t("stop",{offset:"1",stopColor:"#D41CF2"})]})})]}))});export{n as CheckedIcon};
@@ -1 +1 @@
1
- import{__rest as o}from"tslib";import{jsxs as i,jsx as t}from"react/jsx-runtime";import{Icon as r}from"../../components/icon/index.js";import{icon as e}from"../../components/icon/component.js";const n=e((e=>{var n=o(e,[]);return i(r,Object.assign({size:24,viewBox:"0 0 24 24",fill:"none"},n,{children:[t("rect",{width:"24",height:"24",rx:"12",fill:"white"}),t("path",{d:"M15.0974 7H12.9537L16.8563 16.9998L19 17L15.0974 7ZM8.90258 7L5 17H7.18752L7.97503 14.9001L12.0701 14.8999L12.8663 17H15.0538L11.1426 7H8.90258ZM8.69246 13.0417L10.0226 9.5251L11.3613 13.0417H8.69246Z",fill:"#121825"})]}))}));export{n as ClaudeIcon};
1
+ import{__rest as o}from"tslib";import{jsxs as i,jsx as t}from"react/jsx-runtime";import{Icon as r}from"../../components/icon/index.js";import{icon as e}from"../../components/icon/component.js";const n=e(e=>{var n=o(e,[]);return i(r,Object.assign({size:24,viewBox:"0 0 24 24",fill:"none"},n,{children:[t("rect",{width:"24",height:"24",rx:"12",fill:"white"}),t("path",{d:"M15.0974 7H12.9537L16.8563 16.9998L19 17L15.0974 7ZM8.90258 7L5 17H7.18752L7.97503 14.9001L12.0701 14.8999L12.8663 17H15.0538L11.1426 7H8.90258ZM8.69246 13.0417L10.0226 9.5251L11.3613 13.0417H8.69246Z",fill:"#121825"})]}))});export{n as ClaudeIcon};
@@ -1 +1 @@
1
- import{__rest as o}from"tslib";import{jsxs as i,jsx as t}from"react/jsx-runtime";import{Icon as r}from"../../components/icon/index.js";import{icon as e}from"../../components/icon/component.js";const n=e((e=>{var n=o(e,[]);return i(r,Object.assign({size:18,viewBox:"0 0 18 18",fill:"none"},n,{children:[t("rect",{width:"18",height:"18",rx:"9",fill:"#0E0C15"}),t("path",{d:"M11.6549 4.5H9.8175L13.1626 13.4998L15 13.5L11.6549 4.5ZM6.34507 4.5L3 13.5H4.87501L5.55003 11.6101L9.06008 11.6099L9.74251 13.5H11.6175L8.26508 4.5H6.34507ZM6.16496 9.93749L7.3051 6.77259L8.45256 9.93749H6.16496Z",fill:"white"})]}))}));export{n as ClaudeBlackIcon};
1
+ import{__rest as o}from"tslib";import{jsxs as i,jsx as t}from"react/jsx-runtime";import{Icon as r}from"../../components/icon/index.js";import{icon as e}from"../../components/icon/component.js";const n=e(e=>{var n=o(e,[]);return i(r,Object.assign({size:18,viewBox:"0 0 18 18",fill:"none"},n,{children:[t("rect",{width:"18",height:"18",rx:"9",fill:"#0E0C15"}),t("path",{d:"M11.6549 4.5H9.8175L13.1626 13.4998L15 13.5L11.6549 4.5ZM6.34507 4.5L3 13.5H4.87501L5.55003 11.6101L9.06008 11.6099L9.74251 13.5H11.6175L8.26508 4.5H6.34507ZM6.16496 9.93749L7.3051 6.77259L8.45256 9.93749H6.16496Z",fill:"white"})]}))});export{n as ClaudeBlackIcon};
@@ -1 +1 @@
1
- import{__rest as C}from"tslib";import{jsx as o}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as i}from"../../components/icon/component.js";import{IconConsumer as t}from"../../components/icon/context.js";const r=i((i=>{var r=C(i,[]);return o(n,Object.assign({size:18,viewBox:"0 0 18 18",fill:"none"},r,{children:o(t,{children:({fill:C="#616D8D"}={fill:"#616D8D"})=>o("path",{d:"M15.6899 2.32071C15.5917 2.22227 15.475 2.14417 15.3465 2.09089C15.2181 2.0376 15.0803 2.01017 14.9413 2.01017C14.8022 2.01017 14.6645 2.0376 14.536 2.09089C14.4076 2.14417 14.2909 2.22227 14.1926 2.32071L9 7.50274L3.80736 2.31009C3.70905 2.21178 3.59233 2.1338 3.46388 2.08059C3.33543 2.02738 3.19776 2 3.05873 2C2.91969 2 2.78202 2.02738 2.65357 2.08059C2.52512 2.1338 2.40841 2.21178 2.31009 2.31009C2.21178 2.40841 2.1338 2.52512 2.08059 2.65357C2.02738 2.78202 2 2.91969 2 3.05873C2 3.19776 2.02738 3.33543 2.08059 3.46388C2.1338 3.59233 2.21178 3.70905 2.31009 3.80736L7.50274 9L2.31009 14.1926C2.21178 14.291 2.1338 14.4077 2.08059 14.5361C2.02738 14.6646 2 14.8022 2 14.9413C2 15.0803 2.02738 15.218 2.08059 15.3464C2.1338 15.4749 2.21178 15.5916 2.31009 15.6899C2.40841 15.7882 2.52512 15.8662 2.65357 15.9194C2.78202 15.9726 2.91969 16 3.05873 16C3.19776 16 3.33543 15.9726 3.46388 15.9194C3.59233 15.8662 3.70905 15.7882 3.80736 15.6899L9 10.4973L14.1926 15.6899C14.291 15.7882 14.4077 15.8662 14.5361 15.9194C14.6646 15.9726 14.8022 16 14.9413 16C15.0803 16 15.218 15.9726 15.3464 15.9194C15.4749 15.8662 15.5916 15.7882 15.6899 15.6899C15.7882 15.5916 15.8662 15.4749 15.9194 15.3464C15.9726 15.218 16 15.0803 16 14.9413C16 14.8022 15.9726 14.6646 15.9194 14.5361C15.8662 14.4077 15.7882 14.291 15.6899 14.1926L10.4973 9L15.6899 3.80736C16.0934 3.40384 16.0934 2.72423 15.6899 2.32071Z",fill:C})})}))}));export{r as CloseIcon};
1
+ import{__rest as C}from"tslib";import{jsx as o}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as i}from"../../components/icon/component.js";import{IconConsumer as t}from"../../components/icon/context.js";const r=i(i=>{var r=C(i,[]);return o(n,Object.assign({size:18,viewBox:"0 0 18 18",fill:"none"},r,{children:o(t,{children:({fill:C="#616D8D"}={fill:"#616D8D"})=>o("path",{d:"M15.6899 2.32071C15.5917 2.22227 15.475 2.14417 15.3465 2.09089C15.2181 2.0376 15.0803 2.01017 14.9413 2.01017C14.8022 2.01017 14.6645 2.0376 14.536 2.09089C14.4076 2.14417 14.2909 2.22227 14.1926 2.32071L9 7.50274L3.80736 2.31009C3.70905 2.21178 3.59233 2.1338 3.46388 2.08059C3.33543 2.02738 3.19776 2 3.05873 2C2.91969 2 2.78202 2.02738 2.65357 2.08059C2.52512 2.1338 2.40841 2.21178 2.31009 2.31009C2.21178 2.40841 2.1338 2.52512 2.08059 2.65357C2.02738 2.78202 2 2.91969 2 3.05873C2 3.19776 2.02738 3.33543 2.08059 3.46388C2.1338 3.59233 2.21178 3.70905 2.31009 3.80736L7.50274 9L2.31009 14.1926C2.21178 14.291 2.1338 14.4077 2.08059 14.5361C2.02738 14.6646 2 14.8022 2 14.9413C2 15.0803 2.02738 15.218 2.08059 15.3464C2.1338 15.4749 2.21178 15.5916 2.31009 15.6899C2.40841 15.7882 2.52512 15.8662 2.65357 15.9194C2.78202 15.9726 2.91969 16 3.05873 16C3.19776 16 3.33543 15.9726 3.46388 15.9194C3.59233 15.8662 3.70905 15.7882 3.80736 15.6899L9 10.4973L14.1926 15.6899C14.291 15.7882 14.4077 15.8662 14.5361 15.9194C14.6646 15.9726 14.8022 16 14.9413 16C15.0803 16 15.218 15.9726 15.3464 15.9194C15.4749 15.8662 15.5916 15.7882 15.6899 15.6899C15.7882 15.5916 15.8662 15.4749 15.9194 15.3464C15.9726 15.218 16 15.0803 16 14.9413C16 14.8022 15.9726 14.6646 15.9194 14.5361C15.8662 14.4077 15.7882 14.291 15.6899 14.1926L10.4973 9L15.6899 3.80736C16.0934 3.40384 16.0934 2.72423 15.6899 2.32071Z",fill:C})})}))});export{r as CloseIcon};
@@ -1 +1 @@
1
- import{__rest as L}from"tslib";import{jsx as i,jsxs as C,Fragment as t}from"react/jsx-runtime";import{Icon as o}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as e}from"../../components/icon/component.js";import{useTheme as r}from"../../theme/hook.js";import{IconConsumer as n}from"../../components/icon/context.js";const l=e((e=>{var l=L(e,[]);const s=r().colors.base.white;return i(o,Object.assign({size:24,viewBox:"0 0 24 24",fill:"none"},l,{children:i(n,{children:({fill:L=s}={fill:s})=>C(t,{children:[i("path",{d:"M18.668 2.66406L19.5727 4.95808C19.6562 5.16984 19.698 5.27572 19.7619 5.365C19.8186 5.44413 19.8879 5.51342 19.967 5.5701C20.0563 5.63404 20.1622 5.6758 20.374 5.75932L22.668 6.66406L20.374 7.56882C20.1622 7.65233 20.0563 7.69406 19.967 7.75802C19.8879 7.81468 19.8186 7.88397 19.7619 7.96313C19.698 8.05242 19.6562 8.15828 19.5727 8.37006L18.668 10.6641L17.7632 8.37006C17.6797 8.15828 17.6379 8.05242 17.574 7.96313C17.5173 7.88397 17.448 7.81468 17.3689 7.75802C17.2796 7.69406 17.1737 7.65233 16.962 7.56882L14.668 6.66406L16.962 5.75932C17.1737 5.6758 17.2796 5.63404 17.3689 5.5701C17.448 5.51342 17.5173 5.44413 17.574 5.365C17.6379 5.27572 17.6797 5.16984 17.7632 4.95808L18.668 2.66406Z",fill:L,stroke:L,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),C("g",{clipPath:"url(#clip0_9047_27289)",children:[i("mask",{id:"path-2-inside-1_9047_27289",fill:L,children:i("path",{d:"M8.10478 11.6378L2.97171 6.50471C2.56672 6.09972 2.56672 5.4431 2.97171 5.03812C3.3767 4.63313 4.03331 4.63313 4.4383 5.03812L10.3047 10.9045C10.7097 11.3095 10.7097 11.9661 10.3047 12.3711L4.4383 18.2374C4.03331 18.6424 3.3767 18.6424 2.97171 18.2374C2.56672 17.8325 2.56672 17.1758 2.97171 16.7709L8.10478 11.6378ZM12.0013 16.1418H20.2976C20.8703 16.1418 21.3346 16.6061 21.3346 17.1788C21.3346 17.7516 20.8703 18.2159 20.2976 18.2159H12.0013C11.4286 18.2159 10.9643 17.7516 10.9643 17.1788C10.9643 16.6061 11.4286 16.1418 12.0013 16.1418Z"})}),i("path",{d:"M8.10478 11.6378L2.97171 6.50471C2.56672 6.09972 2.56672 5.4431 2.97171 5.03812C3.3767 4.63313 4.03331 4.63313 4.4383 5.03812L10.3047 10.9045C10.7097 11.3095 10.7097 11.9661 10.3047 12.3711L4.4383 18.2374C4.03331 18.6424 3.3767 18.6424 2.97171 18.2374C2.56672 17.8325 2.56672 17.1758 2.97171 16.7709L8.10478 11.6378ZM12.0013 16.1418H20.2976C20.8703 16.1418 21.3346 16.6061 21.3346 17.1788C21.3346 17.7516 20.8703 18.2159 20.2976 18.2159H12.0013C11.4286 18.2159 10.9643 17.7516 10.9643 17.1788C10.9643 16.6061 11.4286 16.1418 12.0013 16.1418Z",fill:L}),i("path",{d:"M8.10478 11.6378L39.5317 43.0647L70.9587 11.6378L39.5317 -19.7892L8.10478 11.6378ZM2.97171 6.50471L34.3987 -24.9223L2.97171 6.50471ZM4.4383 5.03812L-26.9887 36.4651L4.4383 5.03812ZM10.3047 10.9045L41.7316 -20.5225L10.3047 10.9045ZM10.3047 12.3711L41.7316 43.798V43.798L10.3047 12.3711ZM4.4383 18.2374L-26.9887 -13.1895L-26.9887 -13.1895L4.4383 18.2374ZM2.97171 16.7709L34.3987 48.1978H34.3987L2.97171 16.7709ZM39.5317 -19.7892L34.3987 -24.9223L-28.4553 37.9317L-23.3222 43.0647L39.5317 -19.7892ZM34.3987 -24.9223C51.3503 -7.97061 51.3503 19.5134 34.3987 36.4651L-28.4553 -26.3889C-46.2169 -8.62723 -46.2169 20.1701 -28.4553 37.9317L34.3987 -24.9223ZM34.3987 36.4651C17.447 53.4167 -10.037 53.4167 -26.9887 36.4651L35.8653 -26.3889C18.1036 -44.1505 -10.6936 -44.1505 -28.4553 -26.3889L34.3987 36.4651ZM-26.9887 36.4651L-21.1223 42.3315L41.7316 -20.5225L35.8653 -26.3889L-26.9887 36.4651ZM-21.1223 42.3315C-38.0739 25.3798 -38.0739 -2.10424 -21.1223 -19.0559L41.7316 43.798C59.4933 26.0364 59.4933 -2.76086 41.7316 -20.5225L-21.1223 42.3315ZM-21.1223 -19.0559L-26.9887 -13.1895L35.8653 49.6644L41.7316 43.798L-21.1223 -19.0559ZM-26.9887 -13.1895C-10.037 -30.1412 17.447 -30.1412 34.3987 -13.1895L-28.4553 49.6644C-10.6936 67.426 18.1036 67.426 35.8653 49.6644L-26.9887 -13.1895ZM34.3987 -13.1895C51.3503 3.76212 51.3503 31.2462 34.3987 48.1978L-28.4553 -14.6561C-46.2169 3.10551 -46.2169 31.9028 -28.4553 49.6644L34.3987 -13.1895ZM34.3987 48.1978L39.5317 43.0647L-23.3222 -19.7892L-28.4553 -14.6561L34.3987 48.1978ZM12.0013 60.5862H20.2976V-28.3027H12.0013V60.5862ZM20.2976 60.5862C-3.67565 60.5862 -23.1098 41.1521 -23.1098 17.1788H65.7791C65.7791 -7.93991 45.4163 -28.3027 20.2976 -28.3027V60.5862ZM-23.1098 17.1788C-23.1098 -6.79443 -3.67565 -26.2286 20.2976 -26.2286V62.6603C45.4163 62.6603 65.7791 42.2976 65.7791 17.1788H-23.1098ZM20.2976 -26.2286H12.0013V62.6603H20.2976V-26.2286ZM12.0013 -26.2286C35.9746 -26.2286 55.4087 -6.79443 55.4087 17.1788H-33.4802C-33.4802 42.2975 -13.1174 62.6603 12.0013 62.6603V-26.2286ZM55.4087 17.1788C55.4087 41.1521 35.9746 60.5862 12.0013 60.5862V-28.3027C-13.1174 -28.3027 -33.4802 -7.93991 -33.4802 17.1788H55.4087Z",fill:L,mask:"url(#path-2-inside-1_9047_27289)"})]}),i("defs",{children:i("clipPath",{id:"clip0_9047_27289",children:i("rect",{width:"18.6667",height:"18.6667",fill:L,transform:"translate(2.66797 2.66406)"})})})]})})}))}));export{l as CodeGenerationIcon};
1
+ import{__rest as L}from"tslib";import{jsx as i,jsxs as C,Fragment as t}from"react/jsx-runtime";import{Icon as o}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as e}from"../../components/icon/component.js";import{useTheme as r}from"../../theme/hook.js";import{IconConsumer as n}from"../../components/icon/context.js";const l=e(e=>{var l=L(e,[]);const s=r().colors.base.white;return i(o,Object.assign({size:24,viewBox:"0 0 24 24",fill:"none"},l,{children:i(n,{children:({fill:L=s}={fill:s})=>C(t,{children:[i("path",{d:"M18.668 2.66406L19.5727 4.95808C19.6562 5.16984 19.698 5.27572 19.7619 5.365C19.8186 5.44413 19.8879 5.51342 19.967 5.5701C20.0563 5.63404 20.1622 5.6758 20.374 5.75932L22.668 6.66406L20.374 7.56882C20.1622 7.65233 20.0563 7.69406 19.967 7.75802C19.8879 7.81468 19.8186 7.88397 19.7619 7.96313C19.698 8.05242 19.6562 8.15828 19.5727 8.37006L18.668 10.6641L17.7632 8.37006C17.6797 8.15828 17.6379 8.05242 17.574 7.96313C17.5173 7.88397 17.448 7.81468 17.3689 7.75802C17.2796 7.69406 17.1737 7.65233 16.962 7.56882L14.668 6.66406L16.962 5.75932C17.1737 5.6758 17.2796 5.63404 17.3689 5.5701C17.448 5.51342 17.5173 5.44413 17.574 5.365C17.6379 5.27572 17.6797 5.16984 17.7632 4.95808L18.668 2.66406Z",fill:L,stroke:L,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),C("g",{clipPath:"url(#clip0_9047_27289)",children:[i("mask",{id:"path-2-inside-1_9047_27289",fill:L,children:i("path",{d:"M8.10478 11.6378L2.97171 6.50471C2.56672 6.09972 2.56672 5.4431 2.97171 5.03812C3.3767 4.63313 4.03331 4.63313 4.4383 5.03812L10.3047 10.9045C10.7097 11.3095 10.7097 11.9661 10.3047 12.3711L4.4383 18.2374C4.03331 18.6424 3.3767 18.6424 2.97171 18.2374C2.56672 17.8325 2.56672 17.1758 2.97171 16.7709L8.10478 11.6378ZM12.0013 16.1418H20.2976C20.8703 16.1418 21.3346 16.6061 21.3346 17.1788C21.3346 17.7516 20.8703 18.2159 20.2976 18.2159H12.0013C11.4286 18.2159 10.9643 17.7516 10.9643 17.1788C10.9643 16.6061 11.4286 16.1418 12.0013 16.1418Z"})}),i("path",{d:"M8.10478 11.6378L2.97171 6.50471C2.56672 6.09972 2.56672 5.4431 2.97171 5.03812C3.3767 4.63313 4.03331 4.63313 4.4383 5.03812L10.3047 10.9045C10.7097 11.3095 10.7097 11.9661 10.3047 12.3711L4.4383 18.2374C4.03331 18.6424 3.3767 18.6424 2.97171 18.2374C2.56672 17.8325 2.56672 17.1758 2.97171 16.7709L8.10478 11.6378ZM12.0013 16.1418H20.2976C20.8703 16.1418 21.3346 16.6061 21.3346 17.1788C21.3346 17.7516 20.8703 18.2159 20.2976 18.2159H12.0013C11.4286 18.2159 10.9643 17.7516 10.9643 17.1788C10.9643 16.6061 11.4286 16.1418 12.0013 16.1418Z",fill:L}),i("path",{d:"M8.10478 11.6378L39.5317 43.0647L70.9587 11.6378L39.5317 -19.7892L8.10478 11.6378ZM2.97171 6.50471L34.3987 -24.9223L2.97171 6.50471ZM4.4383 5.03812L-26.9887 36.4651L4.4383 5.03812ZM10.3047 10.9045L41.7316 -20.5225L10.3047 10.9045ZM10.3047 12.3711L41.7316 43.798V43.798L10.3047 12.3711ZM4.4383 18.2374L-26.9887 -13.1895L-26.9887 -13.1895L4.4383 18.2374ZM2.97171 16.7709L34.3987 48.1978H34.3987L2.97171 16.7709ZM39.5317 -19.7892L34.3987 -24.9223L-28.4553 37.9317L-23.3222 43.0647L39.5317 -19.7892ZM34.3987 -24.9223C51.3503 -7.97061 51.3503 19.5134 34.3987 36.4651L-28.4553 -26.3889C-46.2169 -8.62723 -46.2169 20.1701 -28.4553 37.9317L34.3987 -24.9223ZM34.3987 36.4651C17.447 53.4167 -10.037 53.4167 -26.9887 36.4651L35.8653 -26.3889C18.1036 -44.1505 -10.6936 -44.1505 -28.4553 -26.3889L34.3987 36.4651ZM-26.9887 36.4651L-21.1223 42.3315L41.7316 -20.5225L35.8653 -26.3889L-26.9887 36.4651ZM-21.1223 42.3315C-38.0739 25.3798 -38.0739 -2.10424 -21.1223 -19.0559L41.7316 43.798C59.4933 26.0364 59.4933 -2.76086 41.7316 -20.5225L-21.1223 42.3315ZM-21.1223 -19.0559L-26.9887 -13.1895L35.8653 49.6644L41.7316 43.798L-21.1223 -19.0559ZM-26.9887 -13.1895C-10.037 -30.1412 17.447 -30.1412 34.3987 -13.1895L-28.4553 49.6644C-10.6936 67.426 18.1036 67.426 35.8653 49.6644L-26.9887 -13.1895ZM34.3987 -13.1895C51.3503 3.76212 51.3503 31.2462 34.3987 48.1978L-28.4553 -14.6561C-46.2169 3.10551 -46.2169 31.9028 -28.4553 49.6644L34.3987 -13.1895ZM34.3987 48.1978L39.5317 43.0647L-23.3222 -19.7892L-28.4553 -14.6561L34.3987 48.1978ZM12.0013 60.5862H20.2976V-28.3027H12.0013V60.5862ZM20.2976 60.5862C-3.67565 60.5862 -23.1098 41.1521 -23.1098 17.1788H65.7791C65.7791 -7.93991 45.4163 -28.3027 20.2976 -28.3027V60.5862ZM-23.1098 17.1788C-23.1098 -6.79443 -3.67565 -26.2286 20.2976 -26.2286V62.6603C45.4163 62.6603 65.7791 42.2976 65.7791 17.1788H-23.1098ZM20.2976 -26.2286H12.0013V62.6603H20.2976V-26.2286ZM12.0013 -26.2286C35.9746 -26.2286 55.4087 -6.79443 55.4087 17.1788H-33.4802C-33.4802 42.2975 -13.1174 62.6603 12.0013 62.6603V-26.2286ZM55.4087 17.1788C55.4087 41.1521 35.9746 60.5862 12.0013 60.5862V-28.3027C-13.1174 -28.3027 -33.4802 -7.93991 -33.4802 17.1788H55.4087Z",fill:L,mask:"url(#path-2-inside-1_9047_27289)"})]}),i("defs",{children:i("clipPath",{id:"clip0_9047_27289",children:i("rect",{width:"18.6667",height:"18.6667",fill:L,transform:"translate(2.66797 2.66406)"})})})]})})}))});export{l as CodeGenerationIcon};
@@ -1 +1 @@
1
- import{__rest as C}from"tslib";import{jsx as o}from"react/jsx-runtime";import{Icon as L}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as e}from"../../components/icon/component.js";import{useTheme as r}from"../../theme/hook.js";import{IconConsumer as i}from"../../components/icon/context.js";const n=e((e=>{var n=C(e,[]);const t=r();return o(L,Object.assign({size:18,viewBox:"0 0 18 18",fill:"none"},n,{children:o(i,{children:({fill:C=t.colors.grayScale.gray1}={fill:t.colors.grayScale.gray1})=>o("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.8797 1.15468C12.9029 1.0985 12.9458 1.05269 13.0003 1.02581C13.0548 0.998922 13.1172 0.9928 13.1758 1.00858L14.1982 1.28777C14.2567 1.30394 14.3074 1.34089 14.3407 1.39172C14.374 1.44254 14.3877 1.50377 14.3792 1.56395L14.2522 2.45753C14.8034 2.77473 15.2475 3.23203 15.5516 3.76838L16.4469 3.6483C16.5074 3.64023 16.5688 3.65461 16.6195 3.68871C16.6702 3.72281 16.7066 3.77429 16.722 3.83342L16.992 4.85809C17.0073 4.91714 17.0005 4.97972 16.9728 5.03408C16.9452 5.08844 16.8987 5.13083 16.842 5.15328L16.0057 5.4895C16.0063 6.11628 15.8388 6.73172 15.5206 7.27166L16.0708 7.98713C16.1079 8.03541 16.1262 8.0956 16.1221 8.1564C16.1181 8.2172 16.092 8.27443 16.0487 8.31735L15.2975 9.06283C15.2544 9.10579 15.197 9.13153 15.1362 9.13521C15.0755 9.1389 15.0154 9.12028 14.9674 9.08284L14.2562 8.52448C13.7142 8.83826 13.0978 9.00069 12.4716 8.99479L12.1275 9.83033C12.1043 9.88651 12.0615 9.93232 12.007 9.9592C11.9525 9.98609 11.8901 9.99221 11.8314 9.97643L10.8091 9.69824C10.7501 9.68225 10.6991 9.64523 10.6655 9.59417C10.632 9.54311 10.6183 9.48153 10.627 9.42106L10.7551 8.52748C10.2124 8.2148 9.76366 7.76208 9.45567 7.21663L8.56038 7.33671C8.49984 7.34478 8.43844 7.3304 8.38777 7.2963C8.33709 7.2622 8.30064 7.21072 8.2853 7.15159L8.01521 6.12692C7.99996 6.06787 8.00679 6.00529 8.03442 5.95093C8.06205 5.89657 8.10858 5.85418 8.16526 5.83173L9.00152 5.49551C9.00111 4.86875 9.16864 4.25335 9.48668 3.71335L8.9365 2.99788C8.89934 2.9496 8.88107 2.88941 8.88512 2.82861C8.88917 2.76781 8.91527 2.71058 8.95851 2.66766L9.70975 1.92218C9.7529 1.87922 9.81025 1.85348 9.87102 1.8498C9.93179 1.84611 9.99182 1.86473 10.0399 1.90217L10.7511 2.46053C11.2931 2.14675 11.9094 1.98432 12.5356 1.99022L12.8797 1.15468ZM14.4342 6.01785C14.3653 6.27146 14.247 6.50901 14.0863 6.71692C13.9256 6.92483 13.7255 7.09903 13.4974 7.22958C13.2694 7.36014 13.0179 7.44448 12.7572 7.47779C12.4966 7.51111 12.232 7.49275 11.9785 7.42376C11.7249 7.35477 11.4875 7.23651 11.2796 7.07572C11.0718 6.91492 10.8976 6.71475 10.7671 6.48664C10.5036 6.02594 10.4337 5.47936 10.573 4.96716C10.7123 4.45496 11.0493 4.01909 11.5098 3.75543C11.9704 3.49177 12.5168 3.42192 13.0288 3.56125C13.5408 3.70058 13.9766 4.03767 14.2401 4.49837C14.5037 4.95907 14.5735 5.50565 14.4342 6.01785ZM6.77882 7.21363C6.77151 7.15312 6.74237 7.09737 6.69688 7.05684C6.65139 7.0163 6.59267 6.99377 6.53174 6.99348H5.47241C5.41147 6.9935 5.35263 7.01578 5.30695 7.05613C5.26127 7.09648 5.23189 7.15213 5.22433 7.21263L5.1143 8.0932C4.67324 8.19298 4.25241 8.36726 3.8699 8.60853L3.16968 8.06418C3.12166 8.02675 3.06163 8.00813 3.00085 8.01181C2.94008 8.0155 2.88274 8.04123 2.83958 8.08419L2.09034 8.83368C2.0474 8.87685 2.02167 8.93422 2.01799 8.99501C2.0143 9.0558 2.03292 9.11585 2.07034 9.1639L2.61451 9.86435C2.37331 10.247 2.1991 10.668 2.09935 11.1092L1.21907 11.2192C1.15877 11.2268 1.10327 11.256 1.06296 11.3015C1.02264 11.347 1.00026 11.4056 1 11.4664V12.5251C1.00002 12.586 1.02229 12.6449 1.06263 12.6906C1.10297 12.7363 1.1586 12.7657 1.21907 12.7732L2.09935 12.8833C2.20038 13.3316 2.37743 13.7509 2.61451 14.1281L2.07034 14.8286C2.03292 14.8766 2.0143 14.9367 2.01799 14.9975C2.02167 15.0583 2.0474 15.1156 2.09034 15.1588L2.83958 15.9083C2.88274 15.9513 2.94008 15.977 3.00085 15.9807C3.06163 15.9844 3.12166 15.9657 3.16968 15.9283L3.8699 15.3839C4.24702 15.6211 4.66616 15.7982 5.1143 15.8993L5.22433 16.7799C5.23164 16.8404 5.26078 16.8961 5.30627 16.9366C5.35177 16.9772 5.41049 16.9997 5.47141 17H6.52974C6.59069 17 6.64953 16.9777 6.69521 16.9374C6.74089 16.897 6.77027 16.8414 6.77782 16.7809L6.88786 15.9003C7.32894 15.8006 7.74977 15.6263 8.13225 15.3849L8.83247 15.9293C8.8805 15.9667 8.94053 15.9854 9.0013 15.9817C9.06207 15.978 9.11942 15.9523 9.16257 15.9093L9.91181 15.1598C9.95476 15.1166 9.98048 15.0593 9.98417 14.9985C9.98785 14.9377 9.96924 14.8776 9.93182 14.8296L9.38764 14.1291C9.62472 13.7519 9.80177 13.3326 9.90281 12.8843L10.7831 12.7742C10.8436 12.7669 10.8993 12.7378 10.9398 12.6923C10.9803 12.6468 11.0029 12.588 11.0032 12.5271V11.4684C11.0031 11.4074 10.9809 11.3486 10.9405 11.3029C10.9002 11.2572 10.8446 11.2278 10.7841 11.2202L9.90381 11.1102C9.80406 10.669 9.62984 10.248 9.38865 9.86535L9.93282 9.1649C9.97024 9.11685 9.98885 9.0568 9.98517 8.99601C9.98149 8.93521 9.95576 8.87785 9.91281 8.83468L9.16257 8.08419C9.11942 8.04123 9.06207 8.0155 9.0013 8.01181C8.94053 8.00813 8.8805 8.02675 8.83247 8.06418L8.13225 8.60853C7.74998 8.36771 7.32951 8.19378 6.88886 8.0942L6.77882 7.21363ZM8.50237 11.9967C8.50237 12.6602 8.23889 13.2965 7.7699 13.7657C7.30091 14.2348 6.66483 14.4984 6.00158 14.4984C5.33833 14.4984 4.70224 14.2348 4.23325 13.7657C3.76426 13.2965 3.50079 12.6602 3.50079 11.9967C3.50079 11.3333 3.76426 10.697 4.23325 10.2278C4.70224 9.75868 5.33833 9.49511 6.00158 9.49511C6.66483 9.49511 7.30091 9.75868 7.7699 10.2278C8.23889 10.697 8.50237 11.3333 8.50237 11.9967Z",fill:C})})}))}));export{n as CoderIcon};
1
+ import{__rest as C}from"tslib";import{jsx as o}from"react/jsx-runtime";import{Icon as L}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as e}from"../../components/icon/component.js";import{useTheme as r}from"../../theme/hook.js";import{IconConsumer as i}from"../../components/icon/context.js";const n=e(e=>{var n=C(e,[]);const t=r();return o(L,Object.assign({size:18,viewBox:"0 0 18 18",fill:"none"},n,{children:o(i,{children:({fill:C=t.colors.grayScale.gray1}={fill:t.colors.grayScale.gray1})=>o("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.8797 1.15468C12.9029 1.0985 12.9458 1.05269 13.0003 1.02581C13.0548 0.998922 13.1172 0.9928 13.1758 1.00858L14.1982 1.28777C14.2567 1.30394 14.3074 1.34089 14.3407 1.39172C14.374 1.44254 14.3877 1.50377 14.3792 1.56395L14.2522 2.45753C14.8034 2.77473 15.2475 3.23203 15.5516 3.76838L16.4469 3.6483C16.5074 3.64023 16.5688 3.65461 16.6195 3.68871C16.6702 3.72281 16.7066 3.77429 16.722 3.83342L16.992 4.85809C17.0073 4.91714 17.0005 4.97972 16.9728 5.03408C16.9452 5.08844 16.8987 5.13083 16.842 5.15328L16.0057 5.4895C16.0063 6.11628 15.8388 6.73172 15.5206 7.27166L16.0708 7.98713C16.1079 8.03541 16.1262 8.0956 16.1221 8.1564C16.1181 8.2172 16.092 8.27443 16.0487 8.31735L15.2975 9.06283C15.2544 9.10579 15.197 9.13153 15.1362 9.13521C15.0755 9.1389 15.0154 9.12028 14.9674 9.08284L14.2562 8.52448C13.7142 8.83826 13.0978 9.00069 12.4716 8.99479L12.1275 9.83033C12.1043 9.88651 12.0615 9.93232 12.007 9.9592C11.9525 9.98609 11.8901 9.99221 11.8314 9.97643L10.8091 9.69824C10.7501 9.68225 10.6991 9.64523 10.6655 9.59417C10.632 9.54311 10.6183 9.48153 10.627 9.42106L10.7551 8.52748C10.2124 8.2148 9.76366 7.76208 9.45567 7.21663L8.56038 7.33671C8.49984 7.34478 8.43844 7.3304 8.38777 7.2963C8.33709 7.2622 8.30064 7.21072 8.2853 7.15159L8.01521 6.12692C7.99996 6.06787 8.00679 6.00529 8.03442 5.95093C8.06205 5.89657 8.10858 5.85418 8.16526 5.83173L9.00152 5.49551C9.00111 4.86875 9.16864 4.25335 9.48668 3.71335L8.9365 2.99788C8.89934 2.9496 8.88107 2.88941 8.88512 2.82861C8.88917 2.76781 8.91527 2.71058 8.95851 2.66766L9.70975 1.92218C9.7529 1.87922 9.81025 1.85348 9.87102 1.8498C9.93179 1.84611 9.99182 1.86473 10.0399 1.90217L10.7511 2.46053C11.2931 2.14675 11.9094 1.98432 12.5356 1.99022L12.8797 1.15468ZM14.4342 6.01785C14.3653 6.27146 14.247 6.50901 14.0863 6.71692C13.9256 6.92483 13.7255 7.09903 13.4974 7.22958C13.2694 7.36014 13.0179 7.44448 12.7572 7.47779C12.4966 7.51111 12.232 7.49275 11.9785 7.42376C11.7249 7.35477 11.4875 7.23651 11.2796 7.07572C11.0718 6.91492 10.8976 6.71475 10.7671 6.48664C10.5036 6.02594 10.4337 5.47936 10.573 4.96716C10.7123 4.45496 11.0493 4.01909 11.5098 3.75543C11.9704 3.49177 12.5168 3.42192 13.0288 3.56125C13.5408 3.70058 13.9766 4.03767 14.2401 4.49837C14.5037 4.95907 14.5735 5.50565 14.4342 6.01785ZM6.77882 7.21363C6.77151 7.15312 6.74237 7.09737 6.69688 7.05684C6.65139 7.0163 6.59267 6.99377 6.53174 6.99348H5.47241C5.41147 6.9935 5.35263 7.01578 5.30695 7.05613C5.26127 7.09648 5.23189 7.15213 5.22433 7.21263L5.1143 8.0932C4.67324 8.19298 4.25241 8.36726 3.8699 8.60853L3.16968 8.06418C3.12166 8.02675 3.06163 8.00813 3.00085 8.01181C2.94008 8.0155 2.88274 8.04123 2.83958 8.08419L2.09034 8.83368C2.0474 8.87685 2.02167 8.93422 2.01799 8.99501C2.0143 9.0558 2.03292 9.11585 2.07034 9.1639L2.61451 9.86435C2.37331 10.247 2.1991 10.668 2.09935 11.1092L1.21907 11.2192C1.15877 11.2268 1.10327 11.256 1.06296 11.3015C1.02264 11.347 1.00026 11.4056 1 11.4664V12.5251C1.00002 12.586 1.02229 12.6449 1.06263 12.6906C1.10297 12.7363 1.1586 12.7657 1.21907 12.7732L2.09935 12.8833C2.20038 13.3316 2.37743 13.7509 2.61451 14.1281L2.07034 14.8286C2.03292 14.8766 2.0143 14.9367 2.01799 14.9975C2.02167 15.0583 2.0474 15.1156 2.09034 15.1588L2.83958 15.9083C2.88274 15.9513 2.94008 15.977 3.00085 15.9807C3.06163 15.9844 3.12166 15.9657 3.16968 15.9283L3.8699 15.3839C4.24702 15.6211 4.66616 15.7982 5.1143 15.8993L5.22433 16.7799C5.23164 16.8404 5.26078 16.8961 5.30627 16.9366C5.35177 16.9772 5.41049 16.9997 5.47141 17H6.52974C6.59069 17 6.64953 16.9777 6.69521 16.9374C6.74089 16.897 6.77027 16.8414 6.77782 16.7809L6.88786 15.9003C7.32894 15.8006 7.74977 15.6263 8.13225 15.3849L8.83247 15.9293C8.8805 15.9667 8.94053 15.9854 9.0013 15.9817C9.06207 15.978 9.11942 15.9523 9.16257 15.9093L9.91181 15.1598C9.95476 15.1166 9.98048 15.0593 9.98417 14.9985C9.98785 14.9377 9.96924 14.8776 9.93182 14.8296L9.38764 14.1291C9.62472 13.7519 9.80177 13.3326 9.90281 12.8843L10.7831 12.7742C10.8436 12.7669 10.8993 12.7378 10.9398 12.6923C10.9803 12.6468 11.0029 12.588 11.0032 12.5271V11.4684C11.0031 11.4074 10.9809 11.3486 10.9405 11.3029C10.9002 11.2572 10.8446 11.2278 10.7841 11.2202L9.90381 11.1102C9.80406 10.669 9.62984 10.248 9.38865 9.86535L9.93282 9.1649C9.97024 9.11685 9.98885 9.0568 9.98517 8.99601C9.98149 8.93521 9.95576 8.87785 9.91281 8.83468L9.16257 8.08419C9.11942 8.04123 9.06207 8.0155 9.0013 8.01181C8.94053 8.00813 8.8805 8.02675 8.83247 8.06418L8.13225 8.60853C7.74998 8.36771 7.32951 8.19378 6.88886 8.0942L6.77882 7.21363ZM8.50237 11.9967C8.50237 12.6602 8.23889 13.2965 7.7699 13.7657C7.30091 14.2348 6.66483 14.4984 6.00158 14.4984C5.33833 14.4984 4.70224 14.2348 4.23325 13.7657C3.76426 13.2965 3.50079 12.6602 3.50079 11.9967C3.50079 11.3333 3.76426 10.697 4.23325 10.2278C4.70224 9.75868 5.33833 9.49511 6.00158 9.49511C6.66483 9.49511 7.30091 9.75868 7.7699 10.2278C8.23889 10.697 8.50237 11.3333 8.50237 11.9967Z",fill:C})})}))});export{n as CoderIcon};
@@ -1 +1 @@
1
- import{__rest as C}from"tslib";import{jsx as o,jsxs as i,Fragment as t}from"react/jsx-runtime";import{Icon as e}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as n}from"../../components/icon/component.js";import{useTheme as r}from"../../theme/hook.js";import{IconConsumer as m}from"../../components/icon/context.js";const s=n((n=>{var s=C(n,[]);const c=r().colors.base.white;return o(e,Object.assign({size:24,viewBox:"0 0 18 19",fill:"none"},s,{children:o(m,{children:({fill:C=c}={fill:c})=>i(t,{children:[o("path",{d:"M16.3124 7.25001C16.3121 6.95175 16.1935 6.6658 15.9826 6.4549C15.7717 6.24399 15.4857 6.12536 15.1874 6.12502H12.9374V3.87503C12.9371 3.57676 12.8185 3.29081 12.6076 3.07991C12.3967 2.86901 12.1107 2.75037 11.8125 2.75003H2.81249C2.51423 2.75037 2.22828 2.86901 2.01737 3.07991C1.80647 3.29081 1.68783 3.57676 1.68749 3.87503V12.875C1.68749 12.9812 1.71755 13.0852 1.7742 13.1751C1.83085 13.2649 1.91178 13.3368 2.00761 13.3826C2.10345 13.4284 2.21028 13.446 2.31575 13.4336C2.42122 13.4212 2.52103 13.3792 2.60361 13.3124L5.06248 11.3246L5.06255 13.4375C5.06289 13.7358 5.18153 14.0217 5.39243 14.2326C5.60333 14.4435 5.88928 14.5621 6.18755 14.5625H12.7679L15.3964 16.6874C15.479 16.7542 15.5788 16.7962 15.6842 16.8086C15.7897 16.821 15.8966 16.8033 15.9924 16.7576C16.0882 16.7118 16.1691 16.6399 16.2258 16.55C16.2824 16.4602 16.3125 16.3562 16.3125 16.25L16.3124 7.25001ZM13.3205 13.5626C13.2204 13.4816 13.0956 13.4375 12.9668 13.4375H6.18755L6.18748 11.1875H11.8125C12.1107 11.1872 12.3967 11.0685 12.6076 10.8576C12.8185 10.6467 12.9371 10.3608 12.9374 10.0625V7.25001H15.1874L15.1875 15.0719L13.3205 13.5626Z",fill:C}),o("path",{d:"M7.5 6.5C7.63845 6.5 7.77378 6.54105 7.8889 6.61797C8.00401 6.69489 8.09373 6.80421 8.14672 6.93212C8.1997 7.06003 8.21356 7.20078 8.18655 7.33656C8.15954 7.47235 8.09287 7.59708 7.99497 7.69498C7.89708 7.79287 7.77235 7.85954 7.63656 7.88655C7.50078 7.91356 7.36003 7.8997 7.23212 7.84672C7.10421 7.79373 6.99489 7.70401 6.91797 7.5889C6.84105 7.47379 6.8 7.33845 6.8 7.2C6.8 7.01435 6.87375 6.8363 7.00503 6.70503C7.1363 6.57375 7.31435 6.5 7.5 6.5ZM4.7 7.9C4.83845 7.9 4.97378 7.85895 5.0889 7.78203C5.20401 7.70511 5.29373 7.59579 5.34672 7.46788C5.3997 7.33997 5.41356 7.19922 5.38655 7.06344C5.35954 6.92765 5.29287 6.80292 5.19497 6.70503C5.09708 6.60713 4.97235 6.54046 4.83656 6.51345C4.70078 6.48644 4.56003 6.5003 4.43212 6.55328C4.30421 6.60627 4.19489 6.69599 4.11797 6.8111C4.04105 6.92622 4 7.06155 4 7.2C4 7.38565 4.07375 7.5637 4.20503 7.69498C4.3363 7.82625 4.51435 7.9 4.7 7.9ZM10.3 6.5C10.1616 6.5 10.0262 6.54105 9.9111 6.61797C9.79599 6.69489 9.70627 6.80421 9.65328 6.93212C9.6003 7.06003 9.58644 7.20078 9.61345 7.33656C9.64046 7.47235 9.70713 7.59708 9.80503 7.69498C9.90292 7.79287 10.0276 7.85954 10.1634 7.88655C10.2992 7.91356 10.44 7.8997 10.5679 7.84672C10.6958 7.79373 10.8051 7.70401 10.882 7.5889C10.9589 7.47379 11 7.33845 11 7.2C11 7.01435 10.9262 6.8363 10.795 6.70503C10.6637 6.57375 10.4857 6.5 10.3 6.5Z",fill:"#0E0C15"})]})})}))}));export{s as CommentsIcon};
1
+ import{__rest as C}from"tslib";import{jsx as o,jsxs as i,Fragment as t}from"react/jsx-runtime";import{Icon as e}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as n}from"../../components/icon/component.js";import{useTheme as r}from"../../theme/hook.js";import{IconConsumer as m}from"../../components/icon/context.js";const s=n(n=>{var s=C(n,[]);const c=r().colors.base.white;return o(e,Object.assign({size:24,viewBox:"0 0 18 19",fill:"none"},s,{children:o(m,{children:({fill:C=c}={fill:c})=>i(t,{children:[o("path",{d:"M16.3124 7.25001C16.3121 6.95175 16.1935 6.6658 15.9826 6.4549C15.7717 6.24399 15.4857 6.12536 15.1874 6.12502H12.9374V3.87503C12.9371 3.57676 12.8185 3.29081 12.6076 3.07991C12.3967 2.86901 12.1107 2.75037 11.8125 2.75003H2.81249C2.51423 2.75037 2.22828 2.86901 2.01737 3.07991C1.80647 3.29081 1.68783 3.57676 1.68749 3.87503V12.875C1.68749 12.9812 1.71755 13.0852 1.7742 13.1751C1.83085 13.2649 1.91178 13.3368 2.00761 13.3826C2.10345 13.4284 2.21028 13.446 2.31575 13.4336C2.42122 13.4212 2.52103 13.3792 2.60361 13.3124L5.06248 11.3246L5.06255 13.4375C5.06289 13.7358 5.18153 14.0217 5.39243 14.2326C5.60333 14.4435 5.88928 14.5621 6.18755 14.5625H12.7679L15.3964 16.6874C15.479 16.7542 15.5788 16.7962 15.6842 16.8086C15.7897 16.821 15.8966 16.8033 15.9924 16.7576C16.0882 16.7118 16.1691 16.6399 16.2258 16.55C16.2824 16.4602 16.3125 16.3562 16.3125 16.25L16.3124 7.25001ZM13.3205 13.5626C13.2204 13.4816 13.0956 13.4375 12.9668 13.4375H6.18755L6.18748 11.1875H11.8125C12.1107 11.1872 12.3967 11.0685 12.6076 10.8576C12.8185 10.6467 12.9371 10.3608 12.9374 10.0625V7.25001H15.1874L15.1875 15.0719L13.3205 13.5626Z",fill:C}),o("path",{d:"M7.5 6.5C7.63845 6.5 7.77378 6.54105 7.8889 6.61797C8.00401 6.69489 8.09373 6.80421 8.14672 6.93212C8.1997 7.06003 8.21356 7.20078 8.18655 7.33656C8.15954 7.47235 8.09287 7.59708 7.99497 7.69498C7.89708 7.79287 7.77235 7.85954 7.63656 7.88655C7.50078 7.91356 7.36003 7.8997 7.23212 7.84672C7.10421 7.79373 6.99489 7.70401 6.91797 7.5889C6.84105 7.47379 6.8 7.33845 6.8 7.2C6.8 7.01435 6.87375 6.8363 7.00503 6.70503C7.1363 6.57375 7.31435 6.5 7.5 6.5ZM4.7 7.9C4.83845 7.9 4.97378 7.85895 5.0889 7.78203C5.20401 7.70511 5.29373 7.59579 5.34672 7.46788C5.3997 7.33997 5.41356 7.19922 5.38655 7.06344C5.35954 6.92765 5.29287 6.80292 5.19497 6.70503C5.09708 6.60713 4.97235 6.54046 4.83656 6.51345C4.70078 6.48644 4.56003 6.5003 4.43212 6.55328C4.30421 6.60627 4.19489 6.69599 4.11797 6.8111C4.04105 6.92622 4 7.06155 4 7.2C4 7.38565 4.07375 7.5637 4.20503 7.69498C4.3363 7.82625 4.51435 7.9 4.7 7.9ZM10.3 6.5C10.1616 6.5 10.0262 6.54105 9.9111 6.61797C9.79599 6.69489 9.70627 6.80421 9.65328 6.93212C9.6003 7.06003 9.58644 7.20078 9.61345 7.33656C9.64046 7.47235 9.70713 7.59708 9.80503 7.69498C9.90292 7.79287 10.0276 7.85954 10.1634 7.88655C10.2992 7.91356 10.44 7.8997 10.5679 7.84672C10.6958 7.79373 10.8051 7.70401 10.882 7.5889C10.9589 7.47379 11 7.33845 11 7.2C11 7.01435 10.9262 6.8363 10.795 6.70503C10.6637 6.57375 10.4857 6.5 10.3 6.5Z",fill:"#0E0C15"})]})})}))});export{s as CommentsIcon};
@@ -1 +1 @@
1
- import{__rest as C}from"tslib";import{jsx as o}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as i}from"../../components/icon/component.js";import{IconConsumer as t}from"../../components/icon/context.js";const r=i((i=>{var r=C(i,[]);return o(n,Object.assign({size:24,viewBox:"0 0 24 24",fill:"none"},r,{children:o(t,{children:({fill:C="#848798"}={fill:"#848798"})=>o("path",{d:"M9.99864 19C8.75383 19 7.584 18.764 6.48917 18.2921C5.39433 17.8201 4.44198 17.1802 3.6321 16.3722C2.82222 15.5636 2.18122 14.6128 1.70909 13.5198C1.23696 12.4267 1.0006 11.2588 1 10.016C1 8.80321 1.25136 7.62421 1.75409 6.47906C2.25681 5.3339 2.9542 4.3268 3.84627 3.45775C4.73833 2.5893 5.79927 1.93048 7.02909 1.48128C8.2589 1.03209 9.6087 0.897326 11.0785 1.07701C11.3034 1.10695 11.4759 1.20068 11.5959 1.3582C11.7159 1.51572 11.7834 1.72894 11.7984 1.99786C11.8284 2.95615 11.4756 4.30364 12.1583 4.98523C12.841 5.66681 14.3636 5.49472 15.3078 5.52406C15.6228 5.53904 15.8627 5.62888 16.0277 5.79358C16.1927 5.95829 16.2827 6.21283 16.2977 6.55722C16.3277 7.1861 16.0799 8.17453 16.4327 8.57881C16.7854 8.98309 17.7156 8.81818 18.3449 9.02781C18.5548 9.10267 18.7162 9.21138 18.829 9.35392C18.9418 9.49647 18.9979 9.67226 18.9973 9.88128C19.0273 11.1241 18.8098 12.2995 18.3449 13.4075C17.8799 14.5155 17.2425 15.4852 16.4327 16.3165C15.6228 17.1472 14.6629 17.8021 13.5531 18.2813C12.4433 18.7604 11.2584 19 9.99864 19ZM8.64884 8.21925C9.02378 8.21925 9.34264 8.08838 9.6054 7.82665C9.86816 7.56492 9.99924 7.24659 9.99864 6.87166C9.99864 6.49733 9.86756 6.17929 9.6054 5.91756C9.34324 5.65583 9.02438 5.52466 8.64884 5.52406C8.2739 5.52406 7.95535 5.65523 7.69319 5.91756C7.43103 6.17989 7.29964 6.49792 7.29905 6.87166C7.29905 7.24599 7.43043 7.56432 7.69319 7.82665C7.95595 8.08898 8.2745 8.21985 8.64884 8.21925ZM6.84911 12.7112C7.22406 12.7112 7.54291 12.5804 7.80567 12.3186C8.06843 12.0569 8.19951 11.7386 8.19891 11.3636C8.19891 10.9893 8.06783 10.6713 7.80567 10.4095C7.54351 10.1478 7.22466 10.0166 6.84911 10.016C6.47417 10.016 6.15562 10.1472 5.89346 10.4095C5.6313 10.6719 5.49992 10.9899 5.49932 11.3636C5.49932 11.738 5.6307 12.0563 5.89346 12.3186C6.15622 12.581 6.47477 12.7118 6.84911 12.7112ZM12.6982 13.6096C12.9532 13.6096 13.1671 13.5234 13.3398 13.3509C13.5126 13.1784 13.5987 12.9652 13.5981 12.7112C13.5981 12.4567 13.5117 12.2435 13.3389 12.0716C13.1662 11.8997 12.9526 11.8134 12.6982 11.8128C12.4433 11.8128 12.2297 11.8991 12.0575 12.0716C11.8854 12.2441 11.799 12.4573 11.7984 12.7112C11.7984 12.9658 11.8848 13.1793 12.0575 13.3518C12.2303 13.5243 12.4439 13.6102 12.6982 13.6096Z",fill:C})})}))}));export{r as CookieIcon};
1
+ import{__rest as C}from"tslib";import{jsx as o}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as i}from"../../components/icon/component.js";import{IconConsumer as t}from"../../components/icon/context.js";const r=i(i=>{var r=C(i,[]);return o(n,Object.assign({size:24,viewBox:"0 0 24 24",fill:"none"},r,{children:o(t,{children:({fill:C="#848798"}={fill:"#848798"})=>o("path",{d:"M9.99864 19C8.75383 19 7.584 18.764 6.48917 18.2921C5.39433 17.8201 4.44198 17.1802 3.6321 16.3722C2.82222 15.5636 2.18122 14.6128 1.70909 13.5198C1.23696 12.4267 1.0006 11.2588 1 10.016C1 8.80321 1.25136 7.62421 1.75409 6.47906C2.25681 5.3339 2.9542 4.3268 3.84627 3.45775C4.73833 2.5893 5.79927 1.93048 7.02909 1.48128C8.2589 1.03209 9.6087 0.897326 11.0785 1.07701C11.3034 1.10695 11.4759 1.20068 11.5959 1.3582C11.7159 1.51572 11.7834 1.72894 11.7984 1.99786C11.8284 2.95615 11.4756 4.30364 12.1583 4.98523C12.841 5.66681 14.3636 5.49472 15.3078 5.52406C15.6228 5.53904 15.8627 5.62888 16.0277 5.79358C16.1927 5.95829 16.2827 6.21283 16.2977 6.55722C16.3277 7.1861 16.0799 8.17453 16.4327 8.57881C16.7854 8.98309 17.7156 8.81818 18.3449 9.02781C18.5548 9.10267 18.7162 9.21138 18.829 9.35392C18.9418 9.49647 18.9979 9.67226 18.9973 9.88128C19.0273 11.1241 18.8098 12.2995 18.3449 13.4075C17.8799 14.5155 17.2425 15.4852 16.4327 16.3165C15.6228 17.1472 14.6629 17.8021 13.5531 18.2813C12.4433 18.7604 11.2584 19 9.99864 19ZM8.64884 8.21925C9.02378 8.21925 9.34264 8.08838 9.6054 7.82665C9.86816 7.56492 9.99924 7.24659 9.99864 6.87166C9.99864 6.49733 9.86756 6.17929 9.6054 5.91756C9.34324 5.65583 9.02438 5.52466 8.64884 5.52406C8.2739 5.52406 7.95535 5.65523 7.69319 5.91756C7.43103 6.17989 7.29964 6.49792 7.29905 6.87166C7.29905 7.24599 7.43043 7.56432 7.69319 7.82665C7.95595 8.08898 8.2745 8.21985 8.64884 8.21925ZM6.84911 12.7112C7.22406 12.7112 7.54291 12.5804 7.80567 12.3186C8.06843 12.0569 8.19951 11.7386 8.19891 11.3636C8.19891 10.9893 8.06783 10.6713 7.80567 10.4095C7.54351 10.1478 7.22466 10.0166 6.84911 10.016C6.47417 10.016 6.15562 10.1472 5.89346 10.4095C5.6313 10.6719 5.49992 10.9899 5.49932 11.3636C5.49932 11.738 5.6307 12.0563 5.89346 12.3186C6.15622 12.581 6.47477 12.7118 6.84911 12.7112ZM12.6982 13.6096C12.9532 13.6096 13.1671 13.5234 13.3398 13.3509C13.5126 13.1784 13.5987 12.9652 13.5981 12.7112C13.5981 12.4567 13.5117 12.2435 13.3389 12.0716C13.1662 11.8997 12.9526 11.8134 12.6982 11.8128C12.4433 11.8128 12.2297 11.8991 12.0575 12.0716C11.8854 12.2441 11.799 12.4573 11.7984 12.7112C11.7984 12.9658 11.8848 13.1793 12.0575 13.3518C12.2303 13.5243 12.4439 13.6102 12.6982 13.6096Z",fill:C})})}))});export{r as CookieIcon};
@@ -1 +1 @@
1
- import{__rest as o}from"tslib";import{jsx as n}from"react/jsx-runtime";import{Icon as i}from"../../components/icon/index.js";import{icon as t}from"../../components/icon/component.js";import{IconConsumer as r}from"../../components/icon/context.js";const e=t((t=>{var e=o(t,[]);return n(i,Object.assign({size:18,viewBox:"0 0 18 18",fill:"none"},e,{children:n(r,{children:({fill:o="#616D8D"}={fill:"#616D8D"})=>n("path",{d:"M15.1875 2.25H6.1875C6.03832 2.25 5.89524 2.30926 5.78975 2.41475C5.68426 2.52024 5.625 2.66332 5.625 2.8125V5.625H2.8125C2.66332 5.625 2.52024 5.68426 2.41475 5.78975C2.30926 5.89524 2.25 6.03832 2.25 6.1875V15.1875C2.25 15.3367 2.30926 15.4798 2.41475 15.5852C2.52024 15.6907 2.66332 15.75 2.8125 15.75H11.8125C11.9617 15.75 12.1048 15.6907 12.2102 15.5852C12.3157 15.4798 12.375 15.3367 12.375 15.1875V12.375H15.1875C15.3367 12.375 15.4798 12.3157 15.5852 12.2102C15.6907 12.1048 15.75 11.9617 15.75 11.8125V2.8125C15.75 2.66332 15.6907 2.52024 15.5852 2.41475C15.4798 2.30926 15.3367 2.25 15.1875 2.25ZM14.625 11.25H12.375V6.1875C12.375 6.03832 12.3157 5.89524 12.2102 5.78975C12.1048 5.68426 11.9617 5.625 11.8125 5.625H6.75V3.375H14.625V11.25Z",fill:o})})}))}));export{e as CopyIcon};
1
+ import{__rest as o}from"tslib";import{jsx as n}from"react/jsx-runtime";import{Icon as i}from"../../components/icon/index.js";import{icon as t}from"../../components/icon/component.js";import{IconConsumer as r}from"../../components/icon/context.js";const e=t(t=>{var e=o(t,[]);return n(i,Object.assign({size:18,viewBox:"0 0 18 18",fill:"none"},e,{children:n(r,{children:({fill:o="#616D8D"}={fill:"#616D8D"})=>n("path",{d:"M15.1875 2.25H6.1875C6.03832 2.25 5.89524 2.30926 5.78975 2.41475C5.68426 2.52024 5.625 2.66332 5.625 2.8125V5.625H2.8125C2.66332 5.625 2.52024 5.68426 2.41475 5.78975C2.30926 5.89524 2.25 6.03832 2.25 6.1875V15.1875C2.25 15.3367 2.30926 15.4798 2.41475 15.5852C2.52024 15.6907 2.66332 15.75 2.8125 15.75H11.8125C11.9617 15.75 12.1048 15.6907 12.2102 15.5852C12.3157 15.4798 12.375 15.3367 12.375 15.1875V12.375H15.1875C15.3367 12.375 15.4798 12.3157 15.5852 12.2102C15.6907 12.1048 15.75 11.9617 15.75 11.8125V2.8125C15.75 2.66332 15.6907 2.52024 15.5852 2.41475C15.4798 2.30926 15.3367 2.25 15.1875 2.25ZM14.625 11.25H12.375V6.1875C12.375 6.03832 12.3157 5.89524 12.2102 5.78975C12.1048 5.68426 11.9617 5.625 11.8125 5.625H6.75V3.375H14.625V11.25Z",fill:o})})}))});export{e as CopyIcon};
@@ -1 +1 @@
1
- import{__rest as o}from"tslib";import{jsx as n}from"react/jsx-runtime";import{Icon as i}from"../../components/icon/index.js";import{icon as t}from"../../components/icon/component.js";import{IconConsumer as r}from"../../components/icon/context.js";const e=t((t=>{var e=o(t,[]);return n(i,Object.assign({size:18,viewBox:"0 0 18 18",fill:"none"},e,{children:n(r,{children:({fill:o="#616D8D"}={fill:"#616D8D"})=>n("path",{d:"M14.25 1.5C15.0785 1.5 15.75 2.17157 15.75 3V12C15.75 12.8284 15.0785 13.5 14.25 13.5H12.75V15C12.75 15.8284 12.0785 16.5 11.25 16.5H3.75C2.92157 16.5 2.25 15.8284 2.25 15V6C2.25 5.17157 2.92157 4.5 3.75 4.5H5.25V3C5.25 2.17157 5.92157 1.5 6.75 1.5H14.25ZM7.5 11.25H6C5.58579 11.25 5.25 11.5858 5.25 12C5.25 12.3846 5.53953 12.7016 5.91253 12.745L6 12.75H7.5C7.91423 12.75 8.25 12.4142 8.25 12C8.25 11.6154 7.96048 11.2984 7.58747 11.255L7.5 11.25ZM14.25 3H6.75V4.5H11.25C12.0785 4.5 12.75 5.17157 12.75 6V12H14.25V3ZM9 8.25H6C5.58579 8.25 5.25 8.58577 5.25 9C5.25 9.41422 5.58579 9.75 6 9.75H9C9.41423 9.75 9.75 9.41422 9.75 9C9.75 8.58577 9.41423 8.25 9 8.25Z",fill:o})})}))}));export{e as CopyVariantsIcon};
1
+ import{__rest as o}from"tslib";import{jsx as n}from"react/jsx-runtime";import{Icon as i}from"../../components/icon/index.js";import{icon as t}from"../../components/icon/component.js";import{IconConsumer as r}from"../../components/icon/context.js";const e=t(t=>{var e=o(t,[]);return n(i,Object.assign({size:18,viewBox:"0 0 18 18",fill:"none"},e,{children:n(r,{children:({fill:o="#616D8D"}={fill:"#616D8D"})=>n("path",{d:"M14.25 1.5C15.0785 1.5 15.75 2.17157 15.75 3V12C15.75 12.8284 15.0785 13.5 14.25 13.5H12.75V15C12.75 15.8284 12.0785 16.5 11.25 16.5H3.75C2.92157 16.5 2.25 15.8284 2.25 15V6C2.25 5.17157 2.92157 4.5 3.75 4.5H5.25V3C5.25 2.17157 5.92157 1.5 6.75 1.5H14.25ZM7.5 11.25H6C5.58579 11.25 5.25 11.5858 5.25 12C5.25 12.3846 5.53953 12.7016 5.91253 12.745L6 12.75H7.5C7.91423 12.75 8.25 12.4142 8.25 12C8.25 11.6154 7.96048 11.2984 7.58747 11.255L7.5 11.25ZM14.25 3H6.75V4.5H11.25C12.0785 4.5 12.75 5.17157 12.75 6V12H14.25V3ZM9 8.25H6C5.58579 8.25 5.25 8.58577 5.25 9C5.25 9.41422 5.58579 9.75 6 9.75H9C9.41423 9.75 9.75 9.41422 9.75 9C9.75 8.58577 9.41423 8.25 9 8.25Z",fill:o})})}))});export{e as CopyVariantsIcon};
@@ -1 +1 @@
1
- import{__rest as o}from"tslib";import{jsx as i,jsxs as n,Fragment as t}from"react/jsx-runtime";import{Icon as r}from"../../components/icon/index.js";import{icon as e}from"../../components/icon/component.js";import{IconConsumer as l}from"../../components/icon/context.js";const C=e((e=>{var C=o(e,[]);return i(r,Object.assign({size:24,viewBox:"0 0 24 24",fill:"none"},C,{children:i(l,{children:({fill:o="#4785FF"}={fill:"#4785FF"})=>n(t,{children:[i("path",{d:"M20.9031 5.38886H17.0041V3.66212C17.0041 2.92209 16.7705 2 15.3327 2H8.66563C7.22717 2 7.04745 2.92209 7.04745 3.66212V5.38886H3.09687C1.92812 5.38886 1 6.37557 1 7.53848V8.77186L10.7625 13.4235C10.8313 12.7539 11.3469 12.2253 12 12.2253C12.6531 12.2253 13.2031 12.7539 13.2375 13.4235L23 8.77186V7.53848C23 6.37557 22.0719 5.38886 20.9031 5.38886ZM15.85 5.38886H8.39537V3.66212C8.39537 3.30973 8.32188 3.02781 8.66563 3.02781H15.2313C15.575 3.02781 15.85 3.30973 15.85 3.66212V5.38886Z",fill:o}),i("path",{d:"M12.5844 15.0445V13.5292C12.5844 13.2121 12.3438 12.9301 12 12.9301C11.6562 12.9301 11.4156 13.1768 11.4156 13.5292V15.0445C11.4156 15.3617 11.6562 15.6436 12 15.6436C12.3438 15.6436 12.5844 15.3617 12.5844 15.0445Z",fill:o}),i("path",{d:"M13.2719 15.0445C13.2719 15.7493 12.7219 16.3484 12 16.3484C11.2781 16.3484 10.7281 15.7845 10.7281 15.0445V14.1988L1 9.54713V18.8504C1 20.0485 1.92812 21 3.09687 21H20.9031C22.0719 21 23 20.0485 23 18.8504V9.54713L13.2719 14.1988V15.0445Z",fill:o})]})})}))}));export{C as CorporateIcon};
1
+ import{__rest as o}from"tslib";import{jsx as i,jsxs as n,Fragment as t}from"react/jsx-runtime";import{Icon as r}from"../../components/icon/index.js";import{icon as e}from"../../components/icon/component.js";import{IconConsumer as l}from"../../components/icon/context.js";const C=e(e=>{var C=o(e,[]);return i(r,Object.assign({size:24,viewBox:"0 0 24 24",fill:"none"},C,{children:i(l,{children:({fill:o="#4785FF"}={fill:"#4785FF"})=>n(t,{children:[i("path",{d:"M20.9031 5.38886H17.0041V3.66212C17.0041 2.92209 16.7705 2 15.3327 2H8.66563C7.22717 2 7.04745 2.92209 7.04745 3.66212V5.38886H3.09687C1.92812 5.38886 1 6.37557 1 7.53848V8.77186L10.7625 13.4235C10.8313 12.7539 11.3469 12.2253 12 12.2253C12.6531 12.2253 13.2031 12.7539 13.2375 13.4235L23 8.77186V7.53848C23 6.37557 22.0719 5.38886 20.9031 5.38886ZM15.85 5.38886H8.39537V3.66212C8.39537 3.30973 8.32188 3.02781 8.66563 3.02781H15.2313C15.575 3.02781 15.85 3.30973 15.85 3.66212V5.38886Z",fill:o}),i("path",{d:"M12.5844 15.0445V13.5292C12.5844 13.2121 12.3438 12.9301 12 12.9301C11.6562 12.9301 11.4156 13.1768 11.4156 13.5292V15.0445C11.4156 15.3617 11.6562 15.6436 12 15.6436C12.3438 15.6436 12.5844 15.3617 12.5844 15.0445Z",fill:o}),i("path",{d:"M13.2719 15.0445C13.2719 15.7493 12.7219 16.3484 12 16.3484C11.2781 16.3484 10.7281 15.7845 10.7281 15.0445V14.1988L1 9.54713V18.8504C1 20.0485 1.92812 21 3.09687 21H20.9031C22.0719 21 23 20.0485 23 18.8504V9.54713L13.2719 14.1988V15.0445Z",fill:o})]})})}))});export{C as CorporateIcon};
@@ -1 +1 @@
1
- import{__rest as o}from"tslib";import{jsx as i,jsxs as t,Fragment as e}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as r}from"../../components/icon/component.js";import{useTheme as m}from"../../theme/hook.js";import{IconConsumer as C}from"../../components/icon/context.js";const s=r((r=>{var s=o(r,[]);const l=m();return i(n,Object.assign({size:18,viewBox:"0 0 18 15",fill:"none"},s,{children:i(C,{children:({fill:o=l.colors.base.white}={fill:l.colors.base.white})=>t(e,{children:[i("path",{d:"M2.68306 13.7912C1.33521 12.5108 3.22997 8.7528 6.7249 5.25548C10.2198 1.75816 14.0042 -0.0766303 15.321 1.21208C16.6379 2.5008 14.7741 6.25052 11.2792 9.74784C7.78428 13.2452 3.99995 15.08 2.68306 13.7912ZM3.41539 13.2511C4.36727 14.178 7.51113 12.3888 10.7467 9.15796C13.9824 5.92711 15.5409 2.68139 14.589 1.75451C13.6371 0.82763 10.4933 2.61679 7.25767 5.84764C4.02205 9.07848 2.46352 12.3242 3.41539 13.2511Z",fill:o}),i("path",{d:"M15.3224 13.7868C14.0055 15.0755 10.1986 13.2019 6.72625 9.74343C3.2539 6.28499 1.33656 2.48809 2.68441 1.20767C4.03226 -0.0727528 7.8082 1.79263 11.2805 5.25107C14.7529 8.7095 16.6702 12.5064 15.3224 13.7868ZM14.5902 13.2455C15.5421 12.3187 13.9835 9.07294 10.7479 5.84209C7.51229 2.61125 4.33748 0.813791 3.41656 1.74897C2.49564 2.68414 4.02322 5.92157 7.25883 9.15242C10.4944 12.3833 13.6693 14.1807 14.5902 13.2455Z",fill:o}),i("path",{d:"M9.00216 9.08313C8.10408 9.08313 7.39844 8.38594 7.39844 7.4986C7.39844 6.61126 8.10408 5.91406 9.00216 5.91406C9.90025 5.91406 10.6059 6.61126 10.6059 7.4986C10.6059 8.38594 9.90025 9.08313 9.00216 9.08313Z",fill:o})]})})}))}));export{s as COTR1Icon};
1
+ import{__rest as o}from"tslib";import{jsx as i,jsxs as t,Fragment as e}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as r}from"../../components/icon/component.js";import{useTheme as m}from"../../theme/hook.js";import{IconConsumer as C}from"../../components/icon/context.js";const s=r(r=>{var s=o(r,[]);const l=m();return i(n,Object.assign({size:18,viewBox:"0 0 18 15",fill:"none"},s,{children:i(C,{children:({fill:o=l.colors.base.white}={fill:l.colors.base.white})=>t(e,{children:[i("path",{d:"M2.68306 13.7912C1.33521 12.5108 3.22997 8.7528 6.7249 5.25548C10.2198 1.75816 14.0042 -0.0766303 15.321 1.21208C16.6379 2.5008 14.7741 6.25052 11.2792 9.74784C7.78428 13.2452 3.99995 15.08 2.68306 13.7912ZM3.41539 13.2511C4.36727 14.178 7.51113 12.3888 10.7467 9.15796C13.9824 5.92711 15.5409 2.68139 14.589 1.75451C13.6371 0.82763 10.4933 2.61679 7.25767 5.84764C4.02205 9.07848 2.46352 12.3242 3.41539 13.2511Z",fill:o}),i("path",{d:"M15.3224 13.7868C14.0055 15.0755 10.1986 13.2019 6.72625 9.74343C3.2539 6.28499 1.33656 2.48809 2.68441 1.20767C4.03226 -0.0727528 7.8082 1.79263 11.2805 5.25107C14.7529 8.7095 16.6702 12.5064 15.3224 13.7868ZM14.5902 13.2455C15.5421 12.3187 13.9835 9.07294 10.7479 5.84209C7.51229 2.61125 4.33748 0.813791 3.41656 1.74897C2.49564 2.68414 4.02322 5.92157 7.25883 9.15242C10.4944 12.3833 13.6693 14.1807 14.5902 13.2455Z",fill:o}),i("path",{d:"M9.00216 9.08313C8.10408 9.08313 7.39844 8.38594 7.39844 7.4986C7.39844 6.61126 8.10408 5.91406 9.00216 5.91406C9.90025 5.91406 10.6059 6.61126 10.6059 7.4986C10.6059 8.38594 9.90025 9.08313 9.00216 9.08313Z",fill:o})]})})}))});export{s as COTR1Icon};
@@ -1 +1 @@
1
- import{__rest as C}from"tslib";import{jsx as o}from"react/jsx-runtime";import{Icon as e}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as i}from"../../components/icon/component.js";import{useTheme as n}from"../../theme/hook.js";import{IconConsumer as t}from"../../components/icon/context.js";const r=i((i=>{var r=C(i,[]);const m=n().colors.base.white;return o(e,Object.assign({size:24,viewBox:"0 0 25 24",fill:"none"},r,{children:o(t,{children:({fill:C=m}={fill:m})=>o("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.4803 3.82925C11.8592 3.81804 11.242 3.9294 10.664 4.15698C10.086 4.38456 9.5586 4.72387 9.11191 5.15551C8.66521 5.58715 8.30802 6.10264 8.06077 6.67248C7.81353 7.24232 7.68109 7.85531 7.67104 8.47639V14.9717C7.67104 15.3657 7.51451 15.7436 7.23588 16.0222C6.95726 16.3008 6.57936 16.4573 6.18532 16.4573H4.32818C3.73713 16.4573 3.17028 16.2226 2.75234 15.8046C2.3344 15.3867 2.09961 14.8199 2.09961 14.2289V11.2575C2.09961 10.6665 2.3344 10.0997 2.75234 9.68176C3.17028 9.26384 3.73713 9.02905 4.32818 9.02905H5.44247V8.44965C5.45602 7.53655 5.64933 6.63507 6.01134 5.79669C6.37335 4.95831 6.89697 4.19945 7.55231 3.56345C8.20765 2.92745 8.98186 2.42677 9.83072 2.09001C10.6796 1.75325 11.5865 1.58701 12.4996 1.60076C13.4127 1.58701 14.3196 1.75325 15.1685 2.09001C16.0174 2.42677 16.7916 2.92745 17.4469 3.56345C18.1022 4.19945 18.6259 4.95831 18.9879 5.79669C19.3499 6.63507 19.5432 7.53655 19.5568 8.44965V9.02905H20.671C21.2621 9.02905 21.8289 9.26384 22.2469 9.68176C22.6648 10.0997 22.8996 10.6665 22.8996 11.2575V14.2289C22.8996 14.8199 22.6648 15.3867 22.2469 15.8046C21.8289 16.2226 21.2621 16.4573 20.671 16.4573H19.5568V17.2002C19.5569 18.2041 19.1875 19.173 18.5188 19.9219C17.8502 20.6708 16.9292 21.1473 15.9316 21.2605C15.7379 21.6064 15.4554 21.8943 15.1133 22.0946C14.7711 22.2949 14.3818 22.4003 13.9853 22.4H11.7568C11.1657 22.4 10.5989 22.1652 10.1809 21.7473C9.76298 21.3293 9.52818 20.7625 9.52818 20.1715C9.52818 19.5805 9.76298 19.0136 10.1809 18.5957C10.5989 18.1778 11.1657 17.943 11.7568 17.943H13.9853C14.7906 17.943 15.4963 18.3694 15.887 19.0097C16.2965 18.9156 16.662 18.6854 16.9238 18.3567C17.1855 18.0281 17.3281 17.6203 17.3282 17.2002V8.4749C17.318 7.85063 17.1842 7.23457 16.9344 6.66233C16.6847 6.09009 16.324 5.57303 15.8732 5.14104C15.4224 4.70905 14.8904 4.37069 14.3081 4.14553C13.7257 3.92037 13.1045 3.81287 12.4803 3.82925Z",fill:C})})}))}));export{r as CustomerSupportIcon};
1
+ import{__rest as C}from"tslib";import{jsx as o}from"react/jsx-runtime";import{Icon as e}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as i}from"../../components/icon/component.js";import{useTheme as n}from"../../theme/hook.js";import{IconConsumer as t}from"../../components/icon/context.js";const r=i(i=>{var r=C(i,[]);const m=n().colors.base.white;return o(e,Object.assign({size:24,viewBox:"0 0 25 24",fill:"none"},r,{children:o(t,{children:({fill:C=m}={fill:m})=>o("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.4803 3.82925C11.8592 3.81804 11.242 3.9294 10.664 4.15698C10.086 4.38456 9.5586 4.72387 9.11191 5.15551C8.66521 5.58715 8.30802 6.10264 8.06077 6.67248C7.81353 7.24232 7.68109 7.85531 7.67104 8.47639V14.9717C7.67104 15.3657 7.51451 15.7436 7.23588 16.0222C6.95726 16.3008 6.57936 16.4573 6.18532 16.4573H4.32818C3.73713 16.4573 3.17028 16.2226 2.75234 15.8046C2.3344 15.3867 2.09961 14.8199 2.09961 14.2289V11.2575C2.09961 10.6665 2.3344 10.0997 2.75234 9.68176C3.17028 9.26384 3.73713 9.02905 4.32818 9.02905H5.44247V8.44965C5.45602 7.53655 5.64933 6.63507 6.01134 5.79669C6.37335 4.95831 6.89697 4.19945 7.55231 3.56345C8.20765 2.92745 8.98186 2.42677 9.83072 2.09001C10.6796 1.75325 11.5865 1.58701 12.4996 1.60076C13.4127 1.58701 14.3196 1.75325 15.1685 2.09001C16.0174 2.42677 16.7916 2.92745 17.4469 3.56345C18.1022 4.19945 18.6259 4.95831 18.9879 5.79669C19.3499 6.63507 19.5432 7.53655 19.5568 8.44965V9.02905H20.671C21.2621 9.02905 21.8289 9.26384 22.2469 9.68176C22.6648 10.0997 22.8996 10.6665 22.8996 11.2575V14.2289C22.8996 14.8199 22.6648 15.3867 22.2469 15.8046C21.8289 16.2226 21.2621 16.4573 20.671 16.4573H19.5568V17.2002C19.5569 18.2041 19.1875 19.173 18.5188 19.9219C17.8502 20.6708 16.9292 21.1473 15.9316 21.2605C15.7379 21.6064 15.4554 21.8943 15.1133 22.0946C14.7711 22.2949 14.3818 22.4003 13.9853 22.4H11.7568C11.1657 22.4 10.5989 22.1652 10.1809 21.7473C9.76298 21.3293 9.52818 20.7625 9.52818 20.1715C9.52818 19.5805 9.76298 19.0136 10.1809 18.5957C10.5989 18.1778 11.1657 17.943 11.7568 17.943H13.9853C14.7906 17.943 15.4963 18.3694 15.887 19.0097C16.2965 18.9156 16.662 18.6854 16.9238 18.3567C17.1855 18.0281 17.3281 17.6203 17.3282 17.2002V8.4749C17.318 7.85063 17.1842 7.23457 16.9344 6.66233C16.6847 6.09009 16.324 5.57303 15.8732 5.14104C15.4224 4.70905 14.8904 4.37069 14.3081 4.14553C13.7257 3.92037 13.1045 3.81287 12.4803 3.82925Z",fill:C})})}))});export{r as CustomerSupportIcon};