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 93ac068fe2..3790de6f49 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 0000000000..b327ab07b5 --- /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 0000000000..7d265dd42a --- /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 33e50b08d7..8ab83055ee 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 165ce74ea4..693d86f929 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 6d12edff83..2896a19829 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,