@elastic/eui 101.2.0 → 101.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (783) 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 +4 -4
  6. package/es/components/button/button.js +1 -1
  7. package/es/components/button/button_display/_button_display.js +1 -1
  8. package/es/components/button/button_display/_button_display_content.js +1 -1
  9. package/es/components/button/button_empty/button_empty.js +1 -1
  10. package/es/components/button/button_group/button_group.js +1 -1
  11. package/es/components/button/button_group/button_group_button.js +1 -1
  12. package/es/components/button/button_icon/button_icon.js +1 -1
  13. package/es/components/call_out/call_out.js +1 -1
  14. package/es/components/card/card.js +2 -2
  15. package/es/components/card/card_select/card_select.js +1 -1
  16. package/es/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  17. package/es/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  18. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  19. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  20. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  21. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  22. package/es/components/comment_list/comment.js +2 -2
  23. package/es/components/comment_list/comment_event.js +1 -1
  24. package/es/components/comment_list/comment_list.js +2 -2
  25. package/es/components/comment_list/comment_timeline.js +1 -1
  26. package/es/components/context_menu/context_menu_item.js +1 -1
  27. package/es/components/datagrid/body/cell/data_grid_cell.js +12 -12
  28. package/es/components/datagrid/body/data_grid_body.js +7 -7
  29. package/es/components/datagrid/body/data_grid_body_custom.js +7 -7
  30. package/es/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  31. package/es/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  32. package/es/components/datagrid/controls/column_sorting.js +7 -7
  33. package/es/components/datagrid/controls/column_sorting_draggable.js +1 -1
  34. package/es/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  35. package/es/components/datagrid/utils/in_memory.js +6 -6
  36. package/es/components/date_picker/date_picker.js +2 -2
  37. package/es/components/date_picker/date_picker_range.js +1 -1
  38. package/es/components/empty_prompt/empty_prompt.js +1 -1
  39. package/es/components/facet/facet_button.js +1 -1
  40. package/es/components/form/field_number/field_number.js +2 -2
  41. package/es/components/form/field_text/field_text.js +2 -2
  42. package/es/components/form/form_control_layout/form_control_layout.js +2 -2
  43. package/es/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  44. package/es/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  45. package/es/components/form/text_area/text_area.js +2 -2
  46. package/es/components/header/header_links/header_link.js +1 -1
  47. package/es/components/header/header_links/header_links.js +1 -1
  48. package/es/components/header/header_logo/header_logo.js +1 -1
  49. package/es/components/header/header_section/header_section_item_button.js +1 -1
  50. package/es/components/icon/assets/aggregate.js +2 -1
  51. package/es/components/icon/assets/arrowEnd.js +1 -3
  52. package/es/components/icon/assets/arrowStart.js +1 -3
  53. package/es/components/icon/assets/arrow_down.js +1 -2
  54. package/es/components/icon/assets/arrow_left.js +1 -2
  55. package/es/components/icon/assets/arrow_right.js +1 -2
  56. package/es/components/icon/assets/arrow_up.js +1 -2
  57. package/es/components/icon/assets/beaker.js +3 -1
  58. package/es/components/icon/assets/bell.js +2 -1
  59. package/es/components/icon/assets/bellSlash.js +5 -1
  60. package/es/components/icon/assets/check.js +2 -1
  61. package/es/components/icon/assets/checkCircle.js +37 -0
  62. package/es/components/icon/assets/clock.js +4 -1
  63. package/es/components/icon/assets/clockCounter.js +2 -2
  64. package/es/components/icon/assets/code.js +33 -0
  65. package/es/components/icon/assets/contrast.js +1 -1
  66. package/es/components/icon/assets/contrastHigh.js +1 -0
  67. package/es/components/icon/assets/controls_horizontal.js +2 -1
  68. package/es/components/icon/assets/controls_vertical.js +2 -1
  69. package/es/components/icon/assets/copy.js +4 -2
  70. package/es/components/icon/assets/cross.js +3 -1
  71. package/es/components/icon/assets/cross_in_circle.js +5 -3
  72. package/es/components/icon/assets/discuss.js +4 -3
  73. package/es/components/icon/assets/document.js +3 -1
  74. package/es/components/icon/assets/dot.js +2 -4
  75. package/es/components/icon/assets/doubleArrowLeft.js +2 -3
  76. package/es/components/icon/assets/doubleArrowRight.js +2 -3
  77. package/es/components/icon/assets/editor_checklist.js +1 -2
  78. package/es/components/icon/assets/editor_code_block.js +1 -1
  79. package/es/components/icon/assets/editor_ordered_list.js +1 -1
  80. package/es/components/icon/assets/expand.js +4 -1
  81. package/es/components/icon/assets/export.js +1 -1
  82. package/es/components/icon/assets/eye.js +7 -1
  83. package/es/components/icon/assets/eye_closed.js +11 -1
  84. package/es/components/icon/assets/flag.js +3 -1
  85. package/es/components/icon/assets/gear.js +7 -1
  86. package/es/components/icon/assets/glasses.js +19 -3
  87. package/es/components/icon/assets/globe.js +3 -1
  88. package/es/components/icon/assets/iInCircle.js +8 -1
  89. package/es/components/icon/assets/import.js +1 -1
  90. package/es/components/icon/assets/inspect.js +7 -1
  91. package/es/components/icon/assets/layers.js +5 -3
  92. package/es/components/icon/assets/lock.js +3 -1
  93. package/es/components/icon/assets/lockOpen.js +3 -1
  94. package/es/components/icon/assets/magnifyWithExclamation.js +5 -1
  95. package/es/components/icon/assets/magnifyWithMinus.js +5 -1
  96. package/es/components/icon/assets/magnifyWithPlus.js +5 -1
  97. package/es/components/icon/assets/merge.js +3 -1
  98. package/es/components/icon/assets/minimize.js +1 -1
  99. package/es/components/icon/assets/minus_in_circle.js +6 -1
  100. package/es/components/icon/assets/pencil.js +5 -1
  101. package/es/components/icon/assets/play.js +3 -1
  102. package/es/components/icon/assets/plus_in_circle.js +4 -1
  103. package/es/components/icon/assets/popout.js +3 -1
  104. package/es/components/icon/assets/refresh.js +3 -1
  105. package/es/components/icon/assets/save.js +3 -1
  106. package/es/components/icon/assets/search.js +3 -1
  107. package/es/components/icon/assets/sortLeft.js +2 -1
  108. package/es/components/icon/assets/sortRight.js +3 -1
  109. package/es/components/icon/assets/sort_down.js +3 -1
  110. package/es/components/icon/assets/sort_up.js +3 -1
  111. package/es/components/icon/assets/sortable.js +3 -1
  112. package/es/components/icon/assets/sparkles.js +2 -1
  113. package/es/components/icon/assets/storage.js +6 -16
  114. package/es/components/icon/assets/symlink.js +3 -2
  115. package/es/components/icon/assets/table_density_compact.js +5 -1
  116. package/es/components/icon/assets/table_density_expanded.js +5 -1
  117. package/es/components/icon/assets/tag.js +7 -1
  118. package/es/components/icon/assets/timeRefresh.js +4 -3
  119. package/es/components/icon/assets/timeslider.js +6 -2
  120. package/es/components/icon/assets/trash.js +5 -1
  121. package/es/components/icon/assets/user.js +1 -3
  122. package/es/components/icon/assets/userAvatar.js +8 -10
  123. package/es/components/icon/assets/users.js +9 -5
  124. package/es/components/icon/assets/vis_line.js +3 -1
  125. package/es/components/icon/assets/vis_table.js +5 -1
  126. package/es/components/icon/assets/vis_text.js +1 -1
  127. package/es/components/icon/assets/vis_vega.js +1 -1
  128. package/es/components/icon/assets/warning.js +8 -2
  129. package/es/components/icon/assets/wrench.js +3 -1
  130. package/es/components/icon/icon.js +1 -1
  131. package/es/components/icon/icon_map.js +2 -0
  132. package/es/components/key_pad_menu/key_pad_menu_item.js +1 -1
  133. package/es/components/list_group/list_group.js +2 -2
  134. package/es/components/list_group/list_group_item.js +2 -2
  135. package/es/components/list_group/list_group_item_extra_action.js +1 -1
  136. package/es/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  137. package/es/components/loading/loading_logo.js +1 -1
  138. package/es/components/markdown_editor/markdown_editor.js +1 -1
  139. package/es/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  140. package/es/components/markdown_editor/markdown_editor_footer.js +1 -1
  141. package/es/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  142. package/es/components/page/page_header/page_header_content.js +2 -2
  143. package/es/components/pagination/pagination_button.js +1 -1
  144. package/es/components/selectable/selectable_list/selectable_list.js +1 -1
  145. package/es/components/selectable/selectable_list/selectable_list_item.js +1 -1
  146. package/es/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  147. package/es/components/table/table_header_cell.js +1 -1
  148. package/es/components/timeline/timeline_item_icon.js +1 -1
  149. package/es/components/toast/global_toast_list.js +1 -1
  150. package/es/components/toast/toast.js +1 -1
  151. package/es/components/tool_tip/icon_tip.js +1 -1
  152. package/es/global_styling/mixins/_button.js +2 -1
  153. package/eui.d.ts +26 -2
  154. package/lib/components/avatar/avatar.js +1 -1
  155. package/lib/components/badge/badge.js +1 -1
  156. package/lib/components/badge/beta_badge/beta_badge.js +1 -1
  157. package/lib/components/basic_table/basic_table.js +4 -4
  158. package/lib/components/basic_table/in_memory_table.js +4 -4
  159. package/lib/components/button/button.js +1 -1
  160. package/lib/components/button/button_display/_button_display.js +1 -1
  161. package/lib/components/button/button_display/_button_display_content.js +1 -1
  162. package/lib/components/button/button_empty/button_empty.js +1 -1
  163. package/lib/components/button/button_group/button_group.js +1 -1
  164. package/lib/components/button/button_group/button_group_button.js +1 -1
  165. package/lib/components/button/button_icon/button_icon.js +1 -1
  166. package/lib/components/call_out/call_out.js +1 -1
  167. package/lib/components/card/card.js +2 -2
  168. package/lib/components/card/card_select/card_select.js +1 -1
  169. package/lib/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  170. package/lib/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  171. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  172. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  173. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  174. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  175. package/lib/components/comment_list/comment.js +2 -2
  176. package/lib/components/comment_list/comment_event.js +1 -1
  177. package/lib/components/comment_list/comment_list.js +2 -2
  178. package/lib/components/comment_list/comment_timeline.js +1 -1
  179. package/lib/components/context_menu/context_menu_item.js +1 -1
  180. package/lib/components/datagrid/body/cell/data_grid_cell.js +12 -12
  181. package/lib/components/datagrid/body/data_grid_body.js +7 -7
  182. package/lib/components/datagrid/body/data_grid_body_custom.js +7 -7
  183. package/lib/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  184. package/lib/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  185. package/lib/components/datagrid/controls/column_sorting.js +7 -7
  186. package/lib/components/datagrid/controls/column_sorting_draggable.js +1 -1
  187. package/lib/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  188. package/lib/components/datagrid/utils/in_memory.js +6 -6
  189. package/lib/components/date_picker/date_picker.js +2 -2
  190. package/lib/components/date_picker/date_picker_range.js +1 -1
  191. package/lib/components/empty_prompt/empty_prompt.js +1 -1
  192. package/lib/components/facet/facet_button.js +1 -1
  193. package/lib/components/form/field_number/field_number.js +2 -2
  194. package/lib/components/form/field_text/field_text.js +2 -2
  195. package/lib/components/form/form_control_layout/form_control_layout.js +2 -2
  196. package/lib/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  197. package/lib/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  198. package/lib/components/form/text_area/text_area.js +2 -2
  199. package/lib/components/header/header_links/header_link.js +1 -1
  200. package/lib/components/header/header_links/header_links.js +1 -1
  201. package/lib/components/header/header_logo/header_logo.js +1 -1
  202. package/lib/components/header/header_section/header_section_item_button.js +1 -1
  203. package/lib/components/icon/assets/aggregate.js +2 -1
  204. package/lib/components/icon/assets/arrowEnd.js +1 -3
  205. package/lib/components/icon/assets/arrowStart.js +1 -3
  206. package/lib/components/icon/assets/arrow_down.js +1 -2
  207. package/lib/components/icon/assets/arrow_left.js +1 -2
  208. package/lib/components/icon/assets/arrow_right.js +1 -2
  209. package/lib/components/icon/assets/arrow_up.js +1 -2
  210. package/lib/components/icon/assets/beaker.js +3 -1
  211. package/lib/components/icon/assets/bell.js +2 -1
  212. package/lib/components/icon/assets/bellSlash.js +5 -1
  213. package/lib/components/icon/assets/check.js +2 -1
  214. package/lib/components/icon/assets/checkCircle.js +44 -0
  215. package/lib/components/icon/assets/clock.js +4 -1
  216. package/lib/components/icon/assets/clockCounter.js +2 -2
  217. package/lib/components/icon/assets/code.js +40 -0
  218. package/lib/components/icon/assets/contrast.js +1 -1
  219. package/lib/components/icon/assets/contrastHigh.js +1 -0
  220. package/lib/components/icon/assets/controls_horizontal.js +2 -1
  221. package/lib/components/icon/assets/controls_vertical.js +2 -1
  222. package/lib/components/icon/assets/copy.js +4 -2
  223. package/lib/components/icon/assets/cross.js +3 -1
  224. package/lib/components/icon/assets/cross_in_circle.js +5 -3
  225. package/lib/components/icon/assets/discuss.js +4 -3
  226. package/lib/components/icon/assets/document.js +3 -1
  227. package/lib/components/icon/assets/dot.js +2 -4
  228. package/lib/components/icon/assets/doubleArrowLeft.js +2 -3
  229. package/lib/components/icon/assets/doubleArrowRight.js +2 -3
  230. package/lib/components/icon/assets/editor_checklist.js +1 -2
  231. package/lib/components/icon/assets/editor_code_block.js +1 -1
  232. package/lib/components/icon/assets/editor_ordered_list.js +1 -1
  233. package/lib/components/icon/assets/expand.js +4 -1
  234. package/lib/components/icon/assets/export.js +1 -1
  235. package/lib/components/icon/assets/eye.js +7 -1
  236. package/lib/components/icon/assets/eye_closed.js +11 -1
  237. package/lib/components/icon/assets/flag.js +3 -1
  238. package/lib/components/icon/assets/gear.js +7 -1
  239. package/lib/components/icon/assets/glasses.js +19 -3
  240. package/lib/components/icon/assets/globe.js +3 -1
  241. package/lib/components/icon/assets/iInCircle.js +8 -1
  242. package/lib/components/icon/assets/import.js +1 -1
  243. package/lib/components/icon/assets/inspect.js +7 -1
  244. package/lib/components/icon/assets/layers.js +5 -3
  245. package/lib/components/icon/assets/lock.js +3 -1
  246. package/lib/components/icon/assets/lockOpen.js +3 -1
  247. package/lib/components/icon/assets/magnifyWithExclamation.js +5 -1
  248. package/lib/components/icon/assets/magnifyWithMinus.js +5 -1
  249. package/lib/components/icon/assets/magnifyWithPlus.js +5 -1
  250. package/lib/components/icon/assets/merge.js +3 -1
  251. package/lib/components/icon/assets/minimize.js +1 -1
  252. package/lib/components/icon/assets/minus_in_circle.js +6 -1
  253. package/lib/components/icon/assets/pencil.js +5 -1
  254. package/lib/components/icon/assets/play.js +3 -1
  255. package/lib/components/icon/assets/plus_in_circle.js +4 -1
  256. package/lib/components/icon/assets/popout.js +3 -1
  257. package/lib/components/icon/assets/refresh.js +3 -1
  258. package/lib/components/icon/assets/save.js +3 -1
  259. package/lib/components/icon/assets/search.js +3 -1
  260. package/lib/components/icon/assets/sortLeft.js +2 -1
  261. package/lib/components/icon/assets/sortRight.js +3 -1
  262. package/lib/components/icon/assets/sort_down.js +3 -1
  263. package/lib/components/icon/assets/sort_up.js +3 -1
  264. package/lib/components/icon/assets/sortable.js +3 -1
  265. package/lib/components/icon/assets/sparkles.js +2 -1
  266. package/lib/components/icon/assets/storage.js +6 -16
  267. package/lib/components/icon/assets/symlink.js +3 -2
  268. package/lib/components/icon/assets/table_density_compact.js +5 -1
  269. package/lib/components/icon/assets/table_density_expanded.js +5 -1
  270. package/lib/components/icon/assets/tag.js +7 -1
  271. package/lib/components/icon/assets/timeRefresh.js +4 -3
  272. package/lib/components/icon/assets/timeslider.js +6 -2
  273. package/lib/components/icon/assets/trash.js +5 -1
  274. package/lib/components/icon/assets/user.js +1 -3
  275. package/lib/components/icon/assets/userAvatar.js +8 -10
  276. package/lib/components/icon/assets/users.js +9 -5
  277. package/lib/components/icon/assets/vis_line.js +3 -1
  278. package/lib/components/icon/assets/vis_table.js +5 -1
  279. package/lib/components/icon/assets/vis_text.js +1 -1
  280. package/lib/components/icon/assets/vis_vega.js +1 -1
  281. package/lib/components/icon/assets/warning.js +8 -2
  282. package/lib/components/icon/assets/wrench.js +3 -1
  283. package/lib/components/icon/icon.js +1 -1
  284. package/lib/components/icon/icon_map.js +2 -0
  285. package/lib/components/icon/svgs/aggregate.svg +2 -2
  286. package/lib/components/icon/svgs/arrowEnd.svg +3 -1
  287. package/lib/components/icon/svgs/arrowStart.svg +3 -1
  288. package/lib/components/icon/svgs/arrow_down.svg +2 -2
  289. package/lib/components/icon/svgs/arrow_left.svg +2 -2
  290. package/lib/components/icon/svgs/arrow_right.svg +2 -2
  291. package/lib/components/icon/svgs/arrow_up.svg +2 -2
  292. package/lib/components/icon/svgs/beaker.svg +2 -2
  293. package/lib/components/icon/svgs/bell.svg +2 -2
  294. package/lib/components/icon/svgs/bellSlash.svg +2 -1
  295. package/lib/components/icon/svgs/check.svg +1 -1
  296. package/lib/components/icon/svgs/checkCircle.svg +4 -0
  297. package/lib/components/icon/svgs/clock.svg +2 -1
  298. package/lib/components/icon/svgs/clockCounter.svg +2 -2
  299. package/lib/components/icon/svgs/code.svg +3 -0
  300. package/lib/components/icon/svgs/contrast.svg +2 -2
  301. package/lib/components/icon/svgs/contrastHigh.svg +2 -2
  302. package/lib/components/icon/svgs/controls_horizontal.svg +1 -1
  303. package/lib/components/icon/svgs/controls_vertical.svg +1 -1
  304. package/lib/components/icon/svgs/copy.svg +3 -5
  305. package/lib/components/icon/svgs/cross.svg +1 -1
  306. package/lib/components/icon/svgs/cross_in_circle.svg +3 -3
  307. package/lib/components/icon/svgs/discuss.svg +3 -3
  308. package/lib/components/icon/svgs/document.svg +1 -1
  309. package/lib/components/icon/svgs/dot.svg +2 -2
  310. package/lib/components/icon/svgs/doubleArrowLeft.svg +3 -3
  311. package/lib/components/icon/svgs/doubleArrowRight.svg +3 -3
  312. package/lib/components/icon/svgs/editor_checklist.svg +2 -2
  313. package/lib/components/icon/svgs/editor_code_block.svg +1 -1
  314. package/lib/components/icon/svgs/editor_ordered_list.svg +2 -2
  315. package/lib/components/icon/svgs/expand.svg +2 -1
  316. package/lib/components/icon/svgs/export.svg +2 -2
  317. package/lib/components/icon/svgs/eye.svg +2 -1
  318. package/lib/components/icon/svgs/eye_closed.svg +4 -1
  319. package/lib/components/icon/svgs/flag.svg +1 -1
  320. package/lib/components/icon/svgs/gear.svg +3 -2
  321. package/lib/components/icon/svgs/glasses.svg +6 -1
  322. package/lib/components/icon/svgs/globe.svg +1 -1
  323. package/lib/components/icon/svgs/iInCircle.svg +3 -1
  324. package/lib/components/icon/svgs/import.svg +2 -2
  325. package/lib/components/icon/svgs/inspect.svg +3 -1
  326. package/lib/components/icon/svgs/layers.svg +4 -4
  327. package/lib/components/icon/svgs/lock.svg +1 -1
  328. package/lib/components/icon/svgs/lockOpen.svg +1 -1
  329. package/lib/components/icon/svgs/magnifyWithExclamation.svg +3 -2
  330. package/lib/components/icon/svgs/magnifyWithMinus.svg +2 -1
  331. package/lib/components/icon/svgs/magnifyWithPlus.svg +2 -1
  332. package/lib/components/icon/svgs/merge.svg +1 -1
  333. package/lib/components/icon/svgs/minimize.svg +1 -1
  334. package/lib/components/icon/svgs/minus_in_circle.svg +2 -1
  335. package/lib/components/icon/svgs/pencil.svg +3 -2
  336. package/lib/components/icon/svgs/play.svg +1 -1
  337. package/lib/components/icon/svgs/plus_in_circle.svg +2 -1
  338. package/lib/components/icon/svgs/popout.svg +2 -1
  339. package/lib/components/icon/svgs/refresh.svg +2 -2
  340. package/lib/components/icon/svgs/save.svg +1 -1
  341. package/lib/components/icon/svgs/search.svg +2 -2
  342. package/lib/components/icon/svgs/sortLeft.svg +2 -4
  343. package/lib/components/icon/svgs/sortRight.svg +1 -1
  344. package/lib/components/icon/svgs/sort_down.svg +1 -1
  345. package/lib/components/icon/svgs/sort_up.svg +1 -1
  346. package/lib/components/icon/svgs/sortable.svg +1 -1
  347. package/lib/components/icon/svgs/sparkles.svg +2 -2
  348. package/lib/components/icon/svgs/storage.svg +2 -9
  349. package/lib/components/icon/svgs/symlink.svg +3 -2
  350. package/lib/components/icon/svgs/table_density_compact.svg +2 -1
  351. package/lib/components/icon/svgs/table_density_expanded.svg +2 -1
  352. package/lib/components/icon/svgs/tag.svg +2 -1
  353. package/lib/components/icon/svgs/timeRefresh.svg +5 -1
  354. package/lib/components/icon/svgs/timeslider.svg +4 -2
  355. package/lib/components/icon/svgs/trash.svg +3 -2
  356. package/lib/components/icon/svgs/user.svg +2 -3
  357. package/lib/components/icon/svgs/userAvatar.svg +3 -6
  358. package/lib/components/icon/svgs/users.svg +5 -3
  359. package/lib/components/icon/svgs/vis_line.svg +2 -1
  360. package/lib/components/icon/svgs/vis_table.svg +2 -1
  361. package/lib/components/icon/svgs/vis_text.svg +1 -1
  362. package/lib/components/icon/svgs/vis_vega.svg +1 -1
  363. package/lib/components/icon/svgs/warning.svg +3 -2
  364. package/lib/components/icon/svgs/wrench.svg +1 -1
  365. package/lib/components/key_pad_menu/key_pad_menu_item.js +1 -1
  366. package/lib/components/list_group/list_group.js +2 -2
  367. package/lib/components/list_group/list_group_item.js +2 -2
  368. package/lib/components/list_group/list_group_item_extra_action.js +1 -1
  369. package/lib/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  370. package/lib/components/loading/loading_logo.js +1 -1
  371. package/lib/components/markdown_editor/markdown_editor.js +1 -1
  372. package/lib/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  373. package/lib/components/markdown_editor/markdown_editor_footer.js +1 -1
  374. package/lib/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  375. package/lib/components/page/page_header/page_header_content.js +2 -2
  376. package/lib/components/pagination/pagination_button.js +1 -1
  377. package/lib/components/selectable/selectable_list/selectable_list.js +1 -1
  378. package/lib/components/selectable/selectable_list/selectable_list_item.js +1 -1
  379. package/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  380. package/lib/components/table/table_header_cell.js +1 -1
  381. package/lib/components/timeline/timeline_item_icon.js +1 -1
  382. package/lib/components/toast/global_toast_list.js +1 -1
  383. package/lib/components/toast/toast.js +1 -1
  384. package/lib/components/tool_tip/icon_tip.js +1 -1
  385. package/lib/global_styling/mixins/_button.js +2 -1
  386. package/optimize/es/components/icon/assets/aggregate.js +2 -1
  387. package/optimize/es/components/icon/assets/arrowEnd.js +1 -3
  388. package/optimize/es/components/icon/assets/arrowStart.js +1 -3
  389. package/optimize/es/components/icon/assets/arrow_down.js +1 -2
  390. package/optimize/es/components/icon/assets/arrow_left.js +1 -2
  391. package/optimize/es/components/icon/assets/arrow_right.js +1 -2
  392. package/optimize/es/components/icon/assets/arrow_up.js +1 -2
  393. package/optimize/es/components/icon/assets/beaker.js +3 -1
  394. package/optimize/es/components/icon/assets/bell.js +2 -1
  395. package/optimize/es/components/icon/assets/bellSlash.js +5 -1
  396. package/optimize/es/components/icon/assets/check.js +2 -1
  397. package/optimize/es/components/icon/assets/checkCircle.js +36 -0
  398. package/optimize/es/components/icon/assets/clock.js +4 -1
  399. package/optimize/es/components/icon/assets/clockCounter.js +2 -2
  400. package/optimize/es/components/icon/assets/code.js +32 -0
  401. package/optimize/es/components/icon/assets/contrast.js +1 -1
  402. package/optimize/es/components/icon/assets/contrastHigh.js +1 -0
  403. package/optimize/es/components/icon/assets/controls_horizontal.js +2 -1
  404. package/optimize/es/components/icon/assets/controls_vertical.js +2 -1
  405. package/optimize/es/components/icon/assets/copy.js +4 -2
  406. package/optimize/es/components/icon/assets/cross.js +3 -1
  407. package/optimize/es/components/icon/assets/cross_in_circle.js +5 -3
  408. package/optimize/es/components/icon/assets/discuss.js +4 -3
  409. package/optimize/es/components/icon/assets/document.js +3 -1
  410. package/optimize/es/components/icon/assets/dot.js +2 -4
  411. package/optimize/es/components/icon/assets/doubleArrowLeft.js +2 -3
  412. package/optimize/es/components/icon/assets/doubleArrowRight.js +2 -3
  413. package/optimize/es/components/icon/assets/editor_checklist.js +1 -2
  414. package/optimize/es/components/icon/assets/editor_code_block.js +1 -1
  415. package/optimize/es/components/icon/assets/editor_ordered_list.js +1 -1
  416. package/optimize/es/components/icon/assets/expand.js +4 -1
  417. package/optimize/es/components/icon/assets/export.js +1 -1
  418. package/optimize/es/components/icon/assets/eye.js +7 -1
  419. package/optimize/es/components/icon/assets/eye_closed.js +11 -1
  420. package/optimize/es/components/icon/assets/flag.js +3 -1
  421. package/optimize/es/components/icon/assets/gear.js +7 -1
  422. package/optimize/es/components/icon/assets/glasses.js +19 -3
  423. package/optimize/es/components/icon/assets/globe.js +3 -1
  424. package/optimize/es/components/icon/assets/iInCircle.js +8 -1
  425. package/optimize/es/components/icon/assets/import.js +1 -1
  426. package/optimize/es/components/icon/assets/inspect.js +7 -1
  427. package/optimize/es/components/icon/assets/layers.js +5 -3
  428. package/optimize/es/components/icon/assets/lock.js +3 -1
  429. package/optimize/es/components/icon/assets/lockOpen.js +3 -1
  430. package/optimize/es/components/icon/assets/magnifyWithExclamation.js +5 -1
  431. package/optimize/es/components/icon/assets/magnifyWithMinus.js +5 -1
  432. package/optimize/es/components/icon/assets/magnifyWithPlus.js +5 -1
  433. package/optimize/es/components/icon/assets/merge.js +3 -1
  434. package/optimize/es/components/icon/assets/minimize.js +1 -1
  435. package/optimize/es/components/icon/assets/minus_in_circle.js +6 -1
  436. package/optimize/es/components/icon/assets/pencil.js +5 -1
  437. package/optimize/es/components/icon/assets/play.js +3 -1
  438. package/optimize/es/components/icon/assets/plus_in_circle.js +4 -1
  439. package/optimize/es/components/icon/assets/popout.js +3 -1
  440. package/optimize/es/components/icon/assets/refresh.js +3 -1
  441. package/optimize/es/components/icon/assets/save.js +3 -1
  442. package/optimize/es/components/icon/assets/search.js +3 -1
  443. package/optimize/es/components/icon/assets/sortLeft.js +2 -1
  444. package/optimize/es/components/icon/assets/sortRight.js +3 -1
  445. package/optimize/es/components/icon/assets/sort_down.js +3 -1
  446. package/optimize/es/components/icon/assets/sort_up.js +3 -1
  447. package/optimize/es/components/icon/assets/sortable.js +3 -1
  448. package/optimize/es/components/icon/assets/sparkles.js +2 -1
  449. package/optimize/es/components/icon/assets/storage.js +6 -16
  450. package/optimize/es/components/icon/assets/symlink.js +3 -2
  451. package/optimize/es/components/icon/assets/table_density_compact.js +5 -1
  452. package/optimize/es/components/icon/assets/table_density_expanded.js +5 -1
  453. package/optimize/es/components/icon/assets/tag.js +7 -1
  454. package/optimize/es/components/icon/assets/timeRefresh.js +4 -3
  455. package/optimize/es/components/icon/assets/timeslider.js +6 -2
  456. package/optimize/es/components/icon/assets/trash.js +5 -1
  457. package/optimize/es/components/icon/assets/user.js +1 -3
  458. package/optimize/es/components/icon/assets/userAvatar.js +8 -10
  459. package/optimize/es/components/icon/assets/users.js +9 -5
  460. package/optimize/es/components/icon/assets/vis_line.js +3 -1
  461. package/optimize/es/components/icon/assets/vis_table.js +5 -1
  462. package/optimize/es/components/icon/assets/vis_text.js +1 -1
  463. package/optimize/es/components/icon/assets/vis_vega.js +1 -1
  464. package/optimize/es/components/icon/assets/warning.js +8 -2
  465. package/optimize/es/components/icon/assets/wrench.js +3 -1
  466. package/optimize/es/components/icon/icon_map.js +2 -0
  467. package/optimize/es/components/page/page_header/page_header_content.js +1 -1
  468. package/optimize/es/global_styling/mixins/_button.js +2 -1
  469. package/optimize/lib/components/icon/assets/aggregate.js +2 -1
  470. package/optimize/lib/components/icon/assets/arrowEnd.js +1 -3
  471. package/optimize/lib/components/icon/assets/arrowStart.js +1 -3
  472. package/optimize/lib/components/icon/assets/arrow_down.js +1 -2
  473. package/optimize/lib/components/icon/assets/arrow_left.js +1 -2
  474. package/optimize/lib/components/icon/assets/arrow_right.js +1 -2
  475. package/optimize/lib/components/icon/assets/arrow_up.js +1 -2
  476. package/optimize/lib/components/icon/assets/beaker.js +3 -1
  477. package/optimize/lib/components/icon/assets/bell.js +2 -1
  478. package/optimize/lib/components/icon/assets/bellSlash.js +5 -1
  479. package/optimize/lib/components/icon/assets/check.js +2 -1
  480. package/optimize/lib/components/icon/assets/checkCircle.js +44 -0
  481. package/optimize/lib/components/icon/assets/clock.js +4 -1
  482. package/optimize/lib/components/icon/assets/clockCounter.js +2 -2
  483. package/optimize/lib/components/icon/assets/code.js +40 -0
  484. package/optimize/lib/components/icon/assets/contrast.js +1 -1
  485. package/optimize/lib/components/icon/assets/contrastHigh.js +1 -0
  486. package/optimize/lib/components/icon/assets/controls_horizontal.js +2 -1
  487. package/optimize/lib/components/icon/assets/controls_vertical.js +2 -1
  488. package/optimize/lib/components/icon/assets/copy.js +4 -2
  489. package/optimize/lib/components/icon/assets/cross.js +3 -1
  490. package/optimize/lib/components/icon/assets/cross_in_circle.js +5 -3
  491. package/optimize/lib/components/icon/assets/discuss.js +4 -3
  492. package/optimize/lib/components/icon/assets/document.js +3 -1
  493. package/optimize/lib/components/icon/assets/dot.js +2 -4
  494. package/optimize/lib/components/icon/assets/doubleArrowLeft.js +2 -3
  495. package/optimize/lib/components/icon/assets/doubleArrowRight.js +2 -3
  496. package/optimize/lib/components/icon/assets/editor_checklist.js +1 -2
  497. package/optimize/lib/components/icon/assets/editor_code_block.js +1 -1
  498. package/optimize/lib/components/icon/assets/editor_ordered_list.js +1 -1
  499. package/optimize/lib/components/icon/assets/expand.js +4 -1
  500. package/optimize/lib/components/icon/assets/export.js +1 -1
  501. package/optimize/lib/components/icon/assets/eye.js +7 -1
  502. package/optimize/lib/components/icon/assets/eye_closed.js +11 -1
  503. package/optimize/lib/components/icon/assets/flag.js +3 -1
  504. package/optimize/lib/components/icon/assets/gear.js +7 -1
  505. package/optimize/lib/components/icon/assets/glasses.js +19 -3
  506. package/optimize/lib/components/icon/assets/globe.js +3 -1
  507. package/optimize/lib/components/icon/assets/iInCircle.js +8 -1
  508. package/optimize/lib/components/icon/assets/import.js +1 -1
  509. package/optimize/lib/components/icon/assets/inspect.js +7 -1
  510. package/optimize/lib/components/icon/assets/layers.js +5 -3
  511. package/optimize/lib/components/icon/assets/lock.js +3 -1
  512. package/optimize/lib/components/icon/assets/lockOpen.js +3 -1
  513. package/optimize/lib/components/icon/assets/magnifyWithExclamation.js +5 -1
  514. package/optimize/lib/components/icon/assets/magnifyWithMinus.js +5 -1
  515. package/optimize/lib/components/icon/assets/magnifyWithPlus.js +5 -1
  516. package/optimize/lib/components/icon/assets/merge.js +3 -1
  517. package/optimize/lib/components/icon/assets/minimize.js +1 -1
  518. package/optimize/lib/components/icon/assets/minus_in_circle.js +6 -1
  519. package/optimize/lib/components/icon/assets/pencil.js +5 -1
  520. package/optimize/lib/components/icon/assets/play.js +3 -1
  521. package/optimize/lib/components/icon/assets/plus_in_circle.js +4 -1
  522. package/optimize/lib/components/icon/assets/popout.js +3 -1
  523. package/optimize/lib/components/icon/assets/refresh.js +3 -1
  524. package/optimize/lib/components/icon/assets/save.js +3 -1
  525. package/optimize/lib/components/icon/assets/search.js +3 -1
  526. package/optimize/lib/components/icon/assets/sortLeft.js +2 -1
  527. package/optimize/lib/components/icon/assets/sortRight.js +3 -1
  528. package/optimize/lib/components/icon/assets/sort_down.js +3 -1
  529. package/optimize/lib/components/icon/assets/sort_up.js +3 -1
  530. package/optimize/lib/components/icon/assets/sortable.js +3 -1
  531. package/optimize/lib/components/icon/assets/sparkles.js +2 -1
  532. package/optimize/lib/components/icon/assets/storage.js +6 -16
  533. package/optimize/lib/components/icon/assets/symlink.js +3 -2
  534. package/optimize/lib/components/icon/assets/table_density_compact.js +5 -1
  535. package/optimize/lib/components/icon/assets/table_density_expanded.js +5 -1
  536. package/optimize/lib/components/icon/assets/tag.js +7 -1
  537. package/optimize/lib/components/icon/assets/timeRefresh.js +4 -3
  538. package/optimize/lib/components/icon/assets/timeslider.js +6 -2
  539. package/optimize/lib/components/icon/assets/trash.js +5 -1
  540. package/optimize/lib/components/icon/assets/user.js +1 -3
  541. package/optimize/lib/components/icon/assets/userAvatar.js +8 -10
  542. package/optimize/lib/components/icon/assets/users.js +9 -5
  543. package/optimize/lib/components/icon/assets/vis_line.js +3 -1
  544. package/optimize/lib/components/icon/assets/vis_table.js +5 -1
  545. package/optimize/lib/components/icon/assets/vis_text.js +1 -1
  546. package/optimize/lib/components/icon/assets/vis_vega.js +1 -1
  547. package/optimize/lib/components/icon/assets/warning.js +8 -2
  548. package/optimize/lib/components/icon/assets/wrench.js +3 -1
  549. package/optimize/lib/components/icon/icon_map.js +2 -0
  550. package/optimize/lib/components/icon/svgs/aggregate.svg +2 -2
  551. package/optimize/lib/components/icon/svgs/arrowEnd.svg +3 -1
  552. package/optimize/lib/components/icon/svgs/arrowStart.svg +3 -1
  553. package/optimize/lib/components/icon/svgs/arrow_down.svg +2 -2
  554. package/optimize/lib/components/icon/svgs/arrow_left.svg +2 -2
  555. package/optimize/lib/components/icon/svgs/arrow_right.svg +2 -2
  556. package/optimize/lib/components/icon/svgs/arrow_up.svg +2 -2
  557. package/optimize/lib/components/icon/svgs/beaker.svg +2 -2
  558. package/optimize/lib/components/icon/svgs/bell.svg +2 -2
  559. package/optimize/lib/components/icon/svgs/bellSlash.svg +2 -1
  560. package/optimize/lib/components/icon/svgs/check.svg +1 -1
  561. package/optimize/lib/components/icon/svgs/checkCircle.svg +4 -0
  562. package/optimize/lib/components/icon/svgs/clock.svg +2 -1
  563. package/optimize/lib/components/icon/svgs/clockCounter.svg +2 -2
  564. package/optimize/lib/components/icon/svgs/code.svg +3 -0
  565. package/optimize/lib/components/icon/svgs/contrast.svg +2 -2
  566. package/optimize/lib/components/icon/svgs/contrastHigh.svg +2 -2
  567. package/optimize/lib/components/icon/svgs/controls_horizontal.svg +1 -1
  568. package/optimize/lib/components/icon/svgs/controls_vertical.svg +1 -1
  569. package/optimize/lib/components/icon/svgs/copy.svg +3 -5
  570. package/optimize/lib/components/icon/svgs/cross.svg +1 -1
  571. package/optimize/lib/components/icon/svgs/cross_in_circle.svg +3 -3
  572. package/optimize/lib/components/icon/svgs/discuss.svg +3 -3
  573. package/optimize/lib/components/icon/svgs/document.svg +1 -1
  574. package/optimize/lib/components/icon/svgs/dot.svg +2 -2
  575. package/optimize/lib/components/icon/svgs/doubleArrowLeft.svg +3 -3
  576. package/optimize/lib/components/icon/svgs/doubleArrowRight.svg +3 -3
  577. package/optimize/lib/components/icon/svgs/editor_checklist.svg +2 -2
  578. package/optimize/lib/components/icon/svgs/editor_code_block.svg +1 -1
  579. package/optimize/lib/components/icon/svgs/editor_ordered_list.svg +2 -2
  580. package/optimize/lib/components/icon/svgs/expand.svg +2 -1
  581. package/optimize/lib/components/icon/svgs/export.svg +2 -2
  582. package/optimize/lib/components/icon/svgs/eye.svg +2 -1
  583. package/optimize/lib/components/icon/svgs/eye_closed.svg +4 -1
  584. package/optimize/lib/components/icon/svgs/flag.svg +1 -1
  585. package/optimize/lib/components/icon/svgs/gear.svg +3 -2
  586. package/optimize/lib/components/icon/svgs/glasses.svg +6 -1
  587. package/optimize/lib/components/icon/svgs/globe.svg +1 -1
  588. package/optimize/lib/components/icon/svgs/iInCircle.svg +3 -1
  589. package/optimize/lib/components/icon/svgs/import.svg +2 -2
  590. package/optimize/lib/components/icon/svgs/inspect.svg +3 -1
  591. package/optimize/lib/components/icon/svgs/layers.svg +4 -4
  592. package/optimize/lib/components/icon/svgs/lock.svg +1 -1
  593. package/optimize/lib/components/icon/svgs/lockOpen.svg +1 -1
  594. package/optimize/lib/components/icon/svgs/magnifyWithExclamation.svg +3 -2
  595. package/optimize/lib/components/icon/svgs/magnifyWithMinus.svg +2 -1
  596. package/optimize/lib/components/icon/svgs/magnifyWithPlus.svg +2 -1
  597. package/optimize/lib/components/icon/svgs/merge.svg +1 -1
  598. package/optimize/lib/components/icon/svgs/minimize.svg +1 -1
  599. package/optimize/lib/components/icon/svgs/minus_in_circle.svg +2 -1
  600. package/optimize/lib/components/icon/svgs/pencil.svg +3 -2
  601. package/optimize/lib/components/icon/svgs/play.svg +1 -1
  602. package/optimize/lib/components/icon/svgs/plus_in_circle.svg +2 -1
  603. package/optimize/lib/components/icon/svgs/popout.svg +2 -1
  604. package/optimize/lib/components/icon/svgs/refresh.svg +2 -2
  605. package/optimize/lib/components/icon/svgs/save.svg +1 -1
  606. package/optimize/lib/components/icon/svgs/search.svg +2 -2
  607. package/optimize/lib/components/icon/svgs/sortLeft.svg +2 -4
  608. package/optimize/lib/components/icon/svgs/sortRight.svg +1 -1
  609. package/optimize/lib/components/icon/svgs/sort_down.svg +1 -1
  610. package/optimize/lib/components/icon/svgs/sort_up.svg +1 -1
  611. package/optimize/lib/components/icon/svgs/sortable.svg +1 -1
  612. package/optimize/lib/components/icon/svgs/sparkles.svg +2 -2
  613. package/optimize/lib/components/icon/svgs/storage.svg +2 -9
  614. package/optimize/lib/components/icon/svgs/symlink.svg +3 -2
  615. package/optimize/lib/components/icon/svgs/table_density_compact.svg +2 -1
  616. package/optimize/lib/components/icon/svgs/table_density_expanded.svg +2 -1
  617. package/optimize/lib/components/icon/svgs/tag.svg +2 -1
  618. package/optimize/lib/components/icon/svgs/timeRefresh.svg +5 -1
  619. package/optimize/lib/components/icon/svgs/timeslider.svg +4 -2
  620. package/optimize/lib/components/icon/svgs/trash.svg +3 -2
  621. package/optimize/lib/components/icon/svgs/user.svg +2 -3
  622. package/optimize/lib/components/icon/svgs/userAvatar.svg +3 -6
  623. package/optimize/lib/components/icon/svgs/users.svg +5 -3
  624. package/optimize/lib/components/icon/svgs/vis_line.svg +2 -1
  625. package/optimize/lib/components/icon/svgs/vis_table.svg +2 -1
  626. package/optimize/lib/components/icon/svgs/vis_text.svg +1 -1
  627. package/optimize/lib/components/icon/svgs/vis_vega.svg +1 -1
  628. package/optimize/lib/components/icon/svgs/warning.svg +3 -2
  629. package/optimize/lib/components/icon/svgs/wrench.svg +1 -1
  630. package/optimize/lib/components/page/page_header/page_header_content.js +1 -1
  631. package/optimize/lib/global_styling/mixins/_button.js +2 -1
  632. package/package.json +1 -1
  633. package/test-env/components/avatar/avatar.js +1 -1
  634. package/test-env/components/badge/badge.js +1 -1
  635. package/test-env/components/badge/beta_badge/beta_badge.js +1 -1
  636. package/test-env/components/basic_table/basic_table.js +4 -4
  637. package/test-env/components/basic_table/in_memory_table.js +4 -4
  638. package/test-env/components/button/button.js +1 -1
  639. package/test-env/components/button/button_display/_button_display.js +1 -1
  640. package/test-env/components/button/button_display/_button_display_content.js +1 -1
  641. package/test-env/components/button/button_empty/button_empty.js +1 -1
  642. package/test-env/components/button/button_group/button_group.js +1 -1
  643. package/test-env/components/button/button_group/button_group_button.js +1 -1
  644. package/test-env/components/button/button_icon/button_icon.js +1 -1
  645. package/test-env/components/call_out/call_out.js +1 -1
  646. package/test-env/components/card/card.js +2 -2
  647. package/test-env/components/card/card_select/card_select.js +1 -1
  648. package/test-env/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  649. package/test-env/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  650. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  651. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  652. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  653. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  654. package/test-env/components/comment_list/comment.js +2 -2
  655. package/test-env/components/comment_list/comment_event.js +1 -1
  656. package/test-env/components/comment_list/comment_list.js +2 -2
  657. package/test-env/components/comment_list/comment_timeline.js +1 -1
  658. package/test-env/components/context_menu/context_menu_item.js +1 -1
  659. package/test-env/components/datagrid/body/cell/data_grid_cell.js +12 -12
  660. package/test-env/components/datagrid/body/data_grid_body.js +7 -7
  661. package/test-env/components/datagrid/body/data_grid_body_custom.js +7 -7
  662. package/test-env/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  663. package/test-env/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  664. package/test-env/components/datagrid/controls/column_sorting.js +7 -7
  665. package/test-env/components/datagrid/controls/column_sorting_draggable.js +1 -1
  666. package/test-env/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  667. package/test-env/components/datagrid/utils/in_memory.js +6 -6
  668. package/test-env/components/date_picker/date_picker.js +2 -2
  669. package/test-env/components/date_picker/date_picker_range.js +1 -1
  670. package/test-env/components/empty_prompt/empty_prompt.js +1 -1
  671. package/test-env/components/facet/facet_button.js +1 -1
  672. package/test-env/components/form/field_number/field_number.js +2 -2
  673. package/test-env/components/form/field_text/field_text.js +2 -2
  674. package/test-env/components/form/form_control_layout/form_control_layout.js +2 -2
  675. package/test-env/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  676. package/test-env/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  677. package/test-env/components/form/text_area/text_area.js +2 -2
  678. package/test-env/components/header/header_links/header_link.js +1 -1
  679. package/test-env/components/header/header_links/header_links.js +1 -1
  680. package/test-env/components/header/header_logo/header_logo.js +1 -1
  681. package/test-env/components/header/header_section/header_section_item_button.js +1 -1
  682. package/test-env/components/icon/assets/aggregate.js +2 -1
  683. package/test-env/components/icon/assets/arrowEnd.js +1 -3
  684. package/test-env/components/icon/assets/arrowStart.js +1 -3
  685. package/test-env/components/icon/assets/arrow_down.js +1 -2
  686. package/test-env/components/icon/assets/arrow_left.js +1 -2
  687. package/test-env/components/icon/assets/arrow_right.js +1 -2
  688. package/test-env/components/icon/assets/arrow_up.js +1 -2
  689. package/test-env/components/icon/assets/beaker.js +3 -1
  690. package/test-env/components/icon/assets/bell.js +2 -1
  691. package/test-env/components/icon/assets/bellSlash.js +5 -1
  692. package/test-env/components/icon/assets/check.js +2 -1
  693. package/test-env/components/icon/assets/checkCircle.js +44 -0
  694. package/test-env/components/icon/assets/clock.js +4 -1
  695. package/test-env/components/icon/assets/clockCounter.js +2 -2
  696. package/test-env/components/icon/assets/code.js +40 -0
  697. package/test-env/components/icon/assets/contrast.js +1 -1
  698. package/test-env/components/icon/assets/contrastHigh.js +1 -0
  699. package/test-env/components/icon/assets/controls_horizontal.js +2 -1
  700. package/test-env/components/icon/assets/controls_vertical.js +2 -1
  701. package/test-env/components/icon/assets/copy.js +4 -2
  702. package/test-env/components/icon/assets/cross.js +3 -1
  703. package/test-env/components/icon/assets/cross_in_circle.js +5 -3
  704. package/test-env/components/icon/assets/discuss.js +4 -3
  705. package/test-env/components/icon/assets/document.js +3 -1
  706. package/test-env/components/icon/assets/dot.js +2 -4
  707. package/test-env/components/icon/assets/doubleArrowLeft.js +2 -3
  708. package/test-env/components/icon/assets/doubleArrowRight.js +2 -3
  709. package/test-env/components/icon/assets/editor_checklist.js +1 -2
  710. package/test-env/components/icon/assets/editor_code_block.js +1 -1
  711. package/test-env/components/icon/assets/editor_ordered_list.js +1 -1
  712. package/test-env/components/icon/assets/expand.js +4 -1
  713. package/test-env/components/icon/assets/export.js +1 -1
  714. package/test-env/components/icon/assets/eye.js +7 -1
  715. package/test-env/components/icon/assets/eye_closed.js +11 -1
  716. package/test-env/components/icon/assets/flag.js +3 -1
  717. package/test-env/components/icon/assets/gear.js +7 -1
  718. package/test-env/components/icon/assets/glasses.js +19 -3
  719. package/test-env/components/icon/assets/globe.js +3 -1
  720. package/test-env/components/icon/assets/iInCircle.js +8 -1
  721. package/test-env/components/icon/assets/import.js +1 -1
  722. package/test-env/components/icon/assets/inspect.js +7 -1
  723. package/test-env/components/icon/assets/layers.js +5 -3
  724. package/test-env/components/icon/assets/lock.js +3 -1
  725. package/test-env/components/icon/assets/lockOpen.js +3 -1
  726. package/test-env/components/icon/assets/magnifyWithExclamation.js +5 -1
  727. package/test-env/components/icon/assets/magnifyWithMinus.js +5 -1
  728. package/test-env/components/icon/assets/magnifyWithPlus.js +5 -1
  729. package/test-env/components/icon/assets/merge.js +3 -1
  730. package/test-env/components/icon/assets/minimize.js +1 -1
  731. package/test-env/components/icon/assets/minus_in_circle.js +6 -1
  732. package/test-env/components/icon/assets/pencil.js +5 -1
  733. package/test-env/components/icon/assets/play.js +3 -1
  734. package/test-env/components/icon/assets/plus_in_circle.js +4 -1
  735. package/test-env/components/icon/assets/popout.js +3 -1
  736. package/test-env/components/icon/assets/refresh.js +3 -1
  737. package/test-env/components/icon/assets/save.js +3 -1
  738. package/test-env/components/icon/assets/search.js +3 -1
  739. package/test-env/components/icon/assets/sortLeft.js +2 -1
  740. package/test-env/components/icon/assets/sortRight.js +3 -1
  741. package/test-env/components/icon/assets/sort_down.js +3 -1
  742. package/test-env/components/icon/assets/sort_up.js +3 -1
  743. package/test-env/components/icon/assets/sortable.js +3 -1
  744. package/test-env/components/icon/assets/sparkles.js +2 -1
  745. package/test-env/components/icon/assets/storage.js +6 -16
  746. package/test-env/components/icon/assets/symlink.js +3 -2
  747. package/test-env/components/icon/assets/table_density_compact.js +5 -1
  748. package/test-env/components/icon/assets/table_density_expanded.js +5 -1
  749. package/test-env/components/icon/assets/tag.js +7 -1
  750. package/test-env/components/icon/assets/timeRefresh.js +4 -3
  751. package/test-env/components/icon/assets/timeslider.js +6 -2
  752. package/test-env/components/icon/assets/trash.js +5 -1
  753. package/test-env/components/icon/assets/user.js +1 -3
  754. package/test-env/components/icon/assets/userAvatar.js +8 -10
  755. package/test-env/components/icon/assets/users.js +9 -5
  756. package/test-env/components/icon/assets/vis_line.js +3 -1
  757. package/test-env/components/icon/assets/vis_table.js +5 -1
  758. package/test-env/components/icon/assets/vis_text.js +1 -1
  759. package/test-env/components/icon/assets/vis_vega.js +1 -1
  760. package/test-env/components/icon/assets/warning.js +8 -2
  761. package/test-env/components/icon/assets/wrench.js +3 -1
  762. package/test-env/components/icon/icon_map.js +2 -0
  763. package/test-env/components/key_pad_menu/key_pad_menu_item.js +1 -1
  764. package/test-env/components/list_group/list_group.js +2 -2
  765. package/test-env/components/list_group/list_group_item.js +2 -2
  766. package/test-env/components/list_group/list_group_item_extra_action.js +1 -1
  767. package/test-env/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  768. package/test-env/components/loading/loading_logo.js +1 -1
  769. package/test-env/components/markdown_editor/markdown_editor.js +1 -1
  770. package/test-env/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  771. package/test-env/components/markdown_editor/markdown_editor_footer.js +1 -1
  772. package/test-env/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  773. package/test-env/components/page/page_header/page_header_content.js +2 -2
  774. package/test-env/components/pagination/pagination_button.js +1 -1
  775. package/test-env/components/selectable/selectable_list/selectable_list.js +1 -1
  776. package/test-env/components/selectable/selectable_list/selectable_list_item.js +1 -1
  777. package/test-env/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  778. package/test-env/components/table/table_header_cell.js +1 -1
  779. package/test-env/components/timeline/timeline_item_icon.js +1 -1
  780. package/test-env/components/toast/global_toast_list.js +1 -1
  781. package/test-env/components/toast/toast.js +1 -1
  782. package/test-env/components/tool_tip/icon_tip.js +1 -1
  783. package/test-env/global_styling/mixins/_button.js +2 -1
