More progress on collab panel
This commit is contained in:
parent
8ee84249ec
commit
a85e0db1f4
5 changed files with 142 additions and 32 deletions
|
@ -63,6 +63,7 @@ pub enum Icon {
|
|||
Mic,
|
||||
MicMute,
|
||||
Plus,
|
||||
Public,
|
||||
Quote,
|
||||
Replace,
|
||||
ReplaceAll,
|
||||
|
@ -134,6 +135,7 @@ impl Icon {
|
|||
Icon::Mic => "icons/mic.svg",
|
||||
Icon::MicMute => "icons/mic-mute.svg",
|
||||
Icon::Plus => "icons/plus.svg",
|
||||
Icon::Public => "icons/public.svg",
|
||||
Icon::Quote => "icons/quote.svg",
|
||||
Icon::Replace => "icons/replace.svg",
|
||||
Icon::ReplaceAll => "icons/replace_all.svg",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue