Switch icon (#16363)
Updates instances of the `MagicWand` icon to our more recent `Sparkle` / `ZedAssistant` icon in places where we reference inline assist. Before:  After:  Release Notes: - Updated inline assist icon in the editor & terminal.
This commit is contained in:
parent
7a5acc0b0c
commit
6cfbb54ede
4 changed files with 2 additions and 14 deletions
|
@ -195,7 +195,6 @@ pub enum IconName {
|
|||
LineHeight,
|
||||
Link,
|
||||
ListTree,
|
||||
MagicWand,
|
||||
MagnifyingGlass,
|
||||
MailOpen,
|
||||
Maximize,
|
||||
|
@ -359,7 +358,6 @@ impl IconName {
|
|||
IconName::LineHeight => "icons/line_height.svg",
|
||||
IconName::Link => "icons/link.svg",
|
||||
IconName::ListTree => "icons/list_tree.svg",
|
||||
IconName::MagicWand => "icons/magic_wand.svg",
|
||||
IconName::MagnifyingGlass => "icons/magnifying_glass.svg",
|
||||
IconName::MailOpen => "icons/mail_open.svg",
|
||||
IconName::Maximize => "icons/maximize.svg",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue