@flitsmeister/design-system 3.0.1 → 3.1.0

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 (181) hide show
  1. package/README.md +93 -1
  2. package/dist/ce/dom.d.ts +2 -0
  3. package/dist/ce/dom.d.ts.map +1 -0
  4. package/dist/ce/dom.js +11 -0
  5. package/dist/ce/dom.js.map +1 -0
  6. package/dist/ce/implicit-form-submit.d.ts +2 -0
  7. package/dist/ce/implicit-form-submit.d.ts.map +1 -0
  8. package/dist/ce/implicit-form-submit.js +27 -0
  9. package/dist/ce/implicit-form-submit.js.map +1 -0
  10. package/dist/fm-button/fm-button.d.ts +5 -2
  11. package/dist/fm-button/fm-button.d.ts.map +1 -1
  12. package/dist/fm-button/fm-button.js +6 -3
  13. package/dist/fm-button/fm-button.js.map +1 -1
  14. package/dist/fm-button/fm-button.style.js +7 -7
  15. package/dist/fm-dropdown/fm-dropdown.js +1 -1
  16. package/dist/fm-dropdown/fm-dropdown.js.map +1 -1
  17. package/dist/fm-dropdown/fm-dropdown.style.js +6 -6
  18. package/dist/fm-icon/fm-icon.d.ts.map +1 -1
  19. package/dist/fm-icon/fm-icon.js +3 -2
  20. package/dist/fm-icon/fm-icon.js.map +1 -1
  21. package/dist/fm-icon/fm-icon.style.js +4 -4
  22. package/dist/fm-input/fm-input.d.ts +21 -3
  23. package/dist/fm-input/fm-input.d.ts.map +1 -1
  24. package/dist/fm-input/fm-input.js +25 -6
  25. package/dist/fm-input/fm-input.js.map +1 -1
  26. package/dist/fm-input/fm-input.style.js +7 -7
  27. package/dist/fm-radio-input/fm-radio-input.style.js +4 -4
  28. package/dist/fm-segmented-controller/fm-segmented-controller.d.ts +3 -0
  29. package/dist/fm-segmented-controller/fm-segmented-controller.d.ts.map +1 -1
  30. package/dist/fm-segmented-controller/fm-segmented-controller.js +5 -0
  31. package/dist/fm-segmented-controller/fm-segmented-controller.js.map +1 -1
  32. package/dist/fm-segmented-controller/fm-segmented-controller.style.d.ts.map +1 -1
  33. package/dist/fm-segmented-controller/fm-segmented-controller.style.js +11 -9
  34. package/dist/fm-segmented-controller/fm-segmented-controller.style.js.map +1 -1
  35. package/dist/fm-wizard/fm-wizard.style.js +5 -5
  36. package/dist/react/ce.d.ts +14 -0
  37. package/dist/react/ce.d.ts.map +1 -0
  38. package/dist/react/ce.js +43 -0
  39. package/dist/react/ce.js.map +1 -0
  40. package/dist/react/fm-button.d.ts +27 -0
  41. package/dist/react/fm-button.d.ts.map +1 -0
  42. package/dist/react/fm-button.js +26 -0
  43. package/dist/react/fm-button.js.map +1 -0
  44. package/dist/react/fm-dropdown.d.ts +13 -0
  45. package/dist/react/fm-dropdown.d.ts.map +1 -0
  46. package/dist/react/fm-dropdown.js +19 -0
  47. package/dist/react/fm-dropdown.js.map +1 -0
  48. package/dist/react/fm-icon.d.ts +11 -0
  49. package/dist/react/fm-icon.d.ts.map +1 -0
  50. package/dist/react/fm-icon.js +13 -0
  51. package/dist/react/fm-icon.js.map +1 -0
  52. package/dist/react/fm-input.d.ts +30 -0
  53. package/dist/react/fm-input.d.ts.map +1 -0
  54. package/dist/react/fm-input.js +52 -0
  55. package/dist/react/fm-input.js.map +1 -0
  56. package/dist/react/fm-radio-input.d.ts +15 -0
  57. package/dist/react/fm-radio-input.d.ts.map +1 -0
  58. package/dist/react/fm-radio-input.js +15 -0
  59. package/dist/react/fm-radio-input.js.map +1 -0
  60. package/dist/react/fm-segmented-controller.d.ts +13 -0
  61. package/dist/react/fm-segmented-controller.d.ts.map +1 -0
  62. package/dist/react/fm-segmented-controller.js +16 -0
  63. package/dist/react/fm-segmented-controller.js.map +1 -0
  64. package/dist/react/index.d.ts +14 -0
  65. package/dist/react/index.d.ts.map +1 -0
  66. package/dist/react/index.js +8 -0
  67. package/dist/react/index.js.map +1 -0
  68. package/dist/vue/ce.d.ts +3 -0
  69. package/dist/vue/ce.d.ts.map +1 -0
  70. package/dist/vue/ce.js +16 -0
  71. package/dist/vue/ce.js.map +1 -0
  72. package/dist/vue/fm-button.d.ts +164 -0
  73. package/dist/vue/fm-button.d.ts.map +1 -0
  74. package/dist/vue/fm-button.js +67 -0
  75. package/dist/vue/fm-button.js.map +1 -0
  76. package/dist/vue/fm-dropdown.d.ts +65 -0
  77. package/dist/vue/fm-dropdown.d.ts.map +1 -0
  78. package/dist/vue/fm-dropdown.js +40 -0
  79. package/dist/vue/fm-dropdown.js.map +1 -0
  80. package/dist/vue/fm-input.d.ts +150 -0
  81. package/dist/vue/fm-input.d.ts.map +1 -0
  82. package/dist/vue/fm-input.js +93 -0
  83. package/dist/vue/fm-input.js.map +1 -0
  84. package/dist/vue/index.d.ts +6 -0
  85. package/dist/vue/index.d.ts.map +1 -0
  86. package/dist/vue/index.js +4 -0
  87. package/dist/vue/index.js.map +1 -0
  88. package/icons/bold/add.svg +3 -0
  89. package/icons/bold/check.svg +3 -0
  90. package/icons/bold/checkbox-checked.svg +4 -0
  91. package/icons/bold/checkbox-unchecked.svg +3 -0
  92. package/icons/bold/chevron-backward.svg +3 -0
  93. package/icons/bold/chevron-down.svg +3 -0
  94. package/icons/bold/chevron-forward.svg +3 -0
  95. package/icons/bold/chevron-up.svg +3 -0
  96. package/icons/bold/close-1.svg +3 -0
  97. package/icons/bold/close.svg +4 -0
  98. package/icons/bold/dot.svg +3 -0
  99. package/icons/bold/open-external.svg +3 -0
  100. package/icons/bold/prominent-1.svg +3 -0
  101. package/icons/bold/prominent.svg +3 -0
  102. package/icons/bold/question.svg +4 -0
  103. package/icons/bold/remove.svg +3 -0
  104. package/icons/bold/search.svg +3 -0
  105. package/icons/bold/spinner.svg +3 -0
  106. package/icons/bold/warning.svg +3 -0
  107. package/icons/duotone/check.svg +4 -0
  108. package/icons/filled/achievements.svg +3 -0
  109. package/icons/filled/add.svg +3 -0
  110. package/icons/filled/app-settings.svg +3 -0
  111. package/icons/filled/calendar.svg +7 -0
  112. package/icons/filled/car-simplified.svg +3 -0
  113. package/icons/filled/check.svg +3 -0
  114. package/icons/filled/clock.svg +3 -0
  115. package/icons/filled/close.svg +3 -0
  116. package/icons/filled/control.svg +7 -0
  117. package/icons/filled/danger.svg +3 -0
  118. package/icons/filled/delete.svg +3 -0
  119. package/icons/filled/deviceOne.svg +3 -0
  120. package/icons/filled/deviceTwo.svg +3 -0
  121. package/icons/filled/disputeFine.svg +3 -0
  122. package/icons/filled/email.svg +3 -0
  123. package/icons/filled/gasPrices.svg +3 -0
  124. package/icons/filled/hazard.svg +3 -0
  125. package/icons/filled/highway.svg +3 -0
  126. package/icons/filled/info.svg +3 -0
  127. package/icons/filled/lock-close.svg +3 -0
  128. package/icons/filled/lock-open.svg +3 -0
  129. package/icons/filled/lock.svg +3 -0
  130. package/icons/filled/microphone.svg +4 -0
  131. package/icons/filled/notificaiton-unread.svg +4 -0
  132. package/icons/filled/notificaiton.svg +3 -0
  133. package/icons/filled/parking.svg +3 -0
  134. package/icons/filled/play.svg +8 -0
  135. package/icons/filled/question.svg +3 -0
  136. package/icons/filled/rating-empty.svg +3 -0
  137. package/icons/filled/rating-full.svg +3 -0
  138. package/icons/filled/rating-half.svg +4 -0
  139. package/icons/filled/remove.svg +3 -0
  140. package/icons/filled/return-location.svg +3 -0
  141. package/icons/filled/support.svg +3 -0
  142. package/icons/filled/toll.svg +3 -0
  143. package/icons/filled/tripHistory.svg +3 -0
  144. package/icons/filled/truck.svg +3 -0
  145. package/icons/filled/user-pin.svg +3 -0
  146. package/icons/filled/user-profile.svg +3 -0
  147. package/icons/filled/warning.svg +3 -0
  148. package/icons/filled/zone-default.svg +3 -0
  149. package/icons/filled/zone-indoor.svg +3 -0
  150. package/icons/filled/zone-street.svg +3 -0
  151. package/icons/stroke/arrow-Down.svg +3 -0
  152. package/icons/stroke/arrow-Up.svg +3 -0
  153. package/icons/stroke/arrow-left.svg +3 -0
  154. package/icons/stroke/arrow-right.svg +3 -0
  155. package/icons/stroke/check.svg +3 -0
  156. package/icons/stroke/checkbox-checked.svg +4 -0
  157. package/icons/stroke/checkbox-unchecked.svg +3 -0
  158. package/icons/stroke/chevron-backward.svg +3 -0
  159. package/icons/stroke/chevron-down.svg +3 -0
  160. package/icons/stroke/chevron-forward.svg +3 -0
  161. package/icons/stroke/chevron-up.svg +3 -0
  162. package/icons/stroke/clock.svg +3 -0
  163. package/icons/stroke/close-1.svg +3 -0
  164. package/icons/stroke/close.svg +4 -0
  165. package/icons/stroke/download.svg +4 -0
  166. package/icons/stroke/email.svg +4 -0
  167. package/icons/stroke/hamburger.svg +3 -0
  168. package/icons/stroke/login.svg +4 -0
  169. package/icons/stroke/logout.svg +3 -0
  170. package/icons/stroke/more.svg +5 -0
  171. package/icons/stroke/open-external.svg +3 -0
  172. package/icons/stroke/question.svg +4 -0
  173. package/icons/stroke/search.svg +3 -0
  174. package/icons/stroke/spinner.svg +3 -0
  175. package/icons/stroke/warning.svg +3 -0
  176. package/package.json +81 -13
  177. package/scripts/bundle-cli.mjs +16 -0
  178. package/scripts/copy-package-assets.mjs +19 -0
  179. package/scripts/install-cli.bundled.mjs +1637 -0
  180. package/styles/fm-design-system/fm-design-system.css +921 -0
  181. package/styles/fm-design-system/fm-design-system.tailwind.css +323 -0
