@bikdotai/bik-component-library 0.0.756-beta.8 → 0.0.756

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 (305) hide show
  1. package/dist/cjs/assets/icons/ActiveChecklistIcon.d.ts +3 -0
  2. package/dist/cjs/assets/icons/ActiveChecklistIcon.js +1 -0
  3. package/dist/cjs/assets/icons/CheckIndicatorIcon.d.ts +1 -0
  4. package/dist/cjs/assets/icons/CheckIndicatorIcon.js +1 -0
  5. package/dist/cjs/assets/icons/CheckSquareOffset.svg.js +1 -0
  6. package/dist/cjs/assets/icons/CompletedChecklistIcon.d.ts +3 -0
  7. package/dist/cjs/assets/icons/CompletedChecklistIcon.js +1 -0
  8. package/dist/cjs/assets/icons/CustomiseIcon.d.ts +7 -0
  9. package/dist/cjs/assets/icons/CustomiseIcon.js +1 -0
  10. package/dist/cjs/assets/icons/EnableIcon.d.ts +7 -0
  11. package/dist/cjs/assets/icons/EnableIcon.js +1 -0
  12. package/dist/cjs/assets/icons/GoLiveIcon.d.ts +7 -0
  13. package/dist/cjs/assets/icons/GoLiveIcon.js +1 -0
  14. package/dist/cjs/assets/icons/HeadsetIcon.d.ts +7 -0
  15. package/dist/cjs/assets/icons/HeadsetIcon.js +1 -0
  16. package/dist/cjs/assets/icons/InactiveChecklistIcon.d.ts +3 -0
  17. package/dist/cjs/assets/icons/InactiveChecklistIcon.js +1 -0
  18. package/dist/cjs/assets/icons/ListChecksIcon.d.ts +7 -0
  19. package/dist/cjs/assets/icons/ListChecksIcon.js +1 -0
  20. package/dist/cjs/assets/icons/MarketingIcon.d.ts +6 -0
  21. package/dist/cjs/assets/icons/MarketingIcon.js +1 -0
  22. package/dist/cjs/assets/icons/NudgesIcon.d.ts +7 -0
  23. package/dist/cjs/assets/icons/NudgesIcon.js +1 -0
  24. package/dist/cjs/assets/icons/OnboardingLogo.d.ts +7 -0
  25. package/dist/cjs/assets/icons/OnboardingLogo.js +1 -0
  26. package/dist/cjs/assets/icons/OrderTrackingIcon.d.ts +7 -0
  27. package/dist/cjs/assets/icons/OrderTrackingIcon.js +1 -0
  28. package/dist/cjs/assets/icons/ProgressBadgeIcon.d.ts +3 -0
  29. package/dist/cjs/assets/icons/ProgressBadgeIcon.js +1 -0
  30. package/dist/cjs/assets/icons/Redirect2Icon.d.ts +2 -0
  31. package/dist/cjs/assets/icons/Redirect2Icon.js +1 -0
  32. package/dist/cjs/assets/icons/ShoppingIcon.d.ts +7 -0
  33. package/dist/cjs/assets/icons/ShoppingIcon.js +1 -0
  34. package/dist/cjs/assets/icons/SmallCheckIcon.d.ts +3 -0
  35. package/dist/cjs/assets/icons/SmallCheckIcon.js +1 -0
  36. package/dist/cjs/assets/icons/SupportIcon.d.ts +7 -0
  37. package/dist/cjs/assets/icons/SupportIcon.js +1 -0
  38. package/dist/cjs/assets/icons/TrainingIcon.d.ts +7 -0
  39. package/dist/cjs/assets/icons/TrainingIcon.js +1 -0
  40. package/dist/cjs/assets/icons/actionButton.svg.js +1 -0
  41. package/dist/cjs/assets/icons/alarm.svg.js +1 -0
  42. package/dist/cjs/assets/icons/bik_ai_stars_icon.svg.js +1 -0
  43. package/dist/cjs/assets/icons/brand_home.svg.js +1 -0
  44. package/dist/cjs/assets/icons/chat.svg.js +1 -0
  45. package/dist/cjs/assets/icons/circular-cross-icon.svg.js +1 -0
  46. package/dist/cjs/assets/icons/grid.svg.js +1 -0
  47. package/dist/cjs/assets/icons/home.svg.js +1 -0
  48. package/dist/cjs/assets/icons/hover_home.svg.js +1 -0
  49. package/dist/cjs/assets/icons/index.d.ts +160 -0
  50. package/dist/cjs/assets/icons/list.svg.js +1 -0
  51. package/dist/cjs/assets/icons/paperclip.svg.js +1 -0
  52. package/dist/cjs/assets/icons/play.svg.js +1 -0
  53. package/dist/cjs/assets/icons/pointer.svg.js +1 -0
  54. package/dist/cjs/assets/icons/profile.svg.js +1 -0
  55. package/dist/cjs/assets/icons/retry.svg.js +1 -0
  56. package/dist/cjs/assets/icons/send.svg.js +1 -0
  57. package/dist/cjs/assets/icons/smile_emoji.svg.js +1 -0
  58. package/dist/cjs/assets/icons/video_camcorder.svg.js +1 -0
  59. package/dist/cjs/components/ProgressChecklist/MultiChecklistItem.d.ts +10 -0
  60. package/dist/cjs/components/ProgressChecklist/MultiChecklistItem.js +1 -0
  61. package/dist/cjs/components/ProgressChecklist/ProgressChecklist.d.ts +75 -0
  62. package/dist/cjs/components/ProgressChecklist/ProgressChecklist.js +1 -0
  63. package/dist/cjs/components/ProgressChecklist/ProgressChecklist.style.d.ts +32 -0
  64. package/dist/cjs/components/ProgressChecklist/ProgressChecklist.style.js +133 -0
  65. package/dist/cjs/components/ProgressChecklist/ProgressStepper.d.ts +15 -0
  66. package/dist/cjs/components/ProgressChecklist/ProgressStepper.js +1 -0
  67. package/dist/cjs/components/ProgressChecklist/SimpleChecklistItem.d.ts +21 -0
  68. package/dist/cjs/components/ProgressChecklist/SimpleChecklistItem.js +1 -0
  69. package/dist/cjs/components/ProgressChecklist/index.d.ts +2 -0
  70. package/dist/cjs/components/QueryBuilder/Triggers/EVENTS/components/EventsTrigger.d.ts +1 -1
  71. package/dist/cjs/components/QueryBuilder/Triggers/EVENTS/selectors/useIGTriggerNameCacheSelector.d.ts +1 -1
  72. package/dist/cjs/components/QueryBuilder/Triggers/IG/components/IGTrigger.d.ts +1 -1
  73. package/dist/cjs/components/QueryBuilder/Triggers/IG/selectors/useIGTriggerNameCacheSelector.d.ts +1 -1
  74. package/dist/cjs/components/QueryBuilder/Triggers/components/BaseTriggerQueryBuilderNode.d.ts +2 -2
  75. package/dist/cjs/components/TablePagination/TablePagination.d.ts +1 -0
  76. package/dist/cjs/components/TablePagination/TablePagination.js +1 -1
  77. package/dist/cjs/components/TablePagination/TablePaginationCard.d.ts +1 -1
  78. package/dist/cjs/components/WhatsAppTextEditor/CustomEditor.styled.d.ts +3 -3
  79. package/dist/cjs/components/WhatsAppTextEditor/WhatsAppTextEditorHeader.d.ts +1 -1
  80. package/dist/cjs/components/analytics-card/AnalyticsCard.styled.d.ts +2 -2
  81. package/dist/cjs/components/analytics-chips-and-dropdowns/CommonStyles.d.ts +5 -5
  82. package/dist/cjs/components/analytics-chips-and-dropdowns/chart/LineChart/LineChart.styled.d.ts +3 -3
  83. package/dist/cjs/components/analytics-chips-and-dropdowns/chart/heatmap/HeatMapStyled.d.ts +8 -8
  84. package/dist/cjs/components/analytics-chips-and-dropdowns/chart/heatmap/HeatMapVertical.d.ts +1 -1
  85. package/dist/cjs/components/analytics-chips-and-dropdowns/chart/linearChipGroupedChart/LinearChipGroupedChart.styled.d.ts +5 -5
  86. package/dist/cjs/components/analytics-chips-and-dropdowns/chart/scoreBlock/ScoreBlock.styled.d.ts +5 -5
  87. package/dist/cjs/components/banner/Banner.styled.d.ts +20 -20
  88. package/dist/cjs/components/bik-layout/CommonStyles.d.ts +17 -17
  89. package/dist/cjs/components/bik-layout/MockMenus.d.ts +0 -1
  90. package/dist/cjs/components/button/Button.styled.d.ts +1 -1
  91. package/dist/cjs/components/card-selection-modal/CardSelectionModal.styled.d.ts +2 -2
  92. package/dist/cjs/components/carousel-secondary/CarouselSecondary.style.d.ts +6 -6
  93. package/dist/cjs/components/checkList/CheckList.styled.d.ts +1 -1
  94. package/dist/cjs/components/colourInput/ColourInput.styled.d.ts +2 -2
  95. package/dist/cjs/components/country-code-picker/CountryCodePicker.styled.d.ts +2 -2
  96. package/dist/cjs/components/country-code-picker/CountryPicker.styled.d.ts +2 -2
  97. package/dist/cjs/components/custom-date-time/CustomDateTime.styled.d.ts +1 -1
  98. package/dist/cjs/components/dashboard-review-popup/DashboardReviewPopUp.styled.d.ts +2 -2
  99. package/dist/cjs/components/dashboard-review-popup/components/FiveStar.styled.d.ts +2 -2
  100. package/dist/cjs/components/dashboard-review-popup/components/Form.styled.d.ts +6 -6
  101. package/dist/cjs/components/datePicker/DatePicker.styled.d.ts +4 -4
  102. package/dist/cjs/components/discount-modal/DiscountModal.styled.d.ts +5 -5
  103. package/dist/cjs/components/feature-announcements/FeatureAnnouncementProvider.js +1 -1
  104. package/dist/cjs/components/feature-announcements/MajorUpdatePopup.js +1 -1
  105. package/dist/cjs/components/feature-announcements/MinorUpdatePopup.js +1 -1
  106. package/dist/cjs/components/feature-announcements/constants/dimensions.d.ts +99 -25
  107. package/dist/cjs/components/feature-announcements/constants/dimensions.js +1 -1
  108. package/dist/cjs/components/feature-announcements/styles/joyride.styles.d.ts +2 -2
  109. package/dist/cjs/components/feature-announcements/styles/majorPopup.styles.d.ts +14 -1
  110. package/dist/cjs/components/feature-announcements/styles/majorPopup.styles.js +1 -1
  111. package/dist/cjs/components/feature-announcements/styles/minorPopup.styles.d.ts +0 -2
  112. package/dist/cjs/components/feature-announcements/styles/minorPopup.styles.js +1 -1
  113. package/dist/cjs/components/feature-announcements/types/feature.types.d.ts +47 -0
  114. package/dist/cjs/components/feature-announcements/types/props.types.d.ts +25 -3
  115. package/dist/cjs/components/input/Input.styled.d.ts +4 -4
  116. package/dist/cjs/components/keywords-input/KeywordsInput.styled.d.ts +1 -1
  117. package/dist/cjs/components/list-item/ListItem.styled.d.ts +1 -1
  118. package/dist/cjs/components/modals/modal.styled.d.ts +4 -4
  119. package/dist/cjs/components/pagination/Pagination.styled.d.ts +1 -1
  120. package/dist/cjs/components/plans/DurationSelectorStyles.d.ts +1 -1
  121. package/dist/cjs/components/plans/SubscriptionPlanSelector.d.ts +2 -2
  122. package/dist/cjs/components/plans/SubscriptionPlanStyled.d.ts +2 -2
  123. package/dist/cjs/components/post-live-checklist/PostLiveChecklist.d.ts +18 -0
  124. package/dist/cjs/components/post-live-checklist/PostLiveChecklist.js +1 -0
  125. package/dist/cjs/components/post-live-checklist/PostLiveChecklist.stories.d.ts +12 -0
  126. package/dist/cjs/components/post-live-checklist/index.d.ts +2 -0
  127. package/dist/cjs/components/post-live-checklist-item/PostLiveChecklistItem.d.ts +10 -0
  128. package/dist/cjs/components/post-live-checklist-item/PostLiveChecklistItem.js +1 -0
  129. package/dist/cjs/components/post-live-checklist-item/index.d.ts +1 -0
  130. package/dist/cjs/components/product-picker/ProductPicker.styled.d.ts +2 -2
  131. package/dist/cjs/components/progress-bar/ProgressBarComponent.d.ts +1 -1
  132. package/dist/cjs/components/radioList/RadioList.styled.d.ts +1 -1
  133. package/dist/cjs/components/sample-button/SampleButton.styled.d.ts +1 -1
  134. package/dist/cjs/components/shimmer/ShimmerComponent/ShimmerStyled.d.ts +2 -2
  135. package/dist/cjs/components/switch/Switch.d.ts +3 -3
  136. package/dist/cjs/components/tabs/Tabs.styles.d.ts +5 -5
  137. package/dist/cjs/components/tag/Tag.styled.d.ts +1 -1
  138. package/dist/cjs/components/testimonial-card/TestimonialCard.style.d.ts +9 -9
  139. package/dist/cjs/components/toaster/Toaster.js +1 -1
  140. package/dist/cjs/components/toaster/Toaster.styled.d.ts +1 -1
  141. package/dist/cjs/components/toaster/Toaster.styled.js +1 -1
  142. package/dist/cjs/components/vertical-full-screen-modal/component.d.ts +24 -0
  143. package/dist/cjs/components/vertical-full-screen-modal/component.js +1 -0
  144. package/dist/cjs/components/vertical-full-screen-modal/index.d.ts +2 -0
  145. package/dist/cjs/components/vertical-full-screen-modal/styles.d.ts +8 -0
  146. package/dist/cjs/components/vertical-full-screen-modal/styles.js +45 -0
  147. package/dist/cjs/components/vertical-full-screen-modal/types.d.ts +27 -0
  148. package/dist/cjs/components/whats-new/WhatsNew.types.d.ts +6 -0
  149. package/dist/cjs/components/whats-new/WhatsNewButton.js +1 -1
  150. package/dist/cjs/components/whats-new/WhatsNewPanel.js +1 -1
  151. package/dist/cjs/index.d.ts +5 -0
  152. package/dist/cjs/index.js +1 -1
  153. package/dist/esm/assets/icons/ActiveChecklistIcon.d.ts +3 -0
  154. package/dist/esm/assets/icons/ActiveChecklistIcon.js +1 -0
  155. package/dist/esm/assets/icons/CheckIndicatorIcon.d.ts +1 -0
  156. package/dist/esm/assets/icons/CheckIndicatorIcon.js +1 -0
  157. package/dist/esm/assets/icons/CheckSquareOffset.svg.js +1 -0
  158. package/dist/esm/assets/icons/CompletedChecklistIcon.d.ts +3 -0
  159. package/dist/esm/assets/icons/CompletedChecklistIcon.js +1 -0
  160. package/dist/esm/assets/icons/CustomiseIcon.d.ts +7 -0
  161. package/dist/esm/assets/icons/CustomiseIcon.js +1 -0
  162. package/dist/esm/assets/icons/EnableIcon.d.ts +7 -0
  163. package/dist/esm/assets/icons/EnableIcon.js +1 -0
  164. package/dist/esm/assets/icons/GoLiveIcon.d.ts +7 -0
  165. package/dist/esm/assets/icons/GoLiveIcon.js +1 -0
  166. package/dist/esm/assets/icons/HeadsetIcon.d.ts +7 -0
  167. package/dist/esm/assets/icons/HeadsetIcon.js +1 -0
  168. package/dist/esm/assets/icons/InactiveChecklistIcon.d.ts +3 -0
  169. package/dist/esm/assets/icons/InactiveChecklistIcon.js +1 -0
  170. package/dist/esm/assets/icons/ListChecksIcon.d.ts +7 -0
  171. package/dist/esm/assets/icons/ListChecksIcon.js +1 -0
  172. package/dist/esm/assets/icons/MarketingIcon.d.ts +6 -0
  173. package/dist/esm/assets/icons/MarketingIcon.js +1 -0
  174. package/dist/esm/assets/icons/NudgesIcon.d.ts +7 -0
  175. package/dist/esm/assets/icons/NudgesIcon.js +1 -0
  176. package/dist/esm/assets/icons/OnboardingLogo.d.ts +7 -0
  177. package/dist/esm/assets/icons/OnboardingLogo.js +1 -0
  178. package/dist/esm/assets/icons/OrderTrackingIcon.d.ts +7 -0
  179. package/dist/esm/assets/icons/OrderTrackingIcon.js +1 -0
  180. package/dist/esm/assets/icons/ProgressBadgeIcon.d.ts +3 -0
  181. package/dist/esm/assets/icons/ProgressBadgeIcon.js +1 -0
  182. package/dist/esm/assets/icons/Redirect2Icon.d.ts +2 -0
  183. package/dist/esm/assets/icons/Redirect2Icon.js +1 -0
  184. package/dist/esm/assets/icons/ShoppingIcon.d.ts +7 -0
  185. package/dist/esm/assets/icons/ShoppingIcon.js +1 -0
  186. package/dist/esm/assets/icons/SmallCheckIcon.d.ts +3 -0
  187. package/dist/esm/assets/icons/SmallCheckIcon.js +1 -0
  188. package/dist/esm/assets/icons/SupportIcon.d.ts +7 -0
  189. package/dist/esm/assets/icons/SupportIcon.js +1 -0
  190. package/dist/esm/assets/icons/TrainingIcon.d.ts +7 -0
  191. package/dist/esm/assets/icons/TrainingIcon.js +1 -0
  192. package/dist/esm/assets/icons/actionButton.svg.js +1 -0
  193. package/dist/esm/assets/icons/alarm.svg.js +1 -0
  194. package/dist/esm/assets/icons/bik_ai_stars_icon.svg.js +1 -0
  195. package/dist/esm/assets/icons/brand_home.svg.js +1 -0
  196. package/dist/esm/assets/icons/chat.svg.js +1 -0
  197. package/dist/esm/assets/icons/circular-cross-icon.svg.js +1 -0
  198. package/dist/esm/assets/icons/grid.svg.js +1 -0
  199. package/dist/esm/assets/icons/home.svg.js +1 -0
  200. package/dist/esm/assets/icons/hover_home.svg.js +1 -0
  201. package/dist/esm/assets/icons/index.d.ts +160 -0
  202. package/dist/esm/assets/icons/list.svg.js +1 -0
  203. package/dist/esm/assets/icons/paperclip.svg.js +1 -0
  204. package/dist/esm/assets/icons/play.svg.js +1 -0
  205. package/dist/esm/assets/icons/pointer.svg.js +1 -0
  206. package/dist/esm/assets/icons/profile.svg.js +1 -0
  207. package/dist/esm/assets/icons/retry.svg.js +1 -0
  208. package/dist/esm/assets/icons/send.svg.js +1 -0
  209. package/dist/esm/assets/icons/smile_emoji.svg.js +1 -0
  210. package/dist/esm/assets/icons/video_camcorder.svg.js +1 -0
  211. package/dist/esm/components/ProgressChecklist/MultiChecklistItem.d.ts +10 -0
  212. package/dist/esm/components/ProgressChecklist/MultiChecklistItem.js +1 -0
  213. package/dist/esm/components/ProgressChecklist/ProgressChecklist.d.ts +75 -0
  214. package/dist/esm/components/ProgressChecklist/ProgressChecklist.js +1 -0
  215. package/dist/esm/components/ProgressChecklist/ProgressChecklist.style.d.ts +32 -0
  216. package/dist/esm/components/ProgressChecklist/ProgressChecklist.style.js +133 -0
  217. package/dist/esm/components/ProgressChecklist/ProgressStepper.d.ts +15 -0
  218. package/dist/esm/components/ProgressChecklist/ProgressStepper.js +1 -0
  219. package/dist/esm/components/ProgressChecklist/SimpleChecklistItem.d.ts +21 -0
  220. package/dist/esm/components/ProgressChecklist/SimpleChecklistItem.js +1 -0
  221. package/dist/esm/components/ProgressChecklist/index.d.ts +2 -0
  222. package/dist/esm/components/QueryBuilder/Triggers/EVENTS/components/EventsTrigger.d.ts +1 -1
  223. package/dist/esm/components/QueryBuilder/Triggers/EVENTS/selectors/useIGTriggerNameCacheSelector.d.ts +1 -1
  224. package/dist/esm/components/QueryBuilder/Triggers/IG/components/IGTrigger.d.ts +1 -1
  225. package/dist/esm/components/QueryBuilder/Triggers/IG/selectors/useIGTriggerNameCacheSelector.d.ts +1 -1
  226. package/dist/esm/components/QueryBuilder/Triggers/components/BaseTriggerQueryBuilderNode.d.ts +2 -2
  227. package/dist/esm/components/TablePagination/TablePagination.d.ts +1 -0
  228. package/dist/esm/components/TablePagination/TablePagination.js +1 -1
  229. package/dist/esm/components/TablePagination/TablePaginationCard.d.ts +1 -1
  230. package/dist/esm/components/WhatsAppTextEditor/CustomEditor.styled.d.ts +3 -3
  231. package/dist/esm/components/WhatsAppTextEditor/WhatsAppTextEditorHeader.d.ts +1 -1
  232. package/dist/esm/components/analytics-card/AnalyticsCard.styled.d.ts +2 -2
  233. package/dist/esm/components/analytics-chips-and-dropdowns/CommonStyles.d.ts +5 -5
  234. package/dist/esm/components/analytics-chips-and-dropdowns/chart/LineChart/LineChart.styled.d.ts +3 -3
  235. package/dist/esm/components/analytics-chips-and-dropdowns/chart/heatmap/HeatMapStyled.d.ts +8 -8
  236. package/dist/esm/components/analytics-chips-and-dropdowns/chart/heatmap/HeatMapVertical.d.ts +1 -1
  237. package/dist/esm/components/analytics-chips-and-dropdowns/chart/linearChipGroupedChart/LinearChipGroupedChart.styled.d.ts +5 -5
  238. package/dist/esm/components/analytics-chips-and-dropdowns/chart/scoreBlock/ScoreBlock.styled.d.ts +5 -5
  239. package/dist/esm/components/banner/Banner.styled.d.ts +20 -20
  240. package/dist/esm/components/bik-layout/CommonStyles.d.ts +17 -17
  241. package/dist/esm/components/bik-layout/MockMenus.d.ts +0 -1
  242. package/dist/esm/components/button/Button.styled.d.ts +1 -1
  243. package/dist/esm/components/card-selection-modal/CardSelectionModal.styled.d.ts +2 -2
  244. package/dist/esm/components/carousel-secondary/CarouselSecondary.style.d.ts +6 -6
  245. package/dist/esm/components/checkList/CheckList.styled.d.ts +1 -1
  246. package/dist/esm/components/colourInput/ColourInput.styled.d.ts +2 -2
  247. package/dist/esm/components/country-code-picker/CountryCodePicker.styled.d.ts +2 -2
  248. package/dist/esm/components/country-code-picker/CountryPicker.styled.d.ts +2 -2
  249. package/dist/esm/components/custom-date-time/CustomDateTime.styled.d.ts +1 -1
  250. package/dist/esm/components/dashboard-review-popup/DashboardReviewPopUp.styled.d.ts +2 -2
  251. package/dist/esm/components/dashboard-review-popup/components/FiveStar.styled.d.ts +2 -2
  252. package/dist/esm/components/dashboard-review-popup/components/Form.styled.d.ts +6 -6
  253. package/dist/esm/components/datePicker/DatePicker.styled.d.ts +4 -4
  254. package/dist/esm/components/discount-modal/DiscountModal.styled.d.ts +5 -5
  255. package/dist/esm/components/feature-announcements/FeatureAnnouncementProvider.js +1 -1
  256. package/dist/esm/components/feature-announcements/MajorUpdatePopup.js +1 -1
  257. package/dist/esm/components/feature-announcements/MinorUpdatePopup.js +1 -1
  258. package/dist/esm/components/feature-announcements/constants/dimensions.d.ts +99 -25
  259. package/dist/esm/components/feature-announcements/constants/dimensions.js +1 -1
  260. package/dist/esm/components/feature-announcements/styles/joyride.styles.d.ts +2 -2
  261. package/dist/esm/components/feature-announcements/styles/majorPopup.styles.d.ts +14 -1
  262. package/dist/esm/components/feature-announcements/styles/majorPopup.styles.js +1 -1
  263. package/dist/esm/components/feature-announcements/styles/minorPopup.styles.d.ts +0 -2
  264. package/dist/esm/components/feature-announcements/styles/minorPopup.styles.js +1 -1
  265. package/dist/esm/components/feature-announcements/types/feature.types.d.ts +47 -0
  266. package/dist/esm/components/feature-announcements/types/props.types.d.ts +25 -3
  267. package/dist/esm/components/input/Input.styled.d.ts +4 -4
  268. package/dist/esm/components/keywords-input/KeywordsInput.styled.d.ts +1 -1
  269. package/dist/esm/components/list-item/ListItem.styled.d.ts +1 -1
  270. package/dist/esm/components/modals/modal.styled.d.ts +4 -4
  271. package/dist/esm/components/pagination/Pagination.styled.d.ts +1 -1
  272. package/dist/esm/components/plans/DurationSelectorStyles.d.ts +1 -1
  273. package/dist/esm/components/plans/SubscriptionPlanSelector.d.ts +2 -2
  274. package/dist/esm/components/plans/SubscriptionPlanStyled.d.ts +2 -2
  275. package/dist/esm/components/post-live-checklist/PostLiveChecklist.d.ts +18 -0
  276. package/dist/esm/components/post-live-checklist/PostLiveChecklist.js +1 -0
  277. package/dist/esm/components/post-live-checklist/PostLiveChecklist.stories.d.ts +12 -0
  278. package/dist/esm/components/post-live-checklist/index.d.ts +2 -0
  279. package/dist/esm/components/post-live-checklist-item/PostLiveChecklistItem.d.ts +10 -0
  280. package/dist/esm/components/post-live-checklist-item/PostLiveChecklistItem.js +1 -0
  281. package/dist/esm/components/post-live-checklist-item/index.d.ts +1 -0
  282. package/dist/esm/components/product-picker/ProductPicker.styled.d.ts +2 -2
  283. package/dist/esm/components/progress-bar/ProgressBarComponent.d.ts +1 -1
  284. package/dist/esm/components/radioList/RadioList.styled.d.ts +1 -1
  285. package/dist/esm/components/sample-button/SampleButton.styled.d.ts +1 -1
  286. package/dist/esm/components/shimmer/ShimmerComponent/ShimmerStyled.d.ts +2 -2
  287. package/dist/esm/components/switch/Switch.d.ts +3 -3
  288. package/dist/esm/components/tabs/Tabs.styles.d.ts +5 -5
  289. package/dist/esm/components/tag/Tag.styled.d.ts +1 -1
  290. package/dist/esm/components/testimonial-card/TestimonialCard.style.d.ts +9 -9
  291. package/dist/esm/components/toaster/Toaster.js +1 -1
  292. package/dist/esm/components/toaster/Toaster.styled.d.ts +1 -1
  293. package/dist/esm/components/toaster/Toaster.styled.js +1 -1
  294. package/dist/esm/components/vertical-full-screen-modal/component.d.ts +24 -0
  295. package/dist/esm/components/vertical-full-screen-modal/component.js +1 -0
  296. package/dist/esm/components/vertical-full-screen-modal/index.d.ts +2 -0
  297. package/dist/esm/components/vertical-full-screen-modal/styles.d.ts +8 -0
  298. package/dist/esm/components/vertical-full-screen-modal/styles.js +45 -0
  299. package/dist/esm/components/vertical-full-screen-modal/types.d.ts +27 -0
  300. package/dist/esm/components/whats-new/WhatsNew.types.d.ts +6 -0
  301. package/dist/esm/components/whats-new/WhatsNewButton.js +1 -1
  302. package/dist/esm/components/whats-new/WhatsNewPanel.js +1 -1
  303. package/dist/esm/index.d.ts +5 -0
  304. package/dist/esm/index.js +1 -1
  305. package/package.json +1 -1
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ export declare const ActiveChecklistIcon: React.FC<React.SVGProps<SVGSVGElement>>;
3
+ export default ActiveChecklistIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime");const t=t=>e.jsxs("svg",Object.assign({width:"36",height:"44",viewBox:"0 0 36 44",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t,{children:[e.jsx("rect",{y:"4",width:"36",height:"36",rx:"18",fill:"#EFE6F9"}),e.jsxs("g",Object.assign({clipPath:"url(#clip0_8_5197)"},{children:[e.jsx("path",{d:"M14.9583 21.167C14.268 21.167 13.7083 21.7266 13.7083 22.417C13.7083 23.1073 14.268 23.667 14.9583 23.667C15.6487 23.667 16.2083 23.1073 16.2083 22.417C16.2083 21.7266 15.6487 21.167 14.9583 21.167Z",fill:"#4B1583"}),e.jsx("path",{d:"M20.7916 21.167C20.1013 21.167 19.5416 21.7266 19.5416 22.417C19.5416 23.1073 20.1013 23.667 20.7916 23.667C21.482 23.667 22.0416 23.1073 22.0416 22.417C22.0416 21.7266 21.482 21.167 20.7916 21.167Z",fill:"#4B1583"}),e.jsx("path",{d:"M16.2083 25.3337C15.7481 25.3337 15.375 25.7068 15.375 26.167C15.375 26.6272 15.7481 27.0003 16.2083 27.0003H19.5416C20.0019 27.0003 20.375 26.6272 20.375 26.167C20.375 25.7068 20.0019 25.3337 19.5416 25.3337H16.2083Z",fill:"#4B1583"}),e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.5416 14.5003C14.5416 14.0401 14.9147 13.667 15.375 13.667H20.375C20.8352 13.667 21.2083 14.0401 21.2083 14.5003C21.2083 14.9606 20.8352 15.3337 20.375 15.3337H18.7083V17.0003H22.875C25.1762 17.0003 27.0416 18.8658 27.0416 21.167V26.167C27.0416 28.4682 25.1762 30.3337 22.875 30.3337H12.875C10.5738 30.3337 8.70831 28.4682 8.70831 26.167V21.167C8.70831 18.8658 10.5738 17.0003 12.875 17.0003H17.0416V15.3337H15.375C14.9147 15.3337 14.5416 14.9606 14.5416 14.5003ZM12.875 18.667C11.4943 18.667 10.375 19.7863 10.375 21.167V26.167C10.375 27.5477 11.4943 28.667 12.875 28.667H22.875C24.2557 28.667 25.375 27.5477 25.375 26.167V21.167C25.375 19.7863 24.2557 18.667 22.875 18.667H12.875Z",fill:"#4B1583"})]})),e.jsx("defs",{children:e.jsx("clipPath",Object.assign({id:"clip0_8_5197"},{children:e.jsx("rect",{width:"20",height:"20",fill:"white",transform:"translate(7.875 12)"})}))})]}));exports.ActiveChecklistIcon=t,exports.default=t;
@@ -0,0 +1 @@
1
+ export declare const CheckIndicatorIcon: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime");exports.CheckIndicatorIcon=()=>e.jsxs("svg",Object.assign({width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:[e.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"9",fill:"#1A872C"}),e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16.6819 8.06064C17.0724 8.45117 17.0724 9.08433 16.6819 9.47486L11.025 15.1317C10.6345 15.5223 10.0013 15.5223 9.6108 15.1317L7.48968 13.0106C7.09916 12.6201 7.09916 11.9869 7.48968 11.5964C7.88021 11.2059 8.51337 11.2059 8.9039 11.5964L10.3179 13.0104L15.2677 8.06064C15.6582 7.67012 16.2914 7.67012 16.6819 8.06064Z",fill:"white"})]}));
@@ -0,0 +1 @@
1
+ "use strict";function e(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(r){if("default"!==r){var n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:function(){return e[r]}})}})),t.default=e,Object.freeze(t)}Object.defineProperty(exports,"__esModule",{value:!0});var t,r,n=e(require("react"));function a(){return a=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},a.apply(this,arguments)}var c=e=>n.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),t||(t=n.createElement("g",{stroke:"#616161",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.244,clipPath:"url(#CheckSquareOffset_svg__a)"},n.createElement("path",{d:"M2.5 9V3a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v10a.5.5 0 0 1-.5.5H8.5"}),n.createElement("path",{d:"M2.5 12 4 13.5 7.5 10"}))),r||(r=n.createElement("defs",null,n.createElement("clipPath",{id:"CheckSquareOffset_svg__a"},n.createElement("path",{fill:"#fff",d:"M0 0h16v16H0z"})))));exports.default=c;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ export declare const CompletedChecklistIcon: React.FC<React.SVGProps<SVGSVGElement>>;
3
+ export default CompletedChecklistIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime");const t=t=>e.jsxs("svg",Object.assign({width:"36",height:"36",viewBox:"0 0 36 36",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t,{children:[e.jsx("rect",{width:"36",height:"36",rx:"18",fill:"#1A872C"}),e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M25.1309 12.4106C25.4564 12.736 25.4564 13.2637 25.1309 13.5891L15.9643 22.7558C15.6388 23.0812 15.1112 23.0812 14.7857 22.7558L10.6191 18.5891C10.2936 18.2637 10.2936 17.736 10.6191 17.4106C10.9445 17.0851 11.4722 17.0851 11.7976 17.4106L15.375 20.988L23.9524 12.4106C24.2778 12.0851 24.8055 12.0851 25.1309 12.4106Z",fill:"white"})]}));exports.CompletedChecklistIcon=t,exports.default=t;
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ interface IconProps extends React.SVGProps<SVGSVGElement> {
3
+ bgColor?: string;
4
+ strokeColor?: string;
5
+ }
6
+ declare const CustomiseIcon: React.FC<IconProps>;
7
+ export default CustomiseIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("../../_virtual/_tslib.js"),r=require("react/jsx-runtime");exports.default=t=>{var{bgColor:s="#E0E0E0",strokeColor:i="#9E9E9E"}=t,o=e.__rest(t,["bgColor","strokeColor"]);return r.jsxs("svg",Object.assign({width:"36",height:"36",viewBox:"0 0 36 36",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o,{children:[r.jsx("circle",{cx:"18",cy:"18",r:"18",fill:s}),r.jsxs("g",Object.assign({clipPath:"url(#clip0_3569_28195)"},{children:[r.jsx("path",{d:"M17.9999 21.75C20.071 21.75 21.7499 20.0711 21.7499 18C21.7499 15.929 20.071 14.25 17.9999 14.25C15.9289 14.25 14.2499 15.929 14.2499 18C14.2499 20.0711 15.9289 21.75 17.9999 21.75Z",stroke:i,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),r.jsx("path",{d:"M23.422 14.3047C23.61 14.574 23.7747 14.8589 23.9141 15.1562L25.9376 16.2812C26.1902 17.4129 26.1929 18.586 25.9454 19.7187L23.9141 20.8437C23.7747 21.1411 23.61 21.426 23.422 21.6953L23.461 24.0156C22.6035 24.7971 21.5885 25.3858 20.4845 25.7422L18.4923 24.5469C18.1646 24.5703 17.8356 24.5703 17.5079 24.5469L15.5235 25.7344C14.4159 25.3845 13.3977 24.798 12.5391 24.0156L12.5782 21.7031C12.3917 21.4301 12.2271 21.1428 12.086 20.8437L10.0626 19.7187C9.80993 18.5871 9.80726 17.414 10.0548 16.2812L12.086 15.1562C12.2255 14.8589 12.3901 14.574 12.5782 14.3047L12.5391 11.9844C13.3967 11.2029 14.4116 10.6142 15.5157 10.2578L17.5079 11.4531C17.8356 11.4297 18.1646 11.4297 18.4923 11.4531L20.4766 10.2656C21.5842 10.6155 22.6025 11.202 23.461 11.9844L23.422 14.3047Z",stroke:i,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})]})),r.jsx("defs",{children:r.jsx("clipPath",Object.assign({id:"clip0_3569_28195"},{children:r.jsx("rect",{width:"20",height:"20",fill:"white",transform:"translate(8 8)"})}))})]}))};
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ interface IconProps extends React.SVGProps<SVGSVGElement> {
3
+ bgColor?: string;
4
+ strokeColor?: string;
5
+ }
6
+ declare const EnableIcon: React.FC<IconProps>;
7
+ export default EnableIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var C=require("../../_virtual/_tslib.js"),L=require("react/jsx-runtime");exports.default=e=>{var{bgColor:r="#EFE6F9",strokeColor:t="#4B1583"}=e,s=C.__rest(e,["bgColor","strokeColor"]);return L.jsxs("svg",Object.assign({width:"36",height:"36",viewBox:"0 0 36 36",fill:"none",xmlns:"http://www.w3.org/2000/svg"},s,{children:[L.jsx("rect",{width:"36",height:"36",fill:"white"}),L.jsx("circle",{cx:"18",cy:"18",r:"18",fill:r}),L.jsx("path",{d:"M21.9908 9.33771C22.0661 9.19654 22.2684 9.19654 22.3437 9.33772L23.2376 11.0138C23.2563 11.0488 23.2849 11.0775 23.32 11.0962L24.996 11.9901C25.1372 12.0654 25.1372 12.2677 24.996 12.343L23.32 13.2369C23.2849 13.2556 23.2563 13.2843 23.2376 13.3193L22.3437 14.9954C22.2684 15.1366 22.0661 15.1366 21.9908 14.9954L21.0968 13.3193C21.0781 13.2843 21.0495 13.2556 21.0145 13.237L19.3384 12.343C19.1972 12.2677 19.1972 12.0654 19.3384 11.9901L21.0145 11.0962C21.0495 11.0775 21.0781 11.0488 21.0968 11.0138L21.9908 9.33771ZM16.8608 15.724C16.8794 15.759 16.9081 15.7876 16.9431 15.8063L20.7252 17.8234C20.8664 17.8987 20.8664 18.1011 20.7252 18.1763L16.9431 20.1935C16.9081 20.2122 16.8794 20.2408 16.8608 20.2758L14.8437 24.0579C14.7684 24.1991 14.566 24.1991 14.4907 24.0579L12.4736 20.2758C12.455 20.2408 12.4263 20.2122 12.3913 20.1935L8.6092 18.1763C8.46802 18.1011 8.46803 17.8987 8.6092 17.8234L12.3913 15.8063C12.4263 15.7876 12.455 15.759 12.4736 15.724L14.4907 11.9419C14.566 11.8007 14.7684 11.8007 14.8437 11.9419L16.8608 15.724ZM17.1835 18.1763C17.3247 18.1011 17.3247 17.8987 17.1835 17.8234L15.7113 17.0382C15.6762 17.0195 15.6476 16.9908 15.6289 16.9558L14.8437 15.4836C14.7684 15.3424 14.566 15.3424 14.4907 15.4835L13.7055 16.9558C13.6868 16.9908 13.6582 17.0195 13.6232 17.0382L12.1509 17.8234C12.0097 17.8987 12.0097 18.1011 12.1509 18.1763L13.6232 18.9616C13.6582 18.9802 13.6868 19.0089 13.7055 19.0439L14.4907 20.5162C14.566 20.6574 14.7684 20.6574 14.8437 20.5162L15.6289 19.0439C15.6476 19.0089 15.6762 18.9802 15.7113 18.9616L17.1835 18.1763ZM24.4431 21.6397C24.4081 21.621 24.3794 21.5923 24.3608 21.5573L23.1771 19.3378C23.1018 19.1966 22.8994 19.1966 22.8241 19.3378L21.6403 21.5573C21.6216 21.5923 21.593 21.621 21.558 21.6397L19.3384 22.8234C19.1972 22.8987 19.1972 23.1011 19.3384 23.1764L21.558 24.3601C21.593 24.3788 21.6216 24.4075 21.6403 24.4425L22.8241 26.6621C22.8994 26.8033 23.1018 26.8032 23.1771 26.6621L24.3608 24.4425C24.3794 24.4075 24.4081 24.3788 24.4431 24.3601L26.6627 23.1764C26.8039 23.1011 26.8039 22.8987 26.6627 22.8234L24.4431 21.6397Z",fill:t})]}))};
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ interface IconProps extends React.SVGProps<SVGSVGElement> {
3
+ bgColor?: string;
4
+ strokeColor?: string;
5
+ }
6
+ declare const GoLiveIcon: React.FC<IconProps>;
7
+ export default GoLiveIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("../../_virtual/_tslib.js"),r=require("react/jsx-runtime");exports.default=t=>{var{bgColor:o="#E0E0E0",strokeColor:s="#9E9E9E"}=t,i=e.__rest(t,["bgColor","strokeColor"]);return r.jsxs("svg",Object.assign({width:"36",height:"36",viewBox:"0 0 36 36",fill:"none",xmlns:"http://www.w3.org/2000/svg"},i,{children:[r.jsx("circle",{cx:"18",cy:"18",r:"18",fill:o}),r.jsx("path",{d:"M17.9998 19.9998L15.9998 17.9998M17.9998 19.9998C18.9311 19.6457 19.8244 19.199 20.6665 18.6665M17.9998 19.9998V23.3332C17.9998 23.3332 20.0198 22.9665 20.6665 21.9998C21.3865 20.9198 20.6665 18.6665 20.6665 18.6665M15.9998 17.9998C16.3546 17.0795 16.8013 16.1972 17.3332 15.3665C18.11 14.1245 19.1916 13.1019 20.4752 12.3959C21.7588 11.6899 23.2016 11.3241 24.6665 11.3332C24.6665 13.1465 24.1465 16.3332 20.6665 18.6665M15.9998 17.9998H12.6665C12.6665 17.9998 13.0332 15.9798 13.9998 15.3332C15.0798 14.6132 17.3332 15.3332 17.3332 15.3332M12.9998 20.9998C11.9998 21.8398 11.6665 24.3332 11.6665 24.3332C11.6665 24.3332 14.1598 23.9998 14.9998 22.9998C15.4732 22.4398 15.4665 21.5798 14.9398 21.0598C14.6807 20.8125 14.3394 20.6696 13.9813 20.6585C13.6233 20.6475 13.2738 20.769 12.9998 20.9998Z",stroke:s,strokeWidth:1.33333,strokeLinecap:"round",strokeLinejoin:"round"})]}))};
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ type IconProps = React.SVGProps<SVGSVGElement> & {
3
+ selected?: boolean;
4
+ color?: string;
5
+ };
6
+ declare const HeadsetIcon: ({ selected, color, ...rest }: IconProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default HeadsetIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("../../_virtual/_tslib.js"),r=require("react/jsx-runtime");exports.default=t=>{var{selected:s=!1,color:C}=t,o=e.__rest(t,["selected","color"]);const i=null!=C?C:s?"#4B1583":"#616161";return r.jsx("svg",Object.assign({width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o,{children:r.jsx("path",{d:"M3 11H6C6.53043 11 7.03914 11.2107 7.41421 11.5858C7.78929 11.9609 8 12.4696 8 13V16C8 16.5304 7.78929 17.0391 7.41421 17.4142C7.03914 17.7893 6.53043 18 6 18H5C4.46957 18 3.96086 17.7893 3.58579 17.4142C3.21071 17.0391 3 16.5304 3 16V11ZM3 11C3 9.8181 3.23279 8.64778 3.68508 7.55585C4.13738 6.46392 4.80031 5.47177 5.63604 4.63604C6.47177 3.80031 7.46392 3.13738 8.55585 2.68508C9.64778 2.23279 10.8181 2 12 2C13.1819 2 14.3522 2.23279 15.4442 2.68508C16.5361 3.13738 17.5282 3.80031 18.364 4.63604C19.1997 5.47177 19.8626 6.46392 20.3149 7.55585C20.7672 8.64778 21 9.8181 21 11M21 11V16M21 11H18C17.4696 11 16.9609 11.2107 16.5858 11.5858C16.2107 11.9609 16 12.4696 16 13V16C16 16.5304 16.2107 17.0391 16.5858 17.4142C16.9609 17.7893 17.4696 18 18 18H19C19.5304 18 20.0391 17.7893 20.4142 17.4142C20.7893 17.0391 21 16.5304 21 16M21 16V18C21 19.0609 20.5786 20.0783 19.8284 20.8284C19.0783 21.5786 18.0609 22 17 22H12",stroke:i,strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"})}))};
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ export declare const InactiveChecklistIcon: React.FC<React.SVGProps<SVGSVGElement>>;
3
+ export default InactiveChecklistIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime");const t=t=>e.jsxs("svg",Object.assign({width:"36",height:"44",viewBox:"0 0 36 44",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t,{children:[e.jsx("rect",{y:"4",width:"36",height:"36",rx:"18",fill:"#E0E0E0"}),e.jsxs("g",Object.assign({clipPath:"url(#clip0_8_5196)"},{children:[e.jsx("path",{d:"M14.9583 21.167C14.268 21.167 13.7083 21.7266 13.7083 22.417C13.7083 23.1073 14.268 23.667 14.9583 23.667C15.6487 23.667 16.2083 23.1073 16.2083 22.417C16.2083 21.7266 15.6487 21.167 14.9583 21.167Z",fill:"#BDBDBD"}),e.jsx("path",{d:"M20.7916 21.167C20.1013 21.167 19.5416 21.7266 19.5416 22.417C19.5416 23.1073 20.1013 23.667 20.7916 23.667C21.482 23.667 22.0416 23.1073 22.0416 22.417C22.0416 21.7266 21.482 21.167 20.7916 21.167Z",fill:"#BDBDBD"}),e.jsx("path",{d:"M16.2083 25.3337C15.7481 25.3337 15.375 25.7068 15.375 26.167C15.375 26.6272 15.7481 27.0003 16.2083 27.0003H19.5416C20.0019 27.0003 20.375 26.6272 20.375 26.167C20.375 25.7068 20.0019 25.3337 19.5416 25.3337H16.2083Z",fill:"#BDBDBD"}),e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.5416 14.5003C14.5416 14.0401 14.9147 13.667 15.375 13.667H20.375C20.8352 13.667 21.2083 14.0401 21.2083 14.5003C21.2083 14.9606 20.8352 15.3337 20.375 15.3337H18.7083V17.0003H22.875C25.1762 17.0003 27.0416 18.8658 27.0416 21.167V26.167C27.0416 28.4682 25.1762 30.3337 22.875 30.3337H12.875C10.5738 30.3337 8.70831 28.4682 8.70831 26.167V21.167C8.70831 18.8658 10.5738 17.0003 12.875 17.0003H17.0416V15.3337H15.375C14.9147 15.3337 14.5416 14.9606 14.5416 14.5003ZM12.875 18.667C11.4943 18.667 10.375 19.7863 10.375 21.167V26.167C10.375 27.5477 11.4943 28.667 12.875 28.667H22.875C24.2557 28.667 25.375 27.5477 25.375 26.167V21.167C25.375 19.7863 24.2557 18.667 22.875 18.667H12.875Z",fill:"#BDBDBD"})]})),e.jsx("defs",{children:e.jsx("clipPath",Object.assign({id:"clip0_8_5196"},{children:e.jsx("rect",{width:"20",height:"20",fill:"white",transform:"translate(7.875 12)"})}))})]}));exports.InactiveChecklistIcon=t,exports.default=t;
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ type IconProps = React.SVGProps<SVGSVGElement> & {
3
+ selected?: boolean;
4
+ color?: string;
5
+ };
6
+ declare const ListChecksIcon: ({ selected, color, ...rest }: IconProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default ListChecksIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("../../_virtual/_tslib.js"),r=require("react/jsx-runtime");exports.default=t=>{var{selected:s=!1,color:o}=t,i=e.__rest(t,["selected","color"]);const l=null!=o?o:s?"#4B1583":"#616161";return r.jsx("svg",Object.assign({width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},i,{children:r.jsx("path",{d:"M13 5H21M13 12H21M13 19H21M3 17L5 19L9 15M3 7L5 9L9 5",stroke:l,strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"})}))};
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ interface IconProps extends React.SVGProps<SVGSVGElement> {
3
+ color?: string;
4
+ }
5
+ declare const MarketingIconTab: React.FC<IconProps>;
6
+ export default MarketingIconTab;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("../../_virtual/_tslib.js"),l=require("react/jsx-runtime");exports.default=C=>{var{color:i="#616161"}=C,s=e.__rest(C,["color"]);return l.jsxs("svg",Object.assign({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},s,{children:[l.jsxs("g",Object.assign({clipPath:"url(#clip0_4450_30211)"},{children:[l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.33818 1.7326L9.33763 1.73208C9.19604 1.59761 9.00261 1.53199 8.80843 1.55253C8.61424 1.57307 8.43882 1.67772 8.3285 1.83883L5.08025 6.58239L2.24242 7.84587C0.784872 8.49482 0.129366 10.2025 0.778309 11.66C1.39684 13.0493 2.97717 13.7099 4.38602 13.2068L5.14078 14.902C5.29054 15.2384 5.68461 15.3897 6.02097 15.2399C6.35733 15.0902 6.5086 14.6961 6.35884 14.3597L5.60751 12.6722L7.43028 11.8607L13.1289 12.6208C13.3225 12.6466 13.5176 12.5863 13.6628 12.4557C13.808 12.3252 13.8887 12.1375 13.8835 11.9423L13.8835 11.9415L13.8834 11.9379L13.8831 11.9301L13.8821 11.904C13.8812 11.8821 13.8797 11.8512 13.8774 11.8118C13.8727 11.7329 13.8647 11.6199 13.851 11.4766C13.8236 11.1901 13.7737 10.7819 13.6829 10.2832C13.5015 9.28705 13.1558 7.92246 12.4969 6.44257C11.838 4.96269 11.0552 3.79268 10.4363 2.99131C10.1265 2.59014 9.85656 2.27989 9.66196 2.06787C9.56463 1.96182 9.48601 1.88022 9.43052 1.82398C9.40277 1.79586 9.38079 1.77406 9.36513 1.75871L9.34645 1.74053L9.34078 1.73508L9.33818 1.7326ZM2.78474 9.06393L5.18586 7.99489L6.45126 10.837L4.05014 11.9061C3.26531 12.2555 2.3458 11.9025 1.99637 11.1177C1.64694 10.3329 1.9999 9.41337 2.78474 9.06393ZM12.4762 11.1886L7.78893 10.5634L6.28431 7.18393L8.95607 3.28225C9.08237 3.43031 9.22589 3.6054 9.38106 3.80631C9.95043 4.54352 10.6723 5.62263 11.2788 6.98489C11.8853 8.34714 12.2042 9.60568 12.3711 10.5221C12.4166 10.7718 12.4507 10.9957 12.4762 11.1886Z",fill:i}),l.jsx("path",{d:"M12.1498 3.24192C11.885 3.49769 11.8776 3.91974 12.1334 4.18459C12.3892 4.44944 12.8112 4.45681 13.0761 4.20104L13.5556 3.73794C13.8205 3.48217 13.8278 3.06013 13.5721 2.79527C13.3163 2.53042 12.8943 2.52305 12.6294 2.77882L12.1498 3.24192Z",fill:i}),l.jsx("path",{d:"M13.2969 5.35668C12.9605 5.50644 12.8093 5.90051 12.959 6.23687C13.1088 6.57323 13.5029 6.7245 13.8392 6.57474L15.0573 6.03243C15.3936 5.88267 15.5449 5.4886 15.3951 5.15224C15.2454 4.81588 14.8513 4.66461 14.515 4.81437L13.2969 5.35668Z",fill:i}),l.jsx("path",{d:"M13.9427 8.48327C13.917 8.11598 14.1939 7.79741 14.5612 7.77172L15.2263 7.72522C15.5936 7.69954 15.9121 7.97647 15.9378 8.34376C15.9635 8.71105 15.6866 9.02962 15.3193 9.05531L14.6543 9.10181C14.287 9.12749 13.9684 8.85057 13.9427 8.48327Z",fill:i})]})),l.jsx("defs",{children:l.jsx("clipPath",Object.assign({id:"clip0_4450_30211"},{children:l.jsx("rect",{width:"16",height:"16",fill:"white"})}))})]}))};
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ interface IconProps extends React.SVGProps<SVGSVGElement> {
3
+ bgColor?: string;
4
+ strokeColor?: string;
5
+ }
6
+ declare const NudgesIcon: React.FC<IconProps>;
7
+ export default NudgesIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var C=require("../../_virtual/_tslib.js"),e=require("react/jsx-runtime");exports.default=r=>{var{bgColor:t="#E0E0E0",strokeColor:s="#9E9E9E"}=r,l=C.__rest(r,["bgColor","strokeColor"]);return e.jsxs("svg",Object.assign({width:"36",height:"36",viewBox:"0 0 36 36",fill:"none",xmlns:"http://www.w3.org/2000/svg"},l,{children:[e.jsx("circle",{cx:"18",cy:"18",r:"18",fill:t}),e.jsx("path",{d:"M20.2549 11.8345C19.8935 11.938 19.575 12.1564 19.3486 12.4565C19.2518 12.585 19.1755 12.7264 19.1182 12.8745H10.125V16.3745H22.2656L22.5859 17.4937C22.5986 17.5377 22.6129 17.5818 22.6289 17.6245H10.125V24.1245H23.875V18.7056C23.9976 18.7328 24.123 18.7485 24.25 18.7485C24.5591 18.7485 24.8604 18.6644 25.125 18.5093V24.1245C25.125 24.8149 24.5654 25.3745 23.875 25.3745H10.125C9.43464 25.3745 8.875 24.8149 8.875 24.1245V12.8745C8.8752 12.1843 9.43477 11.6245 10.125 11.6245H20.9902L20.2549 11.8345ZM24.25 9.58936C24.335 9.58937 24.4175 9.61729 24.4854 9.66846C24.5531 9.71955 24.6026 9.79103 24.626 9.87256L25.0498 11.3569C25.141 11.6762 25.3122 11.9668 25.5469 12.2017C25.7818 12.4366 26.0731 12.6085 26.3926 12.6997L27.876 13.1235C27.9576 13.1469 28.0299 13.1963 28.0811 13.2642C28.132 13.3319 28.1602 13.4147 28.1602 13.4995C28.1601 13.5843 28.1321 13.6672 28.0811 13.7349C28.0299 13.8026 27.9575 13.8512 27.876 13.8745L26.3926 14.2983C26.0731 14.3896 25.7818 14.5614 25.5469 14.7964C25.312 15.0313 25.141 15.3227 25.0498 15.6421L24.626 17.1255C24.6026 17.207 24.5531 17.2785 24.4854 17.3296C24.4175 17.3807 24.3349 17.4087 24.25 17.4087C24.1651 17.4087 24.0824 17.3807 24.0146 17.3296C23.947 17.2785 23.8974 17.207 23.874 17.1255L23.4502 15.6421C23.359 15.3227 23.188 15.0313 22.9531 14.7964C22.7182 14.5614 22.4269 14.3896 22.1074 14.2983L20.624 13.8745C20.5424 13.8511 20.4701 13.8026 20.4189 13.7349C20.3679 13.6672 20.3409 13.5843 20.3408 13.4995C20.3408 13.4148 20.368 13.3319 20.4189 13.2642C20.4701 13.1963 20.5424 13.1469 20.624 13.1235L22.1074 12.6997C22.4269 12.6085 22.7182 12.4366 22.9531 12.2017C23.1879 11.9668 23.3589 11.6762 23.4502 11.3569L23.874 9.87256C23.8974 9.79105 23.947 9.71955 24.0146 9.66846C24.0824 9.6173 24.1651 9.58939 24.25 9.58936Z",fill:s})]}))};
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ interface OnboardingLogoProps {
3
+ width?: number;
4
+ height?: number;
5
+ }
6
+ declare const OnboardingLogo: React.FC<OnboardingLogoProps>;
7
+ export default OnboardingLogo;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var C=require("react/jsx-runtime");exports.default=e=>{let{width:s=140,height:t=38}=e;return C.jsxs("svg",Object.assign({width:s,height:t,viewBox:"0 0 140 38",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:[C.jsx("path",{d:"M110.285 21.6964C108.409 21.6964 106.949 21.194 105.906 20.1893C104.883 19.1656 104.371 17.7439 104.371 15.924V9.69669H101.755V6.0001H101.897C102.693 6.0001 103.3 5.80105 103.717 5.40296C104.153 5.00486 104.371 4.40772 104.371 3.61153V2.47412H108.636V6.0001H112.276V9.69669H108.636V15.6397C108.636 16.1705 108.731 16.6159 108.921 16.9761C109.11 17.3173 109.404 17.5733 109.802 17.7439C110.2 17.9145 110.693 17.9998 111.281 17.9998C111.413 17.9998 111.565 17.9903 111.736 17.9714C111.906 17.9524 112.086 17.9334 112.276 17.9145V21.5258C111.992 21.5637 111.669 21.6016 111.309 21.6395C110.949 21.6774 110.608 21.6964 110.285 21.6964Z",fill:"#100A52"}),C.jsx("path",{d:"M95.3971 21.8668C93.6909 21.8668 92.2028 21.4687 90.9327 20.6725C89.6816 19.8574 88.8285 18.7674 88.3735 17.4025L91.5014 15.9238C91.8995 16.7579 92.4398 17.412 93.1222 17.8859C93.8047 18.3598 94.563 18.5968 95.3971 18.5968C96.0037 18.5968 96.4681 18.4735 96.7904 18.2271C97.1126 17.9807 97.2738 17.6394 97.2738 17.2034C97.2738 16.9759 97.2169 16.7864 97.1032 16.6347C96.9894 16.4641 96.8188 16.3125 96.5913 16.1798C96.3639 16.0471 96.0795 15.9333 95.7383 15.8385L93.0938 15.0992C91.8237 14.739 90.8474 14.1608 90.165 13.3647C89.4825 12.5495 89.1413 11.5922 89.1413 10.4927C89.1413 9.52589 89.3877 8.68231 89.8806 7.96195C90.3735 7.24159 91.0654 6.68236 91.9564 6.28427C92.8474 5.86722 93.871 5.65869 95.0274 5.65869C96.544 5.65869 97.8709 6.01887 99.0083 6.73923C100.165 7.44064 100.98 8.43587 101.454 9.72494L98.2975 11.2036C98.07 10.559 97.6529 10.0472 97.0463 9.66807C96.4586 9.26998 95.7857 9.07093 95.0274 9.07093C94.4777 9.07093 94.0416 9.18467 93.7194 9.41215C93.4161 9.63963 93.2644 9.95242 93.2644 10.3505C93.2644 10.559 93.3213 10.7486 93.435 10.9192C93.5488 11.0898 93.7288 11.2415 93.9753 11.3742C94.2407 11.5069 94.563 11.6301 94.9421 11.7438L97.416 12.4832C98.705 12.8623 99.6908 13.4405 100.373 14.2177C101.056 14.976 101.397 15.9144 101.397 17.0328C101.397 17.9996 101.141 18.8432 100.629 19.5636C100.136 20.2839 99.4443 20.8526 98.5534 21.2697C97.6624 21.6678 96.6103 21.8668 95.3971 21.8668Z",fill:"#100A52"}),C.jsx("path",{d:"M80.5445 21.8668C78.8952 21.8668 77.464 21.5066 76.2508 20.7863C75.0375 20.047 74.0992 19.0612 73.4357 17.829C72.7722 16.5968 72.4404 15.2319 72.4404 13.7343C72.4404 12.1799 72.7817 10.796 73.4641 9.58276C74.1655 8.36952 75.1039 7.4122 76.2792 6.7108C77.4545 6.00939 78.7815 5.65869 80.2601 5.65869C81.4923 5.65869 82.5824 5.85774 83.5302 6.25583C84.478 6.63497 85.2742 7.17524 85.9188 7.87665C86.5822 8.57805 87.0846 9.3932 87.4258 10.3221C87.7671 11.232 87.9377 12.2272 87.9377 13.3078C87.9377 13.6111 87.9187 13.9144 87.8808 14.2177C87.8618 14.5021 87.8144 14.7485 87.7386 14.957H76.1086V11.8292H85.3216L83.3027 13.3078C83.4923 12.4926 83.4828 11.7723 83.2743 11.1467C83.0658 10.5022 82.6961 9.99981 82.1653 9.63963C81.6535 9.2605 81.0184 9.07093 80.2601 9.07093C79.5208 9.07093 78.8858 9.25102 78.355 9.6112C77.8242 9.97138 77.4261 10.5022 77.1607 11.2036C76.8953 11.905 76.791 12.758 76.8479 13.7628C76.7721 14.6348 76.8763 15.4025 77.1607 16.066C77.445 16.7295 77.8811 17.2508 78.4687 17.63C79.0564 17.9901 79.7673 18.1702 80.6014 18.1702C81.3596 18.1702 82.0042 18.0186 82.535 17.7153C83.0847 17.412 83.5112 16.9949 83.8145 16.4641L87.2268 18.0849C86.9235 18.8432 86.4401 19.5067 85.7766 20.0754C85.1321 20.6441 84.3643 21.0896 83.4733 21.4119C82.5824 21.7152 81.6061 21.8668 80.5445 21.8668Z",fill:"#100A52"}),C.jsx("path",{d:"M64.7215 21.5255V9.69644H62.1055V5.99985H64.7215V5.77237C64.7215 4.54017 64.9585 3.49754 65.4324 2.64448C65.9253 1.79142 66.6267 1.13741 67.5366 0.682446C68.4465 0.227482 69.546 0 70.8351 0C71.0815 0 71.3469 0.0189565 71.6313 0.0568697C71.9156 0.0758275 72.1526 0.104263 72.3422 0.142176V3.7819C72.1526 3.74398 71.982 3.72502 71.8303 3.72502C71.6976 3.70607 71.5555 3.69659 71.4038 3.69659C70.6076 3.69659 70.001 3.87668 69.584 4.23686C69.1859 4.57808 68.9868 5.08992 68.9868 5.77237V5.99985H72.3137V9.69644H68.9868V21.5255H64.7215Z",fill:"#100A52"}),C.jsx("path",{d:"M56.5962 21.5256V5.99993H60.8615V21.5256H56.5962ZM56.5962 4.6066V0.341309H60.8615V4.6066H56.5962Z",fill:"#100A52"}),C.jsx("path",{d:"M40.7109 21.5256V5.99992H44.6919V9.07093L44.4644 8.38848C44.8246 7.45959 45.4028 6.77715 46.1989 6.34114C47.0141 5.88617 47.9619 5.65869 49.0425 5.65869C50.2178 5.65869 51.2415 5.90513 52.1135 6.39801C53.0045 6.89089 53.6964 7.58281 54.1893 8.47379C54.6821 9.3458 54.9286 10.3695 54.9286 11.5448V21.5256H50.6633V12.4547C50.6633 11.8481 50.5401 11.3268 50.2936 10.8908C50.0662 10.4548 49.7344 10.1136 49.2984 9.86712C48.8813 9.62068 48.3885 9.49746 47.8198 9.49746C47.27 9.49746 46.7771 9.62068 46.3411 9.86712C45.9051 10.1136 45.5639 10.4548 45.3175 10.8908C45.09 11.3268 44.9762 11.8481 44.9762 12.4547V21.5256H40.7109Z",fill:"#100A52"}),C.jsx("path",{d:"M30.0757 21.8668C28.9572 21.8668 27.9904 21.6867 27.1753 21.3265C26.3601 20.9664 25.7346 20.4545 25.2985 19.791C24.8625 19.1086 24.6445 18.3029 24.6445 17.374C24.6445 16.502 24.8436 15.7343 25.2417 15.0708C25.6398 14.3883 26.2464 13.8196 27.0615 13.3647C27.8956 12.9097 28.9288 12.5874 30.161 12.3979L34.9097 11.6301V14.758L30.9287 15.4689C30.3221 15.5826 29.8577 15.7817 29.5354 16.066C29.2131 16.3314 29.052 16.72 29.052 17.2319C29.052 17.7058 29.2321 18.0754 29.5923 18.3408C29.9525 18.6062 30.3979 18.7389 30.9287 18.7389C31.6301 18.7389 32.2462 18.5873 32.777 18.284C33.3078 17.9807 33.7154 17.5731 33.9997 17.0613C34.3031 16.5305 34.4547 15.9523 34.4547 15.3267V11.2889C34.4547 10.7012 34.2177 10.2083 33.7438 9.81025C33.2889 9.41215 32.6633 9.2131 31.8671 9.2131C31.1088 9.2131 30.4359 9.42163 29.8482 9.83868C29.2795 10.2557 28.8624 10.8055 28.597 11.4879L25.1848 9.86712C25.4881 8.9951 25.9715 8.2463 26.635 7.62073C27.2985 6.99515 28.0947 6.51175 29.0236 6.17053C29.9525 5.8293 30.9666 5.65869 32.0661 5.65869C33.3742 5.65869 34.5305 5.89565 35.5353 6.36957C36.54 6.8435 37.3172 7.50699 37.8669 8.36005C38.4357 9.19415 38.72 10.1704 38.72 11.2889V21.5256H34.7391V19.0233L35.7059 18.8527C35.2509 19.5351 34.7485 20.1038 34.1988 20.5588C33.649 20.9948 33.0329 21.3171 32.3505 21.5256C31.6681 21.7531 30.9098 21.8668 30.0757 21.8668Z",fill:"#100A52"}),C.jsx("path",{d:"M0 21.5256V5.99992H3.98094V9.78181L3.55441 9.15623C3.78189 7.96195 4.33164 7.08046 5.20366 6.51175C6.07568 5.94305 7.1183 5.65869 8.33154 5.65869C9.62061 5.65869 10.7485 5.99044 11.7153 6.65393C12.7011 7.29846 13.3172 8.17048 13.5636 9.26997L12.3409 9.38372C12.8528 8.11361 13.5826 7.17524 14.5304 6.56862C15.4783 5.962 16.5873 5.65869 17.8574 5.65869C18.9758 5.65869 19.9616 5.90513 20.8146 6.39801C21.6867 6.89089 22.3691 7.58281 22.862 8.47379C23.3549 9.3458 23.6013 10.3695 23.6013 11.5448V21.5256H19.336V12.4547C19.336 11.8481 19.2223 11.3268 18.9948 10.8908C18.7863 10.4548 18.4829 10.1136 18.0849 9.86712C17.6868 9.62068 17.2034 9.49746 16.6347 9.49746C16.0849 9.49746 15.6015 9.62068 15.1845 9.86712C14.7864 10.1136 14.4736 10.4548 14.2461 10.8908C14.0376 11.3268 13.9333 11.8481 13.9333 12.4547V21.5256H9.668V12.4547C9.668 11.8481 9.55426 11.3268 9.32678 10.8908C9.11825 10.4548 8.81494 10.1136 8.41685 9.86712C8.01875 9.62068 7.53535 9.49746 6.96665 9.49746C6.4169 9.49746 5.9335 9.62068 5.51645 9.86712C5.11835 10.1136 4.80557 10.4548 4.57808 10.8908C4.36956 11.3268 4.2653 11.8481 4.2653 12.4547V21.5256H0Z",fill:"#100A52"}),C.jsx("path",{d:"M135.104 21.5522H130.805L129.532 17.6851H122.586L121.313 21.5522H117.039L123.451 2.59619H128.692L135.104 21.5522ZM140 21.5522H136.057V2.59619H140V21.5522ZM123.68 14.2495H128.438L126.069 6.93604L123.68 14.2495Z",fill:"url(#paint0_linear_3289_5234)"}),C.jsx("path",{d:"M118.684 0.121094C118.684 1.84916 120.041 3.25953 121.747 3.34668V3.35547C120.137 3.4377 118.839 4.69943 118.697 6.29297H118.669C118.522 4.64548 117.14 3.35305 115.455 3.35156V3.35059C117.238 3.34874 118.684 1.90339 118.684 0.120117C118.684 0.0798872 118.681 0.0398736 118.68 0H118.687C118.685 0.040196 118.684 0.0805361 118.684 0.121094Z",fill:"#100A52"}),C.jsx("g",Object.assign({filter:"url(#filter0_d_3289_5234)"},{children:C.jsx("path",{d:"M122.039 4.95264C122.039 6.03197 122.886 6.91084 123.952 6.96631V6.97705C122.947 7.02936 122.137 7.8143 122.048 8.80908H122.029C121.943 7.84734 121.184 7.07912 120.225 6.98193L120.019 6.97217C121.134 6.97204 122.038 6.06757 122.039 4.95264C122.039 4.92719 122.036 4.90169 122.035 4.87646H122.042C122.042 4.90168 122.039 4.92719 122.039 4.95264Z",fill:"#100A52"})})),C.jsx("path",{d:"M117.09 6.90381C117.09 7.77165 117.771 8.4781 118.628 8.52295V8.53174C117.82 8.57399 117.169 9.20608 117.098 10.0063H117.083C117.009 9.1778 116.314 8.52783 115.466 8.52783C116.363 8.52779 117.09 7.80063 117.09 6.90381C117.09 6.88351 117.088 6.86338 117.087 6.84326H117.093C117.092 6.86337 117.09 6.88352 117.09 6.90381Z",fill:"#100A52"}),C.jsx("path",{d:"M116.858 30.5117C117.18 30.5692 117.453 30.739 117.678 31.0209C117.902 31.3028 118.014 31.6221 118.014 31.9789C118.014 32.2838 117.934 32.56 117.773 32.8074C117.617 33.0491 117.39 33.2418 117.091 33.3856C116.792 33.5237 116.444 33.5928 116.047 33.5928H113.647V27.5946H115.934C116.343 27.5946 116.694 27.6636 116.987 27.8017C117.281 27.9398 117.502 28.1268 117.652 28.3627C117.801 28.5928 117.876 28.8518 117.876 29.1394C117.876 29.4847 117.784 29.7723 117.6 30.0025C117.416 30.2326 117.169 30.4024 116.858 30.5117ZM114.631 30.1147H115.848C116.17 30.1147 116.421 30.0428 116.599 29.8989C116.783 29.7493 116.875 29.5364 116.875 29.2603C116.875 28.9898 116.783 28.7798 116.599 28.6302C116.421 28.4749 116.17 28.3972 115.848 28.3972H114.631V30.1147ZM115.96 32.7901C116.294 32.7901 116.556 32.7096 116.746 32.5485C116.936 32.3874 117.03 32.163 117.03 31.8753C117.03 31.5819 116.93 31.3488 116.728 31.1762C116.527 31.0036 116.259 30.9173 115.926 30.9173H114.631V32.7901H115.96ZM123.364 28.8374L120.447 35.8281H119.429L120.395 33.5151L118.523 28.8374H119.619L120.956 32.4622L122.346 28.8374H123.364ZM129.904 30.4858C130.255 30.5606 130.537 30.7361 130.75 31.0123C130.963 31.2827 131.069 31.5934 131.069 31.9443C131.069 32.4507 130.891 32.8534 130.534 33.1526C130.183 33.4461 129.691 33.5928 129.059 33.5928H126.236V27.5342H128.964C129.579 27.5342 130.06 27.6751 130.405 27.9571C130.756 28.239 130.931 28.6216 130.931 29.1049C130.931 29.4616 130.836 29.758 130.647 29.9939C130.462 30.2298 130.215 30.3937 129.904 30.4858ZM127.712 29.9852H128.679C128.92 29.9852 129.105 29.9334 129.231 29.8299C129.364 29.7206 129.43 29.5623 129.43 29.3552C129.43 29.1481 129.364 28.9898 129.231 28.8805C129.105 28.7712 128.92 28.7165 128.679 28.7165H127.712V29.9852ZM128.8 32.4018C129.047 32.4018 129.237 32.3471 129.369 32.2378C129.507 32.1227 129.576 31.9587 129.576 31.7458C129.576 31.533 129.504 31.3661 129.361 31.2453C129.223 31.1245 129.03 31.064 128.782 31.064H127.712V32.4018H128.8ZM133.401 27.5342V33.5928H131.925V27.5342H133.401ZM137.983 33.5928L135.947 30.9173V33.5928H134.471V27.5342H135.947V30.1924L137.966 27.5342H139.701L137.353 30.5031L139.787 33.5928H137.983Z",fill:"white"}),C.jsxs("defs",{children:[C.jsxs("filter",Object.assign({id:"filter0_d_3289_5234",x:"119.232",y:"4.32588",width:"5.82035",height:"5.82035",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB"},{children:[C.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),C.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),C.jsx("feOffset",{dx:"0.157311",dy:"0.393278"}),C.jsx("feGaussianBlur",{stdDeviation:"0.471933"}),C.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),C.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0"}),C.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_3289_5234"}),C.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_3289_5234",result:"shape"})]})),C.jsxs("linearGradient",Object.assign({id:"paint0_linear_3289_5234",x1:"121.365",y1:"4.36593",x2:"141.825",y2:"17.9623",gradientUnits:"userSpaceOnUse"},{children:[C.jsx("stop",{stopColor:"#D8D2FF"}),C.jsx("stop",{offset:"0.49",stopColor:"#A193FF"}),C.jsx("stop",{offset:"1",stopColor:"#3FB8FF"})]}))]})]}))};
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ interface IconProps extends React.SVGProps<SVGSVGElement> {
3
+ bgColor?: string;
4
+ strokeColor?: string;
5
+ }
6
+ declare const OrderTrackingIcon: React.FC<IconProps>;
7
+ export default OrderTrackingIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var C=require("../../_virtual/_tslib.js"),e=require("react/jsx-runtime");exports.default=r=>{var{bgColor:l="#E0E0E0",strokeColor:t="#9E9E9E"}=r,s=C.__rest(r,["bgColor","strokeColor"]);return e.jsxs("svg",Object.assign({width:"36",height:"36",viewBox:"0 0 36 36",fill:"none",xmlns:"http://www.w3.org/2000/svg"},s,{children:[e.jsx("circle",{cx:"18",cy:"18",r:"18",fill:l}),e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.2858 11.6193C14.536 10.369 16.2317 9.66667 17.9998 9.66667C19.7679 9.66667 21.4636 10.369 22.7139 11.6193C23.9641 12.8695 24.6665 14.5652 24.6665 16.3333C24.6665 18.915 22.9867 21.4202 21.1449 23.3644C20.241 24.3185 19.3343 25.0996 18.6526 25.6424C18.3989 25.8444 18.1773 26.0127 17.9998 26.1438C17.8224 26.0127 17.6008 25.8444 17.3471 25.6424C16.6654 25.0996 15.7587 24.3185 14.8548 23.3644C13.013 21.4202 11.3332 18.915 11.3332 16.3333C11.3332 14.5652 12.0355 12.8695 13.2858 11.6193ZM17.5371 27.8597C17.5374 27.8599 17.5376 27.86 17.9998 27.1667L17.5376 27.86C17.8175 28.0467 18.1822 28.0467 18.4621 27.86L17.9998 27.1667C18.4621 27.86 18.4623 27.8599 18.4625 27.8597L18.4632 27.8593L18.4649 27.8581L18.4705 27.8544L18.4896 27.8415C18.5058 27.8305 18.5289 27.8147 18.5585 27.7942C18.6177 27.7532 18.7028 27.6934 18.81 27.616C19.0244 27.4612 19.3279 27.2352 19.6908 26.9462C20.4154 26.3692 21.3837 25.5357 22.3548 24.5106C24.263 22.4965 26.3332 19.585 26.3332 16.3333C26.3332 14.1232 25.4552 12.0036 23.8924 10.4408C22.3296 8.87797 20.21 8 17.9998 8C15.7897 8 13.6701 8.87797 12.1073 10.4408C10.5445 12.0036 9.6665 14.1232 9.6665 16.3333C9.6665 19.585 11.7367 22.4965 13.6449 24.5106C14.616 25.5357 15.5843 26.3692 16.3089 26.9462C16.6718 27.2352 16.9753 27.4612 17.1897 27.616C17.2969 27.6934 17.3819 27.7532 17.4411 27.7942C17.4707 27.8147 17.4939 27.8305 17.5101 27.8415L17.5292 27.8544L17.5348 27.8581L17.5365 27.8593L17.5371 27.8597ZM16.3332 16.3333C16.3332 15.4129 17.0794 14.6667 17.9998 14.6667C18.9203 14.6667 19.6665 15.4129 19.6665 16.3333C19.6665 17.2538 18.9203 18 17.9998 18C17.0794 18 16.3332 17.2538 16.3332 16.3333ZM17.9998 13C16.1589 13 14.6665 14.4924 14.6665 16.3333C14.6665 18.1743 16.1589 19.6667 17.9998 19.6667C19.8408 19.6667 21.3332 18.1743 21.3332 16.3333C21.3332 14.4924 19.8408 13 17.9998 13Z",fill:t})]}))};
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ export declare const ProgressBadgeIcon: React.FC;
3
+ export default ProgressBadgeIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime");const s=()=>e.jsxs("svg",Object.assign({width:"36",height:"36",viewBox:"0 0 36 36",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:[e.jsx("circle",{cx:"18",cy:"18",r:"18",fill:"#EFE6F9"}),e.jsxs("g",Object.assign({clipPath:"url(#clip0_3569_28195)"},{children:[e.jsx("path",{d:"M17.9999 21.75C20.071 21.75 21.7499 20.0711 21.7499 18C21.7499 15.929 20.071 14.25 17.9999 14.25C15.9289 14.25 14.2499 15.929 14.2499 18C14.2499 20.0711 15.9289 21.75 17.9999 21.75Z",stroke:"#4B1583",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),e.jsx("path",{d:"M23.422 14.3047C23.61 14.574 23.7747 14.8589 23.9141 15.1562L25.9376 16.2812C26.1902 17.4129 26.1929 18.586 25.9454 19.7187L23.9141 20.8437C23.7747 21.1411 23.61 21.426 23.422 21.6953L23.461 24.0156C22.6035 24.7971 21.5885 25.3858 20.4845 25.7422L18.4923 24.5469C18.1646 24.5703 17.8356 24.5703 17.5079 24.5469L15.5235 25.7344C14.4159 25.3845 13.3977 24.798 12.5391 24.0156L12.5782 21.7031C12.3917 21.4301 12.2271 21.1428 12.086 20.8437L10.0626 19.7187C9.80993 18.5871 9.80726 17.414 10.0548 16.2812L12.086 15.1562C12.2255 14.8589 12.3901 14.574 12.5782 14.3047L12.5391 11.9844C13.3967 11.2029 14.4116 10.6142 15.5157 10.2578L17.5079 11.4531C17.8356 11.4297 18.1646 11.4297 18.4923 11.4531L20.4766 10.2656C21.5842 10.6155 22.6025 11.202 23.461 11.9844L23.422 14.3047Z",stroke:"#4B1583",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]})),e.jsx("defs",{children:e.jsx("clipPath",Object.assign({id:"clip0_3569_28195"},{children:e.jsx("rect",{width:"36",height:"36",fill:"white"})}))})]}));exports.ProgressBadgeIcon=s,exports.default=s;
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const Redirect2Icon: React.FC<React.SVGProps<SVGSVGElement>>;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime");exports.Redirect2Icon=t=>e.jsx("svg",Object.assign({width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t,{children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.83333 6.66667C5.3731 6.66667 5 6.29357 5 5.83333C5 5.3731 5.3731 5 5.83333 5H14.1667C14.6269 5 15 5.3731 15 5.83333V14.1667C15 14.6269 14.6269 15 14.1667 15C13.7064 15 13.3333 14.6269 13.3333 14.1667V7.84518L6.42259 14.7559C6.09715 15.0814 5.56951 15.0814 5.24408 14.7559C4.91864 14.4305 4.91864 13.9028 5.24408 13.5774L12.1548 6.66667H5.83333Z",fill:"#4B1583"})}));
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ interface IconProps extends React.SVGProps<SVGSVGElement> {
3
+ bgColor?: string;
4
+ strokeColor?: string;
5
+ }
6
+ declare const ShoppingIcon: React.FC<IconProps>;
7
+ export default ShoppingIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var C=require("../../_virtual/_tslib.js"),e=require("react/jsx-runtime");exports.default=l=>{var{bgColor:i="#E0E0E0",strokeColor:t="#9E9E9E"}=l,r=C.__rest(l,["bgColor","strokeColor"]);return e.jsxs("svg",Object.assign({width:"36",height:"36",viewBox:"0 0 36 36",fill:"none",xmlns:"http://www.w3.org/2000/svg"},r,{children:[e.jsx("rect",{width:"36",height:"36",fill:"white"}),e.jsx("circle",{cx:"18",cy:"18",r:"18",fill:i}),e.jsxs("g",Object.assign({clipPath:"url(#clip0_3574_29788)"},{children:[e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.1377 10.0532C12.2906 9.81238 12.556 9.6665 12.8412 9.6665H23.1587C23.4439 9.6665 23.7093 9.81238 23.8622 10.0532L26.7772 14.6442C27.0155 15.0196 27.2099 15.5367 27.1185 16.113C26.8411 17.8624 25.3788 19.2498 23.5555 19.2498C22.4458 19.2498 21.4713 18.7377 20.8152 17.9418C20.7675 18.0027 20.7176 18.0621 20.6656 18.1199C20.0226 18.834 19.0979 19.2498 18 19.2498C16.9021 19.2498 15.9773 18.834 15.3343 18.1199C15.2823 18.0621 15.2324 18.0027 15.1847 17.9418C14.5286 18.7377 13.5541 19.2498 12.4444 19.2498C12.3508 19.2498 12.2581 19.2462 12.1665 19.239V22.9998C12.1665 23.4601 12.5396 23.8332 12.9998 23.8332H17.1665C17.6267 23.8332 17.9998 24.2063 17.9998 24.6665C17.9998 25.1267 17.6267 25.4998 17.1665 25.4998H12.9998C11.6191 25.4998 10.4998 24.3805 10.4998 22.9998V18.6611C9.64904 18.0946 9.04902 17.1698 8.88142 16.113C8.79004 15.5367 8.98439 15.0196 9.22276 14.6442L12.1377 10.0532ZM16.0555 15.4998C16.0555 16.132 16.2558 16.6525 16.5729 17.0046C16.8804 17.3461 17.3446 17.5832 18 17.5832C18.6553 17.5832 19.1195 17.3461 19.4271 17.0046C19.7441 16.6525 19.9444 16.132 19.9444 15.4998C19.9444 15.0396 20.3175 14.6665 20.7777 14.6665C21.238 14.6665 21.6111 15.0396 21.6111 15.4998C21.6111 16.6892 22.5195 17.5832 23.5555 17.5832C24.4873 17.5832 25.3118 16.8648 25.4724 15.8519C25.4801 15.8032 25.4709 15.6963 25.3701 15.5376L22.7007 11.3332H13.2992L10.6298 15.5376C10.529 15.6963 10.5198 15.8032 10.5275 15.8519C10.6881 16.8648 11.5126 17.5832 12.4444 17.5832C13.4804 17.5832 14.3888 16.6892 14.3888 15.4998C14.3888 15.0396 14.7619 14.6665 15.2222 14.6665C15.6824 14.6665 16.0555 15.0396 16.0555 15.4998Z",fill:t}),e.jsx("path",{d:"M22.793 20.2316C23.4015 20.0556 24.0447 20.0366 24.6625 20.1764C25.2804 20.3162 25.8527 20.6102 26.3262 21.031C26.7997 21.4519 27.1588 21.9858 27.3701 22.5829C27.4853 22.9084 27.3149 23.2655 26.9895 23.3806C26.664 23.4958 26.3069 23.3253 26.1918 22.9999C26.0509 22.6018 25.8114 22.2459 25.4958 21.9653C25.1801 21.6848 24.7986 21.4888 24.3867 21.3956C23.9748 21.3024 23.546 21.315 23.1403 21.4324C22.7346 21.5497 22.3653 21.7679 22.0668 22.0666C22.0621 22.0712 22.0574 22.0758 22.0527 22.0802L21.5914 22.5137H22.0969C22.4421 22.5137 22.7219 22.7936 22.7219 23.1387C22.7219 23.4839 22.4421 23.7637 22.0969 23.7637H20.0136C19.8683 23.7637 19.7346 23.7142 19.6285 23.6311C19.4838 23.5177 19.3903 23.3419 19.3886 23.1441L19.3886 23.1387V21.0554C19.3886 20.7102 19.6684 20.4304 20.0136 20.4304C20.3588 20.4304 20.6386 20.7102 20.6386 21.0554V21.6938L21.1899 21.1757C21.6364 20.7314 22.1878 20.4067 22.793 20.2316Z",fill:t}),e.jsx("path",{d:"M28.2778 24.5276C28.2778 24.1971 28.0212 23.9265 27.6963 23.9041C27.6819 23.9031 27.6674 23.9026 27.6528 23.9026H25.5694C25.2242 23.9026 24.9444 24.1824 24.9444 24.5276C24.9444 24.8728 25.2242 25.1526 25.5694 25.1526H26.0746L25.6134 25.586C25.6086 25.5904 25.6039 25.595 25.5993 25.5996C25.3008 25.8983 24.9314 26.1165 24.5258 26.2338C24.1201 26.3512 23.6913 26.3638 23.2794 26.2707C22.8675 26.1775 22.4859 25.9814 22.1703 25.7009C21.8546 25.4203 21.6152 25.0644 21.4743 24.6663C21.3592 24.3409 21.002 24.1704 20.6766 24.2856C20.3512 24.4007 20.1808 24.7579 20.2959 25.0833C20.5072 25.6804 20.8664 26.2144 21.3399 26.6352C21.8133 27.056 22.3857 27.35 23.0035 27.4898C23.6214 27.6296 24.2646 27.6106 24.8731 27.4346C25.4783 27.2596 26.0296 26.9348 26.4762 26.4905L27.0278 25.9722V26.6109C27.0278 26.9561 27.3076 27.2359 27.6528 27.2359C27.9979 27.2359 28.2778 26.9561 28.2778 26.6109V24.5276Z",fill:t})]})),e.jsx("defs",{children:e.jsx("clipPath",Object.assign({id:"clip0_3574_29788"},{children:e.jsx("rect",{width:"20",height:"20",fill:"white",transform:"translate(8 8)"})}))})]}))};
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ export declare const SmallCheckIcon: React.FC<React.SVGProps<SVGSVGElement>>;
3
+ export default SmallCheckIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime");const t=t=>e.jsxs("svg",Object.assign({width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:[e.jsx("rect",{x:"0.5",y:"0.5",width:"23",height:"23",rx:"11.5",fill:"#EFE6F9"}),e.jsx("rect",{x:"0.5",y:"0.5",width:"23",height:"23",rx:"11.5",stroke:"#4B1583"}),e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.8047 7.52851C18.0651 7.78886 18.0651 8.21097 17.8047 8.47132L10.4714 15.8047C10.2111 16.065 9.78894 16.065 9.5286 15.8047L6.19526 12.4713C5.93491 12.211 5.93491 11.7889 6.19526 11.5285C6.45561 11.2682 6.87772 11.2682 7.13807 11.5285L10 14.3904L16.8619 7.52851C17.1223 7.26816 17.5444 7.26816 17.8047 7.52851Z",fill:"#4B1583"})]}));exports.SmallCheckIcon=t,exports.default=t;
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ interface IconProps extends React.SVGProps<SVGSVGElement> {
3
+ bgColor?: string;
4
+ strokeColor?: string;
5
+ }
6
+ declare const SupportIcon: React.FC<IconProps>;
7
+ export default SupportIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("../../_virtual/_tslib.js"),r=require("react/jsx-runtime");exports.default=t=>{var{bgColor:C="#E0E0E0",strokeColor:o="#9E9E9E"}=t,s=e.__rest(t,["bgColor","strokeColor"]);return r.jsxs("svg",Object.assign({width:"36",height:"36",viewBox:"0 0 36 36",fill:"none",xmlns:"http://www.w3.org/2000/svg"},s,{children:[r.jsx("circle",{cx:"18",cy:"18",r:"18",fill:C}),r.jsx("path",{d:"M10.5 17.1667H13C13.442 17.1667 13.866 17.3423 14.1785 17.6548C14.4911 17.9674 14.6667 18.3913 14.6667 18.8334V21.3334C14.6667 21.7754 14.4911 22.1993 14.1785 22.5119C13.866 22.8244 13.442 23 13 23H12.1667C11.7246 23 11.3007 22.8244 10.9882 22.5119C10.6756 22.1993 10.5 21.7754 10.5 21.3334V17.1667ZM10.5 17.1667C10.5 16.1818 10.694 15.2065 11.0709 14.2966C11.4478 13.3866 12.0003 12.5598 12.6967 11.8634C13.3931 11.1669 14.2199 10.6145 15.1299 10.2376C16.0398 9.86068 17.0151 9.66669 18 9.66669C18.9849 9.66669 19.9602 9.86068 20.8701 10.2376C21.7801 10.6145 22.6069 11.1669 23.3033 11.8634C23.9997 12.5598 24.5522 13.3866 24.9291 14.2966C25.306 15.2065 25.5 16.1818 25.5 17.1667M25.5 17.1667V21.3334M25.5 17.1667H23C22.558 17.1667 22.134 17.3423 21.8215 17.6548C21.5089 17.9674 21.3333 18.3913 21.3333 18.8334V21.3334C21.3333 21.7754 21.5089 22.1993 21.8215 22.5119C22.134 22.8244 22.558 23 23 23H23.8333C24.2754 23 24.6993 22.8244 25.0118 22.5119C25.3244 22.1993 25.5 21.7754 25.5 21.3334M25.5 21.3334V23C25.5 23.8841 25.1488 24.7319 24.5237 25.357C23.8986 25.9822 23.0507 26.3334 22.1667 26.3334H18",stroke:o,strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"})]}))};
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ interface IconProps extends React.SVGProps<SVGSVGElement> {
3
+ bgColor?: string;
4
+ strokeColor?: string;
5
+ }
6
+ declare const TrainingIcon: React.FC<IconProps>;
7
+ export default TrainingIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var C=require("../../_virtual/_tslib.js"),e=require("react/jsx-runtime");exports.default=l=>{var{bgColor:r="#E0E0E0",strokeColor:t="#9E9E9E"}=l,s=C.__rest(l,["bgColor","strokeColor"]);return e.jsxs("svg",Object.assign({width:"36",height:"36",viewBox:"0 0 36 36",fill:"none",xmlns:"http://www.w3.org/2000/svg"},s,{children:[e.jsx("circle",{cx:"18",cy:"18",r:"18",fill:r}),e.jsx("path",{d:"M20.3517 13.1999C20.4199 13.1716 20.4819 13.1302 20.5341 13.0779C20.6396 12.9724 20.6988 12.8293 20.6988 12.6802C20.6988 12.531 20.6396 12.388 20.5341 12.2825C20.2754 12.0234 19.968 11.8179 19.6297 11.6779C19.2914 11.5378 18.9287 11.4659 18.5625 11.4663C18.1964 11.4659 17.8337 11.5378 17.4954 11.6779C17.1571 11.8179 16.8497 12.0234 16.591 12.2825C16.4855 12.388 16.4262 12.531 16.4262 12.6802C16.4262 12.754 16.4408 12.8272 16.4691 12.8954C16.4973 12.9636 16.5388 13.0256 16.591 13.0779C16.6964 13.1833 16.8395 13.2426 16.9887 13.2426C17.0625 13.2426 17.1357 13.2281 17.2039 13.1998C17.2721 13.1715 17.3341 13.1301 17.3864 13.0779C17.689 12.7764 18.1013 12.5913 18.5625 12.5913C18.781 12.5908 18.9974 12.6335 19.1993 12.717C19.4012 12.8005 19.5845 12.9231 19.7387 13.0779C19.7909 13.1302 19.8529 13.1716 19.9211 13.1999C19.9894 13.2282 20.0625 13.2428 20.1364 13.2428C20.2103 13.2428 20.2834 13.2282 20.3517 13.1999Z",fill:t}),e.jsx("path",{d:"M12.6704 13.6224C13.0568 13.196 13.5062 12.8312 14.0029 12.5407C14.1317 12.4654 14.2852 12.4444 14.4295 12.4823C14.5009 12.501 14.568 12.5337 14.6268 12.5783C14.6857 12.623 14.7351 12.6788 14.7724 12.7426C14.8097 12.8064 14.834 12.8769 14.844 12.9501C14.8541 13.0233 14.8496 13.0977 14.8308 13.1692C14.8121 13.2407 14.7794 13.3077 14.7348 13.3666C14.6901 13.4254 14.6343 13.4749 14.5705 13.5121C13.7694 13.9804 13.1325 14.6847 12.7469 15.5287C12.5504 15.9593 12.4238 16.4184 12.3717 16.8888C12.3635 16.9622 12.341 17.0333 12.3054 17.0981C12.2698 17.1628 12.2218 17.2199 12.1641 17.266C12.1065 17.3122 12.0403 17.3466 11.9693 17.3672C11.8984 17.3878 11.8241 17.3942 11.7507 17.3861C11.6772 17.3779 11.6061 17.3554 11.5414 17.3198C11.4767 17.2842 11.4196 17.2362 11.3734 17.1785C11.3273 17.1209 11.2929 17.0547 11.2723 16.9837C11.2517 16.9128 11.2453 16.8385 11.2534 16.7651C11.3184 16.1759 11.4769 15.601 11.7231 15.0618C11.9631 14.5365 12.2829 14.0506 12.6704 13.6224Z",fill:t}),e.jsx("path",{d:"M22.6648 18.4255C22.5593 18.531 22.5 18.6741 22.5 18.8232C22.4996 19.0469 22.4106 19.2612 22.2524 19.4194C22.0943 19.5775 21.8799 19.6666 21.6563 19.667H19.4907C19.6133 19.4105 19.6875 19.1264 19.6875 18.8232C19.6875 18.6741 19.6283 18.531 19.5228 18.4255C19.4173 18.32 19.2742 18.2607 19.125 18.2607C18.9759 18.2607 18.8328 18.32 18.7273 18.4255C18.6218 18.531 18.5625 18.6741 18.5625 18.8232C18.5621 19.0469 18.4731 19.2612 18.3149 19.4194C18.1568 19.5775 17.9424 19.6666 17.7188 19.667H16.4914C16.3422 19.667 16.1992 19.7263 16.0937 19.8317C15.9882 19.9372 15.9289 20.0803 15.9289 20.2295C15.9289 20.3787 15.9882 20.5218 16.0937 20.6272C16.1992 20.7327 16.3422 20.792 16.4914 20.792H19.9688C20.1925 20.7923 20.4069 20.8813 20.5651 21.0395C20.7233 21.1976 20.8122 21.4121 20.8125 21.6357C20.8125 21.7849 20.8718 21.928 20.9773 22.0335C21.0828 22.139 21.2259 22.1982 21.375 22.1982C21.5242 22.1982 21.6673 22.139 21.7728 22.0335C21.8783 21.928 21.9375 21.7849 21.9375 21.6357C21.9375 21.3292 21.8616 21.0423 21.7362 20.7841C22.2433 20.7644 22.7231 20.5492 23.0751 20.1837C23.4272 19.8182 23.6243 19.3307 23.625 18.8232C23.625 18.6741 23.5658 18.531 23.4603 18.4255C23.3548 18.32 23.2117 18.2607 23.0625 18.2607C22.9134 18.2607 22.7703 18.32 22.6648 18.4255Z",fill:t}),e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M26.9359 17.3528C26.9747 17.6847 27 18.0267 27 18.3799V19.6675C27 19.6883 26.9977 19.7085 26.9955 19.7294C26.9952 19.7324 26.9949 19.7354 26.9946 19.7384C26.9931 19.7525 26.9916 19.7669 26.9916 19.7817L26.9955 19.8464C26.9977 19.8801 27 19.9144 27 19.9487C27 20.0044 26.9846 20.0552 26.969 20.1064L26.9685 20.1079L26.9668 20.1124C26.9376 20.401 26.8914 20.6845 26.811 20.9534C26.5606 21.7879 26.0729 22.5317 25.4074 23.094C24.7418 23.6564 23.9271 24.0131 23.0625 24.1208V25.6221C23.0624 25.7055 23.0376 25.787 22.9913 25.8563C22.9449 25.9256 22.8791 25.9796 22.802 26.0115C22.725 26.0434 22.6402 26.0518 22.5584 26.0355C22.4766 26.0193 22.4015 25.9792 22.3425 25.9202L20.5898 24.1675H16.5938C15.7714 24.167 14.9733 23.8891 14.3286 23.3787C13.6838 22.8683 13.2302 22.1552 13.041 21.355H12.3429C11.4563 21.355 10.606 21.0028 9.97912 20.3759C9.6687 20.0654 9.42246 19.6969 9.25447 19.2913C9.08647 18.8857 9 18.451 9 18.012C9.00056 13.3337 12.7913 9.54304 17.4696 9.54248H18.1626C22.6957 9.54361 26.4257 12.9552 26.9359 17.3528ZM24.5162 22.3733C25.0987 21.9391 25.5256 21.3284 25.7332 20.6322C25.8138 20.3555 25.8586 20.0697 25.8666 19.7817C25.8277 19.0203 25.5078 18.3004 24.9688 17.7612C24.4074 17.2004 23.6374 16.855 22.7812 16.855C22.7296 16.8527 22.6786 16.8427 22.6299 16.8252L22.6209 16.8224C21.9607 17.3884 21.1196 17.6993 20.25 17.6987C20.1008 17.6987 19.9577 17.6395 19.8523 17.534C19.7468 17.4285 19.6875 17.2854 19.6875 17.1362C19.6875 16.987 19.7468 16.844 19.8523 16.7385C19.9577 16.633 20.1008 16.5737 20.25 16.5737C20.5825 16.5743 20.9118 16.5091 21.219 16.3819C21.5262 16.2546 21.8052 16.0679 22.0399 15.8324C22.2754 15.5977 22.4622 15.3187 22.5894 15.0115C22.7166 14.7043 22.7818 14.375 22.7812 14.0425C22.7812 13.8933 22.8405 13.7502 22.946 13.6447C23.0515 13.5392 23.1946 13.48 23.3438 13.48C23.4929 13.48 23.636 13.5392 23.7415 13.6447C23.847 13.7502 23.9062 13.8933 23.9062 14.0425C23.9062 14.6753 23.7448 15.271 23.4619 15.7896C24.3172 15.9283 25.1089 16.3276 25.7288 16.9332C25.0509 13.3675 21.9257 10.6664 18.1626 10.6675H17.4696C16.5048 10.666 15.5493 10.8553 14.658 11.2245C13.7667 11.5936 12.9572 12.1353 12.276 12.8185C10.9462 14.1494 10.125 15.982 10.125 18.012C10.1245 18.3033 10.1816 18.5918 10.293 18.861C10.4044 19.1301 10.5679 19.3746 10.7741 19.5803C10.9799 19.7866 11.2244 19.9502 11.4937 20.0617C11.7629 20.1732 12.0515 20.2304 12.3429 20.23H12.9825C13.0993 19.4137 13.47 18.6548 14.0422 18.061C14.0012 17.8309 13.8926 17.6256 13.7329 17.4653C13.6274 17.3598 13.5681 17.2168 13.5681 17.0676C13.5681 16.9184 13.6274 16.7754 13.7329 16.6699C13.8383 16.5644 13.9814 16.5052 14.1306 16.5052C14.2797 16.5052 14.4228 16.5644 14.5283 16.6699C14.7195 16.8634 14.8742 17.0897 14.985 17.3382C15.5642 17.0203 16.2143 16.8541 16.875 16.855C17.0242 16.855 17.1673 16.9142 17.2727 17.0197C17.3782 17.1252 17.4375 17.2683 17.4375 17.4175C17.4375 17.5667 17.3782 17.7097 17.2727 17.8152C17.1673 17.9207 17.0242 17.98 16.875 17.98C16.1442 17.9781 15.4417 18.2623 14.9177 18.7717C14.3936 19.2811 14.0897 19.9753 14.0709 20.7059L14.0743 20.7419C14.1316 21.3705 14.4218 21.9551 14.8879 22.3807C15.3541 22.8064 15.9625 23.0424 16.5938 23.0425H22.5C23.2266 23.0423 23.9337 22.8076 24.5162 22.3733Z",fill:t})]}))};
@@ -0,0 +1 @@
1
+ "use strict";function e(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(r){if("default"!==r){var n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:function(){return e[r]}})}})),t.default=e,Object.freeze(t)}Object.defineProperty(exports,"__esModule",{value:!0});var t,r,n=e(require("react"));function a(){return a=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},a.apply(this,arguments)}var l=e=>n.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),t||(t=n.createElement("g",{fill:"currentColor",fillRule:"evenodd",clipPath:"url(#actionButton_svg__a)",clipRule:"evenodd"},n.createElement("path",{d:"M14.167 10a4.167 4.167 0 1 1-8.334 0 4.167 4.167 0 0 1 8.334 0ZM12.5 10a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0Z"}),n.createElement("path",{d:"M19.167 10A9.167 9.167 0 1 1 .833 10a9.167 9.167 0 0 1 18.334 0ZM17.5 10a7.5 7.5 0 1 1-15 0 7.5 7.5 0 0 1 15 0Z"}))),r||(r=n.createElement("defs",null,n.createElement("clipPath",{id:"actionButton_svg__a"},n.createElement("path",{fill:"#fff",d:"M0 0h20v20H0z"})))));exports.default=l;
@@ -0,0 +1 @@
1
+ "use strict";function e(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(r){if("default"!==r){var a=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,a.get?a:{enumerable:!0,get:function(){return e[r]}})}})),t.default=e,Object.freeze(t)}Object.defineProperty(exports,"__esModule",{value:!0});var t,r,a=e(require("react"));function l(){return l=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e},l.apply(this,arguments)}var n=e=>a.createElement("svg",l({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),t||(t=a.createElement("g",{fill:"currentColor",fillRule:"evenodd",clipPath:"url(#alarm_svg__a)",clipRule:"evenodd"},a.createElement("path",{d:"M10 17.5a6.667 6.667 0 1 0 0-13.333A6.667 6.667 0 0 0 10 17.5Zm0 1.667A8.333 8.333 0 1 0 10 2.5a8.333 8.333 0 0 0 0 16.667Z"}),a.createElement("path",{d:"M10 5.833c.46 0 .834.373.834.834v4.084l2.218 1.958a.833.833 0 1 1-1.103 1.25L9.731 12a1.667 1.667 0 0 1-.564-1.25V6.667c0-.46.373-.834.833-.834ZM5.627 1.118A.833.833 0 0 0 4.45 1.04L1.118 3.956a.833.833 0 1 0 1.097 1.255l3.333-2.917a.833.833 0 0 0 .079-1.176ZM14.373 1.118a.833.833 0 0 1 1.176-.078l3.333 2.916a.833.833 0 1 1-1.097 1.255l-3.333-2.917a.833.833 0 0 1-.079-1.176Z"}))),r||(r=a.createElement("defs",null,a.createElement("clipPath",{id:"alarm_svg__a"},a.createElement("path",{fill:"#fff",d:"M0 0h20v20H0z"})))));exports.default=n;
@@ -0,0 +1 @@
1
+ "use strict";function e(e){if(e&&e.__esModule)return e;var a=Object.create(null);return e&&Object.keys(e).forEach((function(l){if("default"!==l){var t=Object.getOwnPropertyDescriptor(e,l);Object.defineProperty(a,l,t.get?t:{enumerable:!0,get:function(){return e[l]}})}})),a.default=e,Object.freeze(a)}Object.defineProperty(exports,"__esModule",{value:!0});var a,l=e(require("react"));function t(){return t=Object.assign?Object.assign.bind():function(e){for(var a=1;a<arguments.length;a++){var l=arguments[a];for(var t in l)Object.prototype.hasOwnProperty.call(l,t)&&(e[t]=l[t])}return e},t.apply(this,arguments)}var r=e=>l.createElement("svg",t({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16"},e),a||(a=l.createElement("path",{fill:"currentColor",d:"M11.216 1.025a.133.133 0 0 1 .235 0l.743 1.392a.134.134 0 0 0 .055.055l1.392.743a.133.133 0 0 1 0 .235l-1.392.743a.134.134 0 0 0-.055.054L11.45 5.64a.133.133 0 0 1-.235 0l-.742-1.393a.133.133 0 0 0-.055-.054L9.027 3.45a.133.133 0 0 1 0-.235l1.392-.743a.133.133 0 0 0 .055-.055l.742-1.392Zm-4.124 5.16a.133.133 0 0 0 .055.055l3.077 1.641a.133.133 0 0 1 0 .236l-3.077 1.64a.133.133 0 0 0-.055.056l-1.64 3.077a.133.133 0 0 1-.236 0l-1.64-3.077a.133.133 0 0 0-.056-.055L.443 8.117a.133.133 0 0 1 0-.236l3.077-1.64a.133.133 0 0 0 .055-.055l1.641-3.077a.133.133 0 0 1 .235 0l1.641 3.077Zm.299 1.932a.133.133 0 0 0 0-.236l-1.23-.655a.133.133 0 0 1-.054-.055l-.656-1.23a.133.133 0 0 0-.235 0l-.655 1.23a.133.133 0 0 1-.055.055l-1.23.655a.133.133 0 0 0 0 .236l1.23.655a.133.133 0 0 1 .055.055l.655 1.23c.05.093.185.093.235 0l.656-1.23a.133.133 0 0 1 .055-.055l1.229-.655Zm5.756 2.79a.134.134 0 0 1-.055-.055l-.974-1.827a.133.133 0 0 0-.235 0l-.975 1.827a.133.133 0 0 1-.054.055l-1.827.975a.133.133 0 0 0 0 .235l1.827.974a.132.132 0 0 1 .054.055l.975 1.827c.05.094.185.094.235 0l.974-1.827a.133.133 0 0 1 .055-.055l1.827-.974a.133.133 0 0 0 0-.236l-1.827-.974Z"})));exports.default=r;
@@ -0,0 +1 @@
1
+ "use strict";function e(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(r){if("default"!==r){var a=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,a.get?a:{enumerable:!0,get:function(){return e[r]}})}})),t.default=e,Object.freeze(t)}Object.defineProperty(exports,"__esModule",{value:!0});var t,r,a=e(require("react"));function n(){return n=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e},n.apply(this,arguments)}var l=e=>a.createElement("svg",n({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),t||(t=a.createElement("g",{clipPath:"url(#brand_home_svg__a)"},a.createElement("path",{fill:"#FEC02D",d:"m17.094 8.102-6.25-5.68a1.25 1.25 0 0 0-1.688 0l-6.25 5.68a1.25 1.25 0 0 0-.406.922v7.195c-.005.315.106.621.312.86a1.24 1.24 0 0 0 .938.421H7.5a.625.625 0 0 0 .625-.625v-3.75a.625.625 0 0 1 .625-.625h2.5a.625.625 0 0 1 .625.625v3.75a.625.625 0 0 0 .625.625h3.75c.207.002.412-.049.594-.148a1.258 1.258 0 0 0 .656-1.102V9.024a1.25 1.25 0 0 0-.406-.922Z"}))),r||(r=a.createElement("defs",null,a.createElement("clipPath",{id:"brand_home_svg__a"},a.createElement("path",{fill:"#fff",d:"M0 0h20v20H0z"})))));exports.default=l;
@@ -0,0 +1 @@
1
+ "use strict";function e(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(r){if("default"!==r){var a=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,a.get?a:{enumerable:!0,get:function(){return e[r]}})}})),t.default=e,Object.freeze(t)}Object.defineProperty(exports,"__esModule",{value:!0});var t,r=e(require("react"));function a(){return a=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e},a.apply(this,arguments)}var n=e=>r.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 20 20"},e),t||(t=r.createElement("path",{fillRule:"evenodd",d:"M4.167 3.333a.833.833 0 0 0-.834.834v11.321l1.911-1.91a.833.833 0 0 1 .59-.245h10a.833.833 0 0 0 .833-.833V4.167a.833.833 0 0 0-.834-.834H4.167ZM2.399 2.4a2.5 2.5 0 0 1 1.768-.732h11.666a2.5 2.5 0 0 1 2.5 2.5V12.5a2.5 2.5 0 0 1-2.5 2.5H6.18l-3.09 3.09a.833.833 0 0 1-1.422-.59V4.167a2.5 2.5 0 0 1 .732-1.768Z",clipRule:"evenodd"})));exports.default=n;
@@ -0,0 +1 @@
1
+ "use strict";function e(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(r){if("default"!==r){var n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:function(){return e[r]}})}})),t.default=e,Object.freeze(t)}Object.defineProperty(exports,"__esModule",{value:!0});var t,r,n,a=e(require("react"));function l(){return l=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},l.apply(this,arguments)}var c=e=>a.createElement("svg",l({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 36 36"},e),t||(t=a.createElement("rect",{width:35,height:35,x:.5,y:.5,fill:"#fff",rx:17.5})),r||(r=a.createElement("path",{fill:"#616161",d:"M23.59 13.59a.833.833 0 0 0-1.18-1.18L18 16.823l-4.41-4.411a.833.833 0 1 0-1.18 1.178L16.823 18l-4.411 4.41a.833.833 0 1 0 1.178 1.18L18 19.177l4.41 4.411a.833.833 0 0 0 1.18-1.178L19.177 18l4.411-4.41Z"})),n||(n=a.createElement("rect",{width:35,height:35,x:.5,y:.5,stroke:"#E0E0E0",rx:17.5})));exports.default=c;
@@ -0,0 +1 @@
1
+ "use strict";function e(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(r){if("default"!==r){var c=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,c.get?c:{enumerable:!0,get:function(){return e[r]}})}})),t.default=e,Object.freeze(t)}Object.defineProperty(exports,"__esModule",{value:!0});var t,r=e(require("react"));function c(){return c=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var c in r)Object.prototype.hasOwnProperty.call(r,c)&&(e[c]=r[c])}return e},c.apply(this,arguments)}var n=e=>r.createElement("svg",c({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),t||(t=r.createElement("g",{fill:"#000",fillRule:"evenodd",clipRule:"evenodd"},r.createElement("path",{d:"M3.333 3.542v3.541h3.542V3.542H3.333Zm-.885-1.667h5.313c.431 0 .78.35.78.781V7.97c0 .431-.349.781-.78.781H2.448a.781.781 0 0 1-.781-.781V2.656c0-.431.35-.781.781-.781ZM12.708 3.542v3.541h3.542V3.542h-3.542Zm-.885-1.667h5.313c.431 0 .78.35.78.781V7.97c0 .431-.349.781-.78.781h-5.313a.781.781 0 0 1-.781-.781V2.656c0-.431.35-.781.781-.781ZM3.333 12.917v3.541h3.542v-3.541H3.333Zm-.885-1.667h5.313c.431 0 .78.35.78.781v5.313c0 .431-.349.781-.78.781H2.448a.781.781 0 0 1-.781-.781V12.03c0-.431.35-.781.781-.781ZM12.708 12.917v3.541h3.542v-3.541h-3.542Zm-.885-1.667h5.313c.431 0 .78.35.78.781v5.313c0 .431-.349.781-.78.781h-5.313a.781.781 0 0 1-.781-.781V12.03c0-.431.35-.781.781-.781Z"}))));exports.default=n;
@@ -0,0 +1 @@
1
+ "use strict";function e(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(r){if("default"!==r){var a=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,a.get?a:{enumerable:!0,get:function(){return e[r]}})}})),t.default=e,Object.freeze(t)}Object.defineProperty(exports,"__esModule",{value:!0});var t,r,a=e(require("react"));function n(){return n=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e},n.apply(this,arguments)}var o=e=>a.createElement("svg",n({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),t||(t=a.createElement("g",{clipPath:"url(#home_svg__a)"},a.createElement("path",{stroke:"#fff",strokeLinecap:"round",strokeLinejoin:"round",strokeOpacity:.8,strokeWidth:1.25,d:"M11.875 16.25V12.5a.625.625 0 0 0-.625-.625h-2.5a.625.625 0 0 0-.625.625v3.75a.625.625 0 0 1-.625.625H3.75a.625.625 0 0 1-.625-.625V9.023a.648.648 0 0 1 .203-.46l6.25-5.68a.625.625 0 0 1 .844 0l6.25 5.68a.648.648 0 0 1 .203.46v7.227a.625.625 0 0 1-.625.625H12.5a.625.625 0 0 1-.625-.625Z"}))),r||(r=a.createElement("defs",null,a.createElement("clipPath",{id:"home_svg__a"},a.createElement("path",{fill:"currentColor",d:"M0 0h20v20H0z"})))));exports.default=o;
@@ -0,0 +1 @@
1
+ "use strict";function e(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(r){if("default"!==r){var a=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,a.get?a:{enumerable:!0,get:function(){return e[r]}})}})),t.default=e,Object.freeze(t)}Object.defineProperty(exports,"__esModule",{value:!0});var t,r,a=e(require("react"));function n(){return n=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e},n.apply(this,arguments)}var l=e=>a.createElement("svg",n({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),t||(t=a.createElement("g",{clipPath:"url(#hover_home_svg__a)"},a.createElement("path",{fill:"#fff",fillOpacity:.8,d:"m17.094 8.102-6.25-5.68a1.25 1.25 0 0 0-1.688 0l-6.25 5.68a1.25 1.25 0 0 0-.406.922v7.195c-.005.315.106.621.312.86a1.242 1.242 0 0 0 .938.421H7.5a.625.625 0 0 0 .625-.625v-3.75a.625.625 0 0 1 .625-.625h2.5a.625.625 0 0 1 .625.625v3.75a.625.625 0 0 0 .625.625h3.75c.207.002.412-.05.594-.148a1.257 1.257 0 0 0 .656-1.102V9.024a1.25 1.25 0 0 0-.406-.922Z"}))),r||(r=a.createElement("defs",null,a.createElement("clipPath",{id:"hover_home_svg__a"},a.createElement("path",{fill:"#fff",d:"M0 0h20v20H0z"})))));exports.default=l;
@@ -0,0 +1,160 @@
1
+ export { ActiveChecklistIcon } from './ActiveChecklistIcon';
2
+ export { CheckIndicatorIcon } from './CheckIndicatorIcon';
3
+ export { CompletedChecklistIcon } from './CompletedChecklistIcon';
4
+ export { InactiveChecklistIcon } from './InactiveChecklistIcon';
5
+ export { ProgressBadgeIcon } from './ProgressBadgeIcon';
6
+ export { Redirect2Icon } from './Redirect2Icon';
7
+ export { SearchIcon } from './searchIcon';
8
+ export { SmallCheckIcon } from './SmallCheckIcon';
9
+ export { default as CustomiseIcon } from './CustomiseIcon';
10
+ export { default as EnableIcon } from './EnableIcon';
11
+ export { default as GoLiveIcon } from './GoLiveIcon';
12
+ export { default as HeadsetIcon } from './HeadsetIcon';
13
+ export { default as ListChecksIcon } from './ListChecksIcon';
14
+ export { default as MarketingIcon } from './MarketingIcon';
15
+ export { default as NudgesIcon } from './NudgesIcon';
16
+ export { default as OnboardingLogo } from './OnboardingLogo';
17
+ export { default as OrderTrackingIcon } from './OrderTrackingIcon';
18
+ export { default as PlusIcon } from './PlusIcon';
19
+ export { default as ShoppingIcon } from './ShoppingIcon';
20
+ export { default as SupportIcon } from './SupportIcon';
21
+ export { default as TrainingIcon } from './TrainingIcon';
22
+ export { default as AiEdit } from './AiEdit.svg';
23
+ export { default as AiEventGenerating } from './Ai_event_generating.svg';
24
+ export { default as BikLogo } from './Bik_logo.svg';
25
+ export { default as ChartBar } from './ChartBar.svg';
26
+ export { default as ChartPie } from './ChartPie.svg';
27
+ export { default as CheckSquareOffset } from './CheckSquareOffset.svg';
28
+ export { default as HelpIcon } from './HelpIcon.svg';
29
+ export { default as Idea } from './Idea.svg';
30
+ export { default as RCSPDF } from './RCS_PDF.svg';
31
+ export { default as RedirectToNew } from './RedirectToNew.svg';
32
+ export { default as WhiteStarFilled } from './WhiteStarFilled.svg';
33
+ export { default as ActionButton } from './actionButton.svg';
34
+ export { default as AiContentIcon } from './aiContentIcon.svg';
35
+ export { default as Alarm } from './alarm.svg';
36
+ export { default as AlertIcon } from './alert.svg';
37
+ export { default as AlertTriangle } from './alert_triangle.svg';
38
+ export { default as ArrowBack } from './arrow_back.svg';
39
+ export { default as ArrowDown } from './arrow_down.svg';
40
+ export { default as ArrowLeft } from './arrow_left.svg';
41
+ export { default as ArrowUp } from './arrow_up.svg';
42
+ export { default as BackIcon } from './back_icon.svg';
43
+ export { default as BikAiStarsIcon } from './bik_ai_stars_icon.svg';
44
+ export { default as BikLivechat } from './bik_livechat.svg';
45
+ export { default as Bold } from './bold.svg';
46
+ export { default as Box } from './box.svg';
47
+ export { default as BoxV2 } from './boxV2.svg';
48
+ export { default as BoxRound } from './box_round.svg';
49
+ export { default as BoxSearch } from './box_search.svg';
50
+ export { default as BrandHome } from './brand_home.svg';
51
+ export { default as BrokenMediaImage } from './broken_media_image.svg';
52
+ export { default as Calendar } from './calendar.svg';
53
+ export { default as CardFooterArrow } from './card_footer_arraw.svg';
54
+ export { default as ChatChannel } from './chat-channel.svg';
55
+ export { default as Chat } from './chat.svg';
56
+ export { default as Check } from './check.svg';
57
+ export { default as CheckCircle } from './checkCircle.svg';
58
+ export { default as ChecklistIcon } from './checklistIcon.svg';
59
+ export { default as ChevronDown } from './chevronDown.svg';
60
+ export { default as ChevronDownOutline } from './chevronDownOutline.svg';
61
+ export { default as ChevronLeft } from './chevronLeft.svg';
62
+ export { default as ChevronLeft2 } from './chevronLeft2.svg';
63
+ export { default as ChevronRight } from './chevronRight.svg';
64
+ export { default as ChevronRight2 } from './chevronRight2.svg';
65
+ export { default as ChevronRightAlt } from './chevronRightAlt.svg';
66
+ export { default as ChevronUpOutline } from './chevronUpOutline.svg';
67
+ export { default as CircularCrossIcon } from './circular-cross-icon.svg';
68
+ export { default as Click } from './click.svg';
69
+ export { default as Clock } from './clock.svg';
70
+ export { default as CopyCodeIcon } from './copy-code-icon.svg';
71
+ export { default as Cross } from './cross.svg';
72
+ export { default as CubeIcon } from './cubeIcon.svg';
73
+ export { default as Cursor } from './cursor.svg';
74
+ export { default as Delete } from './delete.svg';
75
+ export { default as DesktopCustom } from './desktop_custom.svg';
76
+ export { default as DocumentPdf } from './document_pdf.svg';
77
+ export { default as DragHandle } from './drag_handle.svg';
78
+ export { default as Edit } from './edit.svg';
79
+ export { default as EmailChannel } from './email-channel.svg';
80
+ export { default as Emoji } from './emoji.svg';
81
+ export { default as ErrorIcon } from './errorIcon.svg';
82
+ export { default as ErrorInfo } from './errorInfo.svg';
83
+ export { default as ExpressionlessEmoji } from './expressionless_emoji.svg';
84
+ export { default as FacebookChannel } from './facebook_channel.svg';
85
+ export { default as File } from './file.svg';
86
+ export { default as FilePdf } from './filePdf.svg';
87
+ export { default as GiftIcon } from './gift_icon.svg';
88
+ export { default as Gmail } from './gmail.svg';
89
+ export { default as Graph } from './graph.svg';
90
+ export { default as Grid } from './grid.svg';
91
+ export { default as HalfRectangle } from './halfRectangle.svg';
92
+ export { default as Help } from './help.svg';
93
+ export { default as Home } from './home.svg';
94
+ export { default as HorizontalDots } from './horizontal_dots.svg';
95
+ export { default as HoverHome } from './hover_home.svg';
96
+ export { default as Image } from './image.svg';
97
+ export { default as Info } from './info.svg';
98
+ export { default as InstagramChannel } from './instagram-channel.svg';
99
+ export { default as Instagram } from './instagram.svg';
100
+ export { default as Italic } from './italic.svg';
101
+ export { default as List } from './list.svg';
102
+ export { default as Locked } from './locked.svg';
103
+ export { default as LogOut } from './log_out.svg';
104
+ export { default as LtoIcon } from './lto_icon.svg';
105
+ export { default as Maximize } from './maximize.svg';
106
+ export { default as MobileCustom } from './mobile_custom.svg';
107
+ export { default as MoreVertical } from './more_vertical.svg';
108
+ export { default as OpenAI } from './openai.svg';
109
+ export { default as Paperclip } from './paperclip.svg';
110
+ export { default as PercentageIcon } from './percentage_icon.svg';
111
+ export { default as Phone } from './phone.svg';
112
+ export { default as PhoneRound } from './phone_round.svg';
113
+ export { default as Play } from './play.svg';
114
+ export { default as Plus } from './plus.svg';
115
+ export { default as Pointer } from './pointer.svg';
116
+ export { default as Profile } from './profile.svg';
117
+ export { default as Qrb } from './qrb.svg';
118
+ export { default as QuestionMark } from './question-mark.svg';
119
+ export { default as Quotes } from './quotes.svg';
120
+ export { default as Redirect } from './redirect.svg';
121
+ export { default as Refresh } from './refresh.svg';
122
+ export { default as Retry } from './retry.svg';
123
+ export { default as RetryIcon } from './retryIcon.svg';
124
+ export { default as SadEmoji } from './sad_emoji.svg';
125
+ export { default as Search } from './search.svg';
126
+ export { default as SearchIconSvg } from './searchIcon.svg';
127
+ export { default as Send } from './send.svg';
128
+ export { default as SendTemplate } from './send_template.svg';
129
+ export { default as ShippingIcon } from './shipping_icon.svg';
130
+ export { default as Similar } from './similar.svg';
131
+ export { default as SmileEmoji } from './smile_emoji.svg';
132
+ export { default as SmileyEmoji } from './smiley_emoji.svg';
133
+ export { default as Sparkle } from './sparkle.svg';
134
+ export { default as Speedometer } from './speedometer.svg';
135
+ export { default as StarEmpty } from './starEmpty.svg';
136
+ export { default as StarFilled } from './starFilled.svg';
137
+ export { default as StarFilledV2 } from './starFilledV2.svg';
138
+ export { default as StateIcon } from './state_icon.svg';
139
+ export { default as StrikeThrough } from './strikeThrough.svg';
140
+ export { default as SubCategory } from './sub_category.svg';
141
+ export { default as SuccessIcon } from './successIcon.svg';
142
+ export { default as Sync } from './sync.svg';
143
+ export { default as Task } from './task.svg';
144
+ export { default as TextT9 } from './text_t9.svg';
145
+ export { default as Tick } from './tick.svg';
146
+ export { default as TickDouble } from './tick_double.svg';
147
+ export { default as TriangleError } from './triangle_error.svg';
148
+ export { default as Undo } from './undo.svg';
149
+ export { default as Union } from './union.svg';
150
+ export { default as Upload } from './upload.svg';
151
+ export { default as UserIcon } from './user_icon.svg';
152
+ export { default as VerticalDots } from './vertical_dots.svg';
153
+ export { default as VideoRecorder } from './videoRecorder.svg';
154
+ export { default as VideoCamcorder } from './video_camcorder.svg';
155
+ export { default as Warning } from './warning.svg';
156
+ export { default as WarningIcon } from './warningIcon.svg';
157
+ export { default as Website } from './website.svg';
158
+ export { default as WhatsNewIcon } from './whatsNew.svg';
159
+ export { default as WhatsappChannel } from './whatsapp-channel.svg';
160
+ export { default as WhatsappColor } from './whatsapp_color.svg';
@@ -0,0 +1 @@
1
+ "use strict";function e(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(r){if("default"!==r){var a=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,a.get?a:{enumerable:!0,get:function(){return e[r]}})}})),t.default=e,Object.freeze(t)}Object.defineProperty(exports,"__esModule",{value:!0});var t,r=e(require("react"));function a(){return a=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e},a.apply(this,arguments)}var n=e=>r.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 20 20"},e),t||(t=r.createElement("g",{fill:"#212121"},r.createElement("path",{d:"M2.5 5.833a.833.833 0 1 0 0-1.666.833.833 0 0 0 0 1.666ZM6.667 4.167a.833.833 0 0 0 0 1.666H17.5a.833.833 0 0 0 0-1.666H6.667ZM6.667 9.167a.833.833 0 0 0 0 1.666H17.5a.833.833 0 0 0 0-1.666H6.667ZM5.833 15c0-.46.374-.833.834-.833H17.5a.833.833 0 0 1 0 1.666H6.667A.833.833 0 0 1 5.833 15ZM3.333 10a.833.833 0 1 1-1.666 0 .833.833 0 0 1 1.666 0ZM2.5 15.833a.833.833 0 1 0 0-1.666.833.833 0 0 0 0 1.666Z"}))));exports.default=n;
@@ -0,0 +1 @@
1
+ "use strict";function e(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(r){if("default"!==r){var n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:function(){return e[r]}})}})),t.default=e,Object.freeze(t)}Object.defineProperty(exports,"__esModule",{value:!0});var t,r=e(require("react"));function n(){return n=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},n.apply(this,arguments)}var l=e=>r.createElement("svg",n({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 12 12"},e),t||(t=r.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M7.89 1.194c-.398 0-.78.158-1.062.44L2.233 6.229a2.502 2.502 0 0 0 3.538 3.537l4.595-4.595a.5.5 0 0 1 .707.708l-4.595 4.595A3.502 3.502 0 1 1 1.526 5.52L6.121.926a2.501 2.501 0 1 1 3.537 3.538l-4.6 4.595a1.5 1.5 0 1 1-2.122-2.123l4.246-4.24a.5.5 0 1 1 .706.708l-4.245 4.24a.501.501 0 0 0 .708.707l4.6-4.595A1.502 1.502 0 0 0 7.89 1.194Z",clipRule:"evenodd"})));exports.default=l;
@@ -0,0 +1 @@
1
+ "use strict";function e(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(r){if("default"!==r){var n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:function(){return e[r]}})}})),t.default=e,Object.freeze(t)}Object.defineProperty(exports,"__esModule",{value:!0});var t,r=e(require("react"));function n(){return n=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},n.apply(this,arguments)}var a=e=>r.createElement("svg",n({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 40 40"},e),t||(t=r.createElement("path",{fill:"#fff",d:"M10 6.34c0-1.308 1.44-2.107 2.55-1.413l21.855 13.66a1.667 1.667 0 0 1 0 2.826L12.55 35.073c-1.11.694-2.55-.104-2.55-1.413V6.34Z"})));exports.default=a;
@@ -0,0 +1 @@
1
+ "use strict";function e(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(r){if("default"!==r){var n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:function(){return e[r]}})}})),t.default=e,Object.freeze(t)}Object.defineProperty(exports,"__esModule",{value:!0});var t,r=e(require("react"));function n(){return n=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},n.apply(this,arguments)}var a=e=>r.createElement("svg",n({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 13 13"},e),t||(t=r.createElement("path",{fill:"#fff",d:"M6.5 0A6.5 6.5 0 1 0 13 6.5 6.507 6.507 0 0 0 6.5 0Zm2.854 5.354-3.5 3.5a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L5.5 7.793l3.146-3.147a.5.5 0 1 1 .708.708Z"})));exports.default=a;
@@ -0,0 +1 @@
1
+ "use strict";function e(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(r){if("default"!==r){var n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:function(){return e[r]}})}})),t.default=e,Object.freeze(t)}Object.defineProperty(exports,"__esModule",{value:!0});var t,r,n=e(require("react"));function a(){return a=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},a.apply(this,arguments)}var l=e=>n.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 32 32"},e),t||(t=n.createElement("path",{fill:"currentColor",fillRule:"evenodd",d:"M16 2.667A6.667 6.667 0 1 0 16 16a6.667 6.667 0 0 0 0-13.333Zm-4 6.667a4 4 0 1 1 8 0 4 4 0 0 1-8 0Z",clipRule:"evenodd"})),r||(r=n.createElement("path",{fill:"currentColor",d:"M10.667 18.667A6.667 6.667 0 0 0 4 25.334V28a1.333 1.333 0 1 0 2.667 0v-2.666a4 4 0 0 1 4-4h10.666a4 4 0 0 1 4 4V28A1.333 1.333 0 0 0 28 28v-2.666a6.667 6.667 0 0 0-6.667-6.667H10.667Z"})));exports.default=l;
@@ -0,0 +1 @@
1
+ "use strict";function e(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(r){if("default"!==r){var n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:function(){return e[r]}})}})),t.default=e,Object.freeze(t)}Object.defineProperty(exports,"__esModule",{value:!0});var t,r=e(require("react"));function n(){return n=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},n.apply(this,arguments)}var a=e=>r.createElement("svg",n({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 18"},e),t||(t=r.createElement("path",{fill:"#fff",d:"M12.506 1.255a.833.833 0 0 0-1.486-.084l-.936 1.622A7.5 7.5 0 1 0 15.502 10a.833.833 0 1 0-1.667.002 5.833 5.833 0 1 1-4.617-5.707l-.555.96a.833.833 0 0 0 .816 1.244l3.941-.446a.833.833 0 0 0 .67-1.16l-1.584-3.637Z"})));exports.default=a;
@@ -0,0 +1 @@
1
+ "use strict";function e(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(r){if("default"!==r){var a=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,a.get?a:{enumerable:!0,get:function(){return e[r]}})}})),t.default=e,Object.freeze(t)}Object.defineProperty(exports,"__esModule",{value:!0});var t,r,a,l=e(require("react"));function n(){return n=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e},n.apply(this,arguments)}var c=e=>l.createElement("svg",n({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 40 40"},e),t||(t=l.createElement("circle",{cx:20,cy:20,r:20,fill:"currentColor"})),r||(r=l.createElement("path",{fill:"#731DCF",d:"M11.191 11.984a.8.8 0 0 0 .566-1.358l-2.4-2.401a.8.8 0 0 0-1.132 1.131l2.4 2.401c.152.148.355.23.566.227ZM8.848 15.993h1.543a.8.8 0 1 0 0-1.6H8.848a.8.8 0 1 0 0 1.6ZM15.193 11.193a.8.8 0 0 0 .8-.8V8.848a.8.8 0 0 0-1.6 0v1.543a.8.8 0 0 0 .8.8ZM8.79 22.39a.796.796 0 0 0 .566-.228l2.401-2.401a.8.8 0 0 0-1.131-1.132l-2.401 2.4a.804.804 0 0 0 .565 1.361ZM19.194 11.987a.796.796 0 0 0 .566-.23l2.401-2.4a.8.8 0 0 0-1.132-1.132l-2.4 2.4a.804.804 0 0 0 .565 1.362Z"})),a||(a=l.createElement("path",{stroke:"#731DCF",strokeWidth:1.714,d:"m14.71 14.702-.01.009a.847.847 0 0 0-.194.912l.002.006 5.696 14.952v.002a.876.876 0 0 0 .847.56h.005a.846.846 0 0 0 .79-.611l.002-.007 1.85-6.168a.981.981 0 0 1 .661-.658l6.165-1.85a.868.868 0 0 0 .06-1.643L15.63 14.509l-.006-.002a.85.85 0 0 0-.914.195Z"})));exports.default=c;
@@ -0,0 +1 @@
1
+ "use strict";function e(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(r){if("default"!==r){var a=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,a.get?a:{enumerable:!0,get:function(){return e[r]}})}})),t.default=e,Object.freeze(t)}Object.defineProperty(exports,"__esModule",{value:!0});var t,r,a=e(require("react"));function n(){return n=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e},n.apply(this,arguments)}var l=e=>a.createElement("svg",n({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 22 22"},e),t||(t=a.createElement("path",{d:"M6.4 13.2a1 1 0 0 1 1.397.196l.005.006.033.041a4.945 4.945 0 0 0 .815.748c.578.42 1.376.81 2.35.81.975 0 1.772-.39 2.35-.81a4.945 4.945 0 0 0 .815-.748l.034-.041.004-.006A1 1 0 0 1 15.8 14.6l-.001.001-.001.002-.003.004-.007.009-.021.027-.07.086c-.059.07-.142.164-.248.276a6.951 6.951 0 0 1-.923.804c-.798.58-2 1.191-3.526 1.191-1.525 0-2.728-.61-3.526-1.191a6.949 6.949 0 0 1-1.17-1.08 3.884 3.884 0 0 1-.07-.086l-.022-.027-.007-.01-.003-.003V14.6H6.2a1 1 0 0 1 .2-1.4ZM13 9a2 2 0 1 1 4 0 2 2 0 0 1-4 0ZM7 7a2 2 0 1 0 0 4 2 2 0 0 0 0-4Z"})),r||(r=a.createElement("path",{fillRule:"evenodd",d:"M11 0C4.925 0 0 4.925 0 11s4.925 11 11 11 11-4.925 11-11S17.075 0 11 0ZM2 11a9 9 0 1 1 18 0 9 9 0 0 1-18 0Z",clipRule:"evenodd"})));exports.default=l;