| export function getOKIcon() { | |
| return 'check_circle'; | |
| } | |
| export function getWarningIcon() { | |
| return 'error'; | |
| } | |
| export function getPendingIcon() { | |
| return 'pending'; | |
| } | |
| export function getOKIcon() { | |
| return 'check_circle'; | |
| } | |
| export function getWarningIcon() { | |
| return 'error'; | |
| } | |
| export function getPendingIcon() { | |
| return 'pending'; | |
| } | |