@elastic/eui 106.6.0 → 106.7.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 (541) 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 +17 -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/combo_box/combo_box_options_list/combo_box_options_list.styles.js +1 -1
  23. package/es/components/comment_list/comment.js +2 -2
  24. package/es/components/comment_list/comment_event.js +1 -1
  25. package/es/components/comment_list/comment_list.js +2 -2
  26. package/es/components/comment_list/comment_timeline.js +1 -1
  27. package/es/components/context_menu/context_menu_item.js +1 -1
  28. package/es/components/datagrid/body/cell/data_grid_cell.js +12 -12
  29. package/es/components/datagrid/body/data_grid_body.js +7 -7
  30. package/es/components/datagrid/body/data_grid_body_custom.js +7 -7
  31. package/es/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  32. package/es/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  33. package/es/components/datagrid/controls/column_selector.js +32 -3
  34. package/es/components/datagrid/controls/column_sorting.js +7 -7
  35. package/es/components/datagrid/controls/column_sorting_draggable.js +1 -1
  36. package/es/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  37. package/es/components/datagrid/utils/in_memory.js +6 -6
  38. package/es/components/date_picker/date_picker.js +10 -6
  39. package/es/components/date_picker/date_picker_range.js +11 -4
  40. package/es/components/date_picker/react-datepicker/src/calendar.js +11 -4
  41. package/es/components/date_picker/react-datepicker/src/index.js +24 -8
  42. package/es/components/date_picker/super_date_picker/super_date_picker.js +2 -2
  43. package/es/components/empty_prompt/empty_prompt.js +1 -1
  44. package/es/components/facet/facet_button.js +1 -1
  45. package/es/components/form/field_number/field_number.js +2 -2
  46. package/es/components/form/field_text/field_text.js +2 -2
  47. package/es/components/form/form.styles.js +7 -2
  48. package/es/components/form/form_control_button/form_control_button.js +156 -0
  49. package/es/components/form/form_control_button/form_control_button.styles.js +34 -0
  50. package/es/components/form/form_control_button/index.js +9 -0
  51. package/es/components/form/form_control_layout/form_control_layout.js +2 -2
  52. package/es/components/form/form_control_layout/form_control_layout.styles.js +2 -2
  53. package/es/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  54. package/es/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  55. package/es/components/form/index.js +1 -0
  56. package/es/components/form/text_area/text_area.js +2 -2
  57. package/es/components/header/header_links/header_link.js +1 -36
  58. package/es/components/header/header_links/header_links.js +1 -1
  59. package/es/components/header/header_logo/header_logo.js +1 -1
  60. package/es/components/header/header_section/header_section_item_button.js +1 -36
  61. package/es/components/icon/assets/app_workflows.js +35 -0
  62. package/es/components/icon/assets/background_task.js +33 -0
  63. package/es/components/icon/assets/boxes_vertical.js +1 -1
  64. package/es/components/icon/assets/documentation.js +2 -4
  65. package/es/components/icon/assets/error.js +2 -3
  66. package/es/components/icon/assets/export.js +1 -1
  67. package/es/components/icon/assets/filter.js +1 -1
  68. package/es/components/icon/assets/filterExclude.js +1 -6
  69. package/es/components/icon/assets/filterIgnore.js +1 -1
  70. package/es/components/icon/assets/filterInclude.js +1 -1
  71. package/es/components/icon/assets/grab.js +1 -2
  72. package/es/components/icon/assets/grabOmnidirectional.js +1 -1
  73. package/es/components/icon/assets/grab_horizontal.js +1 -2
  74. package/es/components/icon/assets/import.js +1 -1
  75. package/es/components/icon/assets/indexTemporary.js +6 -2
  76. package/es/components/icon/assets/link.js +5 -1
  77. package/es/components/icon/assets/list.js +1 -1
  78. package/es/components/icon/assets/magnifyWithExclamation.js +2 -4
  79. package/es/components/icon/assets/magnifyWithMinus.js +2 -4
  80. package/es/components/icon/assets/magnifyWithPlus.js +2 -4
  81. package/es/components/icon/assets/minus.js +2 -6
  82. package/es/components/icon/assets/minus_in_circle.js +2 -5
  83. package/es/components/icon/assets/pencil.js +1 -5
  84. package/es/components/icon/assets/pin.js +1 -2
  85. package/es/components/icon/assets/pin_filled.js +1 -1
  86. package/es/components/icon/assets/plus.js +1 -1
  87. package/es/components/icon/assets/plus_in_circle.js +1 -2
  88. package/es/components/icon/assets/question.js +2 -6
  89. package/es/components/icon/assets/search.js +1 -3
  90. package/es/components/icon/assets/sortLeft.js +1 -3
  91. package/es/components/icon/assets/sortRight.js +1 -3
  92. package/es/components/icon/assets/sort_down.js +1 -3
  93. package/es/components/icon/assets/sort_up.js +1 -3
  94. package/es/components/icon/assets/sortable.js +1 -3
  95. package/es/components/icon/assets/streams_classic.js +35 -0
  96. package/es/components/icon/assets/streams_wired.js +39 -0
  97. package/es/components/icon/assets/unlink.js +1 -4
  98. package/es/components/icon/icon.js +1 -1
  99. package/es/components/icon/icon_map.js +44 -21
  100. package/es/components/key_pad_menu/key_pad_menu_item.js +1 -1
  101. package/es/components/list_group/list_group.js +2 -2
  102. package/es/components/list_group/list_group_item.js +2 -2
  103. package/es/components/list_group/list_group_item_extra_action.js +1 -1
  104. package/es/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  105. package/es/components/loading/loading_logo.js +1 -1
  106. package/es/components/markdown_editor/markdown_editor.js +1 -1
  107. package/es/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  108. package/es/components/markdown_editor/markdown_editor_footer.js +1 -1
  109. package/es/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  110. package/es/components/page/page_header/page_header_content.js +1 -1
  111. package/es/components/pagination/pagination_button.js +1 -36
  112. package/es/components/progress/progress.styles.js +1 -1
  113. package/es/components/selectable/selectable_list/selectable_list.js +1 -1
  114. package/es/components/selectable/selectable_list/selectable_list_item.js +1 -1
  115. package/es/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  116. package/es/components/table/table_header_cell.js +1 -1
  117. package/es/components/timeline/timeline_item_icon.js +1 -1
  118. package/es/components/toast/global_toast_list.js +1 -1
  119. package/es/components/toast/toast.js +1 -1
  120. package/es/components/tool_tip/icon_tip.js +1 -1
  121. package/eui.d.ts +104 -4
  122. package/lib/components/avatar/avatar.js +1 -1
  123. package/lib/components/badge/badge.js +1 -1
  124. package/lib/components/badge/beta_badge/beta_badge.js +1 -1
  125. package/lib/components/basic_table/basic_table.js +4 -4
  126. package/lib/components/basic_table/in_memory_table.js +17 -4
  127. package/lib/components/button/button.js +1 -1
  128. package/lib/components/button/button_display/_button_display.js +1 -1
  129. package/lib/components/button/button_display/_button_display_content.js +1 -1
  130. package/lib/components/button/button_empty/button_empty.js +1 -1
  131. package/lib/components/button/button_group/button_group.js +1 -1
  132. package/lib/components/button/button_group/button_group_button.js +1 -1
  133. package/lib/components/button/button_icon/button_icon.js +1 -1
  134. package/lib/components/call_out/call_out.js +1 -1
  135. package/lib/components/card/card.js +2 -2
  136. package/lib/components/card/card_select/card_select.js +1 -1
  137. package/lib/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  138. package/lib/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  139. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  140. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  141. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  142. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  143. package/lib/components/combo_box/combo_box_options_list/combo_box_options_list.styles.js +1 -1
  144. package/lib/components/comment_list/comment.js +2 -2
  145. package/lib/components/comment_list/comment_event.js +1 -1
  146. package/lib/components/comment_list/comment_list.js +2 -2
  147. package/lib/components/comment_list/comment_timeline.js +1 -1
  148. package/lib/components/context_menu/context_menu_item.js +1 -1
  149. package/lib/components/datagrid/body/cell/data_grid_cell.js +12 -12
  150. package/lib/components/datagrid/body/data_grid_body.js +7 -7
  151. package/lib/components/datagrid/body/data_grid_body_custom.js +7 -7
  152. package/lib/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  153. package/lib/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  154. package/lib/components/datagrid/controls/column_selector.js +32 -3
  155. package/lib/components/datagrid/controls/column_sorting.js +7 -7
  156. package/lib/components/datagrid/controls/column_sorting_draggable.js +1 -1
  157. package/lib/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  158. package/lib/components/datagrid/utils/in_memory.js +6 -6
  159. package/lib/components/date_picker/date_picker.js +10 -6
  160. package/lib/components/date_picker/date_picker_range.js +11 -4
  161. package/lib/components/date_picker/react-datepicker/src/calendar.js +11 -4
  162. package/lib/components/date_picker/react-datepicker/src/index.js +24 -8
  163. package/lib/components/date_picker/super_date_picker/super_date_picker.js +1 -1
  164. package/lib/components/empty_prompt/empty_prompt.js +1 -1
  165. package/lib/components/facet/facet_button.js +1 -1
  166. package/lib/components/form/field_number/field_number.js +2 -2
  167. package/lib/components/form/field_text/field_text.js +2 -2
  168. package/lib/components/form/form.styles.js +8 -3
  169. package/lib/components/form/form_control_button/form_control_button.js +164 -0
  170. package/lib/components/form/form_control_button/form_control_button.styles.js +38 -0
  171. package/lib/components/form/form_control_button/index.js +12 -0
  172. package/lib/components/form/form_control_layout/form_control_layout.js +2 -2
  173. package/lib/components/form/form_control_layout/form_control_layout.styles.js +2 -2
  174. package/lib/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  175. package/lib/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  176. package/lib/components/form/index.js +11 -0
  177. package/lib/components/form/text_area/text_area.js +2 -2
  178. package/lib/components/header/header_links/header_link.js +1 -36
  179. package/lib/components/header/header_links/header_links.js +1 -1
  180. package/lib/components/header/header_logo/header_logo.js +1 -1
  181. package/lib/components/header/header_section/header_section_item_button.js +1 -36
  182. package/lib/components/icon/assets/app_workflows.js +42 -0
  183. package/lib/components/icon/assets/background_task.js +40 -0
  184. package/lib/components/icon/assets/boxes_vertical.js +1 -1
  185. package/lib/components/icon/assets/documentation.js +2 -4
  186. package/lib/components/icon/assets/error.js +2 -3
  187. package/lib/components/icon/assets/export.js +1 -1
  188. package/lib/components/icon/assets/filter.js +1 -1
  189. package/lib/components/icon/assets/filterExclude.js +1 -6
  190. package/lib/components/icon/assets/filterIgnore.js +1 -1
  191. package/lib/components/icon/assets/filterInclude.js +1 -1
  192. package/lib/components/icon/assets/grab.js +1 -2
  193. package/lib/components/icon/assets/grabOmnidirectional.js +1 -1
  194. package/lib/components/icon/assets/grab_horizontal.js +1 -2
  195. package/lib/components/icon/assets/import.js +1 -1
  196. package/lib/components/icon/assets/indexTemporary.js +6 -2
  197. package/lib/components/icon/assets/link.js +5 -1
  198. package/lib/components/icon/assets/list.js +1 -1
  199. package/lib/components/icon/assets/magnifyWithExclamation.js +2 -4
  200. package/lib/components/icon/assets/magnifyWithMinus.js +2 -4
  201. package/lib/components/icon/assets/magnifyWithPlus.js +2 -4
  202. package/lib/components/icon/assets/minus.js +2 -6
  203. package/lib/components/icon/assets/minus_in_circle.js +2 -5
  204. package/lib/components/icon/assets/pencil.js +1 -5
  205. package/lib/components/icon/assets/pin.js +1 -2
  206. package/lib/components/icon/assets/pin_filled.js +1 -1
  207. package/lib/components/icon/assets/plus.js +1 -1
  208. package/lib/components/icon/assets/plus_in_circle.js +1 -2
  209. package/lib/components/icon/assets/question.js +2 -6
  210. package/lib/components/icon/assets/search.js +1 -3
  211. package/lib/components/icon/assets/sortLeft.js +1 -3
  212. package/lib/components/icon/assets/sortRight.js +1 -3
  213. package/lib/components/icon/assets/sort_down.js +1 -3
  214. package/lib/components/icon/assets/sort_up.js +1 -3
  215. package/lib/components/icon/assets/sortable.js +1 -3
  216. package/lib/components/icon/assets/streams_classic.js +42 -0
  217. package/lib/components/icon/assets/streams_wired.js +46 -0
  218. package/lib/components/icon/assets/unlink.js +1 -4
  219. package/lib/components/icon/icon.js +1 -1
  220. package/lib/components/icon/icon_map.js +44 -21
  221. package/lib/components/icon/svgs/app_workflows.svg +7 -0
  222. package/lib/components/icon/svgs/background_task.svg +4 -0
  223. package/lib/components/icon/svgs/boxes_vertical.svg +2 -2
  224. package/lib/components/icon/svgs/documentation.svg +3 -4
  225. package/lib/components/icon/svgs/error.svg +2 -2
  226. package/lib/components/icon/svgs/export.svg +1 -1
  227. package/lib/components/icon/svgs/filter.svg +1 -1
  228. package/lib/components/icon/svgs/filterExclude.svg +1 -3
  229. package/lib/components/icon/svgs/filterIgnore.svg +1 -2
  230. package/lib/components/icon/svgs/filterInclude.svg +1 -3
  231. package/lib/components/icon/svgs/grab.svg +1 -1
  232. package/lib/components/icon/svgs/grabOmnidirectional.svg +1 -1
  233. package/lib/components/icon/svgs/grab_horizontal.svg +1 -1
  234. package/lib/components/icon/svgs/import.svg +1 -1
  235. package/lib/components/icon/svgs/indexTemporary.svg +4 -2
  236. package/lib/components/icon/svgs/link.svg +3 -1
  237. package/lib/components/icon/svgs/list.svg +1 -1
  238. package/lib/components/icon/svgs/magnifyWithExclamation.svg +2 -2
  239. package/lib/components/icon/svgs/magnifyWithMinus.svg +2 -2
  240. package/lib/components/icon/svgs/magnifyWithPlus.svg +2 -2
  241. package/lib/components/icon/svgs/minus.svg +1 -1
  242. package/lib/components/icon/svgs/minus_in_circle.svg +2 -2
  243. package/lib/components/icon/svgs/pencil.svg +2 -2
  244. package/lib/components/icon/svgs/pin.svg +1 -1
  245. package/lib/components/icon/svgs/pin_filled.svg +1 -1
  246. package/lib/components/icon/svgs/plus.svg +1 -1
  247. package/lib/components/icon/svgs/plus_in_circle.svg +1 -1
  248. package/lib/components/icon/svgs/question.svg +3 -4
  249. package/lib/components/icon/svgs/search.svg +1 -1
  250. package/lib/components/icon/svgs/sortLeft.svg +1 -1
  251. package/lib/components/icon/svgs/sortRight.svg +1 -1
  252. package/lib/components/icon/svgs/sort_down.svg +1 -1
  253. package/lib/components/icon/svgs/sort_up.svg +1 -1
  254. package/lib/components/icon/svgs/sortable.svg +1 -1
  255. package/lib/components/icon/svgs/streams_classic.svg +3 -0
  256. package/lib/components/icon/svgs/streams_wired.svg +4 -0
  257. package/lib/components/icon/svgs/unlink.svg +3 -4
  258. package/lib/components/key_pad_menu/key_pad_menu_item.js +1 -1
  259. package/lib/components/list_group/list_group.js +2 -2
  260. package/lib/components/list_group/list_group_item.js +2 -2
  261. package/lib/components/list_group/list_group_item_extra_action.js +1 -1
  262. package/lib/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  263. package/lib/components/loading/loading_logo.js +1 -1
  264. package/lib/components/markdown_editor/markdown_editor.js +1 -1
  265. package/lib/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  266. package/lib/components/markdown_editor/markdown_editor_footer.js +1 -1
  267. package/lib/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  268. package/lib/components/page/page_header/page_header_content.js +1 -1
  269. package/lib/components/pagination/pagination_button.js +1 -36
  270. package/lib/components/progress/progress.styles.js +1 -1
  271. package/lib/components/selectable/selectable_list/selectable_list.js +1 -1
  272. package/lib/components/selectable/selectable_list/selectable_list_item.js +1 -1
  273. package/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  274. package/lib/components/table/table_header_cell.js +1 -1
  275. package/lib/components/timeline/timeline_item_icon.js +1 -1
  276. package/lib/components/toast/global_toast_list.js +1 -1
  277. package/lib/components/toast/toast.js +1 -1
  278. package/lib/components/tool_tip/icon_tip.js +1 -1
  279. package/optimize/es/components/basic_table/in_memory_table.js +13 -0
  280. package/optimize/es/components/combo_box/combo_box_options_list/combo_box_options_list.styles.js +1 -1
  281. package/optimize/es/components/datagrid/controls/column_selector.js +34 -3
  282. package/optimize/es/components/date_picker/date_picker.js +8 -4
  283. package/optimize/es/components/date_picker/date_picker_range.js +10 -3
  284. package/optimize/es/components/date_picker/react-datepicker/src/calendar.js +11 -4
  285. package/optimize/es/components/date_picker/react-datepicker/src/index.js +24 -8
  286. package/optimize/es/components/date_picker/super_date_picker/super_date_picker.js +2 -2
  287. package/optimize/es/components/form/form.styles.js +7 -2
  288. package/optimize/es/components/form/form_control_button/form_control_button.js +71 -0
  289. package/optimize/es/components/form/form_control_button/form_control_button.styles.js +34 -0
  290. package/optimize/es/components/form/form_control_button/index.js +9 -0
  291. package/optimize/es/components/form/form_control_layout/form_control_layout.styles.js +2 -2
  292. package/optimize/es/components/form/index.js +1 -0
  293. package/optimize/es/components/icon/assets/app_workflows.js +34 -0
  294. package/optimize/es/components/icon/assets/background_task.js +32 -0
  295. package/optimize/es/components/icon/assets/boxes_vertical.js +1 -1
  296. package/optimize/es/components/icon/assets/documentation.js +2 -4
  297. package/optimize/es/components/icon/assets/error.js +2 -3
  298. package/optimize/es/components/icon/assets/export.js +1 -1
  299. package/optimize/es/components/icon/assets/filter.js +1 -1
  300. package/optimize/es/components/icon/assets/filterExclude.js +1 -6
  301. package/optimize/es/components/icon/assets/filterIgnore.js +1 -1
  302. package/optimize/es/components/icon/assets/filterInclude.js +1 -1
  303. package/optimize/es/components/icon/assets/grab.js +1 -2
  304. package/optimize/es/components/icon/assets/grabOmnidirectional.js +1 -1
  305. package/optimize/es/components/icon/assets/grab_horizontal.js +1 -2
  306. package/optimize/es/components/icon/assets/import.js +1 -1
  307. package/optimize/es/components/icon/assets/indexTemporary.js +6 -2
  308. package/optimize/es/components/icon/assets/link.js +5 -1
  309. package/optimize/es/components/icon/assets/list.js +1 -1
  310. package/optimize/es/components/icon/assets/magnifyWithExclamation.js +2 -4
  311. package/optimize/es/components/icon/assets/magnifyWithMinus.js +2 -4
  312. package/optimize/es/components/icon/assets/magnifyWithPlus.js +2 -4
  313. package/optimize/es/components/icon/assets/minus.js +2 -6
  314. package/optimize/es/components/icon/assets/minus_in_circle.js +2 -5
  315. package/optimize/es/components/icon/assets/pencil.js +1 -5
  316. package/optimize/es/components/icon/assets/pin.js +1 -2
  317. package/optimize/es/components/icon/assets/pin_filled.js +1 -1
  318. package/optimize/es/components/icon/assets/plus.js +1 -1
  319. package/optimize/es/components/icon/assets/plus_in_circle.js +1 -2
  320. package/optimize/es/components/icon/assets/question.js +2 -6
  321. package/optimize/es/components/icon/assets/search.js +1 -3
  322. package/optimize/es/components/icon/assets/sortLeft.js +1 -3
  323. package/optimize/es/components/icon/assets/sortRight.js +1 -3
  324. package/optimize/es/components/icon/assets/sort_down.js +1 -3
  325. package/optimize/es/components/icon/assets/sort_up.js +1 -3
  326. package/optimize/es/components/icon/assets/sortable.js +1 -3
  327. package/optimize/es/components/icon/assets/streams_classic.js +34 -0
  328. package/optimize/es/components/icon/assets/streams_wired.js +38 -0
  329. package/optimize/es/components/icon/assets/unlink.js +1 -4
  330. package/optimize/es/components/icon/icon_map.js +44 -21
  331. package/optimize/es/components/progress/progress.styles.js +1 -1
  332. package/optimize/lib/components/basic_table/in_memory_table.js +13 -0
  333. package/optimize/lib/components/combo_box/combo_box_options_list/combo_box_options_list.styles.js +1 -1
  334. package/optimize/lib/components/datagrid/controls/column_selector.js +34 -5
  335. package/optimize/lib/components/date_picker/date_picker.js +8 -4
  336. package/optimize/lib/components/date_picker/date_picker_range.js +10 -3
  337. package/optimize/lib/components/date_picker/react-datepicker/src/calendar.js +11 -4
  338. package/optimize/lib/components/date_picker/react-datepicker/src/index.js +24 -8
  339. package/optimize/lib/components/date_picker/super_date_picker/super_date_picker.js +1 -1
  340. package/optimize/lib/components/form/form.styles.js +8 -3
  341. package/optimize/lib/components/form/form_control_button/form_control_button.js +80 -0
  342. package/optimize/lib/components/form/form_control_button/form_control_button.styles.js +38 -0
  343. package/optimize/lib/components/form/form_control_button/index.js +12 -0
  344. package/optimize/lib/components/form/form_control_layout/form_control_layout.styles.js +2 -2
  345. package/optimize/lib/components/form/index.js +11 -0
  346. package/optimize/lib/components/icon/assets/app_workflows.js +42 -0
  347. package/optimize/lib/components/icon/assets/background_task.js +40 -0
  348. package/optimize/lib/components/icon/assets/boxes_vertical.js +1 -1
  349. package/optimize/lib/components/icon/assets/documentation.js +2 -4
  350. package/optimize/lib/components/icon/assets/error.js +2 -3
  351. package/optimize/lib/components/icon/assets/export.js +1 -1
  352. package/optimize/lib/components/icon/assets/filter.js +1 -1
  353. package/optimize/lib/components/icon/assets/filterExclude.js +1 -6
  354. package/optimize/lib/components/icon/assets/filterIgnore.js +1 -1
  355. package/optimize/lib/components/icon/assets/filterInclude.js +1 -1
  356. package/optimize/lib/components/icon/assets/grab.js +1 -2
  357. package/optimize/lib/components/icon/assets/grabOmnidirectional.js +1 -1
  358. package/optimize/lib/components/icon/assets/grab_horizontal.js +1 -2
  359. package/optimize/lib/components/icon/assets/import.js +1 -1
  360. package/optimize/lib/components/icon/assets/indexTemporary.js +6 -2
  361. package/optimize/lib/components/icon/assets/link.js +5 -1
  362. package/optimize/lib/components/icon/assets/list.js +1 -1
  363. package/optimize/lib/components/icon/assets/magnifyWithExclamation.js +2 -4
  364. package/optimize/lib/components/icon/assets/magnifyWithMinus.js +2 -4
  365. package/optimize/lib/components/icon/assets/magnifyWithPlus.js +2 -4
  366. package/optimize/lib/components/icon/assets/minus.js +2 -6
  367. package/optimize/lib/components/icon/assets/minus_in_circle.js +2 -5
  368. package/optimize/lib/components/icon/assets/pencil.js +1 -5
  369. package/optimize/lib/components/icon/assets/pin.js +1 -2
  370. package/optimize/lib/components/icon/assets/pin_filled.js +1 -1
  371. package/optimize/lib/components/icon/assets/plus.js +1 -1
  372. package/optimize/lib/components/icon/assets/plus_in_circle.js +1 -2
  373. package/optimize/lib/components/icon/assets/question.js +2 -6
  374. package/optimize/lib/components/icon/assets/search.js +1 -3
  375. package/optimize/lib/components/icon/assets/sortLeft.js +1 -3
  376. package/optimize/lib/components/icon/assets/sortRight.js +1 -3
  377. package/optimize/lib/components/icon/assets/sort_down.js +1 -3
  378. package/optimize/lib/components/icon/assets/sort_up.js +1 -3
  379. package/optimize/lib/components/icon/assets/sortable.js +1 -3
  380. package/optimize/lib/components/icon/assets/streams_classic.js +42 -0
  381. package/optimize/lib/components/icon/assets/streams_wired.js +46 -0
  382. package/optimize/lib/components/icon/assets/unlink.js +1 -4
  383. package/optimize/lib/components/icon/icon_map.js +44 -21
  384. package/optimize/lib/components/icon/svgs/app_workflows.svg +7 -0
  385. package/optimize/lib/components/icon/svgs/background_task.svg +4 -0
  386. package/optimize/lib/components/icon/svgs/boxes_vertical.svg +2 -2
  387. package/optimize/lib/components/icon/svgs/documentation.svg +3 -4
  388. package/optimize/lib/components/icon/svgs/error.svg +2 -2
  389. package/optimize/lib/components/icon/svgs/export.svg +1 -1
  390. package/optimize/lib/components/icon/svgs/filter.svg +1 -1
  391. package/optimize/lib/components/icon/svgs/filterExclude.svg +1 -3
  392. package/optimize/lib/components/icon/svgs/filterIgnore.svg +1 -2
  393. package/optimize/lib/components/icon/svgs/filterInclude.svg +1 -3
  394. package/optimize/lib/components/icon/svgs/grab.svg +1 -1
  395. package/optimize/lib/components/icon/svgs/grabOmnidirectional.svg +1 -1
  396. package/optimize/lib/components/icon/svgs/grab_horizontal.svg +1 -1
  397. package/optimize/lib/components/icon/svgs/import.svg +1 -1
  398. package/optimize/lib/components/icon/svgs/indexTemporary.svg +4 -2
  399. package/optimize/lib/components/icon/svgs/link.svg +3 -1
  400. package/optimize/lib/components/icon/svgs/list.svg +1 -1
  401. package/optimize/lib/components/icon/svgs/magnifyWithExclamation.svg +2 -2
  402. package/optimize/lib/components/icon/svgs/magnifyWithMinus.svg +2 -2
  403. package/optimize/lib/components/icon/svgs/magnifyWithPlus.svg +2 -2
  404. package/optimize/lib/components/icon/svgs/minus.svg +1 -1
  405. package/optimize/lib/components/icon/svgs/minus_in_circle.svg +2 -2
  406. package/optimize/lib/components/icon/svgs/pencil.svg +2 -2
  407. package/optimize/lib/components/icon/svgs/pin.svg +1 -1
  408. package/optimize/lib/components/icon/svgs/pin_filled.svg +1 -1
  409. package/optimize/lib/components/icon/svgs/plus.svg +1 -1
  410. package/optimize/lib/components/icon/svgs/plus_in_circle.svg +1 -1
  411. package/optimize/lib/components/icon/svgs/question.svg +3 -4
  412. package/optimize/lib/components/icon/svgs/search.svg +1 -1
  413. package/optimize/lib/components/icon/svgs/sortLeft.svg +1 -1
  414. package/optimize/lib/components/icon/svgs/sortRight.svg +1 -1
  415. package/optimize/lib/components/icon/svgs/sort_down.svg +1 -1
  416. package/optimize/lib/components/icon/svgs/sort_up.svg +1 -1
  417. package/optimize/lib/components/icon/svgs/sortable.svg +1 -1
  418. package/optimize/lib/components/icon/svgs/streams_classic.svg +3 -0
  419. package/optimize/lib/components/icon/svgs/streams_wired.svg +4 -0
  420. package/optimize/lib/components/icon/svgs/unlink.svg +3 -4
  421. package/optimize/lib/components/progress/progress.styles.js +1 -1
  422. package/package.json +3 -3
  423. package/test-env/components/avatar/avatar.js +1 -1
  424. package/test-env/components/badge/badge.js +1 -1
  425. package/test-env/components/badge/beta_badge/beta_badge.js +1 -1
  426. package/test-env/components/basic_table/basic_table.js +4 -4
  427. package/test-env/components/basic_table/in_memory_table.js +17 -4
  428. package/test-env/components/button/button.js +1 -1
  429. package/test-env/components/button/button_display/_button_display.js +1 -1
  430. package/test-env/components/button/button_display/_button_display_content.js +1 -1
  431. package/test-env/components/button/button_empty/button_empty.js +1 -1
  432. package/test-env/components/button/button_group/button_group.js +1 -1
  433. package/test-env/components/button/button_group/button_group_button.js +1 -1
  434. package/test-env/components/button/button_icon/button_icon.js +1 -1
  435. package/test-env/components/call_out/call_out.js +1 -1
  436. package/test-env/components/card/card.js +2 -2
  437. package/test-env/components/card/card_select/card_select.js +1 -1
  438. package/test-env/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  439. package/test-env/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  440. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  441. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  442. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  443. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  444. package/test-env/components/combo_box/combo_box_options_list/combo_box_options_list.styles.js +1 -1
  445. package/test-env/components/comment_list/comment.js +2 -2
  446. package/test-env/components/comment_list/comment_event.js +1 -1
  447. package/test-env/components/comment_list/comment_list.js +2 -2
  448. package/test-env/components/comment_list/comment_timeline.js +1 -1
  449. package/test-env/components/context_menu/context_menu_item.js +1 -1
  450. package/test-env/components/datagrid/body/cell/data_grid_cell.js +12 -12
  451. package/test-env/components/datagrid/body/data_grid_body.js +7 -7
  452. package/test-env/components/datagrid/body/data_grid_body_custom.js +7 -7
  453. package/test-env/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  454. package/test-env/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  455. package/test-env/components/datagrid/controls/column_selector.js +34 -5
  456. package/test-env/components/datagrid/controls/column_sorting.js +7 -7
  457. package/test-env/components/datagrid/controls/column_sorting_draggable.js +1 -1
  458. package/test-env/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  459. package/test-env/components/datagrid/utils/in_memory.js +6 -6
  460. package/test-env/components/date_picker/date_picker.js +10 -6
  461. package/test-env/components/date_picker/date_picker_range.js +11 -4
  462. package/test-env/components/date_picker/react-datepicker/src/calendar.js +11 -4
  463. package/test-env/components/date_picker/react-datepicker/src/index.js +24 -8
  464. package/test-env/components/date_picker/super_date_picker/super_date_picker.js +1 -1
  465. package/test-env/components/empty_prompt/empty_prompt.js +1 -1
  466. package/test-env/components/facet/facet_button.js +1 -1
  467. package/test-env/components/form/field_number/field_number.js +2 -2
  468. package/test-env/components/form/field_text/field_text.js +2 -2
  469. package/test-env/components/form/form.styles.js +8 -3
  470. package/test-env/components/form/form_control_button/form_control_button.js +156 -0
  471. package/test-env/components/form/form_control_button/form_control_button.styles.js +38 -0
  472. package/test-env/components/form/form_control_button/index.js +12 -0
  473. package/test-env/components/form/form_control_layout/form_control_layout.js +2 -2
  474. package/test-env/components/form/form_control_layout/form_control_layout.styles.js +2 -2
  475. package/test-env/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  476. package/test-env/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  477. package/test-env/components/form/index.js +11 -0
  478. package/test-env/components/form/text_area/text_area.js +2 -2
  479. package/test-env/components/header/header_links/header_link.js +1 -36
  480. package/test-env/components/header/header_links/header_links.js +1 -1
  481. package/test-env/components/header/header_logo/header_logo.js +1 -1
  482. package/test-env/components/header/header_section/header_section_item_button.js +1 -36
  483. package/test-env/components/icon/assets/app_workflows.js +42 -0
  484. package/test-env/components/icon/assets/background_task.js +40 -0
  485. package/test-env/components/icon/assets/boxes_vertical.js +1 -1
  486. package/test-env/components/icon/assets/documentation.js +2 -4
  487. package/test-env/components/icon/assets/error.js +2 -3
  488. package/test-env/components/icon/assets/export.js +1 -1
  489. package/test-env/components/icon/assets/filter.js +1 -1
  490. package/test-env/components/icon/assets/filterExclude.js +1 -6
  491. package/test-env/components/icon/assets/filterIgnore.js +1 -1
  492. package/test-env/components/icon/assets/filterInclude.js +1 -1
  493. package/test-env/components/icon/assets/grab.js +1 -2
  494. package/test-env/components/icon/assets/grabOmnidirectional.js +1 -1
  495. package/test-env/components/icon/assets/grab_horizontal.js +1 -2
  496. package/test-env/components/icon/assets/import.js +1 -1
  497. package/test-env/components/icon/assets/indexTemporary.js +6 -2
  498. package/test-env/components/icon/assets/link.js +5 -1
  499. package/test-env/components/icon/assets/list.js +1 -1
  500. package/test-env/components/icon/assets/magnifyWithExclamation.js +2 -4
  501. package/test-env/components/icon/assets/magnifyWithMinus.js +2 -4
  502. package/test-env/components/icon/assets/magnifyWithPlus.js +2 -4
  503. package/test-env/components/icon/assets/minus.js +2 -6
  504. package/test-env/components/icon/assets/minus_in_circle.js +2 -5
  505. package/test-env/components/icon/assets/pencil.js +1 -5
  506. package/test-env/components/icon/assets/pin.js +1 -2
  507. package/test-env/components/icon/assets/pin_filled.js +1 -1
  508. package/test-env/components/icon/assets/plus.js +1 -1
  509. package/test-env/components/icon/assets/plus_in_circle.js +1 -2
  510. package/test-env/components/icon/assets/question.js +2 -6
  511. package/test-env/components/icon/assets/search.js +1 -3
  512. package/test-env/components/icon/assets/sortLeft.js +1 -3
  513. package/test-env/components/icon/assets/sortRight.js +1 -3
  514. package/test-env/components/icon/assets/sort_down.js +1 -3
  515. package/test-env/components/icon/assets/sort_up.js +1 -3
  516. package/test-env/components/icon/assets/sortable.js +1 -3
  517. package/test-env/components/icon/assets/streams_classic.js +42 -0
  518. package/test-env/components/icon/assets/streams_wired.js +46 -0
  519. package/test-env/components/icon/assets/unlink.js +1 -4
  520. package/test-env/components/icon/icon_map.js +44 -21
  521. package/test-env/components/key_pad_menu/key_pad_menu_item.js +1 -1
  522. package/test-env/components/list_group/list_group.js +2 -2
  523. package/test-env/components/list_group/list_group_item.js +2 -2
  524. package/test-env/components/list_group/list_group_item_extra_action.js +1 -1
  525. package/test-env/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  526. package/test-env/components/loading/loading_logo.js +1 -1
  527. package/test-env/components/markdown_editor/markdown_editor.js +1 -1
  528. package/test-env/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  529. package/test-env/components/markdown_editor/markdown_editor_footer.js +1 -1
  530. package/test-env/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  531. package/test-env/components/page/page_header/page_header_content.js +1 -1
  532. package/test-env/components/pagination/pagination_button.js +1 -36
  533. package/test-env/components/progress/progress.styles.js +1 -1
  534. package/test-env/components/selectable/selectable_list/selectable_list.js +1 -1
  535. package/test-env/components/selectable/selectable_list/selectable_list_item.js +1 -1
  536. package/test-env/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  537. package/test-env/components/table/table_header_cell.js +1 -1
  538. package/test-env/components/timeline/timeline_item_icon.js +1 -1
  539. package/test-env/components/toast/global_toast_list.js +1 -1
  540. package/test-env/components/toast/toast.js +1 -1
  541. package/test-env/components/tool_tip/icon_tip.js +1 -1