@@ -68,7 +68,7 @@ EuiHeaderLogo.propTypes = {
68
68
  href: _propTypes.default.string,
69
69
  rel: _propTypes.default.string,
70
70
  target: _propTypes.default.string,
71
- iconType: _propTypes.default.oneOfType([_propTypes.default.oneOf(["accessibility", "addDataApp", "advancedSettingsApp", "agentApp", "aggregate", "analyzeEvent", "annotation", "anomalyChart", "anomalySwimLane", "apmApp", "apmTrace", "appSearchApp", "apps", "arrowDown", "arrowLeft", "arrowRight", "arrowUp", "arrowStart", "arrowEnd", "article", "asterisk", "at", "auditbeatApp", "beaker", "bell", "bellSlash", "beta", "bolt", "boxesHorizontal", "boxesVertical", "branch", "branchUser", "broom", "brush", "bug", "bullseye", "calendar", "canvasApp", "casesApp", "changePointDetection", "check", "checkInCircleFilled", "cheer", "classificationJob", "clickLeft", "clickRight", "clock", "clockCounter", "cloudDrizzle", "cloudStormy", "cloudSunny", "cluster", "codeApp", "color", "compute", "console", "consoleApp", "container", "continuityAbove", "continuityAboveBelow", "continuityBelow", "continuityWithin", "contrast", "contrastHigh", "controlsHorizontal", "controlsVertical", "copy", "copyClipboard", "createAdvancedJob", "createGenericJob", "createGeoJob", "createMultiMetricJob", "createPopulationJob", "createSingleMetricJob", "cross", "crossClusterReplicationApp", "crossInCircle", "crosshairs", "currency", "cut", "dashboardApp", "dataVisualizer", "database", "desktop", "devToolsApp", "diff", "discoverApp", "discuss", "document", "documentEdit", "documentation", "documents", "dot", "dotInCircle", "doubleArrowLeft", "doubleArrowRight", "download", "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", "empty", "emsApp", "endpoint", "eql", "eraser", "error", "errorFilled", "esqlVis", "exit", "expand", "expandMini", "exportAction", "eye", "eyeClosed", "faceHappy", "faceNeutral", "faceSad", "fieldStatistics", "filebeatApp", "filter", "filterExclude", "filterIgnore", "filterInclude", "filterInCircle", "flag", "fleetApp", "fold", "folderCheck", "folderClosed", "folderExclamation", "folderOpen", "frameNext", "framePrevious", "fullScreen", "fullScreenExit", "function", "gear", "gisApp", "glasses", "globe", "grab", "grabHorizontal", "grabOmnidirectional", "gradient", "graphApp", "grid", "grokApp", "heart", "heartbeatApp", "heatmap", "help", "home", "iInCircle", "image", "importAction", "index", "indexClose", "indexEdit", "indexFlush", "indexManagementApp", "indexMapping", "indexOpen", "indexPatternApp", "indexRollupApp", "indexRuntime", "indexSettings", "indexTemporary", "infinity", "inputOutput", "inspect", "invert", "ip", "key", "keyboard", "kqlField", "kqlFunction", "kqlOperand", "kqlSelector", "kqlValue", "kubernetesNode", "kubernetesPod", "launch", "layers", "lensApp", "lettering", "lineDashed", "lineDotted", "lineSolid", "link", "list", "listAdd", "lock", "lockOpen", "logPatternAnalysis", "logRateAnalysis", "logoAWS", "logoAWSMono", "logoAerospike", "logoApache", "logoAppSearch", "logoAzure", "logoAzureMono", "logoBeats", "logoBusinessAnalytics", "logoCeph", "logoCloud", "logoCloudEnterprise", "logoCode", "logoCodesandbox", "logoCouchbase", "logoDocker", "logoDropwizard", "logoElastic", "logoElasticStack", "logoElasticsearch", "logoEnterpriseSearch", "logoEtcd", "logoGCP", "logoGCPMono", "logoGithub", "logoGmail", "logoGolang", "logoGoogleG", "logoHAproxy", "logoIBM", "logoIBMMono", "logoKafka", "logoKibana", "logoKubernetes", "logoLogging", "logoLogstash", "logoMaps", "logoMemcached", "logoMetrics", "logoMongodb", "logoMySQL", "logoNginx", "logoObservability", "logoOsquery", "logoPhp", "logoPostgres", "logoPrometheus", "logoRabbitmq", "logoRedis", "logoSecurity", "logoSiteSearch", "logoSketch", "logoSlack", "logoUptime", "logoVulnerabilityManagement", "logoWebhook", "logoWindows", "logoWorkplaceSearch", "logsApp", "logstashFilter", "logstashIf", "logstashInput", "logstashOutput", "logstashQueue", "machineLearningApp", "magnet", "magnifyWithExclamation", "magnifyWithMinus", "magnifyWithPlus", "managementApp", "mapMarker", "memory", "menu", "menuDown", "menuLeft", "menuRight", "menuUp", "merge", "metricbeatApp", "metricsApp", "minimize", "minus", "minusInCircle", "minusInCircleFilled", "minusInSquare", "mobile", "monitoringApp", "moon", "move", "namespace", "nested", "newChat", "node", "notebookApp", "number", "offline", "online", "outlierDetectionJob", "package", "packetbeatApp", "pageSelect", "pagesSelect", "palette", "paperClip", "partial", "pause", "payment", "pencil", "percent", "pin", "pinFilled", "pipeBreaks", "pipelineApp", "pipeNoBreaks", "pivot", "play", "playFilled", "plugs", "plus", "plusInCircle", "plusInCircleFilled", "plusInSquare", "popout", "push", "questionInCircle", "quote", "recentlyViewedApp", "refresh", "regressionJob", "reporter", "reportingApp", "returnKey", "save", "savedObjectsApp", "scale", "search", "searchProfilerApp", "section", "securityAnalyticsApp", "securityApp", "securitySignal", "securitySignalDetected", "securitySignalResolved", "sessionViewer", "shard", "share", "singleMetricViewer", "snowflake", "sortAscending", "sortDescending", "sortDown", "sortLeft", "sortRight", "sortUp", "sortable", "spaces", "spacesApp", "sparkles", "sqlApp", "starEmpty", "starEmptySpace", "starFilled", "starFilledSpace", "starMinusEmpty", "starMinusFilled", "starPlusEmpty", "starPlusFilled", "stats", "stop", "stopFilled", "stopSlash", "storage", "string", "submodule", "sun", "swatchInput", "symlink", "tableDensityCompact", "tableDensityExpanded", "tableDensityNormal", "tableOfContents", "tag", "tear", "temperature", "timeline", "timelineWithArrow", "timelionApp", "timeRefresh", "timeslider", "training", "transitionLeftIn", "transitionLeftOut", "transitionTopIn", "transitionTopOut", "trash", "unfold", "unlink", "upgradeAssistantApp", "uptimeApp", "user", "userAvatar", "users", "usersRolesApp", "vector", "videoPlayer", "visArea", "visAreaStacked", "visBarHorizontal", "visBarHorizontalStacked", "visBarVertical", "visBarVerticalStacked", "visGauge", "visGoal", "visLine", "visMapCoordinate", "visMapRegion", "visMetric", "visPie", "visTable", "visTagCloud", "visText", "visTimelion", "visVega", "visVisualBuilder", "visualizeApp", "vulnerabilityManagementApp", "warning", "warningFilled", "alert", "watchesApp", "web", "wordWrap", "wordWrapDisabled", "workplaceSearchApp", "wrench", "tokenAlias", "tokenAnnotation", "tokenArray", "tokenBinary", "tokenBoolean", "tokenClass", "tokenCompletionSuggester", "tokenConstant", "tokenDate", "tokenDimension", "tokenElement", "tokenEnum", "tokenEnumMember", "tokenEvent", "tokenException", "tokenField", "tokenFile", "tokenFlattened", "tokenFunction", "tokenGeo", "tokenHistogram", "tokenInterface", "tokenIP", "tokenJoin", "tokenKey", "tokenKeyword", "tokenMethod", "tokenMetricCounter", "tokenMetricGauge", "tokenModule", "tokenNamespace", "tokenNested", "tokenNull", "tokenNumber", "tokenObject", "tokenOperator", "tokenPackage", "tokenParameter", "tokenPercolator", "tokenProperty", "tokenRange", "tokenRankFeature", "tokenRankFeatures", "tokenRepo", "tokenSearchType", "tokenSemanticText", "tokenShape", "tokenString", "tokenStruct", "tokenSymbol", "tokenTag", "tokenText", "tokenTokenCount", "tokenVariable", "tokenVectorDense", "tokenDenseVector", "tokenVectorSparse"]).isRequired, _propTypes.default.string.isRequired, _propTypes.default.elementType.isRequired]),
71
+ iconType: _propTypes.default.oneOfType([_propTypes.default.oneOf(["accessibility", "addDataApp", "advancedSettingsApp", "agentApp", "aggregate", "analyzeEvent", "annotation", "anomalyChart", "anomalySwimLane", "apmApp", "apmTrace", "appSearchApp", "apps", "arrowDown", "arrowLeft", "arrowRight", "arrowUp", "arrowStart", "arrowEnd", "article", "asterisk", "at", "auditbeatApp", "beaker", "bell", "bellSlash", "beta", "bolt", "boxesHorizontal", "boxesVertical", "branch", "branchUser", "broom", "brush", "bug", "bullseye", "calendar", "canvasApp", "casesApp", "changePointDetection", "check", "checkCircle", "checkInCircleFilled", "cheer", "classificationJob", "clickLeft", "clickRight", "clock", "clockCounter", "cloudDrizzle", "cloudStormy", "cloudSunny", "cluster", "code", "codeApp", "color", "compute", "console", "consoleApp", "container", "continuityAbove", "continuityAboveBelow", "continuityBelow", "continuityWithin", "contrast", "contrastHigh", "controlsHorizontal", "controlsVertical", "copy", "copyClipboard", "createAdvancedJob", "createGenericJob", "createGeoJob", "createMultiMetricJob", "createPopulationJob", "createSingleMetricJob", "cross", "crossClusterReplicationApp", "crossInCircle", "crosshairs", "currency", "cut", "dashboardApp", "dataVisualizer", "database", "desktop", "devToolsApp", "diff", "discoverApp", "discuss", "document", "documentEdit", "documentation", "documents", "dot", "dotInCircle", "doubleArrowLeft", "doubleArrowRight", "download", "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", "empty", "emsApp", "endpoint", "eql", "eraser", "error", "errorFilled", "esqlVis", "exit", "expand", "expandMini", "exportAction", "eye", "eyeClosed", "faceHappy", "faceNeutral", "faceSad", "fieldStatistics", "filebeatApp", "filter", "filterExclude", "filterIgnore", "filterInclude", "filterInCircle", "flag", "fleetApp", "fold", "folderCheck", "folderClosed", "folderExclamation", "folderOpen", "frameNext", "framePrevious", "fullScreen", "fullScreenExit", "function", "gear", "gisApp", "glasses", "globe", "grab", "grabHorizontal", "grabOmnidirectional", "gradient", "graphApp", "grid", "grokApp", "heart", "heartbeatApp", "heatmap", "help", "home", "iInCircle", "image", "importAction", "index", "indexClose", "indexEdit", "indexFlush", "indexManagementApp", "indexMapping", "indexOpen", "indexPatternApp", "indexRollupApp", "indexRuntime", "indexSettings", "indexTemporary", "infinity", "inputOutput", "inspect", "invert", "ip", "key", "keyboard", "kqlField", "kqlFunction", "kqlOperand", "kqlSelector", "kqlValue", "kubernetesNode", "kubernetesPod", "launch", "layers", "lensApp", "lettering", "lineDashed", "lineDotted", "lineSolid", "link", "list", "listAdd", "lock", "lockOpen", "logPatternAnalysis", "logRateAnalysis", "logoAWS", "logoAWSMono", "logoAerospike", "logoApache", "logoAppSearch", "logoAzure", "logoAzureMono", "logoBeats", "logoBusinessAnalytics", "logoCeph", "logoCloud", "logoCloudEnterprise", "logoCode", "logoCodesandbox", "logoCouchbase", "logoDocker", "logoDropwizard", "logoElastic", "logoElasticStack", "logoElasticsearch", "logoEnterpriseSearch", "logoEtcd", "logoGCP", "logoGCPMono", "logoGithub", "logoGmail", "logoGolang", "logoGoogleG", "logoHAproxy", "logoIBM", "logoIBMMono", "logoKafka", "logoKibana", "logoKubernetes", "logoLogging", "logoLogstash", "logoMaps", "logoMemcached", "logoMetrics", "logoMongodb", "logoMySQL", "logoNginx", "logoObservability", "logoOsquery", "logoPhp", "logoPostgres", "logoPrometheus", "logoRabbitmq", "logoRedis", "logoSecurity", "logoSiteSearch", "logoSketch", "logoSlack", "logoUptime", "logoVulnerabilityManagement", "logoWebhook", "logoWindows", "logoWorkplaceSearch", "logsApp", "logstashFilter", "logstashIf", "logstashInput", "logstashOutput", "logstashQueue", "machineLearningApp", "magnet", "magnifyWithExclamation", "magnifyWithMinus", "magnifyWithPlus", "managementApp", "mapMarker", "memory", "menu", "menuDown", "menuLeft", "menuRight", "menuUp", "merge", "metricbeatApp", "metricsApp", "minimize", "minus", "minusInCircle", "minusInCircleFilled", "minusInSquare", "mobile", "monitoringApp", "moon", "move", "namespace", "nested", "newChat", "node", "notebookApp", "number", "offline", "online", "outlierDetectionJob", "package", "packetbeatApp", "pageSelect", "pagesSelect", "palette", "paperClip", "partial", "pause", "payment", "pencil", "percent", "pin", "pinFilled", "pipeBreaks", "pipelineApp", "pipeNoBreaks", "pivot", "play", "playFilled", "plugs", "plus", "plusInCircle", "plusInCircleFilled", "plusInSquare", "popout", "push", "questionInCircle", "quote", "recentlyViewedApp", "refresh", "regressionJob", "reporter", "reportingApp", "returnKey", "save", "savedObjectsApp", "scale", "search", "searchProfilerApp", "section", "securityAnalyticsApp", "securityApp", "securitySignal", "securitySignalDetected", "securitySignalResolved", "sessionViewer", "shard", "share", "singleMetricViewer", "snowflake", "sortAscending", "sortDescending", "sortDown", "sortLeft", "sortRight", "sortUp", "sortable", "spaces", "spacesApp", "sparkles", "sqlApp", "starEmpty", "starEmptySpace", "starFilled", "starFilledSpace", "starMinusEmpty", "starMinusFilled", "starPlusEmpty", "starPlusFilled", "stats", "stop", "stopFilled", "stopSlash", "storage", "string", "submodule", "sun", "swatchInput", "symlink", "tableDensityCompact", "tableDensityExpanded", "tableDensityNormal", "tableOfContents", "tag", "tear", "temperature", "timeline", "timelineWithArrow", "timelionApp", "timeRefresh", "timeslider", "training", "transitionLeftIn", "transitionLeftOut", "transitionTopIn", "transitionTopOut", "trash", "unfold", "unlink", "upgradeAssistantApp", "uptimeApp", "user", "userAvatar", "users", "usersRolesApp", "vector", "videoPlayer", "visArea", "visAreaStacked", "visBarHorizontal", "visBarHorizontalStacked", "visBarVertical", "visBarVerticalStacked", "visGauge", "visGoal", "visLine", "visMapCoordinate", "visMapRegion", "visMetric", "visPie", "visTable", "visTagCloud", "visText", "visTimelion", "visVega", "visVisualBuilder", "visualizeApp", "vulnerabilityManagementApp", "warning", "warningFilled", "alert", "watchesApp", "web", "wordWrap", "wordWrapDisabled", "workplaceSearchApp", "wrench", "tokenAlias", "tokenAnnotation", "tokenArray", "tokenBinary", "tokenBoolean", "tokenClass", "tokenCompletionSuggester", "tokenConstant", "tokenDate", "tokenDimension", "tokenElement", "tokenEnum", "tokenEnumMember", "tokenEvent", "tokenException", "tokenField", "tokenFile", "tokenFlattened", "tokenFunction", "tokenGeo", "tokenHistogram", "tokenInterface", "tokenIP", "tokenJoin", "tokenKey", "tokenKeyword", "tokenMethod", "tokenMetricCounter", "tokenMetricGauge", "tokenModule", "tokenNamespace", "tokenNested", "tokenNull", "tokenNumber", "tokenObject", "tokenOperator", "tokenPackage", "tokenParameter", "tokenPercolator", "tokenProperty", "tokenRange", "tokenRankFeature", "tokenRankFeatures", "tokenRepo", "tokenSearchType", "tokenSemanticText", "tokenShape", "tokenString", "tokenStruct", "tokenSymbol", "tokenTag", "tokenText", "tokenTokenCount", "tokenVariable", "tokenVectorDense", "tokenDenseVector", "tokenVectorSparse"]).isRequired, _propTypes.default.string.isRequired, _propTypes.default.elementType.isRequired]),
72
72
  iconTitle: _propTypes.default.string,
73
73
  /**
74
74
  * ReactNode to render as this component's content
@@ -240,7 +240,7 @@ EuiHeaderSectionItemButton.propTypes = {
240
240
  /**
241
241
  * Any `type` accepted by EuiIcon
242
242
  */
243
- iconType: _propTypes.default.oneOfType([_propTypes.default.oneOf(["accessibility", "addDataApp", "advancedSettingsApp", "agentApp", "aggregate", "analyzeEvent", "annotation", "anomalyChart", "anomalySwimLane", "apmApp", "apmTrace", "appSearchApp", "apps", "arrowDown", "arrowLeft", "arrowRight", "arrowUp", "arrowStart", "arrowEnd", "article", "asterisk", "at", "auditbeatApp", "beaker", "bell", "bellSlash", "beta", "bolt", "boxesHorizontal", "boxesVertical", "branch", "branchUser", "broom", "brush", "bug", "bullseye", "calendar", "canvasApp", "casesApp", "changePointDetection", "check", "checkInCircleFilled", "cheer", "classificationJob", "clickLeft", "clickRight", "clock", "clockCounter", "cloudDrizzle", "cloudStormy", "cloudSunny", "cluster", "codeApp", "color", "compute", "console", "consoleApp", "container", "continuityAbove", "continuityAboveBelow", "continuityBelow", "continuityWithin", "contrast", "contrastHigh", "controlsHorizontal", "controlsVertical", "copy", "copyClipboard", "createAdvancedJob", "createGenericJob", "createGeoJob", "createMultiMetricJob", "createPopulationJob", "createSingleMetricJob", "cross", "crossClusterReplicationApp", "crossInCircle", "crosshairs", "currency", "cut", "dashboardApp", "dataVisualizer", "database", "desktop", "devToolsApp", "diff", "discoverApp", "discuss", "document", "documentEdit", "documentation", "documents", "dot", "dotInCircle", "doubleArrowLeft", "doubleArrowRight", "download", "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", "empty", "emsApp", "endpoint", "eql", "eraser", "error", "errorFilled", "esqlVis", "exit", "expand", "expandMini", "exportAction", "eye", "eyeClosed", "faceHappy", "faceNeutral", "faceSad", "fieldStatistics", "filebeatApp", "filter", "filterExclude", "filterIgnore", "filterInclude", "filterInCircle", "flag", "fleetApp", "fold", "folderCheck", "folderClosed", "folderExclamation", "folderOpen", "frameNext", "framePrevious", "fullScreen", "fullScreenExit", "function", "gear", "gisApp", "glasses", "globe", "grab", "grabHorizontal", "grabOmnidirectional", "gradient", "graphApp", "grid", "grokApp", "heart", "heartbeatApp", "heatmap", "help", "home", "iInCircle", "image", "importAction", "index", "indexClose", "indexEdit", "indexFlush", "indexManagementApp", "indexMapping", "indexOpen", "indexPatternApp", "indexRollupApp", "indexRuntime", "indexSettings", "indexTemporary", "infinity", "inputOutput", "inspect", "invert", "ip", "key", "keyboard", "kqlField", "kqlFunction", "kqlOperand", "kqlSelector", "kqlValue", "kubernetesNode", "kubernetesPod", "launch", "layers", "lensApp", "lettering", "lineDashed", "lineDotted", "lineSolid", "link", "list", "listAdd", "lock", "lockOpen", "logPatternAnalysis", "logRateAnalysis", "logoAWS", "logoAWSMono", "logoAerospike", "logoApache", "logoAppSearch", "logoAzure", "logoAzureMono", "logoBeats", "logoBusinessAnalytics", "logoCeph", "logoCloud", "logoCloudEnterprise", "logoCode", "logoCodesandbox", "logoCouchbase", "logoDocker", "logoDropwizard", "logoElastic", "logoElasticStack", "logoElasticsearch", "logoEnterpriseSearch", "logoEtcd", "logoGCP", "logoGCPMono", "logoGithub", "logoGmail", "logoGolang", "logoGoogleG", "logoHAproxy", "logoIBM", "logoIBMMono", "logoKafka", "logoKibana", "logoKubernetes", "logoLogging", "logoLogstash", "logoMaps", "logoMemcached", "logoMetrics", "logoMongodb", "logoMySQL", "logoNginx", "logoObservability", "logoOsquery", "logoPhp", "logoPostgres", "logoPrometheus", "logoRabbitmq", "logoRedis", "logoSecurity", "logoSiteSearch", "logoSketch", "logoSlack", "logoUptime", "logoVulnerabilityManagement", "logoWebhook", "logoWindows", "logoWorkplaceSearch", "logsApp", "logstashFilter", "logstashIf", "logstashInput", "logstashOutput", "logstashQueue", "machineLearningApp", "magnet", "magnifyWithExclamation", "magnifyWithMinus", "magnifyWithPlus", "managementApp", "mapMarker", "memory", "menu", "menuDown", "menuLeft", "menuRight", "menuUp", "merge", "metricbeatApp", "metricsApp", "minimize", "minus", "minusInCircle", "minusInCircleFilled", "minusInSquare", "mobile", "monitoringApp", "moon", "move", "namespace", "nested", "newChat", "node", "notebookApp", "number", "offline", "online", "outlierDetectionJob", "package", "packetbeatApp", "pageSelect", "pagesSelect", "palette", "paperClip", "partial", "pause", "payment", "pencil", "percent", "pin", "pinFilled", "pipeBreaks", "pipelineApp", "pipeNoBreaks", "pivot", "play", "playFilled", "plugs", "plus", "plusInCircle", "plusInCircleFilled", "plusInSquare", "popout", "push", "questionInCircle", "quote", "recentlyViewedApp", "refresh", "regressionJob", "reporter", "reportingApp", "returnKey", "save", "savedObjectsApp", "scale", "search", "searchProfilerApp", "section", "securityAnalyticsApp", "securityApp", "securitySignal", "securitySignalDetected", "securitySignalResolved", "sessionViewer", "shard", "share", "singleMetricViewer", "snowflake", "sortAscending", "sortDescending", "sortDown", "sortLeft", "sortRight", "sortUp", "sortable", "spaces", "spacesApp", "sparkles", "sqlApp", "starEmpty", "starEmptySpace", "starFilled", "starFilledSpace", "starMinusEmpty", "starMinusFilled", "starPlusEmpty", "starPlusFilled", "stats", "stop", "stopFilled", "stopSlash", "storage", "string", "submodule", "sun", "swatchInput", "symlink", "tableDensityCompact", "tableDensityExpanded", "tableDensityNormal", "tableOfContents", "tag", "tear", "temperature", "timeline", "timelineWithArrow", "timelionApp", "timeRefresh", "timeslider", "training", "transitionLeftIn", "transitionLeftOut", "transitionTopIn", "transitionTopOut", "trash", "unfold", "unlink", "upgradeAssistantApp", "uptimeApp", "user", "userAvatar", "users", "usersRolesApp", "vector", "videoPlayer", "visArea", "visAreaStacked", "visBarHorizontal", "visBarHorizontalStacked", "visBarVertical", "visBarVerticalStacked", "visGauge", "visGoal", "visLine", "visMapCoordinate", "visMapRegion", "visMetric", "visPie", "visTable", "visTagCloud", "visText", "visTimelion", "visVega", "visVisualBuilder", "visualizeApp", "vulnerabilityManagementApp", "warning", "warningFilled", "alert", "watchesApp", "web", "wordWrap", "wordWrapDisabled", "workplaceSearchApp", "wrench", "tokenAlias", "tokenAnnotation", "tokenArray", "tokenBinary", "tokenBoolean", "tokenClass", "tokenCompletionSuggester", "tokenConstant", "tokenDate", "tokenDimension", "tokenElement", "tokenEnum", "tokenEnumMember", "tokenEvent", "tokenException", "tokenField", "tokenFile", "tokenFlattened", "tokenFunction", "tokenGeo", "tokenHistogram", "tokenInterface", "tokenIP", "tokenJoin", "tokenKey", "tokenKeyword", "tokenMethod", "tokenMetricCounter", "tokenMetricGauge", "tokenModule", "tokenNamespace", "tokenNested", "tokenNull", "tokenNumber", "tokenObject", "tokenOperator", "tokenPackage", "tokenParameter", "tokenPercolator", "tokenProperty", "tokenRange", "tokenRankFeature", "tokenRankFeatures", "tokenRepo", "tokenSearchType", "tokenSemanticText", "tokenShape", "tokenString", "tokenStruct", "tokenSymbol", "tokenTag", "tokenText", "tokenTokenCount", "tokenVariable", "tokenVectorDense", "tokenDenseVector", "tokenVectorSparse"]).isRequired, _propTypes.default.string.isRequired, _propTypes.default.elementType.isRequired]),
243
+ iconType: _propTypes.default.oneOfType([_propTypes.default.oneOf(["accessibility", "addDataApp", "advancedSettingsApp", "agentApp", "aggregate", "analyzeEvent", "annotation", "anomalyChart", "anomalySwimLane", "apmApp", "apmTrace", "appSearchApp", "apps", "arrowDown", "arrowLeft", "arrowRight", "arrowUp", "arrowStart", "arrowEnd", "article", "asterisk", "at", "auditbeatApp", "beaker", "bell", "bellSlash", "beta", "bolt", "boxesHorizontal", "boxesVertical", "branch", "branchUser", "broom", "brush", "bug", "bullseye", "calendar", "canvasApp", "casesApp", "changePointDetection", "check", "checkCircle", "checkInCircleFilled", "cheer", "classificationJob", "clickLeft", "clickRight", "clock", "clockCounter", "cloudDrizzle", "cloudStormy", "cloudSunny", "cluster", "code", "codeApp", "color", "compute", "console", "consoleApp", "container", "continuityAbove", "continuityAboveBelow", "continuityBelow", "continuityWithin", "contrast", "contrastHigh", "controlsHorizontal", "controlsVertical", "copy", "copyClipboard", "createAdvancedJob", "createGenericJob", "createGeoJob", "createMultiMetricJob", "createPopulationJob", "createSingleMetricJob", "cross", "crossClusterReplicationApp", "crossInCircle", "crosshairs", "currency", "cut", "dashboardApp", "dataVisualizer", "database", "desktop", "devToolsApp", "diff", "discoverApp", "discuss", "document", "documentEdit", "documentation", "documents", "dot", "dotInCircle", "doubleArrowLeft", "doubleArrowRight", "download", "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", "empty", "emsApp", "endpoint", "eql", "eraser", "error", "errorFilled", "esqlVis", "exit", "expand", "expandMini", "exportAction", "eye", "eyeClosed", "faceHappy", "faceNeutral", "faceSad", "fieldStatistics", "filebeatApp", "filter", "filterExclude", "filterIgnore", "filterInclude", "filterInCircle", "flag", "fleetApp", "fold", "folderCheck", "folderClosed", "folderExclamation", "folderOpen", "frameNext", "framePrevious", "fullScreen", "fullScreenExit", "function", "gear", "gisApp", "glasses", "globe", "grab", "grabHorizontal", "grabOmnidirectional", "gradient", "graphApp", "grid", "grokApp", "heart", "heartbeatApp", "heatmap", "help", "home", "iInCircle", "image", "importAction", "index", "indexClose", "indexEdit", "indexFlush", "indexManagementApp", "indexMapping", "indexOpen", "indexPatternApp", "indexRollupApp", "indexRuntime", "indexSettings", "indexTemporary", "infinity", "inputOutput", "inspect", "invert", "ip", "key", "keyboard", "kqlField", "kqlFunction", "kqlOperand", "kqlSelector", "kqlValue", "kubernetesNode", "kubernetesPod", "launch", "layers", "lensApp", "lettering", "lineDashed", "lineDotted", "lineSolid", "link", "list", "listAdd", "lock", "lockOpen", "logPatternAnalysis", "logRateAnalysis", "logoAWS", "logoAWSMono", "logoAerospike", "logoApache", "logoAppSearch", "logoAzure", "logoAzureMono", "logoBeats", "logoBusinessAnalytics", "logoCeph", "logoCloud", "logoCloudEnterprise", "logoCode", "logoCodesandbox", "logoCouchbase", "logoDocker", "logoDropwizard", "logoElastic", "logoElasticStack", "logoElasticsearch", "logoEnterpriseSearch", "logoEtcd", "logoGCP", "logoGCPMono", "logoGithub", "logoGmail", "logoGolang", "logoGoogleG", "logoHAproxy", "logoIBM", "logoIBMMono", "logoKafka", "logoKibana", "logoKubernetes", "logoLogging", "logoLogstash", "logoMaps", "logoMemcached", "logoMetrics", "logoMongodb", "logoMySQL", "logoNginx", "logoObservability", "logoOsquery", "logoPhp", "logoPostgres", "logoPrometheus", "logoRabbitmq", "logoRedis", "logoSecurity", "logoSiteSearch", "logoSketch", "logoSlack", "logoUptime", "logoVulnerabilityManagement", "logoWebhook", "logoWindows", "logoWorkplaceSearch", "logsApp", "logstashFilter", "logstashIf", "logstashInput", "logstashOutput", "logstashQueue", "machineLearningApp", "magnet", "magnifyWithExclamation", "magnifyWithMinus", "magnifyWithPlus", "managementApp", "mapMarker", "memory", "menu", "menuDown", "menuLeft", "menuRight", "menuUp", "merge", "metricbeatApp", "metricsApp", "minimize", "minus", "minusInCircle", "minusInCircleFilled", "minusInSquare", "mobile", "monitoringApp", "moon", "move", "namespace", "nested", "newChat", "node", "notebookApp", "number", "offline", "online", "outlierDetectionJob", "package", "packetbeatApp", "pageSelect", "pagesSelect", "palette", "paperClip", "partial", "pause", "payment", "pencil", "percent", "pin", "pinFilled", "pipeBreaks", "pipelineApp", "pipeNoBreaks", "pivot", "play", "playFilled", "plugs", "plus", "plusInCircle", "plusInCircleFilled", "plusInSquare", "popout", "push", "questionInCircle", "quote", "recentlyViewedApp", "refresh", "regressionJob", "reporter", "reportingApp", "returnKey", "save", "savedObjectsApp", "scale", "search", "searchProfilerApp", "section", "securityAnalyticsApp", "securityApp", "securitySignal", "securitySignalDetected", "securitySignalResolved", "sessionViewer", "shard", "share", "singleMetricViewer", "snowflake", "sortAscending", "sortDescending", "sortDown", "sortLeft", "sortRight", "sortUp", "sortable", "spaces", "spacesApp", "sparkles", "sqlApp", "starEmpty", "starEmptySpace", "starFilled", "starFilledSpace", "starMinusEmpty", "starMinusFilled", "starPlusEmpty", "starPlusFilled", "stats", "stop", "stopFilled", "stopSlash", "storage", "string", "submodule", "sun", "swatchInput", "symlink", "tableDensityCompact", "tableDensityExpanded", "tableDensityNormal", "tableOfContents", "tag", "tear", "temperature", "timeline", "timelineWithArrow", "timelionApp", "timeRefresh", "timeslider", "training", "transitionLeftIn", "transitionLeftOut", "transitionTopIn", "transitionTopOut", "trash", "unfold", "unlink", "upgradeAssistantApp", "uptimeApp", "user", "userAvatar", "users", "usersRolesApp", "vector", "videoPlayer", "visArea", "visAreaStacked", "visBarHorizontal", "visBarHorizontalStacked", "visBarVertical", "visBarVerticalStacked", "visGauge", "visGoal", "visLine", "visMapCoordinate", "visMapRegion", "visMetric", "visPie", "visTable", "visTagCloud", "visText", "visTimelion", "visVega", "visVisualBuilder", "visualizeApp", "vulnerabilityManagementApp", "warning", "warningFilled", "alert", "watchesApp", "web", "wordWrap", "wordWrapDisabled", "workplaceSearchApp", "wrench", "tokenAlias", "tokenAnnotation", "tokenArray", "tokenBinary", "tokenBoolean", "tokenClass", "tokenCompletionSuggester", "tokenConstant", "tokenDate", "tokenDimension", "tokenElement", "tokenEnum", "tokenEnumMember", "tokenEvent", "tokenException", "tokenField", "tokenFile", "tokenFlattened", "tokenFunction", "tokenGeo", "tokenHistogram", "tokenInterface", "tokenIP", "tokenJoin", "tokenKey", "tokenKeyword", "tokenMethod", "tokenMetricCounter", "tokenMetricGauge", "tokenModule", "tokenNamespace", "tokenNested", "tokenNull", "tokenNumber", "tokenObject", "tokenOperator", "tokenPackage", "tokenParameter", "tokenPercolator", "tokenProperty", "tokenRange", "tokenRankFeature", "tokenRankFeatures", "tokenRepo", "tokenSearchType", "tokenSemanticText", "tokenShape", "tokenString", "tokenStruct", "tokenSymbol", "tokenTag", "tokenText", "tokenTokenCount", "tokenVariable", "tokenVectorDense", "tokenDenseVector", "tokenVectorSparse"]).isRequired, _propTypes.default.string.isRequired, _propTypes.default.elementType.isRequired]),
244
244
  /**
245
245
  * Can only be one side `left` or `right`
246
246
  */
@@ -35,7 +35,8 @@ var EuiIconAggregate = function EuiIconAggregate(_ref) {
35
35
  id: titleId
36
36
  }, title) : null, (0, _react2.jsx)("path", {
37
37
  fillRule: "evenodd",
38
- d: "M2.5 2a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1zm0-1a1.5 1.5 0 0 1 1.415 1h1.908a1.5 1.5 0 0 1 1.393.943L8.839 7H12.5a.5.5 0 0 1 0 1H8.839l-1.623 4.057A1.5 1.5 0 0 1 5.823 13H3.915a1.5 1.5 0 1 1 0-1h1.908a.5.5 0 0 0 .464-.314L7.761 8H3.915a1.5 1.5 0 1 1 0-1H7.76L6.287 3.314A.5.5 0 0 0 5.823 3H3.915A1.5 1.5 0 1 1 2.5 1zm0 11a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zM3 7.5a.5.5 0 1 0-1 0 .5.5 0 0 0 1 0zm9.354-3.354a.5.5 0 0 0-.708.708L13.793 7a.707.707 0 0 1 0 1l-2.147 2.146a.5.5 0 0 0 .708.708L14.5 8.707a1.707 1.707 0 0 0 0-2.414l-2.146-2.147z"
38
+ d: "M11.984 9.277a2 2 0 1 1-.707.707L8.5 7.207v3.856a2 2 0 1 1-1 0V7.208L4.723 9.984a2 2 0 1 1-.707-.707L7.5 5.793V2.207L5.353 4.353l-.707-.707L8 .293l3.353 3.353-.707.707L8.5 2.207v3.585l3.484 3.485ZM13 10a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-6 3a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm-5-2a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z",
39
+ clipRule: "evenodd"
39
40
  }));
