@tekus/design-system 5.1.2 → 5.2.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 (146) hide show
  1. package/assets/readme-images/color-accent-palette.svg +14 -0
  2. package/assets/readme-images/color-background-palette.svg +16 -0
  3. package/assets/readme-images/color-border-palette.svg +16 -0
  4. package/assets/readme-images/color-f-error-palette.svg +14 -0
  5. package/assets/readme-images/color-f-info-palette.svg +14 -0
  6. package/assets/readme-images/color-f-success-palette.svg +14 -0
  7. package/assets/readme-images/color-f-warn-palette.svg +14 -0
  8. package/assets/readme-images/color-palette.svg +76 -0
  9. package/assets/readme-images/color-text-palette.svg +16 -0
  10. package/assets/readme-images/tk-modal-anatomy.png +0 -0
  11. package/assets/readme-images/tk-modal-basic.png +0 -0
  12. package/assets/readme-images/tk-modal-full.png +0 -0
  13. package/assets/styles/_index.scss +3 -10
  14. package/components/{icon → modal}/index.d.ts +1 -1
  15. package/components/modal/public-api.d.ts +3 -0
  16. package/components/modal/src/modal.component.d.ts +83 -0
  17. package/components/modal/src/modal.types.d.ts +16 -0
  18. package/components/modal/src/services/modal.service.d.ts +16 -0
  19. package/fesm2022/tekus-design-system-components-button.mjs +2 -2
  20. package/fesm2022/tekus-design-system-components-button.mjs.map +1 -1
  21. package/fesm2022/tekus-design-system-components-fallback-view.mjs +2 -2
  22. package/fesm2022/tekus-design-system-components-fallback-view.mjs.map +1 -1
  23. package/fesm2022/tekus-design-system-components-modal.mjs +178 -0
  24. package/fesm2022/tekus-design-system-components-modal.mjs.map +1 -0
  25. package/fesm2022/tekus-design-system-core-types.mjs +82 -60
  26. package/fesm2022/tekus-design-system-core-types.mjs.map +1 -1
  27. package/fesm2022/tekus-design-system-core.mjs +82 -60
  28. package/fesm2022/tekus-design-system-core.mjs.map +1 -1
  29. package/package.json +7 -23
  30. package/styles/variables.css +180 -0
  31. package/assets/styles/_variables.scss +0 -284
  32. package/assets/styles/docs/_branding.doc.scss +0 -69
  33. package/assets/styles/docs/_grids.doc.scss +0 -13
  34. package/assets/styles/docs/_icons.doc.scss +0 -102
  35. package/assets/styles/docs/_illustrations.doc.scss +0 -86
  36. package/assets/styles/docs/_paginador.doc.scss +0 -16
  37. package/assets/styles/docs/_table-of-content.scss +0 -22
  38. package/components/branding/index.d.ts +0 -5
  39. package/components/branding/public-api.d.ts +0 -1
  40. package/components/branding/src/branding-register-logo.d.ts +0 -22
  41. package/components/branding/src/branding.component.d.ts +0 -54
  42. package/components/grid-container/index.d.ts +0 -5
  43. package/components/grid-container/public-api.d.ts +0 -1
  44. package/components/grid-container/src/grid-container.component.d.ts +0 -121
  45. package/components/icon/core/icon-catalog.d.ts +0 -76
  46. package/components/icon/core/icons/ads.icons.d.ts +0 -2
  47. package/components/icon/core/icons/angle.icons.d.ts +0 -2
  48. package/components/icon/core/icons/arrow.icons.d.ts +0 -2
  49. package/components/icon/core/icons/bars.icons.d.ts +0 -2
  50. package/components/icon/core/icons/bolt.icons.d.ts +0 -2
  51. package/components/icon/core/icons/book.icons.d.ts +0 -2
  52. package/components/icon/core/icons/calendar.icons.d.ts +0 -2
  53. package/components/icon/core/icons/camera.icons.d.ts +0 -2
  54. package/components/icon/core/icons/chart.icons.d.ts +0 -2
  55. package/components/icon/core/icons/check.icons.d.ts +0 -2
  56. package/components/icon/core/icons/chevron.icons.d.ts +0 -2
  57. package/components/icon/core/icons/circle.icons.d.ts +0 -2
  58. package/components/icon/core/icons/clock.icons.d.ts +0 -2
  59. package/components/icon/core/icons/clone.icons.d.ts +0 -2
  60. package/components/icon/core/icons/download.icons.d.ts +0 -2
  61. package/components/icon/core/icons/ellipsis.icons.d.ts +0 -2
  62. package/components/icon/core/icons/eye.icons.d.ts +0 -2
  63. package/components/icon/core/icons/filter.icons.d.ts +0 -2
  64. package/components/icon/core/icons/folders.icons.d.ts +0 -2
  65. package/components/icon/core/icons/gears.icons.d.ts +0 -2
  66. package/components/icon/core/icons/hand.icons.d.ts +0 -2
  67. package/components/icon/core/icons/language.icons.d.ts +0 -2
  68. package/components/icon/core/icons/layer.icons.d.ts +0 -2
  69. package/components/icon/core/icons/link.icons.d.ts +0 -2
  70. package/components/icon/core/icons/list.icons.d.ts +0 -2
  71. package/components/icon/core/icons/location.icons.d.ts +0 -2
  72. package/components/icon/core/icons/lock.icons.d.ts +0 -2
  73. package/components/icon/core/icons/magnifying-glass.icons.d.ts +0 -2
  74. package/components/icon/core/icons/media.icons.d.ts +0 -2
  75. package/components/icon/core/icons/megaphone.icons.d.ts +0 -2
  76. package/components/icon/core/icons/money.icons.d.ts +0 -2
  77. package/components/icon/core/icons/pen.icons.d.ts +0 -2
  78. package/components/icon/core/icons/pencil.icons.d.ts +0 -2
  79. package/components/icon/core/icons/plug.icons.d.ts +0 -2
  80. package/components/icon/core/icons/plus.icons.d.ts +0 -2
  81. package/components/icon/core/icons/qr-code.icons.d.ts +0 -2
  82. package/components/icon/core/icons/screwdriver-wrench.icons.d.ts +0 -2
  83. package/components/icon/core/icons/shuffle.icons.d.ts +0 -2
  84. package/components/icon/core/icons/square.icons.d.ts +0 -2
  85. package/components/icon/core/icons/tag.icons.d.ts +0 -2
  86. package/components/icon/core/icons/thumbs.icons.d.ts +0 -2
  87. package/components/icon/core/icons/trash.icons.d.ts +0 -2
  88. package/components/icon/core/icons/triangle.icons.d.ts +0 -2
  89. package/components/icon/core/icons/user.icons.d.ts +0 -2
  90. package/components/icon/core/icons/xmark.icons.d.ts +0 -2
  91. package/components/icon/core/svg-icons/ads-icon.svg.d.ts +0 -2
  92. package/components/icon/core/svg-icons/index.d.ts +0 -1
  93. package/components/icon/public-api.d.ts +0 -2
  94. package/components/icon/src/icon.component.d.ts +0 -79
  95. package/components/illustration/assets/illustrations/tk-catalogs.svg.d.ts +0 -2
  96. package/components/illustration/assets/illustrations/tk-categories.svg.d.ts +0 -2
  97. package/components/illustration/assets/illustrations/tk-confirmation-action.svg.d.ts +0 -2
  98. package/components/illustration/assets/illustrations/tk-create-an-account.svg.d.ts +0 -2
  99. package/components/illustration/assets/illustrations/tk-custom-design.svg.d.ts +0 -2
  100. package/components/illustration/assets/illustrations/tk-delete.svg.d.ts +0 -2
  101. package/components/illustration/assets/illustrations/tk-download-AKF.svg.d.ts +0 -2
  102. package/components/illustration/assets/illustrations/tk-error.svg.d.ts +0 -2
  103. package/components/illustration/assets/illustrations/tk-graphics.svg.d.ts +0 -2
  104. package/components/illustration/assets/illustrations/tk-items.svg.d.ts +0 -2
  105. package/components/illustration/assets/illustrations/tk-kiosk.svg.d.ts +0 -2
  106. package/components/illustration/assets/illustrations/tk-list.svg.d.ts +0 -2
  107. package/components/illustration/assets/illustrations/tk-locations.svg.d.ts +0 -2
  108. package/components/illustration/assets/illustrations/tk-login.svg.d.ts +0 -2
  109. package/components/illustration/assets/illustrations/tk-multimedia.svg.d.ts +0 -2
  110. package/components/illustration/assets/illustrations/tk-no-connection.svg.d.ts +0 -2
  111. package/components/illustration/assets/illustrations/tk-no-found.svg.d.ts +0 -2
  112. package/components/illustration/assets/illustrations/tk-order.svg.d.ts +0 -2
  113. package/components/illustration/assets/illustrations/tk-playlist.svg.d.ts +0 -2
  114. package/components/illustration/assets/illustrations/tk-screens.svg.d.ts +0 -2
  115. package/components/illustration/assets/illustrations/tk-success.svg.d.ts +0 -2
  116. package/components/illustration/assets/illustrations/tk-support.svg.d.ts +0 -2
  117. package/components/illustration/assets/illustrations/tk-technical-failure.svg.d.ts +0 -2
  118. package/components/illustration/assets/illustrations/tk-tip.svg.d.ts +0 -2
  119. package/components/illustration/assets/illustrations/tk-upload.svg.d.ts +0 -2
  120. package/components/illustration/assets/illustrations/tk-void.svg.d.ts +0 -2
  121. package/components/illustration/assets/illustrations/tk-warning.svg.d.ts +0 -2
  122. package/components/illustration/assets/illustrations/tk-welcome.svg.d.ts +0 -2
  123. package/components/illustration/assets/illustrations/tk-without-catalogs.svg.d.ts +0 -2
  124. package/components/illustration/illustrations.registry.d.ts +0 -5
  125. package/components/illustration/index.d.ts +0 -5
  126. package/components/illustration/public-api.d.ts +0 -1
  127. package/components/illustration/src/illustration.component.d.ts +0 -117
  128. package/components/typography/index.d.ts +0 -5
  129. package/components/typography/public-api.d.ts +0 -1
  130. package/components/typography/src/typography.component.d.ts +0 -10
  131. package/fesm2022/tekus-design-system-components-branding.mjs +0 -93
  132. package/fesm2022/tekus-design-system-components-branding.mjs.map +0 -1
  133. package/fesm2022/tekus-design-system-components-grid-container.mjs +0 -193
  134. package/fesm2022/tekus-design-system-components-grid-container.mjs.map +0 -1
  135. package/fesm2022/tekus-design-system-components-icon.mjs +0 -1206
  136. package/fesm2022/tekus-design-system-components-icon.mjs.map +0 -1
  137. package/fesm2022/tekus-design-system-components-illustration.mjs +0 -3893
  138. package/fesm2022/tekus-design-system-components-illustration.mjs.map +0 -1
  139. package/fesm2022/tekus-design-system-components-typography.mjs +0 -36
  140. package/fesm2022/tekus-design-system-components-typography.mjs.map +0 -1
  141. package/tokens/blur/_blur.scss +0 -11
  142. package/tokens/colors/_colors.scss +0 -96
  143. package/tokens/index.scss +0 -5
  144. package/tokens/shadow/_shadow.scss +0 -10
  145. package/tokens/shapes/_shapes.scss +0 -9
  146. package/tokens/spacing/_spacing.scss +0 -25
