@expressms/smartapp-ui 3.0.0-alpha.22 → 3.0.0-alpha.23

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 (481) hide show
  1. package/build/main/assets/icons/accepted-invite-status.svg +4 -0
  2. package/build/main/assets/icons/arrow-back.svg +3 -0
  3. package/build/main/assets/icons/arrow-down.svg +3 -0
  4. package/build/main/assets/icons/arrow-up.svg +3 -0
  5. package/build/main/assets/icons/attachment-loader.svg +3 -0
  6. package/build/main/assets/icons/avatar-arrow-down.svg +3 -0
  7. package/build/main/assets/icons/avatar-arrow-up.svg +3 -0
  8. package/build/main/assets/icons/avatar-loader.svg +3 -0
  9. package/build/main/assets/icons/button-loader.svg +3 -0
  10. package/build/main/assets/icons/calendar-arrow-next.svg +3 -0
  11. package/build/main/assets/icons/calendar-arrow-prev.svg +3 -0
  12. package/build/main/assets/icons/check-mark-square.svg +4 -0
  13. package/build/main/assets/icons/check-mark.svg +4 -0
  14. package/build/main/assets/icons/chip-info.svg +5 -0
  15. package/build/main/assets/icons/clear.svg +3 -0
  16. package/build/main/assets/icons/close-modal.svg +3 -0
  17. package/build/main/assets/icons/close-stories.svg +4 -0
  18. package/build/main/assets/icons/close.svg +3 -0
  19. package/build/main/assets/icons/contact-info.svg +5 -0
  20. package/build/main/assets/icons/corporate-user.svg +3 -0
  21. package/build/main/assets/icons/crown.svg +5 -0
  22. package/build/main/assets/icons/declined-invite-status.svg +4 -0
  23. package/build/main/assets/icons/delete-chip.svg +3 -0
  24. package/build/main/assets/icons/distribution.svg +12 -0
  25. package/build/main/assets/icons/doc-small.svg +11 -0
  26. package/build/main/assets/icons/doc.svg +11 -0
  27. package/build/main/assets/icons/error.svg +5 -0
  28. package/build/main/assets/icons/external-link.svg +3 -0
  29. package/build/main/assets/icons/eye-off.svg +5 -0
  30. package/build/main/assets/icons/eye-on.svg +4 -0
  31. package/build/main/assets/icons/file-small.svg +11 -0
  32. package/build/main/assets/icons/file.svg +11 -0
  33. package/build/main/assets/icons/global-address-book-user.svg +4 -0
  34. package/build/main/assets/icons/group.svg +3 -0
  35. package/build/main/assets/icons/indeterminate-check-mark-square.svg +4 -0
  36. package/build/main/assets/icons/info.svg +5 -0
  37. package/build/main/assets/icons/input-arrow-down.svg +3 -0
  38. package/build/main/assets/icons/input-arrow-up.svg +3 -0
  39. package/build/main/assets/icons/loader.svg +3 -0
  40. package/build/main/assets/icons/logout.svg +4 -0
  41. package/build/main/assets/icons/magnifying-glass.svg +3 -0
  42. package/build/main/assets/icons/mail.svg +3 -0
  43. package/build/main/assets/icons/meeting-room.svg +3 -0
  44. package/build/main/assets/icons/more.svg +3 -0
  45. package/build/main/assets/icons/my-contacts-user.svg +3 -0
  46. package/build/main/assets/icons/needs-action-invite-status.svg +4 -0
  47. package/build/main/assets/icons/notification-close.svg +3 -0
  48. package/build/main/assets/icons/notification-failure.svg +3 -0
  49. package/build/main/assets/icons/notification-info.svg +5 -0
  50. package/build/main/assets/icons/notification-success.svg +4 -0
  51. package/build/main/assets/icons/order.svg +6 -0
  52. package/build/main/assets/icons/pdf-small.svg +11 -0
  53. package/build/main/assets/icons/pdf.svg +11 -0
  54. package/build/main/assets/icons/play-small.svg +3 -0
  55. package/build/main/assets/icons/play.svg +3 -0
  56. package/build/main/assets/icons/plus.svg +4 -0
  57. package/build/main/assets/icons/ppt-small.svg +11 -0
  58. package/build/main/assets/icons/ppt.svg +11 -0
  59. package/build/main/assets/icons/private.svg +12 -0
  60. package/build/main/assets/icons/refresh.svg +3 -0
  61. package/build/main/assets/icons/search.svg +3 -0
  62. package/build/main/assets/icons/story-loader.svg +3 -0
  63. package/build/main/assets/icons/tick.svg +10 -0
  64. package/build/main/assets/icons/trash.svg +3 -0
  65. package/build/main/assets/icons/txt-small.svg +11 -0
  66. package/build/main/assets/icons/txt.svg +11 -0
  67. package/build/main/assets/icons/unread-mails.svg +4 -0
  68. package/build/main/assets/icons/warning-avatar.svg +4 -0
  69. package/build/main/assets/icons/xls-small.svg +11 -0
  70. package/build/main/assets/icons/xls.svg +11 -0
  71. package/build/main/assets/storybook/index.d.ts +24 -0
  72. package/build/main/assets/storybook/index.js +25 -0
  73. package/build/main/assets/storybook/index.js.map +1 -0
  74. package/build/main/constants/constants.d.ts +198 -0
  75. package/build/main/constants/constants.js +218 -0
  76. package/build/main/constants/constants.js.map +1 -0
  77. package/build/main/constants/index.d.ts +2 -0
  78. package/build/main/constants/index.js +3 -0
  79. package/build/main/constants/index.js.map +1 -0
  80. package/build/main/constants/types.d.ts +58 -0
  81. package/build/main/constants/types.js +2 -0
  82. package/build/main/constants/types.js.map +1 -0
  83. package/build/main/helpers/index.d.ts +31 -0
  84. package/build/main/helpers/index.js +183 -0
  85. package/build/main/helpers/index.js.map +1 -0
  86. package/build/main/hooks/useLongTap.d.ts +12 -0
  87. package/build/main/hooks/useLongTap.js +29 -0
  88. package/build/main/hooks/useLongTap.js.map +1 -0
  89. package/build/main/hooks/useModal.d.ts +22 -0
  90. package/build/main/hooks/useModal.js +61 -0
  91. package/build/main/hooks/useModal.js.map +1 -0
  92. package/build/main/index.d.ts +36 -0
  93. package/build/main/index.js +37 -0
  94. package/build/main/index.js.map +1 -0
  95. package/build/main/styles/index.d.ts +1 -0
  96. package/build/main/styles/index.js +2 -0
  97. package/build/main/styles/index.js.map +1 -0
  98. package/build/main/styles/main.js +6 -0
  99. package/build/main/styles/styles.scss +14 -0
  100. package/build/main//321/201omponents/ActionModal/ActionModal.d.ts +4 -0
  101. package/build/main//321/201omponents/ActionModal/ActionModal.js +53 -0
  102. package/build/main//321/201omponents/ActionModal/ActionModal.js.map +1 -0
  103. package/build/main//321/201omponents/ActionModal/index.d.ts +1 -0
  104. package/build/main//321/201omponents/ActionModal/index.js +2 -0
  105. package/build/main//321/201omponents/ActionModal/index.js.map +1 -0
  106. package/build/main//321/201omponents/ActionModal/types.d.ts +23 -0
  107. package/build/main//321/201omponents/ActionModal/types.js +2 -0
  108. package/build/main//321/201omponents/ActionModal/types.js.map +1 -0
  109. package/build/main//321/201omponents/AttachedFile/AttachedFile.d.ts +8 -0
  110. package/build/main//321/201omponents/AttachedFile/AttachedFile.js +146 -0
  111. package/build/main//321/201omponents/AttachedFile/AttachedFile.js.map +1 -0
  112. package/build/main//321/201omponents/AttachedFile/index.d.ts +1 -0
  113. package/build/main//321/201omponents/AttachedFile/index.js +2 -0
  114. package/build/main//321/201omponents/AttachedFile/index.js.map +1 -0
  115. package/build/main//321/201omponents/AttachedFile/types.d.ts +22 -0
  116. package/build/main//321/201omponents/AttachedFile/types.js +2 -0
  117. package/build/main//321/201omponents/AttachedFile/types.js.map +1 -0
  118. package/build/main//321/201omponents/Avatar/Avatar.d.ts +4 -0
  119. package/build/main//321/201omponents/Avatar/Avatar.js +243 -0
  120. package/build/main//321/201omponents/Avatar/Avatar.js.map +1 -0
  121. package/build/main//321/201omponents/Avatar/index.d.ts +1 -0
  122. package/build/main//321/201omponents/Avatar/index.js +2 -0
  123. package/build/main//321/201omponents/Avatar/index.js.map +1 -0
  124. package/build/main//321/201omponents/Avatar/types.d.ts +61 -0
  125. package/build/main//321/201omponents/Avatar/types.js +29 -0
  126. package/build/main//321/201omponents/Avatar/types.js.map +1 -0
  127. package/build/main//321/201omponents/Button/Button.d.ts +4 -0
  128. package/build/main//321/201omponents/Button/Button.js +62 -0
  129. package/build/main//321/201omponents/Button/Button.js.map +1 -0
  130. package/build/main//321/201omponents/Button/index.d.ts +1 -0
  131. package/build/main//321/201omponents/Button/index.js +2 -0
  132. package/build/main//321/201omponents/Button/index.js.map +1 -0
  133. package/build/main//321/201omponents/Button/types.d.ts +24 -0
  134. package/build/main//321/201omponents/Button/types.js +12 -0
  135. package/build/main//321/201omponents/Button/types.js.map +1 -0
  136. package/build/main//321/201omponents/CachedImage/CachedImage.d.ts +4 -0
  137. package/build/main//321/201omponents/CachedImage/CachedImage.js +59 -0
  138. package/build/main//321/201omponents/CachedImage/CachedImage.js.map +1 -0
  139. package/build/main//321/201omponents/CachedImage/helpers.d.ts +3 -0
  140. package/build/main//321/201omponents/CachedImage/helpers.js +40 -0
  141. package/build/main//321/201omponents/CachedImage/helpers.js.map +1 -0
  142. package/build/main//321/201omponents/CachedImage/index.d.ts +1 -0
  143. package/build/main//321/201omponents/CachedImage/index.js +2 -0
  144. package/build/main//321/201omponents/CachedImage/index.js.map +1 -0
  145. package/build/main//321/201omponents/CachedImage/types.d.ts +10 -0
  146. package/build/main//321/201omponents/CachedImage/types.js +2 -0
  147. package/build/main//321/201omponents/CachedImage/types.js.map +1 -0
  148. package/build/main//321/201omponents/Calendar/Calendar.d.ts +4 -0
  149. package/build/main//321/201omponents/Calendar/Calendar.js +145 -0
  150. package/build/main//321/201omponents/Calendar/Calendar.js.map +1 -0
  151. package/build/main//321/201omponents/Calendar/index.d.ts +1 -0
  152. package/build/main//321/201omponents/Calendar/index.js +2 -0
  153. package/build/main//321/201omponents/Calendar/index.js.map +1 -0
  154. package/build/main//321/201omponents/Calendar/types.d.ts +15 -0
  155. package/build/main//321/201omponents/Calendar/types.js +2 -0
  156. package/build/main//321/201omponents/Calendar/types.js.map +1 -0
  157. package/build/main//321/201omponents/Charts/ChartBar/ChartBar.d.ts +4 -0
  158. package/build/main//321/201omponents/Charts/ChartBar/ChartBar.js +47 -0
  159. package/build/main//321/201omponents/Charts/ChartBar/ChartBar.js.map +1 -0
  160. package/build/main//321/201omponents/Charts/ChartLegend/ChartLegend.d.ts +4 -0
  161. package/build/main//321/201omponents/Charts/ChartLegend/ChartLegend.js +71 -0
  162. package/build/main//321/201omponents/Charts/ChartLegend/ChartLegend.js.map +1 -0
  163. package/build/main//321/201omponents/Charts/ChartLine/ChartLine.d.ts +4 -0
  164. package/build/main//321/201omponents/Charts/ChartLine/ChartLine.js +42 -0
  165. package/build/main//321/201omponents/Charts/ChartLine/ChartLine.js.map +1 -0
  166. package/build/main//321/201omponents/Charts/ChartPie/ChartPie.d.ts +4 -0
  167. package/build/main//321/201omponents/Charts/ChartPie/ChartPie.js +64 -0
  168. package/build/main//321/201omponents/Charts/ChartPie/ChartPie.js.map +1 -0
  169. package/build/main//321/201omponents/Charts/colors.d.ts +3 -0
  170. package/build/main//321/201omponents/Charts/colors.js +4 -0
  171. package/build/main//321/201omponents/Charts/colors.js.map +1 -0
  172. package/build/main//321/201omponents/Charts/constants.d.ts +42 -0
  173. package/build/main//321/201omponents/Charts/constants.js +42 -0
  174. package/build/main//321/201omponents/Charts/constants.js.map +1 -0
  175. package/build/main//321/201omponents/Charts/helpers.d.ts +17 -0
  176. package/build/main//321/201omponents/Charts/helpers.js +73 -0
  177. package/build/main//321/201omponents/Charts/helpers.js.map +1 -0
  178. package/build/main//321/201omponents/Charts/index.d.ts +3 -0
  179. package/build/main//321/201omponents/Charts/index.js +4 -0
  180. package/build/main//321/201omponents/Charts/index.js.map +1 -0
  181. package/build/main//321/201omponents/Charts/types.d.ts +89 -0
  182. package/build/main//321/201omponents/Charts/types.js +2 -0
  183. package/build/main//321/201omponents/Charts/types.js.map +1 -0
  184. package/build/main//321/201omponents/Charts/useEvents.d.ts +5 -0
  185. package/build/main//321/201omponents/Charts/useEvents.js +45 -0
  186. package/build/main//321/201omponents/Charts/useEvents.js.map +1 -0
  187. package/build/main//321/201omponents/Charts/usePieEvents.d.ts +6 -0
  188. package/build/main//321/201omponents/Charts/usePieEvents.js +57 -0
  189. package/build/main//321/201omponents/Charts/usePieEvents.js.map +1 -0
  190. package/build/main//321/201omponents/Checkbox/Checkbox.d.ts +8 -0
  191. package/build/main//321/201omponents/Checkbox/Checkbox.js +48 -0
  192. package/build/main//321/201omponents/Checkbox/Checkbox.js.map +1 -0
  193. package/build/main//321/201omponents/Checkbox/index.d.ts +1 -0
  194. package/build/main//321/201omponents/Checkbox/index.js +2 -0
  195. package/build/main//321/201omponents/Checkbox/index.js.map +1 -0
  196. package/build/main//321/201omponents/Checkbox/types.d.ts +14 -0
  197. package/build/main//321/201omponents/Checkbox/types.js +2 -0
  198. package/build/main//321/201omponents/Checkbox/types.js.map +1 -0
  199. package/build/main//321/201omponents/Chip/Chip.d.ts +4 -0
  200. package/build/main//321/201omponents/Chip/Chip.js +118 -0
  201. package/build/main//321/201omponents/Chip/Chip.js.map +1 -0
  202. package/build/main//321/201omponents/Chip/index.d.ts +1 -0
  203. package/build/main//321/201omponents/Chip/index.js +2 -0
  204. package/build/main//321/201omponents/Chip/index.js.map +1 -0
  205. package/build/main//321/201omponents/Chip/types.d.ts +28 -0
  206. package/build/main//321/201omponents/Chip/types.js +2 -0
  207. package/build/main//321/201omponents/Chip/types.js.map +1 -0
  208. package/build/main//321/201omponents/ConfirmationModal/ConfirmationModal.d.ts +4 -0
  209. package/build/main//321/201omponents/ConfirmationModal/ConfirmationModal.js +63 -0
  210. package/build/main//321/201omponents/ConfirmationModal/ConfirmationModal.js.map +1 -0
  211. package/build/main//321/201omponents/ConfirmationModal/index.d.ts +1 -0
  212. package/build/main//321/201omponents/ConfirmationModal/index.js +2 -0
  213. package/build/main//321/201omponents/ConfirmationModal/index.js.map +1 -0
  214. package/build/main//321/201omponents/ConfirmationModal/types.d.ts +28 -0
  215. package/build/main//321/201omponents/ConfirmationModal/types.js +2 -0
  216. package/build/main//321/201omponents/ConfirmationModal/types.js.map +1 -0
  217. package/build/main//321/201omponents/ContextMenu/ContextMenu.d.ts +4 -0
  218. package/build/main//321/201omponents/ContextMenu/ContextMenu.js +81 -0
  219. package/build/main//321/201omponents/ContextMenu/ContextMenu.js.map +1 -0
  220. package/build/main//321/201omponents/ContextMenu/index.d.ts +1 -0
  221. package/build/main//321/201omponents/ContextMenu/index.js +2 -0
  222. package/build/main//321/201omponents/ContextMenu/index.js.map +1 -0
  223. package/build/main//321/201omponents/ContextMenu/types.d.ts +34 -0
  224. package/build/main//321/201omponents/ContextMenu/types.js +2 -0
  225. package/build/main//321/201omponents/ContextMenu/types.js.map +1 -0
  226. package/build/main//321/201omponents/CustomSelect/CustomSelect.d.ts +12 -0
  227. package/build/main//321/201omponents/CustomSelect/CustomSelect.js +248 -0
  228. package/build/main//321/201omponents/CustomSelect/CustomSelect.js.map +1 -0
  229. package/build/main//321/201omponents/CustomSelect/index.d.ts +1 -0
  230. package/build/main//321/201omponents/CustomSelect/index.js +2 -0
  231. package/build/main//321/201omponents/CustomSelect/index.js.map +1 -0
  232. package/build/main//321/201omponents/CustomSelect/selectStyles.d.ts +16 -0
  233. package/build/main//321/201omponents/CustomSelect/selectStyles.js +70 -0
  234. package/build/main//321/201omponents/CustomSelect/selectStyles.js.map +1 -0
  235. package/build/main//321/201omponents/CustomSelect/types.d.ts +69 -0
  236. package/build/main//321/201omponents/CustomSelect/types.js +2 -0
  237. package/build/main//321/201omponents/CustomSelect/types.js.map +1 -0
  238. package/build/main//321/201omponents/CustomSelectProfiles/CustomSelectProfiles.d.ts +4 -0
  239. package/build/main//321/201omponents/CustomSelectProfiles/CustomSelectProfiles.js +58 -0
  240. package/build/main//321/201omponents/CustomSelectProfiles/CustomSelectProfiles.js.map +1 -0
  241. package/build/main//321/201omponents/CustomSelectProfiles/index.d.ts +1 -0
  242. package/build/main//321/201omponents/CustomSelectProfiles/index.js +2 -0
  243. package/build/main//321/201omponents/CustomSelectProfiles/index.js.map +1 -0
  244. package/build/main//321/201omponents/CustomSelectProfiles/types.d.ts +12 -0
  245. package/build/main//321/201omponents/CustomSelectProfiles/types.js +2 -0
  246. package/build/main//321/201omponents/CustomSelectProfiles/types.js.map +1 -0
  247. package/build/main//321/201omponents/DragAndDrop/DragAndDrop.d.ts +4 -0
  248. package/build/main//321/201omponents/DragAndDrop/DragAndDrop.js +57 -0
  249. package/build/main//321/201omponents/DragAndDrop/DragAndDrop.js.map +1 -0
  250. package/build/main//321/201omponents/DragAndDrop/index.d.ts +1 -0
  251. package/build/main//321/201omponents/DragAndDrop/index.js +2 -0
  252. package/build/main//321/201omponents/DragAndDrop/index.js.map +1 -0
  253. package/build/main//321/201omponents/DragAndDrop/types.d.ts +24 -0
  254. package/build/main//321/201omponents/DragAndDrop/types.js +2 -0
  255. package/build/main//321/201omponents/DragAndDrop/types.js.map +1 -0
  256. package/build/main//321/201omponents/DraggablePopup/DraggablePopup.d.ts +4 -0
  257. package/build/main//321/201omponents/DraggablePopup/DraggablePopup.js +222 -0
  258. package/build/main//321/201omponents/DraggablePopup/DraggablePopup.js.map +1 -0
  259. package/build/main//321/201omponents/DraggablePopup/index.d.ts +1 -0
  260. package/build/main//321/201omponents/DraggablePopup/index.js +2 -0
  261. package/build/main//321/201omponents/DraggablePopup/index.js.map +1 -0
  262. package/build/main//321/201omponents/DraggablePopup/types.d.ts +90 -0
  263. package/build/main//321/201omponents/DraggablePopup/types.js +2 -0
  264. package/build/main//321/201omponents/DraggablePopup/types.js.map +1 -0
  265. package/build/main//321/201omponents/Error/Error.d.ts +4 -0
  266. package/build/main//321/201omponents/Error/Error.js +23 -0
  267. package/build/main//321/201omponents/Error/Error.js.map +1 -0
  268. package/build/main//321/201omponents/Error/index.d.ts +1 -0
  269. package/build/main//321/201omponents/Error/index.js +2 -0
  270. package/build/main//321/201omponents/Error/index.js.map +1 -0
  271. package/build/main//321/201omponents/Error/types.d.ts +10 -0
  272. package/build/main//321/201omponents/Error/types.js +2 -0
  273. package/build/main//321/201omponents/Error/types.js.map +1 -0
  274. package/build/main//321/201omponents/Flex/Flex.d.ts +2 -0
  275. package/build/main//321/201omponents/Flex/Flex.js +35 -0
  276. package/build/main//321/201omponents/Flex/Flex.js.map +1 -0
  277. package/build/main//321/201omponents/Flex/HFlex/HFlex.d.ts +5 -0
  278. package/build/main//321/201omponents/Flex/HFlex/HFlex.js +16 -0
  279. package/build/main//321/201omponents/Flex/HFlex/HFlex.js.map +1 -0
  280. package/build/main//321/201omponents/Flex/HFlex/index.d.ts +1 -0
  281. package/build/main//321/201omponents/Flex/HFlex/index.js +2 -0
  282. package/build/main//321/201omponents/Flex/HFlex/index.js.map +1 -0
  283. package/build/main//321/201omponents/Flex/VFlex/VFlex.d.ts +5 -0
  284. package/build/main//321/201omponents/Flex/VFlex/VFlex.js +16 -0
  285. package/build/main//321/201omponents/Flex/VFlex/VFlex.js.map +1 -0
  286. package/build/main//321/201omponents/Flex/VFlex/index.d.ts +1 -0
  287. package/build/main//321/201omponents/Flex/VFlex/index.js +2 -0
  288. package/build/main//321/201omponents/Flex/VFlex/index.js.map +1 -0
  289. package/build/main//321/201omponents/Flex/index.d.ts +3 -0
  290. package/build/main//321/201omponents/Flex/index.js +4 -0
  291. package/build/main//321/201omponents/Flex/index.js.map +1 -0
  292. package/build/main//321/201omponents/Flex/types.d.ts +19 -0
  293. package/build/main//321/201omponents/Flex/types.js +2 -0
  294. package/build/main//321/201omponents/Flex/types.js.map +1 -0
  295. package/build/main//321/201omponents/Header/Header.d.ts +5 -0
  296. package/build/main//321/201omponents/Header/Header.js +125 -0
  297. package/build/main//321/201omponents/Header/Header.js.map +1 -0
  298. package/build/main//321/201omponents/Header/index.d.ts +1 -0
  299. package/build/main//321/201omponents/Header/index.js +2 -0
  300. package/build/main//321/201omponents/Header/index.js.map +1 -0
  301. package/build/main//321/201omponents/Header/types.d.ts +47 -0
  302. package/build/main//321/201omponents/Header/types.js +2 -0
  303. package/build/main//321/201omponents/Header/types.js.map +1 -0
  304. package/build/main//321/201omponents/Input/Input.d.ts +4 -0
  305. package/build/main//321/201omponents/Input/Input.js +182 -0
  306. package/build/main//321/201omponents/Input/Input.js.map +1 -0
  307. package/build/main//321/201omponents/Input/index.d.ts +1 -0
  308. package/build/main//321/201omponents/Input/index.js +2 -0
  309. package/build/main//321/201omponents/Input/index.js.map +1 -0
  310. package/build/main//321/201omponents/Input/types.d.ts +27 -0
  311. package/build/main//321/201omponents/Input/types.js +2 -0
  312. package/build/main//321/201omponents/Input/types.js.map +1 -0
  313. package/build/main//321/201omponents/ListItem/ListItem.d.ts +23 -0
  314. package/build/main//321/201omponents/ListItem/ListItem.js +203 -0
  315. package/build/main//321/201omponents/ListItem/ListItem.js.map +1 -0
  316. package/build/main//321/201omponents/ListItem/index.d.ts +1 -0
  317. package/build/main//321/201omponents/ListItem/index.js +2 -0
  318. package/build/main//321/201omponents/ListItem/index.js.map +1 -0
  319. package/build/main//321/201omponents/ListItem/types.d.ts +41 -0
  320. package/build/main//321/201omponents/ListItem/types.js +2 -0
  321. package/build/main//321/201omponents/ListItem/types.js.map +1 -0
  322. package/build/main//321/201omponents/Loader/Loader.d.ts +4 -0
  323. package/build/main//321/201omponents/Loader/Loader.js +44 -0
  324. package/build/main//321/201omponents/Loader/Loader.js.map +1 -0
  325. package/build/main//321/201omponents/Loader/index.d.ts +1 -0
  326. package/build/main//321/201omponents/Loader/index.js +2 -0
  327. package/build/main//321/201omponents/Loader/index.js.map +1 -0
  328. package/build/main//321/201omponents/Loader/types.d.ts +18 -0
  329. package/build/main//321/201omponents/Loader/types.js +2 -0
  330. package/build/main//321/201omponents/Loader/types.js.map +1 -0
  331. package/build/main//321/201omponents/Modal/Modal.d.ts +4 -0
  332. package/build/main//321/201omponents/Modal/Modal.js +259 -0
  333. package/build/main//321/201omponents/Modal/Modal.js.map +1 -0
  334. package/build/main//321/201omponents/Modal/index.d.ts +1 -0
  335. package/build/main//321/201omponents/Modal/index.js +2 -0
  336. package/build/main//321/201omponents/Modal/index.js.map +1 -0
  337. package/build/main//321/201omponents/Modal/types.d.ts +41 -0
  338. package/build/main//321/201omponents/Modal/types.js +2 -0
  339. package/build/main//321/201omponents/Modal/types.js.map +1 -0
  340. package/build/main//321/201omponents/Notification/Notification.d.ts +8 -0
  341. package/build/main//321/201omponents/Notification/Notification.js +199 -0
  342. package/build/main//321/201omponents/Notification/Notification.js.map +1 -0
  343. package/build/main//321/201omponents/Notification/index.d.ts +1 -0
  344. package/build/main//321/201omponents/Notification/index.js +2 -0
  345. package/build/main//321/201omponents/Notification/index.js.map +1 -0
  346. package/build/main//321/201omponents/Notification/types.d.ts +44 -0
  347. package/build/main//321/201omponents/Notification/types.js +2 -0
  348. package/build/main//321/201omponents/Notification/types.js.map +1 -0
  349. package/build/main//321/201omponents/Profile/Profile.d.ts +4 -0
  350. package/build/main//321/201omponents/Profile/Profile.js +42 -0
  351. package/build/main//321/201omponents/Profile/Profile.js.map +1 -0
  352. package/build/main//321/201omponents/Profile/index.d.ts +1 -0
  353. package/build/main//321/201omponents/Profile/index.js +2 -0
  354. package/build/main//321/201omponents/Profile/index.js.map +1 -0
  355. package/build/main//321/201omponents/Profile/types.d.ts +14 -0
  356. package/build/main//321/201omponents/Profile/types.js +2 -0
  357. package/build/main//321/201omponents/Profile/types.js.map +1 -0
  358. package/build/main//321/201omponents/ProgressBar/ProgressBar.d.ts +4 -0
  359. package/build/main//321/201omponents/ProgressBar/ProgressBar.js +66 -0
  360. package/build/main//321/201omponents/ProgressBar/ProgressBar.js.map +1 -0
  361. package/build/main//321/201omponents/ProgressBar/index.d.ts +1 -0
  362. package/build/main//321/201omponents/ProgressBar/index.js +2 -0
  363. package/build/main//321/201omponents/ProgressBar/index.js.map +1 -0
  364. package/build/main//321/201omponents/ProgressBar/types.d.ts +7 -0
  365. package/build/main//321/201omponents/ProgressBar/types.js +2 -0
  366. package/build/main//321/201omponents/ProgressBar/types.js.map +1 -0
  367. package/build/main//321/201omponents/RadioButton/RadioButton.d.ts +4 -0
  368. package/build/main//321/201omponents/RadioButton/RadioButton.js +33 -0
  369. package/build/main//321/201omponents/RadioButton/RadioButton.js.map +1 -0
  370. package/build/main//321/201omponents/RadioButton/index.d.ts +1 -0
  371. package/build/main//321/201omponents/RadioButton/index.js +2 -0
  372. package/build/main//321/201omponents/RadioButton/index.js.map +1 -0
  373. package/build/main//321/201omponents/RadioButton/types.d.ts +12 -0
  374. package/build/main//321/201omponents/RadioButton/types.js +2 -0
  375. package/build/main//321/201omponents/RadioButton/types.js.map +1 -0
  376. package/build/main//321/201omponents/ScrollBar/ScrollBar.d.ts +5 -0
  377. package/build/main//321/201omponents/ScrollBar/ScrollBar.js +140 -0
  378. package/build/main//321/201omponents/ScrollBar/ScrollBar.js.map +1 -0
  379. package/build/main//321/201omponents/ScrollBar/index.d.ts +1 -0
  380. package/build/main//321/201omponents/ScrollBar/index.js +2 -0
  381. package/build/main//321/201omponents/ScrollBar/index.js.map +1 -0
  382. package/build/main//321/201omponents/ScrollBar/types.d.ts +24 -0
  383. package/build/main//321/201omponents/ScrollBar/types.js +2 -0
  384. package/build/main//321/201omponents/ScrollBar/types.js.map +1 -0
  385. package/build/main//321/201omponents/Skeleton/Skeleton.d.ts +4 -0
  386. package/build/main//321/201omponents/Skeleton/Skeleton.js +59 -0
  387. package/build/main//321/201omponents/Skeleton/Skeleton.js.map +1 -0
  388. package/build/main//321/201omponents/Skeleton/index.d.ts +1 -0
  389. package/build/main//321/201omponents/Skeleton/index.js +2 -0
  390. package/build/main//321/201omponents/Skeleton/index.js.map +1 -0
  391. package/build/main//321/201omponents/Skeleton/types.d.ts +17 -0
  392. package/build/main//321/201omponents/Skeleton/types.js +2 -0
  393. package/build/main//321/201omponents/Skeleton/types.js.map +1 -0
  394. package/build/main//321/201omponents/Stories/Stories.d.ts +4 -0
  395. package/build/main//321/201omponents/Stories/Stories.js +338 -0
  396. package/build/main//321/201omponents/Stories/Stories.js.map +1 -0
  397. package/build/main//321/201omponents/Stories/index.d.ts +1 -0
  398. package/build/main//321/201omponents/Stories/index.js +2 -0
  399. package/build/main//321/201omponents/Stories/index.js.map +1 -0
  400. package/build/main//321/201omponents/Stories/types.d.ts +71 -0
  401. package/build/main//321/201omponents/Stories/types.js +16 -0
  402. package/build/main//321/201omponents/Stories/types.js.map +1 -0
  403. package/build/main//321/201omponents/Switcher/Switcher.d.ts +4 -0
  404. package/build/main//321/201omponents/Switcher/Switcher.js +34 -0
  405. package/build/main//321/201omponents/Switcher/Switcher.js.map +1 -0
  406. package/build/main//321/201omponents/Switcher/index.d.ts +1 -0
  407. package/build/main//321/201omponents/Switcher/index.js +2 -0
  408. package/build/main//321/201omponents/Switcher/index.js.map +1 -0
  409. package/build/main//321/201omponents/Switcher/types.d.ts +8 -0
  410. package/build/main//321/201omponents/Switcher/types.js +2 -0
  411. package/build/main//321/201omponents/Switcher/types.js.map +1 -0
  412. package/build/main//321/201omponents/SyncLoader/SyncLoader.d.ts +5 -0
  413. package/build/main//321/201omponents/SyncLoader/SyncLoader.js +65 -0
  414. package/build/main//321/201omponents/SyncLoader/SyncLoader.js.map +1 -0
  415. package/build/main//321/201omponents/SyncLoader/index.d.ts +1 -0
  416. package/build/main//321/201omponents/SyncLoader/index.js +2 -0
  417. package/build/main//321/201omponents/SyncLoader/index.js.map +1 -0
  418. package/build/main//321/201omponents/SyncLoader/types.d.ts +8 -0
  419. package/build/main//321/201omponents/SyncLoader/types.js +2 -0
  420. package/build/main//321/201omponents/SyncLoader/types.js.map +1 -0
  421. package/build/main//321/201omponents/Textarea/Textarea.d.ts +4 -0
  422. package/build/main//321/201omponents/Textarea/Textarea.js +59 -0
  423. package/build/main//321/201omponents/Textarea/Textarea.js.map +1 -0
  424. package/build/main//321/201omponents/Textarea/index.d.ts +1 -0
  425. package/build/main//321/201omponents/Textarea/index.js +2 -0
  426. package/build/main//321/201omponents/Textarea/index.js.map +1 -0
  427. package/build/main//321/201omponents/Textarea/types.d.ts +13 -0
  428. package/build/main//321/201omponents/Textarea/types.js +2 -0
  429. package/build/main//321/201omponents/Textarea/types.js.map +1 -0
  430. package/build/main//321/201omponents/Toggle/Toggle.d.ts +4 -0
  431. package/build/main//321/201omponents/Toggle/Toggle.js +35 -0
  432. package/build/main//321/201omponents/Toggle/Toggle.js.map +1 -0
  433. package/build/main//321/201omponents/Toggle/index.d.ts +1 -0
  434. package/build/main//321/201omponents/Toggle/index.js +2 -0
  435. package/build/main//321/201omponents/Toggle/index.js.map +1 -0
  436. package/build/main//321/201omponents/Toggle/types.d.ts +12 -0
  437. package/build/main//321/201omponents/Toggle/types.js +2 -0
  438. package/build/main//321/201omponents/Toggle/types.js.map +1 -0
  439. package/build/main//321/201omponents/UserDropdown/ContactBottomSheet/ContactBottomSheet.d.ts +4 -0
  440. package/build/main//321/201omponents/UserDropdown/ContactBottomSheet/ContactBottomSheet.js +31 -0
  441. package/build/main//321/201omponents/UserDropdown/ContactBottomSheet/ContactBottomSheet.js.map +1 -0
  442. package/build/main//321/201omponents/UserDropdown/ContactInfo/ContactInfo.d.ts +4 -0
  443. package/build/main//321/201omponents/UserDropdown/ContactInfo/ContactInfo.js +88 -0
  444. package/build/main//321/201omponents/UserDropdown/ContactInfo/ContactInfo.js.map +1 -0
  445. package/build/main//321/201omponents/UserDropdown/LoadingMessage/LoadingMessage.d.ts +4 -0
  446. package/build/main//321/201omponents/UserDropdown/LoadingMessage/LoadingMessage.js +23 -0
  447. package/build/main//321/201omponents/UserDropdown/LoadingMessage/LoadingMessage.js.map +1 -0
  448. package/build/main//321/201omponents/UserDropdown/MenuList/MenuList.d.ts +4 -0
  449. package/build/main//321/201omponents/UserDropdown/MenuList/MenuList.js +129 -0
  450. package/build/main//321/201omponents/UserDropdown/MenuList/MenuList.js.map +1 -0
  451. package/build/main//321/201omponents/UserDropdown/MultiValueLabel/MultiValueLabel.d.ts +3 -0
  452. package/build/main//321/201omponents/UserDropdown/MultiValueLabel/MultiValueLabel.js +137 -0
  453. package/build/main//321/201omponents/UserDropdown/MultiValueLabel/MultiValueLabel.js.map +1 -0
  454. package/build/main//321/201omponents/UserDropdown/Option/Option.d.ts +4 -0
  455. package/build/main//321/201omponents/UserDropdown/Option/Option.js +80 -0
  456. package/build/main//321/201omponents/UserDropdown/Option/Option.js.map +1 -0
  457. package/build/main//321/201omponents/UserDropdown/SearchInCatalogButton/SearchInCatalogButton.d.ts +4 -0
  458. package/build/main//321/201omponents/UserDropdown/SearchInCatalogButton/SearchInCatalogButton.js +44 -0
  459. package/build/main//321/201omponents/UserDropdown/SearchInCatalogButton/SearchInCatalogButton.js.map +1 -0
  460. package/build/main//321/201omponents/UserDropdown/UserDropdown.d.ts +5 -0
  461. package/build/main//321/201omponents/UserDropdown/UserDropdown.js +549 -0
  462. package/build/main//321/201omponents/UserDropdown/UserDropdown.js.map +1 -0
  463. package/build/main//321/201omponents/UserDropdown/constants.d.ts +8 -0
  464. package/build/main//321/201omponents/UserDropdown/constants.js +10 -0
  465. package/build/main//321/201omponents/UserDropdown/constants.js.map +1 -0
  466. package/build/main//321/201omponents/UserDropdown/helpers.d.ts +105 -0
  467. package/build/main//321/201omponents/UserDropdown/helpers.js +143 -0
  468. package/build/main//321/201omponents/UserDropdown/helpers.js.map +1 -0
  469. package/build/main//321/201omponents/UserDropdown/index.d.ts +1 -0
  470. package/build/main//321/201omponents/UserDropdown/index.js +2 -0
  471. package/build/main//321/201omponents/UserDropdown/index.js.map +1 -0
  472. package/build/main//321/201omponents/UserDropdown/selectStyles.d.ts +15 -0
  473. package/build/main//321/201omponents/UserDropdown/selectStyles.js +69 -0
  474. package/build/main//321/201omponents/UserDropdown/selectStyles.js.map +1 -0
  475. package/build/main//321/201omponents/UserDropdown/types.d.ts +269 -0
  476. package/build/main//321/201omponents/UserDropdown/types.js +9 -0
  477. package/build/main//321/201omponents/UserDropdown/types.js.map +1 -0
  478. package/build/main//321/201omponents/types.d.ts +2 -0
  479. package/build/main//321/201omponents/types.js +2 -0
  480. package/build/main//321/201omponents/types.js.map +1 -0
  481. package/package.json +1 -1