40
41
  };
41
42
  var icon = exports.icon = EuiIconAggregate;
@@ -35,10 +35,8 @@ var EuiIconArrowEnd = function EuiIconArrowEnd(_ref) {
35
35
  id: titleId
36
36
  }, title) : null, (0, _react2.jsx)("path", {
37
37
  fillRule: "evenodd",
38
- d: "M2.857 14.043a.75.75 0 0 1-.025-1.06l4.591-4.81a.25.25 0 0 0 0-.346l-4.59-4.81a.75.75 0 0 1 1.085-1.035l4.59 4.81a1.75 1.75 0 0 1 0 2.416l-4.59 4.81a.75.75 0 0 1-1.06.024Z",
38
+ d: "M8.293 8 2.646 2.354l.708-.708L9.707 8l-6.353 6.354-.708-.707L8.293 8ZM12 13V3h1v10h-1Z",
39
39
  clipRule: "evenodd"
40
- }), (0, _react2.jsx)("path", {
41
- d: "M10.5 2.75a.75.75 0 0 1 1.5 0v10.5a.75.75 0 0 1-1.5 0V2.75Z"
42
40
  }));
43
41
  };
44
42
  var icon = exports.icon = EuiIconArrowEnd;
@@ -34,10 +34,8 @@ var EuiIconArrowStart = function EuiIconArrowStart(_ref) {
34
34
  }, props), title ? (0, _react2.jsx)("title", {
35
35
  id: titleId
36
36
  }, title) : null, (0, _react2.jsx)("path", {
37
- d: "M4 2.75a.75.75 0 0 1 1.5 0v10.5a.75.75 0 0 1-1.5 0V2.75Z"
38
- }), (0, _react2.jsx)("path", {
39
37
  fillRule: "evenodd",
40
- d: "M13.135 14.043a.75.75 0 0 0 .025-1.06l-4.59-4.81a.25.25 0 0 1 0-.346l4.59-4.81a.75.75 0 0 0-1.085-1.035l-4.59 4.81a1.75 1.75 0 0 0 0 2.416l4.59 4.81c.286.3.76.31 1.06.024Z",
38
+ d: "m7.707 8 5.647-5.646-.708-.708L6.293 8l6.353 6.354.708-.707L7.707 8ZM3 13V3h1v10H3Z",
41
39
  clipRule: "evenodd"
42
40
  }));
