stop14-themesystem-legacy 2.0.1 → 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 (224) 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/_standardized_icons/_icon_mixins.sass +1 -1
  150. /package/source/img/svg/{icons → icons_deprecated}/accordion-collapse-icon.svg +0 -0
  151. /package/source/img/svg/{icons → icons_deprecated}/accordion-open-icon.svg +0 -0
  152. /package/source/img/svg/{icons → icons_deprecated}/check-mark-black.svg +0 -0
  153. /package/source/img/svg/{icons → icons_deprecated}/close-grey.svg +0 -0
  154. /package/source/img/svg/{icons → icons_deprecated}/close-icon.svg +0 -0
  155. /package/source/img/svg/{icons → icons_deprecated}/down-arrow-black.svg +0 -0
  156. /package/source/img/svg/{icons → icons_deprecated}/down-arrow.svg +0 -0
  157. /package/source/img/svg/{icons → icons_deprecated}/download-black.svg +0 -0
  158. /package/source/img/svg/{icons → icons_deprecated}/download-grey.svg +0 -0
  159. /package/source/img/svg/{icons → icons_deprecated}/download-metadata-black.svg +0 -0
  160. /package/source/img/svg/{icons → icons_deprecated}/download-metadata-grey.svg +0 -0
  161. /package/source/img/svg/{icons → icons_deprecated}/download-metadata-white.svg +0 -0
  162. /package/source/img/svg/{icons → icons_deprecated}/download-white.svg +0 -0
  163. /package/source/img/svg/{icons → icons_deprecated}/filter-icon-active.svg +0 -0
  164. /package/source/img/svg/{icons → icons_deprecated}/filter-icon-black.svg +0 -0
  165. /package/source/img/svg/{icons → icons_deprecated}/full-screen-view-active.svg +0 -0
  166. /package/source/img/svg/{icons → icons_deprecated}/full-screen-view-black.svg +0 -0
  167. /package/source/img/svg/{icons → icons_deprecated}/full-screen-view-grey.svg +0 -0
  168. /package/source/img/svg/{icons → icons_deprecated}/full-screen-view-white.svg +0 -0
  169. /package/source/img/svg/{icons → icons_deprecated}/grid-view-icon-active.svg +0 -0
  170. /package/source/img/svg/{icons → icons_deprecated}/grid-view-icon-white.svg +0 -0
  171. /package/source/img/svg/{icons → icons_deprecated}/grid-view-icon.svg +0 -0
  172. /package/source/img/svg/{icons → icons_deprecated}/hamburger.svg +0 -0
  173. /package/source/img/svg/{icons → icons_deprecated}/home-black.svg +0 -0
  174. /package/source/img/svg/{icons → icons_deprecated}/home-grey.svg +0 -0
  175. /package/source/img/svg/{icons → icons_deprecated}/home-white.svg +0 -0
  176. /package/source/img/svg/{icons → icons_deprecated}/icons-active.svg +0 -0
  177. /package/source/img/svg/{icons → icons_deprecated}/icons-black.svg +0 -0
  178. /package/source/img/svg/{icons → icons_deprecated}/icons-grey.svg +0 -0
  179. /package/source/img/svg/{icons → icons_deprecated}/icons-white.svg +0 -0
  180. /package/source/img/svg/{icons → icons_deprecated}/left-arrow-active.svg +0 -0
  181. /package/source/img/svg/{icons → icons_deprecated}/left-arrow-black.svg +0 -0
  182. /package/source/img/svg/{icons → icons_deprecated}/left-arrow-grey.svg +0 -0
  183. /package/source/img/svg/{icons → icons_deprecated}/left-arrow-white.svg +0 -0
  184. /package/source/img/svg/{icons → icons_deprecated}/link-black.svg +0 -0
  185. /package/source/img/svg/{icons → icons_deprecated}/link-grey.svg +0 -0
  186. /package/source/img/svg/{icons → icons_deprecated}/link-white.svg +0 -0
  187. /package/source/img/svg/{icons → icons_deprecated}/list-view-active.svg +0 -0
  188. /package/source/img/svg/{icons → icons_deprecated}/list-view-black.svg +0 -0
  189. /package/source/img/svg/{icons → icons_deprecated}/list-view-grey.svg +0 -0
  190. /package/source/img/svg/{icons → icons_deprecated}/list-view-icon-active.svg +0 -0
  191. /package/source/img/svg/{icons → icons_deprecated}/list-view-icon-grey.svg +0 -0
  192. /package/source/img/svg/{icons → icons_deprecated}/list-view-icon-white.svg +0 -0
  193. /package/source/img/svg/{icons → icons_deprecated}/list-view-icon.svg +0 -0
  194. /package/source/img/svg/{icons → icons_deprecated}/list-view-white.svg +0 -0
  195. /package/source/img/svg/{icons → icons_deprecated}/map-pin-active.svg +0 -0
  196. /package/source/img/svg/{icons → icons_deprecated}/map-pin-black.svg +0 -0
  197. /package/source/img/svg/{icons → icons_deprecated}/map-pin-grey.svg +0 -0
  198. /package/source/img/svg/{icons → icons_deprecated}/map-pin-white.svg +0 -0
  199. /package/source/img/svg/{icons → icons_deprecated}/marker-active.svg +0 -0
  200. /package/source/img/svg/{icons → icons_deprecated}/marker-black.svg +0 -0
  201. /package/source/img/svg/{icons → icons_deprecated}/marker-grey.svg +0 -0
  202. /package/source/img/svg/{icons → icons_deprecated}/marker-white.svg +0 -0
  203. /package/source/img/svg/{icons → icons_deprecated}/masonry-view-active.svg +0 -0
  204. /package/source/img/svg/{icons → icons_deprecated}/masonry-view-black.svg +0 -0
  205. /package/source/img/svg/{icons → icons_deprecated}/masonry-view-grey.svg +0 -0
  206. /package/source/img/svg/{icons → icons_deprecated}/masonry-view-white.svg +0 -0
  207. /package/source/img/svg/{icons → icons_deprecated}/more-arrow-active.svg +0 -0
  208. /package/source/img/svg/{icons → icons_deprecated}/more-arrow-black.svg +0 -0
  209. /package/source/img/svg/{icons → icons_deprecated}/more-arrow-white.svg +0 -0
  210. /package/source/img/svg/{icons → icons_deprecated}/right-arrow-active.svg +0 -0
  211. /package/source/img/svg/{icons → icons_deprecated}/right-arrow-black.svg +0 -0
  212. /package/source/img/svg/{icons → icons_deprecated}/right-arrow-grey.svg +0 -0
  213. /package/source/img/svg/{icons → icons_deprecated}/right-arrow-white.svg +0 -0
  214. /package/source/img/svg/{icons → icons_deprecated}/search-black.svg +0 -0
  215. /package/source/img/svg/{icons → icons_deprecated}/search-grey.svg +0 -0
  216. /package/source/img/svg/{icons → icons_deprecated}/search-white.svg +0 -0
  217. /package/source/img/svg/{icons → icons_deprecated}/sort-active.svg +0 -0
  218. /package/source/img/svg/{icons → icons_deprecated}/sort-black.svg +0 -0
  219. /package/source/img/svg/{icons → icons_deprecated}/sort-grey.svg +0 -0
  220. /package/source/img/svg/{icons → icons_deprecated}/sort-white.svg +0 -0
  221. /package/source/img/svg/{icons → icons_deprecated}/user-login-active.svg +0 -0
  222. /package/source/img/svg/{icons → icons_deprecated}/user-login-black.svg +0 -0
  223. /package/source/img/svg/{icons → icons_deprecated}/user-login-grey.svg +0 -0
  224. /package/source/img/svg/{icons → icons_deprecated}/user-login-white.svg +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stop14-themesystem-legacy",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "A scaffolding and build system for theme development across platforms. Legacy version",
