@lmvz-ds/components 0.17.3 → 0.18.1

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 (302) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/README.md +3 -0
  3. package/cjs/{aria-loader-W9Zvc9e-.js → aria-loader-CfFuAbJn.js} +2 -2
  4. package/cjs/icons-swqMn6s2.js +163 -0
  5. package/cjs/{index-BNm4PQrX.js → index--7IqZZqn.js} +12179 -516
  6. package/cjs/index.cjs.js +6 -85
  7. package/cjs/lmvz-action.cjs.entry.js +1 -1
  8. package/cjs/lmvz-button.cjs.entry.js +4 -4
  9. package/cjs/lmvz-card.cjs.entry.js +24 -4
  10. package/cjs/lmvz-chip.cjs.entry.js +1 -1
  11. package/cjs/lmvz-components.cjs.js +1 -1
  12. package/cjs/lmvz-header_2.cjs.entry.js +5 -5
  13. package/cjs/lmvz-icon.cjs.entry.js +24 -13
  14. package/cjs/lmvz-input.cjs.entry.js +5 -5
  15. package/cjs/lmvz-menuitem.cjs.entry.js +4 -4
  16. package/cjs/lmvz-select.cjs.entry.js +4 -4
  17. package/cjs/loader.cjs.js +1 -1
  18. package/cjs/logger-Bn2yoZGP.js +7189 -0
  19. package/cjs/{reactive-controller-host-B_davRfI.js → reactive-controller-host-CtaVAiYJ.js} +27 -23
  20. package/collection/api/ds.constants.js +0 -66
  21. package/collection/collection-manifest.json +1 -1
  22. package/collection/components/lmvz-action/lmvz-action.js +1 -1
  23. package/collection/components/lmvz-button/lmvz-button.css +2 -2
  24. package/collection/components/lmvz-button/lmvz-button.js +5 -5
  25. package/collection/components/lmvz-card/lmvz-card.css +5 -5
  26. package/collection/components/lmvz-card/lmvz-card.js +1 -1
  27. package/collection/components/lmvz-chip/lmvz-chip.js +1 -1
  28. package/collection/components/lmvz-header/lmvz-header.js +2 -2
  29. package/collection/components/lmvz-icon/lmvz-icon.css +13 -13
  30. package/collection/components/lmvz-icon/lmvz-icon.js +49 -18
  31. package/collection/components/lmvz-input/lmvz-input.css +1 -1
  32. package/collection/components/lmvz-input/lmvz-input.js +6 -6
  33. package/collection/components/lmvz-menuitem/lmvz-menuitem.css +2 -2
  34. package/collection/components/lmvz-menuitem/lmvz-menuitem.js +1 -1
  35. package/collection/components/lmvz-select/lmvz-select.css +3 -3
  36. package/collection/components/lmvz-select/lmvz-select.js +1 -1
  37. package/collection/index.js +1 -2
  38. package/collection/integration/header-integration/header-integration.js +51 -0
  39. package/collection/utils/aria/aria-validation-controller.js +27 -23
  40. package/collection/utils/http.js +10 -13
  41. package/collection/utils/icons/icons-registry.js +34 -0
  42. package/collection/utils/icons/icons.js +49 -0
  43. package/collection/utils/icons/icons.unit.js +73 -0
  44. package/collection/utils/icons/public.js +2 -0
  45. package/collection/utils/public.js +1 -1
  46. package/components/index.d.ts +9 -9
  47. package/components/index.d.ts.bak +10 -10
  48. package/components/index.js +1 -1
  49. package/components/lmvz-action.d.ts +1 -1
  50. package/components/lmvz-action.d.ts.bak +11 -0
  51. package/components/lmvz-action.js +1 -1
  52. package/components/lmvz-button.d.ts +1 -1
  53. package/components/lmvz-button.d.ts.bak +11 -0
  54. package/components/lmvz-button.js +1 -1
  55. package/components/lmvz-card.d.ts +1 -1
  56. package/components/lmvz-card.d.ts.bak +11 -0
  57. package/components/lmvz-card.js +1 -1
  58. package/components/lmvz-chip.d.ts +1 -1
  59. package/components/lmvz-chip.d.ts.bak +11 -0
  60. package/components/lmvz-chip.js +1 -1
  61. package/components/lmvz-header.d.ts +1 -1
  62. package/components/lmvz-header.d.ts.bak +11 -0
  63. package/components/lmvz-header.js +1 -1
  64. package/components/lmvz-icon.d.ts +1 -1
  65. package/components/lmvz-icon.d.ts.bak +11 -0
  66. package/components/lmvz-icon.js +1 -1
  67. package/components/lmvz-input.d.ts +1 -1
  68. package/components/lmvz-input.d.ts.bak +11 -0
  69. package/components/lmvz-input.js +1 -1
  70. package/components/lmvz-menuitem.d.ts +1 -1
  71. package/components/lmvz-menuitem.d.ts.bak +11 -0
  72. package/components/lmvz-menuitem.js +1 -1
  73. package/components/lmvz-select.d.ts +1 -1
  74. package/components/lmvz-select.d.ts.bak +11 -0
  75. package/components/lmvz-select.js +1 -1
  76. package/components/{p-Clo63DJF.js → p-CBLAeife.js} +1 -1
  77. package/components/p-DXOTa5VF.js +12 -0
  78. package/components/p-fiRXhuXK.js +1 -0
  79. package/esm/{aria-loader-D9aySMw6.js → aria-loader-BF_AYtbb.js} +2 -2
  80. package/esm/icons-Ca8oMiRa.js +157 -0
  81. package/esm/{index-n6jVNpyp.js → index-7Ru1khgk.js} +11972 -309
  82. package/esm/index.js +4 -80
  83. package/esm/lmvz-action.entry.js +1 -1
  84. package/esm/lmvz-button.entry.js +4 -4
  85. package/esm/lmvz-card.entry.js +23 -4
  86. package/esm/lmvz-chip.entry.js +1 -1
  87. package/esm/lmvz-components.js +1 -1
  88. package/esm/lmvz-header_2.entry.js +5 -5
  89. package/esm/lmvz-icon.entry.js +24 -13
  90. package/esm/lmvz-input.entry.js +5 -5
  91. package/esm/lmvz-menuitem.entry.js +4 -4
  92. package/esm/lmvz-select.entry.js +4 -4
  93. package/esm/loader.js +1 -1
  94. package/esm/logger-fiRXhuXK.js +6990 -0
  95. package/esm/{reactive-controller-host-ByKmPKq1.js → reactive-controller-host-sR2jJxNG.js} +27 -23
  96. package/hydrate/index.js +78 -3842
  97. package/hydrate/index.mjs +78 -3842
  98. package/lmvz-components/index.esm.js +1 -1
  99. package/lmvz-components/lmvz-components.esm.js +1 -1
  100. package/lmvz-components/p-0f645295.entry.js +1 -0
  101. package/lmvz-components/{p-986acfd0.entry.js → p-1506fa34.entry.js} +1 -1
  102. package/lmvz-components/p-658c5c34.entry.js +1 -0
  103. package/lmvz-components/{p-1bda378c.entry.js → p-80675ee5.entry.js} +1 -1
  104. package/lmvz-components/p-872e2106.entry.js +1 -0
  105. package/lmvz-components/p-93038c98.entry.js +1 -0
  106. package/lmvz-components/{p-CU4XwA2K.js → p-B3dnXEPG.js} +1 -1
  107. package/lmvz-components/p-Bh2Epkwf.js +1 -0
  108. package/lmvz-components/{p-DPHHQR5F.js → p-Bkfdgg0T.js} +1 -1
  109. package/lmvz-components/p-DXOTa5VF.js +12 -0
  110. package/lmvz-components/p-bbab5471.entry.js +1 -0
  111. package/lmvz-components/p-c7e368c4.entry.js +1 -0
  112. package/lmvz-components/{p-b704eca8.entry.js → p-ff6a0267.entry.js} +1 -1
  113. package/lmvz-components/p-fiRXhuXK.js +1 -0
  114. package/manifest.json +64 -283
  115. package/package.json +4 -2
  116. package/types/api/ds.constants.d.ts +22 -1
  117. package/types/api/ds.types.d.ts +3 -38
  118. package/types/api/index.d.ts +0 -1
  119. package/types/components/lmvz-action/lmvz-action.d.ts +1 -0
  120. package/types/components/lmvz-button/lmvz-button.d.ts +2 -2
  121. package/types/components/lmvz-card/lmvz-card.d.ts +1 -0
  122. package/types/components/lmvz-chip/lmvz-chip.d.ts +1 -0
  123. package/types/components/lmvz-header/lmvz-header.d.ts +1 -0
  124. package/types/components/lmvz-icon/lmvz-icon.d.ts +4 -1
  125. package/types/components/lmvz-input/lmvz-input.d.ts +1 -0
  126. package/types/components/lmvz-menuitem/lmvz-menuitem.d.ts +1 -0
  127. package/types/components/lmvz-select/lmvz-select.d.ts +1 -0
  128. package/types/components.d.ts +747 -931
  129. package/types/index.d.ts +2 -2
  130. package/types/utils/aria/aria-validation-controller.d.ts +1 -0
  131. package/types/utils/aria/element-activation-controller.d.ts +1 -0
  132. package/types/utils/aria/list-keyboard-controller.d.ts +1 -0
  133. package/types/utils/assets.d.ts +1 -0
  134. package/types/utils/component.d.ts +2 -4
  135. package/types/utils/environment.d.ts +1 -0
  136. package/types/utils/http.d.ts +11 -8
  137. package/types/utils/http.unit.d.ts +1 -0
  138. package/types/utils/icons/icons-registry.d.ts +13 -0
  139. package/types/utils/icons/icons.d.ts +8 -0
  140. package/types/utils/icons/icons.unit.d.ts +8 -0
  141. package/types/utils/icons/public.d.ts +4 -0
  142. package/types/utils/public.d.ts +2 -1
  143. package/types/utils/reactive-controller-host.d.ts +1 -0
  144. package/assets/.DS_Store +0 -0
  145. package/assets/icons/.DS_Store +0 -0
  146. package/assets/icons/actions.svg +0 -5
  147. package/assets/icons/adduser.svg +0 -3
  148. package/assets/icons/alert.svg +0 -3
  149. package/assets/icons/apple.svg +0 -3
  150. package/assets/icons/arrow-down.svg +0 -3
  151. package/assets/icons/arrow-left.svg +0 -3
  152. package/assets/icons/arrow-right.svg +0 -3
  153. package/assets/icons/arrow-up.svg +0 -3
  154. package/assets/icons/book.svg +0 -3
  155. package/assets/icons/bookmark.svg +0 -3
  156. package/assets/icons/checkmark.svg +0 -3
  157. package/assets/icons/chevron-left.svg +0 -3
  158. package/assets/icons/chevron-right.svg +0 -3
  159. package/assets/icons/chevron-up.svg +0 -3
  160. package/assets/icons/close-l.svg +0 -3
  161. package/assets/icons/close-sm.svg +0 -3
  162. package/assets/icons/cog.svg +0 -4
  163. package/assets/icons/computer.svg +0 -3
  164. package/assets/icons/dashboard.svg +0 -6
  165. package/assets/icons/delete.svg +0 -3
  166. package/assets/icons/download.svg +0 -3
  167. package/assets/icons/edit.svg +0 -3
  168. package/assets/icons/external.svg +0 -3
  169. package/assets/icons/facebook.svg +0 -3
  170. package/assets/icons/favorite.svg +0 -3
  171. package/assets/icons/filter.svg +0 -3
  172. package/assets/icons/group.svg +0 -3
  173. package/assets/icons/hide.svg +0 -3
  174. package/assets/icons/home.svg +0 -3
  175. package/assets/icons/info.svg +0 -3
  176. package/assets/icons/instagram.svg +0 -3
  177. package/assets/icons/letter.svg +0 -3
  178. package/assets/icons/linkedin.svg +0 -5
  179. package/assets/icons/logout.svg +0 -3
  180. package/assets/icons/map.svg +0 -3
  181. package/assets/icons/minus.svg +0 -3
  182. package/assets/icons/navigation.svg +0 -3
  183. package/assets/icons/plus.svg +0 -3
  184. package/assets/icons/qr-scan.svg +0 -3
  185. package/assets/icons/question.svg +0 -10
  186. package/assets/icons/reader.svg +0 -3
  187. package/assets/icons/reset.svg +0 -3
  188. package/assets/icons/school.svg +0 -3
  189. package/assets/icons/search.svg +0 -3
  190. package/assets/icons/send.svg +0 -3
  191. package/assets/icons/settings.svg +0 -3
  192. package/assets/icons/share.svg +0 -10
  193. package/assets/icons/shopping-cart.svg +0 -3
  194. package/assets/icons/show.svg +0 -3
  195. package/assets/icons/snapchat.svg +0 -3
  196. package/assets/icons/sort.svg +0 -3
  197. package/assets/icons/speech-bubble.svg +0 -3
  198. package/assets/icons/star.svg +0 -3
  199. package/assets/icons/student.svg +0 -3
  200. package/assets/icons/upload.svg +0 -3
  201. package/assets/icons/user.svg +0 -3
  202. package/assets/icons/warn-circle.svg +0 -3
  203. package/assets/icons/warn-triangle.svg +0 -3
  204. package/assets/icons/whatsapp.svg +0 -4
  205. package/assets/icons/world.svg +0 -10
  206. package/assets/icons/x.svg +0 -3
  207. package/assets/icons/youtube.svg +0 -3
  208. package/cjs/Effect-YVFLBEfy.js +0 -19037
  209. package/cjs/assets-DxYhun-q.js +0 -26
  210. package/cjs/icons-DgYgcKGK.js +0 -653
  211. package/collection/api/index.js +0 -1
  212. package/collection/assets/.DS_Store +0 -0
  213. package/collection/assets/icons/.DS_Store +0 -0
  214. package/collection/assets/icons/actions.svg +0 -5
  215. package/collection/assets/icons/adduser.svg +0 -3
  216. package/collection/assets/icons/alert.svg +0 -3
  217. package/collection/assets/icons/apple.svg +0 -3
  218. package/collection/assets/icons/arrow-down.svg +0 -3
  219. package/collection/assets/icons/arrow-left.svg +0 -3
  220. package/collection/assets/icons/arrow-right.svg +0 -3
  221. package/collection/assets/icons/arrow-up.svg +0 -3
  222. package/collection/assets/icons/book.svg +0 -3
  223. package/collection/assets/icons/bookmark.svg +0 -3
  224. package/collection/assets/icons/checkmark.svg +0 -3
  225. package/collection/assets/icons/chevron-left.svg +0 -3
  226. package/collection/assets/icons/chevron-right.svg +0 -3
  227. package/collection/assets/icons/chevron-up.svg +0 -3
  228. package/collection/assets/icons/close-l.svg +0 -3
  229. package/collection/assets/icons/close-sm.svg +0 -3
  230. package/collection/assets/icons/cog.svg +0 -4
  231. package/collection/assets/icons/computer.svg +0 -3
  232. package/collection/assets/icons/dashboard.svg +0 -6
  233. package/collection/assets/icons/delete.svg +0 -3
  234. package/collection/assets/icons/download.svg +0 -3
  235. package/collection/assets/icons/edit.svg +0 -3
  236. package/collection/assets/icons/external.svg +0 -3
  237. package/collection/assets/icons/facebook.svg +0 -3
  238. package/collection/assets/icons/favorite.svg +0 -3
  239. package/collection/assets/icons/filter.svg +0 -3
  240. package/collection/assets/icons/group.svg +0 -3
  241. package/collection/assets/icons/hide.svg +0 -3
  242. package/collection/assets/icons/home.svg +0 -3
  243. package/collection/assets/icons/info.svg +0 -3
  244. package/collection/assets/icons/instagram.svg +0 -3
  245. package/collection/assets/icons/letter.svg +0 -3
  246. package/collection/assets/icons/linkedin.svg +0 -5
  247. package/collection/assets/icons/logout.svg +0 -3
  248. package/collection/assets/icons/map.svg +0 -3
  249. package/collection/assets/icons/minus.svg +0 -3
  250. package/collection/assets/icons/navigation.svg +0 -3
  251. package/collection/assets/icons/plus.svg +0 -3
  252. package/collection/assets/icons/qr-scan.svg +0 -3
  253. package/collection/assets/icons/question.svg +0 -10
  254. package/collection/assets/icons/reader.svg +0 -3
  255. package/collection/assets/icons/reset.svg +0 -3
  256. package/collection/assets/icons/school.svg +0 -3
  257. package/collection/assets/icons/search.svg +0 -3
  258. package/collection/assets/icons/send.svg +0 -3
  259. package/collection/assets/icons/settings.svg +0 -3
  260. package/collection/assets/icons/share.svg +0 -10
  261. package/collection/assets/icons/shopping-cart.svg +0 -3
  262. package/collection/assets/icons/show.svg +0 -3
  263. package/collection/assets/icons/snapchat.svg +0 -3
  264. package/collection/assets/icons/sort.svg +0 -3
  265. package/collection/assets/icons/speech-bubble.svg +0 -3
  266. package/collection/assets/icons/star.svg +0 -3
  267. package/collection/assets/icons/student.svg +0 -3
  268. package/collection/assets/icons/upload.svg +0 -3
  269. package/collection/assets/icons/user.svg +0 -3
  270. package/collection/assets/icons/warn-circle.svg +0 -3
  271. package/collection/assets/icons/warn-triangle.svg +0 -3
  272. package/collection/assets/icons/whatsapp.svg +0 -4
  273. package/collection/assets/icons/world.svg +0 -10
  274. package/collection/assets/icons/x.svg +0 -3
  275. package/collection/assets/icons/youtube.svg +0 -3
  276. package/collection/components/lmvz-icon/icons.js +0 -36
  277. package/collection/components/lmvz-icon/public.js +0 -1
  278. package/collection/components/lmvz-icon/test/icons.unit.js +0 -98
  279. package/collection/integration/header-integration.js +0 -46
  280. package/collection/utils/effect.js +0 -6
  281. package/collection/utils/validation/svg.js +0 -24
  282. package/components/p-CYcWxAp5.js +0 -1
  283. package/components/p-DHtXOUVf.js +0 -1
  284. package/components/p-VkiNs_yz.js +0 -12
  285. package/esm/Effect-DkwJP3kx.js +0 -18828
  286. package/esm/assets-_WDisN-f.js +0 -23
  287. package/esm/icons-Crg18Lio.js +0 -649
  288. package/lmvz-components/p-121f74d8.entry.js +0 -1
  289. package/lmvz-components/p-373a9cbf.entry.js +0 -1
  290. package/lmvz-components/p-43e295ba.entry.js +0 -1
  291. package/lmvz-components/p-5f150890.entry.js +0 -1
  292. package/lmvz-components/p-6d5fa8c4.entry.js +0 -1
  293. package/lmvz-components/p-BT8PQPMJ.js +0 -1
  294. package/lmvz-components/p-BxiCs9Wn.js +0 -1
  295. package/lmvz-components/p-CXQcJLbG.js +0 -12
  296. package/lmvz-components/p-DkwJP3kx.js +0 -1
  297. package/lmvz-components/p-abbfa6aa.entry.js +0 -1
  298. package/types/components/lmvz-icon/icons.d.ts +0 -8
  299. package/types/components/lmvz-icon/public.d.ts +0 -1
  300. package/types/components/lmvz-icon/test/icons.unit.d.ts +0 -1
  301. package/types/utils/effect.d.ts +0 -3
  302. package/types/utils/validation/svg.d.ts +0 -11
