@elastic/eui 101.2.0 → 101.3.0-classic.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 (798) 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/provider/provider.js +2 -2
  145. package/es/components/selectable/selectable_list/selectable_list.js +1 -1
  146. package/es/components/selectable/selectable_list/selectable_list_item.js +1 -1
  147. package/es/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  148. package/es/components/table/table_header_cell.js +1 -1
  149. package/es/components/timeline/timeline_item_icon.js +1 -1
  150. package/es/components/toast/global_toast_list.js +1 -1
  151. package/es/components/toast/toast.js +1 -1
  152. package/es/components/tool_tip/icon_tip.js +1 -1
  153. package/es/global_styling/mixins/_button.js +2 -1
  154. package/es/services/color/vis_color_store.js +1 -1
  155. package/es/services/theme/context.js +2 -2
  156. package/eui.d.ts +351 -327
  157. package/lib/components/avatar/avatar.js +1 -1
  158. package/lib/components/badge/badge.js +1 -1
  159. package/lib/components/badge/beta_badge/beta_badge.js +1 -1
  160. package/lib/components/basic_table/basic_table.js +4 -4
  161. package/lib/components/basic_table/in_memory_table.js +4 -4
  162. package/lib/components/button/button.js +1 -1
  163. package/lib/components/button/button_display/_button_display.js +1 -1
  164. package/lib/components/button/button_display/_button_display_content.js +1 -1
  165. package/lib/components/button/button_empty/button_empty.js +1 -1
  166. package/lib/components/button/button_group/button_group.js +1 -1
  167. package/lib/components/button/button_group/button_group_button.js +1 -1
  168. package/lib/components/button/button_icon/button_icon.js +1 -1
  169. package/lib/components/call_out/call_out.js +1 -1
  170. package/lib/components/card/card.js +2 -2
  171. package/lib/components/card/card_select/card_select.js +1 -1
  172. package/lib/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  173. package/lib/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  174. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  175. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  176. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  177. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  178. package/lib/components/comment_list/comment.js +2 -2
  179. package/lib/components/comment_list/comment_event.js +1 -1
  180. package/lib/components/comment_list/comment_list.js +2 -2
  181. package/lib/components/comment_list/comment_timeline.js +1 -1
  182. package/lib/components/context_menu/context_menu_item.js +1 -1
  183. package/lib/components/datagrid/body/cell/data_grid_cell.js +12 -12
  184. package/lib/components/datagrid/body/data_grid_body.js +7 -7
  185. package/lib/components/datagrid/body/data_grid_body_custom.js +7 -7
  186. package/lib/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  187. package/lib/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  188. package/lib/components/datagrid/controls/column_sorting.js +7 -7
  189. package/lib/components/datagrid/controls/column_sorting_draggable.js +1 -1
  190. package/lib/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  191. package/lib/components/datagrid/utils/in_memory.js +6 -6
  192. package/lib/components/date_picker/date_picker.js +2 -2
  193. package/lib/components/date_picker/date_picker_range.js +1 -1
  194. package/lib/components/empty_prompt/empty_prompt.js +1 -1
  195. package/lib/components/facet/facet_button.js +1 -1
  196. package/lib/components/form/field_number/field_number.js +2 -2
  197. package/lib/components/form/field_text/field_text.js +2 -2
  198. package/lib/components/form/form_control_layout/form_control_layout.js +2 -2
  199. package/lib/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  200. package/lib/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  201. package/lib/components/form/text_area/text_area.js +2 -2
  202. package/lib/components/header/header_links/header_link.js +1 -1
  203. package/lib/components/header/header_links/header_links.js +1 -1
  204. package/lib/components/header/header_logo/header_logo.js +1 -1
  205. package/lib/components/header/header_section/header_section_item_button.js +1 -1
  206. package/lib/components/icon/assets/aggregate.js +2 -1
  207. package/lib/components/icon/assets/arrowEnd.js +1 -3
  208. package/lib/components/icon/assets/arrowStart.js +1 -3
  209. package/lib/components/icon/assets/arrow_down.js +1 -2
  210. package/lib/components/icon/assets/arrow_left.js +1 -2
  211. package/lib/components/icon/assets/arrow_right.js +1 -2
  212. package/lib/components/icon/assets/arrow_up.js +1 -2
  213. package/lib/components/icon/assets/beaker.js +3 -1
  214. package/lib/components/icon/assets/bell.js +2 -1
  215. package/lib/components/icon/assets/bellSlash.js +5 -1
  216. package/lib/components/icon/assets/check.js +2 -1
  217. package/lib/components/icon/assets/checkCircle.js +44 -0
  218. package/lib/components/icon/assets/clock.js +4 -1
  219. package/lib/components/icon/assets/clockCounter.js +2 -2
  220. package/lib/components/icon/assets/code.js +40 -0
  221. package/lib/components/icon/assets/contrast.js +1 -1
  222. package/lib/components/icon/assets/contrastHigh.js +1 -0
  223. package/lib/components/icon/assets/controls_horizontal.js +2 -1
  224. package/lib/components/icon/assets/controls_vertical.js +2 -1
  225. package/lib/components/icon/assets/copy.js +4 -2
  226. package/lib/components/icon/assets/cross.js +3 -1
  227. package/lib/components/icon/assets/cross_in_circle.js +5 -3
  228. package/lib/components/icon/assets/discuss.js +4 -3
  229. package/lib/components/icon/assets/document.js +3 -1
  230. package/lib/components/icon/assets/dot.js +2 -4
  231. package/lib/components/icon/assets/doubleArrowLeft.js +2 -3
  232. package/lib/components/icon/assets/doubleArrowRight.js +2 -3
  233. package/lib/components/icon/assets/editor_checklist.js +1 -2
  234. package/lib/components/icon/assets/editor_code_block.js +1 -1
  235. package/lib/components/icon/assets/editor_ordered_list.js +1 -1
  236. package/lib/components/icon/assets/expand.js +4 -1
  237. package/lib/components/icon/assets/export.js +1 -1
  238. package/lib/components/icon/assets/eye.js +7 -1
  239. package/lib/components/icon/assets/eye_closed.js +11 -1
  240. package/lib/components/icon/assets/flag.js +3 -1
  241. package/lib/components/icon/assets/gear.js +7 -1
  242. package/lib/components/icon/assets/glasses.js +19 -3
  243. package/lib/components/icon/assets/globe.js +3 -1
  244. package/lib/components/icon/assets/iInCircle.js +8 -1
  245. package/lib/components/icon/assets/import.js +1 -1
  246. package/lib/components/icon/assets/inspect.js +7 -1
  247. package/lib/components/icon/assets/layers.js +5 -3
  248. package/lib/components/icon/assets/lock.js +3 -1
  249. package/lib/components/icon/assets/lockOpen.js +3 -1
  250. package/lib/components/icon/assets/magnifyWithExclamation.js +5 -1
  251. package/lib/components/icon/assets/magnifyWithMinus.js +5 -1
  252. package/lib/components/icon/assets/magnifyWithPlus.js +5 -1
  253. package/lib/components/icon/assets/merge.js +3 -1
  254. package/lib/components/icon/assets/minimize.js +1 -1
  255. package/lib/components/icon/assets/minus_in_circle.js +6 -1
  256. package/lib/components/icon/assets/pencil.js +5 -1
  257. package/lib/components/icon/assets/play.js +3 -1
  258. package/lib/components/icon/assets/plus_in_circle.js +4 -1
  259. package/lib/components/icon/assets/popout.js +3 -1
  260. package/lib/components/icon/assets/refresh.js +3 -1
  261. package/lib/components/icon/assets/save.js +3 -1
  262. package/lib/components/icon/assets/search.js +3 -1
  263. package/lib/components/icon/assets/sortLeft.js +2 -1
  264. package/lib/components/icon/assets/sortRight.js +3 -1
  265. package/lib/components/icon/assets/sort_down.js +3 -1
  266. package/lib/components/icon/assets/sort_up.js +3 -1
  267. package/lib/components/icon/assets/sortable.js +3 -1
  268. package/lib/components/icon/assets/sparkles.js +2 -1
  269. package/lib/components/icon/assets/storage.js +6 -16
  270. package/lib/components/icon/assets/symlink.js +3 -2
  271. package/lib/components/icon/assets/table_density_compact.js +5 -1
  272. package/lib/components/icon/assets/table_density_expanded.js +5 -1
  273. package/lib/components/icon/assets/tag.js +7 -1
  274. package/lib/components/icon/assets/timeRefresh.js +4 -3
  275. package/lib/components/icon/assets/timeslider.js +6 -2
  276. package/lib/components/icon/assets/trash.js +5 -1
  277. package/lib/components/icon/assets/user.js +1 -3
  278. package/lib/components/icon/assets/userAvatar.js +8 -10
  279. package/lib/components/icon/assets/users.js +9 -5
  280. package/lib/components/icon/assets/vis_line.js +3 -1
  281. package/lib/components/icon/assets/vis_table.js +5 -1
  282. package/lib/components/icon/assets/vis_text.js +1 -1
  283. package/lib/components/icon/assets/vis_vega.js +1 -1
  284. package/lib/components/icon/assets/warning.js +8 -2
  285. package/lib/components/icon/assets/wrench.js +3 -1
  286. package/lib/components/icon/icon.js +1 -1
  287. package/lib/components/icon/icon_map.js +2 -0
  288. package/lib/components/icon/svgs/aggregate.svg +2 -2
  289. package/lib/components/icon/svgs/arrowEnd.svg +3 -1
  290. package/lib/components/icon/svgs/arrowStart.svg +3 -1
  291. package/lib/components/icon/svgs/arrow_down.svg +2 -2
  292. package/lib/components/icon/svgs/arrow_left.svg +2 -2
  293. package/lib/components/icon/svgs/arrow_right.svg +2 -2
  294. package/lib/components/icon/svgs/arrow_up.svg +2 -2
  295. package/lib/components/icon/svgs/beaker.svg +2 -2
  296. package/lib/components/icon/svgs/bell.svg +2 -2
  297. package/lib/components/icon/svgs/bellSlash.svg +2 -1
  298. package/lib/components/icon/svgs/check.svg +1 -1
  299. package/lib/components/icon/svgs/checkCircle.svg +4 -0
  300. package/lib/components/icon/svgs/clock.svg +2 -1
  301. package/lib/components/icon/svgs/clockCounter.svg +2 -2
  302. package/lib/components/icon/svgs/code.svg +3 -0
  303. package/lib/components/icon/svgs/contrast.svg +2 -2
  304. package/lib/components/icon/svgs/contrastHigh.svg +2 -2
  305. package/lib/components/icon/svgs/controls_horizontal.svg +1 -1
  306. package/lib/components/icon/svgs/controls_vertical.svg +1 -1
  307. package/lib/components/icon/svgs/copy.svg +3 -5
  308. package/lib/components/icon/svgs/cross.svg +1 -1
  309. package/lib/components/icon/svgs/cross_in_circle.svg +3 -3
  310. package/lib/components/icon/svgs/discuss.svg +3 -3
  311. package/lib/components/icon/svgs/document.svg +1 -1
  312. package/lib/components/icon/svgs/dot.svg +2 -2
  313. package/lib/components/icon/svgs/doubleArrowLeft.svg +3 -3
  314. package/lib/components/icon/svgs/doubleArrowRight.svg +3 -3
  315. package/lib/components/icon/svgs/editor_checklist.svg +2 -2
  316. package/lib/components/icon/svgs/editor_code_block.svg +1 -1
  317. package/lib/components/icon/svgs/editor_ordered_list.svg +2 -2
  318. package/lib/components/icon/svgs/expand.svg +2 -1
  319. package/lib/components/icon/svgs/export.svg +2 -2
  320. package/lib/components/icon/svgs/eye.svg +2 -1
  321. package/lib/components/icon/svgs/eye_closed.svg +4 -1
  322. package/lib/components/icon/svgs/flag.svg +1 -1
  323. package/lib/components/icon/svgs/gear.svg +3 -2
  324. package/lib/components/icon/svgs/glasses.svg +6 -1
  325. package/lib/components/icon/svgs/globe.svg +1 -1
  326. package/lib/components/icon/svgs/iInCircle.svg +3 -1
  327. package/lib/components/icon/svgs/import.svg +2 -2
  328. package/lib/components/icon/svgs/inspect.svg +3 -1
  329. package/lib/components/icon/svgs/layers.svg +4 -4
  330. package/lib/components/icon/svgs/lock.svg +1 -1
  331. package/lib/components/icon/svgs/lockOpen.svg +1 -1
  332. package/lib/components/icon/svgs/magnifyWithExclamation.svg +3 -2
  333. package/lib/components/icon/svgs/magnifyWithMinus.svg +2 -1
  334. package/lib/components/icon/svgs/magnifyWithPlus.svg +2 -1
  335. package/lib/components/icon/svgs/merge.svg +1 -1
  336. package/lib/components/icon/svgs/minimize.svg +1 -1
  337. package/lib/components/icon/svgs/minus_in_circle.svg +2 -1
  338. package/lib/components/icon/svgs/pencil.svg +3 -2
  339. package/lib/components/icon/svgs/play.svg +1 -1
  340. package/lib/components/icon/svgs/plus_in_circle.svg +2 -1
  341. package/lib/components/icon/svgs/popout.svg +2 -1
  342. package/lib/components/icon/svgs/refresh.svg +2 -2
  343. package/lib/components/icon/svgs/save.svg +1 -1
  344. package/lib/components/icon/svgs/search.svg +2 -2
  345. package/lib/components/icon/svgs/sortLeft.svg +2 -4
  346. package/lib/components/icon/svgs/sortRight.svg +1 -1
  347. package/lib/components/icon/svgs/sort_down.svg +1 -1
  348. package/lib/components/icon/svgs/sort_up.svg +1 -1
  349. package/lib/components/icon/svgs/sortable.svg +1 -1
  350. package/lib/components/icon/svgs/sparkles.svg +2 -2
  351. package/lib/components/icon/svgs/storage.svg +2 -9
  352. package/lib/components/icon/svgs/symlink.svg +3 -2
  353. package/lib/components/icon/svgs/table_density_compact.svg +2 -1
  354. package/lib/components/icon/svgs/table_density_expanded.svg +2 -1
  355. package/lib/components/icon/svgs/tag.svg +2 -1
  356. package/lib/components/icon/svgs/timeRefresh.svg +5 -1
  357. package/lib/components/icon/svgs/timeslider.svg +4 -2
  358. package/lib/components/icon/svgs/trash.svg +3 -2
  359. package/lib/components/icon/svgs/user.svg +2 -3
  360. package/lib/components/icon/svgs/userAvatar.svg +3 -6
  361. package/lib/components/icon/svgs/users.svg +5 -3
  362. package/lib/components/icon/svgs/vis_line.svg +2 -1
  363. package/lib/components/icon/svgs/vis_table.svg +2 -1
  364. package/lib/components/icon/svgs/vis_text.svg +1 -1
  365. package/lib/components/icon/svgs/vis_vega.svg +1 -1
  366. package/lib/components/icon/svgs/warning.svg +3 -2
  367. package/lib/components/icon/svgs/wrench.svg +1 -1
  368. package/lib/components/key_pad_menu/key_pad_menu_item.js +1 -1
  369. package/lib/components/list_group/list_group.js +2 -2
  370. package/lib/components/list_group/list_group_item.js +2 -2
  371. package/lib/components/list_group/list_group_item_extra_action.js +1 -1
  372. package/lib/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  373. package/lib/components/loading/loading_logo.js +1 -1
  374. package/lib/components/markdown_editor/markdown_editor.js +1 -1
  375. package/lib/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  376. package/lib/components/markdown_editor/markdown_editor_footer.js +1 -1
  377. package/lib/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  378. package/lib/components/page/page_header/page_header_content.js +2 -2
  379. package/lib/components/pagination/pagination_button.js +1 -1
  380. package/lib/components/provider/provider.js +2 -2
  381. package/lib/components/selectable/selectable_list/selectable_list.js +1 -1
  382. package/lib/components/selectable/selectable_list/selectable_list_item.js +1 -1
  383. package/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  384. package/lib/components/table/table_header_cell.js +1 -1
  385. package/lib/components/timeline/timeline_item_icon.js +1 -1
  386. package/lib/components/toast/global_toast_list.js +1 -1
  387. package/lib/components/toast/toast.js +1 -1
  388. package/lib/components/tool_tip/icon_tip.js +1 -1
  389. package/lib/global_styling/mixins/_button.js +2 -1
  390. package/lib/services/color/vis_color_store.js +2 -2
  391. package/lib/services/theme/context.js +2 -2
  392. package/optimize/es/components/icon/assets/aggregate.js +2 -1
  393. package/optimize/es/components/icon/assets/arrowEnd.js +1 -3
  394. package/optimize/es/components/icon/assets/arrowStart.js +1 -3
  395. package/optimize/es/components/icon/assets/arrow_down.js +1 -2
  396. package/optimize/es/components/icon/assets/arrow_left.js +1 -2
  397. package/optimize/es/components/icon/assets/arrow_right.js +1 -2
  398. package/optimize/es/components/icon/assets/arrow_up.js +1 -2
  399. package/optimize/es/components/icon/assets/beaker.js +3 -1
  400. package/optimize/es/components/icon/assets/bell.js +2 -1
  401. package/optimize/es/components/icon/assets/bellSlash.js +5 -1
  402. package/optimize/es/components/icon/assets/check.js +2 -1
  403. package/optimize/es/components/icon/assets/checkCircle.js +36 -0
  404. package/optimize/es/components/icon/assets/clock.js +4 -1
  405. package/optimize/es/components/icon/assets/clockCounter.js +2 -2
  406. package/optimize/es/components/icon/assets/code.js +32 -0
  407. package/optimize/es/components/icon/assets/contrast.js +1 -1
  408. package/optimize/es/components/icon/assets/contrastHigh.js +1 -0
  409. package/optimize/es/components/icon/assets/controls_horizontal.js +2 -1
  410. package/optimize/es/components/icon/assets/controls_vertical.js +2 -1
  411. package/optimize/es/components/icon/assets/copy.js +4 -2
  412. package/optimize/es/components/icon/assets/cross.js +3 -1
  413. package/optimize/es/components/icon/assets/cross_in_circle.js +5 -3
  414. package/optimize/es/components/icon/assets/discuss.js +4 -3
  415. package/optimize/es/components/icon/assets/document.js +3 -1
  416. package/optimize/es/components/icon/assets/dot.js +2 -4
  417. package/optimize/es/components/icon/assets/doubleArrowLeft.js +2 -3
  418. package/optimize/es/components/icon/assets/doubleArrowRight.js +2 -3
  419. package/optimize/es/components/icon/assets/editor_checklist.js +1 -2
  420. package/optimize/es/components/icon/assets/editor_code_block.js +1 -1
  421. package/optimize/es/components/icon/assets/editor_ordered_list.js +1 -1
  422. package/optimize/es/components/icon/assets/expand.js +4 -1
  423. package/optimize/es/components/icon/assets/export.js +1 -1
  424. package/optimize/es/components/icon/assets/eye.js +7 -1
  425. package/optimize/es/components/icon/assets/eye_closed.js +11 -1
  426. package/optimize/es/components/icon/assets/flag.js +3 -1
  427. package/optimize/es/components/icon/assets/gear.js +7 -1
  428. package/optimize/es/components/icon/assets/glasses.js +19 -3
  429. package/optimize/es/components/icon/assets/globe.js +3 -1
  430. package/optimize/es/components/icon/assets/iInCircle.js +8 -1
  431. package/optimize/es/components/icon/assets/import.js +1 -1
  432. package/optimize/es/components/icon/assets/inspect.js +7 -1
  433. package/optimize/es/components/icon/assets/layers.js +5 -3
  434. package/optimize/es/components/icon/assets/lock.js +3 -1
  435. package/optimize/es/components/icon/assets/lockOpen.js +3 -1
  436. package/optimize/es/components/icon/assets/magnifyWithExclamation.js +5 -1
  437. package/optimize/es/components/icon/assets/magnifyWithMinus.js +5 -1
  438. package/optimize/es/components/icon/assets/magnifyWithPlus.js +5 -1
  439. package/optimize/es/components/icon/assets/merge.js +3 -1
  440. package/optimize/es/components/icon/assets/minimize.js +1 -1
  441. package/optimize/es/components/icon/assets/minus_in_circle.js +6 -1
  442. package/optimize/es/components/icon/assets/pencil.js +5 -1
  443. package/optimize/es/components/icon/assets/play.js +3 -1
  444. package/optimize/es/components/icon/assets/plus_in_circle.js +4 -1
  445. package/optimize/es/components/icon/assets/popout.js +3 -1
  446. package/optimize/es/components/icon/assets/refresh.js +3 -1
  447. package/optimize/es/components/icon/assets/save.js +3 -1
  448. package/optimize/es/components/icon/assets/search.js +3 -1
  449. package/optimize/es/components/icon/assets/sortLeft.js +2 -1
  450. package/optimize/es/components/icon/assets/sortRight.js +3 -1
  451. package/optimize/es/components/icon/assets/sort_down.js +3 -1
  452. package/optimize/es/components/icon/assets/sort_up.js +3 -1
  453. package/optimize/es/components/icon/assets/sortable.js +3 -1
  454. package/optimize/es/components/icon/assets/sparkles.js +2 -1
  455. package/optimize/es/components/icon/assets/storage.js +6 -16
  456. package/optimize/es/components/icon/assets/symlink.js +3 -2
  457. package/optimize/es/components/icon/assets/table_density_compact.js +5 -1
  458. package/optimize/es/components/icon/assets/table_density_expanded.js +5 -1
  459. package/optimize/es/components/icon/assets/tag.js +7 -1
  460. package/optimize/es/components/icon/assets/timeRefresh.js +4 -3
  461. package/optimize/es/components/icon/assets/timeslider.js +6 -2
  462. package/optimize/es/components/icon/assets/trash.js +5 -1
  463. package/optimize/es/components/icon/assets/user.js +1 -3
  464. package/optimize/es/components/icon/assets/userAvatar.js +8 -10
  465. package/optimize/es/components/icon/assets/users.js +9 -5
  466. package/optimize/es/components/icon/assets/vis_line.js +3 -1
  467. package/optimize/es/components/icon/assets/vis_table.js +5 -1
  468. package/optimize/es/components/icon/assets/vis_text.js +1 -1
  469. package/optimize/es/components/icon/assets/vis_vega.js +1 -1
  470. package/optimize/es/components/icon/assets/warning.js +8 -2
  471. package/optimize/es/components/icon/assets/wrench.js +3 -1
  472. package/optimize/es/components/icon/icon_map.js +2 -0
  473. package/optimize/es/components/page/page_header/page_header_content.js +1 -1
  474. package/optimize/es/components/provider/provider.js +2 -2
  475. package/optimize/es/global_styling/mixins/_button.js +2 -1
  476. package/optimize/es/services/color/vis_color_store.js +1 -1
  477. package/optimize/es/services/theme/context.js +2 -2
  478. package/optimize/lib/components/icon/assets/aggregate.js +2 -1
  479. package/optimize/lib/components/icon/assets/arrowEnd.js +1 -3
  480. package/optimize/lib/components/icon/assets/arrowStart.js +1 -3
  481. package/optimize/lib/components/icon/assets/arrow_down.js +1 -2
  482. package/optimize/lib/components/icon/assets/arrow_left.js +1 -2
  483. package/optimize/lib/components/icon/assets/arrow_right.js +1 -2
  484. package/optimize/lib/components/icon/assets/arrow_up.js +1 -2
  485. package/optimize/lib/components/icon/assets/beaker.js +3 -1
  486. package/optimize/lib/components/icon/assets/bell.js +2 -1
  487. package/optimize/lib/components/icon/assets/bellSlash.js +5 -1
  488. package/optimize/lib/components/icon/assets/check.js +2 -1
  489. package/optimize/lib/components/icon/assets/checkCircle.js +44 -0
  490. package/optimize/lib/components/icon/assets/clock.js +4 -1
  491. package/optimize/lib/components/icon/assets/clockCounter.js +2 -2
  492. package/optimize/lib/components/icon/assets/code.js +40 -0
  493. package/optimize/lib/components/icon/assets/contrast.js +1 -1
  494. package/optimize/lib/components/icon/assets/contrastHigh.js +1 -0
  495. package/optimize/lib/components/icon/assets/controls_horizontal.js +2 -1
  496. package/optimize/lib/components/icon/assets/controls_vertical.js +2 -1
  497. package/optimize/lib/components/icon/assets/copy.js +4 -2
  498. package/optimize/lib/components/icon/assets/cross.js +3 -1
  499. package/optimize/lib/components/icon/assets/cross_in_circle.js +5 -3
  500. package/optimize/lib/components/icon/assets/discuss.js +4 -3
  501. package/optimize/lib/components/icon/assets/document.js +3 -1
  502. package/optimize/lib/components/icon/assets/dot.js +2 -4
  503. package/optimize/lib/components/icon/assets/doubleArrowLeft.js +2 -3
  504. package/optimize/lib/components/icon/assets/doubleArrowRight.js +2 -3
  505. package/optimize/lib/components/icon/assets/editor_checklist.js +1 -2
  506. package/optimize/lib/components/icon/assets/editor_code_block.js +1 -1
  507. package/optimize/lib/components/icon/assets/editor_ordered_list.js +1 -1
  508. package/optimize/lib/components/icon/assets/expand.js +4 -1
  509. package/optimize/lib/components/icon/assets/export.js +1 -1
  510. package/optimize/lib/components/icon/assets/eye.js +7 -1
  511. package/optimize/lib/components/icon/assets/eye_closed.js +11 -1
  512. package/optimize/lib/components/icon/assets/flag.js +3 -1
  513. package/optimize/lib/components/icon/assets/gear.js +7 -1
  514. package/optimize/lib/components/icon/assets/glasses.js +19 -3
  515. package/optimize/lib/components/icon/assets/globe.js +3 -1
  516. package/optimize/lib/components/icon/assets/iInCircle.js +8 -1
  517. package/optimize/lib/components/icon/assets/import.js +1 -1
  518. package/optimize/lib/components/icon/assets/inspect.js +7 -1
  519. package/optimize/lib/components/icon/assets/layers.js +5 -3
  520. package/optimize/lib/components/icon/assets/lock.js +3 -1
  521. package/optimize/lib/components/icon/assets/lockOpen.js +3 -1
  522. package/optimize/lib/components/icon/assets/magnifyWithExclamation.js +5 -1
  523. package/optimize/lib/components/icon/assets/magnifyWithMinus.js +5 -1
  524. package/optimize/lib/components/icon/assets/magnifyWithPlus.js +5 -1
  525. package/optimize/lib/components/icon/assets/merge.js +3 -1
  526. package/optimize/lib/components/icon/assets/minimize.js +1 -1
  527. package/optimize/lib/components/icon/assets/minus_in_circle.js +6 -1
  528. package/optimize/lib/components/icon/assets/pencil.js +5 -1
  529. package/optimize/lib/components/icon/assets/play.js +3 -1
  530. package/optimize/lib/components/icon/assets/plus_in_circle.js +4 -1
  531. package/optimize/lib/components/icon/assets/popout.js +3 -1
  532. package/optimize/lib/components/icon/assets/refresh.js +3 -1
  533. package/optimize/lib/components/icon/assets/save.js +3 -1
  534. package/optimize/lib/components/icon/assets/search.js +3 -1
  535. package/optimize/lib/components/icon/assets/sortLeft.js +2 -1
  536. package/optimize/lib/components/icon/assets/sortRight.js +3 -1
  537. package/optimize/lib/components/icon/assets/sort_down.js +3 -1
  538. package/optimize/lib/components/icon/assets/sort_up.js +3 -1
  539. package/optimize/lib/components/icon/assets/sortable.js +3 -1
  540. package/optimize/lib/components/icon/assets/sparkles.js +2 -1
  541. package/optimize/lib/components/icon/assets/storage.js +6 -16
  542. package/optimize/lib/components/icon/assets/symlink.js +3 -2
  543. package/optimize/lib/components/icon/assets/table_density_compact.js +5 -1
  544. package/optimize/lib/components/icon/assets/table_density_expanded.js +5 -1
  545. package/optimize/lib/components/icon/assets/tag.js +7 -1
  546. package/optimize/lib/components/icon/assets/timeRefresh.js +4 -3
  547. package/optimize/lib/components/icon/assets/timeslider.js +6 -2
  548. package/optimize/lib/components/icon/assets/trash.js +5 -1
  549. package/optimize/lib/components/icon/assets/user.js +1 -3
  550. package/optimize/lib/components/icon/assets/userAvatar.js +8 -10
  551. package/optimize/lib/components/icon/assets/users.js +9 -5
  552. package/optimize/lib/components/icon/assets/vis_line.js +3 -1
  553. package/optimize/lib/components/icon/assets/vis_table.js +5 -1
  554. package/optimize/lib/components/icon/assets/vis_text.js +1 -1
  555. package/optimize/lib/components/icon/assets/vis_vega.js +1 -1
  556. package/optimize/lib/components/icon/assets/warning.js +8 -2
  557. package/optimize/lib/components/icon/assets/wrench.js +3 -1
  558. package/optimize/lib/components/icon/icon_map.js +2 -0
  559. package/optimize/lib/components/icon/svgs/aggregate.svg +2 -2
  560. package/optimize/lib/components/icon/svgs/arrowEnd.svg +3 -1
  561. package/optimize/lib/components/icon/svgs/arrowStart.svg +3 -1
  562. package/optimize/lib/components/icon/svgs/arrow_down.svg +2 -2
  563. package/optimize/lib/components/icon/svgs/arrow_left.svg +2 -2
  564. package/optimize/lib/components/icon/svgs/arrow_right.svg +2 -2
  565. package/optimize/lib/components/icon/svgs/arrow_up.svg +2 -2
  566. package/optimize/lib/components/icon/svgs/beaker.svg +2 -2
  567. package/optimize/lib/components/icon/svgs/bell.svg +2 -2
  568. package/optimize/lib/components/icon/svgs/bellSlash.svg +2 -1
  569. package/optimize/lib/components/icon/svgs/check.svg +1 -1
  570. package/optimize/lib/components/icon/svgs/checkCircle.svg +4 -0
  571. package/optimize/lib/components/icon/svgs/clock.svg +2 -1
  572. package/optimize/lib/components/icon/svgs/clockCounter.svg +2 -2
  573. package/optimize/lib/components/icon/svgs/code.svg +3 -0
  574. package/optimize/lib/components/icon/svgs/contrast.svg +2 -2
  575. package/optimize/lib/components/icon/svgs/contrastHigh.svg +2 -2
  576. package/optimize/lib/components/icon/svgs/controls_horizontal.svg +1 -1
  577. package/optimize/lib/components/icon/svgs/controls_vertical.svg +1 -1
  578. package/optimize/lib/components/icon/svgs/copy.svg +3 -5
  579. package/optimize/lib/components/icon/svgs/cross.svg +1 -1
  580. package/optimize/lib/components/icon/svgs/cross_in_circle.svg +3 -3
  581. package/optimize/lib/components/icon/svgs/discuss.svg +3 -3
  582. package/optimize/lib/components/icon/svgs/document.svg +1 -1
  583. package/optimize/lib/components/icon/svgs/dot.svg +2 -2
  584. package/optimize/lib/components/icon/svgs/doubleArrowLeft.svg +3 -3
  585. package/optimize/lib/components/icon/svgs/doubleArrowRight.svg +3 -3
  586. package/optimize/lib/components/icon/svgs/editor_checklist.svg +2 -2
  587. package/optimize/lib/components/icon/svgs/editor_code_block.svg +1 -1
  588. package/optimize/lib/components/icon/svgs/editor_ordered_list.svg +2 -2
  589. package/optimize/lib/components/icon/svgs/expand.svg +2 -1
  590. package/optimize/lib/components/icon/svgs/export.svg +2 -2
  591. package/optimize/lib/components/icon/svgs/eye.svg +2 -1
  592. package/optimize/lib/components/icon/svgs/eye_closed.svg +4 -1
  593. package/optimize/lib/components/icon/svgs/flag.svg +1 -1
  594. package/optimize/lib/components/icon/svgs/gear.svg +3 -2
  595. package/optimize/lib/components/icon/svgs/glasses.svg +6 -1
  596. package/optimize/lib/components/icon/svgs/globe.svg +1 -1
  597. package/optimize/lib/components/icon/svgs/iInCircle.svg +3 -1
  598. package/optimize/lib/components/icon/svgs/import.svg +2 -2
  599. package/optimize/lib/components/icon/svgs/inspect.svg +3 -1
  600. package/optimize/lib/components/icon/svgs/layers.svg +4 -4
  601. package/optimize/lib/components/icon/svgs/lock.svg +1 -1
  602. package/optimize/lib/components/icon/svgs/lockOpen.svg +1 -1
  603. package/optimize/lib/components/icon/svgs/magnifyWithExclamation.svg +3 -2
  604. package/optimize/lib/components/icon/svgs/magnifyWithMinus.svg +2 -1
  605. package/optimize/lib/components/icon/svgs/magnifyWithPlus.svg +2 -1
  606. package/optimize/lib/components/icon/svgs/merge.svg +1 -1
  607. package/optimize/lib/components/icon/svgs/minimize.svg +1 -1
  608. package/optimize/lib/components/icon/svgs/minus_in_circle.svg +2 -1
  609. package/optimize/lib/components/icon/svgs/pencil.svg +3 -2
  610. package/optimize/lib/components/icon/svgs/play.svg +1 -1
  611. package/optimize/lib/components/icon/svgs/plus_in_circle.svg +2 -1
  612. package/optimize/lib/components/icon/svgs/popout.svg +2 -1
  613. package/optimize/lib/components/icon/svgs/refresh.svg +2 -2
  614. package/optimize/lib/components/icon/svgs/save.svg +1 -1
  615. package/optimize/lib/components/icon/svgs/search.svg +2 -2
  616. package/optimize/lib/components/icon/svgs/sortLeft.svg +2 -4
  617. package/optimize/lib/components/icon/svgs/sortRight.svg +1 -1
  618. package/optimize/lib/components/icon/svgs/sort_down.svg +1 -1
  619. package/optimize/lib/components/icon/svgs/sort_up.svg +1 -1
  620. package/optimize/lib/components/icon/svgs/sortable.svg +1 -1
  621. package/optimize/lib/components/icon/svgs/sparkles.svg +2 -2
  622. package/optimize/lib/components/icon/svgs/storage.svg +2 -9
  623. package/optimize/lib/components/icon/svgs/symlink.svg +3 -2
  624. package/optimize/lib/components/icon/svgs/table_density_compact.svg +2 -1
  625. package/optimize/lib/components/icon/svgs/table_density_expanded.svg +2 -1
  626. package/optimize/lib/components/icon/svgs/tag.svg +2 -1
  627. package/optimize/lib/components/icon/svgs/timeRefresh.svg +5 -1
  628. package/optimize/lib/components/icon/svgs/timeslider.svg +4 -2
  629. package/optimize/lib/components/icon/svgs/trash.svg +3 -2
  630. package/optimize/lib/components/icon/svgs/user.svg +2 -3
  631. package/optimize/lib/components/icon/svgs/userAvatar.svg +3 -6
  632. package/optimize/lib/components/icon/svgs/users.svg +5 -3
  633. package/optimize/lib/components/icon/svgs/vis_line.svg +2 -1
  634. package/optimize/lib/components/icon/svgs/vis_table.svg +2 -1
  635. package/optimize/lib/components/icon/svgs/vis_text.svg +1 -1
  636. package/optimize/lib/components/icon/svgs/vis_vega.svg +1 -1
  637. package/optimize/lib/components/icon/svgs/warning.svg +3 -2
  638. package/optimize/lib/components/icon/svgs/wrench.svg +1 -1
  639. package/optimize/lib/components/page/page_header/page_header_content.js +1 -1
  640. package/optimize/lib/components/provider/provider.js +2 -2
  641. package/optimize/lib/global_styling/mixins/_button.js +2 -1
  642. package/optimize/lib/services/color/vis_color_store.js +2 -2
  643. package/optimize/lib/services/theme/context.js +2 -2
  644. package/package.json +1 -1
  645. package/test-env/components/avatar/avatar.js +1 -1
  646. package/test-env/components/badge/badge.js +1 -1
  647. package/test-env/components/badge/beta_badge/beta_badge.js +1 -1
  648. package/test-env/components/basic_table/basic_table.js +4 -4
  649. package/test-env/components/basic_table/in_memory_table.js +4 -4
  650. package/test-env/components/button/button.js +1 -1
  651. package/test-env/components/button/button_display/_button_display.js +1 -1
  652. package/test-env/components/button/button_display/_button_display_content.js +1 -1
  653. package/test-env/components/button/button_empty/button_empty.js +1 -1
  654. package/test-env/components/button/button_group/button_group.js +1 -1
  655. package/test-env/components/button/button_group/button_group_button.js +1 -1
  656. package/test-env/components/button/button_icon/button_icon.js +1 -1
  657. package/test-env/components/call_out/call_out.js +1 -1
  658. package/test-env/components/card/card.js +2 -2
  659. package/test-env/components/card/card_select/card_select.js +1 -1
  660. package/test-env/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  661. package/test-env/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  662. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  663. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  664. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  665. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  666. package/test-env/components/comment_list/comment.js +2 -2
  667. package/test-env/components/comment_list/comment_event.js +1 -1
  668. package/test-env/components/comment_list/comment_list.js +2 -2
  669. package/test-env/components/comment_list/comment_timeline.js +1 -1
  670. package/test-env/components/context_menu/context_menu_item.js +1 -1
  671. package/test-env/components/datagrid/body/cell/data_grid_cell.js +12 -12
  672. package/test-env/components/datagrid/body/data_grid_body.js +7 -7
  673. package/test-env/components/datagrid/body/data_grid_body_custom.js +7 -7
  674. package/test-env/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  675. package/test-env/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  676. package/test-env/components/datagrid/controls/column_sorting.js +7 -7
  677. package/test-env/components/datagrid/controls/column_sorting_draggable.js +1 -1
  678. package/test-env/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  679. package/test-env/components/datagrid/utils/in_memory.js +6 -6
  680. package/test-env/components/date_picker/date_picker.js +2 -2
  681. package/test-env/components/date_picker/date_picker_range.js +1 -1
  682. package/test-env/components/empty_prompt/empty_prompt.js +1 -1
  683. package/test-env/components/facet/facet_button.js +1 -1
  684. package/test-env/components/form/field_number/field_number.js +2 -2
  685. package/test-env/components/form/field_text/field_text.js +2 -2
  686. package/test-env/components/form/form_control_layout/form_control_layout.js +2 -2
  687. package/test-env/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  688. package/test-env/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  689. package/test-env/components/form/text_area/text_area.js +2 -2
  690. package/test-env/components/header/header_links/header_link.js +1 -1
  691. package/test-env/components/header/header_links/header_links.js +1 -1
  692. package/test-env/components/header/header_logo/header_logo.js +1 -1
  693. package/test-env/components/header/header_section/header_section_item_button.js +1 -1
  694. package/test-env/components/icon/assets/aggregate.js +2 -1
  695. package/test-env/components/icon/assets/arrowEnd.js +1 -3
  696. package/test-env/components/icon/assets/arrowStart.js +1 -3
  697. package/test-env/components/icon/assets/arrow_down.js +1 -2
  698. package/test-env/components/icon/assets/arrow_left.js +1 -2
  699. package/test-env/components/icon/assets/arrow_right.js +1 -2
  700. package/test-env/components/icon/assets/arrow_up.js +1 -2
  701. package/test-env/components/icon/assets/beaker.js +3 -1
  702. package/test-env/components/icon/assets/bell.js +2 -1
  703. package/test-env/components/icon/assets/bellSlash.js +5 -1
  704. package/test-env/components/icon/assets/check.js +2 -1
  705. package/test-env/components/icon/assets/checkCircle.js +44 -0
  706. package/test-env/components/icon/assets/clock.js +4 -1
  707. package/test-env/components/icon/assets/clockCounter.js +2 -2
  708. package/test-env/components/icon/assets/code.js +40 -0
  709. package/test-env/components/icon/assets/contrast.js +1 -1
  710. package/test-env/components/icon/assets/contrastHigh.js +1 -0
  711. package/test-env/components/icon/assets/controls_horizontal.js +2 -1
  712. package/test-env/components/icon/assets/controls_vertical.js +2 -1
  713. package/test-env/components/icon/assets/copy.js +4 -2
  714. package/test-env/components/icon/assets/cross.js +3 -1
  715. package/test-env/components/icon/assets/cross_in_circle.js +5 -3
  716. package/test-env/components/icon/assets/discuss.js +4 -3
  717. package/test-env/components/icon/assets/document.js +3 -1
  718. package/test-env/components/icon/assets/dot.js +2 -4
  719. package/test-env/components/icon/assets/doubleArrowLeft.js +2 -3
  720. package/test-env/components/icon/assets/doubleArrowRight.js +2 -3
  721. package/test-env/components/icon/assets/editor_checklist.js +1 -2
  722. package/test-env/components/icon/assets/editor_code_block.js +1 -1
  723. package/test-env/components/icon/assets/editor_ordered_list.js +1 -1
  724. package/test-env/components/icon/assets/expand.js +4 -1
  725. package/test-env/components/icon/assets/export.js +1 -1
  726. package/test-env/components/icon/assets/eye.js +7 -1
  727. package/test-env/components/icon/assets/eye_closed.js +11 -1
  728. package/test-env/components/icon/assets/flag.js +3 -1
  729. package/test-env/components/icon/assets/gear.js +7 -1
  730. package/test-env/components/icon/assets/glasses.js +19 -3
  731. package/test-env/components/icon/assets/globe.js +3 -1
  732. package/test-env/components/icon/assets/iInCircle.js +8 -1
  733. package/test-env/components/icon/assets/import.js +1 -1
  734. package/test-env/components/icon/assets/inspect.js +7 -1
  735. package/test-env/components/icon/assets/layers.js +5 -3
  736. package/test-env/components/icon/assets/lock.js +3 -1
  737. package/test-env/components/icon/assets/lockOpen.js +3 -1
  738. package/test-env/components/icon/assets/magnifyWithExclamation.js +5 -1
  739. package/test-env/components/icon/assets/magnifyWithMinus.js +5 -1
  740. package/test-env/components/icon/assets/magnifyWithPlus.js +5 -1
  741. package/test-env/components/icon/assets/merge.js +3 -1
  742. package/test-env/components/icon/assets/minimize.js +1 -1
  743. package/test-env/components/icon/assets/minus_in_circle.js +6 -1
  744. package/test-env/components/icon/assets/pencil.js +5 -1
  745. package/test-env/components/icon/assets/play.js +3 -1
  746. package/test-env/components/icon/assets/plus_in_circle.js +4 -1
  747. package/test-env/components/icon/assets/popout.js +3 -1
  748. package/test-env/components/icon/assets/refresh.js +3 -1
  749. package/test-env/components/icon/assets/save.js +3 -1
  750. package/test-env/components/icon/assets/search.js +3 -1
  751. package/test-env/components/icon/assets/sortLeft.js +2 -1
  752. package/test-env/components/icon/assets/sortRight.js +3 -1
  753. package/test-env/components/icon/assets/sort_down.js +3 -1
  754. package/test-env/components/icon/assets/sort_up.js +3 -1
  755. package/test-env/components/icon/assets/sortable.js +3 -1
  756. package/test-env/components/icon/assets/sparkles.js +2 -1
  757. package/test-env/components/icon/assets/storage.js +6 -16
  758. package/test-env/components/icon/assets/symlink.js +3 -2
  759. package/test-env/components/icon/assets/table_density_compact.js +5 -1
  760. package/test-env/components/icon/assets/table_density_expanded.js +5 -1
  761. package/test-env/components/icon/assets/tag.js +7 -1
  762. package/test-env/components/icon/assets/timeRefresh.js +4 -3
  763. package/test-env/components/icon/assets/timeslider.js +6 -2
  764. package/test-env/components/icon/assets/trash.js +5 -1
  765. package/test-env/components/icon/assets/user.js +1 -3
  766. package/test-env/components/icon/assets/userAvatar.js +8 -10
  767. package/test-env/components/icon/assets/users.js +9 -5
  768. package/test-env/components/icon/assets/vis_line.js +3 -1
  769. package/test-env/components/icon/assets/vis_table.js +5 -1
  770. package/test-env/components/icon/assets/vis_text.js +1 -1
  771. package/test-env/components/icon/assets/vis_vega.js +1 -1
  772. package/test-env/components/icon/assets/warning.js +8 -2
  773. package/test-env/components/icon/assets/wrench.js +3 -1
  774. package/test-env/components/icon/icon_map.js +2 -0
  775. package/test-env/components/key_pad_menu/key_pad_menu_item.js +1 -1
  776. package/test-env/components/list_group/list_group.js +2 -2
  777. package/test-env/components/list_group/list_group_item.js +2 -2
  778. package/test-env/components/list_group/list_group_item_extra_action.js +1 -1
  779. package/test-env/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  780. package/test-env/components/loading/loading_logo.js +1 -1
  781. package/test-env/components/markdown_editor/markdown_editor.js +1 -1
  782. package/test-env/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  783. package/test-env/components/markdown_editor/markdown_editor_footer.js +1 -1
  784. package/test-env/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  785. package/test-env/components/page/page_header/page_header_content.js +2 -2
  786. package/test-env/components/pagination/pagination_button.js +1 -1
  787. package/test-env/components/provider/provider.js +2 -2
  788. package/test-env/components/selectable/selectable_list/selectable_list.js +1 -1
  789. package/test-env/components/selectable/selectable_list/selectable_list_item.js +1 -1
  790. package/test-env/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  791. package/test-env/components/table/table_header_cell.js +1 -1
  792. package/test-env/components/timeline/timeline_item_icon.js +1 -1
  793. package/test-env/components/toast/global_toast_list.js +1 -1
  794. package/test-env/components/toast/toast.js +1 -1
  795. package/test-env/components/tool_tip/icon_tip.js +1 -1
  796. package/test-env/global_styling/mixins/_button.js +2 -1
  797. package/test-env/services/color/vis_color_store.js +2 -2
  798. package/test-env/services/theme/context.js +2 -2
