@reapit/elements 5.0.0-beta.1 → 5.0.0-beta.3

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 (396) hide show
  1. package/dist/cjs/components/accordion/accordion.d.ts +2 -1
  2. package/dist/cjs/components/accordion/accordion.stories.d.ts +8 -0
  3. package/dist/cjs/components/avatar/avatar.stories.d.ts +15 -0
  4. package/dist/cjs/components/badge/badge.stories.d.ts +12 -0
  5. package/dist/cjs/components/breadcrumb/breadcrumb.stories.d.ts +12 -0
  6. package/dist/cjs/components/button/button.d.ts +0 -11
  7. package/dist/cjs/components/button/button.stories.d.ts +50 -0
  8. package/dist/cjs/components/card/__styles__/index.d.ts +0 -6
  9. package/dist/cjs/components/card/card-components.d.ts +0 -8
  10. package/dist/cjs/components/card/card.d.ts +0 -5
  11. package/dist/cjs/components/card/card.stories.d.ts +34 -0
  12. package/dist/cjs/components/chip/chip.stories.d.ts +12 -0
  13. package/dist/cjs/components/drawer/drawer.stories.d.ts +17 -0
  14. package/dist/cjs/components/file-input/file-input.stories.d.ts +11 -0
  15. package/dist/cjs/components/form-layout/form-layout.stories.d.ts +12 -0
  16. package/dist/cjs/components/grid/grid.stories.d.ts +26 -0
  17. package/dist/cjs/components/icon/__styles__/index.d.ts +0 -6
  18. package/dist/cjs/components/icon/icon-component.d.ts +2 -5
  19. package/dist/cjs/components/icon/icon.stories.d.ts +21 -0
  20. package/dist/cjs/components/input/input.stories.d.ts +67 -0
  21. package/dist/cjs/components/input-add-on/input-add-on.stories.d.ts +15 -0
  22. package/dist/cjs/components/input-error/input-error.d.ts +1 -2
  23. package/dist/cjs/components/input-error/input-error.stories.d.ts +8 -0
  24. package/dist/cjs/components/input-group/input-group.stories.d.ts +58 -0
  25. package/dist/cjs/components/key-value-list/key-value-list.stories.d.ts +12 -0
  26. package/dist/cjs/components/label/label.stories.d.ts +9 -0
  27. package/dist/cjs/components/layout/__styles__/index.d.ts +0 -1
  28. package/dist/cjs/components/layout/layout.d.ts +0 -1
  29. package/dist/cjs/components/layout/layout.stories.d.ts +33 -0
  30. package/dist/cjs/components/loader/loader.stories.d.ts +17 -0
  31. package/dist/cjs/components/mobile-controls/mobile-controls.stories.d.ts +9 -0
  32. package/dist/cjs/components/modal/modal.stories.d.ts +21 -0
  33. package/dist/cjs/components/multi-select/multi-select.stories.d.ts +15 -0
  34. package/dist/cjs/components/nav/nav-responsive.d.ts +0 -5
  35. package/dist/cjs/components/nav/nav.stories.d.ts +18 -0
  36. package/dist/cjs/components/page-header/page-header.stories.d.ts +9 -0
  37. package/dist/cjs/components/pagination/pagination.stories.d.ts +15 -0
  38. package/dist/cjs/components/persistent-notification/persistent-notification.stories.d.ts +45 -0
  39. package/dist/cjs/components/placeholder-image/images/index.d.ts +2 -2
  40. package/dist/cjs/components/placeholder-image/images/placeholder-images/placeholderLarge.d.ts +1 -1
  41. package/dist/cjs/components/placeholder-image/images/placeholder-images/placeholderSmall.d.ts +1 -1
  42. package/dist/cjs/components/placeholder-image/placeholder-image.stories.d.ts +12 -0
  43. package/dist/cjs/components/progress-bar/progress-bar.stories.d.ts +22 -0
  44. package/dist/cjs/components/searchable-dropdown/searchable-dropdown.d.ts +2 -2
  45. package/dist/cjs/components/searchable-dropdown/searchable-dropdown.stories.d.ts +25 -0
  46. package/dist/cjs/components/secondary-nav/secondary-nav.stories.d.ts +12 -0
  47. package/dist/cjs/components/select/select.stories.d.ts +12 -0
  48. package/dist/cjs/components/snack/snack.stories.d.ts +45 -0
  49. package/dist/cjs/components/snack/use-snack-hook.story-component.d.ts +1 -0
  50. package/dist/cjs/components/status-indicator/status-indicator.stories.d.ts +38 -0
  51. package/dist/cjs/components/steps/steps.stories.d.ts +24 -0
  52. package/dist/cjs/components/table/table.stories.d.ts +248 -0
  53. package/dist/cjs/components/tabs/tabs.stories.d.ts +22 -0
  54. package/dist/cjs/components/tag/tag.stories.d.ts +40 -0
  55. package/dist/cjs/components/textarea/textarea.stories.d.ts +15 -0
  56. package/dist/cjs/components/tile/tile.stories.d.ts +15 -0
  57. package/dist/cjs/components/toggle/toggle.stories.d.ts +28 -0
  58. package/dist/cjs/components/tool-tip/tooltip.stories.d.ts +12 -0
  59. package/dist/cjs/components/typography/typography.stories.d.ts +36 -0
  60. package/dist/cjs/hooks/use-media-query/media.stories.d.ts +16 -3
  61. package/dist/cjs/hooks/use-media-query/media.story-component.d.ts +2 -0
  62. package/dist/cjs/hooks/use-portal/use-portal.stories.d.ts +13 -0
  63. package/dist/cjs/icons/index.d.ts +0 -1
  64. package/dist/cjs/index.d.ts +0 -1
  65. package/dist/cjs/index.js +10 -1
  66. package/dist/cjs/index.js.map +1 -1
  67. package/dist/cjs/storybook/render-html-markup.d.ts +5 -8
  68. package/dist/cjs/styles/flexbox.stories.d.ts +116 -0
  69. package/dist/cjs/styles/theming.stories.d.ts +7 -0
  70. package/dist/cjs/styles/utilities.stories.d.ts +16 -0
  71. package/dist/esm/assets/{asset-a67729a7 → asset-5a3e61e0} +0 -1
  72. package/dist/esm/components/accordion/accordion.d.ts +2 -1
  73. package/dist/esm/components/accordion/accordion.stories.d.ts +8 -0
  74. package/dist/esm/components/avatar/avatar.stories.d.ts +15 -0
  75. package/dist/esm/components/badge/badge.stories.d.ts +12 -0
  76. package/dist/esm/components/breadcrumb/breadcrumb.stories.d.ts +12 -0
  77. package/dist/esm/components/button/button.d.ts +0 -11
  78. package/dist/esm/components/button/button.stories.d.ts +50 -0
  79. package/dist/esm/components/card/__styles__/index.d.ts +0 -6
  80. package/dist/esm/components/card/card-components.d.ts +0 -8
  81. package/dist/esm/components/card/card.d.ts +0 -5
  82. package/dist/esm/components/card/card.stories.d.ts +34 -0
  83. package/dist/esm/components/chip/chip.stories.d.ts +12 -0
  84. package/dist/esm/components/drawer/drawer.stories.d.ts +17 -0
  85. package/dist/esm/components/file-input/file-input.stories.d.ts +11 -0
  86. package/dist/esm/components/form-layout/form-layout.stories.d.ts +12 -0
  87. package/dist/esm/components/grid/grid.stories.d.ts +26 -0
  88. package/dist/esm/components/icon/__styles__/index.d.ts +0 -6
  89. package/dist/esm/components/icon/icon-component.d.ts +2 -5
  90. package/dist/esm/components/icon/icon.stories.d.ts +21 -0
  91. package/dist/esm/components/input/input.stories.d.ts +67 -0
  92. package/dist/esm/components/input-add-on/input-add-on.stories.d.ts +15 -0
  93. package/dist/esm/components/input-error/input-error.d.ts +1 -2
  94. package/dist/esm/components/input-error/input-error.stories.d.ts +8 -0
  95. package/dist/esm/components/input-group/input-group.stories.d.ts +58 -0
  96. package/dist/esm/components/key-value-list/key-value-list.stories.d.ts +12 -0
  97. package/dist/esm/components/label/label.stories.d.ts +9 -0
  98. package/dist/esm/components/layout/__styles__/index.d.ts +0 -1
  99. package/dist/esm/components/layout/layout.d.ts +0 -1
  100. package/dist/esm/components/layout/layout.stories.d.ts +33 -0
  101. package/dist/esm/components/loader/loader.stories.d.ts +17 -0
  102. package/dist/esm/components/mobile-controls/mobile-controls.stories.d.ts +9 -0
  103. package/dist/esm/components/modal/modal.stories.d.ts +21 -0
  104. package/dist/esm/components/multi-select/multi-select.stories.d.ts +15 -0
  105. package/dist/esm/components/nav/nav-responsive.d.ts +0 -5
  106. package/dist/esm/components/nav/nav.stories.d.ts +18 -0
  107. package/dist/esm/components/page-header/page-header.stories.d.ts +9 -0
  108. package/dist/esm/components/pagination/pagination.stories.d.ts +15 -0
  109. package/dist/esm/components/persistent-notification/persistent-notification.stories.d.ts +45 -0
  110. package/dist/esm/components/placeholder-image/images/index.d.ts +2 -2
  111. package/dist/esm/components/placeholder-image/images/placeholder-images/placeholderLarge.d.ts +1 -1
  112. package/dist/esm/components/placeholder-image/images/placeholder-images/placeholderSmall.d.ts +1 -1
  113. package/dist/esm/components/placeholder-image/placeholder-image.stories.d.ts +12 -0
  114. package/dist/esm/components/progress-bar/progress-bar.stories.d.ts +22 -0
  115. package/dist/esm/components/searchable-dropdown/searchable-dropdown.d.ts +2 -2
  116. package/dist/esm/components/searchable-dropdown/searchable-dropdown.stories.d.ts +25 -0
  117. package/dist/esm/components/secondary-nav/secondary-nav.stories.d.ts +12 -0
  118. package/dist/esm/components/select/select.stories.d.ts +12 -0
  119. package/dist/esm/components/snack/snack.stories.d.ts +45 -0
  120. package/dist/esm/components/snack/use-snack-hook.story-component.d.ts +1 -0
  121. package/dist/esm/components/status-indicator/status-indicator.stories.d.ts +38 -0
  122. package/dist/esm/components/steps/steps.stories.d.ts +24 -0
  123. package/dist/esm/components/table/table.stories.d.ts +248 -0
  124. package/dist/esm/components/tabs/tabs.stories.d.ts +22 -0
  125. package/dist/esm/components/tag/tag.stories.d.ts +40 -0
  126. package/dist/esm/components/textarea/textarea.stories.d.ts +15 -0
  127. package/dist/esm/components/tile/tile.stories.d.ts +15 -0
  128. package/dist/esm/components/toggle/toggle.stories.d.ts +28 -0
  129. package/dist/esm/components/tool-tip/tooltip.stories.d.ts +12 -0
  130. package/dist/esm/components/typography/typography.stories.d.ts +36 -0
  131. package/dist/esm/hooks/use-media-query/media.stories.d.ts +16 -3
  132. package/dist/esm/hooks/use-media-query/media.story-component.d.ts +2 -0
  133. package/dist/esm/hooks/use-portal/use-portal.stories.d.ts +13 -0
  134. package/dist/esm/icons/index.d.ts +0 -1
  135. package/dist/esm/index.d.ts +0 -1
  136. package/dist/esm/index.js +10 -1
  137. package/dist/esm/index.js.map +1 -1
  138. package/dist/esm/storybook/render-html-markup.d.ts +5 -8
  139. package/dist/esm/styles/flexbox.stories.d.ts +116 -0
  140. package/dist/esm/styles/theming.stories.d.ts +7 -0
  141. package/dist/esm/styles/utilities.stories.d.ts +16 -0
  142. package/dist/index.css +6 -21
  143. package/package.json +37 -44
  144. package/assets/animated-icons/docsAnimated1.svg +0 -24
  145. package/assets/animated-icons/docsAnimated2.svg +0 -17
  146. package/assets/animated-icons/webhooksAnimated1.svg +0 -14
  147. package/assets/animated-icons/webhooksAnimated2.svg +0 -14
  148. package/assets/animated-icons/webhooksDocsAnimated1.svg +0 -26
  149. package/assets/animated-icons/webhooksDocsAnimated2.svg +0 -19
  150. package/assets/animated-icons/welcomeAnimated1.svg +0 -22
  151. package/assets/animated-icons/welcomeAnimated2.svg +0 -22
  152. package/assets/infographic-icons/agencyCloudInfographic.svg +0 -13
  153. package/assets/infographic-icons/apiDocsInfographic.svg +0 -12
  154. package/assets/infographic-icons/apiInfographic.svg +0 -12
  155. package/assets/infographic-icons/appCategoryInfographic.svg +0 -10
  156. package/assets/infographic-icons/appInfographic.svg +0 -8
  157. package/assets/infographic-icons/appInfographicAlt.svg +0 -14
  158. package/assets/infographic-icons/appMarketDarkInfographic.svg +0 -22
  159. package/assets/infographic-icons/appMarketInfographic.svg +0 -22
  160. package/assets/infographic-icons/appSettingsAuthDarkInfographic.svg +0 -14
  161. package/assets/infographic-icons/appSettingsAuthInfographic.svg +0 -14
  162. package/assets/infographic-icons/appTypeInfographic.svg +0 -11
  163. package/assets/infographic-icons/applicantInfographic.svg +0 -17
  164. package/assets/infographic-icons/authenticatedInfographic.svg +0 -29
  165. package/assets/infographic-icons/barnInfographic.svg +0 -16
  166. package/assets/infographic-icons/bungalowInfographic.svg +0 -7
  167. package/assets/infographic-icons/codeInfographic.svg +0 -5
  168. package/assets/infographic-icons/cottageInfographic.svg +0 -19
  169. package/assets/infographic-icons/crmInfographic.svg +0 -15
  170. package/assets/infographic-icons/customerInfographic.svg +0 -18
  171. package/assets/infographic-icons/designInfographic.svg +0 -20
  172. package/assets/infographic-icons/developerAppsInfographic.svg +0 -35
  173. package/assets/infographic-icons/developmentInfographic.svg +0 -13
  174. package/assets/infographic-icons/devicesInfographic.svg +0 -10
  175. package/assets/infographic-icons/docsInfographic.svg +0 -20
  176. package/assets/infographic-icons/doorLockInfographic.svg +0 -7
  177. package/assets/infographic-icons/editAppCancelInfographic.svg +0 -13
  178. package/assets/infographic-icons/editAppInfographic.svg +0 -18
  179. package/assets/infographic-icons/elementsInfographic.svg +0 -16
  180. package/assets/infographic-icons/farmInfographic.svg +0 -21
  181. package/assets/infographic-icons/feedAltInfographic.svg +0 -8
  182. package/assets/infographic-icons/feedInfographic.svg +0 -8
  183. package/assets/infographic-icons/flatInfographic.svg +0 -22
  184. package/assets/infographic-icons/foundationsCustomerInfographic.svg +0 -33
  185. package/assets/infographic-icons/globeInfographic.svg +0 -20
  186. package/assets/infographic-icons/graphQlInfographic.svg +0 -10
  187. package/assets/infographic-icons/houseInfographic.svg +0 -13
  188. package/assets/infographic-icons/htmlInfographic.svg +0 -8
  189. package/assets/infographic-icons/landInfographic.svg +0 -12
  190. package/assets/infographic-icons/landlordInfographic.svg +0 -14
  191. package/assets/infographic-icons/leadGenerationInfographic.svg +0 -28
  192. package/assets/infographic-icons/listInfographic.svg +0 -14
  193. package/assets/infographic-icons/lockedInfographic.svg +0 -6
  194. package/assets/infographic-icons/logoKeyInfographic.svg +0 -8
  195. package/assets/infographic-icons/logoSettingsInfographic.svg +0 -9
  196. package/assets/infographic-icons/mailInfographic.svg +0 -4
  197. package/assets/infographic-icons/maisonetteInfographic.svg +0 -17
  198. package/assets/infographic-icons/manageAppListingInfographic.svg +0 -17
  199. package/assets/infographic-icons/manageWebhooksInfographic.svg +0 -14
  200. package/assets/infographic-icons/marketingInfographic.svg +0 -23
  201. package/assets/infographic-icons/marketplaceAppACInfographic.svg +0 -18
  202. package/assets/infographic-icons/myAppsInfographic.svg +0 -18
  203. package/assets/infographic-icons/newCustomerInfographic.svg +0 -46
  204. package/assets/infographic-icons/phoneInfographic.svg +0 -12
  205. package/assets/infographic-icons/platformApiInfographic.svg +0 -19
  206. package/assets/infographic-icons/productivityInfographic.svg +0 -16
  207. package/assets/infographic-icons/propTechInfographic.svg +0 -22
  208. package/assets/infographic-icons/propertyManagementInfographic.svg +0 -23
  209. package/assets/infographic-icons/reapitConnectInfographic.svg +0 -17
  210. package/assets/infographic-icons/reapitConnectSettingsDevicesDarkInfographic.svg +0 -30
  211. package/assets/infographic-icons/reapitConnectSettingsDevicesInfographic.svg +0 -30
  212. package/assets/infographic-icons/reapitLogoInfographic.svg +0 -12
  213. package/assets/infographic-icons/reapitLogoSmallInfographic.svg +0 -9
  214. package/assets/infographic-icons/reapitUserInfographic.svg +0 -39
  215. package/assets/infographic-icons/refreshInfographic.svg +0 -6
  216. package/assets/infographic-icons/reportInfographic.svg +0 -6
  217. package/assets/infographic-icons/reportingInfographic.svg +0 -8
  218. package/assets/infographic-icons/salesProgressionInfographic.svg +0 -22
  219. package/assets/infographic-icons/selectInfographic.svg +0 -10
  220. package/assets/infographic-icons/serverInfographic.svg +0 -5
  221. package/assets/infographic-icons/sharedEntitiesInfographic.svg +0 -32
  222. package/assets/infographic-icons/shieldInfographic.svg +0 -12
  223. package/assets/infographic-icons/userAuthInfographic.svg +0 -33
  224. package/assets/infographic-icons/userDeviceInfographic.svg +0 -34
  225. package/assets/infographic-icons/userHouseInfographic.svg +0 -10
  226. package/assets/infographic-icons/userInfographic.svg +0 -31
  227. package/assets/infographic-icons/utilityRegistrationInfographic.svg +0 -15
  228. package/assets/infographic-icons/vendorInfographic.svg +0 -25
  229. package/assets/infographic-icons/webDeveloperInfographic.svg +0 -48
  230. package/assets/infographic-icons/webDeveloperInfographicAlt.svg +0 -23
  231. package/assets/infographic-icons/webInfographic.svg +0 -12
  232. package/assets/infographic-icons/webhooksDocsInfographic.svg +0 -19
  233. package/assets/infographic-icons/webhooksInfographic.svg +0 -11
  234. package/assets/infographic-icons/welcomeInfographic.svg +0 -19
  235. package/assets/menu-icons/accountMenu.svg +0 -5
  236. package/assets/menu-icons/analyticsMenu.svg +0 -9
  237. package/assets/menu-icons/apiMenu.svg +0 -5
  238. package/assets/menu-icons/appLauncherMenu.svg +0 -12
  239. package/assets/menu-icons/appsMenu.svg +0 -7
  240. package/assets/menu-icons/dataMenu.svg +0 -6
  241. package/assets/menu-icons/defaultMenu.svg +0 -5
  242. package/assets/menu-icons/desktopMenu.svg +0 -4
  243. package/assets/menu-icons/developersMenu.svg +0 -4
  244. package/assets/menu-icons/docsMenu.svg +0 -6
  245. package/assets/menu-icons/hamburgerMenu.svg +0 -13
  246. package/assets/menu-icons/hamburgerOpenMenu.svg +0 -11
  247. package/assets/menu-icons/helpMenu.svg +0 -4
  248. package/assets/menu-icons/installedMenu.svg +0 -4
  249. package/assets/menu-icons/logoutMenu.svg +0 -4
  250. package/assets/menu-icons/manageMenu.svg +0 -5
  251. package/assets/menu-icons/mapMenu.svg +0 -10
  252. package/assets/menu-icons/marketplaceMenu.svg +0 -4
  253. package/assets/menu-icons/myAccountMenu.svg +0 -5
  254. package/assets/menu-icons/officesMenu.svg +0 -6
  255. package/assets/menu-icons/paymentsMenu.svg +0 -6
  256. package/assets/menu-icons/profileMenu.svg +0 -4
  257. package/assets/menu-icons/reapitLogoMenu.svg +0 -12
  258. package/assets/menu-icons/reapitLogoSelectedMenu.svg +0 -12
  259. package/assets/menu-icons/reapitLogoTextMenu.svg +0 -12
  260. package/assets/menu-icons/resultsMenu.svg +0 -9
  261. package/assets/menu-icons/searchMenu.svg +0 -4
  262. package/assets/menu-icons/supportMenu.svg +0 -6
  263. package/assets/menu-icons/uiMenu.svg +0 -7
  264. package/assets/menu-icons/usersMenu.svg +0 -4
  265. package/assets/menu-icons/webhooksMenu.svg +0 -8
  266. package/assets/system-icons/addSolidSystem.svg +0 -3
  267. package/assets/system-icons/addSystem.svg +0 -3
  268. package/assets/system-icons/arrowDownSolidSystem.svg +0 -3
  269. package/assets/system-icons/arrowDownSystem.svg +0 -3
  270. package/assets/system-icons/arrowLeftSolidSystem.svg +0 -3
  271. package/assets/system-icons/arrowLeftSystem.svg +0 -3
  272. package/assets/system-icons/arrowRightSolidSystem.svg +0 -3
  273. package/assets/system-icons/arrowRightSystem.svg +0 -3
  274. package/assets/system-icons/arrowUpSolidSystem.svg +0 -3
  275. package/assets/system-icons/arrowUpSystem.svg +0 -3
  276. package/assets/system-icons/asteriskSolidSystem.svg +0 -3
  277. package/assets/system-icons/asteriskSystem.svg +0 -3
  278. package/assets/system-icons/authenticationSolidSystem.svg +0 -3
  279. package/assets/system-icons/authenticationSystem.svg +0 -4
  280. package/assets/system-icons/backSolidSystem.svg +0 -3
  281. package/assets/system-icons/backSystem.svg +0 -3
  282. package/assets/system-icons/bulletListSolidSystem.svg +0 -8
  283. package/assets/system-icons/bulletListSystem.svg +0 -3
  284. package/assets/system-icons/calendarSolidSystem.svg +0 -6
  285. package/assets/system-icons/calendarSystem.svg +0 -9
  286. package/assets/system-icons/cancelSolidSystem.svg +0 -3
  287. package/assets/system-icons/cancelSystem.svg +0 -4
  288. package/assets/system-icons/carSolidSystem.svg +0 -5
  289. package/assets/system-icons/carSystem.svg +0 -3
  290. package/assets/system-icons/checkSolidSystem.svg +0 -3
  291. package/assets/system-icons/checkSystem.svg +0 -3
  292. package/assets/system-icons/circleSolidSystem.svg +0 -3
  293. package/assets/system-icons/circleSystem.svg +0 -3
  294. package/assets/system-icons/closeSolidSystem.svg +0 -3
  295. package/assets/system-icons/closeSystem.svg +0 -3
  296. package/assets/system-icons/cloudSolidSystem.svg +0 -3
  297. package/assets/system-icons/cloudSystem.svg +0 -3
  298. package/assets/system-icons/companySolidSystem.svg +0 -3
  299. package/assets/system-icons/companySystem.svg +0 -3
  300. package/assets/system-icons/dollarSolidSystem.svg +0 -5
  301. package/assets/system-icons/dollarSystem.svg +0 -4
  302. package/assets/system-icons/downSolidSystem.svg +0 -3
  303. package/assets/system-icons/downSystem.svg +0 -3
  304. package/assets/system-icons/download.svg +0 -16
  305. package/assets/system-icons/downloadSolidSystem.svg +0 -4
  306. package/assets/system-icons/downloadSystem.svg +0 -4
  307. package/assets/system-icons/editSolidSystem.svg +0 -4
  308. package/assets/system-icons/editSystem.svg +0 -3
  309. package/assets/system-icons/emailSolidSystem.svg +0 -4
  310. package/assets/system-icons/emailSystem.svg +0 -3
  311. package/assets/system-icons/errorSolidSystem.svg +0 -3
  312. package/assets/system-icons/errorSystem.svg +0 -4
  313. package/assets/system-icons/euroSolidSystem.svg +0 -3
  314. package/assets/system-icons/euroSystem.svg +0 -4
  315. package/assets/system-icons/favouriteSolidSystem.svg +0 -3
  316. package/assets/system-icons/favouriteSystem.svg +0 -3
  317. package/assets/system-icons/filterSolidSystem.svg +0 -5
  318. package/assets/system-icons/filterSystem.svg +0 -5
  319. package/assets/system-icons/geoLocationSolidSystem.svg +0 -4
  320. package/assets/system-icons/geoLocationSystem.svg +0 -4
  321. package/assets/system-icons/githubSolidSystem.svg +0 -3
  322. package/assets/system-icons/githubSystem.svg +0 -3
  323. package/assets/system-icons/hamburgerMenuSolidSystem.svg +0 -5
  324. package/assets/system-icons/hamburgerMenuSystem.svg +0 -3
  325. package/assets/system-icons/hideSolidSystem.svg +0 -3
  326. package/assets/system-icons/hideSystem.svg +0 -3
  327. package/assets/system-icons/homeSolidSystem.svg +0 -3
  328. package/assets/system-icons/homeSystem.svg +0 -3
  329. package/assets/system-icons/infoSolidSystem.svg +0 -3
  330. package/assets/system-icons/infoSystem.svg +0 -4
  331. package/assets/system-icons/linkSolidSystem.svg +0 -4
  332. package/assets/system-icons/linkSystem.svg +0 -4
  333. package/assets/system-icons/lockSolidSystem.svg +0 -3
  334. package/assets/system-icons/lockSystem.svg +0 -4
  335. package/assets/system-icons/messageSolidSystem.svg +0 -3
  336. package/assets/system-icons/messageSystem.svg +0 -6
  337. package/assets/system-icons/moreSolidSystem.svg +0 -5
  338. package/assets/system-icons/moreSystem.svg +0 -5
  339. package/assets/system-icons/nextSolidSystem.svg +0 -3
  340. package/assets/system-icons/nextSystem.svg +0 -3
  341. package/assets/system-icons/paymentSolidSystem.svg +0 -3
  342. package/assets/system-icons/paymentSystem.svg +0 -3
  343. package/assets/system-icons/phoneSolidSystem.svg +0 -3
  344. package/assets/system-icons/phoneSystem.svg +0 -3
  345. package/assets/system-icons/pinSolidSystem.svg +0 -3
  346. package/assets/system-icons/pinSystem.svg +0 -3
  347. package/assets/system-icons/poundSolidSystem.svg +0 -3
  348. package/assets/system-icons/poundSystem.svg +0 -4
  349. package/assets/system-icons/previewSystem.svg +0 -4
  350. package/assets/system-icons/questionSolidSystem.svg +0 -3
  351. package/assets/system-icons/questionSystem.svg +0 -4
  352. package/assets/system-icons/refreshSolidSystem.svg +0 -3
  353. package/assets/system-icons/refreshSystem.svg +0 -3
  354. package/assets/system-icons/saveSystem.svg +0 -10
  355. package/assets/system-icons/searchSolidSystem.svg +0 -3
  356. package/assets/system-icons/searchSystem.svg +0 -3
  357. package/assets/system-icons/securityTokenSolidSystem.svg +0 -4
  358. package/assets/system-icons/securityTokenSystem.svg +0 -7
  359. package/assets/system-icons/settingsSolidSystem.svg +0 -3
  360. package/assets/system-icons/settingsSystem.svg +0 -4
  361. package/assets/system-icons/shareSolidSystem.svg +0 -3
  362. package/assets/system-icons/shareSystem.svg +0 -3
  363. package/assets/system-icons/sortSolidSystem.svg +0 -4
  364. package/assets/system-icons/sortSystem.svg +0 -4
  365. package/assets/system-icons/tickSolidSystem.svg +0 -3
  366. package/assets/system-icons/tickSystem.svg +0 -3
  367. package/assets/system-icons/trashSolidSystem.svg +0 -4
  368. package/assets/system-icons/trashSystem.svg +0 -6
  369. package/assets/system-icons/upSolidSystem.svg +0 -3
  370. package/assets/system-icons/upSystem.svg +0 -3
  371. package/assets/system-icons/usernameSolidSystem.svg +0 -4
  372. package/assets/system-icons/usernameSystem.svg +0 -3
  373. package/assets/system-icons/videoSolidSystem.svg +0 -3
  374. package/assets/system-icons/videoSystem.svg +0 -3
  375. package/assets/system-icons/viewSolidSystem.svg +0 -4
  376. package/assets/system-icons/viewSystem.svg +0 -4
  377. package/assets/system-icons/walkingSolidSystem.svg +0 -4
  378. package/assets/system-icons/walkingSystem.svg +0 -3
  379. package/assets/system-icons/warningSolidSystem.svg +0 -3
  380. package/assets/system-icons/warningSystem.svg +0 -5
  381. package/dist/cjs/71331a14aae8c896.svg +0 -22
  382. package/dist/cjs/components/persistant-notification/__styles__/index.d.ts +0 -2
  383. package/dist/cjs/components/persistant-notification/__tests__/persistent-notification.test.d.ts +0 -1
  384. package/dist/cjs/components/persistant-notification/index.d.ts +0 -2
  385. package/dist/cjs/components/persistant-notification/persistent-notification.d.ts +0 -14
  386. package/dist/cjs/components/snack/use-snack-hook.stories.d.ts +0 -2
  387. package/dist/cjs/e110dff8980ad1c0.svg +0 -32
  388. package/dist/cjs/icons/icons-legacy.d.ts +0 -238
  389. package/dist/esm/71331a14aae8c896.svg +0 -22
  390. package/dist/esm/components/persistant-notification/__styles__/index.d.ts +0 -2
  391. package/dist/esm/components/persistant-notification/__tests__/persistent-notification.test.d.ts +0 -1
  392. package/dist/esm/components/persistant-notification/index.d.ts +0 -2
  393. package/dist/esm/components/persistant-notification/persistent-notification.d.ts +0 -14
  394. package/dist/esm/components/snack/use-snack-hook.stories.d.ts +0 -2
  395. package/dist/esm/e110dff8980ad1c0.svg +0 -32
  396. package/dist/esm/icons/icons-legacy.d.ts +0 -238
