Add github icon
This commit is contained in:
parent
d72cd3795a
commit
eeaa1e5cf9
2 changed files with 3 additions and 0 deletions
|
@ -67,6 +67,7 @@ pub enum Icon {
|
|||
Folder,
|
||||
FolderOpen,
|
||||
FolderX,
|
||||
Github,
|
||||
Hash,
|
||||
InlayHint,
|
||||
Link,
|
||||
|
@ -147,6 +148,7 @@ impl Icon {
|
|||
Icon::Folder => "icons/file_icons/folder.svg",
|
||||
Icon::FolderOpen => "icons/file_icons/folder_open.svg",
|
||||
Icon::FolderX => "icons/stop_sharing.svg",
|
||||
Icon::Github => "icons/github.svg",
|
||||
Icon::Hash => "icons/hash.svg",
|
||||
Icon::InlayHint => "icons/inlay_hint.svg",
|
||||
Icon::Link => "icons/link.svg",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue