frst-components 0.20.0

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 (1010) hide show
  1. package/.dockerignore +7 -0
  2. package/.env +1 -0
  3. package/.github/pull_request_template.md +26 -0
  4. package/.hintrc +41 -0
  5. package/.prettierrc +7 -0
  6. package/.storybook/i18n.js +26 -0
  7. package/.storybook/main.js +41 -0
  8. package/.storybook/preview.js +23 -0
  9. package/.vscode/settings.json +2 -0
  10. package/Dockerfile +22 -0
  11. package/README.md +52 -0
  12. package/declarations.d.ts +4 -0
  13. package/dist/index.d.ts +100 -0
  14. package/dist/index.d.ts.map +1 -0
  15. package/dist/index.js +14926 -0
  16. package/dist/src/components/DS/loading/index.d.ts +20 -0
  17. package/dist/src/components/DS/loading/index.d.ts.map +1 -0
  18. package/dist/src/components/DS/loading/loadingStyle.d.ts +6 -0
  19. package/dist/src/components/DS/loading/loadingStyle.d.ts.map +1 -0
  20. package/dist/src/components/DS/modal/index.d.ts +19 -0
  21. package/dist/src/components/DS/modal/index.d.ts.map +1 -0
  22. package/dist/src/components/DS/modal/styles.d.ts +16 -0
  23. package/dist/src/components/DS/modal/styles.d.ts.map +1 -0
  24. package/dist/src/components/DS/select/Select.d.ts +14 -0
  25. package/dist/src/components/DS/select/Select.d.ts.map +1 -0
  26. package/dist/src/components/DS/select/SelectContext.d.ts +7 -0
  27. package/dist/src/components/DS/select/SelectContext.d.ts.map +1 -0
  28. package/dist/src/components/DS/select/SelectItem.d.ts +12 -0
  29. package/dist/src/components/DS/select/SelectItem.d.ts.map +1 -0
  30. package/dist/src/components/DS/select/index.d.ts +10 -0
  31. package/dist/src/components/DS/select/index.d.ts.map +1 -0
  32. package/dist/src/components/DS/select/styles/StylesSelect.d.ts +14 -0
  33. package/dist/src/components/DS/select/styles/StylesSelect.d.ts.map +1 -0
  34. package/dist/src/components/DS/tooltip/index.d.ts +5 -0
  35. package/dist/src/components/DS/tooltip/index.d.ts.map +1 -0
  36. package/dist/src/components/DS/tooltip/styles.d.ts +12 -0
  37. package/dist/src/components/DS/tooltip/styles.d.ts.map +1 -0
  38. package/dist/src/components/EBR/buttons-group/index.d.ts +4 -0
  39. package/dist/src/components/EBR/buttons-group/index.d.ts.map +1 -0
  40. package/dist/src/components/EBR/buttons-group/styles.d.ts +2 -0
  41. package/dist/src/components/EBR/buttons-group/styles.d.ts.map +1 -0
  42. package/dist/src/components/EBR/group-statistics/groupStatisticsStyles.d.ts +19 -0
  43. package/dist/src/components/EBR/group-statistics/groupStatisticsStyles.d.ts.map +1 -0
  44. package/dist/src/components/EBR/group-statistics/index.d.ts +5 -0
  45. package/dist/src/components/EBR/group-statistics/index.d.ts.map +1 -0
  46. package/dist/src/components/EBR/objective-step/index.d.ts +4 -0
  47. package/dist/src/components/EBR/objective-step/index.d.ts.map +1 -0
  48. package/dist/src/components/EBR/objective-step/objectiveStepStyles.d.ts +4 -0
  49. package/dist/src/components/EBR/objective-step/objectiveStepStyles.d.ts.map +1 -0
  50. package/dist/src/components/EBR/rating/index.d.ts +7 -0
  51. package/dist/src/components/EBR/rating/index.d.ts.map +1 -0
  52. package/dist/src/components/EBR/rating/ratingStyles.d.ts +5 -0
  53. package/dist/src/components/EBR/rating/ratingStyles.d.ts.map +1 -0
  54. package/dist/src/components/EBR/specialist-contact/index.d.ts +4 -0
  55. package/dist/src/components/EBR/specialist-contact/index.d.ts.map +1 -0
  56. package/dist/src/components/EBR/specialist-contact/specialistContactStyles.d.ts +24 -0
  57. package/dist/src/components/EBR/specialist-contact/specialistContactStyles.d.ts.map +1 -0
  58. package/dist/src/components/EBR/stepper/index.d.ts +4 -0
  59. package/dist/src/components/EBR/stepper/index.d.ts.map +1 -0
  60. package/dist/src/components/EBR/stepper/stepper.d.ts +4 -0
  61. package/dist/src/components/EBR/stepper/stepper.d.ts.map +1 -0
  62. package/dist/src/components/EBR/stepper/stepperItem.d.ts +4 -0
  63. package/dist/src/components/EBR/stepper/stepperItem.d.ts.map +1 -0
  64. package/dist/src/components/EBR/stepper/styles.d.ts +13 -0
  65. package/dist/src/components/EBR/stepper/styles.d.ts.map +1 -0
  66. package/dist/src/components/EBR/trail-list/index.d.ts +4 -0
  67. package/dist/src/components/EBR/trail-list/index.d.ts.map +1 -0
  68. package/dist/src/components/EBR/trail-list/trailListStyles.d.ts +9 -0
  69. package/dist/src/components/EBR/trail-list/trailListStyles.d.ts.map +1 -0
  70. package/dist/src/components/FI/bannerProblemFeed/bannerProblemFeedStyles.d.ts +16 -0
  71. package/dist/src/components/FI/bannerProblemFeed/bannerProblemFeedStyles.d.ts.map +1 -0
  72. package/dist/src/components/FI/bannerProblemFeed/index.d.ts +105 -0
  73. package/dist/src/components/FI/bannerProblemFeed/index.d.ts.map +1 -0
  74. package/dist/src/components/FI/bannerSRG/bannerSRGStyle.d.ts +21 -0
  75. package/dist/src/components/FI/bannerSRG/bannerSRGStyle.d.ts.map +1 -0
  76. package/dist/src/components/FI/bannerSRG/index.d.ts +5 -0
  77. package/dist/src/components/FI/bannerSRG/index.d.ts.map +1 -0
  78. package/dist/src/components/FI/feedInteraction/feedInteractionStyles.d.ts +15 -0
  79. package/dist/src/components/FI/feedInteraction/feedInteractionStyles.d.ts.map +1 -0
  80. package/dist/src/components/FI/feedInteraction/index.d.ts +40 -0
  81. package/dist/src/components/FI/feedInteraction/index.d.ts.map +1 -0
  82. package/dist/src/components/FI/follow/index.d.ts +17 -0
  83. package/dist/src/components/FI/follow/index.d.ts.map +1 -0
  84. package/dist/src/components/FI/interactionsModal/InteractionsModalStyles.d.ts +13 -0
  85. package/dist/src/components/FI/interactionsModal/InteractionsModalStyles.d.ts.map +1 -0
  86. package/dist/src/components/FI/interactionsModal/index.d.ts +4 -0
  87. package/dist/src/components/FI/interactionsModal/index.d.ts.map +1 -0
  88. package/dist/src/components/FI/notificationCard/index.d.ts +13 -0
  89. package/dist/src/components/FI/notificationCard/index.d.ts.map +1 -0
  90. package/dist/src/components/FI/notificationCard/notificationCardStyles.d.ts +5 -0
  91. package/dist/src/components/FI/notificationCard/notificationCardStyles.d.ts.map +1 -0
  92. package/dist/src/components/FI/notificationPopOver/index.d.ts +25 -0
  93. package/dist/src/components/FI/notificationPopOver/index.d.ts.map +1 -0
  94. package/dist/src/components/FI/notificationPopOver/notificationPopOverStyles.d.ts +13 -0
  95. package/dist/src/components/FI/notificationPopOver/notificationPopOverStyles.d.ts.map +1 -0
  96. package/dist/src/components/FI/postFeed/index.d.ts +42 -0
  97. package/dist/src/components/FI/postFeed/index.d.ts.map +1 -0
  98. package/dist/src/components/FI/postFeed/postFeedStyles.d.ts +14 -0
  99. package/dist/src/components/FI/postFeed/postFeedStyles.d.ts.map +1 -0
  100. package/dist/src/components/FI/searchBox/SearchBoxStyles.d.ts +4 -0
  101. package/dist/src/components/FI/searchBox/SearchBoxStyles.d.ts.map +1 -0
  102. package/dist/src/components/FI/searchBox/index.d.ts +4 -0
  103. package/dist/src/components/FI/searchBox/index.d.ts.map +1 -0
  104. package/dist/src/components/FI/sessionFilters/index.d.ts +4 -0
  105. package/dist/src/components/FI/sessionFilters/index.d.ts.map +1 -0
  106. package/dist/src/components/FI/sessionFilters/sessionFiltersStyle.d.ts +12 -0
  107. package/dist/src/components/FI/sessionFilters/sessionFiltersStyle.d.ts.map +1 -0
  108. package/dist/src/components/FI/smallSRGBanner/index.d.ts +9 -0
  109. package/dist/src/components/FI/smallSRGBanner/index.d.ts.map +1 -0
  110. package/dist/src/components/FI/smallSRGBanner/smallSRGBannerStyles.d.ts +5 -0
  111. package/dist/src/components/FI/smallSRGBanner/smallSRGBannerStyles.d.ts.map +1 -0
  112. package/dist/src/components/IJ/ContentCycle/ContentCycleStyles.d.ts +17 -0
  113. package/dist/src/components/IJ/ContentCycle/ContentCycleStyles.d.ts.map +1 -0
  114. package/dist/src/components/IJ/ContentCycle/index.d.ts +4 -0
  115. package/dist/src/components/IJ/ContentCycle/index.d.ts.map +1 -0
  116. package/dist/src/components/IJ/ListContentCycle/ListContentCycleStyles.d.ts +2 -0
  117. package/dist/src/components/IJ/ListContentCycle/ListContentCycleStyles.d.ts.map +1 -0
  118. package/dist/src/components/IJ/ListContentCycle/index.d.ts +4 -0
  119. package/dist/src/components/IJ/ListContentCycle/index.d.ts.map +1 -0
  120. package/dist/src/components/IJ/StepLearningCycle/StepLearningCycleStyle.d.ts +5 -0
  121. package/dist/src/components/IJ/StepLearningCycle/StepLearningCycleStyle.d.ts.map +1 -0
  122. package/dist/src/components/IJ/StepLearningCycle/index.d.ts +4 -0
  123. package/dist/src/components/IJ/StepLearningCycle/index.d.ts.map +1 -0
  124. package/dist/src/components/IJ/favorite/favoriteStyles.d.ts +2 -0
  125. package/dist/src/components/IJ/favorite/favoriteStyles.d.ts.map +1 -0
  126. package/dist/src/components/IJ/favorite/index.d.ts +8 -0
  127. package/dist/src/components/IJ/favorite/index.d.ts.map +1 -0
  128. package/dist/src/components/IJ/learningCycleCard/components/menu/index.d.ts +6 -0
  129. package/dist/src/components/IJ/learningCycleCard/components/menu/index.d.ts.map +1 -0
  130. package/dist/src/components/IJ/learningCycleCard/components/menu/menuStyle.d.ts +2 -0
  131. package/dist/src/components/IJ/learningCycleCard/components/menu/menuStyle.d.ts.map +1 -0
  132. package/dist/src/components/IJ/learningCycleCard/index.d.ts +5 -0
  133. package/dist/src/components/IJ/learningCycleCard/index.d.ts.map +1 -0
  134. package/dist/src/components/IJ/learningCycleCard/learningCycleCardStyle.d.ts +23 -0
  135. package/dist/src/components/IJ/learningCycleCard/learningCycleCardStyle.d.ts.map +1 -0
  136. package/dist/src/components/IJ/listSelector/index.d.ts +23 -0
  137. package/dist/src/components/IJ/listSelector/index.d.ts.map +1 -0
  138. package/dist/src/components/IJ/listSelector/listSelectorStyles.d.ts +6 -0
  139. package/dist/src/components/IJ/listSelector/listSelectorStyles.d.ts.map +1 -0
  140. package/dist/src/components/IJ/pagination/index.d.ts +25 -0
  141. package/dist/src/components/IJ/pagination/index.d.ts.map +1 -0
  142. package/dist/src/components/IJ/pagination/paginationStyles.d.ts +10 -0
  143. package/dist/src/components/IJ/pagination/paginationStyles.d.ts.map +1 -0
  144. package/dist/src/components/IJ/participantCard/index.d.ts +5 -0
  145. package/dist/src/components/IJ/participantCard/index.d.ts.map +1 -0
  146. package/dist/src/components/IJ/participantCard/participantCardStyle.d.ts +33 -0
  147. package/dist/src/components/IJ/participantCard/participantCardStyle.d.ts.map +1 -0
  148. package/dist/src/components/IJ/participantCardOld/index.d.ts +5 -0
  149. package/dist/src/components/IJ/participantCardOld/index.d.ts.map +1 -0
  150. package/dist/src/components/IJ/participantCardOld/participantCardStyle.d.ts +14 -0
  151. package/dist/src/components/IJ/participantCardOld/participantCardStyle.d.ts.map +1 -0
  152. package/dist/src/components/IJ/thumbListContent/index.d.ts +20 -0
  153. package/dist/src/components/IJ/thumbListContent/index.d.ts.map +1 -0
  154. package/dist/src/components/IJ/thumbListContent/thumbListContentStyles.d.ts +22 -0
  155. package/dist/src/components/IJ/thumbListContent/thumbListContentStyles.d.ts.map +1 -0
  156. package/dist/src/components/LXP/DropdownSelectMultiple/index.d.ts +14 -0
  157. package/dist/src/components/LXP/DropdownSelectMultiple/index.d.ts.map +1 -0
  158. package/dist/src/components/LXP/accordionTrack/accordionTrack.d.ts +5 -0
  159. package/dist/src/components/LXP/accordionTrack/accordionTrack.d.ts.map +1 -0
  160. package/dist/src/components/LXP/accordionTrack/accordionTrackList.d.ts +5 -0
  161. package/dist/src/components/LXP/accordionTrack/accordionTrackList.d.ts.map +1 -0
  162. package/dist/src/components/LXP/accordionTrack/accordionTrackStyle.d.ts +25 -0
  163. package/dist/src/components/LXP/accordionTrack/accordionTrackStyle.d.ts.map +1 -0
  164. package/dist/src/components/LXP/accordionTrack/contentCourses.d.ts +4 -0
  165. package/dist/src/components/LXP/accordionTrack/contentCourses.d.ts.map +1 -0
  166. package/dist/src/components/LXP/accordionTrack/contentCoursesTrails.d.ts +4 -0
  167. package/dist/src/components/LXP/accordionTrack/contentCoursesTrails.d.ts.map +1 -0
  168. package/dist/src/components/LXP/accordionTrack/vectorDown.d.ts +11 -0
  169. package/dist/src/components/LXP/accordionTrack/vectorDown.d.ts.map +1 -0
  170. package/dist/src/components/LXP/accordionTrack/vectorUp.d.ts +11 -0
  171. package/dist/src/components/LXP/accordionTrack/vectorUp.d.ts.map +1 -0
  172. package/dist/src/components/LXP/avatarAssociatedChannel/avatarAssociatedChannelStyles.d.ts +13 -0
  173. package/dist/src/components/LXP/avatarAssociatedChannel/avatarAssociatedChannelStyles.d.ts.map +1 -0
  174. package/dist/src/components/LXP/avatarAssociatedChannel/index.d.ts +5 -0
  175. package/dist/src/components/LXP/avatarAssociatedChannel/index.d.ts.map +1 -0
  176. package/dist/src/components/LXP/avatarChannel/avatarChannelStyles.d.ts +27 -0
  177. package/dist/src/components/LXP/avatarChannel/avatarChannelStyles.d.ts.map +1 -0
  178. package/dist/src/components/LXP/avatarChannel/index.d.ts +5 -0
  179. package/dist/src/components/LXP/avatarChannel/index.d.ts.map +1 -0
  180. package/dist/src/components/LXP/bannerLxp/bannerLxp.d.ts +14 -0
  181. package/dist/src/components/LXP/bannerLxp/bannerLxp.d.ts.map +1 -0
  182. package/dist/src/components/LXP/bannerLxp/index.d.ts +26 -0
  183. package/dist/src/components/LXP/bannerLxp/index.d.ts.map +1 -0
  184. package/dist/src/components/LXP/buttonContent/buttonContentStyle.d.ts +4 -0
  185. package/dist/src/components/LXP/buttonContent/buttonContentStyle.d.ts.map +1 -0
  186. package/dist/src/components/LXP/buttonContent/index.d.ts +5 -0
  187. package/dist/src/components/LXP/buttonContent/index.d.ts.map +1 -0
  188. package/dist/src/components/LXP/calendarLxp/defaultRanges.d.ts +3 -0
  189. package/dist/src/components/LXP/calendarLxp/defaultRanges.d.ts.map +1 -0
  190. package/dist/src/components/LXP/calendarLxp/index.d.ts +11 -0
  191. package/dist/src/components/LXP/calendarLxp/index.d.ts.map +1 -0
  192. package/dist/src/components/LXP/cardLearningCicle/index.d.ts +5 -0
  193. package/dist/src/components/LXP/cardLearningCicle/index.d.ts.map +1 -0
  194. package/dist/src/components/LXP/colorpicker/colorpickerStyles.d.ts +7 -0
  195. package/dist/src/components/LXP/colorpicker/colorpickerStyles.d.ts.map +1 -0
  196. package/dist/src/components/LXP/colorpicker/index.d.ts +5 -0
  197. package/dist/src/components/LXP/colorpicker/index.d.ts.map +1 -0
  198. package/dist/src/components/LXP/contentSwitcher/contentSwitcherStyle.d.ts +8 -0
  199. package/dist/src/components/LXP/contentSwitcher/contentSwitcherStyle.d.ts.map +1 -0
  200. package/dist/src/components/LXP/contentSwitcher/index.d.ts +4 -0
  201. package/dist/src/components/LXP/contentSwitcher/index.d.ts.map +1 -0
  202. package/dist/src/components/LXP/contentThumbnails/contentThumbnailsStyle.d.ts +17 -0
  203. package/dist/src/components/LXP/contentThumbnails/contentThumbnailsStyle.d.ts.map +1 -0
  204. package/dist/src/components/LXP/contentThumbnails/index.d.ts +13 -0
  205. package/dist/src/components/LXP/contentThumbnails/index.d.ts.map +1 -0
  206. package/dist/src/components/LXP/contentThumbnails/vectorDown.d.ts +11 -0
  207. package/dist/src/components/LXP/contentThumbnails/vectorDown.d.ts.map +1 -0
  208. package/dist/src/components/LXP/contentThumbnails/vectorEllipse.d.ts +11 -0
  209. package/dist/src/components/LXP/contentThumbnails/vectorEllipse.d.ts.map +1 -0
  210. package/dist/src/components/LXP/contentThumbnails/vectorUp.d.ts +11 -0
  211. package/dist/src/components/LXP/contentThumbnails/vectorUp.d.ts.map +1 -0
  212. package/dist/src/components/LXP/extraContent/adminExtraContent.d.ts +4 -0
  213. package/dist/src/components/LXP/extraContent/adminExtraContent.d.ts.map +1 -0
  214. package/dist/src/components/LXP/extraContent/index.d.ts +4 -0
  215. package/dist/src/components/LXP/extraContent/index.d.ts.map +1 -0
  216. package/dist/src/components/LXP/extraContent/richTextEditor/components.d.ts +21 -0
  217. package/dist/src/components/LXP/extraContent/richTextEditor/components.d.ts.map +1 -0
  218. package/dist/src/components/LXP/extraContent/richTextEditor/index.d.ts +4 -0
  219. package/dist/src/components/LXP/extraContent/richTextEditor/index.d.ts.map +1 -0
  220. package/dist/src/components/LXP/extraContent/studentExtraContent.d.ts +4 -0
  221. package/dist/src/components/LXP/extraContent/studentExtraContent.d.ts.map +1 -0
  222. package/dist/src/components/LXP/fileUpload/fileUploadStyles.d.ts +7 -0
  223. package/dist/src/components/LXP/fileUpload/fileUploadStyles.d.ts.map +1 -0
  224. package/dist/src/components/LXP/fileUpload/index.d.ts +5 -0
  225. package/dist/src/components/LXP/fileUpload/index.d.ts.map +1 -0
  226. package/dist/src/components/LXP/headerContent/headerContent.d.ts +21 -0
  227. package/dist/src/components/LXP/headerContent/headerContent.d.ts.map +1 -0
  228. package/dist/src/components/LXP/headerContent/index.d.ts +21 -0
  229. package/dist/src/components/LXP/headerContent/index.d.ts.map +1 -0
  230. package/dist/src/components/LXP/login/index.d.ts +5 -0
  231. package/dist/src/components/LXP/login/index.d.ts.map +1 -0
  232. package/dist/src/components/LXP/login/loginStyle.d.ts +33 -0
  233. package/dist/src/components/LXP/login/loginStyle.d.ts.map +1 -0
  234. package/dist/src/components/LXP/manageLerningCicles/index.d.ts +5 -0
  235. package/dist/src/components/LXP/manageLerningCicles/index.d.ts.map +1 -0
  236. package/dist/src/components/LXP/manageLerningCicles/manageLearningCicles.Style.d.ts +13 -0
  237. package/dist/src/components/LXP/manageLerningCicles/manageLearningCicles.Style.d.ts.map +1 -0
  238. package/dist/src/components/LXP/participantThumbnails/index.d.ts +11 -0
  239. package/dist/src/components/LXP/participantThumbnails/index.d.ts.map +1 -0
  240. package/dist/src/components/LXP/participantThumbnails/participantThumbnails.d.ts +11 -0
  241. package/dist/src/components/LXP/participantThumbnails/participantThumbnails.d.ts.map +1 -0
  242. package/dist/src/components/LXP/participantThumbnailsList/index.d.ts +15 -0
  243. package/dist/src/components/LXP/participantThumbnailsList/index.d.ts.map +1 -0
  244. package/dist/src/components/LXP/permission/index.d.ts +5 -0
  245. package/dist/src/components/LXP/permission/index.d.ts.map +1 -0
  246. package/dist/src/components/LXP/popOver/index.d.ts +6 -0
  247. package/dist/src/components/LXP/popOver/index.d.ts.map +1 -0
  248. package/dist/src/components/LXP/popOver/popOverStyle.d.ts +24 -0
  249. package/dist/src/components/LXP/popOver/popOverStyle.d.ts.map +1 -0
  250. package/dist/src/components/LXP/popOverLXP-antigo/index.d.ts +5 -0
  251. package/dist/src/components/LXP/popOverLXP-antigo/index.d.ts.map +1 -0
  252. package/dist/src/components/LXP/popOverLXP-antigo/popOverLXPStyles.d.ts +21 -0
  253. package/dist/src/components/LXP/popOverLXP-antigo/popOverLXPStyles.d.ts.map +1 -0
  254. package/dist/src/components/LXP/progressBar/index.d.ts +5 -0
  255. package/dist/src/components/LXP/progressBar/index.d.ts.map +1 -0
  256. package/dist/src/components/LXP/progressBar/progressStyle.d.ts +5 -0
  257. package/dist/src/components/LXP/progressBar/progressStyle.d.ts.map +1 -0
  258. package/dist/src/components/LXP/searchResults/index.d.ts +5 -0
  259. package/dist/src/components/LXP/searchResults/index.d.ts.map +1 -0
  260. package/dist/src/components/LXP/searchResults/searchResultsStyles.d.ts +8 -0
  261. package/dist/src/components/LXP/searchResults/searchResultsStyles.d.ts.map +1 -0
  262. package/dist/src/components/LXP/selectLXP/SelectLXP.d.ts +12 -0
  263. package/dist/src/components/LXP/selectLXP/SelectLXP.d.ts.map +1 -0
  264. package/dist/src/components/LXP/selectLXP/SelectLXPContext.d.ts +7 -0
  265. package/dist/src/components/LXP/selectLXP/SelectLXPContext.d.ts.map +1 -0
  266. package/dist/src/components/LXP/selectLXP/SelectLXPItem.d.ts +12 -0
  267. package/dist/src/components/LXP/selectLXP/SelectLXPItem.d.ts.map +1 -0
  268. package/dist/src/components/LXP/selectLXP/index.d.ts +8 -0
  269. package/dist/src/components/LXP/selectLXP/index.d.ts.map +1 -0
  270. package/dist/src/components/LXP/star-metric/index.d.ts +4 -0
  271. package/dist/src/components/LXP/star-metric/index.d.ts.map +1 -0
  272. package/dist/src/components/LXP/star-metric/starMetricStyles.d.ts +2 -0
  273. package/dist/src/components/LXP/star-metric/starMetricStyles.d.ts.map +1 -0
  274. package/dist/src/components/LXP/thumbnails/thumbnails.d.ts +5 -0
  275. package/dist/src/components/LXP/thumbnails/thumbnails.d.ts.map +1 -0
  276. package/dist/src/components/LXP/thumbnails/thumbnailsDraggable.d.ts +5 -0
  277. package/dist/src/components/LXP/thumbnails/thumbnailsDraggable.d.ts.map +1 -0
  278. package/dist/src/components/LXP/thumbnails/thumbnailsStyle.d.ts +24 -0
  279. package/dist/src/components/LXP/thumbnails/thumbnailsStyle.d.ts.map +1 -0
  280. package/dist/src/components/LXP/thumbnails/vectorCross.d.ts +11 -0
  281. package/dist/src/components/LXP/thumbnails/vectorCross.d.ts.map +1 -0
  282. package/dist/src/components/LXP/thumbnails/vectorEllipse.d.ts +11 -0
  283. package/dist/src/components/LXP/thumbnails/vectorEllipse.d.ts.map +1 -0
  284. package/dist/src/components/LXP/tooltip/index.d.ts +4 -0
  285. package/dist/src/components/LXP/tooltip/index.d.ts.map +1 -0
  286. package/dist/src/components/LXP/tooltip/tooltipStyle.d.ts +7 -0
  287. package/dist/src/components/LXP/tooltip/tooltipStyle.d.ts.map +1 -0
  288. package/dist/src/components/LXP/urlAddress/index.d.ts +5 -0
  289. package/dist/src/components/LXP/urlAddress/index.d.ts.map +1 -0
  290. package/dist/src/components/LXP/video/index.d.ts +5 -0
  291. package/dist/src/components/LXP/video/index.d.ts.map +1 -0
  292. package/dist/src/components/LogoFRST/index.d.ts +10 -0
  293. package/dist/src/components/LogoFRST/index.d.ts.map +1 -0
  294. package/dist/src/components/accordion-tabs/accordionTabsStyles.d.ts +19 -0
  295. package/dist/src/components/accordion-tabs/accordionTabsStyles.d.ts.map +1 -0
  296. package/dist/src/components/accordion-tabs/index.d.ts +5 -0
  297. package/dist/src/components/accordion-tabs/index.d.ts.map +1 -0
  298. package/dist/src/components/audio-player/audioPlayerStyles.d.ts +21 -0
  299. package/dist/src/components/audio-player/audioPlayerStyles.d.ts.map +1 -0
  300. package/dist/src/components/audio-player/index.d.ts +22 -0
  301. package/dist/src/components/audio-player/index.d.ts.map +1 -0
  302. package/dist/src/components/avatar/avatarStyles.d.ts +9 -0
  303. package/dist/src/components/avatar/avatarStyles.d.ts.map +1 -0
  304. package/dist/src/components/avatar/index.d.ts +5 -0
  305. package/dist/src/components/avatar/index.d.ts.map +1 -0
  306. package/dist/src/components/buttons/buttonStyle.d.ts +25 -0
  307. package/dist/src/components/buttons/buttonStyle.d.ts.map +1 -0
  308. package/dist/src/components/buttons/index.d.ts +24 -0
  309. package/dist/src/components/buttons/index.d.ts.map +1 -0
  310. package/dist/src/components/calendar/calendarStyle.d.ts +39 -0
  311. package/dist/src/components/calendar/calendarStyle.d.ts.map +1 -0
  312. package/dist/src/components/calendar/index.d.ts +22 -0
  313. package/dist/src/components/calendar/index.d.ts.map +1 -0
  314. package/dist/src/components/card-trail/cardTrailStyle.d.ts +13 -0
  315. package/dist/src/components/card-trail/cardTrailStyle.d.ts.map +1 -0
  316. package/dist/src/components/card-trail/index.d.ts +21 -0
  317. package/dist/src/components/card-trail/index.d.ts.map +1 -0
  318. package/dist/src/components/card-trail/moduleStyle.d.ts +13 -0
  319. package/dist/src/components/card-trail/moduleStyle.d.ts.map +1 -0
  320. package/dist/src/components/card-trail-carousel/index.d.ts +5 -0
  321. package/dist/src/components/card-trail-carousel/index.d.ts.map +1 -0
  322. package/dist/src/components/cardLT/AvatarWithInfo/index.d.ts +26 -0
  323. package/dist/src/components/cardLT/AvatarWithInfo/index.d.ts.map +1 -0
  324. package/dist/src/components/cardLT/AvatarWithInfo/vector.d.ts +11 -0
  325. package/dist/src/components/cardLT/AvatarWithInfo/vector.d.ts.map +1 -0
  326. package/dist/src/components/cardLT/BannerProblem/index.d.ts +4 -0
  327. package/dist/src/components/cardLT/BannerProblem/index.d.ts.map +1 -0
  328. package/dist/src/components/cardLT/BannerProblem/styles.d.ts +5 -0
  329. package/dist/src/components/cardLT/BannerProblem/styles.d.ts.map +1 -0
  330. package/dist/src/components/cardLT/MessageBox/icons/errorIcon.d.ts +7 -0
  331. package/dist/src/components/cardLT/MessageBox/icons/errorIcon.d.ts.map +1 -0
  332. package/dist/src/components/cardLT/MessageBox/icons/successIcon.d.ts +7 -0
  333. package/dist/src/components/cardLT/MessageBox/icons/successIcon.d.ts.map +1 -0
  334. package/dist/src/components/cardLT/MessageBox/icons/warningIcon.d.ts +7 -0
  335. package/dist/src/components/cardLT/MessageBox/icons/warningIcon.d.ts.map +1 -0
  336. package/dist/src/components/cardLT/MessageBox/index.d.ts +30 -0
  337. package/dist/src/components/cardLT/MessageBox/index.d.ts.map +1 -0
  338. package/dist/src/components/cardLT/Rating/index.d.ts +35 -0
  339. package/dist/src/components/cardLT/Rating/index.d.ts.map +1 -0
  340. package/dist/src/components/cardLT/Rating/starIcon.d.ts +11 -0
  341. package/dist/src/components/cardLT/Rating/starIcon.d.ts.map +1 -0
  342. package/dist/src/components/cardLT/RatingCurtidas/index.d.ts +18 -0
  343. package/dist/src/components/cardLT/RatingCurtidas/index.d.ts.map +1 -0
  344. package/dist/src/components/cardLT/RocketButton/RocketButtonIcon.d.ts +18 -0
  345. package/dist/src/components/cardLT/RocketButton/RocketButtonIcon.d.ts.map +1 -0
  346. package/dist/src/components/cardLT/RocketButton/index.d.ts +16 -0
  347. package/dist/src/components/cardLT/RocketButton/index.d.ts.map +1 -0
  348. package/dist/src/components/cardLT/StepsMission/StepMission.d.ts +31 -0
  349. package/dist/src/components/cardLT/StepsMission/StepMission.d.ts.map +1 -0
  350. package/dist/src/components/cardLT/StepsMission/Steps.d.ts +27 -0
  351. package/dist/src/components/cardLT/StepsMission/Steps.d.ts.map +1 -0
  352. package/dist/src/components/cardLT/TextIcon/index.d.ts +26 -0
  353. package/dist/src/components/cardLT/TextIcon/index.d.ts.map +1 -0
  354. package/dist/src/components/cardLT/selectCard/index.d.ts +26 -0
  355. package/dist/src/components/cardLT/selectCard/index.d.ts.map +1 -0
  356. package/dist/src/components/cards/base/index.d.ts +4 -0
  357. package/dist/src/components/cards/base/index.d.ts.map +1 -0
  358. package/dist/src/components/cards/cardDefinicaoProblema/index.d.ts +38 -0
  359. package/dist/src/components/cards/cardDefinicaoProblema/index.d.ts.map +1 -0
  360. package/dist/src/components/cards/cardProblem/index.d.ts +31 -0
  361. package/dist/src/components/cards/cardProblem/index.d.ts.map +1 -0
  362. package/dist/src/components/cards/cardProblemGestor/index.d.ts +26 -0
  363. package/dist/src/components/cards/cardProblemGestor/index.d.ts.map +1 -0
  364. package/dist/src/components/cards/cardResultConquista/index.d.ts +22 -0
  365. package/dist/src/components/cards/cardResultConquista/index.d.ts.map +1 -0
  366. package/dist/src/components/cards/user/index.d.ts +27 -0
  367. package/dist/src/components/cards/user/index.d.ts.map +1 -0
  368. package/dist/src/components/challenge-cards/challengeCardStyles.d.ts +24 -0
  369. package/dist/src/components/challenge-cards/challengeCardStyles.d.ts.map +1 -0
  370. package/dist/src/components/challenge-cards/dropdownMenuStyle.d.ts +9 -0
  371. package/dist/src/components/challenge-cards/dropdownMenuStyle.d.ts.map +1 -0
  372. package/dist/src/components/challenge-cards/index.d.ts +14 -0
  373. package/dist/src/components/challenge-cards/index.d.ts.map +1 -0
  374. package/dist/src/components/checkmark/checkmarkStyles.d.ts +7 -0
  375. package/dist/src/components/checkmark/checkmarkStyles.d.ts.map +1 -0
  376. package/dist/src/components/checkmark/index.d.ts +5 -0
  377. package/dist/src/components/checkmark/index.d.ts.map +1 -0
  378. package/dist/src/components/commentary-box/commentaryBox.utils.d.ts +8 -0
  379. package/dist/src/components/commentary-box/commentaryBox.utils.d.ts.map +1 -0
  380. package/dist/src/components/commentary-box/commentaryBoxStyles.d.ts +35 -0
  381. package/dist/src/components/commentary-box/commentaryBoxStyles.d.ts.map +1 -0
  382. package/dist/src/components/commentary-box/index.d.ts +5 -0
  383. package/dist/src/components/commentary-box/index.d.ts.map +1 -0
  384. package/dist/src/components/conquistaCarrossel/index.d.ts +5 -0
  385. package/dist/src/components/conquistaCarrossel/index.d.ts.map +1 -0
  386. package/dist/src/components/demo/stepController/StepControllerStyle.d.ts +3 -0
  387. package/dist/src/components/demo/stepController/StepControllerStyle.d.ts.map +1 -0
  388. package/dist/src/components/demo/stepController/index.d.ts +13 -0
  389. package/dist/src/components/demo/stepController/index.d.ts.map +1 -0
  390. package/dist/src/components/dropdown-profile-menu/dropdownProfileMenuStyle.d.ts +20 -0
  391. package/dist/src/components/dropdown-profile-menu/dropdownProfileMenuStyle.d.ts.map +1 -0
  392. package/dist/src/components/dropdown-profile-menu/index.d.ts +4 -0
  393. package/dist/src/components/dropdown-profile-menu/index.d.ts.map +1 -0
  394. package/dist/src/components/emoji-picker/index.d.ts +3 -0
  395. package/dist/src/components/emoji-picker/index.d.ts.map +1 -0
  396. package/dist/src/components/exclusive-class/exclusiveClassStyles.d.ts +5 -0
  397. package/dist/src/components/exclusive-class/exclusiveClassStyles.d.ts.map +1 -0
  398. package/dist/src/components/exclusive-class/index.d.ts +5 -0
  399. package/dist/src/components/exclusive-class/index.d.ts.map +1 -0
  400. package/dist/src/components/field-search-dropdown/fieldSearchStyle.d.ts +20 -0
  401. package/dist/src/components/field-search-dropdown/fieldSearchStyle.d.ts.map +1 -0
  402. package/dist/src/components/field-search-dropdown/index.d.ts +5 -0
  403. package/dist/src/components/field-search-dropdown/index.d.ts.map +1 -0
  404. package/dist/src/components/filter-accordion-checkbox/filterAccordionCheckbox.utils.d.ts +2 -0
  405. package/dist/src/components/filter-accordion-checkbox/filterAccordionCheckbox.utils.d.ts.map +1 -0
  406. package/dist/src/components/filter-accordion-checkbox/index.d.ts +5 -0
  407. package/dist/src/components/filter-accordion-checkbox/index.d.ts.map +1 -0
  408. package/dist/src/components/form-elements/checkbox/checkboxStyle.d.ts +6 -0
  409. package/dist/src/components/form-elements/checkbox/checkboxStyle.d.ts.map +1 -0
  410. package/dist/src/components/form-elements/checkbox/index.d.ts +8 -0
  411. package/dist/src/components/form-elements/checkbox/index.d.ts.map +1 -0
  412. package/dist/src/components/form-elements/textarea/index.d.ts +4 -0
  413. package/dist/src/components/form-elements/textarea/index.d.ts.map +1 -0
  414. package/dist/src/components/form-elements/textfield/index.d.ts +30 -0
  415. package/dist/src/components/form-elements/textfield/index.d.ts.map +1 -0
  416. package/dist/src/components/form-elements/textfield/textFieldStyle.d.ts +13 -0
  417. package/dist/src/components/form-elements/textfield/textFieldStyle.d.ts.map +1 -0
  418. package/dist/src/components/global-menu/components/customMenu/index.d.ts +2 -0
  419. package/dist/src/components/global-menu/components/customMenu/index.d.ts.map +1 -0
  420. package/dist/src/components/global-menu/globalMenuStyles.d.ts +27 -0
  421. package/dist/src/components/global-menu/globalMenuStyles.d.ts.map +1 -0
  422. package/dist/src/components/global-menu/index.d.ts +52 -0
  423. package/dist/src/components/global-menu/index.d.ts.map +1 -0
  424. package/dist/src/components/headerChallenge/headerChallengeStyle.d.ts +2 -0
  425. package/dist/src/components/headerChallenge/headerChallengeStyle.d.ts.map +1 -0
  426. package/dist/src/components/headerChallenge/index.d.ts +11 -0
  427. package/dist/src/components/headerChallenge/index.d.ts.map +1 -0
  428. package/dist/src/components/index.d.ts +7 -0
  429. package/dist/src/components/index.d.ts.map +1 -0
  430. package/dist/src/components/input-comment/index.d.ts +5 -0
  431. package/dist/src/components/input-comment/index.d.ts.map +1 -0
  432. package/dist/src/components/input-comment/inputComment.utils.d.ts +2 -0
  433. package/dist/src/components/input-comment/inputComment.utils.d.ts.map +1 -0
  434. package/dist/src/components/input-comment/inputCommentStyles.d.ts +18 -0
  435. package/dist/src/components/input-comment/inputCommentStyles.d.ts.map +1 -0
  436. package/dist/src/components/item-lateral-menu/index.d.ts +5 -0
  437. package/dist/src/components/item-lateral-menu/index.d.ts.map +1 -0
  438. package/dist/src/components/item-lateral-menu/itemLateralMenuStyles.d.ts +23 -0
  439. package/dist/src/components/item-lateral-menu/itemLateralMenuStyles.d.ts.map +1 -0
  440. package/dist/src/components/item-menu-global/index.d.ts +5 -0
  441. package/dist/src/components/item-menu-global/index.d.ts.map +1 -0
  442. package/dist/src/components/item-menu-global/itemMenuGlobalStyles.d.ts +12 -0
  443. package/dist/src/components/item-menu-global/itemMenuGlobalStyles.d.ts.map +1 -0
  444. package/dist/src/components/languages-dropdown/index.d.ts +5 -0
  445. package/dist/src/components/languages-dropdown/index.d.ts.map +1 -0
  446. package/dist/src/components/languages-dropdown/languagesDropdownStyles.d.ts +13 -0
  447. package/dist/src/components/languages-dropdown/languagesDropdownStyles.d.ts.map +1 -0
  448. package/dist/src/components/lateral-menu/index.d.ts +5 -0
  449. package/dist/src/components/lateral-menu/index.d.ts.map +1 -0
  450. package/dist/src/components/lateral-menu/lateralMenuStyles.d.ts +7 -0
  451. package/dist/src/components/lateral-menu/lateralMenuStyles.d.ts.map +1 -0
  452. package/dist/src/components/learning-steps/index.d.ts +5 -0
  453. package/dist/src/components/learning-steps/index.d.ts.map +1 -0
  454. package/dist/src/components/learning-steps/learningStepsStyles.d.ts +8 -0
  455. package/dist/src/components/learning-steps/learningStepsStyles.d.ts.map +1 -0
  456. package/dist/src/components/menu-more/index.d.ts +5 -0
  457. package/dist/src/components/menu-more/index.d.ts.map +1 -0
  458. package/dist/src/components/menu-more/menuMoreStyles.d.ts +9 -0
  459. package/dist/src/components/menu-more/menuMoreStyles.d.ts.map +1 -0
  460. package/dist/src/components/modal/modalLearningTech/index.d.ts +20 -0
  461. package/dist/src/components/modal/modalLearningTech/index.d.ts.map +1 -0
  462. package/dist/src/components/modal/modalVideo/index.d.ts +19 -0
  463. package/dist/src/components/modal/modalVideo/index.d.ts.map +1 -0
  464. package/dist/src/components/modal/statusProblema/index.d.ts +13 -0
  465. package/dist/src/components/modal/statusProblema/index.d.ts.map +1 -0
  466. package/dist/src/components/quantidadeDesafios/index.d.ts +20 -0
  467. package/dist/src/components/quantidadeDesafios/index.d.ts.map +1 -0
  468. package/dist/src/components/quantidadeDesafios/quantidadeDesafios.d.ts +8 -0
  469. package/dist/src/components/quantidadeDesafios/quantidadeDesafios.d.ts.map +1 -0
  470. package/dist/src/components/scroll-container/index.d.ts +5 -0
  471. package/dist/src/components/scroll-container/index.d.ts.map +1 -0
  472. package/dist/src/components/scroll-container/scrollContainer.utils.d.ts +2 -0
  473. package/dist/src/components/scroll-container/scrollContainer.utils.d.ts.map +1 -0
  474. package/dist/src/components/scroll-container/scrollContainerStyles.d.ts +15 -0
  475. package/dist/src/components/scroll-container/scrollContainerStyles.d.ts.map +1 -0
  476. package/dist/src/components/search-field/index.d.ts +5 -0
  477. package/dist/src/components/search-field/index.d.ts.map +1 -0
  478. package/dist/src/components/search-field/searchFieldStyles.d.ts +12 -0
  479. package/dist/src/components/search-field/searchFieldStyles.d.ts.map +1 -0
  480. package/dist/src/components/select/index.d.ts +8 -0
  481. package/dist/src/components/select/index.d.ts.map +1 -0
  482. package/dist/src/components/speech-bubble/index.d.ts +5 -0
  483. package/dist/src/components/speech-bubble/index.d.ts.map +1 -0
  484. package/dist/src/components/speech-bubble/speechBubbleStyles.d.ts +11 -0
  485. package/dist/src/components/speech-bubble/speechBubbleStyles.d.ts.map +1 -0
  486. package/dist/src/components/step-card/index.d.ts +5 -0
  487. package/dist/src/components/step-card/index.d.ts.map +1 -0
  488. package/dist/src/components/step-card/stepCardStyles.d.ts +20 -0
  489. package/dist/src/components/step-card/stepCardStyles.d.ts.map +1 -0
  490. package/dist/src/components/tag/index.d.ts +19 -0
  491. package/dist/src/components/tag/index.d.ts.map +1 -0
  492. package/dist/src/components/totalizer-card/index.d.ts +5 -0
  493. package/dist/src/components/totalizer-card/index.d.ts.map +1 -0
  494. package/dist/src/components/totalizer-card/totalizerCardStyles.d.ts +18 -0
  495. package/dist/src/components/totalizer-card/totalizerCardStyles.d.ts.map +1 -0
  496. package/dist/src/shared/globalComponentsStyle.d.ts +10 -0
  497. package/dist/src/shared/globalComponentsStyle.d.ts.map +1 -0
  498. package/dist/src/shared/icons.d.ts +156 -0
  499. package/dist/src/shared/icons.d.ts.map +1 -0
  500. package/dist/src/theme/index.d.ts +3 -0
  501. package/dist/src/theme/index.d.ts.map +1 -0
  502. package/dist/src/theme/tokens.d.ts +195 -0
  503. package/dist/src/theme/tokens.d.ts.map +1 -0
  504. package/images.d.ts +4 -0
  505. package/index.tsx +178 -0
  506. package/package.json +92 -0
  507. package/public/bg1.png +0 -0
  508. package/public/bg2.png +0 -0
  509. package/public/favicon.ico +0 -0
  510. package/public/img/NoUploaded.png +0 -0
  511. package/public/img/Picture.png +0 -0
  512. package/public/img/thumbFoto.png +0 -0
  513. package/public/index.html +43 -0
  514. package/public/locales/en-US.json +30 -0
  515. package/public/locales/es.json +31 -0
  516. package/public/locales/pt-BR.json +38 -0
  517. package/public/manifest.json +15 -0
  518. package/public/robots.txt +3 -0
  519. package/publish.sh +19 -0
  520. package/rollup.config.js +15 -0
  521. package/src/components/DS/loading/index.tsx +70 -0
  522. package/src/components/DS/loading/loading.stories.tsx +31 -0
  523. package/src/components/DS/loading/loadingStyle.ts +40 -0
  524. package/src/components/DS/modal/index.stories.tsx +25 -0
  525. package/src/components/DS/modal/index.tsx +100 -0
  526. package/src/components/DS/modal/styles.ts +101 -0
  527. package/src/components/DS/select/Select.tsx +101 -0
  528. package/src/components/DS/select/SelectContext.tsx +9 -0
  529. package/src/components/DS/select/SelectItem.tsx +69 -0
  530. package/src/components/DS/select/index.tsx +18 -0
  531. package/src/components/DS/select/select.stories.tsx +20 -0
  532. package/src/components/DS/select/styles/StylesSelect.tsx +100 -0
  533. package/src/components/DS/tooltip/index.stories.tsx +24 -0
  534. package/src/components/DS/tooltip/index.tsx +81 -0
  535. package/src/components/DS/tooltip/styles.ts +155 -0
  536. package/src/components/DS/tooltip/types.d.ts +21 -0
  537. package/src/components/EBR/buttons-group/index.d.ts +4 -0
  538. package/src/components/EBR/buttons-group/index.stories.tsx +23 -0
  539. package/src/components/EBR/buttons-group/index.tsx +31 -0
  540. package/src/components/EBR/buttons-group/styles.ts +7 -0
  541. package/src/components/EBR/group-statistics/groupStatistics.d.ts +6 -0
  542. package/src/components/EBR/group-statistics/groupStatistics.stories.tsx +89 -0
  543. package/src/components/EBR/group-statistics/groupStatisticsStyles.ts +63 -0
  544. package/src/components/EBR/group-statistics/index.tsx +85 -0
  545. package/src/components/EBR/objective-step/index.tsx +18 -0
  546. package/src/components/EBR/objective-step/objectiveStep.d.ts +5 -0
  547. package/src/components/EBR/objective-step/objectiveStep.stories.tsx +24 -0
  548. package/src/components/EBR/objective-step/objectiveStepStyles.ts +42 -0
  549. package/src/components/EBR/rating/index.tsx +97 -0
  550. package/src/components/EBR/rating/rating.d.ts +42 -0
  551. package/src/components/EBR/rating/rating.stories.tsx +24 -0
  552. package/src/components/EBR/rating/ratingStyles.ts +25 -0
  553. package/src/components/EBR/specialist-contact/index.tsx +40 -0
  554. package/src/components/EBR/specialist-contact/specialistContact.d.ts +13 -0
  555. package/src/components/EBR/specialist-contact/specialistContact.stories.tsx +26 -0
  556. package/src/components/EBR/specialist-contact/specialistContactStyles.ts +93 -0
  557. package/src/components/EBR/stepper/index.d.ts +29 -0
  558. package/src/components/EBR/stepper/index.stories.tsx +43 -0
  559. package/src/components/EBR/stepper/index.tsx +7 -0
  560. package/src/components/EBR/stepper/stepper.tsx +23 -0
  561. package/src/components/EBR/stepper/stepperItem.tsx +38 -0
  562. package/src/components/EBR/stepper/styles.ts +140 -0
  563. package/src/components/EBR/trail-list/index.tsx +82 -0
  564. package/src/components/EBR/trail-list/trailList.d.ts +6 -0
  565. package/src/components/EBR/trail-list/trailList.stories.tsx +59 -0
  566. package/src/components/EBR/trail-list/trailListStyles.ts +54 -0
  567. package/src/components/FI/bannerProblemFeed/bannerProblemFeed.stories.tsx +355 -0
  568. package/src/components/FI/bannerProblemFeed/bannerProblemFeedStyles.ts +128 -0
  569. package/src/components/FI/bannerProblemFeed/index.tsx +388 -0
  570. package/src/components/FI/bannerSRG/bannerSRG.d.ts +33 -0
  571. package/src/components/FI/bannerSRG/bannerSRG.stories.tsx +106 -0
  572. package/src/components/FI/bannerSRG/bannerSRGStyle.ts +226 -0
  573. package/src/components/FI/bannerSRG/index.tsx +93 -0
  574. package/src/components/FI/feedInteraction/feedInteraction.stories.tsx +219 -0
  575. package/src/components/FI/feedInteraction/feedInteractionStyles.ts +142 -0
  576. package/src/components/FI/feedInteraction/index.tsx +343 -0
  577. package/src/components/FI/follow/follow.stories.tsx +59 -0
  578. package/src/components/FI/follow/followStyles.ts +42 -0
  579. package/src/components/FI/follow/index.tsx +144 -0
  580. package/src/components/FI/interactionsModal/InteractionsModal.stories.tsx +123 -0
  581. package/src/components/FI/interactionsModal/InteractionsModalStyles.ts +164 -0
  582. package/src/components/FI/interactionsModal/index.tsx +106 -0
  583. package/src/components/FI/interactionsModal/interactionsModal.d.ts +23 -0
  584. package/src/components/FI/notificationCard/index.tsx +66 -0
  585. package/src/components/FI/notificationCard/notificationCard.stories.tsx +34 -0
  586. package/src/components/FI/notificationCard/notificationCardStyles.ts +41 -0
  587. package/src/components/FI/notificationPopOver/index.tsx +190 -0
  588. package/src/components/FI/notificationPopOver/notificationPopOver.stories.tsx +117 -0
  589. package/src/components/FI/notificationPopOver/notificationPopOverStyles.ts +109 -0
  590. package/src/components/FI/postFeed/index.tsx +188 -0
  591. package/src/components/FI/postFeed/postFeed.stories.tsx +313 -0
  592. package/src/components/FI/postFeed/postFeedStyles.ts +188 -0
  593. package/src/components/FI/searchBox/SearchBox.stories.tsx +34 -0
  594. package/src/components/FI/searchBox/SearchBoxStyles.ts +21 -0
  595. package/src/components/FI/searchBox/index.tsx +25 -0
  596. package/src/components/FI/searchBox/searchBox.d.ts +11 -0
  597. package/src/components/FI/sessionFilters/index.tsx +160 -0
  598. package/src/components/FI/sessionFilters/sessionFilters.d.ts +35 -0
  599. package/src/components/FI/sessionFilters/sessionFilters.stories.tsx +74 -0
  600. package/src/components/FI/sessionFilters/sessionFiltersStyle.ts +86 -0
  601. package/src/components/FI/smallSRGBanner/index.tsx +24 -0
  602. package/src/components/FI/smallSRGBanner/smallSRGBanner.stories.tsx +19 -0
  603. package/src/components/FI/smallSRGBanner/smallSRGBannerStyles.ts +34 -0
  604. package/src/components/IJ/ContentCycle/ContentCycle.d.ts +56 -0
  605. package/src/components/IJ/ContentCycle/ContentCycle.stories.tsx +30 -0
  606. package/src/components/IJ/ContentCycle/ContentCycleStyles.ts +152 -0
  607. package/src/components/IJ/ContentCycle/index.tsx +85 -0
  608. package/src/components/IJ/ListContentCycle/ListContentCycle.d.ts +33 -0
  609. package/src/components/IJ/ListContentCycle/ListContentCycle.stories.tsx +77 -0
  610. package/src/components/IJ/ListContentCycle/ListContentCycleStyles.ts +10 -0
  611. package/src/components/IJ/ListContentCycle/index.tsx +35 -0
  612. package/src/components/IJ/StepLearningCycle/StepLearningCycle.d.ts +39 -0
  613. package/src/components/IJ/StepLearningCycle/StepLearningCycle.stories.tsx +24 -0
  614. package/src/components/IJ/StepLearningCycle/StepLearningCycleStyle.ts +93 -0
  615. package/src/components/IJ/StepLearningCycle/index.tsx +153 -0
  616. package/src/components/IJ/favorite/favorite.stories.tsx +19 -0
  617. package/src/components/IJ/favorite/favoriteStyles.ts +15 -0
  618. package/src/components/IJ/favorite/index.tsx +44 -0
  619. package/src/components/IJ/learningCycleCard/components/menu/index.tsx +92 -0
  620. package/src/components/IJ/learningCycleCard/components/menu/menuStyle.ts +27 -0
  621. package/src/components/IJ/learningCycleCard/index.tsx +93 -0
  622. package/src/components/IJ/learningCycleCard/learningCycleCard.d.ts +28 -0
  623. package/src/components/IJ/learningCycleCard/learningCycleCard.stories.tsx +229 -0
  624. package/src/components/IJ/learningCycleCard/learningCycleCardStyle.ts +173 -0
  625. package/src/components/IJ/listSelector/index.tsx +85 -0
  626. package/src/components/IJ/listSelector/listSelector.stories.tsx +64 -0
  627. package/src/components/IJ/listSelector/listSelectorStyles.ts +49 -0
  628. package/src/components/IJ/pagination/index.tsx +155 -0
  629. package/src/components/IJ/pagination/pagination.stories.tsx +112 -0
  630. package/src/components/IJ/pagination/paginationStyles.ts +61 -0
  631. package/src/components/IJ/participantCard/index.tsx +111 -0
  632. package/src/components/IJ/participantCard/participantCard.d.ts +24 -0
  633. package/src/components/IJ/participantCard/participantCard.stories.tsx +82 -0
  634. package/src/components/IJ/participantCard/participantCardStyle.ts +304 -0
  635. package/src/components/IJ/participantCardOld/index.tsx +108 -0
  636. package/src/components/IJ/participantCardOld/participantCard.d.ts +23 -0
  637. package/src/components/IJ/participantCardOld/participantCard.stories.tsx +34 -0
  638. package/src/components/IJ/participantCardOld/participantCardStyle.ts +218 -0
  639. package/src/components/IJ/thumbListContent/index.tsx +127 -0
  640. package/src/components/IJ/thumbListContent/thumbListContent.stories.tsx +130 -0
  641. package/src/components/IJ/thumbListContent/thumbListContentStyles.ts +196 -0
  642. package/src/components/LXP/DropdownSelectMultiple/dropdownSelectMultiple.stories.tsx +43 -0
  643. package/src/components/LXP/DropdownSelectMultiple/index.tsx +77 -0
  644. package/src/components/LXP/DropdownSelectMultiple/styles/MultiSelectDemo.ts +79 -0
  645. package/src/components/LXP/DropdownSelectMultiple/styles/MultiSelectItems.css +118 -0
  646. package/src/components/LXP/DropdownSelectMultiple/styles/icons/DropdownChevron.png +0 -0
  647. package/src/components/LXP/DropdownSelectMultiple/styles/icons/close.png +0 -0
  648. package/src/components/LXP/DropdownSelectMultiple/styles/icons/vector.png +0 -0
  649. package/src/components/LXP/DropdownSelectMultiple/styles/primeflex.css +20970 -0
  650. package/src/components/LXP/DropdownSelectMultiple/styles/primereact.css +6326 -0
  651. package/src/components/LXP/DropdownSelectMultiple/styles/theme.css +6515 -0
  652. package/src/components/LXP/accordionTrack/IAccordionTrack.d.ts +81 -0
  653. package/src/components/LXP/accordionTrack/accordionTrack.stories.tsx +305 -0
  654. package/src/components/LXP/accordionTrack/accordionTrack.tsx +402 -0
  655. package/src/components/LXP/accordionTrack/accordionTrackList.tsx +263 -0
  656. package/src/components/LXP/accordionTrack/accordionTrackStyle.ts +196 -0
  657. package/src/components/LXP/accordionTrack/contentCourses.tsx +9 -0
  658. package/src/components/LXP/accordionTrack/contentCoursesTrails.tsx +304 -0
  659. package/src/components/LXP/accordionTrack/vectorDown.tsx +26 -0
  660. package/src/components/LXP/accordionTrack/vectorUp.tsx +26 -0
  661. package/src/components/LXP/avatarAssociatedChannel/avatarAssociatedChannel.d.ts +10 -0
  662. package/src/components/LXP/avatarAssociatedChannel/avatarAssociatedChannel.stories.tsx +29 -0
  663. package/src/components/LXP/avatarAssociatedChannel/avatarAssociatedChannelStyles.ts +92 -0
  664. package/src/components/LXP/avatarAssociatedChannel/index.tsx +47 -0
  665. package/src/components/LXP/avatarChannel/avatarChannel.d.ts +13 -0
  666. package/src/components/LXP/avatarChannel/avatarChannel.stories.tsx +38 -0
  667. package/src/components/LXP/avatarChannel/avatarChannelStyles.ts +145 -0
  668. package/src/components/LXP/avatarChannel/index.tsx +112 -0
  669. package/src/components/LXP/bannerLxp/bannerLxp.stories.tsx +37 -0
  670. package/src/components/LXP/bannerLxp/bannerLxp.tsx +141 -0
  671. package/src/components/LXP/bannerLxp/index.tsx +270 -0
  672. package/src/components/LXP/buttonContent/buttonContent.d.ts +12 -0
  673. package/src/components/LXP/buttonContent/buttonContent.stories.tsx +23 -0
  674. package/src/components/LXP/buttonContent/buttonContentStyle.ts +63 -0
  675. package/src/components/LXP/buttonContent/index.tsx +16 -0
  676. package/src/components/LXP/calendarLxp/calendar.css +375 -0
  677. package/src/components/LXP/calendarLxp/calendarLxp.module.css +39 -0
  678. package/src/components/LXP/calendarLxp/calendarLxp.stories.tsx +19 -0
  679. package/src/components/LXP/calendarLxp/defaultRanges.tsx +99 -0
  680. package/src/components/LXP/calendarLxp/index.tsx +72 -0
  681. package/src/components/LXP/cardLearningCicle/cardLearningCicle.d.ts +16 -0
  682. package/src/components/LXP/cardLearningCicle/cardLearningCicle.stories.tsx +31 -0
  683. package/src/components/LXP/cardLearningCicle/cardLearningCicleStyle.ts +118 -0
  684. package/src/components/LXP/cardLearningCicle/index.tsx +129 -0
  685. package/src/components/LXP/colorpicker/colorpicker.d.ts +6 -0
  686. package/src/components/LXP/colorpicker/colorpicker.stories.tsx +18 -0
  687. package/src/components/LXP/colorpicker/colorpickerStyles.ts +46 -0
  688. package/src/components/LXP/colorpicker/index.tsx +30 -0
  689. package/src/components/LXP/contentSwitcher/contentSwitcher.d.ts +12 -0
  690. package/src/components/LXP/contentSwitcher/contentSwitcher.stories.tsx +26 -0
  691. package/src/components/LXP/contentSwitcher/contentSwitcherStyle.ts +92 -0
  692. package/src/components/LXP/contentSwitcher/index.tsx +33 -0
  693. package/src/components/LXP/contentThumbnails/contentThumbnails.d.ts +21 -0
  694. package/src/components/LXP/contentThumbnails/contentThumbnails.stories.tsx +106 -0
  695. package/src/components/LXP/contentThumbnails/contentThumbnailsStyle.ts +170 -0
  696. package/src/components/LXP/contentThumbnails/index.tsx +208 -0
  697. package/src/components/LXP/contentThumbnails/vectorDown.tsx +26 -0
  698. package/src/components/LXP/contentThumbnails/vectorEllipse.tsx +38 -0
  699. package/src/components/LXP/contentThumbnails/vectorUp.tsx +26 -0
  700. package/src/components/LXP/extraContent/adminExtraContent.tsx +127 -0
  701. package/src/components/LXP/extraContent/extraContent.d.ts +42 -0
  702. package/src/components/LXP/extraContent/extraContent.module.css +24 -0
  703. package/src/components/LXP/extraContent/extraContent.stories.tsx +96 -0
  704. package/src/components/LXP/extraContent/index.tsx +27 -0
  705. package/src/components/LXP/extraContent/richTextEditor/components.tsx +194 -0
  706. package/src/components/LXP/extraContent/richTextEditor/index.tsx +262 -0
  707. package/src/components/LXP/extraContent/studentExtraContent.tsx +160 -0
  708. package/src/components/LXP/fileUpload/FileUpload.d.ts +14 -0
  709. package/src/components/LXP/fileUpload/FileUpload.stories.tsx +29 -0
  710. package/src/components/LXP/fileUpload/fileUploadStyles.ts +86 -0
  711. package/src/components/LXP/fileUpload/index.tsx +51 -0
  712. package/src/components/LXP/headerContent/headerContent.stories.tsx +94 -0
  713. package/src/components/LXP/headerContent/headerContent.ts +216 -0
  714. package/src/components/LXP/headerContent/index.tsx +121 -0
  715. package/src/components/LXP/headerContent/selectedCountCircle.tsx +14 -0
  716. package/src/components/LXP/login/index.tsx +410 -0
  717. package/src/components/LXP/login/login.d.ts +50 -0
  718. package/src/components/LXP/login/login.stories.tsx +98 -0
  719. package/src/components/LXP/login/loginStyle.ts +290 -0
  720. package/src/components/LXP/manageLerningCicles/index.tsx +70 -0
  721. package/src/components/LXP/manageLerningCicles/manageLearningCicles.Style.ts +88 -0
  722. package/src/components/LXP/manageLerningCicles/manageLearningCicles.d.ts +12 -0
  723. package/src/components/LXP/manageLerningCicles/manageLearningCicles.stories.tsx +23 -0
  724. package/src/components/LXP/participantThumbnails/index.tsx +85 -0
  725. package/src/components/LXP/participantThumbnails/participantThumbnails.stories.tsx +19 -0
  726. package/src/components/LXP/participantThumbnails/participantThumbnails.ts +114 -0
  727. package/src/components/LXP/participantThumbnailsList/index.tsx +64 -0
  728. package/src/components/LXP/participantThumbnailsList/participantThumbnailsList.stories.tsx +93 -0
  729. package/src/components/LXP/participantThumbnailsList/participantThumbnailsList.ts +114 -0
  730. package/src/components/LXP/permission/index.tsx +223 -0
  731. package/src/components/LXP/permission/permission.d.ts +16 -0
  732. package/src/components/LXP/permission/permission.stories.tsx +28 -0
  733. package/src/components/LXP/permission/permissionStyle.ts +52 -0
  734. package/src/components/LXP/popOver/index.tsx +111 -0
  735. package/src/components/LXP/popOver/popOver.d.ts +30 -0
  736. package/src/components/LXP/popOver/popOver.stories.tsx +128 -0
  737. package/src/components/LXP/popOver/popOverStyle.ts +130 -0
  738. package/src/components/LXP/popOverLXP-antigo/index.tsx +48 -0
  739. package/src/components/LXP/popOverLXP-antigo/popOverLXP.d.ts +9 -0
  740. package/src/components/LXP/popOverLXP-antigo/popOverLXP.stories.tsx +103 -0
  741. package/src/components/LXP/popOverLXP-antigo/popOverLXPStyles.ts +121 -0
  742. package/src/components/LXP/progressBar/index.tsx +18 -0
  743. package/src/components/LXP/progressBar/progressBar.d.ts +8 -0
  744. package/src/components/LXP/progressBar/progressBar.stories.tsx +18 -0
  745. package/src/components/LXP/progressBar/progressStyle.ts +28 -0
  746. package/src/components/LXP/searchResults/index.tsx +36 -0
  747. package/src/components/LXP/searchResults/searchResults.d.ts +11 -0
  748. package/src/components/LXP/searchResults/searchResults.stories.tsx +23 -0
  749. package/src/components/LXP/searchResults/searchResultsStyles.ts +63 -0
  750. package/src/components/LXP/selectLXP/SelectLXP.tsx +170 -0
  751. package/src/components/LXP/selectLXP/SelectLXPContext.tsx +9 -0
  752. package/src/components/LXP/selectLXP/SelectLXPItem.tsx +63 -0
  753. package/src/components/LXP/selectLXP/index.tsx +16 -0
  754. package/src/components/LXP/selectLXP/selectLXP.stories.tsx +20 -0
  755. package/src/components/LXP/star-metric/index.tsx +28 -0
  756. package/src/components/LXP/star-metric/starMetric.d.ts +6 -0
  757. package/src/components/LXP/star-metric/starMetric.stories.tsx +18 -0
  758. package/src/components/LXP/star-metric/starMetricStyles.ts +17 -0
  759. package/src/components/LXP/thumbnails/thumbnails.d.ts +36 -0
  760. package/src/components/LXP/thumbnails/thumbnails.stories.tsx +48 -0
  761. package/src/components/LXP/thumbnails/thumbnails.tsx +217 -0
  762. package/src/components/LXP/thumbnails/thumbnailsDraggable.tsx +73 -0
  763. package/src/components/LXP/thumbnails/thumbnailsStyle.ts +183 -0
  764. package/src/components/LXP/thumbnails/vectorCross.tsx +25 -0
  765. package/src/components/LXP/thumbnails/vectorEllipse.tsx +38 -0
  766. package/src/components/LXP/tooltip/index.tsx +15 -0
  767. package/src/components/LXP/tooltip/tooltip.stories.tsx +19 -0
  768. package/src/components/LXP/tooltip/tooltipStyle.ts +114 -0
  769. package/src/components/LXP/urlAddress/index.tsx +30 -0
  770. package/src/components/LXP/urlAddress/urlAddress.d.ts +10 -0
  771. package/src/components/LXP/urlAddress/urlAddress.stories.tsx +21 -0
  772. package/src/components/LXP/urlAddress/urlAddressStyle.ts +61 -0
  773. package/src/components/LXP/video/Video.d.ts +19 -0
  774. package/src/components/LXP/video/Video.stories.tsx +95 -0
  775. package/src/components/LXP/video/index.tsx +22 -0
  776. package/src/components/LogoFRST/index.tsx +34 -0
  777. package/src/components/LogoFRST/logoFRST.module.css +27 -0
  778. package/src/components/LogoFRST/logoFRST.stories.tsx +38 -0
  779. package/src/components/accordion-tabs/accordionTabs.d.ts +19 -0
  780. package/src/components/accordion-tabs/accordionTabs.stories.tsx +34 -0
  781. package/src/components/accordion-tabs/accordionTabsStyles.ts +114 -0
  782. package/src/components/accordion-tabs/index.tsx +77 -0
  783. package/src/components/audio-player/Royalty.mp3 +0 -0
  784. package/src/components/audio-player/audioPlayer.stories.tsx +39 -0
  785. package/src/components/audio-player/audioPlayerStyles.ts +314 -0
  786. package/src/components/audio-player/index.tsx +209 -0
  787. package/src/components/avatar/avatar.d.ts +8 -0
  788. package/src/components/avatar/avatar.stories.tsx +21 -0
  789. package/src/components/avatar/avatarStyles.ts +23 -0
  790. package/src/components/avatar/index.tsx +21 -0
  791. package/src/components/buttons/buttonStyle.ts +339 -0
  792. package/src/components/buttons/buttons.stories.tsx +52 -0
  793. package/src/components/buttons/buttonsWithIcons.stories.tsx +57 -0
  794. package/src/components/buttons/index.tsx +90 -0
  795. package/src/components/calendar/calendar.stories.tsx +156 -0
  796. package/src/components/calendar/calendarStyle.ts +209 -0
  797. package/src/components/calendar/index.tsx +157 -0
  798. package/src/components/card-trail/cardTrail.stories.tsx +167 -0
  799. package/src/components/card-trail/cardTrailStyle.ts +31 -0
  800. package/src/components/card-trail/index.tsx +160 -0
  801. package/src/components/card-trail/moduleStyle.ts +98 -0
  802. package/src/components/card-trail-carousel/cardsTrailsCarousel.d.ts +13 -0
  803. package/src/components/card-trail-carousel/cardsTrailsCarousel.stories.tsx +152 -0
  804. package/src/components/card-trail-carousel/index.tsx +47 -0
  805. package/src/components/cardLT/AvatarWithInfo/avatarWithInfo.module.css +20 -0
  806. package/src/components/cardLT/AvatarWithInfo/avatarWithInfo.stories.tsx +18 -0
  807. package/src/components/cardLT/AvatarWithInfo/index.tsx +55 -0
  808. package/src/components/cardLT/AvatarWithInfo/vector.tsx +25 -0
  809. package/src/components/cardLT/BannerProblem/BannerProblem.d.ts +98 -0
  810. package/src/components/cardLT/BannerProblem/BannerProblem.module.css +113 -0
  811. package/src/components/cardLT/BannerProblem/BannerProblem.stories.tsx +191 -0
  812. package/src/components/cardLT/BannerProblem/index.tsx +433 -0
  813. package/src/components/cardLT/BannerProblem/styles.ts +16 -0
  814. package/src/components/cardLT/MessageBox/MessageBox.module.css +142 -0
  815. package/src/components/cardLT/MessageBox/icons/errorIcon.tsx +19 -0
  816. package/src/components/cardLT/MessageBox/icons/successIcon.tsx +18 -0
  817. package/src/components/cardLT/MessageBox/icons/warningIcon.tsx +20 -0
  818. package/src/components/cardLT/MessageBox/index.tsx +124 -0
  819. package/src/components/cardLT/MessageBox/messageBox.stories.tsx +53 -0
  820. package/src/components/cardLT/Rating/Rating.module.css +50 -0
  821. package/src/components/cardLT/Rating/index.tsx +92 -0
  822. package/src/components/cardLT/Rating/rating.stories.tsx +34 -0
  823. package/src/components/cardLT/Rating/starIcon.tsx +24 -0
  824. package/src/components/cardLT/RatingCurtidas/RatingCurtidas.module.css +16 -0
  825. package/src/components/cardLT/RatingCurtidas/index.tsx +80 -0
  826. package/src/components/cardLT/RatingCurtidas/ratingCurtidas.stories.tsx +21 -0
  827. package/src/components/cardLT/RocketButton/RocketButton.stories.tsx +28 -0
  828. package/src/components/cardLT/RocketButton/RocketButtonIcon.tsx +36 -0
  829. package/src/components/cardLT/RocketButton/index.tsx +57 -0
  830. package/src/components/cardLT/StepsMission/Planet.module.css +137 -0
  831. package/src/components/cardLT/StepsMission/StepMission.tsx +220 -0
  832. package/src/components/cardLT/StepsMission/Steps.tsx +116 -0
  833. package/src/components/cardLT/StepsMission/planet.stories.tsx +73 -0
  834. package/src/components/cardLT/StepsMission/planetSteps.d.ts +40 -0
  835. package/src/components/cardLT/StepsMission/planets/jupter.png +0 -0
  836. package/src/components/cardLT/StepsMission/planets/lock.png +0 -0
  837. package/src/components/cardLT/StepsMission/planets/marte.png +0 -0
  838. package/src/components/cardLT/StepsMission/planets/netuno.png +0 -0
  839. package/src/components/cardLT/StepsMission/planets/saturno.png +0 -0
  840. package/src/components/cardLT/StepsMission/planets/urano.png +0 -0
  841. package/src/components/cardLT/TextIcon/TextIcon.module.css +8 -0
  842. package/src/components/cardLT/TextIcon/index.tsx +64 -0
  843. package/src/components/cardLT/TextIcon/starIcon.tsx +27 -0
  844. package/src/components/cardLT/TextIcon/textIcon.stories.tsx +21 -0
  845. package/src/components/cardLT/selectCard/avatarWithInfo.module.css +20 -0
  846. package/src/components/cardLT/selectCard/avatarWithInfo.stories.tsx +19 -0
  847. package/src/components/cardLT/selectCard/index.tsx +55 -0
  848. package/src/components/cardLT/selectCard/vector.tsx +25 -0
  849. package/src/components/cards/base/base.stories.tsx +23 -0
  850. package/src/components/cards/base/index.tsx +10 -0
  851. package/src/components/cards/cardDefinicaoProblema/cardDefinicaoProblema.module.css +88 -0
  852. package/src/components/cards/cardDefinicaoProblema/cardDefinicaoProblema.stories.tsx +95 -0
  853. package/src/components/cards/cardDefinicaoProblema/index.tsx +98 -0
  854. package/src/components/cards/cardProblem/cardProblem.module.css +114 -0
  855. package/src/components/cards/cardProblem/cardProblem.stories.tsx +164 -0
  856. package/src/components/cards/cardProblem/index.tsx +251 -0
  857. package/src/components/cards/cardProblemGestor/cardProblemaGestor.module.css +99 -0
  858. package/src/components/cards/cardProblemGestor/cardProblemaGestor.stories.tsx +78 -0
  859. package/src/components/cards/cardProblemGestor/index.tsx +105 -0
  860. package/src/components/cards/cardResultConquista/Icons/Aprendizado.png +0 -0
  861. package/src/components/cards/cardResultConquista/Icons/AprendizadoPressed.png +0 -0
  862. package/src/components/cards/cardResultConquista/Icons/Conquista.png +0 -0
  863. package/src/components/cards/cardResultConquista/Icons/ConquistaPressed.png +0 -0
  864. package/src/components/cards/cardResultConquista/cardResultConquista.module.css +52 -0
  865. package/src/components/cards/cardResultConquista/cardResultConquista.stories.tsx +35 -0
  866. package/src/components/cards/cardResultConquista/index.tsx +76 -0
  867. package/src/components/cards/user/index.tsx +204 -0
  868. package/src/components/cards/user/user.stories.tsx +172 -0
  869. package/src/components/challenge-cards/challengeCard.d.ts +17 -0
  870. package/src/components/challenge-cards/challengeCard.stories.tsx +43 -0
  871. package/src/components/challenge-cards/challengeCardStyles.ts +266 -0
  872. package/src/components/challenge-cards/dropdownMenuStyle.ts +87 -0
  873. package/src/components/challenge-cards/index.tsx +308 -0
  874. package/src/components/checkmark/checkmark.d.ts +11 -0
  875. package/src/components/checkmark/checkmark.stories.tsx +23 -0
  876. package/src/components/checkmark/checkmarkStyles.ts +27 -0
  877. package/src/components/checkmark/index.tsx +61 -0
  878. package/src/components/commentary-box/commentaryBox.d.ts +41 -0
  879. package/src/components/commentary-box/commentaryBox.stories.tsx +57 -0
  880. package/src/components/commentary-box/commentaryBox.utils.ts +31 -0
  881. package/src/components/commentary-box/commentaryBoxStyles.ts +271 -0
  882. package/src/components/commentary-box/index.tsx +260 -0
  883. package/src/components/conquistaCarrossel/conquistaCarrossel.d.ts +13 -0
  884. package/src/components/conquistaCarrossel/conquistaCarrossel.stories.tsx +163 -0
  885. package/src/components/conquistaCarrossel/index.tsx +56 -0
  886. package/src/components/demo/stepController/StepControllerStyle.ts +46 -0
  887. package/src/components/demo/stepController/index.tsx +54 -0
  888. package/src/components/demo/stepController/stepController.stories.tsx +22 -0
  889. package/src/components/dropdown-profile-menu/dropdownProfileMenu.d.ts +28 -0
  890. package/src/components/dropdown-profile-menu/dropdownProfileMenu.stories.tsx +91 -0
  891. package/src/components/dropdown-profile-menu/dropdownProfileMenuStyle.ts +171 -0
  892. package/src/components/dropdown-profile-menu/index.tsx +203 -0
  893. package/src/components/emoji-picker/emojiPicker.stories.tsx +20 -0
  894. package/src/components/emoji-picker/index.tsx +60 -0
  895. package/src/components/exclusive-class/exclusiveClass.d.ts +8 -0
  896. package/src/components/exclusive-class/exclusiveClass.stories.tsx +19 -0
  897. package/src/components/exclusive-class/exclusiveClassStyles.ts +39 -0
  898. package/src/components/exclusive-class/index.tsx +33 -0
  899. package/src/components/field-search-dropdown/fieldSearch.d.ts +36 -0
  900. package/src/components/field-search-dropdown/fieldSearch.stories.tsx +92 -0
  901. package/src/components/field-search-dropdown/fieldSearchStyle.ts +150 -0
  902. package/src/components/field-search-dropdown/index.tsx +233 -0
  903. package/src/components/filter-accordion-checkbox/filterAccordionCheckbox.d.ts +7 -0
  904. package/src/components/filter-accordion-checkbox/filterAccordionCheckbox.stories.tsx +101 -0
  905. package/src/components/filter-accordion-checkbox/filterAccordionCheckbox.utils.ts +7 -0
  906. package/src/components/filter-accordion-checkbox/filterAccordionCheckboxStyles.ts +2 -0
  907. package/src/components/filter-accordion-checkbox/index.tsx +188 -0
  908. package/src/components/form-elements/checkbox/checkbox.d.ts +9 -0
  909. package/src/components/form-elements/checkbox/checkbox.stories.tsx +20 -0
  910. package/src/components/form-elements/checkbox/checkboxStyle.ts +40 -0
  911. package/src/components/form-elements/checkbox/index.tsx +33 -0
  912. package/src/components/form-elements/textarea/index.tsx +6 -0
  913. package/src/components/form-elements/textarea/textArea.stories.tsx +27 -0
  914. package/src/components/form-elements/textfield/index.tsx +104 -0
  915. package/src/components/form-elements/textfield/textField.stories.tsx +124 -0
  916. package/src/components/form-elements/textfield/textFieldStyle.ts +213 -0
  917. package/src/components/global-menu/components/customMenu/index.tsx +1 -0
  918. package/src/components/global-menu/globalMenu.d.ts +66 -0
  919. package/src/components/global-menu/globalMenu.stories.tsx +959 -0
  920. package/src/components/global-menu/globalMenuStyles.ts +197 -0
  921. package/src/components/global-menu/index.tsx +1336 -0
  922. package/src/components/headerChallenge/headerChallenge.stories.tsx +20 -0
  923. package/src/components/headerChallenge/headerChallengeStyle.ts +102 -0
  924. package/src/components/headerChallenge/index.tsx +17 -0
  925. package/src/components/index.tsx +46 -0
  926. package/src/components/input-comment/index.tsx +178 -0
  927. package/src/components/input-comment/inputComment.d.ts +16 -0
  928. package/src/components/input-comment/inputComment.stories.tsx +26 -0
  929. package/src/components/input-comment/inputComment.utils.ts +7 -0
  930. package/src/components/input-comment/inputCommentStyles.ts +116 -0
  931. package/src/components/item-lateral-menu/index.tsx +87 -0
  932. package/src/components/item-lateral-menu/itemLateralMenu.d.ts +30 -0
  933. package/src/components/item-lateral-menu/itemLateralMenu.stories.tsx +159 -0
  934. package/src/components/item-lateral-menu/itemLateralMenuStyles.ts +131 -0
  935. package/src/components/item-menu-global/index.tsx +36 -0
  936. package/src/components/item-menu-global/itemMenuGlobal.d.ts +16 -0
  937. package/src/components/item-menu-global/itemMenuGlobal.stories.tsx +40 -0
  938. package/src/components/item-menu-global/itemMenuGlobalStyles.ts +73 -0
  939. package/src/components/languages-dropdown/index.tsx +102 -0
  940. package/src/components/languages-dropdown/languagesDropdown.d.ts +13 -0
  941. package/src/components/languages-dropdown/languagesDropdown.stories.tsx +38 -0
  942. package/src/components/languages-dropdown/languagesDropdownStyles.ts +66 -0
  943. package/src/components/lateral-menu/index.tsx +68 -0
  944. package/src/components/lateral-menu/lateralMenu.d.ts +17 -0
  945. package/src/components/lateral-menu/lateralMenu.stories.tsx +429 -0
  946. package/src/components/lateral-menu/lateralMenuStyles.ts +68 -0
  947. package/src/components/learning-steps/index.tsx +67 -0
  948. package/src/components/learning-steps/learningSteps.d.ts +16 -0
  949. package/src/components/learning-steps/learningSteps.stories.tsx +123 -0
  950. package/src/components/learning-steps/learningStepsStyles.ts +46 -0
  951. package/src/components/menu-more/index.tsx +79 -0
  952. package/src/components/menu-more/menuMore.d.ts +15 -0
  953. package/src/components/menu-more/menuMore.stories.tsx +76 -0
  954. package/src/components/menu-more/menuMoreStyles.ts +123 -0
  955. package/src/components/modal/modalLearningTech/index.tsx +67 -0
  956. package/src/components/modal/modalLearningTech/modalLearningTech.module.css +79 -0
  957. package/src/components/modal/modalLearningTech/modalLearningTech.stories.tsx +60 -0
  958. package/src/components/modal/modalVideo/index.tsx +129 -0
  959. package/src/components/modal/modalVideo/modalVideo.module.css +27 -0
  960. package/src/components/modal/modalVideo/modalVideo.stories.tsx +41 -0
  961. package/src/components/modal/statusProblema/fecharIcon.tsx +18 -0
  962. package/src/components/modal/statusProblema/index.tsx +124 -0
  963. package/src/components/modal/statusProblema/problemaFRST.png +0 -0
  964. package/src/components/modal/statusProblema/statusProblema.module.css +154 -0
  965. package/src/components/modal/statusProblema/statusProblema.stories.tsx +27 -0
  966. package/src/components/quantidadeDesafios/imgSetas/setasDesafios.svg +60 -0
  967. package/src/components/quantidadeDesafios/index.tsx +152 -0
  968. package/src/components/quantidadeDesafios/quantidadeDesafios.stories.tsx +49 -0
  969. package/src/components/quantidadeDesafios/quantidadeDesafios.ts +121 -0
  970. package/src/components/sandbox.stories.tsx +18 -0
  971. package/src/components/scroll-container/index.tsx +189 -0
  972. package/src/components/scroll-container/scrollContainer.d.ts +17 -0
  973. package/src/components/scroll-container/scrollContainer.stories.tsx +45 -0
  974. package/src/components/scroll-container/scrollContainer.utils.ts +11 -0
  975. package/src/components/scroll-container/scrollContainerStyles.ts +93 -0
  976. package/src/components/search-field/index.tsx +48 -0
  977. package/src/components/search-field/searchField.d.ts +13 -0
  978. package/src/components/search-field/searchField.stories.tsx +40 -0
  979. package/src/components/search-field/searchFieldStyles.ts +100 -0
  980. package/src/components/select/Select.tsx +170 -0
  981. package/src/components/select/SelectContext.tsx +9 -0
  982. package/src/components/select/SelectItem.tsx +63 -0
  983. package/src/components/select/index.tsx +16 -0
  984. package/src/components/select/select.stories.tsx +20 -0
  985. package/src/components/speech-bubble/index.tsx +29 -0
  986. package/src/components/speech-bubble/speechBubble.d.ts +10 -0
  987. package/src/components/speech-bubble/speechBubble.stories.tsx +20 -0
  988. package/src/components/speech-bubble/speechBubbleStyles.ts +121 -0
  989. package/src/components/step-card/index.tsx +48 -0
  990. package/src/components/step-card/stepCard.d.ts +12 -0
  991. package/src/components/step-card/stepCard.stories.tsx +26 -0
  992. package/src/components/step-card/stepCardStyles.ts +109 -0
  993. package/src/components/tag/base.stories.tsx +52 -0
  994. package/src/components/tag/index.tsx +59 -0
  995. package/src/components/totalizer-card/index.tsx +29 -0
  996. package/src/components/totalizer-card/totalizerCard.d.ts +10 -0
  997. package/src/components/totalizer-card/totalizerCard.stories.tsx +34 -0
  998. package/src/components/totalizer-card/totalizerCardStyles.ts +97 -0
  999. package/src/icons.stories.tsx +321 -0
  1000. package/src/shared/global.css +146 -0
  1001. package/src/shared/globalComponentsStyle.ts +88 -0
  1002. package/src/shared/icons.tsx +3544 -0
  1003. package/src/shared/stories/AlertCicle.stories.tsx +17 -0
  1004. package/src/shared/stories/CheckInCicleIcon.stories.tsx +19 -0
  1005. package/src/shared/stories/CloseInCicleIcon.stories.tsx +19 -0
  1006. package/src/shared/stories/DotIcon.stories.tsx +17 -0
  1007. package/src/shared/stories/MoreDotsHorizontal.stories.tsx +17 -0
  1008. package/src/theme/index.ts +6 -0
  1009. package/src/theme/tokens.ts +196 -0
  1010. package/tsconfig.json +39 -0
@@ -0,0 +1,3544 @@
1
+ import { PinDropSharp } from '@mui/icons-material'
2
+
3
+ interface IconsProps {
4
+ fill?: string
5
+ stroke?: string
6
+ customColor_1?: string
7
+ customColor_2?: string
8
+ fillOpacity?: string
9
+ width?: string
10
+ height?: string
11
+ active?: boolean
12
+ strokeWidth?: string
13
+ }
14
+ export function Lupa({ fill, width, height }: IconsProps) {
15
+ return (
16
+ <svg
17
+ width={width ? width : '24'}
18
+ height={height ? height : '24'}
19
+ viewBox="0 0 24 24"
20
+ fill="none"
21
+ xmlns="http://www.w3.org/2000/svg"
22
+ >
23
+ <path
24
+ fill-rule="evenodd"
25
+ clip-rule="evenodd"
26
+ d="M3.2 10.6C3.2 6.51309 6.51309 3.2 10.6 3.2C14.6869 3.2 18 6.51309 18 10.6C18 12.6044 17.2031 14.4227 15.9088 15.7553C15.879 15.7758 15.8507 15.7993 15.8242 15.8258C15.7977 15.8522 15.7743 15.8805 15.7538 15.9102C14.4214 17.2037 12.6037 18 10.6 18C6.51309 18 3.2 14.6869 3.2 10.6ZM16.2413 17.0914C14.7312 18.4048 12.7585 19.2 10.6 19.2C5.85035 19.2 2 15.3496 2 10.6C2 5.85035 5.85035 2 10.6 2C15.3496 2 19.2 5.85035 19.2 10.6C19.2 12.7593 18.4042 14.7327 17.0899 16.243L21.0227 20.1758C21.257 20.4101 21.257 20.79 21.0227 21.0243C20.7884 21.2586 20.4085 21.2586 20.1742 21.0243L16.2413 17.0914Z"
27
+ fill={fill ?? '#000000'}
28
+ />
29
+ </svg>
30
+ )
31
+ }
32
+
33
+ export function ArrowIcon({ fill, width, height }: IconsProps) {
34
+ return (
35
+ <svg
36
+ width={width ? width : '14'}
37
+ height={height ? height : '7'}
38
+ viewBox="0 0 14 7"
39
+ fill="none"
40
+ xmlns="http://www.w3.org/2000/svg"
41
+ >
42
+ <path d="M7.1736 6.64904L13.521 0.992188H0.826172L7.1736 6.64904Z" fill={fill ?? '#222222'} />
43
+ </svg>
44
+ )
45
+ }
46
+
47
+ export function EditIcon({ fill, width, height }: IconsProps) {
48
+ return (
49
+ <svg
50
+ width={width ? width : '20'}
51
+ height={height ? height : '20'}
52
+ viewBox="0 0 20 20"
53
+ fill="none"
54
+ xmlns="http://www.w3.org/2000/svg"
55
+ >
56
+ <path
57
+ fillRule="evenodd"
58
+ clipRule="evenodd"
59
+ d="M16.1788 1.92286C16.3858 1.71638 16.667 1.6 16.9607 1.6C17.2544 1.6 17.5356 1.71638 17.7426 1.92286C17.9496 2.12928 18.0654 2.4088 18.0654 2.69981C18.0654 2.99083 17.9496 3.27034 17.7426 3.47676L9.5855 11.6127C9.4439 11.7539 9.26546 11.8543 9.07141 11.9027C8.26586 12.1036 7.52969 11.3753 7.73154 10.57C7.78007 10.3765 7.88036 10.1997 8.02166 10.0588L16.1788 1.92286ZM16.9607 0C16.244 0 15.5563 0.283939 15.0489 0.790021L6.5187 9.29803C6.41591 9.40055 6.34296 9.52912 6.30766 9.66994L5.40975 13.2523C5.34143 13.5248 5.42113 13.8133 5.61971 14.0121C5.81829 14.2109 6.10663 14.291 6.3793 14.223L9.97094 13.3274C10.1114 13.2924 10.2398 13.2199 10.3423 13.1176L18.8725 4.6096C19.38 4.10345 19.6654 3.41652 19.6654 2.69981C19.6654 1.9831 19.38 1.29617 18.8725 0.790021C18.3651 0.283939 17.6774 0 16.9607 0ZM2.59582 1.89842C1.90804 1.89842 1.24801 2.17091 0.761035 2.65662C0.273994 3.1424 0 3.80169 0 4.48958V17.0277C0 17.7156 0.273995 18.3749 0.761035 18.8607C1.24801 19.3464 1.90804 19.6188 2.59582 19.6188H15.1666C15.8544 19.6188 16.5144 19.3464 17.0014 18.8607C17.4884 18.3749 17.7624 17.7156 17.7624 17.0277V10.7586C17.7624 10.3168 17.4042 9.95864 16.9624 9.95864C16.5206 9.95864 16.1624 10.3168 16.1624 10.7586V17.0277C16.1624 17.2899 16.058 17.5418 15.8715 17.7278C15.6849 17.9139 15.4314 18.0189 15.1666 18.0189H2.59582C2.33104 18.0189 2.07753 17.9139 1.89093 17.7278C1.70441 17.5418 1.6 17.2899 1.6 17.0277V4.48958C1.6 4.22738 1.70441 3.9755 1.89093 3.78946C2.07753 3.60335 2.33104 3.49842 2.59582 3.49842H8.8812C9.32303 3.49842 9.6812 3.14025 9.6812 2.69842C9.6812 2.25659 9.32303 1.89842 8.8812 1.89842H2.59582Z"
60
+ fill={fill ?? '#0645AD'}
61
+ />
62
+ </svg>
63
+ )
64
+ }
65
+
66
+ export function WarningIcon({ fill, width, height }: IconsProps) {
67
+ return (
68
+ <svg
69
+ width={width ? width : '24'}
70
+ height={height ? height : '20'}
71
+ viewBox="0 0 24 20"
72
+ fill="none"
73
+ xmlns="http://www.w3.org/2000/svg"
74
+ >
75
+ <path
76
+ d="M22.9209 17.2636L12.8305 0.814496C12.1589 -0.281702 11.0604 -0.266316 10.3889 0.829881L0.298445 17.2567C-0.37312 18.3537 0.128439 19.2006 1.41311 19.2006H21.8055C23.0909 19.2006 23.5925 18.359 22.9209 17.2636ZM11.6012 4.45541C12.2474 4.45541 12.7474 5.16929 12.7143 6.04163L12.5097 11.2988C12.4766 12.1703 12.0666 12.8842 11.5989 12.8842C11.1312 12.8842 10.7204 12.1703 10.6873 11.2988L10.485 6.04163C10.4519 5.16929 10.9535 4.45541 11.6012 4.45541ZM11.6012 16.8444C10.7858 16.8444 10.2265 16.2482 10.2435 15.4335C10.2435 14.6012 10.8043 14.0227 11.6012 14.0227C12.432 14.0227 12.9574 14.6012 12.9751 15.4335C12.9751 16.2482 12.432 16.8444 11.6012 16.8444Z"
77
+ fill={fill ?? '#F3D224'}
78
+ />
79
+ </svg>
80
+ )
81
+ }
82
+
83
+ export function FRSTLogo({ fill, width, height }: IconsProps) {
84
+ return (
85
+ <svg
86
+ width={width ? width : '92'}
87
+ height={height ? height : '29'}
88
+ viewBox="0 0 92 29"
89
+ fill="none"
90
+ xmlns="http://www.w3.org/2000/svg"
91
+ >
92
+ <path d="M5.65283 5.79883H23.0488V0.000112057H5.65283V5.79883Z" fill={fill ?? 'white'} />
93
+ <path d="M76.6865 29H82.4851V7.24833H76.6865V29Z" fill={fill ?? 'white'} />
94
+ <path d="M67.9883 0.0423484V5.84106H91.183V0.0423484H67.9883Z" fill={fill ?? 'white'} />
95
+ <path
96
+ d="M60.1725 12.0406C55.6756 10.9699 54.9673 10.9269 54.9673 8.18607C54.9673 6.08764 55.6097 5.79865 58.4791 5.79865C59.2456 5.79865 60.0151 5.79865 60.6958 5.94355L60.7304 0.154449C60.1601 -6.48499e-05 59.6993 -6.48499e-05 58.9732 -6.48499e-05C51.136 -6.48499e-05 49.123 2.31875 49.123 8.01472C49.123 14.1818 50.1509 15.5522 57.046 17.0513C61.7142 18.079 62.1896 18.2339 62.1896 20.8034C62.1896 23.2017 60.8484 23.1946 57.5507 23.1946C56.5639 23.1946 55.811 23.1946 54.9413 23.0496V28.8483C55.811 28.9932 56.6036 28.9932 57.527 28.9932C66.5386 28.9932 67.9768 26.4993 67.9768 20.8462C67.9768 15.236 67.8813 13.8819 60.1725 12.0406Z"
97
+ fill={fill ?? 'white'}
98
+ />
99
+ <path
100
+ d="M20.1496 13.0452H5.65303L0 15.8787L1.57347 21.3824L5.65303 19.2136V28.9915H11.4517V18.8438H20.1496V13.0452Z"
101
+ fill={fill ?? 'white'}
102
+ />
103
+ <path
104
+ d="M43.3443 11.5735V7.27213C43.3443 3.25592 40.0886 -6.48499e-05 36.0722 -6.48499e-05H28.8477V5.79865H34.8031C36.318 5.79865 37.5457 7.02658 37.5457 8.54109V10.3045C37.5457 11.819 36.318 13.047 34.8031 13.047H28.8477V18.8455H30.9999L38.4154 28.9932L43.3443 25.0793L38.5443 18.3814C38.9133 18.2948 39.1938 18.192 39.339 18.0701C41.714 16.8734 43.3443 14.4145 43.3443 11.5735Z"
105
+ fill={fill ?? 'white'}
106
+ />
107
+ </svg>
108
+ )
109
+ }
110
+
111
+ export function FRSTLogoBig({ fill, width, height }: IconsProps) {
112
+ return (
113
+ <svg
114
+ width={width ? width : '142'}
115
+ height={height ? height : '40'}
116
+ viewBox="0 0 142 40"
117
+ fill="none"
118
+ xmlns="http://www.w3.org/2000/svg"
119
+ >
120
+ <path d="M8.77222 7.99854H35.7659V0.000332832H8.77222V7.99854Z" fill={fill ?? 'white'} />
121
+ <path d="M118.996 40H127.994V9.99779H118.996V40Z" fill={fill ?? 'white'} />
122
+ <path d="M105.499 0.05795V8.05615H141.491V0.05795H105.499Z" fill={fill ?? 'white'} />
123
+ <path
124
+ d="M93.3707 16.6074C86.3928 15.1306 85.2937 15.0713 85.2937 11.2909C85.2937 8.39651 86.2906 7.99791 90.743 7.99791C91.9324 7.99791 93.1265 7.99791 94.1828 8.19776L94.2365 0.212822C93.3515 -0.000297546 92.6365 -0.000297546 91.5098 -0.000297546C79.3487 -0.000297546 76.2251 3.19806 76.2251 11.0545C76.2251 19.5609 77.8201 21.451 88.5193 23.5188C95.7631 24.9363 96.5008 25.1499 96.5008 28.694C96.5008 32.002 94.4195 31.9923 89.3025 31.9923C87.7712 31.9923 86.6029 31.9923 85.2534 31.7923V39.7904C86.6029 39.9902 87.8328 39.9902 89.2657 39.9902C103.249 39.9902 105.481 36.5505 105.481 28.753C105.481 21.0149 105.333 19.1472 93.3707 16.6074Z"
125
+ fill={fill ?? 'white'}
126
+ />
127
+ <path
128
+ d="M31.2666 17.9928H8.77192L0 21.9011L2.44158 29.4923L8.77192 26.5009V39.9875H17.7697V25.9908H31.2666V17.9928Z"
129
+ fill={fill ?? 'white'}
130
+ />
131
+ <path
132
+ d="M67.2584 15.9632V10.0303C67.2584 4.4907 62.2065 -0.000297546 55.9742 -0.000297546H44.7637V7.99791H54.0049C56.3555 7.99791 58.2606 9.69159 58.2606 11.7806V14.2129C58.2606 16.3019 56.3555 17.9955 54.0049 17.9955H44.7637V25.9935H48.1034L59.6102 39.9902L67.2584 34.5918L59.8101 25.3533C60.3827 25.2339 60.8179 25.0922 61.0433 24.924C64.7287 23.2734 67.2584 19.8818 67.2584 15.9632Z"
133
+ fill={fill ?? 'white'}
134
+ />
135
+ </svg>
136
+ )
137
+ }
138
+
139
+ export function ChangeAccount({ fill, width, height }: IconsProps) {
140
+ return (
141
+ <svg
142
+ width={width ? width : '18'}
143
+ height={height ? height : '16'}
144
+ viewBox="0 0 18 16"
145
+ fill="none"
146
+ xmlns="http://www.w3.org/2000/svg"
147
+ >
148
+ <path
149
+ d="M1 1.74841V6.2496H5.36364"
150
+ stroke={fill ?? 'white'}
151
+ strokeWidth="1.5"
152
+ strokeLinecap="round"
153
+ strokeLinejoin="round"
154
+ />
155
+ <path
156
+ d="M16.9999 13.7516V9.25043H12.6362"
157
+ stroke={fill ?? 'white'}
158
+ strokeWidth="1.5"
159
+ strokeLinecap="round"
160
+ strokeLinejoin="round"
161
+ />
162
+ <path
163
+ d="M15.1745 5.49941C14.8057 4.42421 14.1788 3.46293 13.3524 2.70524C12.526 1.94755 11.5269 1.41816 10.4485 1.16646C9.3701 0.914767 8.24745 0.948968 7.18532 1.26588C6.12318 1.58278 5.15618 2.17207 4.37455 2.97875L1 6.24961M17 9.25039L13.6255 12.5213C12.8438 13.3279 11.8768 13.9172 10.8147 14.2341C9.75255 14.551 8.6299 14.5852 7.55148 14.3335C6.47307 14.0818 5.47404 13.5524 4.64761 12.7948C3.82119 12.0371 3.1943 11.0758 2.82545 10.0006"
164
+ stroke={fill ?? 'white'}
165
+ strokeWidth="1.5"
166
+ strokeLinecap="round"
167
+ strokeLinejoin="round"
168
+ />
169
+ </svg>
170
+ )
171
+ }
172
+
173
+ export function DownloadIcon({ fill, width, height }: IconsProps) {
174
+ return (
175
+ <svg
176
+ width={width ? width : '24'}
177
+ height={height ? height : '24'}
178
+ viewBox="0 0 24 24"
179
+ fill="none"
180
+ xmlns="http://www.w3.org/2000/svg"
181
+ >
182
+ <path
183
+ fillRule="evenodd"
184
+ clipRule="evenodd"
185
+ d="M12.8 1C12.8 0.447715 12.3523 0 11.8 0C11.2477 0 10.8 0.447715 10.8 1V12.9858L6.50711 8.69289C6.11658 8.30237 5.48342 8.30237 5.09289 8.69289C4.70237 9.08342 4.70237 9.71658 5.09289 10.1071L11.0929 16.1071C11.2858 16.3 11.5379 16.3976 11.7908 16.4C11.7938 16.4 11.7969 16.4 11.8 16.4M12.8 1V12.9858V1ZM11.8092 16.4C12.0621 16.3976 12.3142 16.3 12.5071 16.1071L18.5071 10.1071C18.8976 9.71658 18.8976 9.08342 18.5071 8.69289C18.1166 8.30237 17.4834 8.30237 17.0929 8.69289L12.8 12.9858M1 14.4C1.55228 14.4 2 14.8477 2 15.4V20.2C2 20.5713 2.1475 20.9274 2.41005 21.1899C2.6726 21.4525 3.0287 21.6 3.4 21.6H20.2C20.5713 21.6 20.9274 21.4525 21.1899 21.1899C21.4525 20.9274 21.6 20.5713 21.6 20.2V15.4C21.6 14.8477 22.0477 14.4 22.6 14.4C23.1523 14.4 23.6 14.8477 23.6 15.4V20.2C23.6 21.1017 23.2418 21.9665 22.6042 22.6042C21.9665 23.2418 21.1017 23.6 20.2 23.6H3.4C2.49826 23.6 1.63346 23.2418 0.995837 22.6042C0.358213 21.9665 0 21.1017 0 20.2V15.4C0 14.8477 0.447715 14.4 1 14.4Z"
186
+ fill={fill ?? '#FF4D0D'}
187
+ />
188
+ </svg>
189
+ )
190
+ }
191
+
192
+ export function DropdownIconWhite({ fill, width, height }: IconsProps) {
193
+ return (
194
+ <svg width={width ? width : '16'} height={height ? height : '16'}>
195
+ <path d="M2 8l6 6 6-6z" fill={fill ?? 'white'} />
196
+ </svg>
197
+ )
198
+ }
199
+
200
+ export function DropdownIcon({ fill, width, height }: IconsProps) {
201
+ return (
202
+ <svg width={width ? width : '16'} height={height ? height : '16'}>
203
+ <path d="M2 8l6 6 6-6z" fill={fill ?? 'white'} />
204
+ </svg>
205
+ )
206
+ }
207
+
208
+ export function DropdownIconLine({ fill, width, height }: IconsProps) {
209
+ return (
210
+ <svg
211
+ width={width ? width : '18'}
212
+ height={height ? height : '10'}
213
+ viewBox="0 0 18 10"
214
+ fill="none"
215
+ xmlns="http://www.w3.org/2000/svg"
216
+ >
217
+ <path
218
+ d="M1 9L9 1L17 9"
219
+ stroke={fill ? fill : '#222222'}
220
+ strokeWidth="1.2"
221
+ strokeLinecap="round"
222
+ strokeLinejoin="round"
223
+ />
224
+ </svg>
225
+ )
226
+ }
227
+
228
+ export function DropdownSideIconWhite({ fill, width, height }: IconsProps) {
229
+ return (
230
+ <svg
231
+ width={width ? width : '7'}
232
+ height={height ? height : '12'}
233
+ viewBox="0 0 7 12"
234
+ fill="none"
235
+ xmlns="http://www.w3.org/2000/svg"
236
+ >
237
+ <path d="M6.31359 6.34315L0.656738 0.686292V12L6.31359 6.34315Z" fill={fill ?? 'white'} />
238
+ </svg>
239
+ )
240
+ }
241
+
242
+ export function ExitArrow({ fill, width, height }: IconsProps) {
243
+ return (
244
+ <svg
245
+ width={width ? width : '17'}
246
+ height={height ? height : '18'}
247
+ viewBox="0 0 17 18"
248
+ fill="none"
249
+ xmlns="http://www.w3.org/2000/svg"
250
+ >
251
+ <path
252
+ d="M6.33333 17H2.77778C2.30628 17 1.8541 16.8127 1.5207 16.4793C1.1873 16.1459 1 15.6937 1 15.2222V2.77778C1 2.30628 1.1873 1.8541 1.5207 1.5207C1.8541 1.1873 2.30628 1 2.77778 1H6.33333"
253
+ stroke={fill ? fill : 'white'}
254
+ strokeWidth="1.5"
255
+ strokeLinecap="round"
256
+ strokeLinejoin="round"
257
+ />
258
+ <path
259
+ d="M11.5557 13.4444L16.0001 8.99999L11.5557 4.55554"
260
+ stroke={fill ? fill : 'white'}
261
+ strokeWidth="1.5"
262
+ strokeLinecap="round"
263
+ strokeLinejoin="round"
264
+ />
265
+ <path
266
+ d="M16 9L6 9"
267
+ stroke={fill ? fill : 'white'}
268
+ strokeWidth="1.5"
269
+ strokeLinecap="round"
270
+ strokeLinejoin="round"
271
+ />
272
+ </svg>
273
+ )
274
+ }
275
+
276
+ export function BackArrow({ fill, width, height }: IconsProps) {
277
+ return (
278
+ <svg
279
+ width={width ? width : '17'}
280
+ height={height ? height : '14'}
281
+ viewBox="0 0 17 14"
282
+ fill="none"
283
+ xmlns="http://www.w3.org/2000/svg"
284
+ >
285
+ <path
286
+ fillRule="evenodd"
287
+ clipRule="evenodd"
288
+ d="M15.332 8C15.8843 8 16.332 7.55228 16.332 7C16.332 6.44772 15.8843 6 15.332 6L3.40622 6L7.68046 1.70543C8.07006 1.31398 8.06856 0.680815 7.67711 0.291218C7.28566 -0.098379 6.65249 -0.0968769 6.2629 0.294573L0.291298 6.29457C0.175179 6.41124 0.0937843 6.54942 0.0471172 6.69624C0.0298405 6.75049 0.017067 6.80676 0.00923729 6.86459C-0.00297165 6.95442 -0.00297165 7.04558 0.00923729 7.13541C0.0170536 7.19315 0.0298004 7.24933 0.0470371 7.30351C0.0936909 7.45042 0.175112 7.58869 0.291298 7.70543L6.2629 13.7054C6.65249 14.0969 7.28566 14.0984 7.67711 13.7088C8.06856 13.3192 8.07006 12.686 7.68046 12.2946L3.40622 8H15.332Z"
289
+ fill={fill ?? '#0645AD'}
290
+ />
291
+ </svg>
292
+ )
293
+ }
294
+
295
+ export function WhiteFilter({ fill, width, height }: IconsProps) {
296
+ return (
297
+ <svg
298
+ width={width ? width : '22'}
299
+ height={height ? height : '20'}
300
+ viewBox="0 0 22 20"
301
+ fill="none"
302
+ xmlns="http://www.w3.org/2000/svg"
303
+ >
304
+ <path
305
+ d="M21 1H1L9 10.46V17L13 19V10.46L21 1Z"
306
+ stroke={fill ? fill : 'white'}
307
+ strokeWidth="2"
308
+ strokeLinecap="round"
309
+ strokeLinejoin="round"
310
+ />
311
+ </svg>
312
+ )
313
+ }
314
+
315
+ export function CheckboxChecked({ fill, width, height }: IconsProps) {
316
+ return (
317
+ <svg
318
+ width={width ? width : '16'}
319
+ height={height ? height : '16'}
320
+ viewBox="0 0 16 16"
321
+ fill="none"
322
+ xmlns="http://www.w3.org/2000/svg"
323
+ >
324
+ <rect x="0.5" y="0.5" width="15" height="15" rx="1.5" fill="#F35F24" stroke="#F35F24" />
325
+ <path d="M13 4L6.125 11L3 7.81818" stroke="white" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
326
+ </svg>
327
+ )
328
+ }
329
+
330
+ export function CheckboxEmpty({ fill, stroke, width, height, active }: IconsProps) {
331
+ return (
332
+ <svg
333
+ width={width ? width : '16'}
334
+ height={height ? height : '16'}
335
+ viewBox="0 0 16 16"
336
+ fill="none"
337
+ xmlns="http://www.w3.org/2000/svg"
338
+ >
339
+ <rect
340
+ x="0.6"
341
+ y="0.6"
342
+ width="14.8"
343
+ height="14.8"
344
+ rx="1.4"
345
+ fill={fill ?? 'white'}
346
+ stroke={stroke ?? '#A6A6A6'}
347
+ strokeWidth="1.2"
348
+ />
349
+ </svg>
350
+ )
351
+ }
352
+
353
+ export function Trash({ fill, width, height }: IconsProps) {
354
+ return (
355
+ <svg
356
+ width={width ? width : '14'}
357
+ height={height ? height : '16'}
358
+ viewBox="0 0 14 16"
359
+ fill="none"
360
+ xmlns="http://www.w3.org/2000/svg"
361
+ >
362
+ <path
363
+ fillRule="evenodd"
364
+ clipRule="evenodd"
365
+ d="M5.43064 2.09763C5.49315 2.03512 5.57794 2 5.66634 2H8.33301C8.42141 2 8.5062 2.03512 8.56871 2.09763C8.63122 2.16014 8.66634 2.24493 8.66634 2.33333V2.66667H5.33301V2.33333C5.33301 2.24493 5.36813 2.16014 5.43064 2.09763ZM10.6663 2.33333V2.66667H11.6663C11.6674 2.66667 11.6685 2.66667 11.6695 2.66667H13C13.5523 2.66667 14 3.11439 14 3.66667C14 4.21896 13.5523 4.66667 13 4.66667H12.6663V13C12.6663 13.6188 12.4205 14.2123 11.9829 14.6499C11.5453 15.0875 10.9518 15.3333 10.333 15.3333H3.66634C3.0475 15.3333 2.45401 15.0875 2.01643 14.6499C1.57884 14.2123 1.33301 13.6188 1.33301 13V4.66667H1C0.447715 4.66667 0 4.21896 0 3.66667C0 3.11439 0.447715 2.66667 1 2.66667H2.32981C2.33087 2.66667 2.33194 2.66667 2.33301 2.66667H3.33301V2.33333C3.33301 1.71449 3.57884 1.121 4.01643 0.683417C4.45401 0.245833 5.0475 0 5.66634 0H8.33301C8.95185 0 9.54534 0.245833 9.98292 0.683417C10.4205 1.121 10.6663 1.71449 10.6663 2.33333ZM3.33301 4.66667V13C3.33301 13.0884 3.36813 13.1732 3.43064 13.2357C3.49315 13.2982 3.57794 13.3333 3.66634 13.3333H10.333C10.4214 13.3333 10.5062 13.2982 10.5687 13.2357C10.6312 13.1732 10.6663 13.0884 10.6663 13V4.66667L3.33301 4.66667Z"
366
+ fill={fill ? fill : '#0645AD'}
367
+ />
368
+ </svg>
369
+ )
370
+ }
371
+
372
+ export function TrashDelete({ fill, width, height }: IconsProps) {
373
+ return (
374
+ <svg
375
+ width={width ?? '25'}
376
+ height={height ?? '24'}
377
+ viewBox={`0 0 ${width ?? '25'} ${height ?? '24'}`}
378
+ fill="none"
379
+ xmlns="http://www.w3.org/2000/svg"
380
+ >
381
+ <path
382
+ d="M4.36035 7.33398H6.13813H20.3604"
383
+ stroke={fill ?? '#923534'}
384
+ stroke-width="1.2"
385
+ stroke-linecap="round"
386
+ stroke-linejoin="round"
387
+ />
388
+ <path
389
+ d="M18.9054 7.5V18.4C18.9054 18.8243 18.7083 19.2313 18.3576 19.5314C18.0069 19.8314 17.5312 20 17.0352 20H7.68458C7.18859 20 6.71292 19.8314 6.3622 19.5314C6.01148 19.2313 5.81445 18.8243 5.81445 18.4V7.5M8.61965 7.2V5.6C8.61965 5.17565 8.81668 4.76869 9.1674 4.46863C9.51811 4.16857 9.99379 4 10.4898 4H14.23C14.726 4 15.2017 4.16857 15.5524 4.46863C15.9031 4.76869 16.1002 5.17565 16.1002 5.6V7.2"
390
+ stroke={fill ?? '#923534'}
391
+ stroke-width="1.2"
392
+ stroke-linecap="round"
393
+ stroke-linejoin="round"
394
+ />
395
+ </svg>
396
+ )
397
+ }
398
+
399
+ export function AlertCicle({ fill, width, height }: IconsProps) {
400
+ return (
401
+ <svg
402
+ width={width ? width : '16'}
403
+ height={height ? height : '16'}
404
+ viewBox="0 0 24 24"
405
+ fill="none"
406
+ xmlns="http://www.w3.org/2000/svg"
407
+ >
408
+ <path
409
+ d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z"
410
+ stroke={fill ?? '#FF0000'}
411
+ strokeWidth="2"
412
+ strokeLinecap="round"
413
+ strokeLinejoin="round"
414
+ />
415
+ <path d="M12 8V12" stroke={fill ?? '#FF0000'} strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
416
+ <path d="M12 16H12.01" stroke={fill ?? '#FF0000'} strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
417
+ </svg>
418
+ )
419
+ }
420
+
421
+ export function DoubleCheck({ fill, width, height }: IconsProps) {
422
+ return (
423
+ <svg
424
+ width={width ? width : '16'}
425
+ height={height ? height : '16'}
426
+ viewBox="0 0 16 16"
427
+ fill="none"
428
+ xmlns="http://www.w3.org/2000/svg"
429
+ >
430
+ <path
431
+ d="M1.33301 8L4.83301 11.3333L6.58301 9.33333"
432
+ stroke={fill ?? '#FFF'}
433
+ strokeWidth="1.2"
434
+ strokeLinecap="round"
435
+ strokeLinejoin="round"
436
+ />
437
+ <path
438
+ d="M5.33301 8.00033L8.83301 11.3337L14.6663 4.66699"
439
+ stroke={fill ?? '#FFF'}
440
+ strokeWidth="1.2"
441
+ strokeLinecap="round"
442
+ strokeLinejoin="round"
443
+ />
444
+ <path
445
+ d="M10.6663 4.66699L8.33301 7.33366"
446
+ stroke={fill ?? '#FFF'}
447
+ strokeWidth="1.2"
448
+ strokeLinecap="round"
449
+ strokeLinejoin="round"
450
+ />
451
+ </svg>
452
+ )
453
+ }
454
+
455
+ export function WithoutTrail({ fill, width, height }: IconsProps) {
456
+ return (
457
+ <svg
458
+ width={width ? width : '16'}
459
+ height={height ? height : '16'}
460
+ viewBox="0 0 16 16"
461
+ fill="none"
462
+ xmlns="http://www.w3.org/2000/svg"
463
+ >
464
+ <path
465
+ d="M14.2607 1.73828C12.6084 0.0859375 9.93457 0.0859375 8.28418 1.73828L6.3916 3.63086L7.3877 4.62695L9.28027 2.73438C10.3311 1.68359 12.1045 1.57227 13.2646 2.73438C14.4268 3.89648 14.3154 5.66797 13.2646 6.71875L11.3721 8.61133L12.3701 9.60938L14.2627 7.7168C15.9111 6.06445 15.9111 3.39062 14.2607 1.73828ZM6.71973 13.2656C5.66895 14.3164 3.89551 14.4277 2.73535 13.2656C1.57324 12.1035 1.68457 10.332 2.73535 9.28125L4.62793 7.38867L3.62988 6.39063L1.7373 8.2832C0.0849609 9.93555 0.0849609 12.6094 1.7373 14.2598C3.38965 15.9102 6.06348 15.9121 7.71387 14.2598L9.60645 12.3672L8.61035 11.3711L6.71973 13.2656ZM3.08301 2.08984C3.05364 2.06077 3.01398 2.04445 2.97266 2.04445C2.93133 2.04445 2.89167 2.06077 2.8623 2.08984L2.08887 2.86328C2.05979 2.89265 2.04348 2.93231 2.04348 2.97363C2.04348 3.01496 2.05979 3.05462 2.08887 3.08398L12.917 13.9121C12.9775 13.9727 13.0771 13.9727 13.1377 13.9121L13.9111 13.1387C13.9717 13.0781 13.9717 12.9785 13.9111 12.918L3.08301 2.08984Z"
466
+ fill={fill ? fill : '#222222'}
467
+ />
468
+ </svg>
469
+ )
470
+ }
471
+
472
+ export function MoreDotsVertical({ fill, width, height }: IconsProps) {
473
+ return (
474
+ <svg
475
+ width={width ? width : '24'}
476
+ height={height ? height : '24'}
477
+ viewBox="0 0 24 24"
478
+ fill="none"
479
+ xmlns="http://www.w3.org/2000/svg"
480
+ >
481
+ <path
482
+ d="M13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13C12.5523 13 13 12.5523 13 12Z"
483
+ stroke="black"
484
+ strokeWidth="2"
485
+ strokeLinecap="round"
486
+ strokeLinejoin="round"
487
+ />
488
+ <path
489
+ d="M13 5C13 4.44772 12.5523 4 12 4C11.4477 4 11 4.44772 11 5C11 5.55228 11.4477 6 12 6C12.5523 6 13 5.55228 13 5Z"
490
+ stroke="black"
491
+ strokeWidth="2"
492
+ strokeLinecap="round"
493
+ strokeLinejoin="round"
494
+ />
495
+ <path
496
+ d="M13 19C13 18.4477 12.5523 18 12 18C11.4477 18 11 18.4477 11 19C11 19.5523 11.4477 20 12 20C12.5523 20 13 19.5523 13 19Z"
497
+ stroke={fill ? fill : 'black'}
498
+ strokeWidth="2"
499
+ strokeLinecap="round"
500
+ strokeLinejoin="round"
501
+ />
502
+ </svg>
503
+ )
504
+ }
505
+
506
+ export function MoreDotsHorizontal({ fill, width, height }: IconsProps) {
507
+ return (
508
+ <svg
509
+ width={width ? width : '20'}
510
+ height={height ? height : '4'}
511
+ viewBox="0 0 20 4"
512
+ fill="none"
513
+ xmlns="http://www.w3.org/2000/svg"
514
+ >
515
+ <path
516
+ d="M2 3C2.55228 3 3 2.55228 3 2C3 1.44772 2.55228 1 2 1C1.44772 1 1 1.44772 1 2C1 2.55228 1.44772 3 2 3Z"
517
+ stroke={fill ?? '#FFF'}
518
+ strokeWidth="2"
519
+ />
520
+ <path
521
+ d="M10 3C10.5523 3 11 2.55228 11 2C11 1.44772 10.5523 1 10 1C9.44772 1 9 1.44772 9 2C9 2.55228 9.44772 3 10 3Z"
522
+ stroke={fill ?? '#FFF'}
523
+ strokeWidth="2"
524
+ />
525
+ <path
526
+ d="M18 3C18.5523 3 19 2.55228 19 2C19 1.44772 18.5523 1 18 1C17.4477 1 17 1.44772 17 2C17 2.55228 17.4477 3 18 3Z"
527
+ stroke={fill ?? '#FFF'}
528
+ strokeWidth="2"
529
+ />
530
+ </svg>
531
+ )
532
+ }
533
+
534
+ export function Mail({ fill, width, height }: IconsProps) {
535
+ return (
536
+ <svg
537
+ width={width ? width : '20'}
538
+ height={height ? height : '20'}
539
+ viewBox="0 0 20 20"
540
+ fill="none"
541
+ xmlns="http://www.w3.org/2000/svg"
542
+ >
543
+ <path
544
+ d="M18.125 3.125H1.875C1.5293 3.125 1.25 3.4043 1.25 3.75V16.25C1.25 16.5957 1.5293 16.875 1.875 16.875H18.125C18.4707 16.875 18.75 16.5957 18.75 16.25V3.75C18.75 3.4043 18.4707 3.125 18.125 3.125ZM17.3438 5.28906V15.4688H2.65625V5.28906L2.11719 4.86914L2.88477 3.88281L3.7207 4.5332H16.2812L17.1172 3.88281L17.8848 4.86914L17.3438 5.28906ZM16.2812 4.53125L10 9.41406L3.71875 4.53125L2.88281 3.88086L2.11523 4.86719L2.6543 5.28711L9.32617 10.4746C9.51805 10.6237 9.7541 10.7046 9.99707 10.7046C10.24 10.7046 10.4761 10.6237 10.668 10.4746L17.3438 5.28906L17.8828 4.86914L17.1152 3.88281L16.2812 4.53125Z"
545
+ fill={fill ? fill : '#222222'}
546
+ />
547
+ </svg>
548
+ )
549
+ }
550
+
551
+ export function Dot({ fill, width, height }: IconsProps) {
552
+ return (
553
+ <svg
554
+ width={width ? width : '4'}
555
+ height={height ? height : '4'}
556
+ viewBox="0 0 4 4"
557
+ fill="none"
558
+ xmlns="http://www.w3.org/2000/svg"
559
+ >
560
+ <path
561
+ d="M2 4C1.46957 4 0.960859 3.78929 0.585786 3.41421C0.210713 3.03914 0 2.53043 0 2C0 1.46957 0.210713 0.960859 0.585786 0.585786C0.960859 0.210713 1.46957 0 2 0C2.53043 0 3.03914 0.210713 3.41421 0.585786C3.78929 0.960859 4 1.46957 4 2C4 2.53043 3.78929 3.03914 3.41421 3.41421C3.03914 3.78929 2.53043 4 2 4Z"
562
+ fill={fill ?? '#FFF'}
563
+ strokeWidth="2"
564
+ />
565
+ </svg>
566
+ )
567
+ }
568
+
569
+ export function Brain({ fill, width, height }: IconsProps) {
570
+ return (
571
+ <svg
572
+ width={width ? width : '20'}
573
+ height={height ? height : '20'}
574
+ viewBox="0 0 20 20"
575
+ fill="none"
576
+ xmlns="http://www.w3.org/2000/svg"
577
+ >
578
+ <path
579
+ d="M5.9594 2.51021C6.65273 1.97021 7.5594 1.67188 8.46023 1.67188C8.9994 1.67188 9.43523 1.85688 9.76607 2.15104C9.85523 2.23021 9.9344 2.31604 10.0052 2.40437C10.0761 2.31604 10.1552 2.23021 10.2444 2.15104C10.5752 1.85688 11.0111 1.67188 11.5502 1.67188C12.4511 1.67188 13.3586 1.97021 14.0502 2.51021C14.5902 2.92938 15.0127 3.50854 15.1786 4.20771C15.5286 4.26604 15.8394 4.44438 16.0911 4.68021C16.4911 5.05604 16.7769 5.59937 16.9561 6.15854C17.1386 6.72604 17.2294 7.36354 17.2019 7.97604C17.1877 8.28937 17.1419 8.60937 17.0544 8.91521L17.1086 8.94021C17.4169 9.08521 17.6669 9.31271 17.8544 9.61521C18.2086 10.186 18.3336 11.0077 18.3336 12.0552C18.3336 13.2594 17.8727 14.0769 17.2811 14.5844C16.9729 14.8487 16.6122 15.0447 16.2227 15.1594C16.0814 15.8106 15.791 16.4202 15.3744 16.9402C14.7719 17.6935 13.8352 18.3302 12.5769 18.3302C11.5686 18.3302 10.7744 17.7719 10.2644 17.2385C10.174 17.1432 10.0878 17.044 10.0061 16.941C9.92408 17.0437 9.83761 17.1427 9.7469 17.2377C9.2369 17.7727 8.44273 18.3302 7.4344 18.3302C6.17523 18.3302 5.23857 17.6935 4.6369 16.9402C4.21964 16.4203 3.92868 15.8107 3.7869 15.1594C3.39774 15.0446 3.03732 14.8486 2.7294 14.5844C2.13773 14.076 1.67773 13.2594 1.67773 12.0552C1.67773 11.0077 1.80273 10.186 2.15607 9.61521C2.34353 9.30442 2.62315 9.05976 2.95607 8.91521C2.87045 8.60897 2.82095 8.29378 2.80857 7.97604C2.78107 7.36354 2.8719 6.72604 3.0544 6.15854C3.23357 5.60021 3.51857 5.05604 3.9194 4.68021C4.17009 4.43586 4.48767 4.27141 4.8319 4.20771C4.99857 3.50771 5.42023 2.92938 5.9594 2.51021ZM6.72773 3.49604C6.27273 3.85021 6.00607 4.32187 6.00607 4.86521C6.00599 4.96419 5.98241 5.06173 5.93726 5.14982C5.89211 5.2379 5.82669 5.314 5.74638 5.37186C5.66607 5.42971 5.57316 5.46766 5.47532 5.48259C5.37747 5.49751 5.27748 5.48899 5.18357 5.45771C5.0694 5.41937 4.94857 5.42854 4.77523 5.59187C4.5819 5.77271 4.38607 6.10021 4.2444 6.54021C4.10269 6.98592 4.03953 7.45287 4.05773 7.92021C4.07857 8.38354 4.18857 8.76854 4.3619 9.02854C4.39058 9.07162 4.41381 9.11808 4.43107 9.16687H5.33273C5.9327 9.16675 6.51049 9.3937 6.94999 9.80212C7.38948 10.2105 7.65811 10.7702 7.7019 11.3685C8.06089 11.5118 8.35893 11.7753 8.54501 12.1141C8.7311 12.4529 8.79366 12.8458 8.72199 13.2256C8.65032 13.6054 8.44887 13.9485 8.15213 14.1961C7.85538 14.4438 7.48179 14.5806 7.09529 14.5832C6.70879 14.5857 6.33341 14.4539 6.03341 14.2102C5.7334 13.9665 5.52742 13.6261 5.45071 13.2473C5.37401 12.8685 5.43135 12.4748 5.61292 12.1336C5.7945 11.7924 6.08901 11.5249 6.44607 11.3769C6.40649 11.1099 6.27227 10.8661 6.06789 10.6899C5.86351 10.5136 5.6026 10.4168 5.33273 10.4169H3.14523C3.02023 10.7069 2.92773 11.2077 2.92773 12.0552C2.92773 12.906 3.2369 13.3727 3.54357 13.636C3.8794 13.9235 4.24857 13.9985 4.35523 13.9985C4.52099 13.9985 4.67997 14.0644 4.79718 14.1816C4.91439 14.2988 4.98023 14.4578 4.98023 14.6235C4.98023 14.9735 5.17357 15.6094 5.61357 16.1594C6.0369 16.6902 6.64023 17.0802 7.4344 17.0802C7.96523 17.0802 8.45357 16.7819 8.84273 16.3752C9.03107 16.1769 9.17773 15.971 9.2744 15.8044C9.31098 15.742 9.34301 15.6772 9.37023 15.6102L9.37523 15.5985V7.70854H8.62857C8.48352 8.0671 8.21829 8.36404 7.87832 8.54849C7.53836 8.73294 7.14482 8.7934 6.76516 8.71952C6.38551 8.64564 6.04336 8.44201 5.79737 8.14354C5.55138 7.84506 5.41686 7.47032 5.41686 7.08354C5.41686 6.69676 5.55138 6.32202 5.79737 6.02355C6.04336 5.72507 6.38551 5.52145 6.76516 5.44756C7.14482 5.37368 7.53836 5.43415 7.87832 5.61859C8.21829 5.80304 8.48352 6.09999 8.62857 6.45854H9.37523V4.34354L9.37273 4.29604C9.35848 4.03939 9.30798 3.78604 9.22273 3.54354C9.14773 3.34354 9.05023 3.18771 8.93523 3.08521C8.83273 2.99354 8.69107 2.92188 8.46023 2.92188C7.8219 2.92188 7.1894 3.13688 6.7269 3.49688L6.72773 3.49604ZM10.6361 14.1669V15.5985L10.6402 15.6102C10.6569 15.6544 10.6886 15.7202 10.7369 15.8044C10.8327 15.971 10.9794 16.1769 11.1686 16.3752C11.5569 16.7819 12.0461 17.0802 12.5769 17.0802C13.3702 17.0802 13.9736 16.6902 14.3977 16.1594C14.8369 15.6094 15.0311 14.9727 15.0311 14.6235C15.0311 14.4578 15.0969 14.2988 15.2141 14.1816C15.3313 14.0644 15.4903 13.9985 15.6561 13.9985C15.7627 13.9985 16.1311 13.9235 16.4677 13.636C16.7736 13.3727 17.0827 12.906 17.0827 12.0552C17.0827 11.0485 16.9511 10.5302 16.7919 10.2744C16.7421 10.1859 16.6665 10.1147 16.5752 10.0702C16.4911 10.0302 16.3644 10.0002 16.1686 10.0002C16.0554 10.0002 15.9445 9.96949 15.8474 9.91136C15.7504 9.85322 15.6709 9.76985 15.6176 9.67011C15.5642 9.57038 15.5389 9.45802 15.5443 9.34504C15.5498 9.23205 15.5858 9.12266 15.6486 9.02854C15.8219 8.76771 15.9319 8.38354 15.9536 7.92021C15.9715 7.45282 15.908 6.98587 15.7661 6.54021C15.6244 6.10021 15.4286 5.77354 15.2361 5.59187C15.0619 5.42854 14.9411 5.41937 14.8277 5.45771C14.7338 5.48915 14.6337 5.4978 14.5357 5.48295C14.4378 5.46811 14.3448 5.43018 14.2643 5.37231C14.1839 5.31444 14.1184 5.23827 14.0732 5.15011C14.028 5.06194 14.0044 4.96429 14.0044 4.86521C14.0044 4.32187 13.7377 3.85021 13.2827 3.49604C12.8219 3.13688 12.1886 2.92104 11.5494 2.92104C11.3194 2.92104 11.1786 2.99354 11.0752 3.08437C10.9448 3.21232 10.8465 3.3694 10.7886 3.54271C10.6951 3.79975 10.6436 4.07015 10.6361 4.34354V12.9169H11.1661C11.4644 12.9169 11.7506 12.7983 11.9616 12.5874C12.1725 12.3764 12.2911 12.0902 12.2911 11.7919V10.296C11.9325 10.151 11.6356 9.88577 11.4511 9.5458C11.2667 9.20583 11.2062 8.8123 11.2801 8.43264C11.354 8.05298 11.5576 7.71084 11.8561 7.46485C12.1545 7.21886 12.5293 7.08433 12.9161 7.08433C13.3028 7.08433 13.6776 7.21886 13.9761 7.46485C14.2745 7.71084 14.4782 8.05298 14.552 8.43264C14.6259 8.8123 14.5655 9.20583 14.381 9.5458C14.1966 9.88577 13.8996 10.151 13.5411 10.296V11.7919C13.5411 12.4218 13.2908 13.0259 12.8454 13.4713C12.4 13.9167 11.796 14.1669 11.1661 14.1669H10.6361ZM7.08273 6.66687C6.97223 6.66687 6.86625 6.71077 6.78811 6.78891C6.70997 6.86705 6.66607 6.97303 6.66607 7.08354C6.66607 7.19405 6.70997 7.30003 6.78811 7.37817C6.86625 7.45631 6.97223 7.50021 7.08273 7.50021C7.19324 7.50021 7.29922 7.45631 7.37736 7.37817C7.4555 7.30003 7.4994 7.19405 7.4994 7.08354C7.4994 6.97303 7.4555 6.86705 7.37736 6.78891C7.29922 6.71077 7.19324 6.66687 7.08273 6.66687ZM6.66607 12.9169C6.66607 13.0274 6.70997 13.1334 6.78811 13.2115C6.86625 13.2896 6.97223 13.3335 7.08273 13.3335C7.19324 13.3335 7.29922 13.2896 7.37736 13.2115C7.4555 13.1334 7.4994 13.0274 7.4994 12.9169C7.4994 12.8064 7.4555 12.7004 7.37736 12.6222C7.29922 12.5441 7.19324 12.5002 7.08273 12.5002C6.97223 12.5002 6.86625 12.5441 6.78811 12.6222C6.70997 12.7004 6.66607 12.8064 6.66607 12.9169ZM12.4994 8.75021C12.4994 8.86071 12.5433 8.9667 12.6214 9.04484C12.6996 9.12298 12.8056 9.16687 12.9161 9.16687C13.0266 9.16687 13.1326 9.12298 13.2107 9.04484C13.2888 8.9667 13.3327 8.86071 13.3327 8.75021C13.3327 8.6397 13.2888 8.53372 13.2107 8.45558C13.1326 8.37744 13.0266 8.33354 12.9161 8.33354C12.8056 8.33354 12.6996 8.37744 12.6214 8.45558C12.5433 8.53372 12.4994 8.6397 12.4994 8.75021Z"
580
+ fill={fill ? fill : '#222222'}
581
+ />
582
+ </svg>
583
+ )
584
+ }
585
+
586
+ export function CompanyIcon({ fill, width, height }: IconsProps) {
587
+ return (
588
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
589
+ <path
590
+ d="M2.5 17.5H1.9V18.1H2.5V17.5ZM2.5 2.5V1.9C2.16863 1.9 1.9 2.16863 1.9 2.5H2.5ZM10.5 2.5H11.1C11.1 2.16863 10.8314 1.9 10.5 1.9V2.5ZM17.5 8.5H18.1C18.1 8.16863 17.8314 7.9 17.5 7.9V8.5ZM17.5 17.5V18.1H18.1V17.5H17.5ZM3.1 17.5V2.5H1.9V17.5H3.1ZM2.5 3.1H10.5V1.9H2.5V3.1ZM9.9 2.5V17H11.1V2.5H9.9ZM11 9.1H17.5V7.9H11V9.1ZM16.9 8.5V17.5H18.1V8.5H16.9ZM17.5 16.9H2.5V18.1H17.5V16.9Z"
591
+ fill="black"
592
+ />
593
+ <path d="M5 6V5" stroke="black" />
594
+ <path d="M5 9V8" stroke="black" />
595
+ <path d="M5 12V11" stroke="black" />
596
+ <path d="M12 11.5H16" stroke="black" />
597
+ <path d="M12 14H16" stroke="black" />
598
+ <path d="M8 6V5" stroke="black" />
599
+ <path d="M8 9V8" stroke="black" />
600
+ <path d="M8 12V11" stroke="black" />
601
+ <path d="M5 17V14H8V17" stroke="black" />
602
+ </svg>
603
+ )
604
+ }
605
+
606
+ export function WithTrail({ fill, width, height }: IconsProps) {
607
+ return (
608
+ <svg
609
+ width={width ? width : '20'}
610
+ height={height ? height : '20'}
611
+ viewBox="0 0 20 20"
612
+ fill="none"
613
+ xmlns="http://www.w3.org/2000/svg"
614
+ >
615
+ <path
616
+ d="M11.2119 12.9961C11.1825 12.967 11.1429 12.9507 11.1016 12.9507C11.0602 12.9507 11.0206 12.967 10.9912 12.9961L8.72168 15.2656C7.6709 16.3164 5.89746 16.4277 4.7373 15.2656C3.5752 14.1035 3.68652 12.332 4.7373 11.2812L7.00684 9.01172C7.06738 8.95117 7.06738 8.85156 7.00684 8.79102L6.22949 8.01367C6.20013 7.98459 6.16047 7.96828 6.11914 7.96828C6.07781 7.96828 6.03816 7.98459 6.00879 8.01367L3.73926 10.2832C2.08691 11.9355 2.08691 14.6094 3.73926 16.2598C5.3916 17.9102 8.06543 17.9121 9.71582 16.2598L11.9854 13.9902C12.0459 13.9297 12.0459 13.8301 11.9854 13.7695L11.2119 12.9961ZM16.2627 3.73828C14.6104 2.08594 11.9365 2.08594 10.2861 3.73828L8.01465 6.00781C7.98557 6.03718 7.96926 6.07684 7.96926 6.11816C7.96926 6.15949 7.98557 6.19915 8.01465 6.22852L8.79004 7.00391C8.85059 7.06445 8.9502 7.06445 9.01074 7.00391L11.2803 4.73438C12.3311 3.68359 14.1045 3.57227 15.2646 4.73438C16.4268 5.89648 16.3154 7.66797 15.2646 8.71875L12.9951 10.9883C12.966 11.0176 12.9497 11.0573 12.9497 11.0986C12.9497 11.14 12.966 11.1796 12.9951 11.209L13.7725 11.9863C13.833 12.0469 13.9326 12.0469 13.9932 11.9863L16.2627 9.7168C17.9131 8.06445 17.9131 5.39062 16.2627 3.73828ZM11.917 7.27148C11.8876 7.24241 11.848 7.22609 11.8066 7.22609C11.7653 7.22609 11.7257 7.24241 11.6963 7.27148L7.27246 11.6934C7.24338 11.7227 7.22707 11.7624 7.22707 11.8037C7.22707 11.845 7.24338 11.8847 7.27246 11.9141L8.0459 12.6875C8.10645 12.748 8.20606 12.748 8.2666 12.6875L12.6885 8.26563C12.749 8.20508 12.749 8.10547 12.6885 8.04492L11.917 7.27148Z"
617
+ fill={fill ? fill : '#222222'}
618
+ />
619
+ </svg>
620
+ )
621
+ }
622
+ export function EyeOff({ fill, width, height }: IconsProps) {
623
+ return (
624
+ <svg
625
+ width={width ? width : '16'}
626
+ height={height ? height : '16'}
627
+ viewBox="0 0 16 16"
628
+ fill="none"
629
+ xmlns="http://www.w3.org/2000/svg"
630
+ >
631
+ <path
632
+ d="M9.41335 9.41319C9.23026 9.60969 9.00945 9.76729 8.76412 9.8766C8.51879 9.98591 8.25396 10.0447 7.98541 10.0494C7.71687 10.0542 7.45013 10.0048 7.20109 9.90418C6.95206 9.80359 6.72583 9.65387 6.53592 9.46396C6.346 9.27404 6.19628 9.04782 6.09569 8.79878C5.9951 8.54975 5.9457 8.283 5.95044 8.01446C5.95518 7.74592 6.01396 7.48108 6.12327 7.23575C6.23258 6.99042 6.39019 6.76962 6.58669 6.58652M11.96 11.9599C10.8204 12.8285 9.43276 13.3098 8.00002 13.3332C3.33335 13.3332 0.666687 7.99985 0.666687 7.99985C1.49595 6.45445 2.64611 5.10426 4.04002 4.03985L11.96 11.9599ZM6.60002 2.82652C7.05891 2.71911 7.52873 2.66541 8.00002 2.66652C12.6667 2.66652 15.3334 7.99985 15.3334 7.99985C14.9287 8.75693 14.4461 9.46968 13.8934 10.1265L6.60002 2.82652Z"
633
+ stroke={fill ?? '#FFF'}
634
+ strokeWidth="1.2"
635
+ strokeLinecap="round"
636
+ strokeLinejoin="round"
637
+ />
638
+ <path
639
+ d="M0.666687 0.666504L15.3334 15.3332"
640
+ stroke={fill ?? '#FFF'}
641
+ strokeWidth="1.2"
642
+ strokeLinecap="round"
643
+ strokeLinejoin="round"
644
+ />
645
+ </svg>
646
+ )
647
+ }
648
+
649
+ export function SmileOutlined({ fill, width, height }: IconsProps) {
650
+ return (
651
+ <svg
652
+ width={width ? width : '22'}
653
+ height={height ? height : '22'}
654
+ viewBox="0 0 22 22"
655
+ fill="none"
656
+ xmlns="http://www.w3.org/2000/svg"
657
+ >
658
+ <path
659
+ d="M5.75 8.86719C5.75 9.16556 5.86853 9.4517 6.0795 9.66268C6.29048 9.87366 6.57663 9.99219 6.875 9.99219C7.17337 9.99219 7.45952 9.87366 7.6705 9.66268C7.88147 9.4517 8 9.16556 8 8.86719C8 8.56882 7.88147 8.28267 7.6705 8.07169C7.45952 7.86071 7.17337 7.74219 6.875 7.74219C6.57663 7.74219 6.29048 7.86071 6.0795 8.07169C5.86853 8.28267 5.75 8.56882 5.75 8.86719ZM14 8.86719C14 9.16556 14.1185 9.4517 14.3295 9.66268C14.5405 9.87366 14.8266 9.99219 15.125 9.99219C15.4234 9.99219 15.7095 9.87366 15.9205 9.66268C16.1315 9.4517 16.25 9.16556 16.25 8.86719C16.25 8.56882 16.1315 8.28267 15.9205 8.07169C15.7095 7.86071 15.4234 7.74219 15.125 7.74219C14.8266 7.74219 14.5405 7.86071 14.3295 8.07169C14.1185 8.28267 14 8.56882 14 8.86719ZM11 0.5C5.20156 0.5 0.5 5.20156 0.5 11C0.5 16.7984 5.20156 21.5 11 21.5C16.7984 21.5 21.5 16.7984 21.5 11C21.5 5.20156 16.7984 0.5 11 0.5ZM17.1641 17.1641C16.3625 17.9656 15.4297 18.5938 14.3914 19.0344C13.3203 19.4891 12.1789 19.7188 11 19.7188C9.82109 19.7188 8.67969 19.4891 7.60625 19.0344C6.56954 18.5965 5.62785 17.9613 4.83359 17.1641C4.03203 16.3625 3.40391 15.4297 2.96328 14.3914C2.51094 13.3203 2.28125 12.1789 2.28125 11C2.28125 9.82109 2.51094 8.67969 2.96562 7.60625C3.40346 6.56954 4.03868 5.62785 4.83594 4.83359C5.6375 4.03203 6.57031 3.40391 7.60859 2.96328C8.67969 2.51094 9.82109 2.28125 11 2.28125C12.1789 2.28125 13.3203 2.51094 14.3937 2.96562C15.4305 3.40346 16.3721 4.03868 17.1664 4.83594C17.968 5.6375 18.5961 6.57031 19.0367 7.60859C19.4891 8.67969 19.7188 9.82109 19.7188 11C19.7188 12.1789 19.4891 13.3203 19.0344 14.3937C18.5971 15.4301 17.9618 16.3711 17.1641 17.1641ZM14.5625 11.4922H13.4352C13.3367 11.4922 13.2523 11.5672 13.2453 11.6656C13.1562 12.8258 12.1836 13.7422 11 13.7422C9.81641 13.7422 8.84141 12.8258 8.75469 11.6656C8.74766 11.5672 8.66328 11.4922 8.56484 11.4922H7.4375C7.41207 11.4922 7.3869 11.4973 7.36351 11.5073C7.34013 11.5173 7.31903 11.532 7.30149 11.5504C7.28395 11.5688 7.27034 11.5906 7.26149 11.6144C7.25264 11.6383 7.24873 11.6637 7.25 11.6891C7.35313 13.6648 8.99609 15.2422 11 15.2422C13.0039 15.2422 14.6469 13.6648 14.75 11.6891C14.7513 11.6637 14.7474 11.6383 14.7385 11.6144C14.7297 11.5906 14.716 11.5688 14.6985 11.5504C14.681 11.532 14.6599 11.5173 14.6365 11.5073C14.6131 11.4973 14.5879 11.4922 14.5625 11.4922Z"
660
+ fill={fill ?? '#FFF'}
661
+ />
662
+ </svg>
663
+ )
664
+ }
665
+
666
+ export function SaveIcon({ fill, width, height }: IconsProps) {
667
+ return (
668
+ <svg
669
+ width={width ? width : '22'}
670
+ height={height ? height : '22'}
671
+ viewBox="0 0 22 22"
672
+ fill="none"
673
+ xmlns="http://www.w3.org/2000/svg"
674
+ >
675
+ <rect width="22" height="22" fill={fill ? fill : '#757575'} />
676
+ <path
677
+ d="M15.6667 17H6.33333C5.97971 17 5.64057 16.8595 5.39052 16.6095C5.14048 16.3594 5 16.0203 5 15.6667V6.33333C5 5.97971 5.14048 5.64057 5.39052 5.39052C5.64057 5.14048 5.97971 5 6.33333 5H13.6667L17 8.33333V15.6667C17 16.0203 16.8595 16.3594 16.6095 16.6095C16.3594 16.8595 16.0203 17 15.6667 17Z"
678
+ stroke="white"
679
+ strokeWidth="1.2"
680
+ strokeLinecap="round"
681
+ strokeLinejoin="round"
682
+ />
683
+ <path
684
+ d="M14.3327 17.0003V11.667H7.66602V17.0003"
685
+ stroke="white"
686
+ strokeWidth="1.2"
687
+ strokeLinecap="round"
688
+ strokeLinejoin="round"
689
+ />
690
+ <path
691
+ d="M7.66602 5V8.33333H12.9993"
692
+ stroke="white"
693
+ strokeWidth="1.2"
694
+ strokeLinecap="round"
695
+ strokeLinejoin="round"
696
+ />
697
+ </svg>
698
+ )
699
+ }
700
+
701
+ export function RocketIcon({ fill, width, height, fillOpacity }: IconsProps) {
702
+ return (
703
+ <svg
704
+ width={width ? width : '28'}
705
+ height={height ? height : '28'}
706
+ viewBox="0 0 28 28"
707
+ fill="none"
708
+ xmlns="http://www.w3.org/2000/svg"
709
+ >
710
+ <path
711
+ d="M7.15625 16.9915C6.89922 17.3907 6.69141 17.82 6.54102 18.2657H8.85977V15.2771C8.18164 15.72 7.60195 16.3024 7.15625 16.9915ZM19.141 15.2771V18.2657H21.4598C21.3094 17.82 21.1016 17.3907 20.8445 16.9915C20.4037 16.3065 19.8232 15.7222 19.141 15.2771ZM17.391 8.71729L14.0004 4.69775L10.6098 8.71729V18.2657H17.391V8.71729ZM14.0004 12.2501C13.6569 12.2431 13.3299 12.1017 13.0895 11.8563C12.8491 11.611 12.7144 11.2811 12.7144 10.9376C12.7144 10.5941 12.8491 10.2642 13.0895 10.0188C13.3299 9.77347 13.6569 9.63211 14.0004 9.6251C14.3438 9.63211 14.6709 9.77347 14.9113 10.0188C15.1517 10.2642 15.2864 10.5941 15.2864 10.9376C15.2864 11.2811 15.1517 11.611 14.9113 11.8563C14.6709 12.1017 14.3438 12.2431 14.0004 12.2501Z"
712
+ fill={fill ? fill : '#222222'}
713
+ fillOpacity={fillOpacity ? fillOpacity : '0.35'}
714
+ />
715
+ <path
716
+ d="M23.625 20.125C23.625 17.0734 21.8367 14.4375 19.25 13.2098V8.67617C19.25 8.26328 19.1051 7.86406 18.8371 7.54961L14.6699 2.60859C14.4949 2.40078 14.2461 2.29688 14 2.29688C13.7539 2.29688 13.5051 2.40078 13.3301 2.60859L9.16289 7.54961C8.89674 7.86471 8.7505 8.26372 8.75 8.67617V13.2098C6.16328 14.4375 4.375 17.0734 4.375 20.125H8.6543C8.59141 20.3219 8.55859 20.5352 8.55859 20.7758C8.55859 21.3801 8.76641 21.9707 9.14375 22.4383C9.45175 22.8207 9.85968 23.1103 10.3223 23.275C10.9539 24.7516 12.3895 25.7031 14 25.7031C14.7957 25.7031 15.5668 25.468 16.2258 25.025C16.8711 24.593 17.3715 23.9887 17.675 23.275C18.1374 23.1113 18.5454 22.8226 18.8535 22.441C19.2314 21.9692 19.4377 21.383 19.4387 20.7785C19.4387 20.5488 19.4086 20.3301 19.3539 20.1277L23.625 20.125ZM8.85938 18.2656H6.54062C6.69102 17.8199 6.89883 17.3906 7.15586 16.9914C7.60156 16.3023 8.18125 15.7199 8.85938 15.277V18.2656ZM10.6094 13.2098V8.71719L14 4.69766L17.3906 8.71719V18.2656H10.6094V13.2098ZM17.1746 21.443C17.0324 21.525 16.8684 21.5578 16.707 21.5359L16.1738 21.4703L16.0973 22.0008C15.9496 23.0371 15.0473 23.8191 14 23.8191C12.9527 23.8191 12.0504 23.0371 11.9027 22.0008L11.8262 21.4676L11.293 21.5359C11.1309 21.5553 10.9669 21.5217 10.8254 21.4402C10.5875 21.3035 10.4398 21.0492 10.4398 20.773C10.4398 20.4832 10.6012 20.2426 10.8391 20.1223H17.1637C17.4043 20.2453 17.5629 20.4859 17.5629 20.773C17.5602 21.052 17.4125 21.309 17.1746 21.443ZM19.1406 18.2656V15.277C19.8228 15.7221 20.4033 16.3064 20.8441 16.9914C21.1012 17.3906 21.309 17.8199 21.4594 18.2656H19.1406V18.2656Z"
717
+ fill={fill ? fill : '#222222'}
718
+ />
719
+ <path
720
+ d="M12.6875 10.9375C12.6875 11.2856 12.8258 11.6194 13.0719 11.8656C13.3181 12.1117 13.6519 12.25 14 12.25C14.3481 12.25 14.6819 12.1117 14.9281 11.8656C15.1742 11.6194 15.3125 11.2856 15.3125 10.9375C15.3125 10.5894 15.1742 10.2556 14.9281 10.0094C14.6819 9.76328 14.3481 9.625 14 9.625C13.6519 9.625 13.3181 9.76328 13.0719 10.0094C12.8258 10.2556 12.6875 10.5894 12.6875 10.9375Z"
721
+ fill={fill ? fill : '#222222'}
722
+ />
723
+ </svg>
724
+ )
725
+ }
726
+
727
+ export function CheckInCicle({ fill, stroke, customColor_1, width, height }: IconsProps) {
728
+ return (
729
+ <svg
730
+ width={width ?? '21'}
731
+ height={height ?? '20'}
732
+ viewBox="0 0 21 20"
733
+ fill="none"
734
+ xmlns="http://www.w3.org/2000/svg"
735
+ >
736
+ <path
737
+ d="M20 10C20 15.5176 15.5281 20 10.0001 20C4.47195 20 0 15.5176 0 10C0 4.48239 4.47195 0 10.0001 0C15.5281 0 20 4.48239 20 10Z"
738
+ fill={customColor_1 ?? '#222'}
739
+ />
740
+ <path
741
+ d="M19.7557 10C19.7557 15.2417 15.4598 19.5 10.1494 19.5C4.83889 19.5 0.542969 15.2417 0.542969 10C0.542969 4.75827 4.83889 0.5 10.1494 0.5C15.4598 0.5 19.7557 4.75827 19.7557 10Z"
742
+ stroke={stroke ?? '#FFF'}
743
+ />
744
+ <path d="M14.05 5L15.39 5.94L9.58 14.32H8.24L5 9.78L6.34 8.53L8.91 10.93L14.05 5Z" fill={fill ?? '#FFF'} />
745
+ </svg>
746
+ )
747
+ }
748
+
749
+ export function CloseInCicle({ fill, stroke, customColor_1, width, height }: IconsProps) {
750
+ return (
751
+ <svg
752
+ width={width ?? '21'}
753
+ height={height ?? '20'}
754
+ viewBox="0 0 21 20"
755
+ fill="none"
756
+ xmlns="http://www.w3.org/2000/svg"
757
+ >
758
+ <path
759
+ d="M20 10C20 15.5176 15.7517 20 10.5001 20C5.24835 20 1 15.5176 1 10C1 4.48239 5.24835 0 10.5001 0C15.7517 0 20 4.48239 20 10Z"
760
+ fill={customColor_1 ?? '#222'}
761
+ />
762
+ <path
763
+ d="M20.2997 10C20.2997 15.2417 16.0038 19.5 10.6933 19.5C5.38284 19.5 1.08691 15.2417 1.08691 10C1.08691 4.75827 5.38284 0.5 10.6933 0.5C16.0038 0.5 20.2997 4.75827 20.2997 10Z"
764
+ stroke={stroke ?? '#F00'}
765
+ />
766
+ <path
767
+ d="M15.9 6.41L12.36 9.95L15.9 13.49L14.49 14.9L10.95 11.37L7.42 14.9L6 13.48L9.53 9.95L6 6.42L7.42 5L10.95 8.53L14.49 5L15.9 6.41Z"
768
+ fill={fill ?? '#F00'}
769
+ />
770
+ </svg>
771
+ )
772
+ }
773
+
774
+ export function RocketIconCommentaryBox({ fill, stroke, customColor_1, width, height }: IconsProps) {
775
+ return (
776
+ <svg
777
+ width={width ?? '32'}
778
+ height={height ?? '32'}
779
+ viewBox="0 0 32 32"
780
+ fill="none"
781
+ xmlns="http://www.w3.org/2000/svg"
782
+ >
783
+ <circle cx="16" cy="16" r="16" fill={fill ?? '#FF4D0D'} />
784
+ <path
785
+ d="M9.15576 18.991C8.89873 19.3902 8.69092 19.8195 8.54053 20.2652H10.8593V17.2766C10.1812 17.7195 9.60147 18.302 9.15576 18.991V18.991ZM21.1405 17.2766V20.2652H23.4593C23.3089 19.8195 23.1011 19.3902 22.844 18.991C22.4032 18.306 21.8227 17.7218 21.1405 17.2766V17.2766ZM19.3905 10.7168L15.9999 6.69727L12.6093 10.7168V20.2652H19.3905V10.7168V10.7168ZM15.9999 14.2496C15.6564 14.2426 15.3294 14.1012 15.089 13.8559C14.8486 13.6105 14.7139 13.2806 14.7139 12.9371C14.7139 12.5936 14.8486 12.2637 15.089 12.0184C15.3294 11.773 15.6564 11.6316 15.9999 11.6246C16.3434 11.6316 16.6704 11.773 16.9108 12.0184C17.1512 12.2637 17.2859 12.5936 17.2859 12.9371C17.2859 13.2806 17.1512 13.6105 16.9108 13.8559C16.6704 14.1012 16.3434 14.2426 15.9999 14.2496Z"
786
+ fill="white"
787
+ fillOpacity="0.35"
788
+ />
789
+ <path
790
+ d="M25.625 22.125C25.625 19.0734 23.8367 16.4375 21.25 15.2098V10.6762C21.25 10.2633 21.1051 9.86406 20.8371 9.54961L16.6699 4.60859C16.4949 4.40078 16.2461 4.29688 16 4.29688C15.7539 4.29688 15.5051 4.40078 15.3301 4.60859L11.1629 9.54961C10.8967 9.86471 10.7505 10.2637 10.75 10.6762V15.2098C8.16328 16.4375 6.375 19.0734 6.375 22.125H10.6543C10.5914 22.3219 10.5586 22.5352 10.5586 22.7758C10.5586 23.3801 10.7664 23.9707 11.1437 24.4383C11.4518 24.8207 11.8597 25.1103 12.3223 25.275C12.9539 26.7516 14.3895 27.7031 16 27.7031C16.7957 27.7031 17.5668 27.468 18.2258 27.025C18.8711 26.593 19.3715 25.9887 19.675 25.275C20.1374 25.1113 20.5454 24.8226 20.8535 24.441C21.2314 23.9692 21.4377 23.383 21.4387 22.7785C21.4387 22.5488 21.4086 22.3301 21.3539 22.1277L25.625 22.125ZM10.8594 20.2656H8.54062C8.69102 19.8199 8.89883 19.3906 9.15586 18.9914C9.60156 18.3023 10.1813 17.7199 10.8594 17.277V20.2656ZM12.6094 15.2098V10.7172L16 6.69766L19.3906 10.7172V20.2656H12.6094V15.2098ZM19.1746 23.443C19.0324 23.525 18.8684 23.5578 18.707 23.5359L18.1738 23.4703L18.0973 24.0008C17.9496 25.0371 17.0473 25.8191 16 25.8191C14.9527 25.8191 14.0504 25.0371 13.9027 24.0008L13.8262 23.4676L13.293 23.5359C13.1309 23.5553 12.9669 23.5217 12.8254 23.4402C12.5875 23.3035 12.4398 23.0492 12.4398 22.773C12.4398 22.4832 12.6012 22.2426 12.8391 22.1223H19.1637C19.4043 22.2453 19.5629 22.4859 19.5629 22.773C19.5602 23.052 19.4125 23.309 19.1746 23.443ZM21.1406 20.2656V17.277C21.8228 17.7221 22.4033 18.3064 22.8441 18.9914C23.1012 19.3906 23.309 19.8199 23.4594 20.2656H21.1406V20.2656Z"
791
+ fill="white"
792
+ />
793
+ <path
794
+ d="M14.6875 12.9375C14.6875 13.2856 14.8258 13.6194 15.0719 13.8656C15.3181 14.1117 15.6519 14.25 16 14.25C16.3481 14.25 16.6819 14.1117 16.9281 13.8656C17.1742 13.6194 17.3125 13.2856 17.3125 12.9375C17.3125 12.5894 17.1742 12.2556 16.9281 12.0094C16.6819 11.7633 16.3481 11.625 16 11.625C15.6519 11.625 15.3181 11.7633 15.0719 12.0094C14.8258 12.2556 14.6875 12.5894 14.6875 12.9375V12.9375Z"
795
+ fill="white"
796
+ />
797
+ </svg>
798
+ )
799
+ }
800
+
801
+ export function ArrowScrollRight({ fill, stroke, customColor_1, width, height, strokeWidth }: IconsProps) {
802
+ return (
803
+ <svg
804
+ width={width ?? '18'}
805
+ height={height ?? '34'}
806
+ viewBox="0 0 18 34"
807
+ fill="none"
808
+ xmlns="http://www.w3.org/2000/svg"
809
+ >
810
+ <path
811
+ d="M1 1L17 17L1 33"
812
+ stroke={fill ? fill : '#000000'}
813
+ strokeWidth={strokeWidth ? strokeWidth : '2'}
814
+ strokeLinecap="round"
815
+ strokeLinejoin="round"
816
+ />
817
+ </svg>
818
+ )
819
+ }
820
+
821
+ export function ArrowScrollLeft({ fill, stroke, customColor_1, width, height }: IconsProps) {
822
+ return (
823
+ <svg
824
+ width={width ?? '18'}
825
+ height={height ?? '34'}
826
+ viewBox="0 0 18 34"
827
+ fill="none"
828
+ xmlns="http://www.w3.org/2000/svg"
829
+ >
830
+ <path
831
+ d="M17 33L1 17L17 1"
832
+ stroke={fill ?? 'black'}
833
+ strokeWidth="2"
834
+ strokeLinecap="round"
835
+ strokeLinejoin="round"
836
+ />
837
+ </svg>
838
+ )
839
+ }
840
+
841
+ export function Bullseye({ fill, stroke, customColor_1, width, height }: IconsProps) {
842
+ return (
843
+ <svg
844
+ width={width ? width : '26'}
845
+ height={height ? height : '26'}
846
+ viewBox="0 0 26 26"
847
+ fill="none"
848
+ xmlns="http://www.w3.org/2000/svg"
849
+ >
850
+ <path
851
+ d="M25.1656 9.03042C26.0559 11.7655 25.9989 14.7207 25.0038 17.4194C24.0087 20.1181 22.1336 22.4029 19.6809 23.9054C17.2282 25.4078 14.3409 26.0402 11.4847 25.7007C8.62851 25.3611 5.96997 24.0693 3.9379 22.0336C1.90584 19.998 0.618717 17.3372 0.284157 14.4804C-0.0504026 11.6236 0.587103 8.73744 2.09384 6.28736C3.60059 3.83729 5.88871 1.96619 8.58916 0.975872C11.2896 -0.0144479 14.2449 -0.0662496 16.9784 0.828824L15.3016 2.50402C15.2088 2.59522 15.1256 2.69602 15.0488 2.80002C12.8601 2.35827 10.5874 2.63262 8.56675 3.5825C6.54609 4.53239 4.88477 6.10737 3.8285 8.07451C2.77224 10.0417 2.3771 12.2965 2.70154 14.5056C3.02598 16.7147 4.05276 18.7608 5.63004 20.3411C7.20731 21.9215 9.25132 22.9523 11.4598 23.2811C13.6682 23.6098 15.9239 23.2191 17.8931 22.1667C19.8623 21.1143 21.4405 19.4561 22.3944 17.4373C23.3482 15.4185 23.6271 13.1463 23.1896 10.9568C23.2991 10.8792 23.4018 10.7925 23.4968 10.6976L25.164 9.03042H25.1656ZM20.8376 11.4C21.1811 13.0851 20.9725 14.836 20.2427 16.3931C19.5128 17.9503 18.3006 19.2308 16.7858 20.0449C15.271 20.8589 13.5342 21.1632 11.8328 20.9126C10.1315 20.6619 8.55622 19.8697 7.34051 18.6534C6.12481 17.4371 5.33341 15.8614 5.08365 14.1599C4.83388 12.4584 5.13904 10.7218 5.95388 9.20736C6.76872 7.69296 8.04988 6.48144 9.60741 5.75241C11.1649 5.02338 12.9159 4.81566 14.6008 5.16002V7.63362C13.4067 7.27714 12.1277 7.32917 10.9665 7.78147C9.80522 8.23377 8.82803 9.0605 8.18959 10.1308C7.55116 11.201 7.28796 12.4537 7.44168 13.6904C7.59541 14.9271 8.15726 16.0772 9.03828 16.9586C9.9193 17.84 11.0692 18.4023 12.3058 18.5566C13.5424 18.7108 14.7952 18.4482 15.8657 17.8102C16.9363 17.1722 17.7634 16.1953 18.2162 15.0343C18.669 13.8732 18.7216 12.5943 18.3656 11.4H20.8376ZM12.9976 15.4C13.3657 15.4002 13.7288 15.3157 14.059 15.1532C14.3893 14.9906 14.6776 14.7542 14.9019 14.4624C15.1262 14.1705 15.2803 13.831 15.3524 13.47C15.4245 13.1091 15.4126 12.7364 15.3176 12.3808L17.8488 9.84802L17.8968 9.80002H21.8008C21.9059 9.80021 22.0101 9.77968 22.1073 9.73959C22.2044 9.69951 22.2928 9.64067 22.3672 9.56642L25.5672 6.36642C25.6794 6.25454 25.7558 6.11186 25.7868 5.95649C25.8178 5.80112 25.8019 5.64004 25.7413 5.49368C25.6806 5.34732 25.5778 5.22228 25.446 5.13439C25.3142 5.0465 25.1592 4.99974 25.0008 5.00002H21.0008V1.00002C21.0008 0.84192 20.9539 0.687371 20.8661 0.555891C20.7783 0.424412 20.6535 0.321899 20.5074 0.261296C20.3614 0.200694 20.2007 0.18472 20.0456 0.21539C19.8905 0.246061 19.748 0.322002 19.636 0.433624L16.436 3.63362C16.3615 3.70792 16.3023 3.7962 16.262 3.89339C16.2216 3.99058 16.2008 4.09478 16.2008 4.20002V8.10402C16.1844 8.11958 16.1684 8.13558 16.1528 8.15202L13.6216 10.68C13.2657 10.5845 12.8926 10.5722 12.5312 10.644C12.1698 10.7158 11.8297 10.8698 11.5374 11.0941C11.245 11.3184 11.0082 11.607 10.8452 11.9375C10.6823 12.268 10.5975 12.6315 10.5976 13C10.5976 13.6365 10.8505 14.247 11.3005 14.6971C11.7506 15.1472 12.3611 15.4 12.9976 15.4Z"
852
+ fill="#222222"
853
+ />
854
+ </svg>
855
+ )
856
+ }
857
+
858
+ export function TrashIcon({ fill, stroke, customColor_1, width, height }: IconsProps) {
859
+ return (
860
+ <svg
861
+ width={width ?? '14'}
862
+ height={height ?? '20'}
863
+ viewBox="0 0 14 20"
864
+ fill="none"
865
+ xmlns="http://www.w3.org/2000/svg"
866
+ >
867
+ <path
868
+ d="M3.66602 5.00002V3.33335C3.66602 2.89133 3.84161 2.4674 4.15417 2.15484C4.46673 1.84228 4.89066 1.66669 5.33268 1.66669H8.66602C9.10804 1.66669 9.53197 1.84228 9.84453 2.15484C10.1571 2.4674 10.3327 2.89133 10.3327 3.33335V5.00002M12.8327 5.00002V16.6667C12.8327 17.1087 12.6571 17.5326 12.3445 17.8452C12.032 18.1578 11.608 18.3334 11.166 18.3334H2.83268C2.39065 18.3334 1.96673 18.1578 1.65417 17.8452C1.34161 17.5326 1.16602 17.1087 1.16602 16.6667V5.00002H12.8327Z"
869
+ stroke={fill ? fill : '#0645AD'}
870
+ strokeWidth="2"
871
+ strokeLinecap="round"
872
+ strokeLinejoin="round"
873
+ />
874
+ </svg>
875
+ )
876
+ }
877
+
878
+ export function SearchIcon({ fill, stroke, customColor_1, width, height }: IconsProps) {
879
+ return (
880
+ <svg
881
+ width={width ? width : '28'}
882
+ height={height ? height : '20'}
883
+ viewBox="0 0 20 20"
884
+ fill="none"
885
+ xmlns="http://www.w3.org/2000/svg"
886
+ >
887
+ <path
888
+ fillRule="evenodd"
889
+ clipRule="evenodd"
890
+ d="M1.2 8.6C1.2 4.51309 4.51309 1.2 8.6 1.2C12.6869 1.2 16 4.51309 16 8.6C16 10.6044 15.2031 12.4227 13.9088 13.7553C13.879 13.7758 13.8507 13.7993 13.8242 13.8258C13.7977 13.8522 13.7743 13.8805 13.7538 13.9102C12.4214 15.2037 10.6037 16 8.6 16C4.51309 16 1.2 12.6869 1.2 8.6ZM14.2413 15.0914C12.7312 16.4048 10.7585 17.2 8.6 17.2C3.85035 17.2 0 13.3496 0 8.6C0 3.85035 3.85035 0 8.6 0C13.3496 0 17.2 3.85035 17.2 8.6C17.2 10.7593 16.4042 12.7327 15.0899 14.243L19.0227 18.1758C19.257 18.4101 19.257 18.79 19.0227 19.0243C18.7884 19.2586 18.4085 19.2586 18.1742 19.0243L14.2413 15.0914Z"
891
+ fill={fill ?? 'black'}
892
+ />
893
+ </svg>
894
+ )
895
+ }
896
+
897
+ export function ErrorInCicleIcon({ fill, stroke, customColor_1, width, height }: IconsProps) {
898
+ return (
899
+ <svg
900
+ width={width ? width : '48'}
901
+ height={height ? height : '48'}
902
+ viewBox="0 0 48 48"
903
+ fill="none"
904
+ xmlns="http://www.w3.org/2000/svg"
905
+ >
906
+ <circle cx="24" cy="24" r="24" fill="#FF0000" />
907
+ <path d="M36 12L12 36" stroke="white" strokeWidth="4" strokeLinecap="round" strokeLinejoin="round" />
908
+ <path d="M12 12L36 36" stroke="white" strokeWidth="4" strokeLinecap="round" strokeLinejoin="round" />
909
+ </svg>
910
+ )
911
+ }
912
+
913
+ export function WarningInCicleIcon({ fill, stroke, customColor_1, width, height }: IconsProps) {
914
+ return (
915
+ <svg
916
+ width={width ? width : '48'}
917
+ height={height ? height : '48'}
918
+ viewBox="0 0 48 48"
919
+ fill="none"
920
+ xmlns="http://www.w3.org/2000/svg"
921
+ >
922
+ <circle cx="24" cy="24" r="24" fill="#FFC200" />
923
+ <path d="M24 12V28.5" stroke="white" strokeWidth="4" strokeLinecap="round" strokeLinejoin="round" />
924
+ <path d="M24 34.5L24 36" stroke="white" strokeWidth="4" strokeLinecap="round" strokeLinejoin="round" />
925
+ </svg>
926
+ )
927
+ }
928
+
929
+ export function CorrectInCicleIcon({ fill, stroke, customColor_1, width, height }: IconsProps) {
930
+ return (
931
+ <svg
932
+ width={width ? width : '48'}
933
+ height={height ? height : '48'}
934
+ viewBox="0 0 48 48"
935
+ fill="none"
936
+ xmlns="http://www.w3.org/2000/svg"
937
+ >
938
+ <circle cx="24" cy="24" r="24" fill="#2CA92A" />
939
+ <path
940
+ d="M36 15.75L19.5 32.25L12 24.75"
941
+ stroke="white"
942
+ strokeWidth="4"
943
+ strokeLinecap="round"
944
+ strokeLinejoin="round"
945
+ />
946
+ </svg>
947
+ )
948
+ }
949
+
950
+ export function CloseIcon({ fill, width, height }: IconsProps) {
951
+ return (
952
+ <svg
953
+ width={width ? width : '12'}
954
+ height={height ? height : '12'}
955
+ viewBox="0 0 12 12"
956
+ fill="none"
957
+ xmlns="http://www.w3.org/2000/svg"
958
+ >
959
+ <path
960
+ d="M11.3334 0.666687L0.666748 11.3334"
961
+ stroke={fill ? fill : '#222222'}
962
+ stroke-width="1.2"
963
+ stroke-linecap="round"
964
+ stroke-linejoin="round"
965
+ />
966
+ <path
967
+ d="M0.666748 0.666687L11.3334 11.3334"
968
+ stroke={fill ? fill : '#222222'}
969
+ stroke-width="1.2"
970
+ stroke-linecap="round"
971
+ stroke-linejoin="round"
972
+ />
973
+ </svg>
974
+ )
975
+ }
976
+
977
+ export function AddIcon({ fill, width, height }: IconsProps) {
978
+ return (
979
+ <svg
980
+ width={width ? width : '17'}
981
+ height={height ? height : '16'}
982
+ viewBox="0 0 17 16"
983
+ fill="none"
984
+ xmlns="http://www.w3.org/2000/svg"
985
+ >
986
+ <path
987
+ d="M8.16992 1V15"
988
+ stroke={fill ? fill : '#0645AD'}
989
+ strokeWidth="2"
990
+ strokeLinecap="round"
991
+ strokeLinejoin="round"
992
+ />
993
+ <path
994
+ d="M1.16992 8H15.1699"
995
+ stroke={fill ? fill : '#0645AD'}
996
+ strokeWidth="2"
997
+ strokeLinecap="round"
998
+ strokeLinejoin="round"
999
+ />
1000
+ </svg>
1001
+ )
1002
+ }
1003
+
1004
+ export function OpenedEye({ fill, width, height }: IconsProps) {
1005
+ return (
1006
+ <svg
1007
+ width={width ? width : '32'}
1008
+ height={height ? height : '32'}
1009
+ viewBox="0 0 32 32"
1010
+ fill="none"
1011
+ xmlns="http://www.w3.org/2000/svg"
1012
+ >
1013
+ <path
1014
+ d="M5.33337 16C5.33337 16 9.21216 8 16 8C22.7879 8 26.6667 16 26.6667 16C26.6667 16 22.7879 24 16 24C9.21216 24 5.33337 16 5.33337 16Z"
1015
+ stroke={fill ? fill : '#0645AD'}
1016
+ strokeWidth="2"
1017
+ strokeLinecap="round"
1018
+ strokeLinejoin="round"
1019
+ />
1020
+ <path
1021
+ d="M16 18.6663C17.4728 18.6663 18.6667 17.4724 18.6667 15.9997C18.6667 14.5269 17.4728 13.333 16 13.333C14.5273 13.333 13.3334 14.5269 13.3334 15.9997C13.3334 17.4724 14.5273 18.6663 16 18.6663Z"
1022
+ stroke={fill ? fill : '#0645AD'}
1023
+ strokeWidth="2"
1024
+ strokeLinecap="round"
1025
+ strokeLinejoin="round"
1026
+ />
1027
+ </svg>
1028
+ )
1029
+ }
1030
+
1031
+ export function PeopleIcon({ fill, width, height }: IconsProps) {
1032
+ return (
1033
+ <svg
1034
+ width={width ? width : '28'}
1035
+ height={height ? height : '28'}
1036
+ viewBox="0 0 28 28"
1037
+ fill="none"
1038
+ xmlns="http://www.w3.org/2000/svg"
1039
+ >
1040
+ <path
1041
+ d="M15.5367 18.3986C15.3803 18.5237 15.2967 18.7186 15.3137 18.9181C15.3307 19.1176 15.4461 19.2955 15.6214 19.3923L21.2219 22.4851L21.285 22.5272C21.3293 22.5568 21.3775 22.5803 21.4281 22.5972C21.428 22.5971 21.4306 22.598 21.436 22.6002C21.4414 22.6024 21.4488 22.6056 21.4585 22.6101C21.478 22.6193 21.5037 22.6323 21.5362 22.6503C21.6154 22.6944 21.7095 22.7481 21.819 22.8119C21.8988 22.8585 21.9835 22.9179 22.0728 22.9924C22.1661 23.0701 22.2427 23.1437 22.3047 23.2125C22.3458 23.2582 22.3833 23.3142 22.4157 23.3843C22.4422 23.4417 22.4444 23.4726 22.4444 23.4825V25.7482C22.4444 26.0206 22.3569 26.2222 22.1793 26.3942C21.9913 26.5763 21.7861 26.6587 21.5339 26.6587H2.17724C1.92499 26.6587 1.71979 26.5763 1.53178 26.3942C1.35426 26.2222 1.26675 26.0206 1.26675 25.7482V23.4825C1.26675 23.4815 1.2688 23.3777 1.49572 23.1659C1.76764 22.9121 1.94776 22.7765 2.04904 22.7203C2.21282 22.6293 2.34438 22.5592 2.44557 22.5087C2.45135 22.5058 2.45708 22.5028 2.46276 22.4997L8.25297 19.3668C8.42969 19.2712 8.54681 19.0935 8.56499 18.8934C8.58317 18.6933 8.49998 18.4974 8.34338 18.3715C7.49188 17.687 6.84229 16.7418 6.40751 15.507C5.9566 14.2264 5.74227 13.1114 5.74227 12.1538V8.3776C5.74227 7.99893 5.84022 7.58426 6.06035 7.12769C6.27957 6.67302 6.58672 6.24878 6.98862 5.85525C7.40443 5.4481 7.87447 5.07769 8.40036 4.74463C8.91181 4.42071 9.47775 4.16277 10.1008 3.97238C10.7213 3.78278 11.3149 3.69088 11.8835 3.69088C12.8628 3.69088 13.833 3.9306 14.8002 4.42282C15.7763 4.91959 16.5485 5.54257 17.1316 6.28628C17.7149 7.03019 17.9688 7.72406 17.9688 8.3776V12.1538C17.9688 13.2371 17.7723 14.3955 17.369 15.6321C16.9807 16.8229 16.3659 17.7352 15.5367 18.3986Z"
1042
+ stroke="#222222"
1043
+ strokeWidth="1.2"
1044
+ strokeLinecap="round"
1045
+ strokeLinejoin="round"
1046
+ />
1047
+ <path
1048
+ d="M14 1.70204C14.4984 1.38217 15.0467 1.12965 15.6449 0.944465C16.243 0.75928 16.8245 0.666687 17.3894 0.666687C18.3531 0.666687 19.3001 0.906586 20.2305 1.38638C21.161 1.86618 21.9128 2.47645 22.486 3.21719C23.0592 3.95793 23.3458 4.69867 23.3458 5.43941V8.8485C23.3458 9.89227 23.1589 10.995 22.785 12.1566C22.4112 13.3182 21.8089 14.2357 20.9782 14.9091L25.9875 17.7121L26.0623 17.7626C26.1122 17.7795 26.1745 17.8089 26.2492 17.851C26.324 17.8931 26.4112 17.9436 26.5109 18.0025C26.6106 18.0615 26.7103 18.133 26.81 18.2172C26.9097 18.3014 26.9969 18.3855 27.0717 18.4697C27.1464 18.5539 27.2087 18.6507 27.2586 18.7601C27.3084 18.8695 27.3333 18.9748 27.3333 19.0758V21.1212C27.3333 21.5084 27.2004 21.8325 26.9346 22.0934C26.6687 22.3544 26.3531 22.4849 25.9875 22.4849"
1049
+ stroke="#222222"
1050
+ strokeWidth="1.2"
1051
+ strokeLinecap="round"
1052
+ strokeLinejoin="round"
1053
+ />
1054
+ </svg>
1055
+ )
1056
+ }
1057
+
1058
+ export function CopyPaste({ fill, width, height }: IconsProps) {
1059
+ return (
1060
+ <svg
1061
+ width={width ? width : '24'}
1062
+ height={height ? height : '24'}
1063
+ viewBox="0 0 24 24"
1064
+ fill="none"
1065
+ xmlns="http://www.w3.org/2000/svg"
1066
+ >
1067
+ <path
1068
+ d="M18 8.71875H11.25C10.4216 8.71875 9.75 9.5862 9.75 10.6562V19.375C9.75 20.4451 10.4216 21.3125 11.25 21.3125H18C18.8284 21.3125 19.5 20.4451 19.5 19.375V10.6562C19.5 9.5862 18.8284 8.71875 18 8.71875Z"
1069
+ stroke={fill ? fill : 'black'}
1070
+ strokeWidth="1.2"
1071
+ strokeLinecap="round"
1072
+ strokeLinejoin="round"
1073
+ />
1074
+ <path
1075
+ d="M6.75 14.5312H6C5.60218 14.5312 5.22064 14.3271 4.93934 13.9638C4.65804 13.6004 4.5 13.1076 4.5 12.5937V3.875C4.5 3.36114 4.65804 2.86833 4.93934 2.50498C5.22064 2.14163 5.60218 1.9375 6 1.9375H12.75C13.1478 1.9375 13.5294 2.14163 13.8107 2.50498C14.092 2.86833 14.25 3.36114 14.25 3.875V4.84375"
1076
+ stroke={fill ? fill : 'black'}
1077
+ strokeWidth="1.2"
1078
+ strokeLinecap="round"
1079
+ strokeLinejoin="round"
1080
+ />
1081
+ </svg>
1082
+ )
1083
+ }
1084
+
1085
+ export function Channel({ fill, width, height }: IconsProps) {
1086
+ return (
1087
+ <svg
1088
+ width={width ? width : '24'}
1089
+ height={height ? height : '24'}
1090
+ viewBox="0 0 24 24"
1091
+ fill="none"
1092
+ xmlns="http://www.w3.org/2000/svg"
1093
+ >
1094
+ <path
1095
+ d="M20.6982 6.27148H3.99915C3.30167 6.27148 2.73642 6.8363 2.73642 7.29402V17.7693C2.73642 18.3342 3.30184 18.7919 3.99915 18.7919H20.6982C21.3957 18.7919 21.9609 18.2271 21.9609 17.7693V7.29402C21.9609 6.72921 21.3955 6.27148 20.6982 6.27148V6.27148Z"
1096
+ stroke="black"
1097
+ strokeWidth="1.2"
1098
+ strokeLinecap="round"
1099
+ strokeLinejoin="round"
1100
+ />
1101
+ <path
1102
+ d="M16.7383 20.7246H7.96194"
1103
+ stroke={fill ? fill : 'black'}
1104
+ strokeWidth="1.2"
1105
+ strokeLinecap="round"
1106
+ strokeLinejoin="round"
1107
+ />
1108
+ <path
1109
+ d="M13.3498 6.23889L17.9463 2.51465"
1110
+ stroke={fill ? fill : 'black'}
1111
+ strokeWidth="1.2"
1112
+ strokeLinecap="round"
1113
+ strokeLinejoin="round"
1114
+ />
1115
+ <path
1116
+ d="M12.0947 6.23864L6.66223 1.5"
1117
+ stroke={fill ? fill : 'black'}
1118
+ strokeWidth="1.2"
1119
+ strokeLinecap="round"
1120
+ strokeLinejoin="round"
1121
+ />
1122
+ <path
1123
+ d="M10.4209 15.1768L14.5044 12.8545L10.4209 10.5322V15.1768Z"
1124
+ stroke={fill ? fill : 'black'}
1125
+ strokeWidth="1.2"
1126
+ strokeLinecap="round"
1127
+ strokeLinejoin="round"
1128
+ />
1129
+ </svg>
1130
+ )
1131
+ }
1132
+
1133
+ export function Share({ fill, width, height }: IconsProps) {
1134
+ return (
1135
+ <svg
1136
+ width={width ? width : '24'}
1137
+ height={height ? height : '24'}
1138
+ viewBox="0 0 24 24"
1139
+ fill="none"
1140
+ xmlns="http://www.w3.org/2000/svg"
1141
+ >
1142
+ <path
1143
+ d="M20 14.0789V20H5V5H12.8947"
1144
+ stroke={fill ? fill : '#222222'}
1145
+ strokeWidth="1.2"
1146
+ strokeLinecap="round"
1147
+ strokeLinejoin="round"
1148
+ />
1149
+ <path
1150
+ d="M17 3L21 7L17 11"
1151
+ stroke={fill ? fill : '#222222'}
1152
+ strokeWidth="1.2"
1153
+ strokeLinecap="round"
1154
+ strokeLinejoin="round"
1155
+ />
1156
+ <path
1157
+ d="M9 16C9 11.0294 13.3777 7 18.7778 7H20"
1158
+ stroke={fill ? fill : '#222222'}
1159
+ strokeWidth="1.2"
1160
+ strokeLinecap="round"
1161
+ />
1162
+ </svg>
1163
+ )
1164
+ }
1165
+
1166
+ export function Cam({ fill, width, height }: IconsProps) {
1167
+ return (
1168
+ <svg
1169
+ width={width ? width : '24'}
1170
+ height={height ? height : '24'}
1171
+ viewBox="0 0 24 24"
1172
+ fill="none"
1173
+ xmlns="http://www.w3.org/2000/svg"
1174
+ >
1175
+ <path
1176
+ d="M21.75 19C21.75 19.5304 21.5632 20.0391 21.2308 20.4142C20.8983 20.7893 20.4474 21 19.9773 21H4.02273C3.55257 21 3.10167 20.7893 2.76922 20.4142C2.43677 20.0391 2.25 19.5304 2.25 19V8C2.25 7.46957 2.43677 6.96086 2.76922 6.58579C3.10167 6.21071 3.55257 6 4.02273 6H7.56818L9.34091 3H14.6591L16.4318 6H19.9773C20.4474 6 20.8983 6.21071 21.2308 6.58579C21.5632 6.96086 21.75 7.46957 21.75 8V19Z"
1177
+ stroke={fill ? fill : 'black'}
1178
+ strokeWidth="1.2"
1179
+ strokeLinecap="round"
1180
+ strokeLinejoin="round"
1181
+ />
1182
+ <path
1183
+ d="M12 17.25C14.0711 17.25 15.75 15.5711 15.75 13.5C15.75 11.4289 14.0711 9.75 12 9.75C9.92893 9.75 8.25 11.4289 8.25 13.5C8.25 15.5711 9.92893 17.25 12 17.25Z"
1184
+ stroke={fill ? fill : 'black'}
1185
+ strokeWidth="1.2"
1186
+ strokeLinecap="round"
1187
+ strokeLinejoin="round"
1188
+ />
1189
+ </svg>
1190
+ )
1191
+ }
1192
+
1193
+ export function Content({ fill, width, height }: IconsProps) {
1194
+ return (
1195
+ <svg
1196
+ width={width ? width : '24'}
1197
+ height={height ? height : '24'}
1198
+ viewBox="0 0 24 24"
1199
+ fill="none"
1200
+ xmlns="http://www.w3.org/2000/svg"
1201
+ >
1202
+ <path
1203
+ d="M4 19.5C4 18.837 4.26339 18.2011 4.73223 17.7322C5.20107 17.2634 5.83696 17 6.5 17H20"
1204
+ stroke={fill ? fill : '#222222'}
1205
+ strokeWidth="1.2"
1206
+ strokeLinecap="round"
1207
+ strokeLinejoin="round"
1208
+ />
1209
+ <path
1210
+ d="M6.5 2H20V22H6.5C5.83696 22 5.20107 21.7366 4.73223 21.2678C4.26339 20.7989 4 20.163 4 19.5V4.5C4 3.83696 4.26339 3.20107 4.73223 2.73223C5.20107 2.26339 5.83696 2 6.5 2V2Z"
1211
+ stroke={fill ? fill : '#222222'}
1212
+ strokeWidth="1.2"
1213
+ strokeLinecap="round"
1214
+ strokeLinejoin="round"
1215
+ />
1216
+ </svg>
1217
+ )
1218
+ }
1219
+
1220
+ export function Certificate({ fill, width, height }: IconsProps) {
1221
+ return (
1222
+ <svg
1223
+ width={width ? width : '24'}
1224
+ height={height ? height : '24'}
1225
+ viewBox="0 0 24 24"
1226
+ fill="none"
1227
+ xmlns="http://www.w3.org/2000/svg"
1228
+ >
1229
+ <path
1230
+ d="M12 15C15.3137 15 18 12.3137 18 9C18 5.68629 15.3137 3 12 3C8.68629 3 6 5.68629 6 9C6 12.3137 8.68629 15 12 15Z"
1231
+ stroke={fill ? fill : '#222222'}
1232
+ strokeWidth="1.2"
1233
+ strokeLinecap="round"
1234
+ strokeLinejoin="round"
1235
+ />
1236
+ <path
1237
+ d="M8.968 15.0077L8 22L12 19.6974L16 22L15.032 15"
1238
+ stroke={fill ? fill : '#222222'}
1239
+ strokeWidth="1.2"
1240
+ strokeLinecap="round"
1241
+ strokeLinejoin="round"
1242
+ />
1243
+ </svg>
1244
+ )
1245
+ }
1246
+
1247
+ export function Quiz({ fill, width, height }: IconsProps) {
1248
+ return (
1249
+ <svg
1250
+ width={width ? width : '24'}
1251
+ height={height ? height : '24'}
1252
+ viewBox="0 0 24 24"
1253
+ fill="none"
1254
+ xmlns="http://www.w3.org/2000/svg"
1255
+ >
1256
+ <path
1257
+ d="M17 3.0003C17.2626 2.73766 17.5744 2.52932 17.9176 2.38718C18.2608 2.24503 18.6286 2.17188 19 2.17188C19.3714 2.17187 19.7392 2.24503 20.0824 2.38718C20.4256 2.52932 20.7374 2.73766 21 3.0003C21.2626 3.26295 21.471 3.57475 21.6131 3.91791C21.7553 4.26107 21.8284 4.62887 21.8284 5.0003C21.8284 5.37174 21.7553 5.73953 21.6131 6.08269C21.471 6.42586 21.2626 6.73766 21 7.0003L7.5 20.5003L2 22.0003L3.5 16.5003L17 3.0003Z"
1258
+ stroke={fill ? fill : '#222222'}
1259
+ strokeWidth="1.2"
1260
+ strokeLinecap="round"
1261
+ strokeLinejoin="round"
1262
+ />
1263
+ </svg>
1264
+ )
1265
+ }
1266
+
1267
+ export function File({ fill, width, height }: IconsProps) {
1268
+ return (
1269
+ <svg
1270
+ width={width ? width : '24'}
1271
+ height={height ? height : '24'}
1272
+ viewBox="0 0 24 24"
1273
+ fill="none"
1274
+ xmlns="http://www.w3.org/2000/svg"
1275
+ >
1276
+ <path
1277
+ d="M19 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V5C3 4.46957 3.21071 3.96086 3.58579 3.58579C3.96086 3.21071 4.46957 3 5 3H16L21 8V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21Z"
1278
+ stroke={fill ? fill : '#222222'}
1279
+ strokeWidth="1.2"
1280
+ strokeLinecap="round"
1281
+ strokeLinejoin="round"
1282
+ />
1283
+ <path
1284
+ d="M17 21V13H6V21"
1285
+ stroke={fill ? fill : '#222222'}
1286
+ strokeWidth="1.2"
1287
+ strokeLinecap="round"
1288
+ strokeLinejoin="round"
1289
+ />
1290
+ <path
1291
+ d="M6 3V8H15"
1292
+ stroke={fill ? fill : '#222222'}
1293
+ strokeWidth="1.2"
1294
+ strokeLinecap="round"
1295
+ strokeLinejoin="round"
1296
+ />
1297
+ </svg>
1298
+ )
1299
+ }
1300
+
1301
+ export function Link({ fill, width, height }: IconsProps) {
1302
+ return (
1303
+ <svg
1304
+ width={width ? width : '24'}
1305
+ height={height ? height : '24'}
1306
+ viewBox="0 0 24 24"
1307
+ fill="none"
1308
+ xmlns="http://www.w3.org/2000/svg"
1309
+ >
1310
+ <path
1311
+ d="M10.5 12.3904C10.9045 12.9228 11.4206 13.3634 12.0133 13.6822C12.6059 14.0011 13.2613 14.1907 13.9349 14.2382C14.6085 14.2857 15.2846 14.19 15.9174 13.9576C16.5501 13.7251 17.1247 13.3615 17.6022 12.8912L20.4279 10.1088C21.2858 9.23423 21.7606 8.06284 21.7498 6.84697C21.7391 5.63109 21.2438 4.46801 20.3706 3.60822C19.4974 2.74844 18.3161 2.26074 17.0813 2.25018C15.8464 2.23961 14.6567 2.70702 13.7685 3.55173L12.1484 5.13768"
1312
+ stroke={fill ? fill : 'black'}
1313
+ strokeWidth="1.2"
1314
+ strokeLinecap="round"
1315
+ strokeLinejoin="round"
1316
+ />
1317
+ <path
1318
+ d="M14.25 10.8596C13.8455 10.3272 13.3294 9.88658 12.7367 9.56776C12.1441 9.24894 11.4887 9.05935 10.8151 9.01185C10.1415 8.96435 9.46538 9.06004 8.83263 9.29245C8.19988 9.52486 7.6253 9.88853 7.14785 10.3588L4.32205 13.1412C3.46415 14.0158 2.98945 15.1872 3.00018 16.403C3.01091 17.6189 3.50622 18.782 4.37943 19.6418C5.25263 20.5016 6.43387 20.9893 7.66873 20.9998C8.90358 21.0104 10.0933 20.543 10.9815 19.6983L12.5922 18.1123"
1319
+ stroke={fill ? fill : 'black'}
1320
+ strokeWidth="1.2"
1321
+ strokeLinecap="round"
1322
+ strokeLinejoin="round"
1323
+ />
1324
+ </svg>
1325
+ )
1326
+ }
1327
+
1328
+ export function Dollar({ fill, width, height }: IconsProps) {
1329
+ return (
1330
+ <svg
1331
+ width={width ? width : '24'}
1332
+ height={height ? height : '24'}
1333
+ viewBox="0 0 24 24"
1334
+ fill="none"
1335
+ xmlns="http://www.w3.org/2000/svg"
1336
+ >
1337
+ <path d="M12 3V21" stroke={fill ? fill : 'black'} strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
1338
+ <path
1339
+ d="M16.1667 6H9.91667C9.14312 6 8.40125 6.31607 7.85427 6.87868C7.30729 7.44129 7 8.20435 7 9C7 9.79565 7.30729 10.5587 7.85427 11.1213C8.40125 11.6839 9.14312 12 9.91667 12H14.0833C14.8569 12 15.5987 12.3161 16.1457 12.8787C16.6927 13.4413 17 14.2044 17 15C17 15.7956 16.6927 16.5587 16.1457 17.1213C15.5987 17.6839 14.8569 18 14.0833 18H7"
1340
+ stroke={fill ? fill : 'black'}
1341
+ strokeWidth="2"
1342
+ strokeLinecap="round"
1343
+ strokeLinejoin="round"
1344
+ />
1345
+ </svg>
1346
+ )
1347
+ }
1348
+
1349
+ export function PodCast({ fill, width, height }: IconsProps) {
1350
+ return (
1351
+ <svg
1352
+ width={width ? width : '24'}
1353
+ height={height ? height : '24'}
1354
+ viewBox="0 0 24 24"
1355
+ fill="none"
1356
+ xmlns="http://www.w3.org/2000/svg"
1357
+ >
1358
+ <path
1359
+ d="M15.4486 17.828C16.8238 17.208 18.0129 16.2117 18.8713 14.9783C19.7516 13.7144 20.2553 12.2113 20.3298 10.6776C20.3998 9.21357 20.0735 7.74091 19.3903 6.4421C18.7377 5.20217 17.7633 4.13845 16.5895 3.36622C15.3851 2.57441 13.9792 2.11105 12.5384 2.01753C11.0756 1.92182 9.59964 2.21984 8.28788 2.8659C7.02433 3.48805 5.93601 4.43646 5.13232 5.58503C4.31112 6.76187 3.81844 8.14536 3.69142 9.5703C3.55565 11.1104 3.86442 12.6788 4.57172 14.056C5.25713 15.3894 6.31482 16.5271 7.5937 17.3211C7.90028 17.5125 8.22001 17.68 8.55064 17.8301"
1360
+ stroke={fill ? fill : 'black'}
1361
+ strokeLinecap="round"
1362
+ />
1363
+ <path
1364
+ d="M15.6028 14.9871C16.459 14.3718 17.155 13.5566 17.5854 12.6104C18.0226 11.6509 18.1989 10.5869 18.0776 9.54519C17.8624 7.69494 16.7497 6.01796 15.0945 5.0738C13.3981 4.10536 11.2849 4.00541 9.49233 4.77839C7.76383 5.5247 6.45657 7.07066 6.03534 8.85864C5.55914 10.8844 6.22307 13.0567 7.77526 14.4916C7.96986 14.6716 8.17591 14.8359 8.39111 14.9914"
1365
+ stroke={fill ? fill : 'black'}
1366
+ strokeLinecap="round"
1367
+ />
1368
+ <path
1369
+ d="M14.7794 10.1543C14.7733 8.9887 14.036 7.94023 12.9433 7.53824C11.8626 7.14028 10.5921 7.4837 9.86086 8.37257C9.1155 9.27761 9.00241 10.5847 9.61443 11.5927C10.2204 12.5927 11.4061 13.1058 12.5494 12.8816C13.6644 12.6634 14.5693 11.724 14.741 10.5988C14.7632 10.4513 14.7773 10.3039 14.7773 10.1544"
1370
+ stroke={fill ? fill : 'black'}
1371
+ />
1372
+ <path
1373
+ d="M12.1504 22.1975C13.0821 22.1894 13.8416 21.444 13.8437 20.5393C13.8458 20.1464 13.8437 19.7556 13.8437 19.3627C13.8437 18.3774 13.8644 17.3882 13.8437 16.4029C13.8333 15.9375 13.6154 15.4802 13.2461 15.18C13.0552 15.0269 12.8373 14.91 12.5987 14.8455C12.4077 14.7952 12.2148 14.7871 12.0176 14.7871C11.8267 14.7871 11.6379 14.7891 11.4511 14.8334C11.2104 14.8878 10.9863 15.0007 10.7933 15.1478C10.4136 15.4379 10.1833 15.8811 10.1563 16.3465C10.1355 16.6971 10.1542 17.0537 10.1542 17.4063V19.3264C10.1542 19.7294 10.1521 20.1323 10.1542 20.5353C10.1563 21.4177 10.8763 22.1632 11.7894 22.1974C11.9097 22.2015 12.0301 22.1995 12.1504 22.1995"
1374
+ stroke={fill ? fill : 'black'}
1375
+ />
1376
+ </svg>
1377
+ )
1378
+ }
1379
+
1380
+ export function WhitePaper({ fill, width, height }: IconsProps) {
1381
+ return (
1382
+ <svg
1383
+ width={width ? width : '24'}
1384
+ height={height ? height : '24'}
1385
+ viewBox="0 0 24 24"
1386
+ fill="none"
1387
+ xmlns="http://www.w3.org/2000/svg"
1388
+ >
1389
+ <path
1390
+ d="M14 2H6C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V8L14 2Z"
1391
+ stroke="#222222"
1392
+ strokeWidth="1.2"
1393
+ strokeLinecap="round"
1394
+ strokeLinejoin="round"
1395
+ />
1396
+ <path
1397
+ d="M14 2V8H20"
1398
+ stroke={fill ? fill : '#222222'}
1399
+ strokeWidth="1.2"
1400
+ strokeLinecap="round"
1401
+ strokeLinejoin="round"
1402
+ />
1403
+ <path
1404
+ d="M16 13H8"
1405
+ stroke={fill ? fill : '#222222'}
1406
+ strokeWidth="1.2"
1407
+ strokeLinecap="round"
1408
+ strokeLinejoin="round"
1409
+ />
1410
+ <path
1411
+ d="M16 17H8"
1412
+ stroke={fill ? fill : '#222222'}
1413
+ strokeWidth="1.2"
1414
+ strokeLinecap="round"
1415
+ strokeLinejoin="round"
1416
+ />
1417
+ <path
1418
+ d="M10 9H9H8"
1419
+ stroke={fill ? fill : '#222222'}
1420
+ strokeWidth="1.2"
1421
+ strokeLinecap="round"
1422
+ strokeLinejoin="round"
1423
+ />
1424
+ </svg>
1425
+ )
1426
+ }
1427
+
1428
+ export function QuizSucessError({ fill, width, height }: IconsProps) {
1429
+ return (
1430
+ <svg
1431
+ width={width ? width : '24'}
1432
+ height={height ? height : '24'}
1433
+ viewBox="0 0 24 24"
1434
+ fill="none"
1435
+ xmlns="http://www.w3.org/2000/svg"
1436
+ >
1437
+ <path
1438
+ d="M17.3846 10.466V3.67407C17.3846 3.16518 17.0002 2.76953 16.5056 2.76953H2.87917C2.38462 2.76953 2 3.16529 2 3.67422V12.7205C2 13.2293 2.38446 13.625 2.87904 13.625H4.85699C5.10151 13.6239 5.31936 13.8692 5.29651 14.1197L4.98055 17.3849L8.50383 13.7594C8.58447 13.6755 8.69822 13.6252 8.81289 13.6252H11.2306"
1439
+ stroke={fill ? fill : '#222222'}
1440
+ strokeWidth="1.2"
1441
+ />
1442
+ <path
1443
+ d="M21.3528 10.4879L11.869 10.4619C11.5151 10.4612 11.2305 10.7592 11.2305 11.1695V18.5648C11.2305 18.9751 11.5194 19.2696 11.8774 19.2723L16.8672 19.2983C16.9985 19.297 17.1297 19.3472 17.2284 19.4364L19.152 21.2311L19.026 19.9023C18.9979 19.5965 19.2645 19.2983 19.5636 19.2983H21.3528C21.7081 19.2983 21.9997 19.0009 21.9997 18.5906V11.1869C21.9997 10.7766 21.7096 10.4879 21.3528 10.4879Z"
1444
+ stroke={fill ? fill : '#222222'}
1445
+ strokeWidth="1.2"
1446
+ />
1447
+ <path
1448
+ d="M18.5157 13.667L15.4854 16.6973"
1449
+ stroke={fill ? fill : '#222222'}
1450
+ strokeWidth="1.2"
1451
+ strokeLinecap="round"
1452
+ strokeLinejoin="round"
1453
+ />
1454
+ <path
1455
+ d="M15.4854 13.667L18.5157 16.6973"
1456
+ stroke={fill ? fill : '#222222'}
1457
+ strokeWidth="1.2"
1458
+ strokeLinecap="round"
1459
+ strokeLinejoin="round"
1460
+ />
1461
+ <path
1462
+ d="M12.7691 5.84668L8.53831 10.0774L6.61523 8.15437"
1463
+ stroke={fill ? fill : '#222222'}
1464
+ strokeWidth="1.2"
1465
+ strokeLinecap="round"
1466
+ strokeLinejoin="round"
1467
+ />
1468
+ </svg>
1469
+ )
1470
+ }
1471
+
1472
+ export function Code({ fill, width, height }: IconsProps) {
1473
+ return (
1474
+ <svg
1475
+ width={width ? width : '24'}
1476
+ height={height ? height : '24'}
1477
+ viewBox="0 0 24 24"
1478
+ fill="none"
1479
+ xmlns="http://www.w3.org/2000/svg"
1480
+ >
1481
+ <path d="M16 18L22 12L16 6" stroke={fill ? fill : 'black'} strokeLinecap="round" strokeLinejoin="round" />
1482
+ <path d="M8 6L2 12L8 18" stroke={fill ? fill : 'black'} strokeLinecap="round" strokeLinejoin="round" />
1483
+ <line x1="14.3281" y1="4.62638" x2="9.62638" y2="19.6719" stroke={fill ? fill : 'black'} strokeLinecap="round" />
1484
+ </svg>
1485
+ )
1486
+ }
1487
+
1488
+ export function BarChart({ fill, width, height }: IconsProps) {
1489
+ return (
1490
+ <svg
1491
+ width={width ? width : '24'}
1492
+ height={height ? height : '24'}
1493
+ viewBox="0 0 24 24"
1494
+ fill="none"
1495
+ xmlns="http://www.w3.org/2000/svg"
1496
+ >
1497
+ <rect x="17.6" y="3.6" width="2.8" height="16.8" rx="1.4" stroke={fill ? fill : '#222222'} strokeWidth="1.2" />
1498
+ <rect x="10.6" y="8.6" width="2.8" height="11.8" rx="1.4" stroke={fill ? fill : '#222222'} strokeWidth="1.2" />
1499
+ <rect x="3.6" y="15.6" width="2.8" height="4.8" rx="1.4" stroke={fill ? fill : '#222222'} strokeWidth="1.2" />
1500
+ </svg>
1501
+ )
1502
+ }
1503
+
1504
+ export function Course({ fill, width, height }: IconsProps) {
1505
+ return (
1506
+ <svg
1507
+ width={width ? width : '24'}
1508
+ height={height ? height : '24'}
1509
+ viewBox="0 0 24 24"
1510
+ fill="none"
1511
+ xmlns="http://www.w3.org/2000/svg"
1512
+ >
1513
+ <g clipPath="url(#clip0_3049_12002)">
1514
+ <path
1515
+ d="M12.4873 2.9843C12.304 2.88251 12.081 2.88371 11.8989 2.98746L1.51408 8.90391C1.32591 9.01112 1.21012 9.2114 1.2111 9.42797C1.21208 9.64453 1.32969 9.84376 1.51883 9.94925L11.7141 15.6357C11.8971 15.7378 12.1202 15.737 12.3025 15.6335L22.7277 9.71708C22.9164 9.61002 23.0326 9.40945 23.0316 9.19253C23.0306 8.97561 22.9126 8.77611 22.723 8.67076L12.4873 2.9843Z"
1516
+ stroke={fill ? fill : 'black'}
1517
+ strokeWidth="1.2"
1518
+ strokeLinejoin="round"
1519
+ />
1520
+ <line
1521
+ x1="21.9643"
1522
+ y1="10.6449"
1523
+ x2="21.9643"
1524
+ y2="16.2418"
1525
+ stroke={fill ? fill : 'black'}
1526
+ strokeWidth="1.2"
1527
+ strokeLinecap="round"
1528
+ strokeLinejoin="round"
1529
+ />
1530
+ <path
1531
+ d="M5.61621 12.1689V18.7074C5.61621 20.2446 8.75958 21.0486 11.8643 21.0486C14.9687 21.0486 18.1124 20.2445 18.1124 18.7074V12.1689"
1532
+ stroke={fill ? fill : 'black'}
1533
+ strokeWidth="1.2"
1534
+ />
1535
+ </g>
1536
+ <defs>
1537
+ <clipPath id="clip0_3049_12002">
1538
+ <rect width="24" height="24" fill="white" />
1539
+ </clipPath>
1540
+ </defs>
1541
+ </svg>
1542
+ )
1543
+ }
1544
+
1545
+ export function Palette({ fill, width, height }: IconsProps) {
1546
+ return (
1547
+ <svg
1548
+ width={width ? width : '24'}
1549
+ height={height ? height : '24'}
1550
+ viewBox="0 0 24 24"
1551
+ fill="none"
1552
+ xmlns="http://www.w3.org/2000/svg"
1553
+ >
1554
+ <path
1555
+ d="M14.2396 11.9956L14.2398 11.9957M10.1269 2.25C5.40307 2.25 1.54883 5.35765 1.54883 9.16141C1.54883 12.3436 4.228 15.1032 8.08224 15.8739C8.50519 15.9485 8.85779 15.9983 9.21027 15.9983C10.7614 15.9983 11.349 15.128 11.8894 14.3574C12.4065 13.6115 12.853 12.9652 14.2631 12.9652C17.1537 12.9652 18.7283 11.0013 18.7283 9.16145C18.7049 5.35768 14.8507 2.25004 10.1268 2.25004L10.1269 2.25Z"
1556
+ stroke={fill ? fill : 'black'}
1557
+ strokeWidth="1.2"
1558
+ />
1559
+ <path
1560
+ d="M12.7529 8.40078C12.7529 9.41483 13.5727 10.2098 14.6203 10.2098C15.6678 10.2098 16.4876 9.41503 16.4876 8.40078C16.4876 7.38673 15.6678 6.5918 14.6203 6.5918C13.5727 6.59199 12.7529 7.38673 12.7529 8.40078Z"
1561
+ stroke={fill ? fill : 'black'}
1562
+ strokeWidth="1.2"
1563
+ />
1564
+ <path
1565
+ d="M22.4921 14.2449C22.4921 14.2449 20.3703 13.2873 19.2979 13.8118C19.0802 13.9197 18.8984 14.0947 18.7764 14.3138C18.6562 14.5278 18.5936 14.7725 18.5955 15.0213L19.408 16.8826C19.5858 17.0455 19.8024 17.1537 20.0342 17.1955C20.271 17.2392 20.5147 17.2061 20.7334 17.1005C21.8058 16.576 22.4921 14.2449 22.4921 14.2449Z"
1566
+ stroke={fill ? fill : 'black'}
1567
+ strokeWidth="1.2"
1568
+ />
1569
+ <path
1570
+ d="M7.50555 21.726C7.59891 21.9399 7.76717 22.1071 7.97459 22.1918C8.18202 22.2765 8.41221 22.2722 8.61642 22.1798L17.0364 18.3698C17.1777 18.3056 17.4233 18.1096 17.4233 18.1096L16.9794 17.0926L16.5355 16.0756C16.3831 16.0983 16.2353 16.1466 16.0974 16.2189L7.89905 20.5366C7.70019 20.6413 7.54791 20.8241 7.47444 21.0462C7.40094 21.2683 7.41217 21.5121 7.50555 21.726Z"
1571
+ stroke={fill ? fill : 'black'}
1572
+ strokeWidth="1.2"
1573
+ />
1574
+ </svg>
1575
+ )
1576
+ }
1577
+
1578
+ export function MoreVertical({ fill, width, height }: IconsProps) {
1579
+ return (
1580
+ <svg
1581
+ width={width ? width : '24'}
1582
+ height={height ? height : '24'}
1583
+ viewBox="0 0 24 24"
1584
+ fill="none"
1585
+ xmlns="http://www.w3.org/2000/svg"
1586
+ >
1587
+ <path
1588
+ d="M13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13C12.5523 13 13 12.5523 13 12Z"
1589
+ stroke={fill ? fill : 'black'}
1590
+ strokeWidth="2"
1591
+ strokeLinecap="round"
1592
+ strokeLinejoin="round"
1593
+ />
1594
+ <path
1595
+ d="M13 5C13 4.44772 12.5523 4 12 4C11.4477 4 11 4.44772 11 5C11 5.55228 11.4477 6 12 6C12.5523 6 13 5.55228 13 5Z"
1596
+ stroke={fill ? fill : 'black'}
1597
+ strokeWidth="2"
1598
+ strokeLinecap="round"
1599
+ strokeLinejoin="round"
1600
+ />
1601
+ <path
1602
+ d="M13 19C13 18.4477 12.5523 18 12 18C11.4477 18 11 18.4477 11 19C11 19.5523 11.4477 20 12 20C12.5523 20 13 19.5523 13 19Z"
1603
+ stroke={fill ? fill : 'black'}
1604
+ strokeWidth="2"
1605
+ strokeLinecap="round"
1606
+ strokeLinejoin="round"
1607
+ />
1608
+ </svg>
1609
+ )
1610
+ }
1611
+
1612
+ export function MoreHorizontal({ fill, width, height }: IconsProps) {
1613
+ return (
1614
+ <svg
1615
+ width={width ? width : '24'}
1616
+ height={height ? height : '24'}
1617
+ viewBox="0 0 24 24"
1618
+ fill="none"
1619
+ xmlns="http://www.w3.org/2000/svg"
1620
+ >
1621
+ <path
1622
+ d="M12 13C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13Z"
1623
+ stroke={fill ? fill : 'black'}
1624
+ strokeWidth="2"
1625
+ strokeLinecap="round"
1626
+ strokeLinejoin="round"
1627
+ />
1628
+ <path
1629
+ d="M19 13C19.5523 13 20 12.5523 20 12C20 11.4477 19.5523 11 19 11C18.4477 11 18 11.4477 18 12C18 12.5523 18.4477 13 19 13Z"
1630
+ stroke={fill ? fill : 'black'}
1631
+ strokeWidth="2"
1632
+ strokeLinecap="round"
1633
+ strokeLinejoin="round"
1634
+ />
1635
+ <path
1636
+ d="M5 13C5.55228 13 6 12.5523 6 12C6 11.4477 5.55228 11 5 11C4.44772 11 4 11.4477 4 12C4 12.5523 4.44772 13 5 13Z"
1637
+ stroke={fill ? fill : 'black'}
1638
+ strokeWidth="2"
1639
+ strokeLinecap="round"
1640
+ strokeLinejoin="round"
1641
+ />
1642
+ </svg>
1643
+ )
1644
+ }
1645
+
1646
+ export function UploadIcon({ fill, width, height }: IconsProps) {
1647
+ return (
1648
+ <svg
1649
+ width={width ? width : '24'}
1650
+ height={height ? height : '24'}
1651
+ viewBox="0 0 24 24"
1652
+ fill="none"
1653
+ xmlns="http://www.w3.org/2000/svg"
1654
+ >
1655
+ <path
1656
+ d="M19.0834 13.9824V17.1121C19.0834 17.5271 18.9185 17.9251 18.625 18.2186C18.3316 18.512 17.9336 18.6769 17.5185 18.6769H6.56482C6.1498 18.6769 5.75178 18.512 5.45832 18.2186C5.16486 17.9251 5 17.5271 5 17.1121V13.9824"
1657
+ stroke={fill ? fill : '#0645AD'}
1658
+ strokeWidth="1.2"
1659
+ strokeLinecap="round"
1660
+ strokeLinejoin="round"
1661
+ />
1662
+ <path
1663
+ d="M16.4062 8L11.9063 4L7.40625 8"
1664
+ stroke={fill ? fill : '#0645AD'}
1665
+ strokeWidth="1.2"
1666
+ strokeLinecap="round"
1667
+ strokeLinejoin="round"
1668
+ />
1669
+ <path
1670
+ d="M11.9063 4L11.9062 15"
1671
+ stroke={fill ? fill : '#0645AD'}
1672
+ strokeWidth="1.2"
1673
+ strokeLinecap="round"
1674
+ strokeLinejoin="round"
1675
+ />
1676
+ </svg>
1677
+ )
1678
+ }
1679
+
1680
+ export function Video({ fill, width, height }: IconsProps) {
1681
+ return (
1682
+ <svg
1683
+ width={width ? width : '30'}
1684
+ height={height ? height : '30'}
1685
+ viewBox="0 0 30 30"
1686
+ fill="none"
1687
+ xmlns="http://www.w3.org/2000/svg"
1688
+ >
1689
+ <path
1690
+ d="M15.2865 28.3334C22.6503 28.3334 28.6198 22.3639 28.6198 15.0001C28.6198 7.63628 22.6503 1.66675 15.2865 1.66675C7.92266 1.66675 1.95312 7.63628 1.95312 15.0001C1.95312 22.3639 7.92266 28.3334 15.2865 28.3334Z"
1691
+ stroke={fill ? fill : '#FF4D0D'}
1692
+ strokeWidth="2"
1693
+ strokeLinecap="round"
1694
+ strokeLinejoin="round"
1695
+ />
1696
+ <path
1697
+ d="M11.9531 10L20.2865 15L11.9531 20V10Z"
1698
+ stroke={fill ? fill : '#FF4D0D'}
1699
+ strokeWidth="2"
1700
+ strokeLinecap="round"
1701
+ strokeLinejoin="round"
1702
+ />
1703
+ </svg>
1704
+ )
1705
+ }
1706
+
1707
+ export function StarRating({ fill, width, height, fillOpacity }: IconsProps) {
1708
+ return (
1709
+ <svg
1710
+ width={width ? width : '30'}
1711
+ height={height ? height : '29'}
1712
+ viewBox="0 0 30 29"
1713
+ fill="none"
1714
+ xmlns="http://www.w3.org/2000/svg"
1715
+ >
1716
+ <path
1717
+ d="M14.1058 0.785773C14.4745 0.0494095 15.5255 0.0494113 15.8942 0.785775L19.7099 8.40633C19.8566 8.69918 20.1373 8.90167 20.4615 8.94838L28.9722 10.1747C29.7966 10.2935 30.123 11.309 29.5222 11.8858L23.3838 17.7797C23.1439 18.0101 23.0342 18.3448 23.0912 18.6725L24.5422 27.0121C24.684 27.8272 23.8312 28.4521 23.0967 28.0713L15.4603 24.1124C15.1717 23.9628 14.8283 23.9628 14.5397 24.1124L6.9033 28.0713C6.16884 28.4521 5.31605 27.8272 5.45785 27.0122L6.9088 18.6725C6.96581 18.3448 6.85614 18.0101 6.61619 17.7797L0.477778 11.8858C-0.122994 11.309 0.203398 10.2935 1.02776 10.1747L9.53853 8.94838C9.86269 8.90167 10.1434 8.69918 10.2901 8.40633L14.1058 0.785773Z"
1718
+ fill={fill ? fill : '#FFC200'}
1719
+ fillOpacity={fillOpacity ? fillOpacity : '1'}
1720
+ />
1721
+ </svg>
1722
+ )
1723
+ }
1724
+
1725
+ export function Noun({ fill, width, height }: IconsProps) {
1726
+ return (
1727
+ <svg
1728
+ width={width ? width : '64'}
1729
+ height={height ? height : '64'}
1730
+ viewBox="0 0 64 64"
1731
+ fill="none"
1732
+ xmlns="http://www.w3.org/2000/svg"
1733
+ >
1734
+ <path
1735
+ fillRule="evenodd"
1736
+ clipRule="evenodd"
1737
+ d="M32.1611 31.9998L51.3327 12.8283V51.1714L32.1611 31.9998ZM29.3327 31.9998L12.666 48.6665V15.3332L29.3327 31.9998ZM30.7469 30.5856L12.8278 12.6665H48.666L30.7469 30.5856ZM10.666 13.3332V50.6665V51.3332V53.3332H12.666L50.666 53.3332L51.3327 53.3332H53.3327V51.3332V12.6665V10.6665H51.3327H50.666H12.666H10.666V12.6665V13.3332ZM48.666 51.3332H12.8278L30.7469 33.4141L48.666 51.3332Z"
1738
+ fill={fill ? fill : '#222222'}
1739
+ />
1740
+ </svg>
1741
+ )
1742
+ }
1743
+
1744
+ export function WhatAppBordered({ fill, width, height }: IconsProps) {
1745
+ return (
1746
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
1747
+ <g clipPath="url(#clip0_891_1728)">
1748
+ <path
1749
+ d="M12.0011 2C10.2643 1.99987 8.55742 2.45205 7.0485 3.31201C5.53959 4.17198 4.28067 5.41008 3.39568 6.90443C2.51069 8.39877 2.03015 10.0978 2.00137 11.8343C1.9726 13.5708 2.39658 15.2848 3.23157 16.8077L2.41423 19.6923C2.33799 19.9552 2.3337 20.2337 2.40182 20.4987C2.46995 20.7638 2.60798 21.0057 2.80151 21.1993C2.99505 21.3928 3.23698 21.5308 3.50207 21.5989C3.76715 21.6671 4.04566 21.6628 4.30852 21.5865L7.19323 20.7692C8.53008 21.5019 10.0168 21.9193 11.5396 21.9894C13.0625 22.0595 14.5812 21.7806 15.9798 21.1739C17.3783 20.5671 18.6196 19.6487 19.6088 18.4888C20.5981 17.3289 21.309 15.9581 21.6872 14.4814C22.0655 13.0046 22.1012 11.4609 21.7914 9.96827C21.4817 8.47563 20.8348 7.07356 19.9002 5.86922C18.9655 4.66488 17.7679 3.69016 16.3989 3.01955C15.0298 2.34895 13.5256 2.00021 12.0011 2ZM12.0011 20.4615C10.4821 20.4601 8.99125 20.0517 7.68363 19.2788C7.56296 19.2116 7.42752 19.1752 7.28939 19.1731C7.2179 19.1732 7.14675 19.1829 7.07784 19.2019L3.88543 20.1154L4.79892 16.9231C4.82702 16.8221 4.8347 16.7165 4.82149 16.6124C4.80828 16.5084 4.77446 16.4081 4.722 16.3173C3.76943 14.7117 3.37461 12.8361 3.59905 10.9828C3.82349 9.12943 4.65458 7.40232 5.96287 6.07048C7.27116 4.73865 8.98319 3.87685 10.8323 3.61934C12.6814 3.36183 14.5638 3.72306 16.1862 4.64676C17.8086 5.57046 19.08 7.00477 19.8023 8.72629C20.5246 10.4478 20.6573 12.3599 20.1797 14.1646C19.7021 15.9694 18.641 17.5656 17.1617 18.7045C15.6825 19.8434 13.868 20.4612 12.0011 20.4615ZM17.0493 13.4519L15.0781 12.3269C14.842 12.1911 14.5738 12.1212 14.3014 12.1245C14.029 12.1279 13.7626 12.2045 13.53 12.3462L12.3857 13.0288C11.802 12.6856 11.3155 12.1991 10.9722 11.6154L11.6549 10.4712C11.7966 10.2385 11.8731 9.9721 11.8765 9.69975C11.8799 9.4274 11.81 9.15915 11.6741 8.92308L10.5491 6.95192C10.424 6.73328 10.2435 6.5515 10.0257 6.42489C9.8079 6.29827 9.56059 6.23132 9.30868 6.23077C8.39226 6.23077 7.51323 6.59414 6.86432 7.24123C6.21541 7.88831 5.84958 8.7663 5.84703 9.68269C5.84703 11.9277 6.73823 14.0809 8.32485 15.6693C9.91147 17.2577 12.0637 18.1513 14.3088 18.1538H14.3185C15.2349 18.1513 16.1129 17.7855 16.76 17.1366C17.4071 16.4877 17.7705 15.6087 17.7705 14.6923C17.7699 14.4404 17.703 14.1931 17.5764 13.9753C17.4497 13.7576 17.268 13.577 17.0493 13.4519ZM14.3185 16.6154C13.4077 16.6166 12.5056 16.4382 11.6638 16.0902C10.8221 15.7423 10.0574 15.2317 9.41332 14.5877C8.76929 13.9437 8.25866 13.1789 7.9107 12.3372C7.56274 11.4955 7.38428 10.5935 7.38554 9.68269C7.38539 9.18343 7.58038 8.70388 7.9289 8.34639C8.27742 7.9889 8.75187 7.78177 9.25099 7.76923L10.3376 9.68269L9.43368 11.1827C9.37112 11.2897 9.33499 11.41 9.3283 11.5338C9.32161 11.6576 9.34456 11.7811 9.39522 11.8942C9.93114 13.1033 10.8977 14.0699 12.1068 14.6058C12.22 14.6564 12.3435 14.6794 12.4673 14.6727C12.591 14.666 12.7114 14.6299 12.8184 14.5673L14.3185 13.6635L16.232 14.75C16.2194 15.2491 16.0123 15.7235 15.6548 16.072C15.2973 16.4206 14.8177 16.6155 14.3185 16.6154Z"
1750
+ fill="white"
1751
+ />
1752
+ </g>
1753
+ <defs>
1754
+ <clipPath id="clip0_891_1728">
1755
+ <rect width="24" height="24" fill="white" />
1756
+ </clipPath>
1757
+ </defs>
1758
+ </svg>
1759
+ )
1760
+ }
1761
+
1762
+ export function MailBordered({ fill, width, height }: IconsProps) {
1763
+ return (
1764
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
1765
+ <path
1766
+ d="M4 4H20C21.1 4 22 4.9 22 6V18C22 19.1 21.1 20 20 20H4C2.9 20 2 19.1 2 18V6C2 4.9 2.9 4 4 4Z"
1767
+ stroke="white"
1768
+ strokeWidth="1.5"
1769
+ strokeLinecap="round"
1770
+ strokeLinejoin="round"
1771
+ />
1772
+ <path d="M22 6L12 13L2 6" stroke="white" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round" />
1773
+ </svg>
1774
+ )
1775
+ }
1776
+
1777
+ export function MessageCheckLine({ fill, width, height }: IconsProps) {
1778
+ return (
1779
+ <svg width="18" height="13" viewBox="0 0 18 13" fill="none" xmlns="http://www.w3.org/2000/svg">
1780
+ <path d="M17 1L6 12L1 7" stroke="#FF4D0D" strokeWidth="1.2" strokeLinecap="round" strokeLinejoin="round" />
1781
+ </svg>
1782
+ )
1783
+ }
1784
+
1785
+ export function Viewer({ fill }: IconsProps) {
1786
+ return (
1787
+ <>
1788
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
1789
+ <path
1790
+ d="M4 12C4 12 6.90909 6 12 6C17.0909 6 20 12 20 12C20 12 17.0909 18 12 18C6.90909 18 4 12 4 12Z"
1791
+ stroke={fill ? fill : '#ff0000'}
1792
+ strokeWidth="1.2"
1793
+ strokeLinecap="round"
1794
+ strokeLinejoin="round"
1795
+ />
1796
+ <path
1797
+ d="M12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z"
1798
+ stroke={fill ? fill : '#ff0000'}
1799
+ strokeWidth="1.2"
1800
+ strokeLinecap="round"
1801
+ strokeLinejoin="round"
1802
+ />
1803
+ </svg>
1804
+ </>
1805
+ )
1806
+ }
1807
+
1808
+ export function IconNotification({ fill, width, height }: IconsProps) {
1809
+ return (
1810
+ <svg
1811
+ width={width ? width : '24'}
1812
+ height={height ? height : '24'}
1813
+ viewBox="0 0 24 24"
1814
+ fill="none"
1815
+ xmlns="http://www.w3.org/2000/svg"
1816
+ >
1817
+ <path
1818
+ d="M18.2843 18.389H5.71573C5.09953 18.389 4.6 17.8895 4.6 17.2733C4.6 17.0869 4.6467 16.9034 4.73583 16.7397L4.20888 16.4528L4.73583 16.7397L5.28347 15.7339C5.49118 15.3524 5.6 14.925 5.6 14.4906V10.9998C5.6 7.4652 8.46538 4.59982 12 4.59982C15.5346 4.59982 18.4 7.4652 18.4 10.9998V14.4906C18.4 14.925 18.5088 15.3524 18.7165 15.7339L19.2642 16.7397C19.3533 16.9034 19.4 17.0869 19.4 17.2733C19.4 17.8895 18.9005 18.389 18.2843 18.389Z"
1819
+ stroke={fill ? fill : '#FFD600'}
1820
+ strokeWidth="1.2"
1821
+ />
1822
+ <path
1823
+ d="M10 4.99982L10 3.99982C10 2.89526 10.8954 1.99982 12 1.99982V1.99982C13.1046 1.99982 14 2.89526 14 3.99982V4.99982"
1824
+ stroke={fill ? fill : '#FFD600'}
1825
+ strokeWidth="1.2"
1826
+ />
1827
+ <path
1828
+ d="M9 18.9998V18.9998C9 20.6567 10.3431 21.9998 12 21.9998V21.9998C13.6569 21.9998 15 20.6567 15 18.9998V18.9998"
1829
+ stroke={fill ? fill : '#FFD600'}
1830
+ strokeWidth="1.2"
1831
+ />
1832
+ </svg>
1833
+ )
1834
+ }
1835
+
1836
+ export function LinkedinIconMentor() {
1837
+ return (
1838
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
1839
+ <rect width="16" height="16" rx="2" fill="#0274B3" />
1840
+ <path
1841
+ d="M10.6673 6C11.5514 6 12.3992 6.35659 13.0243 6.99133C13.6495 7.62607 14.0007 8.48696 14.0007 9.38462V13.3333H11.7784V9.38462C11.7784 9.0854 11.6614 8.79843 11.453 8.58685C11.2446 8.37527 10.962 8.25641 10.6673 8.25641C10.3726 8.25641 10.09 8.37527 9.88164 8.58685C9.67327 8.79843 9.55621 9.0854 9.55621 9.38462V13.3333H7.33398V9.38462C7.33398 8.48696 7.68517 7.62607 8.3103 6.99133C8.93542 6.35659 9.78326 6 10.6673 6Z"
1842
+ fill="white"
1843
+ />
1844
+ <path d="M5.33268 6.66699H2.66602V13.3337H5.33268V6.66699Z" fill="white" />
1845
+ <path
1846
+ d="M3.99935 5.33366C4.73573 5.33366 5.33268 4.73671 5.33268 4.00033C5.33268 3.26395 4.73573 2.66699 3.99935 2.66699C3.26297 2.66699 2.66602 3.26395 2.66602 4.00033C2.66602 4.73671 3.26297 5.33366 3.99935 5.33366Z"
1847
+ fill="white"
1848
+ />
1849
+ </svg>
1850
+ )
1851
+ }
1852
+
1853
+ export function Plus({ fill, stroke, customColor_1, width, height }: IconsProps) {
1854
+ return (
1855
+ <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
1856
+ <path
1857
+ d="M9.15381 1.15384V17.1538"
1858
+ stroke="#0645AD"
1859
+ strokeWidth="1.2"
1860
+ strokeLinecap="round"
1861
+ strokeLinejoin="round"
1862
+ />
1863
+ <path
1864
+ d="M1.15381 9.15385H17.1538"
1865
+ stroke="#0645AD"
1866
+ strokeWidth="1.2"
1867
+ strokeLinecap="round"
1868
+ strokeLinejoin="round"
1869
+ />
1870
+ </svg>
1871
+ )
1872
+ }
1873
+
1874
+ export function HomeLineIcon({ fill, width, height }: IconsProps) {
1875
+ return (
1876
+ <svg
1877
+ width={width ? width : '20'}
1878
+ height={height ? height : '22'}
1879
+ viewBox="0 0 20 22"
1880
+ fill="none"
1881
+ xmlns="http://www.w3.org/2000/svg"
1882
+ >
1883
+ <path
1884
+ d="M1 8.67412V20C1 20.5523 1.44772 21 2 21H7.1875V13.2222H12.8125V21H18C18.5523 21 19 20.5523 19 20V8.67412C19 8.04041 18.6997 7.4442 18.1905 7.067L10.5952 1.44091C10.2416 1.17899 9.75837 1.17899 9.40477 1.44091L1.80954 7.067C1.30033 7.4442 1 8.04041 1 8.67412Z"
1885
+ stroke={fill ? fill : '#222222'}
1886
+ strokeWidth="1.2"
1887
+ strokeLinejoin="round"
1888
+ />
1889
+ </svg>
1890
+ )
1891
+ }
1892
+
1893
+ export function HomeFilledIcon({ fill }: IconsProps) {
1894
+ return (
1895
+ <svg width="20" height="22" viewBox="0 0 20 22" fill="none" xmlns="http://www.w3.org/2000/svg">
1896
+ <path
1897
+ d="M1 8.67412V20C1 20.5523 1.44772 21 2 21H7.1875V13.2222H12.8125V21H18C18.5523 21 19 20.5523 19 20V8.67412C19 8.04041 18.6997 7.4442 18.1905 7.067L10.5952 1.44091C10.2416 1.17899 9.75837 1.17899 9.40477 1.44091L1.80954 7.067C1.30033 7.4442 1 8.04041 1 8.67412Z"
1898
+ fill={fill ? fill : '#FF4D0D'}
1899
+ stroke={fill ? fill : '#FF4D0D'}
1900
+ strokeWidth="1.2"
1901
+ strokeLinejoin="round"
1902
+ />
1903
+ </svg>
1904
+ )
1905
+ }
1906
+
1907
+ export function CalendarLineIcon({ fill }: IconsProps) {
1908
+ return (
1909
+ <>
1910
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
1911
+ <path
1912
+ d="M18.2222 5H5.77778C4.79594 5 4 5.79594 4 6.77778V19.2222C4 20.2041 4.79594 21 5.77778 21H18.2222C19.2041 21 20 20.2041 20 19.2222V6.77778C20 5.79594 19.2041 5 18.2222 5Z"
1913
+ stroke={fill ? fill : '#222222'}
1914
+ strokeWidth="1.2"
1915
+ strokeLinecap="round"
1916
+ strokeLinejoin="round"
1917
+ />
1918
+ <path
1919
+ d="M16 3V7"
1920
+ stroke={fill ? fill : '#222222'}
1921
+ strokeWidth="1.2"
1922
+ strokeLinecap="round"
1923
+ strokeLinejoin="round"
1924
+ />
1925
+ <path
1926
+ d="M8 3V7"
1927
+ stroke={fill ? fill : '#222222'}
1928
+ strokeWidth="1.2"
1929
+ strokeLinecap="round"
1930
+ strokeLinejoin="round"
1931
+ />
1932
+ <path
1933
+ d="M4 10H20"
1934
+ stroke={fill ? fill : '#222222'}
1935
+ strokeWidth="1.2"
1936
+ strokeLinecap="round"
1937
+ strokeLinejoin="round"
1938
+ />
1939
+ </svg>
1940
+ </>
1941
+ )
1942
+ }
1943
+
1944
+ export function CalendarFilledIcon({ customColor_1, customColor_2 }: IconsProps) {
1945
+ return (
1946
+ <>
1947
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
1948
+ {/* @ts-ignore */}
1949
+ <path
1950
+ d="M18.2222 5H5.77778C4.79594 5 4 5.79594 4 6.77778V19.2222C4 20.2041 4.79594 21 5.77778 21H18.2222C19.2041 21 20 20.2041 20 19.2222V6.77778C20 5.79594 19.2041 5 18.2222 5Z"
1951
+ fill={customColor_1 ? customColor_1 : '#FF4D0D'}
1952
+ stroke={customColor_1 ? customColor_1 : '#FF4D0D'}
1953
+ strokeWidth="1.2"
1954
+ strokeLinejoin="round"
1955
+ />
1956
+ {/* @ts-ignore */}
1957
+ <path d="M16 3V7" stroke={customColor_1 ? customColor_1 : '#FF4D0D'} strokeWidth="1.2" strokeLinejoin="round" />
1958
+ {/* @ts-ignore */}
1959
+ <path d="M8 3V7" stroke={customColor_1 ? customColor_1 : '#FF4D0D'} strokeWidth="1.2" strokeLinejoin="round" />
1960
+ {/* @ts-ignore */}
1961
+ <path d="M4 10H20" stroke={customColor_2 ? customColor_2 : 'white'} strokeWidth="1.2" strokeLinejoin="round" />
1962
+ </svg>
1963
+ </>
1964
+ )
1965
+ }
1966
+
1967
+ export function PencilLineIcon({ fill }: IconsProps) {
1968
+ return (
1969
+ <>
1970
+ <svg width="20" height="22" viewBox="0 0 20 22" fill="none" xmlns="http://www.w3.org/2000/svg">
1971
+ <path
1972
+ d="M11.7998 20.5668L11.6861 20.4865C11.6711 20.4759 10.181 19.4335 8.5095 19.4335C7.96257 19.4335 7.45172 19.5465 6.99139 19.769C6.23548 20.1354 5.33797 20.321 4.32348 20.321C2.6875 20.321 1.29206 19.8378 1.13842 19.7826L0.999805 19.733"
1973
+ stroke={fill ? fill : '#222222'}
1974
+ strokeWidth="1.2"
1975
+ strokeLinecap="round"
1976
+ strokeLinejoin="round"
1977
+ />
1978
+ <path
1979
+ d="M14.9092 1.96308C15.1318 1.75291 15.3959 1.5862 15.6867 1.47245C15.9774 1.35871 16.2891 1.30017 16.6038 1.30017C16.9185 1.30017 17.2301 1.35871 17.5208 1.47245C17.8116 1.5862 18.0758 1.75291 18.2983 1.96308C18.5208 2.17324 18.6973 2.42275 18.8178 2.69734C18.9382 2.97194 19.0002 3.26625 19.0002 3.56347C19.0002 3.86069 18.9382 4.155 18.8178 4.4296C18.6973 4.7042 18.5208 4.9537 18.2983 5.16387L6.86017 15.9665L2.2002 17.1668L3.4711 12.7657L14.9092 1.96308Z"
1980
+ stroke={fill ? fill : '#222222'}
1981
+ strokeWidth="1.2"
1982
+ strokeLinecap="round"
1983
+ strokeLinejoin="round"
1984
+ />
1985
+ </svg>
1986
+ </>
1987
+ )
1988
+ }
1989
+
1990
+ export function PencilFilledIcon({ fill }: IconsProps) {
1991
+ return (
1992
+ <>
1993
+ <svg width="20" height="22" viewBox="0 0 20 22" fill="none" xmlns="http://www.w3.org/2000/svg">
1994
+ <path
1995
+ d="M11.7998 20.5668L11.6861 20.4865C11.6711 20.4759 10.181 19.4335 8.5095 19.4335C7.96257 19.4335 7.45172 19.5465 6.99139 19.769C6.23548 20.1354 5.33797 20.321 4.32348 20.321C2.6875 20.321 1.29206 19.8378 1.13842 19.7826L0.999805 19.733"
1996
+ stroke={fill ? fill : '#FF4D0D'}
1997
+ strokeWidth="1.2"
1998
+ strokeLinecap="round"
1999
+ strokeLinejoin="round"
2000
+ />
2001
+ <path
2002
+ d="M14.9092 1.96308C15.1318 1.75291 15.3959 1.5862 15.6867 1.47245C15.9774 1.35871 16.2891 1.30017 16.6038 1.30017C16.9185 1.30017 17.2301 1.35871 17.5208 1.47245C17.8116 1.5862 18.0758 1.75291 18.2983 1.96308C18.5208 2.17324 18.6973 2.42275 18.8178 2.69734C18.9382 2.97194 19.0002 3.26625 19.0002 3.56347C19.0002 3.86069 18.9382 4.155 18.8178 4.4296C18.6973 4.7042 18.5208 4.9537 18.2983 5.16387L6.86017 15.9665L2.2002 17.1668L3.4711 12.7657L14.9092 1.96308Z"
2003
+ fill={fill ? fill : '#FF4D0D'}
2004
+ stroke={fill ? fill : '#FF4D0D'}
2005
+ strokeWidth="1.2"
2006
+ strokeLinecap="round"
2007
+ strokeLinejoin="round"
2008
+ />
2009
+ </svg>
2010
+ </>
2011
+ )
2012
+ }
2013
+
2014
+ export function LampLineIcon({ fill }: IconsProps) {
2015
+ return (
2016
+ <>
2017
+ <svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
2018
+ <path
2019
+ d="M8.46825 16.4167H13.5307M11 1.25V2.875M17.8943 4.10567L16.6875 5.3125M20.75 11H19.125M2.875 11H1.25M5.3125 5.3125L4.10567 4.10567M7.16933 14.8307C6.41194 14.0731 5.8962 13.1079 5.68731 12.0572C5.47842 11.0065 5.58577 9.9175 5.99579 8.92781C6.40581 7.93813 7.10008 7.09225 7.99081 6.49712C8.88155 5.90199 9.92875 5.58434 11 5.58434C12.0713 5.58434 13.1185 5.90199 14.0092 6.49712C14.8999 7.09225 15.5942 7.93813 16.0042 8.92781C16.4142 9.9175 16.5216 11.0065 16.3127 12.0572C16.1038 13.1079 15.5881 14.0731 14.8307 14.8307L14.237 15.4233C13.8976 15.7627 13.6284 16.1657 13.4447 16.6092C13.2611 17.0527 13.1666 17.5281 13.1667 18.0081V18.5833C13.1667 19.158 12.9384 19.7091 12.5321 20.1154C12.1257 20.5217 11.5746 20.75 11 20.75C10.4254 20.75 9.87426 20.5217 9.46794 20.1154C9.06161 19.7091 8.83333 19.158 8.83333 18.5833V18.0081C8.83333 17.0385 8.44767 16.1079 7.763 15.4233L7.16933 14.8307Z"
2020
+ stroke={fill ? fill : '#222222'}
2021
+ strokeWidth="1.2"
2022
+ strokeLinecap="round"
2023
+ strokeLinejoin="round"
2024
+ />
2025
+ </svg>
2026
+ </>
2027
+ )
2028
+ }
2029
+
2030
+ export function LampFilledIcon({ fill }: IconsProps) {
2031
+ return (
2032
+ <svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
2033
+ <path
2034
+ d="M7.16933 14.8307C6.41194 14.0731 5.8962 13.1079 5.68731 12.0572C5.47842 11.0065 5.58577 9.91749 5.99579 8.92781C6.40581 7.93813 7.10008 7.09225 7.99081 6.49712C8.88155 5.90199 9.92875 5.58434 11 5.58434C12.0713 5.58434 13.1185 5.90199 14.0092 6.49712C14.8999 7.09225 15.5942 7.93813 16.0042 8.92781C16.4142 9.91749 16.5216 11.0065 16.3127 12.0572C16.1038 13.1079 15.5881 14.0731 14.8307 14.8307L14.237 15.4233C13.8976 15.7627 13.6284 16.1657 13.4447 16.6092C13.2611 17.0527 13.1666 17.5281 13.1667 18.0081V18.5833C13.1667 19.158 12.9384 19.7091 12.5321 20.1154C12.1257 20.5217 11.5746 20.75 11 20.75C10.4254 20.75 9.87426 20.5217 9.46794 20.1154C9.06161 19.7091 8.83333 19.158 8.83333 18.5833V18.0081C8.83333 17.0385 8.44767 16.1079 7.763 15.4233L7.16933 14.8307Z"
2035
+ fill={fill ? fill : '#FF4D0D'}
2036
+ />
2037
+ <path
2038
+ d="M8.46825 16.4167H13.5307M11 1.25V2.875M17.8943 4.10567L16.6875 5.3125M20.75 11H19.125M2.875 11H1.25M5.3125 5.3125L4.10567 4.10567M7.16933 14.8307C6.41194 14.0731 5.8962 13.1079 5.68731 12.0572C5.47842 11.0065 5.58577 9.91749 5.99579 8.92781C6.40581 7.93813 7.10008 7.09225 7.99081 6.49712C8.88155 5.90199 9.92875 5.58434 11 5.58434C12.0713 5.58434 13.1185 5.90199 14.0092 6.49712C14.8999 7.09225 15.5942 7.93813 16.0042 8.92781C16.4142 9.91749 16.5216 11.0065 16.3127 12.0572C16.1038 13.1079 15.5881 14.0731 14.8307 14.8307L14.237 15.4233C13.8976 15.7627 13.6284 16.1657 13.4447 16.6092C13.2611 17.0527 13.1666 17.5281 13.1667 18.0081V18.5833C13.1667 19.158 12.9384 19.7091 12.5321 20.1154C12.1257 20.5217 11.5746 20.75 11 20.75C10.4254 20.75 9.87426 20.5217 9.46794 20.1154C9.06161 19.7091 8.83333 19.158 8.83333 18.5833V18.0081C8.83333 17.0385 8.44767 16.1079 7.763 15.4233L7.16933 14.8307Z"
2039
+ stroke={fill ? fill : '#FF4D0D'}
2040
+ strokeWidth="1.2"
2041
+ strokeLinecap="round"
2042
+ strokeLinejoin="round"
2043
+ />
2044
+ </svg>
2045
+ )
2046
+ }
2047
+
2048
+ export function MedalLineIcon({ fill }: IconsProps) {
2049
+ return (
2050
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2051
+ <path
2052
+ d="M12 15C15.3137 15 18 12.3137 18 9C18 5.68629 15.3137 3 12 3C8.68629 3 6 5.68629 6 9C6 12.3137 8.68629 15 12 15Z"
2053
+ stroke={fill ? fill : '#222222'}
2054
+ strokeWidth="1.2"
2055
+ strokeLinecap="round"
2056
+ strokeLinejoin="round"
2057
+ />
2058
+ <path
2059
+ d="M8.968 15.0077L8 22L12 19.6974L16 22L15.032 15"
2060
+ stroke={fill ? fill : '#222222'}
2061
+ strokeWidth="1.2"
2062
+ strokeLinecap="round"
2063
+ strokeLinejoin="round"
2064
+ />
2065
+ </svg>
2066
+ )
2067
+ }
2068
+
2069
+ export function MedalFilledIcon({ fill }: IconsProps) {
2070
+ return (
2071
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2072
+ <path
2073
+ d="M12 15C15.3137 15 18 12.3137 18 9C18 5.68629 15.3137 3 12 3C8.68629 3 6 5.68629 6 9C6 12.3137 8.68629 15 12 15Z"
2074
+ stroke={fill ? fill : '#FF4D0D'}
2075
+ strokeWidth="1.2"
2076
+ strokeLinecap="round"
2077
+ strokeLinejoin="round"
2078
+ />
2079
+ <path d="M8.968 15.0077L8 22L12 19.6974L16 22L15.032 15" fill={fill ? fill : '#FF4D0D'} />
2080
+ <path
2081
+ d="M8.968 15.0077L8 22L12 19.6974L16 22L15.032 15"
2082
+ stroke={fill ? fill : '#FF4D0D'}
2083
+ strokeWidth="1.2"
2084
+ strokeLinecap="round"
2085
+ strokeLinejoin="round"
2086
+ />
2087
+ </svg>
2088
+ )
2089
+ }
2090
+
2091
+ export function PlayLineIcon({ fill, width, height }: IconsProps) {
2092
+ return (
2093
+ <svg
2094
+ width={width ? width : '20'}
2095
+ height={height ? height : '20'}
2096
+ viewBox="0 0 20 20"
2097
+ fill="none"
2098
+ xmlns="http://www.w3.org/2000/svg"
2099
+ >
2100
+ <path
2101
+ d="M10 19C14.9706 19 19 14.9706 19 10C19 5.02944 14.9706 1 10 1C5.02944 1 1 5.02944 1 10C1 14.9706 5.02944 19 10 19Z"
2102
+ stroke={fill ? fill : '#222222'}
2103
+ strokeWidth="1.2"
2104
+ strokeLinecap="round"
2105
+ strokeLinejoin="round"
2106
+ />
2107
+ <path
2108
+ d="M7.75 6.625L13.375 10L7.75 13.375V6.625Z"
2109
+ stroke={fill ? fill : '#222222'}
2110
+ strokeWidth="1.2"
2111
+ strokeLinecap="round"
2112
+ strokeLinejoin="round"
2113
+ />
2114
+ </svg>
2115
+ )
2116
+ }
2117
+
2118
+ export function PlayFilledIcon({ customColor_1, customColor_2, width, height }: IconsProps) {
2119
+ return (
2120
+ <svg
2121
+ width={width ? width : '24'}
2122
+ height={height ? height : '24'}
2123
+ viewBox="0 0 24 24"
2124
+ fill="none"
2125
+ xmlns="http://www.w3.org/2000/svg"
2126
+ >
2127
+ <path
2128
+ d="M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20Z"
2129
+ fill={customColor_1 ? customColor_1 : '#FF4D0D'}
2130
+ stroke={customColor_1 ? customColor_1 : '#FF4D0D'}
2131
+ strokeWidth="1.2"
2132
+ strokeLinecap="round"
2133
+ strokeLinejoin="round"
2134
+ />
2135
+ <path
2136
+ d="M10 9L15 12L10 15V9Z"
2137
+ fill={customColor_2 ? customColor_2 : 'white'}
2138
+ stroke={customColor_2 ? customColor_2 : 'white'}
2139
+ strokeWidth="1.2"
2140
+ strokeLinecap="round"
2141
+ strokeLinejoin="round"
2142
+ />
2143
+ </svg>
2144
+ )
2145
+ }
2146
+
2147
+ export function SiteIcon({ fill }: IconsProps) {
2148
+ return (
2149
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2150
+ <g clipPath="url(#clip0_1957_36176)">
2151
+ <path
2152
+ d="M11.9958 0C8.81434 0 5.76315 1.26428 3.5135 3.51472C1.26384 5.76516 0 8.8174 0 12C0 15.1826 1.26384 18.2348 3.5135 20.4853C5.76315 22.7357 8.81434 24 11.9958 24C15.1773 24 18.2285 22.7357 20.4782 20.4853C22.7278 18.2348 23.9917 15.1826 23.9917 12C23.9917 8.8174 22.7278 5.76516 20.4782 3.51472C18.2285 1.26428 15.1773 0 11.9958 0V0ZM1.47949 12.9067H4.82499C4.87831 14.12 5.04758 15.3253 5.33148 16.5067H2.45248C1.91561 15.3745 1.58606 14.1552 1.47949 12.9067ZM12.9022 5.70667V1.58667C14.1867 2.07497 15.2421 3.02616 15.8612 4.25333C16.1344 4.716 16.3756 5.19733 16.5809 5.69333L12.9022 5.70667ZM17.194 7.50667C17.5033 8.684 17.6872 9.89067 17.7405 11.1067H12.9022V7.50667H17.194ZM11.0895 1.58667V5.70667H7.41076C7.61637 5.21026 7.85689 4.72906 8.13051 4.26667C8.74692 3.03447 9.80272 2.07821 11.0895 1.58667ZM11.0895 7.50667V11.1067H6.26449C6.31781 9.89067 6.50174 8.684 6.81097 7.50667H11.0895ZM4.82499 11.0933H1.47949C1.58606 9.84479 1.91561 8.62549 2.45248 7.49333H5.33148C5.04704 8.67419 4.87742 9.87981 4.82499 11.0933ZM6.26449 12.9067H11.0895V16.5067H6.81097C6.50179 15.3294 6.3186 14.1226 6.26449 12.9067ZM11.1028 18.24V22.36C9.81835 21.8717 8.76288 20.9205 8.14384 19.6933C7.87022 19.2309 7.6297 18.7497 7.42409 18.2533L11.1028 18.24ZM12.9022 22.36V18.3067H16.5809C16.3753 18.8031 16.1348 19.2843 15.8612 19.7467C15.2421 20.9738 14.1867 21.925 12.9022 22.4133V22.36ZM12.9022 16.44V12.84H17.7272C17.6731 14.056 17.4899 15.2628 17.1807 16.44H12.9022ZM19.18 12.84H22.5255C22.4189 14.0885 22.0894 15.3078 21.5525 16.44H18.6602C18.9401 15.28 19.1094 14.0973 19.1667 12.9067L19.18 12.84ZM19.18 11.04C19.119 9.84841 18.9449 8.66532 18.6602 7.50667H21.5392C22.0763 8.64 22.4056 9.85867 22.5122 11.1067L19.18 11.04ZM20.5129 5.70667H18.127C17.6954 4.49373 17.0696 3.35897 16.2743 2.34667C17.9329 3.09144 19.3736 4.24807 20.4596 5.70667H20.5129ZM7.71732 2.34667C6.92202 3.35897 6.29632 4.49373 5.86463 5.70667H3.53211C4.61803 4.24807 6.05872 3.09144 7.71732 2.34667ZM3.51878 18.3467H5.86463C6.29632 19.5596 6.92202 20.6944 7.71732 21.7067C6.05413 20.9507 4.61299 19.7799 3.53211 18.3067L3.51878 18.3467ZM16.261 21.7067C17.0563 20.6944 17.682 19.5596 18.1137 18.3467H20.4596C19.367 19.7857 17.9269 20.9235 16.2743 21.6533L16.261 21.7067Z"
2153
+ fill={fill ? fill : 'white'}
2154
+ />
2155
+ </g>
2156
+ <defs>
2157
+ <clipPath id="clip0_1957_36176">
2158
+ <rect width="23.9917" height="24" fill={fill ? fill : 'white'} />
2159
+ </clipPath>
2160
+ </defs>
2161
+ </svg>
2162
+ )
2163
+ }
2164
+
2165
+ export function LinkedinIcon({ fill, width, height }: IconsProps) {
2166
+ return (
2167
+ <svg
2168
+ width={width ? width : '25'}
2169
+ height={height ? height : '24'}
2170
+ viewBox="0 0 25 24"
2171
+ fill="none"
2172
+ xmlns="http://www.w3.org/2000/svg"
2173
+ >
2174
+ <path
2175
+ d="M24.0164 0H1.94404C1.41323 0 0.984375 0.429 0.984375 0.96V23.04C0.984375 23.571 1.41323 24 1.94404 24H24.0164C24.5472 24 24.976 23.571 24.976 23.04V0.96C24.976 0.429 24.5472 0 24.0164 0ZM8.1009 20.451H4.54114V8.997H8.1009V20.451ZM6.32252 7.431C5.91444 7.431 5.51553 7.30995 5.17622 7.08315C4.83692 6.85636 4.57246 6.534 4.4163 6.15686C4.26013 5.77971 4.21927 5.36471 4.29888 4.96433C4.3785 4.56396 4.575 4.19619 4.86356 3.90753C5.15211 3.61888 5.51976 3.4223 5.91999 3.34266C6.32023 3.26302 6.73509 3.30389 7.11211 3.46011C7.48912 3.61633 7.81136 3.88088 8.03808 4.2203C8.2648 4.55973 8.3858 4.95878 8.3858 5.367C8.38281 6.507 7.45913 7.431 6.32252 7.431ZM21.4283 20.451H17.8715V14.88C17.8715 13.551 17.8475 11.844 16.0212 11.844C14.1708 11.844 13.8859 13.29 13.8859 14.784V20.451H10.3321V8.997H13.7449V10.563H13.7929C14.2668 9.663 15.4274 8.712 17.1608 8.712C20.7655 8.712 21.4283 11.085 21.4283 14.169V20.451Z"
2176
+ fill={fill ? fill : 'white'}
2177
+ />
2178
+ </svg>
2179
+ )
2180
+ }
2181
+ export function Handshake({ fill }: IconsProps) {
2182
+ return (
2183
+ <svg width="42" height="27" viewBox="0 0 44 27" fill="none" xmlns="http://www.w3.org/2000/svg">
2184
+ <path
2185
+ d="M7 20H10.4398C11.6094 20 12.7421 20.4101 13.6407 21.1589L18.223 24.9775C19.6202 26.1419 21.7542 25.4393 22.1865 23.6726V23.6726C22.2766 23.3047 22.7311 23.1723 23.0046 23.4343L23.7266 24.1257C25.2549 25.5893 27.7968 24.7922 28.2157 22.718V22.718C28.2923 22.3386 28.734 22.1631 29.051 22.3851V22.3851C30.1638 23.1644 31.685 22.9976 32.5994 21.993L32.6508 21.9366C33.6221 20.8695 33.6183 19.2375 32.6419 18.175L24.0998 8.87932L25.8109 7.01725L21.6775 11.5153C20.6791 12.6018 18.9649 12.6018 17.9665 11.5153V11.5153C17.0806 10.5513 17.0805 9.06939 17.9664 8.10527L22.3887 3.29206M7 20V8H1V21C1 22.1046 1.89543 23 3 23H5C6.10457 23 7 22.1046 7 21V20ZM37 8H33.9768C32.5594 8 31.2086 7.39839 30.2603 6.34482L27.5574 3.34154C26.182 1.81333 23.7931 1.79046 22.3887 3.29206V3.29206M37 8V21C37 22.1046 37.8954 23 39 23H41C42.1046 23 43 22.1046 43 21V8H37ZM22.3887 3.29206V3.29206C20.8797 1.69538 18.4198 1.46739 16.6431 2.75955L11.5 6.5"
2186
+ stroke={'currentColor'}
2187
+ strokeWidth="2"
2188
+ strokeLinecap="round"
2189
+ strokeLinejoin="round"
2190
+ />
2191
+ </svg>
2192
+ )
2193
+ }
2194
+ export function Mission({ fill }: IconsProps) {
2195
+ return (
2196
+ <svg width="42" height="42" viewBox="0 0 42 42" fill="none" xmlns="http://www.w3.org/2000/svg">
2197
+ <path
2198
+ d="M25.7128 35.0223L20.3345 29.5153M25.7128 35.0223L28.3745 40.5C29.7262 39.151 34.3099 32.8713 31.0608 29.5445M25.7128 35.0223L31.0608 29.5445M20.3345 29.5153L25.7128 24.0103L25.7395 23.9811M20.3345 29.5153L25.7395 23.9811M20.3345 29.5153L14.9295 26.7356C16.3022 25.3671 22.536 20.7011 25.7395 23.9811M31.0608 29.5445L31.0893 29.5153M31.0608 29.5445L35.8175 24.6761C37.8477 22.5967 39.2615 19.9714 39.8954 17.1038L40.5 14.3746L37.8346 14.9936C35.0339 15.6427 32.4699 17.0904 30.4391 19.1691L25.7395 23.9811M31.0608 29.5445L25.7395 23.9811M4.30969 23.6463C1.76405 27.7673 0.792564 31.0551 2.04352 32.3379C3.1576 33.4786 5.82111 32.8168 9.22607 30.8234M23.1292 4.37687C27.1539 1.77037 30.365 0.77565 31.6178 2.05652C33.3022 3.77926 30.9619 9.13047 26.1919 15.2506M8.15403 26.8059C5.3023 24.8592 3.30034 19.1765 3.5777 15.9926C3.85506 12.8087 5.21649 9.82594 7.42401 7.56564C9.63153 5.30535 12.5447 3.91137 15.6542 3.62737C18.7638 3.34338 23.3632 4.41991 26.215 7.33981"
2199
+ stroke={'currentColor'}
2200
+ strokeWidth="2"
2201
+ strokeLinecap="round"
2202
+ strokeLinejoin="round"
2203
+ />
2204
+ </svg>
2205
+ )
2206
+ }
2207
+
2208
+ export function Lamp({ fill }: IconsProps) {
2209
+ return (
2210
+ <svg width="42" height="42" viewBox="0 0 42 42" fill="none" xmlns="http://www.w3.org/2000/svg">
2211
+ <path
2212
+ d="M15.9365 31.8333H26.0613M21 1.5V4.75M34.7887 7.21133L32.375 9.625M40.5 21H37.25M4.75 21H1.5M9.625 9.625L7.21133 7.21133M13.3387 28.6613C11.8239 27.1462 10.7924 25.2158 10.3746 23.1144C9.95684 21.0131 10.1715 18.835 10.9916 16.8556C11.8116 14.8763 13.2002 13.1845 14.9816 11.9942C16.7631 10.804 18.8575 10.1687 21 10.1687C23.1425 10.1687 25.2369 10.804 27.0184 11.9942C28.7999 13.1845 30.1884 14.8763 31.0084 16.8556C31.8285 18.835 32.0432 21.0131 31.6254 23.1144C31.2076 25.2158 30.1761 27.1462 28.6613 28.6613L27.474 29.8465C26.7952 30.5254 26.2568 31.3314 25.8895 32.2184C25.5222 33.1054 25.3332 34.0561 25.3333 35.0162V36.1667C25.3333 37.3159 24.8768 38.4181 24.0641 39.2308C23.2515 40.0435 22.1493 40.5 21 40.5C19.8507 40.5 18.7485 40.0435 17.9359 39.2308C17.1232 38.4181 16.6667 37.3159 16.6667 36.1667V35.0162C16.6667 33.077 15.8953 31.2158 14.526 29.8465L13.3387 28.6613Z"
2213
+ stroke={'currentColor'}
2214
+ strokeWidth="2"
2215
+ strokeLinecap="round"
2216
+ strokeLinejoin="round"
2217
+ />
2218
+ </svg>
2219
+ )
2220
+ }
2221
+
2222
+ export function InstagramIcon({ fill, width, height }: IconsProps) {
2223
+ return (
2224
+ <svg
2225
+ width={width ? width : '25'}
2226
+ height={height ? height : '24'}
2227
+ viewBox="0 0 25 24"
2228
+ fill="none"
2229
+ xmlns="http://www.w3.org/2000/svg"
2230
+ >
2231
+ <path
2232
+ d="M12.9594 5.84273C9.55335 5.84273 6.8045 8.59254 6.8045 11.9998C6.8045 15.407 9.55335 18.1568 12.9594 18.1568C16.3655 18.1568 19.1143 15.407 19.1143 11.9998C19.1143 8.59254 16.3655 5.84273 12.9594 5.84273ZM12.9594 16.0014C10.7567 16.0014 8.95917 14.2032 8.95917 11.9998C8.95917 9.79633 10.7567 7.99815 12.9594 7.99815C15.1621 7.99815 16.9596 9.79633 16.9596 11.9998C16.9596 14.2032 15.1621 16.0014 12.9594 16.0014ZM19.3664 4.15562C18.5711 4.15562 17.9289 4.79804 17.9289 5.59357C17.9289 6.38909 18.5711 7.03151 19.3664 7.03151C20.1616 7.03151 20.8038 6.39209 20.8038 5.59357C20.8041 5.40467 20.7671 5.21758 20.6949 5.04301C20.6227 4.86844 20.5169 4.70983 20.3833 4.57626C20.2498 4.44269 20.0913 4.33678 19.9168 4.2646C19.7423 4.19242 19.5552 4.15539 19.3664 4.15562ZM24.9571 11.9998C24.9571 10.3427 24.9721 8.70061 24.8791 7.04652C24.7861 5.12526 24.3479 3.42014 22.9435 2.01522C21.5361 0.607291 19.8345 0.172005 17.9139 0.0789442C16.2574 -0.014117 14.6159 0.000892919 12.9624 0.000892919C11.3059 0.000892919 9.66439 -0.014117 8.01087 0.0789442C6.09028 0.172005 4.38575 0.610293 2.98131 2.01522C1.57388 3.42314 1.13874 5.12526 1.04571 7.04652C0.952685 8.70361 0.967689 10.3457 0.967689 11.9998C0.967689 13.6539 0.952685 15.2989 1.04571 16.953C1.13874 18.8743 1.57688 20.5794 2.98131 21.9843C4.38875 23.3923 6.09028 23.8275 8.01087 23.9206C9.66739 24.0137 11.3089 23.9987 12.9624 23.9987C14.6189 23.9987 16.2604 24.0137 17.9139 23.9206C19.8345 23.8275 21.5391 23.3893 22.9435 21.9843C24.3509 20.5764 24.7861 18.8743 24.8791 16.953C24.9751 15.2989 24.9571 13.6569 24.9571 11.9998ZM22.3163 19.0784C22.0972 19.6248 21.8332 20.0331 21.41 20.4533C20.9869 20.8766 20.5818 21.1408 20.0356 21.3599C18.4571 21.9873 14.7089 21.8462 12.9594 21.8462C11.2099 21.8462 7.4587 21.9873 5.88021 21.3629C5.33404 21.1438 4.92592 20.8796 4.50579 20.4563C4.08266 20.0331 3.81857 19.6278 3.59951 19.0814C2.97531 17.4994 3.11636 13.7499 3.11636 11.9998C3.11636 10.2496 2.97531 6.49716 3.59951 4.91812C3.81857 4.37176 4.08266 3.9635 4.50579 3.54322C4.92892 3.12294 5.33404 2.85577 5.88021 2.63662C7.4587 2.01221 11.2099 2.15331 12.9594 2.15331C14.7089 2.15331 18.4601 2.01221 20.0386 2.63662C20.5848 2.85577 20.9929 3.11994 21.413 3.54322C21.8362 3.9665 22.1002 4.37176 22.3193 4.91812C22.9435 6.49716 22.8025 10.2496 22.8025 11.9998C22.8025 13.7499 22.9435 17.4994 22.3163 19.0784Z"
2233
+ fill={fill ? fill : 'white'}
2234
+ />
2235
+ </svg>
2236
+ )
2237
+ }
2238
+
2239
+ export function YoutubeIcon({ fill, width, height }: IconsProps) {
2240
+ return (
2241
+ <svg
2242
+ width={width ? width : '25'}
2243
+ height={height ? height : '17'}
2244
+ viewBox="0 0 25 17"
2245
+ fill="none"
2246
+ xmlns="http://www.w3.org/2000/svg"
2247
+ >
2248
+ <path
2249
+ d="M24.4411 2.62768C24.3046 2.11885 24.0368 1.65483 23.6646 1.28206C23.2924 0.909287 22.8289 0.640836 22.3205 0.503572C20.4488 1.02179e-07 12.946 0 12.946 0C12.946 0 5.44328 -1.02179e-07 3.57161 0.500893C3.06291 0.637712 2.59915 0.906014 2.22691 1.27886C1.85467 1.6517 1.58704 2.11595 1.45091 2.625C0.950195 4.5 0.950195 8.41071 0.950195 8.41071C0.950195 8.41071 0.950195 12.3214 1.45091 14.1938C1.72671 15.2277 2.54071 16.042 3.57161 16.3179C5.44328 16.8214 12.946 16.8214 12.946 16.8214C12.946 16.8214 20.4488 16.8214 22.3205 16.3179C23.354 16.042 24.1653 15.2277 24.4411 14.1938C24.9419 12.3214 24.9419 8.41071 24.9419 8.41071C24.9419 8.41071 24.9419 4.5 24.4411 2.62768ZM10.5629 12V4.82143L16.7751 8.38393L10.5629 12Z"
2250
+ fill={fill ? fill : 'white'}
2251
+ />
2252
+ </svg>
2253
+ )
2254
+ }
2255
+
2256
+ export function SpotifyIcon({ fill, width, height }: IconsProps) {
2257
+ return (
2258
+ <svg
2259
+ width={width ? width : '25'}
2260
+ height={height ? height : '24'}
2261
+ viewBox="0 0 25 24"
2262
+ fill="none"
2263
+ xmlns="http://www.w3.org/2000/svg"
2264
+ >
2265
+ <path
2266
+ d="M20.007 10.68C16.1683 8.4 9.75053 8.16 6.0918 9.3C5.49201 9.48 4.89222 9.12 4.71228 8.58C4.53234 7.98 4.89222 7.38 5.43203 7.2C9.69055 5.94 16.7081 6.18 21.1466 8.82C21.6864 9.12 21.8663 9.84 21.5664 10.38C21.2665 10.8 20.5468 10.98 20.007 10.68ZM19.887 14.04C19.5871 14.46 19.0473 14.64 18.6274 14.34C15.3886 12.36 10.4703 11.76 6.69159 12.96C6.21176 13.08 5.67195 12.84 5.55199 12.36C5.43203 11.88 5.67195 11.34 6.15178 11.22C10.5303 9.9 15.9284 10.56 19.6471 12.84C20.007 13.02 20.1869 13.62 19.887 14.04ZM18.4475 17.34C18.2076 17.7 17.7877 17.82 17.4279 17.58C14.6088 15.84 11.0701 15.48 6.87153 16.44C6.45168 16.56 6.0918 16.26 5.97184 15.9C5.85189 15.48 6.15178 15.12 6.51166 15C11.0701 13.98 15.0287 14.4 18.1476 16.32C18.5675 16.5 18.6274 16.98 18.4475 17.34ZM12.9294 0C11.3541 0 9.79422 0.310389 8.33882 0.913446C6.88342 1.5165 5.56101 2.40042 4.44709 3.51472C2.19744 5.76516 0.933594 8.8174 0.933594 12C0.933594 15.1826 2.19744 18.2348 4.44709 20.4853C5.56101 21.5996 6.88342 22.4835 8.33882 23.0866C9.79422 23.6896 11.3541 24 12.9294 24C16.1109 24 19.1621 22.7357 21.4118 20.4853C23.6614 18.2348 24.9253 15.1826 24.9253 12C24.9253 10.4241 24.615 8.86371 24.0121 7.4078C23.4093 5.95189 22.5257 4.62902 21.4118 3.51472C20.2978 2.40042 18.9754 1.5165 17.52 0.913446C16.0646 0.310389 14.5047 0 12.9294 0Z"
2267
+ fill={fill ? fill : 'white'}
2268
+ />
2269
+ </svg>
2270
+ )
2271
+ }
2272
+
2273
+ export function PodCastIcon({ fill, width, height }: IconsProps) {
2274
+ return (
2275
+ <svg
2276
+ width={width ? width : '25'}
2277
+ height={height ? height : '23'}
2278
+ viewBox="0 0 25 23"
2279
+ fill="none"
2280
+ xmlns="http://www.w3.org/2000/svg"
2281
+ >
2282
+ <path
2283
+ d="M18.6251 19.1429V22.8571H7.20053V19.1429C7.20053 17.5657 9.75964 16.2857 12.9128 16.2857C16.066 16.2857 18.6251 17.5657 18.6251 19.1429ZM12.9128 4.57143C14.8823 4.57143 16.7712 5.35408 18.1638 6.74721C19.5564 8.14033 20.3388 10.0298 20.3388 12C20.3388 13.4286 19.939 14.7657 19.2421 15.8971L17.4827 14.3314C17.8483 13.6343 18.0539 12.8343 18.0539 12C18.0539 9.14286 15.769 6.85714 12.9128 6.85714C10.0567 6.85714 7.77176 9.14286 7.77176 12C7.77176 12.8343 7.9774 13.6343 8.34299 14.3314L6.5836 15.8971C5.8867 14.7657 5.48684 13.4286 5.48684 12C5.48684 10.0298 6.26922 8.14033 7.66186 6.74721C9.0545 5.35408 10.9433 4.57143 12.9128 4.57143ZM12.9128 0C16.0943 0 19.1455 1.26428 21.3952 3.51472C23.6448 5.76515 24.9087 8.8174 24.9087 12C24.9087 14.6057 24.0747 17.0171 22.6694 18.9829L20.9557 17.44C22.0068 15.8857 22.6237 14.0114 22.6237 12C22.6237 9.42361 21.6006 6.95274 19.7795 5.13096C17.9583 3.30918 15.4883 2.28571 12.9128 2.28571C10.3373 2.28571 7.86733 3.30918 6.04618 5.13096C4.22503 6.95274 3.20192 9.42361 3.20192 12C3.20192 14.0114 3.81885 15.8857 4.86991 17.44L3.15622 18.9829C1.69784 16.9469 0.914658 14.5047 0.916997 12C0.916997 8.8174 2.18084 5.76515 4.4305 3.51472C6.68015 1.26428 9.73134 0 12.9128 0ZM12.9128 9.14286C13.6703 9.14286 14.3968 9.44388 14.9324 9.97969C15.4681 10.5155 15.769 11.2422 15.769 12C15.769 12.7578 15.4681 13.4845 14.9324 14.0203C14.3968 14.5561 13.6703 14.8571 12.9128 14.8571C12.1553 14.8571 11.4289 14.5561 10.8932 14.0203C10.3576 13.4845 10.0567 12.7578 10.0567 12C10.0567 11.2422 10.3576 10.5155 10.8932 9.97969C11.4289 9.44388 12.1553 9.14286 12.9128 9.14286Z"
2284
+ fill={fill ? fill : 'white'}
2285
+ />
2286
+ </svg>
2287
+ )
2288
+ }
2289
+
2290
+ export function CalendarIcon({ fill, width, height }: IconsProps) {
2291
+ return (
2292
+ <svg
2293
+ width={width ? width : '24'}
2294
+ height={height ? height : '24'}
2295
+ viewBox="0 0 24 24"
2296
+ fill="none"
2297
+ xmlns="http://www.w3.org/2000/svg"
2298
+ >
2299
+ <path
2300
+ d="M18.2222 5H5.77778C4.79594 5 4 5.79594 4 6.77778V19.2222C4 20.2041 4.79594 21 5.77778 21H18.2222C19.2041 21 20 20.2041 20 19.2222V6.77778C20 5.79594 19.2041 5 18.2222 5Z"
2301
+ stroke={fill ? fill : 'white'}
2302
+ strokeWidth="1.2"
2303
+ strokeLinecap="round"
2304
+ strokeLinejoin="round"
2305
+ />
2306
+ <path d="M16 3V7" stroke={fill ? fill : 'white'} strokeWidth="1.2" strokeLinecap="round" strokeLinejoin="round" />
2307
+ <path d="M8 3V7" stroke={fill ? fill : 'white'} strokeWidth="1.2" strokeLinecap="round" strokeLinejoin="round" />
2308
+ <path
2309
+ d="M4 10H20"
2310
+ stroke={fill ? fill : 'white'}
2311
+ strokeWidth="1.2"
2312
+ strokeLinecap="round"
2313
+ strokeLinejoin="round"
2314
+ />
2315
+ </svg>
2316
+ )
2317
+ }
2318
+
2319
+ export function WriteIcon({ fill, width, height }: IconsProps) {
2320
+ return (
2321
+ <svg
2322
+ width={width ? width : '24'}
2323
+ height={height ? height : '24'}
2324
+ viewBox="0 0 24 24"
2325
+ fill="none"
2326
+ xmlns="http://www.w3.org/2000/svg"
2327
+ >
2328
+ <path
2329
+ d="M13.7998 21.5669L13.6861 21.4866C13.6711 21.476 12.181 20.4336 10.5095 20.4336C9.96257 20.4336 9.45172 20.5466 8.99139 20.7691C8.23548 21.1355 7.33797 21.3211 6.32348 21.3211C4.6875 21.3211 3.29206 20.838 3.13842 20.7827L2.9998 20.7332"
2330
+ stroke={fill ? fill : 'white'}
2331
+ strokeWidth="1.2"
2332
+ strokeLinecap="round"
2333
+ strokeLinejoin="round"
2334
+ />
2335
+ <path
2336
+ d="M16.9092 2.96271C17.1318 2.75254 17.3959 2.58583 17.6867 2.47209C17.9774 2.35835 18.2891 2.2998 18.6038 2.2998C18.9185 2.2998 19.2301 2.35835 19.5208 2.47209C19.8116 2.58583 20.0758 2.75254 20.2983 2.96271C20.5208 3.17288 20.6973 3.42238 20.8178 3.69698C20.9382 3.97157 21.0002 4.26589 21.0002 4.56311C21.0002 4.86033 20.9382 5.15464 20.8178 5.42923C20.6973 5.70383 20.5208 5.95334 20.2983 6.1635L8.86017 16.9662L4.2002 18.1665L5.4711 13.7654L16.9092 2.96271Z"
2337
+ stroke={fill ? fill : 'white'}
2338
+ strokeWidth="1.2"
2339
+ strokeLinecap="round"
2340
+ strokeLinejoin="round"
2341
+ />
2342
+ </svg>
2343
+ )
2344
+ }
2345
+
2346
+ export function HomeIcon({ fill, width, height }: IconsProps) {
2347
+ return (
2348
+ <svg
2349
+ width={width ? width : '24'}
2350
+ height={height ? height : '24'}
2351
+ viewBox="0 0 24 24"
2352
+ fill="none"
2353
+ xmlns="http://www.w3.org/2000/svg"
2354
+ >
2355
+ <path
2356
+ d="M3 9.67412V21C3 21.5523 3.44772 22 4 22H9.1875V14.2222H14.8125V22H20C20.5523 22 21 21.5523 21 21V9.67412C21 9.04041 20.6997 8.4442 20.1905 8.067L12.5952 2.44091C12.2416 2.17899 11.7584 2.17899 11.4048 2.44091L3.80954 8.067C3.30033 8.4442 3 9.04041 3 9.67412Z"
2357
+ fill={fill ? fill : 'white'}
2358
+ stroke={fill ? fill : 'white'}
2359
+ strokeWidth="1.2"
2360
+ strokeLinejoin="round"
2361
+ />
2362
+ </svg>
2363
+ )
2364
+ }
2365
+
2366
+ export function RocketButton({ customColor_1, customColor_2, width, height }: IconsProps) {
2367
+ return (
2368
+ <svg
2369
+ width={width ? width : '16'}
2370
+ height={height ? height : '17'}
2371
+ viewBox="0 0 16 17"
2372
+ fill="none"
2373
+ xmlns="http://www.w3.org/2000/svg"
2374
+ >
2375
+ <circle cx="8" cy="8.78711" r="8" fill={customColor_1 ? customColor_1 : '#FF4D0D'} />
2376
+ <path
2377
+ d="M4.6582 10.4509C4.53581 10.641 4.43685 10.8454 4.36523 11.0576H5.4694V9.63445C5.14648 9.84539 4.87044 10.1227 4.6582 10.4509ZM10.3652 9.63445V11.0576H11.4694C11.3978 10.8454 11.2988 10.641 11.1764 10.4509C10.9665 10.1246 10.6901 9.84644 10.3652 9.63445ZM9.53189 6.51074L7.91731 4.59668L6.30273 6.51074V11.0576H9.53189V6.51074ZM7.91731 8.19304C7.75376 8.1897 7.59804 8.12239 7.48355 8.00554C7.36906 7.88869 7.30494 7.73162 7.30494 7.56804C7.30494 7.40445 7.36906 7.24738 7.48355 7.13054C7.59804 7.01369 7.75376 6.94638 7.91731 6.94304C8.08086 6.94638 8.23659 7.01369 8.35108 7.13054C8.46556 7.24738 8.52968 7.40445 8.52968 7.56804C8.52968 7.73162 8.46556 7.88869 8.35108 8.00554C8.23659 8.12239 8.08086 8.1897 7.91731 8.19304Z"
2378
+ fill={customColor_2 ? customColor_2 : 'white'}
2379
+ fillOpacity="0.35"
2380
+ />
2381
+ <path
2382
+ d="M12.5007 11.9437C12.5007 10.4906 11.6491 9.23535 10.4173 8.65072V6.49186C10.4173 6.29525 10.3483 6.10514 10.2207 5.9554L8.23633 3.60254C8.153 3.50358 8.03451 3.4541 7.91732 3.4541C7.80013 3.4541 7.68164 3.50358 7.59831 3.60254L5.61393 5.9554C5.4872 6.10545 5.41756 6.29545 5.41732 6.49186V8.65072C4.18555 9.23535 3.33398 10.4906 3.33398 11.9437H5.37174C5.3418 12.0374 5.32617 12.139 5.32617 12.2536C5.32617 12.5413 5.42513 12.8226 5.60482 13.0452C5.75149 13.2274 5.94574 13.3653 6.16602 13.4437C6.4668 14.1468 7.15039 14.5999 7.91732 14.5999C8.29622 14.5999 8.66341 14.488 8.97721 14.277C9.28451 14.0713 9.52279 13.7835 9.66732 13.4437C9.88751 13.3657 10.0818 13.2283 10.2285 13.0465C10.4084 12.8219 10.5067 12.5427 10.5072 12.2549C10.5072 12.1455 10.4928 12.0413 10.4668 11.945L12.5007 11.9437ZM5.4694 11.0583H4.36523C4.43685 10.846 4.53581 10.6416 4.6582 10.4515C4.87044 10.1234 5.14648 9.84603 5.4694 9.63509V11.0583ZM6.30273 8.65072V6.51139L7.91732 4.59733L9.5319 6.51139V11.0583H6.30273V8.65072ZM9.42904 12.5713C9.36133 12.6104 9.2832 12.626 9.20638 12.6156L8.95247 12.5843L8.91602 12.8369C8.8457 13.3304 8.41602 13.7028 7.91732 13.7028C7.41862 13.7028 6.98893 13.3304 6.91862 12.8369L6.88216 12.583L6.62826 12.6156C6.55106 12.6248 6.47297 12.6088 6.4056 12.57C6.29232 12.5049 6.22201 12.3838 6.22201 12.2523C6.22201 12.1143 6.29883 11.9997 6.41211 11.9424H9.42383C9.53841 12.001 9.61393 12.1156 9.61393 12.2523C9.61263 12.3851 9.54232 12.5075 9.42904 12.5713ZM10.3652 11.0583V9.63509C10.6901 9.84709 10.9665 10.1253 11.1764 10.4515C11.2988 10.6416 11.3978 10.846 11.4694 11.0583H10.3652Z"
2383
+ fill={customColor_2 ? customColor_2 : 'white'}
2384
+ />
2385
+ <path
2386
+ d="M7.29102 7.56836C7.29102 7.73412 7.35686 7.89309 7.47407 8.0103C7.59128 8.12751 7.75026 8.19336 7.91602 8.19336C8.08178 8.19336 8.24075 8.12751 8.35796 8.0103C8.47517 7.89309 8.54102 7.73412 8.54102 7.56836C8.54102 7.4026 8.47517 7.24363 8.35796 7.12642C8.24075 7.00921 8.08178 6.94336 7.91602 6.94336C7.75026 6.94336 7.59128 7.00921 7.47407 7.12642C7.35686 7.24363 7.29102 7.4026 7.29102 7.56836Z"
2387
+ fill={customColor_2 ? customColor_2 : 'white'}
2388
+ />
2389
+ </svg>
2390
+ )
2391
+ }
2392
+
2393
+ export function StarOutlined({ fill, width, height }: IconsProps) {
2394
+ return (
2395
+ <svg
2396
+ width={width ? width : '24'}
2397
+ height={height ? height : '24'}
2398
+ viewBox="0 0 24 24"
2399
+ fill="none"
2400
+ xmlns="http://www.w3.org/2000/svg"
2401
+ >
2402
+ <path
2403
+ d="M11.0948 2.92837C11.4547 2.16162 12.5453 2.16162 12.9052 2.92838L15.1725 7.75831C15.3141 8.05989 15.5965 8.27116 15.9258 8.32177L21.0777 9.1136C21.882 9.23721 22.2098 10.2184 21.6413 10.8006L17.8527 14.6808C17.6309 14.908 17.5302 15.227 17.5813 15.5404L18.4664 20.9672C18.6008 21.7911 17.7261 22.4073 16.9956 22.0033L12.4839 19.5084C12.1828 19.3419 11.8172 19.3419 11.5161 19.5084L7.00445 22.0033C6.27389 22.4073 5.39918 21.7911 5.53357 20.9672L6.41872 15.5404C6.46983 15.227 6.36909 14.908 6.14727 14.6808L2.3587 10.8006C1.79024 10.2184 2.11804 9.23721 2.92229 9.1136L8.07418 8.32177C8.40347 8.27116 8.68592 8.05989 8.82749 7.75831L11.0948 2.92837Z"
2404
+ stroke={fill ? fill : '#0645AD'}
2405
+ strokeWidth="2"
2406
+ strokeLinecap="round"
2407
+ strokeLinejoin="round"
2408
+ />
2409
+ </svg>
2410
+ )
2411
+ }
2412
+
2413
+ export function TalkIcon({ fill, width, height }: IconsProps) {
2414
+ return (
2415
+ <svg
2416
+ width={width ? width : '24'}
2417
+ height={height ? height : '24'}
2418
+ viewBox="0 0 24 24"
2419
+ fill="none"
2420
+ xmlns="http://www.w3.org/2000/svg"
2421
+ >
2422
+ <circle cx="8.21301" cy="10.5532" r="1.06049" fill={fill ? fill : '#0645AD'} />
2423
+ <ellipse cx="11.9025" cy="10.5532" rx="1.06049" ry="1.06049" fill={fill ? fill : '#0645AD'} />
2424
+ <circle cx="15.9898" cy="10.5537" r="1.06049" fill={fill ? fill : '#0645AD'} />
2425
+ <path
2426
+ d="M14.256 17.7771L18.7107 22.2191V17.7771H20.1417C21.2958 17.7771 22.219 16.8517 22.219 15.6949V4.68231C22.219 3.52552 21.2958 2.6001 20.1417 2.6001H4.67728C3.52322 2.6001 2.59998 3.52552 2.59998 4.68231V15.6949C2.59998 16.8517 3.52322 17.7771 4.67728 17.7771H14.256Z"
2427
+ stroke={fill ? fill : '#0645AD'}
2428
+ strokeWidth="2"
2429
+ strokeLinejoin="round"
2430
+ />
2431
+ </svg>
2432
+ )
2433
+ }
2434
+
2435
+ export function ThumbsUpIcon({ fill, width, height }: IconsProps) {
2436
+ return (
2437
+ <svg
2438
+ width={width ? width : '22'}
2439
+ height={height ? height : '20'}
2440
+ viewBox="0 0 22 20"
2441
+ fill="none"
2442
+ xmlns="http://www.w3.org/2000/svg"
2443
+ >
2444
+ <path
2445
+ d="M5.63257 9.25C6.43892 9.25 7.16648 8.80416 7.6641 8.16967C8.13921 7.56387 8.69033 7.02052 9.3031 6.55398C10.055 5.98149 10.7497 5.3137 11.1664 4.46542L12.5 1.75C12.875 1 12.8358 1 13.25 1C14.4926 1 15.5 2.00736 15.5 3.25C15.5 4.40163 15.2404 5.49263 14.7766 6.46771C14.511 7.02604 14.8836 7.75 15.5019 7.75M15.5019 7.75H18.6277C19.6544 7.75 20.5733 8.44399 20.682 9.46486C20.7269 9.88708 20.75 10.3158 20.75 10.75C20.75 13.5976 19.7581 16.2136 18.101 18.2712C17.7134 18.7525 17.1142 19 16.4962 19H12.4802C11.9966 19 11.5161 18.922 11.0572 18.7691L7.94278 17.7309C7.48393 17.578 7.00342 17.5 6.51975 17.5H4.90421M15.5019 7.75H13.25M4.90421 17.5C4.98702 17.7046 5.07713 17.9054 5.17423 18.1022C5.37137 18.5017 5.0962 19 4.65067 19H3.74289C2.85418 19 2.02991 18.482 1.77056 17.632C1.43208 16.5226 1.25 15.3451 1.25 14.125C1.25 12.5725 1.54481 11.0889 2.08149 9.72711C2.38655 8.95303 3.16733 8.5 3.99936 8.5H5.05212C5.52404 8.5 5.7973 9.05591 5.5523 9.45925C4.72588 10.8198 4.25 12.4168 4.25 14.125C4.25 15.3185 4.48232 16.4578 4.90421 17.5Z"
2446
+ stroke={fill ? fill : '#0645AD'}
2447
+ strokeWidth="2"
2448
+ strokeLinecap="round"
2449
+ strokeLinejoin="round"
2450
+ />
2451
+ </svg>
2452
+ )
2453
+ }
2454
+
2455
+ export function ThumbsUpCovered({ customColor_1, customColor_2, width, height }: IconsProps) {
2456
+ return (
2457
+ <svg
2458
+ width={width ? width : '16'}
2459
+ height={height ? height : '17'}
2460
+ viewBox="0 0 16 17"
2461
+ fill="none"
2462
+ xmlns="http://www.w3.org/2000/svg"
2463
+ >
2464
+ <circle cx="8" cy="8.78711" r="8" fill={customColor_1 ? customColor_1 : '#FF4D0D'} />
2465
+ <path
2466
+ d="M3.83333 10.3022C3.83333 9.65539 3.95301 9.03722 4.1709 8.46979C4.29475 8.14726 4.61173 7.9585 4.94952 7.9585H5.37692C5.56851 7.9585 5.67946 8.19013 5.57999 8.35818C5.24448 8.92508 5.05128 9.5905 5.05128 10.3022C5.05128 10.7995 5.1456 11.2742 5.31687 11.7085C5.35049 11.7937 5.38708 11.8774 5.4265 11.9594C5.50653 12.1259 5.39482 12.3335 5.21394 12.3335H4.8454C4.4846 12.3335 4.14996 12.1177 4.04467 11.7635C3.90725 11.3013 3.83333 10.8106 3.83333 10.3022Z"
2467
+ fill={customColor_2 ? customColor_2 : '#D9D9D9'}
2468
+ />
2469
+ <path
2470
+ d="M3.83333 10.3022C3.83333 9.65539 3.95301 9.03722 4.1709 8.46979C4.29475 8.14726 4.61173 7.9585 4.94952 7.9585H5.37692C5.56851 7.9585 5.67946 8.19013 5.57999 8.35818C5.24448 8.92508 5.05128 9.5905 5.05128 10.3022C5.05128 10.7995 5.1456 11.2742 5.31687 11.7085C5.35049 11.7937 5.38708 11.8774 5.4265 11.9594C5.50653 12.1259 5.39482 12.3335 5.21394 12.3335H4.8454C4.4846 12.3335 4.14996 12.1177 4.04467 11.7635C3.90725 11.3013 3.83333 10.8106 3.83333 10.3022Z"
2471
+ fill="black"
2472
+ fillOpacity="0.2"
2473
+ />
2474
+ <path
2475
+ d="M5.61258 8.271C5.93994 8.271 6.23532 8.08523 6.43734 7.82086C6.45594 7.79652 6.47482 7.77243 6.49399 7.74858C7.08538 7.01272 7.81831 6.36287 8.22582 5.5113L8.40064 5.146C8.55288 4.8335 8.53696 4.8335 8.70512 4.8335C9.20961 4.8335 9.61858 5.25323 9.61858 5.771C9.61858 6.25084 9.51321 6.70543 9.32491 7.11171C9.21709 7.34435 9.36835 7.646 9.61936 7.646M9.61936 7.646H10.8884C11.3052 7.646 11.6783 7.93516 11.7224 8.36052C11.7406 8.53645 11.75 8.7151 11.75 8.896C11.75 10.0825 11.3473 11.1725 10.6745 12.0298C10.5172 12.2304 10.2739 12.3335 10.023 12.3335H8.39262C8.19626 12.3335 8.00118 12.301 7.81489 12.2373L6.55048 11.8047C6.3642 11.741 6.16912 11.7085 5.97276 11.7085H5.31687M9.61936 7.646H8.70512M5.31687 11.7085C5.35049 11.7937 5.38708 11.8774 5.4265 11.9594C5.50653 12.1259 5.39482 12.3335 5.21394 12.3335H4.8454C4.4846 12.3335 4.14996 12.1177 4.04467 11.7635C3.90725 11.3013 3.83333 10.8106 3.83333 10.3022C3.83333 9.65539 3.95301 9.03722 4.1709 8.46979C4.29475 8.14726 4.61173 7.9585 4.94952 7.9585H5.37692C5.56851 7.9585 5.67946 8.19013 5.57999 8.35818C5.24448 8.92508 5.05128 9.5905 5.05128 10.3022C5.05128 10.7995 5.1456 11.2742 5.31687 11.7085Z"
2476
+ stroke={customColor_2 ? customColor_2 : 'white'}
2477
+ strokeWidth="1.2"
2478
+ strokeLinecap="round"
2479
+ strokeLinejoin="round"
2480
+ />
2481
+ </svg>
2482
+ )
2483
+ }
2484
+
2485
+ export function StepCicleOne({ fill, width, height }: IconsProps) {
2486
+ return (
2487
+ <svg
2488
+ width={width ? width : '40'}
2489
+ height={height ? height : '40'}
2490
+ viewBox="0 0 40 40"
2491
+ fill="none"
2492
+ xmlns="http://www.w3.org/2000/svg"
2493
+ >
2494
+ <path
2495
+ d="M37 20C37 29.3888 29.3888 37 20 37C10.6112 37 3 29.3888 3 20C3 10.6112 10.6112 3 20 3C29.3888 3 37 10.6112 37 20Z"
2496
+ stroke={fill ? fill : '#0645AD'}
2497
+ strokeWidth="2"
2498
+ />
2499
+ <path
2500
+ d="M20.4503 14.12C19.8203 15.02 17.8043 16.1 16.8503 16.226L17.2103 17.9C18.2903 17.666 19.3883 17.054 20.2163 16.262C20.1983 16.604 20.1803 16.928 20.1803 17.216V26H22.0703V14.12H20.4503Z"
2501
+ fill={fill ? fill : '#0645AD'}
2502
+ />
2503
+ </svg>
2504
+ )
2505
+ }
2506
+
2507
+ export function StepCheckInCicle({ fill, width, height }: IconsProps) {
2508
+ return (
2509
+ <svg
2510
+ width={width ? width : '40'}
2511
+ height={height ? height : '40'}
2512
+ viewBox="0 0 40 40"
2513
+ fill="none"
2514
+ xmlns="http://www.w3.org/2000/svg"
2515
+ >
2516
+ <path
2517
+ d="M37 20C37 29.3888 29.3888 37 20 37C10.6112 37 3 29.3888 3 20C3 10.6112 10.6112 3 20 3C29.3888 3 37 10.6112 37 20Z"
2518
+ fill={fill ? fill : '#D1F6D1'}
2519
+ stroke={fill ? fill : '#2CA92A'}
2520
+ strokeWidth="2"
2521
+ />
2522
+ <path
2523
+ d="M17.59 22.5802L14.7723 19.7625C14.5775 19.5677 14.2619 19.5672 14.0665 19.7613L13.3561 20.4667C13.1601 20.6612 13.159 20.9778 13.3536 21.1738L13.3548 21.175L17.2365 25.0567C17.4317 25.2519 17.7483 25.2519 17.9436 25.0567L27.2365 15.7638C27.4317 15.5685 27.4317 15.2519 27.2365 15.0567L26.5336 14.3538L26.5334 14.354C26.3382 14.1588 26.0218 14.1587 25.8265 14.3538L17.59 22.5802Z"
2524
+ fill={fill ? fill : '#2CA92A'}
2525
+ />
2526
+ </svg>
2527
+ )
2528
+ }
2529
+
2530
+ export function StepCicleTwo({ fill, width, height }: IconsProps) {
2531
+ return (
2532
+ <svg
2533
+ width={width ? width : '40'}
2534
+ height={height ? height : '40'}
2535
+ viewBox="0 0 40 40"
2536
+ fill="none"
2537
+ xmlns="http://www.w3.org/2000/svg"
2538
+ >
2539
+ <path
2540
+ d="M37 20C37 29.3888 29.3888 37 20 37C10.6112 37 3 29.3888 3 20C3 10.6112 10.6112 3 20 3C29.3888 3 37 10.6112 37 20Z"
2541
+ stroke={fill ? fill : '#0645AD'}
2542
+ strokeWidth="2"
2543
+ />
2544
+ <path
2545
+ d="M15.9778 26H24.2398V24.344H20.4958C20.0098 24.344 18.9838 24.38 18.5338 24.416V24.38C22.4758 21.86 24.0238 19.952 24.0238 17.684C24.0238 15.596 22.5298 13.94 19.9018 13.94C17.3998 13.94 15.8338 15.38 15.5998 17.63L17.2738 18.404C17.3998 16.676 18.2998 15.614 19.7938 15.614C21.1978 15.614 22.0438 16.496 22.0438 17.756C22.0438 19.736 20.5318 21.374 15.9778 24.578V26Z"
2546
+ fill={fill ? fill : '#0645AD'}
2547
+ />
2548
+ </svg>
2549
+ )
2550
+ }
2551
+
2552
+ export function StepCicleThree({ fill, width, height }: IconsProps) {
2553
+ return (
2554
+ <svg
2555
+ width={width ? width : '40'}
2556
+ height={height ? height : '40'}
2557
+ viewBox="0 0 40 40"
2558
+ fill="none"
2559
+ xmlns="http://www.w3.org/2000/svg"
2560
+ >
2561
+ <path
2562
+ d="M37 20C37 29.3888 29.3888 37 20 37C10.6112 37 3 29.3888 3 20C3 10.6112 10.6112 3 20 3C29.3888 3 37 10.6112 37 20Z"
2563
+ stroke={fill ? fill : '#0645AD'}
2564
+ strokeWidth="2"
2565
+ />
2566
+ <path
2567
+ d="M20.0006 13.94C18.0386 13.94 16.4726 14.894 15.9506 16.64L17.7146 17.36C17.9306 16.244 18.6866 15.596 19.9646 15.596C21.2246 15.596 21.9446 16.244 21.9266 17.486C21.9086 18.692 21.1706 19.268 19.6946 19.268H19.2086V20.798H19.7486C21.3866 20.798 22.1786 21.248 22.1966 22.544C22.2146 23.714 21.3686 24.524 19.8926 24.524C18.3446 24.524 17.6606 23.768 17.3186 22.454L15.5546 23.3C16.2566 25.226 17.6606 26.18 19.8206 26.18C22.4126 26.18 24.1406 24.758 24.1406 22.796C24.1406 21.104 22.9886 20.024 21.6386 20.024V19.988C22.6826 19.988 23.8706 18.89 23.8706 17.108C23.8706 15.362 22.5206 13.94 20.0006 13.94Z"
2568
+ fill={fill ? fill : '#0645AD'}
2569
+ />
2570
+ </svg>
2571
+ )
2572
+ }
2573
+
2574
+ export function StepCicleFour({ fill, width, height }: IconsProps) {
2575
+ return (
2576
+ <svg
2577
+ width={width ? width : '40'}
2578
+ height={height ? height : '40'}
2579
+ viewBox="0 0 40 40"
2580
+ fill="none"
2581
+ xmlns="http://www.w3.org/2000/svg"
2582
+ >
2583
+ <path
2584
+ d="M37 20C37 29.3888 29.3888 37 20 37C10.6112 37 3 29.3888 3 20C3 10.6112 10.6112 3 20 3C29.3888 3 37 10.6112 37 20Z"
2585
+ stroke={fill ? fill : '#0645AD'}
2586
+ strokeWidth="2"
2587
+ />
2588
+ <path
2589
+ d="M24.8234 21.536H22.8074V14.12H20.4494L15.1394 21.86V23.03H20.9894V26H22.8074V23.03H24.8234V21.536ZM19.8734 17.522C20.2514 16.964 20.7374 16.154 21.0254 15.542H21.0614L20.9894 17.468V21.536H17.0654L19.8734 17.522Z"
2590
+ fill={fill ? fill : '#0645AD'}
2591
+ />
2592
+ </svg>
2593
+ )
2594
+ }
2595
+
2596
+ export function FowardArrow({ fill, width, height }: IconsProps) {
2597
+ return (
2598
+ <svg
2599
+ width={width ? width : '16'}
2600
+ height={height ? height : '18'}
2601
+ viewBox="0 0 16 18"
2602
+ fill="none"
2603
+ xmlns="http://www.w3.org/2000/svg"
2604
+ >
2605
+ <path
2606
+ d="M9.06665 14.1L13.3333 9.3L9.06665 4.5"
2607
+ stroke={fill ? fill : '#222222'}
2608
+ strokeWidth="2"
2609
+ strokeLinecap="round"
2610
+ strokeLinejoin="round"
2611
+ />
2612
+ <path
2613
+ d="M13.3334 9.3L2.66675 9.3"
2614
+ stroke={fill ? fill : '#222222'}
2615
+ strokeWidth="2"
2616
+ strokeLinecap="round"
2617
+ strokeLinejoin="round"
2618
+ />
2619
+ </svg>
2620
+ )
2621
+ }
2622
+
2623
+ export function AddPeople({ fill, width, height }: IconsProps) {
2624
+ return (
2625
+ <svg
2626
+ width={width ? width : '24'}
2627
+ height={height ? height : '24'}
2628
+ viewBox="0 0 24 24"
2629
+ fill="none"
2630
+ xmlns="http://www.w3.org/2000/svg"
2631
+ >
2632
+ <path
2633
+ d="M13.549 15.9713C13.532 15.7717 13.6157 15.5768 13.772 15.4517C14.2283 15.0867 14.5727 14.581 14.7932 13.9049C15.0286 13.1829 15.1413 12.5131 15.1413 11.8923V9.62656C15.1413 9.30123 15.016 8.93556 14.6901 8.51986C14.3643 8.10436 13.9296 7.75177 13.3712 7.46759C12.8218 7.18796 12.2767 7.05453 11.7301 7.05453C11.4151 7.05453 11.0826 7.1054 10.7306 7.21296C10.376 7.32129 10.0563 7.46735 9.76858 7.64954C9.46646 7.84088 9.19782 8.05278 8.96103 8.28464C8.73815 8.50287 8.57086 8.73504 8.45235 8.98085C8.33291 9.22857 8.28531 9.44184 8.28531 9.62656V11.8923C8.28531 12.4321 8.4064 13.0735 8.67084 13.8245C8.91914 14.5297 9.28527 15.0571 9.75636 15.4359C9.91295 15.5617 9.99614 15.7577 9.97796 15.9578C9.95979 16.1579 9.84266 16.3356 9.66594 16.4312L6.19182 18.3109C6.18613 18.314 6.1804 18.317 6.17462 18.3199C6.11819 18.3481 6.04257 18.3883 5.94593 18.442C5.91178 18.4609 5.82117 18.5256 5.66114 18.675C5.63587 18.6986 5.61809 18.7179 5.60598 18.7327C5.60376 18.7354 5.60177 18.738 5.6 18.7403V20.0489C5.6 20.1498 5.62784 20.2078 5.68601 20.2641C5.75468 20.3307 5.81815 20.3552 5.90629 20.3552H17.5203C17.6084 20.3552 17.6719 20.3307 17.7406 20.2641C17.7987 20.2078 17.8266 20.1498 17.8266 20.0489V18.7212C17.8184 18.7054 17.8107 18.6951 17.8044 18.6881C17.776 18.6565 17.7386 18.6203 17.69 18.5798C17.6454 18.5426 17.6054 18.5149 17.5704 18.4945C17.5057 18.4568 17.4508 18.4254 17.4051 18.4C17.3894 18.3913 17.3791 18.3862 17.3736 18.3836L13.549 15.9713ZM13.549 15.9713C13.566 16.1708 13.6815 16.3487 13.8568 16.4455L17.2083 18.2963L17.2378 18.316C17.2798 18.344 17.3252 18.3666 17.3729 18.3832L13.549 15.9713Z"
2634
+ stroke={fill ? fill : 'white'}
2635
+ strokeWidth="1.2"
2636
+ strokeLinecap="round"
2637
+ strokeLinejoin="round"
2638
+ />
2639
+ <path
2640
+ d="M13 5.62121C13.2991 5.42929 13.628 5.27778 13.9869 5.16667C14.3458 5.05556 14.6947 5 15.0336 5C15.6118 5 16.1801 5.14394 16.7383 5.43182C17.2966 5.7197 17.7477 6.08586 18.0916 6.5303C18.4355 6.97475 18.6075 7.41919 18.6075 7.86364V9.90909C18.6075 10.5354 18.4953 11.197 18.271 11.8939C18.0467 12.5909 17.6854 13.1414 17.1869 13.5455L20.1925 15.2273L20.2374 15.2576C20.2673 15.2677 20.3047 15.2854 20.3495 15.3106C20.3944 15.3359 20.4467 15.3662 20.5065 15.4015C20.5663 15.4369 20.6262 15.4798 20.686 15.5303C20.7458 15.5808 20.7981 15.6313 20.843 15.6818C20.8878 15.7323 20.9252 15.7904 20.9551 15.8561C20.985 15.9217 21 15.9848 21 16.0455V17.2727C21 17.505 20.9202 17.6995 20.7607 17.8561C20.6012 18.0126 20.4118 18.0909 20.1925 18.0909"
2641
+ stroke={fill ? fill : 'white'}
2642
+ strokeWidth="1.2"
2643
+ strokeLinecap="round"
2644
+ strokeLinejoin="round"
2645
+ />
2646
+ <path d="M6 3V9" stroke={fill ? fill : 'white'} strokeWidth="1.2" strokeLinecap="round" strokeLinejoin="round" />
2647
+ <path d="M9 6H3" stroke={fill ? fill : 'white'} strokeWidth="1.2" strokeLinecap="round" strokeLinejoin="round" />
2648
+ </svg>
2649
+ )
2650
+ }
2651
+
2652
+ export function Books({ fill, width, height }: IconsProps) {
2653
+ return (
2654
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2655
+ <path
2656
+ d="M15.0882 6.92067H10.4249M15.0882 6.92067V3.58448C15.0882 2.85052 14.4886 2.25 13.7558 2.25H11.7572C11.0244 2.25 10.4249 2.85052 10.4249 3.58448V6.92067M15.0882 6.92067V16.262M10.4249 6.92067V16.262M10.4249 16.262V19.5982C10.4249 20.3322 11.0244 20.9327 11.7572 20.9327H13.7558C14.4886 20.9327 15.0882 20.3322 15.0882 19.5982V16.262M10.4249 16.262H15.0882M21.75 8.18843H17.0867M21.75 8.18843V5.25258C21.75 4.51861 21.1504 3.9181 20.4176 3.9181H18.4191C17.6863 3.9181 17.0867 4.51861 17.0867 5.25258V8.18843M21.75 8.18843V16.7291H17.0867V8.18843M8.72044 8.62431L4.11916 7.86521M8.72044 8.62431L9.19684 5.72749C9.31593 5.00328 8.82178 4.31316 8.09872 4.19387L6.12674 3.86854C5.40369 3.74925 4.71465 4.24419 4.59555 4.96839L4.11916 7.86521M8.72044 8.62431L7.33457 17.0514L2.73328 16.2923L4.11916 7.86521M20.4176 20.9327H18.4191C17.6863 20.9327 17.0867 20.3322 17.0867 19.5982V16.6624H21.75V19.5982C21.75 20.3322 21.1504 20.9327 20.4176 20.9327ZM5.33781 20.9823L3.36583 20.6569C2.64277 20.5376 2.14862 19.8475 2.26772 19.1233L2.74411 16.2265L7.3454 16.9856L6.869 19.8824C6.7499 20.6066 6.06087 21.1015 5.33781 20.9823Z"
2657
+ stroke={fill ? fill : 'black'}
2658
+ strokeWidth="1.2"
2659
+ strokeMiterlimit="10"
2660
+ />
2661
+ </svg>
2662
+ )
2663
+ }
2664
+
2665
+ export function Clock({ fill, width, height }: IconsProps) {
2666
+ return (
2667
+ <svg
2668
+ width={width ? width : '25'}
2669
+ height={height ? height : '24'}
2670
+ viewBox="0 0 25 24"
2671
+ fill="none"
2672
+ xmlns="http://www.w3.org/2000/svg"
2673
+ >
2674
+ <path
2675
+ d="M12.4725 21C17.4431 21 21.4725 16.9706 21.4725 12C21.4725 7.02944 17.4431 3 12.4725 3C7.50197 3 3.47253 7.02944 3.47253 12C3.47253 16.9706 7.50197 21 12.4725 21Z"
2676
+ stroke={fill ? fill : 'black'}
2677
+ strokeWidth="1.2"
2678
+ strokeLinecap="round"
2679
+ strokeLinejoin="round"
2680
+ />
2681
+ <path
2682
+ d="M12.4725 7V12.25L16.4725 14"
2683
+ stroke={fill ? fill : 'black'}
2684
+ strokeWidth="1.2"
2685
+ strokeLinecap="round"
2686
+ strokeLinejoin="round"
2687
+ />
2688
+ </svg>
2689
+ )
2690
+ }
2691
+
2692
+ export function Load({ fill, width, height }: IconsProps) {
2693
+ return (
2694
+ <svg
2695
+ width={width ? width : '24'}
2696
+ height={height ? height : '24'}
2697
+ viewBox="0 0 24 24"
2698
+ fill="none"
2699
+ xmlns="http://www.w3.org/2000/svg"
2700
+ >
2701
+ <path
2702
+ d="M16.98 20.6256C17.5433 21.6013 18.8054 21.9477 19.6718 21.2274C21.567 19.6517 22.9447 17.5183 23.5911 15.1058C24.4148 12.0317 23.9836 8.75621 22.3923 6C20.801 3.24379 18.18 1.23261 15.1058 0.408891C12.6934 -0.237529 10.1569 -0.111098 7.84473 0.742337C6.78777 1.13247 6.45667 2.39867 7.02 3.37439C7.58333 4.3501 8.83088 4.65471 9.91792 4.35856C11.2588 3.99325 12.6844 3.984 14.0498 4.34987C16.0788 4.89352 17.8087 6.2209 18.8589 8.04C19.9092 9.8591 20.1938 12.0209 19.6501 14.0498C19.2843 15.4153 18.5634 16.6453 17.5766 17.6239C16.7766 18.4172 16.4167 19.6499 16.98 20.6256Z"
2703
+ fill={fill ? fill : '#FF4D0D'}
2704
+ />
2705
+ </svg>
2706
+ )
2707
+ }
2708
+
2709
+ export function Diamond({ fill, width, height }: IconsProps) {
2710
+ return (
2711
+ <svg
2712
+ width={width ? width : '32'}
2713
+ height={height ? height : '32'}
2714
+ viewBox="0 0 32 32"
2715
+ fill="none"
2716
+ xmlns="http://www.w3.org/2000/svg"
2717
+ >
2718
+ <path
2719
+ d="M8.00001 4H24L29.3333 12L16 29.3333L2.66667 12L8.00001 4Z"
2720
+ stroke={fill ? fill : 'white'}
2721
+ strokeWidth="1.2"
2722
+ strokeLinecap="round"
2723
+ strokeLinejoin="round"
2724
+ />
2725
+ <path
2726
+ d="M16 29.3333L21.3333 12L17.3333 4"
2727
+ stroke={fill ? fill : 'white'}
2728
+ strokeWidth="1.2"
2729
+ strokeLinecap="round"
2730
+ strokeLinejoin="round"
2731
+ />
2732
+ <path
2733
+ d="M16 29.3333L10.6667 12L14.6667 4"
2734
+ stroke={fill ? fill : 'white'}
2735
+ strokeWidth="1.2"
2736
+ strokeLinecap="round"
2737
+ strokeLinejoin="round"
2738
+ />
2739
+ <path
2740
+ d="M2.66667 12H29.3333"
2741
+ stroke={fill ? fill : 'white'}
2742
+ strokeWidth="1.2"
2743
+ strokeLinecap="round"
2744
+ strokeLinejoin="round"
2745
+ />
2746
+ </svg>
2747
+ )
2748
+ }
2749
+
2750
+ export function Challenge({ fill, width, height }: IconsProps) {
2751
+ return (
2752
+ <svg
2753
+ width={width ? width : '32'}
2754
+ height={height ? height : '32'}
2755
+ viewBox="0 0 32 32"
2756
+ fill="none"
2757
+ xmlns="http://www.w3.org/2000/svg"
2758
+ >
2759
+ <path
2760
+ d="M6.66668 28.6666L6.13402 28.3904C6.03758 28.5764 6.04514 28.7992 6.15398 28.9783C6.26282 29.1573 6.45716 29.2666 6.66668 29.2666V28.6666ZM25.3333 28.6666V29.2666C25.5429 29.2666 25.7372 29.1573 25.846 28.9783C25.9549 28.7992 25.9624 28.5764 25.866 28.3904L25.3333 28.6666ZM30.6667 28.6666V29.2666C30.8793 29.2666 31.076 29.1541 31.1838 28.9709C31.2916 28.7876 31.2944 28.561 31.1912 28.3752L30.6667 28.6666ZM24 16.6666L24.5245 16.3752C24.4229 16.1923 24.2333 16.0755 24.0243 16.0671C23.8152 16.0586 23.6168 16.1597 23.5008 16.3338L24 16.6666ZM20.8341 20.3338C20.6503 20.6095 20.7248 20.982 21.0005 21.1658C21.2762 21.3496 21.6488 21.2751 21.8326 20.9994L20.8341 20.3338ZM1.33334 28.6666L0.808849 28.3752C0.705605 28.561 0.70841 28.7876 0.816221 28.9709C0.924032 29.1541 1.12075 29.2666 1.33334 29.2666L1.33334 28.6666ZM8.00001 16.6666L8.49924 16.3338C8.38318 16.1597 8.18481 16.0586 7.97575 16.0671C7.76668 16.0755 7.57713 16.1923 7.47552 16.3752L8.00001 16.6666ZM10.1674 20.9994C10.3513 21.2751 10.7238 21.3496 10.9995 21.1658C11.2752 20.982 11.3497 20.6095 11.1659 20.3338L10.1674 20.9994ZM14.6667 18.6666L14.2424 19.0908L14.6667 19.5151L15.0909 19.0908L14.6667 18.6666ZM16 17.3333L16.4243 16.909L16 16.4847L15.5757 16.909L16 17.3333ZM17.3333 18.6666L16.9091 19.0908L17.3333 19.5151L17.7576 19.0908L17.3333 18.6666ZM16 3.33325V2.73325C15.6686 2.73325 15.4 3.00188 15.4 3.33325H16ZM21.3333 3.33325H21.9333C21.9333 3.00188 21.6647 2.73325 21.3333 2.73325V3.33325ZM21.3333 6.66658V7.26659C21.6647 7.26659 21.9333 6.99796 21.9333 6.66658H21.3333ZM16 6.66658H15.4C15.4 6.99796 15.6686 7.26659 16 7.26659V6.66658ZM15.4674 10.3904L6.13402 28.3904L7.19933 28.9428L16.5327 10.9428L15.4674 10.3904ZM6.66668 29.2666H25.3333V28.0666H6.66668V29.2666ZM25.866 28.3904L16.5327 10.3904L15.4674 10.9428L24.8007 28.9428L25.866 28.3904ZM17.3333 29.2666H30.6667V28.0666H17.3333V29.2666ZM31.1912 28.3752L24.5245 16.3752L23.4755 16.958L30.1422 28.958L31.1912 28.3752ZM23.5008 16.3338L20.8341 20.3338L21.8326 20.9994L24.4992 16.9994L23.5008 16.3338ZM14.6667 28.0666H1.33334V29.2666H14.6667V28.0666ZM1.85784 28.958L8.5245 16.958L7.47552 16.3752L0.808849 28.3752L1.85784 28.958ZM7.50078 16.9994L10.1674 20.9994L11.1659 20.3338L8.49924 16.3338L7.50078 16.9994ZM12.2424 17.0908L14.2424 19.0908L15.0909 18.2423L13.0909 16.2423L12.2424 17.0908ZM15.0909 19.0908L16.4243 17.7575L15.5757 16.909L14.2424 18.2423L15.0909 19.0908ZM15.5757 17.7575L16.9091 19.0908L17.7576 18.2423L16.4243 16.909L15.5757 17.7575ZM17.7576 19.0908L19.7576 17.0908L18.9091 16.2423L16.9091 18.2423L17.7576 19.0908ZM16.6 10.6666V3.33325H15.4V10.6666H16.6ZM16 3.93325H21.3333V2.73325H16V3.93325ZM20.7333 3.33325V6.66658H21.9333V3.33325H20.7333ZM21.3333 6.06659H16V7.26659H21.3333V6.06659ZM16.6 6.66658V3.33325H15.4V6.66658H16.6Z"
2761
+ fill={fill ? fill : 'white'}
2762
+ />
2763
+ </svg>
2764
+ )
2765
+ }
2766
+ export function SawBadgeIcon({ fill, width, height }: IconsProps) {
2767
+ return (
2768
+ <svg
2769
+ width={width ? width : '20'}
2770
+ height={height ? height : '20'}
2771
+ viewBox="0 0 20 20"
2772
+ fill={fill ? fill : 'none'}
2773
+ xmlns="http://www.w3.org/2000/svg"
2774
+ >
2775
+ <g clip-path="url(#clip0_408_14996)">
2776
+ <path
2777
+ d="M11.9804 2.16073C11.0545 0.717602 8.94551 0.717602 8.01957 2.16073C7.69063 2.67341 7.05964 2.90307 6.47811 2.72178C4.84118 2.21146 3.2256 3.56709 3.44392 5.26776C3.52148 5.87195 3.18574 6.45346 2.62372 6.68839C1.04173 7.34966 0.675512 9.4266 1.93593 10.5891C2.3837 11.002 2.50031 11.6633 2.22078 12.2045C1.43396 13.728 2.48845 15.5544 4.20121 15.6347C4.80968 15.6633 5.32406 16.0949 5.45782 16.6892C5.83433 18.3619 7.81613 19.0833 9.1798 18.0439C9.66426 17.6746 10.3357 17.6746 10.8202 18.0438C12.1839 19.0833 14.1657 18.3619 14.5422 16.6892C14.6759 16.0949 15.1903 15.6633 15.7988 15.6347C17.5115 15.5544 18.566 13.728 17.7792 12.2045C17.4997 11.6633 17.6163 11.002 18.0641 10.5891C19.3245 9.4266 18.9583 7.34966 17.3763 6.68839C16.8143 6.45346 16.4785 5.87195 16.5561 5.26776C16.7744 3.56709 15.1588 2.21146 13.5219 2.72178C12.9404 2.90307 12.3094 2.67341 11.9804 2.16073Z"
2778
+ fill="#398787"
2779
+ stroke="white"
2780
+ />
2781
+ <path
2782
+ d="M6.25 10.4167L9.16667 12.9167L14.1667 7.5"
2783
+ stroke="white"
2784
+ stroke-linecap="round"
2785
+ stroke-linejoin="round"
2786
+ />
2787
+ </g>
2788
+ <defs>
2789
+ <clipPath id="clip0_408_14996">
2790
+ <rect width="20" height="20" fill="white" />
2791
+ </clipPath>
2792
+ </defs>
2793
+ </svg>
2794
+ )
2795
+ }
2796
+
2797
+ export function GoalInviteIcon({ fill, width, height }: IconsProps) {
2798
+ return (
2799
+ <svg
2800
+ width={width ? width : '25'}
2801
+ height={height ? height : '25'}
2802
+ viewBox="0 0 25 25"
2803
+ fill="none"
2804
+ xmlns="http://www.w3.org/2000/svg"
2805
+ >
2806
+ <path
2807
+ d="M7.02656 9.04883H5.82656C4.94291 9.04883 4.22656 9.67563 4.22656 10.4488V18.8488C4.22656 19.622 4.94291 20.2488 5.82656 20.2488H18.6266C19.5102 20.2488 20.2266 19.622 20.2266 18.8488V10.4488C20.2266 9.67563 19.5102 9.04883 18.6266 9.04883H17.4266"
2808
+ stroke={fill ? fill : '#0645AD'}
2809
+ stroke-width="1.5"
2810
+ stroke-linecap="round"
2811
+ stroke-linejoin="round"
2812
+ />
2813
+ <path
2814
+ d="M20.2266 10.6484L13.0506 15.2084C12.8036 15.3632 12.518 15.4452 12.2266 15.4452C11.9351 15.4452 11.6495 15.3632 11.4026 15.2084L4.22656 10.6484"
2815
+ stroke={fill ? fill : '#0645AD'}
2816
+ stroke-width="1.5"
2817
+ stroke-linecap="round"
2818
+ stroke-linejoin="round"
2819
+ />
2820
+ <path
2821
+ d="M7.02637 12.6486V7.84863C7.02637 6.74406 7.9218 5.84863 9.02637 5.84863H15.4264C16.5309 5.84863 17.4264 6.74406 17.4264 7.84863V12.6486"
2822
+ stroke={fill ? fill : '#0645AD'}
2823
+ stroke-width="1.5"
2824
+ />
2825
+ <path
2826
+ d="M15.4264 13.8487C14.6264 11.8487 13.4264 11.4487 12.2264 11.4487C11.0264 11.4487 9.82637 11.8487 9.02637 13.8487"
2827
+ stroke={fill ? fill : '#0645AD'}
2828
+ stroke-width="1.5"
2829
+ />
2830
+ <circle cx="12.2265" cy="9.04873" r="0.85" stroke={fill ? fill : '#0645AD'} stroke-width="1.5" />
2831
+ </svg>
2832
+ )
2833
+ }
2834
+
2835
+ export function GoalViewsIcon({ fill, width, height }: IconsProps) {
2836
+ return (
2837
+ <svg
2838
+ width={width ? width : '24'}
2839
+ height={height ? height : '24'}
2840
+ viewBox="0 0 24 24"
2841
+ fill="none"
2842
+ xmlns="http://www.w3.org/2000/svg"
2843
+ >
2844
+ <rect x="18" y="2.25" width="3.75" height="19.5" rx="1.875" stroke={fill ? fill : '#0645AD'} strokeWidth="2" />
2845
+ <rect
2846
+ x="10.125"
2847
+ y="8.25"
2848
+ width="3.75"
2849
+ height="13.5"
2850
+ rx="1.875"
2851
+ stroke={fill ? fill : '#0645AD'}
2852
+ strokeWidth="2"
2853
+ />
2854
+ <rect x="2.25" y="15" width="3.75" height="6.75" rx="1.875" stroke={fill ? fill : '#0645AD'} strokeWidth="2" />
2855
+ </svg>
2856
+ )
2857
+ }
2858
+
2859
+ export function StatusProblemaSawBadgeIcon({ fill, width, height }: IconsProps) {
2860
+ return (
2861
+ <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
2862
+ <circle cx="24" cy="24" r="24" fill="#D1F6D1" />
2863
+ <g clip-path="url(#clip0_482_14529)">
2864
+ <path
2865
+ d="M26.2923 14.6469C25.2206 12.9765 22.7794 12.9765 21.7077 14.6469C21.2886 15.3 20.4848 15.5926 19.744 15.3616C17.8492 14.7709 15.9792 16.34 16.2319 18.3086C16.3307 19.0783 15.903 19.8191 15.187 20.1183C13.3559 20.8837 12.932 23.2878 14.3909 24.6334C14.9613 25.1595 15.1099 26.0019 14.7538 26.6913C13.843 28.4547 15.0636 30.5688 17.0461 30.6618C17.8213 30.6981 18.4765 31.248 18.6469 32.005C19.0828 33.9413 21.3767 34.7762 22.9551 33.5731C23.5723 33.1027 24.4277 33.1027 25.0449 33.5731C26.6233 34.7762 28.9172 33.9413 29.3531 32.005C29.5235 31.248 30.1787 30.6981 30.9539 30.6618C32.9364 30.5688 34.157 28.4547 33.2462 26.6913C32.8901 26.0019 33.0387 25.1595 33.6091 24.6334C35.068 23.2878 34.6441 20.8837 32.813 20.1183C32.097 19.8191 31.6693 19.0783 31.7681 18.3086C32.0208 16.34 30.1508 14.7709 28.256 15.3616C27.5152 15.5926 26.7114 15.3 26.2923 14.6469Z"
2866
+ stroke="#222222"
2867
+ />
2868
+ <path
2869
+ d="M19.5 24.5L23 27.5L29 21"
2870
+ stroke="#222222"
2871
+ stroke-width="1.5"
2872
+ stroke-linecap="round"
2873
+ stroke-linejoin="round"
2874
+ />
2875
+ </g>
2876
+ <defs>
2877
+ <clipPath id="clip0_482_14529">
2878
+ <rect width="24" height="24" fill="white" transform="translate(12 12)" />
2879
+ </clipPath>
2880
+ </defs>
2881
+ </svg>
2882
+ )
2883
+ }
2884
+
2885
+ export function StatusProblemaSendIcon({ fill, width, height }: IconsProps) {
2886
+ return (
2887
+ <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
2888
+ <circle cx="24" cy="24" r="24" fill="#CDDAEF" />
2889
+ <path d="M33 15L22 26" stroke="#222222" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round" />
2890
+ <path
2891
+ d="M31.9154 14.7941C32.7223 14.4868 33.5132 15.2777 33.2059 16.0846L26.8633 32.7337C26.5456 33.5677 25.3775 33.5994 25.015 32.7839L22 26L15.2161 22.985C14.4006 22.6225 14.4323 21.4544 15.2663 21.1367L31.9154 14.7941Z"
2892
+ stroke="#222222"
2893
+ stroke-width="1.2"
2894
+ stroke-linecap="round"
2895
+ stroke-linejoin="round"
2896
+ />
2897
+ </svg>
2898
+ )
2899
+ }
2900
+
2901
+ export function StatusProblemaEdit({ fill, width, height }: IconsProps) {
2902
+ return (
2903
+ <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
2904
+ <circle cx="24" cy="24" r="24" fill="#FEF0D0" />
2905
+ <path
2906
+ d="M24 17.0669H18.5556C18.143 17.0669 17.7473 17.2417 17.4556 17.5529C17.1639 17.8641 17 18.2861 17 18.7262V30.341C17 30.781 17.1639 31.2031 17.4556 31.5142C17.7473 31.8254 18.143 32.0002 18.5556 32.0002H29.4444C29.857 32.0002 30.2527 31.8254 30.5444 31.5142C30.8361 31.2031 31 30.781 31 30.341V24.5336"
2907
+ stroke="#222222"
2908
+ stroke-width="1.2"
2909
+ stroke-linecap="round"
2910
+ stroke-linejoin="round"
2911
+ />
2912
+ <path
2913
+ d="M30.1791 16.5163C30.489 16.1857 30.9093 16 31.3476 16C31.7858 16 32.2061 16.1857 32.516 16.5163C32.8259 16.8468 33 17.2951 33 17.7626C33 18.2301 32.8259 18.6784 32.516 19.0089L25.1159 26.9024L22 27.7333L22.779 24.4098L30.1791 16.5163Z"
2914
+ stroke="#222222"
2915
+ stroke-width="1.2"
2916
+ stroke-linecap="round"
2917
+ stroke-linejoin="round"
2918
+ />
2919
+ </svg>
2920
+ )
2921
+ }
2922
+
2923
+ export function PlayIcon({ width, height, customColor_1, customColor_2 }: IconsProps) {
2924
+ return (
2925
+ <svg
2926
+ width={width ? width : '32'}
2927
+ height={height ? height : '32'}
2928
+ viewBox="0 0 32 32"
2929
+ fill="none"
2930
+ xmlns="http://www.w3.org/2000/svg"
2931
+ >
2932
+ <g filter="url(#filter0_d_1_22)">
2933
+ <circle cx="16" cy="16" r="16" fill={customColor_1 ? customColor_1 : '#EE4C15'} />
2934
+ <path
2935
+ d="M22.3411 17.3317C22.934 16.9358 22.934 16.0643 22.3411 15.6684L14.5553 10.47C13.8908 10.0264 13 10.5027 13 11.3017V21.6984C13 22.4974 13.8908 22.9737 14.5553 22.5301L22.3411 17.3317Z"
2936
+ fill={customColor_2 ? customColor_2 : 'white'}
2937
+ />
2938
+ </g>
2939
+ <defs>
2940
+ <filter
2941
+ id="filter0_d_1_22"
2942
+ x="0"
2943
+ y="0"
2944
+ width={width ? width : '32'}
2945
+ height={height ? height : '32'}
2946
+ filterUnits="userSpaceOnUse"
2947
+ color-interpolation-filters="sRGB"
2948
+ >
2949
+ <feFlood flood-opacity="0" result="BackgroundImageFix" />
2950
+ <feColorMatrix
2951
+ in="SourceAlpha"
2952
+ type="matrix"
2953
+ values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
2954
+ result="hardAlpha"
2955
+ />
2956
+ <feMorphology radius="20" operator="erode" in="SourceAlpha" result="effect1_dropShadow_1_22" />
2957
+ <feOffset dy="3" />
2958
+ <feGaussianBlur stdDeviation="2.5" />
2959
+ <feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 0.301961 0 0 0 0 0.0509804 0 0 0 0.4 0" />
2960
+ <feBlend mode="multiply" in2="BackgroundImageFix" result="effect1_dropShadow_1_22" />
2961
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1_22" result="shape" />
2962
+ </filter>
2963
+ </defs>
2964
+ </svg>
2965
+ )
2966
+ }
2967
+
2968
+ export function PauseIcon({ customColor_1, customColor_2, width, height }: IconsProps) {
2969
+ return (
2970
+ <svg
2971
+ width={width ? width : '32'}
2972
+ height={height ? height : '32'}
2973
+ viewBox="0 0 32 32"
2974
+ fill="none"
2975
+ xmlns="http://www.w3.org/2000/svg"
2976
+ >
2977
+ <g filter="url(#filter0_d_1_159)">
2978
+ <g filter="url(#filter1_d_1_159)">
2979
+ <circle cx="16" cy="16" r="16" fill={customColor_1 ? customColor_1 : '#EE4C15'} />
2980
+ </g>
2981
+ <rect
2982
+ width="3"
2983
+ height="17"
2984
+ rx="1.5"
2985
+ transform="matrix(-1 0 0 1 22 8)"
2986
+ fill={customColor_2 ? customColor_2 : 'white'}
2987
+ />
2988
+ <rect
2989
+ width="3"
2990
+ height="17"
2991
+ rx="1.5"
2992
+ transform="matrix(-1 0 0 1 14 8)"
2993
+ fill={customColor_2 ? customColor_2 : 'white'}
2994
+ />
2995
+ </g>
2996
+ <defs>
2997
+ <filter
2998
+ id="filter0_d_1_159"
2999
+ x="0"
3000
+ y="0"
3001
+ width={width ? width : '32'}
3002
+ height={height ? height : '32'}
3003
+ filterUnits="userSpaceOnUse"
3004
+ color-interpolation-filters="sRGB"
3005
+ >
3006
+ <feFlood flood-opacity="0" result="BackgroundImageFix" />
3007
+ <feColorMatrix
3008
+ in="SourceAlpha"
3009
+ type="matrix"
3010
+ values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
3011
+ result="hardAlpha"
3012
+ />
3013
+ <feMorphology radius="20" operator="erode" in="SourceAlpha" result="effect1_dropShadow_1_159" />
3014
+ <feOffset dy="5" />
3015
+ <feGaussianBlur stdDeviation="1.5" />
3016
+ <feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 0.301961 0 0 0 0 0.0509804 0 0 0 0.4 0" />
3017
+ <feBlend mode="multiply" in2="BackgroundImageFix" result="effect1_dropShadow_1_159" />
3018
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1_159" result="shape" />
3019
+ </filter>
3020
+ <filter
3021
+ id="filter1_d_1_159"
3022
+ x="0"
3023
+ y="0"
3024
+ width={width ? width : '32'}
3025
+ height={height ? height : '32'}
3026
+ filterUnits="userSpaceOnUse"
3027
+ color-interpolation-filters="sRGB"
3028
+ >
3029
+ <feFlood flood-opacity="0" result="BackgroundImageFix" />
3030
+ <feColorMatrix
3031
+ in="SourceAlpha"
3032
+ type="matrix"
3033
+ values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
3034
+ result="hardAlpha"
3035
+ />
3036
+ <feMorphology radius="20" operator="erode" in="SourceAlpha" result="effect1_dropShadow_1_159" />
3037
+ <feOffset dy="25" />
3038
+ <feGaussianBlur stdDeviation="9" />
3039
+ <feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 0.301961 0 0 0 0 0.0509804 0 0 0 0.2 0" />
3040
+ <feBlend mode="multiply" in2="BackgroundImageFix" result="effect1_dropShadow_1_159" />
3041
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1_159" result="shape" />
3042
+ </filter>
3043
+ </defs>
3044
+ </svg>
3045
+ )
3046
+ }
3047
+
3048
+ export function Back15({ width, height, fill }: IconsProps) {
3049
+ return (
3050
+ <svg
3051
+ width={width ? width : '24'}
3052
+ height={height ? height : '24'}
3053
+ viewBox="0 0 24 24"
3054
+ fill="none"
3055
+ xmlns="http://www.w3.org/2000/svg"
3056
+ >
3057
+ <path
3058
+ d="M3 2V8H9"
3059
+ stroke={fill ? fill : '#222222'}
3060
+ strokeWidth="1.5"
3061
+ strokeLinecap="round"
3062
+ strokeLinejoin="round"
3063
+ />
3064
+ <path
3065
+ d="M16.524 19.8037C18.2613 18.7786 19.6037 17.1995 20.336 15.32C21.0683 13.4405 21.1479 11.3694 20.5622 9.43922C19.9764 7.509 18.7592 5.83152 17.1059 4.67595C15.4525 3.52038 13.4589 2.95373 11.445 3.06692C9.43099 3.18012 7.51344 3.96659 6 5.30015L3 8.00014"
3066
+ stroke={fill ? fill : '#222222'}
3067
+ strokeWidth="1.5"
3068
+ strokeLinecap="round"
3069
+ strokeLinejoin="round"
3070
+ />
3071
+ <path
3072
+ d="M5.01 17.9H6.4V13.95L6.55 13.27L6.07 13.86L5.18 14.47L4.63 13.72L6.91 11.88H7.64V17.9H9V19H5.01V17.9ZM11.8738 17.99C12.3138 17.99 12.6505 17.8833 12.8838 17.67C13.1172 17.4567 13.2338 17.1633 13.2338 16.79C13.2338 16.39 13.0972 16.0967 12.8238 15.91C12.5505 15.7233 12.1605 15.63 11.6538 15.63L10.8638 15.66V12H14.3038V13.22H11.9838V14.57L12.3938 14.53C12.7205 14.5433 13.0138 14.6033 13.2738 14.71C13.5405 14.8167 13.7672 14.9667 13.9538 15.16C14.1405 15.3467 14.2838 15.5767 14.3838 15.85C14.4838 16.1167 14.5338 16.4167 14.5338 16.75C14.5338 17.1433 14.4672 17.49 14.3338 17.79C14.2005 18.09 14.0138 18.34 13.7738 18.54C13.5405 18.74 13.2638 18.89 12.9438 18.99C12.6238 19.09 12.2738 19.14 11.8938 19.14C11.5938 19.14 11.3072 19.1133 11.0338 19.06C10.7672 19.0133 10.5405 18.9467 10.3538 18.86L10.7038 17.78C10.8572 17.8467 11.0238 17.9 11.2038 17.94C11.3905 17.9733 11.6138 17.99 11.8738 17.99Z"
3073
+ fill={fill ? fill : '#222222'}
3074
+ />
3075
+ </svg>
3076
+ )
3077
+ }
3078
+
3079
+ export function Foward15({ width, height, fill }: IconsProps) {
3080
+ return (
3081
+ <svg
3082
+ width={width ? width : '24'}
3083
+ height={height ? height : '24'}
3084
+ viewBox="0 0 24 24"
3085
+ fill="none"
3086
+ xmlns="http://www.w3.org/2000/svg"
3087
+ >
3088
+ <path
3089
+ d="M21 2V8H15"
3090
+ stroke={fill ? fill : '#222222'}
3091
+ strokeWidth="1.5"
3092
+ strokeLinecap="round"
3093
+ strokeLinejoin="round"
3094
+ />
3095
+ <path
3096
+ d="M7.42591 19.8037C5.6887 18.7786 4.34624 17.1995 3.61396 15.32C2.88167 13.4405 2.80202 11.3694 3.38778 9.43922C3.97354 7.509 5.19075 5.83152 6.84409 4.67595C8.49743 3.52038 10.491 2.95373 12.505 3.06692C14.519 3.18012 16.4365 3.96659 17.95 5.30015L20.95 8.00014"
3097
+ stroke={fill ? fill : '#222222'}
3098
+ strokeWidth="1.5"
3099
+ strokeLinecap="round"
3100
+ strokeLinejoin="round"
3101
+ />
3102
+ <path
3103
+ d="M10.01 17.9H11.4V13.95L11.55 13.27L11.07 13.86L10.18 14.47L9.63 13.72L11.91 11.88H12.64V17.9H14V19H10.01V17.9ZM16.8738 17.99C17.3138 17.99 17.6505 17.8833 17.8838 17.67C18.1172 17.4567 18.2338 17.1633 18.2338 16.79C18.2338 16.39 18.0972 16.0967 17.8238 15.91C17.5505 15.7233 17.1605 15.63 16.6538 15.63L15.8638 15.66V12H19.3038V13.22H16.9838V14.57L17.3938 14.53C17.7205 14.5433 18.0138 14.6033 18.2738 14.71C18.5405 14.8167 18.7672 14.9667 18.9538 15.16C19.1405 15.3467 19.2838 15.5767 19.3838 15.85C19.4838 16.1167 19.5338 16.4167 19.5338 16.75C19.5338 17.1433 19.4672 17.49 19.3338 17.79C19.2005 18.09 19.0138 18.34 18.7738 18.54C18.5405 18.74 18.2638 18.89 17.9438 18.99C17.6238 19.09 17.2738 19.14 16.8938 19.14C16.5938 19.14 16.3072 19.1133 16.0338 19.06C15.7672 19.0133 15.5405 18.9467 15.3538 18.86L15.7038 17.78C15.8572 17.8467 16.0238 17.9 16.2038 17.94C16.3905 17.9733 16.6138 17.99 16.8738 17.99Z"
3104
+ fill={fill ? fill : '#222222'}
3105
+ />
3106
+ </svg>
3107
+ )
3108
+ }
3109
+
3110
+ export function VolumeIcon({ width, height, fill }: IconsProps) {
3111
+ return (
3112
+ <svg
3113
+ width={width ? width : '17'}
3114
+ height={height ? height : '17'}
3115
+ viewBox="0 0 17 17"
3116
+ fill="none"
3117
+ xmlns="http://www.w3.org/2000/svg"
3118
+ >
3119
+ <path
3120
+ d="M7.6271 2.54614C8.28897 2.07337 9.20834 2.5465 9.20834 3.35987V13.6402C9.20834 14.4535 8.28897 14.9267 7.62711 14.4539L4.25001 12.0417H2.70834C1.60377 12.0417 0.708344 11.1462 0.708344 10.0417V6.95835C0.708344 5.85378 1.60377 4.95835 2.70834 4.95835H4.25001L7.6271 2.54614Z"
3121
+ fill={fill ? fill : '#222222'}
3122
+ />
3123
+ <path
3124
+ d="M11.3289 11.9746C12.2079 11.0799 12.75 9.8533 12.75 8.50003C12.75 7.14107 12.2033 5.9098 11.3178 5.01416"
3125
+ stroke={fill ? fill : '#222222'}
3126
+ strokeWidth="2"
3127
+ strokeLinecap="round"
3128
+ strokeLinejoin="round"
3129
+ />
3130
+ <path
3131
+ d="M13.3012 2.99048C14.7112 4.40049 15.5833 6.34841 15.5833 8.50002C15.5833 10.6516 14.7112 12.5995 13.3012 14.0096"
3132
+ stroke={fill ? fill : '#222222'}
3133
+ strokeWidth="2"
3134
+ strokeLinecap="round"
3135
+ strokeLinejoin="round"
3136
+ />
3137
+ </svg>
3138
+ )
3139
+ }
3140
+
3141
+ export function MuteIcon({ width, height, fill }: IconsProps) {
3142
+ return (
3143
+ <svg
3144
+ width={width ? width : '21'}
3145
+ height={height ? height : '24'}
3146
+ viewBox="0 0 21 24"
3147
+ fill="none"
3148
+ xmlns="http://www.w3.org/2000/svg"
3149
+ >
3150
+ <path
3151
+ d="M7.6271 6.54614C8.28897 6.07337 9.20834 6.5465 9.20834 7.35987V17.6402C9.20834 18.4535 8.28897 18.9267 7.62711 18.4539L4.25001 16.0417H2.70834C1.60377 16.0417 0.708344 15.1462 0.708344 14.0417V10.9583C0.708344 9.85378 1.60377 8.95835 2.70834 8.95835H4.25001L7.6271 6.54614Z"
3152
+ fill={fill ? fill : '#222222'}
3153
+ />
3154
+ <path
3155
+ d="M18 10L12 16"
3156
+ stroke={fill ? fill : '#222222'}
3157
+ strokeWidth="2"
3158
+ strokeLinecap="round"
3159
+ strokeLinejoin="round"
3160
+ />
3161
+ <path
3162
+ d="M12 10L18 16"
3163
+ stroke={fill ? fill : '#222222'}
3164
+ strokeWidth="2"
3165
+ strokeLinecap="round"
3166
+ strokeLinejoin="round"
3167
+ />
3168
+ </svg>
3169
+ )
3170
+ }
3171
+
3172
+ export function ThumbVideo({ fill, width, height }: IconsProps) {
3173
+ return (
3174
+ <svg
3175
+ width={width ? width : '117'}
3176
+ height={height ? height : '127'}
3177
+ viewBox="0 0 177 127"
3178
+ fill="none"
3179
+ xmlns="http://www.w3.org/2000/svg"
3180
+ >
3181
+ <path
3182
+ d="M163.62 1.5H12.88C6.595 1.5 1.5 6.595 1.5 12.88V113.92C1.5 120.205 6.595 125.3 12.88 125.3H163.62C169.905 125.3 175 120.205 175 113.92V12.88C175 6.595 169.905 1.5 163.62 1.5Z"
3183
+ stroke="white"
3184
+ stroke-width="3"
3185
+ stroke-linecap="round"
3186
+ stroke-linejoin="round"
3187
+ />
3188
+ <path d="M175 103.86H1.5" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" />
3189
+ <path d="M79.01 114.58H97.49" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" />
3190
+ <path
3191
+ d="M56.78 55.96C56.78 47.62 60.1 39.61 66 33.71C71.9 27.81 79.91 24.49 88.25 24.49C96.59 24.49 104.6 27.81 110.5 33.71C116.4 39.61 119.72 47.62 119.72 55.96C119.72 64.3 116.4 72.31 110.5 78.21C104.6 84.11 96.59 87.43 88.25 87.43C79.91 87.42 71.91 84.1 66.01 78.2C60.11 72.3 56.79 64.3 56.78 55.96Z"
3192
+ stroke="white"
3193
+ stroke-width="3"
3194
+ stroke-miterlimit="10"
3195
+ />
3196
+ <path
3197
+ d="M82.28 44.93V66.77C82.28 67.9 83.56 68.55 84.47 67.89L99.47 56.97C100.23 56.42 100.23 55.29 99.47 54.74L84.47 43.82C83.56 43.16 82.28 43.81 82.28 44.94V44.93Z"
3198
+ stroke="white"
3199
+ stroke-width="3"
3200
+ stroke-miterlimit="10"
3201
+ />
3202
+ </svg>
3203
+ )
3204
+ }
3205
+
3206
+ export function ThumbTexto({ fill, width, height }: IconsProps) {
3207
+ return (
3208
+ <svg
3209
+ width={width ? width : '117'}
3210
+ height={height ? height : '127'}
3211
+ viewBox="0 0 177 127"
3212
+ fill="none"
3213
+ xmlns="http://www.w3.org/2000/svg"
3214
+ >
3215
+ <path
3216
+ d="M163.62 1.5H12.88C6.595 1.5 1.5 6.595 1.5 12.88V113.92C1.5 120.205 6.595 125.3 12.88 125.3H163.62C169.905 125.3 175 120.205 175 113.92V12.88C175 6.595 169.905 1.5 163.62 1.5Z"
3217
+ stroke="white"
3218
+ stroke-width="3"
3219
+ stroke-linecap="round"
3220
+ stroke-linejoin="round"
3221
+ />
3222
+ <path d="M175 103.86H1.5" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" />
3223
+ <path d="M79.01 114.58H97.49" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" />
3224
+ <path
3225
+ d="M94.2401 21.9399H52.4201C50.1701 21.9399 48.3201 23.7799 48.3201 26.0399V54.4099C48.3201 56.6599 50.1601 58.5099 52.4201 58.5099H59.2801V69.3199C59.2801 70.7299 60.9901 71.4399 61.9901 70.4399L72.5101 58.5099H94.2301C96.4801 58.5099 98.3301 56.6699 98.3301 54.4099V26.0399C98.3301 23.7899 96.4901 21.9399 94.2301 21.9399H94.2401Z"
3226
+ stroke="white"
3227
+ stroke-width="3"
3228
+ stroke-linecap="round"
3229
+ stroke-linejoin="round"
3230
+ />
3231
+ <path
3232
+ d="M87.7701 32.8398H58.8801"
3233
+ stroke="white"
3234
+ stroke-width="3"
3235
+ stroke-linecap="round"
3236
+ stroke-linejoin="round"
3237
+ />
3238
+ <path
3239
+ d="M87.7701 40.2197H58.8801"
3240
+ stroke="white"
3241
+ stroke-width="3"
3242
+ stroke-linecap="round"
3243
+ stroke-linejoin="round"
3244
+ />
3245
+ <path
3246
+ d="M87.7701 47.5898H58.8801"
3247
+ stroke="white"
3248
+ stroke-width="3"
3249
+ stroke-linecap="round"
3250
+ stroke-linejoin="round"
3251
+ />
3252
+ <mask id="mask0_8643_48376" maskUnits="userSpaceOnUse" x="75" y="37" width="57" height="54">
3253
+ <path
3254
+ d="M102 37.8999L125.24 38.1599C128.48 38.1599 131.11 40.7899 131.11 44.0299V72.3999C131.11 75.6399 128.48 78.2699 125.24 78.2699H120.16V87.1599C120.16 88.6999 119.18 90.1499 117.69 90.5499C116.48 90.8799 115.27 90.5399 114.41 89.6799C114.38 89.6499 114.36 89.6299 114.33 89.5999L104.34 78.2699L83 80.8899C79.76 80.8899 75 76.1299 75 72.8899V61.8899H96C98.84 61.8899 102 58.7299 102 55.8899V37.8899V37.8999Z"
3255
+ fill="white"
3256
+ />
3257
+ </mask>
3258
+ <g mask="url(#mask0_8643_48376)">
3259
+ <path
3260
+ d="M89.55 51.1199H118.44"
3261
+ stroke="white"
3262
+ stroke-width="3"
3263
+ stroke-linecap="round"
3264
+ stroke-linejoin="round"
3265
+ />
3266
+ <path
3267
+ d="M89.55 58.4998H118.44"
3268
+ stroke="white"
3269
+ stroke-width="3"
3270
+ stroke-linecap="round"
3271
+ stroke-linejoin="round"
3272
+ />
3273
+ <path
3274
+ d="M89.55 65.8699H118.44"
3275
+ stroke="white"
3276
+ stroke-width="3"
3277
+ stroke-linecap="round"
3278
+ stroke-linejoin="round"
3279
+ />
3280
+ <path
3281
+ d="M83.08 40.22H124.9C127.15 40.22 129 42.06 129 44.32V72.69C129 74.94 127.16 76.79 124.9 76.79H118.04V87.6C118.04 89.01 116.33 89.72 115.33 88.72L104.81 76.79H83.09C80.84 76.79 78.99 74.95 78.99 72.69V44.32C78.99 42.07 80.83 40.22 83.09 40.22H83.08Z"
3282
+ stroke="white"
3283
+ stroke-width="3"
3284
+ stroke-linecap="round"
3285
+ stroke-linejoin="round"
3286
+ />
3287
+ </g>
3288
+ </svg>
3289
+ )
3290
+ }
3291
+
3292
+ export function ThumbPodcast({ fill, width, height }: IconsProps) {
3293
+ return (
3294
+ <svg
3295
+ width={width ? width : '113'}
3296
+ height={height ? height : '146'}
3297
+ viewBox="0 0 113 146"
3298
+ fill="none"
3299
+ xmlns="http://www.w3.org/2000/svg"
3300
+ >
3301
+ <path
3302
+ d="M101.53 1.29004H11.05C5.65974 1.29004 1.29004 5.65974 1.29004 11.05V134.93C1.29004 140.32 5.65974 144.69 11.05 144.69H101.53C106.92 144.69 111.29 140.32 111.29 134.93V11.05C111.29 5.65974 106.92 1.29004 101.53 1.29004Z"
3303
+ stroke="white"
3304
+ stroke-width="2.57"
3305
+ stroke-linecap="round"
3306
+ stroke-linejoin="round"
3307
+ />
3308
+ <path
3309
+ d="M111.29 119.85H1.29004"
3310
+ stroke="white"
3311
+ stroke-width="2.57"
3312
+ stroke-linecap="round"
3313
+ stroke-linejoin="round"
3314
+ />
3315
+ <path
3316
+ d="M50.4299 132.27H62.1399"
3317
+ stroke="white"
3318
+ stroke-width="2.57"
3319
+ stroke-linecap="round"
3320
+ stroke-linejoin="round"
3321
+ />
3322
+ <path
3323
+ d="M56.1201 83.52C54.6401 83.52 53.1601 84.08 52.0301 85.21C49.7701 87.47 49.7601 91.14 52.0301 93.41C53.1601 94.54 54.6401 95.1 56.1301 95.1C57.6201 95.1 59.1001 94.53 60.2301 93.4C62.4901 91.14 62.4901 87.47 60.2301 85.21C59.1001 84.08 57.6101 83.51 56.1301 83.51L56.1201 83.52Z"
3324
+ stroke="white"
3325
+ stroke-width="2.57"
3326
+ stroke-linecap="round"
3327
+ stroke-linejoin="round"
3328
+ />
3329
+ <path
3330
+ d="M43.8401 77.02C50.6301 70.24 61.6301 70.24 68.4201 77.04"
3331
+ stroke="white"
3332
+ stroke-width="2.57"
3333
+ stroke-linecap="round"
3334
+ stroke-linejoin="round"
3335
+ />
3336
+ <path
3337
+ d="M32.9199 66.0901C45.7399 53.2701 66.5299 53.2801 79.3499 66.1101"
3338
+ stroke="white"
3339
+ stroke-width="2.57"
3340
+ stroke-linecap="round"
3341
+ stroke-linejoin="round"
3342
+ />
3343
+ <path
3344
+ d="M22 55.16C40.85 36.31 71.42 36.33 90.29 55.2"
3345
+ stroke="white"
3346
+ stroke-width="2.57"
3347
+ stroke-linecap="round"
3348
+ stroke-linejoin="round"
3349
+ />
3350
+ </svg>
3351
+ )
3352
+ }
3353
+
3354
+ export function StarFavorite({ fill = '#E0E0E0', width = '24px', stroke = '#BDBDBD', height = '23' }: IconsProps) {
3355
+ return (
3356
+ <svg width={width} height={height} viewBox="0 0 24 23" fill="none" xmlns="http://www.w3.org/2000/svg">
3357
+ <path
3358
+ d="M11.1062 1.78116C11.4752 1.04583 12.5248 1.04583 12.8938 1.78116L15.4737 6.92247C15.6205 7.21502 15.9012 7.41721 16.2251 7.46379L21.9686 8.28959C22.7936 8.40821 23.12 9.42484 22.5181 10.0015L18.3849 13.9616C18.1443 14.1921 18.0343 14.5272 18.0916 14.8554L19.0697 20.4652C19.2117 21.2799 18.3596 21.9051 17.625 21.5251L12.4595 18.8529C12.1713 18.7039 11.8287 18.7039 11.5405 18.8529L6.37496 21.5251C5.64038 21.9051 4.78829 21.2799 4.93035 20.4652L5.90845 14.8554C5.96567 14.5272 5.85569 14.1921 5.61513 13.9616L1.48189 10.0015C0.880041 9.42484 1.20637 8.40821 2.0314 8.28959L7.77486 7.46379C8.09884 7.41721 8.37952 7.21502 8.52632 6.92247L11.1062 1.78116Z"
3359
+ fill={fill}
3360
+ stroke={stroke}
3361
+ stroke-width="1.2"
3362
+ stroke-linecap="round"
3363
+ stroke-linejoin="round"
3364
+ />
3365
+ </svg>
3366
+ )
3367
+ }
3368
+
3369
+ export function IconDown({ fill, width, height }: IconsProps) {
3370
+ return (
3371
+ <svg width="18" height="10" viewBox="0 0 18 10" fill="none" xmlns="http://www.w3.org/2000/svg">
3372
+ <path
3373
+ d="M17.0234 1L9.0705 9L1.11756 0.999998"
3374
+ stroke="#222222"
3375
+ stroke-width="1.2"
3376
+ stroke-linecap="round"
3377
+ stroke-linejoin="round"
3378
+ />
3379
+ </svg>
3380
+ )
3381
+ }
3382
+
3383
+ export function IconUp({ fill, width, height }: IconsProps) {
3384
+ return (
3385
+ <svg width="18" height="10" viewBox="0 0 18 10" fill="none" xmlns="http://www.w3.org/2000/svg">
3386
+ <path
3387
+ d="M1.45361 9L9.37114 1L17.2887 9"
3388
+ stroke="#222222"
3389
+ stroke-width="1.2"
3390
+ stroke-linecap="round"
3391
+ stroke-linejoin="round"
3392
+ />
3393
+ </svg>
3394
+ )
3395
+ }
3396
+
3397
+ export function IconGaps({ fill, width, height }: IconsProps) {
3398
+ return (
3399
+ <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
3400
+ <path
3401
+ d="M9.66127 22C9.1639 20.402 8.41378 19.211 7.41041 18.4265C5.9056 17.25 3.51466 17.9815 2.63157 16.7675C1.74848 15.5535 3.25024 13.3215 3.77705 12.0045C4.30437 10.6875 1.75711 10.222 2.05452 9.848C2.25245 9.5985 3.54004 8.8795 5.91626 7.69C6.59127 3.8965 9.08473 2 13.3977 2C19.8666 2 22.3311 7.403 22.3311 10.84C22.3311 14.2765 19.3468 17.9785 15.0958 18.777C14.7157 19.322 15.2638 20.397 16.7402 22.0005"
3402
+ stroke="#0645AD"
3403
+ stroke-width="1.2"
3404
+ stroke-linecap="round"
3405
+ stroke-linejoin="round"
3406
+ />
3407
+ <path
3408
+ fill-rule="evenodd"
3409
+ clip-rule="evenodd"
3410
+ d="M9.89679 7.24994C9.56487 8.51694 9.66333 9.40694 10.1927 9.91894C10.7215 10.4314 11.6229 10.7664 12.8968 10.9239C12.6075 12.5589 12.9602 13.3254 13.9539 13.2244C14.9477 13.1234 15.545 12.7169 15.7455 12.0044C17.2985 12.4344 18.1405 12.0744 18.2709 10.9244C18.4663 9.19944 17.5223 7.82394 17.1351 7.82394C16.7484 7.82394 15.7455 7.77744 15.7455 7.24994C15.7455 6.72244 14.5741 6.42494 13.517 6.42494C12.4598 6.42494 13.0957 5.72244 11.6442 5.99994C10.6763 6.18494 10.0937 6.60144 9.89679 7.24994V7.24994Z"
3411
+ stroke="#0645AD"
3412
+ stroke-width="1.2"
3413
+ stroke-linejoin="round"
3414
+ />
3415
+ <path
3416
+ d="M15.4795 12.75C14.9634 13.0655 14.2554 13.59 13.9569 14C13.2114 15.025 12.6069 15.6485 12.475 16.304"
3417
+ stroke="#0645AD"
3418
+ stroke-width="1.2"
3419
+ stroke-linecap="round"
3420
+ />
3421
+ </svg>
3422
+ )
3423
+ }
3424
+
3425
+ export function IconModules({ fill, width, height }: IconsProps) {
3426
+ return (
3427
+ <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
3428
+ <path
3429
+ d="M21.6079 4.5C21.6079 5.54426 20.7522 6.4 19.6853 6.4C18.6184 6.4 17.7627 5.54426 17.7627 4.5C17.7627 3.45574 18.6184 2.6 19.6853 2.6C20.7522 2.6 21.6079 3.45574 21.6079 4.5Z"
3430
+ stroke="#0645AD"
3431
+ stroke-width="1.2"
3432
+ />
3433
+ <path
3434
+ d="M21.6079 12.5C21.6079 13.5443 20.7522 14.4 19.6853 14.4C18.6184 14.4 17.7627 13.5443 17.7627 12.5C17.7627 11.4557 18.6184 10.6 19.6853 10.6C20.7522 10.6 21.6079 11.4557 21.6079 12.5Z"
3435
+ stroke="#0645AD"
3436
+ stroke-width="1.2"
3437
+ />
3438
+ <path
3439
+ d="M21.6079 19.5C21.6079 20.5443 20.7522 21.4 19.6853 21.4C18.6184 21.4 17.7627 20.5443 17.7627 19.5C17.7627 18.4557 18.6184 17.6 19.6853 17.6C20.7522 17.6 21.6079 18.4557 21.6079 19.5Z"
3440
+ stroke="#0645AD"
3441
+ stroke-width="1.2"
3442
+ />
3443
+ <path d="M14.1356 12L17.1627 12" stroke="#0645AD" stroke-width="1.2" stroke-linecap="round" />
3444
+ <path
3445
+ d="M14.1356 16H15.8654L18.1718 18"
3446
+ stroke="#0645AD"
3447
+ stroke-width="1.2"
3448
+ stroke-linecap="round"
3449
+ stroke-linejoin="round"
3450
+ />
3451
+ <path
3452
+ d="M14.1356 8H15.8654L18.1718 6"
3453
+ stroke="#0645AD"
3454
+ stroke-width="1.2"
3455
+ stroke-linecap="round"
3456
+ stroke-linejoin="round"
3457
+ />
3458
+ <path
3459
+ d="M3.03613 15L5.05421 15"
3460
+ stroke="#0645AD"
3461
+ stroke-width="1.2"
3462
+ stroke-linecap="round"
3463
+ stroke-linejoin="round"
3464
+ />
3465
+ <path
3466
+ d="M11.1085 10L10.0995 10"
3467
+ stroke="#0645AD"
3468
+ stroke-width="1.2"
3469
+ stroke-linecap="round"
3470
+ stroke-linejoin="round"
3471
+ />
3472
+ <path
3473
+ d="M3.0361 10H5.99596C6.39957 10 7.07227 9.25 7.07227 8.49999C7.07227 7 7.07227 8.8377 7.07227 7"
3474
+ stroke="#0645AD"
3475
+ stroke-width="1.2"
3476
+ stroke-linecap="round"
3477
+ stroke-linejoin="round"
3478
+ />
3479
+ <path
3480
+ d="M11.1084 15H8.14858C7.74496 15 7.07227 15.5 7.07227 16C7.07227 17 7.07227 15.7749 7.07227 17"
3481
+ stroke="#0645AD"
3482
+ stroke-width="1.2"
3483
+ stroke-linecap="round"
3484
+ stroke-linejoin="round"
3485
+ />
3486
+ <path
3487
+ d="M10.9344 4.41895L10.977 4.47036L11.0298 4.51117C11.1053 4.56956 11.5175 5.03708 11.5175 6V18C11.5175 18.1873 11.4114 18.8808 10.9187 19.5999C10.708 19.8492 10.4509 20.0482 10.1646 20.1854C9.87158 20.3259 9.55413 20.3987 9.23347 20.4H8.51448C6.96145 20.3982 5.46746 19.7556 4.36173 18.605C3.2553 17.4537 2.62893 15.8878 2.6271 14.2497V9.75031C2.62893 8.11221 3.2553 6.5463 4.36173 5.39496C5.46737 4.24444 6.96122 3.60189 8.51413 3.6H9.23343C9.5541 3.60126 9.87157 3.67412 10.1646 3.8146C10.458 3.95526 10.7209 4.16085 10.9344 4.41895Z"
3488
+ stroke="#0645AD"
3489
+ stroke-width="1.2"
3490
+ />
3491
+ </svg>
3492
+ )
3493
+ }
3494
+
3495
+ export function CheckIconSimple({ width = '15', height = '12', fill = '#2CA92A' }: IconsProps) {
3496
+ return (
3497
+ <svg width={width} height={height} viewBox="0 0 15 12" fill="none" xmlns="http://www.w3.org/2000/svg">
3498
+ <path
3499
+ d="M4.59 8.58002L1.77231 5.76233C1.57753 5.56756 1.26191 5.567 1.06645 5.76108L0.356057 6.46647C0.160106 6.66105 0.158987 6.97763 0.353558 7.17358L0.354805 7.17483L4.23645 11.0565C4.43171 11.2517 4.74829 11.2517 4.94355 11.0565L14.2364 1.76358C14.4317 1.56831 14.4317 1.25173 14.2364 1.05647L13.5336 0.353577L13.5333 0.353783C13.3382 0.158601 13.0217 0.158509 12.8264 0.353577L4.59 8.58002Z"
3500
+ fill={fill}
3501
+ />
3502
+ </svg>
3503
+ )
3504
+ }
3505
+
3506
+ export function IconContent({ fill, width, height }: IconsProps) {
3507
+ return (
3508
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
3509
+ <path
3510
+ d="M15.2884 10.4968L10.1 13.038V7.10845L15.2884 10.4968Z"
3511
+ stroke="white"
3512
+ stroke-width="1.2"
3513
+ stroke-linejoin="round"
3514
+ />
3515
+ <rect x="1.6" y="2.6" width="20.8" height="14.8" rx="1.4" stroke="white" stroke-width="1.2" />
3516
+ <path d="M6 21.5H18" stroke="white" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round" />
3517
+ </svg>
3518
+ )
3519
+ }
3520
+
3521
+ export function TrashIconNew({ fill, stroke, customColor_1, width, height }: IconsProps) {
3522
+ return (
3523
+ <svg
3524
+ width={width ?? '19'}
3525
+ height={height ?? '19'}
3526
+ viewBox="0 0 18 18"
3527
+ fill="none"
3528
+ xmlns="http://www.w3.org/2000/svg"
3529
+ >
3530
+ <path
3531
+ d="M0.833252 4.33325H2.61103H16.8333"
3532
+ stroke={fill ? fill : '#0645AD'}
3533
+ strokeWidth="1.3"
3534
+ strokeLinecap="round"
3535
+ strokeLinejoin="round"/>
3536
+ <path
3537
+ d="M15.3786 4.5V15.4C15.3786 15.8243 15.1816 16.2313 14.8309 16.5314C14.4802 16.8314 14.0045 17 13.5085 17H4.15785C3.66186 17 3.18619 16.8314 2.83547 16.5314C2.48475 16.2313 2.28772 15.8243 2.28772 15.4V4.5M5.09291 4.2V2.6C5.09291 2.17565 5.28995 1.76869 5.64066 1.46863C5.99138 1.16857 6.46706 1 6.96304 1H10.7033C11.1993 1 11.675 1.16857 12.0257 1.46863C12.3764 1.76869 12.5734 2.17565 12.5734 2.6V4.2"
3538
+ stroke={fill ? fill : '#0645AD'}
3539
+ strokeWidth="1.2"
3540
+ strokeLinecap="round"
3541
+ strokeLinejoin="round"/>
3542
+ </svg>
3543
+ )
3544
+ }