@@ -27,6 +27,7 @@ pub enum IconName {
|
||||
Copy,
|
||||
Edit,
|
||||
Ellipsis,
|
||||
Encryption,
|
||||
Eye,
|
||||
EyeOff,
|
||||
EmojiFill,
|
||||
@@ -90,6 +91,7 @@ impl IconName {
|
||||
Self::Edit => "icons/edit.svg",
|
||||
Self::Ellipsis => "icons/ellipsis.svg",
|
||||
Self::Eye => "icons/eye.svg",
|
||||
Self::Encryption => "icons/encryption.svg",
|
||||
Self::EmojiFill => "icons/emoji-fill.svg",
|
||||
Self::EyeOff => "icons/eye-off.svg",
|
||||
Self::Info => "icons/info.svg",
|
||||
|
||||
Reference in New Issue
Block a user