43
41
  };
@@ -29,14 +29,13 @@ var EuiIconArrowDown = function EuiIconArrowDown(_ref) {
29
29
  xmlns: "http://www.w3.org/2000/svg",
30
30
  width: 16,
31
31
  height: 16,
32
- fill: "none",
33
32
  viewBox: "0 0 16 16",
34
33
  "aria-labelledby": titleId
35
34
  }, props), title ? (0, _react2.jsx)("title", {
36
35
  id: titleId
37
36
  }, title) : null, (0, _react2.jsx)("path", {
38
37
  fillRule: "evenodd",
39
- d: "M1.957 4.982a.75.75 0 0 1 1.06-.025l4.81 4.591a.25.25 0 0 0 .346 0l4.81-4.59a.75.75 0 0 1 1.035 1.085l-4.81 4.59a1.75 1.75 0 0 1-2.416 0l-4.81-4.59a.75.75 0 0 1-.025-1.06Z",
38
+ d: "m8 10.293 5.646-5.647.708.708L8 11.707 1.646 5.354l.708-.708L8 10.293Z",
40
39
  clipRule: "evenodd"
41
40
  }));
42
41
  };
@@ -29,14 +29,13 @@ var EuiIconArrowLeft = function EuiIconArrowLeft(_ref) {
29
29
  xmlns: "http://www.w3.org/2000/svg",
30
30
  width: 16,
31
31
  height: 16,
32
- fill: "none",
33
32
  viewBox: "0 0 16 16",
34
33
  "aria-labelledby": titleId
35
34
  }, props), title ? (0, _react2.jsx)("title", {
36
35
  id: titleId
37
36
  }, title) : null, (0, _react2.jsx)("path", {
38
37
  fillRule: "evenodd",
39
- d: "M11.018 14.043a.75.75 0 0 0 .024-1.06l-4.59-4.81a.25.25 0 0 1 0-.346l4.59-4.81a.75.75 0 1 0-1.085-1.035l-4.59 4.81a1.75 1.75 0 0 0 0 2.416l4.59 4.81c.286.3.761.31 1.06.024Z",
38
+ d: "m5.707 8 5.647-5.646-.708-.708L4.293 8l6.353 6.354.707-.708L5.708 8Z",
40
39
  clipRule: "evenodd"
41
40
  }));
