@naniteninja/dashboard-components-lib 1.0.0 → 1.0.1

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 (223) hide show
  1. package/esm2022/lib/components/auto-delegation/animations.mjs +1 -1
  2. package/esm2022/lib/components/auto-delegation/auto-delegation-modal.component.mjs +3 -3
  3. package/esm2022/lib/components/auto-delegation/enums/auto-delegation.event-type.enum.mjs +1 -1
  4. package/esm2022/lib/components/auto-delegation/enums/auto-delegation.event-value.enum.mjs +1 -1
  5. package/esm2022/lib/components/auto-delegation/interface/auto-delegation-data.interface.mjs +1 -1
  6. package/esm2022/lib/components/auto-delegation/interface/auto-delegation.event.interface.mjs +1 -1
  7. package/esm2022/lib/components/auto-delegation/interface/auto-delegation.modal-data.interface.mjs +1 -1
  8. package/esm2022/lib/components/auto-delegation/interface/preferences.interface.mjs +1 -1
  9. package/esm2022/lib/components/calendar/agenda/agenda-day-card/agenda-day-card.component.mjs +3 -3
  10. package/esm2022/lib/components/calendar/agenda/agenda.component.mjs +3 -3
  11. package/esm2022/lib/components/calendar/agenda/agenda.module.mjs +1 -2
  12. package/esm2022/lib/components/calendar/agenda/interfaces/agenda.day.interface.mjs +1 -1
  13. package/esm2022/lib/components/calendar/agenda/interfaces/agenda.event.inetrface.mjs +1 -1
  14. package/esm2022/lib/components/calendar/components/edit-recurring-event/edit-recurring-event.component.mjs +3 -3
  15. package/esm2022/lib/components/calendar/components/event-form/event-form.component.mjs +3 -3
  16. package/esm2022/lib/components/calendar/components/event-form/event-form.module.mjs +1 -1
  17. package/esm2022/lib/components/calendar/components/event-info/event-info.component.mjs +3 -3
  18. package/esm2022/lib/components/calendar/enums/calendar.account.enum.mjs +1 -1
  19. package/esm2022/lib/components/calendar/enums/calendar.account.icons.enum.mjs +1 -1
  20. package/esm2022/lib/components/calendar/enums/event-type.enum.mjs +1 -1
  21. package/esm2022/lib/components/calendar/enums/recurring.edit.options.enum.mjs +1 -1
  22. package/esm2022/lib/components/calendar/enums/recurring.type.enum.mjs +1 -1
  23. package/esm2022/lib/components/calendar/interfaces/calendar.account.interface.mjs +1 -1
  24. package/esm2022/lib/components/calendar/interfaces/calendar.account.theme.interface.mjs +1 -1
  25. package/esm2022/lib/components/calendar/interfaces/event.form.interface.mjs +1 -1
  26. package/esm2022/lib/components/calendar/interfaces/event.form.output.interface.mjs +1 -1
  27. package/esm2022/lib/components/calendar/interfaces/event.interface.mjs +1 -1
  28. package/esm2022/lib/components/calendar/interfaces/event.time.interface.mjs +1 -1
  29. package/esm2022/lib/components/calendar/interfaces/recurring.event.interface.mjs +1 -1
  30. package/esm2022/lib/components/calendar/interfaces/recurring.exception.interface.mjs +1 -1
  31. package/esm2022/lib/components/calendar/interfaces/recurring.pattern.interface.mjs +1 -1
  32. package/esm2022/lib/components/calendar/lookups/recurring.options.lookup.mjs +1 -1
  33. package/esm2022/lib/components/calendar/scheduler/enums/schedule-date-status.enum.mjs +1 -1
  34. package/esm2022/lib/components/calendar/scheduler/interfaces/scheduler.action.interface.mjs +1 -1
  35. package/esm2022/lib/components/calendar/scheduler/interfaces/scheduler.event.day.interface.mjs +1 -1
  36. package/esm2022/lib/components/calendar/scheduler/interfaces/scheduler.event.interface.mjs +1 -1
  37. package/esm2022/lib/components/calendar/scheduler/interfaces/scheduler.event.suggestion.interface.mjs +1 -1
  38. package/esm2022/lib/components/calendar/scheduler/interfaces/scheduler.slots.interface.mjs +1 -1
  39. package/esm2022/lib/components/calendar/scheduler/mock-schedule.mjs +1 -1
  40. package/esm2022/lib/components/calendar/scheduler/scheduler.component.mjs +3 -3
  41. package/esm2022/lib/components/calendar/services/calendar-utils.service.mjs +1 -1
  42. package/esm2022/lib/components/chat/chat.component.mjs +3 -3
  43. package/esm2022/lib/components/chat/chat.component.module.mjs +1 -1
  44. package/esm2022/lib/components/chat/chat.service.mjs +1 -1
  45. package/esm2022/lib/components/chat/enums/sender-types.enum.mjs +1 -1
  46. package/esm2022/lib/components/chat/gif-selector/gif-selector.component.mjs +3 -3
  47. package/esm2022/lib/components/chat/gif-selector/gif-selector.service.mjs +1 -1
  48. package/esm2022/lib/components/chat/gif-selector/tenor-media-format.interface.mjs +1 -1
  49. package/esm2022/lib/components/chat/gif-selector/tenor-object.interface.mjs +1 -1
  50. package/esm2022/lib/components/chat/gif-selector/tenor-result.interface.mjs +1 -1
  51. package/esm2022/lib/components/chat/interfaces/date-messages.interface.mjs +1 -1
  52. package/esm2022/lib/components/chat/interfaces/message-attachment.interface.mjs +1 -1
  53. package/esm2022/lib/components/chat/interfaces/message.interface.mjs +1 -1
  54. package/esm2022/lib/components/chat/interfaces/send-options-message.interface.mjs +1 -1
  55. package/esm2022/lib/components/chat/interfaces/type-send-message.enum.mjs +1 -1
  56. package/esm2022/lib/components/chat-suggestion/chat-suggestion.component.mjs +3 -3
  57. package/esm2022/lib/components/chat-suggestion/interfaces/chat-suggestion.interface.mjs +1 -1
  58. package/esm2022/lib/components/circle-progress/circle-progress.component.mjs +3 -3
  59. package/esm2022/lib/components/circle-progress/circle-progress.module.mjs +1 -1
  60. package/esm2022/lib/components/circle-progress/enums/circle-variable.enum.mjs +1 -1
  61. package/esm2022/lib/components/circle-progress/interfaces/circle-progress-config.interface.mjs +1 -1
  62. package/esm2022/lib/components/client-home/client-home.component.mjs +3 -3
  63. package/esm2022/lib/components/client-home/enums/client-home-component.enum.mjs +1 -1
  64. package/esm2022/lib/components/client-home/interfaces/chat-meta.interface.mjs +1 -1
  65. package/esm2022/lib/components/client-home/interfaces/home-dashboard-inputs.interface.mjs +1 -1
  66. package/esm2022/lib/components/client-home/interfaces/inner-partial-circle-progress-colors.interface.mjs +1 -1
  67. package/esm2022/lib/components/client-home/interfaces/partial-circle-progress-colors.interface.mjs +1 -1
  68. package/esm2022/lib/components/client-home/lookup/client-home.config.mjs +1 -1
  69. package/esm2022/lib/components/client-home/lookup/inner-progress-default-colors.config.mjs +1 -1
  70. package/esm2022/lib/components/client-home/lookup/inner-progress-pink-colors.config.mjs +1 -1
  71. package/esm2022/lib/components/client-home/lookup/inner-progress-purple-colors.config.mjs +1 -1
  72. package/esm2022/lib/components/client-home/lookup/inner-progress-teal-colors.config.mjs +1 -1
  73. package/esm2022/lib/components/client-home/lookup/inner-progress-white-colors.config.mjs +1 -1
  74. package/esm2022/lib/components/client-home/lookup/progress-default-colors.config.mjs +1 -1
  75. package/esm2022/lib/components/client-home/lookup/progress-white-colors.config.mjs +1 -1
  76. package/esm2022/lib/components/client-home/pipes/chat-meta.pipe.mjs +1 -1
  77. package/esm2022/lib/components/client-home/pipes/get-color-by-matcher.pipe.mjs +1 -1
  78. package/esm2022/lib/components/client-match-overview/client-match-overview.component.mjs +3 -3
  79. package/esm2022/lib/components/client-match-overview/enums/conversation-flag.enum.mjs +1 -1
  80. package/esm2022/lib/components/client-match-overview/enums/counter-flag-base.enum.mjs +1 -1
  81. package/esm2022/lib/components/client-match-overview/enums/inner-circle-state.enum.mjs +1 -1
  82. package/esm2022/lib/components/client-match-overview/interfaces/client-match-overview.interface.mjs +1 -1
  83. package/esm2022/lib/components/client-match-overview/interfaces/conversation-flag.interface.mjs +1 -1
  84. package/esm2022/lib/components/client-match-overview/interfaces/dashboard-match-request.interface.mjs +1 -1
  85. package/esm2022/lib/components/client-match-overview/interfaces/progress-decision.interface.mjs +1 -1
  86. package/esm2022/lib/components/client-match-overview/interfaces/progress-facts.interface.mjs +1 -1
  87. package/esm2022/lib/components/client-match-overview/lookups/computer-inner-state.lookup.mjs +1 -1
  88. package/esm2022/lib/components/client-match-overview/lookups/limit-dates-indicator.lookup.mjs +1 -1
  89. package/esm2022/lib/components/client-match-overview/progress-ticker/progress-gap.config.mjs +1 -1
  90. package/esm2022/lib/components/client-match-overview/progress-ticker/progress-ticker.config.mjs +1 -1
  91. package/esm2022/lib/components/client-match-overview/progress-ticker/progress-ticker.service.mjs +1 -1
  92. package/esm2022/lib/components/dashboard-swipeable-tabs/dashboard-swipeable-tabs.component.mjs +3 -3
  93. package/esm2022/lib/components/dashboard-swipeable-tabs/lookups/dashboard-main-swiper-options.mjs +1 -1
  94. package/esm2022/lib/components/dashboard-swipeable-tabs/lookups/dashboard-thumbs-swiper-options.mjs +1 -1
  95. package/esm2022/lib/components/dashboard-swipeable-tabs/lookups/main-swiper-default-options.mjs +1 -1
  96. package/esm2022/lib/components/dashboard-swipeable-tabs/lookups/thumbs-swiper-default-options.mjs +1 -1
  97. package/esm2022/lib/components/lib-client-dashboard/client-dashboard.component.mjs +3 -3
  98. package/esm2022/lib/components/lib-client-dashboard/enums/alert-status-fields.enum.mjs +1 -1
  99. package/esm2022/lib/components/lib-client-dashboard/enums/client-dashboard-component.enum.mjs +1 -1
  100. package/esm2022/lib/components/lib-client-dashboard/interfaces/client-dashboard-inputs.interface.mjs +1 -1
  101. package/esm2022/lib/components/lib-client-dashboard/lookups/client-dashboard.config.mjs +1 -1
  102. package/esm2022/lib/components/lib-compose-matcher-dash/compose-matcher-dash.component.mjs +3 -3
  103. package/esm2022/lib/components/lib-compose-matcher-dash/interfaces/chart-data.interface.mjs +1 -1
  104. package/esm2022/lib/components/lib-compose-matcher-dash/interfaces/chat-identifier.interface.mjs +1 -1
  105. package/esm2022/lib/components/lib-compose-matcher-dash/interfaces/matcher-dashboard-inputs.interface.mjs +1 -1
  106. package/esm2022/lib/components/lib-compose-matcher-dash/interfaces/matcher-profile.interface.mjs +1 -1
  107. package/esm2022/lib/components/lib-compose-matcher-dash/interfaces/prospect-data.interface.mjs +1 -1
  108. package/esm2022/lib/components/lib-compose-matcher-dash/pipes/get-profile-with-progress.pipe.mjs +1 -1
  109. package/esm2022/lib/components/matcher-statuses/enums/matcher-statuses.enum.mjs +1 -1
  110. package/esm2022/lib/components/matcher-statuses/interfaces/status.interface.mjs +1 -1
  111. package/esm2022/lib/components/matcher-statuses/lookups/matcher-statuses.lookup.mjs +1 -1
  112. package/esm2022/lib/components/matcher-statuses/matcher-statuses.component.mjs +3 -3
  113. package/esm2022/lib/components/matcher-statuses/pipes/is-status-included.pipe.mjs +1 -1
  114. package/esm2022/lib/components/profile-card/profile-card.component.mjs +3 -3
  115. package/esm2022/lib/components/profile-card/profile-card.module.mjs +1 -1
  116. package/esm2022/lib/components/spider-chart/interfaces/chart-data-circle.interface.mjs +1 -1
  117. package/esm2022/lib/components/spider-chart/interfaces/chart-data-defs-f.interface.mjs +1 -1
  118. package/esm2022/lib/components/spider-chart/interfaces/chart-data-defs-lg.interface.mjs +1 -1
  119. package/esm2022/lib/components/spider-chart/interfaces/chart-data-defs-rg.interface.mjs +1 -1
  120. package/esm2022/lib/components/spider-chart/interfaces/config.interface.mjs +1 -1
  121. package/esm2022/lib/components/spider-chart/interfaces/dataset.interface.mjs +1 -1
  122. package/esm2022/lib/components/spider-chart/interfaces/polygon-color.interface.mjs +1 -1
  123. package/esm2022/lib/components/spider-chart/interfaces/spider-chart-attribute.interface.mjs +1 -1
  124. package/esm2022/lib/components/spider-chart/lookup/default-spider-config.lookup.mjs +1 -1
  125. package/esm2022/lib/components/spider-chart/lookup/default-spider-config.mjs +1 -1
  126. package/esm2022/lib/components/spider-chart/lookup/demo-polygon-colors.lookup.mjs +1 -1
  127. package/esm2022/lib/components/spider-chart/lookup/svg-config.lookup.mjs +1 -1
  128. package/esm2022/lib/components/spider-chart/spider-chart.component.mjs +3 -3
  129. package/esm2022/lib/enums/direction.enum.mjs +1 -1
  130. package/esm2022/lib/enums/local-storage-keys.enum.mjs +1 -1
  131. package/esm2022/lib/model/select-option-template.mjs +1 -1
  132. package/esm2022/lib/operations/operations.mjs +1 -1
  133. package/esm2022/lib/pipes/array-sort/array.sort.pipe.mjs +1 -1
  134. package/esm2022/lib/pipes/count-non-empty-fields/count-non-empty-fields.pipe.mjs +1 -1
  135. package/esm2022/lib/pipes/date-localization/date-localization.pipe.mjs +1 -1
  136. package/esm2022/lib/pipes/fallback-translate/fallback-translate.pipe.mjs +1 -1
  137. package/esm2022/lib/pipes/get-display-value/get-display-value.pipe.mjs +1 -1
  138. package/esm2022/lib/pipes/get-multi-select-display-text/get-multi-select-display-text.pipe.mjs +1 -1
  139. package/esm2022/lib/pipes/initials/initials.pipe.mjs +1 -1
  140. package/esm2022/lib/pipes/round/round.pipe.mjs +1 -1
  141. package/esm2022/lib/pipes/update-llm-preference/update-llm-preference.pipe.mjs +1 -1
  142. package/esm2022/lib/services/abstract-cache.service.mjs +1 -1
  143. package/esm2022/lib/shared/shared/message-modal/message-modal.component.mjs +1 -1
  144. package/esm2022/lib/shared/shared.module.mjs +1 -1
  145. package/esm2022/public-api.mjs +1 -1
  146. package/fesm2022/naniteninja-dashboard-components-lib.mjs +38 -38
  147. package/fesm2022/naniteninja-dashboard-components-lib.mjs.map +1 -1
  148. package/package.json +2 -2
  149. package/src/assets/auto-delegation-modal/cross.svg +17 -17
  150. package/src/assets/auto-delegation-modal/menu.svg +3 -3
  151. package/src/assets/auto-delegation-modal/timer-center-dot.svg +25 -25
  152. package/src/assets/auto-delegation-modal/user-profile.svg +9 -9
  153. package/src/assets/circle-progress/circle-progress-1.svg +159 -159
  154. package/src/assets/circle-progress/circle-progress-2.svg +155 -155
  155. package/src/assets/circle-progress/circle-progress-3.svg +25 -25
  156. package/src/assets/circle-progress/circle-progress.svg +159 -159
  157. package/src/assets/client-match-overview/background-eclipse.svg +13 -13
  158. package/src/assets/grid/icons/filter-button.svg +47 -47
  159. package/src/assets/grid/images/chips-background-shadow.svg +34 -34
  160. package/src/assets/icons/back-v2.svg +14 -14
  161. package/src/assets/icons/checkbox/checkbox-off.svg +72 -72
  162. package/src/assets/icons/checkbox/checkbox-on.svg +113 -113
  163. package/src/assets/icons/checkmark-button.svg +72 -72
  164. package/src/assets/icons/checkmark.svg +7 -7
  165. package/src/assets/icons/close-icon.svg +3 -3
  166. package/src/assets/icons/compose-matcher/notes.svg +4 -4
  167. package/src/assets/icons/compose-matcher/profile.svg +4 -4
  168. package/src/assets/icons/compose-matcher/suggest.svg +3 -3
  169. package/src/assets/icons/compose-matcher/visual.svg +3 -3
  170. package/src/assets/icons/default-profile.svg +23 -23
  171. package/src/assets/icons/defualt.svg +5 -5
  172. package/src/assets/icons/first-page.svg +7 -7
  173. package/src/assets/icons/incrementer/minus.svg +3 -3
  174. package/src/assets/icons/incrementer/plus.svg +3 -3
  175. package/src/assets/icons/info.svg +5 -5
  176. package/src/assets/icons/last-page.svg +7 -7
  177. package/src/assets/icons/minus.svg +3 -3
  178. package/src/assets/icons/next-page.svg +6 -6
  179. package/src/assets/icons/plus.svg +3 -3
  180. package/src/assets/icons/popup-defualt.svg +34 -34
  181. package/src/assets/icons/prev-page.svg +6 -6
  182. package/src/assets/icons/send-icon.svg +4 -4
  183. package/src/assets/icons/shake.svg +74 -74
  184. package/src/assets/icons/thumbs-up.svg +28 -28
  185. package/src/assets/nsfw/blazeface.bundle.js +1 -1
  186. package/src/assets/nsfw/model/model.json +4085 -4085
  187. package/src/assets/nsfw/nsfwjs.bundle.js +1 -1
  188. package/src/assets/nsfw/tf.bundle.js +1 -1
  189. package/src/assets/scheduler/accept.svg +3 -3
  190. package/src/assets/scheduler/accept_active.svg +3 -3
  191. package/src/assets/scheduler/arrow.svg +13 -13
  192. package/src/assets/scheduler/cancel.svg +3 -3
  193. package/src/assets/scheduler/cancel_active.svg +3 -3
  194. package/src/assets/scheduler/heart.svg +18 -18
  195. package/src/lib/shared-styles/common/animations.scss +48 -48
  196. package/src/lib/shared-styles/common/base-input-field.scss +132 -132
  197. package/src/lib/shared-styles/common/buttons.scss +152 -152
  198. package/src/lib/shared-styles/common/cards.scss +163 -163
  199. package/src/lib/shared-styles/common/client-dash.scss +5 -5
  200. package/src/lib/shared-styles/common/date-picker.scss +179 -179
  201. package/src/lib/shared-styles/common/draggable-scroll-and-marquee.scss +34 -34
  202. package/src/lib/shared-styles/common/feedback.scss +157 -157
  203. package/src/lib/shared-styles/common/fonts.scss +3 -3
  204. package/src/lib/shared-styles/common/information-card.scss +56 -56
  205. package/src/lib/shared-styles/common/input.scss +110 -110
  206. package/src/lib/shared-styles/common/lib-styles-utils.scss +157 -157
  207. package/src/lib/shared-styles/common/lists.scss +91 -91
  208. package/src/lib/shared-styles/common/login.scss +32 -32
  209. package/src/lib/shared-styles/common/maps.scss +10 -10
  210. package/src/lib/shared-styles/common/matcher-dash.scss +49 -49
  211. package/src/lib/shared-styles/common/modal_styles.scss +32 -32
  212. package/src/lib/shared-styles/common/notifications-list.scss +9 -9
  213. package/src/lib/shared-styles/common/overrides.scss +6 -6
  214. package/src/lib/shared-styles/common/pulse.scss +26 -26
  215. package/src/lib/shared-styles/common/swiper.scss +5 -5
  216. package/src/lib/shared-styles/common/tab-menu.scss +74 -74
  217. package/src/lib/shared-styles/common/theme.scss +55 -55
  218. package/src/lib/shared-styles/common/typography.scss +121 -121
  219. package/src/lib/shared-styles/common/user-menu.scss +129 -129
  220. package/src/lib/shared-styles/fonts/calistoga.font.scss +6 -6
  221. package/src/lib/shared-styles/fonts/gilroy.font.scss +160 -160
  222. package/src/lib/shared-styles/styles.scss +25 -25
  223. package/naniteninja-dashboard-components-lib-1.0.0.tgz +0 -0