@@ -231,7 +231,7 @@ EuiHeaderSectionItemButton.propTypes = {
231
231
  /**
232
232
  * Any `type` accepted by EuiIcon
233
233
  */
234
- iconType: PropTypes.oneOfType([PropTypes.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.string.isRequired, PropTypes.elementType.isRequired]),
234
+ iconType: PropTypes.oneOfType([PropTypes.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.string.isRequired, PropTypes.elementType.isRequired]),
235
235
  /**
236
236
  * Can only be one side `left` or `right`
237
237
  */
@@ -28,7 +28,8 @@ var EuiIconAggregate = function EuiIconAggregate(_ref) {
28
28
  id: titleId
29
29
  }, title) : null, ___EmotionJSX("path", {
30
30
  fillRule: "evenodd",
31
- 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"
31
+ 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",
32
+ clipRule: "evenodd"
32
33
  }));
33
34
  };
34
35
  export var icon = EuiIconAggregate;
@@ -28,10 +28,8 @@ var EuiIconArrowEnd = function EuiIconArrowEnd(_ref) {
28
28
  id: titleId
29
29
  }, title) : null, ___EmotionJSX("path", {
30
30
  fillRule: "evenodd",
31
- 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",
31
+ d: "M8.293 8 2.646 2.354l.708-.708L9.707 8l-6.353 6.354-.708-.707L8.293 8ZM12 13V3h1v10h-1Z",
32
32
  clipRule: "evenodd"
33
- }), ___EmotionJSX("path", {
34
- d: "M10.5 2.75a.75.75 0 0 1 1.5 0v10.5a.75.75 0 0 1-1.5 0V2.75Z"
35
33
  }));
