Skip to content

Commit

Permalink
Added snapcraft icon (#2318)
Browse files Browse the repository at this point in the history
* Added snapcraft icon

* Fix colors in snapcraft.svg

* Fix fileIcons.ts

* Fix colors in snapcraft.svg

* Align icon to 32x32 grid

---------

Co-authored-by: Philipp Kief <philipp.kief@gmx.de>
  • Loading branch information
okineadev and PKief committed May 16, 2024
1 parent f1ba8e3 commit 0b49248
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions icons/snapcraft.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/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2403,5 +2403,9 @@ export const fileIcons: FileIcons = {
'.k8s.yaml',
],
},
{
name: 'snapcraft',
fileNames: ['snapcraft.yaml', 'snapcraft.yml'],
},
]),
};

0 comments on commit 0b49248

Please sign in to comment.