assistant: Change the quote selection crease icon (#16180)

Felt like this icon was more fitting to the idea of selected text, and looked less like a document.

Release Notes:

- N/A
This commit is contained in:
Danilo Leal 2024-08-13 17:31:23 -03:00 committed by GitHub
parent 2f5031bd28
commit 07c21bb8ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 1 deletions

View file

@ -254,6 +254,7 @@ pub enum IconName {
Tab,
Terminal,
TextCursor,
TextSelect,
Trash,
TriangleRight,
Undo,
@ -417,6 +418,7 @@ impl IconName {
IconName::Tab => "icons/tab.svg",
IconName::Terminal => "icons/terminal.svg",
IconName::TextCursor => "icons/text-cursor.svg",
IconName::TextSelect => "icons/text_select.svg",
IconName::Trash => "icons/trash.svg",
IconName::TriangleRight => "icons/triangle_right.svg",
IconName::Update => "icons/update.svg",