diff --git a/assets/icons/cursor_i_beam.svg b/assets/icons/cursor_i_beam.svg
index 255635de6a049dc69f06bdf1dd7c6cb4755dd4b9..2e7b95b2039455f8a5154af2dc496bbab31d2e52 100644
--- a/assets/icons/cursor_i_beam.svg
+++ b/assets/icons/cursor_i_beam.svg
@@ -1 +1 @@
-
+
diff --git a/assets/icons/cursor_text.svg b/assets/icons/cursor_text.svg
deleted file mode 100644
index 2e7b95b2039455f8a5154af2dc496bbab31d2e52..0000000000000000000000000000000000000000
--- a/assets/icons/cursor_text.svg
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/assets/icons/text_snippet.svg b/assets/icons/text_snippet.svg
new file mode 100644
index 0000000000000000000000000000000000000000..255635de6a049dc69f06bdf1dd7c6cb4755dd4b9
--- /dev/null
+++ b/assets/icons/text_snippet.svg
@@ -0,0 +1 @@
+
diff --git a/crates/assistant/src/assistant_panel.rs b/crates/assistant/src/assistant_panel.rs
index af3abec67c81003f239746aad3321d8791e5a763..8d158193a60f2be9bff9a2f7e6b2a391776ae0a0 100644
--- a/crates/assistant/src/assistant_panel.rs
+++ b/crates/assistant/src/assistant_panel.rs
@@ -5235,7 +5235,7 @@ fn quote_selection_fold_placeholder(title: String, editor: WeakView) ->
ButtonLike::new(fold_id)
.style(ButtonStyle::Filled)
.layer(ElevationIndex::ElevatedSurface)
- .child(Icon::new(IconName::CursorIBeam))
+ .child(Icon::new(IconName::TextSnippet))
.child(Label::new(title.clone()).single_line())
.on_click(move |_, cx| {
editor
diff --git a/crates/ui/src/components/icon.rs b/crates/ui/src/components/icon.rs
index c2743ecbd9bd724d9b6f1ca0d50e1f958fbcdd7e..a2f70244db26908b25a9ebdbd06a761fd71aad24 100644
--- a/crates/ui/src/components/icon.rs
+++ b/crates/ui/src/components/icon.rs
@@ -165,7 +165,7 @@ pub enum IconName {
Copy,
CountdownTimer,
CursorIBeam,
- CursorText,
+ TextSnippet,
Dash,
DatabaseZap,
Delete,