We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaae5e1 commit 00d22b3Copy full SHA for 00d22b3
apps/settings/src/constants/AppstoreCategoryIcons.ts
@@ -3,14 +3,15 @@
3
* SPDX-License-Identifier: AGPL-3.0-or-later
4
*/
5
import {
6
- mdiAccountOutline,
7
mdiAccountMultipleOutline,
+ mdiAccountOutline,
8
mdiArchiveOutline,
9
mdiCheck,
10
mdiClipboardFlowOutline,
11
mdiClose,
12
mdiCogOutline,
13
mdiControllerClassicOutline,
14
+ mdiCreationOutline,
15
mdiDownload,
16
mdiFileDocumentEdit,
17
mdiFolder,
@@ -42,7 +43,8 @@ export default Object.freeze({
42
43
featured: mdiStar,
44
updates: mdiDownload,
45
- // generic categories
46
+ // generic category
47
+ ai: mdiCreationOutline,
48
auth: mdiKeyOutline,
49
customization: mdiCogOutline,
50
dashboard: mdiViewColumnOutline,
0 commit comments