overleaf-cep/services/web/frontend/fonts/material-symbols/unfilled-symbols.mjs
David 061f10a059 Merge pull request #25752 from overleaf/dp-delete-multiple-files
Add bulk delete button to file tree toolbar

GitOrigin-RevId: c857d8f5027eddb29b1ca324efe1a0e94ef4c28b
2025-05-22 08:06:42 +00:00

29 lines
583 B
JavaScript

// @ts-check
// Make sure to run the build-unfilled.mjs script after updating this list
// to update the font file with the latest icons.
// You may need to hard reload your browser window to see the changes.
export default /** @type {const} */ ([
'book_5',
'brush',
'code',
'create_new_folder',
'delete',
'description',
'experiment',
'forum',
'help',
'image',
'info',
'integration_instructions',
'note_add',
'picture_as_pdf',
'rate_review',
'report',
'settings',
'space_dashboard',
'table_chart',
'upload_file',
'web_asset',
'error',
])