Skip to content

Commit 95caf6d

Browse files
feat(icon): add deprecated/scrap folder icon (#3384)
1 parent 9ccc516 commit 95caf6d

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

src/core/icons/folderIcons.ts

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1371,9 +1371,22 @@ export const folderIcons: FolderTheme[] = [
13711371
name: 'folder-license',
13721372
folderNames: ['license', 'licenses'],
13731373
},
1374+
{ name: 'folder-form', folderNames: ['form', 'forms'] },
13741375
{
1375-
name: 'folder-form',
1376-
folderNames: ['form', 'forms'],
1376+
name: 'folder-deprecated',
1377+
folderNames: ['deprecated'],
1378+
clone: {
1379+
base: 'folder-archive',
1380+
color: 'gray-700',
1381+
},
1382+
},
1383+
{
1384+
name: 'folder-scrap',
1385+
folderNames: ['scrap'],
1386+
clone: {
1387+
base: 'folder-trash',
1388+
color: 'gray-700',
1389+
},
13771390
},
13781391
],
13791392
},

0 commit comments

Comments
 (0)