36
34
  };
37
35
  export var icon = EuiIconArrowEnd;
@@ -27,10 +27,8 @@ var EuiIconArrowStart = function EuiIconArrowStart(_ref) {
27
27
  }, props), title ? ___EmotionJSX("title", {
28
28
  id: titleId
29
29
  }, title) : null, ___EmotionJSX("path", {
30
- d: "M4 2.75a.75.75 0 0 1 1.5 0v10.5a.75.75 0 0 1-1.5 0V2.75Z"
31
- }), ___EmotionJSX("path", {
32
30
  fillRule: "evenodd",
33
- 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",
31
+ d: "m7.707 8 5.647-5.646-.708-.708L6.293 8l6.353 6.354.708-.707L7.707 8ZM3 13V3h1v10H3Z",
34
32
  clipRule: "evenodd"
35
33
  }));
36
34
  };
@@ -22,14 +22,13 @@ var EuiIconArrowDown = function EuiIconArrowDown(_ref) {
22
22
  xmlns: "http://www.w3.org/2000/svg",
23
23
  width: 16,
24
24
  height: 16,
25
- fill: "none",
26
25
  viewBox: "0 0 16 16",
27
26
  "aria-labelledby": titleId
28
27
  }, props), title ? ___EmotionJSX("title", {
29
28
  id: titleId
30
29
  }, title) : null, ___EmotionJSX("path", {
31
30
  fillRule: "evenodd",
32
- 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",
31
+ d: "m8 10.293 5.646-5.647.708.708L8 11.707 1.646 5.354l.708-.708L8 10.293Z",
33
32
  clipRule: "evenodd"
34
33
  }));
