Display: Add ToolIcon::DROPBOX

pull/5058/head
Yannick Warnier 2 years ago
parent 43c00d8874
commit 73d224c36d
  1. 2
      src/CoreBundle/Component/Utils/ToolIcon.php

@ -86,4 +86,6 @@ enum ToolIcon: string
case MESSAGE = 'inbox';
// Shared profile
case SHARED_PROFILE = 'account-box-outline';
// Dropbox
case DROPBOX = 'dropbox';
}

Loading…
Cancel
Save