mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-14 06:02:36 +00:00
Add icon for Adobe Illustrator files
This commit is contained in:
parent
728ee113f2
commit
6bb5db7f6c
1 changed files with 1 additions and 0 deletions
|
@ -145,6 +145,7 @@ impl Icons {
|
||||||
// Note: extensions must be lower-case
|
// Note: extensions must be lower-case
|
||||||
|
|
||||||
m.insert("7z", "\u{f410}"); // ""
|
m.insert("7z", "\u{f410}"); // ""
|
||||||
|
m.insert("ai", "\u{e7b4}"); // ""
|
||||||
m.insert("apk", "\u{e70e}"); // ""
|
m.insert("apk", "\u{e70e}"); // ""
|
||||||
m.insert("avi", "\u{f03d}"); // ""
|
m.insert("avi", "\u{f03d}"); // ""
|
||||||
m.insert("avro", "\u{e60b}"); // ""
|
m.insert("avro", "\u{e60b}"); // ""
|
||||||
|
|
Loading…
Reference in a new issue