@bothub-chat/ui 2.48.1-fix-message-dbd14831-26d9-4d49-85b2-65f0e64cfad3 → 2.48.2-develop-30a324f3-49c5-45da-a58f-44a7a3afc6f4

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 (779) hide show
  1. package/README.md +23 -23
  2. package/dist/adaptive/stories/styled.d.ts +126 -42
  3. package/dist/components/accordion/index.js +1 -1
  4. package/dist/components/accordion/styled.d.ts +133 -82
  5. package/dist/components/accordion/styled.js +4 -4
  6. package/dist/components/action-message/styled.d.ts +54 -12
  7. package/dist/components/adaptive-button/styled.d.ts +2 -4
  8. package/dist/components/adaptive-button/styled.js +1 -1
  9. package/dist/components/avatar/index.js +1 -1
  10. package/dist/components/avatar/styled.d.ts +15 -1
  11. package/dist/components/avatar/styled.js +3 -3
  12. package/dist/components/backdrop/index.js +1 -1
  13. package/dist/components/backdrop/styled.d.ts +58 -44
  14. package/dist/components/backdrop/styled.js +1 -1
  15. package/dist/components/background/styled.d.ts +78 -36
  16. package/dist/components/background/styled.js +1 -1
  17. package/dist/components/badge/index.js +1 -1
  18. package/dist/components/badge/progress/index.js +1 -1
  19. package/dist/components/badge/progress/styled.d.ts +163 -84
  20. package/dist/components/badge/progress/styled.js +2 -2
  21. package/dist/components/badge/styled.d.ts +21 -7
  22. package/dist/components/badge/styled.js +2 -2
  23. package/dist/components/badge-select-dropdown/index.js +1 -1
  24. package/dist/components/badge-select-dropdown/styled.d.ts +97 -74
  25. package/dist/components/badge-select-dropdown/styled.js +1 -1
  26. package/dist/components/block/styled.d.ts +59 -17
  27. package/dist/components/block/styled.js +9 -9
  28. package/dist/components/bookmark/card/chat/index.js +1 -1
  29. package/dist/components/bookmark/card/chat/styled.d.ts +112 -75
  30. package/dist/components/bookmark/card/index.js +1 -1
  31. package/dist/components/bookmark/card/styled.d.ts +198 -44
  32. package/dist/components/bookmark/card/styled.js +1 -1
  33. package/dist/components/bookmark/index.js +1 -1
  34. package/dist/components/bookmark/list/styled.d.ts +92 -22
  35. package/dist/components/bookmark/styled.d.ts +45 -17
  36. package/dist/components/bookmark/styled.js +1 -1
  37. package/dist/components/breadcrumbs/index.js +1 -1
  38. package/dist/components/breadcrumbs/styled.d.ts +57 -15
  39. package/dist/components/breadcrumbs/styled.js +2 -2
  40. package/dist/components/button/index.js +1 -1
  41. package/dist/components/button/styled.js +10 -10
  42. package/dist/components/checkbox/index.js +1 -1
  43. package/dist/components/checkbox/styled.d.ts +97 -74
  44. package/dist/components/checkbox/styled.js +6 -6
  45. package/dist/components/chip/styled.d.ts +66 -24
  46. package/dist/components/chip/styled.js +2 -2
  47. package/dist/components/color-picker/index.js +1 -1
  48. package/dist/components/color-picker/menu/index.js +1 -1
  49. package/dist/components/color-picker/menu/styled.d.ts +159 -47
  50. package/dist/components/color-picker/menu/styled.js +2 -2
  51. package/dist/components/color-picker/styled.d.ts +72 -16
  52. package/dist/components/color-picker/styled.js +2 -2
  53. package/dist/components/container/styled.js +2 -2
  54. package/dist/components/date-badge/index.js +1 -1
  55. package/dist/components/date-badge/styled.d.ts +36 -8
  56. package/dist/components/date-badge/styled.js +1 -1
  57. package/dist/components/datepicker/hooks/useInfoDate.js +1 -1
  58. package/dist/components/datepicker/ui/calendar/index.js +1 -1
  59. package/dist/components/datepicker/ui/calendar/styled.d.ts +573 -383
  60. package/dist/components/datepicker/ui/calendar/styled.js +1 -1
  61. package/dist/components/description/card/grid/styled.js +1 -1
  62. package/dist/components/description/card/index.js +1 -1
  63. package/dist/components/description/card/styled.d.ts +174 -48
  64. package/dist/components/description/card/styled.js +7 -7
  65. package/dist/components/developer-key/index.js +1 -1
  66. package/dist/components/developer-key/list/styled.d.ts +181 -88
  67. package/dist/components/developer-key/list/styled.js +1 -1
  68. package/dist/components/developer-key/styled.d.ts +209 -149
  69. package/dist/components/developer-key/styled.js +4 -4
  70. package/dist/components/divider/styled.d.ts +30 -2
  71. package/dist/components/divider/styled.js +1 -1
  72. package/dist/components/drawer/index.js +1 -1
  73. package/dist/components/drawer/styled.d.ts +97 -13
  74. package/dist/components/drawer/styled.js +1 -1
  75. package/dist/components/dropzone-field/index.js +1 -1
  76. package/dist/components/dropzone-field/styled.d.ts +112 -14
  77. package/dist/components/dropzone-field/styled.js +1 -1
  78. package/dist/components/file-field/index.js +1 -1
  79. package/dist/components/file-field/styled.d.ts +253 -146
  80. package/dist/components/file-field/styled.js +5 -5
  81. package/dist/components/file-icon/index.d.ts +1 -1
  82. package/dist/components/footer/index.js +1 -1
  83. package/dist/components/footer/mobile/index.js +1 -1
  84. package/dist/components/footer/mobile/styled.d.ts +30 -16
  85. package/dist/components/footer/mobile/styled.js +4 -4
  86. package/dist/components/footer/styled.d.ts +153 -27
  87. package/dist/components/footer/styled.js +1 -1
  88. package/dist/components/form/styled.d.ts +52 -10
  89. package/dist/components/form/styled.js +1 -1
  90. package/dist/components/header/index.js +1 -1
  91. package/dist/components/header/lang-dropdown/index.js +1 -1
  92. package/dist/components/header/lang-dropdown/item/index.js +1 -1
  93. package/dist/components/header/lang-dropdown/item/styled.d.ts +15 -1
  94. package/dist/components/header/lang-dropdown/item/styled.js +1 -1
  95. package/dist/components/header/lang-dropdown/styled.d.ts +203 -143
  96. package/dist/components/header/lang-dropdown/styled.js +2 -2
  97. package/dist/components/header/menu/index.js +1 -1
  98. package/dist/components/header/menu/styled.d.ts +52 -24
  99. package/dist/components/header/menu/styled.js +2 -2
  100. package/dist/components/header/menu/toggle-button/icon/index.js +1 -1
  101. package/dist/components/header/menu/toggle-button/icon/styled.d.ts +15 -1
  102. package/dist/components/header/menu/toggle-button/icon/styled.js +1 -1
  103. package/dist/components/header/menu/toggle-button/index.js +1 -1
  104. package/dist/components/header/menu/toggle-button/styled.d.ts +2 -4
  105. package/dist/components/header/menu/toggle-button/styled.js +2 -2
  106. package/dist/components/header/menu-nav/index.js +1 -1
  107. package/dist/components/header/menu-nav/styled.d.ts +399 -227
  108. package/dist/components/header/menu-nav/styled.js +2 -2
  109. package/dist/components/header/multi-level-menu/config/index.d.ts +760 -670
  110. package/dist/components/header/multi-level-menu/index.js +1 -1
  111. package/dist/components/header/multi-level-menu/multi-level-menu-accordion/ui/index.js +1 -1
  112. package/dist/components/header/multi-level-menu/multi-level-menu-accordion/ui/styled.d.ts +189 -35
  113. package/dist/components/header/multi-level-menu/multi-level-menu-accordion/ui/styled.js +1 -1
  114. package/dist/components/header/multi-level-menu/multi-level-menu-first-level/ui/index.js +1 -1
  115. package/dist/components/header/multi-level-menu/multi-level-menu-first-level/ui/styled.d.ts +112 -75
  116. package/dist/components/header/multi-level-menu/multi-level-menu-first-level/ui/styled.js +1 -1
  117. package/dist/components/header/multi-level-menu/styled.d.ts +1322 -1141
  118. package/dist/components/header/multi-level-menu/styled.js +1 -1
  119. package/dist/components/header/nav/dropdown/index.js +1 -1
  120. package/dist/components/header/nav/dropdown/item/index.js +1 -1
  121. package/dist/components/header/nav/dropdown/item/styled.d.ts +72 -16
  122. package/dist/components/header/nav/dropdown/item/styled.js +1 -1
  123. package/dist/components/header/nav/dropdown/styled.d.ts +145 -96
  124. package/dist/components/header/nav/dropdown/styled.js +1 -1
  125. package/dist/components/header/nav/link/index.js +1 -1
  126. package/dist/components/header/nav/link/styled.d.ts +15 -1
  127. package/dist/components/header/nav/link/styled.js +1 -1
  128. package/dist/components/header/nav/styled.js +2 -2
  129. package/dist/components/header/styled.d.ts +91 -7
  130. package/dist/components/header/styled.js +6 -6
  131. package/dist/components/header/user/button/styled.d.ts +24 -10
  132. package/dist/components/header/user/button/styled.js +1 -1
  133. package/dist/components/header/user/styled.js +1 -1
  134. package/dist/components/header/user-info/index.js +1 -1
  135. package/dist/components/header/user-info/item/index.js +1 -1
  136. package/dist/components/header/user-info/item/styled.d.ts +30 -2
  137. package/dist/components/header/user-info/item/styled.js +1 -1
  138. package/dist/components/header/user-info/styled.d.ts +232 -125
  139. package/dist/components/header/user-info/styled.js +1 -1
  140. package/dist/components/icon/index.js +1 -1
  141. package/dist/components/icon/styled.js +3 -3
  142. package/dist/components/image/index.js +1 -1
  143. package/dist/components/image/styled.d.ts +15 -1
  144. package/dist/components/image/styled.js +5 -5
  145. package/dist/components/image-fullscreen/index.js +1 -1
  146. package/dist/components/image-fullscreen/styled.d.ts +399 -119
  147. package/dist/components/image-fullscreen/styled.js +1 -1
  148. package/dist/components/image-fullscreen/zoommable-image/index.js +1 -1
  149. package/dist/components/image-fullscreen/zoommable-image/styled.d.ts +51 -9
  150. package/dist/components/input-message/index.d.ts +4 -2
  151. package/dist/components/input-message/index.js +1 -1
  152. package/dist/components/input-message/styled.d.ts +3788 -950
  153. package/dist/components/input-message/styled.js +10 -6
  154. package/dist/components/input-message/types.d.ts +6 -0
  155. package/dist/components/input-message/utils.js +1 -1
  156. package/dist/components/lang-switcher/index.js +1 -1
  157. package/dist/components/lang-switcher/styled.d.ts +139 -69
  158. package/dist/components/lang-switcher/styled.js +1 -1
  159. package/dist/components/link/styled.js +1 -1
  160. package/dist/components/loader/styled.d.ts +11 -2
  161. package/dist/components/loader/three-dots-loader/styled.d.ts +30 -2
  162. package/dist/components/loader/three-dots-loader/styled.js +1 -1
  163. package/dist/components/logo/index.js +1 -1
  164. package/dist/components/logo/styled.d.ts +11 -2
  165. package/dist/components/logo/styled.js +1 -1
  166. package/dist/components/logo-halloween/styled.d.ts +11 -2
  167. package/dist/components/logo-halloween/styled.js +1 -1
  168. package/dist/components/logo-new-year/styled.d.ts +11 -2
  169. package/dist/components/logo-new-year/styled.js +1 -1
  170. package/dist/components/main/index.d.ts +15 -1
  171. package/dist/components/main/index.js +1 -1
  172. package/dist/components/menu-dropdown/index.js +1 -1
  173. package/dist/components/menu-dropdown/nav/link/styled.d.ts +21 -7
  174. package/dist/components/menu-dropdown/styled.d.ts +135 -65
  175. package/dist/components/menu-dropdown/styled.js +1 -1
  176. package/dist/components/menu-tabs/index.js +1 -1
  177. package/dist/components/menu-tabs/styled.d.ts +89 -19
  178. package/dist/components/menu-tabs/styled.js +2 -2
  179. package/dist/components/message/actions/copy-button/index.js +1 -1
  180. package/dist/components/message/actions/copy-button/styled.d.ts +58 -44
  181. package/dist/components/message/actions/index.js +1 -1
  182. package/dist/components/message/actions/styled.d.ts +135 -37
  183. package/dist/components/message/actions/styled.js +1 -1
  184. package/dist/components/message/badge-progress/styled.d.ts +22 -8
  185. package/dist/components/message/badge-progress/styled.js +1 -1
  186. package/dist/components/message/button/list/styled.d.ts +38 -10
  187. package/dist/components/message/button/styled.d.ts +24 -10
  188. package/dist/components/message/components/bold/styled.d.ts +1 -3
  189. package/dist/components/message/components/bold/styled.js +2 -2
  190. package/dist/components/message/components/code/inline/styled.d.ts +21 -7
  191. package/dist/components/message/components/code/inline/styled.js +1 -1
  192. package/dist/components/message/components/code/multiline/content/highlight.js +1 -1
  193. package/dist/components/message/components/code/multiline/content/index.js +1 -1
  194. package/dist/components/message/components/code/multiline/content/styled.d.ts +30 -2
  195. package/dist/components/message/components/code/multiline/content/styled.js +1 -1
  196. package/dist/components/message/components/code/multiline/copy/index.js +1 -1
  197. package/dist/components/message/components/code/multiline/copy/styled.d.ts +24 -10
  198. package/dist/components/message/components/code/multiline/copy/styled.js +1 -1
  199. package/dist/components/message/components/code/multiline/styled.d.ts +51 -9
  200. package/dist/components/message/components/code/multiline/styled.js +1 -1
  201. package/dist/components/message/components/image/button/list/styled.d.ts +15 -1
  202. package/dist/components/message/components/image/button/list/styled.js +2 -2
  203. package/dist/components/message/components/image/button/styled.d.ts +54 -12
  204. package/dist/components/message/components/image/grid/styled.d.ts +15 -1
  205. package/dist/components/message/components/image/index.js +1 -1
  206. package/dist/components/message/components/image/styled.d.ts +16 -4
  207. package/dist/components/message/components/image/styled.js +2 -2
  208. package/dist/components/message/components/italic/styled.d.ts +1 -3
  209. package/dist/components/message/components/italic/styled.js +1 -1
  210. package/dist/components/message/components/link/styled.d.ts +1 -3
  211. package/dist/components/message/components/link/styled.js +1 -1
  212. package/dist/components/message/components/list/item/styled.d.ts +21 -7
  213. package/dist/components/message/components/list/item/styled.js +3 -3
  214. package/dist/components/message/components/list/styled.js +2 -2
  215. package/dist/components/message/components/paragraph/styled.d.ts +1 -3
  216. package/dist/components/message/components/paragraph/styled.js +4 -4
  217. package/dist/components/message/components/pre/styled.d.ts +15 -1
  218. package/dist/components/message/components/table/cell/styled.d.ts +221 -179
  219. package/dist/components/message/components/table/cell/styled.js +1 -1
  220. package/dist/components/message/components/table/styled.d.ts +75 -5
  221. package/dist/components/message/components/table/styled.js +1 -1
  222. package/dist/components/message/components/title/styled.js +1 -1
  223. package/dist/components/message/copy/index.js +1 -1
  224. package/dist/components/message/copy/styled.d.ts +24 -10
  225. package/dist/components/message/copy/styled.js +1 -1
  226. package/dist/components/message/file/index.js +1 -1
  227. package/dist/components/message/file/styled.d.ts +87 -17
  228. package/dist/components/message/file/styled.js +1 -1
  229. package/dist/components/message/index.js +1 -1
  230. package/dist/components/message/list/index.js +1 -1
  231. package/dist/components/message/list/styled.d.ts +68 -12
  232. package/dist/components/message/list/styled.js +1 -1
  233. package/dist/components/message/markdown/index.d.ts +2 -2
  234. package/dist/components/message/markdown/index.js +1 -1
  235. package/dist/components/message/markdown/markdown-components.d.ts +2 -2
  236. package/dist/components/message/markdown/markdown-components.js +1 -1
  237. package/dist/components/message/markdown/styled.d.ts +16 -2
  238. package/dist/components/message/markdown/styled.js +22 -22
  239. package/dist/components/message/markdown/useMarkdownPlugins.d.ts +1 -1
  240. package/dist/components/message/markdown/useMarkdownPlugins.js +1 -1
  241. package/dist/components/message/reasoning-block/index.js +1 -1
  242. package/dist/components/message/reasoning-block/markdown-components.d.ts +2 -2
  243. package/dist/components/message/reasoning-block/markdown-components.js +1 -1
  244. package/dist/components/message/reasoning-block/styled.d.ts +31 -3
  245. package/dist/components/message/reasoning-block/styled.js +3 -3
  246. package/dist/components/message/scroll-button/index.d.ts +1 -1
  247. package/dist/components/message/scroll-button/index.js +1 -1
  248. package/dist/components/message/scroll-button/styled.d.ts +76 -67
  249. package/dist/components/message/scroll-button/styled.js +2 -2
  250. package/dist/components/message/search-results/index.js +1 -1
  251. package/dist/components/message/search-results/styled.d.ts +132 -20
  252. package/dist/components/message/search-results/styled.js +1 -1
  253. package/dist/components/message/styled.d.ts +791 -1079
  254. package/dist/components/message/styled.js +1 -1
  255. package/dist/components/message/timestamp/styled.d.ts +21 -7
  256. package/dist/components/message/timestamp/styled.js +1 -1
  257. package/dist/components/message/versions/styled.d.ts +52 -10
  258. package/dist/components/message/versions/styled.js +1 -1
  259. package/dist/components/message/video/index.js +1 -1
  260. package/dist/components/message/video/styled.d.ts +91 -21
  261. package/dist/components/message/video/styled.js +3 -3
  262. package/dist/components/message/video/volume/index.js +1 -1
  263. package/dist/components/message/voice/index.d.ts +4 -0
  264. package/dist/components/message/voice/index.js +1 -1
  265. package/dist/components/message/voice/styled.d.ts +447 -309
  266. package/dist/components/message/voice/styled.js +2 -2
  267. package/dist/components/modal/modal-window/index.js +1 -1
  268. package/dist/components/modal/modal-window/styled.d.ts +224 -131
  269. package/dist/components/modal/modal-window/styled.js +1 -1
  270. package/dist/components/modal/styled.d.ts +15 -1
  271. package/dist/components/modal/styled.js +1 -1
  272. package/dist/components/notification/index.js +1 -1
  273. package/dist/components/notification/list/styled.d.ts +30 -2
  274. package/dist/components/notification/styled.d.ts +209 -116
  275. package/dist/components/notification/styled.js +1 -1
  276. package/dist/components/pagination/paginator.js +1 -1
  277. package/dist/components/pagination/styled.d.ts +226 -166
  278. package/dist/components/pagination/styled.js +4 -4
  279. package/dist/components/pagination/utils.js +1 -1
  280. package/dist/components/portal/index.js +1 -1
  281. package/dist/components/portal/styled.d.ts +20 -6
  282. package/dist/components/portal/styled.js +1 -1
  283. package/dist/components/preset/card/styled.d.ts +328 -137
  284. package/dist/components/preset/card/styled.js +1 -1
  285. package/dist/components/preset/list/styled.d.ts +45 -3
  286. package/dist/components/progress/styled.d.ts +15 -1
  287. package/dist/components/progress/styled.js +1 -1
  288. package/dist/components/prompt/card/index.js +1 -1
  289. package/dist/components/prompt/card/styled.d.ts +127 -76
  290. package/dist/components/prompt/card/styled.js +2 -2
  291. package/dist/components/prompt/list/styled.d.ts +51 -9
  292. package/dist/components/prompt/list/styled.js +3 -3
  293. package/dist/components/radio/index.js +1 -1
  294. package/dist/components/radio/styled.d.ts +52 -10
  295. package/dist/components/radio/styled.js +1 -1
  296. package/dist/components/range-field/index.js +1 -1
  297. package/dist/components/range-field/styled.d.ts +59 -19
  298. package/dist/components/range-field/styled.js +12 -12
  299. package/dist/components/referral/card/index.js +1 -1
  300. package/dist/components/referral/card/link/index.js +1 -1
  301. package/dist/components/referral/card/link/styled.d.ts +112 -75
  302. package/dist/components/referral/card/link/styled.js +1 -1
  303. package/dist/components/referral/card/styled.d.ts +315 -63
  304. package/dist/components/referral/card/styled.js +7 -7
  305. package/dist/components/referral/list/styled.d.ts +69 -13
  306. package/dist/components/referral/radio/styled.d.ts +214 -74
  307. package/dist/components/referral/radio/styled.js +1 -1
  308. package/dist/components/scrollable-tabs/index.js +1 -1
  309. package/dist/components/scrollable-tabs/styled.d.ts +36 -8
  310. package/dist/components/scrollable-tabs/styled.js +4 -4
  311. package/dist/components/scrollbar/index.js +1 -1
  312. package/dist/components/scrollbar/shadow/index.js +1 -1
  313. package/dist/components/scrollbar/shadow/styled.d.ts +58 -44
  314. package/dist/components/scrollbar/shadow/styled.js +1 -1
  315. package/dist/components/scrollbar/style/styled.js +1 -1
  316. package/dist/components/scrollbar/styled.d.ts +15 -1
  317. package/dist/components/scrollbar/styled.js +1 -1
  318. package/dist/components/section/styled.d.ts +1 -3
  319. package/dist/components/section/styled.js +6 -6
  320. package/dist/components/select-field/context.d.ts +1 -1
  321. package/dist/components/select-field/index.d.ts +1 -2
  322. package/dist/components/select-field/index.js +1 -1
  323. package/dist/components/select-field/nodes/index.d.ts +1 -0
  324. package/dist/components/select-field/nodes/value/index.d.ts +7 -0
  325. package/dist/components/select-field/nodes/value/index.js +1 -0
  326. package/dist/components/select-field/select-modal/filterData.js +1 -1
  327. package/dist/components/select-field/select-modal/index.d.ts +1 -1
  328. package/dist/components/select-field/select-modal/index.js +1 -1
  329. package/dist/components/select-field/select-modal/option/collapse/index.js +1 -0
  330. package/dist/components/select-field/{option → select-modal/option}/collapse/styled.d.ts +92 -73
  331. package/dist/components/select-field/select-modal/option/collapse/styled.js +16 -0
  332. package/dist/components/select-field/select-modal/option/list/index.js +1 -0
  333. package/dist/components/select-field/{option → select-modal/option}/list/styled.d.ts +144 -32
  334. package/dist/components/select-field/select-modal/option/list/styled.js +1 -0
  335. package/dist/components/select-field/select-modal/option/select-field-option/index.js +1 -0
  336. package/dist/components/select-field/{option → select-modal/option}/select-field-option/styled.d.ts +42 -14
  337. package/dist/components/select-field/select-modal/option/select-field-option/styled.js +48 -0
  338. package/dist/components/select-field/select-modal/select-field-group/index.js +1 -0
  339. package/dist/components/select-field/{select-field-group → select-modal/select-field-group}/styled.d.ts +15 -1
  340. package/dist/components/select-field/select-modal/select-field-group/styled.js +1 -0
  341. package/dist/components/select-field/select-modal/styled.d.ts +122 -52
  342. package/dist/components/select-field/select-modal/styled.js +5 -5
  343. package/dist/components/select-field/select-modal/types.d.ts +1 -0
  344. package/dist/components/select-field/styled.d.ts +479 -268
  345. package/dist/components/select-field/styled.js +8 -8
  346. package/dist/components/select-field/useSelectField.d.ts +3 -3
  347. package/dist/components/select-field/useSelectField.js +1 -1
  348. package/dist/components/sidebar/buttons/create-chat/index.js +1 -1
  349. package/dist/components/sidebar/buttons/index.js +1 -1
  350. package/dist/components/sidebar/buttons/styled.d.ts +120 -50
  351. package/dist/components/sidebar/buttons/styled.js +5 -5
  352. package/dist/components/sidebar/chat/index.js +1 -1
  353. package/dist/components/sidebar/chat/styled.d.ts +390 -204
  354. package/dist/components/sidebar/chat/styled.js +10 -10
  355. package/dist/components/sidebar/dropdown/index.js +1 -1
  356. package/dist/components/sidebar/dropdown/item/index.js +1 -1
  357. package/dist/components/sidebar/dropdown/item/styled.d.ts +37 -9
  358. package/dist/components/sidebar/dropdown/item/styled.js +1 -1
  359. package/dist/components/sidebar/dropdown/styled.d.ts +203 -143
  360. package/dist/components/sidebar/dropdown/styled.js +1 -1
  361. package/dist/components/sidebar/empty/styled.d.ts +112 -75
  362. package/dist/components/sidebar/empty/styled.js +2 -2
  363. package/dist/components/sidebar/group/index.js +1 -1
  364. package/dist/components/sidebar/group/styled.d.ts +347 -236
  365. package/dist/components/sidebar/group/styled.js +5 -5
  366. package/dist/components/sidebar/group-empty/styled.d.ts +112 -75
  367. package/dist/components/sidebar/group-empty/styled.js +2 -2
  368. package/dist/components/sidebar/index.js +1 -1
  369. package/dist/components/sidebar/lang/index.js +1 -1
  370. package/dist/components/sidebar/lang/item/index.js +1 -1
  371. package/dist/components/sidebar/lang/item/styled.d.ts +15 -1
  372. package/dist/components/sidebar/lang/item/styled.js +1 -1
  373. package/dist/components/sidebar/lang/styled.d.ts +203 -143
  374. package/dist/components/sidebar/lang/styled.js +2 -2
  375. package/dist/components/sidebar/menu/index.js +1 -1
  376. package/dist/components/sidebar/menu/nav/link/index.js +1 -1
  377. package/dist/components/sidebar/menu/nav/link/styled.d.ts +21 -7
  378. package/dist/components/sidebar/menu/nav/link/styled.js +4 -4
  379. package/dist/components/sidebar/menu/styled.d.ts +114 -44
  380. package/dist/components/sidebar/menu/styled.js +3 -3
  381. package/dist/components/sidebar/styled.d.ts +303 -79
  382. package/dist/components/sidebar/styled.js +23 -23
  383. package/dist/components/sidebar/toggle-button/index.js +1 -1
  384. package/dist/components/sidebar/user-info/avatar/index.js +1 -1
  385. package/dist/components/sidebar/user-info/avatar/styled.d.ts +1 -3
  386. package/dist/components/sidebar/user-info/avatar/styled.js +2 -2
  387. package/dist/components/sidebar/user-info/index.js +1 -1
  388. package/dist/components/sidebar/user-info/skeleton/styled.d.ts +21 -7
  389. package/dist/components/sidebar/user-info/styled.d.ts +235 -53
  390. package/dist/components/sidebar/user-info/styled.js +9 -9
  391. package/dist/components/skeleton/styled.js +1 -1
  392. package/dist/components/slider/styled.d.ts +32 -6
  393. package/dist/components/slider/styled.js +1 -1
  394. package/dist/components/slider/useSlider.d.ts +1 -1
  395. package/dist/components/slider/useSlider.js +1 -1
  396. package/dist/components/stepper/index.js +1 -1
  397. package/dist/components/stepper/styled.d.ts +112 -75
  398. package/dist/components/stepper/styled.js +1 -1
  399. package/dist/components/switch/index.js +1 -1
  400. package/dist/components/switch/styled.d.ts +96 -40
  401. package/dist/components/switch/styled.js +1 -1
  402. package/dist/components/tab/list/styled.d.ts +68 -12
  403. package/dist/components/tab/list/styled.js +3 -3
  404. package/dist/components/tab/styled.d.ts +21 -7
  405. package/dist/components/tab/styled.js +3 -3
  406. package/dist/components/table/cell/styled.d.ts +21 -7
  407. package/dist/components/table/cell/styled.js +1 -1
  408. package/dist/components/table/styled.d.ts +68 -12
  409. package/dist/components/table/styled.js +1 -1
  410. package/dist/components/tariff/badge/index.js +1 -1
  411. package/dist/components/tariff/badge/styled.d.ts +21 -7
  412. package/dist/components/tariff/badge/styled.js +2 -2
  413. package/dist/components/tariff/card/styled.d.ts +437 -209
  414. package/dist/components/tariff/card/styled.js +3 -3
  415. package/dist/components/tariff/list/styled.d.ts +16 -2
  416. package/dist/components/tariff/list/styled.js +1 -1
  417. package/dist/components/text-area-field/index.js +1 -1
  418. package/dist/components/text-area-field/styled.d.ts +57 -15
  419. package/dist/components/text-area-field/styled.js +1 -1
  420. package/dist/components/text-field/index.js +1 -1
  421. package/dist/components/text-field/styled.d.ts +148 -64
  422. package/dist/components/text-field/styled.js +7 -7
  423. package/dist/components/theme-cards/index.js +1 -1
  424. package/dist/components/theme-cards/styled.d.ts +15 -1
  425. package/dist/components/theme-cards/theme-card/index.js +1 -1
  426. package/dist/components/theme-cards/theme-card/styled.d.ts +143 -59
  427. package/dist/components/theme-cards/theme-card/styled.js +1 -1
  428. package/dist/components/theme-preview/styled.js +1 -1
  429. package/dist/components/theme-schemes/index.js +1 -1
  430. package/dist/components/theme-schemes/section/index.js +1 -1
  431. package/dist/components/theme-schemes/section/styled.d.ts +85 -43
  432. package/dist/components/theme-schemes/styled.d.ts +45 -17
  433. package/dist/components/theme-schemes/styled.js +1 -1
  434. package/dist/components/theme-schemes/theme-button/index.js +1 -1
  435. package/dist/components/theme-schemes/theme-button/styled.d.ts +109 -25
  436. package/dist/components/theme-schemes/theme-button/styled.js +2 -2
  437. package/dist/components/theme-switcher/index.js +1 -1
  438. package/dist/components/theme-switcher/styled.d.ts +61 -5
  439. package/dist/components/theme-switcher/styled.js +2 -2
  440. package/dist/components/tooltip/arrow/index.js +1 -1
  441. package/dist/components/tooltip/arrow/styled.d.ts +11 -2
  442. package/dist/components/tooltip/index.js +1 -1
  443. package/dist/components/tooltip/styled.d.ts +418 -69
  444. package/dist/components/tooltip/styled.js +3 -3
  445. package/dist/components/typography/index.js +1 -1
  446. package/dist/components/typography/styled.js +1 -1
  447. package/dist/components/uploaded-file/styled.d.ts +329 -171
  448. package/dist/components/uploaded-file/styled.js +1 -1
  449. package/dist/icons/academy/index.js +1 -1
  450. package/dist/icons/action-chat/index.js +1 -1
  451. package/dist/icons/add-chat/index.js +1 -1
  452. package/dist/icons/add-folder/index.js +1 -1
  453. package/dist/icons/add-group/index.js +1 -1
  454. package/dist/icons/add-profile/index.js +1 -1
  455. package/dist/icons/advanced-filter/index.js +1 -1
  456. package/dist/icons/ai/index.js +1 -1
  457. package/dist/icons/analyze-urls/index.js +1 -1
  458. package/dist/icons/apple/index.js +1 -1
  459. package/dist/icons/arrow-2-down/index.js +1 -1
  460. package/dist/icons/arrow-down/index.js +1 -1
  461. package/dist/icons/arrow-narrow-down/index.js +1 -1
  462. package/dist/icons/arrow-narrow-left/index.js +1 -1
  463. package/dist/icons/arrow-narrow-right/index.js +1 -1
  464. package/dist/icons/arrow-narrow-up/index.js +1 -1
  465. package/dist/icons/arrow-up/index.js +1 -1
  466. package/dist/icons/article/index.js +1 -1
  467. package/dist/icons/article-generator/index.js +1 -1
  468. package/dist/icons/articles/index.js +1 -1
  469. package/dist/icons/assembly/index.js +1 -1
  470. package/dist/icons/attach/index.js +1 -1
  471. package/dist/icons/attach-file/index.js +1 -1
  472. package/dist/icons/attach-file-big/index.js +1 -1
  473. package/dist/icons/avatar-add/index.js +1 -1
  474. package/dist/icons/best-chat-bots/index.js +1 -1
  475. package/dist/icons/big-article/index.js +1 -1
  476. package/dist/icons/big-corporate/index.js +1 -1
  477. package/dist/icons/big-favorite/index.js +1 -1
  478. package/dist/icons/big-mj/index.js +1 -1
  479. package/dist/icons/big-models/index.js +1 -1
  480. package/dist/icons/big-presets/index.js +1 -1
  481. package/dist/icons/big-referal/index.js +1 -1
  482. package/dist/icons/big-stats/index.js +1 -1
  483. package/dist/icons/big-success/index.js +1 -1
  484. package/dist/icons/big-users/index.js +1 -1
  485. package/dist/icons/bitcoin/index.js +1 -1
  486. package/dist/icons/black-forest-labs/index.js +1 -1
  487. package/dist/icons/blog-circle/index.js +1 -1
  488. package/dist/icons/blog-post/index.js +1 -1
  489. package/dist/icons/book/index.js +1 -1
  490. package/dist/icons/bookmarks/index.js +1 -1
  491. package/dist/icons/bookmarks-big/index.js +1 -1
  492. package/dist/icons/bot-circle/index.js +1 -1
  493. package/dist/icons/bothub-agg/index.js +1 -1
  494. package/dist/icons/bothub-logo-gradient/index.js +1 -1
  495. package/dist/icons/bow-tie/index.js +1 -1
  496. package/dist/icons/brain/index.js +1 -1
  497. package/dist/icons/brush/index.js +1 -1
  498. package/dist/icons/business-colored/index.js +1 -1
  499. package/dist/icons/calendar/index.js +1 -1
  500. package/dist/icons/card/index.js +1 -1
  501. package/dist/icons/case-study/index.js +1 -1
  502. package/dist/icons/chat/index.js +1 -1
  503. package/dist/icons/chats/index.js +1 -1
  504. package/dist/icons/check-circle/index.js +1 -1
  505. package/dist/icons/check-small/index.js +1 -1
  506. package/dist/icons/checked/index.js +1 -1
  507. package/dist/icons/claude/index.js +1 -1
  508. package/dist/icons/claude-black/index.js +1 -1
  509. package/dist/icons/close/index.js +1 -1
  510. package/dist/icons/code-generation/index.js +1 -1
  511. package/dist/icons/coder/index.js +1 -1
  512. package/dist/icons/comments/index.js +1 -1
  513. package/dist/icons/cookie/index.js +1 -1
  514. package/dist/icons/copy/index.js +1 -1
  515. package/dist/icons/copy-variants/index.js +1 -1
  516. package/dist/icons/corporate/index.js +1 -1
  517. package/dist/icons/cot-r1/index.js +1 -1
  518. package/dist/icons/customer-support/index.js +1 -1
  519. package/dist/icons/dalle/index.js +1 -1
  520. package/dist/icons/dark/index.js +1 -1
  521. package/dist/icons/dashboard/index.js +1 -1
  522. package/dist/icons/data-visualisation/index.js +1 -1
  523. package/dist/icons/decline-circle/index.js +1 -1
  524. package/dist/icons/deepseek/index.js +1 -1
  525. package/dist/icons/delete-chat/index.js +1 -1
  526. package/dist/icons/discord/index.js +1 -1
  527. package/dist/icons/discord-circle/index.js +1 -1
  528. package/dist/icons/document-analisys/index.js +1 -1
  529. package/dist/icons/download-img/index.js +1 -1
  530. package/dist/icons/drag-dot/index.js +1 -1
  531. package/dist/icons/edit/index.js +1 -1
  532. package/dist/icons/email-circle/index.js +1 -1
  533. package/dist/icons/email-colored/index.js +1 -1
  534. package/dist/icons/enter/index.js +1 -1
  535. package/dist/icons/error/index.js +1 -1
  536. package/dist/icons/error-big/index.js +1 -1
  537. package/dist/icons/essay-generation/index.js +1 -1
  538. package/dist/icons/exchange/index.js +1 -1
  539. package/dist/icons/exclamation/index.js +1 -1
  540. package/dist/icons/expand/index.js +1 -1
  541. package/dist/icons/eye/index.js +1 -1
  542. package/dist/icons/face/index.js +1 -1
  543. package/dist/icons/fav-profile/index.js +1 -1
  544. package/dist/icons/filters/index.js +1 -1
  545. package/dist/icons/fire/index.js +1 -1
  546. package/dist/icons/flag-kz/index.js +1 -1
  547. package/dist/icons/flag-ru/index.js +1 -1
  548. package/dist/icons/flux/index.js +1 -1
  549. package/dist/icons/folder/index.js +1 -1
  550. package/dist/icons/free/index.js +1 -1
  551. package/dist/icons/gear/index.js +1 -1
  552. package/dist/icons/gear-min/index.js +1 -1
  553. package/dist/icons/gemini/index.js +1 -1
  554. package/dist/icons/generation/index.js +1 -1
  555. package/dist/icons/gift/index.js +1 -1
  556. package/dist/icons/google/index.js +1 -1
  557. package/dist/icons/gpt-3_5/index.js +1 -1
  558. package/dist/icons/gpt-4/index.js +1 -1
  559. package/dist/icons/grid-horizontal/index.js +1 -1
  560. package/dist/icons/grid-vertical/index.js +1 -1
  561. package/dist/icons/grok/index.js +1 -1
  562. package/dist/icons/guide/index.js +1 -1
  563. package/dist/icons/habr/index.js +1 -1
  564. package/dist/icons/habr-2/index.js +1 -1
  565. package/dist/icons/happy-robot/index.js +1 -1
  566. package/dist/icons/happy-robot-gradient/index.js +1 -1
  567. package/dist/icons/hide-ui/index.js +1 -1
  568. package/dist/icons/hotness/index.js +1 -1
  569. package/dist/icons/image-generation/index.js +1 -1
  570. package/dist/icons/imagine/index.js +1 -1
  571. package/dist/icons/imagine-2/index.js +1 -1
  572. package/dist/icons/include-context/index.js +1 -1
  573. package/dist/icons/info/index.js +1 -1
  574. package/dist/icons/info-big/index.js +1 -1
  575. package/dist/icons/language/index.js +1 -1
  576. package/dist/icons/light/index.js +1 -1
  577. package/dist/icons/lightning/index.js +1 -1
  578. package/dist/icons/links/index.js +1 -1
  579. package/dist/icons/loader/index.js +1 -1
  580. package/dist/icons/loader-circular/index.js +1 -1
  581. package/dist/icons/loader-circular-gradient/index.js +1 -1
  582. package/dist/icons/loader-circular-gradient-2/index.js +1 -1
  583. package/dist/icons/lock-circle/index.js +1 -1
  584. package/dist/icons/logout/index.js +1 -1
  585. package/dist/icons/mail-colored/index.js +1 -1
  586. package/dist/icons/manage-chat/index.js +1 -1
  587. package/dist/icons/marketing/index.js +1 -1
  588. package/dist/icons/max-window/index.js +1 -1
  589. package/dist/icons/medium-circle/index.js +1 -1
  590. package/dist/icons/menu/index.js +1 -1
  591. package/dist/icons/menu-dot/index.js +1 -1
  592. package/dist/icons/min-window/index.js +1 -1
  593. package/dist/icons/minus/index.js +1 -1
  594. package/dist/icons/mistral/index.js +1 -1
  595. package/dist/icons/mj/index.js +1 -1
  596. package/dist/icons/mj-purple/index.js +1 -1
  597. package/dist/icons/mj-white/index.js +1 -1
  598. package/dist/icons/model/index.js +1 -1
  599. package/dist/icons/music-note/index.js +1 -1
  600. package/dist/icons/news/index.js +1 -1
  601. package/dist/icons/optional-presets/index.js +1 -1
  602. package/dist/icons/organization/index.js +1 -1
  603. package/dist/icons/pause/index.js +1 -1
  604. package/dist/icons/pause-button/index.js +1 -1
  605. package/dist/icons/pc-icon-1/index.js +1 -1
  606. package/dist/icons/pc-icon-2/index.js +1 -1
  607. package/dist/icons/pc-icon-3/index.js +1 -1
  608. package/dist/icons/pdf/index.js +1 -1
  609. package/dist/icons/pdf-big/index.js +1 -1
  610. package/dist/icons/phone-colored/index.js +1 -1
  611. package/dist/icons/play/index.js +1 -1
  612. package/dist/icons/play-button/index.js +1 -1
  613. package/dist/icons/plus-1/index.js +1 -1
  614. package/dist/icons/plus-2/index.js +1 -1
  615. package/dist/icons/post/index.js +1 -1
  616. package/dist/icons/presets-big/index.js +1 -1
  617. package/dist/icons/print/index.js +1 -1
  618. package/dist/icons/private/index.js +1 -1
  619. package/dist/icons/problem-solvment/index.js +1 -1
  620. package/dist/icons/prompt/index.js +1 -1
  621. package/dist/icons/public/index.js +1 -1
  622. package/dist/icons/questions/index.js +1 -1
  623. package/dist/icons/queue/index.js +1 -1
  624. package/dist/icons/queue-select/index.js +1 -1
  625. package/dist/icons/quote/index.js +1 -1
  626. package/dist/icons/qwen/index.js +1 -1
  627. package/dist/icons/rabbit/index.js +1 -1
  628. package/dist/icons/ratio-16x9/index.js +1 -1
  629. package/dist/icons/ratio-1x1/index.js +1 -1
  630. package/dist/icons/ratio-21x9/index.js +1 -1
  631. package/dist/icons/ratio-2x3/index.js +1 -1
  632. package/dist/icons/ratio-3x2/index.js +1 -1
  633. package/dist/icons/ratio-4x5/index.js +1 -1
  634. package/dist/icons/ratio-4x7/index.js +1 -1
  635. package/dist/icons/ratio-5x4/index.js +1 -1
  636. package/dist/icons/ratio-7x4/index.js +1 -1
  637. package/dist/icons/ratio-9x16/index.js +1 -1
  638. package/dist/icons/ratio-9x21/index.js +1 -1
  639. package/dist/icons/referal/index.js +1 -1
  640. package/dist/icons/refferal-min/index.js +1 -1
  641. package/dist/icons/refresh/index.js +1 -1
  642. package/dist/icons/report/index.js +1 -1
  643. package/dist/icons/resend/index.js +1 -1
  644. package/dist/icons/restore/index.js +1 -1
  645. package/dist/icons/restore-2/index.js +1 -1
  646. package/dist/icons/review/index.js +1 -1
  647. package/dist/icons/runway/index.js +1 -1
  648. package/dist/icons/sad-robot/index.js +1 -1
  649. package/dist/icons/save/index.js +1 -1
  650. package/dist/icons/scientific-article/index.js +1 -1
  651. package/dist/icons/search-circle/index.js +1 -1
  652. package/dist/icons/search-data/index.js +1 -1
  653. package/dist/icons/search-plus/index.js +1 -1
  654. package/dist/icons/search-simple/index.js +1 -1
  655. package/dist/icons/selector/index.js +1 -1
  656. package/dist/icons/selling-text/index.js +1 -1
  657. package/dist/icons/send/index.js +1 -1
  658. package/dist/icons/setchel/index.js +1 -1
  659. package/dist/icons/setting-analisys/index.js +1 -1
  660. package/dist/icons/settings/index.js +1 -1
  661. package/dist/icons/shield/index.js +1 -1
  662. package/dist/icons/show-ui/index.js +1 -1
  663. package/dist/icons/sidebar-chat/index.js +1 -1
  664. package/dist/icons/sidebar-toggle-left/index.js +1 -1
  665. package/dist/icons/sidebar-toggle-right/index.js +1 -1
  666. package/dist/icons/simple-gear/index.js +1 -1
  667. package/dist/icons/simple-gear-bg/index.js +1 -1
  668. package/dist/icons/sort-alphabet-ascending/index.js +1 -1
  669. package/dist/icons/sort-alphabet-bottom-top/index.js +1 -1
  670. package/dist/icons/sort-alphabet-descending/index.js +1 -1
  671. package/dist/icons/sort-alphabet-top-bottom/index.js +1 -1
  672. package/dist/icons/sort-ascending/index.js +1 -1
  673. package/dist/icons/sort-date-ascending/index.js +1 -1
  674. package/dist/icons/sort-date-descending/index.js +1 -1
  675. package/dist/icons/sort-descending/index.js +1 -1
  676. package/dist/icons/sort-user/index.js +1 -1
  677. package/dist/icons/speech-synthesys/index.js +1 -1
  678. package/dist/icons/spelling/index.js +1 -1
  679. package/dist/icons/square/index.js +1 -1
  680. package/dist/icons/stability-ai/index.js +1 -1
  681. package/dist/icons/stable-diffusion/index.js +1 -1
  682. package/dist/icons/star/index.js +1 -1
  683. package/dist/icons/star-gradient/index.js +1 -1
  684. package/dist/icons/star-unfilled/index.js +1 -1
  685. package/dist/icons/stars/index.js +1 -1
  686. package/dist/icons/stars-gradient/index.js +1 -1
  687. package/dist/icons/stop/index.js +1 -1
  688. package/dist/icons/stripe/index.js +1 -1
  689. package/dist/icons/success/index.js +1 -1
  690. package/dist/icons/success-big/index.js +1 -1
  691. package/dist/icons/system/index.js +1 -1
  692. package/dist/icons/tariff/index.js +1 -1
  693. package/dist/icons/telegram-logo-gradient/index.js +1 -1
  694. package/dist/icons/temp-chat/index.js +1 -1
  695. package/dist/icons/text-bold/index.js +1 -1
  696. package/dist/icons/text-generation/index.js +1 -1
  697. package/dist/icons/text-hide/index.js +1 -1
  698. package/dist/icons/text-italic/index.js +1 -1
  699. package/dist/icons/text-read/index.js +1 -1
  700. package/dist/icons/text-rewrite/index.js +1 -1
  701. package/dist/icons/text-strikethrough/index.js +1 -1
  702. package/dist/icons/text-underline/index.js +1 -1
  703. package/dist/icons/textbook/index.js +1 -1
  704. package/dist/icons/tg/index.js +1 -1
  705. package/dist/icons/tg-circle/index.js +1 -1
  706. package/dist/icons/tg-colored/index.js +1 -1
  707. package/dist/icons/thumb-down/index.js +1 -1
  708. package/dist/icons/thumb-up/index.js +1 -1
  709. package/dist/icons/time/index.js +1 -1
  710. package/dist/icons/token-counter/index.js +1 -1
  711. package/dist/icons/traffic-analisys/index.js +1 -1
  712. package/dist/icons/transcription/index.js +1 -1
  713. package/dist/icons/translation/index.js +1 -1
  714. package/dist/icons/trash/index.js +1 -1
  715. package/dist/icons/turtle/index.js +1 -1
  716. package/dist/icons/txt/index.js +1 -1
  717. package/dist/icons/txt-big/index.js +1 -1
  718. package/dist/icons/update/index.js +1 -1
  719. package/dist/icons/upload/index.js +1 -1
  720. package/dist/icons/upscale/index.js +1 -1
  721. package/dist/icons/url-circle/index.js +1 -1
  722. package/dist/icons/user-profile/index.js +1 -1
  723. package/dist/icons/veo-model/index.js +1 -1
  724. package/dist/icons/video-camera/index.js +1 -1
  725. package/dist/icons/video-generation/index.js +1 -1
  726. package/dist/icons/vk/index.js +1 -1
  727. package/dist/icons/vk-filled/index.js +1 -1
  728. package/dist/icons/voice/index.js +1 -1
  729. package/dist/icons/volume/index.js +1 -1
  730. package/dist/icons/wallet-withdraw/index.js +1 -1
  731. package/dist/icons/warning-big/index.js +1 -1
  732. package/dist/icons/web-search/index.js +1 -1
  733. package/dist/icons/wind/index.js +1 -1
  734. package/dist/icons/withdraw/index.js +1 -1
  735. package/dist/icons/word/index.js +1 -1
  736. package/dist/icons/word-big/index.js +1 -1
  737. package/dist/icons/xls/index.js +1 -1
  738. package/dist/icons/xls-big/index.js +1 -1
  739. package/dist/icons/yandex/index.js +1 -1
  740. package/dist/icons/youcassa/index.js +1 -1
  741. package/dist/index.js +1 -1
  742. package/dist/stories/icons/item/styled.d.ts +15 -1
  743. package/dist/stories/icons/styled.d.ts +51 -9
  744. package/dist/stories/theme/styled.d.ts +185 -35
  745. package/dist/styles/index.js +1 -1
  746. package/dist/styles/manager/plugin/index.js +1 -1
  747. package/dist/styles/scale/styled.js +1 -1
  748. package/dist/styles/styled.js +1 -1
  749. package/dist/theme/index.js +1 -1
  750. package/dist/theme/themes.js +1 -1
  751. package/dist/utils/audio/getWaveData.d.ts +4 -0
  752. package/dist/utils/audio/getWaveData.js +1 -0
  753. package/dist/utils/colors/colorToRgba.js +1 -1
  754. package/dist/utils/colors/hexToRgb.js +1 -1
  755. package/dist/utils/colors/rgbToHsv.js +1 -1
  756. package/dist/utils/getSupportedAudioMimeType.js +1 -1
  757. package/dist/utils/getTgMarkdown.js +1 -1
  758. package/dist/utils/hasSubstring/index.js +1 -1
  759. package/dist/utils/useCarousel.js +1 -1
  760. package/dist/utils/useDelayedVisible.js +1 -1
  761. package/dist/utils/useMeasure.js +1 -1
  762. package/dist/utils/useMessageCopyHandler.d.ts +1 -1
  763. package/dist/utils/useMessageCopyHandler.js +1 -1
  764. package/dist/utils/useOnClickOutside.d.ts +1 -1
  765. package/dist/utils/useOnClickOutside.js +1 -1
  766. package/package.json +71 -68
  767. package/dist/components/select-field/option/collapse/index.js +0 -1
  768. package/dist/components/select-field/option/collapse/styled.js +0 -16
  769. package/dist/components/select-field/option/list/index.js +0 -1
  770. package/dist/components/select-field/option/list/styled.js +0 -1
  771. package/dist/components/select-field/option/select-field-option/index.js +0 -1
  772. package/dist/components/select-field/option/select-field-option/styled.js +0 -48
  773. package/dist/components/select-field/select-field-group/index.js +0 -1
  774. package/dist/components/select-field/select-field-group/styled.js +0 -1
  775. /package/dist/components/select-field/{option → select-modal/option}/collapse/index.d.ts +0 -0
  776. /package/dist/components/select-field/{option → select-modal/option}/index.d.ts +0 -0
  777. /package/dist/components/select-field/{option → select-modal/option}/list/index.d.ts +0 -0
  778. /package/dist/components/select-field/{option → select-modal/option}/select-field-option/index.d.ts +0 -0
  779. /package/dist/components/select-field/{select-field-group → select-modal/select-field-group}/index.d.ts +0 -0
