export const style = {
icon: {
revoke: 'fa-user-slash',
},
color: {
usageState: {
granted: '#28a745',
denied: '#dc3545',
revoked: '#6c757d',
}
};