35
34
  };
@@ -22,14 +22,13 @@ var EuiIconArrowLeft = function EuiIconArrowLeft(_ref) {
22
22
  xmlns: "http://www.w3.org/2000/svg",
23
23
  width: 16,
24
24
  height: 16,
25
- fill: "none",
26
25
  viewBox: "0 0 16 16",
27
26
  "aria-labelledby": titleId
28
27
  }, props), title ? ___EmotionJSX("title", {
29
28
  id: titleId
30
29
  }, title) : null, ___EmotionJSX("path", {
31
30
  fillRule: "evenodd",
32
- 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",
31
+ d: "m5.707 8 5.647-5.646-.708-.708L4.293 8l6.353 6.354.707-.708L5.708 8Z",
33
32
  clipRule: "evenodd"
34
33
  }));
35
34
  };
@@ -22,14 +22,13 @@ var EuiIconArrowRight = function EuiIconArrowRight(_ref) {
22
22
  xmlns: "http://www.w3.org/2000/svg",
23
23
  width: 16,
24
24
  height: 16,
25
- fill: "none",
26
25
  viewBox: "0 0 16 16",
27
26
  "aria-labelledby": titleId
28
27
  }, props), title ? ___EmotionJSX("title", {
29
28
  id: titleId
30
29
  }, title) : null, ___EmotionJSX("path", {
31
30
  fillRule: "evenodd",
32
- 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",
31
+ d: "M10.293 8 4.646 2.354l.708-.708L11.707 8l-6.353 6.354-.708-.708L10.293 8Z",
33
32
  clipRule: "evenodd"
34
33
  }));
