diff --git a/src/CoreBundle/Component/Utils/ActionIcon.php b/src/CoreBundle/Component/Utils/ActionIcon.php index 2260a94bc9..e85a656906 100644 --- a/src/CoreBundle/Component/Utils/ActionIcon.php +++ b/src/CoreBundle/Component/Utils/ActionIcon.php @@ -132,4 +132,6 @@ enum ActionIcon: string case REFRESH = 'file-document-refresh'; // Add user case ADD_USER = 'account-plus'; + // Fill something + case FILL = 'format-color-fill'; }