42
41
  };
@@ -29,14 +29,13 @@ var EuiIconArrowRight = function EuiIconArrowRight(_ref) {
29
29
  xmlns: "http://www.w3.org/2000/svg",
30
30
  width: 16,
31
31
  height: 16,
32
- fill: "none",
33
32
  viewBox: "0 0 16 16",
34
33
  "aria-labelledby": titleId
35
34
  }, props), title ? (0, _react2.jsx)("title", {
36
35
  id: titleId
37
36
  }, title) : null, (0, _react2.jsx)("path", {
38
37
  fillRule: "evenodd",
39
- d: "M4.982 14.043a.75.75 0 0 1-.025-1.06l4.591-4.81a.25.25 0 0 0 0-.346l-4.59-4.81a.75.75 0 0 1 1.085-1.035l4.59 4.81a1.75 1.75 0 0 1 0 2.416l-4.59 4.81a.75.75 0 0 1-1.06.024Z",
38
+ d: "M10.293 8 4.646 2.354l.708-.708L11.707 8l-6.353 6.354-.708-.708L10.293 8Z",
40
39
  clipRule: "evenodd"
41
40
  }));
42
41
  };
@@ -29,14 +29,13 @@ var EuiIconArrowUp = function EuiIconArrowUp(_ref) {
29
29
  xmlns: "http://www.w3.org/2000/svg",
30
30
  width: 16,
31
31
  height: 16,
32
- fill: "none",
33
32
  viewBox: "0 0 16 16",
34
33
  "aria-labelledby": titleId
35
34
  }, props), title ? (0, _react2.jsx)("title", {
36
35
  id: titleId
37
36
  }, title) : null, (0, _react2.jsx)("path", {
38
37
  fillRule: "evenodd",
39
- d: "M1.957 11.018c.286.3.761.31 1.06.024l4.81-4.59a.25.25 0 0 1 .346 0l4.81 4.59a.75.75 0 0 0 1.035-1.085l-4.81-4.59a1.75 1.75 0 0 0-2.416 0l-4.81 4.59a.75.75 0 0 0-.025 1.06Z",
38
+ d: "m8 5.707 5.646 5.647.708-.707L8 4.292l-6.354 6.353.708.708L8 5.707Z",
40
39
  clipRule: "evenodd"
41
40
  }));
