Add "Checking" icon for diagnostics
This commit is contained in:
parent
f633043859
commit
710a26ce32
4 changed files with 20 additions and 6 deletions
|
@ -29,6 +29,7 @@ pub enum Icon {
|
|||
ArrowRight,
|
||||
ArrowUp,
|
||||
ArrowUpRight,
|
||||
ArrowCircle,
|
||||
AtSign,
|
||||
AudioOff,
|
||||
AudioOn,
|
||||
|
@ -119,6 +120,7 @@ impl Icon {
|
|||
Icon::ArrowRight => "icons/arrow_right.svg",
|
||||
Icon::ArrowUp => "icons/arrow_up.svg",
|
||||
Icon::ArrowUpRight => "icons/arrow_up_right.svg",
|
||||
Icon::ArrowCircle => "icons/arrow_circle.svg",
|
||||
Icon::AtSign => "icons/at_sign.svg",
|
||||
Icon::AudioOff => "icons/speaker_off.svg",
|
||||
Icon::AudioOn => "icons/speaker_loud.svg",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue