diff --git a/src/CoreBundle/Component/Utils/ActionIcon.php b/src/CoreBundle/Component/Utils/ActionIcon.php index 796c13ea38..7292346d44 100644 --- a/src/CoreBundle/Component/Utils/ActionIcon.php +++ b/src/CoreBundle/Component/Utils/ActionIcon.php @@ -42,6 +42,10 @@ enum ActionIcon: string case DOWN = 'arrow-down-bold'; // Move something (from one folder to another) or unfold some interface component case MOVE = 'arrow-right-bold'; + // Previous step + case PREVIOUS = 'arrow-left-bold-circle-outline'; + // Next step + case NEXT = 'arrow-right-bold-circle-outline'; // Preview some content case PREVIEW_CONTENT = 'magnify-plus-outline'; // Import some kind of archive/packaged