Merge pull request #22494 from overleaf/jel-cms-icons

[web] Support all material symbols in CMS icon element

GitOrigin-RevId: 1d65302a8e36a16761e00862acd8cba3cc9adeb5
This commit is contained in:
Jessica Lawshe
2024-12-17 09:09:24 -06:00
committed by Copybot
parent 6daf2bef45
commit ae4581d02a

View File

@@ -1,23 +1,3 @@
export type IconElementMaterial =
| 'add_notes'
| 'assured_workload'
| 'biotech'
| 'book_5'
| 'draw'
| 'edit_document'
| 'edit_note'
| 'function'
| 'groups'
| 'live_tv'
| 'local_library'
| 'lock'
| 'picture_as_pdf'
| 'preview'
| 'school'
| 'security'
| 'verified_user'
| 'workspace_premium'
export type IconElementSticker =
| 'sticker | arrow | grey | large'
| 'sticker | books | pink'
@@ -39,5 +19,5 @@ export type IconElementSticker =
| 'sticker | support | tangerine'
| 'sticker | support | yellow'
export type IconElement = IconElementMaterial | IconElementSticker
export type IconElement = IconElementSticker
export type IconStyle = 'Green circle' | 'Large purple text' | 'Default'