@koobiq/icons 7.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.
- package/CHANGELOG.md +48 -0
- package/LICENSE +21 -0
- package/README.md +124 -0
- package/dist/fonts/mc-icons.css +371 -0
- package/dist/fonts/mc-icons.html +616 -0
- package/dist/fonts/mc-icons.scss +371 -0
- package/dist/fonts/mc-icons.ttf +0 -0
- package/dist/fonts/mc-icons.woff +0 -0
- package/dist/info/mc-icons-info.json +1 -0
- package/dist/svg/angle-down-L_16.svg +1 -0
- package/dist/svg/angle-down-L_24.svg +1 -0
- package/dist/svg/angle-down-M_16.svg +1 -0
- package/dist/svg/angle-down-M_24.svg +1 -0
- package/dist/svg/angle-down-S_16.svg +1 -0
- package/dist/svg/angle-left-L_16.svg +1 -0
- package/dist/svg/angle-left-L_24.svg +1 -0
- package/dist/svg/angle-left-M_16.svg +1 -0
- package/dist/svg/angle-left-M_24.svg +1 -0
- package/dist/svg/angle-left-S_16.svg +1 -0
- package/dist/svg/angle-right-L_16.svg +1 -0
- package/dist/svg/angle-right-L_24.svg +1 -0
- package/dist/svg/angle-right-M_16.svg +1 -0
- package/dist/svg/angle-right-M_24.svg +1 -0
- package/dist/svg/angle-right-M_32.svg +1 -0
- package/dist/svg/angle-right-S_16.svg +1 -0
- package/dist/svg/angle-up-L_16.svg +1 -0
- package/dist/svg/angle-up-L_24.svg +1 -0
- package/dist/svg/angle-up-M_16.svg +1 -0
- package/dist/svg/angle-up-M_24.svg +1 -0
- package/dist/svg/angle-up-S_16.svg +1 -0
- package/dist/svg/bell-o_16.svg +1 -0
- package/dist/svg/bell-o_24.svg +1 -0
- package/dist/svg/bell-off-o_16.svg +1 -0
- package/dist/svg/bell_16.svg +1 -0
- package/dist/svg/bell_32.svg +1 -0
- package/dist/svg/bento_16.svg +1 -0
- package/dist/svg/bento_24.svg +1 -0
- package/dist/svg/bento_32.svg +1 -0
- package/dist/svg/calendar_16.svg +1 -0
- package/dist/svg/chart-bar_24.svg +1 -0
- package/dist/svg/check_16.svg +1 -0
- package/dist/svg/circle-8_16.svg +1 -0
- package/dist/svg/clock_16.svg +1 -0
- package/dist/svg/close-L_16.svg +1 -0
- package/dist/svg/close-L_32.svg +1 -0
- package/dist/svg/close-M_16.svg +1 -0
- package/dist/svg/close-S_16.svg +1 -0
- package/dist/svg/close-circle_16.svg +1 -0
- package/dist/svg/cloud-404_256.svg +1 -0
- package/dist/svg/color-palette_16.svg +1 -0
- package/dist/svg/copy-o_16.svg +1 -0
- package/dist/svg/copy_16.svg +1 -0
- package/dist/svg/download_16.svg +1 -0
- package/dist/svg/download_32.svg +1 -0
- package/dist/svg/ellipsis_16.svg +1 -0
- package/dist/svg/ellipsis_24.svg +1 -0
- package/dist/svg/error_16.svg +1 -0
- package/dist/svg/external-link_16.svg +1 -0
- package/dist/svg/eye-crossed_16.svg +1 -0
- package/dist/svg/eye_16.svg +1 -0
- package/dist/svg/file-empty_16.svg +1 -0
- package/dist/svg/folder-closed_16.svg +1 -0
- package/dist/svg/folder-open-o_24.svg +1 -0
- package/dist/svg/folder-opened_16.svg +1 -0
- package/dist/svg/folder-search-opened_16.svg +1 -0
- package/dist/svg/folder-search_16.svg +1 -0
- package/dist/svg/gear_16.svg +1 -0
- package/dist/svg/globe_16.svg +1 -0
- package/dist/svg/hamburger_16.svg +1 -0
- package/dist/svg/hamburger_32.svg +1 -0
- package/dist/svg/info-o_16.svg +1 -0
- package/dist/svg/info_16.svg +1 -0
- package/dist/svg/list_24.svg +1 -0
- package/dist/svg/minus_16.svg +1 -0
- package/dist/svg/new-tab_16.svg +1 -0
- package/dist/svg/pause_16.svg +1 -0
- package/dist/svg/play_16.svg +1 -0
- package/dist/svg/question-circle_24.svg +1 -0
- package/dist/svg/search_16.svg +1 -0
- package/dist/svg/search_24.svg +1 -0
- package/dist/svg/stop_16.svg +1 -0
- package/dist/svg/success_16.svg +1 -0
- package/dist/svg/theme_16.svg +1 -0
- package/dist/svg/triangle-down_16.svg +1 -0
- package/dist/svg/triangle-left_16.svg +1 -0
- package/dist/svg/triangle-right_16.svg +1 -0
- package/dist/svg/triangle-up_16.svg +1 -0
- package/dist/svg/upload-to-cloud_16.svg +1 -0
- package/dist/svg/upload-to-cloud_24.svg +1 -0
- package/dist/svg/upload-to-cloud_32.svg +1 -0
- package/dist/svg/upload-to-cloud_64.svg +1 -0
- package/dist/svg/user-o_24.svg +1 -0
- package/dist/svg/user_16.svg +1 -0
- package/dist/svg/word-wrap-slash_16.svg +1 -0
- package/dist/svg/word-wrap_16.svg +1 -0
- package/dist/symbol/sprite.scss +425 -0
- package/dist/symbol/sprite.symbol.html +1033 -0
- package/dist/symbol/svg/sprite.symbol.svg +1 -0
- package/package.json +58 -0
|
@@ -0,0 +1,371 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: "PT Mosaic Icons";
|
|
3
|
+
font-weight:normal;
|
|
4
|
+
font-style:normal;
|
|
5
|
+
src: url("./mc-icons.ttf?e8b794fcdc13cb9b03ea73d526850d3a") format("truetype"),
|
|
6
|
+
url("./mc-icons.woff?e8b794fcdc13cb9b03ea73d526850d3a") format("woff");
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.mc {
|
|
10
|
+
font-family: "PT Mosaic Icons";
|
|
11
|
+
display: inline-block;
|
|
12
|
+
vertical-align:middle;
|
|
13
|
+
line-height:1;
|
|
14
|
+
font-weight:normal;
|
|
15
|
+
font-style:normal;
|
|
16
|
+
speak:none;
|
|
17
|
+
text-decoration: none;
|
|
18
|
+
text-transform:none;
|
|
19
|
+
text-rendering:auto;
|
|
20
|
+
-webkit-font-smoothing: antialiased;
|
|
21
|
+
-moz-osx-font-smoothing: grayscale;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
/*---------------------
|
|
25
|
+
* Icons
|
|
26
|
+
*-------------------*/
|
|
27
|
+
|
|
28
|
+
.mc-angle-down-L_16:before {
|
|
29
|
+
content: "\f101";
|
|
30
|
+
font-size: 16px;
|
|
31
|
+
}
|
|
32
|
+
.mc-angle-down-M_16:before {
|
|
33
|
+
content: "\f102";
|
|
34
|
+
font-size: 16px;
|
|
35
|
+
}
|
|
36
|
+
.mc-angle-down-S_16:before {
|
|
37
|
+
content: "\f103";
|
|
38
|
+
font-size: 16px;
|
|
39
|
+
}
|
|
40
|
+
.mc-calendar_16:before {
|
|
41
|
+
content: "\f104";
|
|
42
|
+
font-size: 16px;
|
|
43
|
+
}
|
|
44
|
+
.mc-check_16:before {
|
|
45
|
+
content: "\f105";
|
|
46
|
+
font-size: 16px;
|
|
47
|
+
}
|
|
48
|
+
.mc-circle-8_16:before {
|
|
49
|
+
content: "\f106";
|
|
50
|
+
font-size: 16px;
|
|
51
|
+
}
|
|
52
|
+
.mc-clock_16:before {
|
|
53
|
+
content: "\f107";
|
|
54
|
+
font-size: 16px;
|
|
55
|
+
}
|
|
56
|
+
.mc-close-L_16:before {
|
|
57
|
+
content: "\f108";
|
|
58
|
+
font-size: 16px;
|
|
59
|
+
}
|
|
60
|
+
.mc-close-M_16:before {
|
|
61
|
+
content: "\f109";
|
|
62
|
+
font-size: 16px;
|
|
63
|
+
}
|
|
64
|
+
.mc-close-S_16:before {
|
|
65
|
+
content: "\f10a";
|
|
66
|
+
font-size: 16px;
|
|
67
|
+
}
|
|
68
|
+
.mc-ellipsis_16:before {
|
|
69
|
+
content: "\f10b";
|
|
70
|
+
font-size: 16px;
|
|
71
|
+
}
|
|
72
|
+
.mc-folder-closed_16:before {
|
|
73
|
+
content: "\f10c";
|
|
74
|
+
font-size: 16px;
|
|
75
|
+
}
|
|
76
|
+
.mc-folder-opened_16:before {
|
|
77
|
+
content: "\f10d";
|
|
78
|
+
font-size: 16px;
|
|
79
|
+
}
|
|
80
|
+
.mc-gear_16:before {
|
|
81
|
+
content: "\f10e";
|
|
82
|
+
font-size: 16px;
|
|
83
|
+
}
|
|
84
|
+
.mc-hamburger_16:before {
|
|
85
|
+
content: "\f10f";
|
|
86
|
+
font-size: 16px;
|
|
87
|
+
}
|
|
88
|
+
.mc-pause_16:before {
|
|
89
|
+
content: "\f110";
|
|
90
|
+
font-size: 16px;
|
|
91
|
+
}
|
|
92
|
+
.mc-play_16:before {
|
|
93
|
+
content: "\f111";
|
|
94
|
+
font-size: 16px;
|
|
95
|
+
}
|
|
96
|
+
.mc-stop_16:before {
|
|
97
|
+
content: "\f112";
|
|
98
|
+
font-size: 16px;
|
|
99
|
+
}
|
|
100
|
+
.mc-triangle-down_16:before {
|
|
101
|
+
content: "\f113";
|
|
102
|
+
font-size: 16px;
|
|
103
|
+
}
|
|
104
|
+
.mc-upload-to-cloud_24:before {
|
|
105
|
+
content: "\f114";
|
|
106
|
+
font-size: 24px;
|
|
107
|
+
}
|
|
108
|
+
.mc-upload-to-cloud_64:before {
|
|
109
|
+
content: "\f115";
|
|
110
|
+
font-size: 64px;
|
|
111
|
+
}
|
|
112
|
+
.mc-error_16:before {
|
|
113
|
+
content: "\f116";
|
|
114
|
+
font-size: 16px;
|
|
115
|
+
}
|
|
116
|
+
.mc-info_16:before {
|
|
117
|
+
content: "\f117";
|
|
118
|
+
font-size: 16px;
|
|
119
|
+
}
|
|
120
|
+
.mc-search_16:before {
|
|
121
|
+
content: "\f118";
|
|
122
|
+
font-size: 16px;
|
|
123
|
+
}
|
|
124
|
+
.mc-download_16:before {
|
|
125
|
+
content: "\f119";
|
|
126
|
+
font-size: 16px;
|
|
127
|
+
}
|
|
128
|
+
.mc-copy-o_16:before {
|
|
129
|
+
content: "\f11a";
|
|
130
|
+
font-size: 16px;
|
|
131
|
+
}
|
|
132
|
+
.mc-minus_16:before {
|
|
133
|
+
content: "\f11b";
|
|
134
|
+
font-size: 16px;
|
|
135
|
+
}
|
|
136
|
+
.mc-angle-up-L_16:before {
|
|
137
|
+
content: "\f11c";
|
|
138
|
+
font-size: 16px;
|
|
139
|
+
}
|
|
140
|
+
.mc-angle-up-M_16:before {
|
|
141
|
+
content: "\f11d";
|
|
142
|
+
font-size: 16px;
|
|
143
|
+
}
|
|
144
|
+
.mc-angle-up-S_16:before {
|
|
145
|
+
content: "\f11e";
|
|
146
|
+
font-size: 16px;
|
|
147
|
+
}
|
|
148
|
+
.mc-angle-left-L_16:before {
|
|
149
|
+
content: "\f11f";
|
|
150
|
+
font-size: 16px;
|
|
151
|
+
}
|
|
152
|
+
.mc-angle-left-M_16:before {
|
|
153
|
+
content: "\f120";
|
|
154
|
+
font-size: 16px;
|
|
155
|
+
}
|
|
156
|
+
.mc-angle-left-S_16:before {
|
|
157
|
+
content: "\f121";
|
|
158
|
+
font-size: 16px;
|
|
159
|
+
}
|
|
160
|
+
.mc-angle-right-L_16:before {
|
|
161
|
+
content: "\f122";
|
|
162
|
+
font-size: 16px;
|
|
163
|
+
}
|
|
164
|
+
.mc-angle-right-M_16:before {
|
|
165
|
+
content: "\f123";
|
|
166
|
+
font-size: 16px;
|
|
167
|
+
}
|
|
168
|
+
.mc-angle-right-S_16:before {
|
|
169
|
+
content: "\f124";
|
|
170
|
+
font-size: 16px;
|
|
171
|
+
}
|
|
172
|
+
.mc-bell_32:before {
|
|
173
|
+
content: "\f125";
|
|
174
|
+
font-size: 32px;
|
|
175
|
+
}
|
|
176
|
+
.mc-hamburger_32:before {
|
|
177
|
+
content: "\f126";
|
|
178
|
+
font-size: 32px;
|
|
179
|
+
}
|
|
180
|
+
.mc-close-L_32:before {
|
|
181
|
+
content: "\f127";
|
|
182
|
+
font-size: 32px;
|
|
183
|
+
}
|
|
184
|
+
.mc-angle-right-M_32:before {
|
|
185
|
+
content: "\f128";
|
|
186
|
+
font-size: 32px;
|
|
187
|
+
}
|
|
188
|
+
.mc-triangle-up_16:before {
|
|
189
|
+
content: "\f129";
|
|
190
|
+
font-size: 16px;
|
|
191
|
+
}
|
|
192
|
+
.mc-bell-o_16:before {
|
|
193
|
+
content: "\f12a";
|
|
194
|
+
font-size: 16px;
|
|
195
|
+
}
|
|
196
|
+
.mc-bell-off-o_16:before {
|
|
197
|
+
content: "\f12b";
|
|
198
|
+
font-size: 16px;
|
|
199
|
+
}
|
|
200
|
+
.mc-download_32:before {
|
|
201
|
+
content: "\f12c";
|
|
202
|
+
font-size: 32px;
|
|
203
|
+
}
|
|
204
|
+
.mc-triangle-left_16:before {
|
|
205
|
+
content: "\f12d";
|
|
206
|
+
font-size: 16px;
|
|
207
|
+
}
|
|
208
|
+
.mc-triangle-right_16:before {
|
|
209
|
+
content: "\f12e";
|
|
210
|
+
font-size: 16px;
|
|
211
|
+
}
|
|
212
|
+
.mc-upload-to-cloud_16:before {
|
|
213
|
+
content: "\f12f";
|
|
214
|
+
font-size: 16px;
|
|
215
|
+
}
|
|
216
|
+
.mc-upload-to-cloud_32:before {
|
|
217
|
+
content: "\f130";
|
|
218
|
+
font-size: 32px;
|
|
219
|
+
}
|
|
220
|
+
.mc-bell_16:before {
|
|
221
|
+
content: "\f131";
|
|
222
|
+
font-size: 16px;
|
|
223
|
+
}
|
|
224
|
+
.mc-copy_16:before {
|
|
225
|
+
content: "\f132";
|
|
226
|
+
font-size: 16px;
|
|
227
|
+
}
|
|
228
|
+
.mc-folder-search_16:before {
|
|
229
|
+
content: "\f133";
|
|
230
|
+
font-size: 16px;
|
|
231
|
+
}
|
|
232
|
+
.mc-folder-search-opened_16:before {
|
|
233
|
+
content: "\f134";
|
|
234
|
+
font-size: 16px;
|
|
235
|
+
}
|
|
236
|
+
.mc-info-o_16:before {
|
|
237
|
+
content: "\f135";
|
|
238
|
+
font-size: 16px;
|
|
239
|
+
}
|
|
240
|
+
.mc-close-circle_16:before {
|
|
241
|
+
content: "\f136";
|
|
242
|
+
font-size: 16px;
|
|
243
|
+
}
|
|
244
|
+
.mc-bento_16:before {
|
|
245
|
+
content: "\f137";
|
|
246
|
+
font-size: 16px;
|
|
247
|
+
}
|
|
248
|
+
.mc-bento_32:before {
|
|
249
|
+
content: "\f138";
|
|
250
|
+
font-size: 32px;
|
|
251
|
+
}
|
|
252
|
+
.mc-new-tab_16:before {
|
|
253
|
+
content: "\f139";
|
|
254
|
+
font-size: 16px;
|
|
255
|
+
}
|
|
256
|
+
.mc-external-link_16:before {
|
|
257
|
+
content: "\f13a";
|
|
258
|
+
font-size: 16px;
|
|
259
|
+
}
|
|
260
|
+
.mc-bento_24:before {
|
|
261
|
+
content: "\f13b";
|
|
262
|
+
font-size: 24px;
|
|
263
|
+
}
|
|
264
|
+
.mc-angle-down-L_24:before {
|
|
265
|
+
content: "\f13c";
|
|
266
|
+
font-size: 24px;
|
|
267
|
+
}
|
|
268
|
+
.mc-angle-down-M_24:before {
|
|
269
|
+
content: "\f13d";
|
|
270
|
+
font-size: 24px;
|
|
271
|
+
}
|
|
272
|
+
.mc-angle-left-L_24:before {
|
|
273
|
+
content: "\f13e";
|
|
274
|
+
font-size: 24px;
|
|
275
|
+
}
|
|
276
|
+
.mc-angle-left-M_24:before {
|
|
277
|
+
content: "\f13f";
|
|
278
|
+
font-size: 24px;
|
|
279
|
+
}
|
|
280
|
+
.mc-angle-right-L_24:before {
|
|
281
|
+
content: "\f140";
|
|
282
|
+
font-size: 24px;
|
|
283
|
+
}
|
|
284
|
+
.mc-angle-right-M_24:before {
|
|
285
|
+
content: "\f141";
|
|
286
|
+
font-size: 24px;
|
|
287
|
+
}
|
|
288
|
+
.mc-angle-up-L_24:before {
|
|
289
|
+
content: "\f142";
|
|
290
|
+
font-size: 24px;
|
|
291
|
+
}
|
|
292
|
+
.mc-angle-up-M_24:before {
|
|
293
|
+
content: "\f143";
|
|
294
|
+
font-size: 24px;
|
|
295
|
+
}
|
|
296
|
+
.mc-bell-o_24:before {
|
|
297
|
+
content: "\f144";
|
|
298
|
+
font-size: 24px;
|
|
299
|
+
}
|
|
300
|
+
.mc-chart-bar_24:before {
|
|
301
|
+
content: "\f145";
|
|
302
|
+
font-size: 24px;
|
|
303
|
+
}
|
|
304
|
+
.mc-ellipsis_24:before {
|
|
305
|
+
content: "\f146";
|
|
306
|
+
font-size: 24px;
|
|
307
|
+
}
|
|
308
|
+
.mc-folder-open-o_24:before {
|
|
309
|
+
content: "\f147";
|
|
310
|
+
font-size: 24px;
|
|
311
|
+
}
|
|
312
|
+
.mc-list_24:before {
|
|
313
|
+
content: "\f148";
|
|
314
|
+
font-size: 24px;
|
|
315
|
+
}
|
|
316
|
+
.mc-question-circle_24:before {
|
|
317
|
+
content: "\f149";
|
|
318
|
+
font-size: 24px;
|
|
319
|
+
}
|
|
320
|
+
.mc-search_24:before {
|
|
321
|
+
content: "\f150";
|
|
322
|
+
font-size: 24px;
|
|
323
|
+
}
|
|
324
|
+
.mc-user-o_24:before {
|
|
325
|
+
content: "\f151";
|
|
326
|
+
font-size: 24px;
|
|
327
|
+
}
|
|
328
|
+
.mc-user_16:before {
|
|
329
|
+
content: "\f152";
|
|
330
|
+
font-size: 16px;
|
|
331
|
+
}
|
|
332
|
+
.mc-eye_16:before {
|
|
333
|
+
content: "\f153";
|
|
334
|
+
font-size: 16px;
|
|
335
|
+
}
|
|
336
|
+
.mc-eye-crossed_16:before {
|
|
337
|
+
content: "\f154";
|
|
338
|
+
font-size: 16px;
|
|
339
|
+
}
|
|
340
|
+
.mc-color-palette_16:before {
|
|
341
|
+
content: "\f155";
|
|
342
|
+
font-size: 16px;
|
|
343
|
+
}
|
|
344
|
+
.mc-globe_16:before {
|
|
345
|
+
content: "\f156";
|
|
346
|
+
font-size: 16px;
|
|
347
|
+
}
|
|
348
|
+
.mc-theme_16:before {
|
|
349
|
+
content: "\f157";
|
|
350
|
+
font-size: 16px;
|
|
351
|
+
}
|
|
352
|
+
.mc-success_16:before {
|
|
353
|
+
content: "\f158";
|
|
354
|
+
font-size: 16px;
|
|
355
|
+
}
|
|
356
|
+
.mc-word-wrap_16:before {
|
|
357
|
+
content: "\f159";
|
|
358
|
+
font-size: 16px;
|
|
359
|
+
}
|
|
360
|
+
.mc-word-wrap-slash_16:before {
|
|
361
|
+
content: "\f15a";
|
|
362
|
+
font-size: 16px;
|
|
363
|
+
}
|
|
364
|
+
.mc-file-empty_16:before {
|
|
365
|
+
content: "\f15c";
|
|
366
|
+
font-size: 16px;
|
|
367
|
+
}
|
|
368
|
+
.mc-cloud-404_256:before {
|
|
369
|
+
content: "\f14a";
|
|
370
|
+
font-size: 256px;
|
|
371
|
+
}
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"angle-down-L_16":{"code":61697,"description":"","tags":["expand","стрелка вниз","уголок","развернуть"]},"angle-down-M_16":{"code":61698,"description":"","tags":["expand","стрелка вниз","уголок","развернуть"]},"angle-down-S_16":{"code":61699,"description":"","tags":["expand","стрелка вниз","уголок","развернуть"]},"calendar_16":{"code":61700,"description":"","tags":["date","datepicker","schedule","календарь","дейтпикер","расписание","дата"]},"check_16":{"code":61701,"description":"","tags":["check","done","success","готово","галочка","успех","ок","ок"]},"circle-8_16":{"code":61702,"description":"","tags":["circle","round","круг"]},"clock_16":{"code":61703,"description":"","tags":["duration","hour","time","watch","часы","время","таймпикер"]},"close-L_16":{"code":61704,"description":"","tags":["cancel","close","cross","times","x mark","отменить","отмена","закрыть","крестик","удалить"]},"close-M_16":{"code":61705,"description":"","tags":["cancel","close","cross","times","x mark","отменить","отмена","закрыть","крестик","удалить"]},"close-S_16":{"code":61706,"description":"","tags":["cancel","close","cross","times","x mark","отменить","отмена","закрыть","крестик","удалить"]},"ellipsis_16":{"code":61707,"description":"","tags":["menu","меню","многоточие"]},"folder-closed_16":{"code":61708,"description":"","tags":["directory","папка","директория"]},"folder-opened_16":{"code":61709,"description":"","tags":["directory","папка","директория"]},"gear_16":{"code":61710,"description":"","tags":["configuration","interface","options","preferences","settings","tool","шестеренка","шестерёнка","настройка","параметры"]},"hamburger_16":{"code":61711,"description":"","tags":["hamburger","menu","гамбургер","меню"]},"pause_16":{"code":61712,"description":"","tags":["пауза"]},"play_16":{"code":61713,"description":"","tags":["start","пуск","запустить","запуск"]},"stop_16":{"code":61714,"description":"","tags":["стоп","остановить","остановка"]},"triangle-down_16":{"code":61715,"description":"","tags":["caret down","expand","стрелка вниз","уголок","развернуть"]},"upload-to-cloud_24":{"code":61716,"description":"","tags":["загрузка","загрузить","облако"]},"upload-to-cloud_64":{"code":61717,"description":"","tags":["загрузка","загрузить","облако"]},"error_16":{"code":61718,"description":"","tags":["failure","ошибка","проблема"]},"info_16":{"code":61719,"description":"","tags":["note","notice","tip","информация","инфо","подсказка"]},"search_16":{"code":61720,"description":"","tags":["search","find","magnifier","лупа","поиск","искать"]},"download_16":{"code":61721,"description":"","tags":["скачать","загрузить","сохранить"]},"copy-o_16":{"code":61722,"description":"","tags":["clone","duplicate","дубль","дублировать","копировать","копия"]},"minus_16":{"code":61723,"description":"","tags":["decrease","минус","меньше","уменьшить"]},"angle-up-L_16":{"code":61724,"description":"","tags":["стрелка вверх","expand","уголок","развернуть"]},"angle-up-M_16":{"code":61725,"description":"","tags":["стрелка вверх","expand","уголок","развернуть"]},"angle-up-S_16":{"code":61726,"description":"","tags":["стрелка вверх","expand","уголок","развернуть"]},"angle-left-L_16":{"code":61727,"description":"","tags":["стрелка влево","expand","уголок","развернуть"]},"angle-left-M_16":{"code":61728,"description":"","tags":["стрелка влево","expand","уголок","развернуть"]},"angle-left-S_16":{"code":61729,"description":"","tags":["стрелка влево","expand","уголок","развернуть"]},"angle-right-L_16":{"code":61730,"description":"","tags":["стрелка вправо","expand","уголок","развернуть"]},"angle-right-M_16":{"code":61731,"description":"","tags":["стрелка вправо","expand","уголок","развернуть"]},"angle-right-S_16":{"code":61732,"description":"","tags":["стрелка вправо","expand","уголок","развернуть"]},"bell_32":{"code":61733,"description":"","tags":["alarm","notification","будильник","колокольчик","уведомление"]},"hamburger_32":{"code":61734,"description":"","tags":["hamburger","menu","гамбургер","меню"]},"close-L_32":{"code":61735,"description":"","tags":["cancel","close","cross","times","x mark","отменить","отмена","закрыть","крестик","удалить"]},"angle-right-M_32":{"code":61736,"description":"","tags":["стрелка вправо","expand","уголок","развернуть"]},"triangle-up_16":{"code":61737,"description":"","tags":["caret up","expand","стрелка вверх","уголок","развернуть"]},"bell-o_16":{"code":61738,"description":"","tags":["alarm","notification","будильник","колокольчик","уведомление"]},"bell-off-o_16":{"code":61739,"description":"","tags":["alarm","notification","будильник","колокольчик","уведомление"]},"download_32":{"code":61740,"description":"","tags":["скачать","загрузить","сохранить"]},"triangle-left_16":{"code":61741,"description":"","tags":["caret left","expand","стрелка влево","уголок","развернуть"]},"triangle-right_16":{"code":61742,"description":"","tags":["caret left","expand","стрелка влево","уголок","развернуть"]},"upload-to-cloud_16":{"code":61743,"description":"","tags":["загрузка","загрузить","облако"]},"upload-to-cloud_32":{"code":61744,"description":"","tags":["загрузка","загрузить","облако"]},"bell_16":{"code":61745,"description":"","tags":["alarm","notification","будильник","колокольчик","уведомление"]},"copy_16":{"code":61746,"description":"","tags":["clone","duplicate","дубль","дублировать","копировать","копия"]},"folder-search_16":{"code":61747,"description":"","tags":["directory","папка","директория","динамическая группа"]},"folder-search-opened_16":{"code":61748,"description":"","tags":["directory","папка","директория","динамическая группа"]},"info-o_16":{"code":61749,"description":"","tags":["note","notice","tip","информация","инфо","подсказка"]},"close-circle_16":{"code":61750,"description":"","tags":["reset","discard","close","cross","times","x mark","отменить","отмена","закрыть","крестик","удалить","сбросить"]},"bento_16":{"code":61751,"description":"","tags":["hamburger","bento","menu","гамбургер","бенто","меню"]},"bento_32":{"code":61752,"description":"","tags":["hamburger","bento","menu","гамбургер","бенто","меню"]},"new-tab_16":{"code":61753,"description":"","tags":["new tab","новая вкладка"]},"external-link_16":{"code":61754,"description":"","tags":["external link","new tab","новая вкладка","внешняя ссылка"]},"bento_24":{"code":61755,"description":"","tags":["hamburger","bento","menu","гамбургер","бенто","меню"]},"angle-down-L_24":{"code":61756,"description":"","tags":["expand","collapse","стрелка вниз","уголок","свернуть","развернуть"]},"angle-down-M_24":{"code":61757,"description":"","tags":["expand","collapse","стрелка вниз","уголок","свернуть","развернуть"]},"angle-left-L_24":{"code":61758,"description":"","tags":["expand","collapse","стрелка влево","уголок","свернуть","развернуть"]},"angle-left-M_24":{"code":61759,"description":"","tags":["expand","collapse","стрелка влево","уголок","свернуть","развернуть"]},"angle-right-L_24":{"code":61760,"description":"","tags":["expand","collapse","стрелка вправо","уголок","свернуть","развернуть"]},"angle-right-M_24":{"code":61761,"description":"","tags":["expand","collapse","стрелка вправо","уголок","свернуть","развернуть"]},"angle-up-L_24":{"code":61762,"description":"","tags":["expand","collapse","стрелка вверх","уголок","свернуть","развернуть"]},"angle-up-M_24":{"code":61763,"description":"","tags":["expand","collapse","стрелка вверх","уголок","свернуть","развернуть"]},"bell-o_24":{"code":61764,"description":"","tags":["alarm","notification","будильник","колокольчик","уведомление"]},"chart-bar_24":{"code":61765,"description":"","tags":["chart","dashboard","дашборд","график","диаграмма"]},"ellipsis_24":{"code":61766,"description":"","tags":["menu","меню","многоточие"]},"folder-open-o_24":{"code":61767,"description":"","tags":["directory","папка","директория"]},"list_24":{"code":61768,"description":"","tags":["list","список"]},"question-circle_24":{"code":61769,"description":"","tags":["help","question","hint","справка","подсказка","вопрос"]},"search_24":{"code":61776,"description":"","tags":["search","find","magnifier","лупа","поиск","искать"]},"user-o_24":{"code":61777,"description":"","tags":["user","human","person","account","profile","пользователь","человек","учетная запись","профиль"]},"user_16":{"code":61778,"description":"","tags":["user","human","person","account","profile","пользователь","человек","учетная запись","профиль"]},"eye_16":{"code":61779,"description":"","tags":["eye","password","глаз","пароль"]},"eye-crossed_16":{"code":61780,"description":"","tags":["eye","password","глаз","пароль"]},"color-palette_16":{"code":61781,"description":"","tags":["color","palette","цвет","палитра"]},"globe_16":{"code":61782,"description":"","tags":["globe","internet","language","website","глобус","интернет","язык","сайт"]},"theme_16":{"code":61783,"description":"","tags":["dark mode","light mode","темный режим","светлый режим"]},"success_16":{"code":61784,"description":"","tags":["status","success","статус","состояние","успех"]},"word-wrap_16":{"code":61785,"description":"","tags":["перенос"]},"word-wrap-slash_16":{"code":61786,"description":"","tags":["перенос"]},"file-empty_16":{"code":61788,"description":"","tags":["file","empty file","document","файл","пустой файл","документ"]}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M3 4.5L2 5.5L8 11.5L14 5.5L13 4.5L8 9.5L3 4.5Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.5 6.75L12 14.25L19.5 6.75L21 8.25L12 17.25L3 8.25L4.5 6.75Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4 5.5L3 6.5L8 11.5L13 6.5L12 5.5L8 9.5L4 5.5Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6 7.5L12 13.5L18 7.5L19.5 9L12 16.5L4.5 9L6 7.5Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5 6.5L4 7.5L8 11.5L12 7.5L11 6.5L8 9.5L5 6.5Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.5 3L6.5 8L11.5 13L10.5 14L4.5 8L10.5 2L11.5 3Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M17.25 4.5L9.75 12L17.25 19.5L15.75 21L6.75 12L15.75 3L17.25 4.5Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11 12.5L10 13.5L5 8.5L10 3.5L11 4.5L7 8.5L11 12.5Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.5 6L10.5 12L16.5 18L15 19.5L7.5 12L15 4.5L16.5 6Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5 11L9.5 12L5.5 8L9.5 4L10.5 5L7.5 8L10.5 11Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.5 13L9.5 8L4.5 3L5.5 2L11.5 8L5.5 14L4.5 13Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.75 19.5L14.25 12L6.75 4.5L8.25 3L17.25 12L8.25 21L6.75 19.5Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5 4.5L6 3.5L11 8.5L6 13.5L5 12.5L9 8.5L5 4.5Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.5 6L9 4.5L16.5 12L9 19.5L7.5 18L13.5 12L7.5 6Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10 8L12 6L22 16L12 26L10 24L18 16L10 8Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.5 11L8.5 8L5.5 5L6.5 4L10.5 8L6.5 12L5.5 11Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M3 11.5L2 10.5L8 4.5L14 10.5L13 11.5L8 6.5L3 11.5Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M19.5 17.25L12 9.75L4.5 17.25L3 15.75L12 6.75L21 15.75L19.5 17.25Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4 11.5L3 10.5L8 5.5L13 10.5L12 11.5L8 7.5L4 11.5Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M18 16.5L12 10.5L6 16.5L4.5 15L12 7.5L19.5 15L18 16.5Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5 10.5L4 9.5L8 5.5L12 9.5L11 10.5L8 7.5L5 10.5Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 13.5C9.5 13.3247 9.46992 13.1564 9.41465 13L13.9616 13C14.0829 13 14.2013 12.9633 14.3013 12.8946C14.5745 12.707 14.6439 12.3335 14.4562 12.0603C13.9708 11.3534 13.4854 11 13 11C12.9668 10.775 12.9346 10.5547 12.9031 10.3391C12.1894 5.45337 11.831 3 8 3C4.1554 3 3.80482 5.42796 3.08886 10.3863C3.05992 10.5868 3.03039 10.7913 3 11C2.51458 11 2.02917 11.3534 1.54375 12.0603C1.4751 12.1603 1.43836 12.2787 1.43836 12.4C1.43836 12.7314 1.707 13 2.0384 13L6.58534 13C6.53007 13.1564 6.5 13.3247 6.5 13.5C6.5 14.3284 7.17157 15 8 15C8.82843 15 9.5 14.3284 9.5 13.5ZM11.3674 10.204C11.3589 10.146 11.4807 10.9794 11.5161 11.219L11.5575 11.5H4.44301L4.48435 11.2161C4.50904 11.0466 4.57528 10.5882 4.6098 10.3494C4.621 10.272 4.62885 10.2176 4.63088 10.2036C4.68629 9.8214 4.72807 9.5381 4.7686 9.27157C5.39203 5.17234 5.83807 4.5 8 4.5C10.1483 4.5 10.6007 5.18439 11.2279 9.26906C11.2687 9.53513 11.3106 9.81613 11.3674 10.204ZM8 3C7.44772 3 7 2.55228 7 2C7 1.44772 7.44771 1 8 1C8.55228 1 9 1.44772 9 2C9 2.55228 8.55228 3 8 3Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.2499 19.7499C14.2499 20.9925 13.2426 21.9999 11.9999 21.9999C10.7573 21.9999 9.74994 20.9925 9.74994 19.7499C9.74994 19.4869 9.79505 19.2345 9.87795 18.9999L3.05753 18.9999C2.56044 18.9999 2.15747 18.597 2.15747 18.0999C2.15747 17.918 2.21259 17.7403 2.31557 17.5904C3.04369 16.53 3.77181 15.9999 4.49994 15.9999C5.67322 7.94218 5.99994 3.99988 11.9999 3.99988C17.9999 3.99988 18.3213 8.01181 19.4999 15.9999C20.2281 15.9999 20.9562 16.53 21.6843 17.5904C21.9657 18.0001 21.8617 18.5604 21.4519 18.8418C21.3019 18.9448 21.1243 18.9999 20.9424 18.9999L14.1219 18.9999C14.2048 19.2345 14.2499 19.4869 14.2499 19.7499ZM17.274 16.8283C17.1539 16.0138 16.9672 14.2207 16.8417 13.4035C15.901 7.27646 15.2224 5.99988 11.9999 5.99988C8.757 5.99988 8.08798 7.25839 7.15284 13.4072C7.0298 14.2162 6.84398 16.0169 6.72646 16.8241L6.66445 16.9999H17.3362L17.274 16.8283ZM11.9999 3.99988C11.1715 3.99988 10.4999 3.32831 10.4999 2.49988C10.4999 1.67145 11.1715 0.999878 11.9999 0.999878C12.8284 0.999878 13.4999 1.67145 13.4999 2.49988C13.4999 3.32831 12.8284 3.99988 11.9999 3.99988Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M3.55025 2.55025L14.4497 13.4497C14.645 13.645 14.645 13.9616 14.4497 14.1569L14.0962 14.5104C13.9009 14.7057 13.5843 14.7057 13.3891 14.5104L11.8787 13L9.41465 13C9.46992 13.1564 9.5 13.3247 9.5 13.5C9.5 14.3284 8.82843 15 8 15C7.17157 15 6.5 14.3284 6.5 13.5C6.5 13.3247 6.53007 13.1564 6.58534 13L2.0384 13C1.707 13 1.43835 12.7314 1.43835 12.4C1.43835 12.2787 1.4751 12.1603 1.54375 12.0603C2.02917 11.3534 2.51458 11 3 11C3.03038 10.7914 3.05991 10.5869 3.08884 10.3865C3.40573 8.19188 3.65106 6.49282 4.15943 5.28075L2.48959 3.61091C2.29433 3.41565 2.29433 3.09907 2.48959 2.90381L2.84314 2.55025C3.03841 2.35499 3.35499 2.35499 3.55025 2.55025ZM5.87662 3.37662C6.43443 3.12514 7.12717 3 8 3C11.831 3 12.1894 5.45337 12.9031 10.3392L12.9141 10.4141L11.1257 8.62569C10.5459 5.1112 10.0302 4.5 8 4.5C7.64543 4.5 7.33702 4.51808 7.0664 4.5664L5.87662 3.37662ZM5.32806 6.44938C5.12401 7.13494 4.95416 8.05146 4.7686 9.27157C4.72807 9.5381 4.68629 9.8214 4.63087 10.2036C4.62885 10.2176 4.62099 10.272 4.6098 10.3494C4.57528 10.5882 4.50903 11.0466 4.48435 11.2161L4.44301 11.5H10.3787L5.32806 6.44938ZM8 3C7.44771 3 7 2.55228 7 2C7 1.44772 7.44771 1 8 1C8.55228 1 9 1.44772 9 2C9 2.55228 8.55228 3 8 3Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M7 2C7 2.55228 7.44772 3 8 3C8.55228 3 9 2.55228 9 2C9 1.44772 8.55228 1 8 1C7.44772 1 7 1.44772 7 2Z" fill="currentColor"/><path d="M9.5 13.5C9.5 13.3247 9.46992 13.1564 9.41465 13L13.9616 13C14.0829 13 14.2013 12.9633 14.3013 12.8946C14.5745 12.707 14.6439 12.3335 14.4562 12.0603C13.9708 11.3534 13.4854 11 13 11C12.9668 10.775 12.9346 10.5547 12.9031 10.3391C12.1894 5.45337 11.831 3 8 3C4.1554 3 3.80482 5.42796 3.08886 10.3863C3.05992 10.5868 3.03039 10.7913 3 11C2.51458 11 2.02917 11.3534 1.54375 12.0603C1.4751 12.1603 1.43835 12.2787 1.43835 12.4C1.43835 12.7314 1.707 13 2.0384 13L6.58534 13C6.53007 13.1564 6.5 13.3247 6.5 13.5C6.5 14.3284 7.17157 15 8 15C8.82843 15 9.5 14.3284 9.5 13.5Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M17.9811 3C17.9811 4.10457 17.0941 5 15.9999 5C14.9057 5 14.0187 4.10457 14.0187 3C14.0187 1.89543 14.9057 1 15.9999 1C17.0941 1 17.9811 1.89543 17.9811 3ZM27.0165 22.9522C27.0321 22.9679 27.0472 22.9838 27.0617 23C27.7463 23.7628 27.2104 25 26.1648 25H6.20288C5.1573 25 4.62137 23.7628 5.30603 23C5.32053 22.9838 5.33558 22.9679 5.35118 22.9522L5.90241 22.3967C6.65012 21.6428 7.27048 21.015 7.27785 21.0003C7.34493 20.5352 7.40992 20.0802 7.47342 19.6356L7.47355 19.6347L7.47698 19.6107L7.55766 19.0464C8.90702 9.61875 9.69264 5 16.1838 5C22.6717 5 23.4537 9.69546 24.8068 19.0471L24.873 19.5053C24.9432 19.9914 25.0152 20.4896 25.0898 21C25.0972 21.0147 25.7176 21.6428 26.4653 22.3967L27.0165 22.9522ZM24.248 23H8.11967C8.29495 22.8226 8.44266 22.6727 8.54754 22.5655C8.60045 22.5114 8.64661 22.464 8.68096 22.4282C8.69646 22.412 8.71832 22.3891 8.73943 22.3662L8.74083 22.3647L8.7409 22.3646C8.74994 22.3548 8.77529 22.3272 8.8037 22.2935L8.80469 22.2923L8.80473 22.2923C8.81449 22.2807 8.86602 22.22 8.92223 22.1387L8.92345 22.137C8.93801 22.1164 9.05438 21.9516 9.14354 21.7208L9.14599 21.7146C9.16146 21.6758 9.22432 21.5179 9.25721 21.2855C9.32448 20.8191 9.38949 20.3654 9.45259 19.9239L9.45901 19.879C9.76069 17.7677 10.0225 15.9356 10.3167 14.3275C10.6754 12.3668 11.0582 10.8867 11.5463 9.77553C12.0217 8.69323 12.5518 8.06509 13.1623 7.67664C13.783 7.28177 14.6989 7 16.1838 7C17.6629 7 18.5757 7.2852 19.1956 7.6841C19.808 8.07818 20.3402 8.71541 20.8172 9.8069C21.3063 10.9259 21.689 12.4108 22.0482 14.3677C22.3372 15.9427 22.5952 17.7274 22.8909 19.7732C22.9617 20.2634 23.0348 20.7685 23.1109 21.2892C23.1439 21.5196 23.2063 21.676 23.2217 21.7146L23.2242 21.7208C23.3126 21.9498 23.4278 22.1137 23.4438 22.1364L23.4455 22.1387C23.5017 22.2201 23.5533 22.2809 23.563 22.2923L23.564 22.2935C23.5919 22.3265 23.6164 22.3533 23.6259 22.3636L23.6259 22.3637L23.6279 22.3658C23.649 22.3887 23.6712 22.412 23.6867 22.4282C23.7211 22.464 23.7672 22.5114 23.8202 22.5655C23.925 22.6727 24.0728 22.8226 24.248 23ZM13.1664 26.5C13.0586 26.8093 13 27.154 13 27.5C13 29.1569 14.3431 30.5 16 30.5C17.6569 30.5 19 29.1569 19 27.5C19 27.1546 18.9416 26.8088 18.8342 26.5H13.1664Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M5.5 10.5V13.5H2.5V10.5H5.5ZM9.5 10.5V13.5H6.5V10.5H9.5ZM13.5 10.5V13.5H10.5V10.5H13.5ZM5.5 6.5V9.5H2.5V6.5H5.5ZM9.5 6.5V9.5H6.5V6.5H9.5ZM13.5 6.5V9.5H10.5V6.5H13.5ZM5.5 2.5V5.5H2.5V2.5H5.5ZM9.5 2.5V5.5H6.5V2.5H9.5ZM13.5 2.5V5.5H10.5V2.5H13.5Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M8 4H4V8H8V4Z" fill="currentColor"/><path d="M14 4H10V8H14V4Z" fill="currentColor"/><path d="M20 4H16V8H20V4Z" fill="currentColor"/><path d="M8 10H4V14H8V10Z" fill="currentColor"/><path d="M14 10H10V14H14V10Z" fill="currentColor"/><path d="M20 10H16V14H20V10Z" fill="currentColor"/><path d="M8 16H4V20H8V16Z" fill="currentColor"/><path d="M14 16H10V20H14V16Z" fill="currentColor"/><path d="M20 16H16V20H20V16Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M10 22V26H6V22H10ZM18 22V26H14V22H18ZM26 22V26H22V22H26ZM10 14V18H6V14H10ZM18 14V18H14V14H18ZM26 14V18H22V14H26ZM10 6V10H6V6H10ZM18 6V10H14V6H18ZM26 6V10H22V6H26Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M4.5 1C5.32843 1 6 1.67157 6 2.5V3H9V2.5C9 1.67157 9.67157 1 10.5 1C11.3284 1 12 1.67157 12 2.5V3H12.5C13.3284 3 14 3.67157 14 4.5V13.5C14 14.3284 13.3284 15 12.5 15H2.5C1.67157 15 1 14.3284 1 13.5V4.5C1 3.67157 1.67157 3 2.5 3H3V2.5C3 1.67157 3.67157 1 4.5 1ZM2 6.99703V13.003C2 13.547 2.44574 14 2.99558 14H12.0044C12.5552 14 13 13.5536 13 13.003V6.99703C13 6.45304 12.5543 6 12.0044 6H2.99558C2.44484 6 2 6.44639 2 6.99703ZM4.5 2C4.23193 2 4 2.22179 4 2.49539V4.50461C4 4.78425 4.22386 5 4.5 5C4.76807 5 5 4.77821 5 4.50461V2.49539C5 2.21575 4.77614 2 4.5 2ZM10.5 2C10.2319 2 10 2.22179 10 2.49539V4.50461C10 4.78425 10.2239 5 10.5 5C10.7681 5 11 4.77821 11 4.50461V2.49539C11 2.21575 10.7761 2 10.5 2Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M22 19V21H2V19H22ZM6 11V16H3V11H6ZM11 5V16H8V5H11ZM16 8V16H13V8H16ZM21 3V16H18V3H21Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M3 8.5L4.5 7L7 9.5L12 4.5L13.5 6L7 12.5L3 8.5Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 12C10.2091 12 12 10.2091 12 8C12 5.79086 10.2091 4 8 4C5.79086 4 4 5.79086 4 8C4 10.2091 5.79086 12 8 12Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14C4.68629 14 2 11.3137 2 8C2 4.68629 4.68629 2 8 2C11.3137 2 14 4.68629 14 8C14 11.3137 11.3137 14 8 14ZM8 12.5C10.4853 12.5 12.5 10.4853 12.5 8C12.5 5.51472 10.4853 3.5 8 3.5C5.51472 3.5 3.5 5.51472 3.5 8C3.5 10.4853 5.51472 12.5 8 12.5ZM8 8H6V9H9V5H8V8Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M8 6.58579L4.17157 2.75736L2.75735 4.17157L6.58578 8L2.75735 11.8284L4.17157 13.2426L8 9.41421L11.8284 13.2426L13.2426 11.8284L9.41421 8L13.2426 4.17157L11.8284 2.75736L8 6.58579Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M18.1166 15.9953L25.4806 23.3593L23.3592 25.4806L15.9953 18.1166L8.63131 25.4806L6.50999 23.3593L13.874 15.9953L6.50999 8.63133L8.63131 6.51001L15.9953 13.874L23.3592 6.51001L25.4806 8.63133L18.1166 15.9953Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.58579 8L3.75736 5.17157L5.17157 3.75736L8 6.58579L10.8284 3.75736L12.2426 5.17157L9.41421 8L12.2426 10.8284L10.8284 12.2426L8 9.41421L5.17157 12.2426L3.75736 10.8284L6.58579 8Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M8 6.58579L5.87868 4.46447L4.46447 5.87868L6.58579 8L4.46447 10.1213L5.87868 11.5355L8 9.41421L10.1213 11.5355L11.5355 10.1213L9.41421 8L11.5355 5.87868L10.1213 4.46447L8 6.58579Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M8 2C11.3137 2 14 4.68629 14 8C14 11.3137 11.3137 14 8 14C4.68629 14 2 11.3137 2 8C2 4.68629 4.68629 2 8 2ZM10.1219 4.465L8 6.586L5.87921 4.465L4.465 5.87921L6.585 8L4.465 10.1219L5.87921 11.5361L8 9.415L10.1219 11.5361L11.5361 10.1219L9.415 8L11.5361 5.87921L10.1219 4.465Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="256" height="256" viewBox="0 0 256 256" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M40 115C40 121.5 41.0064 127.065 41.0064 127.065L34.9166 128.093C22.2744 131.577 13 142.913 13 155.112C13 173.569 26.4315 187 43 187L195.494 186.999C222.578 186.867 244.491 164.98 243.992 137.921C244.492 110.938 222.444 89 195.246 89C189.938 89 184.825 89.8357 180.035 91.3822C170.252 63.2181 143.447 43 111.783 43C72.2355 43 40 75.2355 40 115ZM195.246 97C218.064 97 236.409 115.361 235.993 138.069C236.409 160.618 218.085 179 195 179H43C30.6479 179 21 168.933 21 155.112C21 145.14 30.2123 135.788 41.5287 135.048L50.3688 134.47L48.895 125.734C48.301 122.214 48 118.628 48 115C48 79.6837 76.624 51 111.783 51C139.413 51 163.603 68.4575 172.478 94.0071L175.046 101.399L182.493 98.9953C186.571 97.6787 190.858 97 195.246 97Z" fill="currentColor"/><path d="M79.1094 138.375H94.4688V144H100.938V138.375H104.906V132.953H100.938V112H92.4688L79.1094 133.047V138.375ZM94.5938 132.953H85.9219V132.703L94.3438 119.375H94.5938V132.953Z" fill="currentColor"/><path d="M121.961 144.703C130.008 144.703 134.867 138.578 134.883 128.031C134.898 117.562 129.977 111.562 121.961 111.562C113.93 111.562 109.055 117.547 109.039 128.031C109.008 138.547 113.898 144.688 121.961 144.703ZM121.961 139.094C118.289 139.094 115.914 135.406 115.93 128.031C115.945 120.766 118.305 117.109 121.961 117.109C125.602 117.109 127.977 120.766 127.977 128.031C127.992 135.406 125.617 139.094 121.961 139.094Z" fill="currentColor"/><path d="M139.223 138.375H154.582V144H161.051V138.375H165.02V132.953H161.051V112H152.582L139.223 133.047V138.375ZM154.707 132.953H146.035V132.703L154.457 119.375H154.707V132.953Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M8 2C4.5 2 2 4.5 2 8C2 11.5 4.5 14 8 14C9 14 9 13.5533 9 13C9 12.4142 8.82843 12.1716 8.68629 11.9706C8.58579 11.8284 8.5 11.7071 8.5 11.5C8.5 10.9467 8.94667 10.5 9.5 10.5C13.0133 10.5 14 9.84 14 8C14 4.5 11.5 2 8 2ZM4 9C3.44667 9 3 8.55333 3 8C3 7.44667 3.44667 7 4 7C4.55333 7 5 7.44667 5 8C5 8.55333 4.55333 9 4 9ZM4.2 5.2C4.2 4.64667 4.64667 4.2 5.2 4.2C5.75333 4.2 6.2 4.64667 6.2 5.2C6.2 5.75333 5.75333 6.2 5.2 6.2C4.64667 6.2 4.2 5.75333 4.2 5.2ZM10.8 6.2C10.2467 6.2 9.8 5.75333 9.8 5.2C9.8 4.64667 10.2467 4.2 10.8 4.2C11.3533 4.2 11.8 4.64667 11.8 5.2C11.8 5.75333 11.3533 6.2 10.8 6.2ZM7 4C7 3.44667 7.44667 3 8 3C8.55333 3 9 3.44667 9 4C9 4.55333 8.55333 5 8 5C7.44667 5 7 4.55333 7 4Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M1 10.5C1 11.3284 1.67157 12 2.5 12H6V13.5C6 14.3284 6.67157 15 7.5 15H13.5C14.3284 15 15 14.3284 15 13.5V5.5C15 4.67157 14.3284 4 13.5 4H10V2.5C10 1.67157 9.32843 1 8.5 1H5.41421C5.149 1 4.89464 1.10536 4.70711 1.29289L1.29289 4.70711C1.10536 4.89464 1 5.149 1 5.41421V10.5ZM2 6H5C5.55228 6 6 5.55228 6 5V2H8C8.55228 2 9 2.44772 9 3V5L6.29289 7.70711C6.10536 7.89464 6 8.149 6 8.41421V11H3C2.44772 11 2 10.5523 2 10V6ZM13 5C13.5523 5 14 5.44772 14 6V13C14 13.5523 13.5523 14 13 14H8C7.44772 14 7 13.5523 7 13V9H10C10.5523 9 11 8.55228 11 8V5H13ZM2.5 5L5 2.5V5H2.5ZM10 5.5V8H7.5L10 5.5Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M2 6H6C6.55228 6 7 5.55228 7 5V1H10C10.5523 1 11 1.44772 11 2V4H9.91421C9.649 4 9.39464 4.10536 9.20711 4.29289L5.29289 8.20711C5.10536 8.39464 5 8.649 5 8.91421V12H3C2.44772 12 2 11.5523 2 11V6ZM5 5H2.24142C2.15233 5 2.10771 4.89229 2.17071 4.82929L5.82929 1.17071C5.89229 1.10771 6 1.15233 6 1.24142V4C6 4.55228 5.55228 5 5 5ZM6 10H10C10.5523 10 11 9.55228 11 9V5H13C13.5523 5 14 5.44772 14 6V14C14 14.5523 13.5523 15 13 15H7C6.44772 15 6 14.5523 6 14V10ZM9 9H6.24142C6.15233 9 6.10771 8.89229 6.17071 8.82929L9.82929 5.17071C9.89229 5.10771 10 5.15233 10 5.24142V8C10 8.55228 9.55228 9 9 9Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.6345 7.89523C10.3692 7.63307 9.94556 7.6331 9.68427 7.89126L8.83333 8.60928L8.85047 3.66832C8.85047 3.30384 8.56542 3 8.18996 3C7.82293 3 7.51714 3.29922 7.51714 3.66832L7.5 8.60928L6.64973 7.89126C6.3884 7.63306 5.96301 7.63488 5.6995 7.89523C5.43416 8.1574 5.43419 8.57591 5.69548 8.83407L7.6939 10.8085C7.8239 10.937 7.9945 11.0011 8.16912 11.0016C8.33997 11.0015 8.51012 10.9369 8.64011 10.8085L10.6385 8.83407C10.8999 8.57587 10.898 8.15558 10.6345 7.89523ZM2.75 12.5C2.61193 12.5 2.5 12.6119 2.5 12.75V13.75C2.5 13.8881 2.61193 14 2.75 14H13.75C13.8881 14 14 13.8881 14 13.75V12.75C14 12.6119 13.8881 12.5 13.75 12.5H2.75Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M30 16C30 19.1907 27.2729 21.8726 23.9231 22.0015L19 22V24H24C28.3301 23.8334 32 20.3566 32 16C32 11.541 28.4183 7.75816 24 7.75816C23.8455 7.75816 23.692 7.76258 23.5397 7.7713C21.9356 4.35932 18.4908 2 14.5 2C8.97715 2 4.5 6.51843 4.5 12.0922C4.5 12.163 4.64699 13.8259 4.64699 13.8259L3.61445 14.0097C1.52703 14.616 0 16.6983 0 19C0 21.6792 1.88653 23.8347 4.5 24C4.52228 24.0065 13 24 13 24V22C12.7956 21.9978 6.98468 21.9993 5.08555 21.9999C4.75597 21.9999 4.5442 22 4.5 22C2.93739 21.8671 2 20.5606 2 19C2 17.6184 2.89898 16.349 4.0853 15.9573L6.80046 15.4738C6.60015 13.1706 6.5 12.0434 6.5 12.0922C6.5 7.61891 10.0859 4 14.5 4C17.6177 4 20.4124 5.82007 21.7298 8.62222L22.3048 9.84528C23.3577 9.7872 23.9228 9.75816 24 9.75816C27.2657 9.75816 30 12.5971 30 16ZM15.0768 31.6866C15.2598 31.8731 15.5138 31.9429 15.7505 31.8947C15.9863 31.9424 16.2398 31.8735 16.4232 31.6866L20.6708 27.359C20.9623 27.0619 20.9633 26.5813 20.6683 26.2808C20.3754 25.9823 19.9033 25.9796 19.6101 26.2783L16.5 29.4471V16.8159C16.5 16.3952 16.1671 16.0541 15.75 16.0541C15.3358 16.0541 15 16.3987 15 16.8159V29.4471L11.8899 26.2783C11.5983 25.9812 11.1266 25.9803 10.8317 26.2808C10.5388 26.5792 10.5361 27.0603 10.8292 27.359L15.0768 31.6866Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9 4.5C9 5.32843 8.32843 6 7.5 6C6.67157 6 6 5.32843 6 4.5C6 3.67157 6.67157 3 7.5 3C8.32843 3 9 3.67157 9 4.5ZM9 12.5C9 13.3284 8.32843 14 7.5 14C6.67157 14 6 13.3284 6 12.5C6 11.6716 6.67157 11 7.5 11C8.32843 11 9 11.6716 9 12.5ZM9 8.5C9 9.32843 8.32843 10 7.5 10C6.67157 10 6 9.32843 6 8.5C6 7.67157 6.67157 7 7.5 7C8.32843 7 9 7.67157 9 8.5Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M14 6C14 7.10457 13.1046 8 12 8C10.8954 8 10 7.10457 10 6C10 4.89543 10.8954 4 12 4C13.1046 4 14 4.89543 14 6Z" fill="currentColor"/><path d="M14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12Z" fill="currentColor"/><path d="M12 20C13.1046 20 14 19.1046 14 18C14 16.8954 13.1046 16 12 16C10.8954 16 10 16.8954 10 18C10 19.1046 10.8954 20 12 20Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M14.723 14.5H1.27701C0.497377 14.5 0.0176113 13.6474 0.422225 12.981L7.1452 1.90789C7.5346 1.26652 8.46538 1.26652 8.85478 1.90789L15.5778 12.981C15.9824 13.6474 15.5026 14.5 14.723 14.5ZM7.69998 10H8.29997C8.57612 10 8.79998 9.77614 8.79997 9.5L8.79997 5C8.79997 4.72386 8.57611 4.5 8.29997 4.5H7.69997C7.42382 4.5 7.19997 4.72386 7.19997 5L7.19998 9.5C7.19998 9.77614 7.42383 10 7.69998 10ZM7.69997 11.4C7.42383 11.4 7.19997 11.6239 7.19997 11.9L7.19997 12.5C7.19997 12.7761 7.42383 13 7.69997 13H8.29997C8.57612 13 8.79997 12.7761 8.79997 12.5L8.79997 11.9C8.79997 11.6239 8.57611 11.4 8.29997 11.4L7.69997 11.4Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 4L7 5H3V13H11V9L12 8V13C12 13.5523 11.5523 14 11 14H3C2.44772 14 2 13.5523 2 13V5C2 4.44772 2.44772 4 3 4H8ZM9.9375 2.00001H13.1875C13.6362 2.00001 14 2.36378 14 2.81251V6.06251C14.0027 6.51016 13.6421 6.87776 13.1875 6.87501C12.736 6.87229 12.3777 6.51024 12.375 6.06251V4.68127L8.39161 8.76405C8.07353 9.08213 7.55214 9.07647 7.23584 8.76016C6.91227 8.43659 6.92847 7.9291 7.24257 7.615L11.3188 3.62501H9.9375C9.48985 3.62231 9.12774 3.26712 9.125 2.81251C9.12228 2.36106 9.48977 1.99731 9.9375 2.00001Z" fill="currentColor"/></svg>
|