Skip to content

Commit

Permalink
Cloudflare folder icon (#2235)
Browse files Browse the repository at this point in the history
* Add cloudflare folder icons

* Adjust colors
  • Loading branch information
PKief committed Feb 27, 2024
1 parent ca53a64 commit 20a1932
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions icons/folder-cloudflare-open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/folder-cloudflare.svg
Loading
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
Original file line number Diff line number Diff line change
Expand Up @@ -893,6 +893,10 @@ export const folderIcons: FolderTheme[] = [
name: 'folder-taskfile',
folderNames: ['taskfile', 'taskfiles', '.taskfile', '.taskfiles'],
},
{
name: 'folder-cloudflare',
folderNames: ['cloudflare', '.cloudflare'],
},
],
},
{
Expand Down

0 comments on commit 20a1932

Please sign in to comment.