From caf3d30bf63fe11b1c30c8c6dda043487b2e1867 Mon Sep 17 00:00:00 2001 From: Danilo Leal <67129314+danilo-leal@users.noreply.github.com> Date: Fri, 30 May 2025 18:18:23 -0300 Subject: [PATCH] Harmonize quick action icons (#31784) Just ensuring they're more harmonized in size, stroke width, and overall dimensions. Adding here two new "play" icons, too, that will be used in the context of the debugger. Release Notes: - N/A --- assets/icons/cursor_i_beam.svg | 7 +++---- assets/icons/play_alt.svg | 3 +++ assets/icons/play_bug.svg | 8 ++++++++ assets/icons/sliders.svg | 9 +++++++-- assets/icons/zed_assistant.svg | 8 ++++---- crates/icons/src/icons.rs | 2 ++ 6 files changed, 27 insertions(+), 10 deletions(-) create mode 100644 assets/icons/play_alt.svg create mode 100644 assets/icons/play_bug.svg diff --git a/assets/icons/cursor_i_beam.svg b/assets/icons/cursor_i_beam.svg index 93ac068fe2a8543a70941ae864b7acbdeb4bb995..3790de6f49d454bc5bb317e64e80a4daffceaa45 100644 --- a/assets/icons/cursor_i_beam.svg +++ b/assets/icons/cursor_i_beam.svg @@ -1,5 +1,4 @@ - - - - + + + diff --git a/assets/icons/play_alt.svg b/assets/icons/play_alt.svg new file mode 100644 index 0000000000000000000000000000000000000000..b327ab07b5f99cdca7a73e07bc29498f6148b02a --- /dev/null +++ b/assets/icons/play_alt.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/icons/play_bug.svg b/assets/icons/play_bug.svg new file mode 100644 index 0000000000000000000000000000000000000000..7d265dd42a488ea3ab65b6e60a1597dc8d518d46 --- /dev/null +++ b/assets/icons/play_bug.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/assets/icons/sliders.svg b/assets/icons/sliders.svg index 33e50b08d7b3ac5f2a0a1757ca1f59f1ed6e2e54..8ab83055eef53a07c84cca255aeca505b07f47c2 100644 --- a/assets/icons/sliders.svg +++ b/assets/icons/sliders.svg @@ -1,3 +1,8 @@ - - + + + + + + + diff --git a/assets/icons/zed_assistant.svg b/assets/icons/zed_assistant.svg index 165ce74ea419f04a5928cbf92fe7fa47acd3887b..693d86f929ff170f08edf3d2a0a7a28af17a30bf 100644 --- a/assets/icons/zed_assistant.svg +++ b/assets/icons/zed_assistant.svg @@ -1,5 +1,5 @@ - - - - + + + + diff --git a/crates/icons/src/icons.rs b/crates/icons/src/icons.rs index 6d12edff83a55b81b9ee17354862456c16e94386..2896a1982970c169a3a89e1da1f87137d152e631 100644 --- a/crates/icons/src/icons.rs +++ b/crates/icons/src/icons.rs @@ -179,6 +179,8 @@ pub enum IconName { PhoneIncoming, Pin, Play, + PlayAlt, + PlayBug, Plus, PocketKnife, Power,