From 2863bd1836f07e3e1c62a1215d2565c099795fd0 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Thu, 27 Mar 2025 19:10:42 -0400 Subject: [PATCH] icons: Remove `ZedAssistant2` icon (#27634) This PR removes the `ZedAssistant2` icon. I went to use it as a placeholder icon, but noticed that the icon wasn't loaded properly due to a name mismatch. However, since we aren't using it anywhere I'm opting to remove it. Release Notes: - N/A --- assets/icons/zed_assistant_2.svg | 5 ----- crates/icons/src/icons.rs | 1 - 2 files changed, 6 deletions(-) delete mode 100644 assets/icons/zed_assistant_2.svg diff --git a/assets/icons/zed_assistant_2.svg b/assets/icons/zed_assistant_2.svg deleted file mode 100644 index fa0b962d07..0000000000 --- a/assets/icons/zed_assistant_2.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/crates/icons/src/icons.rs b/crates/icons/src/icons.rs index 7366ce2e6c..8dfc1d7452 100644 --- a/crates/icons/src/icons.rs +++ b/crates/icons/src/icons.rs @@ -231,7 +231,6 @@ pub enum IconName { X, XCircle, ZedAssistant, - ZedAssistant2, ZedAssistantFilled, ZedPredict, ZedPredictUp,