Skip to content

Commit 6439234

Browse files
feat(icon): add go-lang folder icon (#3391)
Co-authored-by: Philipp Kief <philipp.kief@gmx.de>
1 parent dc6af32 commit 6439234

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

icons/folder-go-open.svg

Lines changed: 5 additions & 0 deletions
Loading

icons/folder-go.svg

Lines changed: 5 additions & 0 deletions
Loading

src/core/icons/folderIcons.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1401,6 +1401,7 @@ export const folderIcons: FolderTheme[] = [
14011401
},
14021402
},
14031403
{ name: 'folder-appwrite', folderNames: ['appwrite'] },
1404+
{ name: 'folder-go', folderNames: ['go', 'golang'] },
14041405
],
14051406
},
14061407
{

0 commit comments

Comments
 (0)