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