35
34
  };
@@ -22,14 +22,13 @@ var EuiIconArrowUp = function EuiIconArrowUp(_ref) {
22
22
  xmlns: "http://www.w3.org/2000/svg",
23
23
  width: 16,
24
24
  height: 16,
25
- fill: "none",
26
25
  viewBox: "0 0 16 16",
27
26
  "aria-labelledby": titleId
28
27
  }, props), title ? ___EmotionJSX("title", {
29
28
  id: titleId
30
29
  }, title) : null, ___EmotionJSX("path", {
31
30
  fillRule: "evenodd",
32
- 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",
31
+ d: "m8 5.707 5.646 5.647.708-.707L8 4.292l-6.354 6.353.708.708L8 5.707Z",
33
32
  clipRule: "evenodd"
34
33
  }));
35
34
  };
@@ -27,7 +27,9 @@ var EuiIconBeaker = function EuiIconBeaker(_ref) {
27
27
  }, props), title ? ___EmotionJSX("title", {
28
28
  id: titleId
29
29
  }, title) : null, ___EmotionJSX("path", {
30
- 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"
30
+ fillRule: "evenodd",
31
+ 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",
32
+ clipRule: "evenodd"
31
33
  }));
32
34
  };
33
35
  export var icon = EuiIconBeaker;
