mirror of
https://github.com/lsd-rs/lsd
synced 2024-11-10 06:14:19 +00:00
add subtitle/closed caption icons (#1050)
add subtitle/closed caption icons uses `U+F015E`, `` for `.890`, `.cip`, `.sbv`, `.scc`, `smi`, and good old `.vtt` <!-- over the hedge reference, best animated movie (: --> Signed-off-by: Wei Zhang <kweizh@gmail.com> Co-authored-by: Wei Zhang <kweizh@gmail.com>
This commit is contained in:
parent
6f9262fdb7
commit
3d9f04acbe
1 changed files with 6 additions and 0 deletions
|
@ -409,6 +409,7 @@ impl IconTheme {
|
||||||
("7", "\u{f02d}"), // ""
|
("7", "\u{f02d}"), // ""
|
||||||
("7z", "\u{f410}"), // ""
|
("7z", "\u{f410}"), // ""
|
||||||
("8", "\u{f02d}"), // ""
|
("8", "\u{f02d}"), // ""
|
||||||
|
("890", "\u{f015e}"), // ""
|
||||||
("a", "\u{e624}"), // ""
|
("a", "\u{e624}"), // ""
|
||||||
("ai", "\u{e7b4}"), // ""
|
("ai", "\u{e7b4}"), // ""
|
||||||
("ape", "\u{f001}"), // ""
|
("ape", "\u{f001}"), // ""
|
||||||
|
@ -436,6 +437,7 @@ impl IconTheme {
|
||||||
("bz2", "\u{f410}"), // ""
|
("bz2", "\u{f410}"), // ""
|
||||||
("cc", "\u{e61d}"), // ""
|
("cc", "\u{e61d}"), // ""
|
||||||
("cfg", "\u{e615}"), // ""
|
("cfg", "\u{e615}"), // ""
|
||||||
|
("cip", "\u{f015e}"), // ""
|
||||||
("cjs", "\u{e74e}"), // ""
|
("cjs", "\u{e74e}"), // ""
|
||||||
("class", "\u{e738}"), // ""
|
("class", "\u{e738}"), // ""
|
||||||
("cljs", "\u{e76a}"), // ""
|
("cljs", "\u{e76a}"), // ""
|
||||||
|
@ -625,7 +627,10 @@ impl IconTheme {
|
||||||
("ps1", "\u{f489}"), // ""
|
("ps1", "\u{f489}"), // ""
|
||||||
("psd", "\u{e7b8}"), // ""
|
("psd", "\u{e7b8}"), // ""
|
||||||
("pub", "\u{f0306}"), // ""
|
("pub", "\u{f0306}"), // ""
|
||||||
|
("sbv", "\u{f015e}"), // ""
|
||||||
|
("scc", "\u{f015e}"), // ""
|
||||||
("slt", "\u{f0221}"), // ""
|
("slt", "\u{f0221}"), // ""
|
||||||
|
("smi", "\u{f015e}"), // ""
|
||||||
("pxm", "\u{f1c5}"), // ""
|
("pxm", "\u{f1c5}"), // ""
|
||||||
("pyc", "\u{e606}"), // ""
|
("pyc", "\u{e606}"), // ""
|
||||||
("py", "\u{e606}"), // ""
|
("py", "\u{e606}"), // ""
|
||||||
|
@ -703,6 +708,7 @@ impl IconTheme {
|
||||||
("video", "\u{f008}"), // ""
|
("video", "\u{f008}"), // ""
|
||||||
("vim", "\u{e62b}"), // ""
|
("vim", "\u{e62b}"), // ""
|
||||||
("vlc", "\u{f0411}"), // ""
|
("vlc", "\u{f0411}"), // ""
|
||||||
|
("vtt", "\u{f015e}"), // ""
|
||||||
("vue", "\u{f0844}"), // ""
|
("vue", "\u{f0844}"), // ""
|
||||||
("wav", "\u{f001}"), // ""
|
("wav", "\u{f001}"), // ""
|
||||||
("webm", "\u{f008}"), // ""
|
("webm", "\u{f008}"), // ""
|
||||||
|
|
Loading…
Reference in a new issue