@eturnity/eturnity_reusable_components 9.19.4 → 9.19.5

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 (46) hide show
  1. package/package.json +25 -20
  2. package/src/DemoChart.vue +16 -16
  3. package/src/assets/svgIcons/3d_house.svg +3 -0
  4. package/src/assets/svgIcons/activities_app.svg +3 -0
  5. package/src/assets/svgIcons/apps_navigation.svg +3 -0
  6. package/src/assets/svgIcons/chevron_down.svg +3 -0
  7. package/src/assets/svgIcons/chevron_up.svg +3 -0
  8. package/src/assets/svgIcons/collapse_sidebar.svg +3 -0
  9. package/src/assets/svgIcons/consumption_profile.svg +3 -0
  10. package/src/assets/svgIcons/cross_filled.svg +3 -0
  11. package/src/assets/svgIcons/data_transfer.svg +2 -2
  12. package/src/assets/svgIcons/esdec.svg +3 -0
  13. package/src/assets/svgIcons/expand_sidebar.svg +3 -0
  14. package/src/assets/svgIcons/folder_unfilled.svg +3 -0
  15. package/src/assets/svgIcons/leads_app.svg +9 -0
  16. package/src/assets/svgIcons/library_app.svg +3 -0
  17. package/src/assets/svgIcons/mounting_system.svg +2 -2
  18. package/src/assets/svgIcons/projects_app.svg +9 -0
  19. package/src/assets/svgIcons/question_mark.svg +2 -2
  20. package/src/assets/svgIcons/recurring_costs.svg +3 -0
  21. package/src/assets/svgIcons/settings.svg +8 -2
  22. package/src/assets/svgIcons/shading_snow.svg +3 -0
  23. package/src/assets/svgIcons/signature.svg +3 -0
  24. package/src/assets/svgIcons/tariff_menu.svg +3 -0
  25. package/src/assets/svgIcons/zev_community_solar.svg +3 -0
  26. package/src/components/banner/actionBanner/index.vue +1 -1
  27. package/src/components/barchart/BottomFields.vue +5 -2
  28. package/src/components/barchart/ChartControls.vue +5 -5
  29. package/src/components/barchart/index.vue +7 -2
  30. package/src/components/buttons/buttonIcon/index.vue +9 -0
  31. package/src/components/buttons/mainButton/index.vue +26 -26
  32. package/src/components/buttons/splitButtons/index.vue +1 -1
  33. package/src/components/dropdown/index.vue +7 -7
  34. package/src/components/inputs/searchInput/SearchInput.stories.js +1 -1
  35. package/src/components/inputs/searchInput/searchInput.spec.js +1 -1
  36. package/src/components/inputs/select/index.vue +406 -79
  37. package/src/components/inputs/select/option/index.vue +9 -1
  38. package/src/components/modals/cookieConsent/CookieConsent.vue +4 -4
  39. package/src/components/navigationSideMenu/index.vue +1098 -0
  40. package/src/components/pageSubtitle/index.vue +1 -1
  41. package/src/components/projectMarker/ProjectMarker.stories.js +26 -36
  42. package/src/components/projectMarker/index.vue +172 -93
  43. package/src/components/tabsHeader/index.vue +9 -1
  44. package/src/components/videoThumbnail/index.vue +1 -1
  45. package/src/helpers/cookieHelper.js +23 -13
  46. package/src/helpers/dateTimeFormatting.js +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eturnity/eturnity_reusable_components",
3
- "version": "9.19.4",
3
+ "version": "9.19.5",
4
4
  "files": [
5
5
  "dist",
6
6
  "src"
@@ -8,7 +8,27 @@
8
8
  "main": "./src/index.js",
9
9
  "module": "./src/index.js",
10
10
  "private": false,
11
+ "scripts": {
12
+ "dev": "vite",
13
+ "build": "vite build && npm run build:provided-files && npm run copy:provided-docs",
14
+ "build:provided-files": "node scripts/build-provided-files.js",
15
+ "verify:provided-files": "node scripts/verify-provided-files.js",
16
+ "copy:provided-docs": "node scripts/copy-provided-docs.js",
17
+ "verify:provided-docs": "node scripts/verify-provided-docs.js",
18
+ "purge:provided-files-cache": "node scripts/purge-provided-files-cache.js",
19
+ "promote:provided-files-tag": "node scripts/promote-provided-files-tag.js",
20
+ "lint": "vue-cli-service lint",
21
+ "storybook": "storybook dev -p 6006",
22
+ "build-storybook": "storybook build",
23
+ "prettier": "prettier --write 'src/**/*.{js,vue}'",
24
+ "test": "jest",
25
+ "test-coverage": "jest --coverage",
26
+ "merge-remote-master": "node scripts/merge-remote-master.js",
27
+ "prepack": "npm run verify:provided-files && npm run verify:provided-docs",
28
+ "prepublishOnly": "npm run test && npm run build && npm run verify:provided-files && npm run verify:provided-docs"
29
+ },
11
30
  "peerDependencies": {
31
+ "date-fns": "^3.0.0 || ^4.0.0",
12
32
  "vue": "^3.0.0",
13
33
  "vue3-styled-components": "^1.0.0"
14
34
  },
@@ -47,6 +67,8 @@
47
67
  "@vue/test-utils": "2.4.6",
48
68
  "babel-eslint": "10.1.0",
49
69
  "babel-jest": "26.6.3",
70
+ "core-js": "^3.49.0",
71
+ "date-fns": "^4.1.0",
50
72
  "eslint": "8.0.1",
51
73
  "eslint-config-prettier": "8.8.0",
52
74
  "eslint-plugin-prettier": "4.2.1",
@@ -75,22 +97,5 @@
75
97
  },
76
98
  "author": "Aaron Enser",
77
99
  "license": "ISC",
78
- "homepage": "https://bitbucket.org/eturnitydevs/eturnity_reusable_components#readme",
79
- "scripts": {
80
- "dev": "vite",
81
- "build": "vite build && npm run build:provided-files && npm run copy:provided-docs",
82
- "build:provided-files": "node scripts/build-provided-files.js",
83
- "verify:provided-files": "node scripts/verify-provided-files.js",
84
- "copy:provided-docs": "node scripts/copy-provided-docs.js",
85
- "verify:provided-docs": "node scripts/verify-provided-docs.js",
86
- "purge:provided-files-cache": "node scripts/purge-provided-files-cache.js",
87
- "promote:provided-files-tag": "node scripts/promote-provided-files-tag.js",
88
- "lint": "vue-cli-service lint",
89
- "storybook": "storybook dev -p 6006",
90
- "build-storybook": "storybook build",
91
- "prettier": "prettier --write 'src/**/*.{js,vue}'",
92
- "test": "jest",
93
- "test-coverage": "jest --coverage",
94
- "merge-remote-master": "node scripts/merge-remote-master.js"
95
- }
96
- }
100
+ "homepage": "https://bitbucket.org/eturnitydevs/eturnity_reusable_components#readme"
101
+ }
package/src/DemoChart.vue CHANGED
@@ -5,8 +5,8 @@
5
5
  <h2>1. Basic Bar Chart</h2>
6
6
  <BarChart
7
7
  :data="basicData"
8
- :value-formatter="kwhFormatter"
9
8
  height="300px"
9
+ :value-formatter="kwhFormatter"
10
10
  width="800px"
11
11
  />
12
12
 
@@ -14,8 +14,8 @@
14
14
  <BarChart
15
15
  :bar-width="80"
16
16
  :data="basicData"
17
- :value-formatter="kwhFormatter"
18
17
  height="300px"
18
+ :value-formatter="kwhFormatter"
19
19
  width="800px"
20
20
  />
21
21
 
@@ -23,10 +23,10 @@
23
23
  <BarChart
24
24
  :bar-width="80"
25
25
  :data="quarterLabels"
26
+ height="400px"
26
27
  :is-legend-shown="true"
27
28
  :series="threeZoneSeries"
28
29
  :value-formatter="kwhFormatter"
29
- height="400px"
30
30
  width="800px"
31
31
  />
32
32
 
@@ -34,11 +34,11 @@
34
34
  <BarChart
35
35
  :bar-width="60"
36
36
  :data="monthLabels"
37
+ height="400px"
37
38
  :is-legend-shown="true"
38
39
  :legends-item-per-row="3"
39
40
  :series="tariffZones"
40
41
  :value-formatter="kwhFormatter"
41
- height="400px"
42
42
  width="800px"
43
43
  />
44
44
 
@@ -46,9 +46,9 @@
46
46
  <BarChart
47
47
  :bar-width="40"
48
48
  :data="dailyData"
49
+ height="300px"
49
50
  :is-scrollable="true"
50
51
  :value-formatter="kwhFormatter"
51
- height="300px"
52
52
  width="800px"
53
53
  />
54
54
 
@@ -56,11 +56,11 @@
56
56
  <BarChart
57
57
  :bar-width="40"
58
58
  :data="dailyData"
59
+ height="300px"
59
60
  :is-scrollable="true"
60
61
  :is-selection-enabled="true"
61
62
  :selection-size="5"
62
63
  :value-formatter="kwhFormatter"
63
- height="300px"
64
64
  width="800px"
65
65
  @selection-change="handleSelectionChange"
66
66
  />
@@ -68,14 +68,14 @@
68
68
  <h2>7. Chart with Top Controls & Time Frame Selector</h2>
69
69
  <BarChart
70
70
  :bar-width="70"
71
+ chart-controls-position="top"
71
72
  :data="quarterLabels"
73
+ height="350px"
72
74
  :is-legend-shown="true"
73
75
  :selected-split-button="selectedTimeFrame"
74
76
  :series="threeZoneSeries"
75
77
  :split-button-options="timeFrameOptions"
76
78
  :value-formatter="kwhFormatter"
77
- chart-controls-position="top"
78
- height="350px"
79
79
  width="800px"
80
80
  @select-split-button="handleTimeFrameSelect"
81
81
  />
@@ -83,14 +83,14 @@
83
83
  <h2>8. Chart with Bottom Controls & Time Frame Selector</h2>
84
84
  <BarChart
85
85
  :bar-width="70"
86
+ chart-controls-position="bottom"
86
87
  :data="quarterLabels"
88
+ height="350px"
87
89
  :is-legend-shown="true"
88
90
  :selected-split-button="selectedTimeFrame"
89
91
  :series="threeZoneSeries"
90
92
  :split-button-options="timeFrameOptions"
91
93
  :value-formatter="kwhFormatter"
92
- chart-controls-position="bottom"
93
- height="350px"
94
94
  width="800px"
95
95
  @select-split-button="handleTimeFrameSelect"
96
96
  />
@@ -111,9 +111,9 @@
111
111
  <BarChart
112
112
  :bar-width="60"
113
113
  :data="basicData"
114
+ height="300px"
114
115
  :is-bottom-fields-shown="true"
115
116
  :value-formatter="kwhFormatter"
116
- height="300px"
117
117
  width="800px"
118
118
  @update-value="handleValueUpdate"
119
119
  />
@@ -122,10 +122,10 @@
122
122
  <BarChart
123
123
  :bar-width="40"
124
124
  :data="monthlyData"
125
+ height="300px"
125
126
  :is-bottom-fields-shown="true"
126
127
  :is-scrollable="true"
127
128
  :value-formatter="kwhFormatter"
128
- height="300px"
129
129
  width="800px"
130
130
  />
131
131
 
@@ -133,11 +133,11 @@
133
133
  <BarChart
134
134
  :bar-width="70"
135
135
  :data="quarterLabels"
136
+ height="400px"
136
137
  :is-bottom-fields-shown="true"
137
138
  :is-legend-shown="true"
138
139
  :series="threeZoneSeries"
139
140
  :value-formatter="kwhFormatter"
140
- height="400px"
141
141
  width="800px"
142
142
  />
143
143
 
@@ -145,13 +145,13 @@
145
145
  <BarChart
146
146
  :bar-width="60"
147
147
  :data="monthLabels"
148
+ height="400px"
148
149
  :is-bottom-fields-shown="true"
149
150
  :is-legend-shown="true"
150
151
  :is-scrollable="true"
151
152
  :legends-item-per-row="3"
152
153
  :series="tariffZones"
153
154
  :value-formatter="kwhFormatter"
154
- height="400px"
155
155
  width="800px"
156
156
  />
157
157
 
@@ -159,12 +159,12 @@
159
159
  <BarChart
160
160
  :bar-width="40"
161
161
  :data="monthlyData"
162
+ height="350px"
162
163
  :is-bottom-fields-shown="true"
163
164
  :is-scrollable="true"
164
165
  :is-selection-enabled="true"
165
166
  :selection-size="6"
166
167
  :value-formatter="kwhFormatter"
167
- height="350px"
168
168
  width="800px"
169
169
  @selection-change="handleSelectionChange"
170
170
  />
@@ -173,11 +173,11 @@
173
173
  <BarChart
174
174
  :bar-width="70"
175
175
  :data="quarterLabels"
176
+ height="400px"
176
177
  :is-bottom-fields-shown="true"
177
178
  :is-legend-shown="true"
178
179
  :series="threeZoneSeries"
179
180
  :value-formatter="kwhFormatter"
180
- height="400px"
181
181
  width="800px"
182
182
  @selection-change="handleSelectionChange"
183
183
  />