42
41
  };
@@ -34,7 +34,9 @@ var EuiIconBeaker = function EuiIconBeaker(_ref) {
34
34
  }, props), title ? (0, _react2.jsx)("title", {
35
35
  id: titleId
36
36
  }, title) : null, (0, _react2.jsx)("path", {
37
- d: "M5.277 10.088c.02.014.04.03.057.047.582.55 1.134.812 1.666.812.586 0 1.84-.293 3.713-.88L9 6.212V2H7v4.212l-1.723 3.876Zm-.438.987L3.539 14h8.922l-1.32-2.969C9.096 11.677 7.733 12 7 12c-.74 0-1.463-.315-2.161-.925ZM6 2H5V1h6v1h-1v4l3.375 7.594A1 1 0 0 1 12.461 15H3.54a1 1 0 0 1-.914-1.406L6 6V2Z"
37
+ fillRule: "evenodd",
38
+ d: "M5 2h1v4.853l-3.793 5.886-.006.01A1.5 1.5 0 0 0 3.5 15h9a1.5 1.5 0 0 0 1.299-2.25l-.006-.01L10 6.853V2h1V1H5v1Zm2 1V2h2v5.147l1.53 2.374A6.506 6.506 0 0 0 10 9.5c-.847 0-1.548.28-2.158.525l-.028.01C7.18 10.29 6.64 10.5 6 10.5c-.474 0-.828-.054-1.083-.12L7 7.147V6h1V5H7V4h1V3H7Zm-2.646 8.253L3.062 13.26A.5.5 0 0 0 3.5 14h9a.5.5 0 0 0 .438-.741l-1.664-2.583c-.258-.088-.668-.176-1.274-.176-.64 0-1.18.21-1.814.464l-.028.011c-.61.244-1.311.525-2.158.525-.737 0-1.27-.112-1.646-.247Z",
39
+ clipRule: "evenodd"
38
40
  }));
