@tekus/design-system 4.0.2 → 5.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (268) hide show
  1. package/assets/img/avatar.png +0 -0
  2. package/assets/img/pexels-jodaarba-4250980.jpg +0 -0
  3. package/assets/img/shadown.png +0 -0
  4. package/assets/img/tk-logo-compound-dark.svg +9 -0
  5. package/assets/img/tk-logo-minimal-dark.svg +16 -0
  6. package/assets/img/tk-logo-minimal-light.svg +16 -0
  7. package/assets/img/tk-logo-normal-dark.svg +12 -0
  8. package/assets/img/tk-logo-normal-light.svg +12 -0
  9. package/assets/styles/_index.scss +10 -0
  10. package/assets/styles/docs/_branding.doc.scss +69 -0
  11. package/assets/styles/docs/_grids.doc.scss +13 -0
  12. package/assets/styles/docs/_icons.doc.scss +102 -0
  13. package/assets/styles/docs/_illustrations.doc.scss +86 -0
  14. package/assets/styles/docs/_paginador.doc.scss +16 -0
  15. package/assets/styles/docs/_table-of-content.scss +22 -0
  16. package/components/{tk-typography → branding}/index.d.ts +1 -1
  17. package/components/branding/public-api.d.ts +1 -0
  18. package/components/branding/src/branding-register-logo.d.ts +22 -0
  19. package/components/branding/src/branding.component.d.ts +54 -0
  20. package/components/{tk-search-bar → button}/index.d.ts +1 -1
  21. package/components/button/public-api.d.ts +1 -0
  22. package/components/button/src/button.component.d.ts +99 -0
  23. package/components/{tk-dropdown-list → dropdown-list}/index.d.ts +1 -1
  24. package/components/dropdown-list/public-api.d.ts +1 -0
  25. package/components/{tk-dropdown-list/tk-dropdown-list.component.d.ts → dropdown-list/src/dropdown-list.component.d.ts} +7 -7
  26. package/components/fallback-view/index.d.ts +5 -0
  27. package/components/fallback-view/public-api.d.ts +1 -0
  28. package/components/fallback-view/src/fallback-view.component.d.ts +149 -0
  29. package/components/forms/form-autocomplete-field/index.d.ts +5 -0
  30. package/components/forms/form-autocomplete-field/public-api.d.ts +1 -0
  31. package/components/forms/{tk-form-autocomplete-field/tk-form-autocomplete-field.component.d.ts → form-autocomplete-field/src/form-autocomplete-field.component.d.ts} +16 -6
  32. package/components/forms/form-chips-autocomplete-field/index.d.ts +5 -0
  33. package/components/forms/form-chips-autocomplete-field/public-api.d.ts +1 -0
  34. package/components/forms/{tk-form-chips-autocomplete-field/tk-form-chips-autocomplete-field.component.d.ts → form-chips-autocomplete-field/src/form-chips-autocomplete-field.component.d.ts} +18 -8
  35. package/components/forms/form-input-field/index.d.ts +5 -0
  36. package/components/forms/form-input-field/public-api.d.ts +1 -0
  37. package/components/forms/{tk-form-input-field/tk-form-input-field.component.d.ts → form-input-field/src/form-input-field.component.d.ts} +4 -4
  38. package/components/forms/public-api.d.ts +3 -3
  39. package/components/grid-container/index.d.ts +5 -0
  40. package/components/grid-container/public-api.d.ts +1 -0
  41. package/components/grid-container/src/grid-container.component.d.ts +121 -0
  42. package/components/icon/core/icon-catalog.d.ts +76 -0
  43. package/components/icon/core/icons/ads.icons.d.ts +2 -0
  44. package/components/icon/core/icons/angle.icons.d.ts +2 -0
  45. package/components/icon/core/icons/arrow.icons.d.ts +2 -0
  46. package/components/icon/core/icons/bars.icons.d.ts +2 -0
  47. package/components/icon/core/icons/bolt.icons.d.ts +2 -0
  48. package/components/icon/core/icons/book.icons.d.ts +2 -0
  49. package/components/icon/core/icons/calendar.icons.d.ts +2 -0
  50. package/components/icon/core/icons/camera.icons.d.ts +2 -0
  51. package/components/icon/core/icons/chart.icons.d.ts +2 -0
  52. package/components/icon/core/icons/check.icons.d.ts +2 -0
  53. package/components/icon/core/icons/chevron.icons.d.ts +2 -0
  54. package/components/icon/core/icons/circle.icons.d.ts +2 -0
  55. package/components/icon/core/icons/clock.icons.d.ts +2 -0
  56. package/components/icon/core/icons/clone.icons.d.ts +2 -0
  57. package/components/icon/core/icons/download.icons.d.ts +2 -0
  58. package/components/icon/core/icons/ellipsis.icons.d.ts +2 -0
  59. package/components/icon/core/icons/eye.icons.d.ts +2 -0
  60. package/components/icon/core/icons/filter.icons.d.ts +2 -0
  61. package/components/icon/core/icons/folders.icons.d.ts +2 -0
  62. package/components/icon/core/icons/gears.icons.d.ts +2 -0
  63. package/components/icon/core/icons/hand.icons.d.ts +2 -0
  64. package/components/icon/core/icons/language.icons.d.ts +2 -0
  65. package/components/icon/core/icons/layer.icons.d.ts +2 -0
  66. package/components/icon/core/icons/link.icons.d.ts +2 -0
  67. package/components/icon/core/icons/list.icons.d.ts +2 -0
  68. package/components/icon/core/icons/location.icons.d.ts +2 -0
  69. package/components/icon/core/icons/lock.icons.d.ts +2 -0
  70. package/components/icon/core/icons/magnifying-glass.icons.d.ts +2 -0
  71. package/components/icon/core/icons/media.icons.d.ts +2 -0
  72. package/components/icon/core/icons/megaphone.icons.d.ts +2 -0
  73. package/components/icon/core/icons/money.icons.d.ts +2 -0
  74. package/components/icon/core/icons/pen.icons.d.ts +2 -0
  75. package/components/icon/core/icons/pencil.icons.d.ts +2 -0
  76. package/components/icon/core/icons/plug.icons.d.ts +2 -0
  77. package/components/icon/core/icons/plus.icons.d.ts +2 -0
  78. package/components/icon/core/icons/qr-code.icons.d.ts +2 -0
  79. package/components/icon/core/icons/screwdriver-wrench.icons.d.ts +2 -0
  80. package/components/icon/core/icons/shuffle.icons.d.ts +2 -0
  81. package/components/icon/core/icons/square.icons.d.ts +2 -0
  82. package/components/icon/core/icons/tag.icons.d.ts +2 -0
  83. package/components/icon/core/icons/thumbs.icons.d.ts +2 -0
  84. package/components/icon/core/icons/trash.icons.d.ts +2 -0
  85. package/components/icon/core/icons/triangle.icons.d.ts +2 -0
  86. package/components/icon/core/icons/user.icons.d.ts +2 -0
  87. package/components/icon/core/icons/xmark.icons.d.ts +2 -0
  88. package/components/icon/core/svg-icons/ads-icon.svg.d.ts +2 -0
  89. package/components/icon/core/svg-icons/index.d.ts +1 -0
  90. package/components/icon/index.d.ts +5 -0
  91. package/components/icon/public-api.d.ts +2 -0
  92. package/components/icon/src/icon.component.d.ts +79 -0
  93. package/components/illustration/assets/illustrations/tk-catalogs.svg.d.ts +2 -0
  94. package/components/illustration/assets/illustrations/tk-categories.svg.d.ts +2 -0
  95. package/components/illustration/assets/illustrations/tk-confirmation-action.svg.d.ts +2 -0
  96. package/components/illustration/assets/illustrations/tk-create-an-account.svg.d.ts +2 -0
  97. package/components/illustration/assets/illustrations/tk-custom-design.svg.d.ts +2 -0
  98. package/components/illustration/assets/illustrations/tk-delete.svg.d.ts +2 -0
  99. package/components/illustration/assets/illustrations/tk-download-AKF.svg.d.ts +2 -0
  100. package/components/illustration/assets/illustrations/tk-error.svg.d.ts +2 -0
  101. package/components/illustration/assets/illustrations/tk-graphics.svg.d.ts +2 -0
  102. package/components/illustration/assets/illustrations/tk-items.svg.d.ts +2 -0
  103. package/components/illustration/assets/illustrations/tk-kiosk.svg.d.ts +2 -0
  104. package/components/illustration/assets/illustrations/tk-list.svg.d.ts +2 -0
  105. package/components/illustration/assets/illustrations/tk-locations.svg.d.ts +2 -0
  106. package/components/illustration/assets/illustrations/tk-login.svg.d.ts +2 -0
  107. package/components/illustration/assets/illustrations/tk-multimedia.svg.d.ts +2 -0
  108. package/components/illustration/assets/illustrations/tk-no-connection.svg.d.ts +2 -0
  109. package/components/illustration/assets/illustrations/tk-no-found.svg.d.ts +2 -0
  110. package/components/illustration/assets/illustrations/tk-order.svg.d.ts +2 -0
  111. package/components/illustration/assets/illustrations/tk-playlist.svg.d.ts +2 -0
  112. package/components/illustration/assets/illustrations/tk-screens.svg.d.ts +2 -0
  113. package/components/illustration/assets/illustrations/tk-success.svg.d.ts +2 -0
  114. package/components/illustration/assets/illustrations/tk-support.svg.d.ts +2 -0
  115. package/components/illustration/assets/illustrations/tk-technical-failure.svg.d.ts +2 -0
  116. package/components/illustration/assets/illustrations/tk-tip.svg.d.ts +2 -0
  117. package/components/illustration/assets/illustrations/tk-upload.svg.d.ts +2 -0
  118. package/components/illustration/assets/illustrations/tk-void.svg.d.ts +2 -0
  119. package/components/illustration/assets/illustrations/tk-warning.svg.d.ts +2 -0
  120. package/components/illustration/assets/illustrations/tk-welcome.svg.d.ts +2 -0
  121. package/components/illustration/assets/illustrations/tk-without-catalogs.svg.d.ts +2 -0
  122. package/components/illustration/illustrations.registry.d.ts +5 -0
  123. package/components/illustration/index.d.ts +5 -0
  124. package/components/illustration/public-api.d.ts +1 -0
  125. package/components/illustration/src/illustration.component.d.ts +117 -0
  126. package/components/search-bar/index.d.ts +5 -0
  127. package/components/search-bar/public-api.d.ts +1 -0
  128. package/components/{tk-search-bar/tk-search-bar.component.d.ts → search-bar/src/search-bar.component.d.ts} +3 -3
  129. package/components/typography/index.d.ts +5 -0
  130. package/components/typography/public-api.d.ts +1 -0
  131. package/components/typography/src/typography.component.d.ts +10 -0
  132. package/core/index.d.ts +5 -0
  133. package/core/public-api.d.ts +1 -0
  134. package/core/types/index.d.ts +5 -0
  135. package/core/types/public-api.d.ts +9 -0
  136. package/core/types/src/branding/branding.types.d.ts +15 -0
  137. package/core/types/src/branding/index.d.ts +1 -0
  138. package/core/types/src/breakpoints/breakpoints.d.ts +10 -0
  139. package/core/types/src/breakpoints/index.d.ts +1 -0
  140. package/core/types/src/grids/grid.enum.d.ts +18 -0
  141. package/core/types/src/grids/grid.model.d.ts +10 -0
  142. package/core/types/src/grids/grid.type.d.ts +40 -0
  143. package/core/types/src/grids/index.d.ts +3 -0
  144. package/core/types/src/illustration-config/illustration-config.model.d.ts +4 -0
  145. package/core/types/src/illustration-config/index.d.ts +1 -0
  146. package/core/types/src/option/index.d.ts +1 -0
  147. package/core/types/src/option/option.model.d.ts +8 -0
  148. package/core/types/src/theme/theme.provider.d.ts +1 -0
  149. package/core/types/src/theme/tk-preset.d.ts +1 -0
  150. package/core/types/src/typography-styles/index.d.ts +1 -0
  151. package/core/types/src/validator-with-message/index.d.ts +1 -0
  152. package/directives/gird-item/index.d.ts +5 -0
  153. package/directives/gird-item/public-api.d.ts +1 -0
  154. package/directives/gird-item/src/grid-item.directive.d.ts +42 -0
  155. package/fesm2022/tekus-design-system-components-branding.mjs +93 -0
  156. package/fesm2022/tekus-design-system-components-branding.mjs.map +1 -0
  157. package/fesm2022/tekus-design-system-components-button.mjs +129 -0
  158. package/fesm2022/tekus-design-system-components-button.mjs.map +1 -0
  159. package/fesm2022/tekus-design-system-components-dropdown-list.mjs +147 -0
  160. package/fesm2022/tekus-design-system-components-dropdown-list.mjs.map +1 -0
  161. package/fesm2022/tekus-design-system-components-fallback-view.mjs +187 -0
  162. package/fesm2022/tekus-design-system-components-fallback-view.mjs.map +1 -0
  163. package/fesm2022/tekus-design-system-components-forms-form-autocomplete-field.mjs +268 -0
  164. package/fesm2022/tekus-design-system-components-forms-form-autocomplete-field.mjs.map +1 -0
  165. package/fesm2022/{tekus-design-system-components-forms-tk-form-chips-autocomplete-field.mjs → tekus-design-system-components-forms-form-chips-autocomplete-field.mjs} +34 -15
  166. package/fesm2022/tekus-design-system-components-forms-form-chips-autocomplete-field.mjs.map +1 -0
  167. package/fesm2022/{tekus-design-system-components-forms-tk-form-input-field.mjs → tekus-design-system-components-forms-form-input-field.mjs} +8 -9
  168. package/fesm2022/tekus-design-system-components-forms-form-input-field.mjs.map +1 -0
  169. package/fesm2022/tekus-design-system-components-forms.mjs +257 -221
  170. package/fesm2022/tekus-design-system-components-forms.mjs.map +1 -1
  171. package/fesm2022/tekus-design-system-components-grid-container.mjs +193 -0
  172. package/fesm2022/tekus-design-system-components-grid-container.mjs.map +1 -0
  173. package/fesm2022/tekus-design-system-components-icon.mjs +1206 -0
  174. package/fesm2022/tekus-design-system-components-icon.mjs.map +1 -0
  175. package/fesm2022/tekus-design-system-components-illustration.mjs +3893 -0
  176. package/fesm2022/tekus-design-system-components-illustration.mjs.map +1 -0
  177. package/fesm2022/tekus-design-system-components-search-bar.mjs +56 -0
  178. package/fesm2022/tekus-design-system-components-search-bar.mjs.map +1 -0
  179. package/fesm2022/tekus-design-system-components-typography.mjs +36 -0
  180. package/fesm2022/tekus-design-system-components-typography.mjs.map +1 -0
  181. package/fesm2022/tekus-design-system-core-types.mjs +307 -0
  182. package/fesm2022/tekus-design-system-core-types.mjs.map +1 -0
  183. package/fesm2022/tekus-design-system-core.mjs +307 -0
  184. package/fesm2022/tekus-design-system-core.mjs.map +1 -0
  185. package/fesm2022/tekus-design-system-directives-gird-item.mjs +95 -0
  186. package/fesm2022/tekus-design-system-directives-gird-item.mjs.map +1 -0
  187. package/fesm2022/tekus-design-system-services-design-tokens.mjs +47 -0
  188. package/fesm2022/tekus-design-system-services-design-tokens.mjs.map +1 -0
  189. package/fesm2022/tekus-design-system-services-typography.mjs +3 -3
  190. package/fesm2022/tekus-design-system-services-typography.mjs.map +1 -1
  191. package/fesm2022/tekus-design-system-utils-sanitizer-utils.mjs +53 -0
  192. package/fesm2022/tekus-design-system-utils-sanitizer-utils.mjs.map +1 -0
  193. package/package.json +65 -39
  194. package/services/design-tokens/index.d.ts +5 -0
  195. package/services/design-tokens/public-api.d.ts +1 -0
  196. package/services/design-tokens/src/design-tokens.service.d.ts +10 -0
  197. package/services/typography/public-api.d.ts +1 -1
  198. package/services/typography/{typography.service.d.ts → src/typography.service.d.ts} +1 -1
  199. package/tokens/blur/_blur.scss +11 -0
  200. package/tokens/colors/_colors.scss +97 -0
  201. package/tokens/index.scss +6 -0
  202. package/tokens/shadow/_shadow.scss +10 -0
  203. package/tokens/shapes/_shapes.scss +9 -0
  204. package/tokens/spacing/_spacing.scss +25 -0
  205. package/tokens/typography/_typography.scss +6 -0
  206. package/tokens/typography/font-size/_font-size.scss +16 -0
  207. package/tokens/typography/font-weight/_font-weight.scss +14 -0
  208. package/tokens/typography/letter-spacing/_letter-spacing.scss +12 -0
  209. package/tokens/typography/line-height/_line-height.scss +16 -0
  210. package/tokens/typography/variants/_variants.scss +211 -0
  211. package/utils/sanitizer-utils/index.d.ts +5 -0
  212. package/utils/sanitizer-utils/public-api.d.ts +1 -0
  213. package/utils/sanitizer-utils/src/sanitizer-utils.d.ts +20 -0
  214. package/components/forms/tk-form-autocomplete-field/index.d.ts +0 -5
  215. package/components/forms/tk-form-autocomplete-field/models/option.model.d.ts +0 -4
  216. package/components/forms/tk-form-autocomplete-field/public-api.d.ts +0 -1
  217. package/components/forms/tk-form-chips-autocomplete-field/index.d.ts +0 -5
  218. package/components/forms/tk-form-chips-autocomplete-field/models/option.model.d.ts +0 -4
  219. package/components/forms/tk-form-chips-autocomplete-field/public-api.d.ts +0 -1
  220. package/components/forms/tk-form-input-field/index.d.ts +0 -5
  221. package/components/forms/tk-form-input-field/public-api.d.ts +0 -1
  222. package/components/tk-dropdown-list/models/dropdown-list-item.model.d.ts +0 -4
  223. package/components/tk-dropdown-list/public-api.d.ts +0 -1
  224. package/components/tk-search-bar/public-api.d.ts +0 -1
  225. package/components/tk-typography/public-api.d.ts +0 -1
  226. package/components/tk-typography/tk-typography.component.d.ts +0 -10
  227. package/esm2022/components/forms/public-api.mjs +0 -4
  228. package/esm2022/components/forms/tekus-design-system-components-forms.mjs +0 -5
  229. package/esm2022/components/forms/tk-form-autocomplete-field/models/option.model.mjs +0 -2
  230. package/esm2022/components/forms/tk-form-autocomplete-field/public-api.mjs +0 -2
  231. package/esm2022/components/forms/tk-form-autocomplete-field/tekus-design-system-components-forms-tk-form-autocomplete-field.mjs +0 -5
  232. package/esm2022/components/forms/tk-form-autocomplete-field/tk-form-autocomplete-field.component.mjs +0 -245
  233. package/esm2022/components/forms/tk-form-chips-autocomplete-field/models/option.model.mjs +0 -2
  234. package/esm2022/components/forms/tk-form-chips-autocomplete-field/public-api.mjs +0 -2
  235. package/esm2022/components/forms/tk-form-chips-autocomplete-field/tekus-design-system-components-forms-tk-form-chips-autocomplete-field.mjs +0 -5
  236. package/esm2022/components/forms/tk-form-chips-autocomplete-field/tk-form-chips-autocomplete-field.component.mjs +0 -167
  237. package/esm2022/components/forms/tk-form-input-field/models/validator-with-message.model.mjs +0 -2
  238. package/esm2022/components/forms/tk-form-input-field/public-api.mjs +0 -2
  239. package/esm2022/components/forms/tk-form-input-field/tekus-design-system-components-forms-tk-form-input-field.mjs +0 -5
  240. package/esm2022/components/forms/tk-form-input-field/tk-form-input-field.component.mjs +0 -206
  241. package/esm2022/components/tk-dropdown-list/models/dropdown-list-item.model.mjs +0 -2
  242. package/esm2022/components/tk-dropdown-list/public-api.mjs +0 -2
  243. package/esm2022/components/tk-dropdown-list/tekus-design-system-components-tk-dropdown-list.mjs +0 -5
  244. package/esm2022/components/tk-dropdown-list/tk-dropdown-list.component.mjs +0 -137
  245. package/esm2022/components/tk-search-bar/public-api.mjs +0 -2
  246. package/esm2022/components/tk-search-bar/tekus-design-system-components-tk-search-bar.mjs +0 -5
  247. package/esm2022/components/tk-search-bar/tk-search-bar.component.mjs +0 -49
  248. package/esm2022/components/tk-typography/public-api.mjs +0 -2
  249. package/esm2022/components/tk-typography/tekus-design-system-components-tk-typography.mjs +0 -5
  250. package/esm2022/components/tk-typography/tk-typography.component.mjs +0 -29
  251. package/esm2022/index.mjs +0 -2
  252. package/esm2022/services/typography/models/typographyStyles.model.mjs +0 -2
  253. package/esm2022/services/typography/public-api.mjs +0 -2
  254. package/esm2022/services/typography/tekus-design-system-services-typography.mjs +0 -5
  255. package/esm2022/services/typography/typography.service.mjs +0 -84
  256. package/esm2022/tekus-design-system.mjs +0 -5
  257. package/fesm2022/tekus-design-system-components-forms-tk-form-autocomplete-field.mjs +0 -252
  258. package/fesm2022/tekus-design-system-components-forms-tk-form-autocomplete-field.mjs.map +0 -1
  259. package/fesm2022/tekus-design-system-components-forms-tk-form-chips-autocomplete-field.mjs.map +0 -1
  260. package/fesm2022/tekus-design-system-components-forms-tk-form-input-field.mjs.map +0 -1
  261. package/fesm2022/tekus-design-system-components-tk-dropdown-list.mjs +0 -144
  262. package/fesm2022/tekus-design-system-components-tk-dropdown-list.mjs.map +0 -1
  263. package/fesm2022/tekus-design-system-components-tk-search-bar.mjs +0 -56
  264. package/fesm2022/tekus-design-system-components-tk-search-bar.mjs.map +0 -1
  265. package/fesm2022/tekus-design-system-components-tk-typography.mjs +0 -36
  266. package/fesm2022/tekus-design-system-components-tk-typography.mjs.map +0 -1
  267. /package/{services/typography/models → core/types/src/typography-styles}/typographyStyles.model.d.ts +0 -0
  268. /package/{components/forms/tk-form-input-field/models → core/types/src/validator-with-message}/validator-with-message.model.d.ts +0 -0
