stop14-themesystem-legacy 2.0.0 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (229) hide show
  1. package/package.json +1 -1
  2. package/source/img/svg/icons/accordion-expand-active.svg +3 -0
  3. package/source/img/svg/icons/accordion-expand-default.svg +3 -0
  4. package/source/img/svg/icons/accordion-expand-neutral.svg +4 -0
  5. package/source/img/svg/icons/accordion-expand-reversed.svg +3 -0
  6. package/source/img/svg/icons/accordion-horizontal-active.svg +4 -0
  7. package/source/img/svg/icons/accordion-horizontal-default.svg +4 -0
  8. package/source/img/svg/icons/accordion-horizontal-neutral.svg +6 -0
  9. package/source/img/svg/icons/accordion-horizontal-reversed.svg +4 -0
  10. package/source/img/svg/icons/arrow-active.svg +11 -0
  11. package/source/img/svg/icons/arrow-default.svg +11 -0
  12. package/source/img/svg/icons/arrow-left-active.svg +11 -0
  13. package/source/img/svg/icons/arrow-left-default.svg +11 -0
  14. package/source/img/svg/icons/arrow-left-neutral.svg +13 -0
  15. package/source/img/svg/icons/arrow-left-reversed.svg +11 -0
  16. package/source/img/svg/icons/arrow-neutral.svg +13 -0
  17. package/source/img/svg/icons/arrow-reversed.svg +11 -0
  18. package/source/img/svg/icons/checkmark-active.svg +10 -0
  19. package/source/img/svg/icons/checkmark-default.svg +10 -0
  20. package/source/img/svg/icons/checkmark-neutral.svg +11 -0
  21. package/source/img/svg/icons/checkmark-reversed.svg +10 -0
  22. package/source/img/svg/icons/close-active.svg +11 -12
  23. package/source/img/svg/icons/close-default.svg +11 -0
  24. package/source/img/svg/icons/close-neutral.svg +13 -0
  25. package/source/img/svg/icons/close-reversed.svg +11 -0
  26. package/source/img/svg/icons/cogs-active.svg +15 -0
  27. package/source/img/svg/icons/cogs-default.svg +15 -0
  28. package/source/img/svg/icons/cogs-neutral.svg +15 -0
  29. package/source/img/svg/icons/cogs-reversed.svg +15 -0
  30. package/source/img/svg/icons/copy-active.svg +11 -0
  31. package/source/img/svg/icons/copy-default.svg +11 -0
  32. package/source/img/svg/icons/copy-neutral.svg +13 -0
  33. package/source/img/svg/icons/copy-reversed.svg +11 -0
  34. package/source/img/svg/icons/download-active.svg +12 -14
  35. package/source/img/svg/icons/download-default.svg +12 -0
  36. package/source/img/svg/icons/download-metadata-active.svg +1 -12
  37. package/source/img/svg/icons/download-metadata-default.svg +1 -0
  38. package/source/img/svg/icons/download-metadata-neutral.svg +1 -0
  39. package/source/img/svg/icons/download-metadata-reversed.svg +1 -0
  40. package/source/img/svg/icons/download-neutral.svg +15 -0
  41. package/source/img/svg/icons/download-reversed.svg +12 -0
  42. package/source/img/svg/icons/export-active.svg +15 -0
  43. package/source/img/svg/icons/export-default.svg +15 -0
  44. package/source/img/svg/icons/export-neutral.svg +21 -0
  45. package/source/img/svg/icons/export-reversed.svg +15 -0
  46. package/source/img/svg/icons/external link-active.svg +12 -0
  47. package/source/img/svg/icons/external link-default.svg +12 -0
  48. package/source/img/svg/icons/external link-neutral.svg +15 -0
  49. package/source/img/svg/icons/external link-reversed.svg +12 -0
  50. package/source/img/svg/icons/filter-active.svg +10 -0
  51. package/source/img/svg/icons/filter-default.svg +10 -0
  52. package/source/img/svg/icons/filter-neutral.svg +11 -0
  53. package/source/img/svg/icons/filter-reversed.svg +10 -0
  54. package/source/img/svg/icons/full-screen-default.svg +13 -0
  55. package/source/img/svg/icons/full-screen-neutral.svg +17 -0
  56. package/source/img/svg/icons/full-screen-reversed.svg +13 -0
  57. package/source/img/svg/icons/grid-default.svg +11 -0
  58. package/source/img/svg/icons/grid-neutral.svg +20 -0
  59. package/source/img/svg/icons/grid-reversed.svg +11 -0
  60. package/source/img/svg/icons/hamburger-menu-active.svg +5 -0
  61. package/source/img/svg/icons/hamburger-menu-default.svg +5 -0
  62. package/source/img/svg/icons/hamburger-menu-neutral.svg +8 -0
  63. package/source/img/svg/icons/hamburger-menu-reversed.svg +5 -0
  64. package/source/img/svg/icons/home-active.svg +3 -16
  65. package/source/img/svg/icons/home-default.svg +3 -0
  66. package/source/img/svg/icons/home-neutral.svg +3 -0
  67. package/source/img/svg/icons/home-reversed.svg +3 -0
  68. package/source/img/svg/icons/link-active.svg +12 -0
  69. package/source/img/svg/icons/link-default.svg +12 -0
  70. package/source/img/svg/icons/link-neutral.svg +15 -0
  71. package/source/img/svg/icons/link-reversed.svg +12 -0
  72. package/source/img/svg/icons/list-active.svg +8 -0
  73. package/source/img/svg/icons/list-default.svg +8 -0
  74. package/source/img/svg/icons/list-neutral.svg +8 -0
  75. package/source/img/svg/icons/list-reversed.svg +14 -0
  76. package/source/img/svg/icons/location-active.svg +4 -0
  77. package/source/img/svg/icons/location-default.svg +4 -0
  78. package/source/img/svg/icons/location-neutral.svg +10 -0
  79. package/source/img/svg/icons/location-revesed.svg +4 -0
  80. package/source/img/svg/icons/locked-active.svg +12 -0
  81. package/source/img/svg/icons/locked-default.svg +12 -0
  82. package/source/img/svg/icons/locked-neutral.svg +15 -0
  83. package/source/img/svg/icons/locked-reversed.svg +12 -0
  84. package/source/img/svg/icons/logout-active.svg +13 -0
  85. package/source/img/svg/icons/logout-default.svg +13 -0
  86. package/source/img/svg/icons/logout-neutral.svg +17 -0
  87. package/source/img/svg/icons/logout-reversed.svg +13 -0
  88. package/source/img/svg/icons/masonry-active.svg +1 -0
  89. package/source/img/svg/icons/masonry-default.svg +1 -0
  90. package/source/img/svg/icons/masonry-neutral.svg +1 -0
  91. package/source/img/svg/icons/masonry-view-reversed.svg +1 -0
  92. package/source/img/svg/icons/minus-active.svg +3 -0
  93. package/source/img/svg/icons/minus-default.svg +3 -0
  94. package/source/img/svg/icons/minus-neutral.svg +4 -0
  95. package/source/img/svg/icons/minus-reversed.svg +3 -0
  96. package/source/img/svg/icons/open-access-active.svg +15 -0
  97. package/source/img/svg/icons/open-access-default.svg +15 -0
  98. package/source/img/svg/icons/open-access-neutral.svg +21 -0
  99. package/source/img/svg/icons/open-access-reversed.svg +15 -0
  100. package/source/img/svg/icons/ordchid-id-active.svg +13 -0
  101. package/source/img/svg/icons/ordchid-id-default.svg +13 -0
  102. package/source/img/svg/icons/ordchid-id-neutral.svg +20 -0
  103. package/source/img/svg/icons/ordchid-id-reversed.svg +13 -0
  104. package/source/img/svg/icons/plus-active.svg +4 -0
  105. package/source/img/svg/icons/plus-default.svg +4 -0
  106. package/source/img/svg/icons/plus-neutral.svg +6 -0
  107. package/source/img/svg/icons/plus-reversed.svg +4 -0
  108. package/source/img/svg/icons/reset-active.svg +13 -0
  109. package/source/img/svg/icons/reset-default.svg +13 -0
  110. package/source/img/svg/icons/reset-neutral.svg +17 -0
  111. package/source/img/svg/icons/reset-reversed.svg +13 -0
  112. package/source/img/svg/icons/search-active.svg +4 -12
  113. package/source/img/svg/icons/search-default.svg +4 -0
  114. package/source/img/svg/icons/search-neutral.svg +6 -0
  115. package/source/img/svg/icons/search-reversed.svg +4 -0
  116. package/source/img/svg/icons/sort-asc-active.svg +12 -0
  117. package/source/img/svg/icons/sort-asc-default.svg +12 -0
  118. package/source/img/svg/icons/sort-asc-neutral.svg +15 -0
  119. package/source/img/svg/icons/sort-asc-reversed.svg +12 -0
  120. package/source/img/svg/icons/sort-desc-active.svg +12 -0
  121. package/source/img/svg/icons/sort-desc-default.svg +12 -0
  122. package/source/img/svg/icons/sort-desc-neutral.svg +15 -0
  123. package/source/img/svg/icons/sort-desc-reversed.svg +12 -0
  124. package/source/img/svg/icons/unlocked-active.svg +15 -0
  125. package/source/img/svg/icons/unlocked-default.svg +15 -0
  126. package/source/img/svg/icons/unlocked-neutral.svg +18 -0
  127. package/source/img/svg/icons/unlocked-reversed.svg +15 -0
  128. package/source/img/svg/icons/upload-active.svg +12 -0
  129. package/source/img/svg/icons/upload-default.svg +12 -0
  130. package/source/img/svg/icons/upload-neutral.svg +15 -0
  131. package/source/img/svg/icons/upload-reversed.svg +12 -0
  132. package/source/img/svg/icons/user-access-active.svg +12 -0
  133. package/source/img/svg/icons/user-access-default.svg +12 -0
  134. package/source/img/svg/icons/user-access-neutral.svg +15 -0
  135. package/source/img/svg/icons/user-access-reversed.svg +12 -0
  136. package/source/img/svg/icons/user-active.svg +11 -0
  137. package/source/img/svg/icons/user-default.svg +11 -0
  138. package/source/img/svg/icons/user-neutral.svg +13 -0
  139. package/source/img/svg/icons/user-reversed.svg +11 -0
  140. package/source/img/svg/icons/visible-active.svg +3 -0
  141. package/source/img/svg/icons/visible-default.svg +3 -0
  142. package/source/img/svg/icons/visible-neutral.svg +4 -0
  143. package/source/img/svg/icons/visible-reversed.svg +3 -0
  144. package/source/img/svg/icons_deprecated/close-active.svg +12 -0
  145. package/source/img/svg/icons_deprecated/download-active.svg +14 -0
  146. package/source/img/svg/icons_deprecated/download-metadata-active.svg +12 -0
  147. package/source/img/svg/icons_deprecated/home-active.svg +16 -0
  148. package/source/img/svg/icons_deprecated/search-active.svg +12 -0
  149. package/source/sass/a_components/40_ui/ui_element_base_v002/13_definitions/_form_elements.sass +17 -3
  150. package/source/sass/a_components/40_ui/ui_element_base_v002/_general_ui.sass +2 -2
  151. package/source/sass/a_components/40_ui/ui_element_base_v002/_index.sass +1 -1
  152. package/source/sass/a_components/40_ui/ui_element_base_v002/_standardized_icons/_icon_mixins.sass +7 -8
  153. package/source/sass/a_components/60_site_elements/drupal_general_support/_component_drupal_local_tasks.sass +73 -0
  154. package/source/sass/a_components/60_site_elements/drupal_general_support/_index.sass +1 -0
  155. /package/source/img/svg/{icons → icons_deprecated}/accordion-collapse-icon.svg +0 -0
  156. /package/source/img/svg/{icons → icons_deprecated}/accordion-open-icon.svg +0 -0
  157. /package/source/img/svg/{icons → icons_deprecated}/check-mark-black.svg +0 -0
  158. /package/source/img/svg/{icons → icons_deprecated}/close-grey.svg +0 -0
  159. /package/source/img/svg/{icons → icons_deprecated}/close-icon.svg +0 -0
  160. /package/source/img/svg/{icons → icons_deprecated}/down-arrow-black.svg +0 -0
  161. /package/source/img/svg/{icons → icons_deprecated}/down-arrow.svg +0 -0
  162. /package/source/img/svg/{icons → icons_deprecated}/download-black.svg +0 -0
  163. /package/source/img/svg/{icons → icons_deprecated}/download-grey.svg +0 -0
  164. /package/source/img/svg/{icons → icons_deprecated}/download-metadata-black.svg +0 -0
  165. /package/source/img/svg/{icons → icons_deprecated}/download-metadata-grey.svg +0 -0
  166. /package/source/img/svg/{icons → icons_deprecated}/download-metadata-white.svg +0 -0
  167. /package/source/img/svg/{icons → icons_deprecated}/download-white.svg +0 -0
  168. /package/source/img/svg/{icons → icons_deprecated}/filter-icon-active.svg +0 -0
  169. /package/source/img/svg/{icons → icons_deprecated}/filter-icon-black.svg +0 -0
  170. /package/source/img/svg/{icons → icons_deprecated}/full-screen-view-active.svg +0 -0
  171. /package/source/img/svg/{icons → icons_deprecated}/full-screen-view-black.svg +0 -0
  172. /package/source/img/svg/{icons → icons_deprecated}/full-screen-view-grey.svg +0 -0
  173. /package/source/img/svg/{icons → icons_deprecated}/full-screen-view-white.svg +0 -0
  174. /package/source/img/svg/{icons → icons_deprecated}/grid-view-icon-active.svg +0 -0
  175. /package/source/img/svg/{icons → icons_deprecated}/grid-view-icon-white.svg +0 -0
  176. /package/source/img/svg/{icons → icons_deprecated}/grid-view-icon.svg +0 -0
  177. /package/source/img/svg/{icons → icons_deprecated}/hamburger.svg +0 -0
  178. /package/source/img/svg/{icons → icons_deprecated}/home-black.svg +0 -0
  179. /package/source/img/svg/{icons → icons_deprecated}/home-grey.svg +0 -0
  180. /package/source/img/svg/{icons → icons_deprecated}/home-white.svg +0 -0
  181. /package/source/img/svg/{icons → icons_deprecated}/icons-active.svg +0 -0
  182. /package/source/img/svg/{icons → icons_deprecated}/icons-black.svg +0 -0
  183. /package/source/img/svg/{icons → icons_deprecated}/icons-grey.svg +0 -0
  184. /package/source/img/svg/{icons → icons_deprecated}/icons-white.svg +0 -0
  185. /package/source/img/svg/{icons → icons_deprecated}/left-arrow-active.svg +0 -0
  186. /package/source/img/svg/{icons → icons_deprecated}/left-arrow-black.svg +0 -0
  187. /package/source/img/svg/{icons → icons_deprecated}/left-arrow-grey.svg +0 -0
  188. /package/source/img/svg/{icons → icons_deprecated}/left-arrow-white.svg +0 -0
  189. /package/source/img/svg/{icons → icons_deprecated}/link-black.svg +0 -0
  190. /package/source/img/svg/{icons → icons_deprecated}/link-grey.svg +0 -0
  191. /package/source/img/svg/{icons → icons_deprecated}/link-white.svg +0 -0
  192. /package/source/img/svg/{icons → icons_deprecated}/list-view-active.svg +0 -0
  193. /package/source/img/svg/{icons → icons_deprecated}/list-view-black.svg +0 -0
  194. /package/source/img/svg/{icons → icons_deprecated}/list-view-grey.svg +0 -0
  195. /package/source/img/svg/{icons → icons_deprecated}/list-view-icon-active.svg +0 -0
  196. /package/source/img/svg/{icons → icons_deprecated}/list-view-icon-grey.svg +0 -0
  197. /package/source/img/svg/{icons → icons_deprecated}/list-view-icon-white.svg +0 -0
  198. /package/source/img/svg/{icons → icons_deprecated}/list-view-icon.svg +0 -0
  199. /package/source/img/svg/{icons → icons_deprecated}/list-view-white.svg +0 -0
  200. /package/source/img/svg/{icons → icons_deprecated}/map-pin-active.svg +0 -0
  201. /package/source/img/svg/{icons → icons_deprecated}/map-pin-black.svg +0 -0
  202. /package/source/img/svg/{icons → icons_deprecated}/map-pin-grey.svg +0 -0
  203. /package/source/img/svg/{icons → icons_deprecated}/map-pin-white.svg +0 -0
  204. /package/source/img/svg/{icons → icons_deprecated}/marker-active.svg +0 -0
  205. /package/source/img/svg/{icons → icons_deprecated}/marker-black.svg +0 -0
  206. /package/source/img/svg/{icons → icons_deprecated}/marker-grey.svg +0 -0
  207. /package/source/img/svg/{icons → icons_deprecated}/marker-white.svg +0 -0
  208. /package/source/img/svg/{icons → icons_deprecated}/masonry-view-active.svg +0 -0
  209. /package/source/img/svg/{icons → icons_deprecated}/masonry-view-black.svg +0 -0
  210. /package/source/img/svg/{icons → icons_deprecated}/masonry-view-grey.svg +0 -0
  211. /package/source/img/svg/{icons → icons_deprecated}/masonry-view-white.svg +0 -0
  212. /package/source/img/svg/{icons → icons_deprecated}/more-arrow-active.svg +0 -0
  213. /package/source/img/svg/{icons → icons_deprecated}/more-arrow-black.svg +0 -0
  214. /package/source/img/svg/{icons → icons_deprecated}/more-arrow-white.svg +0 -0
  215. /package/source/img/svg/{icons → icons_deprecated}/right-arrow-active.svg +0 -0
  216. /package/source/img/svg/{icons → icons_deprecated}/right-arrow-black.svg +0 -0
  217. /package/source/img/svg/{icons → icons_deprecated}/right-arrow-grey.svg +0 -0
  218. /package/source/img/svg/{icons → icons_deprecated}/right-arrow-white.svg +0 -0
  219. /package/source/img/svg/{icons → icons_deprecated}/search-black.svg +0 -0
  220. /package/source/img/svg/{icons → icons_deprecated}/search-grey.svg +0 -0
  221. /package/source/img/svg/{icons → icons_deprecated}/search-white.svg +0 -0
  222. /package/source/img/svg/{icons → icons_deprecated}/sort-active.svg +0 -0
  223. /package/source/img/svg/{icons → icons_deprecated}/sort-black.svg +0 -0
  224. /package/source/img/svg/{icons → icons_deprecated}/sort-grey.svg +0 -0
  225. /package/source/img/svg/{icons → icons_deprecated}/sort-white.svg +0 -0
  226. /package/source/img/svg/{icons → icons_deprecated}/user-login-active.svg +0 -0
  227. /package/source/img/svg/{icons → icons_deprecated}/user-login-black.svg +0 -0
  228. /package/source/img/svg/{icons → icons_deprecated}/user-login-grey.svg +0 -0
  229. /package/source/img/svg/{icons → icons_deprecated}/user-login-white.svg +0 -0
