mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 15:40:18 -04:00
55 lines
895 B
C#
55 lines
895 B
C#
namespace ModernKeePass.Domain.Enums
|
|
{
|
|
public enum Icon
|
|
{
|
|
Delete,
|
|
Edit,
|
|
Save,
|
|
Cancel,
|
|
Accept,
|
|
Home,
|
|
Camera,
|
|
Setting,
|
|
Mail,
|
|
Find,
|
|
Help,
|
|
Clock,
|
|
Crop,
|
|
World,
|
|
Flag,
|
|
PreviewLink,
|
|
Document,
|
|
ProtectedDocument,
|
|
ContactInfo,
|
|
ViewAll,
|
|
Rotate,
|
|
List,
|
|
Shop,
|
|
BrowsePhotos,
|
|
Caption,
|
|
Repair,
|
|
Page,
|
|
Paste,
|
|
Important,
|
|
SlideShow,
|
|
MapDrive,
|
|
ContactPresence,
|
|
Contact,
|
|
Folder,
|
|
View,
|
|
Permissions,
|
|
Map,
|
|
CellPhone,
|
|
OutlineStar,
|
|
Calculator,
|
|
Library,
|
|
SyncFolder,
|
|
GoToStart,
|
|
ZeroBars,
|
|
FourBars,
|
|
Scan,
|
|
ReportHacked,
|
|
Stop
|
|
}
|
|
}
|