@@ -1,2 +0,0 @@
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;
@@ -1,2 +0,0 @@
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;
@@ -1,2 +0,0 @@
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;
@@ -1,2 +0,0 @@
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;
@@ -1,2 +0,0 @@
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;
@@ -1,2 +0,0 @@
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;
@@ -1,2 +0,0 @@
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;
@@ -1,5 +0,0 @@
1
- export interface IllustrationMeta {
2
- svg: string;
3
- tags: string[];
4
- }
5
- export declare const ILLUSTRATIONS: Record<string, IllustrationMeta>;
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@tekus/design-system/components/illustration" />
5
- export * from './public-api';
@@ -1 +0,0 @@
1
- export * from './src/illustration.component';
@@ -1,117 +0,0 @@
1
- import { OnChanges } from '@angular/core';
2
- import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
3
- import * as i0 from "@angular/core";
4
- export declare class IllustrationComponent implements OnChanges {
5
- private readonly sanitizer;
6
- /**
7
- * Name of the illustration to display. Must be a valid name from the illustrations registry.
8
- *
9
- * Example:
10
- * ```html
11
- * <tk-illustration name="success"></tk-illustration>
12
- * ```
13
- */
14
- name: string;
15
- /**
16
- * Size of the illustration. Can be a CSS value (e.g., '100px', '200px', '50%')
17
- * or a number that will be converted to pixels. This property is used as a fallback
18
- * when width and height are not provided.
19
- *
20
- * The illustration maintains its original aspect ratio when adjusting its size.
21
- *
22
- * Example:
23
- * ```html
24
- * <tk-illustration name="success" size="300px"></tk-illustration>
25
- * ```
26
- */
27
- size: string | number;
28
- /**
29
- * Width of the illustration. When specified, it takes precedence over size.
30
- * Can be a CSS value (e.g., '100px', '50%') or a number that will be converted to pixels.
31
- *
32
- * The illustration will adjust while maintaining its original aspect ratio.
33
- *
34
- * Example:
35
- * ```html
36
- * <tk-illustration name="success" width="200px"></tk-illustration>
37
- * ```
38
- */
39
- width?: string | number;
40
- /**
41
- * Height of the illustration. When specified, it takes precedence over size.
42
- * Can be a CSS value (e.g., '100px', '50%') or a number that will be converted to pixels.
43
- *
44
- * The illustration will adjust while maintaining its original aspect ratio.
45
- *
46
- * Example:
47
- * ```html
48
- * <tk-illustration name="success" height="150px"></tk-illustration>
49
- * ```
50
- */
51
- height?: string | number;
52
- /**
53
- * Alternative text for the illustration, used for accessibility.
54
- *
55
- * Example:
56
- * ```html
57
- * <tk-illustration name="success" altText="Success illustration"></tk-illustration>
58
- * ```
59
- */
60
- altText?: string;
61
- /**
62
- * Stores the calculated size values that will be applied to the illustration.
63
- */
64
- calculatedSize: {
65
- width: string;
66
- height: string;
67
- };
68
- /**
69
- * Stores the sanitized SVG content to be displayed.
70
- */
71
- svgContent?: SafeHtml;
72
- /**
73
- * Constructor that injects the DomSanitizer service for SVG content sanitization.
74
- */
75
- constructor(sanitizer: DomSanitizer);
76
- /**
77
- * Lifecycle hook that triggers when input properties change.
78
- * Updates the size and loads the illustration when changes occur.
79
- */
80
- ngOnChanges(): void;
81
- /**
82
- * Updates the calculated size based on the provided width, height, or size properties.
83
- * The order of precedence is: width+height > width > height > size
84
- */
85
- private updateSize;
86
- /**
87
- * Validates and sets the width of the illustration.
88
- * Converts numeric values to pixel strings and updates the calculated size.
89
- */
90
- private validateIfWidth;
91
- /**
92
- * Validates and sets the height of the illustration.
93
- * Converts numeric values to pixel strings and updates the calculated size.
94
- */
95
- private validateIfHeight;
96
- /**
97
- * Validates and sets the size property of the illustration.
98
- * Supports predefined sizes (small, medium, large) and custom CSS values.
99
- *
100
- * Predefined sizes:
101
- * - small: 100px x 100px
102
- * - medium: 200px x 200px
103
- * - large: 300px x 300px
104
- *
105
- * Custom values:
106
- * - Percentage values (e.g., '50%') are maintained as is
107
- * - Pixel values (e.g., '150px') are maintained as is
108
- */
109
- private validateSizeString;
110
- /**
111
- * Loads the illustration from the illustrations registry based on the provided name.
112
- * If the illustration is found, it sanitizes the SVG content and stores it in the svgContent property.
113
- */
114
- private loadIllustration;
115
- static ɵfac: i0.ɵɵFactoryDeclaration<IllustrationComponent, never>;
116
- static ɵcmp: i0.ɵɵComponentDeclaration<IllustrationComponent, "tk-illustration", never, { "name": { "alias": "name"; "required": false; }; "size": { "alias": "size"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "altText": { "alias": "altText"; "required": false; }; }, {}, never, never, true, never>;
117
- }
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@tekus/design-system/components/typography" />
5
- export * from './public-api';
@@ -1 +0,0 @@
1
- export * from './src/typography.component';
@@ -1,10 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class TypographyComponent {
3
- size: string;
4
- color: string;
5
- weight: string;
6
- type: 'h1-heading' | 'h2-heading' | 'h3-heading' | 'h4-heading' | 'h5-heading' | 'h6-heading' | 'subtitle1' | 'subtitle2' | 'body1' | 'body2' | 'p1-paragraph' | 'underline-text';
7
- lineBreak: boolean;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<TypographyComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<TypographyComponent, "tk-typography", never, { "size": { "alias": "size"; "required": false; }; "color": { "alias": "color"; "required": false; }; "weight": { "alias": "weight"; "required": false; }; "type": { "alias": "type"; "required": false; }; "lineBreak": { "alias": "lineBreak"; "required": false; }; }, {}, never, ["*"], true, never>;
10
- }
@@ -1,93 +0,0 @@
1
- import * as i0 from '@angular/core';
2
- import { model, computed, Component } from '@angular/core';
3
-
4
- /**
5
- * An object mapping branding logo variants to their corresponding asset paths.
6
- *
7
- * The keys represent the logo style and theme combination:
8
- * - `normal_light`: Standard logo for light backgrounds.
9
- * - `normal_dark`: Standard logo for dark backgrounds.
10
- * - `minimal_light`: Minimal logo for light backgrounds.
11
- * - `minimal_dark`: Minimal logo for dark backgrounds.
12
- * - `compound_light`: Compound logo for light backgrounds.
13
- * - `compound_dark`: Compound logo for dark backgrounds.
14
- *
15
- * The values are relative paths to the SVG logo assets.
16
- */
17
- const brandingRegisterLogo = {
18
- normal_light: 'assets/img/tk-logo-normal-light.svg',
19
- normal_dark: 'assets/img/tk-logo-normal-dark.svg',
20
- minimal_light: 'assets/img/tk-logo-minimal-light.svg',
21
- minimal_dark: 'assets/img/tk-logo-minimal-dark.svg',
22
- compound_light: 'assets/img/tk-logo-compound-light.svg',
23
- compound_dark: 'assets/img/tk-logo-compound-dark.svg',
24
- };
25
-
26
- /**
27
- * @component BrandingComponent
28
- * @description
29
- * Atomic component for managing and displaying the brand logo.
30
- * This component allows you to control the appearance of the logo according to the theme (light/dark)
31
- * and style variant (minimal, normal, compound), ensuring consistency
32
- * throughout the application.
33
- *
34
- * @usage
35
- * ```html
36
- * * <tk-branding [theme]="'dark'" [variantLogo]="'normal'"></tk-branding>
37
- * * <tk-branding [theme]="'light'" [variantLogo]="'minimal'"></tk-branding>
38
- * * <tk-branding [theme]="'dark'" [variantLogo]="'compound'"></tk-branding>
39
- * ```
40
- */
41
- class BrandingComponent {
42
- constructor() {
43
- /**
44
- * @property {ModelSignal<ThemeLogo>} theme
45
- * @description Defines the color variant of the logo based on the background color.
46
- * - `dark`: Dark logo, ideal for light backgrounds.
47
- * - `light`: Light (white) logo, ideal for dark backgrounds.
48
- * @default `dark`
49
- */
50
- this.theme = model('dark');
51
- /**
52
- * @property {ModelSignal<VariantLogo>} variantLogo
53
- * @description Defines the visual complexity or presentation of the logo.
54
- * - `minimal`: Only the icon, for small spaces.
55
- * - `normal`: The standard logo with icon and name.
56
- * - `compound`: The full version of the logo, including slogans or additional details.
57
- * @default `normal`
58
- */
59
- this.variant = model('normal');
60
- /**
61
- * @property {ModelSignal<string | undefined>} altText
62
- * @description Alternative text for the logo image, crucial for accessibility (screen readers).
63
- *
64
- * @default `logo Tekus`
65
- */
66
- this.altText = model('logo Tekus');
67
- this.size = model('100px');
68
- /**
69
- * @property {ComputedSignal<string>} logoSrc
70
- * @description Computed signal that determines the full path of the SVG logo file
71
- * based on the `theme` and `variantLogo` properties of file brandingRegisterLogo.
72
- * The expected naming convention for SVG files is `tk-logo-[variantLogo]-[theme].svg`.
73
- */
74
- this.logoSrc = computed(() => {
75
- const theme = this.theme();
76
- const variant = this.variant();
77
- return brandingRegisterLogo[`${variant ?? 'normal'}_${theme ?? 'dark'}`];
78
- });
79
- }
80
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: BrandingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
81
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "19.2.15", type: BrandingComponent, isStandalone: true, selector: "tk-branding", inputs: { theme: { classPropertyName: "theme", publicName: "theme", isSignal: true, isRequired: false, transformFunction: null }, variant: { classPropertyName: "variant", publicName: "variant", isSignal: true, isRequired: false, transformFunction: null }, altText: { classPropertyName: "altText", publicName: "altText", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { theme: "themeChange", variant: "variantChange", altText: "altTextChange", size: "sizeChange" }, ngImport: i0, template: "<div class=\"branding-wrapper\">\n <img [src]=\"logoSrc()\" [alt]=\"altText()\" />\n</div>\n", styles: [".branding-wrapper{height:100px;margin:var(--tk-spacing-8, 40px);max-width:400px;width:fit-content}.branding-wrapper svg,.branding-wrapper img{height:100px;max-height:100px;width:100%;object-fit:contain}\n"] }); }
82
- }
83
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: BrandingComponent, decorators: [{
84
- type: Component,
85
- args: [{ selector: 'tk-branding', standalone: true, imports: [], template: "<div class=\"branding-wrapper\">\n <img [src]=\"logoSrc()\" [alt]=\"altText()\" />\n</div>\n", styles: [".branding-wrapper{height:100px;margin:var(--tk-spacing-8, 40px);max-width:400px;width:fit-content}.branding-wrapper svg,.branding-wrapper img{height:100px;max-height:100px;width:100%;object-fit:contain}\n"] }]
86
- }] });
87
-
88
- /**
89
- * Generated bundle index. Do not edit.
90
- */
91
-
92
- export { BrandingComponent };
93
- //# sourceMappingURL=tekus-design-system-components-branding.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"tekus-design-system-components-branding.mjs","sources":["../../../projects/design-system/components/branding/src/branding-register-logo.ts","../../../projects/design-system/components/branding/src/branding.component.ts","../../../projects/design-system/components/branding/src/branding.component.html","../../../projects/design-system/components/branding/tekus-design-system-components-branding.ts"],"sourcesContent":["/**\n * An object mapping branding logo variants to their corresponding asset paths.\n *\n * The keys represent the logo style and theme combination:\n * - `normal_light`: Standard logo for light backgrounds.\n * - `normal_dark`: Standard logo for dark backgrounds.\n * - `minimal_light`: Minimal logo for light backgrounds.\n * - `minimal_dark`: Minimal logo for dark backgrounds.\n * - `compound_light`: Compound logo for light backgrounds.\n * - `compound_dark`: Compound logo for dark backgrounds.\n *\n * The values are relative paths to the SVG logo assets.\n */\nconst brandingRegisterLogo = {\n normal_light: 'assets/img/tk-logo-normal-light.svg',\n normal_dark: 'assets/img/tk-logo-normal-dark.svg',\n minimal_light: 'assets/img/tk-logo-minimal-light.svg',\n minimal_dark: 'assets/img/tk-logo-minimal-dark.svg',\n compound_light: 'assets/img/tk-logo-compound-light.svg',\n compound_dark: 'assets/img/tk-logo-compound-dark.svg',\n}\n\nexport default brandingRegisterLogo;\n\n","import { Component, computed, model, ModelSignal } from '@angular/core';\nimport brandingRegisterLogo from './branding-register-logo';\nimport { ThemeLogo, VariantLogo } from '@tekus/design-system/core/types';\n\n/**\n * @component BrandingComponent\n * @description\n * Atomic component for managing and displaying the brand logo.\n * This component allows you to control the appearance of the logo according to the theme (light/dark)\n * and style variant (minimal, normal, compound), ensuring consistency\n * throughout the application.\n *\n * @usage\n * ```html\n * * <tk-branding [theme]=\"'dark'\" [variantLogo]=\"'normal'\"></tk-branding>\n * * <tk-branding [theme]=\"'light'\" [variantLogo]=\"'minimal'\"></tk-branding>\n * * <tk-branding [theme]=\"'dark'\" [variantLogo]=\"'compound'\"></tk-branding>\n * ```\n */\n@Component({\n selector: 'tk-branding',\n standalone: true,\n imports: [],\n templateUrl: './branding.component.html',\n styleUrl: './branding.component.scss'\n})\nexport class BrandingComponent {\n\n /**\n * @property {ModelSignal<ThemeLogo>} theme\n * @description Defines the color variant of the logo based on the background color.\n * - `dark`: Dark logo, ideal for light backgrounds.\n * - `light`: Light (white) logo, ideal for dark backgrounds.\n * @default `dark`\n */\n theme: ModelSignal<ThemeLogo> = model<ThemeLogo>('dark')\n\n /**\n * @property {ModelSignal<VariantLogo>} variantLogo\n * @description Defines the visual complexity or presentation of the logo.\n * - `minimal`: Only the icon, for small spaces.\n * - `normal`: The standard logo with icon and name.\n * - `compound`: The full version of the logo, including slogans or additional details.\n * @default `normal`\n */\n variant: ModelSignal<VariantLogo> = model<VariantLogo>('normal');\n\n /**\n * @property {ModelSignal<string | undefined>} altText\n * @description Alternative text for the logo image, crucial for accessibility (screen readers).\n *\n * @default `logo Tekus`\n */\n altText: ModelSignal<string> = model('logo Tekus');\n\n size: ModelSignal<string> = model('100px')\n\n /**\n * @property {ComputedSignal<string>} logoSrc\n * @description Computed signal that determines the full path of the SVG logo file\n * based on the `theme` and `variantLogo` properties of file brandingRegisterLogo.\n * The expected naming convention for SVG files is `tk-logo-[variantLogo]-[theme].svg`.\n */\n logoSrc = computed(() => {\n const theme = this.theme();\n const variant = this.variant();\n return brandingRegisterLogo[`${variant ?? 'normal'}_${theme ?? 'dark'}`]\n })\n}\n","<div class=\"branding-wrapper\">\n <img [src]=\"logoSrc()\" [alt]=\"altText()\" />\n</div>\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;AAAA;;;;;;;;;;;;AAYG;AACH,MAAM,oBAAoB,GAAG;AAC3B,IAAA,YAAY,EAAE,qCAAqC;AACnD,IAAA,WAAW,EAAE,oCAAoC;AACjD,IAAA,aAAa,EAAE,sCAAsC;AACrD,IAAA,YAAY,EAAE,qCAAqC;AACnD,IAAA,cAAc,EAAE,uCAAuC;AACvD,IAAA,aAAa,EAAE,sCAAsC;CACtD;;AChBD;;;;;;;;;;;;;;AAcG;MAQU,iBAAiB,CAAA;AAP9B,IAAA,WAAA,GAAA;AASE;;;;;;AAMG;AACH,QAAA,IAAA,CAAA,KAAK,GAA2B,KAAK,CAAY,MAAM,CAAC;AAExD;;;;;;;AAOG;AACH,QAAA,IAAA,CAAA,OAAO,GAA6B,KAAK,CAAc,QAAQ,CAAC;AAEhE;;;;;AAKE;AACF,QAAA,IAAA,CAAA,OAAO,GAAwB,KAAK,CAAC,YAAY,CAAC;AAElD,QAAA,IAAA,CAAA,IAAI,GAAwB,KAAK,CAAC,OAAO,CAAC;AAE1C;;;;;AAKG;AACH,QAAA,IAAA,CAAA,OAAO,GAAG,QAAQ,CAAC,MAAK;AACtB,YAAA,MAAM,KAAK,GAAG,IAAI,CAAC,KAAK,EAAE;AAC1B,YAAA,MAAM,OAAO,GAAG,IAAI,CAAC,OAAO,EAAE;AAC9B,YAAA,OAAO,oBAAoB,CAAC,CAAG,EAAA,OAAO,IAAI,QAAQ,CAAI,CAAA,EAAA,KAAK,IAAI,MAAM,CAAE,CAAA,CAAC;AAC1E,SAAC,CAAC;AACH;+GA1CY,iBAAiB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAjB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,iBAAiB,uqBC1B9B,+FAGA,EAAA,MAAA,EAAA,CAAA,8MAAA,CAAA,EAAA,CAAA,CAAA;;4FDuBa,iBAAiB,EAAA,UAAA,EAAA,CAAA;kBAP7B,SAAS;+BACE,aAAa,EAAA,UAAA,EACX,IAAI,EAAA,OAAA,EACP,EAAE,EAAA,QAAA,EAAA,+FAAA,EAAA,MAAA,EAAA,CAAA,8MAAA,CAAA,EAAA;;;AEtBb;;AAEG;;;;"}