Standardize icon naming

This commit is contained in:
Nate Butler 2024-01-03 11:45:41 -05:00
parent 127acede25
commit 15fb9d9195
13 changed files with 13 additions and 13 deletions

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-at-sign"><circle cx="12" cy="12" r="4"/><path d="M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-4 8"/></svg> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-at-sign"><circle cx="12" cy="12" r="4"/><path d="M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-4 8"/></svg>

Before

Width:  |  Height:  |  Size: 300 B

After

Width:  |  Height:  |  Size: 301 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 387 B

After

Width:  |  Height:  |  Size: 387 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 382 B

After

Width:  |  Height:  |  Size: 382 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 390 B

After

Width:  |  Height:  |  Size: 390 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Before After
Before After

View file

@ -647,10 +647,10 @@ impl CollabTitlebarItem {
let tooltip; let tooltip;
let is_deafened = room.read(cx).is_deafened().unwrap_or(false); let is_deafened = room.read(cx).is_deafened().unwrap_or(false);
if is_deafened { if is_deafened {
icon = "icons/speaker-off.svg"; icon = "icons/speaker_off.svg";
tooltip = "Unmute speakers"; tooltip = "Unmute speakers";
} else { } else {
icon = "icons/speaker-loud.svg"; icon = "icons/speaker_loud.svg";
tooltip = "Mute speakers"; tooltip = "Mute speakers";
} }

View file

@ -119,13 +119,13 @@ impl Icon {
Icon::ArrowRight => "icons/arrow_right.svg", Icon::ArrowRight => "icons/arrow_right.svg",
Icon::ArrowUp => "icons/arrow_up.svg", Icon::ArrowUp => "icons/arrow_up.svg",
Icon::ArrowUpRight => "icons/arrow_up_right.svg", Icon::ArrowUpRight => "icons/arrow_up_right.svg",
Icon::AtSign => "icons/at-sign.svg", Icon::AtSign => "icons/at_sign.svg",
Icon::AudioOff => "icons/speaker-off.svg", Icon::AudioOff => "icons/speaker_off.svg",
Icon::AudioOn => "icons/speaker-loud.svg", Icon::AudioOn => "icons/speaker-loud.svg",
Icon::Backspace => "icons/backspace.svg", Icon::Backspace => "icons/backspace.svg",
Icon::Bell => "icons/bell.svg", Icon::Bell => "icons/bell.svg",
Icon::BellOff => "icons/bell-off.svg", Icon::BellOff => "icons/bell_off.svg",
Icon::BellRing => "icons/bell-ring.svg", Icon::BellRing => "icons/bell_ring.svg",
Icon::Bolt => "icons/bolt.svg", Icon::Bolt => "icons/bolt.svg",
Icon::CaseSensitive => "icons/case_insensitive.svg", Icon::CaseSensitive => "icons/case_insensitive.svg",
Icon::Check => "icons/check.svg", Icon::Check => "icons/check.svg",
@ -167,18 +167,18 @@ impl Icon {
Icon::Hash => "icons/hash.svg", Icon::Hash => "icons/hash.svg",
Icon::InlayHint => "icons/inlay_hint.svg", Icon::InlayHint => "icons/inlay_hint.svg",
Icon::Link => "icons/link.svg", Icon::Link => "icons/link.svg",
Icon::MagicWand => "icons/magic-wand.svg", Icon::MagicWand => "icons/magic_wand.svg",
Icon::MagnifyingGlass => "icons/magnifying_glass.svg", Icon::MagnifyingGlass => "icons/magnifying_glass.svg",
Icon::MailOpen => "icons/mail-open.svg", Icon::MailOpen => "icons/mail_open.svg",
Icon::Maximize => "icons/maximize.svg", Icon::Maximize => "icons/maximize.svg",
Icon::Menu => "icons/menu.svg", Icon::Menu => "icons/menu.svg",
Icon::MessageBubbles => "icons/conversations.svg", Icon::MessageBubbles => "icons/conversations.svg",
Icon::Mic => "icons/mic.svg", Icon::Mic => "icons/mic.svg",
Icon::MicMute => "icons/mic-mute.svg", Icon::MicMute => "icons/mic_mute.svg",
Icon::Minimize => "icons/minimize.svg", Icon::Minimize => "icons/minimize.svg",
Icon::Option => "icons/option.svg", Icon::Option => "icons/option.svg",
Icon::PageDown => "icons/page-down.svg", Icon::PageDown => "icons/page_down.svg",
Icon::PageUp => "icons/page-up.svg", Icon::PageUp => "icons/page_up.svg",
Icon::Plus => "icons/plus.svg", Icon::Plus => "icons/plus.svg",
Icon::Public => "icons/public.svg", Icon::Public => "icons/public.svg",
Icon::Quote => "icons/quote.svg", Icon::Quote => "icons/quote.svg",
@ -187,7 +187,7 @@ impl Icon {
Icon::ReplaceNext => "icons/replace_next.svg", Icon::ReplaceNext => "icons/replace_next.svg",
Icon::Return => "icons/return.svg", Icon::Return => "icons/return.svg",
Icon::Screen => "icons/desktop.svg", Icon::Screen => "icons/desktop.svg",
Icon::SelectAll => "icons/select-all.svg", Icon::SelectAll => "icons/select_all.svg",
Icon::Shift => "icons/shift.svg", Icon::Shift => "icons/shift.svg",
Icon::Snip => "icons/snip.svg", Icon::Snip => "icons/snip.svg",
Icon::Space => "icons/space.svg", Icon::Space => "icons/space.svg",