mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-07-20 15:37:17 +00:00

* feat: my account settings page * test: amend tests * chore: remove unused code * test: remove widget tests * fix: text color on select buttons * test: clean and remove unused test helpers * test: fix test after refactor
14 lines
180 B
Dart
14 lines
180 B
Dart
final builtInSVGIcons = [
|
|
'1F9CC',
|
|
'1F9DB',
|
|
'1F9DD-200D-2642-FE0F',
|
|
'1F9DE-200D-2642-FE0F',
|
|
'1F9DF',
|
|
'1F42F',
|
|
'1F43A',
|
|
'1F431',
|
|
'1F435',
|
|
'1F600',
|
|
'1F984',
|
|
];
|