@naniteninja/dashboard-components-lib 1.0.0 → 1.0.2

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 (378) hide show
  1. package/fesm2022/naniteninja-dashboard-components-lib.mjs +181 -191
  2. package/fesm2022/naniteninja-dashboard-components-lib.mjs.map +1 -1
  3. package/index.d.ts +1669 -3
  4. package/package.json +2 -4
  5. package/src/assets/auto-delegation-modal/cross.svg +17 -17
  6. package/src/assets/auto-delegation-modal/menu.svg +3 -3
  7. package/src/assets/auto-delegation-modal/timer-center-dot.svg +25 -25
  8. package/src/assets/auto-delegation-modal/user-profile.svg +9 -9
  9. package/src/assets/circle-progress/circle-progress-1.svg +159 -159
  10. package/src/assets/circle-progress/circle-progress-2.svg +155 -155
  11. package/src/assets/circle-progress/circle-progress-3.svg +25 -25
  12. package/src/assets/circle-progress/circle-progress.svg +159 -159
  13. package/src/assets/client-match-overview/background-eclipse.svg +13 -13
  14. package/src/assets/grid/icons/filter-button.svg +47 -47
  15. package/src/assets/grid/images/chips-background-shadow.svg +34 -34
  16. package/src/assets/icons/back-v2.svg +14 -14
  17. package/src/assets/icons/checkbox/checkbox-off.svg +72 -72
  18. package/src/assets/icons/checkbox/checkbox-on.svg +113 -113
  19. package/src/assets/icons/checkmark-button.svg +72 -72
  20. package/src/assets/icons/checkmark.svg +7 -7
  21. package/src/assets/icons/close-icon.svg +3 -3
  22. package/src/assets/icons/compose-matcher/notes.svg +4 -4
  23. package/src/assets/icons/compose-matcher/profile.svg +4 -4
  24. package/src/assets/icons/compose-matcher/suggest.svg +3 -3
  25. package/src/assets/icons/compose-matcher/visual.svg +3 -3
  26. package/src/assets/icons/default-profile.svg +23 -23
  27. package/src/assets/icons/defualt.svg +5 -5
  28. package/src/assets/icons/first-page.svg +7 -7
  29. package/src/assets/icons/incrementer/minus.svg +3 -3
  30. package/src/assets/icons/incrementer/plus.svg +3 -3
  31. package/src/assets/icons/info.svg +5 -5
  32. package/src/assets/icons/last-page.svg +7 -7
  33. package/src/assets/icons/minus.svg +3 -3
  34. package/src/assets/icons/next-page.svg +6 -6
  35. package/src/assets/icons/plus.svg +3 -3
  36. package/src/assets/icons/popup-defualt.svg +34 -34
  37. package/src/assets/icons/prev-page.svg +6 -6
  38. package/src/assets/icons/send-icon.svg +4 -4
  39. package/src/assets/icons/shake.svg +74 -74
  40. package/src/assets/icons/thumbs-up.svg +28 -28
  41. package/src/assets/nsfw/blazeface.bundle.js +1 -1
  42. package/src/assets/nsfw/model/model.json +4085 -4085
  43. package/src/assets/nsfw/nsfwjs.bundle.js +1 -1
  44. package/src/assets/nsfw/tf.bundle.js +1 -1
  45. package/src/assets/scheduler/accept.svg +3 -3
  46. package/src/assets/scheduler/accept_active.svg +3 -3
  47. package/src/assets/scheduler/arrow.svg +13 -13
  48. package/src/assets/scheduler/cancel.svg +3 -3
  49. package/src/assets/scheduler/cancel_active.svg +3 -3
  50. package/src/assets/scheduler/heart.svg +18 -18
  51. package/src/lib/shared-styles/common/animations.scss +48 -48
  52. package/src/lib/shared-styles/common/base-input-field.scss +132 -132
  53. package/src/lib/shared-styles/common/buttons.scss +152 -152
  54. package/src/lib/shared-styles/common/cards.scss +163 -163
  55. package/src/lib/shared-styles/common/client-dash.scss +5 -5
  56. package/src/lib/shared-styles/common/date-picker.scss +179 -179
  57. package/src/lib/shared-styles/common/draggable-scroll-and-marquee.scss +34 -34
  58. package/src/lib/shared-styles/common/feedback.scss +157 -157
  59. package/src/lib/shared-styles/common/fonts.scss +3 -3
  60. package/src/lib/shared-styles/common/information-card.scss +56 -56
  61. package/src/lib/shared-styles/common/input.scss +110 -110
  62. package/src/lib/shared-styles/common/lib-styles-utils.scss +157 -157
  63. package/src/lib/shared-styles/common/lists.scss +91 -91
  64. package/src/lib/shared-styles/common/login.scss +32 -32
  65. package/src/lib/shared-styles/common/maps.scss +10 -10
  66. package/src/lib/shared-styles/common/matcher-dash.scss +49 -49
  67. package/src/lib/shared-styles/common/modal_styles.scss +32 -32
  68. package/src/lib/shared-styles/common/notifications-list.scss +9 -9
  69. package/src/lib/shared-styles/common/overrides.scss +6 -6
  70. package/src/lib/shared-styles/common/pulse.scss +26 -26
  71. package/src/lib/shared-styles/common/swiper.scss +5 -5
  72. package/src/lib/shared-styles/common/tab-menu.scss +74 -74
  73. package/src/lib/shared-styles/common/theme.scss +55 -55
  74. package/src/lib/shared-styles/common/typography.scss +121 -121
  75. package/src/lib/shared-styles/common/user-menu.scss +129 -129
  76. package/src/lib/shared-styles/fonts/calistoga.font.scss +6 -6
  77. package/src/lib/shared-styles/fonts/gilroy.font.scss +160 -160
  78. package/src/lib/shared-styles/styles.scss +25 -25
  79. package/esm2022/lib/components/auto-delegation/animations.mjs +0 -20
  80. package/esm2022/lib/components/auto-delegation/auto-delegation-modal.component.mjs +0 -106
  81. package/esm2022/lib/components/auto-delegation/enums/auto-delegation.event-type.enum.mjs +0 -6
  82. package/esm2022/lib/components/auto-delegation/enums/auto-delegation.event-value.enum.mjs +0 -7
  83. package/esm2022/lib/components/auto-delegation/interface/auto-delegation-data.interface.mjs +0 -2
  84. package/esm2022/lib/components/auto-delegation/interface/auto-delegation.event.interface.mjs +0 -2
  85. package/esm2022/lib/components/auto-delegation/interface/auto-delegation.modal-data.interface.mjs +0 -2
  86. package/esm2022/lib/components/auto-delegation/interface/preferences.interface.mjs +0 -2
  87. package/esm2022/lib/components/calendar/agenda/agenda-day-card/agenda-day-card.component.mjs +0 -37
  88. package/esm2022/lib/components/calendar/agenda/agenda.component.mjs +0 -98
  89. package/esm2022/lib/components/calendar/agenda/agenda.module.mjs +0 -24
  90. package/esm2022/lib/components/calendar/agenda/interfaces/agenda.day.interface.mjs +0 -2
  91. package/esm2022/lib/components/calendar/agenda/interfaces/agenda.event.inetrface.mjs +0 -2
  92. package/esm2022/lib/components/calendar/components/edit-recurring-event/edit-recurring-event.component.mjs +0 -40
  93. package/esm2022/lib/components/calendar/components/event-form/event-form.component.mjs +0 -275
  94. package/esm2022/lib/components/calendar/components/event-form/event-form.module.mjs +0 -89
  95. package/esm2022/lib/components/calendar/components/event-info/event-info.component.mjs +0 -40
  96. package/esm2022/lib/components/calendar/enums/calendar.account.enum.mjs +0 -6
  97. package/esm2022/lib/components/calendar/enums/calendar.account.icons.enum.mjs +0 -6
  98. package/esm2022/lib/components/calendar/enums/event-type.enum.mjs +0 -10
  99. package/esm2022/lib/components/calendar/enums/recurring.edit.options.enum.mjs +0 -7
  100. package/esm2022/lib/components/calendar/enums/recurring.type.enum.mjs +0 -8
  101. package/esm2022/lib/components/calendar/interfaces/calendar.account.interface.mjs +0 -2
  102. package/esm2022/lib/components/calendar/interfaces/calendar.account.theme.interface.mjs +0 -2
  103. package/esm2022/lib/components/calendar/interfaces/event.form.interface.mjs +0 -2
  104. package/esm2022/lib/components/calendar/interfaces/event.form.output.interface.mjs +0 -2
  105. package/esm2022/lib/components/calendar/interfaces/event.interface.mjs +0 -2
  106. package/esm2022/lib/components/calendar/interfaces/event.time.interface.mjs +0 -2
  107. package/esm2022/lib/components/calendar/interfaces/recurring.event.interface.mjs +0 -2
  108. package/esm2022/lib/components/calendar/interfaces/recurring.exception.interface.mjs +0 -2
  109. package/esm2022/lib/components/calendar/interfaces/recurring.pattern.interface.mjs +0 -2
  110. package/esm2022/lib/components/calendar/lookups/recurring.options.lookup.mjs +0 -30
  111. package/esm2022/lib/components/calendar/scheduler/enums/schedule-date-status.enum.mjs +0 -7
  112. package/esm2022/lib/components/calendar/scheduler/interfaces/scheduler.action.interface.mjs +0 -2
  113. package/esm2022/lib/components/calendar/scheduler/interfaces/scheduler.event.day.interface.mjs +0 -2
  114. package/esm2022/lib/components/calendar/scheduler/interfaces/scheduler.event.interface.mjs +0 -2
  115. package/esm2022/lib/components/calendar/scheduler/interfaces/scheduler.event.suggestion.interface.mjs +0 -2
  116. package/esm2022/lib/components/calendar/scheduler/interfaces/scheduler.slots.interface.mjs +0 -2
  117. package/esm2022/lib/components/calendar/scheduler/mock-schedule.mjs +0 -80
  118. package/esm2022/lib/components/calendar/scheduler/scheduler.component.mjs +0 -144
  119. package/esm2022/lib/components/calendar/services/calendar-utils.service.mjs +0 -211
  120. package/esm2022/lib/components/chat/chat.component.mjs +0 -307
  121. package/esm2022/lib/components/chat/chat.component.module.mjs +0 -85
  122. package/esm2022/lib/components/chat/chat.service.mjs +0 -63
  123. package/esm2022/lib/components/chat/enums/sender-types.enum.mjs +0 -6
  124. package/esm2022/lib/components/chat/gif-selector/gif-selector.component.mjs +0 -77
  125. package/esm2022/lib/components/chat/gif-selector/gif-selector.service.mjs +0 -41
  126. package/esm2022/lib/components/chat/gif-selector/tenor-media-format.interface.mjs +0 -2
  127. package/esm2022/lib/components/chat/gif-selector/tenor-object.interface.mjs +0 -2
  128. package/esm2022/lib/components/chat/gif-selector/tenor-result.interface.mjs +0 -2
  129. package/esm2022/lib/components/chat/interfaces/date-messages.interface.mjs +0 -2
  130. package/esm2022/lib/components/chat/interfaces/message-attachment.interface.mjs +0 -2
  131. package/esm2022/lib/components/chat/interfaces/message.interface.mjs +0 -2
  132. package/esm2022/lib/components/chat/interfaces/send-options-message.interface.mjs +0 -2
  133. package/esm2022/lib/components/chat/interfaces/type-send-message.enum.mjs +0 -7
  134. package/esm2022/lib/components/chat-suggestion/chat-suggestion.component.mjs +0 -21
  135. package/esm2022/lib/components/chat-suggestion/interfaces/chat-suggestion.interface.mjs +0 -2
  136. package/esm2022/lib/components/circle-progress/circle-progress.component.mjs +0 -143
  137. package/esm2022/lib/components/circle-progress/circle-progress.module.mjs +0 -18
  138. package/esm2022/lib/components/circle-progress/enums/circle-variable.enum.mjs +0 -6
  139. package/esm2022/lib/components/circle-progress/interfaces/circle-progress-config.interface.mjs +0 -2
  140. package/esm2022/lib/components/client-home/client-home.component.mjs +0 -123
  141. package/esm2022/lib/components/client-home/enums/client-home-component.enum.mjs +0 -9
  142. package/esm2022/lib/components/client-home/interfaces/chat-meta.interface.mjs +0 -2
  143. package/esm2022/lib/components/client-home/interfaces/home-dashboard-inputs.interface.mjs +0 -2
  144. package/esm2022/lib/components/client-home/interfaces/inner-partial-circle-progress-colors.interface.mjs +0 -2
  145. package/esm2022/lib/components/client-home/interfaces/partial-circle-progress-colors.interface.mjs +0 -2
  146. package/esm2022/lib/components/client-home/lookup/client-home.config.mjs +0 -30
  147. package/esm2022/lib/components/client-home/lookup/inner-progress-default-colors.config.mjs +0 -6
  148. package/esm2022/lib/components/client-home/lookup/inner-progress-pink-colors.config.mjs +0 -6
  149. package/esm2022/lib/components/client-home/lookup/inner-progress-purple-colors.config.mjs +0 -6
  150. package/esm2022/lib/components/client-home/lookup/inner-progress-teal-colors.config.mjs +0 -6
  151. package/esm2022/lib/components/client-home/lookup/inner-progress-white-colors.config.mjs +0 -10
  152. package/esm2022/lib/components/client-home/lookup/progress-default-colors.config.mjs +0 -10
  153. package/esm2022/lib/components/client-home/lookup/progress-white-colors.config.mjs +0 -10
  154. package/esm2022/lib/components/client-home/pipes/chat-meta.pipe.mjs +0 -60
  155. package/esm2022/lib/components/client-home/pipes/get-color-by-matcher.pipe.mjs +0 -33
  156. package/esm2022/lib/components/client-match-overview/client-match-overview.component.mjs +0 -300
  157. package/esm2022/lib/components/client-match-overview/enums/conversation-flag.enum.mjs +0 -6
  158. package/esm2022/lib/components/client-match-overview/enums/counter-flag-base.enum.mjs +0 -6
  159. package/esm2022/lib/components/client-match-overview/enums/inner-circle-state.enum.mjs +0 -8
  160. package/esm2022/lib/components/client-match-overview/interfaces/client-match-overview.interface.mjs +0 -2
  161. package/esm2022/lib/components/client-match-overview/interfaces/conversation-flag.interface.mjs +0 -2
  162. package/esm2022/lib/components/client-match-overview/interfaces/dashboard-match-request.interface.mjs +0 -2
  163. package/esm2022/lib/components/client-match-overview/interfaces/progress-decision.interface.mjs +0 -2
  164. package/esm2022/lib/components/client-match-overview/interfaces/progress-facts.interface.mjs +0 -2
  165. package/esm2022/lib/components/client-match-overview/lookups/computer-inner-state.lookup.mjs +0 -81
  166. package/esm2022/lib/components/client-match-overview/lookups/limit-dates-indicator.lookup.mjs +0 -8
  167. package/esm2022/lib/components/client-match-overview/progress-ticker/progress-gap.config.mjs +0 -4
  168. package/esm2022/lib/components/client-match-overview/progress-ticker/progress-ticker.config.mjs +0 -3
  169. package/esm2022/lib/components/client-match-overview/progress-ticker/progress-ticker.service.mjs +0 -43
  170. package/esm2022/lib/components/dashboard-swipeable-tabs/dashboard-swipeable-tabs.component.mjs +0 -113
  171. package/esm2022/lib/components/dashboard-swipeable-tabs/lookups/dashboard-main-swiper-options.mjs +0 -11
  172. package/esm2022/lib/components/dashboard-swipeable-tabs/lookups/dashboard-thumbs-swiper-options.mjs +0 -27
  173. package/esm2022/lib/components/dashboard-swipeable-tabs/lookups/main-swiper-default-options.mjs +0 -19
  174. package/esm2022/lib/components/dashboard-swipeable-tabs/lookups/thumbs-swiper-default-options.mjs +0 -21
  175. package/esm2022/lib/components/lib-client-dashboard/client-dashboard.component.mjs +0 -170
  176. package/esm2022/lib/components/lib-client-dashboard/enums/alert-status-fields.enum.mjs +0 -11
  177. package/esm2022/lib/components/lib-client-dashboard/enums/client-dashboard-component.enum.mjs +0 -7
  178. package/esm2022/lib/components/lib-client-dashboard/interfaces/client-dashboard-inputs.interface.mjs +0 -2
  179. package/esm2022/lib/components/lib-client-dashboard/lookups/client-dashboard.config.mjs +0 -15
  180. package/esm2022/lib/components/lib-compose-matcher-dash/compose-matcher-dash.component.mjs +0 -146
  181. package/esm2022/lib/components/lib-compose-matcher-dash/interfaces/chart-data.interface.mjs +0 -2
  182. package/esm2022/lib/components/lib-compose-matcher-dash/interfaces/chat-identifier.interface.mjs +0 -2
  183. package/esm2022/lib/components/lib-compose-matcher-dash/interfaces/matcher-dashboard-inputs.interface.mjs +0 -2
  184. package/esm2022/lib/components/lib-compose-matcher-dash/interfaces/matcher-profile.interface.mjs +0 -2
  185. package/esm2022/lib/components/lib-compose-matcher-dash/interfaces/prospect-data.interface.mjs +0 -2
  186. package/esm2022/lib/components/lib-compose-matcher-dash/pipes/get-profile-with-progress.pipe.mjs +0 -21
  187. package/esm2022/lib/components/matcher-statuses/enums/matcher-statuses.enum.mjs +0 -15
  188. package/esm2022/lib/components/matcher-statuses/interfaces/status.interface.mjs +0 -2
  189. package/esm2022/lib/components/matcher-statuses/lookups/matcher-statuses.lookup.mjs +0 -54
  190. package/esm2022/lib/components/matcher-statuses/matcher-statuses.component.mjs +0 -58
  191. package/esm2022/lib/components/matcher-statuses/pipes/is-status-included.pipe.mjs +0 -19
  192. package/esm2022/lib/components/profile-card/profile-card.component.mjs +0 -35
  193. package/esm2022/lib/components/profile-card/profile-card.module.mjs +0 -19
  194. package/esm2022/lib/components/spider-chart/interfaces/chart-data-circle.interface.mjs +0 -2
  195. package/esm2022/lib/components/spider-chart/interfaces/chart-data-defs-f.interface.mjs +0 -2
  196. package/esm2022/lib/components/spider-chart/interfaces/chart-data-defs-lg.interface.mjs +0 -2
  197. package/esm2022/lib/components/spider-chart/interfaces/chart-data-defs-rg.interface.mjs +0 -2
  198. package/esm2022/lib/components/spider-chart/interfaces/config.interface.mjs +0 -2
  199. package/esm2022/lib/components/spider-chart/interfaces/dataset.interface.mjs +0 -2
  200. package/esm2022/lib/components/spider-chart/interfaces/polygon-color.interface.mjs +0 -2
  201. package/esm2022/lib/components/spider-chart/interfaces/spider-chart-attribute.interface.mjs +0 -2
  202. package/esm2022/lib/components/spider-chart/lookup/default-spider-config.lookup.mjs +0 -18
  203. package/esm2022/lib/components/spider-chart/lookup/default-spider-config.mjs +0 -67
  204. package/esm2022/lib/components/spider-chart/lookup/demo-polygon-colors.lookup.mjs +0 -11
  205. package/esm2022/lib/components/spider-chart/lookup/svg-config.lookup.mjs +0 -277
  206. package/esm2022/lib/components/spider-chart/spider-chart.component.mjs +0 -235
  207. package/esm2022/lib/enums/direction.enum.mjs +0 -6
  208. package/esm2022/lib/enums/form-field-type.mjs +0 -30
  209. package/esm2022/lib/enums/local-storage-keys.enum.mjs +0 -5
  210. package/esm2022/lib/enums/status-types.mjs +0 -8
  211. package/esm2022/lib/model/select-option-template.mjs +0 -2
  212. package/esm2022/lib/operations/operations.mjs +0 -19
  213. package/esm2022/lib/pipes/array-sort/array.sort.pipe.mjs +0 -49
  214. package/esm2022/lib/pipes/count-non-empty-fields/count-non-empty-fields.pipe.mjs +0 -17
  215. package/esm2022/lib/pipes/date-localization/date-localization.pipe.mjs +0 -31
  216. package/esm2022/lib/pipes/fallback-translate/fallback-translate.pipe.mjs +0 -28
  217. package/esm2022/lib/pipes/get-display-value/get-display-value.pipe.mjs +0 -59
  218. package/esm2022/lib/pipes/get-multi-select-display-text/get-multi-select-display-text.pipe.mjs +0 -22
  219. package/esm2022/lib/pipes/initials/initials.pipe.mjs +0 -25
  220. package/esm2022/lib/pipes/round/round.pipe.mjs +0 -17
  221. package/esm2022/lib/pipes/update-llm-preference/update-llm-preference.pipe.mjs +0 -25
  222. package/esm2022/lib/services/abstract-cache.service.mjs +0 -10
  223. package/esm2022/lib/shared/shared/alert-popup/alert-popup.component.mjs +0 -38
  224. package/esm2022/lib/shared/shared/message-modal/message-modal.component.mjs +0 -95
  225. package/esm2022/lib/shared/shared/status-icon/status-icon.component.mjs +0 -14
  226. package/esm2022/lib/shared/shared.module.mjs +0 -23
  227. package/esm2022/naniteninja-dashboard-components-lib.mjs +0 -5
  228. package/esm2022/public-api.mjs +0 -122
  229. package/lib/components/auto-delegation/animations.d.ts +0 -1
  230. package/lib/components/auto-delegation/auto-delegation-modal.component.d.ts +0 -29
  231. package/lib/components/auto-delegation/enums/auto-delegation.event-type.enum.d.ts +0 -4
  232. package/lib/components/auto-delegation/enums/auto-delegation.event-value.enum.d.ts +0 -5
  233. package/lib/components/auto-delegation/interface/auto-delegation-data.interface.d.ts +0 -31
  234. package/lib/components/auto-delegation/interface/auto-delegation.event.interface.d.ts +0 -6
  235. package/lib/components/auto-delegation/interface/auto-delegation.modal-data.interface.d.ts +0 -8
  236. package/lib/components/auto-delegation/interface/preferences.interface.d.ts +0 -17
  237. package/lib/components/calendar/agenda/agenda-day-card/agenda-day-card.component.d.ts +0 -12
  238. package/lib/components/calendar/agenda/agenda.component.d.ts +0 -22
  239. package/lib/components/calendar/agenda/agenda.module.d.ts +0 -12
  240. package/lib/components/calendar/agenda/interfaces/agenda.day.interface.d.ts +0 -7
  241. package/lib/components/calendar/agenda/interfaces/agenda.event.inetrface.d.ts +0 -9
  242. package/lib/components/calendar/components/edit-recurring-event/edit-recurring-event.component.d.ts +0 -19
  243. package/lib/components/calendar/components/event-form/event-form.component.d.ts +0 -67
  244. package/lib/components/calendar/components/event-form/event-form.module.d.ts +0 -20
  245. package/lib/components/calendar/components/event-info/event-info.component.d.ts +0 -24
  246. package/lib/components/calendar/enums/calendar.account.enum.d.ts +0 -4
  247. package/lib/components/calendar/enums/calendar.account.icons.enum.d.ts +0 -4
  248. package/lib/components/calendar/enums/event-type.enum.d.ts +0 -8
  249. package/lib/components/calendar/enums/recurring.edit.options.enum.d.ts +0 -5
  250. package/lib/components/calendar/enums/recurring.type.enum.d.ts +0 -6
  251. package/lib/components/calendar/interfaces/calendar.account.interface.d.ts +0 -14
  252. package/lib/components/calendar/interfaces/calendar.account.theme.interface.d.ts +0 -5
  253. package/lib/components/calendar/interfaces/event.form.interface.d.ts +0 -22
  254. package/lib/components/calendar/interfaces/event.form.output.interface.d.ts +0 -10
  255. package/lib/components/calendar/interfaces/event.interface.d.ts +0 -33
  256. package/lib/components/calendar/interfaces/event.time.interface.d.ts +0 -4
  257. package/lib/components/calendar/interfaces/recurring.event.interface.d.ts +0 -16
  258. package/lib/components/calendar/interfaces/recurring.exception.interface.d.ts +0 -14
  259. package/lib/components/calendar/interfaces/recurring.pattern.interface.d.ts +0 -16
  260. package/lib/components/calendar/lookups/recurring.options.lookup.d.ts +0 -2
  261. package/lib/components/calendar/scheduler/enums/schedule-date-status.enum.d.ts +0 -5
  262. package/lib/components/calendar/scheduler/interfaces/scheduler.action.interface.d.ts +0 -10
  263. package/lib/components/calendar/scheduler/interfaces/scheduler.event.day.interface.d.ts +0 -5
  264. package/lib/components/calendar/scheduler/interfaces/scheduler.event.interface.d.ts +0 -26
  265. package/lib/components/calendar/scheduler/interfaces/scheduler.event.suggestion.interface.d.ts +0 -13
  266. package/lib/components/calendar/scheduler/interfaces/scheduler.slots.interface.d.ts +0 -6
  267. package/lib/components/calendar/scheduler/mock-schedule.d.ts +0 -9
  268. package/lib/components/calendar/scheduler/scheduler.component.d.ts +0 -36
  269. package/lib/components/calendar/services/calendar-utils.service.d.ts +0 -39
  270. package/lib/components/chat/chat.component.d.ts +0 -70
  271. package/lib/components/chat/chat.component.module.d.ts +0 -22
  272. package/lib/components/chat/chat.service.d.ts +0 -15
  273. package/lib/components/chat/enums/sender-types.enum.d.ts +0 -4
  274. package/lib/components/chat/gif-selector/gif-selector.component.d.ts +0 -25
  275. package/lib/components/chat/gif-selector/gif-selector.service.d.ts +0 -15
  276. package/lib/components/chat/gif-selector/tenor-media-format.interface.d.ts +0 -7
  277. package/lib/components/chat/gif-selector/tenor-object.interface.d.ts +0 -5
  278. package/lib/components/chat/gif-selector/tenor-result.interface.d.ts +0 -16
  279. package/lib/components/chat/interfaces/date-messages.interface.d.ts +0 -6
  280. package/lib/components/chat/interfaces/message-attachment.interface.d.ts +0 -6
  281. package/lib/components/chat/interfaces/message.interface.d.ts +0 -11
  282. package/lib/components/chat/interfaces/send-options-message.interface.d.ts +0 -5
  283. package/lib/components/chat/interfaces/type-send-message.enum.d.ts +0 -5
  284. package/lib/components/chat-suggestion/chat-suggestion.component.d.ts +0 -9
  285. package/lib/components/chat-suggestion/interfaces/chat-suggestion.interface.d.ts +0 -4
  286. package/lib/components/circle-progress/circle-progress.component.d.ts +0 -31
  287. package/lib/components/circle-progress/circle-progress.module.d.ts +0 -8
  288. package/lib/components/circle-progress/enums/circle-variable.enum.d.ts +0 -4
  289. package/lib/components/circle-progress/interfaces/circle-progress-config.interface.d.ts +0 -29
  290. package/lib/components/client-home/client-home.component.d.ts +0 -44
  291. package/lib/components/client-home/enums/client-home-component.enum.d.ts +0 -7
  292. package/lib/components/client-home/interfaces/chat-meta.interface.d.ts +0 -7
  293. package/lib/components/client-home/interfaces/home-dashboard-inputs.interface.d.ts +0 -45
  294. package/lib/components/client-home/interfaces/inner-partial-circle-progress-colors.interface.d.ts +0 -5
  295. package/lib/components/client-home/interfaces/partial-circle-progress-colors.interface.d.ts +0 -9
  296. package/lib/components/client-home/lookup/client-home.config.d.ts +0 -2
  297. package/lib/components/client-home/lookup/inner-progress-default-colors.config.d.ts +0 -2
  298. package/lib/components/client-home/lookup/inner-progress-pink-colors.config.d.ts +0 -2
  299. package/lib/components/client-home/lookup/inner-progress-purple-colors.config.d.ts +0 -2
  300. package/lib/components/client-home/lookup/inner-progress-teal-colors.config.d.ts +0 -2
  301. package/lib/components/client-home/lookup/inner-progress-white-colors.config.d.ts +0 -2
  302. package/lib/components/client-home/lookup/progress-default-colors.config.d.ts +0 -2
  303. package/lib/components/client-home/lookup/progress-white-colors.config.d.ts +0 -2
  304. package/lib/components/client-home/pipes/chat-meta.pipe.d.ts +0 -10
  305. package/lib/components/client-home/pipes/get-color-by-matcher.pipe.d.ts +0 -10
  306. package/lib/components/client-match-overview/client-match-overview.component.d.ts +0 -55
  307. package/lib/components/client-match-overview/enums/conversation-flag.enum.d.ts +0 -4
  308. package/lib/components/client-match-overview/enums/counter-flag-base.enum.d.ts +0 -4
  309. package/lib/components/client-match-overview/enums/inner-circle-state.enum.d.ts +0 -6
  310. package/lib/components/client-match-overview/interfaces/client-match-overview.interface.d.ts +0 -19
  311. package/lib/components/client-match-overview/interfaces/conversation-flag.interface.d.ts +0 -8
  312. package/lib/components/client-match-overview/interfaces/dashboard-match-request.interface.d.ts +0 -7
  313. package/lib/components/client-match-overview/interfaces/progress-decision.interface.d.ts +0 -10
  314. package/lib/components/client-match-overview/interfaces/progress-facts.interface.d.ts +0 -11
  315. package/lib/components/client-match-overview/lookups/computer-inner-state.lookup.d.ts +0 -7
  316. package/lib/components/client-match-overview/lookups/limit-dates-indicator.lookup.d.ts +0 -5
  317. package/lib/components/client-match-overview/progress-ticker/progress-gap.config.d.ts +0 -2
  318. package/lib/components/client-match-overview/progress-ticker/progress-ticker.config.d.ts +0 -2
  319. package/lib/components/client-match-overview/progress-ticker/progress-ticker.service.d.ts +0 -11
  320. package/lib/components/dashboard-swipeable-tabs/dashboard-swipeable-tabs.component.d.ts +0 -29
  321. package/lib/components/dashboard-swipeable-tabs/lookups/dashboard-main-swiper-options.d.ts +0 -2
  322. package/lib/components/dashboard-swipeable-tabs/lookups/dashboard-thumbs-swiper-options.d.ts +0 -2
  323. package/lib/components/dashboard-swipeable-tabs/lookups/main-swiper-default-options.d.ts +0 -2
  324. package/lib/components/dashboard-swipeable-tabs/lookups/thumbs-swiper-default-options.d.ts +0 -2
  325. package/lib/components/lib-client-dashboard/client-dashboard.component.d.ts +0 -73
  326. package/lib/components/lib-client-dashboard/enums/alert-status-fields.enum.d.ts +0 -9
  327. package/lib/components/lib-client-dashboard/enums/client-dashboard-component.enum.d.ts +0 -5
  328. package/lib/components/lib-client-dashboard/interfaces/client-dashboard-inputs.interface.d.ts +0 -29
  329. package/lib/components/lib-client-dashboard/lookups/client-dashboard.config.d.ts +0 -2
  330. package/lib/components/lib-compose-matcher-dash/compose-matcher-dash.component.d.ts +0 -48
  331. package/lib/components/lib-compose-matcher-dash/interfaces/chart-data.interface.d.ts +0 -5
  332. package/lib/components/lib-compose-matcher-dash/interfaces/chat-identifier.interface.d.ts +0 -5
  333. package/lib/components/lib-compose-matcher-dash/interfaces/matcher-dashboard-inputs.interface.d.ts +0 -26
  334. package/lib/components/lib-compose-matcher-dash/interfaces/matcher-profile.interface.d.ts +0 -8
  335. package/lib/components/lib-compose-matcher-dash/interfaces/prospect-data.interface.d.ts +0 -24
  336. package/lib/components/lib-compose-matcher-dash/pipes/get-profile-with-progress.pipe.d.ts +0 -9
  337. package/lib/components/matcher-statuses/enums/matcher-statuses.enum.d.ts +0 -13
  338. package/lib/components/matcher-statuses/interfaces/status.interface.d.ts +0 -6
  339. package/lib/components/matcher-statuses/lookups/matcher-statuses.lookup.d.ts +0 -2
  340. package/lib/components/matcher-statuses/matcher-statuses.component.d.ts +0 -23
  341. package/lib/components/matcher-statuses/pipes/is-status-included.pipe.d.ts +0 -8
  342. package/lib/components/profile-card/profile-card.component.d.ts +0 -11
  343. package/lib/components/profile-card/profile-card.module.d.ts +0 -9
  344. package/lib/components/spider-chart/interfaces/chart-data-circle.interface.d.ts +0 -10
  345. package/lib/components/spider-chart/interfaces/chart-data-defs-f.interface.d.ts +0 -11
  346. package/lib/components/spider-chart/interfaces/chart-data-defs-lg.interface.d.ts +0 -11
  347. package/lib/components/spider-chart/interfaces/chart-data-defs-rg.interface.d.ts +0 -10
  348. package/lib/components/spider-chart/interfaces/config.interface.d.ts +0 -19
  349. package/lib/components/spider-chart/interfaces/dataset.interface.d.ts +0 -7
  350. package/lib/components/spider-chart/interfaces/polygon-color.interface.d.ts +0 -4
  351. package/lib/components/spider-chart/interfaces/spider-chart-attribute.interface.d.ts +0 -6
  352. package/lib/components/spider-chart/lookup/default-spider-config.d.ts +0 -2
  353. package/lib/components/spider-chart/lookup/default-spider-config.lookup.d.ts +0 -2
  354. package/lib/components/spider-chart/lookup/demo-polygon-colors.lookup.d.ts +0 -2
  355. package/lib/components/spider-chart/lookup/svg-config.lookup.d.ts +0 -8
  356. package/lib/components/spider-chart/spider-chart.component.d.ts +0 -52
  357. package/lib/enums/direction.enum.d.ts +0 -4
  358. package/lib/enums/form-field-type.d.ts +0 -28
  359. package/lib/enums/local-storage-keys.enum.d.ts +0 -3
  360. package/lib/enums/status-types.d.ts +0 -6
  361. package/lib/model/select-option-template.d.ts +0 -5
  362. package/lib/operations/operations.d.ts +0 -19
  363. package/lib/pipes/array-sort/array.sort.pipe.d.ts +0 -7
  364. package/lib/pipes/count-non-empty-fields/count-non-empty-fields.pipe.d.ts +0 -7
  365. package/lib/pipes/date-localization/date-localization.pipe.d.ts +0 -8
  366. package/lib/pipes/fallback-translate/fallback-translate.pipe.d.ts +0 -11
  367. package/lib/pipes/get-display-value/get-display-value.pipe.d.ts +0 -13
  368. package/lib/pipes/get-multi-select-display-text/get-multi-select-display-text.pipe.d.ts +0 -8
  369. package/lib/pipes/initials/initials.pipe.d.ts +0 -7
  370. package/lib/pipes/round/round.pipe.d.ts +0 -7
  371. package/lib/pipes/update-llm-preference/update-llm-preference.pipe.d.ts +0 -8
  372. package/lib/services/abstract-cache.service.d.ts +0 -9
  373. package/lib/shared/shared/alert-popup/alert-popup.component.d.ts +0 -14
  374. package/lib/shared/shared/message-modal/message-modal.component.d.ts +0 -29
  375. package/lib/shared/shared/status-icon/status-icon.component.d.ts +0 -7
  376. package/lib/shared/shared.module.d.ts +0 -13
  377. package/naniteninja-dashboard-components-lib-1.0.0.tgz +0 -0
  378. package/public-api.d.ts +0 -121
