@lmvz-ds/components 0.11.4

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 (394) hide show
  1. package/LICENSE.txt +3 -0
  2. package/assets/LMVZ_logo_175.svg +1 -0
  3. package/assets/card-placeholder.svg +4 -0
  4. package/assets/fonts/Router-Bold.woff +0 -0
  5. package/assets/fonts/Router-Book.woff +0 -0
  6. package/assets/fonts/Router-Medium.woff +0 -0
  7. package/assets/icons/Logo.svg +10 -0
  8. package/assets/icons/actions.svg +5 -0
  9. package/assets/icons/adduser.svg +3 -0
  10. package/assets/icons/alert.svg +3 -0
  11. package/assets/icons/apple.svg +3 -0
  12. package/assets/icons/arrow-down.svg +3 -0
  13. package/assets/icons/arrow-left.svg +3 -0
  14. package/assets/icons/arrow-right.svg +3 -0
  15. package/assets/icons/arrow-up.svg +3 -0
  16. package/assets/icons/book.svg +3 -0
  17. package/assets/icons/bookmark.svg +3 -0
  18. package/assets/icons/checkmark.svg +3 -0
  19. package/assets/icons/chevron-down.svg +3 -0
  20. package/assets/icons/chevron-left.svg +3 -0
  21. package/assets/icons/chevron-right.svg +3 -0
  22. package/assets/icons/chevron-up.svg +3 -0
  23. package/assets/icons/close-l.svg +3 -0
  24. package/assets/icons/close-sm.svg +3 -0
  25. package/assets/icons/cog.svg +4 -0
  26. package/assets/icons/computer.svg +3 -0
  27. package/assets/icons/dashboard.svg +6 -0
  28. package/assets/icons/delete.svg +3 -0
  29. package/assets/icons/download.svg +3 -0
  30. package/assets/icons/edit.svg +3 -0
  31. package/assets/icons/external.svg +3 -0
  32. package/assets/icons/facebook.svg +3 -0
  33. package/assets/icons/favorite.svg +3 -0
  34. package/assets/icons/filter.svg +3 -0
  35. package/assets/icons/group.svg +3 -0
  36. package/assets/icons/hide.svg +3 -0
  37. package/assets/icons/home.svg +3 -0
  38. package/assets/icons/info.svg +3 -0
  39. package/assets/icons/instagram.svg +3 -0
  40. package/assets/icons/letter.svg +3 -0
  41. package/assets/icons/linkedin.svg +5 -0
  42. package/assets/icons/logout.svg +3 -0
  43. package/assets/icons/map.svg +3 -0
  44. package/assets/icons/minus.svg +3 -0
  45. package/assets/icons/navigation.svg +3 -0
  46. package/assets/icons/plus.svg +3 -0
  47. package/assets/icons/qr-scan.svg +3 -0
  48. package/assets/icons/question.svg +10 -0
  49. package/assets/icons/reader.svg +3 -0
  50. package/assets/icons/reset.svg +3 -0
  51. package/assets/icons/school.svg +3 -0
  52. package/assets/icons/search.svg +3 -0
  53. package/assets/icons/send.svg +3 -0
  54. package/assets/icons/settings.svg +3 -0
  55. package/assets/icons/share.svg +10 -0
  56. package/assets/icons/shopping-cart.svg +3 -0
  57. package/assets/icons/show.svg +3 -0
  58. package/assets/icons/snapchat.svg +3 -0
  59. package/assets/icons/sort.svg +3 -0
  60. package/assets/icons/speech-bubble.svg +3 -0
  61. package/assets/icons/star.svg +3 -0
  62. package/assets/icons/student.svg +3 -0
  63. package/assets/icons/upload.svg +3 -0
  64. package/assets/icons/user.svg +3 -0
  65. package/assets/icons/warn-circle.svg +3 -0
  66. package/assets/icons/warn-triangle.svg +3 -0
  67. package/assets/icons/whatsapp.svg +4 -0
  68. package/assets/icons/world.svg +10 -0
  69. package/assets/icons/x.svg +3 -0
  70. package/assets/icons/youtube.svg +3 -0
  71. package/assets/zukunftslinie.svg +3 -0
  72. package/dist/cjs/Effect-BIlTHtLK.js +19172 -0
  73. package/dist/cjs/_commonjsHelpers-CFO10eej.js +7 -0
  74. package/dist/cjs/app-globals-V2Kpy_OQ.js +5 -0
  75. package/dist/cjs/aria-validation-controller-B7unOPxT.js +2929 -0
  76. package/dist/cjs/axe-BNqwbBGU.js +32834 -0
  77. package/dist/cjs/component-CRc6eHcV.js +138 -0
  78. package/dist/cjs/element-activation-controller-DC_6T0Rt.js +31 -0
  79. package/dist/cjs/icons-DbL3LSmP.js +659 -0
  80. package/dist/cjs/index-9ZJx0550.js +2752 -0
  81. package/dist/cjs/index-CVw4GUo6.js +92 -0
  82. package/dist/cjs/index.cjs.js +96 -0
  83. package/dist/cjs/lmvz-action.cjs.entry.js +22 -0
  84. package/dist/cjs/lmvz-button.cjs.entry.js +72 -0
  85. package/dist/cjs/lmvz-card.cjs.entry.js +33 -0
  86. package/dist/cjs/lmvz-chip.cjs.entry.js +18 -0
  87. package/dist/cjs/lmvz-components.cjs.js +25 -0
  88. package/dist/cjs/lmvz-header.cjs.entry.js +134 -0
  89. package/dist/cjs/lmvz-icon.cjs.entry.js +76 -0
  90. package/dist/cjs/lmvz-input.cjs.entry.js +176 -0
  91. package/dist/cjs/lmvz-menuitem.cjs.entry.js +32 -0
  92. package/dist/cjs/loader.cjs.js +13 -0
  93. package/dist/collection/api/ds.constants.js +73 -0
  94. package/dist/collection/api/index.js +1 -0
  95. package/dist/collection/assets/LMVZ_logo_175.svg +1 -0
  96. package/dist/collection/assets/card-placeholder.svg +4 -0
  97. package/dist/collection/assets/fonts/Router-Bold.woff +0 -0
  98. package/dist/collection/assets/fonts/Router-Book.woff +0 -0
  99. package/dist/collection/assets/fonts/Router-Medium.woff +0 -0
  100. package/dist/collection/assets/icons/Logo.svg +10 -0
  101. package/dist/collection/assets/icons/actions.svg +5 -0
  102. package/dist/collection/assets/icons/adduser.svg +3 -0
  103. package/dist/collection/assets/icons/alert.svg +3 -0
  104. package/dist/collection/assets/icons/apple.svg +3 -0
  105. package/dist/collection/assets/icons/arrow-down.svg +3 -0
  106. package/dist/collection/assets/icons/arrow-left.svg +3 -0
  107. package/dist/collection/assets/icons/arrow-right.svg +3 -0
  108. package/dist/collection/assets/icons/arrow-up.svg +3 -0
  109. package/dist/collection/assets/icons/book.svg +3 -0
  110. package/dist/collection/assets/icons/bookmark.svg +3 -0
  111. package/dist/collection/assets/icons/checkmark.svg +3 -0
  112. package/dist/collection/assets/icons/chevron-down.svg +3 -0
  113. package/dist/collection/assets/icons/chevron-left.svg +3 -0
  114. package/dist/collection/assets/icons/chevron-right.svg +3 -0
  115. package/dist/collection/assets/icons/chevron-up.svg +3 -0
  116. package/dist/collection/assets/icons/close-l.svg +3 -0
  117. package/dist/collection/assets/icons/close-sm.svg +3 -0
  118. package/dist/collection/assets/icons/cog.svg +4 -0
  119. package/dist/collection/assets/icons/computer.svg +3 -0
  120. package/dist/collection/assets/icons/dashboard.svg +6 -0
  121. package/dist/collection/assets/icons/delete.svg +3 -0
  122. package/dist/collection/assets/icons/download.svg +3 -0
  123. package/dist/collection/assets/icons/edit.svg +3 -0
  124. package/dist/collection/assets/icons/external.svg +3 -0
  125. package/dist/collection/assets/icons/facebook.svg +3 -0
  126. package/dist/collection/assets/icons/favorite.svg +3 -0
  127. package/dist/collection/assets/icons/filter.svg +3 -0
  128. package/dist/collection/assets/icons/group.svg +3 -0
  129. package/dist/collection/assets/icons/hide.svg +3 -0
  130. package/dist/collection/assets/icons/home.svg +3 -0
  131. package/dist/collection/assets/icons/info.svg +3 -0
  132. package/dist/collection/assets/icons/instagram.svg +3 -0
  133. package/dist/collection/assets/icons/letter.svg +3 -0
  134. package/dist/collection/assets/icons/linkedin.svg +5 -0
  135. package/dist/collection/assets/icons/logout.svg +3 -0
  136. package/dist/collection/assets/icons/map.svg +3 -0
  137. package/dist/collection/assets/icons/minus.svg +3 -0
  138. package/dist/collection/assets/icons/navigation.svg +3 -0
  139. package/dist/collection/assets/icons/plus.svg +3 -0
  140. package/dist/collection/assets/icons/qr-scan.svg +3 -0
  141. package/dist/collection/assets/icons/question.svg +10 -0
  142. package/dist/collection/assets/icons/reader.svg +3 -0
  143. package/dist/collection/assets/icons/reset.svg +3 -0
  144. package/dist/collection/assets/icons/school.svg +3 -0
  145. package/dist/collection/assets/icons/search.svg +3 -0
  146. package/dist/collection/assets/icons/send.svg +3 -0
  147. package/dist/collection/assets/icons/settings.svg +3 -0
  148. package/dist/collection/assets/icons/share.svg +10 -0
  149. package/dist/collection/assets/icons/shopping-cart.svg +3 -0
  150. package/dist/collection/assets/icons/show.svg +3 -0
  151. package/dist/collection/assets/icons/snapchat.svg +3 -0
  152. package/dist/collection/assets/icons/sort.svg +3 -0
  153. package/dist/collection/assets/icons/speech-bubble.svg +3 -0
  154. package/dist/collection/assets/icons/star.svg +3 -0
  155. package/dist/collection/assets/icons/student.svg +3 -0
  156. package/dist/collection/assets/icons/upload.svg +3 -0
  157. package/dist/collection/assets/icons/user.svg +3 -0
  158. package/dist/collection/assets/icons/warn-circle.svg +3 -0
  159. package/dist/collection/assets/icons/warn-triangle.svg +3 -0
  160. package/dist/collection/assets/icons/whatsapp.svg +4 -0
  161. package/dist/collection/assets/icons/world.svg +10 -0
  162. package/dist/collection/assets/icons/x.svg +3 -0
  163. package/dist/collection/assets/icons/youtube.svg +3 -0
  164. package/dist/collection/assets/zukunftslinie.svg +3 -0
  165. package/dist/collection/collection-manifest.json +21 -0
  166. package/dist/collection/components/lmvz-action/lmvz-action.css +3 -0
  167. package/dist/collection/components/lmvz-action/lmvz-action.js +45 -0
  168. package/dist/collection/components/lmvz-button/lmvz-button.css +199 -0
  169. package/dist/collection/components/lmvz-button/lmvz-button.js +245 -0
  170. package/dist/collection/components/lmvz-card/lmvz-card.css +283 -0
  171. package/dist/collection/components/lmvz-card/lmvz-card.js +137 -0
  172. package/dist/collection/components/lmvz-chip/lmvz-chip.css +3 -0
  173. package/dist/collection/components/lmvz-chip/lmvz-chip.js +42 -0
  174. package/dist/collection/components/lmvz-header/lmvz-header.css +49 -0
  175. package/dist/collection/components/lmvz-header/lmvz-header.js +138 -0
  176. package/dist/collection/components/lmvz-icon/icons.js +36 -0
  177. package/dist/collection/components/lmvz-icon/lmvz-icon.css +82 -0
  178. package/dist/collection/components/lmvz-icon/lmvz-icon.js +191 -0
  179. package/dist/collection/components/lmvz-icon/public.js +1 -0
  180. package/dist/collection/components/lmvz-icon/test/icons.unit.js +89 -0
  181. package/dist/collection/components/lmvz-input/lmvz-input.css +201 -0
  182. package/dist/collection/components/lmvz-input/lmvz-input.js +847 -0
  183. package/dist/collection/components/lmvz-menuitem/lmvz-menuitem.css +89 -0
  184. package/dist/collection/components/lmvz-menuitem/lmvz-menuitem.js +97 -0
  185. package/dist/collection/index.js +3 -0
  186. package/dist/collection/integration/header-integration.js +28 -0
  187. package/dist/collection/styles/buttons.css +1 -0
  188. package/dist/collection/styles/router-font.css +1 -0
  189. package/dist/collection/styles/tokens.css +1 -0
  190. package/dist/collection/styles/typography.css +1 -0
  191. package/dist/collection/themes/all.css +1 -0
  192. package/dist/collection/themes/dark.css +1 -0
  193. package/dist/collection/themes/light.css +1 -0
  194. package/dist/collection/utils/component.js +268 -0
  195. package/dist/collection/utils/effect.js +6 -0
  196. package/dist/collection/utils/element-activation-controller.js +27 -0
  197. package/dist/collection/utils/http.js +24 -0
  198. package/dist/collection/utils/http.test.js +46 -0
  199. package/dist/collection/utils/list-keyboard-controller.js +44 -0
  200. package/dist/collection/utils/public.js +1 -0
  201. package/dist/collection/utils/reactive-controller-host.js +39 -0
  202. package/dist/collection/utils/typing.js +1 -0
  203. package/dist/collection/utils/url.js +7 -0
  204. package/dist/collection/utils/validation/aria-validation-controller.js +124 -0
  205. package/dist/collection/utils/validation/svg.js +24 -0
  206. package/dist/components/index.d.ts +53 -0
  207. package/dist/components/index.js +1 -0
  208. package/dist/components/lmvz-action.d.ts +11 -0
  209. package/dist/components/lmvz-action.js +1 -0
  210. package/dist/components/lmvz-button.d.ts +11 -0
  211. package/dist/components/lmvz-button.js +1 -0
  212. package/dist/components/lmvz-card.d.ts +11 -0
  213. package/dist/components/lmvz-card.js +1 -0
  214. package/dist/components/lmvz-chip.d.ts +11 -0
  215. package/dist/components/lmvz-chip.js +1 -0
  216. package/dist/components/lmvz-header.d.ts +11 -0
  217. package/dist/components/lmvz-header.js +1 -0
  218. package/dist/components/lmvz-icon.d.ts +11 -0
  219. package/dist/components/lmvz-icon.js +1 -0
  220. package/dist/components/lmvz-input.d.ts +11 -0
  221. package/dist/components/lmvz-input.js +1 -0
  222. package/dist/components/lmvz-menuitem.d.ts +11 -0
  223. package/dist/components/lmvz-menuitem.js +1 -0
  224. package/dist/components/p-B3JVFwO1.js +1 -0
  225. package/dist/components/p-B85MJLTf.js +1 -0
  226. package/dist/components/p-BFwzIh71.js +1 -0
  227. package/dist/components/p-BaPwpeMs.js +1 -0
  228. package/dist/components/p-CN0JX9-m.js +1 -0
  229. package/dist/components/p-D1HbKFuh.js +12 -0
  230. package/dist/components/p-DDmjv-N_.js +1 -0
  231. package/dist/components/p-DMLRPGid.js +6 -0
  232. package/dist/esm/Effect-D9S7OTyY.js +18963 -0
  233. package/dist/esm/_commonjsHelpers-B85MJLTf.js +5 -0
  234. package/dist/esm/app-globals-DQuL1Twl.js +3 -0
  235. package/dist/esm/aria-validation-controller-C7nQzCCq.js +2926 -0
  236. package/dist/esm/axe-cRQ9Ux1I.js +32832 -0
  237. package/dist/esm/component-B3JVFwO1.js +132 -0
  238. package/dist/esm/element-activation-controller-CN0JX9-m.js +29 -0
  239. package/dist/esm/icons-B71gAZmE.js +655 -0
  240. package/dist/esm/index-Bt32KzDW.js +90 -0
  241. package/dist/esm/index-smGPjoDX.js +2741 -0
  242. package/dist/esm/index.js +85 -0
  243. package/dist/esm/lmvz-action.entry.js +20 -0
  244. package/dist/esm/lmvz-button.entry.js +70 -0
  245. package/dist/esm/lmvz-card.entry.js +31 -0
  246. package/dist/esm/lmvz-chip.entry.js +16 -0
  247. package/dist/esm/lmvz-components.js +21 -0
  248. package/dist/esm/lmvz-header.entry.js +132 -0
  249. package/dist/esm/lmvz-icon.entry.js +74 -0
  250. package/dist/esm/lmvz-input.entry.js +174 -0
  251. package/dist/esm/lmvz-menuitem.entry.js +30 -0
  252. package/dist/esm/loader.js +11 -0
  253. package/dist/index.cjs.js +1 -0
  254. package/dist/index.js +1 -0
  255. package/dist/lmvz-components/assets/LMVZ_logo_175.svg +1 -0
  256. package/dist/lmvz-components/assets/card-placeholder.svg +4 -0
  257. package/dist/lmvz-components/assets/fonts/Router-Bold.woff +0 -0
  258. package/dist/lmvz-components/assets/fonts/Router-Book.woff +0 -0
  259. package/dist/lmvz-components/assets/fonts/Router-Medium.woff +0 -0
  260. package/dist/lmvz-components/assets/icons/Logo.svg +10 -0
  261. package/dist/lmvz-components/assets/icons/actions.svg +5 -0
  262. package/dist/lmvz-components/assets/icons/adduser.svg +3 -0
  263. package/dist/lmvz-components/assets/icons/alert.svg +3 -0
  264. package/dist/lmvz-components/assets/icons/apple.svg +3 -0
  265. package/dist/lmvz-components/assets/icons/arrow-down.svg +3 -0
  266. package/dist/lmvz-components/assets/icons/arrow-left.svg +3 -0
  267. package/dist/lmvz-components/assets/icons/arrow-right.svg +3 -0
  268. package/dist/lmvz-components/assets/icons/arrow-up.svg +3 -0
  269. package/dist/lmvz-components/assets/icons/book.svg +3 -0
  270. package/dist/lmvz-components/assets/icons/bookmark.svg +3 -0
  271. package/dist/lmvz-components/assets/icons/checkmark.svg +3 -0
  272. package/dist/lmvz-components/assets/icons/chevron-down.svg +3 -0
  273. package/dist/lmvz-components/assets/icons/chevron-left.svg +3 -0
  274. package/dist/lmvz-components/assets/icons/chevron-right.svg +3 -0
  275. package/dist/lmvz-components/assets/icons/chevron-up.svg +3 -0
  276. package/dist/lmvz-components/assets/icons/close-l.svg +3 -0
  277. package/dist/lmvz-components/assets/icons/close-sm.svg +3 -0
  278. package/dist/lmvz-components/assets/icons/cog.svg +4 -0
  279. package/dist/lmvz-components/assets/icons/computer.svg +3 -0
  280. package/dist/lmvz-components/assets/icons/dashboard.svg +6 -0
  281. package/dist/lmvz-components/assets/icons/delete.svg +3 -0
  282. package/dist/lmvz-components/assets/icons/download.svg +3 -0
  283. package/dist/lmvz-components/assets/icons/edit.svg +3 -0
  284. package/dist/lmvz-components/assets/icons/external.svg +3 -0
  285. package/dist/lmvz-components/assets/icons/facebook.svg +3 -0
  286. package/dist/lmvz-components/assets/icons/favorite.svg +3 -0
  287. package/dist/lmvz-components/assets/icons/filter.svg +3 -0
  288. package/dist/lmvz-components/assets/icons/group.svg +3 -0
  289. package/dist/lmvz-components/assets/icons/hide.svg +3 -0
  290. package/dist/lmvz-components/assets/icons/home.svg +3 -0
  291. package/dist/lmvz-components/assets/icons/info.svg +3 -0
  292. package/dist/lmvz-components/assets/icons/instagram.svg +3 -0
  293. package/dist/lmvz-components/assets/icons/letter.svg +3 -0
  294. package/dist/lmvz-components/assets/icons/linkedin.svg +5 -0
  295. package/dist/lmvz-components/assets/icons/logout.svg +3 -0
  296. package/dist/lmvz-components/assets/icons/map.svg +3 -0
  297. package/dist/lmvz-components/assets/icons/minus.svg +3 -0
  298. package/dist/lmvz-components/assets/icons/navigation.svg +3 -0
  299. package/dist/lmvz-components/assets/icons/plus.svg +3 -0
  300. package/dist/lmvz-components/assets/icons/qr-scan.svg +3 -0
  301. package/dist/lmvz-components/assets/icons/question.svg +10 -0
  302. package/dist/lmvz-components/assets/icons/reader.svg +3 -0
  303. package/dist/lmvz-components/assets/icons/reset.svg +3 -0
  304. package/dist/lmvz-components/assets/icons/school.svg +3 -0
  305. package/dist/lmvz-components/assets/icons/search.svg +3 -0
  306. package/dist/lmvz-components/assets/icons/send.svg +3 -0
  307. package/dist/lmvz-components/assets/icons/settings.svg +3 -0
  308. package/dist/lmvz-components/assets/icons/share.svg +10 -0
  309. package/dist/lmvz-components/assets/icons/shopping-cart.svg +3 -0
  310. package/dist/lmvz-components/assets/icons/show.svg +3 -0
  311. package/dist/lmvz-components/assets/icons/snapchat.svg +3 -0
  312. package/dist/lmvz-components/assets/icons/sort.svg +3 -0
  313. package/dist/lmvz-components/assets/icons/speech-bubble.svg +3 -0
  314. package/dist/lmvz-components/assets/icons/star.svg +3 -0
  315. package/dist/lmvz-components/assets/icons/student.svg +3 -0
  316. package/dist/lmvz-components/assets/icons/upload.svg +3 -0
  317. package/dist/lmvz-components/assets/icons/user.svg +3 -0
  318. package/dist/lmvz-components/assets/icons/warn-circle.svg +3 -0
  319. package/dist/lmvz-components/assets/icons/warn-triangle.svg +3 -0
  320. package/dist/lmvz-components/assets/icons/whatsapp.svg +4 -0
  321. package/dist/lmvz-components/assets/icons/world.svg +10 -0
  322. package/dist/lmvz-components/assets/icons/x.svg +3 -0
  323. package/dist/lmvz-components/assets/icons/youtube.svg +3 -0
  324. package/dist/lmvz-components/assets/zukunftslinie.svg +3 -0
  325. package/dist/lmvz-components/index.esm.js +1 -0
  326. package/dist/lmvz-components/lmvz-components.esm.js +1 -0
  327. package/dist/lmvz-components/p-87b01940.entry.js +1 -0
  328. package/dist/lmvz-components/p-9faac8f3.entry.js +1 -0
  329. package/dist/lmvz-components/p-B3JVFwO1.js +1 -0
  330. package/dist/lmvz-components/p-B85MJLTf.js +1 -0
  331. package/dist/lmvz-components/p-CN0JX9-m.js +1 -0
  332. package/dist/lmvz-components/p-D1HbKFuh.js +12 -0
  333. package/dist/lmvz-components/p-D9S7OTyY.js +1 -0
  334. package/dist/lmvz-components/p-DMLRPGid.js +6 -0
  335. package/dist/lmvz-components/p-DQuL1Twl.js +1 -0
  336. package/dist/lmvz-components/p-DlIX18fw.js +1 -0
  337. package/dist/lmvz-components/p-DlrjrWsu.js +1 -0
  338. package/dist/lmvz-components/p-a4615e4b.entry.js +1 -0
  339. package/dist/lmvz-components/p-a8c88454.entry.js +1 -0
  340. package/dist/lmvz-components/p-d4b68381.entry.js +1 -0
  341. package/dist/lmvz-components/p-e63e239a.entry.js +1 -0
  342. package/dist/lmvz-components/p-f956a5e7.entry.js +1 -0
  343. package/dist/lmvz-components/p-fefd2fe4.entry.js +1 -0
  344. package/dist/lmvz-components/p-smGPjoDX.js +2 -0
  345. package/dist/lmvz-components/styles/buttons.css +1 -0
  346. package/dist/lmvz-components/styles/router-font.css +1 -0
  347. package/dist/lmvz-components/styles/tokens.css +1 -0
  348. package/dist/lmvz-components/styles/typography.css +1 -0
  349. package/dist/lmvz-components/themes/all.css +1 -0
  350. package/dist/lmvz-components/themes/dark.css +1 -0
  351. package/dist/lmvz-components/themes/light.css +1 -0
  352. package/dist/manifest.d.ts +480 -0
  353. package/dist/manifest.json +5184 -0
  354. package/dist/types/api/aria-types.d.ts +9 -0
  355. package/dist/types/api/ds.constants.d.ts +8 -0
  356. package/dist/types/api/ds.types.d.ts +39 -0
  357. package/dist/types/api/index.d.ts +3 -0
  358. package/dist/types/components/lmvz-action/lmvz-action.d.ts +6 -0
  359. package/dist/types/components/lmvz-button/lmvz-button.d.ts +25 -0
  360. package/dist/types/components/lmvz-card/lmvz-card.d.ts +11 -0
  361. package/dist/types/components/lmvz-chip/lmvz-chip.d.ts +4 -0
  362. package/dist/types/components/lmvz-header/lmvz-header.d.ts +23 -0
  363. package/dist/types/components/lmvz-icon/icons.d.ts +8 -0
  364. package/dist/types/components/lmvz-icon/lmvz-icon.d.ts +20 -0
  365. package/dist/types/components/lmvz-icon/public.d.ts +1 -0
  366. package/dist/types/components/lmvz-icon/test/icons.unit.d.ts +1 -0
  367. package/dist/types/components/lmvz-input/lmvz-input.d.ts +63 -0
  368. package/dist/types/components/lmvz-menuitem/lmvz-menuitem.d.ts +12 -0
  369. package/dist/types/components.d.ts +773 -0
  370. package/dist/types/index.d.ts +5 -0
  371. package/dist/types/stencil-public-runtime.d.ts +1860 -0
  372. package/dist/types/utils/component.d.ts +36 -0
  373. package/dist/types/utils/effect.d.ts +3 -0
  374. package/dist/types/utils/element-activation-controller.d.ts +19 -0
  375. package/dist/types/utils/http.d.ts +24 -0
  376. package/dist/types/utils/http.test.d.ts +1 -0
  377. package/dist/types/utils/list-keyboard-controller.d.ts +13 -0
  378. package/dist/types/utils/public.d.ts +1 -0
  379. package/dist/types/utils/reactive-controller-host.d.ts +26 -0
  380. package/dist/types/utils/typing.d.ts +3 -0
  381. package/dist/types/utils/url.d.ts +8 -0
  382. package/dist/types/utils/validation/aria-validation-controller.d.ts +31 -0
  383. package/dist/types/utils/validation/svg.d.ts +11 -0
  384. package/hydrate/index.d.ts +287 -0
  385. package/hydrate/index.js +78213 -0
  386. package/hydrate/index.mjs +78203 -0
  387. package/hydrate/package.json +12 -0
  388. package/loader/cdn.js +1 -0
  389. package/loader/index.cjs.js +1 -0
  390. package/loader/index.d.ts +24 -0
  391. package/loader/index.es2017.js +1 -0
  392. package/loader/index.js +2 -0
  393. package/package.json +216 -0
  394. package/readme.md +193 -0