5
5
  "author": {
6
6
  "name": "Bill Kennedy",
@@ -0,0 +1,3 @@
1
+ <svg width="34" height="19" viewBox="0 0 34 19" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M1.53813 1.46167L16.8653 17.1817L32.1816 1.46167" stroke="#F4B17A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="34" height="19" viewBox="0 0 34 19" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M1.53813 1.46167L16.8653 17.1817L32.1816 1.46167" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="34" height="19" viewBox="0 0 34 19" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M1.53813 1.46167L16.8653 17.1817L32.1816 1.46167" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M1.53813 1.46167L16.8653 17.1817L32.1816 1.46167" stroke="white" stroke-opacity="0.5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="34" height="19" viewBox="0 0 34 19" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M1.53813 1.46167L16.8653 17.1817L32.1816 1.46167" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="29" height="34" viewBox="0 0 29 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M16.72 1.93071L1 17.2579L16.72 32.5742" stroke="#F4B17A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M27.2586 1.93071L11.5386 17.2579L27.2586 32.5742" stroke="#F4B17A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="29" height="33" viewBox="0 0 29 33" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M16.72 1.00004L1 16.3272L16.72 31.6436" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M27.2586 1.00004L11.5386 16.3272L27.2586 31.6436" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="29" height="34" viewBox="0 0 29 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M16.72 1.6436L1 16.9708L16.72 32.2871" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M16.72 1.6436L1 16.9708L16.72 32.2871" stroke="white" stroke-opacity="0.5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M27.2586 1.6436L11.5386 16.9708L27.2586 32.2871" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
5
+ <path d="M27.2586 1.6436L11.5386 16.9708L27.2586 32.2871" stroke="white" stroke-opacity="0.5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
6
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="29" height="33" viewBox="0 0 29 33" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M16.72 1.28715L1 16.6143L16.72 31.9307" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M27.2586 1.28715L11.5386 16.6143L27.2586 31.9307" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg width="33" height="34" viewBox="0 0 33 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_599_1101)">
3
+ <path d="M15.6901 32.1543L31.4101 16.8271L15.6901 1.51074" stroke="#F4B17A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M31.41 16.8379H1.54004" stroke="#F4B17A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
5
+ </g>
6
+ <defs>
7
+ <clipPath id="clip0_599_1101">
8
+ <rect width="33" height="34" fill="white"/>
9
+ </clipPath>
10
+ </defs>
11
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg width="33" height="34" viewBox="0 0 33 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_590_163)">
3
+ <path d="M15.6901 32.1543L31.4101 16.8271L15.6901 1.51074" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M31.41 16.8379H1.54004" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
5
+ </g>
6
+ <defs>
7
+ <clipPath id="clip0_590_163">
8
+ <rect width="33" height="34" fill="white"/>
9
+ </clipPath>
10
+ </defs>
11
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg width="33" height="31" viewBox="0 0 33 31" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_599_1104)">
3
+ <path d="M17.0576 1.47876L1.47882 15.5413L17.0576 29.6038" stroke="#F4B17A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M1.47882 15.5413H31.0804" stroke="#F4B17A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
5
+ </g>
6
+ <defs>
7
+ <clipPath id="clip0_599_1104">
8
+ <rect width="33" height="31" fill="white"/>
9
+ </clipPath>
10
+ </defs>
11
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg width="33" height="31" viewBox="0 0 33 31" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_590_153)">
3
+ <path d="M17.0576 1.47876L1.47882 15.5413L17.0576 29.6038" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M1.47882 15.5413H31.0804" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
5
+ </g>
6
+ <defs>
7
+ <clipPath id="clip0_590_153">
8
+ <rect width="33" height="31" fill="white"/>
9
+ </clipPath>
10
+ </defs>
11
+ </svg>
@@ -0,0 +1,13 @@
1
+ <svg width="33" height="31" viewBox="0 0 33 31" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_590_156)">
3
+ <path d="M17.0576 1.47876L1.47882 15.5413L17.0576 29.6038" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M17.0576 1.47876L1.47882 15.5413L17.0576 29.6038" stroke="white" stroke-opacity="0.5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
5
+ <path d="M1.47882 15.5413H31.0804" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
6
+ <path d="M1.47882 15.5413H31.0804" stroke="white" stroke-opacity="0.5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
7
+ </g>
8
+ <defs>
9
+ <clipPath id="clip0_590_156">
10
+ <rect width="33" height="31" fill="white"/>
11
+ </clipPath>
12
+ </defs>
13
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg width="33" height="31" viewBox="0 0 33 31" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_590_159)">
3
+ <path d="M17.0576 1.47876L1.47882 15.5413L17.0576 29.6038" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M1.47882 15.5413H31.0804" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
5
+ </g>
6
+ <defs>
7
+ <clipPath id="clip0_590_159">
8
+ <rect width="33" height="31" fill="white"/>
9
+ </clipPath>
10
+ </defs>
11
+ </svg>
@@ -0,0 +1,13 @@
1
+ <svg width="33" height="34" viewBox="0 0 33 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_590_166)">
3
+ <path d="M15.6901 32.1543L31.4101 16.8271L15.6901 1.51074" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M15.6901 32.1543L31.4101 16.8271L15.6901 1.51074" stroke="white" stroke-opacity="0.5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
5
+ <path d="M31.41 16.8379H1.54004" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
6
+ <path d="M31.41 16.8379H1.54004" stroke="white" stroke-opacity="0.5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
7
+ </g>
8
+ <defs>
9
+ <clipPath id="clip0_590_166">
10
+ <rect width="33" height="34" fill="white"/>
11
+ </clipPath>
12
+ </defs>
13
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg width="33" height="34" viewBox="0 0 33 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_590_169)">
3
+ <path d="M15.6901 32.1543L31.4101 16.8271L15.6901 1.51074" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M31.41 16.8379H1.54004" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
5
+ </g>
6
+ <defs>
7
+ <clipPath id="clip0_590_169">
8
+ <rect width="33" height="34" fill="white"/>
9
+ </clipPath>
10
+ </defs>
11
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg width="48" height="32" viewBox="0 0 48 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_601_1184)">
3
+ <path d="M1.31006 15.8992L16.3101 30.3176L46.3101 1.48071" stroke="#F4B17A" stroke-width="2" stroke-linecap="round"/>
4
+ </g>
5
+ <defs>
6
+ <clipPath id="clip0_601_1184">
7
+ <rect width="48" height="32" fill="white"/>
8
+ </clipPath>
9
+ </defs>
10
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg width="48" height="32" viewBox="0 0 48 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_590_493)">
3
+ <path d="M1.31006 15.8992L16.3101 30.3176L46.3101 1.48071" stroke="#020C19" stroke-width="2" stroke-linecap="round"/>
4
+ </g>
5
+ <defs>
6
+ <clipPath id="clip0_590_493">
7
+ <rect width="48" height="32" fill="white"/>
8
+ </clipPath>
9
+ </defs>
10
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg width="48" height="32" viewBox="0 0 48 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_590_496)">
3
+ <path d="M1.31006 15.8992L16.3101 30.3176L46.3101 1.48071" stroke="#020C19" stroke-width="2" stroke-linecap="round"/>
4
+ <path d="M1.31006 15.8992L16.3101 30.3176L46.3101 1.48071" stroke="white" stroke-opacity="0.5" stroke-width="2" stroke-linecap="round"/>
5
+ </g>
6
+ <defs>
7
+ <clipPath id="clip0_590_496">
8
+ <rect width="48" height="32" fill="white"/>
9
+ </clipPath>
10
+ </defs>
11
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg width="48" height="32" viewBox="0 0 48 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_590_499)">
3
+ <path d="M1.31006 15.8992L16.3101 30.3176L46.3101 1.48071" stroke="white" stroke-width="2" stroke-linecap="round"/>
4
+ </g>
5
+ <defs>
6
+ <clipPath id="clip0_590_499">
7
+ <rect width="48" height="32" fill="white"/>
8
+ </clipPath>
9
+ </defs>
10
+ </svg>
@@ -1,12 +1,11 @@
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 27.43 30">
3
- <defs>
4
- <style>
5
- .cls-1 {
6
- fill: #bf609b;
7
- stroke-width: 0px;
8
- }
9
- </style>
10
- </defs>
11
- <path class="cls-1" d="M27.43,30h-6.81l-6.99-10.5-7.11,10.5H0l10.37-15.39L.64,0h6.81l6.34,9.56L20.27,0h6.51l-9.73,14.4,10.37,15.6Z"/>
12
- </svg>
1
+ <svg width="33" height="32" viewBox="0 0 33 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_599_1117)">
3
+ <path d="M1.99023 30.5161L31.9902 1.48389" stroke="#F4B17A" stroke-width="2" stroke-linecap="round"/>
4
+ <path d="M1.99023 1.48389L31.9902 30.5161" stroke="#F4B17A" stroke-width="2" stroke-linecap="round"/>
5
+ </g>
6
+ <defs>
7
+ <clipPath id="clip0_599_1117">
8
+ <rect width="33" height="32" fill="white"/>
9
+ </clipPath>
10
+ </defs>
11
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg width="33" height="32" viewBox="0 0 33 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_590_205)">
3
+ <path d="M1.99023 30.5161L31.9902 1.48389" stroke="#020C19" stroke-width="2" stroke-linecap="round"/>
4
+ <path d="M1.99023 1.48389L31.9902 30.5161" stroke="#020C19" stroke-width="2" stroke-linecap="round"/>
5
+ </g>
6
+ <defs>
7
+ <clipPath id="clip0_590_205">
8
+ <rect width="33" height="32" fill="white"/>
9
+ </clipPath>
10
+ </defs>
11
+ </svg>
@@ -0,0 +1,13 @@
1
+ <svg width="33" height="32" viewBox="0 0 33 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_590_208)">
3
+ <path d="M1.99023 30.5161L31.9902 1.48389" stroke="#020C19" stroke-width="2" stroke-linecap="round"/>
4
+ <path d="M1.99023 30.5161L31.9902 1.48389" stroke="white" stroke-opacity="0.5" stroke-width="2" stroke-linecap="round"/>
5
+ <path d="M1.99023 1.48389L31.9902 30.5161" stroke="#020C19" stroke-width="2" stroke-linecap="round"/>
6
+ <path d="M1.99023 1.48389L31.9902 30.5161" stroke="white" stroke-opacity="0.5" stroke-width="2" stroke-linecap="round"/>
7
+ </g>
8
+ <defs>
9
+ <clipPath id="clip0_590_208">
10
+ <rect width="33" height="32" fill="white"/>
11
+ </clipPath>
12
+ </defs>
13
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg width="33" height="32" viewBox="0 0 33 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_590_211)">
3
+ <path d="M1.99023 30.5161L31.9902 1.48389" stroke="white" stroke-width="2" stroke-linecap="round"/>
4
+ <path d="M1.99023 1.48389L31.9902 30.5161" stroke="white" stroke-width="2" stroke-linecap="round"/>
5
+ </g>
6
+ <defs>
7
+ <clipPath id="clip0_590_211">
8
+ <rect width="33" height="32" fill="white"/>
9
+ </clipPath>
10
+ </defs>
11
+ </svg>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg id="svg2" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" version="1.1" viewBox="0 0 51 42.4">
3
+ <!-- Generator: Adobe Illustrator 29.0.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 192) -->
4
+ <defs>
5
+ <style>
6
+ .st0 {
7
+ fill: none;
8
+ stroke: #f4b17a;
9
+ stroke-linejoin: round;
10
+ }
11
+ </style>
12
+ </defs>
13
+ <sodipodi:namedview id="namedview30" bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" inkscape:current-layer="svg2" inkscape:cx="601.80919" inkscape:cy="236.02069" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="876" inkscape:window-maximized="1" inkscape:window-width="1535" inkscape:window-x="65" inkscape:window-y="24" inkscape:zoom="0.37249375" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
14
+ <path id="path4627" class="st0" d="M38.4.5l-.7,3.4c-.7.1-1.4.3-2.1.6l-2.4-2.4-2.8,2.2,1.9,2.9c-.4.6-.8,1.2-1,1.9h-3.5s-.4,3.5-.4,3.5l3.4.7c.1.7.3,1.4.6,2.1l-2.5,2.4,2.2,2.8,2.9-1.9c.6.4,1.2.8,1.9,1v3.5s3.5.4,3.5.4l.7-3.4c.7-.1,1.4-.3,2.1-.6l2.4,2.5,2.8-2.2-1.9-2.9c.4-.6.8-1.2,1-1.9h3.5s.4-3.5.4-3.5l-3.4-.7c-.1-.7-.3-1.4-.6-2.1l2.5-2.4-2.2-2.8-2.9,1.9c-.6-.4-1.2-.8-1.9-1V.9s-3.5-.4-3.5-.4h0ZM39,8.7c.1,0,.2,0,.3,0,1.8.2,3.1,1.8,2.9,3.6s-1.8,3.1-3.6,2.9c-1.8-.2-3.1-1.8-2.9-3.6.2-1.7,1.6-2.9,3.3-2.9h0ZM13.6,9l-.5,4.7c-1,.3-1.9.6-2.7,1.1l-3.7-3-3.4,3.4,3,3.7c-.5.8-.9,1.8-1.1,2.7l-4.7.5v4.9l4.7.5c.3,1,.6,1.9,1.1,2.7l-3,3.7,3.4,3.4,3.7-3c.8.5,1.8.9,2.7,1.1l.5,4.7h4.9l.5-4.7c1-.3,1.9-.6,2.7-1.1l3.7,3,3.4-3.4-3-3.7c.5-.8.9-1.8,1.1-2.7l4.7-.5v-4.9l-4.7-.5c-.3-1-.6-1.9-1.1-2.7l3-3.7-3.4-3.4-3.7,3c-.8-.5-1.8-.9-2.7-1.1l-.5-4.7h-4.9,0ZM16.1,20.1c2.5,0,4.5,2,4.5,4.5s-2,4.5-4.5,4.5-4.5-2-4.5-4.5,2-4.5,4.5-4.5h0ZM38.7,25.1l-.5,2.5c-.5,0-1,.2-1.5.5l-1.7-1.8-1.9,1.6,1.3,2.1c-.3.4-.5.9-.7,1.4h-2.4s-.3,2.6-.3,2.6l2.4.5c0,.5.2,1,.4,1.5l-1.7,1.8,1.6,2,2-1.4c.4.3.8.6,1.3.7v2.5l2.5.3.5-2.5c.5,0,1-.2,1.5-.4l1.7,1.8,1.9-1.6-1.3-2.1c.3-.4.5-.9.7-1.4h2.4s.3-2.6.3-2.6l-2.4-.5c0-.5-.2-1-.4-1.5l1.7-1.8-1.6-2-2,1.4c-.4-.3-.9-.6-1.3-.7v-2.5s-2.5-.3-2.5-.3h0ZM39.1,31.1c0,0,.2,0,.2,0,1.3.1,2.2,1.3,2.1,2.6s-1.3,2.3-2.5,2.1-2.2-1.3-2.1-2.6c.1-1.2,1.1-2.2,2.3-2.2h0Z" inkscape:connector-curvature="0"/>
15
+ </svg>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg id="svg2" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" version="1.1" viewBox="0 0 51 42.4">
3
+ <!-- Generator: Adobe Illustrator 29.0.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 192) -->
4
+ <defs>
5
+ <style>
6
+ .st0 {
7
+ fill: none;
8
+ stroke: #020c19;
9
+ stroke-linejoin: round;
10
+ }
11
+ </style>
12
+ </defs>
13
+ <sodipodi:namedview id="namedview30" bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" inkscape:current-layer="svg2" inkscape:cx="601.80919" inkscape:cy="236.02069" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="876" inkscape:window-maximized="1" inkscape:window-width="1535" inkscape:window-x="65" inkscape:window-y="24" inkscape:zoom="0.37249375" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
14
+ <path id="path4627" class="st0" d="M38.4.5l-.7,3.4c-.7,0-1.4.3-2.1.6l-2.4-2.4-2.8,2.2,1.9,2.9c-.4.6-.8,1.2-1,1.9h-3.5l-.4,3.5,3.4.7c.1.7.3,1.4.6,2.1l-2.5,2.4,2.2,2.8,2.9-1.9c.6.4,1.2.8,1.9,1v3.5l3.5.4.7-3.4c.7-.1,1.4-.3,2.1-.6l2.4,2.5,2.8-2.2-1.9-2.9c.4-.6.8-1.2,1-1.9h3.5l.4-3.5-3.4-.7c0-.7-.3-1.4-.6-2.1l2.5-2.4-2.2-2.8-2.9,1.9c-.6-.4-1.2-.8-1.9-1V.9l-3.5-.4h0ZM39,8.7h.3c1.8.2,3.1,1.8,2.9,3.6s-1.8,3.1-3.6,2.9c-1.8-.2-3.1-1.8-2.9-3.6.2-1.7,1.6-2.9,3.3-2.9h0ZM13.6,9l-.5,4.7c-1,.3-1.9.6-2.7,1.1l-3.7-3-3.4,3.4,3,3.7c-.5.8-.9,1.8-1.1,2.7l-4.7.5v4.9l4.7.5c.3,1,.6,1.9,1.1,2.7l-3,3.7,3.4,3.4,3.7-3c.8.5,1.8.9,2.7,1.1l.5,4.7h4.9l.5-4.7c1-.3,1.9-.6,2.7-1.1l3.7,3,3.4-3.4-3-3.7c.5-.8.9-1.8,1.1-2.7l4.7-.5v-4.9l-4.7-.5c-.3-1-.6-1.9-1.1-2.7l3-3.7-3.4-3.4-3.7,3c-.8-.5-1.8-.9-2.7-1.1l-.5-4.7h-4.9ZM16.1,20.1c2.5,0,4.5,2,4.5,4.5s-2,4.5-4.5,4.5-4.5-2-4.5-4.5,2-4.5,4.5-4.5h0ZM38.7,25.1l-.5,2.5c-.5,0-1,.2-1.5.5l-1.7-1.8-1.9,1.6,1.3,2.1c-.3.4-.5.9-.7,1.4h-2.4l-.3,2.6,2.4.5c0,.5.2,1,.4,1.5l-1.7,1.8,1.6,2,2-1.4c.4.3.8.6,1.3.7v2.5l2.5.3.5-2.5c.5,0,1-.2,1.5-.4l1.7,1.8,1.9-1.6-1.3-2.1c.3-.4.5-.9.7-1.4h2.4l.3-2.6-2.4-.5c0-.5-.2-1-.4-1.5l1.7-1.8-1.6-2-2,1.4c-.4-.3-.9-.6-1.3-.7v-2.5l-2.5-.3h0ZM39.1,31.1h.2c1.3.1,2.2,1.3,2.1,2.6s-1.3,2.3-2.5,2.1-2.2-1.3-2.1-2.6c0-1.2,1.1-2.2,2.3-2.2h0Z" inkscape:connector-curvature="0"/>
15
+ </svg>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg id="svg2" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" version="1.1" viewBox="0 0 51 42.4">
3
+ <!-- Generator: Adobe Illustrator 29.0.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 192) -->
4
+ <defs>
5
+ <style>
6
+ .st0 {
7
+ fill: none;
8
+ stroke: #80858c;
9
+ stroke-linejoin: round;
10
+ }
11
+ </style>
12
+ </defs>
13
+ <sodipodi:namedview id="namedview30" bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" inkscape:current-layer="svg2" inkscape:cx="601.80919" inkscape:cy="236.02069" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="876" inkscape:window-maximized="1" inkscape:window-width="1535" inkscape:window-x="65" inkscape:window-y="24" inkscape:zoom="0.37249375" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
14
+ <path id="path4627" class="st0" d="M38.4.5l-.7,3.4c-.7.1-1.4.3-2.1.6l-2.4-2.4-2.8,2.2,1.9,2.9c-.4.6-.8,1.2-1,1.9h-3.5s-.4,3.5-.4,3.5l3.4.7c.1.7.3,1.4.6,2.1l-2.5,2.4,2.2,2.8,2.9-1.9c.6.4,1.2.8,1.9,1v3.5s3.5.4,3.5.4l.7-3.4c.7-.1,1.4-.3,2.1-.6l2.4,2.5,2.8-2.2-1.9-2.9c.4-.6.8-1.2,1-1.9h3.5s.4-3.5.4-3.5l-3.4-.7c-.1-.7-.3-1.4-.6-2.1l2.5-2.4-2.2-2.8-2.9,1.9c-.6-.4-1.2-.8-1.9-1V.9s-3.5-.4-3.5-.4h0ZM39,8.7c.1,0,.2,0,.3,0,1.8.2,3.1,1.8,2.9,3.6s-1.8,3.1-3.6,2.9c-1.8-.2-3.1-1.8-2.9-3.6.2-1.7,1.6-2.9,3.3-2.9h0ZM13.6,9l-.5,4.7c-1,.3-1.9.6-2.7,1.1l-3.7-3-3.4,3.4,3,3.7c-.5.8-.9,1.8-1.1,2.7l-4.7.5v4.9l4.7.5c.3,1,.6,1.9,1.1,2.7l-3,3.7,3.4,3.4,3.7-3c.8.5,1.8.9,2.7,1.1l.5,4.7h4.9l.5-4.7c1-.3,1.9-.6,2.7-1.1l3.7,3,3.4-3.4-3-3.7c.5-.8.9-1.8,1.1-2.7l4.7-.5v-4.9l-4.7-.5c-.3-1-.6-1.9-1.1-2.7l3-3.7-3.4-3.4-3.7,3c-.8-.5-1.8-.9-2.7-1.1l-.5-4.7h-4.9,0ZM16.1,20.1c2.5,0,4.5,2,4.5,4.5s-2,4.5-4.5,4.5-4.5-2-4.5-4.5,2-4.5,4.5-4.5h0ZM38.7,25.1l-.5,2.5c-.5,0-1,.2-1.5.5l-1.7-1.8-1.9,1.6,1.3,2.1c-.3.4-.5.9-.7,1.4h-2.4s-.3,2.6-.3,2.6l2.4.5c0,.5.2,1,.4,1.5l-1.7,1.8,1.6,2,2-1.4c.4.3.8.6,1.3.7v2.5l2.5.3.5-2.5c.5,0,1-.2,1.5-.4l1.7,1.8,1.9-1.6-1.3-2.1c.3-.4.5-.9.7-1.4h2.4s.3-2.6.3-2.6l-2.4-.5c0-.5-.2-1-.4-1.5l1.7-1.8-1.6-2-2,1.4c-.4-.3-.9-.6-1.3-.7v-2.5s-2.5-.3-2.5-.3h0ZM39.1,31.1c0,0,.2,0,.2,0,1.3.1,2.2,1.3,2.1,2.6s-1.3,2.3-2.5,2.1-2.2-1.3-2.1-2.6c.1-1.2,1.1-2.2,2.3-2.2h0Z" inkscape:connector-curvature="0"/>
15
+ </svg>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg id="svg2" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" version="1.1" viewBox="0 0 51 42.4">
3
+ <!-- Generator: Adobe Illustrator 29.0.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 192) -->
4
+ <defs>
5
+ <style>
6
+ .st0 {
7
+ fill: none;
8
+ stroke: #fff;
9
+ stroke-linejoin: round;
10
+ }
11
+ </style>
12
+ </defs>
13
+ <sodipodi:namedview id="namedview30" bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" inkscape:current-layer="svg2" inkscape:cx="601.80919" inkscape:cy="236.02069" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="876" inkscape:window-maximized="1" inkscape:window-width="1535" inkscape:window-x="65" inkscape:window-y="24" inkscape:zoom="0.37249375" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
14
+ <path id="path4627" class="st0" d="M38.4.5l-.7,3.4c-.7.1-1.4.3-2.1.6l-2.4-2.4-2.8,2.2,1.9,2.9c-.4.6-.8,1.2-1,1.9h-3.5s-.4,3.5-.4,3.5l3.4.7c.1.7.3,1.4.6,2.1l-2.5,2.4,2.2,2.8,2.9-1.9c.6.4,1.2.8,1.9,1v3.5s3.5.4,3.5.4l.7-3.4c.7-.1,1.4-.3,2.1-.6l2.4,2.5,2.8-2.2-1.9-2.9c.4-.6.8-1.2,1-1.9h3.5s.4-3.5.4-3.5l-3.4-.7c-.1-.7-.3-1.4-.6-2.1l2.5-2.4-2.2-2.8-2.9,1.9c-.6-.4-1.2-.8-1.9-1V.9s-3.5-.4-3.5-.4h0ZM39,8.7c.1,0,.2,0,.3,0,1.8.2,3.1,1.8,2.9,3.6s-1.8,3.1-3.6,2.9c-1.8-.2-3.1-1.8-2.9-3.6.2-1.7,1.6-2.9,3.3-2.9h0ZM13.6,9l-.5,4.7c-1,.3-1.9.6-2.7,1.1l-3.7-3-3.4,3.4,3,3.7c-.5.8-.9,1.8-1.1,2.7l-4.7.5v4.9l4.7.5c.3,1,.6,1.9,1.1,2.7l-3,3.7,3.4,3.4,3.7-3c.8.5,1.8.9,2.7,1.1l.5,4.7h4.9l.5-4.7c1-.3,1.9-.6,2.7-1.1l3.7,3,3.4-3.4-3-3.7c.5-.8.9-1.8,1.1-2.7l4.7-.5v-4.9l-4.7-.5c-.3-1-.6-1.9-1.1-2.7l3-3.7-3.4-3.4-3.7,3c-.8-.5-1.8-.9-2.7-1.1l-.5-4.7h-4.9,0ZM16.1,20.1c2.5,0,4.5,2,4.5,4.5s-2,4.5-4.5,4.5-4.5-2-4.5-4.5,2-4.5,4.5-4.5h0ZM38.7,25.1l-.5,2.5c-.5,0-1,.2-1.5.5l-1.7-1.8-1.9,1.6,1.3,2.1c-.3.4-.5.9-.7,1.4h-2.4s-.3,2.6-.3,2.6l2.4.5c0,.5.2,1,.4,1.5l-1.7,1.8,1.6,2,2-1.4c.4.3.8.6,1.3.7v2.5l2.5.3.5-2.5c.5,0,1-.2,1.5-.4l1.7,1.8,1.9-1.6-1.3-2.1c.3-.4.5-.9.7-1.4h2.4s.3-2.6.3-2.6l-2.4-.5c0-.5-.2-1-.4-1.5l1.7-1.8-1.6-2-2,1.4c-.4-.3-.9-.6-1.3-.7v-2.5s-2.5-.3-2.5-.3h0ZM39.1,31.1c0,0,.2,0,.2,0,1.3.1,2.2,1.3,2.1,2.6s-1.3,2.3-2.5,2.1-2.2-1.3-2.1-2.6c.1-1.2,1.1-2.2,2.3-2.2h0Z" inkscape:connector-curvature="0"/>
15
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg width="26" height="30" viewBox="0 0 26 30" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_601_1192)">
3
+ <path d="M18.25 0.483887H0.5V22.7032H18.25V0.483887Z" stroke="#F4B17A" stroke-width="2" stroke-miterlimit="10"/>
4
+ <path d="M25.29 7.29688H7.54004V29.5162H25.29V7.29688Z" stroke="#F4B17A" stroke-width="2" stroke-miterlimit="10"/>
5
+ </g>
6
+ <defs>
7
+ <clipPath id="clip0_601_1192">
8
+ <rect width="25.78" height="30" fill="white"/>
9
+ </clipPath>
10
+ </defs>
11
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg width="26" height="30" viewBox="0 0 26 30" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_590_519)">
3
+ <path d="M18.25 0.483887H0.5V22.7032H18.25V0.483887Z" stroke="#020C19" stroke-width="2" stroke-miterlimit="10"/>
4
+ <path d="M25.29 7.29688H7.54004V29.5162H25.29V7.29688Z" stroke="#020C19" stroke-width="2" stroke-miterlimit="10"/>
5
+ </g>
6
+ <defs>
7
+ <clipPath id="clip0_590_519">
8
+ <rect width="25.78" height="30" fill="white"/>
9
+ </clipPath>
10
+ </defs>
11
+ </svg>
@@ -0,0 +1,13 @@
1
+ <svg width="26" height="30" viewBox="0 0 26 30" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_590_522)">
3
+ <path d="M18.25 0.483887H0.5V22.7032H18.25V0.483887Z" stroke="#020C19" stroke-miterlimit="10"/>
4
+ <path d="M18.25 0.483887H0.5V22.7032H18.25V0.483887Z" stroke="white" stroke-opacity="0.5" stroke-miterlimit="10"/>
5
+ <path d="M25.29 7.29688H7.54004V29.5162H25.29V7.29688Z" stroke="#020C19" stroke-miterlimit="10"/>
6
+ <path d="M25.29 7.29688H7.54004V29.5162H25.29V7.29688Z" stroke="white" stroke-opacity="0.5" stroke-miterlimit="10"/>
7
+ </g>
8
+ <defs>
9
+ <clipPath id="clip0_590_522">
10
+ <rect width="25.78" height="30" fill="white"/>
11
+ </clipPath>
12
+ </defs>
13
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg width="26" height="30" viewBox="0 0 26 30" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_590_525)">
3
+ <path d="M18.25 0.483887H0.5V22.7032H18.25V0.483887Z" stroke="white" stroke-miterlimit="10"/>
4
+ <path d="M25.29 7.29688H7.54004V29.5162H25.29V7.29688Z" stroke="white" stroke-miterlimit="10"/>
5
+ </g>
6
+ <defs>
7
+ <clipPath id="clip0_590_525">
8
+ <rect width="25.78" height="30" fill="white"/>
9
+ </clipPath>
10
+ </defs>
11
+ </svg>
@@ -1,14 +1,12 @@
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 36.61 30">
3
- <defs>
4
- <style>
5
- .cls-1 {
6
- fill: #bf609b;
7
- stroke-width: 0px;
8
- }
9
- </style>
10
- </defs>
11
- <path class="cls-1" d="M34.17,20.24h-10.45l-5.2,5.63-5.2-5.63H2.44C1.1,20.24,0,21.34,0,22.68v4.88C0,28.9,1.1,30,2.44,30h31.73c1.34,0,2.44-1.1,2.44-2.44v-4.88c0-1.34-1.1-2.44-2.44-2.44ZM29.66,28.19c-.67,0-1.22-.55-1.22-1.22s.55-1.22,1.22-1.22,1.22.55,1.22,1.22-.55,1.22-1.22,1.22ZM33.32,28.19c-.67,0-1.22-.55-1.22-1.22s.55-1.22,1.22-1.22,1.22.55,1.22,1.22-.55,1.22-1.22,1.22Z"/>
12
- <rect class="cls-1" x="11.58" width="13.86" height="3.12"/>
13
- <polygon class="cls-1" points="28.81 13.23 25.45 13.23 25.45 5.79 11.58 5.79 11.58 13.23 8.22 13.23 18.51 24.37 28.81 13.23"/>
14
- </svg>
1
+ <svg width="37" height="31" viewBox="0 0 37 31" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_599_1139)">
3
+ <path d="M1.3905 17.8928V29.188H35.276V17.8928" stroke="#F4B17A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M10.901 8.48389L18.3332 16.7294L25.7655 8.48389" stroke="#F4B17A" stroke-width="2" stroke-linecap="round"/>
5
+ <path d="M18.3331 16.7181V1.06299" stroke="#F4B17A" stroke-width="2" stroke-linecap="round"/>
6
+ </g>
7
+ <defs>
8
+ <clipPath id="clip0_599_1139">
9
+ <rect width="37" height="31" fill="white"/>
10
+ </clipPath>
11
+ </defs>
12
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg width="37" height="31" viewBox="0 0 37 31" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_590_348)">
3
+ <path d="M1.3905 17.8928V29.188H35.276V17.8928" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M10.901 8.48389L18.3332 16.7294L25.7655 8.48389" stroke="#020C19" stroke-width="2" stroke-linecap="round"/>
5
+ <path d="M18.3331 16.7181V1.06299" stroke="#020C19" stroke-width="2" stroke-linecap="round"/>
6
+ </g>
7
+ <defs>
8
+ <clipPath id="clip0_590_348">
9
+ <rect width="37" height="31" fill="white"/>
10
+ </clipPath>
11
+ </defs>
12
+ </svg>
@@ -1,12 +1 @@
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 37.02 30">
3
- <defs>
4
- <style>
5
- .cls-1 {
6
- fill: #bf609b;
7
- stroke-width: 0px;
8
- }
9
- </style>
10
- </defs>
11
- <path class="cls-1" d="M16.66,23.19c-1.63-.02-2.91-.37-3.85-1.06-.94-.69-1.43-1.77-1.43-3.18v-3.91c0-.9-.28-1.54-.84-1.93-.56-.38-1.36-.57-2.4-.57v-1.94c1.04-.02,1.85-.21,2.4-.58s.84-1,.84-1.89v-3.93c0-1.42.49-2.47,1.46-3.16.97-.69,2.24-1.04,3.8-1.04v1.91c-.92.04-1.64.24-2.17.62s-.78,1-.78,1.87v3.83c0,1.82-.97,2.9-2.9,3.24v.16c1.93.34,2.9,1.42,2.9,3.24v3.91c0,.87.28,1.51.79,1.89.51.38,1.24.58,2.18.6v1.91ZM34.55,20.16h-7.81c-.29,1.54-1.13,2.47-1.86,2.98-1.18.84-2.7,1.26-4.5,1.26h-1.21v-4.24h-1.31v4.26h-1.23c-1.88-.03-3.42-.47-4.56-1.31-.97-.71-1.57-1.7-1.79-2.95H2.49C1.13,20.16.02,21.27.02,22.62L0,27.53C0,28.89,1.11,30,2.47,30h32.06c1.36,0,2.47-1.11,2.47-2.47l.02-4.91c0-1.36-1.11-2.47-2.47-2.47ZM29.97,28.17c-.68,0-1.23-.55-1.23-1.23s.55-1.23,1.23-1.23,1.23.55,1.23,1.23-.55,1.23-1.23,1.23ZM33.67,28.17c-.68,0-1.23-.55-1.23-1.23s.55-1.23,1.23-1.23,1.23.55,1.23,1.23-.55,1.23-1.23,1.23ZM20.39,23.19v-1.91c.92-.04,1.64-.24,2.17-.62.52-.38.76-1.03.76-1.89v-3.85c0-1.82.97-2.9,2.9-3.24v-.16c-1.93-.34-2.9-1.42-2.9-3.24v-3.88c0-.87-.26-1.49-.77-1.87-.51-.38-1.24-.58-2.18-.6V0c1.63.02,2.91.37,3.85,1.06.94.69,1.41,1.74,1.41,3.16v3.88c0,.9.28,1.55.84,1.93s1.36.57,2.4.57v1.94c-1.04.02-1.85.21-2.4.58-.56.37-.84,1-.84,1.89v3.96c0,1.42-.47,2.49-1.44,3.18-.97.69-2.24,1.04-3.8,1.04Z"/>
12
- </svg>
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 37.02 30"><defs><style>.cls-1{fill:#9b2373;}</style></defs><path class="cls-1" d="m16.66,23.19c-1.63-.02-2.91-.37-3.85-1.06-.94-.69-1.43-1.77-1.43-3.18v-3.91c0-.9-.28-1.54-.84-1.93-.56-.38-1.36-.57-2.4-.57v-1.94c1.04-.02,1.85-.21,2.4-.58s.84-1,.84-1.89v-3.93c0-1.42.49-2.47,1.46-3.16.97-.69,2.24-1.04,3.8-1.04v1.91c-.92.04-1.64.24-2.17.62s-.78,1-.78,1.87v3.83c0,1.82-.97,2.9-2.9,3.24v.16c1.93.34,2.9,1.42,2.9,3.24v3.91c0,.87.28,1.51.79,1.89.51.38,1.24.58,2.18.6v1.91Zm17.9-3.03h-7.81c-.29,1.54-1.13,2.47-1.86,2.98-1.18.84-2.7,1.26-4.5,1.26h-1.21v-4.24h-1.31v4.26h-1.23c-1.88-.03-3.42-.47-4.56-1.31-.97-.71-1.57-1.7-1.79-2.95H2.49C1.13,20.16.02,21.27.02,22.62L0,27.53C0,28.89,1.11,30,2.47,30h32.06c1.36,0,2.47-1.11,2.47-2.47l.02-4.91c0-1.36-1.11-2.47-2.47-2.47Zm-4.58,8.01c-.68,0-1.23-.55-1.23-1.23s.55-1.23,1.23-1.23,1.23.55,1.23,1.23-.55,1.23-1.23,1.23Zm3.7,0c-.68,0-1.23-.55-1.23-1.23s.55-1.23,1.23-1.23,1.23.55,1.23,1.23-.55,1.23-1.23,1.23Zm-13.29-4.98v-1.91c.92-.04,1.64-.24,2.17-.62.52-.38.76-1.03.76-1.89v-3.85c0-1.82.97-2.9,2.9-3.24v-.16c-1.93-.34-2.9-1.42-2.9-3.24v-3.88c0-.87-.26-1.49-.77-1.87-.51-.38-1.24-.58-2.18-.6V0c1.63.02,2.91.37,3.85,1.06.94.69,1.41,1.74,1.41,3.16v3.88c0,.9.28,1.55.84,1.93s1.36.57,2.4.57v1.94c-1.04.02-1.85.21-2.4.58s-.84,1-.84,1.89v3.96c0,1.42-.47,2.49-1.44,3.18-.97.69-2.24,1.04-3.8,1.04Z"/></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 37.02 30"><defs><style>.cls-1{fill:#101e36;}</style></defs><path class="cls-1" d="m16.66,23.19c-1.63-.02-2.91-.37-3.85-1.06-.94-.69-1.43-1.77-1.43-3.18v-3.91c0-.9-.28-1.54-.84-1.93-.56-.38-1.36-.57-2.4-.57v-1.94c1.04-.02,1.85-.21,2.4-.58s.84-1,.84-1.89v-3.93c0-1.42.49-2.47,1.46-3.16.97-.69,2.24-1.04,3.8-1.04v1.91c-.92.04-1.64.24-2.17.62s-.78,1-.78,1.87v3.83c0,1.82-.97,2.9-2.9,3.24v.16c1.93.34,2.9,1.42,2.9,3.24v3.91c0,.87.28,1.51.79,1.89.51.38,1.24.58,2.18.6v1.91Zm17.9-3.03h-7.81c-.29,1.54-1.13,2.47-1.86,2.98-1.18.84-2.7,1.26-4.5,1.26h-1.21v-4.24h-1.31v4.26h-1.23c-1.88-.03-3.42-.47-4.56-1.31-.97-.71-1.57-1.7-1.79-2.95H2.49C1.13,20.16.02,21.27.02,22.62L0,27.53C0,28.89,1.11,30,2.47,30h32.06c1.36,0,2.47-1.11,2.47-2.47l.02-4.91c0-1.36-1.11-2.47-2.47-2.47Zm-4.58,8.01c-.68,0-1.23-.55-1.23-1.23s.55-1.23,1.23-1.23,1.23.55,1.23,1.23-.55,1.23-1.23,1.23Zm3.7,0c-.68,0-1.23-.55-1.23-1.23s.55-1.23,1.23-1.23,1.23.55,1.23,1.23-.55,1.23-1.23,1.23Zm-13.29-4.98v-1.91c.92-.04,1.64-.24,2.17-.62.52-.38.76-1.03.76-1.89v-3.85c0-1.82.97-2.9,2.9-3.24v-.16c-1.93-.34-2.9-1.42-2.9-3.24v-3.88c0-.87-.26-1.49-.77-1.87-.51-.38-1.24-.58-2.18-.6V0c1.63.02,2.91.37,3.85,1.06.94.69,1.41,1.74,1.41,3.16v3.88c0,.9.28,1.55.84,1.93s1.36.57,2.4.57v1.94c-1.04.02-1.85.21-2.4.58s-.84,1-.84,1.89v3.96c0,1.42-.47,2.49-1.44,3.18-.97.69-2.24,1.04-3.8,1.04Z"/></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 37.02 30"><defs><style>.cls-1{fill:#878e9a;}</style></defs><path class="cls-1" d="m16.66,23.19c-1.63-.02-2.91-.37-3.85-1.06-.94-.69-1.43-1.77-1.43-3.18v-3.91c0-.9-.28-1.54-.84-1.93-.56-.38-1.36-.57-2.4-.57v-1.94c1.04-.02,1.85-.21,2.4-.58s.84-1,.84-1.89v-3.93c0-1.42.49-2.47,1.46-3.16.97-.69,2.24-1.04,3.8-1.04v1.91c-.92.04-1.64.24-2.17.62s-.78,1-.78,1.87v3.83c0,1.82-.97,2.9-2.9,3.24v.16c1.93.34,2.9,1.42,2.9,3.24v3.91c0,.87.28,1.51.79,1.89.51.38,1.24.58,2.18.6v1.91Zm17.9-3.03h-7.81c-.29,1.54-1.13,2.47-1.86,2.98-1.18.84-2.7,1.26-4.5,1.26h-1.21v-4.24h-1.31v4.26h-1.23c-1.88-.03-3.42-.47-4.56-1.31-.97-.71-1.57-1.7-1.79-2.95H2.49C1.13,20.16.02,21.27.02,22.62L0,27.53C0,28.89,1.11,30,2.47,30h32.06c1.36,0,2.47-1.11,2.47-2.47l.02-4.91c0-1.36-1.11-2.47-2.47-2.47Zm-4.58,8.01c-.68,0-1.23-.55-1.23-1.23s.55-1.23,1.23-1.23,1.23.55,1.23,1.23-.55,1.23-1.23,1.23Zm3.7,0c-.68,0-1.23-.55-1.23-1.23s.55-1.23,1.23-1.23,1.23.55,1.23,1.23-.55,1.23-1.23,1.23Zm-13.29-4.98v-1.91c.92-.04,1.64-.24,2.17-.62.52-.38.76-1.03.76-1.89v-3.85c0-1.82.97-2.9,2.9-3.24v-.16c-1.93-.34-2.9-1.42-2.9-3.24v-3.88c0-.87-.26-1.49-.77-1.87-.51-.38-1.24-.58-2.18-.6V0c1.63.02,2.91.37,3.85,1.06.94.69,1.41,1.74,1.41,3.16v3.88c0,.9.28,1.55.84,1.93s1.36.57,2.4.57v1.94c-1.04.02-1.85.21-2.4.58s-.84,1-.84,1.89v3.96c0,1.42-.47,2.49-1.44,3.18-.97.69-2.24,1.04-3.8,1.04Z"/></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 37.02 30"><defs><style>.cls-1{fill:#fff;}</style></defs><path class="cls-1" d="m16.66,23.19c-1.63-.02-2.91-.37-3.85-1.06-.94-.69-1.43-1.77-1.43-3.18v-3.91c0-.9-.28-1.54-.84-1.93-.56-.38-1.36-.57-2.4-.57v-1.94c1.04-.02,1.85-.21,2.4-.58s.84-1,.84-1.89v-3.93c0-1.42.49-2.47,1.46-3.16.97-.69,2.24-1.04,3.8-1.04v1.91c-.92.04-1.64.24-2.17.62s-.78,1-.78,1.87v3.83c0,1.82-.97,2.9-2.9,3.24v.16c1.93.34,2.9,1.42,2.9,3.24v3.91c0,.87.28,1.51.79,1.89.51.38,1.24.58,2.18.6v1.91Zm17.9-3.03h-7.81c-.29,1.54-1.13,2.47-1.86,2.98-1.18.84-2.7,1.26-4.5,1.26h-1.21v-4.24h-1.31v4.26h-1.23c-1.88-.03-3.42-.47-4.56-1.31-.97-.71-1.57-1.7-1.79-2.95H2.49C1.13,20.16.02,21.27.02,22.62L0,27.53C0,28.89,1.11,30,2.47,30h32.06c1.36,0,2.47-1.11,2.47-2.47l.02-4.91c0-1.36-1.11-2.47-2.47-2.47Zm-4.58,8.01c-.68,0-1.23-.55-1.23-1.23s.55-1.23,1.23-1.23,1.23.55,1.23,1.23-.55,1.23-1.23,1.23Zm3.7,0c-.68,0-1.23-.55-1.23-1.23s.55-1.23,1.23-1.23,1.23.55,1.23,1.23-.55,1.23-1.23,1.23Zm-13.29-4.98v-1.91c.92-.04,1.64-.24,2.17-.62.52-.38.76-1.03.76-1.89v-3.85c0-1.82.97-2.9,2.9-3.24v-.16c-1.93-.34-2.9-1.42-2.9-3.24v-3.88c0-.87-.26-1.49-.77-1.87-.51-.38-1.24-.58-2.18-.6V0c1.63.02,2.91.37,3.85,1.06.94.69,1.41,1.74,1.41,3.16v3.88c0,.9.28,1.55.84,1.93s1.36.57,2.4.57v1.94c-1.04.02-1.85.21-2.4.58s-.84,1-.84,1.89v3.96c0,1.42-.47,2.49-1.44,3.18-.97.69-2.24,1.04-3.8,1.04Z"/></svg>
@@ -0,0 +1,15 @@
1
+ <svg width="37" height="31" viewBox="0 0 37 31" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_590_353)">
3
+ <path d="M1.3905 17.8928V29.188H35.276V17.8928" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M1.3905 17.8928V29.188H35.276V17.8928" stroke="white" stroke-opacity="0.5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
5
+ <path d="M10.901 8.48389L18.3332 16.7294L25.7655 8.48389" stroke="#020C19" stroke-width="2" stroke-linecap="round"/>
6
+ <path d="M10.901 8.48389L18.3332 16.7294L25.7655 8.48389" stroke="white" stroke-opacity="0.5" stroke-width="2" stroke-linecap="round"/>
7
+ <path d="M18.3331 16.7181V1.06299" stroke="#020C19" stroke-width="2" stroke-linecap="round"/>
8
+ <path d="M18.3331 16.7181V1.06299" stroke="white" stroke-opacity="0.5" stroke-width="2" stroke-linecap="round"/>
9
+ </g>
10
+ <defs>
11
+ <clipPath id="clip0_590_353">
12
+ <rect width="37" height="31" fill="white"/>
13
+ </clipPath>
14
+ </defs>
15
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg width="37" height="31" viewBox="0 0 37 31" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_590_358)">
3
+ <path d="M1.3905 17.8928V29.188H35.276V17.8928" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M10.901 8.48389L18.3332 16.7294L25.7655 8.48389" stroke="white" stroke-width="2" stroke-linecap="round"/>
5
+ <path d="M18.3331 16.7181V1.06299" stroke="white" stroke-width="2" stroke-linecap="round"/>
6
+ </g>
7
+ <defs>
8
+ <clipPath id="clip0_590_358">
9
+ <rect width="37" height="31" fill="white"/>
10
+ </clipPath>
11
+ </defs>
12
+ </svg>
@@ -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_601_1221)">
3
+ <path d="M26.5862 17.4829V1.53516H0.517242V28.5852L15 28.5452" stroke="#F4B17A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M6.31035 9.23364H20.7931" stroke="#F4B17A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
5
+ <path d="M6.31035 15.0903H16.4483" stroke="#F4B17A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
6
+ <path d="M6.31035 20.9468H13.4069" stroke="#F4B17A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
7
+ <path d="M17.5862 23.99L22.0759 28.8053L26.5655 23.99" stroke="#F4B17A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
8
+ <path d="M22.0759 28.8054V19.6553" stroke="#F4B17A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
9
+ </g>
10
+ <defs>
11
+ <clipPath id="clip0_601_1221">
12
+ <rect width="27.931" height="30" fill="white"/>
13
+ </clipPath>
14
+ </defs>
15
+ </svg>
@@ -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_629)">
3
+ <path d="M26.5862 17.4829V1.53516H0.517242V28.5852L15 28.5452" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M6.31035 9.23364H20.7931" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
5
+ <path d="M6.31035 15.0903H16.4483" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
6
+ <path d="M6.31035 20.9468H13.4069" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
7
+ <path d="M17.5862 23.99L22.0759 28.8053L26.5655 23.99" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
8
+ <path d="M22.0759 28.8054V19.6553" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
9
+ </g>
10
+ <defs>
11
+ <clipPath id="clip0_590_629">
12
+ <rect width="27.931" height="30" fill="white"/>
13
+ </clipPath>
14
+ </defs>
15
+ </svg>
@@ -0,0 +1,21 @@
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_638)">
3
+ <path d="M26.5862 17.4829V1.53516H0.517242V28.5852L15 28.5452" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M26.5862 17.4829V1.53516H0.517242V28.5852L15 28.5452" stroke="white" stroke-opacity="0.5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
5
+ <path d="M6.31035 9.23364H20.7931" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
6
+ <path d="M6.31035 9.23364H20.7931" stroke="white" stroke-opacity="0.5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
7
+ <path d="M6.31035 15.0903H16.4483" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
8
+ <path d="M6.31035 15.0903H16.4483" stroke="white" stroke-opacity="0.5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
9
+ <path d="M6.31035 20.9468H13.4069" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
10
+ <path d="M6.31035 20.9468H13.4069" stroke="white" stroke-opacity="0.5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
11
+ <path d="M17.5862 23.99L22.0759 28.8053L26.5655 23.99" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
12
+ <path d="M17.5862 23.99L22.0759 28.8053L26.5655 23.99" stroke="white" stroke-opacity="0.5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
13
+ <path d="M22.0759 28.8054V19.6553" stroke="#020C19" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
14
+ <path d="M22.0759 28.8054V19.6553" stroke="white" stroke-opacity="0.5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
15
+ </g>
16
+ <defs>
17
+ <clipPath id="clip0_590_638">
18
+ <rect width="27.931" height="30" fill="white"/>
19
+ </clipPath>
20
+ </defs>
21
+ </svg>