@@ -0,0 +1,2 @@
1
+ declare const svg = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 801.92126 597.4574\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" role=\"img\" artist=\"Katerina Limpitsouni\" source=\"https://undraw.co/\" style=\"width: 100%; height: 100%;\"><circle id=\"b\" cx=\"436.31396\" cy=\"42\" r=\"18.93406\" fill=\"#16006F\"/><path id=\"c-2168\" d=\"M434.43768,49.22279c-.42596,.00072-.84058-.13708-1.1814-.39262l-.02112-.01585-4.44977-3.40392c-.8667-.66447-1.0307-1.90575-.36621-2.77248,.66443-.86673,1.90576-1.0307,2.77246-.36623h0l2.8822,2.21021,6.81079-8.88542c.66418-.86635,1.90491-1.03024,2.77124-.36607l.00006,.00003,.00055,.00043-.0423,.05869,.0434-.05869c.86536,.66507,1.02887,1.90515,.3656,2.77185l-8.01099,10.44653c-.37567,.48787-.95709,.77295-1.57281,.77116l-.00171,.00238Z\" fill=\"#fff\"/><circle id=\"d\" cx=\"436.31396\" cy=\"170\" r=\"18.93405\" fill=\"#16006F\"/><path id=\"e-2169\" d=\"M434.43768,177.22278c-.42596,.0007-.84058-.13708-1.1814-.39264l-.02112-.01584-4.44977-3.40393c-.8667-.66446-1.0307-1.90573-.36621-2.77246s1.90576-1.03067,2.77246-.36621l2.8822,2.21021,6.81079-8.88541c.66418-.86633,1.90491-1.03021,2.77124-.36603l.00006,.00003,.00055,.00043-.0423,.05869,.0434-.05869c.86536,.66507,1.02887,1.90515,.3656,2.77185l-8.01099,10.44653c-.37567,.48785-.95709,.77295-1.57281,.77115l-.00171,.00232Z\" fill=\"#fff\"/><path d=\"M483.8642,368.95905c-.23236-5.93018,4.38666-10.9259,10.31683-11.15823,.63226-.02478,1.2655,.00635,1.89227,.09299l17.341-34.02234,9.79852,17.25595-17.96954,29.66269c-1.20624,5.84369-6.92139,9.60303-12.76508,8.39679-4.88965-1.00934-8.45087-5.23767-8.61407-10.22778l.00006-.00006Z\" fill=\"#ffb7b7\"/><polygon points=\"564.71002 583.19397 551.10101 583.19299 544.62701 530.70203 564.71198 530.703 564.71002 583.19397\" fill=\"#ffb7b7\"/><path d=\"M568.18018,596.3855l-43.88049-.00165v-.55499c.00067-9.43243,7.64709-17.07874,17.07953-17.07922h.0011l26.80072,.0011-.00085,17.63477Z\" fill=\"#2f2e41\"/><polygon points=\"638.48297 583.19397 624.87402 583.19299 618.40002 530.70203 638.48499 530.703 638.48297 583.19397\" fill=\"#ffb7b7\"/><path d=\"M641.95349,596.3855l-43.88049-.00165v-.55499c.00067-9.43243,7.64709-17.07874,17.07953-17.07922h.0011l26.80072,.0011-.00085,17.63477Z\" fill=\"#2f2e41\"/><path d=\"M504.76678,339.34869l-5.94092,9.90152s9.90149,0,11.88177,14.8522l7.9212-9.90149-13.86206-14.85223Z\" fill=\"#e5e5e5\"/><path d=\"M608.73242,318.55554s15.84241,41.58627,18.81281,67.33014c2.9704,25.7439,7.9212,94.06415,7.9212,94.06415l9.90155,88.12335-27.72418,3.96057-11.88184-89.11346-26.73401-88.12335-5.94092,88.12329-4.95074,80.20215-25.7439,.99011-1.98035-83.17261-10.89166-105.94598,5.94092-50.49762,73.27112-5.94073Z\" fill=\"#2f2e41\"/><polygon points=\"589.42401 192.312 599.32599 199.242 612.198 328.952 531.99597 330.93201 542.888 240.82899 552.789 215.08501 559.93597 205.636 589.42401 192.312\" fill=\"#e5e5e5\"/><path d=\"M591.40485,285.38553l3.02985-89.56699s5.88153,.45349,7.86182,3.42401,34.65521,8.91135,34.65521,8.91135l-5.94092,92.08389s24.75372,73.27106,15.84241,77.23169-24.75372,2.97046-24.75372,2.97046l-30.69464-95.05441Z\" fill=\"#2f2e41\"/><path d=\"M543.38263,273.99881l10.50378-60.36459-23.37579,15.80786,5.94092,43.56662-4.95074,29.7045s-18.81287,82.18243-12.87201,85.15289,12.87201,0,12.87201,0l11.88184-83.17264v-30.69464Z\" fill=\"#2f2e41\"/><path d=\"M537.44171,227.46179l-6.93109,1.98032-2.97046,39.60599-4.95074,34.65524-23.76355,42.57635s11.88177-7.92117,16.83252,14.85226l26.17065-45.56387-4.38733-88.10629Z\" fill=\"#2f2e41\"/><path d=\"M591.2995,360.83893c.92328-5.86249,6.42419-9.86649,12.28668-8.94324,.62506,.09845,1.24017,.25189,1.83826,.45859l23.61572-30.00879,6.26233,18.82983-23.38599,25.61002c-2.31775,5.49835-8.65393,8.07678-14.15228,5.75903-4.60071-1.93933-7.27332-6.77856-6.46472-11.70544Z\" fill=\"#ffb7b7\"/><polygon points=\"631.50598 350.23999 622.59497 361.13199 610.71301 340.33899 615.66302 331.42801 631.50598 350.23999\" fill=\"#e5e5e5\"/><path d=\"M629.52563,211.61938l7.9212-3.9606s5.94092,7.9212,6.93103,14.85226,5.94092,15.84238,5.94092,20.79312,13.86212,51.48776,13.86212,51.48776l-31.68488,64.35977s-6.93103-23.76358-21.78326-25.7439l24.75372-34.65527-13.86212-24.75372,7.92126-62.37943Z\" fill=\"#2f2e41\"/><path d=\"M800.92126,596.99609H419.92126c-.55231,0-1-.44769-1-1s.44769-1,1-1h381c.55231,0,1,.44769,1,1s-.44769,1-1,1Z\" fill=\"#cbcbcb\"/><path d=\"M365,212H0v-84H365v84Z\" fill=\"#fff\"/><path d=\"M52.67781,155.77438c-1.96416,0-3.55641,1.59225-3.55641,3.55643s1.59225,3.5564,3.55641,3.5564H312.33719c1.96414,0,3.55643-1.59225,3.55643-3.5564s-1.59229-3.55643-3.55643-3.55643H52.67781Z\" fill=\"#16006F\"/><path d=\"M52.67781,177.11282c-1.96416-.00415-3.55977,1.58475-3.5639,3.54892-.00415,1.96414,1.58475,3.55975,3.5489,3.5639H216.82214c1.96414,0,3.55643-1.59225,3.55643-3.5564s-1.59229-3.55643-3.55643-3.55643H52.67781Z\" fill=\"#16006F\"/><path d=\"M365,212H0v-84H365v84ZM6,206H359v-72H6v72Z\" fill=\"#e5e5e5\"/><path d=\"M365,340H0v-84H365v84Z\" fill=\"#fff\"/><path d=\"M52.67781,283.77438c-1.96416,0-3.55641,1.59225-3.55641,3.55643s1.59225,3.5564,3.55641,3.5564H312.33719c1.96414,0,3.55643-1.59225,3.55643-3.5564s-1.59229-3.55643-3.55643-3.55643H52.67781Z\" fill=\"#e6e6e6\"/><path d=\"M52.67781,305.11282c-1.96416-.00415-3.55977,1.58475-3.56392,3.54892-.00414,1.96414,1.58476,3.55975,3.54892,3.5639H216.82214c1.96414,0,3.55643-1.59225,3.55643-3.55643s-1.59229-3.5564-3.55643-3.5564H52.67781Z\" fill=\"#e6e6e6\"/><path d=\"M365,340H0v-84H365v84ZM6,334H359v-72H6v72Z\" fill=\"#e5e5e5\"/><path d=\"M368,84H3V0H368V84Z\" fill=\"#fff\"/><path d=\"M55.67781,27.77438c-1.96414,.00359-3.5535,1.59874-3.54993,3.56288,.00357,1.95909,1.59084,3.54636,3.54993,3.54993H315.33722c1.96417-.00359,3.55353-1.59874,3.54993-3.56288-.0036-1.95909-1.59082-3.54636-3.54993-3.54993H55.67781Z\" fill=\"#16006F\"/><path d=\"M55.67781,49.11281c-1.96414-.00414-3.55977,1.58476-3.5639,3.5489s1.58476,3.55977,3.5489,3.5639H219.82214c1.96414,.00359,3.5593-1.58577,3.5629-3.54993,.00357-1.96414-1.58578-3.5593-3.54993-3.56288-.00433-.00002-.00864-.00002-.01297,0H55.67781Z\" fill=\"#16006F\"/><path d=\"M368,84H3V0H368V84ZM9,78H362V6H9V78Z\" fill=\"#e5e5e5\"/><path d=\"M739.24805,597.4574v-72.34003s28.19165,51.28601,0,72.34003Z\" fill=\"#f1f1f1\"/><path d=\"M740.9895,597.4447l-53.28961-48.92126s56.84515,13.91553,53.28961,48.92126Z\" fill=\"#f1f1f1\"/><circle id=\"f\" cx=\"484.31396\" cy=\"347.84558\" r=\"18.93405\" fill=\"#16006F\"/><path id=\"g-2170\" d=\"M482.43768,355.06836c-.42596,.00073-.84058-.13708-1.1814-.39261l-.02112-.01587-4.44977-3.40393c-.8667-.66446-1.03064-1.90573-.36621-2.77243,.66449-.86673,1.90576-1.03067,2.77246-.36621h0l2.8822,2.21021,6.81079-8.88541c.66418-.86633,1.90497-1.03021,2.7713-.366h0l.00055,.00043-.0423,.05869,.0434-.05869c.86536,.66507,1.02887,1.90515,.3656,2.77185l-8.01099,10.44653c-.37567,.48785-.95709,.77295-1.57281,.77115l-.00171,.00229Z\" fill=\"#fff\"/><circle cx=\"561.58681\" cy=\"166.8501\" r=\"27.103\" fill=\"#ffb6b6\"/><path d=\"M585.26218,187.67421s8.02722-16.25754,7.88428-22.46415c-.14294-6.20661-4.52893-22.17827-6.37963-23.23151s-21.80963-11.18694-27.21878-8.14007-14.92809,13.4682-25.19506,16.28763c-2.90394,.79745-.36864,15.71588-.36864,15.71588l12.01448-1.73784s12.52606-11.24712,13.06773-3.58854c.54166,7.65857,12.15742,4.46876,12.15742,4.46876l.14294,6.20661,4.75464,.25579,1.30903-6.60533s2.13657,13.46645-.62443,20.47051,8.45603,2.36228,8.45603,2.36228Z\" fill=\"#2f2e41\"/></svg>";
2
+ export default svg;
@@ -0,0 +1,2 @@
1
+ declare const svg = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n \n \n viewBox=\"0 0 724.6028 527\"\n role=\"img\"\n artist=\"Katerina Limpitsouni\"\n source=\"https://undraw.co/\"\n version=\"1.1\"\n id=\"svg33\"\n sodipodi:docname=\"tk-places.svg\"\n inkscape:version=\"1.4 (86a8ad7, 2024-10-11)\"\n xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\"\n xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:svg=\"http://www.w3.org/2000/svg\" style=\"width: 100%; height: 100%;\">\n <defs\n id=\"defs33\" />\n <sodipodi:namedview\n id=\"namedview33\"\n pagecolor=\"#ffffff\"\n bordercolor=\"#000000\"\n borderopacity=\"0.25\"\n inkscape:showpageshadow=\"2\"\n inkscape:pageopacity=\"0.0\"\n inkscape:pagecheckerboard=\"0\"\n inkscape:deskcolor=\"#d1d1d1\"\n inkscape:zoom=\"0.78652751\"\n inkscape:cx=\"399.22316\"\n inkscape:cy=\"317.21713\"\n inkscape:window-width=\"1920\"\n inkscape:window-height=\"1009\"\n inkscape:window-x=\"1912\"\n inkscape:window-y=\"-8\"\n inkscape:window-maximized=\"1\"\n inkscape:current-layer=\"svg33\" />\n <path\n d=\"M919.827,189.9881H366.89408a3.5475,3.5475,0,0,0-3.545-3.4881H341.57158a3.547,3.547,0,0,0-3.545,3.4881h-5.33307a3.5475,3.5475,0,0,0-3.545-3.4881H307.371a3.5475,3.5475,0,0,0-3.545,3.4881H284.42132a42.52292,42.52292,0,0,0-42.47514,42.47444v.41816c-.06658-.00382-.13039-.02-.19837-.02h-.498a3.55111,3.55111,0,0,0-3.55121,3.55121v41.53836a3.55111,3.55111,0,0,0,3.55121,3.55121h.498c.068,0,.13179-.01621.19837-.02V671.02555A42.52292,42.52292,0,0,0,284.42132,713.5H919.827a42.52277,42.52277,0,0,0,42.47445-42.47445v-438.563A42.52277,42.52277,0,0,0,919.827,189.9881ZM949.517,671.02555A29.724,29.724,0,0,1,919.827,700.71563H284.42132a29.72413,29.72413,0,0,1-29.69077-29.69008v-438.563a29.72413,29.72413,0,0,1,29.69077-29.69008H919.827A29.724,29.724,0,0,1,949.517,232.46254Z\"\n transform=\"translate(-237.6986 -186.5)\"\n fill=\"#ccc\"\n id=\"path1\" />\n <path\n d=\"M919.82661,707.81806H284.42115a36.83414,36.83414,0,0,1-36.79268-36.79251v-438.563A36.83413,36.83413,0,0,1,284.42115,195.67H919.82661a36.83416,36.83416,0,0,1,36.79285,36.7925v438.563A36.83417,36.83417,0,0,1,919.82661,707.81806Z\"\n transform=\"translate(-237.6986 -186.5)\"\n fill=\"#e6e6e6\"\n id=\"path2\" />\n <path\n d=\"M920.02116,678.17792H284.22677a8.10742,8.10742,0,0,1-8.09791-8.09843V233.40792a8.10682,8.10682,0,0,1,8.09791-8.09774H920.02116a8.10686,8.10686,0,0,1,8.09808,8.09774V670.07949A8.10746,8.10746,0,0,1,920.02116,678.17792Z\"\n transform=\"translate(-237.6986 -186.5)\"\n fill=\"#fff\"\n id=\"path3\" />\n <circle\n cx=\"24.32028\"\n cy=\"264.48397\"\n r=\"3.04005\"\n fill=\"#fff\"\n id=\"circle3\" />\n <path\n d=\"M515.15853,283.0916H380.09244a40.00843,40.00843,0,0,0-39.96312,39.96313v12.20836a1.855,1.855,0,0,0-2.34708,1.81131v9.38831a1.855,1.855,0,0,0,2.34708,1.8113v14.21524a1.85482,1.85482,0,0,0-2.34708,1.81125v23.47078a1.85482,1.85482,0,0,0,2.34708,1.81125v8.5823a1.85482,1.85482,0,0,0-2.34708,1.81125v23.47078a1.85479,1.85479,0,0,0,2.34708,1.81125v247.855a40.00842,40.00842,0,0,0,39.96312,39.96313H515.15853a40.00842,40.00842,0,0,0,39.96312-39.96313V323.05473A40.00843,40.00843,0,0,0,515.15853,283.0916Zm31.51364,390.02155a31.5494,31.5494,0,0,1-31.51364,31.51365H380.09244a31.54941,31.54941,0,0,1-31.51364-31.51365V323.05473a31.54941,31.54941,0,0,1,31.51364-31.51365H515.15853a31.5494,31.5494,0,0,1,31.51364,31.51365Z\"\n transform=\"translate(-237.6986 -186.5)\"\n fill=\"#ccc\"\n id=\"path4\" />\n <path\n d=\"M515.15853,709.321H380.09244a36.249,36.249,0,0,1-36.2078-36.20781V323.05473a36.24894,36.24894,0,0,1,36.2078-36.2078H515.15853a36.24894,36.24894,0,0,1,36.2078,36.2078V673.11315A36.249,36.249,0,0,1,515.15853,709.321Z\"\n transform=\"translate(-237.6986 -186.5)\"\n fill=\"#e6e6e6\"\n id=\"path5\" />\n <path\n d=\"M518.49624,703.688H376.75485a24.44846,24.44846,0,0,1-24.42073-24.42061V316.90053a24.44836,24.44836,0,0,1,24.42061-24.42061h18.48473a4.04086,4.04086,0,0,1,4.03622,4.03633,11.93717,11.93717,0,0,0,11.9238,11.9238h70.97424a11.93719,11.93719,0,0,0,11.92391-11.9238,4.04086,4.04086,0,0,1,4.03622-4.03633h20.36227a24.44845,24.44845,0,0,1,24.42073,24.42061V679.26736A24.44836,24.44836,0,0,1,518.49624,703.688Z\"\n transform=\"translate(-237.6986 -186.5)\"\n fill=\"#fff\"\n id=\"path6\" />\n <path\n d=\"M453.72789,300.69469h-16.899a1.87766,1.87766,0,1,1,0-3.75533h16.899a1.87767,1.87767,0,0,1,0,3.75533Z\"\n transform=\"translate(-237.6986 -186.5)\"\n fill=\"#fff\"\n id=\"path7\" />\n <circle\n cx=\"227.76468\"\n cy=\"112.78644\"\n r=\"0.93883\"\n fill=\"#fff\"\n id=\"circle7\" />\n <path\n d=\"M466.41527,388.93448l.196,4.36786c22.32961-1.0005,48.186.94517,75.70591,5.53795V394.411C514.75591,389.854,488.84067,387.93015,466.41527,388.93448Z\"\n transform=\"translate(-237.6986 -186.5)\"\n fill=\"#ccc\"\n id=\"path8\" />\n <path\n d=\"M438.64993,474.48508q-.26015,2.50739-.42387,5.04537-.3456,4.99082-.3456,10.06037A146.14677,146.14677,0,0,0,542.31715,629.57864v-280.002A146.07521,146.07521,0,0,0,438.64993,474.48508Z\"\n transform=\"translate(-237.6986 -186.5)\"\n fill=\"#16006F\"\n id=\"path9\" />\n <circle\n cx=\"128.0756\"\n cy=\"200.45777\"\n r=\"2.87877\"\n fill=\"#ccc\"\n id=\"circle9\" />\n <circle\n cx=\"121.93992\"\n cy=\"313.13102\"\n r=\"5.68695\"\n fill=\"#ccc\"\n id=\"circle10\" />\n <circle\n cx=\"229.03532\"\n cy=\"164.19102\"\n r=\"4.11892\"\n fill=\"#ccc\"\n id=\"circle11\" />\n <circle\n cx=\"135.32687\"\n cy=\"393.45257\"\n r=\"3.28616\"\n fill=\"#ccc\"\n id=\"circle12\" />\n <circle\n cx=\"201.70368\"\n cy=\"439.19122\"\n r=\"3.55873\"\n fill=\"#ccc\"\n id=\"circle13\" />\n <polygon\n points=\"305.157 80.869 298.134 80.869 298.134 73.846 294.366 73.846 294.366 80.869 287.34 80.869 287.34 84.639 294.366 84.639 294.366 91.662 298.134 91.662 298.134 84.639 305.157 84.639 305.157 80.869\"\n fill=\"#ccc\"\n id=\"polygon13\" />\n <circle\n cx=\"254.13582\"\n cy=\"278.54814\"\n r=\"12.27134\"\n opacity=\"0.1\"\n style=\"isolation:isolate\"\n id=\"circle14\" />\n <circle\n cx=\"260.27147\"\n cy=\"365.00534\"\n r=\"12.27133\"\n opacity=\"0.1\"\n style=\"isolation:isolate\"\n id=\"circle15\" />\n <path\n d=\"M443.83272,474.57211c-15.05816-10.11117-26.274-20.08648-33.33569-29.649-7.0448-9.53962-9.55668-18.15732-7.46679-25.61417,2.0899-7.457,8.71522-13.51382,19.69188-18.00213,11.003-4.49941,25.76936-7.19248,43.88849-8.00436l-.19534-4.36794c-38.79961,1.73882-62.80589,12.10692-67.59488,29.19425s10.33054,38.42168,42.575,60.07315c26.29466,17.65668,61.513,33.96249,100.92181,46.87644v-4.6017C503.83873,507.76114,469.50379,491.81032,443.83272,474.57211Z\"\n transform=\"translate(-237.6986 -186.5)\"\n fill=\"#ccc\"\n id=\"path15\" />\n <path\n d=\"M443.83085,478.07024q-2.669-1.79481-5.18092-3.58516-.26015,2.50739-.42387,5.04545,1.55616,1.08646,3.16991,2.16855c26.29465,17.65731,61.51238,33.96288,100.92118,46.87722v-4.60248C503.84,511.2581,469.50567,495.30768,443.83085,478.07024Z\"\n transform=\"translate(-237.6986 -186.5)\"\n opacity=\"0.1\"\n style=\"isolation:isolate\"\n id=\"path16\" />\n <path\n d=\"M606.67575,407.64918c-17.19689-4.82013-34.24227-8.74605-50.78052-11.76781v4.44339c16.1557,2.97871,32.80039,6.8255,49.60034,11.53435C658.9805,426.85005,707.3778,448.69693,738.278,471.7975l2.61832-3.50174C709.581,444.88473,660.65937,422.77989,606.67575,407.64918Z\"\n transform=\"translate(-237.6986 -186.5)\"\n fill=\"#ccc\"\n id=\"path17\" />\n <path\n d=\"M735.07021,489.59082a146.128,146.128,0,0,0-179.175-142.25341v284.497a146.1045,146.1045,0,0,0,164.41014-78.18689q1.13025-2.30418,2.17317-4.652a145.50051,145.50051,0,0,0,12.592-59.40465Z\"\n fill=\"#16006F\"\n id=\"path18\"\n transform=\"translate(-237.6986 -186.5)\" />\n <circle\n cx=\"355.20436\"\n cy=\"129.05035\"\n r=\"1.67338\"\n fill=\"#f2f2f2\"\n id=\"circle18\" />\n <circle\n cx=\"468.43538\"\n cy=\"139.09053\"\n r=\"3.79021\"\n fill=\"#ccc\"\n id=\"circle19\" />\n <circle\n cx=\"602.86239\"\n cy=\"296.39737\"\n r=\"6.15382\"\n fill=\"#ccc\"\n id=\"circle20\" />\n <circle\n cx=\"554.74246\"\n cy=\"198.11071\"\n r=\"2.64027\"\n fill=\"#ccc\"\n id=\"circle21\" />\n <circle\n cx=\"545.50149\"\n cy=\"283.9193\"\n r=\"2.64028\"\n fill=\"#ccc\"\n id=\"circle22\" />\n <polygon\n points=\"473.192 460.867 468.78 460.867 468.78 456.458 466.415 456.458 466.415 460.867 462.006 460.867 462.006 463.233 466.415 463.233 466.415 467.643 468.78 467.643 468.78 463.233 473.192 463.233 473.192 460.867\"\n fill=\"#ccc\"\n id=\"polygon22\" />\n <polygon\n points=\"574.971 438.296 571.675 438.296 571.675 435 569.904 435 569.904 438.296 566.608 438.296 566.608 440.066 569.904 440.066 569.904 443.362 571.675 443.362 571.675 440.066 574.971 440.066 574.971 438.296\"\n fill=\"#ccc\"\n id=\"polygon23\" />\n <circle\n cx=\"353.53103\"\n cy=\"188.74421\"\n r=\"12.27135\"\n opacity=\"0.1\"\n style=\"isolation:isolate\"\n id=\"circle23\" />\n <circle\n cx=\"353.53103\"\n cy=\"297.51296\"\n r=\"12.27135\"\n opacity=\"0.1\"\n style=\"isolation:isolate\"\n id=\"circle24\" />\n <circle\n cx=\"419.35006\"\n cy=\"231.69392\"\n r=\"12.27135\"\n opacity=\"0.1\"\n style=\"isolation:isolate\"\n id=\"circle25\" />\n <circle\n cx=\"460.06859\"\n cy=\"314.8044\"\n r=\"12.27135\"\n opacity=\"0.1\"\n style=\"isolation:isolate\"\n id=\"circle26\" />\n <path\n d=\"M768.46131,495.73671c-5.76224-8.84169-15.03625-18.07429-27.565-27.44072l-2.61832,3.50158c24.34687,18.20155,35.68792,35.59973,31.93512,48.98943-2.0899,7.45708-8.71521,13.51359-19.69156,18.0019-11.00359,4.49942-25.77,7.19232-43.88912,8.00444q-5.77477.25827-11.85069.25826c-35.45251-.00078-78.19995-6.56505-121.905-18.81479q-8.59595-2.40938-16.98152-5.04037v4.57807q7.80989,2.42651,15.80133,4.67207c44.087,12.357,87.24731,18.97711,123.10679,18.97625,4.10529,0,8.12074-.08664,12.02506-.26171,38.7996-1.73905,62.80557-12.10668,67.59487-29.194C776.64466,514.04124,774.639,505.21584,768.46131,495.73671Z\"\n transform=\"translate(-237.6986 -186.5)\"\n fill=\"#ccc\"\n id=\"path26\" />\n <path\n d=\"M706.63369,550.28968q-5.77337.258-11.85288.258c-35.44938,0-78.20089-6.56263-121.90469-18.81339q-8.59595-2.40948-16.98089-5.04044v4.57885q7.80894,2.42638,15.80008,4.67191c44.08884,12.35571,87.24669,18.97523,123.10741,18.97523,4.1053,0,8.12356-.08749,12.02788-.26241q7.07406-.31473,13.47477-1.00989,1.13073-2.30418,2.17317-4.652Q715.0415,549.90924,706.63369,550.28968Z\"\n transform=\"translate(-237.6986 -186.5)\"\n opacity=\"0.1\"\n style=\"isolation:isolate\"\n id=\"path27\" />\n <circle\n cx=\"419.3014\"\n cy=\"180.5\"\n r=\"16\"\n fill=\"#fff\"\n id=\"circle27\" />\n <path\n d=\"M657.04858,343.45032a22.86929,22.86929,0,0,0-22.86926,22.86928c0,12.63036,22.86926,54.10547,22.86926,54.10547S679.91784,378.95,679.91784,366.3196A22.86929,22.86929,0,0,0,657.04858,343.45032Zm0,34.02508a10.598,10.598,0,1,1,10.598-10.598,10.598,10.598,0,0,1-10.598,10.598h0Z\"\n transform=\"translate(-237.6986 -186.5)\"\n fill=\"#3f3d56\"\n id=\"path28\"\n style=\"fill:#6ad0bc;fill-opacity:1\" />\n <circle\n cx=\"353.3014\"\n cy=\"238.5\"\n r=\"16\"\n fill=\"#fff\"\n id=\"circle28\" />\n <path\n d=\"M591.04858,401.45032a22.86929,22.86929,0,0,0-22.86926,22.86928c0,12.63036,22.86926,54.10547,22.86926,54.10547S613.91784,436.95,613.91784,424.3196A22.86929,22.86929,0,0,0,591.04858,401.45032Zm0,34.02508a10.598,10.598,0,1,1,10.598-10.598,10.598,10.598,0,0,1-10.598,10.598h0Z\"\n transform=\"translate(-237.6986 -186.5)\"\n fill=\"#3f3d56\"\n id=\"path29\"\n style=\"fill:#6ad0bc;fill-opacity:1\" />\n <circle\n cx=\"353.3014\"\n cy=\"135.5\"\n r=\"16\"\n fill=\"#fff\"\n id=\"circle29\" />\n <path\n d=\"M591.04858,298.45032a22.86929,22.86929,0,0,0-22.86926,22.86928c0,12.63036,22.86926,54.10547,22.86926,54.10547S613.91784,333.95,613.91784,321.3196A22.86929,22.86929,0,0,0,591.04858,298.45032Zm0,34.02508a10.598,10.598,0,1,1,10.598-10.598,10.598,10.598,0,0,1-10.598,10.598h0Z\"\n transform=\"translate(-237.6986 -186.5)\"\n fill=\"#ccc\"\n id=\"path30\" />\n <circle\n cx=\"460.3014\"\n cy=\"259.5\"\n r=\"16\"\n fill=\"#fff\"\n id=\"circle30\" />\n <path\n d=\"M698.04858,422.45032a22.86929,22.86929,0,0,0-22.86926,22.86928c0,12.63036,22.86926,54.10547,22.86926,54.10547S720.91784,457.95,720.91784,445.3196A22.86929,22.86929,0,0,0,698.04858,422.45032Zm0,34.02508a10.598,10.598,0,1,1,10.598-10.598,10.598,10.598,0,0,1-10.598,10.598h0Z\"\n transform=\"translate(-237.6986 -186.5)\"\n fill=\"#ccc\"\n id=\"path31\" />\n <circle\n cx=\"254.3014\"\n cy=\"223.5\"\n r=\"16\"\n fill=\"#fff\"\n id=\"circle31\" />\n <path\n d=\"M492.04858,386.45032a22.86929,22.86929,0,0,0-22.86926,22.86928c0,12.63036,22.86926,54.10547,22.86926,54.10547S514.91784,421.95,514.91784,409.3196A22.86929,22.86929,0,0,0,492.04858,386.45032Zm0,34.02508a10.598,10.598,0,1,1,10.598-10.598,10.598,10.598,0,0,1-10.598,10.598h0Z\"\n transform=\"translate(-237.6986 -186.5)\"\n fill=\"#ccc\"\n id=\"path32\" />\n <circle\n cx=\"260.3014\"\n cy=\"310.5\"\n r=\"16\"\n fill=\"#fff\"\n id=\"circle32\" />\n <path\n d=\"M498.04858,473.45032a22.86929,22.86929,0,0,0-22.86926,22.86928c0,12.63036,22.86926,54.10547,22.86926,54.10547S520.91784,508.95,520.91784,496.3196A22.86929,22.86929,0,0,0,498.04858,473.45032Zm0,34.02508a10.598,10.598,0,1,1,10.598-10.598,10.598,10.598,0,0,1-10.598,10.598h0Z\"\n transform=\"translate(-237.6986 -186.5)\"\n fill=\"#3f3d56\"\n id=\"path33\"\n style=\"fill:#6ad0bc;fill-opacity:1\" />\n</svg>";
2
+ export default svg;
@@ -0,0 +1,2 @@
1
+ declare const svg = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n \n \n viewBox=\"0 0 861.34285 648.67936\"\n role=\"img\"\n artist=\"Katerina Limpitsouni\"\n source=\"https://undraw.co/\"\n version=\"1.1\"\n id=\"svg33\"\n sodipodi:docname=\"tk-ilustration-login.svg\"\n inkscape:version=\"1.4 (86a8ad7, 2024-10-11)\"\n xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\"\n xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:svg=\"http://www.w3.org/2000/svg\" style=\"width: 100%; height: 100%;\">\n <defs\n id=\"defs33\" />\n <sodipodi:namedview\n id=\"namedview33\"\n pagecolor=\"#ffffff\"\n bordercolor=\"#000000\"\n borderopacity=\"0.25\"\n inkscape:showpageshadow=\"2\"\n inkscape:pageopacity=\"0.0\"\n inkscape:pagecheckerboard=\"0\"\n inkscape:deskcolor=\"#d1d1d1\"\n inkscape:zoom=\"0.91108183\"\n inkscape:cx=\"430.25773\"\n inkscape:cy=\"324.33969\"\n inkscape:window-width=\"1920\"\n inkscape:window-height=\"1009\"\n inkscape:window-x=\"1912\"\n inkscape:window-y=\"-8\"\n inkscape:window-maximized=\"1\"\n inkscape:current-layer=\"svg33\" />\n <path\n d=\"M487.96668,298.31443c37.10109-23.94307,88.20046-14.64015,124.34793,10.72884a196.9347,196.9347,0,0,1,32.30722,28.82658c5.64318,6.18962,10.99283,12.68743,16.10981,19.409,1.26068,1.64909,2.51531,3.31471,3.74573,4.99679q1.26287,1.70574,2.50473,3.43526c10.37769,14.42492,19.89188,29.60015,29.20575,44.63751,23.25089,37.5382,47.10783,76.19386,82.53441,102.54908,7.29895,5.42842,17.482,10.31693,24.95986,5.13332,6.48912-4.50162,6.7671-13.96718,5.29023-21.72428-5.49032-28.74-25.29548-52.55662-46.33553-72.88759-21.03978-20.33084-44.332-38.97058-60.22963-63.5374-15.8979-24.56687-23.16127-57.36431-9.23631-83.09406,12.00085-22.17255,37.8208-34.60974,63.02364-35.189,25.20065-.57377,49.68543,9.22225,71.00676,22.6735,21.31941,13.45676,40.066,30.53133,59.63091,46.42986,11.79386,9.5917,28.26094,19.10907,41.11381,10.98808,10.85632-6.863,11.70313-23.33834,5.233-34.43131s-18.01809-18.0644-29.08878-24.56575q-51.5577-30.28842-103.11733-60.5713c-10.54549-6.18859-21.32085-12.575-29.10512-22.01161-7.78648-9.43112-12.10823-22.68629-7.81685-34.1389,4.23393-11.2862,16.05933-18.45281,28.02325-19.94843,11.95605-1.49217,24.0148,1.823,35.19936,6.31353,41.91245,16.83224,140.602,126.95133,166.90453,145.77839,16.90328,12.0919,34.65985,27.40012,36.36931,48.11155,2.1296,25.78425-23.526,47.18186-49.27763,49.68313-25.74808,2.50866-50.70386-8.68727-73.71019-20.52382s-46.48564-24.88724-72.30913-26.53029c-25.823-1.64282-54.79532,12.16074-60.91654,37.29958-5.32348,21.87428,8.20967,44.44617,25.83789,58.44235,13.79843,10.95842,29.99225,18.25607,45.63451,26.46205,4.3438,2.27173,8.64194,4.62083,12.8341,7.132a180.25086,180.25086,0,0,1,29.93459,22.5045,183.67679,183.67679,0,0,1,25.77414,29.64094,179.18159,179.18159,0,0,1,15.62068,27.17341q1.00641,2.1759,1.95446,4.4124c.59864,1.42551,1.17874,2.86947,1.72867,4.32782,7.17972,18.91307,9.97662,40.10751.8045,57.76316-9.14885,17.60784-28.96516,28.03412-48.75259,29.48a89.80071,89.80071,0,0,1-33.791-4.46408,137.2297,137.2297,0,0,1-23.12969-9.94084C794.52567,600.7,767.40355,571.54178,742.6339,541.566c-24.7637-29.9737-48.08255-61.5336-77.48153-86.97744-29.39734-25.44945-66.23669-44.69009-105.12049-44.39784-38.88188.2867-78.96477,23.97778-90.00792,61.25757-16.09646-27.73614-26.98109-59.35475-25.544-91.388S461.024,315.70525,487.96668,298.31443Z\"\n transform=\"translate(-169.32858 -125.66032)\"\n fill=\"#3f3d56\"\n id=\"path1\"\n style=\"fill:#16006f;fill-opacity:1\" />\n <circle\n cx=\"469.48709\"\n cy=\"272.01678\"\n r=\"4.2718\"\n fill=\"#6AD0BC\"\n id=\"circle1\" />\n <circle\n cx=\"785.86508\"\n cy=\"221.51745\"\n r=\"2.44032\"\n fill=\"#ff6584\"\n id=\"circle3\"\n style=\"fill:#6ad0bc;fill-opacity:1\" />\n <circle\n cx=\"736.48895\"\n cy=\"90.36211\"\n r=\"2.44032\"\n fill=\"#ff6584\"\n id=\"circle4\"\n style=\"fill:#6ad0bc;fill-opacity:1\" />\n <circle\n cx=\"362.47378\"\n cy=\"249.1678\"\n r=\"2.49578\"\n fill=\"#f0f0f0\"\n id=\"circle5\" />\n <circle\n cx=\"668.2498\"\n cy=\"64.51306\"\n r=\"2.49578\"\n fill=\"#f0f0f0\"\n id=\"circle6\" />\n <circle\n cx=\"645.77831\"\n cy=\"20.05675\"\n r=\"2.49578\"\n fill=\"#f0f0f0\"\n id=\"circle7\" />\n <circle\n cx=\"822.50254\"\n cy=\"185.77006\"\n r=\"2.49578\"\n fill=\"#f0f0f0\"\n id=\"circle8\" />\n <circle\n cx=\"691.4035\"\n cy=\"189.35566\"\n r=\"2.49578\"\n fill=\"#f0f0f0\"\n id=\"circle9\" />\n <circle\n cx=\"621.83508\"\n cy=\"427.40632\"\n r=\"2.49578\"\n fill=\"#f0f0f0\"\n id=\"circle10\" />\n <circle\n cx=\"543.40782\"\n cy=\"193.29038\"\n r=\"2.49578\"\n fill=\"#f0f0f0\"\n id=\"circle11\" />\n <circle\n cx=\"539.90427\"\n cy=\"146.09722\"\n r=\"2.49578\"\n fill=\"#f0f0f0\"\n id=\"circle12\" />\n <path\n d=\"M866.14147,532.28381c-3.70615-.15179-7.30281-.16975-10.76983-.04989-21.35628.73815-35.58147,6.85689-39.02807,16.788s3.92974,23.54668,20.23724,37.35613q2.419,2.0484,5.04258,4.06347a80.0276,80.0276,0,0,1,24.51808-58.15768Z\"\n transform=\"translate(-169.32858 -125.66032)\"\n fill=\"none\"\n id=\"path12\" />\n <path\n d=\"M846.04959,563.68214a79.49915,79.49915,0,0,1,20.09249-31.39921q1.80051-1.72372,3.7035-3.33106a80.08128,80.08128,0,0,1,44.50356-18.61538,179.18438,179.18438,0,0,1,15.62068,27.17341q1.00639,2.17594,1.95446,4.4124c.59864,1.42551,1.17874,2.86947,1.72867,4.32782,7.17972,18.91307,9.97662,40.10751.8045,57.76316-9.14885,17.60784-28.96517,28.03416-48.7526,29.48007a89.80131,89.80131,0,0,1-33.791-4.46411,79.90212,79.90212,0,0,1-10.1306-34.05964c-.09842-1.50666-.14666-3.01457-.16151-4.52952A79.68475,79.68475,0,0,1,846.04959,563.68214Z\"\n transform=\"translate(-169.32858 -125.66032)\"\n fill=\"#6AD0BC\"\n id=\"path13\" />\n <path\n d=\"M813.01622,547.86864c4.00872-11.55075,19.00577-18.34978,42.2361-19.15377,4.64842-.16374,9.76062,1.76955,14.59326.237,23.44495-7.43488,44.71546-2.57642,62.07868,12.9704.59863,1.42553,1.17876,2.86948,1.72869,4.32783-.23093-.08636-.46379-.16717-.69664-.248-23.462-8.14252-46.75216-12.8952-66.81423-13.7192-3.707-.14949-8.129-2.29424-10.76958-.04705-21.20758,18.04834-35.55151,10.486-39.02911,16.78748-5.07941,9.204,3.93167,23.5454,20.23837,37.35631q2.41941,2.05122,5.04,4.06041c.01485,1.51495.06309,3.02286.16151,4.52952q-3.94577-2.91643-7.47707-5.90033C816.56833,574.04719,809.00944,559.41384,813.01622,547.86864Z\"\n transform=\"translate(-169.32858 -125.66032)\"\n fill=\"#e4e4e4\"\n id=\"path14\" />\n <circle\n cx=\"731.55933\"\n cy=\"501.52259\"\n r=\"2.49578\"\n fill=\"#f0f0f0\"\n id=\"circle14\" />\n <circle\n cx=\"687.40279\"\n cy=\"469.42248\"\n r=\"2.49578\"\n fill=\"#f0f0f0\"\n id=\"circle15\" />\n <circle\n cx=\"721.18621\"\n cy=\"454.43059\"\n r=\"24.27028\"\n fill=\"#f0f0f0\"\n id=\"circle16\" />\n <path\n d=\"M509.19491,311.783c5.67345.26659,17.40774,3.08394,30.12317,6.72643,12.70782,3.64607,26.49182,8.09431,40.10029,12.4941q35.73268,11.54366,71.46211,23.08,4.91208,1.5836,9.85116,3.19521c1.26068,1.64909,2.51531,3.31471,3.74573,4.99679-2.89437-1.02316-5.8003-2.013-8.69749-2.95637-12.37844-4.02258-23.1198-6.67554-35.13327-10.33536-18.48821-5.62729-37.99248-13.0176-56.909-19.8995C544.823,322.19693,523.12131,314.78335,509.19491,311.783Z\"\n transform=\"translate(-169.32858 -125.66032)\"\n fill=\"#f0f0f0\"\n opacity=\"0.3\"\n id=\"path16\" />\n <path\n d=\"M932.75759,262.92414l53.58031,88.947-50.55816-90.71607a1.84948,1.84948,0,1,0-3.02215,1.76906Z\"\n transform=\"translate(-169.32858 -125.66032)\"\n fill=\"#f0f0f0\"\n opacity=\"0.3\"\n id=\"path17\" />\n <circle\n cx=\"737.2964\"\n cy=\"397.26895\"\n r=\"2.49578\"\n fill=\"#f0f0f0\"\n id=\"circle17\" />\n <circle\n cx=\"299.53813\"\n cy=\"375.5268\"\n r=\"16\"\n fill=\"#6AD0BC\"\n id=\"circle18\" />\n <path\n d=\"M459.3879,492.40273a11.44042,11.44042,0,0,1-7.3141-15.94512L423.10256,447.935l20.66168-4.40845,24.344,27.76138a11.50245,11.50245,0,0,1-8.72027,21.11472Z\"\n transform=\"translate(-169.32858 -125.66032)\"\n fill=\"#a0616a\"\n id=\"path18\" />\n <path\n d=\"M320.86565,270.42666l16.157,10.64925,18.91194,4.43s14.99907,107.19866,22.36959,113.62868,1.16,7.03958,3.15737,15.909,6.61965,27.01462,6.61965,27.01462c-44.89679,27.82945-85.006,31.22731-119.22623,4.57454a8.05237,8.05237,0,0,1,3.76528-9.36653c5.786-3.59436-6.76409-17.67495-2.02758-20.495s-3.63329-23.91315-3.63329-23.91315l1.46049-45.29872-4.0663-6.94806,5.72828-44.60031,14.76652-6.56237,5.05588-14.98693Z\"\n transform=\"translate(-169.32858 -125.66032)\"\n fill=\"#6AD0BC\"\n id=\"path19\" />\n <path\n d=\"M327.8667,274.18712l26.64115,8.8716s29.47047-3.11176,30.66466,40.75832-4.29794,67.41167-4.29794,67.41167S442.17772,514.507,375.77221,478.097L356.3667,401.68712l-20-120Z\"\n transform=\"translate(-169.32858 -125.66032)\"\n fill=\"#2f2e41\"\n id=\"path20\" />\n <path\n d=\"M354.5843,371.17746l13.81877-1.90862s1.33426,20.8342,7.94429,23.99172,4.38173,3.67716,5.16118,7.01962-5.8779,12.60375-.64184,14.90694,51,60,51,60l27-25c-1.85564-5.02813-10.78512-.93686-11.345-6.26714-.70457-8.05889-14.8379-30.07437-17.84566-32.89719s-1.81872-7.79907-3.37763-14.484-.4767-.48633-3.07488-11.62786-37.80825-67.91285-39.03245-78.2-15.55843-16.34242-15.55843-16.34242l-11.14153,2.59818Z\"\n transform=\"translate(-169.32858 -125.66032)\"\n fill=\"#2f2e41\"\n id=\"path21\" />\n <polygon\n points=\"68.581 615.998 84.845 620.268 109.058 559.567 85.054 553.264 68.581 615.998\"\n fill=\"#a0616a\"\n id=\"polygon21\" />\n <path\n d=\"M232.881,758.47391l50.014,13.13347.16612-.6325a20.12793,20.12793,0,0,0-14.35407-24.579l-.00121-.00032-7.31533-9.33008-18.86557,2.45516-4.36588-1.14648Z\"\n transform=\"translate(-169.32858 -125.66032)\"\n fill=\"#2f2e41\"\n id=\"path22\" />\n <polygon\n points=\"151.957 628.165 168.771 628.164 176.771 563.303 151.953 563.305 151.957 628.165\"\n fill=\"#a0616a\"\n id=\"polygon22\" />\n <path\n d=\"M320.69272,771.36718l51.70963-.00195v-.654a20.12793,20.12793,0,0,0-20.12682-20.12651h-.00125l-9.44543-7.1658-17.62308,7.16689-4.51391.00015Z\"\n transform=\"translate(-169.32858 -125.66032)\"\n fill=\"#2f2e41\"\n id=\"path23\" />\n <path\n d=\"M279.2272,443.4438c-4.062,5.07751-2.031,22.341-2.031,22.341s-7.10852,55.85264-4.062,60.93015-2.031,9.13953-5.07752,16.248-6.093,24.37206-6.093,24.37206c-17.26354,14.217-16.248,79.2092-16.248,79.2092l-6.093,57.88364c2.031,6.093,30.46508,7.10852,34.52709,6.093S317.8163,566.3196,317.8163,566.3196s-2.031,138.10834-2.031,144.20136,27.41857,3.0465,33.51158,3.0465S393.979,464.76932,393.979,464.76932v-14.217l-5.07751-7.10851S283.28921,438.36629,279.2272,443.4438Z\"\n transform=\"translate(-169.32858 -125.66032)\"\n fill=\"#2f2e41\"\n id=\"path24\" />\n <path\n d=\"M288.8667,277.18712,263.92876,293.0758,251.8667,303.18712l16,102s-24.30892,92.71612,14,87,36.16111-89.03846,36.16111-89.03846Z\"\n transform=\"translate(-169.32858 -125.66032)\"\n fill=\"#2f2e41\"\n id=\"path25\" />\n <path\n d=\"M322.23542,422.083a11.44044,11.44044,0,0,1-16.54431-5.83342l-40.64366.98165,11.20149-17.91273,36.87863,1.814A11.50245,11.50245,0,0,1,322.2354,422.083Z\"\n transform=\"translate(-169.32858 -125.66032)\"\n fill=\"#a0616a\"\n id=\"path26\" />\n <circle\n cx=\"132.62957\"\n cy=\"105.61497\"\n r=\"32.11879\"\n fill=\"#a0616a\"\n id=\"circle26\" />\n <path\n d=\"M265.52656,210.17108c3.60658-5.57961,10.37456-9.29825,16.93562-8.25331a23.12708,23.12708,0,0,1,38.75042-13.4894,7.19154,7.19154,0,0,1,7.03282-.70384,14.82856,14.82856,0,0,1,5.71367,4.58627,33.28016,33.28016,0,0,1,4.65684,33.85669c.80185-2.915-2.11948-5.65739-5.07118-6.31152-2.95144-.65414-6.04757-.03529-9.04074-.46126-3.83627-.54587-7.28476-2.77134-11.12709-3.27218-3.22918-.42092-6.47658.407-9.62557,1.23693-3.149.82981-6.388,1.67606-9.62178,1.29208-3.234-.384-7.39959,11.87152-7.34369,20.5035.01062,1.63584-.32631,3.73609-1.925,4.08314-1.96872.42749-3.10954-2.28971-4.9834-3.0301a3.46671,3.46671,0,0,0-4.25212,2.26113,5.652,5.652,0,0,0,1.07909,5.06131,16.70142,16.70142,0,0,0,4.04925,3.51261l-.77175.64187c-1.28373,1.69591-3.94655,1.7694-5.7969.72015a12.5112,12.5112,0,0,1-4.16206-4.739c-3.4232-5.69369-6.426-11.76023-7.63408-18.29308S261.92023,215.75069,265.52656,210.17108Z\"\n transform=\"translate(-169.32858 -125.66032)\"\n fill=\"#2f2e41\"\n id=\"path27\" />\n <path\n d=\"M276.8667,306.18712l-14.43307-12.3687s-16.85215,5.25847-19.70951,16.31358c-22.49139,28.75861-34.60418,62.34589-37.85742,100.05512,29.36371,11.09012,65.31909,15.02441,104,16l-8-30-55-10Z\"\n transform=\"translate(-169.32858 -125.66032)\"\n fill=\"#2f2e41\"\n id=\"path28\" />\n <path\n d=\"M501.855,773.68712H434.87842A11.52467,11.52467,0,0,1,423.3667,762.1754V527.19884a11.52466,11.52466,0,0,1,11.51172-11.51172H501.855a11.52466,11.52466,0,0,1,11.51172,11.51172V762.1754A11.52467,11.52467,0,0,1,501.855,773.68712Z\"\n transform=\"translate(-169.32858 -125.66032)\"\n fill=\"#f2f2f2\"\n id=\"path31\" />\n <path\n d=\"M486.04,521.68712H451.69336A4.332,4.332,0,0,1,447.3667,517.36v-12.3457a4.332,4.332,0,0,1,4.32666-4.32715H486.04a4.332,4.332,0,0,1,4.32666,4.32715V517.36A4.332,4.332,0,0,1,486.04,521.68712Z\"\n transform=\"translate(-169.32858 -125.66032)\"\n fill=\"#3f3d56\"\n id=\"path32\" />\n <path\n d=\"M584.26926,774.03235l-413.75.30733a1.19069,1.19069,0,0,1,0-2.38137l413.75-.30733a1.19069,1.19069,0,0,1,0,2.38137Z\"\n transform=\"translate(-169.32858 -125.66032)\"\n fill=\"#cacaca\"\n id=\"path33\" />\n</svg>";
2
+ export default svg;
@@ -0,0 +1,2 @@
1
+ declare const svg = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n \n \n viewBox=\"0 0 764.17285 572.568\"\n role=\"img\"\n artist=\"Katerina Limpitsouni\"\n source=\"https://undraw.co/\"\n version=\"1.1\"\n id=\"svg24\"\n sodipodi:docname=\"tk-multimedia.svg\"\n inkscape:version=\"1.4 (86a8ad7, 2024-10-11)\"\n xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\"\n xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:svg=\"http://www.w3.org/2000/svg\" style=\"width: 100%; height: 100%;\">\n <defs\n id=\"defs24\" />\n <sodipodi:namedview\n id=\"namedview24\"\n pagecolor=\"#ffffff\"\n bordercolor=\"#000000\"\n borderopacity=\"0.25\"\n inkscape:showpageshadow=\"2\"\n inkscape:pageopacity=\"0.0\"\n inkscape:pagecheckerboard=\"0\"\n inkscape:deskcolor=\"#d1d1d1\"\n inkscape:zoom=\"0.51189687\"\n inkscape:cx=\"156.28148\"\n inkscape:cy=\"295.95805\"\n inkscape:window-width=\"1920\"\n inkscape:window-height=\"1009\"\n inkscape:window-x=\"1912\"\n inkscape:window-y=\"-8\"\n inkscape:window-maximized=\"1\"\n inkscape:current-layer=\"svg24\" />\n <path\n d=\"M949.08643,695.284H373.91357a33.03734,33.03734,0,0,1-33-33v-307a33.03734,33.03734,0,0,1,33-33H949.08643a33.03734,33.03734,0,0,1,33,33v307A33.03734,33.03734,0,0,1,949.08643,695.284Z\"\n transform=\"translate(-217.91357 -163.716)\"\n fill=\"#fff\"\n id=\"path1\" />\n <path\n d=\"M949.08643,695.284H373.91357a33.03734,33.03734,0,0,1-33-33v-307a33.03734,33.03734,0,0,1,33-33H949.08643a33.03734,33.03734,0,0,1,33,33v307A33.03734,33.03734,0,0,1,949.08643,695.284Zm-575.17286-371a31.03521,31.03521,0,0,0-31,31v307a31.03521,31.03521,0,0,0,31,31H949.08643a31.03521,31.03521,0,0,0,31-31v-307a31.03521,31.03521,0,0,0-31-31Z\"\n transform=\"translate(-217.91357 -163.716)\"\n fill=\"#f2f2f2\"\n id=\"path2\" />\n <path\n d=\"M949.08643,671.284H373.91357a9.01032,9.01032,0,0,1-9-9v-307a9.01032,9.01032,0,0,1,9-9H949.08643a9.01032,9.01032,0,0,1,9,9v307A9.01032,9.01032,0,0,1,949.08643,671.284Zm-575.17286-323a7.00787,7.00787,0,0,0-7,7v307a7.00787,7.00787,0,0,0,7,7H949.08643a7.00787,7.00787,0,0,0,7-7v-307a7.00787,7.00787,0,0,0-7-7Z\"\n transform=\"translate(-217.91357 -163.716)\"\n fill=\"#f2f2f2\"\n id=\"path3\" />\n <path\n d=\"M802.69825,672.74654,246.72732,525.369a33.03733,33.03733,0,0,1-23.44266-40.354L301.9478,188.26413a33.03732,33.03732,0,0,1,40.354-23.44266L898.27268,312.199a33.03733,33.03733,0,0,1,23.44266,40.354L843.0522,649.30387A33.03734,33.03734,0,0,1,802.69825,672.74654Z\"\n transform=\"translate(-217.91357 -163.716)\"\n fill=\"#f2f2f2\"\n id=\"path4\" />\n <path\n d=\"M802.69825,672.74654,246.72732,525.369a33.03733,33.03733,0,0,1-23.44266-40.354L301.9478,188.26413a33.03732,33.03732,0,0,1,40.354-23.44266L898.27268,312.199a33.03733,33.03733,0,0,1,23.44266,40.354L843.0522,649.30387A33.03734,33.03734,0,0,1,802.69825,672.74654ZM341.78929,166.7547A31.0352,31.0352,0,0,0,303.881,188.77659L225.21789,485.52751a31.0352,31.0352,0,0,0,22.02189,37.90826L803.21071,670.8133A31.0352,31.0352,0,0,0,841.119,648.79141l78.66314-296.75092a31.0352,31.0352,0,0,0-22.02189-37.90826Z\"\n transform=\"translate(-217.91357 -163.716)\"\n fill=\"#e6e6e6\"\n id=\"path5\" />\n <path\n d=\"M808.84781,649.54777,252.87688,502.17024a9.01031,9.01031,0,0,1-6.39345-11.00563l78.66314-296.75092a9.01031,9.01031,0,0,1,11.00562-6.39346L892.12312,335.39777a9.0103,9.0103,0,0,1,6.39345,11.00562L819.85343,643.15431A9.01031,9.01031,0,0,1,808.84781,649.54777ZM335.63973,189.95347a7.00786,7.00786,0,0,0-8.55993,4.97268L248.41666,491.67707a7.00786,7.00786,0,0,0,4.97268,8.55993L809.36027,647.61454a7.00787,7.00787,0,0,0,8.55993-4.97269l78.66314-296.75092a7.00786,7.00786,0,0,0-4.97268-8.55993Z\"\n transform=\"translate(-217.91357 -163.716)\"\n fill=\"#fff\"\n id=\"path6\" />\n <path\n d=\"M826.08643,736.284H250.91357a33.03734,33.03734,0,0,1-33-33v-307a33.03734,33.03734,0,0,1,33-33H826.08643a33.03734,33.03734,0,0,1,33,33v307A33.03734,33.03734,0,0,1,826.08643,736.284Z\"\n transform=\"translate(-217.91357 -163.716)\"\n fill=\"#fff\"\n id=\"path7\" />\n <path\n d=\"M669.818,710.284h-371.43c-.46507.002-.92966-.01-1.38793-.03577l175.66931-98.93366c3.345-1.92234,10.84959-2.599,16.762-1.51148a15.18339,15.18339,0,0,1,4.64878,1.51148l117.89608,66.39218,5.64814,3.17689Z\"\n transform=\"translate(-217.91357 -163.716)\"\n fill=\"#e6e6e6\"\n id=\"path8\" />\n <path\n d=\"M787,710.284H465.74351l62.2532-29.40041,4.48-2.11794,81.1215-38.31431c5.31828-2.51112,18.11244-2.66746,24.3653-.47362q.63.22445,1.16817.47362Z\"\n transform=\"translate(-217.91357 -163.716)\"\n fill=\"#e6e6e6\"\n id=\"path9\" />\n <path\n d=\"M250.91357,365.284a31.03521,31.03521,0,0,0-31,31v307a31.03521,31.03521,0,0,0,31,31H826.08643a31.03521,31.03521,0,0,0,31-31v-307a31.03521,31.03521,0,0,0-31-31Z\"\n transform=\"translate(-217.91357 -163.716)\"\n fill=\"#3f3d56\"\n id=\"path10\" />\n <path\n d=\"M826.08643,712.284H250.91357a9.01032,9.01032,0,0,1-9-9v-307a9.01032,9.01032,0,0,1,9-9H826.08643a9.01032,9.01032,0,0,1,9,9v307A9.01032,9.01032,0,0,1,826.08643,712.284Zm-575.17286-323a7.00787,7.00787,0,0,0-7,7v307a7.00787,7.00787,0,0,0,7,7H826.08643a7.00787,7.00787,0,0,0,7-7v-307a7.00787,7.00787,0,0,0-7-7Z\"\n transform=\"translate(-217.91357 -163.716)\"\n fill=\"#ccc\"\n id=\"path11\" />\n <circle\n cx=\"480.01677\"\n cy=\"217.85864\"\n r=\"61.9031\"\n fill=\"#ff6584\"\n id=\"circle11\" />\n <ellipse\n cx=\"505.89607\"\n cy=\"345.09898\"\n rx=\"78.40314\"\n ry=\"98.13725\"\n fill=\"#f2f2f2\"\n id=\"ellipse11\" />\n <polygon\n points=\"506.112 325.365 506.327 325.365 510.204 547.65 502.019 547.65 506.112 325.365\"\n fill=\"#ccc\"\n id=\"polygon11\" />\n <path\n d=\"M737.39778,636.24085v0a1.93854,1.93854,0,0,1-.81224,2.61841l-11.245,5.92024-1.80617-3.43065,11.245-5.92025A1.93854,1.93854,0,0,1,737.39778,636.24085Z\"\n transform=\"translate(-217.91357 -163.716)\"\n fill=\"#ccc\"\n id=\"path12\" />\n <ellipse\n cx=\"280.48957\"\n cy=\"345.09898\"\n rx=\"78.40314\"\n ry=\"98.13725\"\n fill=\"#f2f2f2\"\n id=\"ellipse12\" />\n <path\n d=\"M511.99148,639.916v-.00008a1.939,1.939,0,0,0-2.61875-.81222l-7.85028,4.133-2.68873-154.15586h-.21534l-4.092,222.28567H502.711l-1.11258-63.788,9.58076-5.04407A1.93935,1.93935,0,0,0,511.99148,639.916Z\"\n transform=\"translate(-217.91357 -163.716)\"\n fill=\"#ccc\"\n id=\"path13\" />\n <path\n d=\"M610.83353,282.6528c54.86685,0,99.46253,103.38233,99.46253,172.05918s-44.47834,124.35043-99.3452,124.35043S511.60567,523.38883,511.60567,454.712,555.96669,282.6528,610.83353,282.6528Z\"\n transform=\"translate(-217.91357 -163.716)\"\n fill=\"#16006F\"\n id=\"path14\" />\n <path\n d=\"M628.16826,619.831a2.45587,2.45587,0,0,0-3.31741-1.02913l-9.94743,5.2369-3.40653-195.332h-.27276L606.03866,710.3665h10.37093l-1.40987-80.82639,12.1397-6.39128A2.45593,2.45593,0,0,0,628.16826,619.831Z\"\n transform=\"translate(-217.91357 -163.716)\"\n fill=\"#3f3d56\"\n id=\"path15\" />\n <path\n d=\"M828.08643,734.284H252.91357a33.03734,33.03734,0,0,1-33-33v-307a33.03734,33.03734,0,0,1,33-33H828.08643a33.03734,33.03734,0,0,1,33,33v307A33.03734,33.03734,0,0,1,828.08643,734.284Z\"\n transform=\"translate(-217.91357 -163.716)\"\n fill=\"#fff\"\n id=\"path16\" />\n <path\n d=\"M671.818,708.284h-371.43c-.46507.002-.92966-.01-1.38793-.03577l175.66931-98.93366c3.345-1.92234,10.84959-2.599,16.762-1.51148a15.18339,15.18339,0,0,1,4.64878,1.51148l117.89608,66.39218,5.64814,3.17689Z\"\n transform=\"translate(-217.91357 -163.716)\"\n fill=\"#e6e6e6\"\n id=\"path17\" />\n <path\n d=\"M789,708.284H467.74351l62.2532-29.40041,4.48-2.11794,81.1215-38.31431c5.31828-2.51112,18.11244-2.66746,24.3653-.47362q.63.22445,1.16817.47362Z\"\n transform=\"translate(-217.91357 -163.716)\"\n fill=\"#e6e6e6\"\n id=\"path18\" />\n <path\n d=\"M828.08643,734.284H252.91357a33.03734,33.03734,0,0,1-33-33v-307a33.03734,33.03734,0,0,1,33-33H828.08643a33.03734,33.03734,0,0,1,33,33v307A33.03734,33.03734,0,0,1,828.08643,734.284Zm-575.17286-371a31.03521,31.03521,0,0,0-31,31v307a31.03521,31.03521,0,0,0,31,31H828.08643a31.03521,31.03521,0,0,0,31-31v-307a31.03521,31.03521,0,0,0-31-31Z\"\n transform=\"translate(-217.91357 -163.716)\"\n fill=\"#3f3d56\"\n id=\"path19\" />\n <path\n d=\"M828.08643,710.284H252.91357a9.01032,9.01032,0,0,1-9-9v-307a9.01032,9.01032,0,0,1,9-9H828.08643a9.01032,9.01032,0,0,1,9,9v307A9.01032,9.01032,0,0,1,828.08643,710.284Zm-575.17286-323a7.00787,7.00787,0,0,0-7,7v307a7.00787,7.00787,0,0,0,7,7H828.08643a7.00787,7.00787,0,0,0,7-7v-307a7.00787,7.00787,0,0,0-7-7Z\"\n transform=\"translate(-217.91357 -163.716)\"\n fill=\"#ccc\"\n id=\"path20\" />\n <circle\n cx=\"482.01677\"\n cy=\"215.85864\"\n r=\"61.9031\"\n fill=\"#ff6584\"\n id=\"circle20\"\n style=\"fill:#6ad0bc;fill-opacity:1\" />\n <ellipse\n cx=\"507.89607\"\n cy=\"343.09898\"\n rx=\"78.40314\"\n ry=\"98.13725\"\n fill=\"#f2f2f2\"\n id=\"ellipse20\" />\n <polygon\n points=\"508.112 323.365 508.327 323.365 512.204 545.65 504.019 545.65 508.112 323.365\"\n fill=\"#ccc\"\n id=\"polygon20\" />\n <path\n d=\"M739.39778,634.24085v0a1.93854,1.93854,0,0,1-.81224,2.61841l-11.245,5.92024-1.80617-3.43065,11.245-5.92025A1.93854,1.93854,0,0,1,739.39778,634.24085Z\"\n transform=\"translate(-217.91357 -163.716)\"\n fill=\"#ccc\"\n id=\"path21\" />\n <ellipse\n cx=\"282.48957\"\n cy=\"343.09898\"\n rx=\"78.40314\"\n ry=\"98.13725\"\n fill=\"#f2f2f2\"\n id=\"ellipse21\" />\n <path\n d=\"M513.99148,637.916v-.00008a1.939,1.939,0,0,0-2.61875-.81222l-7.85028,4.133-2.68873-154.15586h-.21534l-4.092,222.28567H504.711l-1.11258-63.788,9.58076-5.04407A1.93935,1.93935,0,0,0,513.99148,637.916Z\"\n transform=\"translate(-217.91357 -163.716)\"\n fill=\"#ccc\"\n id=\"path22\" />\n <path\n d=\"M612.83353,280.6528c54.86685,0,99.46253,103.38233,99.46253,172.05918s-44.47834,124.35043-99.3452,124.35043S513.60567,521.38883,513.60567,452.712,557.96669,280.6528,612.83353,280.6528Z\"\n transform=\"translate(-217.91357 -163.716)\"\n fill=\"#16006F\"\n id=\"path23\" />\n <path\n d=\"M630.16826,617.831a2.45587,2.45587,0,0,0-3.31741-1.02913l-9.94743,5.2369-3.40653-195.332h-.27276L608.03866,708.3665h10.37093l-1.40987-80.82639,12.1397-6.39128A2.45593,2.45593,0,0,0,630.16826,617.831Z\"\n transform=\"translate(-217.91357 -163.716)\"\n fill=\"#3f3d56\"\n id=\"path24\" />\n</svg>";
2
+ export default svg;
@@ -0,0 +1,2 @@
1
+ declare const svg = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 717.67004 516.8656\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" role=\"img\" artist=\"Katerina Limpitsouni\" source=\"https://undraw.co/\" style=\"width: 100%; height: 100%;\"><path d=\"M120.42945,496.14264a2.80742,2.80742,0,0,1-2.03464-4.86594l.19236-.76477q-.038-.09188-.07643-.18359A7.5391,7.5391,0,0,0,104.604,490.38c-2.27452,5.47809-5.17037,10.96552-5.8834,16.75773a22.30391,22.30391,0,0,0,.39152,7.67062A89.41957,89.41957,0,0,1,90.978,477.66962a86.3069,86.3069,0,0,1,.53535-9.6283q.44349-3.93127,1.23055-7.80652A90.45546,90.45546,0,0,1,110.682,421.89749a24.07259,24.07259,0,0,0,10.0118-10.38736,18.3625,18.3625,0,0,0,1.67-5.01791c-.48739.06393-1.83779-7.3591-1.47017-7.81452-.67924-1.0307-1.895-1.54306-2.63681-2.54886-3.68943-5.0021-8.77253-4.12872-11.42613,2.66877-5.6687,2.861-5.72357,7.60577-2.24528,12.16916,2.2129,2.90326,2.517,6.83166,4.45862,9.93985-.1998.2557-.40756.50344-.6073.75915a91.0398,91.0398,0,0,0-9.50223,15.0538,37.8458,37.8458,0,0,0-2.25945-17.5787c-2.16269-5.21726-6.21632-9.61124-9.786-14.12152-4.2878-5.41757-13.08034-3.05326-13.83575,3.81439q-.011.09975-.02142.19943.79533.44865,1.55706.95249a3.808,3.808,0,0,1-1.53532,6.92993l-.07765.012a37.89041,37.89041,0,0,0,.99876,5.66516C69.3952,440.30279,79.282,446.75317,93.399,447.04294c.31164.15979.61531.31958.927.47143A92.92463,92.92463,0,0,0,89.324,471.05368a88.13536,88.13536,0,0,0,.06393,14.23065l-.024-.16778a23.28909,23.28909,0,0,0-7.95037-13.44764c-6.11821-5.02591-14.7621-6.87664-21.36259-10.9165a4.37072,4.37072,0,0,0-6.69422,4.252q.01328.08817.027.17643a25.57635,25.57635,0,0,1,2.86848,1.38226q.79533.44878,1.55706.95248a3.8081,3.8081,0,0,1-1.53533,6.93l-.07771.01193c-.05591.008-.10388.016-.15972.024A37.9228,37.9228,0,0,0,63.012,485.4042c2.86344,15.46021,15.162,16.927,28.31753,12.42487h.008a92.89686,92.89686,0,0,0,6.24044,18.2178h22.2928c.08-.24768.15184-.50341.22378-.75116a25.32843,25.32843,0,0,1-6.16855-.36743c1.654-2.02954,3.308-4.07513,4.962-6.10464a1.38106,1.38106,0,0,0,.10388-.11987c.839-1.03867,1.686-2.06946,2.52491-3.10816l.00045-.00128a37.10115,37.10115,0,0,0-1.08711-9.45126l-.00071-.00043Z\" fill=\"#f2f2f2\"/><path d=\"M146.07022,515.54742h35.97354c6.15261-20.71624.03287-69.67535,8.14252-89.68646,15.55875-38.36871,35.43533-78.85281,72.53424-97.5874,15.84012-7.99951,33.11136-11.124,50.74951-10.95383,24.36563.231,49.41629,6.77167,72.35083,15.43991,9.38175,3.53784,18.67783,7.42816,27.93726,11.40363,34.885,14.99008,69.39074,31.31744,106.90552,35.73059,47.47143,5.5802,103.28485-15.65872,116.25048-61.407,9.89551-35.02545-7.92614-71.38816-26.61627-102.66919-18.69006-31.28095-39.58191-64.75028-36.16919-100.96712.01215-.12154.02442-.25533.04889-.37688,1.2843-13.00842,9.05145-22.3572,19.90106-28.35079H546.83954c-.62378,33.78536,18.92254,63.60722,36.51178,93.05239,18.69006,31.26885,36.51172,67.64374,26.61627,102.66919-12.9657,45.73609-120.32733-7.87607-167.79877-13.4685-13.40594-1.56827,7.8895,4.01193-4.8927,0-20.04785-6.28543-22.27038,51.36316-41.78,42.90158-12.14611-5.27634-24.30447-10.51618-36.62185-15.1724-5.10062-1.93307-10.31134-3.7445-15.58322-5.42221a.03536.03536,0,0,1-.02448-.01217c-35.39868-11.20908-74.11212-15.57361-106.81979.6322-.22016.10937-.45258.21881-.67281.32818-37.09883,18.72242-56.97543,59.20652-72.53425,97.57523-12.85558,31.71866-10.83346,92.88385-17.16948,126.341Z\" fill=\"#f2f2f2\"/><path d=\"M359.31256,514.48614C183.74773,518.20477,179.898,441.30121,179.898,349.82913S259.957,186.80041,359.16574,186.80041s178,71.53016,178,163S458.52136,514.48614,359.31256,514.48614Z\" fill=\"#fff\"/><path d=\"M358.31256,515.48614C182.74773,519.20477,178.898,442.30121,178.898,350.82913s80.7125-165.88719,179.92124-165.88719,179.92127,74.41731,179.92127,165.88719S457.5213,515.48614,358.31256,515.48614Zm.50675-325.97961c-96.47959,0-173.34583,72.38168-174.97057,161.32263-1.5112,82.72626,93.80589,185.95673,174.97053,161.32483,43.52631-44.198,166.58686-91.80173,174.97059-161.32483,10.66119-88.40878-78.491-161.32261-174.97059-161.32261Z\" fill=\"#3f3d56\"/><path d=\"M0,515.6756a1.18647,1.18647,0,0,0,1.19006,1.19H716.48a1.19,1.19,0,0,0,0-2.38H1.19006A1.1865,1.1865,0,0,0,0,515.6756Z\" fill=\"#ccc\"/><polygon points=\"481.974 500.445 469.622 500.445 463.746 452.8 481.977 452.801 481.974 500.445\" fill=\"#a0616a\"/><path d=\"M482.409,513.331l-37.98423-.0014v-.48035A14.78532,14.78532,0,0,1,459.20932,498.065h.00092l6.93829-5.26376,12.94534,5.26455,3.31577.00013-.00064,15.26516Z\" fill=\"#2f2e41\"/><path d=\"M463.20563,390.00549a183.96221,183.96221,0,0,0-48.01349-33.6098l-9.02643,10.18955,5.74908-11.73929a183.95664,183.95664,0,0,0-151.055-.79816l4.6899,10.1865-7.20131-9.05283a183.82842,183.82842,0,0,0-50.33588,34.60638,8.34063,8.34063,0,0,0-2.62481,5.39746,7.84425,7.84425,0,0,0,2.29657,6.09174c2.26971,1.07446,5.504,3.54046,10.30957,10.30859a7.94,7.94,0,0,0,11.08093.0683,153.01148,153.01148,0,0,1,212.84424,0,7.93965,7.93965,0,0,0,11.08068-.06836c4.836-4.34936,5.96589-10.4975,10.12012-10.12012a8.241,8.241,0,0,0,2.49213-5.35125A7.88246,7.88246,0,0,0,463.20563,390.00549Z\" fill=\"#FF6640\"/><polygon points=\"369.031 404.832 356.679 404.831 350.803 357.187 369.033 357.188 369.031 404.832\" fill=\"#a0616a\"/><path d=\"M369.46582,417.71768l-37.98422-.00143v-.48038a14.78535,14.78535,0,0,1,14.78451-14.7843h.00092l6.93829-5.26377,12.94535,5.26456,3.31576.00012-.00061,15.26517Z\" fill=\"#2f2e41\"/><path d=\"M496.09705,229.41733l-87.66,9.15851L386.898,259.858l-34.2616,11.18744a22.27825,22.27825,0,0,0-15.34411,20.23129c-.89151,20.896-2.65372,55.5885-4.51422,55.22519-2.66047-.51953,2.65744,12.4809,6.38229,11.72611s7.59817,7.7218,5.02313,9.22894,1.71451,14.401,1.71451,14.401l26.83206-4.32333c3.35871-25.33423,15.62558-52.03678,1.16794-70.67667,24.48474-7.94549,46.05481-14.58969,61.9148-18.68457L444.391,284.614h0l17.80954,189.23209,25.18631.41363c6.94965-35.75055,10.44092-67.927,5.00882-90.88113,0,0,.78037-68.95627,3.75891-68.20227s.45355-8.22916.45355-8.22916-2.60858-7.65069.59659-10.82461,1.20377-21.84131,1.20377-21.84131c5.29581-17.66611,3.70172-32.25266-2.31143-44.86389Z\" fill=\"#2f2e41\"/><path d=\"M506.46066,190.80437q1.30225-5.84034,2.6045-11.68164h0q3.6577-16.35645,7.30368-32.69825c3.1914-14.27441,6.39648-29.04589,3.65136-43.41015a43.13488,43.13488,0,0,0-1.72363-6.3584c-4.11133-11.75879-13.18945-22.0625-25.22852-24.23242l-1.96679-7.3291L464.238,61.78776l-5.084,7.01172c-10.94336-.875-17.43945,10.02148-24.98828,19.001l-3,3c-2.18652,2.73438-2.63477,13.00684-4,16-6.07031,13.30957,2.29492.375,2,15-.30469,15.15527-3.28488,29.86145-3.59055,45.01575-.03256,1.62608-3.53179,2.86572-4.13385,5.71653-.325,1.5387,2.38608,4.393,1.975,6.1133-.35086,1.46819,1.40088,7.36911,1.025,8.8867-1.74362,7.04018-5.69311,9.81223-5.86615,13.28347a22.34707,22.34707,0,0,1-.59481,3.96243c-.21622.92271-3.24408-.183-3.539.7541-.49557,1.57445,1.68442,5.20005,1.08692,6.77608-1.15631,3.04993-.37854,8.43677-1.08692,11.22394-2.97265,11.70117-1.83123,7.05775-8.2756,17.26772,16.49414,4.98632,23.61816,21.68554,40.585,24.6914q1.147-3.70752,2.28711-7.43457c2.249.14453,4.51172.2793,6.77441.40332h0c.127,2.15723.25489,4.31543.38282,6.46a438.51186,438.51186,0,0,0,51.65722.28125,41.03079,41.03079,0,0,1-1.3789-5.28613c-.94434-4.97949,1.08594-10.37988,1.30273-15.30859.15332-3.65137-1.583-6.75391-1.53222-10.68653.01269-.72754,4.09863-1.33984,4.08593-2.08105-.06445-6.53711-3.77929-15.28321-2.55371-21.70508,1.27637-6.60059-2.77051-12.7666-1.31543-19.32813v-.00195l0,0Z\" fill=\"#3f3d56\"/><path d=\"M380.8053,32.90525a8.60068,8.60068,0,0,0-8.5907,8.5907V93.25962a8.60068,8.60068,0,0,0,8.5907,8.5907h16.01437a8.60071,8.60071,0,0,0,8.59073-8.59072c2.55231-26.00986,1.61432-40.04684,0-51.76364a8.60072,8.60072,0,0,0-8.59073-8.59073H380.8053Z\" fill=\"#FF6640\"/><path d=\"M378.8053,32.90525a8.60081,8.60081,0,0,0-8.59073,8.59051c-.91992,20.34766-1.55957,39.75293,0,51.76367a8.60051,8.60051,0,0,0,8.59073,8.59089h16.01437a8.60069,8.60069,0,0,0,8.5907-8.5907V41.496a8.60068,8.60068,0,0,0-8.5907-8.5907Z\" fill=\"#3f3d56\"/><path d=\"M420.032,108.2419s15.14664-.61431,7.43726,5.92561c-5.01682,4.25579-16.31363,33.88333-28.05057,37.4675a10.43237,10.43237,0,0,1-13.24341-7.79559L375.53613,94.25009l13.89749-2.11391,8.46967,39.248L420.032,108.24191Z\" fill=\"#a0616a\"/><circle cx=\"383.25354\" cy=\"88.04264\" r=\"9.82931\" fill=\"#a0616a\"/><path d=\"M440.57758,81.14425h0c9.00406,6.76205,11.65573,28.93625,5.99759,38.67195-10.816,18.61063-32.13944,32.93929-33.0488,30.94933-1.2453-2.72508-3.41535.93412-3.34162,2.132s-4.03411.84074-3.55551,2.10841-2.76324,1.543-4.17123,2.278c0,0-12.88547.21785-16.95078-5.66227s-4.6102-14.00591-4.6102-14.00591l-5.04672-5.93794,26.7572-15.64123L400.4024,126.594l13.34791-15.54226,2.82492-6.23551,4.50674-2.30143,1.49326-4.69857,4.15545-1.8788,16.43509-19.13694-2.58813,4.3438Z\" fill=\"#3f3d56\"/><path d=\"M514.51074,263.30347a9.203,9.203,0,0,0,1.6051-14.02015l1.89057-84.0848-16.61432,2.58465,1.17154,81.557a9.25289,9.25289,0,0,0,11.94711,13.96331Z\" fill=\"#a0616a\"/><path d=\"M515.23492,93.52463s-1.10223.833,4.5495,9.44462c1.12085,1.7078,1.88044,8.594,2.41205,17.58013.17322,2.92755,1.83985,4.98422,1.96924,8.25108.10986,2.77251-1.312,6.72263-1.2276,9.59776.045,1.53353,1.18854,2.86789,1.2276,4.40224.0163.63956-1.06958,1.48285-1.05426,2.12012q.02481,1.03086.0481,2.05557c.38836,17.07907.47161,32.50433.8573,32.24384.82244-.55552-1.22016,2.31582-.19886,2.7953s-.87219,2.85812-.38415,4.091c.5946,1.50213-.14447,3.15925-.61151,4.66714-1.34851,4.354-1.639,8.09276-2.81165,10.161a7.22977,7.22977,0,0,1,3.3703,8.19775l-23.41678-4.23364c-2.855-4.57362-2.4425-9.37378-.49707-10.21033l-.57928-14.88305-6.66916-76.99859L511.76422,94.08l3.4707-.55534Z\" fill=\"#3f3d56\"/><path d=\"M369.898,46.18139c-.33618,0-.60956.16016-.60956.35711v2.8569c0,.197.27338.35711.60956.35711s.60956-.16016.60956-.35711V46.5385C370.50757,46.34155,370.23419,46.18139,369.898,46.18139Z\" fill=\"#3f3d56\"/><path d=\"M369.898,53.75209c-.33618,0-.60956.16016-.60956.35711v5.53524c0,.19695.27338.35711.60956.35711s.60956-.16016.60956-.35711V54.1092C370.50757,53.91225,370.23419,53.75209,369.898,53.75209Z\" fill=\"#3f3d56\"/><path d=\"M403.898,54.75209a.6908.6908,0,0,0-.60956.74891V67.10912a.62252.62252,0,1,0,1.21912,0V55.501A.6908.6908,0,0,0,403.898,54.75209Z\" fill=\"#3f3d56\"/><path d=\"M368.898,62.60856c-.33618,0-.60956.16016-.60956.35711v5.53524c0,.197.27338.35711.60956.35711s.60956-.16016.60956-.35711V62.96567C369.50757,62.76872,369.23419,62.60856,368.898,62.60856Z\" fill=\"#3f3d56\"/><circle cx=\"475.78857\" cy=\"34.08717\" r=\"25.1041\" fill=\"#a0616a\"/><path d=\"M503.819,45.62181c-1.95984,3.92214-3.82553,6.37518-7.21374,8.56767a11.974,11.974,0,0,1-.41633-1.52864c-.36068.80618-.71279,1.61052-1.08194,2.41851-2.14364,1.197.17-.64976-3.339.68864l-2.95185-5.06561c-.80847-2.40462.33722-5.02347,1.79373-7.10441,1.45835-2.07243,3.27359-3.97244,4.06412-6.38186.79059-2.40938.089-5.60139-2.28094-6.4982-2.33411-.89559-4.91242.80346-7.39353.50828-2.86352-.33772-4.812-3.33376-4.96722-6.21611-.15527-2.88239,1.02081-5.64995,2.17142-8.28761-3.46775,2.48513-14.21009,6.93748-20.058,7.1502a7.23989,7.23989,0,0,0-2.35937-4.74807A6.58972,6.58972,0,0,1,458.6557,23.847c-5.72525-.2936-6.80145,8.02235-9.75766,5.01106.92279-.46434-2.478-10.79906-1.55524-11.2634q-1.06525-2.91853-2.1268-5.82011c1.31546.33155,2.6413.66978,3.9653.99951a5.66454,5.66454,0,0,1,.63392-2.02033,13.70744,13.70744,0,0,1,2.9917-1.26307c.33633-.08985.68112-.1815,1.02963-.25616a13.76992,13.76992,0,0,1,1.56323-.25485c-.76123-.44138-1.52917-.87249-2.29221-1.32232-.09109-.05162-.17361-.10507-.26467-.15668a29.29276,29.29276,0,0,1,3.35174-1.98914c4.89191-2.5591,9.969-5.16671,15.483-5.48569a15.50688,15.50688,0,0,1,10.04752,2.89233,13.90236,13.90236,0,0,0,8.6445,2.60046,9.90168,9.90168,0,0,1,4.34583.96792A13.92638,13.92638,0,0,1,492.686,8.17465c1.59116.04137,3.1738.08457,4.76673.13446a21.9753,21.9753,0,0,1,4.45312,5.64176c5.58014,9.53378,6.85541,21.79421,1.91324,31.67094Z\" fill=\"#2f2e41\"/><path d=\"M423.20172,436.7262a7.96034,7.96034,0,0,0-4.27148-5.90528,181.168,181.168,0,0,0-33.20673-13.04907L374.9888,431.9235l7.93393-14.93235a183.00688,183.00688,0,0,0-89.80652-1.274l4.128,11.38229-6.74377-10.73092a181.60483,181.60483,0,0,0-38.43744,14.45239,8.02516,8.02516,0,0,0-2.02136,12.81348c4.641.28522,7.70575,4.59723,10.76465,10.76465a7.98489,7.98489,0,0,0,9.0736,1.51074,152.76969,152.76969,0,0,1,131.23389,0,7.9815,7.9815,0,0,0,9.07239-1.51074c1.839-4.98651,5.62921-7.93506,10.76562-10.76465A7.93483,7.93483,0,0,0,423.20172,436.7262Z\" fill=\"#FF6640\"/><path d=\"M363.89362,485.46057q-3.52606-.55371-7.09491-.96674L347.47314,499.333l6.94855-15.09229a186.32792,186.32792,0,0,0-33.977-.35748l7.1131,15.44977-9.575-15.23615q-5.48172.51966-10.88312,1.36377a6.62371,6.62371,0,0,0-5.354,4.58008,6.812,6.812,0,0,0,1.66125,6.95807c3.85071,3.7724,8.09656,9.01074,15.07422,15.07422a6.69756,6.69756,0,0,0,5.2547,1.97552c3.8667-.28613,7.82373-.43164,11.76074-.43164h.00006c3.937,0,7.894.14551,11.76075.43164a6.71784,6.71784,0,0,0,5.255-1.97552c7.20557-6.15076,10.8468-11.79047,15.07422-15.07422a6.811,6.811,0,0,0,1.661-6.95807A6.6224,6.6224,0,0,0,363.89362,485.46057Z\" fill=\"#FF6640\"/></svg>";
2
+ export default svg;
@@ -0,0 +1,2 @@
1
+ declare const svg = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 731.66998 619.11871\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" role=\"img\" artist=\"Katerina Limpitsouni\" source=\"https://undraw.co/\" style=\"width: 100%; height: 100%;\"><path d=\"m0,599.59869c0,.65997.53,1.19,1.19,1.19h729.28998c.65997,0,1.19-.53003,1.19-1.19s-.53003-1.19-1.19-1.19H1.19c-.66,0-1.19.53003-1.19,1.19Z\" fill=\"#3f3d56\"/><polygon points=\"405.32999 539.69873 405.32999 579.02874 435.07001 579.9887 433.82999 539.69873 405.32999 539.69873\" fill=\"#ffb6b6\"/><path d=\"m399.45001,561.57873c-.39999,0-.79999.04999-1.17999.15997-5.37,1.53003-36.42999,29.27002-45.82001,37.72998-1.16,1.04999-1.78,2.53998-1.69,4.09998.07999,1.54999.85999,2.96002,2.12,3.87,7.12,5.13,21.72,13.25,39.41998,9.96997,8.14001-1.51001,16.35999-2.46002,23.62-3.28998,15.53-1.78998,27.79001-3.21002,27.79001-8.70001,0-9.33002-2.56-33.90002-5.78-34.92999-.29001-.09003-.63.14001-1.01999.67999-4.92001,6.89001-21.84,3.22998-22.56,3.07001l-.19-.03998-.10999-.15997c-.09-.13-8.37-12.44-14.60001-12.44h0v-.02002h0v.00006Z\" fill=\"#2f2e41\"/><polygon points=\"349.70001 539.69873 349.70001 579.02874 379.42999 579.9887 378.19 539.69873 349.70001 539.69873\" fill=\"#ffb6b6\"/><polygon points=\"337.70999 258.16873 321.88 270.15872 319 405.40872 345.85999 553.12872 380.87 554.56872 381.82999 413.55871 426.92001 285.02871 417.79999 254.80873 337.70999 258.16873\" fill=\"#2f2e41\"/><polygon points=\"411.57001 281.18872 426.92001 285.02871 437.95001 553.12872 398.14001 549.76873 371.76001 360.31872 411.57001 281.18872\" fill=\"#2f2e41\"/><path d=\"m328.47,619.11871c-13.64999,0-24.73001-6.03003-30.64999-10.09998-1.79001-1.22998-2.89999-3.17999-3.04001-5.34998-.14001-2.19.70999-4.28998,2.34-5.76001,14.70001-13.21997,40.12-35.62,45.25-37.09003,6.64999-1.90997,15.57999,10.81,16.73001,12.5,1.85999.38,17.09,3.28998,21.38-2.72998.82001-1.15002,1.59-1.20001,2.09-1.03998,4.59,1.46997,6.45001,31.03003,6.45001,35.84998,0,6.34998-12.01001,7.73999-28.64001,9.65997-7.23999.84003-15.44,1.78003-23.54999,3.28003-2.88.53003-5.67001.77002-8.37.77002h0l.00998.00995Z\" fill=\"#2f2e41\"/><path id=\"uuid-bcebe549-af57-499c-bd7d-dc350147856d-10199\" d=\"m216.28999,83.17871c-5.08-11.22-3.17-22.98,4.27-26.25s17.59,3.18,22.67,14.41c2.09,4.46,3.05,9.36,2.78,14.29l20.90001,47.84-23.58,9.46001-18.10001-48.16c-3.89999-3.1-6.97-7.07-8.94-11.58h0s0-.01001,0-.01Z\" fill=\"#ffb6b6\"/><path d=\"m360.76001,103.48873h0c12.73999,12.02,11.95001,32.52-1.69,43.51l-66.79999,53.82001c-7.29001,5.87-18.10999,3.8-22.70999-4.36-17.55-28.42-20.86-29.98-31.07001-59.09999l28.76999-10.06,16.22,20.31,35.42001-41.78c10.70001-12.63,29.81-13.69,41.85001-2.34h0l.00998-.00002Z\" fill=\"#16006F\"/><polygon points=\"370.60001 82.98873 381.51999 104.99873 340.23001 124.93872 340.73001 89.64872 370.60001 82.98873\" fill=\"#ffb6b6\"/><circle cx=\"340.37\" cy=\"62.47873\" r=\"37.16\" fill=\"#ffb6b6\"/><path d=\"m340.12,116.35871l38.10001-22.51h0c27.94,19.6,51.20999,24.18,51.95001,58.3l-5.14999,81.39.29999,35.05c.13,14.72-11.76999,26.70999-26.48001,26.70999h-54.39999c-14.39999,0-25.12-13.28-22.09-27.35999l10.26999-47.69-10.97-92.94,18.47-10.97h0v.02h0v.00002-.00002Z\" fill=\"#16006F\"/><path d=\"m127.69,69.65873c0-1.95,1.58-3.52,3.52-3.52h39.71001c1.95,0,3.52,1.58,3.52,3.52v.48l97.93001,5.73c.28-1.11,1.28-1.94,2.48999-1.94h10.41v-7.61c0-1.7,1.38-3.07,3.07001-3.07h2.12v-6.72c0-1.07.87-1.94,1.94-1.94h5.92999c1.07001,0,1.94.87,1.94,1.94v6.72h1.95001c-.14001-.27-.22-.56-.22-.87,0-1.43,1.67999-2.6,3.75-2.6s3.75,1.16,3.75,2.6c0,.37-.12.73-.32001,1.05,1.19.42,2.06,1.55,2.06,2.89v39.46c0,1.7-1.38,3.07-3.07001,3.07h-19.82999c-1.70001,0-3.07001-1.38-3.07001-3.07v-5.3h-10.41c-1.34,0-2.42999-1.03-2.54999-2.34l-98.03,18.05c-.45,1.43-1.78,2.47-3.36,2.47h-39.71001c-1.95,0-3.52-1.58-3.52-3.52-.47-16.1.57-31.39,0-45.48,0,0-.00002,0-.00002,0Z\" fill=\"#3f3d56\"/><path id=\"uuid-56498841-4b1e-4105-a308-6339b9438744-10200\" d=\"m281.03,94.43872c-4.95001-11.28-2.89999-23.01,4.57999-26.2,7.48001-3.18,17.54999,3.38,22.5,14.67,2.04001,4.48,2.94,9.39,2.60999,14.32l20.34,48.07999-23.69,9.19-17.54001-48.37c-3.87-3.14-6.89001-7.15-8.79999-11.69h.00003Z\" fill=\"#ffb6b6\"/><path d=\"m425.25,116.43872h0c12.60001,12.17001,11.56,32.66-2.20001,43.49001l-67.41998,53.03c-7.35999,5.78999-18.14999,3.59-22.66-4.62-17.22-28.62-18.61002-24.73-28.48001-53.97l26.54999-16.74001,16.42001,22.03,35.89999-41.36c10.85001-12.5,29.97-13.34,41.88-1.85h.01001s0-.01001,0-.01Z\" fill=\"#16006F\"/><path d=\"m378.57999,81.16873l-6.87,4.92s-2.01999-21.45-4.81-22.4-6.54999,3.99-6.54999,3.99l-2.75,8.05-9.09-3.79s-10.51999-5.67-14.23999-6.94-3.16-12.05-3.16-12.05c0,0-44.63998,6.11-37.94-19.62,0,0,2.31-18.93,7.25-15.17s5.01001-5.56,5.01001-5.56l11.20001-2.41s15.37-20.7,45.69-3.09c30.32001,17.61,16.25,74.05,16.25,74.05h0v.02s.00995,0,.00995,0Z\" fill=\"#2f2e41\"/></svg>";
2
+ export default svg;
@@ -0,0 +1,2 @@
1
+ declare const svg = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 657.99124 512.53\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" role=\"img\" artist=\"Katerina Limpitsouni\" source=\"https://undraw.co/\" style=\"width: 100%; height: 100%;\"><path d=\"M530.696,329.75826a13.11407,13.11407,0,0,0-.75717,1.92131l-59.16128,17.831-10.954-10.26356-17.65025,14.507,17.62618,20.05417a9.96748,9.96748,0,0,0,11.709,2.44875l63.679-29.77828a13.0787,13.0787,0,1,0-4.49138-16.72041Z\" transform=\"translate(-271.00438 -193.735)\" fill=\"#ffb6b6\"/><path d=\"M468.81379,350.2319,447.048,368.34557a5.60675,5.60675,0,0,1-8.37488-1.39312L423.98932,342.8404A15.571,15.571,0,0,1,447.98465,322.99L468.965,341.74329a5.60675,5.60675,0,0,1-.15122,8.48861Z\" transform=\"translate(-271.00438 -193.735)\" fill=\"#3f3d56\"/><path d=\"M527.26275,651.82131l9.47381-6.03528a141.38928,141.38928,0,0,0,.40722-15.93137l-4.91442,1.25556,4.85063-3.09c-.26791-6.56876-.86121-10.90172-.86121-10.90172s-19.15482,12.44206-31.37126,29.30667l2.08318,14.26309-4.9681-9.97458a57.199,57.199,0,0,0-3.41785,6.324c-10.06525,21.98884-11.04334,43.10159-2.18448,47.15668s24.19979-10.48311,34.26506-32.47195A75.30884,75.30884,0,0,0,536.3605,649.497Z\" transform=\"translate(-271.00438 -193.735)\" fill=\"#e6e6e6\"/><path d=\"M546.723,673.04564l11.22966-.26943a141.38719,141.38719,0,0,0,8.58354-13.42749l-4.85594-1.46544,5.74958-.13792c3.16606-5.76163,4.89791-9.77755,4.89791-9.77755s-22.82871.74979-42.00387,8.872l-5.58932,13.28666.903-11.10673a57.20134,57.20134,0,0,0-6.19473,3.647c-19.9824,13.62068-31.73284,31.18859-26.24538,39.23906s26.13486,3.53489,46.11722-10.08578a75.309,75.309,0,0,0,16.398-16.06145Z\" transform=\"translate(-271.00438 -193.735)\" fill=\"#e6e6e6\"/><polygon points=\"209.349 499.141 221.609 499.14 226.208 451.454 209.347 451.853 209.349 499.141\" fill=\"#ffb6b6\"/><path d=\"M477.22638,688.87313l24.144-.001h.001a15.3873,15.3873,0,0,1,15.38647,15.38623v.5l-39.53076.00146Z\" transform=\"translate(-271.00438 -193.735)\" fill=\"#2f2e41\"/><polygon points=\"64.712 463.751 72.753 473.005 112.275 446.394 100.407 432.735 64.712 463.751\" fill=\"#ffb6b6\"/><path d=\"M336.687,652.49968,352.52283,670.725l.00064.00073A15.38729,15.38729,0,0,1,351,692.43192l-.37744.32793-25.92767-29.84019Z\" transform=\"translate(-271.00438 -193.735)\" fill=\"#2f2e41\"/><path d=\"M272.19507,706.265h334.294a1.19068,1.19068,0,1,0,0-2.38137h-334.294a1.19069,1.19069,0,1,0,0,2.38137Z\" transform=\"translate(-271.00438 -193.735)\" fill=\"#cacaca\"/><path d=\"M453.41806,580.627l25.79454,95.56236h20l-4.3928-104.514L483.225,469.84933l-42.1156-2.23791Z\" transform=\"translate(-271.00438 -193.735)\" fill=\"#2f2e41\"/><path d=\"M408.65939,469.84927s-2.23791,14.54657,6.71381,30.2121,3.35687,68.257,3.35687,68.257L343.2126,644.18934s11.73635,20.36019,17.33119,19.24123S454.537,590.69772,454.537,590.69772l28.688-116.37256Z\" transform=\"translate(-271.00438 -193.735)\" fill=\"#2f2e41\"/><circle cx=\"179.29466\" cy=\"80.98649\" r=\"25.73625\" fill=\"#ffb6b6\"/><path d=\"M449.2126,315.18934s-30-11.3569-30-8-29.5756,31.74083-22.8618,68.66674,14.54657,54.82937,11.18964,74.97079-1.119,24.61725-1.119,24.61725,77.92248,6.71381,79.04144-1.119-3.25026-19.77888-3.25026-23.13576S451.29333,323.82785,449.2126,315.18934Z\" transform=\"translate(-271.00438 -193.735)\" fill=\"#3f3d56\"/><path d=\"M438.65054,290.18628c2.0835-1.10163,4.50373-1.32871,6.75892-2.01343,8.06829-2.44974,13.4732-11.5705,11.74762-19.824a10.11478,10.11478,0,0,1-.42377-3.26724c.30163-2.44446,2.80292-4.0217,5.20135-4.58179s4.95038-.47873,7.2428-1.37936c3.53955-1.39059,5.89069-5.02808,6.40039-8.79669a18.171,18.171,0,0,0-2.42731-10.952l-.86633,2.493a9.24692,9.24692,0,0,1-2.83075-4.23376,5.83213,5.83213,0,0,0-4.44348,3.5733c-1.39062.82-1.591-2.54754-3.127-3.04434a2.75911,2.75911,0,0,0-1.91724.4729c-3.09521,1.4436-6.69134.20932-10.0116-.59088a37.68771,37.68771,0,0,0-17.4953-.0206c-3.82183.91159-7.60479,2.499-10.3396,5.32a24.80848,24.80848,0,0,0-4.83679,8.31134c-2.93323,7.38193-4.87091,15.36941-3.90265,23.25351a32.91457,32.91457,0,0,0,7.75684,17.43942c2.21466,2.55167,9.44031,11.45374,13.40222,9.936C439.51706,300.37463,432.78494,293.28759,438.65054,290.18628Z\" transform=\"translate(-271.00438 -193.735)\" fill=\"#2f2e41\"/><rect x=\"427.01599\" y=\"551.51707\" width=\"82.62854\" height=\"1.59216\" transform=\"translate(-485.62156 599.33913) rotate(-69.12314)\" opacity=\"0.2\" style=\"isolation:isolate\"/><path d=\"M545.87377,318.19025a7.07362,7.07362,0,0,0-7.06529,7.06529v78.54193a7.07362,7.07362,0,0,0,7.06529,7.06528H921.93033a7.07361,7.07361,0,0,0,7.06529-7.06528V325.25555a7.0736,7.0736,0,0,0-7.06529-7.06528Z\" transform=\"translate(-271.00438 -193.735)\" fill=\"#e6e6e6\"/><path d=\"M548.41423,323.69965a4.10124,4.10124,0,0,0-4.09712,4.09635v73.461a4.10135,4.10135,0,0,0,4.097,4.09635H919.38987a4.10012,4.10012,0,0,0,4.09566-4.09635V327.796a4.10012,4.10012,0,0,0-4.09566-4.09635Z\" transform=\"translate(-271.00438 -193.735)\" fill=\"#fff\"/><path d=\"M896.09755,385.20922a6.656,6.656,0,0,0,.018-13.31189c-.006,0-.012,0-.018,0H582.31767a6.656,6.656,0,0,0,0,13.31189Z\" transform=\"translate(-271.00438 -193.735)\" fill=\"#e6e6e6\"/><path d=\"M717.338,356.29267a6.65594,6.65594,0,1,0,0-13.31187H582.31767a6.65594,6.65594,0,1,0,0,13.31187Z\" transform=\"translate(-271.00438 -193.735)\" fill=\"#16006F\"/><path d=\"M600.83711,469.735a5.00588,5.00588,0,0,0-5,5v55.583a5.00589,5.00589,0,0,0,5,5H866.967a5.00589,5.00589,0,0,0,5-5V474.735a5.00588,5.00588,0,0,0-5-5Z\" transform=\"translate(-271.00438 -193.735)\" fill=\"#e6e6e6\"/><path d=\"M602.635,473.63392a2.90239,2.90239,0,0,0-2.89947,2.89893v51.98731a2.90245,2.90245,0,0,0,2.89941,2.89892H865.16914a2.9016,2.9016,0,0,0,2.89844-2.89892V476.53285a2.9016,2.9016,0,0,0-2.89844-2.89893Z\" transform=\"translate(-271.00438 -193.735)\" fill=\"#fff\"/><path d=\"M848.6855,517.16337a4.71032,4.71032,0,0,0,.01275-9.42063c-.00427,0-.00848,0-.01275,0H626.62794a4.71032,4.71032,0,0,0,0,9.42063Z\" transform=\"translate(-271.00438 -193.735)\" fill=\"#e6e6e6\"/><path d=\"M722.17994,496.69954a4.71032,4.71032,0,1,0,0-9.42063h-95.552a4.71032,4.71032,0,1,0,0,9.42063Z\" transform=\"translate(-271.00438 -193.735)\" fill=\"#e4e4e4\"/><path d=\"M600.83711,193.735a5.00588,5.00588,0,0,0-5,5v55.583a5.00589,5.00589,0,0,0,5,5H866.967a5.00589,5.00589,0,0,0,5-5V198.735a5.00588,5.00588,0,0,0-5-5Z\" transform=\"translate(-271.00438 -193.735)\" fill=\"#e6e6e6\"/><path d=\"M602.635,197.63392a2.90239,2.90239,0,0,0-2.89947,2.89893v51.98731a2.90245,2.90245,0,0,0,2.89941,2.89892H865.16914a2.9016,2.9016,0,0,0,2.89844-2.89892V200.53285a2.9016,2.9016,0,0,0-2.89844-2.89893Z\" transform=\"translate(-271.00438 -193.735)\" fill=\"#fff\"/><path d=\"M848.6855,241.16337a4.71032,4.71032,0,0,0,.01275-9.42063c-.00427,0-.00848,0-.01275,0H626.62794a4.71032,4.71032,0,0,0,0,9.42063Z\" transform=\"translate(-271.00438 -193.735)\" fill=\"#e6e6e6\"/><path d=\"M722.17994,220.69954a4.71032,4.71032,0,1,0,0-9.42063h-95.552a4.71032,4.71032,0,1,0,0,9.42063Z\" transform=\"translate(-271.00438 -193.735)\" fill=\"#e4e4e4\"/><path d=\"M522.46133,374.84878a13.11484,13.11484,0,0,0-1.37393,1.54178l-61.67969-3.69006-6.73715-13.41426-21.5734,7.52156,9.619,24.90637a9.9675,9.9675,0,0,0,10.14364,6.34057l70.04426-5.963a13.07871,13.07871,0,1,0,1.55729-17.243Z\" transform=\"translate(-271.00438 -193.735)\" fill=\"#ffb6b6\"/><path d=\"M457.31564,372.69953l-26.681,9.48559a5.60674,5.60674,0,0,1-7.379-4.19879L417.799,350.28741a15.571,15.571,0,0,1,29.37308-10.3458l13.21606,24.84344a5.60674,5.60674,0,0,1-3.07252,7.91448Z\" transform=\"translate(-271.00438 -193.735)\" fill=\"#3f3d56\"/><circle cx=\"277.99124\" cy=\"132.61828\" r=\"17\" fill=\"#16006F\"/></svg>";
2
+ export default svg;
@@ -0,0 +1,2 @@
1
+ declare const svg = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 880 710.16\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" role=\"img\" artist=\"Katerina Limpitsouni\" source=\"https://undraw.co/\" style=\"width: 100%; height: 100%;\">\n <g id=\"Group_91\" data-name=\"Group 91\" transform=\"translate(-520 -184.92)\">\n <path id=\"Path_461-594\" data-name=\"Path 461\" d=\"M926.4,695.082a31.2,31.2,0,0,1-30.127-5.307c-10.552-8.857-13.864-23.447-16.552-36.959l-7.962-39.963,16.669,11.479c11.988,8.254,24.245,16.773,32.546,28.73s11.923,28.278,5.255,41.215\" transform=\"translate(137.738 150.699)\" fill=\"#e6e6e6\"/>\n <path id=\"Path_462-595\" data-name=\"Path 462\" d=\"M897.159,729.68c1.687-12.29,3.422-24.737,2.239-37.158-1.052-11.031-4.416-21.806-11.269-30.64a50.967,50.967,0,0,0-13.078-11.851c-1.308-.824-2.511,1.248-1.209,2.069a48.458,48.458,0,0,1,19.167,23.126c4.173,10.614,4.843,22.184,4.118,33.459-.435,6.818-1.356,13.59-2.286,20.358a1.235,1.235,0,0,0,.837,1.474,1.205,1.205,0,0,0,1.474-.837Z\" transform=\"translate(165.557 164.484)\" fill=\"#f2f2f2\"/>\n <path id=\"Path_482-596\" data-name=\"Path 482\" d=\"M1006.26,728.119s17.506-43.091-35.011-75.409Z\" transform=\"translate(-78.197 165.554)\" fill=\"#e6e6e6\"/>\n <path id=\"Path_483-597\" data-name=\"Path 483\" d=\"M923.6,715.341s5.34-30.713,46.673-30.45Z\" transform=\"translate(25.987 177.548)\" fill=\"#e6e6e6\"/>\n <path id=\"Path_1413-598\" data-name=\"Path 1413\" d=\"M252.9,506.071H637.753V234.6H252.9Z\" transform=\"translate(338.061 9.715)\" fill=\"#fff\"/>\n <path id=\"Path_1414-599\" data-name=\"Path 1414\" d=\"M648.225,516.543H246.9V228.6H648.225Zm-393.09-8.236H639.989V236.835H255.136Z\" transform=\"translate(335.824 7.479)\" fill=\"#e6e6e6\"/>\n <path id=\"Path_1415-600\" data-name=\"Path 1415\" d=\"M27.648,297.767H24.811V21.869H409.675v2.859H27.648Z\" transform=\"translate(529.247 193.071)\" fill=\"#090814\"/>\n <path id=\"Path_1416-601\" data-name=\"Path 1416\" d=\"M2.839,275.9H0V0H384.864V2.859H2.839Z\" transform=\"translate(520 184.92)\" fill=\"#090814\"/>\n <path id=\"Path_1438-602\" data-name=\"Path 1438\" d=\"M1132.863,709.414H609.856a1.373,1.373,0,1,1,0-2.745h523.007a1.373,1.373,0,0,1,0,2.745Z\" transform=\"translate(265.765 185.666)\" fill=\"#cbcbcb\"/>\n <g id=\"Group_87\" data-name=\"Group 87\" transform=\"translate(1096.31 281.882)\">\n <circle id=\"Ellipse_276\" data-name=\"Ellipse 276\" cx=\"14.775\" cy=\"14.775\" r=\"14.775\" transform=\"translate(114.921 3.365)\" fill=\"#090814\"/>\n <path id=\"Path_1439-603\" data-name=\"Path 1439\" d=\"M767.961,236.036a14.777,14.777,0,0,1,9.549-23.509,14.772,14.772,0,1,0,1.837,29.366,14.738,14.738,0,0,1-11.385-5.857Z\" transform=\"translate(-652.212 -212.521)\" fill=\"#090814\"/>\n <circle id=\"Ellipse_277\" data-name=\"Ellipse 277\" cx=\"43.402\" cy=\"43.402\" r=\"43.402\" transform=\"translate(70.988 27.02)\" fill=\"#090814\"/>\n <path id=\"Path_1440-604\" data-name=\"Path 1440\" d=\"M734.336,261.77a43.394,43.394,0,0,1,56.2-21.914c-.438-.219-.873-.442-1.322-.648A43.4,43.4,0,0,0,753,318.1c.448.206.9.391,1.353.58a43.394,43.394,0,0,1-20.012-56.905Z\" transform=\"translate(-660.388 -207.158)\" fill=\"#2f2e41\"/>\n <path id=\"Path_1441-605\" data-name=\"Path 1441\" d=\"M656.9,231.561l-14.7,11.023-7.348-22.046,16.535-5.512Z\" transform=\"translate(-488.306 23.723)\" fill=\"#ffb8b8\"/>\n <path id=\"Path_1442-606\" data-name=\"Path 1442\" d=\"M671.965,256.953l29.394,152.483,38.581,113.9L677.477,536.2,616.851,308.392l-1.838,218.621-79,1.837,18.371-130.437,9.186-146.971Z\" transform=\"translate(-511.636 32.318)\" fill=\"#090814\"/>\n <path id=\"Path_1443-607\" data-name=\"Path 1443\" d=\"M727.546,662.419v29.394l-1.837,16.534s-3.674,14.7,18.371,11.023S755.1,699.161,755.1,699.161l-7.349-14.7-3.674-23.883Z\" transform=\"translate(-660.911 -106.762)\" fill=\"#090814\"/>\n <path id=\"Path_1444-608\" data-name=\"Path 1444\" d=\"M843,660.377l5.3,28.913,4.788,15.932s6.264,13.794-16.083,14.154-14.486-17.89-14.486-17.89L827.1,685.7l-.692-24.154Z\" transform=\"translate(-638.322 -106.81)\" fill=\"#090814\"/>\n <circle id=\"Ellipse_278\" data-name=\"Ellipse 278\" cx=\"27.557\" cy=\"27.557\" r=\"27.557\" transform=\"translate(86.843 55.954)\" fill=\"#ffb8b8\"/>\n <path id=\"Path_1445-609\" data-name=\"Path 1445\" d=\"M755.116,293.813s3.674,29.394-11.023,36.743,27.557,18.371,27.557,18.371l25.72-29.394s-12.86-16.534-9.186-27.557Z\" transform=\"translate(-657.25 -193.767)\" fill=\"#ffb8b8\"/>\n <path id=\"Path_1446-610\" data-name=\"Path 1446\" d=\"M801.523,309.811s-3.674,18.371-25.72,18.371S759.269,319,759.269,319l-29.394,14.7,3.674,84.508-25.72,62.463s14.7-3.674,33.069,5.511,53.277,1.837,53.277,1.837,14.7-1.837,23.883,1.837S829.08,482.5,829.08,482.5l-11.023-53.277,16.534-58.789L830.917,319Z\" transform=\"translate(-665.077 -189.557)\" fill=\"#6AD0BC\"/>\n <path id=\"Path_1447-611\" data-name=\"Path 1447\" d=\"M702.039,458.443l-5.511,23.883s-20.209,34.906-5.511,36.743,18.371-36.743,18.371-36.743l9.186-23.883Z\" transform=\"translate(-670.311 -154.474)\" fill=\"#ffb8b8\"/>\n <path id=\"Path_1448-612\" data-name=\"Path 1448\" d=\"M795.522,323.114l9.038-7.4,5.659,1.886s9.186-1.837,18.371,12.86,45.107,61.873,44.091,69.811-49.6,40.417-49.6,40.417,1.837,5.512,0,7.349-12.86,5.511-12.86,3.674-12.476-25.247-12.476-25.247,8.8-11.5,10.639-9.658a73.238,73.238,0,0,0,7.349,5.512l14.7-14.7a26.867,26.867,0,0,0,3.674-5.512c2.4-4.289,1.837-11.023-31.231-42.254Z\" transform=\"translate(-644.378 -188.163)\" fill=\"#6AD0BC\"/>\n <path id=\"Path_1449-613\" data-name=\"Path 1449\" d=\"M742.609,329.6l-4.945-2.423s-11.589,2.423-15.263,9.772-12.86,82.671-12.86,82.671l-7.349,49.6s-5.511,0-5.511,5.511-7.349,20.209-1.837,20.209,27.557,0,31.231-3.674,11.023-18.371,9.186-20.209-5.511-1.837-5.511-1.837l11.023-51.44Z\" transform=\"translate(-668.626 -185.459)\" fill=\"#6AD0BC\"/>\n <path id=\"Path_1450-614\" data-name=\"Path 1450\" d=\"M588.266,66.122V96.8h7.106l9.043-9.689L603.2,96.8h31.409l-1.937-9.689,3.875,9.689h5.006V66.122Z\" transform=\"translate(-499.303 -11.424)\" fill=\"#090814\"/>\n <path id=\"Path_1451-615\" data-name=\"Path 1451\" d=\"M631.157,83.024h3.729a7.922,7.922,0,0,1,7.922,7.922v.866a7.922,7.922,0,0,1-7.922,7.922h-3.729Z\" transform=\"translate(-489.18 -7.435)\" fill=\"#6AD0BC\"/>\n <path id=\"Path_1452-616\" data-name=\"Path 1452\" d=\"M630.413,80.791h3.373a3.373,3.373,0,0,1,3.372,3.373V99.647a3.373,3.373,0,0,1-3.372,3.373h-3.373Z\" transform=\"translate(-489.355 -7.962)\" fill=\"#6AD0BC\"/>\n <path id=\"Path_1453-617\" data-name=\"Path 1453\" d=\"M0,0H3.729a7.922,7.922,0,0,1,7.922,7.922v.866a7.922,7.922,0,0,1-7.922,7.922H0Z\" transform=\"translate(86.824 92.298) rotate(180)\" fill=\"#6AD0BC\"/>\n <path id=\"Path_1454-618\" data-name=\"Path 1454\" d=\"M0,0H3.373A3.373,3.373,0,0,1,6.745,3.373V18.856a3.373,3.373,0,0,1-3.373,3.373H0Z\" transform=\"translate(87.743 95.057) rotate(180)\" fill=\"#6AD0BC\"/>\n <path id=\"Path_1455-619\" data-name=\"Path 1455\" d=\"M803.289,281.135h-2.472c0-17.459-12.936-31.663-28.837-31.663s-28.838,14.2-28.838,31.663H740.67c0-18.822,14.045-34.135,31.31-34.135S803.289,262.313,803.289,281.135Z\" transform=\"translate(-657.326 -204.383)\" fill=\"#6AD0BC\"/>\n <path id=\"Path_1456-620\" data-name=\"Path 1456\" d=\"M697.363,473.991l-.217.138-3.775-5.95a4.078,4.078,0,0,0-5.629-1.259l-12.607,8a4.079,4.079,0,0,0-1.259,5.629l20.711,32.645a4.079,4.079,0,0,0,5.629,1.259l12.607-8a4.079,4.079,0,0,0,1.259-5.629l-14.249-22.459.217-.138Z\" transform=\"translate(-673.241 -152.623)\" fill=\"#3f3d56\"/>\n <path id=\"Path_1457-621\" data-name=\"Path 1457\" d=\"M692.438,468.482l20.681,32.6a3.046,3.046,0,0,1-.94,4.2l-12.667,8.037a3.046,3.046,0,0,1-4.2-.94l-20.681-32.6a3.046,3.046,0,0,1,.94-4.2l1.537-.975a1.448,1.448,0,0,0,2.2.966l7.222-4.582a1.448,1.448,0,0,0,.063-2.4l1.645-1.044A3.046,3.046,0,0,1,692.438,468.482Z\" transform=\"translate(-673.026 -152.438)\" fill=\"#6AD0BC\"/>\n </g>\n <g id=\"Group_90\" data-name=\"Group 90\" transform=\"translate(0 6.447)\">\n <g id=\"Group_89\" data-name=\"Group 89\">\n <path id=\"Path_1417-622\" data-name=\"Path 1417\" d=\"M393.013,394.748c-33.577,0-60.894-27.514-60.894-61.334s27.317-61.334,60.894-61.334,60.894,27.514,60.894,61.334S426.59,394.748,393.013,394.748Zm0-120.671c-32.476,0-58.9,26.618-58.9,59.336s26.421,59.336,58.9,59.336,58.9-26.618,58.9-59.336S425.489,274.078,393.013,274.078Z\" transform=\"translate(391.2 -9.712)\" fill=\"#090814\"/>\n <path id=\"Path_1418-623\" data-name=\"Path 1418\" d=\"M175.3,112.182v60.909L225,142.22Z\" transform=\"translate(592.358 181.586)\" fill=\"#6AD0BC\"/>\n </g>\n <g id=\"Group_88\" data-name=\"Group 88\" transform=\"translate(0.001 -155.092)\">\n <path id=\"Path_1476-624\" data-name=\"Path 1476\" d=\"M951.757,412.759H714.427a1.835,1.835,0,1,1,0-3.67h237.33a1.835,1.835,0,1,1,0,3.67Z\" transform=\"translate(-49.707 173.94)\" fill=\"#e6e6e6\"/>\n <path id=\"Path_1479-625\" data-name=\"Path 1479\" d=\"M748.468,465.664a1,1,0,0,1-1-1v-18a1,1,0,0,1,2,0v18a1,1,0,0,1-1,1Z\" transform=\"translate(-49.707 173.94)\" fill=\"#ccc\"/>\n <path id=\"Path_1480-626\" data-name=\"Path 1480\" d=\"M829.968,465.664a1,1,0,0,1-1-1v-18a1,1,0,0,1,2,0v18a1,1,0,0,1-1,1Z\" transform=\"translate(-49.707 173.94)\" fill=\"#090814\"/>\n <path id=\"Path_1481-627\" data-name=\"Path 1481\" d=\"M836.968,465.664a1,1,0,0,1-1-1v-18a1,1,0,0,1,2,0v18a1,1,0,0,1-1,1Z\" transform=\"translate(-49.707 173.94)\" fill=\"#090814\"/>\n <path id=\"Path_1482-628\" data-name=\"Path 1482\" d=\"M763.148,465.989a2.313,2.313,0,0,1-1.16-.315l-11.894-8.022-.067-.042a2.267,2.267,0,0,1-1.059-1.948,2.3,2.3,0,0,1,1.16-2.009l11.8-7.965a2.319,2.319,0,0,1,3.539,1.972v16a2.329,2.329,0,0,1-2.32,2.324Zm-.1-2.01a.306.306,0,0,0,.26-.037.311.311,0,0,0,.16-.277v-16a.32.32,0,0,0-.48-.277l-11.8,7.965c-.2.117-.219.245-.219.314a.31.31,0,0,0,.16.277l.06.037Z\" transform=\"translate(-49.707 173.94)\" fill=\"#ccc\"/>\n <path id=\"Path_1483-629\" data-name=\"Path 1483\" d=\"M916.468,465.664a1,1,0,0,1-1-1v-18a1,1,0,0,1,2,0v18a1,1,0,0,1-1,1Z\" transform=\"translate(-49.707 173.94)\" fill=\"#ccc\"/>\n <path id=\"Path_1484-630\" data-name=\"Path 1484\" d=\"M901.77,465.985a2.272,2.272,0,0,1-1.141-.31,2.3,2.3,0,0,1-1.16-2.009v-16a2.32,2.32,0,0,1,3.48-2.009l11.919,8.039a2.262,2.262,0,0,1,1.1,1.972,2.3,2.3,0,0,1-1.126,1.989l-11.835,7.985a2.458,2.458,0,0,1-1.238.347Zm-.3-2.319a.32.32,0,0,0,.48.277l11.846-7.994a.337.337,0,0,0,.174-.284h0a.309.309,0,0,0-.16-.277l-11.92-8.039a.3.3,0,0,0-.261.037.31.31,0,0,0-.16.277Z\" transform=\"translate(-49.707 173.94)\" fill=\"#ccc\"/>\n <circle id=\"Ellipse_281\" data-name=\"Ellipse 281\" cx=\"12\" cy=\"12\" r=\"12\" transform=\"translate(718.761 572.864)\" fill=\"#090814\"/>\n </g>\n </g>\n </g>\n</svg>";
2
+ export default svg;
@@ -0,0 +1,2 @@
1
+ declare const svg = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 920.10876 411.95215\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" role=\"img\" artist=\"Katerina Limpitsouni\" source=\"https://undraw.co/\" style=\"width: 100%; height: 100%;\"><path d=\"M576.47229,654.02393H772.06284c7.72143,0,7.73422-12,0-12H576.47229c-7.72143,0-7.73422,12,0,12Z\" transform=\"translate(-139.94562 -244.02393)\" fill=\"#e6e6e6\"/><path d=\"M523.66535,393.25494H328.73176a7.77658,7.77658,0,0,0-7.76706,7.76724v38.72531C330.68844,439.97637,337,448,338.5294,457.74056v35.10668h.73832a.44433.44433,0,0,1,.44307.443v18.6806a.44433.44433,0,0,1-.44307.443h-.73832V625.32342c0,2.48077-.02488,7.00673-.02488,7.00673H523.66535a7.77669,7.77669,0,0,0,7.76723-7.76719V401.02218A7.77674,7.77674,0,0,0,523.66535,393.25494Z\" transform=\"translate(-139.94562 -244.02393)\" fill=\"#16006F\"/><path d=\"M885.84519,265.83414V477.73451H544.91447V384.43929a15.9929,15.9929,0,0,0-15.97754-15.97744H464.998V265.83414Z\" transform=\"translate(-139.94562 -244.02393)\" fill=\"#16006F\"/><path d=\"M906.895,507.60731H545.29517v-1.47665H905.4183V256.57552a11.08751,11.08751,0,0,0-11.07494-11.07494H452.0844a11.08751,11.08751,0,0,0-11.07493,11.07494V367.50509h-1.47666V256.57552a12.56574,12.56574,0,0,1,12.55159-12.55159h442.259A12.56573,12.56573,0,0,1,906.895,256.57552Z\" transform=\"translate(-139.94562 -244.02393)\" fill=\"#3f3d56\"/><path d=\"M872.63242,552.64537H545.29517v-1.47666H872.63242A32.82279,32.82279,0,0,0,905.4183,518.383V507.60731H545.29517v-1.47665H906.895V518.383A34.30125,34.30125,0,0,1,872.63242,552.64537Z\" transform=\"translate(-139.94562 -244.02393)\" fill=\"#3f3d56\"/><path d=\"M775.48478,625.00174c-18.24788-17.52212-30.252-40.38444-34.11085-72.35637H606.8847c-1.36825,29.91173-13.296,52.34479-34.8127,72.2775l-2.27343.07914c22.19931-20.11831,34.42669-42.71583,35.641-73.12453l.0283-.70877h137.2192l.07607.65289c3.78995,32.51355,16.04535,55.52328,34.74289,73.06176Z\" transform=\"translate(-139.94562 -244.02393)\" fill=\"#3f3d56\"/><path d=\"M528.58,655.54815H321.40678v-1.47666H528.58a15.995,15.995,0,0,0,15.97681-15.97682V384.77831A15.99478,15.99478,0,0,0,528.58,368.8015H321.40678a15.99476,15.99476,0,0,0-15.97672,15.97681v54.66734H303.9534V384.77831a17.47323,17.47323,0,0,1,17.45338-17.45347H528.58a17.47324,17.47324,0,0,1,17.45347,17.45347V638.09467A17.47325,17.47325,0,0,1,528.58,655.54815Z\" transform=\"translate(-139.94562 -244.02393)\" fill=\"#3f3d56\"/><path d=\"M424.99336,386.00664A5.00664,5.00664,0,1,1,430,380.99986,5.01247,5.01247,0,0,1,424.99336,386.00664Zm0-8.856a3.84938,3.84938,0,1,0,3.84938,3.84924A3.85374,3.85374,0,0,0,424.99336,377.15062Z\" transform=\"translate(-139.94562 -244.02393)\" fill=\"#3f3d56\"/><path d=\"M424.99336,649.88845a6.38845,6.38845,0,1,1,6.38846-6.38863A6.39589,6.39589,0,0,1,424.99336,649.88845Zm0-11.30025a4.9118,4.9118,0,1,0,4.9118,4.91162A4.91736,4.91736,0,0,0,424.99336,638.5882Z\" transform=\"translate(-139.94562 -244.02393)\" fill=\"#3f3d56\"/><path d=\"M319.32627,655.97607h-68.58A19.49526,19.49526,0,0,1,231.273,636.50265V458.91871a19.49517,19.49517,0,0,1,19.47315-19.47306h68.58022a19.49512,19.49512,0,0,1,19.47315,19.47306v31.7795a1.923,1.923,0,0,1,1.18167,1.77228l-.00009,20.67825a1.92291,1.92291,0,0,1-1.18158,1.77228V636.503A19.49531,19.49531,0,0,1,319.32627,655.97607ZM250.74614,440.9223a18.017,18.017,0,0,0-17.9965,17.99641V636.50265a18.017,18.017,0,0,0,17.99659,17.99677h68.58A18.01708,18.01708,0,0,0,337.32285,636.503V513.59181h.73833a.44357.44357,0,0,0,.44325-.44307l.00009-20.67825a.444.444,0,0,0-.44334-.44343h-.73833V458.91871a18.017,18.017,0,0,0-17.99649-17.99641Z\" transform=\"translate(-139.94562 -244.02393)\" fill=\"#3f3d56\"/><path d=\"M320.08225,445.05807h-8.952a6.64707,6.64707,0,0,1-6.15429,9.1575H265.68732a6.64709,6.64709,0,0,1-6.15429-9.15752h-8.36116a13.991,13.991,0,0,0-13.991,13.99095V636.37252a13.991,13.991,0,0,0,13.991,13.991h68.9104a13.991,13.991,0,0,0,13.991-13.991h0V459.049A13.991,13.991,0,0,0,320.08225,445.05807Z\" transform=\"translate(-139.94562 -244.02393)\" fill=\"#16006F\"/><path d=\"M1059.17526,655.6871H140.82474a.87912.87912,0,1,1,0-1.75823h918.35052a.87912.87912,0,1,1,0,1.75823Z\" transform=\"translate(-139.94562 -244.02393)\" fill=\"#3f3d56\"/><path d=\"M775.94091,655.27308H571.42365a15.50491,15.50491,0,1,1,0-31.00981H775.94091a15.50491,15.50491,0,0,1,0,31.00981ZM571.42365,625.73992a14.02825,14.02825,0,0,0,0,28.0565H775.94091a14.02825,14.02825,0,0,0,0-28.0565Z\" transform=\"translate(-139.94562 -244.02393)\" fill=\"#3f3d56\"/><polygon points=\"784.495 293.196 790.223 305.172 839.14 288.778 830.686 271.103 784.495 293.196\" fill=\"#ffb8b8\"/><path d=\"M907.50437,547.25409h41.721a0,0,0,0,1,0,0v16.1195a0,0,0,0,1,0,0H922.39123a14.88686,14.88686,0,0,1-14.88686-14.88686v-1.23264A0,0,0,0,1,907.50437,547.25409Z\" transform=\"translate(688.03055 1388.39573) rotate(-115.5616)\" fill=\"#2f2e41\"/><polygon points=\"772.964 400.141 786.231 399.693 786.789 348.049 771.237 348.967 772.964 400.141\" fill=\"#ffb8b8\"/><path d=\"M910.19853,639.76179h41.721a0,0,0,0,1,0,0v16.1195a0,0,0,0,1,0,0H925.08538a14.88686,14.88686,0,0,1-14.88686-14.88686v-1.23264A0,0,0,0,1,910.19853,639.76179Z\" transform=\"translate(1722.17248 1051.61914) rotate(180)\" fill=\"#2f2e41\"/><path d=\"M914.00089,636.40674a4.974,4.974,0,0,1-4.83032-3.78613c-7.26782-29.20118-34.31128-176.333-10.397-205.23l.20849-.252.31641-.08008c1.67895-.4248,33.325-10.22265,51.8938,5.0708l.21728.17872,10.33423,29.915,27.85864,41.3545a20.40321,20.40321,0,0,1-6.033,28.65381l-36.58227,23.08544a5.00875,5.00875,0,0,1-5.75293-.40527,5.06054,5.06054,0,0,1-1.50025-2.0918l-7.688-19.21972a5.02952,5.02952,0,0,1,2.40649-6.3291l17.1394-8.56983a3.67422,3.67422,0,0,0,1.83008-2.5039,2.95853,2.95853,0,0,0-1.029-2.543l-19.89575-17.15137a2.99979,2.99979,0,0,0-4.95654,2.38525l4.93212,130.20264a5.00239,5.00239,0,0,1-4.21679,5.12793L914.8,636.34326A5.04875,5.04875,0,0,1,914.00089,636.40674Z\" transform=\"translate(-139.94562 -244.02393)\" fill=\"#2f2e41\"/><path d=\"M948.32194,437.43652q-.1692,0-.3396-.01269l-49.616-3.67529a4.49311,4.49311,0,0,1-3.91406-5.97022A47.09244,47.09244,0,0,0,895.52823,400.46c-3.23169-12.7417-3.30786-36.4331-3.06591-49.4209a8.75319,8.75319,0,0,1,8.28125-8.522l.00024-.01758,1,.01221c8.08252.11328,22.91553.68994,35.05322,3.21533a18.38913,18.38913,0,0,1,14.65918,17.69971c.2749,12.0581.31543,28.37939-1.053,37.65722-1.15429,7.82715.978,22.8584,2.35157,31.12159a4.49779,4.49779,0,0,1-4.43286,5.23095Z\" transform=\"translate(-139.94562 -244.02393)\" fill=\"#3f3d56\"/><path d=\"M966.03451,484.73417a10.02474,10.02474,0,0,1-3.81052-14.892L939.3082,371.02393H956.633l20.22438,96.87052a10.07912,10.07912,0,0,1-10.82286,16.83972Z\" transform=\"translate(-139.94562 -244.02393)\" fill=\"#ffb8b8\"/><path d=\"M857.50412,381.72872l27.43545-25.95245,10.33581,14.47014L869.43585,392.9852,903.323,419.89553c.24477-.01653.48853-.03722.73784-.03722a10.85257,10.85257,0,1,1-10.74561,12.296l-.107.107-35.2694-30.56682A13.47074,13.47074,0,0,1,857.50412,381.72872Z\" transform=\"translate(-139.94562 -244.02393)\" fill=\"#ffb8b8\"/><path d=\"M941.1337,377.3559a4.47022,4.47022,0,0,1-4.05249-2.55371,52.813,52.813,0,0,1-4.46777-14.57031c-1.18994-8.24414,4.54248-13.14844,10.37207-14.2168,5.67065-1.03955,12.57764,1.45361,14.34326,9.38281a20.4515,20.4515,0,0,1,.34229,2.03223c.70678,6.01074,1.37207,10.68555,1.97729,13.89551a4.49484,4.49484,0,0,1-4.19849,5.32031l-14.08618.7041Q941.24833,377.35591,941.1337,377.3559Z\" transform=\"translate(-139.94562 -244.02393)\" fill=\"#3f3d56\"/><circle cx=\"781.54395\" cy=\"59.98149\" r=\"30\" fill=\"#2f2e41\"/><circle cx=\"781.72505\" cy=\"67.76889\" r=\"24.56103\" fill=\"#ffb8b8\"/><path d=\"M878.07755,365.40288a4.47023,4.47023,0,0,1-1.26223-4.62071,52.813,52.813,0,0,1,6.55053-13.76029c4.69282-6.88181,12.23248-6.62434,17.25206-3.47326,4.88294,3.06494,8.2905,9.56962,4.23488,16.6082a20.45263,20.45263,0,0,1-1.12072,1.72948c-3.54,4.90884-6.20806,8.80474-7.93065,11.58013a4.49483,4.49483,0,0,1-6.68988,1.08563l-10.86048-8.99812Q878.16205,365.48032,878.07755,365.40288Z\" transform=\"translate(-139.94562 -244.02393)\" fill=\"#3f3d56\"/><path d=\"M915.66229,277.21285c-6.03677-3.602-7.34375-12.57182-3.74723-18.61186s10.86483-9.19077,17.89148-9.39843c10.037-.29663,19.7303,4.70092,26.75606,11.875s11.66158,16.35735,15.19438,25.75674,6.06848,19.148,9.54978,28.5666c1.78642,4.8331,3.98607,9.79571,8.07262,12.93423s10.58267,3.70466,14.0761-.083c-.01315,6.0611-4.6599,11.57084-10.42318,13.44744s-12.28286.45949-17.33524-2.88871c-8.76483-5.80843-12.99675-16.41134-15.41565-26.64409s-3.61026-20.9553-8.47365-30.27773c-2.015-3.86257-4.77616-7.53174-8.66146-9.50262s-9.06133-1.84146-12.18669,1.19368c-1.44761,1.40582-2.385,3.32275-4.02776,4.49463a8.04651,8.04651,0,0,1-7.03634.73265,23.801,23.801,0,0,1-6.36213-3.59\" transform=\"translate(-139.94562 -244.02393)\" fill=\"#2f2e41\"/><path d=\"M896.02042,295.19761a29.38292,29.38292,0,0,0,42.12117,5.2576c2.3848-1.94028,4.5998-4.61419,4.45022-7.68494-.15322-3.14529-2.72407-5.61565-5.349-7.35527a34.48446,34.48446,0,0,0-23.40409-5.3776c-4.675.62823-9.36382,2.33216-12.67459,5.69216s-4.96042,8.58574-3.25265,12.98281\" transform=\"translate(-139.94562 -244.02393)\" fill=\"#2f2e41\"/></svg>";
2
+ export default svg;
@@ -0,0 +1,2 @@
1
+ declare const svg = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n \n \n viewBox=\"0 0 637.95669 480\"\n role=\"img\"\n artist=\"Katerina Limpitsouni\"\n source=\"https://undraw.co/\"\n version=\"1.1\"\n id=\"svg23\"\n sodipodi:docname=\"tk-success.svg\"\n inkscape:version=\"1.4 (86a8ad7, 2024-10-11)\"\n xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\"\n xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:svg=\"http://www.w3.org/2000/svg\" style=\"width: 100%; height: 100%;\">\n <defs\n id=\"defs23\" />\n <sodipodi:namedview\n id=\"namedview23\"\n pagecolor=\"#ffffff\"\n bordercolor=\"#000000\"\n borderopacity=\"0.25\"\n inkscape:showpageshadow=\"2\"\n inkscape:pageopacity=\"0.0\"\n inkscape:pagecheckerboard=\"0\"\n inkscape:deskcolor=\"#d1d1d1\"\n inkscape:zoom=\"0.61061617\"\n inkscape:cx=\"302.97265\"\n inkscape:cy=\"12.282675\"\n inkscape:window-width=\"1920\"\n inkscape:window-height=\"1009\"\n inkscape:window-x=\"1912\"\n inkscape:window-y=\"-8\"\n inkscape:window-maximized=\"1\"\n inkscape:current-layer=\"svg23\" />\n <path\n d=\"M784.97835,518c-75.14014,0-134-13.6167-134-31,0-10.42188,20.856-19.7207,57.22-25.51123a1,1,0,1,1,.31445,1.9751C674.25789,468.919,652.97835,477.9375,652.97835,487c0,15.71973,60.44848,29,132,29s132-13.28027,132-29c0-9.10059-21.41553-18.14111-55.88965-23.59277a1.00008,1.00008,0,0,1,.3125-1.97559c36.59106,5.78662,57.57715,15.106,57.57715,25.56836C918.97835,504.3833,860.11848,518,784.97835,518Z\"\n transform=\"translate(-281.02165 -210)\"\n fill=\"#ccc\"\n id=\"path1\" />\n <path\n d=\"M718.49983,523.83838a76.98277,76.98277,0,0,0,133.1499-.33551A1211.97868,1211.97868,0,0,1,718.49983,523.83838Z\"\n transform=\"translate(-281.02165 -210)\"\n fill=\"#e6e6e6\"\n id=\"path2\"\n style=\"fill:#16006f;fill-opacity:1\" />\n <path\n d=\"M859.02034,502.12292a76.997,76.997,0,1,0-147.85742.79908A572.23317,572.23317,0,0,0,859.02034,502.12292Z\"\n transform=\"translate(-281.02165 -210)\"\n fill=\"#e6e6e6\"\n id=\"path3\"\n style=\"fill:#16006f;fill-opacity:1\" />\n <path\n d=\"M400.47835,219a9,9,0,1,0-12.5,8.29388V274h7V227.29388A9.00223,9.00223,0,0,0,400.47835,219Z\"\n transform=\"translate(-281.02165 -210)\"\n fill=\"#ccc\"\n id=\"path4\"\n style=\"fill:#33314b;fill-opacity:1\" />\n <path\n d=\"M450.98128,443h-.00293a20.02122,20.02122,0,0,1-19.9856-20.771c.40088-10.603,9.58106-19.229,20.46436-19.229h54.94458l45.2124-20.01514a5.00688,5.00688,0,0,1,6.596,2.54737l12.14428,27.43261a5.0062,5.0062,0,0,1-2.54785,6.59571L523.275,439.27441a35.4,35.4,0,0,1-14.00171,3.04639Z\"\n transform=\"translate(-281.02165 -210)\"\n fill=\"#ccc\"\n id=\"path5\"\n style=\"fill:#33314b;fill-opacity:1\" />\n <path\n d=\"M317.79549,548.34277a4.59492,4.59492,0,0,1-.77759-.0664L287.44783,543.23h.00024a4.49921,4.49921,0,0,1-3.65893-5.30127l23.14551-118.05078a19.49983,19.49983,0,0,1,38.44189,6.57227L322.191,544.70654A4.46977,4.46977,0,0,1,317.79549,548.34277Z\"\n transform=\"translate(-281.02165 -210)\"\n fill=\"#ccc\"\n id=\"path6\"\n style=\"fill:#33314b;fill-opacity:1\" />\n <circle\n cx=\"20.95669\"\n cy=\"346\"\n r=\"18\"\n fill=\"#e6e6e6\"\n id=\"circle6\"\n style=\"fill:#33314b;fill-opacity:1\" />\n <circle\n cx=\"108.27953\"\n cy=\"124.67717\"\n r=\"67\"\n fill=\"#e6e6e6\"\n id=\"circle7\" />\n <circle\n cx=\"108.27953\"\n cy=\"124.67717\"\n r=\"67\"\n fill=\"#e6e6e6\"\n id=\"circle8\"\n style=\"fill:#33314b;fill-opacity:1\" />\n <circle\n cx=\"108.27953\"\n cy=\"124.67717\"\n r=\"51\"\n fill=\"#6AD0BC\"\n id=\"circle9\"\n style=\"fill:#ffffff;fill-opacity:1\" />\n <path\n d=\"M395.26365,356.0861c-3.30591-.0918-7.42029-.20654-10.59-2.522a8.13275,8.13275,0,0,1-3.20007-6.07276,5.47084,5.47084,0,0,1,1.86035-4.49315c1.65552-1.39893,4.073-1.72706,6.67823-.96143L387.313,322.3112l1.98144-.27149,3.17322,23.19-1.65466-.75928c-1.91834-.87988-4.55164-1.32764-6.188.05517a3.51516,3.51516,0,0,0-1.15271,2.89551,6.14684,6.14684,0,0,0,2.38122,4.52783c2.46668,1.80176,5.74622,2.03418,9.46582,2.13819Z\"\n transform=\"translate(-281.02165 -210)\"\n fill=\"#2f2e41\"\n id=\"path9\" />\n <rect\n x=\"85.72051\"\n y=\"114.01237\"\n width=\"10.77161\"\n height=\"2\"\n fill=\"#2f2e41\"\n id=\"rect9\" />\n <rect\n x=\"119.72051\"\n y=\"114.01237\"\n width=\"10.77161\"\n height=\"2\"\n fill=\"#2f2e41\"\n id=\"rect10\" />\n <path\n d=\"M354.97835,335a51.01141,51.01141,0,0,1,43.26806-50.41675A50.99376,50.99376,0,1,0,397.4427,385.275,51.00412,51.00412,0,0,1,354.97835,335Z\"\n transform=\"translate(-281.02165 -210)\"\n opacity=\"0.2\"\n id=\"path10\" />\n <path\n d=\"M440.3011,548.5h-102a16.51868,16.51868,0,0,1-16.5-16.5V417a16.51868,16.51868,0,0,1,16.5-16.5h15.5V405a11.51294,11.51294,0,0,0,11.5,11.5h48a11.51294,11.51294,0,0,0,11.5-11.5v-4.5h15.5a16.51868,16.51868,0,0,1,16.5,16.5V532A16.51868,16.51868,0,0,1,440.3011,548.5Z\"\n transform=\"translate(-281.02165 -210)\"\n fill=\"#e6e6e6\"\n id=\"path11\"\n style=\"fill:#3f3d56;fill-opacity:1\" />\n <path\n d=\"M453.98714,659H413.97835V612.811l-52.251-80.11622,33.50439-21.85107,52.02247,79.76758a36.18943,36.18943,0,0,1,5.8789,19.16455Z\"\n transform=\"translate(-281.02165 -210)\"\n fill=\"#e6e6e6\"\n id=\"path12\"\n style=\"fill:#3f3d56;fill-opacity:1\" />\n <path\n d=\"M383.47835,689.5h-39v-117h39Z\"\n transform=\"translate(-281.02165 -210)\"\n fill=\"#e6e6e6\"\n id=\"path13\"\n style=\"fill:#3f3d56;fill-opacity:1\" />\n <path\n d=\"M432.3011,583.5h-86a8.50951,8.50951,0,0,1-8.5-8.5V543a8.50951,8.50951,0,0,1,8.5-8.5h86a8.50951,8.50951,0,0,1,8.5,8.5v32A8.50951,8.50951,0,0,1,432.3011,583.5Z\"\n transform=\"translate(-281.02165 -210)\"\n fill=\"#e6e6e6\"\n id=\"path14\"\n style=\"fill:#3f3d56;fill-opacity:1\" />\n <path\n d=\"M460.97835,677.5h-46.5v-31h46.5a15.5,15.5,0,0,1,0,31Z\"\n transform=\"translate(-281.02165 -210)\"\n fill=\"#ccc\"\n id=\"path15\"\n style=\"fill:#33314b;fill-opacity:1\" />\n <path\n d=\"M390.97835,689.5h-46.5v-31h46.5a15.5,15.5,0,0,1,0,31Z\"\n transform=\"translate(-281.02165 -210)\"\n fill=\"#ccc\"\n id=\"path16\"\n style=\"fill:#33314b;fill-opacity:1\" />\n <path\n d=\"M437.97835,451.5h-37a3.5,3.5,0,0,1,0-7h37a3.5,3.5,0,0,1,0,7Z\"\n transform=\"translate(-281.02165 -210)\"\n fill=\"#fff\"\n id=\"path17\" />\n <path\n d=\"M437.97835,464h-37a3.5,3.5,0,0,1,0-7h37a3.5,3.5,0,0,1,0,7Z\"\n transform=\"translate(-281.02165 -210)\"\n fill=\"#fff\"\n id=\"path18\" />\n <path\n d=\"M501.02165,690h-219a1,1,0,0,1,0-2h219a1,1,0,1,1,0,2Z\"\n transform=\"translate(-281.02165 -210)\"\n fill=\"#3f3d56\"\n id=\"path19\" />\n <circle\n cx=\"291.95669\"\n cy=\"184\"\n r=\"18\"\n fill=\"#e6e6e6\"\n id=\"circle19\"\n style=\"fill:#33314b;fill-opacity:1\" />\n <path\n d=\"M578.47835,466.5a6.00672,6.00672,0,0,1-6-6v-216a6,6,0,0,1,12,0v216A6.00672,6.00672,0,0,1,578.47835,466.5Z\"\n transform=\"translate(-281.02165 -210)\"\n fill=\"#3f3d56\"\n id=\"path20\" />\n <path\n d=\"M760.6385,240.34c-5.27-4.61005-23.37011-18.96-46.72021-21.58-17.46973-1.95-37.87988,2.66-58.04981,22.84-16.18017,16.18005-31.43994,23.85-45.35986,22.81-14.21045-1.06994-23.66016-11.17-28.03027-17.1a2.44334,2.44334,0,0,0-2.77-.88,2.46966,2.46966,0,0,0-1.73,2.38v74.66a2.50928,2.50928,0,0,0,1.43017,2.26c5.44971,2.58,25.07959,11.15,44.83985,11.15,11.58984,0,23.23974-2.95,32.08007-11.8.08985-.09.16993-.17005.25977-.25,15.66016-15.24,50.18018-12.11005,75.37012-7.13,10.41992,2.06,19.24023,4.43,24.47021,5.95a4.4928,4.4928,0,0,0,5.73975-4.32v-75.6A4.51348,4.51348,0,0,0,760.6385,240.34Z\"\n transform=\"translate(-281.02165 -210)\"\n fill=\"#6AD0BC\"\n id=\"path21\" />\n <circle\n cx=\"519.95669\"\n cy=\"234\"\n r=\"9\"\n fill=\"#fff\"\n id=\"circle21\" />\n <circle\n cx=\"503.95669\"\n cy=\"333\"\n r=\"9\"\n fill=\"#fff\"\n id=\"circle22\" />\n <circle\n cx=\"474.95669\"\n cy=\"265\"\n r=\"15\"\n fill=\"#fff\"\n id=\"circle23\" />\n</svg>";
2
+ export default svg;
@@ -0,0 +1,2 @@
1
+ declare const svg = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 844.6701 630.24829\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" role=\"img\" artist=\"Katerina Limpitsouni\" source=\"https://undraw.co/\" style=\"width: 100%; height: 100%;\"><path d=\"M839.46184,39.15464H300.98025c-1.18265-.02612-2.12021-1.00603-2.09409-2.18867,.0253-1.14589,.94818-2.0688,2.09409-2.0941H839.46184c1.18268,.02612,2.12024,1.00603,2.09412,2.18867-.02533,1.14589-.94824,2.0688-2.09412,2.0941Z\" fill=\"#e6e6e6\"/><path d=\"M395.81191,259.20912h217.25076c.55225,0,.99994,.44766,.99994,.99991v126.32349c0,.55225-.44769,.99994-.99994,.99994h-217.25076v-128.32333h0Z\" fill=\"#e6e6e6\"/><path d=\"M612.80742,388.2152l-217.28168-128.03711,.57233-1.93799,217.28174,128.03717c.53516,.15802,.84082,.71997,.6828,1.25513h0c-.15802,.53516-.71997,.84088-1.25513,.6828h-.00006Z\" fill=\"#fff\"/><path d=\"M396.09801,388.5014l-.57233-1.93799,217.28174-128.03708c.53516-.15808,1.09711,.14758,1.25519,.68274v.00006h0c.15802,.53516-.14764,1.09708-.6828,1.25513l-217.2818,128.03714Z\" fill=\"#fff\"/><rect x=\"416.51073\" y=\"132.83949\" width=\"176.60852\" height=\"9.46095\" rx=\"4.73047\" ry=\"4.73047\" fill=\"#e6e6e6\"/><rect x=\"394.04098\" y=\"162.37081\" width=\"221.548\" height=\"9.46095\" rx=\"4.73047\" ry=\"4.73047\" fill=\"#e6e6e6\"/><rect x=\"394.04098\" y=\"191.90211\" width=\"221.548\" height=\"9.46095\" rx=\"4.73047\" ry=\"4.73047\" fill=\"#16006F\"/><path d=\"M811.9749,291.59402c-.0166,36.5195-23.09503,69.04623-57.55945,81.12424-.73193,.26254-1.46387,.50122-2.20374,.73199-45.20367,14.45111-93.56342-10.47873-108.01453-55.6824-14.45111-45.20367,10.4787-93.56345,55.68237-108.01456s93.56342,10.47876,108.01459,55.6824c2.70337,8.4563,4.07996,17.28046,4.08075,26.15836v-.00003Z\" fill=\"#e6e6e6\"/><path d=\"M610.82024,203.26077c-.34583,3.98294,2.6026,7.4921,6.58551,7.83792,.42468,.0369,.85181,.03619,1.27637-.00211l10.58148,23.44745,7.14471-11.29828-11.14374-20.534c-.625-3.9707-4.35059-6.68292-8.32129-6.05789-3.32239,.52295-5.85376,3.25436-6.12305,6.6069Z\" fill=\"#ffb6b6\"/><path d=\"M715.09838,291.56216c-.15399-.69296-.35059-1.37579-.58868-2.04456-1.51666-4.30963-4.60547-7.88721-8.64783-10.01624-.09546-.05569-.19891-.11139-.29437-.15912l-48.33881-24.52744-4.28815-8.36139-17.32751-33.7561-4.24835,1.26501-10.0401,2.9834-.23071,.06366,16.64331,56.00809,3.81873,2.9277,43.25513,33.07974,1.40814,1.082c7.18573,5.48517,17.30267,4.88989,23.79553-1.40015,.64752-.62106,1.24597-1.29135,1.78998-2.00485,3.29828-4.30405,4.5058-9.85449,3.2937-15.13977Z\" fill=\"#16006F\"/><path d=\"M741.97271,353.07562l-.25458-9.22858-.73193-26.763c2.64923-17.1286,4.52679-19.03-8.25-30.74084-.98718-.21167-1.83929-.8298-2.34692-1.70248-1.16156-2.37085,1.63092-6.39642-.77966-12.5939l-19.02203,1.08994-4.72571,6.36456-19.01416,25.61737c-.745,1.26651-1.4248,2.57028-2.03668,3.90622-8.13867,17.67758,2.89587,27.07327,3.75513,28.68826l5.26666,16.58765,2.90387,16.0864,.93878,2.23553,2.64923,.97064c16.90057,5.27795,35.01587,5.22797,51.88708-.14319-2.83936-7.06497-6.26428-13.88022-10.23907-20.37457Z\" fill=\"#16006F\"/><path d=\"M778.8153,418.13494c1.62732-3.65173-.01379-7.93121-3.66553-9.55853-.38934-.17352-.79327-.31232-1.20709-.41473l-2.34601-25.61731-10.44208,8.34637,3.82874,23.047c-.70569,3.95715,1.93011,7.73712,5.88727,8.44287,3.3111,.59045,6.59558-1.16473,7.9447-4.24567Z\" fill=\"#ffb6b6\"/><path d=\"M742.43419,292.52481c-2.75873-4.1738-7.11597-7.02582-12.04492-7.88406-1.05536-.19107-2.12567-.28693-3.19818-.28644-3.57446,.00052-7.06952,1.05484-10.04797,3.03113-.94489,.62357-1.82684,1.33768-2.6333,2.13217-7.22998,7.00238-7.41443,18.53998-.41205,25.76993l.00629,.0065,27.61426,28.55301,10.06403,10.40607,2.6333,18.46515,4.04944,28.40985,4.42334,.19092,10.46973,.46143,.23865,.008,1.74231-39.81033,.81146-18.56061-33.71637-50.8927Z\" fill=\"#16006F\"/><path d=\"M704.69835,228.37741c-6.72516,13.25534-2.33197,28.60931,10.14764,36.68341,13.49487,8.73093,31.01611,6.81921,36.68341-10.14767,6.3111-18.89435,1.12634-26.99988-10.14764-36.68341-13.21191-11.34802-29.41699-4.17441-36.68341,10.14767Z\" fill=\"#2f2e41\"/><path d=\"M737.80352,257.90609c-7.13275,9.34955-20.49426,11.14664-29.84381,4.01392-9.33746-7.1235-11.14392-20.46234-4.03754-29.81284l.18475-.24268c7.34027-9.18753,20.73865-10.68506,29.92621-3.34479,8.97852,7.17325,10.64484,20.17703,3.76508,29.38239l.00531,.004Z\" fill=\"#ffb6b6\"/><path d=\"M698.18102,226.23123c3.46045,3.29269,7.67841,5.68271,12.28143,6.95901,.92273-1.06738,2.01654-1.97385,3.23669-2.68231-.58411,1.21518-.98438,2.51041-1.18781,3.84323,2.05298,4.26053,10.43768,7.32269,18.45142,10.45508l10.61432-18.73242-14.04932-7.96072c-11.289-7.80475-24.57874-4.47366-29.34674,8.11813Z\" fill=\"#2f2e41\"/><path d=\"M749.58367,218.25323c2.08191-.76715,4.41077-.42709,6.18634,.90338,1.71045,1.30029,3.09332,2.98233,4.03833,4.9119,1.71838,3.12204,2.953,6.48685,3.66156,9.9794,.60602,3.02145,.50342,6.67438-2.20752,8.25113-2.26202,1.3157-5.49634,.48727-7.57538-1.26859-1.92682-1.84222-3.38843-4.11581-4.26447-6.63354-1.01428-2.40955-1.97382-4.90793-3.77661-6.90906l1.87299,.87442c-.59204-1.79739-.86786-3.68387-.81531-5.57553,.0871-1.91531,1.18329-3.64081,2.88007-4.53351Z\" fill=\"#2f2e41\"/><path d=\"M725.28393,220.70834l15.07263,8.54056c8.48724,4.80911,11.46893,15.58795,6.65985,24.0752h0c-6.97107,12.30002-22.15222,17.28207-35.05591,11.50446l13.77313-12.15863-18.6842,9.51978-3.98926-2.26041c20.03845-3.64343,23.90393-19.36194,22.22375-39.22095Z\" fill=\"#2f2e41\"/><path d=\"M753.75713,235.71908c2.53668,2.95328,6.50836,4.10126,10.09119,5.63812,12.83752,5.63181,22.06708,17.23804,24.66315,31.01407,.99054,5.52701,.86102,11.24835,2.4256,16.63647,1.5553,5.38812,5.40662,10.67444,10.93359,11.6095,3.74017,.63879,7.48962-.80545,11.00763-2.2312,1.93494-.77762,3.86981-1.55838,5.80475-2.34222-2.01825-5.06415-4.03339-10.12823-6.04541-15.19229,3.2337,4.77917,6.99445,9.17966,11.21136,13.11853,6.9342-2.7959,13.87451-5.5918,20.82111-8.38773-17.09015,.06482-14.17389-16.52539-17.99744-33.17114-2.10156-9.14685-19.99713-15.34042-23.50592-24.04288-5.48029-13.64365-20.98334-20.26138-34.62701-14.78107-5.87927,2.36154-10.72357,6.74246-13.66235,12.3555-3.50885,1.39795-3.61066,6.86017-1.12024,9.77634Z\" fill=\"#2f2e41\"/><path d=\"M257.30968,395.97247c-3.20206-4.05475-2.51083-9.9375,1.54391-13.13959,.39273-.31012,.80975-.58826,1.24698-.83173l-4.88062-46.37146,12.49438-4.50345,5.39407,55.1185c2.16846,4.68152,.13116,10.23456-4.55035,12.40295-3.91721,1.81445-8.56744,.70844-11.24838-2.67517v-.00006Z\" fill=\"#ffb6b6\"/><path d=\"M250.62816,225.96145s20.28299,9.89639,20.34885,21.53079,1.746,22.15723,.15872,26.65887,4.03357,37.22287,1.4024,40.46326,2.78964,4.89874-.05884,10.44424-4.10974,6.58942-3.06586,7.85068,2.57727,25.30099,2.57727,25.30099l-16.71341,2.09-17.77936-77.59161,13.13022-56.74722Z\" fill=\"#3f3d56\"/><path d=\"M154.17156,400.68304c3.80133-3.49908,4.04636-9.41724,.5473-13.21857-.33899-.36823-.70697-.70868-1.1004-1.01807l12.13101-45.02191-11.62799-6.41714-14.01721,53.57852c-2.87949,4.28107-1.74329,10.08582,2.53778,12.96527,3.58212,2.40942,8.34863,2.05048,11.52954-.86816l-.00003,.00006Z\" fill=\"#ffb6b6\"/><path d=\"M187.5754,233.85211s-21.58966,6.57455-23.48911,18.05301-5.21771,21.6048-4.36008,26.30038-9.85211,36.12131-7.76477,39.73599-3.52713,4.39761-1.58865,10.32291,3.01938,7.155,1.7897,8.23587-6.53427,24.57819-6.53427,24.57819l16.17484,4.69907,29.79099-73.81778-4.01865-58.10764Z\" fill=\"#3f3d56\"/><polygon points=\"270.48699 602.1089 284.88698 602.10792 291.738 546.56391 270.48498 546.56489 270.48699 602.1089\" fill=\"#ffb6b6\"/><path d=\"M289.67931,603.40508v-9.76245l-3.78574,.23126-15.41046,.91296-3.56656,.21912-2.72665,32.69562-.14606,1.75287h10.22491l.3287-1.74066,1.48499-7.91217,3.83438,7.91217,.8399,1.74066h27.10834c3.35727-.02124,6.07172-2.74115,6.08627-6.09845,1.14432-5.34393-21.39932-16.89563-24.27203-19.95093Z\" fill=\"#2f2e41\"/><polygon points=\"101.77999 586.43391 114.30499 593.53993 147.67399 548.61091 129.18899 538.12391 101.77999 586.43391\" fill=\"#ffb6b6\"/><path d=\"M117.83901,597.02661l4.80817-8.48431-3.38394-1.66766-13.86459-6.80444-3.21356-1.5824-15.78781,23.11572-3.71268,5.42889,4.19955,2.38586,4.68649,2.66577,6.354-7.49829-.70599,10.69965,22.14191,12.57428h.01218l1.42422,.80334c2.9281,1.6543,6.64273,.62482,8.30164-2.30066,3.62753-4.08984-10.27359-25.24579-11.25958-29.33575Z\" fill=\"#2f2e41\"/><path d=\"M199.02364,329.45501c-31.91611,1.14673-43.13263,131.27441-33.38629,133.63452l-45.48328,84.76471,64.73886,29.01984,42.56693-147.80182,7.09448,54.39105-9.45932,86.31628,41.84613,10.11975,28.94394-2.06744c-7.521-102.88745-26.29919-211.40192-41.86145-253.37689l-55,5Z\" fill=\"#2f2e41\"/><path d=\"M184.37234,338.57876l-.20999,.79001c20.39999,11.35001,34.33044,8.92169,56.63046,2.0517l16.27957-3.42169c3.55319-4.63348,.65738-9.16544-3.27957-13.57831l9.75955-80.27167c-.06564-10.39984-8.54959-18.77734-18.94943-18.7117-.42731,.00269-.85443,.01993-1.28058,.0517l-14.66-10.85999-20.87,.72-13.95999,15.42001-8.34,2.98001-6.48001,2.31c-1.31,1.17999-2.73999,2.54001-4.10999,4.04001l10.25,61,4.35999,18.23999c-5.84454,6.66379-9.06464,13.16849-5.14001,19.23993Z\" fill=\"#3f3d56\"/><path d=\"M65.97402,619.37982c-15.18625-1.80811-28.74501-10.37433-36.89941-23.3125-5.23584-8.49121-7.9375-18.5752-10.55029-28.32715-.76076-2.83789-1.54688-5.77246-2.37939-8.60156-1.92578-6.32465,.1898-13.18469,5.34326-17.32617,4.98201-4.17596,12.00356-4.90057,17.7334-1.83008l.61133,.32422,1.07129,24.07812c1.5874-3.22559,5.0708-10.5127,7.83057-17.78906l.23145-.60938,.52881,.38184c5.54837,3.98615,10.57274,8.65503,14.95459,13.89648,15.65994,19.0379,22.15289,44.00043,17.75391,68.25586l-.1333,.71387-16.09619-9.85449Z\" fill=\"#f2f2f2\"/><path d=\"M0,629.05828c-.00195,.65527,.52766,1.18805,1.18292,1.19H843.48003c.65723,0,1.19-.53278,1.19-1.19s-.53278-1.19-1.19-1.19H1.19001c-.65529-.00195-1.18806,.52771-1.19,1.18298v.00702Z\" fill=\"#ccc\"/><path id=\"b-9625\" d=\"M247.90838,200.93521l.02054-.00537c2.2728-.6015,3.62769-2.93155,3.02621-5.20438l-6.06329-22.97c-1.08231-4.11636-2.98126-7.97308-5.58395-11.34082-5.08978-6.56921-12.51831-10.92087-20.73746-12.14807-4.24207-.62857-8.56747-.39169-12.71555,.69629-16.97018,4.45108-21.70999,10.06369-22.66782,38.78662s6.07254,23.005,6.07254,23.005c.14551,.5538,.40109,1.07263,.75146,1.52551,.68546,.88293,1.68555,1.46686,2.79138,1.62982,.56723,.08304,1.14539,.05121,1.70007-.0936,21.19214-2.18152,42.65457-4.168,53.40927-13.88184l-.00342,.00082Z\" fill=\"#2f2e41\"/><path id=\"c-9626\" d=\"M198.08202,176.68508c-3.11005,12.55374,4.54559,25.25177,17.09933,28.36182,6.01666,1.49057,12.37885,.53488,17.69205-2.65753,5.31174-3.16888,9.13412-8.332,10.61438-14.33743,3.09973-12.5563-4.56635-25.24805-17.12265-28.34778-6.00168-1.4816-12.34573-.53-17.64856,2.64728-5.31866,3.16425-9.14856,8.32675-10.63431,14.3345l-.00024-.00085Z\" fill=\"#ffb6b6\"/><path id=\"d-9627\" d=\"M252.67061,172.70178c-.8562-3.25549-2.35809-6.30563-4.41647-8.96918-2.92413-7.28979-7.51099-13.18179-16.39832-9.60471-3.33337-.49261-6.73175-.30972-9.99301,.53778l-4.60349,1.19052c-.05173,.01334-.10339,.02682-.155,.0405-13.3862,3.54233-21.36624,17.26559-17.82391,30.65179h0l.12143,.46008,9.73611-2.52802,.87057-10.14017,3.11356,9.10767,5.02921-1.3038,.43835-5.11563,1.57089,4.59167c9.53577,3.7048,20.58755,.02933,32.62753-8.45642l-.11746-.4621Z\" fill=\"#2f2e41\"/><path id=\"e-9628\" d=\"M230.33321,204.8002c.3483,.70236,.49252,1.48837,.41623,2.26865-.03641,.39865-.12851,.79025-.27362,1.16333-.12454,.31812-.28625,.62039-.48178,.90054-.57983,.82767-1.43561,1.42163-2.41382,1.67532-.06104,.01553-.12238,.02988-.18399,.04309s-.12363,.02502-.186,.0354c-.06281,.01111-.12579,.02048-.18893,.02802-.06314,.0076-.12686,.01401-.19119,.01941l-3.61752,.28381-7.43573-8.90265,2.45599,9.30408-16.43982,1.31732-10.42206-39.48254,26.34338-6.81863-.45099,.92712c-1.48984,3.10461-2.09424,6.56012-1.7467,9.98611,.36884,3.46564,1.32874,6.84244,2.8381,9.98386,1.50195,3.18536,3.30627,6.21918,5.38812,9.05966,1.82971,2.52026,3.80307,4.93301,5.91034,7.22626,.27145,.29388,.50034,.62439,.67999,.98184Z\" fill=\"#2f2e41\"/><g><ellipse cx=\"360.75838\" cy=\"8.64507\" rx=\"8.45661\" ry=\"8.64507\" fill=\"#3f3d56\"/><ellipse cx=\"389.97213\" cy=\"8.64507\" rx=\"8.45661\" ry=\"8.64507\" fill=\"#3f3d56\"/><ellipse cx=\"419.18588\" cy=\"8.64507\" rx=\"8.45661\" ry=\"8.64507\" fill=\"#3f3d56\"/><path d=\"M452.4973,15.47786c-.25977,0-.51904-.10059-.71484-.30078l-5.70605-5.83301c-.38037-.38867-.38037-1.00977,0-1.39844l5.70605-5.83252c.38721-.39453,1.021-.40088,1.41406-.01562,.39502,.38623,.40186,1.01953,.01562,1.41406l-5.02197,5.1333,5.02197,5.13379c.38623,.39453,.37939,1.02783-.01562,1.41406-.19434,.19043-.44678,.28516-.69922,.28516Z\" fill=\"#3f3d56\"/><path d=\"M462.08568,15.47786c-.25244,0-.50488-.09473-.69922-.28516-.39502-.38623-.40186-1.01904-.01562-1.41406l5.02148-5.13379-5.02148-5.1333c-.38623-.39453-.37939-1.02783,.01562-1.41406,.39404-.38672,1.02783-.37939,1.41406,.01562l5.70557,5.83252c.38037,.38867,.38037,1.00977,0,1.39844l-5.70557,5.83301c-.1958,.2002-.45508,.30078-.71484,.30078Z\" fill=\"#3f3d56\"/><path d=\"M760.59551,1.0009h-10.60999c-1.21002,0-2.19,.97998-2.19,2.19V13.8109c0,1.21002,.97998,2.19,2.19,2.19h10.60999c1.21002,0,2.20001-.97998,2.20001-2.19V3.1909c0-1.21002-.98999-2.19-2.20001-2.19Z\" fill=\"#3f3d56\"/><path d=\"M734.59551,1.0009h-10.60999c-1.21002,0-2.19,.97998-2.19,2.19V13.8109c0,1.21002,.97998,2.19,2.19,2.19h10.60999c1.21002,0,2.20001-.97998,2.20001-2.19V3.1909c0-1.21002-.98999-2.19-2.20001-2.19Z\" fill=\"#3f3d56\"/><path d=\"M785.09551,1.5009h-10.60999c-1.21002,0-2.19,.97998-2.19,2.19V14.3109c0,1.21002,.97998,2.19,2.19,2.19h10.60999c1.21002,0,2.20001-.97998,2.20001-2.19V3.6909c0-1.21002-.98999-2.19-2.20001-2.19Z\" fill=\"#3f3d56\"/><path d=\"M625.17381,5.54088h-84.81c-1.48004,0-2.67004,1.20001-2.67004,2.67004s1.19,2.66998,2.67004,2.66998h84.81c1.46997,0,2.66998-1.20001,2.66998-2.66998s-1.20001-2.67004-2.66998-2.67004Z\" fill=\"#3f3d56\"/></g></svg>";
2
+ export default svg;
@@ -0,0 +1,2 @@
1
+ declare const svg = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n \n \n viewBox=\"0 0 690 448.7592\"\n role=\"img\"\n artist=\"Katerina Limpitsouni\"\n source=\"https://undraw.co/\"\n version=\"1.1\"\n id=\"svg44\"\n sodipodi:docname=\"undraw_fixing-bugs_13mt.svg\"\n inkscape:version=\"1.4 (86a8ad7, 2024-10-11)\"\n xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\"\n xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:svg=\"http://www.w3.org/2000/svg\" style=\"width: 100%; height: 100%;\">\n <defs\n id=\"defs44\" />\n <sodipodi:namedview\n id=\"namedview44\"\n pagecolor=\"#ffffff\"\n bordercolor=\"#000000\"\n borderopacity=\"0.25\"\n inkscape:showpageshadow=\"2\"\n inkscape:pageopacity=\"0.0\"\n inkscape:pagecheckerboard=\"0\"\n inkscape:deskcolor=\"#d1d1d1\"\n inkscape:zoom=\"0.32656241\"\n inkscape:cx=\"829.85669\"\n inkscape:cy=\"-38.277523\"\n inkscape:window-width=\"1920\"\n inkscape:window-height=\"1009\"\n inkscape:window-x=\"1912\"\n inkscape:window-y=\"-8\"\n inkscape:window-maximized=\"1\"\n inkscape:current-layer=\"svg44\" />\n <path\n d=\"M323.01987,598.15781c9.40825,3.28851,18.903,6.61425,27.49226,11.75558,7.698,4.60786,14.553,10.81187,18.88231,18.7569a33.35556,33.35556,0,0,1,4.12583,13.85861c.06251,1.01759,1.65458,1.02469,1.59164,0-.55661-9.061-4.97238-17.353-11.087-23.91075-6.704-7.18984-15.39158-12.10041-24.3611-15.91043-5.31821-2.259-10.76859-4.17895-16.2208-6.08468-.96887-.33866-1.3854,1.19842-.42311,1.53477Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#fff\"\n id=\"path2\" />\n <path\n d=\"M377.28745,560.62486a143.38254,143.38254,0,0,1,13.79113,30.61557,145.11672,145.11672,0,0,1,6.361,32.96846,143.30543,143.30543,0,0,1,.15151,18.83685c-.05905,1.02328,1.53278,1.01989,1.59163,0a145.1941,145.1941,0,0,0-2.04032-33.82049,146.92647,146.92647,0,0,0-9.769-32.44022,143.25,143.25,0,0,0-8.71162-16.9635.79641.79641,0,0,0-1.37432.80333Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#fff\"\n id=\"path3\" />\n <path\n d=\"M455.188,569.76743a232.04359,232.04359,0,0,0-17.11648,57.57847q-1.34225,8.36487-2.07791,16.81182c-.089,1.02023,1.50317,1.01426,1.59163,0a231.20919,231.20919,0,0,1,12.73788-58.02528q2.83382-7.89209,6.23921-15.56169c.412-.92791-.959-1.73862-1.37433-.80332Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#fff\"\n id=\"path4\" />\n <rect\n x=\"709.17625\"\n y=\"639.47815\"\n width=\"9.88235\"\n height=\"46.58824\"\n transform=\"translate(1112.59535 -285.4804) rotate(89.25872)\"\n fill=\"#e6e6e6\"\n id=\"rect4\" />\n <path\n d=\"M754.02652,669.61624l-6.65257-.0194-4.11239-7.33712,4.445-7.31237,6.1811.01792a11.99893,11.99893,0,1,0,.13889,14.651Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#e6e6e6\"\n id=\"path5\" />\n <path\n d=\"M674.20833,669.61624l6.65258-.0194,4.11239-7.33712-4.445-7.31237-6.18109.01792a11.99892,11.99892,0,1,1-.1389,14.651Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#e6e6e6\"\n id=\"path6\" />\n <path\n d=\"M 689.58803,420.96918 H 406.15371 a 0.41196849,1 0 0 1 0,-2 h 283.43432 a 0.41196849,1 0 0 1 0,2 z\"\n fill=\"#3f3d56\"\n id=\"path7\"\n style=\"stroke-width:0.999999\" />\n <circle\n cx=\"540.48622\"\n cy=\"197.96918\"\n r=\"33\"\n fill=\"#2f2e41\"\n id=\"circle7\" />\n <polygon\n points=\"553.859 383.226 556.401 395.219 603.871 391.124 600.12 373.423 553.859 383.226\"\n fill=\"#ffb8b8\"\n id=\"polygon7\" />\n <path\n d=\"M789.18809,618.49673h38.53073a0,0,0,0,1,0,0v14.88687a0,0,0,0,1,0,0H804.07494a14.88685,14.88685,0,0,1-14.88685-14.88685v0A0,0,0,0,1,789.18809,618.49673Z\"\n transform=\"translate(108.71051 1320.97269) rotate(-101.96466)\"\n fill=\"#2f2e41\"\n id=\"path8\" />\n <polygon\n points=\"524.12 382.586 518.777 393.621 473.673 378.264 481.559 361.979 524.12 382.586\"\n fill=\"#ffb8b8\"\n id=\"polygon8\" />\n <path\n d=\"M771.03745,617.45562h23.64388a0,0,0,0,1,0,0v14.88687a0,0,0,0,1,0,0H756.15059a0,0,0,0,1,0,0v0A14.88685,14.88685,0,0,1,771.03745,617.45562Z\"\n transform=\"translate(-379.9408 824.86818) rotate(-64.16458)\"\n fill=\"#2f2e41\"\n id=\"path9\" />\n <path\n d=\"M690.25925,586.41362a10.74272,10.74272,0,0,0,12.70881-10.48016l74.37388-68.5711-18.47-14.30549-67.33743,71.94341a10.80091,10.80091,0,0,0-1.27527,21.41334Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#ffb8b8\"\n id=\"path10\" />\n <circle\n cx=\"536.34449\"\n cy=\"207.89831\"\n r=\"24.56103\"\n fill=\"#ffb8b8\"\n id=\"circle10\" />\n <path\n d=\"M813.38612,577.89329c-17.22851.00049-37.978-3.62842-50.77856-18.477l-.28833-.33447.29663-.32813c.09668-.10693,9.51367-10.86865.11084-30.061L749.799,532.67015,736.9286,515.68138l7.12964-21.38916,29.17749-23.50391a26.75074,26.75074,0,0,1,14.6106-5.78906,80.21058,80.21058,0,0,0,27.78467-7.91309,27.906,27.906,0,0,1,12.7998-2.79834l.57373.01611a9.95022,9.95022,0,0,1,9.64063,10.70752c-1.97852,25.62989-5.47242,87.54346,4.7915,108.86133l.26514.55078-.59229.15039A136.1132,136.1132,0,0,1,813.38612,577.89329Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#16006F\"\n id=\"path11\" />\n <path\n d=\"M765.98622,559.08958s-65-6-72,13,1,28,13,32,41,9,41,9l13-16,34,2s37.88482,21.9732,48.35975,45.47377A30.76193,30.76193,0,0,0,869.12343,662.802c8.398.58447,15.86279-2.5874,15.86279-15.7124,0-30-42-73-42-73Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#2f2e41\"\n id=\"path12\" />\n <path\n d=\"M716.48622,588.58958s17-5,44,8\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#2f2e41\"\n id=\"path13\" />\n <path\n d=\"M766.84286,417.85547a73.04115,73.04115,0,0,0,31.59919,10.4119l-3.33084-3.991a24.4775,24.4775,0,0,0,7.5611,1.50142,8.28066,8.28066,0,0,0,6.74954-3.15917,7.70229,7.70229,0,0,0,.51556-7.115,14.58851,14.58851,0,0,0-4.58936-5.7385,27.32286,27.32286,0,0,0-25.43066-4.54493,16.32974,16.32974,0,0,0-7.59542,4.8722,9.23578,9.23578,0,0,0-1.86256,8.56086\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#2f2e41\"\n id=\"path14\" />\n <path\n d=\"M795.30911,398.22407A75.48468,75.48468,0,0,1,814.446,371.70269c5.292-4.70276,11.47246-8.74308,18.44626-9.9627s14.83309.86982,19.11055,6.51116c3.49772,4.613,4.15213,10.79276,3.76672,16.569s-1.67632,11.49651-1.5527,17.28428a35.46794,35.46794,0,0,0,50.52712,31.351c-6.02152,3.32885-10.714,8.59777-16.3048,12.60812s-12.96272,6.7601-19.31233,4.11012c-6.71812-2.80378-9.79963-10.41937-12.20607-17.28984L846.189,402.2443c-1.82434-5.20852-3.739-10.57156-7.462-14.6454s-9.76461-6.5568-14.88927-4.50871c-3.884,1.55225-6.41275,5.25755-8.63029,8.804s-4.557,7.31984-8.30359,9.17935-9.29837.7147-10.52292-3.28471\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#2f2e41\"\n id=\"path15\" />\n <rect\n x=\"802.91902\"\n y=\"543.31418\"\n width=\"9.88235\"\n height=\"46.58824\"\n transform=\"translate(-416.74744 524.13837) rotate(-45.74128)\"\n fill=\"#e6e6e6\"\n id=\"rect15\" />\n <path\n d=\"M821.51005,579.90944a9.88235,9.88235,0,1,0,13.97459-.18081A9.88238,9.88238,0,0,0,821.51005,579.90944Zm10.111,9.8527a4.23529,4.23529,0,1,1-.07749-5.98911A4.2354,4.2354,0,0,1,831.62105,589.76214Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#e6e6e6\"\n id=\"path16\" />\n <path\n d=\"M784.47962,533.54889l4.69037,4.7178-2.28023,8.096-8.3137,2.02755-4.358-4.38337a11.99891,11.99891,0,1,0,10.26158-10.458Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#e6e6e6\"\n id=\"path17\" />\n <path\n d=\"M803.736,577.97923a11.579,11.579,0,0,1-1.26831-.07032,11.02341,11.02341,0,0,1-9.68018-9.68115,11.00337,11.00337,0,0,1,10.93115-12.25,10.62483,10.62483,0,0,1,1.46607.10938L838.76332,520.342l-3.50513-11.68457,17.605-7.8916,4.93384,12.06006a20.48972,20.48972,0,0,1-6.17724,23.67236l-36.96119,29.40088a10.25885,10.25885,0,0,1,.06006,1.07861,11.01824,11.01824,0,0,1-3.66382,8.19678A10.87186,10.87186,0,0,1,803.736,577.97923Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#ffb8b8\"\n id=\"path18\" />\n <path\n d=\"M829.98622,459.08958h0a9.45335,9.45335,0,0,1,12.628,5.1563l17.372,43.84371-27,18Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#16006F\"\n id=\"path19\" />\n <path\n d=\"M703.48622,469.32728V250.8827a25.29812,25.29812,0,0,0-25.2623-25.2623H334.95386a25.29813,25.29813,0,0,0-25.2623,25.2623V469.32728a25.29813,25.29813,0,0,0,25.2623,25.2623H678.22392A25.29812,25.29812,0,0,0,703.48622,469.32728ZM334.95386,491.61754a22.31743,22.31743,0,0,1-22.29026-22.29026V250.8827a22.31744,22.31744,0,0,1,22.29026-22.29027H678.22392a22.31744,22.31744,0,0,1,22.29027,22.29027V469.32728a22.31744,22.31744,0,0,1-22.29027,22.29026Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#3f3d56\"\n id=\"path20\" />\n <path\n d=\"M700.51419,264.92368H312.6636a1.486,1.486,0,1,1,0-2.972H700.51419a1.486,1.486,0,0,1,0,2.972Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#3f3d56\"\n id=\"path21\" />\n <circle\n cx=\"82.9259\"\n cy=\"20.80425\"\n r=\"7.43009\"\n fill=\"#16006F\"\n id=\"circle21\" />\n <circle\n cx=\"108.1882\"\n cy=\"20.80425\"\n r=\"7.43009\"\n fill=\"#16006F\"\n id=\"circle22\" />\n <circle\n cx=\"133.4505\"\n cy=\"20.80425\"\n r=\"7.43009\"\n fill=\"#16006F\"\n id=\"circle23\" />\n <path\n d=\"M443.97867,424.85206a.99974.99974,0,0,1-1-1c0-10.42675-4.5708-16.24218-11.94531-22.24707a.99992.99992,0,1,1,1.2627-1.55078c7.83007,6.375,12.68261,12.58008,12.68261,23.79785A.99973.99973,0,0,1,443.97867,424.85206Z\"\n transform=\"translate(-255 -225.6204)\"\n id=\"path23\" />\n <path\n d=\"M358.31656,424.85206a.99974.99974,0,0,1-1-1c0-11.21777,4.85254-17.42285,12.68262-23.79785a.99992.99992,0,1,1,1.2627,1.55078c-7.37452,6.00489-11.94532,11.82129-11.94532,22.24707A.99973.99973,0,0,1,358.31656,424.85206Z\"\n transform=\"translate(-255 -225.6204)\"\n id=\"path24\" />\n <path\n d=\"M435.41324,356.32179a1,1,0,0,1-.63183-1.77539c7.58056-6.17139,8.19726-14.93848,8.19726-24.92334a1,1,0,0,1,2,0c0,10.50488-.67236,19.74756-8.93457,26.47412A.99381.99381,0,0,1,435.41324,356.32179Z\"\n transform=\"translate(-255 -225.6204)\"\n id=\"path25\" />\n <path\n d=\"M366.88248,355.78663a.99383.99383,0,0,1-.63086-.22461c-8.26269-6.72705-8.93506-15.72705-8.93506-25.939a1,1,0,0,1,2,0c0,10.03662.60352,18.20557,8.19776,24.38818a1,1,0,0,1-.63184,1.77539Z\"\n transform=\"translate(-255 -225.6204)\"\n id=\"path26\" />\n <path\n d=\"M456.82828,377.77247H435.41276a1,1,0,0,1,0-2h21.41552a1,1,0,1,1,0,2Z\"\n transform=\"translate(-255 -225.6204)\"\n id=\"path27\" />\n <path\n d=\"M366.883,377.77247H345.46744a1,1,0,0,1,0-2H366.883a1,1,0,0,1,0,2Z\"\n transform=\"translate(-255 -225.6204)\"\n id=\"path28\" />\n <path\n d=\"M401.14762,420.56886a.99974.99974,0,0,1-1-1V351.03908a1,1,0,0,1,2,0v68.52978A.99974.99974,0,0,1,401.14762,420.56886Z\"\n transform=\"translate(-255 -225.6204)\"\n id=\"path29\" />\n <path\n style=\"fill:#3f3d56;fill-opacity:1\"\n d=\"M 401.14762,420.56886 A 35.30522,35.30522 0 0 1 365.883,385.30372 v -25.71728 c 0,-16.46826 13.5127,-26.69873 35.26465,-26.69873 22.74121,0 35.26514,9.48193 35.26514,26.69873 v 25.71728 a 35.30533,35.30533 0 0 1 -35.26517,35.26514 z m 0,-85.68115 c -16.08106,0 -33.26465,6.48828 -33.26465,24.69873 v 25.71728 a 33.2649,33.2649 0 1 0 66.52979,0 v -25.71728 c 0,-21.48975 -20.84176,-24.69873 -33.26514,-24.69873 z\"\n id=\"path30\"\n transform=\"translate(-255,-225.6204)\" />\n <path\n d=\"M380.651,339.06154a1.0002,1.0002,0,0,1-.9292-.62989,14.08794,14.08794,0,0,1-.98828-4.53173A22.47566,22.47566,0,0,1,401.089,311.49074h.11475a22.46679,22.46679,0,0,1,22.35938,22.35693,12.22735,12.22735,0,0,1-.91016,4.21094,1,1,0,0,1-1.84961-.76075,10.19507,10.19507,0,0,0,.76074-3.4873,20.45407,20.45407,0,0,0-20.36279-20.31982h-.10986a20.46143,20.46143,0,0,0-20.35938,20.36181,12.07569,12.07569,0,0,0,.84717,3.83789,1.00121,1.00121,0,0,1-.92822,1.3711Z\"\n transform=\"translate(-255 -225.6204)\"\n id=\"path31\" />\n <path\n d=\"M502.71045,333.62308h-12a7,7,0,0,1,0-14h12a7,7,0,0,1,0,14Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#ccc\"\n id=\"path32\" />\n <path\n d=\"M584.71045,363.12308h-12a7,7,0,0,1,0-14h12a7,7,0,0,1,0,14Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#ccc\"\n id=\"path33\" />\n <path\n d=\"M622.71045,363.12308h-12a7,7,0,0,1,0-14h12a7,7,0,0,1,0,14Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#ccc\"\n id=\"path34\" />\n <path\n d=\"M660.71045,363.12308h-12a7,7,0,0,1,0-14h12a7,7,0,0,1,0,14Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#ccc\"\n id=\"path35\" />\n <path\n d=\"M585.71045,334.12308h-56a7,7,0,0,1,0-14h56a7,7,0,0,1,0,14Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#ccc\"\n id=\"path36\" />\n <path\n d=\"M546.71045,362.12308h-56a7,7,0,0,1,0-14h56a7,7,0,0,1,0,14Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#ccc\"\n id=\"path37\" />\n <path\n d=\"M656.71045,334.12308h-43a7,7,0,0,1,0-14h43a7,7,0,0,1,0,14Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#ccc\"\n id=\"path38\" />\n <path\n d=\"M502.71045,392.62308h-12a7,7,0,0,1,0-14h12a7,7,0,0,1,0,14Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#ccc\"\n id=\"path39\" />\n <path\n d=\"M585.71045,393.12308h-56a7,7,0,0,1,0-14h56a7,7,0,0,1,0,14Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#ccc\"\n id=\"path40\" />\n <path\n d=\"M656.71045,393.12308h-43a7,7,0,0,1,0-14h43a7,7,0,0,1,0,14Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#ccc\"\n id=\"path41\" />\n <path\n style=\"fill:#ff6640;fill-opacity:1;stroke-width:13.9842;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers\"\n d=\"m 138.36922,192.11092 c -11.20989,-2.87337 -19.75074,-10.88076 -24.28328,-22.76652 l -1.11267,-2.91777 -0.13224,-16.71938 c -0.0836,-10.5752 0.0248,-17.93798 0.29524,-20.03538 1.21554,-9.42911 8.24697,-16.11537 20.30171,-19.30506 3.20294,-0.84752 4.98026,-1.04948 10.73684,-1.22009 11.06459,-0.32791 17.18014,0.76584 24.09156,4.30873 5.83736,2.99231 10.23276,8.67158 11.18848,14.45656 0.51883,3.14052 0.51323,35.19729 -0.006,37.93989 -1.88469,9.94288 -8.96802,19.16836 -18.3184,23.85829 -2.58101,1.29457 -7.96125,2.84919 -11.06617,3.19757 l -2.39195,0.26837 v -34.6745 -34.67451 h -1.17684 -1.17684 l -0.0598,25.77368 c -0.0329,14.17552 -0.10072,25.94875 -0.15089,26.1627 -0.0501,0.21398 -0.11151,4.19674 -0.13639,8.85059 l -0.0453,8.46155 -1.47105,-0.0191 c -0.80908,-0.0105 -3.09755,-0.43603 -5.08548,-0.94559 z\"\n id=\"path58\" />\n <path\n style=\"fill:#ff6640;fill-opacity:1;stroke-width:13.9843;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers\"\n d=\"m 125.50839,108.48087 c 0.009,-5.04296 1.98971,-9.960227 5.60913,-13.927378 8.24794,-9.040432 21.37046,-9.290585 29.8738,-0.569484 3.85245,3.951098 6.194,9.513352 6.2095,14.750432 0.006,2.28088 0.48939,2.20696 -4.85993,0.74428 -4.84506,-1.32481 -10.51816,-1.82685 -18.30885,-1.6202 -7.10914,0.18855 -11.45524,0.87965 -16.07263,2.55579 -0.96505,0.35031 -1.91239,0.63693 -2.1052,0.63693 -0.19282,0 -0.34844,-1.15666 -0.34582,-2.57037 z\"\n id=\"path59\" />\n <path\n d=\"M637.71045,416.62308a7.00786,7.00786,0,0,1,7-7h12a7,7,0,0,1,0,14h-12A7.00785,7.00785,0,0,1,637.71045,416.62308Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#ccc\"\n id=\"path42\" />\n <path\n d=\"M554.71045,417.12308a7.00786,7.00786,0,0,1,7-7h56a7,7,0,0,1,0,14h-56A7.00785,7.00785,0,0,1,554.71045,417.12308Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#ccc\"\n id=\"path43\" />\n <path\n d=\"M483.71045,417.12308a7.00786,7.00786,0,0,1,7-7h43a7,7,0,0,1,0,14h-43A7.00785,7.00785,0,0,1,483.71045,417.12308Z\"\n transform=\"translate(-255 -225.6204)\"\n fill=\"#ccc\"\n id=\"path44\" />\n <path\n style=\"fill:#ff6640;fill-opacity:1;stroke-width:13.9842;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers\"\n d=\"m 141.86324,192.48369 c -6.92839,-0.88943 -13.77126,-4.32671 -18.97703,-9.53249 -5.58473,-5.58472 -8.74629,-12.22528 -9.61285,-20.19088 -0.26198,-2.40816 -0.35662,-9.26824 -0.25285,-18.3284 0.17639,-15.40002 0.31966,-16.69872 2.2711,-20.58761 4.80491,-9.57535 17.29208,-14.89427 33.41657,-14.23382 6.4307,0.26339 9.77079,0.83256 14.54707,2.47887 6.31739,2.17751 10.69828,5.69169 13.31923,10.68416 2.41157,4.59364 2.55019,5.9016 2.55768,24.13261 0.005,13.31503 -0.10126,16.71207 -0.60129,19.13876 -2.89844,14.06641 -14.44799,24.81483 -28.38524,26.41631 l -2.77308,0.31865 -0.0977,-34.09326 -0.0977,-34.09325 -1.05263,-0.12112 -1.05263,-0.12112 v 34.28381 c 0,18.85609 -0.12919,34.26202 -0.28708,34.23538 -0.1579,-0.0266 -1.47256,-0.2006 -2.92149,-0.3866 z\"\n id=\"path47\" />\n <path\n style=\"fill:#ff8e73;fill-opacity:1;stroke-width:13.9842;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers\"\n d=\"\"\n id=\"path50\" />\n <path\n style=\"fill:#ff8e73;fill-opacity:1;stroke-width:13.9842;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers\"\n d=\"\"\n id=\"path51\" />\n <path\n style=\"fill:#ff8e73;fill-opacity:1;stroke-width:13.9842;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers\"\n d=\"\"\n id=\"path52\" />\n</svg>";
2
+ export default svg;
@@ -0,0 +1,2 @@
1
+ declare const svg = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 578.277 800.175\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" role=\"img\" artist=\"Katerina Limpitsouni\" source=\"https://undraw.co/\" style=\"width: 100%; height: 100%;\"><g transform=\"translate(-724.694 -161.92)\"><path d=\"M2.659,0h25.91l3.063,36.91H0Z\" transform=\"translate(1187.633 445.974)\" fill=\"#ed9da0\"/><path d=\"M119.292,695.818h-16.85l-8.017-65H119.3Z\" transform=\"translate(1026.956 233.102)\" fill=\"#ed9da0\"/><path d=\"M43.023,62.073l-16.093,5L0,7.374,23.752,0Z\" transform=\"matrix(0.921, 0.391, -0.391, 0.921, 1215.728, 857.147)\" fill=\"#ed9da0\"/><path d=\"M934.651,838.123H670.4v-2.159H935.043Z\" transform=\"translate(367.928 110.955)\" fill=\"#f2f2f2\"/><g transform=\"translate(724.694 161.92)\"><path d=\"M557.7,313.9c0,35.246-12.314,65.338-35.748,87.732-16.629,15.9-42.242,38.183-42.242,61.744v19.493H401.72V463.376c0-23.807-25.714-46.137-42.242-61.744-22.9-21.609-35.748-53.745-35.748-87.732v-.721a116.985,116.985,0,0,1,233.97.721Z\" transform=\"translate(-276.037 -73.755)\" fill=\"#6AD0BC\"/><path d=\"M479.446,485.378a2.737,2.737,0,0,1-2.737-2.736v-19.5c0-22.918,22.6-44.313,39.107-59.935,1.368-1.3,2.7-2.554,3.98-3.781,22.831-21.826,34.9-51.48,34.9-85.756,0-64.06-50.181-114.242-114.241-114.242h-.323a114.048,114.048,0,0,0-113.919,113.6v.639c0,33.568,12.715,64.821,34.886,85.75,1.123,1.061,2.29,2.153,3.487,3.274C381.3,418.344,404.2,439.779,404.2,463.146v19.5a2.736,2.736,0,1,1-5.473,0v-19.5c0-20.993-21.892-41.491-37.88-56.463q-1.8-1.688-3.5-3.288c-23.26-21.958-36.6-54.66-36.6-89.724v-.657A119.531,119.531,0,0,1,440.123,193.954h.338A119.089,119.089,0,0,1,560.168,312.423q0,.625,0,1.25c0,35.807-12.653,66.829-36.589,89.712-1.285,1.229-2.623,2.5-4,3.8-15.78,14.939-37.4,35.4-37.4,55.96v19.5a2.736,2.736,0,0,1-2.736,2.736Z\" transform=\"translate(-275.774 -73.527)\" fill=\"#3f3d56\"/><path d=\"M475.035,551.057H423.042a4.561,4.561,0,1,1,0-9.122h51.993a4.561,4.561,0,1,1,0,9.122Z\" transform=\"translate(-284.359 -104.093)\" fill=\"#6AD0BC\"/><path d=\"M455.848,584.671h-11.19a21.389,21.389,0,0,1-11.032-3.056,2.548,2.548,0,0,1-1.157-2.932,2.633,2.633,0,0,1,2.556-1.954h30.456a2.633,2.633,0,0,1,2.556,1.954,2.548,2.548,0,0,1-1.157,2.932,21.386,21.386,0,0,1-11.032,3.056Z\" transform=\"translate(-285.579 -107.149)\" fill=\"#3f3d56\"/><path d=\"M475.427,567.176l-52.3-.006-.162-.347a4.311,4.311,0,0,1,.821-3.7,4.429,4.429,0,0,1,3.487-1.686h44.293a4.429,4.429,0,0,1,3.487,1.687,4.285,4.285,0,0,1,.831,3.655l-.082.352Z\" transform=\"translate(-284.742 -105.806)\" fill=\"#3f3d56\"/><path d=\"M315.17,203.171a4.543,4.543,0,0,1-3-1.125l-39.167-34.189a4.561,4.561,0,1,1,6-6.872l39.167,34.189a4.561,4.561,0,0,1-3,8Z\" transform=\"translate(-271.444 -70.532)\" fill=\"#e4e4e4\"/><path d=\"M577.02,203.171a4.561,4.561,0,0,1-3-8l39.166-34.191a4.561,4.561,0,1,1,6,6.872l-39.167,34.189a4.542,4.542,0,0,1-3,1.128Z\" transform=\"translate(-297.884 -70.532)\" fill=\"#e4e4e4\"/><path d=\"M486.78,533.312H408.79a4.561,4.561,0,1,1,0-9.122h77.99a4.561,4.561,0,0,1,0,9.122Z\" transform=\"translate(-283.107 -102.534)\" fill=\"#6AD0BC\"/><path d=\"M447.427,403.059l-16.218,97.483H421.95l16.474-98.979a4.563,4.563,0,1,1,9,1.5Z\" transform=\"translate(-284.664 -91.428)\" fill=\"#e6e6e6\"/><path d=\"M481.591,500.541h-9.258l-16.218-97.483a4.563,4.563,0,1,1,9-1.5Z\" transform=\"translate(-287.659 -91.428)\" fill=\"#e6e6e6\"/><path d=\"M419.485,399.561A4.561,4.561,0,0,1,424.045,395h50.163a4.561,4.561,0,1,1,0,9.122H424.045A4.561,4.561,0,0,1,419.485,399.561Z\" transform=\"translate(-284.447 -91.186)\" fill=\"#e6e6e6\"/><path d=\"M451.542,149.042a4.561,4.561,0,0,1-4.561-4.561V66.491a4.561,4.561,0,0,1,9.122,0v77.99a4.561,4.561,0,0,1-4.561,4.561Z\" transform=\"translate(-286.863 -61.931)\" fill=\"#e4e4e4\"/></g><path d=\"M870.775,559.068,881.3,571.3,867.688,819.871H838.6L823.941,628.6,778.471,825l-30.238-7.416,27.494-249.45Z\" transform=\"translate(369.715 80.374)\" fill=\"#090814\"/><path d=\"M782.2,402.9l28.96-14.53,44.535.783,38.325,19.611-21.806,108.9,9.419,56.78h0a232.26,232.26,0,0,1-111.073.915l-.291-.07s21.648-76.81,12.432-100.251Z\" transform=\"translate(370.272 76.059)\" fill=\"#e6e6e6\"/><path d=\"M865.238,346.74a32.8,32.8,0,1,0,0,.243Z\" transform=\"translate(371.015 74.181)\" fill=\"#ed9da0\"/><path d=\"M778.028,480.382a11.752,11.752,0,0,0,17.071,5.769l58.8,31.084,1.9-14.324-57.139-33.694a11.815,11.815,0,0,0-20.64,11.164Z\" transform=\"translate(370.447 77.976)\" fill=\"#ed9da0\"/><path d=\"M856.46,482.854a11.752,11.752,0,0,1-17.92,1.895l-64.182,17.466.559-18.186,63.845-16.582a11.815,11.815,0,0,1,17.7,15.41Z\" transform=\"translate(370.376 77.981)\" fill=\"#ed9da0\"/><path d=\"M880.111,409.05l12.514-.784s14.651,19.332,6.525,40.31c0,0,1.408,75.358-31.041,72.262s-42.7-3.1-42.7-3.1l9.74-27.17,21.79-6.728s-6.716-29.624,6-41.95Z\" transform=\"translate(371.666 76.562)\" fill=\"#e6e6e6\"/><path d=\"M791.7,408.609l-1.769-9.067s-26.083-.615-31.24,38.91c0,0-23.455,59.15-.465,66.767s48.279,0,48.279,0l-1.9-26.087-25.294-5.16s13.067-16.906,5.952-31.57Z\" transform=\"translate(369.713 76.341)\" fill=\"#e6e6e6\"/><path d=\"M843.831,363.077c-2.412-.947-5.084-.9-7.634-1.365-9.118-1.68-16.151-10.977-15.285-20.208a11.122,11.122,0,0,0,.059-3.622c-.632-2.634-3.559-4.048-6.249-4.363s-5.468.088-8.084-.612c-4.039-1.082-7.057-4.766-8.08-8.82a19.979,19.979,0,0,1,1.3-12.266l1.255,2.617a10.169,10.169,0,0,0,2.57-4.975,6.413,6.413,0,0,1,5.3,3.355c1.621.724,1.423-2.98,3.039-3.713a3.034,3.034,0,0,1,2.153.28c3.561,1.195,7.337-.6,10.865-1.882a41.438,41.438,0,0,1,19.113-2.184c4.288.523,8.617,1.791,11.955,4.531a27.278,27.278,0,0,1,6.312,8.483c4.118,7.7,7.221,16.191,7.137,24.924a36.189,36.189,0,0,1-6.32,20.013c-2.1,3.061-8.9,13.68-13.416,12.511C844.143,374.316,850.624,365.741,843.831,363.077Z\" transform=\"translate(370.976 73.952)\" fill=\"#2f2e41\"/><path d=\"M34.1,6.662S23-1.48,23,2.961,10.414,25.167,10.414,25.167s-20.725,14.8-3.7,14.8S31.14,37.01,31.14,37.01L48.9,25.167s4.441-5.181,2.961-11.1S45.2,0,45.2,0,39.282,8.142,34.1,6.662Z\" transform=\"translate(1189.492 909.293) rotate(16)\" fill=\"#090814\"/><path d=\"M410.489,787.98s-1.532-7.659-6.893-3.83-19.914,15.319-19.914,15.319-26.808,6.127-9.957,13.787,55.147-3.064,55.147-3.064,1.532-24.51,0-23.744S411.255,789.511,410.489,787.98Z\" transform=\"translate(719.091 133.064)\" fill=\"#090814\"/></g></svg>";
2
+ export default svg;
@@ -0,0 +1,2 @@
1
+ declare const svg = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n \n \n viewBox=\"0 0 777.69685 613.28514\"\n role=\"img\"\n artist=\"Katerina Limpitsouni\"\n source=\"https://undraw.co/\"\n version=\"1.1\"\n id=\"svg44\"\n sodipodi:docname=\"undraw_upload_cucu.svg\"\n inkscape:version=\"1.4 (86a8ad7, 2024-10-11)\"\n xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\"\n xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:svg=\"http://www.w3.org/2000/svg\" style=\"width: 100%; height: 100%;\">\n <defs\n id=\"defs44\" />\n <sodipodi:namedview\n id=\"namedview44\"\n pagecolor=\"#ffffff\"\n bordercolor=\"#000000\"\n borderopacity=\"0.25\"\n inkscape:showpageshadow=\"2\"\n inkscape:pageopacity=\"0.0\"\n inkscape:pagecheckerboard=\"0\"\n inkscape:deskcolor=\"#d1d1d1\"\n inkscape:zoom=\"1.3517366\"\n inkscape:cx=\"389.12906\"\n inkscape:cy=\"306.64258\"\n inkscape:window-width=\"1920\"\n inkscape:window-height=\"1009\"\n inkscape:window-x=\"1912\"\n inkscape:window-y=\"-8\"\n inkscape:window-maximized=\"1\"\n inkscape:current-layer=\"svg44\" />\n <path\n d=\"M352.94583,215.69156a10.05577,10.05577,0,0,0-8.543,12.83638l-29.07453,20.7762,17.33071,6.66935,24.95268-20.75192a10.11027,10.11027,0,0,0-4.66584-19.53Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#ffb8b8\"\n id=\"path1\" />\n <path\n d=\"M350.24195,246.986l-36.06422,36.28719a29.89622,29.89622,0,0,1-18.41948,8.62953l-44.5634,4.066a12.27993,12.27993,0,0,1-9.11541-2.8646,11.99558,11.99558,0,0,1,5.29328-20.95052l45.52648-9.69376,41.44849-30.5531a3.79287,3.79287,0,0,1,3.76933.0281l11.27183,9.23372a3.70275,3.70275,0,0,1,1.86773,3.88642A3.618,3.618,0,0,1,350.24195,246.986Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#2f2e41\"\n id=\"path2\" />\n <path\n d=\"M782.628,266.48724a12.13173,12.13173,0,0,0-6.71771-12.199L551.46863,144.59115a12.0995,12.0995,0,0,0-16.18578,5.55125l-.00411.00842L451.09862,322.3844a12.12136,12.12136,0,0,0,5.55968,16.18989L681.09991,448.27138a12.12137,12.12137,0,0,0,16.1899-5.55968l84.18011-172.23357A12.01171,12.01171,0,0,0,782.628,266.48724Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#f2f2f2\"\n id=\"path3\" />\n <path\n d=\"M651.14179,648.76059H359.91726a13.84469,13.84469,0,0,1-13.8291-13.8291V239.582a13.84469,13.84469,0,0,1,13.8291-13.8291H651.14179a13.84469,13.84469,0,0,1,13.8291,13.8291v395.3495A13.84469,13.84469,0,0,1,651.14179,648.76059Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#fff\"\n id=\"path4\" />\n <circle\n cx=\"226.0083\"\n cy=\"181.28514\"\n r=\"19\"\n fill=\"#e6e6e6\"\n id=\"circle4\" />\n <path\n d=\"M408.20138,376.57177a54.43119,54.43119,0,0,0,8.39893,3.8706l.51318.17774A54.76653,54.76653,0,0,0,435.32,383.71239c1.24756,0,2.44922-.04345,3.572-.12842a54.13483,54.13483,0,0,0,8.12305-1.12011c1.46826-.3208,2.93188-.70459,4.34814-1.13916.34253-.10108.65967-.2002,1.00684-.30908a55.18285,55.18285,0,0,0,16.052-8.31788,24.80532,24.80532,0,0,0-1.279-2.14892,27.42455,27.42455,0,0,0-22.98315-12.40625h-10a27.516,27.516,0,0,0-25.0254,16.08789A24.98384,24.98384,0,0,0,408.20138,376.57177Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#e6e6e6\"\n id=\"path5\" />\n <path\n d=\"M443.60748,381.99078a3.61841,3.61841,0,0,0-1.7801.6245,53.17031,53.17031,0,0,0,7.97082-1.10638Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#2f2e41\"\n id=\"path6\" />\n <path\n d=\"M438.31173,273.08257a55.56576,55.56576,0,0,0-27.72021,103.72,54.6388,54.6388,0,0,0,8.83007,4.11005l.52.18a55.25847,55.25847,0,0,0,18.37012,3.12c1.21,0,2.41992-.04,3.60986-.13a54.65,54.65,0,0,0,8.19-1.13c1.51025-.33,2.99023-.72,4.39013-1.15.33985-.1.65967-.2,1.00977-.31a55.57115,55.57115,0,0,0-17.19971-108.41Zm32.23975,97.19a52.68148,52.68148,0,0,1-15.94971,8.41c-.31006.1-.63037.2-.9502.3-1.33007.41-2.73.76995-4.16992,1.07995a51.23077,51.23077,0,0,1-7.75,1.08c-1.12988.08-2.28027.12-3.41992.12a52.5441,52.5441,0,0,1-17.39014-2.95l-.48974-.17a51.23572,51.23572,0,0,1-8.76026-4.12,52.57628,52.57628,0,1,1,58.87989-3.75Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#ccc\"\n id=\"path7\" />\n <path\n d=\"M364.67642,494.92223\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#f2f2f2\"\n id=\"path8\" />\n <path\n d=\"M651.14179,648.76059H359.91726a13.84469,13.84469,0,0,1-13.8291-13.8291V239.582a13.84469,13.84469,0,0,1,13.8291-13.8291H651.14179a13.84469,13.84469,0,0,1,13.8291,13.8291v395.3495A13.84469,13.84469,0,0,1,651.14179,648.76059ZM359.91726,227.37984A12.216,12.216,0,0,0,347.71512,239.582v395.3495a12.216,12.216,0,0,0,12.20214,12.20215H651.14179a12.216,12.216,0,0,0,12.20215-12.20215V239.582a12.216,12.216,0,0,0-12.20215-12.20215Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#ccc\"\n id=\"path9\" />\n <path\n d=\"M594.7642,328.43312H512.35768a6.51929,6.51929,0,1,1,0-13.03858H594.7642a6.51929,6.51929,0,1,1,0,13.03858Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#e6e6e6\"\n id=\"path10\" />\n <path\n d=\"M621.65628,350.43573H512.35768a6.51929,6.51929,0,1,1,0-13.03858h109.2986a6.51929,6.51929,0,0,1,0,13.03858Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#e6e6e6\"\n id=\"path11\" />\n <path\n d=\"M594.64422,434.82487H389.40277a6.51929,6.51929,0,1,1,0-13.03858H594.64422a6.51929,6.51929,0,1,1,0,13.03858Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#e6e6e6\"\n id=\"path12\" />\n <path\n d=\"M621.5363,456.82748H389.40277a6.51929,6.51929,0,1,1,0-13.03858H621.5363a6.51929,6.51929,0,0,1,0,13.03858Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#e6e6e6\"\n id=\"path13\" />\n <path\n d=\"M594.64422,507.39792H389.40277a6.51929,6.51929,0,1,1,0-13.03858H594.64422a6.51929,6.51929,0,1,1,0,13.03858Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#e6e6e6\"\n id=\"path14\" />\n <path\n d=\"M621.5363,529.40053H389.40277a6.51929,6.51929,0,0,1,0-13.03858H621.5363a6.51929,6.51929,0,1,1,0,13.03858Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#e6e6e6\"\n id=\"path15\" />\n <path\n d=\"M594.64422,579.971H389.40277a6.51929,6.51929,0,0,1,0-13.03859H594.64422a6.51929,6.51929,0,1,1,0,13.03859Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#e6e6e6\"\n id=\"path16\" />\n <path\n d=\"M621.5363,601.97358H389.40277a6.51929,6.51929,0,0,1,0-13.03859H621.5363a6.5193,6.5193,0,0,1,0,13.03859Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#e6e6e6\"\n id=\"path17\" />\n <path\n d=\"M772.628,379.48724a12.13173,12.13173,0,0,0-6.71771-12.199L541.46863,257.59115a12.0995,12.0995,0,0,0-16.18578,5.55125l-.00411.00842L441.09862,435.3844a12.12136,12.12136,0,0,0,5.55968,16.18989L671.09991,561.27138a12.12137,12.12137,0,0,0,16.1899-5.55968l84.18011-172.23357A12.01171,12.01171,0,0,0,772.628,379.48724Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#fff\"\n id=\"path18\" />\n <path\n d=\"M772.628,379.48724a12.13173,12.13173,0,0,0-6.71771-12.199L541.46863,257.59115a12.0995,12.0995,0,0,0-16.18578,5.55125l-.00411.00842L441.09862,435.3844a12.12136,12.12136,0,0,0,5.55968,16.18989L671.09991,561.27138a12.12137,12.12137,0,0,0,16.1899-5.55968l84.18011-172.23357A12.01171,12.01171,0,0,0,772.628,379.48724ZM686.01043,555.0864a10.69317,10.69317,0,0,1-14.28521,4.9056L447.2836,450.29492a10.69321,10.69321,0,0,1-4.90557-14.28521l84.18011-172.23357a10.69317,10.69317,0,0,1,14.28518-4.90559L765.28494,368.56764a10.69321,10.69321,0,0,1,4.90561,14.28519Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#3f3d56\"\n id=\"path19\" />\n <path\n d=\"M748.14785,387.3187,689.36749,507.58406a3.369,3.369,0,0,1-4.50563,1.549l-.00011,0-204.16-99.78435a2.83892,2.83892,0,0,1-.41747-.24582,3.367,3.367,0,0,1-1.13054-4.26189l58.78038-120.26542a3.369,3.369,0,0,1,4.50569-1.54893h0L746.59984,382.811a3.369,3.369,0,0,1,1.549,4.50565l0,.00009Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#e6e6e6\"\n id=\"path20\" />\n <circle\n cx=\"357.75864\"\n cy=\"208.28689\"\n r=\"29.56668\"\n fill=\"#16006F\"\n id=\"circle20\" />\n <path\n d=\"M612.20158,474.21733,481.88833,410.526a2.95392,2.95392,0,0,1-.46807-.2766l113.80964-76.6327a4.80317,4.80317,0,0,1,7.51178,3.67142l6.34775,91.85777.30612,4.39658Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#3f3d56\"\n id=\"path21\" />\n <polygon\n points=\"401.05 330.86 356.558 309.114 393.905 288.064 396.594 286.548 397.938 285.789 398.244 290.185 401.05 330.86\"\n opacity=\"0.2\"\n style=\"isolation:isolate\"\n id=\"polygon21\" />\n <path\n d=\"M684.75906,509.6802,572.0488,454.59244l37.34677-21.05,2.68877-1.51719L660.75207,404.592c3.19024-1.7977,7.76143.22749,8.79816,3.667a5.71792,5.71792,0,0,1,.16006.71138Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#3f3d56\"\n id=\"path22\" />\n <polygon\n points=\"125.844 376.82 138.103 376.819 143.936 329.531 125.841 329.532 125.844 376.82\"\n fill=\"#ffb8b8\"\n id=\"polygon22\" />\n <path\n d=\"M333.86788,516.1748l24.1438-.001h.001a15.38605,15.38605,0,0,1,15.38647,15.38623v.5l-39.53051.00146Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#2f2e41\"\n id=\"path23\" />\n <polygon\n points=\"30.551 369.014 43.253 371.498 58.881 323.688 40.135 320.021 30.551 369.014\"\n fill=\"#ffb8b8\"\n id=\"polygon23\" />\n <path\n d=\"M239.27428,507.59042l25.01436,4.89306.001.0002a16.24294,16.24294,0,0,1,12.82227,19.05981l-.10135.518L236.05472,524.05Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#2f2e41\"\n id=\"path24\" />\n <path\n d=\"M354.8316,357.05617a10.05575,10.05575,0,0,0-14.13593-6.15884l-25.5542-24.97923L311.61562,344.15l24.80726,20.92555a10.11027,10.11027,0,0,0,18.40872-8.01938Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#ffb8b8\"\n id=\"path25\" />\n <circle\n cx=\"48.87092\"\n cy=\"60.56582\"\n r=\"24.56103\"\n fill=\"#ffb8b8\"\n id=\"circle25\" />\n <path\n d=\"M254.865,228.86026c1.30495.571,3.97731-9.82732,2.78024-11.90707-1.78024-3.09293-1.675-3.07071-2.85681-5.117s-1.44623-4.84712.08417-6.64761,5.072-1.56163,5.77042.69581c-.4493-4.2878,3.79189-7.73454,7.993-8.70313s8.63244-.36723,12.85668-1.22917c4.90243-1.00032,10.00316-5.10972,8.04719-10.5007a7.5932,7.5932,0,0,0-1.48106-2.43408c-2.25992-2.54094-5.42117-3.62594-8.512-4.675-6.43006-2.18246-13.036-4.39233-19.82212-4.15141a28.7977,28.7977,0,0,0-25.44625,18.60924,26.156,26.156,0,0,0-1.08344,4.02534c-2.32924,12.52423,4.94368,24.87794,16.75623,29.64715Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#2f2e41\"\n id=\"path26\" />\n <path\n d=\"M248.83468,363.78417a3.75449,3.75449,0,0,1-1.77783-3.7168l-11.083-54.90136-11.23437-42.13477h.00024A21.07382,21.07382,0,0,1,235.291,238.94042l7.427-7.02734,16.20239,6.98047,7.699,7.82812a44.02687,44.02687,0,0,1,22.99316,27.26074L301.9609,316.2373,330.47823,358.664a3.77282,3.77282,0,0,1-.36938,4.67969C326.14157,367.61132,248.83468,363.78417,248.83468,363.78417Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#2f2e41\"\n id=\"path27\" />\n <path\n d=\"M323.54806,359.88378l-42.05078-29.13965A29.89622,29.89622,0,0,1,269.77047,314.124L257.9504,270.96483a12.28,12.28,0,0,1,1.22119-9.47656,11.99558,11.99558,0,0,1,21.5542,1.53613l17.52954,43.12012,37.3501,35.44629a3.79288,3.79288,0,0,1,.63355,3.71582l-7.11328,12.7168a3.70279,3.70279,0,0,1-3.49854,2.52051A3.618,3.618,0,0,1,323.54806,359.88378Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#2f2e41\"\n id=\"path28\" />\n <path\n d=\"M236.188,505.05272a3.74374,3.74374,0,0,1-.44751-3.42285l19.45362-70.71972,1.438-69.29493,65.48633-4.49121.31787-.02148,19.72412,35.749a91.97727,91.97727,0,0,1,11.10035,36.23535l6.5,71.2295a3.71631,3.71631,0,0,1-3.25074,4.06445l-19.7456,1.87793a3.67409,3.67409,0,0,1-4.07886-3.11133l-8.01807-72.38281-28.84961-48.74512-9.68408,51.31836L266.071,504.207a3.7189,3.7189,0,0,1-3.45825,2.42578l-23.40015.00977A3.63923,3.63923,0,0,1,236.188,505.05272Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#2f2e41\"\n id=\"path29\" />\n <path\n d=\"M737.61617,737.64257H244.15157a33.03734,33.03734,0,0,1-33-33v-271a33.03734,33.03734,0,0,1,33-33h60.50269a32.92486,32.92486,0,0,1,22.19507,8.57959l65.61157,46.85107a23.18228,23.18228,0,0,0,15.65869,6.06934H740.68014A33.00029,33.00029,0,0,1,773.67672,495.625l-3.064,209.5A33.13847,33.13847,0,0,1,737.61617,737.64257Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#fff\"\n id=\"path30\" />\n <circle\n cx=\"298.89395\"\n cy=\"451.52042\"\n r=\"61\"\n fill=\"#16006f\"\n id=\"circle6\" />\n <path\n d=\"m 324.59056,448.45136 -20.356,-24.75391 a 6.00075,6.00075 0 0 0 -9.14014,-0.15136 l -21.76855,24.7539 a 6.00029,6.00029 0 0 0 9.01172,7.92481 l 11.26277,-12.80744 v 32.115 a 6,6 0 0 0 12,0 v -31.28089 l 9.72168,11.822 a 6.0000449,6.0000449 0 0 0 9.26856,-7.62207 z\"\n fill=\"#ffffff\"\n id=\"path7-0\" />\n <path\n d=\"M733.23214,721.64257H247.071a15.93751,15.93751,0,0,1-15.91944-15.9195V430.292A15.93754,15.93754,0,0,1,247.071,414.37252a14.09636,14.09636,0,0,1,14.08056,14.08056v258.27A14.9364,14.9364,0,0,0,276.071,701.64251H731.5903a10.12538,10.12538,0,0,1,9.91528,7.5874,9.72,9.72,0,0,1-4.30689,11.18457A7.59512,7.59512,0,0,1,733.23214,721.64257Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#f2f2f2\"\n id=\"path31\" />\n <path\n d=\"M737.61617,737.64257H244.15157a33.03734,33.03734,0,0,1-33-33v-271a33.03734,33.03734,0,0,1,33-33h60.50269a32.92486,32.92486,0,0,1,22.19507,8.57959l65.61157,46.85107a23.18228,23.18228,0,0,0,15.65869,6.06934H740.68014A33.00029,33.00029,0,0,1,773.67672,495.625l-3.064,209.5A33.13847,33.13847,0,0,1,737.61617,737.64257Zm-493.4646-335a31.03529,31.03529,0,0,0-31,31v271a31.03529,31.03529,0,0,0,31,31h493.4646a31.12957,31.12957,0,0,0,30.99659-30.54688l3.06421-209.5a31,31,0,0,0-30.99683-31.45312H408.11959a25.17915,25.17915,0,0,1-16.96216-6.55127l-65.61132-46.85108a30.93108,30.93108,0,0,0-20.89185-8.09765Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#3f3d56\"\n id=\"path34\" />\n <polygon\n points=\"568.285 599.561 556.025 599.561 552.193 552.273 568.287 552.274 568.285 599.561\"\n fill=\"#ffb8b8\"\n id=\"polygon34\" />\n <path\n d=\"M782.56291,754.803l-39.53051-.00147v-.5a15.38605,15.38605,0,0,1,15.38647-15.38623h.001l24.1438.001Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#2f2e41\"\n id=\"path35\" />\n <polygon\n points=\"705.285 599.561 693.025 599.561 687.193 552.273 705.287 552.274 705.285 599.561\"\n fill=\"#ffb8b8\"\n id=\"polygon35\" />\n <path\n d=\"M919.56291,754.803l-39.53051-.00147v-.5a15.38605,15.38605,0,0,1,15.38647-15.38623h.001l24.1438.001Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#2f2e41\"\n id=\"path36\" />\n <path\n d=\"M876.1253,596.73307a11.29143,11.29143,0,0,0,.29141-14.3014,9.29926,9.29926,0,0,0-1.071-1.09138l9.234-34.09151-15.39037,5.10584-6.4092,31.5911a11.37213,11.37213,0,0,0,1.01721,12.44942A7.89882,7.89882,0,0,0,876.1253,596.73307Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#ffb8b8\"\n id=\"path37\" />\n <path\n d=\"M875.53292,575.76171a3.90859,3.90859,0,0,1-.57641-.043l-8.01953-1.20947a4.34336,4.34336,0,0,1-3.0127-2.0874,5.60344,5.60344,0,0,1-.70313-3.87256l10.00538-55.88184-6.78565-35.90137c-1.30835-6.90918,2.06665-13.8872,7.85108-16.23193a10.72756,10.72756,0,0,1,10.49316,1.34424,14.31655,14.31655,0,0,1,5.62134,10.20849l4.80249,45.77637-.05738.19922L879.69479,572.311A4.47572,4.47572,0,0,1,875.53292,575.76171Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#16006F\"\n id=\"path38\" />\n <circle\n cx=\"662.01317\"\n cy=\"272.83111\"\n r=\"24.56103\"\n fill=\"#ffb8b8\"\n id=\"circle38\" />\n <path\n d=\"M860.58956,530.35888a4.97146,4.97146,0,0,1-1.78906-.333l-38.82056-14.93164a4.98327,4.98327,0,0,1-3.16137-5.32764l1.55908-11.69287a26.50127,26.50127,0,0,1,6.24975-23.59033l.94532-1.04,11.48535-20.94385a12.25972,12.25972,0,0,1,16.73071-4.80761l20.28223,11.334a12.238,12.238,0,0,1,5.65014,6.82519,37.406,37.406,0,0,1-.5725,25.19629L865.26193,527.1538A5.03505,5.03505,0,0,1,860.58956,530.35888Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#16006F\"\n id=\"path39\" />\n <path\n d=\"M758.85177,731.3081l-.05273-.01026a5.0008,5.0008,0,0,1-3.92164-6.05957l29.74854-130.03955a350.67931,350.67931,0,0,1,20.102-60.146l12.65625-28.85644,47.22608,21.56006,6.74291,12.33252a120.69737,120.69737,0,0,1,7.97632,43.02246l47.98658,140.63183a4.99969,4.99969,0,0,1-3.90967,6.54639l-26.269-.29687a4.04456,4.04456,0,0,1-.751.06347,4.96678,4.96678,0,0,1-4.62134-3.13476l-54.85425-142.186a1.0056,1.0056,0,0,0-.96191-.61963.97054.97054,0,0,0-.90283.65674l-52.04761,142.894a4.97557,4.97557,0,0,1-5.58789,3.21Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#2f2e41\"\n id=\"path40\" />\n <path\n d=\"M794.76536,571.39216a10.05576,10.05576,0,0,0,5.36511-14.45584l23.523-26.90067-18.39942-2.50893-19.517,25.93a10.11027,10.11027,0,0,0,9.02832,17.93546Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#ffb8b8\"\n id=\"path41\" />\n <path\n d=\"M805.854,552.44189a5.00894,5.00894,0,0,1-2.34766-.58594l-8.27783-4.415a5.00071,5.00071,0,0,1-1.86865-7.09131l30.57422-48.17725,5.30151-36.35644a14.03461,14.03461,0,1,1,27.52148,5.356l-10.946,44.811-36.06323,44.60449A4.98359,4.98359,0,0,1,805.854,552.44189Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#16006F\"\n id=\"path42\" />\n <path\n d=\"M851.0572,395.92355c2.841-9.31634,19.25481-13.47286,32.89789-9.60742s23.44419,14.0001,25.72575,23.90877c5.05239,21.9422-21.30043,39.75058-16.525,61.69533,3.15948,14.51885,21.43586,28.24626,42.02041,31.56157-22.68517,4.74615-50.37341.57437-71.41-10.75935-13.09259-7.05379-24.07717-17.69856-23.91119-28.43533.10049-6.501,4.23589-12.24949,9.29313-17.21585s11.11108-9.38126,15.75221-14.56516,7.85664-11.391,6.50229-17.97171-8.23545-13.4434-17.4938-15.35808Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#2f2e41\"\n id=\"path43\" />\n <path\n d=\"M987.84843,756.64257h-381a1,1,0,0,1,0-2h381a1,1,0,0,1,0,2Z\"\n transform=\"translate(-211.15157 -143.35743)\"\n fill=\"#ccc\"\n id=\"path44\" />\n</svg>";
2
+ export default svg;
@@ -0,0 +1,2 @@
1
+ declare const svg = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 797.5 834.5\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" role=\"img\" artist=\"Katerina Limpitsouni\" source=\"https://undraw.co/\" style=\"width: 100%; height: 100%;\"><title>void</title><ellipse cx=\"308.5\" cy=\"780\" rx=\"308.5\" ry=\"54.5\" fill=\"#3f3d56\"/><circle cx=\"496\" cy=\"301.5\" r=\"301.5\" fill=\"#3f3d56\"/><circle cx=\"496\" cy=\"301.5\" r=\"248.89787\" opacity=\"0.05\"/><circle cx=\"496\" cy=\"301.5\" r=\"203.99362\" opacity=\"0.05\"/><circle cx=\"496\" cy=\"301.5\" r=\"146.25957\" opacity=\"0.05\"/><path d=\"M398.42029,361.23224s-23.70394,66.72221-13.16886,90.42615,27.21564,46.52995,27.21564,46.52995S406.3216,365.62186,398.42029,361.23224Z\" transform=\"translate(-201.25 -32.75)\" fill=\"#d0cde1\"/><path d=\"M398.42029,361.23224s-23.70394,66.72221-13.16886,90.42615,27.21564,46.52995,27.21564,46.52995S406.3216,365.62186,398.42029,361.23224Z\" transform=\"translate(-201.25 -32.75)\" opacity=\"0.1\"/><path d=\"M415.10084,515.74682s-1.75585,16.68055-2.63377,17.55847.87792,2.63377,0,5.26754-1.75585,6.14547,0,7.02339-9.65716,78.13521-9.65716,78.13521-28.09356,36.8728-16.68055,94.81576l3.51169,58.82089s27.21564,1.75585,27.21564-7.90132c0,0-1.75585-11.413-1.75585-16.68055s4.38962-5.26754,1.75585-7.90131-2.63377-4.38962-2.63377-4.38962,4.38961-3.51169,3.51169-4.38962,7.90131-63.2105,7.90131-63.2105,9.65716-9.65716,9.65716-14.92471v-5.26754s4.38962-11.413,4.38962-12.29093,23.70394-54.43127,23.70394-54.43127l9.65716,38.62864,10.53509,55.3092s5.26754,50.04165,15.80262,69.356c0,0,18.4364,63.21051,18.4364,61.45466s30.72733-6.14547,29.84941-14.04678-18.4364-118.5197-18.4364-118.5197L533.62054,513.991Z\" transform=\"translate(-201.25 -32.75)\" fill=\"#2f2e41\"/><path d=\"M391.3969,772.97846s-23.70394,46.53-7.90131,48.2858,21.94809,1.75585,28.97148-5.26754c3.83968-3.83968,11.61528-8.99134,17.87566-12.87285a23.117,23.117,0,0,0,10.96893-21.98175c-.463-4.29531-2.06792-7.83444-6.01858-8.16366-10.53508-.87792-22.826-10.53508-22.826-10.53508Z\" transform=\"translate(-201.25 -32.75)\" fill=\"#2f2e41\"/><path d=\"M522.20753,807.21748s-23.70394,46.53-7.90131,48.28581,21.94809,1.75584,28.97148-5.26754c3.83968-3.83969,11.61528-8.99134,17.87566-12.87285a23.117,23.117,0,0,0,10.96893-21.98175c-.463-4.29531-2.06792-7.83444-6.01857-8.16367-10.53509-.87792-22.826-10.53508-22.826-10.53508Z\" transform=\"translate(-201.25 -32.75)\" fill=\"#2f2e41\"/><circle cx=\"295.90488\" cy=\"215.43252\" r=\"36.90462\" fill=\"#ffb8b8\"/><path d=\"M473.43048,260.30832S447.07,308.81154,444.9612,308.81154,492.41,324.62781,492.41,324.62781s13.70743-46.39439,15.81626-50.61206Z\" transform=\"translate(-201.25 -32.75)\" fill=\"#ffb8b8\"/><path d=\"M513.86726,313.3854s-52.67543-28.97148-57.943-28.09356-61.45466,50.04166-60.57673,70.2339,7.90131,53.55335,7.90131,53.55335,2.63377,93.05991,7.90131,93.93783-.87792,16.68055.87793,16.68055,122.90931,0,123.78724-2.63377S513.86726,313.3854,513.86726,313.3854Z\" transform=\"translate(-201.25 -32.75)\" fill=\"#d0cde1\"/><path d=\"M543.2777,521.89228s16.68055,50.91958,2.63377,49.16373-20.19224-43.89619-20.19224-43.89619Z\" transform=\"translate(-201.25 -32.75)\" fill=\"#ffb8b8\"/><path d=\"M498.50359,310.31267s-32.48318,7.02339-27.21563,50.91957,14.9247,87.79237,14.9247,87.79237l32.48318,71.11182,3.51169,13.16886,23.70394-6.14547L528.353,425.32067s-6.14547-108.86253-14.04678-112.37423A33.99966,33.99966,0,0,0,498.50359,310.31267Z\" transform=\"translate(-201.25 -32.75)\" fill=\"#d0cde1\"/><polygon points=\"277.5 414.958 317.885 486.947 283.86 411.09 277.5 414.958\" opacity=\"0.1\"/><path d=\"M533.896,237.31585l.122-2.82012,5.6101,1.39632a6.26971,6.26971,0,0,0-2.5138-4.61513l5.97581-.33413a64.47667,64.47667,0,0,0-43.1245-26.65136c-12.92583-1.87346-27.31837.83756-36.182,10.43045-4.29926,4.653-7.00067,10.57018-8.92232,16.60685-3.53926,11.11821-4.26038,24.3719,3.11964,33.40938,7.5006,9.18513,20.602,10.98439,32.40592,12.12114,4.15328.4,8.50581.77216,12.35457-.83928a29.721,29.721,0,0,0-1.6539-13.03688,8.68665,8.68665,0,0,1-.87879-4.15246c.5247-3.51164,5.20884-4.39635,8.72762-3.9219s7.74984,1.20031,10.062-1.49432c1.59261-1.85609,1.49867-4.559,1.70967-6.99575C521.28248,239.785,533.83587,238.70653,533.896,237.31585Z\" transform=\"translate(-201.25 -32.75)\" fill=\"#2f2e41\"/><circle cx=\"559\" cy=\"744.5\" r=\"43\" fill=\"#16006F\"/><circle cx=\"54\" cy=\"729.5\" r=\"43\" fill=\"#16006F\"/><circle cx=\"54\" cy=\"672.5\" r=\"31\" fill=\"#16006F\"/><circle cx=\"54\" cy=\"624.5\" r=\"22\" fill=\"#16006F\"/></svg>";
2
+ export default svg;
@@ -0,0 +1,2 @@
1
+ declare const svg = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 790 512.20805\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" role=\"img\" artist=\"Katerina Limpitsouni\" source=\"https://undraw.co/\" style=\"width: 100%; height: 100%;\"><path d=\"M925.56335,704.58909,903,636.49819s24.81818,24.81818,24.81818,45.18181l-4.45454-47.09091s12.72727,17.18182,11.45454,43.27273S925.56335,704.58909,925.56335,704.58909Z\" transform=\"translate(-205 -193.89598)\" fill=\"#e6e6e6\"/><path d=\"M441.02093,642.58909,419,576.13509s24.22155,24.22155,24.22155,44.09565l-4.34745-45.95885s12.42131,16.76877,11.17917,42.23245S441.02093,642.58909,441.02093,642.58909Z\" transform=\"translate(-205 -193.89598)\" fill=\"#e6e6e6\"/><path d=\"M784.72555,673.25478c.03773,43.71478-86.66489,30.26818-192.8092,30.35979s-191.53562,13.68671-191.57335-30.028,86.63317-53.29714,192.77748-53.38876S784.68782,629.54,784.72555,673.25478Z\" transform=\"translate(-205 -193.89598)\" fill=\"#e6e6e6\"/><rect y=\"509.69312\" width=\"790\" height=\"2\" fill=\"#3f3d56\"/><polygon points=\"505.336 420.322 491.459 420.322 484.855 366.797 505.336 366.797 505.336 420.322\" fill=\"#a0616a\"/><path d=\"M480.00587,416.35743H508.3101a0,0,0,0,1,0,0V433.208a0,0,0,0,1,0,0H464.69674a0,0,0,0,1,0,0v-1.54149A15.30912,15.30912,0,0,1,480.00587,416.35743Z\" fill=\"#2f2e41\"/><polygon points=\"607.336 499.322 593.459 499.322 586.855 445.797 607.336 445.797 607.336 499.322\" fill=\"#a0616a\"/><path d=\"M582.00587,495.35743H610.3101a0,0,0,0,1,0,0V512.208a0,0,0,0,1,0,0H566.69674a0,0,0,0,1,0,0v-1.54149A15.30912,15.30912,0,0,1,582.00587,495.35743Z\" fill=\"#2f2e41\"/><path d=\"M876.34486,534.205A10.31591,10.31591,0,0,0,873.449,518.654l-32.23009-131.2928L820.6113,396.2276l38.33533,126.949a10.37185,10.37185,0,0,0,17.39823,11.0284Z\" transform=\"translate(-205 -193.89598)\" fill=\"#a0616a\"/><path d=\"M851.20767,268.85955a11.38227,11.38227,0,0,0-17.41522,1.15247l-49.88538,5.72709,7.58861,19.24141,45.36779-8.49083a11.44393,11.44393,0,0,0,14.3442-17.63014Z\" transform=\"translate(-205 -193.89598)\" fill=\"#a0616a\"/><path d=\"M769,520.58909l21.76811,163.37417,27.09338-5.578s-3.98437-118.98157,9.56238-133.32513S810,505.58909,810,505.58909Z\" transform=\"translate(-205 -193.89598)\" fill=\"#2f2e41\"/><path d=\"M778,475.58909l-10,15s-77-31.99929-77,19-4.40631,85.60944-6,88,18.43762,8.59375,28,7c0,0,11.79687-82.21884,11-87,0,0,75.53355,37.03335,89.87712,33.84591S831.60944,536.964,834,530.58909s-1-57-1-57l-47.81-14.59036Z\" transform=\"translate(-205 -193.89598)\" fill=\"#2f2e41\"/><path d=\"M779.34915,385.52862l-2.85032-3.42039s-31.92361-71.82815-19.3822-91.21035,67.26762-22.23252,68.97783-21.0924-4.08488,15.9428-.09446,22.78361c0,0-42.394,9.19121-45.24435,10.33134s21.96615,43.2737,21.96615,43.2737l-2.85031,25.6529Z\" transform=\"translate(-205 -193.89598)\" fill=\"#ccc\"/><path d=\"M835.21549,350.18459S805.57217,353.605,804.432,353.605s-1.71017-7.41084-1.71017-7.41084l-26.223,35.91406S763.57961,486.29929,767,484.58909s66.50531,8.11165,67.07539,3.55114-.57008-27.3631,1.14014-28.50324,29.64328-71.82811,29.64328-71.82811-2.85032-14.82168-12.54142-19.95227S835.21549,350.18459,835.21549,350.18459Z\" transform=\"translate(-205 -193.89598)\" fill=\"#ccc\"/><path d=\"M855.73783,378.11779l9.121,9.69109S878.41081,499.1687,871,502.58909s-22,3-22,3l-14.35458-52.79286Z\" transform=\"translate(-205 -193.89598)\" fill=\"#ccc\"/><circle cx=\"601.72966\" cy=\"122.9976\" r=\"26.2388\" fill=\"#a0616a\"/><path d=\"M800.57267,320.98789c-.35442-5.44445-7.22306-5.631-12.67878-5.68255s-11.97836.14321-15.0654-4.35543c-2.0401-2.973-1.65042-7.10032.035-10.28779s4.45772-5.639,7.18508-7.99742c7.04139-6.08884,14.29842-12.12936,22.7522-16.02662s18.36045-5.472,27.12788-2.3435c10.77008,3.84307,25.32927,23.62588,26.5865,34.99176s-3.28507,22.95252-10.9419,31.44586-25.18188,5.0665-36.21069,8.088c6.7049-9.48964,2.28541-26.73258-8.45572-31.164Z\" transform=\"translate(-205 -193.89598)\" fill=\"#2f2e41\"/><circle cx=\"361.7217\" cy=\"403.5046\" r=\"62.98931\" fill=\"#ECA501\"/><path d=\"M524.65625,529.9355a45.15919,45.15919,0,0,1-41.25537-26.78614L383.44873,278.05757a59.83039,59.83039,0,1,1,111.87012-41.86426l72.37744,235.41211a45.07978,45.07978,0,0,1-43.04,58.33008Z\" transform=\"translate(-205 -193.89598)\" fill=\"#ECA501\"/></svg>";
2
+ export default svg;
@@ -0,0 +1,2 @@
1
+ declare const svg = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<svg\n \n \n viewBox=\"0 0 902.41854 826.20679\"\n role=\"img\"\n artist=\"Katerina Limpitsouni\"\n source=\"https://undraw.co/\"\n version=\"1.1\"\n id=\"svg33\"\n sodipodi:docname=\"undraw_outer-space_qey5.svg\"\n inkscape:version=\"1.4 (86a8ad7, 2024-10-11)\"\n xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\"\n xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:svg=\"http://www.w3.org/2000/svg\" style=\"width: 100%; height: 100%;\">\n <defs\n id=\"defs33\" />\n <sodipodi:namedview\n id=\"namedview33\"\n pagecolor=\"#ffffff\"\n bordercolor=\"#000000\"\n borderopacity=\"0.25\"\n inkscape:showpageshadow=\"2\"\n inkscape:pageopacity=\"0.0\"\n inkscape:pagecheckerboard=\"0\"\n inkscape:deskcolor=\"#d1d1d1\"\n inkscape:zoom=\"0.71531729\"\n inkscape:cx=\"450.84888\"\n inkscape:cy=\"413.10339\"\n inkscape:window-width=\"1920\"\n inkscape:window-height=\"1009\"\n inkscape:window-x=\"1912\"\n inkscape:window-y=\"-8\"\n inkscape:window-maximized=\"1\"\n inkscape:current-layer=\"svg33\" />\n <path\n d=\"M726.94952,696.70767l8.67165,19.44392c-7.04887-1.12221-13.60391,4.89778-13.75121,12.62878s6.13979,15.77421,13.18911,16.8731c-1.34708,6.00231-7.16088,8.64855-12.20732,11.07451s-10.48544,6.44956-10.11,12.84517c.30146,5.13535,4.548,9.66922,9.05769,11.49215s9.24135,1.54272,13.80858,1.23684c-6.921,7.23984-7.59561,20.84776-1.51747,30.61081s18.21665,14.56912,27.30539,10.8112c-6.42186,7.98853-5.02668,22.61792,2.94328,30.86218,8.03432,8.31083,19.678,9.11525,29.85706,8.23972a132.23791,132.23791,0,0,0,71.00684-28.14c7.78173-6.1834,15.05042-13.45556,19.48953-22.94127s5.747-21.49572,1.61222-32.29045c1.1152,13.52239,14.64995,24.20276,26.82589,24.80038s22.80664-6.26052,31.84054-14.08111c12.014-10.40049,23.13736-24.9791,21.48841-42.967-.81631-8.90487-4.70578-17.46936-8.52054-25.765l-7.39565-16.08273c-2.98571-6.49278-6.03914-13.09517-10.53293-18.54375s-10.73125-9.66651-16.97307-9.62643c1.42718-6.5202,2.86077-13.28339,1.66478-20.211s-5.77577-14.10054-12.00424-15.72285c-7.92682-2.06468-14.6448,5.25038-22.6158,4.56081-7.67069-.6636-14.01-8.362-21.45871-11.4124a17.17785,17.17785,0,0,0-18.53718,3.20639c-4.722,4.6097-6.69032,12.39794-4.99586,19.76719,1.48435,6.45545,5.43465,12.14909,7.83232,18.37489s2.76983,14.231-1.8351,17.63129c-5.55664,4.103-14.01442-1.48021-18.35566-8.23484s-6.83379-14.93336-12.32361-20.614c-6.47924-6.70451-16.62148-8.27573-23.29257-3.60845s-9.22234,15.11922-5.85919,24.00383c2.74987,7.26449,9.04909,14.6135,6.86437,21.45428-2.309,7.2298-12.41262,6.31432-18.50707,1.20471s-10.14111-12.8059-16.16143-18.03027c-6.114-5.30562-14.09812-7.63035-21.10721-6.14573a21.73057,21.73057,0,0,0-15.57311,13.9151\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#e6e6e6\"\n id=\"path1\" />\n <path\n d=\"M867.34667,642.06633l-17.99256,8.35958a13.81228,13.81228,0,0,1-8.73392,1.17747c-2.61209-.61776-4.37716-2.21477-4.84109-4.3833l-4.18659-19.55422c-.7905-3.68869,2.26453-8.05314,7.26376-10.37585l9.93652-4.61663c4.99924-2.32271,10.305-1.8428,12.61429,1.14024l12.24431,15.81049c1.35812,1.75309,1.4403,4.132.22783,6.52669A13.81219,13.81219,0,0,1,867.34667,642.06633Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#3f3d56\"\n id=\"path2\" />\n <path\n d=\"M309.43024,280.65881A353.9984,353.9984,0,0,1,386.93192,156.602c29.00636-30.1117,74.15027-28.86051,74.15027-28.86051l.25785-.32A87.58018,87.58018,0,0,1,553.89276,98.509c4.30426,1.23514,7.615,1.78263,9.18943,1.23249,28.70712-10.04708,27.35834-32.72422,52.12616-50.99278,43.367-31.98718,187.21094,4.6535,207.4942,63.51371,16.43915,47.70488,89.82021,70.827,117.23582,107.31737q6.43059,8.55861,12.618,17.31558,2.90129,4.06824,5.73748,8.19783a730.4283,730.4283,0,0,1,52.14714,88.15542,514.11313,514.11313,0,0,1,26.10088,61.68445c28.591,83.58209,18.8138,145.8549-60.021,130.47014q-13.99815-2.739-27.32378-4.90113-19.2962-3.14892-37.24641-5.17566-24.17227-2.74893-45.99366-3.60217-7.33723-.29524-14.40509-.39579c-69.67037-.966-121.34893,12.1465-160.719,32.50168q-10.01082,5.16279-18.97332,10.92332a236.05444,236.05444,0,0,0-26.08005,19.31927,254.89837,254.89837,0,0,0-31.42249,32.19714l-.52216.6393c-46.04826,56.326-61.203,118.68168-93.23451,129.6607C383.67414,783.51013,297.07405,613.35008,288.193,446.896q-.67263-12.58159-.74315-25.09128-.04163-5.59155.055-11.15359c.14052-9.67346.567-19.28471,1.28114-28.7797q.40006-5.44542.92807-10.83322c.3879-3.87342.80989-7.72368,1.2976-11.54982C294.49493,331.442,300.58862,304.75806,309.43024,280.65881Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#16006F\"\n id=\"path3\" />\n <path\n d=\"M733.83354,372.24025c-10.93522,5.09113-11.11539,27.895-7.68649,35.28386l6.21383,13.37421,39.60938-18.403-6.21383-13.37421C762.32083,381.73531,744.77678,367.16636,733.83354,372.24025Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#3f3d56\"\n id=\"path4\" />\n <path\n d=\"M627.39274,564.25616a4.33285,4.33285,0,0,1-4.06983-5.81934,4.29966,4.29966,0,0,1,2.24317-2.44043L830.11979,460.9583a4.33007,4.33007,0,0,1,5.752,2.10157,4.33573,4.33573,0,0,1-2.10254,5.752h-.00049L629.215,563.84991A4.30619,4.30619,0,0,1,627.39274,564.25616Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#3f3d56\"\n id=\"path5\" />\n <rect\n x=\"771.78772\"\n y=\"414.47433\"\n width=\"64.47381\"\n height=\"217.68038\"\n transform=\"translate(-294.43392 350.60655) rotate(-24.9202)\"\n fill=\"#e6e6e6\"\n id=\"rect5\" />\n <path\n d=\"M567.90452,162.51413c-10.93522,5.09113-11.11539,27.895-7.68649,35.28386l6.21383,13.37421,39.60938-18.403L599.82741,179.395C596.39181,172.00919,578.84776,157.44024,567.90452,162.51413Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#3f3d56\"\n id=\"path6\" />\n <path\n d=\"M812.91932,664.76078l-17.99256,8.35958a13.81216,13.81216,0,0,1-8.73392,1.17747c-2.6121-.61775-4.37717-2.21476-4.84109-4.3833l-4.1866-19.55421c-.79049-3.68869,2.26453-8.05314,7.26377-10.37585l9.93651-4.61664c4.99924-2.32271,10.305-1.8428,12.6143,1.14025L819.224,652.31857c1.35811,1.75309,1.4403,4.132.22783,6.52668A13.81219,13.81219,0,0,1,812.91932,664.76078Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#3f3d56\"\n id=\"path7\" />\n <path\n d=\"M757.60057,692.20652,739.608,700.5661a13.81222,13.81222,0,0,1-8.73392,1.17747c-2.6121-.61776-4.37716-2.21476-4.84109-4.3833l-4.18659-19.55422c-.7905-3.68869,2.26452-8.05313,7.26376-10.37584l9.93652-4.61664c4.99923-2.32271,10.305-1.8428,12.61429,1.14024l12.24431,15.8105c1.35811,1.75308,1.4403,4.132.22783,6.52668A13.81219,13.81219,0,0,1,757.60057,692.20652Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#3f3d56\"\n id=\"path8\" />\n <rect\n x=\"668.30169\"\n y=\"227.97831\"\n width=\"64.47381\"\n height=\"440.01582\"\n transform=\"translate(-272.32893 299.98873) rotate(-24.9202)\"\n fill=\"#e6e6e6\"\n id=\"rect8\" />\n <polyline\n points=\"548.951 403.691 542.39 389.254 546.167 387.512 552.708 401.903 647.423 611.909 643.65 613.662\"\n fill=\"#3f3d56\"\n id=\"polyline8\" />\n <polyline\n points=\"622.951 391.691 616.39 377.254 620.167 375.512 626.708 389.903 721.423 599.909 717.65 601.662\"\n fill=\"#3f3d56\"\n id=\"polyline9\" />\n <path\n d=\"M664.67094,266.81383l-79.22567,36.80928c-5.044-7.84723-20.24939-48.06017-16.83519-59.99122l-2.56272-11.37766,54.70348-25.416,7.32219,9.00725C638.94215,219.18044,660.10154,256.95133,664.67094,266.81383Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#e6e6e6\"\n id=\"path9\" />\n <path\n d=\"M623.03676,207.325l-56.45093,26.22784c-2.08362.968-4.30262.61217-4.95626-.79495a1.95213,1.95213,0,0,1-.17209-.6429l-2.92164-31.16788c-.1251-1.33466,1.01667-2.84708,2.76109-3.65756L598.73374,179.896c1.74442-.81048,3.63664-.70769,4.576.24866l21.93586,22.33363c1.12192,1.14229.51268,3.09757-1.36081,4.36726A6.08075,6.08075,0,0,1,623.03676,207.325Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#e6e6e6\"\n id=\"path10\" />\n <path\n d=\"M667.31315,451.514a7.62608,7.62608,0,0,1-1.814-.21387,5.60386,5.60386,0,0,1-3.89648-3.02539L627.09,373.992c-1.42822-3.0752.48926-7.00782,4.27442-8.76661l50.53613-23.48c3.78564-1.75976,8.02734-.6875,9.45654,2.38721l34.5127,74.2832a5.60256,5.60256,0,0,1-.20069,4.92872,8.50632,8.50632,0,0,1-4.07422,3.83789l-50.53564,23.479A8.9197,8.9197,0,0,1,667.31315,451.514Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#3f3d56\"\n id=\"path11\" />\n <rect\n x=\"658.61223\"\n y=\"466.20786\"\n width=\"64.47381\"\n height=\"217.68038\"\n transform=\"translate(-326.76927 307.73605) rotate(-24.9202)\"\n fill=\"#e6e6e6\"\n id=\"rect11\" />\n <path\n d=\"M602.18887,210.58118l-17.14693,7.9667c-3.30882,1.53733-7.77287-1.02438-9.94972-5.70968s-1.25568-9.74905,2.05314-11.28637l17.14693-7.9667c3.30882-1.53733,7.77287,1.02438,9.94972,5.70968S605.4977,209.04386,602.18887,210.58118Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#3f3d56\"\n id=\"path12\" />\n <path\n d=\"M621.79921,423.44358c-10.93522,5.09113-11.11539,27.895-7.68649,35.28386l6.21383,13.37421,39.60938-18.403L653.7221,440.3244C650.2865,432.93864,632.74245,418.36969,621.79921,423.44358Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#3f3d56\"\n id=\"path13\" />\n <path\n d=\"M440.1517,377.92488c-3.862,2.57319-7.8147-3.55124-3.87848-6.01018C440.135,369.34165,444.08773,375.46609,440.1517,377.92488Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#e6e6e6\"\n id=\"path14\" />\n <path\n d=\"M842.1517,289.92488c-3.862,2.57319-7.8147-3.55124-3.87848-6.01018C842.135,281.34165,846.08773,287.46609,842.1517,289.92488Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#e6e6e6\"\n id=\"path15\" />\n <path\n d=\"M568.1517,359.92488c-3.862,2.57319-7.8147-3.55124-3.87848-6.01018C568.135,351.34165,572.08773,357.46609,568.1517,359.92488Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#e6e6e6\"\n id=\"path16\" />\n <path\n d=\"M440.1517,599.92488c-3.862,2.57319-7.8147-3.55124-3.87848-6.01018C440.135,591.34165,444.08773,597.46609,440.1517,599.92488Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#e6e6e6\"\n id=\"path17\" />\n <path\n d=\"M637.1517,98.92488c-3.862,2.57319-7.8147-3.55124-3.87848-6.01018C637.135,90.34165,641.08773,96.46609,637.1517,98.92488Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#e6e6e6\"\n id=\"path18\" />\n <path\n d=\"M447.1517,216.92488c-3.862,2.57319-7.8147-3.55124-3.87848-6.01018C447.135,208.34165,451.08773,214.46609,447.1517,216.92488Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#e6e6e6\"\n id=\"path19\" />\n <polygon\n points=\"571.639 146.2 569.182 145.661 569.72 143.203 568.082 142.844 567.543 145.302 565.086 144.764 564.727 146.402 567.184 146.941 566.646 149.398 568.284 149.757 568.823 147.299 571.28 147.838 571.639 146.2\"\n fill=\"#e6e6e6\"\n id=\"polygon19\" />\n <polygon\n points=\"171.542 350.978 169.085 350.439 169.623 347.982 167.985 347.623 167.446 350.08 164.988 349.542 164.629 351.18 167.087 351.719 166.549 354.177 168.187 354.535 168.726 352.078 171.183 352.616 171.542 350.978\"\n fill=\"#e6e6e6\"\n id=\"polygon20\" />\n <path\n d=\"M824.22,492.33287a8.50983,8.50983,0,0,1-11.29014-4.12709l-10.11253-21.7655a8.5,8.5,0,0,1,15.41723-7.163l10.11253,21.76549A8.50983,8.50983,0,0,1,824.22,492.33287Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#3f3d56\"\n id=\"path20\" />\n <path\n d=\"M652.22,572.33287a8.50983,8.50983,0,0,1-11.29014-4.12709l-10.11253-21.7655a8.5,8.5,0,0,1,15.41723-7.163l10.11253,21.76549A8.50983,8.50983,0,0,1,652.22,572.33287Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#3f3d56\"\n id=\"path21\" />\n <path\n d=\"M808.64176,444.7781l-67.80585,31.50349c-4.317-6.71611-17.33058-41.13265-14.40852-51.34393l1.43426-11.42307,40.48614-19.86306,8.9714,7.505C789.95914,396.88314,808.53922,428.20455,808.64176,444.7781Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#e6e6e6\"\n id=\"path22\" />\n <path\n d=\"M777.16178,442.59376l-17.14693,7.96671c-3.30882,1.53733-8.34353-2.25264-11.22164-8.44728s-2.52761-12.48665.78121-14.024l17.14693-7.96671c3.30882-1.53732,8.34353,2.25264,11.22164,8.44728S780.4706,441.05644,777.16178,442.59376Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#3f3d56\"\n id=\"path23\" />\n <polyline\n points=\"482.951 446.691 476.39 432.254 480.167 430.512 486.708 444.903 581.423 654.909 577.65 656.662\"\n fill=\"#3f3d56\"\n id=\"polyline23\" />\n <path\n d=\"M696.60745,495.98143l-67.8059,31.50349c-10.00311-5.16492-25.29108-38.961-14.40851-51.34394l1.43428-11.42306,40.48614-19.86306,8.9714,7.505C674.58727,455.214,692.6967,487.54053,696.60745,495.98143Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#e6e6e6\"\n id=\"path24\" />\n <path\n d=\"M663.73193,490.79348l-17.14693,7.9667c-3.30882,1.53733-8.03047-1.57883-10.52388-6.94547s-1.82985-10.98484,1.479-12.52216l17.14693-7.96671c3.30882-1.53732,8.03047,1.57884,10.52388,6.94547S667.04075,489.25615,663.73193,490.79348Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#3f3d56\"\n id=\"path25\" />\n <circle\n cx=\"171.29146\"\n cy=\"204.8449\"\n r=\"103\"\n fill=\"#ff6584\"\n id=\"circle25\"\n style=\"fill:#6ad0bc;fill-opacity:1\" />\n <path\n d=\"M742.39622,349.02053l62.59321-182.809L736.2582,346.83222a3.44161,3.44161,0,1,0,6.138,2.18831Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#f0f0f0\"\n opacity=\"0.3\"\n id=\"path26\" />\n <path\n d=\"M901.95012,240.05454q-18.37971,6.10836-40.75145,12.00083c-77.14515,20.311-180.54976,36.15428-291.16558,44.61271-110.61535,8.45828-215.22739,8.51948-294.5635.17426-38.6472-4.06578-69.21495-9.91317-90.85368-17.381-22.90943-7.9053-34.94724-17.43191-35.77952-28.31364-1.62074-21.19968,40.21258-39.85854,75.59194-51.77816l.95819,2.84289C176.80129,218.58114,150.6779,235.879,151.8281,250.9191c1.4643,19.15595,46.64436,34.80631,123.95529,42.93958,79.16179,8.327,183.58052,8.26316,294.02138-.18138,110.44009-8.44531,213.6549-24.25739,290.63031-44.52332,75.17352-19.79057,117.45048-42.12921,115.98557-61.28547-1.21629-15.90466-32.56722-29.51036-88.2777-38.3124l.46834-2.963c40.48,6.39573,89.09256,18.70823,90.80107,41.04675.83181,10.88188-9.61776,22.12737-31.05892,33.424C936.13107,227.5031,920.60136,233.856,901.95012,240.05454Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#3f3d56\"\n id=\"path27\" />\n <circle\n cx=\"783.42532\"\n cy=\"375.13624\"\n r=\"10.70234\"\n fill=\"#ff6584\"\n id=\"circle27\"\n style=\"fill:#6ad0bc;fill-opacity:1\" />\n <circle\n cx=\"851.42532\"\n cy=\"665.13624\"\n r=\"10.70234\"\n fill=\"#f2f2f2\"\n id=\"circle28\" />\n <circle\n cx=\"486.42532\"\n cy=\"720.13624\"\n r=\"20.86614\"\n fill=\"#f2f2f2\"\n id=\"circle29\" />\n <circle\n cx=\"327.42532\"\n cy=\"454.13624\"\n r=\"10.70234\"\n fill=\"#3f3d56\"\n id=\"circle30\" />\n <polygon\n points=\"687.226 478.768 733.402 490.721 761.723 546.349 713.843 548.227 687.226 478.768\"\n fill=\"#e6e6e6\"\n id=\"polygon30\" />\n <polygon\n points=\"580.645 398.574 606.059 424.002 670.606 563.557 658.722 573.824 580.645 398.574\"\n fill=\"#ccc\"\n id=\"polygon31\" />\n <polygon\n points=\"525.386 421.624 527.38 457.52 588.304 598.694 603.88 596.688 525.386 421.624\"\n fill=\"#ccc\"\n id=\"polygon32\" />\n <polygon\n points=\"523.723 566.637 498.854 607.339 517.187 667.008 552.9 635.061 523.723 566.637\"\n fill=\"#e6e6e6\"\n id=\"polygon33\" />\n <path\n d=\"M892.19547,628.54368q-19.36816,0-42.45654-1.46387c-79.61377-5.05566-182.7378-22.63281-290.376-49.49219-107.63769-26.85937-206.93017-59.79394-279.58545-92.73437-35.39258-16.04688-62.55615-31.23633-80.73535-45.14746-19.24707-14.727-27.666-27.564-25.02393-38.15283,5.14795-20.62891,50.731-25.14209,88.064-25.29541l.01269,3c-51.26806.21044-81.51367,8.38671-85.16552,23.022-4.65186,18.64013,33.28662,47.74072,104.08691,79.84131,72.49561,32.86816,171.60547,65.73925,279.07324,92.55664,107.46729,26.8164,210.40137,44.36328,289.83985,49.4082,77.57861,4.92773,124.74316-2.9375,129.39453-21.57812,3.86181-15.47657-21.59815-38.2754-71.68945-64.19825l1.3789-2.66406c36.397,18.83594,78.64551,45.85156,73.22168,67.58887C979.59244,613.823,966.12955,621.199,942.21988,625.157,928.59049,627.41282,911.84977,628.54368,892.19547,628.54368Z\"\n transform=\"translate(-148.79073 -36.89661)\"\n fill=\"#3f3d56\"\n id=\"path33\" />\n</svg>";
2
+ export default svg;
@@ -0,0 +1,2 @@
1
+ declare const svg = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 647.63626 632.17383\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" role=\"img\" artist=\"Katerina Limpitsouni\" source=\"https://undraw.co/\" style=\"width: 100%; height: 100%;\"><path d=\"M687.3279,276.08691H512.81813a15.01828,15.01828,0,0,0-15,15v387.85l-2,.61005-42.81006,13.11a8.00676,8.00676,0,0,1-9.98974-5.31L315.678,271.39691a8.00313,8.00313,0,0,1,5.31006-9.99l65.97022-20.2,191.25-58.54,65.96972-20.2a7.98927,7.98927,0,0,1,9.99024,5.3l32.5498,106.32Z\" transform=\"translate(-276.18187 -133.91309)\" fill=\"#f2f2f2\"/><path d=\"M725.408,274.08691l-39.23-128.14a16.99368,16.99368,0,0,0-21.23-11.28l-92.75,28.39L380.95827,221.60693l-92.75,28.4a17.0152,17.0152,0,0,0-11.28028,21.23l134.08008,437.93a17.02661,17.02661,0,0,0,16.26026,12.03,16.78926,16.78926,0,0,0,4.96972-.75l63.58008-19.46,2-.62v-2.09l-2,.61-64.16992,19.65a15.01489,15.01489,0,0,1-18.73-9.95l-134.06983-437.94a14.97935,14.97935,0,0,1,9.94971-18.73l92.75-28.4,191.24024-58.54,92.75-28.4a15.15551,15.15551,0,0,1,4.40966-.66,15.01461,15.01461,0,0,1,14.32032,10.61l39.0498,127.56.62012,2h2.08008Z\" transform=\"translate(-276.18187 -133.91309)\" fill=\"#3f3d56\"/><path d=\"M398.86279,261.73389a9.0157,9.0157,0,0,1-8.61133-6.3667l-12.88037-42.07178a8.99884,8.99884,0,0,1,5.9712-11.24023l175.939-53.86377a9.00867,9.00867,0,0,1,11.24072,5.9707l12.88037,42.07227a9.01029,9.01029,0,0,1-5.9707,11.24072L401.49219,261.33887A8.976,8.976,0,0,1,398.86279,261.73389Z\" transform=\"translate(-276.18187 -133.91309)\" fill=\"#6C63FF\"/><circle cx=\"190.15351\" cy=\"24.95465\" r=\"20\" fill=\"#6C63FF\"/><circle cx=\"190.15351\" cy=\"24.95465\" r=\"12.66462\" fill=\"#fff\"/><path d=\"M878.81836,716.08691h-338a8.50981,8.50981,0,0,1-8.5-8.5v-405a8.50951,8.50951,0,0,1,8.5-8.5h338a8.50982,8.50982,0,0,1,8.5,8.5v405A8.51013,8.51013,0,0,1,878.81836,716.08691Z\" transform=\"translate(-276.18187 -133.91309)\" fill=\"#e6e6e6\"/><path d=\"M723.31813,274.08691h-210.5a17.02411,17.02411,0,0,0-17,17v407.8l2-.61v-407.19a15.01828,15.01828,0,0,1,15-15H723.93825Zm183.5,0h-394a17.02411,17.02411,0,0,0-17,17v458a17.0241,17.0241,0,0,0,17,17h394a17.0241,17.0241,0,0,0,17-17v-458A17.02411,17.02411,0,0,0,906.81813,274.08691Zm15,475a15.01828,15.01828,0,0,1-15,15h-394a15.01828,15.01828,0,0,1-15-15v-458a15.01828,15.01828,0,0,1,15-15h394a15.01828,15.01828,0,0,1,15,15Z\" transform=\"translate(-276.18187 -133.91309)\" fill=\"#3f3d56\"/><path d=\"M801.81836,318.08691h-184a9.01015,9.01015,0,0,1-9-9v-44a9.01016,9.01016,0,0,1,9-9h184a9.01016,9.01016,0,0,1,9,9v44A9.01015,9.01015,0,0,1,801.81836,318.08691Z\" transform=\"translate(-276.18187 -133.91309)\" fill=\"#6C63FF\"/><circle cx=\"433.63626\" cy=\"105.17383\" r=\"20\" fill=\"#6C63FF\"/><circle cx=\"433.63626\" cy=\"105.17383\" r=\"12.18187\" fill=\"#fff\"/></svg>";
2
+ export default svg;
@@ -0,0 +1,5 @@
1
+ export interface IllustrationMeta {
2
+ svg: string;
3
+ tags: string[];
4
+ }
5
+ export declare const ILLUSTRATIONS: Record<string, IllustrationMeta>;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@tekus/design-system/components/illustration" />
5
+ export * from './public-api';