package/types/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  export * from '@lmvz-ds/aria-validation';
2
2
  export type * from './components.d.ts';
3
- export * from './api';
3
+ export { iconSizes, iconWeights, inputTypes, textSizes } from './api/ds.constants';
4
4
  export type { LmvzDS, Typography } from './api';
5
- export * from './components/lmvz-icon/public';
6
5
  export * from './utils/public';
6
+ //# sourceMappingURL=index.d.ts.map
@@ -31,3 +31,4 @@ export declare class AriaValidationController implements ReactiveController {
31
31
  private discardVisibilityObserver;
32
32
  }
33
33
  export {};
34
+ //# sourceMappingURL=aria-validation-controller.d.ts.map
@@ -17,3 +17,4 @@ export declare class ElementActivationController implements ReactiveController {
17
17
  private handleActivation;
18
18
  }
19
19
  export {};
20
+ //# sourceMappingURL=element-activation-controller.d.ts.map
@@ -11,3 +11,4 @@ export declare class ListKeyboardNavigationController implements ReactiveControl
11
11
  private handleKeydown;
12
12
  private getNextFocusableElement;
13
13
  }
14
+ //# sourceMappingURL=list-keyboard-controller.d.ts.map
@@ -1 +1,2 @@
1
1
  export declare const createAssetUrlSafely: (file: string, pathFromAssetRoot?: string | undefined) => string | URL;
