@elastic/eui 117.0.0 → 117.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/es/components/flyout/_flyout_resize_button.styles.js +2 -2
  2. package/es/components/flyout/flyout.styles.js +2 -2
  3. package/es/components/icon/icon_map.js +1881 -913
  4. package/es/components/panel/panel.styles.js +3 -3
  5. package/es/components/panel/split_panel/split_panel.styles.js +4 -4
  6. package/es/components/search_bar/query/execute_ast.js +4 -6
  7. package/es/test/rtl/render_hook.js +10 -3
  8. package/eui.d.ts +483 -457
  9. package/lib/components/flyout/_flyout_resize_button.styles.js +2 -2
  10. package/lib/components/flyout/flyout.styles.js +2 -2
  11. package/lib/components/icon/icon_map.js +1882 -914
  12. package/lib/components/panel/panel.styles.js +3 -3
  13. package/lib/components/panel/split_panel/split_panel.styles.js +4 -4
  14. package/lib/components/search_bar/query/execute_ast.js +4 -6
  15. package/lib/test/rtl/render_hook.js +10 -3
  16. package/optimize/es/components/flyout/_flyout_resize_button.styles.js +2 -2
  17. package/optimize/es/components/flyout/flyout.styles.js +2 -2
  18. package/optimize/es/components/icon/icon_map.js +1876 -913
  19. package/optimize/es/components/panel/panel.styles.js +3 -3
  20. package/optimize/es/components/panel/split_panel/split_panel.styles.js +4 -4
  21. package/optimize/es/components/search_bar/query/execute_ast.js +4 -6
  22. package/optimize/es/test/rtl/render_hook.js +10 -3
  23. package/optimize/lib/components/flyout/_flyout_resize_button.styles.js +2 -2
  24. package/optimize/lib/components/flyout/flyout.styles.js +2 -2
  25. package/optimize/lib/components/icon/icon_map.js +1877 -914
  26. package/optimize/lib/components/panel/panel.styles.js +3 -3
  27. package/optimize/lib/components/panel/split_panel/split_panel.styles.js +4 -4
  28. package/optimize/lib/components/search_bar/query/execute_ast.js +4 -6
  29. package/optimize/lib/test/rtl/render_hook.js +10 -3
  30. package/package.json +3 -21
  31. package/test-env/components/flyout/_flyout_resize_button.styles.js +2 -2
  32. package/test-env/components/flyout/flyout.styles.js +2 -2
  33. package/test-env/components/icon/icon_map.js +1877 -914
  34. package/test-env/components/panel/panel.styles.js +3 -3
  35. package/test-env/components/panel/split_panel/split_panel.styles.js +4 -4
  36. package/test-env/components/search_bar/query/execute_ast.js +4 -6
  37. package/test-env/test/rtl/render_hook.js +10 -3
@@ -1,3 +1,4 @@
1
+ import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
1
2
  /*
2
3
  * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
3
4
  * or more contributor license agreements. Licensed under the Elastic License
@@ -6,58 +7,96 @@
6
7
  * Side Public License, v 1.
7
8
  */
8
9
 