39
41
  };
40
42
  var icon = exports.icon = EuiIconBeaker;
@@ -35,7 +35,8 @@ var EuiIconBell = function EuiIconBell(_ref) {
35
35
  id: titleId
36
36
  }, title) : null, (0, _react2.jsx)("path", {
37
37
  fillRule: "evenodd",
38
- d: "M2.316 12h10.368c-.188-.704-.28-1.691-.348-3.037-.07-1.382-.103-1.888-.19-2.612-.028-.236-.06-.462-.096-.68-.31-1.892-1.506-2.923-3.708-3.131a1 1 0 1 0-1.684 0c-2.202.208-3.397 1.24-3.708 3.13a16.01 16.01 0 0 0-.096.68c-.087.725-.12 1.23-.19 2.613-.068 1.346-.16 2.333-.348 3.037Zm10.843 1H1.84c-.308.353-.737.5-1.341.5a.5.5 0 1 1 0-1c.786 0 1.024-.783 1.166-3.587.07-1.407.105-1.926.196-2.681.03-.25.063-.49.102-.724.334-2.041 1.546-3.313 3.556-3.792a2 2 0 0 1 3.96 0c2.01.479 3.222 1.75 3.557 3.792a17 17 0 0 1 .102.724c.09.755.125 1.274.196 2.681.14 2.804.379 3.587 1.165 3.587a.5.5 0 1 1 0 1c-.604 0-1.033-.147-1.341-.5ZM5.5 14h4a2 2 0 1 1-4 0Z"
38
+ d: "M3 7a5 5 0 0 1 4.5-4.975V0h1v2.025A5 5 0 0 1 13 7v2.5a5.617 5.617 0 0 0 1.16 3.418l.065.082H15v1h-5a2 2 0 1 1-4 0H1v-1h.775l.066-.082A5.617 5.617 0 0 0 3 9.5V7Zm4 7a1 1 0 1 0 2 0H7Zm5.811-1.323c.063.116.127.223.188.323H3.001a6.618 6.618 0 0 0 1-3.5V7A4 4 0 1 1 12 7v2.5a6.62 6.62 0 0 0 .811 3.177Z",
39
+ clipRule: "evenodd"
39
40
  }));
40
41
  };
41
42
  var icon = exports.icon = EuiIconBell;
@@ -34,7 +34,11 @@ var EuiIconBellSlash = function EuiIconBellSlash(_ref) {
34
34
  }, props), title ? (0, _react2.jsx)("title", {
35
35
  id: titleId
36
36
  }, title) : null, (0, _react2.jsx)("path", {
37
- d: "m9.5 14-.005.15a2 2 0 0 1-3.972.153l-.018-.154L5.5 14h4Zm5.38-12.825a.5.5 0 0 1 .008.64l-.063.065-14 12a.5.5 0 0 1-.713-.695l.063-.065 14-12a.5.5 0 0 1 .705.055ZM13.036 5.51l.055.353.048.368c.066.554.103.98.145 1.724l.08 1.491c.146 2.371.402 3.053 1.136 3.053a.5.5 0 1 1 0 1c-.603 0-1.031-.146-1.34-.499H4.185l1.182-1h7.317c-.172-.644-.264-1.528-.33-2.708l-.09-1.638c-.033-.514-.066-.87-.118-1.304l-.011-.077.901-.763ZM7.5 0a2 2 0 0 1 1.98 1.717c.476.113.907.27 1.292.472l-.838.71a5.728 5.728 0 0 0-1.591-.36 1 1 0 1 0-1.684 0C4.455 2.75 3.26 3.78 2.95 5.671l-.05.334-.046.347c-.08.676-.115 1.161-.176 2.347l-.014.265-.005.09-1.058.897c.018-.234.035-.488.05-.763l.077-1.427c.038-.626.073-1.025.134-1.528.03-.25.063-.49.102-.724.334-2.04 1.546-3.313 3.555-3.792l.004-.019A2 2 0 0 1 7.5 0Z"
37
+ d: "M10.93 2.948a4.973 4.973 0 0 0-2.43-.923V0h-1v2.025A5 5 0 0 0 3 7v2.5c0 .605-.096 1.146-.237 1.616L3.99 9.89A6.7 6.7 0 0 0 4 9.5V7a4 4 0 0 1 6.212-3.333l.719-.719ZM.647 14.647l.707.707L11.55 5.156l.734-.734 3.069-3.068-.707-.707-14 14Z"
38
+ }), (0, _react2.jsx)("path", {
39
+ fillRule: "evenodd",
40
+ d: "m12.734 5.387-.814.814c.053.258.08.526.08.799v2.5a6.618 6.618 0 0 0 1 3.5H5.121l-1 1H6a2 2 0 1 0 4 0h5v-1h-.775a5.282 5.282 0 0 1-.536-.802A5.617 5.617 0 0 1 13 9.5V7c0-.564-.094-1.107-.266-1.613ZM7 14a1 1 0 1 0 2 0H7Z",
41
+ clipRule: "evenodd"
38
42
  }));
39
43
  };
40
44
  var icon = exports.icon = EuiIconBellSlash;
@@ -35,7 +35,8 @@ var EuiIconCheck = function EuiIconCheck(_ref) {
35
35
  id: titleId
36
36
  }, title) : null, (0, _react2.jsx)("path", {
37
37
  fillRule: "evenodd",
38
- d: "M6.5 12a.502.502 0 0 1-.354-.146l-4-4a.502.502 0 0 1 .708-.708L6.5 10.793l6.646-6.647a.502.502 0 0 1 .708.708l-7 7A.502.502 0 0 1 6.5 12"
38
+ d: "M15.354 4.354 6.5 13.207 1.646 8.354l.708-.708L6.5 11.793l8.146-8.147.708.708Z",
39
+ clipRule: "evenodd"
39
40
  }));
40
41
  };
41
42
  var icon = exports.icon = EuiIconCheck;
@@ -0,0 +1,44 @@
1
+ "use strict";
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.icon = void 0;
8
+ var React = _interopRequireWildcard(require("react"));
9
+ var _react2 = require("@emotion/react");
10
+ var _excluded = ["title", "titleId"];
11
+ /*
12
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
13
+ * or more contributor license agreements. Licensed under the Elastic License
14
+ * 2.0 and the Server Side Public License, v 1; you may not use this file except
15
+ * in compliance with, at your election, the Elastic License 2.0 or the Server
16
+ * Side Public License, v 1.
17
+ */
18
+ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
19
+ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
20
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
21
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
22
+ function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], t.indexOf(o) >= 0 || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
23
+ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.indexOf(n) >= 0) continue; t[n] = r[n]; } return t; }
24
+ var EuiIconCheckCircle = function EuiIconCheckCircle(_ref) {
25
+ var title = _ref.title,
26
+ titleId = _ref.titleId,
27
+ props = _objectWithoutProperties(_ref, _excluded);
28
+ return (0, _react2.jsx)("svg", _extends({
29
+ xmlns: "http://www.w3.org/2000/svg",
30
+ width: 16,
31
+ height: 16,
32
+ viewBox: "0 0 16 16",
33
+ "aria-labelledby": titleId
34
+ }, props), title ? (0, _react2.jsx)("title", {
35
+ id: titleId
36
+ }, title) : null, (0, _react2.jsx)("path", {
37
+ d: "m7 10.707 4.354-4.353-.708-.708L7 9.293 5.354 7.646l-.708.708L7 10.707Z"
38
+ }), (0, _react2.jsx)("path", {
39
+ fillRule: "evenodd",
40
+ d: "M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0Zm-1 0A6 6 0 1 1 2 8a6 6 0 0 1 12 0Z",
41
+ clipRule: "evenodd"
42
+ }));
43
+ };
44
+ var icon = exports.icon = EuiIconCheckCircle;
@@ -34,8 +34,11 @@ var EuiIconClock = function EuiIconClock(_ref) {
34
34
  }, props), title ? (0, _react2.jsx)("title", {
35
35
  id: titleId
36
36
  }, title) : null, (0, _react2.jsx)("path", {
37
+ d: "M8.5 7.5V4h-1v4.5H12v-1H8.5Z"
38
+ }), (0, _react2.jsx)("path", {
37
39
  fillRule: "evenodd",
38
- d: "M7.5 13A5.506 5.506 0 0 1 2 7.5C2 4.467 4.467 2 7.5 2S13 4.467 13 7.5 10.533 13 7.5 13m0-12a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13m3 6H8V3.5a.5.5 0 0 0-1 0v4a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 0-1"
40
+ d: "M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0Zm-1 0A6 6 0 1 1 2 8a6 6 0 0 1 12 0Z",
41
+ clipRule: "evenodd"
39
42
  }));
40
43
  };
41
44
  var icon = exports.icon = EuiIconClock;
@@ -34,9 +34,9 @@ var EuiIconClockCounter = function EuiIconClockCounter(_ref) {
34
34
  }, props), title ? (0, _react2.jsx)("title", {
35
35
  id: titleId
36
36
  }, title) : null, (0, _react2.jsx)("path", {
37
- d: "M11.39 3.61a5.5 5.5 0 0 0-7.78 7.78l.562.56v-1.622a.5.5 0 0 1 1 0v2.829a.5.5 0 0 1-.5.5H1.843a.5.5 0 0 1 0-1h1.621l-.56-.56A6.5 6.5 0 1 1 7.5 14a.5.5 0 0 1 0-1 5.5 5.5 0 0 0 3.89-9.39Z"
37
+ d: "M3.023 3.077A6.978 6.978 0 0 0 1 8c0 1.79.683 3.58 2.048 4.947l.004.004.019.02.03.029H1v1h4v-4H4v2.475a6.535 6.535 0 0 1-.22-.21l-.013-.013-.003-.002-.007-.007a6.012 6.012 0 0 1-1.362-6.39A6.005 6.005 0 0 1 8 2a6 6 0 0 1 0 12v1A7 7 0 1 0 3.023 3.077Z"
38
38
  }), (0, _react2.jsx)("path", {
39
- d: "M7.5 3a.5.5 0 0 1 .5.5V7h2.5a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5Z"
39
+ d: "M8.5 4v3.5H12v1H7.5V4h1Z"
40
40
  }));
41
41
  };
42
42
  var icon = exports.icon = EuiIconClockCounter;