2
+ //# sourceMappingURL=assets.d.ts.map
@@ -1,10 +1,8 @@
1
1
  import type { EventEmitter } from '../stencil-public-runtime';
2
+ import type { Attributes, FormRef } from '../api';
2
3
  export declare const transitionEndAsync: (el: HTMLElement | null, expectedDuration?: number) => Promise<unknown>;
3
4
  export declare const componentOnReady: (el: any, callback: any) => void;
4
5
  export declare const hasLazyBuild: (stencilEl: HTMLElement) => boolean;
5
- export type Attributes = {
6
- [key: string]: any;
7
- };
8
6
  export declare const inheritAttributes: (el: HTMLElement, attributes?: string[]) => Attributes;
9
7
  export declare const inheritAriaAttributes: (el: HTMLElement, ignoreList?: string[]) => Attributes;
10
8
  export declare const addEventListener: (el: any, eventName: string, callback: any, opts?: any) => any;
@@ -32,5 +30,5 @@ export declare const shallowEqualStringMap: (map1: {
32
30
  export declare const isSafeNumber: (input: unknown) => input is number;
33
31
  export declare function getDeepActiveElement(root?: Document): Element | null;
34
32
  export declare function canReceiveFocus(el: Element | undefined): boolean;
35
- export type FormRef = string | HTMLFormElement | undefined;
36
33
  export declare function findFormByRef(form: FormRef, el: HTMLElement): HTMLFormElement | null;
34
+ //# sourceMappingURL=component.d.ts.map
@@ -1 +1,2 @@
1
1
  export declare function getLocationBase(): string;
2
+ //# sourceMappingURL=environment.d.ts.map
@@ -1,24 +1,27 @@
1
- import { Micro as Effect } from 'effect';
2
- declare const FetchError_base: new <A extends Record<string, any> = {}>(args: import("effect/Types").VoidIfEmpty<{ readonly [P in keyof A as P extends "_tag" ? never : P]: A[P]; }>) => import("effect/Cause").YieldableError & {
1
+ import { Micro } from 'effect';
2
+ declare const FetchError_base: new <A extends Record<string, any> = {}>(args: import("effect/Types").Equals<A, {}> extends true ? void : { readonly [P in keyof A as P extends "_tag" ? never : P]: A[P]; }) => Micro.YieldableError & {
3
3
  readonly _tag: "FetchError";
4
4
  } & Readonly<A>;
5
5
  export declare class FetchError extends FetchError_base<{
6
6
  cause: unknown;
7
7
  }> {
8
8
  }
9
- declare const NotFoundError_base: new <A extends Record<string, any> = {}>(args: import("effect/Types").VoidIfEmpty<{ readonly [P in keyof A as P extends "_tag" ? never : P]: A[P]; }>) => import("effect/Cause").YieldableError & {
9
+ declare const NotFoundError_base: new <A extends Record<string, any> = {}>(args: import("effect/Types").Equals<A, {}> extends true ? void : { readonly [P in keyof A as P extends "_tag" ? never : P]: A[P]; }) => Micro.YieldableError & {
10
10
  readonly _tag: "NotFoundError";
11
11
  } & Readonly<A>;
12
12
  export declare class NotFoundError extends NotFoundError_base<{
13
13
  url: string;
14
14
  }> {
15
15
  }
16
- export declare const httpClient: (input: RequestInfo | URL | string, init?: RequestInit) => Effect.Micro<Response, FetchError | NotFoundError, never>;
17
- declare const ResponseTextError_base: new <A extends Record<string, any> = {}>(args: import("effect/Types").VoidIfEmpty<{ readonly [P in keyof A as P extends "_tag" ? never : P]: A[P]; }>) => import("effect/Cause").YieldableError & {
16
+ export declare const httpClient: (input: RequestInfo | URL | string, init?: RequestInit) => Micro.Micro<Response, FetchError | NotFoundError, never>;
17
+ declare const ResponseTextError_base: new <A extends Record<string, any> = {}>(args: import("effect/Types").Equals<A, {}> extends true ? void : { readonly [P in keyof A as P extends "_tag" ? never : P]: A[P]; }) => Micro.YieldableError & {
18
18
  readonly _tag: "ResponseTextError";
19
19
  } & Readonly<A>;
20
- export declare class ResponseTextError extends ResponseTextError_base<Error> {
21
- constructor(error: Error);
20
+ export declare class ResponseTextError extends ResponseTextError_base<{
21
+ message: string;
22
+ cause: Error;
23
+ }> {
22
24
  }
23
- export declare const responseAsText: (res: Response) => Effect.Micro<string, ResponseTextError, never>;
25
+ export declare const responseAsText: (res: Response) => Micro.Micro<string, ResponseTextError, never>;
24
26
  export {};
27
+ //# sourceMappingURL=http.d.ts.map
@@ -1 +1,2 @@
1
1
  export {};
2
+ //# sourceMappingURL=http.unit.d.ts.map
@@ -0,0 +1,13 @@
1
+ import type { IconProvider, KnownIconName, KnownIconSetId } from '@lmvz-ds/lib-icon-api';
2
+ declare const IconProviderRegistryKey: unique symbol;
3
+ type IconProviderRegistry = Record<string, IconProvider<string>>;
4
+ declare global {
5
+ interface Window {
6
+ [IconProviderRegistryKey]?: IconProviderRegistry;
7
+ }
8
+ }
9
+ export declare function registerIconProvider<I extends KnownIconSetId>(id: I, provider: IconProvider<KnownIconName<I>>): void;
10
+ export declare function getRegisteredIconProvider<I extends KnownIconSetId>(id: I): IconProvider<KnownIconName<I>> | undefined;
11
+ export declare function getRegisteredIconProvider(id?: string | undefined): IconProvider<string> | undefined;
12
+ export {};
13
+ //# sourceMappingURL=icons-registry.d.ts.map
@@ -0,0 +1,8 @@
1
+ import type { IconPropsFallback, IconPropsForSet, IconPropsForSetWithoutFallback, KnownIconSetId } from '@lmvz-ds/lib-icon-api';
2
+ import type { SVGString } from '@lmvz-ds/lib-ts/validation/SVGString.d.ts';
3
+ export type IconData = SVGString;
4
+ export declare const emptyDefaultSvg: () => import("@lmvz-ds/lib-ts/validation/SVGString.js").SVGString;
5
+ export declare function resolveIconSvg<I extends KnownIconSetId>(options: IconPropsForSet<I>): Promise<IconData>;
6
+ export declare function resolveIconSvg(options: IconPropsFallback): Promise<IconData>;
7
+ export declare function typedIconFromSet<S extends string>(iconset: S, icon: IconPropsForSetWithoutFallback<S>['icon']): IconPropsForSetWithoutFallback<S>;
8
+ //# sourceMappingURL=icons.d.ts.map
@@ -0,0 +1,8 @@
1
+ declare module '@lmvz-ds/lib-icon-api' {
2
+ interface IconSetNameMap {
3
+ 'test-set-success': 'test-icon';
4
+ 'test-set-miss': never;
5
+ }
6
+ }
7
+ export {};
8
+ //# sourceMappingURL=icons.unit.d.ts.map
@@ -0,0 +1,4 @@
1
+ export type { IconSetNameMap } from '@lmvz-ds/lib-icon-api';
2
+ export { getRegisteredIconProvider, registerIconProvider } from './icons-registry.js';
3
+ export { typedIconFromSet } from './icons.js';
4
+ //# sourceMappingURL=public.d.ts.map
@@ -1 +1,2 @@
1
- export { run } from './effect';
1
+ export * from './icons/public';
2
+ //# sourceMappingURL=public.d.ts.map
@@ -24,3 +24,4 @@ export declare class ReactiveControllerHost implements ComponentInterface {
24
24
  componentWillUpdate(): void;
25
25
  componentDidUpdate(): void;
26
26
  }
27
+ //# sourceMappingURL=reactive-controller-host.d.ts.map
package/assets/.DS_Store DELETED
Binary file
Binary file
@@ -1,5 +0,0 @@
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>
@@ -1,3 +0,0 @@
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>
@@ -1,3 +0,0 @@
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>
@@ -1,3 +0,0 @@
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>
@@ -1,3 +0,0 @@
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>
@@ -1,3 +0,0 @@
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>
@@ -1,3 +0,0 @@
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>
@@ -1,3 +0,0 @@
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>
@@ -1,3 +0,0 @@
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>
@@ -1,3 +0,0 @@
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>
@@ -1,3 +0,0 @@
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>
@@ -1,3 +0,0 @@
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>
@@ -1,3 +0,0 @@
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>
@@ -1,3 +0,0 @@
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>
@@ -1,3 +0,0 @@
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>
@@ -1,3 +0,0 @@
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>
@@ -1,4 +0,0 @@
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>
@@ -1,3 +0,0 @@
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>
@@ -1,6 +0,0 @@
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>
@@ -1,3 +0,0 @@
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>
@@ -1,3 +0,0 @@
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>
@@ -1,3 +0,0 @@
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>
@@ -1,3 +0,0 @@
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>
@@ -1,3 +0,0 @@
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>
@@ -1,3 +0,0 @@
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>
@@ -1,3 +0,0 @@
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>
@@ -1,3 +0,0 @@
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>
@@ -1,3 +0,0 @@
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>
@@ -1,3 +0,0 @@
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>
@@ -1,3 +0,0 @@
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>
@@ -1,3 +0,0 @@
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>
@@ -1,3 +0,0 @@
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>
@@ -1,5 +0,0 @@
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>
@@ -1,3 +0,0 @@
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>
@@ -1,3 +0,0 @@
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>
@@ -1,3 +0,0 @@
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>
@@ -1,3 +0,0 @@
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>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M12 3V21M3 12H21" stroke="black" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M2 13.6667V15H3.33333M12 3H14M10 3V5.66667H12M14 5.66667V8.33333H10M2 11H7.33333V12.3333M6 15H7.33333M22 23H19.3333V20.3333H22V17.6667H19.3333M14 23H10V17.6667M16.6667 17.6667V23M12.6667 17.6667H14V20.3333H12.6667M10 13.6667V15H11.3333M14 15H16.6667M15.3333 15V12.3333M10 11H12.6667V12.3333M22 11V12.3333M22 14.3333V15M18 11V12.3333H19.3333V14.3333M2 3H7.33333V8.33333H2V3ZM16.6667 3H22V8.33333H16.6667V3ZM2 17.6667H7.33333V23H2V17.6667Z" stroke="black" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
- </svg>
@@ -1,10 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_5590_64375)">
3
- <path d="M9.06667 9.06667C9.06695 7.575 10.1867 6.32108 11.6688 6.15265C13.1509 5.98423 14.5234 6.95494 14.8584 8.40851C15.1934 9.86208 14.3841 11.3356 12.9778 11.8328C12.3915 12.0401 11.9997 12.5945 12 13.2164V14.2M12 17.1333C11.7975 17.1333 11.6333 17.2975 11.6333 17.5C11.6333 17.7025 11.7975 17.8667 12 17.8667C12.2025 17.8667 12.3667 17.7025 12.3667 17.5C12.3667 17.2975 12.2025 17.1333 12 17.1333ZM12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z" stroke="black" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
4
- </g>
5
- <defs>
6
- <clipPath id="clip0_5590_64375">
7
- <rect width="24" height="24" fill="white"/>
8
- </clipPath>
9
- </defs>
10
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M4.40001 19.0702V20.0526C4.38213 20.4379 4.63586 20.7898 5.02828 20.9241L12.4 23M12.4 23V14.322M12.4 23L19.7867 20.93C20.1798 20.7966 20.4336 20.4439 20.4139 20.0585V18.9218M12.4 14.322L5.49548 11.9906C5.21791 11.921 4.92095 11.9821 4.70188 12.1538C4.48281 12.3255 4.36985 12.5858 4.40001 12.8493V14.6609M12.4 14.322L19.3184 11.9906C19.596 11.921 19.8929 11.9821 20.112 12.1538C20.3311 12.3255 20.444 12.5858 20.4139 12.8493V14.8024M5.98614 18.1928C5.98614 18.6841 5.38561 19.0771 4.65175 19.0702C3.18188 19.0643 1.99468 18.2685 2.00002 17.2919V16.4077C2.00002 15.4321 3.20002 14.6462 4.66668 14.6521C5.40161 14.6521 5.99468 15.0529 5.99254 15.5363L5.98614 18.1928ZM18.0075 18.1928C18.0075 18.6841 18.608 19.0771 19.344 19.0702C20.816 19.0643 22.0053 18.2685 22 17.2919V16.4077C22 15.4321 20.7979 14.6462 19.3259 14.6521C18.5909 14.6521 17.9957 15.0529 17.9989 15.5363L18.0075 18.1928ZM12.4128 10.1053C14.8428 10.1053 16.4444 8.29084 16.4444 6.05263C16.4444 3.81443 14.8428 2 12.4128 2C9.98275 2 8.11111 3.81443 8.11111 6.05263C8.11111 8.29084 9.98275 10.1053 12.4128 10.1053Z" stroke="black" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M1.87591 2.25V6H5.62591M10.1259 22.125C11.8557 22.1248 13.5566 21.6815 15.0664 20.8373C16.5762 19.9931 17.8445 18.7762 18.7505 17.3026C19.6564 15.829 20.1696 14.1478 20.2413 12.4195C20.313 10.6912 19.9407 8.97338 19.1599 7.42982C18.3791 5.88627 17.2159 4.56849 15.7812 3.60218C14.3464 2.63586 12.6881 2.05322 10.9642 1.90984C9.2404 1.76647 7.50858 2.06712 5.93393 2.78314C4.35929 3.49915 2.99435 4.60665 1.96929 6" stroke="black" stroke-linecap="round" stroke-linejoin="round"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M8 22H2V14.6667C2 13.9303 2.59695 13.3333 3.33333 13.3333H8M8 22V11.216C8.03265 9.03937 9.82336 7.30118 12 7.33333M8 22H16M16 13.3333H20.6667C21.403 13.3333 22 13.9303 22 14.6667V22H16M16 22V11.216C15.9674 9.03937 14.1766 7.30118 12 7.33333M12 7.33333V2M12 2H15.5556C15.801 2 16 2.19898 16 2.44444V4.22222C16 4.46768 15.801 4.66667 15.5556 4.66667H12V2ZM13.3333 18.5005C13.2844 17.8115 12.6894 17.2906 12 17.3333C11.3106 17.2906 10.7156 17.8115 10.6667 18.5005V22H13.3333V18.5005ZM12 12.6666C12.7201 12.6666 13.304 12.0828 13.304 11.3626C13.304 10.6425 12.7201 10.0586 12 10.0586C11.2798 10.0586 10.696 10.6425 10.696 11.3626C10.696 12.0828 11.2798 12.6666 12 12.6666Z" stroke="black" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
- </svg>
@@ -1,3 +0,0 @@
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 16.875L22.5 22.5M19.5 10.5C19.5 15.4706 15.4706 19.5 10.5 19.5C5.52944 19.5 1.5 15.4706 1.5 10.5C1.5 5.52944 5.52944 1.5 10.5 1.5C15.4706 1.5 19.5 5.52944 19.5 10.5Z" stroke="black" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M10.5 13.875V20.25L13.5 15.8179M20.25 3.75L3.75 11.0625L10.5268 13.8047M20.25 3.75L17.5982 18.375L10.5268 13.8047M20.25 3.75L10.5268 13.8047" stroke="black" stroke-linecap="round" stroke-linejoin="round"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M13.1246 8.25H2.625M13.1246 8.25C13.1246 9.49264 14.1324 10.5 15.375 10.5C16.6176 10.5 17.6246 9.49264 17.6246 8.25M13.1246 8.25C13.1246 7.00736 14.1324 6 15.375 6C16.6176 6 17.6246 7.00736 17.6246 8.25M22.125 8.25H17.6246M4.875 15.375H2.25M4.875 15.375C4.875 16.6176 5.88236 17.625 7.125 17.625C8.36764 17.625 9.375 16.6176 9.375 15.375M4.875 15.375C4.875 14.1324 5.88236 13.125 7.125 13.125C8.36764 13.125 9.375 14.1324 9.375 15.375M22.125 15.375H9.375" stroke="black" stroke-linecap="round" stroke-linejoin="round"/>
3
- </svg>
@@ -1,10 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_346_1368)">
3
- <path d="M7.8375 13.6875L16.1625 17.8125M16.1625 6.1875L7.8375 10.3125M8.25 12C8.25 14.0711 6.57107 15.75 4.5 15.75C2.42893 15.75 0.75 14.0711 0.75 12C0.75 9.92893 2.42893 8.25 4.5 8.25C6.57107 8.25 8.25 9.92893 8.25 12ZM23.25 4.5C23.25 6.57107 21.5711 8.25 19.5 8.25C17.4289 8.25 15.75 6.57107 15.75 4.5C15.75 2.42893 17.4289 0.75 19.5 0.75C21.5711 0.75 23.25 2.42893 23.25 4.5ZM23.25 19.5C23.25 21.5711 21.5711 23.25 19.5 23.25C17.4289 23.25 15.75 21.5711 15.75 19.5C15.75 17.4289 17.4289 15.75 19.5 15.75C21.5711 15.75 23.25 17.4289 23.25 19.5Z" stroke="black" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
4
- </g>
5
- <defs>
6
- <clipPath id="clip0_346_1368">
7
- <rect width="24" height="24" fill="white"/>
8
- </clipPath>
9
- </defs>
10
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M6.85743 18.0547H15.361C15.9881 18.0548 16.5237 17.6024 16.6287 16.984L18.8889 3.69639C18.9942 3.07838 19.5298 2.62639 20.1566 2.62653H21M17.1027 14.197H6.75629C5.5766 14.1969 4.54832 13.3939 4.26205 12.2493L3.01922 7.27719C2.97116 7.08505 3.01434 6.88147 3.13624 6.72538C3.25814 6.56929 3.44518 6.47811 3.64321 6.47822H18.4149M8.46454 19.9836C8.64206 19.9836 8.78596 20.1275 8.78596 20.3051C8.78596 20.4826 8.64206 20.6265 8.46454 20.6265C8.28702 20.6265 8.14312 20.4826 8.14312 20.3051C8.14312 20.1275 8.28702 19.9836 8.46454 19.9836ZM14.893 19.9836C15.0705 19.9836 15.2144 20.1275 15.2144 20.3051C15.2144 20.4826 15.0705 20.6265 14.893 20.6265C14.7155 20.6265 14.5716 20.4826 14.5716 20.3051C14.5716 20.1275 14.7155 19.9836 14.893 19.9836Z" stroke="black" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M10.7929 10.9863C10.6669 11.2046 10.6008 11.4523 10.6013 11.7044C10.6019 11.9565 10.6691 12.2039 10.7961 12.4216C10.9231 12.6393 11.1054 12.8196 11.3245 12.9442C11.5437 13.0687 11.7918 13.1331 12.0439 13.1309M12.0439 5.625C5.89629 5.625 1.5 11.8799 1.5 11.8799C1.5 11.8799 5.89629 18.1348 12.0439 18.1348C18.1916 18.1348 22.5879 11.8799 22.5879 11.8799C22.5879 11.8799 18.1916 5.625 12.0439 5.625ZM15.6182 11.7012C15.6182 13.6752 14.0179 15.2754 12.0439 15.2754C10.07 15.2754 8.46973 13.6752 8.46973 11.7012C8.46973 9.72719 10.07 8.12695 12.0439 8.12695C14.0179 8.12695 15.6182 9.72719 15.6182 11.7012Z" stroke="black" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M11.9912 1.5C11.1835 1.49953 10.3842 1.67719 9.64256 2.02205C8.19575 2.69583 7.04421 3.94208 6.42551 5.50369C6.10777 6.30364 5.9436 7.16458 5.94289 8.03467C5.94289 8.46401 5.93411 8.88027 5.91825 9.27943L5.60134 9.19946C5.37501 9.14226 5.13968 9.14033 4.91257 9.1938C4.68546 9.24727 4.47234 9.35478 4.2888 9.50847C4.0041 9.74653 3.80548 10.0842 3.7272 10.4631C3.63806 10.8968 3.69755 11.3505 3.89469 11.7406C4.09182 12.1306 4.41329 12.4307 4.79978 12.5855L5.74849 12.9977C5.1204 15.0743 3.9621 15.4724 3.18349 15.7403C2.9932 15.7995 2.80737 15.8743 2.62763 15.9639C2.40556 16.0674 2.21622 16.2382 2.0826 16.4555C1.94899 16.6728 1.87686 16.9273 1.875 17.1879C1.87712 17.426 1.93127 17.6603 2.03306 17.8717C2.13485 18.0831 2.28142 18.2657 2.4609 18.4047C2.67733 18.5754 2.91791 18.7074 3.17336 18.7955C3.5763 18.932 3.98774 19.0375 4.40456 19.1111C4.42262 19.2709 4.45253 19.429 4.494 19.5837C4.55135 19.827 4.6598 20.053 4.811 20.2441C4.9622 20.4352 5.15211 20.5864 5.3661 20.6859C5.60958 20.7872 5.8693 20.8354 6.1302 20.8277C6.31954 20.8277 6.51967 20.8113 6.73162 20.7946C6.9591 20.7764 7.19434 20.7583 7.4262 20.7583C7.70508 20.7432 7.9838 20.7914 8.2443 20.8997C8.50654 21.0302 8.7843 21.2062 9.07894 21.3923C9.89872 21.9122 10.8279 22.5 12 22.5C13.1721 22.5 14.1009 21.9125 14.9207 21.3937C15.2154 21.2076 15.4945 21.0302 15.7554 20.9011C16.0159 20.7928 16.2946 20.7447 16.5735 20.7597C16.8053 20.7597 17.0406 20.7783 17.2677 20.7961C17.4797 20.8128 17.6801 20.8292 17.8695 20.8292C18.1303 20.8368 18.3899 20.7886 18.6332 20.6874C18.8476 20.5875 19.0378 20.4359 19.1891 20.2442C19.3404 20.0525 19.4487 19.8259 19.5057 19.5818C19.547 19.4271 19.5769 19.2691 19.5951 19.1092C20.0119 19.0356 20.4234 18.9302 20.8263 18.7937C21.0817 18.7055 21.3223 18.5735 21.5388 18.4029C21.718 18.264 21.8645 18.0817 21.9663 17.8707C22.0682 17.6596 22.1225 17.4258 22.125 17.1879C22.1233 16.9274 22.0513 16.6731 21.918 16.4558C21.7846 16.2385 21.5955 16.0676 21.3737 15.9639C21.194 15.8743 21.0081 15.7996 20.8179 15.7403C20.0379 15.4724 18.8799 15.0743 18.2529 12.9977L19.2016 12.5855C19.5881 12.4307 19.9095 12.1306 20.1067 11.7406C20.3038 11.3505 20.3633 10.8968 20.2741 10.4631C20.1955 10.0844 19.9968 9.7471 19.7122 9.50919C19.5287 9.35551 19.3156 9.24799 19.0884 9.19453C18.8613 9.14106 18.626 9.14299 18.3997 9.20018L18.0828 9.28016C18.0665 8.86547 18.0583 8.45046 18.0581 8.03539C18.0578 7.16375 17.8926 6.30132 17.5725 5.50078C16.9482 3.93882 15.7921 2.69381 14.3419 2.02168C13.5995 1.67748 12.7998 1.50009 11.9916 1.50036L11.9912 1.5Z" stroke="black" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M8 9L12 5L16 9M8 15L12 19L16 15" stroke="black" stroke-linecap="round" stroke-linejoin="round"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M3.6 23.25L9.71 20.5187C10.5847 20.7578 11.4786 20.8773 12.375 20.875C17.77 20.875 22.125 16.6396 22.125 11.375C22.125 6.11042 17.77 1.875 12.375 1.875C6.98 1.875 2.625 6.11042 2.625 11.375C2.625 14.0271 3.7625 16.4417 5.5825 18.1833L3.6 23.25Z" stroke="black" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M12 1L15.2975 7.46141L22.4616 8.60081L17.3354 13.7336L18.4656 20.8992L12 17.61L5.53436 20.8992L6.66457 13.7336L1.53838 8.60081L8.70253 7.46141L12 1Z" stroke="black" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M16.9741 10.5454V18.2216L11.6063 20L6.23856 18.2216V10.5454M0.87085 8.36364L11.6064 4L22.342 8.36364L11.6064 12.7273L0.87085 8.36364ZM0.87085 8.36364V14.1818" stroke="black" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
- </svg>
@@ -1,3 +0,0 @@
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 16.875V9.75M12 9.75L9.375 12.6648M12 9.75L14.625 12.6648M4.875 2.25V21.75H19.125V7.45L13.9432 2.25H4.875Z" stroke="black" stroke-linecap="round" stroke-linejoin="round"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M12 13.3762C14.8815 13.3762 17.2174 11.0954 17.2174 8.28184C17.2174 5.46831 14.8815 3.1875 12 3.1875C9.11851 3.1875 6.78261 5.46831 6.78261 8.28184C6.78261 11.0954 9.11851 13.3762 12 13.3762ZM12 13.3762C7.58172 13.3762 4 16.8734 4 21.1875M12 13.3762C16.4183 13.3762 20 16.8734 20 21.1875" stroke="black" stroke-linecap="round" stroke-linejoin="round"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M12 5.25V13.125M22.5 12C22.5 17.799 17.799 22.5 12 22.5C6.20101 22.5 1.5 17.799 1.5 12C1.5 6.20101 6.20101 1.5 12 1.5C17.799 1.5 22.5 6.20101 22.5 12ZM13.125 16.875C13.125 17.4963 12.6213 18 12 18C11.3787 18 10.875 17.4963 10.875 16.875C10.875 16.2537 11.3787 15.75 12 15.75C12.6213 15.75 13.125 16.2537 13.125 16.875Z" stroke="black" stroke-linecap="round" stroke-linejoin="round"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M12 15V9M12 2.625L1.5 21.375H22.5L12 2.625ZM12.75 17.625C12.75 18.0392 12.4142 18.375 12 18.375C11.5858 18.375 11.25 18.0392 11.25 17.625C11.25 17.2108 11.5858 16.875 12 16.875C12.4142 16.875 12.75 17.2108 12.75 17.625Z" stroke="black" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M11.5043 1.88704C9.81608 1.96961 8.17549 2.47004 6.73213 3.34271C5.28876 4.21538 4.08851 5.43254 3.24079 6.88325C2.39307 8.33396 1.92483 9.97208 1.87876 11.6483C1.83269 13.3245 2.21026 14.9855 2.97703 16.4799L1.90227 21.6552C1.8889 21.7195 1.89208 21.7862 1.91152 21.8489C1.93096 21.9117 1.96604 21.9686 2.01351 22.0144C2.06097 22.0602 2.11931 22.0934 2.18312 22.1109C2.24692 22.1284 2.31415 22.1296 2.37858 22.1146L7.49143 20.9127C8.87699 21.5963 10.402 21.9557 11.9495 21.9633C13.4969 21.971 15.0255 21.6267 16.4179 20.9569C17.8102 20.2871 19.0293 19.3096 19.9814 18.0995C20.9336 16.8894 21.5935 15.4789 21.9104 13.9763C22.2273 12.4738 22.1928 10.9191 21.8096 9.43186C21.4264 7.94458 20.7047 6.56423 19.6998 5.39683C18.6949 4.22943 17.4337 3.30605 16.013 2.69762C14.5923 2.08919 13.0499 1.81189 11.5043 1.88704Z" stroke="black" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M16.9128 14.0967L14.9515 13.5381C14.8249 13.5022 14.6909 13.5008 14.5636 13.5341C14.4362 13.5674 14.3204 13.6342 14.2282 13.7275L13.7484 14.2122C13.6497 14.3124 13.5232 14.3814 13.385 14.4104C13.2467 14.4393 13.1029 14.4269 12.9717 14.3748C12.0439 14.0036 10.0924 12.2823 9.59434 11.4203C9.52436 11.2985 9.49237 11.1588 9.50242 11.0189C9.51247 10.8791 9.56412 10.7453 9.65082 10.6346L10.0693 10.0973C10.1498 9.9939 10.2008 9.87087 10.2166 9.74118C10.2325 9.61149 10.2127 9.47995 10.1595 9.36048L9.33475 7.50925C9.28875 7.40607 9.21912 7.31497 9.13139 7.24317C9.04367 7.17138 8.94027 7.12088 8.82941 7.09568C8.71856 7.07048 8.60331 7.07128 8.49283 7.09802C8.38235 7.12476 8.27967 7.1767 8.19297 7.2497C7.64555 7.70905 6.99641 8.40668 6.91748 9.17991C6.77833 10.5431 7.36759 12.2614 9.5957 14.3242C12.1698 16.708 14.2316 17.0243 15.5737 16.7003C16.3352 16.5173 16.9435 15.7843 17.3272 15.1838C17.3883 15.0887 17.4262 14.9807 17.4379 14.8685C17.4496 14.7562 17.4347 14.6429 17.3945 14.5373C17.3543 14.4318 17.2898 14.337 17.2062 14.2605C17.1226 14.1841 17.0221 14.128 16.9128 14.0967Z" stroke="black" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
4
- </svg>
@@ -1,10 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_346_1329)">
3
- <path d="M12 23.25C15.3344 23.25 18.0375 18.2132 18.0375 12C18.0375 5.7868 15.3344 0.75 12 0.75M12 23.25C8.66558 23.25 5.9625 18.2132 5.9625 12C5.9625 5.7868 8.66558 0.75 12 0.75M12 23.25V0.75M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75M12 23.25C5.7868 23.25 0.75 18.2132 0.75 12C0.75 5.7868 5.7868 0.75 12 0.75M1.6875 16.5H22.3125M1.6875 7.5H22.3125" stroke="black" stroke-linecap="round" stroke-linejoin="round"/>
4
- </g>
5
- <defs>
6
- <clipPath id="clip0_346_1329">
7
- <rect width="24" height="24" fill="white"/>
8
- </clipPath>
9
- </defs>
10
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M13.1357 10.2441L20.9022 1.5H20.9336L13.1492 10.2642M10.429 13.2915L2.25 22.5H2.28138L10.4419 13.3123M2.25 1.5H6.91304L21.75 22.5H16.875L2.25 1.5Z" stroke="black"/>
3
- </svg>