Skip to content

Commit

Permalink
Update icons.rs
Browse files Browse the repository at this point in the history
Added Svelte Icon
  • Loading branch information
Stetsed committed May 10, 2023
1 parent c697d06 commit f6fb621
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/output/icons.rs
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ pub fn icon_for_file(file: &File<'_>) -> char {
"zsh-theme" => '\u{f489}', // 
"zshrc" => '\u{f489}', // 
"zst" => '\u{f410}', // 
"svelte" => '\u{e697}', // 
_ => '\u{f15b}' // 
}
}
Expand Down

0 comments on commit f6fb621

Please sign in to comment.