@@ -1,72 +1,72 @@
1
- <svg width="100%" height="100%" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g filter="url(#filter1_ii_152_2082j0j3mxsipas4uvy6ix62)">
3
- <rect width="24" height="24" rx="12" transform="matrix(1 0 0 -1 0.42627 24.6172)"
4
- fill="url(#paint1_linear_152_2082j0j3mxsipas4uvy6ix62)"></rect>
5
-
6
- <g filter="url(#filter2_ii_152_2082j0j3mxsipas4uvy6ix62)">
7
-
8
- <rect x="0.342041" y="0.597656" width="24" height="24" rx="2" fill="#27242C"></rect>
9
- </g>
10
-
11
- <rect x="0.904541" y="1.16016" width="22.875" height="22.875" rx="1.5" stroke="white"
12
- stroke-opacity="0.25" stroke-width="1.125"></rect>
13
- </g>
14
-
15
- <defs>
16
- <filter x="-0.804881" y="-0.549266" width="202.98" height="37.7826" filterUnits="userSpaceOnUse"
17
- color-interpolation-filters="sRGB" id="filter1_ii_152_2082j0j3mxsipas4uvy6ix62">
18
- <feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood>
19
- <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"></feBlend>
20
- <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
21
- result="hardAlpha"></feColorMatrix>
22
- <feOffset dx="-1.14692" dy="-1.14692"></feOffset>
23
- <feGaussianBlur stdDeviation="2.29384"></feGaussianBlur>
24
- <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"></feComposite>
25
- <feColorMatrix type="matrix" values="0 0 0 0 0.795 0 0 0 0 0.78 0 0 0 0 0.82 0 0 0 0.5 0">
26
- </feColorMatrix>
27
- <feBlend mode="normal" in2="shape" result="effect1_innerShadow_152_2082"></feBlend>
28
- <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
29
- result="hardAlpha"></feColorMatrix>
30
- <feMorphology radius="1.43365" operator="erode" in="SourceAlpha"
31
- result="effect2_innerShadow_152_2082"></feMorphology>
32
- <feOffset dx="9.74884" dy="12.6161"></feOffset>
33
- <feGaussianBlur stdDeviation="5.73461"></feGaussianBlur>
34
- <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"></feComposite>
35
- <feColorMatrix type="matrix" values="0 0 0 0 0.06825 0 0 0 0 0.063 0 0 0 0 0.077 0 0 0 0.7 0">
36
- </feColorMatrix>
37
- <feBlend mode="normal" in2="effect1_innerShadow_152_2082" result="effect2_innerShadow_152_2082">
38
- </feBlend>
39
- </filter>
40
- <filter x="-5.15796" y="-4.90234" width="41.5" height="40.5" filterUnits="userSpaceOnUse"
41
- color-interpolation-filters="sRGB" id="filter2_ii_152_2082j0j3mxsipas4uvy6ix62">
42
- <feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood>
43
- <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"></feBlend>
44
- <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
45
- result="hardAlpha"></feColorMatrix>
46
- <feMorphology radius="4.4" operator="dilate" in="SourceAlpha" result="effect1_innerShadow_152_2082">
47
- </feMorphology>
48
- <feOffset dx="-5.5" dy="-5.5"></feOffset>
49
- <feGaussianBlur stdDeviation="8.8"></feGaussianBlur>
50
- <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"></feComposite>
51
- <feColorMatrix type="matrix" values="0 0 0 0 0.795 0 0 0 0 0.78 0 0 0 0 0.82 0 0 0 0.25 0">
52
- </feColorMatrix>
53
- <feBlend mode="normal" in2="shape" result="effect1_innerShadow_152_2082"></feBlend>
54
- <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
55
- result="hardAlpha"></feColorMatrix>
56
- <feMorphology radius="2.75" operator="erode" in="SourceAlpha" result="effect2_innerShadow_152_2082">
57
- </feMorphology>
58
- <feOffset dx="12" dy="11"></feOffset>
59
- <feGaussianBlur stdDeviation="14.85"></feGaussianBlur>
60
- <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"></feComposite>
61
- <feColorMatrix type="matrix" values="0 0 0 0 0.06825 0 0 0 0 0.063 0 0 0 0 0.077 0 0 0 0.65 0">
62
- </feColorMatrix>
63
- <feBlend mode="normal" in2="effect1_innerShadow_152_2082" result="effect2_innerShadow_152_2082">
64
- </feBlend>
65
- </filter>
66
- <linearGradient x1="21.5692" y1="1.109" x2="16.326" y2="27.6389" gradientUnits="userSpaceOnUse"
67
- id="paint1_linear_152_2082j0j3mxsipas4uvy6ix62">
68
- <stop offset="0.581821" stop-color="#27242C"></stop>
69
- <stop offset="1" stop-color="#0C0B0E"></stop>
70
- </linearGradient>
71
- </defs>
72
- </svg>
1
+ <svg width="100%" height="100%" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g filter="url(#filter1_ii_152_2082j0j3mxsipas4uvy6ix62)">
3
+ <rect width="24" height="24" rx="12" transform="matrix(1 0 0 -1 0.42627 24.6172)"
4
+ fill="url(#paint1_linear_152_2082j0j3mxsipas4uvy6ix62)"></rect>
5
+
6
+ <g filter="url(#filter2_ii_152_2082j0j3mxsipas4uvy6ix62)">
7
+
8
+ <rect x="0.342041" y="0.597656" width="24" height="24" rx="2" fill="#27242C"></rect>
9
+ </g>
10
+
11
+ <rect x="0.904541" y="1.16016" width="22.875" height="22.875" rx="1.5" stroke="white"
12
+ stroke-opacity="0.25" stroke-width="1.125"></rect>
13
+ </g>
14
+
15
+ <defs>
16
+ <filter x="-0.804881" y="-0.549266" width="202.98" height="37.7826" filterUnits="userSpaceOnUse"
17
+ color-interpolation-filters="sRGB" id="filter1_ii_152_2082j0j3mxsipas4uvy6ix62">
18
+ <feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood>
19
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"></feBlend>
20
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
21
+ result="hardAlpha"></feColorMatrix>
22
+ <feOffset dx="-1.14692" dy="-1.14692"></feOffset>
23
+ <feGaussianBlur stdDeviation="2.29384"></feGaussianBlur>
24
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"></feComposite>
25
+ <feColorMatrix type="matrix" values="0 0 0 0 0.795 0 0 0 0 0.78 0 0 0 0 0.82 0 0 0 0.5 0">
26
+ </feColorMatrix>
27
+ <feBlend mode="normal" in2="shape" result="effect1_innerShadow_152_2082"></feBlend>
28
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
29
+ result="hardAlpha"></feColorMatrix>
30
+ <feMorphology radius="1.43365" operator="erode" in="SourceAlpha"
31
+ result="effect2_innerShadow_152_2082"></feMorphology>
32
+ <feOffset dx="9.74884" dy="12.6161"></feOffset>
33
+ <feGaussianBlur stdDeviation="5.73461"></feGaussianBlur>
34
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"></feComposite>
35
+ <feColorMatrix type="matrix" values="0 0 0 0 0.06825 0 0 0 0 0.063 0 0 0 0 0.077 0 0 0 0.7 0">
36
+ </feColorMatrix>
37
+ <feBlend mode="normal" in2="effect1_innerShadow_152_2082" result="effect2_innerShadow_152_2082">
38
+ </feBlend>
39
+ </filter>
40
+ <filter x="-5.15796" y="-4.90234" width="41.5" height="40.5" filterUnits="userSpaceOnUse"
41
+ color-interpolation-filters="sRGB" id="filter2_ii_152_2082j0j3mxsipas4uvy6ix62">
42
+ <feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood>
43
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"></feBlend>
44
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
45
+ result="hardAlpha"></feColorMatrix>
46
+ <feMorphology radius="4.4" operator="dilate" in="SourceAlpha" result="effect1_innerShadow_152_2082">
47
+ </feMorphology>
48
+ <feOffset dx="-5.5" dy="-5.5"></feOffset>
49
+ <feGaussianBlur stdDeviation="8.8"></feGaussianBlur>
50
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"></feComposite>
51
+ <feColorMatrix type="matrix" values="0 0 0 0 0.795 0 0 0 0 0.78 0 0 0 0 0.82 0 0 0 0.25 0">
52
+ </feColorMatrix>
53
+ <feBlend mode="normal" in2="shape" result="effect1_innerShadow_152_2082"></feBlend>
54
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
55
+ result="hardAlpha"></feColorMatrix>
56
+ <feMorphology radius="2.75" operator="erode" in="SourceAlpha" result="effect2_innerShadow_152_2082">
57
+ </feMorphology>
58
+ <feOffset dx="12" dy="11"></feOffset>
59
+ <feGaussianBlur stdDeviation="14.85"></feGaussianBlur>
60
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"></feComposite>
61
+ <feColorMatrix type="matrix" values="0 0 0 0 0.06825 0 0 0 0 0.063 0 0 0 0 0.077 0 0 0 0.65 0">
62
+ </feColorMatrix>
63
+ <feBlend mode="normal" in2="effect1_innerShadow_152_2082" result="effect2_innerShadow_152_2082">
64
+ </feBlend>
65
+ </filter>
66
+ <linearGradient x1="21.5692" y1="1.109" x2="16.326" y2="27.6389" gradientUnits="userSpaceOnUse"
67
+ id="paint1_linear_152_2082j0j3mxsipas4uvy6ix62">
68
+ <stop offset="0.581821" stop-color="#27242C"></stop>
69
+ <stop offset="1" stop-color="#0C0B0E"></stop>
70
+ </linearGradient>
71
+ </defs>
72
+ </svg>
@@ -1,113 +1,113 @@
1
- <svg width="100%" height="100%" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g filter="url(#filter1_ii_152_1615v1knw78c2ksxer2rjw05)">
3
- <rect width="24" height="24" rx="4" transform="matrix(1 0 0 -1 0.92627 24.6172)"
4
- fill="url(#paint1_linear_152_1615v1knw78c2ksxer2rjw05)"></rect>
5
- <g filter="url(#filter2_ii_152_1615v1knw78c2ksxer2rjw05)"></g>
6
- <g filter="url(#filter3_ii_152_1615v1knw78c2ksxer2rjw05)"></g>
7
- <rect x="1.96704" y="1.72266" width="21.75" height="21.75" rx="2" stroke="#FE3C72"
8
- stroke-width="2.25"></rect>
9
- </g>
10
- <g filter="url(#filter4_f_152_1615v1knw78c2ksxer2rjw05)">
11
- <circle cx="12.842" cy="12.5977"
12
- fill="url(#paint2_linear_152_1615v1knw78c2ksxer2rjw05)"></circle>
13
- </g>
14
- <defs>
15
- <filter x="-0.304881" y="-0.549266" width="202.98" height="37.7826" filterUnits="userSpaceOnUse"
16
- color-interpolation-filters="sRGB" id="filter1_ii_152_1615v1knw78c2ksxer2rjw05">
17
- <feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood>
18
- <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"></feBlend>
19
- <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
20
- result="hardAlpha"></feColorMatrix>
21
- <feOffset dx="-1.14692" dy="-1.14692"></feOffset>
22
- <feGaussianBlur stdDeviation="2.29384"></feGaussianBlur>
23
- <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"></feComposite>
24
- <feColorMatrix type="matrix" values="0 0 0 0 0.795 0 0 0 0 0.78 0 0 0 0 0.82 0 0 0 0.5 0">
25
- </feColorMatrix>
26
- <feBlend mode="normal" in2="shape" result="effect1_innerShadow_152_1615"></feBlend>
27
- <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
28
- result="hardAlpha"></feColorMatrix>
29
- <feMorphology radius="1.43365" operator="erode" in="SourceAlpha"
30
- result="effect2_innerShadow_152_1615"></feMorphology>
31
- <feOffset dx="9.74884" dy="12.6161"></feOffset>
32
- <feGaussianBlur stdDeviation="5.73461"></feGaussianBlur>
33
- <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"></feComposite>
34
- <feColorMatrix type="matrix" values="0 0 0 0 0.06825 0 0 0 0 0.063 0 0 0 0 0.077 0 0 0 0.7 0">
35
- </feColorMatrix>
36
- <feBlend mode="normal" in2="effect1_innerShadow_152_1615" result="effect2_innerShadow_152_1615">
37
- </feBlend>
38
- </filter>
39
- <filter x="-4.65796" y="-4.90234" width="41.5" height="40.5" filterUnits="userSpaceOnUse"
40
- color-interpolation-filters="sRGB" id="filter2_ii_152_1615v1knw78c2ksxer2rjw05">
41
- <feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood>
42
- <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"></feBlend>
43
- <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
44
- result="hardAlpha"></feColorMatrix>
45
- <feMorphology radius="4.4" operator="dilate" in="SourceAlpha" result="effect1_innerShadow_152_1615">
46
- </feMorphology>
47
- <feOffset dx="-5.5" dy="-5.5"></feOffset>
48
- <feGaussianBlur stdDeviation="8.8"></feGaussianBlur>
49
- <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"></feComposite>
50
- <feColorMatrix type="matrix" values="0 0 0 0 0.795 0 0 0 0 0.78 0 0 0 0 0.82 0 0 0 0.25 0">
51
- </feColorMatrix>
52
- <feBlend mode="normal" in2="shape" result="effect1_innerShadow_152_1615"></feBlend>
53
- <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
54
- result="hardAlpha"></feColorMatrix>
55
- <feMorphology radius="2.75" operator="erode" in="SourceAlpha" result="effect2_innerShadow_152_1615">
56
- </feMorphology>
57
- <feOffset dx="12" dy="11"></feOffset>
58
- <feGaussianBlur stdDeviation="14.85"></feGaussianBlur>
59
- <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"></feComposite>
60
- <feColorMatrix type="matrix" values="0 0 0 0 0.06825 0 0 0 0 0.063 0 0 0 0 0.077 0 0 0 0.65 0">
61
- </feColorMatrix>
62
- <feBlend mode="normal" in2="effect1_innerShadow_152_1615" result="effect2_innerShadow_152_1615">
63
- </feBlend>
64
- </filter>
65
- <filter x="-4.65796" y="-4.90234" width="41.5" height="40.5" filterUnits="userSpaceOnUse"
66
- color-interpolation-filters="sRGB" id="filter3_ii_152_1615v1knw78c2ksxer2rjw05">
67
- <feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood>
68
- <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"></feBlend>
69
- <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
70
- result="hardAlpha"></feColorMatrix>
71
- <feMorphology radius="4.4" operator="dilate" in="SourceAlpha" result="effect1_innerShadow_152_1615">
72
- </feMorphology>
73
- <feOffset dx="-5.5" dy="-5.5"></feOffset>
74
- <feGaussianBlur stdDeviation="8.8"></feGaussianBlur>
75
- <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"></feComposite>
76
- <feColorMatrix type="matrix" values="0 0 0 0 0.795 0 0 0 0 0.78 0 0 0 0 0.82 0 0 0 0.25 0">
77
- </feColorMatrix>
78
- <feBlend mode="normal" in2="shape" result="effect1_innerShadow_152_1615"></feBlend>
79
- <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
80
- result="hardAlpha"></feColorMatrix>
81
- <feMorphology radius="2.75" operator="erode" in="SourceAlpha" result="effect2_innerShadow_152_1615">
82
- </feMorphology>
83
- <feOffset dx="12" dy="11"></feOffset>
84
- <feGaussianBlur stdDeviation="14.85"></feGaussianBlur>
85
- <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"></feComposite>
86
- <feColorMatrix type="matrix" values="0 0 0 0 0.06825 0 0 0 0 0.063 0 0 0 0 0.077 0 0 0 0.65 0">
87
- </feColorMatrix>
88
- <feBlend mode="normal" in2="effect1_innerShadow_152_1615" result="effect2_innerShadow_152_1615">
89
- </feBlend>
90
- </filter>
91
- <filter x="3.84204" y="3.59766" width="18" height="18" filterUnits="userSpaceOnUse"
92
- color-interpolation-filters="sRGB" id="filter4_f_152_1615v1knw78c2ksxer2rjw05">
93
- <feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood>
94
- <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"></feBlend>
95
- <feGaussianBlur stdDeviation="1.875" result="effect1_foregroundBlur_152_1615"></feGaussianBlur>
96
- </filter>
97
- <linearGradient x1="21.5692" y1="1.109" x2="16.326" y2="27.6389" gradientUnits="userSpaceOnUse"
98
- id="paint1_linear_152_1615v1knw78c2ksxer2rjw05">
99
- <stop offset="0.581821" stop-color="#27242C"></stop>
100
- <stop offset="1" stop-color="#0C0B0E"></stop>
101
- </linearGradient>
102
- <linearGradient x1="7.78295" y1="6.72478" x2="18.8883" y2="7.58654" gradientUnits="userSpaceOnUse"
103
- id="paint2_linear_152_1615v1knw78c2ksxer2rjw05">
104
- <stop stop-color="#FE3C72"></stop>
105
- <stop offset="1" stop-color="#E15561"></stop>
106
- </linearGradient>
107
- <linearGradient x1="7.78295" y1="6.72478" x2="18.8883" y2="7.58654" gradientUnits="userSpaceOnUse"
108
- id="paint3_linear_152_1615v1knw78c2ksxer2rjw05">
109
- <stop stop-color="#FE3C72"></stop>
110
- <stop offset="1" stop-color="#E15561"></stop>
111
- </linearGradient>
112
- </defs>
113
- </svg>
1
+ <svg width="100%" height="100%" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g filter="url(#filter1_ii_152_1615v1knw78c2ksxer2rjw05)">
3
+ <rect width="24" height="24" rx="4" transform="matrix(1 0 0 -1 0.92627 24.6172)"
4
+ fill="url(#paint1_linear_152_1615v1knw78c2ksxer2rjw05)"></rect>
5
+ <g filter="url(#filter2_ii_152_1615v1knw78c2ksxer2rjw05)"></g>
6
+ <g filter="url(#filter3_ii_152_1615v1knw78c2ksxer2rjw05)"></g>
7
+ <rect x="1.96704" y="1.72266" width="21.75" height="21.75" rx="2" stroke="#FE3C72"
8
+ stroke-width="2.25"></rect>
9
+ </g>
10
+ <g filter="url(#filter4_f_152_1615v1knw78c2ksxer2rjw05)">
11
+ <circle cx="12.842" cy="12.5977"
12
+ fill="url(#paint2_linear_152_1615v1knw78c2ksxer2rjw05)"></circle>
13
+ </g>
14
+ <defs>
15
+ <filter x="-0.304881" y="-0.549266" width="202.98" height="37.7826" filterUnits="userSpaceOnUse"
16
+ color-interpolation-filters="sRGB" id="filter1_ii_152_1615v1knw78c2ksxer2rjw05">
17
+ <feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood>
18
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"></feBlend>
19
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
20
+ result="hardAlpha"></feColorMatrix>
21
+ <feOffset dx="-1.14692" dy="-1.14692"></feOffset>
22
+ <feGaussianBlur stdDeviation="2.29384"></feGaussianBlur>
23
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"></feComposite>
24
+ <feColorMatrix type="matrix" values="0 0 0 0 0.795 0 0 0 0 0.78 0 0 0 0 0.82 0 0 0 0.5 0">
25
+ </feColorMatrix>
26
+ <feBlend mode="normal" in2="shape" result="effect1_innerShadow_152_1615"></feBlend>
27
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
28
+ result="hardAlpha"></feColorMatrix>
29
+ <feMorphology radius="1.43365" operator="erode" in="SourceAlpha"
30
+ result="effect2_innerShadow_152_1615"></feMorphology>
31
+ <feOffset dx="9.74884" dy="12.6161"></feOffset>
32
+ <feGaussianBlur stdDeviation="5.73461"></feGaussianBlur>
33
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"></feComposite>
34
+ <feColorMatrix type="matrix" values="0 0 0 0 0.06825 0 0 0 0 0.063 0 0 0 0 0.077 0 0 0 0.7 0">
35
+ </feColorMatrix>
36
+ <feBlend mode="normal" in2="effect1_innerShadow_152_1615" result="effect2_innerShadow_152_1615">
37
+ </feBlend>
38
+ </filter>
39
+ <filter x="-4.65796" y="-4.90234" width="41.5" height="40.5" filterUnits="userSpaceOnUse"
40
+ color-interpolation-filters="sRGB" id="filter2_ii_152_1615v1knw78c2ksxer2rjw05">
41
+ <feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood>
42
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"></feBlend>
43
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
44
+ result="hardAlpha"></feColorMatrix>
45
+ <feMorphology radius="4.4" operator="dilate" in="SourceAlpha" result="effect1_innerShadow_152_1615">
46
+ </feMorphology>
47
+ <feOffset dx="-5.5" dy="-5.5"></feOffset>
48
+ <feGaussianBlur stdDeviation="8.8"></feGaussianBlur>
49
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"></feComposite>
50
+ <feColorMatrix type="matrix" values="0 0 0 0 0.795 0 0 0 0 0.78 0 0 0 0 0.82 0 0 0 0.25 0">
51
+ </feColorMatrix>
52
+ <feBlend mode="normal" in2="shape" result="effect1_innerShadow_152_1615"></feBlend>
53
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
54
+ result="hardAlpha"></feColorMatrix>
55
+ <feMorphology radius="2.75" operator="erode" in="SourceAlpha" result="effect2_innerShadow_152_1615">
56
+ </feMorphology>
57
+ <feOffset dx="12" dy="11"></feOffset>
58
+ <feGaussianBlur stdDeviation="14.85"></feGaussianBlur>
59
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"></feComposite>
60
+ <feColorMatrix type="matrix" values="0 0 0 0 0.06825 0 0 0 0 0.063 0 0 0 0 0.077 0 0 0 0.65 0">
61
+ </feColorMatrix>
62
+ <feBlend mode="normal" in2="effect1_innerShadow_152_1615" result="effect2_innerShadow_152_1615">
63
+ </feBlend>
64
+ </filter>
65
+ <filter x="-4.65796" y="-4.90234" width="41.5" height="40.5" filterUnits="userSpaceOnUse"
66
+ color-interpolation-filters="sRGB" id="filter3_ii_152_1615v1knw78c2ksxer2rjw05">
67
+ <feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood>
68
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"></feBlend>
69
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
70
+ result="hardAlpha"></feColorMatrix>
71
+ <feMorphology radius="4.4" operator="dilate" in="SourceAlpha" result="effect1_innerShadow_152_1615">
72
+ </feMorphology>
73
+ <feOffset dx="-5.5" dy="-5.5"></feOffset>
74
+ <feGaussianBlur stdDeviation="8.8"></feGaussianBlur>
75
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"></feComposite>
76
+ <feColorMatrix type="matrix" values="0 0 0 0 0.795 0 0 0 0 0.78 0 0 0 0 0.82 0 0 0 0.25 0">
77
+ </feColorMatrix>
78
+ <feBlend mode="normal" in2="shape" result="effect1_innerShadow_152_1615"></feBlend>
79
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
80
+ result="hardAlpha"></feColorMatrix>
81
+ <feMorphology radius="2.75" operator="erode" in="SourceAlpha" result="effect2_innerShadow_152_1615">
82
+ </feMorphology>
83
+ <feOffset dx="12" dy="11"></feOffset>
84
+ <feGaussianBlur stdDeviation="14.85"></feGaussianBlur>
85
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"></feComposite>
86
+ <feColorMatrix type="matrix" values="0 0 0 0 0.06825 0 0 0 0 0.063 0 0 0 0 0.077 0 0 0 0.65 0">
87
+ </feColorMatrix>
88
+ <feBlend mode="normal" in2="effect1_innerShadow_152_1615" result="effect2_innerShadow_152_1615">
89
+ </feBlend>
90
+ </filter>
91
+ <filter x="3.84204" y="3.59766" width="18" height="18" filterUnits="userSpaceOnUse"
92
+ color-interpolation-filters="sRGB" id="filter4_f_152_1615v1knw78c2ksxer2rjw05">
93
+ <feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood>
94
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"></feBlend>
95
+ <feGaussianBlur stdDeviation="1.875" result="effect1_foregroundBlur_152_1615"></feGaussianBlur>
96
+ </filter>
97
+ <linearGradient x1="21.5692" y1="1.109" x2="16.326" y2="27.6389" gradientUnits="userSpaceOnUse"
98
+ id="paint1_linear_152_1615v1knw78c2ksxer2rjw05">
99
+ <stop offset="0.581821" stop-color="#27242C"></stop>
100
+ <stop offset="1" stop-color="#0C0B0E"></stop>
101
+ </linearGradient>
102
+ <linearGradient x1="7.78295" y1="6.72478" x2="18.8883" y2="7.58654" gradientUnits="userSpaceOnUse"
103
+ id="paint2_linear_152_1615v1knw78c2ksxer2rjw05">
104
+ <stop stop-color="#FE3C72"></stop>
105
+ <stop offset="1" stop-color="#E15561"></stop>
106
+ </linearGradient>
107
+ <linearGradient x1="7.78295" y1="6.72478" x2="18.8883" y2="7.58654" gradientUnits="userSpaceOnUse"
108
+ id="paint3_linear_152_1615v1knw78c2ksxer2rjw05">
109
+ <stop stop-color="#FE3C72"></stop>
110
+ <stop offset="1" stop-color="#E15561"></stop>
111
+ </linearGradient>
112
+ </defs>
113
+ </svg>
@@ -1,72 +1,72 @@
1
- <svg width="100%" height="100%" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g mask="url(#circle-mask)" style="transform: scale(0.8); transform-origin: center">
3
- <g style="transform: scale(2.5); transform-origin: center; transform-fill: fill-box;">
4
- <g style="transform: translate(5px, 4.5px)">
5
- <g filter="url(#filter0_ddf_131_526)">
6
- <rect x="16.4537" y="16.9095" width="20.9373" height="20.1321" rx="10.066" fill="url(#paint0_linear_131_526)" fill-opacity="0.81" shape-rendering="crispEdges" />
7
- </g>
8
- <g filter="url(#filter1_ddf_131_526)">
9
- <rect x="16.4537" y="17.7148" width="20.9373" height="20.1321" rx="10.066" fill="url(#paint1_linear_131_526)" fill-opacity="0.81" shape-rendering="crispEdges" />
10
- </g>
11
- <path d="M21 27.4 L25 30.9632l7.3 -7" stroke="white" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round" />
12
- </g></g></g>
13
- <defs>
14
- <radialGradient id="fade-out-mask" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
15
- <stop offset="0%" style="stop-color:white; stop-opacity:1" />
16
- <stop offset="80%" style="stop-color:white; stop-opacity:1" />
17
- <stop offset="100%" style="stop-color:black; stop-opacity:0" />
18
- </radialGradient>
19
- <mask id="circle-mask">
20
- <circle r="32" cx="32" cy="32" fill="url(#fade-out-mask)" />
21
- </mask>
22
-
23
-
24
- <filter id="filter0_ddf_131_526" x="0.473761" y="0.92951" width="52.8973" height="52.092" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
25
- <feFlood flood-opacity="0" result="BackgroundImageFix" />
26
- <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha" />
27
- <feMorphology radius="0.8211" operator="dilate" in="SourceAlpha" result="effect1_dropShadow_131_526" />
28
- <feOffset dy="2.5568" />
29
- <feGaussianBlur stdDeviation="1.2784" />
30
- <feComposite in2="hardAlpha" operator="out" />
31
- <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.43 0" />
32
- <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_131_526" />
33
- <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha" />
34
- <feMorphology radius="5.32666" operator="dilate" in="SourceAlpha" result="effect2_dropShadow_131_526" />
35
- <feOffset />
36
- <feGaussianBlur stdDeviation="5.32666" />
37
- <feComposite in2="hardAlpha" operator="out" />
38
- <feColorMatrix type="matrix" values="0 0 0 0 0.258738 0 0 0 0 0.258738 0 0 0 0 0.258738 0 0 0 0.61 0" />
39
- <feBlend mode="normal" in2="effect1_dropShadow_131_526" result="effect2_dropShadow_131_526" />
40
- <feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow_131_526" result="shape" />
41
- <feGaussianBlur stdDeviation="0.266333" result="effect3_foregroundBlur_131_526" />
42
- </filter>
43
- <filter id="filter1_ddf_131_526" x="4.27678" y="4.87961" width="59.772" height="58.9667" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
44
- <feFlood flood-opacity="0" result="BackgroundImageFix" />
45
- <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha" />
46
- <feMorphology radius="1.64553" operator="dilate" in="SourceAlpha" result="effect1_dropShadow_131_526" />
47
- <feOffset dx="7.24035" dy="6.58214" />
48
- <feGaussianBlur stdDeviation="8.88589" />
49
- <feComposite in2="hardAlpha" operator="out" />
50
- <feColorMatrix type="matrix" values="0 0 0 0 0.070249 0 0 0 0 0.0696554 0 0 0 0 0.0712385 0 0 0 0.65 0" />
51
- <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_131_526" />
52
- <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha" />
53
- <feOffset />
54
- <feGaussianBlur stdDeviation="1.22513" />
55
- <feComposite in2="hardAlpha" operator="out" />
56
- <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3 0" />
57
- <feBlend mode="normal" in2="effect1_dropShadow_131_526" result="effect2_dropShadow_131_526" />
58
- <feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow_131_526" result="shape" />
59
- <feGaussianBlur stdDeviation="0.266333" result="effect3_foregroundBlur_131_526" />
60
- </filter>
61
- <linearGradient id="paint0_linear_131_526" x1="26.4862" y1="7.68229" x2="29.2119" y2="39.4247" gradientUnits="userSpaceOnUse">
62
- <stop offset="0.456411" stop-color="#69686A" />
63
- <stop offset="0.893" stop-color="#29252D" />
64
- <stop offset="0.953901" stop-color="#29252D" />
65
- </linearGradient>
66
- <linearGradient id="paint1_linear_131_526" x1="26.4862" y1="8.48759" x2="29.2119" y2="40.23" gradientUnits="userSpaceOnUse">
67
- <stop offset="0.0765292" stop-color="#595859" />
68
- <stop offset="0.417307" stop-color="#29252D" />
69
- <stop offset="0.953901" stop-color="#29252D" />
70
- </linearGradient>
71
- </defs>
72
- </svg>
1
+ <svg width="100%" height="100%" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g mask="url(#circle-mask)" style="transform: scale(0.8); transform-origin: center">
3
+ <g style="transform: scale(2.5); transform-origin: center; transform-fill: fill-box;">
4
+ <g style="transform: translate(5px, 4.5px)">
5
+ <g filter="url(#filter0_ddf_131_526)">
6
+ <rect x="16.4537" y="16.9095" width="20.9373" height="20.1321" rx="10.066" fill="url(#paint0_linear_131_526)" fill-opacity="0.81" shape-rendering="crispEdges" />
7
+ </g>
8
+ <g filter="url(#filter1_ddf_131_526)">
9
+ <rect x="16.4537" y="17.7148" width="20.9373" height="20.1321" rx="10.066" fill="url(#paint1_linear_131_526)" fill-opacity="0.81" shape-rendering="crispEdges" />
10
+ </g>
11
+ <path d="M21 27.4 L25 30.9632l7.3 -7" stroke="white" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round" />
12
+ </g></g></g>
13
+ <defs>
14
+ <radialGradient id="fade-out-mask" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
15
+ <stop offset="0%" style="stop-color:white; stop-opacity:1" />
16
+ <stop offset="80%" style="stop-color:white; stop-opacity:1" />
17
+ <stop offset="100%" style="stop-color:black; stop-opacity:0" />
18
+ </radialGradient>
19
+ <mask id="circle-mask">
20
+ <circle r="32" cx="32" cy="32" fill="url(#fade-out-mask)" />
21
+ </mask>
22
+
23
+
24
+ <filter id="filter0_ddf_131_526" x="0.473761" y="0.92951" width="52.8973" height="52.092" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
25
+ <feFlood flood-opacity="0" result="BackgroundImageFix" />
26
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha" />
27
+ <feMorphology radius="0.8211" operator="dilate" in="SourceAlpha" result="effect1_dropShadow_131_526" />
28
+ <feOffset dy="2.5568" />
29
+ <feGaussianBlur stdDeviation="1.2784" />
30
+ <feComposite in2="hardAlpha" operator="out" />
31
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.43 0" />
32
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_131_526" />
33
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha" />
34
+ <feMorphology radius="5.32666" operator="dilate" in="SourceAlpha" result="effect2_dropShadow_131_526" />
35
+ <feOffset />
36
+ <feGaussianBlur stdDeviation="5.32666" />
37
+ <feComposite in2="hardAlpha" operator="out" />
38
+ <feColorMatrix type="matrix" values="0 0 0 0 0.258738 0 0 0 0 0.258738 0 0 0 0 0.258738 0 0 0 0.61 0" />
39
+ <feBlend mode="normal" in2="effect1_dropShadow_131_526" result="effect2_dropShadow_131_526" />
40
+ <feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow_131_526" result="shape" />
41
+ <feGaussianBlur stdDeviation="0.266333" result="effect3_foregroundBlur_131_526" />
42
+ </filter>
43
+ <filter id="filter1_ddf_131_526" x="4.27678" y="4.87961" width="59.772" height="58.9667" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
44
+ <feFlood flood-opacity="0" result="BackgroundImageFix" />
45
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha" />
46
+ <feMorphology radius="1.64553" operator="dilate" in="SourceAlpha" result="effect1_dropShadow_131_526" />
47
+ <feOffset dx="7.24035" dy="6.58214" />
48
+ <feGaussianBlur stdDeviation="8.88589" />
49
+ <feComposite in2="hardAlpha" operator="out" />
50
+ <feColorMatrix type="matrix" values="0 0 0 0 0.070249 0 0 0 0 0.0696554 0 0 0 0 0.0712385 0 0 0 0.65 0" />
51
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_131_526" />
52
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha" />
53
+ <feOffset />
54
+ <feGaussianBlur stdDeviation="1.22513" />
55
+ <feComposite in2="hardAlpha" operator="out" />
56
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3 0" />
57
+ <feBlend mode="normal" in2="effect1_dropShadow_131_526" result="effect2_dropShadow_131_526" />
58
+ <feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow_131_526" result="shape" />
59
+ <feGaussianBlur stdDeviation="0.266333" result="effect3_foregroundBlur_131_526" />
60
+ </filter>
61
+ <linearGradient id="paint0_linear_131_526" x1="26.4862" y1="7.68229" x2="29.2119" y2="39.4247" gradientUnits="userSpaceOnUse">
62
+ <stop offset="0.456411" stop-color="#69686A" />
63
+ <stop offset="0.893" stop-color="#29252D" />
64
+ <stop offset="0.953901" stop-color="#29252D" />
65
+ </linearGradient>
66
+ <linearGradient id="paint1_linear_131_526" x1="26.4862" y1="8.48759" x2="29.2119" y2="40.23" gradientUnits="userSpaceOnUse">
67
+ <stop offset="0.0765292" stop-color="#595859" />
68
+ <stop offset="0.417307" stop-color="#29252D" />
69
+ <stop offset="0.953901" stop-color="#29252D" />
70
+ </linearGradient>
71
+ </defs>
72
+ </svg>
@@ -1,7 +1,7 @@
1
- <svg width="100%" height="100%" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g mask="url(#circle-mask)" style="transform: scale(0.8); transform-origin: center">
3
- <g style="transform: scale(2.5); transform-origin: center; transform-fill: fill-box;">
4
- <g style="transform: translate(5px, 4.5px)">
5
- <path d="M21 27.4 L25 30.9632l7.3 -7" stroke="white" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round" />
6
- </g></g></g>
7
- </svg>
1
+ <svg width="100%" height="100%" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g mask="url(#circle-mask)" style="transform: scale(0.8); transform-origin: center">
3
+ <g style="transform: scale(2.5); transform-origin: center; transform-fill: fill-box;">
4
+ <g style="transform: translate(5px, 4.5px)">
5
+ <path d="M21 27.4 L25 30.9632l7.3 -7" stroke="white" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round" />
6
+ </g></g></g>
7
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M3.00641 8.12964L7.81392 3.32213M7.90439 8.22128L2.9166 3.23349" stroke="#EBEBF5" stroke-opacity="0.2" stroke-width="1.51894" stroke-linecap="round" stroke-linejoin="round"/>
3
- </svg>
1
+ <svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3.00641 8.12964L7.81392 3.32213M7.90439 8.22128L2.9166 3.23349" stroke="#EBEBF5" stroke-opacity="0.2" stroke-width="1.51894" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M10.2477 3.99851L12.5501 1.69612H1.98968C1.81609 1.70046 1.65108 1.77248 1.52986 1.8968C1.40865 2.02113 1.34083 2.18791 1.34088 2.36155V13.3744C1.34088 13.5509 1.41099 13.7202 1.53578 13.845C1.66057 13.9698 1.82983 14.0399 2.00631 14.0399H13.0192C13.1957 14.0399 13.3649 13.9698 13.4897 13.845C13.6145 13.7202 13.6846 13.5509 13.6846 13.3744V5.13307L12.5501 6.26763M10.281 3.99851L12.5501 6.26763L8.59076 10.1804L5.16711 11.3382L6.31165 7.92455L10.281 3.99851Z" stroke="#EC3A6A" stroke-width="1.45037" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M10.2477 3.99851L12.5501 1.69612H1.98968C1.81609 1.70046 1.65108 1.77248 1.52986 1.8968C1.40865 2.02113 1.34083 2.18791 1.34088 2.36155V13.3744C1.34088 13.5509 1.41099 13.7202 1.53578 13.845C1.66057 13.9698 1.82983 14.0399 2.00631 14.0399H13.0192C13.1957 14.0399 13.3649 13.9698 13.4897 13.845C13.6145 13.7202 13.6846 13.5509 13.6846 13.3744V5.13307L12.5501 6.26763M10.281 3.99851L12.5501 6.26763L8.59076 10.1804L5.16711 11.3382L6.31165 7.92455L10.281 3.99851Z" stroke="#939296" stroke-width="1.45037" stroke-linecap="round" stroke-linejoin="round"/>
4
- </svg>
1
+ <svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10.2477 3.99851L12.5501 1.69612H1.98968C1.81609 1.70046 1.65108 1.77248 1.52986 1.8968C1.40865 2.02113 1.34083 2.18791 1.34088 2.36155V13.3744C1.34088 13.5509 1.41099 13.7202 1.53578 13.845C1.66057 13.9698 1.82983 14.0399 2.00631 14.0399H13.0192C13.1957 14.0399 13.3649 13.9698 13.4897 13.845C13.6145 13.7202 13.6846 13.5509 13.6846 13.3744V5.13307L12.5501 6.26763M10.281 3.99851L12.5501 6.26763L8.59076 10.1804L5.16711 11.3382L6.31165 7.92455L10.281 3.99851Z" stroke="#EC3A6A" stroke-width="1.45037" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M10.2477 3.99851L12.5501 1.69612H1.98968C1.81609 1.70046 1.65108 1.77248 1.52986 1.8968C1.40865 2.02113 1.34083 2.18791 1.34088 2.36155V13.3744C1.34088 13.5509 1.41099 13.7202 1.53578 13.845C1.66057 13.9698 1.82983 14.0399 2.00631 14.0399H13.0192C13.1957 14.0399 13.3649 13.9698 13.4897 13.845C13.6145 13.7202 13.6846 13.5509 13.6846 13.3744V5.13307L12.5501 6.26763M10.281 3.99851L12.5501 6.26763L8.59076 10.1804L5.16711 11.3382L6.31165 7.92455L10.281 3.99851Z" stroke="#939296" stroke-width="1.45037" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>