@@ -0,0 +1,15 @@
1
+ <svg width="28" height="30" viewBox="0 0 28 30" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_590_647)">
3
+ <path d="M26.5862 17.4829V1.53516H0.517242V28.5852L15 28.5452" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M6.31035 9.23364H20.7931" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
5
+ <path d="M6.31035 15.0903H16.4483" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
6
+ <path d="M6.31035 20.9468H13.4069" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
7
+ <path d="M17.5862 23.99L22.0759 28.8053L26.5655 23.99" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
8
+ <path d="M22.0759 28.8054V19.6553" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
9
+ </g>
10
+ <defs>
11
+ <clipPath id="clip0_590_647">
12
+ <rect width="27.931" height="30" fill="white"/>
13
+ </clipPath>
14
+ </defs>
15
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg width="31" height="31" viewBox="0 0 31 31" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_601_1205)">
3
+ <path d="M25.2787 14.439L25.3933 5.37607L16.3336 5.4939" stroke="#F4B17A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M25.3965 5.37931L16.6772 14.0986" stroke="#F4B17A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
5
+ </g>
6
+ <path d="M10.6875 7H1V29.8125H23.5V20.125" stroke="#F4B17A" stroke-width="2"/>
7
+ <defs>
8
+ <clipPath id="clip0_601_1205">
9
+ <rect width="13.6231" height="14.0359" fill="white" transform="translate(11.3125 9.63306) rotate(-45)"/>
10
+ </clipPath>
11
+ </defs>
12
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg width="31" height="31" viewBox="0 0 31 31" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_590_594)">
3
+ <path d="M25.2787 14.439L25.3933 5.37607L16.3336 5.4939" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M25.3965 5.37931L16.6772 14.0986" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
5
+ </g>
6
+ <path d="M10.6875 7H1V29.8125H23.5V20.125" stroke="#020C19" stroke-width="2"/>
7
+ <defs>
8
+ <clipPath id="clip0_590_594">
9
+ <rect width="13.6231" height="14.0359" fill="white" transform="translate(11.3125 9.63306) rotate(-45)"/>
10
+ </clipPath>
11
+ </defs>
12
+ </svg>
@@ -0,0 +1,15 @@
1
+ <svg width="31" height="31" viewBox="0 0 31 31" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10.6875 7.1875H1V30H23.5V20.3125" stroke="#020C19" stroke-width="2"/>
3
+ <path d="M10.6875 7.1875H1V30H23.5V20.3125" stroke="white" stroke-opacity="0.5" stroke-width="2"/>
4
+ <g clip-path="url(#clip0_590_597)">
5
+ <path d="M25.2787 14.439L25.3933 5.37607L16.3336 5.4939" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
6
+ <path d="M25.2787 14.439L25.3933 5.37607L16.3336 5.4939" stroke="white" stroke-opacity="0.7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
7
+ <path d="M25.3965 5.37931L16.6772 14.0986" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
8
+ <path d="M25.3965 5.37931L16.6772 14.0986" stroke="white" stroke-opacity="0.7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
9
+ </g>
10
+ <defs>
11
+ <clipPath id="clip0_590_597">
12
+ <rect width="13.6231" height="14.0359" fill="white" transform="translate(11.3125 9.63306) rotate(-45)"/>
13
+ </clipPath>
14
+ </defs>
15
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg width="31" height="31" viewBox="0 0 31 31" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10.6875 7.1875H1V30H23.5V20.3125" stroke="white" stroke-width="2"/>
3
+ <g clip-path="url(#clip0_590_600)">
4
+ <path d="M25.2787 14.439L25.3933 5.37607L16.3336 5.4939" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
5
+ <path d="M25.3965 5.37931L16.6772 14.0986" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
6
+ </g>
7
+ <defs>
8
+ <clipPath id="clip0_590_600">
9
+ <rect width="13.6231" height="14.0359" fill="white" transform="translate(11.3125 9.63306) rotate(-45)"/>
10
+ </clipPath>
11
+ </defs>
12
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg width="35" height="30" viewBox="0 0 35 30" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_601_1219)">
3
+ <path d="M1.13226 3.63873H12.4839M25.0839 3.63873H33.9097M1.13226 26.3613H18.1742M30.7742 26.3613H33.9097M0.483871 15H3.61936M16.2194 15H33.2613M18.7839 0.483887C17.0419 0.483887 15.629 1.89679 15.629 3.63873C15.629 5.38066 17.0419 6.79356 18.7839 6.79356C20.5258 6.79356 21.9387 5.38066 21.9387 3.63873C21.9387 1.89679 20.5258 0.483887 18.7839 0.483887ZM24.4742 23.1968C22.7323 23.1968 21.3194 24.6097 21.3194 26.3516C21.3194 28.0936 22.7323 29.5065 24.4742 29.5065C26.2161 29.5065 27.629 28.0936 27.629 26.3516C27.629 24.6097 26.2161 23.1968 24.4742 23.1968ZM9.91936 11.8452C8.17742 11.8452 6.76452 13.2581 6.76452 15C6.76452 16.742 8.17742 18.1549 9.91936 18.1549C11.6613 18.1549 13.0742 16.742 13.0742 15C13.0742 13.2581 11.6613 11.8452 9.91936 11.8452Z" stroke="#F4B17A" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round"/>
4
+ </g>
5
+ <defs>
6
+ <clipPath id="clip0_601_1219">
7
+ <rect width="34.3936" height="30" fill="white"/>
8
+ </clipPath>
9
+ </defs>
10
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg width="35" height="30" viewBox="0 0 35 30" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_590_622)">
3
+ <path d="M1.13226 3.63873H12.4839M25.0839 3.63873H33.9097M1.13226 26.3613H18.1742M30.7742 26.3613H33.9097M0.483871 15H3.61936M16.2194 15H33.2613M18.7839 0.483887C17.0419 0.483887 15.629 1.89679 15.629 3.63873C15.629 5.38066 17.0419 6.79356 18.7839 6.79356C20.5258 6.79356 21.9387 5.38066 21.9387 3.63873C21.9387 1.89679 20.5258 0.483887 18.7839 0.483887ZM24.4742 23.1968C22.7323 23.1968 21.3194 24.6097 21.3194 26.3516C21.3194 28.0936 22.7323 29.5065 24.4742 29.5065C26.2161 29.5065 27.629 28.0936 27.629 26.3516C27.629 24.6097 26.2161 23.1968 24.4742 23.1968ZM9.91936 11.8452C8.17742 11.8452 6.76452 13.2581 6.76452 15C6.76452 16.742 8.17742 18.1549 9.91936 18.1549C11.6613 18.1549 13.0742 16.742 13.0742 15C13.0742 13.2581 11.6613 11.8452 9.91936 11.8452Z" stroke="#020C19" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round"/>
4
+ </g>
5
+ <defs>
6
+ <clipPath id="clip0_590_622">
7
+ <rect width="34.3936" height="30" fill="white"/>
8
+ </clipPath>
9
+ </defs>
10
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg width="35" height="30" viewBox="0 0 35 30" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_590_624)">
3
+ <path d="M1.13226 3.63873H12.4839M25.0839 3.63873H33.9097M1.13226 26.3613H18.1742M30.7742 26.3613H33.9097M0.483871 15H3.61936M16.2194 15H33.2613M18.7839 0.483887C17.0419 0.483887 15.629 1.89679 15.629 3.63873C15.629 5.38066 17.0419 6.79356 18.7839 6.79356C20.5258 6.79356 21.9387 5.38066 21.9387 3.63873C21.9387 1.89679 20.5258 0.483887 18.7839 0.483887ZM24.4742 23.1968C22.7323 23.1968 21.3194 24.6097 21.3194 26.3516C21.3194 28.0936 22.7323 29.5065 24.4742 29.5065C26.2161 29.5065 27.629 28.0936 27.629 26.3516C27.629 24.6097 26.2161 23.1968 24.4742 23.1968ZM9.91936 11.8452C8.17742 11.8452 6.76452 13.2581 6.76452 15C6.76452 16.742 8.17742 18.1549 9.91936 18.1549C11.6613 18.1549 13.0742 16.742 13.0742 15C13.0742 13.2581 11.6613 11.8452 9.91936 11.8452Z" stroke="#020C19" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round"/>
4
+ <path d="M1.13226 3.63873H12.4839M25.0839 3.63873H33.9097M1.13226 26.3613H18.1742M30.7742 26.3613H33.9097M0.483871 15H3.61936M16.2194 15H33.2613M18.7839 0.483887C17.0419 0.483887 15.629 1.89679 15.629 3.63873C15.629 5.38066 17.0419 6.79356 18.7839 6.79356C20.5258 6.79356 21.9387 5.38066 21.9387 3.63873C21.9387 1.89679 20.5258 0.483887 18.7839 0.483887ZM24.4742 23.1968C22.7323 23.1968 21.3194 24.6097 21.3194 26.3516C21.3194 28.0936 22.7323 29.5065 24.4742 29.5065C26.2161 29.5065 27.629 28.0936 27.629 26.3516C27.629 24.6097 26.2161 23.1968 24.4742 23.1968ZM9.91936 11.8452C8.17742 11.8452 6.76452 13.2581 6.76452 15C6.76452 16.742 8.17742 18.1549 9.91936 18.1549C11.6613 18.1549 13.0742 16.742 13.0742 15C13.0742 13.2581 11.6613 11.8452 9.91936 11.8452Z" stroke="white" stroke-opacity="0.5" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round"/>
5
+ </g>
6
+ <defs>
7
+ <clipPath id="clip0_590_624">
8
+ <rect width="34.3936" height="30" fill="white"/>
9
+ </clipPath>
10
+ </defs>
11
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg width="35" height="30" viewBox="0 0 35 30" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_590_626)">
3
+ <path d="M1.13226 3.63873H12.4839M25.0839 3.63873H33.9097M1.13226 26.3613H18.1742M30.7742 26.3613H33.9097M0.483871 15H3.61936M16.2194 15H33.2613M18.7839 0.483887C17.0419 0.483887 15.629 1.89679 15.629 3.63873C15.629 5.38066 17.0419 6.79356 18.7839 6.79356C20.5258 6.79356 21.9387 5.38066 21.9387 3.63873C21.9387 1.89679 20.5258 0.483887 18.7839 0.483887ZM24.4742 23.1968C22.7323 23.1968 21.3194 24.6097 21.3194 26.3516C21.3194 28.0936 22.7323 29.5065 24.4742 29.5065C26.2161 29.5065 27.629 28.0936 27.629 26.3516C27.629 24.6097 26.2161 23.1968 24.4742 23.1968ZM9.91936 11.8452C8.17742 11.8452 6.76452 13.2581 6.76452 15C6.76452 16.742 8.17742 18.1549 9.91936 18.1549C11.6613 18.1549 13.0742 16.742 13.0742 15C13.0742 13.2581 11.6613 11.8452 9.91936 11.8452Z" stroke="white" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round"/>
4
+ </g>
5
+ <defs>
6
+ <clipPath id="clip0_590_626">
7
+ <rect width="34.3936" height="30" fill="white"/>
8
+ </clipPath>
9
+ </defs>
10
+ </svg>
@@ -0,0 +1,13 @@
1
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_590_329)">
3
+ <path d="M1.47409 11.6452V1.48389H11.6354" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M30.5064 20.3547V30.516H20.3451" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
5
+ <path d="M1.47409 20.3547V30.516H11.6354" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
6
+ <path d="M30.5064 11.6452V1.48389H20.3451" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
7
+ </g>
8
+ <defs>
9
+ <clipPath id="clip0_590_329">
10
+ <rect width="32" height="32" fill="white"/>
11
+ </clipPath>
12
+ </defs>
13
+ </svg>
@@ -0,0 +1,17 @@
1
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_590_335)">
3
+ <path d="M1.47409 11.6452V1.48389H11.6354" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M1.47409 11.6452V1.48389H11.6354" stroke="white" stroke-opacity="0.5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
5
+ <path d="M30.5064 20.3547V30.516H20.3451" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
6
+ <path d="M30.5064 20.3547V30.516H20.3451" stroke="white" stroke-opacity="0.5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
7
+ <path d="M1.47409 20.3547V30.516H11.6354" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
8
+ <path d="M1.47409 20.3547V30.516H11.6354" stroke="white" stroke-opacity="0.5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
9
+ <path d="M30.5064 11.6452V1.48389H20.3451" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
10
+ <path d="M30.5064 11.6452V1.48389H20.3451" stroke="white" stroke-opacity="0.5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
11
+ </g>
12
+ <defs>
13
+ <clipPath id="clip0_590_335">
14
+ <rect width="32" height="32" fill="white"/>
15
+ </clipPath>
16
+ </defs>
17
+ </svg>
@@ -0,0 +1,13 @@
1
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_590_341)">
3
+ <path d="M1.47409 11.6452V1.48389H11.6354" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M30.5064 20.3547V30.516H20.3451" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
5
+ <path d="M1.47409 20.3547V30.516H11.6354" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
6
+ <path d="M30.5064 11.6452V1.48389H20.3451" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
7
+ </g>
8
+ <defs>
9
+ <clipPath id="clip0_590_341">
10
+ <rect width="32" height="32" fill="white"/>
11
+ </clipPath>
12
+ </defs>
13
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="7.5" height="7.5" fill="#020C19"/>
3
+ <rect x="11.25" width="7.5" height="7.5" fill="#020C19"/>
4
+ <rect x="22.5" width="7.5" height="7.5" fill="#020C19"/>
5
+ <rect y="11.25" width="7.5" height="7.5" fill="#020C19"/>
6
+ <rect y="22.5" width="7.5" height="7.5" fill="#020C19"/>
7
+ <rect x="11.25" y="11.25" width="7.5" height="7.5" fill="#020C19"/>
8
+ <rect x="11.25" y="22.5" width="7.5" height="7.5" fill="#020C19"/>
9
+ <rect x="22.5" y="11.25" width="7.5" height="7.5" fill="#020C19"/>
10
+ <rect x="22.5" y="22.5" width="7.5" height="7.5" fill="#020C19"/>
11
+ </svg>
@@ -0,0 +1,20 @@
1
+ <svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="7.5" height="7.5" fill="#020C19"/>
3
+ <rect width="7.5" height="7.5" fill="white" fill-opacity="0.5"/>
4
+ <rect x="11.25" width="7.5" height="7.5" fill="#020C19"/>
5
+ <rect x="11.25" width="7.5" height="7.5" fill="white" fill-opacity="0.5"/>
6
+ <rect x="22.5" width="7.5" height="7.5" fill="#020C19"/>
7
+ <rect x="22.5" width="7.5" height="7.5" fill="white" fill-opacity="0.5"/>
8
+ <rect y="11.25" width="7.5" height="7.5" fill="#020C19"/>
9
+ <rect y="11.25" width="7.5" height="7.5" fill="white" fill-opacity="0.5"/>
10
+ <rect y="22.5" width="7.5" height="7.5" fill="#020C19"/>
11
+ <rect y="22.5" width="7.5" height="7.5" fill="white" fill-opacity="0.5"/>
12
+ <rect x="11.25" y="11.25" width="7.5" height="7.5" fill="#020C19"/>
13
+ <rect x="11.25" y="11.25" width="7.5" height="7.5" fill="white" fill-opacity="0.5"/>
14
+ <rect x="11.25" y="22.5" width="7.5" height="7.5" fill="#020C19"/>
15
+ <rect x="11.25" y="22.5" width="7.5" height="7.5" fill="white" fill-opacity="0.5"/>
16
+ <rect x="22.5" y="11.25" width="7.5" height="7.5" fill="#020C19"/>
17
+ <rect x="22.5" y="11.25" width="7.5" height="7.5" fill="white" fill-opacity="0.5"/>
18
+ <rect x="22.5" y="22.5" width="7.5" height="7.5" fill="#020C19"/>
19
+ <rect x="22.5" y="22.5" width="7.5" height="7.5" fill="white" fill-opacity="0.5"/>
20
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="7.5" height="7.5" fill="white"/>
3
+ <rect x="11.25" width="7.5" height="7.5" fill="white"/>
4
+ <rect x="22.5" width="7.5" height="7.5" fill="white"/>
5
+ <rect y="11.25" width="7.5" height="7.5" fill="white"/>
6
+ <rect y="22.5" width="7.5" height="7.5" fill="white"/>
7
+ <rect x="11.25" y="11.25" width="7.5" height="7.5" fill="white"/>
8
+ <rect x="11.25" y="22.5" width="7.5" height="7.5" fill="white"/>
9
+ <rect x="22.5" y="11.25" width="7.5" height="7.5" fill="white"/>
10
+ <rect x="22.5" y="22.5" width="7.5" height="7.5" fill="white"/>
11
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="33" height="32" viewBox="0 0 33 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M31 30.5161L16 30.5161" stroke="#F4B17A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M31 1.48389L1 1.48389" stroke="#F4B17A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M31 16L11 16" stroke="#F4B17A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="33" height="32" viewBox="0 0 33 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M31 30.5161L16 30.5161" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M31 1.48389L1 1.48389" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M31 16L11 16" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
5
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="33" height="32" viewBox="0 0 33 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M31 30.5161L16 30.5161" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M31 30.5161L16 30.5161" stroke="white" stroke-opacity="0.5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M31 1.48389L1 1.48389" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
5
+ <path d="M31 1.48389L1 1.48389" stroke="white" stroke-opacity="0.5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
6
+ <path d="M31 16L11 16" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
7
+ <path d="M31 16L11 16" stroke="white" stroke-opacity="0.5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
8
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="33" height="32" viewBox="0 0 33 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M31 30.5161L16 30.5161" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M31 1.48389L1 1.48389" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M31 16L11 16" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
5
+ </svg>
@@ -1,16 +1,3 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33.86 30">
3
- <defs>
4
- <style>
5
- .cls-1 {
6
- fill: #bf609b;
7
- stroke-width: 0px;
8
- }
9
- </style>
10
- </defs>
11
- <g id="c14_house" data-name="c14 house">
12
- <path class="cls-1" d="M4.6,29.24s-.03.76.71.76c.92,0,8.53-.01,8.53-.01v-6.99s-.11-1.15,1.01-1.15h3.54c1.32,0,1.24,1.15,1.24,1.15l-.02,6.97h8.35c.94,0,.9-.94.9-.94v-12.9l-11.78-10.47-12.5,10.47s0,13.11,0,13.11Z"/>
13
- <path class="cls-1" d="M0,15.16s1.06,1.96,3.38,0L17.21,3.45l12.97,11.63c2.68,1.93,3.68,0,3.68,0L17.21,0,0,15.16Z"/>
14
- <polygon class="cls-1" points="29.86 3.43 26.52 3.43 26.54 7.47 29.86 10.29 29.86 3.43"/>
15
- </g>
16
- </svg>
1
+ <svg width="29" height="30" viewBox="0 0 29 30" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M27.3636 13.5287V29H18.4545V21.2727V20.2727H17.4545H10.9091H9.90909V21.2727V29H1V13.5287L14.1818 1.36091L27.3636 13.5287Z" stroke="#F4B17A" stroke-width="2"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="29" height="30" viewBox="0 0 29 30" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10.9091 20.2727H9.90909V21.2727V29H1V13.5287L14.1818 1.36091L27.3636 13.5287V29H18.4545V21.2727V20.2727H17.4545H10.9091Z" stroke="#020C19" stroke-width="2"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="29" height="30" viewBox="0 0 29 30" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10.9091 20.2727H9.90909V21.2727V29H1V13.5287L14.1818 1.36091L27.3636 13.5287V29H18.4545V21.2727V20.2727H17.4545H10.9091Z" stroke="white" stroke-opacity="0.5" stroke-width="2"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="29" height="30" viewBox="0 0 29 30" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10.9091 20.2727H9.90909V21.2727V29H1V13.5287L14.1818 1.36091L27.3636 13.5287V29H18.4545V21.2727V20.2727H17.4545H10.9091Z" stroke="white" stroke-width="2"/>
3
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg width="26" height="31" viewBox="0 0 26 31" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_601_1201)">
3
+ <path d="M9.84998 13V8C9.84998 3.86 13.21 0.5 17.35 0.5C21.49 0.5 24.85 3.86 24.85 8V13C24.85 17.14 21.49 20.5 17.35 20.5C13.21 20.5 9.84998 17.14 9.84998 13Z" stroke="#F4B17A" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round"/>
4
+ <path d="M5.17999 18V13C5.17999 8.86 8.53999 5.5 12.68 5.5C16.82 5.5 20.18 8.86 20.18 13V18C20.18 22.14 16.82 25.5 12.68 25.5C8.53999 25.5 5.17999 22.14 5.17999 18Z" stroke="#F4B17A" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round"/>
5
+ <path d="M0.5 23V18C0.5 13.86 3.86 10.5 8 10.5C12.14 10.5 15.5 13.86 15.5 18V23C15.5 27.14 12.14 30.5 8 30.5C3.86 30.5 0.5 27.14 0.5 23Z" stroke="#F4B17A" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round"/>
6
+ </g>
7
+ <defs>
8
+ <clipPath id="clip0_601_1201">
9
+ <rect width="25.35" height="31" fill="white"/>
10
+ </clipPath>
11
+ </defs>
12
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg width="26" height="31" viewBox="0 0 26 31" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_590_548)">
3
+ <path d="M9.84998 13V8C9.84998 3.86 13.21 0.5 17.35 0.5C21.49 0.5 24.85 3.86 24.85 8V13C24.85 17.14 21.49 20.5 17.35 20.5C13.21 20.5 9.84998 17.14 9.84998 13Z" stroke="#020C19" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round"/>
4
+ <path d="M5.17999 18V13C5.17999 8.86 8.53999 5.5 12.68 5.5C16.82 5.5 20.18 8.86 20.18 13V18C20.18 22.14 16.82 25.5 12.68 25.5C8.53999 25.5 5.17999 22.14 5.17999 18Z" stroke="#020C19" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round"/>
5
+ <path d="M0.5 23V18C0.5 13.86 3.86 10.5 8 10.5C12.14 10.5 15.5 13.86 15.5 18V23C15.5 27.14 12.14 30.5 8 30.5C3.86 30.5 0.5 27.14 0.5 23Z" stroke="#020C19" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round"/>
6
+ </g>
7
+ <defs>
8
+ <clipPath id="clip0_590_548">
9
+ <rect width="25.35" height="31" fill="white"/>
10
+ </clipPath>
11
+ </defs>
12
+ </svg>
@@ -0,0 +1,15 @@
1
+ <svg width="26" height="31" viewBox="0 0 26 31" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_590_552)">
3
+ <path d="M9.84998 13V8C9.84998 3.86 13.21 0.5 17.35 0.5C21.49 0.5 24.85 3.86 24.85 8V13C24.85 17.14 21.49 20.5 17.35 20.5C13.21 20.5 9.84998 17.14 9.84998 13Z" stroke="#020C19" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round"/>
4
+ <path d="M9.84998 13V8C9.84998 3.86 13.21 0.5 17.35 0.5C21.49 0.5 24.85 3.86 24.85 8V13C24.85 17.14 21.49 20.5 17.35 20.5C13.21 20.5 9.84998 17.14 9.84998 13Z" stroke="white" stroke-opacity="0.5" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round"/>
5
+ <path d="M5.17999 18V13C5.17999 8.86 8.53999 5.5 12.68 5.5C16.82 5.5 20.18 8.86 20.18 13V18C20.18 22.14 16.82 25.5 12.68 25.5C8.53999 25.5 5.17999 22.14 5.17999 18Z" stroke="#020C19" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round"/>
6
+ <path d="M5.17999 18V13C5.17999 8.86 8.53999 5.5 12.68 5.5C16.82 5.5 20.18 8.86 20.18 13V18C20.18 22.14 16.82 25.5 12.68 25.5C8.53999 25.5 5.17999 22.14 5.17999 18Z" stroke="white" stroke-opacity="0.5" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round"/>
7
+ <path d="M0.5 23V18C0.5 13.86 3.86 10.5 8 10.5C12.14 10.5 15.5 13.86 15.5 18V23C15.5 27.14 12.14 30.5 8 30.5C3.86 30.5 0.5 27.14 0.5 23Z" stroke="#020C19" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round"/>
8
+ <path d="M0.5 23V18C0.5 13.86 3.86 10.5 8 10.5C12.14 10.5 15.5 13.86 15.5 18V23C15.5 27.14 12.14 30.5 8 30.5C3.86 30.5 0.5 27.14 0.5 23Z" stroke="white" stroke-opacity="0.5" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round"/>
9
+ </g>
10
+ <defs>
11
+ <clipPath id="clip0_590_552">
12
+ <rect width="25.35" height="31" fill="white"/>
13
+ </clipPath>
14
+ </defs>
15
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg width="26" height="31" viewBox="0 0 26 31" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_590_556)">
3
+ <path d="M9.84998 13V8C9.84998 3.86 13.21 0.5 17.35 0.5C21.49 0.5 24.85 3.86 24.85 8V13C24.85 17.14 21.49 20.5 17.35 20.5C13.21 20.5 9.84998 17.14 9.84998 13Z" stroke="white" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round"/>
4
+ <path d="M5.17999 18V13C5.17999 8.86 8.53999 5.5 12.68 5.5C16.82 5.5 20.18 8.86 20.18 13V18C20.18 22.14 16.82 25.5 12.68 25.5C8.53999 25.5 5.17999 22.14 5.17999 18Z" stroke="white" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round"/>
5
+ <path d="M0.5 23V18C0.5 13.86 3.86 10.5 8 10.5C12.14 10.5 15.5 13.86 15.5 18V23C15.5 27.14 12.14 30.5 8 30.5C3.86 30.5 0.5 27.14 0.5 23Z" stroke="white" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round"/>
6
+ </g>
7
+ <defs>
8
+ <clipPath id="clip0_590_556">
9
+ <rect width="25.35" height="31" fill="white"/>
10
+ </clipPath>
11
+ </defs>
12
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="34" height="31" viewBox="0 0 34 31" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12.6401 3H32.1401" stroke="#F4B17A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M3 3H7" stroke="#F4B17A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M12.6401 16H32.1401" stroke="#F4B17A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
5
+ <path d="M3 16H7" stroke="#F4B17A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
6
+ <path d="M12.6401 28H32.1401" stroke="#F4B17A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
7
+ <path d="M3 28H7" stroke="#F4B17A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
8
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="34" height="31" viewBox="0 0 34 31" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12.6401 3H32.1401" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M3 3H7" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M12.6401 16H32.1401" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
5
+ <path d="M3 16H7" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
6
+ <path d="M12.6401 28H32.1401" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
7
+ <path d="M3 28H7" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
8
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="34" height="31" viewBox="0 0 34 31" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12.6401 3H32.1401" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M3 3H7" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M12.6401 16H32.1401" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
5
+ <path d="M3 16H7" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
6
+ <path d="M12.6401 28H32.1401" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
7
+ <path d="M3 28H7" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
8
+ </svg>
@@ -0,0 +1,14 @@
1
+ <svg width="34" height="31" viewBox="0 0 34 31" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12.6401 3H32.1401" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M12.6401 3H32.1401" stroke="white" stroke-opacity="0.5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M3 3H7" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
5
+ <path d="M3 3H7" stroke="white" stroke-opacity="0.5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
6
+ <path d="M12.6401 16H32.1401" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
7
+ <path d="M12.6401 16H32.1401" stroke="white" stroke-opacity="0.5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
8
+ <path d="M3 16H7" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
9
+ <path d="M3 16H7" stroke="white" stroke-opacity="0.5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
10
+ <path d="M12.6401 28H32.1401" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
11
+ <path d="M12.6401 28H32.1401" stroke="white" stroke-opacity="0.5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
12
+ <path d="M3 28H7" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
13
+ <path d="M3 28H7" stroke="white" stroke-opacity="0.5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
14
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="22" height="32" viewBox="0 0 22 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M11.1699 2.19995C16.3799 2.19995 20.1699 5.98995 20.1699 11.2C20.1699 16.94 13.4899 26.42 11.1699 29.55C8.84992 26.42 2.16992 16.94 2.16992 11.2C2.16992 5.98995 5.95992 2.19995 11.1699 2.19995ZM11.1699 1.19995C5.36992 1.19995 1.16992 5.39995 1.16992 11.2C1.16992 18.55 11.1699 31.2 11.1699 31.2C11.1699 31.2 21.1699 18.55 21.1699 11.2C21.1699 5.39995 16.9699 1.19995 11.1699 1.19995Z" fill="#F4B17A"/>
3
+ <path d="M11.1699 9.94995V13.7" stroke="#F4B17A" stroke-linecap="round"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="22" height="32" viewBox="0 0 22 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M11.1699 2.19995C16.3799 2.19995 20.1699 5.98995 20.1699 11.2C20.1699 16.94 13.4899 26.42 11.1699 29.55C8.84992 26.42 2.16992 16.94 2.16992 11.2C2.16992 5.98995 5.95992 2.19995 11.1699 2.19995ZM11.1699 1.19995C5.36992 1.19995 1.16992 5.39995 1.16992 11.2C1.16992 18.55 11.1699 31.2 11.1699 31.2C11.1699 31.2 21.1699 18.55 21.1699 11.2C21.1699 5.39995 16.9699 1.19995 11.1699 1.19995Z" fill="#020C19"/>
3
+ <path d="M11.1699 9.94995V13.7" stroke="#020C19" stroke-linecap="round"/>
4
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg width="22" height="32" viewBox="0 0 22 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M11.1699 1.69995C16.6938 1.69995 20.6699 5.67609 20.6699 11.2C20.6699 5.71381 16.6561 1.69995 11.1699 1.69995ZM11.1699 1.69995C5.64606 1.69995 1.66992 5.67609 1.66992 11.2C1.66992 5.71381 5.68378 1.69995 11.1699 1.69995ZM12.3268 28.8162C12.0761 29.1641 11.8479 29.4752 11.6483 29.744C12.8273 28.1483 15.0176 25.0647 16.9419 21.6588C16.5501 22.3543 16.1471 23.0362 15.7436 23.695C14.5018 25.7221 13.2593 27.5224 12.3268 28.8162ZM5.398 21.6589C7.3222 25.0647 9.51258 28.1483 10.6915 29.744C10.492 29.4752 10.2638 29.1641 10.0131 28.8162C9.08057 27.5224 7.83801 25.7221 6.59629 23.695C6.19271 23.0362 5.78979 22.3543 5.398 21.6589Z" fill="#020C19"/>
3
+ <path d="M11.1699 1.69995C16.6938 1.69995 20.6699 5.67609 20.6699 11.2C20.6699 5.71381 16.6561 1.69995 11.1699 1.69995ZM11.1699 1.69995C5.64606 1.69995 1.66992 5.67609 1.66992 11.2C1.66992 5.71381 5.68378 1.69995 11.1699 1.69995ZM12.3268 28.8162C12.0761 29.1641 11.8479 29.4752 11.6483 29.744C12.8273 28.1483 15.0176 25.0647 16.9419 21.6588C16.5501 22.3543 16.1471 23.0362 15.7436 23.695C14.5018 25.7221 13.2593 27.5224 12.3268 28.8162ZM5.398 21.6589C7.3222 25.0647 9.51258 28.1483 10.6915 29.744C10.492 29.4752 10.2638 29.1641 10.0131 28.8162C9.08057 27.5224 7.83801 25.7221 6.59629 23.695C6.19271 23.0362 5.78979 22.3543 5.398 21.6589Z" stroke="#020C19"/>
4
+ <path d="M11.1699 1.69995C16.6938 1.69995 20.6699 5.67609 20.6699 11.2C20.6699 5.71381 16.6561 1.69995 11.1699 1.69995ZM11.1699 1.69995C5.64606 1.69995 1.66992 5.67609 1.66992 11.2C1.66992 5.71381 5.68378 1.69995 11.1699 1.69995ZM12.3268 28.8162C12.0761 29.1641 11.8479 29.4752 11.6483 29.744C12.8273 28.1483 15.0176 25.0647 16.9419 21.6588C16.5501 22.3543 16.1471 23.0362 15.7436 23.695C14.5018 25.7221 13.2593 27.5224 12.3268 28.8162ZM5.398 21.6589C7.3222 25.0647 9.51258 28.1483 10.6915 29.744C10.492 29.4752 10.2638 29.1641 10.0131 28.8162C9.08057 27.5224 7.83801 25.7221 6.59629 23.695C6.19271 23.0362 5.78979 22.3543 5.398 21.6589Z" stroke="white" stroke-opacity="0.5"/>
5
+ <mask id="path-2-inside-1_590_408" fill="white">
6
+ <path d="M11.1699 9.94995V13.7V9.94995Z"/>
7
+ </mask>
8
+ <path d="M12.1699 9.94995C12.1699 9.39767 11.7222 8.94995 11.1699 8.94995C10.6176 8.94995 10.1699 9.39767 10.1699 9.94995H12.1699ZM10.1699 13.7C10.1699 14.2522 10.6176 14.7 11.1699 14.7C11.7222 14.7 12.1699 14.2522 12.1699 13.7H10.1699ZM10.1699 9.94995V13.7H12.1699V9.94995H10.1699Z" fill="#020C19" mask="url(#path-2-inside-1_590_408)"/>
9
+ <path d="M12.1699 9.94995C12.1699 9.39767 11.7222 8.94995 11.1699 8.94995C10.6176 8.94995 10.1699 9.39767 10.1699 9.94995H12.1699ZM10.1699 13.7C10.1699 14.2522 10.6176 14.7 11.1699 14.7C11.7222 14.7 12.1699 14.2522 12.1699 13.7H10.1699ZM10.1699 9.94995V13.7H12.1699V9.94995H10.1699Z" fill="white" fill-opacity="0.5" mask="url(#path-2-inside-1_590_408)"/>
10
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="22" height="32" viewBox="0 0 22 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M11.1699 2.19995C16.3799 2.19995 20.1699 5.98995 20.1699 11.2C20.1699 16.94 13.4899 26.42 11.1699 29.55C8.84992 26.42 2.16992 16.94 2.16992 11.2C2.16992 5.98995 5.95992 2.19995 11.1699 2.19995ZM11.1699 1.19995C5.36992 1.19995 1.16992 5.39995 1.16992 11.2C1.16992 18.55 11.1699 31.2 11.1699 31.2C11.1699 31.2 21.1699 18.55 21.1699 11.2C21.1699 5.39995 16.9699 1.19995 11.1699 1.19995Z" fill="white"/>
3
+ <path d="M11.1699 9.94995V13.7" stroke="white" stroke-linecap="round"/>
4
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg width="25" height="32" viewBox="0 0 25 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_599_1161)">
3
+ <path d="M5 14.4706V8.56894C5 4.49681 8.36 1.19189 12.5 1.19189C16.64 1.19189 20 4.49681 20 8.56894V14.4706" stroke="#F4B17A" stroke-width="2" stroke-linecap="round"/>
4
+ <path d="M13 21V25.4262" stroke="#F4B17A" stroke-width="2" stroke-linecap="round"/>
5
+ <path d="M1 15.5H24V30.5H1V15.5Z" stroke="#F4B17A" stroke-width="2"/>
6
+ </g>
7
+ <defs>
8
+ <clipPath id="clip0_599_1161">
9
+ <rect width="25" height="32" fill="white"/>
10
+ </clipPath>
11
+ </defs>
12
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg width="25" height="32" viewBox="0 0 25 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_590_419)">
3
+ <path d="M5 14.4706V8.56894C5 4.49681 8.36 1.19189 12.5 1.19189C16.64 1.19189 20 4.49681 20 8.56894V14.4706" stroke="#020C19" stroke-width="2" stroke-linecap="round"/>
4
+ <path d="M13 21V25.4262" stroke="#020C19" stroke-width="2" stroke-linecap="round"/>
5
+ <path d="M1 15.5H24V30.5H1V15.5Z" stroke="#020C19" stroke-width="2"/>
6
+ </g>
7
+ <defs>
8
+ <clipPath id="clip0_590_419">
9
+ <rect width="25" height="32" fill="white"/>
10
+ </clipPath>
11
+ </defs>
12
+ </svg>
@@ -0,0 +1,15 @@
1
+ <svg width="25" height="32" viewBox="0 0 25 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_590_423)">
3
+ <path d="M5 14.4706V8.56894C5 4.49681 8.36 1.19189 12.5 1.19189C16.64 1.19189 20 4.49681 20 8.56894V14.4706" stroke="#020C19" stroke-width="2" stroke-linecap="round"/>
4
+ <path d="M5 14.4706V8.56894C5 4.49681 8.36 1.19189 12.5 1.19189C16.64 1.19189 20 4.49681 20 8.56894V14.4706" stroke="white" stroke-opacity="0.5" stroke-width="2" stroke-linecap="round"/>
5
+ <path d="M13 21V25.4262" stroke="#020C19" stroke-width="2" stroke-linecap="round"/>
6
+ <path d="M13 21V25.4262" stroke="white" stroke-opacity="0.5" stroke-width="2" stroke-linecap="round"/>
7
+ <path d="M1 15.5H24V30.5H1V15.5Z" stroke="#020C19" stroke-width="2"/>
8
+ <path d="M1 15.5H24V30.5H1V15.5Z" stroke="white" stroke-opacity="0.5" stroke-width="2"/>
9
+ </g>
10
+ <defs>
11
+ <clipPath id="clip0_590_423">
12
+ <rect width="25" height="32" fill="white"/>
13
+ </clipPath>
14
+ </defs>
15
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg width="25" height="32" viewBox="0 0 25 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_590_427)">
3
+ <path d="M5 14.4706V8.56894C5 4.49681 8.36 1.19189 12.5 1.19189C16.64 1.19189 20 4.49681 20 8.56894V14.4706" stroke="white" stroke-width="2" stroke-linecap="round"/>
4
+ <path d="M13 21V25.4262" stroke="white" stroke-width="2" stroke-linecap="round"/>
5
+ <path d="M1 15.5H24V30.5H1V15.5Z" stroke="white" stroke-width="2"/>
6
+ </g>
7
+ <defs>
8
+ <clipPath id="clip0_590_427">
9
+ <rect width="25" height="32" fill="white"/>
10
+ </clipPath>
11
+ </defs>
12
+ </svg>
@@ -0,0 +1,13 @@
1
+ <svg width="35" height="32" viewBox="0 0 35 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_599_1110)">
3
+ <path d="M27.7 30.0083C27.7 22.8181 21.77 16.9854 14.46 16.9854C7.14998 16.9854 1.22998 22.8181 1.22998 30.0083" stroke="#F4B17A" stroke-width="2" stroke-linecap="round"/>
4
+ <circle cx="14.5" cy="8.5" r="7.5" stroke="#F4B17A" stroke-width="2"/>
5
+ <path d="M27.82 8.54593L33.82 2.64429" stroke="#F4B17A" stroke-linecap="round"/>
6
+ <path d="M27.82 2.64429L33.82 8.54593" stroke="#F4B17A" stroke-linecap="round"/>
7
+ </g>
8
+ <defs>
9
+ <clipPath id="clip0_599_1110">
10
+ <rect width="35" height="32" fill="white"/>
11
+ </clipPath>
12
+ </defs>
13
+ </svg>
@@ -0,0 +1,13 @@
1
+ <svg width="35" height="32" viewBox="0 0 35 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_590_183)">
3
+ <path d="M27.7 30.0083C27.7 22.8181 21.77 16.9854 14.46 16.9854C7.14998 16.9854 1.22998 22.8181 1.22998 30.0083" stroke="#020C19" stroke-width="2" stroke-linecap="round"/>
4
+ <circle cx="14.5" cy="8.5" r="7.5" stroke="#020C19" stroke-width="2"/>
5
+ <path d="M27.82 8.54593L33.82 2.64429" stroke="#020C19" stroke-linecap="round"/>
6
+ <path d="M27.82 2.64429L33.82 8.54593" stroke="#020C19" stroke-linecap="round"/>
7
+ </g>
8
+ <defs>
9
+ <clipPath id="clip0_590_183">
10
+ <rect width="35" height="32" fill="white"/>
11
+ </clipPath>
12
+ </defs>
13
+ </svg>
@@ -0,0 +1,17 @@
1
+ <svg width="35" height="32" viewBox="0 0 35 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_590_190)">
3
+ <path d="M27.7 30.0083C27.7 22.8181 21.77 16.9854 14.46 16.9854C7.14998 16.9854 1.22998 22.8181 1.22998 30.0083" stroke="#020C19" stroke-width="2" stroke-linecap="round"/>
4
+ <path d="M27.7 30.0083C27.7 22.8181 21.77 16.9854 14.46 16.9854C7.14998 16.9854 1.22998 22.8181 1.22998 30.0083" stroke="white" stroke-opacity="0.5" stroke-width="2" stroke-linecap="round"/>
5
+ <circle cx="14.5" cy="8.5" r="7.5" stroke="#020C19" stroke-width="2"/>
6
+ <circle cx="14.5" cy="8.5" r="7.5" stroke="white" stroke-opacity="0.5" stroke-width="2"/>
7
+ <path d="M27.82 8.54593L33.82 2.64429" stroke="#020C19" stroke-linecap="round"/>
8
+ <path d="M27.82 8.54593L33.82 2.64429" stroke="white" stroke-opacity="0.5" stroke-linecap="round"/>
9
+ <path d="M27.82 2.64429L33.82 8.54593" stroke="#020C19" stroke-linecap="round"/>
10
+ <path d="M27.82 2.64429L33.82 8.54593" stroke="white" stroke-opacity="0.5" stroke-linecap="round"/>
11
+ </g>
12
+ <defs>
13
+ <clipPath id="clip0_590_190">
14
+ <rect width="35" height="32" fill="white"/>
15
+ </clipPath>
16
+ </defs>
17
+ </svg>
@@ -0,0 +1,13 @@
1
+ <svg width="35" height="32" viewBox="0 0 35 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_590_197)">
3
+ <path d="M27.7 30.0083C27.7 22.8181 21.77 16.9854 14.46 16.9854C7.14998 16.9854 1.22998 22.8181 1.22998 30.0083" stroke="white" stroke-width="2" stroke-linecap="round"/>
4
+ <circle cx="14.5" cy="8.5" r="7.5" stroke="white" stroke-width="2"/>
5
+ <path d="M27.82 8.54593L33.82 2.64429" stroke="white" stroke-linecap="round"/>
6
+ <path d="M27.82 2.64429L33.82 8.54593" stroke="white" stroke-linecap="round"/>
7
+ </g>
8
+ <defs>
9
+ <clipPath id="clip0_590_197">
10
+ <rect width="35" height="32" fill="white"/>
11
+ </clipPath>
12
+ </defs>
13
+ </svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28.92 28.92"><defs><style>.cls-1{fill:#9c2373;}</style></defs><path class="cls-1" d="m17.07,11.71H1C.45,11.71,0,11.26,0,10.71V1C0,.45.45,0,1,0h16.07c.55,0,1,.45,1,1v9.71c0,.55-.45,1-1,1Zm11.84-1V1C28.92.45,28.47,0,27.92,0h-5.23C22.13,0,21.69.45,21.69,1v9.71c0,.55.45,1,1,1h5.23c.55,0,1-.45,1-1ZM7.23,27.92v-11.62c0-.55-.45-1-1-1H1c-.55,0-1,.45-1,1v11.62C0,28.47.45,28.92,1,28.92h5.23c.55,0,1-.45,1-1Zm21.69,0v-11.62c0-.55-.45-1-1-1H11.84c-.55,0-1,.45-1,1v11.62c0,.55.45,1,1,1h16.07c.55,0,1-.45,1-1Z"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28.92 28.92"><defs><style>.cls-1{fill:#101e36;}</style></defs><path class="cls-1" d="m17.07,11.71H1C.45,11.71,0,11.26,0,10.71V1C0,.45.45,0,1,0h16.07c.55,0,1,.45,1,1v9.71c0,.55-.45,1-1,1Zm11.84-1V1C28.92.45,28.47,0,27.92,0h-5.23C22.13,0,21.69.45,21.69,1v9.71c0,.55.45,1,1,1h5.23c.55,0,1-.45,1-1ZM7.23,27.92v-11.62c0-.55-.45-1-1-1H1c-.55,0-1,.45-1,1v11.62c0,.55.45,1,1,1h5.23c.55,0,1-.45,1-1Zm21.69,0v-11.62c0-.55-.45-1-1-1H11.84c-.55,0-1,.45-1,1v11.62c0,.55.45,1,1,1h16.07c.55,0,1-.45,1-1Z"/></svg>