.
Some checks failed
Rust / build (ubuntu-latest, stable) (pull_request) Failing after 1m40s
Rust / build (ubuntu-latest, stable) (push) Failing after 1m41s
Rust / build (macos-latest, stable) (push) Has been cancelled
Rust / build (windows-latest, stable) (push) Has been cancelled
Rust / build (macos-latest, stable) (pull_request) Has been cancelled
Rust / build (windows-latest, stable) (pull_request) Has been cancelled

This commit is contained in:
2026-02-27 15:39:33 +07:00
parent d7996bf32e
commit c22a7291c7
3 changed files with 18 additions and 21 deletions

View File

@@ -53,6 +53,7 @@ pub enum IconName {
Refresh,
Search,
Settings,
Settings2,
Sun,
Ship,
Shield,
@@ -119,6 +120,7 @@ impl IconNamed for IconName {
Self::Refresh => "icons/refresh.svg",
Self::Search => "icons/search.svg",
Self::Settings => "icons/settings.svg",
Self::Settings2 => "icons/settings2.svg",
Self::Sun => "icons/sun.svg",
Self::Ship => "icons/ship.svg",
Self::Shield => "icons/shield.svg",