@@ -1 +1 @@
1
- import{__rest as o}from"tslib";import{jsx as i,jsxs as C,Fragment as t}from"react/jsx-runtime";import{Icon as r}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as e}from"../../components/icon/component.js";import{useTheme as n}from"../../theme/hook.js";import{IconConsumer as V}from"../../components/icon/context.js";const l=e((e=>{var l=o(e,[]);const m=n();return i(r,Object.assign({size:18,viewBox:"0 0 18 18",fill:"none"},l,{children:i(V,{children:({fill:o=m.colors.grayScale.gray1}={fill:m.colors.grayScale.gray1})=>C(t,{children:[C("mask",{id:"path-1-inside-1_4985_86253",fill:"white",children:[i("path",{d:"M15.6773 4.04165H12.7531V2.74659C12.7531 2.19157 12.5779 1.5 11.4995 1.5H6.49922C5.42038 1.5 5.28559 2.19157 5.28559 2.74659V4.04165H2.32266C1.44609 4.04165 0.75 4.78168 0.75 5.65386V6.5789L8.07188 10.0676C8.12344 9.56545 8.51016 9.16901 9 9.16901C9.48984 9.16901 9.90234 9.56545 9.92813 10.0676L17.25 6.5789V5.65386C17.25 4.78168 16.5539 4.04165 15.6773 4.04165ZM11.8875 4.04165H6.29653V2.74659C6.29653 2.4823 6.24141 2.27086 6.49922 2.27086H11.4234C11.6813 2.27086 11.8875 2.4823 11.8875 2.74659V4.04165Z"}),i("path",{d:"M9.43828 11.2834V10.1469C9.43828 9.90904 9.25781 9.6976 9 9.6976C8.74219 9.6976 8.56172 9.88261 8.56172 10.1469V11.2834C8.56172 11.5212 8.74219 11.7327 9 11.7327C9.25781 11.7327 9.43828 11.5212 9.43828 11.2834Z"}),i("path",{d:"M9.95391 11.2834C9.95391 11.812 9.54141 12.2613 9 12.2613C8.45859 12.2613 8.04609 11.8384 8.04609 11.2834V10.6491L0.75 7.16035V14.1378C0.75 15.0364 1.44609 15.75 2.32266 15.75H15.6773C16.5539 15.75 17.25 15.0364 17.25 14.1378V7.16035L9.95391 10.6491V11.2834Z"})]}),i("path",{d:"M15.6773 4.04165H12.7531V2.74659C12.7531 2.19157 12.5779 1.5 11.4995 1.5H6.49922C5.42038 1.5 5.28559 2.19157 5.28559 2.74659V4.04165H2.32266C1.44609 4.04165 0.75 4.78168 0.75 5.65386V6.5789L8.07188 10.0676C8.12344 9.56545 8.51016 9.16901 9 9.16901C9.48984 9.16901 9.90234 9.56545 9.92813 10.0676L17.25 6.5789V5.65386C17.25 4.78168 16.5539 4.04165 15.6773 4.04165ZM11.8875 4.04165H6.29653V2.74659C6.29653 2.4823 6.24141 2.27086 6.49922 2.27086H11.4234C11.6813 2.27086 11.8875 2.4823 11.8875 2.74659V4.04165Z",fill:o}),i("path",{d:"M9.43828 11.2834V10.1469C9.43828 9.90904 9.25781 9.6976 9 9.6976C8.74219 9.6976 8.56172 9.88261 8.56172 10.1469V11.2834C8.56172 11.5212 8.74219 11.7327 9 11.7327C9.25781 11.7327 9.43828 11.5212 9.43828 11.2834Z",fill:o}),i("path",{d:"M9.95391 11.2834C9.95391 11.812 9.54141 12.2613 9 12.2613C8.45859 12.2613 8.04609 11.8384 8.04609 11.2834V10.6491L0.75 7.16035V14.1378C0.75 15.0364 1.44609 15.75 2.32266 15.75H15.6773C16.5539 15.75 17.25 15.0364 17.25 14.1378V7.16035L9.95391 10.6491V11.2834Z",fill:o})]})})}))}));export{l as OrganizationIcon};
1
+ import{__rest as o}from"tslib";import{jsx as i,jsxs as C,Fragment as t}from"react/jsx-runtime";import{Icon as r}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as e}from"../../components/icon/component.js";import{useTheme as n}from"../../theme/hook.js";import{IconConsumer as V}from"../../components/icon/context.js";const l=e(e=>{var l=o(e,[]);const m=n();return i(r,Object.assign({size:18,viewBox:"0 0 18 18",fill:"none"},l,{children:i(V,{children:({fill:o=m.colors.grayScale.gray1}={fill:m.colors.grayScale.gray1})=>C(t,{children:[C("mask",{id:"path-1-inside-1_4985_86253",fill:"white",children:[i("path",{d:"M15.6773 4.04165H12.7531V2.74659C12.7531 2.19157 12.5779 1.5 11.4995 1.5H6.49922C5.42038 1.5 5.28559 2.19157 5.28559 2.74659V4.04165H2.32266C1.44609 4.04165 0.75 4.78168 0.75 5.65386V6.5789L8.07188 10.0676C8.12344 9.56545 8.51016 9.16901 9 9.16901C9.48984 9.16901 9.90234 9.56545 9.92813 10.0676L17.25 6.5789V5.65386C17.25 4.78168 16.5539 4.04165 15.6773 4.04165ZM11.8875 4.04165H6.29653V2.74659C6.29653 2.4823 6.24141 2.27086 6.49922 2.27086H11.4234C11.6813 2.27086 11.8875 2.4823 11.8875 2.74659V4.04165Z"}),i("path",{d:"M9.43828 11.2834V10.1469C9.43828 9.90904 9.25781 9.6976 9 9.6976C8.74219 9.6976 8.56172 9.88261 8.56172 10.1469V11.2834C8.56172 11.5212 8.74219 11.7327 9 11.7327C9.25781 11.7327 9.43828 11.5212 9.43828 11.2834Z"}),i("path",{d:"M9.95391 11.2834C9.95391 11.812 9.54141 12.2613 9 12.2613C8.45859 12.2613 8.04609 11.8384 8.04609 11.2834V10.6491L0.75 7.16035V14.1378C0.75 15.0364 1.44609 15.75 2.32266 15.75H15.6773C16.5539 15.75 17.25 15.0364 17.25 14.1378V7.16035L9.95391 10.6491V11.2834Z"})]}),i("path",{d:"M15.6773 4.04165H12.7531V2.74659C12.7531 2.19157 12.5779 1.5 11.4995 1.5H6.49922C5.42038 1.5 5.28559 2.19157 5.28559 2.74659V4.04165H2.32266C1.44609 4.04165 0.75 4.78168 0.75 5.65386V6.5789L8.07188 10.0676C8.12344 9.56545 8.51016 9.16901 9 9.16901C9.48984 9.16901 9.90234 9.56545 9.92813 10.0676L17.25 6.5789V5.65386C17.25 4.78168 16.5539 4.04165 15.6773 4.04165ZM11.8875 4.04165H6.29653V2.74659C6.29653 2.4823 6.24141 2.27086 6.49922 2.27086H11.4234C11.6813 2.27086 11.8875 2.4823 11.8875 2.74659V4.04165Z",fill:o}),i("path",{d:"M9.43828 11.2834V10.1469C9.43828 9.90904 9.25781 9.6976 9 9.6976C8.74219 9.6976 8.56172 9.88261 8.56172 10.1469V11.2834C8.56172 11.5212 8.74219 11.7327 9 11.7327C9.25781 11.7327 9.43828 11.5212 9.43828 11.2834Z",fill:o}),i("path",{d:"M9.95391 11.2834C9.95391 11.812 9.54141 12.2613 9 12.2613C8.45859 12.2613 8.04609 11.8384 8.04609 11.2834V10.6491L0.75 7.16035V14.1378C0.75 15.0364 1.44609 15.75 2.32266 15.75H15.6773C16.5539 15.75 17.25 15.0364 17.25 14.1378V7.16035L9.95391 10.6491V11.2834Z",fill:o})]})})}))});export{l as OrganizationIcon};
@@ -1 +1 @@
1
- import{__rest as o}from"tslib";import{jsx as e}from"react/jsx-runtime";import{Icon as r}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 l=i((i=>{var l=o(i,[]);const m=n();return e(r,Object.assign({size:18,viewBox:"0 0 18 18",fill:"none"},l,{children:e(t,{children:({fill:o=m.colors.grayScale.gray1}={fill:m.colors.grayScale.gray1})=>e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9 18C13.9706 18 18 13.9706 18 9C18 4.02944 13.9706 0 9 0C4.02944 0 0 4.02944 0 9C0 13.9706 4.02944 18 9 18ZM7.85355 4.64645C7.75979 4.55268 7.63261 4.5 7.5 4.5H6.5C6.36739 4.5 6.24021 4.55268 6.14645 4.64645C6.05268 4.74021 6 4.86739 6 5V13C6 13.1326 6.05268 13.2598 6.14645 13.3536C6.24021 13.4473 6.36739 13.5 6.5 13.5H7.5C7.63261 13.5 7.75979 13.4473 7.85355 13.3536C7.94732 13.2598 8 13.1326 8 13V5C8 4.86739 7.94732 4.74021 7.85355 4.64645ZM11.8536 4.64645C11.7598 4.55268 11.6326 4.5 11.5 4.5H10.5C10.3674 4.5 10.2402 4.55268 10.1464 4.64645C10.0527 4.74021 10 4.86739 10 5V13C10 13.1326 10.0527 13.2598 10.1464 13.3536C10.2402 13.4473 10.3674 13.5 10.5 13.5H11.5C11.6326 13.5 11.7598 13.4473 11.8536 13.3536C11.9473 13.2598 12 13.1326 12 13V5C12 4.86739 11.9473 4.74021 11.8536 4.64645Z",fill:o})})}))}));export{l as PauseIcon};
1
+ import{__rest as o}from"tslib";import{jsx as e}from"react/jsx-runtime";import{Icon as r}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 l=i(i=>{var l=o(i,[]);const m=n();return e(r,Object.assign({size:18,viewBox:"0 0 18 18",fill:"none"},l,{children:e(t,{children:({fill:o=m.colors.grayScale.gray1}={fill:m.colors.grayScale.gray1})=>e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9 18C13.9706 18 18 13.9706 18 9C18 4.02944 13.9706 0 9 0C4.02944 0 0 4.02944 0 9C0 13.9706 4.02944 18 9 18ZM7.85355 4.64645C7.75979 4.55268 7.63261 4.5 7.5 4.5H6.5C6.36739 4.5 6.24021 4.55268 6.14645 4.64645C6.05268 4.74021 6 4.86739 6 5V13C6 13.1326 6.05268 13.2598 6.14645 13.3536C6.24021 13.4473 6.36739 13.5 6.5 13.5H7.5C7.63261 13.5 7.75979 13.4473 7.85355 13.3536C7.94732 13.2598 8 13.1326 8 13V5C8 4.86739 7.94732 4.74021 7.85355 4.64645ZM11.8536 4.64645C11.7598 4.55268 11.6326 4.5 11.5 4.5H10.5C10.3674 4.5 10.2402 4.55268 10.1464 4.64645C10.0527 4.74021 10 4.86739 10 5V13C10 13.1326 10.0527 13.2598 10.1464 13.3536C10.2402 13.4473 10.3674 13.5 10.5 13.5H11.5C11.6326 13.5 11.7598 13.4473 11.8536 13.3536C11.9473 13.2598 12 13.1326 12 13V5C12 4.86739 11.9473 4.74021 11.8536 4.64645Z",fill:o})})}))});export{l as PauseIcon};
@@ -1 +1 @@
1
- import{__rest as i}from"tslib";import{jsx as o,jsxs as r,Fragment as t}from"react/jsx-runtime";import{Icon as e}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as c}from"../../components/icon/component.js";import{useTheme as n}from"../../theme/hook.js";import{IconConsumer as l}from"../../components/icon/context.js";const s=c((c=>{var s=i(c,[]);const m=n();return o(e,Object.assign({size:36,viewBox:"0 0 36 36",fill:"none"},s,{children:o(l,{children:({fill:i=m.colors.accent.primary,stroke:e=m.colors.base.white}={fill:m.colors.accent.primary,stroke:m.colors.base.white})=>r(t,{children:[o("rect",{width:"36",height:"36",rx:"18",fill:i}),o("g",{clipPath:"url(#clip0_13_40131)",children:o("path",{d:"M15.5 11C15.721 11 15.933 11.0819 16.0893 11.2278C16.2455 11.3737 16.3333 11.5715 16.3333 11.7778V24.2222C16.3333 24.4285 16.2455 24.6263 16.0893 24.7722C15.933 24.9181 15.721 25 15.5 25H13.8333C13.6123 25 13.4004 24.9181 13.2441 24.7722C13.0878 24.6263 13 24.4285 13 24.2222V11.7778C13 11.5715 13.0878 11.3737 13.2441 11.2278C13.4004 11.0819 13.6123 11 13.8333 11H15.5ZM22.1667 11C22.3877 11 22.5996 11.0819 22.7559 11.2278C22.9122 11.3737 23 11.5715 23 11.7778V24.2222C23 24.4285 22.9122 24.6263 22.7559 24.7722C22.5996 24.9181 22.3877 25 22.1667 25H20.5C20.279 25 20.067 24.9181 19.9107 24.7722C19.7545 24.6263 19.6667 24.4285 19.6667 24.2222V11.7778C19.6667 11.5715 19.7545 11.3737 19.9107 11.2278C20.067 11.0819 20.279 11 20.5 11H22.1667Z",fill:e})}),o("defs",{children:o("clipPath",{id:"clip0_13_40131",children:o("rect",{width:"16",height:"16",fill:"white",transform:"translate(10 10)"})})})]})})}))}));export{s as PauseButtonIcon};
1
+ import{__rest as i}from"tslib";import{jsx as o,jsxs as r,Fragment as t}from"react/jsx-runtime";import{Icon as e}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as c}from"../../components/icon/component.js";import{useTheme as n}from"../../theme/hook.js";import{IconConsumer as l}from"../../components/icon/context.js";const s=c(c=>{var s=i(c,[]);const m=n();return o(e,Object.assign({size:36,viewBox:"0 0 36 36",fill:"none"},s,{children:o(l,{children:({fill:i=m.colors.accent.primary,stroke:e=m.colors.base.white}={fill:m.colors.accent.primary,stroke:m.colors.base.white})=>r(t,{children:[o("rect",{width:"36",height:"36",rx:"18",fill:i}),o("g",{clipPath:"url(#clip0_13_40131)",children:o("path",{d:"M15.5 11C15.721 11 15.933 11.0819 16.0893 11.2278C16.2455 11.3737 16.3333 11.5715 16.3333 11.7778V24.2222C16.3333 24.4285 16.2455 24.6263 16.0893 24.7722C15.933 24.9181 15.721 25 15.5 25H13.8333C13.6123 25 13.4004 24.9181 13.2441 24.7722C13.0878 24.6263 13 24.4285 13 24.2222V11.7778C13 11.5715 13.0878 11.3737 13.2441 11.2278C13.4004 11.0819 13.6123 11 13.8333 11H15.5ZM22.1667 11C22.3877 11 22.5996 11.0819 22.7559 11.2278C22.9122 11.3737 23 11.5715 23 11.7778V24.2222C23 24.4285 22.9122 24.6263 22.7559 24.7722C22.5996 24.9181 22.3877 25 22.1667 25H20.5C20.279 25 20.067 24.9181 19.9107 24.7722C19.7545 24.6263 19.6667 24.4285 19.6667 24.2222V11.7778C19.6667 11.5715 19.7545 11.3737 19.9107 11.2278C20.067 11.0819 20.279 11 20.5 11H22.1667Z",fill:e})}),o("defs",{children:o("clipPath",{id:"clip0_13_40131",children:o("rect",{width:"16",height:"16",fill:"white",transform:"translate(10 10)"})})})]})})}))});export{s as PauseButtonIcon};
@@ -1 +1 @@
1
- import{__rest as C}from"tslib";import{jsx as i,jsxs as t,Fragment as l}from"react/jsx-runtime";import{Icon as e}from"../../components/icon/index.js";import{icon as r}from"../../components/icon/component.js";import{IconConsumer as c}from"../../components/icon/context.js";const n=r((r=>{var n=C(r,[]);return i(e,Object.assign({size:165,viewBox:"0 0 165 165",fill:"none"},n,{children:i(c,{children:()=>t(l,{children:[t("g",{clipPath:"url(#clip0_8618_50102)",children:[i("path",{d:"M149.347 127.878V33.8281C149.347 31.6401 148.483 29.5417 146.944 27.9945C145.405 26.4473 143.318 25.5781 141.141 25.5781H22.9765C20.8001 25.5781 18.7129 26.4473 17.174 27.9945C15.6351 29.5417 14.7706 31.6401 14.7706 33.8281V127.878H0V132.828C0 134.579 0.691637 136.257 1.92276 137.495C3.15388 138.733 4.82364 139.428 6.56471 139.428H157.553C159.294 139.428 160.964 138.733 162.195 137.495C163.426 136.257 164.118 134.579 164.118 132.828V127.878H149.347Z",fill:"#313E62"}),i("path",{d:"M22.9688 33.8281H141.133V117.978H22.9688V33.8281Z",fill:"#4785FF"}),i("path",{d:"M95.1935 56.9219H70.5758V63.5219H95.1935V56.9219ZM54.1641 70.1219V73.4219H111.605V70.1219H54.1641ZM54.1641 80.0219H111.605V76.7219H54.1641V80.0219ZM54.1641 86.6219H111.605V83.3219H54.1641V86.6219ZM62.3699 94.8735H103.399V91.5719H62.3699V94.8735Z",fill:"#313E62"}),i("path",{d:"M14.7656 124.578H149.342V127.878H14.7656V124.578Z",fill:"#121825"}),i("path",{d:"M122.266 131.172C121.943 131.172 121.623 131.236 121.324 131.361C121.025 131.485 120.754 131.668 120.525 131.898C120.297 132.128 120.115 132.401 119.992 132.701C119.868 133.001 119.805 133.323 119.805 133.649C119.805 133.974 119.869 134.296 119.992 134.596C120.116 134.896 120.298 135.169 120.527 135.399C120.755 135.629 121.027 135.811 121.326 135.935C121.624 136.06 121.945 136.124 122.268 136.124C122.921 136.123 123.547 135.862 124.009 135.398C124.471 134.933 124.73 134.304 124.73 133.647C124.73 132.99 124.47 132.361 124.008 131.896C123.546 131.432 122.92 131.172 122.266 131.172ZM130.472 131.172C130.149 131.172 129.829 131.236 129.53 131.361C129.231 131.485 128.96 131.668 128.731 131.898C128.503 132.128 128.321 132.401 128.198 132.701C128.074 133.001 128.01 133.323 128.011 133.649C128.011 133.974 128.074 134.296 128.198 134.596C128.322 134.896 128.504 135.169 128.732 135.399C128.961 135.629 129.233 135.811 129.532 135.935C129.83 136.06 130.151 136.124 130.474 136.124C131.127 136.123 131.753 135.862 132.215 135.398C132.677 134.933 132.936 134.304 132.936 133.647C132.936 132.99 132.676 132.361 132.214 131.896C131.752 131.432 131.125 131.172 130.472 131.172ZM138.678 131.172C138.355 131.172 138.035 131.236 137.736 131.361C137.437 131.485 137.166 131.668 136.937 131.898C136.709 132.128 136.527 132.401 136.404 132.701C136.28 133.001 136.216 133.323 136.216 133.649C136.217 133.974 136.28 134.296 136.404 134.596C136.528 134.896 136.71 135.169 136.938 135.399C137.167 135.629 137.439 135.811 137.737 135.935C138.036 136.06 138.356 136.124 138.68 136.124C139.333 136.123 139.959 135.862 140.421 135.398C140.883 134.933 141.142 134.304 141.142 133.647C141.141 132.99 140.882 132.361 140.42 131.896C139.958 131.432 139.331 131.172 138.678 131.172Z",fill:"#4785FF"}),i("path",{d:"M121.438 108.344V96.0239C121.438 93.8273 120.516 91.7207 118.875 90.1674C117.234 88.6142 115.008 87.7416 112.687 87.7416H86.4313V82.3084C87.766 81.1737 88.6193 79.5421 88.6193 77.7117C88.6193 76.0643 87.9277 74.4843 86.6968 73.3194C85.4658 72.1544 83.7963 71.5 82.0555 71.5C80.3147 71.5 78.6451 72.1544 77.4142 73.3194C76.1832 74.4843 75.4917 76.0643 75.4917 77.7117C75.4917 79.5421 76.345 81.1737 77.6796 82.3084V87.7416H51.4245C49.1034 87.7416 46.8773 88.6142 45.2361 90.1674C43.5948 91.7207 42.6727 93.8273 42.6727 96.0239V108.439L42.3577 108.46C41.2545 108.534 40.2221 109.002 39.4685 109.768C38.715 110.534 38.2963 111.542 38.2969 112.588V120.871C38.2969 121.969 38.7579 123.022 39.5785 123.799C40.3992 124.576 41.5122 125.012 42.6727 125.012V145.718C42.6727 147.914 43.5948 150.021 45.2361 151.574C46.8773 153.127 49.1034 154 51.4245 154H112.687C115.008 154 117.234 153.127 118.875 151.574C120.516 150.021 121.438 147.914 121.438 145.718V125.012C122.599 125.012 123.712 124.576 124.532 123.799C125.353 123.022 125.814 121.969 125.814 120.871V112.845C125.865 112.203 125.757 111.557 125.499 110.961C124.615 108.94 122.72 108.456 121.438 108.344Z",fill:"#CAD5F1"}),i("g",{clipPath:"url(#clip1_8618_50102)",children:i("path",{d:"M39.1186 10.0547L37.0568 14.5789L32.5732 16.6353L37.0568 18.7082L39.1186 23.216L41.1641 18.7082L45.6641 16.6353L41.1641 14.5789M22.755 14.9902L18.6641 24.0386L9.66406 28.1515L18.6641 32.2644L22.755 41.3128L26.8459 32.2644L35.8459 28.1515L26.8459 24.0386M39.1186 33.0869L37.0568 37.5947L32.5732 39.6676L37.0568 41.724L39.1186 46.2482L41.1641 41.724L45.6641 39.6676L41.1641 37.5947",fill:"white"})})]}),t("defs",{children:[i("clipPath",{id:"clip0_8618_50102",children:i("rect",{width:"164.118",height:"165",fill:"white"})}),i("clipPath",{id:"clip1_8618_50102",children:i("rect",{width:"36",height:"36.1936",fill:"white",transform:"translate(9.66406 10.0547)"})})]})]})})}))}));export{n as Pc1Icon};
1
+ import{__rest as C}from"tslib";import{jsx as i,jsxs as t,Fragment as l}from"react/jsx-runtime";import{Icon as e}from"../../components/icon/index.js";import{icon as r}from"../../components/icon/component.js";import{IconConsumer as c}from"../../components/icon/context.js";const n=r(r=>{var n=C(r,[]);return i(e,Object.assign({size:165,viewBox:"0 0 165 165",fill:"none"},n,{children:i(c,{children:()=>t(l,{children:[t("g",{clipPath:"url(#clip0_8618_50102)",children:[i("path",{d:"M149.347 127.878V33.8281C149.347 31.6401 148.483 29.5417 146.944 27.9945C145.405 26.4473 143.318 25.5781 141.141 25.5781H22.9765C20.8001 25.5781 18.7129 26.4473 17.174 27.9945C15.6351 29.5417 14.7706 31.6401 14.7706 33.8281V127.878H0V132.828C0 134.579 0.691637 136.257 1.92276 137.495C3.15388 138.733 4.82364 139.428 6.56471 139.428H157.553C159.294 139.428 160.964 138.733 162.195 137.495C163.426 136.257 164.118 134.579 164.118 132.828V127.878H149.347Z",fill:"#313E62"}),i("path",{d:"M22.9688 33.8281H141.133V117.978H22.9688V33.8281Z",fill:"#4785FF"}),i("path",{d:"M95.1935 56.9219H70.5758V63.5219H95.1935V56.9219ZM54.1641 70.1219V73.4219H111.605V70.1219H54.1641ZM54.1641 80.0219H111.605V76.7219H54.1641V80.0219ZM54.1641 86.6219H111.605V83.3219H54.1641V86.6219ZM62.3699 94.8735H103.399V91.5719H62.3699V94.8735Z",fill:"#313E62"}),i("path",{d:"M14.7656 124.578H149.342V127.878H14.7656V124.578Z",fill:"#121825"}),i("path",{d:"M122.266 131.172C121.943 131.172 121.623 131.236 121.324 131.361C121.025 131.485 120.754 131.668 120.525 131.898C120.297 132.128 120.115 132.401 119.992 132.701C119.868 133.001 119.805 133.323 119.805 133.649C119.805 133.974 119.869 134.296 119.992 134.596C120.116 134.896 120.298 135.169 120.527 135.399C120.755 135.629 121.027 135.811 121.326 135.935C121.624 136.06 121.945 136.124 122.268 136.124C122.921 136.123 123.547 135.862 124.009 135.398C124.471 134.933 124.73 134.304 124.73 133.647C124.73 132.99 124.47 132.361 124.008 131.896C123.546 131.432 122.92 131.172 122.266 131.172ZM130.472 131.172C130.149 131.172 129.829 131.236 129.53 131.361C129.231 131.485 128.96 131.668 128.731 131.898C128.503 132.128 128.321 132.401 128.198 132.701C128.074 133.001 128.01 133.323 128.011 133.649C128.011 133.974 128.074 134.296 128.198 134.596C128.322 134.896 128.504 135.169 128.732 135.399C128.961 135.629 129.233 135.811 129.532 135.935C129.83 136.06 130.151 136.124 130.474 136.124C131.127 136.123 131.753 135.862 132.215 135.398C132.677 134.933 132.936 134.304 132.936 133.647C132.936 132.99 132.676 132.361 132.214 131.896C131.752 131.432 131.125 131.172 130.472 131.172ZM138.678 131.172C138.355 131.172 138.035 131.236 137.736 131.361C137.437 131.485 137.166 131.668 136.937 131.898C136.709 132.128 136.527 132.401 136.404 132.701C136.28 133.001 136.216 133.323 136.216 133.649C136.217 133.974 136.28 134.296 136.404 134.596C136.528 134.896 136.71 135.169 136.938 135.399C137.167 135.629 137.439 135.811 137.737 135.935C138.036 136.06 138.356 136.124 138.68 136.124C139.333 136.123 139.959 135.862 140.421 135.398C140.883 134.933 141.142 134.304 141.142 133.647C141.141 132.99 140.882 132.361 140.42 131.896C139.958 131.432 139.331 131.172 138.678 131.172Z",fill:"#4785FF"}),i("path",{d:"M121.438 108.344V96.0239C121.438 93.8273 120.516 91.7207 118.875 90.1674C117.234 88.6142 115.008 87.7416 112.687 87.7416H86.4313V82.3084C87.766 81.1737 88.6193 79.5421 88.6193 77.7117C88.6193 76.0643 87.9277 74.4843 86.6968 73.3194C85.4658 72.1544 83.7963 71.5 82.0555 71.5C80.3147 71.5 78.6451 72.1544 77.4142 73.3194C76.1832 74.4843 75.4917 76.0643 75.4917 77.7117C75.4917 79.5421 76.345 81.1737 77.6796 82.3084V87.7416H51.4245C49.1034 87.7416 46.8773 88.6142 45.2361 90.1674C43.5948 91.7207 42.6727 93.8273 42.6727 96.0239V108.439L42.3577 108.46C41.2545 108.534 40.2221 109.002 39.4685 109.768C38.715 110.534 38.2963 111.542 38.2969 112.588V120.871C38.2969 121.969 38.7579 123.022 39.5785 123.799C40.3992 124.576 41.5122 125.012 42.6727 125.012V145.718C42.6727 147.914 43.5948 150.021 45.2361 151.574C46.8773 153.127 49.1034 154 51.4245 154H112.687C115.008 154 117.234 153.127 118.875 151.574C120.516 150.021 121.438 147.914 121.438 145.718V125.012C122.599 125.012 123.712 124.576 124.532 123.799C125.353 123.022 125.814 121.969 125.814 120.871V112.845C125.865 112.203 125.757 111.557 125.499 110.961C124.615 108.94 122.72 108.456 121.438 108.344Z",fill:"#CAD5F1"}),i("g",{clipPath:"url(#clip1_8618_50102)",children:i("path",{d:"M39.1186 10.0547L37.0568 14.5789L32.5732 16.6353L37.0568 18.7082L39.1186 23.216L41.1641 18.7082L45.6641 16.6353L41.1641 14.5789M22.755 14.9902L18.6641 24.0386L9.66406 28.1515L18.6641 32.2644L22.755 41.3128L26.8459 32.2644L35.8459 28.1515L26.8459 24.0386M39.1186 33.0869L37.0568 37.5947L32.5732 39.6676L37.0568 41.724L39.1186 46.2482L41.1641 41.724L45.6641 39.6676L41.1641 37.5947",fill:"white"})})]}),t("defs",{children:[i("clipPath",{id:"clip0_8618_50102",children:i("rect",{width:"164.118",height:"165",fill:"white"})}),i("clipPath",{id:"clip1_8618_50102",children:i("rect",{width:"36",height:"36.1936",fill:"white",transform:"translate(9.66406 10.0547)"})})]})]})})}))});export{n as Pc1Icon};
@@ -1 +1 @@
1
- import{__rest as C}from"tslib";import{jsx as i,jsxs as t,Fragment as l}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 n}from"../../components/icon/context.js";const c=e((e=>{var c=C(e,[]);return i(r,Object.assign({size:165,viewBox:"0 0 165 165",fill:"none"},c,{children:i(n,{children:()=>t(l,{children:[t("g",{clipPath:"url(#clip0_8618_50086)",children:[i("path",{d:"M150.285 127.878V33.8281C150.285 31.6401 149.42 29.5417 147.881 27.9945C146.342 26.4473 144.255 25.5781 142.079 25.5781H23.914C21.7376 25.5781 19.6504 26.4473 18.1115 27.9945C16.5726 29.5417 15.7081 31.6401 15.7081 33.8281V127.878H0.9375V132.828C0.9375 134.579 1.62914 136.257 2.86026 137.495C4.09138 138.733 5.76114 139.428 7.50221 139.428H158.49C160.232 139.428 161.901 138.733 163.132 137.495C164.364 136.257 165.055 134.579 165.055 132.828V127.878H150.285Z",fill:"#313E62"}),i("path",{d:"M23.9062 33.8281H142.071V117.978H23.9062V33.8281Z",fill:"#735FFA"}),i("path",{d:"M96.131 56.9219H71.5133V63.5219H96.131V56.9219ZM55.1016 70.1219V73.4219H112.543V70.1219H55.1016ZM55.1016 80.0219H112.543V76.7219H55.1016V80.0219ZM55.1016 86.6219H112.543V83.3219H55.1016V86.6219ZM63.3074 94.8735H104.337V91.5719H63.3074V94.8735Z",fill:"#313E62"}),i("path",{d:"M15.7031 124.578H150.28V127.878H15.7031V124.578Z",fill:"#121825"}),i("path",{d:"M123.204 131.172C122.881 131.172 122.56 131.236 122.262 131.361C121.963 131.485 121.691 131.668 121.463 131.898C121.234 132.128 121.053 132.401 120.929 132.701C120.806 133.001 120.742 133.323 120.742 133.649C120.742 133.974 120.806 134.296 120.93 134.596C121.054 134.896 121.235 135.169 121.464 135.399C121.693 135.629 121.964 135.811 122.263 135.935C122.562 136.06 122.882 136.124 123.206 136.124C123.859 136.123 124.485 135.862 124.947 135.398C125.408 134.933 125.668 134.304 125.667 133.647C125.667 132.99 125.407 132.361 124.945 131.896C124.484 131.432 123.857 131.172 123.204 131.172ZM131.41 131.172C131.086 131.172 130.766 131.236 130.468 131.361C130.169 131.485 129.897 131.668 129.669 131.898C129.44 132.128 129.259 132.401 129.135 132.701C129.012 133.001 128.948 133.323 128.948 133.649C128.948 133.974 129.012 134.296 129.136 134.596C129.26 134.896 129.441 135.169 129.67 135.399C129.899 135.629 130.17 135.811 130.469 135.935C130.768 136.06 131.088 136.124 131.411 136.124C132.065 136.123 132.691 135.862 133.153 135.398C133.614 134.933 133.873 134.304 133.873 133.647C133.873 132.99 133.613 132.361 133.151 131.896C132.689 131.432 132.063 131.172 131.41 131.172ZM139.616 131.172C139.292 131.172 138.972 131.236 138.673 131.361C138.375 131.485 138.103 131.668 137.875 131.898C137.646 132.128 137.465 132.401 137.341 132.701C137.217 133.001 137.154 133.323 137.154 133.649C137.154 133.974 137.218 134.296 137.342 134.596C137.466 134.896 137.647 135.169 137.876 135.399C138.105 135.629 138.376 135.811 138.675 135.935C138.974 136.06 139.294 136.124 139.617 136.124C140.27 136.123 140.897 135.862 141.358 135.398C141.82 134.933 142.079 134.304 142.079 133.647C142.079 132.99 141.819 132.361 141.357 131.896C140.895 131.432 140.269 131.172 139.616 131.172Z",fill:"#4785FF"}),i("path",{d:"M122.376 108.344V96.0239C122.376 93.8273 121.454 91.7207 119.812 90.1674C118.171 88.6142 115.945 87.7416 113.624 87.7416H87.3688V82.3084C88.7035 81.1737 89.5568 79.5421 89.5568 77.7117C89.5568 76.0643 88.8652 74.4843 87.6343 73.3194C86.4033 72.1544 84.7338 71.5 82.993 71.5C81.2522 71.5 79.5826 72.1544 78.3517 73.3194C77.1207 74.4843 76.4292 76.0643 76.4292 77.7117C76.4292 79.5421 77.2825 81.1737 78.6171 82.3084V87.7416H52.362C50.0409 87.7416 47.8148 88.6142 46.1736 90.1674C44.5323 91.7207 43.6102 93.8273 43.6102 96.0239V108.439L43.2952 108.46C42.192 108.534 41.1596 109.002 40.406 109.768C39.6525 110.534 39.2338 111.542 39.2344 112.588V120.871C39.2344 121.969 39.6954 123.022 40.516 123.799C41.3367 124.576 42.4497 125.012 43.6102 125.012V145.718C43.6102 147.914 44.5323 150.021 46.1736 151.574C47.8148 153.127 50.0409 154 52.362 154H113.624C115.945 154 118.171 153.127 119.812 151.574C121.454 150.021 122.376 147.914 122.376 145.718V125.012C123.536 125.012 124.649 124.576 125.47 123.799C126.291 123.022 126.752 121.969 126.752 120.871V112.845C126.802 112.203 126.694 111.557 126.437 110.961C125.553 108.94 123.658 108.456 122.376 108.344Z",fill:"#CAD5F1"}),i("g",{clipPath:"url(#clip1_8618_50086)",children:i("path",{d:"M40.1186 10.0547L38.0568 14.5789L33.5732 16.6353L38.0568 18.7082L40.1186 23.216L42.1641 18.7082L46.6641 16.6353L42.1641 14.5789M23.755 14.9902L19.6641 24.0386L10.6641 28.1515L19.6641 32.2644L23.755 41.3128L27.8459 32.2644L36.8459 28.1515L27.8459 24.0386M40.1186 33.0869L38.0568 37.5947L33.5732 39.6676L38.0568 41.724L40.1186 46.2482L42.1641 41.724L46.6641 39.6676L42.1641 37.5947",fill:"white"})})]}),t("defs",{children:[i("clipPath",{id:"clip0_8618_50086",children:i("rect",{width:"164.118",height:"165",fill:"white",transform:"translate(0.9375)"})}),i("clipPath",{id:"clip1_8618_50086",children:i("rect",{width:"36",height:"36.1936",fill:"white",transform:"translate(10.6641 10.0547)"})})]})]})})}))}));export{c as Pc2Icon};
1
+ import{__rest as C}from"tslib";import{jsx as i,jsxs as t,Fragment as l}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 n}from"../../components/icon/context.js";const c=e(e=>{var c=C(e,[]);return i(r,Object.assign({size:165,viewBox:"0 0 165 165",fill:"none"},c,{children:i(n,{children:()=>t(l,{children:[t("g",{clipPath:"url(#clip0_8618_50086)",children:[i("path",{d:"M150.285 127.878V33.8281C150.285 31.6401 149.42 29.5417 147.881 27.9945C146.342 26.4473 144.255 25.5781 142.079 25.5781H23.914C21.7376 25.5781 19.6504 26.4473 18.1115 27.9945C16.5726 29.5417 15.7081 31.6401 15.7081 33.8281V127.878H0.9375V132.828C0.9375 134.579 1.62914 136.257 2.86026 137.495C4.09138 138.733 5.76114 139.428 7.50221 139.428H158.49C160.232 139.428 161.901 138.733 163.132 137.495C164.364 136.257 165.055 134.579 165.055 132.828V127.878H150.285Z",fill:"#313E62"}),i("path",{d:"M23.9062 33.8281H142.071V117.978H23.9062V33.8281Z",fill:"#735FFA"}),i("path",{d:"M96.131 56.9219H71.5133V63.5219H96.131V56.9219ZM55.1016 70.1219V73.4219H112.543V70.1219H55.1016ZM55.1016 80.0219H112.543V76.7219H55.1016V80.0219ZM55.1016 86.6219H112.543V83.3219H55.1016V86.6219ZM63.3074 94.8735H104.337V91.5719H63.3074V94.8735Z",fill:"#313E62"}),i("path",{d:"M15.7031 124.578H150.28V127.878H15.7031V124.578Z",fill:"#121825"}),i("path",{d:"M123.204 131.172C122.881 131.172 122.56 131.236 122.262 131.361C121.963 131.485 121.691 131.668 121.463 131.898C121.234 132.128 121.053 132.401 120.929 132.701C120.806 133.001 120.742 133.323 120.742 133.649C120.742 133.974 120.806 134.296 120.93 134.596C121.054 134.896 121.235 135.169 121.464 135.399C121.693 135.629 121.964 135.811 122.263 135.935C122.562 136.06 122.882 136.124 123.206 136.124C123.859 136.123 124.485 135.862 124.947 135.398C125.408 134.933 125.668 134.304 125.667 133.647C125.667 132.99 125.407 132.361 124.945 131.896C124.484 131.432 123.857 131.172 123.204 131.172ZM131.41 131.172C131.086 131.172 130.766 131.236 130.468 131.361C130.169 131.485 129.897 131.668 129.669 131.898C129.44 132.128 129.259 132.401 129.135 132.701C129.012 133.001 128.948 133.323 128.948 133.649C128.948 133.974 129.012 134.296 129.136 134.596C129.26 134.896 129.441 135.169 129.67 135.399C129.899 135.629 130.17 135.811 130.469 135.935C130.768 136.06 131.088 136.124 131.411 136.124C132.065 136.123 132.691 135.862 133.153 135.398C133.614 134.933 133.873 134.304 133.873 133.647C133.873 132.99 133.613 132.361 133.151 131.896C132.689 131.432 132.063 131.172 131.41 131.172ZM139.616 131.172C139.292 131.172 138.972 131.236 138.673 131.361C138.375 131.485 138.103 131.668 137.875 131.898C137.646 132.128 137.465 132.401 137.341 132.701C137.217 133.001 137.154 133.323 137.154 133.649C137.154 133.974 137.218 134.296 137.342 134.596C137.466 134.896 137.647 135.169 137.876 135.399C138.105 135.629 138.376 135.811 138.675 135.935C138.974 136.06 139.294 136.124 139.617 136.124C140.27 136.123 140.897 135.862 141.358 135.398C141.82 134.933 142.079 134.304 142.079 133.647C142.079 132.99 141.819 132.361 141.357 131.896C140.895 131.432 140.269 131.172 139.616 131.172Z",fill:"#4785FF"}),i("path",{d:"M122.376 108.344V96.0239C122.376 93.8273 121.454 91.7207 119.812 90.1674C118.171 88.6142 115.945 87.7416 113.624 87.7416H87.3688V82.3084C88.7035 81.1737 89.5568 79.5421 89.5568 77.7117C89.5568 76.0643 88.8652 74.4843 87.6343 73.3194C86.4033 72.1544 84.7338 71.5 82.993 71.5C81.2522 71.5 79.5826 72.1544 78.3517 73.3194C77.1207 74.4843 76.4292 76.0643 76.4292 77.7117C76.4292 79.5421 77.2825 81.1737 78.6171 82.3084V87.7416H52.362C50.0409 87.7416 47.8148 88.6142 46.1736 90.1674C44.5323 91.7207 43.6102 93.8273 43.6102 96.0239V108.439L43.2952 108.46C42.192 108.534 41.1596 109.002 40.406 109.768C39.6525 110.534 39.2338 111.542 39.2344 112.588V120.871C39.2344 121.969 39.6954 123.022 40.516 123.799C41.3367 124.576 42.4497 125.012 43.6102 125.012V145.718C43.6102 147.914 44.5323 150.021 46.1736 151.574C47.8148 153.127 50.0409 154 52.362 154H113.624C115.945 154 118.171 153.127 119.812 151.574C121.454 150.021 122.376 147.914 122.376 145.718V125.012C123.536 125.012 124.649 124.576 125.47 123.799C126.291 123.022 126.752 121.969 126.752 120.871V112.845C126.802 112.203 126.694 111.557 126.437 110.961C125.553 108.94 123.658 108.456 122.376 108.344Z",fill:"#CAD5F1"}),i("g",{clipPath:"url(#clip1_8618_50086)",children:i("path",{d:"M40.1186 10.0547L38.0568 14.5789L33.5732 16.6353L38.0568 18.7082L40.1186 23.216L42.1641 18.7082L46.6641 16.6353L42.1641 14.5789M23.755 14.9902L19.6641 24.0386L10.6641 28.1515L19.6641 32.2644L23.755 41.3128L27.8459 32.2644L36.8459 28.1515L27.8459 24.0386M40.1186 33.0869L38.0568 37.5947L33.5732 39.6676L38.0568 41.724L40.1186 46.2482L42.1641 41.724L46.6641 39.6676L42.1641 37.5947",fill:"white"})})]}),t("defs",{children:[i("clipPath",{id:"clip0_8618_50086",children:i("rect",{width:"164.118",height:"165",fill:"white",transform:"translate(0.9375)"})}),i("clipPath",{id:"clip1_8618_50086",children:i("rect",{width:"36",height:"36.1936",fill:"white",transform:"translate(10.6641 10.0547)"})})]})]})})}))});export{c as Pc2Icon};
@@ -1 +1 @@
1
- import{__rest as C}from"tslib";import{jsx as i,jsxs as t,Fragment as l}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 n}from"../../components/icon/context.js";const c=e((e=>{var c=C(e,[]);return i(r,Object.assign({size:165,viewBox:"0 0 165 165",fill:"none"},c,{children:i(n,{children:()=>t(l,{children:[t("g",{clipPath:"url(#clip0_8618_50094)",children:[i("path",{d:"M150.23 127.878V33.8281C150.23 31.6401 149.365 29.5417 147.826 27.9945C146.288 26.4473 144.2 25.5781 142.024 25.5781H23.8593C21.6829 25.5781 19.5957 26.4473 18.0568 27.9945C16.5179 29.5417 15.6534 31.6401 15.6534 33.8281V127.878H0.882812V132.828C0.882813 134.579 1.57445 136.257 2.80557 137.495C4.03669 138.733 5.70645 139.428 7.44752 139.428H158.436C160.177 139.428 161.847 138.733 163.078 137.495C164.309 136.257 165 134.579 165 132.828V127.878H150.23Z",fill:"#313E62"}),i("path",{d:"M23.8516 33.8281H142.016V117.978H23.8516V33.8281Z",fill:"#1CB2F2"}),i("path",{d:"M96.0763 56.9219H71.4586V63.5219H96.0763V56.9219ZM55.0469 70.1219V73.4219H112.488V70.1219H55.0469ZM55.0469 80.0219H112.488V76.7219H55.0469V80.0219ZM55.0469 86.6219H112.488V83.3219H55.0469V86.6219ZM63.2528 94.8735H104.282V91.5719H63.2528V94.8735Z",fill:"#313E62"}),i("path",{d:"M15.6484 124.578H150.225V127.878H15.6484V124.578Z",fill:"#121825"}),i("path",{d:"M123.149 131.172C122.826 131.172 122.506 131.236 122.207 131.361C121.908 131.485 121.637 131.668 121.408 131.898C121.18 132.128 120.998 132.401 120.875 132.701C120.751 133.001 120.687 133.323 120.688 133.649C120.688 133.974 120.751 134.296 120.875 134.596C120.999 134.896 121.181 135.169 121.409 135.399C121.638 135.629 121.91 135.811 122.208 135.935C122.507 136.06 122.828 136.124 123.151 136.124C123.804 136.123 124.43 135.862 124.892 135.398C125.354 134.933 125.613 134.304 125.613 133.647C125.612 132.99 125.353 132.361 124.891 131.896C124.429 131.432 123.802 131.172 123.149 131.172ZM131.355 131.172C131.032 131.172 130.712 131.236 130.413 131.361C130.114 131.485 129.843 131.668 129.614 131.898C129.385 132.128 129.204 132.401 129.081 132.701C128.957 133.001 128.893 133.323 128.893 133.649C128.893 133.974 128.957 134.296 129.081 134.596C129.205 134.896 129.386 135.169 129.615 135.399C129.844 135.629 130.116 135.811 130.414 135.935C130.713 136.06 131.033 136.124 131.357 136.124C132.01 136.123 132.636 135.862 133.098 135.398C133.56 134.933 133.819 134.304 133.819 133.647C133.818 132.99 133.559 132.361 133.097 131.896C132.635 131.432 132.008 131.172 131.355 131.172ZM139.561 131.172C139.238 131.172 138.917 131.236 138.619 131.361C138.32 131.485 138.049 131.668 137.82 131.898C137.591 132.128 137.41 132.401 137.286 132.701C137.163 133.001 137.099 133.323 137.099 133.649C137.099 133.974 137.163 134.296 137.287 134.596C137.411 134.896 137.592 135.169 137.821 135.399C138.05 135.629 138.321 135.811 138.62 135.935C138.919 136.06 139.239 136.124 139.563 136.124C140.216 136.123 140.842 135.862 141.304 135.398C141.765 134.933 142.025 134.304 142.024 133.647C142.024 132.99 141.765 132.361 141.303 131.896C140.841 131.432 140.214 131.172 139.561 131.172Z",fill:"#4785FF"}),i("path",{d:"M122.321 108.344V96.0239C122.321 93.8273 121.399 91.7207 119.758 90.1674C118.116 88.6142 115.89 87.7416 113.569 87.7416H87.3142V82.3084C88.6488 81.1737 89.5021 79.5421 89.5021 77.7117C89.5021 76.0643 88.8105 74.4843 87.5796 73.3194C86.3486 72.1544 84.6791 71.5 82.9383 71.5C81.1975 71.5 79.5279 72.1544 78.297 73.3194C77.066 74.4843 76.3745 76.0643 76.3745 77.7117C76.3745 79.5421 77.2278 81.1737 78.5624 82.3084V87.7416H52.3073C49.9862 87.7416 47.7601 88.6142 46.1189 90.1674C44.4776 91.7207 43.5555 93.8273 43.5555 96.0239V108.439L43.2405 108.46C42.1373 108.534 41.1049 109.002 40.3513 109.768C39.5978 110.534 39.1791 111.542 39.1797 112.588V120.871C39.1797 121.969 39.6407 123.022 40.4613 123.799C41.282 124.576 42.395 125.012 43.5555 125.012V145.718C43.5555 147.914 44.4776 150.021 46.1189 151.574C47.7601 153.127 49.9862 154 52.3073 154H113.569C115.89 154 118.116 153.127 119.758 151.574C121.399 150.021 122.321 147.914 122.321 145.718V125.012C123.482 125.012 124.595 124.576 125.415 123.799C126.236 123.022 126.697 121.969 126.697 120.871V112.845C126.748 112.203 126.64 111.557 126.382 110.961C125.498 108.94 123.603 108.456 122.321 108.344Z",fill:"#CAD5F1"}),i("g",{clipPath:"url(#clip1_8618_50094)",children:i("path",{d:"M40.1186 10.0547L38.0568 14.5789L33.5732 16.6353L38.0568 18.7082L40.1186 23.216L42.1641 18.7082L46.6641 16.6353L42.1641 14.5789M23.755 14.9902L19.6641 24.0386L10.6641 28.1515L19.6641 32.2644L23.755 41.3128L27.8459 32.2644L36.8459 28.1515L27.8459 24.0386M40.1186 33.0869L38.0568 37.5947L33.5732 39.6676L38.0568 41.724L40.1186 46.2482L42.1641 41.724L46.6641 39.6676L42.1641 37.5947",fill:"white"})})]}),t("defs",{children:[i("clipPath",{id:"clip0_8618_50094",children:i("rect",{width:"164.118",height:"165",fill:"white",transform:"translate(0.882812)"})}),i("clipPath",{id:"clip1_8618_50094",children:i("rect",{width:"36",height:"36.1936",fill:"white",transform:"translate(10.6641 10.0547)"})})]})]})})}))}));export{c as Pc3Icon};
1
+ import{__rest as C}from"tslib";import{jsx as i,jsxs as t,Fragment as l}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 n}from"../../components/icon/context.js";const c=e(e=>{var c=C(e,[]);return i(r,Object.assign({size:165,viewBox:"0 0 165 165",fill:"none"},c,{children:i(n,{children:()=>t(l,{children:[t("g",{clipPath:"url(#clip0_8618_50094)",children:[i("path",{d:"M150.23 127.878V33.8281C150.23 31.6401 149.365 29.5417 147.826 27.9945C146.288 26.4473 144.2 25.5781 142.024 25.5781H23.8593C21.6829 25.5781 19.5957 26.4473 18.0568 27.9945C16.5179 29.5417 15.6534 31.6401 15.6534 33.8281V127.878H0.882812V132.828C0.882813 134.579 1.57445 136.257 2.80557 137.495C4.03669 138.733 5.70645 139.428 7.44752 139.428H158.436C160.177 139.428 161.847 138.733 163.078 137.495C164.309 136.257 165 134.579 165 132.828V127.878H150.23Z",fill:"#313E62"}),i("path",{d:"M23.8516 33.8281H142.016V117.978H23.8516V33.8281Z",fill:"#1CB2F2"}),i("path",{d:"M96.0763 56.9219H71.4586V63.5219H96.0763V56.9219ZM55.0469 70.1219V73.4219H112.488V70.1219H55.0469ZM55.0469 80.0219H112.488V76.7219H55.0469V80.0219ZM55.0469 86.6219H112.488V83.3219H55.0469V86.6219ZM63.2528 94.8735H104.282V91.5719H63.2528V94.8735Z",fill:"#313E62"}),i("path",{d:"M15.6484 124.578H150.225V127.878H15.6484V124.578Z",fill:"#121825"}),i("path",{d:"M123.149 131.172C122.826 131.172 122.506 131.236 122.207 131.361C121.908 131.485 121.637 131.668 121.408 131.898C121.18 132.128 120.998 132.401 120.875 132.701C120.751 133.001 120.687 133.323 120.688 133.649C120.688 133.974 120.751 134.296 120.875 134.596C120.999 134.896 121.181 135.169 121.409 135.399C121.638 135.629 121.91 135.811 122.208 135.935C122.507 136.06 122.828 136.124 123.151 136.124C123.804 136.123 124.43 135.862 124.892 135.398C125.354 134.933 125.613 134.304 125.613 133.647C125.612 132.99 125.353 132.361 124.891 131.896C124.429 131.432 123.802 131.172 123.149 131.172ZM131.355 131.172C131.032 131.172 130.712 131.236 130.413 131.361C130.114 131.485 129.843 131.668 129.614 131.898C129.385 132.128 129.204 132.401 129.081 132.701C128.957 133.001 128.893 133.323 128.893 133.649C128.893 133.974 128.957 134.296 129.081 134.596C129.205 134.896 129.386 135.169 129.615 135.399C129.844 135.629 130.116 135.811 130.414 135.935C130.713 136.06 131.033 136.124 131.357 136.124C132.01 136.123 132.636 135.862 133.098 135.398C133.56 134.933 133.819 134.304 133.819 133.647C133.818 132.99 133.559 132.361 133.097 131.896C132.635 131.432 132.008 131.172 131.355 131.172ZM139.561 131.172C139.238 131.172 138.917 131.236 138.619 131.361C138.32 131.485 138.049 131.668 137.82 131.898C137.591 132.128 137.41 132.401 137.286 132.701C137.163 133.001 137.099 133.323 137.099 133.649C137.099 133.974 137.163 134.296 137.287 134.596C137.411 134.896 137.592 135.169 137.821 135.399C138.05 135.629 138.321 135.811 138.62 135.935C138.919 136.06 139.239 136.124 139.563 136.124C140.216 136.123 140.842 135.862 141.304 135.398C141.765 134.933 142.025 134.304 142.024 133.647C142.024 132.99 141.765 132.361 141.303 131.896C140.841 131.432 140.214 131.172 139.561 131.172Z",fill:"#4785FF"}),i("path",{d:"M122.321 108.344V96.0239C122.321 93.8273 121.399 91.7207 119.758 90.1674C118.116 88.6142 115.89 87.7416 113.569 87.7416H87.3142V82.3084C88.6488 81.1737 89.5021 79.5421 89.5021 77.7117C89.5021 76.0643 88.8105 74.4843 87.5796 73.3194C86.3486 72.1544 84.6791 71.5 82.9383 71.5C81.1975 71.5 79.5279 72.1544 78.297 73.3194C77.066 74.4843 76.3745 76.0643 76.3745 77.7117C76.3745 79.5421 77.2278 81.1737 78.5624 82.3084V87.7416H52.3073C49.9862 87.7416 47.7601 88.6142 46.1189 90.1674C44.4776 91.7207 43.5555 93.8273 43.5555 96.0239V108.439L43.2405 108.46C42.1373 108.534 41.1049 109.002 40.3513 109.768C39.5978 110.534 39.1791 111.542 39.1797 112.588V120.871C39.1797 121.969 39.6407 123.022 40.4613 123.799C41.282 124.576 42.395 125.012 43.5555 125.012V145.718C43.5555 147.914 44.4776 150.021 46.1189 151.574C47.7601 153.127 49.9862 154 52.3073 154H113.569C115.89 154 118.116 153.127 119.758 151.574C121.399 150.021 122.321 147.914 122.321 145.718V125.012C123.482 125.012 124.595 124.576 125.415 123.799C126.236 123.022 126.697 121.969 126.697 120.871V112.845C126.748 112.203 126.64 111.557 126.382 110.961C125.498 108.94 123.603 108.456 122.321 108.344Z",fill:"#CAD5F1"}),i("g",{clipPath:"url(#clip1_8618_50094)",children:i("path",{d:"M40.1186 10.0547L38.0568 14.5789L33.5732 16.6353L38.0568 18.7082L40.1186 23.216L42.1641 18.7082L46.6641 16.6353L42.1641 14.5789M23.755 14.9902L19.6641 24.0386L10.6641 28.1515L19.6641 32.2644L23.755 41.3128L27.8459 32.2644L36.8459 28.1515L27.8459 24.0386M40.1186 33.0869L38.0568 37.5947L33.5732 39.6676L38.0568 41.724L40.1186 46.2482L42.1641 41.724L46.6641 39.6676L42.1641 37.5947",fill:"white"})})]}),t("defs",{children:[i("clipPath",{id:"clip0_8618_50094",children:i("rect",{width:"164.118",height:"165",fill:"white",transform:"translate(0.882812)"})}),i("clipPath",{id:"clip1_8618_50094",children:i("rect",{width:"36",height:"36.1936",fill:"white",transform:"translate(10.6641 10.0547)"})})]})]})})}))});export{c as Pc3Icon};
@@ -1 +1 @@
1
- import{__rest as i}from"tslib";import{jsxs as e,jsx as l}from"react/jsx-runtime";import{Icon as C}from"../../components/icon/index.js";import{icon as o}from"../../components/icon/component.js";const t=o((o=>{var t=i(o,[]);return e(C,Object.assign({size:24,viewBox:"0 0 24 24",fill:"none"},t,{children:[e("g",{clipPath:"url(#clip0_1803_41620)",children:[l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.14994 0H14.1739L20.9745 7.08846V20.8756C20.9745 22.6027 19.5772 24 17.8561 24H6.14994C4.42281 24 3.02551 22.6027 3.02551 20.8756V3.12443C3.02548 1.3973 4.42278 0 6.14994 0Z",fill:"#E5252A"}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.1679 0V7.03449H20.9745L14.1679 0Z",fill:"black"}),l("path",{d:"M6.49774 17.907V13.5232H8.36282C8.82459 13.5232 9.19042 13.6492 9.46627 13.907C9.74213 14.1589 9.88007 14.5008 9.88007 14.9265C9.88007 15.3523 9.74213 15.6942 9.46627 15.946C9.19042 16.2039 8.82459 16.3298 8.36282 16.3298H7.61918V17.907H6.49774ZM7.61918 15.3763H8.23688C8.40478 15.3763 8.53672 15.3403 8.62669 15.2564C8.71663 15.1784 8.76464 15.0705 8.76464 14.9266C8.76464 14.7826 8.71667 14.6747 8.62669 14.5967C8.53675 14.5128 8.40481 14.4768 8.23688 14.4768H7.61918V15.3763ZM10.3418 17.907V13.5232H11.895C12.2009 13.5232 12.4888 13.5652 12.7586 13.6552C13.0285 13.7451 13.2744 13.8711 13.4902 14.045C13.7061 14.2129 13.88 14.4408 14.006 14.7286C14.1259 15.0165 14.1919 15.3463 14.1919 15.7181C14.1919 16.084 14.1259 16.4138 14.006 16.7016C13.88 16.9895 13.7061 17.2174 13.4902 17.3853C13.2743 17.5592 13.0285 17.6851 12.7586 17.7751C12.4888 17.865 12.2009 17.907 11.895 17.907H10.3418ZM11.4393 16.9535H11.7631C11.937 16.9535 12.0989 16.9356 12.2489 16.8936C12.3928 16.8516 12.5307 16.7856 12.6627 16.6957C12.7886 16.6057 12.8905 16.4798 12.9625 16.3118C13.0345 16.1439 13.0705 15.946 13.0705 15.7181C13.0705 15.4842 13.0345 15.2864 12.9625 15.1185C12.8905 14.9505 12.7886 14.8246 12.6627 14.7346C12.5307 14.6447 12.3928 14.5787 12.2489 14.5367C12.0989 14.4948 11.937 14.4768 11.7631 14.4768H11.4393V16.9535ZM14.7556 17.907V13.5232H17.8741V14.4768H15.8771V15.1784H17.4722V16.1259H15.8771V17.907H14.7556Z",fill:"white"})]}),l("defs",{children:l("clipPath",{id:"clip0_1803_41620",children:l("rect",{width:"24",height:"24",fill:"white"})})})]}))}));export{t as PdfIcon};
1
+ import{__rest as i}from"tslib";import{jsxs as e,jsx as l}from"react/jsx-runtime";import{Icon as C}from"../../components/icon/index.js";import{icon as o}from"../../components/icon/component.js";const t=o(o=>{var t=i(o,[]);return e(C,Object.assign({size:24,viewBox:"0 0 24 24",fill:"none"},t,{children:[e("g",{clipPath:"url(#clip0_1803_41620)",children:[l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.14994 0H14.1739L20.9745 7.08846V20.8756C20.9745 22.6027 19.5772 24 17.8561 24H6.14994C4.42281 24 3.02551 22.6027 3.02551 20.8756V3.12443C3.02548 1.3973 4.42278 0 6.14994 0Z",fill:"#E5252A"}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.1679 0V7.03449H20.9745L14.1679 0Z",fill:"black"}),l("path",{d:"M6.49774 17.907V13.5232H8.36282C8.82459 13.5232 9.19042 13.6492 9.46627 13.907C9.74213 14.1589 9.88007 14.5008 9.88007 14.9265C9.88007 15.3523 9.74213 15.6942 9.46627 15.946C9.19042 16.2039 8.82459 16.3298 8.36282 16.3298H7.61918V17.907H6.49774ZM7.61918 15.3763H8.23688C8.40478 15.3763 8.53672 15.3403 8.62669 15.2564C8.71663 15.1784 8.76464 15.0705 8.76464 14.9266C8.76464 14.7826 8.71667 14.6747 8.62669 14.5967C8.53675 14.5128 8.40481 14.4768 8.23688 14.4768H7.61918V15.3763ZM10.3418 17.907V13.5232H11.895C12.2009 13.5232 12.4888 13.5652 12.7586 13.6552C13.0285 13.7451 13.2744 13.8711 13.4902 14.045C13.7061 14.2129 13.88 14.4408 14.006 14.7286C14.1259 15.0165 14.1919 15.3463 14.1919 15.7181C14.1919 16.084 14.1259 16.4138 14.006 16.7016C13.88 16.9895 13.7061 17.2174 13.4902 17.3853C13.2743 17.5592 13.0285 17.6851 12.7586 17.7751C12.4888 17.865 12.2009 17.907 11.895 17.907H10.3418ZM11.4393 16.9535H11.7631C11.937 16.9535 12.0989 16.9356 12.2489 16.8936C12.3928 16.8516 12.5307 16.7856 12.6627 16.6957C12.7886 16.6057 12.8905 16.4798 12.9625 16.3118C13.0345 16.1439 13.0705 15.946 13.0705 15.7181C13.0705 15.4842 13.0345 15.2864 12.9625 15.1185C12.8905 14.9505 12.7886 14.8246 12.6627 14.7346C12.5307 14.6447 12.3928 14.5787 12.2489 14.5367C12.0989 14.4948 11.937 14.4768 11.7631 14.4768H11.4393V16.9535ZM14.7556 17.907V13.5232H17.8741V14.4768H15.8771V15.1784H17.4722V16.1259H15.8771V17.907H14.7556Z",fill:"white"})]}),l("defs",{children:l("clipPath",{id:"clip0_1803_41620",children:l("rect",{width:"24",height:"24",fill:"white"})})})]}))});export{t as PdfIcon};
@@ -1 +1 @@
1
- import{__rest as i}from"tslib";import{jsx as l,jsxs as e,Fragment as o}from"react/jsx-runtime";import{Icon as c}from"../../components/icon/index.js";import{icon as n}from"../../components/icon/component.js";import{IconConsumer as C}from"../../components/icon/context.js";const t=n((n=>{var t=i(n,[]);return l(c,Object.assign({size:46,viewBox:"0 0 46 46",fill:"none"},t,{children:l(C,{children:({fill:i="#1A347C"}={fill:"#1A347C"})=>e(o,{children:[e("g",{clipPath:"url(#clip0_1802_39732)",children:[l("circle",{cx:"23",cy:"23",r:"23",fill:i}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.6874 8H25.7174L34.2181 16.8606V34.0945C34.2181 36.2534 32.4715 38 30.3201 38H15.6874C13.5285 38 11.7819 36.2534 11.7819 34.0945V11.9055C11.7818 9.74662 13.5284 8 15.6874 8Z",fill:"#E5252A"}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M25.7099 8V16.7931H34.2182L25.7099 8Z",fill:"black"}),l("path",{d:"M16.1222 30.3838V24.904H18.4535C19.0308 24.904 19.488 25.0615 19.8329 25.3838C20.1777 25.6986 20.3501 26.1259 20.3501 26.6582C20.3501 27.1904 20.1777 27.6177 19.8329 27.9325C19.488 28.2549 19.0308 28.4123 18.4535 28.4123H17.524V30.3838H16.1222ZM17.524 27.2204H18.2961C18.506 27.2204 18.6709 27.1754 18.7834 27.0705C18.8958 26.973 18.9558 26.8381 18.9558 26.6582C18.9558 26.4783 18.8958 26.3434 18.7834 26.2459C18.671 26.1409 18.506 26.096 18.2961 26.096H17.524V27.2204ZM20.9273 30.3838V24.904H22.8688C23.2511 24.904 23.611 24.9565 23.9483 25.069C24.2856 25.1814 24.593 25.3388 24.8628 25.5562C25.1327 25.7661 25.3501 26.051 25.5075 26.4108C25.6574 26.7706 25.7399 27.1829 25.7399 27.6477C25.7399 28.105 25.6574 28.5172 25.5075 28.877C25.3501 29.2369 25.1327 29.5217 24.8628 29.7316C24.5929 29.949 24.2856 30.1064 23.9483 30.2189C23.611 30.3313 23.2511 30.3838 22.8688 30.3838H20.9273ZM22.2991 29.1919H22.7039C22.9213 29.1919 23.1237 29.1694 23.3111 29.1169C23.491 29.0645 23.6634 28.982 23.8283 28.8696C23.9858 28.7571 24.1132 28.5997 24.2031 28.3898C24.2931 28.1799 24.3381 27.9325 24.3381 27.6477C24.3381 27.3553 24.2931 27.1079 24.2031 26.8981C24.1132 26.6882 23.9858 26.5308 23.8283 26.4183C23.6634 26.3059 23.491 26.2234 23.3111 26.1709C23.1237 26.1185 22.9213 26.096 22.7039 26.096H22.2991V29.1919ZM26.4445 30.3838V24.904H30.3426V26.096H27.8463V26.973H29.8403V28.1574H27.8463V30.3838H26.4445Z",fill:"white"})]}),l("defs",{children:l("clipPath",{id:"clip0_1802_39732",children:l("rect",{width:"46",height:"46",fill:"white"})})})]})})}))}));export{t as PdfBigIcon};
1
+ import{__rest as i}from"tslib";import{jsx as l,jsxs as e,Fragment as o}from"react/jsx-runtime";import{Icon as c}from"../../components/icon/index.js";import{icon as n}from"../../components/icon/component.js";import{IconConsumer as C}from"../../components/icon/context.js";const t=n(n=>{var t=i(n,[]);return l(c,Object.assign({size:46,viewBox:"0 0 46 46",fill:"none"},t,{children:l(C,{children:({fill:i="#1A347C"}={fill:"#1A347C"})=>e(o,{children:[e("g",{clipPath:"url(#clip0_1802_39732)",children:[l("circle",{cx:"23",cy:"23",r:"23",fill:i}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.6874 8H25.7174L34.2181 16.8606V34.0945C34.2181 36.2534 32.4715 38 30.3201 38H15.6874C13.5285 38 11.7819 36.2534 11.7819 34.0945V11.9055C11.7818 9.74662 13.5284 8 15.6874 8Z",fill:"#E5252A"}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M25.7099 8V16.7931H34.2182L25.7099 8Z",fill:"black"}),l("path",{d:"M16.1222 30.3838V24.904H18.4535C19.0308 24.904 19.488 25.0615 19.8329 25.3838C20.1777 25.6986 20.3501 26.1259 20.3501 26.6582C20.3501 27.1904 20.1777 27.6177 19.8329 27.9325C19.488 28.2549 19.0308 28.4123 18.4535 28.4123H17.524V30.3838H16.1222ZM17.524 27.2204H18.2961C18.506 27.2204 18.6709 27.1754 18.7834 27.0705C18.8958 26.973 18.9558 26.8381 18.9558 26.6582C18.9558 26.4783 18.8958 26.3434 18.7834 26.2459C18.671 26.1409 18.506 26.096 18.2961 26.096H17.524V27.2204ZM20.9273 30.3838V24.904H22.8688C23.2511 24.904 23.611 24.9565 23.9483 25.069C24.2856 25.1814 24.593 25.3388 24.8628 25.5562C25.1327 25.7661 25.3501 26.051 25.5075 26.4108C25.6574 26.7706 25.7399 27.1829 25.7399 27.6477C25.7399 28.105 25.6574 28.5172 25.5075 28.877C25.3501 29.2369 25.1327 29.5217 24.8628 29.7316C24.5929 29.949 24.2856 30.1064 23.9483 30.2189C23.611 30.3313 23.2511 30.3838 22.8688 30.3838H20.9273ZM22.2991 29.1919H22.7039C22.9213 29.1919 23.1237 29.1694 23.3111 29.1169C23.491 29.0645 23.6634 28.982 23.8283 28.8696C23.9858 28.7571 24.1132 28.5997 24.2031 28.3898C24.2931 28.1799 24.3381 27.9325 24.3381 27.6477C24.3381 27.3553 24.2931 27.1079 24.2031 26.8981C24.1132 26.6882 23.9858 26.5308 23.8283 26.4183C23.6634 26.3059 23.491 26.2234 23.3111 26.1709C23.1237 26.1185 22.9213 26.096 22.7039 26.096H22.2991V29.1919ZM26.4445 30.3838V24.904H30.3426V26.096H27.8463V26.973H29.8403V28.1574H27.8463V30.3838H26.4445Z",fill:"white"})]}),l("defs",{children:l("clipPath",{id:"clip0_1802_39732",children:l("rect",{width:"46",height:"46",fill:"white"})})})]})})}))});export{t as PdfBigIcon};
@@ -1 +1 @@
1
- import{__rest as i}from"tslib";import{jsxs as e,jsx as t}from"react/jsx-runtime";import{Icon as r}from"../../components/icon/index.js";import{icon as n}from"../../components/icon/component.js";const o=n((n=>{var o=i(n,[]);return e(r,Object.assign({size:36,viewBox:"0 0 36 36",fill:"none"},o,{children:[t("rect",{width:"36",height:"36",rx:"10",fill:"url(#paint0_linear_1915_59863)"}),t("g",{clipPath:"url(#clip0_1915_59863)",children:t("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M21.7934 25.9442C20.5934 25.9 17.1925 25.43 13.6309 21.8692C10.07 18.3075 9.60087 14.9075 9.55587 13.7067C9.48921 11.8767 10.8909 10.0992 12.51 9.405C12.705 9.3208 12.9185 9.28875 13.1296 9.31198C13.3408 9.33521 13.5422 9.41292 13.7142 9.5375C15.0475 10.5092 15.9675 11.9792 16.7575 13.135C16.9314 13.3889 17.0057 13.698 16.9663 14.0032C16.927 14.3084 16.7767 14.5884 16.5442 14.79L14.9184 15.9975C14.8398 16.0542 14.7845 16.1375 14.7628 16.2319C14.741 16.3263 14.7543 16.4254 14.8 16.5108C15.1684 17.18 15.8234 18.1767 16.5734 18.9267C17.3242 19.6767 18.3675 20.375 19.0834 20.785C19.1731 20.8354 19.2788 20.8495 19.3786 20.8244C19.4784 20.7992 19.5648 20.7368 19.62 20.65L20.6784 19.0392C20.8729 18.7807 21.16 18.6076 21.4794 18.556C21.7987 18.5044 22.1257 18.5784 22.3917 18.7625C23.5642 19.5742 24.9325 20.4783 25.9342 21.7608C26.0689 21.9341 26.1546 22.1403 26.1823 22.358C26.21 22.5757 26.1787 22.7969 26.0917 22.9983C25.3942 24.6258 23.6292 26.0117 21.7934 25.9442Z",fill:"white"})}),e("defs",{children:[e("linearGradient",{id:"paint0_linear_1915_59863",x1:"-0.141732",y1:"18",x2:"35.8583",y2:"18",gradientUnits:"userSpaceOnUse",children:[t("stop",{stopColor:"#1C64F2"}),t("stop",{offset:"1",stopColor:"#D41CF2"})]}),t("clipPath",{id:"clip0_1915_59863",children:t("rect",{width:"20",height:"20",fill:"white",transform:"translate(8 7.5)"})})]})]}))}));export{o as PhoneColoredIcon};
1
+ import{__rest as i}from"tslib";import{jsxs as e,jsx as t}from"react/jsx-runtime";import{Icon as r}from"../../components/icon/index.js";import{icon as n}from"../../components/icon/component.js";const o=n(n=>{var o=i(n,[]);return e(r,Object.assign({size:36,viewBox:"0 0 36 36",fill:"none"},o,{children:[t("rect",{width:"36",height:"36",rx:"10",fill:"url(#paint0_linear_1915_59863)"}),t("g",{clipPath:"url(#clip0_1915_59863)",children:t("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M21.7934 25.9442C20.5934 25.9 17.1925 25.43 13.6309 21.8692C10.07 18.3075 9.60087 14.9075 9.55587 13.7067C9.48921 11.8767 10.8909 10.0992 12.51 9.405C12.705 9.3208 12.9185 9.28875 13.1296 9.31198C13.3408 9.33521 13.5422 9.41292 13.7142 9.5375C15.0475 10.5092 15.9675 11.9792 16.7575 13.135C16.9314 13.3889 17.0057 13.698 16.9663 14.0032C16.927 14.3084 16.7767 14.5884 16.5442 14.79L14.9184 15.9975C14.8398 16.0542 14.7845 16.1375 14.7628 16.2319C14.741 16.3263 14.7543 16.4254 14.8 16.5108C15.1684 17.18 15.8234 18.1767 16.5734 18.9267C17.3242 19.6767 18.3675 20.375 19.0834 20.785C19.1731 20.8354 19.2788 20.8495 19.3786 20.8244C19.4784 20.7992 19.5648 20.7368 19.62 20.65L20.6784 19.0392C20.8729 18.7807 21.16 18.6076 21.4794 18.556C21.7987 18.5044 22.1257 18.5784 22.3917 18.7625C23.5642 19.5742 24.9325 20.4783 25.9342 21.7608C26.0689 21.9341 26.1546 22.1403 26.1823 22.358C26.21 22.5757 26.1787 22.7969 26.0917 22.9983C25.3942 24.6258 23.6292 26.0117 21.7934 25.9442Z",fill:"white"})}),e("defs",{children:[e("linearGradient",{id:"paint0_linear_1915_59863",x1:"-0.141732",y1:"18",x2:"35.8583",y2:"18",gradientUnits:"userSpaceOnUse",children:[t("stop",{stopColor:"#1C64F2"}),t("stop",{offset:"1",stopColor:"#D41CF2"})]}),t("clipPath",{id:"clip0_1915_59863",children:t("rect",{width:"20",height:"20",fill:"white",transform:"translate(8 7.5)"})})]})]}))});export{o as PhoneColoredIcon};
@@ -1 +1 @@
1
- import{__rest as o}from"tslib";import{jsx as e}from"react/jsx-runtime";import{Icon as r}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 l=i((i=>{var l=o(i,[]);const m=n();return e(r,Object.assign({size:18,viewBox:"0 0 18 18",fill:"none"},l,{children:e(t,{children:({fill:o=m.colors.grayScale.gray1}={fill:m.colors.grayScale.gray1})=>e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9 18C13.9706 18 18 13.9706 18 9C18 4.02944 13.9706 0 9 0C4.02944 0 0 4.02944 0 9C0 13.9706 4.02944 18 9 18ZM7.02054 13.1811C6.917 13.2178 6.81032 13.2362 6.7005 13.2362C6.48086 13.2362 6.2926 13.1582 6.13572 13.0021C5.97883 12.846 5.90039 12.6302 5.90039 12.3547V5.64253C5.90039 5.36706 5.97883 5.15281 6.13572 4.99977C6.2926 4.84367 6.48086 4.76562 6.7005 4.76562C6.81032 4.76562 6.917 4.78246 7.02054 4.81613C7.12722 4.8498 7.24645 4.90336 7.37824 4.97682L13.0261 8.17222C13.2426 8.29465 13.4041 8.41861 13.5108 8.5441C13.6206 8.66959 13.6756 8.8211 13.6756 8.99862C13.6756 9.17615 13.6206 9.32765 13.5108 9.45314C13.4041 9.57863 13.2426 9.70259 13.0261 9.82502L7.37824 13.0204C7.24645 13.0939 7.12722 13.1475 7.02054 13.1811Z",fill:o})})}))}));export{l as PlayIcon};
1
+ import{__rest as o}from"tslib";import{jsx as e}from"react/jsx-runtime";import{Icon as r}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 l=i(i=>{var l=o(i,[]);const m=n();return e(r,Object.assign({size:18,viewBox:"0 0 18 18",fill:"none"},l,{children:e(t,{children:({fill:o=m.colors.grayScale.gray1}={fill:m.colors.grayScale.gray1})=>e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9 18C13.9706 18 18 13.9706 18 9C18 4.02944 13.9706 0 9 0C4.02944 0 0 4.02944 0 9C0 13.9706 4.02944 18 9 18ZM7.02054 13.1811C6.917 13.2178 6.81032 13.2362 6.7005 13.2362C6.48086 13.2362 6.2926 13.1582 6.13572 13.0021C5.97883 12.846 5.90039 12.6302 5.90039 12.3547V5.64253C5.90039 5.36706 5.97883 5.15281 6.13572 4.99977C6.2926 4.84367 6.48086 4.76562 6.7005 4.76562C6.81032 4.76562 6.917 4.78246 7.02054 4.81613C7.12722 4.8498 7.24645 4.90336 7.37824 4.97682L13.0261 8.17222C13.2426 8.29465 13.4041 8.41861 13.5108 8.5441C13.6206 8.66959 13.6756 8.8211 13.6756 8.99862C13.6756 9.17615 13.6206 9.32765 13.5108 9.45314C13.4041 9.57863 13.2426 9.70259 13.0261 9.82502L7.37824 13.0204C7.24645 13.0939 7.12722 13.1475 7.02054 13.1811Z",fill:o})})}))});export{l as PlayIcon};
@@ -1 +1 @@
1
- import{__rest as i}from"tslib";import{jsx as o,jsxs as r,Fragment as t}from"react/jsx-runtime";import{Icon as e}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as c}from"../../components/icon/component.js";import{useTheme as n}from"../../theme/hook.js";import{IconConsumer as l}from"../../components/icon/context.js";const s=c((c=>{var s=i(c,[]);const m=n();return o(e,Object.assign({size:36,viewBox:"0 0 36 36",fill:"none"},s,{children:o(l,{children:({fill:i=m.colors.accent.primary,stroke:e=m.colors.base.white}={fill:m.colors.accent.primary,stroke:m.colors.base.white})=>r(t,{children:[o("rect",{width:"36",height:"36",rx:"18",fill:i}),o("g",{clipPath:"url(#clip0_13_40130)",children:o("path",{d:"M13.401 26.4724C13.6206 26.4724 13.834 26.4357 14.0411 26.3622C14.2544 26.2949 14.4929 26.1878 14.7565 26.0409L26.0521 19.65C26.4851 19.4052 26.8083 19.1573 27.0217 18.9063C27.2413 18.6553 27.3511 18.3523 27.3511 17.9972C27.3511 17.6422 27.2413 17.3392 27.0217 17.0882C26.8083 16.8372 26.4851 16.5893 26.0521 16.3444L14.7565 9.95363C14.4929 9.80672 14.2544 9.69959 14.0411 9.63225C13.834 9.56492 13.6206 9.53125 13.401 9.53125C12.9617 9.53125 12.5852 9.68735 12.2714 9.99954C11.9577 10.3056 11.8008 10.7341 11.8008 11.2851V24.7094C11.8008 25.2604 11.9577 25.6919 12.2714 26.0041C12.5852 26.3163 12.9617 26.4724 13.401 26.4724Z",fill:e})}),o("defs",{children:o("clipPath",{id:"clip0_13_40130",children:o("rect",{width:"19.0588",height:"16.9412",fill:"white",transform:"translate(8.4707 9.53125)"})})})]})})}))}));export{s as PlayButtonIcon};
1
+ import{__rest as i}from"tslib";import{jsx as o,jsxs as r,Fragment as t}from"react/jsx-runtime";import{Icon as e}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as c}from"../../components/icon/component.js";import{useTheme as n}from"../../theme/hook.js";import{IconConsumer as l}from"../../components/icon/context.js";const s=c(c=>{var s=i(c,[]);const m=n();return o(e,Object.assign({size:36,viewBox:"0 0 36 36",fill:"none"},s,{children:o(l,{children:({fill:i=m.colors.accent.primary,stroke:e=m.colors.base.white}={fill:m.colors.accent.primary,stroke:m.colors.base.white})=>r(t,{children:[o("rect",{width:"36",height:"36",rx:"18",fill:i}),o("g",{clipPath:"url(#clip0_13_40130)",children:o("path",{d:"M13.401 26.4724C13.6206 26.4724 13.834 26.4357 14.0411 26.3622C14.2544 26.2949 14.4929 26.1878 14.7565 26.0409L26.0521 19.65C26.4851 19.4052 26.8083 19.1573 27.0217 18.9063C27.2413 18.6553 27.3511 18.3523 27.3511 17.9972C27.3511 17.6422 27.2413 17.3392 27.0217 17.0882C26.8083 16.8372 26.4851 16.5893 26.0521 16.3444L14.7565 9.95363C14.4929 9.80672 14.2544 9.69959 14.0411 9.63225C13.834 9.56492 13.6206 9.53125 13.401 9.53125C12.9617 9.53125 12.5852 9.68735 12.2714 9.99954C11.9577 10.3056 11.8008 10.7341 11.8008 11.2851V24.7094C11.8008 25.2604 11.9577 25.6919 12.2714 26.0041C12.5852 26.3163 12.9617 26.4724 13.401 26.4724Z",fill:e})}),o("defs",{children:o("clipPath",{id:"clip0_13_40130",children:o("rect",{width:"19.0588",height:"16.9412",fill:"white",transform:"translate(8.4707 9.53125)"})})})]})})}))});export{s as PlayButtonIcon};
@@ -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:"M9 2.1875C4.968 2.1875 1.6875 5.468 1.6875 9.5C1.6875 13.532 4.968 16.8125 9 16.8125C13.032 16.8125 16.3125 13.532 16.3125 9.5C16.3125 5.468 13.032 2.1875 9 2.1875ZM9 3.3125C12.4239 3.3125 15.1875 6.07606 15.1875 9.5C15.1875 12.9239 12.4239 15.6875 9 15.6875C5.57606 15.6875 2.8125 12.9239 2.8125 9.5C2.8125 6.07606 5.57606 3.3125 9 3.3125ZM8.4375 6.125V8.9375H5.625V10.0625H8.4375V12.875H9.5625V10.0625H12.375V8.9375H9.5625V6.125H8.4375Z",fill:o})})}))}));export{r as Plus1Icon};
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:"M9 2.1875C4.968 2.1875 1.6875 5.468 1.6875 9.5C1.6875 13.532 4.968 16.8125 9 16.8125C13.032 16.8125 16.3125 13.532 16.3125 9.5C16.3125 5.468 13.032 2.1875 9 2.1875ZM9 3.3125C12.4239 3.3125 15.1875 6.07606 15.1875 9.5C15.1875 12.9239 12.4239 15.6875 9 15.6875C5.57606 15.6875 2.8125 12.9239 2.8125 9.5C2.8125 6.07606 5.57606 3.3125 9 3.3125ZM8.4375 6.125V8.9375H5.625V10.0625H8.4375V12.875H9.5625V10.0625H12.375V8.9375H9.5625V6.125H8.4375Z",fill:o})})}))});export{r as Plus1Icon};
@@ -1 +1 @@
1
- import{__rest as o}from"tslib";import{jsx as i}from"react/jsx-runtime";import{Icon as t}from"../../components/icon/index.js";import{icon as n}from"../../components/icon/component.js";import{IconConsumer as r}from"../../components/icon/context.js";const e=n((n=>{var e=o(n,[]);return i(t,Object.assign({size:18,viewBox:"0 0 18 19"},e,{children:i(r,{children:({fill:o="white"}={fill:"white"})=>i("path",{d:"M7.83333 2.5V8.33333H2V10.6667H7.83333V16.5H10.1667V10.6667H16V8.33333H10.1667V2.5H7.83333Z",fill:o})})}))}));export{e as Plus2Icon};
1
+ import{__rest as o}from"tslib";import{jsx as i}from"react/jsx-runtime";import{Icon as t}from"../../components/icon/index.js";import{icon as n}from"../../components/icon/component.js";import{IconConsumer as r}from"../../components/icon/context.js";const e=n(n=>{var e=o(n,[]);return i(t,Object.assign({size:18,viewBox:"0 0 18 19"},e,{children:i(r,{children:({fill:o="white"}={fill:"white"})=>i("path",{d:"M7.83333 2.5V8.33333H2V10.6667H7.83333V16.5H10.1667V10.6667H16V8.33333H10.1667V2.5H7.83333Z",fill:o})})}))});export{e as Plus2Icon};
@@ -1 +1 @@
1
- import{__rest as o}from"tslib";import{jsx as e}from"react/jsx-runtime";import{Icon as i}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as C}from"../../components/icon/component.js";import{useTheme as n}from"../../theme/hook.js";import{IconConsumer as t}from"../../components/icon/context.js";const r=C((C=>{var r=o(C,[]);const m=n().colors.base.white;return e(i,Object.assign({size:24,viewBox:"0 0 18 19",fill:"none"},r,{children:e(t,{children:({fill:o=m}={fill:m})=>e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.5 4.25C1.5 3.00736 2.50736 2 3.75 2H14.25C15.4927 2 16.5 3.00736 16.5 4.25V14.75C16.5 15.9927 15.4927 17 14.25 17H3.75C2.50736 17 1.5 15.9927 1.5 14.75V4.25ZM3.75 3.5C3.33579 3.5 3 3.83579 3 4.25V8H15V4.25C15 3.83579 14.6642 3.5 14.25 3.5H3.75ZM3 9.5V14.75C3 15.1642 3.33579 15.5 3.75 15.5H14.25C14.6642 15.5 15 15.1642 15 14.75V9.5H3ZM10.5 10.25C10.6989 10.25 10.8897 10.329 11.0303 10.4697L14.0303 13.4697C14.3232 13.7625 14.3232 14.2374 14.0303 14.5303C13.7374 14.8232 13.2625 14.8232 12.9697 14.5303L10.5 12.0606L8.78032 13.7803L8.03032 14.5303C7.73745 14.8232 7.26256 14.8232 6.96967 14.5303C6.67678 14.2374 6.67678 13.7625 6.96967 13.4697L7.18934 13.25L6.75 12.8106L5.03033 14.5303C4.73743 14.8232 4.26256 14.8232 3.96967 14.5303C3.67678 14.2374 3.67678 13.7625 3.96967 13.4697L6.21967 11.2197C6.36032 11.079 6.55108 11 6.75 11C6.94891 11 7.13968 11.079 7.28033 11.2197L8.25 12.1893L9.96967 10.4697C10.1103 10.329 10.3011 10.25 10.5 10.25ZM8.25 5.75C8.25 5.33579 8.58577 5 9 5H12.75C13.1642 5 13.5 5.33579 13.5 5.75C13.5 6.16421 13.1642 6.5 12.75 6.5H9C8.58577 6.5 8.25 6.16421 8.25 5.75ZM5.25 7.0625C5.97487 7.0625 6.5625 6.47487 6.5625 5.75C6.5625 5.02512 5.97487 4.4375 5.25 4.4375C4.52512 4.4375 3.9375 5.02512 3.9375 5.75C3.9375 6.47487 4.52512 7.0625 5.25 7.0625Z",fill:o})})}))}));export{r as PostIcon};
1
+ import{__rest as o}from"tslib";import{jsx as e}from"react/jsx-runtime";import{Icon as i}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as C}from"../../components/icon/component.js";import{useTheme as n}from"../../theme/hook.js";import{IconConsumer as t}from"../../components/icon/context.js";const r=C(C=>{var r=o(C,[]);const m=n().colors.base.white;return e(i,Object.assign({size:24,viewBox:"0 0 18 19",fill:"none"},r,{children:e(t,{children:({fill:o=m}={fill:m})=>e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.5 4.25C1.5 3.00736 2.50736 2 3.75 2H14.25C15.4927 2 16.5 3.00736 16.5 4.25V14.75C16.5 15.9927 15.4927 17 14.25 17H3.75C2.50736 17 1.5 15.9927 1.5 14.75V4.25ZM3.75 3.5C3.33579 3.5 3 3.83579 3 4.25V8H15V4.25C15 3.83579 14.6642 3.5 14.25 3.5H3.75ZM3 9.5V14.75C3 15.1642 3.33579 15.5 3.75 15.5H14.25C14.6642 15.5 15 15.1642 15 14.75V9.5H3ZM10.5 10.25C10.6989 10.25 10.8897 10.329 11.0303 10.4697L14.0303 13.4697C14.3232 13.7625 14.3232 14.2374 14.0303 14.5303C13.7374 14.8232 13.2625 14.8232 12.9697 14.5303L10.5 12.0606L8.78032 13.7803L8.03032 14.5303C7.73745 14.8232 7.26256 14.8232 6.96967 14.5303C6.67678 14.2374 6.67678 13.7625 6.96967 13.4697L7.18934 13.25L6.75 12.8106L5.03033 14.5303C4.73743 14.8232 4.26256 14.8232 3.96967 14.5303C3.67678 14.2374 3.67678 13.7625 3.96967 13.4697L6.21967 11.2197C6.36032 11.079 6.55108 11 6.75 11C6.94891 11 7.13968 11.079 7.28033 11.2197L8.25 12.1893L9.96967 10.4697C10.1103 10.329 10.3011 10.25 10.5 10.25ZM8.25 5.75C8.25 5.33579 8.58577 5 9 5H12.75C13.1642 5 13.5 5.33579 13.5 5.75C13.5 6.16421 13.1642 6.5 12.75 6.5H9C8.58577 6.5 8.25 6.16421 8.25 5.75ZM5.25 7.0625C5.97487 7.0625 6.5625 6.47487 6.5625 5.75C6.5625 5.02512 5.97487 4.4375 5.25 4.4375C4.52512 4.4375 3.9375 5.02512 3.9375 5.75C3.9375 6.47487 4.52512 7.0625 5.25 7.0625Z",fill:o})})}))});export{r as PostIcon};
@@ -1 +1 @@
1
- import{__rest as C}from"tslib";import{jsx as o,jsxs as r,Fragment as e}from"react/jsx-runtime";import{Icon as t}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 c}from"../../components/icon/context.js";const m=i((i=>{var m=C(i,[]);const l=n();return o(t,Object.assign({size:18,viewBox:"0 0 18 18",fill:"none"},m,{children:o(c,{children:({fill:C=l.colors.grayScale.gray1}={fill:l.colors.grayScale.gray1})=>r(e,{children:[o("rect",{width:"18",height:"18",rx:"4",fill:"dark"===l.mode?l.colors.grayScale.gray3:"none"}),o("path",{d:"M6.10146 11.9483V13.5392C6.10146 13.7588 6.03162 13.9452 5.892 14.0988C5.7524 14.2523 5.58315 14.329 5.38393 14.329H2.97321C2.77399 14.329 2.60474 14.2523 2.46514 14.0988C2.32553 13.9452 2.25568 13.7588 2.25568 13.5392V11.9483C2.25568 11.7286 2.32553 11.5422 2.46514 11.3886C2.60474 11.2351 2.77399 11.1585 2.97321 11.1585H5.38393C5.58315 11.1585 5.7524 11.2351 5.892 11.3886C6.03162 11.5422 6.10146 11.7286 6.10146 11.9483ZM6.10146 7.70585V9.29676C6.10146 9.51639 6.03162 9.70282 5.892 9.85638C5.7524 10.0099 5.58315 10.0865 5.38393 10.0865H2.97321C2.77399 10.0865 2.60474 10.0099 2.46514 9.85638C2.32553 9.70282 2.25568 9.51639 2.25568 9.29676V7.70585C2.25568 7.48621 2.32553 7.29979 2.46514 7.14622C2.60474 6.99268 2.77399 6.91608 2.97321 6.91608H5.38393C5.58315 6.91608 5.7524 6.99268 5.892 7.14622C6.03162 7.29979 6.10146 7.48621 6.10146 7.70585ZM15.7443 11.9483V13.5392C15.7443 13.7588 15.6745 13.9452 15.5349 14.0988C15.3953 14.2523 15.226 14.329 15.0268 14.329H7.79464C7.59542 14.329 7.42617 14.2523 7.28657 14.0988C7.14695 13.9452 7.07711 13.7588 7.07711 13.5392V11.9483C7.07711 11.7286 7.14695 11.5422 7.28657 11.3886C7.42617 11.2351 7.59542 11.1585 7.79464 11.1585H15.0268C15.226 11.1585 15.3953 11.2351 15.5349 11.3886C15.6745 11.5422 15.7443 11.7286 15.7443 11.9483ZM6.10146 3.46342V5.05433C6.10146 5.27397 6.03162 5.4604 5.892 5.61396C5.7524 5.7675 5.58315 5.84411 5.38393 5.84411H2.97321C2.77399 5.84411 2.60474 5.7675 2.46514 5.61396C2.32553 5.4604 2.25568 5.27397 2.25568 5.05433V3.46342C2.25568 3.24379 2.32553 3.05736 2.46514 2.9038C2.60474 2.75026 2.77399 2.67365 2.97321 2.67365H5.38393C5.58315 2.67365 5.7524 2.75026 5.892 2.9038C6.03162 3.05736 6.10146 3.24379 6.10146 3.46342ZM15.7443 7.70585V9.29676C15.7443 9.51639 15.6745 9.70282 15.5349 9.85638C15.3953 10.0099 15.226 10.0865 15.0268 10.0865H7.79464C7.59542 10.0865 7.42617 10.0099 7.28657 9.85638C7.14695 9.70282 7.07711 9.51639 7.07711 9.29676V7.70585C7.07711 7.48621 7.14695 7.29979 7.28657 7.14622C7.42617 6.99268 7.59542 6.91608 7.79464 6.91608H15.0268C15.226 6.91608 15.3953 6.99268 15.5349 7.14622C15.6745 7.29979 15.7443 7.48621 15.7443 7.70585ZM15.7443 3.46342V5.05433C15.7443 5.27397 15.6745 5.4604 15.5349 5.61396C15.3953 5.7675 15.226 5.84411 15.0268 5.84411H7.79464C7.59542 5.84411 7.42617 5.7675 7.28657 5.61396C7.14695 5.4604 7.07711 5.27397 7.07711 5.05433V3.46342C7.07711 3.24379 7.14695 3.05736 7.28657 2.9038C7.42617 2.75026 7.59542 2.67365 7.79464 2.67365H15.0268C15.226 2.67365 15.3953 2.75026 15.5349 2.9038C15.6745 3.05736 15.7443 3.24379 15.7443 3.46342Z",fill:C,stroke:C,strokeWidth:"0.0113636"})]})})}))}));export{m as PresetsBigIcon};
1
+ import{__rest as C}from"tslib";import{jsx as o,jsxs as r,Fragment as e}from"react/jsx-runtime";import{Icon as t}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 c}from"../../components/icon/context.js";const m=i(i=>{var m=C(i,[]);const l=n();return o(t,Object.assign({size:18,viewBox:"0 0 18 18",fill:"none"},m,{children:o(c,{children:({fill:C=l.colors.grayScale.gray1}={fill:l.colors.grayScale.gray1})=>r(e,{children:[o("rect",{width:"18",height:"18",rx:"4",fill:"dark"===l.mode?l.colors.grayScale.gray3:"none"}),o("path",{d:"M6.10146 11.9483V13.5392C6.10146 13.7588 6.03162 13.9452 5.892 14.0988C5.7524 14.2523 5.58315 14.329 5.38393 14.329H2.97321C2.77399 14.329 2.60474 14.2523 2.46514 14.0988C2.32553 13.9452 2.25568 13.7588 2.25568 13.5392V11.9483C2.25568 11.7286 2.32553 11.5422 2.46514 11.3886C2.60474 11.2351 2.77399 11.1585 2.97321 11.1585H5.38393C5.58315 11.1585 5.7524 11.2351 5.892 11.3886C6.03162 11.5422 6.10146 11.7286 6.10146 11.9483ZM6.10146 7.70585V9.29676C6.10146 9.51639 6.03162 9.70282 5.892 9.85638C5.7524 10.0099 5.58315 10.0865 5.38393 10.0865H2.97321C2.77399 10.0865 2.60474 10.0099 2.46514 9.85638C2.32553 9.70282 2.25568 9.51639 2.25568 9.29676V7.70585C2.25568 7.48621 2.32553 7.29979 2.46514 7.14622C2.60474 6.99268 2.77399 6.91608 2.97321 6.91608H5.38393C5.58315 6.91608 5.7524 6.99268 5.892 7.14622C6.03162 7.29979 6.10146 7.48621 6.10146 7.70585ZM15.7443 11.9483V13.5392C15.7443 13.7588 15.6745 13.9452 15.5349 14.0988C15.3953 14.2523 15.226 14.329 15.0268 14.329H7.79464C7.59542 14.329 7.42617 14.2523 7.28657 14.0988C7.14695 13.9452 7.07711 13.7588 7.07711 13.5392V11.9483C7.07711 11.7286 7.14695 11.5422 7.28657 11.3886C7.42617 11.2351 7.59542 11.1585 7.79464 11.1585H15.0268C15.226 11.1585 15.3953 11.2351 15.5349 11.3886C15.6745 11.5422 15.7443 11.7286 15.7443 11.9483ZM6.10146 3.46342V5.05433C6.10146 5.27397 6.03162 5.4604 5.892 5.61396C5.7524 5.7675 5.58315 5.84411 5.38393 5.84411H2.97321C2.77399 5.84411 2.60474 5.7675 2.46514 5.61396C2.32553 5.4604 2.25568 5.27397 2.25568 5.05433V3.46342C2.25568 3.24379 2.32553 3.05736 2.46514 2.9038C2.60474 2.75026 2.77399 2.67365 2.97321 2.67365H5.38393C5.58315 2.67365 5.7524 2.75026 5.892 2.9038C6.03162 3.05736 6.10146 3.24379 6.10146 3.46342ZM15.7443 7.70585V9.29676C15.7443 9.51639 15.6745 9.70282 15.5349 9.85638C15.3953 10.0099 15.226 10.0865 15.0268 10.0865H7.79464C7.59542 10.0865 7.42617 10.0099 7.28657 9.85638C7.14695 9.70282 7.07711 9.51639 7.07711 9.29676V7.70585C7.07711 7.48621 7.14695 7.29979 7.28657 7.14622C7.42617 6.99268 7.59542 6.91608 7.79464 6.91608H15.0268C15.226 6.91608 15.3953 6.99268 15.5349 7.14622C15.6745 7.29979 15.7443 7.48621 15.7443 7.70585ZM15.7443 3.46342V5.05433C15.7443 5.27397 15.6745 5.4604 15.5349 5.61396C15.3953 5.7675 15.226 5.84411 15.0268 5.84411H7.79464C7.59542 5.84411 7.42617 5.7675 7.28657 5.61396C7.14695 5.4604 7.07711 5.27397 7.07711 5.05433V3.46342C7.07711 3.24379 7.14695 3.05736 7.28657 2.9038C7.42617 2.75026 7.59542 2.67365 7.79464 2.67365H15.0268C15.226 2.67365 15.3953 2.75026 15.5349 2.9038C15.6745 3.05736 15.7443 3.24379 15.7443 3.46342Z",fill:C,stroke:C,strokeWidth:"0.0113636"})]})})}))});export{m as PresetsBigIcon};
@@ -1 +1 @@
1
- import{__rest as o}from"tslib";import{jsx as e}from"react/jsx-runtime";import{Icon as i}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as t}from"../../components/icon/component.js";import{useTheme as n}from"../../theme/hook.js";import{IconConsumer as r}from"../../components/icon/context.js";const m=t((t=>{var m=o(t,[]);const C=n();return e(i,Object.assign({size:18,viewBox:"0 0 18 18",fill:"none"},m,{children:e(r,{children:({fill:o=C.colors.base.white}={fill:C.colors.base.white})=>e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.75 3.75C3.75 3.33579 4.08579 3 4.5 3H13.5C13.9142 3 14.25 3.33579 14.25 3.75V8.25C15.4927 8.25 16.5 9.25732 16.5 10.5V13.5C16.5 14.7427 15.4927 15.75 14.25 15.75H3.75C2.50735 15.75 1.5 14.7427 1.5 13.5V10.5C1.5 9.25732 2.50736 8.25 3.75 8.25V3.75ZM3.75 9.75C3.33579 9.75 3 10.0858 3 10.5V13.5C3 13.9142 3.33579 14.25 3.75 14.25H14.25C14.6642 14.25 15 13.9142 15 13.5V10.5C15 10.0858 14.6642 9.75 14.25 9.75V11.25C14.25 11.6642 13.9142 12 13.5 12H4.5C4.08579 12 3.75 11.6642 3.75 11.25V9.75ZM5.25 4.5V9V10.5H12.75V9V4.5H5.25ZM6.75 6.75C6.75 6.33579 7.08579 6 7.5 6H10.5C10.9142 6 11.25 6.33579 11.25 6.75C11.25 7.16421 10.9142 7.5 10.5 7.5H7.5C7.08579 7.5 6.75 7.16421 6.75 6.75ZM6.75 9C6.75 8.58577 7.08579 8.25 7.5 8.25H10.5C10.9142 8.25 11.25 8.58577 11.25 9C11.25 9.41422 10.9142 9.75 10.5 9.75H7.5C7.08579 9.75 6.75 9.41422 6.75 9Z",fill:o})})}))}));export{m as PrintIcon};
1
+ import{__rest as o}from"tslib";import{jsx as e}from"react/jsx-runtime";import{Icon as i}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as t}from"../../components/icon/component.js";import{useTheme as n}from"../../theme/hook.js";import{IconConsumer as r}from"../../components/icon/context.js";const m=t(t=>{var m=o(t,[]);const C=n();return e(i,Object.assign({size:18,viewBox:"0 0 18 18",fill:"none"},m,{children:e(r,{children:({fill:o=C.colors.base.white}={fill:C.colors.base.white})=>e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.75 3.75C3.75 3.33579 4.08579 3 4.5 3H13.5C13.9142 3 14.25 3.33579 14.25 3.75V8.25C15.4927 8.25 16.5 9.25732 16.5 10.5V13.5C16.5 14.7427 15.4927 15.75 14.25 15.75H3.75C2.50735 15.75 1.5 14.7427 1.5 13.5V10.5C1.5 9.25732 2.50736 8.25 3.75 8.25V3.75ZM3.75 9.75C3.33579 9.75 3 10.0858 3 10.5V13.5C3 13.9142 3.33579 14.25 3.75 14.25H14.25C14.6642 14.25 15 13.9142 15 13.5V10.5C15 10.0858 14.6642 9.75 14.25 9.75V11.25C14.25 11.6642 13.9142 12 13.5 12H4.5C4.08579 12 3.75 11.6642 3.75 11.25V9.75ZM5.25 4.5V9V10.5H12.75V9V4.5H5.25ZM6.75 6.75C6.75 6.33579 7.08579 6 7.5 6H10.5C10.9142 6 11.25 6.33579 11.25 6.75C11.25 7.16421 10.9142 7.5 10.5 7.5H7.5C7.08579 7.5 6.75 7.16421 6.75 6.75ZM6.75 9C6.75 8.58577 7.08579 8.25 7.5 8.25H10.5C10.9142 8.25 11.25 8.58577 11.25 9C11.25 9.41422 10.9142 9.75 10.5 9.75H7.5C7.08579 9.75 6.75 9.41422 6.75 9Z",fill:o})})}))});export{m as PrintIcon};
@@ -1 +1 @@
1
- import{__rest as o}from"tslib";import{jsx as e,jsxs as C,Fragment as i}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as l}from"../../components/icon/component.js";import{IconConsumer as t}from"../../components/icon/context.js";const r=l((l=>{var r=o(l,[]);return e(n,Object.assign({size:24,viewBox:"0 0 24 24",fill:"none"},r,{children:e(t,{children:({fill:o="#4785FF"}={fill:"#4785FF"})=>C(i,{children:[e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2 11.9281C2 11.1267 2.35119 10.3581 2.97631 9.79147C3.60143 9.22482 4.44928 8.90647 5.33333 8.90647H18.6667C19.5507 8.90647 20.3986 9.22482 21.0237 9.79147C21.6488 10.3581 22 11.1267 22 11.9281V18.9784C22 19.7798 21.6488 20.5483 21.0237 21.115C20.3986 21.6817 19.5507 22 18.6667 22H5.33333C4.44928 22 3.60143 21.6817 2.97631 21.115C2.35119 20.5483 2 19.7798 2 18.9784V11.9281ZM13.1111 13.9424C13.1111 13.6753 12.994 13.4191 12.7857 13.2303C12.5773 13.0414 12.2947 12.9353 12 12.9353C11.7053 12.9353 11.4227 13.0414 11.2143 13.2303C11.006 13.4191 10.8889 13.6753 10.8889 13.9424V16.964C10.8889 17.2312 11.006 17.4873 11.2143 17.6762C11.4227 17.8651 11.7053 17.9712 12 17.9712C12.2947 17.9712 12.5773 17.8651 12.7857 17.6762C12.994 17.4873 13.1111 17.2312 13.1111 16.964V13.9424Z",fill:o}),e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 3.72662C11.0739 3.72662 10.1856 4.06012 9.53075 4.65376C8.87586 5.2474 8.50795 6.05255 8.50795 6.89209V9.91367C8.50795 10.3905 8.08155 10.777 7.55557 10.777C7.02958 10.777 6.60318 10.3905 6.60318 9.91367V6.89209C6.60318 5.59462 7.17178 4.3503 8.18388 3.43286C9.19598 2.51541 10.5687 2 12 2C13.4313 2 14.804 2.51541 15.8161 3.43286C16.8282 4.3503 17.3968 5.59462 17.3968 6.89209V9.91367C17.3968 10.3905 16.9704 10.777 16.4445 10.777C15.9185 10.777 15.4921 10.3905 15.4921 9.91367V6.89209C15.4921 6.05255 15.1242 5.2474 14.4693 4.65376C13.8144 4.06012 12.9262 3.72662 12 3.72662Z",fill:o})]})})}))}));export{r as PrivateIcon};
1
+ import{__rest as o}from"tslib";import{jsx as e,jsxs as C,Fragment as i}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as l}from"../../components/icon/component.js";import{IconConsumer as t}from"../../components/icon/context.js";const r=l(l=>{var r=o(l,[]);return e(n,Object.assign({size:24,viewBox:"0 0 24 24",fill:"none"},r,{children:e(t,{children:({fill:o="#4785FF"}={fill:"#4785FF"})=>C(i,{children:[e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2 11.9281C2 11.1267 2.35119 10.3581 2.97631 9.79147C3.60143 9.22482 4.44928 8.90647 5.33333 8.90647H18.6667C19.5507 8.90647 20.3986 9.22482 21.0237 9.79147C21.6488 10.3581 22 11.1267 22 11.9281V18.9784C22 19.7798 21.6488 20.5483 21.0237 21.115C20.3986 21.6817 19.5507 22 18.6667 22H5.33333C4.44928 22 3.60143 21.6817 2.97631 21.115C2.35119 20.5483 2 19.7798 2 18.9784V11.9281ZM13.1111 13.9424C13.1111 13.6753 12.994 13.4191 12.7857 13.2303C12.5773 13.0414 12.2947 12.9353 12 12.9353C11.7053 12.9353 11.4227 13.0414 11.2143 13.2303C11.006 13.4191 10.8889 13.6753 10.8889 13.9424V16.964C10.8889 17.2312 11.006 17.4873 11.2143 17.6762C11.4227 17.8651 11.7053 17.9712 12 17.9712C12.2947 17.9712 12.5773 17.8651 12.7857 17.6762C12.994 17.4873 13.1111 17.2312 13.1111 16.964V13.9424Z",fill:o}),e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 3.72662C11.0739 3.72662 10.1856 4.06012 9.53075 4.65376C8.87586 5.2474 8.50795 6.05255 8.50795 6.89209V9.91367C8.50795 10.3905 8.08155 10.777 7.55557 10.777C7.02958 10.777 6.60318 10.3905 6.60318 9.91367V6.89209C6.60318 5.59462 7.17178 4.3503 8.18388 3.43286C9.19598 2.51541 10.5687 2 12 2C13.4313 2 14.804 2.51541 15.8161 3.43286C16.8282 4.3503 17.3968 5.59462 17.3968 6.89209V9.91367C17.3968 10.3905 16.9704 10.777 16.4445 10.777C15.9185 10.777 15.4921 10.3905 15.4921 9.91367V6.89209C15.4921 6.05255 15.1242 5.2474 14.4693 4.65376C13.8144 4.06012 12.9262 3.72662 12 3.72662Z",fill:o})]})})}))});export{r as PrivateIcon};
@@ -1 +1 @@
1
- import{__rest as o}from"tslib";import{jsx as C,jsxs as i,Fragment as t}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 n}from"../../theme/hook.js";import{IconConsumer as r}from"../../components/icon/context.js";const m=e((e=>{var m=o(e,[]);const s=n().colors.base.white;return C(L,Object.assign({size:24,viewBox:"0 0 18 19",fill:"none"},m,{children:C(r,{children:({fill:o=s}={fill:s})=>i(t,{children:[C("path",{d:"M14 2.5L14.6786 4.22051C14.7412 4.37933 14.7725 4.45874 14.8205 4.5257C14.863 4.58505 14.9149 4.63702 14.9743 4.67953C15.0413 4.72748 15.1207 4.7588 15.2795 4.82144L17 5.5L15.2795 6.17857C15.1207 6.2412 15.0413 6.2725 14.9743 6.32047C14.9149 6.36297 14.863 6.41493 14.8205 6.4743C14.7725 6.54127 14.7412 6.62067 14.6786 6.7795L14 8.5L13.3214 6.7795C13.2588 6.62067 13.2275 6.54127 13.1795 6.4743C13.137 6.41493 13.0851 6.36297 13.0257 6.32047C12.9587 6.2725 12.8793 6.2412 12.7205 6.17857L11 5.5L12.7205 4.82144C12.8793 4.7588 12.9587 4.72748 13.0257 4.67953C13.0851 4.63702 13.137 4.58505 13.1795 4.5257C13.2275 4.45874 13.2588 4.37933 13.3214 4.22051L14 2.5Z",fill:o,stroke:o,strokeLinecap:"round",strokeLinejoin:"round"}),C("path",{d:"M7.10926 5.91529C6.54669 5.49334 5.74138 5.87388 5.71015 6.57644L5.6654 7.58334H7C7.32218 7.58334 7.58334 7.84451 7.58334 8.16667C7.58334 8.48883 7.32218 8.75 7 8.75H5.61355L5.3841 13.9126C5.3081 15.6225 3.28814 16.4856 2 15.3584L1.94922 15.314C1.70676 15.1019 1.68219 14.7333 1.89434 14.4909C2.10649 14.2484 2.47502 14.2238 2.71747 14.436L2.76826 14.4804C3.32032 14.9635 4.18601 14.5936 4.21859 13.8608L4.44573 8.75H3.5C3.17784 8.75 2.91667 8.48883 2.91667 8.16667C2.91667 7.84451 3.17784 7.58334 3.5 7.58334H4.49758L4.54464 6.52464C4.61749 4.88532 6.49653 3.9974 7.80926 4.98196L7.93334 5.075C8.19105 5.2683 8.24332 5.63394 8.05 5.89166C7.85669 6.1494 7.49105 6.20163 7.23334 6.00833L7.10926 5.91529Z",fill:o}),C("path",{d:"M7.63114 11.1103C7.77861 11.0291 7.96394 11.0893 8.03563 11.2417L8.50959 12.2488L6.58744 14.1709C6.35965 14.3987 6.35965 14.768 6.58744 14.9958C6.81529 15.2237 7.1846 15.2237 7.41239 14.9958L9.03756 13.3707L9.4925 14.3375C9.89774 15.1986 11.0059 15.4471 11.7401 14.8415L12.0378 14.5958C12.2863 14.3908 12.3216 14.0232 12.1166 13.7746C11.9115 13.5261 11.5439 13.4909 11.2954 13.6959L10.9976 13.9416C10.8508 14.0627 10.6292 14.013 10.5481 13.8408L9.91431 12.494L11.4957 10.9125C11.7236 10.6847 11.7236 10.3153 11.4957 10.0875C11.2679 9.85974 10.8986 9.85974 10.6708 10.0875L9.38634 11.372L9.09123 10.7449C8.73294 9.9834 7.80626 9.68246 7.06893 10.088L6.71881 10.2806C6.43654 10.4358 6.33358 10.7905 6.4888 11.0728C6.64409 11.3551 6.99881 11.4581 7.28109 11.3028L7.63114 11.1103Z",fill:o})]})})}))}));export{m as ProblemSolvmentIcon};
1
+ import{__rest as o}from"tslib";import{jsx as C,jsxs as i,Fragment as t}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 n}from"../../theme/hook.js";import{IconConsumer as r}from"../../components/icon/context.js";const m=e(e=>{var m=o(e,[]);const s=n().colors.base.white;return C(L,Object.assign({size:24,viewBox:"0 0 18 19",fill:"none"},m,{children:C(r,{children:({fill:o=s}={fill:s})=>i(t,{children:[C("path",{d:"M14 2.5L14.6786 4.22051C14.7412 4.37933 14.7725 4.45874 14.8205 4.5257C14.863 4.58505 14.9149 4.63702 14.9743 4.67953C15.0413 4.72748 15.1207 4.7588 15.2795 4.82144L17 5.5L15.2795 6.17857C15.1207 6.2412 15.0413 6.2725 14.9743 6.32047C14.9149 6.36297 14.863 6.41493 14.8205 6.4743C14.7725 6.54127 14.7412 6.62067 14.6786 6.7795L14 8.5L13.3214 6.7795C13.2588 6.62067 13.2275 6.54127 13.1795 6.4743C13.137 6.41493 13.0851 6.36297 13.0257 6.32047C12.9587 6.2725 12.8793 6.2412 12.7205 6.17857L11 5.5L12.7205 4.82144C12.8793 4.7588 12.9587 4.72748 13.0257 4.67953C13.0851 4.63702 13.137 4.58505 13.1795 4.5257C13.2275 4.45874 13.2588 4.37933 13.3214 4.22051L14 2.5Z",fill:o,stroke:o,strokeLinecap:"round",strokeLinejoin:"round"}),C("path",{d:"M7.10926 5.91529C6.54669 5.49334 5.74138 5.87388 5.71015 6.57644L5.6654 7.58334H7C7.32218 7.58334 7.58334 7.84451 7.58334 8.16667C7.58334 8.48883 7.32218 8.75 7 8.75H5.61355L5.3841 13.9126C5.3081 15.6225 3.28814 16.4856 2 15.3584L1.94922 15.314C1.70676 15.1019 1.68219 14.7333 1.89434 14.4909C2.10649 14.2484 2.47502 14.2238 2.71747 14.436L2.76826 14.4804C3.32032 14.9635 4.18601 14.5936 4.21859 13.8608L4.44573 8.75H3.5C3.17784 8.75 2.91667 8.48883 2.91667 8.16667C2.91667 7.84451 3.17784 7.58334 3.5 7.58334H4.49758L4.54464 6.52464C4.61749 4.88532 6.49653 3.9974 7.80926 4.98196L7.93334 5.075C8.19105 5.2683 8.24332 5.63394 8.05 5.89166C7.85669 6.1494 7.49105 6.20163 7.23334 6.00833L7.10926 5.91529Z",fill:o}),C("path",{d:"M7.63114 11.1103C7.77861 11.0291 7.96394 11.0893 8.03563 11.2417L8.50959 12.2488L6.58744 14.1709C6.35965 14.3987 6.35965 14.768 6.58744 14.9958C6.81529 15.2237 7.1846 15.2237 7.41239 14.9958L9.03756 13.3707L9.4925 14.3375C9.89774 15.1986 11.0059 15.4471 11.7401 14.8415L12.0378 14.5958C12.2863 14.3908 12.3216 14.0232 12.1166 13.7746C11.9115 13.5261 11.5439 13.4909 11.2954 13.6959L10.9976 13.9416C10.8508 14.0627 10.6292 14.013 10.5481 13.8408L9.91431 12.494L11.4957 10.9125C11.7236 10.6847 11.7236 10.3153 11.4957 10.0875C11.2679 9.85974 10.8986 9.85974 10.6708 10.0875L9.38634 11.372L9.09123 10.7449C8.73294 9.9834 7.80626 9.68246 7.06893 10.088L6.71881 10.2806C6.43654 10.4358 6.33358 10.7905 6.4888 11.0728C6.64409 11.3551 6.99881 11.4581 7.28109 11.3028L7.63114 11.1103Z",fill:o})]})})}))});export{m as ProblemSolvmentIcon};
@@ -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 f}from"../../components/icon/component.js";import{IconConsumer as i}from"../../components/icon/context.js";const t=f((f=>{var t=o(f,[]);return n(e,Object.assign({size:16,viewBox:"0 0 16 16",fill:"none"},t,{children:n(i,{children:({fill:o="#ffffff"}={fill:"#ffffff"})=>n("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.22922 3.25416C2.53485 2.91528 3.03037 2.91528 3.336 3.25416L7.0627 7.38639C7.36833 7.72528 7.36833 8.27472 7.0627 8.61361L3.336 12.7458C3.03037 13.0847 2.53485 13.0847 2.22922 12.7458C1.92359 12.407 1.92359 11.8575 2.22922 11.5186L5.40254 8L2.22922 4.48137C1.92359 4.14249 1.92359 3.59305 2.22922 3.25416ZM13.2174 13H8.74534C8.31312 13 7.96273 12.6115 7.96273 12.1322C7.96273 11.653 8.31312 11.2645 8.74534 11.2645H13.2174C13.6496 11.2645 14 11.653 14 12.1322C14 12.6115 13.6496 13 13.2174 13Z",fill:o})})}))}));export{t as PromptIcon};
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 f}from"../../components/icon/component.js";import{IconConsumer as i}from"../../components/icon/context.js";const t=f(f=>{var t=o(f,[]);return n(e,Object.assign({size:16,viewBox:"0 0 16 16",fill:"none"},t,{children:n(i,{children:({fill:o="#ffffff"}={fill:"#ffffff"})=>n("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.22922 3.25416C2.53485 2.91528 3.03037 2.91528 3.336 3.25416L7.0627 7.38639C7.36833 7.72528 7.36833 8.27472 7.0627 8.61361L3.336 12.7458C3.03037 13.0847 2.53485 13.0847 2.22922 12.7458C1.92359 12.407 1.92359 11.8575 2.22922 11.5186L5.40254 8L2.22922 4.48137C1.92359 4.14249 1.92359 3.59305 2.22922 3.25416ZM13.2174 13H8.74534C8.31312 13 7.96273 12.6115 7.96273 12.1322C7.96273 11.653 8.31312 11.2645 8.74534 11.2645H13.2174C13.6496 11.2645 14 11.653 14 12.1322C14 12.6115 13.6496 13 13.2174 13Z",fill:o})})}))});export{t as PromptIcon};
@@ -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="#4785FF"}={fill:"#4785FF"})=>o("path",{d:"M24 14.6C24 15.2 22.8 15.6 21.4 15.8C20.5 14.1 18.7 12.8 16.6 11.9C16.8 11.6 17 11.4 17.2 11.1C17.5 11.1 17.8 11.1 18 11.1C21.1 11 24 12.9 24 14.6ZM6.8 11C6.5 11 6.2 11 6 11C2.9 11 0 12.9 0 14.6C0 15.2 1.2 15.6 2.6 15.8C3.5 14.1 5.3 12.8 7.4 11.9C7.2 11.6 7 11.3 6.8 11ZM12 12C14.2 12 16 10.2 16 8C16 5.8 14.2 4 12 4C9.8 4 8 5.8 8 8C8 10.2 9.8 12 12 12ZM12 13C7.9 13 4 15.6 4 18C4 20 12 20 12 20C12 20 20 20 20 18C20 15.6 16.1 13 12 13ZM17.7 10C17.8 10 17.9 10 18 10C19.7 10 21 8.7 21 7C21 5.3 19.7 4 18 4C17.5 4 17.1 4.1 16.7 4.3C17.5 5.3 18 6.6 18 8C18 8.7 17.9 9.4 17.7 10ZM6 10C6.1 10 6.2 10 6.3 10C6.1 9.4 6 8.7 6 8C6 6.6 6.5 5.3 7.3 4.3C6.9 4.1 6.5 4 6 4C4.3 4 3 5.3 3 7C3 8.7 4.3 10 6 10Z",fill:C})})}))}));export{r as PublicIcon};
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="#4785FF"}={fill:"#4785FF"})=>o("path",{d:"M24 14.6C24 15.2 22.8 15.6 21.4 15.8C20.5 14.1 18.7 12.8 16.6 11.9C16.8 11.6 17 11.4 17.2 11.1C17.5 11.1 17.8 11.1 18 11.1C21.1 11 24 12.9 24 14.6ZM6.8 11C6.5 11 6.2 11 6 11C2.9 11 0 12.9 0 14.6C0 15.2 1.2 15.6 2.6 15.8C3.5 14.1 5.3 12.8 7.4 11.9C7.2 11.6 7 11.3 6.8 11ZM12 12C14.2 12 16 10.2 16 8C16 5.8 14.2 4 12 4C9.8 4 8 5.8 8 8C8 10.2 9.8 12 12 12ZM12 13C7.9 13 4 15.6 4 18C4 20 12 20 12 20C12 20 20 20 20 18C20 15.6 16.1 13 12 13ZM17.7 10C17.8 10 17.9 10 18 10C19.7 10 21 8.7 21 7C21 5.3 19.7 4 18 4C17.5 4 17.1 4.1 16.7 4.3C17.5 5.3 18 6.6 18 8C18 8.7 17.9 9.4 17.7 10ZM6 10C6.1 10 6.2 10 6.3 10C6.1 9.4 6 8.7 6 8C6 6.6 6.5 5.3 7.3 4.3C6.9 4.1 6.5 4 6 4C4.3 4 3 5.3 3 7C3 8.7 4.3 10 6 10Z",fill:C})})}))});export{r as PublicIcon};
@@ -1 +1 @@
1
- import{__rest as C}from"tslib";import{jsx as i,jsxs as o,Fragment as t}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as r}from"../../components/icon/component.js";import{IconConsumer as e}from"../../components/icon/context.js";const l=r((r=>{var l=C(r,[]);return i(n,Object.assign({size:36,viewBox:"0 0 36 36",fill:"none"},l,{children:i(e,{children:({fill:C="#121825"}={fill:"#121825"})=>o(t,{children:[i("rect",{width:"36",height:"36",rx:"10",fill:C}),i("path",{d:"M17.3277 25.659C17.2578 26.1752 16.9838 26.6423 16.5663 26.9575C16.1487 27.2726 15.6216 27.4101 15.101 27.3395C14.5804 27.269 14.1089 26.9962 13.7902 26.5813C13.4715 26.1664 13.3318 25.6432 13.4018 25.127C13.4717 24.6107 13.7456 24.1436 14.1632 23.8285C14.5808 23.5133 15.1079 23.3759 15.6285 23.4464C16.1491 23.517 16.6206 23.7897 16.9393 24.2047C17.258 24.6196 17.3977 25.1427 17.3277 25.659ZM15.8884 22.0719C14.7812 21.9218 13.9937 20.977 14.1312 19.9625L14.4256 17.7901C14.6074 16.4486 15.8123 15.44 17.2854 15.3914C18.5375 15.3509 19.5533 14.4872 19.7082 13.3442L19.8394 12.3756C20.0182 11.0566 19.0346 9.8061 17.6404 9.58545C16.9565 9.47193 16.2555 9.62463 15.6835 10.0117C15.1233 10.3933 14.7669 10.9579 14.6801 11.5987C14.5427 12.6125 13.532 13.3144 12.4249 13.1644C11.3178 13.0143 10.5218 12.0676 10.6602 11.046C10.8822 9.40784 11.7983 7.96361 13.2268 6.99319C14.6641 6.02239 16.4374 5.6347 18.2225 5.91545C21.7756 6.46671 24.3 9.61095 23.8528 12.9115L23.7205 13.8879C23.3663 16.5017 21.2329 18.5374 18.4909 19.0047C18.4485 19.0116 18.4095 19.0318 18.3795 19.0622C18.3495 19.0926 18.3301 19.1318 18.324 19.174L18.1445 20.4992C18.006 21.5207 16.9963 22.222 15.8884 22.0719Z",fill:"#1C64F2"}),i("path",{d:"M9.65699 24.8471C9.69852 25.1092 9.63881 25.3764 9.49099 25.5898C9.34317 25.8033 9.11935 25.9455 8.86876 25.9852C8.61817 26.0249 8.36135 25.9589 8.15479 25.8016C7.94822 25.6443 7.80884 25.4087 7.7673 25.1465C7.72577 24.8844 7.78548 24.6172 7.9333 24.4038C8.08112 24.1903 8.30494 24.0481 8.55553 24.0084C8.80612 23.9687 9.06294 24.0347 9.2695 24.192C9.47607 24.3493 9.61545 24.5849 9.65699 24.8471ZM8.47891 23.2999C7.94602 23.3844 7.44707 23.035 7.36544 22.5199L7.19066 21.4168C7.08272 20.7356 7.49505 20.0713 8.16858 19.8377C8.74118 19.6395 9.08686 19.0729 8.9949 18.4925L8.91696 18.0007C8.81084 17.3309 8.17759 16.8602 7.50198 16.951C7.16984 16.993 6.86785 17.1675 6.65901 17.438C6.45479 17.7042 6.37094 18.0308 6.42249 18.3562C6.50406 18.871 6.1376 19.3578 5.60471 19.4423C5.07182 19.5267 4.56865 19.1776 4.48646 18.6589C4.35465 17.8271 4.57126 16.9911 5.0923 16.3136C5.61738 15.6346 6.38109 15.1926 7.24585 15.0754C8.96606 14.8385 10.582 16.0148 10.8476 17.6907L10.9262 18.1865C11.1365 19.5137 10.4422 20.812 9.24238 21.4309C9.22379 21.4404 9.20864 21.4558 9.19913 21.4749C9.18962 21.494 9.18625 21.5159 9.18951 21.5374L9.29613 22.2103C9.37833 22.729 9.01218 23.2154 8.47891 23.2999Z",fill:"#1C64F2"}),i("path",{d:"M27.0916 30.364C27.0384 30.6642 26.8734 30.9318 26.633 31.1081C26.3925 31.2844 26.0962 31.3549 25.8092 31.3041C25.5223 31.2533 25.2683 31.0853 25.103 30.8371C24.9377 30.5889 24.8747 30.2808 24.9279 29.9807C24.981 29.6805 25.146 29.4128 25.3865 29.2365C25.627 29.0602 25.9233 28.9898 26.2102 29.0406C26.4972 29.0914 26.7512 29.2594 26.9165 29.5076C27.0818 29.7558 27.1448 30.0638 27.0916 30.364ZM26.3926 28.2427C25.7825 28.1346 25.3718 27.5684 25.4763 26.9785L25.7 25.7155C25.8382 24.9354 26.5349 24.3688 27.3537 24.3677C28.0496 24.3672 28.6373 23.8817 28.755 23.2171L28.8548 22.6539C28.9906 21.8871 28.4796 21.1387 27.7121 20.984C27.3358 20.9051 26.9425 20.9812 26.6144 21.1967C26.2929 21.4091 26.0794 21.7322 26.0134 22.1048C25.909 22.6942 25.3286 23.0854 24.7185 22.9773C24.1083 22.8692 23.6929 22.3016 23.7981 21.7077C23.9669 20.7552 24.5154 19.9288 25.3351 19.3886C26.1596 18.8483 27.1544 18.6548 28.1372 18.8518C30.0935 19.2394 31.4069 21.1222 31.0669 23.0412L30.9663 23.6089C30.6971 25.1286 29.4567 26.2778 27.9221 26.4999C27.8984 26.5032 27.8762 26.5142 27.8587 26.5314C27.8412 26.5486 27.8293 26.5712 27.8248 26.5957L27.6883 27.3662C27.5831 27.9601 27.0033 28.3509 26.3926 28.2427Z",fill:"#1C64F2"})]})})}))}));export{l as QuestionsIcon};
1
+ import{__rest as C}from"tslib";import{jsx as i,jsxs as o,Fragment as t}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as r}from"../../components/icon/component.js";import{IconConsumer as e}from"../../components/icon/context.js";const l=r(r=>{var l=C(r,[]);return i(n,Object.assign({size:36,viewBox:"0 0 36 36",fill:"none"},l,{children:i(e,{children:({fill:C="#121825"}={fill:"#121825"})=>o(t,{children:[i("rect",{width:"36",height:"36",rx:"10",fill:C}),i("path",{d:"M17.3277 25.659C17.2578 26.1752 16.9838 26.6423 16.5663 26.9575C16.1487 27.2726 15.6216 27.4101 15.101 27.3395C14.5804 27.269 14.1089 26.9962 13.7902 26.5813C13.4715 26.1664 13.3318 25.6432 13.4018 25.127C13.4717 24.6107 13.7456 24.1436 14.1632 23.8285C14.5808 23.5133 15.1079 23.3759 15.6285 23.4464C16.1491 23.517 16.6206 23.7897 16.9393 24.2047C17.258 24.6196 17.3977 25.1427 17.3277 25.659ZM15.8884 22.0719C14.7812 21.9218 13.9937 20.977 14.1312 19.9625L14.4256 17.7901C14.6074 16.4486 15.8123 15.44 17.2854 15.3914C18.5375 15.3509 19.5533 14.4872 19.7082 13.3442L19.8394 12.3756C20.0182 11.0566 19.0346 9.8061 17.6404 9.58545C16.9565 9.47193 16.2555 9.62463 15.6835 10.0117C15.1233 10.3933 14.7669 10.9579 14.6801 11.5987C14.5427 12.6125 13.532 13.3144 12.4249 13.1644C11.3178 13.0143 10.5218 12.0676 10.6602 11.046C10.8822 9.40784 11.7983 7.96361 13.2268 6.99319C14.6641 6.02239 16.4374 5.6347 18.2225 5.91545C21.7756 6.46671 24.3 9.61095 23.8528 12.9115L23.7205 13.8879C23.3663 16.5017 21.2329 18.5374 18.4909 19.0047C18.4485 19.0116 18.4095 19.0318 18.3795 19.0622C18.3495 19.0926 18.3301 19.1318 18.324 19.174L18.1445 20.4992C18.006 21.5207 16.9963 22.222 15.8884 22.0719Z",fill:"#1C64F2"}),i("path",{d:"M9.65699 24.8471C9.69852 25.1092 9.63881 25.3764 9.49099 25.5898C9.34317 25.8033 9.11935 25.9455 8.86876 25.9852C8.61817 26.0249 8.36135 25.9589 8.15479 25.8016C7.94822 25.6443 7.80884 25.4087 7.7673 25.1465C7.72577 24.8844 7.78548 24.6172 7.9333 24.4038C8.08112 24.1903 8.30494 24.0481 8.55553 24.0084C8.80612 23.9687 9.06294 24.0347 9.2695 24.192C9.47607 24.3493 9.61545 24.5849 9.65699 24.8471ZM8.47891 23.2999C7.94602 23.3844 7.44707 23.035 7.36544 22.5199L7.19066 21.4168C7.08272 20.7356 7.49505 20.0713 8.16858 19.8377C8.74118 19.6395 9.08686 19.0729 8.9949 18.4925L8.91696 18.0007C8.81084 17.3309 8.17759 16.8602 7.50198 16.951C7.16984 16.993 6.86785 17.1675 6.65901 17.438C6.45479 17.7042 6.37094 18.0308 6.42249 18.3562C6.50406 18.871 6.1376 19.3578 5.60471 19.4423C5.07182 19.5267 4.56865 19.1776 4.48646 18.6589C4.35465 17.8271 4.57126 16.9911 5.0923 16.3136C5.61738 15.6346 6.38109 15.1926 7.24585 15.0754C8.96606 14.8385 10.582 16.0148 10.8476 17.6907L10.9262 18.1865C11.1365 19.5137 10.4422 20.812 9.24238 21.4309C9.22379 21.4404 9.20864 21.4558 9.19913 21.4749C9.18962 21.494 9.18625 21.5159 9.18951 21.5374L9.29613 22.2103C9.37833 22.729 9.01218 23.2154 8.47891 23.2999Z",fill:"#1C64F2"}),i("path",{d:"M27.0916 30.364C27.0384 30.6642 26.8734 30.9318 26.633 31.1081C26.3925 31.2844 26.0962 31.3549 25.8092 31.3041C25.5223 31.2533 25.2683 31.0853 25.103 30.8371C24.9377 30.5889 24.8747 30.2808 24.9279 29.9807C24.981 29.6805 25.146 29.4128 25.3865 29.2365C25.627 29.0602 25.9233 28.9898 26.2102 29.0406C26.4972 29.0914 26.7512 29.2594 26.9165 29.5076C27.0818 29.7558 27.1448 30.0638 27.0916 30.364ZM26.3926 28.2427C25.7825 28.1346 25.3718 27.5684 25.4763 26.9785L25.7 25.7155C25.8382 24.9354 26.5349 24.3688 27.3537 24.3677C28.0496 24.3672 28.6373 23.8817 28.755 23.2171L28.8548 22.6539C28.9906 21.8871 28.4796 21.1387 27.7121 20.984C27.3358 20.9051 26.9425 20.9812 26.6144 21.1967C26.2929 21.4091 26.0794 21.7322 26.0134 22.1048C25.909 22.6942 25.3286 23.0854 24.7185 22.9773C24.1083 22.8692 23.6929 22.3016 23.7981 21.7077C23.9669 20.7552 24.5154 19.9288 25.3351 19.3886C26.1596 18.8483 27.1544 18.6548 28.1372 18.8518C30.0935 19.2394 31.4069 21.1222 31.0669 23.0412L30.9663 23.6089C30.6971 25.1286 29.4567 26.2778 27.9221 26.4999C27.8984 26.5032 27.8762 26.5142 27.8587 26.5314C27.8412 26.5486 27.8293 26.5712 27.8248 26.5957L27.6883 27.3662C27.5831 27.9601 27.0033 28.3509 26.3926 28.2427Z",fill:"#1C64F2"})]})})}))});export{l as QuestionsIcon};
@@ -1 +1 @@
1
- import{__rest as i}from"tslib";import{jsx as o,jsxs as r,Fragment as t}from"react/jsx-runtime";import{Icon as e}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as l}from"../../components/icon/component.js";import{useTheme as c}from"../../theme/hook.js";import{IconConsumer as n}from"../../components/icon/context.js";const m=l((l=>{var m=i(l,[]);const p=c();return o(e,Object.assign({size:24,viewBox:"0 0 24 24",fill:"none"},m,{children:o(n,{children:({fill:i=p.colors.grayScale.gray2}={fill:p.colors.grayScale.gray2})=>r(t,{children:[r("g",{clipPath:"url(#clip0_7796_186510)",children:[o("path",{d:"M8.6856 9.14264V13.2569H4.57132V15.3141H8.6856V19.4284H10.7427V15.3141H14.857V13.2569H10.7427V9.14264H8.6856Z",fill:i}),o("path",{d:"M0.457031 5.02835V23.5426H18.9713V5.02835H0.457031ZM2.51417 7.08549H16.9142V21.4855H2.51417V7.08549Z",fill:i}),o("path",{d:"M4.57132 0.914062V2.97121H21.0285V19.4283H23.0856V0.914062H4.57132Z",fill:i})]}),o("defs",{children:o("clipPath",{id:"clip0_7796_186510",children:o("rect",{width:"24",height:"24",fill:"white"})})})]})})}))}));export{m as QueueIcon};
1
+ import{__rest as i}from"tslib";import{jsx as o,jsxs as r,Fragment as t}from"react/jsx-runtime";import{Icon as e}from"../../components/icon/index.js";import"../../theme/index.js";import{icon as l}from"../../components/icon/component.js";import{useTheme as c}from"../../theme/hook.js";import{IconConsumer as n}from"../../components/icon/context.js";const m=l(l=>{var m=i(l,[]);const p=c();return o(e,Object.assign({size:24,viewBox:"0 0 24 24",fill:"none"},m,{children:o(n,{children:({fill:i=p.colors.grayScale.gray2}={fill:p.colors.grayScale.gray2})=>r(t,{children:[r("g",{clipPath:"url(#clip0_7796_186510)",children:[o("path",{d:"M8.6856 9.14264V13.2569H4.57132V15.3141H8.6856V19.4284H10.7427V15.3141H14.857V13.2569H10.7427V9.14264H8.6856Z",fill:i}),o("path",{d:"M0.457031 5.02835V23.5426H18.9713V5.02835H0.457031ZM2.51417 7.08549H16.9142V21.4855H2.51417V7.08549Z",fill:i}),o("path",{d:"M4.57132 0.914062V2.97121H21.0285V19.4283H23.0856V0.914062H4.57132Z",fill:i})]}),o("defs",{children:o("clipPath",{id:"clip0_7796_186510",children:o("rect",{width:"24",height:"24",fill:"white"})})})]})})}))});export{m as QueueIcon};
@@ -1 +1 @@
1
- import{__rest as C}from"tslib";import{jsx as o,Fragment as i}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 n}from"../../theme/hook.js";import{IconConsumer as r}from"../../components/icon/context.js";const m=e((e=>{var m=C(e,[]);const s=n().colors.base.white;return o(t,Object.assign({size:36,viewBox:"0 0 36 36",fill:"none"},m,{children:o(r,{children:({fill:C=s}={fill:s})=>o(i,{children:o("path",{d:"M5.01764 6.01401C4.67254 5.74019 4.23404 5.61218 3.79582 5.65733C3.3576 5.70247 2.95441 5.9172 2.67238 6.25563C2.39035 6.59406 2.25185 7.02936 2.28647 7.46854C2.32109 7.90772 2.52608 8.31595 2.85764 8.60601L8.05064 12.935L2.85764 17.264C2.52608 17.5541 2.32109 17.9623 2.28647 18.4015C2.25185 18.8407 2.39035 19.276 2.67238 19.6144C2.95441 19.9528 3.3576 20.1676 3.79582 20.2127C4.23404 20.2578 4.67254 20.1298 5.01764 19.856L11.7676 14.231C11.9576 14.0726 12.1103 13.8745 12.2152 13.6505C12.32 13.4266 12.3744 13.1823 12.3744 12.935C12.3744 12.6877 12.32 12.4435 12.2152 12.2195C12.1103 11.9956 11.9576 11.7974 11.7676 11.639L5.01764 6.01401ZM18.5626 11.2475C18.1151 11.2475 17.6859 11.4253 17.3694 11.7418C17.0529 12.0582 16.8751 12.4875 16.8751 12.935C16.8751 13.3826 17.0529 13.8118 17.3694 14.1283C17.6859 14.4447 18.1151 14.6225 18.5626 14.6225H32.0626C32.5102 14.6225 32.9394 14.4447 33.2559 14.1283C33.5723 13.8118 33.7501 13.3826 33.7501 12.935C33.7501 12.4875 33.5723 12.0582 33.2559 11.7418C32.9394 11.4253 32.5102 11.2475 32.0626 11.2475H18.5626ZM12.3751 20.81C12.3751 20.3625 12.5529 19.9332 12.8694 19.6168C13.1859 19.3003 13.6151 19.1225 14.0626 19.1225H32.0626C32.5102 19.1225 32.9394 19.3003 33.2559 19.6168C33.5723 19.9332 33.7501 20.3625 33.7501 20.81C33.7501 21.2576 33.5723 21.6868 33.2559 22.0033C32.9394 22.3197 32.5102 22.4975 32.0626 22.4975H14.0626C13.6151 22.4975 13.1859 22.3197 12.8694 22.0033C12.5529 21.6868 12.3751 21.2576 12.3751 20.81ZM14.0626 26.9975C13.6151 26.9975 13.1859 27.1753 12.8694 27.4918C12.5529 27.8082 12.3751 28.2375 12.3751 28.685C12.3751 29.1326 12.5529 29.5618 12.8694 29.8783C13.1859 30.1947 13.6151 30.3725 14.0626 30.3725H32.0626C32.5102 30.3725 32.9394 30.1947 33.2559 29.8783C33.5723 29.5618 33.7501 29.1326 33.7501 28.685C33.7501 28.2375 33.5723 27.8082 33.2559 27.4918C32.9394 27.1753 32.5102 26.9975 32.0626 26.9975H14.0626Z",fill:C})})})}))}));export{m as QueueSelectIcon};
1
+ import{__rest as C}from"tslib";import{jsx as o,Fragment as i}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 n}from"../../theme/hook.js";import{IconConsumer as r}from"../../components/icon/context.js";const m=e(e=>{var m=C(e,[]);const s=n().colors.base.white;return o(t,Object.assign({size:36,viewBox:"0 0 36 36",fill:"none"},m,{children:o(r,{children:({fill:C=s}={fill:s})=>o(i,{children:o("path",{d:"M5.01764 6.01401C4.67254 5.74019 4.23404 5.61218 3.79582 5.65733C3.3576 5.70247 2.95441 5.9172 2.67238 6.25563C2.39035 6.59406 2.25185 7.02936 2.28647 7.46854C2.32109 7.90772 2.52608 8.31595 2.85764 8.60601L8.05064 12.935L2.85764 17.264C2.52608 17.5541 2.32109 17.9623 2.28647 18.4015C2.25185 18.8407 2.39035 19.276 2.67238 19.6144C2.95441 19.9528 3.3576 20.1676 3.79582 20.2127C4.23404 20.2578 4.67254 20.1298 5.01764 19.856L11.7676 14.231C11.9576 14.0726 12.1103 13.8745 12.2152 13.6505C12.32 13.4266 12.3744 13.1823 12.3744 12.935C12.3744 12.6877 12.32 12.4435 12.2152 12.2195C12.1103 11.9956 11.9576 11.7974 11.7676 11.639L5.01764 6.01401ZM18.5626 11.2475C18.1151 11.2475 17.6859 11.4253 17.3694 11.7418C17.0529 12.0582 16.8751 12.4875 16.8751 12.935C16.8751 13.3826 17.0529 13.8118 17.3694 14.1283C17.6859 14.4447 18.1151 14.6225 18.5626 14.6225H32.0626C32.5102 14.6225 32.9394 14.4447 33.2559 14.1283C33.5723 13.8118 33.7501 13.3826 33.7501 12.935C33.7501 12.4875 33.5723 12.0582 33.2559 11.7418C32.9394 11.4253 32.5102 11.2475 32.0626 11.2475H18.5626ZM12.3751 20.81C12.3751 20.3625 12.5529 19.9332 12.8694 19.6168C13.1859 19.3003 13.6151 19.1225 14.0626 19.1225H32.0626C32.5102 19.1225 32.9394 19.3003 33.2559 19.6168C33.5723 19.9332 33.7501 20.3625 33.7501 20.81C33.7501 21.2576 33.5723 21.6868 33.2559 22.0033C32.9394 22.3197 32.5102 22.4975 32.0626 22.4975H14.0626C13.6151 22.4975 13.1859 22.3197 12.8694 22.0033C12.5529 21.6868 12.3751 21.2576 12.3751 20.81ZM14.0626 26.9975C13.6151 26.9975 13.1859 27.1753 12.8694 27.4918C12.5529 27.8082 12.3751 28.2375 12.3751 28.685C12.3751 29.1326 12.5529 29.5618 12.8694 29.8783C13.1859 30.1947 13.6151 30.3725 14.0626 30.3725H32.0626C32.5102 30.3725 32.9394 30.1947 33.2559 29.8783C33.5723 29.5618 33.7501 29.1326 33.7501 28.685C33.7501 28.2375 33.5723 27.8082 33.2559 27.4918C32.9394 27.1753 32.5102 26.9975 32.0626 26.9975H14.0626Z",fill:C})})})}))});export{m as QueueSelectIcon};
@@ -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 e}from"../../components/icon/index.js";import{icon as r}from"../../components/icon/component.js";import{IconConsumer as m}from"../../components/icon/context.js";const c=r((r=>{var c=o(r,[]);return i(e,Object.assign({size:18,viewBox:"0 0 18 18",fill:"none"},c,{children:i(m,{children:({fill:o="white"}={fill:"white"})=>n(t,{children:[i("path",{d:"M12.8462 4C14.588 4 16 5.41238 16 7.15479C16 8.8966 14.588 10.309 12.8462 10.309C12.8462 10.309 12.8615 11.4808 13.8135 13.1674C13.9192 13.5054 13.7307 13.8653 13.3926 13.9704C13.1526 14.0459 12.9002 13.9725 12.7371 13.8017C10.5481 11.4075 9.69123 8.58956 9.69123 7.15479C9.69123 5.41238 11.1032 4 12.8462 4Z",fill:o}),i("path",{d:"M5.24855 4C6.99036 4 8.40234 5.41241 8.40234 7.15479C8.40234 8.8966 6.99036 10.309 5.24855 10.309C5.24855 10.309 5.26381 11.4808 6.21582 13.1674C6.32157 13.5054 6.13304 13.8653 5.79491 13.9704C5.55498 14.0459 5.30251 13.9725 5.1395 13.8017C2.95045 11.4075 2.09355 8.58956 2.09355 7.15479C2.09355 5.41238 3.50554 4 5.24855 4Z",fill:o})]})})}))}));export{c as QuoteIcon};
1
+ import{__rest as o}from"tslib";import{jsx as i,jsxs as n,Fragment as t}from"react/jsx-runtime";import{Icon as e}from"../../components/icon/index.js";import{icon as r}from"../../components/icon/component.js";import{IconConsumer as m}from"../../components/icon/context.js";const c=r(r=>{var c=o(r,[]);return i(e,Object.assign({size:18,viewBox:"0 0 18 18",fill:"none"},c,{children:i(m,{children:({fill:o="white"}={fill:"white"})=>n(t,{children:[i("path",{d:"M12.8462 4C14.588 4 16 5.41238 16 7.15479C16 8.8966 14.588 10.309 12.8462 10.309C12.8462 10.309 12.8615 11.4808 13.8135 13.1674C13.9192 13.5054 13.7307 13.8653 13.3926 13.9704C13.1526 14.0459 12.9002 13.9725 12.7371 13.8017C10.5481 11.4075 9.69123 8.58956 9.69123 7.15479C9.69123 5.41238 11.1032 4 12.8462 4Z",fill:o}),i("path",{d:"M5.24855 4C6.99036 4 8.40234 5.41241 8.40234 7.15479C8.40234 8.8966 6.99036 10.309 5.24855 10.309C5.24855 10.309 5.26381 11.4808 6.21582 13.1674C6.32157 13.5054 6.13304 13.8653 5.79491 13.9704C5.55498 14.0459 5.30251 13.9725 5.1395 13.8017C2.95045 11.4075 2.09355 8.58956 2.09355 7.15479C2.09355 5.41238 3.50554 4 5.24855 4Z",fill:o})]})})}))});export{c as QuoteIcon};
@@ -1 +1 @@
1
- import{__rest as C}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 o=e((e=>{var o=C(e,[]);return i(r,Object.assign({size:18,viewBox:"0 0 18 18",fill:"none"},o,{children:[t("rect",{width:"18",height:"18",rx:"9",fill:"url(#paint0_linear_11023_5661)"}),t("g",{clipPath:"url(#clip0_11023_5661)",children:t("path",{d:"M9.34002 3.00384C9.56109 3.39197 9.78102 3.78122 10.0004 4.17103C10.0093 4.18662 10.0221 4.19957 10.0376 4.20857C10.0532 4.21756 10.0708 4.22227 10.0887 4.22222H13.2117C13.3096 4.22222 13.3928 4.28409 13.4626 4.40616L14.2805 5.85178C14.3873 6.04134 14.4155 6.12066 14.294 6.32259C14.1477 6.56447 14.0054 6.80859 13.8665 7.05384L13.66 7.42397C13.6004 7.53422 13.5346 7.58147 13.6375 7.71197L15.1293 10.3203C15.226 10.4896 15.1917 10.5982 15.1051 10.7534C14.8593 11.195 14.609 11.6332 14.3541 12.0697C14.2647 12.2227 14.1561 12.2806 13.9716 12.2778C13.5346 12.2688 13.0986 12.2722 12.6627 12.2868C12.6534 12.2873 12.6443 12.2901 12.6363 12.295C12.6284 12.2999 12.6218 12.3068 12.6171 12.3149C12.1142 13.2061 11.607 14.0948 11.0956 14.9812C11.0005 15.146 10.8818 15.1853 10.6878 15.1859C10.127 15.1876 9.56165 15.1882 8.99071 15.187C8.93756 15.1869 8.88538 15.1727 8.83946 15.1459C8.79353 15.1192 8.75548 15.0808 8.72915 15.0346L7.97821 13.7279C7.97384 13.7194 7.96714 13.7122 7.95887 13.7073C7.9506 13.7025 7.94112 13.7 7.93152 13.7003H5.05265C4.89234 13.7172 4.74159 13.6998 4.59984 13.6486L3.69815 12.0905C3.67148 12.0443 3.65735 11.992 3.65715 11.9387C3.65695 11.8855 3.6707 11.833 3.69702 11.7867L4.37596 10.5942C4.38563 10.5774 4.39072 10.5583 4.39072 10.5388C4.39072 10.5194 4.38563 10.5003 4.37596 10.4834C4.0223 9.87111 3.67074 9.25761 3.32127 8.64291L2.8769 7.85822C2.7869 7.68384 2.77959 7.57922 2.93034 7.31541C3.1919 6.85809 3.45177 6.40134 3.71052 5.94516C3.78477 5.81353 3.88152 5.75728 4.03902 5.75672C4.52446 5.75467 5.0099 5.75449 5.49534 5.75616C5.5076 5.75606 5.51962 5.75273 5.53019 5.74651C5.54075 5.74029 5.54949 5.73139 5.55552 5.72072L7.1339 2.96728C7.15782 2.92539 7.19235 2.89055 7.23403 2.86626C7.2757 2.84196 7.32304 2.82908 7.37127 2.82891C7.66602 2.82834 7.96359 2.82891 8.26171 2.82553L8.83378 2.81259C9.02559 2.81091 9.24102 2.83059 9.34002 3.00384ZM7.40952 3.23053C7.4036 3.23053 7.39777 3.23208 7.39264 3.23505C7.3875 3.23801 7.38324 3.24227 7.38027 3.24741L5.76815 6.06834C5.76041 6.08164 5.74933 6.09268 5.73601 6.10037C5.72269 6.10807 5.70759 6.11215 5.69221 6.11222H4.08009C4.04859 6.11222 4.04071 6.12628 4.05702 6.15384L7.32515 11.8666C7.33921 11.8902 7.33246 11.9015 7.30602 11.902L5.73384 11.9105C5.71085 11.9097 5.68812 11.9154 5.66822 11.927C5.64833 11.9385 5.63208 11.9554 5.62134 11.9757L4.87884 13.2751C4.85409 13.319 4.86702 13.3415 4.91709 13.3415L8.13234 13.346C8.15821 13.346 8.17734 13.3572 8.19084 13.3803L8.98002 14.7607C9.0059 14.8062 9.03177 14.8068 9.05821 14.7607L11.8741 9.83316L12.3145 9.05578C12.3172 9.05098 12.3211 9.04698 12.3259 9.0442C12.3306 9.04141 12.336 9.03995 12.3415 9.03995C12.347 9.03995 12.3524 9.04141 12.3572 9.0442C12.3619 9.04698 12.3658 9.05098 12.3685 9.05578L13.1695 10.4789C13.1755 10.4896 13.1843 10.4984 13.1949 10.5045C13.2055 10.5107 13.2175 10.5139 13.2297 10.5138L14.7839 10.5025C14.7879 10.5026 14.7918 10.5015 14.7953 10.4996C14.7987 10.4976 14.8016 10.4947 14.8036 10.4913C14.8055 10.4878 14.8065 10.484 14.8065 10.48C14.8065 10.4761 14.8055 10.4722 14.8036 10.4688L13.1723 7.6079C13.1665 7.59834 13.1634 7.58734 13.1634 7.57612C13.1634 7.5649 13.1665 7.5539 13.1723 7.54434L13.3371 7.25916L13.9671 6.14709C13.9806 6.12403 13.9739 6.11222 13.9475 6.11222H7.42527C7.39209 6.11222 7.38421 6.09759 7.40109 6.06891L8.20771 4.65984C8.21376 4.65024 8.21696 4.63913 8.21696 4.62778C8.21696 4.61643 8.21376 4.60532 8.20771 4.59572L7.43934 3.24797C7.4364 3.24265 7.43208 3.23822 7.42683 3.23515C7.42158 3.23208 7.4156 3.23048 7.40952 3.23053ZM10.9476 7.74178C10.9735 7.74178 10.9803 7.75303 10.9668 7.77553L10.4988 8.59959L9.02896 11.1787C9.0262 11.1837 9.02212 11.1878 9.01717 11.1907C9.01221 11.1936 9.00657 11.1951 9.00084 11.195C8.99513 11.1949 8.98953 11.1934 8.9846 11.1906C8.97966 11.1877 8.97556 11.1836 8.97271 11.1787L7.0304 7.78566C7.01915 7.76653 7.02477 7.75641 7.04615 7.75528L7.16765 7.74853L10.9488 7.74178H10.9476Z",fill:"white"})}),i("defs",{children:[i("linearGradient",{id:"paint0_linear_11023_5661",x1:"0",y1:"9",x2:"18",y2:"9",gradientUnits:"userSpaceOnUse",children:[t("stop",{stopColor:"#00055F",stopOpacity:"0.84"}),t("stop",{offset:"1",stopColor:"#6F69F7",stopOpacity:"0.84"})]}),t("clipPath",{id:"clip0_11023_5661",children:t("rect",{width:"13.5",height:"13.5",fill:"white",transform:"translate(2.25 2.25)"})})]})]}))}));export{o as QwenIcon};
1
+ import{__rest as C}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 o=e(e=>{var o=C(e,[]);return i(r,Object.assign({size:18,viewBox:"0 0 18 18",fill:"none"},o,{children:[t("rect",{width:"18",height:"18",rx:"9",fill:"url(#paint0_linear_11023_5661)"}),t("g",{clipPath:"url(#clip0_11023_5661)",children:t("path",{d:"M9.34002 3.00384C9.56109 3.39197 9.78102 3.78122 10.0004 4.17103C10.0093 4.18662 10.0221 4.19957 10.0376 4.20857C10.0532 4.21756 10.0708 4.22227 10.0887 4.22222H13.2117C13.3096 4.22222 13.3928 4.28409 13.4626 4.40616L14.2805 5.85178C14.3873 6.04134 14.4155 6.12066 14.294 6.32259C14.1477 6.56447 14.0054 6.80859 13.8665 7.05384L13.66 7.42397C13.6004 7.53422 13.5346 7.58147 13.6375 7.71197L15.1293 10.3203C15.226 10.4896 15.1917 10.5982 15.1051 10.7534C14.8593 11.195 14.609 11.6332 14.3541 12.0697C14.2647 12.2227 14.1561 12.2806 13.9716 12.2778C13.5346 12.2688 13.0986 12.2722 12.6627 12.2868C12.6534 12.2873 12.6443 12.2901 12.6363 12.295C12.6284 12.2999 12.6218 12.3068 12.6171 12.3149C12.1142 13.2061 11.607 14.0948 11.0956 14.9812C11.0005 15.146 10.8818 15.1853 10.6878 15.1859C10.127 15.1876 9.56165 15.1882 8.99071 15.187C8.93756 15.1869 8.88538 15.1727 8.83946 15.1459C8.79353 15.1192 8.75548 15.0808 8.72915 15.0346L7.97821 13.7279C7.97384 13.7194 7.96714 13.7122 7.95887 13.7073C7.9506 13.7025 7.94112 13.7 7.93152 13.7003H5.05265C4.89234 13.7172 4.74159 13.6998 4.59984 13.6486L3.69815 12.0905C3.67148 12.0443 3.65735 11.992 3.65715 11.9387C3.65695 11.8855 3.6707 11.833 3.69702 11.7867L4.37596 10.5942C4.38563 10.5774 4.39072 10.5583 4.39072 10.5388C4.39072 10.5194 4.38563 10.5003 4.37596 10.4834C4.0223 9.87111 3.67074 9.25761 3.32127 8.64291L2.8769 7.85822C2.7869 7.68384 2.77959 7.57922 2.93034 7.31541C3.1919 6.85809 3.45177 6.40134 3.71052 5.94516C3.78477 5.81353 3.88152 5.75728 4.03902 5.75672C4.52446 5.75467 5.0099 5.75449 5.49534 5.75616C5.5076 5.75606 5.51962 5.75273 5.53019 5.74651C5.54075 5.74029 5.54949 5.73139 5.55552 5.72072L7.1339 2.96728C7.15782 2.92539 7.19235 2.89055 7.23403 2.86626C7.2757 2.84196 7.32304 2.82908 7.37127 2.82891C7.66602 2.82834 7.96359 2.82891 8.26171 2.82553L8.83378 2.81259C9.02559 2.81091 9.24102 2.83059 9.34002 3.00384ZM7.40952 3.23053C7.4036 3.23053 7.39777 3.23208 7.39264 3.23505C7.3875 3.23801 7.38324 3.24227 7.38027 3.24741L5.76815 6.06834C5.76041 6.08164 5.74933 6.09268 5.73601 6.10037C5.72269 6.10807 5.70759 6.11215 5.69221 6.11222H4.08009C4.04859 6.11222 4.04071 6.12628 4.05702 6.15384L7.32515 11.8666C7.33921 11.8902 7.33246 11.9015 7.30602 11.902L5.73384 11.9105C5.71085 11.9097 5.68812 11.9154 5.66822 11.927C5.64833 11.9385 5.63208 11.9554 5.62134 11.9757L4.87884 13.2751C4.85409 13.319 4.86702 13.3415 4.91709 13.3415L8.13234 13.346C8.15821 13.346 8.17734 13.3572 8.19084 13.3803L8.98002 14.7607C9.0059 14.8062 9.03177 14.8068 9.05821 14.7607L11.8741 9.83316L12.3145 9.05578C12.3172 9.05098 12.3211 9.04698 12.3259 9.0442C12.3306 9.04141 12.336 9.03995 12.3415 9.03995C12.347 9.03995 12.3524 9.04141 12.3572 9.0442C12.3619 9.04698 12.3658 9.05098 12.3685 9.05578L13.1695 10.4789C13.1755 10.4896 13.1843 10.4984 13.1949 10.5045C13.2055 10.5107 13.2175 10.5139 13.2297 10.5138L14.7839 10.5025C14.7879 10.5026 14.7918 10.5015 14.7953 10.4996C14.7987 10.4976 14.8016 10.4947 14.8036 10.4913C14.8055 10.4878 14.8065 10.484 14.8065 10.48C14.8065 10.4761 14.8055 10.4722 14.8036 10.4688L13.1723 7.6079C13.1665 7.59834 13.1634 7.58734 13.1634 7.57612C13.1634 7.5649 13.1665 7.5539 13.1723 7.54434L13.3371 7.25916L13.9671 6.14709C13.9806 6.12403 13.9739 6.11222 13.9475 6.11222H7.42527C7.39209 6.11222 7.38421 6.09759 7.40109 6.06891L8.20771 4.65984C8.21376 4.65024 8.21696 4.63913 8.21696 4.62778C8.21696 4.61643 8.21376 4.60532 8.20771 4.59572L7.43934 3.24797C7.4364 3.24265 7.43208 3.23822 7.42683 3.23515C7.42158 3.23208 7.4156 3.23048 7.40952 3.23053ZM10.9476 7.74178C10.9735 7.74178 10.9803 7.75303 10.9668 7.77553L10.4988 8.59959L9.02896 11.1787C9.0262 11.1837 9.02212 11.1878 9.01717 11.1907C9.01221 11.1936 9.00657 11.1951 9.00084 11.195C8.99513 11.1949 8.98953 11.1934 8.9846 11.1906C8.97966 11.1877 8.97556 11.1836 8.97271 11.1787L7.0304 7.78566C7.01915 7.76653 7.02477 7.75641 7.04615 7.75528L7.16765 7.74853L10.9488 7.74178H10.9476Z",fill:"white"})}),i("defs",{children:[i("linearGradient",{id:"paint0_linear_11023_5661",x1:"0",y1:"9",x2:"18",y2:"9",gradientUnits:"userSpaceOnUse",children:[t("stop",{stopColor:"#00055F",stopOpacity:"0.84"}),t("stop",{offset:"1",stopColor:"#6F69F7",stopOpacity:"0.84"})]}),t("clipPath",{id:"clip0_11023_5661",children:t("rect",{width:"13.5",height:"13.5",fill:"white",transform:"translate(2.25 2.25)"})})]})]}))});export{o as QwenIcon};
@@ -1 +1 @@
1
- import{__rest as C}from"tslib";import{jsx as e,jsxs as l,Fragment as i}from"react/jsx-runtime";import{Icon as o}from"../../components/icon/index.js";import{icon as n}from"../../components/icon/component.js";import{IconConsumer as f}from"../../components/icon/context.js";const t=n((n=>{var t=C(n,[]);return e(o,Object.assign({size:16,viewBox:"0 0 16 16",fill:"none"},t,{children:e(f,{children:({fill:C="#ffffff"}={fill:"#ffffff"})=>l(i,{children:[l("g",{clipPath:"url(#clip0_1407_38262)",children:[e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.5663 7.72727C11.5663 7.32561 11.8857 7 12.2796 7H12.2867C12.6807 7 13 7.32561 13 7.72727C13 8.12893 12.6807 8.45454 12.2867 8.45454H12.2796C11.8857 8.45454 11.5663 8.12893 11.5663 7.72727ZM9.49085 11.5969C9.25949 11.4443 8.98974 11.3633 8.7142 11.3636C8.32028 11.3642 8.00052 11.039 8 10.6373C7.99948 10.2357 8.31841 9.90962 8.71233 9.90909C9.26341 9.90835 9.80291 10.0704 10.2656 10.3755C10.7283 10.6807 11.0945 11.116 11.3198 11.6288C11.5451 12.1416 11.6199 12.71 11.5353 13.2652C11.4506 13.8204 11.21 14.3388 10.8426 14.7576C10.58 15.0569 10.1291 15.0826 9.83547 14.8148C9.54186 14.547 9.51673 14.0873 9.77935 13.7879C9.96304 13.5785 10.0833 13.3193 10.1257 13.0417C10.168 12.7641 10.1306 12.4799 10.0179 12.2235C9.90528 11.9671 9.72221 11.7494 9.49085 11.5969Z",fill:C}),e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.33333 2.40141C7.14564 2.40141 6.96563 2.47375 6.83291 2.60251C6.70019 2.73128 6.62563 2.90593 6.62563 3.08803C6.62563 3.1782 6.64393 3.26748 6.6795 3.35079C6.71506 3.43409 6.76719 3.50978 6.83291 3.57354L9.43291 6.09608C9.63946 6.29648 9.70125 6.59786 9.58947 6.8597C9.47768 7.12153 9.21433 7.29225 8.92222 7.29225H8.77778C7.62851 7.29225 6.52631 7.7352 5.71365 8.52364C4.90099 9.31209 4.44444 10.3814 4.44444 11.4965C4.44444 12.054 4.67272 12.5887 5.07905 12.9829C5.48538 13.3771 6.03648 13.5986 6.61111 13.5986H10.9444H12.3889C12.7878 13.5986 13.1111 13.9123 13.1111 14.2993C13.1111 14.6863 12.7878 15 12.3889 15H6.61111C5.65338 15 4.73488 14.6309 4.05767 13.9738C3.38046 13.3168 3 12.4257 3 11.4965C3 10.0098 3.60873 8.58396 4.69227 7.5327C5.43394 6.81313 6.35648 6.30939 7.35622 6.06315L5.81153 4.56449C5.61169 4.3706 5.45316 4.14041 5.34501 3.88708C5.23685 3.63375 5.18118 3.36223 5.18118 3.08803C5.18118 2.53425 5.40793 2.00315 5.81153 1.61157C6.21514 1.21999 6.76255 1 7.33333 1C7.61596 1 7.89581 1.05401 8.15692 1.15894C8.41804 1.26387 8.65529 1.41768 8.85513 1.61157L11.1016 3.79108C13.8117 3.87225 16 6.04535 16 8.69366V9.39437C16 9.95188 15.7717 10.4866 15.3654 10.8808C14.9591 11.275 14.408 11.4965 13.8333 11.4965H13.1111C12.728 11.4965 12.3606 11.6441 12.0897 11.9069C11.8188 12.1698 11.6667 12.5262 11.6667 12.8979C11.6667 13.2849 11.3433 13.5986 10.9444 13.5986C10.5456 13.5986 10.2222 13.2849 10.2222 12.8979C10.2222 12.1545 10.5266 11.4416 11.0684 10.916C11.6101 10.3904 12.3449 10.0951 13.1111 10.0951H13.8333C14.0249 10.0951 14.2086 10.0212 14.344 9.88984C14.4795 9.75843 14.5556 9.5802 14.5556 9.39437V8.69366C14.5556 6.76833 12.9289 5.19014 10.9444 5.19014H10.8C10.6085 5.19014 10.4248 5.11632 10.2893 4.98491L7.83376 2.60251C7.76804 2.53876 7.69002 2.48818 7.60416 2.45367C7.5183 2.41917 7.42627 2.40141 7.33333 2.40141Z",fill:C}),e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.159 0.620251C11.5809 0.223111 12.1532 0 12.75 0C13.3467 0 13.919 0.223111 14.341 0.620251C14.7629 1.01739 15 1.55603 15 2.11767V5.32241C15 5.71227 14.6642 6.0283 14.25 6.0283C13.8358 6.0283 13.5 5.71227 13.5 5.32241V2.11767C13.5 1.93046 13.421 1.75091 13.2803 1.61853C13.1397 1.48615 12.9489 1.41178 12.75 1.41178C12.5511 1.41178 12.3603 1.48615 12.2197 1.61853C12.079 1.75091 12 1.93046 12 2.11767V4.23534C12 4.62519 11.6642 4.94123 11.25 4.94123C10.8358 4.94123 10.5 4.62519 10.5 4.23534V2.11767C10.5 1.55603 10.737 1.01739 11.159 0.620251ZM2.76312 6.36169C3.33295 6.31921 3.90381 6.43083 4.40851 6.68342C4.91321 6.936 5.33073 7.31904 5.61193 7.78743C5.81569 8.12685 5.68853 8.55747 5.3279 8.74925C4.96727 8.94103 4.50974 8.82135 4.30597 8.48193C4.16537 8.24774 3.95661 8.05622 3.70426 7.92993C3.45192 7.80364 3.16648 7.74783 2.88157 7.76907C2.59666 7.79031 2.32412 7.88771 2.09604 8.04982C1.86797 8.21193 1.69385 8.43199 1.59418 8.6841C1.49451 8.93621 1.47344 9.20987 1.53345 9.47287C1.59346 9.73587 1.73205 9.97726 1.93291 10.1686C2.13378 10.36 2.38854 10.4934 2.66723 10.553C2.94591 10.6127 3.23691 10.5962 3.50597 10.5055C3.89591 10.374 4.32528 10.5649 4.46499 10.9319C4.60471 11.2989 4.40186 11.703 4.01192 11.8345C3.4738 12.016 2.89181 12.049 2.33444 11.9296C1.77707 11.8103 1.26754 11.5435 0.865812 11.1608C0.464088 10.7781 0.186901 10.2953 0.0668785 9.76931C-0.0531438 9.24331 -0.0110043 8.69598 0.188336 8.19177C0.387677 7.68755 0.73592 7.24743 1.19207 6.92321C1.64822 6.59899 2.1933 6.40417 2.76312 6.36169Z",fill:C})]}),e("defs",{children:e("clipPath",{id:"clip0_1407_38262",children:e("rect",{width:"16",height:"16",fill:C})})})]})})}))}));export{t as RabbitIcon};
1
+ import{__rest as C}from"tslib";import{jsx as e,jsxs as l,Fragment as i}from"react/jsx-runtime";import{Icon as o}from"../../components/icon/index.js";import{icon as n}from"../../components/icon/component.js";import{IconConsumer as f}from"../../components/icon/context.js";const t=n(n=>{var t=C(n,[]);return e(o,Object.assign({size:16,viewBox:"0 0 16 16",fill:"none"},t,{children:e(f,{children:({fill:C="#ffffff"}={fill:"#ffffff"})=>l(i,{children:[l("g",{clipPath:"url(#clip0_1407_38262)",children:[e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.5663 7.72727C11.5663 7.32561 11.8857 7 12.2796 7H12.2867C12.6807 7 13 7.32561 13 7.72727C13 8.12893 12.6807 8.45454 12.2867 8.45454H12.2796C11.8857 8.45454 11.5663 8.12893 11.5663 7.72727ZM9.49085 11.5969C9.25949 11.4443 8.98974 11.3633 8.7142 11.3636C8.32028 11.3642 8.00052 11.039 8 10.6373C7.99948 10.2357 8.31841 9.90962 8.71233 9.90909C9.26341 9.90835 9.80291 10.0704 10.2656 10.3755C10.7283 10.6807 11.0945 11.116 11.3198 11.6288C11.5451 12.1416 11.6199 12.71 11.5353 13.2652C11.4506 13.8204 11.21 14.3388 10.8426 14.7576C10.58 15.0569 10.1291 15.0826 9.83547 14.8148C9.54186 14.547 9.51673 14.0873 9.77935 13.7879C9.96304 13.5785 10.0833 13.3193 10.1257 13.0417C10.168 12.7641 10.1306 12.4799 10.0179 12.2235C9.90528 11.9671 9.72221 11.7494 9.49085 11.5969Z",fill:C}),e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.33333 2.40141C7.14564 2.40141 6.96563 2.47375 6.83291 2.60251C6.70019 2.73128 6.62563 2.90593 6.62563 3.08803C6.62563 3.1782 6.64393 3.26748 6.6795 3.35079C6.71506 3.43409 6.76719 3.50978 6.83291 3.57354L9.43291 6.09608C9.63946 6.29648 9.70125 6.59786 9.58947 6.8597C9.47768 7.12153 9.21433 7.29225 8.92222 7.29225H8.77778C7.62851 7.29225 6.52631 7.7352 5.71365 8.52364C4.90099 9.31209 4.44444 10.3814 4.44444 11.4965C4.44444 12.054 4.67272 12.5887 5.07905 12.9829C5.48538 13.3771 6.03648 13.5986 6.61111 13.5986H10.9444H12.3889C12.7878 13.5986 13.1111 13.9123 13.1111 14.2993C13.1111 14.6863 12.7878 15 12.3889 15H6.61111C5.65338 15 4.73488 14.6309 4.05767 13.9738C3.38046 13.3168 3 12.4257 3 11.4965C3 10.0098 3.60873 8.58396 4.69227 7.5327C5.43394 6.81313 6.35648 6.30939 7.35622 6.06315L5.81153 4.56449C5.61169 4.3706 5.45316 4.14041 5.34501 3.88708C5.23685 3.63375 5.18118 3.36223 5.18118 3.08803C5.18118 2.53425 5.40793 2.00315 5.81153 1.61157C6.21514 1.21999 6.76255 1 7.33333 1C7.61596 1 7.89581 1.05401 8.15692 1.15894C8.41804 1.26387 8.65529 1.41768 8.85513 1.61157L11.1016 3.79108C13.8117 3.87225 16 6.04535 16 8.69366V9.39437C16 9.95188 15.7717 10.4866 15.3654 10.8808C14.9591 11.275 14.408 11.4965 13.8333 11.4965H13.1111C12.728 11.4965 12.3606 11.6441 12.0897 11.9069C11.8188 12.1698 11.6667 12.5262 11.6667 12.8979C11.6667 13.2849 11.3433 13.5986 10.9444 13.5986C10.5456 13.5986 10.2222 13.2849 10.2222 12.8979C10.2222 12.1545 10.5266 11.4416 11.0684 10.916C11.6101 10.3904 12.3449 10.0951 13.1111 10.0951H13.8333C14.0249 10.0951 14.2086 10.0212 14.344 9.88984C14.4795 9.75843 14.5556 9.5802 14.5556 9.39437V8.69366C14.5556 6.76833 12.9289 5.19014 10.9444 5.19014H10.8C10.6085 5.19014 10.4248 5.11632 10.2893 4.98491L7.83376 2.60251C7.76804 2.53876 7.69002 2.48818 7.60416 2.45367C7.5183 2.41917 7.42627 2.40141 7.33333 2.40141Z",fill:C}),e("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.159 0.620251C11.5809 0.223111 12.1532 0 12.75 0C13.3467 0 13.919 0.223111 14.341 0.620251C14.7629 1.01739 15 1.55603 15 2.11767V5.32241C15 5.71227 14.6642 6.0283 14.25 6.0283C13.8358 6.0283 13.5 5.71227 13.5 5.32241V2.11767C13.5 1.93046 13.421 1.75091 13.2803 1.61853C13.1397 1.48615 12.9489 1.41178 12.75 1.41178C12.5511 1.41178 12.3603 1.48615 12.2197 1.61853C12.079 1.75091 12 1.93046 12 2.11767V4.23534C12 4.62519 11.6642 4.94123 11.25 4.94123C10.8358 4.94123 10.5 4.62519 10.5 4.23534V2.11767C10.5 1.55603 10.737 1.01739 11.159 0.620251ZM2.76312 6.36169C3.33295 6.31921 3.90381 6.43083 4.40851 6.68342C4.91321 6.936 5.33073 7.31904 5.61193 7.78743C5.81569 8.12685 5.68853 8.55747 5.3279 8.74925C4.96727 8.94103 4.50974 8.82135 4.30597 8.48193C4.16537 8.24774 3.95661 8.05622 3.70426 7.92993C3.45192 7.80364 3.16648 7.74783 2.88157 7.76907C2.59666 7.79031 2.32412 7.88771 2.09604 8.04982C1.86797 8.21193 1.69385 8.43199 1.59418 8.6841C1.49451 8.93621 1.47344 9.20987 1.53345 9.47287C1.59346 9.73587 1.73205 9.97726 1.93291 10.1686C2.13378 10.36 2.38854 10.4934 2.66723 10.553C2.94591 10.6127 3.23691 10.5962 3.50597 10.5055C3.89591 10.374 4.32528 10.5649 4.46499 10.9319C4.60471 11.2989 4.40186 11.703 4.01192 11.8345C3.4738 12.016 2.89181 12.049 2.33444 11.9296C1.77707 11.8103 1.26754 11.5435 0.865812 11.1608C0.464088 10.7781 0.186901 10.2953 0.0668785 9.76931C-0.0531438 9.24331 -0.0110043 8.69598 0.188336 8.19177C0.387677 7.68755 0.73592 7.24743 1.19207 6.92321C1.64822 6.59899 2.1933 6.40417 2.76312 6.36169Z",fill:C})]}),e("defs",{children:e("clipPath",{id:"clip0_1407_38262",children:e("rect",{width:"16",height:"16",fill:C})})})]})})}))});export{t as RabbitIcon};
@@ -1 +1 @@
1
- import{__rest as e}from"tslib";import{jsx as l,jsxs as o,Fragment as i}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as d}from"../../components/icon/component.js";import{IconConsumer as t}from"../../components/icon/context.js";const p=d((d=>{var p=e(d,[]);return l(n,Object.assign({size:16,viewBox:"0 0 16 16",fill:"none"},p,{children:l(t,{children:({fill:e="#4785FF"}={fill:"#4785FF"})=>o(i,{children:[l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15 4H1V11H15V4ZM1 3C0.447715 3 0 3.33579 0 3.75V11.25C0 11.6642 0.447715 12 1 12H8H15C15.5523 12 16 11.6642 16 11.25V3.75C16 3.33579 15.5523 3 15 3H1Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.5 4.875H5V5.625H3.23902V6.75H2.5V4.875Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.5 10.125H5V9.375H3.23902V8.25H2.5V10.125Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.5 4.875H11V5.625H12.7681V6.75H13.5V4.875Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.5 10.125H11V9.375H12.7681V8.25H13.5V10.125Z",fill:e})]})})}))}));export{p as Ratio16x9Icon};
1
+ import{__rest as e}from"tslib";import{jsx as l,jsxs as o,Fragment as i}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as d}from"../../components/icon/component.js";import{IconConsumer as t}from"../../components/icon/context.js";const p=d(d=>{var p=e(d,[]);return l(n,Object.assign({size:16,viewBox:"0 0 16 16",fill:"none"},p,{children:l(t,{children:({fill:e="#4785FF"}={fill:"#4785FF"})=>o(i,{children:[l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15 4H1V11H15V4ZM1 3C0.447715 3 0 3.33579 0 3.75V11.25C0 11.6642 0.447715 12 1 12H8H15C15.5523 12 16 11.6642 16 11.25V3.75C16 3.33579 15.5523 3 15 3H1Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.5 4.875H5V5.625H3.23902V6.75H2.5V4.875Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.5 10.125H5V9.375H3.23902V8.25H2.5V10.125Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.5 4.875H11V5.625H12.7681V6.75H13.5V4.875Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.5 10.125H11V9.375H12.7681V8.25H13.5V10.125Z",fill:e})]})})}))});export{p as Ratio16x9Icon};
@@ -1 +1 @@
1
- import{__rest as e}from"tslib";import{jsx as l,jsxs as o,Fragment as i}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as d}from"../../components/icon/component.js";import{IconConsumer as t}from"../../components/icon/context.js";const p=d((d=>{var p=e(d,[]);return l(n,Object.assign({size:16,viewBox:"0 0 16 16",fill:"none"},p,{children:l(t,{children:({fill:e="#4785FF"}={fill:"#4785FF"})=>o(i,{children:[l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15 1H1V15H15V1ZM1 0C0.447715 0 0 0.447715 0 1V15C0 15.5523 0.447715 16 1 16H15C15.5523 16 16 15.5523 16 15V1C16 0.447715 15.5523 0 15 0H1Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.5 2.5H6V3.5H3.5V6H2.5V2.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.5 13.5H6V12.5H3.5V10H2.5V13.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.5 2.5H10V3.5H12.5V6H13.5V2.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.5 13.5H10V12.5H12.5V10H13.5V13.5Z",fill:e})]})})}))}));export{p as Ratio1x1Icon};
1
+ import{__rest as e}from"tslib";import{jsx as l,jsxs as o,Fragment as i}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as d}from"../../components/icon/component.js";import{IconConsumer as t}from"../../components/icon/context.js";const p=d(d=>{var p=e(d,[]);return l(n,Object.assign({size:16,viewBox:"0 0 16 16",fill:"none"},p,{children:l(t,{children:({fill:e="#4785FF"}={fill:"#4785FF"})=>o(i,{children:[l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15 1H1V15H15V1ZM1 0C0.447715 0 0 0.447715 0 1V15C0 15.5523 0.447715 16 1 16H15C15.5523 16 16 15.5523 16 15V1C16 0.447715 15.5523 0 15 0H1Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.5 2.5H6V3.5H3.5V6H2.5V2.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.5 13.5H6V12.5H3.5V10H2.5V13.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.5 2.5H10V3.5H12.5V6H13.5V2.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.5 13.5H10V12.5H12.5V10H13.5V13.5Z",fill:e})]})})}))});export{p as Ratio1x1Icon};
@@ -1 +1 @@
1
- import{__rest as e}from"tslib";import{jsx as l,jsxs as o,Fragment as i}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as d}from"../../components/icon/component.js";import{IconConsumer as t}from"../../components/icon/context.js";const p=d((d=>{var p=e(d,[]);return l(n,Object.assign({size:16,viewBox:"0 0 16 16",fill:"none"},p,{children:l(t,{children:({fill:e="#4785FF"}={fill:"#4785FF"})=>o(i,{children:[l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15 6.02083H1V11.125H15V6.02083ZM1 5C0.447715 5 0 5.26117 0 5.58333V11.4167C0 11.7388 0.447715 12 1 12H8H15C15.5523 12 16 11.7388 16 11.4167V5.58333C16 5.26117 15.5523 5 15 5H1Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.5 6.5H5V7.126L3.23902 7.126V8L2.5 8V6.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.5 10.5417H5V9.95833H3.23902V9.08333H2.5V10.5417Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.5 6.5H11V7.126H12.7681V8H13.5V6.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.5 10.5417H11V9.95833H12.7681V9.08333H13.5V10.5417Z",fill:e})]})})}))}));export{p as Ratio21x9Icon};
1
+ import{__rest as e}from"tslib";import{jsx as l,jsxs as o,Fragment as i}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as d}from"../../components/icon/component.js";import{IconConsumer as t}from"../../components/icon/context.js";const p=d(d=>{var p=e(d,[]);return l(n,Object.assign({size:16,viewBox:"0 0 16 16",fill:"none"},p,{children:l(t,{children:({fill:e="#4785FF"}={fill:"#4785FF"})=>o(i,{children:[l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15 6.02083H1V11.125H15V6.02083ZM1 5C0.447715 5 0 5.26117 0 5.58333V11.4167C0 11.7388 0.447715 12 1 12H8H15C15.5523 12 16 11.7388 16 11.4167V5.58333C16 5.26117 15.5523 5 15 5H1Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.5 6.5H5V7.126L3.23902 7.126V8L2.5 8V6.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.5 10.5417H5V9.95833H3.23902V9.08333H2.5V10.5417Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.5 6.5H11V7.126H12.7681V8H13.5V6.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.5 10.5417H11V9.95833H12.7681V9.08333H13.5V10.5417Z",fill:e})]})})}))});export{p as Ratio21x9Icon};
@@ -1 +1 @@
1
- import{__rest as e}from"tslib";import{jsx as l,jsxs as o,Fragment as i}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as d}from"../../components/icon/component.js";import{IconConsumer as t}from"../../components/icon/context.js";const p=d((d=>{var p=e(d,[]);return l(n,Object.assign({size:16,viewBox:"0 0 16 16",fill:"none"},p,{children:l(t,{children:({fill:e="#4785FF"}={fill:"#4785FF"})=>o(i,{children:[l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13 2H3L3 15H13V2ZM3 1C2.44772 1 2 1.44772 2 2V15C2 15.5523 2.44772 16 3 16H13C13.5523 16 14 15.5523 14 15V2C14 1.44772 13.5523 1 13 1H3Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.5 3.5H7V4.5H5.5V6H4.5V3.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.5 13.5H7V12.5H5.5V11H4.5V13.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.5 3.5H9V4.5H10.5V6H11.5V3.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.5 13.5H9V12.5H10.5V11H11.5V13.5Z",fill:e})]})})}))}));export{p as Ratio2x3Icon};
1
+ import{__rest as e}from"tslib";import{jsx as l,jsxs as o,Fragment as i}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as d}from"../../components/icon/component.js";import{IconConsumer as t}from"../../components/icon/context.js";const p=d(d=>{var p=e(d,[]);return l(n,Object.assign({size:16,viewBox:"0 0 16 16",fill:"none"},p,{children:l(t,{children:({fill:e="#4785FF"}={fill:"#4785FF"})=>o(i,{children:[l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13 2H3L3 15H13V2ZM3 1C2.44772 1 2 1.44772 2 2V15C2 15.5523 2.44772 16 3 16H13C13.5523 16 14 15.5523 14 15V2C14 1.44772 13.5523 1 13 1H3Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.5 3.5H7V4.5H5.5V6H4.5V3.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.5 13.5H7V12.5H5.5V11H4.5V13.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.5 3.5H9V4.5H10.5V6H11.5V3.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.5 13.5H9V12.5H10.5V11H11.5V13.5Z",fill:e})]})})}))});export{p as Ratio2x3Icon};
@@ -1 +1 @@
1
- import{__rest as e}from"tslib";import{jsx as l,jsxs as o,Fragment as i}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as d}from"../../components/icon/component.js";import{IconConsumer as t}from"../../components/icon/context.js";const p=d((d=>{var p=e(d,[]);return l(n,Object.assign({size:16,viewBox:"0 0 16 16",fill:"none"},p,{children:l(t,{children:({fill:e="#4785FF"}={fill:"#4785FF"})=>o(i,{children:[l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15 3H1V13H15V3ZM1 2C0.447715 2 0 2.44772 0 3V13C0 13.5523 0.447715 14 1 14H15C15.5523 14 16 13.5523 16 13V3C16 2.44772 15.5523 2 15 2H1Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.5 4.5H5V5.5H3.5V7H2.5V4.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.5 11.5H5V10.5H3.5V9H2.5V11.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.5 4.5H11V5.5H12.5V7H13.5V4.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.5 11.5H11V10.5H12.5V9H13.5V11.5Z",fill:e})]})})}))}));export{p as Ratio3x2Icon};
1
+ import{__rest as e}from"tslib";import{jsx as l,jsxs as o,Fragment as i}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as d}from"../../components/icon/component.js";import{IconConsumer as t}from"../../components/icon/context.js";const p=d(d=>{var p=e(d,[]);return l(n,Object.assign({size:16,viewBox:"0 0 16 16",fill:"none"},p,{children:l(t,{children:({fill:e="#4785FF"}={fill:"#4785FF"})=>o(i,{children:[l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15 3H1V13H15V3ZM1 2C0.447715 2 0 2.44772 0 3V13C0 13.5523 0.447715 14 1 14H15C15.5523 14 16 13.5523 16 13V3C16 2.44772 15.5523 2 15 2H1Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.5 4.5H5V5.5H3.5V7H2.5V4.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.5 11.5H5V10.5H3.5V9H2.5V11.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.5 4.5H11V5.5H12.5V7H13.5V4.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.5 11.5H11V10.5H12.5V9H13.5V11.5Z",fill:e})]})})}))});export{p as Ratio3x2Icon};
@@ -1 +1 @@
1
- import{__rest as e}from"tslib";import{jsx as l,jsxs as o,Fragment as i}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as d}from"../../components/icon/component.js";import{IconConsumer as t}from"../../components/icon/context.js";const p=d((d=>{var p=e(d,[]);return l(n,Object.assign({size:16,viewBox:"0 0 16 16",fill:"none"},p,{children:l(t,{children:({fill:e="#4785FF"}={fill:"#4785FF"})=>o(i,{children:[l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13 2H3L3 14H13V2ZM3 1C2.44772 1 2 1.44772 2 2V14C2 14.5523 2.44772 15 3 15H13C13.5523 15 14 14.5523 14 14V2C14 1.44772 13.5523 1 13 1H3Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.5 3.5H7V4.5H5.5V6H4.5V3.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.5 12.5H7V11.5H5.5V10H4.5V12.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.5 3.5H9V4.5H10.5V6H11.5V3.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.5 12.5H9V11.5H10.5V10H11.5V12.5Z",fill:e})]})})}))}));export{p as Ratio4x5Icon};
1
+ import{__rest as e}from"tslib";import{jsx as l,jsxs as o,Fragment as i}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as d}from"../../components/icon/component.js";import{IconConsumer as t}from"../../components/icon/context.js";const p=d(d=>{var p=e(d,[]);return l(n,Object.assign({size:16,viewBox:"0 0 16 16",fill:"none"},p,{children:l(t,{children:({fill:e="#4785FF"}={fill:"#4785FF"})=>o(i,{children:[l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13 2H3L3 14H13V2ZM3 1C2.44772 1 2 1.44772 2 2V14C2 14.5523 2.44772 15 3 15H13C13.5523 15 14 14.5523 14 14V2C14 1.44772 13.5523 1 13 1H3Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.5 3.5H7V4.5H5.5V6H4.5V3.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.5 12.5H7V11.5H5.5V10H4.5V12.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.5 3.5H9V4.5H10.5V6H11.5V3.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.5 12.5H9V11.5H10.5V10H11.5V12.5Z",fill:e})]})})}))});export{p as Ratio4x5Icon};
@@ -1 +1 @@
1
- import{__rest as e}from"tslib";import{jsx as l,jsxs as o,Fragment as i}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as d}from"../../components/icon/component.js";import{IconConsumer as t}from"../../components/icon/context.js";const p=d((d=>{var p=e(d,[]);return l(n,Object.assign({size:16,viewBox:"0 0 16 16",fill:"none"},p,{children:l(t,{children:({fill:e="#4785FF"}={fill:"#4785FF"})=>o(i,{children:[l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13 1H3L3 15H13V1ZM3 0C2.44772 0 2 0.447715 2 1V15C2 15.5523 2.44772 16 3 16H13C13.5523 16 14 15.5523 14 15V1C14 0.447715 13.5523 0 13 0H3Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.5 2.5H7V3.5H5.5V5H4.5V2.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.5 13.5H7V12.5H5.5V11H4.5V13.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.5 2.5H9V3.5H10.5V5H11.5V2.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.5 13.5H9V12.5H10.5V11H11.5V13.5Z",fill:e})]})})}))}));export{p as Ratio4x7Icon};
1
+ import{__rest as e}from"tslib";import{jsx as l,jsxs as o,Fragment as i}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as d}from"../../components/icon/component.js";import{IconConsumer as t}from"../../components/icon/context.js";const p=d(d=>{var p=e(d,[]);return l(n,Object.assign({size:16,viewBox:"0 0 16 16",fill:"none"},p,{children:l(t,{children:({fill:e="#4785FF"}={fill:"#4785FF"})=>o(i,{children:[l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13 1H3L3 15H13V1ZM3 0C2.44772 0 2 0.447715 2 1V15C2 15.5523 2.44772 16 3 16H13C13.5523 16 14 15.5523 14 15V1C14 0.447715 13.5523 0 13 0H3Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.5 2.5H7V3.5H5.5V5H4.5V2.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.5 13.5H7V12.5H5.5V11H4.5V13.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.5 2.5H9V3.5H10.5V5H11.5V2.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.5 13.5H9V12.5H10.5V11H11.5V13.5Z",fill:e})]})})}))});export{p as Ratio4x7Icon};
@@ -1 +1 @@
1
- import{__rest as e}from"tslib";import{jsx as l,jsxs as o,Fragment as i}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as d}from"../../components/icon/component.js";import{IconConsumer as t}from"../../components/icon/context.js";const p=d((d=>{var p=e(d,[]);return l(n,Object.assign({size:16,viewBox:"0 0 16 16",fill:"none"},p,{children:l(t,{children:({fill:e="#4785FF"}={fill:"#4785FF"})=>o(i,{children:[l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15 2H1V14H15V2ZM1 1C0.447715 1 0 1.44772 0 2V14C0 14.5523 0.447715 15 1 15H15C15.5523 15 16 14.5523 16 14V2C16 1.44772 15.5523 1 15 1H1Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.5 3.5H6V4.5H3.5V7H2.5V3.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.5 12.5H6V11.5H3.5V9H2.5V12.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.5 3.5H10V4.5H12.5V7H13.5V3.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.5 12.5H10V11.5H12.5V9H13.5V12.5Z",fill:e})]})})}))}));export{p as Ratio5x4Icon};
1
+ import{__rest as e}from"tslib";import{jsx as l,jsxs as o,Fragment as i}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as d}from"../../components/icon/component.js";import{IconConsumer as t}from"../../components/icon/context.js";const p=d(d=>{var p=e(d,[]);return l(n,Object.assign({size:16,viewBox:"0 0 16 16",fill:"none"},p,{children:l(t,{children:({fill:e="#4785FF"}={fill:"#4785FF"})=>o(i,{children:[l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15 2H1V14H15V2ZM1 1C0.447715 1 0 1.44772 0 2V14C0 14.5523 0.447715 15 1 15H15C15.5523 15 16 14.5523 16 14V2C16 1.44772 15.5523 1 15 1H1Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.5 3.5H6V4.5H3.5V7H2.5V3.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.5 12.5H6V11.5H3.5V9H2.5V12.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.5 3.5H10V4.5H12.5V7H13.5V3.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.5 12.5H10V11.5H12.5V9H13.5V12.5Z",fill:e})]})})}))});export{p as Ratio5x4Icon};
@@ -1 +1 @@
1
- import{__rest as e}from"tslib";import{jsx as l,jsxs as o,Fragment as i}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as d}from"../../components/icon/component.js";import{IconConsumer as t}from"../../components/icon/context.js";const p=d((d=>{var p=e(d,[]);return l(n,Object.assign({size:16,viewBox:"0 0 16 16",fill:"none"},p,{children:l(t,{children:({fill:e="#4785FF"}={fill:"#4785FF"})=>o(i,{children:[l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15 4H1V12H15V4ZM1 3C0.447715 3 0 3.44772 0 4V12C0 12.5523 0.447715 13 1 13H15C15.5523 13 16 12.5523 16 12V4C16 3.44772 15.5523 3 15 3H1Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.5 10.5H11.5V9.5H12.5V8.5H13.5V10.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.5 5.5H11.5V6.5H12.5V7.5H13.5V5.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.5 10.5H4.5V9.5H3.5V8.5H2.5V10.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.5 5.5H4.5V6.5H3.5V7.5H2.5V5.5Z",fill:e})]})})}))}));export{p as Ratio7x4Icon};
1
+ import{__rest as e}from"tslib";import{jsx as l,jsxs as o,Fragment as i}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as d}from"../../components/icon/component.js";import{IconConsumer as t}from"../../components/icon/context.js";const p=d(d=>{var p=e(d,[]);return l(n,Object.assign({size:16,viewBox:"0 0 16 16",fill:"none"},p,{children:l(t,{children:({fill:e="#4785FF"}={fill:"#4785FF"})=>o(i,{children:[l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15 4H1V12H15V4ZM1 3C0.447715 3 0 3.44772 0 4V12C0 12.5523 0.447715 13 1 13H15C15.5523 13 16 12.5523 16 12V4C16 3.44772 15.5523 3 15 3H1Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.5 10.5H11.5V9.5H12.5V8.5H13.5V10.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.5 5.5H11.5V6.5H12.5V7.5H13.5V5.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.5 10.5H4.5V9.5H3.5V8.5H2.5V10.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.5 5.5H4.5V6.5H3.5V7.5H2.5V5.5Z",fill:e})]})})}))});export{p as Ratio7x4Icon};
@@ -1 +1 @@
1
- import{__rest as e}from"tslib";import{jsx as l,jsxs as o,Fragment as i}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as d}from"../../components/icon/component.js";import{IconConsumer as t}from"../../components/icon/context.js";const p=d((d=>{var p=e(d,[]);return l(n,Object.assign({size:16,viewBox:"0 0 16 16",fill:"none"},p,{children:l(t,{children:({fill:e="#4785FF"}={fill:"#4785FF"})=>o(i,{children:[l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.25 1H3.75L3.75 15H11.25V1ZM3.75 0C3.33579 0 3 0.447715 3 1V15C3 15.5523 3.33579 16 3.75 16H11.25C11.6642 16 12 15.5523 12 15V1C12 0.447715 11.6642 0 11.25 0H3.75Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.875 2.5H6.75V3.5H5.625V5H4.875V2.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.875 13.5H6.75V12.5H5.625V11H4.875V13.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.125 2.5H8.25V3.5H9.375V5H10.125V2.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.125 13.5H8.25V12.5H9.375V11H10.125V13.5Z",fill:e})]})})}))}));export{p as Ratio9x16Icon};
1
+ import{__rest as e}from"tslib";import{jsx as l,jsxs as o,Fragment as i}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as d}from"../../components/icon/component.js";import{IconConsumer as t}from"../../components/icon/context.js";const p=d(d=>{var p=e(d,[]);return l(n,Object.assign({size:16,viewBox:"0 0 16 16",fill:"none"},p,{children:l(t,{children:({fill:e="#4785FF"}={fill:"#4785FF"})=>o(i,{children:[l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.25 1H3.75L3.75 15H11.25V1ZM3.75 0C3.33579 0 3 0.447715 3 1V15C3 15.5523 3.33579 16 3.75 16H11.25C11.6642 16 12 15.5523 12 15V1C12 0.447715 11.6642 0 11.25 0H3.75Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.875 2.5H6.75V3.5H5.625V5H4.875V2.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.875 13.5H6.75V12.5H5.625V11H4.875V13.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.125 2.5H8.25V3.5H9.375V5H10.125V2.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.125 13.5H8.25V12.5H9.375V11H10.125V13.5Z",fill:e})]})})}))});export{p as Ratio9x16Icon};
@@ -1 +1 @@
1
- import{__rest as e}from"tslib";import{jsx as l,jsxs as o,Fragment as i}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as d}from"../../components/icon/component.js";import{IconConsumer as t}from"../../components/icon/context.js";const p=d((d=>{var p=e(d,[]);return l(n,Object.assign({size:16,viewBox:"0 0 16 16",fill:"none"},p,{children:l(t,{children:({fill:e="#4785FF"}={fill:"#4785FF"})=>o(i,{children:[l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.2222 0.761905H4.77778V15.1968L10.2222 15.2381V0.761905ZM4.58333 0C4.26117 0 4 0.447715 4 1V15C4 15.5523 4.26117 16 4.58333 16H10.4167C10.7388 16 11 15.5523 11 15V1C11 0.447715 10.7388 0 10.4167 0H4.58333Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.45833 2.5H6.91667V3.20265H6.04167V5H5.45833V2.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.45833 13.5H6.91667V12.8246H6.04167V11H5.45833V13.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.54167 2.5H8.08333V3.20265H8.95833V5H9.54167V2.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.54167 13.5H8.08333V12.8246H8.95833V11H9.54167V13.5Z",fill:e})]})})}))}));export{p as Ratio9x21Icon};
1
+ import{__rest as e}from"tslib";import{jsx as l,jsxs as o,Fragment as i}from"react/jsx-runtime";import{Icon as n}from"../../components/icon/index.js";import{icon as d}from"../../components/icon/component.js";import{IconConsumer as t}from"../../components/icon/context.js";const p=d(d=>{var p=e(d,[]);return l(n,Object.assign({size:16,viewBox:"0 0 16 16",fill:"none"},p,{children:l(t,{children:({fill:e="#4785FF"}={fill:"#4785FF"})=>o(i,{children:[l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.2222 0.761905H4.77778V15.1968L10.2222 15.2381V0.761905ZM4.58333 0C4.26117 0 4 0.447715 4 1V15C4 15.5523 4.26117 16 4.58333 16H10.4167C10.7388 16 11 15.5523 11 15V1C11 0.447715 10.7388 0 10.4167 0H4.58333Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.45833 2.5H6.91667V3.20265H6.04167V5H5.45833V2.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.45833 13.5H6.91667V12.8246H6.04167V11H5.45833V13.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.54167 2.5H8.08333V3.20265H8.95833V5H9.54167V2.5Z",fill:e}),l("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.54167 13.5H8.08333V12.8246H8.95833V11H9.54167V13.5Z",fill:e})]})})}))});export{p as Ratio9x21Icon};
@@ -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 r}from"../../components/icon/component.js";import{useTheme as i}from"../../theme/hook.js";import{IconConsumer as n}from"../../components/icon/context.js";const t=r((r=>{var t=C(r,[]);const l=i();return o(e,Object.assign({size:18,viewBox:"0 0 18 18",fill:"none"},t,{children:o(n,{children:({fill:C=l.colors.grayScale.gray1}={fill:l.colors.grayScale.gray1})=>o("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.625 2.25C9.36228 2.25006 10.0793 2.49143 10.6665 2.93725C11.2537 3.38308 11.6788 4.00885 11.877 4.719L11.916 4.87275L13.3185 4.5225C13.421 4.49698 13.5278 4.49341 13.6317 4.51202C13.7357 4.53062 13.8346 4.57099 13.9219 4.63046C14.0092 4.68994 14.083 4.76719 14.1384 4.85715C14.1937 4.94712 14.2295 5.04776 14.2433 5.1525L14.25 5.25V6.6075C14.6728 7.0129 15.0193 7.491 15.273 8.019L15.3765 8.25H15.75C15.9337 8.25002 16.111 8.31747 16.2483 8.43954C16.3856 8.56161 16.4733 8.72981 16.4948 8.91225L16.5 9V11.25C16.5 11.3734 16.4696 11.495 16.4113 11.6038C16.3531 11.7127 16.2689 11.8055 16.1663 11.874L16.0853 11.9205L15.2093 12.3593C14.8506 13.0531 14.3312 13.651 13.6943 14.103L13.5 14.2335V15C13.5 15.1837 13.4325 15.361 13.3105 15.4983C13.1884 15.6356 13.0202 15.7233 12.8378 15.7448L12.75 15.75H10.5C10.3163 15.75 10.139 15.6825 10.0017 15.5605C9.86444 15.4384 9.77674 15.2702 9.75525 15.0878L9.75 15H9C8.99998 15.1837 8.93253 15.361 8.81046 15.4983C8.6884 15.6356 8.52019 15.7233 8.33775 15.7448L8.25 15.75H6C5.8163 15.75 5.639 15.6825 5.50172 15.5605C5.36445 15.4384 5.27674 15.2702 5.25525 15.0878L5.25 15V14.2335C4.70819 13.8871 4.24016 13.4371 3.87283 12.9092C3.50549 12.3814 3.24608 11.7862 3.1095 11.1578C2.66725 11.0261 2.27611 10.7618 1.98904 10.4005C1.70197 10.0393 1.53282 9.59856 1.5045 9.138L1.5 9V8.625C1.50021 8.43384 1.57341 8.24998 1.70464 8.11097C1.83586 7.97197 2.01521 7.88832 2.20605 7.87712C2.39688 7.86592 2.58478 7.92801 2.73137 8.0507C2.87796 8.17339 2.97217 8.34743 2.99475 8.53725L3 8.625V9C3 9.111 3.024 9.21675 3.0675 9.31125C3.18198 8.63603 3.43735 7.99249 3.817 7.4225C4.19664 6.85251 4.69206 6.36885 5.271 6.003C5.21779 5.53086 5.26486 5.05281 5.40914 4.60012C5.55342 4.14743 5.79166 3.73031 6.10826 3.37604C6.42487 3.02177 6.8127 2.73834 7.2464 2.5443C7.68009 2.35025 8.14987 2.24997 8.625 2.25ZM12 8.25C11.8011 8.25 11.6103 8.32902 11.4697 8.46967C11.329 8.61032 11.25 8.80109 11.25 9C11.25 9.19891 11.329 9.38968 11.4697 9.53033C11.6103 9.67098 11.8011 9.75 12 9.75C12.1989 9.75 12.3897 9.67098 12.5303 9.53033C12.671 9.38968 12.75 9.19891 12.75 9C12.75 8.80109 12.671 8.61032 12.5303 8.46967C12.3897 8.32902 12.1989 8.25 12 8.25ZM8.625 3.75C8.17072 3.75 7.73189 3.91493 7.39006 4.21413C7.04823 4.51334 6.82665 4.92647 6.7665 5.37675C7.12995 5.29235 7.50187 5.24982 7.875 5.25H10.4078L10.4602 5.23725C10.3713 4.81647 10.1404 4.43905 9.80628 4.16828C9.47215 3.8975 9.05508 3.74982 8.625 3.75Z",fill:C})})}))}));export{t as ReferalIcon};
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 r}from"../../components/icon/component.js";import{useTheme as i}from"../../theme/hook.js";import{IconConsumer as n}from"../../components/icon/context.js";const t=r(r=>{var t=C(r,[]);const l=i();return o(e,Object.assign({size:18,viewBox:"0 0 18 18",fill:"none"},t,{children:o(n,{children:({fill:C=l.colors.grayScale.gray1}={fill:l.colors.grayScale.gray1})=>o("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.625 2.25C9.36228 2.25006 10.0793 2.49143 10.6665 2.93725C11.2537 3.38308 11.6788 4.00885 11.877 4.719L11.916 4.87275L13.3185 4.5225C13.421 4.49698 13.5278 4.49341 13.6317 4.51202C13.7357 4.53062 13.8346 4.57099 13.9219 4.63046C14.0092 4.68994 14.083 4.76719 14.1384 4.85715C14.1937 4.94712 14.2295 5.04776 14.2433 5.1525L14.25 5.25V6.6075C14.6728 7.0129 15.0193 7.491 15.273 8.019L15.3765 8.25H15.75C15.9337 8.25002 16.111 8.31747 16.2483 8.43954C16.3856 8.56161 16.4733 8.72981 16.4948 8.91225L16.5 9V11.25C16.5 11.3734 16.4696 11.495 16.4113 11.6038C16.3531 11.7127 16.2689 11.8055 16.1663 11.874L16.0853 11.9205L15.2093 12.3593C14.8506 13.0531 14.3312 13.651 13.6943 14.103L13.5 14.2335V15C13.5 15.1837 13.4325 15.361 13.3105 15.4983C13.1884 15.6356 13.0202 15.7233 12.8378 15.7448L12.75 15.75H10.5C10.3163 15.75 10.139 15.6825 10.0017 15.5605C9.86444 15.4384 9.77674 15.2702 9.75525 15.0878L9.75 15H9C8.99998 15.1837 8.93253 15.361 8.81046 15.4983C8.6884 15.6356 8.52019 15.7233 8.33775 15.7448L8.25 15.75H6C5.8163 15.75 5.639 15.6825 5.50172 15.5605C5.36445 15.4384 5.27674 15.2702 5.25525 15.0878L5.25 15V14.2335C4.70819 13.8871 4.24016 13.4371 3.87283 12.9092C3.50549 12.3814 3.24608 11.7862 3.1095 11.1578C2.66725 11.0261 2.27611 10.7618 1.98904 10.4005C1.70197 10.0393 1.53282 9.59856 1.5045 9.138L1.5 9V8.625C1.50021 8.43384 1.57341 8.24998 1.70464 8.11097C1.83586 7.97197 2.01521 7.88832 2.20605 7.87712C2.39688 7.86592 2.58478 7.92801 2.73137 8.0507C2.87796 8.17339 2.97217 8.34743 2.99475 8.53725L3 8.625V9C3 9.111 3.024 9.21675 3.0675 9.31125C3.18198 8.63603 3.43735 7.99249 3.817 7.4225C4.19664 6.85251 4.69206 6.36885 5.271 6.003C5.21779 5.53086 5.26486 5.05281 5.40914 4.60012C5.55342 4.14743 5.79166 3.73031 6.10826 3.37604C6.42487 3.02177 6.8127 2.73834 7.2464 2.5443C7.68009 2.35025 8.14987 2.24997 8.625 2.25ZM12 8.25C11.8011 8.25 11.6103 8.32902 11.4697 8.46967C11.329 8.61032 11.25 8.80109 11.25 9C11.25 9.19891 11.329 9.38968 11.4697 9.53033C11.6103 9.67098 11.8011 9.75 12 9.75C12.1989 9.75 12.3897 9.67098 12.5303 9.53033C12.671 9.38968 12.75 9.19891 12.75 9C12.75 8.80109 12.671 8.61032 12.5303 8.46967C12.3897 8.32902 12.1989 8.25 12 8.25ZM8.625 3.75C8.17072 3.75 7.73189 3.91493 7.39006 4.21413C7.04823 4.51334 6.82665 4.92647 6.7665 5.37675C7.12995 5.29235 7.50187 5.24982 7.875 5.25H10.4078L10.4602 5.23725C10.3713 4.81647 10.1404 4.43905 9.80628 4.16828C9.47215 3.8975 9.05508 3.74982 8.625 3.75Z",fill:C})})}))});export{t as ReferalIcon};