@@ -28,7 +28,8 @@ var EuiIconBell = function EuiIconBell(_ref) {
28
28
  id: titleId
29
29
  }, title) : null, ___EmotionJSX("path", {
30
30
  fillRule: "evenodd",
31
- 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"
31
+ 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",
32
+ clipRule: "evenodd"
32
33
  }));
33
34
  };
34
35
  export var icon = EuiIconBell;
@@ -27,7 +27,11 @@ var EuiIconBellSlash = function EuiIconBellSlash(_ref) {
27
27
  }, props), title ? ___EmotionJSX("title", {
28
28
  id: titleId
29
29
  }, title) : null, ___EmotionJSX("path", {
30
- 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"
30
+ 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"
31
+ }), ___EmotionJSX("path", {
32
+ fillRule: "evenodd",
33
+ 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",
34
+ clipRule: "evenodd"
31
35
  }));
32
36
  };
33
37
  export var icon = EuiIconBellSlash;
@@ -28,7 +28,8 @@ var EuiIconCheck = function EuiIconCheck(_ref) {
28
28
  id: titleId
29
29
  }, title) : null, ___EmotionJSX("path", {
30
30
  fillRule: "evenodd",
31
- 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"
31
+ d: "M15.354 4.354 6.5 13.207 1.646 8.354l.708-.708L6.5 11.793l8.146-8.147.708.708Z",
32
+ clipRule: "evenodd"
32
33
  }));
33
34
  };
34
35
  export var icon = EuiIconCheck;
@@ -0,0 +1,37 @@
1
+ var _excluded = ["title", "titleId"];
2
+ 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); }
3
+ 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; }
4
+ 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; }
5
+ /*
6
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
7
+ * or more contributor license agreements. Licensed under the Elastic License
8
+ * 2.0 and the Server Side Public License, v 1; you may not use this file except
9
+ * in compliance with, at your election, the Elastic License 2.0 or the Server
10
+ * Side Public License, v 1.
11
+ */
12
+
13
+ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
14
+
15
+ import * as React from 'react';
16
+ import { jsx as ___EmotionJSX } from "@emotion/react";
17
+ var EuiIconCheckCircle = function EuiIconCheckCircle(_ref) {
18
+ var title = _ref.title,
19
+ titleId = _ref.titleId,
20
+ props = _objectWithoutProperties(_ref, _excluded);
21
+ return ___EmotionJSX("svg", _extends({
22
+ xmlns: "http://www.w3.org/2000/svg",
23
+ width: 16,
24
+ height: 16,
25
+ viewBox: "0 0 16 16",
26
+ "aria-labelledby": titleId
27
+ }, props), title ? ___EmotionJSX("title", {
28
+ id: titleId
29
+ }, title) : null, ___EmotionJSX("path", {
30
+ d: "m7 10.707 4.354-4.353-.708-.708L7 9.293 5.354 7.646l-.708.708L7 10.707Z"
31
+ }), ___EmotionJSX("path", {
32
+ fillRule: "evenodd",
33
+ 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",
34
+ clipRule: "evenodd"
35
+ }));
36
+ };
37
+ export var icon = EuiIconCheckCircle;
@@ -27,8 +27,11 @@ var EuiIconClock = function EuiIconClock(_ref) {
27
27
  }, props), title ? ___EmotionJSX("title", {
28
28
  id: titleId
29
29
  }, title) : null, ___EmotionJSX("path", {
30
+ d: "M8.5 7.5V4h-1v4.5H12v-1H8.5Z"
31
+ }), ___EmotionJSX("path", {
30
32
  fillRule: "evenodd",
31
- 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"
33
+ 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",
34
+ clipRule: "evenodd"
32
35
  }));
