@ember-eui/core 6.4.0 → 6.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/addon/components/eui-field-password/index.hbs +1 -0
- package/addon/components/eui-step/eui-step-number/index.hbs +1 -1
- package/addon/components/eui-super-date-picker/eui-date-picker-range.hbs +1 -1
- package/addon/utils/css-mappings/eui-icon.ts +82 -39
- package/docs/display/empty-prompt/demo/d05-loading-and-error-prompts.md +1 -1
- package/docs/display/icons/demo/d01-glyphs.md +40 -6
- package/docs/display/stat-demo/demo/d07-putting-it-all-together.md +1 -1
- package/docs/display/tool-tip/demo/d01-tool-tip.md +1 -1
- package/docs/display/tool-tip/demo/d03-icontip.md +1 -1
- package/docs/forms/form-controls/range/demo/demo7.md +1 -1
- package/docs/navigation/collapsible-nav-demo/demo1.md +2 -2
- package/docs/templates/page-template/index.md +1 -1
- package/package.json +2 -2
- package/vendor/icon/svgs/app_agent.svg +2 -4
- package/vendor/icon/svgs/app_cases.svg +6 -0
- package/vendor/icon/svgs/app_fleet.svg +4 -2
- package/vendor/icon/svgs/app_vulnerability_management.svg +4 -0
- package/vendor/icon/svgs/arrowEnd.svg +1 -0
- package/vendor/icon/svgs/arrowStart.svg +1 -0
- package/vendor/icon/svgs/arrow_down.svg +2 -4
- package/vendor/icon/svgs/arrow_left.svg +2 -4
- package/vendor/icon/svgs/arrow_right.svg +2 -4
- package/vendor/icon/svgs/arrow_up.svg +2 -4
- package/vendor/icon/svgs/article.svg +10 -0
- package/vendor/icon/svgs/beta.svg +3 -0
- package/vendor/icon/svgs/branchUser.svg +4 -0
- package/vendor/icon/svgs/cluster.svg +3 -0
- package/vendor/icon/svgs/container.svg +3 -0
- package/vendor/icon/svgs/desktop.svg +4 -0
- package/vendor/icon/svgs/discuss.svg +4 -0
- package/vendor/icon/svgs/dotInCircle.svg +4 -0
- package/vendor/icon/svgs/doubleArrowLeft.svg +4 -0
- package/vendor/icon/svgs/doubleArrowRight.svg +4 -0
- package/vendor/icon/svgs/editor_checklist.svg +3 -0
- package/vendor/icon/svgs/error.svg +3 -0
- package/vendor/icon/svgs/filter.svg +1 -1
- package/vendor/icon/svgs/filterExclude.svg +5 -0
- package/vendor/icon/svgs/filterIgnore.svg +4 -0
- package/vendor/icon/svgs/filterInCircle.svg +3 -0
- package/vendor/icon/svgs/filterInclude.svg +5 -0
- package/vendor/icon/svgs/indexTemporary.svg +4 -0
- package/vendor/icon/svgs/infinity.svg +3 -0
- package/vendor/icon/svgs/keyboard.svg +3 -0
- package/vendor/icon/svgs/kubernetesNode.svg +3 -0
- package/vendor/icon/svgs/kubernetesPod.svg +3 -0
- package/vendor/icon/svgs/launch.svg +5 -0
- package/vendor/icon/svgs/lettering.svg +3 -0
- package/vendor/icon/svgs/lineDashed.svg +3 -0
- package/vendor/icon/svgs/lineDotted.svg +3 -0
- package/vendor/icon/svgs/lineSolid.svg +3 -0
- package/vendor/icon/svgs/logo_vulnerability_management.svg +7 -0
- package/vendor/icon/svgs/magnifyWithExclamation.svg +3 -0
- package/vendor/icon/svgs/namespace.svg +3 -0
- package/vendor/icon/svgs/pivot.svg +3 -0
- package/vendor/icon/svgs/sessionViewer.svg +4 -0
- package/vendor/icon/svgs/sortAscending.svg +3 -0
- package/vendor/icon/svgs/sortDescending.svg +3 -0
- package/vendor/icon/svgs/spaces.svg +3 -0
- package/vendor/icon/svgs/sun.svg +3 -0
- package/vendor/icon/svgs/timeRefresh.svg +1 -0
- package/vendor/icon/svgs/timelineWithArrow.svg +6 -0
- package/vendor/icon/svgs/tokens/tokenMetricCounter.svg +3 -0
- package/vendor/icon/svgs/tokens/tokenMetricGauge.svg +3 -0
- package/vendor/icon/svgs/tokens/tokenStruct.svg +1 -1
- package/vendor/icon/svgs/tokens/tokenTag.svg +2 -4
- package/vendor/icon/svgs/user.svg +4 -6
- package/vendor/icon/svgs/userAvatar.svg +6 -0
- package/vendor/icon/svgs/warning.svg +4 -0
- package/vendor/icon/svgs/alert.svg +0 -3
- package/vendor/icon/svgs/crossInACircleFilled.svg +0 -3
- package/vendor/icon/svgs/keyboard_shortcut.svg +0 -3
|
@@ -6,7 +6,6 @@ export const typeToPathMap = {
|
|
|
6
6
|
advancedSettingsApp: 'app_advanced_settings',
|
|
7
7
|
agentApp: 'app_fleet',
|
|
8
8
|
aggregate: 'aggregate',
|
|
9
|
-
alert: 'alert',
|
|
10
9
|
analyzeEvent: 'analyzeEvent',
|
|
11
10
|
annotation: 'annotation',
|
|
12
11
|
apmApp: 'app_apm',
|
|
@@ -17,21 +16,27 @@ export const typeToPathMap = {
|
|
|
17
16
|
arrowLeft: 'arrow_left',
|
|
18
17
|
arrowRight: 'arrow_right',
|
|
19
18
|
arrowUp: 'arrow_up',
|
|
19
|
+
arrowStart: 'arrowStart',
|
|
20
|
+
arrowEnd: 'arrowEnd',
|
|
21
|
+
article: 'article',
|
|
20
22
|
asterisk: 'asterisk',
|
|
21
23
|
auditbeatApp: 'app_auditbeat',
|
|
22
24
|
beaker: 'beaker',
|
|
23
25
|
bell: 'bell',
|
|
24
26
|
bellSlash: 'bellSlash',
|
|
27
|
+
beta: 'beta',
|
|
25
28
|
bolt: 'bolt',
|
|
26
29
|
boxesHorizontal: 'boxes_horizontal',
|
|
27
30
|
boxesVertical: 'boxes_vertical',
|
|
28
31
|
branch: 'branch',
|
|
32
|
+
branchUser: 'branchUser',
|
|
29
33
|
broom: 'broom',
|
|
30
34
|
brush: 'brush',
|
|
31
35
|
bug: 'bug',
|
|
32
36
|
bullseye: 'bullseye',
|
|
33
37
|
calendar: 'calendar',
|
|
34
38
|
canvasApp: 'app_canvas',
|
|
39
|
+
casesApp: 'app_cases',
|
|
35
40
|
check: 'check',
|
|
36
41
|
checkInCircleFilled: 'checkInCircleFilled',
|
|
37
42
|
cheer: 'cheer',
|
|
@@ -40,11 +45,13 @@ export const typeToPathMap = {
|
|
|
40
45
|
cloudDrizzle: 'cloudDrizzle',
|
|
41
46
|
cloudStormy: 'cloudStormy',
|
|
42
47
|
cloudSunny: 'cloudSunny',
|
|
48
|
+
cluster: 'cluster',
|
|
43
49
|
codeApp: 'app_code',
|
|
44
50
|
color: 'color',
|
|
45
51
|
compute: 'compute',
|
|
46
52
|
console: 'console',
|
|
47
53
|
consoleApp: 'app_console',
|
|
54
|
+
container: 'container',
|
|
48
55
|
continuityAbove: 'continuityAbove',
|
|
49
56
|
continuityAboveBelow: 'continuityAboveBelow',
|
|
50
57
|
continuityBelow: 'continuityBelow',
|
|
@@ -59,25 +66,30 @@ export const typeToPathMap = {
|
|
|
59
66
|
createSingleMetricJob: 'ml_create_single_metric_job',
|
|
60
67
|
cross: 'cross',
|
|
61
68
|
crossClusterReplicationApp: 'app_cross_cluster_replication',
|
|
62
|
-
crossInACircleFilled: 'crossInACircleFilled',
|
|
63
69
|
crosshairs: 'crosshairs',
|
|
64
70
|
currency: 'currency',
|
|
65
71
|
cut: 'cut',
|
|
66
72
|
dashboardApp: 'app_dashboard',
|
|
67
73
|
dataVisualizer: 'ml_data_visualizer',
|
|
68
74
|
database: 'database',
|
|
75
|
+
desktop: 'desktop',
|
|
69
76
|
devToolsApp: 'app_devtools',
|
|
70
77
|
discoverApp: 'app_discover',
|
|
78
|
+
discuss: 'discuss',
|
|
71
79
|
document: 'document',
|
|
72
80
|
documentEdit: 'documentEdit',
|
|
73
81
|
documentation: 'documentation',
|
|
74
82
|
documents: 'documents',
|
|
75
83
|
dot: 'dot',
|
|
84
|
+
dotInCircle: 'dotInCircle',
|
|
85
|
+
doubleArrowLeft: 'doubleArrowLeft',
|
|
86
|
+
doubleArrowRight: 'doubleArrowRight',
|
|
76
87
|
download: 'download',
|
|
77
88
|
editorAlignCenter: 'editor_align_center',
|
|
78
89
|
editorAlignLeft: 'editor_align_left',
|
|
79
90
|
editorAlignRight: 'editor_align_right',
|
|
80
91
|
editorBold: 'editor_bold',
|
|
92
|
+
editorChecklist: 'editor_checklist',
|
|
81
93
|
editorCodeBlock: 'editor_code_block',
|
|
82
94
|
editorComment: 'editor_comment',
|
|
83
95
|
editorDistributeHorizontal: 'editorDistributeHorizontal',
|
|
@@ -107,6 +119,7 @@ export const typeToPathMap = {
|
|
|
107
119
|
emsApp: 'app_ems',
|
|
108
120
|
eql: 'eql',
|
|
109
121
|
eraser: 'eraser',
|
|
122
|
+
error: 'error',
|
|
110
123
|
exit: 'exit',
|
|
111
124
|
expand: 'expand',
|
|
112
125
|
expandMini: 'expandMini',
|
|
@@ -118,6 +131,10 @@ export const typeToPathMap = {
|
|
|
118
131
|
faceSad: 'face_sad',
|
|
119
132
|
filebeatApp: 'app_filebeat',
|
|
120
133
|
filter: 'filter',
|
|
134
|
+
filterExclude: 'filterExclude',
|
|
135
|
+
filterIgnore: 'filterIgnore',
|
|
136
|
+
filterInclude: 'filterInclude',
|
|
137
|
+
filterInCircle: 'filterInCircle',
|
|
121
138
|
flag: 'flag',
|
|
122
139
|
fleetApp: 'app_agent',
|
|
123
140
|
fold: 'fold',
|
|
@@ -157,18 +174,27 @@ export const typeToPathMap = {
|
|
|
157
174
|
indexRollupApp: 'app_index_rollup',
|
|
158
175
|
indexRuntime: 'index_runtime',
|
|
159
176
|
indexSettings: 'index_settings',
|
|
177
|
+
indexTemporary: 'indexTemporary',
|
|
178
|
+
infinity: 'infinity',
|
|
160
179
|
inputOutput: 'inputOutput',
|
|
161
180
|
inspect: 'inspect',
|
|
162
181
|
invert: 'invert',
|
|
163
182
|
ip: 'ip',
|
|
164
|
-
|
|
183
|
+
keyboard: 'keyboard',
|
|
165
184
|
kqlField: 'kql_field',
|
|
166
185
|
kqlFunction: 'kql_function',
|
|
167
186
|
kqlOperand: 'kql_operand',
|
|
168
187
|
kqlSelector: 'kql_selector',
|
|
169
188
|
kqlValue: 'kql_value',
|
|
189
|
+
kubernetesNode: 'kubernetesNode',
|
|
190
|
+
kubernetesPod: 'kubernetesPod',
|
|
191
|
+
launch: 'launch',
|
|
170
192
|
layers: 'layers',
|
|
171
193
|
lensApp: 'app_lens',
|
|
194
|
+
lettering: 'lettering',
|
|
195
|
+
lineDashed: 'lineDashed',
|
|
196
|
+
lineDotted: 'lineDotted',
|
|
197
|
+
lineSolid: 'lineSolid',
|
|
172
198
|
link: 'link',
|
|
173
199
|
list: 'list',
|
|
174
200
|
listAdd: 'list_add',
|
|
@@ -228,6 +254,7 @@ export const typeToPathMap = {
|
|
|
228
254
|
logoSketch: 'logo_sketch',
|
|
229
255
|
logoSlack: 'logo_slack',
|
|
230
256
|
logoUptime: 'logo_uptime',
|
|
257
|
+
logoVulnerabilityManagement: 'logo_vulnerability_management',
|
|
231
258
|
logoWebhook: 'logo_webhook',
|
|
232
259
|
logoWindows: 'logo_windows',
|
|
233
260
|
logoWorkplaceSearch: 'logo_workplace_search',
|
|
@@ -239,6 +266,7 @@ export const typeToPathMap = {
|
|
|
239
266
|
logstashQueue: 'logstash_queue',
|
|
240
267
|
machineLearningApp: 'app_ml',
|
|
241
268
|
magnet: 'magnet',
|
|
269
|
+
magnifyWithExclamation: 'magnifyWithExclamation',
|
|
242
270
|
magnifyWithMinus: 'magnifyWithMinus',
|
|
243
271
|
magnifyWithPlus: 'magnifyWithPlus',
|
|
244
272
|
managementApp: 'app_management',
|
|
@@ -259,6 +287,7 @@ export const typeToPathMap = {
|
|
|
259
287
|
mobile: 'mobile',
|
|
260
288
|
monitoringApp: 'app_monitoring',
|
|
261
289
|
moon: 'moon',
|
|
290
|
+
namespace: 'namespace',
|
|
262
291
|
nested: 'nested',
|
|
263
292
|
node: 'node',
|
|
264
293
|
notebookApp: 'app_notebook',
|
|
@@ -279,6 +308,7 @@ export const typeToPathMap = {
|
|
|
279
308
|
pin: 'pin',
|
|
280
309
|
pinFilled: 'pin_filled',
|
|
281
310
|
pipelineApp: 'app_pipeline',
|
|
311
|
+
pivot: 'pivot',
|
|
282
312
|
play: 'play',
|
|
283
313
|
playFilled: 'playFilled',
|
|
284
314
|
plus: 'plus',
|
|
@@ -304,14 +334,18 @@ export const typeToPathMap = {
|
|
|
304
334
|
securitySignal: 'securitySignal',
|
|
305
335
|
securitySignalDetected: 'securitySignalDetected',
|
|
306
336
|
securitySignalResolved: 'securitySignalResolved',
|
|
337
|
+
sessionViewer: 'sessionViewer',
|
|
307
338
|
shard: 'shard',
|
|
308
339
|
share: 'share',
|
|
309
340
|
snowflake: 'snowflake',
|
|
341
|
+
sortAscending: 'sortAscending',
|
|
342
|
+
sortDescending: 'sortDescending',
|
|
310
343
|
sortDown: 'sort_down',
|
|
311
344
|
sortLeft: 'sortLeft',
|
|
312
345
|
sortRight: 'sortRight',
|
|
313
346
|
sortUp: 'sort_up',
|
|
314
347
|
sortable: 'sortable',
|
|
348
|
+
spaces: 'spaces',
|
|
315
349
|
spacesApp: 'app_spaces',
|
|
316
350
|
sqlApp: 'app_sql',
|
|
317
351
|
starEmpty: 'star_empty',
|
|
@@ -329,6 +363,7 @@ export const typeToPathMap = {
|
|
|
329
363
|
storage: 'storage',
|
|
330
364
|
string: 'string',
|
|
331
365
|
submodule: 'submodule',
|
|
366
|
+
sun: 'sun',
|
|
332
367
|
swatchInput: 'swatch_input', // Undocumented on purpose. Has an extra stroke for EuiColorPicker
|
|
333
368
|
symlink: 'symlink',
|
|
334
369
|
tableDensityCompact: 'table_density_compact',
|
|
@@ -339,7 +374,9 @@ export const typeToPathMap = {
|
|
|
339
374
|
tear: 'tear',
|
|
340
375
|
temperature: 'temperature',
|
|
341
376
|
timeline: 'timeline',
|
|
377
|
+
timelineWithArrow: 'timelineWithArrow',
|
|
342
378
|
timelionApp: 'app_timelion',
|
|
379
|
+
timeRefresh: 'timeRefresh',
|
|
343
380
|
timeslider: 'timeslider',
|
|
344
381
|
training: 'training',
|
|
345
382
|
trash: 'trash',
|
|
@@ -348,6 +385,7 @@ export const typeToPathMap = {
|
|
|
348
385
|
upgradeAssistantApp: 'app_upgrade_assistant',
|
|
349
386
|
uptimeApp: 'app_uptime',
|
|
350
387
|
user: 'user',
|
|
388
|
+
userAvatar: 'userAvatar',
|
|
351
389
|
users: 'users',
|
|
352
390
|
usersRolesApp: 'app_users_roles',
|
|
353
391
|
vector: 'vector',
|
|
@@ -372,63 +410,68 @@ export const typeToPathMap = {
|
|
|
372
410
|
visVega: 'vis_vega',
|
|
373
411
|
visVisualBuilder: 'vis_visual_builder',
|
|
374
412
|
visualizeApp: 'app_visualize',
|
|
413
|
+
vulnerabilityManagementApp: 'app_vulnerability_management',
|
|
414
|
+
warning: 'warning',
|
|
415
|
+
alert: 'warning', // NOTE: This is an undocumented alias for `warning`, added for legacy compatability with Elastic Charts
|
|
375
416
|
watchesApp: 'app_watches',
|
|
376
417
|
wordWrap: 'wordWrap',
|
|
377
418
|
wordWrapDisabled: 'wordWrapDisabled',
|
|
378
419
|
workplaceSearchApp: 'app_workplace_search',
|
|
379
420
|
wrench: 'wrench',
|
|
380
421
|
// Token Icon Imports
|
|
422
|
+
tokenAlias: 'tokenAlias',
|
|
423
|
+
tokenAnnotation: 'tokenAnnotation',
|
|
424
|
+
tokenArray: 'tokenArray',
|
|
425
|
+
tokenBinary: 'tokenBinary',
|
|
426
|
+
tokenBoolean: 'tokenBoolean',
|
|
381
427
|
tokenClass: 'tokenClass',
|
|
382
|
-
|
|
428
|
+
tokenCompletionSuggester: 'tokenCompletionSuggester',
|
|
429
|
+
tokenConstant: 'tokenConstant',
|
|
430
|
+
tokenDate: 'tokenDate',
|
|
431
|
+
tokenDenseVector: 'tokenDenseVector',
|
|
432
|
+
tokenElement: 'tokenElement',
|
|
383
433
|
tokenEnum: 'tokenEnum',
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
tokenAnnotation: 'tokenAnnotation',
|
|
434
|
+
tokenEnumMember: 'tokenEnumMember',
|
|
435
|
+
tokenEvent: 'tokenEvent',
|
|
387
436
|
tokenException: 'tokenException',
|
|
388
|
-
tokenInterface: 'tokenInterface',
|
|
389
|
-
tokenParameter: 'tokenParameter',
|
|
390
437
|
tokenField: 'tokenField',
|
|
391
|
-
|
|
438
|
+
tokenFile: 'tokenFile',
|
|
439
|
+
tokenFlattened: 'tokenFlattened',
|
|
392
440
|
tokenFunction: 'tokenFunction',
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
tokenObject: 'tokenObject',
|
|
399
|
-
tokenEvent: 'tokenEvent',
|
|
441
|
+
tokenGeo: 'tokenGeo',
|
|
442
|
+
tokenHistogram: 'tokenHistogram',
|
|
443
|
+
tokenInterface: 'tokenInterface',
|
|
444
|
+
tokenIP: 'tokenIP',
|
|
445
|
+
tokenJoin: 'tokenJoin',
|
|
400
446
|
tokenKey: 'tokenKey',
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
tokenEnumMember: 'tokenEnumMember',
|
|
406
|
-
tokenRepo: 'tokenRepo',
|
|
407
|
-
tokenSymbol: 'tokenSymbol',
|
|
408
|
-
tokenFile: 'tokenFile',
|
|
447
|
+
tokenKeyword: 'tokenKeyword',
|
|
448
|
+
tokenMethod: 'tokenMethod',
|
|
449
|
+
tokenMetricCounter: 'tokenMetricCounter',
|
|
450
|
+
tokenMetricGauge: 'tokenMetricGauge',
|
|
409
451
|
tokenModule: 'tokenModule',
|
|
410
452
|
tokenNamespace: 'tokenNamespace',
|
|
411
|
-
tokenDate: 'tokenDate',
|
|
412
|
-
tokenIP: 'tokenIP',
|
|
413
453
|
tokenNested: 'tokenNested',
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
454
|
+
tokenNull: 'tokenNull',
|
|
455
|
+
tokenNumber: 'tokenNumber',
|
|
456
|
+
tokenObject: 'tokenObject',
|
|
457
|
+
tokenOperator: 'tokenOperator',
|
|
458
|
+
tokenPackage: 'tokenPackage',
|
|
459
|
+
tokenParameter: 'tokenParameter',
|
|
420
460
|
tokenPercolator: 'tokenPercolator',
|
|
421
|
-
|
|
461
|
+
tokenProperty: 'tokenProperty',
|
|
462
|
+
tokenRange: 'tokenRange',
|
|
422
463
|
tokenRankFeature: 'tokenRankFeature',
|
|
423
464
|
tokenRankFeatures: 'tokenRankFeatures',
|
|
424
|
-
|
|
465
|
+
tokenRepo: 'tokenRepo',
|
|
466
|
+
tokenSearchType: 'tokenSearchType',
|
|
467
|
+
tokenShape: 'tokenShape',
|
|
468
|
+
tokenString: 'tokenString',
|
|
469
|
+
tokenStruct: 'tokenStruct',
|
|
470
|
+
tokenSymbol: 'tokenSymbol',
|
|
425
471
|
tokenTag: 'tokenTag',
|
|
426
|
-
tokenCompletionSuggester: 'tokenCompletionSuggester',
|
|
427
|
-
tokenDenseVector: 'tokenDenseVector',
|
|
428
472
|
tokenText: 'tokenText',
|
|
429
473
|
tokenTokenCount: 'tokenTokenCount',
|
|
430
|
-
|
|
431
|
-
tokenHistogram: 'tokenHistogram'
|
|
474
|
+
tokenVariable: 'tokenVariable',
|
|
432
475
|
};
|
|
433
476
|
|
|
434
477
|
export const sizeToClassNameMap = {
|
|
@@ -49,7 +49,6 @@ export default class DemoIconComponent extends Component {
|
|
|
49
49
|
@tracked glyphs = [
|
|
50
50
|
'accessibility',
|
|
51
51
|
'aggregate',
|
|
52
|
-
'alert',
|
|
53
52
|
'analyzeEvent',
|
|
54
53
|
'annotation',
|
|
55
54
|
'apmTrace',
|
|
@@ -58,14 +57,19 @@ export default class DemoIconComponent extends Component {
|
|
|
58
57
|
'arrowLeft',
|
|
59
58
|
'arrowRight',
|
|
60
59
|
'arrowUp',
|
|
60
|
+
'arrowStart',
|
|
61
|
+
'arrowEnd',
|
|
62
|
+
'article',
|
|
61
63
|
'asterisk',
|
|
62
64
|
'beaker',
|
|
63
65
|
'bell',
|
|
64
66
|
'bellSlash',
|
|
67
|
+
'beta',
|
|
65
68
|
'bolt',
|
|
66
69
|
'boxesHorizontal',
|
|
67
70
|
'boxesVertical',
|
|
68
71
|
'branch',
|
|
72
|
+
'branchUser',
|
|
69
73
|
'broom',
|
|
70
74
|
'brush',
|
|
71
75
|
'bug',
|
|
@@ -78,9 +82,11 @@ export default class DemoIconComponent extends Component {
|
|
|
78
82
|
'cloudDrizzle',
|
|
79
83
|
'cloudStormy',
|
|
80
84
|
'cloudSunny',
|
|
85
|
+
'cluster',
|
|
81
86
|
'color',
|
|
82
87
|
'compute',
|
|
83
88
|
'console',
|
|
89
|
+
'container',
|
|
84
90
|
'continuityAbove',
|
|
85
91
|
'continuityAboveBelow',
|
|
86
92
|
'continuityBelow',
|
|
@@ -91,15 +97,19 @@ export default class DemoIconComponent extends Component {
|
|
|
91
97
|
'copyClipboard',
|
|
92
98
|
'cross',
|
|
93
99
|
'crosshairs',
|
|
94
|
-
'crossInACircleFilled',
|
|
95
100
|
'currency',
|
|
96
101
|
'cut',
|
|
97
102
|
'database',
|
|
103
|
+
'desktop',
|
|
104
|
+
'discuss',
|
|
98
105
|
'document',
|
|
99
|
-
'documentation',
|
|
100
|
-
'documentEdit',
|
|
101
106
|
'documents',
|
|
107
|
+
'documentEdit',
|
|
108
|
+
'documentation',
|
|
102
109
|
'dot',
|
|
110
|
+
'dotInCircle',
|
|
111
|
+
'doubleArrowLeft',
|
|
112
|
+
'doubleArrowRight',
|
|
103
113
|
'download',
|
|
104
114
|
'email',
|
|
105
115
|
'empty',
|
|
@@ -115,6 +125,10 @@ export default class DemoIconComponent extends Component {
|
|
|
115
125
|
'faceNeutral',
|
|
116
126
|
'faceSad',
|
|
117
127
|
'filter',
|
|
128
|
+
'filterExclude',
|
|
129
|
+
'filterIgnore',
|
|
130
|
+
'filterInclude',
|
|
131
|
+
'filterInCircle',
|
|
118
132
|
'flag',
|
|
119
133
|
'fold',
|
|
120
134
|
'folderCheck',
|
|
@@ -146,17 +160,26 @@ export default class DemoIconComponent extends Component {
|
|
|
146
160
|
'indexOpen',
|
|
147
161
|
'indexRuntime',
|
|
148
162
|
'indexSettings',
|
|
163
|
+
'indexTemporary',
|
|
164
|
+
'infinity',
|
|
149
165
|
'inputOutput',
|
|
150
166
|
'inspect',
|
|
151
167
|
'invert',
|
|
152
168
|
'ip',
|
|
153
|
-
'
|
|
169
|
+
'keyboard',
|
|
154
170
|
'kqlField',
|
|
155
171
|
'kqlFunction',
|
|
156
172
|
'kqlOperand',
|
|
157
173
|
'kqlSelector',
|
|
158
174
|
'kqlValue',
|
|
175
|
+
'kubernetesNode',
|
|
176
|
+
'kubernetesPod',
|
|
177
|
+
'launch',
|
|
159
178
|
'layers',
|
|
179
|
+
'lettering',
|
|
180
|
+
'lineDashed',
|
|
181
|
+
'lineDotted',
|
|
182
|
+
'lineSolid',
|
|
160
183
|
'link',
|
|
161
184
|
'list',
|
|
162
185
|
'listAdd',
|
|
@@ -167,6 +190,7 @@ export default class DemoIconComponent extends Component {
|
|
|
167
190
|
'logstashInput',
|
|
168
191
|
'logstashOutput',
|
|
169
192
|
'logstashQueue',
|
|
193
|
+
'magnifyWithExclamation',
|
|
170
194
|
'magnifyWithMinus',
|
|
171
195
|
'magnifyWithPlus',
|
|
172
196
|
'magnet',
|
|
@@ -184,6 +208,7 @@ export default class DemoIconComponent extends Component {
|
|
|
184
208
|
'minusInCircleFilled',
|
|
185
209
|
'mobile',
|
|
186
210
|
'moon',
|
|
211
|
+
'namespace',
|
|
187
212
|
'nested',
|
|
188
213
|
'node',
|
|
189
214
|
'number',
|
|
@@ -218,14 +243,18 @@ export default class DemoIconComponent extends Component {
|
|
|
218
243
|
'securitySignal',
|
|
219
244
|
'securitySignalDetected',
|
|
220
245
|
'securitySignalResolved',
|
|
246
|
+
'sessionViewer',
|
|
221
247
|
'shard',
|
|
222
248
|
'share',
|
|
223
249
|
'snowflake',
|
|
224
250
|
'sortable',
|
|
251
|
+
'sortAscending',
|
|
252
|
+
'sortDescending',
|
|
225
253
|
'sortDown',
|
|
226
254
|
'sortLeft',
|
|
227
255
|
'sortRight',
|
|
228
256
|
'sortUp',
|
|
257
|
+
'spaces',
|
|
229
258
|
'starEmpty',
|
|
230
259
|
'starEmptySpace',
|
|
231
260
|
'starFilled',
|
|
@@ -241,6 +270,7 @@ export default class DemoIconComponent extends Component {
|
|
|
241
270
|
'storage',
|
|
242
271
|
'string',
|
|
243
272
|
'submodule',
|
|
273
|
+
'sun',
|
|
244
274
|
'symlink',
|
|
245
275
|
'tableOfContents',
|
|
246
276
|
'tableDensityExpanded',
|
|
@@ -250,12 +280,15 @@ export default class DemoIconComponent extends Component {
|
|
|
250
280
|
'tear',
|
|
251
281
|
'temperature',
|
|
252
282
|
'timeline',
|
|
283
|
+
'timelineWithArrow',
|
|
284
|
+
'timeRefresh',
|
|
253
285
|
'timeslider',
|
|
254
286
|
'training',
|
|
255
287
|
'trash',
|
|
256
288
|
'unfold',
|
|
257
289
|
'unlink',
|
|
258
290
|
'user',
|
|
291
|
+
'userAvatar',
|
|
259
292
|
'users',
|
|
260
293
|
'vector',
|
|
261
294
|
'videoPlayer',
|
|
@@ -278,9 +311,10 @@ export default class DemoIconComponent extends Component {
|
|
|
278
311
|
'visTimelion',
|
|
279
312
|
'visVega',
|
|
280
313
|
'visVisualBuilder',
|
|
314
|
+
'warning',
|
|
281
315
|
'wordWrap',
|
|
282
316
|
'wordWrapDisabled',
|
|
283
|
-
'wrench'
|
|
317
|
+
'wrench',
|
|
284
318
|
];
|
|
285
319
|
}
|
|
286
320
|
```
|
|
@@ -60,7 +60,7 @@ Following are samples demonstrating how you might assemble and display <strong>E
|
|
|
60
60
|
@textAlign='right'
|
|
61
61
|
@isLoading={{this.isLoading}}
|
|
62
62
|
>
|
|
63
|
-
<EuiIcon @type='
|
|
63
|
+
<EuiIcon @type='warning' @color='danger' />
|
|
64
64
|
</EuiStat>
|
|
65
65
|
</EuiPanel>
|
|
66
66
|
</EuiFlexItem>
|
|
@@ -59,7 +59,7 @@ Wrap <strong>EuiToolTip</strong> around any item that you need a tooltip for and
|
|
|
59
59
|
<p>
|
|
60
60
|
This tooltip appears on the bottom of this icon:
|
|
61
61
|
<EuiToolTip @position='bottom' @content='Here is some tooltip text'>
|
|
62
|
-
<EuiIcon tabindex='0' @type='
|
|
62
|
+
<EuiIcon tabindex='0' @type='warning' @title='Icon with tooltip' />
|
|
63
63
|
</EuiToolTip>
|
|
64
64
|
</p>
|
|
65
65
|
</EuiText>
|
|
@@ -21,7 +21,7 @@ order: 1
|
|
|
21
21
|
</:button>
|
|
22
22
|
<:content>
|
|
23
23
|
<EuiCollapsibleNavGroup
|
|
24
|
-
@iconType='
|
|
24
|
+
@iconType='warning'
|
|
25
25
|
@background='dark'
|
|
26
26
|
@initialIsOpen={{false}}
|
|
27
27
|
@isCollapsible={{true}}
|
|
@@ -52,7 +52,7 @@ order: 1
|
|
|
52
52
|
</:content>
|
|
53
53
|
</EuiCollapsibleNavGroup>
|
|
54
54
|
<EuiCollapsibleNavGroup
|
|
55
|
-
@iconType='
|
|
55
|
+
@iconType='warning'
|
|
56
56
|
@initialIsOpen={{true}}
|
|
57
57
|
@isCollapsible={{true}}
|
|
58
58
|
>
|
|
@@ -28,7 +28,7 @@ title: Page template
|
|
|
28
28
|
<EuiCallOut
|
|
29
29
|
@color="danger"
|
|
30
30
|
@title='Do not nest multiple EuiPageTemplate components.'
|
|
31
|
-
@iconType='
|
|
31
|
+
@iconType='warning'
|
|
32
32
|
>
|
|
33
33
|
<:body>
|
|
34
34
|
The template is a very fragile component that will cause unexpected results if nested.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ember-eui/core",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.5.1",
|
|
4
4
|
"description": "Ember Components for Elastic UI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon",
|
|
@@ -186,5 +186,5 @@
|
|
|
186
186
|
"volta": {
|
|
187
187
|
"extends": "../../package.json"
|
|
188
188
|
},
|
|
189
|
-
"gitHead": "
|
|
189
|
+
"gitHead": "f3b6c4f262f48150fffa2cf39d9a1f14b205271b"
|
|
190
190
|
}
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path
|
|
3
|
-
<path class="euiIcon__fillSecondary" d="
|
|
4
|
-
<path d="M7 5.04535L2 7.82695V23.4039L16 31.1923L30 23.4039V7.82695L25 5.04536V7.33402L28 9.00297V22.2278L16 28.9037L4 22.2279V9.00297L7 7.33401V5.04535Z" />
|
|
5
|
-
<path class="euiIcon__fillSecondary" fill-rule="evenodd" clip-rule="evenodd" d="M22 12.5L16 9L10 12.5V19.5L16 23L22 19.5V12.5ZM12.026 13.7053L16 11.3871L19.974 13.7053V18.2947L16 20.6129L12.026 18.2947V13.7053Z" />
|
|
2
|
+
<path d="M2.99581 18.6363L0 20.4337V26.5661L6 30.1661L11 27.1661L16 30.1661L21 27.1661L26 30.1661L32 26.5661V20.4337L27 17.4337V12.4337L22 9.43374V4.43374L16 0.83374L10 4.43374V7.26581L12 7.29946V5.56612L16 3.16612L20 5.56612V9.43374L18.0041 10.6313L19.0042 12.3636L21 11.1661L25 13.5661V17.4337L21 19.8337L18.7433 18.4797L17.772 20.2293L20 21.5661V25.4337L16 27.8337L12 25.4337V23.7342L10 23.7006V25.4337L6 27.8337L2 25.4337L2 21.5661L3.99595 20.3686L2.99581 18.6363ZM22 25.4337V21.5661L26 19.1661L30 21.5661V25.4337L26 27.8337L22 25.4337Z" />
|
|
3
|
+
<path class="euiIcon__fillSecondary" d="M11 22.1662L5 18.5662L5 12.4338L11 8.83382L17 12.4338L17 18.5662L11 22.1662ZM15 17.4338L15 13.5662L11 11.1662L7 13.5662L7 17.4338L11 19.8338L15 17.4338Z" />
|
|
6
4
|
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" d="M22.5 24a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11Zm0 2a7.5 7.5 0 1 0 0-15 7.5 7.5 0 0 0 0 15Z" />
|
|
3
|
+
<path d="m30.293 27.707-4-4 1.414-1.414 4 4-1.414 1.414Z" />
|
|
4
|
+
<path d="M6 4H2v27h25v-3h-2v1H4V6h2V4Zm19 6h2V4h-4v2h2v4Z" />
|
|
5
|
+
<path class="euiIcon__fillSecondary" fill-rule="evenodd" clip-rule="evenodd" d="m16.381 3.024.538 1.158h2.274l.636 2.545H9.68l.637-2.545h2.558l.538-1.158c.292-.63.955-1.024 1.484-1.024.53 0 1.193.394 1.485 1.024Zm6.01 5.703-1.636-6.545h-2.56C17.6.898 16.262 0 14.897 0c-1.364 0-2.703.898-3.299 2.182H8.755L7.118 8.727h15.273ZM7 15h6v-2H7v2Zm6 5H7v-2h6v2Zm-6 5h6v-2H7v2Z" />
|
|
6
|
+
</svg>
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="
|
|
3
|
-
<path class="euiIcon__fillSecondary" d="
|
|
2
|
+
<path class="euiIcon__fillSecondary" d="M21 2.81994L16 0.0383301L11 2.81991V5.10857L16 2.32699L21 5.1086V2.81994Z" />
|
|
3
|
+
<path class="euiIcon__fillSecondary" d="M21 7.28161L16 4.5L11 7.28158V9.57024L16 6.78866L21 9.57027V7.28161Z" />
|
|
4
|
+
<path d="M7 5.04535L2 7.82695V23.4039L16 31.1923L30 23.4039V7.82695L25 5.04536V7.33402L28 9.00297V22.2278L16 28.9037L4 22.2279V9.00297L7 7.33401V5.04535Z" />
|
|
5
|
+
<path class="euiIcon__fillSecondary" fill-rule="evenodd" clip-rule="evenodd" d="M22 12.5L16 9L10 12.5V19.5L16 23L22 19.5V12.5ZM12.026 13.7053L16 11.3871L19.974 13.7053V18.2947L16 20.6129L12.026 18.2947V13.7053Z" />
|
|
4
6
|
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path class="euiIcon__fillSecondary" d="M5.39355 6.19238L11.0504 0.535522L16.0002 5.48527L20.9499 0.535522L26.6068 6.19238L16.0002 16.799L5.39355 6.19238ZM8.22198 6.19238L16.0002 13.9706L23.7783 6.19238L20.9499 3.36395L16.0002 8.3137L11.0504 3.36395L8.22198 6.19238Z" />
|
|
3
|
+
<path d="M15.9996 30.9411L4.68592 19.6274C2.0498 16.9912 1.63798 12.9731 3.45043 9.90517C3.77564 9.3547 4.17245 8.83482 4.64087 8.359C4.65582 8.34382 4.67083 8.32869 4.68592 8.3136L15.9996 19.5391L27.3132 8.31371C27.3284 8.32883 27.3434 8.34399 27.3584 8.3592C27.8268 8.835 28.2236 9.35485 28.5487 9.90529C30.3612 12.9732 29.9494 16.9914 27.3132 19.6275L15.9996 30.9411ZM15.9996 28.1127L25.899 18.2133C27.7487 16.3636 28.1383 13.6066 27.0676 11.3748L15.9996 22.3565L4.93152 11.3747C3.86091 13.6065 4.25045 16.3634 6.10013 18.2131L15.9996 28.1127Z" />
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.857 14.043a.75.75 0 0 1-.025-1.06l4.591-4.81a.25.25 0 0 0 0-.346l-4.59-4.81a.75.75 0 0 1 1.085-1.035l4.59 4.81a1.75 1.75 0 0 1 0 2.416l-4.59 4.81a.75.75 0 0 1-1.06.024Z" /><path d="M10.5 2.75a.75.75 0 0 1 1.5 0v10.5a.75.75 0 0 1-1.5 0V2.75Z" /></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M4 2.75a.75.75 0 0 1 1.5 0v10.5a.75.75 0 0 1-1.5 0V2.75Z" /><path fill-rule="evenodd" clip-rule="evenodd" d="M13.135 14.043a.75.75 0 0 0 .025-1.06l-4.59-4.81a.25.25 0 0 1 0-.346l4.59-4.81a.75.75 0 0 0-1.085-1.035l-4.59 4.81a1.75 1.75 0 0 0 0 2.416l4.59 4.81c.286.3.76.31 1.06.024Z" /></svg>
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
|
|
3
|
-
<path fill-rule="nonzero" d="M13.0688508,5.15725038 L8.38423975,9.76827428 C8.17054415,9.97861308 7.82999214,9.97914095 7.61576025,9.76827428 L2.93114915,5.15725038 C2.7181359,4.94758321 2.37277319,4.94758321 2.15975994,5.15725038 C1.94674669,5.36691756 1.94674669,5.70685522 2.15975994,5.9165224 L6.84437104,10.5275463 C7.48517424,11.1582836 8.51644979,11.1566851 9.15562896,10.5275463 L13.8402401,5.9165224 C14.0532533,5.70685522 14.0532533,5.36691756 13.8402401,5.15725038 C13.6272268,4.94758321 13.2818641,4.94758321 13.0688508,5.15725038 Z"/>
|
|
4
|
-
</g>
|
|
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="M1.95748 4.98214C2.24349 4.68252 2.71823 4.67148 3.01786 4.95748L7.82738 9.54839C7.92399 9.64061 8.07601 9.64061 8.17262 9.54839L12.9821 4.95748C13.2818 4.67148 13.7565 4.68252 14.0425 4.98214C14.3285 5.28177 14.3175 5.75651 14.0179 6.04252L9.20833 10.6334C8.53209 11.2789 7.46791 11.2789 6.79167 10.6334L1.98214 6.04252C1.68252 5.75651 1.67148 5.28177 1.95748 4.98214Z" />
|
|
5
3
|
</svg>
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
|
|
3
|
-
<path fill-rule="nonzero" transform="rotate(90 8 8)" d="M13.0688508,5.15725038 L8.38423975,9.76827428 C8.17054415,9.97861308 7.82999214,9.97914095 7.61576025,9.76827428 L2.93114915,5.15725038 C2.7181359,4.94758321 2.37277319,4.94758321 2.15975994,5.15725038 C1.94674669,5.36691756 1.94674669,5.70685522 2.15975994,5.9165224 L6.84437104,10.5275463 C7.48517424,11.1582836 8.51644979,11.1566851 9.15562896,10.5275463 L13.8402401,5.9165224 C14.0532533,5.70685522 14.0532533,5.36691756 13.8402401,5.15725038 C13.6272268,4.94758321 13.2818641,4.94758321 13.0688508,5.15725038 Z"/>
|
|
4
|
-
</g>
|
|
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="M11.0179 14.0425C11.3175 13.7565 11.3285 13.2818 11.0425 12.9821L6.45161 8.17262C6.35939 8.07601 6.35939 7.92399 6.45161 7.82738L11.0425 3.01786C11.3285 2.71823 11.3175 2.24349 11.0179 1.95748C10.7182 1.67148 10.2435 1.68252 9.95748 1.98214L5.36657 6.79167C4.72107 7.46791 4.72107 8.53209 5.36657 9.20833L9.95748 14.0179C10.2435 14.3175 10.7182 14.3285 11.0179 14.0425Z" />
|
|
5
3
|
</svg>
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
|
|
3
|
-
<path fill-rule="nonzero" transform="matrix(0 1 1 0 0 0)" d="M13.0688508,5.15725038 L8.38423975,9.76827428 C8.17054415,9.97861308 7.82999214,9.97914095 7.61576025,9.76827428 L2.93114915,5.15725038 C2.7181359,4.94758321 2.37277319,4.94758321 2.15975994,5.15725038 C1.94674669,5.36691756 1.94674669,5.70685522 2.15975994,5.9165224 L6.84437104,10.5275463 C7.48517424,11.1582836 8.51644979,11.1566851 9.15562896,10.5275463 L13.8402401,5.9165224 C14.0532533,5.70685522 14.0532533,5.36691756 13.8402401,5.15725038 C13.6272268,4.94758321 13.2818641,4.94758321 13.0688508,5.15725038 Z"/>
|
|
4
|
-
</g>
|
|
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.98214 14.0425C4.68252 13.7565 4.67148 13.2818 4.95748 12.9821L9.54839 8.17262C9.64061 8.07601 9.64061 7.92399 9.54839 7.82738L4.95748 3.01786C4.67148 2.71823 4.68252 2.24349 4.98214 1.95748C5.28177 1.67148 5.75651 1.68252 6.04252 1.98214L10.6334 6.79167C11.2789 7.46791 11.2789 8.53209 10.6334 9.20833L6.04252 14.0179C5.75651 14.3175 5.28177 14.3285 4.98214 14.0425Z" />
|
|
5
3
|
</svg>
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
|
|
3
|
-
<path fill-rule="nonzero" transform="rotate(180 8 8)" d="M13.0688508,5.15725038 L8.38423975,9.76827428 C8.17054415,9.97861308 7.82999214,9.97914095 7.61576025,9.76827428 L2.93114915,5.15725038 C2.7181359,4.94758321 2.37277319,4.94758321 2.15975994,5.15725038 C1.94674669,5.36691756 1.94674669,5.70685522 2.15975994,5.9165224 L6.84437104,10.5275463 C7.48517424,11.1582836 8.51644979,11.1566851 9.15562896,10.5275463 L13.8402401,5.9165224 C14.0532533,5.70685522 14.0532533,5.36691756 13.8402401,5.15725038 C13.6272268,4.94758321 13.2818641,4.94758321 13.0688508,5.15725038 Z"/>
|
|
4
|
-
</g>
|
|
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="M1.95748 11.0179C2.24349 11.3175 2.71823 11.3285 3.01786 11.0425L7.82738 6.45161C7.92399 6.35939 8.07601 6.35939 8.17262 6.45161L12.9821 11.0425C13.2818 11.3285 13.7565 11.3175 14.0425 11.0179C14.3285 10.7182 14.3175 10.2435 14.0179 9.95748L9.20833 5.36657C8.53209 4.72107 7.46791 4.72107 6.79167 5.36657L1.98214 9.95748C1.68252 10.2435 1.67148 10.7182 1.95748 11.0179Z" />
|
|
5
3
|
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M8.5 10C8.22386 10 8 10.2239 8 10.5C8 10.7761 8.22386 11 8.5 11H12.5C12.7761 11 13 10.7761 13 10.5C13 10.2239 12.7761 10 12.5 10H8.5Z" />
|
|
3
|
+
<path d="M8 6.5C8 6.22386 8.22386 6 8.5 6H12.5C12.7761 6 13 6.22386 13 6.5C13 6.77614 12.7761 7 12.5 7H8.5C8.22386 7 8 6.77614 8 6.5Z" />
|
|
4
|
+
<path d="M3.5 2C3.22386 2 3 2.22386 3 2.5C3 2.77614 3.22386 3 3.5 3H8.5C8.77614 3 9 2.77614 9 2.5C9 2.22386 8.77614 2 8.5 2H3.5Z" />
|
|
5
|
+
<path d="M8 8.5C8 8.22386 8.22386 8 8.5 8H12.5C12.7761 8 13 8.22386 13 8.5C13 8.77614 12.7761 9 12.5 9H8.5C8.22386 9 8 8.77614 8 8.5Z" />
|
|
6
|
+
<path d="M3.5 4C3.22386 4 3 4.22386 3 4.5C3 4.77614 3.22386 5 3.5 5H8.5C8.77614 5 9 4.77614 9 4.5C9 4.22386 8.77614 4 8.5 4H3.5Z" />
|
|
7
|
+
<path d="M3 12.5C3 12.2239 3.22386 12 3.5 12H12.5C12.7761 12 13 12.2239 13 12.5C13 12.7761 12.7761 13 12.5 13H3.5C3.22386 13 3 12.7761 3 12.5Z" />
|
|
8
|
+
<path d="M7 6H3V11H7V6Z" />
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.526 0.312C11.337 0.113 11.074 0 10.8 0H2C1.448 0 1 0.448 1 1V15C1 15.552 1.448 16 2 16H14C14.552 16 15 15.552 15 15V4.429C15 4.173 14.902 3.926 14.726 3.74L11.526 0.312ZM10.5 5H14V15H2V1H10V4.5C10 4.776 10.224 5 10.5 5Z" />
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M7.99999 6.39448H9.02953C9.7502 6.39448 10.313 6.5472 10.718 6.85263C11.1229 7.15806 11.394 7.54585 11.5313 8.01601C11.6686 8.48616 11.696 8.96833 11.6137 9.46251C11.5141 10.0596 11.2842 10.5984 10.9239 11.0789C10.567 11.5559 10.1226 11.9351 9.59063 12.2165C9.0587 12.4945 8.48044 12.6335 7.85585 12.6335C7.47492 12.6335 7.10944 12.5631 6.75939 12.4224C6.40935 12.2783 6.12279 12.0055 5.89973 11.604L5.81736 11.6451L6.14682 9.62724C6.09191 9.96355 6.12279 10.2741 6.23947 10.559C6.35959 10.8438 6.55863 11.072 6.83661 11.2436C7.11802 11.4152 7.47149 11.501 7.89703 11.501C8.34317 11.501 8.74297 11.4066 9.09645 11.2179C9.45335 11.0291 9.74506 10.7803 9.97156 10.4715C10.1981 10.1626 10.3405 9.82628 10.3988 9.46251C10.4572 9.11933 10.4331 8.79502 10.3267 8.48959C10.2238 8.18073 10.0453 7.93021 9.79139 7.73803C9.54086 7.54242 9.22171 7.44461 8.83391 7.44461H7.82497L7.99999 6.39448ZM9.35898 1.80273C9.84973 1.80273 10.2718 1.88167 10.6253 2.03953C10.9788 2.19739 11.2636 2.41016 11.4798 2.67784C11.6995 2.94209 11.8487 3.23894 11.9277 3.5684C12.01 3.89785 12.0221 4.23588 11.9637 4.58249C11.8951 5.0149 11.7149 5.44559 11.4232 5.87456C11.1349 6.30011 10.7403 6.6553 10.2392 6.94014C9.74163 7.22154 9.14278 7.36225 8.44269 7.36225H7.84556L8.02058 6.31212H8.59712C8.99521 6.31212 9.34868 6.22975 9.65755 6.06503C9.96641 5.9003 10.2169 5.68582 10.4091 5.42157C10.6013 5.15732 10.7214 4.87763 10.7694 4.58249C10.8484 4.1089 10.7334 3.71596 10.4246 3.40367C10.1157 3.09137 9.69873 2.93523 9.17366 2.93523C8.82362 2.93523 8.49073 3.0073 8.17501 3.15143C7.86272 3.29557 7.59847 3.49633 7.38226 3.75371C7.16606 4.0111 7.02879 4.30795 6.97045 4.64426L5.18934 15.4544H3.97449L5.75559 4.64426C5.84825 4.10204 6.06445 3.61644 6.4042 3.18747C6.74395 2.75849 7.16949 2.42046 7.68083 2.17337C8.1956 1.92628 8.75498 1.80273 9.35898 1.80273Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<path fill-rule="evenodd" d="M6 7.987a3.49 3.49 0 00-2.5 1.05v-4.1a2 2 0 10-1 0v6.126a2 2 0 101.034.01A2.5 2.5 0 016 8.986h1a3.5 3.5 0 003.47-3.043 2 2 0 10-1.009-.017A2.5 2.5 0 017 7.987H6zM4 3a1 1 0 11-2 0 1 1 0 012 0zm0 10a1 1 0 11-2 0 1 1 0 012 0zm7-9a1 1 0 11-2 0 1 1 0 012 0z" clip-rule="evenodd"/>
|
|
3
|
+
<path d="M13.5 10.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM9 15c.284-1.223 1.519-2.143 3-2.143s2.716.92 3 2.143H9z"/>
|
|
4
|
+
</svg>
|
|
@@ -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="M4.5 7C5.88071 7 7 5.88071 7 4.5S5.88071 2 4.5 2 2 3.11929 2 4.5 3.11929 7 4.5 7zm0-6c1.76324 0 3.22194 1.30385 3.46456 3h3.12084c.2059-.5826.7615-1 1.4146-1 .8284 0 1.5.67157 1.5 1.5S13.3284 6 12.5 6c-.6531 0-1.2087-.4174-1.4146-1H7.96456c-.08482.59296-.31826 1.13798-.66139 1.59611l2.10061 2.1008C9.9881 8.25924 10.7138 8 11.5 8c1.933 0 3.5 1.567 3.5 3.5S13.433 15 11.5 15c-1.76324 0-3.22194-1.3039-3.46456-3H4.91465c-.20592.5826-.76154 1-1.41465 1-.82843 0-1.5-.6716-1.5-1.5S2.67157 10 3.5 10c.65311 0 1.20873.4174 1.41465 1h3.12079c.08481-.5929.31821-1.13786.66127-1.59595L6.59606 7.30321C6.01178 7.74081 5.28616 8 4.5 8 2.567 8 1 6.433 1 4.5S2.567 1 4.5 1zM12 4.5c0 .27614.2239.5.5.5s.5-.22386.5-.5-.2239-.5-.5-.5-.5.22386-.5.5zm-.5 9.5C10.1193 14 9 12.8807 9 11.5S10.1193 9 11.5 9s2.5 1.1193 2.5 2.5-1.1193 2.5-2.5 2.5zM4 11.5c0 .2761-.22386.5-.5.5s-.5-.2239-.5-.5.22386-.5.5-.5.5.2239.5.5z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 2.5A.5.5 0 0 1 .5 2h15a.5.5 0 0 1 0 1H15v10h.5a.5.5 0 0 1 0 1H.5a.5.5 0 0 1 0-1H1V3H.5a.5.5 0 0 1-.5-.5zM2 3h12v10H2V3zm3 2a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 1 0v-5A.5.5 0 0 0 5 5zm5.5.5a.5.5 0 0 1 1 0v5a.5.5 0 0 1-1 0v-5zM8 5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 1 0v-5A.5.5 0 0 0 8 5z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<path fill-rule="evenodd" d="M2 2a1 1 0 00-1 1v7a1 1 0 001 1h4l-1 3H3.5a.5.5 0 000 1h9a.5.5 0 000-1H11l-1-3h4a1 1 0 001-1V3a1 1 0 00-1-1H2zm0 8V3h12v7H2zm5 1h2l1 3H6l1-3z" clip-rule="evenodd"/>
|
|
3
|
+
<path d="M4.5 6a.5.5 0 000 1h1a.5.5 0 000-1h-1zM7.5 6a.5.5 0 000 1h1a.5.5 0 000-1h-1zM10 6.5a.5.5 0 01.5-.5h1a.5.5 0 010 1h-1a.5.5 0 01-.5-.5z"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M4.96667 10.8638C5.29871 11.6513 6.05221 12.201 6.92857 12.201H10.6021L13.3572 15.0001V12.201C14.5407 12.201 15.5001 11.1985 15.5001 9.96176V6.60289C15.5001 5.36619 14.5407 4.36365 13.3572 4.36365H12.2858V8.6971C12.2858 9.89372 11.3903 10.8638 10.2858 10.8638H4.96667Z" />
|
|
3
|
+
<path d="M4.90517 8.71774H9.07143C9.66316 8.71774 10.1429 8.21646 10.1429 7.59811V4.23925C10.1429 3.62089 9.66316 3.11962 9.07143 3.11962H2.64286C2.05112 3.11962 1.57143 3.62089 1.57143 4.23925V7.59811C1.57143 8.21646 2.05112 8.71774 2.64286 8.71774H3.71429V10.1696L4.90517 8.71774ZM5.39796 9.83736L2.64286 12.6364V9.83736C1.45939 9.83736 0.5 8.83481 0.5 7.59811V4.23925C0.5 3.00254 1.45939 2 2.64286 2H9.07143C10.2549 2 11.2143 3.00254 11.2143 4.23925V7.59811C11.2143 8.83481 10.2549 9.83736 9.07143 9.83736H5.39796Z"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
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="M8 0.5C12.1356 0.5 15.5 3.86441 15.5 8C15.5 12.1356 12.1356 15.5 8 15.5C3.86441 15.5 0.5 12.1356 0.5 8C0.5 3.86441 3.86441 0.5 8 0.5ZM8 1.38235C4.34529 1.38235 1.38235 4.34529 1.38235 8C1.38235 11.6547 4.34529 14.6176 8 14.6176C11.6547 14.6176 14.6176 11.6547 14.6176 8C14.6176 4.34529 11.6547 1.38235 8 1.38235Z" />
|
|
3
|
+
<path d="M9 8C9 8.55229 8.55229 9 8 9C7.44772 9 7 8.55229 7 8C7 7.44772 7.44772 7 8 7C8.55229 7 9 7.44772 9 8Z" />
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
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="M8.13504 14.0425C8.43467 13.7565 8.44571 13.2818 8.1597 12.9821L3.56879 8.17262C3.47658 8.07601 3.47658 7.92399 3.56879 7.82738L8.1597 3.01786C8.44571 2.71823 8.43467 2.24349 8.13504 1.95748C7.83542 1.67148 7.36067 1.68252 7.07467 1.98214L2.48376 6.79167C1.83826 7.46791 1.83826 8.53209 2.48376 9.20833L7.07467 14.0179C7.36067 14.3175 7.83542 14.3285 8.13504 14.0425Z" />
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.135 14.0425C14.4347 13.7565 14.4457 13.2818 14.1597 12.9821L9.56879 8.17262C9.47658 8.07601 9.47658 7.92399 9.56879 7.82738L14.1597 3.01786C14.4457 2.71823 14.4347 2.24349 14.135 1.95748C13.8354 1.67148 13.3607 1.68252 13.0747 1.98214L8.48376 6.79167C7.83826 7.46791 7.83826 8.53209 8.48376 9.20833L13.0747 14.0179C13.3607 14.3175 13.8354 14.3285 14.135 14.0425Z" />
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
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="M2.23214 14.0425C1.93252 13.7565 1.92148 13.2818 2.20748 12.9821L6.79839 8.17262C6.89061 8.07601 6.89061 7.92399 6.79839 7.82738L2.20748 3.01786C1.92148 2.71823 1.93252 2.24349 2.23214 1.95748C2.53177 1.67148 3.00651 1.68252 3.29252 1.98214L7.88343 6.79167C8.52893 7.46791 8.52893 8.53209 7.88343 9.20833L3.29252 14.0179C3.00651 14.3175 2.53177 14.3285 2.23214 14.0425Z" />
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.23214 14.0425C7.93252 13.7565 7.92148 13.2818 8.20748 12.9821L12.7984 8.17262C12.8906 8.07601 12.8906 7.92399 12.7984 7.82738L8.20748 3.01786C7.92148 2.71823 7.93252 2.24349 8.23214 1.95748C8.53177 1.67148 9.00651 1.68252 9.29252 1.98214L13.8834 6.79167C14.5289 7.46791 14.5289 8.53209 13.8834 9.20833L9.29252 14.0179C9.00651 14.3175 8.53177 14.3285 8.23214 14.0425Z" />
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
|
|
2
|
+
<path d="M4.597 3a.411.411 0 00-.299.132l-1.85 1.993-.756-.7a.412.412 0 00-.28-.124.42.42 0 00-.292.098.333.333 0 00-.12.257.335.335 0 00.127.254l1.064.982A.418.418 0 002.488 6a.411.411 0 00.288-.126L4.904 3.58a.328.328 0 00.095-.25.337.337 0 00-.126-.238A.421.421 0 004.597 3zM4.298 7.132A.411.411 0 014.597 7a.421.421 0 01.276.093c.076.062.12.147.126.238a.328.328 0 01-.095.25L2.776 9.874a.411.411 0 01-.288.126.418.418 0 01-.297-.108L1.127 8.91A.335.335 0 011 8.656a.333.333 0 01.12-.257.42.42 0 01.292-.098c.108.005.21.05.28.123l.757.701 1.849-1.993zM4.597 11a.411.411 0 00-.299.132l-1.85 1.993-.756-.7a.412.412 0 00-.28-.124.421.421 0 00-.292.098.333.333 0 00-.12.257.335.335 0 00.127.254l1.064.982a.418.418 0 00.297.108.411.411 0 00.288-.126l2.128-2.293a.328.328 0 00.095-.25.337.337 0 00-.126-.238.421.421 0 00-.276-.093zM6.5 4a.5.5 0 000 1h7a.5.5 0 000-1h-7zM6 8.5a.5.5 0 01.5-.5h7a.5.5 0 010 1h-7a.5.5 0 01-.5-.5zM6.5 12a.5.5 0 000 1h7a.5.5 0 000-1h-7z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<path fill-rule="evenodd" d="M10 1a1 1 0 0 1 .707.293l4 4A1 1 0 0 1 15 6v5a1 1 0 0 1-.293.707l-4 4A1 1 0 0 1 10 16H5a1 1 0 0 1-.707-.293l-4-4A1 1 0 0 1 0 11V6a1 1 0 0 1 .293-.707l4-4A1 1 0 0 1 5 1h5ZM4.146 5.146a.5.5 0 0 1 .708 0L7.5 7.793l2.646-2.647a.5.5 0 0 1 .708.708L8.207 8.5l2.647 2.646a.5.5 0 0 1-.708.708L7.5 9.207l-2.646 2.647a.5.5 0 0 1-.708-.708L6.793 8.5 4.146 5.854a.5.5 0 0 1 0-.708Z"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
-
<path
|
|
2
|
+
<path d="M3 5.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5Zm2 3a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5ZM7.5 11a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1Z"/>
|
|
3
3
|
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<path d="M.5 1a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9Z"/>
|
|
3
|
+
<path fill-rule="evenodd" d="M16 11.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Zm-8 0a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5Z"/>
|
|
4
|
+
<path d="M2 4.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5ZM4.5 7a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1Z"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<path d="M.5 1a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9ZM2 4.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5Zm2 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5Z"/>
|
|
3
|
+
<path d="M16 11.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Zm-4.5-.707L9.854 9.146a.5.5 0 1 0-.708.708l1.647 1.646-1.647 1.646a.5.5 0 0 0 .708.708l1.646-1.647 1.646 1.647a.5.5 0 0 0 .708-.708L12.207 11.5l1.647-1.646a.5.5 0 0 0-.708-.708L11.5 10.793Z"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<path fill-rule="evenodd" d="M7.99870013,15.9987001 C3.58042213,15.9987001 -0.00129986804,12.4169781 -0.00129986804,7.99870013 C-0.00129986804,3.58042213 3.58042213,-0.00129986804 7.99870013,-0.00129986804 C12.4169781,-0.00129986804 15.9987001,3.58042213 15.9987001,7.99870013 C15.9987001,12.4169781 12.4169781,15.9987001 7.99870013,15.9987001 Z M8,15 C11.8659932,15 15,11.8659932 15,8 C15,4.13400675 11.8659932,1 8,1 C4.13400675,1 1,4.13400675 1,8 C1,11.8659932 4.13400675,15 8,15 Z M3.5,5 L12.5,5 C12.7761424,5 13,5.22385763 13,5.5 C13,5.77614237 12.7761424,6 12.5,6 L3.5,6 C3.22385763,6 3,5.77614237 3,5.5 C3,5.22385763 3.22385763,5 3.5,5 Z M5.5,8 L10.5,8 C10.7761424,8 11,8.22385763 11,8.5 C11,8.77614237 10.7761424,9 10.5,9 L5.5,9 C5.22385763,9 5,8.77614237 5,8.5 C5,8.22385763 5.22385763,8 5.5,8 Z M7.5,11 L8.5,11 C8.77614237,11 9,11.2238576 9,11.5 C9,11.7761424 8.77614237,12 8.5,12 L7.5,12 C7.22385763,12 7,11.7761424 7,11.5 C7,11.2238576 7.22385763,11 7.5,11 Z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<path d="M.5 1a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9Z"/>
|
|
3
|
+
<path d="M16 11.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Zm-4-3a.5.5 0 0 0-1 0V11H8.5a.5.5 0 0 0 0 1H11v2.5a.5.5 0 0 0 1 0V12h2.5a.5.5 0 0 0 0-1H12V8.5Z"/>
|
|
4
|
+
<path d="M2 4.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5ZM4.5 7a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1Z"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<path d="M3 13V2h11V1H2v13h2v-1H3Z"/>
|
|
3
|
+
<path d="M11.999 5H6V4h5.999v1ZM4 4v1h1V4H4Zm2 3v1h4V7H6ZM4 7v1h1V7H4Zm2 3v1h2v-1H6Zm-2 0v1h1v-1H4Zm10-7h-1v1h1V3Zm-1 2h1v1h-1V5Zm1 2h-1v1h1V7Zm-1 2h1v1h-1V9Zm1 2h-1v1h1v-1Zm-1 2h1v1h-1v-1Zm-7 0H5v1h1v-1Zm1 0h1v1H7v-1Zm3 0H9v1h1v-1Zm1 0h1v1h-1v-1Z"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<path d="M5.37 9.457A1.994 1.994 0 0 1 3.993 10a2 2 0 1 1 1.403-3.433l.601.679 1.336-1.508-.462-.522a4 4 0 1 0-.041 5.613l.021-.022 3.777-4.265.002.001a2 2 0 1 1-.024 2.89l-.601-.679-1.336 1.508.462.522a4 4 0 1 0 0-5.569l-3.74 4.223a1.991 1.991 0 0 1-.02.02Z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 3h16v11H0V3Zm15 10V4H1v9h14ZM2 5h2v1H2V5Zm2 7v-1H2v1h2Zm10-1v1h-2v-1h2Zm-3 1v-1H5v1h6ZM5 5h1v1H5V5ZM3 7H2v1h1V7Zm3 0h1v1H6V7ZM3 9H2v1h1V9Zm3 0h1v1H6V9Zm2-4H7v1h1V5ZM4 7h1v1H4V7Zm5 0H8v1h1V7Zm1 0h1v1h-1V7ZM5 9H4v1h1V9Zm3 0h1v1H8V9Zm3 0h-1v1h1V9ZM9 5h1v1H9V5Zm3 0h-1v1h1V5Zm1 0h1v1h-1V5Zm1 2h-2v3h2V7Z" />
|
|
3
|
+
</svg>
|
|
@@ -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="M14 11.4197V4.58032L8 1.15175 2 4.58032v6.83938l6 3.4285 6-3.4285zM8 16l7-4V4L8 0 1 4v8l7 4zM8 4.60695l3 1.71429v3.35742L8 11.3929 5 9.67866V6.32124l3-1.71429zm4 1.13396V10.259l-4 2.2857-4-2.2857V5.74091L8 3.4552l4 2.28571z" />
|
|
3
|
+
</svg>
|
|
@@ -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="M14 5.1514v6.2683l-5.49989 3.1428V8.29025L14 5.1514zm-.5081-.86142L8 1.15175 2.50813 4.28996l5.49203 3.13422 5.49174-3.1342zM2 5.15136l5.50011 3.13883v6.27241L2 11.4197V5.15136zM15 12l-7 4-7-4V4l7-4 7 4v8z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg fill="none" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<path d="M11 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.355 1.791A3.5 3.5 0 0 1 12.57 1H14a1 1 0 0 1 1 1v1.43a3.5 3.5 0 0 1-.791 2.215l-3.144 3.843a2.5 2.5 0 0 0-.565 1.583v1.636l-1.646 1.647a.5.5 0 0 1-.557.103l-.634-.282a11.5 11.5 0 0 1-5.838-5.838l-.282-.634a.5.5 0 0 1 .103-.557L3.293 5.5h1.636a2.5 2.5 0 0 0 1.583-.565l3.843-3.144ZM12.57 2a2.5 2.5 0 0 0-1.583.565L7.145 5.71A3.5 3.5 0 0 1 4.93 6.5H3.707l-1.11 1.11.142.32a10.498 10.498 0 0 0 1.825 2.799l2.082-2.083a.5.5 0 1 1 .708.708L5.27 11.436a10.496 10.496 0 0 0 2.798 1.825l.32.143L9.5 12.293V11.07a3.5 3.5 0 0 1 .791-2.216l3.144-3.843A2.5 2.5 0 0 0 14 3.43V2h-1.43Z"/>
|
|
4
|
+
<path d="M1.9 10.7a.5.5 0 0 0-.88.163l-1 3.5A.5.5 0 0 0 0 14.5v1a.5.5 0 0 0 .5.5h1a.502.502 0 0 0 .137-.02l3.5-1a.5.5 0 0 0 .163-.88l-1.314-.986a5.5 5.5 0 0 1-1.1-1.1L1.9 10.7Z"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<path fill-rule="evenodd" d="M5 3l3 9H7L6 9H3l-1 3H1l3-9h1zm-.5 1.5L5.667 8H3.333L4.5 4.5zM12.49 6.147C12.16 6.005 11.76 6 11.5 6c-.359 0-1.022.175-1.632.838l-.736-.676C9.929 5.294 10.859 5 11.5 5h.016c.25 0 .836 0 1.369.228.281.12.568.313.782.617.216.307.333.693.333 1.155v5h-1v-.354a2.101 2.101 0 01-.064.038c-.554.317-1.166.316-1.42.316h-.032c-.25 0-.836 0-1.368-.228a1.81 1.81 0 01-.783-.617C9.117 10.848 9 10.462 9 10c0-.462.117-.848.333-1.155.214-.304.5-.496.783-.617C10.648 8 11.233 8 11.484 8h.016c.258 0 .69-.003 1.05-.106a.889.889 0 00.364-.179c.053-.05.086-.108.086-.215V7c0-.288-.07-.465-.151-.58a.814.814 0 00-.358-.273zM13 8.8c-.06.022-.118.04-.175.057C12.32 9 11.762 9 11.513 9H11.5c-.259 0-.66.005-.99.147a.814.814 0 00-.359.274c-.08.114-.151.291-.151.579s.07.465.151.58a.813.813 0 00.358.273c.331.142.732.147.991.147.257 0 .63-.008.94-.184.255-.146.56-.463.56-1.316v-.701z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<path d="M12.707 4.707a1 1 0 11-1.414-1.414l2-2a1 1 0 111.414 1.414l-2 2zM6.293 9.707a1 1 0 001.414 0l2-2a1 1 0 10-1.414-1.414l-2 2a1 1 0 000 1.414zM1.293 14.707a1 1 0 001.414 0l2-2a1 1 0 10-1.414-1.414l-2 2a1 1 0 000 1.414z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g>
|
|
3
|
+
<path d="M11.0503 1.94977L6.80762 6.19241L16 15.3848L25.1924 6.19241L20.9498 1.94977L16 6.89952L11.0503 1.94977Z" fill="#00BFB3"/>
|
|
4
|
+
<path d="M4.68592 19.6273C1.56172 16.5031 1.56173 11.4378 4.68592 8.3136L15.9996 19.6273V30.941L4.68592 19.6273Z" fill="#FA744E"/>
|
|
5
|
+
<path d="M27.3137 8.31372C30.4379 11.4379 30.4379 16.5032 27.3137 19.6274L16 30.9411L16 19.6274L27.3137 8.31372Z" fill="#343741"/>
|
|
6
|
+
</g>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<path d="m15.143 15.85-3.872-3.872a.5.5 0 0 1-.034-.738 6.01 6.01 0 0 0 0-8.486c-2.341-2.34-6.147-2.34-8.484 0a6.01 6.01 0 0 0 0 8.486 5.96 5.96 0 0 0 4.242 1.757.5.5 0 0 1 0 1 6.955 6.955 0 0 1-4.949-2.05c-2.728-2.73-2.728-7.171 0-9.9 2.728-2.73 7.168-2.73 9.898 0 2.609 2.61 2.723 6.785.342 9.532l3.565 3.564a.502.502 0 0 1-.708.708ZM6.254 3l.277 5.063h.935L7.754 3h-1.5Zm.222 7.548a.727.727 0 0 0 .533.222c.198 0 .371-.073.52-.22a.715.715 0 0 0 .225-.53.716.716 0 0 0-.222-.534.724.724 0 0 0-.523-.216.731.731 0 0 0-.533.219.719.719 0 0 0-.222.53c0 .205.074.38.222.529Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
|
|
2
|
+
<path fill-rule="evenodd" d="M2.89 13.847 11.239 5.5a.522.522 0 0 0-.737-.737L2.154 13.11a.522.522 0 0 0 .738.738ZM14 6.696a.522.522 0 1 1-1.043 0v-3.13a.522.522 0 0 0-.522-.523h-3.13a.522.522 0 1 1 0-1.043h3.13C13.299 2 14 2.7 14 3.565v3.13Z" clip-rule="evenodd"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<path d="M4 6h1v1H4V6zM6 8H5V7h1v1zM6 9V8h1v1H6zM5 10V9h1v1H5zM5 10v1H4v-1h1zM7 10h4v1H7v-1z"/>
|
|
3
|
+
<path fill-rule="evenodd" d="M1 3a1 1 0 011-1h12a1 1 0 011 1v10a1 1 0 01-1 1H2a1 1 0 01-1-1V3zm1 1h12v9H2V4z" clip-rule="evenodd"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<path d="M3.854 3.146a.5.5 0 0 0-.708 0l-2 2a.5.5 0 1 0 .708.708L3 4.707V11.5a.5.5 0 0 0 1 0V4.707l1.146 1.147a.5.5 0 1 0 .708-.708l-2-2ZM8 4.5a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5ZM8.5 7a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1h-4ZM8 10.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5Z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<path d="M4 10.293V3.5a.5.5 0 0 0-1 0v6.793L1.854 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 1 0-.708-.708L4 10.293ZM8 4.5a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5ZM8.5 7a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1h-4ZM8 10.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5Z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg fill="none" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6 3H3v3h3V3ZM3 2a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3ZM6 10H3v3h3v-3ZM3 9a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1H3ZM13 3h-3v3h3V3Zm-3-1a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1h-3ZM13 10h-3v3h3v-3Zm-3-1a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1h-3Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12 8a4 4 0 1 1-8 0 4 4 0 0 1 8 0ZM7.25.75a.75.75 0 0 1 1.5 0v1.5a.75.75 0 1 1-1.5 0V.75ZM7.25 13.75a.75.75 0 0 1 1.5 0v1.5a.75.75 0 0 1-1.5 0v-1.5ZM12.596 2.343a.75.75 0 0 1 1.06 1.06l-1.06 1.061a.75.75 0 0 1-1.06-1.06l1.06-1.06ZM3.404 11.536a.75.75 0 1 1 1.06 1.06l-1.06 1.06a.75.75 0 0 1-1.06-1.06l1.06-1.06ZM.75 8.75a.75.75 0 0 1 0-1.5h1.5a.75.75 0 1 1 0 1.5H.75ZM13.75 8.75a.75.75 0 0 1 0-1.5h1.5a.75.75 0 0 1 0 1.5h-1.5ZM2.343 3.404a.75.75 0 1 1 1.06-1.06l1.061 1.06a.75.75 0 0 1-1.06 1.06l-1.06-1.06ZM11.536 12.596a.75.75 0 0 1 1.06-1.06l1.06 1.06a.75.75 0 0 1-1.06 1.06l-1.06-1.06Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.809 8.807a4.5 4.5 0 0 1-5.572-5.75A5 5 0 0 0 3.04 9.31a.5.5 0 0 1-.966.259 6 6 0 0 1 5.672-7.553 4.5 4.5 0 1 1 6.117 6.313 6.002 6.002 0 0 1-7.803 5.409.5.5 0 1 1 .303-.954 5.001 5.001 0 0 0 6.445-3.979ZM11.859 5H13.5a.5.5 0 0 0 0-1H12V1.5a.5.5 0 0 0-1 0v3a.5.5 0 0 0 .5.5h.36Z" /><path d="m3.757 15.848-.776-2.897a1.5 1.5 0 0 1 1.06-1.838l2.898-.776a.5.5 0 1 1 .259.966l-2.898.776a.5.5 0 0 0-.353.613l.776 2.898a.5.5 0 0 1-.966.258Z" /></svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" d="M7.85361 4.85355C7.75985 4.94732 7.63267 5 7.50006 5C7.36745 5 7.24028 4.94732 7.14651 4.85355C7.05274 4.75979 7.00006 4.63261 7.00006 4.5V4H6.00006C5.73484 4 5.48049 3.89464 5.29295 3.70711C5.10542 3.51957 5.00006 3.26522 5.00006 3V1C5.00006 0.734783 5.10542 0.480429 5.29295 0.292893C5.48049 0.105357 5.73484 0 6.00006 0H9.00006C9.26526 0 9.51966 0.105357 9.70716 0.292893C9.89466 0.48043 10.0001 0.734784 10.0001 1V3C10.0001 3.26522 9.89466 3.51957 9.70716 3.70711C9.51966 3.89464 9.26526 4 9.00006 4H8.00006V4.5C8.00006 4.63261 7.94738 4.75979 7.85361 4.85355ZM6.00006 3V1H9.00006V3H6.00006Z"/>
|
|
3
|
+
<path fill-rule="evenodd" d="M2.14645 9.14645C2.05268 9.24022 2 9.36739 2 9.5V10H1C0.73478 10 0.48043 10.1054 0.29289 10.2929C0.10536 10.4804 0 10.7348 0 11V13C0 13.2652 0.10536 13.5196 0.29289 13.7071C0.48043 13.8946 0.73478 14 1 14H4C4.26522 14 4.51957 13.8946 4.70711 13.7071C4.89464 13.5196 5 13.2652 5 13V11C5 10.7348 4.89464 10.4804 4.70711 10.2929C4.51957 10.1054 4.26522 10 4 10H3V9.5C3 9.36739 2.94732 9.24022 2.85355 9.14645C2.75978 9.05268 2.63261 9 2.5 9C2.36739 9 2.24021 9.05268 2.14645 9.14645ZM4 13V11H1V13H4Z"/>
|
|
4
|
+
<path fill-rule="evenodd" d="M11.5001 15C13.9853 15 16.0001 12.9853 16.0001 10.5C16.0001 8.01472 13.9853 6 11.5001 6C9.01478 6 7.00006 8.01472 7.00006 10.5C7.00006 12.9853 9.01478 15 11.5001 15ZM11.8536 8.14645L13.8536 10.1464C14.0489 10.3417 14.0489 10.6583 13.8536 10.8536L11.8536 12.8536C11.6584 13.0488 11.3418 13.0488 11.1465 12.8536C10.9512 12.6583 10.9512 12.3417 11.1465 12.1464L12.293 11H9.50006C9.22392 11 9.00006 10.7761 9.00006 10.5C9.00006 10.2239 9.22392 10 9.50006 10H12.293L11.1465 8.85355C10.9512 8.65829 10.9512 8.34171 11.1465 8.14645C11.3418 7.95118 11.6584 7.95118 11.8536 8.14645Z"/>
|
|
5
|
+
<path fill-rule="evenodd" d="M8.33698 6H3.91471C3.70879 5.4174 3.15317 5 2.50006 5C1.84695 5 1.29133 5.4174 1.08541 6H0.500061C0.223919 6 6.10352e-05 6.22386 6.10352e-05 6.5C6.10352e-05 6.77614 0.223919 7 0.500061 7H1.08541C1.29133 7.5826 1.84695 8 2.50006 8C3.15317 8 3.70879 7.5826 3.91471 7H7.25722C7.57058 6.62057 7.93385 6.28389 8.33698 6ZM2.00006 6.5C2.00006 6.22386 2.22392 6 2.50006 6C2.7762 6 3.00006 6.22386 3.00006 6.5C3.00006 6.77614 2.7762 7 2.50006 7C2.22392 7 2.00006 6.77614 2.00006 6.5Z"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<path d="M11 3a1 1 0 0 0-1 1v1H9a1 1 0 0 0 0 2h1v1a1 1 0 1 0 2 0V7h1a1 1 0 1 0 0-2h-1V4a1 1 0 0 0-1-1ZM5 7a1 1 0 0 0-1 1v1H3a1 1 0 0 0 0 2h1v1a1 1 0 1 0 2 0v-1h1a1 1 0 1 0 0-2H6V8a1 1 0 0 0-1-1Z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<path d="M5 4h-.5a.5.5 0 0 1 0-1h1a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1 0-1H5v-2h-.5a.5.5 0 0 1 0-1H5V7h-.5a.5.5 0 0 1 0-1H5V4Zm3 1a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1H8Z"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
-
<path fill-rule="evenodd" d="M4.
|
|
2
|
+
<path fill-rule="evenodd" d="M4.667 4.667h2.666v2.666H4.667V4.667Zm0 4h2.666v2.666H4.667V8.667Zm4-4h2.666v2.666H8.667V4.667Zm0 4h2.666v2.666H8.667V8.667ZM3.333 3.333v9.334h9.334V3.333H3.333Zm0-1.333h9.334C13.403 2 14 2.597 14 3.333v9.334c0 .736-.597 1.333-1.333 1.333H3.333A1.333 1.333 0 0 1 2 12.667V3.333C2 2.597 2.597 2 3.333 2Z"/>
|
|
3
3
|
</svg>
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M3 5C3 4.44772 3.44772 4 4 4H9.98882C10.3191 4 10.6281 4.1631 10.8145 4.43581L12.8645 7.43581C13.0969 7.77601 13.0969 8.22398 12.8645 8.56419L10.8145 11.5642C10.6281 11.8369 10.3191 12 9.98883 12H4C3.44772 12 3 11.5523 3 11V5ZM4.25 5.75C4.25 5.47386 4.47386 5.25 4.75 5.25H9.49539C9.65536 5.25 9.80567 5.32654 9.89976 5.45591L11.5361 7.70591C11.6636 7.88124 11.6636 8.11876 11.5361 8.29409L9.89976 10.5441C9.80567 10.6735 9.65536 10.75 9.49539 10.75H4.75C4.47386 10.75 4.25 10.5261 4.25 10.25V5.75Z"/>
|
|
5
|
-
</g>
|
|
2
|
+
<path d="M10 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"/>
|
|
3
|
+
<path fill-rule="evenodd" d="M4 4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6.989a1 1 0 0 0 .825-.436l2.05-3a1 1 0 0 0 0-1.128l-2.05-3A1 1 0 0 0 10.99 4H4Zm.75 1.25a.5.5 0 0 0-.5.5v4.5a.5.5 0 0 0 .5.5h5.745a.5.5 0 0 0 .405-.206l1.636-2.25a.5.5 0 0 0 0-.588L10.9 5.456a.5.5 0 0 0-.405-.206H4.75Z"/>
|
|
6
4
|
</svg>
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
</g>
|
|
6
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<path fill-rule="evenodd" d="M8 9a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm0-1a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z" clip-rule="evenodd"/>
|
|
3
|
+
<path d="M15 14.291A9.053 9.053 0 0 0 8 11a9.053 9.053 0 0 0-7 3.291l.715.71A8.047 8.047 0 0 1 8 11.996 8.047 8.047 0 0 1 14.286 15l.714-.71Z"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18">
|
|
2
|
+
<g fill-rule="evenodd" transform="translate(2 1)">
|
|
3
|
+
<path d="M11.6888,10.1318 C12.8438,11.3538 13.6418,13.0108 13.8718,14.8798 C13.9438,15.4738 13.4708,15.9998 12.8718,15.9998 L1.0068,15.9998 C0.4078,15.9998 -0.0652,15.4738 0.0078,14.8798 C0.2368,13.0108 1.0348,11.3538 2.1898,10.1318 C2.4368,10.3598 2.6948,10.5738 2.9718,10.7648 C1.9338,11.8338 1.2068,13.3148 0.9998,15.0018 L12.8718,14.9998 C12.6678,13.3138 11.9428,11.8338 10.9058,10.7648 C11.1838,10.5738 11.4418,10.3598 11.6888,10.1318 Z M6.9392,0.0003 C8.8392,0.0003 9.9392,2.0003 11.3182,2.6333 C10.8602,3.1603 10.1922,3.5003 9.4392,3.5003 C9.1412,3.5003 8.8602,3.4393 8.5952,3.3433 C7.9072,4.1953 6.8682,4.7503 5.6892,4.7503 C4.2942,4.7503 1.9392,5.0003 2.4442,2.8473 C3.9392,2.0003 4.9522,0.0003 6.9392,0.0003 Z"/>
|
|
4
|
+
<path d="M6.9393,1 C9.1453,1 10.9393,2.794 10.9393,5 C10.9393,7.206 9.1453,9 6.9393,9 C4.7333,9 2.9393,7.206 2.9393,5 C2.9393,2.794 4.7333,1 6.9393,1 M6.9393,10 C9.7003,10 11.9393,7.761 11.9393,5 C11.9393,2.239 9.7003,0 6.9393,0 C4.1783,0 1.9393,2.239 1.9393,5 C1.9393,7.761 4.1783,10 6.9393,10"/>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<path d="m8.55 9.502.35-3.507a.905.905 0 1 0-1.8 0l.35 3.507a.552.552 0 0 0 1.1 0ZM9 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"/>
|
|
3
|
+
<path d="M8.864 1.496a1 1 0 0 0-1.728 0l-7 12A1 1 0 0 0 1 15h14a1 1 0 0 0 .864-1.504l-7-12ZM1 14 8 2l7 12H1Z"/>
|
|
4
|
+
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
-
<path fill-rule="evenodd" d="M7.58960784,10.0585714 L7.35,5.18142857 L8.65,5.18142857 L8.40019608,10.0585714 L7.58960784,10.0585714 Z M7.98428571,11.96 C7.80999913,11.96 7.66071491,11.8978578 7.53642857,11.7735714 C7.41214224,11.6492851 7.35,11.5014294 7.35,11.33 C7.35,11.1557134 7.41214224,11.0071435 7.53642857,10.8842857 C7.66071491,10.761428 7.80999913,10.7 7.98428571,10.7 C8.15285799,10.7 8.29928509,10.7607137 8.42357143,10.8821429 C8.54785776,11.003572 8.61,11.1528563 8.61,11.33 C8.61,11.5042866 8.54714349,11.6528565 8.42142857,11.7757143 C8.29571366,11.898572 8.15000083,11.96 7.98428571,11.96 Z M2,14 C1.24094086,14 0.758627342,13.1875225 1.12210443,12.5211479 L7.12210443,1.52114787 C7.50112106,0.826284044 8.49887894,0.826284044 8.87789557,1.52114787 L14.8778956,12.5211479 C15.2413727,13.1875225 14.7590591,14 14,14 L2,14 Z M2,13 L14,13 L8,2 L2,13 Z"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
-
<path d="M8.74571762,8 L11.8455568,4.90016079 C12.0514811,4.69423656 12.0514811,4.36036741 11.8455568,4.15444318 C11.6396326,3.94851894 11.3057634,3.94851894 11.0998392,4.15444318 L8,7.25428238 L4.90016079,4.15444318 C4.69423656,3.94851894 4.36036741,3.94851894 4.15444318,4.15444318 C3.94851894,4.36036741 3.94851894,4.69423656 4.15444318,4.90016079 L7.25428238,8 L4.15444318,11.0998392 C3.94851894,11.3057634 3.94851894,11.6396326 4.15444318,11.8455568 C4.36036741,12.0514811 4.69423656,12.0514811 4.90016079,11.8455568 L8,8.74571762 L11.0998392,11.8455568 C11.3057634,12.0514811 11.6396326,12.0514811 11.8455568,11.8455568 C12.0514811,11.6396326 12.0514811,11.3057634 11.8455568,11.0998392 L8.74571762,8 Z M8,16 C3.581722,16 0,12.418278 0,8 C0,3.581722 3.581722,0 8,0 C12.418278,0 16,3.581722 16,8 C16,12.418278 12.418278,16 8,16 Z"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
-
<path d="M15 9a1 1 0 01.993.883L16 10v5a1 1 0 01-.883.993L15 16H7a1 1 0 01-.993-.883L6 15v-5a1 1 0 01.883-.993L7 9h8zM2.5 10a.5.5 0 01.492.41L3 10.5V12h1.5a.5.5 0 01.09.992L4.5 13H3v1.5a.5.5 0 01-.992.09L2 14.5V13H.5a.5.5 0 01-.09-.992L.5 12H2v-1.5a.5.5 0 01.5-.5zM15 10H7v5h8v-5zm-1 3v1H8v-1h6zm1-13a1 1 0 011 1v5a1 1 0 01-1 1H1a1 1 0 01-1-1V1a1 1 0 011-1h14zm0 1H1v5h14V1zM8 4v1H2V4h6z" />
|
|
3
|
-
</svg>
|