@@ -0,0 +1,3 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.2393 1.33848C10.6656 1.14056 11.1726 1.26702 11.457 1.64121L14.7962 6.03512C14.9284 6.20912 15 6.42164 15 6.64018V11.6036C15 11.9928 14.7742 12.3467 14.4211 12.5106L9.42517 14.8303C9.19119 14.939 8.92427 14.953 8.6802 14.8694L6.20741 14.023C5.80297 13.8846 5.53125 13.5044 5.53125 13.0769V10.4186L4.41016 9.97032V12.0091C4.41016 12.6949 3.73554 13.1771 3.08662 12.9553L1.67647 12.4731C1.27187 12.3348 1 11.9545 1 11.5269V6.85444C1 6.51135 1.17588 6.19222 1.46594 6.00899L5.03027 3.75743L10.2393 1.33848ZM2 6.8541V11.526L3.41016 12.0084V8.49375L6.53125 9.7418V13.0758L8.06055 13.5992V9.39707L4.78906 5.09239L2 6.8541Z" fill="#263238"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M5.58682 0.176177C7.09426 -0.164409 8.67225 -0.00847912 10.0839 0.620513C10.3358 0.73294 10.4489 1.02861 10.3368 1.28067C10.2245 1.5328 9.92883 1.64672 9.67666 1.53458C8.462 0.993353 7.10462 0.858707 5.80752 1.15176C4.51042 1.44483 3.34242 2.14968 2.47842 3.16055C1.61461 4.17133 1.10111 5.43442 1.01358 6.76114C0.926082 8.08805 1.26929 9.40826 1.99307 10.5238C2.7168 11.6393 3.78199 12.4907 5.0292 12.9516C6.27658 13.4124 7.63974 13.4575 8.91495 13.0805C10.19 12.7035 11.3092 11.9246 12.1054 10.8598C12.9015 9.79488 13.332 8.50084 13.3329 7.17129V6.55801C13.3329 6.28198 13.5569 6.05819 13.8329 6.05801C14.1091 6.05801 14.3329 6.28187 14.3329 6.55801V7.17129C14.332 8.71668 13.8315 10.2206 12.9062 11.4584C11.9808 12.696 10.68 13.6013 9.19815 14.0395C7.71624 14.4775 6.13208 14.4256 4.68252 13.89C3.23296 13.3544 1.99531 12.3642 1.1542 11.0678C0.313118 9.77137 -0.0861088 8.23771 0.0155315 6.69571C0.117209 5.15373 0.714679 3.6859 1.71866 2.51114C2.7227 1.3364 4.07948 0.516797 5.58682 0.176177ZM13.4794 1.47989C13.6745 1.28475 13.9911 1.28493 14.1864 1.47989C14.3817 1.67495 14.3823 1.99153 14.1874 2.18692L7.52041 8.86075C7.42672 8.95448 7.29943 9.00715 7.1669 9.00723C7.03436 9.00727 6.90716 8.95439 6.81338 8.86075L4.81338 6.86075C4.61812 6.66549 4.61812 6.34898 4.81338 6.15372C5.00865 5.95853 5.32518 5.95848 5.52041 6.15372L7.16592 7.79922L13.4794 1.47989Z" fill="#CCA300"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M2 10C2.55228 10 3 10.4477 3 11V12C3 12.5523 2.55228 13 2 13H1C0.447715 13 1.61065e-08 12.5523 0 12V11C0 10.4477 0.447715 10 1 10H2ZM7 10C7.55228 10 8 10.4477 8 11V12C8 12.5523 7.55228 13 7 13H6C5.44772 13 5 12.5523 5 12V11C5 10.4477 5.44772 10 6 10H7ZM12 10C12.5523 10 13 10.4477 13 11V12C13 12.5523 12.5523 13 12 13H11C10.4477 13 10 12.5523 10 12V11C10 10.4477 10.4477 10 11 10H12ZM2 5C2.55228 5 3 5.44772 3 6V7C3 7.55228 2.55228 8 2 8H1C0.447715 8 1.61065e-08 7.55228 0 7V6C0 5.44772 0.447715 5 1 5H2ZM7 5C7.55228 5 8 5.44772 8 6V7C8 7.55228 7.55228 8 7 8H6C5.44772 8 5 7.55228 5 7V6C5 5.44772 5.44772 5 6 5H7ZM12 5C12.5523 5 13 5.44772 13 6V7C13 7.55228 12.5523 8 12 8H11C10.4477 8 10 7.55228 10 7V6C10 5.44772 10.4477 5 11 5H12ZM2 0C2.55228 0 3 0.447715 3 1V2C3 2.55228 2.55228 3 2 3H1C0.447715 3 1.61065e-08 2.55228 0 2V1C0 0.447715 0.447715 1.61064e-08 1 0H2ZM7 0C7.55228 0 8 0.447715 8 1V2C8 2.55228 7.55228 3 7 3H6C5.44772 3 5 2.55228 5 2V1C5 0.447715 5.44772 1.61064e-08 6 0H7ZM12 0C12.5523 0 13 0.447715 13 1V2C13 2.55228 12.5523 3 12 3H11C10.4477 3 10 2.55228 10 2V1C10 0.447715 10.4477 1.61064e-08 11 0H12Z" fill="#595A5E"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.85346 0.853432C7.04866 0.658164 7.0487 0.341641 6.85346 0.146401C6.65822 -0.0488042 6.34169 -0.0487832 6.14643 0.146401L3.49995 2.79289L0.853465 0.146402C0.658222 -0.0488034 0.341689 -0.0487824 0.146433 0.146402C-0.0488172 0.341652 -0.0487938 0.658168 0.146433 0.853433L3.14643 3.85343C3.3417 4.04869 3.6582 4.04869 3.85346 3.85343L6.85346 0.853432Z" fill="#263238"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M0.146363 3.14532C-0.0488335 3.34057 -0.0488459 3.6571 0.146363 3.85236C0.341591 4.04758 0.65812 4.04754 0.853394 3.85236L3.4989 1.20685L6.14539 3.85236C6.34062 4.04755 6.65717 4.0475 6.85242 3.85236C7.04766 3.65707 7.0477 3.34056 6.85242 3.14532L3.85339 0.146301C3.65822 -0.0488283 3.34163 -0.0486744 3.14636 0.146301L0.146363 3.14532Z" fill="#263238"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="15" height="12" viewBox="0 0 15 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12.5 0C13.3284 0 14 0.671573 14 1.5V4.5H13V1.5C13 1.22386 12.7761 1 12.5 1H5V11H12.5C12.7761 11 13 10.7761 13 10.5V7.5H14V10.5C14 11.3284 13.3284 12 12.5 12H1.5C0.671573 12 0 11.3284 0 10.5V1.5C0 0.671573 0.671573 0 1.5 0H12.5ZM1.5 1C1.22386 1 1 1.22386 1 1.5V10.5C1 10.7761 1.22386 11 1.5 11H4V1H1.5ZM9.14648 3.14648C9.34175 2.95122 9.65825 2.95122 9.85352 3.14648C10.0488 3.34175 10.0488 3.65825 9.85352 3.85352L8.20703 5.5H14.5C14.7761 5.5 15 5.72386 15 6C15 6.27614 14.7761 6.5 14.5 6.5H8.20703L9.85352 8.14648C10.0488 8.34175 10.0488 8.65825 9.85352 8.85352C9.65825 9.04878 9.34175 9.04878 9.14648 8.85352L6.64648 6.35352C6.45122 6.15825 6.45122 5.84175 6.64648 5.64648L9.14648 3.14648Z" fill="#6F20DC"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M0.5 0C0.776142 0 1 0.223858 1 0.5V13H13.5C13.7761 13 14 13.2239 14 13.5C14 13.7761 13.7761 14 13.5 14H0.5C0.223858 14 0 13.7761 0 13.5V0.5C0 0.223858 0.223858 0 0.5 0ZM9.71094 5.0918C9.87044 4.97874 10.0847 4.96815 10.2568 5.07129L12.7568 6.57129C12.9935 6.71331 13.0706 7.02008 12.9287 7.25684C12.7867 7.49353 12.4799 7.57055 12.2432 7.42871L10.0771 6.12891L7.85352 8.35352C7.69136 8.51567 7.43986 8.54655 7.24316 8.42871L5.10938 7.14844L2.88379 9.82031C2.70696 10.0322 2.39173 10.0605 2.17969 9.88379C1.96781 9.70696 1.93951 9.39173 2.11621 9.17969L4.61621 6.17969L4.67969 6.11523C4.8403 5.98135 5.07195 5.96052 5.25684 6.07129L7.42188 7.37012L9.64648 5.14648L9.71094 5.0918Z" fill="#263238"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8.96944 1.53056C6.92868 -0.510188 3.57132 -0.510188 1.53056 1.53056C-0.510188 3.57132 -0.510188 6.92868 1.53056 8.96944C3.57132 11.0102 6.92868 11.0102 8.96944 8.96944C11.0102 6.92868 11.0102 3.63715 8.96944 1.53056ZM7.98198 7.12618L7.06035 8.04781L5.21708 6.20455L3.37382 8.04781L2.45219 7.12618L4.29545 5.28292L2.45219 3.43966L3.37382 2.51803L5.21708 4.36129L7.06035 2.51803L7.98198 3.43966L6.13871 5.28292L7.98198 7.12618Z" fill="#FF6565"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M16 0H2C0.89 0 0 0.9 0 2V16C0 17.1 0.89 18 2 18H6V16H2V2H16V16H12V18H16C17.1 18 18 17.1 18 16V2C18 0.9 17.11 0 16 0ZM9 6L5 10H8V18H10V10H13L9 6Z" fill="#263238"/>
1
+ <svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M7 3.75C7.13261 3.75 7.25975 3.80272 7.35352 3.89648L11.3535 7.89648C11.5488 8.09175 11.5488 8.40825 11.3535 8.60352C11.1583 8.79878 10.8417 8.79878 10.6465 8.60352L7.5 5.45703V13.75C7.5 14.0261 7.27614 14.25 7 14.25C6.72386 14.25 6.5 14.0261 6.5 13.75V5.45703L3.35352 8.60352C3.15825 8.79878 2.84175 8.79878 2.64648 8.60352C2.45122 8.40825 2.45122 8.09175 2.64648 7.89648L6.64648 3.89648C6.74025 3.80272 6.86739 3.75 7 3.75ZM12.5 0C13.3284 0 14 0.671573 14 1.5V12.5C14 13.3284 13.3284 14 12.5 14H9V13H12.5C12.7761 13 13 12.7761 13 12.5V1.5C13 1.22386 12.7761 1 12.5 1H1.5C1.22386 1 1 1.22386 1 1.5V12.5C1 12.7761 1.22386 13 1.5 13H5V14H1.5C0.671573 14 0 13.3284 0 12.5V1.5C0 0.671573 0.671573 0 1.5 0H12.5Z" fill="black"/>
3
3
  </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="9" height="10" viewBox="0 0 9 10" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M9 8.70432V7.44186H3.20339V6.11296H7.68814V3.65449H3.20339V2.45847H8.72542V0H0V10H7.77966L9 8.70432Z" fill="#263238"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="15" height="12" viewBox="0 0 15 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M13.5 0C14.3284 0 15 0.671573 15 1.5V10.5C15 11.3284 14.3284 12 13.5 12H2.5C1.67157 12 1 11.3284 1 10.5V7.5H2V10.5C2 10.7761 2.22386 11 2.5 11H10V1H2.5C2.22386 1 2 1.22386 2 1.5V4.5H1V1.5C1 0.671573 1.67157 0 2.5 0H13.5ZM11 11H13.5C13.7761 11 14 10.7761 14 10.5V1.5C14 1.22386 13.7761 1 13.5 1H11V11ZM5.14648 3.14648C5.34175 2.95122 5.65825 2.95122 5.85352 3.14648L8.35352 5.64648C8.54878 5.84175 8.54878 6.15825 8.35352 6.35352L5.85352 8.85352C5.65825 9.04878 5.34175 9.04878 5.14648 8.85352C4.95122 8.65825 4.95122 8.34175 5.14648 8.14648L6.79297 6.5H0.5C0.223857 6.5 0 6.27614 0 6C0 5.72386 0.223857 5.5 0.5 5.5H6.79297L5.14648 3.85352C4.95122 3.65825 4.95122 3.34175 5.14648 3.14648Z" fill="#6F20DC"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4.93359 0C5.46049 0 5.94864 0.276708 6.21973 0.728516L7.2832 2.5H13L13.1025 2.50488C13.6067 2.55621 14 2.98232 14 3.5V12.5C14 13.0177 13.6067 13.4438 13.1025 13.4951L13 13.5H1C0.482323 13.5 0.0562145 13.1067 0.00488281 12.6025L0 12.5V1.5C0 0.671573 0.671573 0 1.5 0H4.93359ZM1 12.5H13V3.5H1V12.5ZM1.5 1C1.22386 1 1 1.22386 1 1.5V2.5H6.11719L5.3623 1.24316C5.27194 1.09256 5.10923 1 4.93359 1H1.5Z" fill="black"/>
