29 lines
571 B
JavaScript
29 lines
571 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',
|
|
'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',
|
|
])
|