Skip to content

Commit

Permalink
Add seeders folder icons (#2298)
Browse files Browse the repository at this point in the history
* Add seeders folder icons

* Optimise svg

* resize seed icon

* Update to use version 5 folder icon and fix convertion colours
  • Loading branch information
NotReeceHarris committed Apr 23, 2024
1 parent e31f22c commit 5679eab
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
7 changes: 7 additions & 0 deletions icons/folder-seeders-open.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions icons/folder-seeders.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/icons/folderIcons.ts
Expand Up @@ -846,6 +846,10 @@ export const folderIcons: FolderTheme[] = [
name: 'folder-cloudflare',
folderNames: ['cloudflare'],
},
{
name: 'folder-seeders',
folderNames: ['seeds', 'seeders', 'seed', 'seeding'],
},
],
},
{
Expand Down

0 comments on commit 5679eab

Please sign in to comment.