3
+ </svg>
@@ -0,0 +1,9 @@
1
+ <svg width="15" height="13" viewBox="0 0 15 13" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10 12.5C10 11.872 9.99951 11.4261 9.97559 11.0752C9.95196 10.729 9.90695 10.5118 9.83496 10.3379C9.61506 9.807 9.193 9.38494 8.66211 9.16504C8.48821 9.09305 8.27105 9.04804 7.92481 9.02441C7.57392 9.00049 7.12796 9 6.5 9H4.5C3.87204 9 3.42608 9.00049 3.0752 9.02441C2.72895 9.04804 2.51179 9.09305 2.33789 9.16504C1.807 9.38494 1.38494 9.807 1.16504 10.3379C1.09305 10.5118 1.04804 10.729 1.02441 11.0752C1.00049 11.4261 1 11.872 1 12.5C1 12.7761 0.776143 13 0.5 13C0.223858 13 4.35289e-07 12.7761 4.35289e-07 12.5C4.35184e-07 11.8856 -0.000436405 11.3997 0.0263676 11.0068C0.0534747 10.6096 0.110324 10.2711 0.241211 9.95508C0.562609 9.17916 1.17916 8.56261 1.95508 8.24121C2.27113 8.11032 2.60957 8.05347 3.00684 8.02637C3.39969 7.99956 3.88559 8 4.5 8H6.5C7.11441 8 7.60031 7.99956 7.99316 8.02637C8.39043 8.05347 8.72887 8.11032 9.04492 8.24121C9.82084 8.56261 10.4374 9.17916 10.7588 9.95508C10.8897 10.2711 10.9465 10.6096 10.9736 11.0068C11.0004 11.3997 11 11.8856 11 12.5C11 12.7761 10.7761 13 10.5 13C10.2239 13 10 12.7761 10 12.5ZM13.333 12.5V11.167C13.333 10.1582 12.6434 9.30901 11.709 9.06836C11.4416 8.99953 11.2798 8.72641 11.3486 8.45898C11.4176 8.19171 11.6907 8.0308 11.958 8.09961C13.3237 8.45112 14.333 9.69077 14.333 11.167V12.5C14.333 12.7761 14.1091 13 13.833 13C13.557 12.9998 13.333 12.776 13.333 12.5ZM7.66699 3.16699C7.66699 1.97038 6.69662 1 5.5 1C4.30338 1 3.33301 1.97038 3.33301 3.16699C3.33318 4.36346 4.30349 5.33301 5.5 5.33301C6.69651 5.33301 7.66682 4.36346 7.66699 3.16699ZM10.667 3.16699C10.667 2.25851 10.1074 1.47903 9.3125 1.15723C9.05653 1.05361 8.93252 0.761826 9.03613 0.505859C9.1398 0.250035 9.43161 0.126922 9.6875 0.230469C10.8471 0.699861 11.667 1.83724 11.667 3.16699C11.6669 4.49658 10.847 5.63317 9.6875 6.10254C9.43153 6.20615 9.13975 6.08312 9.03613 5.82715C8.93259 5.57121 9.05657 5.27938 9.3125 5.17578C10.1073 4.85398 10.6669 4.07529 10.667 3.16699ZM8.66699 3.16699C8.66682 4.91574 7.24879 6.33301 5.5 6.33301C3.75121 6.33301 2.33318 4.91574 2.33301 3.16699C2.33301 1.41809 3.7511 0 5.5 0C7.2489 1.61066e-07 8.66699 1.41809 8.66699 3.16699Z" fill="url(#paint0_linear_430_570)"/>
3
+ <defs>
4
+ <linearGradient id="paint0_linear_430_570" x1="-0.799988" y1="0.5" x2="15.2" y2="12.5" gradientUnits="userSpaceOnUse">
5
+ <stop stop-color="#9A7A6E"/>
6
+ <stop offset="1" stop-color="#6A5247"/>
7
+ </linearGradient>
8
+ </defs>
9
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="15" height="12" viewBox="0 0 15 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M13.333 2.63379C13.333 2.25217 13.3325 1.99511 13.3164 1.79785C13.3008 1.60678 13.2729 1.5154 13.2422 1.45508C13.1623 1.29831 13.0347 1.1707 12.8779 1.09082C12.8176 1.06013 12.7261 1.03222 12.5352 1.0166C12.3379 1.00049 12.0817 1 11.7002 1H11.4336C10.6786 1 10.1422 1.00088 9.72266 1.03516C9.30891 1.06896 9.05259 1.13291 8.84961 1.23633C8.44203 1.44404 8.11005 1.77504 7.90235 2.18262C7.79894 2.38556 7.73498 2.64206 7.70117 3.05567C7.66689 3.47524 7.667 4.01165 7.667 4.7666V10.667H11.7002C12.0817 10.667 12.3379 10.6665 12.5352 10.6504C12.726 10.6348 12.8176 10.6068 12.8779 10.5762C13.0346 10.4963 13.1623 10.3686 13.2422 10.2119C13.273 10.1515 13.3008 10.0596 13.3164 9.86817C13.3325 9.67093 13.333 9.41473 13.333 9.03321V2.63379ZM1 9.03321C1 9.41471 1.0005 9.67094 1.0166 9.86817C1.03224 10.0596 1.06006 10.1515 1.09082 10.2119C1.17072 10.3686 1.29835 10.4963 1.45508 10.5762C1.51541 10.6069 1.60694 10.6348 1.79785 10.6504C1.99511 10.6665 2.25217 10.667 2.63379 10.667H6.667V4.7666L6.66211 3.78516C6.65773 3.50445 6.64897 3.26537 6.63184 3.05567C6.59803 2.64207 6.53407 2.38556 6.43067 2.18262C6.22293 1.77505 5.891 1.44401 5.4834 1.23633C5.28044 1.13294 5.02402 1.06896 4.61035 1.03516C4.19089 1.00091 3.65496 1 2.90039 1H2.63379C2.25217 1 1.99511 1.00049 1.79785 1.0166C1.60682 1.03225 1.51541 1.0601 1.45508 1.09082C1.29828 1.17072 1.17072 1.29828 1.09082 1.45508C1.0601 1.51541 1.03225 1.60682 1.0166 1.79785C1.00049 1.99511 1 2.25217 1 2.63379V9.03321ZM14.333 9.03321C14.333 9.39832 14.3337 9.70278 14.3135 9.9502C14.2928 10.2033 14.2483 10.4413 14.1338 10.666C13.958 11.0109 13.6769 11.2911 13.332 11.4668C13.1073 11.5813 12.8694 11.6258 12.6162 11.6465C12.3689 11.6667 12.0651 11.667 11.7002 11.667H2.63379C2.26867 11.667 1.96422 11.6667 1.7168 11.6465C1.46359 11.6258 1.22579 11.5813 1.00098 11.4668C0.656187 11.2911 0.375971 11.0108 0.200198 10.666C0.085694 10.4413 0.0402399 10.2033 0.019534 9.9502C-0.000680979 9.70278 2.74476e-06 9.39832 2.74476e-06 9.03321V2.63379C2.74476e-06 2.26867 -0.000680979 1.96422 0.019534 1.7168C0.0402282 1.46357 0.0856453 1.2258 0.200198 1.00098C0.375941 0.656161 0.656161 0.375941 1.00098 0.200198C1.2258 0.0856452 1.46357 0.0402282 1.7168 0.019534C1.96422 -0.000680979 2.26867 2.74476e-06 2.63379 2.74476e-06H2.90039C3.63869 2.60882e-06 4.22271 -0.000285111 4.69239 0.0380887C5.16777 0.0769431 5.57018 0.157633 5.9375 0.344729C6.44092 0.601231 6.86352 0.988142 7.16602 1.46094C7.46854 0.987873 7.89189 0.601338 8.39551 0.344729C8.76295 0.157512 9.16602 0.0769455 9.6416 0.0380887C10.1113 -0.000256054 10.6953 2.74476e-06 11.4336 2.74476e-06H11.7002C12.0651 2.60601e-06 12.3689 -0.000656102 12.6162 0.019534C12.8694 0.0402236 13.1072 0.0856634 13.332 0.200198C13.677 0.375966 13.958 0.656016 14.1338 1.00098C14.2483 1.22577 14.2928 1.46361 14.3135 1.7168C14.3337 1.96422 14.333 2.26867 14.333 2.63379V9.03321Z" fill="#008DBC"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
1
  <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M13.6182 0.513672C13.7328 0.541526 13.8348 0.610244 13.9053 0.708008C13.9992 0.838381 14.0254 1.00576 13.9746 1.1582L10.9746 10.1582C10.9066 10.3624 10.7152 10.5 10.5 10.5H6.5V12.5H11.5C11.7761 12.5 12 12.7239 12 13C12 13.2761 11.7761 13.5 11.5 13.5H0.5C0.223858 13.5 0 13.2761 0 13C0 12.7239 0.223858 12.5 0.5 12.5H5.5V10.5H1.5C1.33928 10.5 1.1887 10.4224 1.09473 10.292C1.00079 10.1616 0.974576 9.99424 1.02539 9.8418L4.02539 0.841797L4.05664 0.768555C4.14174 0.6054 4.31168 0.5 4.5 0.5H13.5L13.6182 0.513672ZM2.19434 9.5H4.13965L4.80566 7.5H2.86035L2.19434 9.5ZM5.19434 9.5H7.13965L7.80566 7.5H5.86035L5.19434 9.5ZM8.19434 9.5H10.1396L10.8057 7.5H8.86035L8.19434 9.5ZM3.19434 6.5H5.13965L5.80566 4.5H3.86035L3.19434 6.5ZM6.19434 6.5H8.13965L8.80566 4.5H6.86035L6.19434 6.5ZM9.19434 6.5H11.1396L11.8057 4.5H9.86035L9.19434 6.5ZM4.19434 3.5H6.13965L6.80566 1.5H4.86035L4.19434 3.5ZM7.19434 3.5H9.13965L9.80566 1.5H7.86035L7.19434 3.5ZM10.1943 3.5H12.1396L12.8057 1.5H10.8604L10.1943 3.5Z" fill="black"/>
3
- </svg>
2
+ <path d="M13.6182 0.513672C13.7328 0.541526 13.8348 0.610244 13.9053 0.708008C13.9992 0.838381 14.0254 1.00576 13.9746 1.1582L10.9746 10.1582C10.9066 10.3624 10.7152 10.5 10.5 10.5H6.5V12.5H11.5C11.7761 12.5 12 12.7239 12 13C12 13.2761 11.7761 13.5 11.5 13.5H0.5C0.223858 13.5 0 13.2761 0 13C0 12.7239 0.223858 12.5 0.5 12.5H5.5V10.5H1.5C1.33928 10.5 1.1887 10.4224 1.09473 10.292C1.00079 10.1616 0.974576 9.99424 1.02539 9.8418L4.02539 0.841797L4.05664 0.768555C4.14174 0.6054 4.31168 0.5 4.5 0.5H13.5L13.6182 0.513672ZM2.19434 9.5H4.13965L4.80566 7.5H2.86035L2.19434 9.5ZM5.19434 9.5H7.13965L7.80566 7.5H5.86035L5.19434 9.5ZM8.19434 9.5H10.1396L10.8057 7.5H8.86035L8.19434 9.5ZM3.19434 6.5H5.13965L5.80566 4.5H3.86035L3.19434 6.5ZM6.19434 6.5H8.13965L8.80566 4.5H6.86035L6.19434 6.5ZM9.19434 6.5H11.1396L11.8057 4.5H9.86035L9.19434 6.5ZM4.19434 3.5H6.13965L6.80566 1.5H4.86035L4.19434 3.5ZM7.19434 3.5H9.13965L9.80566 1.5H7.86035L7.19434 3.5ZM10.1943 3.5H12.1396L12.8057 1.5H10.8604L10.1943 3.5Z" fill="#263238"/>
3
+ </svg>
@@ -0,0 +1,9 @@
1
+ <svg width="15" height="13" viewBox="0 0 15 13" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12.667 2.63379C12.667 2.25217 12.6665 1.99511 12.6504 1.79785C12.6348 1.60694 12.6069 1.51541 12.5762 1.45508C12.4963 1.29834 12.3686 1.17072 12.2119 1.09082C12.1515 1.06006 12.0596 1.03224 11.8682 1.0166C11.6709 1.0005 11.4147 1 11.0332 1H8.63379C8.25217 1 7.9951 1.00049 7.79785 1.0166C7.60682 1.03225 7.5154 1.0601 7.45508 1.09082C7.29828 1.17072 7.17071 1.29828 7.09082 1.45508C7.0601 1.51541 7.03224 1.60682 7.0166 1.79785C7.00049 1.99511 7 2.25217 7 2.63379V12H12.667V2.63379ZM10.833 8C11.1091 8 11.333 8.22386 11.333 8.5C11.333 8.77614 11.1091 9 10.833 9H8.83301C8.55701 8.99983 8.33301 8.77604 8.33301 8.5C8.33301 8.22397 8.55701 8.00018 8.83301 8H10.833ZM10.833 5.33301C11.109 5.33301 11.3328 5.55702 11.333 5.83301C11.333 6.10915 11.1091 6.33301 10.833 6.33301H8.83301C8.55701 6.33284 8.33301 6.10904 8.33301 5.83301C8.33318 5.55713 8.55712 5.33319 8.83301 5.33301H10.833ZM10.833 2.667C11.1091 2.667 11.333 2.89085 11.333 3.167C11.3328 3.44299 11.109 3.667 10.833 3.667H8.83301C8.55712 3.66682 8.33318 3.44288 8.33301 3.167C8.33301 2.89096 8.55701 2.66717 8.83301 2.667H10.833ZM1.66699 12H6V6.33301H3.2998C2.91829 6.33301 2.66206 6.3335 2.46484 6.34961C2.27399 6.36521 2.18244 6.39317 2.12207 6.42383C1.96538 6.50367 1.83772 6.63144 1.75781 6.78809C1.72705 6.84846 1.69923 6.94042 1.68359 7.13184C1.66749 7.32907 1.66699 7.58528 1.66699 7.9668V12ZM13.667 12H13.833C14.1091 12 14.333 12.2239 14.333 12.5C14.333 12.7761 14.1091 13 13.833 13H0.5C0.223858 13 0 12.7761 0 12.5C1.93278e-07 12.2239 0.223858 12 0.5 12H0.666992V7.9668C0.666992 7.60168 0.666308 7.29723 0.686523 7.04981C0.70723 6.79671 0.751711 6.55871 0.866211 6.33399C1.04198 5.98911 1.32306 5.70894 1.66797 5.53321C1.89275 5.41872 2.13061 5.3742 2.38379 5.35352C2.63113 5.33332 2.93487 5.33301 3.2998 5.33301H6V2.63379C6 2.26867 5.99932 1.96422 6.01953 1.7168C6.04023 1.46357 6.08564 1.2258 6.2002 1.00098C6.37594 0.656161 6.65616 0.375941 7.00098 0.200198C7.2258 0.0856452 7.46356 0.0402282 7.7168 0.019534C7.96422 -0.000680985 8.26867 2.74482e-06 8.63379 2.74482e-06H11.0332C11.3983 2.74482e-06 11.7028 -0.000680981 11.9502 0.019534C12.2033 0.0402399 12.4413 0.0856939 12.666 0.200198C13.0108 0.375972 13.2911 0.656187 13.4668 1.00098C13.5813 1.22579 13.6258 1.46359 13.6465 1.7168C13.6667 1.96422 13.667 2.26867 13.667 2.63379V12Z" fill="url(#paint0_linear_430_580)"/>
3
+ <defs>
4
+ <linearGradient id="paint0_linear_430_580" x1="7.1665" y1="0" x2="7.1665" y2="13" gradientUnits="userSpaceOnUse">
5
+ <stop stop-color="#6F20DC"/>
6
+ <stop offset="1" stop-color="#5C1FAF"/>
7
+ </linearGradient>
8
+ </defs>
9
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M4.11101 2.17971C5.26216 1.41054 6.61553 1 8 1C9.85652 1 11.637 1.7375 12.9497 3.05025C14.2625 4.36301 15 6.14348 15 8C15 9.38447 14.5895 10.7378 13.8203 11.889C13.0511 13.0401 11.9579 13.9373 10.6788 14.4672C9.3997 14.997 7.99224 15.1356 6.63437 14.8655C5.2765 14.5954 4.02922 13.9287 3.05026 12.9497C2.07129 11.9708 1.4046 10.7235 1.13451 9.36563C0.86441 8.00776 1.00303 6.6003 1.53285 5.32122C2.06266 4.04213 2.95987 2.94888 4.11101 2.17971ZM7.27854 9.5299H8.53584V9.02921C8.53584 8.7325 8.6026 8.50255 8.73612 8.33936C8.78804 8.28002 8.8548 8.20955 8.93639 8.12795C9.02541 8.03894 9.12925 7.9388 9.24794 7.82754C9.37404 7.70886 9.47418 7.61242 9.54836 7.53825C9.62253 7.46407 9.73009 7.33797 9.87103 7.15994C10.1158 6.86324 10.2382 6.49235 10.2382 6.04729C10.2382 5.40195 10.0305 4.90125 9.61511 4.5452C9.19972 4.18173 8.66194 4 8.00176 4C7.34159 4 6.78897 4.18915 6.3439 4.56745C5.90626 4.93834 5.65035 5.45387 5.57617 6.11405H6.92249C6.95216 5.82476 7.05971 5.59481 7.24516 5.4242C7.43802 5.24618 7.67538 5.15716 7.95726 5.15716C8.23913 5.15716 8.46908 5.24988 8.6471 5.43533C8.82513 5.61335 8.91414 5.83959 8.91414 6.11405C8.91414 6.3885 8.82884 6.61845 8.65823 6.80389L7.84599 7.61613C7.60862 7.8535 7.45285 8.04636 7.37868 8.19472C7.31192 8.33565 7.27854 8.55447 7.27854 8.85118V9.5299ZM7.32304 11.7663C7.49365 11.9221 7.69393 12 7.92388 12C8.16124 12 8.36152 11.9184 8.52471 11.7552C8.69532 11.592 8.78062 11.3992 8.78062 11.1766C8.78062 10.9467 8.69532 10.7538 8.52471 10.5981C8.3541 10.4349 8.15012 10.3533 7.91275 10.3533C7.6828 10.3533 7.48252 10.4349 7.31192 10.5981C7.14873 10.7612 7.06713 10.9578 7.06713 11.1878C7.06713 11.4103 7.15244 11.6032 7.32304 11.7663Z" fill="#00B0EB"/>
1
+ <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M3.11101 1.17971C4.26216 0.410543 5.61553 0 7 0C8.85652 0 10.637 0.737498 11.9497 2.05025C13.2625 3.36301 14 5.14348 14 7C14 8.38447 13.5895 9.73785 12.8203 10.889C12.0511 12.0401 10.9579 12.9373 9.67879 13.4672C8.3997 13.997 6.99224 14.1356 5.63437 13.8655C4.2765 13.5954 3.02922 12.9287 2.05026 11.9497C1.07129 10.9708 0.404603 9.7235 0.134506 8.36563C-0.13559 7.00776 0.00303298 5.6003 0.532846 4.32122C1.06266 3.04213 1.95987 1.94888 3.11101 1.17971ZM6.27854 8.5299H7.53584V8.02921C7.53584 7.7325 7.6026 7.50255 7.73612 7.33936C7.78804 7.28002 7.8548 7.20955 7.93639 7.12795C8.02541 7.03894 8.12925 6.9388 8.24794 6.82754C8.37404 6.70886 8.47418 6.61242 8.54836 6.53825C8.62253 6.46407 8.73009 6.33797 8.87103 6.15994C9.11581 5.86324 9.2382 5.49235 9.2382 5.04729C9.2382 4.40195 9.03051 3.90125 8.61511 3.5452C8.19972 3.18173 7.66194 3 7.00176 3C6.34159 3 5.78897 3.18915 5.3439 3.56745C4.90626 3.93834 4.65035 4.45387 4.57617 5.11405H5.92249C5.95216 4.82476 6.05971 4.59481 6.24516 4.4242C6.43802 4.24618 6.67538 4.15716 6.95726 4.15716C7.23913 4.15716 7.46908 4.24988 7.6471 4.43533C7.82513 4.61335 7.91414 4.83959 7.91414 5.11405C7.91414 5.3885 7.82884 5.61845 7.65823 5.80389L6.84599 6.61613C6.60862 6.8535 6.45285 7.04636 6.37868 7.19472C6.31192 7.33565 6.27854 7.55447 6.27854 7.85118V8.5299ZM6.32304 10.7663C6.49365 10.9221 6.69393 11 6.92388 11C7.16124 11 7.36152 10.9184 7.52471 10.7552C7.69532 10.592 7.78062 10.3992 7.78062 10.1766C7.78062 9.94668 7.69532 9.75383 7.52471 9.59805C7.3541 9.43486 7.15012 9.35327 6.91275 9.35327C6.6828 9.35327 6.48252 9.43486 6.31192 9.59805C6.14873 9.76124 6.06713 9.95781 6.06713 10.1878C6.06713 10.4103 6.15244 10.6032 6.32304 10.7663Z" fill="#6F20DC"/>
3
3
  </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="15" height="13" viewBox="0 0 15 13" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M3.25 2.56488C4.05194 2.56488 4.79984 2.68256 5.36523 2.88812C5.64566 2.9901 5.90796 3.12331 6.10938 3.29633C6.30918 3.46811 6.4999 3.72639 6.5 4.06488V5.66644C6.88626 5.60059 7.30999 5.56488 7.75 5.56488C8.55194 5.56488 9.29984 5.68256 9.86523 5.88812C10.1457 5.9901 10.408 6.12331 10.6094 6.29633C10.8092 6.46811 10.9999 6.72639 11 7.06488V11.0649C11 11.4034 10.8092 11.6616 10.6094 11.8334C10.408 12.0065 10.1457 12.1396 9.86523 12.2416C9.29983 12.4472 8.55198 12.5649 7.75 12.5649C6.94802 12.5649 6.20017 12.4472 5.63477 12.2416C5.35431 12.1396 5.09204 12.0065 4.89062 11.8334C4.77446 11.7335 4.66207 11.6037 4.58789 11.4467C4.17945 11.5224 3.72502 11.5649 3.25 11.5649C2.44802 11.5649 1.70017 11.4472 1.13477 11.2416C0.854313 11.1396 0.592041 11.0065 0.390625 10.8334C0.190813 10.6616 0 10.4034 0 10.0649V4.06488C0.000103655 3.72639 0.190818 3.46811 0.390625 3.29633C0.592044 3.12331 0.854343 2.9901 1.13477 2.88812C1.70016 2.68256 2.44806 2.56488 3.25 2.56488ZM9.86523 10.2416C9.29983 10.4472 8.55198 10.5649 7.75 10.5649C6.94802 10.5649 6.20017 10.4472 5.63477 10.2416C5.58916 10.2251 5.54445 10.2062 5.5 10.1879V11.0297C5.50688 11.0385 5.51854 11.0544 5.54199 11.0746C5.61881 11.1407 5.75961 11.2233 5.97656 11.3022C6.40644 11.4585 7.03337 11.5649 7.75 11.5649C8.46663 11.5649 9.09356 11.4585 9.52344 11.3022C9.74039 11.2233 9.88119 11.1407 9.95801 11.0746C9.98146 11.0544 9.99312 11.0385 10 11.0297V10.1879C9.95555 10.2062 9.91084 10.2251 9.86523 10.2416ZM1 10.0297C1.00688 10.0385 1.01854 10.0544 1.04199 10.0746C1.11881 10.1407 1.25961 10.2233 1.47656 10.3022C1.90644 10.4585 2.53337 10.5649 3.25 10.5649C3.71256 10.5649 4.13899 10.5189 4.5 10.4448V9.46332C4.11468 9.52901 3.69115 9.56488 3.25 9.56488C2.44802 9.56488 1.70017 9.44723 1.13477 9.24164C1.08916 9.22505 1.04445 9.2062 1 9.18793V10.0297ZM9.86523 8.24164C9.29983 8.44723 8.55198 8.56488 7.75 8.56488C6.94802 8.56488 6.20017 8.44723 5.63477 8.24164C5.58916 8.22505 5.54445 8.2062 5.5 8.18793V9.02973C5.50688 9.03854 5.51854 9.05444 5.54199 9.07465C5.61881 9.14069 5.75961 9.22329 5.97656 9.30219C6.40644 9.45846 7.03337 9.56488 7.75 9.56488C8.46663 9.56488 9.09356 9.45846 9.52344 9.30219C9.74039 9.22329 9.88119 9.14069 9.95801 9.07465C9.98146 9.05444 9.99312 9.03854 10 9.02973V8.18793C9.95555 8.2062 9.91084 8.22505 9.86523 8.24164ZM7.92676 0.250428C8.0649 0.0114562 8.37132 -0.0711214 8.61035 0.0668342C8.84924 0.20505 8.931 0.511436 8.79297 0.750428L8.65234 0.993592C11.0929 0.684527 13.4474 2.21448 14.1016 4.6557C14.5313 6.26005 14.1285 7.89228 13.1592 9.09125C12.9856 9.30538 12.6706 9.33855 12.4561 9.16547C12.2415 8.99205 12.2079 8.67707 12.3809 8.46234C13.1579 7.50117 13.4791 6.19661 13.1357 4.91449C12.6251 3.00892 10.818 1.7962 8.91504 1.97015L9.15723 2.11078C9.39626 2.24878 9.47868 2.55426 9.34082 2.7934C9.20275 3.03214 8.89624 3.11373 8.65723 2.97601L7.36133 2.22894C7.24659 2.16271 7.16232 2.05317 7.12793 1.92523C7.09367 1.79726 7.11253 1.66011 7.17871 1.54535L7.92676 0.250428ZM1 8.02973C1.00688 8.03854 1.01854 8.05444 1.04199 8.07465C1.11881 8.14069 1.25961 8.22329 1.47656 8.30219C1.90644 8.45846 2.53337 8.56488 3.25 8.56488C3.71256 8.56488 4.13899 8.51895 4.5 8.44476V7.46332C4.11468 7.52901 3.69115 7.56488 3.25 7.56488C2.44802 7.56488 1.70017 7.44723 1.13477 7.24164C1.08916 7.22505 1.04445 7.2062 1 7.18793V8.02973ZM7.75 6.56488C7.05416 6.56488 6.44307 6.66599 6.01465 6.81488C5.96982 6.83046 5.92792 6.84678 5.88867 6.86273C5.86136 6.87383 5.83497 6.8839 5.81055 6.89496C5.79503 6.90199 5.78009 6.90942 5.76562 6.91644C5.73606 6.93081 5.70845 6.94446 5.68359 6.95844C5.67058 6.96576 5.65834 6.97366 5.64648 6.9809C5.6104 7.00291 5.58031 7.02446 5.55566 7.04437C5.54772 7.05076 5.54034 7.05649 5.53418 7.06195C5.53337 7.06268 5.53295 7.0641 5.53223 7.06488C5.53539 7.06775 5.53836 7.07149 5.54199 7.07465C5.61881 7.14069 5.75961 7.22329 5.97656 7.30219C6.40644 7.45846 7.03337 7.56488 7.75 7.56488C8.46663 7.56488 9.09356 7.45846 9.52344 7.30219C9.74039 7.22329 9.88119 7.14069 9.95801 7.07465C9.96142 7.07165 9.96379 7.0676 9.9668 7.06488C9.96382 7.06213 9.96145 7.05808 9.95801 7.05512C9.88115 6.98908 9.74031 6.90644 9.52344 6.82758C9.09356 6.67132 8.46659 6.56488 7.75 6.56488ZM5.36523 5.24164C4.79983 5.44723 4.05198 5.56488 3.25 5.56488C2.44802 5.56488 1.70017 5.44723 1.13477 5.24164C1.08916 5.22505 1.04445 5.2062 1 5.18793V6.02973C1.00688 6.03854 1.01854 6.05444 1.04199 6.07465C1.11881 6.14069 1.25961 6.22329 1.47656 6.30219C1.90644 6.45846 2.53337 6.56488 3.25 6.56488C3.85436 6.56488 4.39715 6.48761 4.8125 6.36859C4.83793 6.34316 4.86446 6.31882 4.89062 6.29633C4.89374 6.29366 4.89725 6.29117 4.90039 6.28851C4.92341 6.26901 4.94661 6.2503 4.96973 6.23285C4.98154 6.22395 4.99468 6.21616 5.00684 6.20746C5.04231 6.18208 5.07918 6.15768 5.11719 6.13422C5.14299 6.11829 5.16932 6.10248 5.19629 6.08734C5.23538 6.0654 5.27541 6.04405 5.31641 6.02387C5.34409 6.01023 5.3718 5.99577 5.40039 5.98285C5.43302 5.96811 5.46654 5.95461 5.5 5.94086V5.18793C5.45555 5.2062 5.41084 5.22505 5.36523 5.24164ZM3.25 3.56488C2.53342 3.56488 1.90644 3.67132 1.47656 3.82758C1.25969 3.90644 1.11885 3.98908 1.04199 4.05512C1.03835 4.05825 1.03537 4.062 1.03223 4.06488C1.03539 4.06775 1.03836 4.07149 1.04199 4.07465C1.11881 4.14069 1.25961 4.22329 1.47656 4.30219C1.90644 4.45846 2.53337 4.56488 3.25 4.56488C3.96663 4.56488 4.59356 4.45846 5.02344 4.30219C5.24039 4.22329 5.38119 4.14069 5.45801 4.07465C5.46142 4.07165 5.46379 4.0676 5.4668 4.06488C5.46382 4.06213 5.46145 4.05808 5.45801 4.05512C5.38115 3.98908 5.24031 3.90644 5.02344 3.82758C4.59356 3.67132 3.96658 3.56488 3.25 3.56488Z" fill="#263238"/>
3
+ </svg>
@@ -1,3 +1,9 @@
1
- <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M7.00024 1.33984L7.34164 1.86741C7.85599 2.66221 8.85715 2.98751 9.74045 2.64682L10.3267 2.42069L10.2929 3.04817C10.2418 3.99351 10.8605 4.84515 11.7754 5.08871L12.3826 5.25038L11.9864 5.7381C11.3894 6.47289 11.3894 7.52557 11.9864 8.26035L12.3826 8.74807L11.7754 8.90974C10.8605 9.15331 10.2418 10.0049 10.2929 10.9503L10.3267 11.5778L9.74045 11.3516C8.85716 11.0109 7.85599 11.3362 7.34165 12.1311L7.00024 12.6586L6.65884 12.1311C6.14449 11.3362 5.14333 11.0109 4.26003 11.3516L3.67374 11.5778L3.70763 10.9503C3.75869 10.0049 3.13994 9.15331 2.22509 8.90974L1.61785 8.74807L2.01409 8.26035C2.61105 7.52557 2.61105 6.47289 2.01409 5.7381L1.61785 5.25038L2.22509 5.08871C3.13993 4.84515 3.75869 3.99351 3.70763 3.04817L3.67374 2.42069L4.26003 2.64682C5.14332 2.98751 6.14449 2.66221 6.65884 1.86741L7.00024 1.33984ZM0.841707 8.11751L1.23795 7.62979C1.53643 7.2624 1.53643 6.73606 1.23795 6.36867L0.841707 5.88095C0.384346 5.318 0.659664 4.47065 1.36057 4.28404L1.96781 4.12238C2.42524 4.00059 2.73461 3.57477 2.70908 3.1021L2.67519 2.47462C2.63607 1.75036 3.35687 1.22667 4.0336 1.48768L4.61989 1.71382C5.06154 1.88416 5.56212 1.72151 5.81929 1.32411L6.1607 0.796547C6.55476 0.18761 7.44572 0.187609 7.83978 0.796547L8.18119 1.32411C8.43836 1.72151 8.93894 1.88416 9.38059 1.71382L9.96688 1.48768C10.6436 1.22667 11.3644 1.75036 11.3253 2.47462L11.2914 3.1021C11.2659 3.57477 11.5752 4.00059 12.0327 4.12237L12.6399 4.28404C13.3408 4.47065 13.6161 5.318 13.1588 5.88095L12.7625 6.36867C12.4641 6.73606 12.4641 7.2624 12.7625 7.62979L13.1588 8.11751C13.6161 8.68046 13.3408 9.52781 12.6399 9.71441L12.0327 9.87608C11.5752 9.99786 11.2659 10.4237 11.2914 10.8964L11.3253 11.5238C11.3644 12.2481 10.6436 12.7718 9.96688 12.5108L9.38059 12.2846C8.93894 12.1143 8.43836 12.2769 8.18119 12.6743L7.83978 13.2019C7.44572 13.8108 6.55476 13.8108 6.1607 13.2019L5.81929 12.6743C5.56212 12.2769 5.06154 12.1143 4.61989 12.2846L4.0336 12.5108C3.35687 12.7718 2.63607 12.2481 2.67519 11.5238L2.70908 10.8964C2.73461 10.4237 2.42524 9.99787 1.96781 9.87608L1.36057 9.71441C0.659665 9.52781 0.384345 8.68046 0.841707 8.11751ZM9.00026 6.99923C9.00026 8.10379 8.10483 8.99923 7.00026 8.99923C5.89569 8.99923 5.00026 8.10379 5.00026 6.99923C5.00026 5.89466 5.89569 4.99923 7.00026 4.99923C8.10483 4.99923 9.00026 5.89466 9.00026 6.99923ZM10.0003 6.99923C10.0003 8.65608 8.65711 9.99923 7.00026 9.99923C5.3434 9.99923 4.00026 8.65608 4.00026 6.99923C4.00026 5.34237 5.3434 3.99923 7.00026 3.99923C8.65711 3.99923 10.0003 5.34237 10.0003 6.99923Z" fill="#263238"/>
1
+ <svg width="13" height="14" viewBox="0 0 13 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M5.54297 0.456177C5.93704 -0.152157 6.82848 -0.152031 7.22266 0.456177L7.56348 0.984497C7.8046 1.357 8.25988 1.52252 8.67969 1.40149L8.7627 1.37415L9.34961 1.14758C10.0261 0.886796 10.7468 1.41092 10.708 2.13489L10.6738 2.76184C10.6483 3.23433 10.9579 3.66038 11.415 3.78235L12.0225 3.94446C12.7232 4.13108 12.9982 4.9782 12.541 5.54114L12.1455 6.02844L12.0928 6.09973C11.8481 6.46147 11.866 6.94581 12.1455 7.29016L12.541 7.77747C12.9984 8.3404 12.7233 9.1875 12.0225 9.37415L11.415 9.53625L11.3311 9.56262C10.9205 9.7115 10.6501 10.1139 10.6738 10.5568L10.708 11.1837C10.7447 11.8627 10.1132 12.366 9.47656 12.2111L9.34961 12.171L8.7627 11.9445C8.32137 11.7747 7.82055 11.9372 7.56348 12.3341L7.22266 12.8624L7.14258 12.9689C6.74683 13.435 6.0188 13.435 5.62305 12.9689L5.54297 12.8624L5.20215 12.3341C4.94497 11.9372 4.44427 11.7745 4.00293 11.9445L3.41602 12.171L3.28906 12.2111C2.65243 12.3659 2.02094 11.8627 2.05762 11.1837L2.0918 10.5568C2.11552 10.1139 1.84511 9.71149 1.43457 9.56262L1.35059 9.53625L0.743164 9.37415C0.0861487 9.19897 -0.196956 8.44344 0.147461 7.88586L0.224609 7.77747L0.620117 7.29016C0.918455 6.92278 0.918551 6.39577 0.620117 6.02844L0.224609 5.54114C-0.203846 5.01327 0.0109346 4.23513 0.617188 3.98645L0.743164 3.94446L1.35059 3.78235C1.77946 3.66807 2.07834 3.28655 2.09277 2.84973L2.0918 2.76184L2.05762 2.13489C2.01885 1.41105 2.73959 0.887101 3.41602 1.14758L4.00293 1.37415C4.41679 1.53353 4.88196 1.40024 5.15039 1.05579L5.20215 0.984497L5.54297 0.456177ZM6.04102 1.52747C5.52663 2.32215 4.52581 2.64742 3.64258 2.30676L3.05664 2.08118L3.08984 2.70813C3.1409 3.65347 2.52227 4.50558 1.60742 4.74915L1 4.91028L1.39648 5.39856C1.99324 6.13323 1.99315 7.18532 1.39648 7.92004L1 8.40833L1.60742 8.56946C2.52213 8.81298 3.14068 9.66531 3.08984 10.6105L3.05664 11.2374L3.64258 11.0118C4.52565 10.6712 5.52655 10.9968 6.04102 11.7911L6.38281 12.3185L6.72461 11.7911C7.23897 10.9967 8.23999 10.6714 9.12305 11.0118L9.70898 11.2374L9.67578 10.6105C9.62495 9.66535 10.2436 8.81301 11.1582 8.56946L11.7656 8.40833L11.3691 7.92004C10.7726 7.18533 10.7724 6.13316 11.3691 5.39856L11.7656 4.91028L11.1582 4.74915C10.2435 4.50547 9.62473 3.65336 9.67578 2.70813L9.70898 2.08118L9.12305 2.30676C8.23982 2.64741 7.23899 2.32214 6.72461 1.52747L6.38281 1.00012L6.04102 1.52747ZM6.38281 3.6593C8.03951 3.6593 9.38256 5.00266 9.38281 6.6593C9.38281 8.31616 8.03967 9.6593 6.38281 9.6593C4.72606 9.65918 3.38281 8.31608 3.38281 6.6593C3.38306 5.00273 4.72621 3.65942 6.38281 3.6593ZM6.38281 4.6593C5.2785 4.65942 4.38306 5.55502 4.38281 6.6593C4.38281 7.7638 5.27835 8.65918 6.38281 8.6593C7.48738 8.6593 8.38281 7.76387 8.38281 6.6593C8.38256 5.55494 7.48723 4.6593 6.38281 4.6593Z" fill="url(#paint0_linear_430_610)"/>
3
+ <defs>
4
+ <linearGradient id="paint0_linear_430_610" x1="0.382995" y1="-0.34021" x2="12.383" y2="20.6598" gradientUnits="userSpaceOnUse">
5
+ <stop stop-color="#85888D"/>
6
+ <stop offset="1" stop-color="#2C2D2F"/>
7
+ </linearGradient>
8
+ </defs>
3
9
  </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="14" height="13" viewBox="0 0 14 13" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M0.600602 13C0.191123 13 -0.0981931 12.5984 0.0312663 12.21L3.96486 0.410155C4.04656 0.165213 4.27598 -8.43442e-07 4.5342 -8.20868e-07L13.3233 -5.25034e-08C13.7327 7.15089e-05 14.0221 0.401557 13.8926 0.790039L9.959 12.5898L9.92189 12.6777C9.81977 12.8735 9.61563 13 9.38967 13L0.600602 13ZM11.4287 1L10.832 1C10.8169 1.02087 10.8011 1.04172 10.7822 1.06055L1.81447 10.0293L1.52052 10.9092L11.4287 1ZM9.42873 1L8.83205 1C8.81685 1.02086 8.80107 1.04172 8.78224 1.06055L2.81447 7.0293L2.52052 7.90918L9.42873 1ZM5.42873 0.999999L4.82228 0.999999L4.51955 1.91016L5.42873 0.999999ZM7.42873 0.999999L6.83205 0.999999C6.81685 1.02086 6.80107 1.04172 6.78224 1.06055L3.81447 4.0293L3.52052 4.90918L7.42873 0.999999ZM12.7305 1.11328L1.84279 12L9.10158 12L12.7305 1.11328Z" fill="#263238"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="16" height="14" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M3.2022 3.11641C3.66232 2.95024 4.08142 3.15442 4.38873 3.48067C4.92549 4.05065 5.02744 4.97375 4.95513 5.88009C4.8799 6.82223 4.60355 7.90484 4.20709 8.9504C3.88221 9.80707 3.46875 10.6545 3.00689 11.3977C3.04531 11.4973 3.08584 11.5917 3.12896 11.6799C3.29967 12.0289 3.49245 12.2555 3.68951 12.3801C3.8559 12.4851 4.10485 12.5243 4.44341 12.3967C4.78686 12.2671 5.19804 11.9708 5.60943 11.4563C6.13035 10.8047 6.7364 10.5319 7.39459 10.5637C8.00009 10.593 8.58626 10.8804 9.09771 11.1701C9.65045 11.4832 10.1125 11.7943 10.6202 12.0354C11.1111 12.2684 11.5323 12.3745 11.917 12.3098C12.1893 12.264 12.4473 12.4478 12.4932 12.7199C12.5389 12.9922 12.3553 13.2503 12.0831 13.2961C11.4002 13.4109 10.7539 13.2057 10.1915 12.9387C9.6459 12.6797 9.06724 12.3023 8.60455 12.0402C8.1004 11.7547 7.69549 11.5796 7.34673 11.5627C7.05076 11.5484 6.73898 11.6456 6.39068 12.0813C5.90037 12.6945 5.35124 13.1229 4.79595 13.3322C4.23562 13.5434 3.64541 13.5353 3.15533 13.2258C2.81651 13.0117 2.55342 12.697 2.34771 12.3381C1.84825 12.9644 1.28897 13.4794 0.69439 13.7297C0.439944 13.8367 0.14628 13.7165 0.0391166 13.4621C-0.0676484 13.2078 0.0516348 12.915 0.305718 12.8078C0.776403 12.6097 1.32716 12.0891 1.8731 11.3068C1.88547 11.2891 1.89692 11.2701 1.90923 11.2522C1.84722 11.0337 1.79178 10.8068 1.7481 10.5744C1.53722 9.45223 1.51624 8.14595 1.63091 6.96212C1.74451 5.78979 1.99739 4.67339 2.3731 3.95723C2.55318 3.61402 2.81593 3.25601 3.2022 3.11641ZM3.53228 4.0627C3.49666 4.08315 3.39318 4.16604 3.25884 4.42208C2.97226 4.96844 2.73606 5.93337 2.62701 7.0588C2.53375 8.02171 2.53775 9.05565 2.66314 9.96993C2.8869 9.5296 3.09331 9.06587 3.27154 8.59591C3.64537 7.6101 3.89339 6.62286 3.95904 5.80098C4.0275 4.94333 3.88662 4.40669 3.66021 4.16622C3.59498 4.09703 3.55111 4.07158 3.53228 4.0627ZM12.6221 0.241414C12.8199 -0.0239475 13.1953 -0.0789487 13.461 0.118367L14.9053 1.19356C15.1707 1.3914 15.2258 1.76675 15.0284 2.03243L10.3233 8.3547C10.2778 8.4158 10.2202 8.46715 10.1553 8.50704L8.0899 9.77462C7.62826 10.0579 7.05742 9.63308 7.19634 9.10958L7.81841 6.76778C7.83801 6.69415 7.87057 6.62383 7.91607 6.5627L12.6221 0.241414ZM8.7647 7.09786L8.419 8.39962L9.56646 7.69552L13.9874 1.75704L13.1856 1.15938L8.7647 7.09786Z" fill="#2C2D2F"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8.4356 0.684938C8.98739 0.685361 9.43539 1.13309 9.4356 1.68494V4.12634C9.48567 4.11862 9.53767 4.11365 9.5899 4.11365H11.8204C12.3721 4.1141 12.8202 4.56182 12.8204 5.11365V11.6849C12.8202 12.2368 12.3722 12.6845 11.8204 12.6849H8.5899V12.6713C8.53966 12.6791 8.48802 12.6849 8.4356 12.6849H6.20513L6.10259 12.6801C6.08539 12.6783 6.06777 12.6749 6.05083 12.6722V12.6849H2.82036L2.71783 12.6801C2.21374 12.6287 1.82043 12.2026 1.82037 11.6849V10.9945C2.18294 11.0196 2.53696 10.9118 2.82036 10.7006V11.6849H5.05083V7.68494H4.10943L4.44244 6.68494H5.05083C5.1032 6.68498 5.15494 6.68984 5.20513 6.69763V1.68494C5.20533 1.16744 5.59859 0.74114 6.10259 0.689821L6.20513 0.684938H8.4356ZM6.20513 11.6849H8.4356V1.68494H6.20513V11.6849ZM9.5899 11.6849H11.8204V5.11365H9.5899V11.6849ZM1.44829 0.342165C1.53561 0.0802119 1.81915 -0.0615262 2.08111 0.0257586C2.34308 0.113082 2.48484 0.396599 2.39751 0.658571L1.11724 4.50037H3.14556C3.62312 4.50046 3.96032 4.96818 3.80962 5.42127L2.39751 9.65857C2.31005 9.92031 2.02655 10.0623 1.7647 9.97498C1.50289 9.88767 1.36123 9.60402 1.44829 9.34216L2.72857 5.50037H0.700248C0.222912 5.50016 -0.114197 5.03239 0.0361854 4.57947L1.44829 0.342165Z" fill="#2C2D2F"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M2 0C2.96705 0 3.77309 0.686489 3.95898 1.59863L3.97559 1.60352C3.98192 1.6051 3.98877 1.60681 3.99512 1.6084C4.00132 1.60995 4.00746 1.61173 4.01367 1.61328L4.05273 1.62305C4.05893 1.6246 4.06508 1.62638 4.07129 1.62793C4.07768 1.62953 4.08441 1.63023 4.09082 1.63184C4.09721 1.63343 4.10395 1.63512 4.11035 1.63672C4.11655 1.63827 4.1227 1.64005 4.12891 1.6416L4.1875 1.65625C4.1937 1.6578 4.19985 1.65958 4.20605 1.66113L4.3623 1.7002C4.36885 1.70183 4.37626 1.70344 4.38281 1.70508L4.46094 1.72461C4.46753 1.72626 4.47484 1.72784 4.48145 1.72949C4.48795 1.73112 4.49446 1.73275 4.50098 1.73438C4.50753 1.73601 4.51394 1.73859 4.52051 1.74023C4.52713 1.74189 4.53439 1.74346 4.54102 1.74512L4.58008 1.75488C4.58672 1.75654 4.59393 1.7581 4.60059 1.75977C4.60709 1.76139 4.6136 1.76302 4.62012 1.76465C4.62678 1.76631 4.63395 1.76786 4.64062 1.76953C4.64713 1.77116 4.65364 1.77279 4.66016 1.77441C4.66684 1.77608 4.67398 1.77762 4.68066 1.7793C4.68725 1.78094 4.6936 1.78351 4.7002 1.78516L4.74121 1.79492L4.76074 1.7998L4.80176 1.80957C4.80834 1.81122 4.8147 1.81378 4.82129 1.81543L4.8623 1.8252C4.86881 1.82682 4.87532 1.82845 4.88184 1.83008C4.8885 1.83174 4.89567 1.83329 4.90234 1.83496C4.90911 1.83665 4.91608 1.83913 4.92285 1.84082L4.98438 1.85547C4.99088 1.8571 4.99739 1.85872 5.00391 1.86035C5.01063 1.86203 5.01769 1.86453 5.02441 1.86621L5.08594 1.88086C5.09275 1.88256 5.09963 1.88502 5.10645 1.88672L5.16797 1.90137C5.17477 1.90307 5.18167 1.90553 5.18848 1.90723L5.22949 1.91699C5.23636 1.91871 5.24411 1.92016 5.25098 1.92188C5.25773 1.92356 5.26473 1.92604 5.27148 1.92773L5.3125 1.9375C5.31938 1.93922 5.32613 1.94164 5.33301 1.94336L5.37402 1.95312C5.38092 1.95485 5.3886 1.95628 5.39551 1.95801C5.40234 1.95971 5.40918 1.96216 5.41602 1.96387L5.45703 1.97363C5.46395 1.97536 5.47159 1.97776 5.47852 1.97949L5.51953 1.98926C5.52635 1.99096 5.53321 1.99341 5.54004 1.99512C5.54697 1.99685 5.55459 1.99827 5.56152 2C5.56834 2.0017 5.57521 2.00318 5.58203 2.00488C5.58888 2.0066 5.59569 2.00903 5.60254 2.01074C5.60948 2.01248 5.61708 2.01389 5.62402 2.01562C5.63084 2.01733 5.63771 2.0188 5.64453 2.02051C5.65138 2.02222 5.65819 2.02466 5.66504 2.02637C5.67199 2.02811 5.67957 2.02951 5.68652 2.03125C5.69334 2.03295 5.70021 2.03443 5.70703 2.03613C5.71399 2.03787 5.72155 2.04025 5.72852 2.04199L5.76953 2.05176C5.7765 2.0535 5.78404 2.05587 5.79102 2.05762C5.79783 2.05932 5.80471 2.0608 5.81152 2.0625C5.8185 2.06424 5.82603 2.06564 5.83301 2.06738C5.8399 2.06911 5.84662 2.07152 5.85352 2.07324C5.86049 2.07499 5.86802 2.07638 5.875 2.07812C5.88182 2.07983 5.88869 2.0813 5.89551 2.08301C5.90237 2.08472 5.90915 2.08715 5.91602 2.08887C5.923 2.09061 5.93051 2.092 5.9375 2.09375C5.94439 2.09547 5.95111 2.09789 5.95801 2.09961C5.965 2.10136 5.9725 2.10274 5.97949 2.10449C5.98631 2.1062 5.99318 2.10767 6 2.10938C6.00699 2.11112 6.01449 2.11349 6.02148 2.11523C6.0283 2.11694 6.03517 2.11841 6.04199 2.12012C6.04899 2.12187 6.05648 2.12325 6.06348 2.125C6.07037 2.12672 6.07709 2.12914 6.08398 2.13086C6.09098 2.13261 6.09847 2.13399 6.10547 2.13574C6.11236 2.13747 6.11908 2.13988 6.12598 2.1416C6.13298 2.14335 6.14046 2.14473 6.14746 2.14648C6.15428 2.14819 6.16115 2.14966 6.16797 2.15137C6.17497 2.15312 6.18245 2.15548 6.18945 2.15723C6.19627 2.15893 6.20314 2.16041 6.20996 2.16211C6.21697 2.16386 6.22444 2.16524 6.23145 2.16699C6.23834 2.16872 6.24506 2.17113 6.25195 2.17285C6.25896 2.1746 6.26643 2.17598 6.27344 2.17773C6.28033 2.17946 6.28705 2.18187 6.29395 2.18359C6.30095 2.18535 6.30842 2.18673 6.31543 2.18848C6.32225 2.19018 6.32912 2.19166 6.33594 2.19336C6.34294 2.19511 6.35042 2.19747 6.35742 2.19922C6.36441 2.20096 6.37192 2.20236 6.37891 2.2041C6.38577 2.20582 6.39255 2.20824 6.39941 2.20996C6.40639 2.21171 6.41392 2.2131 6.4209 2.21484C6.42772 2.21655 6.43459 2.21802 6.44141 2.21973C6.44841 2.22148 6.45589 2.22383 6.46289 2.22559C6.46971 2.22729 6.47658 2.22876 6.4834 2.23047C6.4904 2.23222 6.49788 2.2336 6.50488 2.23535C6.51178 2.23708 6.5185 2.23949 6.52539 2.24121C6.53239 2.24296 6.53987 2.24434 6.54688 2.24609C6.55377 2.24782 6.56049 2.25023 6.56738 2.25195C6.57438 2.2537 6.58187 2.25509 6.58887 2.25684C6.59568 2.25854 6.60256 2.26001 6.60938 2.26172C6.61637 2.26347 6.62386 2.26583 6.63086 2.26758C6.63768 2.26928 6.64455 2.27076 6.65137 2.27246C6.65836 2.27421 6.66586 2.2756 6.67285 2.27734C6.67975 2.27907 6.68647 2.28148 6.69336 2.2832C6.70035 2.28495 6.70785 2.28634 6.71484 2.28809C6.72172 2.28981 6.72847 2.29223 6.73535 2.29395C6.74233 2.29569 6.74986 2.29709 6.75684 2.29883C6.76365 2.30053 6.77053 2.30201 6.77734 2.30371C6.78422 2.30543 6.79098 2.30785 6.79785 2.30957C6.80483 2.31132 6.81236 2.31271 6.81934 2.31445C6.82615 2.31616 6.83303 2.31763 6.83984 2.31934C6.84682 2.32108 6.85435 2.32345 6.86133 2.3252C6.86815 2.3269 6.87502 2.32837 6.88184 2.33008C6.88881 2.33182 6.89635 2.33322 6.90332 2.33496C6.91021 2.33668 6.91694 2.3391 6.92383 2.34082C6.93065 2.34252 6.93752 2.344 6.94434 2.3457C6.9513 2.34744 6.95886 2.34885 6.96582 2.35059C6.97272 2.35231 6.97944 2.35472 6.98633 2.35645C6.99329 2.35819 7.00086 2.35959 7.00781 2.36133C7.01463 2.36303 7.0215 2.36451 7.02832 2.36621C7.03519 2.36793 7.04196 2.37035 7.04883 2.37207C7.05578 2.37381 7.06337 2.37522 7.07031 2.37695C7.07713 2.37866 7.08401 2.38013 7.09082 2.38184C7.09768 2.38355 7.10447 2.38598 7.11133 2.3877C7.11827 2.38943 7.12588 2.39084 7.13281 2.39258C7.13963 2.39428 7.14651 2.39576 7.15332 2.39746C7.1602 2.39918 7.16695 2.4016 7.17383 2.40332C7.18076 2.40505 7.18839 2.40647 7.19531 2.4082C7.20209 2.4099 7.20904 2.41139 7.21582 2.41309C7.2227 2.41481 7.22945 2.41723 7.23633 2.41895L7.27734 2.42871C7.28425 2.43044 7.29192 2.43284 7.29883 2.43457L7.33984 2.44434C7.34669 2.44605 7.35351 2.44848 7.36035 2.4502C7.36713 2.45189 7.37409 2.45339 7.38086 2.45508C7.38774 2.4568 7.39546 2.45824 7.40234 2.45996C7.4091 2.46165 7.4161 2.46316 7.42285 2.46484C7.42966 2.46655 7.43656 2.469 7.44336 2.4707L7.50488 2.48535C7.51173 2.48706 7.51854 2.4895 7.52539 2.49121L7.56641 2.50098C7.57324 2.50269 7.58008 2.50513 7.58691 2.50684L7.66895 2.52637C7.67575 2.52807 7.68266 2.53053 7.68945 2.53223L7.73047 2.54199C7.73698 2.54362 7.74349 2.54525 7.75 2.54688C7.75676 2.54857 7.76375 2.55104 7.77051 2.55273L7.81152 2.5625C7.81804 2.56413 7.82455 2.56576 7.83105 2.56738L7.87207 2.57715C7.87881 2.57883 7.88585 2.58133 7.89258 2.58301C7.89909 2.58464 7.9056 2.58626 7.91211 2.58789L7.95312 2.59766L7.97266 2.60254C7.97936 2.60421 7.98647 2.60575 7.99316 2.60742C7.99975 2.60907 8.00611 2.61164 8.0127 2.61328C8.01938 2.61495 8.02653 2.61649 8.0332 2.61816C8.03972 2.61979 8.04623 2.62142 8.05273 2.62305C8.0594 2.62471 8.06658 2.62626 8.07324 2.62793C8.07976 2.62956 8.08627 2.63119 8.09277 2.63281C8.09943 2.63448 8.10664 2.63603 8.11328 2.6377L8.15234 2.64746C8.15897 2.64912 8.16623 2.65069 8.17285 2.65234C8.17942 2.65399 8.18582 2.65656 8.19238 2.6582C8.1989 2.65983 8.20541 2.66146 8.21191 2.66309C8.21851 2.66474 8.22583 2.66632 8.23242 2.66797L8.33008 2.69238C8.33662 2.69402 8.34405 2.69563 8.35059 2.69727L8.44824 2.72168C8.45445 2.72323 8.4606 2.72501 8.4668 2.72656L8.56445 2.75098C8.57066 2.75253 8.57681 2.75431 8.58301 2.75586C8.5894 2.75746 8.59616 2.75817 8.60254 2.75977C8.60894 2.76137 8.61568 2.76305 8.62207 2.76465C8.62828 2.7662 8.63443 2.76798 8.64062 2.76953C8.647 2.77113 8.65379 2.77282 8.66016 2.77441C8.66637 2.77597 8.67251 2.77775 8.67871 2.7793C8.68507 2.78089 8.6919 2.78259 8.69824 2.78418C8.70445 2.78573 8.7106 2.78751 8.7168 2.78906C8.72313 2.79065 8.73001 2.79236 8.73633 2.79395C8.74254 2.7955 8.74868 2.79728 8.75488 2.79883C8.76119 2.80041 8.76812 2.80116 8.77441 2.80273L8.83008 2.81738C8.83634 2.81895 8.84336 2.8207 8.84961 2.82227C8.85572 2.82379 8.86206 2.82465 8.86816 2.82617L8.94238 2.8457C8.9485 2.84723 8.95484 2.84808 8.96094 2.84961L8.99805 2.85938C9.00418 2.86091 9.01048 2.86175 9.0166 2.86328L9.05371 2.87305C9.05961 2.87452 9.0654 2.87646 9.07129 2.87793C9.07737 2.87945 9.08378 2.88032 9.08984 2.88184C9.09593 2.88336 9.10233 2.8852 9.1084 2.88672C9.1143 2.88819 9.12009 2.89013 9.12598 2.8916C9.13203 2.89312 9.13849 2.894 9.14453 2.89551C9.15044 2.89698 9.15622 2.89892 9.16211 2.90039C9.16813 2.9019 9.17466 2.9028 9.18066 2.9043C9.18656 2.90577 9.19236 2.90771 9.19824 2.90918C9.20424 2.91068 9.21081 2.91257 9.2168 2.91406C9.22262 2.91552 9.22856 2.91652 9.23438 2.91797C9.24021 2.91943 9.24613 2.9214 9.25195 2.92285C9.25791 2.92434 9.26456 2.92527 9.27051 2.92676L9.30566 2.93652C9.31147 2.93797 9.31745 2.93898 9.32324 2.94043C9.32904 2.94188 9.33504 2.94387 9.34082 2.94531C9.34654 2.94674 9.35269 2.94779 9.3584 2.94922C9.36427 2.95069 9.3711 2.95264 9.37695 2.9541C9.38247 2.95548 9.38805 2.95663 9.39355 2.95801C9.39931 2.95945 9.40539 2.96146 9.41113 2.96289C9.41687 2.96433 9.42298 2.96537 9.42871 2.9668C9.43452 2.96825 9.44049 2.97023 9.44629 2.97168L9.48145 2.97949C9.48704 2.98089 9.49246 2.98298 9.49805 2.98438C9.50379 2.98581 9.50989 2.98685 9.51562 2.98828C9.52122 2.98968 9.52664 2.99177 9.53223 2.99316C9.53794 2.99459 9.54411 2.99565 9.5498 2.99707C9.55533 2.99845 9.5609 2.9996 9.56641 3.00098C9.57209 3.0024 9.57832 3.00444 9.58398 3.00586C9.58951 3.00724 9.59508 3.00839 9.60059 3.00977C9.60624 3.01118 9.61253 3.01226 9.61816 3.01367C9.62372 3.01506 9.62923 3.01717 9.63477 3.01855L9.66797 3.02637C9.67344 3.02773 9.67912 3.02989 9.68457 3.03125C9.69014 3.03264 9.6966 3.03377 9.70215 3.03516L9.73535 3.04297C9.74064 3.04429 9.7457 3.04653 9.75098 3.04785L9.81738 3.06348C9.82268 3.0648 9.82773 3.06704 9.83301 3.06836C9.83842 3.06971 9.84422 3.07092 9.84961 3.07227C9.85483 3.07357 9.86003 3.07487 9.86523 3.07617C9.87061 3.07752 9.87648 3.07874 9.88184 3.08008C9.88705 3.08138 9.89226 3.08268 9.89746 3.08398C9.9028 3.08532 9.90874 3.08656 9.91406 3.08789L9.94531 3.0957C9.9506 3.09702 9.95665 3.09829 9.96191 3.09961L10.0557 3.12305C10.0606 3.12427 10.0654 3.12573 10.0703 3.12695L10.1016 3.13477C10.1065 3.13599 10.1113 3.13745 10.1162 3.13867C10.1213 3.13994 10.1268 3.14131 10.1318 3.14258C10.1367 3.14381 10.1416 3.14526 10.1465 3.14648C10.1515 3.14774 10.1571 3.14914 10.1621 3.15039C10.167 3.15162 10.1719 3.15307 10.1768 3.1543C10.1818 3.15555 10.1874 3.15598 10.1924 3.15723L10.251 3.17285C10.2558 3.17405 10.2609 3.17459 10.2656 3.17578L10.2949 3.18359C10.2997 3.1848 10.3048 3.18533 10.3096 3.18652C10.3144 3.18773 10.3194 3.18923 10.3242 3.19043C10.3288 3.19158 10.3333 3.19319 10.3379 3.19434C10.3427 3.19553 10.3478 3.19705 10.3525 3.19824C10.3573 3.19942 10.3625 3.2 10.3672 3.20117C10.3718 3.20232 10.3763 3.20393 10.3809 3.20508C10.3856 3.20626 10.3908 3.20684 10.3955 3.20801L10.4229 3.21582C10.4274 3.21694 10.432 3.21763 10.4365 3.21875C10.4411 3.21991 10.4466 3.22151 10.4512 3.22266C10.4556 3.22377 10.4604 3.22448 10.4648 3.22559C10.4694 3.22671 10.474 3.22837 10.4785 3.22949C10.483 3.23061 10.4878 3.23131 10.4922 3.23242C10.4967 3.23354 10.5014 3.23522 10.5059 3.23633C10.5101 3.23738 10.5144 3.23821 10.5186 3.23926C10.523 3.24037 10.5278 3.24205 10.5322 3.24316L10.5596 3.24902C10.5639 3.2501 10.568 3.25186 10.5723 3.25293C10.5767 3.25403 10.5816 3.25476 10.5859 3.25586C10.5902 3.25692 10.5944 3.25774 10.5986 3.25879C10.6029 3.25986 10.6071 3.26163 10.6113 3.2627C10.6157 3.26378 10.6207 3.26455 10.625 3.26562C10.6292 3.26668 10.6335 3.26751 10.6377 3.26855C10.642 3.26962 10.6461 3.2714 10.6504 3.27246L10.6885 3.28125C10.6927 3.2823 10.697 3.28411 10.7012 3.28516C10.7052 3.28617 10.7098 3.28707 10.7139 3.28809C10.7178 3.28907 10.7217 3.29004 10.7256 3.29102C10.7297 3.29205 10.7342 3.29292 10.7383 3.29395C10.7422 3.29492 10.7461 3.2959 10.75 3.29688C10.7541 3.29789 10.7586 3.29879 10.7627 3.2998C10.7667 3.3008 10.7704 3.30272 10.7744 3.30371C10.7784 3.30472 10.7831 3.30564 10.7871 3.30664L10.8809 3.33008C10.8845 3.33098 10.888 3.33211 10.8916 3.33301C10.8954 3.33395 10.8996 3.33402 10.9033 3.33496C10.9069 3.33586 10.9105 3.33699 10.9141 3.33789C10.9178 3.33882 10.9221 3.33989 10.9258 3.34082L10.958 3.34961C10.9616 3.35052 10.9661 3.35066 10.9697 3.35156C10.9732 3.35243 10.977 3.35363 10.9805 3.35449C10.9838 3.35532 10.987 3.3566 10.9902 3.35742C10.9937 3.35829 10.9975 3.35949 11.001 3.36035C11.0044 3.36122 11.0083 3.36144 11.0117 3.3623C11.0152 3.36318 11.019 3.36437 11.0225 3.36523C11.0258 3.36606 11.0289 3.36734 11.0322 3.36816C11.0357 3.36902 11.0396 3.36926 11.043 3.37012C11.0463 3.37094 11.0495 3.37223 11.0527 3.37305C11.0561 3.37389 11.0601 3.37416 11.0635 3.375L11.083 3.38086C11.0862 3.38166 11.0896 3.38202 11.0928 3.38281C11.096 3.38361 11.0994 3.38495 11.1025 3.38574C11.1057 3.38653 11.1092 3.38692 11.1123 3.3877C11.1155 3.38849 11.1189 3.38983 11.1221 3.39062L11.1416 3.39453C11.1446 3.39528 11.1474 3.39672 11.1504 3.39746C11.1535 3.39824 11.1571 3.39864 11.1602 3.39941C11.1632 3.40016 11.166 3.4016 11.1689 3.40234C11.172 3.40311 11.1757 3.40354 11.1787 3.4043C11.1816 3.40503 11.1846 3.40553 11.1875 3.40625C11.1905 3.407 11.1933 3.40844 11.1963 3.40918L11.2314 3.41699C11.2343 3.41771 11.2374 3.41921 11.2402 3.41992C11.2429 3.42058 11.2455 3.42123 11.248 3.42188C11.2509 3.42258 11.2541 3.42313 11.2568 3.42383C11.2595 3.42448 11.2621 3.42513 11.2646 3.42578C11.2674 3.42647 11.2707 3.42705 11.2734 3.42773L11.2891 3.43164C11.2917 3.43231 11.2952 3.43294 11.2979 3.43359C11.3004 3.43422 11.3032 3.43493 11.3057 3.43555C11.308 3.43612 11.3102 3.43693 11.3125 3.4375L11.3359 3.44336C11.3382 3.44394 11.3405 3.44474 11.3428 3.44531C11.3452 3.44593 11.3482 3.44666 11.3506 3.44727C11.3529 3.44784 11.3551 3.44865 11.3574 3.44922C11.3598 3.44982 11.3629 3.45058 11.3652 3.45117C11.3674 3.45172 11.3699 3.45161 11.3721 3.45215L11.3926 3.45801C11.3947 3.45855 11.3973 3.45845 11.3994 3.45898C11.4014 3.45949 11.4033 3.46044 11.4053 3.46094C11.4075 3.46148 11.41 3.46235 11.4121 3.46289C11.4136 3.46326 11.4154 3.4627 11.417 3.46289C11.69 3.17784 12.0741 3 12.5 3C13.3284 3 14 3.67157 14 4.5C14 5.32843 13.3284 6 12.5 6C12.4462 6 12.3931 5.99673 12.3408 5.99121L10.4756 10.6543C10.8 11.0098 11 11.4808 11 12C11 13.1046 10.1046 14 9 14C8.06581 14 7.2833 13.359 7.06348 12.4932C7.01991 12.4988 6.97527 12.5016 6.92969 12.4951L3.88965 12.0605C3.66743 12.6109 3.12997 13 2.5 13C1.67157 13 1 12.3284 1 11.5C1 10.8702 1.38838 10.3317 1.93848 10.1094L1.03027 3.74805C0.416178 3.40665 0 2.75244 0 2C0 0.895431 0.895431 0 2 0ZM9 11C8.44772 11 8 11.4477 8 12C8 12.5523 8.44772 13 9 13C9.55228 13 10 12.5523 10 12C10 11.4477 9.55228 11 9 11ZM2.5 11C2.22386 11 2 11.2239 2 11.5C2 11.7761 2.22386 12 2.5 12C2.77614 12 3 11.7761 3 11.5C3 11.2239 2.77614 11 2.5 11ZM5.40039 8.7998L3.90039 10.7998L3.85449 10.8594C3.88464 10.923 3.91154 10.9885 3.93262 11.0566L7.06445 11.5039C7.18573 11.0293 7.47492 10.6228 7.86719 10.3525L7.14648 8.91211C6.94001 8.96731 6.72388 9 6.5 9C6.11717 9 5.75599 8.91065 5.43164 8.75684L5.40039 8.7998ZM3.01367 3.7207C2.73632 3.88445 2.4175 3.98244 2.0752 3.99512L2.94238 10.0664C3.01083 10.0875 3.07674 10.1143 3.14062 10.1445L4.59961 8.2002L4.63184 8.15625C4.2403 7.71494 4 7.13636 4 6.5C4 5.99042 4.15227 5.51633 4.41406 5.12109L3.01367 3.7207ZM8.99316 6.3623C8.99564 6.40794 9 6.45374 9 6.5C9 7.29849 8.62378 8.00715 8.04102 8.46484L8.81348 10.0098C8.87492 10.0041 8.93707 10 9 10C9.21696 10 9.42547 10.0357 9.62109 10.0996L11.4375 5.55859C11.4347 5.55582 11.4324 5.5526 11.4297 5.5498L8.99316 6.3623ZM6.5 5C5.67157 5 5 5.67157 5 6.5C5 7.32843 5.67157 8 6.5 8C7.32843 8 8 7.32843 8 6.5C8 5.67157 7.32843 5 6.5 5ZM3.90137 2.61523C3.85591 2.75583 3.79453 2.88862 3.7207 3.01367L5.12109 4.41406C5.51633 4.15227 5.99042 4 6.5 4C7.48247 4 8.32962 4.5682 8.73828 5.39258L11.0068 4.63672C11.0028 4.59167 11 4.54611 11 4.5C11 4.46319 11.0023 4.42677 11.0049 4.39062L10.9971 4.38965C10.9945 4.389 10.9919 4.38835 10.9893 4.3877C10.9865 4.387 10.9833 4.38644 10.9805 4.38574C10.9776 4.38502 10.9746 4.38354 10.9717 4.38281L10.9453 4.37695C10.9423 4.3762 10.9386 4.37478 10.9355 4.37402L10.918 4.37012C10.9149 4.36934 10.9113 4.36797 10.9082 4.36719C10.9051 4.36641 10.9016 4.36602 10.8984 4.36523C10.8955 4.36449 10.8926 4.36305 10.8896 4.3623L10.8701 4.3584C10.8669 4.35759 10.8636 4.35628 10.8604 4.35547C10.8571 4.35467 10.8538 4.35432 10.8506 4.35352L10.8311 4.34766C10.8277 4.34682 10.8237 4.34654 10.8203 4.3457C10.8171 4.34489 10.8138 4.34359 10.8105 4.34277C10.8073 4.34197 10.804 4.34163 10.8008 4.34082L10.7793 4.33496C10.7761 4.33416 10.7728 4.33381 10.7695 4.33301L10.748 4.32715C10.7446 4.32628 10.7408 4.32607 10.7373 4.3252L10.6943 4.31348C10.6907 4.31256 10.6863 4.31245 10.6826 4.31152C10.679 4.31063 10.6755 4.3095 10.6719 4.30859C10.6681 4.30766 10.6639 4.3066 10.6602 4.30566C10.6566 4.30477 10.653 4.30364 10.6494 4.30273L10.626 4.29688C10.6224 4.29598 10.6188 4.29485 10.6152 4.29395L10.5566 4.2793C10.5527 4.2783 10.5479 4.27737 10.5439 4.27637L10.5205 4.27051C10.5165 4.2695 10.5119 4.2686 10.5078 4.26758C10.5039 4.2666 10.5 4.26563 10.4961 4.26465C10.492 4.26362 10.4875 4.26177 10.4834 4.26074L10.458 4.25488C10.4541 4.25391 10.4502 4.25293 10.4463 4.25195C10.4422 4.25094 10.4377 4.25004 10.4336 4.24902C10.4295 4.24799 10.4251 4.24616 10.4209 4.24512C10.4168 4.24409 10.4124 4.24323 10.4082 4.24219C10.4039 4.24112 10.3988 4.24033 10.3945 4.23926C10.3904 4.23822 10.386 4.23737 10.3818 4.23633C10.3776 4.23526 10.3734 4.23349 10.3691 4.23242C10.3649 4.23137 10.3607 4.23055 10.3564 4.22949C10.3521 4.2284 10.3472 4.22766 10.3428 4.22656C10.3385 4.22549 10.3344 4.22373 10.3301 4.22266C10.3257 4.22156 10.3208 4.22083 10.3164 4.21973C10.3121 4.21866 10.308 4.2169 10.3037 4.21582L10.2764 4.20996C10.2719 4.20884 10.2672 4.20718 10.2627 4.20605C10.2583 4.20495 10.2535 4.20424 10.249 4.20312C10.2446 4.20201 10.2398 4.20034 10.2354 4.19922C10.2309 4.19811 10.2261 4.1974 10.2217 4.19629C10.2172 4.19516 10.2125 4.19351 10.208 4.19238C10.2035 4.19126 10.1989 4.19059 10.1943 4.18945L10.167 4.18164C10.1623 4.18047 10.157 4.17988 10.1523 4.17871C10.1478 4.17756 10.1433 4.17596 10.1387 4.1748C10.134 4.17363 10.1288 4.17306 10.124 4.17188C10.1194 4.17073 10.115 4.16912 10.1104 4.16797C10.1056 4.16678 10.1005 4.16526 10.0957 4.16406C10.091 4.16288 10.0858 4.16232 10.0811 4.16113C10.0765 4.15999 10.072 4.15838 10.0674 4.15723L10.0381 4.14941C10.0333 4.14821 10.0283 4.14769 10.0234 4.14648L9.97949 4.13477C9.97473 4.13357 9.96963 4.13303 9.96484 4.13184C9.95989 4.1306 9.9542 4.12917 9.94922 4.12793L9.91992 4.12012C9.9149 4.11886 9.90933 4.11747 9.9043 4.11621C9.8994 4.11499 9.89456 4.11353 9.88965 4.1123C9.88461 4.11105 9.87908 4.11064 9.87402 4.10938C9.86895 4.10811 9.86349 4.10674 9.8584 4.10547C9.85351 4.10425 9.84866 4.10279 9.84375 4.10156L9.6875 4.0625C9.6822 4.06117 9.67622 4.05992 9.6709 4.05859C9.6657 4.05729 9.66049 4.05599 9.65527 4.05469C9.65004 4.05338 9.6449 4.05112 9.63965 4.0498C9.63429 4.04846 9.62842 4.04724 9.62305 4.0459C9.61785 4.0446 9.61264 4.0433 9.60742 4.04199L9.57422 4.03418C9.56902 4.03288 9.56381 4.03158 9.55859 4.03027C9.55317 4.02892 9.54743 4.02675 9.54199 4.02539L9.47559 4.00977C9.47009 4.00839 9.4645 4.00626 9.45898 4.00488L9.42578 3.99707C9.42022 3.99568 9.41476 3.99358 9.40918 3.99219C9.4037 3.99082 9.39808 3.98966 9.39258 3.98828C9.38696 3.98688 9.38063 3.98578 9.375 3.98438C9.36944 3.98299 9.36397 3.98089 9.3584 3.97949C9.35289 3.97812 9.34732 3.97697 9.3418 3.97559C9.33613 3.97417 9.3299 3.9731 9.32422 3.97168C9.31863 3.97028 9.31322 3.9682 9.30762 3.9668C9.30192 3.96537 9.29575 3.96432 9.29004 3.96289C9.28453 3.96151 9.27896 3.96036 9.27344 3.95898C9.26772 3.95755 9.26159 3.95554 9.25586 3.9541C9.25011 3.95266 9.24404 3.95164 9.23828 3.9502C9.23257 3.94877 9.22643 3.94674 9.2207 3.94531C9.2152 3.94394 9.20962 3.94279 9.2041 3.94141C9.19831 3.93996 9.19233 3.93798 9.18652 3.93652L9.15137 3.92871C9.14553 3.92725 9.13964 3.92529 9.13379 3.92383C9.12798 3.92238 9.12203 3.92138 9.11621 3.91992C9.11035 3.91846 9.10451 3.91651 9.09863 3.91504C9.09282 3.91359 9.08688 3.91259 9.08105 3.91113L9.0459 3.90137C9.03997 3.89988 9.03329 3.89895 9.02734 3.89746C9.02151 3.896 9.01561 3.89404 9.00977 3.89258C9.00395 3.89112 8.99802 3.89013 8.99219 3.88867C8.98622 3.88718 8.97962 3.88529 8.97363 3.88379C8.96782 3.88234 8.96188 3.88134 8.95605 3.87988C8.9502 3.87842 8.94435 3.87647 8.93848 3.875C8.93246 3.8735 8.92595 3.87162 8.91992 3.87012C8.91411 3.86866 8.90817 3.86767 8.90234 3.86621L8.86523 3.85645C8.85942 3.85499 8.85348 3.854 8.84766 3.85254L8.81055 3.84277C8.80451 3.84127 8.79804 3.84038 8.79199 3.83887C8.7861 3.83739 8.78032 3.83546 8.77441 3.83398L8.7373 3.82422C8.73122 3.8227 8.72485 3.82184 8.71875 3.82031L8.66309 3.80566C8.65701 3.80415 8.65061 3.80328 8.64453 3.80176C8.6383 3.8002 8.63124 3.79843 8.625 3.79688L8.56934 3.78223C8.56324 3.7807 8.55689 3.77985 8.55078 3.77832C8.54449 3.77675 8.53755 3.77501 8.53125 3.77344C8.52505 3.77189 8.51891 3.77011 8.5127 3.76855L8.49316 3.76367C8.48697 3.76212 8.48081 3.76034 8.47461 3.75879C8.46828 3.75721 8.46141 3.75549 8.45508 3.75391C8.44896 3.75238 8.44266 3.75153 8.43652 3.75C8.43017 3.74841 8.42336 3.74671 8.41699 3.74512C8.41079 3.74357 8.40465 3.74179 8.39844 3.74023L8.37891 3.73535C8.37271 3.7338 8.36656 3.73202 8.36035 3.73047L8.30176 3.71582C8.29556 3.71427 8.28941 3.71249 8.2832 3.71094L8.0293 3.64746C8.02272 3.64582 8.01537 3.64422 8.00879 3.64258L7.9502 3.62793C7.94359 3.62628 7.93631 3.6247 7.92969 3.62305L7.89062 3.61328C7.88399 3.61162 7.87676 3.61006 7.87012 3.6084C7.86353 3.60675 7.85718 3.60419 7.85059 3.60254C7.84393 3.60088 7.83674 3.59932 7.83008 3.59766C7.82357 3.59603 7.81706 3.5944 7.81055 3.59277C7.80388 3.59111 7.79672 3.58956 7.79004 3.58789L7.77051 3.58301C7.76382 3.58134 7.75669 3.5798 7.75 3.57812C7.74349 3.5765 7.73698 3.57487 7.73047 3.57324C7.72377 3.57157 7.71667 3.57004 7.70996 3.56836C7.70338 3.56671 7.69702 3.56415 7.69043 3.5625L7.64941 3.55273L7.62988 3.54785L7.58887 3.53809C7.58212 3.5364 7.57511 3.53391 7.56836 3.53223L7.54883 3.52734L7.4873 3.5127C7.48053 3.511 7.47358 3.50853 7.4668 3.50684C7.46012 3.50517 7.45297 3.50362 7.44629 3.50195C7.43978 3.50033 7.43327 3.4987 7.42676 3.49707C7.4201 3.49541 7.41291 3.49385 7.40625 3.49219C7.39951 3.4905 7.39249 3.48802 7.38574 3.48633L7.32422 3.47168C7.31743 3.46998 7.31051 3.46752 7.30371 3.46582L7.24219 3.45117C7.23544 3.44949 7.22843 3.447 7.22168 3.44531C7.21482 3.4436 7.20706 3.44215 7.2002 3.44043L7.15918 3.43066C7.15233 3.42895 7.14553 3.42652 7.13867 3.4248L7.09766 3.41504C7.09087 3.41334 7.08394 3.41088 7.07715 3.40918C7.07025 3.40745 7.06257 3.40602 7.05566 3.4043C7.04887 3.4026 7.04195 3.40111 7.03516 3.39941C7.02827 3.39769 7.02154 3.39528 7.01465 3.39355C7.00783 3.39185 7.00096 3.39038 6.99414 3.38867C6.98722 3.38694 6.97958 3.38552 6.97266 3.38379C6.96585 3.38209 6.95896 3.38061 6.95215 3.37891C6.94526 3.37718 6.93854 3.37477 6.93164 3.37305C6.92485 3.37135 6.91793 3.36986 6.91113 3.36816C6.9042 3.36643 6.89658 3.36502 6.88965 3.36328C6.88276 3.36156 6.87603 3.35914 6.86914 3.35742C6.86233 3.35572 6.85545 3.35424 6.84863 3.35254C6.84169 3.3508 6.8341 3.34939 6.82715 3.34766C6.82026 3.34593 6.81353 3.34352 6.80664 3.3418C6.79983 3.34009 6.79295 3.33862 6.78613 3.33691C6.77918 3.33518 6.77161 3.33377 6.76465 3.33203C6.75776 3.33031 6.75104 3.3279 6.74414 3.32617C6.73718 3.32443 6.72962 3.32303 6.72266 3.32129C6.71584 3.31959 6.70897 3.31811 6.70215 3.31641C6.69527 3.31469 6.68853 3.31227 6.68164 3.31055C6.67467 3.3088 6.66713 3.30741 6.66016 3.30566C6.65326 3.30394 6.64654 3.30153 6.63965 3.2998C6.63268 3.29806 6.62514 3.29667 6.61816 3.29492C6.61135 3.29322 6.60447 3.29174 6.59766 3.29004C6.59079 3.28832 6.58402 3.2859 6.57715 3.28418C6.57017 3.28243 6.56265 3.28104 6.55566 3.2793C6.54885 3.27759 6.54197 3.27612 6.53516 3.27441C6.52817 3.27267 6.52066 3.2703 6.51367 3.26855C6.50686 3.26685 6.49998 3.26538 6.49316 3.26367C6.48618 3.26192 6.47867 3.26054 6.47168 3.25879C6.46479 3.25707 6.45807 3.25465 6.45117 3.25293C6.44418 3.25118 6.43668 3.2498 6.42969 3.24805C6.42279 3.24632 6.41607 3.24391 6.40918 3.24219C6.40218 3.24044 6.39469 3.23905 6.3877 3.2373C6.38088 3.2356 6.374 3.23413 6.36719 3.23242C6.36019 3.23067 6.3527 3.22831 6.3457 3.22656C6.33889 3.22486 6.33201 3.22338 6.3252 3.22168C6.31819 3.21993 6.31071 3.21855 6.30371 3.2168C6.29682 3.21507 6.2901 3.21266 6.2832 3.21094C6.2762 3.20919 6.26872 3.20781 6.26172 3.20605C6.25483 3.20433 6.2481 3.20192 6.24121 3.2002C6.23421 3.19844 6.22673 3.19706 6.21973 3.19531C6.21291 3.19361 6.20604 3.19213 6.19922 3.19043C6.19221 3.18868 6.18474 3.18632 6.17773 3.18457C6.17092 3.18287 6.16404 3.18139 6.15723 3.17969C6.15022 3.17794 6.14275 3.17656 6.13574 3.1748C6.12885 3.17308 6.12213 3.17067 6.11523 3.16895C6.10823 3.16719 6.10076 3.16581 6.09375 3.16406C6.08686 3.16234 6.08014 3.15993 6.07324 3.1582C6.06624 3.15645 6.05876 3.15507 6.05176 3.15332C6.04494 3.15162 6.03807 3.15014 6.03125 3.14844C6.02424 3.14669 6.01677 3.14433 6.00977 3.14258C6.00295 3.14087 5.99607 3.1394 5.98926 3.1377C5.98229 3.13595 5.97474 3.13455 5.96777 3.13281C5.96077 3.13106 5.95329 3.1287 5.94629 3.12695C5.93947 3.12525 5.9326 3.12377 5.92578 3.12207C5.91878 3.12032 5.9113 3.11796 5.9043 3.11621C5.89748 3.11451 5.89061 3.11303 5.88379 3.11133C5.87679 3.10958 5.8693 3.1082 5.8623 3.10645C5.85541 3.10472 5.84869 3.10231 5.8418 3.10059C5.8348 3.09884 5.82731 3.09745 5.82031 3.0957C5.81344 3.09398 5.80668 3.09156 5.7998 3.08984C5.79283 3.0881 5.78529 3.0867 5.77832 3.08496C5.7715 3.08326 5.76463 3.08178 5.75781 3.08008C5.75082 3.07833 5.74332 3.07597 5.73633 3.07422L5.69531 3.06445C5.68832 3.06271 5.68081 3.06034 5.67383 3.05859C5.66701 3.05689 5.66014 3.05541 5.65332 3.05371C5.64634 3.05196 5.63882 3.05057 5.63184 3.04883C5.62494 3.0471 5.61822 3.04469 5.61133 3.04297C5.60435 3.04122 5.59682 3.03983 5.58984 3.03809C5.58295 3.03636 5.57623 3.03395 5.56934 3.03223C5.56236 3.03048 5.55482 3.02909 5.54785 3.02734C5.54103 3.02564 5.53416 3.02416 5.52734 3.02246C5.52046 3.02074 5.51372 3.01832 5.50684 3.0166C5.49987 3.01486 5.49232 3.01346 5.48535 3.01172C5.47853 3.01001 5.47166 3.00854 5.46484 3.00684C5.45788 3.0051 5.45032 3.00272 5.44336 3.00098L5.40234 2.99121C5.39539 2.98947 5.38781 2.98709 5.38086 2.98535L5.33984 2.97559C5.3329 2.97385 5.3253 2.97146 5.31836 2.96973L5.27734 2.95996C5.27053 2.95826 5.26364 2.9558 5.25684 2.9541C5.24991 2.95237 5.24227 2.95095 5.23535 2.94922C5.22853 2.94751 5.22166 2.94604 5.21484 2.94434C5.20797 2.94262 5.2012 2.94019 5.19434 2.93848C5.18756 2.93678 5.1806 2.93529 5.17383 2.93359C5.16692 2.93187 5.15925 2.93044 5.15234 2.92871C5.14552 2.92701 5.13865 2.92553 5.13184 2.92383C5.12495 2.92211 5.11821 2.91969 5.11133 2.91797L5.07031 2.9082C5.06343 2.90648 5.05571 2.90406 5.04883 2.90234L4.9873 2.8877C4.98044 2.88598 4.97366 2.88355 4.9668 2.88184L4.92578 2.87207C4.91895 2.87036 4.9121 2.86792 4.90527 2.86621L4.84375 2.85156C4.83692 2.84986 4.83006 2.84741 4.82324 2.8457L4.74121 2.82617C4.73445 2.82448 4.72746 2.822 4.7207 2.82031C4.71419 2.81868 4.70768 2.81706 4.70117 2.81543L4.63965 2.80078C4.63289 2.79909 4.6259 2.79661 4.61914 2.79492C4.61263 2.79329 4.60612 2.79167 4.59961 2.79004L4.55859 2.78027C4.55208 2.77865 4.54557 2.77702 4.53906 2.77539C4.53234 2.77371 4.52527 2.77121 4.51855 2.76953C4.51184 2.76785 4.50476 2.76633 4.49805 2.76465C4.49153 2.76302 4.48502 2.76139 4.47852 2.75977L4.4375 2.75C4.43099 2.74837 4.42448 2.74674 4.41797 2.74512C4.41129 2.74345 4.40413 2.7419 4.39746 2.74023C4.3909 2.73859 4.38449 2.73601 4.37793 2.73438C4.37142 2.73275 4.3649 2.73112 4.3584 2.72949C4.35174 2.72783 4.34454 2.72627 4.33789 2.72461C4.33138 2.72298 4.32487 2.72135 4.31836 2.71973C4.31172 2.71807 4.30448 2.7165 4.29785 2.71484L4.25879 2.70508C4.25218 2.70343 4.24488 2.70185 4.23828 2.7002L4.17969 2.68555C4.17311 2.6839 4.16575 2.68231 4.15918 2.68066L4.10059 2.66602C4.09405 2.66438 4.08758 2.66179 4.08105 2.66016L4.00293 2.64062C3.99649 2.63902 3.98983 2.63833 3.9834 2.63672L3.9248 2.62207C3.9186 2.62052 3.91245 2.61874 3.90625 2.61719L3.90137 2.61523ZM12.5 4C12.2239 4 12 4.22386 12 4.5C12 4.77614 12.2239 5 12.5 5C12.7761 5 13 4.77614 13 4.5C13 4.22386 12.7761 4 12.5 4ZM2 1C1.44772 1 1 1.44772 1 2C1 2.55228 1.44772 3 2 3C2.55228 3 3 2.55228 3 2C3 1.44772 2.55228 1 2 1Z" fill="#263238"/>
3
+ </svg>
@@ -1,7 +1,7 @@
1
1
  <template>
2
2
  <Modal
3
- :is-open="isOpen"
4
3
  data-test-id="action_banner_wrapper"
4
+ :is-open="isOpen"
5
5
  @on-close="closeModal"
6
6
  >
7
7
  <ModalContainer>
@@ -39,7 +39,10 @@
39
39
  : false
40
40
  "
41
41
  :is-relative-error-message="true"
42
- :label-data-id="`${processedDataId({ label: item.label, series })}_label`"
42
+ :label-data-id="`${processedDataId({
43
+ label: item.label,
44
+ series,
45
+ })}_label`"
43
46
  :min-decimals="0"
44
47
  :number-precision="fieldMode === 'percentage' ? 2 : 0"
45
48
  text-align="center"
@@ -70,10 +73,10 @@
70
73
  :data-qa-id="processedDataQaId({ label: item.label, series })"
71
74
  :default-number="0"
72
75
  :disabled="isInputsDisabled"
76
+ :input-data-id="processedDataId({ label: item.label, series })"
73
77
  input-height="36px"
74
78
  :is-disabled-styled-only="true"
75
79
  :is-read-only="true"
76
- :input-data-id="processedDataId({ label: item.label, series })"
77
80
  :label-data-id="`${processedDataId({ label: item.label, series })}_label`"
78
81
  :min-decimals="0"
79
82
  :number-precision="fieldMode === 'percentage' ? 2 : 0"