10
+ var withMetadata = function withMetadata(loader) {
11
+ var metadata = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
12
+ return Object.assign(loader, {
13
+ metadata: metadata
14
+ });
15
+ };
9
16
  export var typeToPathMap = {
10
- accessibility: function accessibility() {
17
+ accessibility: withMetadata(function () {
11
18
  return import('./assets/accessibility');
12
- },
13
- addDataApp: function addDataApp() {
19
+ }, {
20
+ synonyms: ['a11y', 'inclusive', 'disability', 'wcag', 'assistive', 'screen reader', 'universal design']
21
+ }),
22
+ addDataApp: withMetadata(function () {
14
23
  return import('./assets/app_add_data');
15
- },
24
+ }, {
25
+ category: 'app'
26
+ }),
16
27
  addToChat: function addToChat() {
17
28
  return import('./assets/add_to_chat');
18
29
  },
19
- addToDashboard: function addToDashboard() {
30
+ addToDashboard: withMetadata(function () {
20
31
  return import('./assets/add_to_dashboard');
21
- },
22
- advancedSettingsApp: function advancedSettingsApp() {
32
+ }, {
33
+ synonyms: ['dashboard', 'add', 'pin', 'widget', 'panel', 'insert', 'save view']
34
+ }),
35
+ advancedSettingsApp: withMetadata(function () {
23
36
  return import('./assets/app_advanced_settings');
24
- },
25
- agentApp: function agentApp() {
37
+ }, {
38
+ category: 'app'
39
+ }),
40
+ agentApp: withMetadata(function () {
26
41
  return import('./assets/app_fleet');
27
- },
28
- aggregate: function aggregate() {
42
+ }, {
43
+ category: 'app'
44
+ }),
45
+ aggregate: withMetadata(function () {
29
46
  return import('./assets/aggregate');
30
- },
31
- alignBottom: function alignBottom() {
47
+ }, {
48
+ synonyms: ['combine', 'sum', 'group', 'collection', 'merge', 'total', 'rollup']
49
+ }),
50
+ alignBottom: withMetadata(function () {
32
51
  return import('./assets/align_bottom');
33
- },
34
- alignBottomLeft: function alignBottomLeft() {
52
+ }, {
53
+ synonyms: ['align', 'bottom', 'vertical', 'position', 'layout', 'dock']
54
+ }),
55
+ alignBottomLeft: withMetadata(function () {
35
56
  return import('./assets/align_bottom_left');
36
- },
37
- alignBottomRight: function alignBottomRight() {
57
+ }, {
58
+ synonyms: ['align', 'bottom', 'left', 'corner', 'position', 'layout']
59
+ }),
60
+ alignBottomRight: withMetadata(function () {
38
61
  return import('./assets/align_bottom_right');
39
- },
40
- alignCenterHorizontal: function alignCenterHorizontal() {
62
+ }, {
63
+ synonyms: ['align', 'bottom', 'right', 'corner', 'position', 'layout']
64
+ }),
65
+ alignCenterHorizontal: withMetadata(function () {
41
66
  return import('./assets/align_center_horizontal');
42
- },
43
- alignCenterVertical: function alignCenterVertical() {
67
+ }, {
68
+ synonyms: ['align', 'center', 'horizontal', 'middle', 'position', 'layout']
69
+ }),
70
+ alignCenterVertical: withMetadata(function () {
44
71
  return import('./assets/align_center_vertical');
45
- },
46
- alignLeft: function alignLeft() {
72
+ }, {
73
+ synonyms: ['align', 'center', 'vertical', 'middle', 'position', 'layout']
74
+ }),
75
+ alignLeft: withMetadata(function () {
47
76
  return import('./assets/align_left');
48
- },
49
- alignRight: function alignRight() {
77
+ }, {
78
+ synonyms: ['align', 'left', 'horizontal', 'position', 'layout', 'flush']
79
+ }),
80
+ alignRight: withMetadata(function () {
50
81
  return import('./assets/align_right');
51
- },
52
- alignTop: function alignTop() {
82
+ }, {
83
+ synonyms: ['align', 'right', 'horizontal', 'position', 'layout', 'flush']
84
+ }),
85
+ alignTop: withMetadata(function () {
53
86
  return import('./assets/align_top');
54
- },
55
- alignTopLeft: function alignTopLeft() {
87
+ }, {
88
+ synonyms: ['align', 'top', 'vertical', 'position', 'layout', 'dock']
89
+ }),
90
+ alignTopLeft: withMetadata(function () {
56
91
  return import('./assets/align_top_left');
57
- },
58
- alignTopRight: function alignTopRight() {
92
+ }, {
93
+ synonyms: ['align', 'top', 'left', 'corner', 'position', 'layout']
94
+ }),
95
+ alignTopRight: withMetadata(function () {
59
96
  return import('./assets/align_top_right');
60
- },
97
+ }, {
98
+ synonyms: ['align', 'top', 'right', 'corner', 'position', 'layout']
99
+ }),
61
100
  alert: function alert() {
62
101
  return import('./assets/warning');
63
102
  },
@@ -72,25 +111,33 @@ export var typeToPathMap = {
72
111
  return import('./assets/chart_anomaly');
73
112
  },
74
113
  // NOTE: To be deprecated in favor of chartAnomaly
75
- chartAnomaly: function chartAnomaly() {
114
+ chartAnomaly: withMetadata(function () {
76
115
  return import('./assets/chart_anomaly');
77
- },
116
+ }, {
117
+ synonyms: ['anomaly', 'chart', 'outlier', 'detection', 'spike', 'unusual']
118
+ }),
78
119
  anomalySwimLane: function anomalySwimLane() {
79
120
  return import('./assets/anomaly_swim_lane');
80
121
  },
81
- apmApp: function apmApp() {
122
+ apmApp: withMetadata(function () {
82
123
  return import('./assets/app_apm');
83
- },
124
+ }, {
125
+ category: 'app'
126
+ }),
84
127
  apmTrace: function apmTrace() {
85
128
  return import('./assets/chart_waterfall');
86
129
  },
87
130
  // NOTE: To be deprecated in favor of chartWaterfall
88
- chartWaterfall: function chartWaterfall() {
131
+ chartWaterfall: withMetadata(function () {
89
132
  return import('./assets/chart_waterfall');
90
- },
91
- appSearchApp: function appSearchApp() {
133
+ }, {
134
+ synonyms: ['waterfall chart', 'cascade', 'steps', 'bridge', 'cumulative', 'breakdown']
135
+ }),
136
+ appSearchApp: withMetadata(function () {
92
137
  return import('./assets/app_app_search');
93
- },
138
+ }, {
139
+ category: 'app'
140
+ }),
94
141
  apps: function apps() {
95
142
  return import('./assets/apps');
96
143
  },
@@ -98,87 +145,123 @@ export var typeToPathMap = {
98
145
  return import('./assets/chevron_single_down');
99
146
  },
100
147
  // NOTE: To be deprecated in favor of chevronSingleDown
101
- chevronSingleDown: function chevronSingleDown() {
148
+ chevronSingleDown: withMetadata(function () {
102
149
  return import('./assets/chevron_single_down');
103
- },
150
+ }, {
151
+ synonyms: ['chevron', 'down', 'dropdown', 'expand', 'arrow', 'caret']
152
+ }),
104
153
  arrowLeft: function arrowLeft() {
105
154
  return import('./assets/chevron_single_left');
106
155
  },
107
156
  // NOTE: To be deprecated in favor of chevronSingleLeft
108
- chevronSingleLeft: function chevronSingleLeft() {
157
+ chevronSingleLeft: withMetadata(function () {
109
158
  return import('./assets/chevron_single_left');
110
- },
159
+ }, {
160
+ synonyms: ['chevron', 'left', 'back', 'previous', 'arrow', 'caret']
161
+ }),
111
162
  arrowRight: function arrowRight() {
112
163
  return import('./assets/chevron_single_right');
113
164
  },
114
- // NOTE: To be deprecated in favor of chevronSinglRight
115
- chevronSingleRight: function chevronSingleRight() {
165
+ // NOTE: To be deprecated in favor of chevronSingleRight
166
+ chevronSingleRight: withMetadata(function () {
116
167
  return import('./assets/chevron_single_right');
117
- },
168
+ }, {
169
+ synonyms: ['chevron', 'right', 'next', 'forward', 'arrow', 'caret']
170
+ }),
118
171
  arrowUp: function arrowUp() {
119
172
  return import('./assets/chevron_single_up');
120
173
  },
121
174
  // NOTE: To be deprecated in favor of chevronSingleUp
122
- chevronSingleUp: function chevronSingleUp() {
175
+ chevronSingleUp: withMetadata(function () {
123
176
  return import('./assets/chevron_single_up');
124
- },
177
+ }, {
178
+ synonyms: ['chevron', 'up', 'collapse', 'arrow', 'caret']
179
+ }),
125
180
  arrowStart: function arrowStart() {
126
181
  return import('./assets/chevron_limit_left');
127
182
  },
128
183
  // NOTE: To be deprecated in favor of chevronLimitLeft
129
- chevronLimitLeft: function chevronLimitLeft() {
184
+ chevronLimitLeft: withMetadata(function () {
130
185
  return import('./assets/chevron_limit_left');
131
- },
186
+ }, {
187
+ synonyms: ['chevron', 'limit', 'first', 'start', 'beginning', 'jump', 'skip']
188
+ }),
132
189
  arrowEnd: function arrowEnd() {
133
190
  return import('./assets/chevron_limit_right');
134
191
  },
135
192
  // NOTE: To be deprecated in favor of chevronLimitRight
136
- chevronLimitRight: function chevronLimitRight() {
193
+ chevronLimitRight: withMetadata(function () {
137
194
  return import('./assets/chevron_limit_right');
138
- },
195
+ }, {
196
+ synonyms: ['chevron', 'limit', 'last', 'end', 'final', 'jump', 'skip']
197
+ }),
139
198
  article: function article() {
140
199
  return import('./assets/article');
141
200
  },
142
- asterisk: function asterisk() {
201
+ asterisk: withMetadata(function () {
143
202
  return import('./assets/asterisk');
144
- },
145
- at: function at() {
203
+ }, {
204
+ synonyms: ['star', 'wildcard', 'required', 'multiply', 'reference', 'footnote']
205
+ }),
206
+ at: withMetadata(function () {
146
207
  return import('./assets/at');
147
- },
148
- archive: function archive() {
208
+ }, {
209
+ synonyms: ['email', 'mention', 'address', 'symbol', 'contact', 'handle']
210
+ }),
211
+ archive: withMetadata(function () {
149
212
  return import('./assets/archive');
150
- },
151
- axisX: function axisX() {
213
+ }, {
214
+ synonyms: ['storage', 'box', 'store', 'backup', 'file away', 'saved', 'repository']
215
+ }),
216
+ axisX: withMetadata(function () {
152
217
  return import('./assets/axis_x');
153
- },
154
- axisYLeft: function axisYLeft() {
218
+ }, {
219
+ synonyms: ['x axis', 'horizontal axis', 'chart', 'graph', 'dimension', 'abscissa']
220
+ }),
221
+ axisYLeft: withMetadata(function () {
155
222
  return import('./assets/axis_y_left');
156
- },
157
- axisYRight: function axisYRight() {
223
+ }, {
224
+ synonyms: ['y axis', 'left', 'vertical axis', 'chart', 'graph', 'ordinate']
225
+ }),
226
+ axisYRight: withMetadata(function () {
158
227
  return import('./assets/axis_y_right');
159
- },
160
- auditbeatApp: function auditbeatApp() {
228
+ }, {
229
+ synonyms: ['y axis', 'right', 'vertical axis', 'chart', 'graph', 'ordinate']
230
+ }),
231
+ auditbeatApp: withMetadata(function () {
161
232
  return import('./assets/app_auditbeat');
162
- },
163
- backgroundTask: function backgroundTask() {
233
+ }, {
234
+ category: 'app'
235
+ }),
236
+ backgroundTask: withMetadata(function () {
164
237
  return import('./assets/background_task');
165
- },
238
+ }, {
239
+ synonyms: ['background', 'async', 'job', 'task', 'process', 'worker', 'queue']
240
+ }),
166
241
  beaker: function beaker() {
167
242
  return import('./assets/flask');
168
243
  },
169
244
  // NOTE: To be deprecated in favor of `flask`
170
- bell: function bell() {
245
+ bell: withMetadata(function () {
171
246
  return import('./assets/bell');
172
- },
173
- bellSlash: function bellSlash() {
247
+ }, {
248
+ synonyms: ['notification', 'alert', 'alarm', 'notify', 'ring', 'reminder', 'announcements']
249
+ }),
250
+ bellSlash: withMetadata(function () {
174
251
  return import('./assets/bell_slash');
175
- },
176
- beta: function beta() {
252
+ }, {
253
+ synonyms: ['mute', 'notification off', 'silence', 'bell disabled', 'alerts off', 'quiet']
254
+ }),
255
+ beta: withMetadata(function () {
177
256
  return import('./assets/beta');
178
- },
179
- bolt: function bolt() {
257
+ }, {
258
+ synonyms: ['greek', 'test', 'experimental', 'preview', 'version', 'letter']
259
+ }),
260
+ bolt: withMetadata(function () {
180
261
  return import('./assets/bolt');
181
- },
262
+ }, {
263
+ synonyms: ['lightning', 'fast', 'power', 'electric', 'speed', 'energy']
264
+ }),
182
265
  boxesHorizontal: function boxesHorizontal() {
183
266
  return import('./assets/boxes_vertical');
184
267
  },
@@ -186,123 +269,191 @@ export var typeToPathMap = {
186
269
  boxesVertical: function boxesVertical() {
187
270
  return import('./assets/boxes_vertical');
188
271
  },
189
- branch: function branch() {
272
+ branch: withMetadata(function () {
190
273
  return import('./assets/branch');
191
- },
192
- briefcase: function briefcase() {
274
+ }, {
275
+ synonyms: ['git', 'version control', 'fork', 'tree', 'split', 'divergence']
276
+ }),
277
+ briefcase: withMetadata(function () {
193
278
  return import('./assets/briefcase');
194
- },
279
+ }, {
280
+ synonyms: ['work', 'business', 'job', 'portfolio', 'office', 'career']
281
+ }),
195
282
  branchUser: function branchUser() {
196
283
  return import('./assets/branch_user');
197
284
  },
198
- broom: function broom() {
285
+ broom: withMetadata(function () {
199
286
  return import('./assets/broom');
200
- },
201
- brush: function brush() {
287
+ }, {
288
+ synonyms: ['clean', 'sweep', 'clear', 'tidy', 'wipe', 'brush off']
289
+ }),
290
+ brush: withMetadata(function () {
202
291
  return import('./assets/brush');
203
- },
204
- bug: function bug() {
292
+ }, {
293
+ synonyms: ['paint', 'draw', 'art', 'design', 'stroke', 'brush tool']
294
+ }),
295
+ bug: withMetadata(function () {
205
296
  return import('./assets/bug');
206
- },
207
- bulb: function bulb() {
297
+ }, {
298
+ synonyms: ['insect', 'defect', 'issue', 'error', 'debug', 'glitch']
299
+ }),
300
+ bulb: withMetadata(function () {
208
301
  return import('./assets/bulb');
209
- },
210
- bullseye: function bullseye() {
302
+ }, {
303
+ synonyms: ['light', 'idea', 'lamp', 'insight', 'bright', 'hint']
304
+ }),
305
+ bullseye: withMetadata(function () {
211
306
  return import('./assets/bullseye');
212
- },
213
- calendar: function calendar() {
307
+ }, {
308
+ synonyms: ['findings', 'target', 'aim', 'goal', 'focus', 'dartboard', 'precision', 'center']
309
+ }),
310
+ calendar: withMetadata(function () {
214
311
  return import('./assets/calendar');
215
- },
216
- canvasApp: function canvasApp() {
312
+ }, {
313
+ synonyms: ['date', 'schedule', 'event', 'day', 'month', 'time']
314
+ }),
315
+ canvasApp: withMetadata(function () {
217
316
  return import('./assets/app_canvas');
218
- },
219
- casesApp: function casesApp() {
317
+ }, {
318
+ category: 'app'
319
+ }),
320
+ casesApp: withMetadata(function () {
220
321
  return import('./assets/app_cases');
221
- },
322
+ }, {
323
+ category: 'app'
324
+ }),
222
325
  changePointDetection: function changePointDetection() {
223
326
  return import('./assets/chart_change_point');
224
327
  },
225
328
  // NOTE: To be deprecated in favor of chartChangePoint
226
- chartChangePoint: function chartChangePoint() {
329
+ chartChangePoint: withMetadata(function () {
227
330
  return import('./assets/chart_change_point');
228
- },
229
- chartArea: function chartArea() {
331
+ }, {
332
+ synonyms: ['change point', 'chart', 'breakpoint', 'shift', 'detection', 'regime']
333
+ }),
334
+ chartArea: withMetadata(function () {
230
335
  return import('./assets/chart_area');
231
- },
232
- chartAreaStack: function chartAreaStack() {
336
+ }, {
337
+ synonyms: ['area chart', 'graph', 'visualization', 'filled', 'trend', 'plot']
338
+ }),
339
+ chartAreaStack: withMetadata(function () {
233
340
  return import('./assets/chart_area_stack');
234
- },
235
- chartBarHorizontal: function chartBarHorizontal() {
341
+ }, {
342
+ synonyms: ['stacked area', 'chart', 'graph', 'layers', 'visualization', 'plot']
343
+ }),
344
+ chartBarHorizontal: withMetadata(function () {
236
345
  return import('./assets/chart_bar_horizontal');
237
- },
238
- chartBarHorizontalStack: function chartBarHorizontalStack() {
346
+ }, {
347
+ synonyms: ['bar chart', 'horizontal', 'graph', 'bars', 'visualization', 'plot']
348
+ }),
349
+ chartBarHorizontalStack: withMetadata(function () {
239
350
  return import('./assets/chart_bar_horizontal_stack');
240
- },
241
- chartBarVertical: function chartBarVertical() {
351
+ }, {
352
+ synonyms: ['stacked bar', 'horizontal', 'chart', 'graph', 'grouped', 'plot']
353
+ }),
354
+ chartBarVertical: withMetadata(function () {
242
355
  return import('./assets/chart_bar_vertical');
243
- },
244
- chartBarVerticalStack: function chartBarVerticalStack() {
356
+ }, {
357
+ synonyms: ['bar chart', 'vertical', 'graph', 'columns', 'visualization', 'plot']
358
+ }),
359
+ chartBarVerticalStack: withMetadata(function () {
245
360
  return import('./assets/chart_bar_vertical_stack');
246
- },
247
- chartGauge: function chartGauge() {
361
+ }, {
362
+ synonyms: ['stacked bar', 'vertical', 'chart', 'graph', 'grouped', 'plot']
363
+ }),
364
+ chartGauge: withMetadata(function () {
248
365
  return import('./assets/chart_gauge');
249
- },
250
- chartHeatmap: function chartHeatmap() {
366
+ }, {
367
+ synonyms: ['gauge', 'meter', 'dial', 'chart', 'metric', 'speedometer']
368
+ }),
369
+ chartHeatmap: withMetadata(function () {
251
370
  return import('./assets/chart_heatmap');
252
- },
253
- chartLine: function chartLine() {
371
+ }, {
372
+ synonyms: ['heatmap', 'matrix', 'density', 'chart', 'grid', 'correlation']
373
+ }),
374
+ chartLine: withMetadata(function () {
254
375
  return import('./assets/chart_line');
255
- },
256
- chartPie: function chartPie() {
376
+ }, {
377
+ synonyms: ['line chart', 'graph', 'trend', 'visualization', 'plot', 'time series']
378
+ }),
379
+ chartPie: withMetadata(function () {
257
380
  return import('./assets/chart_pie');
258
- },
259
- chartTagCloud: function chartTagCloud() {
381
+ }, {
382
+ synonyms: ['pie chart', 'donut', 'proportion', 'circle', 'segments', 'share']
383
+ }),
384
+ chartTagCloud: withMetadata(function () {
260
385
  return import('./assets/chart_tag_cloud');
261
- },
262
- chartThreshold: function chartThreshold() {
386
+ }, {
387
+ synonyms: ['tag cloud', 'word cloud', 'text', 'chart', 'keywords', 'frequency']
388
+ }),
389
+ chartThreshold: withMetadata(function () {
263
390
  return import('./assets/chart_threshold');
264
- },
265
- check: function check() {
391
+ }, {
392
+ synonyms: ['threshold', 'limit', 'chart', 'boundary', 'alert line', 'cutoff']
393
+ }),
394
+ check: withMetadata(function () {
266
395
  return import('./assets/check');
267
- },
268
- checkCircle: function checkCircle() {
396
+ }, {
397
+ synonyms: ['tick', 'confirm', 'done', 'yes', 'approve', 'mark']
398
+ }),
399
+ checkCircle: withMetadata(function () {
269
400
  return import('./assets/check_circle');
270
- },
401
+ }, {
402
+ synonyms: ['check', 'circle', 'success', 'confirm', 'complete', 'ok']
403
+ }),
271
404
  checkInCircleFilled: function checkInCircleFilled() {
272
405
  return import('./assets/check_circle_fill');
273
406
  },
274
407
  // NOTE: To be deprecated in favor of checkCircleFill
275
- checkCircleFill: function checkCircleFill() {
408
+ checkCircleFill: withMetadata(function () {
276
409
  return import('./assets/check_circle_fill');
277
- },
410
+ }, {
411
+ synonyms: ['check', 'filled', 'success', 'confirm', 'complete', 'ok']
412
+ }),
278
413
  cheer: function cheer() {
279
414
  return import('./assets/popper');
280
415
  },
281
416
  // NOTE: To be deprecated in favor of popper
282
- popper: function popper() {
417
+ popper: withMetadata(function () {
283
418
  return import('./assets/popper');
284
- },
285
- classificationJob: function classificationJob() {
419
+ }, {
420
+ synonyms: ['popper', 'tooltip', 'overlay', 'popup', 'floating']
421
+ }),
422
+ classificationJob: withMetadata(function () {
286
423
  return import('./assets/ml_classification_job');
287
- },
288
- clickLeft: function clickLeft() {
424
+ }, {
425
+ category: 'ml'
426
+ }),
427
+ clickLeft: withMetadata(function () {
289
428
  return import('./assets/click_left');
290
- },
291
- clickRight: function clickRight() {
429
+ }, {
430
+ synonyms: ['click', 'left', 'mouse', 'pointer', 'button', 'tap']
431
+ }),
432
+ clickRight: withMetadata(function () {
292
433
  return import('./assets/click_right');
293
- },
294
- clock: function clock() {
434
+ }, {
435
+ synonyms: ['click', 'right', 'mouse', 'context', 'button', 'tap']
436
+ }),
437
+ clock: withMetadata(function () {
295
438
  return import('./assets/clock');
296
- },
297
- clockCounter: function clockCounter() {
439
+ }, {
440
+ synonyms: ['clock']
441
+ }),
442
+ clockCounter: withMetadata(function () {
298
443
  return import('./assets/clock_counter');
299
- },
300
- clockControl: function clockControl() {
444
+ }, {
445
+ synonyms: ['clock', 'counter', 'countdown', 'timer', 'time', 'elapsed']
446
+ }),
447
+ clockControl: withMetadata(function () {
301
448
  return import('./assets/clock_control');
302
- },
303
- cloud: function cloud() {
449
+ }, {
450
+ synonyms: ['clock', 'control', 'time', 'schedule', 'timer', 'settings']
451
+ }),
452
+ cloud: withMetadata(function () {
304
453
  return import('./assets/cloud');
305
- },
454
+ }, {
455
+ synonyms: ['cloud', 'online', 'hosting', 'saas', 'remote']
456
+ }),
306
457
  cloudDrizzle: function cloudDrizzle() {
307
458
  return import('./assets/cloud_drizzle');
308
459
  },
@@ -312,45 +463,63 @@ export var typeToPathMap = {
312
463
  cloudSunny: function cloudSunny() {
313
464
  return import('./assets/cloud_sunny');
314
465
  },
315
- cluster: function cluster() {
466
+ cluster: withMetadata(function () {
316
467
  return import('./assets/cluster');
317
- },
318
- code: function code() {
468
+ }, {
469
+ synonyms: ['cluster', 'nodes', 'group', 'collection', 'distributed']
470
+ }),
471
+ code: withMetadata(function () {
319
472
  return import('./assets/code');
320
- },
321
- codeApp: function codeApp() {
473
+ }, {
474
+ synonyms: ['code', 'developer', 'programming', 'script', 'source']
475
+ }),
476
+ codeApp: withMetadata(function () {
322
477
  return import('./assets/app_code');
323
- },
478
+ }, {
479
+ category: 'app'
480
+ }),
324
481
  color: function color() {
325
482
  return import('./assets/paint_bucket');
326
483
  },
327
484
  // NOTE: To be deprecated in favor of paintBucket
328
- paintBucket: function paintBucket() {
485
+ paintBucket: withMetadata(function () {
329
486
  return import('./assets/paint_bucket');
330
- },
331
- commandLine: function commandLine() {
487
+ }, {
488
+ synonyms: ['paint', 'fill', 'bucket', 'color', 'flood fill']
489
+ }),
490
+ commandLine: withMetadata(function () {
332
491
  return import('./assets/command_line');
333
- },
334
- comment: function comment() {
492
+ }, {
493
+ synonyms: ['terminal', 'cli', 'console', 'shell', 'command', 'prompt']
494
+ }),
495
+ comment: withMetadata(function () {
335
496
  return import('./assets/comment');
336
- },
337
- compare: function compare() {
497
+ }, {
498
+ synonyms: ['comment', 'chat', 'message', 'feedback', 'discussion']
499
+ }),
500
+ compare: withMetadata(function () {
338
501
  return import('./assets/compare');
339
- },
502
+ }, {
503
+ synonyms: ['compare', 'diff', 'versus', 'side by side']
504
+ }),
340
505
  compute: function compute() {
341
506
  return import('./assets/processor');
342
507
  },
343
508
  // NOTE: To be deprecated in favor of processor
344
- processor: function processor() {
509
+ processor: withMetadata(function () {
345
510
  return import('./assets/processor');
346
- },
511
+ }, {
512
+ synonyms: ['processor', 'compute', 'cpu', 'transform', 'ingest']
513
+ }),
347
514
  console: function console() {
348
515
  return import('./assets/command_line');
349
516
  },
350
517
  // NOTE: To be deprecated in favor of commandLine
351
- consoleApp: function consoleApp() {
518
+ consoleApp: withMetadata(function () {
352
519
  return import('./assets/app_console');
353
- },
520
+ }, {
521
+ category: 'app'
522
+ }),
354
523
  container: function container() {
355
524
  return import('./assets/container');
356
525
  },
@@ -366,19 +535,25 @@ export var typeToPathMap = {
366
535
  continuityWithin: function continuityWithin() {
367
536
  return import('./assets/continuity_within');
368
537
  },
369
- contrast: function contrast() {
538
+ contrast: withMetadata(function () {
370
539
  return import('./assets/contrast');
371
- },
540
+ }, {
541
+ synonyms: ['contrast', 'accessibility', 'visibility', 'a11y']
542
+ }),
372
543
  contrastHigh: function contrastHigh() {
373
544
  return import('./assets/contrast_fill');
374
545
  },
375
546
  // NOTE: To be deprecated in favor of contrastFill
376
- contrastFill: function contrastFill() {
547
+ contrastFill: withMetadata(function () {
377
548
  return import('./assets/contrast_fill');
378
- },
379
- controls: function controls() {
549
+ }, {
550
+ synonyms: ['contrast', 'filled', 'accessibility', 'visibility', 'a11y', 'display']
551
+ }),
552
+ controls: withMetadata(function () {
380
553
  return import('./assets/controls');
381
- },
554
+ }, {
555
+ synonyms: ['controls', 'sliders', 'settings', 'adjust', 'panel']
556
+ }),
382
557
  controlsHorizontal: function controlsHorizontal() {
383
558
  return import('./assets/controls');
384
559
  },
@@ -387,50 +562,74 @@ export var typeToPathMap = {
387
562
  return import('./assets/controls');
388
563
  },
389
564
  // NOTE: To be deprecated in favor of `controls`
390
- copy: function copy() {
565
+ copy: withMetadata(function () {
391
566
  return import('./assets/copy');
392
- },
567
+ }, {
568
+ synonyms: ['duplicate', 'clone', 'clipboard', 'replicate', 'paste']
569
+ }),
393
570
  copyClipboard: function copyClipboard() {
394
571
  return import('./assets/copy');
395
572
  },
396
573
  // NOTE: To be deprecated in favor of `copy`
397
- crossProjectSearch: function crossProjectSearch() {
574
+ crossProjectSearch: withMetadata(function () {
398
575
  return import('./assets/cross_project_search');
399
- },
400
- createAdvancedJob: function createAdvancedJob() {
576
+ }, {
577
+ synonyms: ['search', 'cross project', 'global', 'find', 'lookup', 'explore']
578
+ }),
579
+ createAdvancedJob: withMetadata(function () {
401
580
  return import('./assets/ml_create_advanced_job');
402
- },
403
- createGenericJob: function createGenericJob() {
581
+ }, {
582
+ category: 'ml'
583
+ }),
584
+ createGenericJob: withMetadata(function () {
404
585
  return import('./assets/ml_create_generic_job');
405
- },
406
- createGeoJob: function createGeoJob() {
586
+ }, {
587
+ category: 'ml'
588
+ }),
589
+ createGeoJob: withMetadata(function () {
407
590
  return import('./assets/ml_create_geo_job');
408
- },
409
- createMultiMetricJob: function createMultiMetricJob() {
591
+ }, {
592
+ category: 'ml'
593
+ }),
594
+ createMultiMetricJob: withMetadata(function () {
410
595
  return import('./assets/ml_create_multi_metric_job');
411
- },
412
- createPopulationJob: function createPopulationJob() {
596
+ }, {
597
+ category: 'ml'
598
+ }),
599
+ createPopulationJob: withMetadata(function () {
413
600
  return import('./assets/ml_create_population_job');
414
- },
415
- createSingleMetricJob: function createSingleMetricJob() {
601
+ }, {
602
+ category: 'ml'
603
+ }),
604
+ createSingleMetricJob: withMetadata(function () {
416
605
  return import('./assets/ml_create_single_metric_job');
417
- },
418
- cross: function cross() {
606
+ }, {
607
+ category: 'ml'
608
+ }),
609
+ cross: withMetadata(function () {
419
610
  return import('./assets/cross');
420
- },
421
- crossClusterReplicationApp: function crossClusterReplicationApp() {
611
+ }, {
612
+ synonyms: ['cross', 'close', 'cancel', 'delete']
613
+ }),
614
+ crossClusterReplicationApp: withMetadata(function () {
422
615
  return import('./assets/app_cross_cluster_replication');
423
- },
616
+ }, {
617
+ category: 'app'
618
+ }),
424
619
  crossInCircle: function crossInCircle() {
425
620
  return import('./assets/cross_circle');
426
621
  },
427
622
  // NOTE: To be deprecated in favor of crossCircle
428
- crossCircle: function crossCircle() {
623
+ crossCircle: withMetadata(function () {
429
624
  return import('./assets/cross_circle');
430
- },
431
- crosshair: function crosshair() {
625
+ }, {
626
+ synonyms: ['cross circle', 'cross', 'close', 'cancel', 'delete', 'circle']
627
+ }),
628
+ crosshair: withMetadata(function () {
432
629
  return import('./assets/crosshair');
433
- },
630
+ }, {
631
+ synonyms: ['crosshair']
632
+ }),
434
633
  crosshairs: function crosshairs() {
435
634
  return import('./assets/crosshair');
436
635
  },
@@ -439,83 +638,121 @@ export var typeToPathMap = {
439
638
  return import('./assets/money');
440
639
  },
441
640
  // NOTE: To be deprecated in favor of money
442
- money: function money() {
641
+ money: withMetadata(function () {
443
642
  return import('./assets/money');
444
- },
643
+ }, {
644
+ synonyms: ['money', 'payment', 'billing', 'cost', 'finance']
645
+ }),
445
646
  cut: function cut() {
446
647
  return import('./assets/scissors');
447
648
  },
448
649
  // NOTE: To be deprecated in favor of scissors
449
- scissors: function scissors() {
650
+ scissors: withMetadata(function () {
450
651
  return import('./assets/scissors');
451
- },
452
- dashboardApp: function dashboardApp() {
652
+ }, {
653
+ synonyms: ['scissors']
654
+ }),
655
+ dashboardApp: withMetadata(function () {
453
656
  return import('./assets/app_dashboard');
454
- },
455
- dashedCircle: function dashedCircle() {
657
+ }, {
658
+ category: 'app'
659
+ }),
660
+ dashedCircle: withMetadata(function () {
456
661
  return import('./assets/dashed_circle');
457
- },
458
- dataVisualizer: function dataVisualizer() {
662
+ }, {
663
+ synonyms: ['dashed', 'circle', 'pending', 'incomplete', 'outline', 'status']
664
+ }),
665
+ dataVisualizer: withMetadata(function () {
459
666
  return import('./assets/ml_data_visualizer');
460
- },
461
- database: function database() {
667
+ }, {
668
+ category: 'ml'
669
+ }),
670
+ database: withMetadata(function () {
462
671
  return import('./assets/database');
463
- },
672
+ }, {
673
+ synonyms: ['database', 'data', 'storage', 'sql', 'records']
674
+ }),
464
675
  desktop: function desktop() {
465
676
  return import('./assets/display');
466
677
  },
467
678
  // NOTE: To be deprecated in favor of display
468
- display: function display() {
679
+ display: withMetadata(function () {
469
680
  return import('./assets/display');
470
- },
471
- devToolsApp: function devToolsApp() {
681
+ }, {
682
+ synonyms: ['display']
683
+ }),
684
+ devToolsApp: withMetadata(function () {
472
685
  return import('./assets/app_devtools');
473
- },
686
+ }, {
687
+ category: 'app'
688
+ }),
474
689
  diff: function diff() {
475
690
  return import('./assets/compare');
476
691
  },
477
692
  // NOTE: To be deprecated in favor of compare
478
- discoverApp: function discoverApp() {
693
+ discoverApp: withMetadata(function () {
479
694
  return import('./assets/app_discover');
480
- },
481
- distributeHorizontal: function distributeHorizontal() {
695
+ }, {
696
+ category: 'app'
697
+ }),
698
+ distributeHorizontal: withMetadata(function () {
482
699
  return import('./assets/distribute_horizontal');
483
- },
484
- distributeVertical: function distributeVertical() {
700
+ }, {
701
+ synonyms: ['distribute horizontal', 'distribute', 'horizontal']
702
+ }),
703
+ distributeVertical: withMetadata(function () {
485
704
  return import('./assets/distribute_vertical');
486
- },
487
- download: function download() {
705
+ }, {
706
+ synonyms: ['distribute vertical', 'distribute', 'vertical']
707
+ }),
708
+ download: withMetadata(function () {
488
709
  return import('./assets/download');
489
- },
490
- drag: function drag() {
710
+ }, {
711
+ synonyms: ['save', 'export', 'retrieve', 'get file', 'arrow down', 'pull']
712
+ }),
713
+ drag: withMetadata(function () {
491
714
  return import('./assets/drag');
492
- },
493
- dragHorizontal: function dragHorizontal() {
715
+ }, {
716
+ synonyms: ['drag', 'move', 'grab', 'reorder', 'handle']
717
+ }),
718
+ dragHorizontal: withMetadata(function () {
494
719
  return import('./assets/drag_horizontal');
495
- },
496
- dragVertical: function dragVertical() {
720
+ }, {
721
+ synonyms: ['drag horizontal', 'drag', 'move', 'grab', 'reorder', 'handle', 'horizontal']
722
+ }),
723
+ dragVertical: withMetadata(function () {
497
724
  return import('./assets/drag_vertical');
498
- },
725
+ }, {
726
+ synonyms: ['drag vertical', 'drag', 'move', 'grab', 'reorder', 'handle', 'vertical']
727
+ }),
499
728
  discuss: function discuss() {
500
729
  return import('./assets/comment');
501
730
  },
502
731
  // NOTE: To be deprecated in favor of `comment`
503
- document: function document() {
732
+ document: withMetadata(function () {
504
733
  return import('./assets/document');
505
- },
734
+ }, {
735
+ synonyms: ['document', 'file', 'page', 'paper', 'doc']
736
+ }),
506
737
  documentEdit: function documentEdit() {
507
738
  return import('./assets/document_edit');
508
739
  },
509
740
  // NOTE: To be deprecated in favor of pencil
510
- documentation: function documentation() {
741
+ documentation: withMetadata(function () {
511
742
  return import('./assets/documentation');
512
- },
513
- documents: function documents() {
743
+ }, {
744
+ synonyms: ['documentation', 'docs', 'help', 'guide', 'manual']
745
+ }),
746
+ documents: withMetadata(function () {
514
747
  return import('./assets/documents');
515
- },
516
- dot: function dot() {
748
+ }, {
749
+ synonyms: ['documents', 'files', 'pages', 'papers', 'library']
750
+ }),
751
+ dot: withMetadata(function () {
517
752
  return import('./assets/dot');
518
- },
753
+ }, {
754
+ synonyms: ['dot', 'point', 'bullet', 'period', 'circle']
755
+ }),
519
756
  dotInCircle: function dotInCircle() {
520
757
  return import('./assets/dot_in_circle');
521
758
  },
@@ -523,54 +760,70 @@ export var typeToPathMap = {
523
760
  return import('./assets/chevron_double_left');
524
761
  },
525
762
  // NOTE: To be deprecated in favor of chevronDoubleLeft
526
- chevronDoubleLeft: function chevronDoubleLeft() {
763
+ chevronDoubleLeft: withMetadata(function () {
527
764
  return import('./assets/chevron_double_left');
528
- },
765
+ }, {
766
+ synonyms: ['chevron', 'double', 'left', 'rewind', 'back', 'previous']
767
+ }),
529
768
  doubleArrowRight: function doubleArrowRight() {
530
769
  return import('./assets/chevron_double_right');
531
770
  },
532
771
  // NOTE: To be deprecated in favor of chevronDoubleRight
533
- chevronDoubleRight: function chevronDoubleRight() {
772
+ chevronDoubleRight: withMetadata(function () {
534
773
  return import('./assets/chevron_double_right');
535
- },
536
- ellipsis: function ellipsis() {
774
+ }, {
775
+ synonyms: ['chevron', 'double', 'right', 'forward', 'skip', 'next']
776
+ }),
777
+ ellipsis: withMetadata(function () {
537
778
  return import('./assets/ellipsis');
538
- },
779
+ }, {
780
+ synonyms: ['ellipsis', 'more', 'menu', 'overflow', 'dots']
781
+ }),
539
782
  editorAlignCenter: function editorAlignCenter() {
540
783
  return import('./assets/text_align_center');
541
784
  },
542
785
  // NOTE: To be deprecated in favor of textAlignCenter
543
- textAlignCenter: function textAlignCenter() {
786
+ textAlignCenter: withMetadata(function () {
544
787
  return import('./assets/text_align_center');
545
- },
788
+ }, {
789
+ synonyms: ['text', 'align', 'center', 'middle', 'typography']
790
+ }),
546
791
  editorAlignLeft: function editorAlignLeft() {
547
792
  return import('./assets/text_align_left');
548
793
  },
549
794
  // NOTE: To be deprecated in favor of textAlignLeft
550
- textAlignLeft: function textAlignLeft() {
795
+ textAlignLeft: withMetadata(function () {
551
796
  return import('./assets/text_align_left');
552
- },
797
+ }, {
798
+ synonyms: ['text', 'align', 'left', 'typography', 'paragraph']
799
+ }),
553
800
  editorAlignRight: function editorAlignRight() {
554
801
  return import('./assets/text_align_right');
555
802
  },
556
803
  // NOTE: To be deprecated in favor of textAlignRight
557
- textAlignRight: function textAlignRight() {
804
+ textAlignRight: withMetadata(function () {
558
805
  return import('./assets/text_align_right');
559
- },
806
+ }, {
807
+ synonyms: ['text', 'align', 'right', 'typography', 'paragraph']
808
+ }),
560
809
  editorBold: function editorBold() {
561
810
  return import('./assets/text_bold');
562
811
  },
563
812
  // NOTE: To be deprecated in favor of textBold
564
- textBold: function textBold() {
813
+ textBold: withMetadata(function () {
565
814
  return import('./assets/text_bold');
566
- },
815
+ }, {
816
+ synonyms: ['text bold', 'text', 'bold', 'typography', 'formatting']
817
+ }),
567
818
  editorChecklist: function editorChecklist() {
568
819
  return import('./assets/list_check');
569
820
  },
570
821
  // NOTE: To be deprecated in favor of listCheck
571
- listCheck: function listCheck() {
822
+ listCheck: withMetadata(function () {
572
823
  return import('./assets/list_check');
573
- },
824
+ }, {
825
+ synonyms: ['list check', 'list', 'bullet', 'items', 'rows', 'check', 'tick', 'confirm']
826
+ }),
574
827
  editorCodeBlock: function editorCodeBlock() {
575
828
  return import('./assets/code');
576
829
  },
@@ -591,16 +844,20 @@ export var typeToPathMap = {
591
844
  return import('./assets/text_heading');
592
845
  },
593
846
  // NOTE: To be deprecated in favor of textHeading
594
- textHeading: function textHeading() {
847
+ textHeading: withMetadata(function () {
595
848
  return import('./assets/text_heading');
596
- },
849
+ }, {
850
+ synonyms: ['text', 'heading', 'title', 'h1', 'typography', 'header']
851
+ }),
597
852
  editorItalic: function editorItalic() {
598
853
  return import('./assets/text_italic');
599
854
  },
600
855
  // NOTE: To be deprecated in favor of textItalic
601
- textItalic: function textItalic() {
856
+ textItalic: withMetadata(function () {
602
857
  return import('./assets/text_italic');
603
- },
858
+ }, {
859
+ synonyms: ['text italic', 'text', 'italic', 'typography', 'formatting']
860
+ }),
604
861
  editorItemAlignBottom: function editorItemAlignBottom() {
605
862
  return import('./assets/editor_item_align_bottom');
606
863
  },
@@ -633,9 +890,11 @@ export var typeToPathMap = {
633
890
  return import('./assets/list_number');
634
891
  },
635
892
  // NOTE: To be deprecated in favor of listNumber
636
- listNumber: function listNumber() {
893
+ listNumber: withMetadata(function () {
637
894
  return import('./assets/list_number');
638
- },
895
+ }, {
896
+ synonyms: ['list number', 'list', 'bullet', 'items', 'rows', 'number', 'digit', 'numeric']
897
+ }),
639
898
  editorPositionBottomLeft: function editorPositionBottomLeft() {
640
899
  return import('./assets/editor_position_bottom_left');
641
900
  },
@@ -656,80 +915,108 @@ export var typeToPathMap = {
656
915
  return import('./assets/redo');
657
916
  },
658
917
  // NOTE: To be deprecated in favor of redo
659
- redo: function redo() {
918
+ redo: withMetadata(function () {
660
919
  return import('./assets/redo');
661
- },
920
+ }, {
921
+ synonyms: ['redo', 'repeat', 'forward', 'again']
922
+ }),
662
923
  editorStrike: function editorStrike() {
663
924
  return import('./assets/text_strike');
664
925
  },
665
926
  // NOTE: To be deprecated in favor of textStrike
666
- textStrike: function textStrike() {
927
+ textStrike: withMetadata(function () {
667
928
  return import('./assets/text_strike');
668
- },
929
+ }, {
930
+ synonyms: ['text', 'strikethrough', 'strike', 'delete', 'typography']
931
+ }),
669
932
  editorTable: function editorTable() {
670
933
  return import('./assets/table');
671
934
  },
672
935
  // NOTE: To be deprecated in favor of table
673
- table: function table() {
936
+ table: withMetadata(function () {
674
937
  return import('./assets/table');
675
- },
938
+ }, {
939
+ synonyms: ['table']
940
+ }),
676
941
  editorUnderline: function editorUnderline() {
677
942
  return import('./assets/text_underline');
678
943
  },
679
944
  // NOTE: To be deprecated in favor of textUnderline
680
- textUnderline: function textUnderline() {
945
+ textUnderline: withMetadata(function () {
681
946
  return import('./assets/text_underline');
682
- },
947
+ }, {
948
+ synonyms: ['text underline', 'text', 'underline', 'typography', 'formatting']
949
+ }),
683
950
  editorUndo: function editorUndo() {
684
951
  return import('./assets/undo');
685
952
  },
686
953
  // NOTE: To be deprecated in favor of undo
687
- undo: function undo() {
954
+ undo: withMetadata(function () {
688
955
  return import('./assets/undo');
689
- },
956
+ }, {
957
+ synonyms: ['undo', 'revert', 'back', 'previous action']
958
+ }),
690
959
  editorUnorderedList: function editorUnorderedList() {
691
960
  return import('./assets/list_bullet');
692
961
  },
693
962
  // NOTE: To be deprecated in favor of listBullet
694
- listBullet: function listBullet() {
963
+ listBullet: withMetadata(function () {
695
964
  return import('./assets/list_bullet');
696
- },
965
+ }, {
966
+ synonyms: ['list bullet', 'list', 'bullet', 'items', 'rows']
967
+ }),
697
968
  email: function email() {
698
969
  return import('./assets/mail');
699
970
  },
700
971
  // NOTE: To be deprecated in favor of mail
701
- mail: function mail() {
972
+ mail: withMetadata(function () {
702
973
  return import('./assets/mail');
703
- },
704
- empty: function empty() {
974
+ }, {
975
+ synonyms: ['mail', 'email', 'envelope', 'message', 'inbox']
976
+ }),
977
+ empty: withMetadata(function () {
705
978
  return import('./assets/empty');
706
- },
707
- emsApp: function emsApp() {
979
+ }, {
980
+ synonyms: ['empty', 'blank', 'none', 'placeholder', 'void']
981
+ }),
982
+ emsApp: withMetadata(function () {
708
983
  return import('./assets/app_ems');
709
- },
710
- endpoint: function endpoint() {
984
+ }, {
985
+ category: 'app'
986
+ }),
987
+ endpoint: withMetadata(function () {
711
988
  return import('./assets/endpoint');
712
- },
989
+ }, {
990
+ synonyms: ['endpoint', 'api', 'url', 'connection', 'target']
991
+ }),
713
992
  eql: function eql() {
714
993
  return import('./assets/query');
715
994
  },
716
995
  // NOTE: To be deprecated in favor of query
717
- query: function query() {
996
+ query: withMetadata(function () {
718
997
  return import('./assets/query');
719
- },
720
- eraser: function eraser() {
998
+ }, {
999
+ synonyms: ['query', 'search', 'sql', 'lucene', 'filter']
1000
+ }),
1001
+ eraser: withMetadata(function () {
721
1002
  return import('./assets/eraser');
722
- },
723
- error: function error() {
1003
+ }, {
1004
+ synonyms: ['eraser', 'clear', 'remove', 'delete', 'rubber']
1005
+ }),
1006
+ error: withMetadata(function () {
724
1007
  return import('./assets/error');
725
- },
1008
+ }, {
1009
+ synonyms: ['error', 'failure', 'problem', 'invalid', 'cross']
1010
+ }),
726
1011
  errorFilled: function errorFilled() {
727
1012
  return import('./assets/error_fill');
728
1013
  },
729
1014
  // NOTE: To be deprecated in favor of errorFill
730
- errorFill: function errorFill() {
1015
+ errorFill: withMetadata(function () {
731
1016
  return import('./assets/error_fill');
732
- },
1017
+ }, {
1018
+ synonyms: ['error fill', 'error', 'failure', 'problem', 'invalid', 'cross', 'fill', 'filled']
1019
+ }),
733
1020
  esqlVis: function esqlVis() {
734
1021
  return import('./assets/esql_vis');
735
1022
  },
@@ -737,16 +1024,20 @@ export var typeToPathMap = {
737
1024
  return import('./assets/log_out');
738
1025
  },
739
1026
  // NOTE: To be deprecated in favor of logOut
740
- logOut: function logOut() {
1027
+ logOut: withMetadata(function () {
741
1028
  return import('./assets/log_out');
742
- },
1029
+ }, {
1030
+ synonyms: ['log out', 'log', 'out']
1031
+ }),
743
1032
  expand: function expand() {
744
1033
  return import('./assets/maximize');
745
1034
  },
746
1035
  // NOTE: To be deprecated in favor of maximize
747
- maximize: function maximize() {
1036
+ maximize: withMetadata(function () {
748
1037
  return import('./assets/maximize');
749
- },
1038
+ }, {
1039
+ synonyms: ['maximize']
1040
+ }),
750
1041
  expandMini: function expandMini() {
751
1042
  return import('./assets/maximize');
752
1043
  },
@@ -758,66 +1049,98 @@ export var typeToPathMap = {
758
1049
  return import('./assets/upload');
759
1050
  },
760
1051
  // NOTE: To be deprecated in favor of upload
761
- upload: function upload() {
1052
+ upload: withMetadata(function () {
762
1053
  return import('./assets/upload');
763
- },
764
- external: function external() {
1054
+ }, {
1055
+ synonyms: ['upload', 'import', 'send', 'cloud', 'arrow up']
1056
+ }),
1057
+ external: withMetadata(function () {
765
1058
  return import('./assets/external');
766
- },
767
- eye: function eye() {
1059
+ }, {
1060
+ synonyms: ['external', 'open new', 'link out', 'outside']
1061
+ }),
1062
+ eye: withMetadata(function () {
768
1063
  return import('./assets/eye');
769
- },
1064
+ }, {
1065
+ synonyms: ['eye', 'view', 'visible', 'show', 'preview', 'watch']
1066
+ }),
770
1067
  eyeClosed: function eyeClosed() {
771
1068
  return import('./assets/eye_slash');
772
1069
  },
773
1070
  // NOTE: To be deprecated in favor of eyeSlash
774
- eyeSlash: function eyeSlash() {
1071
+ eyeSlash: withMetadata(function () {
775
1072
  return import('./assets/eye_slash');
776
- },
777
- faceHappy: function faceHappy() {
1073
+ }, {
1074
+ synonyms: ['eye slash', 'eye', 'view', 'visible', 'show', 'preview', 'watch', 'slash']
1075
+ }),
1076
+ faceHappy: withMetadata(function () {
778
1077
  return import('./assets/face_happy');
779
- },
780
- faceNeutral: function faceNeutral() {
1078
+ }, {
1079
+ synonyms: ['smile', 'happy', 'emoji', 'positive', 'grin', 'satisfied', 'mood']
1080
+ }),
1081
+ faceNeutral: withMetadata(function () {
781
1082
  return import('./assets/face_neutral');
782
- },
783
- faceSad: function faceSad() {
1083
+ }, {
1084
+ synonyms: ['face neutral', 'face', 'neutral']
1085
+ }),
1086
+ faceSad: withMetadata(function () {
784
1087
  return import('./assets/face_sad');
785
- },
1088
+ }, {
1089
+ synonyms: ['face sad', 'face', 'sad']
1090
+ }),
786
1091
  fieldStatistics: function fieldStatistics() {
787
1092
  return import('./assets/table_info');
788
1093
  },
789
1094
  // NOTE: To be deprecated in favor of tableInfo
790
- tableInfo: function tableInfo() {
1095
+ tableInfo: withMetadata(function () {
791
1096
  return import('./assets/table_info');
792
- },
793
- filebeatApp: function filebeatApp() {
1097
+ }, {
1098
+ synonyms: ['table', 'info', 'metadata', 'details', 'schema', 'columns']
1099
+ }),
1100
+ filebeatApp: withMetadata(function () {
794
1101
  return import('./assets/app_filebeat');
795
- },
796
- filter: function filter() {
1102
+ }, {
1103
+ category: 'app'
1104
+ }),
1105
+ filter: withMetadata(function () {
797
1106
  return import('./assets/filter');
798
- },
799
- filterExclude: function filterExclude() {
1107
+ }, {
1108
+ synonyms: ['funnel', 'refine', 'narrow', 'sort', 'subset', 'sieve', 'criteria']
1109
+ }),
1110
+ filterExclude: withMetadata(function () {
800
1111
  return import('./assets/filter_exclude');
801
- },
802
- filterIgnore: function filterIgnore() {
1112
+ }, {
1113
+ synonyms: ['filter', 'exclude', 'remove', 'minus', 'refine', 'narrow']
1114
+ }),
1115
+ filterIgnore: withMetadata(function () {
803
1116
  return import('./assets/filter_ignore');
804
- },
805
- filterInclude: function filterInclude() {
1117
+ }, {
1118
+ synonyms: ['filter', 'ignore', 'skip', 'exclude', 'omit', 'hide']
1119
+ }),
1120
+ filterInclude: withMetadata(function () {
806
1121
  return import('./assets/filter_include');
807
- },
1122
+ }, {
1123
+ synonyms: ['filter', 'include', 'add', 'refine', 'narrow', 'select']
1124
+ }),
808
1125
  filterInCircle: function filterInCircle() {
809
1126
  return import('./assets/filter_in_circle');
810
1127
  },
811
1128
  // NOTE: To be deprecated in favor of filter
812
- flask: function flask() {
1129
+ flask: withMetadata(function () {
813
1130
  return import('./assets/flask');
814
- },
815
- flag: function flag() {
1131
+ }, {
1132
+ synonyms: ['flask', 'experiment', 'lab', 'science', 'test']
1133
+ }),
1134
+ flag: withMetadata(function () {
816
1135
  return import('./assets/flag');
817
- },
818
- fleetApp: function fleetApp() {
1136
+ }, {
1137
+ synonyms: ['flag', 'mark', 'report', 'bookmark', 'priority']
1138
+ }),
1139
+ fleetApp: withMetadata(function () {
819
1140
  return import('./assets/app_agent');
820
- },
1141
+ }, {
1142
+ category: 'app'
1143
+ }),
821
1144
  fold: function fold() {
822
1145
  return import('./assets/fold');
823
1146
  },
@@ -827,18 +1150,22 @@ export var typeToPathMap = {
827
1150
  folderClosed: function folderClosed() {
828
1151
  return import('./assets/folder_close');
829
1152
  },
830
- folderClose: function folderClose() {
1153
+ folderClose: withMetadata(function () {
831
1154
  return import('./assets/folder_close');
832
- },
1155
+ }, {
1156
+ synonyms: ['folder', 'closed', 'collapse', 'directory', 'archive']
1157
+ }),
833
1158
  folderCheck: function folderCheck() {
834
1159
  return import('./assets/folder_check');
835
1160
  },
836
1161
  folderExclamation: function folderExclamation() {
837
1162
  return import('./assets/folder_exclamation');
838
1163
  },
839
- folderOpen: function folderOpen() {
1164
+ folderOpen: withMetadata(function () {
840
1165
  return import('./assets/folder_open');
841
- },
1166
+ }, {
1167
+ synonyms: ['folder', 'open', 'expand', 'directory', 'browse']
1168
+ }),
842
1169
  folderOpened: function folderOpened() {
843
1170
  return import('./assets/folder_open');
844
1171
  },
@@ -848,28 +1175,38 @@ export var typeToPathMap = {
848
1175
  framePrevious: function framePrevious() {
849
1176
  return import('./assets/frame_previous');
850
1177
  },
851
- fullScreen: function fullScreen() {
1178
+ fullScreen: withMetadata(function () {
852
1179
  return import('./assets/full_screen');
853
- },
854
- fullScreenExit: function fullScreenExit() {
1180
+ }, {
1181
+ synonyms: ['fullscreen']
1182
+ }),
1183
+ fullScreenExit: withMetadata(function () {
855
1184
  return import('./assets/full_screen_exit');
856
- },
1185
+ }, {
1186
+ synonyms: ['fullscreen', 'exit', 'minimize', 'window', 'restore', 'shrink']
1187
+ }),
857
1188
  function: function _function() {
858
1189
  return import('./assets/function');
859
1190
  },
860
- gear: function gear() {
1191
+ gear: withMetadata(function () {
861
1192
  return import('./assets/gear');
862
- },
863
- gisApp: function gisApp() {
1193
+ }, {
1194
+ synonyms: ['settings', 'configure', 'configuration', 'preferences', 'options', 'cog', 'setup', 'admin', 'wrench']
1195
+ }),
1196
+ gisApp: withMetadata(function () {
864
1197
  return import('./assets/app_gis');
865
- },
1198
+ }, {
1199
+ category: 'app'
1200
+ }),
866
1201
  glasses: function glasses() {
867
1202
  return import('./assets/read_only');
868
1203
  },
869
1204
  // NOTE: To be deprecated in favor of `readOnly`
870
- globe: function globe() {
1205
+ globe: withMetadata(function () {
871
1206
  return import('./assets/globe');
872
- },
1207
+ }, {
1208
+ synonyms: ['globe', 'world', 'web', 'internet', 'international']
1209
+ }),
873
1210
  grab: function grab() {
874
1211
  return import('./assets/drag_vertical');
875
1212
  },
@@ -882,24 +1219,36 @@ export var typeToPathMap = {
882
1219
  return import('./assets/grab_omnidirectional');
883
1220
  },
884
1221
  // NOTE: To be deprecated in favor of drag,
885
- gradient: function gradient() {
1222
+ gradient: withMetadata(function () {
886
1223
  return import('./assets/gradient');
887
- },
888
- graphApp: function graphApp() {
1224
+ }, {
1225
+ synonyms: ['gradient', 'blend', 'fade', 'color transition']
1226
+ }),
1227
+ graphApp: withMetadata(function () {
889
1228
  return import('./assets/app_graph');
890
- },
891
- grid: function grid() {
1229
+ }, {
1230
+ category: 'app'
1231
+ }),
1232
+ grid: withMetadata(function () {
892
1233
  return import('./assets/grid');
893
- },
894
- grokApp: function grokApp() {
1234
+ }, {
1235
+ synonyms: ['grid', 'table', 'layout', 'matrix', 'cells']
1236
+ }),
1237
+ grokApp: withMetadata(function () {
895
1238
  return import('./assets/app_grok');
896
- },
897
- heart: function heart() {
1239
+ }, {
1240
+ category: 'app'
1241
+ }),
1242
+ heart: withMetadata(function () {
898
1243
  return import('./assets/heart');
899
- },
900
- heartbeatApp: function heartbeatApp() {
1244
+ }, {
1245
+ synonyms: ['heart', 'favorite', 'like', 'love', 'bookmark']
1246
+ }),
1247
+ heartbeatApp: withMetadata(function () {
901
1248
  return import('./assets/app_heartbeat');
902
- },
1249
+ }, {
1250
+ category: 'app'
1251
+ }),
903
1252
  heatmap: function heatmap() {
904
1253
  return import('./assets/chart_heatmap');
905
1254
  },
@@ -908,21 +1257,31 @@ export var typeToPathMap = {
908
1257
  return import('./assets/help');
909
1258
  },
910
1259
  // NOTE: Might be deprecated later (not recommended in Kibana)
911
- home: function home() {
1260
+ home: withMetadata(function () {
912
1261
  return import('./assets/home');
913
- },
914
- hourglass: function hourglass() {
1262
+ }, {
1263
+ synonyms: ['home', 'house', 'main', 'start', 'dashboard']
1264
+ }),
1265
+ hourglass: withMetadata(function () {
915
1266
  return import('./assets/hourglass');
916
- },
917
- if: function _if() {
1267
+ }, {
1268
+ synonyms: ['hourglass', 'waiting', 'loading', 'time', 'pending']
1269
+ }),
1270
+ if: withMetadata(function () {
918
1271
  return import('./assets/if');
919
- },
920
- info: function info() {
1272
+ }, {
1273
+ synonyms: ['if', 'condition', 'logic', 'branch', 'rule']
1274
+ }),
1275
+ info: withMetadata(function () {
921
1276
  return import('./assets/info');
922
- },
923
- image: function image() {
1277
+ }, {
1278
+ synonyms: ['info', 'information', 'help', 'about', 'details']
1279
+ }),
1280
+ image: withMetadata(function () {
924
1281
  return import('./assets/image');
925
- },
1282
+ }, {
1283
+ synonyms: ['image', 'picture', 'photo', 'media', 'graphic']
1284
+ }),
926
1285
  importAction: function importAction() {
927
1286
  return import('./assets/download');
928
1287
  },
@@ -930,57 +1289,83 @@ export var typeToPathMap = {
930
1289
  index: function index() {
931
1290
  return import('./assets/index');
932
1291
  },
933
- indexClose: function indexClose() {
1292
+ indexClose: withMetadata(function () {
934
1293
  return import('./assets/index_close');
935
- },
936
- indexEdit: function indexEdit() {
1294
+ }, {
1295
+ synonyms: ['index', 'close', 'elasticsearch', 'dataset', 'remove']
1296
+ }),
1297
+ indexEdit: withMetadata(function () {
937
1298
  return import('./assets/index_edit');
938
- },
1299
+ }, {
1300
+ synonyms: ['index', 'edit', 'elasticsearch', 'dataset', 'modify', 'settings']
1301
+ }),
939
1302
  indexFlush: function indexFlush() {
940
1303
  return import('./assets/chart_threshold');
941
1304
  },
942
1305
  // NOTE: To be deprecated in favor of chartThreshold
943
- indexManagementApp: function indexManagementApp() {
1306
+ indexManagementApp: withMetadata(function () {
944
1307
  return import('./assets/app_index_management');
945
- },
1308
+ }, {
1309
+ category: 'app'
1310
+ }),
946
1311
  indexMapping: function indexMapping() {
947
1312
  return import('./assets/mapping');
948
1313
  },
949
1314
  // NOTE: To be deprecated in favor of mapping
950
- mapping: function mapping() {
1315
+ mapping: withMetadata(function () {
951
1316
  return import('./assets/mapping');
952
- },
953
- indexOpen: function indexOpen() {
1317
+ }, {
1318
+ synonyms: ['mapping']
1319
+ }),
1320
+ indexOpen: withMetadata(function () {
954
1321
  return import('./assets/index_open');
955
- },
956
- indexPatternApp: function indexPatternApp() {
1322
+ }, {
1323
+ synonyms: ['index', 'open', 'elasticsearch', 'dataset', 'browse']
1324
+ }),
1325
+ indexPatternApp: withMetadata(function () {
957
1326
  return import('./assets/app_index_pattern');
958
- },
959
- indexRollupApp: function indexRollupApp() {
1327
+ }, {
1328
+ category: 'app'
1329
+ }),
1330
+ indexRollupApp: withMetadata(function () {
960
1331
  return import('./assets/app_index_rollup');
961
- },
962
- indexRuntime: function indexRuntime() {
1332
+ }, {
1333
+ category: 'app'
1334
+ }),
1335
+ indexRuntime: withMetadata(function () {
963
1336
  return import('./assets/index_runtime');
964
- },
965
- indexSettings: function indexSettings() {
1337
+ }, {
1338
+ synonyms: ['index', 'runtime', 'elasticsearch', 'live', 'execution']
1339
+ }),
1340
+ indexSettings: withMetadata(function () {
966
1341
  return import('./assets/index_settings');
967
- },
1342
+ }, {
1343
+ synonyms: ['index', 'settings', 'elasticsearch', 'configure', 'options']
1344
+ }),
968
1345
  indexTemporary: function indexTemporary() {
969
1346
  return import('./assets/table_time');
970
1347
  },
971
1348
  // NOTE: To be deprecated in favor of tableTime
972
- tableTime: function tableTime() {
1349
+ tableTime: withMetadata(function () {
973
1350
  return import('./assets/table_time');
974
- },
975
- infinity: function infinity() {
1351
+ }, {
1352
+ synonyms: ['table', 'time', 'temporal', 'date', 'timeline', 'history']
1353
+ }),
1354
+ infinity: withMetadata(function () {
976
1355
  return import('./assets/infinity');
977
- },
978
- inputOutput: function inputOutput() {
1356
+ }, {
1357
+ synonyms: ['infinity', 'unlimited', 'forever', 'loop', 'endless']
1358
+ }),
1359
+ inputOutput: withMetadata(function () {
979
1360
  return import('./assets/input_output');
980
- },
981
- inspect: function inspect() {
1361
+ }, {
1362
+ synonyms: ['input', 'output', 'io', 'data flow', 'pipeline', 'stream']
1363
+ }),
1364
+ inspect: withMetadata(function () {
982
1365
  return import('./assets/inspect');
983
- },
1366
+ }, {
1367
+ synonyms: ['inspect', 'investigate', 'examine', 'analyze', 'look']
1368
+ }),
984
1369
  invert: function invert() {
985
1370
  return import('./assets/contrast');
986
1371
  },
@@ -988,19 +1373,25 @@ export var typeToPathMap = {
988
1373
  ip: function ip() {
989
1374
  return import('./assets/ip');
990
1375
  },
991
- key: function key() {
1376
+ key: withMetadata(function () {
992
1377
  return import('./assets/key');
993
- },
994
- keyboard: function keyboard() {
1378
+ }, {
1379
+ synonyms: ['key', 'password', 'credential', 'access', 'security']
1380
+ }),
1381
+ keyboard: withMetadata(function () {
995
1382
  return import('./assets/keyboard');
996
- },
1383
+ }, {
1384
+ synonyms: ['keyboard', 'typing', 'input', 'shortcut', 'keys']
1385
+ }),
997
1386
  kqlField: function kqlField() {
998
1387
  return import('./assets/query_field');
999
1388
  },
1000
1389
  // NOTE: To be deprecated in favor of queryField
1001
- queryField: function queryField() {
1390
+ queryField: withMetadata(function () {
1002
1391
  return import('./assets/query_field');
1003
- },
1392
+ }, {
1393
+ synonyms: ['query', 'field', 'filter', 'column', 'attribute', 'selector']
1394
+ }),
1004
1395
  kqlFunction: function kqlFunction() {
1005
1396
  return import('./assets/kql_function');
1006
1397
  },
@@ -1008,78 +1399,108 @@ export var typeToPathMap = {
1008
1399
  return import('./assets/query_operand');
1009
1400
  },
1010
1401
  // NOTE: To be deprecated in favor of queryOperand
1011
- queryOperand: function queryOperand() {
1402
+ queryOperand: withMetadata(function () {
1012
1403
  return import('./assets/query_operand');
1013
- },
1404
+ }, {
1405
+ synonyms: ['query', 'operand', 'operator', 'logic', 'condition', 'rule']
1406
+ }),
1014
1407
  kqlSelector: function kqlSelector() {
1015
1408
  return import('./assets/query_selector');
1016
1409
  },
1017
1410
  // NOTE: To be deprecated in favor of querySelector
1018
- querySelector: function querySelector() {
1411
+ querySelector: withMetadata(function () {
1019
1412
  return import('./assets/query_selector');
1020
- },
1413
+ }, {
1414
+ synonyms: ['query', 'selector', 'pick', 'choose', 'field', 'filter']
1415
+ }),
1021
1416
  kqlValue: function kqlValue() {
1022
1417
  return import('./assets/query_value');
1023
1418
  },
1024
1419
  // NOTE: To be deprecated in favor of queryValue
1025
- queryValue: function queryValue() {
1420
+ queryValue: withMetadata(function () {
1026
1421
  return import('./assets/query_value');
1027
- },
1422
+ }, {
1423
+ synonyms: ['query', 'value', 'literal', 'data', 'input', 'filter']
1424
+ }),
1028
1425
  kubernetesNode: function kubernetesNode() {
1029
1426
  return import('./assets/kubernetes_node');
1030
1427
  },
1031
- kubernetesPod: function kubernetesPod() {
1428
+ kubernetesPod: withMetadata(function () {
1032
1429
  return import('./assets/kubernetes_pod');
1033
- },
1430
+ }, {
1431
+ synonyms: ['kubernetes', 'pod', 'k8s', 'container', 'cluster', 'orchestration']
1432
+ }),
1034
1433
  launch: function launch() {
1035
1434
  return import('./assets/rocket');
1036
1435
  },
1037
1436
  // NOTE: To be deprecated in favor of rocket
1038
- rocket: function rocket() {
1437
+ rocket: withMetadata(function () {
1039
1438
  return import('./assets/rocket');
1040
- },
1041
- layers: function layers() {
1439
+ }, {
1440
+ synonyms: ['rocket', 'launch', 'deploy', 'fast', 'startup']
1441
+ }),
1442
+ layers: withMetadata(function () {
1042
1443
  return import('./assets/layers');
1043
- },
1044
- lensApp: function lensApp() {
1444
+ }, {
1445
+ synonyms: ['layers']
1446
+ }),
1447
+ lensApp: withMetadata(function () {
1045
1448
  return import('./assets/app_lens');
1046
- },
1449
+ }, {
1450
+ category: 'app'
1451
+ }),
1047
1452
  lettering: function lettering() {
1048
1453
  return import('./assets/text');
1049
1454
  },
1050
1455
  // NOTE: To be deprecated in favor of text
1051
- text: function text() {
1456
+ text: withMetadata(function () {
1052
1457
  return import('./assets/text');
1053
- },
1054
- lineBreak: function lineBreak() {
1458
+ }, {
1459
+ synonyms: ['text']
1460
+ }),
1461
+ lineBreak: withMetadata(function () {
1055
1462
  return import('./assets/line_break');
1056
- },
1057
- lineBreakSlash: function lineBreakSlash() {
1463
+ }, {
1464
+ synonyms: ['line break', 'newline', 'paragraph', 'text', 'wrap', 'return']
1465
+ }),
1466
+ lineBreakSlash: withMetadata(function () {
1058
1467
  return import('./assets/line_break_slash');
1059
- },
1060
- lineDash: function lineDash() {
1468
+ }, {
1469
+ synonyms: ['line break', 'slash', 'text', 'separator', 'paragraph']
1470
+ }),
1471
+ lineDash: withMetadata(function () {
1061
1472
  return import('./assets/line_dash');
1062
- },
1473
+ }, {
1474
+ synonyms: ['line dash', 'line', 'dash']
1475
+ }),
1063
1476
  lineDashed: function lineDashed() {
1064
1477
  return import('./assets/line_dash');
1065
1478
  },
1066
1479
  // NOTE: To be deprecated in favor of lineDash
1067
- lineDot: function lineDot() {
1480
+ lineDot: withMetadata(function () {
1068
1481
  return import('./assets/line_dot');
1069
- },
1482
+ }, {
1483
+ synonyms: ['line dot', 'line', 'dot', 'point', 'bullet', 'period', 'circle']
1484
+ }),
1070
1485
  lineDotted: function lineDotted() {
1071
1486
  return import('./assets/line_dot');
1072
1487
  },
1073
1488
  // NOTE: To be deprecated in favor of lineDot
1074
- lineSolid: function lineSolid() {
1489
+ lineSolid: withMetadata(function () {
1075
1490
  return import('./assets/line_solid');
1076
- },
1077
- link: function link() {
1491
+ }, {
1492
+ synonyms: ['line solid', 'line', 'solid']
1493
+ }),
1494
+ link: withMetadata(function () {
1078
1495
  return import('./assets/link');
1079
- },
1080
- linkSlash: function linkSlash() {
1496
+ }, {
1497
+ synonyms: ['link', 'url', 'chain', 'connect', 'hyperlink']
1498
+ }),
1499
+ linkSlash: withMetadata(function () {
1081
1500
  return import('./assets/link_slash');
1082
- },
1501
+ }, {
1502
+ synonyms: ['unlink', 'broken link', 'remove link', 'disconnect', 'url']
1503
+ }),
1083
1504
  list: function list() {
1084
1505
  return import('./assets/list_bullet');
1085
1506
  },
@@ -1088,202 +1509,328 @@ export var typeToPathMap = {
1088
1509
  return import('./assets/plus_circle');
1089
1510
  },
1090
1511
  // NOTE: To be deprecated in favor of `plus_circle`
1091
- lock: function lock() {
1512
+ lock: withMetadata(function () {
1092
1513
  return import('./assets/lock');
1093
- },
1094
- lockOpen: function lockOpen() {
1514
+ }, {
1515
+ synonyms: ['lock', 'secure', 'private', 'protected', 'password']
1516
+ }),
1517
+ lockOpen: withMetadata(function () {
1095
1518
  return import('./assets/lock_open');
1096
- },
1519
+ }, {
1520
+ synonyms: ['lock open', 'lock', 'secure', 'private', 'protected', 'password', 'open']
1521
+ }),
1097
1522
  logPatternAnalysis: function logPatternAnalysis() {
1098
1523
  return import('./assets/pattern');
1099
1524
  },
1100
1525
  // NOTE: To be deprecated in favor of pattern
1101
- pattern: function pattern() {
1526
+ pattern: withMetadata(function () {
1102
1527
  return import('./assets/pattern');
1103
- },
1528
+ }, {
1529
+ synonyms: ['pattern', 'texture', 'repeat', 'design', 'fill']
1530
+ }),
1104
1531
  logRateAnalysis: function logRateAnalysis() {
1105
1532
  return import('./assets/log_rate_analysis');
1106
1533
  },
1107
- logoAWS: function logoAWS() {
1534
+ logoAWS: withMetadata(function () {
1108
1535
  return import('./assets/logo_aws');
1109
- },
1110
- logoAWSMono: function logoAWSMono() {
1536
+ }, {
1537
+ category: 'thirdPartyLogo'
1538
+ }),
1539
+ logoAWSMono: withMetadata(function () {
1111
1540
  return import('./assets/logo_aws_mono');
1112
- },
1113
- logoAerospike: function logoAerospike() {
1541
+ }, {
1542
+ category: 'thirdPartyLogo'
1543
+ }),
1544
+ logoAerospike: withMetadata(function () {
1114
1545
  return import('./assets/logo_aerospike');
1115
- },
1116
- logoApache: function logoApache() {
1546
+ }, {
1547
+ category: 'thirdPartyLogo'
1548
+ }),
1549
+ logoApache: withMetadata(function () {
1117
1550
  return import('./assets/logo_apache');
1118
- },
1119
- logoAppSearch: function logoAppSearch() {
1551
+ }, {
1552
+ category: 'thirdPartyLogo'
1553
+ }),
1554
+ logoAppSearch: withMetadata(function () {
1120
1555
  return import('./assets/logo_app_search');
1121
- },
1122
- logoAzure: function logoAzure() {
1556
+ }, {
1557
+ category: 'elasticLogo'
1558
+ }),
1559
+ logoAzure: withMetadata(function () {
1123
1560
  return import('./assets/logo_azure');
1124
- },
1125
- logoAzureMono: function logoAzureMono() {
1561
+ }, {
1562
+ category: 'thirdPartyLogo'
1563
+ }),
1564
+ logoAzureMono: withMetadata(function () {
1126
1565
  return import('./assets/logo_azure_mono');
1127
- },
1128
- logoBeats: function logoBeats() {
1566
+ }, {
1567
+ category: 'thirdPartyLogo'
1568
+ }),
1569
+ logoBeats: withMetadata(function () {
1129
1570
  return import('./assets/logo_beats');
1130
- },
1131
- logoBusinessAnalytics: function logoBusinessAnalytics() {
1571
+ }, {
1572
+ category: 'elasticLogo'
1573
+ }),
1574
+ logoBusinessAnalytics: withMetadata(function () {
1132
1575
  return import('./assets/logo_business_analytics');
1133
- },
1134
- logoCeph: function logoCeph() {
1576
+ }, {
1577
+ category: 'elasticLogo'
1578
+ }),
1579
+ logoCeph: withMetadata(function () {
1135
1580
  return import('./assets/logo_ceph');
1136
- },
1137
- logoCloud: function logoCloud() {
1581
+ }, {
1582
+ category: 'thirdPartyLogo'
1583
+ }),
1584
+ logoCloud: withMetadata(function () {
1138
1585
  return import('./assets/logo_cloud');
1139
- },
1140
- logoCloudEnterprise: function logoCloudEnterprise() {
1586
+ }, {
1587
+ category: 'elasticLogo'
1588
+ }),
1589
+ logoCloudEnterprise: withMetadata(function () {
1141
1590
  return import('./assets/logo_cloud_ece');
1142
- },
1143
- logoCode: function logoCode() {
1591
+ }, {
1592
+ category: 'elasticLogo'
1593
+ }),
1594
+ logoCode: withMetadata(function () {
1144
1595
  return import('./assets/logo_code');
1145
- },
1146
- logoCodesandbox: function logoCodesandbox() {
1596
+ }, {
1597
+ category: 'thirdPartyLogo'
1598
+ }),
1599
+ logoCodesandbox: withMetadata(function () {
1147
1600
  return import('./assets/logo_codesandbox');
1148
- },
1149
- logoCouchbase: function logoCouchbase() {
1601
+ }, {
1602
+ category: 'thirdPartyLogo'
1603
+ }),
1604
+ logoCouchbase: withMetadata(function () {
1150
1605
  return import('./assets/logo_couchbase');
1151
- },
1152
- logoDocker: function logoDocker() {
1606
+ }, {
1607
+ category: 'thirdPartyLogo'
1608
+ }),
1609
+ logoDocker: withMetadata(function () {
1153
1610
  return import('./assets/logo_docker');
1154
- },
1155
- logoDropwizard: function logoDropwizard() {
1611
+ }, {
1612
+ category: 'thirdPartyLogo'
1613
+ }),
1614
+ logoDropwizard: withMetadata(function () {
1156
1615
  return import('./assets/logo_dropwizard');
1157
- },
1158
- logoElastic: function logoElastic() {
1616
+ }, {
1617
+ category: 'thirdPartyLogo'
1618
+ }),
1619
+ logoElastic: withMetadata(function () {
1159
1620
  return import('./assets/logo_elastic');
1160
- },
1161
- logoElasticStack: function logoElasticStack() {
1621
+ }, {
1622
+ category: 'elasticLogo'
1623
+ }),
1624
+ logoElasticStack: withMetadata(function () {
1162
1625
  return import('./assets/logo_elastic_stack');
1163
- },
1164
- logoElasticsearch: function logoElasticsearch() {
1626
+ }, {
1627
+ category: 'elasticLogo'
1628
+ }),
1629
+ logoElasticsearch: withMetadata(function () {
1165
1630
  return import('./assets/logo_elasticsearch');
1166
- },
1167
- logoEnterpriseSearch: function logoEnterpriseSearch() {
1631
+ }, {
1632
+ category: 'elasticLogo'
1633
+ }),
1634
+ logoEnterpriseSearch: withMetadata(function () {
1168
1635
  return import('./assets/logo_enterprise_search');
1169
- },
1170
- logoEtcd: function logoEtcd() {
1636
+ }, {
1637
+ category: 'elasticLogo'
1638
+ }),
1639
+ logoEtcd: withMetadata(function () {
1171
1640
  return import('./assets/logo_etcd');
1172
- },
1173
- logoGCP: function logoGCP() {
1641
+ }, {
1642
+ category: 'thirdPartyLogo'
1643
+ }),
1644
+ logoGCP: withMetadata(function () {
1174
1645
  return import('./assets/logo_gcp');
1175
- },
1176
- logoGCPMono: function logoGCPMono() {
1646
+ }, {
1647
+ category: 'thirdPartyLogo'
1648
+ }),
1649
+ logoGCPMono: withMetadata(function () {
1177
1650
  return import('./assets/logo_gcp_mono');
1178
- },
1179
- logoGithub: function logoGithub() {
1651
+ }, {
1652
+ category: 'thirdPartyLogo'
1653
+ }),
1654
+ logoGithub: withMetadata(function () {
1180
1655
  return import('./assets/logo_github');
1181
- },
1182
- logoGmail: function logoGmail() {
1656
+ }, {
1657
+ category: 'thirdPartyLogo'
1658
+ }),
1659
+ logoGmail: withMetadata(function () {
1183
1660
  return import('./assets/logo_gmail');
1184
- },
1185
- logoGolang: function logoGolang() {
1661
+ }, {
1662
+ category: 'thirdPartyLogo'
1663
+ }),
1664
+ logoGolang: withMetadata(function () {
1186
1665
  return import('./assets/logo_golang');
1187
- },
1188
- logoGoogleG: function logoGoogleG() {
1666
+ }, {
1667
+ category: 'thirdPartyLogo'
1668
+ }),
1669
+ logoGoogleG: withMetadata(function () {
1189
1670
  return import('./assets/logo_google_g');
1190
- },
1191
- logoHAproxy: function logoHAproxy() {
1671
+ }, {
1672
+ category: 'thirdPartyLogo'
1673
+ }),
1674
+ logoHAproxy: withMetadata(function () {
1192
1675
  return import('./assets/logo_haproxy');
1193
- },
1194
- logoIBM: function logoIBM() {
1676
+ }, {
1677
+ category: 'thirdPartyLogo'
1678
+ }),
1679
+ logoIBM: withMetadata(function () {
1195
1680
  return import('./assets/logo_ibm');
1196
- },
1197
- logoIBMMono: function logoIBMMono() {
1681
+ }, {
1682
+ category: 'thirdPartyLogo'
1683
+ }),
1684
+ logoIBMMono: withMetadata(function () {
1198
1685
  return import('./assets/logo_ibm_mono');
1199
- },
1200
- logoKafka: function logoKafka() {
1686
+ }, {
1687
+ category: 'thirdPartyLogo'
1688
+ }),
1689
+ logoKafka: withMetadata(function () {
1201
1690
  return import('./assets/logo_kafka');
1202
- },
1203
- logoKibana: function logoKibana() {
1691
+ }, {
1692
+ category: 'thirdPartyLogo'
1693
+ }),
1694
+ logoKibana: withMetadata(function () {
1204
1695
  return import('./assets/logo_kibana');
1205
- },
1206
- logoKubernetes: function logoKubernetes() {
1696
+ }, {
1697
+ category: 'elasticLogo'
1698
+ }),
1699
+ logoKubernetes: withMetadata(function () {
1207
1700
  return import('./assets/logo_kubernetes');
1208
- },
1209
- logoLogging: function logoLogging() {
1701
+ }, {
1702
+ category: 'thirdPartyLogo'
1703
+ }),
1704
+ logoLogging: withMetadata(function () {
1210
1705
  return import('./assets/logo_logging');
1211
- },
1212
- logoLogstash: function logoLogstash() {
1706
+ }, {
1707
+ category: 'elasticLogo'
1708
+ }),
1709
+ logoLogstash: withMetadata(function () {
1213
1710
  return import('./assets/logo_logstash');
1214
- },
1215
- logoMaps: function logoMaps() {
1711
+ }, {
1712
+ category: 'elasticLogo'
1713
+ }),
1714
+ logoMaps: withMetadata(function () {
1216
1715
  return import('./assets/logo_maps');
1217
- },
1218
- logoMemcached: function logoMemcached() {
1716
+ }, {
1717
+ category: 'elasticLogo'
1718
+ }),
1719
+ logoMemcached: withMetadata(function () {
1219
1720
  return import('./assets/logo_memcached');
1220
- },
1221
- logoMetrics: function logoMetrics() {
1721
+ }, {
1722
+ category: 'thirdPartyLogo'
1723
+ }),
1724
+ logoMetrics: withMetadata(function () {
1222
1725
  return import('./assets/logo_metrics');
1223
- },
1224
- logoMongodb: function logoMongodb() {
1726
+ }, {
1727
+ category: 'elasticLogo'
1728
+ }),
1729
+ logoMongodb: withMetadata(function () {
1225
1730
  return import('./assets/logo_mongodb');
1226
- },
1227
- logoMySQL: function logoMySQL() {
1731
+ }, {
1732
+ category: 'thirdPartyLogo'
1733
+ }),
1734
+ logoMySQL: withMetadata(function () {
1228
1735
  return import('./assets/logo_mysql');
1229
- },
1230
- logoNginx: function logoNginx() {
1736
+ }, {
1737
+ category: 'thirdPartyLogo'
1738
+ }),
1739
+ logoNginx: withMetadata(function () {
1231
1740
  return import('./assets/logo_nginx');
1232
- },
1233
- logoObservability: function logoObservability() {
1741
+ }, {
1742
+ category: 'thirdPartyLogo'
1743
+ }),
1744
+ logoObservability: withMetadata(function () {
1234
1745
  return import('./assets/logo_observability');
1235
- },
1236
- logoOsquery: function logoOsquery() {
1746
+ }, {
1747
+ category: 'elasticLogo'
1748
+ }),
1749
+ logoOsquery: withMetadata(function () {
1237
1750
  return import('./assets/logo_osquery');
1238
- },
1239
- logoPhp: function logoPhp() {
1751
+ }, {
1752
+ category: 'thirdPartyLogo'
1753
+ }),
1754
+ logoPhp: withMetadata(function () {
1240
1755
  return import('./assets/logo_php');
1241
- },
1242
- logoPostgres: function logoPostgres() {
1756
+ }, {
1757
+ category: 'thirdPartyLogo'
1758
+ }),
1759
+ logoPostgres: withMetadata(function () {
1243
1760
  return import('./assets/logo_postgres');
1244
- },
1245
- logoPrometheus: function logoPrometheus() {
1761
+ }, {
1762
+ category: 'thirdPartyLogo'
1763
+ }),
1764
+ logoPrometheus: withMetadata(function () {
1246
1765
  return import('./assets/logo_prometheus');
1247
- },
1248
- logoRabbitmq: function logoRabbitmq() {
1766
+ }, {
1767
+ category: 'thirdPartyLogo'
1768
+ }),
1769
+ logoRabbitmq: withMetadata(function () {
1249
1770
  return import('./assets/logo_rabbitmq');
1250
- },
1251
- logoRedis: function logoRedis() {
1771
+ }, {
1772
+ category: 'thirdPartyLogo'
1773
+ }),
1774
+ logoRedis: withMetadata(function () {
1252
1775
  return import('./assets/logo_redis');
1253
- },
1254
- logoSecurity: function logoSecurity() {
1776
+ }, {
1777
+ category: 'thirdPartyLogo'
1778
+ }),
1779
+ logoSecurity: withMetadata(function () {
1255
1780
  return import('./assets/logo_security');
1256
- },
1257
- logoSiteSearch: function logoSiteSearch() {
1781
+ }, {
1782
+ category: 'elasticLogo'
1783
+ }),
1784
+ logoSiteSearch: withMetadata(function () {
1258
1785
  return import('./assets/logo_site_search');
1259
- },
1260
- logoSketch: function logoSketch() {
1786
+ }, {
1787
+ category: 'elasticLogo'
1788
+ }),
1789
+ logoSketch: withMetadata(function () {
1261
1790
  return import('./assets/logo_sketch');
1262
- },
1263
- logoSlack: function logoSlack() {
1791
+ }, {
1792
+ category: 'thirdPartyLogo'
1793
+ }),
1794
+ logoSlack: withMetadata(function () {
1264
1795
  return import('./assets/logo_slack');
1265
- },
1266
- logoUptime: function logoUptime() {
1796
+ }, {
1797
+ category: 'thirdPartyLogo'
1798
+ }),
1799
+ logoUptime: withMetadata(function () {
1267
1800
  return import('./assets/logo_uptime');
1268
- },
1269
- logoVectorDB: function logoVectorDB() {
1801
+ }, {
1802
+ category: 'elasticLogo'
1803
+ }),
1804
+ logoVectorDB: withMetadata(function () {
1270
1805
  return import('./assets/logo_vector_db');
1271
- },
1272
- logoVulnerabilityManagement: function logoVulnerabilityManagement() {
1806
+ }, {
1807
+ category: 'elasticLogo'
1808
+ }),
1809
+ logoVulnerabilityManagement: withMetadata(function () {
1273
1810
  return import('./assets/logo_vulnerability_management');
1274
- },
1275
- logoWebhook: function logoWebhook() {
1811
+ }, {
1812
+ category: 'elasticLogo'
1813
+ }),
1814
+ logoWebhook: withMetadata(function () {
1276
1815
  return import('./assets/logo_webhook');
1277
- },
1278
- logoWindows: function logoWindows() {
1816
+ }, {
1817
+ category: 'thirdPartyLogo'
1818
+ }),
1819
+ logoWindows: withMetadata(function () {
1279
1820
  return import('./assets/logo_windows');
1280
- },
1281
- logoWorkplaceSearch: function logoWorkplaceSearch() {
1821
+ }, {
1822
+ category: 'thirdPartyLogo'
1823
+ }),
1824
+ logoWorkplaceSearch: withMetadata(function () {
1282
1825
  return import('./assets/logo_workplace_search');
1283
- },
1284
- logsApp: function logsApp() {
1826
+ }, {
1827
+ category: 'elasticLogo'
1828
+ }),
1829
+ logsApp: withMetadata(function () {
1285
1830
  return import('./assets/app_logs');
1286
- },
1831
+ }, {
1832
+ category: 'app'
1833
+ }),
1287
1834
  logstashFilter: function logstashFilter() {
1288
1835
  return import('./assets/logstash_filter');
1289
1836
  },
@@ -1301,27 +1848,39 @@ export var typeToPathMap = {
1301
1848
  return import('./assets/queue');
1302
1849
  },
1303
1850
  // NOTE: To be deprecated in favor of queue
1304
- queue: function queue() {
1851
+ queue: withMetadata(function () {
1305
1852
  return import('./assets/queue');
1306
- },
1307
- machineLearningApp: function machineLearningApp() {
1853
+ }, {
1854
+ synonyms: ['queue', 'line', 'buffer', 'waiting', 'jobs']
1855
+ }),
1856
+ machineLearningApp: withMetadata(function () {
1308
1857
  return import('./assets/app_ml');
1309
- },
1858
+ }, {
1859
+ category: 'app'
1860
+ }),
1310
1861
  magnet: function magnet() {
1311
1862
  return import('./assets/magnet');
1312
1863
  },
1313
- magnify: function magnify() {
1864
+ magnify: withMetadata(function () {
1314
1865
  return import('./assets/magnify');
1315
- },
1316
- magnifyExclamation: function magnifyExclamation() {
1866
+ }, {
1867
+ synonyms: ['search', 'find', 'zoom', 'lookup', 'query', 'discover', 'glass']
1868
+ }),
1869
+ magnifyExclamation: withMetadata(function () {
1317
1870
  return import('./assets/magnify_exclamation');
1318
- },
1319
- magnifyMinus: function magnifyMinus() {
1871
+ }, {
1872
+ synonyms: ['search', 'alert', 'warning', 'find', 'magnify', 'important']
1873
+ }),
1874
+ magnifyMinus: withMetadata(function () {
1320
1875
  return import('./assets/magnify_minus');
1321
- },
1322
- magnifyPlus: function magnifyPlus() {
1876
+ }, {
1877
+ synonyms: ['zoom out', 'search', 'minus', 'shrink', 'magnify']
1878
+ }),
1879
+ magnifyPlus: withMetadata(function () {
1323
1880
  return import('./assets/magnify_plus');
1324
- },
1881
+ }, {
1882
+ synonyms: ['zoom in', 'search', 'plus', 'enlarge', 'magnify']
1883
+ }),
1325
1884
  magnifyWithExclamation: function magnifyWithExclamation() {
1326
1885
  return import('./assets/magnify_with_exclamation');
1327
1886
  },
@@ -1334,58 +1893,84 @@ export var typeToPathMap = {
1334
1893
  return import('./assets/magnify_with_plus');
1335
1894
  },
1336
1895
  // NOTE: To be deprecated in favor of magnifyPlus,
1337
- managementApp: function managementApp() {
1896
+ managementApp: withMetadata(function () {
1338
1897
  return import('./assets/app_management');
1339
- },
1340
- map: function map() {
1898
+ }, {
1899
+ category: 'app'
1900
+ }),
1901
+ map: withMetadata(function () {
1341
1902
  return import('./assets/map');
1342
- },
1903
+ }, {
1904
+ synonyms: ['map', 'location', 'geo', 'geography', 'region']
1905
+ }),
1343
1906
  mapMarker: function mapMarker() {
1344
1907
  return import('./assets/waypoint');
1345
1908
  },
1346
1909
  // NOTE: To be deprecated in favor of waypoint
1347
- waypoint: function waypoint() {
1910
+ waypoint: withMetadata(function () {
1348
1911
  return import('./assets/waypoint');
1349
- },
1350
- megaphone: function megaphone() {
1912
+ }, {
1913
+ synonyms: ['waypoint', 'marker', 'step', 'node', 'path']
1914
+ }),
1915
+ megaphone: withMetadata(function () {
1351
1916
  return import('./assets/megaphone');
1352
- },
1917
+ }, {
1918
+ synonyms: ['megaphone', 'announce', 'broadcast', 'marketing', 'loud']
1919
+ }),
1353
1920
  memory: function memory() {
1354
1921
  return import('./assets/memory');
1355
1922
  },
1356
- menu: function menu() {
1923
+ menu: withMetadata(function () {
1357
1924
  return import('./assets/menu');
1358
- },
1925
+ }, {
1926
+ synonyms: ['menu', 'hamburger', 'navigation', 'options', 'bars']
1927
+ }),
1359
1928
  menuDown: function menuDown() {
1360
1929
  return import('./assets/menu_down');
1361
1930
  },
1362
- menuLeft: function menuLeft() {
1931
+ menuLeft: withMetadata(function () {
1363
1932
  return import('./assets/menu_left');
1364
- },
1365
- menuRight: function menuRight() {
1933
+ }, {
1934
+ synonyms: ['menu left', 'menu', 'hamburger', 'navigation', 'options', 'bars', 'left']
1935
+ }),
1936
+ menuRight: withMetadata(function () {
1366
1937
  return import('./assets/menu_right');
1367
- },
1938
+ }, {
1939
+ synonyms: ['menu right', 'menu', 'hamburger', 'navigation', 'options', 'bars', 'right']
1940
+ }),
1368
1941
  menuUp: function menuUp() {
1369
1942
  return import('./assets/menu_up');
1370
1943
  },
1371
- merge: function merge() {
1944
+ merge: withMetadata(function () {
1372
1945
  return import('./assets/merge');
1373
- },
1374
- metricbeatApp: function metricbeatApp() {
1946
+ }, {
1947
+ synonyms: ['merge', 'combine', 'join', 'unite', 'git']
1948
+ }),
1949
+ metricbeatApp: withMetadata(function () {
1375
1950
  return import('./assets/app_metricbeat');
1376
- },
1377
- metricsApp: function metricsApp() {
1951
+ }, {
1952
+ category: 'app'
1953
+ }),
1954
+ metricsApp: withMetadata(function () {
1378
1955
  return import('./assets/app_metrics');
1379
- },
1380
- minimize: function minimize() {
1956
+ }, {
1957
+ category: 'app'
1958
+ }),
1959
+ minimize: withMetadata(function () {
1381
1960
  return import('./assets/minimize');
1382
- },
1383
- minus: function minus() {
1961
+ }, {
1962
+ synonyms: ['minimize']
1963
+ }),
1964
+ minus: withMetadata(function () {
1384
1965
  return import('./assets/minus');
1385
- },
1386
- minusCircle: function minusCircle() {
1966
+ }, {
1967
+ synonyms: ['minus', 'remove', 'subtract', 'decrement']
1968
+ }),
1969
+ minusCircle: withMetadata(function () {
1387
1970
  return import('./assets/minus_circle');
1388
- },
1971
+ }, {
1972
+ synonyms: ['minus circle', 'minus', 'remove', 'subtract', 'decrement', 'circle']
1973
+ }),
1389
1974
  minusInCircle: function minusInCircle() {
1390
1975
  return import('./assets/minus_circle');
1391
1976
  },
@@ -1398,27 +1983,37 @@ export var typeToPathMap = {
1398
1983
  return import('./assets/minus_square');
1399
1984
  },
1400
1985
  // NOTE: To be deprecated in favor of minusSquare
1401
- minusSquare: function minusSquare() {
1986
+ minusSquare: withMetadata(function () {
1402
1987
  return import('./assets/minus_square');
1403
- },
1988
+ }, {
1989
+ synonyms: ['minus', 'square', 'remove', 'collapse', 'decrement']
1990
+ }),
1404
1991
  mobile: function mobile() {
1405
1992
  return import('./assets/mobile');
1406
1993
  },
1407
- monitoringApp: function monitoringApp() {
1994
+ monitoringApp: withMetadata(function () {
1408
1995
  return import('./assets/app_monitoring');
1409
- },
1410
- moon: function moon() {
1996
+ }, {
1997
+ category: 'app'
1998
+ }),
1999
+ moon: withMetadata(function () {
1411
2000
  return import('./assets/moon');
1412
- },
1413
- move: function move() {
2001
+ }, {
2002
+ synonyms: ['moon', 'dark', 'night', 'theme']
2003
+ }),
2004
+ move: withMetadata(function () {
1414
2005
  return import('./assets/move');
1415
- },
2006
+ }, {
2007
+ synonyms: ['move', 'relocate', 'drag', 'position', 'transfer']
2008
+ }),
1416
2009
  namespace: function namespace() {
1417
2010
  return import('./assets/namespace');
1418
2011
  },
1419
- nested: function nested() {
2012
+ nested: withMetadata(function () {
1420
2013
  return import('./assets/nested');
1421
- },
2014
+ }, {
2015
+ synonyms: ['nested', 'hierarchy', 'tree', 'child', 'indent']
2016
+ }),
1422
2017
  newChat: function newChat() {
1423
2018
  return import('./assets/plus_circle');
1424
2019
  },
@@ -1427,71 +2022,105 @@ export var typeToPathMap = {
1427
2022
  return import('./assets/vector_triangle');
1428
2023
  },
1429
2024
  // NOTE: To be deprecated in favor of vectorTriangle
1430
- vectorTriangle: function vectorTriangle() {
2025
+ vectorTriangle: withMetadata(function () {
1431
2026
  return import('./assets/vector_triangle');
1432
- },
1433
- notebookApp: function notebookApp() {
2027
+ }, {
2028
+ synonyms: ['vector', 'triangle', 'shape', 'geometry', 'delta']
2029
+ }),
2030
+ notebookApp: withMetadata(function () {
1434
2031
  return import('./assets/app_notebook');
1435
- },
1436
- number: function number() {
2032
+ }, {
2033
+ category: 'app'
2034
+ }),
2035
+ number: withMetadata(function () {
1437
2036
  return import('./assets/number');
1438
- },
2037
+ }, {
2038
+ synonyms: ['number', 'digit', 'numeric', 'count', 'hash']
2039
+ }),
1439
2040
  offline: function offline() {
1440
2041
  return import('./assets/wifi_slash');
1441
2042
  },
1442
2043
  // NOTE: To be deprecated in favor of wifiSlash
1443
- wifiSlash: function wifiSlash() {
2044
+ wifiSlash: withMetadata(function () {
1444
2045
  return import('./assets/wifi_slash');
1445
- },
2046
+ }, {
2047
+ synonyms: ['wifi', 'off', 'disconnected', 'network', 'wireless', 'no signal']
2048
+ }),
1446
2049
  online: function online() {
1447
2050
  return import('./assets/wifi');
1448
2051
  },
1449
2052
  // NOTE: To be deprecated in favor of wifi
1450
- wifi: function wifi() {
2053
+ wifi: withMetadata(function () {
1451
2054
  return import('./assets/wifi');
1452
- },
1453
- outlierDetectionJob: function outlierDetectionJob() {
2055
+ }, {
2056
+ synonyms: ['wifi', 'wireless', 'network', 'internet', 'connection']
2057
+ }),
2058
+ outlierDetectionJob: withMetadata(function () {
1454
2059
  return import('./assets/ml_outlier_detection_job');
1455
- },
1456
- package: function _package() {
2060
+ }, {
2061
+ category: 'ml'
2062
+ }),
2063
+ package: withMetadata(function () {
1457
2064
  return import('./assets/package');
1458
- },
1459
- packetbeatApp: function packetbeatApp() {
2065
+ }, {
2066
+ synonyms: ['package', 'box', 'bundle', 'npm', 'module']
2067
+ }),
2068
+ packetbeatApp: withMetadata(function () {
1460
2069
  return import('./assets/app_packetbeat');
1461
- },
2070
+ }, {
2071
+ category: 'app'
2072
+ }),
1462
2073
  pageSelect: function pageSelect() {
1463
2074
  return import('./assets/page_select');
1464
2075
  },
1465
- pagesSelect: function pagesSelect() {
2076
+ pagesSelect: withMetadata(function () {
1466
2077
  return import('./assets/pages_select');
1467
- },
1468
- palette: function palette() {
2078
+ }, {
2079
+ synonyms: ['pages', 'select', 'pagination', 'choose', 'document']
2080
+ }),
2081
+ palette: withMetadata(function () {
1469
2082
  return import('./assets/palette');
1470
- },
1471
- paperClip: function paperClip() {
2083
+ }, {
2084
+ synonyms: ['palette', 'colors', 'theme', 'design', 'swatch']
2085
+ }),
2086
+ paperClip: withMetadata(function () {
1472
2087
  return import('./assets/paper_clip');
1473
- },
1474
- partial: function partial() {
2088
+ }, {
2089
+ synonyms: ['attachment', 'clip', 'file', 'attach', 'paperclip']
2090
+ }),
2091
+ partial: withMetadata(function () {
1475
2092
  return import('./assets/partial');
1476
- },
1477
- pause: function pause() {
2093
+ }, {
2094
+ synonyms: ['partial', 'incomplete', 'fragment', 'section']
2095
+ }),
2096
+ pause: withMetadata(function () {
1478
2097
  return import('./assets/pause');
1479
- },
2098
+ }, {
2099
+ synonyms: ['pause', 'hold', 'stop temporary', 'wait']
2100
+ }),
1480
2101
  payment: function payment() {
1481
2102
  return import('./assets/payment');
1482
2103
  },
1483
- pencil: function pencil() {
2104
+ pencil: withMetadata(function () {
1484
2105
  return import('./assets/pencil');
1485
- },
1486
- percent: function percent() {
2106
+ }, {
2107
+ synonyms: ['pencil', 'edit', 'write', 'modify', 'pen']
2108
+ }),
2109
+ percent: withMetadata(function () {
1487
2110
  return import('./assets/percent');
1488
- },
1489
- pin: function pin() {
2111
+ }, {
2112
+ synonyms: ['percent', 'percentage', 'ratio', 'rate']
2113
+ }),
2114
+ pin: withMetadata(function () {
1490
2115
  return import('./assets/pin');
1491
- },
1492
- pinFill: function pinFill() {
2116
+ }, {
2117
+ synonyms: ['pin', 'anchor', 'stick', 'fixed', 'bookmark']
2118
+ }),
2119
+ pinFill: withMetadata(function () {
1493
2120
  return import('./assets/pin_fill');
1494
- },
2121
+ }, {
2122
+ synonyms: ['pin', 'filled', 'stick', 'anchor', 'fixed', 'bookmark']
2123
+ }),
1495
2124
  pinFilled: function pinFilled() {
1496
2125
  return import('./assets/pin_fill');
1497
2126
  },
@@ -1500,19 +2129,25 @@ export var typeToPathMap = {
1500
2129
  return import('./assets/line_break');
1501
2130
  },
1502
2131
  // NOTE: To be deprecated in favor of lineBreak
1503
- pipelineApp: function pipelineApp() {
2132
+ pipelineApp: withMetadata(function () {
1504
2133
  return import('./assets/app_pipeline');
1505
- },
2134
+ }, {
2135
+ category: 'app'
2136
+ }),
1506
2137
  pipeNoBreaks: function pipeNoBreaks() {
1507
2138
  return import('./assets/line_break_slash');
1508
2139
  },
1509
2140
  // NOTE: To be deprecated in favor of lineBreakSlash
1510
- pivot: function pivot() {
2141
+ pivot: withMetadata(function () {
1511
2142
  return import('./assets/pivot');
1512
- },
1513
- play: function play() {
2143
+ }, {
2144
+ synonyms: ['pivot', 'table', 'transform', 'rotate', 'analytics']
2145
+ }),
2146
+ play: withMetadata(function () {
1514
2147
  return import('./assets/play');
1515
- },
2148
+ }, {
2149
+ synonyms: ['play', 'start', 'run', 'media', 'video']
2150
+ }),
1516
2151
  playFilled: function playFilled() {
1517
2152
  return import('./assets/play_filled');
1518
2153
  },
@@ -1520,12 +2155,16 @@ export var typeToPathMap = {
1520
2155
  plugs: function plugs() {
1521
2156
  return import('./assets/plugs');
1522
2157
  },
1523
- plus: function plus() {
2158
+ plus: withMetadata(function () {
1524
2159
  return import('./assets/plus');
1525
- },
1526
- plusCircle: function plusCircle() {
2160
+ }, {
2161
+ synonyms: ['plus', 'add', 'new', 'create', 'increment']
2162
+ }),
2163
+ plusCircle: withMetadata(function () {
1527
2164
  return import('./assets/plus_circle');
1528
- },
2165
+ }, {
2166
+ synonyms: ['plus circle', 'plus', 'add', 'new', 'create', 'increment', 'circle']
2167
+ }),
1529
2168
  plusInCircle: function plusInCircle() {
1530
2169
  return import('./assets/plus_circle');
1531
2170
  },
@@ -1538,88 +2177,132 @@ export var typeToPathMap = {
1538
2177
  return import('./assets/plus_square');
1539
2178
  },
1540
2179
  // NOTE: To be deprecated in favor of plusSquare
1541
- plusSquare: function plusSquare() {
2180
+ plusSquare: withMetadata(function () {
1542
2181
  return import('./assets/plus_square');
1543
- },
2182
+ }, {
2183
+ synonyms: ['plus', 'square', 'add', 'expand', 'increment']
2184
+ }),
1544
2185
  popout: function popout() {
1545
2186
  return import('./assets/external');
1546
2187
  },
1547
2188
  // NOTE: To be deprecated in favor of external
1548
- presentation: function presentation() {
2189
+ presentation: withMetadata(function () {
1549
2190
  return import('./assets/presentation');
1550
- },
2191
+ }, {
2192
+ synonyms: ['presentation', 'slides', 'deck', 'display', 'show']
2193
+ }),
1551
2194
  productRobot: function productRobot() {
1552
2195
  return import('./assets/product_agent');
1553
2196
  },
1554
2197
  // NOTE: To be deprecated in favor of productAgent
1555
- productAgent: function productAgent() {
2198
+ productAgent: withMetadata(function () {
1556
2199
  return import('./assets/product_agent');
1557
- },
1558
- productCloudInfra: function productCloudInfra() {
2200
+ }, {
2201
+ synonyms: ['agent', 'product', 'elastic agent', 'fleet', 'monitoring']
2202
+ }),
2203
+ productCloudInfra: withMetadata(function () {
1559
2204
  return import('./assets/product_cloud_infra');
1560
- },
1561
- productDashboard: function productDashboard() {
2205
+ }, {
2206
+ synonyms: ['cloud', 'infrastructure', 'product', 'hosting', 'platform']
2207
+ }),
2208
+ productDashboard: withMetadata(function () {
1562
2209
  return import('./assets/product_dashboard');
1563
- },
1564
- productDiscover: function productDiscover() {
2210
+ }, {
2211
+ synonyms: ['dashboard', 'product', 'kibana', 'analytics', 'panel']
2212
+ }),
2213
+ productDiscover: withMetadata(function () {
1565
2214
  return import('./assets/product_discover');
1566
- },
1567
- productML: function productML() {
2215
+ }, {
2216
+ synonyms: ['discover', 'product', 'explore', 'data', 'search', 'kibana']
2217
+ }),
2218
+ productML: withMetadata(function () {
1568
2219
  return import('./assets/product_ml');
1569
- },
1570
- productStreamsClassic: function productStreamsClassic() {
2220
+ }, {
2221
+ synonyms: ['machine learning', 'ml', 'product', 'model', 'ai']
2222
+ }),
2223
+ productStreamsClassic: withMetadata(function () {
1571
2224
  return import('./assets/product_streams_classic');
1572
- },
1573
- productStreamsWired: function productStreamsWired() {
2225
+ }, {
2226
+ synonyms: ['streams', 'classic', 'product', 'data', 'pipeline']
2227
+ }),
2228
+ productStreamsWired: withMetadata(function () {
1574
2229
  return import('./assets/product_streams_wired');
1575
- },
2230
+ }, {
2231
+ synonyms: ['streams', 'wired', 'product', 'data', 'pipeline', 'connected']
2232
+ }),
1576
2233
  push: function push() {
1577
2234
  return import('./assets/send');
1578
2235
  },
1579
2236
  // NOTE: To be deprecated in favor of send
1580
- send: function send() {
2237
+ send: withMetadata(function () {
1581
2238
  return import('./assets/send');
1582
- },
1583
- question: function question() {
2239
+ }, {
2240
+ synonyms: ['send', 'submit', 'dispatch', 'arrow', 'share']
2241
+ }),
2242
+ question: withMetadata(function () {
1584
2243
  return import('./assets/question');
1585
- },
1586
- quote: function quote() {
2244
+ }, {
2245
+ synonyms: ['question', 'help', 'unknown', 'faq', 'ask']
2246
+ }),
2247
+ quote: withMetadata(function () {
1587
2248
  return import('./assets/quote');
1588
- },
1589
- radar: function radar() {
2249
+ }, {
2250
+ synonyms: ['quote', 'citation', 'blockquote', 'text']
2251
+ }),
2252
+ radar: withMetadata(function () {
1590
2253
  return import('./assets/radar');
1591
- },
1592
- readOnly: function readOnly() {
2254
+ }, {
2255
+ synonyms: ['radar', 'scan', 'detect', 'monitor', 'signal']
2256
+ }),
2257
+ readOnly: withMetadata(function () {
1593
2258
  return import('./assets/read_only');
1594
- },
1595
- recentlyViewedApp: function recentlyViewedApp() {
2259
+ }, {
2260
+ synonyms: ['read only', 'locked', 'view', 'permission', 'restrict']
2261
+ }),
2262
+ recentlyViewedApp: withMetadata(function () {
1596
2263
  return import('./assets/app_recently_viewed');
1597
- },
1598
- refresh: function refresh() {
2264
+ }, {
2265
+ category: 'app'
2266
+ }),
2267
+ refresh: withMetadata(function () {
1599
2268
  return import('./assets/refresh');
1600
- },
1601
- regressionJob: function regressionJob() {
2269
+ }, {
2270
+ synonyms: ['refresh', 'reload', 'sync', 'update', 'rotate']
2271
+ }),
2272
+ regressionJob: withMetadata(function () {
1602
2273
  return import('./assets/ml_regression_job');
1603
- },
1604
- reporter: function reporter() {
2274
+ }, {
2275
+ category: 'ml'
2276
+ }),
2277
+ reporter: withMetadata(function () {
1605
2278
  return import('./assets/reporter');
1606
- },
1607
- reportingApp: function reportingApp() {
2279
+ }, {
2280
+ synonyms: ['reporter', 'report', 'export', 'document', 'output']
2281
+ }),
2282
+ reportingApp: withMetadata(function () {
1608
2283
  return import('./assets/app_reporting');
1609
- },
1610
- return: function _return() {
2284
+ }, {
2285
+ category: 'app'
2286
+ }),
2287
+ return: withMetadata(function () {
1611
2288
  return import('./assets/return');
1612
- },
2289
+ }, {
2290
+ synonyms: ['return', 'enter', 'keyboard', 'submit', 'back', 'revert']
2291
+ }),
1613
2292
  returnKey: function returnKey() {
1614
2293
  return import('./assets/return');
1615
2294
  },
1616
2295
  // NOTE: To be deprecated in favor of return
1617
- save: function save() {
2296
+ save: withMetadata(function () {
1618
2297
  return import('./assets/save');
1619
- },
1620
- savedObjectsApp: function savedObjectsApp() {
2298
+ }, {
2299
+ synonyms: ['save', 'store', 'disk', 'persist', 'keep']
2300
+ }),
2301
+ savedObjectsApp: withMetadata(function () {
1621
2302
  return import('./assets/app_saved_objects');
1622
- },
2303
+ }, {
2304
+ category: 'app'
2305
+ }),
1623
2306
  scale: function scale() {
1624
2307
  return import('./assets/scale');
1625
2308
  },
@@ -1627,18 +2310,26 @@ export var typeToPathMap = {
1627
2310
  return import('./assets/magnify');
1628
2311
  },
1629
2312
  // NOTE: To be deprecated in favor of magnify
1630
- searchProfilerApp: function searchProfilerApp() {
2313
+ searchProfilerApp: withMetadata(function () {
1631
2314
  return import('./assets/app_search_profiler');
1632
- },
1633
- section: function section() {
2315
+ }, {
2316
+ category: 'app'
2317
+ }),
2318
+ section: withMetadata(function () {
1634
2319
  return import('./assets/section');
1635
- },
1636
- securityAnalyticsApp: function securityAnalyticsApp() {
2320
+ }, {
2321
+ synonyms: ['section', 'region', 'block', 'area', 'group']
2322
+ }),
2323
+ securityAnalyticsApp: withMetadata(function () {
1637
2324
  return import('./assets/app_security_analytics');
1638
- },
1639
- securityApp: function securityApp() {
2325
+ }, {
2326
+ category: 'app'
2327
+ }),
2328
+ securityApp: withMetadata(function () {
1640
2329
  return import('./assets/app_security');
1641
- },
2330
+ }, {
2331
+ category: 'app'
2332
+ }),
1642
2333
  securitySignal: function securitySignal() {
1643
2334
  return import('./assets/security_signal');
1644
2335
  },
@@ -1649,63 +2340,95 @@ export var typeToPathMap = {
1649
2340
  securitySignalResolved: function securitySignalResolved() {
1650
2341
  return import('./assets/security_signal_resolved');
1651
2342
  },
1652
- server: function server() {
2343
+ server: withMetadata(function () {
1653
2344
  return import('./assets/server');
1654
- },
2345
+ }, {
2346
+ synonyms: ['server', 'host', 'machine', 'infrastructure', 'backend']
2347
+ }),
1655
2348
  sessionViewer: function sessionViewer() {
1656
2349
  return import('./assets/session_viewer');
1657
2350
  },
1658
- shard: function shard() {
2351
+ shard: withMetadata(function () {
1659
2352
  return import('./assets/shard');
1660
- },
1661
- share: function share() {
2353
+ }, {
2354
+ synonyms: ['shard', 'partition', 'segment', 'elastic', 'index']
2355
+ }),
2356
+ share: withMetadata(function () {
1662
2357
  return import('./assets/share');
1663
- },
1664
- significantEvents: function significantEvents() {
2358
+ }, {
2359
+ synonyms: ['share', 'send', 'distribute', 'social', 'export']
2360
+ }),
2361
+ significantEvents: withMetadata(function () {
1665
2362
  return import('./assets/significant_events');
1666
- },
2363
+ }, {
2364
+ synonyms: ['events', 'significant', 'anomaly', 'alert', 'notable', 'timeline']
2365
+ }),
1667
2366
  singleMetricViewer: function singleMetricViewer() {
1668
2367
  return import('./assets/single_metric_viewer');
1669
2368
  },
1670
- snowflake: function snowflake() {
2369
+ snowflake: withMetadata(function () {
1671
2370
  return import('./assets/snowflake');
1672
- },
1673
- sortAscending: function sortAscending() {
2371
+ }, {
2372
+ synonyms: ['snowflake', 'unique', 'id', 'data warehouse']
2373
+ }),
2374
+ sortAscending: withMetadata(function () {
1674
2375
  return import('./assets/sort_ascending');
1675
- },
1676
- sortDescending: function sortDescending() {
2376
+ }, {
2377
+ synonyms: ['sort', 'ascending', 'up', 'order', 'rank', 'increase']
2378
+ }),
2379
+ sortDescending: withMetadata(function () {
1677
2380
  return import('./assets/sort_descending');
1678
- },
1679
- sortDown: function sortDown() {
2381
+ }, {
2382
+ synonyms: ['sort', 'descending', 'down', 'order', 'rank', 'decrease']
2383
+ }),
2384
+ sortDown: withMetadata(function () {
1680
2385
  return import('./assets/sort_down');
1681
- },
1682
- sortLeft: function sortLeft() {
2386
+ }, {
2387
+ synonyms: ['sort down', 'sort', 'order', 'rank', 'arrange', 'down']
2388
+ }),
2389
+ sortLeft: withMetadata(function () {
1683
2390
  return import('./assets/sort_left');
1684
- },
1685
- sortRight: function sortRight() {
2391
+ }, {
2392
+ synonyms: ['sort left', 'sort', 'order', 'rank', 'arrange', 'left']
2393
+ }),
2394
+ sortRight: withMetadata(function () {
1686
2395
  return import('./assets/sort_right');
1687
- },
1688
- sortUp: function sortUp() {
2396
+ }, {
2397
+ synonyms: ['sort right', 'sort', 'order', 'rank', 'arrange', 'right']
2398
+ }),
2399
+ sortUp: withMetadata(function () {
1689
2400
  return import('./assets/sort_up');
1690
- },
1691
- sortable: function sortable() {
2401
+ }, {
2402
+ synonyms: ['sort up', 'sort', 'order', 'rank', 'arrange', 'up']
2403
+ }),
2404
+ sortable: withMetadata(function () {
1692
2405
  return import('./assets/sortable');
1693
- },
2406
+ }, {
2407
+ synonyms: ['sortable', 'sort', 'order']
2408
+ }),
1694
2409
  spaces: function spaces() {
1695
2410
  return import('./assets/spaces');
1696
2411
  },
1697
- spacesApp: function spacesApp() {
2412
+ spacesApp: withMetadata(function () {
1698
2413
  return import('./assets/app_spaces');
1699
- },
1700
- sparkles: function sparkles() {
2414
+ }, {
2415
+ category: 'app'
2416
+ }),
2417
+ sparkles: withMetadata(function () {
1701
2418
  return import('./assets/sparkles');
1702
- },
1703
- sqlApp: function sqlApp() {
2419
+ }, {
2420
+ synonyms: ['sparkles', 'ai', 'magic', 'new', 'enhance', 'auto']
2421
+ }),
2422
+ sqlApp: withMetadata(function () {
1704
2423
  return import('./assets/app_sql');
1705
- },
1706
- star: function star() {
2424
+ }, {
2425
+ category: 'app'
2426
+ }),
2427
+ star: withMetadata(function () {
1707
2428
  return import('./assets/star');
1708
- },
2429
+ }, {
2430
+ synonyms: ['star', 'favorite', 'rating', 'bookmark']
2431
+ }),
1709
2432
  starEmpty: function starEmpty() {
1710
2433
  return import('./assets/star');
1711
2434
  },
@@ -1713,9 +2436,11 @@ export var typeToPathMap = {
1713
2436
  starEmptySpace: function starEmptySpace() {
1714
2437
  return import('./assets/star_empty_space');
1715
2438
  },
1716
- starFill: function starFill() {
2439
+ starFill: withMetadata(function () {
1717
2440
  return import('./assets/star_fill');
1718
- },
2441
+ }, {
2442
+ synonyms: ['star fill', 'star', 'favorite', 'rating', 'bookmark', 'fill', 'filled', 'solid']
2443
+ }),
1719
2444
  starFilled: function starFilled() {
1720
2445
  return import('./assets/star_fill');
1721
2446
  },
@@ -1750,9 +2475,11 @@ export var typeToPathMap = {
1750
2475
  stats: function stats() {
1751
2476
  return import('./assets/stats');
1752
2477
  },
1753
- stop: function stop() {
2478
+ stop: withMetadata(function () {
1754
2479
  return import('./assets/stop');
1755
- },
2480
+ }, {
2481
+ synonyms: ['stop', 'halt', 'end', 'terminate', 'square']
2482
+ }),
1756
2483
  stopFill: function stopFill() {
1757
2484
  return import('./assets/stop_fill');
1758
2485
  },
@@ -1763,9 +2490,11 @@ export var typeToPathMap = {
1763
2490
  stopSlash: function stopSlash() {
1764
2491
  return import('./assets/stop_slash');
1765
2492
  },
1766
- storage: function storage() {
2493
+ storage: withMetadata(function () {
1767
2494
  return import('./assets/storage');
1768
- },
2495
+ }, {
2496
+ synonyms: ['storage', 'disk', 'drive', 'save', 'data store']
2497
+ }),
1769
2498
  streamsClassic: function streamsClassic() {
1770
2499
  return import('./assets/product_streams_classic');
1771
2500
  },
@@ -1781,30 +2510,38 @@ export var typeToPathMap = {
1781
2510
  return import('./assets/merge');
1782
2511
  },
1783
2512
  // NOTE: To be deprecated in favor of `merge`
1784
- sun: function sun() {
2513
+ sun: withMetadata(function () {
1785
2514
  return import('./assets/sun');
1786
- },
2515
+ }, {
2516
+ synonyms: ['sun', 'light', 'day', 'theme', 'bright']
2517
+ }),
1787
2518
  swatchInput: function swatchInput() {
1788
2519
  return import('./assets/swatch_input');
1789
2520
  },
1790
2521
  // Undocumented on purpose. Has an extra stroke for EuiColorPicker
1791
- symlink: function symlink() {
2522
+ symlink: withMetadata(function () {
1792
2523
  return import('./assets/symlink');
1793
- },
2524
+ }, {
2525
+ synonyms: ['symlink', 'shortcut', 'alias', 'link', 'reference']
2526
+ }),
1794
2527
  tableDensityCompact: function tableDensityCompact() {
1795
2528
  return import('./assets/table_density_high');
1796
2529
  },
1797
2530
  // NOTE: To be deprecated in favor of tableDensityHigh
1798
- tableDensityHigh: function tableDensityHigh() {
2531
+ tableDensityHigh: withMetadata(function () {
1799
2532
  return import('./assets/table_density_high');
1800
- },
2533
+ }, {
2534
+ synonyms: ['table', 'density', 'compact', 'tight', 'rows', 'spacing']
2535
+ }),
1801
2536
  tableDensityExpanded: function tableDensityExpanded() {
1802
2537
  return import('./assets/table_density_low');
1803
2538
  },
1804
2539
  // NOTE: To be deprecated in favor of tableDensityLow
1805
- tableDensityLow: function tableDensityLow() {
2540
+ tableDensityLow: withMetadata(function () {
1806
2541
  return import('./assets/table_density_low');
1807
- },
2542
+ }, {
2543
+ synonyms: ['table', 'density', 'spacious', 'loose', 'rows', 'spacing']
2544
+ }),
1808
2545
  tableDensityNormal: function tableDensityNormal() {
1809
2546
  return import('./assets/table');
1810
2547
  },
@@ -1812,9 +2549,11 @@ export var typeToPathMap = {
1812
2549
  tableOfContents: function tableOfContents() {
1813
2550
  return import('./assets/table_of_contents');
1814
2551
  },
1815
- tag: function tag() {
2552
+ tag: withMetadata(function () {
1816
2553
  return import('./assets/tag');
1817
- },
2554
+ }, {
2555
+ synonyms: ['tag', 'label', 'category', 'keyword', 'badge']
2556
+ }),
1818
2557
  tear: function tear() {
1819
2558
  return import('./assets/tear');
1820
2559
  },
@@ -1822,31 +2561,45 @@ export var typeToPathMap = {
1822
2561
  return import('./assets/thermometer');
1823
2562
  },
1824
2563
  // NOTE: To be deprecated in favor of thermometer
1825
- thermometer: function thermometer() {
2564
+ thermometer: withMetadata(function () {
1826
2565
  return import('./assets/thermometer');
1827
- },
1828
- thumbDown: function thumbDown() {
2566
+ }, {
2567
+ synonyms: ['thermometer', 'temperature', 'heat', 'metric', 'gauge']
2568
+ }),
2569
+ thumbDown: withMetadata(function () {
1829
2570
  return import('./assets/thumb_down');
1830
- },
1831
- thumbUp: function thumbUp() {
2571
+ }, {
2572
+ synonyms: ['thumbs down', 'dislike', 'negative', 'vote', 'feedback', 'bad']
2573
+ }),
2574
+ thumbUp: withMetadata(function () {
1832
2575
  return import('./assets/thumb_up');
1833
- },
1834
- timeline: function timeline() {
2576
+ }, {
2577
+ synonyms: ['thumbs up', 'like', 'positive', 'vote', 'feedback', 'good']
2578
+ }),
2579
+ timeline: withMetadata(function () {
1835
2580
  return import('./assets/timeline');
1836
- },
1837
- timelineWithArrow: function timelineWithArrow() {
2581
+ }, {
2582
+ synonyms: ['timeline', 'history', 'events', 'chronological', 'sequence']
2583
+ }),
2584
+ timelineWithArrow: withMetadata(function () {
1838
2585
  return import('./assets/timeline_with_arrow');
1839
- },
1840
- timelionApp: function timelionApp() {
2586
+ }, {
2587
+ synonyms: ['timeline', 'arrow', 'history', 'sequence', 'flow', 'events']
2588
+ }),
2589
+ timelionApp: withMetadata(function () {
1841
2590
  return import('./assets/app_timelion');
1842
- },
2591
+ }, {
2592
+ category: 'app'
2593
+ }),
1843
2594
  timeRefresh: function timeRefresh() {
1844
2595
  return import('./assets/refresh_time');
1845
2596
  },
1846
2597
  // NOTE: To be deprecated in favor of refreshTime
1847
- refreshTime: function refreshTime() {
2598
+ refreshTime: withMetadata(function () {
1848
2599
  return import('./assets/refresh_time');
1849
- },
2600
+ }, {
2601
+ synonyms: ['refresh', 'time', 'reload', 'schedule', 'sync', 'clock']
2602
+ }),
1850
2603
  timeslider: function timeslider() {
1851
2604
  return import('./assets/clock_control');
1852
2605
  },
@@ -1855,27 +2608,41 @@ export var typeToPathMap = {
1855
2608
  return import('./assets/presentation');
1856
2609
  },
1857
2610
  // NOTE: To be deprecated in favor of presentation,
1858
- transitionBottomIn: function transitionBottomIn() {
2611
+ transitionBottomIn: withMetadata(function () {
1859
2612
  return import('./assets/transition_bottom_in');
1860
- },
1861
- transitionBottomOut: function transitionBottomOut() {
2613
+ }, {
2614
+ synonyms: ['transition', 'bottom', 'in', 'animate', 'enter', 'motion']
2615
+ }),
2616
+ transitionBottomOut: withMetadata(function () {
1862
2617
  return import('./assets/transition_bottom_out');
1863
- },
1864
- transitionLeftIn: function transitionLeftIn() {
2618
+ }, {
2619
+ synonyms: ['transition', 'bottom', 'out', 'animate', 'exit', 'motion']
2620
+ }),
2621
+ transitionLeftIn: withMetadata(function () {
1865
2622
  return import('./assets/transition_left_in');
1866
- },
1867
- transitionLeftOut: function transitionLeftOut() {
2623
+ }, {
2624
+ synonyms: ['transition', 'left', 'in', 'animate', 'enter', 'motion']
2625
+ }),
2626
+ transitionLeftOut: withMetadata(function () {
1868
2627
  return import('./assets/transition_left_out');
1869
- },
1870
- transitionTopIn: function transitionTopIn() {
2628
+ }, {
2629
+ synonyms: ['transition', 'left', 'out', 'animate', 'exit', 'motion']
2630
+ }),
2631
+ transitionTopIn: withMetadata(function () {
1871
2632
  return import('./assets/transition_top_in');
1872
- },
1873
- transitionTopOut: function transitionTopOut() {
2633
+ }, {
2634
+ synonyms: ['transition', 'top', 'in', 'animate', 'enter', 'motion']
2635
+ }),
2636
+ transitionTopOut: withMetadata(function () {
1874
2637
  return import('./assets/transition_top_out');
1875
- },
1876
- trash: function trash() {
2638
+ }, {
2639
+ synonyms: ['transition', 'top', 'out', 'animate', 'exit', 'motion']
2640
+ }),
2641
+ trash: withMetadata(function () {
1877
2642
  return import('./assets/trash');
1878
- },
2643
+ }, {
2644
+ synonyms: ['trash', 'delete', 'remove', 'bin', 'garbage', 'discard']
2645
+ }),
1879
2646
  unfold: function unfold() {
1880
2647
  return import('./assets/unfold');
1881
2648
  },
@@ -1883,38 +2650,54 @@ export var typeToPathMap = {
1883
2650
  return import('./assets/link_slash');
1884
2651
  },
1885
2652
  // NOTE: To be deprecated in favor of linkSlash
1886
- upgradeAssistantApp: function upgradeAssistantApp() {
2653
+ upgradeAssistantApp: withMetadata(function () {
1887
2654
  return import('./assets/app_upgrade_assistant');
1888
- },
1889
- uptimeApp: function uptimeApp() {
2655
+ }, {
2656
+ category: 'app'
2657
+ }),
2658
+ uptimeApp: withMetadata(function () {
1890
2659
  return import('./assets/app_uptime');
1891
- },
1892
- user: function user() {
2660
+ }, {
2661
+ category: 'app'
2662
+ }),
2663
+ user: withMetadata(function () {
1893
2664
  return import('./assets/user');
1894
- },
2665
+ }, {
2666
+ synonyms: ['user', 'person', 'account', 'profile', 'avatar']
2667
+ }),
1895
2668
  userAvatar: function userAvatar() {
1896
2669
  return import('./assets/user');
1897
2670
  },
1898
2671
  // NOTE: To be deprecated in favor of `user`
1899
- users: function users() {
2672
+ users: withMetadata(function () {
1900
2673
  return import('./assets/users');
1901
- },
1902
- usersRolesApp: function usersRolesApp() {
2674
+ }, {
2675
+ synonyms: ['users', 'people', 'team', 'group', 'accounts']
2676
+ }),
2677
+ usersRolesApp: withMetadata(function () {
1903
2678
  return import('./assets/app_users_roles');
1904
- },
1905
- unarchive: function unarchive() {
2679
+ }, {
2680
+ category: 'app'
2681
+ }),
2682
+ unarchive: withMetadata(function () {
1906
2683
  return import('./assets/unarchive');
1907
- },
2684
+ }, {
2685
+ synonyms: ['unarchive', 'restore', 'extract', 'retrieve', 'unpack']
2686
+ }),
1908
2687
  vector: function vector() {
1909
2688
  return import('./assets/vector_square');
1910
2689
  },
1911
2690
  // NOTE: To be deprecated in favor of vectorSquare
1912
- vectorSquare: function vectorSquare() {
2691
+ vectorSquare: withMetadata(function () {
1913
2692
  return import('./assets/vector_square');
1914
- },
1915
- videoPlayer: function videoPlayer() {
2693
+ }, {
2694
+ synonyms: ['vector', 'square', 'shape', 'geometry', 'box', 'region']
2695
+ }),
2696
+ videoPlayer: withMetadata(function () {
1916
2697
  return import('./assets/video_player');
1917
- },
2698
+ }, {
2699
+ synonyms: ['video', 'player', 'play', 'media', 'film', 'watch']
2700
+ }),
1918
2701
  visArea: function visArea() {
1919
2702
  return import('./assets/chart_area');
1920
2703
  },
@@ -1962,9 +2745,11 @@ export var typeToPathMap = {
1962
2745
  return import('./assets/chart_metric');
1963
2746
  },
1964
2747
  // NOTE: To be deprecated in favor of chartMetric
1965
- chartMetric: function chartMetric() {
2748
+ chartMetric: withMetadata(function () {
1966
2749
  return import('./assets/chart_metric');
1967
- },
2750
+ }, {
2751
+ synonyms: ['metric', 'chart', 'kpi', 'measurement', 'stat', 'indicator']
2752
+ }),
1968
2753
  visPie: function visPie() {
1969
2754
  return import('./assets/chart_pie');
1970
2755
  },
@@ -1991,25 +2776,35 @@ export var typeToPathMap = {
1991
2776
  visVisualBuilder: function visVisualBuilder() {
1992
2777
  return import('./assets/vis_visual_builder');
1993
2778
  },
1994
- visualizeApp: function visualizeApp() {
2779
+ visualizeApp: withMetadata(function () {
1995
2780
  return import('./assets/app_visualize');
1996
- },
1997
- vulnerabilityManagementApp: function vulnerabilityManagementApp() {
2781
+ }, {
2782
+ category: 'app'
2783
+ }),
2784
+ vulnerabilityManagementApp: withMetadata(function () {
1998
2785
  return import('./assets/app_vulnerability_management');
1999
- },
2000
- warning: function warning() {
2786
+ }, {
2787
+ category: 'app'
2788
+ }),
2789
+ warning: withMetadata(function () {
2001
2790
  return import('./assets/warning');
2002
- },
2791
+ }, {
2792
+ synonyms: ['warning', 'alert', 'caution', 'danger', 'issue']
2793
+ }),
2003
2794
  warningFilled: function warningFilled() {
2004
2795
  return import('./assets/warning_fill');
2005
2796
  },
2006
2797
  // NOTE: To be deprecated in favor of warningFill
2007
- warningFill: function warningFill() {
2798
+ warningFill: withMetadata(function () {
2008
2799
  return import('./assets/warning_fill');
2009
- },
2010
- watchesApp: function watchesApp() {
2800
+ }, {
2801
+ synonyms: ['warning fill', 'warning', 'alert', 'caution', 'danger', 'issue', 'fill', 'filled']
2802
+ }),
2803
+ watchesApp: withMetadata(function () {
2011
2804
  return import('./assets/app_watches');
2012
- },
2805
+ }, {
2806
+ category: 'app'
2807
+ }),
2013
2808
  web: function web() {
2014
2809
  return import('./assets/web');
2015
2810
  },
@@ -2019,189 +2814,357 @@ export var typeToPathMap = {
2019
2814
  wordWrapDisabled: function wordWrapDisabled() {
2020
2815
  return import('./assets/word_wrap_disabled');
2021
2816
  },
2022
- workflowsApp: function workflowsApp() {
2817
+ workflowsApp: withMetadata(function () {
2023
2818
  return import('./assets/app_workflows');
2024
- },
2025
- workflow: function workflow() {
2819
+ }, {
2820
+ category: 'app'
2821
+ }),
2822
+ workflow: withMetadata(function () {
2026
2823
  return import('./assets/workflow');
2027
- },
2028
- workplaceSearchApp: function workplaceSearchApp() {
2824
+ }, {
2825
+ synonyms: ['workflow', 'automation', 'pipeline', 'process', 'flow']
2826
+ }),
2827
+ workplaceSearchApp: withMetadata(function () {
2029
2828
  return import('./assets/app_workplace_search');
2030
- },
2031
- wrench: function wrench() {
2829
+ }, {
2830
+ category: 'app'
2831
+ }),
2832
+ wrench: withMetadata(function () {
2032
2833
  return import('./assets/wrench');
2033
- },
2834
+ }, {
2835
+ synonyms: ['wrench', 'tool', 'fix', 'settings', 'repair']
2836
+ }),
2034
2837
  // Token Icon Imports
2035
- tokenAlias: function tokenAlias() {
2838
+ tokenAlias: withMetadata(function () {
2036
2839
  return import('./assets/token_alias');
2037
- },
2038
- tokenAnnotation: function tokenAnnotation() {
2840
+ }, {
2841
+ category: 'token'
2842
+ }),
2843
+ tokenAnnotation: withMetadata(function () {
2039
2844
  return import('./assets/token_annotation');
2040
- },
2041
- tokenArray: function tokenArray() {
2845
+ }, {
2846
+ category: 'token'
2847
+ }),
2848
+ tokenArray: withMetadata(function () {
2042
2849
  return import('./assets/token_array');
2043
- },
2044
- tokenBinary: function tokenBinary() {
2850
+ }, {
2851
+ category: 'token'
2852
+ }),
2853
+ tokenBinary: withMetadata(function () {
2045
2854
  return import('./assets/token_binary');
2046
- },
2047
- tokenBoolean: function tokenBoolean() {
2855
+ }, {
2856
+ category: 'token'
2857
+ }),
2858
+ tokenBoolean: withMetadata(function () {
2048
2859
  return import('./assets/token_boolean');
2049
- },
2050
- tokenClass: function tokenClass() {
2860
+ }, {
2861
+ category: 'token'
2862
+ }),
2863
+ tokenClass: withMetadata(function () {
2051
2864
  return import('./assets/token_class');
2052
- },
2053
- tokenCompletionSuggester: function tokenCompletionSuggester() {
2865
+ }, {
2866
+ category: 'token'
2867
+ }),
2868
+ tokenCompletionSuggester: withMetadata(function () {
2054
2869
  return import('./assets/token_completion_suggester');
2055
- },
2056
- tokenConstant: function tokenConstant() {
2870
+ }, {
2871
+ category: 'token'
2872
+ }),
2873
+ tokenConstant: withMetadata(function () {
2057
2874
  return import('./assets/token_constant');
2058
- },
2059
- tokenDate: function tokenDate() {
2875
+ }, {
2876
+ category: 'token'
2877
+ }),
2878
+ tokenDate: withMetadata(function () {
2060
2879
  return import('./assets/token_date');
2061
- },
2062
- tokenDimension: function tokenDimension() {
2880
+ }, {
2881
+ category: 'token'
2882
+ }),
2883
+ tokenDimension: withMetadata(function () {
2063
2884
  return import('./assets/token_dimension');
2064
- },
2065
- tokenElement: function tokenElement() {
2885
+ }, {
2886
+ category: 'token'
2887
+ }),
2888
+ tokenElement: withMetadata(function () {
2066
2889
  return import('./assets/token_element');
2067
- },
2068
- tokenEnum: function tokenEnum() {
2890
+ }, {
2891
+ category: 'token'
2892
+ }),
2893
+ tokenEnum: withMetadata(function () {
2069
2894
  return import('./assets/token_enum');
2070
- },
2071
- tokenEnumMember: function tokenEnumMember() {
2895
+ }, {
2896
+ category: 'token'
2897
+ }),
2898
+ tokenEnumMember: withMetadata(function () {
2072
2899
  return import('./assets/token_enum_member');
2073
- },
2074
- tokenEvent: function tokenEvent() {
2900
+ }, {
2901
+ category: 'token'
2902
+ }),
2903
+ tokenEvent: withMetadata(function () {
2075
2904
  return import('./assets/token_event');
2076
- },
2077
- tokenException: function tokenException() {
2905
+ }, {
2906
+ category: 'token'
2907
+ }),
2908
+ tokenException: withMetadata(function () {
2078
2909
  return import('./assets/token_exception');
2079
- },
2080
- tokenField: function tokenField() {
2910
+ }, {
2911
+ category: 'token'
2912
+ }),
2913
+ tokenField: withMetadata(function () {
2081
2914
  return import('./assets/token_field');
2082
- },
2083
- tokenFile: function tokenFile() {
2915
+ }, {
2916
+ category: 'token'
2917
+ }),
2918
+ tokenFile: withMetadata(function () {
2084
2919
  return import('./assets/token_file');
2085
- },
2086
- tokenFlattened: function tokenFlattened() {
2920
+ }, {
2921
+ category: 'token'
2922
+ }),
2923
+ tokenFlattened: withMetadata(function () {
2087
2924
  return import('./assets/token_flattened');
2088
- },
2089
- tokenFunction: function tokenFunction() {
2925
+ }, {
2926
+ category: 'token'
2927
+ }),
2928
+ tokenFunction: withMetadata(function () {
2090
2929
  return import('./assets/token_function');
2091
- },
2092
- tokenGeo: function tokenGeo() {
2930
+ }, {
2931
+ category: 'token'
2932
+ }),
2933
+ tokenGeo: withMetadata(function () {
2093
2934
  return import('./assets/token_geo');
2094
- },
2095
- tokenHistogram: function tokenHistogram() {
2935
+ }, {
2936
+ category: 'token'
2937
+ }),
2938
+ tokenHistogram: withMetadata(function () {
2096
2939
  return import('./assets/token_histogram');
2097
- },
2098
- tokenInterface: function tokenInterface() {
2940
+ }, {
2941
+ category: 'token'
2942
+ }),
2943
+ tokenInterface: withMetadata(function () {
2099
2944
  return import('./assets/token_interface');
2100
- },
2101
- tokenIP: function tokenIP() {
2945
+ }, {
2946
+ category: 'token'
2947
+ }),
2948
+ tokenIP: withMetadata(function () {
2102
2949
  return import('./assets/token_ip');
2103
- },
2104
- tokenJoin: function tokenJoin() {
2950
+ }, {
2951
+ category: 'token'
2952
+ }),
2953
+ tokenJoin: withMetadata(function () {
2105
2954
  return import('./assets/token_join');
2106
- },
2107
- tokenKey: function tokenKey() {
2955
+ }, {
2956
+ category: 'token'
2957
+ }),
2958
+ tokenKey: withMetadata(function () {
2108
2959
  return import('./assets/token_key');
2109
- },
2110
- tokenKeyword: function tokenKeyword() {
2960
+ }, {
2961
+ category: 'token'
2962
+ }),
2963
+ tokenKeyword: withMetadata(function () {
2111
2964
  return import('./assets/token_keyword');
2112
- },
2113
- tokenMethod: function tokenMethod() {
2965
+ }, {
2966
+ category: 'token'
2967
+ }),
2968
+ tokenMethod: withMetadata(function () {
2114
2969
  return import('./assets/token_method');
2115
- },
2116
- tokenMetricCounter: function tokenMetricCounter() {
2970
+ }, {
2971
+ category: 'token'
2972
+ }),
2973
+ tokenMetricCounter: withMetadata(function () {
2117
2974
  return import('./assets/token_metric_counter');
2118
- },
2119
- tokenMetricGauge: function tokenMetricGauge() {
2975
+ }, {
2976
+ category: 'token'
2977
+ }),
2978
+ tokenMetricGauge: withMetadata(function () {
2120
2979
  return import('./assets/token_metric_gauge');
2121
- },
2122
- tokenModule: function tokenModule() {
2980
+ }, {
2981
+ category: 'token'
2982
+ }),
2983
+ tokenModule: withMetadata(function () {
2123
2984
  return import('./assets/token_module');
2124
- },
2125
- tokenNamespace: function tokenNamespace() {
2985
+ }, {
2986
+ category: 'token'
2987
+ }),
2988
+ tokenNamespace: withMetadata(function () {
2126
2989
  return import('./assets/token_namespace');
2127
- },
2128
- tokenNested: function tokenNested() {
2990
+ }, {
2991
+ category: 'token'
2992
+ }),
2993
+ tokenNested: withMetadata(function () {
2129
2994
  return import('./assets/token_nested');
2130
- },
2131
- tokenNull: function tokenNull() {
2995
+ }, {
2996
+ category: 'token'
2997
+ }),
2998
+ tokenNull: withMetadata(function () {
2132
2999
  return import('./assets/token_null');
2133
- },
2134
- tokenNumber: function tokenNumber() {
3000
+ }, {
3001
+ category: 'token'
3002
+ }),
3003
+ tokenNumber: withMetadata(function () {
2135
3004
  return import('./assets/token_number');
2136
- },
2137
- tokenObject: function tokenObject() {
3005
+ }, {
3006
+ category: 'token'
3007
+ }),
3008
+ tokenObject: withMetadata(function () {
2138
3009
  return import('./assets/token_object');
2139
- },
2140
- tokenOperator: function tokenOperator() {
3010
+ }, {
3011
+ category: 'token'
3012
+ }),
3013
+ tokenOperator: withMetadata(function () {
2141
3014
  return import('./assets/token_operator');
2142
- },
2143
- tokenPackage: function tokenPackage() {
3015
+ }, {
3016
+ category: 'token'
3017
+ }),
3018
+ tokenPackage: withMetadata(function () {
2144
3019
  return import('./assets/token_package');
2145
- },
2146
- tokenParameter: function tokenParameter() {
3020
+ }, {
3021
+ category: 'token'
3022
+ }),
3023
+ tokenParameter: withMetadata(function () {
2147
3024
  return import('./assets/token_parameter');
2148
- },
2149
- tokenPercolator: function tokenPercolator() {
3025
+ }, {
3026
+ category: 'token'
3027
+ }),
3028
+ tokenPercolator: withMetadata(function () {
2150
3029
  return import('./assets/token_percolator');
2151
- },
2152
- tokenProperty: function tokenProperty() {
3030
+ }, {
3031
+ category: 'token'
3032
+ }),
3033
+ tokenProperty: withMetadata(function () {
2153
3034
  return import('./assets/token_property');
2154
- },
2155
- tokenRange: function tokenRange() {
3035
+ }, {
3036
+ category: 'token'
3037
+ }),
3038
+ tokenRange: withMetadata(function () {
2156
3039
  return import('./assets/token_range');
2157
- },
2158
- tokenRankFeature: function tokenRankFeature() {
3040
+ }, {
3041
+ category: 'token'
3042
+ }),
3043
+ tokenRankFeature: withMetadata(function () {
2159
3044
  return import('./assets/token_rank_feature');
2160
- },
2161
- tokenRankFeatures: function tokenRankFeatures() {
3045
+ }, {
3046
+ category: 'token'
3047
+ }),
3048
+ tokenRankFeatures: withMetadata(function () {
2162
3049
  return import('./assets/token_rank_features');
2163
- },
2164
- tokenRepo: function tokenRepo() {
3050
+ }, {
3051
+ category: 'token'
3052
+ }),
3053
+ tokenRepo: withMetadata(function () {
2165
3054
  return import('./assets/token_repo');
2166
- },
2167
- tokenSearchType: function tokenSearchType() {
3055
+ }, {
3056
+ category: 'token'
3057
+ }),
3058
+ tokenSearchType: withMetadata(function () {
2168
3059
  return import('./assets/token_search_type');
2169
- },
2170
- tokenSemanticText: function tokenSemanticText() {
3060
+ }, {
3061
+ category: 'token'
3062
+ }),
3063
+ tokenSemanticText: withMetadata(function () {
2171
3064
  return import('./assets/token_semantic_text');
2172
- },
2173
- tokenShape: function tokenShape() {
3065
+ }, {
3066
+ category: 'token'
3067
+ }),
3068
+ tokenShape: withMetadata(function () {
2174
3069
  return import('./assets/token_shape');
2175
- },
2176
- tokenString: function tokenString() {
3070
+ }, {
3071
+ category: 'token'
3072
+ }),
3073
+ tokenString: withMetadata(function () {
2177
3074
  return import('./assets/token_string');
2178
- },
2179
- tokenStruct: function tokenStruct() {
3075
+ }, {
3076
+ category: 'token'
3077
+ }),
3078
+ tokenStruct: withMetadata(function () {
2180
3079
  return import('./assets/token_struct');
2181
- },
2182
- tokenSymbol: function tokenSymbol() {
3080
+ }, {
3081
+ category: 'token'
3082
+ }),
3083
+ tokenSymbol: withMetadata(function () {
2183
3084
  return import('./assets/token_symbol');
2184
- },
2185
- tokenTag: function tokenTag() {
3085
+ }, {
3086
+ category: 'token'
3087
+ }),
3088
+ tokenTag: withMetadata(function () {
2186
3089
  return import('./assets/token_tag');
2187
- },
2188
- tokenText: function tokenText() {
3090
+ }, {
3091
+ category: 'token'
3092
+ }),
3093
+ tokenText: withMetadata(function () {
2189
3094
  return import('./assets/token_text');
2190
- },
2191
- tokenTokenCount: function tokenTokenCount() {
3095
+ }, {
3096
+ category: 'token'
3097
+ }),
3098
+ tokenTokenCount: withMetadata(function () {
2192
3099
  return import('./assets/token_token_count');
2193
- },
2194
- tokenVariable: function tokenVariable() {
3100
+ }, {
3101
+ category: 'token'
3102
+ }),
3103
+ tokenVariable: withMetadata(function () {
2195
3104
  return import('./assets/token_variable');
2196
- },
2197
- tokenVectorDense: function tokenVectorDense() {
3105
+ }, {
3106
+ category: 'token'
3107
+ }),
3108
+ tokenVectorDense: withMetadata(function () {
2198
3109
  return import('./assets/token_vector_dense');
2199
- },
2200
- tokenDenseVector: function tokenDenseVector() {
3110
+ }, {
3111
+ category: 'token'
3112
+ }),
3113
+ tokenDenseVector: withMetadata(function () {
2201
3114
  return import('./assets/token_vector_dense');
2202
- },
2203
- // NOTE: This is an undocumented alias for `tokenVectorDense`, added for legacy compatability
2204
- tokenVectorSparse: function tokenVectorSparse() {
3115
+ }, {
3116
+ category: 'token'
3117
+ }),
3118
+ // NOTE: This is an undocumented alias for `tokenVectorDense`, added for legacy compatibility
3119
+ tokenVectorSparse: withMetadata(function () {
2205
3120
  return import('./assets/token_vector_sparse');
2206
- }
2207
- };
3121
+ }, {
3122
+ category: 'token'
3123
+ })
3124
+ };
3125
+ var getTypeToPathMapMetadata = function getTypeToPathMapMetadata(loader) {
3126
+ var _metadata$category;
3127
+ var metadata = loader.metadata;
3128
+ return {
3129
+ category: (_metadata$category = metadata === null || metadata === void 0 ? void 0 : metadata.category) !== null && _metadata$category !== void 0 ? _metadata$category : 'glyph',
3130
+ synonyms: metadata === null || metadata === void 0 ? void 0 : metadata.synonyms
3131
+ };
3132
+ };
3133
+ /* List of icon types that are deprecated and should not be used in new code.
3134
+ These icons will be removed in a future release. But we need to keep them to
3135
+ maintain backward compatibility. */
3136
+ export var typeToPathMapDeprecatedIconTypes = ['alert', 'anomalyChart', 'apmTrace', 'arrowDown', 'arrowLeft', 'arrowRight', 'arrowUp', 'arrowStart', 'arrowEnd', 'beaker', 'boxesHorizontal', 'changePointDetection', 'checkInCircleFilled', 'cheer', 'color', 'compute', 'console', 'contrastHigh', 'controlsHorizontal', 'controlsVertical', 'copyClipboard', 'crossInCircle', 'crosshairs', 'currency', 'cut', 'desktop', 'diff', 'discuss', 'documentEdit', 'doubleArrowLeft', 'doubleArrowRight', 'editorAlignCenter', 'editorAlignLeft', 'editorAlignRight', 'editorBold', 'editorChecklist', 'editorCodeBlock', 'editorComment', 'editorDistributeHorizontal', 'editorDistributeVertical', 'editorHeading', 'editorItalic', 'editorItemAlignBottom', 'editorItemAlignCenter', 'editorItemAlignLeft', 'editorItemAlignMiddle', 'editorItemAlignRight', 'editorItemAlignTop', 'editorLink', 'editorOrderedList', 'editorPositionBottomLeft', 'editorPositionBottomRight', 'editorPositionTopLeft', 'editorPositionTopRight', 'editorRedo', 'editorStrike', 'editorTable', 'editorUnderline', 'editorUndo', 'editorUnorderedList', 'email', 'eql', 'errorFilled', 'exit', 'expand', 'expandMini', 'exportAction', 'eyeClosed', 'fieldStatistics', 'filterInCircle', 'glasses', 'grab', 'grabHorizontal', 'grabOmnidirectional', 'heatmap', 'importAction', 'indexFlush', 'indexMapping', 'indexTemporary', 'invert', 'kqlField', 'kqlOperand', 'kqlSelector', 'kqlValue', 'launch', 'lettering', 'lineDashed', 'lineDotted', 'list', 'listAdd', 'logPatternAnalysis', 'logstashIf', 'logstashQueue', 'magnifyWithExclamation', 'magnifyWithMinus', 'magnifyWithPlus', 'mapMarker', 'minusInCircle', 'minusInCircleFilled', 'minusInSquare', 'newChat', 'node', 'offline', 'online', 'pinFilled', 'pipeBreaks', 'pipeNoBreaks', 'playFilled', 'plusInCircle', 'plusInCircleFilled', 'plusInSquare', 'popout', 'productRobot', 'push', 'returnKey', 'search', 'securitySignal', 'starEmpty', 'starFilled', 'starFilledSpace', 'starMinusFilled', 'starPlusFilled', 'stopFilled', 'streamsClassic', 'streamsWired', 'submodule', 'tableDensityCompact', 'tableDensityExpanded', 'tableDensityNormal', 'temperature', 'timeRefresh', 'timeslider', 'training', 'unlink', 'userAvatar', 'vector', 'visArea', 'visAreaStacked', 'visBarHorizontal', 'visBarHorizontalStacked', 'visBarVertical', 'visBarVerticalStacked', 'visGauge', 'visLine', 'visMapCoordinate', 'visMapRegion', 'visMetric', 'visPie', 'visTable', 'visTagCloud', 'visText', 'visVega', 'warningFilled'];
3137
+ var typeToPathMapDeprecatedIconTypesSet = new Set(typeToPathMapDeprecatedIconTypes);
3138
+ var getTypeToPathMapNonDeprecatedIconTypes = function getTypeToPathMapNonDeprecatedIconTypes(iconTypes) {
3139
+ return iconTypes.filter(function (iconType) {
3140
+ return !typeToPathMapDeprecatedIconTypesSet.has(iconType);
3141
+ });
3142
+ };
3143
+ var getTypeToPathMapCategoryIconTypes = function getTypeToPathMapCategoryIconTypes(category) {
3144
+ return Object.entries(typeToPathMap).filter(function (_ref) {
3145
+ var _ref2 = _slicedToArray(_ref, 2),
3146
+ loader = _ref2[1];
3147
+ return getTypeToPathMapMetadata(loader).category === category;
3148
+ }).map(function (_ref3) {
3149
+ var _ref4 = _slicedToArray(_ref3, 1),
3150
+ iconType = _ref4[0];
3151
+ return iconType;
3152
+ });
3153
+ };
3154
+ export var typeToPathMapAppIconTypes = getTypeToPathMapCategoryIconTypes('app');
3155
+ export var typeToPathMapGlyphIconTypes = getTypeToPathMapCategoryIconTypes('glyph');
3156
+ export var typeToPathMapLogoIconTypes = getTypeToPathMapCategoryIconTypes('elasticLogo');
3157
+ export var typeToPathMapMlIconTypes = getTypeToPathMapCategoryIconTypes('ml');
3158
+ export var typeToPathMapTokenIconTypes = getTypeToPathMapCategoryIconTypes('token');
3159
+ export var typeToPathMapDocsAppIconTypes = getTypeToPathMapNonDeprecatedIconTypes(typeToPathMapAppIconTypes);
3160
+ export var typeToPathMapDocsGlyphIconTypes = getTypeToPathMapNonDeprecatedIconTypes(typeToPathMapGlyphIconTypes);
3161
+ export var typeToPathMapDocsLogoIconTypes = getTypeToPathMapNonDeprecatedIconTypes(typeToPathMapLogoIconTypes);
3162
+ export var typeToPathMapDocsMlIconTypes = getTypeToPathMapNonDeprecatedIconTypes(typeToPathMapMlIconTypes);
3163
+ export var typeToPathMapDocsTokenIconTypes = getTypeToPathMapNonDeprecatedIconTypes(typeToPathMapTokenIconTypes);
3164
+ export var typeToPathMapSynonyms = Object.fromEntries(Object.entries(typeToPathMap).flatMap(function (_ref5) {
3165
+ var _ref6 = _slicedToArray(_ref5, 2),
3166
+ iconType = _ref6[0],
3167
+ loader = _ref6[1];
3168
+ var synonyms = getTypeToPathMapMetadata(loader).synonyms;
3169
+ return synonyms ? [[iconType, synonyms]] : [];
3170
+ }));