33
36
  };
34
37
  export var icon = EuiIconClock;
@@ -27,9 +27,9 @@ var EuiIconClockCounter = function EuiIconClockCounter(_ref) {
27
27
  }, props), title ? ___EmotionJSX("title", {
28
28
  id: titleId
29
29
  }, title) : null, ___EmotionJSX("path", {
30
- 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"
30
+ 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"
31
31
  }), ___EmotionJSX("path", {
32
- 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"
32
+ d: "M8.5 4v3.5H12v1H7.5V4h1Z"
33
33
  }));
34
34
  };
35
35
  export var icon = EuiIconClockCounter;
@@ -0,0 +1,33 @@
1
+ var _excluded = ["title", "titleId"];
2
+ 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); }
3
+ 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; }
4
+ 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; }
5
+ /*
6
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
7
+ * or more contributor license agreements. Licensed under the Elastic License
8
+ * 2.0 and the Server Side Public License, v 1; you may not use this file except
9
+ * in compliance with, at your election, the Elastic License 2.0 or the Server
10
+ * Side Public License, v 1.
11
+ */
12
+
13
+ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
14
+
15
+ import * as React from 'react';
16
+ import { jsx as ___EmotionJSX } from "@emotion/react";
17
+ var EuiIconCode = function EuiIconCode(_ref) {
18
+ var title = _ref.title,
19
+ titleId = _ref.titleId,
20
+ props = _objectWithoutProperties(_ref, _excluded);
21
+ return ___EmotionJSX("svg", _extends({
22
+ xmlns: "http://www.w3.org/2000/svg",
23
+ width: 16,
24
+ height: 16,
25
+ viewBox: "0 0 16 16",
26
+ "aria-labelledby": titleId
27
+ }, props), title ? ___EmotionJSX("title", {
28
+ id: titleId
29
+ }, title) : null, ___EmotionJSX("path", {
30
+ 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"
31
+ }));
32
+ };
33
+ export var icon = EuiIconCode;
@@ -28,7 +28,7 @@ var EuiIconContrast = function EuiIconContrast(_ref) {
28
28
  id: titleId
29
29
  }, title) : null, ___EmotionJSX("path", {
30
30
  fillRule: "evenodd",
31
- 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",
31
+ 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",
32
32
  clipRule: "evenodd"
33
33
  }));
34
34
  };
@@ -27,6 +27,7 @@ var EuiIconContrastHigh = function EuiIconContrastHigh(_ref) {
27
27
  }, props), title ? ___EmotionJSX("title", {
28
28
  id: titleId
29
29
  }, title) : null, ___EmotionJSX("path", {
30
+ fillRule: "evenodd",
30
31
  d: "M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0Zm-7 6V2a6 6 0 1 0 0 12Z",
31
32
  clipRule: "evenodd"
32
33
  }));
@@ -28,7 +28,8 @@ var EuiIconControlsHorizontal = function EuiIconControlsHorizontal(_ref) {
28
28
  id: titleId
29
29
  }, title) : null, ___EmotionJSX("path", {
30
30
  fillRule: "evenodd",
31
- 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"
31
+ 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",
32
+ clipRule: "evenodd"
32
33
  }));
33
34
  };
34
35
  export var icon = EuiIconControlsHorizontal;
@@ -28,7 +28,8 @@ var EuiIconControlsVertical = function EuiIconControlsVertical(_ref) {
28
28
  id: titleId
29
29
  }, title) : null, ___EmotionJSX("path", {
30
30
  fillRule: "evenodd",
31
- 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"
31
+ 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",
32
+ clipRule: "evenodd"
32
33
  }));
33
34
  };
34
35
  export var icon = EuiIconControlsVertical;
@@ -27,9 +27,11 @@ var EuiIconCopy = function EuiIconCopy(_ref) {
27
27
  }, props), title ? ___EmotionJSX("title", {
28
28
  id: titleId
29
29
  }, title) : null, ___EmotionJSX("path", {
30
- 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"
30
+ fillRule: "evenodd",
31
+ 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",
32
+ clipRule: "evenodd"
31
33
  }), ___EmotionJSX("path", {
32
- d: "M3 1H2a1 1 0 0 0-1 1v13a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-1h-1v1H2V2h1V1Z"
34
+ d: "M2 5h2v1H2v8h8v-2h1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1Z"
33
35
  }));
34
36
  };
35
37
  export var icon = EuiIconCopy;
@@ -27,7 +27,9 @@ var EuiIconCross = function EuiIconCross(_ref) {
27
27
  }, props), title ? ___EmotionJSX("title", {
28
28
  id: titleId
29
29
  }, title) : null, ___EmotionJSX("path", {
30
- 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"
30
+ fillRule: "evenodd",
31
+ 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",
32
+ clipRule: "evenodd"
31
33
  }));
32
34
  };
33
35
  export var icon = EuiIconCross;
@@ -22,16 +22,18 @@ var EuiIconCrossInCircle = function EuiIconCrossInCircle(_ref) {
22
22
  xmlns: "http://www.w3.org/2000/svg",
23
23
  width: 16,
24
24
  height: 16,
25
- fill: "none",
26
25
  viewBox: "0 0 16 16",
27
26
  "aria-labelledby": titleId
28
27
  }, props), title ? ___EmotionJSX("title", {
29
28
  id: titleId
30
29
  }, title) : null, ___EmotionJSX("path", {
31
- 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"
30
+ fillRule: "evenodd",
31
+ 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",
32
+ clipRule: "evenodd"
32
33
  }), ___EmotionJSX("path", {
33
34
  fillRule: "evenodd",
34
- 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"
35
+ 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",
36
+ clipRule: "evenodd"
35
37
  }));
36
38
  };
37
39
  export var icon = EuiIconCrossInCircle;
@@ -22,15 +22,16 @@ var EuiIconDiscuss = function EuiIconDiscuss(_ref) {
22
22
  xmlns: "http://www.w3.org/2000/svg",
23
23
  width: 16,
24
24
  height: 16,
25
- fill: "none",
26
25
  viewBox: "0 0 16 16",
27
26
  "aria-labelledby": titleId
28
27
  }, props), title ? ___EmotionJSX("title", {
29
28
  id: titleId
30
29
  }, title) : null, ___EmotionJSX("path", {
31
- 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"
30
+ 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"
32
31
  }), ___EmotionJSX("path", {
33
- 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"
32
+ fillRule: "evenodd",
33
+ 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",
34
+ clipRule: "evenodd"
34
35
  }));
35
36
  };
36
37
  export var icon = EuiIconDiscuss;
@@ -27,7 +27,9 @@ var EuiIconDocument = function EuiIconDocument(_ref) {
27
27
  }, props), title ? ___EmotionJSX("title", {
28
28
  id: titleId
29
29
  }, title) : null, ___EmotionJSX("path", {
30
- 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"
30
+ fillRule: "evenodd",
31
+ 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",
32
+ clipRule: "evenodd"
31
33
  }));
32
34
  };
33
35
  export var icon = EuiIconDocument;
@@ -26,10 +26,8 @@ var EuiIconDot = function EuiIconDot(_ref) {
26
26
  "aria-labelledby": titleId
27
27
  }, props), title ? ___EmotionJSX("title", {
28
28
  id: titleId
29
- }, title) : null, ___EmotionJSX("circle", {
30
- cx: 8,
31
- cy: 8,
32
- r: 4
29
+ }, title) : null, ___EmotionJSX("path", {
30
+ d: "M12 8a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z"
33
31
  }));
34
32
  };
35
33
  export var icon = EuiIconDot;
@@ -22,18 +22,17 @@ var EuiIconDoubleArrowLeft = function EuiIconDoubleArrowLeft(_ref) {
22
22
  xmlns: "http://www.w3.org/2000/svg",
23
23
  width: 16,
24
24
  height: 16,
25
- fill: "none",
26
25
  viewBox: "0 0 16 16",
27
26
  "aria-labelledby": titleId
28
27
  }, props), title ? ___EmotionJSX("title", {
29
28
  id: titleId
30
29
  }, title) : null, ___EmotionJSX("path", {
31
30
  fillRule: "evenodd",
32
- 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",
31
+ d: "m2.707 8 5.647-5.646-.708-.708L1.293 8l6.353 6.354.708-.707L2.707 8Z",
33
32
  clipRule: "evenodd"
34
33
  }), ___EmotionJSX("path", {
35
34
  fillRule: "evenodd",
36
- 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",
35
+ d: "m7.707 8 5.647-5.646-.708-.708L6.293 8l6.353 6.354.707-.707L7.708 8Z",
37
36
  clipRule: "evenodd"
38
37
  }));
