Skip to content

Commit

Permalink
feat(icons): add icon for LICENSE files
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Eryomenko <[email protected]>
  • Loading branch information
moeryomenko committed Dec 2, 2022
1 parent e385cd5 commit 91ee291
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 @@ -88,6 +88,7 @@ lazy_static! {
m.insert("PKGBUILD", '\u{f303}'); // 
m.insert("rubydoc", '\u{e73b}'); // 
m.insert("yarn.lock", '\u{e718}'); // 
m.insert("LICENCE", '\u{e60a}'); // 

m
};
Expand Down

0 comments on commit 91ee291

Please sign in to comment.