From 7f4957cf2038c05be04550650547ba31685c4969 Mon Sep 17 00:00:00 2001 From: zfx Date: Tue, 11 Feb 2025 19:32:38 +0800 Subject: [PATCH] Remove non-existent icon IndicatorX (#24636) There is no file indicator_x.svg in the assets directory. 09:49:05 [ERROR] could not find asset at path "icons/indicator_x.svg" ![image](https://github.com/user-attachments/assets/e9cc5ae3-4eb3-4e1e-b012-43ac7297c0a7) Release Notes: - N/A --- crates/ui/src/components/icon.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/ui/src/components/icon.rs b/crates/ui/src/components/icon.rs index 3b1f225d3f081efc1be2899c532a81f249823e58..40d1a422ddb6324f28964c7ce10ed22f1950f71f 100644 --- a/crates/ui/src/components/icon.rs +++ b/crates/ui/src/components/icon.rs @@ -221,7 +221,6 @@ pub enum IconName { Hash, HistoryRerun, Indicator, - IndicatorX, Info, InlayHint, Keyboard,