Skip to content

Commit dc6af32

Browse files
feat(icon): add appwrite icons (#3392)
1 parent 2558ef3 commit dc6af32

File tree

5 files changed

+36
-0
lines changed

5 files changed

+36
-0
lines changed

icons/appwrite.svg

Lines changed: 7 additions & 0 deletions
Loading

icons/folder-appwrite-open.svg

Lines changed: 12 additions & 0 deletions
Loading

icons/folder-appwrite.svg

Lines changed: 12 additions & 0 deletions
Loading

src/core/icons/fileIcons.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3463,5 +3463,9 @@ export const fileIcons: FileIcons = {
34633463
fileExtensions: ['instructions.md', 'instruction.md'],
34643464
clone: { base: 'lib', color: 'cyan-A700' },
34653465
},
3466+
{
3467+
name: 'appwrite',
3468+
fileNames: ['appwrite.json', 'appwrite.js', 'appwrite.ts'],
3469+
},
34663470
]),
34673471
};

src/core/icons/folderIcons.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1400,6 +1400,7 @@ export const folderIcons: FolderTheme[] = [
14001400
color: 'cyan-A700',
14011401
},
14021402
},
1403+
{ name: 'folder-appwrite', folderNames: ['appwrite'] },
14031404
],
14041405
},
14051406
{

0 commit comments

Comments
 (0)