39
38
  };
@@ -22,18 +22,17 @@ var EuiIconDoubleArrowRight = function EuiIconDoubleArrowRight(_ref) {
22
22
  xmlns: "http://www.w3.org/2000/svg",
23
23
  width: 16,
24
24
  height: 16,
25
- fill: "none",
26
25
  viewBox: "0 0 16 16",
27
26
  "aria-labelledby": titleId
28
27
  }, props), title ? ___EmotionJSX("title", {
29
28
  id: titleId
30
29
  }, title) : null, ___EmotionJSX("path", {
31
30
  fillRule: "evenodd",
32
- d: "M2.232 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",
31
+ d: "M13.293 8 7.646 2.354l.708-.708L14.707 8l-6.353 6.354-.708-.707L13.293 8Z",
33
32
  clipRule: "evenodd"
34
33
  }), ___EmotionJSX("path", {
35
34
  fillRule: "evenodd",
36
- d: "M8.232 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",
35
+ d: "M8.293 8 2.646 2.354l.708-.708L9.707 8l-6.353 6.354-.708-.707L8.293 8Z",
37
36
  clipRule: "evenodd"
38
37
  }));
39
38
  };
@@ -22,13 +22,12 @@ var EuiIconEditorChecklist = function EuiIconEditorChecklist(_ref) {
22
22
  xmlns: "http://www.w3.org/2000/svg",
23
23
  width: 16,
24
24
  height: 16,
25
- fill: "none",
26
25
  viewBox: "0 0 16 16",
27
26
  "aria-labelledby": titleId
28
27
  }, props), title ? ___EmotionJSX("title", {
29
28
  id: titleId
30
29
  }, title) : null, ___EmotionJSX("path", {
31
- d: "M4.597 3a.411.411 0 0 0-.299.132l-1.85 1.993-.756-.7a.412.412 0 0 0-.28-.124.42.42 0 0 0-.292.098.333.333 0 0 0-.12.257.335.335 0 0 0 .127.254l1.064.982A.418.418 0 0 0 2.488 6a.411.411 0 0 0 .288-.126L4.904 3.58a.328.328 0 0 0 .095-.25.337.337 0 0 0-.126-.238A.421.421 0 0 0 4.597 3zm-.299 4.132A.411.411 0 0 1 4.597 7a.421.421 0 0 1 .276.093c.076.062.12.147.126.238a.328.328 0 0 1-.095.25L2.776 9.874a.411.411 0 0 1-.288.126.418.418 0 0 1-.297-.108L1.127 8.91A.335.335 0 0 1 1 8.656a.333.333 0 0 1 .12-.257.42.42 0 0 1 .292-.098c.108.005.21.05.28.123l.757.701 1.849-1.993zM4.597 11a.411.411 0 0 0-.299.132l-1.85 1.993-.756-.7a.412.412 0 0 0-.28-.124.421.421 0 0 0-.292.098.333.333 0 0 0-.12.257.335.335 0 0 0 .127.254l1.064.982a.418.418 0 0 0 .297.108.411.411 0 0 0 .288-.126l2.128-2.293a.328.328 0 0 0 .095-.25.337.337 0 0 0-.126-.238.421.421 0 0 0-.276-.093zM6.5 4a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-7zM6 8.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm.5 3.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-7z"
30
+ d: "M5.354 2.354 2.5 5.207.646 3.354l.708-.708L2.5 3.793l2.146-2.147.708.708ZM6 4h9V3H6v1Zm0 4.5h9v-1H6v1Zm9 4.5H6v-1h9v1ZM2.5 14.207l2.854-2.853-.708-.707L2.5 12.793l-1.146-1.146-.708.707L2.5 14.207Zm0-4.5 2.854-2.853-.708-.708L2.5 8.293 1.354 7.146l-.708.708L2.5 9.707Z"
32
31
  }));
33
32
  };
34
33
  export var icon = EuiIconEditorChecklist;
@@ -27,7 +27,7 @@ var EuiIconEditorCodeBlock = function EuiIconEditorCodeBlock(_ref) {
27
27
  }, props), title ? ___EmotionJSX("title", {
28
28
  id: titleId
29
29
  }, title) : null, ___EmotionJSX("path", {
30
- d: "M2.414 8.036 4.89 10.51a.5.5 0 0 1-.707.708L1.354 8.389a.5.5 0 0 1 0-.707l2.828-2.828a.5.5 0 1 1 .707.707L2.414 8.036Zm8.768 2.474 2.475-2.474-2.475-2.475a.5.5 0 0 1 .707-.707l2.829 2.828a.5.5 0 0 1 0 .707l-2.829 2.829a.5.5 0 1 1-.707-.708ZM8.559 2.506a.5.5 0 0 1 .981.19L7.441 13.494a.5.5 0 0 1-.981-.19L8.559 2.506Z"
30
+ 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"
31
31
  }));
32
32
  };
33
33
  export var icon = EuiIconEditorCodeBlock;
@@ -27,7 +27,7 @@ var EuiIconEditorOrderedList = function EuiIconEditorOrderedList(_ref) {
27
27
  }, props), title ? ___EmotionJSX("title", {
28
28
  id: titleId
29
29
  }, title) : null, ___EmotionJSX("path", {
30
- d: "M3 8v1h1v1H1V9h1V8H1V7h3v1H3Zm1 4v2H1v-1h1v-1H1v-1h3v1ZM3 5h1v1H1V5h1V4H1V3h2v2Zm2.5-1h8a.5.5 0 1 1 0 1h-8a.5.5 0 0 1 0-1Zm0 4h8a.5.5 0 1 1 0 1h-8a.5.5 0 0 1 0-1Zm0 4h8a.5.5 0 1 1 0 1h-8a.5.5 0 1 1 0-1Z"
30
+ d: "M2 2v3h1V2H2Zm-2 9v3h1v-3H0Zm2 0v3h1v-3H2Zm2 0v3h1v-3H4ZM1 9.5v-3h1v3H1Zm2 0v-3h1v3H3ZM6 4h9V3H6v1Zm9 4.5H6v-1h9v1ZM6 13h9v-1H6v1Z"
31
31
  }));
32
32
  };
33
33
  export var icon = EuiIconEditorOrderedList;
@@ -27,8 +27,11 @@ var EuiIconExpand = function EuiIconExpand(_ref) {
27
27
  }, props), title ? ___EmotionJSX("title", {
28
28
  id: titleId
29
29
  }, title) : null, ___EmotionJSX("path", {
30
+ d: "M13.293 2H10V1h5v5h-1V2.707L9.354 7.354l-.708-.708L13.293 2Z"
31
+ }), ___EmotionJSX("path", {
30
32
  fillRule: "evenodd",
31
- d: "m4.354 12.354 8-8a.5.5 0 0 0-.708-.708l-8 8a.5.5 0 0 0 .708.708ZM1 10.5a.5.5 0 1 1 1 0v3a.5.5 0 0 0 .5.5h3a.5.5 0 1 1 0 1h-3A1.5 1.5 0 0 1 1 13.5v-3Zm14-5a.5.5 0 1 1-1 0v-3a.5.5 0 0 0-.5-.5h-3a.5.5 0 1 1 0-1h3A1.5 1.5 0 0 1 15 2.5v3Z"
33
+ d: "M2.707 14H6v1H1v-5h1v3.293l4.646-4.647.708.708L2.707 14Z",
34
+ clipRule: "evenodd"
32
35
  }));
33
36
  };
34
37
  export var icon = EuiIconExpand;
@@ -27,7 +27,7 @@ var EuiIconExport = function EuiIconExport(_ref) {
27
27
  }, props), title ? ___EmotionJSX("title", {
28
28
  id: titleId
29
29
  }, title) : null, ___EmotionJSX("path", {
30
- d: "M8.505 1c.422-.003.844.17 1.166.516l1.95 2.05c.213.228.213.6 0 .828a.52.52 0 0 1-.771 0L9 2.451v7.993c0 .307-.224.556-.5.556s-.5-.249-.5-.556v-7.96l-1.82 1.91a.52.52 0 0 1-.77 0 .617.617 0 0 1 0-.829l1.95-2.05A1.575 1.575 0 0 1 8.5 1h.005ZM4.18 7c-.473 0-.88.294-.972.703l-1.189 5.25a.776.776 0 0 0-.019.172c0 .483.444.875.99.875H14.01c.065 0 .13-.006.194-.017.537-.095.885-.556.778-1.03l-1.19-5.25C13.7 7.294 13.293 7 12.822 7H4.18ZM6 6v1h5V6h1.825c.946 0 1.76.606 1.946 1.447l1.19 5.4c.215.975-.482 1.923-1.556 2.118a2.18 2.18 0 0 1-.39.035H2.985C1.888 15 1 14.194 1 13.2c0-.119.013-.237.039-.353l1.19-5.4C2.414 6.606 3.229 6 4.174 6H6Z"
30
+ d: "M12.354 5.646 8 1.293 3.646 5.646l.708.708L7.5 3.207V11h1V3.207l3.146 3.147.708-.708ZM2 11v2a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-2h-1v2H3v-2H2Z"
31
31
  }));
32
32
  };
33
33
  export var icon = EuiIconExport;