@@ -0,0 +1,40 @@
1
+ "use strict";
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.icon = void 0;
8
+ var React = _interopRequireWildcard(require("react"));
9
+ var _react2 = require("@emotion/react");
10
+ var _excluded = ["title", "titleId"];
11
+ /*
12
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
13
+ * or more contributor license agreements. Licensed under the Elastic License
14
+ * 2.0 and the Server Side Public License, v 1; you may not use this file except
15
+ * in compliance with, at your election, the Elastic License 2.0 or the Server
16
+ * Side Public License, v 1.
17
+ */
18
+ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
19
+ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
20
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
21
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
22
+ function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], t.indexOf(o) >= 0 || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
23
+ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.indexOf(n) >= 0) continue; t[n] = r[n]; } return t; }
24
+ var EuiIconCode = function EuiIconCode(_ref) {
25
+ var title = _ref.title,
26
+ titleId = _ref.titleId,
27
+ props = _objectWithoutProperties(_ref, _excluded);
28
+ return (0, _react2.jsx)("svg", _extends({
29
+ xmlns: "http://www.w3.org/2000/svg",
30
+ width: 16,
31
+ height: 16,
32
+ viewBox: "0 0 16 16",
33
+ "aria-labelledby": titleId
34
+ }, props), title ? (0, _react2.jsx)("title", {
35
+ id: titleId
36
+ }, title) : null, (0, _react2.jsx)("path", {
37
+ d: "m7.492 13.59 2-11-.984-.18-2 11 .984.18ZM4.854 5.354 2.207 8l2.647 2.646-.708.707L.793 8l3.353-3.354.708.708ZM15.207 8l-3.354-3.354-.707.708L13.793 8l-2.647 2.646.707.707L15.207 8Z"
38
+ }));
39
+ };
40
+ var icon = exports.icon = EuiIconCode;
@@ -35,7 +35,7 @@ var EuiIconContrast = function EuiIconContrast(_ref) {
35
35
  id: titleId
36
36
  }, title) : null, (0, _react2.jsx)("path", {
37
37
  fillRule: "evenodd",
38
- d: "M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14Zm.5-1.5h1.902a6.004 6.004 0 0 0 1.567-1H8.5v1Zm0-2h4.374c.225-.312.42-.647.582-1H8.5v1Zm0-2h5.311c.083-.324.14-.658.168-1H8.5v1Zm0-2h5.48a5.988 5.988 0 0 0-.169-1H8.5v1Zm0-2h4.956a5.996 5.996 0 0 0-.582-1H8.5v1Zm0-2h3.469a6.004 6.004 0 0 0-1.567-1H8.5v1ZM2 8a6 6 0 0 1 5.5-5.98v11.96A6 6 0 0 1 2 8Z",
38
+ d: "M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14Zm.5-1.5h1.902a6.004 6.004 0 0 0 1.567-1H8.5v1Zm0-2h4.374c.225-.312.42-.647.582-1H8.5v1Zm0-2h5.311a6 6 0 0 0 .168-1H8.5v1Zm0-2h5.48a5.988 5.988 0 0 0-.169-1H8.5v1Zm0-2h4.956a5.996 5.996 0 0 0-.582-1H8.5v1Zm0-2h3.469a6.004 6.004 0 0 0-1.567-1H8.5v1ZM2 8a6 6 0 0 1 5.5-5.98v11.96A6 6 0 0 1 2 8Z",
39
39
  clipRule: "evenodd"
40
40
  }));
41
41
  };
@@ -34,6 +34,7 @@ var EuiIconContrastHigh = function EuiIconContrastHigh(_ref) {
34
34
  }, props), title ? (0, _react2.jsx)("title", {
35
35
  id: titleId
36
36
  }, title) : null, (0, _react2.jsx)("path", {
37
+ fillRule: "evenodd",
37
38
  d: "M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0Zm-7 6V2a6 6 0 1 0 0 12Z",
38
39
  clipRule: "evenodd"
39
40
  }));
@@ -35,7 +35,8 @@ var EuiIconControlsHorizontal = function EuiIconControlsHorizontal(_ref) {
35
35
  id: titleId
36
36
  }, title) : null, (0, _react2.jsx)("path", {
37
37
  fillRule: "evenodd",
38
- d: "M8.05 10a2.5 2.5 0 0 1 4.9 0h1.55a.5.5 0 1 1 0 1h-1.55a2.5 2.5 0 0 1-4.9 0H1.5a.5.5 0 1 1 0-1h6.55Zm-.1-4a2.5 2.5 0 0 1-4.9 0H1.5a.5.5 0 0 1 0-1h1.55a2.5 2.5 0 0 1 4.9 0h6.55a.5.5 0 1 1 0 1H7.95ZM4 5.5a1.5 1.5 0 1 0 3 0 1.5 1.5 0 0 0-3 0Zm8 5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0Z"
38
+ d: "M10.5 8a2.5 2.5 0 0 0 2.45-2H15V5h-2.05a2.5 2.5 0 0 0-4.9 0H1v1h7.05a2.5 2.5 0 0 0 2.45 2Zm0-1a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm-2.55 4H15v-1H7.95a2.5 2.5 0 0 0-4.9 0H1v1h2.05a2.5 2.5 0 0 0 4.9 0ZM7 10.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z",
39
+ clipRule: "evenodd"
39
40
  }));
40
41
  };
41
42
  var icon = exports.icon = EuiIconControlsHorizontal;
@@ -35,7 +35,8 @@ var EuiIconControlsVertical = function EuiIconControlsVertical(_ref) {
35
35
  id: titleId
36
36
  }, title) : null, (0, _react2.jsx)("path", {
37
37
  fillRule: "evenodd",
38
- d: "M10 7.95a2.5 2.5 0 0 1 0-4.9V1.5a.5.5 0 1 1 1 0v1.55a2.5 2.5 0 0 1 0 4.9v6.55a.5.5 0 1 1-1 0V7.95Zm-4 .1a2.5 2.5 0 0 1 0 4.9v1.55a.5.5 0 1 1-1 0v-1.55a2.5 2.5 0 0 1 0-4.9V1.5a.5.5 0 0 1 1 0v6.55ZM5.5 12a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm5-8a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Z"
38
+ d: "M10.5 8a2.5 2.5 0 0 0 2.45-2H15V5h-2.05a2.5 2.5 0 0 0-4.9 0H1v1h7.05a2.5 2.5 0 0 0 2.45 2Zm0-1a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm-2.55 4H15v-1H7.95a2.5 2.5 0 0 0-4.9 0H1v1h2.05a2.5 2.5 0 0 0 4.9 0ZM7 10.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z",
39
+ clipRule: "evenodd"
39
40
  }));
40
41
  };
41
42
  var icon = exports.icon = EuiIconControlsVertical;
@@ -34,9 +34,11 @@ var EuiIconCopy = function EuiIconCopy(_ref) {
34
34
  }, props), title ? (0, _react2.jsx)("title", {
35
35
  id: titleId
36
36
  }, title) : null, (0, _react2.jsx)("path", {
37
- d: "M11.4 0c.235 0 .46.099.622.273l2.743 3c.151.162.235.378.235.602v9.25a.867.867 0 0 1-.857.875H3.857A.867.867 0 0 1 3 13.125V.875C3 .392 3.384 0 3.857 0H11.4ZM14 4h-2.6a.4.4 0 0 1-.4-.4V1H4v12h10V4Z"
37
+ fillRule: "evenodd",
38
+ d: "M6 1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H6Zm0 1h8v8H6V2Z",
39
+ clipRule: "evenodd"
38
40
  }), (0, _react2.jsx)("path", {
39
- d: "M3 1H2a1 1 0 0 0-1 1v13a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-1h-1v1H2V2h1V1Z"
41
+ d: "M2 5h2v1H2v8h8v-2h1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1Z"
40
42
  }));
41
43
  };
42
44
  var icon = exports.icon = EuiIconCopy;
@@ -34,7 +34,9 @@ var EuiIconCross = function EuiIconCross(_ref) {
34
34
  }, props), title ? (0, _react2.jsx)("title", {
35
35
  id: titleId
36
36
  }, title) : null, (0, _react2.jsx)("path", {
37
- d: "M7.293 8 3.146 3.854a.5.5 0 1 1 .708-.708L8 7.293l4.146-4.147a.5.5 0 0 1 .708.708L8.707 8l4.147 4.146a.5.5 0 0 1-.708.708L8 8.707l-4.146 4.147a.5.5 0 0 1-.708-.708L7.293 8Z"
37
+ fillRule: "evenodd",
38
+ d: "M7.293 8 2.646 3.354l.708-.708L8 7.293l4.646-4.647.708.708L8.707 8l4.647 4.646-.707.708L8 8.707l-4.646 4.647-.708-.707L7.293 8Z",
39
+ clipRule: "evenodd"
38
40
  }));
39
41
  };
40
42
  var icon = exports.icon = EuiIconCross;
@@ -29,16 +29,18 @@ var EuiIconCrossInCircle = function EuiIconCrossInCircle(_ref) {
29
29
  xmlns: "http://www.w3.org/2000/svg",
30
30
  width: 16,
31
31
  height: 16,
32
- fill: "none",
33
32
  viewBox: "0 0 16 16",
34
33
  "aria-labelledby": titleId
35
34
  }, props), title ? (0, _react2.jsx)("title", {
36
35
  id: titleId
37
36
  }, title) : null, (0, _react2.jsx)("path", {
38
- d: "M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708Z"
37
+ fillRule: "evenodd",
38
+ d: "M8 14A6 6 0 1 0 8 2a6 6 0 0 0 0 12Zm0 1A7 7 0 1 0 8 1a7 7 0 0 0 0 14Z",
39
+ clipRule: "evenodd"
39
40
  }), (0, _react2.jsx)("path", {
40
41
  fillRule: "evenodd",
41
- d: "M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0Zm-1 0A7 7 0 1 1 1 8a7 7 0 0 1 14 0Z"
42
+ d: "m8 8.707 2.646 2.647.708-.708L8.707 8l2.647-2.646-.708-.708L8 7.293 5.354 4.646l-.708.708L7.293 8l-2.647 2.646.708.708L8 8.707Z",
43
+ clipRule: "evenodd"
42
44
  }));
43
45
  };
44
46
  var icon = exports.icon = EuiIconCrossInCircle;
@@ -29,15 +29,16 @@ var EuiIconDiscuss = function EuiIconDiscuss(_ref) {
29
29
  xmlns: "http://www.w3.org/2000/svg",
30
30
  width: 16,
31
31
  height: 16,
32
- fill: "none",
33
32
  viewBox: "0 0 16 16",
34
33
  "aria-labelledby": titleId
35
34
  }, props), title ? (0, _react2.jsx)("title", {
36
35
  id: titleId
37
36
  }, title) : null, (0, _react2.jsx)("path", {
38
- d: "M4.967 10.864c.332.787 1.085 1.337 1.962 1.337h3.673l2.755 2.8v-2.8c1.184 0 2.143-1.003 2.143-2.24V6.604c0-1.237-.96-2.24-2.143-2.24h-1.071v4.334c0 1.197-.896 2.167-2 2.167h-5.32Z"
37
+ d: "M5 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm4-1a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm2 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z"
39
38
  }), (0, _react2.jsx)("path", {
40
- d: "M4.905 8.718h4.166c.592 0 1.072-.502 1.072-1.12V4.24c0-.618-.48-1.12-1.072-1.12H2.643c-.592 0-1.072.502-1.072 1.12V7.6c0 .617.48 1.119 1.072 1.119h1.071v1.452l1.191-1.452Zm.493 1.12-2.755 2.798V9.837C1.459 9.837.5 8.835.5 7.598V4.24C.5 3.003 1.46 2 2.643 2H9.07c1.184 0 2.143 1.003 2.143 2.24v3.358c0 1.237-.96 2.24-2.143 2.24H5.398Z"
39
+ fillRule: "evenodd",
40
+ d: "M2 1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h2v4.414L8.414 11H14a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H2Zm3 12v-3H2V2h12v8H8l-3 3Z",
41
+ clipRule: "evenodd"
41
42
  }));
42
43
  };
43
44
  var icon = exports.icon = EuiIconDiscuss;
@@ -34,7 +34,9 @@ var EuiIconDocument = function EuiIconDocument(_ref) {
34
34
  }, props), title ? (0, _react2.jsx)("title", {
35
35
  id: titleId
36
36
  }, title) : null, (0, _react2.jsx)("path", {
37
- d: "M10.8 0c.274 0 .537.113.726.312l3.2 3.428c.176.186.274.433.274.689V15a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h8.8ZM14 5h-3.5a.5.5 0 0 1-.5-.5V1H2v14h12V5Zm-8.5 7a.5.5 0 1 1 0-1h5a.5.5 0 1 1 0 1h-5Zm0-3a.5.5 0 0 1 0-1h5a.5.5 0 1 1 0 1h-5Z"
37
+ fillRule: "evenodd",
38
+ d: "M3 2a1 1 0 0 1 1-1h4.707L13 5.293V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2Zm5 0H4v12h8V6H9a1 1 0 0 1-1-1V2Zm1 .707L11.293 5H9V2.707Z",
39
+ clipRule: "evenodd"
38
40
  }));
39
41
  };
40
42
  var icon = exports.icon = EuiIconDocument;
@@ -33,10 +33,8 @@ var EuiIconDot = function EuiIconDot(_ref) {
33
33
  "aria-labelledby": titleId
34
34
  }, props), title ? (0, _react2.jsx)("title", {
35
35
  id: titleId
36
- }, title) : null, (0, _react2.jsx)("circle", {
37
- cx: 8,
38
- cy: 8,
39
- r: 4
36
+ }, title) : null, (0, _react2.jsx)("path", {
37
+ d: "M12 8a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z"
40
38
  }));
41
39
  };
42
40
  var icon = exports.icon = EuiIconDot;
@@ -29,18 +29,17 @@ var EuiIconDoubleArrowLeft = function EuiIconDoubleArrowLeft(_ref) {
29
29
  xmlns: "http://www.w3.org/2000/svg",
30
30
  width: 16,
31
31
  height: 16,
32
- fill: "none",
33
32
  viewBox: "0 0 16 16",
34
33
  "aria-labelledby": titleId
35
34
  }, props), title ? (0, _react2.jsx)("title", {
36
35
  id: titleId
37
36
  }, title) : null, (0, _react2.jsx)("path", {
38
37
  fillRule: "evenodd",
39
- d: "M8.135 14.043a.75.75 0 0 0 .025-1.06l-4.591-4.81a.25.25 0 0 1 0-.346l4.59-4.81a.75.75 0 1 0-1.084-1.035l-4.591 4.81a1.75 1.75 0 0 0 0 2.416l4.59 4.81c.287.3.761.31 1.061.024Z",
38
+ d: "m2.707 8 5.647-5.646-.708-.708L1.293 8l6.353 6.354.708-.707L2.707 8Z",
40
39
  clipRule: "evenodd"
41
40
  }), (0, _react2.jsx)("path", {
42
41
  fillRule: "evenodd",
43
- d: "M14.135 14.043a.75.75 0 0 0 .025-1.06l-4.591-4.81a.25.25 0 0 1 0-.346l4.59-4.81a.75.75 0 1 0-1.084-1.035l-4.591 4.81a1.75 1.75 0 0 0 0 2.416l4.59 4.81c.287.3.761.31 1.061.024Z",
42
+ d: "m7.707 8 5.647-5.646-.708-.708L6.293 8l6.353 6.354.707-.707L7.708 8Z",
44
43
  clipRule: "evenodd"
45
44
  }));
46
45
  };