@elastic/eui 116.5.0 → 117.0.0-snapshot.1783954480414

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