diff --git a/src/CoreBundle/Component/Utils/ActionIcon.php b/src/CoreBundle/Component/Utils/ActionIcon.php index 0b04b96399..ac68a70179 100644 --- a/src/CoreBundle/Component/Utils/ActionIcon.php +++ b/src/CoreBundle/Component/Utils/ActionIcon.php @@ -14,6 +14,8 @@ enum ActionIcon: string case EDIT = 'pencil'; // Delete case DELETE = 'delete'; + // Reject (not same as delete) + case REJECT = 'close-octagon-outline'; // Configure case CONFIGURE = 'hammer-wrench'; // Download