@@ -0,0 +1,150 @@
1
+ import { type PropType } from 'vue';
2
+ import '../fm-input/fm-input.js';
3
+ import type { ValidationRule } from '../fm-input/fm-input.js';
4
+ type InputType = 'text' | 'search' | 'email' | 'number' | 'password' | 'tel';
5
+ export type FmInputExpose = {
6
+ validate: () => void;
7
+ };
8
+ export declare const FmInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
9
+ modelValue: {
10
+ type: StringConstructor;
11
+ default: undefined;
12
+ };
13
+ value: {
14
+ type: StringConstructor;
15
+ default: undefined;
16
+ };
17
+ type: {
18
+ type: PropType<InputType>;
19
+ default: string;
20
+ };
21
+ placeholder: {
22
+ type: StringConstructor;
23
+ default: string;
24
+ };
25
+ rules: {
26
+ type: PropType<ValidationRule[]>;
27
+ default: undefined;
28
+ };
29
+ disabled: {
30
+ type: BooleanConstructor;
31
+ default: boolean;
32
+ };
33
+ readonly: {
34
+ type: BooleanConstructor;
35
+ default: boolean;
36
+ };
37
+ loading: {
38
+ type: BooleanConstructor;
39
+ default: boolean;
40
+ };
41
+ grayBorder: {
42
+ type: BooleanConstructor;
43
+ default: boolean;
44
+ };
45
+ maxLength: {
46
+ type: PropType<number | null>;
47
+ default: null;
48
+ };
49
+ letterSpacing: {
50
+ type: NumberConstructor;
51
+ default: number;
52
+ };
53
+ autocomplete: {
54
+ type: StringConstructor;
55
+ default: string;
56
+ };
57
+ /** Shadow-only class on `.inputgroup`; not a Tailwind API. Prefer host `class` for layout. */
58
+ customClass: {
59
+ type: StringConstructor;
60
+ default: string;
61
+ };
62
+ /** Shadow-only class on `<input>`; not a Tailwind API. Prefer host `class` for layout. */
63
+ inputClass: {
64
+ type: StringConstructor;
65
+ default: string;
66
+ };
67
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
68
+ [key: string]: any;
69
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("fm-input" | "fm-focus" | "fm-blur" | "update:modelValue")[], "fm-input" | "fm-focus" | "fm-blur" | "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
70
+ modelValue: {
71
+ type: StringConstructor;
72
+ default: undefined;
73
+ };
74
+ value: {
75
+ type: StringConstructor;
76
+ default: undefined;
77
+ };
78
+ type: {
79
+ type: PropType<InputType>;
80
+ default: string;
81
+ };
82
+ placeholder: {
83
+ type: StringConstructor;
84
+ default: string;
85
+ };
86
+ rules: {
87
+ type: PropType<ValidationRule[]>;
88
+ default: undefined;
89
+ };
90
+ disabled: {
91
+ type: BooleanConstructor;
92
+ default: boolean;
93
+ };
94
+ readonly: {
95
+ type: BooleanConstructor;
96
+ default: boolean;
97
+ };
98
+ loading: {
99
+ type: BooleanConstructor;
100
+ default: boolean;
101
+ };
102
+ grayBorder: {
103
+ type: BooleanConstructor;
104
+ default: boolean;
105
+ };
106
+ maxLength: {
107
+ type: PropType<number | null>;
108
+ default: null;
109
+ };
110
+ letterSpacing: {
111
+ type: NumberConstructor;
112
+ default: number;
113
+ };
114
+ autocomplete: {
115
+ type: StringConstructor;
116
+ default: string;
117
+ };
118
+ /** Shadow-only class on `.inputgroup`; not a Tailwind API. Prefer host `class` for layout. */
119
+ customClass: {
120
+ type: StringConstructor;
121
+ default: string;
122
+ };
123
+ /** Shadow-only class on `<input>`; not a Tailwind API. Prefer host `class` for layout. */
124
+ inputClass: {
125
+ type: StringConstructor;
126
+ default: string;
127
+ };
128
+ }>> & Readonly<{
129
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
130
+ "onFm-input"?: ((...args: any[]) => any) | undefined;
131
+ "onFm-focus"?: ((...args: any[]) => any) | undefined;
132
+ "onFm-blur"?: ((...args: any[]) => any) | undefined;
133
+ }>, {
134
+ type: InputType;
135
+ loading: boolean;
136
+ disabled: boolean;
137
+ placeholder: string;
138
+ value: string;
139
+ rules: ValidationRule[];
140
+ readonly: boolean;
141
+ grayBorder: boolean;
142
+ maxLength: number | null;
143
+ letterSpacing: number;
144
+ autocomplete: string;
145
+ customClass: string;
146
+ inputClass: string;
147
+ modelValue: string;
148
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
149
+ export {};
150
+ //# sourceMappingURL=fm-input.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fm-input.d.ts","sourceRoot":"","sources":["../../src/vue/fm-input.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkC,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAA;AACnE,OAAO,yBAAyB,CAAA;AAChC,OAAO,KAAK,EAA6B,cAAc,EAAE,MAAM,yBAAyB,CAAA;AAIxF,KAAK,SAAS,GAAG,MAAM,GAAG,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,UAAU,GAAG,KAAK,CAAA;AAE5E,MAAM,MAAM,aAAa,GAAG;IAC1B,QAAQ,EAAE,MAAM,IAAI,CAAA;CACrB,CAAA;AAED,eAAO,MAAM,OAAO;;;;;;;;;;cAMQ,QAAQ,CAAC,SAAS,CAAC;;;;;;;;cAEnB,QAAQ,CAAC,cAAc,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;cAKrB,QAAQ,CAAC,MAAM,GAAG,IAAI,CAAC;;;;;;;;;;;IAGpD,8FAA8F;;;;;IAE9F,0FAA0F;;;;;;;;;;;;;;;;;cAZlE,QAAQ,CAAC,SAAS,CAAC;;;;;;;;cAEnB,QAAQ,CAAC,cAAc,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;cAKrB,QAAQ,CAAC,MAAM,GAAG,IAAI,CAAC;;;;;;;;;;;IAGpD,8FAA8F;;;;;IAE9F,0FAA0F;;;;;;;;;;;;;;;;;;;;;;;;;4EA8E5F,CAAA"}
@@ -0,0 +1,93 @@
1
+ import { defineComponent, h, ref, watch } from 'vue';
2
+ import '../fm-input/fm-input.js';
3
+ import { boolAttr, callHandler } from './ce.js';
4
+ import { requestImplicitFormSubmit } from '../ce/implicit-form-submit.js';
5
+ export const FmInput = defineComponent({
6
+ name: 'FmInput',
7
+ inheritAttrs: false,
8
+ props: {
9
+ modelValue: { type: String, default: undefined },
10
+ value: { type: String, default: undefined },
11
+ type: { type: String, default: 'text' },
12
+ placeholder: { type: String, default: '' },
13
+ rules: { type: Array, default: undefined },
14
+ disabled: { type: Boolean, default: false },
15
+ readonly: { type: Boolean, default: false },
16
+ loading: { type: Boolean, default: false },
17
+ grayBorder: { type: Boolean, default: false },
18
+ maxLength: { type: Number, default: null },
19
+ letterSpacing: { type: Number, default: 0 },
20
+ autocomplete: { type: String, default: '' },
21
+ /** Shadow-only class on `.inputgroup`; not a Tailwind API. Prefer host `class` for layout. */
22
+ customClass: { type: String, default: '' },
23
+ /** Shadow-only class on `<input>`; not a Tailwind API. Prefer host `class` for layout. */
24
+ inputClass: { type: String, default: '' }
25
+ },
26
+ emits: ['update:modelValue', 'fm-input', 'fm-focus', 'fm-blur'],
27
+ setup(props, { emit, expose, attrs }) {
28
+ const elRef = ref(null);
29
+ const currentValue = () => props.modelValue ?? props.value ?? '';
30
+ const syncRules = () => {
31
+ const apply = (el) => {
32
+ if (el && props.rules !== undefined)
33
+ el.rules = props.rules;
34
+ };
35
+ const el = elRef.value;
36
+ if (el && typeof el.validate === 'function') {
37
+ apply(el);
38
+ return;
39
+ }
40
+ void customElements.whenDefined('fm-input').then(() => apply(elRef.value));
41
+ };
42
+ watch(() => props.rules, syncRules, { immediate: true });
43
+ const validate = () => {
44
+ const el = elRef.value;
45
+ if (el && typeof el.validate === 'function') {
46
+ el.validate();
47
+ return;
48
+ }
49
+ void customElements.whenDefined('fm-input').then(() => {
50
+ elRef.value?.validate?.();
51
+ });
52
+ };
53
+ expose({ validate });
54
+ const handleInput = (event) => {
55
+ const customEvent = event;
56
+ emit('update:modelValue', customEvent.detail.value);
57
+ emit('fm-input', customEvent);
58
+ };
59
+ const handleKeydown = (event) => {
60
+ callHandler(attrs.onKeydown ?? attrs.onKeyDown, event);
61
+ const keyboardEvent = event;
62
+ if (keyboardEvent.key !== 'Enter' || props.disabled || props.readonly || props.loading)
63
+ return;
64
+ const host = keyboardEvent.currentTarget;
65
+ const form = host?.closest('form');
66
+ if (!form)
67
+ return;
68
+ keyboardEvent.preventDefault();
69
+ requestImplicitFormSubmit(form);
70
+ };
71
+ return () => h('fm-input', {
72
+ ...attrs,
73
+ ref: elRef,
74
+ type: props.type,
75
+ placeholder: props.placeholder,
76
+ value: currentValue(),
77
+ disabled: boolAttr(props.disabled),
78
+ readonly: boolAttr(props.readonly),
79
+ loading: boolAttr(props.loading),
80
+ 'gray-border': boolAttr(props.grayBorder),
81
+ 'max-length': props.maxLength ?? undefined,
82
+ 'letter-spacing': props.letterSpacing,
83
+ autocomplete: props.autocomplete,
84
+ 'custom-class': props.customClass,
85
+ 'input-class': props.inputClass,
86
+ onFmInput: handleInput,
87
+ onFmFocus: (event) => emit('fm-focus', event),
88
+ onFmBlur: (event) => emit('fm-blur', event),
89
+ onKeydown: handleKeydown
90
+ });
91
+ }
92
+ });
93
+ //# sourceMappingURL=fm-input.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fm-input.js","sourceRoot":"","sources":["../../src/vue/fm-input.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,6 @@
1
+ export { FmButton } from './fm-button.js';
2
+ export { FmInput } from './fm-input.js';
3
+ export type { FmInputExpose } from './fm-input.js';
4
+ export type { ValidationRule } from '../fm-input/fm-input.js';
5
+ export { FmDropdown } from './fm-dropdown.js';
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/vue/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAA;AACzC,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAA;AACvC,YAAY,EAAE,aAAa,EAAE,MAAM,eAAe,CAAA;AAClD,YAAY,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAA;AAC7D,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAA"}
@@ -0,0 +1,4 @@
1
+ export { FmButton } from './fm-button.js';
2
+ export { FmInput } from './fm-input.js';
3
+ export { FmDropdown } from './fm-dropdown.js';
4
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/vue/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAA;AACzC,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAA;AAGvC,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAA"}
@@ -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="M11.9998 4C12.9662 4 13.7496 4.7834 13.7497 5.74979L13.7498 10.2501L18.2501 10.25C19.2165 10.2499 20 11.0334 20 11.9998C20 12.9662 19.2166 13.7496 18.2502 13.7496L13.7498 13.7497L13.7499 18.2501C13.75 19.2165 12.9665 20 12.0001 20C11.0338 20 10.2503 19.2166 10.2503 18.2502L10.2502 13.7498L5.74986 13.7499C4.78345 13.7499 4.00002 12.9665 4 12.0001C3.99998 11.0337 4.78338 10.2503 5.74978 10.2502L10.2501 10.2501L10.25 5.74987C10.25 4.78345 11.0334 4 11.9998 4Z" fill="#161616"/>
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="M9.4723 13.8673L6.11191 10.5072C5.42847 9.82379 4.32046 9.82381 3.63706 10.5072C2.95364 11.1907 2.95366 12.2987 3.63712 12.9821L8.23345 17.5781C8.74794 18.0926 9.50305 18.2198 10.1365 17.9596C10.3461 17.8742 10.5425 17.7465 10.7126 17.5764L19.5514 8.7371C20.2347 8.05374 20.2347 6.94582 19.5514 6.26249C18.868 5.57915 17.7601 5.57917 17.0767 6.26254L9.4723 13.8673Z" fill="#161616"/>
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 fill-rule="evenodd" clip-rule="evenodd" d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM12.0001 18.5C15.5899 18.5 18.5001 15.5899 18.5001 12C18.5001 8.41018 15.5899 5.50003 12.0001 5.50003C8.41021 5.50003 5.50007 8.41018 5.50007 12C5.50007 15.5899 8.41021 18.5 12.0001 18.5Z" fill="#161616"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.8728 12.2889L9.98737 11.4036C9.30394 10.7202 8.19595 10.7203 7.51256 11.4037C6.82912 12.0871 6.82915 13.1952 7.51263 13.8786L9.63404 15.9998C10.1512 16.5169 10.9115 16.6427 11.5469 16.3772C11.7528 16.2918 11.9457 16.1654 12.1132 15.9979L16.3559 11.7549C17.0392 11.0715 17.0391 9.96365 16.3558 9.28032C15.6724 8.59697 14.5645 8.59699 13.8812 9.28038L10.8728 12.2889Z" fill="#161616"/>
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 fill-rule="evenodd" clip-rule="evenodd" d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM12.0001 18.5C15.5899 18.5 18.5001 15.5899 18.5001 12C18.5001 8.41018 15.5899 5.50003 12.0001 5.50003C8.41021 5.50003 5.50007 8.41018 5.50007 12C5.50007 15.5899 8.41021 18.5 12.0001 18.5Z" fill="#161616"/>
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="M12.7656 3.01261C12.0822 2.32919 10.9742 2.32919 10.2907 3.01261L2.51256 10.7908C2.50722 10.7961 2.50193 10.8015 2.49667 10.8069C2.45988 10.8446 2.42513 10.8836 2.39243 10.9237C2.05606 11.3361 1.93593 11.8661 2.03204 12.3625C2.09611 12.6934 2.25628 13.0094 2.51256 13.2657L10.2907 21.0438C10.9742 21.7273 12.0822 21.7273 12.7656 21.0438C13.449 20.3604 13.449 19.2524 12.7656 18.569L6.22487 12.0282L12.7656 5.48748C13.449 4.80406 13.449 3.69603 12.7656 3.01261Z" fill="#161616"/>
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="M2.95621 6.23439C2.2728 6.91781 2.2728 8.02584 2.95621 8.70926L10.7344 16.4874C10.7397 16.4928 10.7451 16.4981 10.7505 16.5033C10.7882 16.5401 10.8272 16.5749 10.8673 16.6076C11.2797 16.9439 11.8097 17.0641 12.3061 16.968C12.637 16.9039 12.953 16.7437 13.2093 16.4874L20.9874 8.70926C21.6709 8.02584 21.6709 6.91781 20.9874 6.23439C20.304 5.55097 19.196 5.55097 18.5126 6.23439L11.9718 12.7751L5.43109 6.23439C4.74767 5.55097 3.63963 5.55097 2.95621 6.23439Z" fill="#161616"/>
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.2345 21.0438C11.9179 21.7272 13.0259 21.7272 13.7094 21.0438L21.4875 13.2656C21.5302 13.2229 21.5703 13.1785 21.6077 13.1327C21.7955 12.9025 21.9159 12.6356 21.9688 12.3583C21.9897 12.2493 22.0001 12.1388 22.0001 12.0282C22.0001 11.5803 21.8292 11.1324 21.4875 10.7907L13.7094 3.01256C13.0259 2.32915 11.9179 2.32915 11.2345 3.01256C10.5511 3.69598 10.5511 4.80402 11.2345 5.48744L17.7752 12.0282L11.2345 18.5689C10.5511 19.2523 10.5511 20.3604 11.2345 21.0438Z" fill="#161616"/>
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="M20.9874 17.1946C21.6708 16.5111 21.6708 15.4031 20.9874 14.7197L13.2092 6.94152C13.2039 6.93618 13.1985 6.93088 13.1931 6.92563C13.1554 6.88884 13.1164 6.85409 13.0763 6.82139C12.6639 6.48502 12.1339 6.36489 11.6375 6.46099C11.3066 6.52506 10.9906 6.68524 10.7343 6.94152L2.95617 14.7197C2.27275 15.4031 2.27275 16.5111 2.95617 17.1946C3.63958 17.878 4.74762 17.878 5.43104 17.1946L11.9718 10.6538L18.5125 17.1946C19.1959 17.878 20.304 17.878 20.9874 17.1946Z" fill="#161616"/>
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="M18.6721 5.23737C19.3555 5.92071 19.3555 7.02862 18.6722 7.71197L14.4294 11.9549L18.6723 16.1977C19.3557 16.881 19.3557 17.9889 18.6724 18.6723C17.989 19.3557 16.8811 19.3557 16.1977 18.6723L11.9548 14.4296L7.71197 18.6726C7.02864 19.3559 5.92071 19.3559 5.23735 18.6726C4.55399 17.9893 4.55397 16.8813 5.23731 16.198L9.48013 11.955L5.23715 7.71217C4.55377 7.02882 4.55376 5.92088 5.23712 5.23752C5.92046 4.55417 7.02838 4.55417 7.71173 5.23749L11.9547 9.48032L16.1975 5.23739C16.8808 4.55402 17.9888 4.55401 18.6721 5.23737Z" fill="#161616"/>
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
+ <circle cx="12" cy="12" r="8.25" stroke="#161616" stroke-width="3.5"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M15.5941 8.51251C16.2775 9.19585 16.2775 10.3037 15.5942 10.9871L14.5227 12.0586L15.5837 13.1195C16.2671 13.8028 16.2671 14.9108 15.5837 15.5942C14.9004 16.2775 13.7925 16.2775 13.1091 15.5942L12.0482 14.5333L10.9979 15.5837C10.3146 16.2671 9.20662 16.2671 8.52326 15.5837C7.83991 14.9004 7.83989 13.7925 8.5232 13.1092L9.57349 12.0588L8.51255 10.9979C7.82917 10.3146 7.82915 9.20664 8.5125 8.52328C9.19582 7.83993 10.3037 7.83991 10.9871 8.52322L12.048 9.58408L13.1195 8.51256C13.8028 7.82917 14.9108 7.82914 15.5941 8.51251Z" fill="#161616"/>
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="M14.5 12C14.5 13.3807 13.3807 14.5 12 14.5C10.6193 14.5 9.5 13.3807 9.5 12C9.5 10.6193 10.6193 9.5 12 9.5C13.3807 9.5 14.5 10.6193 14.5 12Z" fill="#161616"/>
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="M14.75 5.5H16.05L10.2623 11.2877C9.5789 11.9711 9.5789 13.0791 10.2623 13.7626C10.9457 14.446 12.0538 14.446 12.7372 13.7626L18.5001 7.99965V9.25C18.5001 10.2165 19.2836 11 20.2501 11C21.2166 11 22.0001 10.2165 22.0001 9.25L22.0001 3.75C22.0001 2.7835 21.2166 2 20.2501 2H20.25H20.25H14.75C13.7835 2 13 2.7835 13 3.75C13 4.7165 13.7835 5.5 14.75 5.5ZM8.75 3C9.7165 3 10.5 3.7835 10.5 4.75C10.5 5.7165 9.7165 6.5 8.75 6.5H6.5L6.5 17.5H18.5V15.25C18.5 14.2835 19.2835 13.5 20.25 13.5C21.2165 13.5 22 14.2835 22 15.25V19.25C22 20.2165 21.2165 21 20.25 21H4.75C3.7835 21 3 20.2165 3 19.25C3 19.1651 3.00604 19.0817 3.01772 19C3.00604 18.9184 3 18.8349 3 18.75L3 4.75289L3 4.75C3 3.7835 3.7835 3 4.75 3H8.75Z" fill="#161616"/>
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="M18.2502 7.49965C19.2166 7.49964 20 6.71622 20 5.74983C20 4.78341 19.2165 3.99998 18.2501 4L3.74978 4.00029C2.78338 4.00031 1.99998 4.78375 2 5.75015C2.00002 6.71654 2.78345 7.49995 3.74985 7.49993L18.2502 7.49965ZM18.2502 13.7497C19.2166 13.7496 20 12.9662 20 11.9998C20 11.0334 19.2165 10.25 18.2501 10.25L3.74978 10.2503C2.78338 10.2503 1.99998 11.0337 2 12.0001C2.00002 12.9665 2.78345 13.7499 3.74985 13.7499L18.2502 13.7497ZM20 18.2498C20 19.2162 19.2166 19.9996 18.2502 19.9997L3.74985 19.9999C2.78345 19.9999 2.00002 19.2165 2 18.2501C1.99998 17.2837 2.78338 16.5003 3.74978 16.5003L18.2501 16.5C19.2165 16.5 20 17.2834 20 18.2498Z" fill="#161616"/>
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="M14.4999 12C14.4999 13.3807 13.3807 14.5 11.9999 14.5C10.6192 14.5 9.49994 13.3807 9.49994 12C9.49994 10.6193 10.6192 9.5 11.9999 9.5C13.3807 9.5 14.4999 10.6193 14.4999 12ZM7 12C7 13.3807 5.88071 14.5 4.5 14.5C3.11929 14.5 2 13.3807 2 12C2 10.6193 3.11929 9.50002 4.5 9.50002C5.88071 9.50002 7 10.6193 7 12ZM19.4999 14.5C20.8807 14.5 21.9999 13.3807 21.9999 12C21.9999 10.6193 20.8807 9.5 19.4999 9.5C18.1192 9.5 16.9999 10.6193 16.9999 12C16.9999 13.3807 18.1192 14.5 19.4999 14.5Z" fill="#161616"/>
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="M10.6333 6.28464C11.0491 5.91137 11.48 5.75012 11.9985 5.75012C12.517 5.75012 12.9479 5.91137 13.3637 6.28464C13.6747 6.56383 13.8769 6.94392 13.8769 7.62019C13.8769 7.87524 13.77 8.32925 13.2885 9.02185C12.9099 9.56655 12.3367 10.2019 11.5288 10.9257C10.7526 11.6211 10.2485 12.6323 10.2485 13.7501C10.2485 14.7166 11.032 15.5001 11.9985 15.5001C12.965 15.5001 13.7485 14.7166 13.7485 13.7501C13.7485 13.7017 13.7718 13.6153 13.8642 13.5325C14.8018 12.6926 15.5813 11.8556 16.1624 11.0195C16.8829 9.98303 17.3769 8.83671 17.3769 7.62019C17.3769 6.0891 16.8497 4.71066 15.7018 3.68015C14.6586 2.74372 13.4 2.25012 11.9985 2.25012C10.597 2.25012 9.33837 2.74372 8.29524 3.68015C7.72442 4.19258 7.2862 4.81171 7.00142 5.52579C6.64341 6.42353 7.08094 7.44152 7.97868 7.79954C8.87642 8.15756 9.89442 7.72003 10.2524 6.82228C10.332 6.62266 10.4521 6.44736 10.6333 6.28464Z" fill="#161616"/>
3
+ <path d="M13.7853 21.2679C13.3165 21.7367 12.6806 22.0001 12.0176 22.0001C11.3545 22.0001 10.7186 21.7367 10.2498 21.2679C9.78095 20.799 9.51756 20.1632 9.51756 19.5001C9.51756 18.8371 9.78095 18.2012 10.2498 17.7324C10.7186 17.2635 11.3545 17.0001 12.0176 17.0001C12.6806 17.0001 13.3165 17.2635 13.7853 17.7324C14.2542 18.2012 14.5176 18.8371 14.5176 19.5001C14.5176 20.1632 14.2542 20.799 13.7853 21.2679Z" fill="#161616"/>
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="M18.2502 13.7497C19.2166 13.7496 20 12.9662 20 11.9998C20 11.0334 19.2165 10.25 18.2501 10.25L5.74978 10.2503C4.78338 10.2503 3.99998 11.0337 4 12.0001C4.00002 12.9665 4.78345 13.7499 5.74986 13.7499L18.2502 13.7497Z" fill="#161616"/>
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="M14.5 10C14.5 12.4853 12.4853 14.5 10 14.5C7.51472 14.5 5.5 12.4853 5.5 10C5.5 7.51472 7.51472 5.5 10 5.5C12.4853 5.5 14.5 7.51472 14.5 10ZM14.2832 16.758C13.0449 17.5445 11.5756 18 10 18C5.58172 18 2 14.4183 2 10C2 5.58172 5.58172 2 10 2C14.4183 2 18 5.58172 18 10C18 11.5757 17.5445 13.045 16.7579 14.2834L21.2626 18.7879C21.946 19.4712 21.946 20.5792 21.2627 21.2625C20.5794 21.9459 19.4715 21.9459 18.7881 21.2626L14.2832 16.758Z" fill="#161616"/>
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="M22 12C22 10.0222 21.4135 8.08879 20.3147 6.4443C19.2159 4.79981 17.6541 3.51809 15.8268 2.76121C13.9996 2.00433 11.9889 1.8063 10.0491 2.19215C8.10929 2.578 6.32746 3.53041 4.92894 4.92894C3.53041 6.32746 2.578 8.10929 2.19215 10.0491C1.8063 11.9889 2.00433 13.9996 2.76121 15.8268C3.51809 17.6541 4.79981 19.2159 6.4443 20.3147C8.08879 21.4135 10.0222 22 12 22V18.5C10.7144 18.5 9.45772 18.1188 8.3888 17.4046C7.31988 16.6903 6.48676 15.6752 5.99479 14.4874C5.50282 13.2997 5.3741 11.9928 5.6249 10.7319C5.8757 9.47104 6.49477 8.31285 7.40381 7.40381C8.31285 6.49477 9.47104 5.8757 10.7319 5.6249C11.9928 5.3741 13.2997 5.50282 14.4874 5.99479C15.6752 6.48676 16.6903 7.31988 17.4046 8.3888C18.1188 9.45772 18.5 10.7144 18.5 12H22Z" fill="#161616"/>
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="M13.75 6C13.75 5.0335 12.9665 4.25 12 4.25C11.0335 4.25 10.25 5.0335 10.25 6L10.25 12.5C10.25 13.4665 11.0335 14.25 12 14.25C12.9665 14.25 13.75 13.4665 13.75 12.5L13.75 6ZM13.4142 19.4142C13.0391 19.7893 12.5304 20 12 20C11.4696 20 10.9609 19.7893 10.5858 19.4142C10.2107 19.0391 10 18.5304 10 18C10 17.4696 10.2107 16.9609 10.5858 16.5858C10.9609 16.2107 11.4696 16 12 16C12.5304 16 13.0391 16.2107 13.4142 16.5858C13.7893 16.9609 14 17.4696 14 18C14 18.5304 13.7893 19.0391 13.4142 19.4142Z" fill="#161616"/>
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="M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z" fill="#39A049"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.8298 13.4355L8.88364 11.4895C8.39553 11.0014 7.60417 11.0014 7.11608 11.4895C6.62796 11.9776 6.62798 12.769 7.11612 13.2571L9.94483 16.0856C10.3163 16.4571 10.8633 16.5458 11.3187 16.3519C11.4634 16.291 11.599 16.2016 11.7168 16.0837L16.6666 11.1336C17.1547 10.6455 17.1547 9.85416 16.6666 9.36607C16.1785 8.87796 15.3871 8.87798 14.899 9.3661L10.8298 13.4355Z" fill="white"/>
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 fill-rule="evenodd" clip-rule="evenodd" d="M17 5H7V13C7 15.3298 8.59347 17.2874 10.75 17.8425V18.5H9.50001C8.80965 18.5 8.25001 19.0596 8.25001 19.75C8.25001 20.4404 8.80965 21 9.50001 21H14.5C15.1904 21 15.75 20.4404 15.75 19.75C15.75 19.0596 15.1904 18.5 14.5 18.5H13.25V17.8425C15.4065 17.2874 17 15.3298 17 13V5ZM18.2177 14.6606C19.8508 13.9856 21 12.377 21 10.5V7.88889C21 7.39797 20.602 7 20.1111 7H18.5V13C18.5 13.5821 18.4005 14.141 18.2177 14.6606ZM3 10.5C3 12.377 4.14919 13.9856 5.78236 14.6606C5.59948 14.141 5.5 13.5821 5.5 13V7H3.88889C3.39797 7 3 7.39797 3 7.88889V10.5Z" fill="#161616"/>
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="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM13.25 7.75739C13.25 7.06703 12.6904 6.50739 12 6.50739C11.3096 6.50739 10.75 7.06703 10.75 7.75739V10.75H7.75732C7.06697 10.75 6.50732 11.3096 6.50732 12C6.50732 12.6904 7.06697 13.25 7.75732 13.25H10.75V16.2427C10.75 16.933 11.3096 17.4927 12 17.4927C12.6904 17.4927 13.25 16.933 13.25 16.2427V13.25H16.2426C16.933 13.25 17.4926 12.6904 17.4926 12C17.4926 11.3096 16.933 10.75 16.2426 10.75H13.25V7.75739Z" fill="#161616"/>
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="M9.82607 3.02077C9.93419 2.69641 10.2038 2.44896 10.5355 2.36603C11.4909 2.12717 12.5084 2.12717 13.4638 2.36603C13.7955 2.44896 14.0651 2.69641 14.1733 3.02077L14.8537 5.06213C15.3934 5.28437 15.9014 5.56774 16.3692 5.90361L18.463 5.39842C18.7954 5.31823 19.1481 5.41574 19.3942 5.65309C20.103 6.33677 20.6422 7.19962 20.946 8.13646C21.0514 8.46169 20.9844 8.82147 20.7667 9.08504L19.3951 10.745C19.4639 11.1531 19.4997 11.5724 19.4997 12C19.4997 12.4277 19.4639 12.847 19.3951 13.2552L20.7665 14.9149C20.9843 15.1785 21.0512 15.5383 20.9458 15.8635C20.642 16.8004 20.1029 17.6632 19.394 18.3469C19.1479 18.5842 18.7952 18.6818 18.4628 18.6016L16.3691 18.0964C15.9014 18.4323 15.3933 18.7156 14.8537 18.9379L14.1733 20.9792C14.0651 21.3036 13.7955 21.551 13.4638 21.634C12.5084 21.8728 11.4909 21.8728 10.5355 21.634C10.2038 21.551 9.93419 21.3036 9.82607 20.9792L9.14562 18.9379C8.60603 18.7156 8.09806 18.4323 7.63032 18.0965L5.53702 18.6016C5.20466 18.6818 4.85193 18.5842 4.60584 18.3469C3.89697 17.6632 3.3578 16.8004 3.05406 15.8635C2.94861 15.5383 3.01559 15.1785 3.23336 14.9149L4.60432 13.2557C4.53549 12.8474 4.49966 12.4279 4.49966 12C4.49966 11.5722 4.53548 11.1527 4.60429 10.7445L3.23319 9.08504C3.01542 8.82147 2.94844 8.46169 3.05388 8.13646C3.35763 7.19962 3.89679 6.33677 4.60567 5.65309C4.85176 5.41574 5.20449 5.31822 5.53685 5.39842L7.63028 5.90352C8.09803 5.56768 8.60602 5.28434 9.14562 5.06213L9.82607 3.02077ZM11.9997 15C13.6565 15 14.9997 13.6568 14.9997 12C14.9997 10.3431 13.6565 8.99999 11.9997 8.99999C10.3428 8.99999 8.99966 10.3431 8.99966 12C8.99966 13.6568 10.3428 15 11.9997 15Z" fill="#161616"/>
3
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <mask id="path-1-inside-1_1801_901" fill="white">
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6 4.25C6 3.55964 6.55964 3 7.25 3C7.94036 3 8.5 3.55964 8.5 4.25V5H16V4.25C16 3.55964 16.5596 3 17.25 3C17.9404 3 18.5 3.55964 18.5 4.25V5.06301C19.3626 5.28503 20 6.06808 20 7V8C20 8.55228 19.5523 9 19 9H17.25H7.25H5C4.44772 9 4 8.55228 4 8V7C4 5.89543 4.89543 5 6 5V4.25ZM19.5 10.5H4.5V18C4.5 19.1046 5.39543 20 6.5 20H17.5C18.6046 20 19.5 19.1046 19.5 18V10.5Z"/>
4
+ </mask>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6 4.25C6 3.55964 6.55964 3 7.25 3C7.94036 3 8.5 3.55964 8.5 4.25V5H16V4.25C16 3.55964 16.5596 3 17.25 3C17.9404 3 18.5 3.55964 18.5 4.25V5.06301C19.3626 5.28503 20 6.06808 20 7V8C20 8.55228 19.5523 9 19 9H17.25H7.25H5C4.44772 9 4 8.55228 4 8V7C4 5.89543 4.89543 5 6 5V4.25ZM19.5 10.5H4.5V18C4.5 19.1046 5.39543 20 6.5 20H17.5C18.6046 20 19.5 19.1046 19.5 18V10.5Z" fill="#161616"/>
6
+ <path d="M8.5 5H6V7.5H8.5V5ZM16 5V7.5H18.5V5H16ZM18.5 5.06301H16V7.00103L17.8769 7.4841L18.5 5.06301ZM6 5V7.5H8.5V5H6ZM4.5 10.5V8H2V10.5H4.5ZM19.5 10.5H22V8H19.5V10.5ZM7.25 0.5C5.17893 0.5 3.5 2.17893 3.5 4.25H8.5C8.5 4.94036 7.94036 5.5 7.25 5.5V0.5ZM11 4.25C11 2.17893 9.32107 0.5 7.25 0.5V5.5C6.55964 5.5 6 4.94036 6 4.25H11ZM11 5V4.25H6V5H11ZM16 2.5H8.5V7.5H16V2.5ZM18.5 5V4.25H13.5V5H18.5ZM18.5 4.25C18.5 4.94036 17.9404 5.5 17.25 5.5V0.5C15.1789 0.5 13.5 2.17893 13.5 4.25H18.5ZM17.25 5.5C16.5596 5.5 16 4.94036 16 4.25H21C21 2.17893 19.3211 0.5 17.25 0.5V5.5ZM16 4.25V5.06301H21V4.25H16ZM22.5 7C22.5 4.89975 21.0635 3.14133 19.1231 2.64192L17.8769 7.4841C17.6617 7.42873 17.5 7.23641 17.5 7H22.5ZM22.5 8V7H17.5V8H22.5ZM19 11.5C20.933 11.5 22.5 9.933 22.5 8H17.5C17.5 7.17157 18.1716 6.5 19 6.5V11.5ZM17.25 11.5H19V6.5H17.25V11.5ZM7.25 11.5H17.25V6.5H7.25V11.5ZM5 11.5H7.25V6.5H5V11.5ZM1.5 8C1.5 9.933 3.067 11.5 5 11.5V6.5C5.82843 6.5 6.5 7.17157 6.5 8H1.5ZM1.5 7V8H6.5V7H1.5ZM6 2.5C3.51472 2.5 1.5 4.51472 1.5 7H6.5C6.5 7.27614 6.27614 7.5 6 7.5V2.5ZM3.5 4.25V5H8.5V4.25H3.5ZM4.5 13H19.5V8H4.5V13ZM7 18V10.5H2V18H7ZM6.5 17.5C6.77614 17.5 7 17.7239 7 18H2C2 20.4853 4.01472 22.5 6.5 22.5V17.5ZM17.5 17.5H6.5V22.5H17.5V17.5ZM17 18C17 17.7239 17.2239 17.5 17.5 17.5V22.5C19.9853 22.5 22 20.4853 22 18H17ZM17 10.5V18H22V10.5H17Z" fill="#161616" mask="url(#path-1-inside-1_1801_901)"/>
7
+ </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="M4.29013 3.76368C4.40985 2.75762 5.26296 2 6.27612 2H17.7099C18.729 2 19.5851 2.76627 19.6977 3.77914L20.4225 10.3027C20.4727 10.7541 20.675 11.175 20.9961 11.4961L21.4142 11.9142C21.7893 12.2893 22 12.798 22 13.3284V17C22 18.1046 21.1046 19 20 19V21C20 21.5523 19.5523 22 19 22H17C16.4477 22 16 21.5523 16 21V19H8V21C8 21.5523 7.55228 22 7 22H5C4.44772 22 4 21.5523 4 21L4 19C2.89543 19 2 18.1046 2 17V13.3002C2 12.7865 2.19764 12.2925 2.55196 11.9206L2.96979 11.4821C3.26792 11.1691 3.45666 10.768 3.50773 10.3388L4.29013 3.76368ZM17.9291 10.5L17.3612 5.38957C17.305 4.88314 16.8769 4.5 16.3674 4.5H7.6222C7.1171 4.5 6.6913 4.87666 6.62967 5.37798L6 10.5H17.9291ZM5.5 13C4.94772 13 4.5 13.4477 4.5 14V15.5C4.5 16.0523 4.94772 16.5 5.5 16.5H7C7.55228 16.5 8 16.0523 8 15.5V14C8 13.4477 7.55228 13 7 13H5.5ZM16 14C16 13.4477 16.4477 13 17 13H18.5C19.0523 13 19.5 13.4477 19.5 14V15.5C19.5 16.0523 19.0523 16.5 18.5 16.5H17C16.4477 16.5 16 16.0523 16 15.5V14Z" fill="#161616"/>
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="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM8.88364 11.4895L10.8298 13.4355L14.899 9.3661C15.3871 8.87798 16.1785 8.87796 16.6666 9.36607C17.1547 9.85416 17.1547 10.6455 16.6666 11.1336L11.7168 16.0837C11.599 16.2016 11.4634 16.291 11.3187 16.3519C10.8633 16.5458 10.3163 16.4571 9.94483 16.0856L7.11612 13.2571C6.62798 12.769 6.62796 11.9776 7.11608 11.4895C7.60417 11.0014 8.39553 11.0014 8.88364 11.4895Z" fill="#161616"/>
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="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM10.75 6V12V12.5178L11.1161 12.8839L14.6161 16.3839L16.3839 14.6161L13.25 11.4822V6H10.75Z" fill="#161616"/>
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="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM15.8942 9.88365C16.3823 9.39554 16.3823 8.60418 15.8942 8.11608C15.4061 7.62796 14.6147 7.62797 14.1266 8.1161L12.0052 10.2376L9.88364 8.11619C9.39553 7.6281 8.60416 7.62812 8.11606 8.11623C7.62797 8.60434 7.62798 9.39572 8.1161 9.88381L10.2376 12.0052L8.11616 14.1268C7.62807 14.6149 7.62808 15.4063 8.11619 15.8944C8.60431 16.3825 9.39568 16.3825 9.88378 15.8944L12.0053 13.7728L14.1268 15.8943C14.6149 16.3823 15.4063 16.3823 15.8944 15.8942C16.3825 15.4061 16.3825 14.6147 15.8944 14.1266L13.7728 12.0052L15.8942 9.88365Z" fill="#161616"/>
3
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M9.25 12C9.25 10.4812 10.4812 9.25 12 9.25C13.5188 9.25 14.75 10.4812 14.75 12C14.75 13.5188 13.5188 14.75 12 14.75C10.4812 14.75 9.25 13.5188 9.25 12Z" fill="#161616"/>
3
+ <path d="M12 2L15 5H9L12 2Z" fill="#161616"/>
4
+ <path d="M22 12L19 15L19 9L22 12Z" fill="#161616"/>
5
+ <path d="M12 22L15 19H9L12 22Z" fill="#161616"/>
6
+ <path d="M2 12L5 15L5 9L2 12Z" fill="#161616"/>
7
+ </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="M10.2379 3.78435C10.9922 2.37853 13.0082 2.37853 13.7625 3.78435L21.4196 18.0544C22.1346 19.3868 21.1694 21 19.6573 21H4.34311C2.83104 21 1.86586 19.3868 2.58079 18.0544L10.2379 3.78435ZM13.3704 8.74993C13.3703 8.05962 12.8107 7.50003 12.1204 7.50003C11.4301 7.50003 10.8705 8.05964 10.8705 8.74996L10.8706 12.2503C10.8706 12.9406 11.4302 13.5002 12.1205 13.5002C12.8108 13.5002 13.3704 12.9406 13.3704 12.2503L13.3704 8.74993ZM13.1812 18.0607C12.8999 18.342 12.5183 18.5 12.1205 18.5C11.7227 18.5 11.3412 18.342 11.0598 18.0607C10.7785 17.7794 10.6205 17.3979 10.6205 17C10.6205 16.6022 10.7785 16.2207 11.0598 15.9394C11.3412 15.6581 11.7227 15.5 12.1205 15.5C12.5183 15.5 12.8999 15.6581 13.1812 15.9394C13.4625 16.2207 13.6205 16.6022 13.6205 17C13.6205 17.3979 13.4625 17.7794 13.1812 18.0607Z" fill="#161616"/>
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="M15.2764 2.55279C15.107 2.214 14.7607 2 14.382 2H9.61803C9.23926 2 8.893 2.214 8.72361 2.55279L8.27639 3.44721C8.107 3.786 7.76074 4 7.38197 4H4.25C3.55964 4 3 4.55964 3 5.25C3 5.94036 3.55964 6.5 4.25 6.5H19.75C20.4404 6.5 21 5.94036 21 5.25C21 4.55964 20.4404 4 19.75 4H16.618C16.2393 4 15.893 3.786 15.7236 3.44721L15.2764 2.55279ZM4.5 8H19.5L18.6719 20.2422C18.6094 21.2305 17.7891 22 16.8008 22H7.19922C6.21094 22 5.39062 21.2305 5.32812 20.2422L4.5 8Z" fill="#161616"/>
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="M11 4C8.79086 4 7 5.79086 7 8V16C7 18.2091 8.79086 20 11 20H13C15.2091 20 17 18.2091 17 16V8C17 5.79086 15.2091 4 13 4H11ZM12 14.5C12.9665 14.5 13.75 13.7165 13.75 12.75C13.75 11.7835 12.9665 11 12 11C11.0335 11 10.25 11.7835 10.25 12.75C10.25 13.7165 11.0335 14.5 12 14.5Z" fill="#161616"/>
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="M22 9C22 6.79086 20.2091 5 18 5H6C3.79086 5 2 6.79086 2 9V15C2 17.2091 3.79086 19 6 19H18C20.2091 19 22 17.2091 22 15V9ZM10 7.5H15V16.5H10V7.5ZM6 13.5C6.82843 13.5 7.5 12.8284 7.5 12C7.5 11.1716 6.82843 10.5 6 10.5C5.17157 10.5 4.5 11.1716 4.5 12C4.5 12.8284 5.17157 13.5 6 13.5Z" fill="#161616"/>
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="M17.0714 3.41419C16.2903 2.63314 15.024 2.63314 14.2429 3.41419L11.4145 6.24261C10.6335 7.02366 10.6335 8.28999 11.4145 9.07104L12.1216 9.77815C12.9027 10.5592 14.169 10.5592 14.9501 9.77815L15.4803 9.24785L19.6571 13.4246L21.4249 11.6568L17.2481 7.48009L17.7785 6.94972C18.5595 6.16867 18.5595 4.90234 17.7785 4.12129L17.0714 3.41419ZM9.5 15.7211C8.39543 15.7211 7.5 16.6166 7.5 17.7211V18.7211C6.94772 18.7211 6.5 19.1688 6.5 19.7211C6.5 20.2734 6.94771 20.7211 7.5 20.7211H9.5H15.5H17.5C18.0523 20.7211 18.5 20.2734 18.5 19.7211C18.5 19.1688 18.0523 18.7211 17.5 18.7211V17.7211C17.5 16.6166 16.6046 15.7211 15.5 15.7211H9.5ZM4.25503 13.7065L2.74902 14.0441L4.20639 14.5522C5.22559 14.9075 5.77899 16.0074 5.45687 17.0376L4.99627 18.5107L6.00083 17.6441C6.04178 15.7467 7.59273 14.2211 9.5 14.2211H11.5932L11.2752 14.1102C10.256 13.7549 9.70256 12.655 10.0247 11.6248L10.4853 10.1518L9.31659 11.1599C8.49929 11.8649 7.27003 11.7942 6.53894 11.0001L5.49353 9.86469L5.78221 11.3808C5.9841 12.4411 5.30824 13.4704 4.25503 13.7065Z" fill="#161616"/>
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="M4 4C2.89543 4 2 4.89543 2 6V6.6307L11.4827 10.941C11.8114 11.0904 12.1886 11.0904 12.5173 10.941L22 6.6307V6C22 4.89543 21.1046 4 20 4H4ZM22 8.27839L13.138 12.3066C12.4149 12.6352 11.5851 12.6352 10.862 12.3066L2 8.27839V18C2 19.1046 2.89543 20 4 20H20C21.1046 20 22 19.1046 22 18V8.27839Z" fill="#161616"/>
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="M2.79443 5.73298C4.18096 5.96407 5.02934 6.29761 5.62009 6.64221C6.21521 6.98937 6.61415 7.38198 7.11605 7.88387L8.88382 6.11611L8.85955 6.09183C8.36618 5.59836 7.77001 5.00207 6.87977 4.48277C5.97052 3.95237 4.81891 3.53591 3.20543 3.267L2.79443 5.73298ZM6.99993 10.1629V18C6.99993 19.1046 7.89536 20 8.99993 20H17.9999C19.1045 20 19.9999 19.1046 19.9999 18V7.99999C19.9999 6.89542 19.1045 5.99999 17.9999 5.99999H11.1629L6.99993 10.1629ZM12.4999 9.24999C12.4999 8.55963 13.0596 7.99999 13.7499 7.99999H16.7499C17.4403 7.99999 17.9999 8.55963 17.9999 9.24999C17.9999 9.94035 17.4403 10.5 16.7499 10.5H13.7499C13.0596 10.5 12.4999 9.94035 12.4999 9.24999Z" fill="#161616"/>
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="M11.3372 5.92362C11.6189 5.39151 12.3812 5.39151 12.6629 5.92362L18.3411 16.6491C18.6055 17.1486 18.2434 17.75 17.6782 17.75H6.32184C5.75666 17.75 5.39456 17.1486 5.659 16.6491L11.3372 5.92362ZM14.8723 4.7539C13.6516 2.44809 10.3484 2.44807 9.12772 4.7539L3.44953 15.4794C2.30361 17.6439 3.87272 20.25 6.32184 20.25H17.6782C20.1273 20.25 21.6964 17.6439 20.5505 15.4794L14.8723 4.7539ZM14.6667 13.5L16 16H13.1667H10.8334H8.00003L9.33336 13.5L10.5834 11.1563L12 8.50001L13.4167 11.1563L14.6667 13.5Z" fill="#161616"/>
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="M9 3H15L15.5833 6.5H8.41667L9 3ZM8.16667 8H6H3.5H2V10.5H3.5V13H6V10.5H7.75H16.25H18V13H20.5V10.5H22V8H20.5H18H15.8333H8.16667ZM7.5 12L6 21H11V17H13V21H18L16.5 12H13V15H11V12H7.5Z" fill="#161616"/>
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="M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM10.6298 15.7501C10.6298 16.4404 11.1894 17 11.8797 17C12.57 17 13.1296 16.4404 13.1296 15.7501L13.1296 12.2497C13.1296 11.5594 12.57 10.9998 11.8797 10.9998C11.1893 10.9998 10.6297 11.5594 10.6297 12.2498L10.6298 15.7501ZM10.819 6.43934C11.1003 6.15804 11.4818 6 11.8796 6C12.2775 6 12.659 6.15804 12.9403 6.43934C13.2216 6.72064 13.3796 7.10217 13.3796 7.5C13.3796 7.89782 13.2216 8.27936 12.9403 8.56066C12.659 8.84196 12.2775 9 11.8796 9C11.4818 9 11.1003 8.84196 10.819 8.56066C10.5377 8.27936 10.3796 7.89782 10.3796 7.5C10.3796 7.10217 10.5377 6.72064 10.819 6.43934Z" fill="#161616"/>
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="M14.5 7V8.5H17V7C17 4.23858 14.7614 2 12 2C9.23858 2 7 4.23858 7 7V8.5H9.5V7C9.5 5.61929 10.6193 4.5 12 4.5C13.3807 4.5 14.5 5.61929 14.5 7ZM18 10H17H14.5H9.5H7H6C4.89543 10 4 10.8954 4 12V20C4 21.1046 4.89543 22 6 22H18C19.1046 22 20 21.1046 20 20V12C20 10.8954 19.1046 10 18 10ZM12.0556 17.7687C12.5197 17.7687 12.9648 17.5843 13.293 17.2562C13.6212 16.928 13.8056 16.4829 13.8056 16.0187C13.8056 15.5546 13.6212 15.1095 13.293 14.7813C12.9648 14.4531 12.5197 14.2687 12.0556 14.2687C11.5915 14.2687 11.1463 14.4531 10.8182 14.7813C10.49 15.1095 10.3056 15.5546 10.3056 16.0187C10.3056 16.4829 10.49 16.928 10.8182 17.2562C11.1463 17.5843 11.5915 17.7687 12.0556 17.7687Z" fill="#161616"/>
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="M18 12.292V12C18 10.8954 17.1046 10 16 10H14.5H12H6H4C2.89543 10 2 10.8954 2 12V20C2 21.1046 2.89543 22 4 22H16C17.1046 22 18 21.1046 18 20V18V14.9V12.292ZM22 8.5V7C22 4.23858 19.7614 2 17 2C14.2386 2 12 4.23858 12 7V8.5H14.5V7C14.5 5.61929 15.6193 4.5 17 4.5C18.3807 4.5 19.5 5.61929 19.5 7V8.5H22ZM10.0556 17.7687C10.5197 17.7687 10.9648 17.5843 11.293 17.2562C11.6212 16.928 11.8056 16.4829 11.8056 16.0187C11.8056 15.5546 11.6212 15.1095 11.293 14.7813C10.9648 14.4531 10.5197 14.2687 10.0556 14.2687C9.59146 14.2687 9.14634 14.4531 8.81815 14.7813C8.48996 15.1095 8.30559 15.5546 8.30559 16.0187C8.30559 16.4829 8.48996 16.928 8.81815 17.2562C9.14634 17.5843 9.59146 17.7687 10.0556 17.7687Z" fill="#161616"/>
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 4.09469L12 2L3 4.09469V13.6212C3 15.8434 3.94821 17.9746 5.63604 19.5459C7.32387 21.1172 9.61305 22 12 22C14.3869 22 16.6761 21.1172 18.364 19.5459C20.0518 17.9746 21 15.8434 21 13.6212V4.09469ZM13.4583 8.95833V8.08333C13.4583 7.27792 12.8054 6.625 12 6.625C11.1946 6.625 10.5417 7.27792 10.5417 8.08333V8.95833H9.08333V8.08333C9.08333 6.4725 10.3892 5.16667 12 5.16667C13.6108 5.16667 14.9167 6.4725 14.9167 8.08333V8.95833H13.4583ZM13.4583 9.83333H14.9167L14.9166 9.8488C15.9032 9.97181 16.6667 10.8134 16.6667 11.8333V14.8333C16.6667 15.9379 15.7712 16.8333 14.6667 16.8333H9.33333C8.22876 16.8333 7.33333 15.9379 7.33333 14.8333V11.8333C7.33333 10.8134 8.09678 9.97181 9.08337 9.8488L9.08333 9.83333H10.5417H13.4583ZM12.7543 14.0661C12.5628 14.2575 12.3032 14.3651 12.0324 14.3651C11.7617 14.3651 11.502 14.2575 11.3106 14.0661C11.1191 13.8747 11.0116 13.615 11.0116 13.3443C11.0116 13.0735 11.1191 12.8139 11.3106 12.6224C11.502 12.431 11.7617 12.3234 12.0324 12.3234C12.3032 12.3234 12.5628 12.431 12.7543 12.6224C12.9457 12.8139 13.0533 13.0735 13.0533 13.3443C13.0533 13.615 12.9457 13.8747 12.7543 14.0661Z" fill="#161616"/>
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 fill-rule="evenodd" clip-rule="evenodd" d="M12 2.00006C13.7949 2.00006 15.25 3.45514 15.25 5.25006V11.7501C15.25 13.545 13.7949 15.0001 12 15.0001C10.2051 15.0001 8.75 13.545 8.75 11.7501V5.25006C8.75 3.45514 10.2051 2.00006 12 2.00006Z" fill="#161616"/>
3
+ <path d="M7.25 11.0001C7.25 10.3097 6.69036 9.75006 6 9.75006C5.30964 9.75006 4.75 10.3097 4.75 11.0001V12.0001C4.75 15.5779 7.34162 18.5504 10.75 19.1427V20.7499C10.75 21.4403 11.3096 21.9999 12 21.9999C12.6904 21.9999 13.25 21.4403 13.25 20.7499V19.1427C16.6584 18.5504 19.25 15.5779 19.25 12.0001V11.0001C19.25 10.3097 18.6904 9.75006 18 9.75006C17.3096 9.75006 16.75 10.3097 16.75 11.0001V12.0001C16.75 14.6234 14.6234 16.7501 12 16.7501C9.37665 16.7501 7.25 14.6234 7.25 12.0001V11.0001Z" fill="#161616"/>
4
+ </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 fill-rule="evenodd" clip-rule="evenodd" d="M12 2.5C11.1716 2.5 10.5 3.17157 10.5 4V4.18903C7.91216 4.85509 6 7.20424 6 10V15C6 15.5523 5.55228 16 5 16C4.44772 16 4 16.4477 4 17C4 17.5523 4.44772 18 5 18H6H18H19C19.5523 18 20 17.5523 20 17C20 16.4477 19.5523 16 19 16C18.4477 16 18 15.5523 18 15V10.4691C17.8362 10.4895 17.6693 10.5 17.5 10.5C15.2909 10.5 13.5 8.70914 13.5 6.5C13.5 5.72151 13.7224 4.99497 14.1071 4.38043C13.9095 4.30629 13.7069 4.24228 13.5 4.18903V4C13.5 3.17157 12.8284 2.5 12 2.5ZM15.4398 5.08333C15.1624 5.48601 15 5.97403 15 6.5C15 7.88071 16.1193 9 17.5 9C17.6401 9 17.7775 8.98848 17.9113 8.96633C17.6331 7.36438 16.7196 5.98037 15.4398 5.08333ZM12 22C10.6193 22 9.5 20.8807 9.5 19.5H14.5C14.5 20.8807 13.3807 22 12 22Z" fill="#161616"/>
3
+ <path d="M20 6.5C20 7.88071 18.8807 9 17.5 9C16.1193 9 15 7.88071 15 6.5C15 5.11929 16.1193 4 17.5 4C18.8807 4 20 5.11929 20 6.5Z" fill="#161616"/>
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 fill-rule="evenodd" clip-rule="evenodd" d="M10.5 4C10.5 3.17157 11.1716 2.5 12 2.5C12.8284 2.5 13.5 3.17157 13.5 4V4.18903C16.0878 4.85509 18 7.20424 18 10V15C18 15.5523 18.4477 16 19 16C19.5523 16 20 16.4477 20 17C20 17.5523 19.5523 18 19 18H18H6H5C4.44772 18 4 17.5523 4 17C4 16.4477 4.44772 16 5 16C5.55228 16 6 15.5523 6 15V10C6 7.20424 7.91216 4.85509 10.5 4.18903V4ZM9.5 19.5C9.5 20.8807 10.6193 22 12 22C13.3807 22 14.5 20.8807 14.5 19.5H9.5Z" fill="#161616"/>
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.92832 20C10.144 20 10.8462 19.2464 10.8462 17.914V15.1399H13.3196C16.6838 15.1399 18.9999 12.9447 18.9999 9.58089C18.9999 6.19522 16.7991 4 13.5501 4H8.92832C7.7126 4 6.99993 4.76451 6.99993 6.09693V17.914C6.99993 19.2464 7.7126 20 8.92832 20ZM10.8462 12.1256V7.06894H12.5336C14.1475 7.06894 15.1117 7.95358 15.1117 9.59181C15.1117 11.241 14.1475 12.1256 12.5126 12.1256H10.8462Z" fill="#161616"/>
3
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <mask id="mask0_3292_4525" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
3
+ <rect width="24" height="24" fill="#D9D9D9"/>
4
+ </mask>
5
+ <g mask="url(#mask0_3292_4525)">
6
+ <path d="M9.53688 18.022C8.87115 18.4456 8 17.9674 8 17.1783V6.82167C8 6.03258 8.87115 5.55437 9.53688 5.97801L17.6742 11.1563C18.2917 11.5493 18.2917 12.4507 17.6742 12.8437L9.53688 18.022Z" fill="#161616"/>
7
+ </g>
8
+ </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="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM11.9869 7.94937C11.6407 7.94937 11.3588 8.05257 11.1006 8.26888C10.9867 8.36433 10.9162 8.46311 10.8712 8.56844C10.6597 9.06345 10.087 9.29327 9.59196 9.08176C9.09695 8.87025 8.86713 8.29751 9.07864 7.8025C9.25108 7.39894 9.51376 7.05525 9.84864 6.77467C10.4611 6.26152 11.1873 6 11.9869 6C12.7865 6 13.5127 6.26152 14.1252 6.77467C14.8014 7.34126 15.1268 8.11487 15.1268 8.99092C15.1268 9.6879 14.824 10.3353 14.3959 10.9101C14.0694 11.3485 13.6392 11.7858 13.1259 12.2235C13.0097 12.3226 12.9616 12.4443 12.9616 12.5443C12.9616 13.0826 12.5252 13.519 11.9869 13.519C11.4486 13.519 11.0122 13.0826 11.0122 12.5443C11.0122 11.8219 11.3514 11.1749 11.861 10.7403C12.3027 10.3635 12.6197 10.0315 12.8325 9.74572C13.1217 9.35745 13.1775 9.11356 13.1775 8.99092C13.1775 8.63756 13.0676 8.43174 12.8732 8.26888C12.6151 8.05257 12.3331 7.94937 11.9869 7.94937ZM12.0607 18C12.4585 18 12.8401 17.8419 13.1214 17.5606C13.4027 17.2793 13.5607 16.8978 13.5607 16.5C13.5607 16.1022 13.4027 15.7206 13.1214 15.4393C12.8401 15.158 12.4585 15 12.0607 15C11.6629 15 11.2813 15.158 11 15.4393C10.7187 15.7206 10.5607 16.1022 10.5607 16.5C10.5607 16.8978 10.7187 17.2793 11 17.5606C11.2813 17.8419 11.6629 18 12.0607 18Z" fill="#161616"/>
3
+ </svg>