@@ -0,0 +1,176 @@
1
+ 'use strict';
2
+
3
+ var index = require('./index-9ZJx0550.js');
4
+ var index$1 = require('./index-CVw4GUo6.js');
5
+ var component = require('./component-CRc6eHcV.js');
6
+ var ariaValidationController = require('./aria-validation-controller-B7unOPxT.js');
7
+ require('./_commonjsHelpers-CFO10eej.js');
8
+ require('./Effect-BIlTHtLK.js');
9
+
10
+ const lmvzInputCss = () => `@layer lmvz-ds.reset, lmvz-ds.theme, lmvz-ds.components, lmvz-ds.overrides; @layer lmvz-ds.theme { @font-face { font-family: Router; src: local('Router-Book'), url('/assets/fonts/Router-Book.woff') format('woff'), local('Router'); font-weight: 400 normal; } @font-face { font-family: Router; src: local('Router-Medium'), url('/assets/fonts/Router-Medium.woff') format('woff'), local('Router'); font-weight: 500; } @font-face { font-family: Router; src: local('Router-Bold'), url('/assets/fonts/Router-Bold.woff') format('woff'), local('Router'); font-weight: 700 bold; } } .sc-lmvz-input-h { display: block; font-family: var(--lmvz-global-font-family-default, Router); --input-radius: var(--lmvz-component-input-radius-default, 999px); --input-bg: var(--lmvz-semantic-color-surface-input-primary, #ffffff); --input-border-color: var(--lmvz-semantic-color-border-default, #e0e0e0); --input-border-color-hover: var(--lmvz-semantic-color-border-hover, #c7c7c7); --input-border-color-focus: var(--lmvz-semantic-color-status-on-selected, #0e7ab4); --input-border-width: var(--lmvz-semantic-border-width-default, 1px); --input-height: 48px; --input-padding-x: 16px; --label-color: var(--lmvz-semantic-color-on-surface-input-secondary, #7a7a7a); --input-text-color: var(--lmvz-semantic-color-on-surface-input-primary, #000000); --helper-text-color: var(--lmvz-semantic-color-on-surface-input-secondary, #7a7a7a); --error-text-color: var(--lmvz-semantic-color-status-on-danger, #e52a31); --label-floating-scale: 0.85; --label-minimized-top: -6px; --label-minimized-bg: var(--input-bg); --label-minimized-padding-x: 4px; --input-disabled-opacity: var(--lmvz-component-input-disabled-opacity, 40%); } .input-container.sc-lmvz-input { display: flex; flex-direction: column; position: relative; width: 100%; } .input-wrapper.sc-lmvz-input { background-color: var(--input-bg); border: var(--input-border-width) solid var(--input-border-color); border-radius: var(--input-radius); display: flex; align-items: center; height: var(--input-height); padding: 0 var(--input-padding-x); position: relative; transition: border-color 0.2s ease; gap: 8px; } [disabled].sc-lmvz-input-h .input-wrapper.sc-lmvz-input { opacity: var(--input-disabled-opacity); cursor: not-allowed; pointer-events: none; } .input-container.sc-lmvz-input:focus-within .input-wrapper.sc-lmvz-input { border-color: var(--input-border-color-focus); outline: 2px solid var(--input-border-color-focus); outline-offset: 2px; } .input-container.sc-lmvz-input:has(input:focus-visible) .input-wrapper.sc-lmvz-input { box-shadow: 0 0 0 3px rgb(0 86 214 / 20%); } [error].sc-lmvz-input-h .input-wrapper.sc-lmvz-input { border-color: var(--error-text-color); } [error].sc-lmvz-input-h:focus-within .input-wrapper.sc-lmvz-input { border-color: var(--error-text-color); outline-color: var(--error-text-color); } .sc-lmvz-input-h:not([disabled]) .input-wrapper.sc-lmvz-input:hover { border-color: var(--input-border-color-hover); } .label-input-group.sc-lmvz-input { position: relative; flex-grow: 1; display: flex; align-items: center; height: 100%; } label.sc-lmvz-input { position: absolute; left: 0; top: 50%; transform: translateY(-50%); color: var(--label-color); font-size: 14px; font-family: Router, sans-serif; font-weight: 400; pointer-events: none; transition: all 0.2s ease-out; background-color: transparent; padding: 0; margin: 0; line-height: normal; white-space: nowrap; } label.floating.sc-lmvz-input { top: 0; transform: translateY(-50%) scale(0.85); transform-origin: left top; background-color: var(--label-minimized-bg); padding: 0 var(--label-minimized-padding-x); left: -2px; color: var(--input-text-color); font-weight: 500; } .required-indicator.sc-lmvz-input { color: var(--error-text-color); margin-left: 2px; } input.sc-lmvz-input { border: none; background: transparent; width: 100%; height: 100%; color: var(--input-text-color); font-family: inherit; font-size: 14px; outline: none; padding: 0; margin: 0; font-weight: 400; } input.sc-lmvz-input::placeholder { color: var(--label-color); } .helper-text.sc-lmvz-input { padding-top: 8px; padding-left: 12px; font-size: 12px; color: var(--helper-text-color); font-family: Router, sans-serif; font-weight: 500; } .error-message.sc-lmvz-input { padding-top: 8px; padding-left: 12px; font-size: 12px; color: var(--error-text-color); font-family: Router, sans-serif; font-weight: 500; } .sc-lmvz-input-s > lmvz-button { --lmvz-button-padding: 4px; }`;
11
+
12
+ let inputIdCounter = 0;
13
+ const LmvzInput = class extends ariaValidationController.ReactiveControllerHost {
14
+ get el() { return index.getElement(this); }
15
+ lmvzInput;
16
+ internals;
17
+ nativeInputElement;
18
+ inputId = `lmvz-input-${inputIdCounter++}`;
19
+ initialValue = '';
20
+ nativeError = false;
21
+ errorFromProp = false;
22
+ get helperId() {
23
+ return this.helperText ? `${this.inputId}-helper` : undefined;
24
+ }
25
+ get showErrorMessage() {
26
+ return this.error && Boolean(this.errorMessage);
27
+ }
28
+ get errorId() {
29
+ return `${this.inputId}-error`;
30
+ }
31
+ get describedBy() {
32
+ const ids = [];
33
+ if (this.helperId)
34
+ ids.push(this.helperId);
35
+ if (this.showErrorMessage)
36
+ ids.push(this.errorId);
37
+ return ids.length > 0 ? ids.join(' ') : undefined;
38
+ }
39
+ value;
40
+ label;
41
+ helperText;
42
+ placeholder;
43
+ disabled = false;
44
+ readonly = false;
45
+ required = false;
46
+ name;
47
+ type = 'text';
48
+ errorMessage;
49
+ autocomplete;
50
+ inputmode;
51
+ autocorrect;
52
+ autocapitalize;
53
+ spellcheck;
54
+ autofocus = false;
55
+ minlength;
56
+ maxlength;
57
+ pattern;
58
+ min;
59
+ max;
60
+ step;
61
+ form;
62
+ get error() {
63
+ return this.errorFromProp || this.nativeError;
64
+ }
65
+ set error(value) {
66
+ this.errorFromProp = value;
67
+ }
68
+ async setValue(newValue) {
69
+ const input = this.nativeInputElement;
70
+ this.value = input.value = newValue ?? '';
71
+ this.internals.setFormValue?.(newValue);
72
+ this.lmvzInput.emit(newValue);
73
+ }
74
+ async focusInput() {
75
+ this.nativeInputElement?.focus();
76
+ }
77
+ async blurInput() {
78
+ this.nativeInputElement?.blur();
79
+ }
80
+ async select() {
81
+ this.nativeInputElement?.select();
82
+ }
83
+ async checkValidity() {
84
+ return this.nativeInputElement?.checkValidity?.() ?? false;
85
+ }
86
+ async reportValidity() {
87
+ return this.nativeInputElement?.reportValidity?.() ?? false;
88
+ }
89
+ async getInputElement() {
90
+ if (!this.nativeInputElement) {
91
+ await new Promise(resolve => component.componentOnReady(this.el, resolve));
92
+ }
93
+ return Promise.resolve(this.nativeInputElement);
94
+ }
95
+ constructor(hostRef) {
96
+ super();
97
+ index.registerInstance(this, hostRef);
98
+ this.lmvzInput = index.createEvent(this, "lmvzInput");
99
+ if (hostRef.$hostElement$["s-ei"]) {
100
+ this.internals = hostRef.$hostElement$["s-ei"];
101
+ }
102
+ else {
103
+ this.internals = hostRef.$hostElement$.attachInternals();
104
+ hostRef.$hostElement$["s-ei"] = this.internals;
105
+ }
106
+ this.addController(new ariaValidationController.AriaValidationController(this, {
107
+ reValidateOnPropChanges: true,
108
+ }));
109
+ }
110
+ componentWillLoad() {
111
+ this.initialValue = this.value;
112
+ }
113
+ formAssociatedCallback(form) {
114
+ if (!form)
115
+ return;
116
+ this.internals.setFormValue?.(this.value);
117
+ }
118
+ formResetCallback() {
119
+ this.internals.setValidity({});
120
+ this.setValue(this.initialValue);
121
+ }
122
+ formStateRestoreCallback(state) {
123
+ this.setValue(state);
124
+ }
125
+ handleValueChange(newValue) {
126
+ if (!this.nativeInputElement)
127
+ return;
128
+ const isInternalChange = this.nativeInputElement.value === newValue;
129
+ if (isInternalChange)
130
+ return;
131
+ this.setValue(newValue);
132
+ }
133
+ handleDisabledChange(disabled) {
134
+ if (disabled && this.nativeInputElement) {
135
+ this.nativeInputElement.blur();
136
+ }
137
+ }
138
+ handleInput = (event) => {
139
+ const input = event.target;
140
+ this.setValue(input.value);
141
+ };
142
+ handleChange = (event) => {
143
+ const input = event.target ?? this.nativeInputElement;
144
+ this.updateNativeError(input);
145
+ };
146
+ handleFocus = () => { };
147
+ handleBlur = (event) => {
148
+ const input = event.target;
149
+ input.reportValidity?.();
150
+ };
151
+ updateNativeError(fromEvent) {
152
+ const input = fromEvent ?? this.nativeInputElement;
153
+ if (!input)
154
+ return;
155
+ this.nativeError = !(input.checkValidity?.() ?? true);
156
+ }
157
+ render() {
158
+ const hasValue = Boolean(this.value);
159
+ const shouldFloatLabel = hasValue || Boolean(this.placeholder);
160
+ return (index.h("div", { key: '402189a211eec970a9f5b8fcc551c6c3508bec05', class: index$1.classNames('input-container', {
161
+ 'interaction-filled': hasValue,
162
+ }) }, index.h("div", { key: '1cbe6011f14774e1226406ef4fe301fd94338444', class: "input-wrapper" }, index.h("slot", { key: 'ea0f30124315c88e9721bb4457126bd6cf18110a', name: "before-input" }), index.h("div", { key: 'f630b5f3a33a961f94b5a782b0ce6b4d49d1958c', class: "label-input-group" }, index.h("label", { key: 'dbb3fe066ebf93f7fcbe6973a1e37685d7206888', htmlFor: this.inputId, class: index$1.classNames({ floating: shouldFloatLabel }) }, this.label, this.required && (index.h("span", { key: '7c1a2458b66becb45c730bfe3ff0c570293f702f', class: "required-indicator", "aria-hidden": "true" }, ' ', "*"))), index.h("input", { key: '14b14457e200d20faf9053848662743dfe1cf417', id: this.inputId, ref: el => (this.nativeInputElement = el), type: this.type, min: this.min, max: this.max, step: this.step, value: this.value, name: this.name, placeholder: this.placeholder, disabled: this.disabled, readOnly: this.readonly, required: this.required, form: this.form, autocomplete: this.autocomplete, inputmode: this.inputmode, autocorrect: this.autocorrect, autocapitalize: this.autocapitalize, spellcheck: this.spellcheck, autofocus: this.autofocus, minlength: this.minlength, maxlength: this.maxlength, pattern: this.pattern, "aria-invalid": this.error ? 'true' : 'false', "aria-required": this.required ? 'true' : 'false', "aria-describedby": this.describedBy, "aria-errormessage": this.errorId, onInput: this.handleInput, onChange: this.handleChange, onFocus: this.handleFocus, onBlur: this.handleBlur })), index.h("slot", { key: '4b530738ff7404eb1bcecc10a0388570e2243cf3', name: "after-input" })), this.helperText && (index.h("div", { key: 'f1a287047e9b4d58aa90af157d50b3d564555e9b', id: this.helperId, class: "helper-text" }, this.helperText)), this.showErrorMessage && (index.h("div", { key: '2a25c4a88a63363cdd814f1d4fead5e8a238621b', id: this.errorId, class: "error-message", role: "alert" }, this.errorMessage))));
163
+ }
164
+ static get formAssociated() { return true; }
165
+ static get watchers() { return {
166
+ "value": [{
167
+ "handleValueChange": 0
168
+ }],
169
+ "disabled": [{
170
+ "handleDisabledChange": 0
171
+ }]
172
+ }; }
173
+ };
174
+ LmvzInput.style = lmvzInputCss();
175
+
176
+ exports.lmvz_input = LmvzInput;
@@ -0,0 +1,32 @@
1
+ 'use strict';
2
+
3
+ var index = require('./index-9ZJx0550.js');
4
+ var elementActivationController = require('./element-activation-controller-DC_6T0Rt.js');
5
+ var ariaValidationController = require('./aria-validation-controller-B7unOPxT.js');
6
+ require('./Effect-BIlTHtLK.js');
7
+
8
+ const lmvzMenuitemCss = () => `@layer lmvz-ds.reset, lmvz-ds.theme, lmvz-ds.components, lmvz-ds.overrides; @layer lmvz-ds.theme { @font-face { font-family: Router; src: local('Router-Book'), url('/assets/fonts/Router-Book.woff') format('woff'), local('Router'); font-weight: 400 normal; } @font-face { font-family: Router; src: local('Router-Medium'), url('/assets/fonts/Router-Medium.woff') format('woff'), local('Router'); font-weight: 500; } @font-face { font-family: Router; src: local('Router-Bold'), url('/assets/fonts/Router-Bold.woff') format('woff'), local('Router'); font-weight: 700 bold; } } .sc-lmvz-menuitem-h { display: inline-flex; flex-direction: row; align-items: center; justify-content: center; gap: var(--lmvz-component-input-md-gap-x, clamp(0.25rem, 0.16rem + 0.39vw, 0.63rem)); border-radius: var(--lmvz-semantic-border-radius-lg, 14px); font: var(--lmvz-typography-body-md, 400 clamp(0.88rem, 0.84rem + 0.13vw, 1rem) / 1.4 Router); padding: var(--lmvz-component-input-md-padding-y, clamp(0.75rem, 0.69rem + 0.26vw, 1rem)) var(--lmvz-component-input-md-padding-x, clamp(0.75rem, 0.69rem + 0.26vw, 1rem)); cursor: pointer; --lmvz-menuitem-color: var(--lmvz-semantic-color-int-on-tertiary, #545454); --lmvz-menuitem-background: var(--lmvz-semantic-color-int-tertiary, #ffffff); background: var(--lmvz-menuitem-background); color: var(--lmvz-menuitem-color); } .sc-lmvz-menuitem-h:hover { --lmvz-menuitem-background: var(--lmvz-semantic-color-int-tertiary-hover, #f0f0f0); } .sc-lmvz-menuitem-h:active { --lmvz-menuitem-background: var(--lmvz-semantic-color-int-tertiary-active, #e0e0e0); } .sc-lmvz-menuitem-h:focus-visible { z-index: 1; } [aria-expanded='true'].sc-lmvz-menuitem-h { --lmvz-menuitem-background: var(--lmvz-semantic-color-status-selected, #f1f9fe); --lmvz-menuitem-color: var(--lmvz-semantic-color-status-on-selected, #0e7ab4); }`;
9
+
10
+ const LmvzMenuItem = class extends ariaValidationController.ReactiveControllerHost {
11
+ get el() { return index.getElement(this); }
12
+ get role() {
13
+ return 'menuitem';
14
+ }
15
+ get ti() {
16
+ return 0;
17
+ }
18
+ lmvzActivation;
19
+ constructor(hostRef) {
20
+ super();
21
+ index.registerInstance(this, hostRef);
22
+ this.lmvzActivation = index.createEvent(this, "lmvzActivation");
23
+ this.addController(new ariaValidationController.AriaValidationController(this));
24
+ this.addController(new elementActivationController.ElementActivationController(this));
25
+ }
26
+ render() {
27
+ return (index.h(index.Host, { key: '44399be11122af25d05e5b3b5f05dd90a89fddc4' }, index.h("slot", { key: '2809f9e89a0c38af4d3f1f17ad78397487370134' })));
28
+ }
29
+ };
30
+ LmvzMenuItem.style = lmvzMenuitemCss();
31
+
32
+ exports.lmvz_menuitem = LmvzMenuItem;
@@ -0,0 +1,13 @@
1
+ 'use strict';
2
+
3
+ var index = require('./index-9ZJx0550.js');
4
+ var appGlobals = require('./app-globals-V2Kpy_OQ.js');
5
+
6
+ const defineCustomElements = async (win, options) => {
7
+ if (typeof window === 'undefined') return undefined;
8
+ await appGlobals.globalScripts();
9
+ return index.bootstrapLazy([["lmvz-header.cjs",[[769,"lmvz-header",{"role":[2561],"lmvzActiveNav":[1,"lmvz-active-nav"]},null,{"lmvzActiveNav":[{"handleActiveNavChange":0}]}]]],["lmvz-action.cjs",[[257,"lmvz-action"]]],["lmvz-button.cjs",[[785,"lmvz-button",{"ti":[2562,"tabindex"],"scale":[513],"variant":[513],"disabled":[516],"type":[1],"form":[1]}]]],["lmvz-card.cjs",[[774,"lmvz-card",{"cardTitle":[1,"card-title"],"imageUrl":[1,"image-url"],"description":[1],"primaryActionLabel":[1,"primary-action-label"]}]]],["lmvz-chip.cjs",[[513,"lmvz-chip",{"text":[1]}]]],["lmvz-input.cjs",[[838,"lmvz-input",{"value":[1025],"label":[1],"helperText":[1,"helper-text"],"placeholder":[1],"disabled":[516],"readonly":[516],"required":[516],"name":[1],"type":[1],"errorMessage":[1,"error-message"],"autocomplete":[1],"inputmode":[1],"autocorrect":[1],"autocapitalize":[1],"spellcheck":[4],"autofocus":[4],"minlength":[2],"maxlength":[2],"pattern":[1],"min":[8],"max":[8],"step":[8],"form":[1],"error":[6660],"nativeError":[32],"setValue":[64],"focusInput":[64],"blurInput":[64],"select":[64],"checkValidity":[64],"reportValidity":[64],"getInputElement":[64]},null,{"value":[{"handleValueChange":0}],"disabled":[{"handleDisabledChange":0}]}]]],["lmvz-menuitem.cjs",[[774,"lmvz-menuitem",{"role":[2561],"ti":[2562,"tabindex"]}]]],["lmvz-icon.cjs",[[514,"lmvz-icon",{"icon":[513],"weight":[513],"size":[513],"ariaLabel":[513,"aria-label"],"iconData":[32],"visible":[32]},null,{"icon":[{"loadIconPathData":0}]}]]]], options);
10
+ };
11
+
12
+ exports.setNonce = index.setNonce;
13
+ exports.defineCustomElements = defineCustomElements;
@@ -0,0 +1,73 @@
1
+ export const variants = ['primary', 'secondary', 'tertiary'];
2
+ export const scaleValues = ['small', 'default', 'large'];
3
+ export const sizes = ['xs', 'sm', 'md', 'lg'];
4
+ export const textSizes = [...sizes, 'xl'];
5
+ export const inputTypes = ['text', 'email', 'password', 'tel', 'url', 'search', 'number'];
6
+ export const iconSizes = [...sizes, 'inherit'];
7
+ export const iconWeights = ['thin', 'medium', 'bold', 'filled'];
8
+ export const iconNames = [
9
+ 'Logo',
10
+ 'actions',
11
+ 'adduser',
12
+ 'alert',
13
+ 'apple',
14
+ 'arrow-down',
15
+ 'arrow-left',
16
+ 'arrow-right',
17
+ 'arrow-up',
18
+ 'book',
19
+ 'bookmark',
20
+ 'checkmark',
21
+ 'chevron-down',
22
+ 'chevron-left',
23
+ 'chevron-right',
24
+ 'chevron-up',
25
+ 'close-l',
26
+ 'close-sm',
27
+ 'cog',
28
+ 'computer',
29
+ 'dashboard',
30
+ 'delete',
31
+ 'download',
32
+ 'edit',
33
+ 'external',
34
+ 'facebook',
35
+ 'favorite',
36
+ 'filter',
37
+ 'group',
38
+ 'hide',
39
+ 'home',
40
+ 'info',
41
+ 'instagram',
42
+ 'letter',
43
+ 'linkedin',
44
+ 'logout',
45
+ 'map',
46
+ 'minus',
47
+ 'navigation',
48
+ 'plus',
49
+ 'qr-scan',
50
+ 'question',
51
+ 'reader',
52
+ 'reset',
53
+ 'school',
54
+ 'search',
55
+ 'send',
56
+ 'settings',
57
+ 'share',
58
+ 'shopping-cart',
59
+ 'show',
60
+ 'snapchat',
61
+ 'sort',
62
+ 'speech-bubble',
63
+ 'star',
64
+ 'student',
65
+ 'upload',
66
+ 'user',
67
+ 'warn-circle',
68
+ 'warn-triangle',
69
+ 'whatsapp',
70
+ 'world',
71
+ 'x',
72
+ 'youtube',
73
+ ];
@@ -0,0 +1 @@
1
+ export * from './ds.constants';
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 700 275.09"><defs><style>.d{fill:none;}.e{fill:url(#c);}.f{clip-path:url(#b);}</style><clipPath id="b"><path class="d" d="M72.62,256.54H18.17c-1.82,0-5.99-.65-7.68-.65-4.42,0-7.94,3.52-7.94,7.81s3.52,7.82,7.94,7.82c1.69,0,5.86-.65,7.68-.65h54.46c1.82,0,5.33.65,7.02.65,4.42,0,7.82-3.51,7.82-7.82s-3.39-7.81-7.82-7.81c-1.69,0-5.2.65-7.02.65M116.26,178.57c-5.21,0-9.37,3.91-9.37,9.11s4.16,8.85,9.37,8.85c2.21,0,5.47-1.17,8.06-1.17h26.05c-2.22,2.46-4.43,5.21-6.39,7.94l-36.31,52.98c-2.09,3.12-2.21,4.95-2.21,6.37,0,5.08,3.64,8.85,9.5,8.85h51.04c4.94,0,9.49-3.64,9.49-9.37,0-5.21-3.91-8.85-9.24-8.85-2.46,0-5.47,1.17-8.46,1.17h-28.64c2.21-2.47,4.56-5.47,6.51-8.33l35.02-52.2c1.83-2.73,2.6-5.21,2.6-6.77,0-5.08-3.76-8.59-9.49-8.59h-47.52ZM160.65,126.84h-41.83c-1.82,0-5.99-.65-7.68-.65-4.43,0-7.94,3.51-7.94,7.81s3.51,7.81,7.94,7.81c1.69,0,5.86-.65,7.68-.65h41.83c1.82,0,5.34.65,7.03.65,4.43,0,7.81-3.51,7.81-7.81s-3.37-7.81-7.81-7.81c-1.69,0-5.21.65-7.03.65M65.55,133.31c-.91,2.87-.65,4.42-2.61,10.16l-15.36,45.29c-1.17,3.26-2.21,7.16-3.12,10.42-.91-3.25-2.22-7.42-3.38-10.8l-15.76-44.91c-1.95-5.48-1.82-7.43-2.73-10.3-1.44-4.68-5.47-7.28-9.64-7.28-5.98,0-10.41,4.82-10.41,10.41,0,1.17.4,2.99,1.05,4.56,1.3,2.74,2.86,5.72,3.64,7.68l22.65,59.88c.65,1.69,1.18,3.38,2.09,6.26,1.56,5.07,5.98,7.02,11.32,7.02h1.69c5.34,0,9.89-1.95,11.33-7.02.91-2.88,1.3-4.57,1.95-6.26l22.65-59.88c.78-1.96,2.21-5.21,3.51-7.94.65-1.56,1.04-3.13,1.04-4.3,0-5.73-4.04-10.41-10.15-10.41-4.29,0-8.33,2.74-9.76,7.42M493.07,10.66l-125.51,17.64c-7.6,1.07-12.26,7.26-11.25,14.48,1.02,7.24,6.8,11.59,14.76,10.47,3.97-.56,11.27-3.79,16.69-4.56l90.06-12.66c-7.09,7.27-16.93,18.6-24.59,29.64-11.78,17.01-20.86,37.42-27.02,59.95l-19.65,2.45c-2.88.41-9.59.3-12.26.68-6.99.98-11.75,7.3-10.8,14.08.96,6.77,7.28,11.53,14.27,10.55,2.66-.38,9.09-2.32,11.97-2.72l11.22-1.27c-4.74,27.61-5.43,57.55-1.48,88.06.92,6.51.78,16.11,1.39,20.45,1.27,9.04,8.24,13.96,16.2,12.84,8.31-1.17,13.64-7.82,12.37-16.86-.61-4.34-3.74-13.49-4.65-19.99-4.42-31.47-3.85-60.91,1.39-88.05l22.61-3.29c2.86-.41,8.56-.17,11.23-.54,6.99-.99,11.53-7.27,10.58-14.05-.95-6.78-7.05-11.57-14.04-10.59-2.67.38-8.08,2.19-10.94,2.59l-13.42,2c9.35-29.75,24.89-56.27,46.53-78.92,8.64-9.33,11.7-13.82,10.69-21.05-1.16-8.21-6.97-11.55-13.48-11.55-.94,0-1.9.07-2.85.2M297.82,12.52l-20.98,14.15c-5.06,3.11-7.07,3.83-8.86,3.48-3.23-.63-5.68-3.33-9.62-4.1-6.81-1.33-13.31,3.37-14.7,10.53-1.6,8.24,4.94,14.73,14.62,16.61,7.9,1.53,19.13-.75,30.69-8.55,3.36-1.95,8.21-4.31,10.84-6.4-1.9,5.95-3.79,13.77-5.47,22.37l-30.87,158.79c-.74,3.81-2.04,8.52-3.16,12.65l-15.76-3.11c-5.38-1.05-12.5-4.67-16.43-5.43-7.88-1.53-13.89,2.51-15.28,9.68-1.39,7.16,2.94,13.59,10.47,15.05l34.25,6.66,19.62,3.81,34.25,6.66c7.53,1.46,13.96-2.87,15.35-10.03,1.39-7.17-2.66-13.17-10.54-14.7-3.94-.76-11.89-.08-17.26-1.13l-13.34-2.59c.41-4.27.84-9.15,1.58-12.96l35.26-181.38c1.19-6.09,3.94-12.63,5.12-18.72,1.47-7.53-3.44-14.81-10.98-16.27-2.04-.4-3.74-.62-5.29-.62-4.16,0-7.32,1.57-13.51,5.52M568.26,17.12c-.76,3.94-2.09,10.76-4.35,16.64l-24,64.16c-2.33,6.24-4.19,8.11-5.24,13.49-1.25,6.45,2.29,13.09,10.18,14.62,6.09,1.19,10.17-.62,13.16-2.64,15.14-8.96,34.81-12.58,55.24-8.61,38,7.39,55.28,37.16,48.52,71.93-6.83,35.13-39.78,61.08-79.92,53.28-27.25-5.3-45.58-20.01-48.36-42.13-1.05-8.01-3.86-12.66-9.96-13.84-7.52-1.46-14.3,2.79-15.7,9.96-.98,5.02,1.22,12.89,5.49,21.53,10.64,21.78,30.65,39.43,64.34,45.98,51.97,10.1,98.21-19.22,108.1-70.12,8.78-45.17-15.86-86.79-67.47-96.82-18.29-3.56-39.98-1.07-56.04,6.96l25.61-72.4,76.34,14.84c8.25,1.61,11.7,4.88,17.44,6,6.8,1.33,14.24-2.44,15.56-9.26.14-.73.22-1.45.23-2.17v-.42c-.1-6.1-4.76-11.3-11.06-12.53l-102.51-19.93c-1.02-.2-2.01-.29-2.98-.29-6.17,0-11.13,4.01-12.63,11.76M163.78,3.92c-4.17,0-7.3,3.13-8.86,7.03l-1.43,3.52-18.35,39.82c-1.56,3.52-3.25,7.55-4.3,10.16-.91-2.61-2.61-6.78-4.04-10.02l-18.48-39.96-1.56-3.52c-1.56-3.9-4.43-7.03-8.98-7.03h-2.21c-5.6,0-9.63,4.56-9.63,10.28,0,2.22.65,6.78.65,9.25l.13,54.41c0,2.61-.65,7.16-.65,9.51,0,5.99,4.42,10.67,10.28,10.67s10.15-4.68,10.15-10.55c0-2.73-.39-7.03-.51-9.63l-.79-23.16c-.12-3.39-.65-12.49-.65-12.49l14.45,31.24c1.3,2.73,1.44,3.65,2.22,5.21,1.56,3.38,4.29,5.46,9.49,5.46s7.95-2.21,9.51-5.59c.78-1.56.91-2.35,2.21-5.08l14.45-31.5c-.26,4.17-.4,9.37-.52,12.76l-.78,23.16c-.13,2.61-.53,7.04-.53,9.63,0,5.86,4.3,10.55,10.16,10.55s10.28-4.68,10.28-10.55c0-2.6-.65-7.03-.65-9.63V23.45c0-2.47.65-7.03.65-9.25,0-5.72-4.04-10.28-9.63-10.28h-2.08ZM12.96,3.58C7.1,3.58,2.55,8.12,2.55,14.26c0,2.2.65,6.89.65,9.5v53.29c0,2.61-.65,7.29-.65,9.63,0,5.98,4.56,10.68,10.41,10.68h44.91c5.47,0,9.5-4.42,9.5-9.63s-3.9-9.37-9.37-9.37c-1.95,0-5.98,1.17-8.21,1.17h-27.07V23.76c0-2.61.65-7.16.65-9.5,0-6.14-4.56-10.68-10.42-10.68Z"/></clipPath><linearGradient id="c" x1="1.01" y1="161.14" x2="5.26" y2="161.14" gradientTransform="translate(-162.52 26487.78) scale(163.52 -163.52)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#452cff"/><stop offset=".11" stop-color="#4d2cf9"/><stop offset=".28" stop-color="#662cec"/><stop offset=".5" stop-color="#8d2cd5"/><stop offset=".76" stop-color="#c42cb6"/><stop offset="1" stop-color="#ff2c95"/></linearGradient></defs><g class="f"><rect class="e" x="2.55" y="3.58" width="694.9" height="268.29"/></g></svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="400" height="300" viewBox="0 0 400 300" preserveAspectRatio="xMidYMid slice">
2
+ <rect width="400" height="300" fill="#e0e0e0"/>
3
+ <text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" fill="#888888" font-family="Arial, Helvetica, sans-serif" font-size="24">Placeholder Image</text>
4
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg width="46" height="72" viewBox="0 0 46 72" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_272_405)">
3
+ <path d="M12.5 20.65C13.1 20.65 14.2 20.35 14.7 20.35C16.1 20.35 17.2 21.45 17.2 22.85C17.2 24.25 16.1 25.35 14.7 25.35H2.8C1.2 25.35 0 24.15 0 22.55C0 21.95 0.2 20.65 0.2 20.05V5.84999C0.2 5.14999 0 3.94999 0 3.34999C0 1.74999 1.2 0.549988 2.8 0.549988C4.3 0.549988 5.6 1.74999 5.6 3.34999C5.6 3.94999 5.4 5.14999 5.4 5.84999V20.55H12.5V20.65ZM22.1 22.75C22.1 22.15 22.3 20.95 22.3 20.25V5.84999C22.3 5.14999 22.1 3.94999 22.1 3.44999C22.1 1.94999 23.2 0.749988 24.6 0.749988H25.2C26.4 0.749988 27.2 1.54999 27.6 2.64999L28 3.44999L32.9 14.05C33.3 14.95 33.7 16.05 34 16.75C34.3 16.05 34.7 14.95 35.1 14.05L40 3.54999L40.3 2.54999C40.7 1.54999 41.5 0.649988 42.6 0.649988H43.2C44.7 0.649988 45.7 1.84999 45.7 3.34999C45.7 3.94999 45.5 5.14999 45.5 5.74999V20.15C45.5 20.85 45.7 22.05 45.7 22.65C45.7 24.25 44.5 25.45 43 25.45C41.4 25.45 40.3 24.25 40.3 22.65C40.3 21.95 40.4 20.75 40.4 20.15L40.6 14.05C40.6 13.15 40.7 11.75 40.7 10.65L37 19.05C36.7 19.75 36.6 19.95 36.4 20.35C36 21.25 35.3 21.85 33.9 21.85C32.5 21.85 31.8 21.25 31.4 20.45C31.2 20.05 31.2 19.75 30.8 19.05L27 10.75C27 10.75 27.1 13.15 27.2 14.05L27.4 20.15C27.4 20.85 27.5 21.95 27.5 22.65C27.5 24.25 26.4 25.45 24.8 25.45C23.3 25.55 22.1 24.25 22.1 22.75ZM28.7 32.95C29.1 32.95 30.2 33.15 30.7 33.15H41.8C42.3 33.15 43.2 32.95 43.7 32.95C44.9 32.95 45.8 33.85 45.8 35.05C45.8 36.15 44.9 37.15 43.7 37.15C43.3 37.15 42.3 36.95 41.8 36.95H30.8C30.3 36.95 29.2 37.15 28.8 37.15C27.6 37.15 26.7 36.25 26.7 35.05C26.6 33.95 27.5 32.95 28.7 32.95ZM2.1 67.25C2.5 67.25 3.6 67.45 4.1 67.45H18.5C19 67.45 19.9 67.25 20.4 67.25C21.6 67.25 22.5 68.15 22.5 69.35C22.5 70.45 21.6 71.45 20.4 71.45C20 71.45 19 71.25 18.5 71.25H4.1C3.6 71.25 2.5 71.45 2.1 71.45C0.9 71.45 0 70.55 0 69.35C0 68.25 0.9 67.25 2.1 67.25ZM21.9 35.65C21.9 35.95 21.8 36.35 21.6 36.75C21.3 37.45 20.9 38.35 20.7 38.85L14.7 54.65C14.5 55.05 14.4 55.55 14.2 56.35C13.8 57.65 12.6 58.25 11.2 58.25H10.8C9.4 58.25 8.2 57.75 7.8 56.35C7.6 55.55 7.4 55.15 7.2 54.65L1.2 38.85C1 38.35 0.6 37.55 0.2 36.85C0.1 36.45 0 35.95 0 35.65C0 34.15 1.2 32.85 2.8 32.85C3.9 32.85 5 33.55 5.3 34.75C5.5 35.55 5.5 36.15 6 37.55L10.2 49.45C10.5 50.35 10.9 51.45 11.1 52.35C11.3 51.45 11.6 50.45 11.9 49.55L16 37.55C16.5 36.05 16.4 35.65 16.7 34.85C17.1 33.65 18.1 32.85 19.3 32.85C20.9 32.85 21.9 34.15 21.9 35.65ZM29.7 71.45C28.2 71.45 27.2 70.45 27.2 69.15C27.2 68.75 27.2 68.25 27.8 67.45L37.4 53.45C37.9 52.75 38.5 52.05 39.1 51.35H32.2C31.5 51.35 30.7 51.65 30.1 51.65C28.7 51.65 27.6 50.75 27.6 49.35C27.6 47.95 28.7 46.95 30.1 46.95H42.7C44.2 46.95 45.2 47.85 45.2 49.25C45.2 49.65 45 50.35 44.5 51.05L35.2 64.85C34.7 65.65 34.1 66.45 33.5 67.05H41.1C41.9 67.05 42.7 66.75 43.3 66.75C44.7 66.75 45.7 67.75 45.7 69.05C45.7 70.55 44.5 71.55 43.2 71.55H29.7V71.45Z" fill="black"/>
4
+ </g>
5
+ <defs>
6
+ <clipPath id="clip0_272_405">
7
+ <rect width="46" height="72" fill="white"/>
8
+ </clipPath>
9
+ </defs>
10
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M14 5C14 6.10457 13.1046 7 12 7C10.8954 7 10 6.10457 10 5C10 3.89543 10.8954 3 12 3C13.1046 3 14 3.89543 14 5Z" stroke="black" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12Z" stroke="black" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M14 19C14 20.1046 13.1046 21 12 21C10.8954 21 10 20.1046 10 19C10 17.8954 10.8954 17 12 17C13.1046 17 14 17.8954 14 19Z" stroke="black" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
5
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M16.6667 15V20.3333M14 17.6667H19.3333M10.7156 12.0116C9.66293 10.1779 7.50914 9.28076 5.46605 9.82504C3.42295 10.3693 2.00089 12.219 2 14.3333V16.3333H4L4.66667 23H8.66667L8.95378 20.1262M16.6667 23C19.6122 23 22 20.6122 22 17.6667C22 14.7211 19.6122 12.3333 16.6667 12.3333C13.7211 12.3333 11.3333 14.7211 11.3333 17.6667C11.3333 20.6122 13.7211 23 16.6667 23ZM6.66667 8.33333C8.13943 8.33333 9.33333 7.13943 9.33333 5.66667C9.33333 4.19391 8.13943 3 6.66667 3C5.19391 3 4 4.19391 4 5.66667C4 7.13943 5.19391 8.33333 6.66667 8.33333Z" stroke="black" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10 21.5337C10.2609 22.4027 11.0763 22.9996 12.0025 22.9996C12.9287 22.9996 13.7441 22.4027 14.005 21.5337M12 3.19966V0.999573M12 3.19966C16.1421 3.19966 19.5 6.48302 19.5 10.5333C19.5 17.4229 21 18.6002 21 18.6002H3C3 18.6002 4.5 16.7267 4.5 10.5333C4.5 6.48302 7.85786 3.19966 12 3.19966Z" stroke="black" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15.8127 6.39603C15.3183 6.39603 14.8537 6.47437 14.4189 6.63104C13.9841 6.77901 13.592 6.93133 13.2425 7.08801C12.8929 7.24468 12.586 7.32302 12.3218 7.32302C12.049 7.32302 11.7421 7.24903 11.4011 7.10106C11.0686 6.95309 10.7105 6.80948 10.3269 6.67021C9.9433 6.52224 9.5341 6.44826 9.09933 6.44826C8.28093 6.44826 7.4881 6.67892 6.72086 7.14023C5.96213 7.59284 5.33981 8.26741 4.85389 9.16393C4.36796 10.0517 4.125 11.1528 4.125 12.4671C4.125 13.6944 4.32534 14.913 4.72601 16.1228C5.13521 17.324 5.6254 18.3424 6.19657 19.178C6.69102 19.883 7.17268 20.4879 7.64155 20.9927C8.11043 21.4976 8.65603 21.75 9.27835 21.75C9.68755 21.75 10.0413 21.6804 10.3397 21.5411C10.6466 21.4018 10.9663 21.2626 11.2988 21.1233C11.6398 20.984 12.0618 20.9144 12.5647 20.9144C13.0848 20.9144 13.4982 20.984 13.8051 21.1233C14.112 21.2539 14.4104 21.3888 14.7002 21.528C14.9901 21.6586 15.3609 21.7239 15.8127 21.7239C16.4862 21.7239 17.0617 21.4628 17.5391 20.9405C18.025 20.4183 18.4768 19.8482 18.8945 19.2302C19.3719 18.5164 19.7129 17.868 19.9175 17.2848C20.1307 16.7016 20.2415 16.3927 20.25 16.3578C20.2329 16.3491 20.088 16.2708 19.8152 16.1228C19.551 15.9749 19.2441 15.7442 18.8945 15.4309C18.5535 15.1088 18.2509 14.6867 17.9866 14.1644C17.7309 13.6422 17.603 13.0068 17.603 12.2582C17.603 11.6054 17.7053 11.044 17.9099 10.574C18.1145 10.0953 18.3532 9.70358 18.626 9.39894C18.8988 9.08559 19.146 8.85058 19.3677 8.69391C19.5893 8.52853 19.7129 8.43279 19.7385 8.40667C19.2952 7.75387 18.8008 7.2882 18.2552 7.00967C17.7181 6.72244 17.2236 6.54836 16.7718 6.48743C16.32 6.4265 16.0003 6.39603 15.8127 6.39603ZM15.1094 4.73791C15.4163 4.35493 15.6678 3.91973 15.8639 3.4323C16.06 2.93617 16.158 2.42698 16.158 1.90474C16.158 1.74807 16.1452 1.61315 16.1196 1.5C15.6252 1.51741 15.1052 1.66973 14.5596 1.95696C14.014 2.2442 13.5622 2.60542 13.2041 3.04062C12.9228 3.36267 12.6713 3.77176 12.4496 4.26789C12.228 4.75532 12.1172 5.26015 12.1172 5.7824C12.1172 5.86074 12.1214 5.93472 12.13 6.00435C12.1385 6.07398 12.147 6.12186 12.1555 6.14797C12.2408 6.16538 12.3303 6.17408 12.4241 6.17408C12.8759 6.17408 13.3533 6.03917 13.8563 5.76934C14.3592 5.49081 14.777 5.147 15.1094 4.73791Z" stroke="black" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12 4V20M12 20L18 14M12 20L6 14" stroke="black" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M20 12H4M4 12L10 18M4 12L10 6" stroke="black" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4 12H20M20 12L14 6M20 12L14 18" stroke="black" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12 20V4M12 4L6 10M12 4L18 10" stroke="black" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12 21V5.52181M12 21C12 21 9.816 18.5778 2.44446 18.4782C2.19547 18.471 1.99798 18.266 2.00002 18.0169V3.46137C1.99983 3.33846 2.04842 3.22049 2.13513 3.13337C2.22099 3.04662 2.33842 2.9985 2.46046 3.00004C9.81778 3.09781 12 5.52181 12 5.52181M12 21C12 21 14.184 18.5778 21.5555 18.4782C21.8045 18.471 22.002 18.266 22 18.0169V3.46137C22.0002 3.33846 21.9516 3.22049 21.8649 3.13337C21.779 3.04662 21.6616 2.9985 21.5395 3.00004C14.1822 3.09781 12 5.52181 12 5.52181M9.33334 11.2711C7.82068 10.7623 6.24965 10.4472 4.65779 10.3334M9.33334 15C7.82068 14.4912 6.24965 14.1761 4.65779 14.0622M14.6667 11.2711C16.1793 10.7623 17.7503 10.4472 19.3422 10.3334M14.6667 15C16.1793 14.4912 17.7503 14.1761 19.3422 14.0622" stroke="black" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15.75 4.83333C14.9676 4.83333 14.3333 5.4676 14.3333 6.25V21.975C14.3332 22.2323 14.1936 22.4694 13.9685 22.5942C13.7434 22.719 13.4684 22.7119 13.2501 22.5757L8.66667 19.7083L4.08328 22.5728C3.86537 22.7088 3.59094 22.7161 3.36608 22.592C3.14121 22.4679 3.00113 22.2318 3 21.975V6.25C3 3.90279 4.90279 2 7.25 2H15.75C18.0972 2 20 3.90279 20 6.25V9.79167C20 10.1829 19.6829 10.5 19.2917 10.5H14.3333" stroke="black" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3.75 12.5625L8.83079 17.625L20.4375 6.375" stroke="black" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M20.3334 8.66663L12.0001 17L3.66675 8.66663" stroke="black" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15.3333 20.3333L7 12L15.3333 3.66663" stroke="black" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8.66675 3.66663L17.0001 12L8.66675 20.3333" stroke="black" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3.66675 15.3333L12.0001 7L20.3334 15.3333" stroke="black" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M20.25 20.25L3.75075 3.75M20.25 3.7515L3.75 20.25L20.25 3.7515Z" stroke="black" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M6 6L12 12M12 12L18 18M12 12L6 18M12 12L18 6" stroke="black" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12 16.725C14.6095 16.725 16.725 14.6095 16.725 12C16.725 9.39045 14.6095 7.275 12 7.275C9.39045 7.275 7.275 9.39045 7.275 12C7.275 14.6095 9.39045 16.725 12 16.725Z" stroke="black" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M21.0808 10.3125C20.8536 10.3105 20.6331 10.2353 20.4521 10.098C20.271 9.96073 20.1392 9.76868 20.076 9.55043C19.9158 9.02245 19.7038 8.51158 19.4432 8.02526C19.3329 7.82605 19.2899 7.59654 19.3207 7.37092C19.3514 7.14529 19.4541 6.93562 19.6137 6.77314C19.809 6.57704 19.9187 6.3115 19.9187 6.03469C19.9187 5.75787 19.809 5.49234 19.6137 5.29624L18.7048 4.38566C18.5087 4.19028 18.2431 4.08058 17.9663 4.08058C17.6895 4.08058 17.424 4.19028 17.2279 4.38566C17.0654 4.54519 16.8557 4.64796 16.6301 4.67867C16.4045 4.70938 16.175 4.66639 15.9757 4.5561C15.4894 4.29548 14.9786 4.08351 14.4506 3.92329C14.2323 3.86037 14.0401 3.72867 13.9026 3.54777C13.7651 3.36687 13.6897 3.14643 13.6875 2.91922C13.687 2.64244 13.5768 2.37715 13.3811 2.18144C13.1853 1.98572 12.9201 1.87554 12.6433 1.875H11.3567C11.0799 1.87554 10.8147 1.98572 10.6189 2.18144C10.4232 2.37715 10.313 2.64244 10.3125 2.91922C10.3105 3.14642 10.2353 3.36691 10.098 3.54793C9.96073 3.72895 9.76868 3.86083 9.55043 3.92396C9.02245 4.08419 8.51158 4.29615 8.02526 4.55678C7.82605 4.66706 7.59654 4.71005 7.37092 4.67934C7.14529 4.64863 6.93562 4.54586 6.77314 4.38634C6.57704 4.19096 6.3115 4.08126 6.03469 4.08126C5.75787 4.08126 5.49234 4.19096 5.29624 4.38634L4.38668 5.29759C4.1913 5.49369 4.08159 5.75922 4.08159 6.03604C4.08159 6.31285 4.1913 6.57839 4.38668 6.77449C4.5462 6.93697 4.64897 7.14664 4.67968 7.37227C4.71039 7.59789 4.6674 7.8274 4.55711 8.02661C4.29649 8.51293 4.08452 9.0238 3.9243 9.55178C3.86091 9.76983 3.72888 9.96163 3.54781 10.0987C3.36674 10.2357 3.1463 10.3107 2.91922 10.3125C2.64244 10.313 2.37715 10.4232 2.18144 10.6189C1.98572 10.8147 1.87554 11.0799 1.875 11.3567V12.6429C1.87545 12.9198 1.98559 13.1852 2.18132 13.3809C2.37704 13.5767 2.64239 13.687 2.91922 13.6875C3.14642 13.6895 3.36691 13.7647 3.54793 13.902C3.72895 14.0393 3.86083 14.2313 3.92396 14.4496C4.08418 14.9776 4.29615 15.4884 4.55678 15.9747C4.66706 16.174 4.71005 16.4035 4.67934 16.6291C4.64863 16.8547 4.54586 17.0644 4.38634 17.2269C4.19096 17.423 4.08126 17.6885 4.08126 17.9653C4.08126 18.2421 4.19096 18.5077 4.38634 18.7038L5.29759 19.615C5.49369 19.8104 5.75922 19.9201 6.03604 19.9201C6.31285 19.9201 6.57839 19.8104 6.77449 19.615C6.93697 19.4555 7.14664 19.3527 7.37227 19.322C7.59789 19.2913 7.8274 19.3343 8.02661 19.4446C8.51293 19.7052 9.0238 19.9172 9.55178 20.0774C9.76956 20.1407 9.96115 20.2725 10.0982 20.4532C10.2352 20.6339 10.3103 20.854 10.3125 21.0808C10.313 21.3576 10.4232 21.6228 10.6189 21.8186C10.8147 22.0143 11.0799 22.1245 11.3567 22.125H12.6429C12.9198 22.1246 13.1852 22.0144 13.3809 21.8187C13.5767 21.623 13.687 21.3576 13.6875 21.0808C13.6895 20.8536 13.7647 20.6331 13.902 20.4521C14.0393 20.271 14.2313 20.1392 14.4496 20.076C14.9776 19.9158 15.4884 19.7038 15.9747 19.4432C16.174 19.3329 16.4035 19.2899 16.6291 19.3207C16.8547 19.3514 17.0644 19.4541 17.2269 19.6137C17.423 19.809 17.6885 19.9187 17.9653 19.9187C18.2421 19.9187 18.5077 19.809 18.7038 19.6137L19.615 18.7041C19.8104 18.508 19.9201 18.2425 19.9201 17.9656C19.9201 17.6888 19.8104 17.4233 19.615 17.2272C19.4555 17.0647 19.3527 16.855 19.322 16.6294C19.2913 16.4038 19.3343 16.1743 19.4446 15.9751C19.7052 15.4888 19.9172 14.9779 20.0774 14.4499C20.1404 14.2318 20.272 14.0398 20.4528 13.9025C20.6335 13.7652 20.8538 13.6898 21.0808 13.6875C21.3576 13.687 21.6228 13.5768 21.8186 13.3811C22.0143 13.1853 22.1245 12.9201 22.125 12.6433V11.3567C22.1245 11.0799 22.0143 10.8147 21.8186 10.6189C21.6228 10.4232 21.3576 10.313 21.0808 10.3125Z" stroke="black" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M22.5 16.2438V3.75H1.5V16.2438M22.5 16.2438H13.05M22.5 16.2438H1.5M1.5 16.2438H10.95M13.05 16.2438V17.2685L19.2547 18.7067C19.8172 18.8372 20.1593 19.3657 20.0187 19.8873C19.878 20.409 19.3079 20.7261 18.7453 20.5957L12 19.0322L5.25466 20.5957C4.69208 20.7261 4.122 20.409 3.98135 19.8873C3.8407 19.3657 4.18275 18.8372 4.74534 18.7067L10.95 17.2685V16.2438M13.05 16.2438H10.95" stroke="black" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5.997 10.004C8.20724 10.004 9.999 8.21225 9.999 6.002C9.999 3.79176 8.20724 2 5.997 2C3.78675 2 1.995 3.79176 1.995 6.002C1.995 8.21225 3.78675 10.004 5.997 10.004Z" stroke="black" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5.99687 22.01C8.20712 22.01 9.99888 20.2183 9.99888 18.008C9.99888 15.7978 8.20712 14.006 5.99687 14.006C3.78663 14.006 1.99487 15.7978 1.99487 18.008C1.99487 20.2183 3.78663 22.01 5.99687 22.01Z" stroke="black" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M18.0029 10.004C20.2131 10.004 22.0049 8.21225 22.0049 6.002C22.0049 3.79176 20.2131 2 18.0029 2C15.7926 2 14.0009 3.79176 14.0009 6.002C14.0009 8.21225 15.7926 10.004 18.0029 10.004Z" stroke="black" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M18.0029 22.01C20.2131 22.01 22.0049 20.2183 22.0049 18.008C22.0049 15.7978 20.2131 14.006 18.0029 14.006C15.7926 14.006 14.0009 15.7978 14.0009 18.008C14.0009 20.2183 15.7926 22.01 18.0029 22.01Z" stroke="black" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
6
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3.46875 4.78125H20.5312M18.7266 4.78125L17.775 20.2359C17.7666 20.6597 17.5945 21.0638 17.2948 21.3635C16.9951 21.6633 16.591 21.8354 16.1672 21.8438H7.83281C7.40902 21.8354 7.00493 21.6633 6.70521 21.3635C6.40548 21.0638 6.23339 20.6597 6.225 20.2359L5.27344 4.78125M8.71875 4.78125V3.43594C8.71875 3.09654 8.85357 2.77105 9.09356 2.53106C9.33355 2.29107 9.65904 2.15625 9.99844 2.15625H14.0016C14.1696 2.15625 14.336 2.18935 14.4913 2.25366C14.6465 2.31797 14.7876 2.41223 14.9064 2.53106C15.0253 2.64989 15.1195 2.79096 15.1838 2.94622C15.2482 3.10148 15.2812 3.26789 15.2812 3.43594V4.78125H8.71875Z" stroke="black" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M13.875 2.25V7.5H19.125M12 9.75V16.875M12 16.875L9.375 13.9602M12 16.875L14.625 13.9602M4.875 2.25V21.75H19.125V7.45L13.9432 2.25H4.875Z" stroke="black" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M20.0438 8.71897L20.3305 8.43226C21.4387 7.3238 21.1532 5.81347 20.0438 4.70501C18.9344 3.59656 17.4235 3.30954 16.3163 4.41861L16.0295 4.70532M18.2885 10.4755L20.0453 8.71897L16.0308 4.70501L14.2745 6.46123M18.2885 10.4755L8.21644 20.5469M18.2885 10.4755L14.2745 6.46123M14.2745 6.46123L4.20279 16.533M8.21644 20.5469L2.96667 21.7837L4.20279 16.533M8.21644 20.5469L4.20279 16.533" stroke="black" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M6.34324 17.6568L17.6569 6.3431M17.6569 6.3431H9.17167M17.6569 6.3431V14.8284" stroke="black" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M14.742 5.50295H17.625V1.5H14.2147C10.1017 1.66415 9.258 3.8296 9.1875 6.09375V8.0954H6.375V12H9.1875V22.5H13.4062V12H16.8866L17.5545 8.0954H13.4062V6.88125C13.3949 6.70846 13.4207 6.53529 13.482 6.37192C13.5434 6.20854 13.6391 6.05825 13.7635 5.92987C13.8879 5.80148 14.0386 5.69758 14.2066 5.62427C14.3746 5.55096 14.5567 5.50971 14.742 5.50295V5.50295Z" stroke="black" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M16.875 3.375C14.7625 3.375 12.6825 4.71667 12 6.56944C11.3175 4.71667 9.2375 3.375 7.125 3.375C5.83207 3.375 4.59209 3.87983 3.67785 4.77845C2.76361 5.67706 2.25 6.89584 2.25 8.16667C2.25 12.3194 5.825 16.4722 12 20.625C18.175 16.4722 21.75 12.3194 21.75 8.16667C21.75 6.89584 21.2364 5.67706 20.3221 4.77845C19.4079 3.87983 18.1679 3.375 16.875 3.375V3.375Z" stroke="black" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M21.6694 3.66529C21.6807 3.49314 21.6202 3.32401 21.5024 3.198C21.3846 3.07199 21.2199 3.00032 21.0474 3H3.62343C3.45084 3.00008 3.286 3.07167 3.16812 3.19774C3.05025 3.3238 2.98988 3.49308 3.00139 3.66529C3.30197 7.85059 6.35148 11.3243 10.4626 12.1644V20.3765C10.4627 20.6185 10.6027 20.8385 10.8218 20.9411C11.0409 21.0437 11.2996 21.0104 11.4855 20.8555L13.9803 18.7765C14.1227 18.6582 14.205 18.4826 14.2049 18.2975V12.1644C18.3174 11.3259 21.3687 7.8517 21.6694 3.66529Z" stroke="black" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M6.65 10.4251C5.63266 10.0828 4.51274 10.2508 3.64073 10.8768C2.76871 11.5027 2.25114 12.5099 2.25 13.5833V14.25H3.58333L4.25 18.25H6.91667L7.25089 16.2447M17.85 10.4251C18.8673 10.0828 19.9873 10.2508 20.8593 10.8768C21.7313 11.5027 22.2489 12.5099 22.25 13.5833V14.25H20.9167L20.25 18.25H17.5833L17.2491 16.2447M22.25 20.25C22.25 21.3549 17.7727 22.25 12.25 22.25C6.72733 22.25 2.25 21.3549 2.25 20.25M12.25 7.58333C13.7228 7.58333 14.9167 6.38943 14.9167 4.91667C14.9167 3.44391 13.7228 2.25 12.25 2.25C10.7772 2.25 9.58333 3.44391 9.58333 4.91667C9.58333 6.38943 10.7772 7.58333 12.25 7.58333ZM15.5833 14.25V12.25C15.5833 10.4091 14.0909 8.91667 12.25 8.91667C10.4091 8.91667 8.91667 10.4091 8.91667 12.25V14.25H10.25L10.9167 19.5833H13.5833L14.25 14.25H15.5833ZM5.58333 8.91667C6.6879 8.91667 7.58333 8.02124 7.58333 6.91667C7.58333 5.8121 6.6879 4.91667 5.58333 4.91667C4.47876 4.91667 3.58333 5.8121 3.58333 6.91667C3.58333 8.02124 4.47876 8.91667 5.58333 8.91667ZM18.9167 8.91667C20.0212 8.91667 20.9167 8.02124 20.9167 6.91667C20.9167 5.8121 20.0212 4.91667 18.9167 4.91667C17.8121 4.91667 16.9167 5.8121 16.9167 6.91667C16.9167 8.02124 17.8121 8.91667 18.9167 8.91667Z" stroke="black" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M2.82555 20.8799L21.5756 2.87988M9.00655 18.9309C9.98937 19.2361 11.0135 19.3876 12.0426 19.3799C16.1426 19.4489 20.3006 16.5669 22.8666 13.7429C23.4364 13.1103 23.4364 12.1495 22.8666 11.5169C21.937 10.4971 20.9071 9.57344 19.7926 8.75988M14.4556 6.16188C13.6665 5.96553 12.8556 5.87076 12.0426 5.87988C8.01155 5.81288 3.84255 8.63188 1.22155 11.5149C0.651735 12.1475 0.651735 13.1083 1.22155 13.7409C2.01848 14.6133 2.88829 15.4162 3.82155 16.1409M8.29255 12.6299C8.29229 11.6352 8.68729 10.6813 9.39061 9.97794C10.0939 9.27462 11.0479 8.87962 12.0426 8.87988M15.7926 12.6289C15.7928 13.6236 15.3978 14.5777 14.6946 15.2812C13.9913 15.9847 13.0373 16.3799 12.0426 16.3799" stroke="black" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M11.8618 1.125L0.77869 12.5887C0.765222 12.6017 0.755946 12.6184 0.752053 12.6367C0.74816 12.655 0.749829 12.6741 0.756845 12.6914C0.763862 12.7088 0.775905 12.7236 0.791425 12.734C0.806946 12.7445 0.825235 12.75 0.84394 12.75H3.61182V22.875H9.23682V16.5H14.4868V22.875H20.1118V12.75H22.8801C22.8988 12.75 22.9171 12.7445 22.9326 12.734C22.9481 12.7236 22.9601 12.7088 22.9672 12.6914C22.9742 12.6741 22.9758 12.655 22.972 12.6367C22.9681 12.6184 22.9588 12.6017 22.9453 12.5887L11.8618 1.125Z" stroke="black" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12 10L12 20M12 4L12 5" stroke="black" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M1.5 6.16667C1.5 3.58934 3.58934 1.5 6.16667 1.5H17.8333C20.4107 1.5 22.5 3.58934 22.5 6.16667V17.8333C22.5 20.4107 20.4107 22.5 17.8333 22.5H6.16667C3.58934 22.5 1.5 20.4107 1.5 17.8333V6.16667ZM19.3116 6.24825C19.4349 6.06293 19.5005 5.84519 19.5 5.62258C19.4999 5.47499 19.4707 5.32887 19.4141 5.19257C19.3575 5.05627 19.2746 4.93246 19.1701 4.82821C19.0656 4.72396 18.9416 4.64131 18.8052 4.585C18.6688 4.52869 18.5226 4.4998 18.375 4.5C18.1524 4.5 17.9348 4.56604 17.7497 4.68977C17.5647 4.81349 17.4205 4.98933 17.3354 5.19504C17.2503 5.40075 17.2282 5.62707 17.2718 5.84537C17.3154 6.06366 17.4228 6.26411 17.5804 6.42135C17.7379 6.57859 17.9386 6.68554 18.157 6.72868C18.3754 6.77181 18.6017 6.74919 18.8072 6.66367C19.0127 6.57815 19.1883 6.43358 19.3116 6.24825ZM12 16.875C14.6924 16.875 16.875 14.6924 16.875 12C16.875 9.30761 14.6924 7.125 12 7.125C9.30761 7.125 7.125 9.30761 7.125 12C7.125 14.6924 9.30761 16.875 12 16.875Z" stroke="black" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M0.75 4.5L12 15.375L23.25 4.5M0.75 4.5H23.25M0.75 4.5V19.5M23.25 4.5V19.5M15.75 11.85L23.25 19.5M23.25 19.5H0.75M0.75 19.5L8.25 11.85" stroke="black" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M1.8773 8.62748H6.1431V21.75H1.8773V8.62748Z" stroke="black" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M17.1517 8.19332C15.2813 8.19332 14.1658 8.8946 12.9845 10.4304V8.62748H8.71875V21.75H13.0171V14.6378C13.0171 13.1351 13.7717 11.6659 15.4779 11.6659C17.1842 11.6659 18.2013 13.1351 18.2013 14.6043V21.75H22.5V14.304C22.5 9.12825 19.0546 8.19332 17.1517 8.19332Z" stroke="black" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M4.02665 2.25C2.6158 2.25 1.5 3.28501 1.5 4.55403C1.5 5.82304 2.6158 6.85806 4.02665 6.85806C5.4375 6.85806 6.5533 5.82304 6.5533 4.55403C6.5533 3.28501 5.4375 2.25 4.02665 2.25Z" stroke="black" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
5
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10.8861 8.23125C11.6944 7.03146 12.8672 6.12273 14.2316 5.63892C15.596 5.15511 17.08 5.12181 18.4647 5.54392C19.8495 5.96603 21.062 6.82123 21.9235 7.98354C22.785 9.14585 23.25 10.5538 23.25 12C23.25 13.4462 22.785 14.8542 21.9235 16.0165C21.062 17.1788 19.8495 18.034 18.4647 18.4561C17.08 18.8782 15.596 18.8449 14.2316 18.3611C12.8672 17.8773 11.6944 16.9685 10.8861 15.7687M15.0157 11.9811H1.125M1.125 11.9811L6.00553 16.1061M1.125 11.9811L6.00553 7.85613" stroke="black" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M5.94379 17.2795L1.61792 16.2067V2.84839L8.53931 5.4093M5.94379 17.2795L17.5371 11.8462L12 22.5743L10.858 18.5253L5.94379 17.2795ZM8.53931 5.4093L15.4607 2.84839M8.53931 5.4093V16.0682M15.4607 2.84839L22.3821 5.4093V17.3833L15.876 15.0646M15.4607 2.84839V12.8152" stroke="black" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3 12H21" stroke="black" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3 6H21M3 12H16.2M3 18H11.4" stroke="black" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>