overleaf-cep/services/web/frontend/fonts/material-symbols/unfilled-symbols.mjs
David 97eceb9c58 Merge pull request #27174 from overleaf/dp-subscription-settings
Add subscription option to settings modal

GitOrigin-RevId: 5f38db41c1d4f5727d56e2d0a4e0740e83114f15
2025-07-18 08:05:49 +00:00

38 lines
719 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} */ ([
'account_balance',
'auto_delete',
'book_5',
'brush',
'close',
'code',
'content_copy',
'create_new_folder',
'delete',
'description',
'error',
'experiment',
'forum',
'help',
'image',
'info',
'integration_instructions',
'lightbulb',
'note_add',
'picture_as_pdf',
'rate_review',
'report',
'search',
'settings',
'space_dashboard',
'table_chart',
'thumb_down',
'thumb_up',
'upload',
'upload_file',
'web_asset',
])