@@ -1,4 +1,4 @@
1
- <svg width="15" height="17" viewBox="0 0 15 17" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M12.0241 5.15521C12.0241 2.78871 10.0661 0.880249 7.65626 0.880249C5.32172 0.880249 3.36372 2.86505 3.36372 5.23154C3.36372 6.60566 3.96618 7.82708 4.94518 8.59046C3.2131 9.27751 1.70695 10.7279 0.953871 12.5601C0.65264 13.3234 0.727948 14.2395 1.17979 14.9266C1.70695 15.6899 2.46002 16.148 3.36372 16.148L9.76828 16.1483C9.08056 15.8159 8.50894 15.2812 8.13073 14.6214L3.43902 14.6212C3.06249 14.6212 2.68595 14.3922 2.53533 14.0868C2.30941 13.7815 2.30941 13.4761 2.46002 13.0944C3.34596 10.999 5.31756 9.56378 7.59433 9.5082C8.11791 9.51924 8.6255 9.60325 9.10761 9.75149C9.66402 9.3231 10.3432 9.04632 11.0833 8.98298C10.8326 8.84211 10.5746 8.71754 10.3112 8.61062C11.3456 7.80909 12.0241 6.54828 12.0241 5.15521ZM4.86987 5.23154C4.86987 3.70477 6.1501 2.40702 7.65626 2.40702C9.16242 2.40702 10.4426 3.70477 10.4426 5.23154C10.4426 6.75834 9.16242 8.05609 7.65626 8.05609C6.1501 8.05609 4.86987 6.75834 4.86987 5.23154Z" fill="#939296"/>
3
- <path d="M13.7604 10.0043V9.86844C13.8449 9.86844 13.9223 9.89824 13.9832 9.95912L13.9835 9.95945C14.0441 10.0204 14.0739 10.0978 14.0739 10.1822V11.1951C14.0739 11.3107 14.0333 11.414 13.9515 11.4958M13.7604 10.0043L13.8554 11.3997M13.7604 10.0043C13.811 10.0043 13.8532 10.0213 13.8871 10.0552L11.4468 15.7247C11.0342 15.7247 10.6458 15.647 10.2831 15.4908C9.92279 15.3357 9.60687 15.1229 9.33644 14.8525C9.06578 14.5818 8.85286 14.2658 8.69773 13.9055C8.54152 13.5429 8.46387 13.1546 8.46387 12.7421C8.46387 12.3298 8.54153 11.9413 8.6977 11.5781L8.69773 11.578C8.85286 11.2177 9.06578 10.9017 9.33644 10.631C9.60687 10.3606 9.92279 10.1478 10.2831 9.99268C10.6459 9.83647 11.0344 9.75882 11.4472 9.75882C11.8751 9.75882 12.2835 9.84742 12.6712 10.0245C12.9565 10.1546 13.215 10.3228 13.4463 10.5288V10.1822C13.4463 10.0975 13.4764 10.02 13.5373 9.95912C13.5984 9.89804 13.6761 9.86804 13.7611 9.86844L13.7604 10.0043ZM13.9515 11.4958L13.8554 11.3997M13.9515 11.4958C13.9516 11.4957 13.9516 11.4956 13.9517 11.4956L13.8554 11.3997M13.9515 11.4958C13.8698 11.5777 13.7665 11.6185 13.6508 11.6185H12.6376C12.5529 11.6185 12.4756 11.5882 12.4148 11.5275C12.3539 11.4665 12.3238 11.3891 12.3238 11.3043C12.3238 11.2196 12.3539 11.1421 12.4152 11.0812C12.476 11.0208 12.5532 10.9909 12.6376 10.9909H13.0103M13.8554 11.3997C13.8004 11.455 13.7322 11.4826 13.6508 11.4826H12.6376C12.5873 11.4826 12.5451 11.4656 12.5109 11.4314C12.4767 11.3972 12.4597 11.3549 12.4597 11.3043C12.4597 11.2538 12.4767 11.2116 12.5109 11.1776C12.5451 11.1437 12.5873 11.1268 12.6376 11.1268H13.1554C13.1083 11.0794 13.06 11.0341 13.0103 10.9909M13.0103 10.9909H13.2111C13.2561 11.0344 13.2999 11.0797 13.3426 11.1268L9.09148 12.7418C9.09171 12.0835 9.31959 11.5295 9.777 11.0719C10.2344 10.6143 10.7884 10.3864 11.4472 10.3864C11.7955 10.3864 12.1213 10.4599 12.426 10.6065L12.4261 10.6065C12.6379 10.7082 12.8326 10.8362 13.0103 10.9909ZM11.4468 15.0971H11.4468C12.002 15.0971 12.4907 14.9239 12.918 14.576C13.3463 14.2273 13.62 13.787 13.7418 13.2508L13.7439 13.2419L13.7442 13.2419C13.7671 13.1653 13.8089 13.0977 13.8737 13.0484C13.9427 12.9955 14.0241 12.9771 14.1079 12.9891C14.2007 13.0016 14.2787 13.0504 14.3261 13.1345C14.3693 13.2111 14.3777 13.2953 14.3556 13.3784C14.2133 14.0625 13.8713 14.6263 13.3319 15.065L13.3319 15.0651C12.791 15.5047 12.1608 15.7246 11.4472 15.7247L11.4468 15.0971ZM11.4468 15.0971C10.7885 15.0973 10.2346 14.8696 9.77698 14.412C9.31936 13.9543 9.09149 13.4003 9.09148 12.7418L11.4468 15.0971ZM11.7606 12.6111V11.1403C11.7606 11.0558 11.7308 10.9784 11.6699 10.9175L11.5739 11.0136M11.7606 12.6111L11.2888 12.8044C11.2755 12.7702 11.2689 12.735 11.2689 12.6987V11.1403C11.2689 11.0897 11.286 11.0475 11.3201 11.0136C11.3543 10.9797 11.3966 10.9626 11.4472 10.9623C11.4977 10.9623 11.5399 10.9794 11.5739 11.0136M11.7606 12.6111V12.6677H11.6251M11.7606 12.6111L11.6251 12.6677M11.5739 11.0136L11.6703 10.9179C11.6095 10.8566 11.5319 10.8265 11.4472 10.8265L11.4465 10.8265C11.3623 10.8269 11.2852 10.8568 11.2244 10.9172C11.1632 10.978 11.133 11.0555 11.133 11.1403V12.6987C11.133 12.752 11.1428 12.8039 11.1622 12.8536C11.1835 12.9085 11.2175 12.9565 11.2595 12.9981M11.5739 11.0136C11.6078 11.0475 11.6248 11.0897 11.6248 11.1403V12.5319H11.6251H11.6814L11.2595 12.9981M11.2597 12.9983L12.3444 14.0831C12.3445 14.0832 12.3445 14.0832 12.3446 14.0833L11.2597 12.9983ZM11.2597 12.9983C11.2596 12.9983 11.2595 12.9982 11.2595 12.9981M11.2597 12.9983L11.2595 12.9981M11.6251 12.6677L12.6928 13.7354C12.726 13.7686 12.7438 13.8095 12.7462 13.8582C12.7483 13.9063 12.7305 13.9494 12.6928 13.9874L11.6251 12.6677Z" fill="#939296" stroke="#939296" stroke-width="0.271717"/>
4
- </svg>
1
+ <svg width="15" height="17" viewBox="0 0 15 17" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12.0241 5.15521C12.0241 2.78871 10.0661 0.880249 7.65626 0.880249C5.32172 0.880249 3.36372 2.86505 3.36372 5.23154C3.36372 6.60566 3.96618 7.82708 4.94518 8.59046C3.2131 9.27751 1.70695 10.7279 0.953871 12.5601C0.65264 13.3234 0.727948 14.2395 1.17979 14.9266C1.70695 15.6899 2.46002 16.148 3.36372 16.148L9.76828 16.1483C9.08056 15.8159 8.50894 15.2812 8.13073 14.6214L3.43902 14.6212C3.06249 14.6212 2.68595 14.3922 2.53533 14.0868C2.30941 13.7815 2.30941 13.4761 2.46002 13.0944C3.34596 10.999 5.31756 9.56378 7.59433 9.5082C8.11791 9.51924 8.6255 9.60325 9.10761 9.75149C9.66402 9.3231 10.3432 9.04632 11.0833 8.98298C10.8326 8.84211 10.5746 8.71754 10.3112 8.61062C11.3456 7.80909 12.0241 6.54828 12.0241 5.15521ZM4.86987 5.23154C4.86987 3.70477 6.1501 2.40702 7.65626 2.40702C9.16242 2.40702 10.4426 3.70477 10.4426 5.23154C10.4426 6.75834 9.16242 8.05609 7.65626 8.05609C6.1501 8.05609 4.86987 6.75834 4.86987 5.23154Z" fill="#939296"/>
3
+ <path d="M13.7604 10.0043V9.86844C13.8449 9.86844 13.9223 9.89824 13.9832 9.95912L13.9835 9.95945C14.0441 10.0204 14.0739 10.0978 14.0739 10.1822V11.1951C14.0739 11.3107 14.0333 11.414 13.9515 11.4958M13.7604 10.0043L13.8554 11.3997M13.7604 10.0043C13.811 10.0043 13.8532 10.0213 13.8871 10.0552L11.4468 15.7247C11.0342 15.7247 10.6458 15.647 10.2831 15.4908C9.92279 15.3357 9.60687 15.1229 9.33644 14.8525C9.06578 14.5818 8.85286 14.2658 8.69773 13.9055C8.54152 13.5429 8.46387 13.1546 8.46387 12.7421C8.46387 12.3298 8.54153 11.9413 8.6977 11.5781L8.69773 11.578C8.85286 11.2177 9.06578 10.9017 9.33644 10.631C9.60687 10.3606 9.92279 10.1478 10.2831 9.99268C10.6459 9.83647 11.0344 9.75882 11.4472 9.75882C11.8751 9.75882 12.2835 9.84742 12.6712 10.0245C12.9565 10.1546 13.215 10.3228 13.4463 10.5288V10.1822C13.4463 10.0975 13.4764 10.02 13.5373 9.95912C13.5984 9.89804 13.6761 9.86804 13.7611 9.86844L13.7604 10.0043ZM13.9515 11.4958L13.8554 11.3997M13.9515 11.4958C13.9516 11.4957 13.9516 11.4956 13.9517 11.4956L13.8554 11.3997M13.9515 11.4958C13.8698 11.5777 13.7665 11.6185 13.6508 11.6185H12.6376C12.5529 11.6185 12.4756 11.5882 12.4148 11.5275C12.3539 11.4665 12.3238 11.3891 12.3238 11.3043C12.3238 11.2196 12.3539 11.1421 12.4152 11.0812C12.476 11.0208 12.5532 10.9909 12.6376 10.9909H13.0103M13.8554 11.3997C13.8004 11.455 13.7322 11.4826 13.6508 11.4826H12.6376C12.5873 11.4826 12.5451 11.4656 12.5109 11.4314C12.4767 11.3972 12.4597 11.3549 12.4597 11.3043C12.4597 11.2538 12.4767 11.2116 12.5109 11.1776C12.5451 11.1437 12.5873 11.1268 12.6376 11.1268H13.1554C13.1083 11.0794 13.06 11.0341 13.0103 10.9909M13.0103 10.9909H13.2111C13.2561 11.0344 13.2999 11.0797 13.3426 11.1268L9.09148 12.7418C9.09171 12.0835 9.31959 11.5295 9.777 11.0719C10.2344 10.6143 10.7884 10.3864 11.4472 10.3864C11.7955 10.3864 12.1213 10.4599 12.426 10.6065L12.4261 10.6065C12.6379 10.7082 12.8326 10.8362 13.0103 10.9909ZM11.4468 15.0971H11.4468C12.002 15.0971 12.4907 14.9239 12.918 14.576C13.3463 14.2273 13.62 13.787 13.7418 13.2508L13.7439 13.2419L13.7442 13.2419C13.7671 13.1653 13.8089 13.0977 13.8737 13.0484C13.9427 12.9955 14.0241 12.9771 14.1079 12.9891C14.2007 13.0016 14.2787 13.0504 14.3261 13.1345C14.3693 13.2111 14.3777 13.2953 14.3556 13.3784C14.2133 14.0625 13.8713 14.6263 13.3319 15.065L13.3319 15.0651C12.791 15.5047 12.1608 15.7246 11.4472 15.7247L11.4468 15.0971ZM11.4468 15.0971C10.7885 15.0973 10.2346 14.8696 9.77698 14.412C9.31936 13.9543 9.09149 13.4003 9.09148 12.7418L11.4468 15.0971ZM11.7606 12.6111V11.1403C11.7606 11.0558 11.7308 10.9784 11.6699 10.9175L11.5739 11.0136M11.7606 12.6111L11.2888 12.8044C11.2755 12.7702 11.2689 12.735 11.2689 12.6987V11.1403C11.2689 11.0897 11.286 11.0475 11.3201 11.0136C11.3543 10.9797 11.3966 10.9626 11.4472 10.9623C11.4977 10.9623 11.5399 10.9794 11.5739 11.0136M11.7606 12.6111V12.6677H11.6251M11.7606 12.6111L11.6251 12.6677M11.5739 11.0136L11.6703 10.9179C11.6095 10.8566 11.5319 10.8265 11.4472 10.8265L11.4465 10.8265C11.3623 10.8269 11.2852 10.8568 11.2244 10.9172C11.1632 10.978 11.133 11.0555 11.133 11.1403V12.6987C11.133 12.752 11.1428 12.8039 11.1622 12.8536C11.1835 12.9085 11.2175 12.9565 11.2595 12.9981M11.5739 11.0136C11.6078 11.0475 11.6248 11.0897 11.6248 11.1403V12.5319H11.6251H11.6814L11.2595 12.9981M11.2597 12.9983L12.3444 14.0831C12.3445 14.0832 12.3445 14.0832 12.3446 14.0833L11.2597 12.9983ZM11.2597 12.9983C11.2596 12.9983 11.2595 12.9982 11.2595 12.9981M11.2597 12.9983L11.2595 12.9981M11.6251 12.6677L12.6928 13.7354C12.726 13.7686 12.7438 13.8095 12.7462 13.8582C12.7483 13.9063 12.7305 13.9494 12.6928 13.9874L11.6251 12.6677Z" fill="#939296" stroke="#939296" stroke-width="0.271717"/>
4
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="19" height="22" viewBox="0 0 19 22" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M8.09638 4.77167C8.09638 5.27254 8.05676 5.72106 7.97752 6.11723C7.90112 6.51058 7.77944 6.84449 7.61248 7.11898C7.44552 7.39347 7.22763 7.60288 6.9588 7.7472C6.68997 7.89152 6.36454 7.96368 5.98252 7.96368C5.50428 7.96368 5.10953 7.83775 4.79825 7.5859C4.48697 7.33122 4.25634 6.96617 4.10636 6.49077C3.95639 6.01253 3.8814 5.4395 3.8814 4.77167C3.8814 4.10384 3.94931 3.53222 4.08514 3.05681C4.2238 2.57858 4.44736 2.21212 4.7558 1.95744C5.06425 1.70275 5.47316 1.57541 5.98252 1.57541C6.46358 1.57541 6.85976 1.70275 7.17103 1.95744C7.48514 2.20929 7.71718 2.57433 7.86716 3.05257C8.01997 3.52797 8.09638 4.10101 8.09638 4.77167ZM4.88739 4.77167C4.88739 5.29518 4.92135 5.73238 4.98926 6.08328C5.06001 6.43417 5.17603 6.69734 5.33733 6.87279C5.49862 7.04541 5.71369 7.13172 5.98252 7.13172C6.25135 7.13172 6.46641 7.04541 6.62771 6.87279C6.78901 6.70017 6.90503 6.43842 6.97578 6.08752C7.04935 5.73663 7.08614 5.29801 7.08614 4.77167C7.08614 4.25098 7.05077 3.8152 6.98002 3.4643C6.90928 3.11341 6.79326 2.85024 6.63196 2.67479C6.47066 2.49651 6.25418 2.40737 5.98252 2.40737C5.71086 2.40737 5.49438 2.49651 5.33308 2.67479C5.17461 2.85024 5.06001 3.11341 4.98926 3.4643C4.92135 3.8152 4.88739 4.25098 4.88739 4.77167ZM10.9785 3.99913C11.3775 3.99913 11.7284 4.07129 12.0312 4.21561C12.3368 4.3571 12.5745 4.56651 12.7443 4.84383C12.9141 5.11832 12.999 5.45506 12.999 5.85406C12.999 6.28985 12.907 6.66621 12.7231 6.98315C12.5392 7.29726 12.2689 7.53921 11.9124 7.70899C11.5558 7.87878 11.1214 7.96368 10.6092 7.96368C10.2838 7.96368 9.9796 7.93538 9.69663 7.87878C9.41648 7.82219 9.17453 7.73729 8.97078 7.6241V6.72423C9.18302 6.84308 9.4377 6.94071 9.73483 7.01711C10.032 7.09068 10.3164 7.12747 10.588 7.12747C10.8766 7.12747 11.1243 7.08502 11.3308 7.00013C11.5374 6.91524 11.6959 6.78507 11.8062 6.60962C11.9194 6.43417 11.976 6.21203 11.976 5.9432C11.976 5.58665 11.8614 5.31216 11.6322 5.11973C11.4058 4.92448 11.0507 4.82685 10.5668 4.82685C10.397 4.82685 10.2159 4.84241 10.0235 4.87354C9.83387 4.90184 9.6754 4.93297 9.54806 4.96692L9.11086 4.708L9.34432 1.67304H12.5703V2.55169H10.223L10.0871 4.09676C10.189 4.07412 10.3107 4.0529 10.4522 4.03309C10.5937 4.01045 10.7691 3.99913 10.9785 3.99913ZM14.2851 7.87878C14.2201 7.87878 14.1705 7.86039 14.1366 7.8236C14.1054 7.78398 14.0899 7.74154 14.0899 7.69626C14.0899 7.65381 14.104 7.61561 14.1323 7.58165C14.1635 7.5477 14.2087 7.53072 14.2682 7.53072H14.7266V3.24782L14.0984 3.28602C14.0474 3.28885 14.0064 3.27471 13.9753 3.24358C13.947 3.21245 13.9328 3.17566 13.9328 3.13322C13.9328 3.09926 13.9427 3.06247 13.9625 3.02285C13.9852 2.98324 14.022 2.96201 14.0729 2.95918L14.8752 2.87853C14.8921 2.8757 14.9077 2.87429 14.9218 2.87429C14.936 2.87146 14.9487 2.87004 14.96 2.87004C15.0761 2.87004 15.1341 2.92523 15.1341 3.03559V5.16642C15.2416 4.95702 15.4185 4.78157 15.6647 4.64008C15.9109 4.49859 16.1797 4.42785 16.4712 4.42785C16.8815 4.42785 17.1828 4.53396 17.3753 4.7462C17.5677 4.9556 17.6639 5.24566 17.6639 5.61636V7.53072H18.1266C18.1832 7.53072 18.2256 7.54911 18.2539 7.5859C18.2822 7.61986 18.2964 7.65806 18.2964 7.70051C18.2964 7.74578 18.2808 7.78681 18.2497 7.8236C18.2214 7.86039 18.1775 7.87878 18.1181 7.87878H16.6537C16.5886 7.87878 16.5391 7.86039 16.5051 7.8236C16.474 7.78398 16.4584 7.74154 16.4584 7.69626C16.4584 7.65381 16.4726 7.61561 16.5009 7.58165C16.532 7.5477 16.5773 7.53072 16.6367 7.53072H17.2564V5.58665C17.2564 5.3348 17.1928 5.13671 17.0654 4.99239C16.9409 4.84807 16.7499 4.77591 16.4924 4.77591C16.2207 4.77591 15.983 4.82826 15.7793 4.93297C15.5755 5.03767 15.4171 5.16642 15.3039 5.31923C15.1907 5.47204 15.1341 5.62202 15.1341 5.76917V7.53072H15.5798C15.6477 7.53072 15.6986 7.54911 15.7326 7.5859C15.7665 7.61986 15.7835 7.65806 15.7835 7.70051C15.7835 7.74578 15.7651 7.78681 15.7283 7.8236C15.6944 7.86039 15.642 7.87878 15.5713 7.87878H14.2851ZM8.09638 11.7717C8.09638 12.2725 8.05676 12.7211 7.97752 13.1172C7.90112 13.5106 7.77944 13.8445 7.61248 14.119C7.44552 14.3935 7.22763 14.6029 6.9588 14.7472C6.68997 14.8915 6.36454 14.9637 5.98252 14.9637C5.50428 14.9637 5.10953 14.8378 4.79825 14.5859C4.48697 14.3312 4.25634 13.9662 4.10636 13.4908C3.95639 13.0125 3.8814 12.4395 3.8814 11.7717C3.8814 11.1038 3.94931 10.5322 4.08514 10.0568C4.2238 9.57858 4.44736 9.21212 4.7558 8.95744C5.06425 8.70275 5.47316 8.57541 5.98252 8.57541C6.46358 8.57541 6.85976 8.70275 7.17103 8.95744C7.48514 9.20929 7.71718 9.57433 7.86716 10.0526C8.01997 10.528 8.09638 11.101 8.09638 11.7717ZM4.88739 11.7717C4.88739 12.2952 4.92135 12.7324 4.98926 13.0833C5.06001 13.4342 5.17603 13.6973 5.33733 13.8728C5.49862 14.0454 5.71369 14.1317 5.98252 14.1317C6.25135 14.1317 6.46641 14.0454 6.62771 13.8728C6.78901 13.7002 6.90503 13.4384 6.97578 13.0875C7.04935 12.7366 7.08614 12.298 7.08614 11.7717C7.08614 11.251 7.05077 10.8152 6.98002 10.4643C6.90928 10.1134 6.79326 9.85024 6.63196 9.67479C6.47066 9.49651 6.25418 9.40737 5.98252 9.40737C5.71086 9.40737 5.49438 9.49651 5.33308 9.67479C5.17461 9.85024 5.06001 10.1134 4.98926 10.4643C4.92135 10.8152 4.88739 11.251 4.88739 11.7717ZM13.2961 13.5162H12.4557V14.8788H11.4709V13.5162H8.64819V12.7607L11.4836 8.65606H12.4557V12.6885H13.2961V13.5162ZM11.4709 12.6885V11.1477C11.4709 11.0204 11.4723 10.8916 11.4752 10.7614C11.4808 10.6284 11.4865 10.5011 11.4921 10.3794C11.4978 10.2577 11.5034 10.1459 11.5091 10.0441C11.5148 9.93937 11.519 9.85307 11.5218 9.78515H11.4879C11.4341 9.89834 11.3747 10.0144 11.3096 10.1332C11.2445 10.2492 11.1752 10.3624 11.1016 10.4728L9.57353 12.6885H11.4709ZM13.9074 14.8788C13.8423 14.8788 13.7928 14.8604 13.7588 14.8236C13.7277 14.784 13.7121 14.7415 13.7121 14.6963C13.7121 14.6538 13.7263 14.6156 13.7546 14.5817C13.7857 14.5477 13.831 14.5307 13.8904 14.5307H14.3488V11.8693L13.8904 11.9627C13.8621 11.9712 13.8338 11.9754 13.8055 11.9754C13.7546 11.9754 13.7135 11.9598 13.6824 11.9287C13.6541 11.8948 13.6399 11.8566 13.6399 11.8141C13.6399 11.7802 13.6498 11.7462 13.6697 11.7122C13.6923 11.6755 13.7291 11.6514 13.78 11.6401L14.4761 11.5C14.5158 11.4943 14.5412 11.4915 14.5526 11.4915C14.6573 11.4915 14.7124 11.5467 14.7181 11.6571L14.7393 12.1664C14.8214 11.9316 14.9332 11.7504 15.0747 11.6231C15.2161 11.4929 15.3774 11.4278 15.5585 11.4278C15.7198 11.4278 15.867 11.483 16 11.5934C16.1358 11.7009 16.2363 11.8707 16.3014 12.1028C16.4004 11.882 16.5278 11.7151 16.6834 11.6019C16.839 11.4859 17.0046 11.4278 17.18 11.4278C17.4036 11.4278 17.5932 11.5255 17.7488 11.7207C17.9044 11.9132 17.9823 12.2117 17.9823 12.6164V14.5307H18.4449C18.5015 14.5307 18.544 14.5491 18.5723 14.5859C18.6006 14.6199 18.6147 14.6581 18.6147 14.7005C18.6147 14.7458 18.5992 14.7868 18.568 14.8236C18.5397 14.8604 18.4959 14.8788 18.4364 14.8788H17.77C17.7049 14.8788 17.6554 14.8604 17.6215 14.8236C17.5903 14.784 17.5748 14.7415 17.5748 14.6963V12.5866C17.5748 12.2923 17.5366 12.0844 17.4602 11.9627C17.3866 11.8382 17.2847 11.7759 17.1546 11.7759C17.0329 11.7759 16.9112 11.8212 16.7895 11.9117C16.6707 11.9995 16.5716 12.1155 16.4924 12.2598C16.4131 12.4013 16.3721 12.5541 16.3693 12.7182V14.5307H16.8702C16.9268 14.5307 16.9692 14.5491 16.9975 14.5859C17.0258 14.6199 17.0399 14.6581 17.0399 14.7005C17.0399 14.7458 17.0244 14.7868 16.9933 14.8236C16.965 14.8604 16.9211 14.8788 16.8617 14.8788H16.157C16.092 14.8788 16.0424 14.8604 16.0085 14.8236C15.9774 14.784 15.9618 14.7415 15.9618 14.6963V12.5866C15.9618 12.2923 15.9193 12.0844 15.8345 11.9627C15.7496 11.8382 15.6434 11.7759 15.5161 11.7759C15.3944 11.7759 15.2756 11.8226 15.1595 11.916C15.0464 12.0065 14.953 12.1254 14.8794 12.2725C14.8058 12.4197 14.7648 12.5767 14.7563 12.7437V14.5307H15.1171C15.185 14.5307 15.2359 14.5491 15.2699 14.5859C15.3039 14.6199 15.3208 14.6581 15.3208 14.7005C15.3208 14.7458 15.3024 14.7868 15.2657 14.8236C15.2317 14.8604 15.1794 14.8788 15.1086 14.8788H13.9074ZM7.85867 17.0908C7.85867 17.3709 7.80208 17.6143 7.68889 17.8209C7.57569 18.0274 7.42006 18.1972 7.22197 18.3302C7.02671 18.4604 6.80033 18.5538 6.54282 18.6104V18.6401C7.03803 18.7023 7.41157 18.858 7.66342 19.107C7.9181 19.356 8.04544 19.6857 8.04544 20.096C8.04544 20.4554 7.95913 20.7766 7.78651 21.0596C7.6139 21.3397 7.34931 21.5604 6.99276 21.7217C6.6362 21.883 6.17777 21.9637 5.61748 21.9637C5.28073 21.9637 4.96804 21.9368 4.6794 21.883C4.39359 21.8293 4.12193 21.743 3.86442 21.6241V20.737C4.12759 20.8671 4.40774 20.9676 4.70487 21.0383C5.00199 21.1091 5.28356 21.1445 5.54956 21.1445C6.06741 21.1445 6.4367 21.0482 6.65743 20.8558C6.87815 20.6606 6.98851 20.3917 6.98851 20.0493C6.98851 19.8286 6.9305 19.6475 6.81448 19.506C6.70129 19.3645 6.52442 19.2584 6.28389 19.1876C6.04619 19.1169 5.73916 19.0815 5.36279 19.0815H4.81523V18.2793H5.36704C5.72642 18.2793 6.01506 18.2368 6.23296 18.1519C6.45085 18.0642 6.6079 17.944 6.70412 17.7911C6.80316 17.6383 6.85268 17.4601 6.85268 17.2563C6.85268 16.9903 6.76637 16.7837 6.59375 16.6366C6.42114 16.4866 6.16504 16.4116 5.82547 16.4116C5.61606 16.4116 5.42505 16.4357 5.25243 16.4838C5.08264 16.5319 4.92559 16.5927 4.78127 16.6663C4.63695 16.7399 4.49971 16.8191 4.36954 16.904L3.88989 16.2121C4.12476 16.0367 4.40491 15.8881 4.73033 15.7664C5.05576 15.6447 5.43495 15.5839 5.86791 15.5839C6.50462 15.5839 6.99559 15.7211 7.34082 15.9956C7.68606 16.2673 7.85867 16.6323 7.85867 17.0908ZM10.9785 17.9991C11.3775 17.9991 11.7284 18.0713 12.0312 18.2156C12.3368 18.3571 12.5745 18.5665 12.7443 18.8438C12.9141 19.1183 12.999 19.4551 12.999 19.8541C12.999 20.2899 12.907 20.6662 12.7231 20.9832C12.5392 21.2973 12.2689 21.5392 11.9124 21.709C11.5558 21.8788 11.1214 21.9637 10.6092 21.9637C10.2838 21.9637 9.9796 21.9354 9.69663 21.8788C9.41648 21.8222 9.17453 21.7373 8.97078 21.6241V20.7242C9.18302 20.8431 9.4377 20.9407 9.73483 21.0171C10.032 21.0907 10.3164 21.1275 10.588 21.1275C10.8766 21.1275 11.1243 21.085 11.3308 21.0001C11.5374 20.9152 11.6959 20.7851 11.8062 20.6096C11.9194 20.4342 11.976 20.212 11.976 19.9432C11.976 19.5866 11.8614 19.3122 11.6322 19.1197C11.4058 18.9245 11.0507 18.8268 10.5668 18.8268C10.397 18.8268 10.2159 18.8424 10.0235 18.8735C9.83387 18.9018 9.6754 18.933 9.54806 18.9669L9.11086 18.708L9.34432 15.673H12.5703V16.5517H10.223L10.0871 18.0968C10.189 18.0741 10.3107 18.0529 10.4522 18.0331C10.5937 18.0105 10.7691 17.9991 10.9785 17.9991ZM16.2207 21.9509C15.9774 21.9509 15.7382 21.9142 15.5034 21.8406C15.2713 21.767 15.0718 21.6354 14.9049 21.4458V21.7005C14.9049 21.7628 14.8893 21.808 14.8582 21.8363C14.827 21.8646 14.7917 21.8788 14.7521 21.8788C14.7096 21.8788 14.67 21.8646 14.6332 21.8363C14.5992 21.8052 14.5823 21.7642 14.5823 21.7132V20.7539C14.5823 20.6747 14.5992 20.6181 14.6332 20.5842C14.67 20.5502 14.7068 20.5332 14.7436 20.5332C14.7832 20.5332 14.8186 20.5459 14.8497 20.5714C14.8808 20.5941 14.8964 20.6549 14.8964 20.7539C14.8964 20.9152 14.953 21.0596 15.0662 21.1869C15.1822 21.3142 15.3378 21.4161 15.5331 21.4925C15.7312 21.5661 15.9519 21.6029 16.1953 21.6029C16.5122 21.6029 16.757 21.5534 16.9296 21.4543C17.105 21.3553 17.1928 21.201 17.1928 20.9916C17.1928 20.8558 17.1574 20.7426 17.0866 20.6521C17.0159 20.5587 16.8843 20.4936 16.6919 20.4568L15.5628 20.2361C15.2968 20.1851 15.0817 20.0946 14.9176 19.9644C14.7535 19.8314 14.6714 19.6404 14.6714 19.3914C14.6714 19.1367 14.7393 18.94 14.8752 18.8014C15.011 18.6627 15.1836 18.5665 15.393 18.5127C15.6024 18.4561 15.8175 18.4278 16.0382 18.4278C16.2816 18.4278 16.5178 18.4646 16.7471 18.5382C16.9763 18.6118 17.1347 18.7052 17.2225 18.8184V18.6613C17.2196 18.5906 17.2366 18.5382 17.2734 18.5043C17.313 18.4675 17.3555 18.4491 17.4007 18.4491C17.446 18.4491 17.4856 18.466 17.5196 18.5C17.5564 18.534 17.5748 18.5863 17.5748 18.6571V19.5102C17.5606 19.6149 17.5012 19.6673 17.3965 19.6673C17.3229 19.6673 17.2762 19.6376 17.2564 19.5782C17.2394 19.5187 17.2295 19.4282 17.2267 19.3065C17.1475 19.1197 16.9975 18.9853 16.7768 18.9033C16.5589 18.8184 16.3028 18.7759 16.0085 18.7759C15.7595 18.7759 15.5472 18.8155 15.3718 18.8948C15.1963 18.9712 15.1086 19.1155 15.1086 19.3277C15.1086 19.4494 15.1454 19.5527 15.219 19.6376C15.2925 19.7196 15.4355 19.7847 15.6477 19.8328L16.7471 20.0536C16.9933 20.1017 17.197 20.1936 17.3583 20.3295C17.5224 20.4625 17.6045 20.6846 17.6045 20.9959C17.6045 21.3241 17.4743 21.5661 17.214 21.7217C16.9536 21.8745 16.6225 21.9509 16.2207 21.9509Z" fill="#939296"/>
3
- </svg>
1
+ <svg width="19" height="22" viewBox="0 0 19 22" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8.09638 4.77167C8.09638 5.27254 8.05676 5.72106 7.97752 6.11723C7.90112 6.51058 7.77944 6.84449 7.61248 7.11898C7.44552 7.39347 7.22763 7.60288 6.9588 7.7472C6.68997 7.89152 6.36454 7.96368 5.98252 7.96368C5.50428 7.96368 5.10953 7.83775 4.79825 7.5859C4.48697 7.33122 4.25634 6.96617 4.10636 6.49077C3.95639 6.01253 3.8814 5.4395 3.8814 4.77167C3.8814 4.10384 3.94931 3.53222 4.08514 3.05681C4.2238 2.57858 4.44736 2.21212 4.7558 1.95744C5.06425 1.70275 5.47316 1.57541 5.98252 1.57541C6.46358 1.57541 6.85976 1.70275 7.17103 1.95744C7.48514 2.20929 7.71718 2.57433 7.86716 3.05257C8.01997 3.52797 8.09638 4.10101 8.09638 4.77167ZM4.88739 4.77167C4.88739 5.29518 4.92135 5.73238 4.98926 6.08328C5.06001 6.43417 5.17603 6.69734 5.33733 6.87279C5.49862 7.04541 5.71369 7.13172 5.98252 7.13172C6.25135 7.13172 6.46641 7.04541 6.62771 6.87279C6.78901 6.70017 6.90503 6.43842 6.97578 6.08752C7.04935 5.73663 7.08614 5.29801 7.08614 4.77167C7.08614 4.25098 7.05077 3.8152 6.98002 3.4643C6.90928 3.11341 6.79326 2.85024 6.63196 2.67479C6.47066 2.49651 6.25418 2.40737 5.98252 2.40737C5.71086 2.40737 5.49438 2.49651 5.33308 2.67479C5.17461 2.85024 5.06001 3.11341 4.98926 3.4643C4.92135 3.8152 4.88739 4.25098 4.88739 4.77167ZM10.9785 3.99913C11.3775 3.99913 11.7284 4.07129 12.0312 4.21561C12.3368 4.3571 12.5745 4.56651 12.7443 4.84383C12.9141 5.11832 12.999 5.45506 12.999 5.85406C12.999 6.28985 12.907 6.66621 12.7231 6.98315C12.5392 7.29726 12.2689 7.53921 11.9124 7.70899C11.5558 7.87878 11.1214 7.96368 10.6092 7.96368C10.2838 7.96368 9.9796 7.93538 9.69663 7.87878C9.41648 7.82219 9.17453 7.73729 8.97078 7.6241V6.72423C9.18302 6.84308 9.4377 6.94071 9.73483 7.01711C10.032 7.09068 10.3164 7.12747 10.588 7.12747C10.8766 7.12747 11.1243 7.08502 11.3308 7.00013C11.5374 6.91524 11.6959 6.78507 11.8062 6.60962C11.9194 6.43417 11.976 6.21203 11.976 5.9432C11.976 5.58665 11.8614 5.31216 11.6322 5.11973C11.4058 4.92448 11.0507 4.82685 10.5668 4.82685C10.397 4.82685 10.2159 4.84241 10.0235 4.87354C9.83387 4.90184 9.6754 4.93297 9.54806 4.96692L9.11086 4.708L9.34432 1.67304H12.5703V2.55169H10.223L10.0871 4.09676C10.189 4.07412 10.3107 4.0529 10.4522 4.03309C10.5937 4.01045 10.7691 3.99913 10.9785 3.99913ZM14.2851 7.87878C14.2201 7.87878 14.1705 7.86039 14.1366 7.8236C14.1054 7.78398 14.0899 7.74154 14.0899 7.69626C14.0899 7.65381 14.104 7.61561 14.1323 7.58165C14.1635 7.5477 14.2087 7.53072 14.2682 7.53072H14.7266V3.24782L14.0984 3.28602C14.0474 3.28885 14.0064 3.27471 13.9753 3.24358C13.947 3.21245 13.9328 3.17566 13.9328 3.13322C13.9328 3.09926 13.9427 3.06247 13.9625 3.02285C13.9852 2.98324 14.022 2.96201 14.0729 2.95918L14.8752 2.87853C14.8921 2.8757 14.9077 2.87429 14.9218 2.87429C14.936 2.87146 14.9487 2.87004 14.96 2.87004C15.0761 2.87004 15.1341 2.92523 15.1341 3.03559V5.16642C15.2416 4.95702 15.4185 4.78157 15.6647 4.64008C15.9109 4.49859 16.1797 4.42785 16.4712 4.42785C16.8815 4.42785 17.1828 4.53396 17.3753 4.7462C17.5677 4.9556 17.6639 5.24566 17.6639 5.61636V7.53072H18.1266C18.1832 7.53072 18.2256 7.54911 18.2539 7.5859C18.2822 7.61986 18.2964 7.65806 18.2964 7.70051C18.2964 7.74578 18.2808 7.78681 18.2497 7.8236C18.2214 7.86039 18.1775 7.87878 18.1181 7.87878H16.6537C16.5886 7.87878 16.5391 7.86039 16.5051 7.8236C16.474 7.78398 16.4584 7.74154 16.4584 7.69626C16.4584 7.65381 16.4726 7.61561 16.5009 7.58165C16.532 7.5477 16.5773 7.53072 16.6367 7.53072H17.2564V5.58665C17.2564 5.3348 17.1928 5.13671 17.0654 4.99239C16.9409 4.84807 16.7499 4.77591 16.4924 4.77591C16.2207 4.77591 15.983 4.82826 15.7793 4.93297C15.5755 5.03767 15.4171 5.16642 15.3039 5.31923C15.1907 5.47204 15.1341 5.62202 15.1341 5.76917V7.53072H15.5798C15.6477 7.53072 15.6986 7.54911 15.7326 7.5859C15.7665 7.61986 15.7835 7.65806 15.7835 7.70051C15.7835 7.74578 15.7651 7.78681 15.7283 7.8236C15.6944 7.86039 15.642 7.87878 15.5713 7.87878H14.2851ZM8.09638 11.7717C8.09638 12.2725 8.05676 12.7211 7.97752 13.1172C7.90112 13.5106 7.77944 13.8445 7.61248 14.119C7.44552 14.3935 7.22763 14.6029 6.9588 14.7472C6.68997 14.8915 6.36454 14.9637 5.98252 14.9637C5.50428 14.9637 5.10953 14.8378 4.79825 14.5859C4.48697 14.3312 4.25634 13.9662 4.10636 13.4908C3.95639 13.0125 3.8814 12.4395 3.8814 11.7717C3.8814 11.1038 3.94931 10.5322 4.08514 10.0568C4.2238 9.57858 4.44736 9.21212 4.7558 8.95744C5.06425 8.70275 5.47316 8.57541 5.98252 8.57541C6.46358 8.57541 6.85976 8.70275 7.17103 8.95744C7.48514 9.20929 7.71718 9.57433 7.86716 10.0526C8.01997 10.528 8.09638 11.101 8.09638 11.7717ZM4.88739 11.7717C4.88739 12.2952 4.92135 12.7324 4.98926 13.0833C5.06001 13.4342 5.17603 13.6973 5.33733 13.8728C5.49862 14.0454 5.71369 14.1317 5.98252 14.1317C6.25135 14.1317 6.46641 14.0454 6.62771 13.8728C6.78901 13.7002 6.90503 13.4384 6.97578 13.0875C7.04935 12.7366 7.08614 12.298 7.08614 11.7717C7.08614 11.251 7.05077 10.8152 6.98002 10.4643C6.90928 10.1134 6.79326 9.85024 6.63196 9.67479C6.47066 9.49651 6.25418 9.40737 5.98252 9.40737C5.71086 9.40737 5.49438 9.49651 5.33308 9.67479C5.17461 9.85024 5.06001 10.1134 4.98926 10.4643C4.92135 10.8152 4.88739 11.251 4.88739 11.7717ZM13.2961 13.5162H12.4557V14.8788H11.4709V13.5162H8.64819V12.7607L11.4836 8.65606H12.4557V12.6885H13.2961V13.5162ZM11.4709 12.6885V11.1477C11.4709 11.0204 11.4723 10.8916 11.4752 10.7614C11.4808 10.6284 11.4865 10.5011 11.4921 10.3794C11.4978 10.2577 11.5034 10.1459 11.5091 10.0441C11.5148 9.93937 11.519 9.85307 11.5218 9.78515H11.4879C11.4341 9.89834 11.3747 10.0144 11.3096 10.1332C11.2445 10.2492 11.1752 10.3624 11.1016 10.4728L9.57353 12.6885H11.4709ZM13.9074 14.8788C13.8423 14.8788 13.7928 14.8604 13.7588 14.8236C13.7277 14.784 13.7121 14.7415 13.7121 14.6963C13.7121 14.6538 13.7263 14.6156 13.7546 14.5817C13.7857 14.5477 13.831 14.5307 13.8904 14.5307H14.3488V11.8693L13.8904 11.9627C13.8621 11.9712 13.8338 11.9754 13.8055 11.9754C13.7546 11.9754 13.7135 11.9598 13.6824 11.9287C13.6541 11.8948 13.6399 11.8566 13.6399 11.8141C13.6399 11.7802 13.6498 11.7462 13.6697 11.7122C13.6923 11.6755 13.7291 11.6514 13.78 11.6401L14.4761 11.5C14.5158 11.4943 14.5412 11.4915 14.5526 11.4915C14.6573 11.4915 14.7124 11.5467 14.7181 11.6571L14.7393 12.1664C14.8214 11.9316 14.9332 11.7504 15.0747 11.6231C15.2161 11.4929 15.3774 11.4278 15.5585 11.4278C15.7198 11.4278 15.867 11.483 16 11.5934C16.1358 11.7009 16.2363 11.8707 16.3014 12.1028C16.4004 11.882 16.5278 11.7151 16.6834 11.6019C16.839 11.4859 17.0046 11.4278 17.18 11.4278C17.4036 11.4278 17.5932 11.5255 17.7488 11.7207C17.9044 11.9132 17.9823 12.2117 17.9823 12.6164V14.5307H18.4449C18.5015 14.5307 18.544 14.5491 18.5723 14.5859C18.6006 14.6199 18.6147 14.6581 18.6147 14.7005C18.6147 14.7458 18.5992 14.7868 18.568 14.8236C18.5397 14.8604 18.4959 14.8788 18.4364 14.8788H17.77C17.7049 14.8788 17.6554 14.8604 17.6215 14.8236C17.5903 14.784 17.5748 14.7415 17.5748 14.6963V12.5866C17.5748 12.2923 17.5366 12.0844 17.4602 11.9627C17.3866 11.8382 17.2847 11.7759 17.1546 11.7759C17.0329 11.7759 16.9112 11.8212 16.7895 11.9117C16.6707 11.9995 16.5716 12.1155 16.4924 12.2598C16.4131 12.4013 16.3721 12.5541 16.3693 12.7182V14.5307H16.8702C16.9268 14.5307 16.9692 14.5491 16.9975 14.5859C17.0258 14.6199 17.0399 14.6581 17.0399 14.7005C17.0399 14.7458 17.0244 14.7868 16.9933 14.8236C16.965 14.8604 16.9211 14.8788 16.8617 14.8788H16.157C16.092 14.8788 16.0424 14.8604 16.0085 14.8236C15.9774 14.784 15.9618 14.7415 15.9618 14.6963V12.5866C15.9618 12.2923 15.9193 12.0844 15.8345 11.9627C15.7496 11.8382 15.6434 11.7759 15.5161 11.7759C15.3944 11.7759 15.2756 11.8226 15.1595 11.916C15.0464 12.0065 14.953 12.1254 14.8794 12.2725C14.8058 12.4197 14.7648 12.5767 14.7563 12.7437V14.5307H15.1171C15.185 14.5307 15.2359 14.5491 15.2699 14.5859C15.3039 14.6199 15.3208 14.6581 15.3208 14.7005C15.3208 14.7458 15.3024 14.7868 15.2657 14.8236C15.2317 14.8604 15.1794 14.8788 15.1086 14.8788H13.9074ZM7.85867 17.0908C7.85867 17.3709 7.80208 17.6143 7.68889 17.8209C7.57569 18.0274 7.42006 18.1972 7.22197 18.3302C7.02671 18.4604 6.80033 18.5538 6.54282 18.6104V18.6401C7.03803 18.7023 7.41157 18.858 7.66342 19.107C7.9181 19.356 8.04544 19.6857 8.04544 20.096C8.04544 20.4554 7.95913 20.7766 7.78651 21.0596C7.6139 21.3397 7.34931 21.5604 6.99276 21.7217C6.6362 21.883 6.17777 21.9637 5.61748 21.9637C5.28073 21.9637 4.96804 21.9368 4.6794 21.883C4.39359 21.8293 4.12193 21.743 3.86442 21.6241V20.737C4.12759 20.8671 4.40774 20.9676 4.70487 21.0383C5.00199 21.1091 5.28356 21.1445 5.54956 21.1445C6.06741 21.1445 6.4367 21.0482 6.65743 20.8558C6.87815 20.6606 6.98851 20.3917 6.98851 20.0493C6.98851 19.8286 6.9305 19.6475 6.81448 19.506C6.70129 19.3645 6.52442 19.2584 6.28389 19.1876C6.04619 19.1169 5.73916 19.0815 5.36279 19.0815H4.81523V18.2793H5.36704C5.72642 18.2793 6.01506 18.2368 6.23296 18.1519C6.45085 18.0642 6.6079 17.944 6.70412 17.7911C6.80316 17.6383 6.85268 17.4601 6.85268 17.2563C6.85268 16.9903 6.76637 16.7837 6.59375 16.6366C6.42114 16.4866 6.16504 16.4116 5.82547 16.4116C5.61606 16.4116 5.42505 16.4357 5.25243 16.4838C5.08264 16.5319 4.92559 16.5927 4.78127 16.6663C4.63695 16.7399 4.49971 16.8191 4.36954 16.904L3.88989 16.2121C4.12476 16.0367 4.40491 15.8881 4.73033 15.7664C5.05576 15.6447 5.43495 15.5839 5.86791 15.5839C6.50462 15.5839 6.99559 15.7211 7.34082 15.9956C7.68606 16.2673 7.85867 16.6323 7.85867 17.0908ZM10.9785 17.9991C11.3775 17.9991 11.7284 18.0713 12.0312 18.2156C12.3368 18.3571 12.5745 18.5665 12.7443 18.8438C12.9141 19.1183 12.999 19.4551 12.999 19.8541C12.999 20.2899 12.907 20.6662 12.7231 20.9832C12.5392 21.2973 12.2689 21.5392 11.9124 21.709C11.5558 21.8788 11.1214 21.9637 10.6092 21.9637C10.2838 21.9637 9.9796 21.9354 9.69663 21.8788C9.41648 21.8222 9.17453 21.7373 8.97078 21.6241V20.7242C9.18302 20.8431 9.4377 20.9407 9.73483 21.0171C10.032 21.0907 10.3164 21.1275 10.588 21.1275C10.8766 21.1275 11.1243 21.085 11.3308 21.0001C11.5374 20.9152 11.6959 20.7851 11.8062 20.6096C11.9194 20.4342 11.976 20.212 11.976 19.9432C11.976 19.5866 11.8614 19.3122 11.6322 19.1197C11.4058 18.9245 11.0507 18.8268 10.5668 18.8268C10.397 18.8268 10.2159 18.8424 10.0235 18.8735C9.83387 18.9018 9.6754 18.933 9.54806 18.9669L9.11086 18.708L9.34432 15.673H12.5703V16.5517H10.223L10.0871 18.0968C10.189 18.0741 10.3107 18.0529 10.4522 18.0331C10.5937 18.0105 10.7691 17.9991 10.9785 17.9991ZM16.2207 21.9509C15.9774 21.9509 15.7382 21.9142 15.5034 21.8406C15.2713 21.767 15.0718 21.6354 14.9049 21.4458V21.7005C14.9049 21.7628 14.8893 21.808 14.8582 21.8363C14.827 21.8646 14.7917 21.8788 14.7521 21.8788C14.7096 21.8788 14.67 21.8646 14.6332 21.8363C14.5992 21.8052 14.5823 21.7642 14.5823 21.7132V20.7539C14.5823 20.6747 14.5992 20.6181 14.6332 20.5842C14.67 20.5502 14.7068 20.5332 14.7436 20.5332C14.7832 20.5332 14.8186 20.5459 14.8497 20.5714C14.8808 20.5941 14.8964 20.6549 14.8964 20.7539C14.8964 20.9152 14.953 21.0596 15.0662 21.1869C15.1822 21.3142 15.3378 21.4161 15.5331 21.4925C15.7312 21.5661 15.9519 21.6029 16.1953 21.6029C16.5122 21.6029 16.757 21.5534 16.9296 21.4543C17.105 21.3553 17.1928 21.201 17.1928 20.9916C17.1928 20.8558 17.1574 20.7426 17.0866 20.6521C17.0159 20.5587 16.8843 20.4936 16.6919 20.4568L15.5628 20.2361C15.2968 20.1851 15.0817 20.0946 14.9176 19.9644C14.7535 19.8314 14.6714 19.6404 14.6714 19.3914C14.6714 19.1367 14.7393 18.94 14.8752 18.8014C15.011 18.6627 15.1836 18.5665 15.393 18.5127C15.6024 18.4561 15.8175 18.4278 16.0382 18.4278C16.2816 18.4278 16.5178 18.4646 16.7471 18.5382C16.9763 18.6118 17.1347 18.7052 17.2225 18.8184V18.6613C17.2196 18.5906 17.2366 18.5382 17.2734 18.5043C17.313 18.4675 17.3555 18.4491 17.4007 18.4491C17.446 18.4491 17.4856 18.466 17.5196 18.5C17.5564 18.534 17.5748 18.5863 17.5748 18.6571V19.5102C17.5606 19.6149 17.5012 19.6673 17.3965 19.6673C17.3229 19.6673 17.2762 19.6376 17.2564 19.5782C17.2394 19.5187 17.2295 19.4282 17.2267 19.3065C17.1475 19.1197 16.9975 18.9853 16.7768 18.9033C16.5589 18.8184 16.3028 18.7759 16.0085 18.7759C15.7595 18.7759 15.5472 18.8155 15.3718 18.8948C15.1963 18.9712 15.1086 19.1155 15.1086 19.3277C15.1086 19.4494 15.1454 19.5527 15.219 19.6376C15.2925 19.7196 15.4355 19.7847 15.6477 19.8328L16.7471 20.0536C16.9933 20.1017 17.197 20.1936 17.3583 20.3295C17.5224 20.4625 17.6045 20.6846 17.6045 20.9959C17.6045 21.3241 17.4743 21.5661 17.214 21.7217C16.9536 21.8745 16.6225 21.9509 16.2207 21.9509Z" fill="#939296"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M15.0166 11.0883C14.4258 11.088 13.8518 11.2844 13.385 11.6464L11.4543 10.1426C11.6 9.80849 11.6751 9.44783 11.6748 9.08329C11.6748 9.02147 11.6748 8.95964 11.6682 8.89866L12.7734 8.53023C13.1231 9.06954 13.6554 9.46481 14.2728 9.64364C14.8901 9.82247 15.5513 9.77289 16.1351 9.50398C16.7188 9.23507 17.1862 8.76483 17.4515 8.1794C17.7169 7.59397 17.7624 6.93254 17.5798 6.31628C17.3972 5.70002 16.9987 5.17017 16.4572 4.8238C15.9158 4.47743 15.2677 4.33773 14.6316 4.43028C13.9956 4.52283 13.4142 4.84144 12.9939 5.32774C12.5736 5.81405 12.3426 6.43549 12.3432 7.07824C12.3432 7.14007 12.3432 7.20189 12.3499 7.26288L11.2446 7.6313C11.0023 7.25672 10.6701 6.94873 10.2783 6.73539C9.88651 6.52206 9.44756 6.41016 9.00144 6.4099C8.85393 6.41021 8.70669 6.4225 8.56117 6.44666L7.98973 5.15674C8.48315 4.7625 8.82106 4.20629 8.94356 3.5867C9.06606 2.96711 8.96525 2.32415 8.65898 1.7718C8.35272 1.21944 7.86078 0.793348 7.27037 0.569047C6.67996 0.344745 6.0292 0.336719 5.43344 0.54639C4.83767 0.756061 4.33538 1.16989 4.01558 1.71452C3.69579 2.25916 3.57914 2.89943 3.68633 3.52185C3.79351 4.14427 4.11759 4.70865 4.60114 5.11495C5.08469 5.52125 5.69647 5.74323 6.32805 5.74155C6.47556 5.74124 6.62281 5.72895 6.76833 5.70479L7.33976 6.99136C6.85518 7.37489 6.51884 7.91483 6.38825 8.51887C6.25766 9.12292 6.34092 9.75357 6.6238 10.303L4.47589 12.2112C3.93535 11.8468 3.28047 11.692 2.63399 11.7759C1.9875 11.8598 1.39382 12.1766 0.9642 12.6669C0.534584 13.1572 0.298537 13.7874 0.300303 14.4393C0.302069 15.0912 0.541528 15.7201 0.973794 16.208C1.40606 16.696 2.00146 17.0096 2.64838 17.09C3.29531 17.1704 3.94935 17.0121 4.4879 16.6447C5.02646 16.2774 5.41257 15.7263 5.57384 15.0946C5.73512 14.463 5.6605 13.7942 5.36396 13.2137L7.51186 11.3055C7.97692 11.6187 8.52887 11.7772 9.08921 11.7586C9.64956 11.74 10.1898 11.5452 10.633 11.202L12.5637 12.7057C12.4184 13.0388 12.3434 13.3983 12.3432 13.7617C12.3432 14.2905 12.5 14.8073 12.7937 15.247C13.0875 15.6866 13.505 16.0293 13.9935 16.2316C14.482 16.434 15.0195 16.4869 15.5381 16.3837C16.0567 16.2806 16.5331 16.026 16.9069 15.6521C17.2808 15.2782 17.5354 14.8019 17.6386 14.2833C17.7417 13.7647 17.6888 13.2272 17.4865 12.7387C17.2841 12.2502 16.9415 11.8326 16.5018 11.5389C16.0622 11.2451 15.5453 11.0883 15.0166 11.0883ZM15.0166 5.74155C15.2809 5.74155 15.5394 5.81994 15.7592 5.96682C15.979 6.1137 16.1503 6.32246 16.2515 6.56671C16.3527 6.81096 16.3792 7.07973 16.3276 7.33902C16.276 7.59831 16.1487 7.83649 15.9618 8.02343C15.7748 8.21037 15.5366 8.33768 15.2773 8.38926C15.0181 8.44083 14.7493 8.41436 14.505 8.31319C14.2608 8.21202 14.052 8.04069 13.9052 7.82087C13.7583 7.60105 13.6799 7.34262 13.6799 7.07824C13.6799 6.72373 13.8207 6.38374 14.0714 6.13306C14.3221 5.88238 14.6621 5.74155 15.0166 5.74155ZM4.99136 3.06816C4.99136 2.80378 5.06975 2.54535 5.21663 2.32553C5.36351 2.10571 5.57227 1.93438 5.81652 1.83321C6.06077 1.73204 6.32953 1.70557 6.58883 1.75715C6.84812 1.80872 7.0863 1.93603 7.27324 2.12297C7.46018 2.30991 7.58749 2.54809 7.63906 2.80738C7.69064 3.06667 7.66417 3.33544 7.563 3.57969C7.46183 3.82394 7.2905 4.0327 7.07068 4.17958C6.85086 4.32646 6.59242 4.40485 6.32805 4.40485C5.97354 4.40485 5.63354 4.26402 5.38287 4.01334C5.13219 3.76266 4.99136 3.42267 4.99136 3.06816ZM2.98631 15.7668C2.72194 15.7668 2.4635 15.6884 2.24368 15.5415C2.02387 15.3946 1.85254 15.1859 1.75137 14.9416C1.6502 14.6974 1.62372 14.4286 1.6753 14.1693C1.72688 13.91 1.85419 13.6718 2.04113 13.4849C2.22807 13.2979 2.46624 13.1706 2.72554 13.1191C2.98483 13.0675 3.2536 13.094 3.49784 13.1951C3.74209 13.2963 3.95086 13.4676 4.09773 13.6874C4.24461 13.9073 4.32301 14.1657 4.32301 14.4301C4.32301 14.7846 4.18218 15.1246 3.9315 15.3753C3.68082 15.6259 3.34083 15.7668 2.98631 15.7668ZM15.0166 15.0984C14.7522 15.0984 14.4938 15.02 14.2739 14.8731C14.0541 14.7263 13.8828 14.5175 13.7816 14.2733C13.6805 14.029 13.654 13.7602 13.7056 13.5009C13.7571 13.2417 13.8844 13.0035 14.0714 12.8165C14.2583 12.6296 14.4965 12.5023 14.7558 12.4507C15.0151 12.3991 15.2839 12.4256 15.5281 12.5268C15.7724 12.6279 15.9811 12.7993 16.128 13.0191C16.2749 13.2389 16.3533 13.4973 16.3533 13.7617C16.3533 14.1162 16.2124 14.4562 15.9618 14.7069C15.7111 14.9576 15.3711 15.0984 15.0166 15.0984Z" fill="#939296"/>
3
- </svg>
1
+ <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15.0166 11.0883C14.4258 11.088 13.8518 11.2844 13.385 11.6464L11.4543 10.1426C11.6 9.80849 11.6751 9.44783 11.6748 9.08329C11.6748 9.02147 11.6748 8.95964 11.6682 8.89866L12.7734 8.53023C13.1231 9.06954 13.6554 9.46481 14.2728 9.64364C14.8901 9.82247 15.5513 9.77289 16.1351 9.50398C16.7188 9.23507 17.1862 8.76483 17.4515 8.1794C17.7169 7.59397 17.7624 6.93254 17.5798 6.31628C17.3972 5.70002 16.9987 5.17017 16.4572 4.8238C15.9158 4.47743 15.2677 4.33773 14.6316 4.43028C13.9956 4.52283 13.4142 4.84144 12.9939 5.32774C12.5736 5.81405 12.3426 6.43549 12.3432 7.07824C12.3432 7.14007 12.3432 7.20189 12.3499 7.26288L11.2446 7.6313C11.0023 7.25672 10.6701 6.94873 10.2783 6.73539C9.88651 6.52206 9.44756 6.41016 9.00144 6.4099C8.85393 6.41021 8.70669 6.4225 8.56117 6.44666L7.98973 5.15674C8.48315 4.7625 8.82106 4.20629 8.94356 3.5867C9.06606 2.96711 8.96525 2.32415 8.65898 1.7718C8.35272 1.21944 7.86078 0.793348 7.27037 0.569047C6.67996 0.344745 6.0292 0.336719 5.43344 0.54639C4.83767 0.756061 4.33538 1.16989 4.01558 1.71452C3.69579 2.25916 3.57914 2.89943 3.68633 3.52185C3.79351 4.14427 4.11759 4.70865 4.60114 5.11495C5.08469 5.52125 5.69647 5.74323 6.32805 5.74155C6.47556 5.74124 6.62281 5.72895 6.76833 5.70479L7.33976 6.99136C6.85518 7.37489 6.51884 7.91483 6.38825 8.51887C6.25766 9.12292 6.34092 9.75357 6.6238 10.303L4.47589 12.2112C3.93535 11.8468 3.28047 11.692 2.63399 11.7759C1.9875 11.8598 1.39382 12.1766 0.9642 12.6669C0.534584 13.1572 0.298537 13.7874 0.300303 14.4393C0.302069 15.0912 0.541528 15.7201 0.973794 16.208C1.40606 16.696 2.00146 17.0096 2.64838 17.09C3.29531 17.1704 3.94935 17.0121 4.4879 16.6447C5.02646 16.2774 5.41257 15.7263 5.57384 15.0946C5.73512 14.463 5.6605 13.7942 5.36396 13.2137L7.51186 11.3055C7.97692 11.6187 8.52887 11.7772 9.08921 11.7586C9.64956 11.74 10.1898 11.5452 10.633 11.202L12.5637 12.7057C12.4184 13.0388 12.3434 13.3983 12.3432 13.7617C12.3432 14.2905 12.5 14.8073 12.7937 15.247C13.0875 15.6866 13.505 16.0293 13.9935 16.2316C14.482 16.434 15.0195 16.4869 15.5381 16.3837C16.0567 16.2806 16.5331 16.026 16.9069 15.6521C17.2808 15.2782 17.5354 14.8019 17.6386 14.2833C17.7417 13.7647 17.6888 13.2272 17.4865 12.7387C17.2841 12.2502 16.9415 11.8326 16.5018 11.5389C16.0622 11.2451 15.5453 11.0883 15.0166 11.0883ZM15.0166 5.74155C15.2809 5.74155 15.5394 5.81994 15.7592 5.96682C15.979 6.1137 16.1503 6.32246 16.2515 6.56671C16.3527 6.81096 16.3792 7.07973 16.3276 7.33902C16.276 7.59831 16.1487 7.83649 15.9618 8.02343C15.7748 8.21037 15.5366 8.33768 15.2773 8.38926C15.0181 8.44083 14.7493 8.41436 14.505 8.31319C14.2608 8.21202 14.052 8.04069 13.9052 7.82087C13.7583 7.60105 13.6799 7.34262 13.6799 7.07824C13.6799 6.72373 13.8207 6.38374 14.0714 6.13306C14.3221 5.88238 14.6621 5.74155 15.0166 5.74155ZM4.99136 3.06816C4.99136 2.80378 5.06975 2.54535 5.21663 2.32553C5.36351 2.10571 5.57227 1.93438 5.81652 1.83321C6.06077 1.73204 6.32953 1.70557 6.58883 1.75715C6.84812 1.80872 7.0863 1.93603 7.27324 2.12297C7.46018 2.30991 7.58749 2.54809 7.63906 2.80738C7.69064 3.06667 7.66417 3.33544 7.563 3.57969C7.46183 3.82394 7.2905 4.0327 7.07068 4.17958C6.85086 4.32646 6.59242 4.40485 6.32805 4.40485C5.97354 4.40485 5.63354 4.26402 5.38287 4.01334C5.13219 3.76266 4.99136 3.42267 4.99136 3.06816ZM2.98631 15.7668C2.72194 15.7668 2.4635 15.6884 2.24368 15.5415C2.02387 15.3946 1.85254 15.1859 1.75137 14.9416C1.6502 14.6974 1.62372 14.4286 1.6753 14.1693C1.72688 13.91 1.85419 13.6718 2.04113 13.4849C2.22807 13.2979 2.46624 13.1706 2.72554 13.1191C2.98483 13.0675 3.2536 13.094 3.49784 13.1951C3.74209 13.2963 3.95086 13.4676 4.09773 13.6874C4.24461 13.9073 4.32301 14.1657 4.32301 14.4301C4.32301 14.7846 4.18218 15.1246 3.9315 15.3753C3.68082 15.6259 3.34083 15.7668 2.98631 15.7668ZM15.0166 15.0984C14.7522 15.0984 14.4938 15.02 14.2739 14.8731C14.0541 14.7263 13.8828 14.5175 13.7816 14.2733C13.6805 14.029 13.654 13.7602 13.7056 13.5009C13.7571 13.2417 13.8844 13.0035 14.0714 12.8165C14.2583 12.6296 14.4965 12.5023 14.7558 12.4507C15.0151 12.3991 15.2839 12.4256 15.5281 12.5268C15.7724 12.6279 15.9811 12.7993 16.128 13.0191C16.2749 13.2389 16.3533 13.4973 16.3533 13.7617C16.3533 14.1162 16.2124 14.4562 15.9618 14.7069C15.7111 14.9576 15.3711 15.0984 15.0166 15.0984Z" fill="#939296"/>
3
+ </svg>
@@ -1,23 +1,23 @@
1
- <svg width="37" height="36" viewBox="0 0 37 36" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
- <circle cx="18.9363" cy="17.1071" r="16.811" fill="#27242C"/>
3
- <circle cx="18.9363" cy="17.1071" r="16.811" fill="url(#pattern0_224_10485)"/>
4
- <mask id="path-2-inside-1_224_10485" fill="white">
5
- <path d="M0.970619 17.7817C0.970619 27.5599 8.89734 35.4866 18.6754 35.4866C28.4535 35.4866 36.3802 27.5599 36.3802 17.7817C36.3802 8.00361 28.4535 0.0768738 18.6754 0.0768738C8.89734 0.0768738 0.970619 8.00361 0.970619 17.7817ZM34.9685 17.7817C34.9685 26.7802 27.6739 34.0749 18.6754 34.0749C9.67702 34.0749 2.38235 26.7802 2.38235 17.7817C2.38235 8.78329 9.67702 1.48861 18.6754 1.48861C27.6739 1.48861 34.9685 8.78329 34.9685 17.7817Z"/>
6
- </mask>
7
- <path d="M0.970619 17.7817C0.970619 27.5599 8.89734 35.4866 18.6754 35.4866C28.4535 35.4866 36.3802 27.5599 36.3802 17.7817C36.3802 8.00361 28.4535 0.0768738 18.6754 0.0768738C8.89734 0.0768738 0.970619 8.00361 0.970619 17.7817ZM34.9685 17.7817C34.9685 26.7802 27.6739 34.0749 18.6754 34.0749C9.67702 34.0749 2.38235 26.7802 2.38235 17.7817C2.38235 8.78329 9.67702 1.48861 18.6754 1.48861C27.6739 1.48861 34.9685 8.78329 34.9685 17.7817Z" fill="url(#paint0_linear_224_10485)" stroke="url(#paint1_radial_224_10485)" stroke-width="16.5458" mask="url(#path-2-inside-1_224_10485)"/>
8
- <defs>
9
- <pattern id="pattern0_224_10485" patternContentUnits="objectBoundingBox" width="1" height="1">
10
- <use xlink:href="#image0_224_10485" transform="scale(0.0149254)"/>
11
- </pattern>
12
- <linearGradient id="paint0_linear_224_10485" x1="35.7364" y1="-2.0237" x2="-1.71462" y2="0.882454" gradientUnits="userSpaceOnUse">
13
- <stop stop-color="white"/>
14
- <stop offset="1" stop-color="#C0C0C0"/>
15
- </linearGradient>
16
- <radialGradient id="paint1_radial_224_10485" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(18.6754 17.7817) rotate(-89.4692) scale(18.9207 18.8977)">
17
- <stop offset="0.629654" stop-color="white" stop-opacity="0"/>
18
- <stop offset="0.87085" stop-color="#696969"/>
19
- <stop offset="0.988953" stop-color="white" stop-opacity="0"/>
20
- </radialGradient>
21
- <image id="image0_224_10485" width="67" height="67" xlink:href="data:image/png;base64,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"/>
22
- </defs>
23
- </svg>
1
+ <svg width="37" height="36" viewBox="0 0 37 36" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <circle cx="18.9363" cy="17.1071" r="16.811" fill="#27242C"/>
3
+ <circle cx="18.9363" cy="17.1071" r="16.811" fill="url(#pattern0_224_10485)"/>
4
+ <mask id="path-2-inside-1_224_10485" fill="white">
5
+ <path d="M0.970619 17.7817C0.970619 27.5599 8.89734 35.4866 18.6754 35.4866C28.4535 35.4866 36.3802 27.5599 36.3802 17.7817C36.3802 8.00361 28.4535 0.0768738 18.6754 0.0768738C8.89734 0.0768738 0.970619 8.00361 0.970619 17.7817ZM34.9685 17.7817C34.9685 26.7802 27.6739 34.0749 18.6754 34.0749C9.67702 34.0749 2.38235 26.7802 2.38235 17.7817C2.38235 8.78329 9.67702 1.48861 18.6754 1.48861C27.6739 1.48861 34.9685 8.78329 34.9685 17.7817Z"/>
6
+ </mask>
7
+ <path d="M0.970619 17.7817C0.970619 27.5599 8.89734 35.4866 18.6754 35.4866C28.4535 35.4866 36.3802 27.5599 36.3802 17.7817C36.3802 8.00361 28.4535 0.0768738 18.6754 0.0768738C8.89734 0.0768738 0.970619 8.00361 0.970619 17.7817ZM34.9685 17.7817C34.9685 26.7802 27.6739 34.0749 18.6754 34.0749C9.67702 34.0749 2.38235 26.7802 2.38235 17.7817C2.38235 8.78329 9.67702 1.48861 18.6754 1.48861C27.6739 1.48861 34.9685 8.78329 34.9685 17.7817Z" fill="url(#paint0_linear_224_10485)" stroke="url(#paint1_radial_224_10485)" stroke-width="16.5458" mask="url(#path-2-inside-1_224_10485)"/>
8
+ <defs>
9
+ <pattern id="pattern0_224_10485" patternContentUnits="objectBoundingBox" width="1" height="1">
10
+ <use xlink:href="#image0_224_10485" transform="scale(0.0149254)"/>
11
+ </pattern>
12
+ <linearGradient id="paint0_linear_224_10485" x1="35.7364" y1="-2.0237" x2="-1.71462" y2="0.882454" gradientUnits="userSpaceOnUse">
13
+ <stop stop-color="white"/>
14
+ <stop offset="1" stop-color="#C0C0C0"/>
15
+ </linearGradient>
16
+ <radialGradient id="paint1_radial_224_10485" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(18.6754 17.7817) rotate(-89.4692) scale(18.9207 18.8977)">
17
+ <stop offset="0.629654" stop-color="white" stop-opacity="0"/>
18
+ <stop offset="0.87085" stop-color="#696969"/>
19
+ <stop offset="0.988953" stop-color="white" stop-opacity="0"/>
20
+ </radialGradient>
21
+ <image id="image0_224_10485" width="67" height="67" xlink:href="data:image/png;base64,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"/>
22
+ </defs>
23
+ </svg>
@@ -1,5 +1,5 @@
1
- <svg width="7" height="7" viewBox="0 0 7 7" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M3.85383 2.5677C4.05242 2.5677 4.21339 2.40671 4.21339 2.20813C4.21339 2.00955 4.05242 1.84856 3.85383 1.84856C3.65524 1.84856 3.49426 2.00955 3.49426 2.20813C3.49426 2.40671 3.65524 2.5677 3.85383 2.5677Z" fill="#5E5965"/>
3
- <path d="M3.85378 3.19695C4.00271 3.19695 4.12346 3.31769 4.12346 3.46662V5.26445C4.12346 5.41338 4.00271 5.53412 3.85378 5.53412C3.70485 5.53412 3.58411 5.41338 3.58411 5.26445V3.46662C3.58411 3.31769 3.70485 3.19695 3.85378 3.19695Z" fill="#5E5965"/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M0.707581 3.64638C0.707581 1.90879 2.11618 0.500183 3.85378 0.500183C5.59138 0.500183 6.99998 1.90879 6.99998 3.64638C6.99998 5.38399 5.59138 6.79259 3.85378 6.79259C2.11618 6.79259 0.707581 5.38399 0.707581 3.64638ZM3.85378 1.03953C2.41406 1.03953 1.24693 2.20666 1.24693 3.64638C1.24693 5.08612 2.41406 6.25324 3.85378 6.25324C5.29352 6.25324 6.46063 5.08612 6.46063 3.64638C6.46063 2.20666 5.29352 1.03953 3.85378 1.03953Z" fill="#5E5965"/>
5
- </svg>
1
+ <svg width="7" height="7" viewBox="0 0 7 7" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3.85383 2.5677C4.05242 2.5677 4.21339 2.40671 4.21339 2.20813C4.21339 2.00955 4.05242 1.84856 3.85383 1.84856C3.65524 1.84856 3.49426 2.00955 3.49426 2.20813C3.49426 2.40671 3.65524 2.5677 3.85383 2.5677Z" fill="#5E5965"/>
3
+ <path d="M3.85378 3.19695C4.00271 3.19695 4.12346 3.31769 4.12346 3.46662V5.26445C4.12346 5.41338 4.00271 5.53412 3.85378 5.53412C3.70485 5.53412 3.58411 5.41338 3.58411 5.26445V3.46662C3.58411 3.31769 3.70485 3.19695 3.85378 3.19695Z" fill="#5E5965"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M0.707581 3.64638C0.707581 1.90879 2.11618 0.500183 3.85378 0.500183C5.59138 0.500183 6.99998 1.90879 6.99998 3.64638C6.99998 5.38399 5.59138 6.79259 3.85378 6.79259C2.11618 6.79259 0.707581 5.38399 0.707581 3.64638ZM3.85378 1.03953C2.41406 1.03953 1.24693 2.20666 1.24693 3.64638C1.24693 5.08612 2.41406 6.25324 3.85378 6.25324C5.29352 6.25324 6.46063 5.08612 6.46063 3.64638C6.46063 2.20666 5.29352 1.03953 3.85378 1.03953Z" fill="#5E5965"/>
5
+ </svg>
@@ -1,7 +1,7 @@
1
- <svg width="100%" height="100%" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="16.1988" height="16.1988" transform="translate(0.457642 0.634155)" fill="white"
3
- fill-opacity="0.01" />
4
- <path
5
- d="M11.4425 10.7033L9.47835 8.73412L11.4475 6.76495C11.6449 6.56753 11.6449 6.24861 11.4475 6.05119C11.2501 5.85376 10.9312 5.85376 10.7338 6.05119L8.41024 8.37471C8.21282 8.57213 8.21282 8.89105 8.41024 9.08847L10.7338 11.412C10.9312 11.6094 11.2501 11.6094 11.4475 11.412C11.6399 11.2196 11.6399 10.8957 11.4425 10.7033ZM6.02597 5.69684C6.30439 5.69684 6.53219 5.92463 6.53219 6.20305V11.2652C6.53219 11.5436 6.30439 11.7714 6.02597 11.7714C5.74756 11.7714 5.51976 11.5436 5.51976 11.2652V6.20305C5.51976 5.92463 5.74756 5.69684 6.02597 5.69684Z"
6
- fill="white" />
7
- </svg>
1
+ <svg width="100%" height="100%" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="16.1988" height="16.1988" transform="translate(0.457642 0.634155)" fill="white"
3
+ fill-opacity="0.01" />
4
+ <path
5
+ d="M11.4425 10.7033L9.47835 8.73412L11.4475 6.76495C11.6449 6.56753 11.6449 6.24861 11.4475 6.05119C11.2501 5.85376 10.9312 5.85376 10.7338 6.05119L8.41024 8.37471C8.21282 8.57213 8.21282 8.89105 8.41024 9.08847L10.7338 11.412C10.9312 11.6094 11.2501 11.6094 11.4475 11.412C11.6399 11.2196 11.6399 10.8957 11.4425 10.7033ZM6.02597 5.69684C6.30439 5.69684 6.53219 5.92463 6.53219 6.20305V11.2652C6.53219 11.5436 6.30439 11.7714 6.02597 11.7714C5.74756 11.7714 5.51976 11.5436 5.51976 11.2652V6.20305C5.51976 5.92463 5.74756 5.69684 6.02597 5.69684Z"
6
+ fill="white" />
7
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg viewBox="0 0 10 3" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M8.11353 1.20117L1.47352 1.20117" stroke="#FE3C72" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
- </svg>
1
+ <svg viewBox="0 0 10 3" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8.11353 1.20117L1.47352 1.20117" stroke="#FE3C72" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg viewBox="0 0 10 9" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M4.79231 7.40039L4.79231 1.00039M8.11353 4.20117L1.47352 4.20117" stroke="#FE3C72" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
- </svg>
1
+ <svg viewBox="0 0 10 9" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4.79231 7.40039L4.79231 1.00039M8.11353 4.20117L1.47352 4.20117" stroke="#FE3C72" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -1,5 +1,5 @@
1
- <svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M10.75 9.21428C11.2589 9.21428 11.6715 9.62683 11.6715 10.1357V16.2786C11.6715 16.7874 11.2589 17.2 10.75 17.2C10.2412 17.2 9.82861 16.7874 9.82861 16.2786V10.1357C9.82861 9.62683 10.2412 9.21428 10.75 9.21428Z" fill="#F7F5DD"/>
3
- <path d="M10.7501 7.06429C11.4286 7.06429 11.9786 6.51423 11.9786 5.83572C11.9786 5.1572 11.4286 4.60715 10.7501 4.60715C10.0715 4.60715 9.52148 5.1572 9.52148 5.83572C9.52148 6.51423 10.0715 7.06429 10.7501 7.06429Z" fill="#F7F5DD"/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M0 10.75C0 4.81294 4.81294 0 10.75 0C16.6871 0 21.5 4.81294 21.5 10.75C21.5 16.6871 16.6871 21.5 10.75 21.5C4.81294 21.5 0 16.6871 0 10.75ZM10.75 1.84286C5.83073 1.84286 1.84286 5.83073 1.84286 10.75C1.84286 15.6693 5.83073 19.6571 10.75 19.6571C15.6693 19.6571 19.6571 15.6693 19.6571 10.75C19.6571 5.83073 15.6693 1.84286 10.75 1.84286Z" fill="#F7F5DD"/>
5
- </svg>
1
+ <svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10.75 9.21428C11.2589 9.21428 11.6715 9.62683 11.6715 10.1357V16.2786C11.6715 16.7874 11.2589 17.2 10.75 17.2C10.2412 17.2 9.82861 16.7874 9.82861 16.2786V10.1357C9.82861 9.62683 10.2412 9.21428 10.75 9.21428Z" fill="#F7F5DD"/>
3
+ <path d="M10.7501 7.06429C11.4286 7.06429 11.9786 6.51423 11.9786 5.83572C11.9786 5.1572 11.4286 4.60715 10.7501 4.60715C10.0715 4.60715 9.52148 5.1572 9.52148 5.83572C9.52148 6.51423 10.0715 7.06429 10.7501 7.06429Z" fill="#F7F5DD"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M0 10.75C0 4.81294 4.81294 0 10.75 0C16.6871 0 21.5 4.81294 21.5 10.75C21.5 16.6871 16.6871 21.5 10.75 21.5C4.81294 21.5 0 16.6871 0 10.75ZM10.75 1.84286C5.83073 1.84286 1.84286 5.83073 1.84286 10.75C1.84286 15.6693 5.83073 19.6571 10.75 19.6571C15.6693 19.6571 19.6571 15.6693 19.6571 10.75C19.6571 5.83073 15.6693 1.84286 10.75 1.84286Z" fill="#F7F5DD"/>
5
+ </svg>
@@ -1,7 +1,7 @@
1
- <svg width="100%" height="100%" viewBox="0 0 18 17" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="16.1988" height="16.1988" transform="translate(0.824692 0.634155)" fill="white"
3
- fill-opacity="0.01" />
4
- <path
5
- d="M6.03489 6.76495L8.00406 8.73412L6.03489 10.7033C5.83746 10.9007 5.83746 11.2196 6.03489 11.4171C6.23231 11.6145 6.55122 11.6145 6.74865 11.4171L9.07217 9.09353C9.26959 8.89611 9.26959 8.57719 9.07217 8.37977L6.74865 6.05119C6.55122 5.85376 6.23231 5.85376 6.03489 6.05119C5.84252 6.24861 5.84252 6.57259 6.03489 6.76495ZM11.4564 5.69684C11.7349 5.69684 11.9626 5.92463 11.9626 6.20305V11.2652C11.9626 11.5436 11.7349 11.7714 11.4564 11.7714C11.178 11.7714 10.9502 11.5436 10.9502 11.2652V6.20305C10.9502 5.92463 11.178 5.69684 11.4564 5.69684Z"
6
- fill="white" />
7
- </svg>
1
+ <svg width="100%" height="100%" viewBox="0 0 18 17" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="16.1988" height="16.1988" transform="translate(0.824692 0.634155)" fill="white"
3
+ fill-opacity="0.01" />
4
+ <path
5
+ d="M6.03489 6.76495L8.00406 8.73412L6.03489 10.7033C5.83746 10.9007 5.83746 11.2196 6.03489 11.4171C6.23231 11.6145 6.55122 11.6145 6.74865 11.4171L9.07217 9.09353C9.26959 8.89611 9.26959 8.57719 9.07217 8.37977L6.74865 6.05119C6.55122 5.85376 6.23231 5.85376 6.03489 6.05119C5.84252 6.24861 5.84252 6.57259 6.03489 6.76495ZM11.4564 5.69684C11.7349 5.69684 11.9626 5.92463 11.9626 6.20305V11.2652C11.9626 11.5436 11.7349 11.7714 11.4564 11.7714C11.178 11.7714 10.9502 11.5436 10.9502 11.2652V6.20305C10.9502 5.92463 11.178 5.69684 11.4564 5.69684Z"
6
+ fill="white" />
7
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="10" height="3" viewBox="0 0 10 3" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M8.11353 1.20117L1.47352 1.20117" stroke="#FE3C72" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
- </svg>
1
+ <svg width="10" height="3" viewBox="0 0 10 3" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8.11353 1.20117L1.47352 1.20117" stroke="#FE3C72" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -1,6 +1,6 @@
1
- <svg width="100%" height="100%" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"
2
- class="p-icon p-paginator-icon" aria-hidden="true">
3
- <path
4
- d="M5.25 11.1728C5.14929 11.1694 5.05033 11.1455 4.9592 11.1025C4.86806 11.0595 4.78666 10.9984 4.72 10.9228C4.57955 10.7822 4.50066 10.5916 4.50066 10.3928C4.50066 10.1941 4.57955 10.0035 4.72 9.86283L7.72 6.86283L4.72 3.86283C4.66067 3.71882 4.64765 3.55991 4.68275 3.40816C4.71785 3.25642 4.79932 3.11936 4.91585 3.01602C5.03238 2.91268 5.17819 2.84819 5.33305 2.83149C5.4879 2.81479 5.64411 2.84671 5.78 2.92283L9.28 6.42283C9.42045 6.56346 9.49934 6.75408 9.49934 6.95283C9.49934 7.15158 9.42045 7.34221 9.28 7.48283L5.78 10.9228C5.71333 10.9984 5.63193 11.0595 5.5408 11.1025C5.44966 11.1455 5.35071 11.1694 5.25 11.1728Z"
5
- fill="white"></path>
6
- </svg>
1
+ <svg width="100%" height="100%" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"
2
+ class="p-icon p-paginator-icon" aria-hidden="true">
3
+ <path
4
+ d="M5.25 11.1728C5.14929 11.1694 5.05033 11.1455 4.9592 11.1025C4.86806 11.0595 4.78666 10.9984 4.72 10.9228C4.57955 10.7822 4.50066 10.5916 4.50066 10.3928C4.50066 10.1941 4.57955 10.0035 4.72 9.86283L7.72 6.86283L4.72 3.86283C4.66067 3.71882 4.64765 3.55991 4.68275 3.40816C4.71785 3.25642 4.79932 3.11936 4.91585 3.01602C5.03238 2.91268 5.17819 2.84819 5.33305 2.83149C5.4879 2.81479 5.64411 2.84671 5.78 2.92283L9.28 6.42283C9.42045 6.56346 9.49934 6.75408 9.49934 6.95283C9.49934 7.15158 9.42045 7.34221 9.28 7.48283L5.78 10.9228C5.71333 10.9984 5.63193 11.0595 5.5408 11.1025C5.44966 11.1455 5.35071 11.1694 5.25 11.1728Z"
5
+ fill="white"></path>
6
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="10" height="9" viewBox="0 0 10 9" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M4.79231 7.40039L4.79231 1.00039M8.11353 4.20117L1.47352 4.20117" stroke="#FE3C72" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
- </svg>
1
+ <svg width="10" height="9" viewBox="0 0 10 9" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4.79231 7.40039L4.79231 1.00039M8.11353 4.20117L1.47352 4.20117" stroke="#FE3C72" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -1,34 +1,34 @@
1
- <svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g opacity="0.6">
3
- <path d="M7.78398 5.32089C8.21542 5.32089 8.56515 4.97114 8.56515 4.53972C8.56515 4.10829 8.21542 3.75854 7.78398 3.75854C7.35254 3.75854 7.00281 4.10829 7.00281 4.53972C7.00281 4.97114 7.35254 5.32089 7.78398 5.32089Z" fill="url(#paint0_linear_249_4439)" fill-opacity="0.6" stroke="url(#paint1_linear_249_4439)" stroke-opacity="0.6" stroke-width="0.759471"/>
4
- <path d="M7.784 6.68799C8.10756 6.68799 8.36988 6.95031 8.36988 7.27387V11.1797C8.36988 11.5033 8.10756 11.7656 7.784 11.7656C7.46044 11.7656 7.19812 11.5033 7.19812 11.1797V7.27387C7.19812 6.95031 7.46044 6.68799 7.784 6.68799Z" fill="url(#paint2_linear_249_4439)" fill-opacity="0.6" stroke="url(#paint3_linear_249_4439)" stroke-opacity="0.6" stroke-width="0.759471"/>
5
- <path fill-rule="evenodd" clip-rule="evenodd" d="M0.94873 7.6644C0.94873 3.8894 4.00897 0.829163 7.78397 0.829163C11.559 0.829163 14.6192 3.8894 14.6192 7.6644C14.6192 11.4394 11.559 14.4996 7.78397 14.4996C4.00897 14.4996 0.94873 11.4394 0.94873 7.6644ZM7.78397 2.00092C4.65612 2.00092 2.12049 4.53655 2.12049 7.6644C2.12049 10.7923 4.65612 13.3279 7.78397 13.3279C10.9119 13.3279 13.4475 10.7923 13.4475 7.6644C13.4475 4.53655 10.9119 2.00092 7.78397 2.00092Z" fill="url(#paint4_linear_249_4439)" fill-opacity="0.6"/>
6
- <path d="M7.78397 0.753215C3.96703 0.753215 0.872783 3.84746 0.872783 7.6644C0.872783 11.4814 3.96703 14.5756 7.78397 14.5756C11.6009 14.5756 14.6952 11.4814 14.6952 7.6644C14.6952 3.84746 11.6009 0.753215 7.78397 0.753215ZM2.19643 7.6644C2.19643 4.57849 4.69806 2.07686 7.78397 2.07686C10.8699 2.07686 13.3715 4.57849 13.3715 7.6644C13.3715 10.7503 10.8699 13.2519 7.78397 13.2519C4.69806 13.2519 2.19643 10.7503 2.19643 7.6644Z" stroke="url(#paint5_linear_249_4439)" stroke-opacity="0.6" stroke-width="0.151894"/>
7
- </g>
8
- <defs>
9
- <linearGradient id="paint0_linear_249_4439" x1="7.78398" y1="3.75854" x2="7.78398" y2="5.32089" gradientUnits="userSpaceOnUse">
10
- <stop offset="0.574653" stop-color="#FE3C72"/>
11
- <stop offset="1" stop-color="#DEA9FF"/>
12
- </linearGradient>
13
- <linearGradient id="paint1_linear_249_4439" x1="7.78398" y1="3.75854" x2="7.78398" y2="5.32089" gradientUnits="userSpaceOnUse">
14
- <stop offset="0.574653" stop-color="#FE3C72"/>
15
- <stop offset="1" stop-color="#DEA9FF"/>
16
- </linearGradient>
17
- <linearGradient id="paint2_linear_249_4439" x1="7.784" y1="6.68799" x2="7.784" y2="11.7656" gradientUnits="userSpaceOnUse">
18
- <stop offset="0.574653" stop-color="#FE3C72"/>
19
- <stop offset="1" stop-color="#DEA9FF"/>
20
- </linearGradient>
21
- <linearGradient id="paint3_linear_249_4439" x1="7.784" y1="6.68799" x2="7.784" y2="11.7656" gradientUnits="userSpaceOnUse">
22
- <stop offset="0.574653" stop-color="#FE3C72"/>
23
- <stop offset="1" stop-color="#DEA9FF"/>
24
- </linearGradient>
25
- <linearGradient id="paint4_linear_249_4439" x1="7.78397" y1="0.829163" x2="7.78397" y2="14.4996" gradientUnits="userSpaceOnUse">
26
- <stop offset="0.574653" stop-color="#FE3C72"/>
27
- <stop offset="1" stop-color="#DEA9FF"/>
28
- </linearGradient>
29
- <linearGradient id="paint5_linear_249_4439" x1="7.78397" y1="0.829163" x2="7.78397" y2="14.4996" gradientUnits="userSpaceOnUse">
30
- <stop offset="0.574653" stop-color="#FE3C72"/>
31
- <stop offset="1" stop-color="#DEA9FF"/>
32
- </linearGradient>
33
- </defs>
34
- </svg>
1
+ <svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g opacity="0.6">
3
+ <path d="M7.78398 5.32089C8.21542 5.32089 8.56515 4.97114 8.56515 4.53972C8.56515 4.10829 8.21542 3.75854 7.78398 3.75854C7.35254 3.75854 7.00281 4.10829 7.00281 4.53972C7.00281 4.97114 7.35254 5.32089 7.78398 5.32089Z" fill="url(#paint0_linear_249_4439)" fill-opacity="0.6" stroke="url(#paint1_linear_249_4439)" stroke-opacity="0.6" stroke-width="0.759471"/>
4
+ <path d="M7.784 6.68799C8.10756 6.68799 8.36988 6.95031 8.36988 7.27387V11.1797C8.36988 11.5033 8.10756 11.7656 7.784 11.7656C7.46044 11.7656 7.19812 11.5033 7.19812 11.1797V7.27387C7.19812 6.95031 7.46044 6.68799 7.784 6.68799Z" fill="url(#paint2_linear_249_4439)" fill-opacity="0.6" stroke="url(#paint3_linear_249_4439)" stroke-opacity="0.6" stroke-width="0.759471"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M0.94873 7.6644C0.94873 3.8894 4.00897 0.829163 7.78397 0.829163C11.559 0.829163 14.6192 3.8894 14.6192 7.6644C14.6192 11.4394 11.559 14.4996 7.78397 14.4996C4.00897 14.4996 0.94873 11.4394 0.94873 7.6644ZM7.78397 2.00092C4.65612 2.00092 2.12049 4.53655 2.12049 7.6644C2.12049 10.7923 4.65612 13.3279 7.78397 13.3279C10.9119 13.3279 13.4475 10.7923 13.4475 7.6644C13.4475 4.53655 10.9119 2.00092 7.78397 2.00092Z" fill="url(#paint4_linear_249_4439)" fill-opacity="0.6"/>
6
+ <path d="M7.78397 0.753215C3.96703 0.753215 0.872783 3.84746 0.872783 7.6644C0.872783 11.4814 3.96703 14.5756 7.78397 14.5756C11.6009 14.5756 14.6952 11.4814 14.6952 7.6644C14.6952 3.84746 11.6009 0.753215 7.78397 0.753215ZM2.19643 7.6644C2.19643 4.57849 4.69806 2.07686 7.78397 2.07686C10.8699 2.07686 13.3715 4.57849 13.3715 7.6644C13.3715 10.7503 10.8699 13.2519 7.78397 13.2519C4.69806 13.2519 2.19643 10.7503 2.19643 7.6644Z" stroke="url(#paint5_linear_249_4439)" stroke-opacity="0.6" stroke-width="0.151894"/>
7
+ </g>
8
+ <defs>
9
+ <linearGradient id="paint0_linear_249_4439" x1="7.78398" y1="3.75854" x2="7.78398" y2="5.32089" gradientUnits="userSpaceOnUse">
10
+ <stop offset="0.574653" stop-color="#FE3C72"/>
11
+ <stop offset="1" stop-color="#DEA9FF"/>
12
+ </linearGradient>
13
+ <linearGradient id="paint1_linear_249_4439" x1="7.78398" y1="3.75854" x2="7.78398" y2="5.32089" gradientUnits="userSpaceOnUse">
14
+ <stop offset="0.574653" stop-color="#FE3C72"/>
15
+ <stop offset="1" stop-color="#DEA9FF"/>
16
+ </linearGradient>
17
+ <linearGradient id="paint2_linear_249_4439" x1="7.784" y1="6.68799" x2="7.784" y2="11.7656" gradientUnits="userSpaceOnUse">
18
+ <stop offset="0.574653" stop-color="#FE3C72"/>
19
+ <stop offset="1" stop-color="#DEA9FF"/>
20
+ </linearGradient>
21
+ <linearGradient id="paint3_linear_249_4439" x1="7.784" y1="6.68799" x2="7.784" y2="11.7656" gradientUnits="userSpaceOnUse">
22
+ <stop offset="0.574653" stop-color="#FE3C72"/>
23
+ <stop offset="1" stop-color="#DEA9FF"/>
24
+ </linearGradient>
25
+ <linearGradient id="paint4_linear_249_4439" x1="7.78397" y1="0.829163" x2="7.78397" y2="14.4996" gradientUnits="userSpaceOnUse">
26
+ <stop offset="0.574653" stop-color="#FE3C72"/>
27
+ <stop offset="1" stop-color="#DEA9FF"/>
28
+ </linearGradient>
29
+ <linearGradient id="paint5_linear_249_4439" x1="7.78397" y1="0.829163" x2="7.78397" y2="14.4996" gradientUnits="userSpaceOnUse">
30
+ <stop offset="0.574653" stop-color="#FE3C72"/>
31
+ <stop offset="1" stop-color="#DEA9FF"/>
32
+ </linearGradient>
33
+ </defs>
34
+ </svg>
@@ -1,6 +1,6 @@
1
- <svg width="100%" height="100%" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"
2
- class="p-icon p-paginator-icon" aria-hidden="true">
3
- <path
4
- d="M8.75 11.185C8.65146 11.1854 8.55381 11.1662 8.4628 11.1284C8.37179 11.0906 8.28924 11.0351 8.22 10.965L4.72 7.46496C4.57955 7.32433 4.50066 7.13371 4.50066 6.93496C4.50066 6.73621 4.57955 6.54558 4.72 6.40496L8.22 2.93496C8.36095 2.84357 8.52851 2.80215 8.69582 2.81733C8.86312 2.83252 9.02048 2.90344 9.14268 3.01872C9.26487 3.134 9.34483 3.28696 9.36973 3.4531C9.39463 3.61924 9.36303 3.78892 9.28 3.93496L6.28 6.93496L9.28 9.93496C9.42045 10.0756 9.49934 10.2662 9.49934 10.465C9.49934 10.6637 9.42045 10.8543 9.28 10.995C9.13526 11.1257 8.9448 11.1939 8.75 11.185Z"
5
- fill="white"></path>
6
- </svg>
1
+ <svg width="100%" height="100%" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"
2
+ class="p-icon p-paginator-icon" aria-hidden="true">
3
+ <path
4
+ d="M8.75 11.185C8.65146 11.1854 8.55381 11.1662 8.4628 11.1284C8.37179 11.0906 8.28924 11.0351 8.22 10.965L4.72 7.46496C4.57955 7.32433 4.50066 7.13371 4.50066 6.93496C4.50066 6.73621 4.57955 6.54558 4.72 6.40496L8.22 2.93496C8.36095 2.84357 8.52851 2.80215 8.69582 2.81733C8.86312 2.83252 9.02048 2.90344 9.14268 3.01872C9.26487 3.134 9.34483 3.28696 9.36973 3.4531C9.39463 3.61924 9.36303 3.78892 9.28 3.93496L6.28 6.93496L9.28 9.93496C9.42045 10.0756 9.49934 10.2662 9.49934 10.465C9.49934 10.6637 9.42045 10.8543 9.28 10.995C9.13526 11.1257 8.9448 11.1939 8.75 11.185Z"
5
+ fill="white"></path>
6
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg width="15" height="16" viewBox="0 0 15 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M11.2114 13.0014L10.7876 14.2445C10.3161 15.5917 8.42989 15.5917 8.02564 14.1771L6.94782 10.2026C6.74577 9.32689 6.00475 8.65325 5.12901 8.3838L1.15452 7.30598C-0.260127 6.90173 -0.260127 5.01556 1.08716 4.54402L12.9433 0.502157C14.0884 0.0979718 15.2336 1.24316 14.8295 2.38836L13.3715 6.66494C12.6835 5.94207 11.7121 5.4915 10.6354 5.4915C8.5495 5.4915 6.85858 7.18242 6.85858 9.26827C6.85858 11.3541 8.5495 13.045 10.6354 13.045C10.8312 13.045 11.0236 13.0301 11.2114 13.0014Z" fill="#FE558A"/>
3
- <path d="M8.00229 8.1344L8.0023 8.13437C8.15325 7.78376 8.36011 7.47687 8.62286 7.21413C8.88537 6.95162 9.19213 6.74488 9.54274 6.59393C9.89428 6.44258 10.2712 6.36707 10.6729 6.36707C11.0886 6.36707 11.4849 6.45306 11.8613 6.62498C12.199 6.77901 12.498 6.98778 12.7578 7.25111V6.70462C12.7578 6.64151 12.7797 6.58623 12.8237 6.54222C12.8678 6.49815 12.9232 6.47639 12.9864 6.47668M8.00229 8.1344L12.5003 7.64914C12.4845 7.63224 12.4685 7.61557 12.4524 7.59914M8.00229 8.1344C7.85095 8.48639 7.77544 8.86327 7.77544 9.26451C7.77544 9.66598 7.85095 10.0426 8.0023 10.3939M8.00229 8.1344L10.6725 12.1612C10.2709 12.1612 9.89418 12.0857 9.54274 11.9344C9.19213 11.7834 8.88537 11.5767 8.62286 11.3142C8.36011 11.0514 8.15325 10.7445 8.0023 10.3939M12.9864 6.47668L12.9861 6.52668V6.47668C12.9862 6.47668 12.9863 6.47668 12.9864 6.47668ZM12.9864 6.47668C13.0493 6.47674 13.1044 6.49843 13.1482 6.54222L13.1483 6.54234C13.192 6.58638 13.2137 6.64162 13.2137 6.70462V7.71747C13.2137 7.81144 13.1814 7.89258 13.1165 7.95746L13.0812 7.92211L13.1166 7.95739C13.0517 8.02254 12.9706 8.05503 12.8765 8.05503H11.8633C11.8004 8.05503 11.7452 8.0331 11.7013 7.98914C11.6573 7.94513 11.6354 7.88985 11.6354 7.82673C11.6354 7.76361 11.6573 7.70838 11.7014 7.66456C11.7454 7.62088 11.8005 7.59914 11.8633 7.59914H12.4524M12.4524 7.59914H12.5219C12.5375 7.61559 12.553 7.63225 12.5683 7.64914L8.23132 9.26415C8.23156 8.58345 8.46822 8.00759 8.94198 7.53359C9.41574 7.05961 9.9917 6.82295 10.6729 6.82295C11.0338 6.82295 11.3723 6.89917 11.689 7.05147L11.689 7.05149C11.9733 7.18801 12.2277 7.37048 12.4524 7.59914ZM13.1819 9.67876L13.1516 9.63893C13.1034 9.67554 13.0708 9.7267 13.0521 9.78897L13.052 9.78894L13.0513 9.79224C12.9252 10.3472 12.6411 10.8042 12.198 11.1649C11.7552 11.5254 11.2474 11.7053 10.6725 11.7053H10.6725C9.99182 11.7056 9.41597 11.4691 8.94197 10.9951C8.46798 10.5211 8.23133 9.9451 8.23132 9.26417L10.6725 11.7553C11.2588 11.7553 11.7778 11.5715 12.2295 11.2037C12.6813 10.836 12.9714 10.3692 13.1 9.80332C13.1161 9.74946 13.1434 9.70794 13.1819 9.67876ZM13.1819 9.67876L13.1514 9.63912C13.2008 9.60114 13.2589 9.58744 13.3218 9.59649M13.1819 9.67876C13.2198 9.64957 13.2642 9.63866 13.315 9.64602M13.3218 9.59649C13.3219 9.5965 13.322 9.59652 13.3221 9.59653L13.315 9.64602M13.3218 9.59649C13.3217 9.59647 13.3216 9.59646 13.3215 9.59645L13.315 9.64602M13.3218 9.59649C13.39 9.60558 13.4437 9.63989 13.477 9.69904C13.5089 9.75549 13.5152 9.8172 13.4978 9.88091M13.315 9.64602C13.3688 9.65313 13.4083 9.67899 13.4335 9.7236C13.4586 9.7682 13.4638 9.81672 13.4491 9.86916M13.4978 9.88091C13.4979 9.88036 13.498 9.87982 13.4981 9.87928L13.4491 9.86916M13.4978 9.88091C13.4976 9.88149 13.4974 9.88208 13.4973 9.88266L13.4491 9.86916M13.4978 9.88091C13.3598 10.5469 13.028 11.0941 12.5034 11.5208L12.5034 11.5208C11.9783 11.9477 11.3674 12.1612 10.6729 12.1612L13.4491 9.86916M10.835 7.50068C10.8788 7.54451 10.9005 7.59969 10.9005 7.66267V9.16906L11.9185 10.2578C11.9517 10.291 11.9695 10.3319 11.9719 10.3806C11.974 10.4287 11.9562 10.4718 11.9185 10.5097C11.8805 10.5477 11.8384 10.5667 11.7921 10.5667C11.7461 10.5667 11.7042 10.5477 11.6665 10.5097L11.6312 10.5451L11.6311 10.5451C11.6311 10.545 11.6311 10.545 11.631 10.545L10.5458 9.45979C10.5458 9.45976 10.5458 9.45972 10.5457 9.45969C10.5107 9.42489 10.4842 9.3867 10.4679 9.34491C10.4524 9.30502 10.4446 9.26365 10.4446 9.22109V7.66267C10.4446 7.59955 10.4665 7.54431 10.5106 7.50049C10.5546 7.45683 10.6097 7.43502 10.6726 7.43472L10.6729 7.43472C10.736 7.43472 10.7912 7.45659 10.835 7.50068ZM10.835 7.50068C10.835 7.5007 10.835 7.50072 10.8351 7.50074L10.7996 7.53597L10.8349 7.50062C10.8349 7.50064 10.835 7.50066 10.835 7.50068ZM8.0023 10.3939L8.04822 10.3742L8.0023 10.3939C8.0023 10.3939 8.0023 10.3939 8.0023 10.3939ZM12.8078 7.37654V7.30296L12.7578 7.3229C12.7747 7.34054 12.7913 7.35842 12.8078 7.37654Z" fill="#FE558A" stroke="#FE558B" stroke-width="0.1"/>
4
- </svg>
1
+ <svg width="15" height="16" viewBox="0 0 15 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M11.2114 13.0014L10.7876 14.2445C10.3161 15.5917 8.42989 15.5917 8.02564 14.1771L6.94782 10.2026C6.74577 9.32689 6.00475 8.65325 5.12901 8.3838L1.15452 7.30598C-0.260127 6.90173 -0.260127 5.01556 1.08716 4.54402L12.9433 0.502157C14.0884 0.0979718 15.2336 1.24316 14.8295 2.38836L13.3715 6.66494C12.6835 5.94207 11.7121 5.4915 10.6354 5.4915C8.5495 5.4915 6.85858 7.18242 6.85858 9.26827C6.85858 11.3541 8.5495 13.045 10.6354 13.045C10.8312 13.045 11.0236 13.0301 11.2114 13.0014Z" fill="#FE558A"/>
3
+ <path d="M8.00229 8.1344L8.0023 8.13437C8.15325 7.78376 8.36011 7.47687 8.62286 7.21413C8.88537 6.95162 9.19213 6.74488 9.54274 6.59393C9.89428 6.44258 10.2712 6.36707 10.6729 6.36707C11.0886 6.36707 11.4849 6.45306 11.8613 6.62498C12.199 6.77901 12.498 6.98778 12.7578 7.25111V6.70462C12.7578 6.64151 12.7797 6.58623 12.8237 6.54222C12.8678 6.49815 12.9232 6.47639 12.9864 6.47668M8.00229 8.1344L12.5003 7.64914C12.4845 7.63224 12.4685 7.61557 12.4524 7.59914M8.00229 8.1344C7.85095 8.48639 7.77544 8.86327 7.77544 9.26451C7.77544 9.66598 7.85095 10.0426 8.0023 10.3939M8.00229 8.1344L10.6725 12.1612C10.2709 12.1612 9.89418 12.0857 9.54274 11.9344C9.19213 11.7834 8.88537 11.5767 8.62286 11.3142C8.36011 11.0514 8.15325 10.7445 8.0023 10.3939M12.9864 6.47668L12.9861 6.52668V6.47668C12.9862 6.47668 12.9863 6.47668 12.9864 6.47668ZM12.9864 6.47668C13.0493 6.47674 13.1044 6.49843 13.1482 6.54222L13.1483 6.54234C13.192 6.58638 13.2137 6.64162 13.2137 6.70462V7.71747C13.2137 7.81144 13.1814 7.89258 13.1165 7.95746L13.0812 7.92211L13.1166 7.95739C13.0517 8.02254 12.9706 8.05503 12.8765 8.05503H11.8633C11.8004 8.05503 11.7452 8.0331 11.7013 7.98914C11.6573 7.94513 11.6354 7.88985 11.6354 7.82673C11.6354 7.76361 11.6573 7.70838 11.7014 7.66456C11.7454 7.62088 11.8005 7.59914 11.8633 7.59914H12.4524M12.4524 7.59914H12.5219C12.5375 7.61559 12.553 7.63225 12.5683 7.64914L8.23132 9.26415C8.23156 8.58345 8.46822 8.00759 8.94198 7.53359C9.41574 7.05961 9.9917 6.82295 10.6729 6.82295C11.0338 6.82295 11.3723 6.89917 11.689 7.05147L11.689 7.05149C11.9733 7.18801 12.2277 7.37048 12.4524 7.59914ZM13.1819 9.67876L13.1516 9.63893C13.1034 9.67554 13.0708 9.7267 13.0521 9.78897L13.052 9.78894L13.0513 9.79224C12.9252 10.3472 12.6411 10.8042 12.198 11.1649C11.7552 11.5254 11.2474 11.7053 10.6725 11.7053H10.6725C9.99182 11.7056 9.41597 11.4691 8.94197 10.9951C8.46798 10.5211 8.23133 9.9451 8.23132 9.26417L10.6725 11.7553C11.2588 11.7553 11.7778 11.5715 12.2295 11.2037C12.6813 10.836 12.9714 10.3692 13.1 9.80332C13.1161 9.74946 13.1434 9.70794 13.1819 9.67876ZM13.1819 9.67876L13.1514 9.63912C13.2008 9.60114 13.2589 9.58744 13.3218 9.59649M13.1819 9.67876C13.2198 9.64957 13.2642 9.63866 13.315 9.64602M13.3218 9.59649C13.3219 9.5965 13.322 9.59652 13.3221 9.59653L13.315 9.64602M13.3218 9.59649C13.3217 9.59647 13.3216 9.59646 13.3215 9.59645L13.315 9.64602M13.3218 9.59649C13.39 9.60558 13.4437 9.63989 13.477 9.69904C13.5089 9.75549 13.5152 9.8172 13.4978 9.88091M13.315 9.64602C13.3688 9.65313 13.4083 9.67899 13.4335 9.7236C13.4586 9.7682 13.4638 9.81672 13.4491 9.86916M13.4978 9.88091C13.4979 9.88036 13.498 9.87982 13.4981 9.87928L13.4491 9.86916M13.4978 9.88091C13.4976 9.88149 13.4974 9.88208 13.4973 9.88266L13.4491 9.86916M13.4978 9.88091C13.3598 10.5469 13.028 11.0941 12.5034 11.5208L12.5034 11.5208C11.9783 11.9477 11.3674 12.1612 10.6729 12.1612L13.4491 9.86916M10.835 7.50068C10.8788 7.54451 10.9005 7.59969 10.9005 7.66267V9.16906L11.9185 10.2578C11.9517 10.291 11.9695 10.3319 11.9719 10.3806C11.974 10.4287 11.9562 10.4718 11.9185 10.5097C11.8805 10.5477 11.8384 10.5667 11.7921 10.5667C11.7461 10.5667 11.7042 10.5477 11.6665 10.5097L11.6312 10.5451L11.6311 10.5451C11.6311 10.545 11.6311 10.545 11.631 10.545L10.5458 9.45979C10.5458 9.45976 10.5458 9.45972 10.5457 9.45969C10.5107 9.42489 10.4842 9.3867 10.4679 9.34491C10.4524 9.30502 10.4446 9.26365 10.4446 9.22109V7.66267C10.4446 7.59955 10.4665 7.54431 10.5106 7.50049C10.5546 7.45683 10.6097 7.43502 10.6726 7.43472L10.6729 7.43472C10.736 7.43472 10.7912 7.45659 10.835 7.50068ZM10.835 7.50068C10.835 7.5007 10.835 7.50072 10.8351 7.50074L10.7996 7.53597L10.8349 7.50062C10.8349 7.50064 10.835 7.50066 10.835 7.50068ZM8.0023 10.3939L8.04822 10.3742L8.0023 10.3939C8.0023 10.3939 8.0023 10.3939 8.0023 10.3939ZM12.8078 7.37654V7.30296L12.7578 7.3229C12.7747 7.34054 12.7913 7.35842 12.8078 7.37654Z" fill="#FE558A" stroke="#FE558B" stroke-width="0.1"/>
4
+ </svg>