Skip to content

Commit

Permalink
feat(icons): add icon for LICENCE files
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Eryomenko <[email protected]>
  • Loading branch information
moeryomenko committed Feb 20, 2023
1 parent f3ca1fe commit 98b43ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/output/icons.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ lazy_static! {
m.insert("hidden", '\u{f023}'); // 
m.insert("include", '\u{e5fc}'); // 
m.insert("lib", '\u{f121}'); // 
m.insert("LICENCE", '\u{e60a}'); // 
m.insert("LICENSE", '\u{e60a}'); // 
m.insert("localized", '\u{f179}'); // 
m.insert("Makefile", '\u{f489}'); // 
m.insert("node_modules", '\u{e718}'); // 
Expand Down

0 comments on commit 98b43ee

Please sign in to comment.