@@ -18,6 +18,8 @@ var typeToPathMap = exports.typeToPathMap = {
18
18
  advancedSettingsApp: 'app_advanced_settings',
19
19
  agentApp: 'app_fleet',
20
20
  aggregate: 'aggregate',
21
+ alert: 'warning',
22
+ // NOTE: To be deprecated in favor of `warning`
21
23
  analyzeEvent: 'analyzeEvent',
22
24
  annotation: 'annotation',
23
25
  anomalyChart: 'anomaly_chart',
@@ -36,13 +38,15 @@ var typeToPathMap = exports.typeToPathMap = {
36
38
  asterisk: 'asterisk',
37
39
  at: 'at',
38
40
  auditbeatApp: 'app_auditbeat',
41
+ backgroundTask: 'background_task',
39
42
  beaker: 'flask',
40
43
  // NOTE: To be deprecated in favor of `flask`
41
44
  bell: 'bell',
42
45
  bellSlash: 'bellSlash',
43
46
  beta: 'beta',
44
47
  bolt: 'bolt',
45
- boxesHorizontal: 'boxes_horizontal',
48
+ boxesHorizontal: 'boxes_vertical',
49
+ // NOTE: To be deprecated in favor of `boxes_vertical`
46
50
  boxesVertical: 'boxes_vertical',
47
51
  branch: 'branch',
48
52
  branchUser: 'branchUser',
@@ -56,7 +60,8 @@ var typeToPathMap = exports.typeToPathMap = {
56
60
  changePointDetection: 'change_point_detection',
57
61
  check: 'check',
58
62
  checkCircle: 'checkCircle',
59
- checkInCircleFilled: 'checkInCircleFilled',
63
+ checkInCircleFilled: 'checkCircle',
64
+ // NOTE: To be deprecated in favor of `checkCircle`
60
65
  cheer: 'cheer',
61
66
  classificationJob: 'ml_classification_job',
62
67
  clickLeft: 'clickLeft',
@@ -87,7 +92,8 @@ var typeToPathMap = exports.typeToPathMap = {
87
92
  controlsVertical: 'controls',
88
93
  // NOTE: To be deprecated in favor of `controls`
89
94
  copy: 'copy',
90
- copyClipboard: 'copy_clipboard',
95
+ copyClipboard: 'copy',
96
+ // NOTE: To be deprecated in favor of `copy`
91
97
  createAdvancedJob: 'ml_create_advanced_job',
92
98
  createGenericJob: 'ml_create_generic_job',
93
99
  createGeoJob: 'ml_create_geo_job',
@@ -110,7 +116,8 @@ var typeToPathMap = exports.typeToPathMap = {
110
116
  discuss: 'comment',
111
117
  // NOTE: To be deprecated in favor of `comment`
112
118
  document: 'document',
113
- documentEdit: 'documentEdit',
119
+ documentEdit: 'pencil',
120
+ // NOTE: To be deprecated in favor of `pencil`
114
121
  documentation: 'documentation',
115
122
  documents: 'documents',
116
123
  dot: 'dot',
@@ -137,7 +144,8 @@ var typeToPathMap = exports.typeToPathMap = {
137
144
  editorItemAlignMiddle: 'editorItemAlignMiddle',
138
145
  editorItemAlignRight: 'editorItemAlignRight',
139
146
  editorItemAlignTop: 'editorItemAlignTop',
140
- editorLink: 'editor_link',
147
+ editorLink: 'link',
148
+ // NOTE: To be deprecated in favor of `link`
141
149
  editorOrderedList: 'editor_ordered_list',
142
150
  editorPositionBottomLeft: 'editorPositionBottomLeft',
143
151
  editorPositionBottomRight: 'editorPositionBottomRight',
@@ -145,10 +153,12 @@ var typeToPathMap = exports.typeToPathMap = {
145
153
  editorPositionTopRight: 'editorPositionTopRight',
146
154
  editorRedo: 'editor_redo',
147
155
  editorStrike: 'editor_strike',
148
- editorTable: 'editor_table',
156
+ editorTable: 'vis_table',
157
+ // NOTE: To be deprecated in favor of `vis_table`
149
158
  editorUnderline: 'editor_underline',
150
159
  editorUndo: 'editor_undo',
151
- editorUnorderedList: 'editor_unordered_list',
160
+ editorUnorderedList: 'list',
161
+ // NOTE: To be deprecated in favor of `list`
152
162
  email: 'email',
153
163
  empty: 'empty',
154
164
  emsApp: 'app_ems',
@@ -156,11 +166,13 @@ var typeToPathMap = exports.typeToPathMap = {
156
166
  eql: 'eql',
157
167
  eraser: 'eraser',
158
168
  error: 'error',
159
- errorFilled: 'errorFilled',
169
+ errorFilled: 'error',
170
+ // NOTE: To be deprecated in favor of `error`
160
171
  esqlVis: 'esqlVis',
161
172
  exit: 'exit',
162
173
  expand: 'expand',
163
- expandMini: 'expandMini',
174
+ expandMini: 'expand',
175
+ // NOTE: To be deprecated in favor of `expand`
164
176
  export: 'export',
165
177
  exportAction: 'export',
166
178
  // NOTE: To be deprecated in favor of `export`
@@ -175,7 +187,8 @@ var typeToPathMap = exports.typeToPathMap = {
175
187
  filterExclude: 'filterExclude',
176
188
  filterIgnore: 'filterIgnore',
177
189
  filterInclude: 'filterInclude',
178
- filterInCircle: 'filterInCircle',
190
+ filterInCircle: 'filter',
191
+ // NOTE: To be deprecated in favor of `filter`
179
192
  flask: 'flask',
180
193
  flag: 'flag',
181
194
  fleetApp: 'app_agent',
@@ -239,13 +252,15 @@ var typeToPathMap = exports.typeToPathMap = {
239
252
  launch: 'launch',
240
253
  layers: 'layers',
241
254
  lensApp: 'app_lens',
242
- lettering: 'lettering',
255
+ lettering: 'vis_text',
256
+ // NOTE: To be deprecated in favor of `vis_text`
243
257
  lineDashed: 'lineDashed',
244
258
  lineDotted: 'lineDotted',
245
259
  lineSolid: 'lineSolid',
246
260
  link: 'link',
247
261
  list: 'list',
248
- listAdd: 'list_add',
262
+ listAdd: 'plus_in_circle',
263
+ // NOTE: To be deprecated in favor of `plus_in_circle`
249
264
  lock: 'lock',
250
265
  lockOpen: 'lockOpen',
251
266
  logPatternAnalysis: 'log_pattern_analysis',
@@ -333,7 +348,8 @@ var typeToPathMap = exports.typeToPathMap = {
333
348
  minimize: 'minimize',
334
349
  minus: 'minus',
335
350
  minusInCircle: 'minus_in_circle',
336
- minusInCircleFilled: 'minus_in_circle_filled',
351
+ minusInCircleFilled: 'minus_in_circle',
352
+ // NOTE: To be deprecated in favor of `minus_in_circle`
337
353
  minusInSquare: 'minus_in_square',
338
354
  mobile: 'mobile',
339
355
  monitoringApp: 'app_monitoring',
@@ -341,7 +357,8 @@ var typeToPathMap = exports.typeToPathMap = {
341
357
  move: 'move',
342
358
  namespace: 'namespace',
343
359
  nested: 'nested',
344
- newChat: 'new_chat',
360
+ newChat: 'plus_in_circle',
361
+ // NOTE: To be deprecated in favor of `plus_in_circle`
345
362
  node: 'node',
346
363
  notebookApp: 'app_notebook',
347
364
  number: 'number',
@@ -366,11 +383,13 @@ var typeToPathMap = exports.typeToPathMap = {
366
383
  pipeNoBreaks: 'pipeNoBreaks',
367
384
  pivot: 'pivot',
368
385
  play: 'play',
369
- playFilled: 'playFilled',
386
+ playFilled: 'play',
387
+ // NOTE: To be deprecated in favor of `play`
370
388
  plugs: 'plugs',
371
389
  plus: 'plus',
372
390
  plusInCircle: 'plus_in_circle',
373
- plusInCircleFilled: 'plus_in_circle_filled',
391
+ plusInCircleFilled: 'plus_in_circle',
392
+ // NOTE: To be deprecated in favor of `plus_in_circle`
374
393
  plusInSquare: 'plus_in_square',
375
394
  popout: 'popout',
376
395
  push: 'push',
@@ -423,15 +442,19 @@ var typeToPathMap = exports.typeToPathMap = {
423
442
  stopFilled: 'stop_filled',
424
443
  stopSlash: 'stop_slash',
425
444
  storage: 'storage',
445
+ streamsClassic: 'streams_classic',
446
+ streamsWired: 'streams_wired',
426
447
  string: 'string',
427
- submodule: 'submodule',
448
+ submodule: 'merge',
449
+ // NOTE: To be deprecated in favor of `merge`
428
450
  sun: 'sun',
429
451
  swatchInput: 'swatch_input',
430
452
  // Undocumented on purpose. Has an extra stroke for EuiColorPicker
431
453
  symlink: 'symlink',
432
454
  tableDensityCompact: 'table_density_compact',
433
455
  tableDensityExpanded: 'table_density_expanded',
434
- tableDensityNormal: 'table_density_normal',
456
+ tableDensityNormal: 'vis_table',
457
+ // NOTE: To be deprecated in favor of `vis_table`
435
458
  tableOfContents: 'tableOfContents',
436
459
  tag: 'tag',
437
460
  tear: 'tear',
@@ -483,13 +506,13 @@ var typeToPathMap = exports.typeToPathMap = {
483
506
  visualizeApp: 'app_visualize',
484
507
  vulnerabilityManagementApp: 'app_vulnerability_management',
485
508
  warning: 'warning',
486
- warningFilled: 'warningFilled',
487
- alert: 'warning',
488
- // NOTE: This is an undocumented alias for `warning`, added for legacy compatability with Elastic Charts
509
+ warningFilled: 'warning',
510
+ // NOTE: To be deprecated in favor of `export`
489
511
  watchesApp: 'app_watches',
490
512
  web: 'web',
491
513
  wordWrap: 'wordWrap',
492
514
  wordWrapDisabled: 'wordWrapDisabled',
515
+ workflowsApp: 'app_workflows',
493
516
  workplaceSearchApp: 'app_workplace_search',
494
517
  wrench: 'wrench',
495
518
  // Token Icon Imports
@@ -0,0 +1,7 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path
3
+ fill-rule="evenodd"
4
+ clip-rule="evenodd"
5
+ d="M6 1a2 2 0 0 1 1.93 1.5H12a3 3 0 0 1 0 6H9.93a2 2 0 0 1-3.86 0H4a2 2 0 0 0 0 4h4.07A2 2 0 0 1 10 11h3a2 2 0 1 1 0 4h-3a2 2 0 0 1-1.93-1.5H4a3 3 0 1 1 0-6h2.07a2 2 0 0 1 3.86 0H12a2 2 0 0 0 0-4H7.93A2 2 0 0 1 6 5H3a2 2 0 1 1 0-4h3Zm4 11a1 1 0 1 0 0 2h3a1 1 0 1 0 0-2h-3ZM8 7a1 1 0 1 0 0 2 1 1 0 0 0 0-2ZM3 2a1 1 0 0 0 0 2h3a1 1 0 1 0 0-2H3Z"
6
+ />
7
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path d="M11.157 9.013a1.004 1.004 0 0 1 .373.14l4 2.5a1 1 0 0 1 0 1.695l-4 2.5A1 1 0 0 1 10 15v-5l.009-.135a1 1 0 0 1 .407-.677l.1-.063a1 1 0 0 1 .641-.112ZM11 15l4-2.5-1.122-.702-.849-.53L11 10v5Z"/>
3
+ <path d="M6.45 13.794a5.99 5.99 0 0 0 1.55.205v1a6.993 6.993 0 0 1-1.81-.24l.26-.965Zm-2.692-1.552c.373.373.792.692 1.243.952l-.5.866a6.99 6.99 0 0 1-1.45-1.11l.707-.708ZM2.205 9.55a6.06 6.06 0 0 0 .6 1.449l-.433.249-.433.25a7.07 7.07 0 0 1-.7-1.688l.483-.13.483-.13ZM8.001.999a7 7 0 0 1 7 7c0 .683-.1 1.342-.284 1.966l-.887-.555a5.97 5.97 0 0 0 .171-1.411 6 6 0 0 0-6-6v-1ZM2.805 4.997A6.013 6.013 0 0 0 2 7.998L1.001 8a7.022 7.022 0 0 1 .937-3.502l.867.5ZM6.45 2.201a6.036 6.036 0 0 0-2.692 1.554L3.405 3.4l-.353-.353a7.036 7.036 0 0 1 3.137-1.812l.26.966Z"/>
4
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
2
- <path d="M7,1 L7,3 L9,3 L9,1 L7,1 Z M6,0 L10,0 L10,4 L6,4 L6,0 Z M6,6 L10,6 L10,10 L6,10 L6,6 Z M7,7 L7,9 L9,9 L9,7 L7,7 Z M6,12 L10,12 L10,16 L6,16 L6,12 Z M7,13 L7,15 L9,15 L9,13 L7,13 Z"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path d="M8 12a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm0-6a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm0-6a2 2 0 1 1 0 4 2 2 0 0 1 0-4Z"/>
3
3
  </svg>
@@ -1,5 +1,4 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M9 3.5a.5.5 0 11-1 0 .5.5 0 011 0zM9 5v3h1v1H8V6H7V5h2z"/>
3
- <path d="M13.855 14.147a1.34 1.34 0 01-.158-.246A1.998 1.998 0 0113.5 13c0-.414.103-.713.197-.901a1.34 1.34 0 01.158-.246l.003-.005A.5.5 0 0014 11.5V.5a.5.5 0 00-.5-.5H3.461l-.083.005a2.957 2.957 0 00-1.102.298 2.257 2.257 0 00-.88.763C1.148 1.44 1 1.913 1 2.5V13c0 .463.117.843.318 1.145.2.298.462.491.708.615a2.344 2.344 0 00.94.24H3v-1c-.005 0-.015 0-.029-.002a1.344 1.344 0 01-.498-.133.817.817 0 01-.323-.275C2.07 13.47 2 13.287 2 13s.07-.47.15-.59a.817.817 0 01.324-.275A1.344 1.344 0 013 12h9.658c-.091.27-.158.605-.158 1s.067.73.158 1H8v1h5.5a.5.5 0 00.359-.848l-.004-.005zm-.001 0l.002.002-.002-.002zM2.724 1.197c.092-.046.186-.082.276-.11C3 2.918 3.001 11 2.999 11h-.033a1.977 1.977 0 00-.283.03 2.344 2.344 0 00-.657.21L2 11.254V2.5c0-.413.102-.689.229-.879.128-.193.304-.328.495-.424zM4 11V1h9v10H4z"/>
4
- <path d="M7 13H4v2.5a.5.5 0 00.854.354l.646-.647.646.647A.5.5 0 007 15.5V13z"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path d="M6 16H5v-3h1v3Zm3-8h1v1H7V8h1V7h-.5V6H9v2Zm-.5-4a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1Z"/>
3
+ <path d="M7 14h5v-2H4a1 1 0 1 0 0 2v1a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10v11h-1v2h1v1H7v-1ZM4 2a1 1 0 0 0-1 1v8.27A1.99 1.99 0 0 1 4 11V2Zm1 9h8V2H5v9Z"/>
5
4
  </svg>
@@ -1,4 +1,4 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
- <path d="M4.854 5.146a.5.5 0 1 0-.708.708L6.793 8.5l-2.647 2.646a.5.5 0 0 0 .708.708L7.5 9.207l2.646 2.647a.5.5 0 0 0 .708-.708L8.207 8.5l2.647-2.646a.5.5 0 0 0-.708-.708L7.5 7.793 4.854 5.146Z"/>
3
- <path fill-rule="evenodd" d="M5 1a1 1 0 0 0-.707.293l-4 4A1 1 0 0 0 0 6v5a1 1 0 0 0 .293.707l4 4A1 1 0 0 0 5 16h5a1 1 0 0 0 .707-.293l4-4A1 1 0 0 0 15 11V6a1 1 0 0 0-.293-.707l-4-4A1 1 0 0 0 10 1H5Zm5 1H5L1 6v5l4 4h5l4-4V6l-4-4Z"/>
2
+ <path d="M11.354 5.354 8.707 8l2.646 2.646-.707.707L8 8.707l-2.646 2.646-.708-.707L7.293 8 4.646 5.354l.708-.708L8 7.293l2.646-2.647.707.708Z"/>
3
+ <path d="M10.293 1a1 1 0 0 1 .707.293L14.707 5a1 1 0 0 1 .293.707v4.586a1 1 0 0 1-.293.707L11 14.707a1 1 0 0 1-.707.293H5.707A1 1 0 0 1 5 14.707L1.293 11A1 1 0 0 1 1 10.293V5.707A1 1 0 0 1 1.293 5L5 1.293A1 1 0 0 1 5.707 1h4.586ZM2 5.707v4.586L5.707 14h4.586L14 10.293V5.707L10.293 2H5.707L2 5.707Z"/>
4
4
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
- <path 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"/>
2
+ <path d="M3 13h10v-2h1v2a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-2h1v2Zm9.354-7.354-.707.708L8.5 3.207V11h-1V3.207L4.354 6.354l-.708-.708L8 1.293l4.354 4.353Z"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
- <path d="M3 5.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5Zm2 3a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5ZM7.5 11a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1Z"/>
2
+ <path d="M9 13H7v-1h2v1Zm2-3H5V9h6v1Zm2-3H3V6h10v1Zm2-3H1V3h14v1Z"/>
3
3
  </svg>
@@ -1,5 +1,3 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
- <path d="M.5 1a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9Z"/>
3
- <path fill-rule="evenodd" d="M16 11.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Zm-8 0a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5Z"/>
4
- <path d="M2 4.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5ZM4.5 7a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1Z"/>
2
+ <path d="M15.854 10.852 14.207 12.5l1.647 1.647-.706.707-1.648-1.647-1.646 1.648-.707-.707 1.646-1.648-1.645-1.647.707-.707 1.645 1.647 1.646-1.646.707.706ZM8 13H6v-1h2v1Zm2-3H4V9h6v1Zm2-3H2V6h10v1Zm2-3H0V3h14v1Z"/>
5
3
  </svg>
@@ -1,4 +1,3 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
- <path d="M.5 1a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9ZM2 4.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5Zm2 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5Z"/>
3
- <path d="M16 11.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Zm-4.5-.707L9.854 9.146a.5.5 0 1 0-.708.708l1.647 1.646-1.647 1.646a.5.5 0 0 0 .708.708l1.646-1.647 1.646 1.647a.5.5 0 0 0 .708-.708L12.207 11.5l1.647-1.646a.5.5 0 0 0-.708-.708L11.5 10.793Z"/>
2
+ <path d="m15.354 1.354-14 14-.708-.707 14-14 .707.707ZM9 13H7v-1h2v1Zm2-4v1H8.121l1-1H11Zm2-3v1h-1.879l1-1H13ZM6.879 7H3V6h4.879l-1 1ZM15 4h-.879L15 3.121V4ZM9.879 4H1V3h9.879l-1 1Z"/>
4
3
  </svg>
@@ -1,5 +1,3 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
- <path d="M.5 1a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9Z"/>
3
- <path d="M16 11.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Zm-4-3a.5.5 0 0 0-1 0V11H8.5a.5.5 0 0 0 0 1H11v2.5a.5.5 0 0 0 1 0V12h2.5a.5.5 0 0 0 0-1H12V8.5Z"/>
4
- <path d="M2 4.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5ZM4.5 7a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1Z"/>
2
+ <path d="M14 12h2v1h-2v2h-1v-2h-2v-1h2v-2h1v2Zm-6 1H6v-1h2v1Zm2-3H4V9h6v1Zm2-3H2V6h10v1Zm2-3H0V3h14v1Z"/>
5
3
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
- <path fill-rule="evenodd" d="M6,2.50034732 C6,2.22401312 6.23193359,2 6.5,2 C6.77614237,2 7,2.22900057 7,2.50034732 L7,13.4996527 C7,13.7759869 6.76806641,14 6.5,14 C6.22385763,14 6,13.7709994 6,13.4996527 L6,2.50034732 Z M9,2.50034732 C9,2.22401312 9.23193359,2 9.5,2 C9.77614237,2 10,2.22900057 10,2.50034732 L10,13.4996527 C10,13.7759869 9.76806641,14 9.5,14 C9.22385763,14 9,13.7709994 9,13.4996527 L9,2.50034732 Z" transform="rotate(90 8 8)"/>
2
+ <path d="M4 9a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm4 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm4 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2ZM4 5a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm4 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm4 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
- <path d="M6 5a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm4 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM7 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm-3 3a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z"/>
2
+ <path d="M4 11a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm4 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm4 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2ZM4 7a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm4 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm4 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2ZM4 3a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm4 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm4 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
- <path fill-rule="evenodd" d="M6,2.50034732 C6,2.22401312 6.23193359,2 6.5,2 C6.77614237,2 7,2.22900057 7,2.50034732 L7,13.4996527 C7,13.7759869 6.76806641,14 6.5,14 C6.22385763,14 6,13.7709994 6,13.4996527 L6,2.50034732 Z M9,2.50034732 C9,2.22401312 9.23193359,2 9.5,2 C9.77614237,2 10,2.22900057 10,2.50034732 L10,13.4996527 C10,13.7759869 9.76806641,14 9.5,14 C9.22385763,14 9,13.7709994 9,13.4996527 L9,2.50034732 Z"/>
2
+ <path d="M6 11a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm4 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2ZM6 7a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm4 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2ZM6 3a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm4 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
- <path d="M12.354 6.354 8 10.707 3.646 6.354l.708-.708L7.5 8.793V1h1v7.793l3.146-3.147.708.708ZM2 11v2a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-2h-1v2H3v-2H2Z"/>
2
+ <path d="M3 13h10v-2h1v2a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-2h1v2ZM8.5 1v7.793l3.146-3.147.707.708L8 10.707 3.646 6.354l.708-.708L7.5 8.793V1h1Z"/>
3
3
  </svg>
@@ -1,4 +1,6 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
- <path d="M3 13V2h11V1H2v13h2v-1H3Z"/>
3
- <path d="M11.999 5H6V4h5.999v1ZM4 4v1h1V4H4Zm2 3v1h4V7H6ZM4 7v1h1V7H4Zm2 3v1h2v-1H6Zm-2 0v1h1v-1H4Zm10-7h-1v1h1V3Zm-1 2h1v1h-1V5Zm1 2h-1v1h1V7Zm-1 2h1v1h-1V9Zm1 2h-1v1h1v-1Zm-1 2h1v1h-1v-1Zm-7 0H5v1h1v-1Zm1 0h1v1H7v-1Zm3 0H9v1h1v-1Zm1 0h1v1h-1v-1Z"/>
2
+ <path d="M12 11h2v1h-3V9h1v2Z"/>
3
+ <path d="M11.5 7a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9Zm0 1a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7Z"/>
4
+ <path d="M14 1a1 1 0 0 1 1 1v5.257a5.507 5.507 0 0 0-1-.656V5H2v9h4.602c.182.358.402.693.656 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12ZM2 4h12V2H2v2Z"/>
5
+ <path d="M5 13H3v-1h2v1Zm0-3H3V9h2v1Zm0-3H3V6h2v1Zm3 0H6V6h2v1Z"/>
4
6
  </svg>
@@ -1,3 +1,5 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
- <path d="M5,4.77179451 C5,5.04793689 4.77614237,5.27179451 4.5,5.27179451 C4.22385763,5.27179451 4,5.04793689 4,4.77179451 L4,1.49883476 C4,-0.180238185 5.58511246,-1.50116524 7.5,-1.50116524 C9.41488754,-1.50116524 11,-0.180238185 11,1.49883476 L11,6.49883476 C11,8.17790771 9.41488754,9.49883476 7.5,9.49883476 C7.22385763,9.49883476 7,9.27497714 7,8.99883476 C7,8.72269239 7.22385763,8.49883476 7.5,8.49883476 C8.89882096,8.49883476 10,7.58118556 10,6.49883476 L10,1.49883476 C10,0.416483965 8.89882096,-0.501165235 7.5,-0.501165235 C6.10117904,-0.501165235 5,0.416483965 5,1.49883476 L5,4.77179451 Z M10,10.225875 C10,9.94973264 10.2238576,9.72587502 10.5,9.72587502 C10.7761424,9.72587502 11,9.94973264 11,10.225875 L11,13.4988348 C11,15.1779077 9.41488754,16.4988348 7.5,16.4988348 C5.58511246,16.4988348 4,15.1779077 4,13.4988348 L4,8.49883476 C4,6.81976182 5.58511246,5.49883476 7.5,5.49883476 C7.77614237,5.49883476 8,5.72269239 8,5.99883476 C8,6.27497714 7.77614237,6.49883476 7.5,6.49883476 C6.10117904,6.49883476 5,7.41648397 5,8.49883476 L5,13.4988348 C5,14.5811856 6.10117904,15.4988348 7.5,15.4988348 C8.89882096,15.4988348 10,14.5811856 10,13.4988348 L10,10.225875 Z" transform="rotate(45 7.5 7.499)"/>
2
+ <path d="M9.723 7.602a3.003 3.003 0 0 1 2.901.775l1.497 1.502a3.001 3.001 0 0 1-4.242 4.243l-1.502-1.498a3.002 3.002 0 0 1-.774-2.9l.9.9c.029.47.221.933.58 1.292l1.502 1.498a2 2 0 0 0 2.83-2.828l-1.498-1.502a1.994 1.994 0 0 0-1.292-.58l-.902-.902Z"/>
3
+ <path d="m11.354 10.646-.707.707-6-6 .707-.707 6 6Z"/>
4
+ <path d="M1.879 1.879a3 3 0 0 1 4.242-.001l1.503 1.499a3 3 0 0 1 .773 2.9l-.9-.902a1.991 1.991 0 0 0-.58-1.291L5.414 2.586a2 2 0 1 0-2.828 2.828l1.498 1.502c.358.358.82.55 1.29.58l.901.9a3.002 3.002 0 0 1-2.899-.773L1.878 6.121a3 3 0 0 1 0-4.242Z"/>
3
5
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
- <path d="M2,4 L2,3 L4,3 L4,4 L2,4 Z M6,4 L6,3 L14,3 L14,4 L6,4 Z M6,7 L6,6 L14,6 L14,7 L6,7 Z M6,10 L6,9 L14,9 L14,10 L6,10 Z M2,7 L2,6 L4,6 L4,7 L2,7 Z M2,10 L2,9 L4,9 L4,10 L2,10 Z M6,13 L6,12 L14,12 L14,13 L6,13 Z M2,13 L2,12 L4,12 L4,13 L2,13 Z"/>
2
+ <path d="M4 13H1v-1h3v1Zm11 0H6v-1h9v1ZM4 8.5H1v-1h3v1Zm11 0H6v-1h9v1ZM4 4H1V3h3v1Zm11 0H6V3h9v1Z"/>
3
3
  </svg>
@@ -1,4 +1,4 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
- <path d="M6.5 8V3h1v5h-1Zm.5 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z"/>
3
- <path fill-rule="evenodd" d="M10.775 12.896a7 7 0 1 1 2.121-2.121l2.665 2.664a1.5 1.5 0 0 1-2.121 2.122l-2.665-2.665ZM13 7A6 6 0 1 1 1 7a6 6 0 0 1 12 0Zm-1.416 5.29 2.563 2.564a.5.5 0 0 0 .707-.707l-2.563-2.563a7.045 7.045 0 0 1-.707.707Z" clip-rule="evenodd"/>
2
+ <path d="M6.5 1a5.5 5.5 0 0 1 4.729 8.308l3.421 2.933a1 1 0 0 1 .057 1.466l-1 1a1 1 0 0 1-1.466-.057l-2.933-3.42A5.5 5.5 0 1 1 6.5 1Zm4.139 9.12a5.516 5.516 0 0 1-.52.519L13 14l1-1-3.361-2.88ZM6.5 2a4.5 4.5 0 1 0 .314 8.987c.024-.001.047-.004.07-.006.207-.017.41-.048.607-.092l.066-.016a4.41 4.41 0 0 0 .588-.185c.012-.006.026-.01.039-.015.194-.079.382-.171.562-.275l.03-.017a4.52 4.52 0 0 0 1.605-1.605c.006-.01.01-.02.017-.03.104-.18.196-.368.275-.562l.018-.048c.074-.188.134-.38.182-.58l.016-.065a4.49 4.49 0 0 0 .093-.61l.005-.067a4.544 4.544 0 0 0 .007-.545A4.5 4.5 0 0 0 6.5 2Z"/>
3
+ <path d="M7 4v3H6V4h1Zm0 4.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Z"/>
4
4
  </svg>
@@ -1,4 +1,4 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
- <path d="M11 6.5H3v1h8v-1Z"/>
3
- <path fill-rule="evenodd" d="M7 14c1.39 0 2.686-.405 3.775-1.104l2.665 2.665a1.5 1.5 0 1 0 2.12-2.122l-2.664-2.664A7 7 0 1 0 7 14Zm0-1A6 6 0 1 0 7 1a6 6 0 0 0 0 12Zm7.147 1.854-2.563-2.563a7.15 7.15 0 0 0 .707-.707l2.563 2.563a.5.5 0 0 1-.707.707Z" clip-rule="evenodd"/>
2
+ <path d="M9 7H4V6h5v1Z"/>
3
+ <path d="M6.5 1a5.5 5.5 0 0 1 4.729 8.308l3.421 2.933a1 1 0 0 1 .057 1.466l-1 1a1 1 0 0 1-1.466-.057l-2.933-3.42A5.5 5.5 0 1 1 6.5 1Zm4.139 9.12a5.516 5.516 0 0 1-.52.519L13 14l1-1-3.361-2.88ZM6.5 2a4.5 4.5 0 1 0 .314 8.987c.024-.001.047-.004.07-.006.207-.017.41-.048.607-.092l.066-.016a4.41 4.41 0 0 0 .588-.185c.012-.006.026-.01.039-.015.194-.079.382-.171.562-.275l.03-.017a4.52 4.52 0 0 0 1.605-1.605c.006-.01.01-.02.017-.03.104-.18.196-.368.275-.562l.018-.048c.074-.188.134-.38.182-.58l.016-.065a4.49 4.49 0 0 0 .093-.61l.005-.067a4.544 4.544 0 0 0 .007-.545A4.5 4.5 0 0 0 6.5 2Z"/>
4
4
  </svg>
@@ -1,4 +1,4 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
- <path d="M6.5 3v3.5H3v1h3.5V11h1V7.5H11v-1H7.5V3h-1Z"/>
3
- <path fill-rule="evenodd" d="M7 14c1.39 0 2.686-.405 3.775-1.104l2.665 2.665a1.5 1.5 0 1 0 2.12-2.122l-2.664-2.664A7 7 0 1 0 7 14Zm0-1A6 6 0 1 0 7 1a6 6 0 0 0 0 12Zm7.147 1.854-2.563-2.563a7.15 7.15 0 0 0 .707-.707l2.563 2.563a.5.5 0 0 1-.707.707Z" clip-rule="evenodd"/>
2
+ <path d="M7 6h2v1H7v2H6V7H4V6h2V4h1v2Z"/>
3
+ <path d="M6.5 1a5.5 5.5 0 0 1 4.729 8.308l3.421 2.933a1 1 0 0 1 .057 1.466l-1 1a1 1 0 0 1-1.466-.057l-2.933-3.42A5.5 5.5 0 1 1 6.5 1Zm4.139 9.12a5.516 5.516 0 0 1-.52.519L13 14l1-1-3.361-2.88ZM6.5 2a4.5 4.5 0 1 0 .314 8.987c.024-.001.047-.004.07-.006.207-.017.41-.048.607-.092l.066-.016a4.41 4.41 0 0 0 .588-.185c.012-.006.026-.01.039-.015.194-.079.382-.171.562-.275l.03-.017a4.52 4.52 0 0 0 1.605-1.605c.006-.01.01-.02.017-.03.104-.18.196-.368.275-.562l.018-.048c.074-.188.134-.38.182-.58l.016-.065a4.49 4.49 0 0 0 .093-.61l.005-.067a4.544 4.544 0 0 0 .007-.545A4.5 4.5 0 0 0 6.5 2Z"/>
4
4
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
- <rect width="10" height="1.5" x="3" y="7.25" rx=".5"/>
2
+ <path d="M14 8.5H2v-1h12v1Z"/>
3
3
  </svg>
@@ -1,4 +1,4 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
- <path fill-rule="evenodd" 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" clip-rule="evenodd"/>
3
- <path fill-rule="evenodd" d="M12 8.5H4v-1h8v1Z" clip-rule="evenodd"/>
2
+ <path fill-rule="evenodd" 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"/>
3
+ <path d="M12 8.5H4v-1h8v1Z"/>
4
4
  </svg>
@@ -1,4 +1,4 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
- <path fill-rule="evenodd" d="M13.707 5a1 1 0 0 0 0-1.414l-2.293-2.293a1 1 0 0 0-1.414 0l-1.5 1.5-.013.013L2 9.293V13h3.707l8-8Zm-2.207.793L9.207 3.5l1.5-1.5L13 4.293l-1.5 1.5Zm-3-1.586L3 9.707V12h2.293l5.5-5.5L8.5 4.207Z" clip-rule="evenodd"/>
3
- <path d="M2 15h7v-1H2v1Zm10 0h-2v-1h2v1Zm1 0h1v-1h-1v1Z"/>
2
+ <path d="M10 2.293a1 1 0 0 1 1.414 0l2.293 2.293a1 1 0 0 1 0 1.414l-7 7H11v1H2v-3.707l8-8Zm-7 8.414V13h2.293l5.5-5.5L8.5 5.207l-5.5 5.5ZM9.207 4.5 11.5 6.793l1.5-1.5L10.707 3l-1.5 1.5Z"/>
3
+ <path d="M14 14h-2v-1h2v1Z"/>
4
4
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
- <path fill-rule="evenodd" d="M6,10 L10.5,10 C10.7761424,10 11,9.77614237 11,9.5 C11,9.22385763 10.7761424,9 10.5,9 L0.5,9 L0.5,9 C0.223857625,9 -3.38176876e-17,9.22385763 0,9.5 C3.38176876e-17,9.77614237 0.223857625,10 0.5,10 L5,10 L5,14.25 C5,14.6642136 5.22385763,15 5.5,15 C5.77614237,15 6,14.6642136 6,14.25 L6,10 Z M2,3 L3,3 L3,9 L2,9 L2,3 Z M8,3 L9,3 L9,9 L8,9 L8,3 Z M2.28571429,1 C2.08072994,1 2,1.06278995 2,1 L2,2 C2,1.93721005 2.08072994,2 2.28571429,2 L8.71428571,2 C8.91927006,2 9,1.93721005 9,2 L9,1 C9,1.06278995 8.91927006,1 8.71428571,1 L2.28571429,1 Z M2.28571429,0 L8.71428571,0 C9.42436611,0 10,0.44771525 10,1 L10,2 C10,2.55228475 9.42436611,3 8.71428571,3 L2.28571429,3 C1.57563389,3 1,2.55228475 1,2 L1,1 C1,0.44771525 1.57563389,0 2.28571429,0 Z" transform="translate(2 1)"/>
2
+ <path d="M9.617 1.076a1 1 0 0 1 1.09.217l4 4A1 1 0 0 1 14 7h-1.548L8.64 12.932l.715.714-.708.707L5.5 11.207 1.707 15H1v-.707L4.793 10.5 1.646 7.354l.708-.707.713.713L9 3.548V2a1 1 0 0 1 .617-.924ZM3.792 8.085l4.122 4.122 3.67-5.709-2.083-2.083-5.709 3.67ZM10 3.5 12.5 6H14l-4-4v1.5Z"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
- <path d="M9,11 L13.5,11 C13.7761424,11 14,10.7761424 14,10.5 C14,10.2238576 13.7761424,10 13.5,10 L3.5,10 C3.22385762,10 3,10.2238576 3,10.5 C3,10.7761424 3.22385762,11 3.5,11 L8,11 L8,15.25 C8,15.6642136 8.22385763,16 8.5,16 C8.77614237,16 9,15.6642136 9,15.25 L9,11 Z M5,4 L12,4 L12,10 L5,10 L5,4 Z M5.28571429,1 L11.7142857,1 C12.4243661,1 13,1.44771525 13,2 L13,3 C13,3.55228475 12.4243661,4 11.7142857,4 L5.28571429,4 C4.57563389,4 4,3.55228475 4,3 L4,2 C4,1.44771525 4.57563389,1 5.28571429,1 Z"/>
2
+ <path d="M9.618 1.076a1 1 0 0 1 1.09.217l4 4A1 1 0 0 1 14 7h-1.46l-.029.055a59.78 59.78 0 0 1-1.098 1.966c-.783 1.338-1.784 2.912-2.72 3.966l.66.66-.707.707-.996-.996-.005-.004L5.5 11.207 1.708 15H1v-.707L4.792 10.5 2.646 8.354l-.004-.005-.995-.995.707-.707.714.714L9 3.547V2a1 1 0 0 1 .618-.924Z"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
- <path d="M8.25,3 C8.52614237,3 8.75,3.22385763 8.75,3.5 L8.75,7.25 L12.5,7.25 C12.7761424,7.25 13,7.47385763 13,7.75 L13,8.25 C13,8.52614237 12.7761424,8.75 12.5,8.75 L8.75,8.75 L8.75,12.5 C8.75,12.7761424 8.52614237,13 8.25,13 L7.75,13 C7.47385763,13 7.25,12.7761424 7.25,12.5 L7.25,8.75 L3.5,8.75 C3.22385763,8.75 3,8.52614237 3,8.25 L3,7.75 C3,7.47385763 3.22385763,7.25 3.5,7.25 L7.25,7.25 L7.25,3.5 C7.25,3.22385763 7.47385763,3 7.75,3 L8.25,3 Z"/>
2
+ <path d="M7.5 7.5V2h1v5.5H14v1H8.5V14h-1V8.5H2v-1h5.5Z"/>
3
3
  </svg>
@@ -1,4 +1,4 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
2
  <path d="M7.5 12V8.5H4v-1h3.5V4h1v3.5H12v1H8.5V12h-1Z"/>
3
- <path fill-rule="evenodd" 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" clip-rule="evenodd"/>
3
+ <path fill-rule="evenodd" 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"/>
4
4
  </svg>
@@ -1,5 +1,4 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" d="M8 14C11.3137 14 14 11.3137 14 8C14 4.68629 11.3137 2 8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14ZM8 15C11.866 15 15 11.866 15 8C15 4.13401 11.866 1 8 1C4.13401 1 1 4.13401 1 8C1 11.866 4.13401 15 8 15Z" />
3
- <path d="M9 11C9 11.5523 8.55228 12 8 12C7.44772 12 7 11.5523 7 11C7 10.4477 7.44772 10 8 10C8.55228 10 9 10.4477 9 11Z" />
4
- <path fill-rule="evenodd" d="M7.99954 4.00006L8.00105 4.00006L8.00224 4.00006L8.00506 4.00008L8.01237 4.00017L8.0335 4.0007C8.05039 4.00127 8.07284 4.00231 8.10008 4.00426C8.15439 4.00814 8.22871 4.01566 8.31658 4.0303C8.48996 4.0592 8.72876 4.11793 8.97362 4.24037C9.22044 4.36379 9.48246 4.55677 9.68166 4.85559C9.88295 5.15755 10 5.53767 10 6.00019C10 6.4627 9.88295 6.84283 9.68164 7.14476C9.48242 7.44357 9.22037 7.6365 8.97353 7.75987C8.8066 7.8433 8.64249 7.89712 8.5 7.93207V8.99995H7.5V6.99983L7.99707 6.99995L8.00031 6.99986C8.0054 6.99969 8.01517 6.99928 8.02895 6.9983C8.05667 6.99633 8.09953 6.99213 8.15229 6.98335C8.26016 6.9654 8.39634 6.93041 8.52647 6.86537C8.65463 6.80131 8.76758 6.71306 8.84961 6.59003C8.92955 6.47012 9 6.28774 9 6.00019C9 5.71264 8.92956 5.53022 8.84959 5.41026C8.76754 5.28717 8.65456 5.19888 8.52638 5.13478C8.39624 5.06971 8.26004 5.03468 8.15217 5.0167C8.09942 5.0079 8.05655 5.0037 8.02883 5.00172C8.01505 5.00073 8.00528 5.00032 8.00019 5.00015C7.9951 5.00032 7.98491 5.00073 7.97113 5.00172C7.94341 5.00369 7.90055 5.00789 7.84779 5.01668C7.73992 5.03465 7.60373 5.06967 7.4736 5.13474C7.34543 5.19882 7.23246 5.28711 7.15041 5.41019C7.07045 5.53014 7 5.71257 7 6.00014H6C6 5.53761 6.11705 5.15747 6.31834 4.85552C6.51754 4.55669 6.77957 4.36371 7.0264 4.2403C7.27127 4.11788 7.51008 4.05916 7.68346 4.03028C7.77133 4.01564 7.84565 4.00813 7.89996 4.00425C7.9272 4.00231 7.94965 4.00126 7.96654 4.0007L7.98768 4.00017L7.99499 4.00008L7.9978 4.00006L7.99954 4.00006Z"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path d="M8 10a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm0-6a2 2 0 0 1 1.237 3.571 3.59 3.59 0 0 0-.548.505c-.137.169-.189.305-.189.424V9h-1v-.5c0-.433.195-.787.413-1.055.216-.265.487-.487.705-.659a1 1 0 1 0-1.562-.453l-.942.334A2 2 0 0 1 8 4Z"/>
3
+ <path d="M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1Zm0 1a6 6 0 1 0 0 12A6 6 0 0 0 8 2Z"/>
5
4
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
- <path fill-rule="evenodd" d="M10.775 12.896a7 7 0 1 1 2.121-2.121l2.665 2.664a1.5 1.5 0 0 1-2.121 2.122l-2.665-2.665ZM13 7A6 6 0 1 1 1 7a6 6 0 0 1 12 0Zm-1.416 5.29 2.563 2.564a.5.5 0 1 0 .707-.708l-2.563-2.562a7.045 7.045 0 0 1-.707.707Z" clip-rule="evenodd"/>
2
+ <path d="M6.5 1a5.5 5.5 0 0 1 4.729 8.308l3.421 2.933a1 1 0 0 1 .057 1.466l-1 1a1 1 0 0 1-1.466-.057l-2.933-3.42A5.5 5.5 0 1 1 6.5 1Zm4.139 9.12a5.516 5.516 0 0 1-.52.519L13 14l1-1-3.361-2.88ZM6.5 2a4.5 4.5 0 1 0 .314 8.987c.024-.001.047-.004.07-.006.207-.017.41-.048.607-.092l.066-.016a4.41 4.41 0 0 0 .588-.185c.012-.006.026-.01.039-.015.194-.079.382-.171.562-.275l.03-.017a4.52 4.52 0 0 0 1.605-1.605c.006-.01.01-.02.017-.03.104-.18.196-.368.275-.562l.018-.048c.074-.188.134-.38.182-.58l.016-.065a4.49 4.49 0 0 0 .093-.61l.005-.067a4.544 4.544 0 0 0 .007-.545A4.5 4.5 0 0 0 6.5 2Z"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
- <path fill-rule="evenodd" d="m.293 8 5.353-5.354.708.708L2.207 7.5H15v1H2.207l4.147 4.146-.708.708L.293 8Z" clip-rule="evenodd"/>
2
+ <path d="M14 8.5H3.207l3.147 3.146-.708.707L1.293 8l4.353-4.354.708.708L3.207 7.5H14v1Z"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
- <path fill-rule="evenodd" d="m15.707 8-5.353 5.354-.708-.707L13.793 8.5H1v-1h12.793L9.646 3.354l.708-.708L15.707 8Z" clip-rule="evenodd"/>
2
+ <path d="M2 7.5h10.793L9.646 4.354l.707-.708L14.707 8l-4.354 4.354-.707-.707L12.793 8.5H2v-1Z"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
- <path fill-rule="evenodd" d="m8 15.707 5.354-5.354-.708-.707L8.5 13.793V1h-1v12.793L3.354 9.646l-.708.707L8 15.707Z" clip-rule="evenodd"/>
2
+ <path d="M8.5 2v10.793l3.146-3.147.707.707L8 14.707l-4.354-4.354.708-.707L7.5 12.793V2h1Z"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
- <path fill-rule="evenodd" d="m8 .293 5.354 5.353-.708.708L8.5 2.207V15h-1V2.207L3.354 6.354l-.708-.708L8 .293Z" clip-rule="evenodd"/>
2
+ <path d="M8.5 14V3.207l3.146 3.147.707-.708L8 1.293 3.646 5.646l.708.708L7.5 3.207V14h1Z"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
- <path fill-rule="evenodd" d="m8 .293 5.354 5.353-.708.708L8.5 2.207v11.586l4.146-4.147.707.708L8 15.707l-5.354-5.353.708-.708L7.5 13.793V2.207L3.354 6.354l-.708-.708L8 .293Z" clip-rule="evenodd"/>
2
+ <path d="m12.354 5.646-.707.708L8.5 3.207v9.586l3.146-3.147.707.707L8 14.707l-4.354-4.354.708-.707L7.5 12.793V3.207L4.354 6.354l-.708-.708L8 1.293l4.354 4.353Z"/>
3
3
  </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path fill-rule="evenodd" d="M13.5 9a1.5 1.5 0 1 1-1.413 2H3.913a1.5 1.5 0 1 1 0-1h8.174A1.5 1.5 0 0 1 13.5 9Zm-11 1a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm11 0a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm0-6a1.5 1.5 0 1 1-1.413 2H3.913a1.5 1.5 0 1 1 0-1h8.174A1.5 1.5 0 0 1 13.5 4Zm-11 1a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm11 0a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13.5 1C13.775 0.999778 14.0449 1.07519 14.2799 1.21798C14.515 1.36077 14.7063 1.56545 14.8329 1.80964C14.9595 2.05383 15.0165 2.32812 14.9977 2.60253C14.9789 2.87693 14.885 3.14089 14.7263 3.36553C14.5676 3.59017 14.3502 3.76685 14.0978 3.87625C13.8455 3.98565 13.5679 4.02355 13.2954 3.98582C13.023 3.94809 12.7661 3.83617 12.553 3.6623C12.3399 3.48844 12.1787 3.25932 12.087 3H11.5C11.1022 3 10.7206 3.15804 10.4393 3.43934C10.158 3.72064 9.99999 4.10218 9.99999 4.5V6C9.99956 6.5415 9.82263 7.0681 9.49599 7.5H9.49999L9.45199 7.56C9.34668 7.69119 9.22878 7.81176 9.09999 7.92C9.08999 7.93 9.07899 7.937 9.06799 7.945C9.02196 7.98268 8.9746 8.0187 8.92599 8.053L8.88299 8.083C8.82799 8.119 8.77299 8.153 8.71499 8.186L8.66799 8.21C8.61099 8.24 8.55299 8.27 8.49299 8.295C8.47499 8.303 8.45699 8.309 8.43799 8.316C8.14025 8.4377 7.82165 8.5002 7.49999 8.5H6.99599C7.31099 8.918 7.49999 9.436 7.49999 10V11.5C7.49999 11.8978 7.65803 12.2794 7.93933 12.5607C8.22064 12.842 8.60217 13 8.99999 13H12.087C12.2049 12.6664 12.437 12.3852 12.7422 12.2062C13.0474 12.0271 13.4061 11.9618 13.7549 12.0216C14.1036 12.0814 14.42 12.2626 14.648 12.5332C14.8761 12.8037 15.0012 13.1462 15.0012 13.5C15.0012 13.8538 14.8761 14.1963 14.648 14.4668C14.42 14.7374 14.1036 14.9186 13.7549 14.9784C13.4061 15.0382 13.0474 14.9729 12.7422 14.7938C12.437 14.6148 12.2049 14.3336 12.087 14H8.99999C8.33695 14 7.70107 13.7366 7.23223 13.2678C6.76338 12.7989 6.49999 12.163 6.49999 11.5V10C6.49999 9.60218 6.34196 9.22064 6.06065 8.93934C5.77935 8.65804 5.39782 8.5 4.99999 8.5H3.91299C3.79505 8.83361 3.56296 9.11478 3.25775 9.29382C2.95255 9.47286 2.59387 9.53823 2.24513 9.4784C1.89638 9.41856 1.58001 9.23737 1.35194 8.96683C1.12387 8.6963 0.998779 8.35384 0.998779 8C0.998779 7.64616 1.12387 7.30371 1.35194 7.03317C1.58001 6.76264 1.89638 6.58144 2.24513 6.5216C2.59387 6.46177 2.95255 6.52715 3.25775 6.70618C3.56296 6.88522 3.79505 7.16639 3.91299 7.5H7.49999C7.89782 7.5 8.27935 7.34197 8.56065 7.06066C8.84196 6.77936 8.99999 6.39783 8.99999 6V4.5C8.99999 3.83696 9.26338 3.20107 9.73223 2.73223C10.2011 2.26339 10.837 2 11.5 2H12.087C12.1903 1.70774 12.3817 1.45468 12.6347 1.27561C12.8877 1.09653 13.19 1.00025 13.5 1ZM13.5 13C13.3674 13 13.2402 13.0527 13.1464 13.1464C13.0527 13.2402 13 13.3674 13 13.5C13 13.6326 13.0527 13.7598 13.1464 13.8536C13.2402 13.9473 13.3674 14 13.5 14C13.6326 14 13.7598 13.9473 13.8535 13.8536C13.9473 13.7598 14 13.6326 14 13.5C14 13.3674 13.9473 13.2402 13.8535 13.1464C13.7598 13.0527 13.6326 13 13.5 13ZM2.49999 7.5C2.36738 7.5 2.24021 7.55268 2.14644 7.64645C2.05267 7.74022 1.99999 7.86739 1.99999 8C1.99999 8.13261 2.05267 8.25979 2.14644 8.35355C2.24021 8.44732 2.36738 8.5 2.49999 8.5C2.6326 8.5 2.75978 8.44732 2.85355 8.35355C2.94731 8.25979 2.99999 8.13261 2.99999 8C2.99999 7.86739 2.94731 7.74022 2.85355 7.64645C2.75978 7.55268 2.6326 7.5 2.49999 7.5ZM13.5 2C13.3674 2 13.2402 2.05268 13.1464 2.14645C13.0527 2.24022 13 2.36739 13 2.5C13 2.63261 13.0527 2.75979 13.1464 2.85355C13.2402 2.94732 13.3674 3 13.5 3C13.6326 3 13.7598 2.94732 13.8535 2.85355C13.9473 2.75979 14 2.63261 14 2.5C14 2.36739 13.9473 2.24022 13.8535 2.14645C13.7598 2.05268 13.6326 2 13.5 2Z" />
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13.5 6.5C13.775 6.49978 14.0449 6.57519 14.2799 6.71798C14.515 6.86077 14.7063 7.06545 14.8329 7.30964C14.9595 7.55383 15.0165 7.82812 14.9977 8.10253C14.9789 8.37693 14.885 8.64089 14.7263 8.86553C14.5676 9.09017 14.3502 9.26685 14.0978 9.37625C13.8455 9.48565 13.5679 9.52355 13.2954 9.48582C13.023 9.44809 12.7661 9.33617 12.553 9.1623C12.3399 8.98844 12.1787 8.75932 12.087 8.5H9.94799C10.241 8.213 10.484 7.875 10.662 7.5H12.087C12.1903 7.20774 12.3817 6.95468 12.6347 6.77561C12.8877 6.59653 13.19 6.50025 13.5 6.5ZM13.5 7.5C13.3674 7.5 13.2402 7.55268 13.1464 7.64645C13.0527 7.74022 13 7.86739 13 8C13 8.13261 13.0527 8.25979 13.1464 8.35355C13.2402 8.44732 13.3674 8.5 13.5 8.5C13.6326 8.5 13.7598 8.44732 13.8535 8.35355C13.9473 8.25979 14 8.13261 14 8C14 7.86739 13.9473 7.74022 13.8535 7.64645C13.7598 7.55268 13.6326 7.5 13.5 7.5Z" />
4
+ </svg>
@@ -1,4 +1,3 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
2
- <path d="M7.565 10.83a.5.5 0 11.819.573l-1.877 2.68c-.963 1.376-3.02 1.55-4.588.45C.35 13.436-.191 11.445.773 10.07L3.64 5.973c.963-1.375 3.019-1.548 4.587-.45a.5.5 0 11-.573.82C6.509 5.54 5.08 5.66 4.46 6.546l-2.868 4.095c-.621.887-.245 2.27.9 3.073 1.146.802 2.575.682 3.196-.205l1.877-2.68z"/>
3
- <path d="M7.892 3.43a.5.5 0 11-.574-.819L10 .734c1.376-.963 3.367-.422 4.465 1.146 1.098 1.569.926 3.625-.45 4.588L9.918 9.336c-1.375.963-3.366.422-4.464-1.146a.5.5 0 11.819-.574c.802 1.146 2.185 1.522 3.072.9L13.44 5.65c.886-.621 1.006-2.05.204-3.195-.802-1.146-2.186-1.522-3.072-.9L7.892 3.43zM6 .5v3a.5.5 0 01-1 0v-3a.5.5 0 011 0zM1.058 2.23l2.458 1.72a.5.5 0 01-.574.82L.484 3.05a.5.5 0 11.574-.82zM13.058 9.323l2.457 1.72a.5.5 0 11-.573.82l-2.457-1.72a.5.5 0 11.573-.82zM10.959 10.504v3a.5.5 0 11-1 0v-3a.5.5 0 111 0z"/>
4
- </svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path d="m15.354 1.354-14 14-.708-.707 14-14 .707.707ZM7 15H6v-2.5h1V15Zm7.121-5.121A3 3 0 1 1 9.88 14.12l-2.234-2.23.708-.707 2.232 2.232a2 2 0 1 0 2.828-2.828l-2.232-2.232.707-.708L14.12 9.88ZM3 10H1V9h2v1ZM1.879 1.879a3 3 0 0 1 4.242 0L8.39 4.146l-.707.708-2.268-2.268a2 2 0 1 0-2.828 2.828l2.268 2.268-.708.707L1.88 6.12a3 3 0 0 1 0-4.242ZM15 7h-2V6h2v1Zm-5-4H9V1h1v2Z"/>
3
+ </svg>