@@ -0,0 +1,4 @@
1
+ <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M7 0.5C10.5899 0.5 13.5 3.41015 13.5 7C13.5 10.5899 10.5899 13.5 7 13.5C3.41015 13.5 0.5 10.5899 0.5 7C0.5 3.41015 3.41015 0.5 7 0.5Z" fill="var(--color-icon-positive)" stroke="currentColor" stroke-linecap="round"/>
3
+ <path d="M9.22559 4.65723C9.50039 4.3828 9.94593 4.38275 10.2207 4.65723C10.4956 4.9321 10.4956 5.37845 10.2207 5.65332L6.52832 9.3457C6.2535 9.62028 5.80802 9.62029 5.5332 9.3457L4.05566 7.86816C3.78127 7.59334 3.78115 7.1478 4.05566 6.87305C4.33053 6.59818 4.77689 6.59818 5.05176 6.87305L6.03027 7.85156L7.5752 6.30762L9.22559 4.65723Z" fill="var(--color-icon-contrast)" stroke="var(--color-icon-contrast)" stroke-width="0.3" stroke-linecap="round"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15.7922 9.14761H6.2232L10.4038 4.96705C10.7379 4.63295 10.7379 4.08468 10.4038 3.75058C10.0697 3.41647 9.52995 3.41647 9.19585 3.75058L3.55038 9.39605C3.21628 9.73015 3.21628 10.2699 3.55038 10.604L9.19585 16.2494C9.52995 16.5835 10.0697 16.5835 10.4038 16.2494C10.7379 15.9153 10.7379 15.3756 10.4038 15.0415L6.2232 10.861H15.7922C16.2634 10.861 16.6489 10.4755 16.6489 10.0043C16.6489 9.53311 16.2634 9.14761 15.7922 9.14761Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8.71054 11.71L11.3005 14.3C11.6905 14.69 12.3205 14.69 12.7105 14.3L15.3005 11.71C15.9305 11.08 15.4805 10 14.5905 10H9.41054C8.52054 10 8.08054 11.08 8.71054 11.71Z" fill="currentColor" fill-opacity="1"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8.71054 12.8825L11.3005 10.2925C11.6905 9.90253 12.3205 9.90253 12.7105 10.2925L15.3005 12.8825C15.9305 13.5125 15.4805 14.5925 14.5905 14.5925H9.41054C8.52054 14.5925 8.08054 13.5125 8.71054 12.8825Z" fill="currentColor" fill-opacity="1"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path opacity="1" d="M10.0078 0.5C13.01 0.500042 15.7045 1.82111 17.5391 3.91309C17.8837 4.30683 17.7945 4.91256 17.3584 5.23926C16.9089 5.57549 16.2588 5.47423 15.8584 5.0459C14.3982 3.48288 12.3168 2.50492 10.0078 2.50488C5.58919 2.50519 2.00684 6.08465 2.00684 10.5C2.00684 14.9154 5.58919 18.4948 10.0078 18.4951C10.5415 18.4952 11.0155 18.844 11.1182 19.334L11.1338 19.4336V19.4346L11.1377 19.4668H11.1367C11.1911 20.0073 10.807 20.4817 10.2842 20.4961C10.1932 20.4986 10.1003 20.5 10.0078 20.5C4.48047 20.4997 6.01308e-08 16.0227 0 10.5C0 4.97731 4.48047 0.500305 10.0078 0.5Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8.71054 11.71L11.3005 14.3C11.6905 14.69 12.3205 14.69 12.7105 14.3L15.3005 11.71C15.9305 11.08 15.4805 10 14.5905 10H9.41054C8.52054 10 8.08054 11.08 8.71054 11.71Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8.71054 12.8823L11.3005 10.2923C11.6905 9.90229 12.3205 9.90229 12.7105 10.2923L15.3005 12.8823C15.9305 13.5123 15.4805 14.5923 14.5905 14.5923H9.41054C8.52054 14.5923 8.08054 13.5123 8.71054 12.8823Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10 18C14.4183 18 18 14.4183 18 10C18 5.58172 14.4183 2 10 2C5.58172 2 2 5.58172 2 10" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path opacity="1" d="M10.0072 1C5.03268 1 1 5.02944 1 10C1 14.9706 5.03268 19 10.0072 19C10.0901 19 10.1728 18.9989 10.2552 18.9967C10.793 18.9821 11.1735 18.4947 11.1187 17.9599L11.1158 17.9316C11.0598 17.3843 10.5578 17 10.0072 17C6.13814 17 3.00161 13.866 3.00161 10C3.00161 6.13401 6.13814 3 10.0072 3C12.0291 3 13.8508 3.85578 15.1296 5.2246C15.5156 5.63782 16.1554 5.7488 16.6081 5.4098C17.039 5.08713 17.1394 4.47639 16.7845 4.07171C15.1336 2.18889 12.7094 1 10.0072 1Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12.5819 9.52631C12.8222 9.82089 12.8048 10.2556 12.5302 10.5302L8.53016 14.5302C8.23726 14.8231 7.7625 14.8231 7.46961 14.5302C7.17672 14.2373 7.17672 13.7626 7.46961 13.4697L10.9393 9.99994L7.46961 6.53022C7.17672 6.23732 7.17672 5.76256 7.46961 5.46967C7.7625 5.17678 8.23726 5.17678 8.53016 5.46967L12.5302 9.46967L12.5819 9.52631Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M7.41809 9.52631C7.17778 9.82089 7.19524 10.2556 7.46984 10.5302L11.4698 14.5302C11.7627 14.8231 12.2375 14.8231 12.5304 14.5302C12.8233 14.2373 12.8233 13.7626 12.5304 13.4697L9.06066 9.99994L12.5304 6.53022C12.8233 6.23732 12.8233 5.76256 12.5304 5.46967C12.2375 5.17678 11.7627 5.17678 11.4698 5.46967L7.46984 9.46967L7.41809 9.52631Z" fill="currentColor" />
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="16" height="16" rx="4" fill="currentColor"/>
3
+ <path d="M6.37593 11.2864L3.71667 8.66458C3.42778 8.37976 3.42778 7.91967 3.71667 7.63485C4.00556 7.35003 4.47222 7.35003 4.76111 7.63485L6.90185 9.73813L11.2389 4.71362C11.5278 4.4288 11.9944 4.4288 12.2833 4.71362C12.5722 4.99843 12.5722 5.45853 12.2833 5.74335L7.42037 11.2864C7.13889 11.5712 6.66481 11.5712 6.37593 11.2864Z" fill="white"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="16" height="16" rx="8" fill="currentColor"/>
3
+ <path d="M6.37593 11.2864L3.71667 8.66458C3.42778 8.37976 3.42778 7.91967 3.71667 7.63485C4.00556 7.35003 4.47222 7.35003 4.76111 7.63485L6.90185 9.73813L11.2389 4.71362C11.5278 4.4288 11.9944 4.4288 12.2833 4.71362C12.5722 4.99843 12.5722 5.45853 12.2833 5.74335L7.42037 11.2864C7.13889 11.5712 6.66481 11.5712 6.37593 11.2864Z" fill="white"/>
4
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M7.36992 5.62516C7.36992 5.27999 7.64974 5.00016 7.99492 5.00016C8.3401 5.00016 8.61992 5.27999 8.61992 5.62516C8.61992 5.97034 8.3401 6.25016 7.99492 6.25016C7.64974 6.25016 7.36992 5.97034 7.36992 5.62516Z" fill="currentColor"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.00025 2.62549C5.03142 2.62549 2.62524 5.03167 2.62524 8.00049C2.62524 10.9693 5.03142 13.3755 8.00025 13.3755C10.9691 13.3755 13.3752 10.9693 13.3752 8.00049C13.3752 5.03167 10.9691 2.62549 8.00025 2.62549ZM1.37524 8.00049C1.37524 4.34131 4.34107 1.37549 8.00025 1.37549C11.6594 1.37549 14.6252 4.34131 14.6252 8.00049C14.6252 11.6597 11.6594 14.6255 8.00025 14.6255C4.34107 14.6255 1.37524 11.6597 1.37524 8.00049Z" fill="currentColor"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.99927 7.37484C8.34445 7.37484 8.62427 7.65466 8.62427 7.99984V11.3332C8.62427 11.6783 8.34445 11.9582 7.99927 11.9582C7.65409 11.9582 7.37427 11.6783 7.37427 11.3332V7.99984C7.37427 7.65466 7.65409 7.37484 7.99927 7.37484Z" fill="currentColor"/>
5
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5.40508 4.45536C5.14282 4.1931 4.71761 4.1931 4.45535 4.45536C4.19309 4.71762 4.19309 5.14283 4.45535 5.40509L9.05028 10L4.45535 14.5949C4.19309 14.8572 4.19309 15.2824 4.45535 15.5446C4.71761 15.8069 5.14282 15.8069 5.40508 15.5446L10 10.9497L14.5949 15.5446C14.8572 15.8069 15.2824 15.8069 15.5447 15.5446C15.8069 15.2824 15.8069 14.8572 15.5447 14.5949L10.9497 10L15.5447 5.40508C15.8069 5.14283 15.8069 4.71762 15.5447 4.45536C15.2824 4.1931 14.8572 4.1931 14.5949 4.45536L10 9.05028L5.40508 4.45536Z" fill="currentColor" fill-opacity="1"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.19928 4.99976C5.86819 4.66866 5.33137 4.66866 5.00028 4.99976C4.66918 5.33085 4.66918 5.86767 5.00028 6.19876L10.8013 11.9998L5.00028 17.8007C4.66918 18.1318 4.66918 18.6687 5.00028 18.9998C5.33137 19.3309 5.86819 19.3309 6.19928 18.9998L12.0003 13.1988L17.8013 18.9998C18.1324 19.3309 18.6692 19.3309 19.0003 18.9998C19.3314 18.6687 19.3314 18.1318 19.0003 17.8008L13.1993 11.9998L19.0003 6.19876C19.3314 5.86767 19.3314 5.33085 19.0003 4.99976C18.6692 4.66866 18.1324 4.66866 17.8013 4.99976L12.0003 10.8008L6.19928 4.99976Z" fill="currentColor" fill-opacity="1"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="24" height="24" rx="12" fill="white"/>
3
+ <path d="M16.7782 7.22943C16.4824 6.93364 16.0045 6.93364 15.7088 7.22943L12 10.9306L8.29124 7.22184C7.99545 6.92605 7.51763 6.92605 7.22184 7.22184C6.92605 7.51763 6.92605 7.99545 7.22184 8.29124L10.9306 12L7.22184 15.7088C6.92605 16.0045 6.92605 16.4824 7.22184 16.7782C7.51763 17.0739 7.99545 17.0739 8.29124 16.7782L12 13.0694L15.7088 16.7782C16.0045 17.0739 16.4824 17.0739 16.7782 16.7782C17.0739 16.4824 17.0739 16.0045 16.7782 15.7088L13.0694 12L16.7782 8.29124C17.0664 8.00303 17.0664 7.51763 16.7782 7.22943Z" fill="#111111" fill-opacity="0.3"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5.40521 4.45548C5.14295 4.19322 4.71774 4.19323 4.45548 4.45548C4.19322 4.71774 4.19322 5.14295 4.45548 5.40521L9.05041 10.0001L4.45548 14.595C4.19322 14.8573 4.19322 15.2825 4.45548 15.5448C4.71774 15.807 5.14295 15.807 5.40521 15.5448L10.0001 10.9498L14.5951 15.5448C14.8573 15.807 15.2825 15.807 15.5448 15.5448C15.807 15.2825 15.807 14.8573 15.5448 14.595L10.9499 10.0001L15.5448 5.40521C15.807 5.14295 15.807 4.71774 15.5448 4.45548C15.2825 4.19322 14.8573 4.19322 14.5951 4.45548L10.0001 9.0504L5.40521 4.45548Z" fill="currentColor" fill-opacity="1"/>
3
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M7.37 5.62498C7.37 5.2798 7.64982 4.99998 7.995 4.99998C8.34017 4.99998 8.62 5.2798 8.62 5.62498C8.62 5.97016 8.34017 6.24998 7.995 6.24998C7.64982 6.24998 7.37 5.97016 7.37 5.62498Z" fill="currentColor" fill-opacity="1"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.00032 2.62531C5.0315 2.62531 2.62532 5.03148 2.62532 8.00031C2.62532 10.9691 5.0315 13.3753 8.00032 13.3753C10.9691 13.3753 13.3753 10.9691 13.3753 8.00031C13.3753 5.03148 10.9691 2.62531 8.00032 2.62531ZM1.37532 8.00031C1.37532 4.34113 4.34114 1.37531 8.00032 1.37531C11.6595 1.37531 14.6253 4.34113 14.6253 8.00031C14.6253 11.6595 11.6595 14.6253 8.00032 14.6253C4.34114 14.6253 1.37532 11.6595 1.37532 8.00031Z" fill="currentColor" fill-opacity="1"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.99934 7.37465C8.34452 7.37465 8.62434 7.65448 8.62434 7.99965V11.333C8.62434 11.6782 8.34452 11.958 7.99934 11.958C7.65417 11.958 7.37434 11.6782 7.37434 11.333V7.99965C7.37434 7.65448 7.65417 7.37465 7.99934 7.37465Z" fill="currentColor" fill-opacity="1"/>
5
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7 1.75C6.55193 1.75 6.11268 1.91565 5.78115 2.22508C5.44788 2.53613 5.25 2.96953 5.25 3.43333V4.5H4C2.89543 4.5 2 5.39543 2 6.5V11.5C2 12.6046 2.89543 13.5 4 13.5H12C13.1046 13.5 14 12.6046 14 11.5V6.5C14 5.39543 13.1046 4.5 12 4.5H10.75V3.43333C10.75 2.96953 10.5521 2.53613 10.2188 2.22508C9.88732 1.91565 9.44807 1.75 9 1.75H7ZM9.25 4.5V3.43333C9.25 3.40206 9.23716 3.36067 9.19537 3.32166C9.15182 3.28102 9.08236 3.25 9 3.25H7C6.91764 3.25 6.84818 3.28102 6.80463 3.32166C6.76284 3.36067 6.75 3.40206 6.75 3.43333V4.5H9.25Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="1" y="1" width="18" height="18" rx="9" fill="#EC8D31"/>
3
+ <rect x="1" y="1" width="18" height="18" rx="9" stroke="currentColor" stroke-width="2"/>
4
+ <path d="M6.66692 12C6.57026 12 6.48743 11.9309 6.47014 11.8358L5.60563 7.08099C5.57143 6.89284 5.79544 6.76859 5.93694 6.89722L8.25 9L9.82724 6.29615C9.90442 6.16385 10.0956 6.16385 10.1728 6.29615L11.75 9L14.0631 6.89722C14.2046 6.76859 14.4286 6.89284 14.3944 7.08099L13.5299 11.8358C13.5126 11.9309 13.4297 12 13.3331 12H6.66692ZM13.5 13.5C13.5 13.8 13.3 14 13 14H7C6.7 14 6.5 13.8 6.5 13.5V13H13.5V13.5Z" fill="#F9F9F9"/>
5
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M7 0.5C10.5899 0.5 13.5 3.41015 13.5 7C13.5 10.5899 10.5899 13.5 7 13.5C3.41015 13.5 0.5 10.5899 0.5 7C0.5 3.41015 3.41015 0.5 7 0.5Z" fill="var(--color-icon-negative)" stroke="currentColor" stroke-linecap="round"/>
3
+ <path d="M8.44336 4.60156C8.70604 4.33888 9.13185 4.33889 9.39453 4.60156C9.65722 4.86425 9.65722 5.29005 9.39453 5.55273L7.94727 7L9.39453 8.44727C9.65722 8.70995 9.65721 9.13575 9.39453 9.39844C9.13185 9.66112 8.70604 9.66112 8.44336 9.39844L6.99609 7.95117L5.54883 9.39844C5.28614 9.66112 4.86034 9.66112 4.59766 9.39844C4.33498 9.13575 4.33497 8.70995 4.59766 8.44727L6.04492 7L4.59766 5.55273C4.33497 5.29005 4.33497 4.86425 4.59766 4.60156C4.86034 4.33888 5.28614 4.33888 5.54883 4.60156L6.99609 6.04883L8.44336 4.60156Z" fill="var(--color-icon-contrast)" stroke="var(--color-icon-contrast)" stroke-width="0.191445" stroke-linecap="round"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.55806 7.55806C7.80214 7.31398 8.19786 7.31398 8.44194 7.55806L12 11.1161L15.5581 7.55806C15.8021 7.31398 16.1979 7.31398 16.4419 7.55806C16.686 7.80214 16.686 8.19786 16.4419 8.44194L12.8839 12L16.4419 15.5581C16.686 15.8021 16.686 16.1979 16.4419 16.4419C16.1979 16.686 15.8021 16.686 15.5581 16.4419L12 12.8839L8.44194 16.4419C8.19786 16.686 7.80214 16.686 7.55806 16.4419C7.31398 16.1979 7.31398 15.8021 7.55806 15.5581L11.1161 12L7.55806 8.44194C7.31398 8.19786 7.31398 7.80214 7.55806 7.55806Z" fill="currentColor" fill-opacity="1"/>
3
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg viewBox="0 0 16 15" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_3057_3257)">
3
+ <path d="M12.6602 8.99774C12.6604 8.50291 13.2667 8.24756 13.6361 8.58669L15.626 10.4133C15.7885 10.5625 15.7917 10.8133 15.6331 10.9664L13.7062 12.8257C13.3186 13.1997 12.6607 12.9319 12.6607 12.4001C12.6607 12.242 12.7248 12.0903 12.8392 11.9781L14.1497 10.6923L12.8286 9.39604C12.7207 9.29019 12.6602 9.14699 12.6602 8.99774Z" fill="currentColor"/>
4
+ <path d="M9.6306 8.99776C9.63077 8.50294 10.237 8.24758 10.6065 8.58672L12.5964 10.4133C12.7589 10.5625 12.7621 10.8134 12.6034 10.9664L10.6765 12.8257C10.2889 13.1997 9.63104 12.9319 9.63104 12.4002C9.63104 12.242 9.6952 12.0903 9.80952 11.9781L11.12 10.6923L9.79896 9.39607C9.69108 9.29022 9.63055 9.14701 9.6306 8.99776Z" fill="currentColor"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M11.6801 3H2.85334C2.24099 3 1.75 3.42756 1.75 3.9608V9.72563C1.75 9.98045 1.86624 10.2248 2.07316 10.405C2.28008 10.5852 2.56072 10.6864 2.85334 10.6864H7.66832C7.66589 10.631 7.66467 10.5753 7.66467 10.5194C7.66467 8.39681 9.4289 6.67615 11.6052 6.67615C12.0156 6.67615 12.4114 6.73735 12.7834 6.8509V3.9608C12.7834 3.42756 12.2869 3 11.6801 3ZM11.575 4.92093L7.46638 7.24223C7.29825 7.34472 7.07758 7.34472 6.90945 7.24223L3.03724 4.90555C2.90589 4.82356 2.82707 4.68521 2.82707 4.5366C2.82707 4.19328 3.21062 3.98831 3.5101 4.16766L7.18791 6.38647L11.1022 4.18303C11.4016 4.00368 11.7852 4.20865 11.7852 4.55198C11.7852 4.70058 11.7064 4.83894 11.575 4.92093Z" fill="currentColor"/>
6
+ </g>
7
+ <defs>
8
+ <clipPath id="clip0_3057_3257">
9
+ <rect width="15" height="15" fill="white" transform="translate(0.75)"/>
10
+ </clipPath>
11
+ </defs>
12
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg width="29" height="28" viewBox="0 0 29 28" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M1.8999 5.60003C1.8999 3.28043 3.78031 1.40002 6.0999 1.40002H20.7999L27.0999 7.70002V22.4C27.0999 24.7196 25.2195 26.6 22.8999 26.6H6.0999C3.78031 26.6 1.8999 24.7196 1.8999 22.4V5.60003Z" fill="url(#paint0_linear_10697_53755)"/>
3
+ <path d="M20.8013 1.39954L27.1015 7.6998H23.9514C22.2116 7.6998 20.8013 6.28942 20.8013 4.54963V1.39954Z" fill="#3955B8"/>
4
+ <path d="M18.1178 19.8188C18.444 19.8188 18.7084 20.0832 18.7084 20.4094C18.7084 20.7356 18.444 21 18.1178 21H8.79902C8.47283 21 8.2084 20.7356 8.2084 20.4094C8.20842 20.0832 8.47284 19.8188 8.79902 19.8188H18.1178ZM20.2178 15.2852C20.544 15.2852 20.8084 15.5496 20.8084 15.8758C20.8084 16.202 20.544 16.4664 20.2178 16.4664H8.79902C8.47283 16.4664 8.2084 16.202 8.2084 15.8758C8.20842 15.5496 8.47284 15.2852 8.79902 15.2852H20.2178ZM12.7235 8.40002C13.0497 8.40002 13.3148 8.66445 13.3148 8.99065C13.3148 9.31686 13.0497 9.58127 12.7235 9.58127H11.3475V12.9288C11.3475 13.2546 11.0833 13.5186 10.7575 13.5188C10.4316 13.5188 10.1669 13.2547 10.1669 12.9288V9.58127H8.79082C8.46462 9.58126 8.2002 9.31685 8.2002 8.99065C8.20021 8.66446 8.46463 8.40004 8.79082 8.40002H12.7235ZM20.2068 10.7516C20.533 10.7516 20.7974 11.016 20.7975 11.3422C20.7975 11.6684 20.533 11.9328 20.2068 11.9328H15.0881C14.7619 11.9328 14.4975 11.6684 14.4975 11.3422C14.4975 11.016 14.7619 10.7516 15.0881 10.7516H20.2068Z" fill="white"/>
5
+ <defs>
6
+ <linearGradient id="paint0_linear_10697_53755" x1="1.8999" y1="1.40002" x2="27.0999" y2="26.6" gradientUnits="userSpaceOnUse">
7
+ <stop stop-color="#74B5E3"/>
8
+ <stop offset="1" stop-color="#3393D7"/>
9
+ </linearGradient>
10
+ </defs>
11
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M2 8C2 4.68629 4.68629 2 8 2H29L38 11V32C38 35.3137 35.3137 38 32 38H8C4.68629 38 2 35.3137 2 32V8Z" fill="url(#paint0_linear_9008_51755)"/>
3
+ <path d="M29.002 1.99921L38.0023 10.9996H33.5022C31.0168 10.9996 29.002 8.98476 29.002 6.49935V1.99921Z" fill="#3955B8"/>
4
+ <path d="M25.168 28.3125C25.6339 28.3125 26.0117 28.6903 26.0117 29.1562C26.0117 29.6222 25.634 30 25.168 30H11.8555C11.3895 30 11.0117 29.6222 11.0117 29.1562C11.0117 28.6903 11.3895 28.3125 11.8555 28.3125H25.168ZM28.168 21.8359C28.6339 21.836 29.0117 22.2137 29.0117 22.6797C29.0117 23.1457 28.634 23.5234 28.168 23.5234H11.8555C11.3895 23.5234 11.0117 23.1457 11.0117 22.6797C11.0117 22.2137 11.3895 21.836 11.8555 21.8359H28.168ZM17.4619 12C17.9279 12 18.3066 12.3778 18.3066 12.8438C18.3066 13.3098 17.9279 13.6875 17.4619 13.6875H15.4961V18.4697C15.4961 18.9352 15.1187 19.3122 14.6533 19.3125C14.1877 19.3125 13.8096 18.9353 13.8096 18.4697V13.6875H11.8438C11.3778 13.6875 11 13.3098 11 12.8438C11 12.3778 11.3778 12 11.8438 12H17.4619ZM28.1523 15.3594C28.6183 15.3594 28.9961 15.7371 28.9961 16.2031C28.9961 16.6691 28.6183 17.0469 28.1523 17.0469H20.8398C20.3738 17.0469 19.9961 16.6691 19.9961 16.2031C19.9961 15.7371 20.3739 15.3594 20.8398 15.3594H28.1523Z" fill="white"/>
5
+ <defs>
6
+ <linearGradient id="paint0_linear_9008_51755" x1="2" y1="2" x2="38" y2="38" gradientUnits="userSpaceOnUse">
7
+ <stop stop-color="#74B5E3"/>
8
+ <stop offset="1" stop-color="#3393D7"/>
9
+ </linearGradient>
10
+ </defs>
11
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M11.0302 2.28309C11.4795 2.03014 11.9864 1.89725 12.502 1.89725C13.0176 1.89725 13.5245 2.03014 13.9738 2.28309C14.4231 2.53604 14.7996 2.90052 15.067 3.34136L15.0699 3.34611L23.5398 17.4861L23.548 17.4999C23.8099 17.9536 23.9485 18.4679 23.95 18.9917C23.9514 19.5155 23.8157 20.0306 23.5563 20.4857C23.2969 20.9408 22.9229 21.3201 22.4714 21.5857C22.0199 21.8514 21.5068 21.9942 20.983 21.9999L20.972 22.0001L4.02098 22C3.49718 21.9942 2.98402 21.8514 2.53255 21.5857C2.08107 21.3201 1.70703 20.9408 1.44762 20.4857C1.18822 20.0306 1.0525 19.5155 1.05397 18.9917C1.05543 18.4679 1.19404 17.9536 1.45598 17.4999L1.46411 17.4861L9.93411 3.34612L10.792 3.85998L9.93697 3.34136C10.2044 2.90052 10.5809 2.53604 11.0302 2.28309ZM11.6482 4.37663L3.18466 18.5058C3.09948 18.6556 3.05444 18.8249 3.05396 18.9973C3.05347 19.1719 3.09871 19.3436 3.18518 19.4953C3.27165 19.647 3.39633 19.7734 3.54682 19.862C3.69599 19.9498 3.86537 19.9973 4.03837 20H20.9656C21.1386 19.9973 21.308 19.9498 21.4571 19.862C21.6076 19.7734 21.7323 19.647 21.8188 19.4953C21.9052 19.3436 21.9505 19.1719 21.95 18.9973C21.9495 18.8249 21.9045 18.6557 21.8193 18.5059L13.357 4.37862C13.3566 4.37796 13.3562 4.37729 13.3558 4.37663C13.2667 4.23058 13.1417 4.1098 12.9926 4.02586C12.8428 3.94154 12.6738 3.89725 12.502 3.89725C12.3301 3.89725 12.1611 3.94154 12.0114 4.02586C11.8623 4.1098 11.7372 4.23058 11.6482 4.37663Z" fill="currentColor" fill-opacity="1"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12.502 8C13.0542 8 13.502 8.44772 13.502 9V13C13.502 13.5523 13.0542 14 12.502 14C11.9497 14 11.502 13.5523 11.502 13V9C11.502 8.44772 11.9497 8 12.502 8Z" fill="currentColor" fill-opacity="1"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M11.502 17C11.502 16.4477 11.9497 16 12.502 16H12.512C13.0642 16 13.512 16.4477 13.512 17C13.512 17.5523 13.0642 18 12.512 18H12.502C11.9497 18 11.502 17.5523 11.502 17Z" fill="currentColor" fill-opacity="1"/>
5
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.64541 2L8.41975 2C8.91067 2 9.30864 2.39797 9.30864 2.88889C9.30864 3.37981 8.91067 3.77778 8.41975 3.77778H6.68148C6.00305 3.77778 5.54768 3.77847 5.19701 3.80712C4.85672 3.83492 4.69401 3.88456 4.58668 3.93925C4.30792 4.08128 4.08128 4.30792 3.93925 4.58668C3.88456 4.69401 3.83492 4.85672 3.80712 5.19701C3.77847 5.54768 3.77778 6.00305 3.77778 6.68148V13.3185C3.77778 13.997 3.77847 14.4523 3.80712 14.803C3.83492 15.1433 3.88456 15.306 3.93925 15.4133C4.08128 15.6921 4.30792 15.9187 4.58668 16.0607C4.69401 16.1154 4.85672 16.1651 5.19701 16.1929C5.54768 16.2215 6.00305 16.2222 6.68148 16.2222H13.3185C13.997 16.2222 14.4523 16.2215 14.803 16.1929C15.1433 16.1651 15.306 16.1154 15.4133 16.0607C15.6921 15.9187 15.9187 15.6921 16.0607 15.4133C16.1154 15.306 16.1651 15.1433 16.1929 14.803C16.2215 14.4523 16.2222 13.997 16.2222 13.3185V11.5802C16.2222 11.0893 16.6202 10.6914 17.1111 10.6914C17.602 10.6914 18 11.0893 18 11.5802V13.3546C18 13.9877 18 14.5161 17.9648 14.9478C17.928 15.398 17.8484 15.8207 17.6448 16.2204C17.3323 16.8337 16.8337 17.3323 16.2204 17.6448C15.8207 17.8484 15.398 17.928 14.9478 17.9648C14.5161 18 13.9877 18 13.3546 18H6.64539C6.01233 18 5.48392 18 5.05224 17.9648C4.60201 17.928 4.17931 17.8484 3.77959 17.6448C3.16632 17.3323 2.66772 16.8337 2.35524 16.2204C2.15157 15.8207 2.07203 15.398 2.03525 14.9478C1.99998 14.5161 1.99999 13.9877 2 13.3546V6.64541C1.99999 6.01234 1.99998 5.48393 2.03525 5.05224C2.07203 4.60201 2.15157 4.17931 2.35524 3.77959C2.66771 3.16632 3.16632 2.66771 3.77959 2.35524C4.17931 2.15157 4.60201 2.07203 5.05224 2.03525C5.48393 1.99998 6.01234 1.99999 6.64541 2ZM11.4815 2.8889C11.4815 2.39798 11.8794 2.00001 12.3704 2.00001H17.1111C17.602 2.00001 18 2.39798 18 2.8889L18 7.62964C18 8.12056 17.602 8.51853 17.1111 8.51853C16.6202 8.51853 16.2222 8.12056 16.2222 7.62964L16.2222 5.03486L10.6285 10.6285C10.2814 10.9757 9.71859 10.9757 9.37146 10.6285C9.02433 10.2814 9.02433 9.71859 9.37146 9.37146L14.9651 3.77779H12.3704C11.8794 3.77779 11.4815 3.37982 11.4815 2.8889Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5.62595 4.37567C5.30223 4.05195 4.80703 4.02228 4.5199 4.30941C4.23277 4.59654 4.26243 5.09174 4.58615 5.41547L6.8975 7.72681C5.75399 8.72532 4.76815 9.9819 4.04852 11.3128C3.81775 11.7405 3.81748 12.2583 4.04824 12.686C4.87454 14.2145 6.05205 15.6454 7.41598 16.6996C8.77649 17.7511 10.3638 18.4584 12 18.4584C13.4739 18.4584 14.9081 17.8844 16.1727 17.002L18.2631 19.0924C18.5868 19.4161 19.082 19.4458 19.3691 19.1587C19.6563 18.8715 19.6266 18.3763 19.3029 18.0526L5.62595 4.37567ZM15.2729 16.1022L13.7562 14.5855C12.54 15.4137 10.8689 15.2884 9.79027 14.2097C8.71161 13.1311 8.58634 11.46 9.41448 10.2438L7.78365 8.61296C6.73406 9.51438 5.81584 10.6725 5.14834 11.9068C5.11747 11.964 5.11744 12.035 5.14825 12.0923C5.89861 13.4803 6.96586 14.7718 8.18039 15.7105C9.39843 16.6519 10.7236 17.2084 12 17.2084C13.0877 17.2084 14.2108 16.8043 15.2729 16.1022ZM10.3256 11.155C9.97056 11.8582 10.0867 12.7384 10.6742 13.3258C11.2616 13.9133 12.1418 14.0294 12.845 13.6744L10.3256 11.155Z" fill="currentColor" fill-opacity="1"/>
3
+ <path d="M18.8517 12.0931C18.5184 12.7094 18.1226 13.3067 17.6792 13.8625C17.4728 14.1213 17.4831 14.496 17.7172 14.73C17.9718 14.9847 18.3893 14.9737 18.6153 14.6933C19.1234 14.0627 19.574 13.3852 19.9514 12.6873C20.1822 12.2596 20.1824 11.7418 19.9517 11.3141C19.1254 9.78556 17.9479 8.35469 16.5839 7.30053C15.2234 6.24902 13.6361 5.54171 12 5.54171C11.3388 5.54171 10.6857 5.6572 10.0522 5.86421C9.62461 6.00396 9.52879 6.54163 9.84692 6.85976C10.0281 7.0409 10.2979 7.09513 10.5429 7.02011C11.0299 6.87092 11.5184 6.79171 12 6.79171C13.2763 6.79171 14.6015 7.34816 15.8195 8.28956C17.0341 9.22832 18.1014 10.52 18.8518 11.9081C18.8824 11.9652 18.8824 12.036 18.8517 12.0931Z" fill="currentColor" fill-opacity="1"/>
4
+ <path d="M15.1236 11.9075C15.1262 11.9945 15.0228 12.0356 14.9612 11.9741L12.0259 9.03878C11.9644 8.97724 12.0055 8.87383 12.0925 8.87639C12.8612 8.89902 13.623 9.20366 14.2097 9.79032C14.7963 10.377 15.101 11.1389 15.1236 11.9075Z" fill="currentColor" fill-opacity="1"/>
5
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M9.79027 9.79035C11.0107 8.56996 12.9893 8.56996 14.2097 9.79035C15.4301 11.0107 15.4301 12.9894 14.2097 14.2098C12.9893 15.4302 11.0107 15.4302 9.79027 14.2098C8.56989 12.9894 8.56989 11.0107 9.79027 9.79035ZM10.6742 10.6742C11.4064 9.942 12.5936 9.942 13.3258 10.6742C14.058 11.4065 14.058 12.5937 13.3258 13.3259C12.5936 14.0581 11.4064 14.0581 10.6742 13.3259C9.94193 12.5937 9.94193 11.4065 10.6742 10.6742Z" fill="currentColor" fill-opacity="1"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12 5.54175C10.3638 5.54175 8.7765 6.24905 7.41601 7.30044C6.05209 8.35448 4.87482 9.78468 4.04852 11.3128C3.81775 11.7405 3.81748 12.2583 4.04824 12.686C4.87454 14.2146 6.05205 15.6454 7.41598 16.6996C8.77649 17.7511 10.3638 18.4584 12 18.4584C13.6361 18.4584 15.2234 17.7511 16.5839 16.6997C17.9478 15.6457 19.1251 14.2155 19.9514 12.6874C20.1822 12.2596 20.1824 11.7419 19.9517 11.3142C19.1254 9.78559 17.9479 8.35473 16.5839 7.30057C15.2234 6.24905 13.6361 5.54175 12 5.54175ZM5.14834 11.9068C5.8987 10.5193 6.96589 9.22806 8.18037 8.28951C9.39841 7.3482 10.7236 6.79175 12 6.79175C13.2763 6.79175 14.6015 7.3482 15.8195 8.2896C17.0341 9.22835 18.1014 10.52 18.8518 11.9081C18.8824 11.9653 18.8824 12.036 18.8517 12.0931C18.1013 13.4807 17.0341 14.7721 15.8196 15.7107C14.6015 16.652 13.2763 17.2084 12 17.2084C10.7236 17.2084 9.39843 16.652 8.18039 15.7106C6.96586 14.7719 5.89861 13.4803 5.14825 12.0923C5.11744 12.0351 5.11747 11.9641 5.14834 11.9068ZM18.8518 11.9081C18.8517 11.908 18.8519 11.9083 18.8518 11.9081V11.9081Z" fill="currentColor" fill-opacity="1"/>
4
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg width="29" height="28" viewBox="0 0 29 28" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M1.8999 5.60003C1.8999 3.28043 3.78031 1.40002 6.0999 1.40002H20.7999L27.0999 7.70002V22.4C27.0999 24.7196 25.2195 26.6 22.8999 26.6H6.0999C3.78031 26.6 1.8999 24.7196 1.8999 22.4V5.60003Z" fill="url(#paint0_linear_10697_53771)"/>
3
+ <path d="M20.8013 1.39954L27.1015 7.6998H23.9514C22.2116 7.6998 20.8013 6.28942 20.8013 4.54963V1.39954Z" fill="#465775"/>
4
+ <path d="M20.2096 19.3429C20.5358 19.343 20.8002 19.6074 20.8002 19.9336C20.8002 20.2598 20.5358 20.5242 20.2096 20.5242H8.79082C8.46462 20.5242 8.2002 20.2598 8.2002 19.9336C8.20021 19.6074 8.46463 19.343 8.79082 19.3429H20.2096ZM20.2096 14.8094C20.5358 14.8094 20.8002 15.0738 20.8002 15.4C20.8002 15.7262 20.5358 15.9906 20.2096 15.9906H8.79082C8.46462 15.9906 8.2002 15.7262 8.2002 15.4C8.20021 15.0738 8.46463 14.8094 8.79082 14.8094H20.2096ZM20.2096 10.2758C20.5358 10.2758 20.8002 10.5402 20.8002 10.8664C20.8002 11.1926 20.5358 11.457 20.2096 11.457H8.79082C8.46462 11.457 8.2002 11.1926 8.2002 10.8664C8.20021 10.5402 8.46463 10.2758 8.79082 10.2758H20.2096Z" fill="white"/>
5
+ <defs>
6
+ <linearGradient id="paint0_linear_10697_53771" x1="1.8999" y1="1.40002" x2="27.0999" y2="26.6" gradientUnits="userSpaceOnUse">
7
+ <stop stop-color="#8092B3"/>
8
+ <stop offset="1" stop-color="#596E95"/>
9
+ </linearGradient>
10
+ </defs>
11
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M2 8C2 4.68629 4.68629 2 8 2H29L38 11V32C38 35.3137 35.3137 38 32 38H8C4.68629 38 2 35.3137 2 32V8Z" fill="url(#paint0_linear_9008_51792)"/>
3
+ <path d="M29.002 1.99927L38.0023 10.9997H33.5022C31.0168 10.9997 29.002 8.98482 29.002 6.49941V1.99927Z" fill="#465775"/>
4
+ <path d="M28.1562 27.6328C28.6222 27.6328 29 28.0106 29 28.4766C29 28.9426 28.6222 29.3203 28.1562 29.3203H11.8438C11.3778 29.3203 11 28.9426 11 28.4766C11 28.0106 11.3778 27.6328 11.8438 27.6328H28.1562ZM28.1562 21.1562C28.6222 21.1563 29 21.534 29 22C29 22.466 28.6222 22.8437 28.1562 22.8438H11.8438C11.3778 22.8437 11 22.466 11 22C11 21.534 11.3778 21.1563 11.8438 21.1562H28.1562ZM28.1562 14.6797C28.6222 14.6797 29 15.0575 29 15.5234C29 15.9894 28.6222 16.3672 28.1562 16.3672H11.8438C11.3778 16.3672 11 15.9894 11 15.5234C11 15.0575 11.3778 14.6797 11.8438 14.6797H28.1562Z" fill="white"/>
5
+ <defs>
6
+ <linearGradient id="paint0_linear_9008_51792" x1="2" y1="2" x2="38" y2="38" gradientUnits="userSpaceOnUse">
7
+ <stop stop-color="#8092B3"/>
8
+ <stop offset="1" stop-color="#596E95"/>
9
+ </linearGradient>
10
+ </defs>
11
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.00003 2C6.4644 2 5.21954 3.24487 5.21954 4.78049C5.21954 6.31611 6.4644 7.56098 8.00003 7.56098C9.53565 7.56098 10.7805 6.31611 10.7805 4.78049C10.7805 3.24487 9.53565 2 8.00003 2Z" fill="currentColor" fill-opacity="1"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4.88479 9.18267C5.70394 8.71459 6.80627 8.43902 8.00003 8.43902C9.19378 8.43902 10.2961 8.71459 11.1153 9.18267C11.922 9.64365 12.5366 10.3474 12.5366 11.2195C12.5366 12.0916 11.922 12.7954 11.1153 13.2564C10.2961 13.7244 9.19378 14 8.00003 14C6.80627 14 5.70394 13.7244 4.88479 13.2564C4.07807 12.7954 3.46344 12.0916 3.46344 11.2195C3.46344 10.3474 4.07807 9.64365 4.88479 9.18267Z" fill="currentColor" fill-opacity="1"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M14.3 9.5C14.5955 9.5 14.8881 9.43995 15.161 9.32329C15.434 9.20663 15.6821 9.03563 15.891 8.82007C16.0999 8.6045 16.2657 8.34859 16.3787 8.06694C16.4918 7.7853 16.55 7.48343 16.55 7.17857C16.55 6.56289 16.3129 5.97243 15.891 5.53707C15.469 5.10172 14.8967 4.85714 14.3 4.85714C13.7033 4.85714 13.131 5.10172 12.709 5.53707C12.2871 5.97243 12.05 6.56289 12.05 7.17857C12.05 7.48343 12.1082 7.7853 12.2213 8.06694C12.3343 8.34859 12.5001 8.6045 12.709 8.82007C13.131 9.25542 13.7033 9.5 14.3 9.5ZM7.55 8.57143C8.26608 8.57143 8.95284 8.27793 9.45919 7.75551C9.96554 7.23309 10.25 6.52453 10.25 5.78571C10.25 5.0469 9.96554 4.33834 9.45919 3.81592C8.95284 3.29349 8.26608 3 7.55 3C6.83392 3 6.14716 3.29349 5.64081 3.81592C5.13446 4.33834 4.85 5.0469 4.85 5.78571C4.85 6.52453 5.13446 7.23309 5.64081 7.75551C6.14716 8.27793 6.83392 8.57143 7.55 8.57143ZM14.3 11.3571C12.653 11.3571 9.35 12.2114 9.35 13.9107V16H19.25V13.9107C19.25 12.2114 15.947 11.3571 14.3 11.3571ZM7.55 10.4286C5.453 10.4286 1.25 11.515 1.25 13.6786V16H7.55V13.9107C7.55 13.1214 7.847 11.7379 9.683 10.6886C8.9 10.5214 8.144 10.4286 7.55 10.4286Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="16" height="16" rx="4" fill="currentColor"/>
3
+ <path d="M9.57129 9L12.5 9C12.9142 9 13.25 8.66421 13.25 8.25C13.25 7.83579 12.9142 7.5 12.5 7.5L9.57129 7.5L8.07129 7.5L3.5 7.5C3.08579 7.5 2.75 7.83579 2.75 8.25C2.75 8.66421 3.08579 9 3.5 9L8.07129 9L9.57129 9Z" fill="white"/>
4
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="icon/info">
3
+ <path id="Vector" d="M11.9951 17C12.5451 17 12.9951 16.55 12.9951 16V12C12.9951 11.45 12.5451 11 11.9951 11C11.4451 11 10.9951 11.45 10.9951 12V16C10.9951 16.55 11.4451 17 11.9951 17ZM11.9851 22.0001C6.46512 22.0001 1.99512 17.52 1.99512 12C1.99512 6.48 6.46512 2 11.9851 2C17.515 2 21.9951 6.48 21.9951 12C21.9951 17.52 17.515 22.0001 11.9851 22.0001ZM11.9951 4.00001C7.57512 4.00001 3.99513 7.58 3.99513 12C3.99513 16.42 7.57512 20 11.9951 20C16.4151 20 19.9951 16.42 19.9951 12C19.9951 7.58 16.4151 4.00001 11.9951 4.00001ZM12.9951 7.00001H10.9951V9H12.9951V7.00001Z" fill="#C84235"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="8" height="6" viewBox="0 0 8 6" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3.29357 5.30199C3.68357 5.69198 4.31374 5.69198 4.70375 5.30199L7.29363 2.71216C7.92364 2.08216 7.48344 1.00221 6.59342 1.00221H1.41366C0.523652 1.00221 0.0736843 2.08216 0.703693 2.71216L3.29357 5.30199Z" fill="currentColor" fill-opacity="1"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="8" height="6" viewBox="0 0 8 6" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M6.58647 5.00232C7.47613 5.00206 7.92594 3.92233 7.29644 3.29237L4.70656 0.702536C4.31655 0.312538 3.68639 0.312538 3.29638 0.702536L0.706502 3.29237C0.0765743 3.92228 0.515949 5.00204 1.40573 5.00232H6.58647Z" fill="currentColor" fill-opacity="1"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M1.5 8C1.5 4.13401 4.63401 1 8.5 1C12.366 1 15.5 4.13401 15.5 8C15.5 11.866 12.366 15 8.5 15C7.94772 15 7.5 14.5523 7.5 14C7.5 13.4477 7.94772 13 8.5 13C11.2614 13 13.5 10.7614 13.5 8C13.5 5.23858 11.2614 3 8.5 3C5.73858 3 3.5 5.23858 3.5 8C3.5 8.55228 3.05228 9 2.5 9C1.94772 9 1.5 8.55228 1.5 8Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M5.57275 5H11.5728C12.1228 5 12.5728 4.55 12.5728 4C12.5728 3.45 12.1228 3 11.5728 3H5.57275C4.47275 3 3.57275 3.9 3.57275 5V19C3.57275 20.1 4.47275 21 5.57275 21H11.5728C12.1228 21 12.5728 20.55 12.5728 20C12.5728 19.45 12.1228 19 11.5728 19H5.57275V5Z" fill="currentColor"/>
3
+ <path d="M21.2228 11.65L18.4328 8.86C18.1128 8.54 17.5728 8.76 17.5728 9.21V11H10.5728C10.0228 11 9.57275 11.45 9.57275 12C9.57275 12.55 10.0228 13 10.5728 13H17.5728V14.79C17.5728 15.24 18.1128 15.46 18.4228 15.14L21.2128 12.35C21.4128 12.16 21.4128 11.84 21.2228 11.65Z" fill="currentColor"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.33333 3.25C5.52589 3.25 3.25 5.52589 3.25 8.33333C3.25 11.1408 5.52589 13.4167 8.33333 13.4167C11.1408 13.4167 13.4167 11.1408 13.4167 8.33333C13.4167 5.52589 11.1408 3.25 8.33333 3.25ZM1.75 8.33333C1.75 4.69746 4.69746 1.75 8.33333 1.75C11.9692 1.75 14.9167 4.69746 14.9167 8.33333C14.9167 9.88105 14.3826 11.304 13.4887 12.428L18.0303 16.9697C18.3232 17.2626 18.3232 17.7374 18.0303 18.0303C17.7374 18.3232 17.2626 18.3232 16.9697 18.0303L12.428 13.4887C11.304 14.3826 9.88105 14.9167 8.33333 14.9167C4.69746 14.9167 1.75 11.9692 1.75 8.33333Z" fill="currentColor" fill-opacity="1"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M17.25 3H3.91667C3 3 2.25833 3.75 2.25833 4.66667L2.25 14.6667C2.25 15.5833 3 16.3333 3.91667 16.3333H17.25C18.1667 16.3333 18.9167 15.5833 18.9167 14.6667V4.66667C18.9167 3.75 18.1667 3 17.25 3ZM16.4167 14.6667H4.75C4.29167 14.6667 3.91667 14.2917 3.91667 13.8333V6.33333L9.7 9.95C10.2417 10.2917 10.925 10.2917 11.4667 9.95L17.25 6.33333V13.8333C17.25 14.2917 16.875 14.6667 16.4167 14.6667ZM10.5833 8.83333L3.91667 4.66667H17.25L10.5833 8.83333Z" fill="#B7B7B7"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4.08333 14C3.80719 14 3.58333 13.7761 3.58333 13.5V12.668C3.58333 12.6672 3.58275 12.6667 3.58203 12.6667V2.5C3.58203 2.22386 3.80589 2 4.08203 2H9.7487C10.0248 2 10.2487 2.22386 10.2487 2.5V2.66667H12.4154C12.6915 2.66667 12.9154 2.89052 12.9154 3.16667V12.6667V13.5C12.9154 13.7761 12.6915 14 12.4154 14H12.082C11.8059 14 11.582 13.7761 11.582 13.5V4H10.2487V13.5C10.2487 13.7761 10.0248 14 9.7487 14H4.08333ZM8.275 8.69167C8.46389 8.69167 8.62222 8.62778 8.75 8.5C8.87778 8.37222 8.94167 8.21389 8.94167 8.025C8.94167 7.83611 8.87778 7.67778 8.75 7.55C8.62222 7.42222 8.46389 7.35833 8.275 7.35833C8.08611 7.35833 7.92778 7.42222 7.8 7.55C7.67222 7.67778 7.60833 7.83611 7.60833 8.025C7.60833 8.21389 7.67222 8.37222 7.8 8.5C7.92778 8.62778 8.08611 8.69167 8.275 8.69167Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M9.99479 16.6633C9.53646 16.6633 9.1441 16.5001 8.81771 16.1737C8.49132 15.8473 8.32812 15.455 8.32812 14.9966C8.32812 14.5383 8.49132 14.1459 8.81771 13.8195C9.1441 13.4932 9.53646 13.33 9.99479 13.33C10.4531 13.33 10.8455 13.4932 11.1719 13.8195C11.4983 14.1459 11.6615 14.5383 11.6615 14.9966C11.6615 15.455 11.4983 15.8473 11.1719 16.1737C10.8455 16.5001 10.4531 16.6633 9.99479 16.6633ZM9.99479 11.6633C9.53646 11.6633 9.1441 11.5001 8.81771 11.1737C8.49132 10.8473 8.32812 10.455 8.32812 9.99662C8.32812 9.53829 8.49132 9.14593 8.81771 8.81954C9.1441 8.49315 9.53646 8.32996 9.99479 8.32996C10.4531 8.32996 10.8455 8.49315 11.1719 8.81954C11.4983 9.14593 11.6615 9.53829 11.6615 9.99662C11.6615 10.455 11.4983 10.8473 11.1719 11.1737C10.8455 11.5001 10.4531 11.6633 9.99479 11.6633ZM9.99479 6.66329C9.53646 6.66329 9.1441 6.50009 8.81771 6.17371C8.49132 5.84732 8.32812 5.45496 8.32812 4.99662C8.32812 4.53829 8.49132 4.14593 8.81771 3.81954C9.1441 3.49315 9.53646 3.32996 9.99479 3.32996C10.4531 3.32996 10.8455 3.49315 11.1719 3.81954C11.4983 4.14593 11.6615 4.53829 11.6615 4.99662C11.6615 5.45496 11.4983 5.84732 11.1719 6.17371C10.8455 6.50009 10.4531 6.66329 9.99479 6.66329Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M2 9.33333C2 8 4.66667 7.26667 6 7.26667C7.33333 7.26667 10 8 10 9.33333V10H2M8 4C8 4.53043 7.78929 5.03914 7.41421 5.41421C7.03914 5.78929 6.53043 6 6 6C5.46957 6 4.96086 5.78929 4.58579 5.41421C4.21071 5.03914 4 4.53043 4 4C4 3.46957 4.21071 2.96086 4.58579 2.58579C4.96086 2.21071 5.46957 2 6 2C6.53043 2 7.03914 2.21071 7.41421 2.58579C7.78929 2.96086 8 3.46957 8 4ZM0 1.33333V10.6667C0 11.0203 0.140476 11.3594 0.390524 11.6095C0.640573 11.8595 0.979711 12 1.33333 12H10.6667C11.0203 12 11.3594 11.8595 11.6095 11.6095C11.8595 11.3594 12 11.0203 12 10.6667V1.33333C12 0.979711 11.8595 0.640573 11.6095 0.390524C11.3594 0.140476 11.0203 0 10.6667 0H1.33333C0.593333 0 0 0.6 0 1.33333Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M7 0.5C10.5899 0.5 13.5 3.41015 13.5 7C13.5 10.5899 10.5899 13.5 7 13.5C3.41015 13.5 0.5 10.5899 0.5 7C0.5 3.41015 3.41015 0.5 7 0.5Z" fill="var(--color-icon-secondary-solid)" stroke="currentColor" stroke-linecap="round"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.99255 4.11628C6.53017 4.11628 6.15534 4.49111 6.15534 4.95349C6.15534 5.26174 5.90545 5.51163 5.5972 5.51163C5.28895 5.51163 5.03906 5.26174 5.03906 4.95349C5.03906 3.87461 5.91367 3 6.99255 3C8.07143 3 8.94604 3.87461 8.94604 4.95349C8.94604 5.48248 8.73504 5.96333 8.39382 6.31458C8.32516 6.38526 8.25967 6.4507 8.19718 6.51312C8.03656 6.67361 7.89585 6.8142 7.77239 6.97283C7.60939 7.18227 7.55069 7.33619 7.55069 7.46512V8.02325C7.55069 8.33151 7.3008 8.58139 6.99255 8.58139C6.6843 8.58139 6.43441 8.33151 6.43441 8.02325V7.46512C6.43441 6.97753 6.66139 6.58284 6.89147 6.28722C7.0617 6.0685 7.27567 5.85495 7.44932 5.68165C7.5017 5.62937 7.55041 5.58075 7.59315 5.53676C7.74015 5.38544 7.82976 5.1805 7.82976 4.95349C7.82976 4.49111 7.45493 4.11628 6.99255 4.11628ZM6.99255 11C7.40355 11 7.73674 10.6668 7.73674 10.2558C7.73674 9.84481 7.40355 9.51163 6.99255 9.51163C6.58155 9.51163 6.24837 9.84481 6.24837 10.2558C6.24837 10.6668 6.58155 11 6.99255 11Z" fill="var(--color-icon-contrast)" stroke="var(--color-icon-contrast)" stroke-width="0.3"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5.40508 4.45536C5.14282 4.1931 4.71761 4.1931 4.45535 4.45536C4.19309 4.71762 4.19309 5.14283 4.45535 5.40509L9.05028 10L4.45535 14.5949C4.19309 14.8572 4.19309 15.2824 4.45535 15.5446C4.71761 15.8069 5.14282 15.8069 5.40508 15.5446L10 10.9497L14.5949 15.5446C14.8572 15.8069 15.2824 15.8069 15.5447 15.5446C15.8069 15.2824 15.8069 14.8572 15.5447 14.5949L10.9497 10L15.5447 5.40508C15.8069 5.14283 15.8069 4.71762 15.5447 4.45536C15.2824 4.1931 14.8572 4.1931 14.5949 4.45536L10 9.05028L5.40508 4.45536Z" fill="currentColor" fill-opacity="1"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10 7.50009V10.8334M3.64909 12.6666C2.89123 13.9792 2.51241 14.6358 2.56901 15.1744C2.61839 15.6441 2.86493 16.0709 3.24707 16.3486C3.68503 16.6668 4.44242 16.6668 5.95711 16.6668H14.0429C15.5576 16.6668 16.3149 16.6668 16.7528 16.3486C17.135 16.0709 17.3816 15.6441 17.431 15.1744C17.4876 14.6358 17.1089 13.9792 16.351 12.6666L12.3096 5.66659C11.5517 4.35394 11.1726 3.69773 10.6779 3.47746C10.2464 3.28534 9.75334 3.28534 9.32183 3.47746C8.82732 3.69763 8.44845 4.35385 7.69122 5.66541L3.64909 12.6666ZM10.0423 13.3334V13.4168L9.9585 13.4169V13.3334H10.0423Z" stroke="currentColor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M9.25001 6.75002C9.25001 6.33581 9.58579 6.00002 10 6.00002C10.4142 6.00002 10.75 6.33581 10.75 6.75002C10.75 7.16423 10.4142 7.50002 10 7.50002C9.58579 7.50002 9.25001 7.16423 9.25001 6.75002Z" fill="currentColor" fill-opacity="1"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.0004 3.12543C6.20309 3.12543 3.12541 6.20311 3.12541 10.0004C3.12541 13.7978 6.20309 16.8754 10.0004 16.8754C13.7977 16.8754 16.8754 13.7978 16.8754 10.0004C16.8754 6.20311 13.7977 3.12543 10.0004 3.12543ZM1.87541 10.0004C1.87541 5.51275 5.51273 1.87543 10.0004 1.87543C14.4881 1.87543 18.1254 5.51275 18.1254 10.0004C18.1254 14.4881 14.4881 18.1254 10.0004 18.1254C5.51273 18.1254 1.87541 14.4881 1.87541 10.0004Z" fill="currentColor" fill-opacity="1"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M9.99919 9.37461C10.3444 9.37461 10.6242 9.65443 10.6242 9.99961V14.1663C10.6242 14.5115 10.3444 14.7913 9.99919 14.7913C9.65401 14.7913 9.37419 14.5115 9.37419 14.1663V9.99961C9.37419 9.65443 9.65401 9.37461 9.99919 9.37461Z" fill="currentColor" fill-opacity="1"/>
5
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8.55638 12.8015L6.19259 10.5543C5.9679 10.3406 5.93981 10.012 6.10833 9.76963C6.13241 9.73501 6.16049 9.70215 6.19259 9.67163C6.44938 9.4275 6.8642 9.4275 7.12099 9.67163L9.02387 11.4744L12.879 7.16772C13.1358 6.92359 13.5506 6.92359 13.8074 7.16772C14.0642 7.41185 14.0642 7.80622 13.8074 8.05035L9.48477 12.8015C9.29712 12.9846 9.01317 13.0304 8.77459 12.9388C8.7609 12.9336 8.74736 12.9279 8.73399 12.9217C8.67457 12.8944 8.61864 12.858 8.56853 12.8128L8.55638 12.8015Z" fill="currentColor" fill-opacity="1"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10 2C5.584 2 2 5.584 2 10C2 14.416 5.584 18 10 18C14.416 18 18 14.416 18 10C18 5.584 14.416 2 10 2ZM3.25 10C3.25 6.27436 6.27436 3.25 10 3.25C13.7256 3.25 16.75 6.27436 16.75 10C16.75 13.7256 13.7256 16.75 10 16.75C6.27436 16.75 3.25 13.7256 3.25 10Z" fill="currentColor" fill-opacity="1"/>
4
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g opacity="1">
3
+ <line x1="6" y1="15" x2="18" y2="15" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
4
+ <line x1="6" y1="9" x2="18" y2="9" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
5
+ </g>
6
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg width="29" height="28" viewBox="0 0 29 28" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M1.8999 5.60003C1.8999 3.28043 3.78031 1.40002 6.0999 1.40002H20.7999L27.0999 7.70002V22.4C27.0999 24.7196 25.2195 26.6 22.8999 26.6H6.0999C3.78031 26.6 1.8999 24.7196 1.8999 22.4V5.60003Z" fill="url(#paint0_linear_10697_53751)"/>
3
+ <path d="M20.8013 1.39954L27.1015 7.6998H23.9514C22.2116 7.6998 20.8013 6.28942 20.8013 4.54963V1.39954Z" fill="#992112"/>
4
+ <path d="M14.6032 8.40002C14.9619 8.40004 15.2889 8.48591 15.5529 8.68528C15.8178 8.88537 15.9668 9.16037 16.0423 9.44032C16.1851 9.97073 16.0878 10.6067 15.9483 11.1478C15.8035 11.7094 15.587 12.2621 15.4109 12.668C15.3426 12.8255 15.279 12.9626 15.2271 13.0722L17.0576 15.7233C17.1766 15.7058 17.3224 15.6858 17.4868 15.6672C17.9312 15.6171 18.5284 15.5729 19.1044 15.6077C19.6532 15.641 20.2973 15.7509 20.7395 16.0985C20.9786 16.2865 21.1632 16.5482 21.2262 16.8873C21.287 17.2152 21.2241 17.5611 21.0775 17.9121C20.9302 18.2646 20.7276 18.552 20.4563 18.7442C20.1781 18.9412 19.868 19.0099 19.5654 18.9916C18.9987 18.9572 18.4502 18.6189 18.0221 18.2825C17.5754 17.9313 17.1702 17.5089 16.8818 17.1821C16.7797 17.0663 16.6908 16.9607 16.6182 16.8725L11.902 18.048C11.8565 18.1568 11.7972 18.2952 11.7249 18.4515C11.5507 18.8286 11.2981 19.3257 10.9929 19.7737C10.7012 20.2018 10.3061 20.6698 9.82212 20.8822C9.56273 20.996 9.26264 21.0424 8.94946 20.9532C8.64251 20.8657 8.38143 20.6647 8.16197 20.3935C7.93655 20.1149 7.78927 19.8149 7.75775 19.4958C7.72546 19.1689 7.82038 18.8778 7.98013 18.6367C8.27812 18.1872 8.81671 17.8871 9.29419 17.685C9.79378 17.4735 10.3325 17.3265 10.7374 17.2334C10.9291 17.1893 11.0945 17.156 11.2166 17.1334L14.0205 13.0817C13.9645 12.973 13.8962 12.8381 13.8231 12.6836C13.631 12.2776 13.3941 11.7243 13.233 11.1613C13.0782 10.6203 12.9652 9.97695 13.1133 9.43762C13.1921 9.15089 13.3499 8.8755 13.6257 8.67784C13.8977 8.48307 14.2335 8.40002 14.6032 8.40002ZM10.6306 18.3298C10.3298 18.41 10.001 18.513 9.69909 18.6408C9.25601 18.8283 8.96471 19.0305 8.84536 19.2106C8.79657 19.2843 8.786 19.3402 8.79128 19.3938C8.79737 19.4552 8.83064 19.5695 8.96906 19.7405C9.09682 19.8984 9.18953 19.9421 9.23403 19.9548C9.27221 19.9657 9.32253 19.968 9.40505 19.9318C9.60507 19.844 9.8613 19.5898 10.1344 19.189C10.3212 18.9147 10.4898 18.6101 10.6306 18.3298ZM19.0415 16.6447C18.6341 16.62 18.1996 16.6416 17.8254 16.6764C18.0679 16.9386 18.3593 17.2268 18.6636 17.466C19.0592 17.7768 19.3947 17.9405 19.6282 17.9547C19.7256 17.9606 19.795 17.9402 19.8567 17.8965C19.9253 17.8479 20.0236 17.7418 20.1196 17.5119C20.2163 17.2805 20.2182 17.1451 20.2055 17.0766C20.1948 17.0193 20.1676 16.9691 20.098 16.9144C19.9225 16.7764 19.5597 16.676 19.0415 16.6447ZM12.7294 16.7717L15.9632 15.966L14.6268 14.0301L12.7294 16.7717ZM14.6032 9.43829C14.3846 9.43829 14.2794 9.48663 14.2307 9.52144C14.1862 9.55333 14.1437 9.60601 14.1144 9.71273C14.0464 9.96056 14.0859 10.3669 14.2314 10.8754C14.3317 11.2261 14.4694 11.582 14.6059 11.8961C14.7289 11.5853 14.8532 11.2351 14.9425 10.8889C15.0736 10.3805 15.109 9.96669 15.0398 9.71003C15.0092 9.59661 14.966 9.54349 14.9269 9.514C14.8869 9.4838 14.7979 9.43831 14.6032 9.43829Z" fill="white"/>
5
+ <defs>
6
+ <linearGradient id="paint0_linear_10697_53751" x1="1.8999" y1="1.40002" x2="27.0999" y2="26.6" gradientUnits="userSpaceOnUse">
7
+ <stop stop-color="#F96657"/>
8
+ <stop offset="1" stop-color="#F6270F"/>
9
+ </linearGradient>
10
+ </defs>
11
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M2 8C2 4.68629 4.68629 2 8 2H29L38 11V32C38 35.3137 35.3137 38 32 38H8C4.68629 38 2 35.3137 2 32V8Z" fill="url(#paint0_linear_9008_52232)"/>
3
+ <path d="M29.002 1.99921L38.0023 10.9996H33.5022C31.0168 10.9996 29.002 8.98476 29.002 6.49935V1.99921Z" fill="#992112"/>
4
+ <path d="M20.1475 12C20.6599 12 21.1271 12.1227 21.5042 12.4075C21.8827 12.6934 22.0956 13.0862 22.2034 13.4861C22.4074 14.2439 22.2685 15.1524 22.0692 15.9254C21.8622 16.7277 21.553 17.5172 21.3015 18.0971C21.2039 18.322 21.113 18.5179 21.0388 18.6746L23.6538 22.4619C23.8238 22.4368 24.0321 22.4082 24.267 22.3817C24.9019 22.3101 25.755 22.2469 26.5778 22.2967C27.3618 22.3442 28.282 22.5013 28.9137 22.9978C29.2552 23.2663 29.519 23.6403 29.609 24.1247C29.6958 24.5931 29.6059 25.0873 29.3965 25.5887C29.1861 26.0923 28.8967 26.5028 28.5091 26.7774C28.1116 27.0588 27.6688 27.157 27.2364 27.1308C26.4269 27.0817 25.6432 26.5984 25.0318 26.1178C24.3935 25.6162 23.8146 25.0127 23.4027 24.5458C23.2568 24.3804 23.1298 24.2296 23.0261 24.1035L16.2888 25.7828C16.2237 25.9383 16.1389 26.136 16.0358 26.3592C15.7869 26.8979 15.4259 27.6081 14.99 28.2481C14.5732 28.8597 14.0088 29.5283 13.3174 29.8317C12.9469 29.9943 12.5182 30.0606 12.0708 29.9331C11.6323 29.8081 11.2593 29.521 10.9458 29.1336C10.6238 28.7355 10.4134 28.3069 10.3683 27.8512C10.3222 27.3841 10.4578 26.9682 10.686 26.6238C11.1117 25.9816 11.8812 25.5529 12.5633 25.2642C13.277 24.9621 14.0466 24.7522 14.6249 24.6191C14.8989 24.5561 15.1351 24.5085 15.3096 24.4762L19.3151 18.6881C19.2352 18.5328 19.1376 18.3402 19.0331 18.1193C18.7588 17.5394 18.4203 16.749 18.1901 15.9447C17.969 15.1719 17.8076 14.2528 18.0192 13.4823C18.1317 13.0727 18.3572 12.6792 18.7512 12.3969C19.1396 12.1186 19.6194 12 20.1475 12ZM14.4724 26.1854C14.0428 26.3 13.573 26.4471 13.1417 26.6296C12.5087 26.8975 12.0926 27.1864 11.9221 27.4437C11.8524 27.549 11.8373 27.6289 11.8448 27.7054C11.8535 27.7931 11.9011 27.9563 12.0988 28.2007C12.2813 28.4263 12.4138 28.4887 12.4773 28.5069C12.5319 28.5224 12.6038 28.5257 12.7216 28.474C13.0074 28.3486 13.3734 27.9854 13.7636 27.4128C14.0305 27.021 14.2713 26.5859 14.4724 26.1854ZM26.488 23.7781C25.906 23.7428 25.2853 23.7736 24.7508 23.8234C25.0972 24.198 25.5134 24.6096 25.9482 24.9513C26.5132 25.3954 26.9925 25.6293 27.3262 25.6495C27.4653 25.6579 27.5645 25.6288 27.6526 25.5664C27.7505 25.4969 27.891 25.3453 28.0282 25.017C28.1663 24.6863 28.169 24.493 28.1508 24.3951C28.1356 24.3132 28.0968 24.2416 27.9973 24.1634C27.7465 23.9663 27.2283 23.8229 26.488 23.7781ZM17.4707 23.9596L22.0904 22.8085L20.1813 20.0429L17.4707 23.9596ZM20.1475 13.4832C19.8353 13.4832 19.685 13.5523 19.6154 13.602C19.5518 13.6476 19.4912 13.7228 19.4493 13.8753C19.3522 14.2293 19.4085 14.8098 19.6164 15.5362C19.7598 16.0373 19.9564 16.5457 20.1514 16.9944C20.3271 16.5504 20.5047 16.0501 20.6323 15.5555C20.8196 14.8293 20.8701 14.2381 20.7713 13.8714C20.7276 13.7094 20.6658 13.6335 20.6101 13.5914C20.5529 13.5482 20.4257 13.4833 20.1475 13.4832Z" fill="white"/>
5
+ <defs>
6
+ <linearGradient id="paint0_linear_9008_52232" x1="2" y1="2" x2="38" y2="38" gradientUnits="userSpaceOnUse">
7
+ <stop stop-color="#F96657"/>
8
+ <stop offset="1" stop-color="#F6270F"/>
9
+ </linearGradient>
10
+ </defs>
11
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="9" height="10" viewBox="0 0 9 10" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M7.79194 4.18553C8.41896 4.54754 8.41896 5.45256 7.79195 5.81457L2.1488 9.07264C1.52178 9.43465 0.738013 8.98214 0.738013 8.25812L0.738013 1.74198C0.738013 1.01796 1.52178 0.56545 2.1488 0.927458L7.79194 4.18553Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10.7027 4.8364C11.5984 5.35356 11.5984 6.64644 10.7027 7.1636L2.64107 11.818C1.74534 12.3351 0.625663 11.6887 0.625663 10.6544L0.625664 1.34561C0.625664 0.311302 1.74534 -0.335141 2.64107 0.182013L10.7027 4.8364Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="45" height="44" viewBox="0 0 45 44" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="22.5728" cy="22" r="19.5" fill="currentColor" fill-opacity="1" stroke="strokeColor"/>
3
+ <path d="M23.0728 21V21.5H23.5728H29.5728C29.8489 21.5 30.0728 21.7239 30.0728 22C30.0728 22.2761 29.8489 22.5 29.5728 22.5H23.5728H23.0728V23V29C23.0728 29.2761 22.8489 29.5 22.5728 29.5C22.2966 29.5 22.0728 29.2761 22.0728 29V23V22.5H21.5728H15.5728C15.2966 22.5 15.0728 22.2761 15.0728 22C15.0728 21.7239 15.2966 21.5 15.5728 21.5H21.5728H22.0728V21V15C22.0728 14.7239 22.2966 14.5 22.5728 14.5C22.8489 14.5 23.0728 14.7239 23.0728 15V21Z" stroke="strokeColor"/>
4
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg width="29" height="28" viewBox="0 0 29 28" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M1.8999 5.60003C1.8999 3.28043 3.78031 1.40002 6.0999 1.40002H20.7999L27.0999 7.70002V22.4C27.0999 24.7196 25.2195 26.6 22.8999 26.6H6.0999C3.78031 26.6 1.8999 24.7196 1.8999 22.4V5.60003Z" fill="url(#paint0_linear_10697_53763)"/>
3
+ <path d="M9.80361 20.1982C9.80348 20.6409 9.44452 21 9.00176 21C8.559 21 8.20004 20.6409 8.1999 20.1982L8.1999 15.9237C8.20008 15.481 8.55903 15.1225 9.00176 15.1225C9.44449 15.1225 9.80343 15.481 9.80361 15.9237L9.80361 20.1982ZM15.3004 20.1982C15.3004 20.641 14.9414 21 14.4985 21C14.0557 21 13.6967 20.641 13.6967 20.1982L13.6967 9.20188C13.6967 8.75904 14.0557 8.40003 14.4985 8.40002C14.9414 8.40002 15.3004 8.75903 15.3004 9.20188L15.3004 20.1982ZM21.1055 20.1982C21.1054 20.6409 20.7464 21 20.3036 21C19.8608 21 19.5019 20.6409 19.5018 20.1982L19.5018 11.7845C19.5018 11.3417 19.8608 10.9826 20.3036 10.9826C20.7465 10.9826 21.1055 11.3417 21.1055 11.7845L21.1055 20.1982Z" fill="white"/>
4
+ <path d="M20.7998 1.40002L27.0998 7.70003H23.9498C22.2101 7.70003 20.7998 6.28971 20.7998 4.54999V1.40002Z" fill="#BE4300"/>
5
+ <defs>
6
+ <linearGradient id="paint0_linear_10697_53763" x1="1.8999" y1="1.40002" x2="27.0999" y2="26.6" gradientUnits="userSpaceOnUse">
7
+ <stop stop-color="#FF982A"/>
8
+ <stop offset="1" stop-color="#E67700"/>
9
+ </linearGradient>
10
+ </defs>
11
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M2 8C2 4.68629 4.68629 2 8 2H29L38 11V32C38 35.3137 35.3137 38 32 38H8C4.68629 38 2 35.3137 2 32V8Z" fill="url(#paint0_linear_9008_51772)"/>
3
+ <path d="M13.291 28.8545C13.2908 29.487 12.778 30 12.1455 30C11.513 30 11.0002 29.487 11 28.8545L11 22.748C11.0003 22.1156 11.513 21.6035 12.1455 21.6035C12.778 21.6035 13.2908 22.1156 13.291 22.748L13.291 28.8545ZM21.1436 28.8545C21.1436 29.4871 20.6307 30 19.998 30C19.3654 30 18.8525 29.4871 18.8525 28.8545L18.8525 13.1455C18.8525 12.5129 19.3654 12 19.998 12C20.6307 12 21.1436 12.5129 21.1436 13.1455L21.1436 28.8545ZM29.4365 28.8545C29.4364 29.487 28.9235 30 28.291 30C27.6585 30 27.1457 29.487 27.1455 28.8545L27.1455 16.835C27.1455 16.2023 27.6584 15.6895 28.291 15.6895C28.9236 15.6895 29.4365 16.2023 29.4365 16.835L29.4365 28.8545Z" fill="white"/>
4
+ <path d="M29 2L38 11H33.5001C31.0147 11 29 8.98526 29 6.49995V2Z" fill="#BE4300"/>
5
+ <defs>
6
+ <linearGradient id="paint0_linear_9008_51772" x1="2" y1="2" x2="38" y2="38" gradientUnits="userSpaceOnUse">
7
+ <stop stop-color="#FF982A"/>
8
+ <stop offset="1" stop-color="#E67700"/>
9
+ </linearGradient>
10
+ </defs>
11
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_18226_77585)">
3
+ <path d="M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16Z" fill="currentColor"/>
4
+ <circle cx="7.99312" cy="7.99312" r="6.665" fill="#74797E"/>
5
+ <path d="M8.00129 6.05447C9.10522 6.05447 10.0012 6.95042 10.0012 8.05435C10.0012 8.25834 9.96117 8.45432 9.90517 8.63831L11.1291 9.86224C11.6851 9.37027 12.125 8.7543 12.401 8.05035C11.7091 6.29846 10.0012 5.05453 8.00129 5.05453C7.49332 5.05453 7.00535 5.13453 6.54538 5.28252L7.41333 6.15047C7.60131 6.09447 7.7973 6.05447 8.00129 6.05447ZM4.28552 4.71856C4.12953 4.87455 4.12953 5.12653 4.28552 5.28252L5.07347 6.07047C4.42551 6.58644 3.90954 7.2664 3.60156 8.05435C4.29352 9.81024 6.00141 11.0542 8.00129 11.0542C8.60925 11.0542 9.18922 10.9342 9.72518 10.7262L10.8131 11.8141C10.9691 11.9701 11.2211 11.9701 11.3771 11.8141C11.5331 11.6581 11.5331 11.4061 11.3771 11.2502L4.85348 4.71856C4.69749 4.56256 4.44151 4.56256 4.28552 4.71856ZM8.00129 10.0542C6.89736 10.0542 6.00141 9.15828 6.00141 8.05435C6.00141 7.74637 6.07341 7.45439 6.1974 7.1984L6.82536 7.82636C6.81336 7.89836 6.80136 7.97435 6.80136 8.05435C6.80136 8.71831 7.33733 9.25427 8.00129 9.25427C8.08128 9.25427 8.15328 9.24227 8.22928 9.22628L8.85724 9.85424C8.59725 9.98223 8.30927 10.0542 8.00129 10.0542ZM9.18922 7.92236C9.12922 7.36239 8.68925 6.92642 8.13328 6.86642L9.18922 7.92236Z" fill="white"/>
6
+ </g>
7
+ <defs>
8
+ <clipPath id="clip0_18226_77585">
9
+ <rect width="16" height="16" fill="white"/>
10
+ </clipPath>
11
+ </defs>
12
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3.56794 9.99967C3.56794 8.12638 4.388 6.44605 5.67438 5.27223L7.58787 7.18572V2.36179H2.76395L4.53272 4.13057C2.95691 5.59382 1.95996 7.67615 1.95996 9.99967C1.95996 13.8617 4.6804 17.0832 8.30458 17.8602C8.77703 17.9615 9.19585 17.5804 9.19585 17.0972C9.19585 16.6848 8.88658 16.3427 8.48574 16.2459C5.66795 15.5657 3.56794 13.0229 3.56794 9.99967ZM18.0397 9.99967C18.0397 6.13767 15.3193 2.91617 11.6951 2.13913C11.2226 2.03784 10.8038 2.41897 10.8038 2.90215C10.8038 3.3145 11.1131 3.65669 11.5139 3.75345C14.3317 4.43363 16.4317 6.97646 16.4317 9.99967C16.4317 11.873 15.6117 13.5533 14.3253 14.7271L12.4118 12.8136V17.6376H17.2357L15.4669 15.8688C17.0428 14.4055 18.0397 12.3232 18.0397 9.99967Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M16.9167 16.9167C16.5945 17.2388 16.0722 17.2388 15.75 16.9167L11.0833 12.25C10.6667 12.5833 10.1875 12.8472 9.64583 13.0417C9.10417 13.2361 8.52778 13.3333 7.91667 13.3333C6.40278 13.3333 5.12153 12.809 4.07292 11.7604C3.02431 10.7118 2.5 9.43056 2.5 7.91667C2.5 6.40278 3.02431 5.12153 4.07292 4.07292C5.12153 3.02431 6.40278 2.5 7.91667 2.5C9.43056 2.5 10.7118 3.02431 11.7604 4.07292C12.809 5.12153 13.3333 6.40278 13.3333 7.91667C13.3333 8.52778 13.2361 9.10417 13.0417 9.64583C12.8472 10.1875 12.5833 10.6667 12.25 11.0833L16.9167 15.75C17.2388 16.0722 17.2388 16.5945 16.9167 16.9167ZM7.91667 11.6667C8.95833 11.6667 9.84375 11.3021 10.5729 10.5729C11.3021 9.84375 11.6667 8.95833 11.6667 7.91667C11.6667 6.875 11.3021 5.98958 10.5729 5.26042C9.84375 4.53125 8.95833 4.16667 7.91667 4.16667C6.875 4.16667 5.98958 4.53125 5.26042 5.26042C4.53125 5.98958 4.16667 6.875 4.16667 7.91667C4.16667 8.95833 4.53125 9.84375 5.26042 10.5729C5.98958 11.3021 6.875 11.6667 7.91667 11.6667Z" fill="#4799E3"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M7.5 30C7.5 42.4264 17.5736 52.5 30 52.5C42.4264 52.5 52.5 42.4264 52.5 30C52.5 17.5736 42.4264 7.5 30 7.5" stroke="white" stroke-width="4" stroke-linecap="round"/>
3
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="done_black_24dp 2" clip-path="url(#clip0_8647_13781)">
3
+ <path id="Vector" d="M11.9995 21.6L7.33284 16.9333C6.81284 16.4133 5.98617 16.4133 5.46617 16.9333C4.94617 17.4533 4.94617 18.28 5.46617 18.8L11.0528 24.3867C11.5728 24.9067 12.4128 24.9067 12.9328 24.3867L27.0662 10.2667C27.5862 9.74668 27.5862 8.92001 27.0662 8.40001C26.5462 7.88001 25.7195 7.88001 25.1995 8.40001L11.9995 21.6Z" fill="white"/>
4
+ </g>
5
+ <defs>
6
+ <clipPath id="clip0_8647_13781">
7
+ <rect width="32" height="32" fill="white"/>
8
+ </clipPath>
9
+ </defs>
10
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M5.00033 15.8333C5.00033 16.75 5.75033 17.5 6.66699 17.5H13.3337C14.2503 17.5 15.0003 16.75 15.0003 15.8333V7.5C15.0003 6.58333 14.2503 5.83333 13.3337 5.83333H6.66699C5.75033 5.83333 5.00033 6.58333 5.00033 7.5V15.8333ZM7.50033 7.5H12.5003C12.9587 7.5 13.3337 7.875 13.3337 8.33333V15C13.3337 15.4583 12.9587 15.8333 12.5003 15.8333H7.50033C7.04199 15.8333 6.66699 15.4583 6.66699 15V8.33333C6.66699 7.875 7.04199 7.5 7.50033 7.5ZM12.917 3.33333L12.3253 2.74167C12.1753 2.59167 11.9587 2.5 11.742 2.5H8.25866C8.04199 2.5 7.82533 2.59167 7.67533 2.74167L7.08366 3.33333H5.00033C4.54199 3.33333 4.16699 3.70833 4.16699 4.16667C4.16699 4.625 4.54199 5 5.00033 5H15.0003C15.4587 5 15.8337 4.625 15.8337 4.16667C15.8337 3.70833 15.4587 3.33333 15.0003 3.33333H12.917Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg width="29" height="28" viewBox="0 0 29 28" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M1.8999 5.60003C1.8999 3.28043 3.78031 1.40002 6.0999 1.40002H20.7999L27.0999 7.70002V22.4C27.0999 24.7196 25.2195 26.6 22.8999 26.6H6.0999C3.78031 26.6 1.8999 24.7196 1.8999 22.4V5.60003Z" fill="url(#paint0_linear_10697_53767)"/>
3
+ <path d="M20.8013 1.39954L27.1015 7.6998H23.9514C22.2116 7.6998 20.8013 6.28942 20.8013 4.54963V1.39954Z" fill="#007062"/>
4
+ <path d="M8.85195 11.5807C8.4919 11.5805 8.1998 11.288 8.1998 10.9279C8.19998 10.5679 8.492 10.2759 8.85195 10.2757H19.002C19.362 10.2758 19.6539 10.5678 19.6541 10.9279C19.6541 11.2881 19.3621 11.5807 19.002 11.5807H8.85195ZM8.85264 16.0514C8.49244 16.0514 8.20049 15.7595 8.20049 15.3993C8.20059 15.0392 8.4925 14.7471 8.85264 14.7471H20.1477C20.5078 14.7471 20.7997 15.0392 20.7998 15.3993C20.7998 15.7594 20.5078 16.0514 20.1477 16.0514H8.85264ZM8.85195 20.5242C8.49181 20.5241 8.19983 20.2322 8.1998 19.872C8.1998 19.5119 8.49179 19.2199 8.85195 19.2199H14.6105C14.9707 19.2199 15.2627 19.5118 15.2627 19.872C15.2627 20.2322 14.9707 20.5241 14.6105 20.5242H8.85195Z" fill="white"/>
5
+ <defs>
6
+ <linearGradient id="paint0_linear_10697_53767" x1="1.8999" y1="1.40002" x2="27.0999" y2="26.6" gradientUnits="userSpaceOnUse">
7
+ <stop stop-color="#69B9B1"/>
8
+ <stop offset="1" stop-color="#489A92"/>
9
+ </linearGradient>
10
+ </defs>
11
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M2 8C2 4.68629 4.68629 2 8 2H29L38 11V32C38 35.3137 35.3137 38 32 38H8C4.68629 38 2 35.3137 2 32V8Z" fill="url(#paint0_linear_9008_51784)"/>
3
+ <path d="M29.002 1.99921L38.0023 10.9996H33.5022C31.0168 10.9996 29.002 8.98476 29.002 6.49935V1.99921Z" fill="#007062"/>
4
+ <path d="M11.9316 16.5439C11.4173 16.5437 11 16.1257 11 15.6113C11.0002 15.0971 11.4174 14.6799 11.9316 14.6797H26.4316C26.946 14.6797 27.363 15.097 27.3633 15.6113C27.3633 16.1259 26.9462 16.5439 26.4316 16.5439H11.9316ZM11.9326 22.9307C11.418 22.9307 11.001 22.5136 11.001 21.999C11.0011 21.4846 11.4181 21.0674 11.9326 21.0674H28.0684C28.5828 21.0674 28.9999 21.4846 29 21.999C29 22.5136 28.5829 22.9306 28.0684 22.9307H11.9326ZM11.9316 29.3203C11.4171 29.3203 11 28.9032 11 28.3887C11 27.8741 11.4171 27.4571 11.9316 27.457H20.1582C20.6727 27.4571 21.0898 27.8741 21.0898 28.3887C21.0898 28.9032 20.6727 29.3203 20.1582 29.3203H11.9316Z" fill="white"/>
5
+ <defs>
6
+ <linearGradient id="paint0_linear_9008_51784" x1="2" y1="2" x2="38" y2="38" gradientUnits="userSpaceOnUse">
7
+ <stop stop-color="#69B9B1"/>
8
+ <stop offset="1" stop-color="#489A92"/>
9
+ </linearGradient>
10
+ </defs>
11
+ </svg>