@@ -1,19 +0,0 @@
1
- <svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M49.4095 10.8394H12.6859V68.5893H49.4095C50.6563 68.5893 51.6671 67.5999 51.6671 66.3795V13.0492C51.6671 11.8288 50.6563 10.8394 49.4095 10.8394Z" fill="#798da1"/>
3
- <path d="M60.7241 70.333C60.7241 70.333 61.2416 72.971 62.3867 73.3579C63.532 73.7449 70.1868 71.3834 69.7122 70.3552C69.2376 69.3271 65.3699 68.7479 63.8759 68.8721C62.3819 68.9962 60.7241 70.333 60.7241 70.333Z" fill="#506478"/>
4
- <path d="M33.778 55.1387C33.778 55.1387 31.8997 53.177 30.7227 53.4498C29.5455 53.7223 25.2255 59.2078 26.1877 59.8293C27.15 60.4508 30.7275 58.9143 31.9193 58.0266C33.111 57.1388 33.778 55.1387 33.778 55.1387Z" fill="#506478"/>
5
- <path d="M42.6965 51.4454C42.6965 51.4454 42.7171 55.7238 39.5568 57.0848C36.3965 58.4458 34.475 54.8252 33.9132 54.7856C33.3516 54.7459 31.6766 57.771 31.455 58.6266C31.2333 59.4821 35.8935 64.4298 40.8713 63.5932C45.8493 62.7563 47.3676 57.24 47.8657 57.0376C48.3637 56.8352 51.1019 57.257 52.0213 57.5685C53.2026 57.9687 55.1766 58.8943 57.3041 62.6936C59.4316 66.4929 59.5894 70.3002 60.4609 70.52C61.3325 70.74 63.7319 69.4196 64.659 68.8514C65.586 68.2833 64.218 56.1326 56.9563 52.7687C49.6945 49.4048 42.6965 51.4454 42.6965 51.4454Z" fill="#506478"/>
6
- <path d="M44.7295 37.452C43.6062 42.1184 42.3277 48.1145 42.2844 51.3849C42.2665 52.7473 57.1122 55.0539 58.5966 52.8509C59.2692 51.8526 59.2329 48.3921 58.8758 44.595C58.8758 43.2144 58.5 42.2144 58.5385 41.5978C58.0672 37.9738 57.3991 34.5441 56.8632 33.1115C55.6137 29.7715 52.4762 28.8157 52.4762 28.8157C52.4762 28.8157 47.7056 29.4458 46.5902 30.655C46.5831 30.6544 46.5759 30.6539 46.5687 30.6534C46.5687 30.6534 37.2186 34.909 36.4702 39.4994C35.7215 44.0897 38.3517 46.8659 38.8624 46.9775C39.3731 47.0893 41.9257 45.2697 42.0198 45.0107C42.0411 44.9519 42.0066 44.6668 41.9559 44.2483C41.7833 42.8221 41.4229 39.8461 42.4448 38.9887C43.0568 38.4752 43.9484 37.9105 44.7295 37.452Z" fill="#9faebc"/>
7
- <path d="M44.7887 19.0189C43.571 19.1823 42.5887 20.2186 42.4956 21.5383C42.3896 23.0406 43.4761 24.3413 44.9226 24.4434C44.979 24.4474 45.035 24.4495 45.0907 24.4498C45.7732 27.9241 47.684 32.4195 52.9896 32.794C58.8911 33.2106 61.5941 29.2055 62.7368 25.525C64.0349 25.4429 65.1089 24.3711 65.2065 22.9882C65.2947 21.7382 64.5574 20.6277 63.4741 20.2311C63.3555 16.8864 62.339 12.3182 62.339 12.3182L55.0398 11.0669L48.4742 11.8654L45.3157 13.4301L44.9587 15.5604L44.7887 19.0189Z" fill="#FFE5C7"/>
8
- <path d="M39.1854 46.626C39.1854 46.626 39.2497 49.6799 39.8715 50.1424C40.2376 50.4147 40.5778 50.4221 40.9387 50.4301C41.1908 50.4356 41.4529 50.4413 41.741 50.5376C42.113 50.6618 42.5081 50.5281 42.8902 50.3988C43.2278 50.2845 43.5552 50.1736 43.8475 50.2473C44.4705 50.4046 45.2519 50.0286 45.3333 49.2658C45.4147 48.503 44.5621 47.3517 44.5621 47.3517C44.5621 47.3517 45.8116 46.9028 45.5808 46.2142C45.4765 45.9032 44.9306 45.9217 44.2845 45.9436C43.4999 45.9703 42.5677 46.0019 42.0998 45.4543C41.2467 44.4559 39.1854 46.626 39.1854 46.626Z" fill="#FFE5C7"/>
9
- <path d="M58.9239 45.3681C58.2941 45.8094 57.8262 47.7779 59.0283 48.9226C60.0341 49.8805 61.6929 50.3243 62.8948 50.1433C64.0968 49.9626 64.9119 47.8988 64.7644 46.8118C64.6171 45.7247 63.1636 45.666 63.1636 45.666C62.7013 44.7998 61.4305 45.199 61.4305 45.199C61.002 44.7434 60.1718 45.0415 60.1718 45.0415C60.1718 45.0415 59.554 44.9266 58.9239 45.3681Z" fill="#FFE5C7"/>
10
- <path d="M61.6746 27.3693L69.497 29.3218C70.5752 29.5909 71.2189 30.6799 70.9317 31.749L66.7641 47.2616C66.4768 48.3307 65.3657 48.9817 64.2875 48.7126L56.4651 46.7601C55.3869 46.491 54.7432 45.402 55.0304 44.3329L59.1981 28.8203C59.4853 27.7512 60.5965 27.1002 61.6746 27.3693Z" fill="#798da1"/>
11
- <path d="M62.957 30.2524C62.8634 30.5971 62.5056 30.8058 62.1578 30.7185C61.81 30.6313 61.6039 30.2811 61.6975 29.9364C61.791 29.5917 62.1488 29.383 62.4966 29.4703C62.8444 29.5575 63.0505 29.9077 62.957 30.2524Z" fill="#fff"/>
12
- <path d="M64.6124 30.0136L67.1428 30.6517C67.4924 30.7399 67.6995 31.0924 67.6058 31.4397C67.512 31.787 67.1531 31.9967 66.8035 31.9086L64.2731 31.2704C63.9235 31.1823 63.7164 30.8298 63.8102 30.4825C63.9039 30.1352 64.2628 29.9254 64.6124 30.0136Z" fill="#fff"/>
13
- <path d="M58.924 45.3681C58.2941 45.8095 57.8263 47.778 59.0283 48.9227C60.0341 49.8806 61.693 50.3244 62.8949 50.1434C64.0969 49.9627 64.9119 47.8989 64.7644 46.8119C64.6171 45.7248 63.1637 45.6661 63.1637 45.6661C62.7013 44.7998 61.4305 45.199 61.4305 45.199C61.002 44.7435 60.1718 45.0416 60.1718 45.0416C60.1718 45.0416 59.5541 44.9267 58.924 45.3681Z" fill="#FFE5C7"/>
14
- <path d="M47.3254 7.92226C49.8794 5.11538 54.5725 4.94295 58.6478 6.19008C60.9546 6.89602 72.3176 12.1345 65.6414 14.538C65.6114 15.8709 65.5239 17.2085 65.3654 18.5323C65.2646 19.3739 65.1718 20.2804 64.858 21.0775C64.4647 22.0764 63.4627 21.649 63.2045 20.7927C62.7358 19.2378 63.5462 17.6703 62.6786 16.0934C62.1615 15.1538 61.3933 14.9649 60.5251 14.4265C60.4745 14.3951 59.9395 14.155 59.9357 14.1119C59.9357 14.1119 60.7465 15.6558 59.5718 15.7706C58.3967 15.8855 54.3671 14.1195 54.3671 14.1195C54.3671 14.1195 54.9206 15.2 53.2999 15.5908C51.6793 15.9817 47.7926 13.2416 47.7926 13.2416C47.7926 13.2416 45.8467 15.0593 45.588 20.0739C45.5063 21.6559 42.3401 21.1424 43.0031 17.7156C43.6659 14.2887 43.9568 7.84015 47.3254 7.92226Z" fill="#506478"/>
15
- <path d="M29.7239 2.41722C29.1918 2.00177 28.5078 1.88878 27.8853 2.11344L3.39551 10.9527C2.56218 11.2536 2 12.098 2 13.0491V66.3794C2 67.3307 2.56204 68.175 3.39551 68.4758L27.8853 77.3151C28.5131 77.5418 29.1969 77.4228 29.7239 77.0113C30.2561 76.5962 30.5714 75.9291 30.5714 75.2187V4.20983C30.5714 3.49959 30.2561 2.83252 29.7239 2.41722ZM20.3673 41.9241C19.2403 41.9241 18.3265 40.9347 18.3265 39.7143C18.3265 38.4939 19.2403 37.5045 20.3673 37.5045C21.4944 37.5045 22.4082 38.4939 22.4082 39.7143C22.4082 40.9347 21.4944 41.9241 20.3673 41.9241Z" fill="#506478"/>
16
- <path d="M58.03 39.7774C57.8965 39.2598 58.2213 38.732 58.7554 38.5986L62.1732 37.7452C62.7074 37.6118 63.2487 37.9233 63.3822 38.4409L64.2105 41.6513C64.344 42.1689 64.0192 42.6967 63.485 42.8301L60.0673 43.6835C59.5331 43.8169 58.9918 43.5054 58.8582 42.9878L58.03 39.7774Z" fill="#7e9bfa"/>
17
- <path d="M71.896 42.0562C71.4803 41.7055 70.8422 41.7409 70.4707 42.1353L69.4898 43.1767C69.1183 43.5712 69.1541 44.1753 69.5698 44.526L70.6738 45.4576C71.0895 45.8083 71.7277 45.7729 72.0992 45.3785L73.08 44.3371C73.4515 43.9426 73.4157 43.3385 73 42.9878L71.896 42.0562Z" fill="#7e9bfa"/>
18
- <path d="M61.3015 31.6609C60.5338 29.9468 61.2827 27.9443 62.9741 27.1883L70.0979 24.0037C71.7893 23.2476 73.7828 24.0243 74.5504 25.7384L77.6985 32.7678C78.4662 34.4819 77.7173 36.4844 76.0259 37.2405L68.9021 40.425C67.2107 41.1811 65.2172 40.4045 64.4496 38.6904L61.3015 31.6609Z" fill="#7e9bfa"/>
19
- </svg>
@@ -1,5 +0,0 @@
1
- <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M8.5412 16.3765V26.4353H30.4588C30.4588 25.9813 30.4588 16.8724 30.4588 16.3765H25.4824V24.6353H21.9883V16.3765H17.0118V24.6353H13.5177V16.3765H8.5412Z" fill="var(--nav-menu-icon-secondary-accent)"/>
3
- <path d="M32.2062 14.7882H6.79442C5.98045 14.7882 5.69647 13.7035 6.40292 13.3032L19.1088 6.10324C19.3516 5.96559 19.649 5.96559 19.8918 6.10324L32.5977 13.3032C33.3058 13.7045 33.0182 14.7882 32.2062 14.7882Z" fill="var(--nav-menu-icon-primary-accent)"/>
4
- <path d="M33 31.4117V29.6117C33 28.736 32.2874 28.0234 31.4118 28.0234H7.58824C6.71259 28.0234 6 28.736 6 29.6117V31.4117C6 32.2873 6.71259 32.9999 7.58824 32.9999H31.4118C32.2874 32.9999 33 32.2873 33 31.4117Z" fill="var(--nav-menu-icon-primary-accent)"/>
5
- </svg>
@@ -1,9 +0,0 @@
1
- <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M9.26637 23.0654C9.14916 22.9482 9.08331 22.7892 9.08331 22.6234C9.08331 22.4577 9.14916 22.2987 9.26637 22.1815C9.38358 22.0643 9.54255 21.9984 9.70831 21.9984C12.7369 21.9984 17.5052 20.0785 21.8558 17.1073C25.8333 14.3911 28.7465 11.3283 29.9282 8.67723L27.8445 9.45848C27.6893 9.51669 27.5173 9.51086 27.3664 9.44227C27.2155 9.37368 27.098 9.24796 27.0398 9.09275C26.9816 8.93754 26.9874 8.76557 27.056 8.61466C27.0899 8.53994 27.1383 8.47264 27.1983 8.4166C27.2582 8.36056 27.3286 8.31689 27.4055 8.28806L30.7388 7.03806C30.8226 7.00754 30.912 6.99514 31.0009 7.00171C31.0899 7.00828 31.1764 7.03365 31.2548 7.07615C31.3333 7.11865 31.4018 7.17731 31.4558 7.24826C31.5099 7.3192 31.5482 7.40082 31.5684 7.4877L32.4017 11.2377C32.5606 12.0436 31.3834 12.3119 31.1815 11.5088L30.794 9.7639C30.2223 10.8692 29.4009 12.0179 28.3369 13.1982C26.8067 14.8951 24.8095 16.6038 22.5608 18.1396C17.9464 21.2908 13.0216 23.2484 9.70831 23.2484C9.54255 23.2484 9.38358 23.1826 9.26637 23.0654Z" fill="var(--nav-menu-icon-primary-accent)"/>
3
- <path d="M28.0164 15.5148C28.1336 15.3976 28.2926 15.3318 28.4583 15.3318H30.9583C31.1241 15.3318 31.283 15.3976 31.4003 15.5148C31.5175 15.6321 31.5833 15.791 31.5833 15.9568V31.3735H27.8333V15.9568C27.8333 15.791 27.8992 15.6321 28.0164 15.5148Z" fill="var(--nav-menu-icon-primary-accent)"/>
4
- <path d="M22.2083 20.3318C22.0426 20.3318 21.8836 20.3976 21.7664 20.5148C21.6492 20.6321 21.5833 20.791 21.5833 20.9568V31.3735H25.3333V20.9568C25.3333 20.791 25.2675 20.6321 25.1503 20.5148C25.033 20.3976 24.8741 20.3318 24.7083 20.3318H22.2083Z" fill="var(--nav-menu-icon-primary-accent)"/>
5
- <path d="M15.5164 23.8483C15.6336 23.7311 15.7926 23.6653 15.9583 23.6653H18.4583C18.6241 23.6653 18.783 23.7311 18.9003 23.8483C19.0175 23.9656 19.0833 24.1245 19.0833 24.2903V31.3736H15.3333V24.2903C15.3333 24.1245 15.3992 23.9656 15.5164 23.8483Z" fill="var(--nav-menu-icon-primary-accent)"/>
6
- <path d="M9.26637 25.5148C9.38358 25.3976 9.54255 25.3318 9.70831 25.3318H12.2083C12.3741 25.3318 12.533 25.3976 12.6503 25.5148C12.7675 25.6321 12.8333 25.791 12.8333 25.9568V31.3735H9.08331V25.9568C9.08331 25.791 9.14916 25.6321 9.26637 25.5148Z" fill="var(--nav-menu-icon-primary-accent)"/>
7
- <path d="M32.625 31.9985H7.625C7.45924 31.9985 7.30027 32.0644 7.18306 32.1816C7.06585 32.2988 7 32.4578 7 32.6235C7 32.7893 7.06585 32.9483 7.18306 33.0655C7.30027 33.1827 7.45924 33.2485 7.625 33.2485H32.625C32.7908 33.2485 32.9497 33.1827 33.0669 33.0655C33.1842 32.9483 33.25 32.7893 33.25 32.6235C33.25 32.4578 33.1842 32.2988 33.0669 32.1816C32.9497 32.0644 32.7908 31.9985 32.625 31.9985Z" fill="var(--nav-menu-icon-primary-accent)"/>
8
- <path d="M7.73593 14.515L8.58161 14.6192L8.8639 15.2977L8.34078 15.9656C8.29363 16.0258 8.27019 16.1012 8.2749 16.1775C8.2796 16.2538 8.31212 16.3258 8.3663 16.3797L9.86796 17.8748C9.92182 17.9285 9.99339 17.9607 10.0693 17.9653C10.1451 17.97 10.2201 17.9469 10.2802 17.9003L10.9523 17.3784L11.6359 17.6601L11.7404 18.5009C11.7498 18.5765 11.7865 18.6461 11.8436 18.6965C11.9007 18.747 11.9743 18.7748 12.0505 18.7748H14.1741C14.2503 18.7748 14.3239 18.747 14.381 18.6966C14.4381 18.6461 14.4748 18.5766 14.4842 18.5009L14.5885 17.6601L15.2721 17.3782L15.9443 17.9001C16.0043 17.9467 16.0793 17.9698 16.1551 17.9652C16.231 17.9605 16.3025 17.9283 16.3564 17.8747L17.8581 16.3796C17.9123 16.3256 17.9448 16.2537 17.9495 16.1774C17.9542 16.1011 17.9308 16.0257 17.8836 15.9655L17.3605 15.2976L17.6428 14.619L18.4885 14.5148C18.5642 14.5055 18.6339 14.4689 18.6844 14.4117C18.7349 14.3546 18.7628 14.281 18.7628 14.2047V12.0901C18.7628 12.0138 18.7349 11.9402 18.6844 11.8831C18.6339 11.8259 18.5642 11.7893 18.4885 11.78L17.6428 11.6758L17.3605 10.9973L17.8839 10.3297C17.931 10.2695 17.9544 10.1941 17.9497 10.1178C17.945 10.0415 17.9125 9.96953 17.8583 9.91558L16.3566 8.42052C16.3027 8.3669 16.2312 8.33475 16.1553 8.33008C16.0795 8.32541 16.0045 8.34855 15.9445 8.39516L15.2723 8.91703L14.5885 8.63506L14.4844 7.79422C14.475 7.7186 14.4383 7.64902 14.3812 7.59857C14.324 7.54811 14.2505 7.52027 14.1743 7.52026H12.0505C11.9743 7.52027 11.9007 7.54811 11.8436 7.59857C11.7865 7.64902 11.7498 7.7186 11.7404 7.79422L11.6359 8.63506L10.9523 8.91698L10.2802 8.39511C10.2201 8.34848 10.1451 8.32533 10.0693 8.33C9.9934 8.33467 9.92183 8.36684 9.86796 8.42047L8.3663 9.91558C8.3121 9.96953 8.27958 10.0415 8.27487 10.1178C8.27017 10.1941 8.29362 10.2695 8.34078 10.3297L8.8639 10.9976L8.58161 11.6761L7.73593 11.7803C7.66024 11.7896 7.59056 11.8263 7.54003 11.8834C7.4895 11.9405 7.46161 12.0142 7.46161 12.0904V14.205C7.46165 14.2812 7.48956 14.3548 7.54008 14.4119C7.59061 14.469 7.66026 14.5057 7.73593 14.515ZM11.9718 12.0143C12.1218 11.8649 12.2997 11.7466 12.4954 11.666C12.6911 11.5855 12.9008 11.5442 13.1124 11.5447C13.955 11.5182 14.7508 12.2853 14.7247 13.1479C14.7252 13.3587 14.6837 13.5674 14.6027 13.7621C14.5217 13.9567 14.4028 14.1332 14.253 14.2815C13.9496 14.5823 13.5397 14.751 13.1125 14.751C12.6853 14.751 12.2753 14.5823 11.972 14.2815C11.8225 14.1329 11.7038 13.9563 11.6229 13.7618C11.5419 13.5672 11.5002 13.3586 11.5002 13.1479C11.5002 12.9371 11.5419 12.7285 11.6229 12.534C11.7038 12.3394 11.8223 12.1628 11.9718 12.0143Z" fill="var(--nav-menu-icon-secondary-accent)"/>
9
- </svg>
@@ -1,5 +0,0 @@
1
- <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M28.5436 11.8906C28.1144 7.46804 24.3759 4 19.8425 4C15.3093 4 11.5711 7.4681 11.1414 11.8906C8.23878 12.3034 6 14.8051 6 17.8198C6 21.1222 8.68674 23.8089 11.9891 23.8089H18.931V17.1381L17.725 18.344C17.3691 18.6999 16.792 18.6999 16.436 18.344C16.0801 17.9881 16.0801 17.411 16.436 17.0551L19.198 14.293C19.5539 13.9371 20.1311 13.9371 20.487 14.293L23.2491 17.0551C23.6051 17.411 23.6051 17.9881 23.2491 18.344C23.0711 18.522 22.8379 18.611 22.6046 18.611C22.3713 18.611 22.138 18.522 21.9601 18.344L20.7539 17.1378V23.809H27.6959C30.9983 23.809 33.6849 21.1222 33.6849 17.8199C33.6849 14.8051 31.4462 12.3034 28.5436 11.8906Z" fill="var(--nav-menu-icon-primary-accent)"/>
3
- <path d="M15.6358 25.6318C15.6952 27.9015 17.5588 29.7301 19.8425 29.7301C22.1264 29.7301 23.99 27.9016 24.0493 25.6318H30.5728C30.5336 25.986 30.4797 26.3382 30.4089 26.6858C30.3224 27.1104 29.949 27.4154 29.5158 27.4154H27.8679C27.8202 27.5383 27.7696 27.6601 27.7163 27.7805L28.8819 28.9461C29.1883 29.2524 29.2366 29.7321 28.9976 30.0934C28.5588 30.7568 28.0494 31.38 27.4835 31.9459C26.9173 32.5122 26.2938 33.0217 25.6306 33.4603C25.2693 33.6991 24.7897 33.6507 24.4834 33.3445L23.3179 32.179C23.1974 32.2322 23.0757 32.2827 22.9528 32.3304L22.9529 33.9787C22.9529 34.4119 22.6479 34.7852 22.2233 34.8718C21.4438 35.0306 20.6428 35.1111 19.8425 35.1111C19.0422 35.1111 18.2412 35.0305 17.4618 34.8718C17.0373 34.7852 16.7323 34.4119 16.7323 33.9787V32.3304C16.6094 32.2827 16.4877 32.2322 16.3672 32.1789L15.2015 33.3447C14.8951 33.651 14.4154 33.6995 14.0542 33.4603C13.3907 33.0216 12.7674 32.5121 12.2015 31.9462C11.6361 31.3809 11.1267 30.7576 10.6874 30.0937C10.4481 29.7324 10.4965 29.2526 10.8029 28.9462L11.9688 27.7804C11.9155 27.6599 11.865 27.5382 11.8173 27.4154H10.169C9.73574 27.4154 9.36241 27.1105 9.27588 26.6859C9.20503 26.3382 9.15125 25.986 9.112 25.6318H15.6358Z" fill="var(--nav-menu-icon-secondary-accent)"/>
4
- <path d="M17.4564 25.6318H22.2288C22.2178 26.9386 21.1518 27.9983 19.8426 27.9983C18.5334 27.9983 17.4674 26.9386 17.4564 25.6318Z" fill="var(--nav-menu-icon-secondary-accent)"/>
5
- </svg>
@@ -1,12 +0,0 @@
1
- <svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="36" height="36" rx="4" fill="white"/>
3
- <circle cx="10" cy="10" r="2" fill="#798DA1"/>
4
- <circle cx="18" cy="10" r="2" fill="#798DA1"/>
5
- <circle cx="26" cy="10" r="2" fill="#798DA1"/>
6
- <circle cx="10" cy="18" r="2" fill="#798DA1"/>
7
- <circle cx="18" cy="18" r="2" fill="#798DA1"/>
8
- <circle cx="26" cy="18" r="2" fill="#798DA1"/>
9
- <circle cx="10" cy="26" r="2" fill="#798DA1"/>
10
- <circle cx="18" cy="26" r="2" fill="#798DA1"/>
11
- <circle cx="26" cy="26" r="2" fill="#798DA1"/>
12
- </svg>
@@ -1,7 +0,0 @@
1
- <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M21.5 5H9.9C8.30115 5 7 6.30115 7 7.9V31.1C7 32.6989 8.30115 34 9.9 34H21.5C23.0989 34 24.4 32.6989 24.4 31.1V7.9C24.4 6.30115 23.0989 5 21.5 5Z" fill="var(--nav-menu-icon-primary-accent)"/>
3
- <path d="M13.0417 8.86675C13.4421 8.86675 13.7667 8.54215 13.7667 8.14175C13.7667 7.74134 13.4421 7.41675 13.0417 7.41675C12.6413 7.41675 12.3167 7.74134 12.3167 8.14175C12.3167 8.54215 12.6413 8.86675 13.0417 8.86675Z" fill="var(--nav-menu-icon-secondary-accent)"/>
4
- <path d="M15.4583 7.41675H18.3583C18.759 7.41675 19.0833 7.74107 19.0833 8.14175C19.0833 8.54242 18.759 8.86675 18.3583 8.86675H15.4583C15.0577 8.86675 14.7333 8.54242 14.7333 8.14175C14.7333 7.74107 15.0577 7.41675 15.4583 7.41675Z" fill="var(--nav-menu-icon-secondary-accent)"/>
5
- <path d="M17.15 30.1334C17.15 30.9342 16.5008 31.5834 15.7 31.5834C14.8992 31.5834 14.25 30.9342 14.25 30.1334C14.25 29.3325 14.8992 28.6833 15.7 28.6833C16.5008 28.6833 17.15 29.3325 17.15 30.1334Z" fill="var(--nav-menu-icon-secondary-accent)"/>
6
- <path d="M26.6883 14.0137C28.179 14.0137 29.4178 15.1104 29.6411 16.5394C31.07 16.7627 32.2 18.0015 32.2 19.4922C32.2 21.14 30.8264 22.4805 29.1785 22.4805H18.2215C16.5737 22.4805 15.2 21.14 15.2 19.4922C15.2 18.0141 16.312 16.7831 17.7239 16.5452C17.7234 16.5316 17.7234 16.5175 17.7234 16.5039C17.7234 14.307 19.5109 12.5195 21.7078 12.5195C23.13 12.5195 24.4101 13.2632 25.1212 14.4582C25.5886 14.1688 26.1275 14.0137 26.6883 14.0137Z" fill="var(--nav-menu-icon-secondary-accent)"/>
7
- </svg>
@@ -1,6 +0,0 @@
1
- <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M28.5686 10.8008C28.2875 9.67542 27.6592 8.65479 26.769 7.89029C25.749 7.01445 24.4479 6.53215 23.105 6.53215C22.0976 6.53215 21.1326 6.79194 20.2809 7.28828C19.3789 6.4634 18.1962 6 16.9535 6C14.288 6 12.1094 8.12485 12.0224 10.7695C11.1009 11.0271 10.2666 11.5514 9.62878 12.2827C8.84534 13.1811 8.41382 14.3317 8.41382 15.5223C8.41382 18.2428 10.6271 20.456 13.3475 20.456H27.1353C29.8558 20.456 32.069 18.2428 32.069 15.5223C32.069 13.3411 30.6223 11.4249 28.5686 10.8008Z" fill="var(--nav-menu-icon-primary-accent)"/>
3
- <path d="M20.8203 28.0841V21.8708H19.1797V28.0841C17.9188 28.4422 16.9922 29.6032 16.9922 30.9773C16.9922 32.6358 18.3415 33.9851 20 33.9851C21.6585 33.9851 23.0078 32.6358 23.0078 30.9773C23.0078 29.6032 22.0812 28.4422 20.8203 28.0841Z" fill="var(--nav-menu-icon-secondary-accent)"/>
4
- <path d="M14.8047 23.3188V26.3285H11.9009C11.5429 25.0676 10.3819 24.1411 9.00781 24.1411C7.3493 24.1411 6 25.4904 6 27.1489C6 28.8074 7.3493 30.1567 9.00781 30.1567C10.382 30.1567 11.543 29.2301 11.9011 27.9691H15.625C16.0778 27.9691 16.4453 27.6021 16.4453 27.1488V23.3188H14.8047Z" fill="var(--nav-menu-icon-secondary-accent)"/>
5
- <path d="M28.0991 26.3285C28.4571 25.0676 29.6181 24.1411 30.9922 24.1411C32.6507 24.1411 34 25.4904 34 27.1489C34 28.8074 32.6507 30.1567 30.9922 30.1567C29.618 30.1567 28.457 29.2301 28.0989 27.9691H24.375C23.9222 27.9691 23.5547 27.6021 23.5547 27.1488V23.3188H25.1953V26.3285H28.0991Z" fill="var(--nav-menu-icon-secondary-accent)"/>
6
- </svg>
@@ -1,5 +0,0 @@
1
- <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M28.0372 11.8109L31.8709 15.6445C32.437 16.2116 32.437 17.129 31.8709 17.695C31.5875 17.9783 31.2163 18.1195 30.8451 18.1195C30.4746 18.1195 30.104 17.9785 29.8197 17.695L20.2334 8.10851C19.9228 7.79882 19.3725 7.79882 19.0603 8.10942L9.47561 17.695C8.9097 18.2619 7.9905 18.2619 7.42439 17.695C6.85854 17.1289 6.85854 16.2115 7.42439 15.6445L17.01 6.05918C18.418 4.64862 20.8717 4.64612 22.283 6.05662L25.1375 8.91118V7.38237C25.1375 6.58163 25.7864 5.9327 26.5864 5.9327C27.3883 5.9327 28.0372 6.58163 28.0372 7.38237V11.8109Z" fill="var(--nav-menu-icon-primary-accent)"/>
3
- <path d="M19.1442 10.8613C19.4219 10.583 19.8728 10.583 20.1513 10.8613L28.5818 19.2903C28.7156 19.4234 28.7904 19.6051 28.7904 19.7946V25.9425C28.7904 27.3851 27.6207 28.5547 26.1782 28.5547H22.0037V22.0899H17.2908V28.5547H13.1164C11.6738 28.5547 10.5041 27.3851 10.5041 25.9424V19.7946C10.5041 19.6051 10.5796 19.4234 10.7127 19.2903L19.1442 10.8613Z" fill="var(--nav-menu-icon-primary-accent)"/>
4
- <path d="M33.1688 31.1098L28.985 26.924L32.0373 25.1599C32.2161 25.0565 32.3202 24.8601 32.3053 24.6541C32.2904 24.4481 32.1591 24.2687 31.9673 24.1922L19.0724 19.0477C18.8722 18.9678 18.6438 19.0148 18.4913 19.1672C18.3389 19.3196 18.2919 19.5481 18.3717 19.7482L23.5138 32.6489C23.5903 32.8409 23.7696 32.9722 23.9758 32.9871C24.1819 33.0023 24.3784 32.8979 24.4817 32.719L26.2445 29.666L30.4281 33.8512C30.5292 33.9525 30.6664 34.0093 30.8094 34.0093C30.9525 34.0093 31.0898 33.9524 31.1909 33.8512L33.1688 31.8722C33.3794 31.6616 33.3794 31.3203 33.1688 31.1098Z" fill="var(--nav-menu-icon-secondary-accent)"/>
5
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M9.22994 8H30.3322C32.1132 8 33.5621 9.44895 33.5621 11.2299V24.1497H6V11.2299C6 9.44895 7.44895 8 9.22994 8Z" fill="var(--nav-menu-icon-primary-accent)"/>
3
- <path d="M9.22994 27.3796C7.44895 27.3796 6 25.9306 6 24.1497H33.5621C33.5621 25.9306 32.1132 27.3796 30.3322 27.3796H20.8577V29.5329H24.6805C25.6613 29.5329 26.4563 30.3279 26.4563 31.3086H13.1059C13.1059 30.3279 13.9009 29.5329 14.8816 29.5329H18.7044V27.3796H9.22994Z" fill="var(--nav-menu-icon-primary-accent)"/>
4
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M30.0373 10H9.96266C7.77789 10 6 11.7779 6 13.9632V26.5227C6 28.708 7.77789 30.4859 9.96266 30.4859H30.0373C32.2221 30.4859 34 28.708 34 26.5227V13.9632C34 11.7779 32.2221 10 30.0373 10V10ZM16.1615 16.3049L11.9927 20.4738L15.6999 24.181C16.0204 24.5015 16.0204 25.021 15.6999 25.3409C15.38 25.6614 14.8605 25.6614 14.54 25.3409L10.2525 21.0534C9.93203 20.733 9.93203 20.214 10.2525 19.8935L15.001 15.145C15.3215 14.8245 15.841 14.8245 16.1615 15.145C16.4814 15.4649 16.4814 15.9845 16.1615 16.3049V16.3049ZM22.928 14.375L18.5902 26.6573C18.4392 27.0849 17.9705 27.3086 17.5434 27.1577C17.1163 27.0067 16.8921 26.538 17.043 26.1109L21.3809 13.8287C21.5318 13.4016 21.9999 13.1773 22.4276 13.3283C22.8547 13.4792 23.0789 13.9479 22.928 14.375V14.375ZM29.7475 20.5924L24.999 25.3409C24.6785 25.6614 24.159 25.6614 23.8385 25.3409C23.5186 25.021 23.5186 24.5015 23.8385 24.181L28.0073 20.0122L24.3001 16.3049C23.9796 15.9845 23.9796 15.4649 24.3001 15.145C24.62 14.8245 25.1395 14.8245 25.46 15.145L29.7475 19.4325C30.068 19.753 30.068 20.272 29.7475 20.5924V20.5924Z" fill="var(--nav-menu-icon-secondary-accent)"/>
3
- <path d="M30.0374 10H22.75C19.8691 18 18.4 22.5 15.4 30.4859H30.0374C32.2221 30.4859 34 28.708 34 26.5227V13.9632C34 11.7779 32.2221 10 30.0374 10ZM22.928 14.375L18.5902 26.6573C18.4392 27.0849 17.9706 27.3086 17.5435 27.1577C17.1163 27.0067 16.8921 26.538 17.0431 26.1109L21.3809 13.8287C21.5318 13.4016 21.9999 13.1773 22.4276 13.3283C22.8547 13.4792 23.0789 13.9479 22.928 14.375ZM29.7475 20.5924L24.999 25.3409C24.6785 25.6614 24.159 25.6614 23.8385 25.3409C23.5186 25.021 23.5186 24.5015 23.8385 24.181L28.0074 20.0122L24.3001 16.3049C23.9796 15.9845 23.9796 15.4649 24.3001 15.145C24.62 14.8245 25.1395 14.8245 25.46 15.145L29.7475 19.4325C30.068 19.753 30.068 20.272 29.7475 20.5924Z" fill="var(--nav-menu-icon-primary-accent)"/>
4
- </svg>
@@ -1,6 +0,0 @@
1
- <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M10.975 10H10.9772C13.1478 10.0052 17.0956 10.5169 19.1499 13.885C19.2335 14.0223 19.2778 14.1881 19.2778 14.3647V29.2286C16.7748 26.562 13.1465 26.1024 10.9809 26.0972C10.4672 26.0958 10.0494 25.6711 10.0494 25.1503V10.9472C10.0494 10.693 10.1466 10.4543 10.3232 10.2749C10.4979 10.0976 10.7291 10 10.975 10Z" fill="var(--nav-menu-icon-primary-accent)"/>
3
- <path d="M29.9507 10.9472V25.1503C29.9507 25.6711 29.5329 26.0958 29.0193 26.0972C26.8537 26.1024 23.2254 26.562 20.7224 29.2286V14.3648C20.7224 14.1882 20.7666 14.0224 20.8502 13.8851C22.9046 10.517 26.8524 10.0053 29.0229 10H29.0252C29.2708 10 29.5023 10.0976 29.6769 10.2749C29.8535 10.4543 29.9507 10.693 29.9507 10.9472Z" fill="var(--nav-menu-icon-primary-accent)"/>
4
- <path d="M8.60483 13.2751V25.15C8.60483 26.4798 9.66917 27.5641 10.9773 27.5673C12.8142 27.5718 15.843 27.9374 17.988 30.0041C14.2783 29.0794 10.3673 29.6804 8.13849 30.1976C7.85975 30.2623 7.57244 30.1954 7.34964 30.0145C7.12746 29.8341 7 29.5644 7 29.2747V14.2222C7 13.7 7.4174 13.2751 7.93023 13.2751H8.60483Z" fill="var(--nav-menu-icon-secondary-accent)"/>
5
- <path d="M31.3952 13.2751H32.0698C32.5827 13.2751 33.0001 13.7 33 14.2222V29.275C33 29.5646 32.8725 29.8343 32.6503 30.0148C32.4274 30.1957 32.1398 30.2624 31.8615 30.1979C29.6327 29.6808 25.7218 29.0796 22.0119 30.0044C24.157 27.9375 27.1858 27.5719 29.0227 27.5674C30.3309 27.5641 31.3952 26.4798 31.3952 25.15V13.2751Z" fill="var(--nav-menu-icon-secondary-accent)"/>
6
- </svg>
@@ -1,13 +0,0 @@
1
- <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_5905_4465)">
3
- <rect width="40" height="40" rx="4" fill="var(--nav-menu-icon-secondary-accent)"/>
4
- <path d="M11 14.5C11 13.6716 11.6716 13 12.5 13H27.5C28.3284 13 29 13.6716 29 14.5C29 15.3284 28.3284 16 27.5 16H12.5C11.6716 16 11 15.3284 11 14.5Z" fill="var(--nav-menu-icon-primary-accent)"/>
5
- <path d="M11 20.5C11 19.6716 11.6716 19 12.5 19H27.5C28.3284 19 29 19.6716 29 20.5C29 21.3284 28.3284 22 27.5 22H12.5C11.6716 22 11 21.3284 11 20.5Z" fill="var(--nav-menu-icon-primary-accent)"/>
6
- <path d="M12.5 25C11.6716 25 11 25.6716 11 26.5C11 27.3284 11.6716 28 12.5 28H27.5C28.3284 28 29 27.3284 29 26.5C29 25.6716 28.3284 25 27.5 25H12.5Z" fill="var(--nav-menu-icon-primary-accent)"/>
7
- </g>
8
- <defs>
9
- <clipPath id="clip0_5905_4465">
10
- <rect width="40" height="40" fill="var(--nav-menu-icon-primary-accent)"/>
11
- </clipPath>
12
- </defs>
13
- </svg>
@@ -1,11 +0,0 @@
1
- <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_5905_4376)">
3
- <rect width="40" height="40" rx="4" fill="var(--nav-menu-icon-secondary-accent)"/>
4
- <path d="M14.6751 12.459C14.0631 11.847 13.0709 11.847 12.459 12.459C11.847 13.0709 11.847 14.0631 12.459 14.6751L17.7839 20L12.459 25.3249C11.847 25.9369 11.847 26.9291 12.459 27.541C13.0709 28.153 14.0631 28.153 14.6751 27.541L20 22.2161L25.3249 27.541C25.9369 28.153 26.9291 28.153 27.541 27.541C28.153 26.9291 28.153 25.9369 27.541 25.3249L22.2161 20L27.541 14.6751C28.153 14.0631 28.153 13.0709 27.541 12.459C26.9291 11.847 25.9369 11.847 25.3249 12.459L20 17.7839L14.6751 12.459Z" fill="var(--nav-menu-icon-primary-accent)"/>
5
- </g>
6
- <defs>
7
- <clipPath id="clip0_5905_4376">
8
- <rect width="40" height="40" fill="var(--nav-menu-icon-primary-accent)"/>
9
- </clipPath>
10
- </defs>
11
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M20.0002 7C12.8228 7 7 12.8155 7 19.9934C7 27.1782 12.8228 33.0004 20.0002 33.0004C27.1815 33.0004 32.9994 27.1781 32.9994 19.9934C32.9995 12.8155 27.1815 7 20.0002 7Z" fill="var(--nav-menu-icon-primary-accent)"/>
3
- <path d="M20.92 27.5779C20.6204 27.8588 20.2733 28 19.88 28C19.4731 28 19.1182 27.8613 18.8152 27.5835C18.5118 27.3062 18.3598 26.9179 18.3598 26.419C18.3598 25.9764 18.5069 25.6039 18.8002 25.3021C19.0935 25.0002 19.4532 24.8493 19.88 24.8493C20.3 24.8493 20.6535 25.0002 20.9404 25.3021C21.2269 25.6039 21.3706 25.9764 21.3706 26.419C21.3701 26.9107 21.22 27.2971 20.92 27.5779ZM24.6552 17.7745C24.425 18.2242 24.1517 18.612 23.8347 18.939C23.5186 19.2659 22.95 19.8154 22.1294 20.588C21.9032 20.806 21.7211 20.9973 21.5847 21.162C21.4483 21.3273 21.3463 21.4782 21.2798 21.6153C21.2127 21.7524 21.1613 21.8896 21.1249 22.0267C21.0884 22.1633 21.0336 22.4043 20.9593 22.7486C20.8331 23.4792 20.4364 23.8445 19.7698 23.8445C19.4231 23.8445 19.1318 23.7253 18.8943 23.4863C18.6579 23.2474 18.5399 22.8928 18.5399 22.4221C18.5399 21.8322 18.6268 21.3211 18.8001 20.8888C18.9725 20.4564 19.2031 20.0773 19.4896 19.7504C19.7766 19.4235 20.163 19.0356 20.65 18.5859C21.0768 18.1924 21.3851 17.8957 21.575 17.6956C21.7653 17.4951 21.925 17.272 22.0547 17.0264C22.1853 16.7803 22.2494 16.5137 22.2494 16.2257C22.2494 15.6634 22.0518 15.1897 21.6546 14.8034C21.258 14.4171 20.7462 14.2237 20.1194 14.2237C19.3857 14.2237 18.8458 14.4186 18.4991 14.8085C18.1525 15.1983 17.8597 15.7724 17.6194 16.5312C17.3921 17.3253 16.962 17.7222 16.3293 17.7222C15.9559 17.7222 15.6408 17.5836 15.384 17.3062C15.1276 17.0289 14.9994 16.7286 14.9994 16.4053C14.9994 15.7381 15.2029 15.0617 15.6093 14.3766C16.0162 13.6915 16.6095 13.1241 17.3897 12.6749C18.1694 12.2251 19.0799 12 20.1194 12C21.0861 12 21.9391 12.1883 22.6791 12.5643C23.419 12.9399 23.991 13.451 24.3945 14.0977C24.7975 14.7439 24.9994 15.4464 24.9994 16.2052C25.0004 16.8013 24.8853 17.3247 24.6552 17.7745Z" fill="var(--nav-menu-icon-secondary-accent)"/>
4
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M21.6406 19.1797H18.3594C17.906 19.1797 17.5391 19.5466 17.5391 20V27.3828H15.8985C15.5876 27.3828 15.3041 27.5582 15.1647 27.8362C15.0261 28.1142 15.0557 28.4466 15.2424 28.695L19.3439 33.6715C19.4985 33.8782 19.7421 34 20 34C20.258 34 20.5015 33.8782 20.6561 33.6715L24.7577 28.695C24.9443 28.4466 24.974 28.1142 24.8354 27.8362C24.696 27.5582 24.4124 27.3828 24.1016 27.3828H22.461V20C22.461 19.5466 22.0941 19.1797 21.6406 19.1797V19.1797Z" fill="var(--nav-menu-icon-secondary-accent)"/>
3
- <path d="M28.9409 14.2586C28.6037 12.6068 27.2618 11.3138 25.5259 11.0391C24.8097 8.15595 22.1894 6 19.1797 6C16.1764 6 13.5849 8.1239 12.8503 10.983C12.7734 10.979 12.6957 10.9766 12.6172 10.9766C8.99868 10.9766 6 13.9206 6 17.5391C6 21.1576 8.99868 24.1016 12.6172 24.1016H15.8984V20C15.8984 18.643 17.0024 17.5391 18.3594 17.5391H21.6406C22.9976 17.5391 24.1016 18.643 24.1016 20V24.1016H29.0234C31.7375 24.1016 34 21.8938 34 19.1797C34 16.4384 31.6998 14.1905 28.9409 14.2586V14.2586Z" fill="var(--nav-menu-icon-primary-accent)"/>
4
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M8.93787 21.9462H23.5727C24.3715 21.9462 25.019 21.2986 25.019 20.4999C25.019 19.7012 24.3715 19.0536 23.5727 19.0536H8.93787L10.8078 17.1838C11.3726 16.6191 11.3726 15.7033 10.8078 15.1385C10.2432 14.5736 9.3274 14.5736 8.76249 15.1385L4.42395 19.477C4.3904 19.5105 4.35877 19.5455 4.32869 19.5821C4.32136 19.5911 4.3151 19.6007 4.30796 19.6099C4.28588 19.6379 4.26419 19.6661 4.24432 19.6958C4.23854 19.7044 4.23381 19.7136 4.22813 19.7224C4.20826 19.7534 4.18879 19.7848 4.17124 19.8174C4.16786 19.8239 4.16507 19.8308 4.16169 19.8372C4.14347 19.8726 4.12592 19.9085 4.11059 19.9455C4.10866 19.95 4.10731 19.9548 4.10548 19.9595C4.08977 19.9984 4.07521 20.0379 4.06286 20.0785C4.06123 20.0836 4.06036 20.0889 4.05891 20.0941C4.04724 20.1339 4.03654 20.1741 4.02835 20.2153C4.02594 20.2275 4.02488 20.2401 4.02266 20.2525C4.01668 20.2866 4.0107 20.3208 4.00733 20.3556C4.00241 20.4033 4 20.4515 4 20.4999C4 20.5483 4.00241 20.5965 4.00733 20.6443C4.0107 20.6796 4.01687 20.714 4.02275 20.7485C4.02488 20.7604 4.02594 20.7727 4.02835 20.7845C4.03664 20.8261 4.04724 20.8667 4.05901 20.9069C4.06045 20.9116 4.06132 20.9166 4.06277 20.9213C4.07521 20.9621 4.08977 21.0019 4.10567 21.0413C4.10741 21.0455 4.10866 21.0501 4.1105 21.0543C4.12592 21.0916 4.14357 21.1277 4.16198 21.1633C4.16516 21.1695 4.16786 21.1761 4.17114 21.1823C4.18888 21.2152 4.20846 21.2468 4.22861 21.2782C4.23401 21.2867 4.23864 21.2956 4.24423 21.3039C4.26419 21.3337 4.28607 21.3621 4.30806 21.3902C4.3151 21.3993 4.32136 21.4088 4.32859 21.4177C4.35877 21.4542 4.3904 21.4893 4.42385 21.5228L8.76239 25.8613C9.0448 26.1438 9.41495 26.285 9.7851 26.285C10.1552 26.285 10.5254 26.1438 10.8077 25.8613C11.3725 25.2965 11.3725 24.3808 10.8077 23.816L8.93787 21.9462Z" fill="var(--nav-menu-icon-secondary-accent)"/>
3
- <path d="M23.0147 8C18.7424 8 15.3636 10.2727 13.5179 13.5351C13.0358 14.2355 12.9049 15.2591 13.4244 16.0177C14.2888 17.28 15.8979 17.1383 16.2939 17.1383C19.9152 17.1383 18.246 17.1383 21.8669 17.1383C25.4878 17.1383 26.6356 18.8192 26.6356 20.5001C26.6356 22.181 25.4878 23.8619 21.8669 23.8619C18.6484 23.8619 19.3282 23.8619 16.2939 23.8619C15.3109 23.8619 14.5722 24.4222 13.9983 24.9825C13.4244 25.5428 13.1859 26.7499 13.5352 27.4899C14.7954 30.159 18.7549 32.9999 23.0147 32.9999C30.0745 32.9999 35.8181 27.3925 35.8181 20.4999C35.8181 13.6074 30.0745 8 23.0147 8Z" fill="var(--nav-menu-icon-secondary-accent)"/>
4
- </svg>
@@ -1,5 +0,0 @@
1
- <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M27.434 8.48682V14.747H12.566V8.48682H9V32.557C9 34.2139 10.3431 35.557 12 35.557H28C29.6569 35.557 31 34.2139 31 32.557V8.48682H27.434ZM20 32.9021C15.9497 32.9021 12.6546 29.5712 12.6546 25.477C12.6546 21.3829 15.9498 18.052 20 18.052C24.0502 18.052 27.3454 21.3829 27.3454 25.477C27.3454 29.5712 24.0503 32.9021 20 32.9021Z" fill="var(--nav-menu-icon-primary-accent)"/>
3
- <path d="M23.4494 8.48678H25.6627V12.9565H14.3373V8.48678H16.5506C16.5506 6.56109 18.095 5 20 5C21.905 5 23.4494 6.56109 23.4494 8.48678Z" fill="var(--nav-menu-icon-secondary-accent)"/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M24.2133 24.0966L25.1131 24.2122C25.4721 24.2558 25.7435 24.5649 25.743 24.9312V26.0149C25.743 26.3812 25.4716 26.6903 25.1112 26.7339L24.2133 26.8495C24.1396 27.0803 24.0482 27.3029 23.941 27.5143L24.4967 28.2371C24.7216 28.5303 24.6953 28.943 24.4359 29.1975L23.682 29.9595C23.4332 30.2193 23.0244 30.2459 22.7348 30.0185L22.0193 29.4568C21.8101 29.5647 21.59 29.6571 21.3617 29.7321L21.2473 30.6417C21.2042 31.0046 20.8983 31.2789 20.536 31.2789H19.4639C19.1016 31.2789 18.7957 31.0046 18.7526 30.6393L18.6383 29.7316C18.4099 29.6571 18.1898 29.5647 17.9806 29.4563L17.2655 30.0181C16.9755 30.245 16.5672 30.2188 16.3155 29.9571L15.5616 29.1951C15.3046 28.9435 15.2783 28.5303 15.5032 28.2376L16.0589 27.5143C15.9522 27.3029 15.8608 27.0803 15.7866 26.8495L14.8868 26.7339C14.5278 26.6903 14.2564 26.3812 14.2564 26.0149V24.9312C14.2564 24.5649 14.5278 24.2558 14.8882 24.2122L15.7866 24.0966C15.8608 23.8658 15.9517 23.6433 16.0589 23.4318L15.5032 22.709C15.2783 22.4158 15.3046 22.0026 15.564 21.7481L16.3179 20.9866C16.5672 20.7268 16.976 20.7007 17.2651 20.9276L17.9801 21.4893C18.1893 21.3809 18.4095 21.289 18.6383 21.214L18.7526 20.3044C18.7957 19.9416 19.1016 19.6672 19.4639 19.6672H20.536C20.8983 19.6672 21.2042 19.9416 21.2473 20.3059L21.3617 21.214C21.5904 21.289 21.8106 21.3814 22.0198 21.4893L22.7344 20.9276C23.0244 20.7007 23.4332 20.7268 23.6844 20.989L24.4383 21.751C24.6953 22.0026 24.7216 22.4158 24.4967 22.7085L23.941 23.4318C24.0477 23.6433 24.1391 23.8658 24.2133 24.0966ZM17.6068 25.4731C17.6068 26.8069 18.6804 27.8922 20 27.8922C21.3195 27.8922 22.3931 26.8069 22.3931 25.4731C22.3931 24.1392 21.3195 23.054 20 23.054C18.6804 23.054 17.6068 24.1392 17.6068 25.4731Z" fill="var(--nav-menu-icon-secondary-accent)"/>
5
- </svg>
@@ -1,10 +0,0 @@
1
- <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M33.81 9.09985L24.8602 18.0496C25.4447 18.5594 25.9309 19.179 26.2864 19.8761L34 27.5896V10.3747C34 9.93138 33.9332 9.50339 33.81 9.09985Z" fill="var(--nav-menu-icon-secondary-accent)"/>
3
- <path d="M19.9453 22.625C19.9453 22.1124 20.3624 21.6953 20.875 21.6953C21.3876 21.6953 21.8047 22.1124 21.8047 22.625C21.8047 23.1376 21.3876 23.5547 20.875 23.5547C20.3624 23.5547 19.9453 23.1376 19.9453 22.625Z" fill="var(--nav-menu-icon-secondary-accent)"/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M20.875 18.1953C18.4324 18.1953 16.4453 20.1825 16.4453 22.625C16.4453 25.0675 18.4324 27.0547 20.875 27.0547C23.3176 27.0547 25.3047 25.0675 25.3047 22.625C25.3047 20.1825 23.3176 18.1953 20.875 18.1953ZM20.875 25.1953C19.4577 25.1953 18.3047 24.0423 18.3047 22.625C18.3047 21.2077 19.4577 20.0547 20.875 20.0547C22.2923 20.0547 23.4453 21.2077 23.4453 22.625C23.4453 24.0423 22.2923 25.1953 20.875 25.1953Z" fill="var(--nav-menu-icon-secondary-accent)"/>
5
- <path d="M19.125 29.0354L14.16 34.0003H24.0899L19.125 29.0354Z" fill="var(--nav-menu-icon-secondary-accent)"/>
6
- <path d="M10.375 6C7.96263 6 6 7.96263 6 10.375V20.59L20.5899 6H10.375Z" fill="var(--nav-menu-icon-primary-accent)"/>
7
- <path d="M29.625 6H22.91L10.66 18.2503L14.8093 22.3995C14.9247 19.2583 17.9481 15.0718 23.3607 16.9507L23.5 17.0899L32.9981 7.59179C32.1949 6.62021 30.981 6 29.625 6Z" fill="var(--nav-menu-icon-primary-accent)"/>
8
- <path d="M15.4636 25.374L9.5 19.4104L6 22.9104V29.6253C6 32.0377 7.96263 34.0003 10.375 34.0003H11.8399L17.9162 27.924C16.868 27.3364 16.0108 26.447 15.4636 25.374Z" fill="var(--nav-menu-icon-primary-accent)"/>
9
- <path d="M26.9407 22.8506C26.8242 26.0186 24.2688 28.5741 21.1008 28.6906L26.4101 33.9998H29.625C31.9448 33.9998 33.8477 32.1848 33.9904 29.9003L26.9407 22.8506Z" fill="var(--nav-menu-icon-primary-accent)"/>
10
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M33.8424 15.4924L29.4674 9.3675C29.2924 9.14 29.0299 9 28.7499 9H11.2501C10.9701 9 10.7076 9.14 10.5326 9.3675L6.15764 15.4924C6.10514 15.6499 6.05264 15.8074 6.00014 15.9649C5.98264 17.9074 7.55763 19.4999 9.50011 19.4999C10.5501 19.4999 11.4776 19.0449 12.1251 18.3099C12.7726 19.0449 13.7001 19.4999 14.7501 19.4999C15.8 19.4999 16.7275 19.0449 17.375 18.3099C18.0225 19.0449 18.95 19.4999 20 19.4999C21.05 19.4999 21.9775 19.0449 22.625 18.3099C23.2725 19.0449 24.2 19.4999 25.2499 19.4999C26.2999 19.4999 27.2274 19.0449 27.8749 18.3099C28.5224 19.0449 29.4499 19.4999 30.4999 19.4999C32.4424 19.4999 34.0174 17.9074 33.9999 15.9649C33.9474 15.8074 33.8949 15.6499 33.8424 15.4924Z" fill="var(--nav-menu-icon-primary-accent)"/>
3
- <path d="M30.4999 21.25C29.5706 21.25 28.6659 21.0015 27.8749 20.543C26.2929 21.4582 24.2069 21.4582 22.625 20.543C21.043 21.4582 18.9553 21.4582 17.375 20.543C15.7948 21.4582 13.7053 21.4582 12.1251 20.543C10.8108 21.306 9.18336 21.404 7.75012 20.9087V29.9999C7.75012 30.9658 8.53411 31.7498 9.5001 31.7498H23.5V22.9999H28.7499V31.7498H30.4999C31.4659 31.7498 32.2499 30.9658 32.2499 29.9999V20.9297C31.6934 21.1275 31.1071 21.25 30.4999 21.25ZM18.25 28.2499H11.2501V22.9999H18.25V28.2499Z" fill="var(--nav-menu-icon-secondary-accent)"/>
4
- </svg>
@@ -1,5 +0,0 @@
1
- <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M20.4444 13.6445C22.7776 13.6445 24.6762 15.5431 24.6762 17.8763C24.6762 20.2095 22.7776 22.1081 20.4444 22.1081C18.1112 22.1081 16.2126 20.2095 16.2126 17.8763C16.2126 15.5431 18.1112 13.6445 20.4444 13.6445Z" fill="var(--nav-menu-icon-secondary-accent)"/>
3
- <path d="M15.2647 25.1381C16.2973 23.2761 18.2439 22.1081 20.4444 22.1081C22.6449 22.1081 24.5916 23.2761 25.6242 25.1381C24.253 26.4246 22.4417 27.1863 20.4444 27.1863C18.4471 27.1863 16.6358 26.4246 15.2647 25.1381Z" fill="var(--nav-menu-icon-secondary-accent)"/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M31.2081 13.7256C31.9538 14.9167 32.4893 16.2102 32.8058 17.5838L34.8889 18.0905V22.7984L32.8058 23.3051C32.4893 24.6786 31.9538 25.9722 31.2081 27.1633L32.2819 28.9543L28.9543 32.2819L27.1633 31.2081C25.9722 31.9538 24.6786 32.4893 23.3051 32.8058L22.7984 34.8889H18.0905L17.5838 32.8058C16.2102 32.4893 14.9167 31.9538 13.7256 31.2081L11.9346 32.2819L8.60695 28.9543L9.68076 27.1633C8.93513 25.9722 8.39955 24.6786 8.08305 23.3051L6 22.7984V18.0905L8.08305 17.5838C8.39955 16.2102 8.93513 14.9167 9.68076 13.7256L8.60695 11.9346L11.9346 8.60695L13.7256 9.68076C14.9167 8.93513 16.2102 8.39955 17.5838 8.08305L18.0905 6H22.7984L23.3051 8.08305C24.6786 8.39955 25.9722 8.93513 27.1633 9.68076L28.9543 8.60695L32.2819 11.9346L31.2081 13.7256ZM20.4445 30.5118C26.0045 30.5118 30.5118 26.0045 30.5118 20.4444C30.5118 14.8844 26.0045 10.3771 20.4445 10.3771C14.8844 10.3771 10.3771 14.8844 10.3771 20.4444C10.3771 26.0045 14.8844 30.5118 20.4445 30.5118Z" fill="var(--nav-menu-icon-primary-accent)"/>
5
- </svg>
@@ -1,6 +0,0 @@
1
- <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M19.3099 31.4896V11.9063L27.1224 8L35 11.9063V31.4896H30.0521V25.5651H24.1927V31.4896H19.3099ZM30.0521 16.3724H28.0989V18.3255H30.0521V16.3724ZM30.0521 20.2786H28.0989V22.2318H30.0521V20.2786ZM24.1927 22.2318H26.1458V20.2786H24.1927V22.2318ZM24.1927 18.3255H26.1458V16.3724H24.1927V18.3255Z" fill="var(--nav-menu-icon-primary-accent)"/>
3
- <path d="M28.0989 31.4897V27.5183H26.1458V31.4897H28.0989Z" fill="var(--nav-menu-icon-primary-accent)"/>
4
- <path d="M14.1406 31.4897V25.5652H8.28125V31.4897H5V21.3464L11.2109 17.4402L17.3568 21.3464V31.4897H14.1406Z" fill="var(--nav-menu-icon-secondary-accent)"/>
5
- <path d="M12.1875 27.5183H10.2344V31.4897H12.1875V27.5183Z" fill="var(--nav-menu-icon-secondary-accent)"/>
6
- </svg>
@@ -1,6 +0,0 @@
1
- <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M30.0424 13.7729H29.7095H29.257H28.8044H25.3504H12.6584H10.9942H9.5927H9.33285H8.46278C8.00146 13.7729 7.58978 13.9861 7.32117 14.3219C7.19854 14.4766 7.10511 14.6547 7.05255 14.8503C7.02044 14.973 7 15.1014 7 15.2328V15.408V17.0722V31.4985C7 32.3044 7.65402 32.9584 8.45986 32.9584H30.0394C30.8453 32.9584 31.4993 32.3044 31.4993 31.4985V27.4255H22.8365C21.4672 27.4255 20.3548 26.3131 20.3548 24.9438V23.6065V23.154V22.7014V21.697C20.3548 21.0255 20.6233 20.4153 21.0584 19.9686C21.4438 19.5715 21.9606 19.3029 22.5387 19.2357C22.6351 19.2241 22.7343 19.2182 22.8336 19.2182H30.2847H30.7373H31.1898H31.4993V15.2328C31.5022 14.427 30.8482 13.7729 30.0424 13.7729Z" fill="var(--nav-menu-icon-primary-accent)"/>
3
- <path d="M13.0759 12.7509L23.4409 9.92174L22.892 8.81225C22.5328 8.09108 21.6569 7.79327 20.9358 8.1524L11.6569 12.7509H13.0759Z" fill="var(--nav-menu-icon-secondary-accent)"/>
4
- <path d="M26.6584 10.0037C26.5299 10.0037 26.4014 10.0212 26.273 10.0562L16.4014 12.7511H28.5211L28.0657 11.081C27.8905 10.4299 27.3007 10.0037 26.6584 10.0037Z" fill="var(--nav-menu-icon-secondary-accent)"/>
5
- <path fill-rule="evenodd" clip-rule="evenodd" d="M32.0131 20.3098C32.2058 20.3769 32.3781 20.4791 32.5241 20.6134C32.816 20.8791 33 21.2645 33 21.6908V24.9405C33 25.3667 32.816 25.7521 32.5241 26.0178C32.3781 26.1521 32.2058 26.2572 32.0131 26.3214C31.8642 26.3711 31.7065 26.4003 31.5401 26.4003H22.8364C22.0306 26.4003 21.3766 25.7463 21.3766 24.9404V21.6908C21.3766 20.8849 22.0306 20.231 22.8364 20.231H31.5401C31.7065 20.231 31.8642 20.2602 32.0131 20.3098ZM25.1547 24.336C25.5576 24.336 25.8846 24.009 25.8846 23.6061V23.1214C25.8846 22.7185 25.5576 22.3915 25.1547 22.3915H24.67C24.5007 22.3915 24.3459 22.4528 24.2204 22.5491C24.0481 22.6805 23.9401 22.8879 23.9401 23.1214V23.6061C23.9401 24.009 24.2671 24.336 24.67 24.336H25.1547Z" fill="var(--nav-menu-icon-secondary-accent)"/>
6
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M20 6C12.2688 6 6 12.2676 6 19.9994C6 27.7312 12.2682 33.9988 20 33.9988C27.7324 33.9988 34 27.7312 34 19.9994C34 12.2676 27.7324 6 20 6Z" fill="var(--color-grey-light)"/>
3
- <path d="M20 6C12.2688 6 6 12.2676 6 19.9994C6 27.7312 12.2682 33.9988 20 33.9988C27.7324 33.9988 34 27.7312 34 19.9994C34 12.2676 27.7324 6 20 6ZM20 10.186C22.5582 10.186 24.6312 12.2596 24.6312 14.8166C24.6312 17.3742 22.5582 19.4472 20 19.4472C17.443 19.4472 15.37 17.3742 15.37 14.8166C15.37 12.2596 17.443 10.186 20 10.186ZM19.9969 30.3386C17.4455 30.3386 15.1087 29.4094 13.3062 27.8714C12.8672 27.4969 12.6138 26.9477 12.6138 26.3715C12.6138 23.7783 14.7126 21.7028 17.3065 21.7028H22.6947C25.2892 21.7028 27.38 23.7783 27.38 26.3715C27.38 26.9483 27.1279 27.4963 26.6882 27.8708C24.8864 29.4094 22.549 30.3386 19.9969 30.3386Z" fill="var(--nav-menu-icon-secondary-accent)"/>
4
- </svg>
@@ -1,12 +0,0 @@
1
- <svg width="5em" height="1em" viewBox="0 0 382 80" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M140.403 12.9339H158.607C166.391 12.9339 169.864 18.3232 169.864 23.5926C169.864 28.8621 166.391 34.2513 158.607 34.2513H140.403V12.9339ZM152.978 42.6345L170.343 62.5148H181.72L163.157 41.5567L164.834 41.1974C177.289 38.6824 179.205 28.8621 179.205 23.3531C179.205 10.419 168.547 4.5507 158.607 4.43094H131.181V62.5148H140.523V42.395H152.858L152.978 42.6345Z" fill="#222B33"/>
3
- <path d="M193.696 38.4429L194.056 37.1255C195.613 31.4968 200.403 28.1435 206.87 28.1435C213.816 28.1435 218.127 31.4968 218.846 37.2453L218.966 38.4429H193.696ZM222.199 26.8261C218.726 22.9938 213.337 20.9579 206.63 20.9579C193.816 20.9579 185.193 29.4609 185.193 42.0357C185.193 55.3291 193.696 63.5926 207.469 63.5926C213.936 63.5926 220.283 61.3172 224.235 57.7243L218.966 52.5746C215.972 54.9699 211.062 56.1675 207.708 56.1675C200.163 56.1675 194.894 52.3351 194.056 46.2273L193.936 45.0297H227.229C227.589 37.2453 225.912 30.898 222.199 26.8261Z" fill="#222B33"/>
4
- <path d="M343.756 22.0357H335.373V62.5148H343.756V22.0357Z" fill="#222B33"/>
5
- <path d="M363.756 59.6405C366.152 61.916 369.744 63.1136 373.936 62.9938C376.69 62.8741 378.846 62.5148 381.361 61.5567L379.086 54.6106C377.649 55.2094 375.972 55.5687 374.655 55.5687C370.583 55.5687 368.187 52.9339 368.187 48.5028V29.2214H379.924V22.2753H368.307V10.419L359.924 11.2573V22.2753H352.02V29.2214H359.924V48.5028C359.924 53.413 361.241 57.1256 363.756 59.6405Z" fill="#222B33"/>
6
- <path d="M254.295 55.6884C246.99 55.6884 241.122 49.7004 241.122 42.5148C241.122 35.3291 247.11 29.3411 254.295 29.3411C261.481 29.3411 267.469 35.3291 267.469 42.5148C267.469 49.7004 261.601 55.6884 254.295 55.6884ZM275.972 62.395V22.1555H267.828V25.7483L266.87 25.0297C263.158 22.395 258.846 20.9579 254.295 20.9579C242.439 20.9579 232.858 30.5387 232.858 42.395C232.858 54.2513 242.439 63.8321 254.295 63.8321C258.846 63.8321 263.158 62.395 266.87 59.7603L267.828 59.0417V62.395H275.972Z" fill="#222B33"/>
7
- <path d="M306.511 28.9818C313.816 28.9818 319.684 34.9698 319.684 42.1555C319.684 49.3411 313.696 55.3291 306.511 55.3291C299.325 55.3291 293.337 49.3411 293.337 42.1555C293.337 34.9698 299.205 28.9818 306.511 28.9818ZM306.511 63.5926C318.367 63.5926 327.948 54.0118 327.948 42.1555C327.948 30.2992 318.367 20.7183 306.511 20.7183C301.96 20.7183 297.649 22.1555 293.936 24.7902L292.978 25.5088V22.1555H284.834V79.5207H292.978V58.8022L293.936 59.5207C297.649 62.1555 301.96 63.5926 306.511 63.5926Z" fill="#222B33"/>
8
- <path d="M339.565 4.19141C337.05 4.19141 334.415 5.74829 334.415 9.34111C334.415 12.9339 337.05 14.4908 339.565 14.4908C342.08 14.4908 344.714 12.9339 344.714 9.34111C344.714 5.74829 342.08 4.19141 339.565 4.19141Z" fill="#222B33"/>
9
- <path d="M96.4469 0L58.1235 0.11976L77.1655 12.5749V40L96.4469 27.0659V0Z" fill="#98C1C2"/>
10
- <path d="M77.1662 40L38.9626 40.1198L57.8848 52.5749V80L77.1662 67.0659V40Z" fill="#D1263D"/>
11
- <path d="M38.9625 13.0542L0.63916 13.174L19.6811 25.7488V53.0542L38.9625 40.1201V13.0542Z" fill="#FD9E1D"/>
12
- </svg>
@@ -1,12 +0,0 @@
1
- <svg width="1em" height="0.2em" viewBox="0 0 382 80" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M140.403 12.9339H158.607C166.391 12.9339 169.864 18.3232 169.864 23.5926C169.864 28.8621 166.391 34.2513 158.607 34.2513H140.403V12.9339ZM152.978 42.6345L170.343 62.5148H181.72L163.157 41.5567L164.834 41.1974C177.289 38.6824 179.205 28.8621 179.205 23.3531C179.205 10.419 168.547 4.5507 158.607 4.43094H131.181V62.5148H140.523V42.395H152.858L152.978 42.6345Z" fill="#222B33"/>
3
- <path d="M193.696 38.4429L194.056 37.1255C195.613 31.4968 200.403 28.1435 206.87 28.1435C213.816 28.1435 218.127 31.4968 218.846 37.2453L218.966 38.4429H193.696ZM222.199 26.8261C218.726 22.9938 213.337 20.9579 206.63 20.9579C193.816 20.9579 185.193 29.4609 185.193 42.0357C185.193 55.3291 193.696 63.5926 207.469 63.5926C213.936 63.5926 220.283 61.3172 224.235 57.7243L218.966 52.5746C215.972 54.9699 211.062 56.1675 207.708 56.1675C200.163 56.1675 194.894 52.3351 194.056 46.2273L193.936 45.0297H227.229C227.589 37.2453 225.912 30.898 222.199 26.8261Z" fill="#222B33"/>
4
- <path d="M343.756 22.0357H335.373V62.5148H343.756V22.0357Z" fill="#222B33"/>
5
- <path d="M363.756 59.6405C366.152 61.916 369.744 63.1136 373.936 62.9938C376.69 62.8741 378.846 62.5148 381.361 61.5567L379.086 54.6106C377.649 55.2094 375.972 55.5687 374.655 55.5687C370.583 55.5687 368.187 52.9339 368.187 48.5028V29.2214H379.924V22.2753H368.307V10.419L359.924 11.2573V22.2753H352.02V29.2214H359.924V48.5028C359.924 53.413 361.241 57.1256 363.756 59.6405Z" fill="#222B33"/>
6
- <path d="M254.295 55.6884C246.99 55.6884 241.122 49.7004 241.122 42.5148C241.122 35.3291 247.11 29.3411 254.295 29.3411C261.481 29.3411 267.469 35.3291 267.469 42.5148C267.469 49.7004 261.601 55.6884 254.295 55.6884ZM275.972 62.395V22.1555H267.828V25.7483L266.87 25.0297C263.158 22.395 258.846 20.9579 254.295 20.9579C242.439 20.9579 232.858 30.5387 232.858 42.395C232.858 54.2513 242.439 63.8321 254.295 63.8321C258.846 63.8321 263.158 62.395 266.87 59.7603L267.828 59.0417V62.395H275.972Z" fill="#222B33"/>
7
- <path d="M306.511 28.9818C313.816 28.9818 319.684 34.9698 319.684 42.1555C319.684 49.3411 313.696 55.3291 306.511 55.3291C299.325 55.3291 293.337 49.3411 293.337 42.1555C293.337 34.9698 299.205 28.9818 306.511 28.9818ZM306.511 63.5926C318.367 63.5926 327.948 54.0118 327.948 42.1555C327.948 30.2992 318.367 20.7183 306.511 20.7183C301.96 20.7183 297.649 22.1555 293.936 24.7902L292.978 25.5088V22.1555H284.834V79.5207H292.978V58.8022L293.936 59.5207C297.649 62.1555 301.96 63.5926 306.511 63.5926Z" fill="#222B33"/>
8
- <path d="M339.565 4.19141C337.05 4.19141 334.415 5.74829 334.415 9.34111C334.415 12.9339 337.05 14.4908 339.565 14.4908C342.08 14.4908 344.714 12.9339 344.714 9.34111C344.714 5.74829 342.08 4.19141 339.565 4.19141Z" fill="#222B33"/>
9
- <path d="M96.4469 0L58.1235 0.11976L77.1655 12.5749V40L96.4469 27.0659V0Z" fill="#98C1C2"/>
10
- <path d="M77.1662 40L38.9626 40.1198L57.8848 52.5749V80L77.1662 67.0659V40Z" fill="#D1263D"/>
11
- <path d="M38.9625 13.0542L0.63916 13.174L19.6811 25.7488V53.0542L38.9625 40.1201V13.0542Z" fill="#FD9E1D"/>
12
- </svg>
@@ -1,12 +0,0 @@
1
- <svg width="1em" height="0.2em" viewBox="0 0 382 80" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M140.403 12.9339H158.607C166.391 12.9339 169.864 18.3232 169.864 23.5926C169.864 28.8621 166.391 34.2513 158.607 34.2513H140.403V12.9339ZM152.978 42.6345L170.343 62.5148H181.72L163.157 41.5567L164.834 41.1974C177.289 38.6824 179.205 28.8621 179.205 23.3531C179.205 10.419 168.547 4.5507 158.607 4.43094H131.181V62.5148H140.523V42.395H152.858L152.978 42.6345Z" fill="#222B33"/>
3
- <path d="M193.696 38.4429L194.056 37.1255C195.613 31.4968 200.403 28.1435 206.87 28.1435C213.816 28.1435 218.127 31.4968 218.846 37.2453L218.966 38.4429H193.696ZM222.199 26.8261C218.726 22.9938 213.337 20.9579 206.63 20.9579C193.816 20.9579 185.193 29.4609 185.193 42.0357C185.193 55.3291 193.696 63.5926 207.469 63.5926C213.936 63.5926 220.283 61.3172 224.235 57.7243L218.966 52.5746C215.972 54.9699 211.062 56.1675 207.708 56.1675C200.163 56.1675 194.894 52.3351 194.056 46.2273L193.936 45.0297H227.229C227.589 37.2453 225.912 30.898 222.199 26.8261Z" fill="#222B33"/>
4
- <path d="M343.756 22.0357H335.373V62.5148H343.756V22.0357Z" fill="#222B33"/>
5
- <path d="M363.756 59.6405C366.152 61.916 369.744 63.1136 373.936 62.9938C376.69 62.8741 378.846 62.5148 381.361 61.5567L379.086 54.6106C377.649 55.2094 375.972 55.5687 374.655 55.5687C370.583 55.5687 368.187 52.9339 368.187 48.5028V29.2214H379.924V22.2753H368.307V10.419L359.924 11.2573V22.2753H352.02V29.2214H359.924V48.5028C359.924 53.413 361.241 57.1256 363.756 59.6405Z" fill="#222B33"/>
6
- <path d="M254.295 55.6884C246.99 55.6884 241.122 49.7004 241.122 42.5148C241.122 35.3291 247.11 29.3411 254.295 29.3411C261.481 29.3411 267.469 35.3291 267.469 42.5148C267.469 49.7004 261.601 55.6884 254.295 55.6884ZM275.972 62.395V22.1555H267.828V25.7483L266.87 25.0297C263.158 22.395 258.846 20.9579 254.295 20.9579C242.439 20.9579 232.858 30.5387 232.858 42.395C232.858 54.2513 242.439 63.8321 254.295 63.8321C258.846 63.8321 263.158 62.395 266.87 59.7603L267.828 59.0417V62.395H275.972Z" fill="#222B33"/>
7
- <path d="M306.511 28.9818C313.816 28.9818 319.684 34.9698 319.684 42.1555C319.684 49.3411 313.696 55.3291 306.511 55.3291C299.325 55.3291 293.337 49.3411 293.337 42.1555C293.337 34.9698 299.205 28.9818 306.511 28.9818ZM306.511 63.5926C318.367 63.5926 327.948 54.0118 327.948 42.1555C327.948 30.2992 318.367 20.7183 306.511 20.7183C301.96 20.7183 297.649 22.1555 293.936 24.7902L292.978 25.5088V22.1555H284.834V79.5207H292.978V58.8022L293.936 59.5207C297.649 62.1555 301.96 63.5926 306.511 63.5926Z" fill="#222B33"/>
8
- <path d="M339.565 4.19141C337.05 4.19141 334.415 5.74829 334.415 9.34111C334.415 12.9339 337.05 14.4908 339.565 14.4908C342.08 14.4908 344.714 12.9339 344.714 9.34111C344.714 5.74829 342.08 4.19141 339.565 4.19141Z" fill="#222B33"/>
9
- <path d="M96.4469 0L58.1235 0.11976L77.1655 12.5749V40L96.4469 27.0659V0Z" fill="#98C1C2"/>
10
- <path d="M77.1662 40L38.9626 40.1198L57.8848 52.5749V80L77.1662 67.0659V40Z" fill="#D1263D"/>
11
- <path d="M38.9625 13.0542L0.63916 13.174L19.6811 25.7488V53.0542L38.9625 40.1201V13.0542Z" fill="#FD9E1D"/>
12
- </svg>
@@ -1,9 +0,0 @@
1
- <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M33.8498 10.3508C33.6927 10.0881 33.4337 9.90389 33.1348 9.84378L17.2744 6.02015C16.7517 5.91883 16.236 6.20758 16.0551 6.70702L10.0096 22.0653L12.0279 22.8008L17.7571 8.19753L31.5378 11.7141C30.6772 14.3822 28.6292 19.9511 26.666 25.1363C24.9545 29.6604 23.9695 31.2096 22.0976 31.526C22.0954 31.5237 22.0933 31.5216 22.0933 31.5183C18.2675 32.0546 18.3361 27.1772 18.3361 27.1772L6.1175 22.2416C5.24921 27.7452 9.47808 29.0689 9.47808 29.0689L18.4238 33.1304C18.426 33.1316 19.8225 33.7967 21.3403 33.7284C25.4343 33.632 26.873 30.6592 28.6757 25.8967C31.28 19.0136 33.9234 11.3013 33.9494 11.2195C34.0426 10.9277 34.0058 10.6129 33.8498 10.3508Z" fill="var(--nav-menu-icon-primary-accent)"/>
3
- <path d="M19.959 12.9411C19.959 12.3019 19.4254 11.783 18.7678 11.783C18.1097 11.783 17.5762 12.3019 17.5761 12.9411C17.5761 13.5807 18.1097 14.0991 18.7678 14.0991C19.4254 14.0991 19.959 13.5808 19.959 12.9411Z" fill="var(--nav-menu-icon-secondary-accent)"/>
4
- <path d="M26.9052 16.5836C26.8099 16.5836 26.7134 16.5701 26.6203 16.5446L21.9651 15.1084C21.3911 14.9519 21.0552 14.3603 21.2112 13.7878C21.3673 13.2158 21.9654 12.8794 22.5308 13.0359L27.1858 14.4727C27.7575 14.6287 28.0966 15.2202 27.9396 15.7927C27.8075 16.2694 27.3763 16.5836 26.9052 16.5836Z" fill="var(--nav-menu-icon-secondary-accent)"/>
5
- <path d="M19.347 18.0902C19.1604 18.6542 19.4633 19.2614 20.0256 19.4496L24.6562 21.1044C24.7686 21.1418 24.8791 21.1586 24.9906 21.1592C25.4422 21.1616 25.8653 20.8767 26.0161 20.4256C26.2032 19.8632 25.9009 19.255 25.3363 19.0669L20.7075 17.4133C20.1418 17.2261 19.5358 17.5289 19.347 18.0902Z" fill="var(--nav-menu-icon-secondary-accent)"/>
6
- <path d="M18.9396 21.8968C18.3762 21.7083 17.768 22.0159 17.5838 22.5815C17.3985 23.1427 17.7073 23.7516 18.2706 23.9357L22.9109 25.5836C23.0227 25.6215 23.134 25.6377 23.2469 25.6377C23.6975 25.6377 24.1179 25.3507 24.2664 24.8999C24.4515 24.3355 24.1439 23.7278 23.5806 23.5436L18.9396 21.8968Z" fill="var(--nav-menu-icon-secondary-accent)"/>
7
- <path d="M17.0827 16.0881C17.7408 16.0881 18.2739 16.6065 18.2739 17.2457C18.2739 17.8843 17.7408 18.4027 17.0827 18.4027C16.4246 18.4027 15.891 17.8843 15.891 17.2457C15.891 16.6066 16.4246 16.0881 17.0827 16.0881Z" fill="var(--nav-menu-icon-secondary-accent)"/>
8
- <path d="M16.4771 21.6893C16.4771 21.049 15.9435 20.53 15.2854 20.53C14.6273 20.53 14.0937 21.049 14.0937 21.6893C14.0937 22.3285 14.6273 22.8462 15.2854 22.8462C15.9435 22.8462 16.4771 22.3284 16.4771 21.6893Z" fill="var(--nav-menu-icon-secondary-accent)"/>
9
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M25.39 9.32229C20.9602 4.89253 13.7522 4.89262 9.32239 9.32229C4.89254 13.7521 4.89254 20.96 9.32239 25.3898C13.0805 29.1479 18.6698 29.7171 23.0344 27.0988C23.0344 27.0988 23.35 26.9107 23.6038 27.1647C25.0528 28.6138 29.4004 32.9613 29.4004 32.9613C30.554 34.1151 32.1673 34.3897 33.1906 33.3666L33.3666 33.1904C34.3899 32.1673 34.1153 30.5539 32.9616 29.4003C32.9616 29.4003 28.6232 25.062 27.1772 23.6159C26.911 23.3497 27.0991 23.0343 27.0991 23.0343C29.7172 18.6697 29.1482 13.0804 25.39 9.32229ZM23.2924 23.2922C20.0192 26.5654 14.6934 26.5653 11.4202 23.2921C8.14707 20.0189 8.14698 14.6931 11.4202 11.42C14.6933 8.14679 20.0192 8.14679 23.2924 11.42C26.5654 14.6932 26.5654 20.0189 23.2924 23.2922Z" fill="var(--nav-menu-icon-primary-accent)"/>
3
- <path d="M16.6822 22.5676C16.6822 22.72 16.6523 22.8748 16.5892 23.0241C16.3369 23.6204 15.6488 23.8994 15.0524 23.6471C11.3037 22.0608 9.54456 17.7206 11.1308 13.972C11.3832 13.3757 12.0713 13.0967 12.6677 13.3491C13.2641 13.6016 13.5429 14.2894 13.2906 14.886C12.2084 17.4436 13.4087 20.4051 15.9662 21.4872C16.4135 21.6765 16.6822 22.1108 16.6822 22.5676Z" fill="var(--nav-menu-icon-secondary-accent)"/>
4
- </svg>
@@ -1,6 +0,0 @@
1
- <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M21.6479 5H11.2091C7.22742 5 4 8.16475 4 12.0692V27.1743C4 27.5418 4.30717 27.7857 4.62682 27.7857C4.77991 27.7857 4.93563 27.7303 5.06244 27.6056L10.1108 22.6553C10.2278 22.5406 10.3858 22.4765 10.5507 22.4765H21.648C25.6297 22.4768 28.8571 19.3117 28.8571 15.4076V12.069C28.8571 8.16487 25.6296 5 21.6479 5Z" fill="var(--nav-menu-icon-primary-accent)"/>
3
- <path d="M18.737 8.99955C18.737 7.94313 17.9277 7.07153 16.9161 7.07153C15.9045 7.07153 15.07 7.91681 15.07 8.97305C15.07 10.056 15.9046 10.9276 16.9161 10.9276C17.9025 10.9276 18.737 10.0559 18.737 8.99955Z" fill="var(--nav-menu-icon-secondary-accent)"/>
4
- <path d="M19.2681 19.4002C19.3693 19.2946 19.4704 19.1097 19.521 18.9512C19.5969 18.6607 19.3693 18.4759 19.0657 18.5817C18.963 18.6124 18.8688 18.6697 18.7731 18.728C18.704 18.7701 18.6342 18.8126 18.5599 18.8459C18.3322 18.9516 18.1046 19.0308 17.877 19.0572C17.5989 19.0835 17.3965 18.9251 17.3207 18.6345C17.27 18.4232 17.2448 18.1856 17.27 17.9742C17.3037 17.6749 17.3599 17.3756 17.4161 17.0762C17.4442 16.9266 17.4723 16.7769 17.4976 16.6273C17.6114 15.9405 17.7315 15.5194 17.8517 15.0982C17.9718 14.677 18.0919 14.2558 18.2057 13.5691C18.2816 13.1993 18.3322 12.8296 18.3322 12.4598C18.3322 12.0108 18.0792 11.7995 17.6493 11.7995H14.1592C14.0075 11.7995 13.8558 11.7995 13.7293 11.8259C13.4763 11.8786 13.3498 12.0106 13.3246 12.222C13.2994 12.4067 13.4259 12.6181 13.6534 12.6973C13.8558 12.75 14.0581 12.7765 14.2604 12.8028C14.741 12.8557 14.8927 13.0405 14.8927 13.5424C14.8927 13.582 14.8864 13.6216 14.8801 13.6612C14.8738 13.7008 14.8675 13.7404 14.8675 13.78C14.7663 14.3743 14.6651 14.7163 14.564 15.0582C14.4628 15.4002 14.3616 15.7421 14.2605 16.3363L13.957 18.3965C13.8305 19.4002 14.7664 20.351 15.4997 20.4566C15.9549 20.5358 16.385 20.5358 16.8401 20.5358C17.8012 20.5358 18.6106 20.1134 19.2681 19.4002Z" fill="var(--nav-menu-icon-secondary-accent)"/>
5
- <path d="M21.5965 33.9999H36.1066C36.1066 33.9999 36.1072 27.9906 36.107 27.9904H35.8891C35.1642 27.9904 34.4634 27.6592 33.9156 27.057C31.7529 24.6802 28.7561 24.0291 26.0933 25.3557C24.9568 25.9222 23.7593 26.2099 22.5348 26.2099H18.6949C18.0575 26.2099 17.5197 26.7596 17.3602 27.5045C17.3584 27.5136 17.3566 27.5235 17.3542 27.5326C17.3266 27.6709 17.3121 27.8151 17.3121 27.9639C17.3121 28.9309 17.9321 29.7171 18.6949 29.7171L24.6822 29.7173C24.8525 29.7173 24.9904 29.892 24.9904 30.1081C24.9904 30.324 24.8526 30.4988 24.6822 30.4988H18.6949C17.5925 30.4988 16.6955 29.3616 16.6955 27.9639C16.6955 27.8563 16.7009 27.7503 16.7112 27.6464L11.9471 24.8567C11.782 24.7597 11.6087 24.7139 11.4377 24.7139C10.9761 24.7139 10.5329 25.0474 10.327 25.613C10.0544 26.3612 10.2921 27.248 10.8677 27.6319L19.3913 33.3107C20.0686 33.7617 20.8314 33.9999 21.5965 33.9999Z" fill="var(--nav-menu-icon-secondary-accent)"/>
6
- </svg>
@@ -1,7 +0,0 @@
1
- <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M32.9713 6.86381C31.8964 5.78894 30.1807 5.70713 29.0084 6.67489L17.2756 16.361C16.1182 17.3164 15.1655 18.4955 14.4744 19.8277L12.5964 23.4476L16.3875 27.2387L20.0074 25.3607C21.3396 24.6696 22.5186 23.7168 23.4741 22.5595L33.1602 10.8266C34.1279 9.65442 34.0461 7.93868 32.9713 6.86381Z" fill="var(--nav-menu-icon-primary-accent)"/>
3
- <path d="M15.3074 12.9249C16.9968 12.9249 18.3663 11.5554 18.3663 9.86599C18.3663 8.17663 16.9968 6.80713 15.3074 6.80713C13.618 6.80713 12.2485 8.17663 12.2485 9.86599C12.2485 11.5554 13.618 12.9249 15.3074 12.9249Z" fill="var(--nav-menu-icon-primary-accent)"/>
4
- <path d="M12.2965 17.2036C12.2965 18.458 11.2796 19.4749 10.0253 19.4749C8.7709 19.4749 7.75403 18.458 7.75403 17.2036C7.75403 15.9492 8.7709 14.9324 10.0253 14.9324C11.2796 14.9324 12.2965 15.9492 12.2965 17.2036Z" fill="var(--nav-menu-icon-primary-accent)"/>
5
- <path d="M13.2191 21.0508L12.4121 22.7529C12.1949 23.2109 12.2893 23.7559 12.6476 24.1143L12.6664 24.1332C11.1099 23.7047 9.45924 24.0469 8.36222 25.1864C7.48044 26.1024 7.12034 27.354 7.26187 28.6127L7.2604 28.6015C7.25982 28.5973 7.25923 28.5932 7.2588 28.589C7.25987 28.9297 7.30383 29.1862 7.34071 29.4014C7.42339 29.8838 7.47053 30.1588 6.91956 30.7098C6.68315 30.9462 6.42336 31.1467 6.14599 31.3117C5.96339 31.4203 5.95016 31.6845 6.11717 31.8531C6.13254 31.8686 6.14802 31.8841 6.16356 31.8995C8.79946 34.5169 12.834 34.7051 15.1709 32.3688L15.4115 32.1284C16.6062 30.9338 16.8868 29.1396 16.2979 27.5077C16.5555 27.5673 16.8318 27.5416 17.0821 27.423L18.7842 26.6159C19.206 26.4159 19.3024 25.8585 18.9724 25.5285L14.3065 20.8626C13.9765 20.5326 13.4191 20.6291 13.2191 21.0508Z" fill="var(--nav-menu-icon-secondary-accent)"/>
6
- <path d="M23.634 26.2606C24.0849 24.0837 26.0104 22.4465 28.3197 22.4409C30.9716 22.4345 33.1293 24.5868 33.1293 27.2387C33.1292 29.8883 30.9812 32.0363 28.3316 32.0363C27.9044 32.0363 27.4903 31.9805 27.0962 31.8757C26.7224 31.7764 26.3223 31.8859 26.0458 32.1563C25.4869 32.7029 24.7195 33.0371 23.8737 33.0278C22.2126 33.0096 20.8535 31.6384 20.8493 29.9772C20.8458 28.6339 21.7084 27.4922 22.9099 27.0777C23.2773 26.951 23.5553 26.6411 23.634 26.2606Z" fill="var(--nav-menu-icon-secondary-accent)"/>
7
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M35 23.3919V24.9553C35 25.187 34.8294 25.4563 34.6177 25.5505C33.7972 25.9156 31.5593 26.6628 26.9863 26.6628C26.7672 26.6628 26.5584 26.6597 26.35 26.6563C26.1492 23.3445 23.6366 20.617 20.3162 20.1677C21.031 19.4516 21.9772 18.9661 23.0323 18.8454C23.1015 18.8375 23.204 18.8671 23.2604 18.9079C24.3098 19.6676 25.5945 20.1211 26.9863 20.1211C28.378 20.1211 29.6628 19.6676 30.7122 18.9079C30.7686 18.8671 30.8711 18.8375 30.9403 18.8454C33.2163 19.1057 35 21.0492 35 23.3919ZM26.9863 9C24.3669 9 22.2435 11.1234 22.2435 13.7428C22.2435 16.3622 24.3669 18.4855 26.9863 18.4855C29.6057 18.4855 31.7291 16.3621 31.7291 13.7428C31.7291 11.1234 29.6057 9 26.9863 9Z" fill="var(--nav-menu-icon-secondary-accent)"/>
3
- <path d="M15.0685 20.9178C18.3595 20.9178 21.0274 18.25 21.0274 14.9589C21.0274 11.6679 18.3595 9 15.0685 9C11.7775 9 9.10956 11.6679 9.10956 14.9589C9.10956 18.25 11.7775 20.9178 15.0685 20.9178ZM25.137 27.0822V29.0464C25.137 29.3375 24.9226 29.6759 24.6567 29.7943C23.6258 30.2528 20.8141 31.1917 15.0685 31.1917C9.32284 31.1917 6.51113 30.2529 5.48029 29.7943C5.21436 29.676 5 29.3375 5 29.0465V27.0823C5 24.1388 7.24108 21.6969 10.1007 21.3699C10.1875 21.3599 10.3164 21.3972 10.3873 21.4485C11.7057 22.4029 13.32 22.9727 15.0685 22.9727C16.817 22.9727 18.4312 22.4029 19.7498 21.4485C19.8206 21.3972 19.9495 21.3599 20.0363 21.3699C22.8959 21.697 25.137 24.1388 25.137 27.0822Z" fill="var(--nav-menu-icon-secondary-accent)"/>
4
- </svg>
@@ -1,8 +0,0 @@
1
- <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M19.9997 13.7891C17.5766 13.7891 15.6052 11.8177 15.6052 9.39453C15.6052 6.97139 17.5766 5 19.9997 5C22.4229 5 24.3943 6.97139 24.3943 9.39453C24.3943 11.8177 22.4229 13.7891 19.9997 13.7891Z" fill="var(--nav-menu-icon-primary-accent)"/>
3
- <path d="M5.58791 30.1075C4.37631 28.009 5.09789 25.3161 7.19643 24.1045C9.29508 22.8929 11.9879 23.6145 13.1995 25.713C14.4139 27.8164 13.6946 30.5015 11.591 31.716C9.47912 32.9353 6.79178 32.1927 5.58791 30.1075Z" fill="var(--nav-menu-icon-primary-accent)"/>
4
- <path d="M26.8 25.713C25.5855 27.8166 26.3051 30.5017 28.4085 31.7161C30.5157 32.9326 33.2054 32.1966 34.4115 30.1075C35.6231 28.009 34.9015 25.316 32.803 24.1045C30.7046 22.8929 28.0115 23.6145 26.8 25.713Z" fill="var(--nav-menu-icon-primary-accent)"/>
5
- <path d="M8.59148 21.1185L6.8363 21.0219C6.95103 18.9383 7.56873 16.888 8.62265 15.0926C9.6474 13.3468 11.0845 11.8368 12.7785 10.7258L13.7425 12.1957C10.7154 14.181 8.78982 17.5166 8.59148 21.1185Z" fill="var(--nav-menu-icon-secondary-accent)"/>
6
- <path d="M31.408 21.1185C31.2097 17.5166 29.284 14.181 26.257 12.1957L27.2209 10.7258C28.915 11.8368 30.3521 13.3468 31.3768 15.0926C32.4307 16.888 33.0484 18.9383 33.1632 21.0219L31.408 21.1185Z" fill="var(--nav-menu-icon-secondary-accent)"/>
7
- <path d="M14.0569 33.5877C15.9099 34.5249 17.9093 35.0001 19.9997 35.0001C22.0901 35.0001 24.0896 34.5249 25.9426 33.5877L25.1492 32.0191C23.5445 32.8307 21.8119 33.2423 19.9997 33.2423C18.1875 33.2423 16.455 32.8307 14.8503 32.019L14.0569 33.5877Z" fill="var(--nav-menu-icon-secondary-accent)"/>
8
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M9.99995 0C4.48601 0 0 4.48591 0 9.99995C0 15.514 4.48601 20 9.99995 20C15.5139 20 19.9999 15.514 19.9999 9.99995C19.9999 4.48591 15.514 0 9.99995 0ZM9.97907 16.451C9.18283 16.4535 8.53944 15.8102 8.54202 15.0139L8.55365 11.4331L4.97316 11.4118C4.17697 11.4071 3.53957 10.7577 3.54949 9.96149C3.55941 9.16526 4.21288 8.52363 5.00907 8.52838L8.56301 8.54957L8.57455 4.99537C8.57713 4.19912 9.22471 3.55154 10.021 3.54896C10.8172 3.54637 11.4606 4.18976 11.458 4.98601L11.4464 8.56676L15.0269 8.5881C15.8231 8.59285 16.4605 9.24217 16.4506 10.0384C16.4406 10.8346 15.7872 11.4763 14.991 11.4715L11.437 11.4503L11.4255 15.0046C11.4229 15.8008 10.7753 16.4484 9.97907 16.451Z" fill="currentColor"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M9 19.25C9 19.6642 9.33579 20 9.75 20C10.1642 20 10.5 19.6642 10.5 19.25V10.5H19.25C19.6642 10.5 20 10.1642 20 9.75C20 9.33579 19.6642 9 19.25 9H10.5V0.75C10.5 0.335786 10.1642 0 9.75 0C9.33579 0 9 0.335787 9 0.75V9H0.75C0.335786 9 0 9.33579 0 9.75C0 10.1642 0.335787 10.5 0.75 10.5H9V19.25Z" fill="currentColor"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="12" height="16" viewBox="0 0 12 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M0.142684 7.38847C-0.229973 6.79497 0.170741 6 0.842557 6L4 6L4 0.8C4 0.358172 4.35817 -9.65645e-08 4.8 0L7.2 2.09815e-07C7.64183 3.06379e-07 8 0.358173 8 0.8L8 6H11.1574C11.8293 6 12.23 6.79497 11.8573 7.38847L6.69987 15.6023C6.36693 16.1326 5.63307 16.1326 5.30013 15.6023L0.142684 7.38847Z" fill="currentColor"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="12" height="16" viewBox="0 0 12 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M5.30008 13.3357L1.31355 9.19039C1.01304 8.87796 0.525847 8.87796 0.225342 9.19039C-0.0750732 9.50292 -0.0750732 10.0095 0.225342 10.3219L5.46055 15.7657C5.76106 16.0781 6.24825 16.0781 6.54876 15.7657L11.784 10.3219C12.0792 10.004 12.0708 9.49743 11.765 9.19039C11.4668 8.89091 10.994 8.89091 10.6958 9.19039L6.80008 13.2413L6.80008 0.75C6.80008 0.335786 6.46429 -1.81059e-08 6.05008 0C5.63587 1.81059e-08 5.30008 0.335787 5.30008 0.75L5.30008 13.3357Z" fill="currentColor"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="16" height="12" viewBox="0 0 16 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M8.61153 0.142684C9.20503 -0.229973 10 0.170741 10 0.842557L10 4L15.2 4C15.6418 4 16 4.35817 16 4.8V7.2C16 7.64183 15.6418 8 15.2 8H10V11.1574C10 11.8293 9.20503 12.23 8.61153 11.8573L0.397687 6.69987C-0.132563 6.36693 -0.132562 5.63307 0.397688 5.30013L8.61153 0.142684Z" fill="currentColor"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="16" height="12" viewBox="0 0 16 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M2.66426 5.30005L6.80961 1.31351C7.12204 1.01301 7.12204 0.525816 6.80961 0.225311C6.49708 -0.0751037 5.99053 -0.0751037 5.67805 0.225311L0.234287 5.46052C-0.0780956 5.76103 -0.0780956 6.24822 0.234287 6.54872L5.67805 11.7839C5.99597 12.0792 6.50257 12.0707 6.80961 11.765C7.10909 11.4667 7.10909 10.9939 6.80961 10.6957L2.75873 6.80005H15.25C15.6642 6.80005 16 6.46426 16 6.05005C16 5.63584 15.6642 5.30005 15.25 5.30005H2.66426Z" fill="currentColor"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="16" height="12" viewBox="0 0 16 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M7.38847 11.8573C6.79497 12.23 6 11.8293 6 11.1574V8H0.8C0.358173 8 0 7.64183 0 7.2V4.8C0 4.35817 0.358172 4 0.8 4H6V0.842556C6 0.17074 6.79497 -0.229973 7.38847 0.142684L15.6023 5.30013C16.1326 5.63307 16.1326 6.36693 15.6023 6.69987L7.38847 11.8573Z" fill="currentColor"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="16" height="12" viewBox="0 0 16 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M13.3357 6.69991L9.19039 10.6864C8.87796 10.987 8.87796 11.4741 9.19039 11.7747C9.50292 12.0751 10.0095 12.0751 10.3219 11.7747L15.7657 6.53944C16.0781 6.23894 16.0781 5.75174 15.7657 5.45124L10.322 0.216026C10.004 -0.079248 9.49743 -0.0707699 9.1904 0.234966C8.89091 0.533216 8.89091 1.00603 9.19039 1.30423L13.2413 5.19991L0.75 5.19991C0.335786 5.19991 3.62118e-08 5.5357 0 5.94991C-3.62117e-08 6.36413 0.335787 6.69991 0.75 6.69991L13.3357 6.69991Z" fill="currentColor"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="12" height="16" viewBox="0 0 12 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M11.8573 8.61153C12.23 9.20503 11.8293 10 11.1574 10L8 10L8 15.2C8 15.6418 7.64183 16 7.2 16H4.8C4.35817 16 4 15.6418 4 15.2V10H0.842556C0.17074 10 -0.229973 9.20503 0.142684 8.61153L5.30013 0.397687C5.63307 -0.132563 6.36693 -0.132562 6.69987 0.397688L11.8573 8.61153Z" fill="currentColor"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="12" height="16" viewBox="0 0 12 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M6.69994 2.66426L10.6865 6.80961C10.987 7.12204 11.4742 7.12204 11.7747 6.80961C12.0751 6.49708 12.0751 5.99053 11.7747 5.67805L6.53947 0.234287C6.23897 -0.0780956 5.75177 -0.0780956 5.45127 0.234287L0.216056 5.67805C-0.0792175 5.99597 -0.0707393 6.50257 0.234996 6.80961C0.533246 7.10909 1.00606 7.10909 1.30426 6.80961L5.19994 2.75873V15.25C5.19994 15.6642 5.53573 16 5.94994 16C6.36416 16 6.69994 15.6642 6.69994 15.25V2.66426Z" fill="currentColor"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M9.99995 0C4.48601 0 0 4.48591 0 9.99995C0 15.514 4.48601 20 9.99995 20C15.5139 20 19.9999 15.514 19.9999 9.99995C19.9999 4.48591 15.514 0 9.99995 0ZM11.4118 15.0268C11.4071 15.823 10.7578 16.4604 9.96154 16.4505C9.1653 16.4406 8.52367 15.7871 8.52842 14.9909L8.54334 12.4887L6.35253 13.7362C5.66064 14.1302 4.78397 13.8866 4.39444 13.192C4.00491 12.4975 4.25002 11.6151 4.94192 11.2211L7.11648 9.98287L4.94064 8.7093C4.2535 8.30709 4.02616 7.42606 4.43286 6.74146C4.83957 6.05686 5.72631 5.82793 6.41345 6.23014L8.57312 7.49425L8.58815 4.9731C8.59289 4.17691 9.24222 3.53951 10.0385 3.54943C10.8347 3.55935 11.4763 4.21282 11.4716 5.00901L11.4566 7.51145L13.6475 6.26394C14.3394 5.86996 15.216 6.11359 15.6056 6.80811C15.9951 7.50262 15.75 8.38503 15.0581 8.77901L12.8835 10.0173L15.0593 11.2908C15.7464 11.693 15.9738 12.574 15.5671 13.2586C15.1604 13.9432 14.2736 14.1721 13.5865 13.7699L11.4269 12.5059L11.4118 15.0268Z" fill="currentColor"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="18" height="20" viewBox="0 0 18 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M17.4192 14.0993L10.3203 10.0007L17.4182 5.90272C17.734 5.72042 17.8421 5.31666 17.6598 5.00092C17.4775 4.68519 17.0738 4.57692 16.758 4.7593L9.65963 8.85755V0.660171C9.65963 0.29558 9.36405 0 8.99946 0C8.63487 0 8.33929 0.29558 8.33929 0.660171V8.85694L1.24193 4.7593C0.926188 4.57683 0.522428 4.68519 0.340133 5.00092C0.157838 5.31666 0.266018 5.72042 0.581755 5.90272L7.67965 10.0007L0.580787 14.0993C0.265049 14.2816 0.156869 14.6854 0.339165 15.0011C0.461428 15.2129 0.683334 15.3313 0.911488 15.3313C1.02354 15.3313 1.137 15.3028 1.24096 15.2427L8.33938 11.1445V19.3398C8.33938 19.7044 8.63496 20 8.99955 20C9.36414 20 9.65972 19.7044 9.65972 19.3398V11.1439L16.7591 15.2427C16.8631 15.3028 16.9766 15.3313 17.0886 15.3313C17.3167 15.3313 17.5386 15.2128 17.6609 15.0011C17.8432 14.6853 17.735 14.2816 17.4192 14.0993Z" fill="currentColor"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="18" height="20" viewBox="0 0 18 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M17.1158 2.60587C17.5275 2.74096 17.8068 3.12703 17.8066 3.56034C17.8011 12.6102 17.5879 16.9636 9.32771 19.8863C9.119 19.9601 8.88124 19.9602 8.67284 19.8854C0.478895 16.9475 0.24433 11.702 0.23761 3.55889C0.237253 3.12557 0.516468 2.74069 0.928761 2.60735C1.91357 2.28886 2.77328 2.01336 3.56755 1.75884C5.38234 1.17729 6.8555 0.705217 8.6987 0.0798556C8.89358 0.0137383 9.10461 0.00888915 9.30201 0.0670363C11.3791 0.678867 12.7484 1.14118 14.4088 1.70181C15.2069 1.97128 16.0723 2.26346 17.1158 2.60587ZM8.47374 14.0182L14.597 8.2259C15.1344 7.71754 15.1344 6.89045 14.5968 6.3819C14.3364 6.13561 13.9903 6.00006 13.6221 6.00006C13.254 6.00006 12.9079 6.13561 12.6475 6.3819L7.49902 11.2522L5.35298 9.22221C5.09273 8.97583 4.74653 8.84018 4.37837 8.84018C4.0101 8.84018 3.664 8.97583 3.40375 9.22212C3.14339 9.46841 2.99999 9.7958 2.99999 10.1442C2.99999 10.4924 3.14339 10.8198 3.40375 11.0661L6.5245 14.0182C6.78486 14.2645 7.13095 14.4001 7.49912 14.4001C7.86728 14.4001 8.21338 14.2645 8.47374 14.0182Z" fill="currentColor"/>
3
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="18" height="20" viewBox="0 0 18 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M4.51518 9.48882C4.22826 9.77571 4.22825 10.2408 4.51519 10.5278L7.3938 13.4063C7.68054 13.6931 8.14612 13.693 8.43281 13.4063L14.0848 7.75434C14.3717 7.46745 14.3717 7.00227 14.0848 6.71532C13.7979 6.4284 13.3328 6.42838 13.0458 6.71533L7.91331 11.8479L5.55421 9.4888C5.26732 9.20189 4.80217 9.20188 4.51518 9.48882Z" fill="currentColor"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M17.1158 2.60587C17.5275 2.74096 17.8068 3.12703 17.8066 3.56034C17.8011 12.6102 17.5879 16.9636 9.32771 19.8863C9.119 19.9601 8.88124 19.9602 8.67284 19.8854C0.478895 16.9475 0.244331 11.702 0.23761 3.55889C0.237254 3.12557 0.516469 2.74069 0.928762 2.60735C1.91357 2.28886 2.77328 2.01336 3.56755 1.75884C5.38234 1.17729 6.8555 0.705217 8.6987 0.0798556C8.89358 0.0137383 9.10461 0.00888915 9.30201 0.0670363C11.3791 0.678867 12.7484 1.14118 14.4088 1.70181C15.2069 1.97128 16.0723 2.26346 17.1158 2.60587ZM14.0261 2.83915C14.7893 3.09683 15.6181 3.37666 16.6065 3.70164C16.6021 8.22358 16.5199 11.2638 15.5564 13.556C14.6525 15.7064 12.8934 17.3389 9.00203 18.7285C5.2012 17.3501 3.42002 15.5196 2.49846 13.2266C1.5289 10.8142 1.44295 7.75951 1.43776 3.70395C2.3628 3.40501 3.17728 3.14401 3.93375 2.9016L3.93724 2.90048C5.73051 2.32583 7.19965 1.85504 9.02483 1.23638C11.0433 1.83211 12.3833 2.28447 14.0249 2.83875L14.0261 2.83915Z" fill="currentColor"/>
4
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M20 10.0001C20 15.5141 15.514 20 10 20C4.48593 20 0 15.5141 0 10.0001C0 4.48601 4.48603 0 10 0C15.514 0 20 4.48601 20 10.0001ZM13.1111 5.94544C13.1111 5.02427 12.0546 4.50317 11.3237 5.06383L6.03809 9.1184C5.4583 9.56315 5.4583 10.4369 6.03808 10.8816L11.3237 14.9362C12.0546 15.4968 13.1111 14.9757 13.1111 14.0546V5.94544Z" fill="currentColor"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="12" height="20" viewBox="0 0 12 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M2.47059 10.0046L11.1617 1.31351C11.4622 1.01301 11.4622 0.525816 11.1617 0.225311C10.8611 -0.0751037 10.374 -0.0751037 10.0735 0.225311L0.838287 9.46052C0.537872 9.76103 0.537872 10.2482 0.838287 10.5487L10.0735 19.7839C10.3792 20.0792 10.8664 20.0707 11.1617 19.765C11.4497 19.4667 11.4497 18.9939 11.1617 18.6957L2.47059 10.0046Z" fill="currentColor"/>
3
- </svg>
@@ -1,8 +0,0 @@
1
- <svg width="20" height="16" viewBox="0 0 20 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M2 4C3.10457 4 4 3.10457 4 2C4 0.895431 3.10457 0 2 0C0.895431 0 0 0.895431 0 2C0 3.10457 0.89543 4 2 4Z" fill="currentColor"/>
3
- <path d="M2 10C3.10457 10 4 9.10457 4 8C4 6.89543 3.10457 6 2 6C0.89543 6 0 6.89543 0 8C0 9.10457 0.89543 10 2 10Z" fill="currentColor"/>
4
- <path d="M4 14C4 15.1046 3.10457 16 2 16C0.895431 16 0 15.1046 0 14C0 12.8954 0.895431 12 2 12C3.10457 12 4 12.8954 4 14Z" fill="currentColor"/>
5
- <path d="M7.5 0.5C6.67157 0.5 6 1.17157 6 2C6 2.82843 6.67157 3.5 7.5 3.5H18.5C19.3284 3.5 20 2.82843 20 2C20 1.17157 19.3284 0.5 18.5 0.5H7.5Z" fill="currentColor"/>
6
- <path d="M6 8C6 7.17157 6.67157 6.5 7.5 6.5H18.5C19.3284 6.5 20 7.17157 20 8C20 8.82843 19.3284 9.5 18.5 9.5H7.5C6.67157 9.5 6 8.82843 6 8Z" fill="currentColor"/>
7
- <path d="M7.5 12.5C6.67157 12.5 6 13.1716 6 14C6 14.8284 6.67157 15.5 7.5 15.5H18.5C19.3284 15.5 20 14.8284 20 14C20 13.1716 19.3284 12.5 18.5 12.5H7.5Z" fill="currentColor"/>
8
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="20" height="16" viewBox="0 0 20 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M6.00715 8.7143C5.61673 8.7143 5.30026 8.39442 5.30026 7.9998C5.30026 7.60518 5.61673 7.2853 6.00715 7.2853H19.2931C19.6835 7.2853 20 7.60518 20 7.9998C20 8.39442 19.6835 8.7143 19.2931 8.7143H6.00715ZM6.00715 15.2857C5.61673 15.2857 5.30026 14.9658 5.30026 14.5712C5.30026 14.1766 5.61673 13.8572 6.00715 13.8572H19.2931C19.6835 13.8572 20 14.1766 20 14.5712C20 14.9658 19.6835 15.2857 19.2931 15.2857H6.00715ZM6.00715 2.14263C5.61673 2.14263 5.30026 1.82325 5.30026 1.42863C5.30026 1.03401 5.61673 0.71413 6.00715 0.71413H19.2931C19.6835 0.71413 20 1.03401 20 1.42863C20 1.82325 19.6835 2.14263 19.2931 2.14263H6.00715ZM0 8.00013C0 7.20541 0.632946 6.57167 1.41377 6.57167C2.19954 6.57167 2.82703 7.21092 2.82703 8.00013C2.82703 8.79485 2.19408 9.42859 1.41377 9.42859C0.627507 9.42859 0 8.78934 0 8.00013ZM0 14.5715C0 13.7773 0.632946 13.1431 1.41377 13.1431C2.19954 13.1431 2.82703 13.7828 2.82703 14.5715C2.82703 15.3663 2.19408 16 1.41377 16C0.627507 16 0 15.3607 0 14.5715ZM0 1.42846C0 0.633746 0.632946 0 1.41377 0C2.19954 0 2.82703 0.639256 2.82703 1.42846C2.82703 2.22268 2.19408 2.85692 1.41377 2.85692C0.627507 2.85692 0 2.21717 0 1.42846Z" fill="currentColor"/>
3
- </svg>
@@ -1,6 +0,0 @@
1
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M4.5 1C4.5 0.447715 4.94772 0 5.5 0C6.05228 0 6.5 0.447715 6.5 1V2C6.5 2.55228 6.05228 3 5.5 3C4.94772 3 4.5 2.55228 4.5 2V1Z" fill="currentColor"/>
3
- <path d="M13.5 1C13.5 0.447715 13.9477 0 14.5 0C15.0523 0 15.5 0.447715 15.5 1V2C15.5 2.55228 15.0523 3 14.5 3C13.9477 3 13.5 2.55228 13.5 2V1Z" fill="currentColor"/>
4
- <path d="M3 1.66675V3C3 3.55228 3.44772 4 4 4H7C7.55228 4 8 3.55228 8 3V1.66675H12V3C12 3.55228 12.4477 4 13 4H16C16.5523 4 17 3.55228 17 3V1.66675H17.7083C18.9725 1.66675 20 2.69412 20 3.95831V5.70831H0V3.95831C0 2.69412 1.02753 1.66675 2.29172 1.66675H3Z" fill="currentColor"/>
5
- <path fill-rule="evenodd" clip-rule="evenodd" d="M0 17.7083C0 18.9724 1.02753 20 2.29172 20H17.7083C18.9725 20 20 18.9724 20 17.7083V7.95825H0V17.7083ZM6 11.5C6 12.3284 5.32843 13 4.5 13C3.67157 13 3 12.3284 3 11.5C3 10.6716 3.67157 10 4.5 10C5.32843 10 6 10.6716 6 11.5ZM11.5 11.5C11.5 12.3284 10.8284 13 10 13C9.17157 13 8.5 12.3284 8.5 11.5C8.5 10.6716 9.17157 10 10 10C10.8284 10 11.5 10.6716 11.5 11.5ZM15.5 13C16.3284 13 17 12.3284 17 11.5C17 10.6716 16.3284 10 15.5 10C14.6716 10 14 10.6716 14 11.5C14 12.3284 14.6716 13 15.5 13ZM6 16C6 16.8284 5.32843 17.5 4.5 17.5C3.67157 17.5 3 16.8284 3 16C3 15.1716 3.67157 14.5 4.5 14.5C5.32843 14.5 6 15.1716 6 16ZM10 17.5C10.8284 17.5 11.5 16.8284 11.5 16C11.5 15.1716 10.8284 14.5 10 14.5C9.17157 14.5 8.5 15.1716 8.5 16C8.5 16.8284 9.17157 17.5 10 17.5ZM17 16C17 16.8284 16.3284 17.5 15.5 17.5C14.6716 17.5 14 16.8284 14 16C14 15.1716 14.6716 14.5 15.5 14.5C16.3284 14.5 17 15.1716 17 16Z" fill="currentColor"/>
6
- </svg>
@@ -1,9 +0,0 @@
1
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M6 12C6 12.5523 5.55228 13 5 13C4.44772 13 4 12.5523 4 12C4 11.4477 4.44772 11 5 11C5.55228 11 6 11.4477 6 12Z" fill="currentColor"/>
3
- <path d="M10 13C10.5523 13 11 12.5523 11 12C11 11.4477 10.5523 11 10 11C9.44771 11 9 11.4477 9 12C9 12.5523 9.44771 13 10 13Z" fill="currentColor"/>
4
- <path d="M16 12C16 12.5523 15.5523 13 15 13C14.4477 13 14 12.5523 14 12C14 11.4477 14.4477 11 15 11C15.5523 11 16 11.4477 16 12Z" fill="currentColor"/>
5
- <path d="M5 16C5.55228 16 6 15.5523 6 15C6 14.4477 5.55228 14 5 14C4.44772 14 4 14.4477 4 15C4 15.5523 4.44772 16 5 16Z" fill="currentColor"/>
6
- <path d="M11 15C11 15.5523 10.5523 16 10 16C9.44771 16 9 15.5523 9 15C9 14.4477 9.44771 14 10 14C10.5523 14 11 14.4477 11 15Z" fill="currentColor"/>
7
- <path d="M15 16C15.5523 16 16 15.5523 16 15C16 14.4477 15.5523 14 15 14C14.4477 14 14 14.4477 14 15C14 15.5523 14.4477 16 15 16Z" fill="currentColor"/>
8
- <path fill-rule="evenodd" clip-rule="evenodd" d="M14.5833 1.66675H5.41669V0.625C5.41669 0.279999 5.13669 0 4.79169 0C4.44669 0 4.16669 0.279999 4.16669 0.625V1.66675H2.29172C1.02753 1.66675 0 2.69412 0 3.95831V17.7083C0 18.9725 1.02753 20 2.29172 20H17.7083C18.9725 20 20 18.9725 20 17.7083V3.95831C20 2.69412 18.9725 1.66675 17.7083 1.66675H15.8333V0.625C15.8333 0.279999 15.5533 0 15.2083 0C14.8633 0 14.5833 0.279999 14.5833 0.625V1.66675ZM4.79169 5C4.44669 5 4.16669 4.72 4.16669 4.375V2.91675H2.29172C1.71753 2.91675 1.25 3.38412 1.25 3.95831V6.66675H18.75V3.95831C18.75 3.38412 18.2825 2.91675 17.7083 2.91675H15.8333V4.375C15.8333 4.72 15.5533 5 15.2083 5C14.8633 5 14.5833 4.72 14.5833 4.375V2.91675H5.41669V4.375C5.41669 4.72 5.13669 5 4.79169 5ZM1.25 7.91675H18.75V17.7083C18.75 18.2825 18.2825 18.75 17.7083 18.75H2.29172C1.71753 18.75 1.25 18.2825 1.25 17.7083V7.91675Z" fill="currentColor"/>
9
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M0 9.99995C0 4.48591 4.48601 0 9.99995 0C15.514 0 19.9999 4.48591 19.9999 9.99995C19.9999 15.514 15.5139 20 9.99995 20C4.48601 20 0 15.514 0 9.99995ZM14.5467 14.5764C13.9855 15.1412 13.0756 15.1412 12.5144 14.5764L9.99068 12.0361L7.4438 14.5528C6.87745 15.1125 5.9676 15.104 5.41159 14.534C4.85558 13.964 4.86396 13.0482 5.4303 12.4886L7.9583 9.99053L5.45326 7.46918C4.89206 6.90432 4.89206 5.9885 5.45326 5.42364C6.01446 4.85879 6.92435 4.85879 7.48555 5.42364L10.0093 7.96384L12.5562 5.44713C13.1225 4.88749 14.0324 4.89593 14.5884 5.46596C15.1444 6.036 15.136 6.95177 14.5697 7.51141L12.0417 10.0095L14.5467 12.5308C15.1079 13.0957 15.1079 14.0115 14.5467 14.5764Z" fill="currentColor"/>
3
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M13.6346 5.50743C13.9149 5.22715 14.3591 5.21693 14.6272 5.48503C14.8953 5.75312 14.8854 6.19763 14.6051 6.47791L11.0267 10.0563L14.6051 13.6346C14.8854 13.9149 14.8953 14.3594 14.6272 14.6275C14.3591 14.8956 13.9149 14.8854 13.6346 14.6051L10.0563 11.0268L6.47792 14.6051C6.19764 14.8854 5.75314 14.8953 5.48505 14.6272C5.21695 14.3591 5.22716 13.9149 5.50744 13.6346L9.08578 10.0563L5.50743 6.47793C5.22715 6.19765 5.21693 5.75348 5.48503 5.48539C5.75312 5.21729 6.19763 5.22717 6.47791 5.50745L10.0563 9.0858L13.6346 5.50743Z" fill="currentColor"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M0 10C0 4.4666 4.4665 0 10 0C15.5334 0 20 4.4666 20 10C20 15.5334 15.5334 20 10 20C4.4666 20 0 15.5334 0 10ZM1.3335 10C1.3335 14.7999 5.2 18.6665 10 18.6665C14.7999 18.6665 18.6665 14.7999 18.6665 10C18.6665 5.2001 14.7999 1.3335 10 1.3335C5.2001 1.3335 1.3335 5.2001 1.3335 10Z" fill="currentColor"/>
4
- </svg>